body {
    background-color: #ffffff;
}
#compareExam {
    padding-top: 40px;
}
.compare-wrapper {
    padding: 0 20px;
}
.logo {
    max-width: 500px;
    margin: 20px auto 10px;
    width: 100%;
}
.compare-head {
    background: url(/pre-exam/assets/admission03/images/home/compare/GAT-headpic.png)center 40px no-repeat #f2f2f2;
    width: 100%;
    text-align: center;
    background-size: 180%;
}
.title-head {    
    font-size: 24px;
    font-weight: bold;
    color: #000;
}
.title-head span {
    display: block;
    color: #b1b1b1;
    font-family: 'KalatexaDisplay', sans-serif;
    font-size: 18px;
    font-weight: normal;
}
.title-head .title-red {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    color: #ff3333;
}
.titlehead-box {
    background: linear-gradient(transparent, rgba(255, 255, 255, 1));
    padding-top: 130px;
    padding-bottom: 20px;
}
.intro-textbox {
    border-top: 2px solid #f1f1f1;
    padding-top: 60px;
    margin-bottom: 60px;
}
.textbox {
    text-align: center;
    margin-bottom: 20px;
}
.text-intro {    
    font-size: 18px;
}
.title-intro {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
}
.title-intro .bb-new {
    top: -40px;
    right: 50%;
    margin-right: -25px;
    background: #ff3333;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    padding: 2px 10px;
    height: 24px;
    border-radius: 3px;
}
.title-intro .bb-new::before {
    content: "";
    position: absolute;
    left: 18px;
    bottom: -5px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #ff3333;
}
.btn-compare {
    font-family: 'KalatexaDisplay';
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    background-color: #333;
    color: #fff;
    margin-top: 10px;
    box-shadow: 0 5px 10px #e8e8e8;
    padding: 15px 15px 10px;
}
.btn-compare span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #ccc;
}
.btn-compare.-waiting {
    cursor: not-allowed;
}
.table-style-compare {
    border-collapse: collapse;
    border-spacing: 0;
    width: 610px;
}
.tophead {
    padding: 30px 10px 10px;
    position: relative;
    background: #333;
    color: #fff;
    font-family: 'KalatexaDisplay',sans-serif;
    font-size: 20px;
    line-height: 1.2em;
}
.tophead span {
    display: block;
    color: #888;
    line-height: 1em;
    margin-top: 2px;
}
.table-row-compare.header .tophead:nth-child(1) {
    width: 220px;
    border-radius: 6px 0 0 6px;
    font-size: 24px;
    padding: 0;
    vertical-align: middle;
}
.table-row-compare.header .tophead:nth-child(5){
    border-radius: 0 6px 6px 0;
}
.table-row-compare.header .tophead:nth-child(2),
.table-row-compare.header .tophead:nth-child(3),
.table-row-compare.header .tophead:nth-child(4),
.table-row-compare.header .tophead:nth-child(5){
    width: 150px;
}
.icon-head {
    position: absolute;
    left: 50%;
    top: -18px;
    background-color: #f37a01;
    padding: 10px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    margin-left: -17px;
    font-size: 16px;
}
.icon-head.icon-red {
    background-color: #ff3333;
}
.icon-head.icon-green {
    background-color: #a3d530;
}
.compare-table {
    overflow-x: auto;
    overflow-y: hidden;
    padding-top: 20px;
}
.item-box {
    text-align: center;
}
.item-box i {
    color: #8bc321;
    font-size: 30px;
    display: block;
}
.item-box i.icon-red {
    color: #ff3333;
}
.item-box {
    text-align: center;
    padding: 20px;
    color: #888;
    font-size: 16px;
    font-family: 'KalatexaText', sans-serif;
}
.item-box.name-box {    
    display: flex;
    align-items: center;
    text-align: left;
}
.item-box.name-box .code {
    background-color: #f37a01;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 33px;
    margin-right: 10px;
    text-align: center;
}
.item-box.name-box p {
    font-family: 'KalatexaDisplay', sans-serif;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    width: calc(100% - 40px);
}
.table-row-compare {    
    border-bottom: 2px solid #f1f1f1;
}
ul.text-detail {
text-align: left;
    width: 150px;
    margin: auto;
}
.text-detail li {
    display: flex;
    align-items: top;
}
.text-detail li span:nth-child(1) {
    margin-right: 5px;
}
.text-detail .txt-red {
    color: #ff3333;
    display: block;
    font-weight: bold;
}
.text-detail .txt-green {
    color: #8bc321;
    font-weight: bold;
}
.compare-wrapper {
    padding-bottom: 60px;
}
.compare-head .compare-wrapper {
    padding-bottom: 0;
}
.tophead.-examstore {
    background-color: #FF5722;
}
.tophead.-examstore span{
    color: #fff;
}
@media screen and (max-width:414px){
    .table-row-compare.header .tophead:nth-child(1) {
        width: 170px;
    }
    .tophead {
        font-size: 15px;
    }
    .item-box {
        padding: 10px 5px; 
    }
    .item-box.name-box {
        align-items: flex-start;
    }
    .item-box.name-box p {
        font-size: 16px;
    }
    .item-box.name-box p br {
        display: none;
    }
    .-desktop {
        display: none;
    }
}
@media screen and (min-width:768px){
    .compare-wrapper {
        width: 100%;
        padding: 0 10px;
    }
    .table-style-compare {
        width: 100%;
    }
    .intro-textbox img {
        margin: 0 auto;
        display: block;
    }
}
@media screen and (min-width:1024px){
    #compareExam {
        padding-top: 75px;
    }
    .compare-wrapper {
        width: 1070px;
        margin: 0 auto;
        padding: 0;
        padding-bottom: 60px;
    }
    .compare-head {
        background-size: 60%;
    }
    .titlehead-box {        
        padding-bottom: 40px;
    }
    .title-head {
        font-size: 38px;
    }
    .title-head .title-red {
        font-size: 38px;
    }
    .title-head span br {
        display: none;
    }
    .title-head span {
        font-size: 26px;
        margin-top: 10px;
    }
    .intro-textbox {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding-top: 40px;
    }
    .textbox {
        padding: 10px 40px 0 0;
        text-align: left;
    }
    .title-intro .bb-new {
        margin-right: auto;
        background: #ff3333;
        color: #ffffff;
        font-weight: bold;
        font-size: 18px;
        position: absolute;
        right: -60px;
        top: 0;
        padding: 2px 10px;
        height: 24px;
        border-radius: 3px;
    }
    .title-intro .bb-new::before {
        content: "";
        position: absolute;
        left: -10px;
        top: 7px;
        border-right: 5px solid #ff3333;
        border-bottom: 5px solid transparent;
        border-top: 5px solid transparent;
        bottom: initial;
    }
    .table-style-compare {
        width: 1070px;
    }
    .compare-table {
        overflow: initial !important;
    }
}