@font-face {
    font-family: Microsoft_Sans_Serif;
    src: url("fonts/Microsoft_Sans_Serif.eot")
}

@font-face {
    font-family: Microsoft_Sans_Serif;
    src: url("fonts/Microsoft_Sans_Serif.ttf")
}

@font-face {
    font-family: Microsoft_Sans_Serif;
    src: url("fonts/Microsoft_Sans_Serif.otf")
}

@font-face {
    font-family: Microsoft_Sans_Serif;
    src: url("fonts/Microsoft_Sans_Serif.svg")
}

@font-face {
    font-family: Microsoft_Sans_Serif;
    src: url("fonts/Microsoft_Sans_Serif.woff")
}

.main_div {
    background-repeat: no-repeat;
    width: 1010px;
    height: 600px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    font-family: Microsoft_Sans_Serif;
    background-color: #ffffff;
}

.inner_div {
    position: absolute;
    top: 50px;
    left: 200px;
    font-family: Microsoft_Sans_Serif;
    width: 620px;
    height: 490px;
}

.itext {
    position: relative;
    top: 52px;
    width: 200px;
    left: 270px;
    text-align: right;
    font-size: 20px;
    font-weight: bold;
    color: #666666;
    font-style: italic;
}

.check {
    background-color: #666666;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    padding: 10px 10px;
    font-weight: bold;
    position: relative;
    width: 90px;
    height: 24px;
    left: 490px;
    top: 20px;
    text-align: center;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s linear;
}

.check span {
    color: #fff;
    text-decoration: none;
}

.check:hover {
    background: #000;
    transition: all 0.3s linear;
}

.para1 {
    position: relative;
    top: 10px;
    left: 10px;
    font-size: 16px;
    /*font-weight: bold;*/
    padding: 10px 0px;
    margin: 0px;
}

.main_heading {
    font-size: 22px;
    color: #333333;
    width: auto;
    text-align: center;
}
.launch_course_group{
    position: absolute;
    right: 600px;
    top: 550px;
    width: 350px;
    height: 91px;
    border-radius: 23px;
}
.launch_course_btn_img{
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    pointer-events: none;
}
.launch_course_new{
    position: absolute;
    right: 0;
    left: 0;
    top: 4px;
    margin: 0 auto;
    width: 319px;
    height: 88px;
    border-radius: 50px;
    cursor: pointer;
}
.launch_course_new span{
    position: absolute;
    right: 0;
    left: 0px;
    top: 23px;
    margin: 0 auto;
    width: 262px;
    text-align: center;
    font-size: 40px;
    font-family: 'SPARTANMB_BOLD';
    pointer-events: none;
    text-shadow: 0 0 10px #FFF;
}


.fullScreen_group{
    position: absolute;
    left: 600px;
    top: 550px;
    width: 350px;
    height: 91px;
    border-radius: 23px;
}
.fullScreen_btn_img{
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    pointer-events: none;
}
.fullScreen_new{
    position: absolute;
    right: 0;
    left: 0;
    top: 4px;
    margin: 0 auto;
    width: 319px;
    height: 88px;
    border-radius: 50px;
    cursor: pointer;
}
.fullScreen_new span{
    position: absolute;
    right: 0;
    left: 0px;
    top: 23px;
    margin: 0 auto;
    width: 252px;
    text-align: center;
    font-size: 40px;
    font-family: 'SPARTANMB_BOLD';
    pointer-events: none;
    text-shadow: 0 0 10px #FFF;
}
.lunch_screen_text{
    width: 1000px;
    font-size: 50px;
    font-family: 'SPARTANMB_BOLD';
    position: absolute;
    left: 0;
    right: 0;
    top: 350px;
    margin: 0 auto;
    text-align: center;
}