@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
div#svgbasicsd {
    padding: 0 14%;
}

    
/* .restart:hover {
    opacity: 0.6;
    } */
    #myform{
        position: relative;
        top: 120px;
        left:0px;
        width: 100%;
    
      }
    #svgbasicsd {
        width: 100%;
        height: 100vh;
        /* position: absolute;  */
        background-image: url('../images/Comp 2_00203.jpg');
        overflow: hidden;
        background-size: 100% 100%;
        box-shadow: 0 1px 17px -4px;
        border-radius: 10px;
    
    }
.Question_start span {
    padding-right: 20px;
}
span.ler {
    width: 5%;
    float: left;
}
span.lerr {
    float: left;
    width: 95%;
}

.option_number {
    width: 85%;
    float: left;
    font-size: 24px;
	    padding: 0px 0;
        font-size: 29px;
}
.option_start {
        width: 100%;
    float: left;
    padding-left: 50px;
    font-size: 25px;
    /* font-weight: 600; */
    margin-bottom: 36px;
}
.f-question h3 {
    font-size: 25px;
}
.option_tick {
    width: 15%;
    float: right;
	    padding: 0px 0;
}
.option_number span {
    padding-right: 25px;
}
.input-text {
    text-align: center;
    text-transform: uppercase;
    /* color: #127b12; */
    font-weight: 700;
    line-height: 30px;
    font-size: 36px;
    width: 50%;
    background: #fff500;
    border: 1px solid #fff500;
    padding: 0px 5px;
    border-radius: 10px;
    box-shadow: 2px 2px 3px -1px
}
input[type="text"] { 
    outline: none;
}
.close{
    position: fixed;
    right: 15px;
    top: 0;
    height: 43px;
    width: 43px;
    border-radius: 50%;
    background-image: url(../images/close.png);
    cursor: pointer;
}
.restart {
    position: absolute;
    width: 63px;
    height: 64px;
    background-size: 100% 100%;
    background-image: url(../images/replay.png);
    background-repeat: no-repeat;
    top: 889px;
    left: 900px;
    cursor: pointer;
    transition: all .2s ease-in;
}

.restart:hover {
   
    rotate: 90deg;
}