/*----Fonts--*/
@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/* --variables---- */
:root {
  --black: #000;
  --grey: #323232;
  --orange: #ff3131;
  --formgrey: #eff0f5;
  --labelgrey: #676767;
  --f-14: 14px;
  --f-18: 18px;
  --voilet: #5f5aa2;
  --green: #1ec129;
  --lightgrey: #8A8A8A;
}
html,
body {
  /* overflow-x: hidden; */
  font-family: "Roboto", serif !important;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "League Spartan", serif;
  color: #000;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
button{
  transition: background-color 0.3s ease-in-out;
}

.linkStyle{
  text-decoration: underline;
}
/* li {
  list-style: none;
} */
/*---Commons---*/
.black {
  color: var(--black);
}
.grey {
  color: var(--grey);
}
.green {
  color: var(--green) I !important;
}
.voilet {
  color: var(--voilet);
}
.label-grey {
  color: var(--labelgrey);
}
.orange {
  color: var(--orange);
}
.form-bg-grey {
  background-color: var(--formgrey) !important;
}
.dark-btn {
  background: #323232 !important;
}
.bg-orange {
  background: #ff3131 !important;
}
.bg-grey {
  background: var(--grey);
}
.lightgrey{
  color: var(--lightgrey);}
/* ---Font Sizes--- */
.f-10 {
  font-size: 10px;
}
.f-14 {
  font-size: var(--f-14);
}
.f-18 {
  font-size: var(--f-18);
}
.f-20 {
  font-size: 20px;
}
.f-30 {
  font-size: 30px;
}
.f-roboto {
  font-family: "Roboto", serif !important;
}
.h-53{
  height: 53px;
}
aside h3 {
  font-size: 30px;
  font-weight: 600;
}
.w-133{
  width: 133px;
}
.w-220{
  width: 220px;
}
.w-300{
  width: 300px;
}
.section-title {
    font-size: 43px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -.86px;
    color: #000;
}
.section-gap{
    padding: 40px 0px;
}
#masthead {
  width: 100%;
  position: sticky !important;
  top: 0px;
  z-index: 999 !important;
  /* padding-top: 12px; */
  transition: all 0.3s ease;
}
.scrolled {
  box-shadow: 0 3px 5px rgba(0, 0, 0, .04);
}
.bootstrap-container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
.backto.extra-class {
    visibility: hidden;
}
/* ----Header--->>>>> */
/*---Header---*/
#main-header a.nav-link {
  color: #000;
  font-weight: 400;
  line-height: normal;
}
a.custom-logo-link img{
  height: 52px;
}
.special-item .sub-dropdown-menu {
    top: auto;
    bottom: 0;
}
.dropdown-sub-item a {
    font-size: 13px !important;
}
#main-header.scrolled {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 999;
  background: #fff;
}
#main-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
  background: #fff;
  padding-top: 12px;
  margin-bottom: 32px;
  margin-top: -24px;
}
.backto a {
  color: #000;
  font-weight: 400;
}
.backto a:hover{
  color: var(--orange);
  text-decoration: underline !important;
}

.bell-count span {
  background: #FF3131;
  color: #fff;
  border-radius: 100%;
  font-family: 'Roboto';
  padding: 2px 5px;
  font-size: 9px;
  outline: none;
  font-weight: 500;
  border: 1.5px solid #fff;
}

.bell-count {
  position: absolute;
  top: -13px;
  right: -9px;
}

.notifi-icons span.sign {
  font-size: 19px;
}

a.navbar-brand img {
  height: 52px;
  max-width: 201px;
  object-fit: contain;
}

/* nav.navbar.navbar-expand-lg .container {
  padding: 0;
} */
ul.dropdown-menu.create-new-submenu.show {
  border-radius: 8px 0px 8px 8px;
  background: #fff;
  box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.2);
  border: none;
  width: -webkit-fill-available;
  padding: 0;
  margin-top: 6px;
}

ul.dropdown-menu.dropdown-submenu.submenu-child li a:hover {
  background: #fff;
}

.header-close {
  display: none;
}
.dropdown-menu .dropdown-item:last-child {
  border-radius: 0 0 8px 8px;
}

.notifi-icons.mobile {
  display: none;
}

pre {
  font-family: "Roboto", serif !important;
  font-size: 16px !important;
  line-height: normal;
  overflow: hidden !important;
  margin-top: 10px !important;
}

ul.dropdown-menu.dropdown-submenu.submenu-child {
  border: 0;
  left: 100%;
  background: #e1e3ed;
  top: 0;
  box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.2);
  border: none;
  width: fit-content;
  padding: 0;
  border-radius: 0px 8px 8px 0px;
}

.create-new-submenu .dropdown-item:focus,
.create-new-submenu .dropdown-item:hover {
  background: #e1e3ed;
  color: #323232;
}

.create-new-submenu a.dropdown-item {
  padding: 6px 16px;
  color: #323232;
  cursor: pointer;
  font-size: 15px;
  text-wrap: wrap;
}

.notifi-icons {
  display: flex;
  align-items: center;
  gap: 20px;
}

.notification-wrap {
  display: flex;
}

.nav-link-active {
  color: #ff3131 !important;
  padding: 0.5em 0;
}
a.text-white.btn.dark-btn.sign-up {
  height: 35px;
  padding: 0 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px !important;
}
#main-header li.nav-item.dropdown a.nav-link {
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  border: 1px solid #000;
  padding: 10px 22px;
  box-shadow: none;
}
ul.dropdown-menu {
  border-radius: 8px 0 8px 8px;
  background: #fff;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, .2);
  border: none;
  width: 273px;
  top: 42px;
  padding: 0;
  margin-top: 0;
  left: 0;
  position: absolute !important;
}
/* .nav-item-334 {
  width: 201px;
  position: relative;
  border-radius: 8px;
  border: 1px solid #000;
  padding: 6px 22px;
  box-shadow: none;
} */

.nav-item-380, .nav-item-334 {
  width: 183px;
  position: relative;
  border-radius: 8px;
  border: 1px solid #000;
  box-shadow: none;
  display: flex;
  justify-content: center;
  height: 41px;
  align-items: center;
}
.nav-item-380:hover, .nav-item-334:hover{
 background-color: #323232 !important;
  color: #fff !important;
}
.nav-item-334:hover a.nav-link, .nav-item-334:hover span {
    color: #fff !important;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(283deg) brightness(110%) contrast(101%);
}
 .nav-item-380:hover span {
    color: #fff !important;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(283deg) brightness(110%) contrast(101%);
}
#main-header a.nav-link:hover{
color: var(--orange);
}



/* ---Create Job Dropdown-->> */
.dropdown-menu {
  display: block; 
} 
.dropdown-item:hover, .dropdown-sub-item:hover {
  background: #E1E3ED;
  color: var(--grey);
}
.dropdown-item{
  color: var(--grey);
  font-weight: 500;
}
.dropdown-sub-item, .dropdown-item {
  padding: 5px 16px;
  cursor: pointer;
  position: relative;
  text-wrap: wrap;
}
li.dropdown-item a {
    font-size: 15px;
}
.dropdown-sub-item{
  font-size: 14px;
  color: var(--black);
  font-weight: 400;
}
.nav-item-380 span svg,  .nav-item-334 span svg {
  margin-right: 7px;
  margin-top: -1px;
}
li.nav-item.dropdown-submenu-child.dropdown-item {
  padding: 0;
  position: relative;
}
button.navbar-toggler.me-3 {
  border: 0 !important;
  padding: 0 !important;
}
button.navbar-toggler:focus{
  box-shadow: none !important;
}
a.dropdown-item.dropdown-toggle {
  padding: 6px 16px;
  color: #323232;
  cursor: pointer;
  font-size: 16px;
  text-wrap: wrap;
}
.sub-dropdown-menu{
  left: 100%;
  background: #fff;
  top: 0;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, .2);
  border: none;
  width: -moz-fit-content;
  width: max-content;
  padding: 0;
  border-radius: 0 8px 8px 0 !important;
  position: absolute;
  overflow: hidden;
}

ul.dropdown-menu.notifications .dropdown-item {
  white-space: normal;
  font-size: 12px;
  padding: 9px;
  border-bottom: 1px solid #BBB;
}

ul.dropdown-menu.notifications {
  width: 200px;
  padding: 0;
  margin-top: 1em;
  border-radius: 8px 0px 8px 8px;
  background: #fff;
  box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.2);
  border: none;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}
.align-tick-icon {
  display: flex;
  align-items: flex-end;
  margin-left: 9px;
}
.align-tick-icon span {
  top: 2px;
  position: relative;
}
.myaccount-top-area h5 
.align-tick-icon img, .myaccount-top-area h5 .align-tick-icon img {
  width: 16px !important;
  height: 16px !important;
  margin-left: 9px;
  margin-right: 0 !important;
}
.veriy-text {
  font-size: 13px;
  font-weight: 400 !important;
  margin-left: 6px;
}
ul.dropdown-menu.notifications .dropdown-item {
  background: rgba(241, 193, 35, 0.21);
  color: var(--grey) !important;
}
.date-ntf {
  color: var(--lightgrey);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  display: block;
  text-align: right;
}
a.user-img img,
a.user-img-mobile img {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  object-fit: cover;
}

ul.navbar-nav a li.nav-link {
  color: #000 !important;
  padding: 0.5em 0 !important;
}
#main-header li.nav-item.dropdown a.nav-link {
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  border: 1px solid #000;
  padding: 10px 22px;
  box-shadow: none;
}

#main-header a.nav-link {
  color: #000;
  font-weight: 400;
  line-height: normal;
}

/* ----Blog Page--->>>>> */
.blogs-grid {
    display: flex;
    gap: 33px 18px;
    margin-top: 60px;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}
.blog-card {
  flex: 0 0 32%;
}
.show-all-posts .blog-card:nth-child(1) {
  width: 64% !important;
  flex: 1 0 64%;
}
.blog-card span.blog-title {
    color: var(--orange);
}
.blog-card h3 a{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
a.feauture-img img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  height: 230px;
  margin: 0;
}
.show-all-posts .blog-card {
  flex: 1 0 30%;
}
.blog-card p {
  color: #323232;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}
.show-all-posts .blog-card:nth-child(1) img {
  height: 260px;
}
.blog-category-wrap {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 33px;
}
.blog-category-wrap a.category-pill {
  border: 1px solid var(--black);
  border-radius: 100px;
  padding: 3px 17px;
  width: max-content;
}
.blog-category-wrap a.category-pill.active, .blog-category-wrap a.category-pill:hover {
    color: #fff;
    background: #323232;
    border: 1px solid #323232;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.seemore-btn-row button {
  border: 1px solid #BDBDBD;
  height: 53px;
  /* display: inline-block !important; */
  color: var(--grey) !important;
}

#see-more-btn:focus {
    background-color: #323232 !important;
    color: #fff !important;
}
.seemore-btn-row {
  margin-top: 50px;
}
/* -----Single - Blogs---- */
.blog-content p {
  color: var(--grey);
  font-size: 16px;
  line-height: 140%;
}
.blog-content h2 {
  font-size: 30px;
  font-weight: 600;
}
h1.blog-title{
  font-weight: 600;
  font-size: 43px;
  line-height: normal;
  letter-spacing: -0.86px;
}
.single-blog-card p {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wp-post-image {
  border-radius: 8px;
  margin-bottom: 26px;
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.blog-single .back-btn {
  padding: 0;
}
.blog-single {
  padding: 70px 12px 100px;
}
.single-blog-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 18px;
  gap: 15px;
}
.blog-single .blog-content {
  margin-bottom: 29px;
}
.blog-single .blog-content h3 {
  font-size: 30px;
  font-weight: 600;
}
.blog-card h3 {
  line-height: normal;
  letter-spacing: -0.6px;
}

/* ---Help Center Page------ */
.banner-content h1 {
  margin-top: 36px;
  text-shadow: 0px 2px 3.5px rgba(0, 0, 0, 0.13);
  font-size: 90px;
  font-style: normal;
  font-weight: 600;
  line-height: 98%;
  letter-spacing: -5.4px;
}
.highlight {
  background-color: transparent;
  color: var(--black); /* Bootstrap blue */
  font-weight: bold;
}
.search-form form button {
  right: 4px;
  top: 50%;
  height: 44px;
  margin-top: -22px;
  font-size: 20px;
  padding: 0 50px;
  border: none;
}
.search-form form button:hover, .cant-find button:hover, .sign-up-btn button:hover{
  background-color: #E01E1E !important;
}
#searchDropdown {
  position: absolute;
  width: 100%;
  background-color: white;
  border: 1px solid #ccc;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  max-height: 200px;
  overflow-y: auto;
  z-index: 999;
  padding: 10px;
  border: 0;
}

#searchDropdown .dropdown-item {
  padding: 10px;
  cursor: pointer;
  border-bottom: 0.5px solid #BBBBBB;
}

#searchDropdown .dropdown-item:hover {
  background-color: #f0f0f0;
}
.banner-content h3 {
  margin: 20px 0px 40px;
}
.search-form form input {
  height: 53px;
  border: 0;
  border-radius: 8px;
}
.search-form form input::placeholder{
  font-size: 20px;
}
/* .banner-content {
  max-width: 600px !important;
} */
.main-banner {
  background: url(https://help.skillscoop.co/wp-content/uploads/sites/5/2025/04/Group-127-1.jpg) no-repeat;
  background-size: cover;
  padding: 3em 0px 8em;
  border-radius: 8px;
}
.search-form {
  max-width: 572px;
  margin: 0 auto;
}
.category-pills {
  color: #fff !important;
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 100px;
  width: max-content;
  padding: 4px 20px;
}
.category-parent {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 15px;
  justify-content: center;
}
.boxes-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
  margin: 50px 0px;
}
.innr-cat-box {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 1px 1px 8px 0px rgba(50, 50, 50, 0.12);
  height: 200px;
  display: flex;
  width: 100%;
  min-width: 100%;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  transition: 0.5s;
  line-height: normal;
  font-family: "League Spartan", serif;
}
.innr-cat-box:hover {
  transform: scale(1.08);
  color: var(--black);
}
.articles-grid a {
  height: 53px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 20px;
  transition: 0.3s;
  border-radius: 8px;
}
.articles-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-top: 40px;
}
.articles-grid a:hover {
  background: var(--grey) !important;
  color: #fff;
}
.articles-grid a:hover img {
  filter: invert(1);
}
.cant-find {
  margin-top: 44px;
}
section.popular-articles {
  padding-bottom: 100px;
}
.cant-find button {
  margin-top: 14px;
}
.popular-articles h2 {
  letter-spacing: -0.6px;
}
.cant-find h3 {
  letter-spacing: -0.6px;
}


/* ---About Skillscoop------ */
.category-tabs .nav-link {
  font-size: 20px;
  color: var(--black);
  text-align: left !important;
  font-weight: 500;
  border: 0;
  border-radius: 8px;
  box-shadow: none;
  min-width: 277px;
  padding: 4px 16px;
  margin-bottom: 5px;
}
.about li
 {
    list-style: none;
}

.category-tabs .nav-link.active{
  background-color: #E1E3ED !important;
  color: var(--black);
}
.category-tabs .nav-link:hover{
  background: #E1E3ED !important;
  border-radius: 8px;
}
h3.help-center {
  padding-left: 1rem;
}
#v-pills-tabContent h3 {
  font-size: 43px;
  font-weight: 600;
  line-height: normal;
}
.questions a:hover {
  color: #5F5AA2;
  /* text-decoration: underline !important; */
}
.client-html a, .single-cpt .tab-content a, .linkStyle{
    text-decoration: underline !important;
    font-weight: 500 !important;
}
.client-html a:hover, .single-cpt .tab-content a:hover, .linkStyle:hover{
  color: #5F5AA2 !important;
}
.questions {
  display: flex;
  flex-direction: column;
  gap: 19px;
}
.get-to-know.using-skillscoop {
  margin-top: 80px;
}
.get-to-know {
  margin-top: 26px;
}
section.about {
  padding: 20px 0 100px;
  min-height: 74vh;
}
.back-btn {
  padding-left: 1rem;
  margin-bottom: 25px;
}
.back-btn a {
  color: #000;
}
.category-tabs {
  gap: 5px;
}

/* ---Single Help Center ---- */
.head-row {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.switch-tabs ul li button {
  color: var(--labelgrey);
  font-size: 20px;
  border-radius: 8px;
  height: 42px;
}
.switch-tabs ul li button:hover{
  color: var(--grey);
}
.switch-tabs ul li button.active{
  background: var(--grey) !important;
  color: #fff;
}
.switch-tabs .nav-pills {
  height: 53px;
  display: flex;
  align-items: center;
  padding: 0 5px;
  border-radius: 8px;
}
span.point-count {
  width: 45px;
  height: 51px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin-right: 15px;
}
.first-img img {
  float: left;
  margin-right: 2em;
  margin-bottom: 8px;
}
.second-img img {
  float: right;
  margin-left: 2em;
  margin-top: -12%;
}

.third-point{
  width: 70%;
}
.single-cpt {
  padding: 0 0 100px;
}
.client-html li {
  list-style: unset;
}
/* ----Footer---- */
.subscribe-form {
  display: flex;
  height: 41px;
  position: relative;
}
.subscribe-form input {
  width: 100%;
  border: 0;
  border-radius: 8px;
  padding-left: 18px;
}
.subscribe-form input:focus-visible{
  outline: none;
} 

.subscribe-form button {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -16.5px;
  height: 33px;
  display: flex;
  padding: 0 20px;
  align-items: center;
  border-radius: 8px;
  border: none;
  font-weight: 300;
  color: #fff;
  background: var(--orange);
}
.subscribe-form button:hover{
background: #E01E1E;
 }
.head-row h1 {
  font-size: 43px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
button.navbar-toggler.me-3 img {
  background-color: #fff;
  color: #fff;
}

/* -----Single Blog------ */
.single-blog-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.main-blog-page {
  padding: 49px 0 100px;
}

.backdrop-active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  z-index: 1;
}
a.navbar-brand {
  display: none;
}
/* -----Search Page---->>> */
.found-mssg{
  color: var(--labelgrey);
  font-size: 20px;
  margin-bottom: 46px;
}
.search-highlight{
  color: var(--black);
}
.search-result h2 {
  color: var(--grey);
  font-size: 20px;
  font-weight: 500;
  font-family: "Roboto", serif !important;
}
.search-result {
  border-bottom: 0.5px solid #BBBBBB;
}
#searchDropdown .dropdown-item:last-child {
  border-bottom: none;
}

/* ----404 PAage---*/

.not-found {
  background: url(https://help.skillscoop.co/wp-content/uploads/sites/5/2025/04/Group-127-1.jpg) no-repeat;
  background-size: cover;
  border-radius: 8px;
  padding: 5em 9em 3em;
}

.not-found h1 {
  font-size: 90px;
  font-style: normal;
  font-weight: 600;
  line-height: 98%;
  letter-spacing: -5.4px;
  text-shadow: 0px 2px 3.5px rgba(0, 0, 0, 0.13);
}

.not-found h3 {
  text-shadow: 0px 2px 3.5px rgba(0, 0, 0, 0.13);
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 98%;
  margin: 44px 0 31px;
  letter-spacing: -1.8px;
}
section.\34 04-page {
  padding: 29px 0px 63px;
}

/* ----Legal Pages---- */
.legal-content a:hover {
  color: #5f5aa2;
}
.legal-content a {
  text-decoration: underline;
  font-weight: 500 !important;
}
.legal-content a span{
  font-weight: 500 !important;
}




@media screen and (max-width: 404px){
  .banner-content h1{
  font-size: 38px !important;
  }
}
/* ----Mobile View---->> */
@media screen and (max-width: 767px){
  .mwidth-100{
    width: 100%;
  }
  .not-found h3 {
    font-size: 16px;
    margin: 29px 0 50px;
    letter-spacing: -0.96px;
}
section.\34 04-page {
  padding: 52px 0px 63px;
}

.not-found h1 {
  font-size: 45px;
  letter-spacing: -2.7px;
}
  .found-mssg, .search-result h2, .search-result p{
    font-size: 16px !important;
  }
  .found-mssg {
    margin-bottom: 30px;
}
  section.popular-articles {
    padding-bottom: 70px;
}
#searchDropdown {
  top: 50%;
  overflow: initial;
  max-height: max-content;
}
.search-form form input {
  height: 44px;
}
a.custom-logo-link img {
  width: 129px;
  margin-left: -4px;
}
.switch-tabs ul li button{
  font-size: 16px;
}
ul.dropdown-menu {
  width: 193px;
  margin-top: 0px;
  position: absolute !important;
  left: 0;
  top: 41px;
}
/* .sub-dropdown-menu{
  width: 174px;
} */
.backto a {
  font-size: 14px;
}


.blogs-grid {
  margin-top: 22px;
  /* justify-content: space-between; */
}
.blog-category-wrap {
  margin-top: 20px;
  gap: 10px;
}
.boxes-grid {
  grid-template-columns: 1fr;
  gap: 15px;
  margin: 30px 0px;
}
.blog-single .back-btn {
  padding: 0;
  margin-bottom: 18px;
}
.banner-content h1 {
  font-size: 42px;
  letter-spacing: -2.4px;
  margin-top: 21px;
  /* white-space: nowrap; */
}
.banner-content h3 {
  margin: 15px 0px 20px;
  font-size: 16px;
  line-height: 98%;
  letter-spacing: 0.04px;
  /* padding: 0 30px; */
}
.banner-content h4 {
  font-size: 20px;
}
.search-form form input::placeholder{
  color: #8A8A8A;
  font-size: 16px;
  font-weight: 400;
}
.main-banner {
  padding: 1.5em 1em 1em;
}
.innr-cat-box{
  height: 110px;
}
.articles-grid {
  grid-template-columns: 1fr;
  gap: 15px;
  margin-top: 20px;
}
.cant-find {
  margin-top: 40px;
}
.articles-grid a {
  height: 44px;
}
.search-form form button {
  right: 0;
  top: 0;
  height: 44px;
  position: relative !important;
  margin-top: 10px;
  font-size: 18px;
  width: 100%;
  padding: 0 50px;
}
.cant-find button {
  height: 44px;
  margin-top: 10px;
}
.head-row {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
  flex-wrap: wrap;
  flex-direction: column;
}
.first-img img{
  float: none;
}
.third-point {
  width: 100%;
}
.point-wrapper h3 {
  font-size: 25px;
}
.sign-up-btn button {
  width: 100%;
  height: 44px;
}
.head-row h1 {
  font-size: 30px;
}
.subscribe-form {
  display: flex;
  justify-content: start;
  height: 41px;
  width: 96% !important;
  position: relative;
}
.nav-item-380 a, nav-item-334 a {
  width: 100%;
  display: flex;
  justify-content: center;
}
.blog-card:nth-child(1) {
  flex: 0 0 100%;
}
.show-all-posts .blog-card:nth-child(1) {
width: 100% !important;
flex: 0 0 100%;
}
.show-all-posts .blog-card {
flex: 0 0 100%;
}
.blog-card {
  flex: 0 0 100%;
}
.single-blog-grid {
  display: grid;
  grid-template-columns: 1fr;
}
h2.section-title {
  font-size: 30px;
}
.blog-category-wrap a.category-pill{
  font-size: 16px;
}
.blog-card h3 {
 font-size: 25px;
}
.blog-card p {
  font-size: 16px;
}
a.feauture-img img, .show-all-posts .blog-card:nth-child(1) img{
  height: 223px;
}
.seemore-btn-row {
  margin-top: 20px;
}
.main-blog-page {
  padding: 70px 0 70px;
}
.seemore-btn-row button {
  width: 100%;
  font-size: 18px;
}
.wp-post-image{
  height: 272px;
}
.helpcenter-banner {
  padding-top: 70px;
}
.single-cpt{
  padding: 87px 0 70px;
}
.subscribe-form input {
  width: 100%;
  padding-left: 12px;
  padding-right: 121px;
}
section.about {
  padding: 80px 0 70px;
}
.get-to-know h4 {
  font-size: 25px;
}
#v-pills-tabContent h3{
  font-size: 30px;
}
.questions a {
  font-size: 16px;
}
.questions {
  gap: 16px;
}
.back-btn{
  padding-left: 0;
}
.not-found {
  padding: 5em 1em 4em;
}


}

/* ---Till Tablet----- */

@media screen and (max-width: 991px){
  .blog-category-wrap {
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-bottom: 1em;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.point-wrapper p {
  font-size: 16px;
}
.cross-img {
  position: absolute;
  right: 0;
}
.signlogin {
  flex-direction: column;
  width: 100%;
  align-items: start !important;
}
.head-row {
  margin-top: 18px;
}
.signlogin .dark-btn{
width: 100% !important;
height: 44px !important;
font-size: 18px;
font-weight: 300;
margin-bottom: 20px;
}
.blog-category-wrap a.category-pill {
  white-space: nowrap;
}
.second-img img {
  display: none;
}
.third-point {
  width: 100%;
}
.blogs-grid{
  justify-content: space-between;
  margin-top: 22px;
  gap: 20px 0px;
}

/* #main-header {
  position: fixed;
  top: 0;
  width: 100%;
  padding-top: 0;
  border-radius: 0 0 10px 10px;
} */
#main-header .navbar-nav.align-items-center {
  align-items: flex-start !important;
  margin: 13px 0 20px;
  /* gap: 0 !important; */
}
li.nav-item.dropdown.create-btn {
  margin: 20px 0px;
}
.login-sign.d-flex.align-items-center.gap-3.active-btn {
  flex-direction: column;
  width: 100%;
  align-items: start !important;
}
#main-header {
  transition: 0.3s;
  background: #fff;
  z-index: 9;
  position: fixed;
  top: 0;
  width: 100%;
  padding-top: 0;
  /* padding-bottom: 20px; */
  border-radius: 0 0 10px 10px;
  margin-bottom: 0;
  margin-top: 0;
}
.backto.extra-class {
    display: none;
}



}


/* iPads (portrait and landscape) ----------- */
@media screen and (min-width: 768px) and (max-width: 991px){
  .blog-card:nth-child(1) {
    flex: 0 0 49%;
}
.category-tabs .nav-link{
  min-width: 100%;
}
.seemore-btn-row {
  margin-top: 30px;
}
.seemore-btn-row button{
  width: 100%;
}
section.about {
  padding: 100px 0 100px;
}
.blog-single {
  padding: 90px 12px 80px;
}
.back-btn {
  margin-bottom: 23px;
}
.single-blog-grid {
  grid-template-columns: 1fr 1fr;
}
.show-all-posts .blog-card:nth-child(1) {
  width: 49% !important;
  flex: 0 0 49%;
}
.show-all-posts .blog-card:nth-child(1) img, .blog-card img  {
  height: 218px !important;
}
#subscribe-email {
  width: 100% !important;
  padding-right: 120px;
}
.main-blog-page {
  padding: 88px 0 60px;
}

.show-all-posts .blog-card {
  flex: 0 0 49%;
}
.blog-card {
    flex: 0 0 49%;
}
.banner-content h1{
  font-size: 80px;
}
.boxes-grid{
  grid-template-columns: 1fr 1fr;
}
.articles-grid {
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 40px;
}
.banner-content h3 {
  margin: 20px auto 40px;
  width: 90%;
}
.switch-tabs ul li button{
  padding: 0 7px;
}
.single-cpt{
  padding: 87px 0 80px;
}
.helpcenter-banner {
  padding-top: 90px;
}
.not-found h1 {
  font-size: 80px;
  letter-spacing: -4.8px;
}
.not-found {
  border-radius: 8px;
  padding: 5em 1em 3em;
}

}

@media screen and (min-width: 992px) and (max-width: 1199px){
  .articles-grid a {
    font-size: 16px !important;
}
}

/* Small (sm) */
@media (min-width: 576px) {
  .bootstrap-container {
    max-width: 540px !important;
  }
}

/* Medium (md) */
@media (min-width: 768px) {
  .bootstrap-container {
    max-width: 720px !important;
  }
.head-row h1:has(~ .switch-tabs) {
    width: 60%;
}
}

/* Large (lg) */
@media (min-width: 992px) {
  .bootstrap-container {
    max-width: 960px !important;
  }
  #see-more-btn:hover{
  background-color: #323232 !important;
  color: #fff !important;
}
.point-wrapper h3{
  white-space: nowrap;
}
}

/* Extra large (xl) */
@media (min-width: 1200px) {
  .bootstrap-container {
    max-width: 1140px !important;
  }
}

/* Extra extra large (xxl) */
@media (min-width: 1400px) {
  .bootstrap-container {
    max-width: 1320px !important;
  }
}