@font-face {
    font-family: 'Gabarito';
    src: url('../fonts/Gabarito-Regular.eot');
    src: url('../fonts/Gabarito-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gabarito-Regular.woff2') format('woff2'),
        url('../fonts/Gabarito-Regular.woff') format('woff'),
        url('../fonts/Gabarito-Regular.ttf') format('truetype'),
        url('../fonts/Gabarito-Regular.svg#Gabarito-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cal Sans';
    src: url('../fonts/CalSans-Regular.eot');
    src: url('../fonts/CalSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CalSans-Regular.woff2') format('woff2'),
        url('../fonts/CalSans-Regular.woff') format('woff'),
        url('../fonts/CalSans-Regular.ttf') format('truetype'),
        url('../fonts/CalSans-Regular.svg#CalSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



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, img, ins, kbd, q, s, samp, small, strike, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
    font: 400 normal 1.19vw / 40px 'Gabarito', Arial, Helvetica, sans-serif;
    color: #9A9A9A;
}
p {
    margin-bottom: 24px !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*---Universal Selector to add additional resets, such as text-size adjust and tap highlighting---*/
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

html {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */
}

a {
  text-decoration: none;
}

body {
  margin: 0;
  background: #fff;
}
img{
  max-width: 100%;
  height: auto;
}
a,
input[type="submit"],
input[type="button"],
button,
label[for] {
  cursor: pointer;
}

input[type="submit"] {
  -webkit-appearance: none;
}

/* Proper box model */
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  /* General styles */
  ::selection {
    background: #eb8f00;
    color: #fff;
  }
  
  ::-moz-selection {
    background: #eb8f00;
    color: #fff;
  }
  
  ::-webkit-selection {
    background: #eb8f00;
    color: #fff;
  }
  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'Cal Sans' !important;
  }
  h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6{
    font-size: 3.3vw !important;    line-height: 78px !important;margin-bottom: 18px !important;
}
  h1, h2, h3, h4, h5, h6{
color: #027B74 !important;
  }

  .assoLft h2 span{
color: #BFBFBF !important;
  }
.col-12.disScn {
    padding: 0 0;
    margin: 0 7px;
}
h1, .h1 {
    font-size: 2.5vw !important;
    color: #00312F !important;
    line-height: 57px !important;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 87.6% !important;
}
ul, ol {
    margin: 0 0 20px !important;
    padding: 0;    list-style-position: inside !important;
}

.btn {
    border-radius: 12px !important;
    padding: 12px 23px !important;
    font-size: 20px !important;
    font-family: 'Gabarito' !important;
    text-transform: none;
}
.btn.enq {
    margin-right: 2.1%;
}

.fb{
    background-image: url(../images/facebook.png);
}
.insta{
    background-image: url(../images/instagram.png);
}
.lnk{
    background-image: url(../images/linkedin.png);
}
.tw{
    background-image: url(../images/x.png);
}
.yt{
    background-image: url(../images/youtube.png);
}

.dNone{
  display: none !important;
}
ul:after {
  clear: both;
  content: "";
  display: block;
}
header, header div, header a, header span, header p, header ul, header li{
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.btn-outline-primary {
  color: #1F4697 !important;
  border-color: #1F4697 !important;
  background: transparent !important;
}
.btn-outline-primary:hover {
  color: #fff !important;
  border-color: #1F4697 !important;
  background: #1F4697 !important;
}
.btn-primary {
    color: #fff !important;
    background-color: #027b74 !important;
    border-color: #027b74 !important;
    text-transform:none;
}
.btn{
    font-weight: 600 !important;
}
.btn-primary:hover {
  color: #003B38 !important;
  background-color: #ffe16b !important;
  border-color: #ffe16b !important;
}
.btn-secondary, .woocommerce-Button.woocommerce-button, button.woocommerce-button {
  color: #003B38 !important;
  background-color: #ffe16b !important;
  border-color: #ffe16b !important;
  text-transform:none;
}
.btn-secondary:hover, .woocommerce-Button.woocommerce-button:hover, button.woocommerce-button:hover {
  color: #fff !important;
  background-color: #027b74 !important;
  border-color: #027b74 !important;
}
.woocommerce-Button.woocommerce-button {
    width: 100%;
}

.logo {
    display: block;
    width: 166px;
}

header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 99;
}
.bannerScn {
    margin: 80px 0 0;
    padding-bottom: 0;
}
.annLft {
    width: 20% !important;
    background: #ffe16b;
}
.annRgt {
    width: 80% !important;
    background: #003b38;
}
.annLft small {
    padding: 10px 59px 10px 0;
    display: block;
    text-align: right;
    background: url(../images/announcement.png) no-repeat 99% 50%;
    font-size: 1.2vw !important;
    color: #003B38 !important;
}
marquee span {
    display: inline-block;
    padding: 10px 50px;
    color: #fff;
    position: relative;
}
marquee span:before {
    content: "";
    position: absolute;
    right: -9px;
    top: 14px;
    width: 30px;
    height: 30px;
    background: url(../images/star.png) no-repeat center center;
}


.bannLftCvr {
    padding: 151px 0 0 17%;
}
.bannLftCvr p {
    width: 85%;
}
.bannLftCvr p {
    margin: 0 0 16px;
}
.bannLft {
    width: 43% !important;
    padding-right: 0;
}
.bannRgt {
    width: 56.5% !important;
    padding-right: 0  !important;
    padding-left: 0 !important;
    padding-top: 39px;
}
.row.bannerSlider {
    margin: 0;
}
.bannerScn .container-fluid {
    padding: 0 !important;
}
.ourAsso {
    padding: 0 0;
    position: relative;
}
.assoRgtInnCol {
    padding-top: 121px;
}
.assoRgtInn h2, .assoRgtInn h1 {
    margin-bottom: 17px !important;
    font-size: 2.48vw !important;
}
.assoRgtInn {
    color: #717171 !important;
    font-size: 1.64vw !important;
    line-height: 41px !important;
}
.assoRgtInn .moreScn {
    margin-top: 36px;
}
.flexTop {
    padding-bottom: 48px;
}
.bannLftCvr p {
    margin: 0 0 22px !important;
    line-height: 30px !important;
}
.colCvr {
    border-top: 1px #FFE16B solid;
    padding-top: 23px;
}
.colCvr .h2 {
    margin: 0 0 6px !important;
    font-size: 2.5vw !important;
    font-weight: normal !important;
    line-height: 49px !important;
    font-family: 'Gabarito' !important;
    color: #000000 !important;
}
.colCvr  small {
    font-size: 1.2vw !important;
}

.assoLft {
    padding-bottom: 9px;
    padding-top: 16px;
}

.testimSlider {
    padding: 70px 75px 50px;
    text-align: center;
    background:#f6f6f6  url(../images/quote.png) no-repeat 4% 13%;
    background-size: 14%;
    border-bottom: 9px #FAA21F solid;
}
.ftrCall small{
    background: url(../images/call.png) no-repeat 0 0;background-size: 7%;
}
.ftrMail small{
    background: url(../images/email.png) no-repeat 0 0;background-size: 5.2%;
}
.testimonials .row {
    align-items: center;
}
.contContCvr a {
    color: #fff;
    text-decoration: none;
}
.contContCvr a:hover {
    color: #faa21f;
}
.testiImg {
    width: 80px;
    margin: 29px auto 0;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
}
.testiImg img {
    height: 83px;
    width: 100%;
    object-fit: cover;
}
.testimSlider .h2 {
    font-size: 28px !important;
    line-height: 33px;
    margin: 5px 0 0;
}

.gallery {
    padding: 160px 0 157px;
    text-align: center;
}
.gallHdgCvr h3 {
    margin: 0 0 16px;
}

.gallCol {
    padding-bottom: 32px;
}
.contBgSc {
    padding: 56px 0 54px 17%;
    background: url(../images/contact.jpg) no-repeat 0 0;
    background-size: 40%;
}
.FormScnContact {
    margin-bottom: 158px;
}

.contFormLft {
    width: 54.2% !important;
    padding-right: 0 !important;
}
.socialM ul {
    padding: 0;
    margin: 0 !important;
}
.socialM li
 {
    display: inline-block;
    width: 34px;
    margin-right: 13px;
}

.ftrLogo {
    margin-bottom: 28px;
    width: 42%;
}
.ftrColrgCvr {
    padding-bottom: 26px;
    border-bottom: 1px rgb(48 54 146 / 20%) solid;
    margin-bottom: 31px;
}
.hdng {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    line-height: 30px;
}
.ftrMenuScnBtm li {
    float: left;
    width: 33.33%;
    margin: 0 0 7px;
}
.ftrMenuScnBtm {
    position: relative;
    padding-left: 11%;
}

.ftrColrgCvr a {
    text-decoration: none;
    color: #000;
    font-size: 1.4vw;
}
.socialM li a:hover{
    opacity: 0.6;
}
.donForm {
    margin: 0 auto;
    max-width: 507px;
    padding: 20px;
    border: 1px #ccc solid;
}
.donForm ul {
    list-style: none;
    padding: 0;
}
.donForm ul li {
    margin: 0 0 20px;
}

.contForm ul li {
    margin-bottom: 22px;position: relative;
}
.wpcf7-form-control-wrap {
    display: block;
}
span.wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    top: 0%;
    right: 0;
    bottom: 0px;
    font-size: 14px;
    background: #f6f6f6;
    border-bottom: 1px #dc3232 solid;
    padding: 18px;
    font-size: 16px;
    border-radius: 12px;
}
input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="password"], textarea, select {
    width: 100% !important;
    vertical-align: top !important;
    background: transparent !important;
    border-top: 0px #ccc solid !important;
    border-right: 0px #ccc solid !important;
    border-bottom: 1px #ccc solid !important;
    border-left: 0px #ccc solid !important;
    outline: none !important;
}

select{
    background: url(../images/arrow-select.png) no-repeat 99% 50% !important;
    padding-left: 0 !important;
}
textarea {
    height: 101px !important;
    outline: none !important;
    resize: none !important;padding-left: 0 !important;
}
input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="password"] {
    height: 46px;
}
div.wpcf7-validation-errors, .wpcf7-mail-sent-ok, div.wpcf7-spam-blocked,
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output { display: none !important; }
.contForm ul li:last-child {
    text-align: right;position: relative;
}
span.wpcf7-spinner {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0 !important;
}

.phoneCls a{
    background:#FAA21F url(../images/call-mob.png) no-repeat center center;
}
.emailCls a{
    background:#303692 url(../images/email-mob.png) no-repeat center center;
}
.phoneCls a:hover{
    background:#303692 url(../images/call-mob-hover.png) no-repeat center center;
}
.emailCls a:hover{
    background:#FAA21F url(../images/email-mob-hover.png) no-repeat center center;
}
.aniPos .logo {
    margin: 8px 0;
    width: 130px;
}



table th, table td {
    padding: 15px 10px;
    border-top: 0px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 0px solid #ccc;
    border-right: 0px solid #ccc;
}
table th {
    color: #fff;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
thead {
    background-color: #f0f0f0;
}
tbody tr:nth-child(odd) {
    background: #F6F6F6;
}
div#pagination {
    text-align: center;
    margin-top: 25px;
}
button.user_page_btn {
    background: #000;
    color: #fff;
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 26px;
}
th, td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
}
header h3 {
    display: none !important;
}
.user-registration-MyAccount-content__body header {
    position: static !important;
}
#user-registration.vertical .user-registration-MyAccount-content__header {
    display: none !important;
}

/* sticky scroll*/

/* aside */
aside {
float: left;
max-width: 220px;
}

#sidebar.sticky {
float: none;
position: fixed;
top: 20px;
z-index: 6;
left: auto;
}
/**/

/* Register Woocommerce */
.reglft .woocommerce .col2-set .col-2{
    width: 100% !important;
}
.reglft .woocommerce .col2-set .col-1{
    display: none !important;
}


.loginPageSc .woocommerce .col2-set .col-2{
    display: none !important;
}
.loginPageSc .woocommerce .col2-set .col-1{
    width: 100% !important; display: block !important;
}

section.myAccountSc.loginPage
.myAccCol .woocommerce, .myAccCol .woocommerce {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.myAccCol .woocommerce nav {
    flex: 0 0 auto;
    width: 30%;
    padding: 0 20px;
}
.myAccCol .woocommerce .woocommerce-MyAccount-content {
    flex: 0 0 auto;
    width: 70%;
    padding: 0 20px;
}
.myAccountSc header {
    position: static !important;
}

.alumnRegister {
    padding-top: 15px;
}
.left-column {
    padding-left: 20px !important;
    padding-right: 63px !important;
}
.regFormCvr {
    padding: 28px 38px;
    border-top: 13px #faa21f solid;background: #f6f6f6;
}
.regFormCvr h1 {
    font-size: 2.5vw !important;
}
.regFormCvr p {
    padding: 3px 7px 0 0;
    line-height: 32px;
    font-size: 1.04vw;
}
.loginPageSc .woocommerce form.login {
    border: 0px solid #cfc8d8 !important;
    padding: 0 !important;
    margin: 0 0 !important;
    text-align: left;
    border-radius: 0 !important;
}
.regFormCvr .col-2 h2, .loginPageSc .col-1 h2{
    display: none !important;
}
.regFormCvr .col-2 form {
    margin: 0 0 0 !important;
    padding: 0 !important;
    border: none !important;
}
.regFormCvr .col-2 form input[type="text"], .regFormCvr .col-2 form input[type="number"], .regFormCvr .col-2 form input[type="email"], .regFormCvr .col-2 form input[type="password"] {
    padding-left: 0;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    width: 100% !important;
}
p.woocommerce-LostPassword.lost_password {
    text-align: right;
}
p.register-now-link {
    text-align: center;
}
p.woocommerce-LostPassword.lost_password a, p.register-now-link {
    color: #989898;
}
p.register-now-link a {
    color: #303692;
    display: inline-block;
    line-height: 29px;
}
.woocommerce-info .wc-forward {
    display: none !important;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span {
    line-height: 38px;
}
.woocommerce-info {
    border-top-color: #a5a5a5 !important;
}
.woocommerce-info::before {
    color: #303792 !important;
}
.woocommerce-MyAccount-content a {
    color: #4a4a4a !important;
}

.woocommerce-MyAccount-content a:hover {
    color:#303792 !important;
}
.approved-users-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.approved-users-table th,
.approved-users-table td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
}

.approved-users-table thead {
  background-color: #f2f2f2;
}


div#approved-users-search {
    margin: 0 auto;
    width: 66%;
}
div#approved-users-search {
    margin: 0 auto;
    width: 66%;
    display: flex;
    padding: 2px 0 0;
}
div#approved-users-search input#user_search {
    height: 65px;
    padding: 0 13px;
}
div#approved-users-search input#user_search {
    height: 65px;
    padding: 0 13px;
    background: #f6f6f6 !important;
}
.searchResultData {
    margin-top: 74px;
}
thead {
    background-color: #313692;
}
.seeAlso {
    margin: 100px 0 0;
}
.hovimg {
    position: relative;
    display: block;
}

.seeAlso .galleryTitle {
    padding: 4px 10px;
}
.dataTableCvr th:nth-child(2), .dataTableCvr th:nth-child(3), .dataTableCvr th:nth-child(4) {
    width: 24%;
}
.dataTableCvr th:nth-child(1) {
    width: 36%;
}
.alumniConData {
    margin-bottom: 80px;
}
.woocommerce-MyAccount-navigation ul {
    padding: 0;
    list-style: none;
}
.woocommerce-MyAccount-navigation li a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 15px 0 15px 30px;
    position: relative;
}
.woocommerce-MyAccount-navigation li {
    border-bottom: 1px #ccc solid;
}
.woocommerce-MyAccount-navigation li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
}
.myAccDv{
    position: relative;
}
.myAccDv .myaccDrop{
height: 0;
opacity: 0;
overflow: hidden;
position: absolute;
right: 0;
top: 146px;
width: 200px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme input#rememberme, .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span {
    display: inline-block;
    vertical-align: middle;
}
.myAccDv:hover .myaccDrop{
height: auto;
opacity: 1;
overflow: visible;
top: 46px;
}
.accountLnk {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px #ccc solid;
    float: right;
}
.myaccDrop ul {
    padding: 8px 0 0;
    margin: 0 !important;
    list-style: none;
}
.myaccDrop li a {
    display: block;
    font-size: 14px;
    text-decoration: none;
    line-height: 30px;
    padding-right: 26px;
    position: relative;
    border-bottom: 1px #ccc solid;
    text-align: left;
    color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #000;
    padding-left: 12px;
}
.myaccDrop li a:before {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    height: 12px;
    margin-top: -6px;
    background: url(../images/arrow-menu.png) no-repeat right 50%;
    width: 20px;
    background-size: 100%;
}
span.dropS {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: #000;
}
.myaccDrop li a:hover {
    background: #2e2e2e;
}

ul#myTab {
    display: flex;
    justify-content: center;
    border: none;
    padding-left: 0 !important;
}
.woocommerce-message .wc-forward {
    display: none !important;
}
.gallery .more {
    padding-top: 30px;
}
.galeryCVrm {
    padding-bottom: 40px;
}
.coursesHm .tab-content {
    margin: 0 auto;
    width: 56%;
    padding: 30px 56px;
    height: 658px;
}

.courseCvr .cLnk h5 {
    font-size: 1.6vw !important;
    font-family: 'Gabarito' !important;
    line-height: 40px !important;
    margin: 0 !important;
}
.courseCvr .cLnk {
    margin-bottom: 10px;
    position: relative;
    display: block;
    padding-left: 150px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 40px;
}
.courseCvr .cLnk span {
   position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 90px;
    height: 90px;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    align-items: center;
}
.courseCvr .cLnk span img {
    object-fit: cover;
    width: 70px;
    height: auto;
    background: transparent !important;
}
button.nav-link {
    color: #027B74 !important;
    border-radius: 0 !important;
    padding: 0px 12px;
    border: 1px #027B74 solid !important;
    margin: 0 0px;
    font-size: 1vw !important;
    height: 40px;
    border-radius: 20px !important;
    width: 100%;
}
.heading h2 {
    margin-bottom: 16px !important;
}
li.nav-item {
    margin: 0 7px;
    width: 178px;
}
button.nav-link.active {
    background: #003b38 !important;
    color: #ffe16b !important;
}
/* whatsapp Animation Starts */

.quick-alo-ph-circle-fill.active {
  width: 80px;
  height: 80px;
  position: absolute;
  background-color: #a0a0a0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #ffffff8a;
  opacity: 1;
  -webkit-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.quick-alo-ph-circle.active {
  width: 130px;
  height: 130px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, .4);
  opacity: 1;
  -webkit-animation: quick-alo-circle-anim 3s infinite ease-in-out;
  -moz-animation: quick-alo-circle-anim 3s infinite ease-in-out;
  -ms-animation: quick-alo-circle-anim 3s infinite ease-in-out;
  -o-animation: quick-alo-circle-anim 3s infinite ease-in-out;
  animation: quick-alo-circle-anim 3s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.aniimg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  position: fixed;
  right: 48px;
  bottom: 26px;
 
}

@-moz-keyframes quick-alo-circle-anim {

  0% {

    -moz-transform: rotate(0) scale(.5) skew(1deg);

    opacity: .1;

    -moz-opacity: .1;

    -webkit-opacity: .1;

    -o-opacity: .1
  }

  30% {

    -moz-transform: rotate(0) scale(.7) skew(1deg);

    opacity: .5;

    -moz-opacity: .5;

    -webkit-opacity: .5;

    -o-opacity: .5
  }

  100% {

    -moz-transform: rotate(0) scale(1) skew(1deg);

    opacity: .6;

    -moz-opacity: .6;

    -webkit-opacity: .6;

    -o-opacity: .1
  }

}



@-webkit-keyframes quick-alo-circle-anim {

  0% {

    -webkit-transform: rotate(0) scale(.5) skew(1deg);

    -webkit-opacity: .1
  }

  30% {

    -webkit-transform: rotate(0) scale(.7) skew(1deg);

    -webkit-opacity: .5
  }

  100% {

    -webkit-transform: rotate(0) scale(1) skew(1deg);

    -webkit-opacity: .1
  }

}



@-o-keyframes quick-alo-circle-anim {

  0% {

    -o-transform: rotate(0) kscale(.5) skew(1deg);

    -o-opacity: .1
  }

  30% {

    -o-transform: rotate(0) scale(.7) skew(1deg);

    -o-opacity: .5
  }

  100% {

    -o-transform: rotate(0) scale(1) skew(1deg);

    -o-opacity: .1
  }

}



@-moz-keyframes quick-alo-circle-fill-anim {

  0% {

    -moz-transform: rotate(0) scale(.7) skew(1deg);

    opacity: .2
  }

  50% {

    -moz-transform: rotate(0) -moz-scale(1) skew(1deg);

    opacity: .2
  }

  100% {

    -moz-transform: rotate(0) scale(.7) skew(1deg);

    opacity: .2
  }

}



@-webkit-keyframes quick-alo-circle-fill-anim {

  0% {

    -webkit-transform: rotate(0) scale(.7) skew(1deg);

    opacity: .2
  }

  50% {

    -webkit-transform: rotate(0) scale(1) skew(1deg);

    opacity: .2
  }

  100% {

    -webkit-transform: rotate(0) scale(.7) skew(1deg);

    opacity: .2
  }

}



@-o-keyframes quick-alo-circle-fill-anim {

  0% {

    -o-transform: rotate(0) scale(.7) skew(1deg);

    opacity: .2
  }

  50% {

    -o-transform: rotate(0) scale(1) skew(1deg);

    opacity: .2
  }

  100% {

    -o-transform: rotate(0) scale(.7) skew(1deg);

    opacity: .2
  }

}



@-moz-keyframes quick-alo-circle-img-anim {

  10% {

    transform: rotate(0) scale(1) skew(1deg)
  }

  10% {

    -moz-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  20% {

    -moz-transform: rotate(25deg) scale(1) skew(1deg)
  }

  30% {

    -moz-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  40% {

    -moz-transform: rotate(25deg) scale(1) skew(1deg)
  }

  50% {

    -moz-transform: rotate(0) scale(1) skew(1deg)
  }

  100% {

    -moz-transform: rotate(0) scale(1) skew(1deg)
  }

}



@-webkit-keyframes quick-alo-circle-img-anim {

  0% {

    -webkit-transform: rotate(0) scale(1) skew(1deg)
  }

  10% {

    -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  20% {

    -webkit-transform: rotate(25deg) scale(1) skew(1deg)
  }

  30% {

    -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  40% {

    -webkit-transform: rotate(25deg) scale(1) skew(1deg)
  }

  50% {

    -webkit-transform: rotate(0) scale(1) skew(1deg)
  }

  100% {

    -webkit-transform: rotate(0) scale(1) skew(1deg)
  }

}



@-o-keyframes quick-alo-circle-img-anim {

  0% {

    -o-transform: rotate(0) scale(1) skew(1deg)
  }

  10% {

    -o-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  20% {

    -o-transform: rotate(25deg) scale(1) skew(1deg)
  }

  30% {

    -o-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  40% {

    -o-transform: rotate(25deg) scale(1) skew(1deg)
  }

  50% {

    -o-transform: rotate(0) scale(1) skew(1deg)
  }

  100% {

    -o-transform: rotate(0) scale(1) skew(1deg)
  }

}
.aniimg a {
    position: relative;
}
/* whatsapp Animation Ends */




.topStrip {
    padding: 7.8px 0;
    text-align: center;
    color: #fff;
    background: #003b38;
}

.topStrip small a {
    color: inherit;
    font-size: inherit !important;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}
.topStrip small a:before {
    content: "";
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    height: 2px;
    background: #fff;
}
.topStrip small {
    color: #fff;
    font-size: 1.1vw !important;
    margin-right: 6%;
    position: relative;
}
.topStrip small:before, .topStrip small:after {
    content: "";
    position: absolute;
    top: 0;
    background: url(../images/star.png) no-repeat center center;
    width: 30px;
    height: 30px;;
}
.topStrip small:before {
    left: -46px;
}
.topStrip small:after {
    right: -46px;
}
.headerSec2 {
    padding: 15px 0 11px;    background: #027b74;
}
.regScn {
    display: inline-block;
    text-align: left;
    position: relative;
    left: -11%;
    width: 111%;
}
.regScn li:first-child {
    float: left;
}
li.logIn {
    float: right;
}
ul {
    padding-left: 0 !important;
}
.regScn ul {
    list-style: none;
    margin: 0 !important;
}
.btnHdr {
    padding-left: 0;
}
.regScn li {
    display: inline-block;
}
.btn.regBtnTop {
    padding: 13px 0px !important;
    background: transparent !important;
    border-color: transparent !important;
}
.regScn .btn {
    text-transform: none;
}
.btn.regBtnTop {
    padding: 16px 0px !important;
    background: transparent !important;
    border-color: transparent !important;
    font-size: 1.04vw !important;
    color: #fff !important;
}
.btnHdr {
    text-align: right;
}
.logIn .btn {
    padding: 10px 25px !important;
    border-radius: 17px !important;
    display: inline-block;
    margin-top: 2px;
    color: #027B74 !important;
}

.logIn .btn:hover{
    border: 1px solid #FFE16B !important;
        color: #FFE16B !important;
}
.banContScn li {
    font-size: 1.6vw;
    padding-left: 10%;
    margin-bottom: 16px;
    position: relative;
    background: url(../images/bullet.png) no-repeat 0 10px;
    background-size: 7.4%;
    color: #717171 !important;
}
.banContScn ul {
    list-style: none;
}
.banContScn {
    padding-top: 6px;
    padding-bottom: 18px;
}
.aniPos .topStrip {
    height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0;
}

section.announcement {
    overflow: hidden;
    height: 61px;
}

.flxble {
    padding: 87px 0 82px;
}
.assoLft > img {
    width: 30.7%;
}
.assoLft h2 {
    width: 60%;
    padding-top: 18px;
}
.assoLft h2 span {
    font-size: inherit !important;
    line-height: inherit !important;
    font-family: inherit !important;
}

.colCvr  small {
    font-size: 1.2vw !important;
    color: #9A9A9A;
}

.heading {
    text-align: center;
}
.coursesHm {
    padding: 80px 0 199px;
    background: #f2f8f800 url(../images/course-bg.png) no-repeat 62% bottom;
    position: relative;
    background-color: #F2F8F8;
}
.elmnt3{
    position: absolute;
    bottom: 41%;
    left: 7%;
}
.elmnt4{
    position: absolute;
    right: 7%;
    top: 27%;
}
.courseBtnn.mt-3 {
    margin-top: 14px !important;
}

.courseCvr{
        padding: 10px 20px 0px 20px;
        border-top: 1px solid #003B38;
        margin-bottom: 10px;
}

.courseCvr h5{
        color: #000000 !important;
}
.courseCvr a{
    text-decoration: none;
}
.courseBtnn {
    text-align: center;
}

.sec0-othrcors{
    margin-top: 165px;
    text-align: center;  
}
.othrcrsHead p{
    max-width: 48%;
    margin: 0 auto;
    line-height: 32px;
}
.othrcourseCvr h5{
    font-size: 32px !important;
    font-weight: 400;
    color: #000000 !important;
    line-height: 32px !important;
    font-family: 'Gabarito' !important;
}
.othrcourseCvr img{
    width: 100%;
    margin-bottom: 20px;
}
.othrcourseCvr a{
    text-decoration: none;
}
.othrcourseCvr {
    background-color: #F2F8F8;
    margin: 0px 20px;
    padding: 20px;
    border-radius: 20px;
}
.sec0-whyyou{
    margin-top: 122px;
    padding: 80px 0px;
    background-color: #F2F8F8;
}
.why-youHead h3{
    text-align: center;
}
.whyyouPartsCvr{
    display: flex;
}
.whyyouPartsCvr img{
    height: 65px;
    width: 65px;
}
.whyyoutxtCvr h3{
    font-size: 32px !important;
    color: #000000 !important;
    line-height: 42px !important;
    font-family: 'Gabarito' !important;
    margin-bottom: 10px !important;
}
.whyyoutxtCvr{
    padding-left: 30px;
}
.why-youHead{
    padding-bottom: 45px;
}
.whyyoutxtCvr p{
    line-height: 32px;
}
section.sec0-interestedFrm {
    margin-top: 180px;
}
.homForm h3{
    color: #fff !important;
}
.hmfrmMainCvr{
    padding: 40px 50px;
}
.homForm p{
    color:#E5E5E5 ;
}
 input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="password"],select  {
    height: 73px;
    border: 1px solid transparent !important;
    background-color: #fff !important;
    border-radius: 12px;
    padding: 0px 15px;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    padding-left: 15px !important;
    color: #9A9A9A;
}
.hmfrmBtn{
        text-align: end;
}
.hmfrmMainCvr{
    background: url(../images/homefrmBG.png);
    background-color: #027B74;
    background-repeat: no-repeat;
    border-radius: 32px;
}
.sec0-educators{
    margin-top: 145px;
}
.educatorHead{
    text-align: center;
    margin-bottom: 32px;
}
.custom-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
    width: 66px;
    height: 66px;
    background: url(../images/playButton.png) no-repeat center center;
    background-size: contain;
    transform: translate(-50%, -50%);
    pointer-events: none;
}


/* Hover effect */
.custom-play-button:hover {
  background: rgba(255, 255, 255, 1);
  transform: translate(-50%, -50%) scale(1.1);
}

.custom-play-button:hover::before {
  transform: scale(1.1);
}

.item img{
       width: 100%;
    height: 700px;
    border-radius: 32px;
    object-fit: cover;
}
.eductrMainCvrr{
    max-width: 85%;
    margin: 0 auto !important;
}
.sec0-lets{
        margin-top: 175px;
        position: relative;
}
.letsHead{
    text-align: center;
}
.Single-vdo{
    max-width: 73%;
    margin: 0 auto;
    background: url(../images/walkthrou-bg.png);
    border-radius: 32px;
}
.ltsvdoBg{
    max-width: 90%;
    margin: 0 auto;
    padding: 60px 0px;
}
.Single-vdo img{
    border-radius: 32px;
}
.elmnt1{
    position: absolute;
    left: 0;
    bottom: 27%;
}
.elmnt2{
    position: absolute;
    right: 0;
    top: 22%;
}
.sec0-ourTop {
    margin-top: 170px;
    padding: 77px 0px;
    background-color: #F2F8F8;
}
.sec0-admission{
    margin-top: 186px;
}
.adminHead{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 40px;
}
.adminHead h3{
        color: #fff !important;
}
.adminHead p{
    color: #E5E5E5;
}
.admiMainCvr{
    background-color: #027B74;
    border-radius: 32px;
}
.sec0-whatOur{
    margin-top: 157px;
    position: relative;
}
.whatourHead {
    text-align: center;
        margin-bottom: 50px;
}
.ecareclassesTxtt{
    position: relative;
    font-size: 32px;
    color: #000000;
    text-align: center;
    font-weight: 400;
    max-width: 70%;
    margin: 0 auto;
}
.testi{
    padding-bottom: 20px;
    font-size: 32px;
    color: #000000;
}
.toppr{
        text-align: center;
}
.toppr img {
    border-radius: 50%;
    border: 4px solid #FFE16B;
    margin-bottom: 10px !important;
    height: 100px;
    width: 100px;
    object-fit: cover;
}
.toprname{
    color: #027B74;
    font-size: 32px;
    margin-bottom: 10px;
}
.topryer{
        color: #707070;
    font-size: 32px;
}
section.sec0-tutors {
    margin-top: 130px;
}
.tutorHead {
    text-align: center;
        margin-bottom: 35px;
}
.tutorImg{
    background: url(../images/tutorbg.png);
    border-radius: 32px;
    margin-bottom: 20px;
        background-color: #027B74;
}
.tutorNme{
    color: #000000;
    font-size: 32px;
    margin-bottom: 12px;
}
.tutorSub {
    background-color: #FFE16B;
    padding: 0px 24px;
    width: 114px;
    border-radius: 52px;
    height: 40px;
    font-weight: 600;
    font-size: 20px;
    color: #003B38;
    margin-bottom: 12px;
}
.tutorExp {
    font-size: 24px;
}
.sec0-homeBlog{
        margin-top: 170px;
        padding: 80px 0px;
        background-color: #F2F8F8;
}
.blogBtn{
        text-align: end;
}
.blgMainCvr{
    display: flex;
}
.blogNme h3{
    font-size: 32px !important;
    color: #000000 !important;
    line-height: 40px !important;
    font-family: 'Gabarito' !important;
}
.blogRightCvr{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.prsonImg-nme{
    display: flex;
    gap: 12px;
    align-items: center;
}
.blgprsnpstn{
        margin-left: 60px;
}
.blog-head{
       margin-bottom: 35px; 
}
.blgprsnNme{
    color: #027B74 ;
}
.cu{
    background: url(../images/callUs.png) left top 6px no-repeat;
    margin-bottom: 60px;
    list-style: none;
    padding-left: 40px;
}
.eu{
    background: url(../images/emailUs.png) left top 6px no-repeat;
    list-style: none;
    padding-left: 40px;
}
.sec0-enquire{
    margin-top: 170px;
}
.enquirelft h3{
    color: #fff !important;
}
.enquirelft li{
    list-style: none;
    padding-left: 40px;
}
.enquireHd{
    color: #FFFFFF;
    font-size: 32px;
    margin-bottom: 10px;
}
.enquirelft a{
    text-decoration: none;
    color: #FFE16B;
    font-size: 40px;
    font-weight: 600;
}
.enquirerghtHd{
    color: #E5E5E5 !important;
    margin-bottom: 20px;
}
.enquirefrmCvr {
    padding: 30px 60px;
    margin-left: 30px;
    background-color: #003B38;
    border-radius: 32px;
    position: absolute;
    max-width: 55%;
    top: -6%;
}
.enqrefrmBtn {
    text-align: end;
}
.enquireFrm textarea {
    border: 1px solid transparent !important;
    background-color: #fff !important;
    border-radius: 12px;
    padding-left: 15px !important;
    height: 288px !important;
}
.enquirelft {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 70px 0px;
}
.sec0-enquire{
    background: url(../images/enquire-bg.png);
    background-repeat: no-repeat;
    position: relative;
    background-color: #027B74;
}
.sec0-faq{
    margin-top: 242px;
    margin-bottom: 120px;
}
button.accordion-button {
    background-color: transparent !important;
}
.accordion-item {
    border-radius: 32px;
    margin-bottom: 20px;
    background-color: #F2F8F8 !important;
    padding: 15px 0px;
    border-top-left-radius: 32px !important;
    border-top-right-radius: 32px !important;
    border-bottom-left-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
    border: 1px solid #027B7461 !important;
}
button.accordion-button {
    font-size: 32px;
}
.ad{
    background: url(../images/adres.png) left top 9px no-repeat;
    list-style: none;
    padding-left: 40px;
}
.phne {
    background: url(../images/callUs.png) left top 9px no-repeat;
    list-style: none;
    padding-left: 40px;
}
.emladrs {
    background: url(../images/emailUs.png) left top 9px no-repeat;
    list-style: none;
    padding-left: 40px;
}
.lnk a{
    text-decoration: none;
    color: #ADADAD;
    font-size: 20px;
}
.footer {
    margin-top: 0px;
    padding: 52px 0px 32px 0px;
}
.ftHead{
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    margin-bottom: 20px;
}
.ftHead .cu a{
    text-decoration: none;
    color: #ADADAD;
    font-size: 20px;
}
.ftrMenu li a{
     text-decoration: none;
    color: #ADADAD;
    font-size: 20px;
}
.ftrMenu li{
    list-style: none;
}
.ftrcolcnt ul{
    column-count: 2;
}
.socialLnk li{
    list-style: none;
}
.socialLnk li a{
     text-decoration: none;
    color: #ADADAD;
    font-size: 20px;
}
.socialLnk{
    margin-left: 140px;
}
.footer{
    background-color: #003B38;
}
.bannerScn {
    overflow: hidden;
        position: relative;
}
.placelisImg{
    border-radius: 50%;
    background:url(../images/top-ahieverBg.png);
    width: 88%;
    margin-bottom: 20px;
        background-position: center;
}
.namesec{
        width: 88%;
    text-align: center;
}
.namesec span {
    color: #000000 !important;
}
.datesec {
        width: 88%;
    text-align: center;
}
.subCvrr{
     width: 88%;
    text-align: center;
}
.sub{
    max-width: 36%;
    text-align: center;
    background-color: #FFE16B;
    padding: 0px 10px;
    border-radius: 52px;
    height: 40px;
    font-weight: 600;
    font-size: 20px;
    color: #003B38;
    margin-bottom: 12px !important;
    margin:0 auto;
    
}
.tutorDetails {
    margin: 0px 18px;
}
.tutorImg img{
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
}
.blogBtn{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}





.slick-dots {
    display: flex;
    justify-content: center;
    margin: 30px 0 20px 0 !important;
    padding: 0;
    list-style: none;
    line-height: 0;
}
.slick-dots li {
    margin: 0 -1px; 
    width: 30px;
    height: 5px;
    background-color: #E0F2F1; 
    cursor: pointer;
    overflow: hidden;
    position: relative;
    border-radius: 0; 
}
.slick-dots li:first-child {
    border-top-left-radius: 4px; 
    border-bottom-left-radius: 4px;
}


.slick-dots li:last-child {
    border-top-right-radius: 4px; 
    border-bottom-right-radius: 4px;
}


.slick-dots li button {
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
    color: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    outline: none;
}

.slick-dots li.slick-active {
    background-color: #00796B;
    transition: background-color 0.3s ease;
     border-radius:15px;
}

.slick-dots li:not(.slick-active):hover {
    background-color: #B2DFDB;
}

.bannerScn .slick-dots {
    position: absolute;
    bottom: 0px;
    left: 8%;
}


.ecareclassesTxtt img{
    display: block;
    margin: 0 auto;
}
.trd{
    margin-top:-245px !important;
}
.topStrip a {
    margin-left: 20px;
}
button#tab-non-academic {
    background-color: #fff;
}
.courseCvr a:hover{
    background-color: #027B74;
        border-radius: 12px;
}
.item {
    margin: 0px 27px;
}

.plcebtm .slick-dots {
    margin: 0px 0 0px 0 !important;
}

.sec0-othrcors .slick-dots{
    display:none !important;
}
.bannerScn .slick-arrow{
     display:none !important;
}
.sec0-educators .slick-arrow{
     display:none !important;
}
.plcebtm .slick-arrow{
     display:none !important;
}
.sec0-whatOur .slick-arrow{
     display:none !important;
}
.sec0-tutors .slick-arrow{
     display:none !important;
}
.col-lg-4.first-row {
  padding-bottom: 60px; 
}

.custom-play-button2{
  position: absolute;
  top: 50%;
  left: 50%;
    width: 66px;
    height: 66px;
    background: url(../images/youtubeIcon.png) no-repeat center center;
    background-size: contain;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.admiBtns a.btn.btn-primary {
    background-color: #003B38 !important;
}
.admiBtns a.btn.btn-primary:hover{
   color: white !important;
   border:1px solid white !important;
}
.admiBtns a.btn.btn-secondary:hover{
    border:1px solid #FFE16B !important;
}

.blgImg img {
 object-fit: cover;
 border-radius: 32px;
 height: 244px;
 width: 244px;
}
.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25); /* lighter custom glow */
  border-color: transparent;
}


.accordion-button:focus {
  box-shadow: none !important;
  outline: none !important;
}
.accordion-button::after {
  content: "";
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/accordinBtn.png) !important; /* 👈 replace with your actual image path */
  background-size: 12px 12px; /* adjust size */
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  transition: transform 0.3s ease;
}
.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
.lnk{
    background-size: 5%;
}
.copyright{
    background-color:#00312E;
}
.copyLft{
        color: #ADADAD;
    font-size: 16px;
}
.coptRit{
     color: #ADADAD;
    font-size: 16px;
    text-align: end;
}
.coptRit a{
     color: #ADADAD;
    font-size: 16px;
    text-decoration:none;
}
.socialLnk li a img{
        padding-right: 10px;
}
.row.leftpopMin .col-lg-12 {
    padding: 0 !important;
}
.row.leftpopMin {
    overflow: hidden;
}
.footer{
      position: relative;  
}
.elmnt5{
   position: absolute;
    bottom: 0; 
}
.child {
    overflow: auto !important;
    position: relative !important;
    padding: 0px !important;
    background: transparent !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 512px !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
.hmfrmBtn input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-secondary:hover {
    border: 1px solid #FFE16B !important;
}
.sec0-MainCvrr{
    position:relative;
}
.sec-lftPopup {
    /* display: inline-flex; */
    /* align-items: flex-end; */
    width: 226px;
    /* height: 100%; */
    position: fixed;
    right: 0px;
    bottom: 30px;
    z-index: 1000;
    padding: 0px 10px;
    background: #fff;
        border-radius: 12px !important;
}
.sec-lftPopup .slick-dots{
    display:none !important;
}
.othrcourseCvr2 h5 {
    font-size: 18px !important;
    font-weight: 400;
    color: #fff !important;
    line-height: 32px !important;
    font-family: 'Gabarito' !important;
    text-align: center;
    margin-bottom: 0px !important;
}

.othrcourseCvr2 a{
    text-decoration:none;
}
.othrcourseCvr2 img{
   
    margin-bottom: 10px;
}
.leftpopMin{
    position:relative;
}
.clss {
    position: absolute;
    right: 0px;
    top: -30px;
}
.sec-lftPopup .container.leftpopCvr {
    width: 100%;
    max-width: 100% !important;
}
.othrCoursesSliderpopup {
  position: relative;
  padding-bottom: 50px; 
}
.othrCoursesSliderpopup .slick-prev,
.othrCoursesSliderpopup .slick-next {
  position: absolute;
  bottom: 10px; 
  top: auto !important; 
  transform: none;
  z-index: 10;
  height:30px !important;
  width:30px !important;
  border-radius:50%;
}
.othrCoursesSliderpopup .slick-prev {
  left: 35% !important;
}
.othrCoursesSliderpopup .slick-next {
  right: 35%  !important;
}
.courseCvr:hover h5 {
  color: #fff !important; 
}
button#tab-academic {
    font-weight: 600;
}
button#tab-non-academic {
    font-weight: 600;
}
.admiBtns a.btn.btn-secondary {
    margin-right: 10px;
}

.child::-webkit-scrollbar {
  display: none;
}
.courseCvr a:hover::after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%); 
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../images/orcrsearrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.courseCvr{
    position:relative;
}

.leftpopCvr{
    padding: 10px 0px 10px 0px;
    width: 100%;
    display: inline-block;
    background-color: white;
    border-radius: 12px;
}
.othrcourseCvr2 {
    background-color: #003b38;
    margin: 0px 0px;
    padding: 0px;
    border-radius: 20px;
}






.ecare-inBnr{
    margin-top: 145px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.inleftbanner h1 {
   position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
  color: #00312F; 
}
.inleftbanner h1::after{
    content: "";
  display: block;
  width: 100%; 
  height: 15px;
  background: url("../images/hedingBtm.png") no-repeat center;
  background-size: contain;
}
.sec0-abtsec1{
    margin-top: 6.563rem;
}
.abtSce1-lft{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.abtSce1-lft h2{
     font-size: 128px !important;
     line-height: 140px !important;
}
.empwrHd h2{
        color: #BFBFBF !important;
}
.our-speclity h2{
    font-size: 32px !important;
    color: #000000 !important;
    font-weight: 400;
    line-height: 40px !important;
    font-family: 'Gabarito' !important;
}
.sec0-speciality {
    margin-top: 65px;
}
.our-speclity p{
    line-height: 32px !important;
}
 .our-speclity {
  border-right: 1px solid #E2E2E2;
    padding-right: 20px;
}
 .row > .col-lg-4:nth-child(3n) .our-speclity {
  border-right: none;
}

.sec0-misn-visn {
    margin-top: 125px;
}
.misn-visn h2{
        color: #fff !important;
}
.misnCvr{
    padding: 42px 0px;
    text-align: center;
}
.misn-visn {
    padding: 0px 43px;
    border-right: 1px solid #BFBFBF;
}
.sec0-misn-visn .row > .col-lg-6:nth-child(2n) .misn-visn {
  border-right: none;
}
.misn-visn p{
    font-size: 24px !important;
    line-height: 32px !important;
    color:#E5E5E5 !important;
    margin-bottom: 0px !important;
}
.misnCvr{
     background: url("../images/mission.png") no-repeat center;
     background-color: #027B74;
     border-radius:32px;
}
.sec0-our-values{
      margin-top: 153px;  
}
.ourValues-Head{
    text-align: center;
}
.ourValueImg {
    text-align: center;
    margin: 100px auto 0;
    width: 485px;
}
.ourvaluMainn h3{
    color: #000000 !important;
    font-size: 32px !important;
    font-weight: 400;
    font-family: 'Gabarito' !important;
    line-height: 40px !important;
    margin-bottom: 0px !important;
}
.valueImg {
    margin-bottom: 18px;
}
.ourvaluMainn{
    position:relative;
}
.ourvaluMainn ul li {
    position: absolute;
    list-style: none;
}
.ourvaluMainn li:nth-child(1) {
    left: 5%;
    top: 1%;
    text-align: end;
    width: 455px;
}
.ourvaluMainn li:nth-child(2) {
    left: 3%;
    top: 41%;
    text-align: end;
    width: 455px;
}
.ourvaluMainn li:nth-child(3) {
    left: 5%;
    top: 81%;
    text-align: end;
    width: 455px;
}

.ourvaluMainn li:nth-child(4) {
    right: 5%;
    top: 1%;
    text-align: start;
    width: 455px;
}
.ourvaluMainn li:nth-child(5) {
    right: 3%;
    top: 41%;
    text-align: start;
    width: 455px;
}
.ourvaluMainn li:nth-child(6) {
    right: 5%;
    top: 81%;
    text-align: start;
    width: 455px;
}
section.sec0-ourTeam {
    margin-top: 225px;
    padding: 80px 0px;
}
.teamImg{
    background: url(../images/tutorbg.png);
    border-radius: 32px;
    margin-bottom: 20px;
    background-color: #027B74;
}

.teamName {
    color: #000000;
    font-size: 32px;
    margin-bottom: 12px;
    text-align:center;
}
.designatn {
    background-color: #FFE16B;
    padding: 0px 24px;
    width: 270px;
    border-radius: 52px;
    height: 40px;
    margin: 0 auto;
    text-align: center;
}
.designatn p{
    font-weight: 600;
    font-size: 20px;
    color: #003B38;
}
section.sec0-Benifits {
    margin-top: 165px;
    margin-bottom: 130px;
}
.benifitsRght {
    margin-left: 45px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.benifitsRght li{
    color: #000000 !important;
    font-size: 32px;
    font-family: 'Gabarito';
    font-weight: 400;
    line-height: 40px !important;
    margin-bottom: 35px;
}
.benifitsRght ul li {
    background: url("../images/benefitPonitBg.png") no-repeat left center;
    padding-left: 72px;
    background-size: 5%;
    list-style: none;
}
.sec0-ourTeam{
    background-color:#F2F8F8;
}
.sec0-thankyou {
    text-align: center;
    margin: 30px 0px 10px 0px;
}
section.sec0-gallery {
    margin-top: 100px;
    margin-bottom: 100px;
}
.gallerythImg  img{
    height: 425px;
    border-radius: 24px;
}
.galleryTitle {
    padding: 25px 10px;
    color: #000000 !important;
    font-size: 32px !important;
}
.galleryCvr a{
    text-decoration: none;
}
.galleryCvr {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
    padding: 10px 10px 0px 10px;
    border-radius: 23px;
}
.courseCls {
    text-align: center;
    color: #fff;
    font-size: 18px !important;
}






.coUrseAll h5{
    font-family: 'Gabarito' !important;
    color: #000000 !important;
    font-size: 24px !important;
    line-height: 34px !important;
    margin-bottom: 0 !important;
}
.coUrseAll a {
    display: flex;
    align-items: center;
    gap: 20px;
    text-decoration: none;
    padding: 15px;
}
.coUrseAll a:hover {
    background-color: #027B74;
    border-radius: 12px;
   
}
.coUrseAll a:hover h5{
   color:#fff !important;
}
.coUrseAll{
    margin-bottom: 25px;
    padding-bottom: 20px;  
}
section.sec0-coUrsecVr {
    margin-top: 150px;
    margin-bottom: 135px;
}
.coUrsecNtnt img{
    margin-bottom:20px;
}
.coUrseAll img{
    height: 48px !important;
    width: 48px !important;
    border-radius: 50%;
}

.sngleinnBnr-banner {
    margin-top: 145px;
    position: relative;
    height: 218px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sngle-banner h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sngle-banner h1::after {
    content: "";
    display: block;
    width: 100%;
    height: 15px;
    background: url("../images/hedingBtm.png") no-repeat center;
    background-size: contain;
}
.coUrseLftcVr {
    border-right: 1px solid #D3D3D3;
    position: sticky;
    top: 100px; 
    z-index: 10; 
}

.coUrsecNtnt{
    margin-left: 30px;
}
.coUrsecNtnt iframe {
    width: 100%;
    height: 515px;
    border-radius: 24px;
}
.subjectS{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}
.innRsuBjects {
    margin-left: 30px;
    margin-top: 135px;
}
.innRsuBjects h3{
    color: #000000 !important;
    font-size: 32px !important;
    line-height: 40px !important;
    font-family: 'Gabarito' !important;
}
.subjectSNme {
    color: #000000 !important;
    font-family: 'Gabarito';
    font-weight: 400 !important;
}
.testimonialImg img{
   height: 72px;
    width: 72px;
    border-radius: 50%;
    border: 3px solid #FFE16B;  
}
.testiMnil {
    padding-bottom:20px;
    font-size: 24px;
    color: #9A9A9A;
}
.tesiMnial .slick-dots {
    display: flex;
    justify-content: start !important;
}
.tesiMnial {
    margin-top: 80px !important;
    margin-left: 30px !important;
    background-color: #F2F8F8;
    padding: 30px;
    border-radius: 24px;
    position:relative;
}
.testimonialInnr h3{
     font-size: 40px !important;
}
.testMnialSideImg{
    position: absolute;
    bottom: 0;
    right: 0;
}
.nameMainCvR{
    display: flex;
    align-items: center;
    gap: 20px;
}
.testimonialname{
    color:#027B74;
}
.subjectLink {
    text-decoration: none;
    height: 100%;
    display: block;
}
.sec0-subjectInner {
    background: url(../images/subject-innrBnr.png);
    margin-top: 110px;
    background-repeat: no-repeat;
}
.sub-Img {
    text-align: end;
}
.subLftCvr{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}



.sec0-sbjct-whatwe {
    margin-top: 150px;
}
.sub-whatwe-ponints ul li {
    background: url("../images/points-bg.png") no-repeat left top 9px;
    padding-left: 35px;
    list-style: none;
    line-height: 35px;
    padding-bottom: 18px;
}
.connectCvr {
    position: relative;
    margin-top: 50px;
    padding: 61px 0px 61px 40px;
    background-color: #F2F8F8;
    border-radius: 24px;
}
.connectImg{
    position: absolute;
    right: 0;
    bottom: 0;
}
.connectHead h2{
    font-size: 40px !important;
    line-height: 56px !important;
    margin-bottom: 40px !important;
}
.sub-enquryFrm{
    margin-left: 30px;
    padding: 35px;
}

.sub-enquryFrm textarea {
    border: 1px solid transparent !important;
    border-radius: 12px !important;
    padding-left: 15px !important;
    height: 165px !important;
    background-color: #fff !important;
}
.sub-enqryBtn {
    text-align: end;
}
.sub-enquryFrm h3{
    font-size: 40px !important;
    color: #fff !important;
}
.sec0-more-sub {
    margin-bottom: 100px;
    margin-top: 120px;
    padding: 30px 0px;
    border-top: 1px solid #D3D3D3;
}
.more-subHead h3 {
    font-size: 32px !important;
    color: #000000 !important;
    font-weight: 400 !important;
    font-family: 'Gabarito' !important;
}
.sub-enquryFrm {
    background: url("../images/sub-enquiryBg.png");
    border-radius: 32px;
    background-color: #003B38;
}
.connectImg img{
    border-bottom-right-radius: 24px;
}

.gallerymainCvr{
    text-align: center;
    margin-bottom: 100px;
    margin-top: 100px;
}
.galryImg img {
    height: 385px;
    width: 100%;
    border-radius: 24px;
    object-fit:cover
}
.galryImg {
    margin-bottom: 20px;
}
.othrcoUrse img{
    height: 56px !important; 
    width: 56px !important;
    border-radius: 0;
}
.sub-cntnt p{
    line-height: 32px;
}
.batches {
    background-color: #F2F8F8;
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
    border-radius: 12px;
    border:1px solid #027B74;
    height: 100%;
}
.batchNme {
    font-family: 'Gabarito';
    font-weight: 400;
}
.avblbatches{
    margin-left: 30px !important;
    margin-top: 135px !important;
}

.avblbatches h3{
    color: #000000 !important;
    font-size: 32px !important;
    line-height: 40px !important;
    font-family: 'Gabarito' !important;
}




.othrCrseModal {
    padding: 5px !important;
    position: relative;
    padding: 30px 30px;
    border-radius: 24px !important;
    background: url(../images/sub-enquiryBg.png) center/cover no-repeat;
    overflow: hidden;
    margin: 0px 80px;
}



/* Ensure form fields appear above overlay */
.popupFormWrapper * {
    position: relative;
    z-index: 1;
}

/* Title Styling */
.popupFormWrapper h2,
.popupFormWrapper h3,
.popupFormWrapper .popup-title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
}
.othrCrseModal .btn-close {
    background-color: #FFE16B !important;
    border-radius: 50%;
    opacity: 1 !important;
    width: 20px;
    height: 20px;
    background-size: 14px;
    padding: 0;
}


/* Input + Textarea */
.popupFormWrapper input,
.popupFormWrapper textarea,
.popupFormWrapper select {
    width: 100%;
    border: none;
    border-radius: 12px;
    height: 65px !important;
    margin-bottom: 10px;
}
.popupFormWrapper textarea{
    border: 1px solid transparent !important;
    border-radius: 12px;
    padding-left: 15px !important;
    height: 150px !important;
    background-color: #fff !important;
}

/* Submit Button */
.popupFormWrapper input[type="submit"] {
    width: auto;
}
h5#batchesModalLabel {
    color: #fff !important;
    font-size: 40px !important;
    line-height: 40px !important;
    margin-bottom: 0px !important;
}
.otheCrse-enqryBtn {
    text-align: end;
}
.modal-header {
    border-bottom: 0 !important;
}
.ozmenu ul.ozmenu-nav>li.menu-item-has-children li {
    background: seashell !important;
    padding: 10px 10px !important;
}
.otheCrse-enqryBtn p{
       margin-bottom: 0 !important; 
}
.coUrsecNtnt h3{
    color: #000000 !important;
    font-size: 32px !important;
    line-height: 40px !important;
    font-family: 'Gabarito' !important;
}
.coUrsecNtnt h4{
    color: #000000 !important;
    font-size: 32px !important;
    line-height: 40px !important;
    font-family: 'Gabarito' !important;
}
.coUrsecNtnt li{
    list-style: auto;
    margin-left: 30px;
    margin-bottom: 32px;
}
.batches:hover{
    background-color:#027B74;
}
.batches:hover .batchname{
    color:#FFE16B;
}
.batches:hover .batchtme{
    color:#FFFFFF;
}
.batches:hover .batchNme{
    color:#FFFFFF;
}
.batches:hover .expiry{
    color:#FFFFFF;
}
.batches:hover .slots{
    color:#FFE16B;
}
div#lcl_txt {
    display: none;
}
.coUrseAll.active {
    background-color: #0F7A78;
}
.coUrseAll.active a{
    color: #fff;
}
.ozmenu ul.ozmenu-nav>li.menu-item-has-children .sub-menu a:hover {
  background-color:#027B74 !important;
  color:#fff !important;
}
.youtubSide {
  padding: 50px 50px;
  background: url(../images/youtbesideLft.png) bottom left no-repeat,
              url(../images/youtbesideRight.png) top right no-repeat;
}
a.fullBatch {
    text-decoration: none;
}
.sec0-contactMap {
    margin-top: 120px;
    position: relative;
    margin-bottom: 100px;
}
.sec0-contactMap iframe {
    width: 100%;
    height: 730px;
    border-radius: 32px;
}
.enquireDetail {
    background: url(../images/contactpage-bg.png);
    background-color: #409D98;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 25%;
    padding: 50px 40px 50px 65px;
    border-radius: 24px;
}
.enquireDetail h2 {
    color: #fff !important;
    font-size: 64px !important;
    line-height: 64px !important;
    margin-bottom: 35px !important;
}
.adrs{
    background: url(../images/adres.png) left top 9px no-repeat;
    list-style: none;
    padding-left: 40px;
}
.phn-numbr{
    background: url(../images/callUs.png) left top 9px no-repeat;
    list-style: none;
    padding-left: 40px;
}
.email-id{
    background: url(../images/emailUs.png) left top 9px no-repeat;
    list-style: none;
    padding-left: 40px;
}
.enquireDetail a {
    text-decoration: none;
}
.formHeadd {
    font-family: 'Gabarito';
    font-size: 32px;
    color: #fff;
    
}
.frmDeatils {
  color: #FFE16B;
  font-family: 'Gabarito';
  font-weight: 500;
  font-size: 24px;
    text-transform: uppercase;
}

.frmDeatils a{
  color: #FFE16B;
  font-family: 'Gabarito';
  font-weight: 500;
  font-size: 24px;
  text-transform: none;
}
.enquireDetail li{
    margin-bottom: 20px;
}
.frmcVrr{
    padding: 60px 55px;
}
.frmcVrr textarea {
    height: 180px !important;
    border: 1px solid transparent !important;
    background-color: #fff !important;
    border-radius: 12px;
    padding: 10px 15px !important;
}
.sec0-cntctFrmcVrr{
    background:url(../images/contactform-bg.png);
}
.frmcVrr h2 {
    color: #fff !important;
}
.frmcVrr p {
    color: #E5E5E5 !important;
}
.sec1-contctfaq{
    margin-top: 165px !important;
    margin-bottom: 120px !important;
}
.firstBlogImg img{
    width: 100% !important;
    height: 500px !important;
    object-fit: cover !important;
    border-radius: 24px !important;
}
.sec0-blogs {
    margin-top: 120px;
    margin-bottom: 60px;
}
.blogDetail a{
    text-decoration: none;
}
h2.blogheadlt {
    font-size: 40px !important;
    line-height: 56px !important;
    font-family: 'Gabarito' !important;
    color: #000000 !important;
    font-weight: 400;
}
.blogCnt {
    margin-bottom: 20px;
}
.secondblogheadlt {
    font-size: 32px !important;
    line-height:40px !important;
    font-family: 'Gabarito' !important;
    color: #000000 !important;
    font-weight: 400;
}
.blogContent a{
    text-decoration:none;
}
.blogFrstCvr {
    margin-bottom: 90px;
}
.blogSecondCvr {
    margin-bottom: 80px;
}
.blogthimg img{
    width:250px;
    height:250px;
    border-radius:32px !important;
    object-fit:cover
}
section.bolgCnt {
    margin-top: 250px;
    margin-bottom: 100px;
}
.bloginnCvr h2{
    color: #000000 !important;
    font-size: 32px !important;
    font-family: 'Gabarito' !important;
    font-weight: 400 !important;
}
.Author {
    padding: 30px;
    background-color: #F2F8F8;
    margin-top: 38%;
    border-radius: 24px;
    border: 1px solid #027B74;
    margin-left: 30px;
}
.author-img{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.postedon h1{
    color:#027B74 !important;
}
.pblished-Date{
    display: flex;
    align-items: center;
    gap: 10px;
}
.shareVia {
    display: flex;
    align-items: center;
    gap: 10px;
}
.postedon {
    margin-bottom: 30px;
}
.pblishedDate{
    color:#027B74 !important;
}
.author-Head {
    margin-bottom: 20px;
}
.blgprsnsImg{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #FFE16B;
}
.blgprsnsImg img {
    height: 80px;
    width: 80px;
}
h3.rltdHead {
    font-size: 40px !important;
    line-height: 56px !important;
}
.rltdBtn{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.relatedblogs {
    padding: 90px 0px;
    background-color: #F2F8F8;
}
.batchname {
    color: #000000;
    font-family: 'Gabarito';
    font-weight: 600;
}
.rltdBtn a{
    color:#027B74;
    font-weight:600;
    text-decoration:none;
        margin-right: 10px;
}
.sec0-admissinCvr {
    margin-top: 130px;
}
.admisionsecCvrr h2 {
    font-size: 32px !important;
    line-height: 40px !important;
    color: #000000 !important;
    font-family: 'Gabarito' !important;
}
.admisionSec1 {
    margin-bottom: 50px;
}
.admisionsecCvrr span{
    color: #027B74;
    font-size: 32px;
    font-family: 'Gabarito';
    font-weight: 600;
    padding-right: 10px;
}
.admisionsecCvrr ul li {
    background: url("../images/points-bg.png") no-repeat left top 9px;
    padding-left: 35px;
    list-style: none;
    line-height: 35px;
    padding-bottom: 15px;
}
.admisionsecCvrr ul{
    margin-left:30px !important;
}
.admissionRight h3{
    font-size: 40px !important;
    line-height: 56px !important;
}
.admissionRightCvrr {
    position: relative;
    padding: 30px 30px 245px 30px;
    background-color: #F2F8F8;
    border-radius: 24px;
    margin-left: 30px;
    position: sticky;
    top: 100px;
    z-index: 11;
}
.takeImg {
    position: absolute;
    right: 0px;
    bottom: 0;
}
.sec1-admission{
    margin-top: 150px !important;
    margin-bottom: 120px !important;
}
.achivemnCvr {
    text-align: center;
    margin-bottom: 40px;
}
.subsection {
    width: 88%;
    text-align: center;
}
.subsec{
    max-width: 36%;
    text-align: center;
    background-color: #FFE16B;
    padding: 0px 10px;
    border-radius: 52px;
    height: 40px;
    font-weight: 600;
    font-size: 20px;
    color: #003B38;
    margin-bottom: 12px !important;
    margin: 0 auto;
}
.taxonomy-heading {
    text-align: center;
    margin-top: 30px;
    position: relative;
    margin-bottom: 70px;
}
.taxonomy-heading span {
    background-color: #027B74;
    color: #FFE16B;
    padding: 10px 80px;
    border-radius: 32px;
    position: relative;
    z-index: 10;
}
.taxonomy-heading::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: url("../images/line.png") no-repeat center;
    background-size: cover;
    position: absolute;
    top: 20px;
}
.namesection {
    width: 88%;
    text-align: center;
    color: #000000;
    font-size: 32px;
    margin-bottom: 15px;
}
.sec0-achievers {
    margin-bottom: 100px;
}
.topperHeAd {
    text-align: center;
}
.sec0-achievers {
    margin-bottom: 130px;
    margin-top: 100px;
}
.sec0-whatOurTutorSay {
    margin-top: 120px;
    padding: 80px 0px;
    background-color: #F2F8F8;
}
.what-our-tutorHead {
    background: url(../images/quotation.png) no-repeat left top;
    padding-top: 90px;
}
.what-our-tutorHead h3 {
    font-size: 40px !important;
    line-height: 56px !important;
}
.what-our-tutorHead p{
    line-height: 32px !important;
}
.what-tutorCvrr {
    border-right: 1px solid #027B74;
}
.tutorTestimonial {
    padding-left: 60px;
}
.tutorTestTxt p {
    color: #000000;
    line-height: 40px !important;
    font-family: 'Gabarito' !important;
    font-weight: 400;
    font-size: 24px !important;
}
.TutorTestiImgCvr{
    display: flex;
    align-items: center;
    gap: 25px; 
}
.tutorTestTxt {
    padding-bottom: 25px;
}
.tutorTestiName {
    color: #027B74;
    font-size: 24px !important;
    line-height: 32px !important;
    padding-bottom: 10px;
}
.tutorTestiSub {
    color: #707070;
     font-size: 24px !important;
    line-height: 32px !important;
}
.tutorTestiImg{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #FFE16B;
}
.tutorstesti-slider .slick-dots{
    display: flex;
    justify-content: flex-start;
    padding-left: 60px !important;
    margin: 40px 0 20px 0 !important;
    
}
.blogDetail {
    margin-left: 30px;
}
.ReadMoreBtN a{
    color: #027B74;
    padding-right: 10px;
}
.blogabout {
    font-size: 24px !important;
    line-height: 32px !important;
}
.ReadMoreBtN {
    margin-top: 20px;
}
.bloginnCvr img{
        margin-bottom: 20px;
}
.bloginnCvr p{
        line-height: 32px;
}
.hightlightTxt {
    color: #027B74;
    font-size: 32px !important;
    line-height: 40px !important;
    padding: 30px 0px 50px 0px;
    font-family: 'Gabarito' !important;
    font-weight: 400 !important;
}
.blogRightCvr a{
    text-decoration:none;
}
.admisionse2 p {
    margin-left: 30px;
    margin-bottom: 15px !important;
}
.formHeadd {
    display: flex;
    align-items: center;
    gap: 240px;
}
.faqBtns a.btn.btn-secondary {
    margin-left: 20px;
}
.blgprsndetail{
    font-size: 24px !important;
    line-height: 32px !important;
}
.takeImg img{
    border-bottom-right-radius: 24px;    
}
span.heateor_sss_svg{
    margin-right: 15px !important;
}
.facultyformHead {
    text-align: center;
}
.sec0-faculty-registration {
    margin-top: 100px;
    margin-bottom: 100px;
}









.form-row {
    display: flex;
    gap: 25px;
    margin-bottom: 20px;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.form-group.full {
    width: 100%;
}

label {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 6px;
}



small {
    font-size: 12px;
    margin-top: 5px;
    color: #666;
}

.checkbox-group label {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
}

.note {
    margin: 25px 0;
    font-size: 14px;
}

.submit-btn {
    background: #F7C948;
    border: none;
    padding: 12px 35px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}


.form-row {
    display: flex;
    gap: 25px;
    margin-bottom: 20px;
}

.sec0-faculty-registration input, textarea {
    width: 100% !important;
    padding: 12px !important;
    border: 1px solid #ddd !important;
    border-radius: 6px !important;
    margin-bottom: 15px;
}

.sec0-faculty-registration textarea {
    height: 90px !important;
}
.sec-title{
    font-size: 32px !important;
    color: #000000 !important;
    font-family: 'Gabarito' !important;
}
.full-field {
    width: 100%;
    margin-bottom: 20px;
}

.file-field small {
    display: block;
    font-size: 12px;
    margin-top: 6px;
    color: #666;
}

/* Checkbox styling */
.checkbox-field p {
    margin: 0 0 6px;
    font-size: 14px;
    font-weight: 500;
}

.checkbox-field label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

.submit-btn {
    background: #FFE16B;
    border: none;
    padding: 5px 40px;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
}

.note {
    font-size: 24px !important;
    margin: 20px 0;
    line-height: 32px !important;
    color: #000000 !important;
}
.facultyBtn {
    text-align: end;
    display: flex;
    align-items: center;
    height: 100%;
}







.sec0-registration{
    background: url(../images/subject-innrBnr.png);
    margin-top: 140px;
    background-repeat: no-repeat;
}
.facultyLftCvr{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.faculty-Img{
    text-align: end;
}
.sec0-stdntRgstrtn {
    margin-top: 100px;
    margin-bottom: 100px;
}
.stdntregstrtnHead {
    text-align: center;
}



.subcntctFrm .wpcf7-form > p {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.subcntctFrm .wpcf7-form br {
    display: none;
}
.subcntctFrm .sub-enquryFrm textarea {
    height: 73px !important;
}
/*.coursesHm {
    padding: 45px 0 201px;
    background: #f2f8f800 url(../images/handImg.png) no-repeat 77% bottom;
    position: relative;
    background-color: #F2F8F8;
    background-size: 1340px;
}
/*
/*.coursesHm .tab-content {
    margin: 0 auto;
    width: 52%;
    padding: 80px 68px;
    height: 555px;
}*/

.woocommerce form #customer_details .form-row {
    display: block;
}
.woocommerce form #customer_details input[type="text"], .woocommerce form #customer_details input[type="email"], .woocommerce form #customer_details input[type="tel"], .woocommerce form #customer_details select, .woocommerce form #customer_details textarea {
    border: 1px #ccc solid !important;
}
.woocommerce form .form-row .optional {
    vertical-align: middle;
}

.woocommerce-checkout-review-order thead th {
    color: #000;
    font-weight: normal !important;
}
.woocommerce-checkout-review-order thead {
    background-color: #ffe16b !important;
}

section.bannerScn.innerBanner .container-fluid {
    width: 86%;
}
section.bannerScn.innerBanner {
    margin-top: 150px;
    padding: 25px 0;
}
.woocommerce .woocommerce-info {
    
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
border-top-color: #ffe16b !important;
    background-color: #ffe16b !important;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #fff !important;
    border-radius: 0;
    border: 1px #ccc solid !important;
    padding: 0 27px !important;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #027b74 !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
}
.payment_box.payment_method_cod p {
    color: #fff;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background-color: #027b74 !important;
}
#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
    display: flex;
    flex-wrap: wrap;
}
.form-row.place-order {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
    background-color: #ffe16b !important;
    color: #027b74 !important;
    -webkit-font-smoothing: antialiased;
    font-weight: normal !important;
    border-radius: 14px !important;
}




.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
    background-color: #027b74 !important;
    color: #ffe16b !important;
}
.woocommerce-form-coupon-toggle {
    display: none;
}
.payment_box.payment_method_cod p {
    margin: 0 !important;
}
.subjectLink.disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.3;
}
.subjectLink.disabled .batches {
    border: 1px #969696 solid !important;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    display: none !important;
}

.checkout-inline-error-message {
    color: #ff0000;
    font-size: 13px;
    font-weight: normal;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    height: 40px !important;
    border: 1px #ccc solid !important;
    border-radius: 0 !important;
    color: #000 !important;
}
.modal-header {
    display: block;
}
.modal-header {
    display: block !important;
    position: relative;
    padding-bottom: 0 !important;
}
.modal-header .btn-close {
    position: absolute;
    right: 12px;
    top: 13px;
}
h5.modal-title {
    font-size: 40px !important;
    color: #fff !important;
    line-height: 50px !important;
    margin-bottom: 0 !important;
}
.popupFormWrapper input[type="text"], .popupFormWrapper input[type="email"], .popupFormWrapper input[type="number"], .popupFormWrapper input[type="tel"], .popupFormWrapper select {
    height: 46px !important;
    border-radius: 5px !important;
}
.popupFormWrapper input[type="text"], .popupFormWrapper input[type="email"], .popupFormWrapper input[type="number"], .popupFormWrapper input[type="tel"], .popupFormWrapper select, .popupFormWrapper textarea{
    font-size: 18px !important;margin: 0 !important;
} 
span.wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 16px;
}
form.wpcf7-form > p br {
    display: none;
}
form.wpcf7-form > p {
    margin-bottom: 0 !important;
}
.popupFormWrapper textarea {
    height: 100px !important;
}
.popupFormWrapper span.wpcf7-not-valid-tip {
    padding: 0 16px;
    border: 1px #000 solid;
    border-radius: 5px;
}
span#modalBatchPrice {
    color: #2cfff4;
    font-size: 17px;
}
.category-description li::marker {
    color: #027B74;
}
.category-description ol{
    padding-left: 0rem;
}
.category-description strong{
     font-family: 'Gabarito'!important;
     font-weight:400 !important;
     font-size:32px !important;
     line-height:40px !important;
     color:#000000 !important;
}
.category-description li strong{
     font-family: 'Gabarito'!important;
     font-weight:400 !important;
     font-size:24px !important;
     line-height:32px !important;
     color:#000000 !important;
}
.batches:hover .batchdate {
    color: #fff;
}
.batches:hover .batchtime {
    color: #fff;
}
.batches:hover .batchexpiry {
    color: #fff;
}
.studentReg input[type="text"], .studentReg input[type="email"], .studentReg input[type="number"], .studentReg input[type="tel"], .studentReg input[type="password"], .studentReg select, .studentReg input[type="date"] {
    border: 1px #ccc solid !important;
    height: 54px;
    padding: 0 16px !important;
    width: 100%;    border-radius: 5px !important;
}
.studentReg .col-md-6 {
    margin-bottom: 20px;
}
.checkBxSs span {
    display: inline-block;
    margin-right: 0.3rem;
    margin-left: 0.3rem;
}
.studentReg {
    padding-bottom: 100px;
}
.MobRegBtn{
    display:none !important;
}
li#menu-item-665 {
    display: none;
}
@media (min-width: 1700px) and (max-width: 1710px) {
   .coursesHm {
        background: #f2f8f800 url(../images/handImg.png) no-repeat 70% bottom !important;
         background-size: 1380px !important;
    } 
    .coursesHm .tab-content {
        width: 50% !important;
    }
}
@media (max-width: 1799px) {
    .category-description strong {
    font-size: 24px !important;
    line-height: 34px !important;
}
    .category-description li strong {
    font-size: 20px !important;
    line-height: 28px !important;
}
    .subcntctFrm .sub-enquryFrm textarea {
    height: 50px !important;
}
    .submit-btn {
    font-size: 18px;
}
    .note {
    font-size: 20px !important;
    line-height: 30px !important;
}
    .sec0-faculty-registration input, textarea {
    font-size: 16px;
}
    .sec-title {
    font-size: 25px !important;
}
    .sec0-faculty-registration {
    margin-top: 80px;
    margin-bottom: 80px;
}
    .sec0-registration {
    margin-top: 120px;
}
    .admisionsecCvrr ul li {
    background-size: 2% !important;
}
    .blgprsndetail {
    font-size: 19px !important;
    line-height: 25px !important;
}
    .blgImg img {
    height: 200px;
    width: 200px;
}
    .faqBtns a.btn.btn-secondary {
    margin-left: 15px;
}
    .admisionse5 a{
         margin-top: 20px;   
    }
    .takeImg {
    width: 80%;
}
    h3.rltdHead {
    font-size: 32px !important;
    line-height: 40px !important;
}
   .hightlightTxt {
    font-size: 25px !important;
    line-height: 32px !important;
    padding: 20px 0px 50px 0px;
}
    .bloginnCvr p {
    line-height: 28px;
}
  .bloginnCvr h2 {
    font-size: 25px !important;
    line-height: 33px !important;
}
    .blogabout {
    font-size: 20px !important;
    line-height: 28px !important;
}
    .email-id {
    background-size: 7%;
}
    .adrs {
    background-size: 7%;
}
    .phn-numbr {
    background-size: 7%;
}
    .what-our-tutorHead h3 {
    font-size: 32px !important;
    line-height: 42px !important;
}
    .tutorTestiSub {
    font-size: 22px !important;
}
    .tutorTestiName {
    font-size: 22px !important;
    padding-bottom:5px;
}
    .tutorstesti-slider .slick-dots {
    padding-left: 40px !important;
}
    .tutorTestTxt p {
    line-height: 27px !important;
    font-size: 18px !important;
}
    .tutorTestimonial {
    padding-left: 40px;
}
    .sec0-whatOurTutorSay {
    margin-top: 80px;
    padding:45px 0px;
}
    .taxonomy-heading::after {
    top: 15px;
}
    .subsec {
    max-width: 40%;
    padding: 4px 15px;
    font-size: 16px;
}
  .taxonomy-heading {
    margin-top: 10px;
    margin-bottom: 50px;
}
    .namesection {
    font-size: 25px;
    margin-bottom: 10px;
}
    .sec0-achievers {
    margin-bottom: 90px;
    margin-top: 70px;
}
    .admissionRightCvrr {
    padding: 30px 30px 270px 30px;
}
    .admissionRight h3 {
    font-size: 32px !important;
    line-height: 42px !important;
}
    .sec1-admission {
    margin-top: 80px !important;
    margin-bottom: 100px !important;
}
    .admisionSec1 {
    margin-bottom: 50px;
}
    .admisionsecCvrr ul li {
    padding-bottom: 0px;
}
    .admisionsecCvrr span {
    font-size: 25px;
}
    .admisionsecCvrr h2 {
    font-size: 25px !important;
    line-height: 33px !important;
}
    .sec0-admissinCvr {
    margin-top: 100px;
}
    .relatedblogs {
    padding: 70px 0px;
}
    .blgprsnsImg {
    width: 70px;
    height: 70px;
}
    .blgprsnsImg img {
    height: 70px;
    width: 70px;
}
    section.bolgCnt {
    margin-top: 200px;
    margin-bottom: 80px;
}
    .sec0-blogs {
    margin-top: 80px;
    margin-bottom: 50px;
}
.firstBlogImg img {
    height: 400px !important;
}    
h2.blogheadlt {
    font-size: 30px !important;
    line-height: 40px !important;
    margin-bottom: 10px !important;
}    
.blogFrstCvr {
    margin-bottom: 70px;
}    
.secondblogheadlt {
    font-size: 25px !important;
    line-height: 35px !important;
}    
.blogSecondCvr {
    margin-bottom: 60px;
}    
.blogthimg img {
    height: 200px;
}    
    
    
    
    
    
    
    
    
    
    .sec0-contactMap {
    margin-top: 90px;
    margin-bottom: 80px;
}
.sec0-contactMap iframe {
    height: 595px;
}    
.enquireDetail {
    left: 26%;
    padding: 50px 40px 50px 50px;
}    
.formHeadd {
    gap: 220px;
}
.adrsLink {
    width: 32px;
}
.enquireDetail h2 {
    font-size: 50px !important;
    line-height: 50px !important;
    margin-bottom: 25px !important;
} 
.formHeadd {
    font-size: 25px;
}
.frmDeatils {
    font-size: 20px;
}
.frmDeatils  a{
    font-size: 20px;
}
.frmcVrr {
    padding: 50px 45px;
}
.frmcVrr textarea {
    height: 125px !important;
}    
.sec1-contctfaq {
    margin-top: 148px !important;
    margin-bottom: 120px !important;
}    
    
    
    
    
    
    
    
    
    
    
    
    .courseCvr a:hover::after {
    width: 30px;
    height: 30px;
}
    img.whatsapp {
    width: 40px;
}
    .othrCoursesSliderpopup {
    padding-bottom: 50px;
}
    .courseCvr .cLnk span {
    width: 80px;
    height: 80px;
}
    
 .courseCvr .cLnk {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 130px;
    padding-right: 40px;
}
ul.sub-menu {
    top: 40px !important;
}
.aniPos .ozmenu ul.sub-menu {
    top: 50px !important;
}
li.menu-item-has-children {
    background: url(../images/menu-icon.png) no-repeat  right  center;
    background-size: 9% !important;
}
.ozmenu ul.ozmenu-nav>li.menu-item-has-children li {
    padding: 5px 5px !important;
}
.ozmenu ul.ozmenu-nav>li.menu-item-has-children .sub-menu a {
    font-size: 15px !important;
}
    .sec0-abtsec1 {
    margin-top: 80px;
}
    .valueImg img{
        height: 40px;
        width: 40px;
    }
    input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-secondary {
    height: 43px !important;
}
    h5#batchesModalLabel {
    font-size: 32px !important;
    line-height: 30px !important;
}
    .othrCrseModal {
    margin: 0px 145px;
}
    .popupFormWrapper input,.popupFormWrapper select {
    height: 50px !important;
    margin-bottom: 0px;
}
    .coUrsecNtnt h3 {
    font-size: 28px !important;
    line-height: 32px !important;
}
 .coUrsecNtnt h4 {
    font-size: 28px !important;
    line-height: 32px !important;
}
    .sngleinnBnr-banner {
    margin-top: 120px;
}
    .ecare-inBnr {
    margin-top: 120px;
}
    .avblbatches {
    margin-top: 98px !important;
}
    .avblbatches h3 {
    font-size: 28px !important;
    line-height: 32px !important;
}
    .sub-cntnt p {
    line-height: 28px;
}
    .ourTeamHdRght p{
        line-height: 28px;  
    }
    .galryImg img {
    height: 300px;
    width: 100%;
}
    .sub-whatwe-ponints ul li {
    background: url("../images/points-bg.png") no-repeat left top 2px;
}
    .sub-whatwe-ponints ul li {
    line-height: 25px;
    padding-bottom: 20px;
}

.sec0-subjectInner {
    height: 400px;
    background-position: center;
        margin-top: 110px;
}
.sub-Img img{
    width: 68%;
}    
.sec0-sbjct-whatwe {
    margin-top: 95px;
} 
.sub-enquryFrm input.wpcf7-form-control.wpcf7-tel.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-tel {
    height: 50px;
}
.sub-enquryFrm textarea {
    height: 120px !important;
}
.sub-enqryBtn p{
    margin-bottom:0px !important;
}    
.connectCvr {
    margin-top: 35px;
    padding: 50px 0px 50px 30px;
}    
.connectHead h2 {
    font-size: 32px !important;
    line-height: 50px !important;
    margin-bottom: 20px !important;
}    
.connectImg {
    width: 40%;
}    
.sec0-more-sub {
    margin-top: 100px;
    margin-bottom: 80px;
}    
.more-subHead h3 {
    font-size: 25px !important;
    line-height: 35px !important;
}    
    
    
    
    
    
    
    
    
    
    section.sec0-coUrsecVr {
    margin-top: 80px;
    margin-bottom: 90px;
}
 .coUrseAll {
    margin-bottom: 0px;
    padding-bottom: 22px;
}   
 .coUrseAll h5 {
    font-size: 20px !important;
    line-height: 30px !important;
}   
.coUrsecNtnt img {
    margin-bottom: 10px;
}    
.coUrsecNtnt iframe {
    height: 420px;
}    
.innRsuBjects {
    margin-top: 98px;
}   
.subjectSImg img{
    width: 52px;
    height: 52px;
}   
.innRsuBjects h3 {
    font-size: 28px !important;
    line-height: 32px !important;
}  
.tesiMnial {
    margin-top: 20px !important;
}  
.testimonialInnr h3 {
    font-size: 33px !important;
}  
.testiMnil {
    font-size: 19px;
    line-height: 28px !important;
}  
  
  
  
  
  
  
  
  
  
  
    
    
    
    
    
    
    
    .abtSce1-lft h2 {
    font-size: 103px !important;
    line-height: 104px !important;
}
.sec0-speciality {
    margin-top: 56px;
}    
 .our-speclity h2 {
    font-size: 25px !important;
    line-height: 25px !important;
}   
.our-speclity p {
    line-height: 25px !important;
}
.sec0-misn-visn {
    margin-top: 102px;
}
.misn-visn p {
    font-size: 19px !important;
    line-height: 26px !important;
}   
.misnCvr {
    padding: 40px 0px;
    text-align: center;
}    
.sec0-our-values {
    margin-top: 130px;
}   
.ourValueImg {
    text-align: center;
    margin: 76px auto 0;
    width: 390px;
}    
.ourvaluMainn h3 {
    font-size: 25px !important;
    line-height: 25px !important;
}    
.ourvaluMainn li:nth-child(1) {
    left: -2%;
    top: -2%;
}       
.ourvaluMainn li:nth-child(2) {
    left: -4%;
    top: 38%;
}    
.ourvaluMainn li:nth-child(3) {
    left: -2%;
    top: 78%;
}    
.ourvaluMainn li:nth-child(4) {
    right: -2%;
    top: -2%;
}    
.ourvaluMainn li:nth-child(5) {
    right: -4%;
    top: 38%;
}    
.ourvaluMainn li:nth-child(6) {
    right: -2%;
    top: 78%;
}        
section.sec0-ourTeam {
    margin-top: 178px;
    padding: 65px 0px;
}    
.teamName {
    color: #000000;
    font-size: 26px;
    margin-bottom: 6px;
    text-align: center;
}    
.designatn {
    padding: 5px 24px;
    width: 200px;
}    
 .designatn p {
    font-size: 16px;
}   
.benifitsRght ul li {
    background-size: 5%;
    padding-left: 50px;
}    
.benifitsRght li {
    font-size: 25px;
    margin-bottom: 25px;
}    
section.sec0-Benifits {
    margin-top: 144px;
}    
.gallerythImg  img {
    height: 325px;
    border-radius: 24px;
    object-fit: cover;
}    
.galleryTitle {
    padding: 20px 10px;
    color: #000000 !important;
    font-size: 25px !important;
}    
.gallerythImg  img {
    width: 100%;
}    
#195 .footer {
    margin-top: 80px !important;
}    
    
    
    
    
  
  
  
  
  
  
    
    
    .hmfrmMainCvr {
    background-position: right;
}
    .ad {
    margin-bottom: 5px;
}
    .elmnt2 {
    width: 17%;
}
 
    .child {
    height: 400px !important;
}
    .aniPos .headerSec2 {
    padding: 5px 0 5px;
}
    .aniPos .ozmenu ul.ozmenu-nav>li {
    padding: 10px 4px !important;
}
    .aniPos .regScn {
    padding: 10px 0px;
}
    .aniPos .ozmenu ul.ozmenu-nav>li {
    position: relative;
    float: left;
    width: auto;
    padding: 10px 5px;
}
   .coursesHm {
    padding: 45px 0 201px;
    background: #f2f8f800 url(../images/handImg.png) no-repeat 70% bottom;
    position: relative;
    background-color: #F2F8F8;
    background-size: 1340px;
}
 .coursesHm .tab-content {
    margin: 0 auto;
    width: 52%;
    padding: 80px 68px;
    height: 555px;
}
    .ad {
    line-height: 26px !important;
}
   .lnk {
    background-size: 6%;
}
    .ftHead {
    margin-bottom: 10px;
}
    .blgprsnImg img{
        width: 45px;
        height: 45px;
        border-radius: 50%;
    }
    .elmnt3 img{
       width: 70%; 
    }
    .elmnt3 {
    left: 0%;
}
   .elmnt4 {
    right: 0%;
    width: 17%;
}
    .tutorSub {
    width: 100px !important;
    font-size: 16px !important;
}
    .trd {
    margin-top: -195px !important;
}
    .sub {
    font-size: 16px;
}
    .namesec {
    margin-bottom: 12px;
}
    .ltsvdoBg {
    max-width: 90%;
    margin: 0 auto;
    padding: 45px 0px;
}
    span.wpcf7-not-valid-tip {
    padding: 10px;
}
    .whyyoutxtCvr p {
    line-height: 29px;
}
    .col-lg-4.first-row {
    padding-bottom: 50px;
}
    .blog-head {
    margin-bottom: 20px;
}
    .ecareclassesTxtt {
    bottom: -15%;
}
    .testi {
    font-size: 25px;
}
    .lnk a {
    font-size: 16px;
}
    .accordion-item {
    border-top-left-radius: 18px !important;
    border-top-right-radius: 18px !important;
    border-bottom-left-radius: 18px !important;
    border-bottom-right-radius: 18px !important;
}
    button.accordion-button {
    font-size: 25px;
}
    .accordion-item {
    margin-bottom: 14px;
    padding: 5px 0px;
}
   .sec0-faq {
    margin-top: 160px;
    margin-bottom: 100px;
}
    .enquirefrmCvr {
    top: -5%;
}
    .enquireFrm textarea {
    height: 210px !important;
}
    .enquirelft {
    padding: 60px 0px;
}
    .cu {
    margin-bottom: 40px;
}
    .enquirelft a {
    font-size: 30px;
}
    .enquireHd {
    font-size: 25px;
}
    .sec0-enquire {
    margin-top: 155px;
}
    .blogNme h3 {
    font-size: 25px !important;
    line-height: 35px !important;
}
    .sec0-homeBlog {
    margin-top: 130px;
    padding: 66px 0px;
}
    .tutorSub {
    padding: 5px 15px;
    margin-bottom: 7px;
    text-align: center;
}
    .tutorImg {
    margin-bottom: 15px;
}
    .tutorNme {
    font-size: 25px;
    margin-bottom: 7px;
}
    section.sec0-tutors {
    margin-top: 100px;
}
    .topryer {
    font-size: 25px;
}
    .toprname {
    font-size: 25px;
}
    .ecareclassesTxtt {
    font-size: 25px;
}
    .sec0-whatOur {
    margin-top: 124px;
}
    .sec0-admission {
    margin-top: 136px;
}
    .sub {
    padding: 5px 10px;
}
    .namesec span{
        font-size: 25px;
    }
    .sec0-ourTop {
    margin-top: 110px;
    padding: 67px 0px;
}
    .sec0-educators {
    margin-top: 97px;
}
    .elmnt1 img{
          width: 85%;  
    }
   .sec0-lets {
    margin-top: 124px;
}
    .item img {
    height: 575px;
}
    section.sec0-interestedFrm {
    margin-top: 103px;
}
    .whyyoutxtCvr h3 {
    font-size: 25px !important;
    color: #000000 !important;
    line-height: 35px !important;
}
    .whyyouPartsCvr img {
    height: 50px;
    width: 50px;
}
    .sec0-whyyou {
    margin-top: 95px;
    padding: 68px 0px;
}
   .othrcourseCvr h5 {
    font-size: 25px !important;
    margin-bottom: 0px !important;
}
    .othrcourseCvr {
    margin: 0px 30px;
}
    .sec0-othrcors {
    margin-top: 100px;
}
    .topStrip small:before, .topStrip small:after {
    width: 18px;
    height: 18px;
    background-size: 100%;
}
.topStrip {
    padding: 6.3px 0;
}
.logo {
    width: 133px;
}
    .spacescn {
    text-align: center;
    padding: 35px 0;
}
.alumniDb {
    padding-top: 14px;
}
    .sectionColCovrLft {
    padding-top: 27px;
}
.sectionColCovrRgt ul > li {
    padding-left: 34px;
    position: relative;
}
.sectionColCovrRgt ul > li:before {
    left: 5px;
    top: 3px;
    width: 17px;
    height: 25px;
    background-size: 100% !important;
}
    .newsMain.contribute {
    padding-top: 5px;
}
.newsMain.contribute .newsCont p {
    line-height: 27px !important;
    font-size: 0.99vw !important;
}
.newsMain.contribute .newsCont {
    margin-bottom: 13px;
}
.newsMain.contribute .newsTop {
    padding: 16px 7px;
}
    .officebearers {
    padding: 58px 0 128px;
}
    .origin {
    padding: 120px 0 109px;
}
.vision_mission {
    text-align: center;
    padding: 118px 0 44px;
}
.offbearHdng p {
    margin: 0 auto 16px !important;
}
.officebearers .heading {
    padding-top: 5px !important;
}
.officebearers .heading small {
    line-height: 25px;
}
.sepratordsgn img {
    width: 27%;
}
.vision_mission .visionCont {
    margin: 0 auto 49px;
}
.msnhdng {
    padding: 50px 0 0;
}
.numbrSc {
    line-height: 47px;
}
    .aboutContent {
    padding: 48px 0;
}
.bannerScn.innerBanner {
    padding-top: 20px;        margin: 140px 0 0;
}
.left-column {
    padding-left: 15px !important;
    padding-right: 51px !important;
}
.regFormCvr {
    padding: 22px 32px;
    border-top-width: 10px;
}
.regFormCvr p {
    padding: 3px 7px 0 0;
    line-height: 26px;
    font-size: 1.04vw;
    margin: 0 0 16px !important;
}
.innBannCol {
    margin-bottom: 5px;
}
    .btn.lengthy {
    width: 160px;
}
.heading {
    padding-top: 11px;
}
    input.btn.btn-secondary {
    font-family: 'Gabarito';
    font-size: 16px !important;letter-spacing: 1.3px;
}

    .testimSlider .h2 {
    margin: 0 0 0;
}
.copyright {
    font-size: 16px;
    margin: 0px 0 0px;
    padding: 5px 0px;
}
    .socialM li {
    width: 27px;
    margin-right: 10px;
}
    
.hdng {
    font-size: 16px;
    line-height: 23px;
}
.ftrColrgCvr {
    padding-bottom: 20px;
    margin-bottom: 26px;
}
.ftrColRgt small {
    padding-left: 34px;
}
.footer {
    margin-top: 0px;
    padding: 43px 0 23px;
}
.ftHead {
    font-size: 16px !important;
}
footer li{
    font-size: 16px;
    line-height: 38px;
}
.ftrMenu li a {
    font-size: 16px;
}
.socialLnk li a {
    font-size: 16px;
}
    
.FormScnContact {
    margin-bottom: 127px;
}
.contBgSc {
    padding: 56px 0 45px 17%;
}
    .gallCol {
    padding-bottom: 27px;
}
textarea {
    height: 75px;
}
input[type="text"], input[type="email"], input[type="number"],select {
    height: 50px;
}
.contFormCol {
    padding: 37px 33px 0 !important;
}
.contDtls {
    margin-bottom: 33px;
}
    .contAddr {
    margin-bottom: 31px;
}

.contContCvr {
    padding: 38px 28px 63px;
}
    
.contBgSc {
    padding: 45px 0 45px 17%;
}
.gallHdgCvr h3 {
    margin: 0 0 6px;
}
.col-12.more {
    margin-top: 3px;
}
    .gallery {
    padding: 120px 0 126px;
    text-align: center;
}
.testimSlider {
    padding: 60px 50px 33px;
}
    .testimSlider .h2 {
    font-size: 22px !important;
}
.testiImg img {
    height: 63px;
}
.testiImg {
    width: 63px;
    margin: 29px auto 0;
    height: 63px;
    overflow: hidden;
    border-radius: 50%;
}
    .testRgt {
    padding: 0 67px 0 65px !important;
}

    .testimonials {
    padding-top: 0;
}
    .news {
    margin: 124px 0;
}
.bluInnBg {
    padding: 54px 52px;
}
    .heading small {
    font-size: 16px !important;
}
    .moreSc {
    padding-top: 22px;
}
    
.heading .h2 {
    font-size: 21px !important;
    margin-bottom: 4px !important;
}
    .certiCvr {
    padding: 0 11px;
}

    .distHdgCvr p {
    margin:0 auto 19px !important;
}
.distinguishAlumni {
    text-align: center;
    padding: 130px 0 126px;
}
    .assoLft {
    padding-top: 0;
}

    
html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
  font: 400 normal 1.2vw/31px 'Gabarito', Arial, Helvetica, sans-serif;
  color: #9A9A9A;
}

.assoRgtInnCol {
    padding-top: 76px;
}
.flexTop {
    padding-bottom: 32px;
}
.heading h2 {
    margin-bottom: 13px !important;
}
li.nav-item {
    margin: 0 7px;
    width: 142px;
}
button.nav-link {
    height: 32px;
}
    .bannerScn {
    margin: 100px 0 0;
    padding-bottom: 0;
}
.bannRgt {
    width: 56% !important;
    padding-top: 8px;
}
section.announcement {
    overflow: hidden;
    height: 48px;
}
marquee span:before {
    right: -9px;
    top: 15px;
    width: 18px;
    height: 18px;
    background-size: 100%;
}
.flxble {
    padding: 90px 0 82px;
}
h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
    font-size: 3.3vw !important;
    line-height: 61px !important;
    margin-bottom: 18px !important;
}
.assoRgtInn {
    font-size: 1.64vw !important;
    line-height: 31px !important;
}
.assoRgtInn .moreScn {
    margin-top: 29px;
}
marquee span {
    padding: 9px 50px;
}
    .bannLftCvr p {
    margin: 0 0 13px !important;
    line-height: 28px !important;
}
.bannLftCvr {
    padding: 50px 0 0 17%;
}
.banContScn li {
    margin-bottom: 14px;
}
.banContScn {
    padding-top: 6px;
    padding-bottom: 11px;
}
.bannLftCvr .h1 {
    margin-bottom: 12px;
}

.headerSec2 {
    padding: 15px 0 15px;
}
.logIn .btn {
    padding: 6px 20px !important;
    border-radius: 10px !important;
    margin-top: 0px;
}
h1, .h1 {
    font-size: 3.29vw !important;
    line-height: 65px !important;
}
.bannRgt {
    width: 56.5% !important;
    padding-top: 8px;
}
.btn {
    border-radius: 8px !important;
    padding: 11px 16px !important;
    font-size: 16px !important;
}
.btn.regBtnTop {
    padding: 10px 0px !important;
}
}



@media (max-width: 1490px) {
    .hightlightTxt {
    font-size: 23px !important;
    line-height: 30px !important;
}
    .bloginnCvr h2 {
    font-size: 23px !important;
    line-height: 30px !important;
}
    .takeImg {
    width: 80%;
}
    .Author {
    margin-top: 40%;
}
    .testiMnil {
    font-size: 16px;
    line-height: 26px !important;
}
    
    
    
    
    
    .coursesHm .tab-content {
    width: 65%;
}
    .coursesHm {
    padding: 45px 0 201px;
    background: #f2f8f800 url(../images/handImg.png) no-repeat 96% bottom;
    position: relative;
    background-color: #F2F8F8;
    background-size: 1340px;
}
    .whyyoutxtCvr h3 {
    line-height: 30px !important;
}
    .whyyoutxtCvr p {
    line-height: 27px;
}
        .spacescn {
        text-align: center;
        padding: 44px 0;
    }

    .alumniDb {
        padding-top: 5px;
    }
.almnConn {
    padding-top: 0;
}
.sectionColCovrLft {
    padding-top: 32px;
}
.sectionColCovrRgt {
    padding: 29px 23px;
}
.sectionColCovrRgt ul > li:before {
    left: 8px;
    top: 3px;
    width: 15px;
    height: 25px;
}
    .bannerScn.innerBanner {
        padding-top: 13px;
    }
    .innBannCol h1 {
    margin-bottom: 13px;
}
    .aboutContent {
        padding: 40px 0;
    }
        .origin {
        padding: 120px 0 75px;
    }
        .vision_mission {
        text-align: center;
        padding: 93px 0 73px;
    }
        .vision_mission .visionCont {
        margin: 0 auto 39px;
    }
    .numbrSc {
        line-height: 47px;
        margin-bottom: 6px;
    }
        .offbearHdng p {
        margin: 0 auto 9px !important;
    }
        .officebearers {
        padding: 19px 0 113px;
    }
    .sec1-contctfaq {
        margin-top: 100px !important;
        margin-bottom: 100px !important;
    }
}

@media (max-width: 1430px) {
    .coursesHm {
        background-size: 1304px;
    }
    .coursesHm .tab-content {
        width: 55%;
        padding: 80px 42px;
}
}

@media (max-width: 1399px) {
    .blgprsndetail {
    font-size: 16px !important;
    line-height: 23px !important;
}
    .Author {
    padding: 20px;
    margin-left: 20px;
}
    .blgImg img {
    height: 180px;
    width: 200px;
}
    .admissionRightCvrr {
    margin-left: 0px;
}
    input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-secondary {
    height: 42px !important;
}
   
    .sngleinnBnr-banner {
    margin-top: 110px;
}
    .ecare-inBnr {
    margin-top: 110px;
}
    .sec0-subjectInner {
    height: 365px;
    background-position: center;
}
    
    .testMnialSideImg {
    width: 45%;
}
.subjectS {
    margin-bottom: 20px;
}    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    section.sec0-Benifits {
    margin-bottom: 70px;
}
.galleryTitle {
    padding: 20px 10px;
    color: #000000 !important;
    font-size: 22px !important;
}
  .ourValueImg {
    width: 350px;
}  
  .ourvaluMainn li:nth-child(1) {
    left: -3%;
    top: -2%;
}  
.ourvaluMainn li:nth-child(2) {
    left: -6%;
    top: 38%;
}    
.ourvaluMainn li:nth-child(3) {
    left: -3%;
    top: 78%;
}    
  .ourvaluMainn li:nth-child(4) {
    right: -3%;
    top: -2%;
}  
.ourvaluMainn li:nth-child(5) {
    right: -6%;
    top: 38%;
}    
.ourvaluMainn li:nth-child(6) {
    right: -3%;
    top: 78%;
}      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      .coursesHm .tab-content {
    margin: 0 auto;
    width: 65%;
    padding: 80px 56px;
    height: 545px;
}
    .coursesHm {
    padding: 45px 0 187px;
    background: #f2f8f800 url(../images/handImg.png) no-repeat 100% bottom;
    position: relative;
    background-color: #F2F8F8;
    background-size: 1265px;
}
    .col-lg-4.first-row {
    padding-bottom: 30px;
}
    .whyyoutxtCvr p {
    line-height: 25px;
}
    .trd {
    margin-top: -220px !important;
}
    .spacescn {
        text-align: center;
        padding: 60px 0 39px;
    }
      html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
       line-height:  27px;
    }
    .logo {
    width: 99px;
}
}





@media (max-width: 1290px) {
    .note {
    font-size: 18px !important;
    line-height: 25px !important;
}
    .sec0-registration {
    margin-top: 110px;
}
    .blogCnt {
    margin-bottom: 12px;
}
    .tutorTestiSub {
    font-size: 20px !important;
}
    .tutorTestiName {
    font-size: 20px !important;
    padding-bottom: 0px;
}
   .tutorTestTxt p {
    line-height: 25px !important;
    font-size: 16px !important;
}
    .tutorstesti-slider .slick-dots {
    margin: 30px 0 20px 0 !important;
    padding-left: 20px !important;
}
    .tutorTestTxt {
    padding-bottom: 10px;
}
    .tutorTestimonial {
    padding-left: 20px;
}
    .sec0-whatOurTutorSay {
    margin-top: 60px;
    padding: 50px 0px;
}
    .subsec {
    max-width: 60%;
    height: auto;
}
    .namesection {
    font-size: 22px;
    margin-bottom: 10px;
}
    .sec1-admission {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}
    .sec0-admissinCvr {
    margin-top: 70px;
}
    .Author {
    margin-top: 44%;
}
    section.bolgCnt {
    margin-top: 160px;
    margin-bottom: 60px;
}
    .blgprsnpstn {
    font-size: 16px;
}
    .blgprsnNme {
    font-size: 18px;
}
    .enquireDetail {
    padding: 40px 40px 40px 40px;
}
    .frmDeatils  a {
    font-size: 18px;
}
    .frmDeatils {
    font-size: 18px;
}
    .formHeadd {
    font-size: 23px;
}
    .enquireDetail h2 {
    font-size: 40px !important;
    line-height: 40px !important;
    margin-bottom: 20px !important;
}
    .sec0-contactMap iframe {
    height: 530px;
}
    .sec1-contctfaq {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}
    .sec0-contactMap {
    margin-top: 60px;
    margin-bottom: 60px;
}
    .courseCvr .cLnk span {
    width: 65px;
    height: 65px;
}
    .coUrsecNtnt iframe {
    height: 350px;
}
    .courseCvr .cLnk h5 {
    line-height: 25px !important;
}
    .galryImg img {
    height: 260px;
    width: 100%;
}
    .gallerymainCvr {
    margin-bottom: 60px;
    margin-top: 60px;
}
    section.sec0-gallery {
    margin-top: 60px;
    margin-bottom: 60px;
}
    .sec0-subjectInner {
    height: 335px;
}
    .sec0-more-sub {
    margin-top: 70px;
    margin-bottom: 50px;
}
    .connectCvr {
    margin-top: 30px;
    padding: 40px 0px 40px 30px;
}
    .connectImg {
    width: 38%;
}
    .connectHead h2 {
    font-size: 29px !important;
    line-height: 40px !important;
}
    .sub-enquryFrm {
    margin-left: 10px;
    padding: 25px;
}
    .sub-whatwe-ponints ul li {
    padding-bottom: 15px;
}
    .sec0-sbjct-whatwe {
    margin-top: 70px;
}
    
    .sec0-abtsec1 {
    margin-top: 3.563rem;
}
.sec0-speciality {
    margin-top: 40px;
}    
.sec0-misn-visn {
    margin-top: 60px;
}    
.sec0-our-values {
    margin-top: 60px;
}  
.misn-visn {
    padding: 0px 25px;
} 
.ourvaluMainn li:nth-child(1) {
    width: 400px;
}    
.ourvaluMainn li:nth-child(2) {
    width: 400px;
}    
.ourvaluMainn li:nth-child(3) {
    width: 400px;
}      
.ourvaluMainn li:nth-child(4) {
    width: 400px;
}      
.ourvaluMainn li:nth-child(5) {
    width: 400px;
}      
.ourvaluMainn li:nth-child(6) {
    width: 400px;
}      
section.sec0-ourTeam {
    margin-top: 150px;
    padding: 50px 0px;
}    
section.sec0-Benifits {
    margin-top: 60px;
}    
.benifitsRght ul li {
    background: url("../images/benefitPonitBg.png") no-repeat left top 6px;
    background-size: 6%;
}    
.benifitsRght li {
    font-size: 22px !important;
    margin-bottom: 7px;
}    
   
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .bannerScn {
    margin: 110px 0 0;
}
    .namesec span {
    font-size: 20px;
}
    .whyyoutxtCvr h3 {
    font-size: 20px !important;
    line-height: 30px !important;
}
 .clss {
    position: absolute;
    right: 0px;
    top: -25px;
}
    .coursesHm {
    padding: 45px 0 154px;
    background: #f2f8f800 url(../images/handImg.png) no-repeat 87% bottom;
    position: relative;
    background-color: #F2F8F8;
    background-size: 1147px;
}
    .coursesHm .tab-content {
    margin: 0 auto;
    width: 65%;
    padding: 35px 56px;
    height: 465px;
}
    .coursesHm {
    padding: 45px 0 187px;
    background: #f2f8f800 url(../images/handImg.png) no-repeat 100% bottom;
    position: relative;
    background-color: #F2F8F8;
    background-size: 1170px;
}
  
    .lnk {
    background-size: 7%;
}
    .blgprsnImg img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
}
    .trd {
    margin-top: -175px !important;
}
    .sub {
    padding: 7px 10px;
}
    .sub {
    max-width: 45%;
}
    .elmnt2 {
    display: none;
}
    .testi {
    font-size: 20px;
}
    .blogNme h3 {
    font-size: 22px !important;
    line-height: 32px !important;
}
    button.accordion-button {
    font-size: 23px !important;
}
   .footer {
    margin-top: 0px;
    padding: 43px 0 20px;
}
    .sec0-faq {
    margin-top: 130px;
    margin-bottom: 80px;
}
    .sec0-enquire {
    margin-top: 110px;
}
    .sec0-homeBlog {
    margin-top: 70px;
    padding: 50px 0px;
}
    .tutorSub {
    width: 95px;
    height: 38px;
    font-size: 16px;
}
    .tutorNme {
    font-size: 20px !important;
}
    .topryer {
    font-size: 20px !important;
}
    .toprname {
    font-size: 20px !important;
}
    .ecareclassesTxtt {
    font-size: 20px !important;
}
    .sec0-whatOur {
    margin-top: 70px;
}
    .sec0-admission {
    margin-top: 80px;
}
    .sub {
    font-size: 16px;
}
    .namesec {
    text-align: center;
    margin-bottom: 7px;
}
    .sec0-ourTop {
    margin-top: 90px;
    padding: 50px 0px;
}
    .elmnt2 img{
        width: 64%;
    }
    .elmnt2 {
    right: 0px;
}
    .elmnt1 {
    width: 18%;
}
    .eductrMainCvrr {
    max-width: 90%;
    margin: 0 auto !important;
}
    .sec0-lets {
    margin-top: 80px;
}
    .sec0-educators {
    margin-top: 70px;
}
    section.sec0-interestedFrm {
    margin-top: 80px;
}
    .sec0-othrcors {
    margin-top: 60px;
}
        .bannerScn.innerBanner {
        margin: 140px 0 0;
    }
        .spacescn {
        text-align: center;
        padding: 36px 0;
    }
    .heading small {
        font-size: 13px !important;
    }
        .btn {
        padding: 5px 19px !important;
        font-size: 16px !important;
    }
    section.sec0-tutors {
    margin-top: 65px;
}
 section.sec0-Benifits {
    margin-bottom: 60px;
}
}




@media (max-width: 1090px) {
    .note {
    font-size: 18px !important;
    line-height: 25px !important;
}
    .sec0-faculty-registration {
    margin-top: 50px;
    margin-bottom: 50px;
}
    .blgImg img {
    height: 150px;
    width: 100%;
}
    .achivemnCvr {
    margin-bottom: 25px;
}
    .hightlightTxt {
    font-size: 20px !important;
    line-height: 28px !important;
}
    .bloginnCvr h2 {
    font-size: 20px !important;
    line-height: 28px !important;
}
    .bloginnCvr img {
    margin-bottom: 0px;
}
    .Author {
    margin-left: 0px;
}
    .blogDetail {
    margin-left: 0px;
}
    .what-our-tutorHead h3 {
    font-size: 25px !important;
    line-height: 35px !important;
}
 .taxonomy-heading {
    margin-top: 5px;
    margin-bottom: 30px;
}
    .sec0-achievers {
    margin-bottom: 50px;
    margin-top: 40px;
}
  
    .admissionRightCvrr {
    padding: 30px 30px 185px 30px;
}
    .admissionRight h3 {
    font-size: 22px !important;
    line-height: 32px !important;
}
    .admisionsecCvrr span {
    font-size: 22px !important;
}
    .admisionsecCvrr h2 {
    font-size: 22px !important;
    line-height: 28px !important;
}
    h3.rltdHead {
    font-size: 25px !important;
    line-height: 33px !important;
}
    .relatedblogs {
    padding: 40px 0px;
}
    .postedon h1 {
    line-height: 46px !important;
}
    .blogthimg img {
    height: 160px;
    width: 100%;
}
    .secondblogheadlt {
    font-size: 20px !important;
    line-height: 30px !important;
}
    .blgprsnpstn {
    margin-left: 55px;
}
.blogabout {
    font-size: 16px !important;
    line-height: 24px !important;
}
    h2.blogheadlt {
    font-size: 25px !important;
    line-height: 33px !important;
}
    .sec0-blogs {
    margin-top: 60px;
    margin-bottom: 40px;
}
.firstBlogImg img {
    height: 350px !important;
}
.enquireDetail {
    padding: 40px 40px 40px 40px;
}
.formHeadd {
    gap: 200px;
}
.adrsLink {
    width: 25px;
}
    .enquireDetail {
    left: 30%;
}
    .sec0-contactMap iframe {
    height: 480px;
}
    .youtubSide {
    padding: 41px 41px;
}
    .sngleinnBnr-banner {
    height: 170px;
}
    .ecare-inBnr img {
    height: 170px;
}
    .galryImg img {
    height: 210px;
}
  .galleryTitle {
    font-size: 20px !important;
}
    .sub-enquryFrm h3 {
    font-size: 35px !important;
}
    .sec0-more-sub {
    margin-top: 40px;
    margin-bottom: 10px;
    padding: 20px 0px;
}
    .sub-Img img {
    width: 80%;
}
    .coUrseAll img {
    height: 38px !important;
    width: 38px !important;
    object-fit: cover;
}
    .coUrseAll a {
    gap: 12px;
    padding: 10px;
}
.coUrseAll h5 {
    font-size: 18px !important;
    line-height: 28px !important;
}
.sec0-subjectInner {
    background-position: right;
}
.sub-enquryFrm textarea {
    height: 100px !important;
}
.connectHead h2 {
    font-size: 23px !important;
    line-height: 33px !important;
}






   
    section.sec0-gallery {
    margin-top: 60px;
}
    .gallerythImg  img {
    height: 250px;
}
 .engageHd h2{
     margin-bottom: 0px !important;
 }   
.abtSce1-lft h2 {
    font-size: 80px !important;
    line-height: 80px !important;
}    
.our-speclity {
    padding-right: 10px;
}    
.misn-visn h2 {
    margin-bottom: 0px !important;
}    
.ourvaluMainn ul li {
    position: unset;
}    
.ourvaluMainn li{
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 20px;
}    
.ourValueImg {
    text-align: center;
    margin: 0px auto 0;
}    
 section.sec0-ourTeam {
    margin-top: 60px;
    padding: 50px 0px;
}   
.benifitsRght li {
    font-size: 20px !important;
    line-height: 32px !important;
    padding-left: 45px;
}     
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .coursesHm {
    padding: 10px 0 104px;
    background: #f2f8f800 url(../images/handImg.png) no-repeat 0% bottom;
    position: relative;
    background-color: #F2F8F8;
    background-size: 1100px;
}
   .coursesHm .tab-content {
    margin: 0 auto;
    width: 72%;
    padding: 33px 56px;
    height: 520px;
}
    .lnk {
    background-size: 9%;
}
    .elmnt3 {
    display: none;
}
    .sub {
    max-width: 55%;
}
    .item {
    margin: 0px 12px;
}
    .item img {
    height: 450px;
}
    .col-lg-4.first-row {
    padding-bottom: 20px;
}
    .adminHead {
    padding-bottom: 10px;
}
    .enquireFrm textarea {
    height: 200px !important;
}
    .socialLnk li a {
    line-height: 30px !important;
}
    .lnk {
    padding-bottom: 10px;
}
    .ftrMenu li a {
    line-height: 30px !important;
}
    .socialLnk {
    margin-left: 80px;
}
    .elmnt4 {
    display: none;
}
.tutorHead {
    margin-bottom: 10px;
}
    .ozmenu ul.ozmenu-nav>li {
    padding: 0 4px !important;
}
    section.sec0-tutors {
    margin-top: 50px;
}
    .ecareclassesTxtt {
    bottom: -32%;
}
    .enquirelft a {
    font-size: 25px !important;
}
    button.nav-link {
    font-size: 16px!important;
}
    .othrcourseCvr {
    margin: 0px 5px;
}
    .flxble {
    padding: 65px 0 70px;
}
    .bannLftCvr {
    padding: 0px 0 0 17%;
}
    .ozmenu ul.ozmenu-nav>li a {
    padding: 3px 0px !important;
}
        .newsMain.contribute .newsCont p {
        line-height: 19px !important;
        font-size: 13px !important;
    }
    .contribute .h2 {
    font-size: 20px !important;
    margin: 0 0 4px !important;
    line-height: 30px !important;
}
.newsMain.contribute .btn {
    padding: 4px 16px !important;
    font-size: 12px !important;
    text-transform: none;
}
    .newsMain.contribute .newsTop {
        padding: 16px 0;
    }
    .assoRgtInnCol {
        padding-top: 62px;
    }
        .distinguishAlumni {
        padding: 50px 0 50px;
    }
        .news {
        margin: 50px 0;
    }
        .gallery {
        padding: 50px 0 50px;
    }
        .FormScnContact {
        margin-bottom: 0;
    }
        .socialM li {
        margin-right: 3px;
    }
    .copyright {
        font-size: 13px;
    }
        .btn {
        font-size: 12px !important;
        padding: 5px 12px !important;
    }
     html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, .bluInnBg p, .bluInnBg p {
        line-height: 26px !important;
        font-size: 16px !important;
    }
    .ozmenu ul.ozmenu-nav>li a {
    padding: 8px 0px !important;
}
.btn.regBtnTop {
    padding: 8px 0px !important;
}
.rltdBtn img{
    width: 16px;
}
.ReadMoreBtN img{
    width: 16px;
}


}



@media (max-width: 991px) {
    .MobRegBtn{
    display:block !important;
}
    .coUrsecNtnt li {
    margin-bottom: 20px;
}
    h5.modal-title {
    font-size: 28px !important;
    line-height: 38px !important;
}
    .subcntctFrm .sub-enquryFrm textarea {
    height: 71px !important;
}
.subcntctFrm .wpcf7-form > p {
    grid-template-columns: 1fr;
}
    .facultyBtn {
    text-align: center;
    justify-content: center;
}
    .note {
    margin: 0px 0;
    text-align: center;
}
    .sec-title {
    font-size: 20px !important;
    text-align: center;
}
    .form-row {
    display: block;
    margin-bottom: 0px;
}
    .facultyLftCvr {
    align-items: center;
    text-align: center;
    padding: 30px 0px;
}
    .sec0-registration {
    margin-top: 120px;
    background: linear-gradient(to bottom, #FFF7D8 0%, #BDFFFB 100%);
}
    span.heateor_sss_svg {
    margin-right: 8px !important;
}
    .shrIcns{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%; 
    }
    .admissionRight p{
        max-width: 70%;
    }
    .blgImg img {
    height: 240px;
    width: 240px;
}
    .faqBtns a.btn.btn-secondary {
    margin-left: 0px;
}
    .hightlightTxt {
    padding: 10px 0px 30px 0px;
}
    .author-img {
    justify-content: center;
}
    .ReadMoreBtN {
    margin-top: 10px;
}
    .tutorstesti-slider .slick-dots {
    justify-content: center;
}
.tutorTestiImg {
    display: block;
    margin: 0 auto;
}
    .TutorTestiImgCvr {
    display: block;
    align-items: center;
}
    .tutorTestimonial {
    padding-left: 0px;
    text-align: center;
}
    .what-tutorCvrr {
    border-right: 0px;
}
    .what-our-tutorHead {
    background: url(../images/quotation.png) no-repeat center top;
    padding-top: 75px;
    text-align: center;
}
 
.achivemnCvr {
  margin-bottom: 30px;
}

    .subsection {
    width: 100%;
}
    .namesection {
    width: 100%;
    }
    .placelisImg {
    width: 100%;
}
    .admisionSec1 {
    text-align: center;
}
    .sec1-admission {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}
  .admisionsecCvrr ul li {
    background: url("../images/points-bg.png") no-repeat left top 5px;
    padding-bottom: 7px !important;
    padding-left: 20px;
}
    .sec0-admissinCvr {
    margin-top: 50px;
}
    .admissionRightCvrr {
    padding: 30px 30px 133px 30px;
}
    .admissionRight h3 {
    max-width: 58%;
}
      .takeImg {
    width: 44%;
}
    .rltdBtn {
    justify-content: center;
    margin-bottom: 20px;
}
    h3.rltdHead {
    text-align: center;
    line-height: 30px !important;
        margin-bottom: 0px !important;
}
    section.bolgCnt {
    text-align: center;
}
    .pblished-Date {
    display: block;
}
.shareVia {
    display: block;
}
    .Author {
    margin-top: 0;
    margin-bottom: 30px;
}
    .blogContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
    .blogDetail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
 .blogthimg img {
    height: 250px;
    width: 250px;
}
    .blogSecondCvr {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid;
}
    .blogFrstCvr {
    margin-bottom: 30px;
}
  .blogthimg {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
    .frmcVrr p {
    text-align: center;
}
    .frmcVrr h2 {
    text-align: center;
}
    .sec0-contactMap iframe {
    height: 300px;
}
   .enquireDetail {
    position: unset;
    transform: none;
    max-width: 60%;
    margin: 0 auto;
    margin-top: 30px !important;
}
    .youtubSide {
    padding: 0;
}
    img.whatsapp {
    width: 40px;
}
 
    .ourValueImg{
        margin-bottom:10px;
    }
    .coUrsecNtnt dd {
    text-align: left;
}
    .coUrsecNtnt li {
    text-align: left;
}
    h5#batchesModalLabel {
    font-size: 30px !important;
    line-height: 30px !important;
}
    .popupFormWrapper textarea {
    height: 100px !important;
}
    .popupFormWrapper input,  .popupFormWrapper select {
    height: 48px !important;
}
    .othrCrseModal {
    margin: 0px 25px;
}
    .avblbatches h3{
        text-align:center;
    }
    .avblbatches p{
        text-align:center;
    }
    .avblbatches {
    margin-top: 50px !important;
    margin-left: 0px !important;
}
    .sub-whatwe-head h2{
        text-align:center;
    }
    .benifitsRght {
     margin-left: 0px;
    }
    .benifitsRght h3{
        text-align:center;
    }
    .gallerymainCvr {
    margin-bottom: 30px;
    margin-top: 30px;
}
    .galryImg img {
    height: 270px;
}
    
    .sec0-subjectInner {
    background: linear-gradient(to bottom,  #FFF7D8 0%, #BDFFFB 100%);
}
.sec0-subjectInner {
    height: auto;
    margin-top: 110px;
}   
 .subLftCvr {
    align-items: center;
    text-align: center;
    padding-top: 30px;
}   
.sub-Img {
    text-align: center;
    margin-bottom: 30px;
}   
.sub-Img img {
    width: 50%;
}
.sec0-sbjct-whatwe {
    margin-top: 30px;
}
.connectCvr {
    margin-bottom: 30px;
}
.connectCvr {
    padding: 45px 265px 45px 30px;
    margin-top: 20px;
}
.connectHead h2 {
    font-size: 25px !important;
    line-height: 35px !important;
}
.connectImg {
    width: 35%;
}
.sub-enquryFrm h3 {
    text-align: center;
    font-size: 30px !important;
}
.sub-enqryBtn {
    text-align: center;
}









    
    
    
    
    .coUrseLftcVr {
    border-right: 0;
    position: relative;
    top: 0;
    z-index: 10;
}
.coUrseAll a {
    display: flex;
    align-items: center;
    gap: 20px;
    text-decoration: none;
    padding: 15px;
    border-bottom: 1px solid #D3D3D3;
} 
.coUrseAll {
    padding-bottom: 0px;
}
section.sec0-coUrsecVr {
    margin-top: 40px;
    margin-bottom: 40px;
}
.coUrsecNtnt {
    margin-left: 0px;
    margin-top: 50px;
    text-align: center;
}   
.coUrsecNtnt iframe {
    height: 350px;
}    
.innRsuBjects {
    margin-top: 50px;
    margin-left: 0px;
}    
.tesiMnial {
    margin-left: 0px !important;
    padding: 30px;
}    
.testMnialSideImg {
    width: 35%;
}    
.sngleinnBnr-banner {
    height: 170px;
}    
.sngle-banner h1 {
    font-size: 35px !important;
}    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
.ecare-inBnr img{
    height: 170px;    
}
.inleftbanner h1 {
    font-size: 35px !important;
}
 .abtSce1-lft h2 {
    font-size: 70px !important;
    line-height: 70px !important;
    text-align: center;
}  
.sec0-abtsec1 {
    margin-top: 30px !important;
}    
.sec0-speciality {
    margin-top: 30px;
}    
.our-speclity {
    padding-right: 0px;
    text-align: center;
    border-right: 0;
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 20px;
} 
.sec0-misn-visn {
    margin-top: 30px;
}    
.misn-visn {
  padding: 0px 25px 20px 25px;
  margin-bottom: 20px;
  border-right: 0;
}
.sec0-misn-visn .misn-visn {
  border-bottom: none;
}

.sec0-misn-visn .row > .col-lg-6:first-child .misn-visn {
  border-bottom: 1px solid #E2E2E2;
}
.misnCvr {
    padding: 28px 0px 0px 0px;
    text-align: center;
}    
.sec0-our-values {
    margin-top: 40px;
}    
.ourValueImg {
    width: 300px;
}    
.ourvaluMainn h3 {
    font-size: 23px !important;
}    
section.sec0-ourTeam {
    margin-top: 40px;
    padding: 30px 0px;
    text-align: center;
}
.teamCvr {
    margin-bottom: 20px;
}
.teamImg {
    margin-bottom: 10px;
}
.teamName {
    font-size: 22px !important;
}
section.sec0-Benifits {
    margin-top: 30px;
    margin-bottom: 30px;
}
.benifitsLft{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom:20px;
}
.benifitsRght ul {
    margin-left: 90px !important;
}














    
    
    
    
    
    
    
    
     .ad {
    margin-bottom: 0px;
}
    section.sec-lftPopup {
    display: none;
}
    .aniPos .ozmenu ul.ozmenu-nav>li {
    padding: 0px !important;
    margin-bottom: 12px !important;
    padding-left: 12px !important;
}
    .aniPos .ozmenu ul.ozmenu-nav>li {
    position: relative;
    float: left;
    width: 100%;
}
    .courseCvr a:hover::after {
    top: 50%;
    width: 30px;
    height: 30px;
    display:none;
}
    .courseCvr .cLnk span {
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
    height: 70px;
}
    .logIn .btn {
    padding: 2px 16px !important;
}
    .copyright{
       padding: 10px 0px; 
    }
    .toppr img{
    height: 96px;
    width: 96px;
    border-radius: 50%;
}
    .btn{
    font-size: 16px !important;
}
    .menu-close .close {
    background-color: #027B74 !important;
}
    .ozmenu ul.ozmenu-nav>li {
    margin-bottom: 12px !important;
            padding-left: 12px !important;
}
    section.coursesHm {
    background-color: #F2F8F8;
}
    .coptRit {
    text-align: center;
}
    .copyLft {
    text-align: center;
}
    .lnk {
    background-size: 3%;
}
    .namesec span {
    font-size: 22px !important;
}
    .col-lg-4.first-row {
    padding-bottom: 0px;
}
    .bannerScn .slick-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

    .sec0-enquire {
    margin-top: 80px;
}
    .topStrip small {
    font-size: 16px !important;
}
    .trd {
    margin-top: -130px !important;
}
    .blogBtn {
    align-items: center;
    justify-content: center;
}
    .coursesHm {
    padding: 45px 0 45px;
}
    a.btn.btn-primary.regBtnTop {
    display: none;
}
    .headerSec2 {
    padding: 15px 0 15px;
}
    .othrcrsHead p {
    max-width: 100%;
}
    .coursesHm {
    background: none;
}
        .elmnt4{
    display: none;
}
    .elmnt3 {
    display: none;
}
    .ftrMenu li a {
    line-height: 32px !important;
}
    .lnk {
    margin: 10px 0;
    display: block;
    background-position: top center;
    padding-top: 25px;
    padding-left: 0px;
}
    .socialLnk {
    margin-left: 0px;
}
    .ftrcolcnt ul {
    column-count: 1;
}
  .footer {
    margin-top: 0px;
    padding: 30px 0 10px;
    text-align: center;
}
    button.accordion-button {
    font-size: 20px !important;
}
    .faqHead{
        text-align: center;
        margin-bottom: 30px;
    }
    .sec0-faq {
    margin-top: 70px;
    margin-bottom: 50px;
}
    .enqrefrmBtn {
    text-align: center;
}
    .enquirefrmCvr {
    margin-bottom: 30px;
}
    .enquirelft {
        text-align: center;
    padding: 30px 0px 0px 0px;
}
    .enquirelft a {
    font-size: 25px !important;
}
    .enquireHd {
    font-size: 20px !important;
}
    .enquirelft li {
    margin: 10px 0;
    display: block;
    background-position: top center;
    padding-top: 32px;
    padding-left: 0px;
}
    .enquirefrmCvr {
    position: unset;
    margin-left: 0px;
    max-width: 100%;
}
    .blgMainCvr {
    display: block;
}
    .blgImg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
    .blogRightCvr {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
    text-align: center;
}
    .blogBtn {
    text-align: center;
    margin-bottom: 20px;
}
    .blog-head {
    margin-bottom: 10px;
    text-align: center;
}
    .sec0-homeBlog {
    margin-top: 50px;
    padding: 42px 0px;
}
    .tutorSub {
    width: auto !important;
}
    .tutorDetails {
    max-width: 93%;
    margin: 0 auto;
    text-align: center;
}
    section.sec0-tutors {
    margin-top: 60px;
}
    .ecareclassesTxtt {
    bottom: 38%;
}
    .forstl{
        display: flex;
    }
     .forstl > .col-lg-5 {
    order: 2;
    }
    .forstl > .col-lg-7 {
    order: 1;
    }
    .adminHead {
    padding: 30px 30px 0px 30px;
    text-align: center;
    margin-left: 0px;
    align-items: center;
}
    .sec0-admission {
    margin-top: 70px;
}
    .ourTopHead{
        text-align: center;
                margin-bottom: 20px;
    }
    .sec0-ourTop {
    margin-top: 68px;
    padding: 40px 0px;
}
    .elmnt1 {
    display: none;
}
 .elmnt2 {
    display: none;
}
    .ltsvdoBg {
    max-width: 90%;
    padding: 35px 0px;
}
    .sec0-lets {
    margin-top: 50px;
}
    .Single-vdo {
    max-width: 100%;
}
    .item img {
    height: 535px;
}
    .item {
    margin-bottom: 20px;
}
    .eductrMainCvrr {
    max-width: 100%;
}
    .educatorHead {
    margin-bottom: 10px;
}
    .sec0-educators {
    margin-top: 50px;
}
    .homForm {
    text-align: center;
}
    .hmfrmBtn p{
        margin-bottom: 0px;
    }
    .hmfrmBtn {
    text-align: center;
}
    .whyyoutxtCvr h3 {
    font-size: 20px !important;
    line-height: 26px !important;
}
    section.sec0-interestedFrm {
    margin-top: 60px;
}
    .why-youHead {
    padding-bottom: 20px;
}
    .whyyouPartsCvr img {
    height: 40px;
    width: 40px;
}
    .sec0-whyyou {
    margin-top: 50px;
    padding: 40px 0px;
}
.courseCvr {
    padding: 0px 20px 0px 20px;
    margin-bottom: 0px;
}
    .othrcourseCvr h5 {
    font-size: 20px !important;
}
    .othrcourseCvr {
    margin: 0px 10px;
    margin-bottom: 20px !important;
}
    .courseCvr .cLnk h5 {
    font-size: 18px !important;
    line-height: 28px !important;
}
   .courseCvr .cLnk {
    margin-bottom: 0px;
    padding-left: 126px;
    padding-top: 30px;
    padding-bottom: 30px;
}
  .coursesHm .tab-content {
    margin: 0 auto;
    width: 100%;
    padding: 10px 10px;
    height: auto;
}
    .flxble {
    padding: 40px 0 40px;
}
    .colCvr .h2 {
    font-size: 3.5vw !important;
}
    .assoRgtInn {
    font-size: 16px !important;
    line-height: 26px !important;
}
    .elmnt2 {
    right: 0;
}
    .btnHdr .btn {
    margin-top: 10px !important;
}
    .aniPos .btnHdr .btn {
        margin-top: 3px !important;
    }
    h1, .h1 {
    font-size: 3.29vw !important;
    line-height: 36px !important;
}
    span.dropS {
    display: block;
}
        .bannerScn.innerBanner {
        margin: 90px 0 0;
    }
    .alumniDb .innBannCapCvr {
    width: 100%;
}
    .downloadsinner .h2 {
    font-size: 14px !important;
    line-height: 24px !important;
    margin-bottom: 5px !important;
}
.downlBtn .btn {
    padding: 0px 0 !important;
    font-size: 11px !important;
}
    .innBannCapCvr {
    width: 90%;
}
    .certifiSLider button.slick-arrow {
    display: block !important;
}
    .logRegBtnsMob {
    display: block;
}
    .distHdgCvr p {
    width: 100%;
}
    .heading .h2 {
        font-size: 20px !important;
        margin-bottom: 4px !important;
        line-height: 24px !important;
    }
.assoRgtInnCol {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .assoRgtInn h2, .assoRgtInn h1, h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 17px !important;
    font-size: 30px !important;
    line-height: 40px !important;
}

.bannLftCvr {
        padding: 27px 0 0 24%;
    }
    html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, .bluInnBg p, .bluInnBg p {
        line-height: 26px !important;
        font-size: 16px !important;
    }
       .logo {
        margin: 10px 0px;
        width: 100px;
    }
    
   .blueLft {
    width: 100% !important;
    text-align: center;
}
.bluInnBg p {
    width: 100%;
}
.blueRgt {
    width: 100% !important;
    text-align: center;
    padding-top: 10px;
}
    .logoCol {
    width: 18% !important;
}
.menuCol {
    width: 66% !important;
}
.bluInnBg {
        padding: 24px 25px;
    }
        .btn {
        font-size: 12px !important;
        padding: 5px 12px !important;
    }
    .date {
    font-size: 20px !important;
    margin: 0 0 20px;
}
        .testimSlider {
        padding: 30px 26px;
        background-position: 15px 14px;
        background-size: 31px;
    }
        .contBgSc {
        padding: 45px 0 45px 0;
    }
    .ftrCall small {
    background-size: 20px;
    background-position: 0px 4px;
}
.ftrColrgCvr a {
    font-size: 14px;
}
.ftrMenuScnBtm li {
    width: 50%;
}
.socialM li {
        margin-right: 0px;
        width: 24px;
    }
    .ftrMail small {
    background-size: 18px;
    background-position: 0 5px;
}
.btnHdr {
    width: 16% !important;position: relative;
}

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .blueBgScn .container {
    max-width: 92% !important;
}
.bannLftCvr {
        padding: 0 0 0 13%;
    }
    .bannerScn {
        margin: 120px 0 0;
    }
.btnHdr .btn {
    position: absolute;
    right: 100px;
    top: 50%;
    margin-top: 8px;
}
header .row {
    position: relative;
}
.logRegBtnsMob {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    z-index: 9;
}
.logRegBtnsMob .container-fluid, .logRegBtnsMob .col-6 {
    padding: 0;
}
.logRegBtnsMob .row {
    margin: 0;
}
.logRegBtnsMob a{
    display: block;
    padding: 10px;
    text-decoration: none;
            font-family: 'Gabarito';
        text-transform: uppercase;
}
.logCol a{
    background: #FAA21F;
    color: #000;
}
.logCol a:hover{
    background: #303692;
    color: #fff;
}
.regCol a{
    background: #303692;
    color: #fff;
}
.regCol a:hover{
    background: #FAA21F;
    color: #000;
}
.blgprsnpstn {
    margin-left: 0px;
    text-align: center;
}
.faqBtns a.btn.btn-primary {
    margin-right: 10px;
}
.ftrColLft ul{
    column-count:2;
}
.banContScn {
    padding-top: 6px;
    padding-bottom: 0px;
}
.annLft small {
    font-size: 12px !important;
}
.colCvr  small {
    font-size: 16px !important;
}
   h2.blogheadlt {
    font-size: 20px !important;
    line-height: 30px !important;
}
 .firstBlogImg img {
    height: auto !important;
}
.prsonImg-nme {
    display: block;
}
.prsonImg-nme {
    display: block;
}
.tutorstesti-slider .slick-dots {
    padding-left: 0px !important;
}
}



@media (max-width: 767px) {
    .coUrsecNtnt li {
    margin-bottom: 10px;
}
    .category-description li strong {
    font-size: 18px !important;
    line-height: 26px !important;
}
   .subcntctFrm .sub-enquryFrm {
    padding: 16px;
}
    .sec0-faculty-registration {
    margin-top: 30px;
    margin-bottom: 30px;
}
    .admisionsecCvrr ul li {
    background: url("../images/points-bg.png") no-repeat left top 5px;
    background-size: 3% !important;
}
    .placelisImg {
    width: 80%;
}
    section.bolgCnt {
    margin-bottom: 30px;
}
    .placelisImg {
    background-repeat: no-repeat;
}
    .placelisImg {
    margin-bottom: 10px;
}
   .achivemnCvr {
  margin-bottom: 40px;
}
    .tutorstesti-slider .slick-dots {
    margin: 20px 0 0px 0 !important;
}
    .tutorTestTxt {
    padding-bottom: 0px;
}
    .sec0-whatOurTutorSay {
    margin-top: 30px;
    padding: 30px 0px;
}
    .sec0-achievers {
    margin-bottom: 30px;
    margin-top: 30px;
}
  
    .takeImg {
    width: 55%;
}
    .admissionRight h3 {
    max-width: 80%;
}
    .sec0-admissinCvr {
    margin-top: 30px;
}
    .batches {
    width: 100%;
}
 
    .sec0-blogs {
    margin-top: 30px;
    margin-bottom: 10px;
}
    .enquireDetail h2 {
    font-size: 35px !important;
    line-height: 35px !important;
    margin-bottom: 20px !important;
}
    .sec1-contctfaq {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
    .frmcVrr {
    padding: 30px 30px;
}
    .enquireDetail {
      max-width: 90%;
      padding: 30px 30px 10px 30px;
}
    .sec0-contactMap {
    margin-top: 30px;
    margin-bottom: 30px;
}
    .subjectS {
    display: block;
}
    .subjectLink {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
    .avblbatches {
    margin-top: 30px !important;
}
    section.sec0-gallery {
    margin-top: 30px;
    margin-bottom: 30px;
}
    .sec0-more-sub {
    margin-top: 30px;
    margin-bottom: 0px;
}
   .more-subHead {
       text-align:center;
   }
    .connectCvr {
    padding: 45px 86px 45px 30px;
    margin-top: 20px;
}
    .coUrsecNtnt {
    margin-top: 30px;
}
    .sngle-banner h1 {
    font-size: 35px !important;
    text-align: center;
}
  section.sec0-coUrsecVr {
    margin-top: 30px;
    margin-bottom: 30px;
} 
.innRsuBjects {
    margin-top: 30px;
}
.innRsuBjects h3 {
    text-align: center;
} 
.subjectS {
    margin-bottom: 15px !important;
    max-width: 100%;
    margin: auto;
}













    
    
    
    .galleryTitle {
    font-size: 22px !important;
    text-align: center;
}
.benifitsRght ul {
    margin-left: 20px !important;
}    
.gallerythImg  img {
    height: 300px;
}    
    
    
    
    
    
    
    
    
    
    
    
    
    
  .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    width: 100% !important;
}  
    
 
    .blog-head {
    margin-bottom: 0px;
}
.blog-head h3{
   margin-bottom: 0px !important; 
}
    .aniPos .btnHdr .btn {
    margin-top: 0px !important;
}
    .ltsvdoBg {
    max-width: 90%;
    padding: 23px 0px;
}
    .hmfrmMainCvr {
    background-position: right;
}
    .courseCvr .cLnk span img {
    object-fit: cover;
    height: 46px;
    width: 46px;
    border-radius: 50%;
}
    .courseCvr .cLnk {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 70px;
    padding-right: 10px;
}
    .courseCvr {
    padding: 0px 0px 0px 0px;
}
    .assoLft > img {
    width: 40.7%;
}
    .assoLft h2 {
    max-width: 58%;
    margin: 0 auto;
}
    .annLft small {
    padding: 10px 46px 10px 0;
    font-size: 0px !important;
}
    .lnk {
    background-size: 4%;
}
    .subCvrr {
    width: 100%;
    text-align: center;
}
    .item {
    margin: 0px 60px;
}
    .blogNme h3 {
    font-size: 20px !important;
    line-height: 30px !important;
    margin-bottom: 0px !important;
}
    .datesec {
    width: 100%;
}
    .sub {
    max-width: 45%;
}
    .namesec {
    width: 100%;
}
    .slick-dots {
    margin: 15px 0 15px 0 !important;
}
    .trd {
    margin-top: -105px !important;
}
    .placelstCvr{
        text-align: center;
    }
    .placelisImg {
    display: inline-block !important;
}
    .topStrip small {
    margin-right: 0%;
}
    .topStrip small:after {
    right: -23px;
}
    .topStrip small:before {
    left: -23px;
}
    .topStrip a {
    margin-left: 0px;
}
    .btnHdr .btn {
    margin-top: 5px;
}
    .hmfrmMainCvr {
    padding: 30px 20px;
}
    .enquirefrmCvr {
    padding: 30px 30px;
}
    .footer {
    margin-top: 0px;
}
    .sec0-faq {
    margin-top: 30px;
    margin-bottom: 30px;
}
    .sec0-enquire {
    margin-top: 40px;
}
    .sec0-homeBlog {
    margin-top: 30px;
    padding: 30px 0px;
}
    .tutorDetails {
    max-width: 85%;
}
    .tutorHead {
    margin-bottom: 10px;
}
  section.sec0-tutors {
    margin-top: 30px;
}
    .ecareclassesTxtt {
    top: 65%;
    bottom: 0;
}
    .whatourHead {
    margin-bottom: 15px;
}
    .sec0-whatOur {
    margin-top: 30px;
}
    .sec0-admission {
    margin-top: 30px;
}
    .ourTopHead {
    margin-bottom: 20px;
}
    .sec0-ourTop {
    margin-top: 30px;
    padding: 30px 0px;
}
    .sec0-lets {
    margin-top: 40px;
}
    .sec0-educators {
    margin-top: 40px;
}
    section.sec0-interestedFrm {
    margin-top: 30px;
}
    .sec0-whyyou {
    margin-top: 30px;
    padding: 30px 0px;
}
    .othrcourseCvr {
    margin: 0px 30px;
}
    .coursesHm .tab-content {
    padding: 0px 0px;
}
    .coursesHm {
    padding: 30px 0;
}
    .flxble {
    padding: 30px 0 30px;
}
    .sec0-othrcors {
    margin-top: 30px;
}
    .colCvr  small {
    font-size: 16px !important;
}
    .colCvr .h2 {
    font-size: 7.5vw !important;
}
    .assoLft h2 {
    width: 100%;
    padding-top: 18px;
    text-align: center;
}
    .moreScn {
    text-align: center;
}
    .banContScn {
    padding: 23px 0 0 92px;
}
    .bannLftCvr {
    padding: 20px 0 0 0px;
}
    .bannerScn {
    margin: 102px 0 0;
}
    .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    width: 100% !important;
    margin: 15px 0 0;
}
 .aniimg {
    width: 40px;
    height: 40px;
    right: 29px;
    bottom: 80px;
}
.logRegBtnsMob a {
    padding: 8px 0 !important;
}
    .myAccCol .woocommerce nav {
    width: 100%;
}
.myAccCol .woocommerce nav a {
    padding: 4px 20px !important;
}
.myAccCol .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
}
    .btnHdr > .myAccDv {
    display: none;
}
.mobHeaderBtns li .myAccDv a.accountLnk {
    text-indent: 0;
}
    .regRgt {
    display: none !important;
}
    .left-column {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .regFormCvr h1 {
    font-size: 28px !important;
}
    .regFormCvr p {
        font-size: 14px;
    }
    .newsLft h1 {
    font-size: 28px !important;
}
.newsCvr {
    margin: 0 0;
}
    .sectionColCovrLft .h2 {
    text-align: center;
}
    .downloadsinner .h2 {
    font-size: 20px !important;
    line-height: 30px !important;
    margin-bottom: 8px !important;
}
.downlBtn .btn {
    padding: 5px 0 !important;
    font-size: 16px !important;
}
.downlCvr {
    margin-bottom: 20px;
}
    h1, .h1 {
    font-size: 30px !important;
}
    .sepratordsgn img {
        width: 260px;
    }
    .vision_mission .visionCont {
    width: 100%;
}
.numbrSc {
    font-size: 30px !important;
    line-height: 40px !important;
}
    .officebearers {
        padding: 30px 0;
    }
        .vision_mission {
        text-align: center;
        padding: 30px 0;
    }
    .origin {
        padding: 43px 0;
    }
    .aniPos .logo {
    width: 110px;
}
    .btnHdr > a{
        display: none;
    }
.bannLft {
    width: 100% !important;
}
.bannRgt {
    width: 100% !important;
}
.bannLftCvr {
        padding: 27px 0 0 12px;
    }
        .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .blueBgScn .container {
    max-width: 99% !important;
}
.bannLftCvr .h1 {
        text-align: center;
        margin-bottom: 12px;
        font-size: 40px !important;
        line-height: 46px !important;
    }
.ourAsso:before{
    width: 100%;    bottom: 26%;    border-left: 6px #FAA21F solid;
}
   .assoRgtInnCol {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
}
    .ourAsso .row {
    display: flex;
    flex-direction: column;
}
    .bannerScn {
        padding-bottom: 0px;
    }
        .blueLft, .blueRgt {
        text-align: left;
    }
    .newsHdLft {
    width: 100% !important;
    text-align: center;
}
.col-md-6.col-6.newsHdRgt {
    display: none;
}
.moreMobile{
    display: block;
    text-align: center;
    margin-top: 30px;
}
.news .newsSlider {
    padding-bottom: 50px;
}
.testRgt{
    padding-bottom: 40px;
}
.testimSlider .slick-arrow {
    bottom: 50%;
}
.testRgt {
    padding: 0 20px 0 20px !important;
}

    .contFrmCvr a {
    font-size: 13px;
}
.btn {
        font-size: 15px !important;
    }
    .contFormLft {
    width: 100% !important;
    padding-right: 12px !important;
    padding-left: 12px !important;
}
    .contBgSc {
        padding: 54% 12px 45px;
        background-size: 100% !important;
    }
    .contFormCol {
    width: 100% !important;
}
.ftrColLft {
    width: 100% !important;
    text-align: center;
}
.ftrLogo {
    margin: 0 auto 15px;
    width: 120px;
}

.ftrColrgCvr {
    display: none;
}
.ftrMenuScnBtm li {
        width: 100%;
        text-align: center;
    }
    .ftrMenuScnBtm {
    position: relative;
    padding-left: 0;
}
.ftrColRgt {
    width: 100% !important;
}   
.hdng {
    display: block;
    position: static;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px;
}
.assoRgtInn {
    padding: 0 15px;
}
.certifiLogo img {
    width: 100%;
}
.col-12.disScn {
    padding: 0 0;
    margin: 0;
}
.certifiSLider {
    padding-bottom: 55px !important;
}
.certifiSLider button.slick-arrow {
    display: block !important;
}
.mobHeaderBtns{
    display: block;
}
.assoLft {
    text-align: center;
}
.assoLft {
    padding-bottom: 0px;
}
.courseCvr .cLnk span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.item img {
    height: 425px;
}


}


@media (max-width: 479px) {
    .admissionRight p {
    max-width: 100%;
}
    .formHeadd {
    gap: 185px;
}
    .ecareclassesTxtt {
    max-width: 100%;
}
    .topStrip small:after {
    right: -15px;
}
    .topStrip small:before {
    left: -15px;
}
    .topStrip small:before, .topStrip small:after {
    width: 10px;
    height: 10px;
}
.mobHeaderBtns {
    margin-right: 37px;
}
.bannLftCvr .h1 {
    font-size: 35px !important;
    line-height: 45px !important;
}
.banContScn {
    padding: 10px 0 0 65px;
}
}



@media (max-width: 426px) {
    .formHeadd {
    gap: 165px;
}
    .ecare-inBnr {
        margin-top: 124px;
    }
    .sngleinnBnr-banner {
    margin-top: 124px;
}
}   
    
    
@media (max-width: 375px) {
    .sec0-registration {
    margin-top: 135px;
}
    .sec0-subjectInner {
    margin-top: 130px;
}
    .admisionsecCvrr span {
    font-size: 20px !important;
}
    .formHeadd {
    gap: 135px;
}
    .admisionsecCvrr ul li {
    background: url("../images/points-bg.png") no-repeat left top 5px;
    background-size: 4% !important;
}
    .admissionRight h3 {
    max-width: 100%;
}
    .admisionsecCvrr h2 {
    font-size: 20px !important;
    line-height: 26px !important;
}
    .bannerScn {
        margin: 150px 0 0;
    }
    .topStrip small:after {
    right: -95px;
}
}

@media (max-width: 360px) {
    .admisionse2 p {
    margin-left: 10px;
}
    .admisionsecCvrr ul {
    margin-left: 10px !important;
}
    .frmcVrr {
    padding: 30px 0px;
}
    .enquireDetail {
    max-width: 100%;
    padding: 20px 20px 10px 20px;
}
    .othrCrseModal {
    margin: 0px 5px;
}
    .sngle-banner h1 {
    font-size: 30px !important;
}
    .sub-enquryFrm h3 {
    font-size: 28px !important;
}
    .sec0-subjectInner {
    margin-top: 140px;
}
    .connectCvr {
    padding: 45px 45px 45px 30px;
}
    .subjectS {
    max-width: 100%;
    margin: auto;
}
    .coUrsecNtnt iframe {
    height: 230px;
}
    section.sec0-gallery {
    margin-top: 30px;
}
 .inleftbanner h1 {
    font-size: 30px !important;
}   
.abtSce1-lft h2 {
    font-size: 55px !important;
    line-height: 55px !important;
}    
.benifitsRght ul {
    margin-left: 0px !important;
}    
.benifitsRght ul li {
    background: url("../images/benefitPonitBg.png") no-repeat left top 2px;
    background-size: 9%;
}    
.benifitsRght li {
    font-size: 18px !important;
    line-height: 27px !important;
    padding-left: 45px;
}    
.ecare-inBnr {
    margin-top: 140px;
}
.sngleinnBnr-banner {
    margin-top: 145px;
} 
 
 
 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .admiBtns a.btn.btn-secondary {
    margin-bottom: 10px;
}
    .ltsvdoBg {
    max-width: 90%;
    padding: 18px 0px;
}
    .assoLft > img {
    width: 50.7%;
}
    .assoLft h2 {
    max-width: 77%;
    margin: 0 auto;
}
    .lnk {
    background-size: 6%;
}
    .item {
    margin: 0px 15px;
}
    .bannerScn {
    margin: 130px 0 0;
}
    .trd {
    margin-top: -70px !important;
}
    .topStrip small:after {
    right: -95px;
}
    .banContScn {
    padding: 10px 0 0 16px;
}
    .btnHdr .btn {
    right: 70px;
}
}
@media (max-width: 320px) {
    .admisionsecCvrr span {
    font-size: 18px !important;
}
    .admisionsecCvrr h2 {
    font-size: 18px !important;
    line-height: 24px !important;
}
    .admissionRightCvrr {
    padding: 20px 20px 67px 20px;
}
   
    .connectCvr {
    padding: 72px 45px 72px 30px;
}
    .connectHead h2 {
    font-size: 22px !important;
    line-height: 32px !important;
    margin-bottom: 10px !important;
}
    button#tab-academic {
    margin-bottom: 10px;
}
.gallerythImg  img {
    height: 250px;
}
}


li.menu-item-has-children {
    background: url(../images/menu-icon.png) no-repeat  right;
}
.accordion-button:not(.collapsed) {
    color: #000000 !important;
}
@media (max-width: 1024px) {
.courseCvr .cLnk span img {
    width: 50px;
}
li.menu-item-has-children {
    background: url(../images/menu-icon.png) no-repeat  right;
    background: none;
}
}




.batches.batch-disabled,
.batches.batch-disabled *{
    pointer-events: none !important;
    cursor: not-allowed !important;
}

.batches.batch-disabled{
    opacity: .5;
}
