.main-menu-position,
.cg-header-fixed-wrapper.cg-is-fixed,
#load-mobile-menu{
  display: none;
}
.cg-menu-below.header-position {
  min-height: 80px !important;
  height: 86px !important;
}
.leftnav[class] .cg-main-logo img {
  height: 50px !important;
  margin-top: 15px;
}
.auto-step-form-container {
  min-height: 680px !important;
  background: transparent url("../images/step-form-bg.jpg") repeat-x bottom center;
}
.medicare-step-form-container {
  min-height: 680px !important;
  background: #f4f5ef url("/wp-content/uploads/2020/03/step-form-bg-medicare.png") repeat-x bottom center;
  /*background-size: cover;*/
}
.step-form-container{
  min-height: 500px;
  display: flex;
  width: 800px;
  margin: 0 auto;
  text-align: center;
  /*align-items: center;*/
  justify-content: center;
}
.step-form-container h2{
  /*text-align: center;*/
  font-size: 60px !important;
  line-height: 1 !important;
  font-weight: 300!important;
  /*padding: 0 20px;*/
  margin-bottom: 15px !important;
  margin-top: 0 !important;
}
.step-form-container p {
  /*text-align: center;*/
  font-size: 18px !important;
  color: #666 !important;
  margin-bottom: 30px !important;
  font-weight: 300 !important;
}
.step-form-container p strong{
  font-weight: 400;
}
.step-form-container .step1 {
  display: flex;
  /*align-items: center;*/
  flex-direction: column;
  justify-content: center;
}
.step-form-container .zipbox .input-group {
  width: 300px;
  display: flex;
  margin: 0 auto;
}
.step-form-container label{
  color: #666;
}
.step-form-container .input-group .form-control {
  border-radius: 0;
  height: 50px;
  border: 2px solid #1bbc9b;
  border-right: 0;
}
.step-form-container .input-group .form-control:focus {
  border: 2px solid #1bbc9b;
  border-right: 0;
}
.step-form-container .input-group-append .btn {
  border-radius: 0;
  height: 50px;
  border: 2px solid #1bbc9b;
  border-left: 0;
  background-color: #1bbc9b;
  padding: 0 20px;
  line-height: 50px;
  font-size: 16px !important;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.step-form-container .input-group-append .btn:hover {
  background-color: rgba(27, 188, 155, 0.85);
}
.step-form-container .input-group-append .btn:focus{
  outline: none;
}
.step-form-container .input-group-append .btn i {
  margin-left: 10px;
}
.btn-effect::before{
  background-color: rgba(27, 188, 155, 0.75);
}
.step-form-container .form-control {
  border-radius: 0;
  height: 50px;
  border: 2px solid #efefef;
  font-size: 18px;
}

/*form styles*/
#msform {
  margin: 40px 0;
  text-align: center;
  position: relative;
}
#msform fieldset {
  /*background: white;*/
  /*border: 1px solid #ccc;*/
  /*padding: 10px 0;*/
  box-sizing: border-box;
}
/*Hide all except first fieldset*/
/*#msform fieldset:not(:first-of-type) {
  display: none;
}*/
/*inputs*/
/*#msform input, #msform textarea {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2C3E50;
  font-size: 13px;
}*/
/*buttons*/
/*#msform .action-button {
  width: 100px;
  background: #27AE60;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}
#msform .action-button:hover, #msform .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}*/
/*headings*/
.fs-title {
  font-size: 24px !important;
  color: #3a5371!important;
  margin-bottom: 15px!important;
  margin-top: 0 !important;
  font-weight: 400 !important;
  border-left: 2px solid #3a5371;
  border-bottom: 2px solid #3a5371;
  display: inline-block;
  padding: 10px 20px 10px;
  position: relative;
}
.img-icon {
  margin-bottom: 20px;
}
.img-icon img{
  width: 130px;
}
/*.fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}*/
/*progressbar*/
#progressbar {
  margin: 0 auto;
  overflow: hidden;  
  padding-top: 2px;
  width: 650px;
  /*CSS counters to number the steps*/
  /*  counter-reset: step;*/
}
#progressbar li {
  list-style-type: none;
  color: #7d7d7d;
  font-size: 14px;
  width: 25%;
  float: left;
  position: relative;
}
#progressbar li:before {
  content:'';
  width: 20px;
  height: 20px;
  display: block;
  background: #d2d2d2;
  border-radius: 50%;
  margin: 0 auto 5px; 
  z-index: 1;
  position: relative;
  border: 3px solid #fff;
}
/*progressbar connectors*/
#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #d2d2d2;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: 0; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active{
  color: #1bbc9b;
  font-weight: 500;
}
#progressbar li.active:before, 
#progressbar li.active:after {
  background: #1bbc9b;
}
#progressbar li.active:before {
  box-shadow: 0 0 0 1px #1bbc9b;
}

.form-radio-group{
  /*border: solid 3px #675f6b;*/
  display: flex;
  /*margin: 20px;*/
  /*border-radius: 10px;*/
  /*overflow: hidden;*/
  flex-wrap: wrap;
}
.form-radio-group input[type=radio] {
  position: absolute;
  visibility: hidden;
  display: none;
}
.form-radio-group label {
  color: #565656;
  display: inline-block;
  cursor: pointer;
  padding: 10px 30px;
  margin-bottom: 0;
  min-width: 130px;
  border: solid 2px #dcdcdc;
  font-size: 16px;
  position: relative;
  height: 50px;
  line-height: 1.8;
  /*background-color: rgba(255, 255, 255, 0.95);*/
  background-color: #fff;
  margin: 0 10px;
  box-shadow: 0 0 15px rgba(216, 216, 216, 0.6);
}
.form-radio-group input[type=radio]:checked + label,
.form-radio-group label:hover{
  color: #fff;
  background: #1bbc9b;
  border: solid 2px #1bbc9b;
}
.form-radio-group input[type=radio]:checked + label:before{
  content: '';
  position: absolute;
  display: block;
  width: 7px;
  height: 13px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  top: 14px;
  left: 13px;
}
/*.form-radio-group label + input[type=radio] + label {
  border-left: solid 3px #675f6b;
  border-left-color: transparent;
}*/

.big-label{
  font-size: 18px;
  margin-top: 12px;
}
.mb-3{
  margin-bottom: 2rem;
}
.fixed-width{
  width: 300px !important;
}

.large-group {
  justify-content: center;
}
.large-group label {
  margin: 0 10px 15px;
  min-width: initial;
  width: 200px;
  padding: 10px 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
}
.large-group label:hover{
  border-left-color: #1bbc9b !important;
}
.large-group label + input[type=radio] + label{
  /*border-left: solid 3px #675f6b;*/
  border-left-color: #dcdcdc;
}
.large-group input[type=radio]:checked + label, 
.large-group label:hover {
  box-shadow: 0 0 15px rgba(27, 188, 155, 0.6);
}

.big-radio label{
  width: 180px;
  height: 55px;
  font-size: 20px;
}
.big-radio input[type=radio]:checked + label:before {
  top: 20px;
}

.education-container label{
  width: 220px;
  height: 50px;
  font-size: 18px;
}
.occupation-container label{
  width: 270px;
}
.yearjob-container label {
  /*width: 100px;*/
  width: 90px;
  padding: 21px !important;
  height: 40px;
}
.vehiclemake-container label {
  width: 190px;
}
.small-label-btn label {
      font-size: 13px;
}
#selectCarModal, #selectCar {
    width: 280px;
    margin: 0 auto;
}
#selectCarModal select, #selectCar  select{
  font-size: 16px;
}
@media (max-width: 1100px){
  .cg-menu-below.header-position {
    min-height: 70px !important;
  }
}
@media (max-width: 767px){
  #msform {
    margin: 20px 0;
  }
  .step-form-container {
    min-height: 350px;
    width: 100%;
    display: block;
  }
  .step-form-container h2 {
    font-size: 33px !important;
    margin-top: 10%!important;
  }
  .fs-title {
    font-size: 18px !important;
    line-height: 1 !important;
    margin-bottom: 15px !important;
  }
  #progressbar {
    margin: 0 auto 20px;
    width: 100%;
    padding:2px 0 0;
  }
  #progressbar li {
    font-size: 13px;
    line-height: 1;
  }
  .big-label {
    font-size: 16px;
    margin-top: 0;
    display: block;
    text-align: center;
  }
  .form-radio-group label {
    min-width: 135px;
    margin: 0 5px 10px;
  }
  .mb-3 {
    margin-bottom: 1rem;
  }
  .img-icon {
    margin-bottom: 20px;
  }
  .img-icon img {
    width: 120px;
  }
  .big-radio label {
    height: 40px;
    font-size: 16px;
  }
  .big-radio input[type=radio]:checked + label:before ,
  .form-radio-group input[type=radio]:checked + label:before {
    top: 10px;
  }
  .step-form-container .form-control {
    text-align: center;
    width: 100% !important;
  }
  .btn-continue {
    margin: 0 5px;
  }
  .checkbox-style p {
    margin-bottom: 0 !important;
  }
  .form-radio-group {
    justify-content: center;
  }
  .step-form-container .zipbox .input-group {
    width: 290px;
  }
  .form-radio-group label {
    padding: 5px 30px;
    height: 40px;
  }
  .yearjob-container label {
    width: 85px;
    min-width: initial !important;
    font-size: 13px;
  }
  .vehiclemake-container label {
    width: 130px;
    font-size: 15px;
    padding: 0 10px;
  }
}

.auto-step-form-container {
    min-height: 545px !important;
    background: transparent url(../images/step-form-bg.jpg) repeat-x bottom center;
}

/* css to hide important links from footer */
.second-footer .widget_nav_menu {
    display: none;
}
/* ----------------------- */