.ada__left,
.already_commented,
.blog-score,
.blog-score-msg,
.blog__btn-wrapper,
.blog__footer-right,
.blog__traffic-inner,
.line-bar,
.modal-body,
.modal-desc,
.modal-image,
.modal-title,
.new-close,
.w3-bar-block.w3-center .w3-bar-item,
.w3-centered tr td,
.w3-centered tr th,
.w3-modal-content {
  text-align: center;
}

.additional,
.bg-button,
.blogm_head h1,
.icon-text,
.line-bar,
.modal-title,
.searchxyz,
.slider-button,
.slider-button-inner,
.traffic2__heading {
  text-transform: uppercase;
}

.header.sticked {
  position: fixed;
}

html {
  overflow-x: hidden;
}

.hero-animated p {
  font-size: 34px;
  margin-bottom: 0px;
}

@font-face {
  font-family: candara-bold;
  src: url(/assets/fonts/candara-bold.ttf) format("truetype");
  font-display: swap;
}

.hero-animated {
  background: url(../images/blog/Bg-blog.jpg) no-repeat !important;
  padding: 50px 0 10px !important;
  background-size: cover !important;
}

.hero-right {
  position: relative;
}

.pricing .arrow-div {
  top: 60%;
  width: 100px;
  left: -25%;
}

.hero-animated h1 {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 42px;
  line-height: 50px;
  letter-spacing: 0px;
}

.hero-animated h1 span {
  font-family: 'Anton-Regular';
  letter-spacing: 1px;
  font-size: 66px;
  font-weight: 500;
  line-height: 74px;
  margin-top: 5px;
}

.flex_icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.w3-btn,
.w3-button,
.w3-cell-middle,
img {
  vertical-align: middle;
}

.lightgraybg,
.lightgraybgnew {
  margin: 0 !important;
}

.ada-ad-mob,
.blog__filter,
.none {
  display: none;
}

h3.orange {
  color: #e36c0a;
}

.ppp-mob-common h3.fhwdh2 {
  color: #4fc73b;
}

.checkinoutdisplay {
  border-radius: 4px;
  padding: 12px 40px 12px 12px !important;
  background-color: #262570 !important;
  background-position: 98% center !important;
  color: #fff;
}

.checkinoutdisplay input {
  border: 0 !important;
  background: 0 0;
}

.modal-content {
  position: relative;
  background: #2b2b2b;
  border: 0 !important;
  max-width: 700px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

.success-message {
  background-color: #d4edda;
  color: #155724;
  padding: 10px;
}

.error-message {
  background-color: #f8d7da;
  color: #752028;
  padding: 10px;
}

.info-message {
  background-color: #d1ecf1;
  color: #0c5460;
  padding: 10px;
}

.modal-footer,
.modal-header {
  color: #fff;
  padding: 2px 16px;
}

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

.close {
  top: -5px;
  right: 8px;
}

.modal-header {
  background-color: #292f85;
}

.modal-header h2 {
  font-weight: 400;
}

.modal-body {
  padding: 2px 16px;
}

.modal-footer {
  background-color: #5cb85c;
}

.black,
.blog-title a,
.blog-title a:hover,
.box-up-left,
.naviagtionlinew a {
  color: #000;
}

.blog-container {
  max-width: 1100px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  font-size: 13px;
  position: relative;
}

.blog-top-search-bar.blog-container {
  box-shadow: 0 4px 10px rgb(0 0 0 / 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  margin: 20px auto 15px;
  width: 90%;
  position: relative;
}

.blog-score {
  background: #000;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.25);
  padding: 20px 15px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #fff;
  margin: 10px 0;
  width: 100%;
}

.blog-score>p {
  font-size: 17px;
}

.blog-score__btns,
.blog__search-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-score__btn-no,
.blog-score__btn-yes {
  cursor: pointer;
  padding: 8px;
  border: 0;
  margin: 0 10px;
  border-radius: 2px;
  font-size: 14px;
}

.blog-score__btn-yes {
  background: rgba(255, 255, 255, 0.95);
  color: #050b4d;
  font-weight: 700;
}

.blog-score__btn-no {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.blog-score__btn-no>.fa,
.blog-score__btn-yes>.fa {
  margin-right: 5px;
}

.blog-score__btn-no>.fa {
  color: red;
}

.improvescore-form-wrapper {
  display: none;
  position: relative;
}

.guest-close-btn,
.improvescore-close-btn {
  position: absolute;
  border: 0;
  background: 0 0;
  padding: 0;
  top: 0;
  right: 5px;
  font-size: 20px;
  color: #737373;
}

.improvescore-form {
  display: flex;
  margin: 20px 0 10px;
  padding: 20px;
  justify-content: center;
  align-items: flex-start;
}

.improvescore-form-control,
.improvescore-form-control.error {
  flex: 1;
  border: 1px solid transparent;
  padding: 15px;
  color: #444 !important;
  box-shadow: 0 5px 6px 0 rgba(68, 68, 68, 0.04);
  margin-right: 20px;
  background: #ececec !important;
  font-weight: 400;
  min-width: 280px;
  font-size: 15px !important;
  float: none;
}

.blog-top-ul li,
.blog_readmore,
.guestform label.error,
.searchxyz,
.slider-top-ul li,
.traffic2-form label.error,
.w3-display-container:hover span.w3-display-hover,
.w3-tooltip:hover .w3-text {
  display: inline-block;
}

.improvescore-form label.error {
  display: block;
  width: 90% !important;
  margin-top: 4px;
}

.guestform label.error,
.improvescore-form label.error,
.traffic2-form label.error {
  text-align: left;
  width: auto;
  color: #fff;
  float: none;
  font-size: 13px !important;
  background: #cc0f05;
  border-radius: 3px;
  position: relative;
  padding: 10px 15px;
  font-weight: 400;
  margin-bottom: 5px;
  top: 0;
}

.guestform__form-control.error,
.improvescore-form-control.error,
.traffic2__form-control.error {
  border: 1px solid #fb0d01 !important;
  position: inherit;
}

span.fa.fa-caret-up {
  position: absolute;
  font-size: 30px;
  top: -18px;
  color: #cc0f05;
}

.improvescore-form-control:focus {
  border: 1px solid #fb0d01 !important;
}

.blog__btn-fill.improvescore-submit {
  padding: 14px 25px !important;
}

.blog-score-msg {
  padding: 20px;
  background: #050b4d;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  display: none;
  margin: 10px 0 30px;
  font-weight: 700;
  font-size: 16px;
}

.blog__main {
  display: flex;
  flex-wrap: wrap;
  margin: 30px auto;
}

.blog__left {
  flex: 1 0 calc(70% - 30px);
  margin-right: 30px;
}

.blog__right {
  flex: 1 0 30%;
}

.blog__article {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.07);
  cursor: pointer;
  border: 1px solid #d3d3d3;
}

.blog__guestform>div,
.blog__search-input,
.blog__traffic2>div,
.category__content {
  box-shadow: 0 5px 6px 0 rgba(68, 68, 68, 0.04);
}

.blog__article:not(:first-child) {
  margin: 30px 0;
}

.article__thumb {
  flex: 1 1 30%;
  display: flex;
  margin: 10px;
}

.article__content {
  flex: 1 1 70%;
}

.ada__right img,
.article__thumb img,
.guestpost__left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.article__heading {
  margin: 5px 0 0;
  color: #050f79;
  font-size: 17px;
  font-weight: 500;
}

.article__tags {
  margin: 15px 0;
  color: #555;
  font-size: 13px;
}

.article__details {
  display: flex;
  color: #555;
  font-size: 14px;
}

.article__details .fa {
  font-size: 9px;
  color: #555;
  margin-right: 5px;
}

.article__author {
  margin-right: 30px;
}

.article__author-name {
  color: #050f79;
  margin-left: 0.3ch;
  font-weight: 700;
}

.article__author,
.article__date {
  display: flex;
  align-items: center;
}

.blog__btn-wrapper {
  margin: 0 0 10px;
}

#marketing_consultation_form .blog__btn-fill {
  padding: 14px 30px;
}

#view_more.blog__btn-fill,
.blog__btn-fill {
  border: 0;
  background-color: #ccc;
  padding: 15px 25px;
  color: #000;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border-radius: 10px 0 10px 10px;
}

.blog__search,
.blog__select>select {
  background-color: #fff;
  position: relative;
}

#view_less.blog__btn-fill:hover,
#view_more.blog__btn-fill:hover {
  background-color: #3e96f4;
  color: #fff;
}

.blog__search {
  display: flex;
  border-radius: 0 30px 30px 0;
  justify-content: center;
  height: 44.5px;
  color: #777;
  flex: 1;
  border-right: 0;
  width: 100%;
}

.blog__search-input:focus {
  border-right: 0 !important;
}

.blog__search-input:focus+.blog__search-btn {
  border: 1px solid #ccc !important;
  border-left: 0 !important;
}

.blog__search-input:focus::placeholder {
  opacity: 0;
  transition: 0.3s;
}

.blog__search-input {
  flex: 1;
  border: 2px solid #f0f0f0;
  outline: 0;
  padding: 10px 0 10px 30px;
  font-size: 14px;
  border-radius: 3px 0 0 3px;
  border-right: 0;
}

.blog__search-btn {
  font-size: 16px;
  padding: 10px;
  background: 0 0;
  border: 1px solid transparent;
  color: inherit;
  border-left: 0;
  border-radius: 0 3px 3px 0;
}

.blog__filter-btn {
  border: 0;
  padding: 5px 0 5px 20px;
  background: 0 0;
  font-size: 18px;
}

.blog__filter-btn>.fa {
  color: #050f79;
}

.blog__filter-heading {
  color: #050f79;
  font-weight: 700;
  font-size: 15px;
  margin: 20px 0 8px 2px;
}

.blog__select-wrapper {
  display: flex;
  justify-content: space-between;
}

.blog__select {
  position: relative;
  width: 49%;
  display: inline-block;
}

.ada-ad,
.ada__left,
.ada__logo,
.blog__guestpost,
.blog__traffic {
  display: flex;
}

.blog__select>select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  color: #555;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  appearance: none;
  line-height: normal;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z'/%3E%3C/svg%3E");
  background-position: right 10px top 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.w3-bordered tr,
.w3-table-all tr,
.w3-ul li {
  border-bottom: 1px solid #ddd;
}

.ada-ad {
  margin: 10px 0 30px;
  color: #575b5c;
}

.ada-ad>div {
  flex: 1;
}

.ada__left {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fafafa;
  padding: 20px 15px;
}

.ada__logo>img {
  width: 100%;
  max-width: 130px;
}

.ada__heading {
  font-size: 23px;
  font-weight: 700;
  margin: 0;
}

.ada__heading-line1 {
  margin: 15px 0;
  display: block;
}

.ada__heading-line1>span {
  display: block;
  font-size: 20px;
}

.ada__heading-line2 {
  color: #050f79;
  display: block;
}

.ada__heading-line2>span {
  font-size: 28px;
  display: block;
}

.blog__categories {
  padding: 15px;
  background: #fafafa;
  margin-top: 15px;
}

.blog__categories-content {
  background: #fff;
}

.category__heading {
  font-size: 17px;
  color: #555;
  display: flex !important;
  justify-content: space-between;
  cursor: pointer;
  padding: 10px 15px;
}

.category__heading>.fa {
  font-size: 14px;
  transition: 0.3s;
  display: flex;
  align-items: center;
}

.category__heading.hidden>.fa {
  transform: rotate(180deg);
}

.category__content {
  max-height: 315px;
  overflow-y: auto !important;
  margin: 15px 0 0;
  padding: 5px 15px;
}

.blog__guestform,
.blog__guestpost,
.blog__traffic,
.blog__traffic2 {
  -webkit-backface-visibility: hidden;
  box-shadow: 0 3px 7px 0 rgb(0 0 0 / 18%);
}

.category__content::-webkit-scrollbar {
  width: 5px;
}

.category__content::-webkit-scrollbar-track {
  background: #fff;
}

.category__content::-webkit-scrollbar-thumb {
  background: #c7c7c7;
}

.category__content::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.category__item {
  display: block;
  text-decoration: none;
  color: #555;
  margin: 0 0 20px;
  font-size: 14px;
}

.category__item.active,
.guestpost__heading {
  color: #000;
  font-weight: 700;
}

.blog__guestpost>div {
  flex: 1 0 50%;
}

.guestpost__right {
  background-color: #fafafa;
  padding: 20px 15px;
}

.guestpost__heading {
  font-size: 26px;
}

.guestpost__heading>span,
.w3-display-container:hover .w3-display-hover,
.w3-dropdown-hover:hover .w3-dropdown-content {
  display: block;
}

.guestpost__details {
  color: #666;
  margin: 25px 0;
  font-size: 14px;
}

.guestpost__btn {
  text-decoration: none;
  color: #050f79;
  font-weight: 700;
  font-size: 13px;
  background: #fafafa;
  border: 1px solid #050f79;
  padding: 6px 12px 4px;
  border-radius: 11px;
}

.blog__guestpost-wrapper {
  width: 100%;
  height: 300px;
  max-height: 300px;
  perspective: 1000px;
  margin: 30px 0;
  transition: 0.6s;
}

.blog__guestpost-wrapper.flip-left {
  height: 500px;
  max-height: 500px;
}

.blog__guestpost-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.blog__guestform {
  transform: rotateY(180deg);
  display: flex;
  padding: 30px 15px 15px;
  background: #fafafa;
}

.flip-left .blog__guestpost-inner {
  transition: 0.8s;
  transform: rotateY(180deg);
}

.blog__guestform,
.blog__guestpost {
  position: absolute;
  width: 100%;
  backface-visibility: hidden;
  border: 1px solid #d3d3d3;
}

.guestform__form-control {
  border: 1px solid transparent;
  background: #f6f6f6;
  outline: 0;
  padding: 15px 10px;
  width: 100%;
  margin: 4px 0;
  color: #636363;
}

.guestform__form-control:focus,
.w3-border {
  border: 1px solid #ccc !important;
}

.guestform__submit {
  padding: 14px 25px;
  letter-spacing: 1px;
  display: block;
  margin: 20px auto 10px;
}

.blog__traffic>div {
  flex: 1 0 50%;
  position: relative;
}

.traffic__left {
  position: relative;
  padding: 15px 10px 20px;
}

.traffic__left>img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-position: left bottom;
  object-fit: cover;
}

.traffic__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.traffic__heading {
  font-size: 21px;
  color: #050f79;
  font-weight: 700;
  padding-bottom: 10px;
}

.traffic__heading>span {
  font-size: 24px;
}

.traffic__btn-no,
.traffic__btn-yes {
  cursor: pointer;
  padding: 10px 12px;
  border: 0;
  margin: 10px 0 0;
  border-radius: 20px;
}

.traffic__btn-no>.fa,
.traffic__btn-yes>.fa {
  margin-right: 10px;
}

.blog_readmore:hover,
.traffic__btn-yes {
  background: #050b4d;
  color: #fff;
}

.traffic__btn-no {
  background: #e9e9e9;
}

.fa-minus,
.fa-times,
.traffic__btn-no>.fa {
  color: red;
}

.blog__traffic2 {
  display: flex;
  padding: 15px;
  background: #fafafa;
}

.blog__guestform>div,
.blog__traffic2>div {
  flex: 1 0 50%;
  background: #fff;
}

.traffic2__left {
  position: relative;
  padding: 20px;
}

.traffic2__heading>span {
  font-size: 27px;
  display: block;
}

.traffic2__desc {
  margin: 20px 0;
  color: #656565;
  font-size: 16px;
}

.guestform__form-control.error,
.traffic2__form-control,
.traffic2__form-control.error {
  border: 1px solid #ccc;
  background: #f6f6f6 !important;
  outline: 0;
  padding: 10px;
  width: 100%;
  margin: 4px 0;
  color: #636363 !important;
  font-weight: 400;
  font-size: 15px;
}

input:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
  transition: 0.3s;
}

.traffic2__form-control:focus {
  border: 1px solid #6a6f73 !important;
}

.blog__traffic-wrapper {
  width: 100%;
  height: 600px;
  perspective: 1000px;
  position: sticky;
  top: 150px;
}

.blog__traffic-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-left .blog__traffic-inner,
.show-message .blog__traffic-inner {
  transition: 0.8s;
  transform: rotateY(180deg);
}

.blog__traffic,
.blog__traffic2 {
  position: absolute;
  width: 100%;
  backface-visibility: hidden;
  border: 1px solid #d3d3d3;
}

.blog__traffic2 {
  transform: rotateY(180deg);
  padding-top: 30px;
}

#mission_inquiry span.fa,
.blog__filter-mob,
.blog__filter-mob-close,
.flip-left .blog__guest-message,
.flip-left .blog__traffic-message,
.show-message .blog__traffic2,
.w3-display-hover,
.w3-tooltip .w3-text {
  display: none;
}

.blog__guest-message,
.blog__traffic-message {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fafafa;
  padding: 15px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #0e3886;
  line-height: 1.6;
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 500px;
}

.blog__guest-message>img,
.blog__traffic-message>img {
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 10%;
  right: 10%;
  width: 80%;
  height: 80%;
  object-fit: contain;
  z-index: 0;
  opacity: 0.5;
}

.blog-container img,
.blog__guest-message>span,
.blog__traffic-message>span {
  position: relative;
  z-index: 1;
}

.blog__footer {
  background: url(../../images/static/blog_static/blog__footer-bg.jpg) left center/cover no-repeat;
  padding: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

html.webp .blog__footer {
  background: url(../../images/static/blog_static/blog__footer-bg.webp) left center/cover no-repeat;
}

.content-blog-footer {
  width: 87%;
  margin: 0 auto;
  border-radius: 10px;
}

.blog__footer-content {
  width: 60%;
  display: flex;
  align-items: center;
}

.blog__footer-left {
  width: 70%;
}

.blog__footer-right {
  width: 30%;
}

.blog__footer-heading {
  font-size: 25px;
  color: #000;
  margin: 0 0 15px !important;
}

.blog__footer-heading>span {
  display: block;
  font-size: 22px;
}

.blog__footer-desc {
  color: #050f79;
  line-height: 1.5;
}

@media (max-width: 1199px) {
  .blog__footer-content {
    width: 60%;
  }
}

@media (max-width: 991px) {
  .top-score {
    margin-top: 20px !important;
  }

  body {
    padding-bottom: 42px;
  }

  .blog-score>p {
    font-size: 15px;
  }

  .blog__btn-fill.improvescore-submit {
    padding: 14px 25px 13px !important;
  }

  .blog__left {
    flex: 1 0 100%;
    margin-right: 0;
  }

  .blog__right {
    flex: 1 0 100%;
  }

  .blog__filter-mob {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }

  .blog__filter-mob-btn {
    text-align: center;
    background-color: #000;
    color: #fff;
    padding: 10px;
    font-size: 17px;
    text-transform: uppercase;
  }

  .blog__filter-mob-btn>.fa {
    margin-left: 5px;
  }

  .blog__filter-mob-content {
    z-index: 9999999999;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #fff;
    padding: 100px 50px;
    transition: 0.3s;
    transform: translateY(101%);
    height: 100vh;
    overflow-y: auto;
  }

  .blog__filter-mob-content.active {
    transform: translateY(0);
    display: block;
  }

  .blog__filter-mob-close {
    display: block;
    background: 0 0;
    border: 0;
    font-size: 30px;
    position: absolute;
    top: 30px;
    right: 30px;
    color: #000;
  }

  .blog__filter {
    display: block;
  }

  .ada-ad,
  .blog__filter-btn {
    display: none;
  }

  .ada-ad-mob {
    display: flex;
  }

  .blog__categories {
    margin: 40px 0;
    padding: 10px;
  }

  .category__content {
    max-height: calc(100vh - 250px);
  }

  .blog__footer {
    justify-content: center;
  }

  .blog__footer-content {
    width: 90%;
  }

  .ada-ad-mob,
  .blog__guestpost-wrapper,
  .blog__traffic-wrapper {
    width: 85% !important;
    margin: 50px auto;
  }

  .blog__guestpost-wrapper {
    height: 235px;
    max-height: 235px;
  }

  .blog__guestpost-wrapper.flip-left {
    height: 500px;
    max-height: 500px;
  }

  .blog__traffic-wrapper {
    height: 200px;
  }

  .blog__traffic-wrapper .blog__traffic-message {
    height: auto;
  }

  .blog__traffic-wrapper.flip-left {
    height: 500px;
  }

  .flip-left .blog__traffic2 {
    position: relative;
  }
}

@media (max-width: 767px) {

  #marketing_consultation_form .improvescore-form-control.error,
  .improvescore-form-control {
    min-width: inherit;
    width: 100%;
  }

  .guestpost__right {
    padding: 8px 15px;
  }

  #hotel_reputation_form {
    display: block;
  }

  .improvescore-close-btn {
    top: 0;
  }

  .improvescore-form {
    display: block;
    padding: 30px 0 0;
    margin-top: 0;
  }

  .blog__guestpost-wrapper {
    height: 294px;
    max-height: 294px;
  }

  .blog__guestpost-wrapper.flip-left {
    height: 500px;
    max-height: 500px;
  }

  .improvescore-form-control {
    flex: 1 0 100%;
    margin: 0 0 25px;
  }

  #marketing_consultation_form .blog__btn-fill,
  .blog-container-mob img {
    width: 100%;
  }

  #myModal .modal-desc {
    font-size: 16px;
    text-align: left;
    margin: 0;
  }

  .improvescore-form label.error {
    width: 100% !important;
  }

  .blog__btn-fill.improvescore-submit {
    padding: 20px 30px !important;
  }

  .blog-container {
    padding: 0 10px;
  }

  .blog-score {
    flex-direction: column;
    padding: 20px 10px;
  }

  .blog-score__btns,
  .blog__footer-right {
    margin-top: 20px;
  }

  .blog__article {
    flex-direction: column;
    padding: 20px;
    display: block;
  }

  .blog-score-msg {
    padding: 20px 0;
  }

  .article__thumb {
    margin: 0 0 20px;
  }

  .article__thumb>img {
    width: 75%;
    height: auto;
    margin: 0 auto;
  }

  .blog__btn-wrapper {
    margin: 5px 0 10px;
  }

  .ada-ad-mob,
  .blog__guestpost,
  .blog__traffic-wrapper {
    width: 100%;
    margin: 0 auto;
  }

  .blog__guestpost {
    height: 100%;
  }

  .blog__traffic-wrapper {
    height: 300px;
  }

  .blog__footer-content {
    width: 100%;
    flex-direction: column;
  }

  .blog__categories {
    margin: 25px 0 0;
	width: 100%;
  }

  .blog__filter-mob-content {
    display: block;
    padding: 55px 15px 1px;
  }

  .blog__filter-mob-close {
    font-size: 24px;
    top: 15px;
    right: 15px;
  }

  .category__content {
    max-height: calc(100vh - 350px);
  }
}

@media (min-width: 768px) and (max-width: 1023px) {

  .traffic__btn-no,
  .traffic__btn-yes {
    margin: 10px;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.blog__btn-fill {
  font-size: 15px;
}

.modal-title,
.modal_close {
  font-size: 28px;
  font-weight: 700;
}

.modal_close {
  float: right;
  position: absolute;
  top: -15px;
  right: -15px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  background: #5f5f5f;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
}

.blog-container img,
.blogm_head,
.blogm_head h1,
.image-before,
.w3-display-container,
.w3-tooltip {
  position: relative;
}

.modal-desc,
.modal-title {
  margin: 0;
  color: #fff;
}

.close:focus,
.close:hover,
.modal_close:focus,
.modal_close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.consultationmodal .modal_close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.modal-image img {
  max-width: 300px;
  margin: 0 auto;
}

.modal-desc {
  font-size: 18px;
  line-height: 1.8;
}

#myModal {
  margin: 0 auto;
  height: 100vh;
  background-color: rgb(0 0 0 / 90%);
  overflow: hidden;
  z-index: 9999;
}

.searchxyz {
  border-radius: 10px;
  padding: 8px 12px 5px 15px;
  box-shadow: 0 0 6px #d4d4d4 inset;
  background: #ebebeb;
  color: #000;
  font-weight: 600;
  margin-bottom: 5px;
}

.searchxyz2 {
  background: #eee;
  padding: 6px 15px;
  color: #000;
  border-radius: 6px;
  font-size: 12px;
  margin: 0 5px;
}

.searchxyz a {
  color: #000;
  margin-left: 5px;
}

.already_commented {
  padding-top: 50px;
  padding-bottom: 50px;
  color: red;
  background: #ffd0d7;
  margin-top: 50px;
}

.blogm_head:after {
  display: block;
  position: absolute;
  margin-top: 0;
  height: 500px;
  width: 100%;
  content: "";
  right: 0;
  top: 0;
}

.blogm_head h1 {
  z-index: 1;
  color: #fff;
  line-height: 1;
}

.hotel_reputation_form_error,
.marketing_consultation_form_error {
  background: 0 0 !important;
}

.finder-activator {
  background: #f0f0f0;
  border: 1px solid transparent;
  color: #000;
  padding: 10px 30px;
  border-radius: 0 15px 15px 0;
  font-weight: 500;
}

.justify-content-space-around {
  justify-content: space-around !important;
}

.blog_readmore {
  border-radius: 11px;
  background: #fff;
  color: #050b4d;
  border: 1px solid #c5c5c5;
  padding: 6px 10px 3px;
  font-size: 13px;
  margin: 0 0 10px !important;
  cursor: pointer;
}

.black_layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 14%);
}

.new-close {
  color: #da1f2a;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  padding: 2px;
}

.W100,
.custom-rotate img,
.w3-bar-block .w3-dropdown-click,
.w3-bar-block .w3-dropdown-hover {
  width: 100%;
}

.line-bar::after,
.line-bar::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 10%;
}

.BR10,
.custom-rotate,
.custom-rotate-BR img {
  border-radius: 10px 10px 0 0;
}

.blogm_head {
  overflow: hidden;
  background: url(../../images/blog/background-1.webp) 50% 50% / cover no-repeat;
  width: 100%;
  height: auto;
  padding: 20px 0;
}

.no-webp .blogm_head {
  background: url(../../images/blog/background-1.jpg);
}

.slider-button-icon {
  background: #fff !important;
  border: 2px solid #000 !important;
  color: #000 !important;
  font-size: 13px !important;
}

.BR20 {
  border-radius: 20px;
}

.line-bar {
  color: #fff;
  font-size: 30px;
  font-weight: lighter;
  padding: 0 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-top-text,
.blog_rep {
  text-align: left;
  color: #000;
}

.line-bar::before {
  left: 20%;
}

.line-bar::after {
  right: 20%;
}

.reservation-image {
  background: url(../../images/blog/blog-1.webp) center/cover no-repeat;
  height: 320px;
  width: 100%;
  border-radius: 10px;
}

.no-webp .reservation-image {
  background: url(../../images/blog/blog-1.webp);
}

.reservation-image-sec {
  background: url(../../images/blog/blog-8.webp) center/cover no-repeat;
  height: 320px;
  width: 100%;
  border-radius: 10px;
}

.no-webp .reservation-image-sec {
  background: url(../../images/blog/blog-8.jpg);
}

.flex-small-right {
  flex-basis: 70%;
  padding-left: 45px;
}

.flex-small-right-sec {
  flex-basis: 55%;
  padding: 0 48px;
  line-height: 45px;
}

.blog-article,
.blog-article-1 {
  padding: 15px;
  margin: 0;
  cursor: pointer;
  display: flex;
}

.blog-article {
  box-shadow: 0 4px 10px rgb(0 0 0 / 0.2);
  border-radius: 10px;
  justify-content: space-between;
  border: 1px solid #a6a6a6;
  align-items: center;
}

.blog-article-1 {
  border-radius: 10px;
  align-items: center;
  justify-content: center;
}

.BR10px,
.custom-rotate-top {
  border-radius: 10px !important;
}

.BR20px {
  border-radius: 20px !important;
}

.border-ind {
  border: inherit;
}

.color-link {
  color: #a18613;
}

.slider-top-ul li {
  margin: 13px 0;
}

.slider-top-ul {
  padding: 0;
  margin: 10px 0;
}

.slider-button,
.slider-button-inner {
  padding: 7px 10px;
  font-size: 12px;
}

a.slider-button:active,
a.slider-button:hover {
  color: #000;
  background: #ddd;
}

.slider-button {
  background: 0 0;
  border: 2px solid #ddd;
  font-weight: 600;
  color: #000;
  border-radius: 7px;
  margin: 0 5px;
  font-weight: 500;
}

.slider-button-inner {
  background: #eaeaea;
  border: initial;
  font-weight: 500;
  color: #9b9b9b;
  border-radius: 30px;
  margin: 0 10px;
}

a.slider-button-inner:hover {
  color: #fff;
  background: #000;
}

.slider-button-icon:active,
.slider-button-icon:hover {
  background: #fff !important;
  color: #000 !important;
}

.blog-top-text {
  font-size: 30px;
  font-weight: 600;
}

.blog-top-ul li {
  margin: 0.7em 0 !important;
}

.blog-top-ul {
  padding: 0;
  margin-bottom: 0;
  min-height: 33px !important;
  height: 40px !important;
  overflow: hidden;
  margin-top: 0 !important;
}

.bg-button {
  background: #eee;
  padding: 6px 14px;
  color: #000;
  border-radius: 6px;
  font-size: 10px;
  margin: 0;
}

.blog_rep,
.blog_rep_1 {
  border-radius: 10px;
  padding: 0;
  margin: 0;
  box-shadow: 1px 1px 11px 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.bg-button:hover {
  background: #ddd;
  color: #000;
}

.blog_rep {
  font-size: 15px;
  justify-content: left;
  align-items: initial;
  flex-direction: column;
  height: 100%;
}

.blog_rep.flex-column {
  min-height: 100px;
  align-items: start;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.blog_rep_1 {
  align-items: center;
  justify-content: center;
  min-height: 340px;
  border: 1.5px solid #d3d3d3;
  margin-bottom: 20px !important;
}

.blog_rep_2,
.blog_rep_3 {
  border-radius: 17px;
  margin: 0;
  box-shadow: 0 0 6px 4px rgb(96 96 96 / 30%);
  cursor: pointer;
  position: relative;
}

.blog_rep_2 {
  padding: 0 0 5px;
  align-items: center;
  justify-content: center;
}

.blog_rep_3 {
  padding: 0;
  align-items: center;
  justify-content: center;
}

.box-up-right-one {
  position: absolute;
  bottom: 27%;
  text-align: center;
  color: #fff;
  right: 0;
  width: 100%;
  height: auto;
  left: 0;
}

.MB-5 {
  margin-bottom: -5px;
}

.looking-up-img {
  position: absolute;
  bottom: 0;
  color: #fff;
  font-size: 26px;
  width: 50%;
  height: 100%;
  top: 45px;
  left: 30px;
  z-index: 99;
}
.P10.looking-up-img .MB20 {
  margin-bottom: 15px;
}
.box-up-left,
.box-up-right {
  top: 30%;
  width: 100%;
  height: 100%;
  text-align: center;
}

.box-up-left,
.box-up-right,
.search-icons {
  position: absolute;
  left: 0;
}

.additional {
  margin-top: 15px;
  color: #000;
  font-size: 25px;
  text-decoration: underline;
  font-weight: 700;
  margin-bottom: 20px;
}

.hide,
.w3-hide {
  display: none !important;
}

.P10 {
  padding: 10px;
}

.MT0 {
  margin-top: 0;
}

.P20 {
  padding: 25px 17px !important;
}

.BR-all-10 {
  border-radius: 10px;
}

.box-up-right {
  color: #fff;
  right: 0;
}

.blog-btn-fill,
.blog-btn-fill_1,
.blog-btn-fill_2 {
  background: #269d08;
  color: #fff;
  padding: 8px 12px;
  border-radius: 30px;
  font-size: 11px;
}

.blog-btn-fill_1 {
  margin: 0 auto;
  width: 150px;
  text-align: center;
}

.blog-btn-fill_2 {
  margin: 0 auto;
  width: 110px;
  text-align: center;
}

.blog-btn-blue,
.blog-btn-green {
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 16px;
}

.blog-btn-green:hover {
  color: #fff;
}

.blog-btn-blue {
  background: #000;
}

.blog-btn-green {
  background: #269d08;
}

.blog-btn-black,
.blog-btn-red {
  color: #fff;
  padding: 10px 20px;
  font-size: 11px;
}

.blog-btn-black {
  background: #000;
  border-radius: 25px;
}

.blog-btn-red {
  background: #dc3535;
  border-radius: 10px;
}

.categories-box {
  height: 44.5px;
  border-radius: 15px 0 0 15px;
  padding: 10px 15px;
  color: #000;
  background: #f0f0f0;
  border: 0;
  border-right: 5px solid #f0f0f0;
}

.heading-post {
  font-weight: 700;
  font-size: 20px;
  color: #000;
}

.F20-text {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 10px;
}

.icon-text,
.traffic2__heading {
  font-weight: 700;
}

.icon-text {
  font-size: 24px;
}

.after-bg::after,
.after-bg::before {
  background: rgba(0, 0, 0, 0.6);
  content: "";
}

.search-icons {
  padding: 12px 2px 10px 10px;
  margin-top: 2px;
}

.but-circle {
  background: initial;
  border: none;
}

.min-w150 {
  min-width: 150px;
  width: 150px;
}

@media screen and (min-width: 200px) and (max-width: 767px) {
  .blogm_head h1 {
    text-align: center !important;
    font-size: 26px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  .h350,
  .reservation-image {
    height: auto !important;
  }

  .icon-text {
    font-size: 16px !important;
  }

  .sticky .common-logo a {
    margin-top: 17px !important;
  }

  .common-logo img {
    margin-top: -10px !important;
  }

  .flex-small-right-sec {
    padding: 0 20px;
    line-height: 38px !important;
  }

  .h350 {
    min-height: auto !important;
  }

  .flex-small-right {
    flex-basis: 100%;
  }

  .blogm_head {
    background-size: cover !important;
  }

  .blog__footer-left {
    width: 60%;
  }

  .blog__footer-right {
    width: 40%;
  }

  .text-center.blogm_head.PR {
    padding: 20px !important;
    margin-bottom: 30px;
  }

  .min-h300 {
    height: 280px;
  }

  .blogm_head h1 {
    font-size: 38px;
  }

  .line-bar::before {
    left: 5%;
  }

  .line-bar::after {
    right: 5%;
  }

  .blog__search-wrapper {
    margin-bottom: 30px;
	display: block;
  }

  .blog-top-text {
    font-size: 28px;
    padding-bottom: 20px;
  }

  .box-up-left,
  .box-up-right {
    top: 20%;
    width: 100%;
    height: auto;
  }

  #search-btn {
    margin-top: 15px;
  }

  .blog_rep {
    min-height: 310px;
  }

  .blog_rep_1 {
    min-height: 335px;
  }

  .looking-up-img {
    width: 70%;
    top: 10px;
    left: 15px;
    font-size: 20px;
  }

  .P20 {
    padding: 5px 10px !important;
  }

  .blog_rep_2 {
    min-height: 183px;
  }

  .guestform {
    width: 70% !important;
  }

  p.MT10.MB20 {
    margin-bottom: 5px;
    margin-top: 12px;
    line-height: 20px;
    font-size: 13px;
  }

  img.BR10.BR-all-10.W100 {
    min-height: 185px;
  }
}

@media screen and (min-width: 200px) and (max-width: 767px) {

  .image-before:after,
  .image-before:before {
    width: 100% !important;
  }

  #menu-ppp>div.text-center,
  .blogm_head:after,
  .h350,
  .reservation-image {
    height: auto !important;
  }

  .line-bar {
    padding: 0 0 20px;
  }

  .MT10.clearfix.col-lg-12.tt,
  .line-bar::after,
  .line-bar::before {
    display: none;
  }

  .FW700.new-blog-title.F34 {
    margin-top: 13px;
  }

  .FW700.blog-title {
    margin-top: 15px !important;
  }

  .common-logo a,
  .common-logo img {
    margin-top: 7px !important;
  }

  .image-before:after {
    right: -40px !important;
  }

  .overlay-pop .closebtn {
    top: -3% !important;
    right: 5% !important;
  }

  .MT10XS {
    margin-top: 10px;
  }

  .F20-text,
  .search-icons {
    margin-top: 5px;
  }

  .h350 {
    min-height: auto !important;
  }

  .bg-button {
    padding: 7px 5px !important;
    font-size: 11px !important;
  }

  img.DBL.DN-block {
    display: none !important;
  }

  .blogm_head {
    background-size: cover !important;
  }

  .min-h300 {
    height: 300px;
  }

  .blog__search-wrapper {
    flex-direction: column !important;
  }

  .categories-box {
    margin-bottom: 20px;
    border-radius: 30px;
  }

  .blog__search {
    border-radius: 30px;
    margin-left: 0;
  }

  .F20-text {
    margin-bottom: 10px;
  }

  #search-btn {
    margin-top: 15px;
  }

  .blog__footer-left,
  .blog__footer-right {
    width: 100%;
  }

  .guestform,
  .traffic2-form {
    width: 95% !important;
  }

  .box-up-left,
  .box-up-right {
    top: 22%;
    width: 100%;
    height: auto;
  }

  .blog_rep_1,
  .hover-box {
    margin-bottom: 25px;
  }

  .blogm_head h1 {
    font-size: 25px;
  }

  .line-bar {
    font-size: 19px;
  }

  .text-center.blogm_head.PR {
    padding: 30px 20px !important;
    margin-bottom: 30px;
  }

  .blog_rep {
    min-height: auto;
    margin-bottom: 10px;
  }

  .blog-article {
    flex-direction: column;
  }

  .flex-small-right {
    padding-left: 0;
  }

  .box-up-right {
    right: 0;
  }

  .box-up-left {
    left: 0;
  }

  .flex-small-right-sec {
    padding: 15px 13px;
  }

  p.blog-top-text.MT0 {
    margin-bottom: 20px;
    margin-top: 30px;
  }

  .blog_rep_2.clearfix {
    margin-bottom: 30px;
  }

  .looking-up-img {
    left: 15px;
    font-size: 18px;
    top: 10px;
    width: 60%;
  }

  .blog__search-wrapper {
    padding-bottom: 0px;
  }

  .overlay-content {
    width: 70% !important;
    top: 12% !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-button {
    margin: 0 2px !important;
  }

  .looking-up-img {
    width: 65%;
    top: 35px;
  }

  .sticky .common-logo a {
    margin-top: 13px !important;
  }

  .common-logo a,
  .common-logo img {
    top: -29px !important;
  }

  .P20 {
    padding: 12px 17px !important;
  }

  .blogm_head {
    padding: 20px 0;
    background-size: cover !important;
  }

  .slider-text {
    right: 8% !important;
  }

  .line-bar::before {
    left: 15%;
  }

  .line-bar::after {
    right: 15%;
  }

  .box-up-left,
  .box-up-right {
    bottom: -18%;
  }
}

@media screen and (min-width: 992px) and (max-width: 40000px) {

  #div1,
  #div2 {
    position: absolute;
    background: #fff;
    box-shadow: 0 4px 10px rgb(0 0 0 / 0.2);
    border-radius: 0;
    margin-top: 2px;
    z-index: 2;
  }

  #div1 {
    width: 100%;
    right: 0;
  }

  #div2 {
    width: 90%;
    padding: 35px 40px;
    left: 5%;
    right: 5%;
  }

  .blog-wrapper .content-overlay {
    top: -7px;
  }

  .DNLGMD {
    display: none;
  }
}

@media screen and (min-width: 200px) and (max-width: 1199px) {
  .mobile-heading {
    font-size: 26px !important;
    position: relative;
    z-index: 1;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
  }
}

.lightbulb,
.overlay-box {
  position: absolute;
  width: 100%;
}

.image-box {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-box {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  opacity: 0;
  transition: 0.5s;
  border-radius: 18px;
  background: rgb(212 175 55 / 66%);
}

.hoverbox:hover .overlay-box,
.w3-hover-opacity-off:hover,
.w3-opacity-off {
  opacity: 1;
}

.traffic2__heading {
  font-size: 24px;
  color: #050f79;
  text-align: center;
  margin: 10px 0;
}

.FW700,
.new-blog-title a,
.new-blog-title a:hover {
  color: #000;
  font-weight: 400;
}

.guest-post,
.lightbulb,
.website-traffic {
  text-align: right;
  padding: 10px;
  font-size: 17px;
  cursor: pointer;
}

.guestform {
  width: 100%;
  margin: 30px 0;
}

.traffic2-form {
  width: 100%;
  margin: 15px 0;
}

.bg-yellow,
.bold,
.close {
  font-weight: 700;
}

.box-shadow-remove {
  box-shadow: initial !important;
  border: inherit !important;
}

.lightbulb {
  z-index: 1;
}

.PL5 {
  padding-left: 5px;
}

.h350 {
  min-height: 300px;
  height: 300px;
}

::placeholder {
  color: #ddd;
  font-size: 14px;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #ddd;
  font-size: 14px;
}

.w3-image {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.w3-table,
.w3-table-all {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  display: table;
}

.w3-badge,
.w3-btn,
.w3-button,
.w3-tag {
  display: inline-block;
  text-align: center;
}

.w3-table-all {
  border: 1px solid #ccc;
}

.w3-striped tbody tr:nth-child(2n),
.w3-table-all tr:nth-child(2n) {
  background-color: #f1f1f1;
}

.w3-table-all tr:nth-child(odd) {
  background-color: #fff;
}

.w3-hoverable tbody tr:hover,
.w3-ul.w3-hoverable li:hover {
  background-color: #ccc;
}

.w3-table td,
.w3-table th,
.w3-table-all td,
.w3-table-all th {
  padding: 8px;
  display: table-cell;
  text-align: left;
  vertical-align: top;
}

.w3-table td:first-child,
.w3-table th:first-child,
.w3-table-all td:first-child,
.w3-table-all th:first-child {
  padding-left: 16px;
}

.w3-btn,
.w3-button {
  border: none;
  padding: 8px 16px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  cursor: pointer;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w3-modal,
.w3-sidebar {
  overflow: auto;
  height: 100%;
}

.w3-btn:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.w3-btn:disabled,
.w3-button:disabled,
.w3-disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

.w3-disabled *,
:disabled * {
  pointer-events: none;
}

.w3-btn.w3-disabled:hover,
.w3-btn:disabled:hover {
  box-shadow: none;
}

.w3-badge,
.w3-tag {
  background-color: #000;
  color: #fff;
  padding-left: 8px;
  padding-right: 8px;
}

.w3-badge,
.w3-circle {
  border-radius: 50%;
}

.w3-ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.w3-ul li {
  padding: 8px 16px;
}

.w3-ul li:last-child {
  border-bottom: none;
}

.w3-ripple:active {
  opacity: 0.5;
}

.w3-ripple {
  transition: opacity;
}

.w3-input {
  padding: 8px;
  display: block;
  border: none;
  border-bottom: 1px solid #ccc;
  width: 100%;
}

.w3-select {
  padding: 9px 0;
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
}

.w3-dropdown-click,
.w3-dropdown-hover {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.w3-dropdown-click:hover,
.w3-dropdown-click:hover>.w3-button:first-child,
.w3-dropdown-hover:first-child,
.w3-dropdown-hover:hover>.w3-button:first-child {
  background-color: #ccc;
  color: #000;
}

.w3-dropdown-content {
  cursor: auto;
  color: #000;
  background-color: #fff;
  display: none;
  position: absolute;
  min-width: 160px;
  margin: 0;
  padding: 0;
  z-index: 1;
}

.w3-check,
.w3-radio {
  width: 24px;
  height: 24px;
  position: relative;
  top: 6px;
}

.w3-sidebar {
  width: 200px;
  background-color: #fff;
  position: fixed !important;
  z-index: 1;
}

.w3-bar-block .w3-dropdown-click .w3-dropdown-content,
.w3-bar-block .w3-dropdown-hover .w3-dropdown-content {
  min-width: 100%;
}

.w3-bar-block .w3-dropdown-click .w3-button,
.w3-bar-block .w3-dropdown-hover .w3-button {
  width: 100%;
  text-align: left;
  padding: 8px 16px;
}

#main,
.w3-main {
  transition: margin-left 0.4s;
}

.w3-modal {
  z-index: 3;
  display: none;
  padding-top: 100px;
  position: fixed;
  left: 0;
  top: 10%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.w3-modal-content {
  margin: auto;
  background-color: #fff;
  position: relative;
  padding: 0;
  outline: 0;
  width: 600px;
}

.w3-bar {
  width: 100%;
  overflow: hidden;
}

.w3-center .w3-bar {
  display: inline-block;
  width: auto;
}

.w3-bar .w3-bar-item {
  padding: 8px 16px;
  float: left;
  width: auto;
  border: none;
  display: block;
  outline: 0;
}

.w3-bar .w3-dropdown-click,
.w3-bar .w3-dropdown-hover {
  position: static;
  float: left;
}

.w3-bar .w3-button {
  white-space: normal;
}

.w3-bar-block .w3-bar-item {
  width: 100%;
  display: block;
  padding: 8px 16px;
  text-align: left;
  border: none;
  white-space: normal;
  float: none;
  outline: 0;
}

.w3-block {
  display: block;
  width: 100%;
}

.w3-responsive {
  display: block;
  overflow-x: auto;
}

.w3-bar:after,
.w3-bar:before,
.w3-cell-row:after,
.w3-cell-row:before,
.w3-clear:after,
.w3-clear:before,
.w3-container:after,
.w3-container:before,
.w3-panel:after,
.w3-panel:before,
.w3-row-padding:after,
.w3-row-padding:before,
.w3-row:after,
.w3-row:before {
  content: "";
  display: table;
  clear: both;
}

.w3-col,
.w3-half,
.w3-quarter,
.w3-third,
.w3-threequarter,
.w3-twothird {
  float: left;
  width: 100%;
}

.w3-col.s1 {
  width: 8.33333%;
}

.w3-col.s2 {
  width: 16.66666%;
}

.w3-col.s3 {
  width: 24.99999%;
}

.w3-col.s4 {
  width: 33.33333%;
}

.w3-col.s5 {
  width: 41.66666%;
}

.w3-col.s6 {
  width: 49.99999%;
}

.w3-col.s7 {
  width: 58.33333%;
}

.w3-col.s8 {
  width: 66.66666%;
}

.w3-col.s9 {
  width: 74.99999%;
}

.w3-col.s10 {
  width: 83.33333%;
}

.w3-col.s11 {
  width: 91.66666%;
}

.w3-col.s12 {
  width: 99.99999%;
}

@media (min-width: 601px) {
  .w3-col.m1 {
    width: 8.33333%;
  }

  .w3-col.m2 {
    width: 16.66666%;
  }

  .w3-col.m3,
  .w3-quarter {
    width: 24.99999%;
  }

  .w3-col.m4,
  .w3-third {
    width: 33.33333%;
  }

  .w3-col.m5 {
    width: 41.66666%;
  }

  .w3-col.m6,
  .w3-half {
    width: 49.99999%;
  }

  .w3-col.m7 {
    width: 58.33333%;
  }

  .w3-col.m8,
  .w3-twothird {
    width: 66.66666%;
  }

  .w3-col.m9,
  .w3-threequarter {
    width: 74.99999%;
  }

  .w3-col.m10 {
    width: 83.33333%;
  }

  .w3-col.m11 {
    width: 91.66666%;
  }

  .w3-col.m12 {
    width: 99.99999%;
  }
}

.w3-rest {
  overflow: hidden;
}

.w3-stretch {
  margin-left: -16px;
  margin-right: -16px;
}

.w3-auto,
.w3-content {
  margin-left: auto;
  margin-right: auto;
}

.w3-content {
  max-width: 980px;
}

.w3-auto {
  max-width: 1140px;
}

.w3-cell-row {
  display: table;
  width: 100%;
}

.w3-cell {
  display: table-cell;
}

.w3-cell-top {
  vertical-align: top;
}

.w3-cell-bottom {
  vertical-align: bottom;
}

.w3-show,
.w3-show-block {
  display: block !important;
}

.w3-show-inline-block {
  display: inline-block !important;
}

@media (max-width: 1205px) {
  .w3-auto {
    max-width: 95%;
  }
}

@media (max-width: 600px) {
  .w3-modal-content {
    margin: 0 10px;
    width: auto !important;
  }

  .w3-modal {
    padding-top: 30px;
  }

  .w3-dropdown-click.w3-mobile .w3-dropdown-content,
  .w3-dropdown-hover.w3-mobile .w3-dropdown-content {
    position: relative;
  }

  .w3-hide-small {
    display: none !important;
  }

  .w3-mobile {
    display: block;
    width: 100% !important;
  }

  .w3-bar-item.w3-mobile,
  .w3-dropdown-click.w3-mobile,
  .w3-dropdown-hover.w3-mobile {
    text-align: center;
  }

  .w3-dropdown-click.w3-mobile,
  .w3-dropdown-click.w3-mobile .w3-btn,
  .w3-dropdown-click.w3-mobile .w3-button,
  .w3-dropdown-hover.w3-mobile,
  .w3-dropdown-hover.w3-mobile .w3-btn,
  .w3-dropdown-hover.w3-mobile .w3-button {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .w3-modal-content {
    width: 500px;
  }

  .w3-modal {
    padding-top: 50px;
  }
}

@media (min-width: 993px) {
  .w3-col.l1 {
    width: 8.33333%;
  }

  .w3-col.l2 {
    width: 16.66666%;
  }

  .w3-col.l3 {
    width: 24.99999%;
  }

  .w3-col.l4 {
    width: 33.33333%;
  }

  .w3-col.l5 {
    width: 41.66666%;
  }

  .w3-col.l6 {
    width: 49.99999%;
  }

  .w3-col.l7 {
    width: 58.33333%;
  }

  .w3-col.l8 {
    width: 66.66666%;
  }

  .w3-col.l9 {
    width: 74.99999%;
  }

  .w3-col.l10 {
    width: 83.33333%;
  }

  .w3-col.l11 {
    width: 91.66666%;
  }

  .w3-col.l12 {
    width: 99.99999%;
  }

  .w3-modal-content {
    width: 750px;
  }

  .w3-hide-large {
    display: none !important;
  }

  .w3-sidebar.w3-collapse {
    display: block !important;
  }
}

@media (max-width: 992px) and (min-width: 601px) {
  .w3-hide-medium {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .w3-sidebar.w3-collapse {
    display: none;
  }

  .w3-main {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .w3-auto {
    max-width: 100%;
  }
}

.w3-bottom,
.w3-top {
  position: fixed;
  width: 100%;
  z-index: 1;
}

.w3-top {
  top: 0;
}

.w3-bottom {
  bottom: 0;
}

.w3-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.w3-display-topleft {
  position: absolute;
  left: 0;
  top: 0;
}

.w3-display-topright {
  position: absolute;
  right: 0;
  top: 0;
}

.w3-display-bottomleft {
  position: absolute;
  left: 0;
  bottom: 0;
}

.w3-display-bottomright {
  position: absolute;
  right: 0;
  bottom: 0;
}

.w3-display-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.w3-display-left {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}

.w3-display-right {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}

.w3-display-topmiddle {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}

.w3-display-bottommiddle {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}

.w3-display-position {
  position: absolute;
}

.w3-round-small {
  border-radius: 2px;
}

.w3-round,
.w3-round-medium {
  border-radius: 4px;
}

.w3-round-large {
  border-radius: 8px;
}

.w3-round-xlarge {
  border-radius: 16px;
}

.w3-round-xxlarge {
  border-radius: 32px;
}

.w3-row-padding,
.w3-row-padding>.w3-col,
.w3-row-padding>.w3-half,
.w3-row-padding>.w3-quarter,
.w3-row-padding>.w3-third,
.w3-row-padding>.w3-threequarter,
.w3-row-padding>.w3-twothird {
  padding: 0 8px;
}

.w3-container,
.w3-panel {
  padding: 0.01em 16px;
}

.w3-panel {
  margin-top: 16px;
  margin-bottom: 16px;
}

.w3-code,
.w3-margin-top,
.w3-section {
  margin-top: 16px !important;
}

.w3-code,
.w3-margin-bottom,
.w3-section {
  margin-bottom: 16px !important;
}

.w3-code,
.w3-codespan {
  font-family: Consolas, "courier new";
  font-size: 16px;
}

.w3-code {
  width: auto;
  background-color: #fff;
  padding: 8px 12px;
  border-left: 4px solid #4caf50;
  word-wrap: break-word;
}

.w3-codespan {
  color: #dc143c;
  background-color: #f1f1f1;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 110%;
}

.w3-card,
.w3-card-2 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.w3-card-4,
.w3-hover-shadow:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
}

.w3-spin {
  animation: 2s linear infinite w3-spin;
}

@keyframes w3-spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(359deg);
  }
}

.w3-animate-fading {
  animation: 10s infinite fading;
}

@keyframes fading {

  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

.w3-animate-opacity {
  animation: 0.8s opac;
}

@keyframes opac {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.w3-animate-top {
  position: relative;
  animation: 0.4s animatetop;
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

.w3-animate-left {
  position: relative;
  animation: 0.4s animateleft;
}

@keyframes animateleft {
  from {
    left: -300px;
    opacity: 0;
  }

  to {
    left: 0;
    opacity: 1;
  }
}

.w3-animate-right {
  position: relative;
  animation: 0.4s animateright;
}

@keyframes animateright {
  from {
    right: -300px;
    opacity: 0;
  }

  to {
    right: 0;
    opacity: 1;
  }
}

.w3-animate-bottom {
  position: relative;
  animation: 0.4s animatebottom;
}

@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }

  to {
    bottom: 0;
    opacity: 1;
  }
}

.w3-animate-zoom {
  animation: 0.6s animatezoom;
}

@keyframes animatezoom {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

.w3-animate-input {
  transition: width 0.4s ease-in-out;
}

.w3-animate-input:focus {
  width: 100% !important;
}

.w3-hover-opacity:hover,
.w3-opacity {
  opacity: 0.6;
}

.w3-opacity-max {
  opacity: 0.25;
}

.w3-opacity-min {
  opacity: 0.75;
}

.w3-grayscale-max,
.w3-greyscale-max,
.w3-hover-grayscale:hover,
.w3-hover-greyscale:hover {
  filter: grayscale(100%);
}

.w3-grayscale,
.w3-greyscale {
  filter: grayscale(75%);
}

.w3-grayscale-min,
.w3-greyscale-min {
  filter: grayscale(50%);
}

.w3-sepia {
  filter: sepia(75%);
}

.w3-hover-sepia:hover,
.w3-sepia-max {
  filter: sepia(100%);
}

.w3-sepia-min {
  filter: sepia(50%);
}

.w3-tiny {
  font-size: 10px !important;
}

.w3-small {
  font-size: 12px !important;
}

.w3-medium {
  font-size: 15px !important;
}

.w3-large {
  font-size: 18px !important;
}

.w3-xlarge {
  font-size: 24px !important;
}

.w3-xxlarge {
  font-size: 36px !important;
}

.w3-xxxlarge {
  font-size: 48px !important;
}

.w3-jumbo {
  font-size: 64px !important;
}

.w3-left-align {
  text-align: left !important;
}

.w3-right-align {
  text-align: right !important;
}

.w3-justify {
  text-align: justify !important;
}

.w3-center {
  text-align: center !important;
}

.w3-border-0 {
  border: 0 !important;
}

.w3-border-top {
  border-top: 1px solid #ccc !important;
}

.w3-border-bottom {
  border-bottom: 1px solid #ccc !important;
}

.w3-border-left {
  border-left: 1px solid #ccc !important;
}

.w3-border-right {
  border-right: 1px solid #ccc !important;
}

.w3-topbar {
  border-top: 6px solid #ccc !important;
}

.w3-bottombar {
  border-bottom: 6px solid #ccc !important;
}

.w3-leftbar {
  border-left: 6px solid #ccc !important;
}

.w3-rightbar {
  border-right: 6px solid #ccc !important;
}

.w3-margin {
  margin: 16px !important;
}

.w3-margin-left {
  margin-left: 16px !important;
}

.w3-margin-right {
  margin-right: 16px !important;
}

.w3-padding-small {
  padding: 4px 8px !important;
}

.w3-padding {
  padding: 8px 16px !important;
}

.w3-padding-large {
  padding: 12px 24px !important;
}

.w3-padding-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.w3-padding-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.w3-padding-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.w3-padding-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.w3-padding-64,
.w3-padding-top-64 {
  padding-top: 64px !important;
}

.w3-padding-64 {
  padding-bottom: 64px !important;
}

.w3-padding-top-48 {
  padding-top: 48px !important;
}

.w3-padding-top-32 {
  padding-top: 32px !important;
}

.w3-padding-top-24 {
  padding-top: 24px !important;
}

.w3-left {
  float: left !important;
}

.w3-right {
  float: right !important;
}

.w3-button:hover {
  color: #000 !important;
  background-color: #ccc !important;
}

.w3-hover-none:hover,
.w3-transparent {
  background-color: transparent !important;
}

.w3-hover-none:hover {
  box-shadow: none !important;
}

.w3-amber,
.w3-hover-amber:hover {
  color: #000 !important;
  background-color: #ffc107 !important;
}

.w3-aqua,
.w3-hover-aqua:hover {
  color: #000 !important;
  background-color: #0ff !important;
}

.w3-blue,
.w3-hover-blue:hover {
  color: #fff !important;
  background-color: #2196f3 !important;
}

.w3-hover-light-blue:hover,
.w3-light-blue {
  color: #000 !important;
  background-color: #87ceeb !important;
}

.w3-brown,
.w3-hover-brown:hover {
  color: #fff !important;
  background-color: #795548 !important;
}

.w3-cyan,
.w3-hover-cyan:hover {
  color: #000 !important;
  background-color: #00bcd4 !important;
}

.w3-blue-gray,
.w3-blue-grey,
.w3-hover-blue-gray:hover,
.w3-hover-blue-grey:hover {
  color: #fff !important;
  background-color: #607d8b !important;
}

.w3-green,
.w3-hover-green:hover {
  color: #fff !important;
  background-color: #4caf50 !important;
}

.w3-hover-light-green:hover,
.w3-light-green {
  color: #000 !important;
  background-color: #8bc34a !important;
}

.w3-hover-indigo:hover,
.w3-indigo {
  color: #fff !important;
  background-color: #3f51b5 !important;
}

.w3-hover-khaki:hover,
.w3-khaki {
  color: #000 !important;
  background-color: khaki !important;
}

.w3-hover-lime:hover,
.w3-lime {
  color: #000 !important;
  background-color: #cddc39 !important;
}

.w3-hover-orange:hover,
.w3-orange {
  color: #000 !important;
  background-color: #ff9800 !important;
}

.w3-deep-orange,
.w3-hover-deep-orange:hover {
  color: #fff !important;
  background-color: #ff5722 !important;
}

.w3-hover-pink:hover,
.w3-pink {
  color: #fff !important;
  background-color: #e91e63 !important;
}

.w3-hover-purple:hover,
.w3-purple {
  color: #fff !important;
  background-color: #9c27b0 !important;
}

.w3-deep-purple,
.w3-hover-deep-purple:hover {
  color: #fff !important;
  background-color: #673ab7 !important;
}

.w3-hover-red:hover,
.w3-red {
  color: #fff !important;
  background-color: #f44336 !important;
}

.w3-hover-sand:hover,
.w3-sand {
  color: #000 !important;
  background-color: #fdf5e6 !important;
}

.w3-hover-teal:hover,
.w3-teal {
  color: #fff !important;
  background-color: #050f79 !important;
}

.w3-hover-yellow:hover,
.w3-yellow {
  color: #000 !important;
  background-color: #ffeb3b !important;
}

.w3-hover-white:hover,
.w3-white {
  color: #000 !important;
  background-color: #fff !important;
}

.w3-black,
.w3-hover-black:hover {
  color: #fff !important;
  background-color: #000 !important;
}

.w3-gray,
.w3-grey,
.w3-hover-gray:hover,
.w3-hover-grey:hover {
  color: #000 !important;
  background-color: #9e9e9e !important;
}

.w3-hover-light-gray:hover,
.w3-hover-light-grey:hover,
.w3-light-gray,
.w3-light-grey {
  color: #000 !important;
  background-color: #f1f1f1 !important;
}

.w3-dark-gray,
.w3-dark-grey,
.w3-hover-dark-gray:hover,
.w3-hover-dark-grey:hover {
  color: #fff !important;
  background-color: #616161 !important;
}

.w3-hover-pale-red:hover,
.w3-pale-red {
  color: #000 !important;
  background-color: #fdd !important;
}

.w3-hover-pale-green:hover,
.w3-pale-green {
  color: #000 !important;
  background-color: #dfd !important;
}

.w3-hover-pale-yellow:hover,
.w3-pale-yellow {
  color: #000 !important;
  background-color: #ffc !important;
}

.w3-hover-pale-blue:hover,
.w3-pale-blue {
  color: #000 !important;
  background-color: #dff !important;
}

.w3-hover-text-amber:hover,
.w3-text-amber {
  color: #ffc107 !important;
}

.w3-hover-text-aqua:hover,
.w3-text-aqua {
  color: #0ff !important;
}

.w3-hover-text-blue:hover,
.w3-text-blue {
  color: #2196f3 !important;
}

.w3-hover-text-light-blue:hover,
.w3-text-light-blue {
  color: #87ceeb !important;
}

.w3-hover-text-brown:hover,
.w3-text-brown {
  color: #795548 !important;
}

.w3-hover-text-cyan:hover,
.w3-text-cyan {
  color: #00bcd4 !important;
}

.w3-hover-text-blue-gray:hover,
.w3-hover-text-blue-grey:hover,
.w3-text-blue-gray,
.w3-text-blue-grey {
  color: #607d8b !important;
}

.w3-hover-text-green:hover,
.w3-text-green {
  color: #4caf50 !important;
}

.w3-hover-text-light-green:hover,
.w3-text-light-green {
  color: #8bc34a !important;
}

.w3-hover-text-indigo:hover,
.w3-text-indigo {
  color: #3f51b5 !important;
}

.w3-hover-text-khaki:hover,
.w3-text-khaki {
  color: #b4aa50 !important;
}

.w3-hover-text-lime:hover,
.w3-text-lime {
  color: #cddc39 !important;
}

.w3-hover-text-orange:hover,
.w3-text-orange {
  color: #ff9800 !important;
}

.w3-hover-text-deep-orange:hover,
.w3-text-deep-orange {
  color: #ff5722 !important;
}

.w3-hover-text-pink:hover,
.w3-text-pink {
  color: #e91e63 !important;
}

.w3-hover-text-purple:hover,
.w3-text-purple {
  color: #9c27b0 !important;
}

.w3-hover-text-deep-purple:hover,
.w3-text-deep-purple {
  color: #673ab7 !important;
}

.w3-hover-text-red:hover,
.w3-text-red {
  color: #f44336 !important;
}

.w3-hover-text-sand:hover,
.w3-text-sand {
  color: #fdf5e6 !important;
}

.w3-hover-text-teal:hover,
.w3-text-teal {
  color: #009688 !important;
}

.w3-hover-text-yellow:hover,
.w3-text-yellow {
  color: #d2be0e !important;
}

.w3-hover-text-white:hover,
.w3-text-white {
  color: #fff !important;
}

.naviagtionlinew>a,
.overlay-pop a,
.w3-hover-text-black:hover,
.w3-text-black {
  color: #000 !important;
}

.w3-hover-text-gray:hover,
.w3-hover-text-grey:hover,
.w3-text-gray,
.w3-text-grey {
  color: #757575 !important;
}

.w3-hover-text-light-gray:hover,
.w3-hover-text-light-grey:hover,
.w3-text-light-gray,
.w3-text-light-grey {
  color: #f1f1f1 !important;
}

.w3-hover-text-dark-gray:hover,
.w3-hover-text-dark-grey:hover,
.w3-text-dark-gray,
.w3-text-dark-grey {
  color: #3a3a3a !important;
}

.w3-border-amber,
.w3-hover-border-amber:hover {
  border-color: #ffc107 !important;
}

.w3-border-aqua,
.w3-hover-border-aqua:hover {
  border-color: #0ff !important;
}

.w3-border-blue,
.w3-hover-border-blue:hover {
  border-color: #2196f3 !important;
}

.w3-border-light-blue,
.w3-hover-border-light-blue:hover {
  border-color: #87ceeb !important;
}

.w3-border-brown,
.w3-hover-border-brown:hover {
  border-color: #795548 !important;
}

.w3-border-cyan,
.w3-hover-border-cyan:hover {
  border-color: #00bcd4 !important;
}

.w3-border-blue-gray,
.w3-border-blue-grey,
.w3-hover-border-blue-gray:hover,
.w3-hover-border-blue-grey:hover {
  border-color: #607d8b !important;
}

.w3-border-green,
.w3-hover-border-green:hover {
  border-color: #4caf50 !important;
}

.w3-border-light-green,
.w3-hover-border-light-green:hover {
  border-color: #8bc34a !important;
}

.w3-border-indigo,
.w3-hover-border-indigo:hover {
  border-color: #3f51b5 !important;
}

.w3-border-khaki,
.w3-hover-border-khaki:hover {
  border-color: khaki !important;
}

.w3-border-lime,
.w3-hover-border-lime:hover {
  border-color: #cddc39 !important;
}

.w3-border-orange,
.w3-hover-border-orange:hover {
  border-color: #ff9800 !important;
}

.w3-border-deep-orange,
.w3-hover-border-deep-orange:hover {
  border-color: #ff5722 !important;
}

.w3-border-pink,
.w3-hover-border-pink:hover {
  border-color: #e91e63 !important;
}

.w3-border-purple,
.w3-hover-border-purple:hover {
  border-color: #9c27b0 !important;
}

.w3-border-deep-purple,
.w3-hover-border-deep-purple:hover {
  border-color: #673ab7 !important;
}

.w3-border-red,
.w3-hover-border-red:hover {
  border-color: #f44336 !important;
}

.w3-border-sand,
.w3-hover-border-sand:hover {
  border-color: #fdf5e6 !important;
}

.w3-border-teal,
.w3-hover-border-teal:hover {
  border-color: #009688 !important;
}

.w3-border-yellow,
.w3-hover-border-yellow:hover {
  border-color: #ffeb3b !important;
}

.w3-border-white,
.w3-hover-border-white:hover {
  border-color: #fff !important;
}

.w3-border-black,
.w3-hover-border-black:hover {
  border-color: #000 !important;
}

.w3-border-gray,
.w3-border-grey,
.w3-hover-border-gray:hover,
.w3-hover-border-grey:hover {
  border-color: #9e9e9e !important;
}

.w3-border-light-gray,
.w3-border-light-grey,
.w3-hover-border-light-gray:hover,
.w3-hover-border-light-grey:hover {
  border-color: #f1f1f1 !important;
}

.w3-border-dark-gray,
.w3-border-dark-grey,
.w3-hover-border-dark-gray:hover,
.w3-hover-border-dark-grey:hover {
  border-color: #616161 !important;
}

.w3-border-pale-red,
.w3-hover-border-pale-red:hover {
  border-color: #ffe7e7 !important;
}

.w3-border-pale-green,
.w3-hover-border-pale-green:hover {
  border-color: #e7ffe7 !important;
}

.w3-border-pale-yellow,
.w3-hover-border-pale-yellow:hover {
  border-color: #ffc !important;
}

.w3-border-pale-blue,
.w3-hover-border-pale-blue:hover {
  border-color: #e7ffff !important;
}

.overlay-pop {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 9990;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow: auto;
  transition: 0.5s;
}

.pms_cancel-small,
.pms_cancel-small:hover {
  background: #000;
  color: #fff !important;
  border: 2px solid #000 !important;
}

.overlay-content {
  position: relative;
  top: 6%;
  width: 70%;
  text-align: center;
  margin: 0 auto;
}

.greenbtnsmall_search,
.pms_cancel-small {
  padding: 9px 25px !important;
  font-size: 15px;
  cursor: pointer;
  text-transform: uppercase;
  width: 120px;
  margin: 10px;
}

.overlay-pop a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  display: block;
  transition: 0.3s;
}

.overlay-pop a:focus,
.overlay-pop a:hover {
  color: #f1f1f1;
}

.overlay-pop .closebtn {
  position: absolute;
  top: -1%;
  right: 0;
  font-size: 60px;
}

.greenbtnsmall_search,
.greenbtnsmall_search:hover {
  background: #3E96F4;
  border: 2px solid #287AD1 !important;
  color: #fff !important;
}

#website_traffic_form .black {
  text-align: left;
  font-weight: 600;
}

.image-before:after {
  position: absolute;
  content: "";
  right: -77px;
  height: 291px;
  width: 292px;
  background: url(../../images/blog/ellipse-2.webp) 0 0 / cover no-repeat;
  bottom: -95px;
  z-index: -1;
}

.image-before:before {
  position: absolute;
  content: "";
  left: -97px;
  height: 333px;
  width: 301px;
  background: url(../../images/blog/ellipse-1.webp) 0 0 / cover no-repeat;
  bottom: -38px;
  z-index: -1;
}

.no-webp .image-before:before {
  background: url(../../images/blog/ellipse-1.png);
}

@media screen and (max-height: 450px) {
  .overlay-pop {
    overflow: auto;
  }

  .overlay-pop a {
    font-size: 20px;
  }

  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

.modal-topbox {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 15%;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
  background-color: #fff;
  margin: auto;
  padding: 20px;
  width: 80%;
}

.close {
  color: #000;
  float: right;
  font-size: 28px;
}

.F30 {
  font-size: 30px;
}

.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-property: transform;
  transition-property: transform;
  padding: 10px 25px !important;
}

.hvr-grow:active,
.hvr-grow:focus,
.hvr-grow:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.H100 {
  height: 100%;
}

.bg-add-gray {
  background: #eee;
  padding: 60px 20px;
  border: 1px solid #ccc;
}

.slider-text {
  position: absolute;
  z-index: 2;
  top: 30px;
  right: 8%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 450px;
}

.bg-yellow {
  background: #d4af37;
  padding: 0 10px;
  font-size: 70px;
  color: #fff;
  line-height: 2;
  margin: 0;
}

.linebar {
  color: #fff;
  font-size: 24px;
  border-left: 2px solid #fff;
  padding: 0 8px;
  right: -12% !important;
  position: relative;
  text-align: left;
}

.blogm_head h1 {
  font-weight: inherit;
  font-size: 34px;
  text-align: left;
  font-family: var(--font-secondary);
}

.slider-text-h1-span1,
span.slider-text-h1-span1 {
  font-size: 40px;
  color: #000;
  font-weight: 200;
  letter-spacing: 10px !important;
  line-height: 40px;
  visibility: visible;
}

.bold.slider-text-h1-span2,
span.bold.slider-text-h1-span2 {
  margin-left: -50px;
}

.bg-yellow.slider-text-h1-span3,
span.bg-yellow.slider-text-h1-span3 {
  margin-left: 50px;
}

.slider-text-h1-p {
  font-size: 32px;
}

.bold.F40.slider-text-h1-span4,
span.bold.F40.slider-text-h1-span4 {
  font-size: 40px;
  letter-spacing: 10px;
  visibility: visible;
  font-weight: 200;
}

hr.hr-h1 {
  border: 0;
  border-bottom: 2px dashed #fff;
  background: #817b82;
  margin: 8px 0;
}

select#selectedCategory:focus-visible {
  outline: 0;
}

.MB20.hvr-grow {
    margin-bottom: 20px;
}

button.clear-filter-btn {
  background: #000 !important;
  border: none !important;
  border-radius: 50px;
  color: #fff !important;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0px;
  margin-top: 20px;
  border-radius: 3px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, .2);
}
button.clear-filter-btn:hover {
  color:#fff !important;
  border: none !important;
}
.blg-search-plus-div {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {

  .slider-text-h1-span1,
  span.slider-text-h1-span1 {
    font-size: 26px;
    line-height: normal;
  }

  .bold.slider-text-h1-span2,
  span.bold.slider-text-h1-span2 {
    margin-left: -20px;
  }

  .bg-yellow.slider-text-h1-span3,
  span.bg-yellow.slider-text-h1-span3 {
    margin-left: 35%;
    font-size: 45px;
  }

  .slider-text-h1-p {
    font-size: 24px;
  }

  .bold.F40.slider-text-h1-span4,
  span.bold.F40.slider-text-h1-span4 {
    font-size: 30px;
  }

  .slider-text {
    height: 350px;
    right: 8%;
  }

  .linebar {
    right: -10% !important;
  }

  .blogm_head h1 {
    text-align: left !important;
  }
}

@media screen and (min-width: 992px) {
  .blog__filter-mob-content {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
	 .blog-top-search-bar.blog-container {
		width: 100%;
	}
}
@media screen and (max-width: 991px) {
  .hero-animated h1 {
    font-size: 30px;
    line-height: 36px;
  }

  .hero-animated p {
    font-size: 24px;
    margin-bottom: 0px;
  }

  .hero-animated h1 span {
    font-size: 50px;
    line-height: 60px;
  }
  .looking-up-img {
     z-index: 1;
   }
}

@media screen and (max-width: 767px) {
  .new-blog-title {
    margin-top: 10px;
    font-size: 23px !important;
  }

  .blog-btn-blue,
  .blog-btn-green {
    padding: 8px 17px;
    font-size: 15px;
  }

  .blog-hero-div {
    flex-direction: column-reverse;
    text-align: center;
    margin-top: 100px;
  }

  .hero-right p,
  .hero-right h1 {
    text-align: center;
  }
}