a {
  color: #2caf1e;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-decoration: underline;
}
a:hover {
  color: #003161;
}
.box-outer {
  width: 100%;
}
.box-outer .box-inner .box-inner-head {
  background: url("../images/box-inner-head.png") bottom no-repeat;
  height: 17px;
  background-size: 100%;
}
.box-outer .box-inner .box-inner-content {
  background: url("../images/box-inner-content.png") center repeat-y;
  background-size: 100%;
}
.box-outer .box-inner .box-inner-content h2,
.box-outer .box-inner .box-inner-content h3,
.box-outer .box-inner .box-inner-content h4,
.box-outer .box-inner .box-inner-content h5 {
  margin: 0px;
}
.box-outer .box-inner .box-inner-content .box-inner-content-main {
  padding: 20px 40px;
}
.box-outer .box-inner .box-inner-footer {
  background: url("../images/box-inner-foot.png") top no-repeat;
  height: 18px;
  background-size: 100%;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #003161;
}
.box-shadowed {
  -webkit-box-shadow: 0px 0px 9px -1px rgba(140, 140, 140, 0.5);
  -moz-box-shadow: 0px 0px 9px -1px rgba(140, 140, 140, 0.5);
  box-shadow: 0px 0px 9px -1px rgba(140, 140, 140, 0.5);
}
.box-outer-lg-gray .box-inner .box-inner-head {
  background: url("../images/box-inner-head-lg-gray.png") bottom no-repeat;
  height: 17px;
  background-size: 100%;
}
.box-outer-lg-gray .box-inner .box-inner-content {
  background: url("../images/box-inner-content-lg-gray.png") center repeat-y;
  background-size: 100%;
}
.box-outer-lg-gray .box-inner .box-inner-footer {
  background: url("../images/box-inner-foot-lg-gray.png") top no-repeat;
  height: 19px;
  background-size: 100%;
}
.box-outer-white .box-inner .box-inner-head {
  background: url("../images/box-inner-head-white.png") bottom no-repeat;
  height: 19px;
  background-size: 100%;
}
.box-outer-white .box-inner .box-inner-content {
  background: url("../images/box-inner-content-white.png") center repeat-y;
  background-size: 100%;
}
.box-outer-white .box-inner .box-inner-footer {
  background: url("../images/box-inner-foot-white.png") top no-repeat;
  height: 21px;
  background-size: 100%;
}
.box-outer-lg-blue .box-inner .box-inner-head {
  background: url("../images/box-inner-head-lg-blue.png") bottom no-repeat;
  height: 22px;
  background-size: 100%;
}
.box-outer-lg-blue .box-inner .box-inner-content {
  background: url("../images/box-inner-content-lg-blue.png") center repeat-y;
  background-size: 100%;
}
.box-outer-lg-blue .box-inner .box-inner-footer {
  background: url("../images/box-inner-foot-lg-blue.png") top no-repeat;
  height: 26px;
  background-size: 100%;
}
ul.normal-ul {
  padding-left: 0px;
}
ul.normal-ul li {
  list-style: none;
}
ul.normal-ul li a {
  font-family: "Montserrat", sans-serif;
  display: block;
  padding-bottom: 10px;
  font-size: 18px;
  color: #6d7b83;
  text-decoration: none;
}
body {
  font-family: "Montserrat", sans-serif;
  color: #6d7b83;
  font-size: 18px;
  background: #fff url("../images/usphg2018/bg.jpg") no-repeat top left;
  line-height: 35px;
}
header {
  margin: 20px 0px;
}
header .nav-section .nav-block {
  text-align: left;
}
header .nav-section .logo-block {
  text-align: center;
}
header .nav-section .search-block {
  text-align: right;
  font-size: 30px;
}
header .nav-section .search-block .open-form-wrap {
  right: 50px;
}
header .nav-section .search-block .open-form-wrap a {
  color: #316ab1;
}
section {
  margin: 80px 0px;
}
.hero-section {
  margin-top: 40px;
}
.hero-section .image-block {
  position: relative;
}
.hero-section .image-block img {
  max-width: 100%;
}
.hero-section .image-block .bordered-box-block {
  background: #fff;
  padding: 25px;
  width: 80%;
  left: 50%;
  margin-left: -40%;
  position: absolute;
  bottom: -13%;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.hero-section .image-block .bordered-box-block h3 {
  margin-top: 0px;
  font-size: 38px;
  text-transform: uppercase;
  color: #003161;
}
.hero-section .image-block .bordered-box-block p {
  font-size: 20px;
  color: #004b85;
  margin-bottom: 30px;
}
.icons-block .icon-item {
  text-align: center;
}
.icons-block .icon-item .icon-item-inner {
  padding: 25px 20px;
}
.icons-block .icon-item .icon-item-inner a {
  font-size: 16px;
  display: block;
  margin-top: 20px;
  color: #003161;
  text-decoration: none;
  font-weight: 600;
}
.icons-block .icon-item .icon-item-inner a:hover {
  color: #2caf1e;
}
.full-width-image-section img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.bordered-box {
  z-index: 10;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  width: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5%;
  position: absolute;
}
.bordered-box .bordered-blue {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 2px solid #00ccff;
}
.bordered-box-blue {
  position: absolute;
  left: 50%;
  bottom: -6%;
  width: 80%;
  margin-left: -39%;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  display: block;
  background-color: #eaf6fd;
}
.full-width-image-section {
  margin-bottom: 0px !important;
}
.icon-feature-section .icon-feature-item {
  text-align: center;
}
.icon-feature-section .icon-feature-item .icon-feature-img {
  width: 67px;
  position: absolute;
  left: 50%;
  margin-left: -34px;
  top: -30px;
  z-index: 1000;
}
.icon-feature-section .icon-feature-item .box-outer h3 {
  margin: 40px 0px 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #003161;
}
.three-column-text-section {
  color: #fff;
  text-align: center;
}
.three-column-text-section .col-md-4 a {
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
}
.three-column-text-section .col-md-12 a {
  display: block;
  margin: 30px 0px;
}
.three-column-text-section .section-header {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 24px;
  padding: 20px 0px;
  position: relative;
  z-index: 999;
  color: #fff;
  margin-top: 20px;
}
.three-column-text-section .icon-feature-img {
  width: 67px;
  position: absolute;
  left: 50%;
  margin-left: -34px;
  top: -35px;
  z-index: 1000;
}
.three-column-text-section a {
  color: #fff;
}
.three-column-text-section .text-block-item:nth-child(2n + 1) {
  border-right: 1px solid #96a8bd;
  border-left: 1px solid #96a8bd;
}
.overlap-text-image-section .col-md-offset-5 {
  padding-top: 140px;
}
.overlap-text-image-section
  .col-md-7
  .box-outer
  .box-inner
  .box-inner-content
  h2 {
  margin-bottom: 15px;
  color: #003161;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
}
.overlap-text-image-section
  .col-md-7
  .box-outer
  .box-inner
  .box-inner-content
  h3 {
  margin-bottom: 15px;
  color: #003161;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 30px;
}
.three-column-post .three-column-post-item {
  position: relative;
}
.three-column-post .three-column-post-item a {
  text-decoration: none;
  display: block;
}
.three-column-post .three-column-post-item a .post-item-header {
  text-align: center;
  padding: 10px 0px;
  border-bottom: 2px solid #e6e9eb;
  margin-bottom: 40px;
}
.three-column-post .three-column-post-item a .post-item-header h3 {
  font-family: "Montserrat", sans-serif;
  color: #6d7b83;
  font-size: 23px;
}
.three-column-post .three-column-post-item a .post-item-content .box-outer {
  text-align: center;
  margin: 0 auto;
  margin-top: -80px;
  position: relative;
  width: 85%;
}
.three-column-post .three-column-post-item a .post-item-content .box-outer h2 {
  line-height: 35px;
  color: #003161;
  margin-bottom: 25px;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
}
.three-column-post
  .three-column-post-item
  a
  .post-item-content
  .box-outer
  .meta {
  text-transform: uppercase;
  font-size: 18px;
  color: #6d7b83;
}
.three-column-post .three-column-post-item a:hover .post-item-header {
  text-align: center;
  border-bottom: 2px solid #2caf1e;
}
.three-column-post .three-column-post-item a:hover .post-item-header h3 {
  color: #2caf1e;
}
.three-column-post .col-md-12 {
  margin-top: 40px;
}
.map-section .box-shadowed {
  background: #fff;
  padding: 25px;
}
.map-section .col-md-12 h3 {
  display: block;
  margin-bottom: 40px !important;
}
.map-section .col-md-12 .box-inner-content-main {
  padding: 50px 20px !important;
  background: url("../images/map.png") no-repeat center;
}
.map-section .col-md-2 {
  margin-bottom: 15px;
}
.map-section .col-md-2 a {
  font-family: "Montserrat", sans-serif;
  color: #6d7b83;
  text-decoration: none;
}
.map-section .col-md-2 a:hover {
  color: #2caf1e;
}
.main-content-header h1,
.main-content-header h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.main-content-header h1 {
  margin-top: 0px;
}
.main-content-header .social-share-links {
  margin: 50px 0px;
}
.main-content-header .social-share-links li {
  display: inline-block;
  list-style: none;
}
.main-content .content p {
  line-height: 35px;
  margin-bottom: 15px;
}
.main-content .content h1,
.main-content .content h2,
.main-content .content h3,
.main-content .content h4,
.main-content .content h5 {
  margin-bottom: 20px;
}
.main-content .content img.featured-image {
  margin-right: 25px;
  margin-bottom: 20px;
}
.main-content .content table {
  margin: 30px 0px;
}
.main-content .content table thead {
  color: #1456a6;
  border-top: 1px solid #1456a6;
}
.main-content .content table thead th {
  border-bottom: 1px solid #1456a6;
}
.main-content .content table tbody td {
  padding: 10px;
}
.inner .inner header {
  margin-bottom: 120px;
}
.inner .widget-side-links ul {
  padding: 0px;
}
.inner .widget-side-links ul li {
  list-style: none;
}
.inner .widget-side-links ul li a {
  margin-bottom: 10px;
  color: #2562ae;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
  display: block;
  line-height: 27px;
}
.inner .widget-side-links ul li a:hover {
  color: #2caf1e;
}
.inner .widget-side-links ul li a:hover i {
  color: #2caf1e;
}
.inner .widget-side-links ul li a i {
  margin-right: 15px;
  color: #2562ae;
}
footer {
  padding: 80px 30px;
  background-color: #eaf6fd;
}
footer .col-md-3 h4,
footer .col-md-2 h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #6d7b83;
}
footer .col-md-3 .underline,
footer .col-md-2 .underline {
  height: 3px;
  width: 70px;
  background-color: #004c86;
  margin-bottom: 30px;
}
footer .col-md-3 ul,
footer .col-md-2 ul {
  padding-left: 0px;
}
footer .col-md-3 ul li,
footer .col-md-2 ul li {
  list-style: none;
}
footer .col-md-3 ul li a,
footer .col-md-2 ul li a {
  font-family: "Montserrat", sans-serif;
  display: block;
  padding-bottom: 10px;
  font-size: 18px;
  color: #6d7b83;
  text-decoration: none;
}
.social-col ul li a i {
  margin-right: 10px;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background-color: #828f97;
  color: #fff;
  text-align: center;
  line-height: 33px;
}
.social-col ul li a .ion-social-facebook {
  background-color: #3b5998;
}
.social-col ul li a .ion-social-twitter {
  background-color: #55acee;
}
.social-col ul li a .ion-social-linkedin {
  background-color: #0077b5;
}
.social-col ul li a .ion-social-instagram-outline {
  background-color: #fe78cf;
}
.breadcrumbs {
  margin-bottom: 20px;
}
.breadcrumbs ul {
  font-size: 15px;
  padding-left: 0;
}
.breadcrumbs ul li {
  list-style: none;
  display: inline-block;
}
.breadcrumbs ul li a {
  color: #1a91cf;
  text-decoration: none;
}
.breadcrumbs ul li a:hover {
  color: #6d7b83;
}
.breadcrumbs ul li span {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #6d7b83;
}
.breadcrumbs ul .divider {
  padding: 0px 10px;
}
aside.widget-item {
  margin-bottom: 35px;
}
.inner .three-column-post .three-column-post-item {
  margin-bottom: 50px;
}
.inner .map-section .box-outer-lg-blue .box-inner .box-inner-head,
.inner .map-section .box-outer-lg-blue .box-inner .box-inner-footer,
.inner .map-section .box-outer-lg-blue .box-inner .box-inner-content {
  background: none;
}
.sub-footer {
  padding-top: 70px;
  text-align: center;
}
.sub-footer .copyright {
  margin: 30px 0px;
}
.sub-footer .foot-note {
  text-transform: uppercase;
  font-size: 13px;
}
.main-content {
  padding-right: 0px;
}
.main-content section {
  margin: 40px 0px;
}
.bordered-text-section {
  padding-top: 20px;
  border-top: 3px solid #1a91cf;
}
.header-text-section {
  margin-top: 10px;
  text-align: center;
  color: #003161;
  border-bottom: 3px solid #1a91cf;
}
.cta-passport-section .row:last-child {
  margin-top: 30px;
}
.cta-passport-section .col-md-5 img {
  max-width: 100%;
}
.cta-passport-section .col-md-7 h3 {
  margin-top: 0px;
  margin-bottom: 25px !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.cta-passport-section .col-md-7 a {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-top: 15px;
  text-transform: uppercase;
  background: #2caf1e;
  color: #fff;
  padding: 10px 15px;
  text-decoration: none;
}
.cta-passport-section .col-md-7 a:hover {
  background: #003161;
}
.cta-passport-section .col-md-4 img {
  float: left;
  margin-right: 15px;
}
.cta-passport-section .col-md-4 h4 {
  font-size: 28px;
  text-transform: uppercase;
  color: #6883a1;
}
.cta-passport-section .col-md-4 h4 span {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
}
.office-detail-section .full-text-icon {
  display: block;
}
.office-detail-section .full-text-icon h4 {
  font-size: 18px;
}
.office-detail-section .full-text-icon h4 i {
  font-size: 15px;
  color: #a9b3b8;
  margin-right: 10px;
}
.office-detail-section .full-text-icon p {
  padding-left: 30px;
}
.office-detail-section .contact-details-row .col-md-7 img {
  max-width: 100%;
}
.office-detail-section .contact-details-row .col-md-5 .contact-details {
  margin-bottom: 25px;
}
.office-detail-section .contact-details-row .col-md-5 .contact-details h4 {
  margin-bottom: 5px;
}
.office-detail-section .contact-details-row .col-md-5 .contact-details table {
  margin-top: 15px;
}
.office-detail-section
  .contact-details-row
  .col-md-5
  .contact-details
  table
  td {
  font-size: 14px;
}
.office-detail-section .office-extra-details .col-md-6 h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
.office-detail-section .disclaimer strong {
  color: #2caf1e;
}
.offices-section table td {
  padding: 25px 0px;
}
.office .map-section {
  border-top: 3px solid #eeeeee;
}
.slide-form-wrapper-show {
  top: 0px !important;
}
.slide-form-wrapper {
  position: absolute;
  top: -500%;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff url("../images/body-bg.jpg") no-repeat top right;
  z-index: 99999;
  -moz-transition: top 0.4s ease-in-out;
  -o-transition: top 0.4s ease-in-out;
  -webkit-transition: top 0.4s ease-in-out;
  transition: top 0.4s ease-in-out;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}
.menu-section-1 {
  margin: 0px;
  padding: 20px 15px;
}
.menu-section-1 .col-md-2 {
  text-align: left;
}
.menu-section-1 .close {
  font-size: 30px;
  margin-top: 20px;
  position: absolute;
  color: #6d7b83;
  opacity: 1;
  z-index: 99999;
}
.open-form-wrap {
  position: absolute;
  top: 15px;
  font-size: 30px;
  cursor: pointer;
}
.menu-section-2 {
  text-align: left;
  margin: 0px;
  padding: 40px 0px;
  background: #003161;
}
.menu-section-2 .col-md-4 {
  text-align: left;
}
.menu-section-2 .col-md-4 img {
  float: right;
  padding-bottom: 10px;
}
.menu-section-2 .col-md-4 h4 {
  float: left;
}
.search-form-wrap {
  position: relative;
  margin-top: 20px;
}
.search-form-wrap input[type="submit"] {
  right: 25px;
  position: absolute;
  top: 0px;
  color: #1a91cf;
  background: transparent;
  border: none;
  font-weight: bold;
  font-size: 20px;
}
.search-form-wrap form i {
  position: absolute;
  left: 25px;
  top: 12px;
  font-size: 15px;
  color: #1a91cf;
}
.search-form-wrap form input[type="text"] {
  text-align: left;
  font-size: 16px;
  background: #fff;
  color: #6d7b83;
  padding: 13px 20px 13px 30px;
  border: 2px solid #e5e7e9;
}
.menu-section-2 .col-md-4 h4 {
  font-size: 20px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 50px;
}
.menu-section-2 .col-md-4 span.menu-divider {
  height: 2px;
  width: 100%;
  background: #8aabd3;
  display: block;
  margin: 0px 0px 15px 0px;
}
.menu-section-2 .col-md-4 ul {
  padding-left: 0px;
  margin-left: 0px;
}
.menu-section-2 .col-md-4 ul li {
  list-style: none;
}
.menu-section-2 .col-md-4 ul li a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
.menu-section-2 .col-md-4 ul li a:hover {
  color: #c4edfd;
}
section ul.icon-list {
  border-bottom: none;
  border-top: none;
}
.open-form-wrap-search {
  right: 10px;
}
.bordered-box-block {
  border: 5px solid #f6f6f6;
}
.bordered-box-block-thin {
  border: 1px solid #f6f6f6;
}
.open-form-wrap-search {
  display: none;
}
@media (min-width: 1360px) {
  .container {
    width: 1360px;
  }
}
@media (max-width: 1360px) {
  .verfied-block h3 {
    font-size: 14px;
  }
  .left-sidebar img {
    max-width: 100%;
  }
  .three-column-post .three-column-post-item img {
    width: 100%;
  }
  .inner .three-column-post .three-column-post-item {
    margin-bottom: 35px;
  }
  .three-column-post {
    margin-bottom: 25px;
  }
  .map-section {
    margin-top: 25px;
  }
}
@media (max-width: 1199px) {
  footer .social-col span {
    display: none;
  }
  .hero-section .image-block .bordered-box-block {
    bottom: -40%;
  }
  .icons-block .icon-item .icon-item-inner {
    padding: 15px 5px;
  }
  .icons-block .icon-item .icon-item-inner a {
    font-size: 15px;
  }
  .info_main_div .info_content_div {
		column-count: 4 !important;
	}
}
@media (max-width: 991px) {
  .search-block form {
    display: none;
  }
  .open-form-wrap-search {
    display: block;
  }
  .cta-passport-section img {
    display: block;
    margin: 0px auto 30px auto;
  }
  .contact-details-row img {
    display: block;
    margin: 15px auto;
    max-width: 100%;
  }
  .map-section {
    text-align: center;
  }
  .inner .three-column-post,
  .inner .map-section {
    margin-top: 25px;
  }
  .inner .three-column-post .three-column-post-item,
  .inner .map-section .three-column-post-item {
    margin-bottom: 30px;
  }
  .widget-item {
    text-align: center;
  }
  .left-sidebar {
    margin-top: 30px;
  }
  .overlap-text-image-section .col-md-offset-5 {
    padding-top: 440px;
  }
  .three-column-text-section .text-block-item:nth-child(2n + 1) {
    border-left: none;
    border-right: none;
    border-top: 1px solid #96a8bd;
    border-bottom: 1px solid #96a8bd;
  }
  .icon-feature-section .icon-feature-item .box-outer h3 {
    font-size: 18px;
  }
  .icon-feature-section .icon-feature-item .box-outer ul.normal-ul li a {
    padding-bottom: 5px;
    font-size: 16px;
  }
  .hero-section .image-block img {
    width: 100%;
  }
  .hero-section .image-block .bordered-box-block {
    position: inherit;
    margin-top: -100px;
    margin: -100px auto 50px auto;
    left: auto;
  }
  .hero-section
    .image-block
    .box-outer
    .box-inner
    .box-inner-content
    .box-inner-content-main {
    padding: 20px 20px;
  }
}
@media (max-width: 767px) {
  .verfied-block {
    margin-top: 0px;
    padding-right: 20px;
  }
  footer img {
    width: 100%;
    max-width: 100%;
  }
  .menu-section-2 {
    padding: 50px 0px;
  }
  .menu-section-2 .col-md-4 {
    margin-bottom: 30px;
    text-align: center !important;
  }
  .menu-section-2 .col-md-4 span.menu-divider {
    margin: 15px auto 25px auto;
  }
  footer .social-col ul li a,
  footer .social-col ul li {
    display: inline-block;
  }
  footer .col-md-3 .underline,
  footer .col-md-2 .underline {
    margin: 0 auto;
    margin-bottom: 25px;
  }
  footer .col-md-3,
  footer .col-md-2,
  footer .col-md-4 {
    margin-bottom: 30px;
  }
  footer {
    text-align: center;
  }
  .states .col-md-2 {
    text-align: center;
  }
  .overlap-text-image-section .col-md-12 {
    background-position: 0px 0px;
  }
  .hero-section {
    margin-bottom: 20px;
  }
  .icon-feature-section {
    margin-top: 20px;
  }
  .icon-feature-section .icon-feature-item {
    width: 85%;
    margin: 60px auto;
    float: none;
    display: block;
  }
}
@media (max-width: 640px) {
  .menu-section-2 .col-md-6 img {
    max-width: 100%;
    width: auto;
  }
  .menu-section-1 .col-md-7 img {
    width: 70%;
  }
  .menu-section-1 .close {
    font-size: 20px;
  }
  .three-column-post
    .three-column-post-item
    a
    .post-item-content
    .box-outer
    h2 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .three-column-post
    .three-column-post-item
    a
    .post-item-content
    .box-outer
    .meta {
    font-size: 14px;
  }
  .logo-block a img {
    width: 90%;
  }
  .nav-block a img,
  .search-block a img {
    width: 60%;
  }
}
.m-logo {
  display: none;
}
@media (max-width:575px) {
.info_main_div .info_content_div {
		column-count: 2 !important;
	}
}
@media (max-width: 480px) {
  .post-main-header .col-md-8,
  .post-main-header .col-md-4 {
    width: 100%;
    display: block;
  }
  .post-main-header .col-md-8 .verfied-block-full {
    text-align: center !important;
  }
  .post-main-header .col-md-8 .verfied-block-full h3 {
    margin-bottom: 5px;
  }
  .post-main-header .col-md-4 .pull-right {
    float: none;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .post-main-header .col-md-4 .pull-right .jssocials-share {
    float: none;
    text-align: center;
  }
  .search-section h3 {
    font-size: 18px !important;
    padding: 0 10px !important;
    text-align: center;
  }
  .search-section form {
    padding: 0 20px 0px 10px !important;
  }
  .search-section form i {
    left: auto !important;
    right: 35px !important;
    top: 13px !important;
    font-size: 16px !important;
  }
  .search-section form input[type="text"] {
    font-size: 15px !important;
    padding: 20px 20px !important;
  }
  .open-form-wrap {
    top: 20px !important;
  }
  .open-form-wrap-search {
    top: 0px !important;
  }
  .d-logo {
    display: none;
  }
  .m-logo {
    display: block;
  }
  header .nav-section .search-block .open-form-wrap {
    right: 15px;
  }
  .content img {
    max-width: 100%;
  }
  section {
    margin: 30px 0px;
  }
  .icon-feature-section .icon-feature-item {
    width: 100%;
    margin: 40px auto;
  }
  .hero-section .image-block .bordered-box-block {
    margin-bottom: 20px;
  }
  .icons-block .icon-item {
    padding: 5px;
  }
  .icons-block .icon-item .thumbnail {
    margin-bottom: 0px;
  }
  .icons-block .icon-item .icon-item-inner a {
    font-size: 13px;
  }
  header {
    margin: 15px 0px 30px 0px;
  }
  .open-form-wrap {
    top: 0px;
  }
  .open-form-wrap .open-form {
    font-size: 20px;
  }
}
.comment-content {
  margin-top: 10px;
}
.comment-list footer {
  padding: 0px !important;
  background-color: transparent !important;
  line-height: 20px;
}
#comments {
  clear: both;
  padding: 2em 0 0.5em;
}
.comments-title {
  margin-bottom: 1.5em;
}
.comment-list,
.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comment-list li:before {
  display: none;
}
.comment-body {
  margin-left: 25px;
}
.comment-author {
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2;
}
.inner .main-content-inner .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
  margin: auto;
  width: auto;
  display: inline;
  height: auto;
}
.comment-author .says {
  display: none;
}
.comment-metadata {
  color: #767676;
  font-weight: 800;
  font-size: 13px;
}
.comment-metadata a {
  color: #767676;
}
.comment-metadata a.comment-edit-link {
  color: #222;
  margin-left: 1em;
}
.comment-body {
  color: #333;
}
.comment-reply-link {
  font-weight: 800;
  position: relative;
}
.comment-reply-link .icon {
  color: #222;
  left: -2em;
  height: 1em;
  position: absolute;
  top: 0;
  width: 1em;
}
.children .comment-author .avatar {
  height: 30px;
  left: -45px;
  width: 30px;
}
.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  border: 1px solid #333;
  padding: 2px;
}
.no-comments,
.comment-awaiting-moderation {
  color: #767676;
  font-style: italic;
}
.comments-pagination {
  margin: 2em 0 3em;
}
.form-submit {
  text-align: right;
}
.comment-form #wp-comment-cookies-consent {
  margin: 0 10px 0 0;
}
.comment-form .comment-form-cookies-consent label {
  display: inline;
}
.comment-form p {
  margin-bottom: 0px;
}
.comment-respond textarea {
  height: 70px;
  width: 100%;
  border: 1px solid #ddd;
}
.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond input[type="url"] {
  height: 30px;
  display: block;
  width: 100% !important;
}
.comment-respond input[type="submit"] {
  cursor: pointer;
  background-color: #1251a3;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 2px 10px 2px;
  text-transform: uppercase;
  width: auto;
}
/*# sourceMappingURL=styles.css.map */
/********* CSS START HERE PY *********/
.info_main_div .info_content_div {
    column-count: 6;
    margin-left: -15px;
    margin-right: -15px;
}
.info_main_div .info_content_div ul {
    list-style: none;
    padding-left: 0px !important;
    margin-bottom: 0px !important;
    width: 100%;
}
.info_main_div .info_content_div ul li {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.info_main_div .info_content_div ul li a {
    text-decoration: none;
    font-size: 15px;
}
.single-content-city .main-content .content table {
    display: none;
}
.single-content-city .main-content .content h2:nth-of-type(2) {
  display:none;
}
/******* CSS END HERE PY ********/