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

html {
  font-size: 1rem;
  scroll-behavior: smooth;
}

body {
  opacity: 1;
  transition: 2s opacity;
  font-weight: 300;
}

body {
  font-family: "Quicksand", sans-serif;
  overflow-x: hidden;
  font-size: 16px;
}

input:focus {
  text-decoration: none;
  outline: navajowhite;
}

h1 {
  font-weight: 700;
}

h2 {
  font-weight: 700;
  font-size: 2.2rem;
}

h3 {
  font-size: 1.8rem;
  font-weight: 700;
}

h4 {
  font-size: 1.3rem;
  font-weight: 700;
}

p {
  font-size: 1rem;
  margin-bottom: 0px;
}

.img-responsive {
  width: 100%;
}

button:focus {
  outline: none !important;
}

ul {
  padding: 0;
  list-style: none;
}

li {
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.container-wax-width {
  width: 98%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

/**
 * 32.0 - Media queries
 */

@media (min-width: 576px) {
  .container-wax-width {
    max-width: 700px;
  }
}

@media (min-width: 768px) {
  .container-wax-width {
    max-width: 920px;
  }
}

@media (min-width: 992px) {
  .container-wax-width {
    max-width: 1050px;
  }
}

@media (min-width: 1200px) {
  .container-wax-width {
    max-width: 1250px;
  }
}

@media (min-width: 1400px) {
  .container-wax-width {
    max-width: 1450px;
  }
}

@media (min-width: 1680px) {
  .container-wax-width {
    max-width: 1600px;
  }
}

@media (min-width: 1400px) {
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
}

/* ////////////////////////navbar/////////////////////////// */

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.da-header.da-is-sticky {
  background-color: #fff !important;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 16%);
}

header#header {
  padding: 15px 0;
  background-color: #fff;
  transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: background-color, box-shadow;
  border-bottom: 1px solid #e5e5e5;
}

.da-logo {
  display: flex;
}

.da-logo > a {
  text-decoration: none;
  font-size: 20px;
  transition-property: opacity;
  line-height: 25px;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  color: #000;
}

.da-logo > a > span {
  color: #0969c3;
}

div#navbarSupportedContent {
  text-align: center;
  display: flex;
  justify-content: flex-end;
}

.navbar-nav > li > a {
  padding: 10px 0px 10px 10px !important;
  font-weight: 400;
  font-size: 15px;
  text-decoration: none;
  transition-property: color, opacity;
  color: #1f1e2c;
}

li.nav-item.nav-item-btn {
  background: #ffffff;
  border: 1px solid #d0d5dd;
  box-sizing: border-box;
  box-shadow: 0px 1px 2px rgb(198 228 246 / 5%);
  border-radius: 3px;
  transition: 0.3s;
  margin-left: 10px;
}

li.nav-item.nav-item-btn:hover {
  background-color: #7894ff;
  border: 1px solid #7894ff;
  transition: 0.3s;
}

li.nav-item.nav-item-btn:hover.nav-item.nav-item-btn a {
  color: #fff;
}

li.nav-item.nav-item-btn:hover.nav-item.nav-item-btn a svg path {
  stroke: #fff;
}

li.nav-item.nav-item-btn a {
  padding: 10px 20px !important;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition-property: color, opacity;
  color: #1f1e2c;
}

.navbar-btn {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  transition-property: color, background-color;
  border-radius: 50rem !important;
  border: 0;
  padding: 0.375rem 0.75rem;
  margin-right: 15px;
  align-items: center;
  display: flex;
}

.navbar-signin-btn {
  margin-left: 10px;
  background-color: #fff;
}

.navbar-btn:hover {
  background-color: #fff;
}

.navbar-signin-btn:hover {
  background-color: #fff;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  width: 24px;
}

.dropdown-menu.dropdown-primary.show {
  margin: 0;
  border-radius: 0;
  border: 1px solid #000;
  border-bottom: 0;
  padding: 0;
}

.dropdown-menu-2 {
  display: none;
}

li.nav-item.dropdown.show .dropdown-menu-2 {
  display: block;
  position: absolute;
  z-index: 100;
  background: #ffffff;
  border: 1px solid rgba(104, 104, 104, 0.15);
  box-shadow: 0px 11px 37px rgb(72 113 215 / 9%);
  border-radius: 5px;
  transition: 0.25s;
  margin-top: 0;
  text-align: left;
}
li.nav-item.dropdown:hover .dropdown-menu-2 {
  display: block;
  position: absolute;
  z-index: 100;
  background: #ffffff;
  border: 1px solid rgba(104, 104, 104, 0.15);
  box-shadow: 0px 11px 37px rgb(72 113 215 / 9%);
  border-radius: 5px;
  transition: 0.25s;
  margin-top: 0;
  text-align: left;
}
.dropdown-menu-2 .dropdown-item {
  padding: 10px 20px;
}

a.dropdown-item:focus {
  background-color: #f8f9fa;
  color: #000;
}

a.dropdown-item.active {
  background-color: #f8f9fa;
  color: #000;
}

button.navbar-toggler {
  z-index: 10;
  padding: 0rem;
}

.custom-toggler.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  width: 24px;
}

nav.navbar.navbar-expand-md.no-border {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

ul.navbar-nav {
  text-align: center;
}

.navbar-header-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

nav.navbar.navbar-expand-md.no-border {
  padding: 5px 0;
  position: unset;
}

.mob-display-btn.nav-item-btn {
  padding: 10px 20px !important;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition-property: color, opacity;
  color: #1f1e2c;
  background: #ffffff;
  border: 1px solid #d0d5dd;
  box-sizing: border-box;
  box-shadow: 0px 1px 2px rgb(198 228 246 / 5%);
  border-radius: 3px;
  transition: 0.3s;
  display: none;
}

.mob-display-btn.nav-item-btn a {
  color: #1f1e2c;
}

/* 
////////////////mega menu////////////// */

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {
  /* makes the dropdown full width  */
  .navbar .dropdown {
    position: static;
  }

  .navbar .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    top: 86px;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
    margin-top: 0;
  }

  /* 
///////////////////mega nenu////////////////////// */

  .arrow {
    width: 1rem;
    height: 1rem;
    display: inline-block;
    position: relative;
    margin: 0 0.3rem;
  }
  .arrow span {
    top: 0.2rem;
    position: absolute;
    width: 0.65rem;
    height: 0.01rem;
    background-color: #3c3c41;
    display: inline-block;
    transition: all 0.2s ease;
  }
  .arrow span:first-of-type {
    left: -4px;
    transform: rotate(45deg);
  }
  .arrow span:last-of-type {
    right: 4px;
    transform: rotate(-45deg);
  }

  a#navbarDropdown[aria-expanded="true"] .arrow span:first-of-type {
    transform: rotate(-45deg);
  }

  a#navbarDropdown[aria-expanded="true"] .arrow span:last-of-type {
    transform: rotate(45deg);
  }
  a#navbarDropdown:hover {
    background-color: #e5e5e5;
    transition: 0.35s;
  }

  span.find-com-list {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 106%;
    color: rgba(108, 117, 125, 0.85);
    padding: 40px 0 25px;
    display: block;
  }
  ul.nav-drop-down-list.flex-column {
    margin-bottom: 60px;
  }
  ul.nav-drop-down-list.flex-column li a {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #1f1e2c;
    font-family: "Quicksand";
    padding: 6px 0;
    display: block;
  }

  /* .navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.3s linear;
    box-shadow: 0px 11px 37px rgb(72 113 215 / 9%);
    padding: 60px 20px;
} */

  .navbar .dropdown-menu {
    border: 0px solid rgba(0, 0, 0, 0.15);
    background-color: #fff;
  }
  .col-lg-12.col-md-12.col-sm-12.col-xs-12.pos {
    position: unset !important;
  }

  .dropdown-menu.show {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.3s linear;
    box-shadow: 0 1.2px 1.9px -1px rgb(0 0 0 / 1%),
      0 3.3px 5.3px -1px rgb(0 0 0 / 4%), 0 8.5px 12.7px -1px rgb(0 0 0 / 9%),
      0 30px 42px -1px rgb(0 0 0 / 15%);
    padding: 20px 20px;
  }
}

/* makes the dropdown full width  */
.navbar .dropdown {
  position: static;
}

.navbar .dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
  top: 86px;
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
  margin-top: 0;
}

/* 
///////////////////mega nenu////////////////////// */

.arrow {
  width: 0.8rem;
  height: 0.8rem;
  display: inline-block;
  position: relative;
  margin: 0 0.3rem;
}
.arrow span {
  top: 0.55rem;
  position: absolute;
  width: 0.5rem;
  height: 0.01rem;
  background-color: #3c3c41;
  display: inline-block;
  transition: all 0.2s ease;
}
.arrow span:first-of-type {
  left: -4px;
  transform: rotate(45deg);
}
.arrow span:last-of-type {
  right: 3.5px;
  transform: rotate(-45deg);
}
a#navbarDropdown[aria-expanded="true"] .arrow span:first-of-type {
  transform: rotate(-45deg);
}

a#navbarDropdown[aria-expanded="true"] .arrow span:last-of-type {
  transform: rotate(45deg);
  right: 2.6px;
}
a#navbarDropdown:hover {
  background-color: #e5e5e5;
  transition: 0.35s;
}

span.find-com-list {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 106%;
  color: rgba(108, 117, 125, 0.85);
  padding: 40px 0 25px;
  display: block;
}
ul.nav-drop-down-list.flex-column {
  margin-bottom: 60px;
}
ul.nav-drop-down-list.flex-column li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #1f1e2c;
  font-family: "Quicksand";
  padding: 6px 0;
  display: block;
}

/* .navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.3s linear;
    box-shadow: 0px 11px 37px rgb(72 113 215 / 9%);
    padding: 60px 20px;
} */

.navbar .dropdown-menu {
  border: 0px solid rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.col-lg-12.col-md-12.col-sm-12.col-xs-12.pos {
  position: unset !important;
}

.dropdown-menu.show {
  display: block;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s linear;
  box-shadow: 0 1.2px 1.9px -1px rgb(0 0 0 / 1%),
    0 3.3px 5.3px -1px rgb(0 0 0 / 4%), 0 8.5px 12.7px -1px rgb(0 0 0 / 9%),
    0 30px 42px -1px rgb(0 0 0 / 15%);
  padding: 20px 20px;
}

.dropdown-toggle::after {
  display: none;
}

.nav-img-block img {
  border-radius: 20px;
  height: 200px;
  object-fit: cover;
  transition: ease 0.25s;
}
.nav-img-block img:hover {
  opacity: 0.85;
  transition: ease 0.25s;
}

.nav-img-block a span {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin-top: 14px;
  display: block;
}
.nav-img-block.browse img {
  border-radius: 20px;
  height: 260px;
  object-fit: cover;
}
li.resources-link {
  text-align: center;
}
li.resources-link a {
  font-weight: 500 !important;
  font-size: 27px !important;
  line-height: 45px !important;
  color: #2d2d45 !important;
}

.login-profile img {
    width: 40px;
    border-radius: 50%;
    margin-left: 10px;
}
.login-profile:focus{
   outline:none !important;
}
.dropdown:focus{
   outline:none !important;
}


.profile ul.dropdown-menu.show {
    padding: 0 0px  !important;
}
.dropdown.profile.show ul li {
    padding: 10px 10px 5px;
    color: #000 !important;
}

.dropdown.profile.show ul li a {
    color: #000 !important;
    display: block;
}

li.logout-btn {
    background-color: #7894ff;
    border: 1px solid #7894ff;
    transition: 0.3s;
}
.dropdown.profile.show ul li.logout-btn a {
   color:#fff !important;
}


a#edit i {
    margin-left: 0;
}
a#edit {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 4px;
    border-radius: 4px;
    cursor: pointer;
    background-color: transparent;
}


.card-footer-block{
    background: #ffffff;
    border-top: 1px solid #d0d5dd;
    box-sizing: border-box;
    box-shadow: 0px 1px 2px rgb(198 228 246 / 5%);
    border-radius: 3px;
    padding: 10px;
    color: #1f1e2c;
}
.card-footer-block a{
    color: #1f1e2c;
}
.card-footer-block .dropdown-item:hover, .card-footer-block .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: transparent !important;
}

.card-footer-block:hover{
     background: rgba(130, 158, 255, 0.05);
     transition:.25s;
}

#editBlock {
    background: #ffffff;
    border: 1px solid #d0d5dd;
    box-sizing: border-box;
    box-shadow: 0px 1px 2px rgb(198 228 246 / 5%);
    border-radius: 3px;
    transition: 0.3s;
}

form#profileform {
    padding: 10px 0px 20px;
}

form#profileform input {
    border: 1px solid #d0d5dd;
    box-sizing: border-box;
    box-shadow: 0px 1px 2px rgb(198 228 246 / 5%);
    height: 44px;
}


button.btn.btn-info.update-btn {
    background-color: #7894ff;
    border: 1px solid #7894ff;
    transition: 0.3s;
}
#profileform .input-block {
    margin-top: 15px;
}



.blog-detail-content-para ul{
  list-style: disc;
  padding-left: 20px;
}
.blog-detail-content-para ul li{
  list-style: disc;
}

@media screen and (max-width: 991px) {
  .js nav[role="navigation"] {
    display: none !important;
  }

  nav#menu.active {
    display: block !important;
  }

  .navbar-nav > li > a {
    padding: 10px 6px !important;
  }

  div#navbarSupportedContent {
    display: flex;
    justify-content: right;
    background-color: #fff;
    margin-top: 0px;
  }
  .navbar .dropdown-menu {
    top: 84px;
  }

  ul.navbar-nav {
    width: auto;
    text-align: center;
    margin-right: 20px;
  }

  .mob-display-btn.nav-item-btn {
    display: flex;
    padding: 7px 10px !important;
    font-weight: 600;
    font-size: 13px;
    order: 2;
  }
  li.nav-item.nav-item-btn {
    display:  display: block !important;
  }
  .da-logo a {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {

.navbar-header-block {
    position: relative;
}
  .collapse:not(.show) {
    display: none !important;
  }

  li.nav-item.nav-item-btn {
     display: block !important; 
  }

    li.nav-item.nav-item-btn.login-btn {
    display: block !important;
    }

    li.nav-item.nav-item-btn.login-btn a {
        padding: 6px 12px !important;
        font-weight: 600;
        font-size: 15px;
    }
    
    
    
  .mob-display-btn.nav-item-btn {
    display: flex;
    padding: 7px 10px !important;
    font-weight: 600;
    font-size: 13px;
    order: 2;
    position: absolute;
    top: 15px;
    right: 70px;
  }

  ul.navbar-nav {
    width: 100%;
    text-align: left;
    margin-right: 0;
    margin-top: 20px;
  }
  .navbar .dropdown-menu {
    top: 120px;
    display: none;
  }
  .navbar .dropdown-menu {
    top: 120px;
  }
  span.find-com-list {
    padding: 10px 0 25px;
  }
  ul.nav-drop-down-list.flex-column {
    margin-bottom: 20px;
  }

      div#navbarSupportedContent {
        position: absolute;
        right: 0;
        overflow: scroll;
        height: 500px;
        align-items: flex-start;
        left: unset;
        width: 100%;
        top: 100%;
    }
  .dropdown-menu.show {
    display: block;
    position: relative;
    top: 0;
    box-shadow: 0 1.2px 1.9px -1px rgb(0 0 0 / 0%),
      0 3.3px 5.3px -1px rgb(0 0 0 / 0%), 0 8.5px 12.7px -1px rgb(0 0 0 / 0%),
      0 30px 42px -1px rgb(0 0 0 / 0%);
  }
}

@media screen and (max-width: 380px) {
  .navbar-button-group {
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .navbar-header-block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

  }
  .da-logo svg {
    width: 22px;
  }
}

/* ////////////////////////navbar ends here/////////////////////////// */

section#header-location-section {
  margin-top: 110px;
}

section#list-header-location-section {
  margin-top: 110px;
}

.header-location-block {
  display: flex;
}

.header-location-input-block {
  display: flex;
  border: 1px solid #e5e5e5;
  padding: 5px 15px;
  height: 50px;
  min-width: 300px;
  justify-content: space-between;
  position: relative;
}

button.search-icon {
  border: 0;
  background-color: transparent;
}

button.search-icon svg {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

input#location-input {
  background-color: #7894ff;
  border: 0;
  height: 50px;
  padding: 0 10px;
  color: #fff;
}

input#location-input::placeholder {
  color: #fff;
}

.header-location-input-block input::placeholder {
  color: #1e1e1e;
  font-weight: 400;
}

fieldset {
  position: relative;
}

svg.location-select-svg {
  position: absolute;
  top: 18px;
  z-index: 10;
  left: 10px;
}

input[type="text"] {
  border: 0;
}


.custom-text {
    border: 1px solid #ced4da !important;
    display: block !important;
}

fieldset {
  border: none;
}

.custom-select.sources {
  height: 50px;
  border-radius: 0;
  background-color: #7894ff;
  padding-left: 38px;
  padding-right: 10px;
  border: 0;
}

.custom-select {
  background: none;
}

.custom-select-wrapper {
  position: relative;
  display: block;
}

.custom-select-wrapper select {
  display: none;
  overflow: hidden;
  width: 100%;
}

.custom-select {
  position: relative;
  display: block;
}

.custom-select-trigger {
  position: relative;
  padding: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
  cursor: pointer;
  color: #fff;
}

.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: "";
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 10px;
  height: 10px;
  top: 33%;
  right: 4px;
  margin-top: -0.13636363em;
  -webkit-transform: rotate(0deg) translateY(0%);
  -ms-transform: rotate(0deg) translateY(0%);
  transform: rotate(0deg) translateY(0%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

.custom-select.opened .custom-select-trigger:after {
  margin-top: 0.13636363em;
  -webkit-transform: rotate(-180deg) translateY(-45%);
  -ms-transform: rotate(-180deg) translateY(-45%);
  transform: rotate(-180deg) translateY(-45%);
  border-radius: 1.2px;
}

.custom-select-trigger-text {
  position: relative;
  top: 0.4em;
  padding: 0;
  display: inline-block;
  overflow: hidden;
  height: 50px;
  color: #fff;
  width: 120px;
}

.custom-options {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin: 0;
  display: none;
  min-width: 100%;
  border: 1px solid #ececec;
  opacity: 0;
  z-index: 10;
  transition: all 0.4s ease-in-out;
  margin-top: 0 !important;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(42px);
  border-radius: 0px 0px 7px 7px;
}

.custom-option {
  position: relative;
  display: block;
  padding: 16px 10px 16px 30px;
  border-bottom: 0.5px solid #dddddd;
  font-size: 14px;
  color: #0000005e;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  transition: 0.25s;
}
.custom-option::before {
  position: absolute;
  content: "";
  background-image: url(../img/location-icon.svg);
  width: 10px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 10px;
  top: 22px;
  transition: 0.25s;
}

.custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 10px;
}

.custom-option:hover::before {
  background-image: url(../img/location-icon-fill.svg);
  transition: 0.25s;
}

.header-get-featured-btn-block {
  display: flex;
  justify-content: end;
  justify-content: flex-end;
}

button.header-get-featured-btn {
  background: rgba(255, 185, 0, 0.13);
  border-radius: 2px;
  border: 0;
  min-height: 50px;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #d6ad09;
}

button.header-get-featured-btn span {
  background: #3b68ff;
  border-radius: 15px;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  margin-right: 10px;
}

@media screen and (max-width: 991px) {
  .custom-select.sources {
    width: 130px;
  }
}

@media screen and (max-width: 767px) {
  .header-location-input-block {
    min-width: 170px;
    justify-content: space-between;
  }

  button.header-get-featured-btn {
    padding: 10px 10px;
  }
}

@media screen and (max-width: 576px) {
  .header-location-block {
    display: flex;
    justify-content: center;
  }

  .header-get-featured-btn-block {
    display: none;
  }
}

/* 
///////////////////////////home page//////////////////////////// */

section#da-home-banner-section {
  padding: 30px 0;
  position: relative;
}

.da-home-banner-block {
  position: relative;
}

.da-home-banner-block-img {
  position: relative;
}

.da-home-banner-block-text {
  padding: 60px 10px 60px 160px;
}

.da-home-banner-block-img {
  position: relative;
  padding: 40px 40px 0 40px;
  transform: translateY(10px);
}

.da-home-banner-block-img::after {
  content: url(../img/Chart.png);
  position: absolute;
  left: 220px;
  top: 40px;
}

.da-home-banner-block-img::before {
  content: url(../img/Location.png);
  position: absolute;
  right: 90px;
  top: 110px;
}

.da-home-banner-block-text h1 {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  color: #ffffff;
}

button.button-style-01 {
  background: #7894ff;
  border-radius: 3px;
  border: 0;
  margin-top: 20px;
  padding: 12px 20px;
  color: #fff;
}

button.button-style-01 svg {
  margin-left: 8px;
}

.da-home-banner-block::after {
  position: absolute;
  content: "";
  background-image: url(../img/home-banner-vector.png);
  width: 70%;
  height: 40%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 10%;
  left: 0;
  z-index: -1;
}

.da-home-banner-block::before {
  position: absolute;
  content: "";
  background-color: #2d2d45;
  height: 90%;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -2;
}

@media screen and (max-width: 1200px) {
  .da-home-banner-block-img {
    position: relative;
    padding: 40px 40px 0 40px;
    transform: translateY(40px);
  }

  .da-home-banner-block-img::before {
    right: 70px;
    top: 80px;
  }

  .da-home-banner-block-img::after {
    left: 160px;
    top: 40px;
  }
}

@media screen and (max-width: 991px) {
  .da-home-banner-block-img::before {
    right: 40px;
    top: 60px;
  }

  .da-home-banner-block-img::after {
    left: 110px;
    top: 0px;
  }

  .da-home-banner-block-text {
    padding: 60px 10px 60px 60px;
  }
}

@media screen and (max-width: 767px) {
  .da-home-banner-block-img {
    position: relative;
    padding: 40px 40px 0 40px;
    transform: translateY(-20px);
  }
}

@media screen and (max-width: 576px) {
  .da-home-banner-block-img::before {
    position: absolute;
    right: 60px;
    top: 70px;
  }

  .da-home-banner-block-img {
    position: relative;
    padding: 40px 40px 0 40px;
    transform: translateY(-20px);
  }

  .da-home-banner-block-img::after {
    left: 160px;
    top: 40px;
  }

  .da-home-banner-block::after {
    width: 100%;
    height: 50%;
    bottom: 0;
  }

  .da-home-banner-block-text {
    padding: 40px 20px 30px 30px;
  }
}

/* 

///////////////////////////////////////////// */

section#da-home-hg-wrapper-section {
  padding: 60px 0;
  position: relative;
}

.hg-wrapper-block {
  display: flex;
}

.hg-wrapper-block-item {
  flex: 0 0 20%;
  max-width: 20%;
  padding-right: 15px;
  padding-left: 15px;
}

.hg-wrapper-block-item-content {
  text-align: center;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 25px 15px;
  transition: 0.35s;
}

.hg-wrapper-block-item-content:hover {
  background-color: #e5e5e5;
  transition: 0.35s;
}

.hg-wrapper-block-item-icon {
  padding-bottom: 25px;
}

.hg-wrapper-block-item-icon img {
  height: 60px;
  object-fit: contain;
}

.hg-wrapper-block-item-text h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #1f1e2c;
  font-family: "Quicksand";
}

.hg-wrapper-block-item-text p {
  font-size: 14px;
  color: rgba(30, 30, 30, 0.48);
}

@media screen and (max-width: 991px) {
  .hg-wrapper-block-item {
    flex: 0 0 33%;
    max-width: 33%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 500px) {
  .hg-wrapper-block-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* 

//////////////////////////////////////////////////

 */

section#da-discover-company-section {
  padding: 40px 0 60px;
}

.section-title h2 {
  font-weight: 400;
  font-size: 36px;
  line-height: 45px;
  color: #2d2d45;
}

.section-title span {
  color: #7894ff;
  font-weight: 700;
}

.section-title p {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #1f1e2c;
  width: 50%;
  margin-top: 25px;
}

.discover-company-list-block {
  background: #ffffff;
  border: 1px solid rgba(88, 126, 255, 0.12);
  box-shadow: 0px 4px 40px rgba(209, 209, 209, 0.13);
  border-radius: 10px;
  padding: 40px;
}

.discover-company-list-block-item-content {
  border: 1px solid rgba(108, 117, 125, 0.24);
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.discover-company-list-block-item-content-text h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 14px;
  color: #1f1e2c;
}

.discover-company-list-block-item-content-text span {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: rgba(30, 30, 30, 0.48);
}

.owl-nav button {
  background: #ffffff !important;
  border: 0.5px solid rgba(88, 126, 255, 0.12) !important;
  box-shadow: 0px 0px 6px rgb(88 126 255 / 12%) !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.owl-nav button span {
  color: #7894ff !important;
  font-size: 2rem;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.3;
}

.owl-nav button.owl-prev {
  left: -60px;
}

.owl-nav button.owl-next {
  right: -60px;
}

.owl-dots button.owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background: rgba(108, 117, 125, 0.28) !important;
  margin: 0 3px;
}

.owl-dots button.owl-dot.active {
  background: #7894ff !important;
  width: 22px !important;
  height: 10px !important;
  border-radius: 100px !important;
}

.da-discover-company-block-content {
  position: relative;
  padding: 0px 60px;
}
.da-discover-company-block-content::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 88%;
  background: rgba(130, 158, 255, 0.05);
  top: 6%;
  left: 0;
}

@media screen and (max-width: 991px) {
  .section-title p {
    width: 100%;
  }

  section#da-discover-company-section {
    padding: 0px 0 60px;
  }
}

@media screen and (max-width: 767px) {
  .da-discover-company-block-content {
    padding: 40px 25px;
    background: rgba(130, 158, 255, 0.05);
  }

  .discover-company-list-block {
    padding: 20px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 576px) {
  .hg-wrapper-block-item-content {
    min-height: 220px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 450px) {
  .discover-company-list-block-item .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* ////////////////////////////////////////////// */

.digital-agencies-list-block-item {
  margin-top: 60px;
  margin-bottom: 20px;
}

.digital-agencies-list-block-item-icon h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 21px;
  color: #000000;
  margin-top: 25px;
  margin-bottom: 10px;
}

.digital-agencies-list-block-item-text p {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.35);
}

/* ////////////////////////////////////////////////////// */

.moretext {
  display: none;
}

section#featured-companies-section {
  padding: 80px 0 60px;
  position: relative;
}

.featured-companies-block-item.slider-item {
  padding: 25px;
  margin-top: 10px;
  background: #ffffff;
  border: 1px solid rgba(56, 155, 249, 0.15);
  border-radius: 5px;
  margin-left: 15px;
  margin-right: 15px;
  transition: 0.25s;
  overflow: visible;
  margin-bottom: 30px;
}

.rating-block {
  border-left: 0.5px solid #d5d5d5;
  max-width: 46%;
  flex-basis: 46%;
  padding-left: 15px;
  text-align: left;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.star-rating {
  border: solid 0px;
  display: flex;
  flex-direction: row-reverse;
  font-size: 1rem;
  justify-content: start;
  margin-top: 0;
}

.star-rating input {
  display: none;
}

.rating-block span {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 8px;
  line-height: 1;
  text-transform: uppercase;
  color: rgba(104, 104, 104, 0.8);
}

.star-rating label {
  color: #ccc;
  cursor: pointer;
  margin-bottom: 0;
  line-height: 1.2;
  font-size: 12px;
  margin-right: 1px;
}
.star-rating label.active {
  color: #f90;
}

.featured-companies-block-item.slider-item img {
  width: 100px !important;
  height: 80px;
  object-fit: contain;
  margin: 0px auto;
}

.featured-companies-block-item.slider-item h6 {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 106%;
  text-align: center;
  color: rgba(108, 117, 125, 0.85);
}

.featured-companies-block-item-rating {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 20px 0;
  padding: 10px;
  transition: 0.35s;
  background: rgba(224, 224, 224, 0.15);
  border-radius: 3px;
}

.featured-companies-block-item:hover {
  background: #ffffff;
  border: 1px solid rgba(104, 104, 104, 0.15);
  box-shadow: 0px 11px 37px rgba(72, 113, 215, 0.09);
  border-radius: 5px;
  transition: 0.25s;
}

.featured-companies-block-item-rating h4 {
  font-weight: 600;
  font-size: 15px;
  line-height: 106%;
  text-align: center;
  color: #000000;
}

.featured-companies-block-item-location {
  text-align: center;
  margin-bottom: 25px;
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.featured-companies-block-item-location a {
  color: rgba(0, 0, 0, 0.58);
  margin-left: 8px;
}

.featured-tag {
  border-radius: 20px;
  padding: 10px 12px;
  width: fit-content;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
}

.featured-tag.mar {
  margin: 0px auto;
}

.featured-tag.color1 {
  background: #e7f0fc;
}

.featured-tag a {
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.8);
}

.featured-tag span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: block;
  margin-right: 6px;
}

.featured-tag.color1 span {
  background-color: #126ae4;
}

.featured-tag.color2 {
  background: #ecfbfe;
}
.featured-tag.color2 span {
  background-color: #46d7f8;
}

.featured-tag.color3 {
  background: #fffced;
}
.featured-tag.color3 span {
  background-color: #fcdc49;
}

button.view-all-companies-btn {
  background: #ffffff;
  border: 1px solid #d0d5dd;
  box-shadow: 0px 1px 2px rgb(198 228 246 / 5%);
  border-radius: 3px;
  margin-top: 40px;
  padding: 10px 20px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  color: #1f1e2c;
  transition: 0.25s;
}

button.view-all-companies-btn:hover {
  background-color: #7894ff;
  transition: 0.25s;
  color: #fff;
  border: 1px solid #7894ff;
}

button.view-all-companies-btn:hover.button.view-all-companies-btn svg path {
  fill: #fff;
}

a.view-all-companies-btn-link {
  margin: 0px auto;
  text-align: center;
  display: flex;
  justify-content: center;
  width: fit-content;
}

button.view-all-companies-btn svg {
  margin-left: 6px;
}

@media screen and (max-width: 576px) {
  #slider-featured-companies .owl-nav button.owl-prev {
    left: -25px;
  }

  #slider-featured-companies .owl-nav button.owl-next {
    right: -25px;
  }
}

/* /////////////////////////////////// */

section#da-location-wrapper-section {
  padding: 40px 0 60px;
}

.search__container {
  padding-top: 15px;
  width: 95%;
  position: relative;
}

.search__title {
  font-size: 22px;
  font-weight: 900;
  text-align: center;
  color: #ff8b88;
}

.search__input {
  width: 100%;
  padding: 12px 15px;
  background-color: transparent;
  transition: transform 250ms ease-in-out;
  font-size: 16px;
  line-height: 18px;
  color: #1e1e1e;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: 95% center;
  background: #ffffff;
  border: 1px solid #e5e5e5 !important;
  transition: all 250ms ease-in-out;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  border-radius: 2px;
}

.search__input::placeholder {
  color: #1e1e1e;
}

.search__input:hover,
.search__input:focus {
  padding: 12px 10px;
  outline: 0;
  border: 0px solid transparent !important;
  border-bottom: 1px solid #1e1e1e !important;
  border-radius: 0;
  background-position: 100% center;
}

.search__container svg {
  position: absolute;
  right: 5%;
  top: 30px;
}

.section-title h6 {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 106%;
  color: rgba(108, 117, 125, 0.85);
  margin-bottom: 5px;
}
.section-title.location-wrapper-block-01 h5 {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #1f1e2c;
  margin-bottom: 0;
}

.location-wrapper-block {
  background-color: rgba(255, 67, 64, 0.06);
  padding: 20px 35px 40px;
}
.section-title.location-wrapper-block-01 {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.location-wrapper-block-text h6 {
  margin-bottom: 0;
}
.location-block-02 {
  position: relative;
  min-height: 260px;
}

.location-block-02::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background-color: #ffdcdc;
  top: 10px;
  left: -25px;
  border-radius: 50%;
  z-index: -1;
}

.section-title.location-wrapper-block-01::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #ffdcdc;
  bottom: 0;
  left: 0px;
  border-radius: 50%;
}

.location-wrapper-img-block {
  display: flex;
  position: relative;
  justify-content: end;
  justify-content: flex-end;
  z-index: 10;
  min-height: 260px;
}

.discover-company-list-block.location-block-02
  .discover-company-list-block-item-content {
  padding: 10px;
  margin-bottom: 10px;
}

.location-wrapper-img-block::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0px 4px 40px rgb(209 209 209 / 13%);
  border-radius: 10px;
}

.location-wrapper-block-img {
  z-index: 10;
  position: absolute;
  bottom: 0;
  right: 15px;
}

.location-wrapper-block-text {
  position: absolute;
  bottom: 20px;
  left: 30px;
}

.location-wrapper-block-text h3 a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #2d2d45;
  font-weight: 700;
}

.location-wrapper-block-text h3 a:after,
.location-wrapper-block-text h3 a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 3px;
  width: 100%;
  background-color: transparent;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.location-wrapper-block-text h3 a:after {
  width: 0;
  background-color: #7894ff;
}

.location-wrapper-block-text h3 a:hover {
  color: #7894ff;
}

.location-wrapper-block-text h3 a:hover:after {
  width: 100%;
}

.owl-nav {
  display: none;
  transition: 0.25s;
}

.discover-company-list-block:hover .owl-nav {
  display: block;
  transition: 0.25s;
}

/* 

////////////////////////footer////////////////////////// */

footer {
  padding: 40px 0 20px;
  background: rgba(130, 158, 255, 0.05);
}

.details-company-logo img {
    width: 140px !important;
    height: 80px !important;
    object-fit: contain;
}
.footer-content-block {
  border-top: 0px solid #c2c7e1;
  padding-top: 50px;
}

.footer-des {
  margin-bottom: 50px;
}

.footer-des p {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: rgba(98, 98, 98, 0.8);
}

.footer-top-links-items ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.footer-top-links-items ul li {
  max-width: 20%;
  flex-basis: 20%;
  margin-bottom: 25px;
}

.footer-top-links-items ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #161724;
}

.footer-logo-block a {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.footer-logo-block span {
  color: rgba(98, 98, 98, 0.74);
  margin-left: 5px;
}

.footer-logo-block span a {
  color: rgba(98, 98, 98, 0.74);
  font-weight: 400;
}

.pr-te-block ul {
  display: flex;
  margin-bottom: 0;
  justify-content: end;
}

.pr-te-block ul li {
  padding: 0 0px 0 30px;
}

.pr-te-block ul li a {
  font-size: 14px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

@media screen and (max-width: 991px) {
  .location-wrapper-img-block {
    margin-top: 80px;
  }

  .pr-te-block {
    padding-top: 20px;
  }

  .pr-te-block ul li {
    padding: 0 0px 0 20px;
  }

  .owl-nav button.owl-prev {
    left: -30px;
  }

  .owl-nav button.owl-next {
    right: -30px;
  }
}

@media screen and (max-width: 767px) {
  .footer-top-links-items ul li {
    max-width: 33.33%;
    flex-basis: 33.33%;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 576px) {
  .footer-top-links-items ul li {
    max-width: 50%;
    flex-basis: 50%;
    margin-bottom: 25px;
  }

  .search__container {
    padding-top: 30px;
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .pr-te-block ul li {
    padding: 0 0px 10px 0px;
  }

  .footer-logo-block {
    display: flex;
    flex-direction: column;
  }

  .footer-logo-block span {
    color: rgba(98, 98, 98, 0.74);
    margin-left: 0px;
    margin-top: 15px;
  }
}

/* 
/////////////////companies list/////////////// */

ul.nav-breadcrubms li {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #737373;
}

ul.nav-breadcrubms li a {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #252b42;
}

ul.nav-breadcrubms {
  display: flex;
  height: 100%;
  align-items: center;
}

li.nav-breadcrubms-arrow {
  padding: 0 15px;
  color: #bdbdbd;
}

.sticky-sidebar {
  position: absolute;
  top: 0;
  left: 15px;
  width: 95%;
  height: 100%;
}

.company-listing-block {
  position: relative;
}
.sidebar-content-block {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  overflow-y: scroll;
  height: 100%;
}
.sidebar-company-cat-list {
  padding: 0 10px;
}

.sidebar-content-block-01 {
  border: 1px solid #e8e8e8;
  padding: 30px 25px;
  border-radius: 5px;
}

ul li {
  position: relative;
}

.sidebar-company-cat-list-ul li input {
  -webkit-appearance: none;
  width: 1.5rem;
  height: 1.5rem;
  background: #ffffff;
  border: 2px solid #dcdcdc;
  border-radius: 5px;
  vertical-align: sub;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: 1rem;
  outline: none;
}
.sidebar-company-cat-list-ul li input:checked {
  border-color: #7894ff;
  background: #7894ff;
  border: 2px solid #7894ff;
  border-radius: 5px;
}
.sidebar-company-cat-list-ul
  li
  input:checked
  + .sidebar-company-cat-list-ul
  li
  label {
  text-decoration: line-through;
  color: #b3b3b3;
  font-weight: 600;
  background-color: #f7f7f7;
}
.sidebar-company-cat-list-ul li input:checked:focus,
.sidebar-company-cat-list-ul li input:checked:hover {
  border-color: #666666;
}

.sidebar-company-cat-list-ul li input:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnICBmaWxsPSIjZmZmZmZmIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgdmVyc2lvbj0iMS4xIiB4PSIwcHgiIHk9IjBweCI+PHRpdGxlPmljb25fYnlfUG9zaGx5YWtvdjEwPC90aXRsZT48ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz48ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyBmaWxsPSIjZmZmZmZmIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNi4wMDAwMDAsIDI2LjAwMDAwMCkiPjxwYXRoIGQ9Ik0xNy45OTk5ODc4LDMyLjQgTDEwLjk5OTk4NzgsMjUuNCBDMTAuMjI2Nzg5MSwyNC42MjY4MDE0IDguOTczMTg2NDQsMjQuNjI2ODAxNCA4LjE5OTk4Nzc5LDI1LjQgTDguMTk5OTg3NzksMjUuNCBDNy40MjY3ODkxNCwyNi4xNzMxOTg2IDcuNDI2Nzg5MTQsMjcuNDI2ODAxNCA4LjE5OTk4Nzc5LDI4LjIgTDE2LjU4NTc3NDIsMzYuNTg1Nzg2NCBDMTcuMzY2ODIyOCwzNy4zNjY4MzUgMTguNjMzMTUyOCwzNy4zNjY4MzUgMTkuNDE0MjAxNCwzNi41ODU3ODY0IEw0MC41OTk5ODc4LDE1LjQgQzQxLjM3MzE4NjQsMTQuNjI2ODAxNCA0MS4zNzMxODY0LDEzLjM3MzE5ODYgNDAuNTk5OTg3OCwxMi42IEw0MC41OTk5ODc4LDEyLjYgQzM5LjgyNjc4OTEsMTEuODI2ODAxNCAzOC41NzMxODY0LDExLjgyNjgwMTQgMzcuNzk5OTg3OCwxMi42IEwxNy45OTk5ODc4LDMyLjQgWiI+PC9wYXRoPjwvZz48L2c+PC9nPjwvc3ZnPg==");
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
}

.sidebar-company-cat-list-ul li label {
  padding: 0.5rem 1rem 0.5rem calc(1.6rem * 2.25);
  display: inline-block;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #6c757d;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
span.sidebar-company-cat-list-number {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  text-align: right;
  letter-spacing: 0.2px;
  color: #6c757d;
  padding: 0.5rem 0rem 0.5rem 0;
  height: 100%;
  line-height: 24px;
}
.sidebar-content-block-search {
  background: #f9f9f9;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  padding: 12px 20px;
  display: flex;
  margin-bottom: 20px;
}
.sidebar-content-block-search input {
  background-color: transparent;
  margin-left: 15px;
}

.panel-heading h3 {
  margin-bottom: 0;
  padding: 10px 0;
}

h3.sidebar-company-cat-list-title a {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #2d2d45;
  width: 100%;
  position: relative;
  display: block;
}
h3.sidebar-company-cat-list-title a::before {
  content: "";
  position: absolute;
  background-image: url(../img/plus-solid.svg);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  color: #fff;
  fill: #fff;
  right: 6px;
  top: 6.5px;
}

h3.sidebar-company-cat-list-title a::after {
  content: "";
  position: absolute;
  background: #f1f1f1;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  color: #fff;
  fill: #fff;
  right: 0;
  z-index: -1;
}

h3.sidebar-company-cat-list-title a:hover::before {
  background-color: #7894ff;
  transition: 0.25s;
  background-image: url(../img/plus-solid-white.svg);
}

h3.sidebar-company-cat-list-title a:hover::after {
  background-color: #7894ff;
  transition: 0.25s;
}

h3.sidebar-company-cat-list-title a[aria-expanded="true"]::before {
  background-image: url(../img/minus-solid.svg);
  transition: 0.25s;
}

h3.sidebar-company-cat-list-title a[aria-expanded="true"]::after {
  background-color: #7894ff;
  transition: 0.25s;
}

.panel-heading {
  margin-top: 20px;
}

.panel-heading h3 {
  margin-bottom: 0;
}

ul.sidebar-company-cat-list-ul {
  padding-top: 15px;
  padding-right: 7px;
}

section#company-listing-section {
  padding: 30px 0;
}

.custom-select2.sources2 {
  background: #f9f9f9;
  border: 1px solid #e6e6e6;
  padding: 10px 15px;
}

.custom-select2 {
  background: none;
}

.custom-select-wrapper2 {
  position: relative;
  display: block;
}

.custom-select-wrapper2 select {
  display: none;
  overflow: hidden;
  width: 100%;
}

.custom-select2 {
  position: relative;
  display: block;
}

.custom-select-trigger2 {
  position: relative;
  padding: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
  cursor: pointer;
  color: #fff;
}

.custom-select-trigger2:after {
  position: absolute;
  display: block;
  content: "";
  background-image: url(../img/arrow-down-fill.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 10px;
  height: 10px;
  top: 45%;
  right: 0;
  margin-top: -0.13636363em;
  -webkit-transform: rotate(0deg) translateY(0%);
  -ms-transform: rotate(0deg) translateY(0%);
  transform: rotate(0deg) translateY(0%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

.custom-select2.opened2 .custom-select-trigger2:after {
  margin-top: 0.13636363em;
  -webkit-transform: rotate(-180deg) translateY(-45%);
  -ms-transform: rotate(-180deg) translateY(-45%);
  transform: rotate(-180deg) translateY(-45%);
  border-radius: 1.2px;
}
.custom-select-trigger-text2 {
  position: relative;
  overflow: hidden;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.2px;
  color: #252b42;
  padding-right: 30px;
}

.custom-options2 {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin: 0;
  display: none;
  min-width: 100%;
  border: 1px solid #ececec;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  opacity: 0;
  z-index: 10;
  transition: all 0.4s ease-in-out;
  margin-top: 0 !important;
  border-radius: 0px 0px 7px 7px;
}

.custom-option2 {
  position: relative;
  display: block;
  padding: 16px 10px 16px 30px;
  border-bottom: 0.5px solid #dddddd;
  font-size: 14px;
  color: #0000005e;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  transition: 0.25s;
}

.custom-option2:last-of-type {
  border-bottom: 0;
  border-radius: 10px;
}

h1.company-listing-block-details-title {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #2d2d45;
}

div#accordion2 p {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #6c757d;
  margin-bottom: 0px;
}
.comListDtailsContent {
  margin-top: 25px;
}

.accordion-icon {
  margin-left: 15%;
}

div#comListDtails {
  margin-right: 15%;
}

.comListDtailsContent p {
  margin-bottom: 25px !important;
}

.company-listing-block-details {
  border: 1px solid rgba(108, 117, 125, 0.24);
  border-radius: 2px;
  padding: 35px 35px 35px 35px;
}

.company-listing-block-details .panel-heading {
  margin-top: 0px;
}

.company-listing-block-details-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.company-listing-block-details-content h2 {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #2d2d45;
  padding: 30px 0;
}

.according-header-block a.content-height {
  height: 110px;
  overflow: hidden;
}


.according-header-block a.content-height[aria-expanded="true"] {
  height: auto;
  overflow: hidden;
  transition: 0.25s;
}
.accordion-icon img {
  background: #ffffff;
  border: 0.5px solid rgba(88, 126, 255, 0.12);
  box-shadow: 0px 0px 6px rgb(88 126 255 / 12%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 16px;
  transition: 0.25s;
}

.according-header-block a[aria-expanded="true"] .accordion-icon img {
  transform: rotate(90deg);
  transition: 0.25s;
}

.compant-list-block-item-location {
  margin-bottom: 25px;
  margin-top: 25px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.compant-list-block-item-location a {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 106%;
  text-align: center;
  color: #2d2d45;
  margin-left: 10px;
}

.compant-list-compant-logo {
  background: #ffffff;
  border: 1px solid rgba(108, 117, 125, 0.29);
  text-align: center;
  padding: 5px;
}

.compant-list-compant-logo img {
  width: 100%;
  height: 35px;
  object-fit: contain;
}

.company-btn-group {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.company-listing-block-details-content-list-block-02-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rating-block.no-border {
  max-width: max-content;
  border-left: 0;
}
.company-listing-block-details-content-list-block-02-title .star-rating label {
  color: #ccc;
  cursor: pointer;
  margin-bottom: 0;
  line-height: 0.5;
  font-size: 12px;
  margin-right: 1px;
}
.company-listing-block-details-content-list-block-02-title .rating-block span {
  color: #566ecb;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  margin-top: 8px;
}

.company-listing-block-details-content-list-block-02-title h3 {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  display: flex;
  align-items: center;
  color: #2d2d45;
  margin-bottom: 0;
}
span.title-span {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #6b7280;
}

.company-listing-block-details-content-list-block-02 hr {
  width: 40px;
}
.company-listing-block-details-content-list-block-02-para p {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}

.company-listing-block-details-content-list {
  border: 1px solid rgba(108, 117, 125, 0.24);
  border-radius: 2px;
  padding: 0px 0px;
}

.company-listing-block-details-content-list-block-01 {
  padding: 40px 20px;
}
.company-listing-block-details-content-list-block-02 {
  border-left: 1px solid #e8e8e8;
  padding: 40px 20px;
}

.company-listing-block-details-content-list-block-03 {
  border-left: 1px solid #e8e8e8;
  height: 100%;
}

a.connect-btn-fill {
  background: #126ae4;
  border: 1px solid #126ae4;
  box-shadow: 0px 1px 2px rgb(198 228 246 / 5%);
  border-radius: 3px;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #ffffff;
  padding: 12px 20px;
  display: block;
  width: 75%;
  margin: 0px auto;
  transition: 0.25s;
  text-align: center;
  justify-content: center;
  cursor:pointer;
}

a.connect-btn-fill svg {
  margin-left: 14px;
}

a.connect-btn-fill svg path {
  fill: #fff;
}
.company-listing-block-details-content-list-block-03-btn-block {
  height: 100%;
}
a.connect-btn-fill:hover {
  background: transparent;
  border: 1px solid #126ae4;
  color: #2d2d45;
  transition: 0.25s;
}
a.connect-btn-fill:hover svg path {
  fill: #126ae4;
  color: #2d2d45;
  transition: 0.25s;
}

.connect-btn-block {
  height: 40%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
}
.connect-btn-block-02 {
  height: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

a.connect-btn-border {
  border: 1px solid #d0d5dd;
  box-shadow: 0px 1px 2px rgb(198 228 246 / 5%);
  border-radius: 3px;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #2d2d45;
  padding: 12px 20px;
  display: block;
  width: 75%;
  margin: 0px auto;
  display: flex;
  align-items: center;
  transition: 0.25s;
  justify-content: center;
}
a.connect-btn-border svg {
  margin-right: 10px;
}

a.connect-btn-border:hover {
  background: transparent;
  border: 1px solid #126ae4;
  color: #2d2d45;
  transition: 0.25s;
}

.custom-hr {
  margin-top: 2px;
  margin-bottom: 2px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.company-listing-faq-block {
  padding: 60px 0;
  position: relative;
}
.company-listing-faq-block-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.company-listing-faq-block-title h2 {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  color: #2d2d45;
}
.company-listing-faq-block-title span {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #6b7280;
}

.company-faq-block-details-item {
  margin-top: 35px;
}

.according-faq-block {
  margin-top: 0;
  border: 1px solid rgba(108, 117, 125, 0.24);
  border-radius: 2px;
  padding: 18px 35px;
  margin-bottom: 30px;
}

h3.company-faq-block-details-title {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  color: #2d2d45;
  padding: 0;
}
.faqDtailsContent {
  margin-top: 20px;
}

.according-faq-header-block {
  margin-top: 0;
}

.according-faq-header-block a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.according-faq-header-block a[aria-expanded="true"] .accordion-icon img {
  transform: rotate(90deg);
  transition: 0.25s;
}

section#companies-wrapper-section {
  padding: 60px 0;
}

.companies-wrapper-block {
  background: #e8ecff;
  box-shadow: 0px 5px 14px rgb(8 15 52 / 4%);
  border-radius: 6px;
  padding: 60px 0px 60px 100px;
  position: relative;
}

.companies-wrapper-text-block h3 {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 39px;
  color: #322e84;
}

a.wrapper-btn {
  background: #ffffff;
  border: 1px solid #d0d5dd;
  box-shadow: 0px 1px 2px rgb(198 228 246 / 5%);
  border-radius: 3px;
  color: #1f1e2c;
  font-weight: 600;
  font-size: 15px;
  padding: 10px 20px;
  display: block;
  width: fit-content;
  margin-top: 20px;
}
.companies-wrapper-text-block {
  width: 70%;
}

.companies-wrapper-img-block {
  position: absolute;
  bottom: -60px;
  right: 20px;
}
a.wrapper-btn svg {
  margin-left: 5px;
}

.section-title-company-listing-page {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
.section-title-company-listing-page h2 {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 45px;
  color: #2d2d45;
}

input.form-control.text {
    border: 1px solid #ced4da !important;
}

input[type="text"] {
  font-size: 13px;
  width: 100%;
}

.cont-right {
    padding: 20px 30px 20px 15px !important;
}


.sidebar-location-block {
  border: 1px solid #e8e8e8;
  padding: 30px 25px 10px;
  border-radius: 5px;
  margin-top: 25px;
}
.radio {
  margin: 0px 0 15px;
}
.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radio input[type="radio"] + .radio-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 2px solid #dcdcdc;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: 0em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radio input[type="radio"]:checked + .radio-label:before {
  background: #fff;
  border-radius: 100%;
  border: 4px solid #7894ff;
}
.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #7894ff;
}
.radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}
.sidebar-location-checkbox-block label {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #2d2d45;
}

.sidebar-location-block-serach {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.sidebar-location-block-serach h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #252b42;
  margin-bottom: 0;
}

.loaction-search-icon {
  background: #dfe6ff;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.loaction-search-icon a {
  line-height: 0;
}

@media screen and (max-width: 1100px) {
  .companies-wrapper-img-block {
    width: 100%;
  }
  .companies-wrapper-img-block img {
    width: 100%;
  }
  .companies-wrapper-text-block {
    width: 100%;
  }
  .sidebar-content-block {
    overflow: scroll;
  }
  .accordion-icon {
    margin-left: 10%;
  }

}

@media screen and (max-width: 767px) {
  .company-listing-block-details-content-list-block-01 {
    padding: 40px 20px 0px;
  }
  .company-listing-block-details-content-list-block-03-btn-block {
    height: auto;
  }
  .company-listing-block-details-content-list-block-03 {
    border-left: 0px solid #e8e8e8;
    height: auto;
    padding: 20px 0;
    border-top: 1px solid #e8e8e8;
  }
  .custom-hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .connect-btn-block {
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .companies-wrapper-img-block {
    width: 80%;
  }
  .companies-wrapper-img-block {
    position: relative;
    bottom: -60px;
    right: 20px;
  }

  .company-listing-block-details-content {
    display: flex;
    align-items: inherit;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .section-title-company-listing-page {
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
    text-align: center;
    align-items: center;
  }

  .companies-wrapper-block {
    background: #e8ecff;
    box-shadow: 0px 5px 14px rgb(8 15 52 / 4%);
    border-radius: 6px;
    padding: 60px 40px 60px 40px;
    position: relative;
  }

  .companies-wrapper-img-block {
    position: relative;
    bottom: -60px;
    right: 0;
    margin: 0px auto;
  }
}

.header-location-input-block-03 {
  display: none;
}

.discover-company-list-block.discover-company-list-block-mob-layout {
  display: none;
}
.section-title h2 b {
  display: block;
}

section#get-featured-section {
  display: none;
}
.footer-top-links.footer-menu-accordion-mobile-view {
  display: none;
}

div#slider-featured-companies .owl-nav {
  display: none;
}

.hide {
  display: none;
}

.suggestions-container {
  min-width: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 100;
}

.list-group-item.active {
  background-color: #fff !important;
  border-color: #fff !important;
}
ul.suggestions-container-item-block li a {
  color: #1f1e2c;
}

.suggestions-container-item-top-block {
  display: flex;
  gap: 15px;
}
.suggestions-container-item-top-block-btn {
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 15px;
  border: 1px solid #ecedef;
  font-size: 12px;
  width: fit-content;
  width: -moz-fit-content;
  min-width: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #7c7e8c;
  min-width: 54px;
  max-height: 24px;
  transition: 0.25s;
}
.suggestions-container-item-top-block-btn.active {
  transition: 0.25s;
  background-color: #7894ff;
  color: #fff;
}
.suggestions-container-item-top-block-btn:hover {
  transition: 0.25s;
  background-color: #7894ff;
  color: #fff;
}

.list-group-item.suggestions-container-item {
  padding: 20px 20px 0 20px;
}

ul.suggestions-container-item-block {
  margin-top: 30px;
  margin-bottom: 0;
}
.suggestions-link-icon {
  padding-right: 20px;
}

.suggestions-container-link-text {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #ededed;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.suggestions-container-link-text h6 {
  font-size: 14px;
  margin-bottom: 0;
}
.suggestions-container-link-text span {
  font-size: 10px;
}
.suggestions-container-link-text p {
  font-size: 12px;
}
ul.suggestions-container-item-block li {
  display: flex;
  min-height: 54px;
}

ul.suggestions-container-item-block
  li:last-child
  .suggestions-container-link-text {
  border-bottom: 0px solid #ededed;
}
ul.suggestions-container-item-block li a {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.contact-details-text-block-item h6 a {
  color: #000;
}

@media screen and (max-width: 576px) {
  .suggestions-container {
    position: absolute;
    top: 100px;
    left: 0%;
    z-index: 100;
    min-width: 100%;
  }

  .da-logo > a {
    text-decoration: none;
    font-size: 16px;
    line-height: 12px;
  }
  section#da-home-banner-section {
    padding: 0;
    position: relative;
  }
  section#header-location-section {
    margin-top: 100px;
  }

  .da-home-banner-block::before {
    top: -1px;
  }
  .header-location-input-block {
    width: 100%;
    flex-basis: 100%;
    background-color: #fff;
  }

  .header-location-block {
    flex-wrap: wrap;
  }
  input[type="text"] {
    font-size: 12px;
    color: #1e1e1e;
    width: 92%;
  }

  .header-location-block {
    display: flex;
    justify-content: center;
    background-color: #2d2d45;
    border: 0px;
    padding: 60px 35px 20px;
  }
  .header-location-input-block-03 {
    display: block;
    background-color: #be93d1;
  }

  .header-location-input-block-02 {
    width: 50%;
    flex-basis: 50%;
  }

  .header-location-input-block-03 {
    width: 50%;
    flex-basis: 50%;
    display: flex;
    align-items: center;
    padding-right: 20px;
    padding-left: 40px;
  }
  .custom-select.sources {
    width: 100%;
  }
  .search-block {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  span.search-block-text {
    color: #fff;
  }

  .da-home-banner-block-text h1 {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
  }

  .da-home-banner-block-text button.button-style-01 {
    display: none;
  }
  .da-home-banner-block-img {
    padding: 40px 15px 0 15px;
  }

  .hg-wrapper-block-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hg-wrapper-block-item-content {
    min-height: auto;
    display: flex;
    align-items: baseline;
  }
  .hg-wrapper-block-item-text {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .hg-wrapper-block-item-icon {
    padding-bottom: 0;
    padding-right: 10px;
  }

  .hg-wrapper-block-item-icon img {
    height: 40px;
    object-fit: contain;
  }
  .hg-wrapper-block-item-text h4 {
    font-size: 15px;
  }
  .da-discover-company-block-content::before {
    display: none;
  }
  .section-title h2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
  }

  .discover-company-list-block.discover-company-list-block-mob-layout {
    display: block;
    padding: 20px 50px;
  }

  .owl-nav {
    display: block;
    transition: 0.25s;
  }
  .owl-nav {
    position: absolute;
    right: 0;
    top: 40%;
    transform: translate(0, -50%);
  }
  .owl-nav button.owl-prev {
    left: 0;
    background: transparent !important;
    box-shadow: 0px 0px 0px rgb(88 126 255 / 12%) !important;
    border: 0px !important;
    transform: rotate(90deg);
  }
  .owl-nav button.owl-next {
    right: -50px;
    background: transparent !important;
    box-shadow: 0px 0px 0px rgb(88 126 255 / 12%) !important;
    border: 0px !important;
    transform: rotate(90deg);
    top: 25px;
  }

  .owl-nav button span {
    color: #ffb900 !important;
  }

  .owl-dots {
    position: absolute;
    top: 46%;
    transform: rotate(90deg);
    left: -95px;
  }

  .section-title h2 b {
    display: contents;
  }

  .digital-agencies-list-block-item-icon {
    display: flex;
  }
  .digital-agencies-list-block-item-icon h3 {
    margin-left: 15px;
  }
  .digital-agencies-list-block-item {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .digital-agencies-list-block-item-text p {
    margin-top: 15px;
    margin-right: 20px;
  }
  .discover-company-list-block {
    display: none;
  }
  .discover-company-list-block.location-block-02 {
    display: block;
    padding: 20px 50px;
  }

  #get-featured-section .header-get-featured-btn-block {
    display: block;
  }
  #get-featured-section
    .header-get-featured-btn-block
    button.header-get-featured-btn {
    min-height: 65px;
    width: 100%;
    border-radius: 2px;
    margin: 50px 0 0;
  }

  .featured-companies-block-item.slider-item {
    padding: 25px 20px;
    margin-left: 5px;
    margin-right: 5px;
  }

  section#get-featured-section {
    display: block;
  }

  .section-title.location-wrapper-block-01 h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
  }
  input.search__input {
    width: 100%;
    padding: 15px 20px;
  }
  .search__container svg {
    position: absolute;
    right: 5%;
    top: 47px;
  }

  .location-wrapper-img-block {
    margin-top: 90px;
    border: 1px solid rgba(88, 126, 255, 0.12);
    box-shadow: 0px 4px 40px rgb(209 209 209 / 13%);
    border-radius: 10px;
  }

  section#da-location-wrapper-section {
    padding: 0px 0 60px;
  }

  .location-wrapper-block {
    background-color: transparent;
    padding: 20px 35px 0px;
    position: relative;
  }

  .location-wrapper-block::before {
    content: "";
    position: absolute;
    top: 0;
    height: calc(100% - 180px);
    background-color: rgba(255, 67, 64, 0.06);
    width: 100%;
    left: 0;
  }

  .footer-content-block {
    border-top: 0;
    padding-top: 0px;
  }

  .footer-logo-block span {
    color: rgba(98, 98, 98, 0.74);
    margin-left: 5px;
    display: none;
  }
  .footer-logo-block {
    text-align: center;
  }

  .pr-te-block ul {
    display: flex;
    margin-bottom: 0;
    justify-content: center;
    flex-wrap: wrap;
  }

  .pr-te-block ul li {
    padding: 0 12px 10px 12px;
    flex-basis: auto;
    width: max-content;
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
  .location-wrapper-img-block {
    min-height: 200px;
  }
  .location-wrapper-block::before {
    content: "";
    position: absolute;
    top: 0;
    height: calc(100% - 140px);
    background-color: rgba(255, 67, 64, 0.06);
    width: 100%;
    left: 0;
  }
  .da-discover-company-block-content {
    padding: 40px 15px;
  }

  .location-wrapper-block-img img {
    margin-top: 60px;
    width: 200px;
  }
  .location-wrapper-block-text h6 {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
  }
  .location-wrapper-block-text h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
  }
  .location-wrapper-block-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
}

@media screen and (max-width: 390px) {
  .mob-display-btn.nav-item-btn {
    display: block;
    padding: 7px 4px !important;
    font-weight: 600;
    font-size: 12px;
    right: 50px;
  }
  .location-wrapper-block-img img {
    width: 180px;
  }

  .location-wrapper-img-block {
    margin-top: 60px;
  }
  .list-group-item.suggestions-container-item {
    padding: 20px 10px 0 10px;
  }

  .header-location-block {
    padding: 60px 20px 20px;
  }
  .header-location-input-block-03 {
    padding-right: 10px;
    padding-left: 12px;
  }

  span.search-block-text {
    font-size: 12px;
  }
  .search-block {
    align-items: center;
  }
}

/* 
///////////////////////listing page mobile view///////////////////
 */

.mobile-companies-accordion {
  display: none;
}

.companies-mob-list-category-block-01 {
  display: none;
}
.company-listing-block-details-content-list.company-listing-mob-view {
  display: none;
}

.header-get-featured-btn-block.companies-listing-page-mob {
  display: none;
}

img.companies-wrapper-img-mob-view {
  display: none;
}

.header-get-featured-btn-block.companies-listing-page-mob-btm {
  display: none;
}

@media screen and (max-width: 576px) {
  .header-location-block.justify-content-end.mob-header-location-block {
    background-color: transparent;
    padding: 0;
    margin-top: 10px;
  }
  ul.nav-breadcrubms {
    display: flex;
    height: 100%;
    align-items: center;
    display: none;
  }

  section#list-header-location-section {
    margin-top: 90px;
  }

  .sticky-sidebar {
    display: none;
  }
  .company-listing-block-details {
    padding: 23px 23px 23px 23px;
  }
  div#comListDtails {
    margin-right: 5%;
  }

  .company-listing-block-details-item {
    display: none;
  }

  .mobile-companies-accordion {
    display: block !important;
  }

  .accordion-icon img {
    width: 30px;
    height: 30px;
    padding: 8px;
  }
  .accordion-icon {
    margin-left: 2%;
  }
  div#accordion2 p {
    font-size: 14px;
    line-height: 20px;
  }

  .company-listing-block-details-content h2 {
    display: none;
  }

  .header-location-block.justify-content-end.mob-header-location-block
    .suggestions-container {
    position: absolute;
    top: 48px;
  }

  .companies-mob-list-category-block-01 {
    display: block;
  }

  .companies-mob-list-category-block-01 h2 {
    display: block;
    padding: 0;
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: #2d2d45;
  }

  .row.companies-mob-list-category-block-01-list {
    align-items: center;
  }

  .companies-mob-list-category-block-01 {
    padding: 25px 0 10px;
  }

  span.category-span {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    color: rgba(30, 30, 30, 0.48);
  }
  .company-listing-block-details-content-list {
    display: none;
  }

  .company-listing-block-details-content-list.company-listing-mob-view {
    display: block;
  }

  .company-listing-block-details-content-list-block-01 {
    padding: 20px 20px 0px;
  }

  .company-listing-block-details-content-list-block-02 {
    border-left: 0px solid #e8e8e8;
    padding: 20px 0px 0px 0px;
  }
  .compant-list-compant-logo img {
    width: 100%;
    height: 45px;
    object-fit: contain;
  }

  .company-listing-block-details-content-list-block-01 .rating-block span {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 14px;
    color: #566ecb;
  }
  .company-listing-block-details-content-list-block-01 .star-rating {
    justify-content: center;
  }
  .company-listing-block-details-content-list-block-02 hr {
    width: 100%;
  }

  .company-btn-group-bottom {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
    margin-top: 20px;
  }

  .compant-list-block-item-location span {
    font-size: 14px;
  }
  .compant-list-block-item-location a {
    font-size: 14px;
  }

  .compant-list-block-item-location a {
    margin-left: 6px;
  }

  .compant-list-block-item-location {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .company-listing-block-details-content-list-block-03-btn-block {
    display: flex;
    justify-content: space-between;
  }
  .connect-btn-block {
    border-bottom: 0px solid #e8e8e8;
    margin-bottom: 0px;
    padding-bottom: 0px;
    width: 50%;
    flex-basis: 50%;
  }

  a.connect-btn-fill {
    background: #126ae4;
    border: 1px solid #126ae4;
    box-shadow: 0px 1px 2px rgba(198, 228, 246, 0.05);
    border-radius: 0px 0px 0px 3px;
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #ffffff;
    padding: 12px 20px;
    display: block;
    width: 100%;
    margin: 0px auto;
    transition: 0.25s;
    text-align: center;
    justify-content: center;
  }
  .connect-btn-block-02 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
    flex-basis: 50%;
  }

  .company-listing-block-details-content-list {
    border: 1px solid rgba(108, 117, 125, 0.24);
    border-radius: 2px;
    padding: 0px 0px;
    border-bottom: 0px;
  }

  a.connect-btn-border {
    background: #ffffff;
    border: 1px solid #d0d5dd;
    border-right: 0px;
    border-radius: 0px 0px 3px 0px;
    border-radius: 3px;
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #2d2d45;
    padding: 12px 20px;
    display: block;
    width: 100%;
    margin: 0px auto;
    display: flex;
    align-items: center;
    transition: 0.25s;
    justify-content: center;
  }

  a.view-all-companies-btn-link {
    display: none;
  }
  .header-get-featured-btn-block.companies-listing-page-mob {
    width: 100%;
    display: flex;
    justify-content: start;
    margin-top: -40px;
  }

  .header-get-featured-btn-block.companies-listing-page-mob a {
    width: 100%;
  }
  .header-get-featured-btn-block.companies-listing-page-mob
    a
    button.header-get-featured-btn {
    width: 100%;
  }

  .company-listing-faq-block {
    padding: 40px 0;
    position: relative;
  }

  .company-listing-faq-block-title h2 {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #2d2d45;
  }

  .company-listing-faq-block-title {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-direction: column;
  }

  .according-faq-block {
    padding: 12px 20px;
    margin-bottom: 30px;
  }
  section#companies-wrapper-section {
    padding: 40px 0 0;
    position: relative;
    margin-bottom: 50px;
  }
  section#companies-wrapper-section::before {
    position: absolute;
    content: "";
    background-image: url(../img/wrapper-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 150px;
    top: 28px;
    left: -40px;
    z-index: 1;
  }

  .featured-companies-block-item-location {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .companies-wrapper-block .row :nth-child(2) {
    order: -1;
  }

  .companies-wrapper-img-block img {
    display: none;
  }
  img.companies-wrapper-img-mob-view {
    display: block;
  }

  .companies-wrapper-img-block {
    position: absolute;
    bottom: -30px;
    right: 0;
    margin: 0px auto;
    width: 210.78px;
    height: 201.09px;
    z-index: 10;
  }

  .companies-wrapper-text-block {
    margin-top: 80px;
  }

  .companies-wrapper-text-block h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
  }
  .companies-wrapper-block {
    padding: 40px 30px 40px 30px;
  }

  .header-get-featured-btn-block.companies-listing-page-mob-btm {
    display: flex;
  }
  .header-get-featured-btn-block.companies-listing-page-mob-btm a {
    width: 100%;
  }
  .companies-listing-page-mob-btm a button.header-get-featured-btn {
    width: 100%;
  }
  section#featured-companies-section {
    padding: 50px 0 60px;
    position: relative;
  }
  .section-title-company-listing-page h2 {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #2d2d45;
  }
  .section-title-company-listing-page {
    margin-bottom: 10px;
  }

  .custom-select-trigger {
    position: relative;
    padding: 0;
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
    cursor: pointer;
    color: #fff;
    display: inline-table;
    padding-top: 7px;
  }

  .custom-select-trigger-text {
    position: relative;
    top: 0;
    padding: 0;
    display: table-row-group;
    overflow: hidden;
    height: auto;
    color: #fff;
    width: auto;
  }
  .custom-select-trigger:after {
    top: 18px;
  }
}

@media screen and (max-width: 450px) {
  .custom-select-trigger-text {
    font-size: 12px;
  }
  .custom-select-trigger {
    padding-top: 9px;
  }
  span.search-block-text {
    font-size: 12px;
  }
  .search-block {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
}

/* 

///////////////////////////////////////////////
 //////////////////////////////////////////////
            company detail page
 /////////////////////////////////////////////
 ///////////////////////////////////////////// */

section#compant-details-profile-section {
  padding: 30px 0;
}

@supports (position: sticky) {
  .compant-details-profile-block-sticky {
    position: sticky;
    top: 85px;
    z-index: 10;
  }
}

.compant-details-profile-block {
  border: 1px solid rgba(24, 62, 98, 0.2);
  border-radius: 4px;
  padding: 20px;
  background-color: #fff;
}
.compant-details-profile-block-01 {
    display: flex;
    column-gap: 25px;
    align-items: center;
}

.compant-details-profile-block-title span {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #6b7280;
}

.compant-details-profile-block-title h3 {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  display: flex;
  align-items: center;
  color: #2d2d45;
  margin-bottom: 2px;
  column-gap: 5px;
}

.compant-details-profile-block-01 .compant-list-block-item-location {
  margin-bottom: 0px;
  margin-top: 0px;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-left: 20px;
}
.rating-block-compant-details {
  display: flex;
  align-items: end;
}

.rating-block-compant-details .rating-span {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  color: #566ecb;
  padding-left: 5px;
}

.compant-details-profile-block-02 {
  display: flex;
  justify-content: end;
  column-gap: 25px;
  align-items: center;
  height: 100%;
}

a.detail-btn {
  background: #ffffff;
  border: 1px solid #d0d5dd;
  border-radius: 3px;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #2d2d45;
  padding: 5px 15px;
}

a.detail-btn.active {
  background: #183e62;
  border: 1px solid #224e78;
  border-radius: 3px;
  color: #fff;
}

.company-profile-text p {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.03em;
  color: #2d2d45;
  margin-bottom: 20px;
}
a.read-more {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #6b7280;
}

.company-profile-contact-details-01 h4 {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #6b7280;
}

.company-profile-contact-details-01 ul li {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #2d2d45;
  padding-bottom: 8px;
  display: flex;
}
.company-profile-contact-details-01 ul li a {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #2d2d45;
}
.company-profile-contact-details-01 ul li i {
  margin-right: 8px;
}

.company-profile-contact-details {
  display: flex;
  justify-content: space-between;
}
.company-profile-contact-details-01 {
  flex-basis: 35%;
  width: 35%;
}
.company-profile-contact-details-02 {
  flex-basis: 50%;
  width: 50%;
}

.company-profile-contact-map {
  position: relative;
  border-radius: 2px;
}

a.view-map-btn {
  background: rgba(24, 62, 98, 0.78);
  backdrop-filter: blur(8px);
  border-radius: 2px;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 20px;
  color: #ffffff;
  padding: 5px 10px;
  position: absolute;
  left: 10px;
  bottom: 10px;
}
a.view-map-btn i img {
  height: auto;
  margin-right: 6px;
}

.company-details-info-block {
  display: flex;
  column-gap: 30px;
}
.company-details-info-block-item h4 {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #2d2d45;
}
.company-details-info-block-item {
  display: flex;
  align-items: baseline;
  column-gap: 8px;
}

section#company-details-focus-categories-section {
  padding: 60px 0 0;
}

.section-title-focus-cat h2 {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 31px;
  color: #2d2d45;
}

.focus-cat-progress-block h4 {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #2d2d45;
}

.section-title-focus-cat {
  margin-bottom: 30px;
}
.progress-bar {
  width: 100%;
  height: 4px;
  background: #e0e5ee;
  border-radius: 12px;
  margin-bottom: 10px;
  position: relative;
}

.progress-bar.bar1::before {
  content: "";
  position: absolute;
  left: 0;
  height: 4px;
  width: 90%;
  background-color: #ff936a;
  border-radius: 12px;
}

.progress-bar.bar2::before {
  content: "";
  position: absolute;
  left: 0;
  height: 4px;
  width: 60%;
  background-color: #7894ff;
  border-radius: 12px;
}

.progress-bar.bar3::before {
  content: "";
  position: absolute;
  left: 0;
  height: 4px;
  width: 50%;
  background-color: #42deb7;
  border-radius: 12px;
}
.progress-bar.web-2::before {
  content: "";
  position: absolute;
  left: 0;
  height: 4px;
  width: 30%;
  background-color: #ffb900;
  border-radius: 12px;
}
.service-offered-title h4 {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #6b7280;
  margin-top: 10px;
  margin-bottom: 20px;
}

.service-offered-block ul li a {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #2d2d45;
}

.service-offered-block ul {
  display: flex;
  column-gap: 30px;
  flex-wrap: wrap;
}
.service-offered-block ul li {
  width: 23%;
  flex-basis: 23%;
  height: 50px;
  display: flex;
  align-items: center;
}
.section-title-office-tour h4 {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #2d2d45;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.section-title-office-tour {
  margin-left: 40px;
}

section#company-details-office-tour-section {
  padding: 30px 0;
}

.section-title-user-reviews h2 {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 31px;
  color: #2d2d45;
}
a.submit-review-btn {
  border: 1px solid #e0e5ee;
  border-radius: 2px;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #2d2d45;
  padding: 10px 15px;
}
.section-title-user-reviews-02 {
  display: flex;
  column-gap: 20px;
  align-items: center;
  justify-content: end;
}

.user-reviews-block {
  border: 1px solid rgba(24, 62, 98, 0.2);
  border-radius: 4px;
  margin-top: 30px;
}
.user-reviews-block-content {
  padding: 25px 40px;
  border-bottom: 1px solid rgba(24, 62, 98, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.user-reviews-block-content-profile {
  display: flex;
  align-items: center;
  column-gap: 18px;
}

span.rev {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 20px;
  color: #6b7280;
}
.review-rating {
  display: flex;
  flex-direction: column;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #126ae4;
}

.user-reviews-block .rating-block.no-border {
  flex-direction: row;
  align-items: end;
  column-gap: 5px;
}

.user-reviews-block-content h3 {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 2px;
}
i.reviewer-img {
  background: #ffffff;
  border: 1px solid #d0d5dd;
  border-radius: 50%;
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
}

.user-reviews-block-content-text {
  padding: 30px 40px;
}
.user-reviews-block-content-text p {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  color: #2d2d45;
}

.become-member-block {
  border: 1px solid rgba(24, 62, 98, 0.2);
  border-radius: 4px;
  padding: 30px;
}
.become-member-block h2 {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 31px;
  color: #2d2d45;
  margin-bottom: 15px;
}

.member-sign-in-block {
  position: relative;
}

.member-sign-in-block {
  position: relative;
}

.member-sign-in-block::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    270deg,
    rgba(62, 62, 62, 0.68) 0%,
    rgba(24, 62, 98, 0) 103.03%,
    rgba(48, 49, 50, 0) 103.03%
  );
  border-radius: 4px;
}
.member-sign-in-block-text {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}

a.exclusive-btn {
  background: #ff723d;
  border-radius: 39px;
  padding: 6px 15px;
  margin-bottom: 20px;
  display: block;
  width: fit-content;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
}
.member-sign-in-block-text h3 {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  color: #ffffff;
}

.sidebar-featured-box {
  background: rgba(255, 185, 0, 0.13);
  border-radius: 2px;
  padding: 60px 40px;
  margin-top: 30px;
  position: relative;
}
.sidebar-featured-box::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background-image: url(../img/featured-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 100px;
  object-fit: contain;
  height: 100px;
}
.sidebar-featured-box h3 {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 108%;
  color: #183e62;
  margin-top: 10px;
}
.sidebar-featured-box h3 span {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 108%;
  color: #d6ad09;
  display: block;
}
.sidebar-featured-box a {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 108%;
  color: #183e62;
  margin-top: 20px;
  display: flex;
  align-items: center;
  column-gap: 10px;
}

a.page-link {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #dcdcdc;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
span.page-link.current {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #dcdcdc;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

span.page-link {
  border: 0;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #dcdcdc;
  padding: 0;
  margin: 0;
}

.pagination {
    margin-top: 20px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
    border: 1px solid;
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #dcdcdc;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}




.company-pagination-block ul {
  display: flex;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  column-gap: 12px;
}

span.prev {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #2d2d45;
}

a.page-link.next {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #2d2d45;
  border: 0;
}

span.page-link.current {
  background: #7894ff;
  border: 1px solid #7894ff;
  border-radius: 2px;
  color: #fff;
}

section#company-profile {
  padding: 30px 0 0px;
}

@media screen and (max-width: 1300px) {
  .company-profile-contact-map img {
    height: 200px;
    object-fit: cover;
    border-radius: 2px;
  }
  .service-offered-block ul li {
    width: 31%;
    flex-basis: 31%;
    height: 50px;
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .compant-details-profile-block-02 {
    display: flex;
    justify-content: start;
    column-gap: 25px;
    align-items: center;
    height: 100%;
    margin-top: 20px;
  }

  .focus-cat-progress-block {
    height: 80px;
  }
  .compant-details-profile-block-01 {
    display: flex;
    column-gap: 30px;
    flex-wrap: wrap;
  }
  .rating-block-compant-details {
    display: flex;
    align-items: end;
    margin-top: 20px;
  }
  .company-profile-contact-details {
    margin-top: 30px;
  }
  .service-offered-block ul li a {
    font-size: 16px;
  }

  .service-offered-block ul li {
    width: 30%;
    flex-basis: 30%;
  }
  .section-title-user-reviews-02 span {
    display: none;
  }

  .member-sign-in-block img {
    min-height: 220px;
    object-fit: cover;
    object-position: bottom;
  }
  .member-sign-in-block-text h3 {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
    color: #ffffff;
  }
  a.exclusive-btn {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .service-offered-block ul li {
    width: 45%;
    flex-basis: 45%;
  }

  .section-title-office-tour {
    margin-left: 0;
    margin-bottom: 20px;
  }

  .office-tour-img {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 576px) {
  .company-details-info-block {
    display: flex;
    column-gap: 30px;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .company-profile-contact-details-01 {
    flex-basis: 100%;
    width: 100%;
  }
  .company-profile-contact-details-02 {
    flex-basis: 100%;
    width: 100%;
  }
}

/* 
//////////////////////////////////////////////////
//////////////////////////////////////////////////
  company detail page mobile view

/////////////////////////////////////////////////
/////////////////////////////////////////////////
 */

input:focus {
  outline: none !important;
  box-shadow: none !important;
}

.company-profile-contact-details-03-mob {
  display: none;
}
.rating-block-compant-details.mob-view {
  display: none;
}
.company-detail-mob-accordion {
  display: none;
}
.rating-block-compant-details.mob-display-none {
  display: none;
}

@media screen and (max-width: 576px) {
  section#compant-details-profile-section {
    padding: 20px 0;
  }

  .compant-details-profile-block {
    padding: 15px 16px;
  }

  .compant-details-profile-block-sticky {
    position: relative;
    top: 0;
    z-index: 0;
  }
  section#company-details-office-tour-section {
    padding: 15px 0;
  }
  .office-tour-img {
    margin-bottom: 0px;
  }

  .compant-details-profile-block-title h3 {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
  }

  .compant-details-profile-block-01 {
    flex-direction: row-reverse;
    justify-content: space-between;
    flex-wrap: nowrap;
  }

  .compant-details-profile-block-02 {
    display: none;
  }

  .company-profile-text {
    display: none;
  }
  .details-company-logo img {
    width: 100%;
  }
  .details-company-logo {
    width: 70px;
  }
  .company-profile-contact-details-01 {
    flex-basis: 70%;
    width: 70%;
  }
  .mob-display-none {
    display: none;
  }
  .rating-block-compant-details.mob-view {
    display: flex;
    align-items: center;
    margin-top: 0px;
    margin-left: 0;
  }

  .rating-block-compant-details.mob-view .compant-list-block-item-location {
    margin-left: 20px;
  }

  .company-profile-contact-details-02 {
    display: none;
  }
  .company-profile-contact-details-03-mob {
    display: block;
  }
  a.view-map-btn {
    position: relative;
    left: 0;
    bottom: 0;
  }
  .company-profile-contact-map {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .company-profile-contact-map img.img-responsive {
    width: 100px;
    height: auto;
  }

  section#company-profile {
    padding: 0px 0 0px;
  }
  .company-profile-contact-details {
    margin-top: 10px;
  }

  .company-detail-mob-accordion ul li .ac-icon:after {
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
  }

  .company-detail-mob-accordion ul li .ac-icon.collapsed:after {
    content: "\f107";
  }
  .compant-details-profile-block.display-mob-none {
    display: none;
  }

  .company-detail-mob-accordion {
    display: block;
    margin-top: 30px;
  }
  .company-detail-mob-accordion ul {
    margin-bottom: 0;
  }
  .company-detail-mob-accordion ul li {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 32px;
    color: #2d2d45;
  }
  .company-detail-mob-accordion ul li {
    border-top: 1px solid rgba(24, 62, 98, 0.2);
    padding: 10px 0;
  }

  .company-profile-text-mob {
    padding-top: 30px;
  }

  .company-profile-text-mob p {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.03em;
    color: #2d2d45;
    margin-bottom: 20px;
  }

  .compant-details-profile-block.mobile-view .compant-details-profile-block-01 {
    flex-direction: row;
    justify-content: space-between;
  }
  .compant-details-profile-block-title h3 {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    display: flex;
    align-items: center;
    color: #2d2d45;
  }
  section#compant-details-profile-section.mobile-view-none {
    display: none;
  }

  section#company-details-focus-categories-section {
    padding: 40px 0 0;
    border-top: 1px solid rgba(24, 62, 98, 0.2);
  }

  .section-title-focus-cat h2 {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #2d2d45;
  }

  div#service-offered-ac ul {
    margin-bottom: 0;
  }

  .service-offered-title ul li .ac-icon:after {
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
  }

  .service-offered-title ul li .ac-icon.collapsed:after {
    content: "\f107";
  }

  .section-title-user-reviews-02 span {
    display: none;
  }
  .rating-block-compant-details {
    display: flex;
    align-items: end;
    margin-top: 0px;
  }
  i.reviewer-img {
    display: none;
  }
  .review-rating {
    display: none;
  }

  .user-reviews-block-content {
    padding: 20px 25px;
  }
  .user-reviews-block-content-text {
    padding: 20px 25px;
  }
  .become-member-block {
    display: none;
  }
  a.submit-review-btn {
    font-size: 13px;
    padding: 8px 5px;
  }
  .section-title-user-reviews h2 {
    font-size: 20px;
    line-height: 25px;
  }

  section#company-details-user-reviews {
    margin-bottom: 50px;
  }
  a.page-link {
    font-size: 15px;
    line-height: 22px;
    width: 30px;
    height: 30px;
  }
  span.page-link.current {
    background: #7894ff;
    border: 1px solid #7894ff;
    border-radius: 2px;
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    width: 30px;
    height: 30px;
  }
  .compant-details-profile-block-title span {
    font-size: 13px;
  }

  .star-rating label {
    font-size: 15px;
    margin-right: 1px;
  }

  .rating-block-compant-details .rating-span {
    padding-left: 5px;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
  }
}

@media screen and (max-width: 400px) {
  .service-offered-block ul li a {
    font-size: 12px;
  }

  .service-offered-block ul li {
    height: 35px;
  }
}

/* 

////////////////////////////////////////////////////
              contact page
//////////////////////////////////////////////////// */

section#contact-section {
  margin-top: 120px;
}

.quick-thred {
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  padding-bottom: 18px;
}

ul.nav.nav-tabs.tabs-left.sideways {
  display: flex;
  flex-direction: column;
  border-bottom: 0;
  border: 1px solid #dadada;
  border-bottom: 0;
  position: relative;
}
ul.nav.nav-tabs.tabs-left.sideways li {
  background: none;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #dadada;
  font-weight: 700;
  font-size: 16px;
  line-height: 54px;
  color: #000000;
  padding: 5px 35px;
  text-align: left;
  position: relative;
}

ul.nav.nav-tabs.tabs-left.sideways li a {
  color: #000000;
  display: block;
}

ul.nav.nav-tabs.tabs-left.sideways li a i {
  position: absolute;
  right: 20px;
  top: calc(50% - 10px);
  border: 1px solid #7894ff;
  width: 18px;
  height: 22px;
  line-height: 21px;
  color: #7894ff;
  display: none;
}

ul.nav.nav-tabs.tabs-left.sideways li a.active i {
  display: block !important;
}

.tab-content.contact-tab {
  margin-top: 38px;
  height: calc(100% - 38px);
}
.tab-content.contact-tab .tab-pane {
  height: 100%;
}

.contact-text-cntr {
  padding: 30px 35px 0 50px;
}
.contact-sec-head h4 {
  font-weight: 800;
  font-size: 30px;
  line-height: 41px;
  color: #000000;
}
.contact-sec-head p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #626262;
  margin-bottom: 25px;
}

.contact-add-cntr {
  padding: 25px 0 30px;
}
.contact-add-cntr span {
  line-height: 18px;
  display: inline-block;
}
.contact-sec-1-1 span {
  font-weight: 600;
  font-size: 14px;
  color: rgba(98, 98, 98, 0.69);
}

.contact-sec-1-1 p {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  margin: 3px 0 0;
  color: #000000;
}

.contact-text-cntr-2 {
  padding: 30px 35px 30px 50px;
  border: 1px solid #dadada;
  border-left: 0;
  height: 100%;
}
.contact-text-cntr-2 h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 29px;
  color: rgba(98, 98, 98, 0.69);
}

.contact-search-box {
  position: relative;
}
.contact-search-box svg {
  position: absolute;
  left: 10px;
  top: 10px;
}

.contact-search-box .form-control {
  border: 1px solid rgba(180, 180, 180, 0.28);
  border-radius: 2px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  padding-left: 35px;
  color: #b4b4b4;
}

.contact-text-cntr-2 h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  color: #1b1c31;
  margin-top: 20px;
}
.contact-text-cntr-2 p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #626262;
}

.contact-brd {
  padding: 35px 0;
}

.contact-sec-head h4 {
  text-align: center;
  font-weight: 800;
  font-size: 30px;
  line-height: 41px;
  color: #000000;
}
.contact-sec-head p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #626262;
  margin-bottom: 25px;
}
.accordion-header {
  margin-bottom: 0;
}
.contact-sec-3 .accordion-button {
  color: #000;
  background-color: #fff;
  box-shadow: none;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  padding: 1rem 0;
  border: 0;
  width: 100%;
  text-align: left;
  position: relative;
}
.contact-sec-3 .accordion-item {
  border: 0;
  border-bottom: 1px solid #dadada;
}

.contact-sec-3 .accordion-button::after {
  font-family: remixicon !important;
  content: "\EA13";
  background-image: unset;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  font-weight: 100;
  right: 10px;
  position: absolute;
  top: 20px;
}

button.accordion-button[aria-expanded="true"]::after {
  content: "\F1AF";
  transform: unset;
}

.contact-sec-3 .accordion-body {
  padding: 0 0 1rem 0;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

section.contact-sec-3 {
  margin-bottom: 60px;
}

form#contactFrm {
  margin-top: 30px;
}

section.contact-sec-2 {
  padding-bottom: 50px;
}

.contact-sec-2 .form-control {
  border-radius: 0;
  border: 1px solid #dadada;
  font-weight: 400;
  font-size: 12px;
  line-height: 32px;
  color: rgba(98, 98, 98, 0.69);
  margin-bottom: 20px;
  padding: 20px 10px;
  width: 100%;
}
.contact-sec-2 p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #626262;
}

button.button-submit {
  background: #183e62;
  border: 1px solid #224e78;
  border-radius: 3px;
  color: #fff;
  padding: 6px 10px 6px 15px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  ul.nav.nav-tabs.tabs-left.sideways {
    flex-direction: row;
    border: 0;
  }

  ul.nav.nav-tabs.tabs-left.sideways li {
    border: 0;
    padding: 0;
    line-height: 0;
  }

  ul.nav.nav-tabs.tabs-left.sideways li a {
    border: 0;
    border-bottom: 0;
    text-align: center;
    position: relative;
    font-weight: 700;
    font-size: 15px;
    line-height: 31px;
    color: #1b1c31;
    padding: 0px 20px;
    background: rgba(196, 196, 196, 0.22);
    border-radius: 2px;
    margin: 0 12px 11px 0;
    display: inline-block;
    min-width: 103px;
    text-decoration: none;
  }

  ul.nav.nav-tabs.tabs-left.sideways li a.active i {
    display: none !important;
  }

  ul.nav.nav-tabs.tabs-left.sideways li a.active {
    background-color: #e8ecff !important;
  }
  .contact-text-cntr-2 {
    padding: 0px 0px 0px 0px;
    border: 0;
    border-left: 0;
    height: 100%;
  }
  .tab-content.contact-tab {
    margin-top: 10px;
    height: calc(100% - 38px);
  }
}

@media screen and (max-width: 576px) {
  ul.nav.nav-tabs.tabs-left.sideways li a {
    border: 0;
    border-bottom: 0;
    text-align: center;
    position: relative;
    font-weight: 700;
    font-size: 12px;
    padding: 0px 20px;
    min-width: auto;
  }
}

/* 

////////////////////////////////////////////////

              register page

//////////////////////////////////////////////// */

.no-gutters {
  margin-right: -8px;
  margin-left: -8px;
}
section#register-section {
  min-height: 82vh;
  display: flex;
  align-items: center;
  margin-top: 90px;
  -webkit-animation-delay: 4.5s;
  -moz-animation-delay: 4.5s;
  animation-delay: 4.5s;
  position: relative;
  z-index: 1000;
}
.row.register-flow-block {
  padding-top: 50px;
  padding-bottom: 30px;
  align-items: center;
}
.pad-5 {
  padding-right: 8px !important;
  padding-left: 8px !important;
}

.register-right-block p {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  display: flex;
  align-items: center;
  color: #2d2d45;
}
.register-right-block h2 {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  display: flex;
  align-items: center;
  color: #2d2d45;
  text-align: left;
}

.reg-input-block {
  border: 1px solid #e0e5ee;
  border-radius: 1px;
  width: 520px;
  display: flex;
  align-items: center;
  padding: 15px 12px;
  height: 60px;
  position: relative;
}

.reg-input-block svg {
  margin-right: 8px;
}
.register-right-block {
  max-width: 600px;
  width: 100%;
  position: relative;
}

.drop_box {
  border: 1px dashed rgba(107, 114, 128, 0.47);
  border-radius: 3px;
  width: 250px;
  padding: 18px;
  text-align: center;
  margin: 0px auto;
}
.upload-file-block {
  background: rgba(224, 229, 238, 0.3);
  border-radius: 1px;
  padding: 40px 0;
  margin-bottom: 20px;
}

.choose-file {
  background: #126ae4;
  box-shadow: 0px 1px 2px rgb(198 228 246 / 5%);
  border-radius: 2px;
  color: #fff;
  padding: 3px 6px;
  font-weight: 400;
  font-size: 7px;
  line-height: 12px;
  color: #ffffff;
}

input.reg-ser {
  font-size: 18px;
  color: #000000;
  background-color: transparent;
}
input.reg-ser::placeholder {
  font-weight: 400;
  font-size: 18px;
  display: flex;
  align-items: center;
  color: #686868;
}
input.reg-ser:focus::placeholder {
  color: #000;
}

.reg-search-block {
  display: flex;
  column-gap: 10px;
  height: 100%;
  margin-top: 25px;
  justify-content: space-between;
}

button.reg-ser-btn {
  background: rgba(120, 148, 255, 0.11);
  border: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#register-footer {
  background-color: transparent;
  padding: 20px 0 40px;
}

.drop_box p {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 10px;
  color: #2d2d45;
  text-align: center;
  width: 100%;
  margin: 10px auto;
  display: block;
}

.reg-log-in-btn.nav-item-btn {
  display: flex;
  padding: 7px 10px !important;
  font-weight: 600;
  font-size: 13px;
  order: 2;
  color: #1f1e2c;
  background: #ffffff;
  border: 1px solid #d0d5dd;
  box-sizing: border-box;
  box-shadow: 0px 1px 2px rgb(198 228 246 / 5%);
  border-radius: 3px;
  transition: 0.3s;
}
.log-in-btn-block {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.al-acnt {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #1e1e1e;
}

.reg-bottom-text span {
  font-weight: 400;
  font-size: 18px;
  line-height: 44px;
  display: flex;
  align-items: center;
  color: #000000;
}
.reg-bottom-text span a {
  font-weight: 500;
  font-size: 18px;
  line-height: 44px;
  display: flex;
  align-items: center;
  color: #566ecb;
}

.reg-bottom-text {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  section#register-section {
    min-height: 80vh;
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .register-flow-block {
    justify-content: center;
  }

  #register-footer .pr-te-block {
    padding-top: 0px;
  }
  .reg-footer .row {
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .reg-footer .footer-logo-block {
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .reg-footer .pr-te-block ul {
    display: flex;
    margin-bottom: 0;
    justify-content: center;
    margin-top: 12px;
  }

  #register-footer {
    padding: 20px 0 40px;
    background: rgba(130, 158, 255, 0.05);
  }
}

@media screen and (max-width: 576px) {
  .da-logo.reg svg {
    width: auto;
  }
}

@media screen and (max-width: 450px) {
  .log-in-btn-block {
    display: flex;
    align-items: end;
    row-gap: 5px;
    flex-direction: column;
  }
}

@media screen and (max-width: 360px) {
  input.reg-ser {
    font-size: 13px;
    color: #000000;
  }
  input.reg-ser::placeholder {
    font-weight: 400;
    font-size: 13px;
  }
}

/* 

//////////////////////////////////////////////////////
      reg progress step
////////////////////////////////////////////////////// */

.step-progress .step-slider {
  width: 100%;
  margin-top: -5px;
}

button.request-otp-btn {
  background: rgba(120, 148, 255, 0.11);
  border: 0;
  min-height: 60px;
  margin-bottom: 20px;
  padding: 10px 10px;
  font-weight: 400;
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #000000;
  width: 100%;
  justify-content: center;
}
button.verify-btn {
  border: 0;
  width: 100%;
}
button.verify-btn a {
  border: 1px solid #e0e5ee;
  font-weight: 400;
  font-size: 16px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #2d2d45;
  min-height: 60px;
  padding: 10px;
  width: 100%;
  background-color: #fff;
  justify-content: center;
  transition: 0.25s ease;
}
button.verify-btn a {
  font-weight: 400;
  font-size: 16px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #2d2d45;
  column-gap: 10px;
}

button.verify-btn:hover {
  background-color: rgba(120, 148, 255, 0.11);
  transition: 0.25s ease;
}

input.reg-ser.otp {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 113.1%;
  display: flex;
  align-items: center;
  letter-spacing: 0.03em;
  color: #6b7280;
}
.otp-resend-block {
  display: flex;
  justify-content: space-between;
  margin-top: 0px;
}
.otp-resend-block h5 {
  font-weight: 400;
  font-size: 18px;
  line-height: 44px;
  display: flex;
  align-items: center;
  color: #000000;
}
button.resent-btn {
  border: 0;
  background-color: transparent;
  line-height: initial;
  margin-left: 5px;
  display: flex;
  align-items: center;
  color: #566ecb;
  font-weight: 600;
}
span.timer {
  display: flex;
  align-items: center;
}
.input-no-display-field {
  display: none;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #30b772;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.checkmark {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 0 auto 0px;
  box-shadow: inset 0px 0px 0px #30b772;
  animation: fill 0.4s ease-in-out 0.4s forwards,
    scale 0.3s ease-in-out 0.9s both;
}
.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%,
  100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #30b772;
  }
}

@media screen and (max-width: 576px) {
  button.request-otp-btn {
    min-height: 50px;
    margin-bottom: 25px;
    margin-top: -10px;
  }
  button.verify-btn a {
    min-height: 50px;
    padding: 10px;
  }
  button.verify-btn {
    margin-top: -10px;
  }
  .otp-resend-block h5 {
    font-weight: 400;
    font-size: 15px;
    line-height: 44px;
  }
}

.step-progress .step-slider .step-slider-item {
  width: 16.667%;
  height: 1px;
  position: relative;
  float: left;
}

.step-progress .step-slider .step-slider-item:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: -6px;
  right: 0;
  z-index: 2;
  transition: all 0.3s ease-out 0.5s;
  -webkit-transition: all 0.3s ease-out 0.5s;
}

.step-progress .step-slider .step-slider-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 4px;
  background-color: #b0bec5;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
}

.step-progress .step-slider .step-slider-item.active:before {
  width: 100%;
  background-color: #7894ff;
}

div#complete-step.step-slider-item.active {
  display: none;
}

.step-progress .step-slider .step-slider-item.active:after {
  border-color: #7894ff;
}

textarea.reg-ser {
  border: 0;
  width: 100%;
  color: #000 !important;
  line-height: 1;
}

.pro-reg-search-block {
  margin-top: 20px;
  text-align: left;
}

.step-content .step-content-foot {
  text-align: right;
}

button.active.proceed-prev-btn {
  border: 1px solid #e0e5ee;
  background: transparent;
  padding: 4px 10px 9px 10px;
  transform: rotate(180deg);
  position: absolute;
  top: 30px;
  right: 10px;
}

.step-content .step-content-foot button:active {
  background-color: rgba(255, 255, 255, 0.2);
}

.pro-input-block-group {
  border: 1px solid #e0e5ee;
  border-radius: 1px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 15px 12px;
  min-height: 60px;
  margin-bottom: 20px;
  column-gap: 10px;
  position: relative;
}

label.error {
  position: absolute;
  top: -10px;
  background-color: #fff;
  padding: 0 11px;
  font-size: 12px;
  color: red;
}

.iti label.error {
    position: absolute;
    top: -27px;
    background-color: #fff;
    padding: 0 11px;
    font-size: 14px;
    color: red;
    width: 100%;
    left: 0;
}

.drop_box img {
    width: 70px;
    margin-top: 17px;
}
input#profile_image {
    font-size: 12px;
    text-align: center;
}

.pro-input-block-group.textarea {
  align-items: flex-start;
  min-height: 130px;
}
textarea.reg-ser:focus {
  outline: none;
}
.comListDtailsContent h2 {
    font-size: 18px;
}

button.proceed-btn.active {
  background: rgba(120, 148, 255, 0.11);
  border: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  text-transform: uppercase;
  color: #2d2d45;
  width: 100%;
  text-align: left;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.step-content .step-content-body {
  padding: 0px 0;
  text-align: center;
  font-size: 18px;
  transition: 0.25s;
  position: relative;
}

.step-content .step-content-body.out {
  display: none;
  transition: 0.25s;
}
.pro-reg-search-block {
  margin-top: 20px;
}

p.normal-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  letter-spacing: 0.03em;
  color: #686868;
  text-align: left;
}

button.bo-back-btn {
  background: #ffffff;
  border: 1px solid #d0d5dd;
  box-shadow: 0px 1px 2px rgb(198 228 246 / 5%);
  border-radius: 3px;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  color: #1f1e2c;
  padding: 10px 15px;
  display: flex;
  margin-top: 20px;
}

button.bo-back-btn svg {
  margin-left: 8px;
}

/*=== Trigger  ===*/
.animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*=== Optional Delays, change values here  ===*/

/*=== Animations start here  ===*/

/*=== FADE IN  ===*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@media screen and (max-width: 991px) {
  .reg-bottom-text span {
    display: block;
    font-size: 15px;
    color: #000000;
  }
  .reg-bottom-text span a {
    font-weight: 500;
    font-size: 15px;
    display: contents;
    align-items: center;
    color: #566ecb;
  }
}

button.bo-back-btn.mobile-display {
  display: none;
}
.register-left-img-block {
  width: 90%;
  margin: 0px auto;
}

.faqDtailsContent ul, .comListDtailsContent ul {
    list-style: disc !important;
    margin-left: 20px;
}

.faqDtailsContent ul li, .comListDtailsContent ul li {
    list-style: disc !important;
}
.faqDtailsContent p {
    margin-bottom: 9px;
}

@media screen and (max-width: 767px) {
  .row.register-flow-block {
    flex-direction: column-reverse;
    padding: 100px 0px 0px 0px;
  }
  .register-right-block {
    max-width: 500px;
    width: 100%;
    position: relative;
    margin: 0px auto;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 576px) {
  .row.register-flow-block {
    flex-direction: column-reverse;
    padding: 100px 0px 0px 0px;
  }
  .register-right-block p {
    font-size: 15px;
    line-height: 15px;
  }
  .register-right-block h2 {
    font-size: 20px;
    line-height: 26px;
    margin-top: 14px;
  }

  button.bo-back-btn.mobile-display-none {
    display: none;
  }
  button.bo-back-btn.mobile-display {
    display: block;
    margin: 0px auto;
    margin-top: 40px;
  }

  .reg-input-block {
    padding: 10px 8px;
    height: 50px;
  }
  input.reg-ser::placeholder {
    font-size: 15px;
    color: #686868;
  }
  button.reg-ser-btn {
    width: 50px;
    height: 50px;
  }
  .reg-bottom-text span {
    display: block;
    font-size: 15px;
    color: #000000;
  }
  .reg-bottom-text span a {
    font-weight: 500;
    font-size: 15px;
    display: contents;
    align-items: center;
    color: #566ecb;
  }
  .reg-bottom-text {
    margin-top: 20px;
  }
  .step-content .suggestions-container {
    position: absolute;
    top: 48px !important;
  }
  .register-left-img-block {
    margin-top: 25px;
  }
  button.proceed-btn.active {
    padding: 10px;
    font-size: 15px;
    line-height: 32px;
  }
  .pro-input-block-group {
    min-height: 50px;
    margin-bottom: 20px;
    column-gap: 10px;
  }
  button.active.proceed-prev-btn {
    top: 10px;
    right: 10px;
  }
}

.suggestions-container-link-text p {
  font-size: 12px;
}

/* 

//////////////////////////////////////////////
/////////////////////////////////////////////
      blog page

////////////////////////////////////////////
/////////////////////////////////////////// */

section.blog-section {
  margin-top: 85px;
  background-color: #2d2d45;
  padding: 100px 0;
}
section.blog-section h1 {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 40px;
  color: #ffffff;
  margin-bottom: 20px;
}
section.blog-section h3 {
  font-size: 28px;
  font-weight: 400;
  line-height: 35px;
  color: #ffffff;
}

section.blog-section-block {
  padding: 80px 0 40px;
}
.blog-content-block-item {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  transition: 0.35s;
  margin-bottom: 40px;
  overflow: hidden;
}
.blog-content {
  padding: 25px;
  transition: ease-in 0.25s;
}
.blog-content h3 {
  font-size: 20px;
  line-height: 28px;
  color: #1f1e2c;
}

.blog-span-de {
  display: flex;
  margin-top: 15px;
  gap: 15px;
}
.blog-img {
  overflow: hidden;
  transition: ease-in 0.25s;
}

.blog-img img {
  height: 280px;
  object-fit: cover;
  overflow: hidden;
  transition: ease-in 0.25s;
}

.blog-content-block-item:hover img {
  transform: scale(1.1);
  transition: ease-in 0.25s;
}

.blog-content-block-item:hover .blog-content {
  background-color: rgba(224, 224, 224, 0.15);
  transition: ease-in 0.25s;
}

section.blog-detail-section-block {
  margin-top: 150px;
  padding-bottom: 100px;
}

.justify-content-space-around {
  justify-content: space-around;
}
.blog-detail-content h2 {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 36px;
  line-height: 45px;
  color: #2d2d45;
}

.blog-detail-content h4 {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  color: #46464b;
  padding: 0;
}

.blog-detail-img {
  padding-top: 40px;
  margin-bottom: 30px;
}
.blog-detail-img figcaption {
  text-align: center;
}

.blog-detail-img img {
  height: 400px;
  object-fit: cover;
  border-radius: 5px;
}

.blog-detail-content-para p {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: rgba(41, 41, 41, 1);
}

/* .blog-border {
  height: calc(100% + 65px);
  width: 1px;
  background-color: rgba(230, 230, 230, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
  margin-top: -65px;
} */

.related-block-block h4 {
  margin-bottom: 30px;
}
.blog-related-content-text h5 {
  font-size: 15px;
  color: #212529;
}
.blog-related-content-text .blog-span-de span {
  font-size: 12px;
  margin-bottom: 5px;
}

.blog-related-content-text .blog-span-de {
  margin-top: 0;
}
.blog-related-img img {
  height: 100px;
  object-fit: cover;
  border-radius: 5px;
}

.row.related-blog-content {
  margin-bottom: 25px;
}

.stick-related-blog {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  padding-left: 80px;
}

.stick-related-blog::before {
  content: "";
  position: absolute;
  top: -70px;
  width: 1px;
  height: calc(100% + 172px);
  left: 0;
  background-color: rgba(230, 230, 230, 1);
  z-index: -1;
}

.related-block-block {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.blog-details-footer ul {
  display: flex;
  column-gap: 10px;
}
ul.blog-social-media li a {
  border: 0;
  border-radius: 0;
  padding: 0;
}

ul.blog-social-media {
  display: flex;
  column-gap: 20px;
  justify-content: center;
  margin-top: 50px;
  border-top: 1px solid rgba(230, 230, 230, 1);
  padding-top: 50px;
}

ul.blog-tag {
  display: flex;
  column-gap: 10px;
  margin-bottom: 30px;
}

ul.blog-tag li a {
  border: 1px solid #d0d5dd;
  box-shadow: 0px 1px 2px rgb(198 228 246 / 5%);
  border-radius: 3px;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #2d2d45;
  padding: 12px 20px;
  width: 100%;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s;
}

@media screen and (max-width: 767px) {
  .stick-related-blog {
    position: relative;
    margin-top: 40px;
    padding-left: 00px;
  }

  .stick-related-blog::before {
    display: none;
  }
  .related-block-block {
    position: -webkit-sticky;
    position: relative;
    top: 0;
    height: auto;
  }
}

/* 

////////////////////////////////////////////////////////

   about page

//////////////////////////////////////////////////////// */

#about-section {
  min-height: 85vh;
  margin-top: 80px;
  display: flex;
  align-items: center;
  padding: 40px 0;
}

.about-block h5 {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  display: flex;
  align-items: center;
  color: #2d2d45;
}

.about-block h2 {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 114.5%;
  color: #000000;
}
.about-block h2 span {
  color: #7894ff;
}
.about-block p {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  display: flex;
  align-items: center;
  letter-spacing: 0.03em;
  color: #6b7280;
  margin-top: 30px;
}

.about-btn-group a {
  background: #ffffff;
  border: 1px solid #d0d5dd;
  box-shadow: 0px 1px 2px rgba(198, 228, 246, 0.05);
  border-radius: 40px;
  padding: 10px 15px;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  color: #1f1e2c;
  transition: 0.25s;
  display: flex;
  align-items: center;
}

.about-btn-group a:hover {
  transition: 0.25s;
  border-color: #7894ff;
  color: #7894ff;
}
.about-btn-group a svg {
  margin-right: 5px;
}

.about-btn-group {
  display: flex;
  column-gap: 20px;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .about-block h5 {
    font-weight: 400;
    font-size: 15px;
    line-height: 32px;
  }
  .about-block h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 114.5%;
    color: #000000;
  }
  .about-block p {
    font-size: 16px;
    line-height: 28px;
  }

  #register-footer {
    padding: 20px 0 40px;
    background: rgba(242, 242, 242, 0.71);
    margin-top: 30px;
  }
}

@media screen and (max-width: 450px) {
  .about-btn-group {
    flex-direction: column;
    row-gap: 15px;
  }
}

/* 
//////////////////////////////////////////////////////

   desktop footer menu
////////////////////////////////////////////////////// */

.footer-top-links-items {
  display: flex;
}
.footer-top-links-items li {
  width: 25%;
  flex-basis: 25%;
}

.footer-desk-menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(194, 199, 225, 0.47);
}
div#accordionExample span {
  width: 20px;
  flex-basis: 20px;
  align-items: center;
  display: flex;
  cursor: pointer;
}

.footer-desk-item {
  width: calc(100% - 20px);
}
.footer-top-links-items {
  display: flex;
  width: calc(100% - 20px);
  padding: 20px 0;
  margin-bottom: 0;
}

.footer-top-links-items li {
  flex-basis: 20%;
  width: 20%;
}

/* .footer-top-links-items li:hover{
  background: rgba(217, 221, 241, 0.58);
  border-radius: 2px;
} */

.footer-desk-item ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.footer-desk-item ul li {
  flex-basis: 20%;
  width: 20%;
}
.footer-desk-item ul li ul li {
  flex-basis: auto;
  width: auto;
  padding-bottom: 6px;
}

.footer-desk-item ul li ul {
  display: flex;
  flex-direction: column;
}

.footer-desk-item ul li a {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #161724;
}

div#accordionExample span[aria-expanded="true"] {
  transform: rotate(90deg);
}
.footer-top-links-items li a {
  position: relative;
  width: fit-content;
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #161724;
}

.footer-top-links-items li a::after {
  background: rgba(217, 221, 241, 0.58);
  border-radius: 2px;
  position: absolute;
  content: "";
  left: -15px;
  height: 36px;
  width: calc(100% + 30px);
  top: -8px;
  z-index: -1;
  opacity: 0;
  transition: 0.25s;
}
.footer-top-links-items li a:hover::after {
  opacity: 1;
  transition: 0.25s;
}

@media screen and (max-width: 991px) {
  .footer-top-links-items li a {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .footer-top-links {
    display: none;
  }
  .footer-top-links.footer-menu-accordion-mobile-view {
    display: block;
  }

  .footer-top-links-items ul li {
    max-width: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(86, 84, 84, 0.26);
    width: 100%;
  }

  .card-body {
    padding-bottom: 0;
  }

  .footer-top-links-items ul li {
    max-width: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(86, 84, 84, 0.26);
    width: 100%;
  }
  .footer-top-links-items ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #161724;
  }

  .footer-top-links-items ul li span:after {
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
  }

  .footer-top-links-items ul li span.collapsed:after {
    content: "\f107";
  }

  .footer-top-links-items ul li span {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #161724;
    padding-bottom: 11px;
    display: block;
  }

  .footer-top-links-items ul li ul li {
    border-bottom: 0;
  }

  div#accordionExample span {
    width: 100%;
    flex-basis: 100%;
    justify-content: space-between;
  }

  div#accordionExample span[aria-expanded="true"] {
    transform: rotate(0deg);
  }
  .footer-top-links-items {
    display: flex;
    max-width: 100%;
    flex-basis: 100%;
    width: 100%;
  }

  .footer-top-links-items li:hover::after {
    opacity: 0;
    transition: 0.25s;
  }

  .footer-top-links-items ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
    width: 100%;
  }
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
}
/* .list-group-item.suggestions-container-item[aria-selected="true"]{
  display: none;
} 
 */
.scroll-row {
    max-height: 500px; /* adjust as needed */
    overflow-y: auto;  /* vertical scroll */
    overflow-x: hidden; /* prevent sideways scroll */
    padding-right: 5px; /* space for scrollbar */
}

.scroll-row::-webkit-scrollbar {
    height: 6px;
}
.scroll-row::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}
.scroll-row::-webkit-scrollbar-track {
    background: transparent;
}