/* General */
:root {
  --hero-section:#F2C464;  
}
/* The hero image */
.hero-image {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4)), url(/storage/img/herohpd.png?=7762132);

  /* Set a specific height */
  height: 550px;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* Place text in the middle of the image */
.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
@media only screen and (max-width: 768px){
    .hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%; 
  width:80%;
  transform: translate(-50%, -50%);
  color: white;
}
    
}
.light_navbar{
    font-weight: 100!important;
}
a{cursor:pointer}
.business_box{
    border:0px solid black;
    background-color: transparent;
    font-weight: bold;    
}
.hero-section{
    width:1400px;
    height:550px;
}
@media only screen and (max-width: 768px){
    .hero-section{
    width:600px;
    height:350px;
     background-size: cover; 
  background-repeat: no-repeat;
  background-position: center;
} 
}
.hero-section-image{
   background-image: url(/storage/img/herohpd.png?=7122132);
   background-repeat: no-repeat;
     background-size: contain; 
  background-repeat: no-repeat;
  background-position: center;
}
#hero-main-column{
    background-color: var(--hero-section);
    height:650px; 
   /*background-image: url(/storage/img/herohpd.png?=7122132);*/
   background-repeat: no-repeat;
     background-size: contain; 
  background-repeat: no-repeat;
  background-position: center;
}
#hero-side-column{
    background-color: var(--hero-section); ;
}
/* End General */
/* Forms */
.form_element_hidden{
    display: none!important;
}
/* End Forms */
/* Pagination */
.mobile{ }
.standard{ display:none;}
@media only screen and (max-width: 768px) {
      .paginator_container{
          font-size:15pt!important;
          overflow: hidden;
          width:100%;
      }
      .mobile{
          display:none;
      }
      .standard{display:""}
}
.paginator_container{  
    font-size:15pt; 
    width:100%;
    
}
/* End Pagination */

/* Images */


.icon-32{
    width:32px;
    height:32px;
}
.icon-48{
    width:48px;
    height:48px;
}
.icon-64{
    width:64px;
    height:64px;
}
.business_thumbnail{
    width:100%;
    height:150px;
    max-width: 100%;
    min-width:100%;
    max-height:150px;
    min-height: 150px;
    
}
@media only screen and (max-width: 768px){
    
.business_thumbnail{
    margin: auto;
    width:150px;
    height:150px;
    max-width: 150px;
    min-width:150px;
    max-height:150px;
    min-height: 150px;
    
}
}
/* End Images */

/* Front Page */

.essential-tool-img{
    width:10rem!important;
    height:10rem!important;  
}
.description_front_height{
    height:60px;
    overflow: hidden;
}
.card_link:hover{
    color:#FFFFFF!important;
} 
.location_image{
    max-height: 250px;
    max-width: 320px;
    min-height: 250px;
    min-width: 320px;
}
.img_loc_container{
    height:180px!important;
    overflow: hidden!important;
}
.card-title{
    font-size: 13pt;
}
/*Submenu Main */
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}
.img_front{
    width:200px;
    height:150px;
}
/* End submenu main */

/* breadcrumbs department */


.breadcrumb {
  display: inline-block;
  float: left;
  position: relative;
  margin-top: 0.25em;
  margin-right: 0.5em;
  margin-bottom: 0.25em;
  padding: 0.5em;
  background-color: #FFFFFF;
  color: gray;
  white-space: nowrap;
}
.breadcrumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  border-width: 1em 0.25em 1em 0.5em;
  border-style: solid;
  border-color: transparent transparent transparent white;
}
.breadcrumb + .breadcrumb {
  margin-left: 0.75em;
}
.breadcrumb + .breadcrumb:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  border-width: 1em 0.25em 1em 0.5em;
  border-style: solid;
  border-color: white white white transparent;
}

/* end breadcrumbs department */

/*Submenu Main */
.sidebar_links_department {
    font-weight:bold;
    padding:10px;
    cursor:pointer;
}
.sidebar_links_department:hover{
    background-color: #dc3545; 
    color:#FFFFFF;
}
.sidebar_links_department:hover a{
    background-color: #dc3545;
    color:#FFFFFF;
}
.sidebar_links_department a:hover{
       color:#FFFFFF;
}
.sidebar_top{
    
} 
/* End submenu main */

/* End Front Page */
/*   Deals  */
.deals-description{
    height:110px!important;
    overflow: hidden;
    text-align: justify;
}
.deals_name{
    height:50px;
    overflow: hidden;
    text-align: center;
}
.read_more{
    font-weight: bold;
    text-decoration: underline;
}
.deals_price{
    font-size: 18pt;
    color:red;
    text-decoration: line-through;
    font-weight:bold;
}
.deals_discounted{
    font-size: 18pt;
    color:green; 
    font-weight:bold;
}
.deals_discount{
    
    font-size: 18pt;
}
.deals-front{
    width:300px;
    height:250px;
}
/*  End Deals Description  */
/* Listings */
.listings-description{
    height:150px!important;
    overflow: hidden;
    text-align: justify;
}
.description_front_height2{
   height:80px!important;
    overflow: hidden;
    text-align: justify;
    /*background-color: red;*/
}
.listing-description{
    white-space: pre-line;
}   
 
.list-inline1{
    font-size:10pt!important;
    background-color:green;
    color:#FFFFFF;
}
.list-inline0{
    font-size:10pt!important;
    background-color:green;
    color:red;
}
.listings-read-more{
  text-align: center;
}
.listings-read-more-button{
    background-color: green;
    color:white;
    font-weight: bold;
    padding:10px;
}
.listings-image-main{
    max-width: 750px;
    max-height:750px;
    min-width: 750px;
    min-height: 750px;
}
.listings-image{}
.search_found{
    background-color: yellow;
}
.listings_name{
    height:50px;
    overflow: hidden;
    font-size: large;
    text-align: center;
}
.department_card{
    height:380px!important;
    overflow: hidden;
} 

@media only screen  and (max-width:768px){
    .department_card{
        height:450px!important; 
    }
}
/* Lightbox */

.photo-gallery {
  color:#313437;
  background-color:#fff;
}
.photo-gallery p {
  color:#7d8285;
}
.photo-gallery h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}
@media (max-width:767px) {
  .photo-gallery h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}
.photo-gallery .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 40px;
}
.photo-gallery .intro p {
  margin-bottom:0;
}
.photo-gallery .photos {
  padding-bottom:20px;
}
.photo-gallery .item {
  padding-bottom:30px;
}
.lb-nav a.lb-next{
    background:url(/storage/img/next) right 48% no-repeat!important;
}
.lb-nav a.lb-prev{
    background:url(/storage/img/prev) right 48% no-repeat!important;
} 
.selected_city{
    background-image:radial-gradient(lightgoldenrodyellow, aqua);;
}
/* End Listings */

/* Charts */

.graph_canvas_size{
    max-height:600px;
}

/* End Charts */


/* Login Page */
#login_form .btn-primary{
    background: linear-gradient(90deg,#f04a4a,#000000)!important;
}
#login_form .logo{
    display:block!important;
} 
@media (min-width:900px) {
    
#mdlPasswordReset .modal-content{
    width:900px;
}
#mdlSignUp .modal-content{
    width:900px;
}
}
/* End Login Page */




/* Dashboard*/ 
.receipt{cursor:pointer}
.dropdown-header{
    background-color: #dc3545!important;
}
@media (min-width:600px) {
    
.dropdown-menu[data-bs-popper]{
    left:-100px!important;
}
}
.dashboard_table_number{
    text-align: right;
    display: flex;
}
.select-menu{
    background-color: transparent!important;
}
.edit_section_header{
    color:#FFFFFF!important;
    background-color: #dc3545!important;
    font-weight: bold;
}
.dashboard_table{
    display:none;
}
.input_error{
    font-weight: bold;
    color:red!important;
    border-color: red!important;
}
#short_url_taken{
    display: none;
}
.accordion-button:after{ 
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
.edit-business-thumbnail{
    width:100px;
    height:100px;
}
.image_gallery_dashboard_align_center{
    text-align: center!important;
}
.leads_status{
    display:inline!important;
    height:50px;
    width:50px;
    overflow:hidden;
}
/*  Dashboard Cards   */
.dashboard_card {
    background-color: #fff;
    border-radius: 10px;
    border: none;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,0.1), 0 0.9375rem 1.40625rem rgba(90,97,105,0.1), 0 0.25rem 0.53125rem rgba(90,97,105,0.12), 0 0.125rem 0.1875rem rgba(90,97,105,0.1);
    overflow: hidden;
}
.l-bg-cherry {
    background: linear-gradient(to right, #493240, #f09) !important;
    color: #fff;
} 
.l-bg-blue-dark {
    background: linear-gradient(to right, #373b44, #4286f4) !important;
    color: #fff;
}

.l-bg-green-dark {
    background: linear-gradient(to right, #0a504a, #38ef7d) !important;
    color: #fff;
}

.l-bg-orange-dark {
    background: linear-gradient(to right, #a86008, #ffba56) !important;
    color: #fff;
}

.dashboard_card .card-statistic-3 .card-icon-large .fas, .dashboard_card .card-statistic-3 .card-icon-large .far, .dashboard_card .card-statistic-3 .card-icon-large .fab, .card .card-statistic-3 .card-icon-large .fal {
    font-size: 110px;
}

.dashboard_card .card-statistic-3 .card-icon {
    text-align: center;
    line-height: 50px;
    margin-left: 15px;
    color: #000;
    position: absolute;
    right: 10px;
    top: 20px;
    opacity: 0.1;
}

.l-bg-cyan {
    background: linear-gradient(135deg, #289cf5, #84c0ec) !important;
    color: #fff;
}

.l-bg-green {
    background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%) !important;
    color: #fff;
}

.l-bg-orange {
    background: linear-gradient(to right, #f9900e, #ffba56) !important;
    color: #fff;
}

.l-bg-cyan {
    background: linear-gradient(135deg, #289cf5, #84c0ec) !important;
    color: #fff;
}

/* Leads Status */
.radio-input {
  display: flex;
  flex-direction: row;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.radio-input input[type="radio"] {
  display: none;
}

.radio-input label {
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: transparent;
  border-radius: 5px;
  margin-right: 12px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.radio-input label:before {
  content: "";
  display: block;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #ccc;
  transition: all 0.3s ease-in-out;
}

.radio-input input[type="radio"]:checked + label:before {
  background-color: green;
  top: 0;
}

.radio-input input[type="radio"]:checked + label {
  background-color:red;
  color: #FFFFFF;
  border-color: rgb(129, 235, 129);
  animation: radio-translate 0.5s ease-in-out;
}
@keyframes radio-translate {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateX(0);
  }
}
/* Leads */
.leads_previous{
    white-space: pre-line;
    font-size: 13pt;
    text-align: justify;
}
/* Account Type */
.radio-tile-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.radio-tile-group .input-container {
  position: relative;
  height: 7rem;
  width: 7rem;
  margin: 0.5rem;
}
.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 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 2px solid #079ad9;
  border-radius: 5px;
  padding: 1rem;
  transition: transform 300ms ease;
}
.radio-tile-group .input-container .icon svg {
  fill: #079ad9;
  width: 3rem;
  height: 3rem;
}
.radio-tile-group .input-container .radio-tile-label {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #079ad9;
}
.radio-tile-group .input-container .radio-button:checked + .radio-tile {
  background-color: #079ad9;
  border: 2px solid #079ad9;
  color: white;
  transform: scale(1.1, 1.1);
}
.radio-tile-group .button_image {
    font-size: 50px;
    color:#079ad9;
    
}
.radio-tile-group  .input-container .radio-button:checked + .radio-tile  i{
    font-size: 50px;
    color:#FFFFFF;
    
}
.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: #079ad9;
}
/* Follow up Status */
.status1{
    border:2px dotted red!important;
    color:red!important;
}
/* Pricing table */
.business_plans{visibility:hidden}
:root{ --main-color: #CF554A; }
.pricingTable{
    color: green;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    padding: 40px 25px 110px;
    position: relative;
    z-index: 1;
}
.pricingTable:before,
.pricingTable:after{
    content: '';
    height: 100%;
    width: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    clip-path: polygon(0 0, 100% 13%, 100% 100%, 0 85%);
}
.pricingTable:after{
    background-color: #fff;
    width: 100%;
    height: calc(100% - 30px);
    clip-path: polygon(0 0, 100% 26%, 100% 100%, 0 80%);
}
.pricingTable .pricingTable-header{ margin: 0 0 15px; }
.pricingTable .price-value{
    color: #fff;
    width: 130px;
    height: 130px;
    padding: 29px 0;
    margin: 0 auto 8px;
    border-radius: 50%;
    border: 5px solid #fff;
}
.pricingTable .price-value .amount{
    font-size: 33px;
    font-weight: 800;
    line-height: 38px;
    display: block;
}
.pricingTable .price-value .duration{
    font-size: 15px;
    font-weight: 600;
}
.pricingTable .title{
    color: #333;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 0 20px 10px;
    margin: 0;
    border-bottom: 3px dashed var(--main-color);
    display: inline-block;
}
.pricingTable .pricingTable-signup a{
    color: #fff;
    background-color: #333;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 5px 20px;
    margin: 0 0 10px;
    border-radius: 30px;
    display: inline-block;
    transition: all 0.3s ease 0s;
}
.pricingTable .pricingTable-signup a:hover{
    color: #fff;
    background-color: var(--main-color);
}
.pricingTable .pricing-content{
    text-align: left;
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
.pricingTable .pricing-content li{
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: .5px;
    padding: 0 0 0 28px;
    margin: 0 0 3px;
    position: relative;
}
.pricingTable .pricing-content li:last-child{ margin: 0; }
.pricingTable .pricing-content li:before{
    content: "\f00c";
    color: #333;
    font-family: "Font Awesome 5 free";
    font-size: 14px;
    font-weight: 900;
    position: absolute;
    top: 2px;
    left: 0;
}
.pricingTable .pricing-content li.disable:before{ content: "\f00d"; }
.pricingTable.magenta{ --main-color: #e02040; }
.pricingTable.blue{ --main-color: #1f5ebd; }
@media only screen and (max-width: 990px){
    .pricingTable{ margin: 0 0 40px; }
}

/* End Dashboard */


/* Preloaders */
.dashboard_loader{
    position: relative;
    top:150px;
    
}
 /* Bubble Gum Preloader */
 :root {
  --c_01: #ff1ead;
  --c_02: #000;
  --c_03: #fff;
  --size: 100pt;
  --loader_w: calc(var(--size) * 6);
  --loader_h: calc(var(--size) * 2.3);
  --bubble: calc(var(--size) * 1.5);
  --shine: calc(var(--size) / 5);
}
 #bubble_loader{
     background-color: var(--c_02);
 } 
.loader {
  width: var(--loader_w);
  height: var(--loader_h);
  display: flex;
  justify-content: center;
  position: relative;
  margin: calc(50vh - var(--loader_h)) auto 0;
}
.bubble {
  width: var(--bubble);
  height: var(--bubble);
  -webkit-animation: blow 1.6s linear alternate infinite;
          animation: blow 1.6s linear alternate infinite;
  background-color: var(--c_01);
  border-radius: 50%;
  position: absolute;
  bottom: calc(var(--size) / 1.5);
  left: 50%;
  transform: scale(0.5) translateY(50%);
  outline: 1px solid transparent;
}
.bubble__shine {
  background-color: var(--c_03);
  position: absolute;
}
.bubble__shine--lg {
  width: var(--shine);
  height: calc(var(--shine) * 2.5);
  border-radius: 100% 50% 40% 100%/50% 30% 30% 100%;
  top: 2%;
  left: 26%;
  transform: rotateZ(60deg);
}
.bubble__shine--sm {
  width: calc(var(--shine) / 2);
  height: calc(var(--shine) / 2);
  border-radius: 50% 50% 40% 100%/50% 50% 50% 100%;
  top: 32%;
  left: 9%;
}
.bubble___text {
  align-self: flex-end;
  color: var(--c_01);
  font-family: "Major Mono Display", monospace;
  font-size: var(--size);
  margin: 0;
  text-transform: uppercase;
}
.text__highlight {
  color: var(--c_03);
}

@-webkit-keyframes blow {
  0% {
    transform: scale(0.5) translateY(50%);
  }
  20% {
    transform: scale(0.6) translateY(33%);
  }
  40% {
    transform: scale(0.7) translateY(21%);
  }
  60% {
    transform: scale(0.8) translateY(12%);
  }
  80% {
    transform: scale(0.9) translateY(5%);
  }
  93%, 100% {
    transform: scale(1) translateY(0) translateZ(0);
  }
}

@keyframes blow {
  0% {
    transform: scale(0.5) translateY(50%);
  }
  20% {
    transform: scale(0.6) translateY(33%);
  }
  40% {
    transform: scale(0.7) translateY(21%);
  }
  60% {
    transform: scale(0.8) translateY(12%);
  }
  80% {
    transform: scale(0.9) translateY(5%);
  }
  93%, 100% {
    transform: scale(1) translateY(0) translateZ(0);
  }
}
 /*End Bubble Gume Preloader */
/*Triangles Preloader */
.preloader_text{
    background-color:black;
    color:white;
    text-align:center;
}
.triangles_container {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.triangles_container .item {
  width: 100px;
  height: 100px;
  position: absolute;
}

.triangles_container .item-1 {
  background-color: #FA5667;
  top: 0;
  left: 0;
  z-index: 1;
  animation: item-1_move 1.8s cubic-bezier(.6,.01,.4,1) infinite;
}

.triangles_container .item-2 {
  background-color: #7A45E5;
  top: 0;
  right: 0;
  animation: item-2_move 1.8s cubic-bezier(.6,.01,.4,1) infinite;
}

.triangles_container .item-3 {
  background-color: #1B91F7;
  bottom: 0;
  right: 0;
  z-index: 1;
  animation: item-3_move 1.8s cubic-bezier(.6,.01,.4,1) infinite;
}

.triangles_container .item-4 {
  background-color: #FAC24C;
  bottom: 0;
  left: 0;
  animation: item-4_move 1.8s cubic-bezier(.6,.01,.4,1) infinite;
}

@keyframes item-1_move {
  0%, 100% {transform: translate(0, 0)} 
  25% {transform: translate(0, 100px)} 
  50% {transform: translate(100px, 100px)} 
  75% {transform: translate(100px, 0)} 
}

@keyframes item-2_move {
  0%, 100% {transform: translate(0, 0)} 
  25% {transform: translate(-100px, 0)} 
  50% {transform: translate(-100px, 100px)} 
  75% {transform: translate(0, 100px)} 
}

@keyframes item-3_move {
  0%, 100% {transform: translate(0, 0)} 
  25% {transform: translate(0, -100px)} 
  50% {transform: translate(-100px, -100px)} 
  75% {transform: translate(-100px, 0)} 
}

@keyframes item-4_move {
  0%, 100% {transform: translate(0, 0)} 
  25% {transform: translate(100px, 0)} 
  50% {transform: translate(100px, -100px)} 
  75% {transform: translate(0, -100px)} 
}
/*End Triangles Preloader */

/*Shopping Cart Preloader */

:root {
	--hue: 223;
	--bg: hsl(var(--hue),10%,90%);
	--fg: hsl(var(--hue),10%,10%);
	--primary: hsl(var(--hue),90%,55%);
	--trans-dur: 0.3s;
}

.scpreloader {
	text-align: center;
	max-width: 20em;
	width: 100%;
                 font-size:25pt;
}
.scpreloader__text {
	position: relative;
	height: 1.5em;
}
.scpreloader__msg {
	animation: msg 0.3s 13.7s linear forwards;
	position: absolute;
	width: 100%;
}
.scpreloader__msg--last {
	animation-direction: reverse;
	animation-delay: 14s;
	visibility: hidden;
}
.cart {
	display: block;
	margin: 0 auto 1.5em auto;
	width: 8em;
	height: 8em;
}
.cart__lines,
.cart__top,
.cart__wheel1,
.cart__wheel2,
.cart__wheel-stroke {
	animation: cartLines 2s ease-in-out infinite;
}
.cart__lines {
	stroke: var(--primary);
}
.cart__top {
	animation-name: cartTop;
}
.cart__wheel1 {
	animation-name: cartWheel1;
	transform: rotate(-0.25turn);
	transform-origin: 43px 111px;
}
.cart__wheel2 {
	animation-name: cartWheel2;
	transform: rotate(0.25turn);
	transform-origin: 102px 111px;
}
.cart__wheel-stroke {
	animation-name: cartWheelStroke
}
.cart__track {
	stroke: hsla(var(--hue),10%,10%,0.1);
	transition: stroke var(--trans-dur);
}

/* Dark theme */
@media (prefers-color-scheme: dark) {
	:root {
		--bg: hsl(var(--hue),10%,10%);
		--fg: hsl(var(--hue),10%,90%);
	}
	.cart__track {
		stroke: hsla(var(--hue),10%,90%,0.1);
	}
}

/* Animations */
@keyframes msg {
	from {
		opacity: 1;
		visibility: visible;
	}
	99.9% {
		opacity: 0;
		visibility: visible;
	}
	to {
		opacity: 0;
		visibility: hidden;
	}
}
@keyframes cartLines {
	from,
	to {
		opacity: 0;
	}
	8%,
	92% {
		opacity: 1;
	}
}
@keyframes cartTop {
	from {
		stroke-dashoffset: -338;
	}
	50% {
		stroke-dashoffset: 0;
	}
	to {
		stroke-dashoffset: 338;
	}
}
@keyframes cartWheel1 {
	from {
		transform: rotate(-0.25turn);
	}
	to {
		transform: rotate(2.75turn);
	}
}
@keyframes cartWheel2 {
	from {
		transform: rotate(0.25turn);
	}
	to {
		transform: rotate(3.25turn);
	}
}
@keyframes cartWheelStroke {
	from,
	to {
		stroke-dashoffset: 81.68;
	}
	50% {
		stroke-dashoffset: 40.84;
	}
}

/* End shopping Cart Preloader */
/* End Preloaders */ 

/* Toggle Switch */

.toggle-container {
  --knob-size: 1.75em;
  display: flex;
  justify-content: center;
  position: relative;
}

 
 

.toggle-handle-wrapper {
  position: absolute;
  z-index: 1;
  bottom: -135%;
  -webkit-mask-image: linear-gradient(to bottom, #000 62.125%, transparent 50%);
  mask-image: linear-gradient(to bottom, #000 62.125%, transparent 50%);
  width: 200%;
  overflow: hidden;
}

.toggle-handle {
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: rotate(-25deg);
  transform-origin: bottom center;
  transition: transform .24s cubic-bezier(.65, 1.35, .5, 1);
}

.toggle-input:checked + .toggle-handle-wrapper > .toggle-handle {
  transform: rotate(25deg);
}

.toggle-handle-knob {
  position: relative;
  z-index: 1;
  border-radius: 50%;
  width: var(--knob-size);
  height: var(--knob-size);
  background-image: radial-gradient(farthest-corner at 70% 30%, #fedee2 4%, #d63534 12% 24%, #a81a1a 50% 65%, #d63534 75%);
  transition: transform .24s cubic-bezier(.65, 1.35, .5, 1);
}

.toggle-input:checked + .toggle-handle-wrapper .toggle-handle-knob {
  transform: rotate(-90deg);
}

/* toggle handle knob hover inner shadow */
.toggle-handle-knob::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 8px 2px rgb(255 255 255 / .4);
  opacity: 0;
  transition: opacity .2s;
}

@media (hover: hover) {
  .toggle-input:hover + .toggle-handle-wrapper .toggle-handle-knob::after,
  .toggle-input:focus-visible + .toggle-handle-wrapper .toggle-handle-knob::after {
    opacity: 1;
  }
}

.toggle-handle-bar-wrapper {
  position: relative;
  width: .5em;
  height: 3em;
}

.toggle-handle-bar {
  position: absolute;
  top: calc(var(--knob-size) / 2 * -1);
  left: 0;
  width: 100%;
  height: calc(100% + var(--knob-size) / 2);
  background-image: linear-gradient(to right, #777475, #a4a4a4, #fff 45% 55%, #a4a4a4, #777475);
  background-position-x: .06125em;
  transition: background-position-x .24s cubic-bezier(.65, 1.35, .5, 1);
  box-shadow: inset 0 1em .25em rgb(0 0 0 / .4);
}

.toggle-input:checked + .toggle-handle-wrapper .toggle-handle-bar {
  background-position-x: -.06125em;
}

.toggle-base {
  position: relative;
  border-radius: 3.125em;
  padding: .25em;
  width: 3.5em;
  height: 1.125em;
  background-color: #fff;
  background-image: linear-gradient(to bottom, #fff, #d7d7d7);
  box-shadow: 0 -.25em .5em #fff, 0 .25em .5em #d7d7d7;
}

.toggle-base-inside {
  position: relative;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #a6a6a6, #7d7d7d);
  box-shadow: inset 0 .0625em rgb(255 255 255 / .2), inset 0 -.03125em rgb(255 255 255 / 1), inset 0 -.0625em .25em rgb(0 0 0 / .1);
}

/* toggle base inside active */
.toggle-base-inside::after {
  content: '';
  position: absolute;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #5ab054, #438c3c);
  box-shadow: inherit;
  opacity: 0;
  transition: opacity .24s cubic-bezier(.65, 1.35, .5, 1);
}

.toggle-input:checked ~ .toggle-base .toggle-base-inside::after {
  opacity: 1;
}

/* End Toggle Switch */

/* Bootstrap Tabs! */
.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}

/* End Bootstrap Tabs! */

/* Banner Style */

.img-fill{
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center
}
.img-fill:before {
	content: '';
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	bottom:0;
	right: 0;
                 /*Overlay
                     rgb(0,0,0,.16)
                 */
	background-color: transparent
}
.Modern-Slider .text-content{
	z-index: 2;
}

.img-fill img {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.Grid1k {
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
}

.blocks-box,
.slick-slider {
  margin: 0;
  padding: 0!important;
}

.slick-slide {
  float: left;
  padding: 0;
}

.Modern-Slider .item .img-fill {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height:95vh;
}

.Modern-Slider .item-1 .img-fill {
	background-image: url(/storage/img/intro1b.jpg);
}

.Modern-Slider .item-2 .img-fill {
	background-image: url(/storage/img/intro2.jpg);
}

.Modern-Slider .item-3 .img-fill {
	background-image: url(/storage/img/intro3a.jpg);
}

.Modern-Slider .item-4 .img-fill { background-image: url(/storage/img/intro4.jpg); }
.Modern-Slider .item-5 .img-fill { background-image: url(/storage/img/intro5.jpg); }
.Modern-Slider .item-6 .img-fill { background-image: url(/storage/img/intro6.jpg); }

.Modern-Slider .NextArrow{
  position:absolute;
  top:-99950%;
  right:30px;
  border:0 none;
  background-color: transparent;
  text-align:center;
  font-size: 36px;
  font-family: 'FontAwesome';
  color:#FFF;
  z-index:5;
  outline: none;
  cursor: pointer;
  display:none;
}

.Modern-Slider .NextArrow:before{
  content:'\f105';
}

.Modern-Slider .PrevArrow {
  position:absolute;
  top:-99950%;
  left:30px;
  border:0 none;
  background-color: transparent;
  text-align:center;
  font-size: 36px;
  font-family: 'FontAwesome';
  color:#FFF;
  z-index:5;
  outline: none;
  cursor: pointer;
  display:none;
}

.Modern-Slider .PrevArrow:before{
  content:'\f104';
}

ul.slick-dots {
  display: none!important;
}

.Modern-Slider .text-content {
	text-align: left;
  	width: 75%;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}

.Modern-Slider .item h6 {
  margin-bottom: 15px;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color:#a4c639;
  animation:fadeOutRight 1s both;
}

.Modern-Slider .item h4 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color:#FFF;
  overflow:hidden;
  animation:fadeOutLeft 1s both;
}

.Modern-Slider .item p {
	max-width: 570px;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 40px;
}

.Modern-Slider .item a {
  margin: 0 5px;
}

.Modern-Slider .item.slick-active h6{
  animation:fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active h4{
  animation:fadeInLeft 1s both 1.5s;
}

.Modern-Slider .item.slick-active{
  animation:Slick-FastSwipeIn 1s both;
}

.Modern-Slider .buttons {
  position: relative;
}

/*.Modern-Slider {background:#000;}*/


/* ==== Slick Slider Css Ruls === */
.slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left /* If RTL Make This Right */ ;height:100%;min-height:1px}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}

/* End Banner Style */

/* Whatsapp Chat Client */
      
   .chat-app .people-list {
    width: 280px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px;
    z-index: 7
}

.chat-app .chat {
    margin-left: 280px;
    border-left: 1px solid #eaeaea
}

.people-list {
    -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s
}

.people-list .chat-list li {
    padding: 10px 15px;
    list-style: none;
    border-radius: 3px
}

.people-list .chat-list li:hover {
    background: #efefef;
    cursor: pointer
}

.people-list .chat-list li.active {
    background: #efefef
}

.people-list .chat-list li .name {
    font-size: 15px
}

.people-list .chat-list img {
    width: 64px;
    border-radius: 50%
}

.people-list img {
    float: left;
    border-radius: 50%
}

.people-list .about {
    float: left;
    padding-left: 8px
}

.people-list .status {
    color: #999;
    font-size: 13px
}

.chat .chat-header {
    padding: 15px 20px;
    border-bottom: 2px solid #f4f7f6
}

.chat .chat-header img {
    float: left;
    border-radius: 40px;
    width: 40px
}

.chat .chat-header .chat-about {
    float: left;
    padding-left: 10px
}

.chat .chat-history {
    padding: 20px;
    border-bottom: 2px solid #fff
}

.chat .chat-history ul {
    padding: 0
}

.chat .chat-history ul li {
    list-style: none;
    margin-bottom: 30px
}

.chat .chat-history ul li:last-child {
    margin-bottom: 0px
}

.chat .chat-history .message-data {
    margin-bottom: 15px
}

.chat .chat-history .message-data img {
    border-radius: 40px;
    width: 40px
}

.chat .chat-history .message-data-time {
    color: #434651;
    padding-left: 6px
}

.chat .chat-history .message {
    color: #444;
    padding: 18px 20px;
    line-height: 26px;
    font-size: 16px;
    border-radius: 7px;
    display: inline-block;
    position: relative
}

.chat .chat-history .message:after {
    bottom: 100%;
    left: 7%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px
}

.chat .chat-history .my-message {
    background: #efefef
}

.chat .chat-history .my-message:after {
    bottom: 100%;
    left: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #efefef;
    border-width: 10px;
    margin-left: -10px
}

.chat .chat-history .other-message {
    background: #e8f1f3;
    text-align: right
}

.chat .chat-history .other-message:after {
    border-bottom-color: #e8f1f3;
    left: 93%
}

.chat .chat-message {
    padding: 20px
}

.online,
.offline,
.me {
    margin-right: 2px;
    font-size: 8px;
    vertical-align: middle
}

.online {
    color: #86c541
}

.offline {
    color: #e47297
}

.me {
    color: #1d8ecd
}

.float-right {
    float: right
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

@media only screen and (max-width: 767px) {
    .chat-app .people-list {
        height: 465px;
        width: 100%;
        overflow-x: auto;
        background: #fff;
        left: -400px;
        display: none
    }
    .chat-app .people-list.open {
        left: 0
    }
    .chat-app .chat {
        margin: 0
    }
    .chat-app .chat .chat-header {
        border-radius: 0.55rem 0.55rem 0 0
    }
    .chat-app .chat-history {
        height: 300px;
        overflow-x: auto
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .chat-app .chat-list {
        height: 650px;
        overflow-x: auto
    }
    .chat-app .chat-history {
        height: 600px;
        overflow-x: auto
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .chat-app .chat-list {
        height: 480px;
        overflow-x: auto
    }
    .chat-app .chat-history {
        height: calc(100vh - 350px);
        overflow-x: auto
    }
}     
/*End Whatsapp Chat Client */

/* Autocomplete */

#autocomplete-container {
      position: relative;
      display: inline-block;
    }

    #autocomplete-input {
      padding: 10px;
    }

    .autocomplete-list {
      position: absolute; 
      z-index: 2;
      list-style: none;
      margin: 0;
      padding: 0;
      /*border: 1px solid #ccc;*/
      max-height: 150px;
      width: 200px; 
      overflow-y: auto;
      background-color: #FFFFFF;
    } 

   .autocomplete-list li {
      padding: 10px;
      cursor: pointer;
    }

    .autocomplete-list li:hover {
      background-color: #f1f1f1;
    }

/* End Autocomplete */

/* instagram */
 .instagram-thumbnail{
    max-width:200px;
    min-width: 200px;
    min-height: 200px;
    max-height: 200px; 
}
.instagram_frame{
    padding: auto;
    /*border:1px solid black;*/ 
    text-align: center;
}

/* end instagram */