
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Bold.eot');
    src: url('../fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Bold.woff2') format('woff2'),
        url('../fonts/Inter-Bold.woff') format('woff'),
        url('../fonts/Inter-Bold.ttf') format('truetype'),
        url('../fonts/Inter-Bold.svg#Inter-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Black.eot');
    src: url('../fonts/Inter-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Black.woff2') format('woff2'),
        url('../fonts/Inter-Black.woff') format('woff'),
        url('../fonts/Inter-Black.ttf') format('truetype'),
        url('../fonts/Inter-Black.svg#Inter-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-ExtraBold.eot');
    src: url('../fonts/Inter-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-ExtraBold.woff2') format('woff2'),
        url('../fonts/Inter-ExtraBold.woff') format('woff'),
        url('../fonts/Inter-ExtraBold.ttf') format('truetype'),
        url('../fonts/Inter-ExtraBold.svg#Inter-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Thin.eot');
    src: url('../fonts/Inter-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Thin.woff2') format('woff2'),
        url('../fonts/Inter-Thin.woff') format('woff'),
        url('../fonts/Inter-Thin.ttf') format('truetype'),
        url('../fonts/Inter-Thin.svg#Inter-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-ExtraLight.eot');
    src: url('../fonts/Inter-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-ExtraLight.woff2') format('woff2'),
        url('../fonts/Inter-ExtraLight.woff') format('woff'),
        url('../fonts/Inter-ExtraLight.ttf') format('truetype'),
        url('../fonts/Inter-ExtraLight.svg#Inter-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Light.eot');
    src: url('../fonts/Inter-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Light.woff2') format('woff2'),
        url('../fonts/Inter-Light.woff') format('woff'),
        url('../fonts/Inter-Light.ttf') format('truetype'),
        url('../fonts/Inter-Light.svg#Inter-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-SemiBold.eot');
    src: url('../fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-SemiBold.woff2') format('woff2'),
        url('../fonts/Inter-SemiBold.woff') format('woff'),
        url('../fonts/Inter-SemiBold.ttf') format('truetype'),
        url('../fonts/Inter-SemiBold.svg#Inter-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Medium.eot');
    src: url('../fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Medium.woff2') format('woff2'),
        url('../fonts/Inter-Medium.woff') format('woff'),
        url('../fonts/Inter-Medium.ttf') format('truetype'),
        url('../fonts/Inter-Medium.svg#Inter-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.eot');
    src: url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter-Regular.woff') format('woff'),
        url('../fonts/Inter-Regular.ttf') format('truetype'),
        url('../fonts/Inter-Regular.svg#Inter-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: 'Inter';
}

a {
  color: #ffa500;
}

a:hover {
  color: #ffa500;
  opacity: 0.7;
}

/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

.fa, .far, .fas {
	font-family: "Font Awesome 5 Free";
	color: #ff961c;
}
.inner-bnnr {
    position: relative;
    background-size: cover;
    background-position: center;
}

.inner-bnnr .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust opacity as needed */
    z-index: 1;
}



/*** Button Start ***/

.btn-primary {
  color: #000;
  background-color: #FF961C;
  border-color: #FF961C;
}

.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-primary-outline-0 {
    border: 0;
    color: var(--bs-white) !important;
}

.btn-light-outline-0 {
    border: 0;
    color: var(--bs-primary) !important;
}

.btn-primary-outline-0:hover {
  background: #FF961C;
  color: var(--bs-white) !important;
  opacity: 0.7;
}

.btn-warning:active{
  color: #fff;
  background-color: #FF961C;
  border-color: #FF961C;
  opacity: 0.7;
}

.btn-light-outline-0:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
}

/*** Topbar Start ***/
.sticky-top {
    transition: 0.5s;
    background: var(--bs-white);
}

.topbar {
    padding: 10px 0;
    background: var(--bs-secondary) !important;
}

*:focus {
    outline: none;
}

/*** Topbar End ***/

/*** Navbar Start ***/
.navbar .navbar-nav .nav-link {
  padding: 10px 15px;
  font-size: 12px;
  transition: .5s;
  font-family: 'Inter';
  font-weight: 300;
  line-height: 16.22px;
  letter-spacing: 0.9px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.sticky-top.bg-white .navbar .navbar-nav .nav-link:hover,
.sticky-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-secondary);
    color: var(--bs-primary);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    border-radius: 10px !important;
    transition: .5s;
    opacity: 1;
}

@media (min-width: 1200px) {
    .navbar .navbar-collapse .border-top {
        border-top: none !important;
    }
}

#searchModal .modal-content {
    background: rgba(250, 250, 250, .6);
}
/*** Navbar End ***/

.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23FF961C' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}


.bg-breadcrumb {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/appointment-background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.navbar-toggler:focus {
  box-shadow: none;
}



.bg-nav{ background-color: #414141;}

.header-sec .nav-item.nav-link{ color: #fff; text-transform: uppercase;}
.header-sec .nav-item.nav-link.active{ color: #FF961C;}

.header-sec .navbar .navbar-nav .nav-link:hover{ color: #FF961C;}
.registr-btn{
  background-color: #FF961C;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Inter';
  font-size: 12px;
  line-height: 16.22px;
  letter-spacing: 0.9px;
  color: #fff;
}

.registr-btn:active, .registr-btn:focus{
  background-color: #FF961C;
  border-color: #FF961C;
  box-shadow: none;
}

.login-btn {
  background-color: transparent;
  border: 1px solid #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Inter';
  font-size: 12px;
  line-height: 16.22px;
  letter-spacing: 0.9px;
  color: #fff;
}

.login-btn:hover{ 
    background-color: transparent; 
    opacity: 0.7;
    border-color: #fff;
}

.text-primary {
  color: #FF961C !important;
}

/*----left-bnnr-sec-----*/

.bnnr-logo {
  width: 190px;
  margin-bottom: 40px;
}

.bnnr-img {
  width: 330px;
  margin-top: 40px;
  margin-bottom: 50px;
}

.left-bannr h3{
   font-size: 36px;
  color: #000;
  font-family: "Inter";
  font-weight: 400;
  line-height: 46px;
  letter-spacing: 0.2px;
  text-align: left; 
}

.left-bannr h3 span{
  font-weight: 700;
  color: #FF961C;
}


/*-------------------------------------*/


.toggle-button {
    background-color: #4a5240;
    border-radius: 75px;
    width: 121px;
    height: 64px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px;
    box-sizing: border-box;
   border: 1px solid #C0C0C0;
}

.toggle-icon {
    background-color: #f6993f;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 4px;
    transition: left 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.toggle-button.active .toggle-icon {
  right: 66px;
}

#icon-left {
    color: white;
}

#icon-right {
    color: white;
}

.toggle-button .fa-sliders-h {
    display: block;
}

.toggle-button.active .fa-sliders-h {
    display: none;
}

.toggle-button .fa-map-marker-alt {
    display: none;
}

.toggle-button.active .fa-map-marker-alt {
    display: block;
}




/*-------------------------------------------*/






/*** footer start ***/
.footer {
    background: #484848;
}

.footer .footer-item p{
    margin-top: 28px;
}

.footer .footer-item a,
.footer .footer-item p {
  color: #fff;
  line-height: 26px;
  font-size: 12px;
  transition: 0.5s;
  font-weight: 400;
  font-family: 'Inter';
  letter-spacing: 0.5px;
}

.footer .footer-item a:hover {
  letter-spacing: 2px;
  color: #FF961C !important;
}

.footer-item .fa-circle::before {
  content: "\f111";
  font-size: 5px;
  position: relative;
  top: -4px;
}

.footer-item h4{
  color: #FF961C;
  font-weight: 600;
  font-family: 'Inter';
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.4px;
}

.foot-list {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}

.bottm-footr p{
  text-align: center;
  font-size: 12px;
  margin-bottom: 0px;
  line-height: 26px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.social-list {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
  margin-top: 15px;
}

.social-list li{ 
  display: inline-block; 
  margin-right: 7px; 
}

.social-list li a:hover{ opacity: 0.7;}




/*** Footer End ***/



/*------main-sec------*/

#Person {
  background: transparent;
  border: none;
  color: #FF961C;
  border-bottom: 1px solid #FF961C;
  font-family: 'Inter';
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.2px;
  font-size: 24px;
}

#Person option {
  font-family: "Inter";
  font-weight: 600;
  line-height: 13.13px;
  letter-spacing: 0.2px;
  font-size: 12.96px;
  background-color: rgb(255, 255, 255);
}

.left-bannr {
  background-color: #f5f5f5;
  text-align: center;
  border: 1px solid #D9D9D9;
  padding: 50px 40px;
  border-radius: 12px;
}

.right-form-sec{
  border: 1px solid #D9D9D9;
  border-radius: 12px;
  padding: 50px 80px;
  margin-bottom: 30px;
}

.main-sec {
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 110px;
}

h4.post-head {
  font-family: 'Inter';
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.2px;
  font-size: 24px;
  margin-bottom: 40px;
  color: #575757;
}

.create-account .form-control {
  height: 50px;
  border-radius: 45px;
  padding: 10px 20px;
  border: 1px solid #C0C0C0;
  box-shadow: none;
  font-family: 'Inter';
  font-weight: 600;
  line-height: 16.13px;
  letter-spacing: 0.2px;
  font-size: 12.96px;
}

.create-account .form-control::placeholder {
  color: #C0C0C0;
}

.create-account .form-select.form-control {
  background-color: #fff;
  color: #575757;
}

.form-control {
  color: #575757;
}

.form-group.mb40 {
  margin-bottom: 40px;
}

.info-sec{ 
  margin-bottom: 40px;
}

.info-sec h5 {
  font-size: 20px;
  color: #575757;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.2px; 
}

.info-sec h6 {
  font-size: 12px;
  color: #FF961C;
  font-family: 'Inter';
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.2px; 
}

.info-sec p {
  font-size: 12px;
  color: #575757;
  font-family: 'Inter';
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.2px; 
  margin-bottom: 2px;
}

h5.checkbox-hdng {
  font-size: 20px;
  color: #575757;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.2px;
  margin-bottom: 20px;
}

.form-group.check-sec input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group.check-sec label {
  position: relative;
  cursor: pointer;
}

.form-group.check-sec label::before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #575757;
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 12px;
  border-radius: 2px;
}

.form-group.check-sec input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 6px;
  width: 5px;
  height: 12px;
  border: solid #575757;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.form-group.check-sec{
  font-size: 12px;
  color: #575757;
  font-family: 'Inter';
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.2px;
  margin-bottom: 10px;
}

.bottom-btn-sec {
  padding-left: 80px;
}

.btn.back-btn {
  border: 1px solid #FF961C;
  border-radius: 47px;
  width: 200px;
  height: 50px;
  text-align: center;
  align-content: center;
  color: #FF961C;
  background-color: transparent;
  font-weight: 600;
  font-family: 'Inter';
  font-size: 14px;
  line-height: 16.22px;
  letter-spacing: 0.9px;
  box-shadow: none;
  margin-right: 20px;
 transition: .5s;
}

.btn.back-btn:hover{
  opacity: 0.7;
}

.btn.next-btn{
  border: 1px solid #FF961C;
  border-radius: 47px;
  width: 200px;
  height: 50px;
  text-align: center;
  align-content: center;
  color: #fff; 
  background-color: #FF961C;
  font-weight: 600;
  font-family: 'Inter';
  font-size: 14px;
  line-height: 16.22px;
  letter-spacing: 0.9px;
  box-shadow: none;
  transition: .5s;
}

.btn.next-btn:hover{
  opacity: 0.7;
}

.create-account .form-select.form-control option {
  color: #C0C0C0;
  font-family: 'Inter';
  font-weight: 600;
  line-height: 13.13px;
  letter-spacing: 0.2px;
  font-size: 12.96px;
  background-color: #fff;
}


/*------detail-form-------*/

.detail-form .post-head{
    margin-bottom: 20px;
}

.add-detail-form {
  border: 1px solid #D9D9D9;
  border-radius: 12px;
  padding: 50px 80px;
  margin-bottom: 30px;
  padding-bottom: 25px;
}

.detail-form h5{
  font-size: 20px;
  color: #575757;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.2px;
  margin-bottom: 30px;
}

.mt20{ margin-top: 20px;}

 .img-sec .btn, .img-sec button {
   text-align: center;
   display: inline-block;
   vertical-align:	middle;
   white-space:	nowrap;
   padding: 0.35em .7em 0.4em;
   text-decoration: none; 
   position: relative;
   user-select:none;
   outline:	none;
   @include transition(all, 0.25s, ease-in);
 }

.img-sec input{
  border: 2px solid #eee;
  padding: 1em .25em;
  width: 96%;
  color: #999;
  border-radius: $base-radius;
}
.img-sec .left, .img-sec .right{
  display: table-cell;
  vertical-align: middle;
}

.img-sec .left{
  width: 6em;
  min-width: 6em;
  padding-right: 1em;
}
    
.img-sec .img-holder{
  display: block;
  vertical-align: middle;
  width: 2em;
  height: 2em;
  
}

.img-sec .file-wrapper {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative; 
}

.img-sec .file-wrapper input {
  cursor: pointer;
  font-size: 100px;
  height: 100%;
  filter: alpha(opacity=1);
  -moz-opacity: 0.01;
  opacity: 0.01;
  position: absolute;
  right: 0;
  top: 0; 
  z-index:	9;
}


.upload-btn {
  border: 1px solid #FF961C;
  border-radius: 47px;
  width: 200px;
  height: 50px;
  text-align: center;
  align-content: center;
  color: #FF961C;
  background-color: transparent;
  font-weight: 600;
  font-family: 'Inter';
  font-size: 14px;
  line-height: 16.22px;
  letter-spacing: 0.9px;
  box-shadow: none;
  transition: .5s;
  margin-top: 25px;
}

.upload-btn:hover{ opacity: 0.7; color: #FF961C;}

.file-holder {
  display: none;
}

.img-sec {
  margin-bottom: 40px;
}

.img-sec .right p{
  font-size: 12px;
  color: #575757;
  font-family: 'Inter';
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.2px;
  margin-bottom: 2px;  
}

.img-sec .right h5{
   margin-top: 40px;
   margin-bottom: 20px;
}

/*-------------business-profile-----------------*/


.mb60{ 
  margin-bottom: 60px;
}

.createbtn-sec {
  text-align: center;
}

.btn.create-btn {
  border: 1px solid #FF961C;
  border-radius: 47px;
  width: 200px;
  height: 50px;
  text-align: center;
  align-content: center;
  color: #fff;
  background-color: #FF961C;
  font-weight: 600;
  font-family: 'Inter';
  font-size: 14px;
  line-height: 16.22px;
  letter-spacing: 0.9px;
  box-shadow: none;
  transition: .5s;
}

.btn.create-btn:hover{
    opacity: 0.7;
}

.otp-sec {
  border: 1px solid #D9D9D9;
  border-radius: 12px;
  padding: 50px 80px;
  margin-bottom: 30px;
  margin-top: 100px;
}

.otp-sec h4{
  font-family: 'Inter';
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.2px;
  font-size: 24px;
  margin-bottom: 40px;
  color: #575757;
}

.otp-sec h4 span{
    color: #FF961C;
}

.otp-form .form-control {
  height: 50px;
  border-radius: 45px !important;
  color: #C0C0C0;
  padding: 10px 20px;
  border: 1px solid #C0C0C0;
  box-shadow: none;
  font-family: 'Inter';
  font-weight: 600;
  line-height: 16.13px;
  letter-spacing: 0.2px;
  font-size: 12.96px;
}

.otp-form  .btn.otp-btn {
  border: 1px solid #FF961C;
  border-radius: 47px !important;
  width: 88px;
  height: 50px;
  text-align: center;
  align-content: center;
  color: #FF961C;
  background-color: transparent;
  font-weight: 600;
  font-family: 'Inter';
  font-size: 14px;
  line-height: 16.22px;
  letter-spacing: 0.9px;
  box-shadow: none;
  margin-left: 15px !important;
}

.otpedit-sec{
  padding-left: 30px;
  margin-top: 6px; 
}

.otpedit-sec p a{
    font-size: 12px;
  color: #575757;
  font-family: 'Inter';
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.2px;
}

.form-control::placeholder {
  color: #C0C0C0;
}

.otpedit-sec p a span{
    color: #FF961C;
    font-weight: 500;
    text-decoration: underline;
}

.btn.confirm-btn {
  border: 1px solid #FF961C;
  border-radius: 47px;
  width: 200px;
  height: 50px;
  text-align: center;
  align-content: center;
  color: #fff;
  background-color: #FF961C;
  font-weight: 600;
  font-family: 'Inter';
  font-size: 14px;
  line-height: 16.22px;
  letter-spacing: 0.9px;
  box-shadow: none;
  transition: .5s;
}

.btn.confirm-btn:hover{
    opacity: 0.7;
}

/*--------------restro-sec-----------------*/

.restro-plan-sec.px-0 {
  margin-top: 80px;
}

.restro-left{
  background-color: #f5f5f5;
  text-align: center;
  border: 1px solid #D9D9D9;
  border-radius: 16px;
  position: relative;
  margin-bottom: 20px;
}

.restro-bnnr{
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0px 4px 8px 0px rgba(88, 88, 88, .35);
}

.restro-profile{
  text-align: center;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  top: -15%;
}

.food-name{
   padding-top: 170px;
  font-size: 14px;
  font-family: 'Inter';
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0.2px;
  text-decoration: underline;
  text-transform: uppercase;
  color: #FF961C;
  margin-bottom: 30px;
}

.restro-body h3{
  font-size: 32px;
  font-family: 'Inter';
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.4px;
  color: #FF961C;
  margin-bottom: 15px;
}

.restro-body h4{
  font-size: 20px;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.4px;
  color: #000;
  margin-bottom: 25px;
}

.restro-body p{
  font-size: 16px;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.2px;
  color: #818181;
  margin-bottom: 5px;
}

.restro-bttm-txt{
  font-size: 14px;
  color: #B1B1B1;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.2px;
  font-style: italic;  
}

.restro-bttm-txt span{
  color: #FF961C;
  text-decoration: underline;
}

.restro-body h6{
  font-size: 12px;
  color: #A7A7A7;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.2px;
}

.restro-body {
  padding: 0 40px 40px 40px;
}

.restro-detail {
  margin-bottom: 20px;
}

.restro-tbl {
  background-color: #f5f5f5;
  border: 1px solid #D9D9D9;
  border-radius: 12px;
  padding: 25px;
}

.restro-tbl table{ margin-bottom: 0px;}

.restro-tbl table td{
  padding: 0px;
}

.restrotbl-head {
  font-size: 20px;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 3.4px;
  color: #6D6D6D;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.restro-tbl table td {
  padding: 0px;
  font-size: 12px;
  font-family: 'Inter';
  font-weight: 300;
  line-height: 27px;
  color: #6D6D6D;
}

.restro-tbl tfoot {
  border-top: 1px solid #D9D9D9;
}

.restro-tbl table tfoot td{
  font-weight: 600;
  color: #575757; 
}

.restro-tbl td.pb10{
    padding-bottom: 10px;
}

.restro-tbl td.pt10{
    padding-top: 10px;
}

.plans-sec {
  border: 1px solid #D9D9D9;
  border-radius: 12px;
  padding: 50px 80px;
}

.plans-tbl tbody td{
   padding: 0px;
  font-size: 12px;
  font-family: 'Inter';
  font-weight: 300;
  line-height: 35px;
  color: #575757; 
  letter-spacing: 0.2px;
}

.plans-tbl tbody{
    border-bottom: 1px solid #D9D9D9;
}

.plans-tbl tbody tr:last-child td {
  padding-bottom: 15px;
}

.plans-head {
  font-family: 'Inter';
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.2px;
  font-size: 24px;
  margin-bottom: 40px;
  color: #575757;
}

.plans-tbl thead {
  border-bottom: 1px solid #D9D9D9;
}

.plans-tbl thead tr th{
    padding: 0px;
    padding-bottom: 15px;
    text-align: center;
      font-family: 'Inter';
  font-weight: 600;
  line-height: 35px;
  letter-spacing: 0.2px;
  font-size: 14px;
}

.plans-tbl thead tr th:first-child{ text-align: left; color: #575757; font-weight: 400;}

.plans-tbl tbody tr:first-child td{
  padding-top: 15px;
}
.bronze{
  color: #BC9584;
}

.silver{
  color: #BBC1C3;
}
.gold{
  color: #CFAB65;
}

.debit-card-sec{
  border: 1px solid #D9D9D9;
  border-radius: 12px;
  padding: 50px 80px;
  margin-bottom: 30px;
  margin-top: 25px;
}

.debit-card-sec .form-control {
  height: 50px;
  border-radius: 45px;
  color: #C0C0C0;
  padding: 10px 20px;
  border: 1px solid #C0C0C0;
  box-shadow: none;
  font-family: 'Inter';
  font-weight: 600;
  line-height: 16.13px;
  letter-spacing: 0.2px;
  font-size: 12.96px;
}

.debit-card-sec .form-select.form-control {
  background-color: #fff;
  color: #C0C0C0;
}

.debit-card-sec h4 {
  font-family: 'Inter';
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.2px;
  font-size: 24px;
  margin-bottom: 40px;
  color: #575757;
}

.btn.plan-btn {
  border: 2px solid #D9D9D9;
  border-radius: 12px;
  width: 200px;
  padding: 18px 15px 15px 15px;
  box-shadow: none;
  margin-left: 8px;
  margin-right: 8px;
  transition: 0.25s;
}

.btn.plan-btn h4 {
font-size: 24px;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  color: #D19379;
  margin-bottom: 0px;
}

.btn.plan-btn h5 {
  font-size: 13px;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 3.2px;
  color: #777777;
  margin-bottom: 30px;
}

.btn.plan-btn h2 {
  font-size: 32px;
  font-family: 'Inter';
  font-weight: 600;
  line-height: 13px;
  text-transform: uppercase;
  color: #D19379;
  margin-bottom: 15px;
}

.btn.plan-btn h2 span{
  font-size: 16px;
  text-transform: capitalize;
}

.btn.plan-btn h6 {
  color: #B8B8B8;
  font-size: 12px;
  line-height: 13px;
  font-family: 'Inter';
  font-weight: 400;
  margin-bottom: 12px;
}
.plan-sel-btns {
  margin: 0 auto;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
}

.btn.plan-btn .wt-C{
  color: #BBC1C3;
}

.btn.plan-btn .sil-G{
   color: #777777; 
}

/*.btn.plan-btn.silver-btn{ 
  background-color: #FF961C !important;
  border: 2px solid #FF961C;
}*/

.btn.plan-btn .gold-C{
  color: #E0AA45;   
}

.btn.plan-btn:hover {
   box-shadow: 0px 4px 8px 0px rgba(88, 88, 88, .35);
  transform: translateY(-0.25em);
}

.nav-pills .nav-link.active .gold-w{
  color: #fff;   
}

.nav-pills .nav-link.active .wt-C{
   color: #fff;  
}

.nav-pills .nav-link.active .bro-W{
  color: #fff;   
}

.payment-sec {
  margin-top: 40px;
}

.payment-sec h4{
  font-family: 'Inter';
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.2px;
  font-size: 24px;
  margin-bottom: 25px;
  color: #575757;
}

.payment-sec h5{
  font-size: 20px;
  color: #575757;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.2px;
  margin-bottom: 30px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link { 
  background-color: #FF961C;
  box-shadow: 0px 4px 8px 0px rgba(88, 88, 88, .35);
  transform: translateY(-0.25em);
  border: 2px solid #FF961C;
}

/*------------------------------------------------------------*/


.radio-tile-group {
  display: flex;
  flex-wrap: wrap;
}

.radio-tile-group .input-container {
  position: relative;
  margin-bottom: 12px;
  margin-right: 10px;
}

.radio-tile-group .input-container .radio-button {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  cursor: pointer;
}

.radio-tile-group .input-container .radio-tile {
  width: 100%;
  transition: transform 300ms ease;
  border: 1px solid #A6A6A6;
  border-radius: 40px;
  text-align: center;
  padding: 6px 15px;
}

.radio-tile-group .input-container .icon svg {
  fill: #079ad9;
  width: 2rem;
  height: 2rem;
}

.radio-tile-group .input-container .radio-tile-label {
  text-align: center;
  text-transform: capitalize;
  color: #A6A6A6;
  font-size: 13px;
  font-weight: 600;
  line-height: 16.22px;
  font-family: 'Inter';
  margin-bottom: 0px;
  margin-left: 0px;
}

.radio-tile-group .input-container .radio-button:checked + .radio-tile {
  background-color: #FF9F10;
  border: 2px solid #FF9F10;
  color: white;
  transform: scale(1.1, 1.1);
}

.radio-tile-group .input-container .radio-button:checked + .radio-tile .icon svg {
  fill: white;
  background-color: #079ad9;
}

.radio-tile-group .input-container .radio-button:checked + .radio-tile .radio-tile-label {
  color: white;
  background-color: #FF9F10;
}













/*----------------------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Lato");
.outer {
  height: 100vh;
  min-width: 20vw;
  flex: 1;
}

.progress {
 /* display: inline-flex;
  padding: 5vh 10%;*/
  height: 100%;
}
.progress > div {
  display: flex;
  flex-direction: column;
  color: #333;
}
.progress > div.left {
  padding-right: 20px;
  text-align: right;
}
.progress > div.left div:last-of-type:after {
  display: none;
}
.progress > div.left div:after {
  content: "";
  background: #D0C2B1;
  border-radius: 2px;
  position: absolute;
  right: -20px;
  top: 10px;
  height: 101%;
  width: 1px;
  transform: translateX(50%);
}
.progress > div.right {
  padding-left: 20px;
}
.progress > div.right div.prev:after {
  transition: none;
}
.progress > div.right div.current {
  color: #FF961C;
  font-weight: bold;
}
.progress > div.right div.current:before {
  background: #fff;
  padding: 4px;
  transition: all 0.2s 0.15s cubic-bezier(0.175, 0.885, 0.32, 2);
  border: 2px solid #FF961C;
}
.progress > div.right div.current:after {
  height: 0%;
  transition: height 0.2s ease-out;
}
.progress > div.right div.current ~ div {
  color: #666;
}
.progress > div.right div.current ~ div:before {
  background: #FF961C;
  padding: 2.5px;
}
.progress > div.right div.current ~ div:after {
  height: 0%;
  transition: none;
}
.progress > div.right div:before {
  content: "";
  background: #fff;
  padding: 5px;
  border-radius: 50%;
  position: absolute;
  left: -20px;
  top: 10px;
  transform: translateX(-50%) translateY(-50%);
  transition: padding 0.2s ease;
  border: 2px solid #FF961C;
  z-index: 1;
}
.progress > div.right div:after {
  content: "";
  background: #FF961C;
  border-radius: 2px;
  position: absolute;
  left: -20px;
  top: 10px;
  height: 101%;
  width: 6px;
  transform: translateX(-50%);
  transition: height 0.2s ease;
}
.progress > div div {
  flex: 1;
  position: relative;
  line-height: 20px;
  cursor: default;
  min-height: 30px;
  text-align: left;
  font-size: 12px;
  color: #575757;
  font-family: 'Inter';
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0.2px;
}
.progress > div div:last-of-type {
  flex: 0;
}

.progress.dark {
  background: #333;
  display: inline-flex;
  height: 100%;
  width: 100%;
  padding: 5vh 10%;
}
.progress.dark > div {
  display: flex;
  flex-direction: column;
  color: #ccc;
}
.progress.dark > div.left {
  padding-right: 20px;
  text-align: right;
}
.progress.dark > div.left div:last-of-type:after {
  display: none;
}
.progress.dark > div.left div:after {
  content: "";
  background: rgba(211, 211, 211, 0.05);
  border-radius: 2px;
  position: absolute;
  right: -20px;
  top: 10px;
  height: 101%;
  width: 1px;
  transform: translateX(50%);
}
.progress.dark > div.right {
  padding-left: 20px;
}
.progress.dark > div.right div.prev:after {
  transition: none;
}
.progress.dark > div.right div.current {
  color: white;
  font-weight: bold;
}
.progress.dark > div.right div.current:before {
  background: white;
  padding: 10px;
  transition: all 0.2s 0.15s cubic-bezier(0.175, 0.885, 0.32, 2);
}
.progress.dark > div.right div.current:after {
  height: 0%;
  transition: height 0.2s ease-out;
}
.progress.dark > div.right div.current ~ div {
  color: #666;
}
.progress.dark > div.right div.current ~ div:before {
  background: #666;
  padding: 2.5px;
}
.progress.dark > div.right div.current ~ div:after {
  height: 0%;
  transition: none;
}
.progress.dark > div.right div:before {
  content: "";
  background: lightgray;
  padding: 5px;
  border-radius: 50%;
  position: absolute;
  left: -20px;
  top: 10px;
  transform: translateX(-50%) translateY(-50%);
  transition: padding 0.2s ease;
}
.progress.dark > div.right div:after {
  content: "";
  background: lightgray;
  border-radius: 2px;
  position: absolute;
  left: -20px;
  top: 10px;
  height: 101%;
  width: 2px;
  transform: translateX(-50%);
  transition: height 0.2s ease;
}
.progress.dark > div div {
  flex: 1;
  position: relative;
  line-height: 20px;
  cursor: default;
  min-height: 30px;
}
.progress.dark > div div:last-of-type {
  flex: 0;
}

.outer .progress{
 background-color:transparent;
 border-radius: 0px;
}

.outer .progress .right h4{
  font-size: 20px;
  color: #575757;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.2px; 
}


/*---------------------business-account------------------------*/


.business-account-sec {
  border: 1px solid #D9D9D9;
  border-radius: 12px;
  padding: 50px 80px;
  margin-bottom: 30px;
}

.business-acc-form .form-group label{
  font-size: 12px;
  color: #575757;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.2px;
/*
  margin-bottom: 12px;
*/
}

.business-acc-form .textarea.form-control {
  float: left;
  width: 100%;
  resize: none;
  border-radius: 25px !important;
  box-shadow: none;
  font-size: 12.96px;
  font-weight: 600;
  font-family: 'Inter';
  color: #C0C0C0;
  padding: 15px 20px;
}

#character-counter {
  text-align: right;
  float: left;
  width: 100%;
  color: #C6C6C6;
  font-size: 10px;
  font-weight: 400;
  font-family: 'Inter';
  padding-right: 18px;
  padding-top: 7px;
}

#typed-characters {
  font-weight: 600;
  color: #939393;
}

.business-acc-form .dragdrop {
  margin-bottom: 55px;
}

.form-control:focus {
  color: #747d88;
  background-color: #fff;
  border-color: #C0C0C0;
}

.business-acc-form .form-select {
  height: 50px;
  border-radius: 45px !important;
  color: #C0C0C0;
  padding: 10px 20px;
  border: 1px solid #C0C0C0;
  box-shadow: none;
  font-family: 'Inter';
  font-weight: 600;
  line-height: 16.13px;
  letter-spacing: 0.2px;
  font-size: 12.96px;
}

.business-acc-form .form-select.form-control {
  background-color: #fff;
  color: #FF961C;
}

.business-acc-form h5{
  font-size: 20px;
  color: #575757;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.2px;
  margin-bottom: 15px;
}

.business-acc-form .form-control {
  height: 50px;
  border-radius: 45px;
  color: #C0C0C0;
  padding: 10px 20px;
  border: 1px solid #C0C0C0;
  box-shadow: none;
  font-family: 'Inter';
  font-weight: 600;
  line-height: 16.13px;
  letter-spacing: 0.2px;
  font-size: 12.96px;
}

.mt60 {
  margin-top: 60px;
}

.mt40{
  margin-top: 40px;
}



/*-------------------------add-detail-css------------------------*/

.detailbnnr-left {
  background-color: #f5f5f5;
  text-align: center;
  border: 1px solid #D9D9D9;
  padding: 50px 40px;
  border-radius: 12px;
}

.btn.add-btn {
  float: right;
    border: 1px solid #FF961C;
  border-radius: 47px !important;
  width: 88px;
  height: 50px;
  text-align: center;
  align-content: center;
  color: #FF961C;
  background-color: transparent;
  font-weight: 600;
  font-family: 'Inter';
  font-size: 14px;
  line-height: 16.22px;
  letter-spacing: 0.9px;
  box-shadow: none;
}

.qtagselect__choices{
  border-radius: 45px !important;
  color: #C0C0C0;
  padding: 8px 20px;
  border: 1px solid #C0C0C0;
  box-shadow: none;
  font-family: 'Inter';
  font-weight: 600;
  line-height: 16.13px;
  letter-spacing: 0.2px;
  font-size: 12.96px;
}

.qtagselect.isw360{
  float: left;
}

.sub-txt{
  font-size: 12px;
  color: #575757;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.2px;
  margin-bottom: 25px;
}

.catg-head{
  color: #575757;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Inter';
  margin-top: 30px;
}

.suggesn-head {
  color: #575757;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Inter';
  margin-top: 20px;
  margin-bottom: 20px;
}

.suggesion-group .radio-tile-group .input-container .radio-tile {
  width: 100%;
  transition: transform 300ms ease;
  border: 1px solid #FF9F10;
  border-radius: 40px;
  text-align: center;
  padding: 6px 15px;
}

.suggesion-group .radio-tile-group .input-container .radio-button:checked + .radio-tile .radio-tile-label {
  color: white;
  background-color: #FF9F10;
  font-size: 13px;
  font-weight: 600;
  line-height: 17.22px;
  font-family: 'Inter';
}

.suggesion-group .radio-tile-group .input-container .radio-button:checked + .radio-tile {
  background-color: #FF9F10;
  border: 2px solid #FF9F10;
  color: white;
  transform: scale(1.1, 1.1);
}

.suggesion-group .radio-tile-group .input-container .radio-tile-label {
  text-align: center;
  text-transform: capitalize;
  color: #FF961C;
  font-size: 13px;
  font-weight: 600;
  line-height: 20.22px;
  font-family: 'Inter';
  margin-bottom: 0px;
  margin-left: 0px;
}

.drop-zone {
  max-width: 199px;
  height: 159px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  color: #cccccc;
  border: 2px dotted #C2C2C2;
  border-radius: 8px;
}

.drop-zone--over {
  border-style: solid;
}

.drop-zone__input {
  display: none;
}

.drop-zone__thumb {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #cccccc;
  background-size: cover;
  position: relative;
}

.drop-zone__thumb::after {
 /* content: attr(data-label);*/
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  color: #ffffff;
 /* background: rgba(0, 0, 0, 0.75);*/
  font-size: 14px;
  text-align: center;
  top: 0;
  align-content: center;
  padding: 10px;
}

.doc-right p {
  font-size: 12px;
  color: #575757;
  font-family: 'Inter';
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.2px;
  margin-bottom: 2px;
}

.doc-right .file-wrapper {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.doc-right .file-wrapper input {
  cursor: pointer;
  font-size: 100px;
  height: 100%;
  filter: alpha(opacity=1);
  -moz-opacity: 0.01;
  opacity: 0.01;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}

.mt30{
    margin-top: 30px;
}

.calndr-head {
  color: #575757;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Inter';
  margin-top: 22px;
  letter-spacing: 0.4px;
}

.calendr-grp.radio-tile-group .input-container .radio-tile {
  border: 1px solid #575757;
  border-radius: 40px;
  text-align: center;
  padding: 6px 13px;
  width: 40px;
  height: 40px;
}

.calendr-grp.radio-tile-group .input-container .radio-tile-label {
    color: #575757;
}

.calendr-grp.radio-tile-group .input-container .radio-button:checked + .radio-tile .radio-tile-label {
  color: #FF9F10;
  background-color: transparent;
}

.calendr-grp.radio-tile-group .input-container .radio-button:checked + .radio-tile {
  background-color: transparent;
  border: 1px solid #FF9F10;
  transform: scale(1.1, 1.1);
  padding: 7px 13px;
  width: 40px;
  height: 40px;
}

.calendr-grp.radio-tile-group .input-container {
  margin-right: 28px;
}

.calendr-grp.radio-tile-group .input-container:last-child{
    margin-right: 0px;
}

.calendr-grp.radio-tile-group {
  margin-bottom: 22px;
}

.btn.add-schedule {
  border: 1px solid #FF961C;
  border-radius: 47px;
  width: 215px;
  height: 50px;
  text-align: center;
  align-content: center;
  color: #FF961C;
  background-color: transparent;
  font-weight: 600;
  font-family: 'Inter';
  font-size: 14px;
  line-height: 16.22px;
  letter-spacing: 0.9px;
  box-shadow: none;
  transition: .5s;
  margin-top: 35px;
  margin-bottom: 25px;
}

.day-list {
  padding-left: 0px;
  margin-bottom: 0px;
}

.day-list li {
  display: inline-block;
  padding-left: 10px;
}

.days-sec table thead{
  border-bottom: 1px solid #D9D9D9;
}

.days-sec table thead th{
   padding: 0px !important;
   padding-bottom: 15px !important;
}

.days-sec table tbody td {
  font-size: 12px;
  color: #575757;
  font-family: 'Inter';
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.4px;
  padding: 0px !important;
}

.days-sec table tbody tr:first-child td{ padding-top: 15px !important;}

.days-sec table thead th{
  color: #FF961C;
  font-family: 'Inter';
  font-weight: 600;
  line-height: 19px;
  font-size: 16px;
}

.day-list .open{
   color: #FF961C; 
}

.days-sec table tbody td span {
  color: #FF961C;
}

.days-sec {
  margin-top: 10px;
}


/*------------------faq-css---------------------*/

.faq-add-sec {
  border: 1px solid #C0C0C0;
  border-radius: 25px;
  position: relative;
  padding: 30px 35px;
  margin-bottom: 30px;
}

#extend {
  position: absolute;
  right: 28px;
  top: -14px;
  background-color: #fff;
  border: none;
  color: #FF961C;
  width: 75px;
}

.faq-add-sec h5{
  font-size: 12.96px;
  color: #FFC179;
  font-family: 'Inter';
  font-weight: 600;
  line-height: 13.13px;
  letter-spacing: 0.2px;
  margin-bottom: 0px;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 15px;
}

.faq-add-sec p {
  margin-bottom: 0px;
  color: #BABABA;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.22px;
  padding-top: 15px;
}

.extend-box{
  position: relative;
  margin-bottom: 30px;
}

.extend-box input{
  border: 1px solid #C0C0C0;
  border-radius: 25px;
  position: relative;
  padding: 25px 25px;
  width: 100%;
}

.remove-extend-field{
  position: absolute;
  right: 28px;
  top: -14px;
}

.remove-btn {
  border: none;
  background-color: #fff;
  width: 24px;
}

.edit-text-field {
  position: absolute;
  right: 52px;
  top: -14px;
}

.edit-text-field button{
  border: none;
  background-color: #fff;
  width: 35px;
}

.business-bttm-btn{
    text-align: center;
}











/*--------------images-upload-css-----------------*/
    
.imgup-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.imgup-wrapper .box {
  display: block;
  margin: 10px;
  background-color: white;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
  border: 2px dotted #C0C0C0;
  border-radius: 12px;
  position: relative;
  height: 200px;
  /*min-width: 200px;*/
  text-align: center;
}

.imgup-wrapper .upload-options {
 position: absolute;
  height: 200px;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  transition: background-color ease-in-out 150ms;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  width: 200px;
}
/*.upload-options:hover {
  background-color: #7fb1b3;
}*/
.imgup-wrapper .upload-options input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.imgup-wrapper .upload-options label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
}
.imgup-wrapper .upload-options label::after {
content: "";
  font-family: "Material Icons";
  position: absolute;
  font-size: 2.5rem;
  color: #e6e6e6;
  top: calc(50% - 2.5rem);
  left: calc(47% - 1.25rem);
  z-index: 0;
}
.imgup-wrapper .upload-options label span {
  display: inline-block;
  width: 50%;
  height: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
}
.imgup-wrapper .upload-options label span:hover i.material-icons {
  color: lightgray;
}

.imgup-wrapper .js--image-preview {
 height: 225px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-image: url("");
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.imgup-wrapper .js--image-preview::after {
    content: "";
  font-family: "Material Icons";
  position: relative;
  font-size: 10px;
  color: #e6e6e6;
  top: calc(50% - 3rem);
  left: calc(50% - 2.25rem);
  z-index: 0;
}
.imgup-wrapper .js--image-preview.js--no-default::after {
  display: none;
}
    
.imgup-wrapper .js--image-preview.js--no-default > img, .js--image-preview.js--no-default > p {
  display: none;
}
    
.imgup-wrapper .js--image-preview:nth-child(2) {
  background-image: url("http://bastianandre.at/giphy.gif");
}

i.material-icons {
  transition: color 100ms ease-in-out;
  font-size: 2.25em;
  line-height: 55px;
  color: white;
  display: block;
}

.imgup-wrapper .drop {
  display: block;
  position: absolute;
  background: rgba(95, 158, 160, 0.2);
  border-radius: 100%;
  transform: scale(0);
}

.animate {
  -webkit-animation: ripple 0.4s linear;
          animation: ripple 0.4s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
    
.js--image-preview img{ margin-top: 30%; margin-bottom: 20px;}



/*------------upload-banner--------------*/


form.form .dragdrop {
  text-align: center;
}
form.form .dragdrop .uploader {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 300px;
  background: transparent;
  border: 2px dotted #C2C2C2;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 15px 0px;
  border-radius: 8px;
}
form.form .dragdrop .uploader .content {
  width: 500px;
  text-align: left;
  margin: 0 auto;
}
form.form .dragdrop .uploader .content .upload-icon {
  margin-bottom: 30px;
}
form.form .dragdrop .uploader .content h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.8rem;
}
form.form .dragdrop .uploader #filePhoto {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
form.form .dragdrop .uploader .uploader img {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 1;
  border: none;
}
    
form.form .dragdrop .uploader.is-dragover {
  background-color: #ffffff;
}
    
form.form .dragdrop .upload-btn {
  position: relative;
  text-transform: capitalize;
  border: 1px solid #FF961C;
  border-radius: 47px;
  width: 200px;
  height: 50px;
  text-align: center;
  align-content: center;
  color: #FF961C;
  background-color: transparent;
  font-weight: 600;
  font-family: 'Inter';
  font-size: 14px;
  line-height: 16.22px;
  letter-spacing: 0.9px;
  box-shadow: none;
  transition: .5s;
}
    
form.form .dragdrop .upload-btn input#upload-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  bottom: 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  margin-right: 5px;
}
form.form .dragdrop .upload-btn label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  opacity: 1;
  left: 0;
  right: 0;
}

.uploader .content p{ 
  margin-bottom: 0px;
  font-size: 12px;
  color: #575757;
  font-family: 'Inter';
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.2px;
}
    
.uploader .content h5{
font-size: 20px;
  color: #575757;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.2px;    
}

 ol, ul, li {
   list-style: none;
}





/*---------------------------------------------------------*/


#hiddenlist{
	display:none;
}

.fancyme-tags input[type=text]{
  border-radius: 45px !important;
  color: #C0C0C0;
  padding: 8px 20px;
  border: 1px solid #C0C0C0;
  box-shadow: none;
  font-family: 'Inter';
  font-weight: 600;
  line-height: 16.13px;
  letter-spacing: 0.2px;
  font-size: 12.96px;
  height: 50px;
  width: 80%;
}

.fancyme-tags input[type=button]{
    padding: 6px;
    border: 0;
    background-color: #bbb;
    color: #333;
    -moz-box-shadow:    2px 2px 0px 1px #999;
 	-webkit-box-shadow: 2px 2px 0px 1px #999;
  	box-shadow:         2px 2px 0px 1px #999;
  	cursor: pointer;
}

.fancyme-tags input[type=button]:hover{
    background-color: #ddd;
}

.fancyme-tags #shownlist{
    display: block;
    clear: both;
    margin-top: 15px;
    padding-left: 3px;
}

.fancyme-tags #shownlist span{
  display: block;
  float: left;
  padding: 7px 10px;
  color: #fff;
  margin: 2px 10px 0 0;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 600;
  line-height: 20.22px;
  font-family: 'Inter';
}

.fancyme-tags #shownlist span a{
    color: #fff;
    text-decoration: none;
    font-weight: 400;
  font-size: 10px;
  padding-left: 6px;
}

/*Plugin CSS - Theme Styling*/

.fancyme-tags.blue input[type=button]{
	background-color: #374c85;
	color: #fff;
	-moz-box-shadow:    3px 3px 0px 1px #25325a;
 	-webkit-box-shadow: 3px 3px 0px 1px #25325a;
  	box-shadow:         3px 3px 0px 1px #25325a;
}

.fancyme-tags.blue input[type=button]:hover{
	background-color: #6481d0;
	color: #fff;
}

.fancyme-tags.blue #shownlist span{
    background-color: #374c85;
}

.fancyme-tags.red input[type=button]{
	background-color: #921307;
	color: #fff;
	-moz-box-shadow:    3px 3px 0px 1px #5f0100;
 	-webkit-box-shadow: 3px 3px 0px 1px #5f0100;
  	box-shadow:         3px 3px 0px 1px #5f0100;
}

.fancyme-tags.red input[type=button]:hover{
	background-color: #dc2412;
	color: #fff;
}

.fancyme-tags.red #shownlist span{
    background-color: #921307;
}

.fancyme-tags.green input[type=button]{
	background-color: #1c7f2c;
	color: #fff;
	-moz-box-shadow:    3px 3px 0px 1px #084c24;
 	-webkit-box-shadow: 3px 3px 0px 1px #084c24;
  	box-shadow:         3px 3px 0px 1px #084c24;
}

.fancyme-tags.green input[type=button]:hover{
	background-color: #35bb4a;
	color: #fff;
}

.fancyme-tags.green #shownlist span{
    background-color: #1c7f2c;
}

.fancyme-tags.yellow input[type=button]{
	background-color: #ffde00;
	color: #333;
	-moz-box-shadow:    3px 3px 0px 1px #ffbf00;
 	-webkit-box-shadow: 3px 3px 0px 1px #ffbf00;
  	box-shadow:         3px 3px 0px 1px #ffbf00;
}

.fancyme-tags.yellow input[type=button]:hover{
	background-color: #fbe972;
	color: #333;
}

.fancyme-tags.yellow #shownlist span{
    background-color: #ffde00;
    color: #333;
}

.fancyme-tags.yellow #shownlist span a{
    color: #333;
}

.fancyme-tags.orange input[type=button]{
	background-color: #ee8a00;
	color: #fff;
	-moz-box-shadow:    3px 3px 0px 1px #d85200;
 	-webkit-box-shadow: 3px 3px 0px 1px #d85200;
  	box-shadow:         3px 3px 0px 1px #d85200;
}

.fancyme-tags.orange input[type=button]:hover{
	background-color: #ffbe64;
	color: #fff;
}

.fancyme-tags.orange #shownlist span{
    background-color: #ee8a00;
}

.fancyme-tags.pink input[type=button]{
	background-color: #9d4978;
	color: #fff;
	-moz-box-shadow:    3px 3px 0px 1px #891d59;
 	-webkit-box-shadow: 3px 3px 0px 1px #891d59;
  	box-shadow:         3px 3px 0px 1px #891d59;
}

.fancyme-tags.pink input[type=button]:hover{
	background-color: #d372a8;
	color: #fff;
}

.fancyme-tags.pink #shownlist span{
    background-color: #9d4978;
}

.fancyme-tags.purple input[type=button]{
	background-color: #7a52b1;
	color: #fff;
	-moz-box-shadow:    3px 3px 0px 1px #351662;
 	-webkit-box-shadow: 3px 3px 0px 1px #351662;
  	box-shadow:         3px 3px 0px 1px #351662;
}

.fancyme-tags.purple input[type=button]:hover{
	background-color: #a474e6;
	color: #fff;
}

.fancyme-tags.purple #shownlist span{
    background-color: #7a52b1;
}

.fancyme-tags.black input[type=button]{
  float: right;
  border: 1px solid #FF961C;
  border-radius: 47px !important;
  width: 88px;
  height: 50px;
  text-align: center;
  align-content: center;
  color: #FF961C;
  background-color: transparent;
  font-weight: 600;
  font-family: 'Inter';
  font-size: 14px;
  line-height: 16.22px;
  letter-spacing: 0.9px;
  box-shadow: none;
}

.fancyme-tags.black input[type=button]:hover{
	opacity: 0.7;
}

.fancyme-tags.black #shownlist span{
  background-color: #FF9F10;
  border-radius: 35px;
}



/*---------------------------------------------------------*/
.days span, .day {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 39px;
  margin: 2px;
  background-color: transparent;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  border: 1px solid #575757;
  color: #575757;
  margin-right: 10px;
}

.day.selected {
  background-color: transparent;
  color: #FF961C;
  border: 1px solid #FF961C;
}

.timings {
    margin-top: 10px;
}

.days.mb-2 {
  margin-bottom: 30px !important;
  margin-top: 25px;
}


/*-------------------------home-page-css------------------------------------*/

/*.home-bnnr-sec{
  background: url('../img/home-imgs/home-bnnr.jpg') no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 60px 0;
  position: relative;
}*/

.overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.searchbox .form-control {
  height: 64px;
  border-radius: 45px;
  color: #fff;
  padding: 10px 20px;
  border: 1px solid #C0C0C0;
  box-shadow: none;
  font-family: 'Inter';
  font-weight: 600;
  line-height: 16.13px;
  letter-spacing: 0.2px;
  font-size: 12.96px;
  background-color: rgba(94, 94, 94, 0.8);
}

.searchbox select{
  display: block;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btn.btn-warning.search-btn {
  width: 100%;
  height: 65px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.wrap1{
  width: 8.77%;
  min-width: 122px; 
 margin-right: 20px;
}

.wrap2 {
  width: 32.77%;
  min-width: 502px;
 margin-right: 20px;
}

.wrap3 {
  width: 14.77%;
  min-width: 200px;
 margin-right: 20px;
}

.wrap4 {
  width: 14.77%;
  min-width: 200px;
 margin-right: 20px;
}

.wrap5.pd10 {
  min-width: 200px;
  width: 15.77%;
}

.search-bar .form-control{
    height: 65px;
}

.searchbar-form{
    display: flex;
}



 .header-content {
   position: relative;
   z-index: 1;
}
.search-bar {
    display: flex;
    align-items: center;
}
.searchbox input, .searchbox select {
    border: none;
    outline: none;
}
.search-bar input {
  background-color: rgba(209, 209, 209, 0.2);
}
.search-bar button {
 background-color: #ffa500;
 border: none;
 padding: 10px 20px;
 border-radius: 50px;
 color: #fff;
}
.weather-info {
  text-align: center;
}
.weather-info .temperature {
 font-size: 2rem;
}
.weather-info .details {
 font-size: 1rem;
}
.on-this-day {
  text-align: center;
  margin-top: 60px;
}

.on-this-day .explore-btn {
  background-color: #FFF;
  border: none;
  padding: 10px 20px;
  border-radius: 47px;
  color: #000;
  width: 156px;
  height: 50px;
  text-align: center;
  margin-top: 25px;
  font-family: 'Inter';
  font-weight: 500;
  line-height: 31.22px;
  letter-spacing: 0.7px;
  font-size: 12px;
  text-transform: uppercase;
}

.on-this-day .explore-btn:hover{
  background-color: #FFF;
  border: none;  
  outline: none;
  opacity: 0.7;
}

.on-this-day h4{
  color: #FF961C;
  font-family: 'Inter';
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.2px;
  font-size: 24px;
  margin-bottom: 17px;
}

.on-this-day p{
  color: #FFFFFF;
  font-family: 'Inter';
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 0.3px;
  font-size: 20px;
  margin-bottom: 0px;
}



/*------------------quick-search--------------------------------*/


.quick-search-sec {
  padding-top: 70px;
  padding-bottom: 40px;
}

.section-hdng{
  text-align: center;
  color: #575757;
  font-family: 'Inter';
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 6px;
  font-size: 32px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.quick-box {
  display: inline-block;
  border: 1px solid #F0F0F0;
  border-radius: 10px;
  text-align: center;
  width: 130px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 20px;
  box-shadow: 0 5px 12px -6px rgba(128, 128, 128, 0.14);
  transition: 0.25s;
}

.quick-box a{
  padding: 28px 4px 20px 4px;
  display: block;
  
}

.quick-box:hover{
  transform: translateY(-0.25em);
  background-color: #F0F0F0;
}

.quick-box img{
   width: 45px; margin-bottom: 10px;
}

.quick-search-list {
  padding-top: 50px;
}

.icon-name {
  color: #575757;
  font-family: 'Inter';
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0.2px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.view-box{
  text-align: center;
}

.popular-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #F0F0F0;
  border-radius: 10px;
  min-height: 470px;
  box-shadow: 0 5px 12px -6px rgba(128, 128, 128, 0.14);
}

.popular-body {
  flex: 1 1 auto;
  padding: 30px 30px;
}

.pop-search-box img{
    width: 100%;  
}

.pop-search-body {
  background-color: #FF961C;
  border-radius: 0px 0px 10px 10px;
  text-align: center;
  padding: 15px 0px;
}

.pop-search-body h5 {
  color: #fff;
  font-family: 'Inter';
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.2px;
  font-size: 16px;
  margin-bottom: 0px;
}

.pop-search-box {
  display: block;
  transition: 0.3s; 
  background-color: #FF961C;
  border-radius: 10px;
}

.pop-search-box:hover {
  opacity: 0.4;
}

.sec-head {
  color: #575757;
  font-size: 20px;
  font-family: 'Inter';
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.2px;
  border-bottom: 1px solid #C0C0C0;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.popular-search-sec {
  margin-bottom: 30px;
}

.sec-head .btn.more-btn {
  float: right;
  font-size: 12px;
  line-height: 20.22px;
  font-weight: 600;
  font-family: 'Inter';
  color: #FF961C;
  letter-spacing: 0.6px;
  box-shadow: none;
}

.sec-head .btn.more-btn img{
    margin-left: 8px;
}

.sec-head .btn.more-btn:hover{
  opacity: 0.7;
}

.btn.view-btn {
  font-size: 12px;
  line-height: 20.22px;
  font-weight: 600;
  font-family: 'Inter';
  color: #FF961C;
  letter-spacing: 0.6px;
  box-shadow: none;
}

.btn.view-btn:hover{
   opacity: 0.7; 
}

.btn.view-btn img{
    margin-left: 8px;
}

.popular-body h5{
  color: #FF961C;
  font-family: 'Inter';
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.2px;
  font-size: 24px;
}

.popular-body h6 {
  color: #000;
  font-family: 'Inter';
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.2px;
  font-size: 16px;
  margin-bottom: 15px;
}

.popular-body p{
  color: #575757;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.2px;
  font-size: 12px;
  margin-bottom: 0px;
}

.activity-text{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.activity-card{
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #F0F0F0;
  border-radius: 10px;
  box-shadow: 0 5px 12px -6px rgba(128, 128, 128, 0.14);
  min-height: 430px;
}

.card-bttm {
  color: #575757;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.2px;
  font-size: 12px;
  opacity: 0.4;
}

.activity-body {
  flex: 1 1 auto;
  padding: 20px 20px;
}

.activity-body p {
  color: #575757;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.2px;
  font-size: 12px;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  word-break: break-word;
  -webkit-line-clamp: 3;
}

.activity-body h6 {
  color: #000;
  font-family: 'Inter';
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.2px;
  font-size: 16px;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  word-break: break-word;
  -webkit-line-clamp: 2;
}

.blog-rght-txt h6{
  color: #000;
  font-family: 'Inter';
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.2px;
  font-size: 16px;
}

.blog-rght-txt h5 {
  color: #FF961C;
  font-family: 'Inter';
  font-weight: 600;
  line-height: 33px;
  letter-spacing: 0.2px;
  font-size: 24px;
  margin-bottom: 20px;
}

.blog-rght-txt p{
  color: #575757;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.2px;
  font-size: 12px;
  margin-bottom: 0px;
}

.blog-body h6 {
  color: #000;
  font-family: 'Inter';
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.2px;
  font-size: 16px;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-body {
  flex: 1 1 auto;
  padding: 20px 20px;
}

.blog-box {
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #F0F0F0;
  border-radius: 10px;
  box-shadow: 0 5px 12px -6px rgba(128, 128, 128, 0.14);
}

.blog-box img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.blog-img {
  margin-bottom: 60px;
}

.blog-rght-txt{
  margin-bottom: 60px; 
}

.tour-left{
  background-image: url(../img/home-imgs/visit.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  border-radius: 12px;
  padding: 80px 10px 30px 10px;
}

.tour-left{
  background-image: url(../img/home-imgs/visit.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: left;
  border-radius: 10px;
  padding: 50px 40px;
}

.tour-rght{
  background-image: url(../img/home-imgs/story.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: left;
  border-radius: 10px;
  padding: 50px 40px;
}

.tour-body h3{
  color: #fff;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.2px;
  font-size: 32px;
  margin-bottom: 50px;
}

.tour-body {
  min-height: 580px;
}

.tour-body p {
  color: #fff;
  font-family: 'Inter';
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.2px;
  font-size: 12px;
}

.visit-listng li a{
  color: #fff;
  font-family: 'Inter';
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.2px;
  font-size: 12px;
}

.visit-listng {
  padding-left: 12px;
}

.visit-listng li {
  list-style: disc;
  color: #fff;
  font-size: 12px;
}

.visit-listng li a:hover{
  opacity: 0.7;
}

.blog-img img{
    width: 100%;
}


/*------------------------------gallery------------------------------*/

/* Start Gallery CSS */
.thumb {
	margin-bottom: 15px;
}
.thumb:last-child {
	margin-bottom: 0;
}
/* CSS Image Hover Effects: https://www.nxworld.net/tips/css-image-hover-effects.html */
.thumb 
figure img {
  transition: .3s ease-in-out;
  width: 100%;
}
.thumb 
figure:hover img {
  filter: grayscale(0);
}

.img-thumbnail {
  padding: 0px;
  border: none;
  border-radius: 0px;
}



/*------------------------search---------------------------*/


.has-search-right {
    position: relative;
}

.has-search-right .form-control {
  padding-left: 50px !important;
  font-size: 16px;
  font-weight: 500;
}

.has-search-right .form-control-feedback {
  position: absolute;
  top: 14px;
  left: 10px;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  color: #FF961C;
}


/*----------------------------------------------------*/


.searchwrapper {
  width: 100%;
  position: absolute;
  top: 25px;
}

.searchbox .form-control:focus {
  outline: 0;
}
.searchbox .btn {
  padding: 20px 0px;
  background-color: #ffa500;
  border: none;
  border-radius: 50px;
  color: #fff;
  font-family: 'Inter';
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 200px;
}

/* ------ Select Chosen Styles ---- */
.searchbox .chosen-single,
.searchbox .chosen-container-multi .chosen-choices li.search-field input[type="text"],
.searchbox .chosen-container-single .chosen-single {
	padding: 0 28px;
	width: 100% !important;
	margin: 0;
	border: solid 1px #c4cad0 !important;
	height: 40px;
	line-height: 22px;
	font-size: 14px;
	font-weight: normal;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border-radius: 23px;
	background: none;
}

.searchbox .chosen-single,
.searchbox .chosen-container-multi .chosen-choices li.search-field input[type="text"],
.searchbox .chosen-container-single .chosen-single {
	font-size: 15px;
}

.searchbox .chosen-single,
.searchbox .chosen-container-multi .chosen-choices li.search-field input[type="text"],
.searchbox .chosen-container-single .chosen-single {
	border: none !important;
	background: #fff !important;
}

.searchbox .chosen-container-multi .chosen-choices {
	background: none;
}

.searchbox .chosen-container-multi .chosen-choices li.search-field {
	float: none;
}

.searchbox .chosen-single,
.searchbox .chosen-container-single .chosen-single,
.searchbox .chosen-container-multi .chosen-choices li.search-field input[type="text"]{
	padding-right: 50px;
}

.searchbox .chosen-single span {
	display: block;
	padding: 0;
	margin: 0;
	line-height: 40px;
}

.searchbox .chosen-container-single .chosen-single {
	background: none !important;
	box-shadow: none !important;
}

.searchbox .chosen-container-active .chosen-single,
.searchbox .chosen-container-active .chosen-choices {
	box-shadow: none;
}

.searchbox .chosen-single,
.searchbox .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	 color: #334e6f !important;
}

.searchbox .chosen-container-multi .chosen-choices li.search-field input[type="text"],
.main_wrapper .select-tags:after {
	color: #fff !important;
}

.searchbox .chosen-container {
	text-align: left;
}

.searchbox .chosen-drop {
	margin: 5px 0 0 0;
	background: #fff;
	border-radius: 5px;
	border: none;
	overflow: hidden;
	box-shadow: 20px 20px 50px rgba(58, 87, 135, 0.1);
}

.searchbox .chosen-drop ul.chosen-results {
	padding: 0;
	margin: 0;
	text-align: left;
}

.searchbox .chosen-drop ul.chosen-results li:before {
	display: none;
}

.searchbox .chosen-drop ul.chosen-results li {
	padding: 6px 30px 7px 30px;
	line-height: 22px;
	font-size: 14px;
	color: #334e6f;
	background: none !important;
}

.searchbox .chosen-drop ul.chosen-results li:first-child {
	padding-top: 25px;
}

.searchbox .chosen-drop ul.chosen-results li:last-child {
	padding-bottom: 23px;
}

.searchbox .chosen-choices {
	padding: 0;
	margin: 0;
	border: none;
}

.searchbox .chosen-choices li {
	width: 100%;
	display: block;
}

.searchbox .chosen-choices li.search-choice {
	display: none;
}

.searchbox .chosen-choices li:before,
.searchbox .chosen-choices li:after {
	display: none;
}

.searchbox .chosen-single > div {
	display: none;
}

.searchbox .chosen-single {
	position: relative;
}

.searchbox .chosen-single:after {
	content: "\f107";
	right: 28px;
	top: 50%;
	width: auto;
	height: auto;
	background: none;
	font-family:'FontAwesome';
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	color: #999999;
	display: block;
	pointer-events: none;
	position: absolute;
	font-size: 28px;
	line-height: 22px;
}
/* ------ End Select Chosen Styles ---- */





/*-------------------------------------------*/


.carousel-caption {
  right: 0%;
  left: 0%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.carousel-control-prev, .carousel-control-next {
  width: 7%;
}

.home-bnnr-sec .carousel-indicators {
  position: absolute;
  right: 0;
  top: -20%;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
  margin: 25% auto;
}

.home-bnnr-sec .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: transparent;
  border: 2px solid #fff;
  opacity: 1;
  transition: opacity .6s ease;
  border-radius: 50%;
}

.home-bnnr-sec .carousel-indicators .active {
  opacity: 1;
  background-color: #FF961C !important;
  border: 2px solid #FF961C !important;
}


/*-------------------weather------------------------*/

.weather-head{
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 16.22px;
  letter-spacing: 1px;
  font-family: 'Inter';
  text-transform: uppercase;
}

.new-weather-sec {
  width: 100%;
  text-align: left;
}


.weather-widget {
   /* background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #ccc;*/
    width: 100%;
    margin-bottom: 30px;
}

.weather-widget .left-section .icon {
    font-size: 2.5rem;
    color: #fff;
    margin-right: 25px;
}

.weather-widget .left-section .temperature h1 {
  font-size: 28px;
  margin-bottom: 10px !important;
  color: #fff;
  font-weight: 600;
  line-height: 24.22px;
  letter-spacing: 1.5px;
  font-family: 'Inter';
  text-align: left;
}

.weather-widget .left-section .temperature p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 16.22px;
  letter-spacing: 0.7px;
  font-family: 'Inter';
  text-transform: uppercase;
}

.weather-widget .middle-section {
    flex-grow: 1;
    padding: 0 20px;
    text-align: left;
    border-left: 1px solid #fff;
}

.weather-widget .middle-section p {
    margin: 0;
    font-size: 14px;
}

.weather-widget .middle-section .d-flex p {
  color: #fff;
  margin-right: 30px !important;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.3px;
  font-size: 20px;
  margin-bottom: 10px !important;
}

.weather-widget .right-section .date {
  font-family: 'Inter';
  font-weight: 600;
  line-height: 16.22px;
  letter-spacing: 0.5px;
  font-size: 14px;
  color: #FF961C;
  margin-bottom: 10px !important;
}

.weather-widget .right-section .day {
    font-size: 2rem;
    margin: 0;
}

.news-updates {
    margin-top: 20px;
    background-color: #333;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
}

.weather-widget .middle-section p.temp-center{
  font-size: 12px;
  letter-spacing: 0.4px;
}

.right-section {
    text-align: right;
}

.right-section h4{
  color: #fff;
  font-family: 'Inter';
  font-weight: 300;
  line-height: 16.22px;
  letter-spacing: 0.6px;
  font-size: 28px;
}

.middle-section sub{
  font-size: 14px;
  font-weight: 600;
}



/*-------------------------business-dashboard-----------------------------*/

.business-img{
   width: 100%;
}

.restro-body-txt .food-name {
  padding: 0px;
}

.restro-body-txt {
  padding: 25px 20px;
}

.restro-body-txt h3 {
  font-size: 25px;
  font-family: 'Inter';
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.4px;
  color: #FF961C;
  margin-bottom: 15px;
  word-wrap: break-word;
}

.restro-body-txt h4 {
  font-size: 20px;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.4px;
  color: #000;
  margin-bottom: 25px;
}

.restro-body-txt h6 {
  font-size: 12px;
  color: #A7A7A7;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.2px;
}

.reviews-txt {
  font-size: 12px;
  color: #575757;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.6px;
  margin-top: 25px;
  margin-bottom: 35px;
}

.restro-body-txt p{
  font-size: 16px;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.2px;
  color: #818181;
}

.reviews-txt span{
  font-size: 14px;
  color: #575757;
  font-family: 'Inter';
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.6px;
}

.avail-txt {
  font-size: 14px;
  color: #A7A7A7;
  font-family: 'Inter';
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.2px;
  margin-bottom: 30px;
}

.restro-bttm a p{
  font-size: 12px;
  color: #575757;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.2px;
  margin-bottom: 30px;
}

.restro-bttm {
  padding: 0 40px;
  margin-top: 50px;
  margin-bottom: 10px;
}

.call-btn {
  border: 1px solid #FF961C;
  border-radius: 47px;
  width: 100%;
  height: 50px;
  text-align: center;
  align-content: center;
  color: #fff;
  background-color: #FF961C;
  font-weight: 600;
  font-family: 'Inter';
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.9px;
  box-shadow: none;
  transition: .5s;
  display: inline-block;
  padding: 6px 20px;
  box-shadow: none;
}

.btn.call-btn img{
    float: left;
}

.call-btn:hover{
    opacity: 0.7;
    color: #fff;
}

.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: none;
}

.restro-left .restro-profile{
   top: -70px; 
}

.restro-dhaba-detail{
    margin-bottom: 20px;
    margin-top: 90px;
}

.top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 5px;
}

.topbar-listng {
  padding: 0px;
  margin-bottom: 0px;
}

.topbar-listng  li {
  display: inline-block;
  padding: 10px;
  margin-left: 10px;
}

.right-restro-sec {
  border: 1px solid #D9D9D9;
  border-radius: 12px;
  padding: 20px 60px 40px;
}

.topbar-listng li a img{
    width: 24px;
}

.select-business h6{
  font-size: 12px;
  color: #000;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.2px;
  margin-bottom: 0px;
}

.dhaba-sel {
  background: transparent;
  border: none;
  color: #FF961C;
  font-family: 'Inter';
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.2px;
  font-size: 24px;
  padding-right: 10px;
}

.topbar-listng li a:hover{
  opacity: 0.7;
}

.dhaba-sel option{
background: #fff;
  border: none;
  color: #FF961C;
  font-family: 'Inter';
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0.2px;
  font-size: 18px;
}

/*-----------------restro-nav--------------------*/



.menu-head{
  color: #000000;
  font-size: 16px;
  font-family: 'Inter';
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.2px;  
  margin-bottom: 13px;
}

.innr-menu p{
  color: #575757;
  font-size: 12px;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.2px;
  text-align: justify;
  margin-bottom: 0px;
}

#about{
   border-bottom: 1px solid #DDD;   
}

.innr-menu {
  padding-bottom: 22px;
  margin-bottom: 30px;
}

.service-item {
  background-color: #F2F2F2;
  text-align: center;
  border-radius: 8px;
  padding: 15px 5px;
  display: block;
}

.service-item:hover {
  opacity: 0.7;
}

.service-item p{
  text-align: center;
  font-size: 10px;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.7px;
  color: #000;
}

.service-item img{
  width: 32px;
  margin-bottom: 8px;
}





.highcharts-figure,
.highcharts-data-table table {
    min-width: 310px;
    max-width: 800px;
    margin: 1em auto;
    height: 200px;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

#button-bar {
    min-width: 310px;
    max-width: 800px;
    margin: 0 auto;
}

.highcharts-title {
  display: none;
}

.highcharts-exporting-group {
  display: none;
}

.highcharts-axis-title {
  display: none;
}

.highcharts-legend.highcharts-no-tooltip {
    display: none;
}
.highcharts-credits {
  display: none;
}

.chart-days {
  background: transparent;
  border: none;
  color: #FF961C;
  font-family: 'Inter';
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.2px;
  font-size: 24px;
  padding-right: 10px;
}

.highcharts-container {
  height: 250px;
}

.days-list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0px;
  margin-top: 30px;
}

.days-list li {
  display: flex;
  justify-content: space-between;
  padding: 1px 0;
  font-size: 12px;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #575757;
}

.days-list li span:first-child {
  color: #FF961C;
}

.days-headng {
  color: #000000;
  font-size: 14px;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.2px;
}

.chart-head {
  color: #000000;
  font-size: 14px;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.2px;
}

.chart-days {
  color: #FF961C;
  font-size: 14px;
  font-family: 'Inter';
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.2px;
}

#container {
  margin-top: 30px;
  height: 250px;
}

.days-list li span:first-child {
  color: #FF961C;
  font-size: 12px;
  font-family: 'Inter';
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.2px;
  text-align: justify;
}



/*--------------map-css--------------*/

.map-details{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 15px;
}

.map-actions{
  display: flex;
  gap: 20px;
}

.map-address {
  margin-bottom: 20px;
}

.map-actions img{
  width: 24px;  
}

.map-actions a {
  color: #000;
  font-size: 14px;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.2px;
  text-decoration: underline;
  margin-right: 10px;
}

.map-actions a:hover{
  opacity: 0.7;
}

.map-address h5{
  color: #000;
  font-size: 14px;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.2px;  
}


/*----------------ratings-------------------*/


.rating-star {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rating-star {
  background-color: #F2F2F2;
  border-radius: 8px;
  padding: 15px 10px;
}

.star {
  position: relative;
  width: 100px;
  height: 100px;
  background: #FDB805;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.rating-value {
  color: #fff;
  font-size: 26px;
  font-family: 'Inter';
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.2px;
}

.rating-value sub {
  font-size: 14px;
  font-family: 'Inter';
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.2px;
}

.rating-text h5 {
  color: #575757;
  font-size: 21.39px;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.2px;
  margin-bottom: 0px;
}

.rating-text {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.rating-text small {
  color: #575757;
  font-size: 13px;
  font-family: 'Inter';
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 0.2px;
  margin-bottom: 0px;
}

.rating-details {
  background-color: #F2F2F2;
  border-radius: 8px;
  padding: 20px 50px;
}

.likes h3{
  color: #00B212;
  font-size: 14px;
  font-family: 'Inter';
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.2px;
  margin-bottom: 20px;
}

.rate-list {
  padding: 0px;
  margin-bottom: 0px;
}

.rate-list li img{
  width: 24px;
  margin-right: 10px;
}

.rate-list li {
  color: #575757;
  font-size: 12px;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.2px;
  margin-bottom: 10px;
}

.dislikes h3{
  color: #BF0000;
  font-size: 14px;
  font-family: 'Inter';
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.2px;
  margin-bottom: 20px;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.star-rating .fa-star::before {
  content: "\f005";
  color: #ddd;
  font-size: 14px;
}

.star-rating .fa-star.checked::before {
  content: "\f005";
  color: #FDB805;
  font-size: 14px;
}

.review-body h6 {
  color: #000000;
  font-size: 16px;
  font-family: 'Inter';
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.2px;
  margin-bottom: 0px;
}

.media .rounded-pill {
  margin-right: 25px;
  width: 40px;
}

.reviews-members-body p{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 5px;
}

.hide-txt {
  color: #7f7f7f;
  font-size: 10px;
  font-family: 'Inter';
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0.2px;
  position: relative;
  padding-left: 45px;
}

.hide-txt:hover {
  color: #7f7f7f;
  opacity: 0.7;
}

.hide-txt:before{
  content: " ";
  display: block;
  height: 1px;
  width: 36px;
  position: absolute;
  top: 50%;
  left: 0px;
  background: #DDD;
}

.review-body {
  padding-bottom: 16px;
  border-bottom: 1px solid #DDD;
  padding-top: 3px;
}

.reviews-members {
  padding-top: 10px;
  margin-bottom: 10px;
}

.text-gray {
  color: #bcbcbc;
  font-size: 12px;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.2px;
  padding-left: 8px;
}

.accordion-button::after {
  background-image: url(../img/dashboard-imgs/arrow-down.png);  
  width: 8px;
  height: 8px;
  background-size: 8px;
}

.accordion-button:not(.collapsed)::after { 
   background-image: url(../img/dashboard-imgs/arrow-down.png);  
}


.inner-menu .accordion-body {
  padding: 0px 22px 20px;
}

.innr-menu.faq-sec{
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.restro-full-box {
  padding-bottom: 50px;
}







/*---------------accordian------------------*/


.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #FF961C;
  background-color: transparent;
  box-shadow: none;
}

.accordion-button {
  background-color: #F2F2F2;
  padding: 23px;
}

.accordion-item {
  background-color: transparent;
  border: 1px solid #F2F2F2;
  border-radius: 8px;
  margin-bottom: 8px;
}

.accordion-item .accordion-button {
  border-radius: 8px;
  color: #FF961C;
  font-size: 14px;
  font-family: 'Inter';
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.2px;
}

.accordion-item:not(:first-of-type) {
  border-top: 1px solid #F2F2F2 !important;
}

.accordion-item .accordion-body {
  padding-top: 0px;
}


/*----------------slider------------------*/


.splide__slide {
 /*background: linear-gradient(0deg, #87de1d, #b4e900);*/
    height: 242px;
    border: 1px solid #fff;
    font-size: 50px;
    display: flex;
    margin: 0;
    align-items: center;
    justify-content: center
}
.splide__pagination__page { bottom:-45px; background: linear-gradient(0deg, #87de1d, #b4e900); }
.splide__pagination__page.is-active { background: #000; }
.my-slider-progress {
    background: #ccc;
  }
  
.my-carousel-progress-bar {
  height: 6px;
  background: #FF961C;
  position: relative;
  bottom: -25px;
  left: 0px;
  transition: width 0.3s ease;
  border-radius: 45px;
}

.splide__pagination.splide__pagination--ltr {
  display: none;
}

.splide__slide img {
  width: 173px;
  border-radius: 8px;
}

.splide__arrow svg {
  fill: #fff;
}

.splide__arrow {
  background: #FF961C;
}



/*--------------navigation-------------------*/


.right-restro-sec {
   position: relative;
}
       
.right-restro-sec .navbar {
  position: sticky;
  top: 100px;
  z-index: 10;
  background: white;
 }
           
.right-restro-sec .nav-pills .nav-link {
  padding: 10px 20px;
  font-size: 14px;
  transition: .5s;
  font-family: 'Inter';
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0.9px;
  color: #000;
}
           
.right-restro-sec .nav-pills .nav-item:first-child .nav-link{ 
    padding-left: 8px;
}
           
.right-restro-sec .nav-pills .nav-link.active{
  font-weight: 600;
  color: #000;
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.right-restro-sec .nav.nav-pills {
  border-bottom: 1px solid #000;
}

.right-restro-sec .nav-link.active::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: orange;
  border-radius: 2px;
  z-index: 1;
}



/*------------events-css---------------*/

.event-popular{ padding-top: 70px !important;}

.notification-sec a img{
   width: 32px;
   margin-left: 20px;
}


.bg-breadcrumb.event-bg {
    background: url(../img/events-activities.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.inner-bnnr h3 {
  font-family: 'Inter';
  font-weight: 600;
  line-height: 45px;
  letter-spacing: 0.2px;
  font-size: 64px;
  margin-top: 22px;
}

.breadcrumb.mb-0.banner-list li {
  color: #fff;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 16.22px;
  letter-spacing: 0.8px;
  font-size: 12px;
  text-transform: uppercase;
  padding-bottom: 10px;
  z-index: 2;
}

.breadcrumb.mb-0.banner-list li a{
  color: #fff;
}


/*.breadcrumb.mb-0.banner-list::after {
  border-bottom: 1px solid #fff;
  width: 320px;
  content: '';
  position: absolute;
  display: block;
  position: relative;
  left: -320px;
}*/


.search-container {
 display: flex;
 justify-content: center;
 align-items: center;
 float: right;
 position: relative;
 top: -35px;
}

.search-box {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 47px;
  padding: 10px 20px;
  max-width: 420px;
  width: 100%;
  height: 50px;
  border: 1px solid #C0C0C0;
 }

.search-box input {
  border: none;
  outline: none;
  flex: 1;
  padding: 7px 10px;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 16.22px;
  letter-spacing: 0.5px;
  font-size: 12px;
  border-right: 1px solid #575757;
}

.search-box input::placeholder {
  color: #575757;
}

.search-box .dropdown {
  position: relative;
}

.search-box .dropdown-toggle {
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 2px solid #ccc;
    background-color: transparent;
    border: none;
    color: #FF961C;
  font-family: 'Inter';
  font-weight: 600;
  line-height: 16.22px;
  letter-spacing: 0.8px;
  font-size: 12px;
}

.search-box .dropdown-toggle::after {
 margin-left: 5px;
}

.search-box .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.search-box .search-icon {
 margin-right: 10px;
 color: #FF9400;
 padding-top: 5px;
}

.search-box .search-icon a {
 color: #FF9400;
 text-decoration: none;
}

.search-box .search-icon a i {
 font-size: 20px;
}

.search-btn {
  background-color: #FF9400;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 10px 30px;
  margin-left: 10px;
  height: 50px;
  font-family: 'Inter';
  font-weight: 600;
  line-height: 16.22px;
  letter-spacing: 0.8px;
  font-size: 12px;
  width: 200px;
}

.banner-list {
   position: relative;
}

.banner-list:before {
  position: absolute;
  content: "";
  width: 31%;
  height: 1px;
  background-color: #fff;
  bottom: -2px;
  left: 0px;
  transform: translate(-50%);
}

@media (max-width: 768px) {
.search-box {
  max-width: 100%;
}
    
.search-btn {
 padding: 10px 20px;
 font-size: 14px;
}
.icon-container {
  gap: 30px; /* Reduce space between icons on smaller screens */
}
    
    
    
}


/*------------------blogs-page------------------*/

.bg-breadcrumb.blog-bg {
  background: url(../img/blogs.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-bg .banner-list::before {
  position: absolute;
  content: "";
  width: 18%;
  left: -10px;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  border-color: #FF961C;
  border-radius: 50%;
  background-color: #FF961C;
}

.page-item .page-link {
  padding: 4px 10px;
  font-size: 13px;
  font-family: 'Inter';
  font-weight: 600;
  letter-spacing: 0.9px;
}

.page-item.active .page-link:hover {
  z-index: 2;
  color: #FFF;
  background-color: #FF961C;
  border-color: #FF961C;
}

.page-item.active .page-link:focus {
  z-index: 2;
  color: #FFF;
  background-color: #FF961C;
  border-color: #FF961C;
}

.pagination-sec .page-link {
  border: none;
  color: #333;
}

.pagination-sec .page-link:hover {
  z-index: 2;
  color: #FF961C;
  background-color: transparent;
  border-color: #FF961C;
}

.pagination-sec {
  text-align: center;
  margin-top: 40px;
}

.pagination {
  display: inline-block;
  margin-bottom: 0px;
}

.pagination li {
  display: inherit;
  margin-left: 5px;
  margin-right: 5px;
}

.pagination .page-link:focus {
  z-index: 3;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
  opacity: 0.7;
}

.page-item .fa-chevron-right::before {
  content: "\f054";
  font-size: 21px;
  position: relative;
  top: 2px;
}



/*--------------blogs-open--------------*/

.blog-openBg {
   background: url(../img/blogs-open.png); 
   background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-openBg h5 {
  font-family: 'Inter';
  font-weight: 600;
  line-height: 64px;
  letter-spacing: 0.2px;
  font-size: 48px;
  padding-top: 10px;
}

.blog-full-txt {
  position: relative;
  padding: 0px;
  margin-bottom: 50px;
}

.blog-full-txt .blog-content-logo{
   position: absolute;  
   top: 12px;
}

.blog-full-txt .blog-content-logo img{
  width: 50px; 
  display: flex;
  margin-bottom: 15px;
}

.blog-innertxt {
  padding-left: 110px;
}

.blog-innertxt p {
  font-family: 'Inter';
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.8px;
  font-size: 12px;
  color: #575757;
  margin-bottom: 22px;
}

.blog-content-logo a{
  font-family: 'Inter';
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.2px;
  font-size: 16px;
  color: #000;
  border-bottom: 2px solid #000;  
}

.blog-content-logo a:hover{
   opacity: 0.7;
}

.blog-form {
  position: relative;
  padding-bottom: 20px;
}

.blog-search {
  border-radius: 45px !important;
  color: #fff;
  padding: 10px 20px !important;
  border: 1px solid rgb(192, 192, 192) !important;
  box-shadow: none;
  font-family: 'Inter';
  font-weight: 600;
  line-height: 16.13px;
  letter-spacing: 0.2px;
  font-size: 12.96px;
  background-color: rgba(94, 94, 94, 0.8);
  width: 418px; 
  padding-left: 10px !important;
  position: absolute;
  right: 0;
  top: -80px;
}

.blog-search .fa-search::before {
  content: "\f002";
  color: #ffa500;
  position: relative;
  top: 3px;
}

.blog-search .form-control {
  background-color: transparent;
  color: #fff;
}

.blog-search .form-control:focus {
  box-shadow: none;
}


/*--------------search-tabs-----------------*/

.search-head {
  font-size: 20px;
  font-family: 'Inter';
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.4px;
  color: #000;
}

.search-head span{
  color: #FF961C;
}

.search-tab-head h6{
  font-size: 12px;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 16.22px;
  letter-spacing: 0.8px;
  color: #575757;   
}

.search-tab-head h6 span {
  color: #FF961C;
}

.tag-btn{
  background-color: #f8981d;
  border-radius: 32px;
  border: none;
  padding: 8px 15px;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 16.22px;
  letter-spacing: 0.8px;
  color: #fff;
}

.tag-btn .close-icon{
  color: #fff;
}

.fa-times::before {
  content: "\f00d";
  font-size: 13px;
  position: relative;
  top: 1px;
  color: #fff;
}

.tag-btn .close-icon {
  margin-left: 10px;
  font-size: 12px;
  cursor: pointer;
}

.result-sec p{
  font-size: 12px;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 16.22px;
  letter-spacing: 0.8px;
  color: #575757;
  float: left;
  margin-bottom: 0px;
}

.result-sec p span{
  color: #f8981d;
}

.search-category {
  margin-bottom: 30px;
}

.sticky-sidebar {
  position: sticky;
  top: 20px;
  background-color: rgba(209, 209, 209, 0.2);
  border: 1px solid #EDEDED;
  border-radius: 16px;
  padding: 40px 50px;
}

.filter-head{
  font-size: 20px;
  font-family: 'Inter';
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.4px;
  color: #000;
  margin-bottom: 45px;
}

.filter-section h6{
  font-size: 16px;
  font-family: 'Inter';
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.2px;
  color: #575757;
  margin-bottom: 0px;
}

.filter-section .fa-chevron-down::before {
  content: "";
}

.filter-list li label{
  font-size: 14px;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 16.22px;
  letter-spacing: 0.8px;
  color: #575757;
}

.filter-section {
  padding-bottom: 15px;
}

.search-full-sec{
  margin-bottom: 50px;
}

.result-card {
  border: 1px solid #D9D9D9;
  border-radius: 13px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-right: 25px;
}

.result-info {
  padding-left: 35px;
  width: 100%;
}

.result-info h5{
  font-size: 24px;
  font-family: 'Inter';
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.4px;
  color: #000;
  display: inline;
}

.result-img{
  width: 200px;
}

.result-review .fa.fa-star {
  font-size: 14px;
}

.result-review .checked {
  color: orange;
}

.review-stars {
  float: left;
}

.result-review{
  display: flex;
}

.review-txt {
  font-size: 12px;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 16.22px;
  letter-spacing: 0.9px;
  margin-bottom: 0px;
  position: relative;
  top: 6px;
  margin-left: 10px;
  color: #575757;
}

.review-address{
  font-size: 14px;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.4px;
  color: #000;
  margin-top: 10px;
  margin-bottom: 20px;
}

.verified-img {
  position: relative;
  margin-left: 12px;
  top: -2px;
}

.call-listng{
  padding-left: 0px;
}

.call-listng li a img{
  width: 24px;
}

.call-listng li {
  margin: 25px 0px;
}

.result-sec {
  display: flex;
}

.top-pagination {
  float: right;
}

.top-pagination .page-link {
  border: none;
  color: #333;
}

.top-pagination .page-link:hover {
  z-index: 2;
  color: #FF961C;
  background-color: transparent;
  border-color: #FF961C;
}

.top-pagination .page-item .fa-chevron-left::before {
  font-size: 21px;
  position: relative;
  top: 2px;
}


.label-container {
  display: flex;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

/* Hide the browser's default checkbox */
.label-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: -3px;
  right: 0;
  height: 16px;
  width: 16px;
  background-color: transparent;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
}

/* On mouse-over, add a grey background color */
/*.label-container:hover input ~ .checkmark {
  background-color: transparent;
}*/
    
/* When the checkbox is checked, add a blue background */
.label-container input:checked ~ .checkmark {
   background-color: transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.label-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.label-container .checkmark:after {
left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #FF961C;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



.card-img-top {
  width: 100%;
  height: 200px;
  object-fit: cover;
}


/*-----------------services------------------*/


/*.bg-breadcrumb.service-bg {
  background: url(../img/service-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}*/

.inner-bnnr{
  position: relative;  
}

.service-bnnr {
  width: 100%;
}

.S-cont {
  position: absolute;
  top: 140px;
  left: 95px;
}

.AWU-bnnr-txt {
  position: absolute;
  top: 68px;
  left: 0;
  right: 0;
}

.service-headng {
  text-align: center;
  font-family: 'Inter';
  font-weight: 600;
  font-size: 32px;
  color: #FF961C;
  letter-spacing: 0.2px;
  line-height: 19px;
  margin-bottom: 30px;
}

.services-head-sec p{
  text-align: center;
  font-family: 'Inter';
  font-weight: 400;
  font-size: 12px;
  color: #575757;
  letter-spacing: 0.2px;
  line-height: 24px;
  padding: 0 101px;
}
.icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 94px; /* Space between icons */
    margin-top: 50px;
    flex-wrap: wrap;
}
.icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.icon-item img {
    width: 48px;
    height: auto;
    margin-bottom: 35px;
}
.icon-item p {
  margin: 0;
 font-size: 1.1rem;
}

.icon-item p {
  margin: 0;
  font-family: 'Inter';
  font-weight: 700;
  font-size: 16px;
  color: #575757;
  letter-spacing: 0.2px;
  line-height: 24px;
}

.USP-sec {
  margin-bottom: 80px;
}
/*.serviceA {
  background: url(../img/services/Local-Business-Listing.png) no-repeat center right;
}

.serviceB {
  background: url(../img/services/curated-content.png) no-repeat center right;
}

.serviceC {
  background: url(../img/services/marketplace.png) no-repeat center right;
}

.serviceD {
  background: url(../img/services/event-listing.png) no-repeat center right;
}*/

.service-box {
  /*background-size: cover;
  background-color: #7b5132;
  padding: 50px 110px;*/
  border-radius: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  position: relative;
}

.service-box img {
  width: 100%;
}

.service-content {
  max-width: 500px;
  position: absolute;
  left: 110px;
}

.service-content h2 {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 24px;
  color: #FFF;
  line-height: 19px;
  letter-spacing: 0.16px;
  margin-bottom: 40px;
}
.service-content p {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-align: justify;
  letter-spacing: 0.32px;
  margin-bottom: 50px;
}

.btn-custom {
  background-color: transparent;
  border: 1px solid #fff;
  padding: 10px 30px;
  border-radius: 47px;
  color: #fff;
  height: 50px;
  width: 311px;
  font-family: 'Inter';
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.8px;
  line-height: 29px;
}

.btn-custom:hover{
  opacity: 0.7;
  color: #fff;
}


/*-----------------AWU-css------------------*/

/*.bg-breadcrumb.AWU-bg {
  background: url(../img/AWU-bnnr.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}*/

.AWU-bg {
  text-align: center;
}

.AWU-bg h2 {
  text-align: center;
  font-family: 'Inter';
  font-weight: 600;
  line-height: 45px;
  letter-spacing: 0.8px;
  font-size: 64px;
  margin-bottom: 35px;
  color: #fff;
}

.AWU-bg p{
  color: #FFFFFF;
  font-family: 'Inter';
  font-weight: 300;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.32px;
}

.btn.enquire-btn {
  background-color: #FFF;
  border: none;
  padding: 10px 20px;
  border-radius: 47px;
  color: #000;
  width: 311px;
  height: 50px;
  text-align: center;
  margin-top: 25px;
  font-family: 'Inter';
  font-weight: 600;
  line-height: 31.22px;
  letter-spacing: 0.7px;
  font-size: 14px;
}

.btn.enquire-btn:hover {
  background-color: #FFF;
  border: none;
  outline: none;
  opacity: 0.7;
}

.col-lg-1-5 {
  width: 20%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.advertise-box {
  text-align: center;
  background-color: #F6F6F6;
  border-radius: 16px;
  padding: 35px 20px 20px;
  min-height: 315px;
}

.advertise-box img {
  width: 48px;
  margin-bottom: 30px;
}

.advertise-box h4 {
  font-family: 'Inter';
  font-weight: 700;
  font-size: 16px;
  color: #575757;
  letter-spacing: 0.32px;
  line-height: 24px;
  margin-bottom: 22px;
}

.advertise-box p {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.32px;
  text-align: left;
}

.why-advertise-sec .service-headng {
  margin-bottom: 60px;
  margin-top: 50px;
}

.why-advertise-sec {
  padding-bottom: 30px;
}

.advertise-headng {
  text-align: center;
  font-family: 'Inter';
  font-weight: 600;
  font-size: 24px;
  color: #FF961C;
  letter-spacing: 0.8px;
  line-height: 31px;
  margin: 30px 0px 65px;
}

.add-box {
  background-color: #D9D9D9;
  border-radius: 16px;
  padding: 110px 60px 30px;
  margin-bottom: 25px;
}

.add-box h4 {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 24px;
  line-height: 19px;
  letter-spacing: 0.8px;
  color: #000;
  margin-bottom: 20px;
}

.add-box p {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.8px;
  color: #000;
}











/*----------------------------------------------------*/
    
.reviewCAT{
  margin: 4px;
  background-color: transparent;
  overflow: hidden;
  float: left;
  border: 1px solid #FF961C;
  border-radius: 32px;
  color: #FF961C;
  cursor: pointer;
}

.reviewCAT label {
  float: left; 
  cursor: pointer;
}

.reviewCAT label span {
  text-align: center;
  display: block;
}

.reviewCAT label input {
  position: absolute;
  display: none;
  color: #fff !important;
}
/* selects all of the text within the input element and changes the color of the text */
.reviewCAT label input + span{
  color: #FF961C;
  font-size: 10px;
  padding: 10px 20px;
  width: auto;
  height: 35px;
  font-weight: 600;
  font-family: 'Inter';
  line-height: 16.22px;
  letter-spacing: 0.4px;    
}


/* This will declare how a selected input will look giving generic properties */

    
/*.action input:checked + span {
  background-color: #FF961C;
}

.reviewCAT input:checked + span {
    color: #ffffff;
}*/


/*---------------top-search-bar---------------*/

.searchbox.searching-sec .form-control {
  border: none;
  background-color: rgba(209, 209, 209, 0.2);
  color: rgb(0, 0, 0);
}

.searchbox.searching-sec .toggle-button {
  background-color: rgba(209, 209, 209, 0.2);
  border-radius: 75px;
  width: 121px;
  height: 64px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5px;
  box-sizing: border-box;
  border: none;
}

.searchbox.searching-sec select {
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

.searchbox.searching-sec {
  margin-top: 20px;
  margin-bottom: 50px;
}


/*----------------------------------------------------*/


.inner-bnnr .text-white.display-3.mb-4 {
  position: relative;
  z-index: 2;
}











/*-------------------------------responsiveness----------------------------------*/

@media screen and (max-width: 1441px) {

.weather-widget {
  margin-top: 30px;
}
.S-cont {
  top: 135px;
  left: 45px;
}
  

    
}


@media screen and (max-width: 1400px) {
.bnnr-img { width: 100%;}  
.btn.plan-btn h2 {font-size: 25px;}
.btn.plan-btn { width: 170px;}
.calendr-grp.radio-tile-group .input-container {
  margin-right: 15px;
} 
.qtagselect.isw360 .qtagselect__container {
  width: 320px;
}
    
.quick-box {
  width: 148px;
}
.wrap1 {
  width: 8.77%;
  min-width: 122px;
}
    
.wrap2 {
  width: 32.77%;
  min-width: 430px;
} 
.wrap3 {
  width: 14.77%;
  min-width: 160px;
}
.wrap4 {
  width: 14.77%;
  min-width: 160px;
}
.wrap5.pd10 {
  min-width: 160px;
  width: 15.77%;
}
.weather-widget {
   padding-top: 40px;
} 
.home-bnnr-sec .carousel-indicators {
  top: -15%;
}
.searchbox .btn {
  width: 100%;   
}
.tour-body {
  min-height: 620px;
}
.restro-bnnr {
  width: 180px;
}
.splide__slide img {
  width: 143px;
}
.splide__slide {
  height: 200px;
}
.right-restro-sec .nav-pills .nav-link {
  padding: 10px 15px;
  font-size: 12px;
}
.right-restro-sec .navbar {
  top: 96px;
}
    
.search-container {
  position: relative;
  top: 0px;
} 
    
.banner-list::before {
  width: 36%;
}

.blog-bg .banner-list::before {
  width: 26%;
  left: -41px;
}
.advertise-box {
  min-height: 354px;
}
.S-cont {
    top: 120px;
    left: 0px;
    right: 0;
}
    
.blog-search {
  top: -103px;
}
    
    

    
}

@media screen and (max-width: 1280px) {
.S-cont {
  top: 110px;
  left: 0px;
}
.blog-search {
  top: -93px;
}
    
    
    
    
}


@media screen and (max-width: 1200px) {
.left-bannr h3 {
  font-size: 25px;
  line-height: 40px;
}   
.bnnr-logo {
  width: 140px;
}
.otp-sec h4 {
  font-size: 20px;
}
h4.post-head {
  font-size: 20px;
}
.detail-form h5 {
  font-size: 18px;
}
.btn.plan-btn h4 {
  font-size: 20px;
}
.plans-tbl .nav-item{
    margin-right: 15px;
}
.plans-tbl .nav-item:last-child{
  margin-right: 0px;    
}
    
.btn.plan-btn h5 {
  font-size: 12px;
}
    
.btn.plan-btn h2 {
  font-size: 16px;
}
    
.btn.plan-btn {
  margin-left: 0px;
  margin-right: 0px;
  width: 140px;
  padding: 18px 10px 15px 10px;
}
    
form.form .dragdrop .uploader .content {
  width: auto;
}
form.form .dragdrop .uploader {
  height: 210px;
}
.qtagselect.isw360 .qtagselect__container {
    width: 230px;
}
.qtagselect.isw360 {
  float: left;
}
.quick-box {
  width: 178px;
}
.pop-search-box {
  margin-bottom: 30px;
 background-color: transparent;
}
.wrap2 {
  width: 32.77%;
  min-width: 275px;
}
.weather-widget {
  padding-top: 90px;
}
.home-bnnr-sec .carousel-indicators {
  top: -10%;
}
.on-this-day p {
  font-size: 18px;
  line-height: 26px;
}
.on-this-day h4 {
  line-height: 19px;
  font-size: 21px;
  margin-bottom: 15px;
}
.on-this-day {
  margin-top: 30px;
}
.popular-card {
  min-height: 405px;
}
.tour-body h3 {
  font-size: 26px;
}
.tour-body {
  min-height: 660px;
}
.restro-bnnr {
  width: 160px;
}
.right-restro-sec .nav-pills .nav-link {
  padding: 10px 7px;
  font-size: 12px;
}
.restro-bttm {
  padding: 0 10px;
}
.right-restro-sec .navbar {
  top: 73px;
}
.restro-body-txt h6 {
  font-size: 11px;
}
    
.service-item p {
  font-size: 9px;
}
    
.right-restro-sec {
  padding: 20px 40px 40px;
}
.restro-body-txt h3 {
  font-size: 26px;
}
.restro-body-txt h4 {
  font-size: 17px;
}
.restro-body-txt p{
  font-size: 14px;
}
.rating-details {
  padding: 20px 20px;
}

.rating-text h5 {
  font-size: 18.39px;
}
.rating-text small {
  font-size: 11px;
}
    
.rate-list li {
  font-size: 11px;
}
.rate-list li img {
  width: 20px;
  margin-right: 5px;
}
.rating-value sub {
  font-size: 12px;
}
.star {
  width: 90px;
  height: 90px;
}
.rating-value {
  font-size: 22px;
}
    
.inner-bnnr h3 {
  font-size: 45px;
  margin-top: 15px;
}
.banner-list::before {
  width: 43%;
}
.blog-bg .banner-list::before {
  width: 31%;
  left: -41px;
}
.blog-openBg h5 {
  line-height: 45px;
  font-size: 36px;
  padding-top: 30px;
}   
.result-info h5 {
  font-size: 18px;
}   
.filter-list li label {
  font-size: 12px;
}
.review-address {
  font-size: 12px;
}
.result-review .fa.fa-star {
  font-size: 12px;
}
.review-txt {
  font-size: 10px;
}
.col-lg-1-5 {
  width: 33.33%;
}
.advertise-box {
  margin-bottom: 30px;
}
.AWU-bg h2 {
  font-size: 48px;
}
.advertise-headng {
  font-size: 20px;
}
.service-bnnr {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
    
    

}


@media screen and (max-width: 1080px) {
.home-bnnr-sec .carousel-indicators {
  top: -7%;
}
.on-this-day p {
  font-size: 16px;
  line-height: 22px;
}
.on-this-day {
  margin-top: 20px;
}
    
    
}

@media screen and (max-width: 1024px) {
.qtagselect.isw360 {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.qtagselect.isw360 .qtagselect__container {
  width: 100%;
}
.btn.add-btn {
  float: left;
}
.on-this-day .explore-btn {
  margin-top: 20px;
}
.carousel-caption {
  padding-bottom: 30px;
}
.S-cont {
  top: 82px;
  left: 18px;
}
.blog-search {
  top: -65px;
}
    
    
    
}

@media screen and (max-width: 991px) {
.left-bannr {
  margin-bottom: 40px;
}
.plans-tbl .nav-item {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
 .btn.plan-btn {
   width: 100%;
}
.qtagselect.isw360 .qtagselect__container {
  width: 80%;
}
.detailbnnr-left {
  margin-bottom: 30px;
}
.quick-box {
  width: 226px;
}
.on-this-day p {
  line-height: 26px;
  font-size: 16px;
}
    
.on-this-day h4 {
  font-size: 20px;
}
.carousel-item .d-block.w-100 {
  object-fit: cover;
  height: 100%;
}
.carousel-item {
  height: 50vh;
}
    
.Col-W1{
   width: 50%;  
   margin-bottom: 20px;
}
    
.Col-W2{
  width: 33.3333333333%;
  margin-bottom: 20px;
}
    
.weather-widget {
  padding-top: 0px;
}
    
.searchwrapper {
  width: 100%;
  position: static;
}
    
.home-bnnr-sec .carousel-indicators {
  top: auto;
  bottom: -2%;
}
.popular-card {
  min-height: 380px;
}
.tour-body h3 {
  font-size: 20px;
} 
    
.blog-box {
  min-height: 288px;
}
    
.tour-body {
  min-height: auto;
  margin-bottom: 30px;
}
    
.restro-bnnr {
  width: 190px;
}
    
.right-restro-sec .navbar .collapse:not(.show) {
  display: block;
}
.accordion-item .accordion-button {
  font-size: 13px;
}
.rating-star {
  margin-bottom: 20px;
}
.banner-list::before {
  width: 58%;
}
.inner-bnnr h3 {
  font-size: 36px;
}
.blog-bg .banner-list::before {
 width: 47%;
 left: -17px;
}
.blog-openBg h5 {
  line-height: 40px;
  font-size: 28px;
  padding-top: 30px;
}
.result-card {
  display: block;
  padding: 20px 15px;
}
.result-img {
  border-radius: 13px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  margin-bottom: 20px;
}
    
.result-info {
  padding-left: 0px;
}
    
.review-call-sec{
  float: left;
  width: 100%;    
}
.call-listng li {
  margin: 15px 20px 0px;
  display: inline-block;
}
.call-listng {
  padding-left: 0px;
  text-align: center;
  margin-bottom: 0px;
}
.icon-container {
  gap: 80px;
}
.services-head-sec p {
  padding: 0px;
}

.advertise-box {
  min-height: 335px;
}
.AWU-bg h2 {
 font-size: 38px;
}
.AWU-bg p {
  font-size: 11px;
}
.advertise-headng {
  font-size: 18px;
  line-height: 26px;
}
    
.service-content {
  left: 50px;
}
.service-content h2 {
  margin-bottom: 10px;  
}
.service-content p {
  margin-bottom: 10px;
}
.btn-custom {
  width: 230px;
  font-size: 12px;
}
.S-cont {
  top: 82px;
  left: 0px;
}
.blog-openBg h5 {
  line-height: 38px;
  font-size: 28px;
  padding-top: 18px;
}
    
    
    
    
}


@media screen and (max-width: 836px) {
  .home-bnnr-sec .carousel-indicators {
    top: auto;
    bottom: 5%;
  }
    
.weather-widget .right-section .date {
  font-size: 12px;
}
    
.right-section h4 {
  font-size: 22px;
}
.blog-openBg h5 {
  line-height: 34px;
  font-size: 26px;
  padding-top: 12px;
}
.inner-bnnr h3 {
  font-size: 26px;
  margin-bottom: 15px !important;
}
.S-cont {
    top: 60px;
}
.inner-bnnr h3 {
  margin-top: 10px;
}

    
    
    
}


@media screen and (max-width: 820px) {
 .carousel-item {
    height: 60vh;
  }
.home-bnnr-sec .carousel-indicators {
    bottom: 10%;
}
.weather-head {
  font-size: 14px;
}
.col-lg-1-5 {
  width: 33.3%;
  float: left;
}
.S-cont {
 top: 55px;
 left: 38px;
}
.blog-search {
  top: -38px;
}
    
    
}

@media screen and (max-width: 810px) {
.S-cont {
  left: 0px;
}
    
    
}


@media screen and (max-width: 769px) {
.home-bnnr-sec .carousel-indicators {
  bottom: 9.5%;
}
    
    
}



@media screen and (max-width: 767px) {
.js--image-preview img {
  margin-top: 13%;
}
.payment-sec h5 {
  font-size: 17px;
}
.img-sec .left {
  width: 100%;
  float: left;
  text-align: center;
}
.detail-form .post-head {
  text-align: center;
}
.debitcard-form .form-select.form-control{
 margin-bottom: 40px;    
}
.business-account-sec .form-select.form-control.Mmb40{
 margin-bottom: 40px;    
}
.business-account-sec {
  padding: 50px 25px;
}
.plans-sec {
  padding: 50px 25px;
}
.business-account-sec {
  padding: 50px 25px;
}
.detailbnnr-left {
  margin-bottom: 30px;
}
.qtagselect.isw360 .qtagselect__container {
  width: 100%;
} 
.doc-right {
  margin-top: 20px;
}
.debit-card-sec {
  padding: 50px 25px;
}
.right-form-sec {
  padding: 50px 25px;
}
.otp-sec {
  padding: 50px 25px;
}
.imgup-wrapper .upload-options {
  width: 100%;
}
.quick-box {
 width: 256px;
}
.tour-body {
  min-height: auto;
  margin-bottom: 30px;
}
.thumb figure img {
  width: 100%;
}
.Col-W1{
   width: 100%;  
}
    
.Col-W2{
  width: 100%; 
}
.carousel-item {
  height: 80vh;
}
.carousel-item {
  height: 80vh;
}
.toggle-button {
  margin-bottom: 20px;
} 
.home-bnnr-sec .carousel-indicators {
  bottom: 5.6%;
}
.on-this-day p {
  font-size: 14px;
}
.searchbox .btn { width:100%; }
    
.weather-widget { display: block !important;}
.weather-widget .middle-section {
  padding: 0px;
  border-left: none;
}
.right-section {
  text-align: left;
  margin-top: 15px;
}
.right-restro-sec {
  padding: 20px 20px;
}
.service-item {
  margin-bottom: 20px;
}
.top-bar {
  display: block;
}
    
.right-restro-sec .navbar {
  top: 73px;
}
.right-restro-sec .nav-pills .nav-link {
  padding: 10px 16px;
  font-size: 12px;
}
.splide__slide img {
  width: 110px;
}
.splide__slide {
  height: 170px;  
}
.banner-list::before {
  width: 78%;
}
.search-btn {
  width: auto;    
}
.search-container {
  float: left;
}
.blog-openBg h5 {
  line-height: 28px;
  font-size: 19px;
  padding-top: 18px;
}
    
.tag-btn {
  margin-bottom: 5px;
}
.sticky-sidebar {
  margin-bottom: 30px;
}
.sticky-sidebar {
  padding: 40px 20px;
}
.icon-item p {
  font-size: 14px;
}
.icon-item img {
  width: 34px;
}
.icon-container {
  gap: 45px;
}
.col-lg-1-5 {
  width: 50%;
  float: left;
}   
.service-headng {
  font-size: 26px;
}
.advertise-headng {
  font-size: 16px;
  padding: 0 20px;
}
.service-content h2 {
  font-size: 20px;
}
.service-content {
  max-width: 93%;
  left: 20px;
}
.service-content h2 {
  line-height: 19px;
  font-size: 18px;
  margin-bottom: 10px;
}
.service-content p {
  font-size: 11px;
  line-height: 18px;
  margin-bottom: 10px;
}
.btn-custom {
  padding: 4px 30px;
  height: 40px;
  width: auto;
  font-size: 12px;
  line-height: 29px;
}
 .service-box img {
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}
.S-cont {
  top: 45px;
  left: 0px;
}
    
    
    

    
    
    
}


/*@media screen and (min-width: 767px) {
.Col-W1{
   width: 100%;  
}
    
.Col-W2{
  width: 100%; 
}
.carousel-item {
  height: 80vh;
}
.toggle-button {
  margin-bottom: 20px;
}
.home-bnnr-sec .carousel-indicators {
  bottom: 5.7%;
}
.on-this-day p {
  font-size: 14px;
}   

.weather-widget { display: block !important;}
.weather-widget .middle-section {
  padding: 0px;
  border-left: none;
}
.right-section {
  text-align: left;
  margin-top: 15px;
}
    
    
}*/


@media screen and (max-width: 640px) {
.home-bnnr-sec .carousel-indicators {
  bottom: 9%;
}
    
.bg-breadcrumb.event-bg{ 
    padding-bottom: 80px !important;
}
    
.search-container {
  display: block;
  float: left;
}

.search-box {
  margin-bottom: 10px;
}
.search-btn {
  margin-left: 0px;
}
    
.login-form-sec{
  width: 100%;
}
.S-cont {
  top: 52px;
  left: 0px;
  padding-bottom: 0px !important;
}

.AWU-bg p {
  font-size: 11px;
  line-height: 22px;
}
.AWU-bg h2 {
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 32px;
}  
    

    
    
}


@media screen and (max-width: 576px) {
 .imgup-wrapper {
  display: block;
}
.js--image-preview img {
  margin-top: 13%;
} 
.bottom-btn-sec {
  padding-left: 0px;
  text-align: center;
}
.btn.back-btn {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.btn.next-btn {
  float: left;
  width: 100%;
}
.fancyme-tags input[type="text"] {
  width: 100%;
}
.fancyme-tags.black input[type="button"] {
  float: left;
  margin-top: 20px;
  width: 100%;
}
.quick-box {
  width: 244px;
}
    
.quick-search-list {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.section-hdng {
  font-size: 25px;
}
.tour-body h3 {
  font-size: 27px;
}
.popular-card {
  min-height: auto;
}
.on-this-day h4 {
  font-size: 19px;
}
.on-this-day p {
  line-height: 26px;
  font-size: 16px;
}
.searchbox { padding: 10px 12px;}
    
.weather-widget {
  padding: 0px 12px;
} 
    
.weather-head {
  padding: 0px 12px;
}

.home-bnnr-sec .carousel-indicators {
  bottom: 11%;
}
.splide__slide img {
  width: 100%;
}
    
.blog-full-txt {
  position: relative;
  padding: 0px 15px;
  margin-bottom: 50px;
}
.blog-full-txt .blog-content-logo {
  position: static;
  text-align: center;
  margin-bottom: 20px;
}
.blog-full-txt .blog-content-logo img {
  width: 50px;
  display: flex;
  margin: 0 auto;
  margin-bottom: 20px;
}
    
.blog-innertxt {
  padding-left: 0px;
}
    
.blog-innertxt p {
  text-align: justify;
}

.col-lg-1-5 {
  width: 100%;
}
.advertise-box {
  min-height: auto;
}
.advertise-headng {
  font-size: 18px;
  padding: 0 20px;
}
.S-cont {
  left: 0px;
}
.inner-bnnr h3 {
  margin-top: 8px;
}
.breadcrumb.mb-0.banner-list li {
  font-size: 10px;
}

    
    
}


@media screen and (max-width: 536px) {
.quick-box {
  float: left;
  width: 47%;
}
    
.quick-search-list {
 float: left;
 width: 100%;
}
.icon-container {
  gap: 35px;
}
.icon-item p {
  font-size: 12px;
}
.service-headng {
  line-height: 32px;
}
.S-cont {
  left: 0px;
}
    
    
    
    
}


@media screen and (max-width: 536px) {
.blog-search {
  right: 10px;
}
    
    
}

    
    

@media screen and (max-width: 490px) {
.otp-form .btn.otp-btn {
  width: 100%;
  margin-left: 0px !important;
}
.otp-form .form-control {
  width: 100%;
  margin-bottom: 30px;
}
.otp-sec h4 {
    font-size: 18px;
    line-height: 26px;
}

 form.form .dragdrop .uploader {
    height: 195px;
    padding: 0px;
}
    
.business-acc-form h5 {
  font-size: 18px;
  line-height: 22px;
}
    
form.form .dragdrop .uploader .content {
  display: none;
}
    
.js--image-preview img {
    margin-top: 18%;
}
    
.tour-left {
  padding: 50px 20px;
}
    
.tour-rght {
  padding: 50px 20px;
}
    
.tour-body h3 {
  font-size: 23px;
}
    
.popular-body {
  padding: 30px 20px;
}
    
.pop-search-body h5 {
  font-size: 13px;
}
    
.pop-search-body {
  padding: 12px 0px;
}
    
.sec-head .btn.more-btn {
  padding: 0px;
}
    
.sec-head {
  font-size: 18px;
}
    
.blog-rght-txt h5 {
  line-height: 28px;
  font-size: 21px;
}
    
.restro-bnnr {
  width: 170px;
} 
    
.splide__slide {
  height: 150px;
}
    
.topbar-listng li {
  padding: 10px;
  margin-left: 0px;
}
    
.banner-list::before {
  width: 94%;
}

.blog-bg .banner-list::before {
  width: 49%;
  left: 0px;
}
    
.blog-search {
  width: 320px;
}
.advertise-headng {
   font-size: 16px;
}
.login-form-sec {
  padding: 50px 40px;
}
.service-content p {
  letter-spacing: .2px;
  font-size: 11px;
  line-height: 16px;
}
.service-content h2 {
  font-size: 16px;
}
.btn-custom {
  padding: 4px 20px;
  height: 32px;
  width: auto;
  font-size: 11px;
  line-height: 23px;
}
.service-box img {
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}
    
    
    
    
    
    
}






@media screen and (max-width: 429px) {
.carousel-item {
  height: 110vh;
}
.home-bnnr-sec .carousel-indicators {
  bottom: 15.2%;
}
.on-this-day p {
  line-height: 22px;
  font-size: 15px;
}
.weather-widget .middle-section .d-flex p {
  font-size: 17px;
  margin-right: 25px !important;
}
.middle-section sub {
  font-size: 12px;
}
.banner-list::before {
  width: 108%;
}
.service-content {
  max-width: 91%;
}
.blog-openBg h5 {
 line-height: 25px;
 font-size: 17px;
}
    
    
    
}


@media screen and (max-width: 413px) {
.home-bnnr-sec .carousel-indicators {
  bottom: 15%;
}
.inner-bnnr h3 {
   font-size: 24px;
   line-height: 30px;
}
.search-box .search-icon {
  margin-right: 0px;
  padding-top: 0px;
}
.search-box .search-icon a i {
  font-size: 15px;
}
.search-box input {
  width: 80%;
}
.blog-bg .banner-list::before {
  width: 58%;
  left: 0px;
}
.icon-container {
  gap: 32px;
}
.service-content h2 {
  font-size: 20px;
}
.btn-custom {
  width: auto;
}
.service-content h2 {
  line-height: 24px;
}
    
    
}

@media screen and (max-width: 385px) {
 .carousel-item {
    height: 120vh;
  }
    
    
}


@media screen and (max-width: 391px) {
.home-bnnr-sec .carousel-indicators {
  bottom: 12%;
}
.carousel-item {
  height: 115vh;
}
.splide__slide {
  height: 110px;
}
.banner-list::before {
  width: 118%;
}
    
.blog-bg .banner-list::before {
  width: 67%;
  left: 0px;
}
    
.icon-item p {
 font-size: 10px;
}
.icon-container {
  gap: 28px;
}
.icon-item img {
  width: 30px;
}
  .AWU-bg h2 {
    font-size: 24px;
  }
  .service-headng {
    font-size: 22px;
}
.add-box {
  padding: 110px 30px 30px;
}
    
.btn.enquire-btn {
  width: auto;
}
    
.login-form-sec {
  padding: 50px 20px;
}
    
.login-logo-sec img{
  width: 150px;      
}
    
.login-sec {
  padding: 50px 20px 80px;
}
.blog-search {
  width: 300px;
}
    
.AWU-bnnr-txt {
  top: 40px;
}

    
    
}

@media screen and (max-width: 376px) {
.carousel-item {
  height: 120vh;
} 
.home-bnnr-sec .carousel-indicators {
  bottom: 13%;
}
.topbar-listng li a img {
  width: 22px;
}
.service-content {
  max-width: 89%;
}
    
    
    
}

@media screen and (max-width: 360px) {
.popular-body h5 {
  font-size: 21px;
}
.popular-body h6 {
  font-size: 14px;
}
.on-this-day p {
  font-size: 14px;
}
.tour-body h3 {
  font-size: 20px;
}
 .carousel-item {
    height: 130vh;
  }
    
.home-bnnr-sec .carousel-indicators {
 bottom: 16%;
}
    
.media .rounded-pill {
  margin-right: 15px;
  width: 30px;
}
.banner-list::before {
  width: 129%;
}
    
    

    
}




@media screen and (max-width: 356px) {
  .quick-box {
    float: left;
    width: 46%;
  }
    
}



@media screen and (max-width: 320px) {
.pop-search-body h5 {
  font-size: 12px;
}
    
.restro-bnnr {
  width: 160px;
}
    
.topbar-listng li {
  padding: 7px;
}
.banner-list::before {
  width: 148%;
}
.blog-bg .banner-list::before {
  width: 78%;
  left: 0px;
} 
    
 .blog-openBg h5 {
  font-size: 18px;
}
    
.result-info h5 {
  font-size: 16px;
}
.verified-img {
  width: 20px;
}
  .icon-container {
    gap: 22px;
  }
    
    
    
}





