/*@font-face {
     font-family: 'OpenSansRegular';
     src: url('../fonts/OpenSansRegular.eot');
     src: url('../fonts/OpenSansRegular.eot') format('embedded-opentype'), url('../fonts/OpenSansRegular.woff2') format('woff2'), url('../fonts/OpenSansRegular.woff') format('woff'), url('../fonts/OpenSansRegular.ttf') format('truetype'), url('../fonts/OpenSansRegular.svg#OpenSansRegular') format('svg');
}
 @font-face {
     font-family: 'OpenSansSemibold';
     src: url('../fonts/OpenSansSemibold.eot');
     src: url('../fonts/OpenSansSemibold.eot') format('embedded-opentype'), url('../fonts/OpenSansSemibold.woff2') format('woff2'), url('../fonts/OpenSansSemibold.woff') format('woff'), url('../fonts/OpenSansSemibold.ttf') format('truetype'), url('../fonts/OpenSansSemibold.svg#OpenSansSemibold') format('svg');
}
 .container {
     width:1220px;
     box-shadow: 0 0 26px rgba(0, 0, 0, 0.28);
}
 body {
     letter-spacing: 0.6px;
}
*/
.bg01 {
    background: rgba(0, 0, 0, 0) url("../img/homepage.jpg") repeat scroll center center / cover ;
    min-height: 1400px;
}
.logo img {
    margin-left: 40px;
    margin-top: 60px;
}
.book-tittle {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    color: #ffffff;
    float: right;
    margin-top: 34%;
    padding: 25px 40px 25px 0;
    text-align: right;
    width: 80%;
}
.logo2 {
    bottom: 0;
    clear: both;
    float: right;
    margin-top: 36%;
    padding: 30px 30px 23px;
    width: 100%;
}
.logo2 h2 {
    color: #ffffff;
    float: left;
    font-size: 20px;
}
.logo2 img {
    float: right;
}
.book-tittle h1 {
    font-size: 50px;
}
.book-tittle h2 {
    font-size: 20px;
}
section {
    margin-bottom: 10px;
}
.tableofcontent h1 {
    font-size: 50px;
    color: #fff;
}
.tableofcontent h1 {
    color: #ffffff;
    float: right;
    font-size: 50px;
    margin-bottom: 120px;
    margin-top: 80px;
    padding-right: 40px;
}
.table-content {
    color: #ffffff;
    float: left;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.6px;
    line-height: 65px;
}
.table-content a {
    color: #ffffff;
}
.table-content a:hover {
    text-decoration: none;
}
.table-content ul {
    list-style: none;
}
.bg02 {
    background: rgba(0, 0, 0, 0) url("../img/homepage2.jpg") repeat scroll center center / cover ;
    min-height: 1400px;
}
.pd-20 {
    line-height: 32px;
    margin-top: 40px;
    padding: 0 20px 20px;
}
.tittle {
    color: #4f5056;
    font-family: "OpenSansSemibold";
    font-size: 17px;
    margin-bottom: 2px;
    text-transform: uppercase;
}
.discription {
    color: #4f5056;
    font-family: "OpenSansRegular";
    font-size: 15px;
    margin-bottom: 4px;
}
.pd-20 ul {
    color: #6c6d6d;
    list-style: outside none none;
    padding: 0;
}
.height {
    height: 10px;
}
.note {
    font-family: opensanssemibold;
    font-size: 13px;
    margin-top: 8px;
    color: #4f5056;
}
.pd-20 img {
    margin-top: 15px;
}
.thankyou p {
    font-family: opensanssemibold;
    font-size: 45px;
    margin-bottom: 30px;
    margin-top: 140px;
    text-transform: uppercase;
}
.pd-20.thankyou {
    padding-top: 100px;
}
.thankyou span {
    font-family: opensanssemibold;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
}
.thankyou img {
    width: 60%;
}
.scrollToTop{
    background: rgba(0, 0, 0, 0) url("../img/arrow_up.png") no-repeat scroll 0 20px;
    bottom: 60px;
    color: #444444;
    display: none;
    font-size: 12px;
    font-weight: bold;
    height: 130px;
    padding: 10px;
    position: fixed;
    right: 60px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 139px;
}
.scrollToTop:hover{
    text-decoration:none;
}
#table3 ul li ul {
    list-style: outside none disc;
    margin-left: 34px;
}
.intro .tittle {
    font-size: 40px;
    margin-bottom: 25px;
    text-align: center;
}
.intro {
    margin-bottom: 50%;
    margin-top: 50%;
}
.tittle > b {
    font-weight: normal;
    text-transform: none;
}
.discription > span {
    text-decoration: underline;
}

#userGuideModal .modal-body {
    height: 80vh;
    overflow-y: auto;
}

#userGuideModal .modal-dialog {
    max-width: 70vw;
}