@media screen and (max-width:1366px){
	.home-banner .banner-map{margin-right:auto }
	.discover_right > img.position{top: -8%;}
	.client-txt h2{font-size: 22px;}
	.client-txt h3{font-size: 18px;}

}

@media screen and (max-width:991px){
.navigation {
    width: calc(100% - 120px);
}

/* contact page */
.contactForm h2 {
    font-size: 22px;
    margin-bottom: 0;
}
.contactForm input, .contactForm textarea,
.contactForm button{
    font-size: 12px;
}
.contactDetails>h2 {
    font-size: 18px;
    margin-bottom: 10px;
}
.contactDetails>p,
.contactDetails ul li{
    font-size: 14px;
}

/* blog page */
.blog ul li {
    margin: 6px 0;
    margin-right: 5%;
}


/* about page */
div.about-banner-content {
    width: 70% !important;
}
.about-content>h2 {
    margin: 10px 0;
    font-size: 24px;
}
.about-content>p {
    padding-right: 17%;
    font-size: 12px;
    line-height: 20px;
}
.about-content a.button-black {
    padding: 7px 15px 9px;
    width: 150px;
}
.discover_left>h2 {
    font-size: 24px;
}

/* make-your-map */
.map1-inner {
    justify-content: space-between;
}
.map1-inner h2 {
    width: auto;
}
.map1-inner button {
    width: 150px;
}
/* matrices */
section.matrices-banner {
    overflow: hidden;
}
section.matrices-banner .container h2 {
    font-size: 24px;
}
section.matrices-banner .row.text-center {
    white-space: nowrap;
    overflow: auto;
    margin-bottom: 20px;
}
hr.hr-m-40 {
    display: none;
}
.matrices-row-flex .matrices-col {
    width: 50%;
    margin-bottom: 20px;
    border: solid 1px #E9E9E9 !important;
}
.discover_left>h2 {
    font-size: 24px;
}

}



@media screen and (max-width:767px){
.container {
    width: 90%;
}
/* header css */
.header-main {
    height: auto;
}
.header-top {
    padding: 6px 16%;
    font-size: 12px;
}
.header-top a {
    display: none;
}
span.top-close {
    width: 20px;
    height: 20px;
    line-height: 20px;
    top: 9px;
    font-size: 14px;
}
header>.container {
    width: 100%;
}
.header-inner {
    padding: 0;
    position: relative;
    z-index: 99;
}
.logo {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    background: #ffd;
    padding: 7px 5% 0;
}
.logo a {
    font-size: 22px;
    display: inline-block;
    width: 90px;
}
.menu_icon {
    position: relative;
    top: 3px;
    right: 0;
    width: 25px;
    height: 22px;
    border-radius: 20px;
    display: inline-block;
    cursor: pointer;
    z-index: 9999;
    float: right;
}
.menu_icon:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    height: 2px;
    background: #303030;
    width: 100%;
    border-radius: 20px;
    transition: 300ms ease-in-out;
}
.menu_icon:after {
    content: "";
    position: absolute;
    top: 16px;
    left: 0;
    height: 2px;
    background: #303030;
    width: 70%;
    border-radius: 20px;
    transition: 300ms ease-in-out;
}
.navigation {
    background: #1d1d1d;
    width: 100%;
    text-align: left;
    position: absolute;
    top: 46px;
    left: 0;
    right: 0;
    z-index: 9;
    transform: translateY(calc(-100% + -100px));
    transition: 500ms ease-in-out;
}
.navigation.active{
    transform: translateY(0%);
}
.navigation ul li {
    margin-left: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
}
.navigation ul li a {
    color: #ffffff;
    padding: 13px 20px;
}
.navigation ul li.sign_btn a {
    border: 0 solid black;
    padding: 13px 20px;
}
.navigation ul li.subscribe_btn {
    margin-left: 0;
}
.navigation ul li.subscribe_btn a {
    border: 0px solid #1c1c1c;
    padding: 13px 20px;
    background: transparent;
}
.dropdown-content a{
	color: #848484;
}

#signModal .nav-tabs > li > a{
    padding: 20px 60px;
}
#signModal .col-lg-6:last-child{
    padding-left: 0px;
    margin-top: 15px;
}
/* header css end */

.home-banner {
    padding: 40px 0;
    height: 100%;
}
.home-banner .banner-map {
    margin: 0 auto;
    height: 100%;
    margin-right: 0;
    width: 100%;
}
.home-banner-inner {
    width: 90%;
}
.home-banner-inner > h3 {
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 25px;
}
.home-banner-inner form {
    padding: 2px;
    font-size: 12px;
}
.home-banner-inner form .fa.fa-search {
    padding: 7px;
}
.home-banner-inner input {
    width: calc(100% - 99px);
}
.home-banner-inner button {
    padding: 0px 16px;
}
.search-bottom {
    margin-top: 10px;
}
.search-bottom-left>span {
    font-size: 13px;
}
.search-bottom ul.suggestions {
    width: 175px;
    margin-top: 8px;
}
.search-bottom .suggestions li {
    padding: 3px 14px;
    margin: 9px 0px 0;
    font-size: 12px;
}

.search-bottom-right>img {
    width: 20px;
    margin-right: 6px;
}
.search-bottom-right>span {
    font-size: 13px;
}
.home-data {
    padding: 40px 0 20px;
}
.home-data p {
    font-size: 13px;
}
.home-data h3 {
    font-size: 18px;
    margin-top: 0px;
}
.data-innner-col {
    width: 80%;
    position: relative;
    z-index: 2;
    margin: 20px auto;
}
.about-inner {
    padding: 40px 0;
}
.about-inner>div {
    width: 100%;
}
.about-img {
    border-right: 0px solid #f1f1f1;
}
.about-content>span {
    font-size: 13px;
}
.about-content>h2 {
    margin: 5px 0;
    font-size: 18px;
    line-height: 25px;
}
.about-content>p {
    padding-right: 0;
    font-size: 12px;
}
.about-content>a {
    margin-top: 10px;
    font-size: 13px;
}
.about-inner>div.about-img.transfer-img {
    padding: 40px 3%;
    border-left: 0px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    margin-top: 40px;
}
.about-content.transfer-data {
    order: 4;
}
.about-inner>div {
    padding: 0;
}
.about-img {
    order: 1;
}
.about-img.transfer-img {
    order: 3;
}
.home-video-inner {
    position: relative;
    height: 200px;
}
.home-video-inner>img {
    width: 100%;
    height: 100%;
}
.video-play>img {
    width: 40px;
}
.video-play>p {
    font-size: 16px;
}
section.discover_section {
    padding: 40px 3%;
}
.discover_inner>div {
    width: 100%;
}
.discover_left {
    position: relative;
    z-index: 3;
    text-align: center;
    margin-top: 40px;
}
.discover_left>h2 {
    font-size: 18px;
    padding-right: 0;
}
.discover_left>a {
    font-size: 12px;
    padding: 6px 12px;
    margin-top: 11px;
}
.discover_right {
    order: -1;
    z-index: 2;
    text-align: center;
}
.discover_right>img.position {
    width: 56%;
    max-width: initial;
    margin: auto;
    left: 0;
    z-index: -1;
    left: 0;
    right: 0;
}
.Featured-section, .Subscription-section, .client-section {
    padding: 40px 0;
}
.Featured-section>span, .Subscription-section>span, .client-section>span {
    font-size: 12px;
}
.Featured-section>h2, .Subscription-section>h2, .client-section>h2 {
    font-size: 18px;
    margin-top: 5px;
}
.featured-inner {
    padding: 0% 0;
    margin-top: 20px;
}
.featured-img>img {
    margin: 0 auto;
    width: 83%;
}
.subscription-inner {
    padding: 0% 0;
    margin-top: 15px;
    box-shadow: none;
}
.subscription-col {
    width: 100%;
    padding: 5% 9%;
    margin: 20px 0;
    box-shadow: 0 3px 29px 0 rgba(171, 58, 79, 0.09);
}
.subscription-inner>div:nth-child(2) {
    border-right: 0px solid #f1f1f1;
    border-left: 0px solid #f1f1f1;
}
.subscription-col>img {
    width: 80px;
    margin: 0 auto;
}
.subscription-col>h2 {
    font-size: 18px;
    margin: 12px 0;
}
.subscription-col>i {
    margin-top: 5px;
}
.subscription-col>a {
    padding: 7px 25px;
    margin: 10px;
    font-size: 12px;
}
.subscription-col>ul {
    margin: 10px 0;
    padding-top: 1px;
    padding-left: 15px;
}
.subscription-col>ul>li {
    margin: 9px 0;
    font-size: 12px;
}
.client-section {
    padding-top: 0;
}

section.discover_section.subscribe-section {
    padding: 0;
}
section.discover_section.subscribe-section .discover_right{
    display:none;
}
section.discover_section.subscribe-section .discover_left {
    margin: 40px 0;
    text-align: left;
}
section.discover_section.subscribe-section .discover_left>h2 {
    padding-right: 0;
    margin-bottom: 10px;
    text-align: center;
}
section.discover_section.subscribe-section .discover_left>h2 img {
    width: 43px;
    margin-top: -6px;
    margin-left: 10px;
}
section.discover_section.subscribe-section .discover_left form {
    text-align: center;
}
.subscribe-section input {
    width: 90%;
}
.subscribe-section button {
    padding: 5px 20px;
    margin-top: 20px;
}
.client_carousel {
    padding: 0 0px;
    margin-top: 40px;
}

.footer-inner {
    padding: 40px 0;
}
.footer-inner>div {
    width: 43.33%;
}
.footer-inner>div.footer1 {
    width: 100%;
    order: 4;
    text-align: center;
    margin-top: 40px;
}
.footer1>a {
    font-size: 24px;
}
.footer1>p {
    font-size: 13px;
    margin-top: 0px;
}
.footer-inner>div h2 {
    font-size: 16px;
    margin-bottom: 0;
}
.footer-inner>div ul {
    margin-top: 12px;
}
.footer-inner>div ul li {
    margin: 10px 0;
    font-size: 12px;
}
div#Subscription-section p a {
    display: block;
    margin: 20px auto;
    margin-right: auto !important;
}

div#Subscription-section p {
    text-align: center !important;
}



/* search page */
.search-filter .container {
    width: 85%;
}
.fixedsearch{
    position: static;
}
.search-filter-left {
    display: none;
}
.search-filter-left.active {
    display: block;
}
.search-filter-right {
    width: 100%;
}
.filterBy {
    margin: 30px 0 25px;
}
.filterBy h2 {
    font-size: 12px;
}
.filterBy>div {
    width: 100%;
}
.filterBy>div:last-child {
    order: -1;
    background: #fff;
    padding: 10px;
    box-shadow: 0 3px 22px 0 rgba(0, 0, 0, 0.13);
    margin-bottom: 40px;
    border-radius: 5px;
}
.filterByRight>h2 {
    width: 50%;
    border-left: solid 1px #e4e4e4;
    text-align: center;
    padding: 5px 0;
}
.filterByRight .filter-heading {
    display: block;
    border: 0;
}
.search-filter-right .home-banner-inner form {
    padding: 5px;
}
.filter-right-level,
.filter-top-option>h2{
    display: none;
}
.filter-top-option>ul {
    width: 100%;
}
.filter-top-option>ul>li {
    width: 25%;
}
.filter-top-option>ul>li img {
    margin: 0 auto;
}
.filter-result-main {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}
.filter-result-data{
    width: 760px;
}


.home-banner {
    padding-bottom: 100px;
}
.home-banner .banner-map{width: 80%;}
.home-banner-inner{top:65%;}
.search-bottom-left {
    width: 55%;
}
.search-bottom-right {
    width: 45%;
    text-align: right;
}
.search-bottom ul.suggestions{width: 100%;}
.search-bottom .suggestions li {
    padding: 0px 0;
    margin: 0px;
    font-size: 12px;
}
.search-bottom .suggestions li a{margin: 10px 0px 0;}
.search-filter-inner{position: relative;}
.search-filter-left {
    width: 100%;
    position: absolute;
    background: #fff;
    padding: 0 20px;
    z-index: 1;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    height: calc(100% - 140px);
    overflow: scroll;
    top: 109px;
    -webkit-overflow-scrolling: touch;
}
.search-filter-right {
    width: 100%;
}


/* contact page */

section.contactSection {
    padding: 40px 0;
}
.contactImg {
    display: none;
}
.contactInner>div {
    width: 100%;
}
.contactForm h2 {
    font-size: 24px;
    margin-bottom: 0;
}
.contactForm>p,
.contactForm input, 
.contactForm textarea,
.contactForm button{
    font-size: 12px;
    -webkit-appearance:none;
}
.contactDetails {
    padding: 7%;
    margin-top: 30px;
}
.contactDetails>h2 {
    font-size: 16px;
    margin-bottom: 10px;
}
.contactDetails>p {
    font-size: 12px;
}
.contactDetails ul li {
    font-size: 14px;
}
.contactForm form {
    padding-right: 0;
}


/* blog page */

.BlogSection {
    padding: 40px 0;
}
.blogTop {
    margin-bottom: 30px;
}
.blogHeading h2 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 30px;
}
.blogHeading h2:after {
    top: 15px;
    left: 60px;
    right:0;
}
.blogSearch {
    width: 100%;
}
.blogHeading {
    width: 100%;
}

.blogList>div {
    width: 100%;
    border-bottom: 1px solid rgba(216, 216, 216, 0.69);
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.blog h2 {
    font-size: 18px;
}
.blog ul li {
    margin: 5px 0;
    margin-right: 24px;
    font-size: 12px;
}
.blog p,
.blog a{
    font-size: 12px;
}
.blogList>div:nth-child(even) {
    margin-left: 0;
}
.blogSearch input{
    -webkit-appearance:none;
}
.blogList>div:last-child {
    border: 0;
    padding: 0;
    margin: 0;
}


/* about page */
section.aboutus-banner>div:nth-child(1), section.aboutus-banner>div:nth-child(2) {
    display: none;
}
div.about-banner-content {
    position: static;
    padding: 40px 8% 60px;
    width: 100% !important;
}
.about-banner-content>h2 {
    font-size: 24px;
    margin-bottom: 5px;
}
.about-banner-content>p, .about-banner-content>a {
    font-size: 12px;
}
.about-banner-content>a.button-black {
    max-width: 130px;
}
section.about-section .about-content>h2 {
    font-size: 16px;
    line-height: 25px;
}
section.about-section .about-content>p {
    line-height: 21px;
}
.about-content>a {
    padding: 7px 15px 9px;
    margin-bottom:0;
}
.about-content {
    padding-bottom: 0 !important;
}
.about-content {
    order: 2;
}

div#carousel-example-generic .item img {
    height: auto !important;
}
.client_carousel .item {
    height: auto;
}
.client_carousel .item:after{
    display:none;
}
.client_carousel .owl-stage {
    align-items: center;
}
.nav-tabs > li > a {
    padding: 10px 40px;
}


/* make-your-map */
.map1-inner {
    margin-top: 20px;
}
.map1-inner h2 {
    font-size: 24px;
    margin-bottom: 15px;
}
.map1-inner button {
    width: 140px;
    padding: 8px 0;
    margin-bottom: 15px;
}


/* matrices */
section.matrices-banner {
    overflow: hidden;
}
section.matrices-banner .container h2 {
    font-size: 24px;
}
section.matrices-banner .row.text-center {
    white-space: nowrap;
    overflow: auto;
    margin-bottom: 20px;
}
hr.hr-m-40 {
    display: none;
}
section.matrices-banner .matrices_btn {
    margin: 0 10px;
    font-size: 14px !important;
    padding: 6px 14px 2px!important;
    outline: none !important;
}
.matrices-col p {
    font-size: 12px;
}
.matrices-col h3 {
    font-size: 14px;
}
.matrices-row-flex .matrices-col {
    width: 100%;
    margin-bottom: 20px;
    border: solid 1px #E9E9E9 !important;
}


/* profile */
section.search-filter .search-filter-left {
    position: static !important;
    margin-bottom: 20px;
    display:block;
}
#_form_5E48DC3CDD56F_ ._inline-style input[type="text"],
#_form_5E48DEACB7EDC_ ._form_element input[type="text"], #_form_5E48DEACB7EDC_ ._form_element input[type="date"], #_form_5E48DEACB7EDC_ ._form_element select, #_form_5E48DEACB7EDC_ ._form_element textarea:not(.g-recaptcha-response){
    width: 70vw !important;
}
#_form_5E48DC3CDD56F_ ._form_element input[type="text"], #_form_5E48DC3CDD56F_ ._form_element input[type="date"], #_form_5E48DC3CDD56F_ ._form_element select, #_form_5E48DC3CDD56F_ ._form_element textarea:not(.g-recaptcha-response) {
    width: 70vw  !important;
}
#_form_5E48DC3CDD56F_ ._submit {
    padding: 6px 16px !important;
    font-size: 14px !important;
}
.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate{
    text-align: left !important;
}
#_form_5E48DC3CDD56F_ ._form-title {
    font-size: 18px;
}
.profile-button{
    margin: 10px 12px;
}
#bulletChart_Demographics svg {
    height: 120px;
}



/*  header dropdown*/

  .dropdown span
  {
    color: #ffffff;
  }      
  .dropdown-content a
  {
    color: #303030 !important;
  }  
  .fa-caret-down
  {
    color: #ffffff;
  }
  .carousel-container
  {
    margin-top: 1.5rem;
  }
  .dropdown
  {
    padding: 13px 10px;
  }
}

















