body {
  font-family: Arial, sans-serif;
  color: #474747;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
  text-decoration: underline;
}

.header-main {
  border-bottom: 1px solid #ddd;
  padding-left: 45px;
  padding-top: 10px;
  padding-right: 15px;
  width: 100%;
  float: left;
  background-color: #fff;
}
.header-nav {
  width: auto;
  display: flex;
  justify-content: start;
  padding: 15px 22px;
}
.header-nav ul.quick-link {
  margin: 0;
}

.left_part {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
}

.logo {
  width: 165px;
  float: left;
}

.logo img {
  width: 100%;
}
.search_main {
  width: 85%;
  position: relative;
  margin-left: 20px;
  display: flex;
  border: 1px solid #ddd;
  box-shadow: 0 0 10px #ddd;
  border-radius: 30px;
  height: 55px;
  max-width: 861px;
  align-items: center;
  justify-content: space-around;
}
.search,
.mic,
.img-search,
.setting,
.apps,
.close {
  width: 35px;
  height: 35px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.mic svg,
.search svg,
.img-search svg,
.setting svg,
.apps svg,
.close svg {
  width: 24px;
  height: 24px;
  fill: #5f6368;
}

.close {
  border-right: 1px solid #ddd;
}

.setting:hover,
.apps:hover {
  background: #ddd;
  border-radius: 30px;
}
.search_main input {
  width: 65%;
  height: 100%;
  padding: 15px;
  border-radius: 30px;
  border: none;
  outline: none;
  font-size: 18px;
  float: left;
  font-family: "Roboto", sans-serif;
  color: #111;
}

.right-part {
  position: relative;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 0 15px;
}
button.sign-in {
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 14px;
  background: #0b57d0;
  color: #fff;
  border: none;
  outline: none;
}
.tab {
  width: 100%;
  display: flex;
  padding: 0;
}
.tab ul {
  list-style: none;
  margin: 0;
  margin-left: 95px;
  margin-top: 25px;
}
.tab ul li {
  font-size: 14px;
  margin-right: 20px !important;
  cursor: pointer;
}
.tab ul li svg {
  fill: #767676;
}

.tools {
  padding: 5px 10px;
  border-radius: 15px;
}
.tools:hover {
  background-color: #f1f3f4;
}
.tab ul li.active {
  color: #1f1f1f;
  font-weight: bold;
  border-bottom: 3px solid #1f1f1f;
  padding-bottom: 5px;
  width: 30px;
}
.active span {
  font-weight: 400;
  margin-left: 6px;
  color: #000;
}
.custom-container {
  width: 100%;
  padding-left: 185px;
  padding-top: 15px;
  float: left;
}
.content-left {
  width: 100%;
  max-width: 60%;
  display: inline-block;
}
.side-bar {
  width: 30%;
  display: inline-block;
}
ul.post-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.post-link {
  align-items: center;
  display: flex;
  gap: 10px;
}
.post-img {
  width: 30px;
  height: 30px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #ddd;
  overflow: hidden;
}
.post-img img {
  width: 100%;
  height: 100%;
  padding: 5px;
}
.link-heading {
  color: #000;
}
.link-text p {
  font-size: 14px;
}
.post-content {
  margin-top: 10px;
}
.post-content p {
  font-size: 14px;
  padding-right: 55px;
  margin-bottom: 25px;
}
a.post-heading {
  color: #1a0dab;
}
.post-heading h2 {
  font-size: 20px;
  font-weight: 400;
}
.card {
  flex-direction: row;
}
h5.card-title {
  color: #1a0dab;
}
ul.sub-post {
  margin: 0;
  list-style: none;
  padding: 0;
}
a.see-more {
  font-size: 14px;
  color: #1a0dab;
  margin-bottom: 10px;
  display: block;
  margin-left: 12px;
  font-weight: 400;
}
.related-search h2,
.related_search h2 {
  font-size: 22px;
  color: #202124;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 22px;
}
.related-search ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.related-search ul li {
  width: 50%;
  margin-bottom: 10px;
}

.related-search ul li a {
  height: 50px;
  display: inline-flex;
  align-items: center;
  background: #f1f3f4;
  padding: 0 16px;
  border-radius: 10px;
  color: #202124;
  width: 100%;
  padding-right: 0;
  justify-content: space-between;
}
.related-search ul li a i {
  margin: 0 15px;
}
.related_heading {
  font-size: 16px;
}
.related_search ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.related_search ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: start;
  gap: 15px;
}
.group-img {
  width: 92px;
  height: 92px;
  overflow: hidden;
  position: relative;
  display: flex;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
}
.group-img::after {
  background-color: rgba(0, 0, 0, 0.03);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.group-row p {
  font-size: 14px;
}

.side-bar h2 {
  font-size: 20px;
  color: #444;
  font-weight: 400;
}
.side-bar > ul {
  list-style: none;
  margin: 0;
  width: 100%;
  padding: 10px 0 10px 020px;
  border-left: 1px solid #ddd;
  float: left;
}
.side-bar ul li p {
  font-size: 14px;
}
.short-info {
  width: 100%;
  display: flex;
  margin-bottom: 18px;
  justify-content: space-between;
}
.info-head {
  width: 100%;
  display: flex;
  align-items: start;
}
.web-image {
  width: 56px;
  height: 44px;
  float: left;
  margin-right: 15px;
  margin-top: 5px;
}
.arrow {
  width: 43px;
  height: 40px;
  float: right;
  background: #dddddd8c;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  border-radius: 50%;
  cursor: pointer;
}
.web-image img {
  width: 100%;
  height: 100%;
}
.info-heading {
  width: 100%;
}
.info-heading h2 {
  font-size: 28px;
  font-weight: 600;
  color: #111;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.info-heading h2 i {
  font-size: 18px;
}
.info-heading p {
  font-size: 14px;
  margin: 0;
}
.source span {
  font-size: 14px;
}
.source span a {
  color: #1558d6;
}
.source span a:hover {
  text-decoration: none;
}
.side-bar > ul > li {
  padding: 20px 0;
  /* border-bottom: 1px solid #ddd; */
}
.side-bar > ul > li:last-child {
  border-bottom: none;
}
.source {
  margin-bottom: 10px;
}
.short-details ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.short-details ul li {
  padding: 5px 0;
}
.short-details button {
  background: transparent;
  border: 1px solid #ddd;
  border-radius: 30px;
  font-size: 14px;
  outline: none;
  display: flex;
  padding: 10px 20px;
  margin-bottom: 15px;
  color: #0b57d0;
}
.short-details button:hover {
  background-color: #0b57d021;
  color: #111;
}
.short-details button svg {
  fill: #0b57d0;
}
.short-details ul li span,
.side-bar-rating span {
  font-size: 14px;
}
.short-details ul li span.title {
  font-size: 14px;
  font-weight: 600;
  color: #1f1f1f;
}
.short-details ul li span a,
.side-bar-rating span a {
  font-weight: 400;
  color: #1a0dab;
}

.side-bar-rating p,
.social-profile h2 {
  font-size: 18px !important;
  color: #1f1f1f;
}

.pagination-main {
  width: 100%;
  float: left;
  padding: 20px 0;
}
.pagination-main ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.pagination-main ul li {
  width: 45px;
  height: 45px;
  background: transparent;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  cursor: pointer;
  color: #71777d;
}
.pagination-main ul li.active {
  border-bottom: 2px solid #174ae4;
  color: #111;
}
.pagination-main ul li:hover {
  background-color: #f4f4f4;
}
.next {
  background: url("../images/multi-images.png");
  width: 100%;
  height: 100%;
  background-position: 45%;
  transform: scale(0.7);
}

.ft-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 22px;
  background: #f5f5f5;
}
ul.quick-link {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  margin-left: 150px;
}
ul.quick-link li {
  margin-right: 35px;
}
ul.quick-link a {
  font-size: 14px;
  color: #70757a;
}
ul.quick-link a:hover {
  color: #1f1f1f;
  text-decoration: none;
}
.copyright p {
  margin: 0;
}

.toll-free {
  width: 100%;
  float: left;
  background: #ebf1ff;
  margin-right: 50px;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  cursor: pointer;
}

.toll-free h2 {
  color: #000;
  font-size: 45px;
  margin-bottom: 30px;
}
.policy-line {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #1a0dab;
}

.rating-line span {
  font-size: 14px;
}

.rating {
  margin: 0 5px;
  color: #fbbc04;
  clip-path: polygon(
    6px 0,
    4.31px 3.98px,
    0 4.34px,
    3.28px 7.18px,
    2.29px 11.4px,
    6px 9.16px,
    9.71px 11.4px,
    8.72px 7.18px,
    12px 4.34px,
    7.69px 3.98px,
    6px 0,
    20px 0,
    18.31px 3.98px,
    14px 4.34px,
    17.28px 7.18px,
    16.29px 11.4px,
    20px 9.16px,
    23.71px 11.4px,
    22.72px 7.18px,
    26px 4.34px,
    21.69px 3.98px,
    20px 0,
    34px 0,
    32.31px 3.98px,
    28px 4.34px,
    31.28px 7.18px,
    30.29px 11.4px,
    34px 9.16px,
    37.71px 11.4px,
    36.72px 7.18px,
    40px 4.34px,
    35.69px 3.98px,
    34px 0,
    48px 0,
    46.31px 3.98px,
    42px 4.34px,
    45.28px 7.18px,
    44.29px 11.4px,
    48px 9.16px,
    51.71px 11.4px,
    50.72px 7.18px,
    54px 4.34px,
    49.69px 3.98px,
    48px 0,
    62px 0,
    60.31px 3.98px,
    56px 4.34px,
    59.28px 7.18px,
    58.29px 11.4px,
    62px 9.16px,
    65.71px 11.4px,
    64.72px 7.18px,
    68px 4.34px,
    63.69px 3.98px,
    62px 0
  );
  width: 70px;
  background: linear-gradient(to right, currentcolor 28px, #dadce0 0%);
  display: inline-block;
  height: 12px;
}

.social-profile ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.social-icon-box {
  width: auto;
  float: left;
  cursor: pointer;
}
.social-icon {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.social-icon-box:hover .social-icon {
  background: #0b57d015;
}
.social-icon img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

.social-icon-box p {
  margin-bottom: 0;
  margin-top: 7px;
}

.social-profile button {
  width: 100%;
  margin-top: 15px;
  padding: 8px 0;
  border: none;
  border-radius: 30px;
  outline: none;
  font-size: 14px;
  color: #1f1f1f;
  background-color: #f1f3f4;
}
.social-profile button i {
  margin-left: 10px;
}
.social-profile button:hover {
  background-color: #d8d7dc;
  text-decoration: underline;
}
.data-about {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.data-about span {
  font-size: 12px;
}
.pagination-main table {
  margin: auto;
}

span.G,
span.O,
span.O_2,
span.Gle {
  width: 28px;
  display: block;
  background: url("../images/nav_logo321.webp");
  background-size: 168px;
  height: 40px;
  background-position: -24px 0;
}
span.O,
span.O_2 {
  background-position: -54px 0;
  width: 18px;
}
span.O_2 {
  background-position: -75px 0;
}
span.Gle {
  background-position: -97px 0;
  width: 72px;
}
span.next-pg {
  margin-left: 50px;
}
.pagination-main table a {
  color: #4587f4;
}
.pagination-main table a:hover {
  text-decoration: none;
}
.post-content span {
  display: inline-block;
  font-weight: bold;
  background: #2196f34d;
  color: #000;
  padding: 2px 5px;
  font-size: 15px;
}
.ft-mainHeader {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 22px;
  background: #f5f5f5;

  right: 0;
}
.quick-link_hd {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  margin-left: 0px;
  margin-left: 150px;
}
.quick-link_hd a {
  font-size: 14px;
  color: #70757a;
}
ul.quick-link_hd li {
  margin-right: 35px;
}

/* ===================================Responsive css================================================= */

header#mainHeader {
  width: 100%;
  float: left;
  position: relative;
}

.toggle-btn {
  width: auto;
  float: left;
  position: relative;
  display: none;
}
.toggle-btn span {
  width: 18px;
  height: 3px;
  background-color: #5e5e5e;
  border-radius: 15px;
  display: block;
  margin-bottom: 3px;
}
.search_main.mobile {
  display: none;
}
@media screen and (max-width: 1155px) {
  body {
    background-color: #e8eaed;
  }
  .header-main {
    padding-left: 15px;
  }
  .search_main,
  .setting,
  .apps,
  .header-nav {
    display: none;
  }
  .toggle-btn {
    display: block;
  }
  .search_main.mobile {
    display: flex;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 20px;
    justify-content: space-between;
  }
  .side-bar {
    display: none;
  }
  .tab ul {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
    white-space: nowrap;
    overflow-x: scroll;
    margin-top: 25px;
  }
  .img-search {
    display: none;
  }
  .toll-free {
    margin: 0;
    margin-right: 0;
    border-radius: 0;
  }

  .content-left {
    max-width: 100%;
    padding: 0;
  }
  .custom-container {
    padding: 20px 0;
  }
  li.post-item {
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
  }
  li.post-item:first-child {
    padding: 0;
    background-color: transparent;
  }
  .related-search ul {
    background-color: #fff;
  }
  .related-search ul li {
    width: 100%;
    margin: 0;
  }
  .related-search ul li a {
    padding: 0;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
  }
  .ft-main {
    justify-content: center;
  }
  .show .header-nav {
    display: block;
    position: absolute;
    background: #fff;
    z-index: 99;
    left: 0;
    top: 55px;
    width: 100%;
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 20px;
  }
  ul.quick-link {
    margin: 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  .show .header-nav ul.quick-link {
    padding: 0;
  }
  .show .header-nav ul.quick-link li {
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 10px;
  }
}
@media screen and (max-width: 354px) {
  .logo {
    width: 185px;
  }
  button.sign-in {
    padding: 7px 10px;
  }
  .toll-free h2 {
    font-size: 30px;
  }
}

.tab > ul::-webkit-scrollbar {
  width: 0;
}
