
body {
  padding-top: 65px !important;
}

header.main .title {
  padding: 50px 0;
  background-color: #4fc3f7;
}

header.main .tip {
  background-color: #03a9f4;
  padding: 16px 0
}

.navbar.main {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding: 20px 15px 15px 15px;
  background: #233d7b;
  margin-bottom: 15px;
  box-shadow: 0px 0px 15px 0px rgba(35, 61, 123, 0.8);
  z-index: 9999;

}
.navbar.main::after {
  content: "";
  display: table;
  clear: both;
}

.navbar.main a {
  text-decoration: none
}

.navbar.main .icon {
  padding: 0 8px;
  cursor: pointer;
}

.sidebar-main {
  position: fixed;
  top: 56px;
  bottom: 0;
  width: 280px;
  background-color: #fff;
  z-index: 9999 !important;
}

#sidebar-main {
  top: 56px;
}

.sidebar-main.right {
  right: -280px;
  text-align: right;
}

.sidebar-main.left {
  left: -280px;
}

.float-right {
  float: right;
}
.float-left {
  float: left;
}



/************ Sidebar ************/

.nav-container {
  overflow-y: auto;
  height: 100vh;
}

.nav-header {
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
}

.sidebar-nav {

}

.sidebar-nav li {
  margin-top: 2px;
  margin-bottom: 2px;
  color: #5a6480;
}

.sidebar-nav li .summary {
  padding: 10px 10px 10px 16px;

}

.sidebar-nav li .arrow {
  height: 24px;
  float: left;
  fill: #5a6480;
}

.sidebar-nav > li:nth-child(2), 
.sidebar-nav > li:nth-child(4), 
.sidebar-nav > li:nth-child(6) {
  border-bottom: 1px solid #e6e6e6;
}

.sidebar-nav .nav-icon {
  vertical-align: -7px;
}

.sidebar-nav > li {
  padding: 10px 10px 10px 16px;
}

.sidebar-nav > li.nav-expand {
  padding: 0;
}

.nav-collapsed {
  background-color: #E3EFFF;
  border-radius: 0 30px 30px 0;
}

.nav-list-item {
  padding: 4px 16px 4px 4px;
  color: #5a6480;
  font-size: 15px;
  font-weight: 400;
}

.nav-list-item a {
  color: #5a6480;
}

.nav-free {
  color: #fff;
  background-color: #b63339;
  border-radius: 13px;
  padding: 0px 7px 2px;
  line-height: 18px;
  font-size: 13px;
  display: inline-block;
}

.nav-footer {
  padding: 15px;
  background-color: #e6e6e6;
  width: 100%;
  display: block;
  font-size: 16px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  border-top: 1px solid #e6e6e6;
  color: #5a6480;
  text-decoration: none;
}

.nav-footer .title {
  margin-bottom: 5px;
  display: block;
}

.sub-nav-list {

}

.sub-nav-list li {
  margin: 0;
  padding: 10px 50px 10px 10px;
}

.sub-nav-list li a {
  color: #5a6480;
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
}

.header-section {
  margin-top: -10px;
  display: block;
  padding-left: 42px;
  text-align: center;
}

.profile-header {
  padding: 9px 10px 9px 16px;
  color: #5a6480; 
}

.profile-header .icon {
  vertical-align: -8px;
  margin-right: 3px; 
}

.profile-header button {
  font-size: 15px;
  color: #5a6480;
  background: none !important;
  border: none;
  padding: 4px 7px;
  vertical-align: -1px; 
  font-weight: normal;
  text-transform: none !important;
}


.footer {
  text-align: center;
  color: #233d7b;
  background-color: #fff; 
}

.footer a {
  text-decoration: none;
}

.footer .copy {
  max-width: 262px;
  margin: 0px auto;
  padding-top: 10px;
  font-size: 12px;
  line-height: 20px; 
}

.footer-top {
  font-size: 16px;
  padding: 10px;
  font-weight: 700; 
  color: #5a6480;
}

.footer-top img {
  vertical-align: middle;
  margin-left: 10px; 
}

.footer-bottom {
  color: #fff;
  background-color: #233d7b;
  padding: 15px 0;
  font-size: 14px; 
}

.footer-links {
  font-size: 14px;
  border-bottom: 1px solid #375192;
  padding-bottom: 10px; 
}
.footer-links a {
  color: #fff;
  display: inline-block;
  padding: 3px 4px;
  margin: 3px 4px; 
  text-decoration: none;
}

.post-meta .post-author { vertical-align: middle !important; }
.post-meta .time { vertical-align: middle !important; }

.related_searches { margin: 20px 0; }
.related_searches .p15 {padding: 15px 0 !important;}
.related_searches hr {margin-top: 0px;margin-bottom: 0;border: 0;border-top: 1px solid #eee;}
.related_searches ul {padding-left: 0;list-style: none; margin:0;}
.related_searches h3 {margin:0 0 10px; font-size: 18px;}
.related_searches li {padding:3px 0;font-size: 12px;color: #989ead;width: 50%; float: left;}
.related_searches a {color: #518ecb;text-decoration: none;}


.sidebar-column {
  margin-top: 30px;
}


/****** Sidebar Custom PW Widgets ******/
.ui-tabs {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  direction: ltr;
}
.ui-tabs .ui-corner-top {
  list-style: none;
  background: #223c7a;
  padding: 0px !important;
  line-height: 16px;
  display: table-cell;
  text-align: center;
  color: #ffffff;
  border-left: 1px solid #37435f;
  font-size: 10px;
}
.ui-tabs .ui-corner-top:hover a {
  color: #d2d2d2;
}
.ui-tabs .ui-tabs-active {
  background: #5672b4;
  border-bottom: 4px solid #e6262d;
}
.ui-tabs-nav {
  margin: 0 !important;
  padding: 0 !important;
  display: table;
  width: 100%;
}
.ui-tabs-anchor {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 14px 8px 13px;
  background-color: #f3f4f6;
}

.ui-tabs-active .ui-tabs-anchor {
  background-color: #fff;
}
.ui-navbar {
  float: left;
  width: 100%;
}
.ui-tabs-panel {
  float: left;
}
.ui-tabs-panel p {
  margin: 0;
}
.side-cat-listing {
  margin: 0 !important;
  padding: 10px 10px 0;
  border: 1px solid #e6e6e6;
}
.side-cat-listing li {
  margin: 0;
  padding: 10px 0 !important;
  list-style: none;
  border-bottom: 1px solid #e6e6e6;
  display: inline-block;
  width: 100%;
}
.side-cat-listing li img {
  float: left;
}
.side-cat-listing li .list-img {
  float: left;
  width: 60px;
  height: 60px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.side-cat-listing li .head-title {
  margin: 0;
  padding: 3px 0 0 68px;
  line-height: 18px;
  font-size: 14px;
  display: block;
  position: relative;
  z-index: 2;
  min-height: 60px;
}
.side-cat-listing li span {
  display: block;
  padding: 3px 0 0;
  color: #7b7979;
  font-size: 12px;
}
.side-cat-view-all {
  display: block;
  font-size: 13px;
  text-align: center;
  line-height: 16px;
  padding: 15px 10px;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 15px;
  color: #ffffff !important;
  border: 1px solid #4d5564;
  background: #223c7a;
}
.side-cat-view-all:hover {
  background: #5672b4;
  color: #ffffff;
}

/***** PW - Widget *****/

.widget_search_pw_ads_widget select {
  border: 1px solid #e6e6e6;
  background-color: #fff;
  border-radius: 4px;
  height: 44px;
  padding: 4px 15px;
  font-size: 14px;
  vertical-align: middle;
  width: 353px;
  max-width: 100%;
  margin-bottom: 15px;
}

.widget_search_pw_ads_widget a {
  margin-top: 3px !important;
}
.widget_search_pw_ads_widget h3 {
  margin-bottom: 0 !important;
}
.widget_recent_pw_ads_widget {
  margin-top: 30px !important;
}

/*********** Responsive Slider ***********/
.rslider .vc_item {
    height: auto !important;
}

.rslider .vc_item img {
  height: auto;
  width: 100%;
}

.section-heading.sh-t7>a:last-child:first-child>.h-text {
  padding: 0 23px !important;
}

.better-newsticker .heading:after {
  left: 5px !important;
  right: auto !important;
}

.section-heading.sh-t7>.h-text:last-child:first-child {
  padding: 0 22px;
}

/*.floating-sell {
  padding: 12px 10px !important;
  line-height: 18px !important;
}*/