.es-banner {
    text-align: center;
    background-color: #a8382a;
    line-height: 0;
}

.got-ms {
    text-align: center;
    color: #075056;
    padding: 60px 0;
}

.got-ms .gm-title {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 20px;
}

.got-ms .gm-desc {
    font-family: "Playfair Display", serif;
    font-size: 40px;
}

.sdd-box {
    display: flex;
    align-items: flex-start;
}

.sdd-box .box-text {
    width: 55%;
}

.sdd-box .box-text .bg-box {
    padding: 44px 0;
}

.sdd-box .box-text .bg-box.shaded {
    background-color: #f3eeea;
}

.sdd-box .box-text .bg-box .bx-contain {
    width: 680px;
}

.sdd-box.box1 .box-text .bg-box .bx-contain {
    margin-left: auto;
    padding-left: 15px;
}

.sdd-box.box2 .box-text .bg-box .bx-contain {
    padding-right: 15px;
    padding-left: 65px;
}

.sdd-box .box-text .bg-box .bx-contain .bx-title {
    color: #F5562C;
    font-size: 24px;
    font-weight: 600;
    border-bottom: 1px solid #CBDADC;
    padding-bottom: 10px;
    margin-bottom: 16px;
}

.sdd-box .box-text .bg-box.shaded .bx-contain .bx-title {
    border-color: #fff;
}

.sdd-box .box-text .bg-box .bx-contain .bx-body {
    font-size: 20px;
    color: #075056;
    padding-right: 15px;
}

.sdd-box .box-text .bg-box .bx-contain .bx-body ul li {
    line-height: 1.6em;
}

.sdd-box .box-img {
    width: 45%;
}

.sdd-box.box2 .box-img {
    text-align: right;
}

.sdd-box.box1 .box-img {
    line-height: 0;
    background-color: #f2914b;
}

.sdd-box.box1 .box-img img {
    position: relative;
    z-index: 10;
}

.legal-nots {
    background-color: #F3EEEA;
    border-bottom: 1px solid #075056;
    padding: 40px 0px;
}

.legal-nots .heading {
    font-size: 24px;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #F5562C;
    position: relative;
    margin-bottom: 40px;
}

.legal-nots .heading::after {
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    background-color: #fff;
    right: 0;
    top: 35px;
}

.legal-nots .sec-txt .cnt {
    color: #075056;
    font-size: 20px;
    font-weight: 700;
    line-height: 34px;
    word-wrap: break-word;
}

/**********************/
.manuscript-submit {
    text-align: center;
    padding: 50px 0px;
}

.manuscript-submit .main-head {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #075056;
    text-transform: uppercase;
    margin-bottom: 23px;
}

.manuscript-submit .sub-head {
    font-family: "Playfair Display", serif;
    color: #075056;
    font-weight: 400;
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 35px;
}

/******************************/
.rule-sec {
    padding: 70px 0px;
    color: #fff;
    background-image: url(../../images/essence/essence-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.rule-sec .heading {
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
}

.rule-sec .cnt-sec {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

.rule-sec .cnt-sec a {
    color: #fff;
}

@media only screen and (max-width:768px) and (min-width:0px) {
    .sdd-box {
        display: block;
    }

    .sdd-box .box-text {
        width: auto;
    }

    .sdd-box .box-text .bg-box .bx-contain {
        width: auto;
        padding: 0 15px;
    }

    .sdd-box .box-img {
        width: auto;
    }

    .sdd-box.box2 .box-text .bg-box .bx-contain {
        padding-left: 15px;
    }
}

@media only screen and (max-width:460px) {
    .legal-nots .sec-txt .cnt {
        font-size: 17px;
        line-height: 30px;
    }

    .manuscript-submit .main-head {
        font-size: 35px;
        line-height: 43px;
    }

    .manuscript-submit .sub-head {
        font-size: 33px;
        line-height: 37px;
    }
}