
.modal-header{
    padding: 0;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    border: none;
}
.modal-close{
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: none;
    outline: none;
    background: url('/webEnglish_new/images/close.png') no-repeat;
    background-size: 100% 100%;
}
.modal-content{
    padding:0 45px;
    background: transparent;
    border: none;
    padding-top: 4px;
}
.modal-body{
    height: 880px;
    overflow: auto;
    box-sizing: border-box;
    background: url(/webEnglish_new/images/modal-bg.jpg) no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding: 50px 205px 20px 60px;
}

.modal-content::before{
    content: "";
    width: calc(100% - 90px);
    height: 4px;
    background: url(/webEnglish_new/images/topline.jpg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 45px;
}
.modal-body .title{
    font-size: 30px;
    color: #000000;
    letter-spacing: 1px;
    line-height: 40px;
    margin-bottom:24px ;
    font-weight: bold;
}
.modal-body p{
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 30px;
}
.modal-body a{
    color: #0060ff;
}
.modal-body .sub-title{
    margin-top: 57px;
    margin-bottom: 28px;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bold;
}
.modal-body .apply{
    width: 280px;
	height: 60px;
	background-color: #b52e26;
    color: #ffffff;
    border: none;
    outline: none;
    font-size: 25px;
    font-weight: bold;
    transition: .2s;
}
.modal-body .apply:hover{
    opacity: 0.8;
}
.modal-body .btn{
    width: 100%;
    text-align: center;
    margin-left: 90px;
}
@media (min-width: 1200px) {
    .modal-xl{
        width: 100%;
        max-width: 1290px;
    }
 
}