@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");

.show-num-btn {
  display: none;
}

.show_Of_the_chat_num {
  display: none;
}

.sec-5-h-list > div:last-child ul li {
  font-size: 16px;
  padding-left: 18px;
}

.sec-5-h-list > div:last-child {
  padding-left: 70px;
  border-left: 3px solid #0da668;
}

.f_hendle {
  cursor: pointer;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  bottom: 0;
  height: 160px;
  margin: auto;
  vertical-align: middle;
}

.f_hendle * {
  cursor: pointer;
}

.f_form * {
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
}

.f_form {
  position: fixed;
  left: 0;
  overflow: hidden;
  border-radius: 7px;
  margin: auto;
  right: 0;
  top: 0;
  bottom: 0;
  width: 350px;
  height: 530px;
  max-width: 100%;
  background: #fff;
}

.f_form .f_header {
  background: #0075b7;
  color: #fff;
  text-align: center;
  line-height: 50px;
  position: relative;
  font-size: 21px;
  font-weight: 500;
}

.f_form label,
.f_form a {
  cursor: pointer;
}

.f_sec input#fa_check {
  display: none;
}

.f_sec input#fa_check + label,
.f_sec input#fa_check + label + div {
  display: none;
}

.f_sec input#fa_check:checked + label,
.f_sec input#fa_check:checked + label + div {
  display: block;
  z-index: 9999;
}

.f_form .f_header label.f_close {
  position: absolute;
  left: auto;
  right: 12px;
  top: 0;
  line-height: 0;
  bottom: 0;
  margin: auto;
  height: 15px;
  width: 15px;
}

.f_form .f_header label.f_close img {
  height: auto;
  -webkit-filter: brightness(5);
  -moz-filter: brightness(5);
  -o-filter: brightness(5);
  -ms-filter: brightness(5);
  filter: brightness(5);
  width: 100%;
}

.f_form .f_body p {
  margin: 0;
  line-height: 1;
  color: #555;
  font-weight: 400;
  font-size: 12px;
}

.f_form .f_body {
  padding: 12px 15px 10px;
}

.f_form .f_body .f_on_d {
  display: block;
}

.f_form .f_body .f_on_m {
  display: none;
}

.f_form .f_body .f_div {
  display: block;
  padding: 5px 0px;
}

.f_form .f_body .f_div label {
  display: block;
  font-size: 13px;
  padding-bottom: 2px;
}

.f_form .f_body .f_div input.f_in_b,
.f_form .f_body .f_div textarea.f_in_b {
  display: block;
  width: 100%;
  min-height: 34px;
  background: #eee;
  padding-left: 5px;
  border: 1px solid #aaa;
  font-size: 13px;
  border-radius: 5px;
}

.f_form .f_body .f_div textarea.f_in_b {
  height: 120px;
  resize: none;
}

.f_form .f_body .f_div input.f_submit {
  display: block;
  margin: auto;
  width: 170px;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  background: #0075b7;
  border: none;
  color: #fff;
}

.f_sec label.f_overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.35);
}

.f_form #form_update {
  text-align: center;
}

.f_form .form_r {
  position: relative;
}

.f_form .form_r span {
  position: absolute;
  top: 0;
  bottom: 0;
  line-height: 35px;
  width: 25px;
  font-size: 13px;
  text-align: right;
}

.f_form .form_r input {
  padding-left: 30px !important;
}

.f_form .f_p_hi {
  text-align: center;
  padding: 15px 0 10px;
  font: 13px;
  color: #aaa;
}

.f_hendle.f_on_d {
  display: none !important;
}

.f_hendle.f_on_m {
  display: none;
}

.f_form,
.f_hendle {
  right: auto;
  left: 0;
}

@keyframes shake-rotate {
  10% {
    -webkit-transform: rotate(0deg);
  }

  20% {
    -webkit-transform: rotate(1deg);
  }

  30% {
    -webkit-transform: rotate(-1deg);
  }

  40% {
    -webkit-transform: rotate(2deg);
  }

  50% {
    -webkit-transform: rotate(-2deg);
  }

  60% {
    -webkit-transform: rotate(3deg);
  }

  70% {
    -webkit-transform: rotate(-3deg);
  }

  80% {
    -webkit-transform: rotate(2deg);
  }

  90% {
    -webkit-transform: rotate(-1deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
  }
}

.shake-rotate {
  animation-name: shake-rotate;
  animation-duration: 1200ms;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.b-box a {
  padding: 0;
  margin: 0;
  background: none;
  transform-origin: 50% 100%;
  border: none;
}

.b-box span {
  font-size: 14px;
  padding-right: 10px;
  text-align: right;
  font-weight: 600;
  color: #fff;
}

.b-box {
  position: fixed;
  bottom: 0;
  width: 100%;
  top: auto;
  left: 0;
  padding: 10px;
  background: #e8562a;
  z-index: 9999;
  transform: translateY(100%);
  transition: 50ms;
}

.b-box a,
.b-box span {
  display: inline-block;
  float: left;
}

.b-box.b-up {
  transform: translateY(0%);
  transition: 500ms;
}

.b-box div {
  display: inline-flex;
}

.d-bottom.navbar.main-bar .navbar-brand {
  width: 200px;
  padding-top: 18px;
}

.navbar.main-bar.d-bottom {
  height: 75px;
}

.navbar.main-bar.d-bottom .nav-links li:last-child {
  padding-right: 0;
  padding-left: 5px;
  text-align: center;
  height: 60px;
  padding-top: 10px;
}

.navbar.main-bar.d-bottom .nav-links li {
  font-size: 13px;
}

.navbar.main-bar *,
.navbar.main-bar {
  transition: height 200ms, padding 0s, margin 0s, font 0;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes chat_ani {
  0% {
    right: 0px;
    top: 0%;
    transform: translatey(-100%);
  }

  70% {
    right: 0px;
    top: 0%;
    transform: translatey(-100%);
  }

  100% {
    right: 0;
    top: 100%;
    transform: translatey(-100%);
  }
}

@keyframes chat_ani {
  0% {
    right: 0px;
    top: 0%;
    transform: translatey(-100%);
  }

  70% {
    right: 0px;
    top: 0%;
    transform: translatey(-100%);
  }

  100% {
    right: 0;
    top: 100%;
    transform: translatey(-100%);
  }
}

/*
div#livechat-compact-container{
    -webkit-animation: chat_ani 5s ;
    -webkit-animation-direction: alternate;
    animation: chat_ani 10s ;
    animation-delay: 15s;
    animation-direction: alternate;
    width: 260px;
    height: 110px;
}
*/
.sec-2 {
  background: linear-gradient(
    to right,
    rgba(13, 166, 104, 0.7) 0,
    rgba(13, 166, 104, 0.77) 1%,
    rgba(255, 255, 255, 0.47) 53%,
    rgba(255, 255, 255, 0) 100%
  );
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes chat_ani {
  0% {
    right: 0px;
    top: 0%;
    transform: translatey(-100%);
  }

  70% {
    right: 0px;
    top: 0%;
    transform: translatey(-100%);
  }

  100% {
    right: 0;
    top: 100%;
    transform: translatey(-100%);
  }
}

@keyframes chat_ani {
  0% {
    right: 0px;
    top: 0%;
    transform: translatey(-100%);
  }

  70% {
    right: 0px;
    top: 0%;
    transform: translatey(-100%);
  }

  100% {
    right: 0;
    top: 100%;
    transform: translatey(-100%);
  }
}

/*
div#livechat-compact-container{
  -webkit-animation: chat_ani 5s ;
-webkit-animation-direction: alternate;
animation: chat_ani 10s ;
animation-delay: 15s;
animation-direction: alternate;
width: 260px;
height: 110px;

}
*/
.sec-2 {
  background: linear-gradient(
    to right,
    rgba(13, 166, 104, 0.7) 0,
    rgba(13, 166, 104, 0.77) 1%,
    rgba(255, 255, 255, 0.47) 53%,
    rgba(255, 255, 255, 0) 100%
  );
}

.navbar-header a.navbar-brand {
    padding-top: 22px !important;
    transition: .3s all;
}

nav.navbar.main-bar.navbar-fixed-top.navbar-inverse.d-bottom a.navbar-brand {
    padding-top: 18px !important;
}

@media only screen and (max-width: 991px) {
  .hide-btn-new {
    display: none !important;
  }

  .show-num-btn {
    display: block;
  }
      section.sec-5 {
    padding-top: 0;
    padding-bottom: 60px;
}
}

@media (max-width: 768px) {
  .b-box span {
    display: none;
  }

  .newSec h3 {
    font-size: 20px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 480px) {
  .f_form .f_body .f_on_d,
  .f_hendle.f_on_d {
    display: none;
  }
  .f_form .f_body .f_on_m,
  .f_hendle.f_on_m {
    display: block;
  }
  .f_form {
    left: 0;
    right: 0;
  }
  .f_form .f_body .f_on_d {
    display: none;
  }

  .f_form .f_body .f_on_m {
    display: block;
  }
  .b-box {
    top: 0;
    bottom: auto;
  }

  .navbar.main-bar {
    top: 58px;
  }

  body {
    padding-top: 125px;
  }
}

@media only screen and (max-width: 767px) {
    .sec-2 .list-unstyled {
        padding-left: 60px;
    }
}

@media only screen and (max-width: 450px) {
  .navbar.main-bar .navbar-brand img {
    width: 180px;
    margin: auto;
  }

  .navbar.main-bar .navbar-brand {
    width: 100% !important;
    margin-top: -70px;
  }

  .show_Of_the_chat_num {
    text-align: center;
    margin-top: 41px;
    position: relative;
    left: 16px;
    top: 7px;
    display: block;
  }

  .show_Of_the_chat_num a {
    color: #000;
    font-weight: 800;
    font-size: 14px;
  }

  .navbar.main-bar.d-bottom .nav-links li,
  .navbar.main-bar .nav-links li {
    text-align: left !important;
  }
}
