/**

* Template Name: BizLand - v1.2.0

* Template URL: https://bootstrapmade.com/bizland-bootstrap-business-template/

* Author: BootstrapMade.com

* License: https://bootstrapmade.com/license/

*/



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

# General

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

body {

  font-family: "Open Sans", sans-serif;

  color: #444444;

}



a {

  color: #106eea;

}



a:hover {

  color: #3b8af2;

  text-decoration: none;

}


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

# Preloader

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

#preloader {

  position: fixed;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  z-index: 9999;

  overflow: hidden;

  background: #fff;

}



#preloader:before {

  content: "";

  position: fixed;

  top: calc(50% - 30px);

  left: calc(50% - 30px);

  border: 6px solid #106eea;

  border-top-color: #e2eefd;

  border-radius: 50%;

  width: 60px;

  height: 60px;

  -webkit-animation: animate-preloader 1s linear infinite;

  animation: animate-preloader 1s linear infinite;

}



@-webkit-keyframes animate-preloader {

  0% {

    transform: rotate(0deg);

  }

  100% {

    transform: rotate(360deg);

  }

}



@keyframes animate-preloader {

  0% {

    transform: rotate(0deg);

  }

  100% {

    transform: rotate(360deg);

  }

}



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

# Back to top button

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

.back-to-top {

  position: fixed;

  display: none;

  right: 15px;

  bottom: 15px;

  z-index: 99999;

}



.back-to-top i {

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 24px;

  width: 40px;

  height: 40px;

  border-radius: 4px;

  background: #106eea;

  color: #fff;

  transition: all 0.4s;

}



.back-to-top i:hover {

  background: #3284f1;

  color: #fff;

}

/*home pages styles*/
.hero_main{
  min-height: 100vh;
  background: url("../img/banner1.jpeg") no-repeat;
  background-size: cover;
  background-position: top right;
  display: flex;
  align-items: center;
  color: #FFF;

}
.hero_main h1{
  font-size: 72px;
  font-weight: 900;

}

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

# Disable aos animation delay on mobile devices

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

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

  [data-aos-delay] {

    transition-delay: 0 !important;

  }
  #header nav.navbar{
    position: relative !important;
    background: #e34f96 !important;
  }

}



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

# Top Bar

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

#topbar {

  background: #106eea;

  height: 40px;

  font-size: 14px;

  transition: all 0.5s;

  color: #fff;

}



#topbar.topbar-scrolled {

  top: -40px;

}



#topbar .contact-info a {

  line-height: 1;

  color: #fff;

  transition: 0.3s;

}



#topbar .contact-info a:hover {

  text-decoration: underline;

}



#topbar .contact-info i {

  padding-right: 4px;

  margin-left: 15px;

}



#topbar .contact-info i:first-child {

  margin-left: 0;

}



#topbar .social-links a {

  color: rgba(255, 255, 255, 0.6);

  padding-left: 15px;

  display: inline-block;

  line-height: 1px;

  transition: 0.3s;

}



#topbar .social-links a:hover {

  color: #fff;

}



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

# Header

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

#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 16px 0;
  top: 40px;

}



#header.header-scrolled {

  top: 0;

  padding: 15px;

}



#header .logo {

  font-size: 32px;

  margin: 0;

  padding: 0;

  line-height: 1;

  font-weight: 600;

  letter-spacing: 0.8px;

  font-family: "Poppins", sans-serif;

}



#header .logo a {

  color: #222222;

}



#header .logo a span {

  color: #106eea;

}



#header .logo img {

  max-height: 40px;

}



@media screen and (max-width: 992px) {
  .map_search_bar .responsivedropdown-menu{
    width: 300px;
    height: 58px;
  }
  .map_search_bar .responsivedropdown-menu li{
    width: auto !IMPORTANT;
  }
  .map_search_bar{
    max-width:120px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .map_search_bar button{
    height:40px;
  }

  #header {

    padding: 15px;

    top: 0;

  }

  #header .logo {

    font-size: 28px;

  }

  #header .logo img {
    max-height: 25px;

  }

}



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

# Navigation Menu

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

/* Desktop Navigation */

.nav-menu ul {

  margin: 0;

  padding: 0;

  list-style: none;

}



.nav-menu > ul {

  display: flex;

}



.nav-menu > ul > li {

  position: relative;

  white-space: nowrap;

  padding: 10px 0px 10px 11px;

}



.nav-menu a {

  display: block;

  position: relative;

  color: #222222;

  transition: 0.3s;

  font-size: 15px;

  font-weight: 600;

  padding: 0 3px;

  font-family: "Open Sans", sans-serif;

}



.nav-menu > ul > li > a:before {

  content: "";

  position: absolute;

  width: 100%;

  height: 2px;

  bottom: -5px;

  left: 0;

  background-color: #106eea;

  visibility: hidden;

  width: 0px;

  transition: all 0.3s ease-in-out 0s;

}



.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {

  visibility: visible;

  width: 100%;

}



.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {

  color: #106eea;

}



.nav-menu .drop-down ul {

  display: block;

  position: absolute;

  left: 26px;

  top: calc(100% + 30px);

  z-index: 99;

  opacity: 0;

  visibility: hidden;

  padding: 10px 0;

  background: #fff;

  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);

  transition: 0.3s;

}



.nav-menu .drop-down:hover > ul {

  opacity: 1;

  top: 100%;

  visibility: visible;

}



.nav-menu .drop-down li {

  min-width: 180px;

  position: relative;

}



.nav-menu .drop-down ul a {

  padding: 10px 20px;

  font-size: 14px;

  font-weight: 500;

  text-transform: none;

  color: #062b5b;

}



.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {

  color: #106eea;

}



.nav-menu .drop-down > a:after {

  content: "\ea99";

  font-family: IcoFont;

  padding-left: 5px;

}



.nav-menu .drop-down .drop-down ul {

  top: 0;

  left: calc(100% - 30px);

}



.nav-menu .drop-down .drop-down:hover > ul {

  opacity: 1;

  top: 0;

  left: 100%;

}



.nav-menu .drop-down .drop-down > a {

  padding-right: 35px;

}



.nav-menu .drop-down .drop-down > a:after {

  content: "\eaa0";

  font-family: IcoFont;

  position: absolute;

  right: 15px;

}



@media (max-width: 1366px) {

  .nav-menu .drop-down .drop-down ul {

    left: -90%;

  }

  .nav-menu .drop-down .drop-down:hover > ul {

    left: -100%;

  }

  .nav-menu .drop-down .drop-down > a:after {

    content: "\ea9d";

  }

}



/* Mobile Navigation */

.mobile-nav-toggle {

  position: fixed;

  right: 15px;

  top: 15px;

  z-index: 9998;

  border: 0;

  background: none;

  font-size: 24px;

  transition: all 0.4s;

  outline: none !important;

  line-height: 1;

  cursor: pointer;

  text-align: right;

  height: fit-content !important;

}



.mobile-nav-toggle i {

  color: #222222;

}



.mobile-nav {

  position: fixed;

  top: 55px;

  right: 15px;

  bottom: 15px;

  left: 15px;

  z-index: 9999;

  overflow-y: auto;

  background: #fff;

  transition: ease-in-out 0.2s;

  opacity: 0;

  visibility: hidden;

  border-radius: 10px;

  padding: 10px 0;

}



.mobile-nav * {

  margin: 0;

  padding: 0;

  list-style: none;

}



.mobile-nav a {

  display: block;

  position: relative;

  color: #222222;

  padding: 10px 20px;

  font-weight: 500;

  outline: none;

}



.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {

  color: #106eea;

  text-decoration: none;

}



.mobile-nav .drop-down > a:after {

  content: "\ea99";

  font-family: IcoFont;

  padding-left: 10px;

  position: absolute;

  right: 15px;

}



.mobile-nav .active.drop-down > a:after {

  content: "\eaa1";

}



.mobile-nav .drop-down > a {

  padding-right: 35px;

}



.mobile-nav .drop-down ul {

  display: none;

  overflow: hidden;

}



.mobile-nav .drop-down li {

  padding-left: 20px;

}



.mobile-nav-overly {

  width: 100%;

  height: 100%;

  z-index: 9997;

  top: 0;

  left: 0;

  position: fixed;

  background: rgba(9, 9, 9, 0.6);

  overflow: hidden;

  display: none;

  transition: ease-in-out 0.2s;

}



.mobile-nav-active {

  overflow: hidden;

}



.mobile-nav-active .mobile-nav {

  opacity: 1;

  visibility: visible;

}



.mobile-nav-active .mobile-nav-toggle i {

  color: #fff;

}



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

# Hero Section

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

#hero {

  width: 100%;

  height: 75vh;

  background: url("../img/hero-bg.jpg") top left;

  background-size: cover;

  position: relative;

}



#hero:before {

  content: "";

  background: rgba(255, 255, 255, 0.6);

  position: absolute;

  bottom: 0;

  top: 0;

  left: 0;

  right: 0;

}



#hero .container {

  position: relative;

}



@media (max-width: 992px) {

  #hero .container {

    padding-top: 58px;

  }

}



#hero h1 {

  margin: 0;

  font-size: 48px;

  font-weight: 700;

  line-height: 56px;

  color: #222222;

  font-family: "Poppins", sans-serif;

}



#hero h1 span {

  color: #106eea;

}



#hero h2 {

  color: #FFF;

  margin: 5px 0 30px 0;

  font-size: 24px;

  font-weight: 400;

}



#hero .btn-get-started {

  font-family: "Roboto", sans-serif;

  text-transform: uppercase;

  font-weight: 500;

  font-size: 14px;

  letter-spacing: 1px;

  display: inline-block;

  padding: 10px 28px;

  border-radius: 4px;

  transition: 0.5s;

  color: #fff;

  background: #106eea;

}



#hero .btn-get-started:hover {

  background: #247cf0;

}



#hero .btn-watch-video {

  font-size: 16px;

  display: inline-block;

  padding: 10px 25px 8px 40px;

  transition: 0.5s;

  margin-left: 25px;

  color: #222222;

  position: relative;

  font-weight: 600;

}



#hero .btn-watch-video i {

  color: #106eea;

  font-size: 32px;

  position: absolute;

  left: 0;

  top: 7px;

  transition: 0.3s;

}



#hero .btn-watch-video:hover {

  color: #106eea;

}



#hero .btn-watch-video:hover i {

  color: #3b8af2;

}



@media (min-width: 1024px) {

  #hero {

    background-attachment: fixed;
    height: 100vh;
  }

}



@media (max-width: 768px) {

  #hero {

    height: 100vh;

  }

  #hero h1 {

    font-size: 28px;

    line-height: 36px;

  }

  #hero h2 {

    font-size: 18px;

    line-height: 24px;

    margin-bottom: 30px;

  }

  #hero .btn-get-started, #hero .btn-watch-video {

    font-size: 13px;

  }

}



@media (max-height: 500px) {

  #hero {

    height: 120vh;

  }


}



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

# Sections General

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

section {

  padding: 60px 0;

  overflow: hidden;

}



.section-bg {

  background-color: #f6f9fe;

}



.section-title {

  text-align: center;

  padding-bottom: 30px;

}



.section-title h2 {

  font-size: 13px;

  letter-spacing: 1px;

  font-weight: 700;

  padding: 8px 20px;

  margin: 0;

  background: #e34f96;

  color: #FFF;

  display: inline-block;

  text-transform: uppercase;

  border-radius: 50px;

}



.section-title h3 {

  margin: 15px 0 0 0;

  font-size: 32px;

  font-weight: 700;

}





.section-title p {

  margin: 15px auto 0 auto;

  font-weight: 600;

}



@media (min-width: 1024px) {

  .section-title p {

    width: 50%;

  }

}



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

# Breadcrumbs

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

.breadcrumbs {
  padding: 20px 0;
  background-color: #313131;
  min-height: 40px;
  margin-bottom: 30px;

}






.breadcrumbs h2 {

  color: #FFF;
  font-size: 24px;
  font-weight: 300;
  margin: 0;

}



@media (max-width: 992px) {

  .breadcrumbs h2 {

    margin: 0 0 10px 0;

  }
  .hero_main{
    background-position: bottom;
  }
  .hero_main h1{
    font-size:40px;
  }
  .header_search.home input{
    min-width:auto !important;
  }
  .show_mp_btn{
    display: block !important;
    width: calc(100% - 0.5rem) !important;
    margin: 10px 0.25rem 0 0.25rem;
  }

}



.breadcrumbs ol {

  display: flex;

  flex-wrap: wrap;

  list-style: none;

  padding: 0;

  margin: 0;

  font-size: 14px;
  color: #FFF;

}

.breadcrumbs ol a{
    color:#FFF;
    text-decoration:none;
}
.breadcrumbs ol a:hover{
    color:#e34f96;
    text-decoration:none;
}


.breadcrumbs ol li + li {

  padding-left: 10px;

}



.breadcrumbs ol li + li::before {

  display: inline-block;

  padding-right: 10px;

  color: #6c757d;

  content: "/";

}



@media (max-width: 768px) {

  .breadcrumbs .d-flex {

    display: block !important;

  }

  .breadcrumbs ol {

    display: block;

  }

  .breadcrumbs ol li {

    display: inline-block;

  }

}



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

# Featured Services

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

.featured-services .icon-box {

  padding: 30px;

  position: relative;

  overflow: hidden;

  background: #fff;

  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);

  transition: all 0.3s ease-in-out;

  border-radius: 8px;

  z-index: 1;

}



.featured-services .icon-box::before {

  content: '';

  position: absolute;

  background: #cbe0fb;

  right: 0;

  left: 0;

  bottom: 0;

  top: 100%;

  transition: all 0.3s;

  z-index: -1;

}



.featured-services .icon-box:hover::before {

  background: #106eea;

  top: 0;

  border-radius: 0px;

}



.featured-services .icon {

  margin-bottom: 15px;

}



.featured-services .icon i {

  font-size: 48px;

  line-height: 1;

  color: #106eea;

  transition: all 0.3s ease-in-out;

}



.featured-services .title {

  font-weight: 700;

  margin-bottom: 15px;

  font-size: 18px;

}



.featured-services .title a {

  color: #111;

}



.featured-services .description {

  font-size: 15px;

  line-height: 28px;

  margin-bottom: 0;

}



.featured-services .icon-box:hover .title a, .featured-services .icon-box:hover .description {

  color: #fff;

}



.featured-services .icon-box:hover .icon i {

  color: #fff;

}



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

# About

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

.about .content h3 {

  font-weight: 600;

  font-size: 26px;

}



.about .content ul {

  list-style: none;

  padding: 0;

}



.about .content ul li {

  display: flex;

  align-items: flex-start;

  margin-bottom: 35px;

}



.about .content ul li:first-child {

  margin-top: 35px;

}



.about .content ul i {

  background: #fff;

  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);

  font-size: 24px;

  padding: 20px;

  margin-right: 15px;

  color: #106eea;

  border-radius: 50px;

}



.about .content ul h5 {

  font-size: 18px;

  color: #555555;

}



.about .content ul p {

  font-size: 15px;

}



.about .content p:last-child {

  margin-bottom: 0;

}



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

# Skills

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

.skills .progress {

  height: 50px;

  display: block;

  background: none;

}



.skills .progress .skill {

  padding: 10px 0;

  margin: 0 0 6px 0;

  text-transform: uppercase;

  display: block;

  font-weight: 600;

  font-family: "Poppins", sans-serif;

  color: #222222;

}



.skills .progress .skill .val {

  float: right;

  font-style: normal;

}



.skills .progress-bar-wrap {

  background: #e2eefd;

}



.skills .progress-bar {

  width: 1px;

  height: 10px;

  transition: .9s;

  background-color: #106eea;

}



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

# Counts

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

.counts {

  padding: 70px 0 60px;

}



.counts .count-box {

  padding: 30px 30px 25px 30px;

  width: 100%;

  position: relative;

  text-align: center;

  background: #f1f6fe;

}



.counts .count-box i {

  position: absolute;

  top: -28px;

  left: 50%;

  transform: translateX(-50%);

  font-size: 24px;

  background: #106eea;

  padding: 12px;

  color: #fff;

  border-radius: 50px;

  border: 5px solid #fff;

}



.counts .count-box span {

  font-size: 36px;

  display: block;

  font-weight: 600;

  color: #062b5b;

}



.counts .count-box p {

  padding: 0;

  margin: 0;

  font-family: "Roboto", sans-serif;

  font-size: 14px;

}



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

# Clients

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

.clients {

  padding: 15px 0;

  text-align: center;

}



.clients img {

  max-width: 45%;

  transition: all 0.4s ease-in-out;

  display: inline-block;

  padding: 15px 0;

}



.clients img:hover {

  transform: scale(1.15);

}



@media (max-width: 768px) {

  .clients img {

    max-width: 40%;

  }

}



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

# Services

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

.services .icon-box {

  text-align: center;

  border: 1px solid #e2eefd;

  padding: 80px 20px;

  transition: all ease-in-out 0.3s;

  background: #fff;

}



.services .icon-box .icon {

  margin: 0 auto;

  width: 64px;

  height: 64px;

  background: #f1f6fe;

  border-radius: 4px;

  border: 1px solid #deebfd;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 20px;

  transition: ease-in-out 0.3s;

}



.services .icon-box .icon i {

  color: #3b8af2;

  font-size: 28px;

  transition: ease-in-out 0.3s;

}



.services .icon-box h4 {

  font-weight: 700;

  margin-bottom: 15px;

  font-size: 24px;

}



.services .icon-box h4 a {

  color: #222222;

  transition: ease-in-out 0.3s;

}



.services .icon-box p {

  line-height: 24px;

  font-size: 14px;

  margin-bottom: 0;

}



.services .icon-box:hover {

  border-color: #fff;

  box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1);

}



.services .icon-box:hover h4 a, .services .icon-box:hover .icon i {

  color: #106eea;

}



.services .icon-box:hover .icon {

  border-color: #106eea;

}



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

# Testimonials

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

.testimonials {

  padding: 80px 0;

  background: url("../img/testimonials-bg.jpg") no-repeat;

  background-position: center center;

  background-size: cover;

  position: relative;

}



.testimonials::before {

  content: "";

  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

  background: rgba(0, 0, 0, 0.7);

}



.testimonials .section-header {

  margin-bottom: 40px;

}



.testimonials .testimonial-item {

  text-align: center;

  color: #fff;

}



.testimonials .testimonial-item .testimonial-img {

  width: 100px;

  border-radius: 50%;

  border: 6px solid rgba(255, 255, 255, 0.15);

  margin: 0 auto;

}



.testimonials .testimonial-item h3 {

  font-size: 20px;

  font-weight: bold;

  margin: 10px 0 5px 0;

  color: #fff;

}



.testimonials .testimonial-item h4 {

  font-size: 14px;

  color: #ddd;

  margin: 0 0 15px 0;

}



.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {

  color: rgba(255, 255, 255, 0.4);

  font-size: 26px;

}



.testimonials .testimonial-item .quote-icon-left {

  display: inline-block;

  left: -5px;

  position: relative;

}



.testimonials .testimonial-item .quote-icon-right {

  display: inline-block;

  right: -5px;

  position: relative;

  top: 10px;

}



.testimonials .testimonial-item p {

  font-style: italic;

  margin: 0 auto 15px auto;

  color: #eee;

}



.testimonials .owl-nav, .testimonials .owl-dots {

  margin-top: 5px;

  text-align: center;

}



.testimonials .owl-dot {

  display: inline-block;

  margin: 0 5px;

  width: 12px;

  height: 12px;

  border-radius: 50%;

  background-color: rgba(255, 255, 255, 0.4) !important;

}



.testimonials .owl-dot.active {

  background-color: #106eea !important;

}



@media (min-width: 1024px) {

  .testimonials {

    background-attachment: fixed;

  }

}



@media (min-width: 992px) {

  .testimonials .testimonial-item p {

    width: 80%;

  }

}



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

# Portfolio

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

.portfolio #portfolio-flters {

  padding: 0;

  margin: 0 auto 15px auto;

  list-style: none;

  text-align: center;

  border-radius: 50px;

  padding: 2px 15px;

}



.portfolio #portfolio-flters li {

  cursor: pointer;

  display: inline-block;

  padding: 10px 15px 8px 15px;

  font-size: 16px;

  font-weight: 600;

  line-height: 1;

  text-transform: uppercase;

  color: #444444;

  margin-bottom: 5px;

  transition: all 0.3s ease-in-out;

}



.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {

  color: #106eea;

}



.portfolio #portfolio-flters li:last-child {

  margin-right: 0;

}



.portfolio .portfolio-item {

  margin-bottom: 30px;

}



.portfolio .portfolio-item .portfolio-info {

  opacity: 0;

  position: absolute;

  left: 30px;

  right: 30px;

  bottom: 0;

  z-index: 3;

  transition: all ease-in-out 0.3s;

  background: rgba(255, 255, 255, 0.9);

  padding: 15px;

}



.portfolio .portfolio-item .portfolio-info h4 {

  font-size: 18px;

  color: #fff;

  font-weight: 600;

  color: #222222;

}



.portfolio .portfolio-item .portfolio-info p {

  color: #555555;

  font-size: 14px;

  margin-bottom: 0;

}



.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {

  position: absolute;

  right: 40px;

  font-size: 24px;

  top: calc(50% - 18px);

  color: #3c3c3c;

}



.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {

  color: #106eea;

}



.portfolio .portfolio-item .portfolio-info .details-link {

  right: 10px;

}



.portfolio .portfolio-item .portfolio-links {

  opacity: 0;

  left: 0;

  right: 0;

  text-align: center;

  z-index: 3;

  position: absolute;

  transition: all ease-in-out 0.3s;

}



.portfolio .portfolio-item .portfolio-links a {

  color: #fff;

  margin: 0 2px;

  font-size: 28px;

  display: inline-block;

  transition: 0.3s;

}



.portfolio .portfolio-item .portfolio-links a:hover {

  color: #6ba7f5;

}



.portfolio .portfolio-item:hover .portfolio-info {

  opacity: 1;

  bottom: 20px;

}



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

# Portfolio Details

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

.portfolio-details {

  padding-top: 30px;

}



.portfolio-details .portfolio-details-container {

  position: relative;

}



.portfolio-details .portfolio-details-carousel {

  position: relative;

  z-index: 1;

}



.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {

  margin-top: 5px;

  text-align: center;

}



.portfolio-details .portfolio-details-carousel .owl-dot {

  display: inline-block;

  margin: 0 10px 0 0;

  width: 12px;

  height: 12px;

  border-radius: 50%;

  background-color: #ddd !important;

}



.portfolio-details .portfolio-details-carousel .owl-dot.active {

  background-color: #106eea !important;

}



.portfolio-details .portfolio-info {

  padding: 30px;

  position: absolute;

  right: 0;

  bottom: -70px;

  background: #fff;

  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);

  z-index: 2;

}



.portfolio-details .portfolio-info h3 {

  font-size: 22px;

  font-weight: 700;

  margin-bottom: 20px;

  padding-bottom: 20px;

  border-bottom: 1px solid #eee;

}



.portfolio-details .portfolio-info ul {

  list-style: none;

  padding: 0;

  font-size: 15px;

}



.portfolio-details .portfolio-info ul li + li {

  margin-top: 10px;

}



.portfolio-details .portfolio-description {

  padding-top: 50px;

}



.portfolio-details .portfolio-description h2 {

  width: 50%;

  font-size: 26px;

  font-weight: 700;

  margin-bottom: 20px;

}



.portfolio-details .portfolio-description p {

  padding: 0 0 0 0;

}



@media (max-width: 768px) {

  .portfolio-details .portfolio-description h2 {

    width: 100%;

  }

  .portfolio-details .portfolio-info {

    position: static;

    margin-top: 30px;

  }

}



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

# Team

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

.team {

  padding: 60px 0;

}



.team .member {

  margin-bottom: 20px;
  width:100%;
  text-align:center;
  padding:10px;
  overflow: hidden;

  border-radius: 4px;

  background: #fff;

  box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15);

}



/* .team .member .member-img {
  position: relative;
  overflow: hidden;
  transition-duration: 0.4s;
  max-width: 117px;
  max-height: 117px;
  min-width: 117px;
  min-height: 117px;
  display: grid;
  place-items: center;
  margin: auto;
} */

/* .team .member .member-img img {
  object-fit: cover;
  margin: auto;
} */

.mb-2.p-image {
  max-width: 207px;
  max-height: 207px;
  min-width: 207px;
  min-height: 207px;
  display: grid;
  place-items: center;
  margin: auto;
  overflow: hidden;
}

.mb-2.p-image {
  object-fit: cover;
  margin: auto;
}

/* .profile-userpic {
  max-width: 225px;
  max-height: 225px;
  min-width: 225px;
  min-height: 225px;
  display: grid;
  place-items: center;
  margin: auto;
} */

.team .member .member-img {
  position: relative;
  transition-duration: 0.4s;
  place-items: center;
  margin: auto;
  max-width: 200px;
  height: 200px;
  place-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.team.today .member-info {
    height: 120px;
    padding-top: 15px !important;
}

.team .member .member-img img {
  object-fit: cover;
}

.team .member .member-img:hover {
  opacity: 0.8;
}


.team .member .social {

  position: absolute;

  left: 0;

  bottom: 30px;

  right: 0;

  opacity: 0;

  transition: ease-in-out 0.3s;

  text-align: center;

}



.team .member .social a {

  transition: color 0.3s;

  color: #222222;

  margin: 0 3px;

  padding-top: 7px;

  border-radius: 4px;

  width: 36px;

  height: 36px;

  background: rgba(16, 110, 234, 0.8);

  display: inline-block;

  transition: ease-in-out 0.3s;

  color: #fff;

}



.team .member .social a:hover {

  background: #3b8af2;

}



.team .member .social i {

  font-size: 18px;

}



.team .member .member-info {

  padding: 25px 15px 0 15px;
  min-height: auto !important;
  max-height: 100% !important;
  text-align:center;
  max-width: 200px;

}


.team .member .member-info a{

  text-decoration: none;

}



.team .member .member-info h4 {

  font-weight: 400;
  font-size: 16px;
  margin-bottom: 5px;

  color: #222222;

}



.team .member .member-info span {

  display: block;

  font-size: 13px;

  font-weight: 400;

  color: #aaaaaa;

  max-height: 46px;

  overflow: hidden;

}



.team .member .member-info p {

  font-style: italic;

  font-size: 14px;

  line-height: 26px;

  color: #777777;

}



.team .member:hover .social {

  opacity: 1;

  bottom: 15px;

}







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

# Pricing

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

.pricing .box {

  padding: 20px;

  background: #fff;

  text-align: center;

  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);

  border-radius: 5px;

  position: relative;

  overflow: hidden;

}



.pricing .box h3 {

  font-weight: 400;

  margin: -20px -20px 20px -20px;

  padding: 20px 15px;

  font-size: 16px;

  font-weight: 600;

  color: #777777;

  background: #f8f8f8;

}



.pricing .box h4 {

  font-size: 36px;

  color: #106eea;

  font-weight: 600;

  font-family: "Poppins", sans-serif;

  margin-bottom: 20px;

}



.pricing .box h4 sup {

  font-size: 20px;

  top: -15px;

  left: -3px;

}



.pricing .box h4 span {

  color: #bababa;

  font-size: 16px;

  font-weight: 300;

}



.pricing .box ul {

  padding: 0;

  list-style: none;

  color: #444444;

  text-align: center;

  line-height: 20px;

  font-size: 14px;

}



.pricing .box ul li {

  padding-bottom: 16px;

}



.pricing .box ul i {

  color: #106eea;

  font-size: 18px;

  padding-right: 4px;

}



.pricing .box ul .na {

  color: #ccc;

  text-decoration: line-through;

}



.pricing .btn-wrap {

  margin: 20px -20px -20px -20px;

  padding: 20px 15px;

  background: #f8f8f8;

  text-align: center;

}



.pricing .btn-buy {

  background: #106eea;

  display: inline-block;

  padding: 8px 35px 10px 35px;

  border-radius: 4px;

  color: #fff;

  transition: none;

  font-size: 14px;

  font-weight: 400;

  font-family: "Roboto", sans-serif;

  font-weight: 600;

  transition: 0.3s;

}



.pricing .btn-buy:hover {

  background: #3b8af2;

}



.pricing .featured h3 {

  color: #fff;

  background: #106eea;

}



.pricing .advanced {

  width: 200px;

  position: absolute;

  top: 18px;

  right: -68px;

  transform: rotate(45deg);

  z-index: 1;

  font-size: 14px;

  padding: 1px 0 3px 0;

  background: #106eea;

  color: #fff;

}



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

# Frequently Asked Questions

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

.faq {

  padding: 60px 0;

}



.faq .faq-list {

  padding: 0;

  list-style: none;

}



.faq .faq-list li {

  padding: 0 0 20px 25px;

}



.faq .faq-list a {

  display: block;

  position: relative;

  font-family: #106eea;

  font-size: 18px;

  font-weight: 500;

}



.faq .faq-list i {

  font-size: 18px;

  position: absolute;

  left: -25px;

  top: 6px;

}



.faq .faq-list p {

  margin-bottom: 20px;

  font-size: 15px;

}



.faq .faq-list a.collapse {

  color: #106eea;

}



.faq .faq-list a.collapsed {

  color: #343a40;

}



.faq .faq-list a.collapsed:hover {

  color: #106eea;

}



.faq .faq-list a.collapsed i::before {

  content: "\eab2" !important;

}



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

# Contact

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

.contact .info-box {

  color: #444444;

  text-align: center;

  box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);

  padding: 20px 0 30px 0;

}



.contact .info-box i {

  font-size: 32px;

  color: #106eea;

  border-radius: 50%;

  padding: 8px;

  border: 2px dotted #b3d1fa;

}



.contact .info-box h3 {

  font-size: 20px;

  color: #777777;

  font-weight: 700;

  margin: 10px 0;

}



.contact .info-box p {

  padding: 0;

  line-height: 24px;

  font-size: 14px;

  margin-bottom: 0;

}



.contact .php-email-form {

  box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);

  padding: 30px;

}



.contact .php-email-form .validate {

  display: none;

  color: red;

  margin: 0 0 15px 0;

  font-weight: 400;

  font-size: 13px;

}



.contact .php-email-form .error-message {

  display: none;

  color: #fff;

  background: #ed3c0d;

  text-align: left;

  padding: 15px;

  font-weight: 600;

}



.contact .php-email-form .error-message br + br {

  margin-top: 25px;

}



.contact .php-email-form .sent-message {

  display: none;

  color: #fff;

  background: #18d26e;

  text-align: center;

  padding: 15px;

  font-weight: 600;

}



.contact .php-email-form .loading {

  display: none;

  background: #fff;

  text-align: center;

  padding: 15px;

}



.contact .php-email-form .loading:before {

  content: "";

  display: inline-block;

  border-radius: 50%;

  width: 24px;

  height: 24px;

  margin: 0 10px -6px 0;

  border: 3px solid #18d26e;

  border-top-color: #eee;

  -webkit-animation: animate-loading 1s linear infinite;

  animation: animate-loading 1s linear infinite;

}



.contact .php-email-form input, .contact .php-email-form textarea {

  border-radius: 0;

  box-shadow: none;

  font-size: 14px;

}



.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {

  border-color: #106eea;

}



.contact .php-email-form input {

  padding: 20px 15px;

}



.contact .php-email-form textarea {

  padding: 12px 15px;

}



.contact .php-email-form button[type="submit"] {

  background: #106eea;

  border: 0;

  padding: 10px 30px;

  color: #fff;

  transition: 0.4s;

  border-radius: 4px;

}



.contact .php-email-form button[type="submit"]:hover {

  background: #3b8af2;

}



@-webkit-keyframes animate-loading {

  0% {

    transform: rotate(0deg);

  }

  100% {

    transform: rotate(360deg);

  }

}



@keyframes animate-loading {

  0% {

    transform: rotate(0deg);

  }

  100% {

    transform: rotate(360deg);

  }

}



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

# Footer

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

#footer {

  background: #313131;
  padding: 0;
  color: #FFF;
  font-size: 14px;

}



#footer .footer-newsletter {

  padding: 50px 0;

  background: #f1f6fe;

  text-align: center;

  font-size: 15px;

}



#footer .footer-newsletter h4 {

  font-size: 24px;

  margin: 0 0 20px 0;

  padding: 0;

  line-height: 1;

  font-weight: 600;

}



#footer .footer-newsletter form {

  margin-top: 30px;

  background: #fff;

  padding: 6px 10px;

  position: relative;

  border-radius: 4px;

  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);

  text-align: left;

}



#footer .footer-newsletter form input[type="email"] {

  border: 0;

  padding: 4px 8px;

  width: calc(100% - 100px);

}



#footer .footer-newsletter form input[type="submit"] {

  position: absolute;

  top: 0;

  right: 0;

  bottom: 0;

  border: 0;

  background: none;

  font-size: 16px;

  padding: 0 20px;

  background: #106eea;

  color: #fff;

  transition: 0.3s;

  border-radius: 0 4px 4px 0;

  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);

}



#footer .footer-newsletter form input[type="submit"]:hover {

  background: #0d58ba;

}



#footer .footer-top {
  padding: 60px 0 30px 0;
  margin-top: 15px;

}



#footer .footer-top .footer-contact {

  margin-bottom: 30px;

}



#footer .footer-top .footer-contact h3 {

  font-size: 24px;

  margin: 0 0 15px 0;

  padding: 2px 0 2px 0;

  line-height: 1;

  font-weight: 700;

}



#footer .footer-top .footer-contact h3 span {

  color: #e34f96;

}



#footer .footer-top .footer-contact p {

  font-size: 14px;

  line-height: 24px;

  margin-bottom: 0;

  color: #FFF;

}
#footer .footer-top .footer-contact p a {
  color: #FFF;
}

#footer .footer-top .footer-contact a {
  color: #FFF;
}



#footer .footer-top h4 {

  font-size: 16px;

  font-weight: bold;

  color: #FFF;

  position: relative;

  padding-bottom: 12px;

}



#footer .footer-top .footer-links {

  margin-bottom: 30px;

}



#footer .footer-top .footer-links ul {

  list-style: none;

  padding: 0;

  margin: 0;

}



#footer .footer-top .footer-links ul i {

  padding-right: 2px;

  color: #e34f96;

  font-size: 18px;

  line-height: 1;

}



#footer .footer-top .footer-links ul li {

  padding: 10px 0;

  display: flex;

  align-items: center;

}



#footer .footer-top .footer-links ul li:first-child {

  padding-top: 0;

}



#footer .footer-top .footer-links ul a {

  color: #FFF;

  transition: 0.3s;

  display: inline-block;

  line-height: 1;

}



#footer .footer-top .footer-links ul a:hover {

  text-decoration: none;
  color: #e34f96;

}

.copy_wrapper{
  background-color: #e34f96;
}

#footer .footer-top .social-links a {

  font-size: 18px;

  display: inline-block;

  background: #e34f96;

  color: #fff;

  line-height: 1;

  padding: 8px 0;

  margin-right: 4px;

  border-radius: 4px;

  text-align: center;

  width: 36px;

  height: 36px;

  transition: 0.3s;

}



#footer .footer-top .social-links a:hover {

  background: #3b8af2;

  color: #fff;

  text-decoration: none;

}



#footer .copyright {

  text-align: center;

  float: left;

}



#footer .credits {

  float: right;

  text-align: center;

  font-size: 13px;

  color: #FFF;

}
#footer .credits  a{
  color: #FFF;

}





.wrapper-login {

  margin: 0 auto;

  width: 100%;

  max-width: 1140px;

  min-height: 100vh;

  display: flex;

  align-items: center;

  justify-content: center;

  flex-direction: column;

}



.container-login {

  position: relative;

  width: 100%;

  max-width: 600px;

  height: auto;

  display: flex;

  background: #ffffff;

  box-shadow: 0 0 5px #999999;

}



.credit {

  position: relative;

  margin: 25px auto 0 auto;

  width: 100%;

  text-align: center;

  color: #666666;

  font-size: 16px;

  font-weight: 400;

}



.credit a {

  color: #222222;

  font-size: 16px;

  font-weight: 600;

}



.col-left,

.col-right {

  padding: 30px;

  display: flex;

}



.col-left {

  width: 60%;

  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);

  clip-path: polygon(0 0, 0% 100%, 100% 0);

  background: #e34f96;

}



.col-right {

  padding: 60px 30px;

  width: 50%;

  margin-left: -10%;

}



@media(max-width: 575.98px) {

  .container-login {

    flex-direction: column;

    box-shadow: none;

  }

   .map_search_bar{
      max-width:100px;
  }



  .col-left,

  .col-right {

    width: 100%;

    margin: 0;

    -webkit-clip-path: none;

    clip-path: none;

  }



  .col-right {

    padding: 30px;

  }

}



.login-text {

  position: relative;

  width: 100%;

  color: #ffffff;

}



.login-text h2 {

  margin: 0 0 15px 0;

  font-size: 30px;

  font-weight: 700;

}



.login-text p {

  margin: 0 0 20px 0;

  font-size: 16px;

  font-weight: 500;

  line-height: 22px;

}



.login-text .btn {

  display: inline-block;

  padding: 7px 20px;

  font-size: 16px;

  letter-spacing: 1px;

  text-decoration: none;

  border-radius: 30px;

  color: #ffffff;

  outline: none;

  border: 1px solid #ffffff;

  box-shadow: inset 0 0 0 0 #ffffff;

  transition: .3s;

  -webkit-transition: .3s;

}



.login-text .btn:hover {

  color: #106eea;

  box-shadow: inset 150px 0 0 0 #ffffff;

}



.login-form {

  position: relative;

  width: 100%;

}



.login-form h2 {

  margin: 0 0 15px 0;

  font-size: 22px;

  font-weight: 700;

}



.login-form p {

  margin: 0 0 10px 0;

  text-align: left;

  color: #666666;

  font-size: 15px;

}



.login-form p:last-child {

  margin: 0;

  padding-top: 3px;

}



.login-form p a {

  color: #106eea;

  font-size: 14px;

  text-decoration: none;

}



.login-form label {

  display: block;

  width: 100%;

  margin-bottom: 2px;

  letter-spacing: .5px;

}



.login-form p:last-child label {

  width: 60%;

  float: left;

}



.login-form label span {

  color: #ff574e;

  padding-left: 2px;

}



.login-form input {

  display: block;

  width: 100%;

  height: 35px;

  padding: 0 10px;

  outline: none;

  border: 1px solid #cccccc;

  border-radius: 30px;

}



.login-form input:focus {

  border-color: #ff574e;

}



.login-form button,

.login-form input[type=submit] {

  display: inline-block;

  width: 100%;

  margin-top: 5px;

  color: #e34f96;

  font-size: 16px;

  letter-spacing: 1px;

  cursor: pointer;

  background: transparent;

  border: 1px solid #e34f96;

  border-radius: 30px;

  box-shadow: inset 0 0 0 0 #e34f96;

  transition: .3s;

  -webkit-transition: .3s;

}



.login-form button:hover,

.login-form input[type=submit]:hover {

  color: #ffffff;

  box-shadow: inset 250px 0 0 0 #e34f96;
  border-color: #e34f96 !important;

}



/*

=============================================================================

register css

=============================================================================

*/

.register{

  background:#e34f96;

  margin-top: 3%;

  padding: 3%;

}

.register-left{

  text-align: center;

  color: #fff;

  margin-top: 4%;

}

.register-left input{

  border: none;

  border-radius: 1.5rem;

  padding: 2%;

  width: 60%;

  background: #f8f9fa;

  font-weight: bold;

  color: #383d41;

  margin-top: 30%;

  margin-bottom: 3%;

  cursor: pointer;

}

.register-right{

  background: #f8f9fa;

  border-top-left-radius: 10% 50%;

  border-bottom-left-radius: 10% 50%;

}

.register-left img{

  margin-top: 15%;

  margin-bottom: 5%;

  width: 25%;

  -webkit-animation: mover 2s infinite  alternate;

  animation: mover 1s infinite  alternate;

}

@-webkit-keyframes mover {

  0% { transform: translateY(0); }

  100% { transform: translateY(-20px); }

}

@keyframes mover {

  0% { transform: translateY(0); }

  100% { transform: translateY(-20px); }

}

.register-left p{

  font-weight: lighter;

  padding: 12%;

  margin-top: -9%;

}

.register .register-form{

  padding: 10%;

  margin-top: 10%;

}

.btnRegister{

  float: right;

  margin-top: 10%;

  border: none;

  border-radius: 1.5rem;

  padding: 2%;

  background: #0062cc;

  color: #fff;

  font-weight: 600;

  width: 50%;

  cursor: pointer;

}

.register .nav-tabs{

  margin-top: 3%;

  border: none;

  background: #0062cc;

  border-radius: 1.5rem;

  width: 28%;

  float: right;

}

.register .nav-tabs .nav-link{

  padding: 2%;

  height: 34px;

  font-weight: 600;

  color: #fff;

  border-top-right-radius: 1.5rem;

  border-bottom-right-radius: 1.5rem;

}

.register .nav-tabs .nav-link:hover{

  border: none;

}

.register .nav-tabs .nav-link.active{

  width: 100px;

  color: #0062cc;

  border: 2px solid #0062cc;

  border-top-left-radius: 1.5rem;

  border-bottom-left-radius: 1.5rem;

}

.register-heading{

  text-align: center;

  margin-top: 8%;

  margin-bottom: -15%;

  color: #495057;

}



.register button,

.register input[type=submit] {

  display: inline-block;

  width: 100%;

  margin-top: 5px;

  color: #FFF;

  font-size: 16px;

  letter-spacing: 1px;

  cursor: pointer;

  background: #e34f96;

  border: 1px solid #FFF;

  border-radius: 30px;

  box-shadow: inset 0 0 0 0 #FFF;

  transition: .3s;

  -webkit-transition: .3s;

}



.register button:hover,

.register input[type=submit]:hover {

  color: #FFF;

  box-shadow: inset 250px 0 0 0 #ffffff;
  background-color: #e34f96;
  border-color: #e34f96;

}



@media (max-width: 768px) {

  #footer .copyright, #footer .credits {

    float: none;

    text-align: center;

    padding: 2px 0;

  }

}





/* custom inclusion of right, left and below tabs */



.tabs-below > .nav-tabs,

.tabs-right > .nav-tabs,

.tabs-left > .nav-tabs {

  border-bottom: 0;

}



.tab-content > .tab-pane,

.pill-content > .pill-pane {

  display: none;

}



.tab-content > .active,

.pill-content > .active {

  display: block;

}





.tabs-left > .nav-tabs > li,

.tabs-right > .nav-tabs > li {

  float: none;

}



.tabs-left > .nav-tabs > li > a,

.tabs-right > .nav-tabs > li > a {

  min-width: 74px;

  margin-right: 0;

  margin-bottom: 3px;

}



.tabs-left > .nav-tabs {

  float: left;

  margin-right: 19px;

  border-right: 1px solid #ddd;

}



.tabs-left > .nav-tabs > li > a {

  margin-right: -1px;

  -webkit-border-radius: 4px 0 0 4px;

  -moz-border-radius: 4px 0 0 4px;

  border-radius: 4px 0 0 4px;

}



.tabs-left > .nav-tabs > li > a:hover,

.tabs-left > .nav-tabs > li > a:focus {

  border-color: #eeeeee #dddddd #eeeeee #eeeeee;

}



.tabs-left > .nav-tabs .active > a,

.tabs-left > .nav-tabs .active > a:hover,

.tabs-left > .nav-tabs .active > a:focus {

  border-color: #ddd transparent #ddd #ddd;

  *border-right-color: #ffffff;

}





.profile {

  margin: 20px 0;

}



/* Profile sidebar */

.profile-sidebar {

  padding: 20px 15px;
  box-shadow: 0 0 20px #ddd;
  word-break: break-all;
  background: #fff;

}
.tab-content #home div.p-4.rounded{
  box-shadow: 0 0 20px #ddd;
}
.tab-content #home .buttons p{
  margin-bottom: 0;
}
.tab-content #home .text-center a{
  color: #000;
  font-weight: 700;
  text-decoration: none;
}
.tab-content #home .item.px-2.rounded{
  padding: 0 !important;
}
button{
  background-color: #e34f96;
  color: #FFF;
  border: none;
  padding: 8px 15px;
}

#filterBtn{
  display: block;
  margin-top: 15px;
  background-color: #e34f96;
  color: #FFF;
  border: none;
  font-weight: 700;
  padding: 8px 20px;
}
.nav-tabs .nav-link{
  color:#000;
  border-radius: 0 !important;
}
.profile .tab-content{
  padding-top: 30px;
  padding-bottom: 30px;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
  border-color: #e34f96 !important;
  border-bottom: none !important;
  background-color: #e34f96 !important;
  color: #FFF !important;
}

.profile-userpic img {

  float: none;

  margin: 0 auto;

  width: 50%;

  height: 50%;

  /* -webkit-border-radius: 50% !important;

  -moz-border-radius: 50% !important;

  border-radius: 50% !important; */

}


.profile-sidebar .profile-userpic img{
    width:100%;
    max-width:100%;
    height:auto;
}


.profile-usertitle {

  text-align: center;

  margin-top: 20px;

}



.profile-usertitle-name {

  color: #5a7391;

  font-size: 16px;

  font-weight: 600;

  margin-bottom: 7px;

}



.profile-usertitle-job {

  text-transform: uppercase;

  color: #5b9bd1;

  font-size: 12px;

  font-weight: 600;

  margin-bottom: 15px;

}



.profile-userbuttons {

  text-align: center;

  margin-top: 10px;

}



.profile-userbuttons .btn {

  text-transform: uppercase;

  font-size: 11px;

  font-weight: 600;

  padding: 6px 15px;

  margin-right: 5px;

}



.profile-userbuttons .btn:last-child {

  margin-right: 0px;

}



.profile-usermenu {

  margin-top: 30px;

}



.profile-usermenu ul li {

  border-bottom: 1px solid #f0f4f7;

}



.profile-usermenu ul li:last-child {

  border-bottom: none;

}



.profile-usermenu ul li a {

  color: #93a3b5;

  font-size: 14px;

  font-weight: 400;

}



.profile-usermenu ul li a i {

  margin-right: 8px;

  font-size: 14px;

}



.profile-usermenu ul li a:hover {

  background-color: #fafcfd;

  color: #5b9bd1;

}



.profile-usermenu ul li.active {

  border-bottom: none;

}



.profile-usermenu ul li.active a {

  color: #5b9bd1;

  background-color: #f6f9fb;

  border-left: 2px solid #5b9bd1;

  margin-left: -2px;

}



/* Profile Content */

.profile-content {

  padding: 20px;

  background: #fff;

  min-height: 460px;

}



.card-deck {

  margin: 0 -15px;

  justify-content: space-between;

}



.card-deck .card {

  margin: 0 0 1rem;

}



@media (min-width: 576px) and (max-width: 767.98px) {

  .card-deck .card {

    -ms-flex: 0 0 48.7%;

    flex: 0 0 48.7%;

  }

}



@media (min-width: 768px) and (max-width: 991.98px) {

  .card-deck .card {

    -ms-flex: 0 0 32%;

    flex: 0 0 32%;

  }

}



@media (min-width: 992px)

{

  .card-deck .card {

    -ms-flex: 0 0 24%;

    flex: 0 0 24%;

  }

}



.team-boxed {

  color:#313437;

  background-color:#eef4f7;

}



.team-boxed p {

  color:#7d8285;

}



.team-boxed h2 {

  font-weight:bold;

  margin-bottom:40px;

  padding-top:40px;

  color:inherit;

}



@media (max-width:767px) {

  .team-boxed h2 {

    margin-bottom:25px;

    padding-top:25px;

    font-size:24px;

  }

}



.team-boxed .intro {

  font-size:16px;

  max-width:500px;

  margin:0 auto;

}



.team-boxed .intro p {

  margin-bottom:0;

}



.team-boxed .people {

  padding:50px 0;

}



.team-boxed .item {

  text-align:center;

}



.team-boxed .item .box {

  text-align:center;

  padding:30px;

  background-color:#fff;

  margin-bottom:30px;

}



.team-boxed .item .name {

  font-weight:bold;

  margin-top:28px;

  margin-bottom:8px;

  color:inherit;

}



.team-boxed .item .title {

  text-transform:uppercase;

  font-weight:bold;

  color:#d0d0d0;

  letter-spacing:2px;

  font-size:13px;

}



.team-boxed .item .description {

  font-size:15px;

  margin-top:15px;

  margin-bottom:20px;

}



.team-boxed .item img {

  max-width:160px;

}



.team-boxed .social {

  font-size:18px;

  color:#a2a8ae;

}



.team-boxed .social a {

  color:inherit;

  margin:0 10px;

  display:inline-block;

  opacity:0.7;

}



.team-boxed .social a:hover {

  opacity:1;

}



.business-hours {

  padding: 40px 14px;

  margin-top: -15px;

  position: relative;

}

.business-hours:before{

  width: 23px;

  height: 23px;

  background: #111;

  position: absolute;

  top: 5px;

  left: -12px;

  transform: rotate(-45deg);

  z-index: -1;

}

.business-hours .title {

  font-size: 20px;

  color: #BBB;

  text-transform: uppercase;

  padding-left: 5px;

  border-left: 4px solid #ffac0c;

}

.business-hours li {

  color: #888;

  line-height: 30px;

  border-bottom: 1px solid #333;

}

.business-hours li:last-child {

  border-bottom: none;

}

.business-hours .opening-hours li.today {

  color: #ffac0c;

}



.single_product {

  padding-top: 66px;

  padding-bottom: 140px;

  margin-top: 0px;

  padding: 17px

}



.product_name {

  font-size: 20px;

  font-weight: 400;

  margin-top: 0px

}



.badge {

  display: inline-block;

  padding: 0.50em .4em;

  font-size: 75%;

  font-weight: 700;

  line-height: 1;

  text-align: center;

  white-space: nowrap;

  vertical-align: baseline;

  border-radius: .25rem

}



.product-rating {

  margin-top: 10px

}



.rating-review {

  color: #5b5b5b;
  top:auto !important;

}



.product_price {

  display: inline-block;

  font-size: 30px;

  font-weight: 500;

  margin-top: 9px;

  clear: left

}



.product_discount {

  display: inline-block;

  font-size: 17px;

  font-weight: 300;

  margin-top: 9px;

  clear: left;

  margin-left: 10px;

  color: red

}



.product_saved {

  display: inline-block;

  font-size: 15px;

  font-weight: 200;

  color: #999999;

  clear: left

}



.singleline {

  margin-top: 1rem;

  margin-bottom: .40rem;

  border: 0;

  border-top: 1px solid rgba(0, 0, 0, .1)

}



.product_info {

  color: #4d4d4d;

  display: inline-block

}

.product_info img{
    max-width:100% !important;
    height: auto !important;
}


.product_options {

  margin-bottom: 10px

}



.product_description {

  padding-left: 0px

}



.order_info {

  margin-top: 18px

}



.shop-button {

  height: 47px

}



.br-dashed {

  border-radius: 5px;

  border: 1px dashed #dddddd;

  margin-top: 6px

}



.pr-info {

  margin-top: 2px;

  padding-left: 2px;

  margin-left: -14px;

  padding-left: 0px

}



.break-all {

  color: #5e5e5e

}



.image_selected {

  display: -webkit-box;

  display: -moz-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  width: calc(100% + 15px);

  height: 525px;

  -webkit-transform: translateX(-15px);

  -moz-transform: translateX(-15px);

  -ms-transform: translateX(-15px);

  -o-transform: translateX(-15px);

  transform: translateX(-15px);

  border: solid 1px #e8e8e8;

  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);

  overflow: hidden;

  padding: 15px;

  margin-left:10px;

}





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

  .product_fav {

    display: none

  }

  .map_search_bar{
      max-width:80px;
  }

}



.bbb_combo {

  width: 100%;

  margin-right: 7%;

  padding-top: 21px;

  padding-left: 20px;

  padding-right: 20px;

  padding-bottom: 24px;

  border-radius: 5px;

  margin-top: 0px;

  text-align: -webkit-center

}



.bbb_combo_image {

  width: 170px;

  height: 170px;

  margin-bottom: 15px

}



.fs-10 {

  font-size: 10px

}



.step {

  background: #167af6;

  border-radius: 0.8em;

  -moz-border-radius: 0.8em;

  -webkit-border-radius: 6.8em;

  color: #ffffff;

  display: inline-block;

  font-weight: bold;

  line-height: 3.6em;

  margin-right: 5px;

  text-align: center;

  width: 3.6em;

  margin-top: 116px

}



.row-underline {

  content: "";

  display: block;

  border-bottom: 2px solid #3798db;

  margin: 0px 0px;

  margin-bottom: 20px;

  margin-top: 15px

}



.deal-text {

  margin-left: -10px;

  font-size: 25px;

  margin-bottom: 10px;

  color: #000;

  font-weight: 700

}



.padding-0 {

  padding-left: 0;

  padding-right: 0

}



.padding-2 {

  margin-right: 2px;

  margin-left: 2px

}



.vertical-line {

  display: inline-block;

  border-left: 3px solid #167af6;

  margin: 0 10px;

  height: 364px;

  margin-top: 4px

}



.p-rating {

  color: green

}



.combo-pricing-item {

  display: flex;

  flex-direction: column

}



.boxo-pricing-items {

  display: inline-flex

}



.combo-plus {

  margin-left: 10px;

  margin-right: 18px;

  margin-top: 10px

}



.add-both-cart-button {

  margin-left: 36px

}



.items_text {

  color: #b0b0b0

}



.combo_item_price {

  font-size: 18px

}



.p_specification {

  font-weight: 500;

  margin-left: 22px

}



.mt-10 {

  margin-top: 10px

}



/* @charset "utf-8"; */

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900|Rubik:300,400,500,700,900');



* {

  margin: 0;

  padding: 0;

  -webkit-font-smoothing: antialiased;

  -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;

  text-shadow: rgba(0, 0, 0, .01) 0 0 1px

}



body {

  font-family: 'Rubik', sans-serif;

  font-size: 14px;

  font-weight: 400;

  background: #FFFFFF;

  color: #000000

}



div {

  display: block;

  position: relative;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box

}



ul {

  list-style: none;

  margin-bottom: 0px

}



.single_product {

  padding-top: 16px;

  padding-bottom: 140px

}





.image_selected {

  display: -webkit-box;

  display: -moz-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  width: calc(100% + 15px);

  height: 525px;

  -webkit-transform: translateX(-15px);

  -moz-transform: translateX(-15px);

  -ms-transform: translateX(-15px);

  -o-transform: translateX(-15px);

  transform: translateX(-15px);

  border: solid 1px #e8e8e8;

  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);

  overflow: hidden;

  padding: 15px

}



.image_selected img {

  max-width: 100%

}



.product_category {

  font-size: 12px;

  color: rgba(0, 0, 0, 0.5)

}



.product_rating {

  margin-top: 7px

}



.product_rating i {

  margin-right: 4px

}



.product_rating i::before {

  font-size: 13px

}



.product_text {

  margin-top: 27px

}



.product_text p:last-child {

  margin-bottom: 0px

}



.order_info {

  margin-top: 16px

}





body{margin-top:20px;}



.section {

  padding: 100px 0;

  position: relative;

}

.gray-bg {

  background-color: #ebf4fa;

}

/* Blog

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

.blog-grid {

  margin-top: 15px;

  margin-bottom: 15px;

}

.blog-grid .blog-img {

  position: relative;

  border-radius: 5px;

  overflow: hidden;

}

.blog-grid .blog-img .date {

  position: absolute;

  background: #3a3973;

  color: #ffffff;

  padding: 8px 15px;

  left: 0;

  top: 10px;

  font-size: 14px;

}

.blog-grid .blog-info {

  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);

  border-radius: 5px;

  background: #ffffff;

  padding: 20px;

  margin: -30px 20px 0;

  position: relative;

  max-height: 150px;

  height: 150px;

  overflow: hidden;

}

.blog-grid .blog-info h5 {

  font-size: 16px;

  font-weight: 500;

  margin: 0 0 10px;

  height: 40px;

  max-height: 40px;

  overflow: hidden;

}

.blog-grid .blog-info h5 a {

  color: #3a3973;

}

.blog-grid .blog-info p {

  margin: 0;

}

.blog-grid .blog-info .btn-bar {

  margin-top: 20px;

}



.px-btn-arrow {

  padding: 0 50px 0 0;

  line-height: 20px;

  position: relative;

  display: inline-block;

  color: #fe4f6c;

  -moz-transition: ease all 0.3s;

  -o-transition: ease all 0.3s;

  -webkit-transition: ease all 0.3s;

  transition: ease all 0.3s;

}





.px-btn-arrow .arrow {

  width: 13px;

  height: 2px;

  background: currentColor;

  display: inline-block;

  position: absolute;

  top: 0;

  bottom: 0;

  margin: auto;

  right: 25px;

  -moz-transition: ease right 0.3s;

  -o-transition: ease right 0.3s;

  -webkit-transition: ease right 0.3s;

  transition: ease right 0.3s;

}



.px-btn-arrow .arrow:after {

  width: 8px;

  height: 8px;

  border-right: 2px solid currentColor;

  border-top: 2px solid currentColor;

  content: "";

  position: absolute;

  top: -3px;

  right: 0;

  display: inline-block;

  -moz-transform: rotate(45deg);

  -o-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  -webkit-transform: rotate(45deg);

  transform: rotate(45deg);

}



.star-ratings {

  unicode-bidi: bidi-override;

  color: #ccc;

  font-size: 25px;

  position: relative;

  margin: 0;

  padding: 0;
  width:100% !important;

}
.star-ratings + br{
  display:none;
}
.star-ratings .fill-ratings {

  color: #ffc904;
  font-size:17px;

  padding: 0;

  z-index: 1;

  display: block;

  top: 0;

  left: 0;

  overflow: hidden;

}

.star-ratings .fill-ratings span {

  display: inline-block;

}

.star-ratings .empty-ratings {

  padding: 0;

  display: block;

  z-index: 0;
  font-size:14px;

}



/****** Style Star Rating Widget *****/

.rating {

  border: none;

  float: left;

  margin: 0px 0px 0px 28px;

}



.rating > input {

  display: none;

}

.rating > label:before {

  margin-top: 0px;

  padding: 0px 5px 0px 5px;

  font-size: 1.25em;

  font-family: FontAwesome;

  display: inline-block;

  content: "\f005";

}



.rating > .half:before {

  content: "\f089";

  position: absolute;

}



.rating > label {

  color: #fff;

  float: right;

  margin: 4px 1px 0px 0px;

  background-color: #d8d8d8;

  border-radius: 15px;

  height: 25px;

}



/***** CSS Magic to Highlight Stars on Hover *****/



.rating:not(:checked) > label:hover, /* hover current star */

.rating:not(:checked) > label:hover ~ label {

  background-color: #7ed321 !important;

  cursor: pointer;

} /* hover previous stars in list */



.rating > input:checked + label:hover, /* hover current star when changing rating */

.rating > label:hover ~ input:checked ~ label, /* lighten current selection */

.rating > input:checked ~ label:hover ~ label {

  background-color: #7ed321 !important;

  cursor: pointer;

}

/*.inputmaindiv{position: absolute;z-index: 999;margin: auto;left: 26%;right: 30%;top: 30px;}*/

.inputmaindiv{width: 82%;margin: auto;display:none;}

/*@media screen and (max-width: 700px) {

  .inputmaindiv {

    margin: auto;

    left: 9% !important;

    right: 45% !important;

    top: 9px !important;

    position:relative !important;

  }

}*/



.parent{margin-left: 10%;margin-top: 15px;position: absolute;}







.switch_3_ways_v2{

  margin:auto;

  font-size:1em;

  height:2em;

  line-height:2em;

  border-radius:0.3em;

  background: #e34f96;

  color: white;

  position:relative;

  display:block;

  float:left;

}



.switch2.vendors,

.switch2.featuredbrands,

.switch2.consumer{

  cursor:pointer;

  position:relative;

  display:block;

  float:left;

  -webkit-transition: 300ms ease-out;

  -moz-transition: 300ms ease-out;

  transition: 300ms ease-out;

  padding: 0 1em;

}

.selectorswitch{

  text-align:center;

  position:absolute;

  width:0;

  box-sizing:border-box;

  -webkit-transition: 300ms ease-out;

  -moz-transition: 300ms ease-out;

  transition: 300ms ease-out;

  border-radius:0.3em;

  color:white;

  -moz-box-shadow: 0px 2px 13px 0px #9b9b9b;

  -webkit-box-shadow: 0px 2px 13px 0px #9b9b9b;

  -o-box-shadow: 0px 2px 13px 0px #9b9b9b;

  box-shadow: 0px 2px 13px 0px #9b9b9b;

  filter:progid:DXImageTransform.Microsoft.Shadow(color=#9b9b9b, Direction=180, Strength=13);

}



.navbar-default .dropdown-menu.notify-drop {

  min-width: 330px;

  background-color: #fff;

  min-height: 360px;

  max-height: 360px;

}

.navbar-default .dropdown-menu.notify-drop .notify-drop-title {

  border-bottom: 1px solid #e2e2e2;

  padding: 5px 15px 10px 15px;

}

.navbar-default .dropdown-menu.notify-drop .drop-content {

  min-height: 280px;

  max-height: 280px;

  overflow-y: scroll;

}

.navbar-default .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-track

{

  background-color: #F5F5F5;

}



.navbar-default .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar

{

  width: 8px;

  background-color: #F5F5F5;

}



.navbar-default .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-thumb

{

  background-color: #ccc;

}

.navbar-default .dropdown-menu.notify-drop .drop-content > li {

  border-bottom: 1px solid #e2e2e2;

  padding: 10px 0px 5px 0px;

}

.navbar-default .dropdown-menu.notify-drop .drop-content > li:nth-child(2n+0) {

  background-color: #fafafa;

}

.navbar-default .dropdown-menu.notify-drop .drop-content > li:after {

  content: "";

  clear: both;

  display: block;

}

.navbar-default .dropdown-menu.notify-drop .drop-content > li:hover {

  background-color: #fcfcfc;

}

.navbar-default .dropdown-menu.notify-drop .drop-content > li:last-child {

  border-bottom: none;

}

.navbar-default .dropdown-menu.notify-drop .drop-content > li .notify-img {

  float: left;

  display: inline-block;

  width: 45px;

  height: 45px;

  margin: 0px 0px 8px 0px;

}

.navbar-default .dropdown-menu.notify-drop .allRead {

  margin-right: 7px;

}

.navbar-default .dropdown-menu.notify-drop .rIcon {

  float: right;

  color: #999;

}

.navbar-default .dropdown-menu.notify-drop .rIcon:hover {

  color: #333;

}

.navbar-default .dropdown-menu.notify-drop .drop-content > li a {

  font-size: 12px;

  font-weight: normal;

}

.navbar-default .dropdown-menu.notify-drop .drop-content > li {

  font-weight: bold;

  font-size: 11px;

}

.navbar-default .dropdown-menu.notify-drop .drop-content > li hr {

  margin: 5px 0;

  width: 70%;

  border-color: #e2e2e2;

}

.navbar-default .dropdown-menu.notify-drop .drop-content .pd-l0 {

  padding-left: 0;

}

.navbar-default .dropdown-menu.notify-drop .drop-content > li p {

  font-size: 11px;

  color: #666;

  font-weight: normal;

  margin: 3px 0;

}

.navbar-default .dropdown-menu.notify-drop .drop-content > li p.time {

  font-size: 10px;

  font-weight: 600;

  top: -6px;

  margin: 8px 0px 0px 0px;

  padding: 0px 3px;

  border: 1px solid #e2e2e2;

  position: relative;

  background-image: linear-gradient(#fff,#f2f2f2);

  display: inline-block;

  border-radius: 2px;

  color: #B97745;

}

.navbar-default .dropdown-menu.notify-drop .drop-content > li p.time:hover {

  background-image: linear-gradient(#fff,#fff);

}

.navbar-default .dropdown-menu.notify-drop .notify-drop-footer {

  border-top: 1px solid #e2e2e2;

  bottom: 0;

  position: relative;

  padding: 8px 15px;

}

.navbar-default .dropdown-menu.notify-drop .notify-drop-footer a {

  color: #777;

  text-decoration: none;

}

.navbar-default .dropdown-menu.notify-drop .notify-drop-footer a:hover {

  color: #333;

}



.owl-next{font-size: 57px !important;float: right !important; position: absolute !important;

  top: -252px !important;right: -21px !important;}



.owl-prev{font-size: 57px !important;position: absolute !important;top: -252px !important;left: -21px !important;}



.w400{width:400px;}

.start-mobile{max-height: 64px;height: 64px;position: relative;text-align:center;}

#age-verify {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 500ms;
}
#age-verify .window {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 450px;
  height: 250px;
  overflow: hidden;
  padding: 40px;
  margin-left: -200px;
  margin-top: -125px;
  background-color: #fff;
  border: 8px solid black;
  box-sizing: border-box;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  transition: 500ms;
}
#age-verify .window span {
  display: block;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
}
#age-verify .window span.title {
  color: black;
  font-size: 24px;
  font-weight: bold;
}
#age-verify .window button {
  margin: 0;
  padding: 0;
  width: 48%;
  height: 34px;
  font-size: 14px;
  margin-top: 20px;
  font-family: "Source Sans Pro", sans-serif;
  transform: scale(1);
  transition: 0.2s;
  border-radius: 18px;
  outline: none;
  border: 1px solid;
}
#age-verify .window button.back {
  display: block;
  float: none;
  margin: auto;
  background-color: #fff;
  color: #000000 !important;
  margin-top: 20px;
}
#age-verify .window button.yes {
  float: right;
  background: rgb(0,147,127);
}
#age-verify .window button.no {
  float: left;
  background-color: #FFFFFF;
}
#age-verify .window button:hover {
  transform: scale(1.1);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}
#age-verify .window .underBox {
  position: absolute;
  width: 450px;
  height: 250px;
  padding: 40px;
  top: 100%;
  left: 0;
  right: 0;
  background: rgb(0,147,127);
  transition: 500ms;
  box-sizing: border-box;
}
#age-verify .window .underBox * {
  color: #000000 !important;
}
#age-verify.hidden {
  opacity: 0;
  visibility: hidden;
}
#age-verify.hidden .window {
  transform: scale(0.5);
}
#age-verify.under .window .underBox {
  top: 0%;
}

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

  #searchBtn{



    right: 39px;

    top: -45px !important;

    position: absolute;



  }



}

.getstars {
  text-align: center !important;
}

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

  #header .logo img {

    position: relative;
    left: -22px;
    max-height: 25px;

  }



  #featured-brands-view-all-btn{

    padding:20px 33px !important;

    z-index: 999999 !important;

  }



  #news-view-all-btn{

    padding:20px 33px !important;

    z-index: 999999 !important;

  }



  #delivery-view-all-btn{

    padding:20px 33px !important;

    z-index: 999999 !important;

  }



  .register-vendors-div{

    margin-top: 64px !important;

  }



  .g-recaptcha iframe{

    position: absolute !important;

    left: -43px !important;

  }

  #divcurrentlocation{

    width: 80% !important;

  }



  .member{

    width: 100%;

    margin-left: 3px;

  }

  /* .getstars {
    margin-left:18%;
  } */

  .mg-55{margin-top:-55px;}

  .mobile-min{min-height:80px !important;max-height:80px !important;}

  .mobile-min h4{font-size:13px !important;}

  .start-mobile{left: 0%;right: 0%;position: unset;text-align: center;}



  #searchcontainer{position: absolute;left: -15px;bottom: -41px;}



  #searchcontainer button {width: 100%;

    height: 26px;}
  .determinelocation{text-align:left !important;}
  .responsivedropdown-menu{width: 100%;
    /* right: 20%; */
    top: 0px;
    left: -5px;}
  /*.w400 .col-12 {margin-left: 51px;}*/

}
.navbar-light .navbar-toggler{
  border-color: #FFF !important;
}

@media screen and (max-width: 320px) {
  .getstars{margin-left:2% !important ;text-align:center;}
  .star-ratings {
    font-size: 20px;
    text-align: center;
  }
}
@media screen and (min-width: 972px)and (max-width: 1120px){
  /* .getstars{margin-left:2%!important;} */
}
/* .getstars{margin-left:14%;} */

@media screen and (max-width: 480px) {
  #age-verify .window {
    top: 40%;
    left: 2%;
    width: 96%;
    height: 250px;
    overflow: hidden;
    padding: 26px;
    margin-left: 0px;
    margin-top: 0px;
  }
  .map_search_bar .responsivedropdown-menu{
    width:330px;
  }
  #divcurrentlocation {
    width: 300px !important;
  }
  .g-recaptcha{
    margin-left: 28px !important;
  }
}

@media screen and (max-width: 375px) {
  #divcurrentlocation {
    width: 262px !important;
  }
}

@media screen and (max-width: 320px) {
  .map_search_bar .responsivedropdown-menu{
    width:238px;
  }
  #divcurrentlocation {
    width: 208px !important;
  }
  #age-verify .window {
    top: 35%;
  }

  .g-recaptcha{
    margin-left: 7px !important;
  }

}
