@charset "utf-8";
/* CSS Document */
*, body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    margin: 0;
}
html, body {
    height: 100%;
	  font-family: 'Poppins', sans-serif;
	  background: #FFF;
    padding: 0;
    margin: 0;
}
.serach-plugin-lightbox{
   float: left;
   width: 100%;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   position: relative;
}
.result-body{
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 2em;
  max-width: 950px;
  padding-left: 70px;
}
.showing-results{
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  color: #6c6c6c;
  letter-spacing: .2px;
  margin-bottom: 22px;
}
.result-body-contents-list{
  margin-bottom: 20px;
float: left;
width: 100%;
box-shadow: 0 1px 6px rgba(33, 34, 37, 0.28);
padding: 12px;
-webkit-border-radius: 10px;
border-radius: 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.result-firstline-title {
    padding: 0;
    margin: 0;
    min-width: 0;
    position: relative;
}
.result-firstline-title a{
  color: #1a0dab;
  position: relative;
    display: block;
    overflow: hidden;
    font-size: 19px;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 5px;

}
a.result-section-url{
  color: #00644d;
  display: block;
overflow: hidden;
font-size: 14px;
text-overflow: ellipsis;
white-space: nowrap;
margin-bottom: 2px;
text-decoration: none;
cursor: pointer;
word-break: break-all;
}
.result-text {
  display: block;
      margin: 0;
      overflow: hidden;
      font-size: 14px;
      color: #353535;
      line-height: 1.4;
      padding-top: 5px;
}
.search-bar.with-web{
  float: left;
  width: 100%;
  padding: 2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 12px;
padding-left: 70px;
display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
max-width: 950px;
padding-top: 12px;
align-items: center;
}
.static-logo-part{
  margin-right: 12px;
}
.static-logo-part img{
  max-width: 185px;
}
.search-bar.with-web form{
    border: solid 1px #689f38;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    width: 100%;
    max-width: 870px;
    height: 56px;
    position: relative;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}
.user-input {
  padding: 0 16px 0 30px;
border-radius: 30px 0 0 30px;
box-shadow: none;
-webkit-box-shadow: none;
width: 100%;
max-width: 540px;
overflow: hidden;
text-overflow: ellipsis;
height: 100%;
border: none;
font-size: 15px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.search-button {
    position: absolute;
    border: 0;
    padding: 0;
    cursor: pointer;
    line-height: 33px;
    top: -1px;
right: -1px;
z-index: 100;
width: 136px;
    height: 56px;
    background: #689f38;
    border-radius: 0 30px 30px 0;
    color: #FFF;
font-size: 18px;
}
.serach-plugin-lightbox.search-area-only .search-bar.with-web {
  max-width: 810px;
    padding-top: 0;
    padding: 0 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}
.results-pagination{
  float: left;
width: 100%;
text-align: center;
display: block;
}
.pagination {
    width: 100%;
    text-align: center;
    margin-top: 12px;
    display: block;
    float: left;
}

.pagination a {
  color: black;
  padding: 6px 14px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 4px;
  font-size: 14px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.pagination a:hover {
    color: #FFF;
    background-color: #689f38;
    border: 1px solid #689f38;
}
.pagination a.active {
  background-color: #689f38;
  color: white;
  border: 1px solid #689f38;
}
button{
  outline: none!important;
  border: none!important;
  outline-style: none;
  outline-width: 0px;
}
button:focus {
    outline: none;
}
button::-moz-focus-inner{
        border : none;
        outline: none!important;
				outline-style: dotted!important;
				outline-width: 0px!important;
}
button::-moz-focus-outer {
       border: none;
       outline: none!important;
			 outline-style: dotted!important;
			 outline-width: 0px!important;
}
*:focus {
  outline-style: dotted!important;
  outline-width: 0px!important;
}
*:active {
  outline-style: dotted!important;
  outline-width: 0px!important;
}
.payment-confirm-dialog {
    margin-top: 200px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.payment-confirm {
    position: relative;
    float: left;
    width: 100%;
    background: #FFF;
    padding: 20px;
    -webkit-box-shadow: 0px 2px 6px #0000000A;
    -moz-box-shadow: 0px 2px 6px #0000000A;
    box-shadow: 0px 2px 6px #0000000A;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.not-found-box.feature-message-box {
  float: left;
  width: 100%;
  padding: 25px 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.not-found-box.feature-message-box h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #232323;
}
.not-found-box.feature-message-box h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #636363;
}
.not-found-box.feature-message-box p {
  margin-bottom: 1rem;
  color: #636363;
  font-size: 15px;
  line-height: 23px;
}
.payment-confirm .succs-btn {
    color: #fff;
    border-radius: 4px;
    background: #1592fe;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border: none;
    display: block;
    margin: auto;
    max-width: 170px;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 20px;
    cursor: pointer;
    outline: none!important;
    border: none!important;
    outline-style: none;
    outline-width: 0px;
}

.not-found-box.feature-message-box img{
  max-width: 250px;
}
.header-outer-layer {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ececec;
    -webkit-box-shadow: 0px 0px 15px 0px #e2e0dfd4;
    box-shadow: 0px 0px 15px 0px #e2e0dfd4;
}
.search-footer-area{
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #393939;
  padding: 15px 25px;
  font-size: 13px;
  color: #bbbbbb;
  margin-top: 20px;
  display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;    
  justify-content: space-between;
  align-items: center;
}
ul.fb-sicon {
    margin: 0;
    padding: 0;
    margin-bottom: 0px;
}
ul.fb-sicon li {
    list-style-type: none;
    display: inline-block;
    padding: 0px 5px;
    font-size: 16px;
}
ul.fb-sicon li a {
    color: #bbbbbb;
    -webkit-transition: transform 0.2s linear;
    -moz-transition: transform 0.2s linear;
    -o-transition: transform 0.2s linear;
    -ms-transition: transform 0.2s linear;
    transition: transform 0.2s linear;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #c1c1c1;
}
ul.fb-sicon li a:hover {
    color: #717171;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
}
/* CSS Document */

@media screen and (min-width: 993px) {

}
@media screen and (max-width: 1140px) {

}
@media screen and (max-width: 992px) {

}

@media screen and (max-width: 992px) {

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

}
@media screen and (max-width: 850px) {
  .search-bar.with-web {
      padding-left: 15px;
      padding-right: 15px;
      display: block;
      text-align: center;
  }
  .static-logo-part {
    margin-right: 0;
    margin-bottom: 10px;
}
  .result-body {
    padding: 15px 2em;
    max-width: 850px;
    padding-left: 15px;
    padding-right: 15px;
}
}
@media screen and (max-width: 640px) {
  .search-button {
      width: 105px;
      color: #FFF;
      font-size: 15px;
      font-weight: 500;
  }
  .search-footer-area {
    padding: 15px 15px;
    display: block;
    text-align: center;
}
.footer-right-widget p {
    padding-top: 15px;
    font-size: 12px;
}
}
@media screen and (max-width: 520px) {

}
@media screen and (max-width: 385px) {

}
@media screen and (max-width: 320px) {

}
