@font-face{
    font-family: font1;
    src:url(../fonts/fira-sans.regular.ttf);
}
body{
    overflow-x: hidden;
}
.js-total-pay{
  width:40% !important;
}
@font-face{
    font-family: font2;
    src:url(../fonts/fira-sans.medium.ttf);
}
@font-face{
    font-family: font3;
    src:url(../fonts/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCQYbw.woff2);
}
@font-face{
    font-family: font4;
    src:url(../fonts/texgyreadventor-regular-webfont.woff2);
}
@font-face{
    font-family: font5;
    src:url(../fonts/texgyreadventor-bold-webfont.woff2);
}
.top-header{
    background: #0ca7bb;
}
.top-header ul li{
    font-family: font1;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
}
.top-header ul li a i{
    color:#fff;
}
.top-header ul{
    margin: 0px;
}
.logo{
    position: relative;
    height: 85px;
}
.logo img{
    position: absolute;
    top:0;
    left:0;
    right:0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.menu ul li a{
    color: #000;
    font-family: font5;
    text-transform: uppercase;
    padding: 9px 7px;
    display: block;
    text-decoration: none;
    border-right: 1px solid #ccc;
    font-size: 14px;
}
.m-t-10{
    margin-top: 10px;
}
.form{
    padding: 50px 0px;
}
.series-form .form-inner{
    box-shadow: 0 1px 1px 0 rgba(60,64,67,.08), 0 1px 3px 1px rgba(60,64,67,.16);
    border: none;
}
.series-form input,.series-form select{
    background: #f5f5f5;
    border:none !important;
    border-bottom: 1px solid !important;
    border-bottom-color: #ccc;
    height: 40px;
    width: 100%;
    border-radius: 0px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    font-size: 14px;

}
.series-form .open{
    margin-top: 10px;
}
.series-form input::-webkit-input-placeholder{
    color: #888;
    font-family: font1;
}
.series-form select{
    height: 40px !important;
}
.series-form h1{
    color: #000;
    text-align: left;
    letter-spacing: -0.6px;
    font-size: 18px;
    font-family: font2;
    text-transform: uppercase;
    border-left: 3px solid #0ca7bb;
    padding-left: 3px;
    background: #a9b4b533;
    padding: 10px 10px;
    display: inline-block;
}
.form-control{
    border-radius: 0px;
    border:1px solid #ccc !important;
}
.form-control:focus{
    outline: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #ccc;
    background: #f5f5f5;
}
.menu ul li:last-child a{
    border-right: none;
}
.menu ul li{
    display: inline-block;
    margin: 20px 0px;
}
.menu ul{
    margin-bottom: 0px;
}
.social i{
    font-size: 32px;
}
.social li{
    padding: 0px !important;
}
.banner img{
    width:100%;
    height: 600px;
}
/* .banner{
    position: relative;
    background: url(../images/banner-a1.jpg) no-repeat;
    height: 427px;
    overflow: hidden;
    background-size: contain;
} */
.company{
    position: absolute;
    top:0;
    left:0;
    right:0;
    text-align: center;
}
.banner h1{
    color: #1770ac;
    font-family: font3;
    /* text-transform: uppercase; */
    position: absolute;
    text-shadow: 0px 2px 2px #fff;
    top: 12%;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 6000;
    font-size: 40px;
    letter-spacing: -0.5px;
}
.below-header{
    box-shadow: 0 0.125rem 0.3125rem rgba(0,0,0,.26);
    position: relative;
    z-index: 1;
}
.banner .two{
    right: 10%;
    left: unset;
    top: 26%;
    line-height: 55px;
}
.carousel-control-next, .carousel-control-prev{
    opacity: 1;
}
.carousel-control-next i,.carousel-control-prev i{
    color: #FF9800;
    font-size: 29px;
    opacity: 1;
}
.banner .three{
    color: yellow;
    text-shadow: none;
    font-size: 70px !important;
    border: 1px solid #155c81;
    display: inline-block;
    width: 28%;
    margin: 0px;
    text-align: center;
    right: 20%;
    top: 36%;
    left: unset;
    text-shadow: 0px 2px 2px #000;
}
.course{
    padding: 40px 0px;
    text-align: center;
}
.course .icon{
    border: 1px solid #FF9800;
    border-radius: 100%;
    width: 160px;
    height: 160px;
    margin: auto;
    line-height: 160px;
}
.course .icon p{
    background: #FF9800;
    width: 140px;
    height: 140px;
    line-height: 140px;
    text-align: center;
    border-radius: 100%;
    margin: 8px auto;
}
.course .icon img{
    width: 68px;
}
.course h4{
    color: #333;
    font-family: font5;
    margin: 20px 0px;
}
.course p{
    color: #444;
    text-align: center;
    font-family: font1;
    letter-spacing: -0.5px;
    font-size: 14px;
}
.title{
    margin-bottom: 30px;
}
.title h2{
    color: #000;
    font-family: font5;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 20px;
    position: relative;
}
.title::before{
    position: absolute;
    bottom: 10px;
    left: 46%;
    background: url(../images/header_divider.png) repeat-x;
    height: 14px;
    width: 100px;
    content: "";
}
.choose{
    background: url(../images/bg-1.png);
    padding: 40px 0px 60px 0px;
    text-align: center;
    background-size: cover;
}
.choose .inner{
    background: #f7f7f7;
    border-radius: 3px;
    padding: 20px;
    text-align: center;
    height: 337px;
    margin-top: 25px;
    /* border: 1px solid #ccc; */
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
}
.choose .inner img{
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    border-radius: 100%;
}
.choose h4{
    font-family: font5;
    font-size: 17px;
    /* text-transform: uppercase; */
    line-height: 23px;
    margin-top: 20px;
    margin-bottom: 12px;
}
.choose p{
    font-family: font1;
    font-size: 14px;
}
.menu .active a{
    /* background: #FF9800; */
    /* color: #fff; */
}
.check{
    background: url(../images/header-bg.jpg);
    text-align: center;
    padding: 60px 0px;
}
.check span{
    color: #0ca7bb;
    font-family: font5;
    font-size: 23px;
}
.check a{
    border:1px solid #0ca7bb;
    border-radius: 3px;
    padding:10px 25px;
    color: #0ca7bb;
    text-transform: uppercase;
    font-family: font1;
}
.check a i{
    color: #0ca7bb;
    margin-left: 10px;
}
.footer{
    background: #444 !important;
    padding: 40px 0px;
    font-family: font1;
    font-size: 14px;
}
.footer_strip{
    background: #3a3535 !important;
    text-align: center;
}
.footer_strip p{
    color: #b5adad;
    /* opacity: 0.6; */
    font-family: font1;
    margin: 0px;
    padding: 10px;
    font-size: 14px;
}

.footer_strip p a{
    color: #fff;
    text-decoration: none;
}
.f-social li a:nth-child(1) i{

}
.f-logo img{
    width: 70%;
    /*background: #fff;*/
}
.footer h4{
    font-family: font5;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #7b7b7b;
    padding-bottom: 5px;
    text-align: left;
    text-transform: uppercase;
}
.footer p{
    color: rgba(255, 255, 255, .7);
}
.f-social li{
    display: inline-block;
    list-style: none;
}
.f-social li a i{
    color: #fff !important;
    font-size: 23px;
}
.f-social{
    text-align: center !important;padding: 0px;
}
.footer ul li a{
    color: rgba(255, 255, 255, .7);
    font-family: font1;
    padding:5px 0px;
}
.footer ul{padding:0px;text-align: left;}
.footer ul li i{
    color: #ff9800;
}
.footer ul li a{
    text-decoration: none;
    outline: none;
    padding: 4px 0px;
    display: block;
}
.about{
    padding: 70px 0px;
}
.about h2{
    color: #000;
    font-family: font5;
    font-size: 22px;
    line-height: 33px;
}
.about span{
    font-size: 37px;
    font-family: font5;
}
.about .right{
    border-left: 1px solid #ccc;
    padding-left: 25px;
}
.about p{
    font-family: font1;
    text-align: justify;
    margin-bottom: 20px;
    font-size: 14px;
}
.about a{
    background: #0ca7bb;
    color: #fff;
    border-radius: 2px;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0,0,0,.12);
    text-transform: uppercase;
    padding: .5rem 1rem;
    font-family: font2;
    text-decoration: none;
}
.medical .left h2,.medical .right h2{
    color: #0ca7bb;
    font-family: font3;
    margin: 0px;
    font-size: 20px;
    background: #eeeeee8f;
    padding: 10px;
    border: 1px solid #ccc;
    border-bottom: none;
}
.medical .inner h4{
    color: 166fbf;
    font-family: font2;
    letter-spacing: -0.5px;
}
.medical p{
    color: #555;
    font-family: font1;
    text-align: center;font-size: 14px;
    letter-spacing: -0.5px;
}
.medical p span{
    color: #000;
    font-family: font2;
}
.m-t-10{
    margin-top: 10px;
}
.medical h5{
    background: linear-gradient(to left,transparent,#9e9e9e5e,transparent);
    margin: 0px;
    padding: 5px 10px;
    text-align: center;
    font-size: 16px;
    color: #2e3031;
    font-family: font3;
}
.medical .inside{
    border: 1px solid #bdbbbb;padding:20px 20px 35px 20px;
    background: url(../images/slant.png);
}
.checkphone
{
    text-decoration: none !important;
    color: #ff9800 !important;
    border:none !important;
    padding: 0px !important;
}
.medical {
    margin-bottom: 40px;
}
.medical .inner{
    padding:0px;
    box-shadow: 0 0.125rem 0.3125rem rgba(0,0,0,.26);
    height: 270px;
    background: #fff;
}
.medical .space{
    padding:15px;height: 206px;
}
.medical .inner h4{
    background: #0ca7bb;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-family: font2;
    letter-spacing: -0.5px;
    padding: 10px 0px;
}
.medical a{
    position: absolute;
    bottom: -32px;
    left: 0px;
    right: 0px;
    margin: auto;
    text-align: center;
    background: #FF9800;
    width: 35px;
    height: 35px;
    line-height: 38px;
    /* border-radius: 100%; */
    transform: rotate(45deg);
}
.medical a i{
    color: #fff;
    font-size: 23px;
    transform: rotate(-45deg);
}
.about-banner{
    background: #eee;
    height: 150px;
    background-size: cover;
    padding: 0px;
    text-align: center;
}
.boss-banner{
    background: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: #fff;
    background-size: cover;
    min-height: 750px;
    padding: 10px 0;
}
.sp-brand{
    text-align: left;
    padding-left: 100px;
    padding-top: 50px;
}
.sp-brand img{
    width: 250px;
    display: block;
}
.sp-brand .clsa{
    font-size: 22px;
    background: #fef8bd;
    /* float: left; */
    color: #0e0e0e;
    text-align: left;
    /* min-height: 37px; */
    padding-left: 0px;
    margin-top: 10px;
    display: inline-block;
    font-family: 'font1';
    font-size: 20px;
}
.clsa .stf{
    padding: 0px 10px;
    display: inline-block;
    font-family: 'font3';
}
.clsa .mclass{
    width: 122px;
    background: #d00204;
    color: #fff;
    padding: 0px 10px;
    display: inline-block;
}
.containhead{
    padding-left: 100px;
}
.sp-brand .head{
    font-family: font3;
    font-size: 30px;
    text-transform: uppercase;
}
.sp-brand .head1{
    font-family: 'font3';
    font-size: 30px;
    color: #ea7c1a;
}
.containhead .headinfodt{
    width: 331px;
    background: #212121e3;
    color: #fff;
    padding: 7px 20px;
    border-radius: 3px;
    margin: 20px 0px;
}
.rightbutton a{
    background: linear-gradient(45deg, #0ca7bb, #ea7c1a);
    padding: 14px 49px;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    font-family: 'font2';
    text-transform: uppercase;
    border: 7px solid white;
    box-shadow: 0px 10px 3px #ccc;
}
.containhead .reg li{
    position: relative;
    list-style: none;
    text-align: left;
    padding-left: 30px;
}
.containhead .reg li::before{
    position: absolute;
    left: 12px;
    background: #f90;
    border-radius: 100px;
    width: 10px;
    height: 10px;
    box-shadow: 0px 0px 0px 4px #ff98006e;
    content: "";
    top: 8px;
}
.containhead .reg ul{
    padding-left: 0px;
}
.rightbutton{
    padding: 11rem 0px;
}

/* .about-banner::before{
    background: #3b464875;
    height: 250px;
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
} */
.about-banner h1{
    color: #f90;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    font-family: font3;
    top: 39%;
}
.aboutpage-inner{
    /* background: url(../images/header-bg.jpg); */
    background-size: cover;
    padding:70px 0px;
}
.extra1{
    background: url(../images/banner-4.jpg);
    background-size: cover;
    height: 300px;
}
.aboutpage-inner h2{
    text-align: center;
    font-family: font2;
    letter-spacing: -0.5px;
}
.aboutpage-inner p{
    font-family: font1;
    color: #666;
    line-height: 27px;
    text-align: justify;
}
.extra1{
    position: relative;
    text-align: center;
    padding: 70px 0px;
}
.extra1::before{
    position: absolute;
    top:0;
    left:0;
    right:0;
    background: #000000ad;
    width:100%;
    height: 100%;
    content: "";
    padding: 40px 0px;
}
.extra1 h3{
    color: #0ca7bb;
    position: relative;
    letter-spacing: 5px;
    font-family: font3;
    font-size: 38px;
}
.extra1 h6{
    color: #fff;
    position: relative;
    font-family: font3;
    font-size: 28px;
}
.extra1 p{
    color: #fff;
    position: relative;
    font-family: font3;
    font-size: 28px;
}
.extra1 p i{
    color: #0ca7bb;
    position: relative;
    font-size: 35px;
}
.message{
    padding: 60px 0px;
    text-align: center;
}
.message h2{
    font-family: font3;
}
.testimonial-img img{
    width: 90px;
    height: 90px;
    position: relative;
    border-radius: 100%;
    border: 5px solid #fff;
    float: left;
}
.testimonial-img {
    background: #0ca7bb;
    /* margin-top: 50px; */
    padding: 10px 30px;
    height: 49px;
}
.testimonial-item-content h3{
    font-family: font2;
    letter-spacing: -0.5px;
    font-size: 18px;
    color: #666;
    margin-top: 7px;
    text-align: center;
}
.testimonial-img i{
    color: #ffffff;
    font-size: 30px;
    text-align: RIGHT;
    float: right;
}
.testimonial-item-content h4{
    color: #0ca7bb;
    font-family: font3;
    margin-top: 30px;
    margin-bottom: 0px;
}
.testimonial-item-content p{
    color: #666;
    font-family: font1;
    font-size: 14px;
    line-height: 22px;
    padding: 0px 30px;
    text-align: justify;
}
.quote{
    font-family: font2 !important;
    color: #000 !important;
    margin-top: 10px;
    font-size: 16px !important;
    letter-spacing: -0.5px;
}
.testimonial-item-content span{
    font-family: font2;
}
.testimonial-item-content{
    border: 1px solid #0ca7bb;
    margin-top: 50px;height: 610px;
}
.submenu{
    background: #eee;
}
.mainmenu{
    position: relative;
}
.submenu{
    position: absolute;
    left:0;
    right:0;
    width:300px;
    visibility: hidden;
}
.submenu li{
    width: 100%;
    margin: 0px !important;
}
.submenu li a{
    font-family: font1 !important;
    text-transform: capitalize !important;
    font-size: 14px;
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
}
.submenu li a:hover{
    color: #0ca7bb;
}
.mainmenu i{
    vertical-align: super;
}
.mainmenu:hover .submenu{
    visibility: visible;
}
.medical-inner h2{
    background: #E91E63;
    color: #fff;
    padding: 10px 0px;
    text-align: center;
    font-family: font3;
    font-size: 25px;
    text-transform: uppercase;
}
.medical-inner{
    margin: 30px 0px;
    /* border: 1px solid #E91E63; */
    padding: 0px;
    text-align: center;
}
.medical-inner h3,.medical-inner h6,.medical-inner h4,.medical-inner h5{
    font-family: font3;
    text-align: center;
    font-size: 21px;
}
.medical-inner h5{
    text-align: left;
}
.medical-inner ul li,.medical-inner p,.medical-inner span{
    color: #666;
    font-family: font1;
    letter-spacing: -0.5px;
}
.medical-inner span{
    text-align: center;
}
.medical-inner ul li{
    padding: 4px 0px;
    text-align: left;
}
.medical-inner p{
    text-align: justify;
    font-size: 16px;
    margin-bottom: 30px;
}
.medical-inner .desc{
    box-shadow: 0 0.125rem 0.3125rem rgba(0,0,0,.26);
}
.medical-inner .highlight{
    box-shadow: 0 0.125rem 0.3125rem rgba(0,0,0,.26);
    margin-top:15px;
}
.medical-inner h4{
    color: #0ca7bb;
    font-size: 20px;
    margin-bottom: 43px;
}
.medical-inner .inside{
    padding-bottom: 20px;
    /* border-bottom: 1px solid #ccc; */
    margin-bottom: 20px;
}
.map iframe{
    width:100%;
    height: 300px;
}
.map{
    height: 300px;
    padding:0px;
}
.form-inner input{
width:100%;
height:45px;
border-radius: 0px;
border:1px solid #ccc;padding-left:10px;
margin-bottom: 15px;font-family: font2;
}
.form-inner textarea{
width:100%;
border-radius: 0px;
border:1px solid #ccc;padding-left:10px;resize:none;font-family: font2;
}
.form-inner{
    padding:20px;
    border:1px solid #ccc;
}
.form-inner button{
    background: #0ca7bb;
    padding: 10px 20px;
    border-radius: 2px;
    margin-top: 20px;
    text-transform: uppercase;
    font-family: font2;
    color: #fff;
    border:none;
}
.contact-box{
    background: #eee;
    padding: 20px;
    text-align: center;height: 165px;
}
.contact-box i{
    font-size: 35px;
    color: #0ca7bb;
}
.contact-box p{
    color: #333;
    font-family: font1;
}
.contact-below{
    padding: 40px 0px !important;
}
.teaching-inner{
    padding: 50px 0px;
}
.teaching-inner .right{
    background: url(../images/banner-4.jpg) center center;
    background-size: cover;
}
.teaching-inner h2{
    color: #fff;
    font-size: 23px;
    text-transform: uppercase;
    text-align: center;
    font-family: font3;line-height: 30px;
}
.inner-block h3{
    color: #000;
    font-size: 23px;
    text-transform: uppercase;
    text-align: left;
    font-family: font3;
    margin: 20px 0px;
}
.teaching-inner p,.block p,.inner-block p,.inner-block ul li{
    text-align: justify;
    font-family: font1;
    color: #000;
    font-size: 14px;
    line-height: 24px;
}
.teaching-inner p{
    color: #fff;;
}
.teaching-inner .inner{
    background: #0ca7bb;
}
.teaching-inner .left{
    padding: 10px;
}
.block{
    background: #fff;
    box-shadow: 0 0.125rem 0.3125rem rgba(0,0,0,.26);
    padding: 15px;
    padding-left: 30px;
}
.block h2{
    font-size: 22px;
    text-transform: uppercase;
    font-family: font3;
}
.block span{
    position: absolute;
    left: -27px;
    top: 41px;
    background: #FF9800;
    width: 40px;
    height: 40px;
    line-height: 33px;
    text-align: center;
    font-size: 28px;
    color: #fff;
    border-radius: 100%;
}
.inner-block li span{
color: #0ca7bb;
font-family: font2;
letter-spacing: -0.5px;
text-transform: uppercase;
font-size: 16px;
display: block;
}
.inner-block li{
    margin-bottom: 5px;
}
.inner-block{
    box-shadow: 0 0.125rem 0.3125rem rgba(0,0,0,.26);
    margin: 30px 0px;
    padding: 0px 30px;
}
.offered h3{
font-size: 18px;
font-family: font3;
text-transform: uppercase;color: #fff;
}
.offered p,.offered li{
    font-family: font1;
    font-size: 14px;
    line-height: 25px;color: #fff;
}
.offered{
    background: #0ca7bb;
    margin-bottom: 20px;padding: 10px;
}
.sponsor img{
    width:100%;
}
.sponsor li{
    display: inline-block;
}
.sponsor{
    padding: 0px;
    text-align: center;
    background: #eee;
}
.sponsor ul{
    margin:0px;
}
.table table{
    width:100%;
}
.table h2{
    font-family: font3;;
    text-transform: uppercase;
    font-size: 20px;
}
.table table th{
    background: #0ca7bb;
    color: #fff;
    text-transform: uppercase;
    font-family: font2;
}
.table table td{
    border:1px solid #ccc;
    font-family: font1;
    font-size: 14px;
}
.table table th{font-weight: 100;;}
.pad-40{padding: 40px 0px;}
.number{
    padding: 50px 20px;
    text-align: center;
    background: url(../images/speed_course_bg.png);
    background-size: cover;
    margin-bottom: 40px;
}
.number span{
    font-size: 40px;
    color: #ff9800;
    font-family: font5;
}
.number h4{
    color: #000;
    font-family: font3;
    text-transform: capitalize;
    font-size: 22px;
    margin-top: 20px;
}
input[type="radio"]{
    width: 13px;
    height: 13px;
    position: relative;
    top: 0px;
    /* margin: 0px; */
    display: inline-block;
}
.blink a{
    animation: test 1s infinite;
}
@keyframes test{
    10%{
background: #0ca7bb;color: #fff;
    }
    30%{
background: #ea7c1a;color: #fff;
    }
    60%{

    }
}
.blink1 a{
    animation: test1 1s infinite linear;
}
@keyframes test1{
    10%{
background: #fff;color: #000;
    }
    30%{
background: #28a745;color: #000;
    }
    60%{

    }
}
.link{
    margin-top: 10px;
}
.reg_details label{font-family: font2;}
.reg_details p{font-family: font1;font-size: 14px;padding-left: 0px;}
.link button{background: none;
    color: #0b7d8c;
    text-transform: capitalize;
    text-decoration: underline;
    box-shadow: none;
    border: none;
    padding: 0px;
    margin-top: 10px;cursor: pointer;}
    .link button:focus{outline: none;}
.notes strong{color: #000;
    font-family: font2;
    font-weight: normal;
    padding-left: 15px;}
.notes ul li i{color: #0ca7bb;}
.notes ul li {color: #444;font-family: font1;font-size: 14px;padding: 5px 0px;}
.notes{margin: 15px 0px;
    text-align: left;
    background: #f5f5f5!important;
    padding: 10px 0px !important;}
.notes ul{text-align: left;}
.notes li strong{padding-left: 0px;}
.p-r-0{padding-right: 0px;}
.table{overflow-x: auto;}
.reg_details .inner{padding: 0px;}
.notes .head{font-family: font1;
    font-size: 14px;
    margin-bottom: 10px;}
    .duepay{padding:0px;}
    .banner .overlay{
        background: #0ca7bbcc;
    position: absolute;
    top: 0;
    /* left: 0; */
    right: -56px;
    width: 41%;
    height: 100%;
    content: "";
    transform: skewX(-13deg);
    text-align: center;
    padding: 230px 0px;
    }
    /* .container-fluid{padding: 0px;} */
    .scholl{
        background: #eee;
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .banner .overlay .text{
        transform: skewX(13deg);
    font-family: font3;
    color: #fff;
    text-align: center;
    }
    .banner .overlay h2{
        font-family: font3;
        color: #fff;
        margin-bottom: 30px;
        font-size: 30px;
        text-shadow: 0px 2px 3px #5a5a5a;
    }
    /* .banner a{
        background: #fff;
    color: #0e7280;
    padding: 10px 20px;
    border-radius: 3px;
    text-decoration: none;
    font-family: font1;
    letter-spacing: -0.5px;
    } */
    #scholar {
        background: #fff;
        width: 43%;
        border: none;
        padding: 0px;
        box-shadow: 0 2px 15px 0 rgba(0,0,0,0.16);
        margin: auto;
        padding-bottom: 20px;
        margin-top: 0px;
}
#scholar{

}
#scholar  input{
    background: #f4f4f4;
    border: none !important;
    color: #000;
    font-family: font1;
    font-size: 14px;
    border: 1px solid #ccc !important;
}
#scholar .inntop .inn:last-child{
    margin-right: 0px;
}
#scholar  textarea{
    border: none !important;
    border: 1px solid #ccc !important;
}
#scholar  button{
    background: #FF9800;
    width: unset;
    cursor: pointer;
    box-shadow: 2px 9px 19px #ff980069;
    border-radius: 3px;
    padding: 10px 23px !important;
    border: none;
    display: inline-block;
    margin-right: 5px;
}
#scholar .form-inner{
    border: none;
}
#scholar .contact_form1{
    margin: 0px;
}
#scholar .contact_form1 .inn{
    margin-right: 10px;
    width: 47%;
    float: left;
    color: #000;
    font-family: font1;
    font-size: 14px;
}
.banner .button{

}
#scholar .inntop{
    width: 100%;
    float: left;
    padding: 0px 21px;
}
#scholar select{
    background: #f4f4f4;
    border: none !important;
    color: #000;
    font-family: font1;
    font-size: 14px;
    border: 1px solid #ccc !important;
}
#scholar .inntop textarea{
    font-family: font1;
    font-size: 14px;
    border: 1px solid #ccc !important;
    background: #eee;
}
#ui-datepicker-div{
           background: #fff;
    /*padding: 8px 17px;
    border: 1px solid #ddd;*/
    border-top: none;
    width: 252px;
    text-align: center;
    border: 1px solid #ccc !important;
    border-top: none !important;
}
.ui-datepicker-calendar{
    width: 250px;
}
.ui-datepicker-calendar a{
    color: #666;
    text-decoration: none;
    font-size: 14px;
}
.ui-datepicker-calendar thead{
    background: #607D8B;
    color: #fff;
}
.ui-datepicker-calendar thead tr th{
   font-weight: lighter;
   text-align: center;
   font-size: 14px;
   padding: 5px;
}
.ui-datepicker-calendar tr td{
    padding: 5px;
    text-align: center;
}
.ui-datepicker-calendar tr td:hover,.ui-datepicker-calendar tr td:hover a{
    background: #00bcd4;
    color: #fff;
}
.ui-datepicker-prev span,.ui-datepicker-next span{
    background: #00bcd4;
    padding: 0px 8px;
    margin-right: 10px;
    color: #fff;
}
.ribbon {
    width: 100%;
    position: relative;
}
.modelques{
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    text-align: center;
    padding: 10px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.modelques h3{
    text-transform: uppercase;
    font-family: font5;
    font-size: 22px;
    margin: 20px 0px;
}
.modelques ul li {
    display: inline-block;
    background: #ec872d;
    color: #fff;
    margin-right: 10px;
    text-align: center;
    padding: 10px;
}
.modelques ul li a {
    color: #fff;
    text-decoration: none;
}
.innvba a{
    background: #0ca7bb;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    font-family: font2;
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
}
.ribbon h2{
    background: #00b0bc;
    font-family: font2;
    color: #fff;
    position: relative;
    text-align: center;
    font-size: 18px;
    padding: 7px 0px;
    margin-left: -20px;
    margin-bottom: 20px;
    margin-top: 0px;
    text-transform: uppercase;
}
.ribbon:after{
    background: #00b0bc;
    position: absolute;
    top: 0px;
    right: -20px;
   width: 20px;
   height: 35px;
    content: "";
}
.ribbon h2::before{
    position: absolute;
    bottom: -20px;
    left: 0px;
    border-top:20px solid #295b63;
    border-left: 20px solid transparent;
    content: "";
}
.ribbon h2::after{
    position: absolute;
    bottom: -20px;
    right: -20px;
    border-top:20px solid #295b63;
    border-right: 20px solid transparent;
    content: "";
}
.ribbon h2 span{
    position: absolute;
    width: 35px;
    height: 35px;
    background: #00b0bc;
    top: 0px;
    right: -20px;
}
.scholl .image img{
    width: 100%;
    margin: auto;
}
.scholl .image .carousel{
    position: relative;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    background: #fff;
}
.scholl .image .carousel-caption{
    position: unset;
    color: #000;
    font-size: 22px;
    font-family: font2;
    letter-spacing: -0.5px;
}
.scholl .image .carousel-caption h1{
    /* font-size: 22px;
    color: #292929;
    text-transform: uppercase;
    margin: 0px; */
}
.scholl .image{
    text-align: center;
}
/* .buttons-mid .inner2{
    background: url(../images/vba.png);
    background-size: cover;
    height: 472px;
}
.buttons-mid .inner1{
    background: url(../images/online.jpg) center center no-repeat;
    background-size: cover;
    height: 472px;
} */
.pl0{
    padding-left: 0px;
}
.buttons-mid .overlay{
    position: absolute;
    width: 96%;
    height: 100%;
    /* background-image: linear-gradient(315deg, #4dccc661 0%, #96e4dfd1 74%); */
    top: 0;
    left: 0;
}
.orange{
    background: orange;
    text-align: left;
    padding: 10px;
    font-family: font2;
    color: #fff;
}
.buttons-mid h1{
    border: none;
    text-align: center;
    color: #fff;
    background: #0ca7bb;
    width: 100%;
    top: 45%;
    position: absolute;
    display: inline-block;
    left: 0;
    margin: 0px;
    padding: 0px;
}
.buttons-mid h1 a{
    color: #fff;
    text-decoration: none;
    padding: 10px;
    display: block;
}
.onlineliveinner{
    display: none;
    margin-top: 55px !important;
}
.onlineliveinner button{
    display: inline-block;
    margin-right: 10px;
    padding: 10px 38px !important;
}
.onlineliveinner .ribbon h2{
    /* width: 111%; */
}
.opener{
    display: block;
}
#view_and_pay{
    background: none !important;
    box-shadow: none !important;
    margin-top: 0px;
}
.second_div{
    /* margin-bottom: 10px;
    text-align: center; */
}
.instruction h2{
    color: #000;
    font-family: font2;
    letter-spacing: 0px;
    font-size: 22px;
    text-align: center;
}
table td{
    border:1px solid #ccc;
    font-family: font1;
    color: #000;
    padding: 10px;
}
table{
    margin: 20px 0px;
}
.instruction{
    width: 50%;
    float: left;margin: 20px 0px;
}
.inst-right{
    float: left;
    margin: auto 36px !important;
    width: 40% !important;
}
.inst-right input{
    margin-bottom: 0px;
}
.series-form{
    padding: 62px 0px;
    padding-top: 62px;
}
#scholar .contact_form1 .inn{
    margin-bottom: 15px;
}
.second_div span{
    display: inline-block;
    margin-right: 7px;
}
.inst-right .classa{
    width: 96% !important;
}
.buttons-mid{
    text-align: center;
}
.buttons-mid a{
    background: #ea7c1a;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0,0,0,.12);
    padding: 5px 20px;
    width: 41%;
    margin: auto 31%;
    border-radius: 3px;
    color: #fff;
    font-family: font1;
    text-transform: uppercase;
    text-decoration: none;
    font-family: font2;
    margin-right: 10px;
    border-bottom: 5px solid #bd6518;
    display: block;
}
.buttons-mid a:hover{
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0,0,0,.12);
    background: #0ca7bb;
    border-bottom: 5px solid #158998;
}
.buttons-mid a i{
    font-size: 38px;
    vertical-align: middle;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
    width: 24px;
    height: 22px;
    background: #0000009c;
    border-radius: 100%;
}
.paytype .inn{display: inline-block;padding-right: 10px !important;}
.m-b-20{margin-bottom: 20px;}

/* captcha */
.g-recaptcha > div {


  text-align: center;
  width: auto !important;
  height: auto !important;
 }
.g-recaptcha  {
  width: 100%;
  margin: auto;
  display: initial;
 }
 .g-recaptcha iframe{
  height: 114px !important;
 }
 .g-recaptcha{
  transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;
 }
 #rc-imageselect {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
 @media screen and (max-height: 575px){
  #rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
  .g-recaptcha > div {
     }
}
.button-a{
    margin: 30px 0px;
    text-align: center;
}
.button-a a{
    background: #FF9800;
    width: unset;
    cursor: pointer;
    box-shadow: 2px 9px 19px #ff980069;
    border-radius: 3px;
    padding: 10px 23px !important;
    border: none;
    display: inline-block;
    margin-right: 5px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.bannergrand{
    background: #fff;
    height: 600px;
}
.bannergrand{
    font-family: font1 !important;
    font-size: 16px !important;
    padding: 20px 30px;
}
.bannergrand h1{
    font-size: 22px;
}
.bannergrand h2{
    font-size: 20px;
    font-family: font2;
    color: #00b0bc;
}
.bannergrand ul{
    text-align: left;
}
.bannergrand ul li{
    font-size: 14px;
    padding: 4px 0px;
}
.bannergrand ul li i{
    font-size: 20px;
    /* font-weight: 600; */
    color: #00b0bc;
}
.carousel-control-next, .carousel-control-prev{
    width:6%;
}
.bannergrand p a{
    color: #ec872d;
    text-decoration: underline;
}






/* REPSONISVE */
@media(max-width:1199px){
    .menu ul li a {
        padding: 9px 5px;
        font-size: 13px;
    }
}
@media(max-width:992px){
    .menu ul li{margin: 3px 0px;}
    .menu ul li a{    padding: 9px 4px;
        font-size: 13px;}
    .menu ul li{margin: 10px 0px 0px 0px;}
    .form img{
        display: none;
    }
    .top-header ul li {
        font-size: 12px;
    }
}
@media(max-width:767px){
    .reg1 {margin-top:80px !important;}
    .top-header ul li{padding: 3px 10px;font-size: 14px;}
    .top-header ul{text-align:center;width: 100%;}
    .menu ul li a{padding: 5px 10px;font-family: font1;
        text-transform: capitalize;font-size: 14px;}
    .menu ul li{margin: 0px 0px;border-right: 1px solid #ccc;}
    .menu{padding: 6px 3px;background: #eee;}
    .menu ul{text-align: center;}
    .banner h1{display: none;}
    .about h2{font-size: 21px;}
    .about span{font-size: 28px;}
    .about p{font-size: 14px;}
    .about .right{text-align: center;}
    .title h2{font-size: 22px;}
    .medical .inner{height: unset;margin-bottom: 50px;}
    .check span{    font-size: 17px;}
    .check a{padding: 5px 25px;font-size: 14px;margin-top: 20px;}
    .footer p{font-size: 14px;;}
    .f-logo img{width: 50% !important;}
    body{overflow-x:hidden;}
    .about-banner,.about-banner::before{height:137px;}
    .about-banner h1{font-size: 26px;}
    .aboutpage-inner h2{font-size: 24px;}
    .aboutpage-inner p{line-height: 22px;font-size: 14px;}
    .testimonial-item-content h4{font-size: 20px;}
    .quote{font-size: 14px !important;}
    .testimonial-item-content{height: unset;}
    .submenu{background: #fff;}
    .teaching-inner h2{font-size: 18px;line-height: 25px;}
    .block span{display: inline-block;position: unset;}
    .about-banner::before{height: 137px;}
    .medical-inner h2{font-size: 20px;}
    .medical-inner h4{font-size: 18px;;}
    .medical-inner ul li, .medical-inner p, .medical-inner span{font-size: 14px;;}
    .medical-inner h3, .medical-inner h6, .medical-inner h4, .medical-inner h5{font-size:18px;}
    .form-inner input{font-size: 14px;margin-bottom: 0px;}
    .form-inner img{display: none;}
    .contact-box p{font-size: 14px;}
    .menu ul{width: 100%;float: left;
        text-align: center;}
    .course{padding: 40px 20px;}
    .form img{display: none;}
    .form {
        padding: 50px 40px;
    }
    .series-form h1{
        font-size: 18px;
    }
    .mainmenu:hover .submenu {
        visibility: visible;
        z-index: 1;
    }
    .series-form .form-inner{padding: 15px 0px;}
    .radio2{margin-bottom: 20px !important;}
    .contact_form1{margin: 0px !important;}
    .contact_form2 { margin: 0px !important;padding: 0px; }
    .links{padding-left: 10px;}
    .paytype label{margin-top: 10px;}
    .paytype .inn{text-align: left !important;}

    .g-recaptcha {width: unset;margin: unset;display: block !important;}
    .duepay{padding:unset;}
    .reg_details p{padding-left: 15px;}
    .validate_form{margin:0px;}
    .mob-b-10{margin-bottom: 10px;}
    .ribbon h2{width: 100%;
         left: unset;margin: 0px; }
    .ribbon h2::before{display: none;}
    .ribbon h2::after{display: none;}
    .banner .form-inner{top: 20px;right: 20px;left: 20px;background: #fff;width: 87%;position: relative;}
    .banner .contact_form1 .inn{width: 100%;margin: 10px 0px;}
    .banner img{width: 100%;height: 250px !important;}
    .scholar .col-md-3{margin-bottom: 10px;}
    #scholar .contact_form1 .inn{width: 100%;margin: 10px 0px;}
    #scholar{width: 100% !important;}
    .banner .overlay{   background: #0ca7bbcc;position: absolute;top: 0px;right: 0px;width: 73%;padding: 0px;left: 0px;margin: auto;}
        .banner .overlay .text{    padding: 91px 20px;}
        .banner .overlay h2{ font-size: 23px;}
        .scholl .image{margin-top: 30px;margin-bottom: 40px;}
        .scholl .image img{width: 100%;}
        .innvba img{display: block;}
        .innvba {margin-top: 30px;}
        /* .banner {background: #eee url(../images/vba1.jpeg) top center no-repeat;
            background-size: contain;
            overflow: hidden;
            position: relative;
            width: 100%;} */
        .ribbon{width: 100%;}
        .onlineliveinner .ribbon h2 {width: unset;display: block;}
        .inst-right{margin-left: 0px !important;}
        .instruction {width: 100%;}
        .buttons-mid a{display: block;margin-bottom: 15px;}
        .about h2{text-align: center;}
        .choose .inner{height: unset;}
        .medical a{bottom: -17px;}
        .footer ul,.footer h4,.footer{text-align: CENTER;}
        .footer h4{margin: 0 100px 0px;}
        .links{text-align: center;width: 100%;}
        .footer{padding-bottom: 0px;}
        .buttons-mid a{width: 100%;margin: auto 0px;margin-bottom: 0px !important;}
        .ribbon h2 span{display: none;}
        .ribbon:after{display: none;}
        .banner .overlay{height: 75%;}
        .banner{height: unset;;}
        .banner .overlay{height: 98%;}
        .scholl{padding: 0px;}
        .sp-brand,.containhead{text-align: center; padding-left: 0px;}
        .sp-brand img{margin: auto;}
        .clsa .stf{display: block;}
        .clsa .mclass{display: block;width: unset !important;text-align: center;}
        .containhead .headinfodt{    margin: 20px auto;}
        .containhead .reg li{text-align: center;}
        .containhead .reg li::before{left: 76px;}
        .rightbutton{padding: 40px 0px;}
        .commontext ul li label{padding: 0px;}
        .commontext ul li span{display: none;}
        .rightlist{    padding: 30px 20px !important;}
        .pattern{width: 100%;overflow: auto;}
}


.commontext{
    padding: 4rem 0px;
}
.commontext h2{
    font-size: 24px;
    font-family: 'font3';
    text-transform: uppercase;
}
.commontext h2 b{
    color: #f90;
}
.commontext ul{
    padding: 0px;
    background: #fff;
    border-bottom: 1px solid #ddd;
}
.commontext h3{
    text-transform: uppercase;
    font-family: 'font3';
    font-size: 24px;
}
.commontext h3 span{
    color: #f90;
    font-family: font2;
}
.commontext ul li{
    font-family: 'font2';
    border: 1px solid #ddd;
    padding: 7px 20px;
    margin: 0px;
    border-bottom: none;
}
.commontext ul li label{
    margin: 0px;
    font-family: 'font2';
}
.commontext p{
    margin: 0px;
    font-family: 'font1';
    padding: 7px 0px;
    text-align: justify;
    line-height: 28px;
}
.commontext li p{
    font-family: 'font1';
    padding: 0px;
}
.rightlist p{
    position: relative;
}
.rightlist p::before{
    position: absolute;
    top:13px;
    left:0;
    background: orange;
    border: 5px solid #f90;
    border-radius: 100px;
    width: 10px;
    height: 10px;
    content: "";
}
.rightlist{
    padding: 0px 40px;
}
.rightlist p{
    padding: 5px 20px;
}
.pattern td{
    font-family: font1;
}
.pattern td label{
    font-family: font2;
}
.leftlist img{
    width: 100%;
}
.header_mail_no
{
    color:#fff !important;
}
.header_mail_no:hover
{
    text-decoration: none; 
}
.fooder_mail_no
{
    color:#a2a3a2 !important;
}
.fooder_mail_no:hover
{
    text-decoration: none; 
}
.yr_logo
{
    width: 120px;
    height: 120px;
    margin-top: -22px;
}
}
