body{
   font-family: Verdana,Arial,Helvetica,sans-serif;
}

.h1, h1 {
    font-size: 2em;
}
.h2, h2 {
    font-size: 18px;
    font-weight: 700;
}

.h3, h3 {
    font-size: 16px;
    font-weight: 700;
}

.h5, h5 {
    font-size: 14px;
    font-weight: 400;
}

a {
    color: #ab3834;
    font-size: 13px;
}

a:hover, a:focus {
    color: #ab3834;
}

#mainNavbar .dropdown-menu {
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    border-radius: 3px;
    top: 97%;
    border: none;
}

#mainNavbar .dropdown-item{
    border-left: 5px solid transparent;
}

#mainNavbar .dropdown-item:focus, #mainNavbar .dropdown-item:hover {
    border-color: #007ab2;
    color: #007ab2;
    text-decoration: none;
    background-color: #ddd;
}

.current_issue_title {
    margin: 20px 0;
    font-weight: 700;
}

.section {
    position: relative;
    margin: 30px -15px;
       padding: 10px 24px 10px 28px;
    border-top: 1px solid #ddd;
        font-size: .95em;
}

.section .article-type {
    position: absolute;
    top: -15px;
    left: 15px;
    margin-top: 0;
    padding: 0 15px;
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0,0,0,0.54);
}

.btn-light {
    background: #eee;
    border-color: rgba(0,0,0,0.4);
    border-top-color: #bbb;
    box-shadow: inset 0 -1em 1em rgba(0,0,0,0.1);
    font-weight: 700;
    color: #007ab2;
}

.sidebar-links li{
    padding: 5px 0;
}

.sidebar-links a{
   color: #ab3834;
    font-size: .85em;
}

.ul-li-p li:not(:last-child){
    margin-bottom: .5rem;
}

/**====================
      Reachus
===================**/
#feedback {
  color: #fff;
  position: fixed;
  top: 10%;
  right: 0;
  z-index: 1;
  border-top-left-radius: 5rem!important;
  border-bottom-left-radius: 5rem!important;
  padding: .5rem 1rem;
}

.bg-white #feedback {
  top: 7.16rem;
  right: 7.2rem;
}

#feedback div {
  background: #2158b3;
}

.phonering-alo-ph-circle, .reach-us {
  width: 120%;
  height: 120%;
  top: -.5rem;
  left: -2rem;
  position: absolute;
  -webkit-animation: reach-us-anim 1.2s infinite ease-in-out;
  animation: reach-us-anim 1.2s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  z-index: -1
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle {
  -webkit-animation: reach-us-anim 2.2s infinite ease-in-out !important;
  animation: reach-us-anim 2.2s infinite ease-in-out !important
}

@-webkit-keyframes reach-us-anim {
  0% {
    -webkit-transform: rotate(0) scale(.5) skew(1deg);
    -webkit-opacity: .1
  }

  30% {
    -webkit-transform: rotate(0) scale(.7) skew(1deg);
    -webkit-opacity: .5
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: .1
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@-webkit-keyframes reach-us-anim {
  0% {
    -webkit-transform: rotate(0) scale(.5) skew(1deg);
    transform: rotate(0) scale(.5) skew(1deg);
    opacity: .1
  }

  30% {
    -webkit-transform: rotate(0) scale(.7) skew(1deg);
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .5
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .1
  }
}

/**Get The App css start here**/

    #target .txtspan{color:#33689a; }
            #target {
  color:#33689a;
  font: 15px arial;
  padding: 10px 5px;
  margin: 10px;
  width: 100px;
  background: #fff;
  z-index:101;
  border-radius:6px;
  right: 0px;
  border: 1px solid #fff; 
  text-align: center;
  box-shadow: 0px 0px 3px #000;
  z-index: 2000;
  top: 440px;
}

#target a{text-decoration:none; margin:0 3px;}
#target p{font-size: 13px; color:#33689a; font-weight: 600; }
.a_icon{
  background: #33689a;
    text-align: center;
    display: inline-block;
    padding: 0px;
    border-radius: 5px;
    width: 100%;
}
.a_icon_1{background: #f16725;}
.a_icon span .fab{
  font-size: 30px;
    color: #fff;
    padding: 10px 0;
}
.a_icon p{ color:#fff; padding:6px 0px;}

    /**Get The App css end here**/

 .custom-list a{
  font-size: .85em;
    letter-spacing: .05em;
 }   
.custom-list{
      padding: 0 25px 0 0px;
}
 .home-nav-list{
  font-size: .75em;
    letter-spacing: .05em;
 }
 .home-title{
      font-family: Garamond,times new roman,Times,serif;
    font-size: 30px;
 }
 .online-submission {
    background: #ab3834;
    color: #fff;
    padding: 4px 0;
    text-align: center;
    margin: 16px 20px 0 0;
    font-size: 0.75em;
}
 .online-submission a{
    color: #fff;
 }

 .custom-archor{
      min-width: 100px;
    color: #ab3834;
    border: 1px solid #ab3834;
 }
  .custom-archor:hover{
    background-color:  #ab3834;
    border-color: #ab3834;
  }
  .custom-archor:active{
    background-color:  #ab3834 !important;
    border-color: #ab3834 !important;
  }
   .custom-archor:focus{
        box-shadow: none;
   }
   .Editorial-section{
        font-size: .80em;
   }
   .custom-font h1{
        font-size: 18px !important;
   }
    .custom-font p span{
      font-size: 14px !important;
      text-align: justify;
    }
      .custom-font p{
        text-align: justify !important;
    line-height: 27px;
     font-size: 14px !important;
      }
      br{
        display: none;
      }
.app-view{
    color:#ab3834 !important;
    font: 15px arial;
    padding: 10px 5px;
    margin: 10px;
    width: 100px;
    background: #fff;
    border-radius: 6px;
    right: 0;
    border: 1px solid #fff;
    text-align: center;
    box-shadow: 0 0 3px #000;
    z-index: 2000;
    position: fixed;
    top: 66%;
    height: 100px;
    font-size: 14px;
    font-weight: 500;
}
.app-view i{
    background:#ab3834 !important;
    text-align: center;
    display: inline-block;
    padding: 7px 18px;
    border-radius: 5px;
    font-size: 36px;
    color: #fff;
    margin: 7px 0 0 0;
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    z-index: 102;
    background-color: #ab3834;
    border-color: #ab3834;
}
.back-to-top:hover{
 
    background-color:#ab3834;
    border-color:#ab3834;
    color: #010065;
    box-shadow: none;
    outline: none;
}
.back-to-top:hover i{
     color: #010065;
}
.back-to-top:active{
 
    background-color:#ab3834 !important;
    border-color: #ab3834 !important;
    box-shadow: none;
    outline: none;
}
      