li {
    margin: 0 0 3px 0;
}

/*QuattrocentoSans Fonts*/
@font-face {
    font-family: QuattrocentoSans;
    src: url(../font/QuattrocentoSans/QuattrocentoSans-Regular.otf);
}

.font-QuattrocentoSans {
    font-family: QuattrocentoSans;
}

@font-face {
    font-family: QuattrocentoSans-Bold;
    src: url(../font/QuattrocentoSans/QuattrocentoSans-Bold.otf);
}

@font-face {
    font-family: QuattrocentoSans-Italic;
    src: url(../font/QuattrocentoSans/QuattrocentoSans-Italic.otf);
}

@font-face {
    font-family: QuattrocentoSans-BoldItalic;
    src: url(../font/QuattrocentoSans/QuattrocentoSans-BoldItalic.otf);
}

/* Graphik Fonts*/
@font-face {
    font-family: Graphik;
    src: url(../font/Graphik/Graphik-Regular.ttf);
}

.font-Graphik {
    font-family: Graphik;
}

@font-face {
    font-family: Graphik-Bold;
    src: url(../font/Graphik/GraphikBold.otf);
}

@font-face {
    font-family: Graphik-Italic;
    src: url(../font/Graphik/GraphikRegularItalic.otf);
}

@font-face {
    font-family: Graphik-BoldItalic;
    src: url(../font/Graphik/GraphikBoldItalic.otf);
}

.modelpt{
    padding-top: 60px ;
}
body{
    font-family: Graphik;
}

#section-container .page-top-space {
    padding: 30px 15px 0 130px;
}

#section-container .page-content {
    background-color: #fff;
    padding: 20px 0px 0px 0px;
}

.header-imgs {
    /*padding: 50px ! important;*/
}

.ptp-mobile {
    display: none !important;
}

.texts {
    color: #3F4580;
    font-weight: 500 !important;
    font-size: 40px;
    line-height: 100%;
    font-family: Graphik;
    padding: 100px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.texts.red {
    background: url('../img/ptp1/Red.png') #EF4E60;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.texts.green {
    background: url('../img/ptp1/Green.png') #A8CF45;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.texts.grey {
    background: url('../img/ptp1/Grey.png') #E0E0E0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.texts.white {
    background: url('../img/ptp1/White.png') white;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.admission-1 {
    min-height: 300px;
    background: url('../img/ptp1/form_bg.png');
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 100px;
    font-family: Graphik;
    margin-top: 0px;
    width: 100%;
}

.admission-1 p {
    line-height: 100%;
    font-weight: 500;
    color: white;
    font-size: 28px;
    padding: 0px;
    margin: 0px;
}

.admission-1 .new-btn {
    display: inline-block;
    font-weight: 500;
    height: auto;
    padding: 20px 29px;
    font-size: 28px;
    color: white;
    background-color: #fba733;
    border-radius: 10px;
    line-height: 100%;
    min-width: 240px;
}

.admission-1 li {
    display: inline-block;
    position: relative;
    text-align: center;
    padding: 10px;
    line-height: 50px;
    margin-left: 10px;
    margin-right: 10px;
}

.admission-1 li::after {
    content: '|';
    position: absolute;
    right: -22px;
    line-height: 1.2em;
    color: #fff;
    font-size: 5em;
}

.admission-1 li:last-child::after {
    content: none;
}

.cohort {
    padding: 0px;
    background: #e0e0e0;
}

.cohort p {
    margin: 0;
    padding: 70px 100px;
    font-size: 32px;
    line-height: 100%;
}

.cohort p br.handle {
    display: none;
}

.cohort p b {
    font-weight: 500;
}

.cohort p b.blue {
    color: #3F4580
}

.faqs {
    padding: 60px 100px;
}

.faqs h2 {
    margin-bottom: 20px;
    font-weight: 500;
}
.photo-gallery {
    padding: 100px 100px 30px 100px;
    
}
.photo-gallery h2 {
    font-size: 40px;
    line-height: 100%;
    font-weight: 500;
    color: #3F4580;
    margin-bottom:30px;
}
.photo-gallery-img {
    max-width: 100%;
    vertical-align: middle;
    padding:15px;
}
#curriculum-1 {
    padding: 100px;
}

#curriculum-1 h2 {
    font-size: 48px;
    line-height: 100%;
    font-weight: 500;
    color: #3F4580;
}

#curriculum-1 .row DIV {
    padding: 10px;
}

#curriculum-1 .row DIV .item {
    color: #3F4580;
    min-height: 250px;
    font-size: 32px;
    font-weight: 500;
    line-height: 100%;
    border: 2px solid #3F4580;
    border-radius: 10px;
    padding: 0;
    text-align: center;
}

#curriculum-1 .row DIV .item .vertical-center {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 90%;
}

@media (max-width: 489px) {
    .ptp-mobile {
        display: inline !important;
    }

    .ptp-desktop {
        display: none !important;
    }

    .header-imgs {
        padding: 0px ! important
    }

    .texts {
        font-size: 36px;
        padding: 50px 10px;
    }

    .texts br {
        display: none;
    }

    .texts.red {
        background: url('../img/ptp1/Red-Mobile.png') #EF4E60;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .texts.green {
        background: url('../img/ptp1/Green-Mobile.png') #A8CF45;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .texts.grey {
        background: url('../img/ptp1/Grey-Mobile.png') #E0E0E0;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .texts.white {
        background: url('../img/ptp1/White-Mobile.png') white;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .texts.white2 {
        background: url('../img/ptp1/White2-Mobile.png') white;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .admission-1 {
        height: 240px;
        background: url('../img/ptp1/Admission-form-mobile.jpg');
        background-size: 100%;
        background-repeat: no-repeat;
        padding-left: 30px !important;
        padding-right: 30px !important;
        padding-top: 10px !important;
        text-align: center;
    }

    .admission-1 .new-btn {
        display: inline-block;
        font-weight: 500;
        height: auto;
        padding: 10px 9px;
        font-size: 18px;
        color: white;
        background-color: #fba733;
        border-radius: 10px;
        line-height: 100%;
        min-width: 154px;
    }

    .admission-1 li:after {
        content: none;
    }

    .cohort p {
        padding: 30px;
        font-size: 23px;
    }

    .cohort p br.handle {
        display: block;
    }
    .photo-gallery h2 {
        font-size: 22px;
        line-height: 100%;
        font-weight: 500;
        color: #3F4580;
        margin-bottom: 20px;
    }
    .photo-gallery {
        padding: 30px;
    }
    .photo-gallery-img {
        max-width: 100%;
        vertical-align: middle;
        padding: 0px;
        margin-top: 10px;
    }

    .faqs {
        padding: 30px;
    }

    .faqs h2 {
        margin-bottom: auto;
        font-size: 17px;
    }

    #curriculum-1 {
        padding: 30px;
    }

    #curriculum-1 .row DIV .item {
        min-height: 150px;
        font-size: 26px;
    }

    #curriculum-1 h2 {
        font-size: 34px;
        line-height: 100%;
        font-weight: 500;
        color: #3F4580;
    }
}

@media (max-width: 768px) {
    .admission-1 {
        height: 240px;
        padding: 20px;
        text-align: revert;
    }

    .admission-1 li:after {
        line-height: 1em;
        font-size: 4em;
    }

    .admission-1 .new-btn {
        padding: 10px;
        font-size: 18px;
        max-width: 180px;
    }

    .admission-1 p {
        font-size: 23px;
    }
}

/*test*/
.imgptp{
    max-width: 100%;
    vertical-align: middle;
}

/*test 2*/
.join-us-main-container-accordion-area .panel-group .panel {
    background: 0 0;
    border-radius: 0
}

.learning-approaches .panel-group .panel {
    border-radius: unset
}

.learning-approaches-experiential-container .panel-default {
    border-color: #fbb23f
}

.learning-approaches-experiential-container .panel-title {
    color: #fbb23f;
    padding-right: 50px;
    text-transform: none
}

.learning-approaches-experiential-container .panel-title::first-letter {
    text-transform: uppercase
}
.admission-procedure-count-content .learning-approaches-experiential-container .panel-title {
    color: #1a1a1a;
    font-weight: 400
}

.learning-approaches .panel-group .panel {
    border-radius: unset
}

.learning-approaches .panel {
    border: unset;
    border-bottom: 1px solid
}

.learning-approaches .panel-default > .panel-heading {
    background-color: unset;
    padding: 10px 0
}

.learning-approaches .panel-default > .panel-heading + .panel-collapse > .panel-body {
    padding: 10px 0
}

.learning-approaches-blended {
    color: #faa831
}

.learning-approaches .panel-default > .panel-heading {
    background-color: unset;
    padding: 10px 0
}

.learning-approaches .panel-default > .panel-heading + .panel-collapse > .panel-body {
    padding: 10px 0
}

.learning-approaches .panel-group .panel {
    border-radius: unset
}

.learning-approaches .panel {
    border: unset;
    border-bottom: 1px solid
}

.learning-approaches .panel-default {
    border-color: unset
}

.learning-approaches-experiential-container .panel-default {
    border-color: #fbb23f
}

.learning-approaches-experiential-container .panel-title {
    color: #fbb23f;
    padding-right: 50px;
    text-transform: none
}

.learning-approaches-experiential-container .panel-title::first-letter {
    text-transform: uppercase
}

.learning-approaches-arts-container .panel-default {
    border-color: #48887b
}

.learning-approaches-arts-container .panel-title {
    color: #48887b;
    font-weight: 700
}

.learning-approaches-social-and-emotional-container .panel-default {
    border-color: #5cc6d0
}

.learning-approaches-social-and-emotional-container .panel-title {
    color: #5cc6d0;
    font-weight: 700
}

.learning-approaches-self-directed-container .panel-default {
    border-color: #96c25c
}

.learning-approaches-self-directed-container .panel-title {
    color: #96c25c;
    font-weight: 700
}

.learning-approaches-technology-container .panel-default {
    border-color: #f27d9c
}

.learning-approaches-technology-container .panel-title {
    color: #f27d9c;
    font-weight: 700
}

.learning-approaches-blended-container .panel-default {
    border-color: #faa831
}

.learning-approaches-blended-container .panel-title {
    color: #faa831;
    font-weight: 700
}

.panel-heading {
    position: relative
}

.panel-heading[data-toggle=collapse]:after {
    content: ">";
    position: absolute;
    font-size: 25px;
    line-height: 22px;
    right: 20px;
    top: calc(50% - 10px);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.panel-heading[data-toggle=collapse].collapsed:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.learning-approaches .panel-default > .panel-heading {
    background-color: unset;
    padding: 10px 0
}

.learning-approaches .panel-default > .panel-heading + .panel-collapse > .panel-body {
    padding: 10px 0
}
