.ma-list-view {
  min-height: 500px;
}
.ma-list-view label {
  font-size: 12px !important;
  margin-bottom: 2px;
  display: block !important;
}
.providers-container {
  background-color: #f2f2f2 !important;
}
.providers-container .ma-list-view {
  padding: 0 15px 15px!important;
}
.providers-container .ma-list-view h1 {
    margin-top: 75px;
}
.providers-container .ma-list-view h3{
  color: #333;
}
.providers-container .ma-list-view h3 span{
  color: #E0322E;
}
.providers-container .ma-list-view .content {
  padding-top: 0!important;
}
.providers-container .ma-list-view .insurance-form {
  border: 1px solid #969696;
  padding: 10px 15px 10px 15px;
  border-radius: 10px;
  background-color: #eef6ff;
  box-shadow: 0 0 10px #9dc9ff;
  margin-bottom: 15px;
}
.providers-container .ma-list-view .content .insurance-form h3 {
  margin-top: 0px;
  color: #DE2925;
}
/*.providers-container .ma-list-view .content h3{
  color: #DE2925;
}*/
.providers-container .ma-list-view .content .insurance-form .row{
  display: flex;
  margin: 0 -10px;
}
.providers-container .ma-list-view .content .insurance-form .row > div{
  /*  width: 20%;*/
  width: auto;
  padding: 0 5px;
}
/*.providers-container .ma-list-view .content .insurance-form .row > div:last-child{
  width: 40%;
}*/
.providers-container .ma-list-view .content .insurance-form .row .form-group{
  margin-bottom: 10px;
}
.providers-container .ma-list-view .content .insurance-form .row .form-group .error{
  padding: 0 3px;
  bottom: -32px;
  border-radius: 3px;
  font-size: 10px;
}
.providers-container .ma-list-view .content .insurance-form .row .input-icon .icon {
  top: 25px;
  font-size: 16px;
  left: 8px;
}
.providers-container .ma-list-view .content .insurance-form .row .input-control{
  height: 30px;
  font-size: 12px;
  padding-left: 35px!important;
}
.providers-container .ma-list-view .content .insurance-form .row .form-control{
  width: 100px;
}
.providers-container .ma-list-view .content .insurance-form .row .select2-container--default:before{
  font-size: 18px;
  top: 2px;
  left: 8px;
}
.providers-container .ma-list-view .content .insurance-form .row .singleselect-dropdown .select2-selection--single{
  height: 28px;
  font-size: 12px;
  padding-left: 35px!important;
}
.providers-container .ma-list-view .content .insurance-form .row .singleselect-dropdown .select2-selection__rendered {
  line-height: 28px!important;
}
.providers-container .ma-list-view .content .insurance-form .row .singleselect-dropdown .select2-selection__arrow {
  height: 28px!important;
}
.providers-container .ma-list-view .content .insurance-form .row .radio-square[type="radio"]:checked + label, 
.providers-container .ma-list-view .content .insurance-form .row .radio-square[type="radio"]:not(:checked) + label{
  width: 40px;
  padding-top: 30px;
  height: 30px;
}
.providers-container .ma-list-view .content .insurance-form .row .radio-square[type="radio"]:checked + label:before, 
.providers-container .ma-list-view .content .insurance-form .row .radio-square[type="radio"]:not(:checked) + label:before{
  height: 30px;
  font-size: 18px;
}
.providers-container .ma-list-view .content .insurance-form .row .radio-square[type="radio"]:checked + label:after, 
.providers-container .ma-list-view .content .insurance-form .row .radio-square[type="radio"]:not(:checked) + label:after{
  height: 30px;
}
.providers-container .ma-list-view .btn-continue{
  height: 30px;
  border-width: 1px;
  font-size: 14px;
  line-height: 30px;
  margin-left: 0;
  padding: 0 10px;
  margin-top: 18px;
}
#currentlyInsuredAutoProviderDiv {
  width: 220px;
}
.providers-container .ma-list-view .content .insurance-form .row .singleselect-dropdown.frequency-exercise-field .select2-selection--single{
  padding-left:10px !important;
}
@media (max-width: 870px){
  /*  .providers-container .ma-list-view .content .insurance-form .row > div{
      width: 25%;
    }*/
}
@media (max-width: 767px){
  /*  .providers-container .ma-list-view .content .insurance-form .row > div {
      width: 33%;
    }*/
  .providers-container .ma-list-view .content .insurance-form .radio-box-group {
    text-align: left;
    justify-content: flex-start;
  }
  .providers-container .ma-list-view .content .insurance-form .radio-box-group .radio-group {
    justify-content: flex-start;
  }
  /*  .providers-container .ma-list-view .content .insurance-form .row > div:last-child{
      width: 50%;
    }*/
}
@media (max-width: 640px){
  /*  .providers-container .ma-list-view .content .insurance-form .row > div {
      width: 50%;
    }*/
}
@media (max-width: 480px){
  .providers-container .ma-list-view .content .insurance-form .row > div:last-child{
    width: 100%;
  }
}
@media (max-width: 497px){
  .providers-container .ma-list-view .btn-continue {
    margin-top: 0;
  }
}
@media (max-width: 425px){
  .providers-container .ma-list-view .content .insurance-form .row > div {
    width: 50%;
  }
  .providers-container .ma-list-view .content .insurance-form .row > .radio-selection{
    width: 50%;
  }
  #currentlyInsuredAutoProviderDiv {
    width: 100%;
  }
}


/* providers popup css */
.provider-popup-overlay{
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.popup-opacity{  
  -webkit-animation: fade 2s ease-in-out forwards;
  -webkit-animation-delay: 2s;
  -moz-animation: fade 2s ease-in-out forwards;
  -moz-animation-delay: 2s;
  -o-animation: fade 2s ease-in-out forwards;
  -o-animation-delay: 2s;
  animation: fade 2s ease-in-out forwards;
  animation-delay: 2s;
}
/*.provider-popup-overlay:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  box-shadow: inset 0 0 0 3000px rgb(255, 255, 255);
  filter: blur(250px);
}*/
.provider-popup-overlay .provider-wrapper {
  width: 900px;
  min-height: 200px;
  background-color: #4472c4;
  position: relative;
  border: 2px solid #27509a;
  box-shadow: 0 0 15px #4472c4;
  padding: 20px 110px;
}
@-webkit-keyframes fade {
  100% { opacity: 1; }
}

@-moz-keyframes fade {
  100% { opacity: 1; }
}

@-o-keyframes fade {
  100% { opacity: 1; }
}

@keyframes fade {
  100% { opacity: 1; }
}
.provider-popup-overlay .provider-wrapper h3 {
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  line-height: 34px;
  margin-top: 0;
}
.provider-popup-overlay .provider-wrapper .list-view {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 25px 10px;
  margin: 20px 0;
}
.provider-popup-overlay .provider-wrapper .list-view .row {
  display: flex;
  align-items: center;
}
.provider-popup-overlay .provider-wrapper .list-view ul li {
  list-style: none;
  color: #fff;
  margin: 5px 0;
  position: relative;
  padding-left: 20px;
  font-size: 16px !important;
  line-height: 20px;
}
.provider-popup-overlay .provider-wrapper .list-view ul li:before{
  content: '-';
  position: absolute;
  top: 0;
  left: 0;
}
.provider-popup-overlay .provider-wrapper .bottom-btn{
  text-align: center;
}
.provider-popup-overlay .provider-wrapper .bottom-btn .get-quote-btn {
  background-color: #ffd966;
  border-radius: 10px;
  border: 2px solid #27509a;
  font-size: 24px;
  color: #27509a;
  padding: 12px 20px;
  margin-bottom: 15px;
  display: inline-block;
}
.provider-popup-overlay .provider-wrapper .bottom-btn a {
  color: #fff;
}
@media (max-width: 991px){
  .provider-popup-overlay .provider-wrapper {
    width: 90%;
    padding: 20px 10%;
  }
}
@media (max-width: 812px){
  .provider-popup-overlay .provider-wrapper h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
  .provider-popup-overlay .provider-wrapper {
    width: 96%;
    padding: 20px 5%;
  }
  .provider-popup-overlay .provider-wrapper .list-view .row > div:first-child {
    width: 40%;
  }
  .provider-popup-overlay .provider-wrapper .list-view .row > div:last-child {
    width: 60%;
  }
  .provider-popup-overlay .provider-wrapper .list-view {
    padding: 15px 10px;
    margin: 10px 0;
  }
  .provider-popup-overlay .provider-wrapper {
    width: 90%;
    padding: 10px 10%;
  }
  .provider-popup-overlay .provider-wrapper .bottom-btn .get-quote-btn {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px){
  .provider-popup-overlay .provider-wrapper {
    padding: 10px 5%;
  }
  .provider-popup-overlay .provider-wrapper h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .provider-popup-overlay .provider-wrapper .list-view ul li {
    font-size: 14px !important;
    line-height: 18px;
    margin: 2px 0;
  }
  .provider-popup-overlay .provider-wrapper .list-view {
    padding: 10px;
    margin: 5px 0 10px;
  }
  .provider-popup-overlay .provider-wrapper .bottom-btn .get-quote-btn {
    font-size: 20px;
    padding: 8px 15px;
    margin-bottom: 8px;
  }
}
@media (max-width: 480px){

  .provider-popup-overlay .provider-wrapper .list-view .row {
    flex-direction: column;
  }
  .provider-popup-overlay .provider-wrapper .list-view .row > div {
    width: 100% !important;
  }
  .provider-popup-overlay .provider-wrapper .list-view .row > div img {
    margin-bottom: 15px;
  }

}
