/* go to top  */
#top_arrow_new {
    position: fixed;
    bottom:60px;
    right: -6px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
   
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#top_arrow_new:hover {
    background: #e9ebec;
}
#top_arrow_new.show {
    opacity: 1;
}

/* notify mob */
	.modal-backdrop { display: none; }
	.form_content{ width: 80%; }
	.modal-dialog{height: 81%;}


 /* CCB-sticky */
textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus {   
    border-color: rgba(229, 103, 23, 0.8);
    box-shadow: 0 1px 1px rgba(229, 103, 23, 0.075) inset, 0 0 8px rgba(229, 103, 23, 0.6);
    outline: 0 none;
}
  img { border: 0; }
  #notify{display:none;}



  .black-new {
    width: 806px;
    margin: 0 auto;
}
@media screen and (max-width:1300px) {
    .call-us.custom.container {
        padding-left: 390px !important;
        font-size: 10px !important;
    }
    .black-new {
        width: 690px;
        margin: 0 auto;
    }
}
@media screen and (max-width:1024px) {
   
    .call-us.custom.container {
        padding-left: 320px !important;
        font-size: 10px !important;
    }
    .black-new {
        width: 100%;
        margin: 0 auto;
    }
    .header-nav .nav-bar {
        margin-left: 260px;
    }
    .header-nav .nav-bar .call-us .black-new span {
        color: #fff;
        margin-right: 0 !important;
    }
}


html {
    padding-bottom: 50px;
}
    .outline-sec{
    margin: 13px 0px 0px 0px;
  }
.ticker-section {
    display: flex;
    width: 100%;
    background: #eee;
    left: 0;
    right: 0;
    position: fixed;
    bottom: 0;
    z-index: 999;
}
 .title-space{
    float: left;
    text-align: end;    
 } 

  .ticker-header{
    color: #d8107c;
    font-size: 20px;
    text-align: right;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    border-right: 3px solid #bdbfc1;
    padding-right: 20px;
    margin-right: 20px;
  }
.hwrap {
    overflow: hidden; /* HIDE SCROLL BAR */
    background: #eee;
  }
   
  /* (B) MOVING TICKER WRAPPER */
  .hmove { display: flex; }
  
  /* (C) ITEMS - INTO A LONG HORIZONTAL ROW */
  .hitem {
    white-space: nowrap;
    padding: 17px;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color:#000;
  }
  .pad25{
    padding: 0px 25px 0px 0px;
  }
   
  .ticker-wrap .ticker__item:before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #d8107c; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 15px; /* Also needed for space (tweak if needed) */
    font-size: 20px;
  }
  .hwrap {
    overflow: hidden;
    background: #eee;
    padding: 12px 0px;
}


@-webkit-keyframes ticker {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      visibility: visible;
    }
    100% {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  }
  @keyframes ticker {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      visibility: visible;
    }
    100% {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  }
  .ticker-wrap {
    width: 100%;
    overflow: hidden;
    height: auto;
    padding-left: 100%;
    box-sizing: content-box;
  }
  .ticker-wrap .ticker {
    display: inline-block;
    height: auto;
    line-height: inherit;
    white-space: nowrap;
    padding-right: 100%;
    box-sizing: content-box;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 60s;
    animation-duration: 60s;
  }
  .ticker-wrap .ticker:hover { animation-play-state: paused; }
  .ticker-wrap .ticker__item {
    display: inline-block;
    padding: 0 2rem;
    font-size: 1.8rem;
    color: rgb(34, 34, 34);
  }
  @media screen and (max-width: 767px){
    .outline-sec {
        margin: 2px 0px 0px 0px;
    }
    .ticker-section .container{
        width: 100%;
    }
    .hwrap {
        overflow: hidden;
        background: #eee;
        padding: 2px 0px;
    }
    .hitem {
        padding: 4px;
        font-size: 12px;
    }
    .ticker-header {
        color: #d8107c;
        font-size: 14px;
    }
    .ticker-wrap .ticker__item {
        font-size: 1.2rem;
    }
    .ticker-wrap .ticker__item:before {
       
        width: 15px; /* Also needed for space (tweak if needed) */
        font-size: 14px;
      }
      .ticker-section {
        bottom:0px;
      }
      .mobileBar {
        bottom: 24px !important;
      }

  }

  footer .footer-title {
    color: #e39518 !important;
    font-size: 19px !important;
    font-weight: 700;
    text-align: justify;
    font-family: 'Source Sans Pro',sans-serif;
    padding-bottom: 14px;
    border-bottom: 1px solid #ffff;
    margin-bottom: 14px !important;
}

  .first-menu .custom {
    width: 43%;
    float: left;
    margin: 0 3%;
}
footer.hidden-sm.hidden-xs .custom {
    margin: 0 3%;
}
.col-md-8.col-sm-8.jpf .custom {
    margin: 0 0%;
}
.note-text {
    margin-top: 16px;
}
.footer-black-bg {
    background: #000000;
    padding: 20px 0 10px;
}
footer .footer-black-bg .footer-title {
    color: #e39518;
    font-size: 19px;
    font-weight: 700;
    text-align: justify;
    font-family: 'Source Sans Pro',sans-serif;
    padding-bottom: 10px;
    border-bottom: 0px solid #ffff;
    margin-bottom: 0px !important;
}
span.time-color{
    color: #e39518;
}
.janabank-content {
    width: 48%;
    float: left;
    font-size: 16px;
}
.list-inline>li {
    display: inline-block;
    padding-right: 0px;
    padding-left: 16px;
}
footer {
    color: #fff;
    padding: 25px 0 0px;
    background-color: #3c3c3b;
    float: left;
    width: 100%;
}
.copyrightsec.footer-menu {
    background: #fff;
    margin-top: 20px;
    display: none;
}
.copyrightsec {
    width: 100%;
    float: left;
    padding: 20px 0;
    font-weight: 600;
    background: #fff;
}
.right-menu {
    float: right;
    color: #000;
}
footer .footer-menu .right-menu a{
    color: #000;
}
footer .footer-black-bg .footer-menu.social .fa {
    width: 41px;
    height: 41px;
    padding: 12px 4px;
    font-size: 19px;
}
ul.footer-menu.social.list-inline li img{
    width: 100%;
}
.col-md-6.col-sm-6.first-menu {
    width: 49%;
}
@media screen and (max-width: 1200px){
    footer .footer-title {
        color: #e39518 !important;
        font-size: 15px !important;
    }
    .list-inline>li {
        display: inline-block;
        padding-right: 0px;
        padding-left: 4px;
    }
    footer .footer-menu a {
        color: #e0e0e0;
        cursor: pointer;
        font-size: 12px;
    }
    footer .footer-black-bg .footer-title {
        color: #e39518;
        font-size: 15px;
    }
    address span{
        font-size: 14px !important;
    }
    .janabank-content {
        width: 48%;
        float: left;
        font-size: 14px;
    }
    .footer-text-note p {
        color: #fff;
        font-size: 14px;
    }
    .copyrightsec.footer-menu span{
        font-size: 12px !important;
    }
    .copyrightsec.footer-menu a{
        font-size: 12px !important;
    }
    .right-menu {
        font-size: 12px !important;
    }
}




@media screen and (max-width: 992px){
.padding {
    padding-left: 0px!important;
}
.mobile_footer p{
    font-size: 18px;
    font-weight: 600;
}
.mobile_footer {
    margin-top: 15px;
    border-bottom: 1px solid #555555;
}
.connect.border {
    float: left;
    padding: 20px 0;
}
.border {
    border-top: 0px solid #707070;
    padding-top: 0;
    padding-left: 0;
}
.right-menu {
    float: left;
    color: #e39518;
    padding: 10px 0 0;
    font-size: 14px !important;
}
.right-menu a{
    color: #e39518;
}
html {
    padding-bottom: 50px;
}
}

@media screen and (max-width: 766px){
    .janabank-content {
        width: 100%;
        float: left;
        font-size: 14px;
        margin-bottom: 20px;
    }
    #foot_margin {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 40px;
    }
    html {
        padding-bottom: 27px;
    }
    .connect.border {
        float: left;
        padding: 0px 0;
        width: 100%;
    }
  }
  @media only screen and (max-width: 568px){
.ticker-section {
    bottom: 0px !important;
}
  }
