
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  background-color: #fff;
   font-family: 'Poppins', sans-serif !important;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:focus-visible {
  outline: none;
}

ol, ul {
  list-style: none;
  padding: 0 0 !important;
  margin: 0 !important;
}

.clear {
  clear: both;
}


.navbar{
    background:#fff;
    padding:15px 0;
}
.navbar-brand img{
    height:50px;
}
.nav-link {
    font-weight: 400;
    margin: 0 13px !important;
    color: #6E6E6E;
    font-family: 'Poppins';
    font-size: 16px !important;
}

/* MAIN DROPDOWN */
.navbar .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.3s ease;
    border: none;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    background: rgba(255, 255, 255, 0.95);
}

/* SHOW MAIN DROPDOWN */
.navbar .dropdown:hover > .dropdown-menu{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

/* SUBMENU */
.dropdown-submenu{
    position: relative;
}

.dropdown-submenu .dropdown-menu{
    top:0;
    left:100%;
    margin-left:5px;
    opacity:0;
    visibility:hidden;
    transform:translateX(10px);
    transition: all 0.3s ease;
}

/* SHOW SUBMENU */
.dropdown-submenu:hover > .dropdown-menu{
    opacity:1;
    visibility:visible;
    transform:translateX(0);
}

/* ITEMS */
.dropdown-item {
    padding: 10px 20px;
    transition: all 0.25s ease;
    font-size: 15px;
    color: #6E6E6E;
}

.dropdown-item:hover{
    background:#c89b3c !important;
    color:#fff;
}

/* ARROWS */
.dropdown-toggle::after{
    transition:transform 0.3s ease;
    border-top:none !important
}

.dropdown:hover .dropdown-toggle::after{
    transform:rotate(180deg);
}


/* SUBMENU ARROW */
.dropdown-submenu > a::after{
    content:"<";
    float:right;
}

/* MOBILE FIX */
@media(max-width:991px){

    .navbar .dropdown-menu{
        opacity:1;
        visibility:visible;
        transform:none;
        display:none;
    }
     .navbar .dropdown-menu{
    display:none;
  }

}

.phone {
    font-weight: 500;
    color: #6E6E6E;
    font-size: 13px;
}
.dropdown-toggle::after
/* HERO */
.hero{
    padding:20px 0;
}
.hero h1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 37px;
    font-family: 'Poppins';
    color: #6E6E6E;
}
.highlight {
    color: #c89b3c;
    padding: 14px 0 0 0;
    display: inline-block;
}

/* BUTTONS */
.custom-btn{
    width:230px;
    border-radius:30px;
    padding:10px;
    margin-top:10px;
    text-align:left;
}

.btn-gold{
    background:#c89b3c;
    color:#fff !important;
     border:1px solid #c89b3c;
}

.btn-outline-gold {
    border: 1px solid #c89b3c;
    color: #c89b3c;
    padding: 6px 0;
    text-align: center;
}
.btn-outline-gold:hover{
    background:#c89b3c;
    color:#fff;
}

/* SLIDER */
.slider{
  margin:46px 0 0 0;
}
.slider img{
    width:100%;
    height:420px;
    object-fit:cover;
    border-radius:15px;
}
.choose-img {
    PADDING: 0 0 0 60px;
}
.vision-section h3 {
    color: #EE7E24;
    font-size: 27px;
    font-weight: 600;
    margin: 0px;    
}
section.uplift-section h3 {
     color: #EE7E24;
    font-size: 27px;
    font-weight: 600;
    margin: 0px;    
    padding: 0 0px 0 0;
}
h3.mb-3.spoken-h3 {
    padding: 0 0 0 50px;
}
.vision-section h3 span {
    display: block;
    font-size: 19px;
    color: #333333;
}
.vision-section p {
    font-size: 18px;
    color: #6E6E6E;
    font-weight: 300;
    width: 70%;
    margin: 0px;
}
.choose-img {
    padding: 0 0 0 60px;
}
.uplift-section p {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    width: 70%;
    margin: 0px;
    padding-left:  52px;
}
.vision-section h4 i {
    font-size: 15px;
    color: #ffb100;
}
.vision-section h2 {
    font-size: 20px;
    font-weight: 700;
}
.uplift-section h2 span {
    color: #000;
}
.uplift-section h2 {
    color: #B78722;
    text-align: center;
    padding: 0 0 36px 0;
}

/* Video Thumbnail */
.video-box {
    position: relative;
    cursor: pointer;
    max-width: 70%;
    margin: auto;
    margin-top: 65px;
    padding-bottom: 0;
}

.video-box img {
    width: 100%;
    border-radius: 6px;
}
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-btn::before {
    content: "";
    border-left: 25px solid #000;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    margin-left: 5px;
}

.modal-content {
    background: transparent;
    border: none;
}

.modal-body {
    padding: 0;
}

.close-btn {
    position: absolute;
    top: -30px;
    right: 0;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
}



/* Map Section */
.our-family {
    background: #b8871c;
    padding: 60px 0;
    color: #fff;
    position: relative;
}

.title-box h3 {
    text-align: center;
    padding: 40px 0 0 0;
    color: #333333;
    font-size: 28px;
    margin: 0;
}
.title-box h4 {
    text-align: center;
    padding: 0px 0 0 0;
    color: #b8871c;
    font-size: 28px;
    font-weight: 500;
    padding-bottom: 30px;
}
.our-family h2 {
    font-weight: 500;
    padding: 0 0 0 100px;
    font-size: 38px;
}
.our-family h2 span {
    font-weight: 400;
}
.stats {
    position: relative;
    padding-left: 120px;
}
.stats::before {
    content: "";
    position: absolute;
    left: 94px;
    top: -31px;
    height: 100%;
    width: 3px;
    background: #fff;
}
.stat-item {
    margin-bottom: 25px;
}
.stat-item h3 {
    font-size: 48px;
    font-weight: 700;
    margin: 0;
}
.stat-item p {
    margin: 0;
    font-size: 14px;
}
.map-img {
    max-width: 100%;
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.3));
}


/* Parents Section */
.parents-section {
    background: #fff;
    padding: 0px 0;
    text-align: center;
}
.custom-tabs {
    display: flex;
    gap: 170px;
    overflow-x: auto;
    scroll-behavior: smooth;
    justify-content: center;
    margin-bottom: 48px;
}
.custom-tabs::-webkit-scrollbar {
    display: none;
}
.tab-btn {
    border: none;
    background: none;
    font-size: 32px;
    color: #aaa;
    font-weight: 500;
    cursor: pointer;
    flex: 0 0 auto;
    text-align: center;
    transition: 0.3s;
}
.tab-btn span {
    display: block;
    font-size: 12px;
    margin-top: 4px;
    color: #bbb;
}
.tab-btn.active {
    color: #b8871c;
    font-weight: 700;
    transform: scale(1.15);
}
.tab-btn.active span {
    color: #b8871c;
}
.content-box {
    display: none;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.5s;
}
.content-box.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}
ul.program-list {
    text-align: left;
}
ul.program-list li {
    list-style: none;
    padding: 8px 15px;
    margin-bottom: 10px;
    border-radius: 20px;
    width: 66%;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    margin: 11px 0;
}
ul.program-list li:hover, ul.program-list li.active {
    background: #b8871c;
    color: #fff;
}
.child-img {
    max-width: 100%;
}


/* Admission Img Box */

.admis-bx{
  background-color: #cce9f1;
  background: linear-gradient(135deg, #c9e1ea 0%, #e6dfc7 50%, #d9e6e2 100%);
  padding:40px 0;
}
.admis-bx h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
}
.admis-bx h2 span {
    color: #b8871c;
}
.ams-box {
    text-align: center;
    margin: auto;
    margin-bottom: 64px;
}
.ams-box img {
    max-width: 99%;
}

/* Section career */
.career-section {
    background: #b8871c;
    padding: 80px 0;
    color: #fff;
}
.career-img {
    width: 100%;
    max-width: 400px;
    border-radius: 4px;
}
.career-content h2 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
}
.career-content p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
    font-weight: 300;
    font-family: 'Poppins';
    width: 76%;
}
.career-btn {
    display: inline-block;
    padding: 10px 25px;
    border: 2px solid #fff;
    border-radius: 25px;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}
.career-btn:hover {
    background: #fff;
    color: #b8871c;
}
.career-img {
    width: 100%;
    max-width: 400px;
    border-radius: 4px;
    margin-left: 44px;
}




/* Gyan Revolution Section */
.gyan-section {
  background: #f7efe6;
}

.gyan-box {
  background: #ffffff;
}
.gyan-title {
  color: #A94226;
  font-size: 39px;
  font-weight: 500;
  line-height: 1.3;
}

.gyan-box p {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  font-family: '' ;
}

.gyan-box hr {
  opacity: 0.3;
  margin: 20px 0;
}



/* Section */
.awards-section {
    padding: 60px 0 0 0;
    text-align: center;
}

.awards-section h2 {
    font-weight: 700;
    margin-bottom: 40px;
}

/* Card */
.award-card {
    border-radius: 15px;
    padding: 0;
    margin: 10px;
    transition: 0.3s;
}

.award-card:hover {
    transform: translateY(-5px);
}
.award-img {
    height: 240px;
    text-align: center;
    margin: auto;
    width: 89%;
    overflow: hidden;
    box-shadow: 0 0 6px 1px #d7d7d7;
    margin-bottom: 24px;
    border-radius: 10px;
}
.award-img img {
    width: 100%;
    margin: auto;
    text-align: center;
    object-fit: scale-down;
    height: 240px;
    padding: 21px;
}


/* Text */
.award-card p {
    font-size: 14px;
    color: #666;
}


/* About Us & Our Philosophy */
.about-hero {
  background: url('../images/legacy-bg.jpg');
  padding:100px 0 140px; 
  text-align: center;
  color: #fff;
  position: relative;
}
.hero-inner h2 {
    font-size: 50px;
    font-family: 'DM Serif Text';
    padding: 0px;
    margin: 0 0 126px 0;
}

/* Light Background starts lower */
.about-wrapper {
  background: #fdf8ef;
  margin-top: -110px; /*  Pull up to match layout */
  padding: 0 0 85px;
}

/* Position Image Card Correctly */
.about-card {
  margin: auto;
  position: relative;
}

/* Overlapping Increased */
.about-img-wrap {
  width: 100%;
  border-radius: 12px 12px 0px 0px;
  overflow: hidden;
  margin-top: -170px; 
  box-shadow: 0 12px 25px rgba(0,0,0,0.2);
}

.about-img-wrap img {
  width: 100%;
}

/* Brown Content Block */
.about-content {
  background: #ac4120;
  padding: 40px 35px;
  text-align: left;
  color: #fff;
  border-radius: 0 0 12px 12px;
  font-size: 16px;
  line-height: 1.55;
}
.about-content h3 {
    color: #ffff;
    font-size: 40px;
}
.about-content p {
    color: #fff;   
}

/* Yellow Card */
.ideal-card {
  margin: 28px auto 0;
  background: #F9A223;
  padding: 30px;
  border-radius: 10px;
  text-align: left;
  font-size: 16px;
}
.ideal-card h3 {
  color: #621e0c;
  margin: 0;
}
.ideal-card p {
    color: #4D1F12;
    font-size: 18px;
}


/******** ✅ Mobile Responsive Fix ********/
@media(max-width: 768px) {
  .about-card, .ideal-card { width: 92%; }
  .about-img-wrap { margin-top: -110px; }
  .about-hero { padding: 60px 0 110px; }
  .about-content { padding: 28px; }
}


.vision-values-section {
  background-color: #f8f1e3;
  padding-bottom: 30px;
}
.vision-box {
        background: #ffffff !important;
        border-radius: 0 0 8px 8px;
        margin-top: 0px;
        box-shadow: 0 0 8px 6px #00000014;
    }
.about-content.vision-box h3 {
    color: #284436;
    margin: 0px;
}
.vision-box img {
  height: auto;
  width: 100%;
  object-fit: cover;
     box-shadow: 0 0 8px 6px #00000014;
}
.about-content.vision-box p {
    color: #8D8D8D;   
    font-size: 16px;
    font-weight: 500;
}



.our-values-section {
  background-color: #f8f1e3;
}

.section-title {
      font-size: 50px;
      font-weight: 500;
      color: #A94226;
  }
.img-value-bx {
    height: 160px;
    width: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.value-item {
  background: transparent;
  border-radius: 8px;
  overflow: hidden;
}
.value-left H5 {
    font-size: 24px;
}
.value-left {
    padding: 25px 10px;
    height: 250px;
}

.value-right {
  background: #fff;
  padding: 20px;
  font-size: 15px;
  line-height: 1.5;
  border: 1px solid #e6e6e6;
}
.value-right p {   
    font-size: 18px;
    font-weight: 600;
    padding-left: 10px;
}
ul.ul-value {
    list-style: disc;
    margin: 30px 0px 0 20px !important;
}
ul.ul-value li {
    color: #8D8D8D;   
    font-size: 14px;
}
.value-red { background: #A94226; }
.value-green { background: #253F32; }


@media(max-width: 767px) {
  .value-right {
    border-radius: 0 0 8px 8px;
  }
}

/* Our Managerment */
.team-section {
  background: #08201A;
  padding: 60px 20px;
}

.team-container {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  justify-content: center;
}

.team-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.4s ease;
  margin: auto 26px;
  margin-bottom: 26px;
}
.Admission-sl{
  width:90%;
  margin: auto;
}

.img-box img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.info {
  padding: 12px 15px;
  background: #fff;
  text-align: center;
}
.info p {
    text-align: left;
    font-size: 17px;
    color: #333333;
    margin: 0px;
    padding: 0 0 7px 0;
}
.info a {
    text-decoration: none;
    text-align: left;
    display: block;
    color: #bbb5b5;
    font-size: 17px;
}
.hover-content {
  position: absolute;
  inset: 0;
  background: #fff;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
  transform: translateY(20px);
}
hover-content p {
    font-size: 17px;
    color: #333;
    margin:0
}
.hover-content a {
    text-decoration: none;
    color: #efecf3;
    background: #b8871c;
    padding: 5px 16px;
    display: inline-block;
    border-radius: 3px;
}
.hover-content a:hover{
    background: #ebaa1d;
}
.team-card:hover .hover-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.team-card:hover .img-box,
.team-card:hover .info {
  opacity: 0;
}

.big-content .hover-content {
  height: auto !important;
  overflow-y: auto;
}

/* Responsive Fix */
@media(max-width: 600px) {
  .img-box img { height: 250px; }
  .hover-content { font-size: 14px; }
}


.legacy-section.legacy-bg1 {
    background: url('../images/legacy-bg1.jpg');
    font-size: 26px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 310px;
}
.legacy-section.legacy-bg1 h2 {
  padding: 69px 0 0 0;
}

.section-title {
    color: #b24a2b;
    font-weight: 500;
    font-size: 47px;
    line-height: 1.3;
}

.section-desc {
    color: #50281D;
    font-size: 18px;    
}
.class-card {
    background: transparent;
    border-radius: 10px;
    overflow: hidden;
    transition: .3s ease-in-out;
    width: 90%;
    border: 1px solid #b78722;
}

.class-card img {
  border-bottom: 3px solid transparent;
  transition: .3s ease-in-out;
  width:100%
}

.class-card:hover {
  transform: translateY(-6px);
}

.class-card:hover img {
  border-bottom-color: #b24a2b;
}
.parent-bx {
    display: flex;
    align-items: flex-start;
    padding: 14px 30px;
}
.class-card h5 {
    font-weight: 600;
    color: #284436;   
    font-size: 26px;
}
.class-card p {
    font-size: 15px;
    color: #1B171B;
    margin-bottom: 0;
    opacity:0.5;   
    padding: 16px 0 0;
}
.Preschools-sl {
    padding: 40px;
}
.admission-process {
  background: #ffffff;
}
.parent-bx h1 {
    color: #B78722;
    font-size: 60px;
    font-family: 'Poppins';
    font-weight: 800;
}
.class-card h5 {
    font-weight: 500;
    color: #333333;
    font-size: 24px;
    margin: 0px;
    padding: 0px;
    height: 88px;
}
.parent-bx a {
    font-family: 'Poppins';
    text-decoration: none;
    color: #b78722;
    padding: 10px 0 0 0;
    display: inline-block;
    font-size: 16px;
}
.step-box {
  padding-right: 30px;
}

.step-number {
    font-size: 25px;
    font-weight: 400;
    color: #F9A223;
    display: block;
    margin-bottom: 8px;
}
.step-title {
    font-size: 32px;
    font-weight: 400;
    color: #284436;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 36px;
}
.step-text {
  font-size: 14px;
  color: #AFAEAF;
  line-height: 1.;  
  font-weight: 500;
  padding: 6px 0 0 0;
}

.apply-section {
    background-color: #98371C;
    padding: 20px 0;
}

.apply-section h3 {
    font-size: 50px;
  }
.apply-section p {
    font-size: 18px;
    font-weight: 200;
    padding: 20px 0 0 0;
}

.admission-btn {
        background-color: #F4A22A;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        padding: 8px 20px;
        border-radius: 6px;
        transition: 0.3s ease;
        letter-spacing: 0.4px;
    }

.admission-btn:hover {
    background-color: #d58920;
    color: #fff;
}

/* Footer */
.footer {
    background: #b8871c;
    color: #fff;
    padding: 50px 0;
}

/* Heading */
.footer h5 {
    font-weight: 700;
    margin-bottom: 20px;
}

/* Links */
.footer ul {
    list-style: none;
    padding: 0;
}

.footer ul li {
    margin-bottom: 12px;
}

.footer ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.footer ul li a:hover {
    text-decoration: underline;
}

/* Logo */
.footer-logo {
    max-width: 180px;
}

/* Master Page */


body.masterBody {
    background: #ebcc6b;
}
.masterMain {
    margin: 40px 0;
    background: #ffffff;
    border-radius: 4px;
    padding: 20px;
    display: block;
    width:100%;
}
h3.masterHead.pageHeading {
    background: #d0ab36;
    text-align: center;
    display: flex;
    margin: 0px auto 32px;
    max-width: max-content;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Inter';
    padding: 7px 28px;
    font-size: 24px;
    position: relative;
    border-radius: 3px;
}
h3.masterHead.pageHeading::before {
    content: '';
    width: 0px;
    height: 0px;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid #d0ab36;
    position: absolute;
    bottom: -12px;
}
h3.innerH3 {
    font-size: 24px;
    font-weight: 600;
    padding: 13px 0 5px 0;
    margin: 0px;
    color: #d0ab36;
}
.innerImg {
    float: right;
    margin-left: 20px;
}
.innerImg img {
    border-radius: 0 47px;
    box-shadow: 1px 6px 6px 0px rgb(0 0 0 / 30%);
}
.masterText p {
    font-size: 16px;
    color: #3a3737;
    line-height: 23px;
    padding: 0px 0 12px 0;
    margin: 0;
    font-family: 'Montserrat';
}
table.table-bx{
  width: 100%;
  
}
table.table-bx tr td {
  border: 1px solid #e1e1e1;
  font-size: 14px;
  padding: 4px 5px;
}
table.table-bx tr:nth-child(odd) {
  background: #efefef;
}
table.table-bx tr th {
    font-size: 16px;
    background: #d0ab36;
    padding: 10px 5px;
    color: #ffff;
    border: 1px solid #b9b9b9;
    font-weight: 500;
    text-align: center;
}
tr.th-table th {
  background: #d0ab36 !important;
  text-align: center;
  line-height: 35px;
  font-size: 19px !important;
}
table.table-bx.table-uniform tr td {
  line-height: 23px;
  padding: 8px 11px;
}
table.table-bx.table-uniform tr td{
  border: 1px solid #d0ab36;
}
table.table-bx.table-uniform tr th {
  border: 1px solid #d0ab36;
}




/* MOBILE */
@media(max-width:991px){

    .navbar .dropdown-menu{
        opacity:1;
        visibility:visible;
        transform:none;
        display:none;
    }

    .navbar .dropdown-menu.show{
        display:block;
    }

    .hero{
        text-align:center;
    }

    .custom-btn{
        margin-left:auto;
        margin-right:auto;
    }

    .slider img{
        height:250px;
    }
}
@media(max-width:767px){
    .career-img {
        max-width: 100%;
        width: 100%;
        margin: 0;
    }
    h3.mb-3.spoken-h3{
        padding: 0;
        text-align: center;
        font-size: 20px;
    }
    .uplift-section p {
        font-size: 18px;
        color: #000;
        font-weight: 500;
        width: 100%;
        margin: 0px;
        text-align: center;
        padding: 0 10px;
    }
    .video-box {
        max-width: 100%;
        margin: auto;
        margin-top: 46px;
    }
    .vision-section p{
        text-align: center;
        width: 100%;
    }     
    .vision-section h4, .vision-section h2, .vision-section h3, ul.program-list {              
        text-align: center;
    }
    .choose-img {
        padding: 0;
    }
    .Admission-sl, .class-card{
        width:100%
    }
    .ams-box {
        margin-bottom: 64px;
    }
    ul.program-list {
        text-align: center;
        margin-top: 25px !important;
    }
    .title-box h3 {
        padding: 40px 0 0 0;        
        font-size: 21px;
        margin: 0;
    }
    .title-box h4{
        font-size: 19px;
        padding:12px 0 0 0
    }
    .title-box h3{
        padding: 8px 0 0 0;
    }
    .navbar-brand img {
        height: 40px;
    }
    .navbar{
        padding: 16px !important ;
    }
 
}

    .master-text p {
        margin-bottom: 10px;
    }

    .master-text img {
        max-width: 100%;
    }


.accordionHeader_Y {
    color: #fff;
    background: #0a422a url(/images/ajax-arrow1.png) 99% center no-repeat;
    padding: 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
}

.accordionHeaderSelected {
    color: #ffffff;
    background: #bba13c url(/images/ajax-arrow.png) 99% center no-repeat;
    padding: 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
}

.accordionContent_Y {
    background-color: #fff;
    padding: 25px;
    padding-top: 22px;
    border: 1px solid #bba13c;
}

.ipibdr {
    border: 2px solid #2962b0;
}

.innerH2 {
    text-align: left;
    margin-bottom: 15px;
}

.innerImg {
    float: right;
    margin-left: 25px;
}

ul.innerUl li {
    padding-left: 30px;
    background: url(/images/ulbg.png) 0px 4px no-repeat;
    margin-bottom: 12px;
}


.innerTbl {
    width: 100%;
    border-collapse: collapse;
}

    .innerTbl tr:first-child {
        font-weight: bold;
    }

.innerTbl {
    width: 100%;
}

    .innerTbl tr td {
        padding: 5px;
    }

.tpr tr td {
    text-align: center;
    vertical-align: top;
    padding: 0 5px 20px 5px;
}

.innerTbl1 {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
}

    .innerTbl1 tr td, .innerTbl1 tr th {
        border: 1px solid #b5bacc;
        padding: 4px 5px;
    }

    .innerTbl1 tr th {
        background: #d1d5e3;
    }

    .innerTbl1 tr:nth-child(even) {
        background-color: #b4ffb6;
    }

.innerTbl tr th, .innerTbl tr td {
    border: 1px solid #dee2e6;
    padding: 5px;
}

.back-to-top {
    position: absolute;
    bottom: 12px;
    right: 10px;
    z-index: 999;
}

.innerH3 {
    color: #0a422a;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.innerH4 {
    color: #0a422a;
    font-size: 18px;
    font-weight: bold;
}