html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend/* ,
table, caption, tbody, tfoot, thead, tr, th, td */{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;text-decoration:none;background:transparent;}
body{line-height:1;}
ol, ul{list-style:none;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after{content:'';content:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}
form textarea{resize:none;}
a:hover, a:focus, a:active{text-decoration:none !important;color:inherit;outline:none !important;}

html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%; margin: 0;}

button {border-color: transparent; border: 0; padding: 0; margin: 0;}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
pre,
code,
kbd,
samp {
  font-family: "Montserrat", Helvetica, Arial, serif;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
.fw,.fwp,.fwh,.fwpc,.fwvh,.fwpl,.fwpx,.fwpy,section,footer,header {width: 100%; float: left;}
.fwp{position: relative;}
.fw5 {width: 50%; float: left;}
.fwr5 {width: 50%; float: right;}
.fwh {height: 100%;}
.fwvh {height: 100vh;}
.pr{position: relative;}
.palb{position: absolute; left: 0; bottom: 0;}
.parb{position: absolute; right: 0; bottom: 0;}
.palt{position: absolute; left: 0; top: 0;}
.part{position: absolute; right: 0; top: 0;}
.pxy {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.fwpc {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.fwpx {position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.fwpy {position: absolute; left: 50%; top: 0; transform: translateX(-50%);}
.px {position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.pxr {position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
.py {position: absolute; left: 50%; top: 0; transform: translateX(-50%);}
.pyb {position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);}
.f0{font-size: 0;}
.pd {padding: 0 !important;}
.pdl {padding-left: 0 !important;}
.pdr {padding-right: 0 !important;}
.mg {margin: 0 !important;}
.txc{text-align: center;}
.txl{text-align: left;}
.txr{text-align: right;}
.fl{float: left;}
.fnone{float: none !important;}
.fr{float: right;}
.dib {display: inline-block;}
.dibr {display: inline-block; float: right;}
.dibl {display: inline-block; float: left;}
.opa0 {opacity: 0;}
.din {display: none;}

.h10 { height: 10px !important; }
.h20 { height: 20px !important; }
.h80 { height: 80px !important; }

.blue { color: #9063cd; }
.blue_bg { background: #03444a; }

.orange { color: #FF8F4B; }
.white { color: #fff !important; }

.dark_blue { color: #03444A !important; }


.d_flex { display: flex; align-items: center; }

.blue_hover:hover { color: #9063cd !important; }

body {
    font-family: 'Work Sans', sans-serif;
    color: #424242;
}

p { font-size: 18px; line-height: 28px; padding: 0px 0px 25px 0px; color: #424242; }
h2, h3 { font-size: 40px; line-height: 46px; font-family: 'Montserrat'; font-weight: 800; color: #03444A; }
h3 { font-size: 24px; line-height: 30px; font-weight: 700;}

.Montserrat_Extra_Bold { font-family: 'Montserrat', sans-serif; font-weight: 800; }

.space { height: 75px; }
.mob_space { height: 25px; }

header {
    position: fixed;
    left: 0px;
    top: 0px;
    padding: 24px 20px;
    background: #fff;
    z-index: 999999;
    border-bottom: 1px solid #f2f2f2;
}
header ul {padding: 0px 30px; float: left;}
header li {float: left;padding: 13px 25px;position: relative;}
header li a, #Mobile_Menu a {font-size: 17px; color: #03444A; font-weight: 500; }
header li a:hover {transition: 0.3s; color: #FF8F4B;}


header ul ul { display: none; padding: 10px 0px; position: absolute; left: 25px; top: 40px; background: #FF8F4B; min-width: 120px; }
header ul ul li { width: 100%; }
header ul ul li a { color: #fff; font-size: 15px; padding: 8px 15px; display: block; }
header ul ul ul {padding: 10px 0px; position: absolute; left: 100%; top: 0px; }
header ul ul li { padding: 0px; width: 100%; }
header ul ul li li a { color: #fff; font-size: 15px; padding: 8px 45px 8px 15px; display: block; }

header ul ul li a:hover { color: #03444A; background-color: white; display: block; }

header ul li:hover > ul { display: block; border-radius: 4px; } 
header ul li ul li:hover ul { display: block; border-radius: 4px; } 

.btn { display: inline-block; background: #FF8F4B; color: #fff; font-size: 14px; padding: 15px 22px; }
.btn:hover { background: #03444A; color: #fff; transition: 0.3s; }

.btn.large { padding-left: 32px; padding-right: 32px; font-size: 18px; font-weight: 600; }


header .btn { padding-left: 32px; padding-right: 32px; }

main { padding: 105px 0 0 0; }

.menu_icon { position: fixed; right: 20px; top: 22px; z-index: 999999999999; width: 26px; height: 23px; }
.menu_icon span {display: block; width: 26px; height: 3px; background: #181818; position: absolute; left: 0; top: 0px;}
.menu_icon span:nth-child(2) {top: 8px;}
.menu_icon span:nth-child(3) {top: 8px;}
.menu_icon span:nth-child(4) {top: 16px;}
.menu_active span:nth-child(1), .menu_active span:nth-child(4) {display: none;}
.menu_active span:nth-child(2){ transform: rotate(45deg); transition: 0.5s; background: #212120; }
.menu_active span:nth-child(3) { transform: rotate(-45deg); transition: 0.5s; background: #212120; }

#Mobile_Menu {
    width: 100%;
    height: calc(100vh - 63px);
    position: fixed;
    top: 63px;
    left: 0px;
    z-index: 99999999;
    background: #fff;
    padding: 20px 0px 20px 0px;
    overflow: scroll;
    display: none;
}
#Mobile_Menu li { float: left; width: 100%; padding: 0px 0px; position: relative; }
#Mobile_Menu li ul { display: none; padding: 0px 15px; }
#Mobile_Menu li a { font-size: 18px; border-bottom: 1px solid #ccc; display: block; width: 100%; padding: 20px 20px; position: relative; }


.videoplayic{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);width: 60px; height: 60px; display: inline-block; background: #FF8F4B; font-size: 0; border-radius: 50%; z-index: 9;}
.videoplayic::before {content: ''; font-size: 0; width: 0; height: 0; border-style: solid; border-width: 11px 0 11px 16px; border-color: transparent transparent transparent #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
a:hover .videoplayic::before, a:active .videoplayic::before, a:focus .videoplayic::before {border-color: transparent transparent transparent #03444A;}

.video_thumb img { border-radius: 20px; }
.video_thumb h6 { font-size: 16px; text-transform: uppercase; font-weight: 600; color: #FF8F4B; margin-top: 18px; }
.video_thumb h5 { font-size: 22px; font-weight: 700; margin: 8px 0px 10px 0px; }
.video_thumb p { font-size: 14px; line-height: 20px; font-weight: 400; }


#banner { background: url("../images/banner.jpg") no-repeat center; background-size: cover; height: calc(100vh - 106px); display: flex; align-items: center; }
#banner h1 { font-size: 55px; line-height: 62px; margin-bottom: 15px; }
#banner .btn { font-size: 18px; font-weight: 600; }
#banner .btn.bnt_border { background: #fff !important; border: 2px solid #FF8F4B; color: #FF8F4B !important; }
#banner .btn.bnt_border:hover { background: #FF8F4B !important; color: #fff !important; }


.video_large .videoplayic{width: 100px; height: 100px; }
.video_large .videoplayic::before { border-width: 20px 0 20px 26px; left: 53% !important; }

#testimonials { background: url('../images/bg_testimonials.jpg') no-repeat center; background-size: cover; padding: 80px 0px 80px 0px; }
#testimonials h2 { padding-bottom: 40px; }
#testimonials p { font-size: 16px; color: #fff; margin: 0px; padding: 15px 0 0 0; }
#testimonials p em { font-size: 15px; }
.testimonial_img:before { content: ""; width: 1px; height: 85%; background: #fff; position: absolute; right: 0px; top: 0px; }
.testimonial_desc { padding-left: 10%; padding-top: 50px; }

.owl-theme .owl-dots { margin: 0px !important; }
.owl-theme .owl-dots .owl-dot span { background: #fff !important; opacity: 0.5 !important; width: 14px; height: 14px; }
.owl-theme .owl-dots .owl-dot.active span { opacity: 1 !important; }


#why_choose_jsm .lines { content: ""; background: url('../images/line_why_choose.jpg') no-repeat left top; background-size: cover; position: absolute; left: -100px; top: -30px; width: 40%; height: 80%; }
.why_choose_box { border-radius: 10px; position: relative; z-index: 999; background: rgba(154, 211, 218, 0.15); padding: 60px 60px 50px 60px; }
.why_choose_box h6 { font-size: 22px; line-height: 28px; margin: 15px 0px 13px 0px; }
.why_choose_box p { font-size: 14px; line-height: 20px; }

.video_large iframe, .video_thumb iframe { width: 100%; height: 100%; display: none; position: absolute; left: 0px; top: 0px; z-index: 999; }

footer { padding: 50px 0 0 0; }
.footer_social_icons { margin: 13px 0 0 0; }
footer ul { float: left; margin: 0px 70px 0px 0px; }
footer ul li { padding: 0px 0px 12px 0px; }
footer ul li, footer ul li a { color: #fff; }
footer ul li h6 { font-size: 17px; font-weight: 500; }
footer ul li a { font-size: 16px; font-weight: 400; }
#copyrights { background: #023a3f; color: #fff; margin-top: 60px; }
#copyrights p { color: #fff; font-size: 14px; padding: 0px; margin: 8px 0px; font-weight: 300; }

#banner.landing_banner { background: url("../images/chemistry_banner.jpg") no-repeat right top; background-size: cover; height: calc(100vh - 106px); display: flex; align-items: center; }
.tutorial_duration { font-size: 19px; font-weight: 700; }
.topic { border-radius: 10px; background: #03444A; padding: 35px 40px 25px 40px; }
#landing_topics { position: relative; margin-top: -100px; margin-bottom: 30px; }
#landing_topics h3 { font-size: 22px !important;  padding-top: 15px !important;  padding-bottom: 5px !important; }
#landing_topics p { font-size: 15px !important; line-height: 24px !important; }
#banner.landing_banner.chemistry { background-image: url("../images/chemistry_banner.jpg"); }
#banner.landing_banner.physics { background-image: url("../images/physics_banner.jpg"); } 
#banner.landing_banner.biology { background-image: url("../images/biology_banner.jpg"); }
#banner.landing_banner.mathematics { background-image: url("../images/chemistry_banner.jpg"); }



/* select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
    padding: .5em;
    padding-right: 1.5em;
    margin-top: -8px;
} */


/* Mobile */
@media only screen and (max-width: 768px) {
    p {
        font-size: 14px;
        line-height: 24px;
    }
    .d_flex { display: block; }
    
    header { padding: 15px 45px 15px 0px; }
    #banner { background: url("../images/banner_mobile.jpg") no-repeat top right; background-size: cover; text-align: center; padding: 0 40px; }
    #banner.landing_banner { background: url("../images/chemistry_banner_mobile.jpg") no-repeat top right; background-size: cover; text-align: center; padding: 0 40px; }
    #banner.landing_banner.chemistry { background-image: url("../images/chemistry_banner_mobile.jpg"); }
    #banner.landing_banner.physics { background-image: url("../images/physics_banner_mobile.jpg"); }
    #banner.landing_banner.biology { background-image: url("../images/biology_banner_mobile.jpg"); }
    #banner.landing_banner.mathematics { background-image: url("../images/chemistry_banner_mobile.jpg"); }

    .btn {
        font-size: 15px;
        padding: 16px 18px;
        border-radius: 8px;
        width: 50%;
        text-align: center;
        border: 0px;
    }
    
    header .btn {
        display: inline-block;
        background: #9063cd;
        color: #fff;
        font-size: 12px;
        padding: 10px 17px;
        border-radius: 7px;
    }

    main { padding-top: 63px; }
    .article-content img { width: 95% !important; height: auto; }
    
    #confidence { padding: 50px 0px; }
    #confidence h2 { font-size: 30px; line-height: 40px; margin-bottom: 0px; }

    #confidence p {
        font-size: 18px;
        line-height: 30px;
        margin-top: 15px;
        padding-bottom: 0px;
    }

    .space { height: 50px; }

    #latest_updates h6 { font-size: 20px; line-height: 24px; }

    #launch_date li { margin: 30px 0px; }
    #launch_date li span { font-size: 35px; }
    #launch_date li p { font-size: 11px; }

    #left_right_content h6 { font-size: 20px; line-height: 20px; }
    #left_right_content p { font-size: 14px; line-height: 24px; }
    .more { font-size: 14px; line-height: 16px; }

    #form input[type="text"] { padding: 12px 13px 13px 13px; font-size: 14px; }

    .menu_arrow {
        display: block;
        height: 100%;
        width: 40px;
        display: block;
        position: absolute;
        right: 10px;
        top: 0px;
    }
    .menu_arrow:before {
        content: "";
        box-sizing: border-box;
        height: 16px;
        width: 16px;
        border-style: solid;
        border-color: #1a170e !important;
        border-width: 0px 2px 2px 0px;
        display: block;
        transform: rotate(45deg);
        transition-duration: 0.5s;
        margin: 14px 0px 0px 11px;
    }
    .menu_arrow.opened:before { transform: rotate(-135deg); margin-top: 22px; }

    #banner h1 { font-size: 24px; line-height: 32px;  margin-top: -140px; }
    h2, h3 { font-size: 30px; line-height: 36px; }
    .testimonial_img:before { display: none; }
    .testimonial_img { text-align: center; }
    .testimonial_desc img { width: 20px; }
    .testimonial_desc { padding-left: 0px; text-align: center; padding-top: 25px; }

}
/* Mobile */