/* admission page */
.programDetailWrap.AdmisnOuter .nav-tabs {
    border-bottom: 0px solid #ddd;
}
.programDetailWrap.AdmisnOuter ul.nav-tabs li {
    padding-left: 0;
    margin-bottom: 0;
}
.programDetailWrap.AdmisnOuter .nav-tabs>li.active>a {
    background: #1871b9;
    color: #ffffff;
    border: none;
}
.programDetailWrap.AdmisnOuter ul.nav-tabs li a {
    border: 1px solid #f6f6f6;
    border-bottom: 0;
    border-radius: 0;
    color: #222222;
    background: #f6f6f6;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 45px;
}
.programDetailWrap.AdmisnOuter ul.nav-tabs li a:hover {
    background: #1871b9;
    color: #ffffff;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.programDetailWrap.AdmisnOuter .tab-content {
    border-top: 1px solid #d5d5d6;
    padding: 0px 16px;
}
/* admission page */

/* Contact Page */
.mainContctHead h2 {
    color: #e01e43;
    font-size: 30px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 74px;
    font-family: 'Encode Sans Condensed', sans-serif;
    position: relative;
    display: inline-block;
    border-right: 3px solid #e0e6e9;
    padding-right: 20px;
}
.mainContctHead h2:after {
    content: '';
    position: absolute;
    background: #e0e6e9;
    width: 12px;
    height: 3px;
    top: 30px;
    right: -20px;
}
.comn-head h3 {
    position: relative;
    text-align: center;
    color: #e0e6e9;
    margin: 0 0 65px 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Encode Sans Condensed', sans-serif;
}
.comn-head span {
    padding: 0 20px;
    color: #e01e43;
}
.contactWrap .bdrTop {
    border-bottom: #d6d6d6 solid 1px;
    padding-bottom: 2px;
    margin-bottom: 40px;
}
.contactWrap {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #333333;
    font-size: 15px;
    font-size: 400;
    line-height: 24px;
     position: relative;
}
.contactWrap .chooseIconPG  .content
{
    text-align: center;
}
.contactWrap .chooseIconPG {
    text-align: center;
    margin: 0 auto;
    border-right: #d9d9da solid 1px;
    min-height: 236px;
    margin-bottom: 60px;
    position: relative;
}

.contactWrap:first-child:after {
    text-align: center;
    margin: 0 auto;
    border-bottom: #d9d9da solid 1px;
    min-height: 236px;
    margin-bottom: 60px;
    position: relative;
}
/*.contactWrap .chooseIconPG:first-child
{
  position:relative;
}*/

.contactWrap:first-child:after
{
  content: "";
    display: block;
   /* width: 220px;
    background-color: #e1e1e1;
    height: 8px;*/
    border:1px solid red;
    width:100%;
}


.contactWrap .chooseIconPG:last-child {
   border-right: none;
   
}
.chooseIconPG h2
{
   margin-bottom: 30px;
    font-size: 30px;
    font-weight: 700;
    color: red;
}
.chooseIconPG i {
    font-size: 35px;
    color: #636262;
     position:relative;
}
.chooseIconPG i:after {
    content: '';
    left: 0;
    right: 0;
    bottom: -16px;
    position: absolute;
    width: 26px;
    height: 2px;
    background: #e01e43;
    margin: 0 auto;
    text-align: center;
}
.chooseIconPG h3 {
    margin-top: 39px;
    font-size: 19px;
    color: #1d1c1c;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
}
.chooseIconPG p {
    padding-top: 15px;
    font-size: 17px;
    color: #0e0e0e;
}
.contactWrap .chooseIconPG a
{
   color:#0e0e0e;
   font-size: 17px;
}
.contactWrap .chooseIconPG a:hover
{
   color:#3f99e2;
}
.contactWrap .b-txt
{
    color:#e0e6e9;
}

.contactDetailsWrap {
    background: #f0f0f2;
    padding-top: 45px;
    padding-bottom: 30px;
}
.contactDetailsWrap .contact {
    border: 1px solid #e6e3e3;
    padding: 15px 20px;
    min-height: 284px;
    margin-bottom: 20px;
    background: #fff;
    text-align: center;
    line-height: 22px;
}
.contactDetailsWrap .contact h4 {
    margin-bottom: 20px;
    font-size: 19px;
    font-weight: 600;
    color: #1d1d1d;
    line-height: 28px;
}
.contactDetailsWrap .contact h5 {
    font-size: 19px;
    color: #3f99e2;
    font-weight: 600;
    margin: 0;
}
.contactDetailsWrap .contact p {
    padding-top: 15px;
    font-size: 15px;
    color: #222222;
    line-height: 23px;
}
/* Contact Page */

/* media query */
@media (max-width: 1199px) {
.contactDetailsWrap .contact {
   min-height: 315px;
   
}
.contactDetailsWrap .contact h4 {
    font-size: 18px;
    line-height: 26px;
}
.programDetailWrap.AdmisnOuter ul.nav-tabs li a {
    padding: 10px 27px;
}
}
@media (max-width: 991px) {
.contactDetailsWrap .contact {
    min-height: 237px;
}
.programDetailWrap.AdmisnOuter ul.nav-tabs li a {
    font-size: 13px;
    padding: 10px 10px;
}
.programDetailWrap.AdmisnOuter .nav-tabs {
   margin-top: 10px;
}
.contactWrap .chooseIconPG:nth-child(2):after
{
    border-bottom:1px solid #d9d9da;
}
.contactWrap .chooseIconPG:nth-child(5):after
{
    border-bottom:1px solid #d9d9da;
}
.contactWrap .b-txt
{
    display:none;
}
.comn-head h3 {
    margin: 0 0 50px 0;
    text-transform:capitalize;
    letter-spacing: 2px;
    font-size: 21px;
   }
.chooseIconPG { position: relative; }
.chooseIconPG:first-child:after {
    position: absolute;
    content: '';
    width: 300px;
    height: 1px;
    background: #ccc;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -31px;
}
.chooseIconPG:nth-child(2):after {
    position: absolute;
    content: '';
    width: 300px;
    height: 1px;
    background: #ccc;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -31px;
}

}
@media (max-width: 767px) {
.contactWrap .chooseIconPG {
    text-align: center;
    margin: 0 auto;
    border-right: none;
    min-height: inherit;
    margin-bottom: 35px;
}
.contactDetailsWrap .contact {
    min-height: 280px;
}
.comn-head h2 {
   font-size: 26px;
   margin-bottom: 37px;
}
.chooseIconPG h3 {
    margin-top: 34px;
    font-size: 18px;
}
.chooseIconPG p {
    padding-top: 6px;
    font-size: 16px;
    color: #0e0e0e;
}

/* admisn tabber */

.programDetailWrap.AdmisnOuter ul.nav-tabs li {
    width: 100%;
}
/* admisn tabber */
.comn-head h3 {
  margin: 0 0 33px 0;
   font-size: 21px;
}
.contactWrap .chooseIconPG:last-child
{
    border-bottom: none;
}
 .chooseIconPG:first-child:after {
    
    bottom: -14px;
}
.chooseIconPG:nth-child(2):after {
     bottom: -13px;
}
.chooseIconPG:nth-child(3):after {
    position: absolute;
    content: '';
    width: 300px;
    height: 1px;
    background: #ccc;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -13px;
}
}
@media (max-width: 600px) {

.contactWrap {
    padding-top: 12px;
    padding-bottom: 11px;
  }
  .comn-head span {
   line-height: 29px;
   
}
}
@media (max-width: 480px) {
.comn-head h2 {
    font-size: 24px;
    margin-bottom: 34px;
    line-height: 35px;
}
.chooseIconPG h3 {
    margin-top: 33px;
    font-size: 17px;
}
.chooseIconPG i {
    font-size: 30px;
}
.chooseIconPG p {
   font-size: 15px;
}
.chooseIconPG i:after {
  width: 19px;
   
}
.contactDetailsWrap .contact h4 {
    font-size: 17px;
    line-height: 28px;
}
.contactDetailsWrap .contact h5 {
    font-size: 18px;
   }
.comn-head span {
    padding: 0 8px;
    
}
.comn-head h3 {
   font-size: 19px;
}
/*.contactDetailsWrap .contact {
    min-height: inherit;
}*/
.contactDetailsWrap .col-xs-6 {
    width: 100%;
}
.contactDetailsWrap .contact {
    min-height: inherit;
}
}
@media (max-width: 320px) {
.contactWrap {
    padding-bottom: 8px;
}
.comn-head h2 {
    font-size: 21px;
    margin-bottom: 27px;
    line-height: 29px;
}
.chooseIconPG h3 {
    margin-top: 29px;
    font-size: 16px;
}
.chooseIconPG p {
    padding-top: 4px;
    font-size: 14px;
    color: #0e0e0e;
}
.contactDetailsWrap .contact {
   padding: 6px 10px;
    
}
.contactDetailsWrap .contact h5 {
    font-size: 15px;
   
}
.contactDetailsWrap .contact h4 {
   font-size: 16px;
    line-height: 24px;
}
.contactDetailsWrap .contact p {
    padding-top: 13px;
    font-size: 13px;
   line-height: 20px;
}
}
/* media query */