@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css";
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Michelin';
  src: url('../font/Michelin-Black.woff') format('woff');
  font-weight: 900;
  font-style: italic;
}
html {
  height: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #27509b;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}
main {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}
body a {
  text-decoration: none !important;
}
body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h2 {
  color: #27509b;
  margin: 0;
  font-size: 28px;
  font-weight: 500;
}
@media (max-width: 640px) {
  h2 {
    font-size: 22px;
  }
}
.show-on-small {
  display: none;
}
.add-height {
  height: 100px;
  font-size: 0;
}
.no-bottom-margin {
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .hide-on-small {
    display: none;
  }
  .show-on-small {
    display: block;
  }
}
header .top {
  background-color: #fff;
  border-bottom: 5px solid #fce500;
}
header .top .nav,
header .top .logo,
header .top .simple-text {
  height: 90px;
  position: relative;
}
@media (max-width: 640px) {
  header .top .nav,
  header .top .logo,
  header .top .simple-text {
    height: 45px;
  }
}
header .top .nav i {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 28px;
  color: #27509b;
  cursor: pointer;
}
@media (max-width: 640px) {
  header .top .nav i {
    font-size: 20px;
  }
}
header .top .logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 640px) {
  header .top .logo img {
    width: 111px;
  }
}
header .top .simple-text .text {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
header .top .simple-text .text .des {
  display: inline-block;
  vertical-align: middle;
}
header .top .simple-text .text .dealer-login {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #27509B;
  transition: 0.3s ease-out;
  cursor: pointer;
}
header .top .simple-text .text .dealer-login:hover {
  background-color: #F8E708;
  border: 1px solid #F8E708;
}
header .top .simple-text .text .dealer-login a {
  color: #27509B;
  font-weight: 600;
  font-size: 13px;
  padding: 0 7px;
  line-height: 27px;
}
@media (max-width: 640px) {
  header .top .simple-text .text .dealer-login a {
    font-size: 8px;
    padding: 0 2px;
    line-height: 16px;
  }
}
header .top .simple-text .text .mob {
  display: none;
}
header .top .simple-text .text .mob i {
  font-size: 28px;
  color: #27509b;
  cursor: pointer;
}
@media (max-width: 1199px) {
  header .top .simple-text .text .mob {
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
  }
  header .top .simple-text .text .des {
    display: none;
  }
}
@media (max-width: 640px) {
  header .top .simple-text .text .mob {
    display: none;
  }
}
header .top .simple-text .text span {
  display: block;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
}
header .top .simple-text .text span.bold a {
  display: block;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  color: #27509b;
  text-decoration: none;
  display: inline-block;
}
header .top .simple-text .text span.bold {
  font-weight: 700;
}
header .bottom {
  background-color: #27509b;
  height: 30px;
}
.banner {
  background-image: url(../img/banner.jpg);
  height: 200px;
  position: relative;
  background-size: cover;
  background-position: center center;
  border-bottom: 5px solid #fce500;
}
.banner.survey1 {
  background-image: url(../img/survey-banner1.jpg);
  background-position: left;
}
.banner.survey2 {
  background-image: url(../img/survey-banner2.jpg);
  background-position: left;
}
.banner.border-top {
  border-top: 5px solid #fce500;
  border-bottom: 0;
}
.banner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 640px) {
  .banner {
    background-image: url(../img/banner-mob.jpg);
    height: 150px;
  }
  .banner img {
    width: 90%;
  }
}
footer {
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  width: 100%;
}
footer .top {
  background-color: #27509b;
  padding: 2px 0;
  border-top: 5px solid #fce500;
}
footer .top ul li {
  display: inline-block;
  padding: 0 12px;
  line-height: 14px;
}
footer .top ul li:not(:last-child) {
  border-right: 1px solid #fff;
}
footer .top ul li a {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}
footer .bottom {
  background-color: #fff;
  padding: 2px 0;
}
footer .bottom .copy span {
  color: #000;
  font-size: 9px;
  font-weight: 700;
}
.yellow-btn {
  background-color: #f8e708;
  width: 40%;
  margin: 0 auto;
  text-align: center;
  padding: 5px 5px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 17px;
  border: 2px solid #f8e708;
  cursor: pointer;
  transition: 0.3s ease-out;
}
.green2-btn {
  background-color: #12ae18;
  margin: 0 auto;
  text-align: center;
  padding: 5px 0;
  font-weight: 700;
  font-size: 17px;
  border: 2px solid #12ae18;
  cursor: pointer;
  transition: 0.3s ease-out;
  color: white;
}
.green2-btn:hover {
  color: #27509b;
}
.red-btn {
  background-color: #f8092c;
  margin: 0 auto;
  text-align: center;
  padding: 5px 0;
  font-weight: 700;
  font-size: 17px;
  border: 2px solid #f8092c;
  cursor: pointer;
  transition: 0.3s ease-out;
  color: white;
}
.red-btn:hover {
  color: black;
}
@media (max-width: 640px) {
  .yellow-btn {
    width: 100%;
  }
}
.yellow-btn:hover {
  background: none;
}
.box {
  padding-bottom: 25px;
}
.box.last-box {
  padding-bottom: 40px;
}
label {
  color: #27509b;
  font-weight: 300;
  display: block;
  margin-bottom: 2px;
  font-size: 18px;
  padding-left: 5px;
}
label.inline {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  line-height: 20px;
  padding-left: 20px;
}
input,
select {
  width: 100%;
  border: 1px solid #27509b;
  height: 43px;
  padding: 0 10px;
  font-weight: 300;
  transition: 0.3s ease-out;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
input:focus,
select:focus {
  outline: none;
  border: 1px solid #fce500;
}
.fileType {
  width: 100%;
  border: 1px solid #27509b;
  height: 43px;
  padding: 0 10px;
  cursor: pointer;
  position: relative;
}
.fileType:before {
  content: url(../img/photo-icon.png);
  font-family: fontAwesome;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -14.5px;
}
.fileType input[type="file"] {
  display: none;
}
.custom-checkbox {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: #22b86b;
  border-radius: 3px;
  top: 3px;
}
.checkmark.gray {
  background-color: #B7B7B7;
}
.checkmark.disable {
  background-color: #A3A3A3;
}
.checkmark.red {
  background-color: #AB3428;
}
.checkmark.red-disable {
  background-color: #A3A3A3;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.custom-checkbox .checkmark:after {
  content: '\f00c';
  font-family: 'fontAwesome';
  color: #fff;
  font-size: 16px;
  top: -6px;
  right: 1px;
}
.custom-checkbox .checkmark.red:after,
.custom-checkbox .checkmark.red-disable:after {
  content: '\f00d';
  font-size: 15px;
  top: -6px;
  right: 2.5px;
}
.w_select {
  position: relative;
}
.w_select:before {
  content: url(../img/select-arrow.png);
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 6px;
  pointer-events: none;
}
.w_select.white:before {
  content: url(../img/select-arrow-white.png);
}
@media (max-width: 640px) {
  .w_select.white:before {
    margin-top: 0;
  }
}
#step_1 {
  background-image: url(../img/main-background.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  padding: 55px 0 100px;
  background-size: cover;
}
@media (max-width: 1600px) {
  #step_1 {
    background-size: cover;
  }
}
@media (max-width: 640px) {
  #step_1 {
    padding: 50px 0 0;
  }
}
#step_1 .wrapper {
  padding-bottom: 30px;
}
#step_1 .wrapper .main_logo {
  padding-bottom: 55px;
}
@media (max-width: 640px) {
  #step_1 .wrapper .main_logo {
    padding-bottom: 30px;
  }
}
@media (max-width: 500px) {
  #step_1 .wrapper .main_logo img {
    width: 90%;
  }
}
#step_1 .wrapper .bottom-text {
  padding-bottom: 30px;
  width: 665px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  #step_1 .wrapper .bottom-text {
    width: auto;
  }
}
#step_1 .wrapper .bottom-text p {
  color: #fff;
  text-align: justify;
}
@media (max-width: 640px) {
  #step_1 .wrapper .bottom-text {
    padding-bottom: 0;
  }
}
#step_1 .wrapper .intro-text {
  padding-bottom: 45px;
}
@media (max-width: 640px) {
  #step_1 .wrapper .intro-text {
    padding-bottom: 30px;
  }
}
#step_1 .wrapper .intro-text h3 {
  color: #fff;
  font-size: 50px;
  font-weight: 300;
  padding-bottom: 2px;
}
#step_1 .wrapper .intro-text h4 {
  color: #fff;
  font-weight: 700;
  font-size: 30px;
}
@media (max-width: 640px) {
  #step_1 .wrapper .intro-text h3 {
    font-size: 37px;
  }
  #step_1 .wrapper .intro-text h4 {
    font-size: 18px;
  }
}
#step_1 .wrapper .navigation ul li {
  border: 1px solid #fff;
  width: 511px;
  height: 70px;
  margin: 0 auto;
  margin-bottom: 40px;
  line-height: 70px;
  cursor: pointer;
  position: relative;
  transition: 0.3s background-color ease-in;
}
@media (max-width: 640px) {
  #step_1 .wrapper .navigation ul li {
    width: 98%;
  }
}
#step_1 .wrapper .navigation ul li:hover {
  background-color: #F8E708;
  border: 1px solid #F8E708;
}
#step_1 .wrapper .navigation ul li:hover a {
  color: #27509B;
}
#step_1 .wrapper .navigation ul li.user:before {
  content: url(../img/user-icon.png);
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -28px;
  transition: 0.3s ease-in;
}
#step_1 .wrapper .navigation ul li.user:hover:before {
  content: url(../img/user-icon-blue.png);
}
#step_1 .wrapper .navigation ul li.search:before {
  content: '\f002';
  font-family: "fontAwesome";
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -34px;
  font-size: 26px;
  color: #fff;
  transition: 0.3s ease-in;
}
#step_1 .wrapper .navigation ul li.search:hover:before {
  color: #27509B;
}
#step_1 .wrapper .navigation ul li.location:before {
  content: url(../img/location-icon.png);
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -25px;
  transition: 0.3s ease-in;
}
#step_1 .wrapper .navigation ul li.location:hover:before {
  content: url(../img/location-icon-blue.png);
}
#step_1 .wrapper .navigation ul li a {
  font-size: 27px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  display: block;
  transition: 0.3s color ease-in;
}
@media (max-width: 530px) {
  #step_1 .wrapper .navigation ul li a {
    font-size: 15px;
  }
  #step_1 .wrapper .navigation ul li.user:before,
  #step_1 .wrapper .navigation ul li.location:before,
  #step_1 .wrapper .navigation ul li.search:before {
    left: 5px;
  }
}
#step_1 .bottom-text span {
  color: #fff;
  line-height: 20px;
  display: block;
  font-size: 15px;
}
@media (max-width: 991px) {
  #step_1 .bottom-text span {
    display: inline;
  }
}
header .top {
  position: relative;
}
header .top .top-nav {
  width: 230px;
  background-color: #27509b;
  color: #fff;
  border-bottom: 5px solid #fce500;
  border-top: 5px solid #fce500;
  padding: 25px 20px 0 20px;
  position: absolute;
  z-index: 200;
  top: 100%;
  display: none;
}
@media (max-width: 640px) {
  header .top .top-nav {
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
  }
}
header .top .top-nav a {
  color: #fff;
  transition: 0.3s ease-out;
}
@media (max-width: 640px) {
  header .top .top-nav a {
    font-size: 14px;
  }
}
header .top .top-nav a:hover {
  color: #f8e708;
}
header .top .top-nav li {
  padding-bottom: 20px;
}
section.login {
  background-color: #27509b;
  padding: 150px 0;
}
@media (max-width: 640px) {
  section.login {
    padding: 50px 0;
  }
}
section.login.forgot-pass {
  padding: 150px 0 200px 0;
}
@media (max-width: 640px) {
  section.login.forgot-pass {
    padding: 50px 0 50px 0;
  }
}
section.login .wrapper h2 {
  color: #fff;
  font-weight: 600;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  section.login .wrapper h2 {
    font-size: 24px;
    padding-bottom: 0;
  }
}
section.login input::placeholder,
section.login select {
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  padding-bottom: 4px;
}
section.login .wrapper {
  width: 34%;
  margin: 0 auto;
}
@media (max-width: 640px) {
  section.login .wrapper {
    width: 97%;
  }
}
section.login input,
section.login select {
  background-color: transparent;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  height: 60px;
  border-left: none;
  border-right: none;
  border-top: none;
  color: #fff;
  text-align: center;
  padding-top: 25px;
}
section.login input:focus {
  border-bottom: 1px solid #f8e708;
}
section.login .yellow-btn.login {
  width: 100%;
  margin-top: 40px;
  transition: 0.3s ease-out;
}
section.login .yellow-btn.login:hover {
  color: #f8e708;
}
section.login .wrapper a.forgot-pass {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
}
section.registration {
  padding: 60px 0 10% 0;
}
@media (max-width: 640px) {
  section.registration {
    padding: 20px 0 50px 0;
  }
}
section.registration .border-bottom {
  border-bottom: 1px solid;
  padding: 0 0 13px 5px;
  margin-bottom: 40px;
}
section.add-new .first.active {
  display: none;
}
.dot input {
  text-align: center;
  margin-right: 5px;
  padding-top: 7px;
}
.dot input::placeholder {
  font-size: 18px;
  color: #27509b;
}
@media (max-width: 991px) {
  .dot input::placeholder {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .dot input::placeholder {
    font-size: 16px;
  }
}
.dot input.medium {
  width: 70px;
}
.dot input.small {
  width: 50px;
}
.dot input.big {
  width: 120px;
}
.dot input.mediumplus {
  width: 80px;
}
section.add-new .second .yellow-btn {
  margin: 0;
  width: 290px;
}
div#accordion {
  padding: 70px 0 120px 0;
}
@media (max-width: 640px) {
  div#accordion {
    padding: 20px 0 150px 0;
  }
}
#accordion h4.panel-title {
  color: #27509b;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 30px;
}
#accordion .panel-heading h4.panel-title {
  border-bottom: 1px solid;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: block;
}
#accordion .panel-heading h4.panel-title a {
  display: block;
}
#accordion .panel-heading {
  position: relative;
}
@media (max-width: 766px) {
  #accordion .panel-heading {
    padding: 0 30px;
  }
}
#accordion .panel-heading h4.panel-title:before {
  content: url(../img/select-arrow.png);
  position: absolute;
  right: 28px;
  top: 10px;
}
/*#accordion .panel-heading  h4.panel-title.active:before {
    content: url(../img/arrow-up.png);
}   */
#accordion .panel {
  border: 0;
  box-shadow: none;
}
#accordion .panel-default {
  border-color: transparent;
}
#accordion .panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
#accordion .panel-group .panel + .panel {
  margin-top: 0;
}
section.verify-claim {
  padding-bottom: 50px;
}
section.locations {
  padding: 60px 0 100px 0;
}
@media (max-width: 640px) {
  section.locations {
    padding: 20px 0 50px 0;
  }
}
section.locations h2 {
  padding-bottom: 15px;
}
section.locations .wide-box {
  border-top: 1.4px solid #27509b;
  padding: 30px 0 20px 0;
}
@media (max-width: 767px) {
  section.locations .wide-box {
    padding: 10px 0 10px 0;
  }
}
section.locations .wide-box .adress {
  padding-top: 20px;
}
@media (max-width: 640px) {
  section.locations .wide-box .adress {
    padding-top: 0;
  }
}
section.locations .wide-box .adress span {
  display: block;
  font-size: 24px;
  font-weight: 500;
}
section.locations .wide-box .adress span:last-child {
  font-size: 22px;
}
@media (max-width: 767px) {
  section.locations .wide-box .adress span {
    font-size: 20px;
  }
  section.locations .wide-box .adress span:last-child {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
section.locations .w_btns {
  text-align: center;
}
section.locations .transparent-btn {
  border: 1px solid #27509b;
  border-radius: 7px;
  text-align: center;
  padding: 4px 0;
  width: 80%;
  margin-bottom: 9px;
  cursor: pointer;
  transition: 0.3s ease-out;
}
section.locations .transparent-btn a {
  color: #27509b;
  font-weight: 600;
  display: block;
}
section.locations .transparent-btn:hover {
  background-color: rgba(39, 80, 155, 0.6);
  border: 1px solid transparent;
}
section.locations .transparent-btn:hover a {
  color: #fff;
}
section.locations .map-img {
  text-align: right;
  cursor: pointer;
}
@media (max-width: 767px) {
  section.locations .map-img {
    text-align: center;
  }
}
section.info {
  padding: 60px 0 100px 0;
}
@media (max-width: 640px) {
  section.info {
    padding: 20px 0 50px 0;
  }
}
section.info .border-bottom {
  border-bottom: 1px solid #27509b;
  padding-bottom: 8px;
  margin-bottom: 15px;
}
section.info .left,
section.info .right {
  padding-bottom: 15px;
}
section.info h2 {
  font-size: 24px;
}
section.info .left h3 {
  font-size: 18px;
  margin: 0;
  padding-bottom: 22px;
}
@media (max-width: 640px) {
  section.info .left h3 {
    font-size: 16px;
  }
}
section.info .right .custom-checkbox {
  margin-bottom: 17px;
}
section.info .right label {
  font-size: 18px;
  padding-left: 30px;
}
@media (max-width: 640px) {
  section.info .right label {
    font-size: 16px;
  }
}
section.info .infos {
  padding-bottom: 30px;
}
section.info .infos ul {
  padding-bottom: 8px;
}
section.info .infos ul.pad_bottom {
  padding-bottom: 20px;
}
section.info .infos ul li {
  display: inline-block;
  margin-right: 25px;
  font-weight: 700;
  font-size: 17px;
}
section.info .infos .checkmark {
  top: -3px;
}
section.info .infos ul li:last-child {
  margin-left: 10px;
}
@media (max-width: 640px) {
  section.info .infos ul li {
    font-size: 15px;
    font-weight: 500;
  }
  section.info .infos ul li:last-child {
    margin-left: 0;
  }
}
.accept_deny .pink_btn,
.accept_deny .green-btn,
.accept_deny .red-btn {
  background-color: #22B86B;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 5px 0;
  font-weight: 700;
  font-size: 17px;
  cursor: pointer;
  transition: 0.3s ease-out;
  color: #fff;
}
.accept_deny .pink_btn a {
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  display: block;
}
@media (max-width: 640px) {
  .accept_deny .pink_btn a,
  .accept_deny .green-btn,
  .accept_deny .red-btn {
    font-size: 11px !important;
  }
}
.accept_deny .pink_btn {
  background-color: #D4837A;
  border: 2px solid #D4837A;
}
.accept_deny .green-btn {
  background-color: #22B86B;
  border: 2px solid #22B86B;
}
.accept_deny .red-btn {
  background-color: #AB3428;
  border: 2px solid #AB3428;
}
.accept_deny .green-btn:hover {
  background: none;
  color: #22B86B;
}
.accept_deny .red-btn:hover {
  background: none;
  color: #AB3428;
}
.accept_deny .pink_btn:hover {
  background: none;
}
.accept_deny .pink_btn:hover a {
  color: #D4837A;
}
.accept_deny input::placeholder,
.accept_deny select {
  font-size: 18px;
  color: #27509b;
  font-weight: 600;
}
@media (max-width: 640px) {
  .accept_deny .green-btn,
  .accept_deny .red-btn {
    font-size: 15px;
  }
  .accept_deny input::placeholder,
  .accept_deny select {
    font-size: 15px;
  }
}
section.details-page {
  padding-bottom: 60px;
}
@media (max-width: 640px) {
  section.details-page {
    padding-bottom: 20px;
  }
}
section.details-page .w_logo {
  padding: 60px 0;
}
section.details-page .w_image img {
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  section.details-page .w_logo {
    padding: 30px 0;
  }
  section.details-page .w_logo img {
    width: 90%;
  }
}
section.details-page .w_text h5 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 7px;
}
section.details-page .w_text p {
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  section.details-page .w_text p {
    padding-bottom: 15px;
  }
}
section.pop-up {
  background-color: rgba(39, 80, 155, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
section.pop-up .wide-box {
  background-color: #fff;
  width: 500px;
  height: 250px;
  border-radius: 10px;
  top: 50%;
  position: absolute;
  margin-top: -125px;
  left: 50%;
  margin-left: -250px;
}
@media (max-width: 640px) {
  section.pop-up .wide-box {
    background-color: #fff;
    width: 96%;
    height: 280px;
    margin-top: -125px;
    margin-left: -48%;
  }
}
section.pop-up .wide-box img {
  margin-top: -30px;
  margin-bottom: 25px;
}
section.pop-up .wide-box h2 {
  padding-bottom: 20px;
}
section.pop-up .wide-box p {
  font-size: 15px;
  line-height: 20px;
  padding-bottom: 10px;
}
@media (max-width: 400px) {
  section.pop-up .wide-box p {
    padding: 0 15px;
  }
  section.pop-up .wide-box p br {
    display: none;
  }
}
section.pop-up .wide-box p span {
  font-weight: 600;
}
section.pop-up .wide-box h4 {
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}
/*Customer Profile*/
#customer_profile {
  padding: 50px 0 80px 0;
}
#customer_profile .w_btn {
  text-align: center;
}
#customer_profile section.first {
  padding-bottom: 10px;
}
#customer_profile .main-title.border-bottom {
  border-bottom: 1px solid;
  padding: 0 0 20px 5px;
  margin-bottom: 40px;
}
#customer_profile label.inline {
  padding-left: 27px;
  font-size: 15px;
  font-weight: 600;
}
#customer_profile .checkmark {
  top: 8px;
}
#customer_profile p.small {
  font-size: 15px;
  font-weight: 600;
}
#customer_profile label.disable {
  opacity: 0.6;
}
#customer_profile input[type=checkbox] {
  display: none;
}
.car {
  padding: 30px 0 90px 0;
  overflow: hidden;
}
.car .car_img {
  background-image: url(../img/car.png);
  height: 500px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.car.dot input.big {
  width: 40%;
}
.car.dot input.mediumplus {
  width: 30%;
}
@media (max-width: 1199px) {
  .car.dot input.mediumplus {
    width: 29%;
  }
}
.car.dot input.medium {
  width: 23%;
}
@media (max-width: 991px) {
  .car.dot input.big {
    width: 42%;
  }
  .car.dot input.mediumplus {
    width: 25%;
  }
  .car.dot input.medium {
    width: 20%;
  }
}
.car .right,
.car .left {
  padding-top: 65px;
}
.car .box.box_1,
.car .box.box_3 {
  margin-bottom: 155px;
}
.car .box {
  position: relative;
}
.car .right .box:before {
  content: url(../img/car-vector-right.png);
  bottom: 0;
  position: absolute;
  right: 5px;
}
.car .left .box:before {
  content: url(../img/car-vector-left.png);
  bottom: 0;
  position: absolute;
  left: 0;
}
.car .left .box .inputWrapper input,
.car .right .box .inputWrapper input {
  width: 80%;
  margin: 0 auto;
  border: 1px solid #27509b;
  height: 43px;
  padding: 0 10px;
  font-weight: 300;
  transition: 0.3s ease-out;
}
.car .left .box .inputWrapperCustomer input,
.car .right .box .inputWrapperCustomer input {
  width: 100%;
  margin: 5px auto;
  border: 1px solid #27509b;
  height: 43px;
  padding: 0 10px;
  font-weight: 300;
  transition: 0.3s ease-out;
}
@media (max-width: 1199px) {
  .car .right .box:before {
    right: -50px;
  }
  .car .left .box:before {
    left: -50px;
  }
}
@media (max-width: 991px) {
  .car .right .box:before {
    right: -133px;
  }
  .car .left .box:before {
    left: -133px;
  }
}
@media (max-width: 767px) {
  #customer_profile {
    padding: 30px 0 50px 0;
  }
  #customer_profile .main-title.border-bottom {
    margin-bottom: 20px;
  }
  #customer_profile section.first {
    padding-bottom: 0;
  }
  .add-height {
    display: none;
  }
  #customer_profile label.text-center {
    text-align: left;
  }
  .car .right .box:before,
  .car .left .box:before {
    display: none;
  }
  .car .right,
  .car .left {
    padding-top: 0;
  }
  .car .car_img,
  .moto .moto_img {
    display: none;
  }
  .car .box.box_1,
  .car .box.box_3 {
    margin-bottom: 0;
  }
  .car .right {
    float: none;
  }
  .car {
    padding: 0px 0 20px 0;
  }
  .car.dot input.big {
    width: 46.97%;
  }
}
/*Claim*/
article#claim {
  padding-bottom: 70px;
}
article#claim .accept_claim .border-bottom {
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  article#claim {
    padding-bottom: 40px;
  }
}
#claim .verify-claim {
  padding-bottom: 0;
}
#claim div#accordion {
  padding: 70px 0 50px 0;
}
#claim .border-bottom {
  border-bottom: 1px solid;
  padding: 0 0 20px 5px;
  margin-bottom: 18px;
}
#claim .client_info h3 {
  font-size: 18px;
  margin: 0;
  padding: 0 0 20px 5px;
}
@media (max-width: 640px) {
  #accordion .panel-heading h4.panel-title a {
    font-size: 22px;
  }
  #claim .client_info h3 {
    font-size: 14px;
  }
  #claim div#accordion {
    padding: 30px 0 0px 0;
  }
}
.car.claim {
  padding: 80px 0 0 0;
}
@media (max-width: 768px) {
  .car.claim {
    padding: 40px 0 50px 0;
  }
}
.car.claim input:disabled {
  background: transparent;
}
.car.claim input {
  border: none;
}
.car.claim .box {
  text-align: center;
  padding-bottom: 30px;
}
.car.claim .w_check .checkmark {
  width: 28px;
  height: 28px;
  top: auto;
}
.car.claim .w_check .custom-checkbox {
  margin: 0 10px 12px 10px;
  display: inline-block;
}
.car.claim .w_check .custom-checkbox .checkmark:after {
  font-size: 21px;
  top: -1px;
  right: 3px;
}
.car.claim .w_check .custom-checkbox .checkmark.red-disable:after {
  font-size: 21px;
  top: -1px;
  right: 5px;
}
@media (max-width: 991px) {
  .container.no-pad-on-mob {
    padding-right: 0;
    padding-left: 0;
  }
  .car input {
    padding: 0;
  }
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #27509b;
  height: 43px;
  border-radius: 0;
  background: transparent;
  /*border-bottom: 1px solid #fff;*/
}
.select2-container--default .select2-selection--single:placeholder {
  color: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 1px;
}
section.login .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
}
section.login .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 1px;
}
#claim-container .infos .checkmark,
#claim .w_check .checkmark {
  top: 8px;
}
label.inline {
  padding-left: 28px;
}
#claim-container .w_btn {
  text-align: center;
}
.loader {
  color: #27509b;
  font-size: 20px;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.box.city {
  float: right;
}
.box.city .w_select:before {
  margin-top: -15px;
}
@media (max-width: 991px) {
  .box.city {
    float: none;
  }
}
.box.city label {
  display: inline-block;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .box.city label {
    display: block;
  }
}
.box.city .w_select {
  display: inline-block;
  width: 200px;
}
.wphone {
  text-align: left;
  padding-bottom: 7px;
  display: none;
}
.wphone.act {
  display: block;
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
.claims-filters {
  margin: 0 0 30px;
}
.claims-filters .filter-label {
  font-size: 14px;
}
.claims-filters .print-btn {
  margin-top: 29px;
  min-width: 105px;
  float: right;
}
.claims-filters .apply-btn {
  margin-top: 29px;
  min-width: 105px;
}
.claims-filters .print-btn i {
  margin-left: 5px;
}
@media (max-width: 640px) {
  .white-btn {
    width: 100%;
  }
}
.white-btn {
  background-color: #ffffff;
  width: 40%;
  margin: 0 auto;
  text-align: center;
  padding: 5px 0;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 17px;
  border: 2px solid #27509b;
  cursor: pointer;
  transition: 0.3s ease-out;
}
@media (max-width: 640px) {
  .white-btn {
    width: 100%;
  }
}
.white-btn:hover {
  background: none;
}
.clearfix {
  overflow: auto;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.survey-page .survey-form {
  padding: 50px 0 0 0;
}
@media (max-width: 640px) {
  .survey-page .survey-form {
    padding: 20px 0 0 0;
  }
}
.survey-page h5 {
  line-height: 20px;
  font-weight: 600;
}
.survey-page .box {
  padding-bottom: 40px;
}
.survey-page .box.more-pad {
  padding-bottom: 70px;
}
@media (max-width: 640px) {
  .survey-page .box {
    padding-bottom: 10px;
  }
  .survey-page .box.more-pad {
    padding-bottom: 40px;
  }
}
.survey-page .thankYou {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 25px 0;
}
.survey-page h2 {
  text-transform: uppercase;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  .survey-page h2 {
    padding-bottom: 10px;
  }
}
.survey-page .w_star {
  cursor: pointer;
  float: left;
  text-align: center;
}
.survey-page .w_star.ten {
  width: 10%;
}
.survey-page .w_star.five {
  width: 20%;
}
.survey-page .w_star span.content {
  display: block;
}
.survey-page .likely span.right {
  float: right;
}
.survey-page .likely span {
  font-size: 12px;
}
.survey-page .w_star input {
  display: none;
  cursor: pointer;
}
.survey-page .star {
  position: relative;
}
.survey-page .star:before {
  content: '\f005';
  font-family: FontAwesome;
  color: #fce500;
  font-size: 22px;
}
.survey-page .w_star input:checked ~ .star:before {
  color: #27509b;
}
.custom-checkbox.yellow {
  float: left;
  width: 50%;
  text-align: center;
}
.custom-checkbox.yellow .checkmark {
  top: 7px;
  background-color: #fce500;
}
.custom-checkbox.yellow .checkmark:after {
  color: #27509b;
}
.survey-page textarea {
  width: 100%;
  border: 1px solid #27509b;
  resize: vertical;
}
.survey-page .w_btn {
  padding-bottom: 30px;
}
.parsley-required {
  color: red;
}
.parsley-custom-error-message {
  color: red;
}
header .des-mob {
  padding-top: 10px;
}
header .des-mob span {
  font-size: 12px;
}
button.small-size {
  font-size: 13px;
}
.wsearch {
  position: relative;
}
.wsearch button.green2-btn {
  position: absolute;
  width: 43px;
  top: 0;
  right: 0;
  height: 43px;
}
@media (max-width: 767px) {
  .wsearch {
    padding-bottom: 15px;
  }
}
.form-survey {
  padding: 50px 0 80px;
}
.form-survey .main-title.border-bottom {
  border-bottom: 1px solid;
  padding: 0 0 20px 5px;
  margin-bottom: 40px;
}
.form-survey .question {
  font-size: 20px;
  margin-top: 30px;
}
.form-survey .custom-checkbox {
  display: inline-block;
}
.form-survey .custom-checkbox label.inline {
  padding-left: 27px;
  font-size: 15px;
  font-weight: 600;
}
.form-survey .custom-checkbox .checkmark {
  top: 7px;
}
.form-survey .custom-checkbox input {
  transition: none;
  opacity: 0 !important;
}
.form-survey .custom-checkbox input:checked + span {
  background-color: #27509b;
}
.form-survey .box textarea {
  width: 100%;
  border: 1px solid #27509b;
  height: 85px;
  padding: 10px;
  font-weight: 300;
  resize: none;
}
.form-survey .box {
  padding-bottom: 0;
}
.form-survey .box textarea:focus {
  outline: 0;
  border: 1px solid #fce500;
}
.center-grup-title {
  position: relative;
}
.center-grup-title strong {
  padding: 5px 20px 5px 0;
  background: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.center-grup-title:after {
  position: absolute;
  top: 50%;
  margin-top: 0px;
  height: 1px;
  left: 0;
  right: 0;
  background: #27509b;
  display: block;
  content: '';
  z-index: 0;
}
.bt-square-list {
  margin-top: 60px;
}
@media (min-width: 769px) {
  .bt-square-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
}
.d-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.bt-square {
  font-family: 'Michelin';
  width: 100%;
  color: #27509b;
  font-size: 18px;
  padding: 30px;
  display: block;
  text-align: center;
  border: 1px solid #fce500;
  background: #fce500;
  margin-bottom: 20px;
}
.bt-square .name {
  margin-bottom: 5px;
}
.bt-square span {
  display: block;
}
.mb-4 {
  margin-bottom: 30px;
}
.w-notification {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 11;
}
.w-notification .notification-content {
  background: #fff;
  width: 650px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
}
@media (max-width: 650px) {
  .w-notification .notification-content {
    width: 100%;
  }
}
.w-notification .notification-content .text {
  height: 246px;
  overflow-y: scroll;
}
.w-notification .notification-content .text::-webkit-scrollbar {
  display: none;
}
.w-notification .notification-content .disabled a {
  background-color: #ccc !important;
}
.w-notification .notification-content .accept {
  width: 120px;
  text-align: center;
  margin: 20px 0;
  float: left;
}
.w-notification .notification-content .accept a {
  color: #27509b;
  border: 2px solid #f8e708;
  font-weight: 600;
  font-size: 13px;
  padding: 4px 0px;
  text-transform: uppercase;
  background: #f8e708;
  display: block;
}
.w-notification .notification-content .accept a:hover {
  opacity: 0.8;
}
.w-notification .notification-content .deny {
  width: 120px;
  text-align: center;
  margin: 20px 0;
  float: right;
}
.w-notification .notification-content .deny a {
  color: #f8e708;
  border: 2px solid #27509b;
  font-weight: 600;
  font-size: 13px;
  padding: 4px 0px;
  text-transform: uppercase;
  background: #27509b;
  display: block;
}
.w-notification .notification-content .deny a:hover {
  opacity: 0.9;
}
.w-notification .notification-content .read {
  text-align: center;
}
.w-notification .notification-content .read a {
  font-weight: 700;
  font-size: 13px;
  position: relative;
  text-align: center;
}
.w-notification .notification-content .read a:before {
  content: '';
  background: #337ab7;
  width: 100%;
  height: 1px;
  bottom: -1px;
  position: absolute;
}
.w-notification .notification-content .clearfix:after {
  display: block;
  content: "";
  clear: both;
}
.font-strong {
  font-weight: 700;
}
.mt-4 {
  margin-top: 30px;
}
.moto .moto_img {
  background-image: url(../img/motorcycle.png);
  height: 500px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.moto .left {
  padding-top: 0px;
}
@media (min-width: 768px) {
  .moto .box.box_1 {
    margin-bottom: 50px;
  }
}
