::-webkit-input-placeholder {

    color: #A9A9A9;

    font-weight: 400;

    font-size: 16px;

    font-style: italic;

 }

 :-moz-placeholder {

    color: #A9A9A9;

    font-family: Montserrat;

    font-weight: 400;

    font-size: 16px;

    font-style: italic;

 }

 ::-moz-placeholder {

    color: #A9A9A9; 

    font-family: Montserrat;

    font-weight: 400;

    font-size: 16px;

    font-style: italic;

 }

 :-ms-input-placeholder {  

    color: #A9A9A9;

    font-family: Montserrat;

    font-weight: 400;

    font-size: 16px;

    font-style: italic;

 }



.input-box{

    color: #6E6F71;

    border-bottom: 1px solid #4F7CBF;

    width: 100%;

    margin-top: 8px;

} 

.input-dropdown-box {
    margin-top: 8px;
    border-bottom: 1px solid #4F7CBF;
}

.input-dropdown-box select {
    width: 100%;
    border: none;
    padding: 5px;
    background: url("data:image/svg+xml;charset=utf-8,<svg width='10' height='6' fill='none' xmlns='http:%2F%2Fwww.w3.org/2000/svg'><path d='M1 1l4 4 4-4' stroke='royalblue' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat;
    background-position: right;
    appearance: none;
    padding-left: 0;
}

.input-dropdown-box select:invalid {
    font-style: italic;
    color: #A9A9A9;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
}

.input-dropdown-box label {
    color:#4F7CBF;
    font-weight: 100;
    margin-top: 8px;
    font-size: 14px;
}

.input-dropdown-box .opt {
    font-style: normal;
    left: 10px !important;
    color: #333;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.input-field{

    border: none;

    background-color: #f3f4f5;

    width: 100%;

    height: 100%;

    margin-bottom: 3px;

}



.strt-quiz-btn input{

    background-color: #F76182;

    height: 42px;

    padding: 0 50px;

    color: white;

    font-size: 16px;

    font-weight: bold;

    border-radius: 5px;

    border: none;

    letter-spacing: 2.5px;

    margin-top: 15px;

    float: right;

}



@media (max-width: 767px){

    .quiz-form-img{

        display: none !important;

    }

    .input-box{

        margin-top: 23px;

    } 

    .input-field{

        margin-bottom: 8px;

    }   

    .strt-quiz-btn{

        width: 100%;

        text-align: center;

    }

    .strt-quiz-btn input{

        float: none;

    }

}

@media (max-width: 480px) {
    .input-dropdown-box {
        margin-top: 23px;
    }
}