/* header start */

.idream-header {
  background-color: white;
  padding: 0px 141px;
}

.site-header {
  z-index: 100;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px -2px 9px 0px;
}

.idream-header ul {
  padding: 0;
}

.idream-header:after {
  content: "";
  clear: both;
  display: table;
}

.idream-header ul {
  float: right;
  list-style: none;
  box-sizing: border-box;
  position: relative;
  margin: 0;
}

.idream-header ul li {
  float: left;
  padding: 20px 4.8px;
  line-height: 20px;
}

.idream-header ul li a {
  outline: none !important;
  text-decoration: none;
  font-size: 16px;
  line-height: 36px;
  font-family: "Inter", sans-serif !important;
  padding: 23px 15px;
  font-weight: 500;
  margin: 0;
  color: #444;
  text-align: center;
}

.mobile-version,
.talk-with-expert-contact-btn {
  display: none;
}

.idream-header ul .our-solutions-list,
.idream-header ul .govt-initiatives-list,
.idream-header ul .content-list {
  position: absolute;
  margin-top: 15px;
  z-index: 100;
  background-color: white;
  opacity: 0;
  visibility: hidden;
}

.idream-header ul li:hover>.our-solutions-list,
.idream-header ul li:hover>.govt-initiatives-list,
.idream-header ul li:hover>.content-list {
  opacity: 1;
  border: 1px solid #3333;
  top: 62px;
  /* left: 0px; */
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  visibility: visible;
}

.idream-header ul .our-solutions-list li,
.idream-header ul .govt-initiatives-list li,
.idream-header ul .content-list li {
  position: relative;
  padding: 0;
  line-height: 28px;
  float: none;
  margin: 0;
  display: list-item;
}

.idream-header .idream-logo {
  float: left;
  font-weight: 600;
  line-height: 10px;
  padding-left: 3px;
}

.show,
.idream-header .icon-menu-idream,
.icon-menu-idream .fa-times {
  display: none;
  -webkit-tap-highlight-color: transparent;
}

.idream-header .icon-menu-idream {
  line-height: 5 !important;
}

.idream-header input {
  display: none !important;
}

.idream-header ul .our-solutions-list li:hover,
.idream-header ul .govt-initiatives-list li:hover,
.idream-header ul .content-list li:hover {
  background-color: #eee;
}

.idream-header ul li .content-list li a {
  max-width: 300px !important;
  width: 100% !important;
  display: block;
  padding: 8px 20px;
  text-align: start;
  line-height: 1.4;
}

/* new header coding dayalu ----------------------------------------------------------------------------------------------- */

button.floatBtn-enquire {
  display: none !important;
}

.idream-header {
  display: none;
}

.new-header .idream-header {
  display: block;
}

.header-line {
  margin-bottom: 0px !important;
}

.talk-to-expert {
  padding: 16px 10px !important;
}

.talk-to-expert a {
  background: linear-gradient(121.19deg,
      rgba(133, 239, 49, 0) 25.73%,
      hsla(0, 0%, 100%, 0.3) 45.27%,
      rgba(133, 239, 49, 0) 62.27%),
    #14b1e7;
  animation: shimmer 53s linear infinite;
  background-size: 175% 100%;
  padding: 10px 15px !important;
  border-radius: 6px;
  color: white !important;
  font-weight: 600 !important;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  cursor: pointer;
}

.talk-to-expert-text {
  text-align: center;
}

@keyframes shimmer {
  100% {
    background-position: 5000px 0;
  }

  0% {
    background-position: -5000px 0;
  }
}

.talk-to-expert-text p {
  color: var(--white, #fff);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  margin: 0px;
  line-height: 1.2;
}

.idream-logo a>div {
  width: 120px;
  height: 55px;
}

.talk-with-expert-form-main .crossbtn-header {
  position: absolute;
  top: 8px;
  cursor: pointer;
  right: 15px;
}

.form-talk-expert {
  overflow-y: hidden;
  height: auto;
}

.error-talk-expert {
  font-size: 10px !important;
  margin-left: 2px;
  font-weight: inherit !important;
  color: red;
  font-family: "Open Sans" !important;
}

/* new header coding dayalu end */

@media all and (max-width: 1024px) {
  .idream-header {
    background-color: white;
    padding: 0px 22px;
    /* padding-bottom: 5px; */
  }

  .mobile-version-header-talk {
    display: block !important;
  }
}

@media all and (max-width: 1440px) {
  .idream-header {
    padding: 0px 100px;
  }
}

@media all and (max-width: 1350px) {
  .idream-header ul {
    margin-right: 5px;
  }

  .idream-header .idream-logo {
    padding-left: 15px;
  }

  .idream-header {
    padding: 0px 30px;
  }
}

@media all and (max-width: 1260px) {
  .idream-header {
    padding: 0px 30px;
  }

  .idream-header ul li a {
    font-size: 16px;
    padding: 23px 8px;
  }
}

@media all and (max-width: 1088px) {
  .idream-header {
    padding: 0px 20px;
  }
}

/* Change the screen size from 992px to 1150px to correct header */

@media screen and (max-width: 1150px) {
  .talk-to-expert.desktop-version {
    display: none;
  }

  .idream-header ul li a {
    padding: 0px 20px;
  }

  .idream-header ul li {
    padding: 0px;
  }

  .drop-down a img {
    width: 10px !important;
    margin: 2px;
  }

  .idream-header::after {
    padding-top: 10px;
  }

  .idream-header {
    padding: 0px;
    /* display: flex;
		align-items: center;
		margin-bottom: 15px; */
  }

  .idream-header ul {
    width: 100%;
    margin-right: 0px;
    float: left;
  }

  .idream-header ul {
    margin-right: 10px;
    float: left;
    margin-top: 13px;
    border-top: 1px solid #1cb1e7;
  }

  .idream-header ul li,
  .idream-header ul .our-solutions-list li,
  .idream-header ul .govt-initiatives-list li,
  .idream-header ul .content-list li {
    display: block;
    width: 100%;
    padding: 3px 0px;
  }

  .idream-header ul li:first-child {
    margin-top: 5px;
  }

  .idream-header ul .our-solutions-list,
  .idream-header ul .govt-initiatives-list,
  .idream-header ul .content-list {
    top: 70px;
    position: static;
    float: none;
    display: none;
    opacity: 1;
    visibility: visible;
  }

  .show {
    display: block;
    color: black;
    padding: 0 15px;
    cursor: pointer;
    font-weight: 400;
    top: 70px;
    font-size: 14px;
    line-height: 55px;
  }

  .idream-header .idream-logo {
    padding-left: 60px;
  }

  #idream-hamburger {
    padding: 0px;
    background: none;
    color: white;
    border-radius: 0px;
  }

  .icon-menu-idream {
    display: inline-flex !important;
    color: black;
    cursor: pointer;
    position: absolute;
    left: 18px;
    line-height: 70px;
    top: 0px;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 23px;
    margin: 0 !important;
  }

  .idream-header .show:hover {
    display: block;
  }

  .idream-header .show+a,
  .idream-header ul {
    display: none;
  }

  .idream-header [id^="btn-new-header"]:checked+ul {
    display: block !important;
  }

  .idream-header .our-solutions-drop-down:hover>.our-solutions-list,
  .idream-header .govt-initiatives-drop-down:hover>.govt-initiatives-list,
  .idream-header .content-drop-down:hover>.content-list {
    display: block;
  }

  .idream-header ul li:hover>.our-solutions-list,
  .idream-header ul li:hover>.govt-initiatives-list,
  .idream-header ul li:hover>.content-list {
    opacity: 1;
    border: none;
    margin-left: 15px;
    box-shadow: none;
    margin-top: -5px !important;
  }

  .talk-to-expert-text p {
    font-size: 14px;
  }

  /* .talk-to-expert {
    padding: 0px !important;
    position: absolute;
    top: 15px;
    right: 10px;
  } */

  .mobile-version {
    display: block !important;
  }

  .idream-logo a>div {
    width: 80px;
    height: 45px;
  }

  .talk-to-expert-web {
    display: none;
  }

  .dropdown-jsmenu {
    opacity: 1 !important;
    top: 60px !important;
    visibility: visible !important;
    border: none !important;
    display: block !important;
    margin-left: 15px !important;
    box-shadow: none !important;
    margin-top: -5px !important;
  }
}

@media screen and (max-width: 992px) {
  .container-1440 {
    padding: 0 30px;
  }
}

/* overlay code dayalu new code */

.overlay-header {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(33, 33, 33, 0.2);
  backdrop-filter: blur(6px);
  z-index: 2;
}

/* form new code */

.talk-with-expert-form-main {
  z-index: 100;
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  background: white;
  padding: 12px 3px !important;
  margin: 0;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  border-radius: 12px;
}

.talk-with-expert-from {
  max-width: 575px;
  width: 100%;
  padding: 24px 22px;
  padding-bottom: 0;
  min-width: 500px;
  /* max-height: 600px; */
  height: auto;
  background-color: white;
  border-radius: 12px;
}

/* scrollbar customization */

.form-talk-expert::-webkit-scrollbar {
  width: 3px;
}

.form-talk-expert::-webkit-scrollbar-track {
  background-color: #f2f2f2;
}

.form-talk-expert::-webkit-scrollbar-thumb {
  background-color: #0077ffb2;
  border-radius: 2px;
}

.form-talk-expert::-webkit-scrollbar-track-piece {
  background-color: #f2f2f2;
  /* Set the background color of the scrollbar runner */
}

.form-talk-expert::-webkit-scrollbar-thumb:hover {
  background-color: #0077ff;
}

.form-talk-expert::-webkit-scrollbar-corner {
  background-color: transparent;
}

.form-talk-expert::-webkit-scrollbar-thumb:vertical {
  height: 2px;
}

.form-talk-expert::-webkit-scrollbar-thumb:horizontal {
  width: 2px;
  border-radius: 2px;
}

.form-talk-expert::-webkit-scrollbar-thumb:vertical:hover,
.form-talk-expert::-webkit-scrollbar-thumb:horizontal:hover {
  background-color: #0077ff;
}

/* state board popup end  */

/* scrollbar code */

.form-container-talk-with-expert {
  width: 100%;
}

.talk-with-expert-from>.h3 {
  font-family: "Inter";
  font-size: 26px;
  font-weight: 700;
  margin: 0px 0px 10px 0px;
  text-align: center;
}

.talk-with-expert-from>p {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  margin: 0px 25px 16px 25px;
  text-align: center;
  color: #9e9e9e;
  line-height: 1.3;
}

.form-container-talk-with-expert>.flex-column {
  display: flex;
  flex-direction: column;
  margin: 15px 20px;
  gap: 2px;
}

.form-container-talk-with-expert label {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  color: #444;
  width: 100%;
  line-height: 7px;
  letter-spacing: 0.004em;
  height: inherit;
  margin-bottom: 10px;
}

.talk-to-expert-input-box {
  background: #ffffff;
  border: 0.686803px solid #dedede !important;
  border-radius: 4px !important;
  height: 42px;
  width: 100%;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  padding-left: 10px !important;
  padding-right: 5px !important;
  color: #212121 !important;
}

textarea.talk-to-expert-input-box {
  height: 80px;
}

.talk-to-expert-input-box:focus {
  outline: none;
}

textarea {
  resize: none;
}

.form-container-talk-with-expert select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #ffffff;
  border: 0.687px solid #dedede;
  border-radius: 4px;
  height: 42px;
  width: 100%;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  padding: 0 35px 0 10px;
  box-sizing: border-box;
  outline: none;
  color: #212121;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6" fill="none"><path d="M1 1L5 5L9 1" stroke="%23212121" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px 6px;
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  -webkit-text-fill-color: black !important;
}

@media screen and (max-height: 780px) {
  .talk-with-expert-from {
    max-height: inherit;
  }
}

#your-query-talk-expert {
  padding-top: 14px;
  height: 72px;
}

.talk-to-expert-name-phone .form-container-talk-with-expert .flex-column {
  margin: 0px;
}

.talk-with-expert-submit-btn {
  margin: 10px 20px;
}

.talk-to-expert-name-phone {
  display: flex;
  flex-direction: row;
  margin: 10px 20px;
  gap: 20px;
}

.talk-with-expert-submit-btn>input {
  color: white;
  text-align: center;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  background-color: #48c5ef;
  border-radius: 5px;
  border: none;
  height: 55px;
  font-weight: 600;
  padding: 11px 25px;
  width: 100%;
}

.talk-with-expert-from .connect-with-us {
  text-align: center;
  color: #212121;
  font-family: "Inter";
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 6px;
}

.talk-with-expert-from .connect-with-us a {
  color: #14b1e7;
  font-family: "Inter";
  font-size: 18px;
  font-weight: 500;
}

.talk-with-expert-contact-btn,
.mobile-version {
  display: none;
}

.connect-with-us {
  display: block;
}

.promoweb {
  display: block;
}

.promomob {
  display: none;
}

@media screen and (max-width: 600px) {
  .container-1440 {
    padding: 0 22px;
  }

  .promoweb {
    display: none;
  }

  .promomob {
    display: block;
  }

  .talk-with-expert-from>.h3 {
    font-size: 16px;
  }

  .talk-with-expert-from>p {
    font-size: 14px;
  }

  .talk-with-expert-form-main {
    width: 95%;
    padding: 5px 1px !important;
  }

  .talk-with-expert-from {
    padding: 10px 0px;
    width: 100%;
    min-width: 100%;
    max-height: 84vh;
    height: 100%;
  }

  .form-talk-expert {
    overflow-y: scroll;
    height: 38vh;
  }

  .talk-to-expert-name-phone {
    flex-direction: column;
  }

  .talk-to-expert-name-phone .form-container-talk-with-expert .flex-column {
    margin: 0px !important;
  }

  .talk-with-expert-from .connect-with-us,
  .talk-with-expert-from .connect-with-us a {
    font-size: 14px;
  }

  .form-container-talk-with-expert>.flex-column,
  .talk-with-expert-submit-btn,
  .talk-to-expert-name-phone {
    margin: 12px 15px;
  }

  .talk-to-expert-name-phone {
    gap: 12px;
  }

  .form-container-talk-with-expert label {
    font-size: 12px;
  }

  .talk-to-expert-input-box {
    height: 45px;
  }

  #your-query-talk-expert {
    height: 45px;
  }

  .talk-with-expert-submit-btn a {
    font-size: 12px;
  }

  .talk-with-expert-contact-btn {
    padding: 6px 15px;
    display: block;
  }

  .talk-with-expert-contact-btn a {
    display: flex;
    text-align: center;
    font-family: "Inter";
    font-size: 16px;
    gap: 10px;
    font-style: normal;
    background-color: white;
    border-radius: 5px;
    height: 55px;
    font-weight: 600;
    border: 2px solid #48c5ef;
    justify-content: center;
    align-items: center;
    color: #48c5ef;
  }

  .talk-with-expert-contact-btn a p {
    margin: 0px;
    font-size: 16px;
    font-weight: 600;
  }

  .connect-with-us {
    display: none;
  }
}

.faq-container {
  max-height: 350px !important;
  overflow-y: scroll !important;
  height: 100% !important;
  margin-top: 24px;
}

/* ---------Search bar----------------- */

.idream-search-bar {
  cursor: pointer;
}

.idream-search-bar-container {
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999;
}

.idream-search-bar-input-container {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 36px;
  align-items: end;
}

.idream-search-bar-input {
  width: 100%;
}

.idream-search-bar-close-btn {
  cursor: pointer;
}

.idream-search-bar-input-container {
  margin-top: 36px;
}

.idream-search-bar-row {
  width: 100%;
  margin-top: 36px;
  padding-bottom: 30px;
  box-shadow: 0 4px 4px 0 #F0F7F9;
}


/* ----------Manipulating the search bar results------- */

.searchwp-live-search-result--img {
  flex-basis: 250px !important;
}

.searchwp-live-search-result .searchwp-live-search-result--title a {
  font-size: 20px !important;
  margin-bottom: 10px;
  margin-left: 10px;
}

.searchwp-live-search-result--desc {
  margin-left: 10px;
}

.searchwp-live-search-results {
  max-height: 80% !important;
  min-height: 80% !important;
}



/* -----------------------------------------------Search bar added css------------------------------------- */

.search-bar-mobile-version {
  margin-top: 8px;
  cursor: pointer;
}

.search-bar-mobile-version svg{
cursor: pointer;
}

.search-bar-container {
  justify-content: end;
  margin-right: 2%;
  padding-top: 16px;
  align-items: center;
  gap: 20px;
}

.crossbtn-search {
  position: absolute;
  top: 14px;
  cursor: pointer;
  right: 12px;
}

.search-field-popup {
  width: 100%;
  height: fit-content;
}


.search-field-popup-input {
  position: relative;
  margin-top: 42px;
}

.search-field-popup-input input {
  padding: 12px;
  width: 100%;
  border: 0.8px solid #1BB1E7;
  border-radius: 6px;
  padding-left: 6%;
  padding-right: 4%;
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  font-family: Inter;
  text-align: left;
}

.search-field-popup-input input::placeholder {
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  font-family: Inter;
}


.search-field-popup-input input:focus {
  outline: none;
}

.search-field-popup-input input {
  padding: 12px;
  width: 100%;
  border: 0.8px solid #1BB1E7;
  border-radius: 6px;
  padding-left: 6%;
  padding-right: 4%;
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  font-family: Inter;
}

.search-field-popup-input-icon svg {
  position: absolute;
  left: 1%;
  top: 25%;
}

.search-field-popup-input-icon-cross svg {
  position: absolute;
  right: 2%;
  top: 25%;
  cursor: pointer;
  display: none;
}


/* For hiding the search cancel button in search field */

/* For WebKit browsers (Chrome, Safari, etc.) */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* For Internet Explorer */
input[type="search"]::-ms-clear,
input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}




@media screen and (max-width: 1150px) {
  .mobile-version {
    display: flex !important;
  }

  .idream-search-bar{
    display: none !important;
  }
 

  .talk-to-expert {
    padding: 0 !important;
  }
}


/* ----------------Search button click popup code----------------------- */
.global-search-popup-container {
  position: fixed;
  background-color: white;
  width: 45%;
  height: 85%;
  z-index: 9999;
  display: none;
  margin: 0;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  border-radius: 18px;
  padding: 24px;
}


/* --------------Recent search screen code----------- */

.recent-search-screen{
  margin-top: 24px;
}
.recent-search-heading h4{
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  color: #212121;
}

.recent-search-list ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.recent-search-list ul li{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid #5757561F;
  border-radius: 24px;
  font-family: Poppins;
font-weight: 400;
font-size: 14px;
line-height: 1.4;
text-align: left;
color: #212121;
cursor: pointer;
}






/* --------------Popular search screen code----------- */

.popular-search-screen{
  margin-top: 24px;
}
.popular-search-heading h4{
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  color: #212121;
}

.popular-search-list ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 14px;
}

.popular-search-list ul li{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: none;
  border-radius: 24px;
  background-color: #F2FCFF;
    font-family: Poppins;
font-weight: 400;
font-size: 14px;
line-height: 1.4;
text-align: left;
color: #212121;
cursor: pointer;
}



/* --------------No result found screen code----------- */
.no-result-found-screen-icon{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.no-result-found-screen-icon img{
  width: 150px;
  height: 150px;
}


  .no-result-found-screen-icon p{
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #212121;
  margin: 0;
}
/* --------------No result found screen code end----------- */

/* Incoming data code--- */

#ajax-results-container {
margin-top: 24px;
  height: 85%;
  overflow-x: hidden;
  display: none;
}

#ajax-results-container::-webkit-scrollbar {
  width: 3px;
}

#ajax-results-container::-webkit-scrollbar-track {
  background-color: #f2f2f2;
}

#ajax-results-container::-webkit-scrollbar-thumb {
  background-color: #14b1e7b2;
  border-radius: 2px;
}

#ajax-results-container::-webkit-scrollbar-track-piece {
  background-color: #f2f2f2;
  /* Set the background color of the scrollbar runner */
}

#ajax-results-container::-webkit-scrollbar-thumb:hover {
  background-color: #14b1e7;
}

#ajax-results-container::-webkit-scrollbar-corner {
  background-color: transparent;
}

#ajax-results-container::-webkit-scrollbar-thumb:vertical {
  height: 2px;
}

#ajax-results-container::-webkit-scrollbar-thumb:horizontal {
  width: 2px;
  border-radius: 2px;
}

#ajax-results-container::-webkit-scrollbar-thumb:vertical:hover,
#ajax-results-container::-webkit-scrollbar-thumb:horizontal:hover {
  background-color: #14b1e7;
}

/* Style for each individual result link (the main container) */
.search-result-item {
  display: flex; 
  align-items: start; 
  padding: 8px 6px;
    text-decoration: none;
  border-bottom: 1px solid #EAEAEA; 
  transition: background-color 0.2s ease;
}

.search-result-item:last-child {
  border-bottom: none;
}

.search-result-item:hover {
  background-color: #F5F5F5; 
}

/* Styling for the image container on the left */
.result-image {
  width: 192px;
  height: 108px;
  margin-right: 10px;
  flex-shrink: 0;
  background-color: #f0f0f0;
}

/* Make sure the image itself fills its container perfectly */
.result-image img {
  width: 192px;
  height: 108px;
  object-fit: contain;
}

/* Styling for the text content container on the right */
.result-content {
  flex: 1; 
  min-width: 0; 
  margin-right: 12px;
}

/* Styling for the title */
.result-title {
  font-size: 15px;
  font-family: Poppins;
  font-weight: 600;
  color: #212121;
  line-height: 1.2;
  margin: 0;
}

/* Styling for the excerpt */
.result-excerpt {
  font-size: 12px;
  color: #575756;
  font-family: Inter;
  font-weight: 400;
  margin: 0;
  line-height: 1.3;
  text-align: left;
  margin-top: 6px;
}

@media screen and (max-width: 1100px){
  .popular-search-list ul{
    gap: 8px;
  }
}

@media screen and (max-width: 992px){
  .global-search-popup-container{
    width: 70%;
  }
}


@media screen and (max-width: 767px) {
  .global-search-popup-container {
    width: 90%;
  }

  .popular-search-heading h4{
    font-size: 18px;
  }

  .search-field-popup-input input{
    height: 45px;
    padding-left: 8%;
  }
}

@media screen and (max-width: 600px){
  .popular-search-list ul li{
    padding: 8px 12px;
    font-size: 12px;
  }

  .popular-search-screen{
    margin-top: 14px;
  }

  .popular-search-heading h4{
    font-size: 16px;
  }
  .no-result-found-screen-icon p{
    font-size: 13px;
  }
  .search-svg-popular{
    width: 18px;
    height: 18px;
  }
  .result-image{
    width: 90px;
    height: 54px;
  }

  .result-image img{
    width: 100%;
    height: 100%;
  }

  .result-title{
    font-size: 13px;
  }
  .result-excerpt{
    font-size: 10px;
  }

}

@media screen and (max-width: 500px){
  #ajax-results-container{
    height: 75%;
  }
}

@media screen and (max-width: 450px){
  .search-field-popup-input input{
    padding-left: 10%;
  }
}

