div#svgbasicsd {
    padding: 0 1%;
}
.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;
}

    #svgbasicsd {
        width: 1292px;
        height: 753px;
        margin: 120px 314px;
        position: absolute; 
        background-image: url('../images/Ex15.jpg');
        overflow: hidden;
        background-size: 100% 100%;
        box-shadow: 0 1px 17px -4px;
        border-radius: 10px;
    
    }
.col-lf img {
    width: 70px;
}    
.restart:hover {
    opacity: 0.6;
    }

.Question_start span {
    padding-right: 4px;
}
span.ler {
    width: 5%;
    float: left;
}
span.lerr {
    /* float: left; */
    width: 100%;
	margin-bottom: 10px;
}
.col-rf {
    float: left;
    width: 50%;
    padding: 1%;
}
.col-lf {
    float: left;
    width: 100%;
    padding: 1%;
    position: relative;
    left: 85px;
    top: 42px;
}
.Question_start {
    font-family: cursive;
}
.option_number {
    width: 43%;
    float: left;
    font-size: 19px;
	    padding: 0px 0;
}
.option_start {
    width: 96%;
    float: left;
    padding-left: 46px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: -15px;
    display: flex;
    justify-content: center;
    position: relative;
    top: -48px;
}
.f-question h3 {
    font-size: 20px;
}
.option_tick {
    width: 40%;
    float: right;
	    padding: 0px 0;
}
.option_number span {
    padding-right: 25px;
}
.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 16px;
  width: 16px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}
.option_tick label {
    margin: 0;
}
.option-input:hover {
  background: #9faab7;
}
.option-input:checked {
  background: #40e0d0;
}
.option-input:checked::before {
  height: 16px;
  width: 16px;
  position: absolute;
  content: '✔';
  display: inline-block;
  font-size: 12.66667px;
  text-align: center;
  line-height: 16px;
}
.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #40e0d0;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.option-input.radio {
    border-radius: 0%;
    border: 2px solid #045cc0;
}
.option-input.radio::after {
  border-radius: 0%;
}
