@font-face{
    font-family:'WorkSans-Bold';
    src: url('../fonts/WorkSans-Bold.ttf') format('truetype');
    font-weight:bold;
    font-style:normal;
    font-display: swap;
}
@font-face{
    font-family:'WorkSans-Light';
    src: url('../fonts/WorkSans-Light.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
    font-display: swap;
}
@font-face{
    font-family:'WorkSans-Regular';
    src: url('../fonts/WorkSans-Regular.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
    font-display: swap;
}
@font-face{
    font-family:'WorkSans-Medium';
    src: url('../fonts/WorkSans-Medium.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
    font-display: swap;
}

*{margin:0;padding:0}
html, body{height:100%}
body{
    font-size: 14px;
    padding:0;
    font-family:'WorkSans-Regular';
    margin:0;
    color: #000000;
    width:100%
}
:focus{outline:0}
ul, li {padding: 0; margin: 0; list-style-type: none;font-size: 16px;}

.header{
    background: #fff;
    height: 64px;
    padding: 0;
    width: 100%;
}
.header .navbar-collapse{
    justify-content: flex-end;
}
.header .navbar-collapse ul li{
    padding: 0px 9px;
}

.header .navbar-collapse ul li a{
    color: #333333;
    font-size: 16px;
    line-height: 22px;
}
.header .navbar-collapse ul li.order-cta a{
    letter-spacing: 0.44px;
    color: #EFD730;
    font-weight: 500;
    background: #000000;
    border-radius: 8px;
    font-size: 16px;
    line-height: 28px;
    padding: 7px 26px;
}
.common-title{
    font-weight: bold;
    font-size: 30px;
    line-height: 42px;
    text-align: center;
}
.common-title h2{
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
.mar-t25{
    margin-top: 25px !important;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    border-bottom: 2px solid #c5c5c5;
}

.banner-box{
    background: #004976;
    padding: 10px 0;
    position: relative;
}
.banner-box:after{
    position: absolute;
    right: 0;
    top:0;
    background: url("../images/home-page-banner.png");
    content: '';
    background-repeat: no-repeat;
    width: 700px;
    height: 100%;
}
.infographic-banner,.summary-banner,.conference-banner{
    position: relative;
}
.infographic-banner:after{
    position: absolute;
    right: 0;
    top:0;
    background: url("../images/infographic-banner.png");
    content: '';
    background-repeat: no-repeat;
    width: 700px;
    height: 100%;
}
.summary-banner:after{
    position: absolute;
    right: 0;
    top:0;
    background: url("../images/summary-banner.png");
    content: '';
    background-repeat: no-repeat;
    width: 745px;
    height: 100%;
}
.conference-banner:after{
    position: absolute;
    right: 0;
    top:0;
    background: url("../images/conference-banner.png");
    content: '';
    background-repeat: no-repeat;
    width: 745px;
    height: 100%;
}
.banner-box-inner-detail{
    padding: 30px 0;
}
.banner-box-inner-detail h1{
    color: #fff;
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    font-family: 'Montserrat', sans-serif;
}
.banner-box-inner-detail ul{
    padding-left: 30px;
    margin-top: 20px;
}
.banner-box-inner-detail ul li{
    list-style-type: disc;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    padding-left: 0px;
}
.banner-box-inner-detail p{
    margin-top: 20px;
    font-size: 14px;
    padding-right: 50px;
    line-height: 22px;
    color: #fff;
}
.banner-box-inner-detail a,.banner-box-inner-detail a:hover{
    background: #48A9C5;
    text-decoration: none;
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    padding: 11px 22px;
    margin-top: 10px;
}
.learn-more{
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #004976;
}
.other-top-banner{
    background: #004976;
}
.banner-detail{
    padding: 65px 0;
}
.banner-detail h1{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 36px;
    font-family: 'Montserrat', sans-serif;
    line-height: 42px;
}
.banner-detail p{
    color: #FFFFFF;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 24px;
    padding-right: 80px;
}
.service-detail{
    padding: 60px 0;
}
.service-box{
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 24px 24px 24px 24px;
    margin: 40px 0 0 0;
}
.service-box h4{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 37px;
    color: #37474F;
    margin-top: 14px;
}
.service-box p{
    font-weight: normal;
    color: #333333;
    font-size: 16px;
    min-height: 160px;
    line-height: 28px;
    margin-top: 14px;
}

.service-banifits-part{
    background: #004976;
}
.banifits-inner-detail{
    padding: 24px 10px 24px 10px;
}
.banifits-inner-detail h4{
    font-weight: 600;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    line-height: 37px;

    color: #FFFFFF;
}
.banifits-inner-detail p{
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
}
.dark-bg{
    background: #003A64;
}
.why-choose-editage{
    padding: 50px 0 100px 0;
}
.why-choose-editage-inner-part{
    border: 1px solid #48A9C5;
    box-sizing: border-box;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-top: 30px;
    padding: 24px 26px;
    min-height: 450px;
}
.light-box{
    background: #F1F7F8;
}
.why-choose-editage-inner-part h4{
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 37px;
    color: #37474F;
    margin-top: 10px;
}
.why-choose-editage-inner-part p{
    font-weight: normal;
    min-height: 200px;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.444444px;
    color: rgba(55, 71, 79, 0.7);
}
.works-detail p{
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #37474F;
    margin-top: 5px;
    text-align: center;
}
.rss-sprite-icon{
    background: url("../images/rss-sprite.png");
}
.service-box-first-icon{
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: left;
    background-position: -292px -170px;
}
.service-box-second-icon{
    width: 60px; height: 60px;
    display: inline-block;
    text-align: left;
    background-position: -292px -90px;
}
.service-box-third-icon{
    width: 60px; height: 60px;
    display: inline-block;
    text-align: left;
    background-position: -292px -10px;
}
.common-sprite-first-icon{
    width: 60px; height: 60px;
    display: inline-block;
    background-position: -91px -210px;
    text-align: left;
}
.common-sprite-second-icon{
    width: 61px; height: 60px;
    display: inline-block;
    background-position: -10px -210px;
    text-align: left;
}
.common-sprite-third-icon{
    width: 60px; height: 60px;
    display: inline-block;
    background-position: -171px -210px;
    text-align: left;
}
.common-sprite-fourth-icon{
    width: 61px; height: 60px;
    display: inline-block;
    background-position: -210px -111px;
    text-align: left;
}
.works-detail{
    text-align: center;
    margin-top: 20px;
}
.works-first-icon{
    width: 80px; height: 80px;
    background-position: -110px -110px;
    display: inline-block;
    text-align: center;
}
.works-second-icon{
    width: 80px; height: 80px;
    background-position: -10px -110px;
    display: inline-block;
    text-align: center;
}
.works-third-icon{
    width: 80px; height: 80px;
    background-position: -110px -10px;
    display: inline-block;
    text-align: center;
}
.works-fourth-icon{
    width: 80px; height: 80px;
    background-position: -10px -10px;
    display: inline-block;
    text-align: center;
}
.works-fifth-icon{
    width: 60px; height: 60px;
    background-position: -292px -90px;
    display: inline-block;
    text-align: center;
}
.works-sixth-icon{
    width: 62px; height: 81px;
    background-position: -210px -10px;
    display: inline-block;
    text-align: center;
}
.get-detail{
    color: #333333;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    font-weight: normal;
    padding: 10px 50px;
}
.media-detail-list ul{
    padding: 0px 50px 0px 50px;
}
.media-detail-list a,.media-detail-list a:hover{
    background: #000;
    text-decoration: none;
    color: #fff;
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: bold;
    display: inline-block;
    margin-left: 50px;
    margin-top: 20px;
}
.delivery-timing{
    font-style: italic;
    display: block;
    margin-left: 50px;
    margin-top: 5px;
    text-decoration: underline;
    font-weight: bold;
}
.media-detail-list ul li{
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #37474F;
    list-style-type: circle;
}
.media-detail-list ul li ul{
    padding-left: 20px;
}
.media-detail-list ul li ul li{
    list-style-type: circle;
}

.samples{
    background: #F1F7F8;
    padding: 60px 0;
}
.sample-box{
    width: 100%;
    height: 100%;
    margin-top: 20px;
}
.what-do-you-get{
    padding: 60px 0 60px 0;
}
.how-it-works{
    padding: 60px 0 60px 0;
}
.faq{
    background: #F1F7F8;
    padding: 60px 0;
}

.faq .card{
    margin-bottom: 10px;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.faq-accordian{
    margin-top: 60px;
}
.faq .card .card-header{
    cursor: pointer;
    background: #fff;
    border: none;
    border-radius: 0px;
}
.faq .card .card-header h5{
    font-size: 16px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0px;
}
.faq .card .card-body{
    padding-top: 0px;
}
.faq .card .card-body p{
    margin-bottom: 0;
    font-weight: normal;
}
.faq .card .card-body ul{
    padding-left: 30px;
}
.faq .card .card-body ul li{
    list-style-type: disc;
    font-weight: normal;
}
.footer{
    background: #000;
    padding: 40px 20px;
}
.footer-text h3{
    font-size: 24px;
    line-height: 30px;
    color: #fff;
}
.footer-text p{
    color: #fff;
}
.footer-text img{
    border-radius: 8px;
    display: inline-block;
}
.copyright{
    color: #fff;
    border-top: 1px solid #fff;
    padding: 10px 0;
    margin-top: 20px;
}
.copyright a{
    color: #fff;
}
.place-order-cta a,.place-order-cta a:hover{
    letter-spacing: 0.44px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    background: #000000;
    border-radius: 8px;
    font-size: 16px;
    line-height: 28px;
    padding: 10px 35px;
    margin: 30px 0 0 0;
    display: inline-block;
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .header {
        height: auto;
    }
    .navbar-toggler-icon {
        background-image: url('../images/navbar.svg');
    }
    button:focus {
       outline: none;
    }
     .navbar-toggler {
        color: rgba(0,0,0,.5);
        border-color: rgba(0,0,0,.1);
    }
    .header img{
        width: 230px;
    }
    .why-choose-editage-inner-part p {
        min-height: auto;
    }
    .service-box p {
        min-height: auto;
    }
    .what-do-you-get img{
        width: 100%;
    }
    .sample-box {
        text-align: center;
        margin: 20px auto;
    }
    .media-detail-list ul {
        padding: 20px 10px 0px 20px;
    }
    .banner-box:after,.infographic-banner:after,.summary-banner:after,.conference-banner:after{
        width: auto;
    }
    .why-choose-editage-inner-part{
        min-height: auto;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .banner-box:after,.infographic-banner:after,.summary-banner:after,.conference-banner:after{
        width: auto;
    }
    .header {
        height: auto;
    }
    .navbar-toggler-icon {
        background-image: url('../images/navbar.svg');
    }
    button:focus {
        outline: none;
    }
    .what-do-you-get img{
        width: 100%;
    }
    .sample-box img{
        width: 100%;
    }
    .media-detail-list ul {
        padding: 0px 10px 0px 10px;
    }
}

@media only screen and (min-width:992px) and (max-width:1300px) {
    .what-do-you-get img{
        width: 100%;
    }
    .banner-box:after,.infographic-banner:after,.summary-banner:after,.conference-banner:after{
        width: 550px;
    }
    .sample-box img{
        width: 100%;
    }
    .media-detail-list ul {
        padding: 0px 10px 0px 10px;
    }
}

.thankyou{
    padding: 40px 0;
}
.thankyou h1{
    color: #000;
    font-weight: bold;
    font-size: 36px;
}
.thankyou p{
    color: #000;
    font-weight: normal;
    font-size: 18px;
}


/* add on 3rd Aug 2022 */
.globalDiv{background: #e1e1e1;width: 100%;padding: 5px 0px}
.globalDiv a{color: #000000;font-size: 14px}
.globalDiv ul{margin: 0px;display:inline-flex}
.globalDiv ul li{padding: 0px 10px;}


