/* Css for google-review page */

/* css for Google review page */

/*==== TOOLS ====*/

.tools-main-title-wrap-blue {
  background-color: #16c2f4;
  padding: 80px 0 125px 0px;
  position: relative;
}

.tools-inner-title {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  /*font-family: 'AvenirNextLTPro-Bold';*/
  z-index: 4;
  margin-bottom: 10px;
  text-align: center
}

.tools-inner-sub-title {
  font-size: 19px;
  position: relative;
  z-index: 1;
  color: #ffffff;
  /*font-family: 'AvenirLTStd-Light';*/
  font-weight: 500;
  text-align: center
}

.tools-white-box-wrap {
  background-color: #FFFFFF;
  border-radius: 2px;
  box-shadow: 0px 1px 3px 1px rgba(88, 98, 101, 0.21);
  -moz-box-shadow: 0px 1px 3px 1px rgba(88, 98, 101, 0.21);
  -webkit-box-shadow: 0px 1px 3px 1px rgba(88, 98, 101, 0.21);
  -o-box-shadow: 0px 1px 3px 1px rgba(88, 98, 101, 0.21);
  width: 100%;
  float: none;
}

.tools-top-wrap .container {
  background-color: #fff;
  padding: 0;
  -webkit-box-shadow: 0px 8px 10px 3px rgba(204, 204, 204, 1);
  -moz-box-shadow: 0px 8px 10px 3px rgba(204, 204, 204, 1);
  box-shadow: 0px 8px 10px 3px rgba(204, 204, 204, 1);
  padding-top: 5px;
}

.tools-white-box-one {
  padding: 0 50px 30px 50px;
  text-align: center;
}

.tools-.tools-top-wrap .container {
  background-color: #fff;
  padding: 0;
}

.white-box-one p {
  padding-bottom: 20px
}

.tools-white-box-two {
  height: auto;
  position: relative;
  margin-bottom: 0;
  padding: 75px 75px 0 75px;
}

.tools-white-box-two iframe {
  width: 100%;
  height: 100%
}

.search-location {
  position: absolute;
  left: 20px;
  top: 150px;
  width: 340px
}

.location-field {
  border: 1px solid #999;
  padding: 15px;
  border-radius: 2px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  font-size: 16px;
  width: 100%;
  color: #4d4d4d
}

.tools-white-box-wrap h2 {
  /*    font-size: 30px;
    color: #4d4d4d;
    font-family: 'AvenirLTStd-Light';
    font-weight: 300;*/
  margin-bottom: 30px;
}

.tools-top-wrap {
  margin-top: -40px;
  z-index: 5;
  position: relative;
}

.tools-google-review {
  background-color: #f4f4f4;
  padding-bottom: 50px
}

.location-result {
  position: relative;
  text-align: center;
  background: transparent;
  margin: 0;
  border-radius: 2px;
  color: #1e1e1e;
  padding: 50px 0 0 0;
  font-size: 16px;
  margin-top: -35px;
  background-color: #fff;
}

.option-items {
  padding: 0 50px 50px 50px;
  border-right: 1px solid rgba(255, 255, 255, .2);
  text-align: center;
  width: 50%;
  float: left;
  margin-top: 75px;
}

.location-result h3 {
  font-size: 32px;
}

.location-result h5 {
  font-size: 22px;
  position: relative;
  font-weight: normal;
  color: #fff;
}

.location-result h5:after {
  content: " ";
  width: 80px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  bottom: -25px;
}

.top-pointer {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  color: #16c2f4;
  top: -65px;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 100px;
}

.how-to-use-it h2 {
  font-size: 30px;
  line-height: 120%;
  /*color: #4d4d4d;*/
  margin-bottom: 50px;
  font-weight: 300;
}

.how-to-use-it {
  counter-reset: item;
  padding: 50px;
  font-size: 16px;
  color: #1e1e1e;
  position: relative;
  margin-top: -30px;
  background-color: #fff;
  z-index: 666;
}
.how-to-use-it{color: #999}
.how-to-use-it p {
  font-size: 16px;
}
.how-to-use-it ol ul li::before{color: #999;}
.how-to-use-it ol li {
  counter-increment: item;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.how-to-use-it ol ul {
  margin-top: 20px;
  margin-bottom: 20px;
  list-style: none;
  padding-left: 30px;
}

.how-to-use-it ol ul li:before {
  content: "";
  font-weight: 700;
  width: 5px;
  height: 2px;
  background-color: #000;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
}
.number_step {
  position: absolute;
  top: -90px;
}
/* .how-to-use-it ol li:before {
  margin-right: 10px;
  content: counter(item);
  background: lightblue;
  border-radius: 100%;
  color: white;
  text-align: center;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  background: #fff;
  border: 8px solid #dadada;
  width: 50px;
  height: 50px;
  display: inline-block !important;
  color: #4d4d4d;
  line-height: 32px;
  position: absolute;
  left: 0;
  top: -5px;
} */

.how-to-use-it li span {
  display: block;
  padding: 5px 0 0 0
}

.how-to-get ul {
  margin-top: 25px
}

.how-to-get ul li {
  margin-bottom: 20px;
}

.how-to-get {
  width: 50%;
  float: left;
  padding-left: 50px
}

.how-to-generate {
  width: 50%;
  float: left;
  padding-right: 50px;
  border-right: 1px solid #dadada
}

ul.list-menu li {
  position: relative;
  list-style-type: none;
  margin-bottom: 25px;
}

ul.list-menu li i {
  position: absolute;
  left: 0px;
  color: #16c1f3;
  width: 19px;
  height: 19px;
  border: 2px solid #16c1f3;
  border-radius: 100%;
  text-align: center;
  line-height: 17px;
  font-size: 11px;
  top: 4px;
}

ul.list-menu li p {
  color: #999999;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 27px;
}

.tools-cards .last-title {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  color: rgba(77, 77, 77, 0.9);
  display: table;
  margin: 60px auto 55px auto;
}

.tools-cards .last-title:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 33%;
  background-color: #8d8d8d;
  bottom: -13px;
  left: 31%;
}

.featured-tools {
  margin-top: 0px
}

.tools-cards .card-list {
  float: left;
  width: 100%;
  list-style: none;
  background: #fff;
  box-shadow: 0px 1px 6px 0px rgba(170, 193, 199, 0.26), 1px 4px 21px 0px rgba(170, 193, 199, 0.21);
  /* margin: 0 2%;*/
  position: relative;
  transition: all .3s ease-in;
}

.tools-cards .tools-cards .card-list a {
  text-decoration: none;
  display: block;
}

.tools-cards .card-img {
  padding: 40px 0;
  text-align: center;
  display: block;
}

.tools-cards .card-caption {
  display: block;
  padding: 15px 0;
  background: #e4ebee;
  border-top: 0;
  text-transform: uppercase;
  font-weight: 500;
  transition: all .3s ease-in;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
}

.tools-cards .fb-chat a {
  color: #3b5998 !important;
}

.tools-cards .local-biz a {
  color: #34a853;
}

.tools-cards .google-rev a {
  color: #4285f4;
}

.tools-cards .google-search a {
  color: #d66b57;
}

.tools-cards .pokemon-type a {
  color: #f6b803;
}

.tools-cards .fb-chat:hover .card-caption {
  background: #3b5998;
  color: #fff;
}

.tools-cards .local-biz:hover .card-caption {
  background: #34a853;
  color: #fff;
}

.tools-cards .google-rev:hover .card-caption {
  background: #4285f4;
  color: #fff;
}

.tools-cards .google-search:hover .card-caption {
  background: #d66b57;
  color: #fff;
}

.tools-cards .pokemon-type:hover .card-caption {
  background: #f6b803;
  color: #fff;
}

.tools-cards #owl-demo .item {
  margin: 3px 18px 0 5px;
}

.tools-cards .last-title {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  color: rgba(77, 77, 77, 0.9);
  display: table;
  margin: 60px auto 55px auto;
}

.tools-cards .last-title:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 33%;
  background-color: #8d8d8d;
  bottom: -13px;
  left: 31%;
}

#GoogleReview .client-testimonial {
  background-color: #FFFFFF;
  padding: 50px;
  text-align: center;
  width: 75%;
  margin: 0 auto;
  position: relative;
  box-shadow: 0px 0px 4.5px 0.5px rgba(170, 193, 199, 0.35), 0px 0px 35px 0px rgba(170, 193, 199, 0.35);
}

#GoogleReview .client-testimonial h3 {
  font-size: 22px;
  color: #4d4d4d;
  margin-bottom: 25px;
}

#GoogleReview .client-testimonial p {
  padding: 0px 30px 0 30px;
  color: #999999;
}

#GoogleReview .client-testimonial:after {
  position: absolute;
  content: "\f0d7";
  font-size: 80px;
  bottom: -47px;
  color: #FFFFFF;
  font-family: 'FontAwesome';
  text-shadow: 0px 2px 2px rgba(170, 193, 199, 0.35);
}

#GoogleReview .testimonial-bottom .testimonial-left {
  display: inline-block;
  vertical-align: middle;
}

#GoogleReview .testimonial-bottom .testimonial-right {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

#GoogleReview .testimonial-bottom .testimonial-right h5 {
  color: #4d4d4d;
  font-size: 18px;
  font-weight: 400;
}

#GoogleReview .testimonial-bottom .testimonial-right p {
  color: #8f8f8f;
  font-size: 14px;
}

#GoogleReview .testimonial-bottom {
  display: block;
  text-align: center;
  margin-bottom: 15px;
}

.tools-newsletter-form .form-tool-2 {
  display: inline-block;
  width: 47%;
  margin-right: 20px;
}

.tools-testimonials {
  background: #f4f4f4;
  padding: 70px 40px 20px 40px;
}

.tools-newsletter {
  background: #16c2f4;
  padding: 0 40px;
  display: table;
  width: 100%;
  overflow: hidden;
}

.tools-newsletter-message {
  display: table-cell;
  padding: 50px 0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  width: 40%;
  vertical-align: middle
}

.tools-newsletter-form {
  width: 60%;
  display: table-cell;
  vertical-align: middle
}

.tools-newsletter-form ul {
  list-style: none
}

.tools-newsletter-form ul li {
  float: left
}

.tools-newsletter-form .form-tool-2 {
  display: inline-block;
  width: 47%;
  margin-right: 20px;
}

.env-icon {
  padding-left: 50px;
  position: relative;
  font-weight: 300;
}

.env-icon:before {
  content: "\f003";
  position: absolute;
  left: 0;
  top: 0;
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 35px
}

.env-icon:after {
  position: absolute;
  content: "";
  background-image: url('../images/arrow-right.png');
  height: 171px;
  width: 78px;
  top: -60px;
  overflow: hidden;
  background-repeat: no-repeat;
  right: 35px;
}

#owl-demo1.owl-carousel .owl-item {
  margin-bottom: 0px;
}

.opt-img img {
  width: 100%;
  border-radius: 2px
}

button.cs-filter.act-filter {
  border-bottom: 2px solid #16c2f4;
}

#search_place_id {
  color: #fff;
  margin-top: 2px;
}

.place_id_iframe {
  position: relative;
  margin-top: 0;
  height: 500px;
}

/* .rvw_instructions {
  background: #fff;
  padding: 30px 25px;
  position: absolute;
  right: 60px;
  top: 40px;
  width: 322px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, .4);
} */

.rvw_instructions h4 {
  font-size: 16px;
  line-height: 16px;
  color: #000;
  font-weight: 800;
  padding-bottom: 12px;
  text-align: left;
}

.rvw_instructions ol {
  font-size: 14px;
  line-height: 24px;
  color: #000;
  text-align: left;
  list-style-position: inside;
}

.rvw_instructions ol li.blu_txt {
  color: #16c1f3;
}

.place_id_info {
  color: #fff;
  position: absolute;
  top: 400px;
  background-color: #16c2f4;
  width: 665px;
  text-align: center;
  border-radius: 5px;
  left: 50%;
  margin-left: -332.5px;
  font-size: 20px;
}
.pdf_footer{
  position: relative;margin-top:20px;float: right;border-bottom: 1px solid #16c1f3;padding-bottom: 15px;
}
.pdf_footer p {
  color: #000;
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.text_field {
  padding: 12px 18px;
  border: none;
  font-size: 14px;
  line-height: 14px;
  border: 1px solid #fff;
  -webkit-appearance: none;
  background: none;
  margin-left: 15px;
  color: #fff;
  font-weight: 500;
  margin-top: 8px;
  margin-bottom: 8px;
}

.text_field::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.text_field::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.text_field:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.text_field:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

#text_here, #text_here2 {
  display: none;
}

#option2_section {
  background-color: rgba(255, 255, 255, 0.7);
  display: none;
  width: 100%;
  z-index: 99;
  position: relative;
}
#option2_intro.single_method,
#option2_section.single_method {
  display: block !important;
  color: #555;
  background: white;  
}
.option-items.single_method{
  margin:0 auto;
  width: 60%;
  float: none;  
}

#option2_intro {
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
  display: none;
}

div#option2_intro>div {
  margin-bottom: 5px;
}

.generate_btns {
  padding: 16px 0 0;
  text-align: center;
}

.submt_btn {
  line-height: 1.5;
  margin-left: 5px;
  border-radius: 0;
  padding: 5px 20px;
  box-shadow: none;
  font-weight: bold;
}

.inline_block {
  display: inline-block;
  padding-right: 20px;
}

a.gen_btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}

.generate_btns a {
  margin-right: 26px;
}

.ggl_rvw_link {
  padding: 40px 0;
}

.link_txt {
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
}

.spl_ggl_rwv_dtls {
  padding: 60px 40px;
  text-align: left;
  background-color: #16c2f4;
  position: relative;
}

.pdf_qrcode {
  width: 100%;
  padding: 20px;
  /* border: 1px solid #16c1f3; */
}

.qrcode {
  width: 200px;
  margin: 15px auto 25px auto;
}
.pdf_qrcode img {
  width: 420px;
}
.pdf {
  position:relative;
  display:none;
  width:600px;
  padding: 55px 70px 0;
}
.pdf dd{
  margin: auto;display: block;width: 460px;overflow: hidden;
}
/* #close_pdf {
  position: fixed;
  right: 500px;
  z-index: 99;
  top: 132px;
  padding: 15px;
  width: 100px;
  text-align: center;
  background-color: #4c4c4c;
  color: #fff;
  cursor: pointer;
  display: none;
} */

/* #download_pdf {
  padding: 15px;
  text-align: center;
  width: 100px;
  background-color: #f7941d;
  color: #fff;
  cursor: pointer;
} */

/*New version*/

input#word {
  width: 350px;
  background-color: #fff;
  color: #000;
}

.result-container a.white-btn {
  border: 1px solid #f89e1f;
  border-radius: 5px;
  box-shadow: 0 1px 5px 2px #ccc;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
}

.blue {
  color: #16c2f4;
}

.option-items-title {
  font-size: 22px;
}

.option-items li {
  padding: 20px 0px;
}

.tools-white-box-one p {
  font-size: 18px;
  color: #1e1e1e;
  text-align: left;
  line-height: 1.5;
}

.inner-maintitle {
  color: #555;
  font-size: 32px;
  margin-bottom: 50px;
  margin-top: 0px;
}

.inner-maintitle:after {
  display: none;
}

.video_container {
  max-width: 468px;
  margin: 45px auto 45px auto;
}

.how-to-use-it ul {
  margin-left: 40px;
  margin-bottom: 70px;
}

.how-to-use-it ul li {
  padding-left: 10px;
  margin-bottom: 10px;
}

.white-btn {
  cursor: pointer;
}

.result-container {
  padding: 0px 75px 75px 75px;
  margin: 0 auto 0 auto;
}

.result-container-inner {
  -webkit-box-shadow: 0px 0px 10px 3px rgba(204, 204, 204, 1);
  -moz-box-shadow: 0px 0px 10px 3px rgba(204, 204, 204, 1);
  box-shadow: 0px 0px 10px 3px rgba(204, 204, 204, 1);
}

.option-items li span {
  font-weight: 400;
}

.result-container p {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.5;color: #999;
}

li.option-line a {
  font-weight: 400;
}

.result-container p a {
  text-decoration: underline;
  cursor: pointer;
}
.result-container ol {
  margin-left: 17px;
}

.result-container h4 {
  color: #555;
  font-size: 24px;
}

.result-container h5 {
  color: #555;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 45px;
}

.search-tabs_single {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  background-color: #c5effc;
  padding: 10px 42px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.search-tabs_single br{display: none}
.search-tabs_single {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  display: inline-block;
  cursor: pointer;
}

#search-tabs_options1 {
  margin-right: 10px;
}

.search-tabs_single.active {
  background-color: #16c2f4;
  color: #fff;
}

.pac-card p {
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
}

div#pac-container p {
  display: inline-block;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* iPad in portrait */
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) {
  /* iPhone 6 Plus in portrait */
  .main-title-wrap-blue {
    margin-top: 0;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
  /* iPhone 6 in portrait */
  .main-title-wrap-blue {
    margin-top: 0;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* iPad in portrait */
  .main-title-wrap-blue {
    margin-top: 0;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  /* iPhone 5 */
  .main-title-wrap-blue {
    margin-top: 0;
  }
  #manage_reply_enquiry .form-inline {
    width: 95%;
    padding: 0;
  }
  #manage_reply_enquiry .form-inline .form-group {
    width: 100%;
  }
}

/*Google Map CSS*/

/* Always set the map height explicitly to define the size of the div
       * element that contains the map. */

#map {
  height: 500px;
  color: #000;
}

/* Optional: Makes the sample page fill the window. */

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

#description {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
}

#infowindow-content .title {
  font-weight: bold;
}

#infowindow-content {
  display: none;
}

#map #infowindow-content {
  display: inline;
}

.pac-card {
  background: #16c2f4;
  /* padding: 30px 0; */
  padding: 60px 40px;
}

#pac-container {
  padding-bottom: 12px;
  margin-right: 12px;
  margin: 20px 0 10px 0;
}

.pac-controls {
  display: inline-block;
  padding: 5px 11px;
}

.pac-controls label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}

#pac-input {
  background-color: #fff;
  font-size: 18px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 20px;
  text-overflow: ellipsis;
  width: 450px;
  color: #999999;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  /*font-family: 'AvenirLTStd-Light';*/
  font-weight: 500;border:1px solid #fff;
}

#pac-input:focus {
  border-color: #4d90fe;
}

#title {
  color: #fff;
  /*
        background-color: #4d90fe;
        */
  font-size: 18px;
  font-weight: 500;
  padding: 6px 12px;
}

input#story, input#short, input#story2, input#short2 {
  background-color: transparent;
  border: none;
  /* color: #fff; */
  width: 400px;
  color: #16c2f4;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

#analytic1, #analytic2 {
  text-decoration: underline;
}

.servicelinks {
  text-decoration: underline;
}

.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
  top: 2px;
  margin-left: 10px;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: #fff;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  opacity: 0;
  transition: opacity 0.3s;
  left: 50%;
  transform: translateX(-50%);
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

#loader {
  position: fixed;
  height: 100vh;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 999999;
  top: 0;
  left: 0;
  /* display: -webkit-flex;
  display: flex; */
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 60px;
  display: none;
}
.pdf_header{
  font-size:25px;color:#000;font-weight:700;
}
@media only screen and (max-width: 1024px) {
  .search-tabs_single {
    padding: 10px;
  }
  .option-items:nth-child(2) {
    margin-top: 0!important;
  }
  .result-container h4, .location-result h3 {
    font-size: 16px;
  }
  .location-result h3, .option-items-title {
    font-size: 20px;
  }
  .how-to-use-it {
    font-size: 14px;
  }
  .result-container h5 {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 20px;color: #999;
  }
  button#search_place_id {
    margin-left: 0;
    display: block;
  }
  .option-items {
    margin-top: 25px;
  }
  #pac-input {
    width: auto;
    font-size: 14px;
  }
  .how-to-use-it ol ul {
    padding-left: 0;
    margin-top: 20px;
  }
  .how-to-use-it ul {
    margin-left: 20px;
    margin-bottom: 30px;
  }

  .inner-maintitle {
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 60px;
  }
  .tools-white-box-two {
    padding: 15px 15px 0 15px;
  }
  .tools-white-box-two.single_method{
    padding: 0;
  }
  .search-tabs_single{
	  font-size: 17px;
	}
	.pac-card{
		padding: 30px
	}
  .pac-card p {
    font-size: 14px;
  }
  .result-container {
    padding: 0px 15px 15px 15px;
  }
  .result-container-inner .tools-white-box-one {
    padding: 0 15px 15px 15px ;
  }
.tooltip .tooltiptext{display: none !important} 
}
@media only screen and (max-width:768px) {
.pdf {
    width: 320px!important;
    /* padding: 0; */
    padding: 15px 10px 0;
}
.pdf_qrcode img, .pdf_qrcode {
  max-width: 150px;
  border: 0;
  width: 150px;
}
.pdf dd{
  width: 280px;
}
.pdf_header{
  font-size:20px;
}
.pdf_footer{margin-top:50px;}
}
@media only screen and (max-width:700px) {
	.place_id_info{margin:0 auto;left: 0;right: 0;width: calc(100% - 20px);width: 100%;padding: 10px;top:330px}
	.place_id_info label{line-height: 100%;display: block}
	input#word{width: 100%;margin: 10px 0}
	.submt_btn{margin: 0}
	.how-to-use-it ol li{padding-left: 10px}
}
@media only screen and (max-width: 480px) {
#search-tabs_options1 {
    margin-right: 0px;
}

.tooltip .tooltiptext img {
  max-width: 300px;
}
.search-tabs_single, .location-result h3, .option-items-title {
  font-size: 16px;
}
#option2_intro{
  font-size: 15px;
}
	#option2_intro div{margin-bottom: 5px}
  .search-tabs_single {
    text-align: center;
    width: 50%;
    float: left;
}
	.video_container{margin: 30px 0}
	div#pac-container p{display: block;margin-bottom: 5px}
	#pac-input{margin: 0}
	.pac-card{padding: 25px 20px}
  .tools-white-box-two .search-tabs {
    border-bottom: 1px solid #fff;
    overflow: hidden;
}
	.featured-tools .owl-carousel .owl-item{margin-right: 0}
	.search-tabs_single br{display: block;font-size: 0}
	#option1_intro{text-align: center}
	button#search_place_id{display: inline-block;margin-top: 5px}
	.result-container-inner .inner-maintitle{margin: 20px 0}
	.how-to-use-it ul{margin-left: 20px}
	.result-container-inner .how-to-use-it{padding: 35px 20px 0}
}
.no-padding{
  padding: 0 !important;
}