body{
    font-family: 'Lato', 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: #007ab2;
}

a:hover, a:focus {
    color: #009de5;
}

#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 0 -15px;
    padding: 18px 30px 0 30px;
    line-height: 34px;
    border-top: 1px solid #ddd;
}

.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{
    font-size: 13px;
}

.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**/


   html {
  scroll-behavior: smooth;
}
.app-view{
    color: #0d2a3e !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:#0d2a3e !important;
    text-align: center;
    display: inline-block;
    padding: 7px 18px;
    border-radius: 5px;
    font-size: 36px;
    color: #fff;
    margin: 7px 0 0 0;
}