@charset "UTF-8";
@import url(../css/bootstrap.min.css);
@import url(../vendors/fontawesome-pro/css/fontawesome-all.min.css);
@import url(../vendors/animate-css/animate.css);
@import url(../vendors/magnify-popup/magnific-popup.css);
@import url(../vendors/owl-carousel/owl.carousel.min.css);
@import url(../vendors/owl-carousel/owl.carousel.min.css);
@import url(../vendors/telinput/intlTelInput.css);
@import url(../vendors/bootstrap-selector/nice-select.css);
@import url("https://fonts.googleapis.com/css?family=Muli:400,600,700,800,900&display=swap");

::-webkit-scrollbar {
  width: 0%;
  height: 2%;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  /* background-image: linear-gradient(#fff, #009ed7);
    background-image: -webkit-linear-gradient(#fff, #009ed7);
    background-image: -moz-linear-gradient(#fff, #009ed7);
    background-image: -o-linear-gradient(#fff, #009ed7); */
  background-color: transparent;
}

::-webkit-scrollbar-track {
  background-color: #fff;
}

::-moz-scrollbar {
  width: 0%;
  height: 2%;
}

::-moz-scrollbar-thumb-proportional {
  border-radius: 4px;
  /* background-image: linear-gradient(#fff, #009ed7);
    background-image: -webkit-linear-gradient(#fff, #009ed7);
    background-image: -moz-linear-gradient(#fff, #009ed7);
    background-image: -o-linear-gradient(#fff, #009ed7); */
  background-color: transparent;
  border: 1px solid transparent;
}

::-moz-scrollbar-track {
  background-color: #fff;
}

::-ms-scrollbar {
  width: 0%;
  height: 2%;
}

::-ms-scrollbar-thumb {
  border-radius: 4px;
  /* background-image: linear-gradient(#fff, #009ed7);
    background-image: -webkit-linear-gradient(#fff, #009ed7);
    background-image: -moz-linear-gradient(#fff, #009ed7);
    background-image: -o-linear-gradient(#fff, #009ed7); */
  background-color: transparent;
}

::-ms-scrollbar-track {
  background-color: #fff;
}

::-o-scrollbar {
  width: 0%;
  height: 2%;
}

::-o-scrollbar-thumb {
  border-radius: 4px;
  /* background-image: linear-gradient(#fff, #009ed7);
    background-image: -webkit-linear-gradient(#fff, #009ed7);
    background-image: -moz-linear-gradient(#fff, #009ed7);
    background-image: -o-linear-gradient(#fff, #009ed7); */
  background-color: transparent;
}

::-o-scrollbar-track {
  background-color: #fff;
}


@font-face {
  font-family: product_sans;
  src: url("../fonts/Product-Sans-Regular.ttf");
}

@font-face {
  font-family: product_sans_medium;
  src: url("../fonts/Product-Sans-Medium.ttf");
}

.theme_btn {
  color: #fff;
  text-align: center;
  font: 700 16px/60px "Muli", sans-serif;
  display: inline-block;
  padding: 0 20px;
  background: -webkit-linear-gradient(286.84deg, #12de5e 0%, #0ee69f 100%);
  background: -o-linear-gradient(286.84deg, #12de5e 0%, #0ee69f 100%);
  background: linear-gradient(163.16deg, #12de5e 0%, #0ee69f 100%);
  -webkit-box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}

.theme_btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.theme_btn:focus,
.theme_btn:hover {
  color: #12de5e;
}

.theme_btn:focus:before,
.theme_btn:hover:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

body {
  font-family: "Muli", sans-serif;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-transform: none !important;
  transform: none !important;
  font-family: "Raleway", sans-serif !important;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0;
}

body p {
  color: #333c4a;
  margin: 0;
}

body ul {
  margin: 0;
  padding: 0;
}

body ul li {
  list-style: none;
}

body footer.row,
body header.row,
body section.row {
  margin: 0;
}

body #success {
  display: none;
}

body #error {
  display: none;
}

body iframe {
  border: none;
}

body i:before {
  margin-left: 0px !important;
}

body .btn,
body a,
body button {
  outline: none;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

body .btn:after,
body .btn:before,
body a:after,
body a:before,
body button:after,
body button:before {
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

body .btn:focus,
body .btn:hover,
body a:focus,
body a:hover,
body button:focus,
body button:hover {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.post_select {
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 1px solid #ddeaee !important;
  background: #fff;
  font: 400 16px/48px "Muli", sans-serif;
  color: #7d8797;
  border-radius: 0;
  height: auto;
  padding: 0 20px;
  resize: none;
  min-width: 100%;
}

.post_select:after {
  display: none;
}

.post_select:before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  font-family: Font awesome\5 Pro;
  font-weight: 900;
  font-size: 14px;
  color: #6b6b6b;
}

.post_select .list {
  width: 100%;
  border-radius: 0;
  margin: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  -webkit-box-shadow: 1px 0px 7px 0px rgba(22, 43, 70, 0.1);
  box-shadow: 1px 0px 7px 0px rgba(22, 43, 70, 0.1);
  overflow-y: scroll;
}

.post_select .list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: #333c4a;
}

/* .header_area {
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  padding: 40px;
  width: 100%;
} */

.header_area .navbar {
  padding: 0;
  display: block;
}

.header_area {
    padding-top: 120px;
    text-align: center;
}

.header_area .navbar .navbar_supported {
    float: right;
}

.header_area .navbar .navbar_supported ul li a {
  color: #fff;
  font: 600 15px/50px "Muli", sans-serif;
  padding-right: 30px;
}

.header_area .navbar .navbar_supported ul li a:after {
  display: none;
}

.header_area .navbar .navbar_supported ul li a:focus,
.header_area .navbar .navbar_supported ul li a:hover {
  color: #12de5e;
}

.header_area .navbar .navbar_supported ul li .theme_btn {
  min-width: 180px;
}

.header_area .navbar .navbar_supported ul li.dropdown {
  position: relative;
}

.header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0;
  -webkit-box-shadow: 1px 0px 7px 0px rgba(22, 43, 70, 0.1);
  box-shadow: 1px 0px 7px 0px rgba(22, 43, 70, 0.1);
}

@media (min-width: 991px) {
  .header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: -40px;
    min-width: 180px;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    visibility: hidden;
    display: block;
    border: none;
  }
}

.header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu a {
  background-color: transparent;
  font: 600 15px/50px "Muli", sans-serif;
  color: #333c4a;
  margin: 0;
  display: block;
  padding: 0 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu a:after {
  border: 0;
}

.header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu a.active,
.header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu a:focus,
.header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu a:hover {
  color: #63d879;
  border-left: 4px solid #63d879;
}

@media (min-width: 991px) {
  .header_area .navbar .navbar_supported ul li.dropdown:focus .dropdown-menu,
  .header_area .navbar .navbar_supported ul li.dropdown:hover .dropdown-menu {
    left: -60px;
    visibility: visible;
    opacity: 1;
  }
}

.header_area.navbar_fixed {
  position: fixed;
  padding: 0 40px;
  padding-top: 5px;
  background: #2654a1;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: background 200ms ease, -webkit-transform 500ms ease;
  transition: background 200ms ease, -webkit-transform 500ms ease;
  -o-transition: transform 500ms ease, background 200ms ease;
  transition: transform 500ms ease, background 200ms ease;
  transition: transform 500ms ease, background 200ms ease,
    -webkit-transform 500ms ease;
}

.header_2 {
  background: #fff;
  padding: 0 40px;
  padding-top: 5px;
  overflow: visible;
}

.header_2 .navbar .navbar_supported ul li a {
  color: #333c4a;
}

.banner_area {
  display: block;
  overflow: hidden;
  background: url("../images/banner-bg.png") no-repeat center top;
  background-size: cover;
  padding: 265px 0 410px;
  text-align: center;
}

.banner_area h2 {
  color: #fff;
  font: 700 48px/62px "Muli", sans-serif;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}

.banner_area p {
  font-size: 20px;
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  padding: 27px 0 75px;
}

.banner_area .theme_btn {
  width: 260px;
  margin: 0 auto;
}

.banner_other {
  display: block;
  overflow: hidden;
  background: url("../images/banner-bg-2.png") no-repeat center top;
  background-size: cover;
  padding: 190px 0 250px;
  text-align: center;
}

.banner_other h2 {
  color: #fff;
  font: 600 42px/64px "Muli", sans-serif;
  max-width: 770px;
  margin: 0 auto;
}

.banner_other p {
  font-size: 18px;
  color: #fff;
  padding-top: 15px;
}

.ba_2 {
  background: url("../images/banner-bg-3.png") no-repeat center top;
  background-size: cover;
  padding-bottom: 320px;
  margin-bottom: 40px;
}
.ba_2 p,
.ba_2 h2{
  color: #1c1c1c;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: rotate(0) translate(0, -30px);
    transform: rotate(0) translate(0, -30px);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate(0) translate(0, 20px);
    transform: rotate(0) translate(0, 20px);
    opacity: 0;
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: rotate(0) translate(0, -30px);
    transform: rotate(0) translate(0, -30px);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate(0) translate(0, 20px);
    transform: rotate(0) translate(0, 20px);
    opacity: 0;
  }
}
.has-address-suggestions {
    position: relative;
}


.address-suggestions {

    background-color: white;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #c4c4c4;
    font-size: 14px;
    letter-spacing: .01em;
    line-height: 1.25em;
    list-style: none;
    margin: 0;
    max-height: 200px;
    opacity: 0;
    overflow: auto;
    padding: 0;
    top:100%;
    position: absolute;
    transition: all .4s ease;
    visibility: hidden;
    width: 100%;
    z-index: 2;

}

.address_input:focus ~ .address-suggestions {
    opacity: 1 !important;
    visibility: visible !important;
}

.address-suggestions__item {
    background-color: transparent;
    border-bottom: 1px solid #ccc;
    display: block;
    padding: 10px 15px;
    transition: background-color .4s ease;
}

    .address-suggestions__item:hover {
        background-color: #0FE48B;
        color:#333c4a;
        cursor:pointer;
    }


.payment_page {
  overflow: hidden;
}

.payment_page h3 {
  font: 700 24px/1 "Muli", sans-serif;
  color: #333c4a;
  padding-bottom: 20px;
}

.payment_page .customer_details {
  padding: 40px;
  background: #f9fbfd;
}

.payment_page .customer_details .address li {
  font: 400 16px/30px "Muli", sans-serif;
  color: #333c4a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.payment_page .customer_details .address li b {
  font-weight: bold;
  min-width: 135px;
  display: inline-block;
}

.payment_page .customer_details .address li a {
  color: #333c4a;
}

.payment_page .customer_details .address li a:focus,
.payment_page .customer_details .address li a:hover {
  color: #12de5e;
}

.payment_page .nearly_form {
  padding: 40px;
}

.payment_page .nearly_form .sm_row {
  margin-left: -5px;
  margin-right: -5px;
}

.payment_page .nearly_form .sm_row .form-group {
  padding: 0 5px;
}

.payment_page .nearly_form .form-group {
  position: relative;
}

.payment_page .nearly_form .form-group .card_mg {
  position: absolute;
  right: 10px;
  top: 11px;
}

.payment_page .nearly_form .form-group .form-control {
  line-height: 48px;
}

.payment_page .complete {
  padding-top: 40px;
}

.payment_page .complete .theme_btn {
  width: 520px;
  display: block;
  margin: 0 auto;
  -webkit-box-shadow: 0px 3px 20px rgba(17, 224, 114, 0.6);
  box-shadow: 0px 3px 20px rgba(17, 224, 114, 0.6);
}

.payment_page .complete .cancel {
  display: block;
  text-align: center;
  font: 700 16px/1 "Muli", sans-serif;
  color: #9da6b5;
  padding-top: 28px;
}

.provide_homeowners {
  display: block;
  overflow: hidden;
  margin-top: -110px;
  position: relative;
  z-index: 2;
}

.provide_homeowners .homeowners_inner {
  background: #fff;
  padding: 85px 75px 45px;
  border-radius: 20px 20px 0 0;
  position: relative;
}

.provide_homeowners .homeowners_inner h2 {
  font: 600 36px/62px "Muli", sans-serif;
  color: #333c4a;
  text-align: center;
  padding-bottom: 70px;
}

.provide_homeowners .homeowners_inner .homeowners {
  text-align: center;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
  padding: 40px 35px;
  margin-bottom: 30px;
}

.provide_homeowners .homeowners_inner .homeowners .img {
  height: 64px;
}

.provide_homeowners .homeowners_inner .homeowners .heding {
  display: block;
  font: 700 22px/1 "Muli", sans-serif;
  color: #333c4a;
  padding-top: 35px;
  padding-bottom: 25px;
}

.provide_homeowners .homeowners_inner .homeowners .heding:focus,
.provide_homeowners .homeowners_inner .homeowners .heding:hover {
  color: #12de5e;
}

.provide_homeowners .homeowners_inner .homeowners p {
  min-height: 80px;
}

.provide_homeowners .homeowners_inner .homeowners h6 {
  font: 400 16px/1 "Muli", sans-serif;
  color: #12de5e;
  padding-bottom: 27px;
  padding-top: 15px;
}

.provide_homeowners .homeowners_inner .homeowners .theme_btn {
  line-height: 50px;
  min-width: 200px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.provide_homeowners .homeowners_inner .homeowners .theme_btn:before {
  background: #12de5e;
}

.provide_homeowners .homeowners_inner .homeowners .theme_btn:focus,
.provide_homeowners .homeowners_inner .homeowners .theme_btn:hover {
  color: #fff;
}

.provide_homeowners .homeowners_inner .get_btn {
  text-align: center;
  padding-top: 30px;
}

.provide_homeowners .homeowners_inner .get_btn .theme_btn {
  width: 420px;
}

.ph_2 {
  margin: 0;
  background: #f9fbfd;
}

.ph_2 .homeowners_inner {
  padding-bottom: 100px;
  background: transparent;
}

.best_describes {
  display: block;
  overflow: hidden;
  padding-bottom: 90px;
}

.best_describes .tab_nav {
  max-width: 900px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
  z-index: 9;
  top: 25px;
  display: none;
}

.best_describes .tab_list {
  padding-bottom: 25px;
  padding-right: 25px;
  display: block;
  overflow: hidden;
}

.best_describes .tab_list li {
  /* display: inline-block; */
  color: #aab8c4;
  font: 600 16px/30px "Muli", sans-serif;
  padding: 14px 0;
  background: #fff;
  width: calc(100% / 3);
  float: left;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
}

.best_describes .tab_list li:after {
  content: "";
  position: absolute;
  right: -18px;
  top: 0;
  background: url("../images/shap.png") no-repeat;
  display: block;
  height: 100%;
  width: 30px;
  z-index: 1;
  background-position: 0;
}

.best_describes .tab_list li:nth-child(2):after {
  background: #fff url("../images/shap.png") no-repeat;
}

.best_describes .tab_list li:last-child:after {
  right: -30px;
}

.best_describes .tab_list li span {
  height: 30px;
  width: 30px;
  border-radius: 30px;
  font: 800 12px/30px "Muli", sans-serif;
  color: #fff;
  background: #aab8c4;
  display: inline-block;
  margin-right: 5px;
}

.best_describes .tab_list li.active,
.best_describes .tab_list li.bg_active {
  color: #fff;
  background: #11e06f;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.best_describes .tab_list li.active:after,
.best_describes .tab_list li.bg_active:after {
  background: url(../images/shap-active.png) no-repeat;
  background-position: 0;
  right: -25px;
}

.best_describes .tab_list li.active span,
.best_describes .tab_list li.bg_active span {
  color: #12de5e;
  background: #fff;
}

.best_describes .describes_inner {
  padding-top: 12px;
  position: relative;
  min-height: 460px;
  z-index: 0;
}

.best_describes .describes_inner:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 100%;
  background: #ffffff;
  border-radius: 30px 30px 0px 0px;
  height: 100%;
  top: 0;
  z-index: -1;
}

.best_describes .describes_inner .carousel-item.slide_hidde.d_none {
  display: none !important;
  opacity: 0;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
}

.best_describes .describes_inner carousel-item.slide_next.active {
  background: #fff !important;
}

.best_describes h2 {
  text-align: center;
  font: 600 30px/40px "Muli", sans-serif;
  color: #333c4a;
  padding-bottom: 55px;
}

.best_describes .describes_item {
  position: relative;
}

.best_describes .describes_item .info_a .info {
  position: absolute;
  bottom: 45px;
  right: 32px;
  width: 16px;
  z-index: 2;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}
.best_describes .describes_item:hover .info_a .info{
  bottom: 26px;
}
.best_describes .describes_item .info_a .info svg{
  width: 100%;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}
.best_describes .describes_item .info_a .info svg path {  
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}
.best_describes .describes_item:hover .info_a .info svg path{
  fill:#fff;
}

.best_describes .describes_item .info_a .info img {
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.best_describes .describes_item .info_a .info img + img {
  display: none;
}

.best_describes .describes_item .info_a .h_text {
  bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 30px;
  width: 100%;
  border-radius: 3px;
  background-color: #13D38D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  z-index: -1;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 100ms linear 0s;
  -o-transition: all 100ms linear 0s;
  transition: all 100ms linear 0s;
}

.best_describes .describes_item .info_a .h_text p {
  color: #fff;
}

.best_describes .describes_item .info_a:focus .h_text,
.best_describes .describes_item .info_a:hover .h_text {
  z-index: 1;
  opacity: 1;
}

.best_describes .describes_item .info_a:focus .icon,
.best_describes .describes_item .info_a:focus .info,
.best_describes .describes_item .info_a:hover .icon,
.best_describes .describes_item .info_a:hover .info {
  background-color: transparent;
}

.best_describes .describes_item .info_a:focus .icon img,
.best_describes .describes_item .info_a:focus .info img,
.best_describes .describes_item .info_a:hover .icon img,
.best_describes .describes_item .info_a:hover .info img {
  display: none;
}

.best_describes .describes_item .info_a:focus .icon img + img,
.best_describes .describes_item .info_a:focus .info img + img,
.best_describes .describes_item .info_a:hover .icon img + img,
.best_describes .describes_item .info_a:hover .info img + img {
  display: inline-block;
}

.best_describes .describes {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  /* padding: 25px 0; */
  padding: 16px 0;
  cursor: pointer;
  /* height: 275px; */
  height: 242px;
  overflow: hidden;
  transition:.4s ease all;
  -webkit-transition:.4s ease all;
  -moz-transition:.4s ease all;
  background: #FFFFFF;
  border: 2px solid rgba(214, 214, 214, 0.2);
  box-shadow: 0px 0px 1px #fff;
  box-sizing: border-box;
  border-radius: 3px;
}
.describes_item.describes_item_2 .describes{
  height: auto;
  padding: 45px 25px 20px 25px;
  min-height: 184px;
}
.describes_item.describes_item_2 .describes h6{
 padding-top: 0px !important;
 margin-top: 30px !important;
 padding-bottom: 0px !important;
}
.describes_item.describes_item_2 .describes svg{
 fill: #D6D6D6;
}

.describes_item.describes_item_2 .describes:hover h6{
  margin-top: 30px !important;
  color: #fff !important;
}

.describes_item.describes_item_2 .describes:hover h6 span{
  color: #fff !important;
}

.describes_item.describes_item_2 .describes:hover{
  /* background: #13D38D !important; */
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25) !important;
}

.describes_item.describes_item_2 .describes .customtooltip{
  width:16px;
  fill:#6b6b6b;
  margin-top:-2px;
  transition: .4s;
}

.describes_item.describes_item_2 .describes:hover svg{
  fill: #fff;
}

.describes_item.describes_item_2 .describes.active svg{
  fill: #fff;
}

.describes_item.describes_item_2 .describes.active h6 span{
  color: #fff !important;
}
.title-part{
  margin-bottom: 40px;
}
.title-part .tittle{
  flex: 1;
  margin-bottom: 0px !important;
}
.np_btn.back-btn-group, .title-part .right-side{
  align-self: flex-end;
}
.np_btn.back-btn-group .theme_btn.back-btn{
  background: transparent;
  min-width: 100%;
  color: #D6D6D6;
  padding: 0px;
}
.np_btn.back-btn-group .theme_btn.back-btn svg{
  fill: #D6D6D6;
  margin-right: 17px;
}
.np_btn.back-btn-group .theme_btn.back-btn:hover{
  color: #13D38D;
}
.np_btn.back-btn-group .theme_btn.back-btn:hover svg{
  fill: #13D38D;
}
.np_btn.back-btn-group .theme_btn.back-btn:before{
  display: none;
}
.np_btn.back-btn-group .theme_btn.back-btn:hover{
  box-shadow: none;
}
.title-part .right-side h6 svg{
  fill: #D6D6D6;
  margin-right: 10px;
  transition: all 300ms linear;
}
.title-part .right-side h6{
  color: #D6D6D6;
  transition: all 300ms linear;
  margin-bottom: 10px !important;
}
.title-part .right-side h6:hover{
  color: #13D38D;
}
.title-part .right-side h6:hover svg{
  fill: #13D38D;
}
.describes_item .describes.slide_4{
  height: auto;
}

.describes_item .describes.slide_4 h2{
  font-size: 45px !important;
  line-height: 53px !important;
}
.get_quote_form.tittle{
  margin-bottom: 0px !important;
}



/* ckeckbox css */

.check_box label{
  position: relative;
  cursor: pointer;
  padding-left: 20px;
  font-size: 12px !important;
}
.form-group.check_box label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #D6D6D6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 5px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  position: absolute;
  left: 0px;
  top: 3px;
}

.form-group.check_box input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 4px;
  height: 8px;
  border: solid #13D38D;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form_btn .btn.btn-primary{
  width: 176px;
  margin: auto;
}



/* #divBedRoom .describes_item .describes{
  height: 210px;
} */

#ProvisionalYesNo .small_box .col-lg-2:nth-child(2),
#divExtensionsYesNo .small_box .col-lg-2:nth-child(2){
  padding: 0px;
  margin-left: 35px;
}

#ProvisionalYesNo .small_box .col-lg-2:nth-child(3),
#divExtensionsYesNo .small_box .col-lg-2:nth-child(3){
  padding: 0px;
  margin-left: 20px;
}

#ProvisionalYesNo .describes_item .describes h2 i,
#divHomeEnergySurveyYesNo .describes_item .describes h2 i,
#divExtensionsYesNo .describes_item .describes h2 i {
  display: block;
  padding-bottom: 0;
  font-size: 50px;
  line-height: 62px;
  margin-bottom: 25px;
  transition: .4s;
}

#ProvisionalYesNo .describes_item .describes,
#divHomeEnergySurveyYesNo .describes_item .describes,
#divExtensionsYesNo .describes_item .describes{
  /* padding: 40px 0px; */
  padding: 25px 0px;
}

#divExtensions .describes_item .describes{
  padding: 60px 0px;
}

#ProvisionalYesNo .describes_item .describes h2,
#divHomeEnergySurveyYesNo .describes_item .describes h2,
#divExtensionsYesNo .describes_item .describes h2 {
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.02em;
}
.best_describes .describes .icon svg path {
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.best_describes .describes .icon {
  text-align: center;
  width: 40%;
  margin: auto;
  margin-top: 25px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}
.best_describes .describes.active .icon,
.best_describes .describes:hover .icon{
  /* width: 20%;
  margin-top: 0px; */
}
.best_describes .describes .icon svg{
  width: 100%;
}
.best_describes .describes .icon_4 {
  padding-top: 15px;
  width: 26%;
}
.best_describes .describes.active .icon_4,
.best_describes .describes:hover .icon_4{
  /* width: 12%;
  margin-top: 0px; */
}

#divPropertyType .fast_slide .b_icon_01,
#divPropertyType .fast_slide .b_icon_02,
#divPropertyType .fast_slide .b_icon_03,
#divPropertyType .fast_slide .b_icon_04 {
  height: auto;
  width: 100%;
}

#divPropertyType .fast_slide .b_icon_02,
#divPropertyType .fast_slide .b_icon_03 {
  padding-top: 6px;
}

#divPropertyType .describes.active .b_icon_01,
#divPropertyType .describes.active  .b_icon_02,
#divPropertyType .describes.active  .b_icon_03,
#divPropertyType .describes.active   .b_icon_04,
#divPropertyType .describes:hover .b_icon_01,
#divPropertyType .describes:hover  .b_icon_02,
#divPropertyType .describes:hover .b_icon_03,
#divPropertyType .describes:hover  .b_icon_04 {
  width: 50%;
}

#divPropertyType .fast_slide .describes.active h6, 
#divPropertyType .fast_slide .describes:hover h6{
  margin-top: 20px;
}

#divPropertyType .fast_slide h6{
  padding: 0;
}
#divPropertyType .fast_slide .b_icon_04 svg,
#divPropertyType .fast_slide .b_icon_03 svg,
#divPropertyType .fast_slide .b_icon_01 svg {
  width: 50%;
}
#divPropertyType .fast_slide .b_icon_02 svg{
  width: 75%;
  padding-top: 12px;
}

/* .best_describes .describes.active .icon svg path,
.best_describes .describes:hover .icon svg path{
  fill:#fff;
} */

.best_describes .describes .icon img {
  display: block;
  margin: 0 auto;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.best_describes .describes .icon img + img {
  display: none;
}

.best_describes .describes h6 {
  font: 600 24px/1 "Muli", sans-serif;
  color: #333c4a;
  padding-top: 35px;
}

/* .best_describes .describes.active,
.best_describes .describes:focus,
.best_describes .describes:hover {
  background: #fff;
  border: 2px solid #2ec16e;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
  border-radius: 3px;
} */

.best_describes .describes.active .icon img,
.best_describes .describes:focus .icon img,
.best_describes .describes:hover .icon img {
  display: none;
}

.best_describes .describes.active .icon img + img,
.best_describes .describes:focus .icon img + img,
.best_describes .describes:hover .icon img + img {
  display: block;
}

/* .best_describes .describes.active h6,
.best_describes .describes:focus h6,
.best_describes .describes:hover h6 {
  color: #fff;
} */

.best_describes .describes.active .info,
.best_describes .describes:focus .info,
.best_describes .describes:hover .info {
  background: #fff;
}

.best_describes .np_btn {
  margin-top: 55px;
}

.best_describes .np_btn h6 {
  font: 600 20px/60px "Muli", sans-serif;
  color: #aab8c4;
}

.best_describes .np_btn .theme_btn {
  min-width: 220px;
  background: #f3f8fa;
  color: #333c4a;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.best_describes .np_btn .theme_btn i {
  color: #333c4a;
  font-size: 15px;
  left: 20px;
  position: absolute;
  line-height: 60px;
}

.best_describes .np_btn .theme_btn:before {
  background: #2ec16e
}

.best_describes .np_btn .theme_btn:focus,
.best_describes .np_btn .theme_btn:hover {
  color: #fff;
  -webkit-box-shadow: 0px 3px 20px rgba(17, 224, 114, 0.6);
  box-shadow: 0px 3px 20px rgba(17, 224, 114, 0.6);
}

.best_describes .np_btn .theme_btn:focus i,
.best_describes .np_btn .theme_btn:hover i {
  color: #fff;
}

.best_describes .np_btn .next i {
  left: auto;
  right: 20px;
}

.best_describes .np_btn2 {
  width: 100%;
  padding-top: 20px;
}

.best_describes .np_btn2 .theme_btn {
  border: 1px solid #333c4a;
  line-height: 58px;
}

.best_describes .np_btn2 .theme_btn:focus,
.best_describes .np_btn2 .theme_btn:hover {
  border-color: #12de5e;
}

.best_describes .carousel-inner {
  padding: 0 15px;
}

.best_describes .tittle {
  text-align: center;
  margin-bottom: 40px;
}
.best_describes .tittle .info {
  height: 30px;
  line-height: 27px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
  background: #12de5e;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
  z-index: 2;
  display: inline-block;
}

.best_describes .tittle h2 {
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  letter-spacing: .02em;
  font-weight: 600;
  padding-bottom: 15px;
  max-width: 760px;
  margin: 0 auto;
}

.best_describes .tittle p {
  max-width: 630px;
  margin: 0 auto;
}

.best_describes .step_2 .describes h2,
.best_describes .step_3 .describes h2 {
  padding-bottom: 0;
  font-weight: 600;
  font-size: 70px;
  line-height: 82px;
  color:  #6B6B6B;
  text-align: center;
  letter-spacing: 0.02em;
  font-family: "Muli", sans-serif;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}
.best_describes .step_2 .describes.active h2,
.best_describes .step_3 .describes.active h2,
.best_describes .step_2 .describes:hover h2,
.best_describes .step_3 .describes:hover h2 {
  color: #333333;
}

.best_describes .step_2 .describes h6,
.best_describes .step_3 .describes h6 {
  padding-top: 20px;
}
.best_describes .step_2 .describes .top_txt{
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  opacity: 0;
  margin-top: -20px;
  transition: .4s;
  -webkit-transition: .4s;
}

/* .best_describes .describes:hover .top_txt{
  opacity: 0.5;
  margin-top: 0px;
} */

.best_describes .step_2 .describes h6 span,
.best_describes .step_3 .describes h6 span {
  display: block;
  color: #333c4a;
  font-size: 12px;
  font-weight: 600;
  padding-top: 7px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}
.describes h6 span svg {
  fill: #6B6B6B;
}
.describes h6 span {
  line-height: 20px;
}
/* .best_describes .step_2 .describes:hover h6 span,
.best_describes .step_3 .describes:hover h6 span {
  color: #fff;
} */

.best_describes .step_2 .describes.active,
.best_describes .step_2 .describes:focus,
.best_describes .step_2 .describes:hover,
.best_describes .step_3 .describes.active,
.best_describes .step_3 .describes:focus,
.best_describes .step_3 .describes:hover {
  background: #2ec16e;
  border: 2px solid #2ec16e;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  color: #fff;
}
.best_describes .step_3 .describes.active h2 i, .best_describes .step_3 .describes.active h2{
  color: #fff;
}
.step_3.fast_slide.small_box .describes_item .describes {
  height: auto !important;
}
.best_describes .step_3 .describes:hover h2, .best_describes .step_3 .describes.active:hover h2 {
  color: #fff !important;
}
.best_describes .step_3 .describes:hover h2 i, .best_describes .step_3 .describes.active:hover h2 i{
  color: #fff !important;
}

.best_describes .step_2 .describes.active h2,
.best_describes .step_2 .describes:focus h2,
.best_describes .step_2 .describes:hover h2,
.best_describes .step_3 .describes.active h2,
.best_describes .step_3 .describes:focus h2,
.best_describes .step_3 .describes:hover h2 {
  color: #fff;
}

.best_describes .step_2 .describes.active h6 span,
.best_describes .step_2 .describes:focus h6 span,
.best_describes .step_2 .describes:hover h6 span,
.best_describes .step_3 .describes.active h6 span,
.best_describes .step_3 .describes:focus h6 span,
.best_describes .step_3 .describes:hover h6 span {
  color: #fff;
}

.best_describes .step_3 .describes {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.best_describes .submit_pages {
  max-width: 822px;
  margin: 0 auto;
  padding-bottom: 30px;
  position: relative;
}

.best_describes .submit_pages .download_btn {
  position: absolute;
  top: -30px;
  right: 0;
  color: #333c4a;
  font-size: 25px;
}

.best_describes .submit_pages .download_btn:focus,
.best_describes .submit_pages .download_btn:hover {
  color: #12de5e;
}

.best_describes .submit_pages .logo {
  position: absolute;
  top: 30px;
  right: 0;
}

.best_describes .submit_pages .address {
  border-bottom: 2px solid #c6cdd3;
  padding-bottom: 30px;
}

.best_describes .submit_pages .address li {
  font: 400 16px/30px "Muli", sans-serif;
  color: #333c4a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.best_describes .submit_pages .address li b {
  font-weight: bold;
  min-width: 84px;
  display: inline-block;
}

.best_describes .submit_pages .address li a {
  color: #333c4a;
}

.best_describes .submit_pages .address li a:focus,
.best_describes .submit_pages .address li a:hover {
  color: #12de5e;
}

.best_describes .submit_pages .customer_details {
  padding-top: 40px;
  padding-bottom: 30px;
}

.best_describes .submit_pages .customer_details h3 {
  font: 700 15px/1 "Muli", sans-serif;
  color: #333c4a;
  padding-bottom: 10px;
  padding-top:10px;
}
.best_describes .submit_pages .customer_details .details h2{
     font: 600 15px/1 "Muli", sans-serif;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 600;
    font-size: 12px;
    padding-bottom: 7px;
    text-align: left;
    padding-left:10px;
}
.best_describes .submit_pages .customer_details .details h3{
    font: 600 15px/1 "Muli", sans-serif;
    color: #000000; 
    font-weight: 600;
    font-size: 12px; 
    padding:0;
    word-wrap: break-word;
    padding-left:10px;
}

.best_describes .submit_pages .customer_details .address {
  border: 0;
}

.best_describes .submit_pages .customer_details .address li b {
  min-width: 92px;
}

.best_describes .submit_pages .summary_details {
  /*background: #d3e0b4;*/
 background: #E8FBF4;

}

.best_describes .submit_pages .customer_details h6 {
    font-family: "Muli", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #888888;
}
.best_describes .submit_pages .customer_details h5 {
    font-family: "Muli", sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 26px;
    color: #13D38D;
}


.best_describes .submit_pages .summary_details h4 {
  padding: 0 10px;
  font: 800 17px/45px "Muli", sans-serif;
  display: block;
  color: #161616;
  /*border-bottom: 1px solid #b6c09c;*/
  border: 0.5px solid #13D38D;
  border-bottom: none;
}

.best_describes .submit_pages .summary_details table tbody tr {
  border-bottom: 1px solid #0d9362;
  font: 600 12px/33px "Muli", sans-serif;
  color: #161616;
}

.best_describes .submit_pages .summary_details table tbody tr p {
  color: #73826f;
  font-size: 12px;
  padding-bottom: 10px;
}

.best_describes .submit_pages .summary_details table tbody tr td {
  padding-left:10px;
  text-align:left;
}

.best_describes .submit_pages .summary_details .total {
  font: 700 18px/40px "Muli", sans-serif;
  border: 0.5px solid #13D38D;
  border-top: none;
  display: block;
  padding: 0 10px;
}

.best_describes .submit_pages .summary_details .total span {
  float: right;
}

.best_describes .submit_pages .date_sing {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
}

.best_describes .submit_pages .date_sing h6 {
  font: 700 18px/26px "Muli", sans-serif;
  color: #333c4a;
}

.best_describes .submit_pages .date_sing h6 span {
  display: block;
  padding-top: 20px;
}

.best_describes .submit_pages .pay_c_btn .theme_btn {
  min-width: 200px;
  -webkit-box-shadow: 0px 3px 20px rgba(17, 224, 114, 0.6);
  box-shadow: 0px 3px 20px rgba(17, 224, 114, 0.6);
  line-height: 50px;
  background: linear-gradient(163.16deg, #0fe48b 0%, #0fe48b 100%);
}

.best_describes .submit_pages .pay_c_btn .contact_b {
  background: #fff;
  color: #333c4a;
  border: 1px solid #ececec;
  line-height: 48px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-right: 17px;
}

.best_describes .submit_pages .pay_c_btn .contact_b:before {
  background: #0fe48b;
}

.best_describes .submit_pages .pay_c_btn .contact_b:focus,
.best_describes .submit_pages .pay_c_btn .contact_b:hover {
  color: #fff;
  border-color: #0fe48b;
}


.fast_slide .describes h6 {
  padding: 18px 0;
  padding-bottom: 10px;
  font-size: 16px;
  margin-top: 20px;
  font-family: "Raleway", sans-serif;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

/* .fast_slide .describes.active h6,
.fast_slide .describes:hover h6{
  color: #2ec16e;
  margin-top: 0px;
} */

.fast_slide .describes p{
  font-size: 12px;
  font-weight: 400;
  transition: .4s;
  color: #3e3e3e;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}
.fast_slide .describes p span {
  font-family:"Muli", sans-serif;
  font-weight: 600;
  font-size: 14px;
}
.fast_slide .describes .des p{
  font-family:"Muli", sans-serif;
  font-weight: 400;
  font-size: 12px;
  padding: 0px 20px;
  margin-top: 10px;
  visibility: hidden;
  opacity: 0;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}
/* .fast_slide .describes.active .des p,
.fast_slide .describes:hover .des p{
  visibility: visible;
  opacity: 1;
} */
.fast_slide .describes {
  position: relative;
}
#divCategory {
  margin-bottom: 60px;
}

#divCategory .fast_slide .col-lg-2{
  -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
/* 
.select_btn_style p{
  background-color: #2ec16e;
  color: #fff !important;
  width: 100%;
  text-align: center;
  padding: 10px 0px;
  font-weight: 500;
  letter-spacing: .02em;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}
.fast_slide .describes.active .select_btn_style p,
.fast_slide .describes:hover .select_btn_style p{  
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
} */

/* .fast_slide .describes.active p,
.fast_slide .describes:hover p{
  color: #fff;
} */
.fast_slide .describes .icon img {
  height: 57px;
}
.small_box {
  max-width: 985px;
  margin: 0 auto;
}
.contact_pages .map_location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.contact_pages .map_location iframe {
  width: 100%;
  height: 590px;
}

.contact_pages .map_location .location {
  position: absolute;
  left: 60px;
  right: 60px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #969eab;
  border-radius: 4px;
  padding: 40px;
}

.contact_pages .map_location .location .media {
  padding-bottom: 15px;
}

.contact_pages .map_location .location .media .media-body {
  padding-left: 20px;
}

.contact_pages .map_location .location .media .media-body h4 {
  font: 700 20px/1 "Muli", sans-serif;
  color: #333c4a;
}

.contact_pages .map_location .location .media .media-body a,
.contact_pages .map_location .location .media .media-body p {
  font: 400 16px/24px "Muli", sans-serif;
  color: #333c4a;
  padding-top: 10px;
  display: block;
}

.contact_pages .map_location .location .media .media-body a:hover {
  color: #12de5e;
}

.contact_pages .nearly_form .form-group .form-control {
  line-height: 48px;
}

.invoce_table {
  overflow: hidden;
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.invoce_table .datarang_table {
  margin: 0;
}

.invoce_table .datarang_table .table_header {
  background: #12de5e;
}

.invoce_table .datarang_table .table_header tr .invoice_id {
  padding-left: 17px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.invoce_table .datarang_table .table_header tr .invoice_id .data_rang {
  font-weight: 400;
  padding-top: 7px;
}

.invoce_table .datarang_table .table_header tr th {
  border: 0;
  padding: 0;
  color: #fff;
  font: 700 16px/1 "Muli", sans-serif;
  letter-spacing: 1px;
  vertical-align: middle;
}

.invoce_table .datarang_table .table_header tr th .dropdown a {
  font: 400 12px/1 "Muli", sans-serif;
  color: #fff;
}

.invoce_table .datarang_table .table_header tr th .dropdown ul {
  background: #b5c6d7;
  top: 30px;
}

.invoce_table .datarang_table .table_header tr th .dropdown ul li a {
  line-height: 30px;
}

.invoce_table .datarang_table .table_header tr th .dropdown ul li a:focus,
.invoce_table .datarang_table .table_header tr th .dropdown ul li a:hover {
  color: #7795b3;
  background: #fff;
}

.invoce_table .datarang_table .table_header tr .th_5 {
  width: 150px;
  text-align: right;
  padding-right: 30px;
}

.invoce_table .datarang_table .table_body tr td {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #7795b3;
  font: 400 14px/1 "Muli", sans-serif;
  letter-spacing: 1px;
  border-top: 1px solid #ddeaee;
}

.invoce_table .datarang_table .table_body tr td.check_rang {
  padding-left: 17px;
}

.invoce_table .datarang_table .table_body tr td.check_rang .data_rang {
  font: 400 16px/1 "Muli", sans-serif;
  color: #5d7f9f;
  padding-top: 5px;
}

.invoce_table .datarang_table .table_body tr td.action_btn {
  padding-right: 25px;
}

.invoce_table .datarang_table .table_body tr td.action_btn .action_btn_r {
  float: right;
}

.invoce_table .datarang_table .table_body tr td.action_btn .action_btn_r a {
  font-size: 16px;
  color: #333c4a;
}

.invoce_table .datarang_table .table_body tr td.action_btn a {
  border: 1px solid #ddeaee;
  background-color: #f4f8f9;
  line-height: 34px;
  width: 36px;
  border-radius: 5px;
  display: inline-block;
  margin-left: 6px;
  text-align: center;
}

.invoce_table .datarang_table .table_body tr td.action_btn a:focus,
.invoce_table .datarang_table .table_body tr td.action_btn a:hover {
  background: #12de5e;
  color: #fff;
}

.invoce_table .datarang_table .table_body tr td .md-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.invoce_table .datarang_table .table_body .check_rang .md-checkbox .data_rang {
  padding-top: 0;
  padding-bottom: 5px;
}

.invoce_table .datarang_table .table_body .check_rang .md-checkbox h6 {
  padding-left: 40px;
}

.pagination_area {
  padding-bottom: 20px;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 30px;
  display: block;
}

.pagination_area .page_navigation {
  float: right;
  padding-bottom: 10px;
  padding-top: 5px;
}

.pagination_area .page_navigation .pagination {
  margin: 0;
}

.pagination_area .page_navigation .pagination li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagination_area .page_navigation .pagination li:last-child {
  border-right: 1px solid #dde6ee;
}

.pagination_area .page_navigation .pagination li a {
  font: 400 13px/1 "Muli", sans-serif;
  color: #5d7f9f;
  padding: 15px;
  padding-left: 16px;
  padding-right: 16px;
  border: 1px solid #dde6ee;
  border-right: 0;
}

.pagination_area .page_navigation .pagination li a:focus,
.pagination_area .page_navigation .pagination li a:hover {
  color: #fff;
  background: #12de5e;
}

.table_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.table_content h4 {
  font: 700 18px "Muli", sans-serif;
  color: #333c4a;
  display: inline-block;
}

.table_content .input-group {
  width: 250px;
  margin-bottom: 5px;
  overflow: hidden;
}

.table_content .input-group .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 1px solid #ddeaee;
  background: #fff;
  font: 400 16px/40px "Muli", sans-serif;
  color: #7d8797;
  border-radius: 4px 0px 0px 5px;
  height: auto;
  padding: 0 20px;
  resize: none;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.table_content .input-group .form-control.placeholder {
  color: #7d8797;
}

.table_content .input-group .form-control:-moz-placeholder {
  color: #7d8797;
}

.table_content .input-group .form-control::-moz-placeholder {
  color: #7d8797;
}

.table_content .input-group .form-control::-webkit-input-placeholder {
  color: #7d8797;
}

.table_content .input-group .form-control:focus {
  border-color: #12de5e;
}

.table_content .input-group .form-control:focus.placeholder {
  color: transparent;
}

.table_content .input-group .form-control:focus:-moz-placeholder {
  color: transparent;
}

.table_content .input-group .form-control:focus::-moz-placeholder {
  color: transparent;
}

.table_content .input-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.table_content .input-group .input-group-text {
  border: 0;
  background: #ddeaee;
  cursor: pointer;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.table_content .input-group .input-group-text:focus,
.table_content .input-group .input-group-text:hover {
  color: #fff;
  background: #12de5e;
}

.md-checkbox {
  position: relative;
  height: 26px;
  /* display: inline-block; */
  float: left;
}

.md-checkbox .data_rang {
  margin: 0;
  padding-left: 40px;
}

.md-checkbox label {
  cursor: pointer;
}

.md-checkbox label:after,
.md-checkbox label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.md-checkbox label:before {
  width: 26px;
  height: 26px;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #e5edf3;
  background-color: #fcfdfd;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.md-checkbox input[type="checkbox"] {
  outline: 0;
  margin-right: 10px;
  display: none;
}

.md-checkbox input[type="checkbox"]:checked + label:before {
  background: #7dc691;
  border: none;
}

.md-checkbox input[type="checkbox"]:checked + label:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 8px;
  left: 8px;
  width: 10px;
  height: 6px;
  border: 2px solid #fff;
  border-top-style: none;
  border-right-style: none;
}

.nearly_form {
  max-width: 810px;
  margin: 0 auto;
  background: #f9fbfd;
  padding: 50px 45px;
  padding-bottom: 40px;
}

.nearly_form .form-group {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}

.nearly_form .form-group i {
  color: #11df66;
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 20px;
  line-height: 62px;
}

.nearly_form .form-group .v_btn {
  width: 90px;
  background: -webkit-linear-gradient(296.36deg, #12de5e 0%, #0ee69f 100%);
  background: -o-linear-gradient(296.36deg, #12de5e 0%, #0ee69f 100%);
  background: linear-gradient(153.64deg, #12de5e 0%, #0ee69f 100%);
  -webkit-box-shadow: 0px 3px 20px rgba(17, 224, 114, 0.6);
  box-shadow: 0px 3px 20px rgba(17, 224, 114, 0.6);
  border-radius: 3px;
  font: 700 18px/34px "Muli", sans-serif;
  color: #fff;
  display: block;
  border: 0;
  position: absolute;
  right: 20px;
  top: 15px;
}

.nearly_form .form-group .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 1px solid #ddeaee;
  background: #fff;
  font: 400 16px/62px "Muli", sans-serif;
  color: #7d8797;
  border-radius: 0;
  height: auto;
  padding: 0 20px;
  resize: none;
  min-width: 100%;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.nearly_form .form-group .form-control.placeholder {
  color: #7d8797;
}

.nearly_form .form-group .form-control:-moz-placeholder {
  color: #7d8797;
}

.nearly_form .form-group .form-control::-moz-placeholder {
  color: #7d8797;
}

.nearly_form .form-group .form-control::-webkit-input-placeholder {
  color: #7d8797;
}

.nearly_form .form-group .form-control:focus {
  border-color: #12de5e;
}

.nearly_form .form-group .form-control:focus.placeholder {
  color: transparent;
}

.nearly_form .form-group .form-control:focus:-moz-placeholder {
  color: transparent;
}

.nearly_form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}

.nearly_form .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.nearly_form .form-group .form-check .form-check-input {
  margin-top: 7px;
}

.nearly_form .form-group .form-check label {
  color: #7d8797;
  font: 400 16px/26px "Muli", sans-serif;
}

.nearly_form .form-group .theme_btn {
  border: 0;
  outline: none;
  width: 100%;
  -webkit-box-shadow: 0px 3px 20px rgba(17, 224, 114, 0.6);
  box-shadow: 0px 3px 20px rgba(17, 224, 114, 0.6);
  margin-top: 20px;
  cursor: pointer;
}

.nearly_form .contact_field {
  position: relative;
}

.nearly_form .contact_field span {
  position: absolute;
  left: 20px;
  bottom: 0;
  font: 400 16px/62px "Muli", sans-serif;
  color: #7d8797;
}

.nearly_form .contact_field .form-control {
  padding-left: 70px;
}

.nearly_form .contact_field .form-control:focus.placeholder {
  color: #7d8797;
}

.nearly_form .contact_field .form-control:focus:-moz-placeholder {
  color: #7d8797;
}

.nearly_form .contact_field .form-control:focus::-moz-placeholder {
  color: #7d8797;
}

.nearly_form .contact_field .form-control:focus::-webkit-input-placeholder {
  color: #7d8797;
}

.nearly_form .contact_field h6 {
  font: 400 10px "Muli", sans-serif;
  color: #7d8797;
  padding-bottom: 5px;
}

.verify_popup {
    height: 100vh;
    background: url("../images/banner-bg-2.png") no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 0;
}

.verify_popup .close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 14px;
  color: #86939a;
  cursor: pointer;
  opacity: 1;
}

.verify_popup .close:focus,
.verify_popup .close:hover {
  color: #12de5e;
}

.verify_popup .modal-content {
  border: 0;
  background: #f4f6f8;
}

.verify_popup .modal-dialog {
  max-width: 650px;
}

.verify_popup .from_content {
  max-width: 650px;
  margin: 0 auto;
  background: #f4f6f8;
  border-radius: 3px;
}

.verify_popup h2 {
  font: 30px/40px "Muli", sans-serif;
  color: #333c4a;
  padding-bottom: 10px;
}

.verify_popup h6 {
  color: #333c4a;
  font: 15px/1 "Muli", sans-serif;
  padding-bottom: 20px !important;
}

.verify_popup .from_content {
  text-align: center;
  padding: 60px 70px;
}

.verify_popup .from_content .input-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.verify_popup .from_content .input-field input {
  background: #fff;
  border: 0 !important;
  outline: none !important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08) !important;
  margin-right: 10px;
  width: 360px;
  line-height: 60px;
  height: auto;
  color: #86939a;
  padding-left: 70px;
}

.verify_popup .from_content .input-field input.placeholder {
  color: #86939a;
}

.verify_popup .from_content .input-field input:-moz-placeholder {
  color: #86939a;
}

.verify_popup .from_content .input-field input::-moz-placeholder {
  color: #86939a;
}

.verify_popup .from_content .input-field input::-webkit-input-placeholder {
  color: #86939a;
}

.verify_popup .from_content .input-field .selected-flag {
  padding: 0 20px;
  width: 60px;
  background: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.verify_popup .from_content .input-field .theme_btn {
  line-height: 60px;
  min-width: 140px;
  cursor: pointer;
  border: 0;
  font-size: 14px;
  -webkit-box-shadow: 0px 3px 20px rgba(17, 224, 114, 0.6);
  box-shadow: 0px 3px 20px rgba(17, 224, 114, 0.6);
}

.verify_popup .from_content .theme_btn {
  min-width: 140px;
  margin-top: 20px;
}

.verify_popup .from_content .resend {
  cursor: pointer;
  display: block;
  font: 700 14px/1 "Muli", sans-serif;
  color: #12de5e;
  padding-top: 15px;
}

.verify_popup .from_content .resend:focus,
.verify_popup .from_content .resend:hover {
  color: #333c4a;
}

.verify_popup .from_content .done_icon {
  margin: 0 auto;
  line-height: 36px;
  width: 36px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #12de5e;
  border-radius: 50%;
}

.verify_popup .from_content .please_enter {
  padding-top: 20px;
  color: #263843;
  max-width: 300px;
  margin: 0 auto;
  line-height: 21px;
}

.verify_popup .from_content .code_here {
  text-align: center;
  display: block;
  padding-top: 30px;
  padding-bottom: 20px;
}

.verify_popup .from_content .code_here li {
  display: inline-block;
  margin: 0 5px;
}

.verify_popup .from_content .code_here li input {
  margin: 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #a1a7ac;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 0;
  color: #5f6771;
  font: 30px/38px "Muli", sans-serif;
  width: 30px;
  display: block;
  height: auto;
  text-align: center;
}

.verify_popup .from_content .code_here li input.placeholder {
  color: #5f6771;
}

.verify_popup .from_content .code_here li input:-moz-placeholder {
  color: #5f6771;
}

.verify_popup .from_content .code_here li input::-moz-placeholder {
  color: #5f6771;
}

.verify_popup .from_content .code_here li input::-webkit-input-placeholder {
  color: #5f6771;
}

.verify_popup .from_content .code_here li input:focus {
  border-color: #12de5e;
}

.verify_popup .from_content .code_here li input:focus.placeholder {
  color: transparent;
}

.verify_popup .from_content .code_here li input:focus:-moz-placeholder {
  color: transparent;
}

.verify_popup .from_content .code_here li input:focus::-moz-placeholder {
  color: transparent;
}

.verify_popup
  .from_content
  .code_here
  li
  input:focus::-webkit-input-placeholder {
  color: transparent;
}

.lofin_form_area {
  display: block;
  overflow: hidden;
  background: url("../images/banner-bg-2.png") no-repeat center top;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
  position:relative;
  z-index:1;
}

    .verify_popup:after,
    .lofin_form_area:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        background-color: rgba(0,0,0,0.65);
        z-index: -1;
    }

.lofin_form_area .login_area {
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
}

.lofin_form_area .login_area .field-validation-error {
  color: #dc3545;
  font-size: 14px;
}

.lofin_form_area .login_area .logo {
  display: block;
  margin-bottom: 40px;
}

    .lofin_form_area .login_area .nearly_form {
        border-radius: 4px;
        background: #f4f6f8;
        background: rgba(244,246,248,.88);
    }

.lofin_form_area .login_area .nearly_form h3 {
  font: 700 24px/1 "Muli", sans-serif;
  color: #263843;
  padding-bottom: 20px;
}

.lofin_form_area .login_area .nearly_form h6 {
  font: 400 15px/1 "Muli", sans-serif;
  color: #86939a;
  padding-bottom: 30px;
}

.lofin_form_area .login_area .nearly_form .form-group {
  text-align: left;
  overflow: hidden;
}

.lofin_form_area .login_area .nearly_form .form-group:last-child {
  margin-bottom: 0;
}

.lofin_form_area .login_area .nearly_form .form-group .form-control {
  border-radius: 3px;
  line-height: 58px;
}

.lofin_form_area .login_area .nearly_form .form-group .custom-checkbox {
  float: left;
}

.lofin_form_area .login_area .nearly_form .form-group .custom-control-label {
  font: 400 15px/24px "Muli", sans-serif;
  color: #86939a;
}

.lofin_form_area .login_area .nearly_form .form-group .forget {
  float: right;
  font: 400 15px/24px "Muli", sans-serif;
  color: #86939a;
  text-decoration: underline;
}

.lofin_form_area .login_area .nearly_form .form-group .forget:focus,
.lofin_form_area .login_area .nearly_form .form-group .forget:hover {
  color: #12de5e;
}

.lofin_form_area .login_area .nearly_form .form-group.check_g {
  display: block;
  overflow: hidden;
}

.lofin_form_area .login_area .nearly_form .form-group h6 {
  font: 400 15px/24px "Muli", sans-serif;
  color: #86939a;
  text-align: center;
  padding-bottom: 0;
  padding-top: 15px;
}

.lofin_form_area .login_area .nearly_form .form-group h6 a {
  font-weight: bold;
  color: #12de5e;
}

.success_pages {
  background: #ffffff;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  max-width: 560px;
  margin: 0 auto;
  text-align: left;
  padding: 40px;
  margin-top: 150px;
}

.success_pages i {
  font-size: 52px;
  line-height: 1;
  color: #12de5e;
}

.success_pages p {
  font: 400 16px/30px "Muli", sans-serif;
  color: #333c4a;
  padding: 0;
  padding-left: 10px;
}

.why_choose_area {
  display: block;
  overflow: hidden;
  background: #effff3;
  padding-top: 80px;
  padding-bottom: 240px;
}

.why_choose_area .tittle {
  display: block;
  overflow: hidden;
  padding-bottom: 55px;
}

.why_choose_area .tittle h2 {
  font: 600 36px/1 "Muli", sans-serif;
  color: #333c4a;
}

.why_choose_area .tittle p {
  font-size: 18px;
  padding-top: 15px;
}

.why_choose_area .choose_content .media {
  padding-bottom: 40px;
}

.why_choose_area .choose_content .media .icon {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  line-height: 70px;
  background: #fff;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  display: block;
}

.why_choose_area .choose_content .media .media-body {
  padding-left: 20px;
}

.why_choose_area .choose_content .media .media-body h4 {
  color: #333c4a;
  font: 700 22px "Muli", sans-serif;
}

.why_choose_area .choose_content .media .media-body p {
  color: #333c4a;
  padding-top: 10px;
  max-width: 465px;
}

.assessment_area {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-top: -190px;
}

.assessment_area .assessment {
  background: url("../images/assessment-bg.png") no-repeat;
  position: relative;
  background-size: cover;
  z-index: 1;
  text-align: center;
  padding-top: 65px;
  padding-bottom: 70px;
}

.assessment_area .assessment:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(18, 25, 65, 0.8);
  z-index: -1;
}

.assessment_area .assessment h2 {
  color: #fff;
  font: 700 48px/62px "Muli", sans-serif;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}

.assessment_area .assessment p {
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  font-size: 20px;
  line-height: 30px;
  max-width: 610px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 50px;
}

.assessment_area .assessment .theme_btn {
  min-width: 260px;
}

.certificate_area {
  display: block;
  overflow: hidden;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 60px;
}

.certificate_area .tittle {
  display: block;
  overflow: hidden;
  padding-bottom: 70px;
}

.certificate_area .tittle h2 {
  font: 600 48px "Muli", sans-serif;
  color: #333c4a;
}

.certificate_area .tittle p {
  font-size: 18px;
  padding-top: 15px;
}

.certificate_area .certificate {
  padding-bottom: 30px;
}

.certificate_area .certificate h4 {
  display: block;
  font: 700 22px/1 "Muli", sans-serif;
  color: #333c4a;
  padding-top: 35px;
  padding-bottom: 20px;
}

.certificate_area .certificate p {
  max-width: 250px;
  margin: 0 auto;
}

.customers_about {
  display: block;
  overflow: hidden;
  background: url("../images/customers_about.png") no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-top: 110px;
  padding-bottom: 60px;
}

.customers_about:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(33, 88, 170, 0.85);
  z-index: -1;
}

.customers_about .tittle {
  text-align: center;
  padding-bottom: 40px;
  display: block;
  overflow: hidden;
}

.customers_about .tittle img {
  max-width: 100%;
}

.customers_about .tittle h1 {
  color: #fff;
  font: 600 48px/70px "Muli", sans-serif;
  max-width: 480px;
  padding-top: 10px;
  margin: 0 auto;
}

.customers_about .testimonial_slide {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 70px;
}

.customers_about .testimonial_slide .item {
  padding-bottom: 20px;
}

.customers_about .testimonial {
  background: #fff;
  border-radius: 2px;
  padding: 30px;
  padding-top: 25px;
  position: relative;
}

.customers_about .testimonial:after {
  content: "";
  position: absolute;
  left: 35px;
  border-style: solid;
  border-width: 20px 25px 0 0;
  border-color: #fff transparent transparent transparent;
  bottom: -20px;
  border-radius: 0px 0px 0px 3px;
}

.customers_about .testimonial a {
  display: block;
  font: 700 18px/1 "Muli", sans-serif;
  color: #5caf12;
  padding: 20px 0 10px;
}

.customers_about .testimonial a:focus,
.customers_about .testimonial a:hover {
  color: #12de5e;
}

.customers_about .testimonial h6 {
  font: 400 16px/1 "Muli", sans-serif;
  color: #333c4a;
}

.customers_about .counter_area {
  padding-top: 80px;
}

.customers_about .counter_area .counter_item {
  margin-bottom: 30px;
  text-align: center;
}

.customers_about .counter_area .counter_item h2 {
  color: #fff;
  font: 700 56px/1 "Muli", sans-serif;
  padding: 30px 0 20px;
}

.customers_about .counter_area .counter_item h6 {
  color: #fff;
  font: 600 18px/1 "Muli", sans-serif;
}

.dashboard_area {
    display: block;
    overflow: hidden;
    padding: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.dashboard_area .sort_by {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.06);
  border-radius: 3px;
  padding: 14px 20px;
  margin-bottom: 30px;
}

.dashboard_area .sort_by h4 {
  font: 600 16px/42px "Muli", sans-serif;
  color: #86939a;
}

.dashboard_area .sort_by .post_select {
  min-width: 160px;
  line-height: 40px;
}

.dashboard_area .dashboard_item {
  margin-bottom: 30px;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.06);
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
}

.dashboard_area .dashboard_item .d_tittle {
    background: #eaeaea;
    border-radius: 3px 3px 0px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 9px 20px;
}

.dashboard_area .dashboard_item .d_tittle h6 {
  font: 700 16px/28px "Muli", sans-serif;
  color: #263843;
}

.dashboard_area .dashboard_item .d_tittle .navication li {
  display: inline-block;
  padding-left: 20px;
}

.dashboard_area .dashboard_item .d_tittle .navication li a {
  font: 600 13px/26px "Muli", sans-serif;
  color: #263843;
  padding-left: 15px;
  position: relative;
}

.dashboard_area .dashboard_item .d_tittle .navication li a:before {
  content: "";
  position: absolute;
  left: 0;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #95bf3e;
  top: 3px;
}

.dashboard_area .dashboard_item .d_tittle .navication li:nth-child(2) a:before {
  background: #58afff;
}

.dashboard_area .dashboard_item .d_tittle .navication li:nth-child(3) a:before {
  background: #ffa858;
}

.dashboard_area .dashboard_item .canvas-holder {
  padding: 15px;
}

.dashboard_area .dashboard_item .canvas-holder .highcharts-credits {
  display: none;
}

.dashboard_area .dashboard_item .canvas-holder .bar_chart {
  height: 290px;
  width: 100%;
}

.dashboard_area .dashboard_item .canvas-holder .pie_chart {
  min-width: 300px;
  height: 400px;
  margin: 0 auto;
}

.dashboard_area .dashboard_item .t_2 {
  padding: 15px 20px;
}

.dashboard_area .dashboard_item .data_table {
  padding: 20px 40px;
}

.dashboard_area .dashboard_item .data_table .dataTables_length {
  display: none;
}

.dashboard_area .dashboard_item .data_table .dataTables_filter {
  position: absolute;
  top: 10px;
  right: 20px;
}

.dashboard_area .dashboard_item .data_table .dataTables_filter input {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 1px solid #ddeaee;
  background: #fff;
  font: 400 16px/35px "Muli", sans-serif;
  color: #7d8797;
  border-radius: 3px;
  height: auto;
  padding: 0 20px;
  resize: none;
  margin-left: 10px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  width: 200px;
}

.dashboard_area
  .dashboard_item
  .data_table
  .dataTables_filter
  input.placeholder {
  color: #7d8797;
}

.dashboard_area
  .dashboard_item
  .data_table
  .dataTables_filter
  input:-moz-placeholder {
  color: #7d8797;
}

.dashboard_area
  .dashboard_item
  .data_table
  .dataTables_filter
  input::-moz-placeholder {
  color: #7d8797;
}

.dashboard_area
  .dashboard_item
  .data_table
  .dataTables_filter
  input::-webkit-input-placeholder {
  color: #7d8797;
}

.dashboard_area .dashboard_item .data_table table {
  width: 100%;
}

.dashboard_area .dashboard_item .data_table table .table_header tr th {
  font: 600 16px/30px "Muli", sans-serif;
  color: #333c4a;
}

.dashboard_area
  .dashboard_item
  .data_table
  table
  .table_header
  tr
  th:last-child {
  text-align: right;
}

.dashboard_area .dashboard_item .data_table table .table_body tr td {
  font: 400 16px/40px "Muli", sans-serif;
  color: #333c4a;
  border-top: 1px solid #e2e9eb;
}

.dashboard_area .dashboard_item .data_table table .table_body tr td:last-child {
  text-align: right;
}

.dashboard_area .dashboard_item .data_table .dataTables_paginate {
  text-align: right;
}

.dashboard_area .dashboard_item .data_table .dataTables_paginate a {
  font: 600 14px/30px "Muli", sans-serif;
  color: #333c4a;
  cursor: pointer;
  padding-right:4px;
}

.dashboard_area .dashboard_item .data_table .dataTables_paginate a:focus,
.dashboard_area .dashboard_item .data_table .dataTables_paginate a:hover {
  color: #12de5e;
}

.dashboard_area .dashboard_item .data_table .dataTables_paginate span {
  padding: 0 15px;
}

.edit_area {
  display: block;
  overflow: hidden;
  max-width: 810px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.12);
}

.edit_area .edit_header {
  background: #3f4a59;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.edit_area .edit_header .customer_id a,
.edit_area .edit_header .profile_name a {
  display: block;
  font: 600 24px/1 "Muli", sans-serif;
  color: #fff;
}

.edit_area .edit_header .customer_id a:focus,
.edit_area .edit_header .customer_id a:hover,
.edit_area .edit_header .profile_name a:focus,
.edit_area .edit_header .profile_name a:hover {
  color: #12de5e;
}

.edit_area .edit_header .customer_id h6,
.edit_area .edit_header .profile_name h6 {
  font: 400 16px/1 "Muli", sans-serif;
  color: #fff;
  padding-top: 8px;
}

.edit_area .edit_header .customer_id h6 {
  padding-top: 0;
  padding-bottom: 8px;
}

.edit_area .sign_details {
  padding: 35px 40px;
}

.edit_area .sign_details h4 {
  font: 700 18px/1 "Muli", sans-serif;
  color: #333c4a;
  padding-bottom: 20px;
}

.edit_area .sign_details h4 span {
  font-size: 16px;
  color: #333c4a;
  cursor: pointer;
}

.edit_area .sign_details .form-group {
  position: relative;
}

.edit_area .sign_details .form-group span {
  font-size: 16px;
  color: #333c4a;
  position: absolute;
  bottom: 20px;
  right: 30px;
  cursor: pointer;
}

.edit_area .sign_details .form-group label {
  font: 400 16px/1 "Muli", sans-serif;
  color: #333c4a;
  margin-bottom: 12px;
}

.edit_area .sign_details .form-group .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 1px solid #ddeaee;
  background: #fff;
  font: 400 16px/58px "Muli", sans-serif;
  color: #7d8797;
  border-radius: 3px;
  height: auto;
  padding: 0 20px;
  resize: none;
  min-width: 100%;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.edit_area .sign_details .form-group .form-control.placeholder {
  color: #7d8797;
}

.edit_area .sign_details .form-group .form-control:-moz-placeholder {
  color: #7d8797;
}

.edit_area .sign_details .form-group .form-control::-moz-placeholder {
  color: #7d8797;
}

.edit_area .sign_details .form-group .form-control::-webkit-input-placeholder {
  color: #7d8797;
}

.edit_area .sign_details .form-group .form-control:focus {
  border-color: #12de5e;
}

.edit_area .sign_details .form-group .form-control:focus.placeholder {
  color: transparent;
}

.edit_area .sign_details .form-group .form-control:focus:-moz-placeholder {
  color: transparent;
}

.edit_area .sign_details .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}

.edit_area
  .sign_details
  .form-group
  .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.edit_area .sign_details .other_heding {
  padding-top: 30px;
  padding-bottom: 10px;
}

.edit_area .sign_details .address li {
  font: 400 16px/40px "Muli", sans-serif;
  color: #333c4a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.edit_area .sign_details .address li b {
  font-weight: bold;
  min-width: 190px;
  display: inline-block;
}

.edit_area .sign_details .address li a {
  color: #333c4a;
}

.edit_area .sign_details .address li a:focus,
.edit_area .sign_details .address li a:hover {
  color: #12de5e;
}

.invoice_list {
  display: block;
  overflow: hidden;
  max-width: 810px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.12);
  margin-top: 30px;
}

.invoice_list h4 {
  font: 600 20px/1 "Muli", sans-serif;
  color: #333c4a;
  padding: 15px 40px;
  padding-top: 20px;
  border-bottom: 1px solid #ecf0f4;
}

.invoice_list .list_table {
  padding: 20px 40px;
}

.invoice_list .list_table table {
  width: 100%;
}

.invoice_list .list_table table .table_header tr th {
  font: 600 16px/30px "Muli", sans-serif;
  color: #333c4a;
}

.invoice_list .list_table table .table_header tr th:last-child {
  text-align: right;
}

.invoice_list .list_table table .table_body tr td {
  font: 400 16px/40px "Muli", sans-serif;
  color: #333c4a;
  border-top: 1px solid #e2e9eb;
}

.invoice_list .list_table table .table_body tr td:last-child {
  text-align: right;
  font-weight: 600;
  color: #10e387;
}

.invoice_list .list_table table .table_body tr td.pending {
  color: #e38f10;
}

.footer_area {
  display: block;
  overflow: hidden;
  background: url("../images/footer-bg.png") no-repeat center;
  background-size: cover;
  padding-top: 100px;
}

.footer_area h4 {
  color: #fff;
  font: 400 20px/1 "Muli", sans-serif;
  padding-bottom: 40px;
}

.footer_area p {
  color: #fff;
  max-width: 360px;
}

.footer_area ul li a {
  font: 400 16px/40px "Muli", sans-serif;
  color: #fff;
  display: block;
}

.footer_area ul li a:focus,
.footer_area ul li a:hover {
  color: #12de5e;
}

.footer_area .footer_nav {
  padding-bottom: 40px;
}

.footer_area .copyright {
  text-align: center;
  padding-top: 50px;
  display: block;
  padding-bottom: 30px;
}

.footer_area .copyright p {
  max-width: 100%;
}


.container {
    padding-right: 15px;
    padding-left: 15px;
}

header {
    height: auto;
    background-image: none;
    position: relative;
}

@media (max-width: 1366px) {
  .best_describes .describes_inner {
    background: #fff;
    border-radius: 10px 10px 0 0;
  }

}

@media only screen and (min-width: 1680px){
    .container {
        max-width: 1300px !important;
    }
}
@media only screen and (max-width: 1299px) and (min-width: 1024px) {
    .container {
        max-width: 94% !important;
    }
}

@media (max-width: 1199px) {
  .provide_homeowners .homeowners_inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .provide_homeowners .homeowners_inner h2 {
    font-size: 30px;
  }

  .banner_other h2 {
    font-size: 35px;
    line-height: 50px;
  }

  .why_choose_area img {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .header_area {
    padding: 20px 40px;
  }

  .header_area .navbar-brand {
    padding: 0;
  }

  .header_area .navbar-toggler {
    color: #fff;
    font-size: 30px;
    line-height: 45px;
    padding: 0;
    float: right;
  }

  .header_area .navbar .navbar_supported {
    float: none;
    width: 100%;
  }

  .header_area .navbar .navbar_supported .navbar-nav {
    background: #2654a1;
    padding: 20px;
    margin: 0;
    width: 100%;
  }

  .banner_area h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .banner_other {
    padding-top: 150px;
  }

  .banner_other .icon_text {
    padding-left: 15px;
    padding-top: 50px;
  }

  .best_describes .tab_list li {
    font-size: 13px;
  }

  .assessment_area .assessment {
    padding-left: 15px;
    padding-right: 15px;
  }

  .assessment_area .assessment h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .assessment_area .assessment p {
    font-size: 16px;
    padding-bottom: 20px;
  }

  .certificate_area .tittle {
    padding-bottom: 30px;
  }

  .certificate_area .tittle h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .payment_page .customer_details {
    margin-bottom: 20px;
  }

  .invoce_table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .invoce_table .datarang_table {
    width: 750px;
  }

  .header_2 .navbar-toggler {
    color: #333c4a;
  }

  .header_2 .navbar .navbar_supported ul li a {
    color: #fff;
  }

  .dashboard_area .dashboard_item .d_tittle {
    display: block;
  }

  .dashboard_area .dashboard_item .d_tittle .navication {
    display: block;
    width: 100%;
  }

  .dashboard_area .dashboard_item .d_tittle .navication li {
    padding-left: 0;
    padding-right: 15px;
  }

  .dashboard_area .dashboard_item .data_table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .dashboard_area .dashboard_item .data_table table {
    width: 700px;
  }
}

@media (max-width: 767px) {
  .banner_area {
    padding: 250px 0 400px;
  }

  .banner_area h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .banner_area p {
    font-size: 16px;
  }

  .banner_other h2 {
    font-size: 25px;
    line-height: 40px;
  }

  .provide_homeowners .homeowners_inner h2 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 50px;
  }

  .best_describes {
    padding-bottom: 60px;
  }

  .best_describes .tittle {
    padding-bottom: 20px;
  }

  .best_describes h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .best_describes .tab_list li {
    font-size: 10px;
    line-height: 1;
    padding: 19px 15px;
    min-height: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .best_describes .tab_list li span {
    display: none;
  }

  .best_describes .np_btn .theme_btn {
    min-width: auto;
    font-size: 14px;
    line-height: 40px;
    width: 50px;
  }

  .best_describes .np_btn .theme_btn span {
    display: none;
  }

  .best_describes .np_btn .theme_btn i {
    line-height: 40px;
  }

  .best_describes .np_btn h6 {
    font-size: 14px;
    line-height: 40px;
  }

  .best_describes .describes {
    padding: 15px;
    height: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: left;
    z-index: 2;
  }

  .best_describes .describes .icon {
    width: 40px;
    float: left;
    height: 40px;
  }

  .best_describes .describes .icon img {
    max-width: 100%;
    width: 40px;
    height: 30px;
  }

  .best_describes .describes .info {
    top: 20px;
  }

  .best_describes .describes .info_a .h_text {
    padding: 10px;
  }

  .best_describes .describes h6 {
    padding: 0;
    padding-left: 20px;
    font-size: 18px;
  }

  .best_describes .step_2 .describes h2,
  .best_describes .step_3 .describes h2 {
    font-size: 24px;
  }

  .best_describes .step_2 .describes h6,
  .best_describes .step_3 .describes h6 {
    padding: 0;
    padding-left: 20px;
  }

  .best_describes .step_3 .describes .info {
    top: 10px;
  }

  .best_describes .describes_inner {
    padding-top: 40px;
  }

  .best_describes .describes_inner h2 {
    padding-bottom: 20px;
  }

  .verify_popup .from_content {
    padding: 30px;
  }

  .verify_popup .from_content .input-field {
    display: block;
  }

  .verify_popup .from_content .input-field .intl-tel-input {
    width: 100%;
  }

  .verify_popup .from_content .input-field input {
    width: 100%;
  }

  .verify_popup .from_content .input-field .theme_btn {
    min-width: 100%;
    margin-top: 10px;
  }

  .footer_area {
    padding-top: 60px;
  }

  .footer_area h4 {
    padding-bottom: 15px;
  }

  .footer_area .footer_nav {
    padding-bottom: 20px;
  }

  .footer_area .copyright {
    padding-top: 20px;
  }

  .nearly_form .form-group .form-control {
    line-height: 42px;
  }

  .nearly_form .form-group .theme_btn {
    line-height: 44px;
  }

  .nearly_form .form-group .form-check label {
    font-size: 14px;
    line-height: 22px;
  }

  .best_describes .describes_item .info_a .info {
    top: 20px;
  }

  .best_describes .describes_item .info_a .inf_2 {
    top: 10px;
  }

  .best_describes .describes_item .info_a:focus .h_text,
  .best_describes .describes_item .info_a:hover .h_text {
    position: relative;
    top: -10px;
    padding: 10px 30px;
  }

  .best_describes .step_3 .describes_item .info_a .info {
    top: 10px;
  }

  .best_describes .submit_pages .pay_c_btn {
    padding-top: 20px;
  }

  .provide_homeowners .homeowners_inner {
    padding-top: 30px;
  }

  .provide_homeowners .homeowners_inner h2 {
    padding-bottom: 15px;
  }

  .why_choose_area {
    padding-top: 50px;
  }

  .why_choose_area .tittle {
    padding-bottom: 20px;
  }

  .why_choose_area .choose_content .media {
    padding-bottom: 20px;
  }

  .customers_about {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .customers_about .tittle {
    padding-bottom: 30px;
  }

  .customers_about .tittle h1 {
    font-size: 25px;
    line-height: 35px;
  }

  .customers_about .testimonial_slide {
    padding-bottom: 10px;
  }

  .customers_about .counter_area {
    padding-top: 40px;
  }

  .best_describes .submit_pages .logo {
    position: initial;
    display: block;
    text-align: center;
    padding-bottom: 20px;
  }

  .best_describes .submit_pages .address {
    padding-bottom: 15px;
  }

  .best_describes .submit_pages .customer_details {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .best_describes .submit_pages .date_sing {
    padding-top: 10px;
    display: block;
  }

  .payment_page .complete .theme_btn {
    width: 100%;
  }

  .edit_area .sign_details .address li {
    display: block;
  }

  .edit_area .sign_details .address li b {
    display: block;
    min-width: 100%;
  }

  .b_sp {
    padding-bottom: 100px;
    padding-top: 50px;
  }
}

@media (max-width: 575px) {
  .banner_other h2 {
    font-size: 24px;
    line-height: 40px;
  }

  .banner_other h2 span {
    display: block;
  }

  .nearly_form {
    padding: 15px;
  }

  .provide_homeowners .homeowners_inner .get_btn .theme_btn {
    width: 280px;
  }

  .banner_other {
    padding-top: 110px;
  }

  .best_describes .submit_pages .pay_c_btn {
    text-align: center;
  }

  .best_describes .submit_pages .pay_c_btn .theme_btn {
    width: 100%;
    min-width: 100%;
    margin-top: 5px;
  }

  .contact_pages .map_location .location {
    left: 15px;
    right: 15px;
  }

  .contact_pages .map_location iframe {
    height: 420px;
  }

  .contact_pages .nearly_form {
    padding-top: 40px;
  }

  .payment_page .nearly_form .form-group .card_mg {
    width: 100px;
    top: 17px;
  }

  .pagination_area {
    padding: 0 10px;
  }

  .pagination_area .page_navigation .pagination li a {
    padding: 10px 8px;
  }

  .table_content {
    display: block;
  }

  .table_content .input-group {
    margin-top: 10px;
    width: 100%;
  }

  .invoice_list .list_table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .invoice_list .list_table table {
    width: 450px;
  }

  .success_pages {
    padding: 15px;
  }

  .b_sp {
    padding-top: 50px;
  }

  .dashboard_area .dashboard_item .data_table .dataTables_filter {
    position: relative;
    top: 0;
    right: 0;
  }

  .dashboard_area .dashboard_item .data_table .dataTables_filter input {
    width: 150px;
  }
}

@media (max-width: 360px) {
  .best_describes .tab_list li {
    padding-left: 10px;
    padding-right: 10px;
  }

  .provide_homeowners .homeowners_inner .homeowners .theme_btn {
    min-width: 100%;
  }

  .provide_homeowners .homeowners_inner .get_btn .theme_btn {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */

/* ==== Get quote part css start */

.get_quote_part {
  height: auto;
  margin-top: 0;
  background-image: none;
  background-color: #fff;
}

.get_quote_form h2 {
  font-family: product_sans_medium;
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  padding-bottom: 0;
  line-height: 49px;
  letter-spacing: 0.04em;
  color: #3c6f94;
}

.get_quote_form h3 {
  font-family: product_sans;
  text-align: center;
  margin-top: 12px;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #3c6f94;
}

.get_quote_part form .form_part {
  padding: 50px 0px;
  background-color: #f8fdfa;
  border-radius: 5px;
}
.get_quote_part form .form_part .form-group label {
  font-family: product_sans;
  font-size: 17px;
  line-height: 17px;
  letter-spacing: 0.04em;
  color: #3c6f94;
}
.get_quote_part form .form_part .form-group label.hints {
 font-size: 10px;
 color: rgb(253, 120, 90)
}
.get_quote_part form .form_part .form-group label span {
  color: #2ec16e;
  font-size: 12px;
  font-family: product_sans_medium;
}
.get_quote_part form .form_part .form-group textarea,
.get_quote_part form .form_part .form-group input {
  border-radius: 0px;
  font-family: product_sans;
  padding: 15px 20px;
  background: #ffffff;
  border: 1px solid #c5d7e4;
  font-size: 17px;
  line-height: 17px;
  letter-spacing: 0.04em;
  color: #00b96c;
  margin-bottom: 0px;
  height: 50px;
}
.get_quote_part form .form_part .form-group textarea:focus,
.get_quote_part form .form_part .form-group input:focus {
  outline: none;
  box-shadow: none;
  background: #ebfff7;
  border: 1px solid #0fe48b;
}
.has-address-suggestions.input-icons i{
  padding: 17px !important;
}

.get_quote_part form .form_part .form-check {
  margin-left: 15px;
  margin-top: 20px;
}
.form_custom_check label,
.get_quote_part form .form_part .form-check label {
  font-family: product_sans;
  margin-left: 10px;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.05em;
  color: #3c6f94;
}
.form_btn a,
.form_btn button {
  width: 100%;
  display: block;
  margin-top: 30px;
  background: #0fe48b;
  border: 1px solid #0fe48b;
  padding: 15px 0px;
  box-shadow: 4px 20px 15px rgba(15, 228, 139, 0.12);
  border-radius: 5px;
  font-family: product_sans;
  font-size: 17px;
  line-height: 17px;
  letter-spacing: 0.04em;
  color: #ffffff;
}
.form_btn a:hover,
.form_btn button:hover {
  color: #0fe48b;
  background-color: #fff;
  border-color: #ececec;
}
.form_btn button:visited,
.form_btn button:active,
.form_btn button:focus {
  outline: none;
  box-shadow: 4px 20px 15px rgba(15, 228, 139, 0.12) !important;
  background-color: #fff !important;
  border-color: #ececec !important;
  color: #0fe48b !important;
}
.header_dashboard{
  height: auto;
}

.table_p {
  min-width: 728px !important;
}
.best_describes .submit_pages .customer_details h4{
  display: none;
}
.best_describes .submit_pages .customer_details h4 span{
  display: none;
}

.discount_code_input label{ 
  width: 35%;
  display: inline-block;
  vertical-align: top;
  font: 400 16px/30px "Muli", sans-serif;
  color: #333c4a;
}
.discount_code_input input{
  border-radius: 5px;
  font-family: product_sans;
  padding: 15px 20px;
  background: #ffffff;
  border: 1px solid #c5d7e4;
  font-size: 17px;
  line-height: 17px;
  letter-spacing: 0.04em;
  color: #00b96c;
  width: 62%;
  display: inline-block;
  vertical-align: top;
}
.discount_code_input input:focus{
  outline: none;
  box-shadow: none;
  border: 1px solid #0fe48b;
}
.discount_code_input{
  margin-top: 5px;
}
.discount_code {
  margin-top: 25px;
}

/* ==== Get quote part css end */


/* ==== Extra css start */

#divCategory .row .col-lg-2:nth-child(1) svg{
  margin-left: -5px;
}

#divCategory .row .col-lg-2:nth-child(1) h6{
  margin-left: 5px;
}

#divCategory .row .col-lg-2:nth-child(2) svg{
  margin-left: 10px;
}

#divCategory .row .col-lg-2:nth-child(3) svg{
  margin-left: 8px;
  margin-top: 8px;
}

#divCategory .row .col-lg-2:nth-child(3) h6{
  margin-top: -8px;
}

#divCategory .row .col-lg-2:nth-child(4) svg{
  margin-left: 15px;
}

#divCategory .row .col-lg-2:nth-child(5) svg{
  margin-top: -7px;
}

#divCategory .row .col-lg-2:nth-child(5) h6{
  margin-top: 7px;
}

#divCategory .custom_checkbox{
  background: #FFFFFF;
  border: 1.5px solid #D6D6D6;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 10px;
}

#divCategory .toolTip_icon{
  width: 15px;
  position: absolute;
  top: 7px;
  right: 7px;
  cursor: pointer;
}

#divCategory .toolTip_icon svg{
  margin: 0 !important;
}

#divCategory p .discount_text{
  color:#c4c4c4;
  position: relative;
}

#divCategory p .discount_text:after{
  content: "";
  width: 40px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 8px;
  left: 5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#divCategory .describes.active {
  background-color: #13D38D;
  box-shadow: 0px 4px 25px rgba(0,0,0,.01);
  transition: .4s;
}

#divCategory .describes .active_checkbox{
  display: none;
}

#divCategory .describes.active .active_checkbox{
  display: block;
  width: 12px;
  position: absolute;
  top: 8px;
  left: 14px;
  transition: .4s;
}

#divCategory .describes.active .active_checkbox svg{
  margin: 0px !important;
}

#divCategory .describes.active .icon svg {
  transition: .4s;
}
#divCategory .describes.active .icon svg path{
  fill: #fff;
  transition: .4s;
}

#divCategory .describes.active h6{
  color: #fff;
  transition: .4s;
}

#divCategory .describes.active p{
  color: #fff;
  transition: .4s;
}

#divCategory .describes.active p .discount_text{
  color: #fff;
  opacity: .7;
  transition: .4s;
}

#divCategory .describes.active .toolTip_icon svg path{
  fill: #fff;
  transition: .4s;
}

#divCustomerInformation h3{
  font-family: 'Raleway', sans-serif;
}

#divCustomerInformation h4{
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #6B6B6B;
  margin-top: 30px;
}

.jBox-content {
  padding: 6px 12px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: opacity .2s;
  font-size: 12px;
  font-family: 'Muli';
  letter-spacing: .02em;
}

.jBox-Mouse .jBox-container, .jBox-Tooltip .jBox-container {
  border-radius: 4px;
  box-shadow: 0 0 1px #363636;
}

/* ==== Extra css end */

