/* Body background */
body {
    background: #f0f0f0;
    margin: 0;
    padding: 0;
}

/* Card wrapper for page */
.pkp_structure_page {
    max-width: 1200px;
    margin: 20px auto;
    background: #ffffff;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    border-radius: 10px;
    overflow: hidden;
}

/* Header */
.pkp_structure_head {
    background: url("https://globalsciencepublisher.com/img/mainBG.jpg") no-repeat center center;
    background-size: cover;
    height: 160px;  /* jitna space chahiye utna set karo */
    position: relative;
    padding-bottom: 0px; /* navigation ke liye jagah */
}

/* Content (single full section) */
.pkp_structure_main {
    padding: 10px;
    max-width: 100%;  /* full screen width */
    border: none;     /* grey border remove */
    box-shadow: none; /* agar shadow ho to remove */
}

/* Footer */
.pkp_site_footer {
    border-radius: 0 0 10px 10px;
    padding: 15px;
    background: #f8f8f8;
    text-align: center;
}

.pkp_site_name .is_text {
    display: none !important;   /* text/alt text hide */
}

/* Navigation ko block display de kar neeche bhejo */
.pkp_navigation_primary_wrapper {
    display: block;
    margin-top: 60px;   /* logo aur nav ke beech gap */
    Margin-left: 15%;
    font-weight: bold;
}


.pkp_page_index .additional_content {

    border-top: none !important;  /* grey line remove */

}

.pkp_structure_main:before, .pkp_structure_main:after {
width: 0px;
}

.pkp_structure_content {
        padding-top: 0px;
    }


.pkp_page_index .additional_content>p:last-child {
    margin-bottom: 0;
    margin-left: 2%;
    margin-right: 2%;
}

.pkp_structure_main h1, .pkp_structure_main h2, .pkp_structure_main h3, .pkp_structure_main h4 {
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 0%;
}

.cmp_breadcrumbs ol {
    /* margin-bottom: 2.143rem; */
    /* padding: .357rem 0; */
    /* line-height: 1.43rem; */
    /* font-size: .93rem; */
    display: none;
}

.pkp_structure_main p, .pkp_structure_main ul {
    line-height: 1.785rem;
    margin: 1.43rem 0;
    margin-left: 2%;
    margin-right: 2%;
}


.pkp_structure_main .page h1 {
    margin-top: 0;
    display: none;
}


@media (min-width: 992px) {
    .pkp_structure_main:first-child:last-child {
        
        margin-top: 0px;
    }
}


@media (max-width: 768px) {
  /* Sirf logo aur site name hide */
  .pkp_site_name_wrapper {
    Background-Color: #003153;
  }
.pkp_structure_head {
    background: url("https://globalsciencepublisher.com/img/logo.png") no-repeat center center;
    background-size: cover;
    height: 2%;  /* jitna space chahiye utna set karo */
    position: relative;
    padding-bottom: 0px; /* navigation ke liye jagah */
}
}

