.logo-img>a>img {
  width: 78%;
  height: auto;
  margin: -10px 0px 10px 150px;
}

.header-area .main-header-area .main-menu ul li a {
  font-weight: bold;
}

.header-area .main-header-area.sticky .main-menu ul li a {
  color: #1B3B6F;
  font-weight: bold;
}

#sticky-header {
  height: 102px;
}

.footer_logo>a>img {
  width: 60%;
}

.meting_time {
  list-style: none;
  margin: 0;
  padding: 0;
}

.form-heading {
  color: #fff;
  font-size: 23px;
}

.panel h2 {
  color: #444444;
  font-size: 20px;
  margin: 0 0 8px 0;
  font-weight: bold;
  text-align: left;
}

.panel p {
  color: #777777;
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 24px;
  font-weight: 500;
}

.login-form .form-control {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  font-size: 14px;
  height: 50px;
}

.main-div {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 2px;
  margin: 10px auto 30px;
  max-width: 100%;
  padding: 50px 70px 70px 71px;
}

.login-form .form-group {
  margin-bottom: 10px;
}

.login-form {
  text-align: center;
}

.forgot a {
  color: #33B4FF;
  font-size: 14px;
  text-decoration: underline;
}

.login-form .btn.btn-primary {
  background: #33B4FF none repeat scroll 0 0;
  border-color: #33B4FF;
  color: #ffffff;
  font-size: 20px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0;
  font-weight: bold;
}

.forgot {
  text-align: left;
  margin-bottom: 20px;
}

.botto-text {
  color: #ffffff;
  font-size: 14px;
  margin: auto;
}

.login-form .btn.btn-primary.reset {
  background: #33B4FF none repeat scroll 0 0;
}

.back {
  text-align: left;
  margin-top: 10px;
}

.back a {
  color: #444444;
  font-size: 13px;
  text-decoration: none;
}

.welcome_clicnic_area>.container>h3 {
  text-align: center;
}

/* Members area page */
form>.form-group>textarea,
.form-group>textarea {
  margin-top: 0px;
  margin-bottom: 0px;
  height: 294px !important;
}

.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}

.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
  background: rgba(233, 30, 99, 0.1);
  padding-left: 10px;
}

.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 19px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #33B4FF;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  color: #6F8BA4;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

.card-body>ol>li {
  list-style: decimal;
}

.card-body>ul>li {
  list-style: disc;
}

#log-textarea {
  height: 400px;
  overflow-y: scroll;
  font-size: 13px;
  width: 475px;
}

.welcome_clicnic_area>.container>h3 {
  font-size: 30px;
  font-weight: bold;
}

.header-area .main-header-area .main-menu {
  margin-right: 60px;
}
.header-area .main-header-area .main-menu ul li {
  margin-right: 25px;
}

.header-area .main-header-area .book_room .book_btn a {
 /*  padding: 10px 25px 12px 32px; */
  padding: 5px 18px 5px 14px;
  font-weight: bold;
}

.footer .footer_top .footer_widget .footer_title {
  font-weight: bold;
}

.footer .footer_top .footer_widget ul li {
  font-size: 14px;
}

p {
  font-size: 12px;
}

p > a:hover, p > a:focus {
  color: #8c9db6;
}
.footer .footer_top .footer_widget {
  margin-top: 10px;
}

.footer .footer_top .footer_widget ul li {
  line-height: 30px;
}

span > a {
  text-decoration: underline;
}

.btn-width {
  width: 50% !important;
}

.mr-2k {
  margin-right: 200px;
}

.c_height {
  height: 74px;
}

.panel > .privacy-test, b {
  color: #3b3a3a;
  font-size: 18px;
  line-height: 200%;
}

.privacy-test {
  margin-bottom: 0px !important;
}

#browsertest {
  background: #f7f7f7;
  color: #222;
  line-height: 18px;
  margin-bottom: 18px;
  overflow: auto;
  padding: 1.5em;
  font-size: 15px;
  line-height: 21px;
}

.main-div-privacy {
  padding-top: 20px !important;
}

.rproxy {
  width: 150px;
  padding: 1px;
  float: left;
  clear: both;
}

.rstatus {
  padding: 1px;
  float: left;
}

.proxylabel {
  cursor: unset;
}

.ml-70 { 
  margin-left: 70px;
}

.header-area .main-header-area .main-menu ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  border-top: 3px solid #7cc68d;
}

.header-area .main-header-area .main-menu ul li .submenu {
  position: absolute;
  left: 0;
  top: 140%;
  background: #fff;
  width: 240px;
  z-index: 2;
}

#main-header .nav li ul a {
  color: #1B3B6F!important;
}

.header-area .main-header-area .main-menu ul li .submenu {
  color: #3069C5;
  font-size: 8pt;
  font-weight: normal;
  padding-left:20px !important;
  box-shadow: 0 2px 5px rgba(0,0,0,.1);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
}

.header-area .main-header-area .main-menu ul li .submenu > li {
  padding:10px 0px !important;
}

.header-area .main-header-area .main-menu ul li .submenu li a {
  padding: 0;
  line-height: 3;
  position: inherit;
  transition: 0.3s;
  display: block;
  color: #000;
  font-size:16px;
  line-height: 0.5;
  padding: 10px 0px;
  cursor: pointer;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.header-area .main-header-area .main-menu ul li .submenu li a > span {
  font-size:12px;
}

.main-menu #navigation > li:hover > ul{
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-animation: Grow .4s ease-in-out; 
  animation: Grow .4s ease-in-out; 
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
  top:auto !important;
}

.main-menu #navigation > li>a{
  padding: 40px 0 40px !important;
}

.chart-height {
  height: 350px;
}

.footer .footer_top {
  padding-top: 40px;
  padding-bottom: 35px;
}
p>a {
  color: #8c9db6;
}
.copy_text {
  color: #8c9db6;
  font-size: 16px;
}
footer .footer_top .footer_widget .footer_title {
  font-size: 18px !important;
}
.footer .footer_top .footer_widget ul li a {
  font-size: 16px;
}
.lt-space {
  letter-spacing: 1px;
}
.bordered_1px {
  padding-bottom: 20pxl;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .header-area .main-header-area .logo-img img {
    width: 78%;
    margin-top: 6px;
  }
  .logo-img>a>img {
    margin: 0 0 0 0;
  }
  #sticky-header {
    height: 80px;
  }
  .slicknav_collapsed {
    margin-top: -13px;
  }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
  .header-area .main-header-area .logo-img img {
    width: 48%;
    margin-top: 16px;
    margin-left: 5px;
  }
  .slicknav_collapsed {
    margin-top: -22px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header-area .logo-img img {
    width: 30%;
    margin-top: 14px;
    margin-left: 20px;
  }
  .slicknav_collapsed {
    margin-top: -18px;
  }
}

@media (min-width: 992px) and (max-width: 1023px) {
  .header-area .main-header-area .logo-img img {
    width: 90%;
    margin-top: -10px;
    margin-left: 10px;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .logo-img>a>img {
    width: 100%;
    margin: 0 0 18px 0;
  }
  .header-area .main-header-area .main-menu ul li:last-child {
    margin-right: 0px;
  }
}
/* iPad Pro  */
/* Landscape*/
@media only screen and (min-device-width: 1366px) and (max-device-height: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {}

/* Portrait*/
@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .logo-img>a>img {
    width: 100%;
    margin: 0 0 18px 0;
  }
  .header-area .main-header-area .main-menu ul li:last-child {
    margin-right: 0px;
  }
}