Show details * {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;

  /* font-family: 'Titillium Web', Helvetica, Arial, sans-serif; 
  font-family: 'effra';
   
  font-family: "Effra", arial, sans-serifl; font-size: 16px;letter-spacing: 0.5px;line-height: 1.6em;
    */
  font-family: "Montserrat", sans-serif;
  max-width: 100%;
  overflow-x: hidden !important;
  font-size: 12px;
}

input {
  font-family: "Montserrat", sans-serif;
}

button {
  font-family: "Montserrat", sans-serif;
}

ul {
  text-align: justify;
}
.contact_content label {
  text-align: left;
  float: left;
}

h1,
h2,
h3,
h4,
h5 {
  color: #333;
}

.caret-up {
  /* Safari */
  -webkit-transform: rotate(-180deg);

  /* Firefox */
  -moz-transform: rotate(-180deg);

  /* IE */
  -ms-transform: rotate(-180deg);

  /* Opera */
  -o-transform: rotate(-180deg);

  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=6);
}

.drop-up {
  top: auto;
  bottom: 100% !important;
}

.foot-cst {
}

.foot-cst .btn-group.open,
.foot-cst .dropdown-toggle,
.foot-cst .btn-default {
  background: #333333;
  color: #ffffff;
  border: none;
}
.foot-cst .btn-default:hover,
.foot-cst .btn-default:focus,
.foot-cst .btn-default.focus,
.foot-cst .btn-default:active,
.foot-cst .btn-default.active,
.foot-cst .open > .dropdown-toggle.btn-default,
.foot-cst .dropdown-menu {
  background: #333333;
  color: #ffffff;
  border: none;
}

.foot-cst .dropdown-menu > li > a,
.foot-cst .dropdown-menu > li > a:hover,
.foot-cst .dropdown-menu > li > a:focus {
  color: #ffffff;
  background: none;
}
.foot-cst .btn-default:hover,
.foot-cst .btn-default:focus,
.foot-cst .btn-default.focus,
.foot-cst .btn-default:active,
.foot-cst .btn-default.active,
.foot-cst .open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background: none;
}
.foot-cst .btn-default:hover,
.foot-cst .btn-default:focus,
.foot-cst .btn-default.focus,
.foot-cst .btn-default:active,
.foot-cst .btn-default.active,
.foot-cst .open > .dropdown-toggle.btn-default {
  background: none;
  color: #ffffff;
  border: none;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 18px;
  text-transform: uppercase;
}
h4 {
  color: #000000;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
h5 {
  color: #898989;
  font-weight: bold;
}

.activity-txt {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #9b9b9b;
}
/*

btn btncst btst {


}
*/
.navbar-nav > li > a {
  color: #fff;
  letter-spacing: 2px;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar-nav > li > a:hover {
  color: #9c9c9c !important;
}
lable {
  font-weight: normal;
  color: #828282;
}
.btst {
  border-color: #fff;
  border-width: 2px;
}
.btst:hover {
  background-color: #fff;
  color: #262626;
}
.center-vertically-bl {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 400px;
}

.btncst {
  background: transparent;
  color: #f2f2f2;

  -webkit-transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
}

.btncst:hover {
  background-color: white !important;
}

.log-color {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #414141;
  padding-top: 15px;
  padding-right: 45px;
  padding-left: 45px;
  padding-bottom: 15px;
}
.wht {
  color: #fff;
}
.log-color:hover {
  color: #fff;
  background-color: #454545;
  border-color: #414141;
}

a {
  text-decoration: none;
  color: #1079d5;
}
a:hover {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/*============== Preloader ==============*/

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff; /* change if the mask should have another color then white */
  z-index: 99; /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%; /* centers the loading animation horizontally one the screen */
  top: 50%; /* centers the loading animation vertically one the screen */
  background-image: url(img/preloader.gif); /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px; /* is width and height divided by two */
}

/*============== Scroll up to  ==============*/

#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  width: 51px;
  height: 51px;
  border: none;
  text-indent: 100%;
  background: url(img/ui.totop.png) no-repeat left top;
}

#toTopHover {
  background: url(img/ui.totop.png) no-repeat left -51px;
  width: 51px;
  height: 51px;
  display: block;
  overflow: hidden;
  float: left;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

#toTop:active,
#toTop:focus {
  outline: none;
}

/*============== Scroll up to  ==============*/

.fotin {
  padding-bottom: 50px;
}
.bpls {
  min-width: 150px;
}
.content {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 2% 50px;
}

.main_header .row .content {
  padding: 0;
}

.dark {
  background: #333;
}

/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
  position: relative;
  height: 100vh;
}
.fade-carousel .carousel-inner .item {
  height: 100vh;
}
.fade-carousel .carousel-indicators > li {
  margin: 0 2px;
  background-color: #27c3d0;
  border-color: #1198a3;
  opacity: 0.7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.hero h1 {
  color: #fff;
  font-size: 6em;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.hero h1 span {
  color: #3498db;
}

.hero h3 {
  color: #fff;
}

.fade-carousel .carousel-inner .item .hero {
  opacity: 0;
  -webkit-transition: 2s all ease-in-out 0.1s;
  -moz-transition: 2s all ease-in-out 0.1s;
  -ms-transition: 2s all ease-in-out 0.1s;
  -o-transition: 2s all ease-in-out 0.1s;
  transition: 2s all ease-in-out 0.1s;
}
.fade-carousel .carousel-inner .item.active .hero {
  opacity: 1;
  -webkit-transition: 2s all ease-in-out 0.1s;
  -moz-transition: 2s all ease-in-out 0.1s;
  -ms-transition: 2s all ease-in-out 0.1s;
  -o-transition: 2s all ease-in-out 0.1s;
  transition: 2s all ease-in-out 0.1s;
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  /* background-color: #080d15;*/
  opacity: 0.7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {
  padding: 10px 40px;
}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
  color: #f5f5f5;
  background-color: #3498db;
  border-color: #3498db;
  outline: none;
  margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url(img/photo-01.jpg);
}
.fade-carousel .slides .slide-2 {
  background-image: url(img/photo-02.jpg);
}
.fade-carousel .slides .slide-3 {
  background-image: url(img/photo-03.jpg);
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px) {
  .hero {
    width: 980px;
  }
  .dob-padding {
    margin-left: 6.2%;
  }
}
@media screen and (max-width: 640px) {
  .hero h1 {
    font-size: 4em;
  }

  .dob-padding {
    margin-left: 5.5%;
  }
}
.main_header {
  top: 0px;
  max-height: 100px;
  z-index: 999;
  width: 100%;
  background-color: #114eb0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  padding-bottom: 6px;
}

@media only screen and (min-width: 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
}

@media only screen and (max-width: 600px) {
  .cd-headline b {
  }
}

.open-nav {
  max-height: 400px !important;
}

.open-nav .mobile-toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.sticky {
  background-color: rgba(255, 255, 255, 0.93);
  opacity: 1;
  top: 0px;
  border-bottom: 1px solid silver;
}

.logo {
  /*padding-top: 17px;*/
  width: 150px;
  font-size: 25px;
  color: #3498db;
  text-transform: uppercase;

  display: block;
  margin-top: 0;
  line-height: 1;
  margin-bottom: 10px;
  margin-left: 20px;
}

.main_menu li a:focus {
  outline: none;
}

.main_menu li a:active {
  text-decoration: none;
}

@media only screen and (max-width: 766px) {
  .logo {
    padding-top: 0;
  }

  .main_header {
    padding-top: 25px;
  }
}

@media only screen and (max-width: 766px) {
  .logo {
    float: none;
  }
}

nav {
  float: right;
  width: 100%;
}
@media only screen and (max-width: 766px) {
  nav {
    width: 100%;
  }
}

nav ul {
  list-style: none;
  overflow: hidden;
  text-align: right;
  float: right;
  padding-top: 15px;
}
@media only screen and (max-width: 766px) {
  nav ul {
    padding-top: 10px;
    margin-bottom: 22px;
    float: left;
    text-align: center;
    width: 100%;
  }
}

nav ul li {
  display: inline-block;
  margin-left: 11px;
  line-height: 1.5;
}

@media only screen and (max-width: 766px) {
  nav ul li {
    width: 100%;
    padding: 7px 0;
    margin: 0;
  }
}

nav ul a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
}

.mobile-toggle {
  display: none;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 22px;
  top: 0;
  width: 30px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
@media only screen and (max-width: 766px) {
  .mobile-toggle {
    display: block;
  }
}

.mobile-toggle span {
  width: 30px;
  height: 4px;
  margin-bottom: 6px;
  border-radius: 1000px;
  background: #8f8f8f;
  display: block;
}

.mouse {
  display: block;
  margin: 0 auto;
  width: 26px;
  height: 46px;
  border-radius: 13px;
  border: 2px solid #ffffff;
  position: absolute;
  position: absolute;
  left: 51%;
  margin-left: -26px;
}

.mouse span {
  display: block;
  margin: 6px auto;
  width: 2px;
  height: 2px;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid transparent;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

/*============== Service style ==============*/

.single_service {
  margin-top: 100px;
  margin-bottom: 100px;
}
.single_service i {
  position: relative;
  overflow: hidden;
}

.single_service .ico {
  margin: 0 auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 30px;
  color: #f32b1a;
  line-height: 76px;
  background: rgba(195, 185, 185, 0.21);
  width: 80px;
  height: 80px;
  text-align: center;
  border: solid 4px #fff;
  outline: 1px solid #dddddd;
}

.single_service:hover .ico {
  color: #f3f1f1;
  background: #f32b1a;
  cursor: pointer;
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
  -o-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}

.single_service .ico:hover {
  color: #f3f1f1;
  background: #f32b1a;
  cursor: pointer;
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
  -o-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}

.single_service .ico i {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* ===========work style===========*/

.work_area {
  background-color: #f8f8f8;
}

.work_section {
  margin-top: 60px;
  margin-bottom: 60px;
}

.work_section h1 {
  text-transform: uppercase;
  font-weight: 600;
}

.work_section h1 span {
  color: #3498db;
}

.bs-example {
  margin-top: 30px;
  margin-bottom: 65px;
}

.bs-example .nav-tabs i {
  font-size: 50px;
  width: 80px;
  text-align: center;
}

@media only screen and (min-width: 765px) {
  .bs-example .nav-tabs i {
    width: 57px;
  }
}

@media (max-width: 764px) {
  .bs-example .nav-tabs i {
    font-size: 34px;
    width: 56px;
  }
}

@media (max-width: 750px) {
  .bs-example .nav-tabs i {
    font-size: 20px;
    width: 15px;
  }
}

.nav-tabs {
  border-bottom: none;
}

.tab-pane {
  border: 1px solid #ddd;
  padding: 42px;
  background-color: #ffffff;
}

/* ===========getit style===========*/

.getit_area {
  background: #3498db;
}

.getit_area h1 {
  color: #ffffff;
}

.getit_section {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* ===========Portfolio style===========*/

.portfolio_area {
  margin-top: 40px;
  margin-bottom: 40px;
}

.portfolio_section {
}

.portfolio_section h1 {
  color: #3498db;
  text-transform: uppercase;
  font-weight: 600;
}

.portfolio_top {
}

.portfolio {
}

#info {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fcf8e3;
  border: 1px solid #fbeed5;
  width: 95%;
  max-width: 900px;
  margin: 0 auto 40px auto;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}

#info .info-wrapper {
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}

#info a {
  color: #c09853;
  text-decoration: none;
}

#info p {
  margin: 5px 0 0 0;
}

#filters {
  margin: 1%;
  padding: 0;
  list-style: none;
}

#filters li {
  float: left;
}

#filters li span {
  display: block;
  padding: 5px 20px;
  text-decoration: none;
  color: #666;
  cursor: pointer;
}

#filters li span.active {
  background: #e95a44;
  color: #fff;
}

#portfoliolist .portfolio {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  width: 23%;
  margin: 1%;
  display: none;
  float: left;
  overflow: hidden;
}

.portfolio-wrapper {
  overflow: hidden;
  position: relative !important;
  background: #666;
  cursor: pointer;
}

.portfolio img {
  max-width: 100%;
  position: relative;
}

.portfolio .label {
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: -40px;
}

.portfolio .label-bg {
  background: #e95a44;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.portfolio .label-text {
  color: #fff;
  position: relative;
  z-index: 500;
  padding: 5px 8px;
}

.portfolio .text-category {
  display: block;
  font-size: 9px;
}

/* #Tablet (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  #portfoliolist .portfolio {
    width: 48%;
    margin: 1%;
  }

  #ads {
    display: none;
  }
}
.container {
  width: 100% !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  /*max-width: 1020px !important; */
  width: 100%;
}
/* #Mobile (Landscape) - Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #ads {
    display: none;
  }
}

/*============== Skill style ==============*/

.skill_area {
  background-color: #f8f8f8;
}

.skill_section {
  display: inline-block;
  margin-top: 80px;
  margin-bottom: 60px;
}

.skill_section h2 {
  text-transform: uppercase;
}

.skill_section h2 span {
  color: #3498db;
}

.progress .progress-bar.six-sec-ease-in-out {
  -webkit-transition: width 6s ease-in-out;
  -moz-transition: width 6s ease-in-out;
  -ms-transition: width 6s ease-in-out;
  -o-transition: width 6s ease-in-out;
  transition: width 6s ease-in-out;
}

.skill_text {
  text-align: left;
}

/*============== Blog style ==============*/

.blog_area {
  margin-top: 40px;
  margin-bottom: 40px;
}

.blog_section {
}

.blog_section h1 {
  text-transform: uppercase;
  font-weight: 600;
}

.blog_section h1 span {
  color: #3498db;
}

.single_blog {
  margin-top: 30px;
}

.single_blog a {
  text-decoration: none;
}

.single_blog a:hover {
  color: #282a2e;
}

.dates {
}

.expect {
}

.slider-content {
  position: relative;
  overflow: hidden;
  border-right: 1px solid transparent;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.slider-content img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  width: 100%;
}

.slider-text {
  height: 100%;
  padding: 40px 40px 25px 40px;
  background: #f5f6fa;
  color: #7a8188;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.slider-content:hover .slider-text {
  background: #3498db;
}

.slider-content:hover .slider-text p {
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.slider-content .slider-text h3 .slider-text p {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.slider-content:hover .slider-text h3 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #fff;
}

/*============== Price style ==============*/

.price_area {
  background: #f8f8f8;
}

.price_section {
}

.price_section h1 {
  color: #3498db;
  margin-top: 55px;
  text-transform: uppercase;
  font-weight: 600;
}

.pricing-table {
  margin-top: 65px;
}

.pricing-box {
  margin-bottom: 70px;
  float: left;
}
.pricing-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  cursor: pointer;
  border: solid 1px #ddd;
  z-index: 1;
}

.pricing-box ul:hover .subscription-price {
  background: #f32b1a;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pricing-box ul li {
  text-align: center;
  border-bottom: solid 1px #ddd;
  line-height: 40px;
  background: #fff;
}

.pricing-box li.plan-title {
  text-transform: uppercase;
  line-height: 50px;
  font-size: 16px;
}
.pricing-box li.subscription-price {
  background: #666666;
  color: #fff;
  position: relative;
  border-bottom: none;
  font-size: 16px;
}
.pricing-box li.subscription-price .currency {
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -70px;
  font-size: 18px;
}
.pricing-box li.subscription-price .price {
  font-size: 70px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 106px;
}
.pricing-box li.sing-up {
  position: absolute;
  left: 50%;
  bottom: -22.5px;
  margin-left: -79px;
  background: #fff;
  line-height: 45px !important;
}
.pricing-box li.sing-up a {
  color: #000;
  text-transform: uppercase;
  padding: 11px 53px;
  line-height: 42px;
  border: solid 1px #ddd;
}
.pricing-box li.sing-up a:hover {
  background: #666666;
  border: solid 1px #666666;
  color: #fff;
}

.pricing-box.featured {
}
.pricing-box.featured li.plan-title {
  line-height: 61px;
}
.pricing-box.featured ul {
  border: solid 2px #f32b1a;
  z-index: 2;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.11);
}

.last {
  padding-bottom: 20px;
}

.pricing-box.featured ul li {
  line-height: 45px;
}

.pricing-box.featured li.subscription-price {
  background: #f32b1a;
}
.pricing-box.featured li.subscription-price .price {
  line-height: 130px;
  font-size: 85px;
}
.pricing-box.featured li.subscription-price .currency {
  top: 25px;
  margin-left: -80px;
}
.sing-up {
  border-bottom: none;
}
.pricing-box.featured li.sing-up a {
  background: #f32b1a;
  color: #fff;
  border: solid 1px #f32b1a;
}
.pricing-box.featured li.sing-up a:hover {
  background: #ce2112;
  border: solid 1px #ce2112;
  color: #fff;
}

/*============== testimonial style ==============*/

.testimonial_area {
  margin-bottom: 60px;
  margin-top: 60px;
}

.testimonial_section h1 {
  text-transform: uppercase;
  font-weight: 600;
}

.testimonial_section h1 span {
  color: #3498db;
}

/*============== Contact style ==============*/

.contact_area {
  background: url(img/photography.png);
}

.contact_section {
  margin-top: 60px;
}

.contact_section h1 {
  color: #3498db;
  text-transform: uppercase;
  font-weight: 600;
}

.contact_form {
}

#contact_form {
  margin-top: 50px;
  margin-bottom: 30px;
}

#contact_form legend {
  font-size: 15px;
  color: #c9c9c9;
}

#contact_form label {
  margin-bottom: 28px;
  display: block;
}

#contact_form label span {
  float: left;
  width: 100px;
  color: #666666;
}
.input-lg-rbw {
  width: 300px;
  height: 32px;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.5);
  border: solid 1px #f0ede8;
  padding: 5px;
}

#contact_form input {
  width: 100%;
  height: 40px;
  border: 1px solid #dbdbdb;
  padding-left: 4px;
}

#contact_form textarea {
  width: 100%;
  height: 100px;
  padding-left: 4px;
}

.submit_btn {
  padding: 12px;
  float: left;
  width: 100px;
}

.submit_btn:hover {
}

.success {
  background: #00a243;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #b9ecce;
  border-radius: 5px;
  font-weight: normal;
  color: #fff;
}
.error {
  background: #cc3b3b;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ffcaca;
  border-radius: 5px;
  font-weight: normal;
  text-align: left;
}
h2.deskt {
  margin-top: 0;
  font-size: 1.6em;
}
.contact_text {
  text-align: right;
  margin-top: 48px;
}

.contact_text p {
  font-size: 15px;
  margin-bottom: 20px;
}

.contact_text h3 {
  text-transform: uppercase;
  font-size: 25px;
}

.contact_info {
}

.contact_info li {
  list-style: none;
  margin-bottom: 10px;
}

.contact_social {
  margin-top: 5px;
}

.contact_social li {
  display: inline;
  margin-left: 15px;
}

.fb:hover {
  color: #3b5998;
}

.tw:hover {
  color: #55acee;
}

.rss:hover {
  color: #f26522;
}

.gp:hover {
  color: #dd4b39;
}

.contact_social {
  font-size: 35px;
}

.map-panel-heading {
  background-color: #bdc3c7;
}

.copyright_section {
  padding-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
/*--------------------*/
/* FOOTER */
/*--------------------*/

.footer {
  float: left;
  display: inline;
  width: 100%;
  background-color: #333;
  bottom: 0px !important;
  margin-bottom: 0px !important;
  /*
	position:fixed !important;
   */
}
.footer_left {
  float: left;
  display: inline;
  width: 100%;
}
.footer_left > p {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 5px;
}
.footer_left > p a {
  font-weight: bold;
}
.footer_right {
  float: left;
  display: inline;
  width: 100%;
}
.social_nav {
  text-align: right;
}
.social_nav li {
  display: inline-block;
}
.social_nav li a {
  border: 1px solid #fff;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  height: 30px;
  margin-left: 5px;
  text-align: center;
  width: 35px;
  line-height: 28px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.navbar-default {
  /*
    background-color: #114eb0;
	border-color: #114eb0;
	position:fixed !important; */
}
.spendgo-header {
  background-color: #114eb0;
  border-color: #114eb0;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.navbar {
  border-radius: 0px !important;
}
a,
a label {
  cursor: pointer;
  font-size: 12px;
  letter-spacing: 0px;
}
.label-error {
  color: #cc3b3b;
  text-align: left;
}
.label-positive {
  color: #000000;
}

.dropdown-backdrop {
  position: static;
}

.has-error {
  border: #e99292 1px solid;
}

.form-control {
  border-radius: 0px !important;
  height: 32px;
}

.btn {
  border-radius: 0px !important;
  /* padding: 0px !important; */
}

/*
.btnCls {
  border-radius: 0px !important;
  padding: 6px 12px !important;
}
*/
button {
  letter-spacing: 1px;
}
.sign-in-form {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  border-radius: 15px;
}
.remove-padding-toggle {
  padding-left: 0 !important;
}
@media (min-width: 768px) {
  .sign-border {
    border: 1px solid #ccc;
  }
  .bg-large {
    background-color: #f7f7f7;
  }
  .navbar-collapse.collapse {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .navbar-nav > li {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .sign-border {
    border: none;
    background: #ffffff;
  }
  .bg-large {
    background-color: #ffffff;
  }
}

/*
b,
strong {
  font-weight: 500;
} 
*/

#client_logos {
  display: inline-block;
  width: 100%;
}

label {
  font-weight: 600 !important;
  font-size: 14px;
  /*height:15px;*/
}

a:hover,
a:focus {
  color: #1079d5;
}

#navlist li {
  list-style-type: none;
  float: left;
  list-style-type: none;
  float: left;
}
/*
.thumbnail {
  width: 20%;
} 

*/
.storefront_header {
  background: url("/spendgo/img/storefront_header.jpeg") no-repeat center top
    scroll !important;
  min-height: 300px;
  -webkit-box-shadow: inset 0 35px 35px -20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: inset 0 35px 35px -20px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 45px 45px -20px rgba(0, 0, 0, 0.8);
  font: bold 18px/1.2em sans-serif;
  /*margin: 15px auto; */
  /*padding: 1px 15px 25px 15px;*/
  padding: 0px 0px 0px 0px;
  text-align: center;
  width: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
}
footer {
  background-color: #333;
  -webkit-font-smoothing: antialiased;
}

.sqs-svg-icon--wrapper {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-decoration: none;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.dropdown-menu {
  border-radius: 0px;
}

.social-icons-footer {
  margin-top: 25px;
}
.social-icons-footer i {
  font-size: 22px;
}

#images_hz {
  width: 960px;
  height: auto;
  overflow: hidden;
}
#images_hz img {
  display: inline;
  margin: 0 10px;
}
#tooltipSpan {
  display: none;
}
.me {
  float: left;
  margin: 5px 12px 5px 20px;
  position: absolute;
  top: -57px;
  /* right: 0px; */
  z-index: 999;
  /* width: 53%; */
}
.bubble {
  background-color: #ffffff;
  border-radius: 1px;
  box-shadow: 3px 3px 6px #b2b2b2;
  display: inline-block;
  padding: 10px 14px;
  position: relative;
  vertical-align: top;
  border: 1px solid #d7d7d7;
}
.popover-content {
  min-width: 250px;
}
.fa-q {
  color: #6b6b6b;
}
.bt-xt {
  color: #0052ae;
  font-weight: bold;
}
small {
  color: #898989;
  font-weight: bold;
}

#search {
  float: right;
  margin-top: 9px;
  width: 250px;
}

.search {
  padding: 5px 0;

  height: 30px;
  position: relative;
  left: 10px;

  line-height: 22px;
}

.search input {
  /*position: absolute;
        width: 0px;
        float: Left;
        margin-left: 210px;
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        -o-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
        height: 30px;
        line-height: 18px;
        padding: 0 2px 0 2px;
        border-radius:1px;*/
}

.search .btn {
  height: 44px;
  position: absolute;
  right: 0;
  top: 5px;
  border-radius: 1px;
}

.small {
  color: #898989;
  font-weight: bold;
  font-size: small;
}

.small-black {
  color: #000000;
  font-weight: bold;
  font-size: 16px;
}

.small-black-color {
  color: #000000;
  font-size: 16px;
}

.text-info-links {
  margin-top: -10px !important;
}
.text-info-links a {
  color: #4a90e2;
  font-size: 16px;
}
.img-with-text {
  text-align: justify;
  padding: 25px;
}

.img-with-text img {
  display: block;
  margin: 0 auto;
}
.modal-header {
  border-bottom: none;
  padding-bottom: 0px !important;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 2px solid #ddd;
}

.nav-pills > li + li {
  margin-left: 0px;
}

.input-sm,
.form-group-sm .form-control {
  height: 44px;
}

.last {
  border-bottom: none !important;
}

.vert-offset-top-6 {
  margin-top: 3em;
}
.sign-border {
  border: 1px solid #dfdfdf;
}

.progress {
  background-color: #ccc !important;
}

.tooltip-arrow {
  border-top-color: #ddd !important;
}

.tooltip-inner {
  color: #000 !important;
  background-color: #fff !important;
  border: 1px solid #ddd !important;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #9b9b9b;
}
::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #9b9b9b;
}
:-ms-input-placeholder {
  /* IE 10+ */
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #9b9b9b;
}
:-moz-placeholder {
  /* Firefox 18- */
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #9b9b9b;
}

.radioLabel {
  font-family: "Montserrat", sans-serif !important;
  font-size: 13px;
  font-weight: 600 !important;
  color: #572700;
}

.prettycheckbox {
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 25px;
}

.rtl {
  direction: rtl;
}
.fix .md-label {
  margin-right: 10px;
}

.md-radio-group {
  border: none !important;
}
.onoffswitch {
  position: relative;
  width: 40px;
  top: 7px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 21px;
}
.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 8px;
  padding: 0;
  line-height: 10px;
  font-size: 12px;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: "";
  padding-left: 10px;
  background-color: #7bc4fe;
  color: #ffffff;
}
.onoffswitch-inner:after {
  content: "";
  padding-right: 10px;
  background-color: #9b9b9b;
  color: #999999;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 18px;
  height: 18px;
  margin: -3px;
  position: absolute;
  top: -2px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  bottom: 0;
  right: 26px;
  border-radius: 21px;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
  top: -2px;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
  top: -2px;
  background: #4a90e2;
}
.onoffswitch-checkbox:unchecked + .onoffswitch-label .onoffswitch-switch {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
}
.EmailTextHeader {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 25px;
}

.preferencesToggle {
  font-size: 18px;
  color: #4a4a4a;
  font-weight: 400;
}

.conditionsApply {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: italic;
  margin-top: 23px;
}

.toggleRow {
  margin-bottom: 23px;
}

.sectionHeader {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  color: #000000;
  font-weight: 600 !important;
  margin-top: 17px;
  margin-bottom: 14px;
}
.mb-sectionHeader {
  width: 100%;
  height: 24px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600 !important;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}

.closeForm {
  float: right;
  margin-top: 10px;
  line-height: 48px;
  font-size: 16px;
  font-weight: 600;
  color: #4a90e2;
}

hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

label.profileFields,
.profileFields {
  font-size: 18px;
  color: #000000;
  font-weight: 600 !important;
}

.profileCancelButton {
  width: 150px;
  height: 50px;
  border-radius: 3px !important;
  border: solid 2px #000000;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #000000;
  margin-bottom: 66px;
  font-family: "Montserrat", sans-serif;
}

.profileSaveButton {
  width: auto; /* 150px */
  height: 50px;
  border-radius: 3px !important;
  border: solid 2px #000000;
  background-color: #000000;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}

.storeFrontNav {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  font-size: 18px !important;

  font-weight: 600;
  height: 60px;
}

.storeFrontNav a {
  font-family: "Montserrat", sans-serif;
  font-size: 18px !important;
}

.switchStatus {
  /* padding-right: 22px; */
  font-size: 14px;
  color: #000000;
  padding-left: 12px;
}

.profileForm {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  margin-top: 35px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.display-hide {
  display: none;
}

.profileForm .input-element {
  width: 100%;
  height: 32px;
  border-radius: 3px !important;
  border: solid 1px #9b9b9b;
  background-color: #ffffff;
  font-size: 14px;
  color: #000000;
  padding-left: 10px;
}
.profileForm .mb-input-element {
  width: 100%;
  height: 32px;
  border-radius: 3px !important;
  border: solid 1px #9b9b9b;
  background-color: #ffffff;
  font-size: 14px;
  color: #000000;
  padding-left: 10px;
  margin-top: 2%;
}
.profileForm .tb-input-element {
  width: 100% !important;
  height: 32px;
  border-radius: 3px !important;
  border: solid 1px #9b9b9b;
  background-color: #ffffff;
  font-size: 14px;
  color: #000000;
  padding-left: 10px;
  margin-top: 2%;
}

.profileForm .dobselect {
  width: 100px;
  height: 32px;
  border-radius: 3px !important;
  border: solid 1px #9b9b9b;
  background-color: #ffffff;
  font-size: 14px;
  color: #000000;
  padding-left: 10px;
}

.profileForm .mb-dobselect {
  width: 90px;
  height: 32px;
  border-radius: 3px !important;
  border: solid 1px #9b9b9b;
  background-color: #ffffff;
  font-size: 14px;
  color: #000000;
  padding-left: 10px;
}
.profileForm .tb-dobselect {
  width: 81px !important;
  height: 32px;
  border-radius: 3px !important;
  border: solid 1px #9b9b9b;
  background-color: #ffffff;
  font-size: 14px;
  color: #000000;
  padding-left: 10px;
}

.profileForm .familydetails {
  width: 100%;
  height: 32px;
  border-radius: 3px !important;
  border: solid 1px #9b9b9b;
  background-color: #ffffff;
  font-size: 14px;
  color: #000000;
  padding-left: 10px;
}

.profileForm .tb-familydetails {
  width: 100% !important;
  height: 32px;
  border-radius: 3px !important;
  border: solid 1px #9b9b9b;
  background-color: #ffffff;
  font-size: 14px;
  color: #000000;
  padding-left: 10px;
}

.horizontalLine {
  margin-left: -15px;
  margin-right: -15px;
  border: 0;
  border-top: 1px solid #c9c7c7;
}

.addBirthDate {
  font-size: 14px;
  font-weight: 600;
  color: #4a90e2;
  margin: 15px auto;
}

.ProfileValues {
  font-size: 18px;
  font-weight: 400 !important;
  color: #4a4a4a;
}

.fieldGaps {
  margin-bottom: 25px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: none !important;
}

.sectionsubHeader {
  font-size: 16px;
  font-weight: 600 !important;
  color: #000000;
}

.activityMessage,
.rewardTitle {
  font-size: 20px;
  font-weight: 600 !important;
  color: #4a4a4a;
}

.subactivityMessage,
rewardDesc {
  font-size: 16px;
  font-weight: 600 !important;
  color: #9b9b9b;
}

.activityPeriod {
  font-size: 16px;
  font-weight: 400 !important;
  color: #4a4a4a;
}

.pointsMessage {
  font-size: 18px;
  font-weight: 600 !important;
  color: #4a4a4a;
}

.rewardPointsText {
  font-size: 16px;
  font-weight: 600 !important;
  color: #4a4a4a;
}
.rewardPointsPadding {
  margin-top: 23px;
  margin-bottom: 16px;
}

.radiobtn {
  width: 100% !important;
}
.female {
  margin-top: 11px;
  margin-left: -20px;
}

.addbtn {
  width: 150px;
  height: 50px;
  float: right !important;
  border-radius: 3px !important;
  border: solid 2px #000000;
  background-color: #000000;
  font-size: 18px;
  font-weight: 600 !important ;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}

.apply-padding {
  padding-left: 20px;
}

.apply-margin {
  margin-top: 6%;
  margin-bottom: 1%;
}

.removeicon {
  margin-left: 11%;
  margin-top: 8%;
  cursor: pointer;
  padding-left: 48px;
}

.dt-removeicon {
  right: -47px;
  margin-top: 6px;
  cursor: pointer;
  position: absolute;
}

.relationdroopdown {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  /* margin-left:2%; */
  line-height: 0.78;
  text-align: left;
}

.mb-relationdroopdown {
  margin-top: 6%;
  margin-bottom: 1%;
}
.profileForm .mb-familydetails {
  width: 219px;
  height: 32px;
  border-radius: 3px !important;
  border: solid 1px #9b9b9b;
  background-color: #ffffff;
  font-size: 14px;
  color: #000000;
  padding-left: 10px;
}
.mb-select-padding {
  padding-right: 12% !important;
}
.mb-input-padding {
  padding-right: 9%;
  margin-top: 2%;
  margin-bottom: 2%;
}

.float-right {
  float: right;
}

.float-left {
  float: left !important;
}

.email-Text-padding {
  padding-left: 5%;
}

.profile-navbar.navbar-default {
  background-color: transparent !important;
  border-color: #ffffff !important;
}

.profile-navbar.navbar {
  margin-bottom: 0px !important;
  border: #ffffff !important;
}

.profile-navbar.navbar-default .navbar-nav > li > a {
  /*color: #4a90e2;*/
  color: #999999;
}

.profile-navbar .navbar-nav > li > a {
  letter-spacing: normal;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 16px !important;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent !important;
  border: none;
}

.md-padding-left {
  padding-left: 10%;
}

.profile-navbar .navbar-toggle {
  float: left;
  margin-left: 8%;
  background-color: transparent;
  border-color: white;
}

.profile-navbar .navbar-toggle .icon-bar {
  background-color: #000000;
}

.bg-transparent:hover,
.bg-transparent:focus {
  background-color: transparent !important;
  border: 1px #ffffff !important;
}

.profile-navbar .navbar-toggle:hover {
  background-color: transparent;
}
.text-left {
  text-align: left;
}

.mb-padding {
  padding: 20px 27px !important;
}

.mb-balance-padding {
  padding: 20px 27px !important;
}
.mb-reward-title {
  font-size: 18px;
}
.mb-remove-padding-profile {
  margin-top: 0 !important;
}
.mb-progress-padding {
  padding: 0 40px 20px 40px !important;
}
.mb-program-details-fontsize {
  font-size: 16px;
}
.mb-section-margin {
  margin-bottom: 13px;
}
.mb-drop-cs {
  padding-top: 8px;
  padding-left: 15%;
  padding-right: 0%;
}
.mb-filter-fontsize {
  font-size: 12px;
}
.mb-offer-earned {
  color: #4a4a4a;
  font-size: 18px !important;
  font-weight: 600 !important;
  font-family: "Montserrat", sans-serif;
}
.mb-points-earned {
  color: #9b9b9b;
  font-size: 12px;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
}
.mb-text-info {
  font-size: 12px !important;
  color: #000000 !important;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
}
.mb-dob-padding {
  padding-left: 12px !important;
}
.tab-menu {
  text-transform: capitalize;
}

.remove-padding {
  padding: 0px;
}

.mb-padding-top {
  padding-top: 7%;
}

.mb-image-bg {
  width: 100%;
  height: 280px;
}
.desktop-image-bg {
  width: 100%;
  height: 280px;
}
.navbar-nav li .active {
  color: #000000;
  outline: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:link,
.navbar-default .navbar-nav > .active > a:visited {
  color: #000000 !important;
  outline: none;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #000000 !important;
  outline: none;
}
.navbar-default .navbar-nav > li > a:visited {
  color: #000000 !important;
  outline: none;
}

@media (max-width: 990px) {
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }

  .navbar-nav {
    float: none !important;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (min-width: 767px) and (max-width: 990px) {
  .addbtn {
    margin-left: 4%;
  }

  .profileForm .tb-family-input-element {
    width: 323px !important;
    margin-top: 5%;
  }

  .profileForm .tb-familydetails {
    width: 323px !important;
    margin-top: 5%;
  }

  .profile-navbar .navbar-toggle {
    margin-left: unset !important;
  }

  .navbar-nav {
    /* float:left !important; */
    text-align: left;
  }

  .addbtn {
    float: left !important;
  }

  .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px !important;
  }

  .mb-month-text-padding {
    margin-right: 0px !important;
  }
}

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
}

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
}

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
}

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
}

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
}

/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
}

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .addbtn {
    width: 300px;
  }
}

/* Portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
}

/* Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
}

/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
}

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
}

.mb-padding-left {
  padding-left: 38px !important;
  padding-top: 15px;
}
/*iphone 11 */

/* 1792x828px at 326ppi */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  /* .mb-padding {
      padding: 20px 27px !important;
    }
   */

  .sectionHeader {
    font-size: 20px;
  }
}

/* iPhone 11 Pro */
/* 2436x1125px at 458ppi */
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  /*.mb-padding {
      padding: 20px 27px !important;
    }
    */
  .sectionHeader {
    font-size: 20px;
  }
}

.nav-width {
  width: 14%;
}

.label-earned {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #4a4a4a;
}
.label-earned-text {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: normal !important;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #9b9b9b;
}

.label-month-text {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: right;
  color: #000000;
  margin-top: 0.77em;
}

.mb-month-text {
  margin-top: 2.5em;
  margin-left: 0.2em;
}

.mb-month-text-padding {
  margin-right: 25px;
}
.your-avl-rwds {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #4a90e2;
}

.dob-alignment-year {
  margin-left: 4px;
}

.activity-alignment {
  padding-left: 6px;
}

.email-helptext {
  padding-left: 0px;
  font-size: 15px;
  font-weight: normal;
  width: 361px;
}

.tb-email-helptext {
  padding-left: 0px;
  font-size: 15px;
  font-weight: normal;
}

.mb-remove-margin {
  margin-left: unset;
  margin-right: unset;
}
.favouritStore {
  /*margin-left: -10px; */
  color: #ddd !important;
  width: 100%;
}

@media only screen and (max-width: 425px) {
  .favouritStore {
    margin-left: 0px;
  }
}

.applybgcolor {
  width: 400px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 30%);
}

/*
    .profileForm img{
    width:100%;
    }
  */

#bind-html {
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: -moz-pre-wrap !important;
  white-space: -webkit-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  white-space: normal;
}

#bind-html img {
  width: 100%;
  height: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: -moz-pre-wrap !important;
  white-space: -webkit-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-break: break-all;
  white-space: normal;
}

.alignment-tranfer-receipt {
  margin-top: 15px;
  padding-left: 3px;
  margin-bottom: 25px;
}
.trasfer-receipt-heading {
  font-weight: 900;
  font-size: 13px;
  color: black;
}

.alignment-subheader {
  padding-left: 7%;
  padding-right: 7%;
}

.transferreceipt-input {
  padding: 10px !important;
}

.transferreceipt-upload-button {
  /*margin-top:40px; */
  margin-bottom: 25px;
}

.transferreceipt-date-field {
  margin-bottom: 0px;
}

.transferreceipt-space-between-fields {
  margin-bottom: 20px;
}

.transferreceipt-last-fields {
  margin-bottom: 30px;
}

.registration-label-alignment {
  text-align: left !important;
  font-size: 12px;
  color: #767676;
}

.registration-already-have-anAccount {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #4a4a4a;
}

.registration-already-have-anAccount-signIn {
  color: #000000;
  text-decoration: underline;
  font-size: 14px;
}

.email-optIn-sms-optIn {
  width: 257px;
  height: 18px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.29;
  text-align: left;
  color: #4a4a4a;
}

.email-optIn-sms-optIn-Stop {
  width: 257px;
  height: 36px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.29;
  text-align: left;
  color: #4a4a4a;
  font-style: italic;
}

.create-Account-button {
  width: 300px;
  height: 50px;
  border-radius: 3px !important;
  box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.5);
  margin-top: 15px;
  font-weight: 600;
  font-size: 16px;
  padding: 0px imp !important;
}

.registration-page-gender {
  height: 32px !important;
}

.signIn-Button {
  width: 300px;
  height: auto;
  white-space: normal;
  border-radius: 3px !important;
  box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.5);
  margin-top: 15px;
  font-weight: 600;
  font-size: 16px;
}

.bootstrap-select.form-control {
  margin-bottom: 0px;
}

.reset-alignment {
  margin-bottom: 30px;
}

.signin-email-optin-alignment {
  padding-top: 10px;
  padding-left: 0px;
}

.signup-bind-html {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.28;
}

.signup-header-alignment {
  margin-top: 30px;
  margin-bottom: 20px;
}

.signup-optin-alignment {
  margin-top: 6px;
  margin-bottom: 20px;
  margin-left: 4px;
  text-align: left;
}

.signup-bind-header-html {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.25;
}
.signup-footer-alignment {
  margin-top: 30px;
  margin-bottom: 30px;
}

.signup-checkbox-alignment {
  padding: 0px;
  margin-top: -10px;
  margin-left: -5px;
}

#email-bind-html {
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: -moz-pre-wrap !important;
  white-space: -webkit-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  white-space: normal;
}
#sms-bind-html {
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: -moz-pre-wrap !important;
  white-space: -webkit-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  white-space: normal;
}

#bind-html-footer {
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: -moz-pre-wrap !important;
  white-space: -webkit-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  white-space: normal;
}
#signIn-bind-html {
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: -moz-pre-wrap !important;
  white-space: -webkit-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;

  white-space: normal;
  text-align: center;
}

.ByClicking-CreateAccount {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #4a4a4a;
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: -moz-pre-wrap !important;
  white-space: -webkit-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  white-space: normal;
}

.ByClicking-alignment {
  margin-top: 30px;
}

.Inputfield_box_model {
  width: 400px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 30%);
}

#sms-bind-html a {
  font-size: 14px;
}

#email-bind-html a {
  font-size: 14px;
}

.registration-hyperlink {
  color: #333;
  text-decoration: underline;
}

.poweredBySpendgo-hyperlink {
  color: #9b9b9b;
  text-decoration: underline;
}

.congrats_Tite {
  height: auto;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #4a4a4a;
  padding-top: 33px;
}
.congrats_subTite {
  height: auto;
  font-family: Muli;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.29;
  text-align: center;
  color: #4a4a4a;
  margin-top: 20px;
}

.button-wrap-text {
  white-space: normal;
}

.localization-menu-item {
  left: 15%;
}

.localization-button {
  background-color: transparent;
  color: black;
  border: transparent;
  font-weight: bold;
  font-size: 12px;
}

.upload-paragraph-text-alignment {
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: -moz-pre-wrap !important;
  white-space: -webkit-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  white-space: normal;
  width: 80%;
}

.mweb-language-dropdown {
  margin-left: 4%;
  margin-bottom: 1%;
}

.logo-alignment {
  width: 300px;
  margin-top: 33px;
}

.my-profile-phone-no {
  background-color: #e7e7e7 !important;
}

.phone_help_text {
  color: #4a90e2;
  font-size: 15px;
}

#about-btn {
  text-transform: none;
}

.add-points-button {
  display: flex;
  align-items: center;
  justify-content: end;
  height: auto;
  margin-left: -10px;
  padding-right: 5px;
}

.bgc-vlgray {
  background-color: #f4f4f4;
}

.para-font-size {
  font-size: 16px;
  padding-left: 5px;
}

.add-points-margin {
  margin-left: -15px;
}

.plr-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.d-none {
  display: none;
}

.para-parent-div {
  display: flex;
  align-items: center;
}

/* Store front detail page inline css cleanup as part of ENGG-3063 */

.f-right {
  float: right;
}

.user-object-first-name {
  background-color: transparent;
  border-color: transparent;
  font-size: 15px;
}

.nav-items-padding {
  padding-left: 0;
  padding-right: 0;
}

.bb1-lgray {
  border-bottom: 1px solid #ddd;
}

.p-5 {
  padding: 5px 0;
}

.p-15 {
  padding: 15px 0;
}

.mt-15 {
  margin-top: 15px;
}

.mtneg-15 {
  margin-top: -15px;
}

.progress-bar-height {
  height: 15px;
  border-radius: 7px;
}

.mlneg-8 {
  margin-left: -8px;
}

.bgcolor-bgray {
  background-color: #eeeeee;
}

.label-store-front-available-padding {
  padding-right: 1%;
  margin-right: 8px;
}

.label-reward-title-row {
  padding: 10px 0;
  border-bottom: inherit;
}

.mb-0 {
  margin-bottom: 0;
}

.pl-3 {
  padding-left: 3px;
}

.reward-quantity-col {
  padding-right: 4%;
  margin-top: -5px;
}

.bb-inherit {
  border-bottom: inherit;
}

.ptb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.t-center {
  text-align: center;
}

.mt10-b80 {
  margin-top: 10px;
  margin-bottom: 80px;
}

.btrl-1 {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.h-auto {
  height: auto;
}

.mtneg-22 {
  margin-top: -22px;
}

.b1-lgray {
  border: 1px solid #ddd;
}

.activity-month-border-col {
  border-bottom: inherit;
  padding-bottom: 10px;
  padding-top: 10px;
}

.mlneg-10 {
  margin-left: -10px;
}

.mb-2 {
  margin-bottom: 2px;
}

.pb-10 {
  padding-bottom: 10px;
}

.mtneg-3 {
  margin-top: -3px;
}

.d-ib {
  display: inline-block;
}

.pt-20 {
  padding-top: 20px;
}

.v-hidden {
  visibility: hidden;
}

.c-white {
  color: #ffffff;
}

.label_store_front_phone_help_text {
  padding-left: 0;
  font-size: 15px;
  font-weight: normal;
}

.c-dgray {
  color: #9b9b9b;
}

.personal-consumer-select {
  font-size: 18px;
  line-height: 0.78;
  text-align: left;
}

.pl-8 {
  padding-left: 8px;
}

.pl-2 {
  padding-left: 2px;
}

.mtb-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.prl-15 {
  padding-right: 15px;
  padding-left: 15px;
}

.b-none {
  border: none !important;
}

.mt-3 {
  margin-top: 3px;
}

.label-gender-radio-button {
  margin: 0px;
  transform: scale(1.5);
}

.pl-7 {
  padding-left: 7px;
}

.mt-5 {
  margin-top: 5px;
}

.w-50 {
  width: 50px;
}

.ml-89 {
  margin-left: 89px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-20 {
  margin-top: 20px;
}

.pl-44 {
  padding-left: 44px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-20 {
  margin-bottom: 20px;
}

.bgc-white {
  background-color: #ffffff;
}

.pb-30 {
  padding-bottom: 30px;
}

.mt-10 {
  margin-top: 10px;
}

.fw-bold {
  font-weight: bold;
}

.enable-add-points-button {
  width: 100%;
  background-color: #000000;
  border-radius: 0px !important;
}

.fs-20 {
  font-size: 20px;
}

.upload-receipt-radio-button {
  margin: 0px;
  transform: scale(1.3);
}

.ml-20 {
  margin-left: 20px;
}

.pr-14 {
  padding-right: 14px;
}

.pt-50 {
  padding-top: 50px;
}

.bs-inset {
  box-shadow: 0px 1px 1px lightgray inset;
}
/* Store front detail page inline css cleanup as part of ENGG-3063 */
