#data_methodology_page{
  font-family: 'Lato', sans-serif;
  color: #414167;
}

#data_methodology_page .gray{
  color: #7E808A;
}
#data_methodology_page .red{
  color: #FF5A5F;
}


.methodlogy_page_header {
  background-image: linear-gradient(rgba(1, 1, 1, 0.6), rgba(1, 1, 1, 0.2)), url('../images/data_methodology_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  top: -80px;
  height: 456px;
}
.content_data_methodology_page{
  position: relative;
  margin-bottom: -5px;
}

.methodology_header_text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.methodology_header_text h1{
  font-size: 36px;
  margin-bottom: 6px;
}
.methodology_header_text h3{
  font-size: 18px;
  margin-top: 0;
}
#data_methodology_page section{
  display: inline-block;
  width: 100%;
}
#data_methodology_page section{
  padding-bottom: 40px;
}
#data_methodology_page section h1{
  font-size: 28px;
  margin: 40px 0 10px 0;
  text-align: center;
}
#data_methodology_page section h2{
  font-size: 28px;
  margin: 0;
  text-align: center;
  margin-bottom: 34px;
}
#data_methodology_page section h5{
  font-size: 18px;
  color: #7E808A;
  margin-bottom: 25px;
  text-align: center;
}
#data_methodology_page .data_sources_section h1{
  margin-top: -42px;
}
#data_methodology_page .data_sources_section h5{
  margin-bottom: 72px;
}
#data_methodology_page .btn-blue{
  background: #3a9edb;
  color: #fff;
  margin-right: 10px;
  padding: 15px 50px !important;
}
#data_methodology_page .api-request-cont{
  padding-top: 20px;
}
#data_methodology_page .btn-white{
  background-color: #fff;
  color: #3a9edb;
  padding: 15px 50px !important;
}
#data_methodology_page .single_data_source h1{
  font-size: 80px;
  text-align: center;
  font-weight: 600;
  margin-top: 0;
}
#data_methodology_page .single_data_source h5{
  font-size: 18px;
  text-align: center;
  color: #7E808A;
  margin: auto;
  margin-bottom: 15px;
  max-width: 215px;
}
#data_methodology_page .single_data_source img{
  display: block;
  margin: auto;
}

#data_methodology_page .data_type{
  background: #eeeff4;
}
#data_methodology_page .data_type .data_type_bg{
  position: relative;
  margin-top: 3.5%;
}
#data_methodology_page #device_screen{
  width: 85%;
  max-width: 516px;
  display: block;
  margin: auto;
}
#data_methodology_page #zoomed_device_screen{
  width: 30%;
  max-width: 180px;
  border-radius: 50%;
  border: 6px solid #fff;
  position: absolute;
  top: -12%;
  right: 22%;
  background: #fff;
  -webkit-box-shadow: 0px 1px 19px -1px rgba(68,68,68,1);
  -moz-box-shadow: 0px 1px 19px -1px rgba(68,68,68,1);
  box-shadow: 0px 1px 19px -1px rgba(68,68,68,1);
}


#data_methodology_page .data_type .data_type_list{
  margin-top: 3.5%;
}

#data_methodology_page .data_type .data_type_list ul {
    list-style-image: url('../images/list_bullet.png');
}
#data_methodology_page .data_type .data_type_list ul li:first-child{
    margin-bottom: 40px;
}
#data_methodology_page .data_type .data_type_list h3{
  margin: 0 0 5px 0;
  color: #7f7f89;
  font-size: 18px;
  font-weight: 700;
}
#data_methodology_page .data_type .data_type_list p{
  color: #7f7f89;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
}

#data_methodology_page .fancy_list{
  background: #fff;
}
#data_methodology_page .fancy_list .vertical_line{
  display: block;
  margin: auto;
  width: 2px;
  background: #c7cadb;
  height: 33px;
}
#data_methodology_page .fancy_list_container{
  display: block;
  margin: auto;
  width: 80%;
}
#data_methodology_page .fancy_list_item{
  position: relative;
  padding: 20px 30px;
  border: 2px solid #c7cadb;
  border-radius: 5px;
  min-height: 100px;
}
#data_methodology_page .fancy_list_item h1{
  font-size: 20px;
  color: #84848c;
  font-weight: 700;
  margin-top: 0;
  text-align: left;
}
#data_methodology_page .fancy_list_item p{
  font-size: 16px;
  color: #84848c;
  font-weight: 400;
}
#data_methodology_page .fancy_list_item .fancy_item_number{
  display: inline-block;
  position: absolute;
  background-color: #c7cadb;
  border-radius: 50%;
  color: #fff;
  height: 30px;
  width: 30px;
  text-align: center;
  font-weight: 600;
  padding-top: 3px;
  font-size: 18px;
  left: -15px;
}

#data_methodology_page .rounded{
  background: #eeeff4;
}
#data_methodology_page .rounded h1{
  margin-bottom: 80px;
}
#data_methodology_page .rounded img{
  display: block;
  margin: auto;
  border-radius: 50%;
  border: 6px solid #fff;
  background: #fff;
  -webkit-box-shadow: 0px 1px 19px -1px rgba(68,68,68,1);
  -moz-box-shadow: 0px 1px 19px -1px rgba(68,68,68,1);
  box-shadow: 0px 1px 19px -1px rgba(68,68,68,1);
}
#data_methodology_page .rounded span{
  font-size: 18px;
  display: block;
  margin: auto;
  max-width: 300px;
  text-align: center;
  color: #7f7f89;
  padding-top: 30px;
}

#data_methodology_page .mv_accuracy{
  background: #fff;
}
#data_methodology_page .mv_accuracy h1 {
  margin-bottom: 43px;
}
#data_methodology_page .mv_accuracy_container i {
  display: inline-block;
  font-size: 117px;
  width: 100%;
  text-align: center;
  color: #08bf91;
}

#data_methodology_page .mv_accuracy_container {
  max-width: 1200px;
  height: 40px;
  margin: auto;
}
#data_methodology_page .check_accurate {
  margin-top: -18px;
}
#data_methodology_page .mv_accuracy_container span {
  display: block;
  font-size: 20px;
  max-width: 245px;
  margin: auto;
  text-align: center;
  color: #08bf91;
  font-weight: 700;
}
#data_methodology_page .mv_accuracy ul {
    list-style-image: url('../images/list_bullet_green.png');
}
#data_methodology_page .mv_accuracy li {
  color: #7f7f89;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
}


#data_methodology_page .mashvisor_search_section{
    background-image: url('../images/rental-property.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 300px;
}


#data_methodology_page .mashvisor_search_section h1{
  color: #fff;
  font-size: 36px;
  font-weight: 400;
}
#data_methodology_page .mashvisor_search_section h1 p{
  color: #fff;
  font-size: 36px;
  font-weight: 400;
}
#data_methodology_page .mashvisor_search_section h2{
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
#data_methodology_page .mashvisor_search_section h2 p{
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
#data_methodology_page .mashvisor_search_section h3{
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
#data_methodology_page .mashvisor_search_section h3 p{
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width:987px) {
  #data_methodology_page .data_sources_section h5{
    margin-bottom: 40px;
  }
  #data_methodology_page .data_sources_section img{
    margin-bottom: 20px;
  }
  #data_methodology_page .single_data_source h5{
    margin-bottom: 0px;
    max-width: 100%;
  }
  #data_methodology_page .single_data_source h1{
    margin-bottom: 0px;
    max-width: 100%;
  }
  #data_methodology_page .rounded h1 {
    margin-bottom: 20px;
  }
  #data_methodology_page .rounded span {
    padding-top: 5px;
    padding-bottom: 20px
  }
  #data_methodology_page .check_accurate {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  #data_methodology_page .btn-blue{
    margin-bottom: 10px;
    margin-right: 0 !important;
  }
  #data_methodology_page .api-request-cont{
    display: flex;
    flex-direction: column;
    padding: 20px 20px 0px;
  }
}