img {
  max-width: 100%;
  height: auto;
}

.bg-googleplus {
  background-color: #d34836;
  color: #fff;
}

.font-weight-light {
  font-weight: 300;
}

.font-weight-medium {
  font-weight: 500;
}

.bg-skyline {
  background-image: url("../images/skyline.png");
  background-position: bottom center;
  background-repeat: repeat-x;
}

.bg-skyline-red {
  background-color: #f84344;
  background-image: url("../images/skyline-red.png");
  background-position: bottom center;
  background-repeat: repeat-x;
}

a.link-inverse {
  color: inherit;
}
a.link-inverse:hover, a.link-inverse:focus {
  color: #f84343;
}

.font-size-base {
  font-size: 1.125rem;
}

.font-color-gray {
  color: #515365 !important;
}

.text-article {
  font-size: 1rem;
  line-height: 1.875;
}

body.page-main {
  font-size: 1.375rem;
}

.page-header {
  margin-bottom: 2.5rem;
  padding: 1.75rem 0 4rem;
  text-align: center;
  border-bottom: 1px solid #f5f4f4;
}
.page-header .page-header-title {
  font-size: 4.5rem;
  font-weight: 300;
}

.section-hiw {
  margin-bottom: 6rem;
}
.section-hiw-number {
  line-height: 1;
  font-weight: bold;
  font-size: 4.5rem;
  color: #f5f5f5;
}
.section-hiw-title {
  padding-bottom: 30px;
  margin-bottom: 25px;
  background-image: url("../images/section-title.png");
  background-position: bottom left;
  background-repeat: no-repeat;
  font-size: 3rem;
  font-weight: 300;
  color: #4d4d4d;
}
.section-hiw-content .btn {
  color: #414141;
  box-shadow: 0 0 32px #e1e1e1;
  font-size: 1.125rem;
}
.faq-container{
  min-height: 100vh;
}
.faq-menu {
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
}
.faq-menu li {
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 300;
}
.faq-menu li a {
  color: inherit;
}
.faq-menu li a:hover, .faq-menu li a:focus {
  color: #f84343;
}

@media (min-width: 992px) {
  .faq-section-wrapper {
    padding-left: 25px;
  }
}

.faq-section .faq-section-title {
  margin-bottom: 25px;
  font-weight: normal;
}

.faq-item {
  position: relative;
  margin-bottom: 15px;
  padding-left: 25px;
}
.faq-item:before {
  content: "\f10c";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 0.875rem;
}
.faq-item-title {
  display: inline-block;
  margin-bottom: 4px;
  color: inherit;
  font-weight: 500;
}
.faq-item-title.collapsed {
  margin-bottom: 0;
  font-weight: normal;
}
.faq-item-content {
  color: #828181;
}
.faq-item-content > p:last-child {
  margin-bottom: 0;
}

.faq-section-separator {
  height: 60px;
  margin-left: 15%;
  margin-bottom: 25px;
  background-image: url("../images/section-title.png");
  background-repeat: no-repeat;
  background-position: center left;
}

.container {
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid #e6ecf5;
}
.navbar .navbar-collapse {
  background-color: #fff;
  margin: 0 -1rem;
}
@media (min-width: 768px) {
  .navbar .navbar-collapse {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
  }
}

.navbar-brand {
  min-width: 60px;
  margin-right: 0.5rem;
  padding-top: 11.5px;
  padding-bottom: 11.5px;
}
.navbar-brand > img {
  height: 62px;
}

.navbar-toggler {
  top: 22px;
}

.navbar .navbar-nav .nav-link {
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #464646;
}
@media (min-width: 768px) {
  .navbar .navbar-nav .nav-link {
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media (max-width: 1199px) {
  .navbar .navbar-nav-main > .nav-item {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .navbar .navbar-nav-main > .nav-item {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.navbar .navbar-nav-main > .nav-item > .nav-link {
  position: relative;
  font-weight: 500;
}
@media (min-width: 768px) {
  .navbar .navbar-nav-main > .nav-item > .nav-link {
    padding: 32.5px 0 31.5px 0;
    line-height: 20px;
    border-bottom: 2px solid transparent;
  }
}
.navbar .navbar-nav-main > .nav-item.active > .nav-link {
  color: #f84343;
  border-color: #f84343;
}

.navbar-nav-login {
  font-size: 1rem;
}

.site-footer {
  margin-top: 40px;
  padding-top: 50px;
  background-color: #f3f3f3;
  color: #414141;
}
.site-footer .footer-bottom {
  margin-top: 1.25rem;
  padding: 1rem 0;
  border-top: 1px solid #e5e4e4;
  font-size: 0.875rem;
}

.footer-item {
  margin-bottom: 30px;
}
.footer-item .footer-title {
  position: relative;
  margin-bottom: 1.125rem;
  padding-bottom: 1.125rem;
  font-size: 1.25rem;
  color: #4d4d4d;
}
.footer-item .footer-title:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #f84343;
}
.footer-item .footer-item-content {
  font-weight: 300;
}
.footer-item .footer-social-links {
  font-size: 1.25rem;
}
.footer-item .footer-menu {
  padding: 0;
  margin-bottom: 10px;
  list-style: none;
}
.footer-item .footer-menu li {
  padding-bottom: 5px;
}
.footer-item .footer-social-links a, .footer-item .footer-menu a {
  color: #414141;
}
.footer-item .footer-social-links a:hover, .footer-item .footer-social-links a:focus, .footer-item .footer-menu a:hover, .footer-item .footer-menu a:focus {
  color: #f84343;
}
.footer-item p {
  line-height: 1.3;
}

.btn-action {
  padding: 10px 24px;
  border-radius: 2px;
  background-color: #fff;
  color: #464646;
  border: 1px solid #464646;
  font-size: 1.125rem;
  box-shadow: 0 3px 0 #cfcfcf;
}
.btn-action:hover, .btn-action:focus {
  color: #fff;
  background-color: #464646;
}
.btn-action-primary {
  border: none;
  box-shadow: 0 3px 0 #d7292b;
}

.site-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  margin-bottom: 1.875rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.site-banner-inner {
  padding: 10% 0;
}
.site-banner-title {
  margin-bottom: 1.5rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .site-banner-title {
    font-size: 1.875;
  }
}
.site-banner-content {
  padding-bottom: 1rem;
}

.home-banner {
  background-image: url("../images/skyline.png");
  background-position: bottom center;
  background-repeat: repeat-x;
}
.home-banner .site-banner-inner {
  padding-top: 7%;
}

.section-landing {
  padding: 40px 0;
}
.section-landing img {
  max-width: 100%;
  height: auto;
}
.section-landing.section-border {
  border-bottom: 1px solid #e5e4e4;
}

.section-title {
  position: relative;
  padding-bottom: 28px;
  margin-bottom: 28px;
  font-size: 1.875rem;
  font-weight: 500;
  background-image: url("../images/section-title.png");
  background-position: bottom center;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .section-categories {
    width: 380px;
    max-width: 100%;
    margin: 0 auto !important;
  }
}

.section-category-item {
  padding: 50px 15px 35px;
}
.section-category-item .section-category-img {
  height: 75px;
}
.section-category-item h4 {
  margin-top: 25px;
  margin-bottom: 0;
  font-weight: normal;
}
.section-category-item:nth-of-type(1), .section-category-item:nth-of-type(3) {
  border: 1px solid #e5e4e4;
}
@media (min-width: 768px) {
  .section-category-item:nth-of-type(1) {
    border-right: none;
  }
}
@media (min-width: 768px) {
  .section-category-item:nth-of-type(3) {
    border-left: none;
  }
}
.section-category-item.active {
  box-shadow: 0 0 32px #e1e1e1;
}

.user-review-carousel {
  margin: 35px 0;
  text-align: initial;
}

.user-review-carousel-control {
  margin: 20px 0;
  text-align: center;
}
.user-review-carousel-control > a {
  display: inline-block;
  width: 45px;
  line-height: 41px;
  border: 2px solid #e3dfdf;
  text-align: center;
  color: inherit;
}

.user-review-media > img {
  display: none;
  width: 100px;
  margin-right: 30px;
  height: auto;
  border: solid 4px #f84343;
}
@media (min-width: 768px) {
  .user-review-media > img {
    display: block;
  }
}
.user-review-media .media-body {
  padding-left: 30px;
  border-left: 2px solid #ececec;
  font-weight: 300;
}
.user-review-media .media-body h4 {
  font-weight: 600;
  font-size: inherit;
  font-style: italic;
}
.col-lg-8.pull-right.reset_password{
  padding:50px 0 0 0;
}
.col-lg-8.pull-right.reset_password .panel.panel-default .panel-heading{
  padding: 0 15px;
}
.swal2-modal .swal2-confirm {
  background-color: #FF0000 !important;
  border-left-color: #FF0000 !important;
  border-right-color: #FF0000 !important;
  outline: none !important;
}
.swal2-modal .swal2-cancel {
  background-color: #3b3b4a !important;
  border-left-color: #3b3b4a !important;
  border-right-color: #3b3b4a !important;
  outline: none !important;
}