.mkp-button,
.mkp-button:hover {
  color: black;
  padding: 15px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  font-weight: 700;
}

.mkp-div {
  text-align: center;
}

.filter-ico {
  font-size: 18px !important;
  margin: 0px 10px 0px 0px;
}

.facetwp-mobile-panel-trigger.opener,
.facetwp-mobile-panel-trigger.opener:hover {
  background-color: #d4d4d4;
  padding: 10px 50px 10px 50px;
  color: black;
  border: none;
}

.back-to-ad {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 0.25rem;
  margin:30px 0;
  color: #fff;
  background: #007cff;
}

.back-to-ad a {
  color: #fff;
  font-size: 11pt;
  font-family: sans-serif;
}

.flex-wrapper {
  display: inline-flex;
  width: 100%;
  border: 10px;
  border: 1px solid #e5e5e5;
  padding: 16px;
  margin-top: 15px;
  border-radius: 0.25rem;
}

.flex-thumb {
  width: 66%;
  float: left;
  margin-right: 15px;
  overflow: hidden;
}

.flex-thumb amp-img {
  border-radius: 5px;
}

.flex-title-right-wrapper .title {
  display: inline;
  color: #b40000;
  font-size: 20px;
}

.flex-title-right-wrapper p {
  font-size: 12pt;
}

.pagination-wrapper {
  margin-top: 20px;
}

.flex-title-right-wrapper {
  width: inherit;
}

@media screen and (max-width: 640px) {
  .flex-wrapper {
    display: inline-block;
    margin-top: 5px;
  }

  .flex-thumb {
    width: 100%;
    margin: 0 0 10px;
  }

  .flex-title-right-wrapper p{
    margin: 10px 0 15px;
  }

  .flex-title-right-wrapper .button-link{
    display: block;
    text-align: center;
  }
  .extra-fields0 th {
    width: auto;
  }
}

.primary-menu {
  width: 100%;
}

.suggestion {
  max-height: 75vh;
  overflow-y: scroll;
  background-color: white;
  overflow: auto;
  padding: 5px;
}

.big-menu-adp {
  position: fixed;
  width: 500px;
}

.bb-search-dropdown {
  width: 500px;
}

.search-field-top {
  border: 1px solid #ccc !important;
  border-radius: 4px;
  box-sizing: border-box;
  height: 44px !important;
}

.search-form {
  max-width: 500px;
  position: relative;
  margin: 0 auto !important;
}

.search-title {
  display: block;
  padding: 7px;
  border: 0px solid #ddd;
  font-weight: 200;
  border-bottom: solid 1px #f3f3f3;
}

.search-heading {
  background-color: #cecece;
  pointer-events: none;
  color: #484848;
  font-weight: bold;
}

.search-description {
  display: block;
  font-size: 13px;
  color: #8d4921;
  font-style: italic;
}

.search-image {
  width: 40px;
  height: auto;
  margin-right: 10px;
}

.suggestion a {
  display: flex;
}

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

  .suggestion {
    width: calc(100vw - 20px) !important;
    max-width: initial;
  }

  .bb-search-dropdown {
    width: calc(100vw - 22px) !important;
    max-width: initial;
  }
}

.i-amphtml-scrollable-carousel-container {
  outline: none !important;
  padding-bottom: 5px;
}

.amp-scrollable-carousel-slide {
  padding: 15px;
  margin-left: 15px;
  vertical-align: top;
  border-radius: 10px;
  border-top: 2px solid #FDD500;
  background-color: #c5ac851c;
  box-shadow: 0 0 5px -2px;
  margin-bottom: 15px;
}

.article-carousel .carousal-link {
  color: black;
}

.carousel-img-article {
  position: relative;
  width: 270px;
  height: 190px;
  overflow: hidden;
  margin-bottom: 10px;
  color:#484848;
}

.mainpage-location .carousel-img-article amp-img{
  border-radius: 0;
}

.carousel-img-article amp-img {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.slider-text {
  font-size: 1rem;
  width: 270px;
  overflow: hidden;
  white-space: normal;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: -0.2px;
  font-family: "Quicksand", Sans-serif;
}

.amp-anchor-block{
  font-weight: 100;
}

.mainpage-location .amp-carousel-button-next,
.mainpage-location .amp-carousel-button-prev{
  background-color: #e6ae35;
  box-shadow: 0 0 10px;
}

.mainpage-location.ai-articles h2{
  color: #033356;
}

.mainpage-location.ai-articles .amp-scrollable-carousel-slide{
  border-top: 2px solid #033356;
  background-color: #fafbfc;
}

.mainpage-location.ai-articles .amp-carousel-button-next, 
.mainpage-location.ai-articles .amp-carousel-button-prev{
  background-color: #033356;
}

/* Chatbot carousel */
.ai-chatbots{
  margin: 0 0 2rem;
}
.ai-chatbots h2{
  margin-bottom: 10px;
}
.ai-chatbots p{
  margin-bottom: 2rem;
  font-size: 20px;
  text-align: center;
  font-family: "Quicksand", sans-serif;
}
.chatbots-carousel .chatbot-slider{
  width: 370px;
  padding: 20px 15px 20px;
  background: #343434;
  margin-top: 10px;
  margin-bottom: 20px;
  border: 1px solid #33333312;
  transition: all 0.3s ease-in-out;
}
.chatbots-carousel .chatbot-slider:hover{
  background: #000000;
  -webkit-box-shadow: -3px 2px 4px rgb(0 0 0 / 25%);
  box-shadow: -3px 2px 4px rgb(0 0 0 / 25%);
}
.chatbots-carousel .chatbot-slider:hover .chatbot-name h4{
  text-decoration: underline;
}
.chatbots-carousel .chatbot-slider a{
  display:block;
  height: 100px;
}
.chatbots-carousel .chatbot-slider .chatbot-img{
  display: table-cell;
  height: 100px;
  width: 100px;
  overflow: hidden;
  margin-bottom: 20px;
  color: #484848;
  box-shadow: rgb(100 100 111 / 67%) 0px 7px 29px 0px;
  border-radius: 50%;
  border: 2px solid #fed400;
}
.chatbots-carousel .chatbot-slider .chatbot-img img{
  object-fit: cover;
  border-radius: 50%;
  height: 100%;
  width: 100%;
}
.chatbots-carousel .chatbot-slider .chatbot-name{
  display: table-cell;
  vertical-align: top;
  padding-left: 15px;
}
.chatbots-carousel .chatbot-slider .chatbot-name h4{
  color: #fed400;
  font-size: 20px;
  font-family: "Quicksand", sans-serif;
  margin: 10px 0;
}
.chatbots-carousel .chatbot-slider .chatbot-name p{
  margin-bottom: 0 !important;
  color: #d8d8d8;
  font-size: 14px;
  font-family: "Quicksand", sans-serif;
  white-space: initial;
  text-align: left;
}
.chatbots-carousel .chatbot-slider .chatbot-name p.ai-greeting{
  font-size: 12px;
}
.chatbots-carousel .chatbot-slider a:hover{
  text-decoration: none;
}
@media screen and (min-width:320px) and (max-width:650px) {
  .ai-chatbots h2{
    margin-top: 0 !important;
    margin-bottom: 10px;
  }
  .ai-chatbots p{
    font-size: 15px;
  }
  .image-carousel h2{
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 1024px) {
  .back-to-ad {
    margin-left: 20px;
  }
  .back-to-ad a{
    font-size: 10pt;
  }
}
@media screen and (max-width: 799px){
  .header-search-wrap .search-form {
      max-width: inherit !important;
  }
}