/*
Theme Name: WP Bootstrap Starter
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap');
body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
  font-family: 'Raleway', sans-serif !important;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
  font-family: 'Raleway', sans-serif !important;
}
span{
	font-family: 'Raleway', sans-serif !important;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #563d7c ;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: .74rem 1rem;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }

  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }

}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}
#text-5 p {
    text-align: center;
}
.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}
.page-id-289 .btn-help {
    display: none !important;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }
	.lnew-icon {
		margin-left: 12px !important;
	}
	.lnew-icon:after {
		content: '\f16d';
		font-family: Font Awesome 5 Pro;
		/* background: #fff !important; */
		font-family: "Font Awesome 5 Brands";
		font-size: 25px;
		color: #fff;
	}
	.fnew-icons:after {
		content: '\f08c';
		font-family: Font Awesome 5 Pro;
		/* background: #fff !important; */
		font-family: "Font Awesome 5 Brands";
		font-size: 25px;
		color: #fff;
	}
  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.dropdown-menu li a {
    font-size: 14px;
    padding: 0px;
	color:#005288;
	font-weight:500;
}
.dropdown-menu li:hover{
	background:#005288;
	transition:0.3s;
}
.dropdown-menu li:hover a{
	color:#fff;
	transition:0.3s;
}
.dropdown-menu li {
    padding: 10px;
    padding-left: 0px;
    border-bottom:1px solid #005288 !important;
    margin:0px !important;
    padding-left:15px;
}

.dropdown-menu {
    border: 1px solid #005288; 
    padding:0px;
}
#menu-item-287{
	border:none !important;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}
.small-image img {
    width: 75px;
}
.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}
.our-mission .members-names {
    margin: 0px;
}
.our-mission .members-names p{
	color: #005288 !important;
}
.about-video {
    padding: 10px 70px;
	padding-bottom:15px;
}
.our-team .members-names {
    margin-bottom: 20px;
}
#tablepress-2 .row-13.odd th, #tablepress-1 .row-10.even th , #tablepress-3 .row-10.even th, #tablepress-4 .row-10.even th {
    line-height: 15px;
    padding: 5px 0px;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
	.local-apply {
		text-align: center !important;
	}
	.our-mission {
		padding: 0px 25px;
	}
	.our-mission {
		padding: 0px 25px;
		text-align: center;
	}
	.about-video {
		padding: 10px 10px;
		padding-bottom: 0px;
	}
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}
@media screen and (max-width: 1024px) {
	.about-video {
		padding:0px 10px !important;
	}
	#mapss .tablepress {
		width: 85%;
		margin: 0px 115px !important;
	}
	

}
@media screen and (max-width: 991px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
	ul#menu-menu-1 {
		background: #005288;
		padding: 10px;
	}
	body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
		color: #fff !important;
	}
	div#main-nav {
		padding-left:0px !important;
		position: absolute;
		width: 100%;
		top: 70px;
	}
	.navbar .navbar-toggler {
		position: absolute;
		right: 0% !important;
		z-index: 99;
	}
	.top-left-head {
		/* 		margin: 0; */
		margin-right: 30px !important;
	}
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
		.vc_row.wpb_row.vc_row-fluid.our-mission.about-us-bottom {
			margin-bottom: 25px;
			margin-top: 0px !important;
			padding:0px 10px !important;
		}
	.cp_page_heading p {
		padding-left:0px !important;
	}
	.cp_page_details p {
		color: #005288;
		font-weight: 600;
		text-align: center;
		margin-top: 30px;
	}
	.vc_row.wpb_row.vc_row-fluid.local-assistance.local-fifth {
		text-align: left !important;
	}
	.vc_btn3-container.local-apply.local-apply {
		margin: 0px;
	}
	.bottom-line {
		margin-bottom: 28px;
		margin-top: 10PX;
	}
	.cp_page_details p {
		font-size: 16px !important;
	}
	.lokal {
    	margin-top: 100px;
	}
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}

/*-----Custom CSS------*/
a.head-btn.btn-donate {
    border: 1px solid #005288 !important;
    color: #005288 !important;
    font-weight: 500 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    text-decoration:none;
} 
a.head-btn.btn-donate:hover {
    background: #005288;
    color: #fff !important;    
}
a.head-btn.btn-help {
    text-decoration:none;
    border: 1px solid #c80752 !important;
    color: #c80752 !important;
    font-weight: 500 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
a.head-btn.btn-help:hover {
    background: #c80752;
    color: #fff !important;    
}
.top-left-head i {
    color :#005288;
    font-size:20px;
}
.head-btn .widget_text .textwidget, .head-btn .widget_text .textwidget p{
    display:flex;
}
.head-btn .row .widget{
    margin-bottom:0px;
}
.top-left-head ul {
    display: flex;
    list-style: none;
    margin-bottom:0px;
}
.top-left-head {
    margin-left: 15px;
    margin-right: 10px;
}

.top-left-head ul li {
    padding-left: 20px;
}

header#masthead .navbar {
    align-items: center !important;
    justify-content: center !important;
}

.head-btn .row {
    align-items: center;
    justify-content: center;
}
.banner-button a{
	border-radius:10px !important;
}
div#second-sec-id {
    margin-top: -40px;
}
.top-left-head ul li a.head-btn {
    border: solid 1px #c203c2;
    padding-left: 15px;
    padding-bottom: 5px;
    padding-right: 15px;
    padding-top: 5px;
    border-radius: 6px;
    font-family: 'Raleway';
    color: #c70dc7;
}
.first-banner{
    position:relative;
    padding-top: 300px !important;
    padding-bottom: 300px;
}
.main-banner-p {
    margin-bottom: 10px !important;
}
div#main-nav  {
    justify-content: start !important;
}
.main-banner-h{
    margin:0px !important;
}
.main-banner-h p{
    font-size:60px;
    font-weight:bold;
    line-height:60px;
    margin-right: 500px !important;
    color:#ca1e55;
	font-family: 'Raleway', sans-serif !important;
    font-weight: 600;
}
section#text-10 p a, section#text-2 p a {
    color: #fff !important;
    text-decoration: none;
	font-family: 'Raleway', sans-serif !important;
}
.main-banner-p p{
    font-size:27px;
    font-weight:bold;
    line-height:30px;
    margin-right: 500px !important;
    color:#226998;
    margin-top:10px;
}
.banner-button a{
    margin-right: 500px !important;
    padding-top: 4px !important;
    padding-bottom: 5px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 25px !important;
    color:#226998 !important;
    border: 2px solid #226998 !important;
    font-weight: 500;
    background-color: #fff !important;
}
.banner-button a:hover{
    background-color: #226998 !important;
    border: 2px solid #fff !important;
    color:#fff !important;
}
header#masthead {
    background: transparent;
    position: absolute;
    z-index: 9;
    width: 100%;
    box-shadow: none;
}
ul#menu-menu-1 li{
    margin-left: 30px;
}
header#masthead .container {
    padding:0px !important;
    margin-left:50px !important;
    margin-right:50px !important;
}
a.nav-link{
    color:#226998 !important;
}
.second-inner-sec-col {
    border: solid 3px #005288;
    height: 300px;
    border-radius: 25px;
    padding: 10px;
    padding-top:10px;
    padding-bottom:10px;
}
.second-inner-sec-col-4 {
    border: solid 3px #005288;
    height: 300px;
    border-radius: 25px;
    padding: 10px;
    padding-top:10px;
    padding-bottom:10px;
}
.second-inner-sec-col h2 {
    color: #005288 !important;
    line-height: 22px !important;
    margin-bottom: 0px !important;
}
.second-inner-sec-col-4 h2{
    color: #005288 !important;
    line-height: 22px !important;
    margin-bottom: 0px !important;
    margin-top:0px !important;
}
#second-sec-id p {
    color: #005288 !important;
    margin-top:-20px !important;
    line-height: 15px !important;
    font-weight:500 !important;
    font-size:14px !important;
}
.third-sec p{
    font-size:20px !important;
     color: #005288 !important;
}
.fourth-sec{
    background:#c90551;
}
.fourth-sec h2{
    color: #fff !important;
    font-size:38px !important;
}
#fourth-sec-p p{
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin-bottom: 5px;
    padding-top: 30px;
}
#fourth-sec-p img{
    margin-left:35px !important;
}
#fourth-sec-btn button{
    margin-top: 25px;
    padding-top: 4px !important;
    padding-bottom: 5px !important;
    padding-left: 35px !important;
    padding-right: 35px !important;
    font-size: 25px !important;
    color: #fff !important;
    border: 2px solid #fff !important;
    font-weight: 500;
    background: transparent;
    border-radius: 25px;   
}
#fourth-sec-btn button:hover{
    color: #C90551 !important;
    background:#fff;
}
#fourth-img-sec{
    margin:0px;
}
#footer-widget{
    background:#005288 !important;
    padding-top:20px;
    padding-bottom:20px;
}
#media_image-2, #text-5{
    margin-top:30px;
}
#footer-widget h3, #footer-widget p{
    color:#fff;
    font-family: 'Raleway', sans-serif !important;
}
#footer-widget .container{
    max-width:1270px !important;
}
a#footer-button {
    margin-top: 25px;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    font-size: 20px !important;
    color: #fff !important;
    border: 2px solid #fff !important;
    font-weight: 500;
    background: transparent;
    border-radius: 10px;
    text-decoration: none;
}
a#footer-button:hover{
    color: #005288 !important;
    background:#fff;
}
.cp_first_banner{
    margin-top:80px;
}
.cp_page_heading p {
    color: #005288;
    font-size: 30px;
    font-weight: 600;
}
.cp_page_heading {
    text-align: center;
}
.cp_page_details p {
    color: #005288;
    font-weight: 600;
}
span.cp_info {
    font-size: 20px;
    color: #c90551;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control{
    border: none;
    width: 100%;
    border-bottom: 2px solid #f1bcd1 !important;
	border-radius:0px;
}

.ct_form label {
    width: 100%;
    color: #005288;
    font-weight: 600;
	font-family:'Raleway', sans-serif !important;
}
.ct_form p span textarea {
    border: none;
    width: 100%;
    border-bottom: 2px solid #f1bcd1;
    height: 50px !important;
}
.ct_first_col {
    margin-top: 10px;
}

.ct_form .wpcf7-submit {
    background-color: transparent;
    padding-left: 50px;
    padding-right: 50px;
    color: #005288;
    font-weight: 600;
    border: 2px solid #005288;
    border-radius: 14px;
}
#third-sec .vc_col-sm-8 p {
    padding: 0px 140px;
}
.ct_form p:last-child {
    text-align: center;
}
.wpcf7-not-valid-tip {
    color: #ff6969 !important;
    display: none !important;
}
#newsletter .newsletter .wpcf7-form-control-wrap.email-325 input {
    border: none !important;
}
.wpcf7-response-output {
    background: #fff !important;
    color: green !important;
    z-index: 9999999 !important;
	margin:0px !important;
}
.ct_form .wpcf7-submit:hover {
    background-color:#005288;
    color: #fff;
}
.members-section {
    margin-top: 120px;
/* 	padding: 0px 120px !important; */
}
.members-heading {
    margin-bottom: 10px;
}
.members-left, .members-right{
	padding-left:100px;
}
.members-tilte p {
    color: #005288;
    font-weight: 600;
    font-size: 16px;
	font-family: 'Raleway', sans-serif !important;
}
.members-heading {
	color: #005288;
	font-weight: 800 !important;
	font-family: 'Raleway', sans-serif !important;
	letter-spacing:3px !important;
}    
.tablepress .odd td {
    background-color: #fff !important;
}
#media_image-2 {
    text-align: center !important;
}
.members-tilte , .members-address, .members-phone{
    margin-bottom: 0px !important;
	line-height: 18px;
}
.members-address p {
    color: #4c738d;
    font-size: 13px;
	font-family: 'Raleway', sans-serif !important;
}
.members-phone p {
    color: #ca1e55;
    font-size: 13px;
    line-height: 13px;
	font-weight: 500;
	font-family: 'Raleway', sans-serif !important;
}
.members-names {
    margin: 20px 0px;
}
.members-names p {
    font-size: 15px !important;
	font-family: 'Raleway', sans-serif !important;
}
.members-left {
    padding-right: 25px;
}
.members-right {
    padding-left: 25px;
}
.bottom-line {
	border-bottom: 1px solid #ca1e55;
	margin-bottom: 35px;
}
.members-left {
	margin-right: 70px !important;
}
.bods .members-right{
	width:10% !important;
}
.bods .members-left{
	width:90% !important;
}
.bods .members-left{
	margin:0px !important;
}
/* .bods .members-right img {
    width: 100px !important;
} */
.members-left .vc_column-inner, .members-right .vc_column-inner {
	padding: 0px !important;
}
.members-left.wpb_column.vc_column_container.vc_col-sm-6 , .members-right.wpb_column.vc_column_container.vc_col-sm-6 {
    width: 45% !important;
}
.local-assistance .members-left {
    margin: 0px !important;
}
.local-heading {
    margin-top: 20px;
}
.local-text {
    margin: 0px;
    color: #005288;
    font-weight: 100;
    font-size: 16px;
    font-family: 'Raleway', sans-serif !important;
}
.local-sec {
    margin: 0px;
    padding: 0px 150px !important;
    margin-top: 15px !important;
}
.local-assistance .vc_col-sm-8 {
    width:55% !important;
}
div#tablepress-1_length, div#tablepress-2_length, div#tablepress-4_length {
    display: none;
}
div#tablepress-1_filter, div#tablepress-2_filter, div#tablepress-4_filter {
    display: none;
}
.local-assistance .members-left {
    width: 45% !important;
    margin-top: -20px !important;
}
.members-phone p a{
    color: #ca1e55;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif !important;
    text-decoration:none;
}
#tablepress-1 thead tr th, #tablepress-2 thead tr th, #tablepress-3 thead tr th, #tablepress-4 thead tr th{
    font-size: 14px;
    font-weight: 500;
    text-align: center;
	background: #c90551;
	color:#fff !important;
	border: 1px solid #005288;
}
.assist-padding {
    padding: 0px 30px;
	margin-top: 20px;
}
.weather, .local-last {
    margin: 0px;
}
th.column-1.sorting:hover, th.column-2.sorting:hover, th.column-3.sorting:hover{
	background: #005288 !important;
}
#tablepress-1 tr td, #tablepress-2 tr td, #tablepress-3 tr td, #tablepress-4 tr td  {
    border: 1px solid #005288;
	color:#005288;
    text-align: center;
	font-size: 14px;
}
tfoot tr th{
	font-size: 15px !important;
    font-weight: 500 !important;
    text-align: center !important;
	background:transparent !important;
	border: 1px solid #000 !important;
	color: #005288 !important;
}
th.column-1 {
    color: #005288 !important;
}
.local-second {
    margin: 0px;
}
.underline p {
    text-transform: uppercase !important;
    text-decoration: underline;
}
.local-apply a {
    font-size: 15px !important;
    padding: 6px 20px !important;
    border: 2px solid #005288 !important;
    font-weight: 700;
    background: #fff !important;
    transition: 0.3s;
    color: #005288 !important;
    margin-top: 15px;
}
.local-apply a:hover {
	background:#005288 !important;
	color: #fff !important;
	transition:0.3s;
}
.local-row .vc_column-inner {
    padding: 0px 10px;
}
.local-second-col {
    margin-bottom: -30PX;
}
.local-third{
	margin:0px !important;	
}
#newsletter .newsletter {
    display: flex;
}
#newsletter .newsletter .colm-1 {
    width: 40%;
}
#newsletter .newsletter .colm-2 {
    width: 40%;
}
div#newsletter {
    background: #c90551;
    height: 100px;
}
#newsletter .newsletter h2 {
    font-size: 30px;
    font-weight: 100;
    color: #fff;
	margin-top:23px;
	letter-spacing: 1px;
}

#newsletter #text-8 {
    margin: 0px;
}
.cp_page_heading p {
    padding-left: 270px;
}
#newsletter .newsletter .colm-2 {
    width: 30%;
	position:relative;
    padding-top: 18px !important;
    padding-bottom: 0px !important;
}
.colm-2 input {
    background: transparent !important;
    border: none; /* color: #fff !important; */
    text-align: center;
	color: #fff !important;
}
#newsletter .newsletter .wpcf7-form-control-wrap.email-325 input::placeholder {
    border: none !important;
    font-size: 10px;
}
.colm-2 input::placeholder {
    color: #fff;
    font-size: 14px;
	
}
.colm-3 input{
	margin-top: 19px;
    font-size: 25px !important;
    border-radius: 10px;
    padding-top: 0px !important;
    padding-bottom: 4px !important;
	padding-left: 35px !important;
    padding-right: 35px !important;
	color: #fff !important;
    border: 2px solid #fff !important;
    font-weight: 500;
    background: transparent;
	text-transform: uppercase;
}
.colm-2 .email-325:after {
    position: absolute;
    content: "";
    width: 217px !important;
    height: 23px;
    background: url(https://capai.org/wp-content/uploads/2022/01/last-banner-line.png) no-repeat;
    top: 35px;
    left: -110px !important;
}
.colm-2 input:focus {
    border: none !important;
    outline: none !important;
    box-shadow: none;
}
.newsletter {
    padding: 0px 18px;
}
.colm-3 input:hover{
	background:#fff;
	color:#c90551 !important;
	transition:0.3s;
}
.colm-3{
	text-align:center;
}
.textwidget {
    text-align: center;
}
.newsletter .colm-1 h2{
    text-align: right;
}
h3.widget-title {
    text-align: center;
}
.textwidget p {
    margin: 15px 0px !important;
}
section#text-9 {
    font-size: 10px;
    padding: 0px 40px;
}
.local-text p a {
    color: #000 !important;
}
#text-5 .textwidget p {
    margin: 30px 0px !important;
    margin-top: 35px !important;
}
#media_image-2, #text-5 {
    margin: 30px 0px !important;
    margin-top: 29px !important;
}
.vc_row.wpb_row.vc_row-fluid.our-mission.about-us-bottom {
    margin-bottom: 25px;
    margin-top: -50px;
}
.ctn-details p {
    font-size: 12px;
    padding-right: 100px;
	font-weight:500 !important;
}
.bods .members-left {
    margin: 0px !important;
    padding-left: 20px;
}
div#maps {
    height: 1080px;
    padding: 0px !important;
}
div#mapss{
    height: 1080px;
    padding: 0px !important;
}
div#mapsss{
    height: 925px;
    padding: 0px !important;
}
div#mapssss {
    height: 1080px;
    padding: 0px !important;
}


#maps .tablepress, #mapss .tablepress, #mapsss .tablepress, #mapssss .tablepress {
    border-collapse: collapse;
    border-spacing: 0;
    width: 65%;
    margin-bottom: 1em;
    /* border: none; */
    /* text-align: center !important; */
    /* justify-content: center !important; */
    margin: 0px 320px !important;
}
#mapss img{
	margin: 50px 0px !important;
}
#mapss .vc_column_container>.vc_column-inner, #maps .vc_column_container>.vc_column-inner, #mapsss .vc_column_container>.vc_column-inner, #mapssss .vc_column_container>.vc_column-inner{
	padding:0px !important;
}
#maps .vc_custom_1657748436708,#mapsss .vc_custom_1657756103937, #mapssss .vc_custom_1657756472250{
	padding-bottom: 0px !important;
}
.bott {
    margin-bottom: 10px !important;
}
.bottt {
    margin-bottom: 0px !important;
}
.local-last{
	margin-bottom:40px !important;
}
.marker:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f3c5";
    color: #368BCD;
    margin: 0px 10px;
    margin-left: 0px;
}
.phone:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f095";
    color: #368BCD;
    margin: 0px 10px;
    margin-left: 0px;
}
.link:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0ac";
    color: #368BCD;
    margin: 0px 10px;
    margin-left: 0px;
}
.table-responsive {
	display: revert;
	width: 100%;
	overflow-x: unset;
}
#maps .local-heading, #mapss .local-heading, #mapsss .local-heading, #mapssss .local-heading {
    margin-bottom: 30px !important;
}
@media only screen and (max-width: 1920px) {
	#maps .tablepress, #mapss .tablepress, #mapsss .tablepress, #mapssss .tablepress {
		width: 60%;
		margin: 0px 350px !important;
	}

	div#maps {
		height: 930px;
		padding: 0px !important;
	}
	div#mapss{
		height: 1030px;
		padding: 0px !important;
	}
	div#mapssss{
		height: 925px;
		padding: 0px !important;
	}
}
@media screen (max-width: 1921px) {
	.noone #mapsss{
		height: 925px !important;
/* 		padding: 0px !important; */
	}
}
@media only screen and (max-width: 1660px) {
	#maps .tablepress, #mapss .tablepress, #mapsss .tablepress, #mapssss .tablepress {
		width: 80%;
		margin: 0px 150px !important;
	}

	div#maps {
		height: 920px;
	}
	div#mapss {
		height: 1025px;
	}
	div#mapsss {
		height: 920px;
	}
	.margin_n{
		margin-top:0px !important;
	}
	div#mapssss {
		height: 970px;
	}
	.marginn{
		margin-bottom: 0px !important;
	}
	.lokal {
		margin-top: 120px;
	}
	.local-second {
		margin-top: 40px;
	}
}
@media only screen and (max-width: 1440px) {
	
	#maps .tablepress, #mapss .tablepress, #mapsss .tablepress, #mapssss .tablepress {
		width: 82%;
		margin: 0px 120px !important;
	}
	div#maps {
		height: 955px;
		padding: 0px !important;
	}
	div#mapss{
		height: 1060px;
		padding: 0px !important;
	}
	div#mapsss{
		height: 860px;
		padding: 0px !important;
	}
	div#mapsss, div#mapssss {
		height: 955px;
		padding: 0px !important;
	}
	#mapss .tablepress {
		width: 80%;
		margin: 0px 125px !important;
	}
	#maps .tablepress {
		width: 80%;
		margin: 0px 121px !important;
	}
}
@media only screen and (max-width: 1400px) {
	
	#maps .tablepress, #mapss .tablepress, #mapsss .tablepress, #mapssss .tablepress {
		width: 85%;
		margin: 0px 95px !important;
	}
	 
    .first-banner{
            padding-top: 220px !important;
    padding-bottom: 210px;
    }
    .main-banner-h p {
        font-size: 50px;
    	line-height: 45px;
    }
    .main-banner-p p {
        font-size: 18px;
        font-weight: 600; 
        line-height: 22px;
        margin-right: 596px !important;
        margin-left: 95px;
    }
    .banner-image{
        margin:0px !important;
    }
    .banner-image img{    
        height: auto;
        max-width: 65% !important;
        vertical-align: top !important;
        margin-left: 90px;
    }
    .banner-button button {
        font-weight:600;
        font-size: 20px !important;
    }
    .second-inner-sec-col h2 {
        color: #005288 !important;
        line-height: 22px !important;
        margin-bottom: 0px !important;
        font-size: 20px !important;
        margin-top: 12px !important;
    }
    .second-inner-sec-col-4 h2 {
        font-size: 20px;
        color: #005288 !important;
        line-height: 22px !important;;
        margin-top: 10px !important;
    }
    #third-sec .vc_col-sm-2{
        display:none;
    }
    #third-sec{
        margin-bottom: 60px !important;
        margin-top: 40px !important;
    }
    #third-sec .vc_col-sm-8{
        width:100%;
    }
    .second-sec-col .aio-icon-component{
        margin-bottom:0px !important;
    }
    #third-sec .wpb_content_element{
        margin-bottom:0px !important;
    }
    .second-inner-sec-col, .second-inner-sec-col-4 {
        height:270px !important;
    }
    .fourth-sec h2 {
        font-size: 33px !important;
    }
    .fourth-sec .vc_col-sm-2:first-child, .fourth-sec .vc_col-sm-2:last-child {
        width: 9% !important;
    }
    .fourth-sec .vc_col-sm-4:nth-child(2){
        width: 40% !important;
    }
    .fourth-sec .vc_col-sm-2:nth-child(3), .fourth-sec .vc_col-sm-2:nth-child(4){
        width: 22% !important;
    }
    
    #fourth-sec-p p {
        font-size: 14px;
        margin-bottom: 5px;
        padding-top: 30px;
    }
    #fourth-sec-p img {
        margin-left: 10px !important;
    }
    #fourth-sec-btn button {
    margin-top:20px;
    font-size:25px !important;
    border-radius: 15px;
    padding-top: 3px !important;
    padding-bottom: 6px !important;
    }

    #media_image-2{
        text-align:center !important;
		padding: 0px 10px;
    }
    .textwidget p{
        margin-right:30px;
    }
}
@media only screen and (max-width: 1201px) {
    .first-banner{
        padding-top: 210px !important;
        padding-bottom: 90px;
    }
    .main-banner-h p {
        font-size: 40px;
        font-weight: bold;
        line-height: 40px;
        margin-right: 500px !important;
        color: #ca1e55;
    }
    .main-banner-p p {
        font-size: 18px;
        /* font-weight: bold; */
        line-height: 30px;
        margin-right: 600px !important;
        color: #226998;
        margin-top: 10px;
        margin-left: 90px;
    }
    .banner-image{
        margin:0px !important;
    }
    .banner-image img{    
        height: auto;
        max-width: 65% !important;
        vertical-align: top;
        margin-left: 85px;
        margin-top: -25px;
    }
    .banner-button button {
        margin-right: 520px !important;
        font-size: 20px !important;
    }
    .second-inner-sec-col h2 {
        color: #005288 !important;
        line-height: 22px !important;
        margin-bottom: 0px !important;
        font-size: 17px !important;
        margin-top: 12px !important;
    }
    .second-inner-sec-col-4 h2{
        font-size: 17px !important;
        line-height: 22px !important;
        margin-bottom: 30px !important;
    }
    .second-inner-sec-col, .second-inner-sec-col-4 {
        height:250px !important;
    }
    #second-sec-id{
        margin:0px;   
    }
    .third-sec p {
    font-size: 12px !important;
    }
    .fourth-sec h2 {
        font-size: 22px !important;
    }
    #fourth-sec-p p {
        font-size: 10px;
        margin-bottom: 5px;
        padding-top: 22px;
    }
    #fourth-sec-p img {
        margin-left: 5px !important;
    }
    #fourth-sec-btn button {
    margin-top:20px;
    font-size:13px !important;
    border-radius: 11px;
    padding-top: 3px !important;
    padding-bottom: 6px !important;
    }
    .fourth-sec{
        margin-bottom: 0px;
    }
}
@media only screen and (max-width: 1366px) {
    .fourth-sec h2 {
        font-size: 30px !important;
    }
}
@media only screen and (max-width: 1199px) {
    .first-banner{
        padding-top: 220px !important;
        padding-bottom: 134px;
    }
    .main-banner-h p {
        font-size: 43px;
        font-weight: bold;
        line-height: 37px;
        margin-right: 500px !important;
        color: #ca1e55;
    }
    .main-banner-p p {
        font-size: 19px;
         /*font-weight: bold; */
        line-height: 30px;
        margin-right: 500px !important;
        color: #226998;
        margin-top: 10px;
        margin-left: 0px;
    }
    .banner-image img{    
        height: auto;
        max-width: 80% !important;
        vertical-align: top;
        margin-left: 0px;
        margin-top: -25px;
    }
    .banner-button button {
        margin-right: 500px !important;
        font-size: 20px !important;
    }
    .second-inner-sec-col-4 h2{
        margin-bottom:0px !important;
        margin-top: -11px !important;
    }
	.second-inner-sec-col, .second-inner-sec-col-4 {
		height: 270px !important;
	}
    #second-sec-id p br{
        display:none;
    }
    .third-sec p {
        font-size: 18px !important;
    }
    .fourth-sec h2 {
        font-size: 28px !important;
    }
    #fourth-sec-p p {
        font-size: 12px;
    }
    #fourth-sec-btn button {
        font-size: 20px !important;
    }


    ul#menu-menu-1 li {
        margin: 0;
    }
    
    .head-btn {
        display: flex;
/*background: #fff;        */
        left: -10px;
        position: relative;
    }
    
    .head-btn .row .widget .textwidget {
        align-items: center;
    }
    
    .top-left-head {
        margin: 0;
		margin-right: 60px;
    }
    
    .top-left-head ul {
        padding: 0;
    }
    
    div#main-nav {
/*         position: absolute;
        top: 60px;
        width: 100%; */
/* 		padding-left:10px !important; */
    }
    
    header#masthead .navbar {justify-content: space-between !important;}
    
    .navbar-brand {
        margin: 0;
    }
    
    .top-left-head ul li {
        padding: 0;
        margin: 0 2px;
    }
    
    .top-left-head ul li a.head-btn {padding: 7px;font-size: 9px;}
    
 
    
    .navbar .navbar-toggler {
    position: absolute;
    right: 22%;
    }
    
}
	body #menu-menu-1 li.fnew-icons a, body #menu-menu-1 li.lnew-icon a {
		font-size: 0px !important;
		padding:20px;
	}
@media only screen and (max-width: 991px) {
    .navbar .navbar-toggler {
        position: absolute;
        right: 26%;
    }
	.top-left-head i{
		display:none !important;
	}
	ul.dropdown-menu.show {
		margin: 0px !important;
		background: #fff;
	}
	#menu-item-399, #menu-item-398 {
		display: inline-block !important;
	}
	header#masthead .container {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	ul#menu-menu-1 {
		display: block !important;
	}
}
@media only screen and (max-width: 1024px) {
	#maps .leafletmap, #mapss .leafletmap, #mapsss .leafletmap, #mapssss .leafletmap {
		height: 500px;
		width: 100%;
		max-height: 320px !important;
	}
	div#maps{
		height: 770px;
		padding: 0px !important;
	}
	div#mapss{
		height: 880px;
		padding: 0px !important;
	}
	div#mapsss{
		height: 860px;
		padding: 0px !important;
	}
	div#mapsss, div#mapssss{
		height: 860px;
		padding: 0px !important;
	}
	#maps .tablepress, #mapss .tablepress, #mapsss .tablepress, #mapssss .tablepress {
		width: 100%;
		margin: 0px 0px !important;
	}
	div#mapsss, div#mapssss {
		height: 770px;
		padding: 0px !important;
	}
	header#masthead .container {
		margin: auto !important;
	}
    .first-banner{
        padding-top: 170px !important;
        padding-bottom: 114px;
    }
    .main-banner-h p {
        font-size: 40px;
        font-weight: bold;
        line-height: 34px;
        margin-right: 500px !important;
        color: #ca1e55;
    }
    .main-banner-p p {
        font-size: 17px;
         /*font-weight: bold; */
        line-height: 20px;
        margin-left: 4px;
    }
    .banner-image img{    
        max-width: 76% !important;
        margin-left: 5px;
        margin-top: 0px;
    }
    .banner-button button {
        margin-right: 500px !important;
        font-size: 17px !important;
    }
    #second-sec-id p br{
        display:none;
    }
    .third-sec p {
        font-size: 18px !important;
    }
    .fourth-sec h2 {
        font-size: 24px !important;
    }
    .third-sec p {
        font-size: 16px !important;
    }
    #fourth-sec-p p {
        font-size: 12px;
    }
    #fourth-sec-btn button {
        font-size: 18px !important;
    }
	#newsletter .newsletter h2 {
    	font-size: 25px; 
	}
	
}
@media only screen and (min-width: 768px) {

}
@media only screen and (min-width: 787px) {
	#menu-item-399, #menu-item-398{
		display:none;
	}
}
@media only screen and (max-width: 768px) {
	#maps .tablepress, #mapss .tablepress, #mapsss .tablepress, #mapssss .tablepress {
		width: 100%;
		margin: 0px 0px !important;
		}
	div#mapss {
		height: 845px;
		padding: 0px !important;
	}
	div#mapsss {
		height: 910px;
		padding: 0px !important;
	}
	div#mapsss, div#mapssss {
		height: 720px;
		padding: 0px !important;
	}
	div#maps {
		height: 735px;
	}
	.members-left {
		margin-right: 0px !important;
	}
	.colm-2 .email-325:after {
		width: 180px;
	}
	.fnew-icons {
		margin-left: 8px !important;
	}
	.local-text ul li {
		text-align: left;
	}
	.newsletter .colm-1 h2{
		text-align:left;
	}
	.members-page{
		flex-direction:column !important;
	}
	.oone{
		order:1;
	}
	.ttwo{
		order:2;
	}
	.tthree{
		order:3;
	}
	.ffour{
		order:4;
	}
	.ffive{
		order:5;
	}
	.ssix{
		order:6;
	}
	.sseven{
		order:7;
	}
	.eeight{
		order:8;
	}
	
	
	
}
@media only screen and (max-width: 768px) {
	.members-left {
		margin-right: 0px !important;
	}
	.colm-2 .email-325:after {
		width: 180px;
		top: 27px;
	}
	.fnew-icons {
		margin-left: 8px !important;
	}
	.local-text ul li {
		text-align: left;
	}
	.ctn-details p {
		padding-right: 0px;
	}
	.lnew-icon {
		margin-left: 12px !important;
	}
	.top-left-head {
/* 		margin: 0; */
		margin-right: 30px;
	}
	.navbar .navbar-toggler {
		position: absolute;
		right: 0% !important;
	}
	#third-sec .vc_col-sm-8 p {
		padding: 0px 30px;
	}

	div#newsletter {
		background: #c90551;
		height: 75px;
	}
	.local-row {
    	padding-bottom: 30px
	}
	.underline {
		text-align: center;
	}
	.members-left.wpb_column.vc_column_container.vc_col-sm-6, .members-right.wpb_column.vc_column_container.vc_col-sm-6 {
		width: 50% !important;
/* 		padding:0px 10px; */
	}
	.members-section{
/* 		padding:0px !important */
	}
	.members-section {
		margin-top: 120px;
		padding: 0px 20px !important;
	}
    .first-banner{
        padding-top: 102px !important;
        padding-bottom: 105px;
    }
    .navbar .navbar-toggler {
        position: absolute;
        right: 35%;
    }
    .main-banner-h p {
        font-size: 30px;
        font-weight: bold;
        line-height: 27px;
        margin-right: 310px !important;
        color: #ca1e55;
    }
    .main-banner-p p {
        font-size: 16px;
        font-weight: 500; 
        line-height: 20px;
        margin-right: 320px !important;
        margin-left: 18px;
    }
    .banner-image img{    
        max-width: 60% !important;
        margin-left: 27px;
    }
    .banner-button button {
        margin-right: 280px !important;
        font-size: 15px !important;
    }
    #second-sec-id .vc_col-sm-3{
        width :50%;
        margin-bottom:20px;
    }
    .second-inner-sec-col-4 h2 {
        margin-bottom: 0px !important;
        margin-top: 11px !important; 
    }
    #second-sec-id p br{
        display:none;
    }
    #third-sec p br{
        display:none;
    }
    .third-sec p {
        font-size: 18px !important;
        
    }
    .fourth-sec h2 {
        font-size: 18px !important;
    }
    .third-sec p {
        font-size: 18px !important;
    }
    #fourth-sec-p p {
        font-size: 10px;
    }
    #fourth-sec-btn button {
        font-size: 12px !important;
    }
	.top-left-head i {
		display: none;
	}
	ul#menu-menu-1 {
/* 		display: flex !important; */
		padding-top: 14px;
	}
	ul#menu-menu-1{
/* 		display:block !important; */
	}
	#menu-item-399, #menu-item-398{
		display:inline-block !important;
	}
    a#footer-button {
        margin-top: 25px;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
        padding-left: 25px !important;
        padding-right: 25px !important;
        font-size: 12px !important;
        color: #fff !important;
        border: 2px solid #fff !important;
        font-weight: 500;
        background: transparent;
        border-radius: 10px;
        text-decoration: none;
    }

	
	#newsletter .newsletter h2 {
    	font-size: 20px; 
	}
	.colm-3 input {
    	font-size: 20px !important;
	}
	.colm-2 .email-325:after {
		left: -80px;
	}
	section#text-9 {
		font-size: 10px;
		padding: 0px 10px;
	}
	ul.dropdown-menu.show {
		margin: 0px !important;
		background: #fff;
	}
	#menu-menu-1 li a {
		font-size: 14px !important;
	}
	.top-left-head {
		/* 		margin: 0; */
		margin-right: 30px;
	}
	.navbar .navbar-toggler {
		position: absolute;
		right: 0% !important;
		z-index:99;
	}
}
@media only screen and (max-width: 425px) {
	div#maps {
		height: 870px !important;
		padding: 0px !important;
	}
	div#mapss {
		height: 978px;
		padding: 0px !important;
	}
	div#mapsss {
		height: 750px;
		padding: 0px !important;
	}
	.margin_n {
		margin: 0px !important;
	}
	div#mapssss {
		height: 865px;
		padding: 0px !important;
	}
	#maps .vc_custom_1657748436708,#mapsss .vc_custom_1657756103937{
		padding-bottom: 0px !important;
	}
	.top-left-head {
		margin-right: 30px !important;
	}
	#newsletter .newsletter h2 {
		margin-top:26px;
	}
	#third-sec .vc_col-sm-8 p {
		padding: 0px 0px;
	}
	#text-8 .newsletter .colm-1 h2{
		text-align:center !important;
	}
	.colm-2 .email-325:after {
		width: 180px !important;
		left: -91px !important;
		top: 30px;
	}
	.lokal {
		margin-top: 60px !important;
	}
	.local-second {
		margin-top: 35px !important;
	}
	.local-heading {
		margin-top: 0px;
	}
	#maps #tablepress-1, #mapss #tablepress-2, #mapsss #tablepress-3, #mapssss #tablepress-4  {
		margin-top: 20px !important;
	}
	.noone{
		margin:0px !important;
	}
}
@media only screen and (max-width: 320px) {
	.navbar-light .navbar-toggler-icon {
		background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
/* 		margin-left: -70px; */
	}
	div#newsletter {
		background: #c90551;
		height: 220px;
	}

}
@media only screen and (max-width: 768px) {
    .navbar .navbar-toggler {
        position: absolute;
        right: 26%;
    }
	.members-page .members-address p {
		text-align: left;
		margin-bottom: 5px !important;
		margin-top: 0px;
	}
	.members-section {
		margin-top: 10px;
	}
	.ctn-details p{
		padding-right:10px !important;
	}
	.post-262 .members-section {
		padding: 0px 20px !important;
	}
	.bods .members-left {
/* 		padding-left: 15px; */
		width: 100% !important;
	}
	.bods .members-right {
		width: 100% !important;
	}
	.bods .members-right .wpb_single_image{
		text-align:center !important;
	}
	.members-address p {
		text-align: center;
		margin-bottom: 50px !important;
		margin-top: -10px;
	}
}    
@media only screen and (max-width: 767px) {
	ul#menu-menu-1{
		display:block !important;
	}
} 
@media only screen and (max-width: 767px) {
    .first-banner{
        padding-top: 102px !important;
        padding-bottom: 105px;
    }
    .main-banner-h p {
        font-size: 30px;
        font-weight: bold;
        line-height: 27px;
        margin-right: 212px !important;
        color: #ca1e55;
    }
    .main-banner-p p {
        font-size: 15px;
        font-weight: 500;
        line-height: 17px;
        margin-right: 205px !important;
        margin-left: 0px;
    }
    .banner-image img{    
        max-width: 60% !important;
        margin-left: 0px;
    }
    .banner-button button {
        margin-right: 212px !important;
        font-size: 15px !important;
    }
    #second-sec-id .vc_col-sm-3{
        width :100%;
        margin-bottom:20px;
    }
    .second-inner-sec-col-4 h2 {
        margin-bottom: 0px !important;
        margin-top: 11px !important; 
    }
    .fourth-sec .vc_col-sm-2:first-child, .fourth-sec .vc_col-sm-2:last-child {
        width: 0% !important;
    }
    .fourth-sec .vc_col-sm-4:nth-child(2){
        width: 100% !important;
    }
    .fourth-sec .vc_col-sm-2:nth-child(3), .fourth-sec .vc_col-sm-2:nth-child(4){
        width: 100% !important;
    }
    
    #second-sec-id p br{
        display:none;
    }
    #third-sec p br{
        display:none;
    }
    #third-sec p {
        font-size: 18px !important;
        margin-left: 60px;
        margin-right: 60px;   
    }
    .fourth-sec h2 {
        font-size: 25px !important;
        text-align: center !important;
    }
    .third-sec p {
        font-size: 18px !important;
    }
    #fourth-sec-p p {
        font-size: 15px;
    }
    #fourth-img-sec{
        text-align:center !important;
    }
    #fourth-sec-btn button {
        font-size: 18px !important;
    }
    a#footer-button {
        margin-top: 25px;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
        padding-left: 25px !important;
        padding-right: 25px !important;
        font-size: 12px !important;
        color: #fff !important;
        border: 2px solid #fff !important;
        font-weight: 500;
        background: transparent;
        border-radius: 10px;
        text-decoration: none;
    }
    #text-2, #text-3, #text-4, #text-5{
        text-align:center;
    }
    .textwidget p {
        margin-right: 0px;
    }
/*     .navbar .navbar-toggler {
        position: absolute;
        right: 35%;
		top: 15px;
    } */
}
@media only screen and (max-width: 650px) {
	.newsletter .colm-1 h2{
		text-align:left !important;
	}
	.colm-3 input {
		font-size: 15px !important;
		padding-top: 3px !important;
	}
	.colm-2 .email-325:after {
		width: 217px !important;
		left: -60px !important;
		top: 30px;
	}
}
@media only screen and (max-width: 425px) {
	.ctn-details p{
		padding-right:0px !important;
	}
	div#newsletter {
		background: #c90551;
		height: 230px;
	}
	.newsletter .colm-1 h2 {
		text-align: center;
	}
    .cp_page_details {
    text-align: center;
}
#maps .local-heading{
    padding: 0px 10px !important;
}
#mapss .local-heading {
    padding: 0px 25px !important;
}
#mapsss .local-heading {
    padding: 0px 25px !important;
}
#mapssss .local-heading {
    padding: 0px 25px !important;
}
.navbar .navbar-toggler {
        position: absolute;
        right: 55%;
    }
.cp_page_details p {
    font-size: 20px;
}	
	.local-assistance {
/* 		padding: 0px 20px; */
		text-align: center;
	}
	.local-assistance .vc_col-sm-8 {
		width: 100% !important;
		margin: 0px !important;
/* 		padding-left:12px !important; */
	}
	.local-assistance .members-left {
		width: 100% !important;
/* 		margin-top: -20px !important; */
/* 		padding-left: 10px; */
	}
	.bods .members-left {
		width: 100% !important;
	}
    .first-banner{
        padding-top: 102px !important;
        padding-bottom: 105px;
    }
    .main-banner-h p {
        font-size: 22px;
        font-weight: bold;
        line-height: 22px;
        margin-right: 150px !important;
        color: #ca1e55;
    }
    .main-banner-p p {
        font-size: 12px;
        font-weight: 500;
        line-height: 13px;
        margin-right: 140px !important;
        margin-left: 0px;
        margin-top: 0px;
    }
    .banner-image img{    
        max-width: 60% !important;
        margin-left: 0px;
    }
    .banner-button a {
        margin-right: 165px !important;
        font-size: 15px !important;
    }
    header#masthead .container {
        padding: 0px !important;
        margin-left: 0px !important; 
        margin-right: 0px !important; 
    }
    .second-sec-col .aio-icon-component {
        margin-bottom: 0px !important;
        margin-left: 30px;
        margin-right: 30px;
    }
    #second-sec-id .vc_col-sm-3{
        width :100%;
        margin-bottom:20px;
    }
    .second-inner-sec-col-4 h2 {
        margin-bottom: 0px !important;
        margin-top: 11px !important; 
    }
    .fourth-sec .vc_col-sm-2:first-child, .fourth-sec .vc_col-sm-2:last-child {
        width: 0% !important;
    }
    .fourth-sec .vc_col-sm-4:nth-child(2){
        width: 100% !important;
    }
    .fourth-sec .vc_col-sm-2:nth-child(3), .fourth-sec .vc_col-sm-2:nth-child(4){
        width: 100% !important;
    }
    
    #second-sec-id p br{
        display:none;
    }
    #third-sec p br{
        display:none;
    }
    #third-sec p {
        font-size: 18px !important;
        margin-left: 10px;
        margin-right: 10px;   
    }
    .fourth-sec h2 {
        font-size: 25px !important;
        text-align: center !important;
    }
    .third-sec p {
        font-size: 18px !important;
    }
    #fourth-sec-p p {
        font-size: 15px;
    }
    #fourth-img-sec{
        text-align:center !important;
    }
    #fourth-sec-btn button {
        font-size: 18px !important;
    }
    a#footer-button {
        margin-top: 25px;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
        padding-left: 25px !important;
        padding-right: 25px !important;
        font-size: 12px !important;
        color: #fff !important;
        border: 2px solid #fff !important;
        font-weight: 500;
        background: transparent;
        border-radius: 10px;
        text-decoration: none;
    }
	.members-page .members-address p {
    	text-align: center;
	}
	.members-names p, .members-tilte p {
		padding: 0px 10px;
		word-break: break-all;
	}
	.local-assistance .vc_btn3-container.local-apply {
		margin-bottom: 20px;
	}
	.members-left.wpb_column.vc_column_container.vc_col-sm-6 , .members-right.wpb_column.vc_column_container.vc_col-sm-6 {
		width: 100% !important;
/* 		padding: 0px 0px; */
	    text-align: center;
	}
	#content.site-content{
		padding-bottom:0px !important;
	}
	.members-section {
    	margin-top: 40px;
	}
	.local-second {
		margin-top: -10px;
	}
	#newsletter .newsletter{
		display:block;
	}
	#newsletter .newsletter .colm-1,#newsletter .newsletter .colm-2,#newsletter .newsletter .colm-3{
		width:100% !important;
		text-align: center !important;
		padding-bottom:20px !important;
	}
	.colm-1{
		width: 100% !important;
		text-align: center !important;
		padding-bottom: 0px !important;
	}
	#newsletter .newsletter .colm-2{
		padding-top:0px !important;
	}
	.colm-2 .email-325:after {
		left: -110px !important;
	}
	.wpcf7-spinner{
		display:none;
	}
	div#low-icoo {
		margin-top: 30px;
	}
}
@media screen and (min-width: 426px) and (max-width:767px) {
	.local-assistance .vc_col-sm-8 {
		width: 100% !important;
	}
	.local-assistance .members-left {
		width: 100% !important;
		margin-top: -20px !important;
		padding: 0px 20px;
	}
}
@media only screen and (max-width: 375px) {
	#maps .vc_custom_1657748436708,#mapss .vc_custom_1657755348979,#mapsss .vc_custom_1657756103937,#mapssss .vc_custom_1657756472250{
		padding: 0px 20px !important;
/* 		overflow-x: auto; */
	}
	#maps .vc_custom_1657748436708,#mapsss .vc_custom_1657756103937{
		padding-bottom: 25px !important;
	}
	div#mapss {
		height: 755px;
		padding: 0px !important;
	}
	div#mapsss, div#mapssss {
		height: 615px;
		padding: 0px !important;
	}
    .first-banner {
		padding-top: 50px !important;
		padding-bottom: 35px;
	}
	.local-assistance {
/* 		padding: 20px; */
		text-align: center;
	}
	.cp_first_banner {
		margin-top: 0px;
	}
	.local-assistance .vc_column_container>.vc_column-inner{
		padding:0px !important;
	}
    .main-banner-h p {
        font-size: 22px;
        font-weight: bold;
        line-height: 22px;
        margin-right: 110px !important;
        color: #ca1e55;
    }
    .main-banner-p p {
        font-size: 12px;
        font-weight: 500;
        line-height: 13px;
        margin-right: 108px !important;
        margin-left: 0px;
        margin-top: 0px;
    }
    .banner-image img{    
        max-width: 60% !important;
        margin-left: 0px;
    }
    .banner-button a {
        margin-right: 125px !important;
        font-size: 12px !important;
    }
    header#masthead .container {
        padding: 0px !important;
        margin-left: 0px !important; 
        margin-right: 0px !important; 
    }
    .second-sec-col .aio-icon-component {
        margin-bottom: 0px !important;
        margin-left: 30px;
        margin-right: 30px;
    }
    #second-sec-id .vc_col-sm-3{
        width :100%;
        margin-bottom:20px;
    }
    .second-inner-sec-col-4 h2 {
        margin-bottom: 0px !important;
        margin-top: 11px !important; 
    }
    .fourth-sec .vc_col-sm-2:first-child, .fourth-sec .vc_col-sm-2:last-child {
        width: 0% !important;
    }
    .fourth-sec .vc_col-sm-4:nth-child(2){
        width: 100% !important;
    }
    .fourth-sec .vc_col-sm-2:nth-child(3), .fourth-sec .vc_col-sm-2:nth-child(4){
        width: 100% !important;
    }
    
    #second-sec-id p br{
        display:none;
    }
    #third-sec p br{
        display:none;
    }
    #third-sec p {
        font-size: 18px !important;
        margin-left: 10px;
        margin-right: 10px;   
    }
    .fourth-sec h2 {
        font-size: 25px !important;
        text-align: center !important;
    }
    .third-sec p {
        font-size: 18px !important;
    }
    #fourth-sec-p p {
        font-size: 15px;
    }
    #fourth-img-sec{
        text-align:center !important;
    }
    #fourth-sec-btn button {
        font-size: 18px !important;
    }
    a#footer-button {
        margin-top: 25px;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
        padding-left: 25px !important;
        padding-right: 25px !important;
        font-size: 12px !important;
        color: #fff !important;
        border: 2px solid #fff !important;
        font-weight: 500;
        background: transparent;
        border-radius: 10px;
        text-decoration: none;
    }
	div#newsletter {
		background: #c90551;
		height: 220px;
	}
	div#second-sec-id {
		margin-top: 0px;
	}
}
@media only screen and (min-width: 1440px) {
	header#masthead .container {
		padding: 0px !important;
		margin-right: auto !important;
    	margin-left: auto !important;
	}

}
@media only screen and (max-width: 650px) and (min-width: 350px)  {
	.first-banner {
		padding-top: 100px !important;
		padding-bottom: 0px !important;
	}
	div#second-sec-id {
		margin-top: 50px;
	}
}
@media only screen and (max-width: 1000px) and (min-width: 768px)  {
	.main-banner-h p, .main-banner-p p{
		margin-right: 270px !important;
	}
	.banner-button a {
		margin-right: 270px !important;
		font-size: 16px !important;
	}

}
@media only screen and (max-width: 768px) and (min-width: 414px)  {

	.members-left.wpb_column.vc_column_container.vc_col-sm-6, .members-right.wpb_column.vc_column_container.vc_col-sm-6 {
		width: 100% !important;
		text-align: center;
		margin-right: 0px !important;
	}
	.members-page .members-address p{
		text-align:center;
	}
	.dropdown-menu li a {
		font-size: 10px;
	}
}
@media only screen and (min-width: 1000px)  {
	.members-left.bottom-line-pink {
		border-bottom: none;
		margin-bottom: 0px;
	}
}
@media only screen and (max-width: 999px)  {
	.members-left.bottom-line-pink {
		border-bottom: 1px solid #ca1e55;
		margin-bottom: 40px;
	}
}
@media only screen and (max-width: 1015px) and (min-width: 768px)  {
	section#text-9 {
		font-size: 10px;
		padding: 0px 15px;
	}

}
@media only screen and (max-width: 1000px) and (min-width: 863px)  {
	.second-inner-sec-col, .second-inner-sec-col-4 {
		height: 290px !important;
	}
	.members-left.wpb_column.vc_column_container.vc_col-sm-6, .members-right.wpb_column.vc_column_container.vc_col-sm-6 {
		width: 100% !important;
		text-align: center;
		margin-right: 0px !important;
	}
	.members-section {
		margin-top: 40px;
		padding: 0px 120px !important;
	}
	.members-left.bottom-line-pink {
		border-bottom: 1px solid #ca1e55;
		margin-bottom: 40px;
	}
	
	.ctn-details p {
		padding-right: 0px;
	}
}

@media only screen and (max-width: 862px) and (min-width: 769px)  {
	#second-sec-id .vc_col-sm-3 {
    	width: 50%;
		margin-top:20px;
	}
	.members-left.wpb_column.vc_column_container.vc_col-sm-6, .members-right.wpb_column.vc_column_container.vc_col-sm-6 {
		width: 100% !important;
		text-align: center;
		margin-right: 0px !important;
	}
	.members-section {
		margin-top: 100px !important;
		padding: 0px 120px !important;
	}
	
	.ctn-details p {
		padding-right: 0px;
	}
	
}
@media only screen and (max-width: 1199px) and (min-width: 992px)  {
	ul#menu-menu-1 {
		margin-left: 30px !important;
	}

	#menu-menu-1 li {
		margin-left: 10px !important;
	}
	ul#menu-menu-1 li ul li {
		margin: 0px !important;
	}
}
@media only screen and (max-width: 390px) {
	div#maps {
		height: 885px !important;
		padding: 0px !important;
	}
	div#mapss {
		height: 980px;
		padding: 0px !important;
	}
	div#mapsss{
		height: 790px;
		padding: 0px !important;
	}
	div#mapssss {
		height: 875px;
		padding: 0px !important;
	}
	.table-responsive {
		display: block;
		width: 100%;
		overflow-x: auto;
	}
}
@media only screen and (max-width: 320px) {
	div#maps {
		height: 900px !important;
		padding: 0px !important;
	}
	div#mapss {
		height: 1000px;
		padding: 0px !important;
	}
	div#mapsss{
		height: 430px;
		padding: 0px !important;
	}
	div#mapssss {
		height: 875px;
		padding: 0px !important;
	}
}
.local-assistance .members-names p {
    margin-top: 5px;
}
.bott {
    margin-top: 5px;
}
.margin_none {
	margin: 0px !important;
}
#tablepress-1 .row-2 td, #tablepress-2 .row-2 td , #tablepress-4 .row-2 td {
    background: #c90551 !important;
    color: #fff;
}