
/*********all fonts***********************/
@font-face {
   font-family: Gilroy-ExtraBold;
   src: url(../fonts/Gilroy-ExtraBold.otf);
}
@font-face {
font-family: 'Gilroy-Bold ☞';
font-style: normal;
font-weight: normal;
src: local('../fonts/Gilroy-Bold ☞'), url('../fonts/Gilroy-Bold.woff') format('woff');
}
@font-face {
   font-family: Gilroy-Light;
   src: url(../fonts/Gilroy-Light.otf);
}

@font-face {
   font-family: Gilroy-Medium; 
   src: url(../fonts/Gilroy-Medium.ttf);
}

@font-face {
   font-family: Gilroy-Heavy;
   src: url(../fonts/Gilroy-Heavy.ttf);
}

@font-face {
   font-family: FuturaCondensedExtraBold;
   src: url(../fonts/FuturaCondensedExtraBold.otf);
}
/*********all html heafings fonts***********************/

body{
  font-family: Gilroy-Light;
font-size: 16px;
color: #333333;
font-weight: 300;
}
b, strong {
    font-weight: 700;
    font-family: Gilroy-Medium;
}
h1,h2,h3,h4,h5,{
  margin-bottom: 0px;
      font-size: 26px;
    font-family: Gilroy-Medium;
}
p{
    line-height: 26px;
}
ul,li{
    padding: 0px;
    list-style: none;
    margin: 0px;
}



/*agent-portal css*/

.logodivnew a{
display: block;
text-align: center;
}
.logodivnew{
    text-align: center;
    padding: 30px 0px;
    border-top: 20px solid #006662;
}
.logodivnew span {

      font-family: Gilroy-ExtraBold;
    font-size: 18px;
    color: #383838;
    margin-top: 20px;
}
#header .navbar-light .navbar-nav .nav-link{
 color: #383838;
    padding: 20px 15px;
    text-decoration: none;
    position: relative;
    font-size: 16px;
        font-weight: 600;
}
#header .navbar-light .navbar-nav .nav-item{
    display: flex;
    align-items: center;
}
#header .navbar-light .navbar-nav .nav-link:after{
       content: '';
    position: absolute;
    height: 44px;
    width: 1px;
    top: 0px;
    bottom: 0;
    margin: 5px -1px;
    background: #EAEAEA;
    right: 0;

}
#header .navbar-light .navbar-nav .nav-link:hover{
  color: #006662;
}
#header .navbar-nav .nav-item.active .nav-link{
color: #006662;
}
.languabtn button{
background: transparent;
border: none;
cursor: pointer;
padding: 6px 22px;
position: relative;
}
.languabtn button:first-child:after{
        content: '';
    position: absolute;
    height: 44px;
    width: 1px;
    top: 0px;
    bottom: 0;
    /* margin: 5px -1px; */
    background: #EAEAEA;
    right: 0;
    margin: auto;
}
.languabtn button:focus{
outline: none;
}
.languabtn button img{
    margin-right: 10px;
}
.tobbannernew{
        position: relative;
}
.tobbannernew .overlaydivcontentnew{
position: absolute;
    bottom: 30px;
    width: 100%;

    text-align: center;
}
.overbg p {
    margin-bottom: 0;
    display: inline-block;
    background: #006662;
    color: #fff;
    font-size: 43px;
    font-family: Gilroy-ExtraBold;
    padding: 8px 8px;
}
.overbg {
    background: #ffffffed;
    padding: 30px 0px;
      border-radius: 10px 10px 0px 0px;
       border-bottom: 6px solid #020D83;
}
.overbg h1 {
color: #006662;
font-size: 45px;
   font-family: Gilroy-ExtraBold;
   text-transform: uppercase;
}
.black-heading {
    position: relative;
    padding: 0px;
    margin: 0px;
    font-size: 26px;
    font-family: Gilroy-Medium;
    padding-left: 20px;
    line-height: 1;
       margin-bottom: 35px;
    padding-bottom: 13px;
    text-transform: capitalize;
}
.black-heading:before {
    content: '';
    position: absolute;
    background: #000080;
    height: 34px;
    width: 7px;
    left: 0;
    top: 0px;
}
.markting-marterails{
    padding: 50px 0px;
}
.markting-marterails .row{
    justify-content: center;
}
.course-whiteprt {
  background: #f5f5f5 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 10px #00000029;
    opacity: 1;
    padding: 20px;
    margin: 20px;
    margin-top: -40px;
    border-radius: 10px;
    margin-bottom: 0;
    position: relative;
    text-align: center;
        min-height: 162px;
}
.main-course-block{
background: #000080;
    padding: 0px 0px;
    padding-bottom: 20px;
     border-radius: 10px;
     margin-bottom: 30px;
     box-shadow: 0px 3px 30px #00000029;
}
.campus .course-whiteprt {
    margin-top: -68px;
    padding: 14px;
    min-height: auto;
}
.campus .course-whiteprt p {
    min-height: auto;
    margin-bottom: 7px;
}
.course-whiteprt p{
font-size: 18px;
color: #020D83;
    line-height: 19px;
  font-family: Gilroy-ExtraBold;
  min-height: 50px;
}
.coursebtn {
    background: #000080 0% 0% no-repeat padding-box;
    border-radius: 7px;
    font-family: Gilroy-ExtraBold;
    color: #fff;
    padding: 2px 25px;
    text-decoration: none;
    border: 1px solid transparent;
    display: inline-block;
    text-decoration: none;
}
.coursebtn:hover{
    text-decoration: none;
    color: #fff;
}

.btn-hover {
    transition-duration: 0.3s;
    transition-property: color;
    position: relative;
    transform: perspective(1px) translateZ(0);
}
.btn-hover:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.btn-hover:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffcb05;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 4px;
}
.admission-documents{
      background-image: url(../images/admission-bg.png);
  
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 50px 0px;
}
.funded-information{
    padding: 50px 0px;
}
.fund-inner{
    background: #f5f5f5 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 10px #00000029;
    border-radius: 7px;
    padding: 20px;
    text-align: center;
    
}
.funbgblue:after{
    background: #000080;
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    z-index: -1;
right: 0;
left: 0;
    border-radius: 0px 0px 10px 10px;
    margin:  auto;
    bottom: 0;

}
.fund-inner p{
    margin-bottom: 0px;
    font-size: 18px;
    color: #020D83;
        margin-bottom: 8px;
    font-family: Gilroy-ExtraBold;
}
.fundedbox ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.fundedbox ul li{
       width: 50%;
    padding-right: 20px;
    margin-bottom: 60px;
   
}
.fundedbox{
    padding-top: 60px;
}
.funbgblue{
    position: relative;
    padding: 15px;
}

.fund-inner span{
        display: block;
    margin-top: -65px;
    padding-bottom: 20px;
}

.stvido {
    background: transparent linear-gradient(
180deg
, #FFFFFF 0%, #F4F4F4 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 30px #00000029;
    opacity: 1;
    padding: 15px;
    position: relative; 
}
.stvido iframe{width: 100%!important;}
.przero {
    padding-left: 0px;
}
.learn-bg {
    background: #000080 0% 0% no-repeat padding-box;
    padding: 10px;
}
.main-block{
        padding-left: 30px;
        padding-top: 30px;
}
.funded-information .row{
    border-bottom: 1px solid gainsboro;
}
.sevenbgimg{
    padding-right: 0px;
}
.class-sizes .white-heading {
    font-size: 20px;
}
.learn-div .white-heading {
    padding-bottom: 0px;
}
.campus-facilities{
    padding-top: 50px;
    padding-bottom: 50px;
}
.white-heading {
    position: relative;
    padding: 0px;
    margin: 0px;
    font-size: 20px;
    font-family: Gilroy-Medium;
    padding-left: 20px;
    line-height: 1;
    color: #fff;
    margin-bottom: 13px;
    padding-bottom: 13px;
    text-transform: capitalize;
}
.white-heading:before {
    content: '';
    position: absolute;
    background: #fff;
    height: 34px;
    width: 7px;
    left: 0;
    top: 0px;
}
.main-course-block.wth-p{
    margin-top: 60px;
}
.main-course-block.wth-p span{
    font-size: 18px;
    color: #020D83;
    font-family: Gilroy-ExtraBold;
}
.main-course-block.wth-p p{
font-family: Gilroy-Light;
    font-size: 16px;
    color: #333333;
    font-weight: 300;
}
.map{
    text-align: right;
    padding-left: 90px;
}
.campus .main-course-block.wth-p{
margin-top: 0px;
margin-bottom: 35px;
}
.fllowdiv .fund-inner span{
margin-top: 0px;
    display: block;
    min-height: 92px;
}
.emaildivlist .coursebtn{
padding: 2px 20px;
}
.fllowdiv p{
    font-family: Gilroy-Light;
    font-size: 16px;
    color: #333333;
    font-weight: 300;
}
.followus{
      background-image: url(../images/followbg.png);
  
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 50px 0px;
        position: relative;
    z-index: 0;
}
.emailadd{
    background: #f4f4f4;
    padding: 50px 0px;
    position: relative;
    z-index: 0;
}
.emaildivlist li {
    width: 20%;
    padding-right: 20px;
}

.emaildivlist ul {
    display: flex;
    flex-wrap: wrap;
}
.emaildivlist .fund-inner p{
font-size: 16px;
  line-height: 16px;
      min-height: 68px;
}
.copy-rightdiv {
    background: #000080;
    padding: 6px 0px;
}
.copy-rightdiv p {
    font-size: 12px;
    color: #fff;
    margin-bottom: 0px;
}
.r-t {
    text-align: right;
    font-size: 12px;
}
.mobilecontent {
    display: none;
}
p.bannertap{
    padding: 0px 10px;
    background: transparent;
}
p.bannertap span.blueclr{
background: #1076ba;
}
p.bannertap span.greenclr{
background: #28af4b;
}
p.bannertap span.redclr{
background: #ec1c22;
}
.bannertap span {
    display: inline-block;
    border-right: 2px solid #f1f1f1;
    padding: 9px 12px;
    text-align: center;
}
.admission-documents .course-whiteprt p{
        min-height: 41px;
}
.admission-documents .course-whiteprt{
    min-height: 137px;
}
.need-helpform {
    margin-top: 40px;
    width: 90%;
    margin: 40px auto auto auto;
}
.contactform{
    padding: 50px 0px;
}
.need-helpform form input.form-control {
    background: transparent linear-gradient(
180deg
, #F1F1F1 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    height: 50px;
}
.need-helpform form input.form-control:focus{
    outline: none;
    box-shadow: none;
}
.need-helpform form textarea{
    background: transparent linear-gradient(
180deg
, #F1F1F1 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    height: 100px;
}
.contatbtn {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.contatbtn .coursebtn {
    font-size: 18px;
    margin: 0 auto;
    padding: 2px 50px;
    cursor: pointer;
}
.chineselang .campus-facilities .course-whiteprt{
min-height: auto;
}
.chineselang .campus-facilities .course-whiteprt p{
    min-height: auto;
}
.chineselang .admission-documents .course-whiteprt{
    min-height: auto;
}
.chineselang .admission-documents .course-whiteprt p{
    min-height: auto;
}
.chineselang .markting-marterails .course-whiteprt{
 min-height: auto;
}
.chineselang .markting-marterails .course-whiteprt p{
 min-height: 40px;
}
.hdr_agnt_prtl {
    position: sticky;
    top: 0;
    z-index: 100;
    margin-bottom:-20px;
}
.div_space {
    padding: 60px 0 0;
    margin-bottom: -50px;
}


/*agent-portal css end*/

/*new page css agent portal*/

.bannersection{
    position: relative;
}
.bannersection .overlaydivcontentnew {
       display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: left;
    top: 0;
    margin: 0 auto;
    align-items: center;
}
.bannersection .overlaydivcontentnew .container{
        display: flex;
}
.bannersection .overlaydivcontentnew .container .agentbutton{
align-self: self-end;
}
.bannersection .overlaydivcontentnew .container .agentbutton a{
  padding: 7px 8px;
    font-size: 18px;
    margin-left: 26px;
}
.bannersection .overlaydivcontentnew .overbg{
    width: 48%;
   background: #1a76bbbf;
   border: none;
    padding: 20px 0px 0px 0px;
}
.allsectionpanel .black-heading{
    color: #333333;
   font-family: Gilroy-ExtraBold;
   margin-bottom: 20px;

}
.allsectionpanel .panel.panel-default {
    background: #fff;
        padding: 50px 0px;
}
.allsectionpanel .panel.panel-default:nth-child(odd){
    background: #FBFBFB;
}

.allsectionpanel .black-heading:after {
   height: 1px;
    content: "";
    position: absolute;
    width: 74%;
    background: #d8d8d8;
    right: 20px;
    top: 15px;
}
.agentcoursebox{
        background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 6px 6px 18px #00000012;
    border-radius: 15px;
    margin-bottom: 40px;
}
.ageimg img{
width: 100%;
}
.ageimg{
   padding: 10px 10px 0px;
}
.clickdonwl{
  
box-shadow: 6px 6px 18px #00000012;
border-radius: 0px 0px 15px 15px;
}
.overbg h1{
  font-size: 42px;
    color: #fff;
    font-family: Gilroy-ExtraBold;
    padding: 13px 22px;
    border-left: 5px solid white;
    margin-left: 22px;
        margin-bottom: 20px;
}
.clickdonwl a{
      background: #006662;
   color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 13px;
        border-radius: 0px 0px 15px 15px;
        font-weight: 600;
} 
.clickdonwl a:hover{
    background: #ffcb05 0% 0% no-repeat padding-box;
    transition: .3s all;
    text-decoration: none;
    color: #006662;
}
.clickdonwl a i{
        width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    color: #006662;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 13px;
}
.teamlinks ul{
display: flex;
flex-wrap: wrap;
}
.teamlinks ul li{
margin-right: 20px;
margin-bottom: 15px;
}
.teamlinks ul li a{
    display: inline-block;
}
.allsectionpanel{
    padding: 50px 0px;
    padding-top: 0px;
}
.studenttesti{
    background: #FFFFFF 0% 0% no-repeat padding-box;
border-radius: 10px;
    box-shadow: 6px 6px 18px #00000012;
}
.studenttesti iframe{
    width: 100% !important;
}
.videoright iframe{
        height: 230px!important;
            width: 100% !important;
}
.testimonailtext{
    display: flex;
    padding: 20px;
        border-top: 6px solid #006662;
}
.lefttexti{
    width: 90%;
}
.allsectionpanel .agentportal-tabing#accordion .panel-body .black-heading:after{
display: none;
}
.lefttexti h4{
    color: #006662;
    font-size: 18px;
    font-family: Gilroy-ExtraBold;
}
.videotext-container{
    margin-top: 40px;
}
.camputext{
    background: #006662;
border-radius: 0px 0px 10px 10px;


}
.camputext a{
       color: #fff;
    padding: 10px 15px;
    display: block;
    font-size: 18px;
    font-family: Gilroy-ExtraBold; 
    text-transform: uppercase;
     line-height: 24px;min-height: 68px;
}
.camputext a:hover{
    color: #006662;
}
.camputext a:hover{
    text-decoration: none;
        background: #ffcb05 0% 0% no-repeat padding-box;
        transition: .3s all;
}
.agentteam{
    background: #FBFBFB 0% 0% no-repeat padding-box;
    border-radius: 10px;
    box-shadow: 6px 6px 18px #00000012;
    display: flex;
    flex-wrap: wrap;
    padding: 25px 18px;
    padding-bottom: 10px;
        margin-bottom: 25px;
            min-height: 322px;
}
.agentteam p{
    margin-bottom: 8px;
}
.teamsection.firstteam .agentteam{
min-height: 320px;
}
.ageteam-content{
          width: 80%;
    padding-left: 15px;
}
.agentfooter{
    padding: 50px 0px;
    background: #F6F4F4;
    padding-bottom: 0px;
}
.agentemail ul{
    display: flex;
    flex-wrap: wrap;
}
.agentemail ul li{
    width: 33.33%;
    border-bottom: 1px solid #cecece;
    margin-bottom: 18px;
    padding-bottom: 18px;

}
.agentemail ul li:nth-child(3n+3) .emaildiv:after{
display: none;
}
.agentemail ul li .emaildiv{
    display: flex;
        padding-right: 10px;
        flex-wrap: wrap;
               padding: 10px 30px 10px 0px;
            position: relative;
}
.agentemail ul li .emaildiv:after{
      position: absolute;
    content: "";
    background: #cecece;
    height: 77%;
    width: 1px;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;

}
.agentemail ul li .emaildiv p{
    margin-bottom: 0px;
        font-weight: 600;
}
.agentemail ul li .emaildiv span{
     width: 32px;
    height: 32px;
    background: #006662;
    text-align: center;
    border-radius: 50%;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-right: 10px;
}
.agentemail ul li .emaildiv  a{
    color: #383838;
    font-size: 16px;
    font-weight: 800;
}
.agensocaillink ul{
display: flex;
flex-wrap: wrap;
}
.agensocaillink ul li{
     width: 25%;
    padding-right: 10px;
    position: relative;
}
.agensocaillink ul li:first-child{
    width: 30%;
}
.agensocaillink ul li:nth-child(2){
width: 20%;
}
.agensocaillink ul li:last-child:after{
display: none;
}
.agensocaillink ul li:after{
           position: absolute;
    content: "";
    background: #cecece;
    height: 100%;
    width: 1px;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.agensocaillink ul li a{
    color: #383838;
    font-weight: 600;
    display: inline-block;
}
.agensocaillink{
    margin-top: 40px;
}
.agensocaillink ul li a i{
     width: 32px;
    height: 32px;
    background: #006662;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 32px;
    margin-right: 10px;
}
.logodivnew.newagentportal{
padding: 0px;
background: #EB2227;
    padding: 10px 0px;
}
.logodivnew.newagentportal p{
    margin-bottom: 0px;
}
.logodivnew.newagentportal span{
    color: #fff;
        padding: 0px 26px;
    border-right: 3px solid white;
}
.logodivnew.newagentportal span:last-child{
    border: none;
}
.bannersection p.bannertap{
    background: #FFFFFF;
    opacity: 0.83;
    font-size: 35px;
    display: block;
    padding: 13px 35px;
    border-radius: 0px 0px 10px 10px;
}
.bannersection  .bannertap span{
    background: transparent !important;
}
.bannersection .bannertap span:last-child{
    border: none;
}
p.bannertap span.blueclr{
color: #1A76BB;
}
p.bannertap span.greenclr{
color: #28A84A;
}
p.bannertap span.redclr{
    color: #EB2227;
}
.agentportal-tabing#accordion .panel-heading a{
    position: relative;
    display: block;
}
.agentportal-tabing#accordion .panel-heading a:hover{
    text-decoration: none;
}
.agentportal-tabing#accordion .panel-heading a:after{
    position: absolute;
    font-family: FontAwesome;
    content: "\f105";
    font-size: 25px;
    color: #006662;
    top: 0;
    right: 0;
    transform: rotate(
90deg
);
    transition: .3s all;
}
.agentportal-tabing#accordion .panel-heading a[aria-expanded="true"]:after{
    transform: rotate(
-90deg
);
    transition: .3s all;
}   
.agetext{
       color: #404041;
    font-size: 14px;
    font-weight: 800;
    padding: 10px 0px;
    min-height: 85px;
}
.othermaterials .agetext{
    min-height: 106px;
}
.agetext span{
    color: #e23021;
}
.agentcomnbtn{
        background: #006662;
    border-radius: 10px;
    color: #fff;
    padding: 6px 20px;
    display: inline-block;
    font-weight: 600;
}
.agentcomnbtn:hover{
        background: #ffcb05 0% 0% no-repeat padding-box;
        transition: .3s all;
}
.other-languages h2{
    color: #333333;
    font-size: 26px;
    margin-bottom: 20px;
        font-family: Gilroy-ExtraBold;
        display: flex;
}
.other-languages h2 figure{
     padding: 4px;
    background: #F1F3F5 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 50%;
    margin: 0px 15px;
}
.other-languages h2 span{
    font-size: 18px;
        font-family: Gilroy-Light;
        margin-top: 7px;
}
.ageteam-content h4{
font-size: 25px;
    color: #006662;
    font-family: Gilroy-ExtraBold;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 14px;
    margin-bottom: 12px;
}
.agentteamimg{
    width: 100px;
    position: relative;
    height: 100px;
}
.teamsection.firstteam .agentteam {
    min-height: 300px;
}
.teamsection.teamthird .agentteam, .teamsection.teamfour .agentteam {
    min-height: 220px;
}
.teamsection.teamthird.africateam .agentteam {
    min-height: 260px;
}
.agentteamimg img{
    border-radius: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.teamsection {
    margin: 60px 0px 30px 0px;
}
.teamhead{
     font-size: 20px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 18px;
    font-family: Gilroy-ExtraBold;
}
.ageteam-content span{
      display: block;
    font-family: Gilroy-ExtraBold;
    font-size: 16px;
    margin-bottom: 10px;
}
.ageteam-content span.agenttitle{
color: #006662;
margin-bottom: 0px;
}
.ageteam-content small{
      display: block;
    margin-bottom: 20px;
}

.agefooterhead{
        color: #333333;
    font-family: Gilroy-ExtraBold;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 22px;
    margin-bottom: 35px;
}
.agefooterhead:after{
        position: absolute;
    width: 200px;
    height: 1px;
    content: "";
    background: #006662;
    bottom: 0;
    left: 0;
    right: 0;
}
.agefooterhead:before {
    content: "";
    background: #006662;
    width: 55px;
    height: 8px;
    left: 0;
    right: 0;
    position: absolute;
    bottom: -3px;
}
.agefootercopoy{
       padding: 10px 0px;
    background: #006662;
    color: #fff;
    margin-top: 45px;
}
.agefootercopoy p{
margin-bottom: 0px;
}
#header.hdr_agnt_prtl.newheaderagent .navbar.navbar-light{
padding: 50px 0px;
}
.allsectionpanel .marketing-heading .black-heading:after{
    width: 74%;
}
.allsectionpanel .admission-heading .black-heading:after{
    width: 71%;
}
.allsectionpanel .photogallery-heading .black-heading:after{
    width: 80%;
}
.allsectionpanel .video-heading .black-heading:after{
    width: 74%;
}
section.vietnamlang .agetext {
    min-height: 108px;
}

#campus-facilities .studenttesti ,.chcampus-facilities .studenttesti{
margin-top: 30px;
}
section.vietnamlang .allsectionpanel .campus-heading .black-heading:after {
    width: 55%;
}
section.vietnamlang .allsectionpanel .marketing-heading .black-heading:after {
    width: 65%;
}
section.vietnamlang .allsectionpanel .ourteam-heading .black-heading:after {
    width: 65%;
}
.allsectionpanel .campus-heading .black-heading:after{
    width: 76%;
}
.allsectionpanel .ourteam-heading .black-heading:after{
    width: 85%;
}
.dropdown.dropdwonagentportal .btn{
background: #FFFFFF 0% 0% no-repeat padding-box;
border-radius: 18px;
color: #383838;
border: none;
}
.dropdown.dropdwonagentportal.show>.btn-secondary.dropdown-toggle ,.dropdown.dropdwonagentportal .btn-secondary:not(:disabled):not(.disabled):active:focus{
    background: transparent;
    color: #383838 !important;
    border:  none;
}
#header.hdr_agnt_prtl.newheaderagent .navbar-light .navbar-nav .nav-link:last-child:after{
display: none;
}
.hdr_agnt_prtl.newheaderagent{
    background: transparent linear-gradient( 
180deg
 , #FFFFFF 0%, #F4F4F4 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 10px #0000000d;
}
.gallryimg{
    margin-bottom: 30px;
}
.videotestimonail-test .owl-nav button{ 
      font-size: 30px !important;
    width: 30px;
    height: 30px;
    color: #fff !important;
    background: #006662;
    border-radius: 5px;
    line-height: 15px !important;
    opacity: 1 !important;
}
.videotestimonail-test .owl-nav button:focus{
    outline: none;
}
.dropdown.dropdwonagentportal .form-group{
    position: relative;
    margin-bottom: 0;
}
.dropdown.dropdwonagentportal .form-group span{
position: absolute;
    left: 10px;
    top: 7px;
}
.dropdown.dropdwonagentportal .form-group select{
    padding: 5px 6px 5px 30px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 18px;
    color: #383838;
    border: none;
}
.dropdown.dropdwonagentportal .form-group select:focus{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    outline: none;
    box-shadow: none;
}
.addmission h2 {
    color: #333333;
    font-family: Gilroy-ExtraBold;
    font-size: 18px;
}

/*new page css agent portal end*/


.allsectionpanel .panel.panel-default .campusloactionsimg img{
width: 100%;border-radius: 10px 10px 0px 0px;
}


.hdr_agnt_prtl.newheaderagent .navbar-brand img {
    width: 185px;
}




/*media query start here*/

@media (min-width: 992px){

.allsectionpanel #collapse01 .col-lg-2 {
    flex: 0 0 20%;
    max-width: 20%;
}
.allsectionpanel #collapse07 .col-lg-2, .allsectionpanel #collapsevt1 .col-lg-2 {
    flex: 0 0 20%;
    max-width: 20%;
}
#header .navbar.navbar-light{
    text-align: center;
    align-items: center;
    border-top: 1px solid #efefef;
    height: 80px;
        justify-content: space-between;
}

#header .navbar-collapse{
flex-grow: initial;
}
}
@media (min-width: 1200px){
.container {
    max-width: 1198px;
}
}
@media (min-width: 1320px){
.container {
    max-width: 1270px !important;
}
}

@media (min-width: 1599px){
.container{
        max-width: 1280px;
}
}

@media (max-width: 1598px){
.fllowdiv p{
    font-size: 15px;
      
}
.emaildivlist .fund-inner p {
    font-size: 15px;
    min-height: 80px;

}
/*.emaildivlist .fund-inner{
    min-height: 200px;
}*/
}

@media (max-width: 1199px){
/*new agentpage*/
.overbg h2{
    font-size: 28px;
        padding: 8px 22px;
            margin-bottom: 12px;
}
.bannersection p.bannertap{
    font-size: 25px;
}
.allsectionpanel .black-heading:after{
    width: 66%;
}
/*new agentpage end*/
}


@media (max-width: 991px){
#header .navbar-light .navbar-nav .nav-link:after{
    display: none;
}
#header .navbar-light .navbar-nav .nav-item{
        border-bottom: 1px solid #e4e4e4;
}
.emaildivlist li{
    width: 33%;
    margin-bottom: 60px;
}

/*agentnew page*/
.bannersection p.bannertap {
    font-size: 20px;
    padding: 4px 20px;
}
.overbg h2{
        padding: 8px 22px;
    margin-bottom: 12px;
}
.logodivnew.newagentportal{
        padding: 6px 0px;
        border-top: 0px;
}
.logodivnew.newagentportal span{
        font-size: 14px;
    padding: 0px 22px;
}
.hdr_agnt_prtl{
    margin-bottom: 0px;
    background: #fff;
}
.allsectionpanel .black-heading:after{
    width: 56%;
}
.agentemail ul li{
    width: 50%;
}
.agensocaillink ul li{
        width: 50%;
        margin-bottom: 30px;
}
.campusloactionsimg{
    margin-bottom: 30px;
}
.camputext a{
    font-size: 16px;
    min-height: auto;
}
.ageteam-content h4{
    font-size: 18px;
    margin-top: 18px;
}
.ageteam-content span{
    font-size: 16px;
}
.agentteam{
        padding: 20px 15px;
   
}
.agentteamimg{
    margin: 0;
}
.ageteam-content{
    width: 100%;
    padding-left: 0px;
}
#header.hdr_agnt_prtl.newheaderagent .navbar.navbar-light{
    padding: 0px 15px;
}
.dropdown.dropdwonagentportal{
    padding: 12px 0px;
}
.campusloactionsimg img{
width: 100%;
}

/*agentnew page*/
}

@media (max-width: 767px){
.mobilecontent{
    display: inline-block;
}
.desktopcontent{
    display: none;
}
.logodivnew img{
width: 200px;
}
.black-heading{
    font-size: 22px;
}
.course-blueprt img{
width: 100%;
}
.course-whiteprt{
    min-height: auto;

}
.course-whiteprt p{
    min-height: auto;
}
.fundedbox ul li{
    width: 100%;
    padding-right: 0px;
}
.funbgblue{
    margin-bottom: 20px;
}
.emaildivlist li{
        padding-right: 0px;
            width: 100%;
}
.emailadd{
    padding-bottom: 0px;
}
.copy-rightdiv{
    text-align: center;
}
.r-t{
    text-align: center;
}
.overbg h1{
    font-size: 26px;
}
.overbg p{
    font-size: 22px;
}
.overbg{
    padding: 12px 0px;
}
.tobbannernew .overlaydivcontentnew{
    bottom: 0;
}
.emaildivlist .fund-inner{
    min-height: auto;
}
.emaildivlist .fund-inner p{
    min-height: auto;
}
.fllowdiv .fund-inner span{
    min-height: auto;
}
.bannertap span{
        padding: 2px 12px;
}
/*agentnew page */
.overbg h2{
       text-align: center;
    font-size: 20px;
    margin: 0px;
    border: none;
    padding-top: 0;
}
.bannersection p.bannertap {
    font-size: 18px;
    padding: 4px 20px;
    text-align: center;
    border-radius: 0px;
}
.bannersection .overlaydivcontentnew{
    position: initial;
}
.bannersection .overlaydivcontentnew .overbg{
    width: 100%;
    padding: 6px 0px 0px 0px;
    border-radius: 0px;
}
.other-languages h2{
    font-size: 18px;
}
.other-languages h2 figure{
    width: 32px;
}
.other-languages h2 span{
    font-size: 16px;
}
.allsectionpanel .black-heading:after{
    display: none;
}
.viedcontnt{
    margin-bottom: 20px;
}
.agentteam{
    margin-bottom: 30px;
}
.allsectionpanel{
    padding-bottom: 0px;
}
.agentemail ul li ,.agensocaillink ul li{
    width: 100%;
}
.gallryimg img{
    width: 100%;
}
.gallryimg{
    margin-bottom: 30px;
}
.agentemail ul li .emaildiv:after ,.agensocaillink ul li:after{
    display: none;
}
.agefooterhead{
    font-size: 20px;
}
.studenttesti{
    margin-bottom: 30px;
}
.agensocaillink ul li:first-child{
    width: 100%;
}
.agensocaillink ul li:nth-child(2){
    width: 100%;
}
.agetext{min-height: auto;}

.bannersection .overlaydivcontentnew .container{
    display: block;
}
.bannersection .overlaydivcontentnew .container .agentbutton{
    text-align: center;
}
.bannersection .overlaydivcontentnew .container .agentbutton a{
padding: 6px 15px;
    font-size: 18px;
    margin: 20px 0px;
        margin-bottom: 0px;
}
/*agentnewpage end*/
}

@media (max-width: 480px){
.overbg{
    padding: 9px 6px;
        border-bottom: 3px solid #000;
}
.tobbannernew .overlaydivcontentnew{
        bottom: 0px;
}
.overbg h1{
    font-size: 19px;
        margin-bottom: 4px;    
}
.overbg p{
        font-size: 17px;
            padding: 0px 8px;
}
.black-heading{
    font-size: 22px;
}
}
