html,
body {
    font-size: 1em !important;
    font-family: "Roboto", "Microsoft JhengHei", "微軟正黑體", sans-serif !important;
    font-weight: normal !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", "Microsoft JhengHei", "微軟正黑體", sans-serif !important;
}

.ieltstest-title {
    display: block;
    font-size: 400% !important;
    font-weight: bold !important;
    color: #0080c9;
    text-align: left;
}

.ieltstest-custom {
    padding-top: 8% !important;
    padding-bottom: 8% !important;
    background: #5e5e5e url(../images/big_ben.jpg);
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 280px;
    position: relative;
}

.ieltstest-custom.toefltest-custom {
    padding-top: 8% !important;
    padding-bottom: 8% !important;
    background: #5e5e5e url(../images/brooklyn-bridge-panorama-at-night.jpg);
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 280px;
    position: relative;
}

.toefltest-custom .ieltstest-title {
    color: #FFF !important;
}

.ieltstest-custom::before {
    content: "";
    background-color: #f0f0f0;
    opacity: 0.15;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

@media (min-width: 1025px) and (max-width: 1440px) {
    .ieltstest-custom {
        padding-top: 10% !important;
        padding-bottom: 10% !important;
        min-height: 350px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .ieltstest-custom {
        padding-top: 18% !important;
        padding-bottom: 18% !important;
        min-height: 350px;
    }
}

@media all and (min-width: 481px) and (max-width: 767px) {
    .ieltstest-title {
        font-size: 300% !important;
    }

    .ieltstest-custom {
        padding-top: 13% !important;
        padding-bottom: 13% !important;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .ieltstest-title {
        font-size: 225% !important;
    }

    .ieltstest-custom {
        padding-top: 16% !important;
        padding-bottom: 18% !important;
    }
}

@media all and (max-width: 280px) {
    .ielts-heading {
        font-size: 250% !important;
    }

    .ieltstest-custom {
        padding-top: 20% !important;
        padding-bottom: 20% !important;
    }

}

/* ----------------------------------aboutielts --------------------------------------------*/
.ieltstest-gap {
    margin-top: -5%;
    margin-left: 15%;
}

.ieltstest-separator {
    padding-top: 30px
}

.ieltstest-bottom-split {
    padding-bottom: 2%;
}

.ieltstest-sep-line {
    border-top: 1px solid #EBEBEB;
}

.ieltstest-content {
    line-height: 2.5;
    font-size: 1.5em;
    color: black;
    display: block;
}

.ieltstest-heading {
    padding-left: 2%;
    color: #333333;
    font-size: 150%;
    font-weight: bolder;
    font-weight: bold;
    text-align: left;

}

.aboutielts-content {
    line-height: 2;
    color: #000;
}

.aboutielts-img {
    vertical-align: middle;
}

.aboutielts-info {
    padding-top: 5%;
    font-size: 2em;
    color: #0080c9;
}

.ielt-pencilsquare {
    padding-top: 5%;
    font-size: 2em;
    color: #0080c9;
}

@media (min-width: 320px) and (max-width: 480px) {
    .aboutielts-sign {
        padding-top: 15%;
        font-size: 1.5em;
        color: #0080c9;
    }

    .ielt-edit {
        padding-top: 15%;
        font-size: 1.5em;
        color: #0080c9;
    }

    .ieltstest-heading {
        padding-left: 2%;
        color: #333333;
        font-size: 100% !important;
        font-weight: bolder !important;
        text-align: left;

    }

}

/* ----------------------------------ieltquizformat--------------------------------------------*/

.ielt-quiz-format {
    font-weight: normal;
    color: #ffffff;
    padding-top: 5%;
}

.ielt-quiz-table:hover {
    -webkit-box-shadow: 0 0 7px rgba(167, 167, 167, .5);
    box-shadow: 0 0 7px rgba(167, 167, 167, .5);
}

.ielt-quiz-table {
    font-size: 16px;
    text-align: center;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-height: 400px;
    height: 100%;
    float: left;
    display: table;
    background: #fff;
    color: #777;
    border: 1px solid #efefef;
}

.ielt-quiz-heading {
    width: 100%;
    float: left;
    background: #2867b6;
    top: 0;
    padding-bottom: 15%;
}

.ielt-quizformat-bodyblock {
    margin-top: 20%;
    margin-bottom: 0.5%;
    font-size: 17px;
}

.ielt-quizformat-body {
    font-size: 16px;
    width: 6em;
    height: 6em;
    border: 2px solid #f0f0f0;
    -webkit-border-radius: 500%;
    border-radius: 500%;
    margin: 0 auto !important;
    position: relative;
    background: #fff;
    color: #777;
    -webkit-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
    -o-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
    -ms-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
    box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
}

.ielt-quiz-features {
    padding: 7% 7% 7% 7%;
    list-style: none;
    line-height: 2;
}

.ielt-quizformat-headphones {
    color: #f07430;
    font-size: 2em;
    padding-top: 0%;
}

.ielt-quiz-pencil {
    padding-top: 5%;
    font-size: 2em;
    color: #0080c9;
}

.ielt-quizformat-book {
    color: #ee6277;
    font-size: 2em;
    padding-top: 0%;
}

.ielt-quizformat-comment {
    color: #65ddae;
    font-size: 2em;
    padding-top: 0%;
}

.ielt-quizformat-pencil {
    color: #3493c7;
    font-size: 2em;
    padding-top: 0%;
}

.hr-sect2 {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    color: rgba(0, 0, 0, 0.35);
    margin: 8px 0px;
}

.hr-sect2::before,
.hr-sect2::after {
    content: "";
    flex-grow: 1;
    background: rgba(0, 0, 0, 0.1);
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 8px;
}