/* new homepage - jan 15 2021 */
.homepage-navbar{
    z-index: 5;
    width: 100%;
    background-color: #2b3548 !important;
}
/* 
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
} */

nav.homepage-navbar {
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 8vh;
    background-color: #5D4954;
    font-family: "Poppins", sans-serif;
    padding: 7px 0;
}

.homepage-navbar .logo {
    color: rgb(226, 226, 226);
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 20px;
    padding-left: 11%;
}

.homepage-navbar .nav-links {
    display: flex;
    justify-content: space-between;
    width: 56%;
    padding-right: 11%;
    margin: 0px;
}

/* .homepage-navbar li.active{
    font-weight: 700;
} */

.homepage-navbar .nav-links li {
    list-style: none;
}

.homepage-navbar .nav-links a {
    color: rgb(226, 226, 226);
}

.homepage-navbar .burger {
    display: none;
}

.mobile-novel-course-section{
    text-align: center;
    position: relative;
    display: none;
}
.mobile-novel-course-section .play-button{
    position: absolute !important;
    top: 40% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 1 !important;
    width: 48px !important;
}

.homepage-navbar .burger div {
    width: 25px;
    height: 3px;
    background-color: rgb(226, 226, 226);
    margin: 5px;
    transition: all 0.3s ease;
}

#home-v3-wrapper .course-section {
    width: 77%;
    margin: 15px auto 0 auto;
    display: flex;
}

#home-v3-wrapper .course-section .course-item {
    border: unset;
    box-shadow: 0 2px 8px 0 #f2f2f2, 0 6px 15px 0 #f2f2f2;
}

#home-v3-wrapper .course-section .card-header {
    height: 216px;
    position: relative;
}

#home-v3-wrapper .course-section .card-header span {
    position: absolute;
    background-color: #e93746;
    border-radius: 24px;
    bottom: -15px;
    color: #fff;
    font-family: "Montserrat SemiBold";
    font-weight: bold;
    padding: 6px 40px;
    right: 30px;
}

#home-v3-wrapper .course-section .card-body h6 {
    font-size: 1.5rem;
    font-weight: bold;
}

#home-v3-wrapper .course-section .card-body p {
    font-family: "Montserrat Regular";
    font-size: 18px;
    margin-bottom: 0;
}

#home-v3-wrapper .course-section .card-body a {
    color: #e93746;
    font-family: "Montserrat Regular";
    font-weight: bold;
    text-decoration: underline;
}

#home-v3-wrapper .course-section .card-body a:hover {
    text-decoration: none;
}

@media screen and (max-width: 1297px) {
    .homepage-navbar .nav-links {
        width: 70%;
        padding-right: 8%;
    }
}

.position-absolute{
    position: absolute !important;
}

@media screen and (max-width: 960px) {
    .homepage-navbar body {
        overflow-x: hidden;
    }
    
    .homepage-navbar .nav-links {
        position: fixed;
        right: 0px;
        height: 90vh;
        top: 13vh;
        padding: 23px 0 94px 0;
        background-color: #2b3548;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        transform: translateX(100%);
        transition: transform 0.5s ease-in;
    }
    
    .homepage-navbar .nav-links li {
        opacity: 0;
    }
    
    .homepage-navbar .burger {
        display: block;
        cursor: pointer;
    }
    .novel-course-section, #home-v3-wrapper hr, .testimonial-section, .what-is-easywrite-section, .professional-feedback-section, .next-free-webinar-content, .course-webinar-slider,
    #home-v3-wrapper .course-section {
        width: 85% !important;
    }
    .professional-feedback-section {
        background-size: initial !important;
    }
    
}

@media screen and (max-width: 1270px){
    .professional-feedback-section {
        background-size: initial !important;
    }
}

@media screen and (max-width: 771px){
    #home-v3-wrapper .tips-section > div{
        padding: 4% 8% !important;
    }
    .professional-feedback-section > div{
        float: none !important;
        margin: auto !important;
        padding-top: 92px !important;
    }
    .what-is-easywrite-section{
        display: block !important;
    }
    .what-is-easywrite-section-left{
        padding-right: 0px !important;
        width: 85% !important;
        text-align: center !important;
        margin: auto !important;
    }
    .what-is-easywrite-section-right{
        width: 80% !important;
        padding-top: 36px !important;
        margin: auto !important;
    }
}

@media screen and (max-width: 748px){
    .course-webinars img{
        height: 223px !important;
        object-fit: cover !important;
        object-position: 0% 12% !important;
        width: 67% !important;
        margin: auto !important;
    }
}

@media screen and (max-width: 723px){

    .professional-feedback-section .box-1, .professional-feedback-section .box-2{
        width: 90%;
        margin: auto;
    }

    .mobile-novel-course-section{
        display: block;
    }

    .novel-course-section .row-1{
        display: none;
    }
}

@media screen and (max-width: 609px){
    .professional-feedback-section > div{
        padding-top: 16px !important;
    }
}

@media screen and (max-width: 549px){
    #home-v3-wrapper .next-free-webinar-content img{
        margin-top: -99px !important;
    }
    .professional-feedback-section .box-2{
        background-color: #F8F8F8;
    }
    #home-v3-wrapper .tips-section > div{
        padding: 4% 4% !important;
    }
    .tips-section-description{
        font-size: 1.4rem !important;
    }
    .section-start-using-easywrite h2, .section-start-using-easywrite h4, .section-start-using-easywrite h6 {
        font-size: 2.4rem !important;
    }
    .container-fluid h2, .container-fluid h4, .container-fluid h6 {
        font-size: 2.4rem !important;
    }
    .next-free-webinar-content-title{
        font-size: 2rem !important;
    }
    footer .footer-title{
        padding-top: 38px !important;
    }
    footer .container-fluid .footer-title h2 {
        font-size: 2em !important;
    }
    .container-fluid h2, .container-fluid h4, .container-fluid h6 {
        font-size: 1.6rem !important;
    }
    .professional-feedback-section .box-2{
        display: block !important;
    }
}

@media screen and (max-width: 458px){
    .testimonial-section .slick-slide .slide{
        width: 100% !important;
        display: block !important;
    }
    .testimonial-section .slick-slide .slide img.author{
        /* width: 69px !important;  */
        margin: auto !important;
        /* padding-top: 20px !important; */
        position: unset !important;
    }
    .testimonial-section .slick-slide .slide div{
        margin: auto;
        padding: 0 30px;
    }
    .testimonial-section .slick-slide{
        padding: 23px 0px;
    }
    #home-v3-wrapper .next-free-webinar-content img{
        margin-top: -45px;
    }
    .professional-feedback-section{
        background-image: none !important;
    }
    .professional-feedback-section .box-1-title{
        font-size: 1.7rem !important;
    }
}

.homepage-navbar .nav-active {
        transform: translateX(0%);
}

@keyframes navLinkFade {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.homepage-navbar .toggle .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.homepage-navbar .toggle .line2 {
    opacity: 0;
}

.homepage-navbar .toggle .line3 {
    transform: rotate(45deg) translate(-5px, -6px);
}

.homepage-navbar .btn{
    color: #fff;
    border-radius: 24px;
    padding: 2px 13px 4px 13px;
    background-color: #C12938;
    font-size: 1em;
    margin-top: -3px;
}
nav.homepage-navbar a {
    text-decoration: none;
}
.novel-course-section{
    width: 77%;
    margin: auto;
}
.novel-course-section img{
    width: 100%;
}
.novel-course-section .play-button{
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 52px;
}
.novel-course-section .row div{
    padding: 0px;
}
.novel-course-section .row-1 {
    background-color: #ffffff;
    width: 100%;
}
.novel-course-section .row-2{
    padding: 35px;
}
.novel-course-section .right h6{
    font-weight: 400;
}
.novel-course-section .right{
    margin: auto;
}
.novel-course-section .middle{
    height: 100%;
}
.novel-course-head{
    width: 100%;
    display: flex;
    height: 490px;
}
.novel-course-head .first{
    width: 40%;
}
.novel-course-head .second{
    width: 10%;
}
.novel-course-head .third{
    width: 50%;
}
.novel-course-section .write-your-book{
    font-size: 1.5rem;
    margin-bottom: 10px;
}
.novel-course-section .write-your-book-description{
    margin-bottom: 20px;
}
#home-v3-wrapper .tips-section{
    background-color: #F8F8F8;
    text-align: center;
    margin-top: 61px;
}
#home-v3-wrapper .tips-section > div{
    padding: 3% 28%;
    margin: auto;
}
.tips-section .tips-section-description{
    font-size: 2rem;
}
#home-v3-wrapper .tips-section > div > a{
    margin-top: 31px;
}
#home-v3-wrapper .testimonial-section{
    width: 77%;
    margin: auto;
    padding: 0px;
    margin-top: 49px;
}
.testimonial-section .testimonial-title{
    text-align: center;
    color: #C12938;
    font-size: 3.3rem;
    padding-bottom: 23px;
}
.testimonial-section .slick-slide{
    background-color: #F8F8F8;
}
.testimonial-section .slide > div {
    margin: 28px 28px 54px 98px;
}
.testimonial-section .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #C12938;
    opacity: 11;
}

.testimonial-section .slick-dots li button:before {
    font-family: 'slick';
    font-size: 14px;
    color: #1D1D1D;
    opacity: 11;
}
.testimonial-section .slick-list{
    background-color: white;
    padding-bottom: 20px;
}
.testimonial-section .slick-slide{
    margin-right: 12px;
}
.what-is-easywrite-section{
    width: 77%;
    margin: 137px auto 0 auto;
    display: flex;
}
.what-is-easywrite-title{
    font-size: 1.8rem;
    color: #C12938;
}
.what-is-easywrite-section-left{
    padding-right: 60px;
    width: 50%;
}
.what-is-easywrite-section-right a {
    color: white;
}
.what-is-easywrite-section-right{
    text-align: center;
    width: 50%;
}
a.btn.btn-started,  a.btn.btn-started:hover{
    color: white;
}
.what-is-easywrite-section-right a{
    padding: 0px 10px 4px 10px;
    border-radius: 25px;
    font-size: 1.3rem;
}
.what-is-easywrite-section-right a img{
    width: 30px;
}
.what-is-easywrite-section-right a span{
    vertical-align: middle;
    font-size: 1.3rem;
}
.professional-feedback-section {
    width: 77%;
    margin: 91px auto 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    height: 714px;
}
.professional-feedback-section > div {
    max-width: 593px;
    float: right;
    margin-top: 62px;
    margin-right: 50px;
}
.professional-feedback-section > div > div {
    background-color: white;
    padding: 31px;
}
.professional-feedback-section .box-1-title{
    font-size: 2.4rem;
}
.professional-feedback-section .box-2{
    display: flex;
}
.professional-feedback-section .box-2-title{
    font-size: 1.75rem;
}
.professional-feedback-section .box-2 .box-2-btn{
    padding: 35px 0 0 13px;
}
#home-v3-wrapper .next-free-webinar{
    background-color: #566073;
    margin-top: 271px;
}
#home-v3-wrapper .next-free-webinar-content{
    margin: auto;
    width: 76.5%;
}
#home-v3-wrapper .next-free-webinar-content img{
    width: 70%;
    max-height: 645px;
    margin-top: -214px;
    object-fit: contain;
}
#home-v3-wrapper .next-free-webinar-content > div{
    text-align: center;
    padding: 0 5%;
}
#home-v3-wrapper .next-free-webinar-content-title{
    color: white;
    font-size: 2.6rem;
}
#home-v3-wrapper .next-free-webinar-content-desc{
    color: white;
}
#courseCarousel .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #C12938;
    opacity: 11;
}

#courseCarousel .slick-dots li button:before {
    font-family: 'slick';
    font-size: 14px;
    color: #1D1D1D;
}
.course-webinars{
    background-color: #F8F8F8;
}
.course-webinar-slider{
    width: 77%;
    margin: auto;
}
.course-webinars-title{
    text-align: center;
    font-size: 2.6rem;
    padding-bottom: 52px;
}
.course-webinars{
    padding-top: 40px;
    padding-bottom: 40px;
}

.course-webinars-title span:nth-child(1){
    color: #2B3548;
}
.course-webinars-title span:nth-child(2){
    color: #C12938;
}
.course-webinars .slick-slide{
    margin-right: 20px;
}
.course-webinars .slick-list{
    padding-bottom: 20px;
    background-color: #F8F8F8;
}
.course-webinars .slide{
    background-color: white;
}
.course-details{
    padding: 20px;
}
.section-start-using-easywrite {
    margin-top: 120px;
}
html {
    overflow: hidden;
}
body{
    overflow: hidden auto;
}
footer .container-fluid .buttons {
    top: 36px;
}
footer .container-fluid .footer-title h2 {
    font-size: 3.5rem;
}
footer .buttons{
    right: 263px !important;
    top: 24px !important;
}
footer h6 {
    font-size: 2rem;
}
.testimonial-section, .course-webinars{
    display: none;
}

.testimonial-section .slick-slide{
    min-height: 176px !important;
}

#testimonialCarousel img.author{
    width: 69px;
    position: fixed;
    margin: 25px 12px 12px;
    border-radius: 50%;
    height: 69px;
    object-fit: cover;
}
.course-webinars img{
    width: 100%;
    height: auto;
    object-fit: scale-down;
    object-position: 0% 0%;
}
#more, #more-4{
    display: none;
}
.script-development-section{
    width: 73%;
    margin: auto;
    height: 640px;
    background-size: cover;
    border-radius: 0 0 50px 50px;
    color: white;
    position: relative;
}
.script-development-section .div-1 .title{
    font-size: 3rem;
}
.script-development-section .div-1 .desc span{
    text-decoration: underline;
}
.script-development-section .div-1 .desc{
    font-size: 1.7rem;
}
.manuscript-professional-feedback-section .title{
    font-size: 2.2rem;
    padding-bottom: 27px;
}
.script-development-section .div-1{
    width: 45%;
    padding-top: 12%;
    margin-left: 9%;
}
.manuscript-professional-feedback-section{
    width: 82%;
    background-color: #f8f8f8;
    color: black;
    margin: auto;
    margin-top: 94px;
    padding: 69px 101px 20px 101px;
    text-align: center;
}
.section-word-counter .container-fluid {
    background-color: white !important;
}
#manuscript-wrapper .section-word-counter{
    padding-top: 300px;
}
#testManuscript p.note {
    text-align: left;
    font-size: 1;
    /* width: 56%; */
    /* margin: 0px; */
    /* padding: 0px 0 37px 304px; */
}
#testManuscript button {
    padding: 6px 21px !important;
    margin-top: 22px;
}
#manuscript-wrapper .section-manuscript h4 span{
    color: white;
}
#manuscript-wrapper .section-manuscript{
    background-color: #566073;
    padding: 60px 0 214px 0px;
}
.manuscript-item .title{
    text-align: center;
}
.manuscript-item .price{
    font-size: 1.3rem !important;
    font-weight: 400 !important;
    text-align: center;
}
.manuscript-item .body a{
    margin: 15px 0 0 32px;
    position: absolute;
    background-color: #C12938;
}
.manuscript-item{
    box-shadow: none !important;
}
.section-manuscript .container-fluid > .row:nth-child(2){
    padding-top: 38px;
}
.free-manuscript-content{
    width: 74%;
    background-color: white;
    padding: 41px;
    margin-left: auto;
    margin-top: 34px;
    margin-bottom: 88px;
}
.free-manuscript{
    width: 66%;
    padding: 80px;
    background-size: cover;
    margin: auto;
    background-size: cover;
    background-position: bottom;
    margin-bottom: 88px;
    background-repeat: no-repeat;
}
.free-manuscript-content a.free{
    float: right;
    margin-top: 17px;
}
.free-manuscript-content .title{
    font-size: 2.2rem;
}
.free-manuscript-content a:nth-child(2){
    
}
.section-manuscript .container-fluid {
    width: 85% !important;
}
@media screen and (max-width: 1073px){
    .manuscript-professional-feedback-section{
        padding: 69px 60px 20px 60px;
    }
}
@media screen and (max-width: 938px){
    #manuscript-wrapper .section-word-counter{
        padding-top: 340px;
    }
    .w-50 {
        width: 61% !important;
    }
}
@media screen and (max-width: 916px){
    #manuscript-wrapper .section-word-counter{
        padding-top: 380px;
    }
    .script-development-section .div-1 {
        width: 72%;
    }
}
@media screen and (max-width: 848px){
    .manuscript-professional-feedback-section .title {
        font-size: 1.6rem;
    }
    #manuscript-wrapper .section-word-counter {
        padding-top: 330px;
    }
}
@media screen and (max-width: 782px){
    .manuscript-professional-feedback-section {
        width: 91%;
    }
    .manuscript-professional-feedback-section {
        padding: 69px 30px 20px 30px;
    }
    #manuscript-wrapper .section-word-counter {
        padding-top: 233px;
    }
    .script-development-section {
        width: 88%;
    }
}

@media screen and (max-width: 640px){
    #home-v3-wrapper .course-section {
        display: inherit;
    }
}

@media screen and (max-width: 579px){
    .script-development-section .div-1 .desc {
        font-size: 1.3rem;
    }
    .script-development-section .div-1 .title {
        font-size: 2.4rem;
    }
}
@media screen and (max-width: 513px){
    .manuscript-professional-feedback-section {
        margin-top: 23px;
    }
}
@media screen and (max-width: 462px){
    .script-development-section .div-1 .title {
        font-size: 1.9rem;
    }
    .script-development-section .div-1 .desc {
        font-size: 1.1rem;
    }
    .manuscript-professional-feedback-section .title {
        font-size: 1.2rem;
    }
    .manuscript-professional-feedback-section {
        width: 100%;
    }
}
@media screen and (max-width: 392px){
    .manuscript-professional-feedback-section {
        padding: 19px 20px 20px 20px;
    }
    .desc{
        font-size: .9rem;
    }
    #manuscript-wrapper .section-word-counter {
        padding-top: 98px;
    }
}
.custom-file > p:nth-child(1){
    font-size: 1.3em;
}
@media screen and (max-width: 850px){
    .w-50 {
        width: 91% !important;
    }
}
@media screen and (max-width: 850px){
    #testManuscript h6{
        font-size: 1.4rem !important;
    }
    .custom-file > p:nth-child(1) {
        font-size: 1.1em;
    }
}
@media screen and (max-width: 849){
    .section-manuscript .container-fluid {
        width: 100% !important;
    }
}
@media screen and (max-width: 648px){
    .manuscrupt-cols div.manuscript-item-2 {
        width: 246px;
    }
}
@media screen and (max-width: 500px){
    .w-50 {
        width: 100% !important;
    }
}
.manuscrupt-cols{
    text-align: center;
}
.manuscrupt-cols div.manuscript-item-2{
    width: 284px;
    display: inline-block;
    background-color: white;
    margin: 0 10px 45px 11px;
    height: 288px;
}
.section-manuscript .container-fluid {
    width: 100% !important;
}
.manuscript-item-2 img {
    width: 45px;
    float: left;
}
.manuscript-item-2{
    padding: 24px;
}
.float{
    float: right;
}
div.section-manuscript .float{
    width: 100%;
}

@media screen and (max-width: 1115px){
    .free-manuscript {
        width: 80%;
    }
}
@media screen and (max-width: 931px){
    .free-manuscript-content .title {
        font-size: 1.5rem;
    }
    .free-manuscript-content a.free {
        margin-top: 0px;
    }
}
@media screen and (max-width: 779px){
    .free-manuscript-content {
        width: 100%;
    }
    .free-manuscript {
        padding: 42px;
    }
    .free-manuscript-content a.free {
        background-color: #2B3548;
        float: none;
        display: block;
        width: 35%;
        margin-top: 12px;
    }
}
@media screen and (max-width: 453px){
    .free-manuscript {
        padding: 40px 20px;
    }
    .free-manuscript-content .title {
        font-size: 1.3rem;
    }
}

/* contact us style  */

#contact-us-wrapper{
    margin-top: -50px !important;
}
.contact-us-header {
    background-color: #F8F8F8;
    padding: 43px 0px;
}
.contact-us-header .title, .contact-us-header .description{
    width: 70%;
    margin: auto;
    text-align: center;
}
.contact-us-header .title{
    font-size: 2.3rem;
}
.contact-persons > div > img {
    width: 127px;
    border-radius: 50%;
}
.contact-persons > div {
    display: inline-block;
    width: 330px;
    text-align: center;
    vertical-align: top;
    padding: 29px;
}
.contact-persons{
    width: 77%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
}
.color-red{
    color: #C12938;
}

.contact-persons > div:nth-child(1){
    background-color: #F8F8F8;
    width: 390px;
}
.contact-details img {
    width: 22px;
}
span.follow-us i.fa-twitter, span.follow-us i.fa-pinterest{
    color: white;
    padding: 6px 7px;
    background-color: #2B3548;
    border-radius: 50%;
    font-size: 16px;
}

span.follow-us i.fa-twitter{
    color: white;
    padding: 6px 7px;
    background-color: #2B3548;
    border-radius: 50%;
    font-size: 16px;
}
span.follow-us i.fa-facebook-f{
    color: white;
    padding: 7px 12px 5px 10px;
    background-color: #2B3548;
    border-radius: 50%;
    font-size: 16px;
}
span.follow-us i.fa-instagram{
    color: white;
    padding: 6px 8px;
    background-color: #2B3548;
    border-radius: 50%;
    font-size: 16px;
}
.contact-details .title{
    text-transform: uppercase !important;
    font-size: 1.2rem;
}
.underline{
    text-decoration: underline;
}
.follow-us-title{
    text-transform: uppercase;
    font-size: 1.2rem;
}
.contact-details-form > div {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.contact-details-form {
    margin: auto;
    width: 70%;
    text-align: center;
    padding-top: 50px;
    margin-bottom: 50px;
}
.contact-details{
    width: 30%;
    text-align: left;
}
.contact-form{
    width: 69%;
}
.contact-form div.button{
    width: 227px;
}
.site-btn-global {
    display: block;
    width: 100%;
    padding: 7px 0;
}
@media screen and (max-width: 800px){
    .contact-details-form > div {
        display: block;
        margin: auto;
    }
    .contact-details {
        margin-bottom: 50px !important;
        width: 100%;
    }
    .contact-form{
        width: 100%;
    }
}
@media screen and (max-width: 500px){
    .contact-persons{
        width: 100%;
    }
    .contact-persons > div {
        width: 80%;
    }
    .contact-details-form {
        width: 90%;
    }
    .contact-us-header .title, .contact-us-header .description {
        width: 90%;
    }
}

@media screen and (max-width: 1375px){
    .contact-persons > div:nth-child(1) {
        width: 346px;
    }
    .contact-persons > div {
        width: 315px;
    }
}
@media screen and (max-width: 1280px){
    .contact-persons {
        width: 80%;
    }
    .contact-persons > div:nth-child(1) {
        width: 300px;
    }
    .contact-persons > div {
        width: 300px;
    }
}

@media screen and (max-width: 1139px){
    .contact-persons {
        width: 90%;
    }
    .contact-details-form{
        width: 90%;
    }
}
@media screen and (max-width: 1010px){

    .contact-persons > div:nth-child(1) {
        width: 100%;
    }
    .contact-persons > div {
        width: 49%;
    }

}
@media screen and (max-width: 662px){

    .contact-persons > div {
        width: 80%;
    }

}

@media screen and (max-width: 473px){

    .contact-persons > div {
        width: 100%;
    }

}