/*
Assan main style file
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Prata");
/*@font-face {
  font-family: 'FontAwesome';
  src: url("../bower_components/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../bower_components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../bower_components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../bower_components/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../bower_components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../bower_components/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }


@font-face {
  font-family: 'themify';
  src: url("../bower_components/themify-icons/fonts/themify.eot");
  src: url("../bower_components/themify-icons/fonts/themify.eot?#iefix") format("embedded-opentype"), url("../bower_components/themify-icons/fonts/themify.woff") format("woff"), url("../bower_components/themify-icons/fonts/themify.ttf") format("truetype"), url("../bower_components/themify-icons/fonts/themify.svg") format("svg");
  font-weight: normal;
  font-style: normal; }*/

@font-face {
  font-family: "gotham book";
  src: url("./fonts/gotham-book.otf");
}

/*
Basic of template
*/
html,
body,
.fullScreen {
  height: 100%;
  font-size: 16px;
  font-family: "gotham book";
}

body {
  font-size: 16px;
  font-weight: 300;
  color: #666;
  line-height: 1.6;
  letter-spacing: 0em;
  overflow-x: hidden;
}

button:focus {
  outline: 0 !important;
}

a,
.simple-hover img,
button,
.btn {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

a {
  color: #68a771;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: 0 !important;
  color: #fff;
}

iframe {
  width: 100%;
  height: 400px;
}

.tritary-font {
  font-family: "gotham book";
  font-weight: 400;
}

.base-font {
  font-family: "gotham book";
  font-weight: 300;
}

.font300 {
  font-weight: 300 !important;
}

.font400 {
  font-weight: 400 !important;
}

.font500 {
  font-weight: 600 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0px;
  color: #222;
  font-weight: 400;
  letter-spacing: 0px;
  font-family: "gotham book";
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
  line-height: 42px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}
h4 small {
  font-size: 12px;
  color: #999;
}

h5 {
  font-size: 13px;
}

h6 {
  font-size: 11px;
}

h5,
h6,
.h5,
.h6 {
  margin-bottom: 20px;
  font-weight: 700;
}

.label {
  display: inline-block;
  padding: 1px 7px;
  border-radius: 2px;
  font-size: 10px;
}

.bg-faded {
  background: #f9f9f9;
}

.badge-primary {
  background: #4897d9 !important;
}

.bg-primary {
  background: #4897d9 !important;
  border-color: #4897d9;
}

.bg-success {
  background: #5cb85c !important;
  border-color: #5cb85c;
}

.bg-warning {
  background: #f0ad4e;
  border-color: #f0ad4e;
}

.bg-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.bg-danger {
  background-color: #c9302c;
  border-color: #c9302c;
}

.bg-dark {
  border-color: #333;
  background-color: #333;
}

.bg-white {
  background: #fff;
}

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

.text-danger {
  color: #c9302c !important;
}

.text-success {
  color: #5cb85c !important;
}

.text-warning {
  color: #f0ad4e !important;
}

.text-info {
  color: #5bc0de !important;
}

.text-white {
  color: white !important;
}

.text-dark {
  color: #222222 !important;
}

.text-white-gray {
  color: rgba(255, 255, 255, 0.8) !important;
}

.border-round {
  border-radius: 6px;
  -webkit-border-radius: 6px;
}

.pos-relative {
  position: relative;
}

.lead {
  font-weight: 300;
}

strong,
b {
  font-weight: 600;
}

.fWidth {
  width: 100% !important;
}

.oHidden {
  overflow: hidden !important;
}

.mr0 {
  margin-right: 0px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

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

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.pleft0 {
  padding-left: 0;
}

.pleft64 {
  padding-left: 64px;
}

.bg-default {
  background-color: #f7f7f7 !important;
}

.bg-gray {
  background-color: #fbfbfb;
}

.border0-hor {
  border-left: 0 !important;
  border-right: 0 !important;
}

.back-to-top {
  position: fixed;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  bottom: 10px;
  left: 10px;
  background: #66a86f;
  color: #fff;
  line-height: 50px;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transform: translate3d(0, 15px, 0);
  -webkit-transform: translate3d(0, 15px, 0);
}
.back-to-top i {
  display: block;
  font-size: 25px;
  line-height: 50px;
  text-align: center;
}
.back-to-top:hover {
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: #fff;
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
}

/**preloader**/
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

@media (min-width: 992px) {
  .table-responsive {
    display: table;
  }
}

.bg1 {
  background: url(../images/bg2.jpg) no-repeat;
}

.col-grid {
  padding: 10px 15px;
  background: #eee;
  border: 1px solid #fff;
}

.list-icon li {
  position: relative;
  padding-left: 23px;
  margin-top: 5px;
  display: block;
  font-family: "gotham book";
}
.list-icon li:before {
  content: "\e64c";
  font-family: "gotham book";
  position: absolute;
  left: 0;
  top: 0;
  color: #4897d9;
}

.call-to-action .container {
  position: relative;
  z-index: 10;
}

.call-to-action:before {
  opacity: 1 !important;
}

/*****

Form controls

******/
.form-control,
input[type="text"],
input[type="email"],
input[type="phone"],
input[type="password"],
textarea {
  min-height: 45px;
  border-radius: 7px;
  border: 1px solid #e0e0e0;
  font-size: 16px;
  margin-bottom: 1rem;
  font-weight: lighter;
  outline: none !important;
}

.white-page-content {
  position: relative;
}
.white-page-content:after {
  background: #f1f1f1;
  background: -moz-linear-gradient(top, #f1f1f1 0%, white 80%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f1f1f1),
    color-stop(80%, white)
  );
  background: -webkit-linear-gradient(top, #f1f1f1 0%, white 80%);
  background: -o-linear-gradient(top, #f1f1f1 0%, white 80%);
  background: -ms-linear-gradient(top, #f1f1f1 0%, white 80%);
  background: linear-gradient(to bottom, #f1f1f1 0%, white 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=0 );
  content: "";
  left: 0;
  height: 110px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.breadcrumb {
  background-color: transparent;
  padding-left: 0px;
  padding-bottom: 0px;
}
.breadcrumb .breadcrumb-item {
  font-size: 12px;
}

.page-linear {
  background-image: url("../images/page-bg.png");
  background-repeat: no-repeat;
  background-position: center left;
}

.img-center {
  display: block;
  margin: 0 auto;
}

/*
Preloader style
*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999;
}

#preloader-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 5px;
  width: 5em;
  height: 5em;
  margin: -25px 0 0 -25px;
  text-indent: -9999em;
  border-top: 0.5em solid #4897d9;
  border-right: 0.5em solid rgba(245, 245, 245, 0.5);
  border-bottom: 0.5em solid rgba(245, 245, 245, 0.5);
  border-left: 0.5em solid rgba(245, 245, 245, 0.5);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

#preloader-inner,
#preloader-inner:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*
Buttons
*/
.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  font-size: 0.8rem;
}

.btn {
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 2px;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 0rem;
  font-size: 0.9rem;
  font-family: "gotham book";
  padding: 13px 22px 13px !important;
  text-transform: uppercase;
}
.btn i {
  display: inline-block;
  margin-right: 8px;
}
.btn.btn-rounded {
  border-radius: 100px;
}
.btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  z-index: -1;
  transition: all 0.3s;
}
.btn:hover,
.btn:focus {
  box-shadow: none;
  outline: 0 !important;
}
.btn:hover:before,
.btn:focus:before {
  transition: all 0.3s;
  z-index: -1;
}
.btn.btn-link {
  border: 0px;
  padding: 0px !important;
}
.btn.btn-sm {
  padding: 9px 15px 9px !important;
  font-size: 0.7rem;
  font-weight: 500;
}
.btn.btn-lg {
  padding: 16px 35px 16px !important;
  font-size: 0.95rem;
}
.btn.btn-link {
  color: #4897d9;
  text-transform: capitalize;
}
.btn.btn-link:after {
  font-family: "FontAwesome";
  content: "\f101";
  margin-left: 5px;
  font-size: 12px;
}
.btn.btn-link:hover {
  text-decoration: none;
  color: #999;
}

.btn-white {
  background-color: #fff;
  color: #333;
}

.btn-white-outline {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
}
.btn-white-outline:hover,
.btn-white-outline:focus {
  color: #333;
  border-color: #fff;
}
.btn-white-outline:hover:before,
.btn-white-outline:focus:before {
  width: 100%;
  background-color: #fff;
}

.btn-outline-primary {
  border: 2px solid #64a96d;
  background-color: transparent;
  color: #64a96d;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
  color: #fff;
  border-color: #64a96d;
  background-color: transparent;
}
.btn-outline-primary:hover:before,
.btn-outline-primary:focus:before,
.btn-outline-primary:active:before {
  width: 100%;
  background-color: #64a96d;
}

.btn-outline-info {
  border: 2px solid #5bc0de;
  background-color: transparent;
  color: #5bc0de;
}
.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active {
  color: #fff;
  border-color: #5bc0de;
  background-color: transparent;
}
.btn-outline-info:hover:before,
.btn-outline-info:focus:before,
.btn-outline-info:active:before {
  width: 100%;
  background-color: #5bc0de;
}

.btn-outline-info {
  border: 2px solid #5bc0de;
  background-color: transparent;
  color: #5bc0de;
}
.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active {
  color: #fff;
  border-color: #5bc0de;
  background-color: transparent;
}
.btn-outline-info:hover:before,
.btn-outline-info:focus:before,
.btn-outline-info:active:before {
  width: 100%;
  background-color: #5bc0de;
}

@media screen and (min-width: 600px) {
  .promo-btn-outline-success {
    margin-bottom: 1rem;
  }
}
.promo-btn-outline-success {
  /*border: 2px solid #5cb85c;*/
  background-color: transparent;
  margin-bottom: 0;
  color: #5cb85c;
}
#promo_code_desc {
  color: #5cb85c;
}
.btn-outline-success {
  border: 2px solid #5cb85c;
  background-color: transparent;
  color: #5cb85c;
}
.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active {
  color: #fff;
  border-color: #5cb85c;
  background-color: transparent;
}
.btn-outline-success:hover:before,
.btn-outline-success:focus:before,
.btn-outline-success:active:before {
  width: 100%;
  background-color: #5cb85c;
}

.btn-outline-danger {
  border: 2px solid #c9302c;
  background-color: transparent;
  color: #c9302c;
}
.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active {
  color: #fff;
  border-color: #c9302c;
  background-color: transparent;
}
.btn-outline-danger:hover:before,
.btn-outline-danger:focus:before,
.btn-outline-danger:active:before {
  width: 100%;
  background-color: #c9302c;
}

.btn-outline-warning {
  border: 2px solid #f0ad4e;
  background-color: transparent;
  color: #f0ad4e;
}
.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active {
  color: #fff;
  border-color: #f0ad4e;
  background-color: transparent;
}
.btn-outline-warning:hover:before,
.btn-outline-warning:focus:before,
.btn-outline-warning:active:before {
  width: 100%;
  background-color: #f0ad4e;
}

.btn-outline-secondary {
  border: 2px solid #ccc;
  background-color: transparent;
  color: #ccc;
}
.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active {
  color: #fff;
  border-color: #ccc;
  background-color: transparent;
}
.btn-outline-secondary:hover:before,
.btn-outline-secondary:focus:before,
.btn-outline-secondary:active:before {
  width: 100%;
  background-color: #ccc;
}

/**fill buttons**/
.btn-primary,
.btn-success,
.btn-warning,
.btn-danger,
.btn-info,
.btn-secondary {
  box-shadow: 0 0.05em 0.1em rgba(0, 0, 0, 0.18);
  border: 0px;
}
.btn-primary:hover,
.btn-success:hover,
.btn-warning:hover,
.btn-danger:hover,
.btn-info:hover,
.btn-secondary:hover {
  border: 0px;
  box-shadow: 0 0.05em 1em rgba(0, 0, 0, 0.18);
}

.btn-secondary {
  background: #f5f5f5;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  border: 0px;
  color: #333;
  box-shadow: none;
}

.btn-primary {
  background: #68a771;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #68a771;
  color: #fff;
}

.btn-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
}
.btn-circle i {
  display: block;
  line-height: 80px;
  margin: 0 auto;
  font-size: 35px;
}
.btn-circle .btn-primary i,
.btn-circle .btn-success i,
.btn-circle .btn-warning i,
.btn-circle .btn-danger i,
.btn-circle .btn-info i {
  color: #fff;
}

.icon-sm-rounded {
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: inline-block !important;
  text-align: center;
  border-radius: 50%;
  background: #4897d9;
  color: #fff;
}

/****************

SOCIAL BUTTONS

**********************/
/**social icons default size**/
.social-icon {
  margin: 0 5px 5px 0;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px !important;
  color: #555;
  text-shadow: none;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  float: left;
  text-align: center;
  border: 1px solid #aaa;
}

.social-icon:hover {
  border-color: transparent;
}

.social-icon i {
  display: block;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 40px;
  position: relative;
}

.social-icon i:last-child {
  color: #fff !important;
}

.social-icon:hover i:first-child {
  margin-top: -40px;
}

/***social icons lg (big)***/
.social-icon-lg {
  margin: 0 5px 5px 0;
  width: 60px;
  height: 60px;
  font-size: 30px;
  line-height: 60px !important;
  color: #555;
  text-shadow: none;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  float: left;
  text-align: center;
  border: 1px solid #aaa;
}

.social-icon-lg:hover {
  border-color: transparent;
}

.social-icon-lg i {
  display: block;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 60px;
  position: relative;
}

.social-icon-lg i:last-child {
  color: #fff !important;
}

.social-icon-lg:hover i:first-child {
  margin-top: -60px;
}

/***social icons small***/
.social-icon-sm {
  margin: 0 5px 5px 0;
  width: 30px;
  height: 30px;
  font-size: 18px;
  line-height: 30px !important;
  color: #555;
  text-shadow: none;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  float: left;
  text-align: center;
  border: 1px solid #aaa;
}

.social-icon-sm:hover {
  border-color: transparent;
}

.social-icon-sm i {
  display: block;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 30px;
  position: relative;
}

.social-icon-sm i:last-child {
  color: #fff !important;
}

.social-icon-sm:hover i:first-child {
  margin-top: -30px;
}

si-border {
  border: 1px solid #aaa !important;
}

.si-border-round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.si-dark-round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.si-gray-round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.si-gray {
  background: #f3f3f3;
  border: 0px;
}

.si-dark {
  background-color: #333;
  border: 0px !important;
  color: #fff !important;
}

/**icons hover colored**/
.si-colored-facebook,
.si-facebook:hover {
  background-color: #3b5998 !important;
}

.si-colored-twitter,
.si-twitter:hover {
  background-color: #00acee !important;
}

.si-colored-google-plus,
.si-g-plus:hover {
  background-color: #dd4b39 !important;
}

.si-colored-skype,
.si-skype:hover {
  background-color: #00aff0 !important;
}

.si-linkedin:hover,
.si-colored-linkedin {
  background-color: #0e76a8 !important;
}

.si-pin:hover,
.si-colored-pinterest {
  background-color: #c8232c !important;
}

.si-rss:hover,
.si-colored-rss {
  background-color: #ee802f !important;
}

.si-pinterest:hover,
.si-colored-pinterest {
  background-color: #c8232c !important;
}

.si-tumblr:hover,
.si-colored-tumblr {
  background-color: #34526f !important;
}

.si-vimeo:hover,
.si-colored-vimeo {
  background-color: #86c9ef !important;
}

.si-digg:hover,
.si-colored-digg {
  background-color: #191919 !important;
}

.si-instagram:hover,
.si-colored-instagram {
  background-color: #3f729b !important;
}

.si-flickr:hover,
.si-colored-flickr {
  background-color: #ff0084 !important;
}

.si-paypal:hover,
.si-colored-paypal {
  background-color: #00588b !important;
}

.si-yahoo:hover,
.si-colored-yahoo {
  background-color: #720e9e !important;
}

.si-android:hover,
.si-colored-andriod {
  background-color: #a4c639 !important;
}

.si-appstore:hover,
.si-colored-apple {
  background-color: #000 !important;
}

.si-dropbox:hover {
  background-color: #3d9ae8 !important;
}

.si-dribbble:hover,
.si-colored-dribbble {
  background-color: #ea4c89 !important;
}

.si-soundcloud:hover,
.si-colored-soundcoloud {
  background-color: #f70 !important;
}

.si-xing:hover,
.si-colored-xing {
  background-color: #126567 !important;
}

.si-phone:hover,
.si-colored-phone {
  background-color: #444 !important;
}

.si-behance:hover,
.si-colored-behance {
  background-color: #053eff !important;
}

.si-github:hover,
.si-colored-github {
  background-color: #171515 !important;
}

.si-stumbleupon:hover,
.si-colored-stumbleupon {
  background-color: #f74425 !important;
}

.si-email:hover,
.si-colored-email {
  background-color: #6567a5 !important;
}

.si-wordpress:hover,
.si-colored-wordpress {
  background-color: #1e8cbe !important;
}

/*
Assan real estate Header Style
*/
#navbarNavDropdown {
  box-shadow: none !important;
}
.navbar .container {
  position: relative;
}

.navbar-light.bg-faded {
  background: #fff;
  border-bottom: 0px;
}

.navbar-light .navbar-nav .nav-link,
.navbar-right-elements a {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-nav > li {
  padding-right: 6px;
}

.navbar {
  margin-bottom: 0;
}

@media (min-width: 1300px) {
  .navbar-nav > li {
    padding-right: 10px;
  }
}

.navbar-nav > li > .nav-link {
  font-weight: 400;
  text-transform: capitalize;
  font-family: "gotham book", "Open Sans", sans-serif;
}

.navbar-nav > li .navbar-light .navbar-nav .nav-link:focus,
.navbar-nav > li .navbar-light .navbar-nav .nav-link:hover {
  color: #4897d9;
}

.navbar-nav > li.dropdown-full-width {
  position: static;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .open > .nav-link {
  color: #4897d9;
}

.navbar-toggler-right {
  position: absolute;
  right: 2rem;
  top: 0;
}

.navbar-toggler {
  border: 0px !important;
}

.navbar-dark .navbar-right-elements .list-inline > li > a {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-right-elements .list-inline > li > a:hover {
  color: rgba(255, 255, 255, 0.75);
}

/**header transparent and semi transparent**/
@media (min-width: 1234px) {
  .navbar.navbar-expand-lg {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navbar-transparent.navbar .navbar-brand {
    position: relative;
    top: -5px;
  }
  li.nav-item.nav-button {
    position: relative;
    top: -3px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }
  .navbar-nav {
    margin-right: -15px;
  }
  .navbar-nav {
    margin-right: 30px;
  }
  .navbar.navbar-transparent {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 54px;
    z-index: 99;
  }
  .navbar.navbar-transparent.navbar-light.bg-faded {
    background: transparent;
    border: 0px;
  }
  .navbar.navbar-transparent.navbar-light.bg-faded .nav-link {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar.navbar-transparent.navbar-light.bg-faded .nav-link:hover {
    color: white;
  }
  .navbar.navbar-transparent.navbar-light.bg-faded .active .nav-link,
  .navbar.navbar-transparent.navbar-light.bg-faded .show .nav-link {
    color: white;
  }
  .navbar.navbar-transparent.navbar-light.bg-faded.navbar-semi-transparent {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .navbar.navbar-transparent.navbar-dark.bg-dark {
    background: transparent !important;
    border: 0px;
  }
  .navbar.navbar-transparent.navbar-dark.bg-dark .nav-link,
  .navbar.navbar-transparent.navbar-dark.bg-dark
    .navbar-right-elements
    .list-inline
    > li
    > a {
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.navbar-transparent.navbar-dark.bg-dark .nav-link:hover,
  .navbar.navbar-transparent.navbar-dark.bg-dark
    .navbar-right-elements
    .list-inline
    > li
    > a:hover {
    color: #4897d9;
  }
  .navbar.navbar-transparent.navbar-dark.bg-dark .nav-item.active .nav-link {
    color: #4897d9 !important;
  }
  .navbar.navbar-transparent .search-inline .form-control {
    padding-left: 0px;
  }
  .navbar.navbar-transparent .navbar-right-elements .list-inline > li > a {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar.navbar-transparent
    .navbar-right-elements
    .list-inline
    > li
    > a:hover {
    color: white;
  }
  .navbar.navbar-transparent.nav-sticky.nav-stick-top .active .nav-link,
  .navbar.navbar-transparent.nav-sticky.nav-stick-top .show .nav-link {
    color: #4897d9 !important;
  }
  .navbar.navbar-transparent.nav-landing {
    top: 0px;
  }
  .navbar.navbar-transparent.nav-landing .navbar-nav {
    margin-right: 5px;
  }
  /**header sticky**/
  .navbar.navbar-transparent.nav-sticky .navbar-brand .logo {
    position: absolute;
    top: -10px;
  }
  .navbar.navbar-transparent.nav-sticky .navbar-brand .logo.logo-dark {
    opacity: 0;
  }
  .navbar.navbar-transparent.nav-sticky.nav-stick-top {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .navbar.navbar-transparent.nav-sticky.nav-stick-top.navbar-light.bg-faded {
    background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    animation: fadeInDown 0.3s ease-out forwards;
  }
  .navbar.navbar-transparent.nav-sticky.nav-stick-top.navbar-light.bg-faded
    .navbar-brand
    .logo.logo-dark {
    opacity: 1;
  }
  .navbar.navbar-transparent.nav-sticky.nav-stick-top.navbar-light.bg-faded
    .navbar-brand
    .logo.logo-light {
    opacity: 0;
  }
  .navbar.navbar-transparent.nav-sticky.nav-stick-top.navbar-light.bg-faded
    .nav-item
    .nav-link,
  .navbar.navbar-transparent.nav-sticky.nav-stick-top.navbar-light.bg-faded
    .navbar-right-elements
    .list-inline
    > li
    > a {
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.navbar-transparent.nav-sticky.nav-stick-top.navbar-dark.bg-dark {
    background-color: #292b2c !important;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    animation: fadeInDown 0.3s ease-out forwards;
  }
  .navbar.navbar-transparent.nav-sticky.nav-stick-top.navbar-dark.bg-dark
    .nav-item
    .nav-link,
  .navbar.navbar-transparent.nav-sticky.nav-stick-top.navbar-dark.bg-dark
    .navbar-right-elements
    .list-inline
    > li
    > a {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar.navbar-transparent.nav-sticky.nav-stick-top.navbar-dark.bg-dark
    .navbar-brand
    .logo.logo-dark {
    opacity: 1;
  }
  .navbar.navbar-transparent.nav-sticky.nav-stick-top.navbar-dark.bg-dark
    .navbar-brand
    .logo.logo-light {
    opacity: 0;
  }
  .navbar.navbar-transparent.nav-sticky.nav-stick-top.navbar-dark.bg-dark
    .nav-item.active
    .nav-link {
    color: #4897d9 !important;
  }
  .navbar.navbar-transparent.nav-sticky.nav-stick-top .active .nav-link,
  .navbar.navbar-transparent.nav-sticky.nav-stick-top .show .nav-link {
    color: #4897d9;
  }
  /**navbar light transparent**/
  .navbar-light.navbar-transparent-light {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: transparent;
  }
  /**top bar**/
  .top-bar.topBar-transparent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: transparent;
  }
  .navbar-standard .dropdown-menu.dropdown-mega-fw {
    margin-top: 8px;
  }
  .navbar-standard .navbar-right-elements {
    top: 25px;
  }
  .navbar.navbar-transparent.nav-sticky.nav-landing .nav-link.btn.btn-primary {
    position: relative;
    top: 12px;
  }
}

.navbar.navbar-transparent.nav-sticky.nav-landing .nav-link.btn.btn-primary {
  color: #fff !important;
}

@media (max-width: 1180px) {
  .navbar-expand-lg > .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 576px) {
  .container {
    width: 100%;
  }
}

.navbar-right-elements {
  float: none !important;
  position: absolute;
  top: 25px;
  right: 15px;
}
.navbar-right-elements .list-inline {
  margin-bottom: 0px;
}
.navbar-right-elements .list-inline > li > a {
  padding: 0.3rem 0.3rem;
  display: block;
  position: relative;
  top: -3px;
}
.navbar-right-elements .list-inline > li > a i {
  display: block;
}

.search-inline {
  width: 100%;
  left: 0;
  padding-left: 15px;
  padding-right: 15px;
  top: 0;
  height: 59px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  z-index: 9;
}
.search-inline.search-visible {
  opacity: 1;
  visibility: visible;
  animation: fadeInDown 0.3s ease-out forwards;
}
.search-inline button[type="submit"] {
  position: absolute;
  right: 52px;
  top: 0;
  background-color: transparent;
  border: 0px;
  top: 0;
  right: 80px;
  padding: 0px;
  cursor: pointer;
  width: 80px;
  height: 100%;
  background: #f5f5f5;
  color: #333;
}
.search-inline .form-control {
  border: 0px;
  padding-left: 0;
  font-size: 2rem;
  position: relative;
  left: 1%;
  top: 0;
  height: 59px;
  width: 99%;
  font-family: "gotham book", "Open Sans", sans-serif;
  font-weight: 700;
}
.search-inline .search-close {
  position: absolute;
  top: 0;
  right: 0;
  color: #999;
  width: 80px;
  height: 59px;
  text-align: center;
  display: block;
  line-height: 59px;
}
.search-inline .search-close i {
  display: inline-block;
}

.navbar-brand {
  position: relative;
}

/**top bar**/
.top-bar {
  color: #fff;
  font-size: 15px;
}

.top-bar.topBar-transparent {
  padding: 10px 0;
}
.top-bar.topBar-transparent span {
  color: #fff;
}

.top-bar span i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.top-bar .social-icon-sm {
  margin-bottom: 0 !important;
}

/*****************************
Advanced search
*****************************/
.pushy {
  width: 290px;
  background-color: #fff;
}
.pushy.pushy-right {
  -webkit-transform: translate3d(300px, 0, 0);
  -ms-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.advanced-search {
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
.advanced-search h4 {
  font-weight: 500;
  margin-bottom: 0px;
}
.advanced-search .form-control {
  font-size: 13px;
  background-color: #fbfbfb;
}

/*
Dropdown menu styles
*/
.dropdown-menu {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  min-width: 12rem;
  border: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
}
.dropdown-menu.lang-dropdown {
  width: 100px;
  min-width: 100px;
}
.dropdown-menu.lang-dropdown > li > a {
  line-height: 18px !important;
}

.dropdown-menu .dropdown-item,
.mega-inner-nav li a {
  font-weight: 400;
  font-size: 15px;
  text-transform: capitalize;
  color: #a1b1bc;
  font-family: "gotham book";
}

/**mulit level dropdown**/
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  margin-left: -1px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #f7f7f7;
  margin-top: 8px;
  margin-right: -5px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #ccc;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}

@media (min-width: 992px) {
  .dropdown-menu {
    padding: 0px;
    margin-top: 0px;
    /*border-top: 2px solid #eee;*/
  }
  .dropdown-menu.dropdown-mega-fw {
    position: absolute;
    width: 100%;
    padding: 0px 20px;
    padding-bottom: 0px;
    top: 100%;
  }
  .mega-menu-content {
    padding: 30px 0;
    padding-bottom: 20px;
  }
  .dropdown-menu,
  .dropdown-submenu .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -moz-transform: translateY(8px);
    -o-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .show > .dropdown-menu,
  .dropdown-submenu:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    z-index: 1000;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}

.mega-title {
  font-weight: 400;
  font-size: 13px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.mega-inner-nav li {
  vertical-align: middle;
}

.dropdown .dropdown-menu .dropdown-item,
.mega-inner-nav > li > a {
  padding: 7px 20px;
  text-transform: capitalize;
  border-bottom: 1px solid #f5f5f8;
}
.dropdown .dropdown-menu .dropdown-item:hover,
.mega-inner-nav > li > a:hover {
  background-color: #f5f5f8;
  color: #64a96d;
}
.dropdown .dropdown-menu .dropdown-item:focus,
.mega-inner-nav > li > a:focus {
  background-color: #f5f5f8;
  color: #64a96d;
}

/*
Page title styles
*/
.page-titles-img {
  background: url(../images/texture1.jpg) no-repeat top left;
  background-size: 100%;
  padding-top: 250px;
  padding-bottom: 40px;
  background-attachment: fixed;
}
.page-titles-img h3 {
  margin-top: 5px;
  font-family: "gotham book", "Open Sans", sans-serif;
  font-weight: 400;
  color: #fff;
}

.page-title-gray {
  padding: 50px 0;
  background-color: #fafafa;
}

/*
Template sidebar
*/
.sidebar-title {
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}
.sidebar-title:before {
  content: "";
  width: 60px;
  height: 4px;
  background: #ececec;
  position: absolute;
  bottom: 0;
  left: 0;
}

.categories li {
  vertical-align: middle;
}
.categories li > ul {
  padding-left: 15px;
}
.categories li > ul > li > a {
  font-weight: 300;
}
.categories li a {
  color: #999;
  position: relative;
  display: block;
  padding: 5px 10px;
  border-bottom: 1px solid #eee;
}
.categories li a:before {
  content: "\f0da";
  font-family: "FontAwesome";
  margin-right: 5px;
}
.categories li a:hover {
  color: #444;
  background-color: #f5f5f5;
}

.categories > li.active > a {
  font-weight: 600;
  color: #444;
}

.media-body h5 {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 20px;
  font-weight: 400;
}
.media-body h5 a {
  color: #444;
}
.media-body h5 a:hover {
  color: #4897d9;
}

/*
Revolution slider customization
*/
/**main slider**/
.property-title {
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: -1px;
  font-family: "gotham book", "Open Sans", sans-serif;
}

.property-price {
  font-family: "Prata", serif;
  font-weight: 400;
  color: #fff;
  display: block;
  padding: 10px 0px !important;
  border-bottom: 2px solid #fff;
}

/*
Images overlay hover styles
*/
.listing-thumb,
.thumb-hover-icon,
.agent-hover,
.cbp-caption,
.news-thumb,
.parallax-overlay {
  position: relative;
  overflow: hidden;
  display: block;
}
.listing-thumb:before,
.thumb-hover-icon:before,
.agent-hover:before,
.cbp-caption:before,
.news-thumb:before,
.parallax-overlay:before {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  content: "";
  z-index: 9;
  opacity: 0;
  background: linear-gradient(to bottom, transparent 20%, #000);
  background: -webkit-linear-gradient(to bottom, transparent 20%, #000);
  transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
}
.listing-thumb:hover:before,
.thumb-hover-icon:hover:before,
.agent-hover:hover:before,
.cbp-caption:hover:before,
.news-thumb:hover:before,
.parallax-overlay:hover:before {
  opacity: 0.9;
}
.listing-thumb .container,
.thumb-hover-icon .container,
.agent-hover .container,
.cbp-caption .container,
.news-thumb .container,
.parallax-overlay .container {
  z-index: 10;
  position: relative;
}

.listing-card {
  position: relative;
  overflow: hidden;
}

.listing-thumb {
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.listing-thumb .listing-label {
  position: absolute;
  right: 15px;
  top: 15px;
  padding: 0px 5px;
  border-radius: 5px;
  font-size: 12px;
  z-index: 10;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.listing-thumb .listing-label.rent {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.listing-thumb .listing-label.sale {
  background-color: #4897d9;
  color: #fff;
}
.listing-thumb img {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.listing-thumb span.featured {
  background-color: #c9302c;
  float: left;
  transform: rotate(-45deg);
  left: -67px;
  top: 17px;
  text-align: center;
  width: 200px;
  font-size: 12.5px;
  margin: 0;
  position: absolute;
  color: #fff;
  z-index: 3;
  display: inline-block;
  padding: 6px 10px;
}

.listing-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding-left: 20px;
  padding-bottom: 20px;
}
.listing-content .listing-title,
.listing-content .listing-price {
  color: #fff;
}
.listing-content .listing-title {
  font-weight: 400;
  margin-bottom: 5px;
}

.listing-meta {
  padding-top: 15px;
  margin-bottom: 0px;
}
.listing-meta li {
  position: relative;
}
.listing-meta li:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #eee;
  position: absolute;
  right: 0;
  top: 0;
}
.listing-meta li:first-child {
  padding-right: 10px;
}
.listing-meta li:last-child:before {
  display: none;
}
.listing-meta li + li {
  padding-left: 10px;
  padding-right: 15px;
}
.listing-meta li span {
  font-weight: 500;
  color: #333;
  display: block;
  font-family: "gotham book", "Open Sans", sans-serif;
}

/*
Image boxes styled hover styles
*/
.thumb-hover-icon {
  position: relative;
  display: block;
  width: 75px;
  height: auto;
  border-radius: 5px;
  float: left;
  margin: 3px;
}

.thumb-hover-icon img {
  border-radius: 5px;
}

.thumb-hover-icon span {
  width: 24px;
  height: 24px;
  display: block;
  line-height: 24px;
  text-align: center;
  background: #4897d9;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -12px;
  margin-left: -12px;
  color: #fff;
  border-radius: 50%;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.thumb-hover-icon:hover span {
  transform: scale(1);
  -webkit-transform: scale(1);
}

.simple-hover {
  position: relative;
  display: block;
  overflow: hidden;
}

.simple-hover img {
  transform: scale(1);
  -webkit-transform: scale(1);
}

.simple-hover:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

/**listing-card**/
.listing-card-alt {
  padding: 40px 0 20px;
  border-bottom: 2px solid #ececec;
}
.listing-card-alt .label {
  display: inline-block;
  margin-bottom: 5px;
  padding: 0px 5px;
  font-size: 12px;
  color: #999 !important;
  margin-right: 5px;
}
.listing-card-alt h2 {
  margin-top: 15px;
}
.listing-card-alt ul li {
  position: relative;
  padding-left: 40px;
  font-size: 15px;
  vertical-align: middle;
  margin-top: 15px;
}
.listing-card-alt ul li > i {
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 20px;
  color: #000;
}

/**property-listing-row**/
.rating {
  font-size: 12px;
}
.rating > i {
  color: #ffdc00 !important;
}

.property-listing-row {
  padding: 10px 10px;
  border-radius: 10px;
  border: 1px solid #ececec;
  margin-top: 30px;
}
.property-listing-row .listing-content-alt h3 {
  font-size: 1rem;
  font-weight: 500;
}
.property-listing-row .listing-content-alt h3 a {
  color: #000;
}
.property-listing-row .listing-content-alt h3 a:hover {
  color: #4897d9;
}
.property-listing-row .listing-content-alt h4 {
  font-size: 1rem;
}

.listing-row-inline {
  padding-top: 20px;
}
.listing-row-inline li + li {
  padding-left: 5px;
}
.listing-row-inline li a {
  color: #a1b1bc;
  font-size: 12px;
}
.listing-row-inline li a i {
  margin-right: 5px;
}
.listing-row-inline li a:hover {
  color: #4897d9;
}

.listing-filter .form-control {
  width: 150px;
  min-height: 20px;
  font-size: 12px;
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 5px;
}

.summary li {
  vertical-align: middle;
  line-height: 32px;
  font-weight: 700;
  color: #000;
  padding-bottom: 10px;
  margin-top: 10px;
  border-bottom: 1px dashed #eee;
}
.summary li > i {
  width: 32px;
  height: 32px;
  background-color: #fbfbfb;
  color: #333;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  margin-right: 5px;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.1);
}

.summary .float-right {
  color: #777;
  font-size: 15px;
  font-weight: 400;
}

.img-only {
  border-radius: 5px;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
}

/**half image section**/
@media (min-width: 992px) {
  .half-image-content {
    position: relative;
    overflow: hidden;
  }
  .half-image-content .content-img {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
  }
  .half-image-content .content-img.pos-left {
    left: 0;
  }
  .half-image-content .content-img.pos-right {
    right: 0;
  }
}

/*
Owl Slider
*/
.owl-carousel {
  position: relative;
}
.owl-carousel .owl-nav {
  position: absolute;
  width: auto;
  top: -45px;
  right: -5px;
}
.owl-carousel .owl-nav [class*="owl-"] {
  padding: 1px 5px;
  font-size: 12px;
  background-color: #f5f5f5;
  text-transform: capitalize;
  color: #333;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.owl-carousel .owl-nav [class*="owl-"]:hover {
  background-color: #4897d9;
}

.clients-inner {
  padding: 0px 20px;
  background-color: #fff;
  position: relative;
  bottom: -40px;
}
.clients-inner .item img {
  display: block;
  margin: 0 auto;
}

/*
Reviews
*/
.review-card {
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 6px;
  text-align: center;
}
.review-card h5 {
  margin-bottom: 0px;
}
.review-card ul {
  margin-bottom: 0px;
}

.review-author {
  padding-bottom: 20px;
}
.review-author .img-fluid {
  width: 120px !important;
  border-radius: 50%;
  margin-bottom: 10px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #4897d9;
}

/*
Cube portfolio custom css using in popular places
*/
.cbp-l-grid-mosaic-flat .cbp-caption-activeWrap {
  background-color: transparent;
  opacity: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 10;
}

.cbp-l-grid-mosaic-flat .cbp-l-caption-title {
  font-family: "gotham book", "Open Sans", sans-serif;
  font-weight: 600;
}

/*
Agent cards
*/
.agent-card h4 {
  margin-bottom: 0px;
}

.agent-hover {
  margin-bottom: 22px;
  border-radius: 5px;
}
.agent-hover .img-fluid {
  border-radius: 5px;
}
.agent-hover span {
  position: absolute;
  left: 50%;
  top: 80%;
  margin-top: -11px;
  margin-left: -36px;
  color: #fff;
  text-transform: uppercase;
  z-index: 10;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.agent-hover:hover span {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
}

.contact-list-item.ligh-list li {
  color: #999;
}
.contact-list-item.ligh-list li > i {
  background-color: #4897d9;
  color: #fff;
}

/*
Pagination styles
*/
.page-link {
  border: 0px;
  margin-left: 5px;
  border-radius: 3px;
  background-color: #fbfbfb;
  color: #999;
}

.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #4897d9;
}

/*
News card
*/
.news-card .news-thumb {
  border-radius: 5px;
}
.news-card .news-thumb .news-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px;
  z-index: 10;
}
.news-card .news-thumb .news-overlay h3,
.news-card .news-thumb .news-overlay span {
  color: #fff;
}
.news-card .news-thumb .news-overlay h3 {
  font-size: 1rem;
}
.news-card .news-thumb .news-overlay span {
  opacity: 0.7;
}
.news-card .news-thumb:before {
  opacity: 0.3;
}
.news-card .news-thumb:hover:before {
  opacity: 1;
}

.news-content {
  padding-top: 15px;
}

.post-card {
  border: 1px solid #eee;
}
.post-card .post-meta {
  padding: 20px 15px;
}
.post-card .post-meta span {
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
}
.post-card .post-meta p {
  margin-bottom: 10px;
}
.post-card h3 a {
  color: #000;
  font-size: 20px;
}
.post-card h3 a:hover {
  color: #999;
}

.share-buttons li {
  vertical-align: middle;
}

.post-meta {
  padding-top: 15px;
  margin-bottom: 20px;
}

.post-meta li:not(:last-child) {
  margin-right: 10px;
}

.post-meta li a {
  color: #999;
}

.post-meta li a:hover {
  color: #4897d9;
}

.post-meta li i {
  margin-right: 5px;
}

.post-meta li:after {
  margin-top: -5px;
  content: "/";
  margin-left: 10px;
}

.post-meta li:last-child:after {
  display: none;
}

/*
Static heros
*/
.bg-parallax {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  overflow: hidden;
}

.parallax-overlay:before {
  opacity: 1 !important;
}

.hero-search {
  padding-top: 150px;
  padding-bottom: 100px;
  position: relative;
}

/*
Smart form customization
*/
.smart-forms {
  font-family: "gotham book", "Open Sans", sans-serif;
}

.smart-forms .tagline span {
  font-weight: 500;
  color: #666;
}

.smart-container {
  box-shadow: none;
}

.smart-wrap {
  padding: 0px;
}

.smart-container {
  margin: 0 auto;
}

.smart-forms .form-body {
  padding: 0px;
}

.smart-forms .form-footer {
  overflow: hidden;
  padding: 0px;
  padding-top: 0px;
  background: #fff;
  background-image: none;
}

.smart-forms .refresh-captcha {
  background-color: #5bc0de;
  border-color: #4897d9;
}

.smart-forms .button {
  font-family: "gotham book", "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}

.smart-forms .btn-primary {
  background-color: #68a771;
}
.smart-forms .btn-primary:active {
  background-color: #68a771;
}
.smart-forms .btn-primary:hover,
.smart-forms .btn-primary:focus {
  background-color: #68a771;
}

.smart-forms .input-hint {
  font-family: "gotham book", "Open Sans", sans-serif;
}

.smart-forms input:checked + .checkbox,
.smart-forms input:checked + .radio {
  border: 3px solid #68a771;
}

.smart-forms input:hover + .checkbox,
.smart-forms input:hover + .radio {
  border-color: #68a771;
}

.smart-forms .checkbox:before {
  position: absolute;
  top: 5px;
  left: 4px;
  width: 6px;
  height: 3px;
  border: solid #4897d9;
  -webkit-border-width: 0 0 3px 3px;
  -moz-border-width: 0 0 3px 3px;
  border-width: 0 0 3px 3px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.smart-forms input:checked + .checkbox:before,
.smart-forms input:checked + .radio:before {
  border-color: #4897d9;
}

.smart-forms .rating:hover .rating-star:hover,
.smart-forms .rating:hover .rating-star:hover ~ .rating-star,
.smart-forms .rating-input:checked ~ .rating-star {
  color: #4897d9;
}

.smart-forms label,
.smart-forms input,
.smart-forms button,
.smart-forms select,
.smart-forms textarea {
  font-family: "gotham book", "Open Sans", sans-serif;
}

.smart-forms .switch > input:checked + .switch-label {
  border-color: #4897d9;
  background: #4897d9;
}
.smart-forms .switch > input:checked + .switch-label:focus,
.smart-forms .switch > input:checked + .switch-label :active {
  border-color: #4897d9;
  background: #4897d9;
}

.smart-forms .tagline span {
  color: #4897d9;
}

/*
Hero templates
*/
@media (min-width: 992px) {
  .hero-search {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
}

.searchWrap {
  padding: 20px 15px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
.searchWrap.verticalWrap {
  padding: 40px 20px;
}

.center-title {
  text-align: center;
}
.center-title h3 {
  margin-bottom: 20px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 10px !important;
  padding-bottom: 15px;
  letter-spacing: -2px;
  position: relative;
  font-size: 1.9rem;
}
.center-title h3:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  background-color: #eee;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
}
.center-title.light h3 {
  color: #fff;
  border-color: #fff;
}
.center-title.light p {
  color: rgba(255, 255, 255, 0.8);
}

.left-title {
  margin-bottom: 30px;
  padding-top: 2rem;
  padding-left: 1rem;
  text-transform: capitalize;
  letter-spacing: -2px;
  position: relative;
  font-size: 1.5rem;
  font-weight: 600;
}

/*
Responsive Utilites Style (This css is removed from beta version)
*/
.hidden-xs-up {
  display: none !important;
}

.visible-lg-down {
  display: none;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1180px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}

@media (max-width: 1180px) {
  .visible-lg-down {
    display: block;
  }
}

/*
Footer styles
*/
.footer {
  background: #d3e6cf;
}
.footer.footer-dark h3 {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 18px;
}
.footer.footer-dark hr {
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.footer .social-icons li {
  padding-right: 20px;
}
pa .footer .social-icons li:last-child {
  padding-right: 0;
}
.footer .social-icons li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  text-transform: capitalize;
}
.footer .social-icons li a i {
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  text-align: center;
  padding-right: 10px;
  margin-right: 10px;
}
.footer .social-icons li a:hover {
  color: white;
}

.footer h4 {
  display: inline-block;
  padding-right: 20px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.8rem;
  margin-bottom: 30px;
  font-weight: 400;
  letter-spacing: 0;
}
.footer h4 i {
  margin-right: 8px;
}

/*.footer p, .footer span {
  font-size: 14px; }*/

.footer-list-item li {
  padding-left: 20px;
  padding-bottom: 10px;
  position: relative;
}
.footer-list-item li:last-child {
  padding-bottom: 0px;
}
.footer-list-item li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f105";
  font-family: "FontAwesome";
}
.footer-list-item li a {
  color: rgba(255, 255, 255, 0.8);
}
.footer-list-item li a:hover {
  color: #fff;
}
.footer-list-item li em {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}

.contact-list-item li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.6);
  min-height: 32px;
  padding-top: 5px;
}
.contact-list-item li:last-child {
  padding-bottom: 0px;
}
.contact-list-item li > i {
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
  display: block;
}

.footer-nav li {
  padding-top: 10px;
}
.footer-nav li + li {
  padding-left: 15px;
}
.footer-nav li a {
  color: #fff;
  opacity: 0.7;
  font-size: 13px;
}
.footer-nav li a:hover {
  opacity: 1;
}
.footer ul {
  list-style-type: none;
  padding: 0;
  color: #1a1919;
}

.footer li {
  font-weight: bolder;
}

.footer a {
  color: #1a1919;
}

.footer .container {
  max-width: 1300px;
}

.quick-connect span:nth-of-type(1) {
  color: #70706d;
}

.quick-connect span:nth-of-type(2) {
  color: #1a1919;
}

.quick-connect li {
  padding-bottom: 0.5rem;
  font-weight: bolder;
}

.footer .container {
  padding-bottom: 40px;
}

.footer h3 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 18px;
}

.bottom-footer {
  background-color: #fff;
  text-align: center;
  padding: 1rem 0;
}

.bottom-footer img {
  width: 200px;
}
/********************

Responsive style

**********************/
@media (max-width: 1180px) {
  .hero-search .display-2 {
    font-size: 3rem;
  }
  .hero-search .h1 {
    font-size: 2rem;
  }
  .dropdown-menu {
    box-shadow: none;
  }
  .dropdown-submenu .dropdown-menu {
    display: block;
    padding-left: 15px;
  }
  .navbar-right-elements {
    right: 15px;
    top: 10px;
  }
  .navbar-toggler-right {
    right: 0;
    top: 2px;
  }
  .cbp-l-grid-mosaic-flat .cbp-caption-activeWrap {
    background-color: #4897d9;
    z-index: 10;
    position: relative;
  }
  .mega-menu-content .col-sm-9 {
    display: none;
  }
  .mega-menu-content .col-sm-3 {
    max-width: 100% !important;
  }
  .hidden-md-down {
    display: none;
  }
}

.register-form {
  margin: auto;
}

.checkbox {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.register-link:hover,
.login-link:hover {
  color: #68a771;
  text-decoration: underline;
}

.terms-conditions a {
  color: #666;
}

#success {
  font-size: 2rem;
  text-align: center;
}

.fa,
.fas {
  color: #64a96d;
  font-size: 16px;
  margin-right: 6px;
}

.top-contact-info .contact-info-container .btn-quote {
  display: none;
}
@media (min-width: 1260px) {
  .top-contact-info .contact-info-container {
    margin-right: 25px;
  }
}
@media (min-width: 1400px) {
  .top-contact-info .contact-info-container .btn-quote {
    display: inline;
  }
}
.btn-quote {
  text-transform: uppercase;
  color: #fff;
  background-color: #64a96d;
  padding: 19px 30px;
  font-weight: bolder;
}

.btn-quote:hover {
  color: #fff;
}

@media only screen and (max-width: 1179px) {
  .grid-container {
    display: grid;
  }
  .navbar {
    grid-row-start: 1;
  }
}

.header-container-top {
  display: none;
}

@media only screen and (min-width: 1180px) {
  .header-container-top {
    background-color: #000;
    display: flex;
    justify-content: space-evenly;
    padding-top: 14px;
    padding-bottom: 14px;
    align-items: center;
  }
}

.header-container-bottom {
  background-color: #fff;
  padding: 1rem 2rem;
  display: flex;
  flex-direction: column;
  border-bottom: 2px solid #64a96d;
}

@media only screen and (min-width: 1180px) {
  .header-container-bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    border-bottom: none;
  }
}

.logo-home {
  width: 260px;
}

.client-login {
  position: absolute;
  top: 10px;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 1180px) {
  .client-login {
    position: unset;
  }
}

.fa-bars {
  font-size: 2.8rem;
}

nav.navbar {
  background-color: #000;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    left: 10% !important;
  }
}

@media (min-width: 1180px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    left: auto !important;
  }
}

@media (min-width: 1234px) {
  .navbar.navbar-expand-lg {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (min-width: 1234px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

.navbar-nav {
  padding-top: 2rem;
}

@media only screen and (min-width: 1180px) {
  .navbar-nav {
    padding: 0;
  }
}

.nav-container {
  display: flex;
  padding: 1.3rem 0;
  width: 100%;
}

@media only screen and (min-width: 1180px) {
  .nav-container {
    padding: 0;
  }
}

.nav-container .nav-link {
  color: #fff;
  font-size: 17px;
}

.header-info {
  color: #4d4d4c;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
  line-height: 1.4;
}

@media only screen and (min-width: 1180px) {
  .header-info {
    display: flex;
  }
}

.header-info li {
  padding: 1rem 1rem 1rem 0;
}

@media only screen and (min-width: 1180px) {
  .header-info li {
    padding: 0 1rem;
  }
}

@media only screen and (min-width: 1300px) {
  .header-info li {
    padding: 0 2rem;
  }
}

@media only screen and (min-width: 1180px) {
  .header-info li {
    border-right: 1px solid #e6e6e2;
  }
}

.header-info li:nth-of-type(4) {
  border-right: none;
}

.header-info li span:nth-of-type(1) {
  font-size: 1.2rem;
}

.header-info li span:nth-of-type(2) {
  font-size: 1.1rem;
  font-weight: bolder;
  display: none;
}

@media only screen and (min-width: 1180px) {
  .header-info li span:nth-of-type(2) {
    display: inline-block;
  }
}

.header-info li span:nth-of-type(3) {
  font-size: 1.1rem;
}

.header-info li br {
  display: none;
}

@media only screen and (min-width: 1180px) {
  .header-info li br {
    display: inline-block;
  }
}

.header-info .social-links {
  padding: 0;
}

@media only screen and (min-width: 1180px) {
  .header-info .social-links {
    padding-left: 2rem;
  }
}

.social-links a {
  color: #4d4d4c;
}
.social-links img {
  max-width: 110px;
}
.fab {
  font-size: 20px;
  padding: 1rem 0.5rem;
}

#myVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.video {
  /*margin-top: -20px;*/
  height: 100%;
}

#video-banner {
  display: none;
}

@media (min-width: 800px) {
  #video-banner-container {
    overflow: hidden;
  }
  #video-banner {
    display: block;
  }
}
@media (min-width: 1200px) {
  #video-banner-container {
    height: 600px;
  }
}

.slogan {
  color: #fff;
  font-size: 3rem;
  z-index: 2;
}

.feature-container {
  max-width: 1200px;
  margin: auto;
}

.features {
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
}

.feature {
  padding: 2rem 3rem;
}

@media (min-width: 576px) {
  .feature {
    padding: 2rem 2rem;
  }
}

@media (min-width: 992px) {
  .feature {
    padding: 2rem 1rem;
  }
}

.feature img {
  width: 60px;
}

.feature p {
  border-bottom: 5px solid #64a96d;
  height: 155px;
  font-size: 18px;
}

@media only screen and (min-width: 992px) {
  .feature p {
    height: 185px;
  }
}

.feature-img-container {
  height: 70px;
  margin-bottom: 1rem;
}

.feature h2 {
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 28px;
}

.small-banner {
  background-color: #000;
}

.small-banner h2 {
  color: #fff;
  font-weight: bold;
  padding: 2.5rem;
  text-align: center;
  margin: 0;
  font-size: 32px;
}

.small-banner span {
  color: #64a96d;
}

.banner-image {
  background: url("/images/family.jpg");
  color: #fff;
  height: 550px;
  background-position: top;
  background-size: cover;
  display: flex;
  align-items: center;
}

.banner-image p {
  margin-bottom: 0;
}

.banner-text-container {
  margin-left: 1rem;
  margin-right: 1rem;
  font-weight: bolder;
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 860px) {
  .banner-text-container {
    width: 50%;
    margin-left: 4rem;
  }
}

.banner-text-container p {
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 1rem;
}

@media only screen and (min-width: 700px) {
  .banner-text-container p {
    font-size: 1.1rem;
  }
}

.banner-text-container h3 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.green-line {
  height: 3px;
  background-color: #68a771;
  /*width: 350px;*/
}

.highlights-container {
  max-width: 1300px;
  margin: auto;
  padding: 0 1rem;
}

.highlights-container img {
  width: 70px;
}

.highlights-container h4 {
  font-weight: bold;
  font-size: 1.4rem;
}

.highlights-container p {
  font-weight: bolder;
  font-size: 1rem;
}

.highlights-container .highlights-heading h4 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  margin-top: 3rem;
  color: #343434;
}

.highlights-heading {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  border-bottom: 1px solid #e4e4e3;
}

.highlights-heading h3 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 700px) {
  .highlights-container .highlights-heading h4 {
    font-size: 1.2rem;
  }
  .highlights-heading h3 {
    font-size: 2.7rem;
  }
}

.unit-sizes-container {
  background-color: #d3e6cf;
}

.unit-sizes-container .image-container {
  padding: 6rem 2rem;
}

.unit-sizes-container .text-container {
  padding: 2rem;
}

@media only screen and (min-width: 1180px) {
  .unit-sizes-container {
    display: flex;
  }
  .unit-sizes-container .image-container {
    width: 50%;
  }
  .unit-sizes-container .text-container {
    width: 50%;
    padding: 6rem 2rem 6rem 0;
  }
}

.unit-sizes-container .text-container h2 {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.2;
}

.unit-sizes-container .image-container img {
  max-width: 100%;
}

.navbar-nav .nav-item a.current {
  color: #64a96d;
}
@media (min-width: 1180px) {
  .navbar-nav .nav-item a.current {
    border-bottom: 2px solid #64a96d;
  }
}

#cartBadge {
  width: 30px;
  height: 30px;
  border: white solid 1px;
  border-radius: 50%;
  background-color: #64a96d;
  color: black;
  display: none;
  align-items: center;
  justify-content: center;
}

.features-link,
.features-link:hover {
  color: #666;
  text-decoration: none;
}

.specific-tips-link:hover,
.specific-tips-link:focus {
  color: #68a771;
  text-decoration: underline;
}

.storage-tips h1 {
  padding-left: 2rem;
}

.storage-tips ul li {
  padding-bottom: 0.5rem;
}

table {
  background: #fff;
  margin-bottom: 1.25rem;
  border: solid 1px #ddd;
  margin: auto;
}

td {
  padding: 0.2em 0.5em;
}

th {
  padding: 0.2em 0.5em;
}

.row-title {
  background-color: #64a96d;
  color: #fff;
}

.total {
  background-color: #eee;
  border-top: solid 1px #ddd;
}

.column-title {
  font-weight: bolder;
}

.form-input {
  width: 40px;
  min-height: 40px !important;
  padding: 6px 15px 6px 15px;
  font-size: 14px;
  color: #3e3939;
  line-height: 18px;
  background-color: #fafafa;
  border: 1px solid #c8c8c8;
  margin-bottom: 0 !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
  background-color: #ffffe6;
}

.calculator-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1000px) {
  .calculator-container {
    flex-direction: row;
  }
}

#storage-calculator {
  min-width: 320px;
}

@media (min-width: 765px) {
  #storage-calculator {
    width: 625px;
  }
}

#storage-calculator ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
  position: relative;
  bottom: -1px;
  text-align: left;
  text-indent: 0;
}

#storage-calculator ul li {
  background: #efeeee;
  border: 1px solid #e3e2e2;
  margin-right: 5px;
  margin-bottom: 0;
  width: 100px;
  height: 52px;
  border-radius: 9px 9px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 12px;
  color: #a5a5a5;
  text-align: center;
  line-height: 1.4;
  font-weight: bolder;
}

@media (min-width: 460px) {
  #storage-calculator ul li {
    font-size: 13px;
  }
}

#storage-calculator ul li:hover {
  background: #e3e2e2;
  border: 1px solid #d5d5d5;
}

#storage-calculator ul li:last-child {
  margin-right: 0;
}

#storage-calculator ul li.menu-active {
  background: #f7f7f7;
  border: 1px solid #e3e2e2;
  border-bottom: 1px solid #f7f7f7;
  color: #656369;
}

.ui-tabs-panel {
  width: 100%;
  padding: 20px 20px 40px 20px;
  background: #f7f7f7;
  border: 1px solid #e3e2e2;
  border-radius: 0 0 10px 10px;
}

#tabs-2,
#tabs-3,
#tabs-4,
#tabs-5,
#tabs-6,
#tabs-7,
#tabs-8 {
  display: none;
}

.remove-all a {
  font-size: 13.25px;
  color: #f37321;
}

.remove-all a:hover {
  text-decoration: underline;
}

.item {
  border-bottom: 1px solid #e3e2e2;
  display: inline-block;
  width: 100%;
  display: flex;
  align-items: center;
}

.item input[type="checkbox"] {
  display: none;
}

.item h3 {
  color: #656369;
  font-size: 14px;
  width: 50%;
  height: 60px;
  min-height: 60px;
  padding-right: 10px;
  margin: 0;
  display: flex;
  align-items: center;
}

@media (min-width: 440px) {
  .item h3 {
    width: 60%;
  }
}

@media (min-width: 500px) {
  .item h3 {
    width: 75%;
  }
}

.item label {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: -1px 7px 0 0;
  vertical-align: middle;
  background-image: url("/images/checkbox.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  position: relative;
  top: 0;
}

.item label.checked {
  background-image: url("/images/ticked.png");
}

.item .dimensions {
  font-size: 14px;
  padding-right: 25px;
  color: #8d8b92;
}

.item .qty {
  width: 9%;
  width: 45px;
  font-size: 11px;
  text-align: center;
}

.item .qty input {
  width: 100%;
  max-width: 45px;
  height: 31px;
  line-height: 1;
  font-size: 14px;
  padding: 5px;
  color: #8d8b92;
  border-radius: 3px;
  border: 1px solid #ccc;
  box-shadow: 0 1px 1px #d7d7d7 inset;
}

#suggested-unit {
  width: 300px;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  margin: auto;
}

@media (min-width: 460px) {
  #suggested-unit {
    width: 400px;
  }
}

@media (min-width: 500px) {
  #suggested-unit {
    width: 435px;
  }
}

@media (min-width: 800px) {
  #suggested-unit {
    margin: initial;
  }
}

@media (min-width: 1000px) {
  #suggested-unit {
    padding-left: 40px;
    padding-top: 0;
  }
}

.unit-box h3 {
  font-size: 25px;
  margin-bottom: 4px;
  color: #656369;
}

#suggested-size span {
  font-size: 13px;
  top: -1em;
}

#unit-image {
  /* width: 400px;*/
  height: 350px;
  object-fit: contain;
}

.prog-bar {
  overflow: hidden;
  border-radius: 20px;
  background: #eeeaea;
  /*background: #eeeaea url('/images/bar.png') left top repeat-x;*/
  box-shadow: inset 0 0 14px rgba(200, 200, 200, 0.5);
  width: 100%;
  height: 17px;
  transition: all 0.4s;
}

#prog-filled {
  background: linear-gradient(to bottom, #64a96d 0%, #9cc9a2 100%);
  height: 17px;
  width: 0;
  transition: all 0.4s;
}

.progress-text {
  font-size: 120%;
  text-align: center;
  padding: 1rem 0;
  font-weight: bolder;
}

/*.progress-number {
  position: absolute;
  z-index: 800;
  top: -46px;
  width: 60px;
  min-width: 60px;
  margin-left: -30px;
  text-align: center;
}

.progress-number .percent {
  min-width: 60px;
  background: #656369;
  border-radius: 10px;
  padding: 3px 10px 5px 10px;
  color: #fff;
  font-size: 130%;
  line-height: 1;
  position: relative;
}*/

#quote-btn {
  width: 100%;
  margin: 20px 0;
  text-align: center;
  margin: 0 auto;
}

#quote-btn a {
  display: block;
  background: linear-gradient(to bottom, #fe914b 0, #e6620e 100%);
  border-radius: 10px;
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 12px;
}

.dropdown-menu sup {
  top: -0.8em;
  font-size: 10px;
}

#unit-sizes {
  padding: 10px;
  position: relative;
}

@media (min-width: 330px) {
  #unit-sizes {
    padding: 10px;
  }
}

#unit-sizes p {
  margin-bottom: 1rem;
}

#unit-sizes p > a,
a:hover {
  color: #68a771;
  text-decoration: underline;
}

#units-table {
  border: none;
  margin-left: 0;
  font-size: 8px;
  margin: 20px 0 40px 0;
}

@media (min-width: 440px) {
  #units-table {
    font-size: 10px;
  }
}

@media (min-width: 487px) {
  #units-table {
    font-size: 12px;
  }
}

@media (min-width: 520px) {
  #units-table {
    font-size: 13px;
  }
}

@media (min-width: 560px) {
  #units-table {
    font-size: 14px;
  }
}

.sup {
  top: -0.8em;
  font-size: 10px;
}

.sup-table {
  top: -0.8em;
  font-size: 5px;
}

@media (min-width: 460px) {
  .sup-table {
    font-size: 8px;
  }
}

@media (min-width: 760px) {
  .sup-table {
    font-size: 9px;
  }
}

#units-table tr:nth-of-type(odd) {
  background: #eee;
}

@media (min-width: 330px) {
  #units-table th:first-of-type {
    padding-left: 10px;
  }
}

#units-table th:last-of-type {
  width: 35px;
}

#units-table th {
  vertical-align: top;
  padding: 0;
  width: 120px;
}

@media (min-width: 400px) {
  #units-table th {
    padding: 1rem 1rem 0.5rem 0;
  }
}

#units-table th span {
  font-weight: lighter;
  /*font-size: 12px;*/
}

#units-table td {
  padding-left: 3px;
  padding-bottom: 8px;
  padding-top: 8px;
}

#units-table td:first-of-type {
  padding-left: 10px;
}

#units-table input[type="radio"] {
  cursor: pointer;
}

.btn-container {
  text-align: center;
  margin-top: 2rem;
}

@media (min-width: 1300px) {
  .btn-container {
    position: absolute;
    right: -8%;
    top: -18px;
  }
}

.btn-book {
  width: 175px;
  background-color: #66a86f;
  position: relative;
  margin: 0px 50px 50px;
  z-index: 99;
  color: white;
  font-weight: bolder;
  cursor: pointer;
  padding: 15px;
  border: none;
  border-radius: 5px;
  transform-origin: right;
  text-transform: uppercase;
}

.btn-book:hover {
  color: #000;
  background-color: #7db585;
  text-decoration: none;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);
}

.user-dropdown {
  position: absolute;
  top: -24px;
}

@media (min-width: 1180px) {
  .user-dropdown {
    position: unset;
  }
}

.user-dropdown i {
  font-size: 16px;
  color: #fff;
}

.user-dropdown ul {
  margin: 0;
}

.user-dropdown li {
  padding-right: 0;
  cursor: pointer;
}

.shopping-cart {
  display: flex;
  align-items: center;
}

.shopping-cart i {
  color: #fff;
  font-size: 14px;
}

#client_table {
  padding-left: 0;
}

.btn-cancel {
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 2px;
  cursor: pointer;
  font-weight: 700;
  font-size: 0.9rem;
  font-family: "gotham book", "Open Sans", sans-serif;
  padding: 12px 25px 12px !important;
  text-transform: uppercase;
  background-color: #d9d9d9;
  margin-left: 1rem;
}

.btn-cancel:hover {
  text-decoration: none;
}

.panel-footer {
  display: flex;
}

.postal-address {
  display: none;
}

.btn-cancel-container {
  text-align: right;
  margin-bottom: 1rem;
}

.my-units {
  max-width: 1000px;
}

.products-container {
  padding: 0;
}

.products-heading,
.products-description {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 400px) {
  .products-container {
    padding: 20px;
  }
  .products-heading,
  .products-description {
    padding-left: 24px;
    padding-right: 0;
  }
}

@media (min-width: 450px) {
  .products-container {
    padding: 40px;
  }
}

#product-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 1rem;
  grid-column-gap: 2rem;
  justify-content: center;
}

@media (min-width: 780px) {
  #product-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 1rem;
    grid-column-gap: 2rem;
  }
}

@media (min-width: 1200px) {
  #product-list {
    display: grid;
    grid-template-columns: 315px 315px 315px;
    grid-row-gap: 3rem;
    grid-column-gap: 2rem;
  }
}

.product {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  border: 1px solid #eee;
}

.product-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product img {
  width: 220px;
}

.product-info {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  height: 80px;
  font-size: 15px;
}

.white {
  color: #fff;
}

.quantity-cart {
  display: flex;
}

.quantity-cart input {
  margin-right: 2px;
  max-width: 47px;
  height: 47px;
  padding: 6px;
  color: #8d8b92;
  border-radius: 3px;
  border: 1px solid #ccc;
  box-shadow: 0 1px 1px #d7d7d7 inset;
}

@media (min-width: 330px) {
  .quantity-cart input {
    margin-right: 10px;
  }
}

.btn.btn-primary.add-to-cart,
.btn.btn-primary.add-to-cart:hover {
  color: #fff;
}

#cart-tbl {
  margin: initial;
  margin-top: 2rem;
  border: none;
  font-size: 10px;
}

#order-history-tbl {
  margin: initial;
  margin-top: 2rem;
  border: none;
  font-size: 10px;
}

@media (min-width: 820px) {
  #order-history-tbl {
    width: 740px;
  }
}

@media (min-width: 950px) {
  #order-history-tbl {
    width: 790px;
  }
}

@media (min-width: 992px) {
  #order-history-tbl {
    width: 935px;
  }
}

@media (min-width: 400px) {
  #cart-tbl,
  #order-history-tbl {
    font-size: 12px;
  }
}

@media (min-width: 450px) {
  #cart-tbl,
  #order-history-tbl {
    font-size: 14px;
  }
}

@media (min-width: 1000px) {
  #cart-tbl {
    font-size: 15px;
    width: 935px;
  }
}

@media (min-width: 1100px) {
  #cart-tbl {
    width: 980px;
  }
}

@media (min-width: 1200px) {
  #cart-tbl,
  #order-history-tbl {
    width: 1100px;
  }
}

#cart-tbl .quantity-column {
  width: 10%;
}

.check-out-container {
  padding: 5px;
}

@media (min-width: 450px) {
  .check-out-container {
    padding: 10px;
  }
}

#cart-tbl tr,
#order-history-tbl tr {
  border: 1px solid #eee;
}

#cart-tbl tr:first-of-type {
  height: 40px;
}

#cart-tbl tr:last-of-type {
  height: 40px;
  border: none;
}

@media (min-width: 1100px) {
  #cart-tbl tr:last-of-type {
    height: 65px;
  }
}

#cart-tbl .qty input {
  margin-right: 2px;
  max-width: 60px;
  height: 40px;
  padding: 6px;
  color: #8d8b92;
  border-radius: 3px;
  border: 1px solid #ccc;
  box-shadow: 0 1px 1px #d7d7d7 inset;
}

.cart-item td:nth-of-type(4) {
  width: 300px;
}

.price {
  width: 100px;
  white-space: nowrap;
}

.bold {
  font-weight: bold;
}

.product-remove {
  width: 30px;
  cursor: pointer;
}

.product-remove i {
  color: red;
}

.vat {
  font-weight: normal;
  font-size: 10px;
}

@media (min-width: 450px) {
  .vat {
    font-size: 12px;
  }
}

.purchase-order-container {
  text-align: center;
}

.promo-code-container {
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 775px) {
  .promo-code-container {
    margin-top: 1rem;
    flex-direction: row;
  }
  .promo-code-msg {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1120px) {
  .promo-code-container {
    margin-top: 0;
  }
  .promo-code-msg {
    margin-bottom: unset;
  }
  .validate-btn-container {
    display: flex;
  }
}

.po-container-cart-confirm {
  display: flex;
  justify-content: flex-end;
}

@media (min-width: 500px) {
  .purchase-order-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .promo-code-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media (min-width: 1100px) {
  .purchase-order-container {
    width: 980px;
  }
  .promo-code-container {
    width: 980px;
  }
  .cancel-order-container {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  .purchase-order-container {
    width: 1100px;
  }
  .promo-code-container {
    width: 1100px;
  }
  .cancel-order-container {
    width: 1100px;
  }
}

.purchase-order-container p {
  font-size: 14px;
  text-align: initial;
}

.purchase-order-container input {
  font-size: 12px;
  padding: 5px 10px;
}

.promo-code-container p {
  font-size: 14px;
  text-align: initial;
}

.promo-code-container input {
  font-size: 12px;
  padding: 5px 10px;
}
.cancel-order-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.cancel-order-container p {
  margin-bottom: 0;
  margin-right: 1rem;
}

.cancel-order-container .btn-order {
  margin-top: 1rem;
  font-size: 12px;
}

@media (min-width: 400px) {
  .cancel-order-container .btn-order {
    font-size: 14px;
  }
}

#cancel-order {
  text-align: right;
  padding-top: 18px;
  color: red;
  cursor: pointer;
}

#cancel-order:hover {
  text-decoration: underline;
}

#add-promotion {
  display: none;
  text-align: right;
  padding-top: 18px;
  color: #5db85c;
  cursor: pointer;
}

#add-promotion:hover {
  text-decoration: underline;
}

.btn-order-container {
  text-align: right;
}

#gallery h1 {
  padding: 30px 0 30px 0;
}

#gallery {
  padding: 30px 0 30px;
  background-color: #fafafa;
  margin: auto;
}

@media (min-width: 768px) {
  #gallery {
    width: 80%;
  }
}

#floor-plan {
  overflow: scroll;
}

.floor-plan-form > label {
  border: black solid 2px;
}

input[type="checkbox"] {
  position: absolute;
  opacity: 1;
}
input[type="checkbox"]:checked {
  + label {
    background: #bada55;
  }
}

.green-block {
  background-color: green;
}

.pagination {
  text-align: center;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #7db585;
  font-weight: 700;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > .active > span {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #7db585;
  border-color: #7db585;
}

.pagination > li:hover {
  background-color: #7db585;
  text-decoration: none;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);
}

.blocks {
  display: block;
  height: 150px;
  width: 100%;
  padding: 50px 10px 50px 10px;
  background-image: linear-gradient(to bottom, #64a96d 0%, #3d7545 100%);
  border-radius: 30px;
  color: #efefef;
  cursor: pointer;
  margin-bottom: 30px;
}

.blocks:hover {
  background-color: #efefef;
  color: #7db585;
  border: inset 5px #7db585;
  text-decoration: none;
}

.blocks h2 {
  color: #fff;
}

@media (max-width: 1179px) {
  #floatBox {
    position: fixed;
    bottom: 4%;
    right: 2%;
    /*width: 200px;*/
    display: block;
    background-color: #efefef;
    padding: 10px;
    border: 2px solid #7db585;
    border-radius: 20px;
    z-index: 3;
  }

  #floatBox .btn {
    margin-top: 10px;
  }

  input.addToCrtBtn {
    border-radius: 10px;
    padding: 4px 15px 4px 15px !important;
    margin: 15px 180px 0 0 !important;
    max-height: 50px !important;
    height: 50px !important;
  }

  #selected > h3 {
    font-size: 1rem;
    margin-bottom: 3px;
  }

  #selected > table > tbody > tr > td {
    font-size: 0.9rem;
  }

  #selected > table > tbody > tr > th {
    font-size: 0.9rem;
  }
}

@media (min-width: 1180px) {
  #floatBox {
    position: fixed;
    bottom: 4%;
    right: 2%;
    /*width: 250px;*/
    display: block;
    background-color: #efefef;
    padding: 20px 15px 20px 15px;
    border: 2px solid #7db585;
    border-radius: 20px;
    z-index: 3;
  }

  #floatBox > form > input {
    border-radius: 10px;
  }

  #selected > table {
    background-color: transparent;
    border: none;
  }

  #floatBox > form > input:hover {
    background-color: #efefef;
    color: #7db585;
    border: 2px solid #7db585;
  }

  .modal-header {
    background-color: #7db585;
    color: #efefef;
    justify-content: end;
  }

  .modal-title {
    color: #efefef;
  }
}

#floatBox {
  width: 580px;
  margin-bottom: 1rem;
}

.terms-and-conditions > div > h3 {
  margin-bottom: 20px;
  margin-top: 70px;
}

.terms-and-conditions > div > p {
  margin-bottom: 20px;
}

.terms-and-conditions > div > table > tbody > tr > td {
  border: none;
}

.terms-and-conditions > div > table > tbody > tr > {
  border: none;
}

.terms-and-conditions > div > table > tbody {
  border: none;
}

.terms-and-conditions > div > table {
  border: none;
}

@media (min-width: 1180px) {
  .navbar-expand-lg .navbar-toggler {
    display: none !important;
  }
}

.fb-container img {
  max-width: 110px;
}

#login-heading {
  font-size: 18px;
  color: #4d4d4d;
  padding-bottom: 10px;
}

#wrong-date-alert {
  color: red;
}

.warning {
  color: red;
  width: 200px;
}

/* for the contact form */
@-webkit-keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loading-spinner {
  -webkit-animation-duration: 0.75s;
  -moz-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: rotate-forever;
  -moz-animation-name: rotate-forever;
  animation-name: rotate-forever;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  height: 26px;
  width: 26px;
  border: 3px solid #ffffff;
  border-right-color: transparent;
  border-radius: 50%;
  display: inline-block;
}

.loading-spinner {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  margin: -13px;
}

#contact-form-btn {
  height: 47px;
  width: 100px;
  position: relative;
}

@media (max-width: 1000px) {
  #groundFloor,
  #firstFloor {
    overflow: scroll;
  }
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
}

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

#btn-pay-now {
  padding: 9px 15px !important;
  margin: 10px 0;
}

.login-link {
  max-width: 540px;
  margin: 1rem auto;
  padding: 0 !important;
  text-align: center;
}

.checkbox-container {
  padding: 0 !important;
  max-width: 330px;
  margin: 1rem auto;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .checkbox-container {
    max-width: 450px;
  }
}
@media (min-width: 1200px) {
  .checkbox-container {
    max-width: 540px;
  }
}

.checkbox-container input {
  margin: -2px;
}

.checkbox-container .terms-conditions {
  margin-left: 1rem;
}

.terms-conditions a {
  color: #68a771;
}

/*NEW*/
.datepicker.form-control {
  height: 35px !important;
  min-height: 35px !important;
}

.edit_description {
  width: 80%;
  border-radius: 1px !important;
  float: left;
  min-height: 48px !important;
}
button.updateBtn {
  border-radius: 1px !important;
  width: 20%;
  min-height: 48px !important;
}
.description_section {
  padding: 10px 0 !important;
}

.add-to-cart-btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1rem;
}

input.addToCrtBtn {
  border-radius: 10px;
  max-height: 50px !important;
  height: 50px !important;
}

input.addToCrtBtn:hover {
  color: #fff;
  margin: 0px;
  max-height: 50px !important;
  height: 50px !important;
}

a.loginCrtBtn {
  border-radius: 10px;
  padding: 12px 15px 4px 15px !important;
  margin: 15px 210px 0 0 !important;
  max-height: 50px !important;
  height: 50px !important;
}

a.loginCrtBtn:hover,
a.loginCrtBtn:focus {
  border: 2px solid #7db585;
  color: #7db585;
  background: #fff;
  border-radius: 10px;
  padding: 12px 15px 4px 15px !important;
  margin: 15px 210px 0 0 !important;
  max-height: 50px !important;
  height: 50px !important;
}

p.loginFTxt {
  text-align: center;
  font-weight: bold;
  margin: 20px 0 0px 0px;
}
#bank-details {
  border: none;
}
#contact-bank-details {
  margin: 0 0 10px -8px;
  border: none;
}
#contact-bank-details td {
  padding: 0.1em 0.5em;
}

#footer-bank-details {
  background: transparent;
  color: #70706d;
  font-size: 14px;
  text-align: left;
  padding: 0.1em 0.5em;
  border: none;
  margin: 0;
}
#company-field-info {
  position: absolute;
  top: 14px;
  left: -20px;
  font-size: 20px;
}
.tool-tip {
  display: none;
  background: #666;
  color: #fff;
  padding: 4px;
  border-radius: 7px;
  width: 438px;
  position: absolute;
  font-size: 14px;
  z-index: 1;
  left: -12px;
  top: 36px;
}
.password-icon-container {
  display: flex;
  position: absolute;
  right: 20px;
  top: 14px;
  cursor: pointer;
}

.map {
  background-repeat: no-repeat;
}

area {
  cursor: pointer;
  border: none;
  box-shadow: none;
}
.help-block {
  color: red;
}