

.property_n, .property_n {
  display: none;
}
.insuranse_row .property_n, .property_n .property_surname {
  display: block;
}
.terms_title.down{
  display: none;
}
.terms_title svg{
 width: 25px;
    height: 20px;
    margin-right: 10px;
}
.old_page_text_dropdown_up a,.old_page_text_dropdown_down a {
  margin-top: 10px;
      margin-left: 35px;
}

.old_page_text_dropdown_up,.old_page_text_dropdown_down {
  display: none;
}
.terms_title {
  cursor: pointer;
}
.old_page_text_fluid {

      border-top: 1px solid rgba(0,0,0,0.1);
    margin-top: 15px;
    padding-top: 10px;
}
.terms_title.new {
  margin-bottom: 12px;
}

.old_page_text h2, .terms_title.new h2{
  font-size: 22px;
    padding: 2px 0px;
    display: inline-block;
    color: #34495e;
    font-family: gl_bold;
    transition: 0.3s;
    margin: 0;
    position: relative;
}
.old_page_text_fluid .old_page_text{
  margin-left: 35px;
  margin-top: 10px;
}
.old_page_text_fluid .old_page_text:first-child {
  margin-left: 0;
  margin-top: 0;
}

.old_page_text h2 span svg{
      width: 15px;
    height: 17px;
    margin-left: 10px;
}
.terms_title span svg {
    margin-left: 5px;
    width: 15px;
    height: 15px;
}
.terms_title.new h2 span.active {

  transform: rotate(180deg) translateY(5px);
    display: inline-block;
  
}
.old_page_text h2 span.active {
  transform: rotate(180deg) translateY(5px);
    display: inline-block;
}
@-moz-keyframes lineWidth {
  0% {
    width: 0;
  }
  90% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes lineWidth {
  0% {
    width: 0;
  }
  90% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
@-o-keyframes lineWidth {
  0% {
    width: 0;
  }
  90% {
    width: 100%;
  }
  100% {
    width: 100%; 
  }
}
@keyframes lineWidth {
  0% {
    width: 0;
  }
  90% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes sliderFade {
  0% {
    width: 0%;
    right: 0;
  }
  8% {
    right: 0;
    width: 100%;
  }
  16% {
    right: 100%;
    width: 200%;
  }
  24% {
    right: 100%;
    width: 200%;
  }
  32% {
    right: 100%;
    width: 0%;
  }
}
@-webkit-keyframes sliderFade {
  0% {
    width: 0%;
    right: 0;
  }
  8% {
    right: 0;
    width: 100%;
  }
  16% {
    right: 100%;
    width: 200%;
  }
  24% {
    right: 100%;
    width: 200%;
  }
  32% {
    right: 100%;
    width: 0%;
  }
}
@-o-keyframes sliderFade {
  0% {
    width: 0%;
    right: 0;
  }
  8% {
    right: 0;
    width: 100%;
  }
  16% {
    right: 100%;
    width: 200%;
  }
  24% {
    right: 100%;
    width: 200%;
  }
  32% {
    right: 100%;
    width: 0%;
  }
}
@keyframes sliderFade {
  0% {
    width: 0%;
    right: 0;
  }
  8% {
    right: 0;
    width: 100%;
  }
  16% {
    right: 100%;
    width: 200%;
  }
  24% {
    right: 100%;
    width: 200%;
  }
  32% {
    right: 100%;
    width: 0%;
  }
}
@font-face {
  font-family: bpg_arial_caps;
  src: url("../fonts/bpg-web-001-caps-webfont.woff");
}
@font-face {
  font-family: bpg_arial;
  src: url("../fonts/bpg-web-001-webfont.woff");
}
@font-face {
  font-family: gl_bold;
  src: url("../fonts/gl-gordeziani-bold.woff");
}
* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  outline: none;
  font-family: bpg_arial_caps;
}
*::-webkit-scrollbar {
  width: 4px;
  border-radius: 5px;
  background: #ced0d4;
}
*::-webkit-scrollbar-thumb {
  width: 4px;
  border-radius: 5px;
  background: #2062af;
}
nav {
  background: transparent;
  box-shadow: none;
  width: auto;
}
nav li line-height a,
nav li:hover a {
  background: transparent;
}
nav ul li.active {
  background: transparent;
}
nav ul a {
  padding: 0;
  line-height: 20px;
}
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  overflow-x: hidden;
  background: rgba(248,248,248,0.49);
}
main {
  flex: 1 0 auto;
  z-index: 1;
  left: 0;
  transition: 0.8s ease;
}
.container {
  max-width: 900px;
  padding: 0 20px;
  width: calc(100% - 20px);
  box-sizing: border-box;
}

@media only screen and (max-width: 992px) {
  .old_page_text_fluid .old_page_text {
    margin-left: 12px;
}
  .container {
    max-width: 900px;
  }
  .old_page_text h2 {
    font-size: 19px;
}
.old_page_text_dropdown_up a, .old_page_text_dropdown_down a {
    margin-top: 10px;
    margin-left: 0px;
}

  .blog_fluid  .home-carousel {
    display: block !important; 
  }

 .blog_fluid .image, .blog_fluid .text-block {
  padding-top: 25vh !important;
 }
}
@media only screen and (max-width: 992px) {
  .container {
    max-width: 800px;
  }


}
@media only screen and (max-width: 600px) {
  .container {
    padding: 0 10px;
  }
}
.clear {
  clear: both;
}
button:focus {
  background-color: transparent;
}
input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding: 0;
  box-sizing: border-box;
  text-transform: uppercase;
  padding-left: 40px;
}
@media only screen and (max-width: 768px) {
  input:not([type]),
  input[type=text]:not(.browser-default),
  input[type=password]:not(.browser-default),
  input[type=email]:not(.browser-default),
  input[type=url]:not(.browser-default),
  input[type=time]:not(.browser-default),
  input[type=date]:not(.browser-default),
  input[type=datetime]:not(.browser-default),
  input[type=datetime-local]:not(.browser-default),
  input[type=tel]:not(.browser-default),
  input[type=number]:not(.browser-default),
  input[type=search]:not(.browser-default),
  textarea.materialize-textarea {
    padding-left: 18px;
  }
}
textarea.materialize-textarea {
  height: 100px;
}
.input-field label:not(.label-icon).active {
  transform: translateY(-2px) scale(0.8);
  color: #2062af !important;
  line-height: 12px;

}

.input-field label {
  color: #617692 !important;
}

.input-field input {

}


.footer-soc>div {
  display: flex;
  align-items: center;
}

.spn1 {
  font-size: 30px !important;
}

.spn2 {
  font-size: 20px !important;
}

.coming_soon {

  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  background-color: #f4f6f9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.coming_soon span {
  color: #2062af;
  font-size: 46px;
  font-family: gl_bold;
}


.input-field input::-webkit-inner-spin-button,
.input-field input::-webkit-outer-spin-button {
  -webkit-appearance: none;

}

.button_row a{

  color: #617692;
}


.ui-datepicker-calendar thead {
  display: none;
}

.input-field label {
  height: 20px;
  padding-left: 30px;
  padding-right: 10px;
  transform: translateY(16px);
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  .input-field label {
    padding-left: 10px;
  }

}
.file-field .file-path-wrapper {
  padding-left: 0;
}
.file-field .btn,
.file-field .btn-large {
  box-shadow: none;
  border-radius: 0;
  height: 52px;
  background: #c8d0ff;
}

.button_row .home__button{
  margin-top: 0px !important;
}

.page__text * {
  font-family: bpg_arial !important;
}

.back_col {
  display: flex;
  align-items: center;
  justify-content: center;

  height: 50px
}
.file-field span {
  font-family: bpg_arial;
  color: #2062af;
  font-size: 14px;
}
.file-field img {
  width: 26px;
  margin-right: 10px;
  filter: invert(1);

}
.page_text_v {
  margin:50px auto 20px; 
}
.page_text{
  margin-bottom: 20px;
}
.page_text_v a {
  background: url("../images/pdf.svg") no-repeat 0 center;
  background-size: contain;
  padding-left: 40px;
  color: #2062af;
  font-family: bpg_arial_caps;
  display: block;

}

.page_text_v a.doc {
  background: url("../images/doc.png") no-repeat 0 center;
  background-size: contain;
}

.page_text_v a.xls {
  background: url("../images/xls.png") no-repeat 0 center;
  background-size: contain;
}

.page_text_v a.power {
  background: url("../images/power.png") no-repeat 0 center;
  background-size: contain;
}



.results_row .prices_tittle {
  width: 50% !important;
  text-align: left !important;
      margin-top: 20px;
}

.pay_img_fluid {
  width: 100%;
  padding-top: unset !important;
  height: 100%;
}
.pay_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #e3e7f1;
  -webkit-box-shadow: 0 1px 0 0 transparent;
  box-shadow: 0 1px 0 0 transparent;
}
input.valid:not([type]),
input.valid:not([type]):focus,
input[type=text].valid:not(.browser-default),
input[type=text].valid:not(.browser-default):focus,
input[type=password].valid:not(.browser-default),
input[type=password].valid:not(.browser-default):focus,
input[type=email].valid:not(.browser-default),
input[type=email].valid:not(.browser-default):focus,
input[type=url].valid:not(.browser-default),
input[type=url].valid:not(.browser-default):focus,
input[type=time].valid:not(.browser-default),
input[type=time].valid:not(.browser-default):focus,
input[type=date].valid:not(.browser-default),
input[type=date].valid:not(.browser-default):focus,
input[type=datetime].valid:not(.browser-default),
input[type=datetime].valid:not(.browser-default):focus,
input[type=datetime-local].valid:not(.browser-default),
input[type=datetime-local].valid:not(.browser-default):focus,
input[type=tel].valid:not(.browser-default),
input[type=tel].valid:not(.browser-default):focus,
input[type=number].valid:not(.browser-default),
input[type=number].valid:not(.browser-default):focus,
input[type=search].valid:not(.browser-default),
input[type=search].valid:not(.browser-default):focus,
textarea.materialize-textarea.valid,
textarea.materialize-textarea.valid:focus,
.select-wrapper.valid>input.select-dropdown {
  border-bottom: 1px solid #e3e7f1;
  -webkit-box-shadow: 0 1px 0 0 transparent;
  box-shadow: 0 1px 0 0 transparent;
}
.select-wrapper input.select-dropdown,
input:not([type]),
.owl-theme .owl-nav {
  margin-top: 0;
}
.input-field {
  margin-top: 0;
}

.submit_down .email_tittle {
  display: none;
}
.dropdown-content li>a,
.dropdown-content li>span {
  color: #707070;
  font-weight: normal;
  font-size:13px;
}
.row .col {
  padding: 0 7px;
}
.input-field.select-field {
  z-index: 111;
}
.kvad-limit .input-field.select-field {
  z-index: 113;
}
.tride-limit .input-field.select-field {
  z-index: 112;
}
.PaymentPlanDropDown-limit .input-field.select-field {
  z-index: 111;
}
.half-width-menu {
  width: 50%;
  position: absolute;
  right: 0;
  padding-right: 110px;
  top: 0;
  z-index: 11;
}



.tride-limit + .col input {
  text-indent: -30px;
}

.row .tride-limit:first-child + .col input {
  text-indent: -3px;
}
.tride-limit input {
  text-indent: -61px !important;
}
.indent_row input {

  text-indent: -61px;
}
.datepicker{
  cursor: pointer;
}

.indent_row .read_only_col:last-child input {
  text-indent: 0;
}

.indent_row_c input {

  text-indent: 10px;
}

.PaymentPlanDropDown-limit>.input-field input {
  text-indent: -61px;

}

.kvad-limit input {
  text-indent: -61px;

}

.calendar_col {
  padding-left: 10px !important;
}

.PaymentPlanDropDown-limit .calendar_col{

  padding-left: 0px !important;

}


.col_results {

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col_results .col {

  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;

}

.col_results .col span {

  flex: 0 0 50%;
  max-width: 50%;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 5px;
}


}




@media only screen and (max-width: 992px) {
  .half-width-menu {
    width: 100%;
  }




}
@media only screen and (max-width: 992px) {
  .half-width-menu {
    padding-right: 160px;
    width: 100%;
  }

  .col_results .col {

    flex: 0 0 100%;
    max-width: 100%;
  }
}
.half-width-menu.fluid {
  width: 100%;
}
.half-width-menu__logo {
  margin: 30px 0 0 60px;
  display: block;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .half-width-menu__logo {
    margin: 30px 0 0 20px;
  }
}
.half-width-menu__logo img {
  width: 140px;
}
.half-width-menu__search {
  padding: 0;
  border: none;
  background: transparent;
  margin: 28px 20px 0 0;
}
@media only screen and (max-width: 768px) {
  .half-width-menu__search {
    display: none;
  }
}
.half-width-menu__search img {
  width: 22px;
}
.half-width-menu__tel {
  padding: 0;

  border: none;
  color: #2062af;
  background: transparent;
  margin: 28px 20px 0 0;
}
@media only screen and (max-width: 768px) {
  .half-width-menu__tel {
    display: none;
  }
}
.half-width-menu__tel img {
  width: 22px;
}
.half-width-menu__user {
  padding: 0;
  border: none;
  color: #2062af;
  background: transparent;
  margin: 22px 9px 0 0;
}
@media only screen and (max-width: 992px) {
  .half-width-menu__user {
    position: absolute;
    top: 5px;
    right: 115px;
    display: block;
  }



  .half-width-menu__search {
    position: absolute !important;
    top: 5px;
    right: 44px;
    display: block;
  }

  .half-width-menu__tel {
    position: absolute !important;
    top: 5px;
    right: 73px;
    height: 34px;
    display: block;
  }


  .half-width-menu__user span {
    display: none;
  }
}
.half-width-menu__user img {
  width: 20px;
  margin-bottom: -5px;
}
.half-width-menu__language {
  padding: 0;
  color: #2062af;
  border: none;
  z-index: 101;
  position: absolute;
  right: 115px;
  top: 44px;
  background: transparent;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .half-width-menu__language {
    right: 75px;
  }
}
.half-width-menu__language img {
  width: 20px;
}
.half-width-menu__bar {
  padding: 0;
  border: none;
  z-index: 3000;
  position: absolute;
  right: 60px;
  top: 37px;
  background: transparent;
  transition: 0.4s;
}
@media only screen and (max-width: 768px) {
  .half-width-menu__bar {
    right: 20px;
  }
}

.first-step {
  border-bottom: unset !important; 
}

.half-width-menu__bar span {
  display: block;
  margin: 6px 0;
  width: 30px;
  border-radius: 2px;
  height: 3px;
  background: #2062af;
  transition: 0.4s;
}
.half-width-menu__bar.active {
  transform: translateX(10px);
}
.half-width-menu__bar.active span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0) translateX(-10px);
}
.half-width-menu__bar.active span:first-child {
  transform: rotate(-45deg) translateY(5px) translateX(-9px);
}
.half-width-menu__bar.active span:nth-child(3) {
  transform: rotate(45deg) translateY(-3px) translateX(-8px);
}
.menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: -100;
  transition: 0.7s;
  opacity: 0;
}
.menu::before {
  width: 0;
  background: #fff;
  background-image: url("../images/blog23.jpg");
  content: '';
  right: 50%;
  top: 0;
  position: absolute;
  background-position: center;
  background-size: cover;
  height: 100%;
  transition: 0.6s ease;
}
@media only screen and (max-width: 992px) {
  .menu::before {
    right: 0;
  }
}
.menu::after {
  width: 0;
  background: #f4f6f9;
  content: '';
  position: absolute;
  right: 0%;
  top: 0;
  height: 100%;
  transition: 0.6s ease;
}

body.overflowx {
  overflow: hidden;
}

@media only screen and (max-width: 992px) {
  .menu::after {
    display: none;
  }
}
.menu__left-side {
  width: 50%;
  height: 100vh;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  .menu__left-side {
    width: 100%;
  }





}
.menu__left-side::before {
  width: 300px;
  height: 100vh;
  top: 0;
  right: -300px;
  content: "";
  position: absolute;
  background: #00a483;
  transition: 0.6s;
  z-index: 1;
}
.menu__left-inside {
  display: flex;
  align-items: center;
  height: calc(100vh - 130px);
}

.play_button span {
   color: #00a483 !important;
}

.play_button div {
  background: #00a483 !important;  
}

@media only screen and (max-width: 992px) {
  .menu__left-inside >div {
    width: 100%;
  }

  .menu__left-inside>div {
    margin-left: 0% !important;
  }

}
.menu__logo {
  display: block;
  cursor: pointer;
  margin: 30px 0 0 60px;
}
@media only screen and (max-width: 768px) {
  .menu__logo {
    margin: 30px 0 0 20px;
  }
}
.menu__logo img {
  width: 140px;
}
.menu__right-side {
  width: 50%;
  height: 100vh;
  position: relative;
  z-index: 1;
}
.menu__right-side::before {
  width: 300px;
  height: 100vh;
  top: 0;
  right: -300px;
  content: "";
  position: absolute;
  background: #00a483;
  transition: 0.6s;
  z-index: 1;
}
.menu__list {
  padding: 60px;
}
@media only screen and (max-width: 768px) {
  .menu__list {
    padding: 30px 20px;
  }
}
.menu__list li {
  font-size: 26px;
  padding: 1vh 0 1vh 40px;
  margin-left: 10px;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  .menu__list li {
    font-size: 18px;
  }

  .menu::before {
    background-image: unset;
    background:#fff !important;
  }
}
.menu__list li a {
  color: #2062af;
  position: relative;
}
.menu__list li span {
  mix-blend-mode: multiply;
  transition: 0.3s;
}
.menu__list li span:last-child {
  position: absolute;
  left: 0;
  top: 0;
  color: transparent;
}
.menu__list li.active span:last-child,
.menu__list li:hover span:last-child {
  color: #00a483;
  top: -8px;
}
.menu.active {
  z-index: 100;
  opacity: 1;
}
.menu.active::before {
  width: 50%;
}
@media only screen and (max-width: 992px) {




  .menu.active::before {
    width: 100%;
    right: 0;
  }
}
.menu.active::after {
  width: 50%;
}
.menu.active .menu__left-side,
.menu.active .menu__right-side {
  right: 0;
}
.menu.active .menu__left-side::after,
.menu.active .menu__right-side::after {
  width: 0;
}
.menu.active .menu__left-side::before,
.menu.active .menu__right-side::before {
  right: 100%;
  width: 0;
}
.menu__dropdown {
  position: relative;
}
.menu__dropdown::after {
  position: absolute;
  content: '';
  width: 25px;
  height: 1px;
  transform: rotate(90deg) translateY(-60%);
  background: #2264a7;
  top: 46%;
  left: -6px;
  transition: 0.6s;
}
.menu__dropdown::before {
  position: absolute;
  content: '';
  width: 25px;
  height: 1px;
  transform: translateY(-60%);
  background: #00a483;
  top: 46%;
  left: -6px;
  transition: 0.6s;
}
.menu__dropdown:hover:before {
  transform: rotate(180deg) translateY(-60%);
}
.menu__dropdown:hover:after {
  transform: rotate(0) translateY(-60%);
}
.menu__dropdown.active:before {
  transform: rotate(225deg) translateY(-60%);
}
.menu__dropdown.active:after {
  transform: rotate(-45deg) translateY(-60%);
}
.menu__become-agent {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 24px;
  margin: 0 0 0 110px;
  padding: 12px 40px 7px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .menu__become-agent {
    margin: 0 0 0 20px;
    font-size: 18px;
  }
}
.menu__become-agent span {
  position: relative;
  z-index: 1;
}
.menu__become-agent::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  mix-blend-mode: multiply;
  background: transparent;
  left: 0;
  transition: 0.3s;
}
.menu__become-agent::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  background: #00a483;
  transition: 0.3s;
  left: 0px;
  mix-blend-mode: multiply;
}
.menu__become-agent:hover::before {
  background: #2062af;
  top: 2px;
  left: -2px;
}
.menu__become-agent:hover::after {
  mix-blend-mode: multiply;
  background: #00a483;
  top: -2px;
  left: 2px;
}
.menu__footer {
  position: absolute;
  bottom: 30px;
  right: 200px;
  display: flex;
  align-items: center;
}

.daterangepicker select {
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .menu__footer {
    bottom: 10px;
    left: 20px;
  }
}
.menu__footer__social {
  margin: 0 2px;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: 0.2s;
}
.menu__footer__social:hover {
  opacity: 1;
  filter: grayscale(0%);
}
.menu__footer__social img {
  width: 13px;
  height: 13px;
}

.lab {
  z-index: -1;
}
.menu__footer__social.instagram img {
  width: 15px;
}
.menu__footer__social.youtube img {
  width: 15px;
  margin-top: 4px;
}
.menu__footer__title {
  font-size: 12px;
  position: relative;
  color: #617692;
  margin-right: 30px;
}
.menu__footer__title::after {
  width: 15px;
  height: 1px;
  position: absolute;
  content: '';
  right: -25px;
  top: 38%;
  transform: translateY(-50%);
  background: #617692;
}
.menu__auth {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu__auth form {
  max-width: 450px;
  width: 100%;
}
.menu__auth-submit img {
  width: 20px;
  /*filter: grayscale(10) brightness(100);*/
}


.insuranse_ch1 {
  width: 100% !important;

  margin-top: 13px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.chek_col {
  transform: translateY(-4px);
}

.insuranse_row .insuranse_ch1 {

  width: 50% !important;
  transform: translate(0, 7px) !important;
}

.gj-datepicker span {
  display: none;
}

.gj-picker td, .gj-picker th{
  padding: 2px 2px !important;
}



.starting_row {
  display: none;
}
.input-field  label {

  animation: inputAnime 1s linear forwards;
  opacity: 0;
}

.modal_tittle {
  text-align: center;
  padding-top: 20px;
}

.modal-content p {

  font-size: 13px;
  color: #2062af;
}

.modal-footer a {

  font-size: 13px;
  color: #617692;
  margin: 14px;
  padding: 0px 3px 9px 5px;
  display: inline-grid;
  width: 100px;
  color: #2062af;
  background: #ced0d4;
  text-align: center;
  font-size: 13px;
  padding: 3px 0 7px;
  transition: 0.3s;
  cursor: pointer;
}

.modal_tittle h2 {
  color: #2062af;
  font-size: 30px;
  font-family: gl_bold;
}

.period_col input {
  text-indent: -60px;
}
.insuranse_row>.row>.col {

  width: 100% !important;

}

.insuranse_row .insuranse_ch2, .insuranse_row .insuranse_ch1 {
  margin-top: 20px;
}
.driver_checkbox_container {
  margin: 35px 0 0;
}
.driver_checkbox_tittle {

  text-align: left;
  padding-left: 23px;
  margin-top: 50px;
}

.insuranse_ch1 {
  margin-top: 3px;
}

.driver_checkbox_tittle h5 {
  color: #2062af;
  font-size: 22px;
  font-family: gl_bold;
}

.insuranse_row  .insuranse_ch1 {
  padding-left: 0 !important;
}

.starting_row.hide_x {
  overflow: hidden;
  height: 0;
  margin-bottom: 0 !important;
}

.starting_row, .second_row{

  margin-top: 50px;
  margin-bottom: 50px !important;

}

.relative {
  position: relative;
}

@keyframes inputAnime {

  0%{

    opacity: 0;

  }



  80%{
    opacity: 0;
  }


  100% {

    opacity: 1;


  }
}

.driver_input_container .input-field label {
  animation: unset;
  opacity: 1;
}

.hide_driver .input-field input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e47;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 20px 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-right: 18px;
  width: 94%
}


#ui-datepicker-div {
  background: #fff;
  background: rgba(248,248,248,19);

}
.ui-datepicker-calendar a {

  color: #2062af;
}

.ui-datepicker-prev,.ui-datepicker-next {
  display: none;
}

.ui-datepicker-title {
  display: flex;
}

#ui-datepicker-div td, #ui-datepicker-div th {
  padding: 3px 9px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}


#ui-datepicker-div select {
  display: block !important;
  background: rgba(248,248,248,19);
  border-bottom: 1px solid #ccc;
}

.gj-icon.chevron-right:before {

  content: ">";
  font-size: 15px;

  font-weight: bold;
}

.gj-icon.chevron-left:before {

  content: "<";
  font-size: 15px;
  font-weight: bold;
}

.send_col div {

  flex: 0 0 48.7%;
}

.input-field input.active {

  border-bottom: 1px solid #F44336 !important;

}
.lab {
  width: 105% !important;
}
.checkbox.active {
  border-bottom: 1px solid #F44336;

}

.select-dropdown.active {
  border-bottom: 1px solid #F44336 !important;

}

.menu__auth-submit a {
  display: block;
  width: 80px;
  margin-right: 10px;
  text-align: center;
  background: #2062af;
  padding: 14px 0 10px;
  margin-top: 40px;
}

.email_tittle {
  margin: 30px 0 10px;
  text-align: center;
}

.email_tittle span {
  color: #2062af;
  font-size: 24px;
  margin-bottom: 20px;
  font-family: gl_bold;

}

#product-form .col {
}
.st_2up .col {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
}

.st_2up .col div {
  width: 50% !important;
}

.st_2up .col div:last-child {
  width: 100% !important;
  order: -1;
}


.st_2up .col {

  display: flex;
  flex-wrap: wrap;

}

.st_2row .col .bonus {

  width: 100% !important;
  text-align: center;
}

.real-estate-text .home__button {
  width: 50%;
  margin-left: auto;
  display: block;
}

.pay-iframe>div {

  height:1200px;

}

@media only screen and (max-width: 768px) {
  .menu__auth-submit a {
    width: 50px;
  }
  #product-form .col {

    width: 100%;

  }

  .pay-iframe {
    height: 450px !important;
    padding: 0;
  }

  .real-estate-text .home__button {
    width: 100%;
    margin-left: auto;
    display: block;
  }

}
.menu__auth-submit button {
  width: calc(100% - 180px);
  background: #00a483;
  margin-top: 40px;
  border: none;
  color: #fff;
  padding: 14px 0 7px;
}
@media only screen and (max-width: 768px) {
  .menu__auth-submit button {
    width: calc(100% - 120px);
  }
}
.half-width-footer {

  position: relative;
  z-index: 1;
}
.half-width-footer.news-page {
  margin: 34px 55px;
}
.half-width-footer__social {
  margin: 0 5px;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: 0.2s;
}
.half-width-footer__social:hover {
  opacity: 1;
  filter: grayscale(0%);
}
.half-width-footer__social img {
  width: 13px;
}
.half-width-footer__social.instagram img {
  width: 15px;
}
.half-width-footer__social.youtube img {
  width: 15px;
}
.half-width-footer__title {
  font-size: 12px;
  position: relative;
  color: #617692;
  margin-right: 30px;
}
.half-width-footer__title::after {
  width: 15px;
  height: 1px;
  position: absolute;
  content: '';
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  background: #617692;
}
.copyright {
  font-size: 12px;
  color: #617692;
}
@media only screen and (max-width: 992px) {
  .copyright {
    margin: 10px 0;
  }
}
.elliot {
  font-size: 12px;
  color: #617692;
}
@media only screen and (max-width: 992px) {
  .elliot {
    text-align: center !important;
  }
}
.home-carousel {
  width: 50%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .home-carousel {
    width: 100%;
    height: auto;
  }
}
.home-carousel__image {
  width: 100%;
  box-sizing: content-box;
  padding-top: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-color: transparent;
}
@media only screen and (max-width: 992px) {
  .home-carousel__image {
    padding-top: 60%;
  }
}
.home-carousel__nav {
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 1;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .home-carousel__nav {
    left: 22px;
    bottom: 10px;
  }
}
.home-carousel__nav-current {
  color: #fff;
  display: block;
  font-size: 24px;
}
.home-carousel__nav-slash {
  display: block;
  color: #fff;
  margin: 0 7px 0 5px;
  font-size: 22px;
}
.home-carousel__nav-total {
  display: block;
  color: #fff;
  font-size: 16px;
  margin-top: 8px;
}
.home-carousel__nav-line {
  background: rgba(255,255,255,0.3);
  width: 80px;
  height: 1px;
  margin-top: 16px;
  margin-left: 30px;
}
.home-carousel__nav-line div {
  width: 60%;
  height: 1px;
  background: #fff;
  -webkit-animation: lineWidth 4.6s infinite;
  animation: lineWidth 4.6s infinite;
}
.home-carousel__animation {
  width: 0%;
  height: 100%;
  background: #00a483;
  position: absolute;
  top: 0;
  opacity: 0.7;
  z-index: 1;
  -webkit-animation: sliderFade 4.5s infinite;
  animation: sliderFade 4.5s infinite;
  animation-timing-function: linear;
  animation-delay: 4.5s;
}
.home__text {
  width: 50%;
  padding: 20px 60px 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-content: space-between;
  justify-content: space-between;
  position: relative;
  z-index: 1000;

}


.home_team_wrapper {
  height: calc(100vh - 225px);
  margin-top: 95px;
  overflow-y: scroll;

}

.home_team_wrapper .home__title {
  margin-top: 0 !important;
}

@media only screen and (max-width: 992px) {
  .home__text {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .home__text {
    padding: 10px 10px 0;

  }

  .home-carousel__image {
    padding-top: 81%;
  }



}
.home__title {
  color: #2062af;
  font-size: 72px;
  font-family: gl_bold;
}
@media only screen and (max-width: 1500) {
  .home__title {
    font-size: 52px;
  }

  .menu__footer {
    bottom: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .home__title {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .home__title {
    margin-top: 10px;
  }
}

.home__text-body {
  font-family: bpg_arial;
  /*max-width: 500px;*/
  width: 100%;
  text-align: justify;
  display: -webkit-box;
  /*  height: 112px;*/
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*  text-overflow: ellipsis;*/
  white-space: normal;
  /*  -webkit-line-clamp: 5;*/
  color: #617692;
}
.home__text-body * {
  font-family: bpg_arial;
  padding-right: 10px;
  list-style-type: disc !important;


}

.home__text ul {
  padding-left: 15px;
}
@media only screen and (max-width: 992px) {
  .home__text-body {
    max-width: none;
    height: auto;
  }
}
.home__text-body.team {
  max-width: none;
}
.home__button {
  margin-left: 5px;
  display: inline-block;
  padding: 13px 40px 10px;
  position: relative;
  cursor: pointer;
  /*margin-top: 30px;*/
}
.home__button::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 2px;
  mix-blend-mode: multiply;
  background: #2062af;
  left: -2px;
  transition: 0.5s;
}
.home__button::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: -2px;
  background: #00a483;
  transition: 0.5s;
  left: 2px;
  mix-blend-mode: multiply;
}
.home__button span {
  position: relative;
  z-index: 1;
  color: #fff !important;
  font-family: gl_bold;
  font-size: 19px;
      letter-spacing: 1px;
}
.home__button:hover::after {
  top: -2px;
  left: 2px;
}
.home__button:hover::before {
  top: 2px;
  left: -2px;
}
.home-insurance {
  margin: 40px -50px 0 -180px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  .home-insurance {
    margin: 40px -50px 0;
  }
}
@media only screen and (max-width: 768px) {
  .home-insurance {
    margin: -10px -5px 0;
  }
}
.home-insurance__image {
  width: 100%;
  box-sizing: content-box;
  padding-top: 140px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-color: #00a483;
}
.home-insurance__block {
  cursor: pointer;
  position: relative;
  display: block;
  width: 182px;
}


.insuranse_row .driver_hide_box {
  display: none !important;
}

.insuranse_row .driver_add_row {
  display: none !important;
}


.driver_input_container .row {

  /*box-shadow: 0px 5px 10px 0px #7d7d7d47;*/
  transition: all .5s;
  margin: 5px 5px 30px 5px !important;
  padding-top: 20px;
}

.driver_input_container .driver_add_row {

  box-shadow: unset;
  padding-top: unset;
}

@media only screen and (max-width: 992px) {
  .home-insurance__block {
    margin-bottom: 15px;
  }

  .home__title {

    font-size:34px;

  }

  .home__button {

    margin-bottom: 40px;
  }

  .results_row .home__button {
    margin-bottom: 0 !important;
  }

}
.home-insurance__block::after {
  position: absolute;
  content: '';
  background: #00a483;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  transition: 0.7s ease;
}
.home-insurance__block:hover::after {
  left: auto;
  right: 0;
  width: 100%;
}
.home-insurance__text {
  position: absolute;
  top: 50%;
  z-index: 1;
  left: 23px;
  transform: translateY(-50%);
  color: #fff;
  max-width: 70%;
  font-size: 15px;
}
.home-insurance__text::after {
  position: absolute;
  width: 1px;
  height: calc(100% - 12px);
  content: '';
  left: -13px;
  top: 50%;
  transform: translateY(-54%);
  background: rgba(255,255,255,0.4);
}
.page-header {
  margin-top: 130px;
}
.page__title {
  font-family: gl_bold;
  font-size: 46px;
  color: #2062af;
}
.news-page__carousel {
  margin: 0 20px;
}
.news-page .item {
  display: block;
}
.news-page__item-image {
  margin-top: 30px;
  position: relative;
  box-sizing: content-box;
  padding-top: calc(100vh - 382px);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-color: transparent;
}


.city_field ul {
  position: absolute;
  top: 0 !important;
  padding-left: 0 !important;
}

.error_box {
  position: absolute;
  bottom: -10px;
  left: 15px;
}

.error_box p{
  color: #dd1853;
  font-size: 13px;
  font-family: bpg_arial;
}

@media only screen and (max-width: 768px) {
  .news-page__item-image {
    padding-top: 110%;
  }

  .home-insurance__text {
    left: 20px;
    font-size: 11px;
  }

}
.news-page__item-image::after {
  position: absolute;
  width: 0;
  left: 0;
  height: 100%;
  top: 0;
  background: #00a483;
  content: "";
  transition: 0.7s;
}
.news-page__item-image:hover::after {
  width: 100%;
  right: 0;
  left: auto;
}
.news-page__item-title {
  position: absolute;
  bottom: 40px;
  color: #fff;
  left: 15px;
  z-index: 1;
  display: -webkit-box;
  height: 65px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 3;
}
.news-page time {
  position: absolute;
  bottom: 15px;
  line-height: 1;
  left: 15px;
  padding-left: 25px;
  padding-top: 3px;
  z-index: 1;
  background: url("../images/calendar.svg") no-repeat center left;
  filter: invert(100%);
  color: #000;
  font-size: 14px;
  font-family: bpg_arial;
}
.news-page .owl-prev {
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
  background: transparent !important;
}
.news-page .owl-prev img {
  width: 30px;
  filter: invert(100%);
}
.news-page .owl-next {
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
  background: transparent !important;
}
.news-page .owl-next img {
  width: 30px;
  filter: invert(100%);
}
.news-page__view-all a {
  display: inline-block;
  color: #00a483;
  padding: 30px 50px 10px;
  font-family: gl_bold;
      font-size: 23px;
}

.blog-last-post span{
  font-family: gl_bold;
      font-size: 23px;

}

.collapsible-header .right.active::before {
  width: 0 !important;
}






.pay_col .inp_info, .pay_col .inp_info_fluid {
  display: none;
}

.period_col .inp_info, .pay_col .inp_info_fluid{

  display: none;
}

.insuranse_row .l6 .input-field label:not(.label-icon).active{
  transform: translateY(-9px) scale(0.8) !important;

}

.driver1_col.active {
  border-bottom: 1px solid red;
}

.driver2_col.active {
  border-bottom: 1px solid red;
}


#emailField {
  text-transform: lowercase !important;
}
.page__text {
  text-align: justify;
  font-family: bpg_arial;
}
.collapsible-header {
  background: transparent;
  padding: 15px 15px 12px;
}
.collapsible-header span {
  color: #2062af;
  position: relative;
  mix-blend-mode: multiply;
  width: calc(100% - 40px);
}
.collapsible-header span::after {
  position: absolute;
  content: attr(data-text);
  left: 0;
  top: 0;
  color: transparent;
  transition: 0.3s;
  mix-blend-mode: multiply;
}
.collapsible-header .down {
  position: relative;
  width: 20px;
  margin-left: 20px;
  height: 20px;
  transition: 0.3s;
}
.collapsible-header .down::after {
  width: 100%;
  height: 1px;
  mix-blend-mode: multiply;
  content: '';
  background: #00a483;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.collapsible-header .down::before {
  height: 100%;
  width: 1px;
  mix-blend-mode: multiply;
  content: '';
  background: #2062af;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.collapsible-header:hover span::after {
  left: -1px;
  top: 1px;
  color: #00a483;
}
.collapsible-header.active span::after {
  left: -1px;
  top: 1px;
  color: #00a483;
}
.collapsible-header.active .down {
  transform: rotate(135deg);
}
.collapsible {
  box-shadow: none;
  border: none;
}
.collapsible-body {
  background: #fff;
  font-family: bpg_arial;
  color: #617692;
}
.collapsible-body * {
  font-family: bpg_arial;
}
.team__carousel {
  /*margin: 0 -40px 0;*/
  width: 100%;


}
@media only screen and (max-width: 768px) {
  .team__carousel {
    margin: 0 0;
  }
}
.team__carousel .team__carousel-image {
  border: 1px solid rgba(0,0,0,0.1);
  box-sizing: content-box;
  padding-top: 60%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-color: transparent;
  background-size: 70%;
  transition: 0.4s;
  cursor: pointer;
}
.team__carousel .owl-prev {
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
  background: transparent !important;
}
.team__carousel .owl-prev img {
  width: 30px;
}
.team__carousel .owl-next {
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
  background: transparent !important;
}
.team__carousel .owl-next img {
  width: 30px;
}
.team__title {
  font-family: gl_bold;
  color: #2062af;
  font-size: 36px;
  position: relative;
  padding-left: 20px;
  margin-top: calc(100vh - 610px);
  margin-bottom: 20px;
}
@media only screen and (max-width: 992px) {
  .team__title {
    margin-top: 60px;
  }
}
.team__title::after {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 2px;
  height: 100%;
  background-color: #00a483;
  line-height: 1;
  height: 27px;
}
.sortable-handler {
  touch-action: none;
}
.checkbox-field {
  margin-top: -10px;
}
.auth-form-title {
  color: #2062af;
  font-size: 36px;
  margin-bottom: 20px;
  font-family: gl_bold;
}
@media only screen and (max-width: 768px) {
  .auth-form-title {
    font-size: 27px;
    margin-bottom: 10px;
  }

  .value_row {
    display: flex;
    flex-direction: column-reverse;
  }

  .value_row .col:last-child {

    margin-bottom: 30px;
    padding-left: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    width: 97% !important;
    margin-right: 33px;
    margin-left: 10px;
    display: flex;
    align-items: self-start;

  }
  .menu__list li span:last-child {

    display: none;
  }
  .blog-posts .blog-title {
    margin-top: 0 !important; 
  }

  .each-dropdown-list a::after{
    content: unset !important;
  }
  .each-dropdown-list a span{

    color:#2062af;
  }

}


.car_step_3 label {
  transform: translateY(-16px) scale(0.8);
  color: #2062af !important;
}

.hualing-btn {
  position: relative;
  transition: 0.5s;
  cursor: pointer;
}
.hualing-btn span,
.hualing-btn img {
  position: relative;
  z-index: 11;
}
.hualing-btn::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  background: transparent;
  left: 0;
  transition: 0.3s;
}
.hualing-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  transition: 0.3s;
  left: 0px;
}
.hualing-btn:hover {
  background: transparent;
}
.hualing-btn:hover::before {
  background: #2062af;
  top: 2px;
  left: -2px;
  mix-blend-mode: multiply;
}
.hualing-btn:hover::after {
  background: #00a483;
  top: -2px;
  left: 2px;
  mix-blend-mode: multiply;
}
.menu__auth-fb {
  background: #2062af;
}
.auth-footer {
  margin-top: 20px;
}
.auth-footer a {
  color: #9e9e9e;
  font-size: 12px;
  font-family: bpg_arial;
  transition: 0.1s;
  cursor: pointer;
}
.auth-footer a:hover {
  color: #2062af;
}
.menu__reset-password,
.menu__register,
.submenu,
.menu__authorization {
  width: 50%;
  position: fixed;
  right: -60%;
  height: 100vh;
  z-index: 1111;
  background: #f4f6f9;
  transition: 0.6s;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
.menu__reset-password::after,
.menu__register::after,
.submenu::after,
.menu__authorization::after {
  content: '';
  position: absolute;
  width: 100%;
  background: #00a483;
  left: 0;
  top: 0;
  bottom: 0;
  transition: 0.6s;
}
.menu__reset-password.active,
.menu__register.active,
.submenu.active,
.menu__authorization.active {
  right: 0;
}
@media only screen and (max-width: 992px) {
  .menu__reset-password.active,
  .menu__register.active,
  .submenu.active,
  .menu__authorization.active {
    width: 100%;
  }

  .menu__auth form {
    margin-top: 75px;
  }
}
.menu__reset-password.active::after,
.menu__register.active::after,
.submenu.active::after,
.menu__authorization.active::after {
  width: 0;
}
@media only screen and (max-width: 992px) {
  .submenu {
    justify-content: center;
    padding-left: 60px;
  }

  .page__title {

    font-size: 37px;
  }


}

@media only screen and (max-width: 768px) {
  .submenu {
    padding-left: 20px;
  }
}
.menu__authorization {
  z-index: 9;
}
@media only screen and (max-width: 992px) {
  .menu__authorization.active {
    width: 100%;
    padding: 0 20px;
  }
}
.menu__reset-password,
.menu__register {
  z-index: 10;
}
@media only screen and (max-width: 992px) {
  .menu__reset-password.active,
  .menu__register.active {
    width: 100%;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 330px){

  .half-width-menu__user {
    top: 35px;
    right: 17px;
  }
}
.menu__dropdown .each-dropdown-list {
  display: none;
}
.each-dropdown-list {
  max-width: 350px;
  width: 100%;
  transform: translateX(50px);
  transition: 0.7s;
  opacity: 0;
  padding: 20px 0;
}
.each-dropdown-list.active {
  transform: translateX(0);
  opacity: 1;
}
.each-dropdown-list a {
  display: block;
  font-family: bpg_arial;
  color: #2062af;
  margin: 10px 0;
  padding-left: 30px;
  position: relative;
  color: #00a483;
  mix-blend-mode: multiply;
  margin-bottom: 10px;
}
.each-dropdown-list a::after {
  position: absolute;
  content: attr(data-text);
  left: 30px;
  top: 0px;
  color: #2062af;
  width: 100%;
  height: 100%;
  transition: 0.2s;
}


.home__button.fadein {
  opacity: 1 !important;
}


.heart {

  animation:shake 2s linear;
}


@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

.each-dropdown-list a::before {
  position: absolute;
  content: '';
  left: 0;
  top: 11px;
  background: rgba(0,0,0,0.13);
  width: 20px;
  height: 1px;
  transition: 0.2s;
}
.each-dropdown-list a:hover::after {
  left: 29px;
  top: -1px;
  mix-blend-mode: multiply;
}
.each-dropdown-list a:hover::before {
  background: #00a483;
}
.each-dropdown-list a span {
  font-family: bpg_arial;
}

.copyright {
  text-align: center;
}

.half-width-footer .col {
  display: flex;
  justify-content: center;
}

.each-dropdown-list div {
  font-size: 26px;
  position: relative;
  color: #2062af;
  mix-blend-mode: multiply;
  margin-bottom: 10px;
}
.each-dropdown-list div::after {
  position: absolute;
  content: attr(data-text);
  font-size: 26px;
  left: -1px;
  top: -1px;
  color: #00a483;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
.menu__reset-password .menu__auth-submit button {
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .page-header-resp {
    margin-top: 102px;
  }
}
@media only screen and (max-width: 992px) {
  .footer-soc {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 992px) {
  .footer-soc >div {
    padding-left: 5px;
  }
}
.close-submenu {
  border: none;
  background: transparent;;
  font-family: bpg_arial;
  color: #2062af;
  display: none;
}
@media only screen and (max-width: 992px) {
  .close-submenu {
    display:none;
  }
}
.close-submenu img {
  width: 20px;
  margin: 0px 7px -7px 0;
}
.auth-resp-btn,
.search-resp-btn,
.back-to-menu-btn {
  display: none;
}
@media only screen and (max-width: 992px) {
  .auth-resp-btn,
  .search-resp-btn,
  .back-to-menu-btn {
    display: block;
  }
}
.back-to-menu-btn {
  margin-top: 10px;
}
@media only screen and (max-width: 992px) {
  .reset-password-btn {
    float: left !important;
    width: 100%;
    margin-top: 10px;
  }
}
.search-block {
  position: fixed;
  width: 100%;
  height: 100%;
  transition: 0.6s;
  z-index: -5;
  top: 0;
  right: 0;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-block form {
  position: relative;
  z-index: 1;
  max-width: 700px;
  width: 100%;
  padding: 0 20px;
}
.search-block form .input-field {
  width: calc(100% - 50px);
}
.search-block form input {
  border-bottom: 2px solid #1d0838 !important;
  height: 55px !important;
}
.search-block form label {
  font-size: 20px;
  left: 0 !important;
  color: #1d0838;
}
.search-block form .search-submit {
  margin-top: 14px;
  background: transparent;
  border: none;
}
.search-block form .search-submit img {
  width: 30px;
}
.search-block::after {
  width: 0;
  height: 100vh;
  top: 0;
  right: 0;
  content: "";
  position: absolute;
  background: #fff;
  transition: 0.6s;
}
.search-block::before {
  width: 300px;
  height: 100vh;
  top: 0;
  right: -300px;
  content: "";
  position: absolute;
  background: #00a483;
  transition: 0.6s;
  z-index: 1;
}
.search-block.active {
  opacity: 1;
  z-index: 99999;
}
.search-block.active::after {
  width: 100%;
}
.search-block.active::before {
  right: 100%;
  width: 0;
}
.close-search {
  position: absolute;
  right: 60px;
  top: 37px;
  z-index: 11111;
  border: none;
  background: transparent;
}
@media only screen and (max-width: 768px) {
  .close-search {
    right: 17px;
  }
}
.close-search span {
  display: block;
  margin: 6px 0;
  width: 40px;
  border-radius: 2px;
  height: 3px;
  background: #2062af;
  transition: 0.4s;
  transform: translateX(10px);
}
.close-search span:first-child {
  transform: rotate(-45deg) translateY(4px) translateX(-3px);
}
.close-search span:nth-child(2) {
  transform: rotate(45deg) translateY(-3px) translateX(-3px);
}

.team__carousel .owl-nav, .news-page .owl-nav{
  display: block !important;
}

.faq-menu {
  max-width: 1000px;
  width: calc(100% - 20px);
  padding: 0 20px;
  margin: 30px auto;
  text-align: center;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.faq-menu a {
  font-size: 28px;
  padding: 10px 8px;
  display: inline-block;
  color: #34495e;
  font-family: gl_bold;
  transition: 0.3s;
}
.faq-menu a.active,
.faq-menu a:hover {
  color: #2062af;
}
.dictionary-page {
  margin-top: 70px;
}
.about-title {
  text-align: center;
  color: #2062af;
  font-size: 40px;
  font-family: gl_bold;
  margin-top: 80px;
}
.about-title.secondary {
  margin-top: 40px;
}
.team .home__title {
  /*margin-top: calc(100vh - 570px);*/
  margin-top: 100px;
}
.team .team__title {
  margin-top: 15px;
}


.contact-block .caret {
  display: none;
}

.about-text {
  font-family: bpg_arial;
  color: #617692;
  height: 130px;
  overflow: hidden;
}
.about-text * {
  font-family: bpg_arial;
}
@media only screen and (max-width: 1376px) {
  .about-title {
    margin-top: 160px;
  }

  .soc-share {
    display: flex;
  }
  .soc-share a:not(:last-child){
    margin-right: 5px;
  }
  .home__title {
    font-size: 58px;
  }
  .home__text-body * {

    font-size: 13px;
  }
  .home__title {

    line-height: 63px;
    margin-top: 30px;
  }
  .ckeditor-text h1{

    line-height: 30%;

  }

}


.profile_info {
  background-color: #e8eff7;
  width: 100%;
  padding: 20px;
}

.profile_up_content {
  display: flex;
}

.profile_img_box {

  width: 75px;
  height: 75px;
  border: 2px solid #d4e1f0;
  margin-right: 5px;
}


.profile_navbar_fluid {
  margin-top: 30px;
}

.profile_tittle span{

  color: #617692;
  font-family: bpg_arial;
  font-size: 16px;
  position: relative;
  z-index: 1000;
  background-color: #e8eff7;
  padding: 0 5px;

}

.profile_navbar {
  margin-top: 10px;
  padding-left: 15px;
}
.profile_navbar ul li a {

  color: #617692;
  font-family: bpg_arial;
  font-size: 14px;
}
.profile_navbar ul li a.active {
  color: #2062af;
}

.profile_navbar ul li {
  margin-bottom: 5px;
}

.profile_name span {
  display: block;
  color: #2062af;
  font-family: gl_bold;
  font-size: 23px;
}
.profile_img_box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.profile_tittle {
  position: relative;
}

.profile_tittle:after {

  content: "";
  width: calc(100% + 55px);
  height: 1px;
  background-color: #fff;
  top: 50%;
  left: -30px;
  z-index: 1;
  position: absolute;
}

@media only screen and (min-width: 992px){

  .profile_info {
    display: none;
  }

}

@media only screen and (max-width: 992px) {
  .about-text {
    height: auto;
  }
  .ckeditor-text h1 {
    line-height:unset;
  }

  .menu__left-inside {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    height: calc(100vh - 130px);
    overflow-y: scroll;
    overflow-x: hidden;
  }

  .menu__left-inside::-webkit-scrollbar {
    width: 0;
  }

  .auth-resp-btn {
    display: none;
  }
  /*.half-width-menu {
    z-index: 3000;
  }*/
}
.about-pink-text {
  color: #fff;
  background: #00a483;
  padding: 15px 20px;
  position: relative;
}
.about-pink-text::after {
  content: '';
  width: 10px;
  height: 6px;
  background: #00a483;
  position: absolute;
  top: -5px;
  left: 50%;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transform: translateX(-50%);
}
.about-pink-text div {
  font-size: 13px;
  font-family: bpg_arial;
  display: -webkit-box;
  height: 57px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 3;
}
.about-pink-text * {
  font-family: bpg_arial;
  color: #fff;
}
.about.team__title {
  margin-top: 20px;
}
.about-secondary-text {
  display: block;
  white-space: normal;
  font-family: bpg_arial;
  color: #617692;
  margin-top: -20px;
}
.about-secondary-text * {
  font-family: bpg_arial;
}
.about-inside {
  display: flex;
  align-items: center;
  height: calc(100vh - 190px);
  overflow-y: auto;
  padding-right: 15px;
  margin-top: 70px;
}

.post-text ul {
  padding-left: 20px;
}
.post-text li {
  list-style-type: disc !important;
}

@media only screen and (max-width: 992px) {
  .about-inside {
    height: auto;
  }

  .about-title {

    margin-top: 30px;
  }

  .about-inside {
    margin-top: 0;
  }
}
.left-side-image {
  box-sizing: content-box;
  padding-top: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-color: transparent;
}
@media only screen and (max-width: 992px) {
  .left-side-image {
    padding-top: 50%;
  }
}
.real-estate-text {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 170px);
}
@media only screen and (max-width: 992px) {
  .real-estate-text {
    height: auto;
    padding-bottom: 50px;
  }
}
.real-estate-text >div {
  width: 100%;
  max-width: 550px;
}
.real-estate-text.conditions {
  display: block;
}
.real-estate-text.conditions >div {
  max-width: none;
}
.real-estate-text.conditions .pdf {
  margin-top: 20px;
}
.real-estate-text .title {
  font-family: gl_bold;
  font-size: 46px;
  color: #2062af;
}
@media only screen and (max-width: 768px) {
  .real-estate-text .title {
    font-size: 35px;
  }
}
.real-estate-text .secondary-title {
  font-family: gl_bold;
  font-size: 30px;
  color: #2062af;
  margin: 10px 0 20px;
}
@media only screen and (max-width: 768px) {
  .real-estate-text .secondary-title {
    font-size: 25px;
  }
}
.real-estate-text .text {
  font-family: bpg_arial;
  color: #617692;
  display: -webkit-box;
  height: 220px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 10;
}
@media only screen and (max-width: 992px) {
  .real-estate-text .text {
    height: auto;
  }
}
.real-estate-text .text * {
  color: #617692;
}
.real-estate-text .home__button {
  width: 100%;
  box-sizing: border-box;
  border: none;
  transition: all .4s;
}
.real-estate-text .home__button span {
  text-align: center;
  display: block;
  font-family: gl_bold;
    font-size: 19px;
    letter-spacing: 1px;
}
.real-estate-text .pdf {
  display: block;
  background: url("../images/pdf.svg") no-repeat 0 center;
  background-size: 25px;
  padding: 5px 0 3px 35px;
  color: #617692;
  margin: 40px 0 0;
}
.scroll-block {
  margin-top: 80px;
  height: calc(100vh - 210px);
  display: flex;
  justify-content: flex-start;
  align-items: inherit;
  overflow: auto;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 992px) {
  .scroll-block {
    height: auto;
    padding-bottom: 50px;
    overflow: hidden;
  }
}
.scroll-block >div {
  max-width: 750px;
  width: 100%;
  padding-right: 0px;
}
@media only screen and (max-width: 992px) {
  .scroll-block >div {
    padding-right: 0;
  }
}
.scroll-block .bonus-field {
  margin: 10px 0 10px;
}
.scroll-block .bonus-field .bonus {
  color: #617692;
}
.scroll-block .bonus-field .bonus span {
  font-size: 22px;
}
.scroll-block .bonus-field a {
  display: block;
  color: #2062af;
  font-family: bpg_arial;
  margin-top: 10px;
}
.scroll-block .title-secodary {
  padding: 5px 5px 35px 14px;
}
.scroll-block .title-secodary div {
  color: #2062af;
  font-size: 30px;
  font-family: gl_bold;
}
.scroll-block .title-secodary div:nth-child(2) {
  color: #617692;
  font-size: 20px;
}
.scroll-block .title-secodary div:nth-child(2) span {
  font-family: gl_bold;
  font-size: 30px;
}
.contact-title {
  font-family: gl_bold;
  color: #2062af;
  font-size: 40px;
}
.contact-inside {
  padding: 0 55px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .contact-inside {
    padding: 0 10px;
  }
  .propert_row1 {
    display: flex;
    flex-direction: column-reverse;

  }

  .propert_row1 .right-align {
    display: flex;
  }

  .propert_row1 .right-align button {
    margin-bottom: 25px;
    margin-left: 15px;
  }

  .inp_info {
    position: absolute;
    top: -8px;
    right: -14px;
    z-index: 1000;
    width: 20px;
    background-size: contain;
    height: 34px;
    background-repeat: no-repeat;
    /* background: #2062af; */
    background-image: url(../images/info.svg);
  }

}





.contact-inside >form {
  overflow: auto;
  max-height: 100%;
  padding-right: 20px;
  overflow-x: hidden;
}
.contact-page {
  position: relative;
}
.contact-page::after {
  position: absolute;
  content: '';
  width: 50%;
  height: 100vh;
  top: -132px;
  right: 0;
  background: #f4f6f9;
}
@media only screen and (max-width: 992px) {
  .contact-page::after {
    display: none;
  }

  .about-inside {
    align-items: flex-start;

  }
}
.contact-info .each-info {
  display: block;
  margin-top: 20px;
}
.contact-info .each-info span {
  display: block;
  color: #2062af;
  font-size: 14px;
}
.contact-info .each-info p {
  color: #617692;
  font-family: bpg_arial;
  font-size: 14px;
}
#googleMap {
  width: 100%;
  margin-top: 40px;
  height: calc(100vh - 530px);
  margin-bottom: 20px;
}
@media only screen and (max-width: 992px) {
  #googleMap {
    height: 400px;
  }
}
@media only screen and (max-width: 768px) {
  #googleMap {
    margin: 20px -20px;
    width: calc(100% + 40px);
  }
}
.gmap-content .img {
  width: 150px;
  box-sizing: content-box;
  padding-top: 100px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-color: transparent;
  display: none;
}
.gmap-title {
  font-size: 12px;
  color: #2062af;
  width: 150px;
  text-align: center;
  margin-top: 10px;
  white-space: normal;
}
.gmap-content {
  margin: 6px 0 0 6px;
}
.select-wrapper input {
  color: #9e9e9e !important;
  padding-right: 60px !important;
}
.select-wrapper .caret {
  font-size: 0 !important;
  width: 20px;
  height: 20px !important;
  background: url("../images/arrow.svg") no-repeat center center;
  background-size: 80%;
  transform: rotate(-90deg);
  opacity: 0.2;
  right: 40px !important;
  z-index: -1;
  position: absolute;
  top: 0;
}



.input-field input {
  font-size: 13px !important;
  color: #617692 !important;
  height: 40px !important;
  padding-left: 20px !important
}
.input-field label {
  font-size: 13px !important;
  color: #617692 !important;
  padding-left: 10px !important;
  top: -4px !important;
}


.contact-block input,
.contact-block textarea,
.contact-block label {
  color: #617692 !important;
}
.contact-block textarea {
  margin-bottom: 0;
}
.contact-block .home__button {
  width: 100%;
  border: none;
}
.contact-page-form {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 250px);
}
.contact-page-form form {
  max-width: 550px;
  width: 100%;
  padding-top: 20px;
}
.each-vertical-block a {
  display: block;
  transition: 0.3s;
}


.select-wrapper {
  cursor: pointer;
}

.each-vertical-block:hover >a {
  opacity: 0.6;
}
.each-vertical-block .image {
  box-sizing: content-box;
  padding-top: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-color: transparent;
  width: 50%;
  float: left;
}
.each-vertical-block .text-block {
  float: right;
  width: 50%;
  height: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.each-vertical-block .text-block .number {
  color: rgba(255,255,255,0.2);
  font-size: 70px;
  padding-top: 10px;
  font-family: gl_bold;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.each-vertical-block .text-block .title {
  color: #fff;
  position: absolute;
  text-transform: uppercase;
  padding-top: 10px;
  text-align: center;
  line-height: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: gl_bold;
  font-size: 40px;
}
@media only screen and (max-width: 768px) {
  .each-vertical-block .text-block .title {
    font-size: 25px;
  }
}
.each-vertical-block .text-block .inside {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.each-vertical-block .text-block .info {
  color: #fff;
  text-transform: uppercase;
}
.each-vertical-block .text-block .info span {
  font-size: 35px;
  text-transform: uppercase;
}
.each-vertical-block .text-block .buy {
  color: #2062af;
  background: #fff;
  width: 100%;
  text-transform: uppercase;
  padding: 10px 20px 5px;
  margin-top: 10px;
  transition: 0.3s;
  border: 2px solid transparent;
}
.each-vertical-block .text-block .buy:hover {
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
}
.each-vertical-block:nth-child(2n) .image {
  float: right;
}
.each-vertical-block:nth-child(2n) .text-block {
  float: left;
}
.bg-blue {
  background: #2062af;
}

.half-width-footer .row:after {

  content: unset;
}

.ckeditor-text h1 {
  color: #2062af;
  font-size: 30px;
  font-family: gl_bold;
}

.page__text * {
  font-family: bpg_arial;
  text-align: left;
}

.results_row {
  margin-bottom: 30px;
}

.results_row .col {

  border-bottom: 1px solid #ced0d4;
  padding: 5px 5px;
  margin-bottom: 10px;
}
.results_row .row .col {

  border-bottom: unset;
}


.results_row .col span {
  color: #617692;
  font-family: bpg_arial_caps;
  font-size: 13px;
}

#product-form .input-field {

  position: relative;
  /*  z-index: 3000;*/
}


.inp_info {
  position: absolute;
  top: -5px;
  right: -15px;
  z-index: 1000;
  /* border-radius: 50%; */
  width: 17px;
  background-size: contain;
  height: 17px;
  background-repeat: no-repeat;
  /* background: #2062af; */
  background-image: url(../images/info.svg);
}

.select-wrapper ul {
  width: 100% !important;
}
.inp_info_fluid {

  color: #000;
  display: none;
  animation: hide_tool .5s linear;
  transition: .5s;
  position: absolute;
  top: 0;
  right: 0;
  left: -14px;
  width: 270px;
  flex: unset !important;
  z-index: 1000;
  cursor: default;
}
.input-field label {
  width: auto !important;

}

@keyframes hide_tool{

  0% {
    opacity: 0;
  }


  100% {

    opacity: 1;
  }
}


#area-StatementPackageParameters__REPAIRS__Limits,{

  background-color: #cccccc24;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}


#area-StatementClients__Owner__ {
  margin-bottom: 0;
}
.car_step_3 input {
  background-color: #cccccc24 !important;
  border-bottom: 1px solid rgba(0,0,0,0.1) !important;
}
#area-StatementPackageParameters__CASCO__Limits {
  text-indent: 0 !important;
}


.inp_info_fluid span {
  padding: 10px 12px;
  cursor: default;
  border-radius: 10px;
  font-family: bpg_arial;
  background: #ccc;
  color: #fff;
  display: block;
}

.driver_titte {
  padding: 0 15px;
}

.driver_titte h3{

  font-family: bpg_arial;
  color: #617692;
  font-size: 14px;
}
.inp_info:hover~.inp_info_fluid{

  display: block;

}


.half-width-menu__user {
  display: none;
}

.menu__become-agent {
  display: none;
}

.menu__right-side,.menu__register,.menu__authorization {
  display: none !important;
}


.menu__left-inside>div {
  width: 100%;
  margin-left: 50%;
}

.menu__left-side {
  width: 100%;
}

.date_label.active2 {
  transform: translateY(-9px) scale(0.8);
  color: #2062af !important;
}

.driver2_col {
  display: none;
}

.hide_driver {

  position: relative;
  display: none;
  margin-bottom: 30px !important;
  /*box-shadow: 0px 5px 10px 0px #7d7d7d47;*/
  transition: all .5s;
  margin: 5px 5px 30px 5px !important;
  padding-top: 20px;
}



.driver_add_link {
  cursor: pointer;
}
.driver_line {

  width: 20px;
  height: 20px;
  position: relative;
  overflow: hidden;
  margin-right: 10px;
  cursor: pointer;
}
.driver_hide_box {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}
.drive_close_box {

  position: absolute;
  top: -7px;
  right: 2px;
  z-index: 100;
  cursor: pointer;
  width: 28px;
  height: 28px;
  overflow: hidden;
  transform: rotate(45deg);
}

.drive_close_box:after {

  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  background-color: #ccc;
  height: 2px;
  z-index: 1;
  content: "";

}

.drive_close_box:before {

  position: absolute;
  top: 0%;
  left: 50%;
  width: 2px;
  background-color: #ccc;
  height: 100px;
  z-index: 1;
  content: "";
}

.driver_line:after {

  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  background-color: #fff;
  height: 1px;
  z-index: 1;
  content: "";

}

.driver_add_row {
  margin-bottom: 30px !important;
}


.driver_line:before {

  position: absolute;
  top: 0%;
  left: 50%;
  width: 1px;
  background-color: #fff;
  height: 100px;
  z-index: 1;
  content: "";
}

.driver_add_link {
  width: 100%;
  display: flex;
  margin-top: 20px;
  justify-content: center;
  padding: 10px 10px;
  background-color: #2062af;
}

.driver_add_link {

  padding-left: 10px;
  font-family: bpg_arial;
  color: #fff;
  font-size: 14px;

}

.driver_input_container label{
  z-index: -1;
}

/*.inp_info_fluid.active {
  display: block;
  opacity: 1;
  visibility: visible;
}*/

.lab:hover {
  z-index: 1000;
}

.propery_input {

  background-color: #cccccc24 !important;
}

/*.select-dropdown:hover {
  z-index: -1;
}*/

.inp_info_fluid:hover {
  display: block;
  opacity: 1;
  visibility: visible;
}

.page__text ul {
  padding-left: 15px;
}


.page__text li {
  list-style-type: disc !important;
}

.bg-pink {
  background: #00a483;
}
.bg-grey {
  background: #999b9e;
}
.blog-posts {
  height: calc(100vh - 120px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.button_col {
  float: right !important;
}

.collapsible li {
  list-style-type: none !important;
}


.st_2row .inp_info, .checkbox .inp_info{
  display: none !important;
}

@media only screen and (max-width: 1376px) {
  .contact-info .each-info {
    margin-top: 10px;
  }

  .real-estate-text {
    margin-top: 100px;
  }
  #googleMap {

    margin-top: 20px;
    height: calc(100vh - 465px) !important;

  }

  .fb-com-section iframe {
    width: 100% !important;
  }

}


@media only screen and (max-width: 992px) {
  .blog-posts {
    height: auto;
    margin: 0px 0 60px;
  }

  .contact-block .file-field {
    margin-bottom: 12px;
  }

  .contact-block .home__button {
    transform: translateX(-5px);
}

}
.blog-posts >div {
  max-width: 550px;
  width: 100%;
}
.blog-posts .blog-title {
  font-family: gl_bold;
  color: #2062af;
  font-size: 46px;
  margin-top: 40px;
}
.blog-posts .image {
  box-sizing: content-box;
  padding-top: 200px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-color: transparent;
}
.blog-posts .image .category {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #00a483;
  font-family: gl_bold;
  display: block;
  background: #fbfbfb;
  font-size: 20px;
  padding: 5px 30px 0;
}
.blog-posts .post-title {
  color: #2062af;
  margin-top: 20px;
  display: -webkit-box;
  height: 45px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  text-transform: uppercase;
  transition: 0.3s;
}
.blog-posts .post-text {
  font-family: bpg_arial;
  color: #617692;
  display: -webkit-box;
  height: 64px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 3;
  text-align: justify;
  margin-top: 20px;
}
.blog-posts .post-text * {
  font-family: bpg_arial;
}
.blog-last-post {
  display: block;
}
.blog-last-post .view-more {
  color: #00a483;
  margin-top: 30px;
}
.blog-last-post .view-more img {
  width: 12px;
  margin-left: 2px;
  transition: 0.3s;
}
.driver_price span {

  font-family: bpg_arial;
  color: #617692;
  font-size: 14px;
}
.blog-last-post:hover .post-title {
  color: #00a483;
}
.blog-last-post:hover .view-more img {
  margin-left: 10px;
}
.blog-slider .image {
  box-sizing: content-box;
  padding-top: calc(100vh - 132px);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-color: transparent;
}
.half-width-footer .col {
  display: flex;
  margin-top: 10px;
}


.mymodal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 5000;
  background-color: rgba(0,0,0,.5);
  display: none;
}
.mymodal.show {
  display: block !important;
}
.mymodal_content {
  background-color: #fafafa;
  max-height: 70%;
  width: 95%;
  max-width: 600px;
  margin: 100px auto 0;
}

.mymodal_content h2 {
  margin: 0;
}

.mymodal .modal-content {

  padding: 30px 26px 20px;
}

.modal-footer {
  display: flex;
  justify-content: flex-end;
}





#modal1 {

  animation-name: fade;
  animation-delay: 1s;
  animation-duration: 1s;
  visibility: hidden;
  animation-fill-mode: forwards;
}

.modal-overlay {
  animation-name: fade2;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  visibility: hidden;
}

@keyframes fade2 {

  0%{

    opacity: 0;
    visibility: hidden;
  }


  100% {
    opacity: 0.5;
    visibility: visible;
  }
}

@keyframes fade {

  0%{

    opacity: 0;
    visibility: hidden;
  }


  100% {
    opacity: 1;
    visibility: visible;
  }
}




/*zhizhi */
.footer_term a {
  font-size: 12px;
  color: #617692
}

@media only screen and (max-width: 992px) {
  .blog-slider .image {
    padding-top: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .blog-slider .image {
    padding-top: 70%;
  }



  .team .home__title {

    margin-top: 20px;
  }
}
.blog-slider-thmb {
  margin: 0 8px;
}
@media only screen and (max-width: 768px) {
  .blog-slider-thmb {
    margin: 0 5px;
  }
}
.blog-slider-thmb .image {
  box-sizing: content-box;
  padding-top: 100px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-color: transparent;
  cursor: pointer;
  margin: 16px 8px;
}
@media only screen and (max-width: 992px) {
  .blog-slider-thmb .image {
    padding-top: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .blog-slider-thmb .image {
    margin: 10px 5px;
    padding-top: 70%;
  }
  #ui-datepicker-div {

    z-index: 9999 !important;
  }

  #owner-info .l12 {
    margin-top: 25px;
    padding-left: 0;
  }

  .car_step_3 {
    margin-top: 20px;
  }

  .car_step_3 .col {
    margin-bottom: 7px;
  }
  .send_col {
    flex-direction: column;
  }

  .activate-cupon {
    margin-bottom: 20px;
  }
}
.blog-prev {
  position: absolute;
  left: 20px;
  top: calc((100vh - 132px) / 2);
  z-index: 1;
  transform: translateY(-48%);
  width: 30px;
  height: 30px;
  background: url("../images/arrow.svg") no-repeat center center;
  background-size: 100%;
  border: none;
  filter: invert(100%);
}
@media only screen and (max-width: 992px) {
  .blog-prev {
    top: 36%;
  }
}
.blog-next {
  position: absolute;
  right: 20px;
  top: calc((100vh - 132px) / 2);
  z-index: 1;
  width: 30px;
  height: 30px;
  background: url("../images/arrow.svg") no-repeat center center;
  background-size: 100%;
  border: none;
  transform: translateY(-48%) rotate(180deg);
  filter: invert(100%);
}
@media only screen and (max-width: 992px) {
  .blog-next {
    top: 36%;
  }
}
.blog-post-inside {
  height: calc(100vh - 212px);
  margin-top: 90px;
  padding-right: 5px;
  overflow: auto;
}
@media only screen and (max-width: 992px) {
  .blog-post-inside {
    height: auto;
    overflow: hidden;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .blog-post-inside {
    padding-right: 0;
  }
}
.blog-post-inside .category {
  color: #617692;
  font-family: bpg_arial;
  padding: 10px 20px 5px;
  font-size: 13px;
/*  border: 1px solid #617692;*/
}
@media only screen and (max-width: 768px) {
  .blog-post-inside .category {
    width: 100%;
    margin-bottom: 10px;
  }
}
.blog-post-inside .date {
  color: #617692;
  margin-left: 10px;
  font-family: bpg_arial;
  font-size: 13px;
  padding: 10px 20px 5px;
  padding-left: 42px;
  background: url("../images/calendar-blue.svg") no-repeat 20px center;
  background-size: 16px;
  /*border: 1px solid #617692;*/
}
@media only screen and (max-width: 768px) {
  .blog-post-inside .date {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
  }
}
.blog-post-inside .post-title {
  font-size: 45px;
  color: #2062af;
  margin-top: 30px;
  font-family: gl_bold;
}
.blog-post-inside .post-text {
  font-family: bpg_arial;
  text-align: justify;
  color: #617692;
}
.blog-post-inside .post-text * {
  font-family: bpg_arial;
}
.social-section {
  margin-top: 40px;
}
.soc-share {
  width: 50px;
  margin-top: 14px;
}
.soc-share img {
  width: 30px;
}
.fb-com-section {
  width: 100%;
}
.agents-account {
  max-width: 1600px;
  margin: 30px auto 0;
  padding: 0 60px;
  width: 100%;
}


@media only screen and (max-width: 768px) {
  .agents-account {
    padding: 0 20px;
  }
}
.account-sidebar {
  max-width: 290px;
  width: 100%;
  background: #e8eff7;
}
@media only screen and (max-width: 992px) {
  .account-sidebar {
    max-width: none;
  }
}
.account-sidebar .image {
  margin: -30px auto 0;
  width: 140px;
  box-sizing: content-box;
  padding-top: 140px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-color: transparent;
  border: 1px solid #d4e1f0;
}
.account-sidebar .title {
  font-family: gl_bold;
  text-align: center;
  color: #2062af;
  font-size: 24px;
  margin-top: 10px;
}
.account-sidebar .number {
  font-family: gl_bold;
  text-align: center;
  color: #617692;
  font-size: 18px;
}
.account-sidebar .sidebar-nav {
  padding: 30px 0;
}
.account-sidebar .head {
  position: relative;
}
.account-sidebar .head span {
  color: #617692;
  padding: 0 10px;
  margin: 0 10px;
  background: #e8eff7;
  position: relative;
  z-index: 1;
}
.account-sidebar .head::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
}
.account-sidebar .nav-list {
  margin: 10px 0;
}
.account-sidebar .nav-list a {
  display: block;
  padding: 6px 40px;
  font-family: bpg_arial;
  color: #617692;
  transition: 0.2s;
}
.account-sidebar .nav-list a:hover,
.account-sidebar .nav-list a.active {
  color: #2062af;
  background: #dee7f1;
}
.account-dashboard {
  width: calc(100% - 320px);
  margin-left: 30px;
  background: #fff;
  border: 1px solid #f0f3f7;
}
@media only screen and (max-width: 992px) {
  .account-dashboard {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
}
.dashboard-header {
  background: #f0f3f7;
  padding: 10px 10px 10px 30px;
}
@media only screen and (max-width: 600px) {
  .dashboard-header {
    margin-bottom: 1px;
  }
}
.dashboard-header .title {
  color: #00a483;
  margin-top: 9px;
}
.dashboard-header .date {
  position: relative;
  background: #fff;
}
.dashboard-header .date::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../images/calendar-blue.svg") no-repeat center center;
  background-size: 16px;
  left: 7px;
  top: 6px;
}
.dashboard-header .date input {
  min-width: 190px;
  position: relative;
  z-index: 1;
  padding-left: 0;
  margin-bottom: 0;
  border-bottom: none;
  color: #617692;
  height: 34px;
  padding-left: 35px;
  background: transparent;
  font-size: 12px;
}
.dashboard-header .date input:focus {
  border: none;
  box-shadow: none;
}
.payment-dashboard {
  padding: 40px 30px;
}
@media only screen and (max-width: 768px) {
  .payment-dashboard {
    padding: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .payment-dashboard {
    padding: 0px;
  }
}
@media only screen and (max-width: 600px) {
  .payment-dashboard .row:nth-child(2n) {
    background: #f0f3f7;
  }
}
@media only screen and (max-width: 600px) {
  .payment-dashboard .row.table-header {
    display: none;
  }
}
.payment-dashboard .each-col {
  width: 20%;
  float: left;
  font-size: 14px;
  font-family: bpg_arial;
  padding: 6px 15px 0;
  color: #617692;
}
@media only screen and (max-width: 600px) {
  .payment-dashboard .each-col {
    width: 100%;
  }
}
.payment-dashboard .each-col.table-head {
  color: #2062af;
}
.payment-dashboard .pay {
  font-family: bpg_arial;
  color: #fff;
  background: #00a483;
  display: inline-block;
  padding: 5px 20px;
  border: 2px solid transparent;
  margin-top: -3px;
  transition: 0.3s;
}
.payment-dashboard .pay:hover {
  border: 2px solid #00a483;
  background: transparent;
  color: #00a483;
}
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  line-height: 0;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #2062af;
}
.accept_col {
  padding-left: 7px;
  z-index: 1 !important;
}

.nav_fluid a {
  font-size: 13px;
}
.each-dropdown-list {
  display: flex;
  flex-direction: column;
}

.each-dropdown-list div:first-child {
  order:-4;
}

.each-dropdown-list a:last-child {
  order:-3;
}

.each-dropdown-list a:nth-child(3) {
  order:-2;


}


/*.accept_col.cal_red {
  border-bottom: 1px solid red !important;
}

.accept_col.active_b {

  border-bottom: 1px solid red !important;
}*/

.input-field .calendar2.active {
  border-bottom: 1px solid rgba(0,0,0,0.1) !important;
}
.input-field .calendar3.active {
  border-bottom: 1px solid rgba(0,0,0,0.1) !important;
}


.input-field .calendar2.calendar_red {
  border-bottom: 1px solid red !important;
}

.input-field .calendar3.calendar_red {
  border-bottom: 1px solid red !important;
}

.prices_tittle {
  text-align: center;
}

.fb-customerchat {
  left: 10px !important;
}
.fb-customerchat iframe {
  left: 9pt !importantl
}

.price_tittles {
  display: flex;
  justify-content: space-between;
  margin: 7px 0 4px;
}

.cal1, .cal2 {
  cursor: default;
}

.price_tittles * {
  color: #2062af;
  font-size: 16px;
  font-family: gl_bold;
  padding-left: 16px;

}

.price_box{
  display: flex;
  justify-content: space-between;
  margin-bottom: 3px;
}
.prices_row {
  margin: 20px 0 0;
}
.prices_container {

  padding: 10px 5px;
}

.date_box span, .price_box span {
  color: #617692;
  font-family: bpg_arial_caps;
  font-size: 13px;
  padding-right: 2px;
}
.prices_tittle * {
  color: #2062af;
  font-size: 22px;
  font-family: gl_bold;
}
.become-agent {
  padding: 20px;
}
/*.checkboxfor.active {
      border-bottom: 1px solid rgba(0,0,0,0.1) !important;
}*/
.lab.active2 {
  transform: translateY(-11px) scale(0.8);
  color: #2062af !important;
}


.accept_col.accept_col_val {
  border-bottom: 1px solid red !important;
}


.accept_col_up.accept_col_val_up {
  border-bottom: 1px solid red !important;
}

.accept_col_up {
  padding-left: 7px;
  display: inline-block;
}


.flatpickr-calendar {
  background: rgba(248,248,248,19) !important;
}
.become-agent a {
  display: block;
  color: #fff;
  background-color: #00a483;
  text-align: center;
  padding: 10px 10px 5px;
  border: 2px solid transparent;
  transition: 0.3s;
}
.become-agent a:hover {
  border: 2px solid #00a483;
  background-color: transparent;
  color: #00a483;
}
.user-account-dashboard {
  margin: 15px;
}
.user-account-dashboard .table-header {
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
@media only screen and (max-width: 600px) {
  .user-account-dashboard .row:nth-child(2n) {
    background: #f0f3f7;
    padding: 10px 0 20px;
  }
}
@media only screen and (max-width: 600px) {
  .user-account-dashboard .row.table-header {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .user-account-dashboard .row {
    margin-bottom: 0;
  }
}
.user-account-dashboard .each-col {
  width: 25%;
  float: left;
  font-size: 14px;
  font-family: bpg_arial;
  padding: 6px 15px 0;
  color: #617692;
}
@media only screen and (max-width: 600px) {
  .user-account-dashboard .each-col {
    width: 100%;
  }
}
.user-account-dashboard .each-col.table-head {
  color: #2062af;
}
.user-account-dashboard .pay {
  font-family: bpg_arial;
  color: #fff;
  background: #00a483;
  display: inline-block;
  padding: 5px 10px;
  border: 2px solid transparent;
  margin-top: -3px;
  transition: 0.3s;
}
.user-account-dashboard .pay:hover {
  border: 2px solid #00a483;
  background: transparent;
  color: #00a483;
}
.user-account-dashboard .left-table {
  width: calc(50% - 30px);
  margin: 15px;
  border: 1px solid rgba(0,0,0,0.1);
}
@media only screen and (max-width: 1460px) {
  .user-account-dashboard .left-table {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 768px) {
  .user-account-dashboard .left-table {
    margin: 0 0 15px;
    width: 100%;
  }
}
.left-table-header {
  background-color: #2062af;
  padding: 14px;
  color: #fff;
}
.left-table-header .title {
  font-size: 14px;
}
.left-table-header .number {
  font-size: 13px;
}
.left-table-header >div {
  width: 50%;
  font-size: 14px;
}
@media only screen and (max-width: 600px) {
  .left-table-header >div {
    width: 100%;
    text-align: center;
  }
}
.left-table-header >div.right-align >div {
  max-width: 170px;
  display: inline-block;
}
.insurance-form label {
  font-size: 12px !important;
  color: #617692 !important;
  padding-left: 10px !important;
  top: -9px !important;
}
.insurance-form input {
  font-size: 13px !important;
  color: #617692 !important;
  height: 40px !important;
  padding-left: 10px !important;
}
.insurance-form .caret {
  background-size: 60%;
  right: 10px !important;
  top: 6px;
  position: absolute;
}
.insurance-form .row {
  margin-bottom: 0;
}
/*.insurance-form .home__button {
  margin-top: 10px;
}*/
.insurance-form .results {
  line-height: 70px;
  color: #617692;
  display: block;
  position: relative;
  z-index: 3000;
}

.results {
  line-height: 70px;
  color: #617692;
  display: block;
  position: relative;
  z-index: 3000;
  /*  transform: translateY(15px);*/
}


.accept_col.active {
  border-bottom: 1px solid #F44336;
}

.accept_col.active2 {
  border-bottom: 1px solid rgba(0,0,0,0.1) !important;
}

.insurance-form .results span {
  font-size: 20px;
}
.switch-price {
  font-size: 0;
}
.switch-price button {
  font-size: 13px;
  text-transform: uppercase;
  border: none;
  background: #f3f3f3;
  color: #617692;
  padding: 12px 17px 9px;
  transition: 0.2s;
}
.switch-price button.active,
.switch-price button:hover {
  background-color: #00a483;
  color: #fff;
}
.ckeditor-text {
  font-family: bpg_arial;
  color: #617692;
  font-size: 13px;
  margin-top: 30px;
  text-align: justify;
}
.ckeditor-text * {
  font-family: bpg_arial;
  color: #617692;
  font-size: 13px;
}
.ckeditor-text li {
  list-style-type: disc !important;
}



.about-secondary-text ul {

  margin-left: 12px;
}
.about-secondary-text li {

  list-style-type: disc !important;

}

.truncate ul {
  margin-left: 12px;
}

.truncate li {
  list-style-type: disc !important;

}

.ckeditor-text h2 {
  color: #2062af;
  font-size: 30px;
  font-family: gl_bold;
  margin: 10px 0;
}

.input-field.checkbox {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}


.home-insurance .row {
  margin-bottom: 0px;
  display: flex;
}

/*.home-insurance .row a:last-child{
  order: -1;
}*/


.home-insurance .row a:first-child{
  order: -1;
}

.home-insurance .row a:nth-child(2){
  order: 3;
}
.home-insurance .row a:nth-child(3){
  order: 1;
}

.home-insurance .row a:nth-child(4){
  order: 2;
}


.home__text-body {
  margin-bottom: 23px;
}
.materialize-textarea {
  padding-top: 10px !important;
}
.acceptHualing_clol.active_div {
  border-bottom: 1px solid red !important;
}

.acceptHualing_clol {
  z-index: 1 !important;
  margin-left: 5px;

}

.accept_row {
  position: relative;
  margin-top: 20px;
}

.st_2row  {
  margin-top: 20px;
}
.prices_row {
  margin-bottom: 30px !important;
  margin-top: 20px !important;
}
#area-StatementAssetVehicles-RegistrationNumber {
  text-transform: uppercase !important;
}
.accept_col span {
  color: #2062af;
  text-decoration: underline;
}

.accept_col.active_vid {

  border-bottom: 1px solid red;
}

.v_hide {
  position: absolute;
  background: transparent;
  width: calc(100% - 140px);
  height: 50px;
  top: 0;
  right: 0;
  z-index: 2000;
  cursor: pointer;
  display: none;
}
.input-field.checkbox >div {
  margin-left: 10px;
}
.input-field.checkbox label {
  padding-left: 30px !important;
  font-size: 13px;
}
.input-field label {
  pointer-events: auto !important;
  left: -8px !important;
}
[type="checkbox"]+label:before,
[type="checkbox"]:not(.filled-in)+label:after {
  border: 1px solid rgba(0,0,0,0.2);
  width: 16px;
  height: 16px;
}
[type="checkbox"]:checked+label:before {
  height: 20px;
  border-right: 2px solid rgba(0,0,0,0.2);
  border-bottom: 2px solid rgba(0,0,0,0.2);
}
.add-person {
  background: #2062af;
  color: #000;
  display: block;
  color: #fff;
  padding: 10px 0 8px;
  transition: 0.3s;
  text-align: center;
  cursor: pointer;
}
.add-person img {
  filter: invert(1);
  width: 20px;
  margin-bottom: -3px;
  margin-right: 10px;
}
.add-person:hover {
  opacity: 0.8;
}
.insurance-text-uppercase {
  text-transform: uppercase;
  font-size: 13px;
  color: #617692;
  padding: 20px;
}
.each-driver-block,
.each-insurance-block {
  position: relative;
}
.delete-driver-block,
.delete-insurance-block {
  width: 20px;
  height: 20px;
  border: none;
  background: transparent url("../images/plus.svg") no-repeat center center;
  transform: rotate(45deg);
  position: absolute;
  right: 6px;
  opacity: 0.3;
  top: 10px;
}
.activate-cupon {
  width: 100%;
  display: block;
  color: #fff;
font-family: gl_bold;
    font-size: 19px;
    letter-spacing: 1px;
  text-align: center;
  padding: 13px 0 7px;
  transition: 0.3s;
  background-color: #2062af;
  cursor: pointer;
}

.contact-page-form form .select-wrapper input {
  padding-left: 12px !important;
}


.send_col {
  margin-bottom: 10px;
}


.multi_drivers input {
  text-indent: 8px;
  background-color: #cccccc24 !important;
}

.activate-cupon:hover {
  opacity: 0.7;
}
.activate-cupon.grey {
  color: #2062af;
  background-color: rgba(128,128,128,0.5) !important;
}
.notifications-dashboard {
  padding: 40px 30px;
}
.each-notification {
  margin: 10px 0 30px;
}
.each-notification .title {
  color: #2062af;
  font-size: 14px;
  display: -webkit-box;
  height: 36px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  text-transform: uppercase;
}
.each-notification .text {
  display: -webkit-box;
  height: 136px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 7;
  margin: 20px 0;
  font-size: 13px;
  font-family: bpg_arial;
  color: #617692;
}
.each-notification .more {
  text-align: center;
  font-size: 13px;
  color: #fff;
  display: block;
  background: rgba(0,0,0,0.4);
  padding: 11px 0 6px;
  transition: 0.3s;
}
.each-notification .more:hover {
  background: #00a483;
}
.clients .payment-dashboard {
  padding: 0;
}
.clients .table-header {
  padding: 25px 18px;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  margin-bottom: 0;
}
.clients .each-col {
  width: 25%;
}
@media only screen and (max-width: 600px) {

  .home-insurance .row {
    flex-direction: column;
    align-items: center;
  }

  .home-insurance__block {
    width: unset;
    width: 100%;
  }

  .home-insurance .row a {
    width: 100%;
  }

  .clients .each-col {
    width: 100%;
  }
}
.clients .table-body {
  margin-bottom: 20px;
}
.clients .table-body >.row {
  margin-bottom: 0;
  padding: 15px 18px;
}
.clients .table-body >.row:hover {
  background: rgba(0,0,0,0.05);
}
.clients .table-head {
  color: #617692 !important;
}
.policies .payment-dashboard {
  padding: 0;
}
.policies .table-header {
  padding: 25px 18px;
  border-bottom: 4px solid rgba(0,0,0,0.05);
  margin-bottom: 0;
}
.policies .each-col {
  width: calc(100% / 6);
}
@media only screen and (max-width: 800px) {
  .policies .each-col {
    text-align: center;
    width: 100%;
  }
}
.policies .table-body {
  margin-bottom: 20px;
}
.policies .table-body >.row {
  margin-bottom: 0;
  padding: 15px 18px;
}
.policies .table-body >.row:hover {
  background: #f0f3f7;
}
.policies .table-head {
  font-family: bpg_arial_caps;
  color: #617692 !important;
}
.policies .inactive {
  color: #f00;
  font-family: bpg_arial;
}
.policies .active {
  color: #008000;
  font-family: bpg_arial;
}
.personal-info {
  width: 300px;
  margin: 100px 0 100px 100px;
  display: flex;
}
@media only screen and (max-width: 1400px) {
  .personal-info {
    margin: 50px 0 50px 50px;
    width: 260px;
  }
}
@media only screen and (max-width: 768px) {
  .personal-info {
    width: 100%;
    margin: 0;
    padding: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .personal-info {
    padding: 20px;
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .personal-info .media {
    width: 100%;
  }
}
.personal-info .image {
  overflow: hidden;
  width: 200px;
  box-sizing: content-box;
  padding-top: 200px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-color: transparent;
  background-color: rgba(97,118,146,0.3);
}
@media only screen and (max-width: 600px) {
  .personal-info .image {
    margin: 0 auto;
  }
}
.personal-info #fileForm {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}



.numInputWrapper {
  width: 130px !important;
  margin-left: 20px;
}

/*.flatpickr-day.today {
    border-color: #959ea9;
    background: #2062af;
    color: #fff;
}*/
.flatpickr-day.today {
  border-color: transparent;
}
.personal-info #fileForm #imgInp {
  position: absolute;
  width: 100%;
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  top: 0;
  z-index: 1;
}
.personal-info .upload-media {
  position: absolute;
  width: 100%;
  height: 40px;
  background-color: #2062af;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #fff;
  padding-top: 12px;
  font-size: 13px;
  box-sizing: border-box;
}
.personal-info .upload-media img {
  width: 20px;
  margin-right: 3px;
  margin-bottom: -5px;
  filter: invert(100%);
}
.personal-info .info {
  margin: 20px 0;
}
.personal-info .info p {
  font-family: bpg_arial;
  font-size: 13px;
  color: #617692;
  padding: 5px;
}
.parameters-form {
  width: calc(100% - 500px);
  margin: 100px 100px 100px 0;
}
@media only screen and (max-width: 1400px) {
  .parameters-form {
    width: calc(100% - 370px);
    margin: 50px 60px 60px 0;
  }
}
@media only screen and (max-width: 768px) {
  .parameters-form {
    width: calc(100% - 100px);
    margin: 0 50px;
  }
}
@media only screen and (max-width: 600px) {
  .parameters-form {
    width: 100%;
    margin: 0;
    padding: 20px;
  }
}
.parameters-form input {
  padding-left: 30px !important;
  border: 1px solid rgba(97,118,146,0.4) !important;
}
.parameters-form .input-field label {
  padding-left: 20px;
  width: auto !important;
  background-color: #fff;
  transform: translateY(14px);
}
.parameters-submit {
  width: 100%;
  color: #fff;
  background-color: #2062af;
  padding: 12px 0 6px;
  border: none;
  border: 2px solid #2062af;
  transition: 0.2s;
}
.parameters-submit:hover {
  background: transparent;
  color: #2062af;
  border: 2px solid #2062af;
}
.half-width-menu__tel {
  position: relative;
}
.st_2row .v_hide {
  top: 114px;
}
.tel-inside {
  position: absolute;
  bottom: -50px;
  z-index: 0;
  opacity: 0;
  transition: 0.3s;
  width: 190px;
  line-height: 45px;
  border-radius: 5px;
  height: 40px;
  text-align: center;
  background-color: #00a483;
  right: -50px;
  transform: translateX(-50%);
  color: #fff;
  visibility: hidden;
}
.tel-inside::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 10px;
  top: -9px;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  left: 50%;
  transform: translateX(-50%);
  background-color: #00a483;
}
.phone_v:hover .tel-inside {
  bottom: -30px;
  z-index: 10;
  opacity: 1;
  visibility: visible;
}

.checkbox_input {
  border-bottom: 1px solid rgba(0,0,0,0.1) !important;
}

.phone_v:hover ~ .tel-inside {
  opacity: 1;
  visibility: visible;

  bottom: -55px;
}

.tel-inside:hover{
  opacity: 1;
  visibility: visible;

  bottom: -55px;
}

.notifications-details-dashboard {
  margin: 50px 100px;
}
@media only screen and (max-width: 992px) {
  .notifications-details-dashboard {
    margin: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .notifications-details-dashboard {
    margin: 20px;
  }


  .tel-inside {

    bottom: -58px;
    right: -86px;

  }
  .phone_v:hover .tel-inside {
    bottom: -58px;
    z-index: 10;
    right: -86px;
    opacity: 1;
    visibility: visible;
  }

  .phone_v:hover ~ .tel-inside {
    opacity: 1;
    visibility: visible;
    right: -86px;
    bottom: -58px;
  }


}
.notifications-details-dashboard .title {
  font-family: bpg_arial_caps;
  color: #2062af;
  font-size: 18px;
}
.notifications-details-dashboard .text {
  font-family: bpg_arial;
  margin-top: 20px;
  color: #617692;
}
.notifications-details-dashboard .text * {
  font-family: bpg_arial;
}
.back-btn {
  display: inline-block;
  color: #fff;
  font-family: bpg_arial;
  background-color: #00a483;
  font-size: 12px;
  padding: 9px 30px;
}
.back-btn img {
  width: 14px;
  filter: invert(100);
  margin-bottom: -3px;
}
.item.col {
  padding: 0 10px !important;
}
.news-all .news-page__item-image {
  margin-top: 20px !important;
  /* padding-top: 115%;*/
}
.news-all.page__title {
  margin-bottom: 30px !important;
}
@media only screen and (max-width: 992px) {
  .news-all.page__title {
    text-align: left;
  }
}
.news-all.dashboard-header {
  position: relative;
  background-color: transparent;
}
.news-all.dashboard-header .date {
  position: absolute;
  right: 30px;
  top: 20px;
  height: 40px;
  background-color: transparent;
  border: 1px solid rgba(0,0,0,0.2);
}

.news-all.dashboard-header input {
  display: block;
  margin-top: 3px;
}
.home__text-inside {
  height: calc(100vh - 300px);
  display: flex;
  align-items: center;
  padding-top: 70px;
}
.contact.real-estate-text {
  margin-top: 0;
  padding-bottom: 0;
  height: auto;
}
.contact.real-estate-text .pdf {
  margin-top: 25px;
}
.contact .file-field {

  background: #2062af;
  display: flex;
  height:48px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.file-field span {
  color: #fff;
     font-family: gl_bold;
    font-size: 19px;
    letter-spacing: 1px;
}
.input-field label:not(.label-icon).propery_input {

  top: 53px !important;

}
.propery_input {

  top: 53px !important;
}

.send_button .activate-cupon {

  background-color: #ced0d4;
  color: #2062af;
}

.read_only {

}

.hide_driver {
  flex-wrap: wrap;
  justify-content: space-between;
}
.hide_driver .col {
  flex: 0 0 47%;
  max-width: 47%
}
.read_only input {

  background-color: #cccccc24 !important;
  pointer-events: none;

}

.drive_close_box {
  display: none;
}
.contact .file-field .btn {
  width: 100%;
  background: #2062af;
  height: 49px;

}
.contact .file-field .btn span {
  display: block;
  width: 100%;
  margin-top: -3px;
  color: #fff !important;
  font-family: bpg_arial_caps;
  text-transform: uppercase;
}
.contact .file-field .btn img {
  filter: invert(100%) !important;
}
#writeUrl {
  margin-top: -5px !important;
}


.input-field.active {
  z-index: 3100 !important;
}




#product-form ul {
  position: absolute;
  padding-left: 0 !important;
  top: 11px !important;
}

.menu__auth-submit .hualing-btn {
  width: calc(50% - 10px);
}
.menu__auth-submit .register-btn {
  background-color: rgba(128,128,128,0.8);
}
.menu__auth-submit .menu__auth-fb {
  width: 100%;
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
}
.menu__auth-submit .menu__auth-fb img {
  margin-bottom: -3px;
  margin-right: 5px;
  width: 10px;
}
.menu__auth-submit .register-field {
  width: 100%;
}
.menu__auth-submit button {
  margin-top: 20px;
}

.error_col {
  margin: 30px 0 0;
  text-align: center;
}

.error_col span {
  color: #dd1853;
  font-size: 13px;
  font-family: bpg_arial;
}

.contact-inside .select-wrapper ul {
  top: 0 !important;
}

.input-error {
  color: #00a483;
  font-size: 14px;
  border-bottom: 1px solid #00a483;
  padding: 10px 20px;
}


@media only screen and (max-width: 1500px){
  .menu__footer__title {
    font-size: 11px;
    margin-right: 19px;
  }
  .menu__footer__title::after {
    right: -19px;
  }

  .half-width-footer .row .col {
    padding: 0 2px;
  }
  .elliot {
    font-size: 11px;
  }

  .footer_term a {
    font-size: 11px;
  }

  .copyright {
    font-size: 11px;
  }

}

@media only screen and (max-width: 1290px) {

  .home__text {

    padding: 20px 35px 0;

  }
}




@media only screen and (max-width: 600px) {
  .news-all.dashboard-header .date {
    position: relative;
    width: calc(100% - 20px);
    right: 20px;
    left: 0px;
    margin: 0 20px 20px 0;
  }

  .half-width-menu__tel:hover .tel-inside {
    bottom: -51px;

  }

  .home__text {
    height: unset;
  }

  .home__text-inside {
    display: none;
  }




  .scroll-block {
    overflow-y: unset;
    margin-bottom: 15px;

  }



  .real-estate-text {
    margin-top: 0px;
  }

  .home_team_wrapper {
    height: unset;
    margin-top: unset;
    overflow-y: unset;
  }


}


.play_button:hover .tel-inside {
  opacity: 1 !important;
  visibility: visible !important; 
}

.search-results {
  max-width: 800px;
  padding: 0 20px;
  margin: 0 auto;
}
.search-results .image {
  box-sizing: content-box;
  padding-top: 130px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-color: transparent;
  width: 130px;
}
@media only screen and (max-width: 480px) {

  .play_button  {
    right: 124px !important;
  }

  .play_button  img {
    width: 60px !important;
    height: 60px !important;
    object-fit: contain;
    position: absolute;
    left: -62px !important;
    top: -10px !important;
  }
  .play_button span {
    top: 7px !important;
    left: -71px !important;  
  }


 .play_button .tel-inside {
    display: none !important;
  }
  
  .search-results .image {
    width: 100%;
    padding-top: 70%;
    margin-top: 40px;
  }
}
.search-results .text {
  width: calc(100% - 150px);
  margin-left: 20px;
}
@media only screen and (max-width: 480px) {
  .search-results .text {
    width: 100%;
    margin-left: 0;
  }
.faq-menu {
    max-width: 1000px;
    width: calc(100% - 20px);
    padding: 0 20px;
    margin: 10px auto;
  }
  .faq-menu a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 3px 8px;
  }
}
.search-results .list-item {
  margin-bottom: 20px;
  display: block;
}
.search-results .list-item:hover .title {
  color: #2062af;
}
.search-results .title-secondary {
  color: #617692;
  margin-bottom: 50px;
}
.search-results .title {
  color: #617692;
  display: -webkit-box;
  height: 45px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
}

#timer {
  display: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  font-family: gl_bold !important;
  margin: 4px 0 0 0;

}

.flatpickr-monthDropdown-month {
  font-family: gl_bold !important;

}

#calendar3 {
  background-color: #cccccc24;
}

.driver_quantiy {
  background-color: #cccccc24 !important;
  text-indent: 0 !important;
}

.flatpickr-monthDropdown-months {

  display: inline !important;
}

#area-StatementPackageParameters__REPAIRS__Limits {
  background-color: #cccccc24;
}

#area-StatementPackageParameters__REPAIRS__Limits  div {
  background-color: red;
}
.readonly_bg {

  background-color: #cccccc24 !important;
}
/*.read_only_col .select-wrapper input{
  background-color: #cccccc24;
}*/



#email_v , #email_m{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  cursor: not-allowed;
  display: none;
}

/*.row2>.l6 {
  display: none;
}*/



#owner-info .row2>.l6 {
  display: block;
}

.row2 + #owner-info .row2>.l6 {
  display: none;
}


/*.row2 + #owner-info .row .l6:first-child{
  width: 100% !important;
  max-width: 100% !important
}*/

.row2 + #owner-info .row .l6:last-child{
  display: none;
}


.send_col .col {
  padding: 0;
}


.email_verification,.email_verification2 {
  display: none;
  position: relative;
}


.switch-price button:nth-child(2n){

  display: none;
}


@media only screen and (max-width: 480px) {
  .search-results .title {
    width: 100%;
    margin-top: 20px;
  }

  .home__text {
    padding: 17px 8px 0;
  }

  .home-carousel {
    display: none;
  }


}

.PaymentPlanDropDown-limit #calendar2 ~ .cal1 {
  padding-left: 10px !important
}

#calendar2 ~ .cal1 {
  padding-left: 5px !important;
}

.insurance-form .multi_drivers input {
  padding-left: 2px !important;
}


.insurance-form .pay_col input {
  padding-left: 8px !important;
}

/*.chek_col {
  margin-bottom: 30px;
}*/
.chek_col .input-field {
  margin-bottom: 0;
}
@media only screen and (max-width: 1400px) {
  .blog-posts .blog-title {
    margin-top: 140px;
  }

  .insurance-form input {
    padding-left: 10px !important;
  }



  .select-wrapper input {
    padding-right: 33px !important;
  }

}

.underline{
  text-decoration: underline !important;
}

.search-results .text-body {
  color: #617692;
  font-family: bpg_arial;
  font-size: 14px;
  display: -webkit-box;
  height: 63px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 3;
  margin-top: 15px;
}

input:not([type]), input[type="text"]:not(.browser-default), input[type="password"]:not(.browser-default), input[type="email"]:not(.browser-default), input[type="url"]:not(.browser-default), input[type="time"]:not(.browser-default), input[type="date"]:not(.browser-default), input[type="datetime"]:not(.browser-default), input[type="datetime-local"]:not(.browser-default), input[type="tel"]:not(.browser-default), input[type="number"]:not(.browser-default), input[type="search"]:not(.browser-default), textarea.materialize-textarea{
  text-transform: unset!important;
}


.calc_loader {

  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(248,248,248,0.49);
  width: 100% !important;
  max-width: 100% !important;
  height: 200vh !important;
  display: none;

}

.input-field label.active2 {
  transform: translateY(-9px) scale(0.8);
  color: #2062af !important;
}
.n_dropdowns input {
  padding-left: 11px !important
}

.n_dropdowns {
  padding-left: 7px;
}

.read_only .drive_close_box {
  display: block !important;
}

.lds-ring {
  display: inline-block;
  position: absolute;
  width: 64px;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  height: 64px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #2062af;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #2062af transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


@media only screen and (max-width: 992px) {

    .calendar_col #calendar2 ~ .calendar2{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1000;
  }


 /* .calendar_col {
    background-color: #ccc;
  }*/
}