button,
div,
input,
select,
table,
textarea {
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-weight: 500
}
h1,
h2,
h3,
h4,
p {
    margin: 10px 0
}
#logo span,
article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video {
    display: block
}
a,
a:hover,
div,
table {
    color: #000
}
#logo,
.menu-bg {
    position: relative
}
.accordion-toggle,
a {
    text-decoration: none
}
body {
    margin: 0;
    background: #fff
}
div,
table {
    line-height: 1.3
}
img {
    border: none;
    max-width: 100%
}
* {
    box-sizing: border-box
}
#contact-left,
#left,
#logo,
#social,
.img_left,
.left {
    float: left
}
#contact-right,
#copy-logo,
#right,
#top_link,
.img_right,
.right {
    float: right
}
h1,
h2 {
    font-size: 22px
}
h3 {
    font-size: 18px
}
#logo span,
h4 {
    font-size: 14px
}
.img_left {
    margin-right: 10px
}
.img_right {
    margin-left: 10px
}
#logo a,
#main {
    margin: 0 auto
}
ul{
    margin:0;
    padding: 0;
}
ul li {
    list-style-type: none
}
.header-top {
    background: url(https://www.worldwidejournals.com/images/map-img.png) top right no-repeat
}
#logo {
    padding-top: 10px;
    z-index: 9
}
#logo img {
    vertical-align: top;
    width: 200px
}
#logo a {
    width: 100%;
    display: inline-block;
    text-align: center
}
#logo span {
    text-align: center;
    background: #0256ca;
    color: #fff;
    padding: 5px 20px;
    margin-top: 4px;
    border-radius: 20px;
    text-transform: capitalize
}
#logo span:hover {
    background: #ffae00;
    color: #000;
    cursor: pointer
}
.text-board {
  color: #000000;               /* black text */
  font-weight: 700;             /* bold text */
  font-size: 20px;
  display: inline-block;
  -webkit-text-stroke: 0.7px #333333; /* thin dark border for effect */
  animation: borderColor 1s linear infinite; /* animated border color */
  text-align: center;
}
/* Ensure links are visible and clickable */
.text-board a {
  color: #000000 !important;       /* black link text */
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  -webkit-text-stroke: 0.7px #333333;
  animation: borderColor 1s linear infinite;
}
/* Animated border color */
@keyframes borderColor {
  0%, 50%, 100% { -webkit-text-stroke-color: red; }
  10% { -webkit-text-stroke-color: orange; }
  20% { -webkit-text-stroke-color: yellow; }
  30% { -webkit-text-stroke-color: lime; }
  40% { -webkit-text-stroke-color: cyan; }
  60% { -webkit-text-stroke-color: blue; }
  70% { -webkit-text-stroke-color: violet; }
  80% { -webkit-text-stroke-color: red; }
}
/* Center the list horizontally */
/*@keyframes blink {*/
/*	0% {opacity: 0}*/
/*	49%{opacity: 0}*/
/*	50% {opacity: 1}*/
/*}*/

/*blink{animation: blink 1s infinite;}*/
.logo-text {
    float: left;
    padding-top: 30px;
    padding-left: 30px
}
.logo-text h2 {
    font-size: 100px;
    line-height: .7;
    margin: 0 0 5px
}
.logo-text span {
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    color: #4f4f4f;
    border-bottom: 2px solid #4f4f4f;
    display: inline-block
}
.logo-text label {
    font-size: 17px;
    text-transform: uppercase;
    display: block;
    margin-top: 10px;
    color: #7a7a7a
}
.header-top-right {
    float: right;
    padding-top: 30px
}
.breaking-news span,
.button {
    padding: 10px 30px;
    font-weight: 700;
    text-transform: uppercase
}
.button-circle {
    text-align: center;
    background: #ffae00;
    padding: 5px 20px;
    margin-top: 4px;
    border-radius: 20px;
    text-transform: capitalize;
    display: block;
}
.button-circle:hover,
.button-circle:hover a {
    background: #0256ca;
    color: #ffffff !important;
    cursor: pointer;
}
.header-top-right span {
    font-size: 18px
}
.header-top-right p i {
    color: #fff;
    font-size: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #1658b3;
    line-height: 30px;
    border-radius: 100%
}
.header-top-right p {
    font-size: 16px;
    margin-bottom: 15px
}
#top_link {
    float: left
}
.menu-bg {
    background: #1658b3;
    border-top: 3px solid #ffae00;
    z-index: 1;
    top: 2px
}
.breaking-news {
    background: #ebecf1;
    margin: 10px 0;
    position:relative;
    text-overflow: ellipsis;
    height: 42px;
    z-index: 1; 
}
.breaking-news.first-news {
    margin: 12px 0 14px;
    font-size: 18px;
    text-align: center;
    line-height: 2
}

.arrow-left {
    float: right;
    background: #3b4076;
    color: #fff;
    font-weight: 700;
    left:20px;
    cursor: pointer;
    margin-top:-55px;
}
.arrow-left::after {
    content: '';
    background: url('https://globaljournalforresearchanalysis.com/images/arrow-left.png') no-repeat center;
    width: 11px;
    height: 21px;
    left: -154px;
    right: -10px;
    position: absolute;
    top: 2px;
    bottom: 0;
    margin: auto
}
.breaking-news span {
    z-index: 1;
    background: #3b4076;
    top: 12px;
    color: #fff;
    position: relative;
    margin-right: 20px
}
.breaking-news span:first-child::after{
    content: '';
    background: url(https://globaljournalforresearchanalysis.com/images/arrow-icon.png) center left no-repeat;
    width: 11px;
    height: 21px;
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    margin: auto
}
.banner-portion-left {
    width: 70%;
    float: left;
    position: relative
}
.banner-portion-left .bx-wrapper .bx-pager {
    display: none
}
.slider-text {
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translate(0, -50%);
    width: 50%
}
.slider-text h1 {
    color: #fff;
    font-size: 33px;
    line-height: 1
}
.slider-text p {
    color: #fff;
    line-height: 1.6
}
.slider-text .button {
    margin-top: 10px
}
.button {
    background: #ffae00;
    border: 0;
    border-radius: 20px;
    font-size: 12px;
    cursor: pointer
}
.left-side,
.online-payment li {
    border-right: 1px solid #dedfe7
}
.button:hover {
    background: #000;
    transition: all ease .6s;
    color: #fff
}
.banner-portion-right {
    width: 30%;
    float: left;
    padding-left: 15px
}
.banner-box {
    background: #1f68ce;
    margin-bottom: 15px;
    height: 106px
}
.banner-box:last-of-type {
    margin-bottom: 0
}
.banner-box h3 {
    margin: 0;
    float: left;
    padding: 40px 20px 20px;
    color: #fff;
    font-size: 20px
}
.banner-box-right {
    background: rgba(1, 48, 73, .6);
    float: right;
    height: 106px;
    width: 80px;
    text-align: center
}
.left-side,
.second-menu #top_link {
    float: left
}
.banner-box-right a {
    position: relative;
    top: 40px
}
.banner-box.upload {
    background: url(https://www.worldwidejournals.com/images/upload-your-article-bg.png) center center no-repeat;
    background-size: cover
}
.banner-box.author {
    background: url(https://www.worldwidejournals.com/images/author-guid-bg.png) center center no-repeat;
    background-size: cover
}
.second-menu {
    background: #ebecf1;
    border-bottom: 3px solid #ffae00
}
.bank-detail p,
.left-side h3,
.traffic li {
    border-bottom: 1px solid #dedfe7
}
.main-content {
    border: 1px solid #dedfe7;
    box-shadow: #dedfe7 0 0 10px;
    margin-top: 30px!important
}
.left-side {
    width: 23%
}
.left-side h3 {
    background: #ebecf1;
    margin: 0;
    padding: 15px 20px;
    font-size: 16px
}
.current-issue>ul {
    background: #3b4076
}
.current-issue li {
    color: #fff;
    padding: 7px 20px;
}
.text-board-current {
  color: #000000;               /* black text */
  font-weight: 700;             /* bold text */
  font-size: 16px;
  display: inline-block;
  -webkit-text-stroke: 0.7px #333333; /* thin dark border for effect */
  animation: borderColor 1s linear infinite; /* animated border color */
  text-align: center;
}
/* Ensure links are visible and clickable */
.text-board-current a {
  color: #000000 !important;       /* black link text */
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  -webkit-text-stroke: 0.7px #333333;
  animation: borderColor 1s linear infinite;
}
.current-issue li a {
    margin-top: -16px;
}
.online-payment li {
    width: 50%;
    float: left;
    padding: 20px;
    text-align: center
}
.online-payment li img {
    margin-bottom: 5px
}
.online-payment li p {
    color: #6f6f6f;
    line-height: 1.6
}
.online-payment li p span {
    display: block;
    font-weight: 700
}
.online-payment li:nth-child(2n+2) {
    border-right: 0
}
.indexing ul {
    padding: 10px 0
}
.indexing li {
    padding: 10px 20px;
    text-align: center
}
.traffic ul {
    padding-top: 10px
}
.traffic li {
    padding: 10px 20px;
    width: 100%;
    display: inline-block
}
.traffic li p {
    float: left;
    margin: 0;
    line-height: 1.6
}
.traffic li span {
    font-weight: 700
}
.traffic li label {
    display: block;
    font-size: 12px;
    color: #747474
}
.traffic li img {
    float: right
}
.content-area {
    width: 54%;
    float: left;
    padding: 20px 30px
}
.home-content h2 {
    font-size: 20px;
    margin-bottom: 20px
}
.home-content p {
    color: #6f6f6f;
    line-height: 1.8;
    margin-bottom: 15px;
    text-align: justify
}
.book,
.footer-bottom,
.footer-top,
.journals h2,
.rating,
.social-icon ul li {
    text-align: center
}
.home-content span {
    font-weight: 700;
    color: #6f6f6f
}
.bank-detail {
    background: #e7eef7;
    border: 1px solid #dedfe7
}
.bank-detail p {
    margin: 0;
    padding: 10px
}
.bank-detail p span {
    font-weight: 300;
    width: 35%;
    display: inline-block
}
.most-popular-article-slider {
    margin-top: 20px;
    border: 1px solid #dedfe7
}
.most-popular-article-slider h2 {
    background: #3b4076;
    color: #fff;
    font-size: 16px;
    padding: 15px;
    margin: 0
}
.most-popular-article-slider p span {
    color: #000;
    width: 20%;
    display: inline-block
}
.most-popular-article-slider .bx-wrapper {
    padding-bottom: 15px!important
}
.most-popular-article-slider .bxslider li {
    padding: 15px
}
.most-popular-article-slider .bx-controls-direction {
    display: none
}
.most-popular-article-slider .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: center;
    width: 100%;
    bottom: -7px!important
}
.most-popular-article-slider .bx-wrapper .bx-pager.bx-default-pager a {
    background: #797c9d;
    width: 15px;
    height: 15px;
    border-radius: 10px
}
.most-popular-article-slider .bx-wrapper .bx-pager.bx-default-pager a.active,
.most-popular-article-slider .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #ffae00
}
.right-side {
    width: 23%;
    float: left;
    background: #dedfe7
}
.right-side h3 {
    background: #3b4076;
    color: #fff;
    font-size: 16px;
    padding: 15px;
    margin: 0
}
.latest-news li {
    padding: 15px;
    border-bottom: 1px solid #c0c2d2
}
.latest-news li:last-child {
    border-bottom: 0
}
.latest-news li h4 {
    margin: 0;
    font-size: 13px
}
.latest-news li p {
    color: #515151;
    margin-bottom: 20px;
    line-height: 1.6
}
.social-icon {
    margin-top: 10px
}
.social-icon ul li {
    width: 16.66%;
    float: left;
    padding: 25px 0
}
.social-icon ul li a {
    color: #fff;
    font-size: 18px;
    line-height: 4!important
}
.social-icon ul li:hover {
    background: rgba(0, 0, 0, .9)
}
.fb {
    background: #3b579d
}
.go {
    background: #da4835
}
.tw {
    background: #00aced
}
.ln {
    background: #056695
}
.pin {
    background: #cb2530
}
.mail {
    background: #189612
}
.site-visitor {
    background: #ffae00;
    padding: 0
}
.site-visitor p {
    color: #fff;
    font-size: 16px;
    border-bottom: 1px solid #84879f;
    line-height: 1.6;
    margin: 0
}
.site-visitor p:last-child {
    border-bottom: 0
}
.site-visitor p span {
    font-weight: 700
}
.site-visitor p span:first-child {
    display: inline-block;
    width: 52%;
    padding: 12px 10px;
    background: #434767;
    margin-right: 10px
}
.book {
    margin: 20px 0
}
.newsletter {
    background: #3b4076;
    padding: 25px 15px
}
.newsletter h4 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px
}
.newsletter input {
    background: #fff;
    padding: 10px;
    width: 100%;
    border: 0;
    margin-bottom: 20px
}
.journals {
    padding: 30px 0;
    background: url(https://www.worldwidejournals.com/images/map-bg.png) center top no-repeat
}
.journals h2 {
    margin-bottom: 25px;
    font-size: 30px
}
.journals ul li {
    width: 33.33%;
    float: left;
    padding-left: 70px
}
.journals ul li .journals-img {
    width: 30%;
    float: left
}
.journals ul li .journals-text {
    width: 70%;
    float: left;
    padding-left: 10px
}
.journals ul li .journals-text span {
    font-size: 15px;
    display: block;
    margin-bottom: 15px
}
.journals ul li .journals-text .button {
    background: #0256ca;
    color: #fff
}
.rating {
    margin-top: 10px;
    line-height: 1.6
}
.rating label {
    display: block
}
.rating span {
    color: #ff3600
}
.rating span.google {
    color: #007eff
}
footer {
    background: #0b0d20
}
.footer-top {
    padding: 0
}
.footer-top p {
    color: #fff;
    line-height: 1.3;
    font-size: 12px
}
.footer-top p.copy {
    color: #71727f;
    margin: 10px 0
}
.footer-menu {
    margin-bottom: 10px
}
.footer-menu li {
    display: inline-block
}
.footer-menu li a {
    color: #fff;
    padding: 0 10px
}
.footer-menu li::after {
    content: '|';
    color: #fff
}
.footer-menu li:last-child::after {
    content: ''
}
.footer-bottom {
    background: #04050d
}
.footer-bottom p {
    color: #fff;
    padding: 10px
}
.hire-benifit {
    margin: 20px 0
}
.hire-benifit ul {
    background: #e7eef7;
    padding: 20px;
    border: 1px solid #dedfe7
}
.hire-benifit ul li {
    padding-bottom: 15px;
    color: #6f6f6f
}
.hire-benifit ul li::before {
    content: '\f00c';
    font-family: FontAwesome
}
table.mytbl tr td:last-child,
table.mytbl tr td>div a span {
    font-family: Poppins, sans-serif!important
}
.hire-benifit ul li:last-child {
    padding-bottom: 0
}
.content-area.inner-page {
    width: 77%
}
.tab-left {
    float: left;
    width: 35%;
    background: #dedfe7
}
.tab-left li {
    border-bottom: 1px solid #fff;
    padding: 12px;
    text-align: right
}
.tab-left li a {
    color: #3b4076
}
.tab-left li.ui-tabs-active {
    background: #3b4076;
    position: relative
}
.tab-left li.ui-tabs-active::after {
    content: '';
    background: url(https://www.worldwidejournals.com/images/arrow-icon.png) center right no-repeat;
    width: 11px;
    height: 21px;
    position: absolute;
    right: -10px;
    top: 10px
}
.tab-left li.ui-tabs-active a {
    color: #fff
}
.tab-right {
    width: 65%;
    float: left;
    border: 1px solid #3b4076;
    padding: 10px 20px
}
.author-guideline {
    margin: 40px 0
}
.author-guideline-icon {
    width: 20%;
    float: left;
    text-align: right;
    border-top: 10px solid #1658b3
}
.author-guideline-icon img {
    padding-top: 50px
}
.author-guideline-text {
    width: 80%;
    float: left;
    padding-left: 30px
}
.author-guideline-text h3 {
    font-size: 16px;
    color: #1658b3;
    margin-top: 0;
    margin-bottom: 20px
}
.author-guideline-text p {
    line-height: 1.9;
    margin-bottom: 20px
}
.author-guideline-text p a {
    color: #1658b3;
    word-wrap: break-word
}
.inner-page .home-content h2 {
    font-size: 30px;
    margin-bottom: 20px
}
.book-publication-detail-list {
    padding: 10px
}
.book-publication-detail-list.grey {
    background: #eff0f4;
    padding: 15px
}
.book-publication-detail-icon {
    width: 20%;
    float: left;
    border-right: 5px solid #1658b3;
    margin-top: 15px;
    text-align: center
}
.book-publication-detail-text {
    width: 80%;
    float: left;
    padding-left: 30px
}
.book-publication-detail-text h3 {
    font-size: 22px;
    color: #515151;
    font-weight: 500;
    margin-bottom: 10px
}
.book-publication-detail-text p {
    margin-bottom: 10px
}
.our-published-book {
    border: 1px solid #3b4076;
    padding: 0 20px 50px
}
.our-published-book h3 {
    background: #fff;
    display: inline-block;
    position: relative;
    top: -10px;
    padding: 0 10px
}
.our-published-book .bxslider li img {
    margin: 0 auto
}
.our-published-book .bx-wrapper .bx-prev {
    background: url(https://www.worldwidejournals.com/images/slider-arrow-left1.png) no-repeat!important;
    left: 0!important
}
.our-published-book .bx-wrapper .bx-next {
    background: url(https://www.worldwidejournals.com/images/slider-arrow-right1.png) no-repeat!important;
    right: 0!important;
    left: auto!important
}
.our-published-book .bx-wrapper .bx-controls-direction a {
    bottom: auto!important;
    top: 50%!important
}
.our-published-book .bx-pager {
    text-align: center!important;
    width: 100%!important
}
.content-area.inner-page.editionalboard,
table {
    width: 100%
}
table {
    border-collapse: collapse
}
.download th {
    background: #3b4076;
    color: #fff;
    font-weight: 700
}
.download td,
.download th {
    padding: 10px 0;
    border: 1px solid #e3e3e3;
    text-align: center
}
.editionalboard table {
    border: 1px solid #e3e3e3
}
.editionalboard tr:nth-of-type(odd) {
    background: #f5f5f8
}
.editionalboard th {
    background: #3b4076;
    color: #fff!important;
    font-weight: 700
}
.editionalboard td,
.editionalboard th {
    padding: 10px;
    text-align: left;
    color: #515151
}
.responsive-table {
    overflow: auto
}
.responsive-table.main tr:nth-of-type(odd) {
    background: #eee
}
.responsive-table.main th {
    background: #3b4076;
    color: #fff;
    font-weight: 700
}
.responsive-table.main td,
.responsive-table.main th {
    padding: 10px 0;
    border: 1px solid #e3e3e3;
    text-align: center
}
.accordion-container {
    width: 100%;
    margin: 0 auto 2px;
    clear: both
}
.accordion-toggle {
    position: relative;
    display: block;
    padding: 15px;
    font-size: 15px;
    color: #3b4076;
    background: #dedfe7
}
.accordion-toggle.open {
    background: #3b4076;
    color: #fff
}
.accordion-toggle.open span.toggle-icon {
    color: #fff
}
.accordion-toggle span.toggle-icon {
    position: absolute;
    top: 12px;
    right: 10px;
    font-size: 22px;
    color: #3b4076
}
.accordion-content {
    display: none;
    padding: 15px;
    overflow: auto;
    border: 1px solid #3b4076
}
.accordion-content p {
    margin: 0;
    color: #282828;
    line-height: 1.9
}
.faq .tab-left {
    width: 50%
}
.faq .tab-right {
    width: 50%;
    min-height: 1082px
}
.faq .tab-ul {
    margin-left: 10px
}
.faq .tab-ul li {
    list-style-type: circle;
    padding-bottom: 5px
}
.bifurcation table {
    border: 1px solid #e3e3e3
}
.bifurcation th {
    background: #3b4076;
    color: #fff!important;
    font-weight: 700
}
.bifurcation td,
.bifurcation th {
    padding: 10px;
    border-bottom: 1px solid #e3e3e3;
    text-align: center;
    color: #515151
}
.bifurcation tr.top td {
    background: #ebecf1;
    color: #3b4076
}
.bifurcation.calculation td,
.bifurcation.calculation th {
    border: 1px solid #e3e3e3;
    text-align: center
}
.bifurcation.calculation td input {
    background: #ebecf1;
    width: 60px;
    padding: 10px;
    border: 0
}
.bifurcation.calculation td:first-child {
    text-align: center
}
.bifurcation.calculation thead th {
    text-align: left
}
.bifurcation.calculation td .button {
    padding: 5px 10px
}
.archives {
    margin-bottom: 20px
}
.archives th {
    background: #3b4076;
    color: #fff!important;
    font-weight: 700
}
.archives td,
.archives th {
    padding: 20px;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #515151
}
.archives thead th {
    text-align: left;
    padding: 10px!important
}
.special-issue-top-left {
    float: left
}
.special-issue-top-left h2 {
    margin-bottom: 0!important
}
.special-issue-top-left h4 {
    font-weight: 500;
    font-size: 20px;
    margin: 0
}
.special-issue-top-left p {
    font-size: 15px;
    margin: 0
}
.captcha-code,
.input-field,
.textarea-field {
    margin-bottom: 10px
}
.special-issue-top-right {
    float: right;
    background: #ebecf1;
    padding: 20px
}
.special-issue-top-right span {
    font-size: 23px;
    font-weight: 700;
    color: #000
}
.special-issue-title {
    background: #3b4076;
    display: inline-block;
    width: 100%;
    padding: 10px
}
.special-issue-title span {
    color: #fff
}
.special-issue-table-left {
    width: 90%;
    float: left
}
.special-issue-table-left-side {
    width: 35%;
    float: left
}
.special-issue-table-right-side {
    width: 65%;
    float: left
}
.special-issue-table-right {
    width: 10%;
    float: left
}
.contact-us {
    background: #eff0f4;
    padding: 20px
}
.input-field input,
.textarea-field textarea {
    background: #fff;
    padding: 10px;
    border: 0;
    width: 100%
}
.textarea-field textarea {
    resize: vertical;
    height: 120px
}
.landing-page-logos ul li,
.steps ul li {
    width: 25%;
    text-align: center;
    float: left
}
.author-guideline-text p img {
    vertical-align: middle;
    margin-right: 5px
}
.author-guideline-text b {
    color: #000
}
.landing-page {
    background: url(https://www.worldwidejournals.com/images/landing-page-bg.png) center top no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 130px;
    height: 399px
}
.landing-page h3 {
    color: #fff212;
    font-size: 34px
}
.landing-page-logos {
    background: url(https://www.worldwidejournals.com/images/map-bg1.png) center top no-repeat
}
.landing-page-logos .button {
    background: #0256ca;
    color: #fff
}
.landing-page-logos .button:hover {
    background: #ffae00;
    color: #000
}
.landing-page-logos ul {
    margin: 100px 0
}
.landing-page-logos ul li .button {
    margin-top: 20px
}
.landing-page-logos-img {
    margin-bottom: 20px
}
.landing-page-logos-text h4 {
    color: #022538;
    font-size: 15px
}
.landing-page-logos-text p,
.landing-page-logos-text p a {
    color: #626262;
    font-size: 15px
}
.sara-book {
    position: relative;
    margin-top: -100px;
    text-align: center
}
.sara-book img {
    display: block;
    margin: 0 auto 30px
}
.www-text {
    text-align: center;
    padding: 50px 0
}
.www-text h3 {
    color: #022538;
    font-size: 21px
}
.www-text p {
    color: #626262
}
.www-text p a {
    color: #0256ca
}
.steps {
    margin: 0 0 10px
}
.steps ul li {
    border-right: 1px solid #ccc;
    padding: 20px 35px 0
}
.steps ul li:last-child {
    border-right: 0
}
.steps ul li span label {
    font-size: 26px;
    font-weight: 700;
    display: block
}
.steps ul li>label {
    float: left;
    padding-right: 20px
}
.steps ul li label img {
    vertical-align: middle
}
.steps ul li span {
    text-align: left;
    float: left;
    color: #939393;
    font-size: 15px
}
.steps ul li.steps-first span label {
    color: #1658b3
}
.steps ul li.steps-second span label {
    color: #13aa35
}
.steps ul li.steps-third span label {
    color: #e24746
}
.steps ul li.steps-fourth span label {
    color: #f7b820
}
.archives table {
    margin-bottom: 20px
}
.archives td:hover {
    color: #fff;
    background: #3b4076
}
.archives td:hover a {
    color: #fff
}
table.mytbl tr td>div {
    background: 0 0!important;
    margin-top: 0!important
}
table.mytbl tr td>div a span {
    text-transform: uppercase;
    color: #3f3f3f!important;
    font-size: 14px!important;
    font-weight: 500!important
}
table.mytbl tr td>span {
    margin-bottom: 15px!important;
    display: inline-block!important
}
table.mytbl tr td:last-child {
    font-size: 13px!important;
    background: #ebecf1;
    border-bottom: 1px solid #f5f5f8
}
table.mytbl tr td>div:last-child a {
    border: 1px solid #c2c2c2;
    border-radius: 20px;
    font-size: 12px!important;
    padding: 3px 10px
}
table.mytbl tr td>div:last-child a:hover {
    background: #1658b3;
    color: #fff
}
table.mytbl tr td {
    padding: 15px 10px
}
table.mytbl tr:hover {
    background: #ebecf1!important;
    cursor: pointer
}
.home-content.abstract-inner>h2 {
    color: #1658b3;
    font-size: 20px
}
.home-content.abstract-inner>h3 {
    font-size: 14px
}
.site-visitor a font {
    margin-left: 42px
}
.statcounter img {
    position: relative;
    top: 4px
}
.search-page {
    text-align: center;
    margin-bottom: 20px
}
.indexul li {
    border: 2px solid #ececec;
    float: left;
    padding: 10px;
    width: 33.33%;
    overflow: hidden
}
.indexul li:hover {
    border: 2px solid #1658b3
}
.indexul li img {
    -webkit-transition: .8s ease;
    transition: .8s ease
}
.indexul li img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}
.editionalboard label {
    border: 2px solid #3b4076;
    border-radius: 10px;
    box-shadow: 0 0 7px 5px rgba(59, 64, 118, .32);
    color: #3b4076;
    display: inline-table;
    line-height: 1.7;
    margin-bottom: 30px;
    padding: 4px 40px
}
.editionalboard label h1 {
    margin: 0
}
.most-popular-article-slider p>label label {
    position: relative;
    margin-left: -10px
}
.most-popular-article-slider p>label {
    width: 79%;
    display: inline-block;
    vertical-align: top
}
.landing-page-new-header {
    background: #0054a6
}
.landing-page-new-logo {
    float: left;
    width: 50%;
    text-align: right
}
.landing-page-new-logo img {
    margin-bottom: -4px
}
.landing-page-new-text {
    text-align: left;
    width: 50%;
    float: left;
    position: relative;
    left: -130px
}
.landing-page-new-header h2 {
    color: #fff;
    font-size: 42px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 30px;
    line-height: 1;
    display: inline-block
}
.landing-page p {
    color: #fff;
    font-size: 15px
}
.landing-page-new-logos {
    background: url(https://www.worldwidejournals.com/images/landing-page-new-bg.png) center top no-repeat;
    background-size: cover;
    position: relative
}
.landing-page-new-logos .button {
    background: #0256ca;
    color: #fff;
    padding: 8px 30px;
    font-size: 16px;
    display: inline-block
}
.landing-page-new-logos .button:hover {
    background: #ffae00;
    color: #000
}
.landing-page-new-logos ul {
    padding: 20px 0;
    z-index: 9;
    position: relative;
    width: 95%;
    margin: 0 auto
}
.landing-page-new-logos ul li {
    width: 20%;
    float: left;
    text-align: center
}
.landing-page-new-logos-text h4 {
    color: #022538;
    font-size: 17px;
    margin: 5px 0
}
.landing-page-new-logos-text p,
.landing-page-new-logos-text p a {
    color: #626262;
    font-size: 15px
}
.second-box {
    margin-top: 160px;
    position: relative
}
.middle-box {
    margin-top: 310px;
    position: relative
}
.landing-publish {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 75px;
    z-index: 1
}
.landing-publish-inner-2 {
    margin-top: 120px
}
.landing-publish-inner h2 {
    font-size: 26px;
    font-weight: 500;
    color: #0053a5;
    text-transform: capitalize;
    margin: 0
}
.landing-publish-inner p {
    background: url(https://www.worldwidejournals.com/images/blue.png) center center no-repeat;
    height: 40px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.9;
    margin: 0
}
.landing-publish-inner:last-child p {
    background-size: 22%
}
.landing-publish-inner p span {
    font-size: 22px
}
.landing-publish-inner p span sup {
    font-size: 15px
}
.landing-footer {
    background: #0053a5
}
.landing-footer p,
.landing-footer p a {
    color: #fff;
    font-size: 18px;
    margin: 5px 0
}
.landing-footer h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 26px
}
.landing-footer .www-text {
    padding: 0
}
.landing-page-new-logos-img a>img {
    width: 150px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease
}
.landing-page-new-logos-img img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
    transition: all 1s ease
}
.second-box.second {
    left: -30px
}
.second-box.fourth {
    right: -30px
}
.landing-publish-inner p {
    background-size: 27%
}
.ifram {
    width: 100%;
    height: 347px
}
#hamburger-navigation,
#hamburger-navigation1 {
    display: none
}
#hamburger-navigation1 {
    padding: 20px!important;
    color: #000!important
}
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
    .landing-page-new-text {
        left: -100px
    }
    .landing-publish-inner:last-child p {
        background-size: 30% auto
    }
    .landing-publish-inner h2 {
        font-size: 28px;
        margin: 0
    }
    .landing-page-new-header h2 {
        font-size: 40px
    }
    .landing-publish-inner p {
        background-size: 36%
    }
    #hamburger-navigation,
    #hamburger-navigation1 {
        display: none
    }
    #hamburger-navigation1 {
        padding: 15px!important;
        color: #000!important
    }
}
@media only screen and (min-width: 1180px) and (max-width: 1366px) {
    #logo {
        padding-top: 5px;
        width: 19%
    }
    #logo img {
        width: 150px
    }
    .logo-text span {
        font-size: 20px
    }
    .logo-text {
        padding-left: 20px;
        padding-top: 15px;
        width: 55%
    }
    .logo-text img {
        width: 170px
    }
    .header-top-right span {
        font-size: 17px
    }
    .header-top-right p {
        font-size: 13px;
        margin-bottom: 5px
    }
    .header-top-right {
        padding-top: 20px;
        width: 25%
    }
    #logo span {
        margin: 5px 0;
        font-size: 12px
    }
    .breaking-news {
        margin: 7px 0 5px
    }
    .header-top-right p i {
        font-size: 13px!important;
        height: 25px;
        line-height: 24px!important;
        width: 25px
    }
}
@media only screen and (min-width: 960px) and (max-width: 1179px) {
    #hamburger-navigation,
    #hamburger-navigation1 {
        background-color: rgba(0, 0, 0, 0);
        color: #fff;
        display: block;
        margin: 0 auto;
        padding: 15px 0;
        text-align: left;
        text-decoration: none;
        z-index: 10
    }
    #top_link {
        float: left
    }
    #logo {
        width: 170px
    }
    .logo-text span {
        font-size: 19px
    }
    .logo-text label {
        font-size: 18px
    }
    .header-top-right span {
        font-size: 16px
    }
    .menu-bg {
        top: 0
    }
    .slider-text {
        width: 80%
    }
    .slider-text h1 {
        font-size: 26px
    }
    .button {
        padding: 7px 20px
    }
    .banner-box,
    .banner-box-right {
        height: 83px
    }
    .banner-box-right a {
        top: 30px
    }
    .banner-box h3 {
        padding: 30px 10px 20px;
        font-size: 15px
    }
    .online-payment li {
        padding: 20px 0
    }
    .logo-text h2 {
        font-size: 80px
    }
    .steps ul li {
        padding: 20px 12px
    }
    .steps ul li span {
        font-size: 14px
    }
    .header-top-right p {
        font-size: 15px
    }
    .journals ul li {
        padding-left: 30px
    }
    .ifram {
        height: 279px
    }
    .landing-page-new-header h2 {
        font-size: 34px;
        margin-top: 30px
    }
    .landing-publish-inner h2 {
        font-size: 28px
    }
    .landing-publish-inner p {
        background-size: 34%;
        font-size: 12px;
        height: auto
    }
    .landing-publish-inner p span {
        font-size: 17px
    }
    .landing-page-new-text {
        left: -100px
    }
    .landing-publish-inner:last-child p {
        background-size: 28% auto
    }
    .landing-page-new-logos-text h4 {
        font-size: 13px
    }
    .landing-page-new-logos-text p,
    .landing-page-new-logos-text p a {
        word-wrap: break-word;
        font-size: 12px
    }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    #hamburger-navigation,
    #hamburger-navigation1 {
        background-color: rgba(0, 0, 0, 0);
        color: #fff;
        display: block;
        margin: 0 auto;
        padding: 15px 0;
        text-align: left;
        text-decoration: none;
        z-index: 10
    }
    #top_link {
        float: left
    }
    #logo {
        width: 150px
    }
    .logo-text {
        padding-left: 20px;
        padding-top: 20px
    }
    .header-top-right {
        float: left;
        margin-bottom: 10px
    }
    .header-top-right p {
        display: inline-block;
        margin-bottom: 10px;
        width: 49%
    }
    .logo-text span {
        font-size: 22px
    }
    .logo-text label {
        font-size: 18px
    }
    .header-top-right span {
        font-size: 16px
    }
    .menu-bg {
        top: 0
    }
    .slider-text {
        width: 80%
    }
    .banner-portion-left,
    .content-area,
    .content-area.inner-page,
    .left-side,
    .right-side {
        width: 100%
    }
    .slider-text h1 {
        font-size: 26px
    }
    .button {
        padding: 7px 20px
    }
    .banner-box,
    .banner-box-right {
        height: 83px
    }
    .banner-box-right a {
        top: 30px
    }
    .banner-box h3 {
        padding: 30px 10px 20px;
        font-size: 15px
    }
    .online-payment li {
        padding: 20px 0
    }
    .banner-portion-left {
        margin-bottom: 20px
    }
    .banner-portion-right {
        padding-left: 0;
        width: 100%
    }
    .content-area {
        padding: 20px
    }
    .journals ul li .journals-text span {
        font-size: 13px
    }
    .footer-menu li a {
        padding: 0 4px
    }
    .sara-book img {
        width: 230px
    }
    .landing-page-logos ul li {
        width: 50%;
        margin-bottom: 30px
    }
    .logo-text h2 {
        font-size: 70px
    }
    .steps ul li {
        padding: 20px
    }
    .steps ul li label {
        display: block;
        float: none;
        padding-bottom: 10px;
        padding-right: 0
    }
    .steps ul li span {
        float: none;
        font-size: 14px;
        text-align: center
    }
    .journals ul li {
        padding-left: 0
    }
    .ifram {
        height: 317px
    }
    .landing-page-new-header h2 {
        font-size: 30px;
        margin-top: 30px
    }
    .landing-publish-inner h2 {
        font-size: 24px;
        margin-bottom: 0
    }
    .landing-publish-inner p {
        background-size: 52%;
        font-size: 15px;
        height: auto;
        margin: 0
    }
    .landing-publish-inner p span {
        font-size: 22px
    }
    .landing-page-new-logos-text p,
    .landing-page-new-logos-text p a {
        word-wrap: break-word
    }
    .landing-publish {
        position: relative;
        top: 40px
    }
    .landing-publish-inner-2 {
        margin: 0;
        position: relative;
        top: 600px
    }
    .landing-page-new-logos ul li {
        margin-bottom: 30px;
        width: 49%;
        display: inline-block;
        float: none
    }
    .landing-page-new-logos ul li.middle-box {
        width: 100%
    }
    .middle-box,
    .second-box {
        margin-top: 0
    }
    .landing-page-new-text {
        left: -60px
    }
    .landing-publish-inner:last-child p {
        background-size: 43% auto
    }
    .landing-page-new-logos ul {
        display: flex;
        flex-wrap: wrap
    }
    .landing-page-new-logos ul li:first-child {
        order: 1
    }
    .landing-page-new-logos ul li:last-child {
        order: 2
    }
    .middle-box {
        order: 3
    }
    .second-box.second {
        left: 0;
        order: 4;
        margin-top: 70px
    }
    .second-box.fourth {
        right: 0;
        margin-top: 70px;
        order: 5
    }
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
    #hamburger-navigation,
    #hamburger-navigation1 {
        background-color: rgba(0, 0, 0, 0);
        color: #fff;
        display: block;
        margin: 0 auto;
        padding: 15px 0;
        text-align: left;
        text-decoration: none;
        z-index: 10
    }
    #top_link {
        float: left
    }
    #logo {
        width: 140px
    }
    .logo-text {
        padding-left: 20px;
        padding-top: 20px
    }
    .header-top-right {
        float: left;
        margin-bottom: 10px
    }
    .header-top-right p {
        display: inline-block;
        margin-bottom: 10px;
        width: 49%;
        font-size: 13px
    }
    .logo-text span {
        font-size: 20px
    }
    .logo-text label {
        font-size: 16px
    }
    .header-top-right span {
        font-size: 14px
    }
    .menu-bg {
        top: 0
    }
    .slider-text {
        width: 80%
    }
    .banner-portion-left,
    .content-area,
    .content-area.inner-page,
    .left-side,
    .right-side {
        width: 100%
    }
    .slider-text h1 {
        font-size: 26px
    }
    .button {
        padding: 7px 20px
    }
    .banner-box,
    .banner-box-right {
        height: 83px
    }
    .banner-box-right a {
        top: 30px
    }
    .banner-box h3 {
        padding: 30px 10px 20px;
        font-size: 15px
    }
    .online-payment li {
        padding: 20px 0
    }
    .banner-portion-left {
        margin-bottom: 20px
    }
    .banner-portion-right {
        padding-left: 0;
        width: 100%
    }
    .content-area {
        padding: 20px
    }
    .journals ul li .journals-text span {
        font-size: 13px
    }
    .footer-menu li a {
        padding: 0 4px
    }
    .sara-book img {
        width: 230px
    }
    .landing-page-logos ul li {
        width: 50%;
        margin-bottom: 30px
    }
    .logo-text h2 {
        font-size: 70px
    }
    .steps ul li {
        padding: 20px 0
    }
    .steps ul li label {
        display: block;
        float: none;
        padding-bottom: 10px;
        padding-right: 0
    }
    .steps ul li span {
        float: none;
        font-size: 14px;
        text-align: center
    }
    .journals ul li {
        padding-left: 0
    }
    .ifram {
        height: 263px
    }
    .landing-page-new-header h2 {
        font-size: 22px;
        margin-top: 30px
    }
    .landing-publish-inner h2 {
        font-size: 24px;
        margin-bottom: 0
    }
    .landing-publish-inner p {
        background-size: 62%;
        font-size: 15px;
        height: auto;
        margin: 0
    }
    .landing-publish-inner p span {
        font-size: 22px
    }
    .landing-page-new-logos-text p,
    .landing-page-new-logos-text p a {
        word-wrap: break-word
    }
    .landing-publish {
        position: relative;
        top: 40px
    }
    .landing-publish-inner-2 {
        margin: 0;
        position: relative;
        top: 600px
    }
    .landing-publish-inner:last-child p {
        background-size: 52% auto
    }
    .landing-page-new-logos ul li {
        margin-bottom: 30px;
        width: 49%;
        display: inline-block;
        float: none
    }
    .landing-page-new-logos ul li.middle-box {
        width: 100%
    }
    .middle-box,
    .second-box {
        margin-top: 0
    }
    .landing-page-new-text {
        left: -50px
    }
    .second-box.fourth {
        right: 0;
        margin-top: 70px
    }
    .st_sharethis {
        display: inline-block;
        margin-top: 20px!important
    }
    .landing-page-new-logos ul {
        display: flex;
        flex-wrap: wrap
    }
    .landing-page-new-logos ul li:first-child {
        order: 1
    }
    .landing-page-new-logos ul li:last-child {
        order: 2
    }
    .middle-box {
        order: 3
    }
    .second-box.second {
        left: 0;
        order: 4;
        margin-top: 70px
    }
    .second-box.fourth {
        order: 5
    }
    .indexul li {
        width: 50%
    }
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
    .steps ul li.steps-first,
    .steps ul li.steps-second {
        border-bottom: 1px solid #ccc
    }
    #hamburger-navigation,
    #hamburger-navigation1 {
        background-color: rgba(0, 0, 0, 0);
        color: #fff;
        display: block;
        margin: 0 auto;
        padding: 15px 0;
        text-align: left;
        text-decoration: none;
        z-index: 10
    }
    #top_link {
        float: left
    }
    header {
        text-align: center
    }
    #logo {
        margin: 0 auto;
        width: 140px;
        float: none
    }
    .banner-portion-left,
    .journals ul li,
    .tab-left {
        margin-bottom: 20px
    }
    .logo-text {
        padding-left: 0;
        padding-top: 20px;
        float: none
    }
    .header-top-right {
        padding: 20px 0;
        float: none;
        text-align: left
    }
    .logo-text span {
        font-size: 20px
    }
    .logo-text label {
        font-size: 16px
    }
    .header-top-right span {
        font-size: 14px
    }
    .menu-bg {
        top: 0
    }
    .slider-text {
        width: 80%
    }
    .banner-portion-left,
    .banner-portion-right,
    .content-area,
    .content-area.inner-page,
    .faq .tab-left,
    .faq .tab-right,
    .left-side,
    .right-side,
    .tab-left,
    .tab-right {
        width: 100%
    }
    .slider-text h1 {
        font-size: 20px
    }
    .slider-text p {
        font-size: 12px
    }
    .button {
        padding: 7px 20px
    }
    .banner-box,
    .banner-box-right {
        height: 83px
    }
    .banner-box-right a {
        top: 30px
    }
    .banner-box h3 {
        padding: 30px 10px 20px;
        font-size: 15px
    }
    .accordion-toggle,
    .journals ul li .journals-text span {
        font-size: 13px
    }
    .online-payment li {
        padding: 20px 0
    }
    .banner-portion-right {
        padding-left: 0
    }
    .content-area {
        padding: 20px
    }
    .journals ul li {
        width: 100%
    }
    .footer-menu li a {
        padding: 0 4px
    }
    .tab-left {
        height: 350px;
        overflow: auto
    }
    .tab-left li.ui-tabs-active::after {
        display: none
    }
    .faq .tab-right {
        min-height: auto
    }
    .sara-book img {
        width: 230px
    }
    .landing-page-logos ul li {
        width: 50%;
        margin-bottom: 30px
    }
    .logo-text h2 {
        font-size: 70px
    }
    .steps ul li {
        padding: 20px;
        width: 50%
    }
    .steps ul li label {
        display: block;
        float: none;
        padding-bottom: 10px;
        padding-right: 0
    }
    .steps ul li span {
        float: none;
        font-size: 14px;
        text-align: center
    }
    .steps ul li.steps-second {
        border-right: 0!important
    }
    .bank-detail p span {
        width: 100%
    }
    .footer-menu li {
        padding: 5px 0
    }
    .inner-page .home-content h2 {
        font-size: 24px
    }
    .ifram {
        height: 195px
    }
    .landing-page-new-header h2 {
        margin-top: 30px
    }
    .landing-publish-inner p {
        background-size: 80%;
        font-size: 15px;
        height: auto;
        margin: 0
    }
    .landing-page-new-logos-text p,
    .landing-page-new-logos-text p a {
        word-wrap: break-word
    }
    .landing-publish {
        position: relative;
        top: 40px
    }
    .landing-publish-inner-2 {
        margin: 0;
        position: relative;
        top: 890px
    }
    .landing-page-new-logos ul li {
        width: 100%;
        margin-bottom: 30px
    }
    .middle-box,
    .second-box {
        margin-top: 0
    }
    .landing-page-new-logo {
        width: 100%
    }
    .landing-page-new-header h2 {
        font-size: 24px;
        margin: 20px 0;
        display: block
    }
    .landing-page-new-text {
        left: 0;
        width: 100%;
        text-align: center
    }
    .second-box.second {
        left: 0;
        margin-top: 60px
    }
    .landing-publish-inner:last-child p {
        background-size: 64% auto
    }
    .landing-publish-inner p span {
        font-size: 12px
    }
    .landing-publish-inner p span sup {
        font-size: 14px
    }
    .landing-page-new-logos-text h4 {
        font-size: 15px
    }
    .st_sharethis {
        display: inline-block;
        margin-top: 20px!important
    }
    table.mytbl tr td>div:last-child a {
        display: block;
        padding: 6px 10px;
        width: 100%;
        margin: -10px 0 0
    }
    .landing-page-new-logos ul {
        margin: 20px auto 0;
        display: flex;
        flex-wrap: wrap
    }
    .landing-page-new-logos ul li:first-child {
        order: 1
    }
    .landing-page-new-logos ul li:last-child {
        order: 2
    }
    .middle-box {
        order: 3
    }
    .second-box.second {
        order: 4
    }
    .second-box.fourth {
        right: 0;
        order: 5
    }
    .indexul li {
        width: 100%
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    #hamburger-navigation,
    #hamburger-navigation1 {
        background-color: rgba(0, 0, 0, 0);
        color: #fff;
        display: block;
        margin: 0 auto;
        padding: 15px 0;
        text-align: left;
        text-decoration: none;
        z-index: 10
    }
    .slider-text,
    .tab-left li.ui-tabs-active::after {
        display: none
    }
    #top_link {
        float: left
    }
    header {
        text-align: center
    }
    #logo {
        margin: 0 auto;
        width: 140px;
        float: none
    }
    .logo-text {
        padding-left: 0;
        padding-top: 20px;
        float: none
    }
    .header-top-right {
        padding: 20px 0;
        float: none;
        text-align: left
    }
    .logo-text span {
        font-size: 18px
    }
    .logo-text label {
        font-size: 15px
    }
    .header-top-right span {
        font-size: 13px
    }
    .menu-bg {
        top: 0
    }
    .button {
        padding: 7px 20px
    }
    .banner-box,
    .banner-box-right {
        height: 83px
    }
    .banner-box-right a {
        top: 30px
    }
    .banner-box h3 {
        padding: 30px 10px 20px;
        font-size: 15px
    }
    .online-payment li {
        padding: 20px 0
    }
    .banner-portion-left {
        width: 100%;
        margin-bottom: 20px
    }
    .banner-portion-right {
        padding-left: 0;
        width: 100%
    }
    .left-side {
        width: 100%
    }
    .content-area {
        padding: 20px;
        width: 100%
    }
    .right-side {
        width: 100%
    }
    .journals ul li {
        width: 100%;
        margin-bottom: 20px;
        padding-left: 20px
    }
    .journals ul li .journals-text span {
        font-size: 13px
    }
    .footer-menu li a {
        padding: 0 4px
    }
    .breaking-news span {
        font-size: 11px;
        margin-right: 10px;
        padding: 10px
    }
    .home-content h2 {
        font-size: 17px
    }
    .most-popular-article-slider p span {
        width: auto
    }
    .content-area.inner-page {
        width: 100%
    }
    .tab-left {
        width: 100%;
        margin-bottom: 20px;
        height: 350px;
        overflow: auto
    }
    .tab-right {
        width: 100%
    }
    .author-guideline-icon {
        width: 100%;
        text-align: center
    }
    .author-guideline-icon img {
        padding-top: 30px
    }
    .author-guideline-text {
        width: 100%;
        padding-left: 0;
        padding-top: 30px
    }
    .book-publication-detail-icon {
        border-bottom: 5px solid #1658b3;
        margin-bottom: 20px;
        padding-bottom: 10px;
        width: 100%;
        border-right: 0
    }
    .steps ul li.steps-first,
    .steps ul li.steps-second {
        border-bottom: 1px solid #ccc
    }
    .book-publication-detail-text {
        padding-left: 0;
        width: 100%
    }
    .accordion-toggle {
        font-size: 12px
    }
    .faq .tab-left {
        width: 100%
    }
    .faq .tab-right {
        min-height: auto;
        width: 100%
    }
    .sara-book img {
        width: 200px
    }
    .landing-page-logos ul li {
        width: 100%;
        margin-bottom: 30px
    }
    .landing-page {
        height: 329px;
        padding-top: 40px
    }
    .landing-page h3 {
        font-size: 25px
    }
    .landing-page p {
        font-size: 13px
    }
    .landing-page-logos ul {
        margin: 100px 0 30px
    }
    .logo-text h2 {
        font-size: 60px
    }
    .steps ul li {
        padding: 10px 0;
        width: 50%
    }
    .bank-detail p span,
    .indexul li,
    .landing-page-new-logo,
    .landing-page-new-logos ul li,
    .landing-page-new-text,
    .search-page input {
        width: 100%
    }
    .steps ul li label {
        display: block;
        float: none;
        padding-bottom: 10px;
        padding-right: 0
    }
    .steps ul li span {
        float: none;
        font-size: 14px;
        text-align: center
    }
    .steps ul li span label {
        font-size: 20px
    }
    .steps ul li.steps-second {
        border-right: 0!important
    }
    .header-top-right p {
        font-size: 13px;
        margin-bottom: 10px
    }
    .footer-menu li {
        padding: 5px 0
    }
    .inner-page .home-content h2 {
        font-size: 20px;
        margin-bottom: 10px
    }
    .ifram {
        height: 127px
    }
    .landing-page-new-header h2 {
        margin-top: 30px
    }
    .landing-publish-inner h2 {
        font-size: 24px;
        margin-bottom: 0
    }
    .landing-publish-inner p {
        background-size: 100%;
        font-size: 13px;
        height: auto;
        margin: 0
    }
    .landing-page-new-logos-text p,
    .landing-page-new-logos-text p a {
        word-wrap: break-word
    }
    .landing-publish {
        position: relative;
        top: 40px
    }
    .landing-publish-inner-2 {
        margin: 0;
        position: relative;
        top: 880px
    }
    .landing-page-new-logos ul li {
        margin-bottom: 30px
    }
    .middle-box,
    .second-box {
        margin-top: 0
    }
    .landing-page-new-header h2 {
        font-size: 24px;
        margin: 20px 0;
        display: block
    }
    .landing-page-new-text {
        left: 0;
        text-align: center
    }
    .second-box.second {
        left: 0;
        margin-top: 40px
    }
    .landing-page-new-logos ul {
        margin: 20px auto 0
    }
    .landing-publish-inner:last-child p {
        background-size: 83% auto
    }
    .landing-publish-inner p span {
        font-size: 12px
    }
    .landing-publish-inner p span sup {
        font-size: 14px
    }
    .st_sharethis {
        display: inline-block;
        margin-top: 20px!important
    }
    table.mytbl tr td>div:last-child a {
        display: block;
        padding: 6px 10px;
        width: 100%;
        margin: -10px 0 0
    }
    .journals h2 {
        font-size: 22px;
        margin-bottom: 20px
    }
    .landing-page-new-logos ul {
        display: flex;
        flex-wrap: wrap
    }
    .landing-page-new-logos ul li:first-child {
        order: 1
    }
    .landing-page-new-logos ul li:last-child {
        order: 2
    }
    .middle-box {
        order: 3
    }
    .second-box.second {
        order: 4
    }
    .second-box.fourth {
        right: 0;
        order: 5
    }
    .author-guideline-text>h1 {
        font-size: 18px
    }
    .editionalboard label h1 {
        font-size: 16px
    }
}
#FJ_TF_Cont {
    margin: 20px auto!important
}
.brknews {
    margin-top: 14px
}
.marqnews {
    margin-top: -4px;
    font-weight: 600
}
.se-pre-con {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: url(https://www.worldwidejournals.com/images/Preloader_2.gif) center no-repeat #fff
}
.statcounter {
    margin-bottom: -5px!important;
    margin-left: 5px
}
.abstract-inner {
    background: #ebecf1;
    padding: 20px
}
.abstract-inner h3 {
    font-size: 20px;
    font-weight: 500
}
.abstract-inner p span {
    width: 170px;
    display: inline-block;
    font-weight: 500;
    color: #000
}
.abstract-inner p {
    text-align: left;
    margin-bottom: 20px
}
.abstract-inner .links a {
    border: 1px solid #c2c2c2;
    border-radius: 20px;
    font-size: 12px!important;
    padding: 3px 10px;
    margin-right: 5px
}
.abstract-inner .links a:hover {
    background: #1658b3;
    color: #fff
}
.test {
    font-weight: 300!important;
    font-size: 20px;
    padding-left: 12px
}
.home-content>div>h1 {
    text-align: center
}