.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.logo a img {
  width: auto !important;
}

.mean-container a.meanmenu-reveal {
  top: 22px;
}

.menu-background {
  background-color: #001d6c;
}

.page-container {
  flex: 1;
}

.page-container .page-title h1 {
  font-family: "Roboto", Sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #000000;
  margin: 40px 0 20px;
  text-transform: capitalize;
}

.page-container .page-content {
  margin-bottom: 50px;
  font-weight: bold;
}

.page-container .page-block h2 {
  font-size: 24px;
  font-weight: bold;
}

.page-container .page-block .page-block-content {
  margin-top: 15px;
}

.breadcrumb-container {
  background: #fff;
}

.breadcrumb-container .breadcrumb {
  background: transparent;
  margin-bottom: 0;
  padding: 8px 0;
}

.breadcrumb-container .breadcrumb li {
  color: #143c56;
  font-weight: bold;
}

.breadcrumb-container .breadcrumb li a {
  color: #489dd8;
}

.footer_social.painel li a {
  height: 30px;
  width: 30px;
  font-size: 20px;
  line-height: 30px;
}

.footer_social li {
  display: inline-block;
  margin: 3px;
}

.footer_social li:nth-child(4n):after {
  content: " ";
  display: block;
}

.footer_social li a {
  background: #fff;
  color: #001d6c;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: block;
  font-size: 30px;
  text-align: center;
  line-height: 50px;
}

.footer_contact li a {
  color: #fff;
  font-size: 16px;
}

.footer_contact li a i {
  text-align: center;
  width: 20px;
  color: #ccdd74;
}

.section3_copyright {
  color: #fff;
}

.section3_copyright.painel {
  padding: 15px;
}

.section3_copyright a {
  color: #fff;
}

.section3_copyright a:hover {
  text-decoration: underline;
}

.simulator h2 {
  font-size: 24px;
  color: #fff;
}

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

.text-white p {
  color: #fff !important;
}

.btn-rounded {
  width: 180px;
  height: 50px;
  color: #1d3571;
  background: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  line-height: 51px;
  font-size: 16px;
  border-radius: 45px;
  text-transform: capitalize;
  font-weight: 600;
  transition: all 0.5s;
}

.contact-section {
  float: left;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f6fbff;
}

.contact-section .holder-row {
  margin-bottom: 0;
}

.contact-section .holder form input[type=text]:focus {
  border: 0;
  border-radius: 50px;
  border-bottom: 0;
  box-shadow: none;
}

.contact-section .holder {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06);
}

.contact-section .holder form {
  float: left;
  width: 100%;
  padding: 40px 10px 40px 41px;
}

.contact-section .holder form h3 {
  margin: 0 0 25px 0;
  font-size: 26px;
  font-weight: 600;
}

.contact-section .holder form input[type=text] {
  float: left;
  width: 100%;
  height: 50px;
  padding: 0 25px;
  border-radius: 50px;
  background: #e8f5ff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #6180b1;
  margin-top: 30px;
  border: 0;
  margin-bottom: 0;
}

.contact-section .holder form textarea {
  float: left;
  width: 100%;
  height: 130px;
  padding: 18px 25px;
  border-radius: 30px;
  background: #e8f5ff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #6180b1;
  margin-top: 30px;
  margin-bottom: 0;
  resize: none;
  border: 0;
  box-shadow: 0;
}

.contact-section .holder form input[type=text]:focus,
.contact-section .holder form textarea:focus {
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.5s;
}

.contact-section .holder form input[type=text].is-invalid,
.contact-section .holder form textarea.is-invalid {
  border: 1px solid red;
}

.invalid-feedback {
  color: red;
  font-size: 12px;
}

.contact-box ul li h1 {
  font-size: 28px;
}

.contact-box {
  float: left;
  width: 100%;
  background: #328fd1;
  padding: 40px 25px 40px 41px;
  position: relative;
  left: 2px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  min-height: 700px;
}

.ppp p {
  margin-top: 0;
}

.contact-section .heading-left {
  margin-bottom: 35px;
}

.contact-box ul li i {
  font-size: 20px;
  margin-right: 20px;
}

.contact-box ul li,
.contact-box ul li a {
  color: #fff;
}

.contact-box ul li {
  margin-bottom: 25px;
}

.cntct_2_btn_inner button {
  color: #fff;
  background: #338fd1;
}

.abotus_content li {
  float: left;
  margin-right: 10px;
}

.abotus_content li a {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  border-radius: 100%;
  transition: all 0.5s;
}

.abotus_content li i {
  margin-right: 0 !important;
}

.abotus_content li a:hover {
  background: #fff;
  color: #1d3571;
  transition: all 0.5s;
}

.lest_news_box_wrapper {
  float: left;
  width: 100%;
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 60px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.lest_news_box_wrapper_2 {
  margin-bottom: 0;
}

.lest_news_box_wrapper:hover .btc_blog_indx_date_wrapper a {
  background: #338fd1;
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.5s;
}

.btc_blog_indx_date_wrapper a {
  width: 50px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 18px;
  color: #1d3571;
  line-height: 52px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  position: absolute;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  bottom: -22px;
  right: 40px;
}

.lest_news_img_wrapper {
  position: relative;
}

.lest_news_img_wrapper img {
  width: 100%;
}

.lest_news_cont_wrapper {
  float: left;
  width: 100%;
  background: #ffffff;
  padding-top: 30px;
  padding-left: 33px;
  padding-right: 33px;
  border-top: 0;
  padding-bottom: 30px;
}

.blog_news_cnt_wrapper {
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.lest_news_cont_wrapper h5 a {
  font-size: 20px;
  text-transform: capitalize;
  color: #1d3571;
  font-weight: 500;
  line-height: 28px;
  padding-top: 10px;
  float: left;
  transition: all 0.5s;
}

.lest_news_cont_wrapper p {
  padding-top: 5px;
  margin-bottom: 0;
  float: left;
}

.lest_news_cont_bottom {
  float: left;
  width: 100%;
  padding-left: 10px;
  background: #ffffff;
  border-top: 1px solid #e9f5ff;
}

.sidebar_widget {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  background: #fff;
  padding: 32px;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.shop_widget {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

.sidebar_widget h4 {
  color: #1d3571;
  font-weight: 500;
  font-size: 22px;
  text-transform: capitalize;
}

/* search_form start */
.search_form .form-control {
  height: 50px;
  font-size: 16px;
  width: 90%;
  padding: 0;
  background: #f6fbff;
  color: #8da0bf;
  border-bottom: 0;
  box-shadow: none;
  padding-left: 20px;
  margin-top: 20px;
  border-radius: 40px;
}

.form-control:focus {
  border: 0;
  outline: none;
  box-shadow: 0;
  border-bottom: 0;
}

.search_form {
  position: relative;
}

.search_form button {
  position: absolute;
  top: 13px;
  right: 25px;
  padding: 0;
  width: 25px;
  height: 25px;
  font-size: 16px;
  line-height: 25px;
  background-color: transparent;
  border: 0;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=date]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=search]:focus,
textarea:focus.materialize-textarea {
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 0 0 transparent;
}

.search_box_wrapper h3 {
  color: #111111;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 25px;
  padding-top: 10px;
}

.search_fom_2 button {
  right: 30px;
}

.search_fom_2 .form-control {
  width: 210px;
  margin-left: 25px;
}

.search_form button i {
  color: #254a93;
}

.search_box_wrapper {
  border: 1px solid #eeeeee;
  padding: 10px 0 10px 0;
}

/* latest_post_wrapper start */
.latest_post_wrapper,
.post_tags_wrapper {
  float: left;
  width: 100%;
  padding-top: 20px;
}

.latest_post_wrapper .badge,
.post_tags_wrapper .badge {
  padding: 8px 10px;
  font-size: 14px;
  background-color: #f5fafe;
  color: #1d3571;
  font-weight: normal;
}

.latest_post_wrapper .badge:hover,
.post_tags_wrapper .badge:hover {
  color: #1d3571;
  opacity: 0.8;
}

.blog_wrapper1,
.blog_wrapper2,
.blog_wrapper3 {
  float: left;
  width: 100%;
}

.blog_wrapper1,
.blog_wrapper2 {
  padding-bottom: 30px;
}

.sc_blog_date {
  font-size: 14px;
  color: #e87358;
}

.sidebar_margin {
  float: left;
  width: 100%;
  padding-left: 30px;
}

.sc_shop_date {
  color: #e87358;
}

.sc_shop_add {
  float: left;
  width: 100%;
}

.sc_blog_image {
  float: left;
  width: 80px;
}

.sc_blog_text {
  font-size: 14px;
  font-weight: 500;
  float: left;
  width: calc(100% - 80px);
  padding-left: 15px;
}

.sc_blog_text h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.sc_blog_text h5 a {
  color: #1d3571;
  transition: all 0.5s;
}

.sc_shop_txt h5 a {
  font-weight: 600;
}

.sc_shop_date span {
  background: #254a93;
  padding: 8px;
  margin: 20px 0 0 10px;
  color: #fff;
}

.sc_blog_text h5 a:hover {
  color: #254a93;
  transition: all 0.5s;
}

.gc_blog_cloud_side_menu {
  float: left;
  width: 100%;
}

.gc_blog_cloud_side_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gc_blog_cloud_side_menu li {
  float: left;
  margin-bottom: 10px;
  text-transform: capitalize;
  margin-right: 10px;
  font-size: 16px;
  margin-top: 10px;
}

.gc_blog_cloud_side_menu li a {
  padding: 10px;
  background: #f6fbff;
  border-radius: 20px;
  padding-left: 13px;
  padding-right: 13px;
  color: #1d3571;
  transition: all 0.5s;
}

.gc_blog_cloud_side_menu li a:hover {
  color: #fff !important;
  background: #338fd1;
  transition: all 0.5s;
}

.pagination {
  display: inline-block;
}

.pagination > li > a,
.pagination > li > span {
  color: #000000;
  margin-top: 10px;
  background: #ffffff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.5s;
  width: 45px;
  height: 45px;
  line-height: 35px;
  border-radius: 100%;
  text-align: center;
  margin-right: 20px;
  border: 0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  width: 120px;
  height: 45px;
  line-height: 35px;
  text-align: center;
  border-radius: 50px;
  margin-right: 20px;
  color: #1d3571;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #0091dc;
  border-color: none;
  transition: all 0.5s;
}

.pagination .third_pagger a {
  color: #fff;
  background: #328fd1;
}

.gc_blog_pagination {
  text-align: center;
  float: left;
  width: 100%;
}

.spectrum_slider_wrapper .item {
  text-align: left;
}

.spectrum_slider_wrapper .item .item-header {
  display: flex;
  align-items: center;
  padding: 20px;
  background: #e5f2fb;
  border-radius: 0 0 100px;
}

.spectrum_slider_wrapper .item .item-header .image img {
  width: 50px;
}

.spectrum_slider_wrapper .item .item-header .title {
  margin-left: 10px;
  font-weight: bold;
  color: #1b5178;
}

.spectrum_slider_wrapper .item .item-body {
  padding: 20px;
  color: #589bc8;
}

.contact_right_wrapper form input[type=text].is-invalid,
.contact_right_wrapper form textarea.is-invalid {
  border: 1px solid red;
}

.sw_contact_form_internals {
  height: 125px;
  padding-top: 5px;
  padding-bottom: 15px;
}

.foter_padder.painel {
  padding-bottom: 0;
}

.login-container {
  align-items: center;
  margin-top: 60px;
}

.login-container .simulador {
  text-align: center;
  font-size: 45px;
  font-weight: bold;
  color: #001d6c;
}

.login-container .simulador img {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}

.login-container .simulador .s-description {
  font-size: 25px;
  color: #1d3571;
  margin-top: 30px;
}

.login-container .login,
.login-container .register {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 1px 10px #ccc;
  padding: 30px;
  height: 300px;
}

.login-container .login .title,
.login-container .register .title {
  text-align: center;
  color: #009edc;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px;
}

.login-container input[type=text],
.login-container input[type=email],
.login-container input[type=password],
.register-container input[type=text],
.register-container input[type=email],
.register-container input[type=password] {
  border: 1px solid #e5e5e5 !important;
  border-radius: 2px;
  padding: 10px;
  height: auto;
  box-sizing: border-box;
}

.login-container input[type=text]:focus,
.login-container input[type=email]:focus,
.login-container input[type=password]:focus,
.register-container input[type=text]:focus,
.register-container input[type=email]:focus,
.register-container input[type=password]:focus {
  border: 1px solid #e5e5e5;
}

.login-container .submit,
.register-container .submit {
  text-align: center;
}

.login-container .submit button,
.register-container .submit button {
  text-transform: uppercase;
  color: #fff;
  background: #008dc8;
  font-weight: bold;
  padding: 10px 50px;
  border-radius: 50px;
  font-size: 14px;
  height: auto;
  box-shadow: none;
}

.login-container .submit button:hover,
.register-container .submit button:hover {
  background: #006995;
}

.login-container .submit button:focus,
.login-container .submit button:active,
.register-container .submit button:focus,
.register-container .submit button:active {
  outline: none;
}

.internal-page {
  padding: 50px 0;
}

.internal-page .title h1 {
  text-align: center;
  font-weight: bold;
  color: #009eda;
  text-transform: uppercase;
  font-size: 26px;
}

.internal-page .page-content {
  margin: 15px 0;
  line-height: 1.2rem;
}

.internal-page .full-search .form-control {
  background: #e4f6ff;
  border-radius: 50px;
  height: auto;
  padding: 10px 20px;
  box-sizing: border-box;
  border: 1px solid #e4f6ff !important;
  box-shadow: none;
  margin: 0;
}

.internal-page .full-search .form-control:focus {
  border-color: #7ed4ff !important;
}

.internal-page .full-search .has-error .form-control {
  border-color: #a94442 !important;
  box-shadow: none;
}

.internal-page .full-search .has-error .help-block {
  margin-top: -5px;
  font-size: 12px;
  margin-left: 20px;
}

.internal-page .full-search .submit {
  text-align: center;
}

.internal-page .full-search .submit button {
  text-transform: uppercase;
  color: #fff;
  background: #008dc8;
  font-weight: bold;
  padding: 10px 50px;
  border-radius: 50px;
  font-size: 14px;
  height: auto;
  box-shadow: none;
}

.internal-page .full-search .submit button:hover {
  background: #006995;
}

.internal-page .full-search .submit button:focus,
.internal-page .full-search .submit button:active {
  outline: none;
}

.profiles .row {
  display: flex;
  flex-wrap: wrap;
}

.profiles .row > [class*=col-] {
  display: flex;
  flex-direction: column;
}

.profiles .profile {
  background: #095376;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px;
  height: 100%;
  margin-bottom: 30px;
}

.profiles .profile img {
  max-width: 120px;
}

.profiles .profile .title {
  text-transform: uppercase;
  margin: 10px 0;
  font-size: 26px;
  font-weight: 500;
}

.profiles .profile .body {
  font-size: 12px;
  text-align: center;
  line-height: 1.2rem;
}

.profiles .profile:hover {
  background: #009edc;
}

.profiles-menu {
  border-bottom: 1px solid #f1eeef;
  position: relative;
  z-index: 3;
  background: #fff;
}

.profiles-menu .container {
  display: flex;
}

.profiles-menu .container a,
.profiles-menu .container .username-profile {
  width: 25%;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  padding: 5px;
  border-left: 1px solid #f1eeef;
  justify-content: center;
  color: #105678;
  font-weight: 500;
}

.profiles-menu .container a:last-child,
.profiles-menu .container .username-profile:last-child {
  border-right: 1px solid #f1eeef;
}

.profiles-menu .container a:hover,
.profiles-menu .container a.active,
.profiles-menu .container .username-profile:hover,
.profiles-menu .container .username-profile.active {
  background: #0f3954;
  color: #fff;
}

.profiles-menu .container a img,
.profiles-menu .container .username-profile img {
  height: 40px;
  margin-right: 5px;
}

.profiles-menu .container .username-profile {
  font-size: 13px;
  line-height: 1;
}

.profiles-menu .container .username-profile:hover {
  background-color: white;
  color: #105678;
}

.profile-page {
  background: #ffffff;
  z-index: 2;
  min-height: calc(100vh - 346px - 91px - 51px);
  display: flex;
  flex-wrap: wrap;
}

.profile-page .sidebar {
  width: 25%;
  background: #095376;
  padding: 10px;
  z-index: 2;
  position: relative;
}

.profile-page .sidebar:before {
  content: "";
  background: #095376;
  top: 0;
  left: -9999px;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

.profile-page .sidebar form {
  color: #fff;
  position: relative;
  z-index: 2;
}

.profile-page .sidebar form [type=checkbox]:not(:checked) + label:before {
  border-color: #fff !important;
}

.profile-page .sidebar form [type=checkbox]:not(:checked) + label,
.profile-page .sidebar form [type=checkbox]:checked + label {
  padding-left: 25px !important;
}

.profile-page .sidebar form label {
  color: #fff;
}

.profile-page .sidebar form p.title {
  color: #fff;
  margin: 20px 0;
  font-weight: bold;
  text-transform: uppercase;
}

.profile-page .sidebar form a {
  color: #fff;
}

.profile-page .sidebar form a:hover {
  text-decoration: underline;
}

.profile-page .sidebar form .state-hide {
  display: none;
}

.profile-page .sidebar form .form-control {
  background: #e4f6ff;
  border-radius: 50px;
  height: auto;
  padding: 5px 20px;
  box-sizing: border-box;
  border: 1px solid #e4f6ff !important;
  box-shadow: none;
  margin: 0;
}

.profile-page .sidebar form .form-control:focus {
  border-color: #7ed4ff !important;
}

.profile-page .sidebar form .submit {
  text-align: center;
  margin: 20px 0;
}

.profile-page .sidebar form .submit button {
  text-transform: uppercase;
  color: #fff;
  background: #008dc8;
  font-weight: bold;
  padding: 10px 50px;
  border-radius: 50px;
  font-size: 14px;
  height: auto;
  box-shadow: none;
}

.profile-page .sidebar form .submit button:hover {
  background: #006995;
}

.profile-page .sidebar form .submit button:focus,
.profile-page .sidebar form .submit button:active {
  outline: none;
}

.profile-page .sidebar .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 2;
}

.profile-page .sidebar .menu li a {
  display: block;
  padding: 5px 10px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  font-size: 14px;
  margin-bottom: 5px;
}

.profile-page .sidebar .menu li a:hover,
.profile-page .sidebar .menu li a.active {
  background: #009edc;
}

.profile-page .sidebar .menu li.divider {
  margin: 10px 0;
  background-color: #477c94;
}

.profile-page .content {
  flex: 1;
  background: #f6fbff;
  z-index: 2;
  padding: 20px;
}

.profile-page .content h2 {
  text-align: center;
  color: #0a5377;
  margin: 10px;
  font-weight: 600;
  font-size: 32px;
}

.profile-page .content .form-control {
  background: #e4f6ff;
  border-radius: 50px;
  height: auto;
  padding: 10px 20px;
  box-sizing: border-box;
  border: 1px solid #e4f6ff !important;
  box-shadow: none;
  margin: 0;
}

.profile-page .content .form-control:focus {
  border-color: #7ed4ff !important;
}

.profile-page .content .input-group-addon {
  border: 0;
  background: transparent;
}

.profile-page .content .has-error .form-control {
  border-color: #a94442 !important;
  box-shadow: none;
}

.profile-page .content .has-error .help-block {
  margin-top: -5px;
  font-size: 12px;
  margin-left: 20px;
}

.profile-page .content .submit {
  text-align: center;
}

.profile-page .content .submit button {
  text-transform: uppercase;
  color: #fff;
  background: #008dc8;
  font-weight: bold;
  padding: 10px 50px;
  border-radius: 50px;
  font-size: 14px;
  height: auto;
  box-shadow: none;
}

.profile-page .content .submit button:hover {
  background: #006995;
}

.profile-page .content .submit button:focus,
.profile-page .content .submit button:active {
  outline: none;
}

.multi-checkbox {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.multi-checkbox .checkbox {
  width: 33%;
  margin-bottom: 5px;
}

.checkbox + .checkbox,
.radio + .radio {
  margin-top: auto;
}

.register-container {
  margin: 50px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 1px 10px #ccc;
  padding: 30px;
}

.register-container .title {
  text-align: center;
  color: #009edc;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px;
}

.btn {
  height: auto;
  box-shadow: none;
}

.btn:hover {
  box-shadow: none;
}

.header_btn li a {
  width: 100px;
  margin-left: 5px;
}

.header_btn li a.my-profile {
  width: 140px;
  font-size: 14px;
}

.header_btn li a.logout {
  width: 50px;
  margin-left: 10px;
}

.actions {
  white-space: nowrap;
}

.privacy {
  color: #FFF;
  margin-top: 10px;
  margin-left: 5px;
}

.privacy:hover {
  color: #FFF;
}

.selo-lgpd {
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 65px;
}

@media (min-width: 992px) {
  .header_right_main_wrapper {
    width: 320px;
  }
  nav {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  nav > ul {
    width: initial;
  }
  nav ul li {
    float: left;
  }
}
.gallery-form .image {
  position: relative;
}

.gallery-form .image .delete {
  position: absolute;
  top: 5px;
  right: 5px;
  background: red;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-content: center;
}

.gallery-form .image .delete i {
  display: flex;
  justify-content: center;
  align-items: center;
}

.places-box .box,
.installers-box .box,
.generators-box .box,
.developers-box .box {
  background: #fff;
  border: 1px solid #009edc;
  border-radius: 5px;
  font-size: 12px;
  width: calc(50% - 10px);
  line-height: 1.2rem;
  position: relative;
  margin-bottom: 20px;
  margin-right: 20px;
  float: left;
  min-height: 100px;
}

.places-box .box a,
.installers-box .box a,
.generators-box .box a,
.developers-box .box a {
  color: #000;
  padding: 15px;
  display: block;
}

.places-box .box .jq-ry-container,
.installers-box .box .jq-ry-container,
.generators-box .box .jq-ry-container,
.developers-box .box .jq-ry-container {
  padding: 0;
}

.places-box .box:nth-child(even),
.installers-box .box:nth-child(even),
.generators-box .box:nth-child(even),
.developers-box .box:nth-child(even) {
  margin-right: 0;
}

.places-box .box .stars,
.installers-box .box .stars,
.generators-box .box .stars,
.developers-box .box .stars {
  margin-bottom: 10px;
}

.places-box .box .stars i,
.installers-box .box .stars i,
.generators-box .box .stars i,
.developers-box .box .stars i {
  font-size: 12px;
}

.places-box .box .graph,
.installers-box .box .graph,
.generators-box .box .graph,
.developers-box .box .graph {
  position: absolute;
  bottom: 10px;
  right: 15px;
}

.places-box .box .logo,
.installers-box .box .logo,
.generators-box .box .logo,
.developers-box .box .logo {
  position: absolute;
  top: 10px;
  right: 10px;
}

.places-box .box .logo img,
.installers-box .box .logo img,
.generators-box .box .logo img,
.developers-box .box .logo img {
  border-radius: 5px;
}

.jqstooltip {
  box-sizing: content-box;
}

.modal {
  background-color: transparent;
  padding: 0;
  width: auto;
  border-radius: 0;
  margin: inherit;
  max-height: 100%;
}

.typeahead li a {
  border-radius: 0 !important;
  color: #000 !important;
  text-align: left !important;
}

.typeahead li.active a {
  color: #fff !important;
}

@media (max-width: 991px) {
  .container {
    padding: 0;
  }
  .login-container {
    height: auto;
    margin: 20px 0;
  }
  .login-container .register {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .profiles .profile {
    padding: 10px;
    margin-bottom: 15px;
  }
  .profiles .profile img {
    max-width: 50px;
  }
  .profiles .profile .title {
    font-size: 18px;
  }
  .tariffs tbody > tr > td,
  .tariffs tbody > tr > th,
  .tariffs tfoot > tr > td,
  .tariffs tfoot > tr > th,
  .tariffs thead > tr > td,
  .tariffs thead > tr > th {
    padding: 8px 1px !important;
  }
  .tariffs thead > tr > th {
    vertical-align: middle;
  }
  .profile-page {
    display: block;
  }
  .profile-page .content {
    padding: 0;
    margin-bottom: 30px;
  }
  .profile-page .sidebar {
    background: transparent;
    width: 100%;
  }
  .profile-page .sidebar:before {
    background: transparent;
  }
  .profile-page .sidebar .menu li a {
    color: #1d3571;
  }
  .profile-page .sidebar .menu li a.active,
  .profile-page .sidebar .menu li a:focus {
    color: #fff;
  }
  .profile-page .sidebar form p.title {
    color: #1d3571;
    margin: 0;
  }
  .profile-page .sidebar form a {
    color: #1d3571;
  }
  .profile-page .sidebar form label {
    color: #1d3571;
  }
  .profile-page .sidebar form .form-control {
    border-color: #7ed4ff !important;
  }
  .profile-page .sidebar form [type=checkbox]:not(:checked) + label:before {
    border-color: #1d3571 !important;
  }
  .places-box .box,
  .installers-box .box,
  .generators-box .box,
  .developers-box .box {
    width: 100%;
  }
  .multi-checkbox .checkbox {
    width: 100%;
  }
  .modal {
    max-width: 100%;
  }
}
.profiles-menu-mobile .dropdown .active {
  background: #095375;
  border-bottom: 1px solid #fff;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profiles-menu-mobile .dropdown .active img {
  max-height: 36px;
}

.profiles-menu-mobile .dropdown .active span {
  margin: 0 10px;
}

.profiles-menu-mobile .dropdown .dropdown-menu {
  width: 100%;
}

.profiles-menu-mobile .dropdown .dropdown-menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #b7e4f9;
  padding: 10px;
  font-weight: bold;
  color: #095375;
}

.profiles-menu-mobile .dropdown .dropdown-menu a:last-child {
  border-bottom: 0;
}

.profiles-menu-mobile .dropdown .dropdown-menu a img {
  max-width: 25px;
  margin-right: 10px;
}

.nav-actions {
  display: none;
}

.mean-container .mean-nav {
  max-height: inherit;
}

.modal-installer .header {
  display: flex;
}

.modal-installer .header .logo {
  margin-right: 10px;
}

.modal-installer .header .logo img {
  border-radius: 5px;
}

.modal-installer .header .rating .jq-ry-container {
  display: inline-block;
}

.modal-installer .header .rating .total {
  font-size: 12px;
  vertical-align: top;
}

.modal-installer .body {
  margin: 10px 0;
}

.modal-content {
  color: #000;
}

.btc_blog_indx_box_wrapper {
  background-color: white;
}

.btc_blog_indx_box_wrapper .post-time {
  font-weight: bold;
}

.btc_blog_indx_box_wrapper .post-bottom {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 15px 0;
  background-color: white;
  border-top: 1px solid #f6fbff;
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 100%;
}

.btc_blog_indx_box_wrapper .post-bottom .read-more {
  color: white;
  background-color: #e87358;
  font-weight: bold;
  padding: 0px 8px;
}

.sw_leads_accordian .panel .panel-heading a.collapsed:after,
.sw_leads_accordian .panel .panel-heading a:after {
  color: #001d6c;
}
