@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Montserrat:wght@600&family=Poppins:wght@400;700;800&display=swap');

* {
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  max-width: 100vw;
}

.navbar-expand-lg {
  padding: 20px 0;
}
.border-2 {
    --bs-border-width: 1px;
}
.navbar-nav {
    gap: 3.5rem;
    margin: 0 auto;
}

.dropdown-menu {
  z-index: 1200;
  padding: 0;
  min-width: 270px;
}

.dropdown-item {
  padding: 1rem;
}

.dropdown-item:hover {
  background-color: rgba(240, 245, 255, 255);
}

.dropdown-item:focus {
  color: #333;
}

.dropdown-toggle::after {
  font-size: 1.2rem;
  border-top: 0.45em solid;
  vertical-align: 0.11em;
}

.form-control {
  border-color: rgba(204, 204, 204, 1);
  transition: border-color 0.3s ease;
  height: 43px;
  min-width: 234px;
  border-radius: 0.675rem;
  padding-left: 1rem;
}

.form-control::placeholder {
  font-size: 15px;
  color: #999;
  transition: color 0.3s;
}
.form-control:focus::placeholder {
  color: #888888;
  transition: color 0.3s;
}

.form-control:focus {
  box-shadow: none;
  border-color: rgba(180, 180, 180, 1);
  transition: border-color 0.3s;
}

.select-option {
  box-shadow: none;
  border: none;
  border-radius: 0;
}

.dropdown-tool {
    font-family: Lato;
    color: #292929;
    text-transform: capitalize;
}

.dropdown-tool {
  font-family: Lato;
  font-size: 20px;
  color: #292929;
}

/* @media screen and (max-width: 992px) {
  .transparent-btn {
    font-size: 18px !important;
  }
  .tools-container {
    --bs-gutter-y: 2.5rem !important;
    --bs-gutter-x: 2.5rem !important;
  }
  .tool-text {
    font-size: 20px !important;
  }
  .toolbox {
    width: 140px !important;
    height: 140px !important;
  }
  .schema-box {
    --bs-gutter-x: 0 !important;
    padding: 1.5rem !important;
    border-radius: 1rem !important;
  }
  .generate-btn {
    border-radius: 1rem !important;
    padding: 1rem 0 !important;
    font-size: 18px !important;
  }
  .dropdown-tool {
    margin-bottom: 36px !important;
    padding-left: 0 !important;
  }
  .navbar-nav {
    gap: 1rem;
  }
  .form-control {
    width: 100%;
  }
  .search-form {
    margin-top: 1rem;
  }
  .form-control::placeholder {
    font-size: 18px !important;
  }
} */

.sticky-header {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* utilites */
.cursor-pointer {
  cursor: pointer;
}
.bg-blue-light {
  background-color: rgba(197, 231, 251, 1);
  padding-left: 2rem;
}

.arrow-bullet {
 
}

.arrow-bullet li {
  padding-left: 1rem;
	 list-style:none;align-content;
	position:relative;
}

.arrow-bullet li::before {
    content: "";
    position: absolute;
    background: url(../icons/arrow-vector.svg);
    width: 18px;
    height: 25px;
    top: auto;
    left: 0;
    z-index: 999;
    background-size: contain;
    background-repeat: no-repeat;
}

.arrow-bullet {
    padding-left: 0;
}

/* .arrow-bullet li::marker {
  padding-top: 5px;
} */

.green-check {
  border-color: RGBA(64, 183, 89, 1) !important;
  padding: 0.6rem;
}
.green-check:checked {
  background-color: RGBA(64, 183, 89, 1) !important;
}

.green-check:focus {
  border-color: RGBA(64, 183, 89, 1) !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(33, 253, 13, 0.25);
}

.scroll-seo-menu {
  overflow: auto;
  white-space: nowrap;
}
.scroll-seo-menu::-webkit-scrollbar {
  display: none;
}

.scroll-table {
  overflow: auto;
  white-space: nowrap;
}

.scroll-table::-webkit-scrollbar {
  display: none;
}

.crumbs ol {
  list-style-type: none;
  padding-left: 0;
}

.crumb {
  display: inline-block;
  padding: 0 3px;
}

.crumb a {
  display: inline-block;
  padding: 0 3px;
}

.crumb a:hover {
  text-decoration: underline;
}

.custom-bullet {
  margin-left: 0;
}

/* @media screen and (min-width: 992px) {
  .custom-bullet {
    display: list-item;
    margin-left: 1rem;
  }
} */

.social-icon {
  font-size: 2rem;
}

.image-size {
  width: 100%;
}

.slide-ad-box {
  position: sticky;
  top: 6rem !important;
  margin-top: 2rem !important;
}

.slide-nav {
    position: sticky;
    top: 6rem !important;
    margin-top: 11.5rem !important;
}

.slide-nav-container {
  padding-right: 1.2rem;
}

.modal {
  --bs-modal-width: 720px;
}

@media screen and (max-width: 992px) {
/*   .ad-book-container {
    margin-top: -12px !important;
    margin-left: -16px !important;
  } */
/*   .ad-book {
    width: 120px !important;
  } */
/*   .text-area-form::placeholder {
    font-size: 18px !important;
  } */
/*   .main-badge {
    font-size: 20px !important;
    padding: 4px 6px !important;
    margin-bottom: 24px !important;
  } */
/*   .secondary-badge {
    font-size: 20px !important;
    padding: 4px 6px !important;
  } */
/*   .side-margins {
    margin-left: 12px !important;
    margin-right: 12px !important;
  } */
/*   .nav-logo-div {
    padding-left: 0 !important;
  } */
/*   .scroll-seo-menu {
    padding-left: 24px;
  } */
/*   .mobile {
    padding-left: 24px !important;
    padding-right: 24px !important;
  } */
  .brand-logo {
    width: 220px !important;
    height: auto !important;
  }

  .image-size {
    width: 50%;
  }

  .slide-nav {
    display: flex;
    flex-direction: column;
    padding: 0 1rem !important;
    margin-top: 0 !important;
  }

  .outline-btn-mobile {
    border-radius: 1rem !important;
    width: 85%;
  }

  .slide-nav-container {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background: #f6f6f6;
    position: fixed;
    bottom: -44vh;
    left: 0;
    width: 100%;
    height: 44vh;
    z-index: 1;
    transition: all 0.6s;
  }
  .top-bar {
    border: 5px solid #333;
    border-radius: 20px;
    width: 80px;
  }

/*   .link-font-size {
    font-size: 1.2rem;
  } */

/*   .box-slider {
    overflow-x: auto;
    white-space: nowrap;
    padding: 1rem;
  } */

/*   .box-slider::-webkit-scrollbar {
    display: none;
  } */

/*   .box-container {
    width: 300px;
  } */

/*   .small-badge {
    font-size: 18px !important;
    font-weight: 700 !important;
  } */

/*   .card-border {
    border: 2px solid rgba(10, 180, 61, 0.562) !important;
  }
  .bottom-navigation {
    font-family: Lato !important;
    width: 100% !important;
    --bs-gutter-x: 0 !important;
  } */
  .popup-btn {
    font-size: 18px !important;
    width: 55%;
    font-weight: 700 !important;
  }
  .slider-btn {
    width: 45%;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-align: start;
  }
  .article-item {
    border: none !important;
    padding: 1.8rem !important;
    box-shadow: 0 1rem 3rem rgba(33, 37, 41, 0.175) !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    border-radius: 1rem !important;
    transition: all 0.3s;
    margin-bottom: 2rem !important;
  }
  .article-item:hover {
    box-shadow: 0 1rem 3rem rgba(33, 37, 41, 0.411) !important;
  }
  .article-img-container img {
    border-radius: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .img-tag {
    top: -10px !important;
    left: 12px !important;
  }
/*   .featured-list {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    padding: 1rem;
  } */

/*   .featured-list::-webkit-scrollbar {
    display: none;
  } */

/*   .text-margin {
    margin-left: 0px !important;
  } */

/*   .heading-margin {
    margin-left: 72px !important;
  } */

/*   .avatar {
    top: 10px !important;
    left: 10px !important;
    width: 64px !important;
    height: 64px !important;
  }

  .resource-box {
    width: 280px !important;
  } */

/*   .container-resources {
    display: flex !important;
    flex-direction: row !important;
    gap: 0.675rem !important;
  } */
}

.secondary-badge {
  background-color: #ec140b;
  color: #fff;
  padding: 4px 6px;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 1rem;
}

.container-resources {
  display: grid;
  grid-template-columns: auto auto;
  row-gap: 1.5rem;
  column-gap: 1.5rem;
}

.avatar {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 65px;
  height: 65px;
  display: flex;
  border-radius: 50%;
  background: #e2e0e08a;
  overflow: hidden;
}

.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-vector {
  width: 85px;
  height: 85px;
  display: flex;
  border-radius: 50%;
  background: #e2e0e08a;
  overflow: hidden;
}

.header-vector img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.heading-margin {
  margin-left: 100px;
}
.text-margin {
  margin-left: 100px;
}

.article-item {
  padding-left: 0;
  margin-bottom: 0;
}
.article-list {
  padding-left: 0;
  margin-bottom: 0;
}

.featured-item {
    border: none !important;
    padding: 1.5rem !important;
    box-shadow: 1px 1px 35px rgb(51 51 51 / 21%) !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    border-radius: 0.8rem !important;
    transition: all 0.3s;
    margin-bottom: 2rem !important;
}
.featured-item:hover {
  box-shadow: 0 5px 30px rgba(156, 156, 156, 1);
}

.article-item {
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-bottom: 2rem;
  padding-top: 2rem;
  border-bottom: 0.8px solid #999999a8;
}

.article-img-container {
  position: relative;
  padding: 0;
}

.img-tag {
  font-family: Lato;
  background: #ec140b;
  color: #fff;
  border-radius: 5px;
  position: absolute;
  top: 12px;
  left: 10px;
  font-weight: 400;
  font-size: 16px;
  padding: 0.25rem;
}
.img-tag-2 {
  font-family: Lato;
  background: #ec140b;
  color: #fff;
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  padding: 0.25rem;
}

.article-list-head {
  font-family: Lato;
  font-weight: 700 !important;
  font-size: 20px;
  line-height: 1.5;
  color: #292929;
}

.article-list-text {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 18px;
  line-height: 1.675;
  color: #191919;
}

.article-list-link {
  font-family: Lato;
  font-weight: 700 !important;
  font-size: 16px;
  color: #ec140b;
  text-decoration: none;
}

.article-list-link-2 {
  font-family: Lato;
  font-weight: 700 !important;
  font-size: 17px;
  color: #ec140b;
  text-decoration: none;
}

.btn-book {
  width: 100%;
  font-family: Lato !important;
  font-size: 18px !important;
  padding: 0.875rem 0.5rem !important;
}

.full-screen-background {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -9999px;
  right: 0;
  background-color: #f3f4f5;
  border-left: 9999px solid #f3f4f5;
  box-shadow: 9999px 0 0 #f3f4f5;
  z-index: -1;
}

.full-screen-background-2 {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -9999px;
  right: 0;
  background-color: #f0f5ff;
  border-left: 9999px solid #f0f5ff;
  box-shadow: 9999px 0 0 #f0f5ff;
  z-index: -1;
}

.card-shadow {
    box-shadow: 1px 1px 15px rgb(51 51 51 / 21%);
    transition: box-shadow 0.3s ease-in-out;
    height: 100%;
}

.card-shadow:hover {
  box-shadow: 1px 1px 15px rgb(51 51 51 / 21%);
}

.hidden-tools {
  display: none;
}

#footer {
    background-color: #1c2e4a;
    background-image: linear-gradient(#1c2e4a, #24526b);
}

.bg-blue-dark {
  background-color: #1c2e4a;
}

.breadcrumb-styles {
  margin-top: 28px;
}

.main-badge {
  margin-top: 42px;
  margin-bottom: 40px;
  background-color: #ec140b;
  color: #fff;
  padding: 5px 10px;
  font-weight: 500;
}

.outline-btn {
  border: 2.5px solid rgba(214, 0, 39, 1);
  color: #d60027 !important;
  background: #fff;
  transition: all 0.3s;
  border-radius: 0.5rem;
  padding: 0.5rem 2rem;
}

.outline-btn:hover {
  border: 2.5px solid rgba(214, 0, 39, 1);
  background: #d60027 !important;
  color: #fff !important;
}

.vertical-line {
  height: 200px;
  border-left: 2px solid #d60027;
  margin-right: 2.2rem;
}

.text-area-form {
  min-height: 150px !important;
  padding: 1rem 1.5rem;
}

.text-input {
  min-height: 64px !important;
  padding: 1.5rem 1.5rem;
}

.input-ad-box {
  min-height: 48px !important;
  padding: 1.25rem 1.25rem;
}

.download-now {
  background: RGBA(236, 20, 11, 1);
}

.btn-main {
  border-radius: 0.5rem;
  padding: 0.75rem 2rem;
}

.vector-img {
  position: absolute;
  bottom: -96px;
  left: -20px;
  z-index: -1;
}

.link-btn {
  background-color: #fff;
  color: #ec140b;
}

.small-badge {
  position: absolute;
  top: -10px;
  left: 10px;
  background: #ec140b;
  font-weight: 400;
  font-family: Lato;
  font-size: 16px;
  padding: 0.25rem;
}

.toolbox {
  width: 120px;
  height: 120px;
}

.lock-position {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
}

.card-border {
    border: 1px solid #08b324;
}

.nav-margin {
  margin-left: -16px;
}

.close-ad-btn {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 20px;
}

.close-ad-btn button {
  --bs-btn-close-focus-shadow: 0 !important;
}

.ad-book {
  width: 80px;
}

/*Tools Css*/
button#copy_code_submit {
    background: #40b759;
    padding: 10px 24px !important;
    font-size: 15px !important;
    border-radius: 4px;
    font-weight: 600 !important;
    color: #fff;
    width: 100%;
    border-color: #40b759;
}
.tool_page_outer {
    background: #f8f6ef;
    display: inline-block;
    width: 100%;
}
.tool_page_outer .page-banner-header {
    padding: 20px 0 30px !important;
}
.select_schema_outer {
    padding-bottom: 30px;
}
.select_schema_inner {
    box-shadow: 0 6px 21px rgba(21, 3, 89, 0.08);
    padding: 30px 30px;
    border-radius: 10px;
    background: #fff;
}
.schema_faq_outer, .schema_question_outer, .schema_blog_outer {
    padding-bottom: 60px;
}
.schema_box {
    box-shadow: 0 6px 21px rgba(21, 3, 89, 0.08);
    border-radius: 10px;
    min-height: 455px;
    background: white;
}
.box_label {
    background: #d8effc;
    padding: 10px 15px;
    border-radius: 10px 10px 0 0;
}
.schema_box h2 {
    font-size: 20px;
    color: #292928;
    line-height: 44px;
}
.schema_body_box {
    padding-bottom: 0px;
    min-height: 310px;
    border-radius: 0 0 10px 10px;
}
.schema_body_box {
    width: 100%;
    display: inline-block;
    padding: 20px;
    background: #fff;
}
.robot_txt {
    margin-bottom: 5px !important;
}
.form_outer {
    width: 100%;
    display: inline-block;
}
.label_name {
    font-weight: 500;
    margin: 0 0 5px;
}
.dropdown.bootstrap-select.form-control {
    padding: 0;
}
.form_outer .form-control {
    border: 1px solid #cccccc;
    border-radius: 10px;
    margin-top: 0;
    padding: 0 15px;
}
.dropdown.bootstrap-select {
    border: 1px solid var(--border-color) !important;
    border-radius: 4px;
}
.dropdown.bootstrap-select {
    border: 1px solid var(--border-color) !important;
    border-radius: 4px;
}
.md-resize-wrapper.add_image {
    margin-top: 30px;
    width: 100%;
    display: inline-block;
}
.add_image_inner {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.image_plus {
    background: rgb(94, 63, 215);
    color: #fff;
    padding: 9px 6px;
    border-radius: 4px;
    min-width: 90px;
    margin-right: 13px;
    height: 49px;
    cursor: pointer;
}
.tool_page_outer .page-banner-heading.pb-15 {
    color: #191919 !important;
    font-weight: 700;
}
.page-banner-heading {
    line-height: 44px;
    font-size: 41px;
}
.btn_container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
}
.copy_validate .btn.validate_btn {
    background: #fff;
    color: #40b759;
    margin-right: 15px;
    border-width: 2px;
    border-color: #40b759 !important;
}
.validate_schema {
    display: flex;
}

.copy_validate {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
    width: 100%;
}
.schema_box .box_label .btn, .schema_box .box_label .btn:hover, .copy_validate .btn {
    background: #40b759;
    padding: 9.5px 24px !important;
    font-size: 15px !important;
    border-radius: 4px;
    font-weight: 600 !important;
    color: #fff;
    border-color: #40b759;
}
.schema_box .btn.copy_btn {
    background: #dc3548;
    border-color: #dc3548;
    position: relative;
}
#more-image {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}
#more-image #repeat_fild:last-of-type {
    margin-bottom: 0;
}
#repeat_fild {
    flex-wrap: nowrap;
}
.image_urls {
    width: 100%;
}
.close_fild {
    width: 20%;
    text-align: right;
}
.close_fild .close_icon {
    width: 49px;
    height: 49px;
    display: inline-block;
    background: #dc3548;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 43px;
    border-radius: 5px;
    padding-bottom: 4px !important;
}
.inner_fild {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}
#more-image #repeat_fild {
    margin-bottom: 20px;
}
.successfully-saved {
    position: absolute;
    bottom: 4px;
    width: 100%;
    text-align: center;
    color: #40b759;
}
#show-less {
    display: none;
    background: none;
}
#show-more {
    background: none;
}
#text-container {
    max-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#text-container.expand {
     max-height: none; 
}