html, body{
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif !important;
}
.pkp_site_name_wrapper {
    background: #ff671f;
}
.has_site_logo .tobbar-mainmenutwo .pkp_navigation_user li .task_count {
    margin-left: 2px;
}
span.task_count {
    background: rgba(0, 0, 0, 0.54) !important;
}
.cmp_manuscript_button, .block_make_submission a, .obj_galley_link {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background: #ff671f;
    color: #fff;
    border: none;
}
.pkp_structure_footer_wrapper {
    border-bottom: 1.43rem solid #ff671f;
}
#navigationPrimary>li>a:hover, #navigationPrimary>li>a:focus {
    border-color: #ff671f;
}
.pkp_structure_head {
    background-color: #ff671f;
}
.pkp_site_nav_menu {
    background: #ff671f;
}
.page_search .submit button:after{
    background: #ff671f;
}
.page_search .submit button:hover:after, .page_search .submit button:focus:after {
    background: #ff671f;
}
.cmp_notification {
    border-left: .357rem solid #ff671f;
}
span.customtext-logo {
    width: 67%;
    font-size: 18px;
    padding: 37px 22px !important;
    font-weight: 600;
}
.pkp_site_name.customtextheader {
    display: flex;
}
.pkp_head_wrapper.topbar-white-bar {
    background: #fff;
    padding: 15px 28px;
    color: #000;
    text-align: right;
    z-index: 99999;
}
.topbar-white-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px; /* optional spacing */
  background-color: #fff; /* adjust as needed */
}
.block_author .photo {
    margin-right: 19px;
    padding-top: 5px;
    float: left;
}
.homepage_image {
    background: linear-gradient(124deg, rgba(62, 73, 91, 1) 100%, rgba(254, 31, 30, 1) 50%);
}
.tobbar-mainmenuone_logo {
  flex: 1;
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.54);
  display: flex;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}

.tobbar-mainmenuone_logo span {
    font-size: 15px;
    padding: 0px 15px;
    font-weight: 500;
}
.tobbar-mainmenutwo {
  flex: 1;
  text-align: right;
}

.pkp_navigation_topbar {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  gap: 20px; /* spacing between menu items */
}

.pkp_navigation_topbar li {
  display: inline-block;
}

.pkp_navigation_topbar a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.54);
    font-weight: 500;
    font-size: 16px !important;
    transition: color 0.3s;
    color: rgba(0, 0, 0, 0.54);
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: .93rem;
    font-weight: 600;
/*    text-transform: uppercase;*/
}
.tobbar-mainmenutwo li.profile a#pkpDropdown0, .tobbar-mainmenutwo li.profile a {
    color: rgba(0, 0, 0, 0.54);
}
.pkp_navigation_topbar a:hover {
  color: #ff671f; /* hover color */
}

.main-sideheadercontent {
  list-style: none;
  padding: 0;
  margin: 0;
}
span.headerspan {
    padding-right: 6px;
}
.main-sideheadercontent li {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
}
.pkp_page_index .homepage_image img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.main-sideheadercontent .headerspan {
  font-weight: 600;
  min-width: 100px; /* ensures labels align, adjust as needed */
  display: inline-block;
}
.main-sideheadercontent span {
    color: #fff;
}

#navigationPrimary-tobar a {
    color: rgba(0, 0, 0, 0.54);
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: .93rem;
    font-weight: 700;
    text-transform: uppercase;
}

.homepage_image {
    position: relative;
}
.banner-cnt {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    padding: 50px;
}
.banner-title {
    font-size: 20px;
    font-weight: 700;
}
.banner-title, .banner-subtitle {
    color: #fff;
    font-family: "Montserrat";
}
.banner-subtitle {
    padding: 16px 0;
    font-size: 16px;
    line-height: 28px;
}
.btn {
    text-decoration: none;
    border: 1px solid #ff671f;
    padding: 7px 12px;
    border-radius: 4px;
    color: #fff;
    font-family: "Montserrat";
    transition: 0.3s;
}
.orange-btn {
    background: #ff671f;
}
.orange-btn:hover {
    background: #f7bc4a;
    color: #fff;
}
.trans-btn:hover {
    background: #f7bc4a;
    color: #fff;
}
.banner-btns {
    display: flex;
    gap: 12px;
}
/*.pkp_site_name.customtextheader span.customtext-logo {
    font-size: 18px;
    width: 33%;
    margin: 18px 18px;
    padding-top: 6px;
    font-weight: 600;
}
.pkp_site_name.customtextheader {
    display: flex;
}
*/
.header_righttext {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: right;
}
.journal-info {
  border-radius: 8px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}

.info-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.info-label {
  font-weight: bold;
  color: #4b7d92;
}

.info-value {
  color: #4b7d92;
}

.pkp_site_name {
    display: flex;
}
nav.pkp_site_nav_menu .pkp_navigation_user_wrapper {
    top: 30%;
}
.info-label {
    width: 50%;
}
.info-value {
    width: 50%;
}
.contentguidlines h2 {
    color: #ff671f !important;
}
.contentguidlines p strong {
    color: #4b7d92 !important;
}
.contentguidlines p{
    font-size: 13.5px !important;
    margin: 10px 0px !important;
}
.mainformatiing_table table, .mainformatiing_table table tr th, .mainformatiing_table table tr td {
    border: 0;
}
.mainformatiing_table .premium-fee-section {
    overflow-x: auto !important;
}
.footermain li p {
    margin: 0 !important;
}
.footermain li .mr-3{
    margin-top: 3px !important;
}
.premium-fee-section.custom-feewidth th:first-child, .premium-fee-section.custom-feewidth td:first-child {
  width: 215px;
  word-wrap: break-word;
/*  white-space: normal;*/
  overflow-wrap: break-word;
}
.premium-fee-section.custom-feewidth table.premium-fee-table {
    table-layout: fixed;
    width: 100%;
}
@media (min-width: 992px) {
    #navigationPrimary ul {
        background: #ff671f;
    }
    .pkp_navigation_search_wrapper a:hover, .pkp_navigation_search_wrapper a:focus {
        border-color: #ff671f;
    }
    .header_righttext .headerspan {
        font-size: 1rem;
    }
    .has_site_logo .pkp_head_wrapper.topbar-white-bar {
        width: 100%;
    }
    .pkp_head_wrapper, .has_site_logo .pkp_head_wrapper .pkp_site_name_wrapper {
        width: 100%;
    }
}

@media (max-width:1200px) {
    .pkp_site_name span.customtext-logo {
        width: 45%;
    }
}

@media (max-width:1040px) {
    .pkp_navigation_user_wrapper {
        padding: 0;
        width: 100%;
    }
    nav.pkp_site_nav_menu .pkp_navigation_user_wrapper {
        top: 30%;
        position: absolute;
    }
    .pkp_site_name.customtextheader span.customtext-logo {
        font-size: 12px;
        margin: 10px 10px;
        padding-top: 0px;
        display: flex;
        align-items: center;
    }
}

@media (max-width:991px) {
    .pkp_navigation_user.pkp_nav_list li.profile ul {
        width: 100%;
        position: absolute;
        left: 0;
        list-style: none;
        padding: 0;
        display: block;
        text-align: center;
    }
    .pkp_navigation_user.pkp_nav_list li.profile ul li.profile {
        display: inline-block;
    }
    .pkp_block.block_web_feed, .pkp_block.block_information {
        display: none;
    }
    .has_site_logo .tobbar-mainmenuone_logo {
        width: 100%;
        flex: auto;
        justify-content: left;
    }
    .has_site_logo .pkp_head_wrapper.topbar-white-bar {
        flex-wrap: wrap;
        width: 100%;
    }
    .has_site_logo .tobbar-mainmenutwo {
        width: 100%;
    }
    .has_site_logo .tobbar-mainmenutwo .pkp_navigation_user {
        list-style: none;
        display: flex;
        justify-content: center;
        padding-top: 0;
        position: relative;
        padding-bottom: 1rem;
    }
    .has_site_logo .tobbar-mainmenutwo .pkp_navigation_user li {
        padding: 0 10px;
    }
    .pkp_site_name.customtextheader {
        flex-wrap: wrap;
        width: 100%;
        position: relative;
        left: 10px;
    }
    .pkp_site_name.customtextheader span.customtext-logo {
        width: 45%;
        font-size: 16px;
        padding: 10px 10px;
    }
    .header_righttext {
        justify-content: left;
        top: auto;
        position: absolute;
        bottom: 0px;
        left: 45px;
    }
    .header_righttext span.headerspan {
        font-size: 10px;
    }
    nav.pkp_site_nav_menu .pkp_navigation_user_wrapper {
        position: initial;
    }
    .pkp_site_name span.customtext-logo {
        width: 35%;
        font-size: 16px;
        padding: 10px 10px;
    }
}

@media (max-width:660px) {
    .pkp_site_name span.customtext-logo {
        font-size: 12px;
        padding: 0px 5px 0 12px;
    }
    span.customtext-logo {
        white-space: normal;
    }
    .pkp_head_wrapper .pkp_site_name_wrapper {
        height: 50px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .pkp_site_name span.customtext-logo {
        width: auto;
        display: flex;
        align-items: center;
    }
}

@media (max-width:520px) {
    .has_site_logo .tobbar-mainmenutwo .pkp_navigation_user {
        margin-top: 0rem;
    }
    .pkp_site_name.customtextheader span.customtext-logo {
        font-size: 11px;
        font-weight: 600;
        padding: 0;
    }
    .tobbar-mainmenuone_logo span {
        font-size: 12px;
        padding: 0px 5px 0 0;
    }
    .pkp_site_name.customtextheader {
        flex-wrap: nowrap;
    }
    .pkp_head_wrapper.topbar-white-bar {
        padding: 15px 10px;
    }
}

@media (max-width:450px) {
    .has_site_logo .pkp_head_wrapper .pkp_site_name_wrapper {
        padding-right: 0px;
        word-break: break-word;
        hyphens: auto;
    }
    .pkp_head_wrapper, .has_site_logo .pkp_head_wrapper {
        padding-top: 6px;
        padding-bottom: 6px;
        line-height: 20px;
    }
    .header_righttext {
        bottom: -5px;
    }
    .has_site_logo .tobbar-mainmenuone_logo {
        flex-wrap: wrap;
        gap: 5px;
    }
    .pkp_site_name.customtextheader a.is_img {
        display: none;
    }
    .pkp_site_name.customtextheader span.customtext-logo {
        width: auto;
        margin: 0px 0px 0;
    }
    .header_righttext {
        position: initial;
    }
    .pkp_site_name.customtextheader span.customtext-logo {
        flex-wrap: wrap;
    }
    .pkp_site_name.customtextheader {
        flex-wrap: wrap;
        position: initial;
        padding-left: 15px;
        overflow: visible;
        text-overflow: unset;
    }
}

@media (max-width:440px) {
    .has_site_logo .tobbar-mainmenutwo .pkp_navigation_user {
        padding-top: 0;
    }
    .pkp_navigation_user.pkp_nav_list li.profile ul li.profile {
        padding: 0 5px;
    }
    .pkp_navigation_user.pkp_nav_list li.profile a {
        font-size: 10px;
    }
    .has_site_logo .tobbar-mainmenutwo .pkp_navigation_user li .task_count {
        font-size: 10px;
    }
}

@media (max-width:400px) {
    .pkp_site_name.customtextheader {
        white-space: normal;
    }
    .pkp_site_name span.customtext-logo {
        font-size: 10px;
        padding: 0px 5px 0 5px;
    }
}

@media (max-width:380px) {
    .pkp_site_name span.customtext-logo {
        line-height: 12px;
    }
}
@media (max-width:600px) {
    .banner-cnt {
        padding: 10px 15px;
    }
    .banner-title {
        font-size: 16px;
    }
    .banner-subtitle {
        padding: 10px 0;
        font-size: 14px;
        line-height: 22px;
    }
    .btn {
        font-size: 12px;
    }
}

@media (max-width:380px) {
    .banner-title {
        font-size: 15px;
    }
    .banner-subtitle {
        padding: 6px 0;
        font-size: 12px;
        line-height: 20px;
    }
}

@media (max-width:340px) {
  .pkp_navigation_user.pkp_nav_list li.profile a {
    font-size: 9px;
  }
}


.block_author .photo {
    margin-right: 19px;
    padding-top: 5px;
    float: left;
}

.general_content  h4,
.general_content h4 a {
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}
 .bio h4{
     margin: unset !important;
 }
.general_content h1,
.general_content h2,
.general_content h3,
.general_content h4,
.general_content h5,
.general_content h6 {

    color: #1a1a1a;
    line-height: 1em;
}

.line_3 {
    height: 1px;
    clear: both;
    overflow: hidden;
    background-color: #e8e8e8;
}

.block_author .bio {
    overflow: hidden;
}

.block_author .bio p {
    font-size: 13px !important;
    color: #666666;
    line-height: 18px;
    margin: 10px 0px !important;
}
.general_content img{
   height: 100px;
   width: 100px;
}
.pkp_nav_list ul {
    width: 16em !important;
}
@media all and (min-width:320px) and (max-width:767px) {
    .block_author .bio {
    overflow: unset !important;
}
span.customtext-logo{
    padding: 7px 22px !important;
}
.block_author .photo {
    display: none;
}
.homepage_image .banner-cnt {
    z-index: 9999999;
}
nav.pkp_site_nav_menu.pkp_site_nav_menu--isOpen {
    z-index: 999999999;
}
}
.additional_content.custom-borderliine {
    border-bottom: 1px solid #ddd;
}
.hidecontant{
    display: none;
}
.general_content,  .block_information .content ul li a, .pkp_structure_footer .pkp_footer_content p a, .pkp_structure_main p, .ql-block p, .ql-block strong, ul.homeblockd li {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif !important;
/*font-family: 'Roboto', sans-serif;*/
}
.info-value {
    font-size: 13.4px;
}
.ql-block strong {
    color: #ff671f;
    font-size: 16px;
    text-transform: uppercase;
}
ul.homeblockd {
    padding: 0px 14px;
    margin-top: 5px;
}
.ql-block p {
    margin-top: 0;
}
.homepage_image:after {
    position: absolute;
    left: auto;
    right: 20px;
    width: 120px;
    height: 120px;
    content: "";
    top: 100px;
    border-radius: 100%;
    background: linear-gradient(-66deg, rgba(62, 73, 91, 1) -3%, #de6f6c 57%);
}
.homepage_image:before {
    position: absolute;
    left: auto;
    right: 120px;
    width: 70px;
    height: 70px;
    content: "";
    top: 30px;
    border-radius: 100%;
    background: linear-gradient(-66deg, rgba(62, 73, 91, 1) -3%, #de6f6c 57%);
}
.main_heading_color{
    margin-bottom: 0px !important;
    color: #ff671f !important;
    margin-top: 12px !important;
}
h3.main_heading_color {
    text-transform: uppercase;
}
.main_heading_color {
    margin-bottom: 0px !important;
    color: #ff671f !important;
    /* margin-top: 12px !important; */
}
.page_about .general_content {
    margin-top: 40px;
}
.general_content .bio p {
    line-height: 25px;
}
.page_about .main_heading_color {
    margin: 0 !important;
}
.page_about .block_author .bio p {
    margin: 10px 0px 0 !important;
}
.banner-subtitle2 {
    margin-top: 10px; /* Adjust the value as needed */
}
.ql-block {
    margin-bottom: 10px;
}
.footer-main {
    background: #3e495b;
}

.ftr-row {
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ftr-col {
    text-align: left;
    flex: 1;
}

.ftr-heading {
    font-weight: bold;
    text-transform: uppercase;
}

.ftr-col ul {
    padding: 0;
    list-style: none;
}

.ftr-col li {margin-bottom: 15px;}

.ftr-col li a {
    text-decoration: none;
}

.ftr-col li .mr-3 {
    margin-right: 10px;
}
.ftr-col li a:hover {
    color: #3e495b;
}
.ftr-col li a {
    color: #fff;
    transition:0.3s;
}

.ftr-heading {
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}
.ftr-col li {
    margin-bottom: 15px;
    color: #fff;
}
@media (max-width:991px) {
    .ftr-col {
        text-align: left;
        flex: 0 1 49%;
    }
}

@media (max-width:600px) {
    .ftr-col {
        text-align: left;
        flex: 0 1 100%;
    }
}

 .premium-fee-section {
     font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
     max-width: 900px;
     margin: 40px 0px 0px 0px;
     padding: 5px 25px 3px 25px;
     background: linear-gradient(45deg, #f9f9f9, #e1e9f4);
     border-radius: 7px;
     overflow: hidden;
 }
 .premium-fee-table {
     width: 100%;
     border-collapse: separate;
     border-spacing: 0 20px;
 }
 .premium-fee-table thead {
     background: linear-gradient(135deg, #00c6ff, #0059b3);
     color: white;
 }
 .premium-fee-table th {
     font-size: 13.4px !important;
     white-space: nowrap;
     text-align: center;
     padding: 11px 25px;
     background-color: #ff671f;
     color: #fff;
     text-transform: uppercase;
 }
 .premium-fee-table th:nth-child(1), .premium-fee-table td:nth-child(1){
    text-align: left;
 }
 .premium-fee-table td {
     background: #fff;
     white-space: nowrap;
     text-align: center;
     padding: 11px 25px;
     font-size: 13.4px !important;
     color: #4b7d92;
     transition: all 0.3s ease;
 }

 .premium-fee-table tr:hover td {
     background: #e1e9f4;
     color: #ff671f;
     transform: translateY(-3px);
 }
span.download_span {
    color: #4b7d92;
    font-size: 13.5px;
}

ul.manuscript-submit {
    padding-left: 20px;
}
a.submit-btncls {
        padding: 12px !important;
    color: #fff;
    background: #ff671f;
    text-decoration: none;
    border-radius: 4px;
}
p.btn-p {
    margin: 2.857rem 0 1.43rem !important;
}
ul.manuscript-submit.ul-li-margin li:nth-child(1) {
    margin-bottom: 15px;
}
 /* Responsive design */
 @media all and (min-width: 320px)  and (max-width: 1199px) {
     .premium-fee-section {
     padding: 0px 15px 0px 24px;
     overflow-x: scroll;
 }
 .premium-fee-table th, .premium-fee-table td {
    padding: 12px 9px;
 }
 }
.ftr-heading p {
    margin: 0px;
}
/*css added by sachin*/
.data-table table {
    width: 100%;
    border-collapse: collapse;
}

.data-table th,
.data-table td {
    padding: 8px;
    border: 1px solid #ddd;
}
.data-table th {
    text-align: left;
}
.data-table thead th {
    background: #3e495b;
    color: #fff;
}
.processing-fees-main {
/*    margin-top: 40px;*/
    overflow-x: auto;
}
.data-table thead th:nth-child(2) {
    width: 400px;
}
@media screen and (max-width: 600px) {
    .data-table thead th:first-child, .data-table thead th:last-child {
        width: 200px;
    }
    .data-table thead th:nth-child(2) {
        width: 250px;
    } 
}
.data-table td, .data-table tr th {
    background: #fffcfc;
}
.ftr-col li a:hover {
    color: #ff671f;
}
.data-table thead tr th {
    background: #3e495b;
    color: #fff;
}
td.thweight {
    font-weight: 600;
}

.processing-fees-main table.premium-fee-table {
    table-layout: fixed;
    width: 100%;
}

.processing-fees-main .premium-fee-table th,
.processing-fees-main .premium-fee-table td {
  word-wrap: break-word;
  white-space: normal; 
  overflow-wrap: break-word; 
}
td.maketableth {
    color: #2a9764;
    font-weight: 700;
}
td.maketablenew {
    color: #0c68cb;
    font-weight: 700;
}
.ql-block.firstrowcontact {
    margin: 2.2rem 0 0.43rem;
}
.main-contact .ql-block {
    font-size: 14px !important;
    color: #666666;
    line-height: 18px;
}
.main-contact .ql-block p strong {
    font-size: 14px !important;
    color: #666666;
    text-transform: math-auto;
}
.main-contact .ql-block {
    margin-bottom: 6px;
}
.main-contact .ql-block strong {
    color: #4b7d92;
    font-size: 15px !important;
    text-transform: math-auto !important;
}
.premium-fee-table tr th:nth-child(2), .premium-fee-table tr td:nth-child(2) {
    text-align: left;
}
.ftr-col li {
    margin-bottom: 15px;
    color: #fff;
    display: flex;
}
.pkp_block.block_web_feed ul li a {
    font-size: 13.4px;
}
.fee_para strong{
    color: #4b7d92;
}
p.fee_para {
    padding: 0px 25px 0px 25px;
}
ul.content_guidline_u {
    margin-top: 0;
        padding-left: 25px;
}
ul.content_guidline_u li {
/*    list-style: none;*/
    font-size: 13.5px;
}
@media (max-width: 768px) {
  .processing-fees-main .premium-fee-section {
    overflow-x: auto;
  }
  .processing-fees-main .premium-fee-table {
    min-width: 100%;
  }
}
.mainformatiing_table table th, .mainformatiing_table table td {
    word-wrap: break-word;
    white-space: normal;
    overflow-wrap: break-word;
}
.mainformatiing_table .premium-fee-section td {
    width: 450px;
    word-wrap: break-word;
    white-space: normal;
    overflow-wrap: break-word;
}
@media (max-width: 700px) {
    .mainformatiing_table .premium-fee-section th, .mainformatiing_table .premium-fee-section td {
        font-size: 12px !important;
    }
}
/*@media screen and (max-width: 600px) {

    .data-table table,
    .data-table thead,
    .data-table tbody,
    .data-table th,
    .data-table td,
    .data-table tr {
        display: block;
    }

    .data-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .data-table tr {
        margin-bottom: 20px;
        border: 1px solid #ddd;
    }

    .data-table td {
        border: none;
        position: relative;
        padding-left: 50%;
    }

    .data-table td:before {
        position: absolute;
        left: 6px;
        content: attr(data-label);
        font-weight: bold;
    }
}*/

@media (max-width:1200px) {
    .mainformatiing_table table tr th, .mainformatiing_table table tr td {
        word-wrap: break-word;
        white-space: normal;
        overflow-wrap: break-word;
    }
    .premium-fee-section.custom-feewidth th:first-child, .premium-fee-section.custom-feewidth td:first-child {
        width: 200px;
        word-wrap: break-word;
/*        white-space: normal;*/
        overflow-wrap: break-word;
    }
}

@media (max-width:600px) {
    .premium-fee-section.custom-feewidth th:first-child, .premium-fee-section.custom-feewidth td:first-child {
        width: auto;
    }
    .premium-fee-section th, .premium-fee-section.custom-feewidth td {
        font-size: 12px !important;
    }
    .mainformatiing_table .premium-fee-section {
        padding: 0px 10px 0px 10px;
    }
    .mainformatiing_table .premium-fee-table {
        border-spacing: 0 10px;
    }
    .mainformatiing_table table tr th, .mainformatiing_table table tr td {
        word-wrap: break-word;
/*        white-space: nowrap;*/
        overflow-wrap: break-word;
    }
    .premium-fee-section.custom-feewidth th:first-child, .premium-fee-section.custom-feewidth td:first-child {
        width: 180px;
    }
    .premium-fee-section.custom-feewidth table.premium-fee-table {
        table-layout: auto;
    }
}
@media (max-width:600px) {
   .premium-fee-section th:first-child, .premium-fee-section td:first-child {
        width: 180px;
        word-wrap: break-word;
/*        white-space: break-spaces !important;*/
        overflow-wrap: break-word;
    }
}
@media (max-width:700px) {
    .premium-fee-section th, .premium-fee-section.custom-feewidth td {
        font-size: 12px !important;
    }
}
@media (max-width:991px) {
   .ftr-col:first-child {
    order: 3;
}
.ftr-col:last-child {
    order: 4;
}
}
@media (min-width: 320px) and (max-width: 767px) {
    span.customtext-logo {
        padding: 0px 10px !important;
    }
}

@media (max-width: 380px) {
    header .pkp_site_name .is_img img {
        width: 35px;
        height: 35px;
        min-height: 35px;
        min-width: 35px;
    }
}
@media (max-width: 380px) {
    header .pkp_site_name span.customtext-logo {
        line-height: 18px;
        padding: 0px 5px !important;
    }
}
@media (max-width:660px) {
  header .pkp_site_nav_toggle {
    margin-top: 5px;
}
.processing-fees-main th:first-child {
    width: 110px !important;
}
.processing-fees-main th:nth-child(2) {
    width: 105px;
}
}
@media (max-width:1200px) {
    .has_site_logo .pkp_site_name {
        align-items: center;
    }
}

@media (max-width:991px) {
    header .pkp_site_name span.customtext-logo {
        padding: 10px 15px !important;
    }
}
@media (max-width: 510px) {
    header .pkp_head_wrapper .pkp_site_name span.customtext-logo {
        padding: 0px 15px !important;
    }
}
@media (max-width: 440px) {
    header .pkp_site_name .is_img img {
        width: 35px;
        height: 35px;
        min-height: 35px;
        min-width: 35px;
    }
}
nav.pkp_site_nav_menu .pkp_navigation_user_wrapper {
    top: 28%;
}
.homepage_image .banner-subtitle p {
    margin: 0px !important;
}
