
/*
#007369 darkGreen
#00bbb3 lightGreen
#00d58b leafGreen
#f0f4f7 lightgray
#e4eced Gray
#e2e9ef silverGray
#01c0c8 SeaGreen
*/

*{
    margin:0px;
    padding:0px;
}
body{
    font-size:12px;
    font-family: 'Poppins', sans-serif;
}
.headerOuter{
    background: #fff;
    width: 100%;
    -webkit-box-shadow: 0 5px 20px rgba(0,41,112,.1);
    box-shadow: 0 5px 20px rgba(0,41,112,.1);
    position: sticky;
    top: 0;
    z-index: 9999;
    padding:15px 0px;
}
.leftInput input::placeholder {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
 
    
}
section.topuniversity {
    padding: 50px 0px;
}
.centerWrapper{
    max-width:1366px;
    padding:0px 15px;
    box-sizing: border-box;
    margin:0 auto;
}
.outerPartHeader{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.logoLeft{
    width:max-content;
    color:#00493e;
}
.logoLeft a{
    color: #108d92;
    text-decoration: none;
    font-weight: 600;
    font-size: 24px;
    display: flex;
    align-items: center;
    font-family: 'Poppins', sans-serif;
}
.logoLeft a img{
    position: relative;
}
.navUlDataMain{
    width: 78%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navUl{
    display:flex;
    align-items:center;
}
.navUl ul li{
  list-style:none;
    display:inline-block;
}
.navUl a{
    font-weight: 500;
    line-height: 1.5rem;
    margin-right: 1.75rem;
    color: #2d2e2e;
    font-size: 18px;
    position: relative;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.navUl ul li a:before {
    background-color:#108d92;
    bottom: 20px;
    content: "";
    height: 2px;
    left: auto;
    position: absolute;
    right: 0;
    transition: all .4s ease;
    width: 0;
    bottom: -3px;
}
.navUl ul li:hover a:before {
    left: 0;
    right: auto;
    width: 100%;
    color:#00eb79;
}
.navUl ul li a:hover{
    color:#108d92;
}
.signInData ul li{
    list-style:none;
    display:inline-block;
}
.signInData a{
    color:#bf1e2e;
    font-weight:600;
    font-size:20px;
    text-decoration:none;
}
.signInData a.last{
    border:1px solid  #bf1e2e;
    padding:10px 20px;
    border-radius:12px;
    margin-left:20px;
}
.silderDataBanner{
    width:100%;
    display:inline-block;
    background-image: url(../images/banner.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    min-height:100vh;
}
.flexDataCenter {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 78px;
    padding-bottom: 100px;
}
.leftFlexLeft{
    width:45%;
}
.rightFlexRight {
    margin-left: auto;
    background: #fff;
    width: 523px;
    padding: 20px 35px;
    box-sizing: border-box;
    border-radius: 12px;
    /*
    height: 568px;
    */
}
.leftFlexLeft h2{
    /* font-size: 70px; */
    font-size: 40px;
    color: #1e214a;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
    line-height: 67px;
    text-transform:uppercase;
}
.backbg {
    position: fixed;
    background: #000000ad;
    z-index: 99999999;
    top: 0px;
    left: 0px;
    width: 100%;
    max-width: 100vw;
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.popup {
    background: url('../images/pop-bg.webp');
    background-repeat: no-repeat;
    background-size: auto;
    width: 701px;
    height: 627px;
    /* padding: 60px 128px 57px; */
    position: relative;
    border-radius: 35px;
}

.leftFlexLeft a, a.btnc {
    padding: 12px 32px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
}

.popup h2 {
    text-align: center;
    color: white;
    font-weight: 700;
    font-size: 35px;
    padding-bottom: 40px;
    padding: 11px 177px 6px;
}
.popup form, .popup .form{
    padding: 10px 80px;
}
.popupas {
    display: flex;
    justify-content: right;
    padding: 10px;
    position: relative;
}

.popupas img {
    position: absolute;
    top: 17px;
    right: 33px;
}
input.submitform {
    max-width: 23%;
    color: #bd1e2d;
    font-weight: 700;
}
.leftFlexLeft p{
    color:#8f879e;
    margin:20px 0px 30px;
    font-size:16px;
}
.leftFlexLeft a{
    background:#bf1e2e;
    color:#fff;
    display:inline-block;
    box-shadow:0px 0px 10px #ccc;
    padding: 14px 30px;
    border-radius: 16px;
    text-decoration:none;
    font-weight:600;
    font-size: 19px;
}
.tab .active {
    background: #bd1e2d;
    color: white;
}
.tab a {
    cursor: pointer;
}
.rightFlexRight h3{
    text-align:center;
    color: #bf1e2e;
    font-weight: 700;
    font-size: 26px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    margin-bottom:20px;
}
.leftInput{
    width:100%;
    display:inline-block;
    margin-bottom:20px;
}
.leftInput input{
    border:1px solid #ccc;
    padding:16px 20px;
    width:100%;
    display:inline-block;
    border-radius:12px;
    box-sizing:border-box;
    outline:none;
    font-size:18px;
}
.leftInput.center{
    text-align:center;
    margin-top:10px;
}
.leftInput.center a, .leftInput.center button {
    background: #bf1e2e;
    color: #fff;
    display: inline-block;
    box-shadow: 0px 0px 10px #ccc;
    padding: 12px 46px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 19px;
    text-transform: uppercase;
    cursor:pointer;
    border:none;
}
.whyStudy{
    width:100%;
    display:inline-block;
    padding:50px 0px 40px;
}
.whyData{
    width:100%;
    display:flex;
    align-items:center;
}
.lefTcnt{
    width:50%;
}
.rightImgTcnt{
    margin-left:auto;
}
.lefTcnt h2{
    color:#000;
    font-size:40px;
    font-family: 'Poppins', sans-serif;
}
.lefTcnt h2 b{
    color:#bf1e2e;
}
.lefTcnt  p{
        color: #8f879e;
    margin: 20px 0px 30px;
    font-size: 14px;

}

section.benfits {
    background: #f2f9ff;
    position: relative;
}

.alllist {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.alllist .listitem {
    width: 33%;
    text-align: center;
}

img.white-icon {
}

img.red-icon {
    display: none;
}

.listitem a {
    border-radius: 50%;
    display: block;
    width: 120px;
    height: 120px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
}

.listitem a img {
    width: 60px;
}

.listitem h3 {
    font-weight: 700;
    font-size: 24px;
    padding-top:15px;
}

.alllist .listitem p {
    font-size: 16px;
    padding: 5px 51px 10px;
}

img.bb-12 {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

a.btnc {
    background: #be1e2d;
    color: white;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    margin: 0px auto;
}

.alllist .listitem:hover a .red-icon {
    display: none;
}
section.benfits {
    background: #f2f9ff;
    position: relative;
}

.alllist {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.alllist .listitem {
    width: 33%;
    text-align: center;
}

img.white-icon {
}

img.red-icon {
    display: none;
}





.listitem h3 {
    font-weight: 700;
    font-size: 24px;
}

.alllist .listitem p {
    font-size: 16px;
    padding: 20px 51px;
}

img.bb-12 {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

a.btnc {
    background: #be1e2d;
    color: white;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    margin: 0px auto;
}

.alllist .listitem:hover a .red-icon {
    display: none;
}

.centerWrapper h2 label {
    color: #be1e2d;
}

.eligibility .centerWrapper h2 {
    font-weight: 700;
    font-size: 35px;
    text-align: center;
}

.eligibility .centerWrapper h2 ~ p {
    font-size: 14px;
    text-align: center;
    padding: 20px;
    max-width: 41%;
    margin: 0px auto;
}
.mainel-left {
    border-right: 1px solid;
    margin-right: 44px;
    padding-right: 24px;
}
.mainel {
    display: flex;
    justify-content: space-between;
}

.mainel > div {
    width: 50%;
    
}

ul.listdetails li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0px;
    font-size: 15px;
    font-weight: 600;
}

ul.listdetails li img {
    width: 15px;
}

.mainel h3 {
    font-size: 25px;
    font-weight: 600;
}

.mainel p {
    font-size: 15px;
    padding-right: 29%;
    padding: 20px 0px;
    padding-right: 29%;
}

section.course-1 {
    position: relative;
        padding: 35px 0px 117px;
}
.rightImgTcnt img {
    width: 70%;
}

.rleft img {
    width: 64%;
}

.rleft {
    text-align: center;
}
.section.course-1 .centerWrapper {
    display: flex;
}

section.course-1 .centerWrapper {
    display: flex;
}

section.course-1 .centerWrapper div {
    /* width: 46%; */
    width: 70%;
}

section.course-1 .centerWrapper h2 {
    font-size: 35px;
}

section.course-1 .centerWrapper ul.listdetails {
    padding: 26px 0px;
}

img.cdf1 {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

section.apply11 {
    background: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}
img.jdd {
 position: absolute;
    left: 0px;
    bottom: 0px;
    width: 39%;
}
img.hdg {
    width: 30%;
}
.ss {
    justify-content: right;
    display: flex;
    /* width: 50%; */
    padding: 126px 50px;
}

.acleft {
    width: 50%;
}

.acleft h2 {
    font-size: 35px;
    color: white;
}

.acleft {
    color: white;
}

.acleft p {
    font-size: 18px;
    padding: 30px 0px;
}

.ss a {
    display: inline-block;
    background: white;
    padding: 11px 32px;
    border-radius: 7px;
    font-size: 18px;
    font-weight: 600;
    color: #b41827;
    margin-top: 30px;
    text-decoration: none;
}

section.topuniversity h2 {
    font-size: 35px;
    text-align: center;
}

.tab {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 40px 0px;
}

.tab a {
    background: #ded9d9;
    color: black;
    padding: 10px 52px;
    border-radius: 7px;
    font-weight: 700;
}

.details {
    border: 1px solid #ff8057;
    border-radius: 13px;
    margin: 40px;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 20px;
}

img.tabhs {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

img.tabhs {}

.details ul.listdetails {
    padding-left: 40px;
}

.details {}

section.costofstd {
    background: #f2f9ff;
    padding: 50px 0px;
    position: relative;
}

section.costofstd .centerWrapper {
    display: flex;
    align-items: center;
}

section.costofstd .centerWrapper .cost-left h2 {
    font-size: 35px;
}

.cst-1 {
    display: flex;
    gap: 30px 0px;
    align-items: center;
}
.cst-1 p {
    font-size: 14px;
}
.cst-1 h3 {
    font-size: 15px;
}
.cst-1 a {
    display: flex;
    align-items: center;
    padding: 20px;
   
    margin: 10px;
    border-radius: 50%;
    margin-left: 0px;
}

section.applly-p {
    position: relative;
    padding: 100px 0px;
}

section.applly-p .centerWrapper {
    display: flex;
    align-items: center;
    justify-content: right;
}

.content-app {
    width: 70%;
}

.content-app h2 {
    font-size: 35px;
}
.content-app ul.listdetails p {
    font-size: 14px;
    font-weight: 500;
}
.content-app ul.listdetails {
       display: flex;
    flex-wrap: wrap;
    gap: 0px 42px;
    /* justify-content: right; */
}

.content-app ul.listdetails li {
    width: 40%;
}

.content-app ul.listdetails li h2 {
    font-size: 18px;
}
label.ccss {
    color: #be1e2d;
}
a.prc {  text-decoration: none;
    display: inline-block;
    background: #be1e2d;
    padding: 10px 20px;
    border-radius: 10px;
    color: white;
}

.mytble{ margin-top:30px;margin-bottom:30px;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;    border-radius: 10px;
  border: 1px solid #e0e0e0;
}

.mytble th, td {
  text-align: center;
  padding: 16px;
}



.mytble th {font-size:22px;}

.mytble td {font-size:18px;}

.mytble th:first-child, td:first-child {
  text-align: left;
}

.mytble tr:nth-child(even) {
  background-color: #f2f2f2;
}

.cost-right img {
    width: 100%;
}
section.services ul li img {
    width: 60px;
}
img.gl3 {position: absolute;left: 0px;bottom: 0px;}

section.services {
    background: #980a18;
}

section.services ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
        gap: 10px 10px;
}
section.services ul li img {
    width: 60px;
}
section.services ul li {
    list-style: none;
    background: white;
    border-radius: 10px;
    width: 27%;
    text-align: center;
    padding: 19px 20px;
    /* height: 237px; */
        min-height: 285px;
}

section.services .centerWrapper > h2 {
    font-size: 35px;
    text-align: center;
    padding: 41px;
    color: white;
}

img.gl2 {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

img.gl1 {
    position: absolute;
    left: 0px;
    top: 0px;
}

section.benfits > h2 {
    font-size: 35px;
}

section.benfits .centerWrapper > h2 {
    font-size: 35px;
    text-align: center;
    padding: 0px 0px 50px;
}

.alllist .listitem:hover a .white-icon {
    display:none;
}

.alllist .listitem:hover a .red-icon {
    display:block;
}
.alllist .listitem:hover a  {
    background:#be1e2d;
    border:1px solid #be1e2d;
}
.alllist .listitem:hover h3  {
    color:#be1e2d;
}
section.eligibility {
    padding: 100px 0px;
}
section.eligibility {
    padding: 100px 0px;
}

img.bb-1 {
    position: absolute;
    left: 0px;
    top: 0px;
}

section.benfits {
    padding: 100px 0px;
    text-align: center;
}
section.ft {
    text-align: center;
}

section.ft a {
    text-align: center;
    display: block;
}

section.ft {
    padding: 66px 0px;
    padding-bottom: 0;
}

section.benfits.pdtp20{padding-top: 20px;}
section.ft p {
  
    padding: 20px;
    background: #980b18;
    color: white;
    margin-top: 66px;
}


.lefTcnt p, .eligibility .centerWrapper h2 ~ p, .alllist .listitem p, section.services ul p, .content-app ul.listdetails p, .leftFlexLeft p, .mainel p, section.course-1 .cleft p{
 font-size:17px !important;
 color: #000 !important;
}

.mainel h3 {
    font-size: 30px;
    font-weight: 700;
}
.tab a {
        font-size: 18px;
}
.cst-1 h3, .content-app ul.listdetails li h2 {
    font-size: 18px;
}
.cst-1 p, .content-app ul.listdetails p {
    font-size: 16px !important;
}
section.ft a {
    text-align: center;
    display: block;
}
li.emailpage {
    display: flex;
    align-items: center;
    justify-content: center;
}

li.emailpage a img {
    width: 25px;
    position: relative;
    top: 3px;
}
section.ft b {
    font-size: 20px;
}

section.ft label {
    color: #980b18;
    font-weight: 800;
    font-size: 16px;
}

section.ft {
    font-size: 18px;
}
section.whyStudy {
    position: relative;
}
section.whyStudy {
    position: relative;
}

.tab a {
    position: relative;
}

.tab a.active:after {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    bottom: -48px;
    left: 40%;
    background: white;
    transform: rotate(45deg);
    border: 1px solid #bd1e2d;
    border-right: 0px;
    border-bottom: 0px;
    z-index: 9;
}

.tab {
    margin-bottom: 20px;
}
.cst-1 a {
    border: 1px solid #bd1e2d;
}

.leftInput input::placeholder {
    font-weight: 600; font-size:14px!important; color:#5e5e5e!important; letter-spacing:10;
} 




.cost-left {
    width: 50%;
}
section.services {
    position: relative;
    padding-bottom: 80px;
}

img.ftrdt {
    position: absolute;
    bottom: 0px;
    width: 100px;
}
.rleft img {
    width: 90%;
}
.details {
    border: 1px solid #bd1e2d;
}
section.whyStudy .centerWrapper {
    position: relative;
}

section.whyStudy .centerWrapper img.gl2 {
    right: 98px;
}


section.whyStudy .centerWrapper .rightImgTcnt img {
    z-index: 9;
    position: relative;
}
.mobiless{
    display:none;
}
section.ft b ~ a {
    display: inline-block;
    width: auto;
    max-width: initial;
    /* float: left; */
    /* width: 20px; */
    color: #c30002;
    text-decoration: none;
    padding-left: 6px;
    font-weight: bold;
}
@media screen and (max-width: 480px) {
    .leftFlexLeft {
    text-align: center;
}

.mytble th {
    font-size: 18px;
}
.mytble td {
    font-size: 14px;
}


.leftFlexLeft.mobiless {
    margin-top: 30px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
    .mobiless{
    display:block;
    text-align:center;
}
.dekss{
    display:none !important;
}
    .flexDataCenter {
        /* display: block; */
        display: flex;
    }
    
    .leftFlexLeft {
        width: 100%;
        padding: 85px 0px;
    }
    
    .rightFlexRight {
        width: 100%;
        padding: 25px;
        margin-top: 34px;
    }
    
    .whyData {
        display: block;
    }
    
    .lefTcnt {
        width: 100%;
    }
    
    .rightImgTcnt img {
        width: 100%;
    }
    
    .alllist .listitem {
        width: 50%;
    }
    
    .eligibility .centerWrapper h2 ~ p {
        max-width: 100%;
    }
    
    .mainel {}
    
    section.course-1 .centerWrapper {
        display: block;
    }
    
    section.course-1 .centerWrapper div {
        width: 100%;
    }
    
    section.course-1 .centerWrapper div img {
        /* width: 100%; */
    }
    
    .rleft img {
        width: 100%;
    }
    
    .ss {
        display: block;
    }
    
    .acleft {
        width: 100%;
    }
    
    img.jdd {
        display: none;
    }
    
    section.apply11 {
        background-size: cover;
    }
    
    section.costofstd .centerWrapper {
        display: block;
    }
    
    .cost-right img {
        width: 100%;
    }
    
    img.gl3 {
        left: -10em;
    }
    
    .content-app ul.listdetails li {
        width: 100%;
    }
    
    section.services ul li {
        width: 90%;
    }
    
    section.ft p {
        width: unset;
    }
    
    section.silderDataBanner {
        padding-bottom: 0px;
    }
    
    .leftInput.center a {
        width: 95%;
        padding: 22px;
    }
    .details {
        display: block;
        margin: 0px;
    }
    
    .details img {
        width: 100%;
    }
    
    img.tabhs {
        width: auto;
    }
    
    .mainel {
        display: block;
    }
    
    .mainel > div {
        width: 100%;
        margin: 0px;
        padding: 0px;
    }
    
    .mainel-left {
        border: unset;
    }
    
    .signInData a.last {
        padding: 3px;
        margin-top: 10px;
        display: block;
    }
    
    .alllist .listitem p {
        padding: 11px;
    }
    
    .alllist .listitem {
        width: 100%;
        margin-bottom: 20px;
    }
    
    section.benfits .centerWrapper > h2 {
        margin-top: 100px;
    }
    .signInData a {
        font-size: 15px;
    }
    
    .outerPartHeader {
        gap: 33px;
    }
    
    .rightFlexRight h3 {
        font-size: 20px;
    }
    
    .leftInput.center a {
        width: auto;
        padding: 10px 42px;
        border-radius: 4px;
        font-size: 14px;
    }
    
    a.btnc {
        padding: 10px 42px;
        border-radius: 4px;
        font-size: 14px;
    }
    
    .ss {
        padding: 0px;
    }
    
    .acleft h2 {
        font-size: 25px;
        margin-bottom: 0px;
        padding-top: 20px;
    }
    
    .acleft {
        padding: 20px 0px;
    }
    
    section.topuniversity h2 {
        font-size: 27px;
        padding-top: 42px;
    }
    
    .tab a {
        padding: 10px 29px;
    }
    
    .tab {
        margin: 15px;
    }
    
    img.tabhs {
        width: 45px;
    }
    
    .details ul.listdetails {
        padding-left: 0px;
        padding-bottom: 50px;
    }
    
    .details {
        padding-left: 17px;
    }
    
    section.costofstd .centerWrapper .cost-left h2 {
        font-size: 25px;
    }
    .cost-right img {
    width: 100%;
}
.cst-1 h3 {
    font-size: 15px;
}

.cst-1 p {
    font-size: 15px;
}
    .cst-1 {
        gap: 10px;
    }
    
    img.gl1 {
        width: 69px;
    }
    
    section.applly-p {
        padding: 50px 0px;
    }
    
    section.applly-p .centerWrapper {
        justify-content: center;
    }
    
    .content-app {
        width: 100%;
    }
    
    .content-app h2 {
        font-size: 27px;
    }
    
    .content-app ul.listdetails li h2 {
        font-size: 15px;
    }
    
    img.gl3 {
        width: 55%;
        left: 0px;
        opacity: .2;
    }
    
    .content-app ul.listdetails li {
        z-index: 9;
    }
    
    section.services .centerWrapper > h2 {
        font-size: 29px;
        padding: 16px;
    }
    
    .acleft p, ul.listdetails li, .alllist .listitem p {
        font-size: 14px;
    }
    
    .mainel h3 {
        font-size: 20px;
    }
    
    .eligibility .centerWrapper h2 {
        font-size: 25px;
    }
    
    section.eligibility {
        padding: 50px 0px;
    }
    
    img.bb-12 {
        width: 20%;
    }
    
    .listitem h3 {
        font-size: 16px;
    }
    
    section.benfits .centerWrapper > h2 {
        padding-bottom: 12px;
        font-size: 25px;
        margin: 0px;
    }
    
    .listitem a {
        width: 100px;
        height: 100px;
    }
    
    .listitem a img {
        width: 51px;
    }
    
    .lefTcnt h2 {
        font-size: 25px;
    }
    
    .rightFlexRight {
        margin-top: 0px;
    }
    
    .leftFlexLeft a {
        padding: 10px 42px;
        border-radius: 4px;
        font-size: 14px;
    }
    
    .leftFlexLeft h2 {
        font-size: 30px;
    }
    
    .leftFlexLeft h2 br {
        display: none;
    }
    
    .leftFlexLeft p {
        font-size: 14px;
    }
    
    .leftFlexLeft {
        padding: 0px 0px;
        padding-bottom: 30px;
    }
    
    .flexDataCenter {
        /* margin: 3px 0px; */
        margin-top: 28px;
    }
    
    .silderDataBanner {
        background-position: 7%;
    }
    
    img.bb-1 {
        width: 9%;
    }
    
    section.benfits {
        padding: 50px 0px;
    }
    
    .leftInput input {
        padding: 10px;
    }
    
    .leftInput input::placeholder {
        font-size: 14px;
        letter-spacing: 1px;
        opacity: .3;
    }
    .signInData a.last {
    margin-left: 0px;
    width: 100%;
    font-size: 12px;
}
.leftFlexLeft h2, .lefTcnt h2, section.benfits .centerWrapper > h2, .eligibility .centerWrapper h2, section.course-1 .centerWrapper h2, .centerWrapper h2 label, section.costofstd .centerWrapper .cost-left h2, section.services .centerWrapper > h2 {
    font-size: 20px !important;
}
.leftFlexLeft h2 {
    padding-bottom: 0px;
}
.leftFlexLeft p {
    padding-bottom: 20px;
}
.lefTcnt h2 {
    padding: 0px;
}
section.eligibility {
    padding: 30px 0px 0px;
}
section.topuniversity h2 {
    padding-top: 0px;
}
section.costofstd {
    padding: 15px 0px;
    position: relative;
}
.cst-1 {
    padding: 20px 0px;
}
section.services .centerWrapper > h2 {
    padding: 20px 0px;
}
img.ftrdt {
    width: 10%;
}
section.ft {
    padding: 30px 0px;
}
section.ft p {
    margin-top: 30px;
}
img.gl2 {
    width: 10%;
}
.acleft p, ul.listdetails li, .alllist .listitem p {
    font-size: 13px;
}
p {
    font-size: 13px !important;
}
.leftFlexLeft p {
    padding: 0px 0px 16px;
    margin: 0px;
}
.mainel p {
    padding: 6px 0px;
    padding-right: 0px;
}
.acleft p {
    padding: 10px 0px;
}
img.cdf1 {
    width: 10%;
}
section.eligibility {
    padding-bottom: 40px;
}
img.gl1 {
    width: 45px;
}
section.services ul li {
    height: auto;
}

.logoLeft a img {
    width: 120px;
}

.signInData a {
    font-size: 12px;
}
.signInData a.last {
    font-size: 11px;
}
.whyStudy {
    padding: 23px 0px 40px;
}
section.course-1 {
    padding: 35px 0px 37px;
}
.tab a {
    padding: 10px 20px;
}

.popup {
    width: 95%;
    border-radius: 10px;
    height: auto;
}

.popup h2 {
    padding: 0px;
    padding-top: 20px;
    font-size: 18px;
}

.popup form, .popup .form{
    padding: 20px;
}

.leftInput.center {
    margin-bottom: 0px;
}

.popupas img {
    width: 17px;
    right: 14px;
}

input.submitform {
    padding: 10px 37px;
    width: auto;
    max-width: 56%;
}
.signInData ul {
    padding-left: 30%;
}
section.topuniversity {
    padding: 20px 0px;
}
.acleft h2 {
    font-size: 20px;
}
section.topuniversity h2 {
    font-size: 20px;
}
section.services {
    position: relative;
    padding-bottom: 80px;
}

img.ftrdt {
    position: absolute;
    bottom: 0px;
    width: 100px;
}

.signInData ul {
    padding: 0px;
}


.signInData {
    width: 41%;
}

li.emailpage a img {
    width: 15px;
}

.signInData ul {
    text-align: center;
}

.signInData a.last {
}
.leftFlexLeft h2 {
    font-size: 30px !important;
}

.leftFlexLeft a {
    /* width: 100%; */
}

.rightFlexRight {
    height: auto;
}

.flexDataCenter {
    padding-bottom: 0px !important;
}

section.silderDataBanner {
    min-height: auto;
    padding-bottom: 50px;
}

.lefTcnt h2 {
    font-size: 28px !important;
}

.leftFlexLeft h2, .lefTcnt h2, section.benfits .centerWrapper > h2, .eligibility .centerWrapper h2, section.course-1 .centerWrapper h2, .centerWrapper h2 label, section.costofstd .centerWrapper .cost-left h2, section.services .centerWrapper > h2 {
    font-size: 28px !important;
}

section.topuniversity h2 {
    font-size: 28px;
}

.tab a.active:after {
    bottom: -23px;
    /* border-color: red; */
}

.details {
    border: 1px solid #bd1e2d;
}

img.tabhs {
    right: 0px;
    bottom: -1px;
    display: none;
}

.cost-left {
    width: 100%;
}
.logoLeft a img {
    width: 184px;
}
.leftFlexLeft {
    text-align: center;
}

.leftFlexLeft.mobiless {
    margin-top: 30px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

section.ft b {
    font-size: 16px;
}

section.ft label {
    color: red !important;
}
}

@media screen and (max-width: 480px) {
    section.services ul li {
        min-height: 300px;
        padding: 5px;
    }
}