.stamp{
    height:100px;
    width:100px;
    left:200px;
    top:20px;
    border-radius:5px;
    position:relative;
    background-color:#ef8080;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    animation-delay:2.5s;
    -webkit-animation-delay:2.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    opacity: 0;
    -webkit-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}

@-webkit-keyframes pulse{
    0%{
        opacity: 0;
    }
    10%{
        opacity:.50;
        transform-origin: 50% 50%;
        transform: rotate(-2deg) scale(5);
        transition: all .3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    }
    100%{
        opacity:1;
        transform: rotate(-15deg) scale(1);
    }
}
#confeti{
    position: absolute;
}
.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.book-trial-btn {
    font-size: 30px;
    font-weight: bold;
    margin-top: 30px !important;
}

.book-trial-btn1 {
    font-size: 30px;
    font-weight: bold;
    margin-top: 1px !important;
}
.testimonials {
    /*background: url("../images/bg-testimonials.webp");*/
        background: url("../images/bg-abacus.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    text-align: center;
    /* position: relative; */
    width: 100%;
        height: 400px;
}
.testimonials .testimonials-h {
    min-height: 400px;
    position: relative;
    background: rgba(0, 0, 0, 0.8);
        padding-top: 20px;
        
}
.testimonials .outline {
    width: 200px;
    height: 1px;
    background: #fff no-repeat center center;
    margin-top: 20px;
    margin-bottom: 45px;
    margin-left: auto;
    margin-right: auto;
}
.testimonialstitle {
    font-weight: 400;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    margin-top: 15px !important;
}
.testimonials .description, .testimonials .title { color: #ffffff !important;}
.swiper-wrapper {margin-top: -50px;}
.blink-bg{
        color: #fff;
        padding: 10px;
        display: inline-block;
        border-radius: 5px;
        animation: blinkingBackground 2s infinite;
        }
        @keyframes blinkingBackground{
        0%    { background-color: #10c018;}
        25%   { background-color: #1056c0;}
        50%   { background-color: #ef0a1a;}
        75%   { background-color: #254878;}
        100%          { background-color: #04a1d5;}
        }
@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
.float_left{
    float: left;
    margin-right: 7px;
}
.float_left img{
    width: 20px;
    border-radius: 3px;
}
.firstp{
    text-align: left;
}
.firstp.size{
    text-align: left;
    font-size: 25px;
}
.bluecolor{
    color: #1c8abd;
}
.ptext{
    font-family: sans-serif !important;
    margin: 10px 10px;
}
.white{
    color:white;
    font-size: 20px;
}
.img_teacher{
    height: 380px;
}
.button_width{
    border-radius: 10px;
    width:220px; 
    line-height: 25px;
    padding:10px 11px;
    margin: 25px 10px 5px 11px;
}
.cell-sm-10.cell-md-12.text-center { padding-left: 0;padding-right: 0}
.img_centre{
    height:300px;
    border-radius: 20% 0;
}
.img_centre2 {
    border-radius: 10px;
    height: 160px;
}
.form{
    background-color: #fafafa;
    color: #000000;
}
.imgstyle{
    top: 0%;
    margin: 0px;
}
.service-title.style::before{
    top: 0%;
}
.service.radius{
    border-radius: 10px;
}
.top_menu {
    position: absolute;
    right: 10px;
    top: 10px;
}
.top_menu li {
    float: left;
}
.top_menu a {
    background: #ec774b;
    background: -moz-linear-gradient(top, rgba(183,222,237,1) 0%, rgba(113,206,239,1) 50%, rgba(33,180,226,1) 51%, #BF4A1E 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ff9468), color-stop(50%, #ec774b), color-stop(51%, #ec774b), color-stop(100%, #bf4a1e));
    background: -webkit-linear-gradient(top, #ff9468 0%, #ec774b 50%, #ec774b 51%, #bf4a1e 100%);
    background: -o-linear-gradient(top, #ff9468 0%, #ec774b 50%, #ec774b 51%, #bf4a1e 100%);
    background: -ms-linear-gradient(top, #ff9468 0%, #ec774b 50%, #ec774b 51%, #bf4a1e 100%);
    background: linear-gradient(to bottom, #ff9468 0%, #ec774b 50%, #ec774b 51%, #bf4a1e 100%);
    border-radius: 8px;
    border-right: 1px solid #cccccc;
    color: #ffffff;
    margin-right: 4px;
    padding: 4px 10px 5px;
}
.background{
    background: white;
}
.margin_background{
    margin: 25px 0px 25px 0px;
}
h3{
    color: #224B9B;
}
.cell-ms-8.cell-md-8 p{
    font-size: 20px;
}
.reddiv{
    background-color: #e16c6c;
    border-radius: 10px;
    margin-top: 120px !important;
    min-height: 120px;
    padding-bottom: 10px;
    /*    padding-top: 10px;*/
    width: 100%;
}
.divtop{
    margin-top: 20px !important;
}
.divtop.reward{
    margin-top: 50px !important;
}
.includedthecourse.chess{
    margin-top: 50px !important;
}
.div1{
    background-color: #6fc191;
    border-radius: 40px;
    color: white;
    font-size: 35px;
    height: 70px;
    padding: 19px;
    width: 80px;   
}
.idealagetolearn_paragraph{
    color: white;
    padding: 0px;

}
.p{
    font-size: 14px;
}
.padding_none{
    padding:0;
}
.idealagetolearn{
    background-color: #6fc191;
    border-radius: 18px;
    color: white;
    font-size: 48px;
    height: 70px;
    margin-top: 28px !important;
    padding: 11px;
    width: 80px;
}
.lighitblack{
    background-color: #495052;

}
.yellow{
    background-color:  #EDBF47;  
/*    padding: 10px 0px 0px 18px;*/
}
.levelcolor{
    background-color:#265c9a; 

}
.schedulecolor{
    background-color:#72A6E6; 

}
.pink{
    background-color: #C389CE;
/*    padding: 10px 0px 0px 26px;*/
}
.black{
    color: black !important;

}
.lighitred{
    background-color: #E16C6C;
/*    padding: 10px 0px 0px 18px;*/
}
.padding_top{
    padding-top: 12px;
}
.includedthecourse{
    width: 100%;
    margin: 20px 0px !important;
}
.paddingtd{
    padding: 20px 0 20px 15px;
    border-right: 1px solid #f1f1f1;
}
.paddingtd2{
    padding:0px 20px;
}
.includedthecourse .tr1{
    background-color: #74CEE4;
    border-bottom: 1px solid #f1f1f1;
}
.includedthecourse .tr2{
    background-color: #F9F9F9;
}
.includedthecourse table{
    width: 100%;

}
.includedthecoursebottomline{
    border-bottom: 1px solid #f1f1f1;
}
.benefitscolor p{
    background-color: #ec774b;
    border-radius: 15px;
    color: white;
    font-size: 19px !important;
    padding: 10px;
}
.benefitscolor .fa-check{
    margin-left: 15px;
}
.number{
    margin-left: 15px;
}
.mid.benefitscolor p{
    background-color: #639de4 !important;
}
.booknowbutton{
    border-radius: 5px;
    font-size: 30px;
    height: 60px;
    width: 100%;
}
.booknowbutton:hover{
    background-color: #ec774b;
    border-color: #ec774b;
}
.booknowbuttontop{
    margin-top: 2px;
}
.quotesbutton{
    background-color: #285b9a;
    border-color: #285b9a;
    border-radius: 10px;
}
.quotesbuttontop{
    margin-top: 20px;
    text-align: center;
}
.quotesbutton:hover{
    background-color: #4f82af;
    border-color: #4f82af;
}
.booknownames{
    padding-top: 20px;
}
.alert-success,.alert-warning{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 90%;
}
.enquiry{
    background-color: #ec774b;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Open Sans;
    font-size: 19px;
    font-weight: lighter;
    height: 40px;
    left: 0;
    padding: 4px 0;
    position: absolute;
    text-align: center;
    transform: rotate(-90deg);
    transform-origin: left top 0;
    width: 110px;
}
.enquirypostion{
    position: fixed;
    right: 40px;
    top: 50%;
    z-index: 9999999;
}
.enquiryformdiv{
    background-color: #ec774b;
    height: 560px;
    width: 300px;
    text-align: center;
    z-index: 9999;
    position: fixed;
    right: 0;
    top: 0;
}
.small{
    font-size: 17px;
    font-weight: lighter;
    text-align: center;
}
.fontweight{
    font-weight: 600;
    margin-top: 15px !important;
    margin-left: 13px;
}
.helpus {
    background-color: #203f88;
    color: white;
    font-size: 24px;
    font-weight: 900;
    padding: 10px 0;
    text-align: center;
    margin-top: 6px;
}
.input {
    margin-bottom: 7px;
    width: 90%;
}
.input.first{
    margin-top: 15px;
}
.enquirybutton{
    background-color: #22407B;
    border-radius: 4px;
    border-color: #22407B;
    margin-top: 0px;
}
.enquirybutton:hover{
    background-color: #22407B;
    border-radius: 4px;
    border-color: #22407B
}
.enquiryclick{
    right: 340px !important;   
}
.post{
    color: #878787 !important;
    font-size: 10px !important;
}
.container.test{
    padding: 0 0 10px 0;
}
.testimonialhead{
    font-size: 35px;
    font-weight: 500;
    text-align:center;
    color: #198BBD;
}
.testimonialheight{
    padding-bottom: 25px;
}
.testimonialheight.descsecond{
    display: none;
}
.title{
    font-size: 17px;
    font-style: italic;
    text-transform: capitalize;
    color: #878787 !important;
    padding-bottom: 5px; 
}
.circle {
    border-radius: 100%;
    height: 14px;
    width: 15px;
}
.text-right{
    text-align: right;
}
.text-left{
    text-align: left;
}
.circle.one{
    float: right;
    cursor: pointer;
}
.circle.two{
    float: left;
    cursor: pointer;
}
.testomonialactive{
    background-color: #ec774b;
}
.testomonialinactive{
    background-color: white;
    border: 1px solid #ec774b;
}
.justify{
    text-align: justify;
}
.imagepadding{
    padding-top: 50px;
}
.awardscolor{
    background-color: #EFEFEF;
}
.award{
    width: 20%;
    float: left;
    padding: 10px 5px;
    text-align: center;
}
.award > img {
    width: 115px;
}
.kidzfont{
    font-weight: 600;
}
img{
    cursor: pointer;
}
/*p {
    color: #808080;
    font-size: 18px;
}*/
.cell-md-10.cell-md-10 h3{
    color: #1c8abd;
}
.achievements{
    height: 230px !important;
}
.imggap{
    margin-top: 20px !important;
}
.socialmedia {
    left: 0;
    position: fixed;
    top: 35%;
    z-index: 99999;
    width: 35px;
}
.desc{
    margin-top: 60px !important;
    text-align: left;
}
.img_teacher {
    border-radius: 8px;
    height: 150px;
}
.team-div {
    background-color: #72A6E6;
    border-radius: 10px;
    color: #fff;
    margin: 10px auto !important;
    padding: 10px;
    text-align: left;
    max-width: 560px;
}
.idealagetolearn.download{
    padding:12px 18px !important;
    margin-top: 16px !important;
}
.reddiv.download{
    margin-top: 140px !important;
}
i.description {
    /*font-size: 18px;*/
    font-weight: bold;
}
.panel-default > .panel-heading a[aria-expanded="false"]::after {
    content: "+";
    transform: rotate(90deg);
}
.panel-default > .panel-heading a[aria-expanded="true"]::after {
    content: "−";
    transform: rotate(180deg);
}
.panel-default > .panel-heading a::after {
    content: "";
    display: inline-block;
    float: right;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    position: relative;
    top: 1px;
    transition: -webkit-transform 0.25s linear 0s;
}
.panel-collapse.collapse{
    /*display: none;*/
}
.panel-heading{
/*    background-color: #1c8abd !important;*/
    color: white !important;
}
.ul{
    list-style: inside none disc;
    padding: 0px 15px; 
}
.faqdiv{
    padding: 0 15px 15px;   
}
.li{
    padding: 0px 15px; 
}
.li li {
    padding-top: 10px;
}
.ul.justify {
    padding-bottom: 15px !important;
}
#collapseFour > ul {
    padding-bottom: 15px;
}
.name {
    /*font-size: 19px;*/
    font-weight: bold;
    margin-top: 5px;
}
.course_offer > b{
    color:#EC774B;
    /*font-size: 18px;*/
}
#radioBtn .notActive{
    color: #3276b1;
    background-color: #fff;
}
.btn-group{
    margin-top:10px;
}
.alert-success.home, .alert-warning.home{
    left: 30%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    text-align: center;
    width: 400px;
    z-index: 9999;
}
.flashdata {
    -webkit-animation: seconds 1.0s forwards;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-delay: 1s;
    animation: seconds 1.0s forwards;
    animation-iteration-count: 1;
    animation-delay: 1s;
    position: relative;
}
.email {
    text-decoration: underline;
    color: #1C8ABD;
}
.contact-form .form-group {
    margin-bottom: 15px;
}
@-webkit-keyframes seconds {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes seconds {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.registrationpage{
    background: #f6f6f6;
}
.registrationcolor{
    color:#1C8ABD;   
}
.registrationcolor > form > .col-xs-12 > .col-xs-4 > span{
    color: red;
}
.terms,.termsheader{
    color: black !important;
}
.businessimg{
    padding-bottom: 20px;
}
.inquiryform{
    background: #F6F6F6;
    border-radius: 9px;
    /*margin-top: 160px !important;*/
}
.inquiryform .contact-form{
    padding: 20px 0px;
}
.contact-form .headfont{
    /*font-size: 14px;*/
}
.col-xs-12.col-lg-12.mobilelabel > span {
    color: red;
}
.form-control.address{
    resize:vertical;
}
.imgheight{
    height: 238px;
}
.imgheight1{
    height: 215px;
}
.contactus{
    background: #f4f4a2;
}
hr.shadow{
    background: floralwhite;
}
.location .ul{
    color: #1C9AB2;
    margin-bottom: 4px;
}
.form-control.other{
    margin-top: 10px;
}
.alert-dismissable.career{
    background: #59bb59;
    color: white;
}
.video-gallery .videos {
    background: #fff none repeat scroll 0 0;
    border: 3px solid #cdcdcd;
    box-shadow: 1px 0 4px #000;
    margin: 5px 10px;
    max-width: 372px;
    padding: 5px;
}
.videos video {
    max-height: 200px;
    max-width: 100%;
}
.reg-img {
    width: 100%; height: 302px;
}
.white-bg {
    background: #ffffff;
}
.container.white-bg {
    /*box-shadow: 0 10px 15px #000000;
    padding-bottom: 20px;*/
}
footer{
    background: #383838;
}
.rd-navbar-toggle.toggle-original {
    margin-top: 8px;
}
.center_tab_img {
    background: rgb(241, 241, 241) none repeat scroll 0 0;
    height: 208px;
    text-align: center;
    padding: 10px 0;
}
.centre-tab {
    border: 1px solid #f1f1f1;
    box-shadow: 3px 4px 4px #cdcdcd;
    margin: 4px 0;
    padding: 5px 9px;
}
.centrespan{
    color: #1C8ABD;
}
input::placeholder {
    color: #1C8ABD !important;
    font-weight: bold;
}
textarea::placeholder {
    color: #1C8ABD !important;
    font-weight: bold;
}
.centreform{
    color: #1C8ABD;
}
.missionfont{
    /*font-size: 20px;*/
}
.login-container{
    position: relative;
    width: 300px;
    margin: 25px auto;
    padding: 20px 40px 40px;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
}
#output{
    position: absolute;
    width: 300px;
    top: -75px;
    left: 0;
    color: #fff;
}
.login-container::before,.login-container::after{
    content: "";
    position: absolute;
    width: 100%;height: 100%;
    top: 0px;
    left: 0;
    background: #fff;
    z-index: -1;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    border: 1px solid #ccc;

}
.login-container::after{
    top: 5px;
    z-index: -2;
    -webkit-transform: rotateZ(-2deg);
    -moz-transform: rotateZ(-2deg);
    -ms-transform: rotateZ(-2deg);

}
.avatar{
    width: 100px;height: 100px;
    margin: 10px auto 30px;
    border-radius: 100%;
    border: 2px solid #aaa;
    background-size: cover;
}
.form-box input{
    width: 100%;
    padding: 10px;
    text-align: center;
    height:40px;
    border: 1px solid #ccc;;
    background: #fafafa;
    transition:0.2s ease-in-out;

}
.form-box input:focus{
    outline: 0;
    background: #eee;
}
.form-box input[type="text"]{
    border-radius: 5px 5px 5px 5px;
    margin: 10px 0 5px 0; 
}
.form-box input[type="password"]{
    border-radius: 5px 5px 5px 5px;
}
.form-box button.login{
    margin-top:15px;
    padding: 10px 20px;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.form-control.answer {

    width: 150px;
}
.question > .col-xs-12.form-group {
    margin: 15px 0;
}
#messege {
    margin-bottom: 15px;
    margin-top: 15px;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.card {
    margin-top: 20px;
    padding: 30px;
    background-color: rgba(214, 224, 226, 0.2);
    -webkit-border-top-left-radius:5px;
    -moz-border-top-left-radius:5px;
    border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-top-right-radius:5px;
    border-top-right-radius:5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 1);
}
.card.hovercard .card-background {
    height: 130px;
}
.card-background img {
    -webkit-filter: blur(25px);
    -moz-filter: blur(25px);
    -o-filter: blur(25px);
    -ms-filter: blur(25px);
    filter: blur(25px);
    margin-left: -100px;
    margin-top: -200px;
    min-width: 130%;
}
.card.hovercard .useravatar {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
}
.card.hovercard .useravatar img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.5);
}
.card.hovercard .card-info {
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
}
#play:hover,#play2:hover,#play3:hover,#play4:hover,#play5:hover,#play6:hover,#play7:hover{
    border: 5px solid #ffed00;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #333;
}
.card.hovercard .card-info .card-title {
    padding:0 5px;
    /*font-size: 20px;*/
    line-height: 1;
    color: #262626;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.card.hovercard .card-info {
    overflow: hidden;
   /* font-size: 12px;*/
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
}
.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}
.btn-pref .btn {
    -webkit-border-radius:0 !important;
}
.center{
    text-align: center;
}
.ftopmargin{
    margin-top: 10px;
}
.table.table-bordered{
    margin: 10px 0; 
}
.questionsection{
    padding: 5px;
    text-align: center;
}
.nextbutton{
    text-align: center;
}
.quesdiv > a {
    cursor: pointer;
}
.quesdiv > a:hover {
    text-decoration: underline;
}
#questionreport{
    color: green;
    text-align: center;
}
.col-xs-12.col-sm-5.videos {
    margin: 5px 10px;
}
.test,.sublevelsection{
    margin-top:15px;
}
.main_li.rd-navbar--has-dropdown.mobileheaderlist{
    display:none; 
}
.questionfont{
    /*font-size: 40px;*/
}
.btn.btn-info.next,.btn.btn-info.submit{
   /* font-size: 20px;*/
    font-weight: bold;
    padding: 10px 25px;
}
.form-group.submitbutton {
    text-align: center;
}
.form-control.answer{
    /*font-size: 30px;*/
    height: 45px;
    font-weight: bold;
    width:150px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    text-align: center;
}
.avatars{
    background:#ffffff;
}
.reporthead{
    text-align: center;font-size: 25px;font-weight: 900;color:white;
}
.report1{
    margin: 10px auto;  border: 2px solid white; padding: 15px; background: #008000; width: 25pc;
}
.report1data{
    color: white; padding: 5px 0px;
}
.report1data1{
    float:right;padding-right:70px;
}
.reportheader{
    background:#5d5d5d;color: white
}
.topmenubar{
    display: none !important;
}
.fb-like{
    background: #ffffff;
    border-radius: 5px;
    padding: 5px;
}
.changecursor{
    cursor: url('../images/blue_arraw.png'),auto;
    background: url('../images/board.png');
    height: 100%;
    width: 100%;
    background-size: 100%;
}
.boardcontent{
    width: auto;
    max-width: 49%;
    padding: 90px 0px 90px 0px;
    background: none;
    margin-left: 26%;
}
.c-white{
    color: white;
}
.f-f-raleway{
    font-family:Raleway !important;
}
.checked {
    color: orange !important;
}
.testimonialstar{
    font-size: 22px !important;
    color: black;
}
.m-t-5{
    margin-top: 5px !important;
}
.p-l-r-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.m-t-20{
    margin-top: 20px;
}
.box-square { padding: 40px 10px;}
    .box-title {
        font-weight: normal;
        font-size: 18px;
        color: #000;
        margin-top: 10px;
    }
    .bg-ja { background-color: #9400D3}
    .bg-ni { background-color: #4B0082}
    .bg-va { background-color: #0000FF}
    .bg-li { background-color: #00FF00}
    .bg-pi { background-color: #FFFF00}
    .bg-na { background-color: #FF7F00}
    .bg-ra { background-color: #FF0000}
@media (min-width:320px){
    .enquiryformdiv {
        width: 279px;
    }    
    .enquiryclick {
        right: 319px !important;
    }

}
@media(max-width:640px){
    .reg-img { height: 200px;}
    .blink_me{
        font-size: 24px;
    }
    .quotesbutton{
        padding: 5px 30px;
        font-size: 13px;
    }
    .booknownames label{
        font-size: 13px;
    }
    h3, .h3 {
        font-size: 30px;
    }
    .mobilemargin{
        margin-top: 30px;
    }
    .service-title {
        padding: 6px 5px;
    }

    .socialmedia{
        width: 24px;
    }
    .img_teacher { 
        height: 150px;
        width: 150px;
    }
    .registrationpage > .text-center > .range-sm-center > .cell-md-8 > h3{
        font-size: 29px;
    }
    .mobilelabel{
        font-size: 11px;
        padding: 0;
    }
    .mobilepadding_none{
        padding: 0px;
    }
    .mobilediv{
        font-size: 11px;
    }
    .btn-sm, .btn-group-sm > .btn {
        font-size: 9px;
    }
    .mobilecenter{
        text-align: center;
    }
    .termsheader{
        font-size: 21px;
    }
    .terms{
        font-size: 13px !important;
    }
    .fontlabel{
        font-size: 11px;
    }
    .userlevel,.max_time {
        font-size: 12px;
    }
    .main_li.rd-navbar--has-dropdown.mobileheaderlist.onlineregis {
        margin-bottom: 30px;
    }
    .main_li.rd-navbar--has-dropdown.mobileheaderlist.onlineregis {
        margin-bottom: 30px;
    }
    .questionfont{
        font-size: 13px;
        text-align: center;
        border-bottom: 1px solid white;
    }
    .form-control.answer {
        font-size: 13px;
        font-weight: bold;
        height: 30px;
        width: 150px;
        margin: 6 auto 0 auto;
    }
    .btn.btn-info.next {
        font-size: 15px;
        font-weight: bold;
        padding: 6px 16px;
    }
    .inputbox{
        width: 100%;
    }
    .report1data1 {
        padding-right: 20px;
    }
    .table.table-bordered {
        font-size: 13px;
        margin: 10px 0;
    }
    .report1 {
        font-size: 13px;
        padding: 6px;
        width: 15pc;
    }
}
@media (max-width:1280px){
    .reddiv.chess{
        margin-top: 0 !important;
    }
    .reddiv.download{
        margin-left: 0px;
        margin-top: 0px !important;
    }
    .reddiv.rs{
        margin-top: 20px !important;
    }
    .img_teacher {
        height: 100px;
        width: 75px;
    }
    .inquiryform{
        margin-top: 0px !important;
    }
    .rd-navbar-fixed .rd-navbar-brand img {
        max-height: 80px;
    }
    .rd-navbar-fixed .rd-navbar-panel {
        height: 85px;
    }
    .rd-navbar-fixed .rd-navbar-nav {
        padding: 45px 4px 4px !important;
    }

    .top_menu,.rd-navbar-nav.toggle-original-elements{
        display: none;
    }
    .rd-navbar-nav.toggle-original-elements.active{
        display: block;
    }
    .service.radius {
        margin-top: 10px;
    } 
    .topmenubar{
        display: block !important;
    }
}
@media(max-width:980px){
    .main_li.rd-navbar--has-dropdown.mobileheaderlist{
        display:block; 
    }
    .rd-navbar-nav > .main_li::after {
        content: "";
    }
    .alert.alert-success.fade.in.alert-dismissable{
        margin-top:40px !important;
    }
    .top-links { display: none;}
    .swiper-slide{
        max-width: 100%;
        background-repeat: no-repeat;
        background-size: 220% 100%;
        background-position: right;
    }
}
@media(max-width:767px){
    .m-m-t-20{
        margin-top: 20px;
    }
}
@media(width:768px){
    .questionfont{
        text-align: center;
    }
    .form-control.answer {
        margin: 0 auto;
    }
}
@media(width:1024px){
    .questionfont{
        text-align: center;
    }
    .form-control.answer {
        margin: 0 auto;
    }
}
@media(width:800px){
    .questionfont{
        text-align: center;
    }
    .form-control.answer {
        margin: 0 auto;
    }
}
@media(width:980px){
    .questionfont{
        text-align: center;
    }
    .form-control.answer {
        margin: 0 auto;
    }
}
