#msform {
   /* width: 440px;
    margin-top: 48px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    position: relative;
    height: 600px;*/
     
    margin-bottom: 0 !important;
    border-radius: 20px;
}

#msform fieldset {
    background: #fff;
    border: 0 none;
    border-radius: 8px;
    
    padding: 40px 20px;
    box-sizing: border-box;
    width: 100%;
    margin: 0px;
    /* position: absolute; */
    box-shadow: rgb(155 155 155) 0px 0px 18px;
}
.check-info:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #e4ecf0;
    left: 0;
    top: 3px;
    border-radius: 4px;
}

.tick-row label {
    position: relative;
}

input[type=checkbox]:checked:after{
      content: "";
      position: absolute;
      height: 6px;
      width: 11px;
      border: 3px solid #ffffff;
      border-left: 0;
      border-bottom: 0;
      transform: rotate(127deg);
      top: 9px;
      left: 4px;
}
 
input[type=checkbox]:checked:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #2196F3;
    left: 0;
    top: 3px;
    border-radius: 4px;
} 
.lead-text-form {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    max-width: 1092px;
    margin-top: 190px;
	margin-bottom: 90px;
}
ul.link-form {
    margin: 0px;
    padding: 0;
}

ul.link-form li {
    display: inline-block;
}

ul.link-form li a {
    text-decoration: underline;
    margin-right: 20px;
}

.lead-text-form a {
    color: #0000ff;
}
/*Hide all except first fieldset*/

#msform fieldset:not(:first-of-type) {
    display: none;
}


/*inputs*/

#msform input,
#msform textarea {
    /* padding: 10px; */
    border: 1px solid #e6e6e6;
    /* border-radius: 3px; */
    /* margin-bottom: 10px; */
    /* width: 98%; */
    /* box-sizing: border-box; */
    /* color: #2C3E50; */
    /* font-size: 13px; */
    background: #FFF;
    /* height: 39px; */
    /* background: #fff; */
    padding: 0 39px 0 15px;
    margin-bottom: 6px;
    /* border: 0; */
    width: 100%;
    height: 43px;
    text-align: left;
    color: #309ff9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1) inset;
    font: 15px/1.6 "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}


/*buttons*/

#msform .action-button {
    /*width: 100px;*/
    background: #293a72;
    background: -webkit-linear-gradient(to right, #293a72, #288abf);
    background: linear-gradient(to right, #293a72, #288abf);
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 15px 5px;
    margin: 10px 5px;
    font-size: 24px;
    height: auto;
    text-align: center;
}

#msform .action-button:hover,
#msform .action-button:focus {
    background: #444;
}


/*headings*/

.fs-title {
    font-size: 16px;
    color: #656769;
    margin-bottom: 10px;
    font-weight: 600;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}


/*progressbar*/

#progressbar {
    margin-bottom: 5px;
    overflow: hidden;
    counter-reset: step;
    padding-bottom: 0px;
}

#progressbar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 9px;
    width: 24%;
    float: left;
    position: relative;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    color: #333;
    background: #fff;
    border: 2px solid #dcdcdc;
    border-radius: 15px;
    margin: 0 auto 5px auto;
}


/*progressbar connectors*/

#progressbar li:after {
    content: '';
    width: 80%;
    height: 2px;
    background: #dcdcdc;
    position: absolute;
    left: -54%;
    top: 9px;
    z-index: 0;
    margin: 1px 13%/*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:before {
    background: #3eaa14;
    color: white;
    border: 2px solid #257f02;
}

#progressbar li.active:after {
    background: #3eaa14;
    color: white;
}

.checkbox {
    padding: 5px 0 0;
    font-size: 0;
    margin: 0 -3px -5px -2px
}

.checkbox.full label {
    width: auto;
    display: block;
    font-size: 15px;
    font-weight: 400;
}

.checkbox label:hover {
    background: #e0e0e0;
    cursor: pointer
}

.checkbox .checked label {
    background: #3eaa14 !important;
    color: #fff
}

.checkbox label {
    background-color: #ececec;
    border-radius: 5px;
    color: #6c6c6d;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    line-height: 16px;
    margin: 0 3px 5px 2px;
    padding: 13px 16px;
    vertical-align: top;
    width: 195px;
}

.checkbox2 {
    padding: 5px 0 0;
    font-size: 0;
    margin: 0 -3px -5px -2px
}

.checkbox2.full label {
    width: auto;
    display: block;
    font-size: 15px;
    font-weight: 400;
}

.checkbox2 label:hover {
    background: #e0e0e0;
    cursor: pointer
}

.checkbox2 .checked label {
    background: #3eaa14 !important;
    color: #fff
}

.checkbox2 label {
    background-color: #ececec;
    border-radius: 5px;
    color: #6c6c6d;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin: 0 3px 5px 2px;
    padding: 30px 20px;
    vertical-align: top;
    width: 195px;
    text-align: center
}

.input-hidden {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: 9999;
    width: 220px;
    height: 90px;
}

.input-hidden2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: 9999;
    width: 220px;
    height: 32px;
}

.input-hidden3 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: 9999;
    width: 220px;
    height: 32px;
}

.option:hover label {
    background: #e0e0e0;
    cursor: pointer
}

.option {
    position: relative;
    float: none;
    width: 49%;
    display: inline-block;
}

.safe {
    font-size: 12px;
    color: #000
}

.error {
    color: #cc3300;
    font-weight: 300;
    font-size: 14px;
}

.padding20 {
    margin-bottom: 10px;
}

.input_box:before {
    content: "";
    position: absolute;
    left: 0;
    width: 41px;
    height: 41px;
    background: #000;
    background-color: #f5f5f5;
    border: 1px solid #e4e4e4;
}

.input_box {
    position: relative;
}

.input_box {
    position: relative;
}

.input_box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 41px;
    height: 41px;
    background: #000;
    background-color: #f5f5f5;
    border: 1px solid #e4e4e4;
}
.quiz-checkbox {
    display: none;
}
#msform input,
#msform textarea {
    text-indent: 41px;
}

#msform .action-button {
    text-indent: 0;
}

.user_media:before {
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: 11px;
}

.email_media:before {
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: 11px;
}

.phone_media:before {
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: 11px;
}

#progressbar li:before {
    z-index: 99;
    position: relative;
}

#msform .action-button {
    margin-top: 30px;
}

.input_box {
    margin-bottom: 6px;
}

.checkbox2.check-list input[type=radio] {
    height: 81px !important;
}

.quiz-end__side-top {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

@media (min-width:414px) and (max-width:480px) {
    #msform {
        width: 100%!important;
    }
}

@media (max-width:480px) {
    #msform {
        padding-top: 0;
    }
    #msform fieldset {
        margin-top: -21px;
    }
}
/*@media (min-width: 353px) and (max-width: 418px){
    #msform {
    height: 640px!important;
}
}
@media (max-width: 352.5px) and (min-width: 312px){
    #msform {
    height: 690px!important;
}
}

@media (max-width: 311.5px){
    #msform {
    height: 765px!important;
}
}*/