.mascot-20{
    position: absolute;
    left: 40px;
    bottom:0px
}
.mascot-20 img{
    height: 350px;
}
.registerForm{
    width: 100%;
    margin-top:10%;
}

.registerForm .input-cus{
width: 100%;
padding: 14px;
border: none;
font-size: 18px;
font-weight: 600;
outline: none;
border: 2px solid #000000;
text-align: center;
border-radius: 5px;
text-transform: uppercase;
box-shadow: inset 1px 2px 4px rgba(0, 0, 0, 0.01), 0px 0px 8px rgba(0, 0, 0, 0.2) !important;
}
.input-number{
    width: 100%;
    border-radius: 5px;
    border: 2px solid #000;
}
.input-number input{
border: none;    
outline: none;
padding: 14px;
width: 100%;
font-size: 18px;
font-weight: 600;
}
.select-cus{
    outline: none;
    padding: 16px;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid #000;
    border-radius: 5px;
    }
.otp-number input{
    outline: none;
    padding: 14px;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid #000;
    border-radius: 5px;
    text-align: center;
    margin: 0px 4px;
}
.first-in{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.last-in{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.continue-btn{
    color:white;
    font-weight:800;
    text-transform: uppercase;
    font-size:25px;
    text-align: center;
    text-decoration:none;
    background-color:#FFA12B;
    display:block;
    position:relative;
    padding:10px 40px;
    
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-shadow: 0px 1px 0px #000;
    filter: dropshadow(color=#000, offx=0px, offy=1px);
    
    -webkit-box-shadow:inset 0 1px 0 #FFE5C4, 0 10px 0 #915100;
    -moz-box-shadow:inset 0 1px 0 #FFE5C4, 0 10px 0 #915100;
    box-shadow:inset 0 1px 0 #FFE5C4, 0 10px 0 #915100;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
  }
  
  .continue-btn:active{
    top:10px;
    background-color:#F78900;
    
    -webkit-box-shadow:inset 0 1px 0 #FFE5C4, inset 0 -3px 0 #915100;
    -moz-box-shadow:inset 0 1px 0 #FFE5C4, inset 0 -3pxpx 0 #915100;
    box-shadow:inset 0 1px 0 #FFE5C4, inset 0 -3px 0 #915100;
  }
  
  .continue-btn:after{
    content:"";
    height:100%;
    width:100%;
    padding:4px;
    position: absolute;
    bottom:-15px;
    left:-4px;
    z-index:-1;
    background-color:#2B1800;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0px auto;
  }
  .pos-3{
    left: 17%;
    bottom: 15%;
  }
  .pos-4{
    left: 1%;
    bottom: 35%;
  }
  .registerForm-2{
    width: 450px;
    position:relative;
  }
  .form-heading{
    margin-bottom: 15px;
    text-align: center;
    font-size: 35px;
    font-weight: 800;
    color: #ffffff;
    text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
  }
  .otp-resend{
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
  }
  .subject-box{
    background-color: #ffffff;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    transition: all 0.2s ease-in-out;
  }
  .subject-box img{
    height: 60px;
    width: auto !important;
    margin: 0px auto;
  }
  .subject-box p{
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 20px;
  }
  .subject-box h3{
    font-weight: 600;
    margin: 10px 0px;
    font-size: 22px;
  }
  .subject-box:hover{
    background-color: #B61116;
  }
  .subject-box:hover p{
    color: #ffffff;
  }
  .subject-box:hover h3{
    color: #ffffff;
  }
  .setion-mt{
    padding-top: 35px;
  }
  #SubjectSlider .owl-prev{
	width: 40px;
    height: 40px;
    margin: 2px;
    box-shadow: 0 2px 4px rgba(12, 12, 12, 0.12);
    background: #ffffff;
    border-radius: 50%;
	font-size: 20px;
    line-height: 20px;
    position: absolute;
    left: 45%;
    top:110%;
    transition: all 0.2s ease-in-out;
}
#SubjectSlider .owl-next{
	  width: 40px;
    height: 40px;
    margin: 2px;
    box-shadow: 0 2px 4px rgba(12, 12, 12, 0.12);
    background: #ffffff;
    border-radius: 50%;
	  font-size: 20px;
    line-height: 20px;
    position: absolute;
    right: 45%;
    top:110%;
    transition: all 0.2s ease-in-out;
}
#SubjectSlider .owl-prev:hover, #SubjectSlider .owl-next:hover{
  background-color: #ffffff;
  color: #000000;
}
#SubjectSlider .owl-dots{
  display: none !important;
}
.road-backg{
    /* background-image: url(../img/road-path.svg),url(../img/Road.svg);
    background-image: url(../img/Road.svg);
    background-repeat: no-repeat, no-repeat;
    background-size: 100% 100%, 100% 100%;
    background-position: bottom, bottom; */
}
.pin {
    width: 80px ;
    height: 80px ;
    background-color: #B61116 ;
    border-radius: 60px 60px 0px 60px ;
    transform: rotate(45deg);
    position: absolute;
  }
  .pin::after {
    content: "" ;
    width: 50px ;
    height: 50px ;
    background: #ffffff ;
    position: absolute ;
    left: 18% ;
    top: 18% ;
    border-radius: 60px ;
  }
  .spot-light{
    position: absolute;
    height: 245px;
    left: 26%;
    z-index: -1;
    left: 50%;
    transform: translate(-50%, 0);
    top: 120px;
  }
  .new-row-class{
    padding-left: 20%;padding-top: 15%;
}