/* div#svgbasicsd {
    padding: 0 1%;
} */
.controls{
    display: flex;
    justify-content: center;

 }
.restart {
    position: absolute;
    width: 63px;
    height: 64px;
    background-size: 100% 100%;
    background-image: url(../images/replay.png);
    background-repeat: no-repeat;
    /* top: 725px; */
    top: 719px;
    cursor: pointer;
    transition: all .2s ease-in;
}


.restart:hover {
   
    rotate: 90deg;
}

    #svgbasicsd {
        width: 1292px;
        height: 633px;
       
        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: 20px;
}
span.ler {
    /* width: 5%; */
    /* float: left; */
/* }
span.lerr { */
    /* float: left; */
    display:block;
    width: 100%;
	/* margin-bottom: 10px; */
}
.col-rf {
    float: left;
    width: 50%;
    padding: 1%;
}
.col-lf {
    float: left;
    width: 100%;
    padding: 1%;
    position: relative;
    left: 43px;
    top: 0px;
}
.Question_start {
    font-family: cursive;
}
.option_number {
    width: 90%;
    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: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.f-question h3 {
    font-size: 20px;
}
.option_tick {
    width: 40%;
    float: right;
	    padding: 0px 0;
}
.option_number span {
    padding-right:10px;
}
.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: 347px;
    width: 45px;
    position: absolute;
    content: '✔';
    display: inline-block;
    font-size: 32.66667px;
    text-align: center;
    line-height: 46px;
}
.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: 9%;
  background: #ff7272;
    box-shadow: 2px 2px 3px -1px black;
}
.option-input.radio::after {
  border-radius: 0%;
}


@import url('https://fonts.googleapis.com/css2?family=Akshar:wght@300..700&display=swap');

		.mai {
			margin: 0;
			padding: 0;
			/* height: 100vh; */
			display: flex;
			justify-content: center;
			align-items: center;
			background: #fff3f3;
			/* font-family: 'Roboto', sans-serif; */
		}

		#svgbasicsd {
			background-color: #fff;
			padding: 30px;
			border-radius: 10px;
			box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
			width: 100%;
			max-width: 1150px;
		}

		h3 {
			font-size: 28px;
			color: #001e4d;
			font-weight: 600;
			margin-bottom: 20px;
		}

		.option_start {
			margin-bottom: 20px;
		}

		.option_number {
			 font-size: 22px;
		}

		.option_tick {
			margin-top: 10px;
		}

		.header {
			width: 100%;
			text-align: center;
			background: red;
			color: white;
			padding: 15px;
			font-size: 32px;
		 font-weight: 300px;
		}

		#gif-container {
			display: none;
			text-align: center;
		}

		.Question_start {
			margin: 20px 0;
		}

		input[type="radio"] {
			width: 44px;
			height: 43px;
			border-radius: 5px;
		}

		/* Responsive Design */
		@media (max-width: 768px) {
			h3 {
				font-size: 20px;
			}

			.option_number {
				font-size: 20px;
			}

			input[type="radio"] {
				width: 30px;
				height: 30px;
			}

			#svgbasicsd {
				width: 90%;
			}
		}

		body {
			background-image: url(../images/bg.jpg);
			background-repeat: no-repeat;
			background-size: 100%;
			font-family: "Akshar", sans-serif;
			font-optical-sizing: auto;
			font-weight: weight;
			font-style: normal;
		}
		

