@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/*--------------------------------------------------------------------------------------*/
/*General-Css-Here
/*--------------------------------------------------------------------------------------*/
:root {
  --bg: #1A0D1B;
  --bg2: #271C28;
  --bg3: #1F1120;
  --bg4: #382B39;
  --black: #000;
  --heading: #1F2122;
  --dark-bg: #2F2330;
  --white: #fff;
  --p: #78797A;
  --red: #FF3636;
  --green: #349D23;
  --blue: #0BA4E8;
  --yellow: #FEBC14;
  --orange: #F26522;
}

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

body,
html {
  font-size: 16px;
  color: var(--black);
  font-family: "Roboto", serif;
  font-weight: 400;
  font-style: normal;
  box-sizing: border-box;
  background: #F8F8F8;
}

html {
  scroll-padding-top: 10rem;
}


a {
  text-decoration: none;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  color: var(--sky-blue);
}

button {
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}

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

img {
  max-width: 100%;
}

.paddTop0 {
  padding-top: 0 !important;
}

.section-padding {
  padding: 50px 0px;
}

@media only screen and (max-width: 1280px) {
  .section-padding {
    padding: 40px 0px;
  }
}

@media only screen and (max-width: 768px) {
  .section-padding {
    padding: 30px 0px;
  }
}

.white {
  color: var(--white);
}

.btn {
  height: 44px;
  line-height: 42px;
  padding: 0px 39px;
  font-size: 15px;
  font-weight: 500;
  border: none;
  color: var(--white);
  background: linear-gradient(90deg, #FF5E00 3.36%, #C54A2E 54.98%, #843546 96.81%);
  background: linear-gradient(90deg, color(display-p3 0.949 0.416 0.161) 3.36%, color(display-p3 0.718 0.322 0.220) 54.98%, color(display-p3 0.478 0.227 0.278) 96.81%);
  mix-blend-mode: normal;
  border-radius: 60px;
}

.btn:hover,
.btn:focus,
.btn:focus-visible,
.btn:active {
  color: var(--white);
}



.border-btn {
  height: 42px;
  line-height: 42px;
  padding: 0px 25px;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  border-radius: 100px;
  color: var(--orange);
  border: solid 1px var(--orange);
  background: var(--white);

}



.disabled {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
}

h1 {
  font-size: 34px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

p {
  color: var(--p);
  font-size: 16px;
  line-height: 28px;
}

@media only screen and (max-width: 570px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}

.transform-scale-07 {
  transform: scale(0.7);
}

.transform-scale-08 {
  transform: scale(0.8);
}

.transform-scale-09 {
  transform: scale(0.9);
}

.transform-scale-1 {
  transform: scale(1);
}

.transform-scale-1-1 {
  transform: scale(1.1);
}

.transform-scale-1-2 {
  transform: scale(1.2);
}

.transform-scale-1-3 {
  transform: scale(1.3);
}

.transform-scale-1-4 {
  transform: scale(1.4);
}

.transform-scale-1-5 {
  transform: scale(1.5);
}

.mr-bot0 {
  margin-bottom: 0 !important;
}

.border0 {
  border: none !important;
}

.padd-left-35 {
  padding-left: 35px;
}

.mar-top30 {
  margin-top: 30px;
}

.mar-top50 {
  margin-top: 50px;
}

.mar-bot50 {
  margin-bottom: 50px;
}

.mar-top80 {
  margin-top: 80px;
}

.mar-left-right50 {
  margin-left: 50px;
  margin-right: 50px;
}

.mar-left-right80 {
  margin-left: 80px;
  margin-right: 80px;
}

.mar-top-bottom50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mar-top-bottom30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.padd-top-bottom50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.mr-left-right45 {
  margin-left: 45px;
  margin-right: 45px;
}

.padd0 {
  padding: 0 !important;
}

.mr0 {
  margin: 0 !important;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.padd-top89 {
  padding-top: 89px !important;
}

hr {
  margin: 25px 0px;
}

.padd20 {
  padding: 20px;
}

.padd30 {
  padding: 30px;
}

.padd-bot0 {
  padding-bottom: 0;
}

.padd-top0 {
  padding-top: 0;
}

.ml-50 {
  margin-left: 50px;
}

.white-bg {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 30px;
}

.light-bg {
  background: var(--white) !important;
}

.marTop40 {
  margin-top: 40px;
}

.marTop15 {
  margin-top: 15px;
}

.form-check-input {
  background-color: #fff;
  border-color: #E4E5E8;
}

.form-check-input:checked {
  background-color: var(--orange);
  border-color: var(--orange);
}

.form-control[type="file"] {
  padding: 14px 26px !important;
}

/* .site-bg {
  padding-top: 88px;
} */

::placeholder {
  color: #78797A !important;
  opacity: 0.7 !important;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Edge 12-18 */
  color: #78797A !important;
}

/*--------------------------------------------------------------------------------------*/
/*form-page-css-here
/*--------------------------------------------------------------------------------------*/

.form-bg {
  background: #FFEFE8;
  height: 100vh;
  overflow: auto;
  display: flex;
}

.form-box-left {
  width: 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 40px;
  overflow: auto;
  max-height: 100vh;
  display: flex;
  align-items: center;
}

.form-box-right {
  width: 50%;
  flex: 0 0 50%;
  max-width: 50%;
  height: 100vh;
}

.form-box-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form-content {
  margin: auto;
  width: 544px;
  max-width: 544px;
}

.form-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  align-items: center;
}

.form-head {
  text-align: center;
  margin-bottom: 30px;
}

.form-head h2 {
  font-size: 42px;
  font-weight: 700;
  color: var(--heading);
  margin-bottom: 5px;
}

.form-head p {
  font-size: 16px;
  font-weight: 400;
  color: var(--p);
  margin-bottom: 0;
}

.form-group {
  margin-bottom: 15px;
  position: relative;
}

.form-group label {
  font-size: 14px;
  color: var(--heading);
  font-weight: 500;
  margin: 8px;
}

.form-control {
  height: 50px;
  border: solid 1px #E9EEF6;
  background: #fff;
  border-radius: 50px;
  font-size: 15px;
}

select.form-control {
  appearance: auto;
}

.eye-btn {
  position: absolute;
  right: 15px;
  top: 35px;
  background: none;
  border: none;
  font-size: 28px;
}

.form-group.with-icon .form-control {
  padding-right: 45px;
}

.remember-forgot-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.remember-forgot-box a {
  font-size: 14px;
  color: var(--orange);
  font-weight: 600;
}

.remember-forgot-box a:hover {
  color: var(--heading);
}

.form-submit-btn .btn {
  width: 100%;
}

.form-check label {
  font-size: 14px;
}

.otp-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.otp-box .form-control {
  text-align: center;
  font-weight: 700;
  font-size: 19px;
}

/*--------------------------------------------------------------------------------------*/
/*home-page-css-here
/*--------------------------------------------------------------------------------------*/

.home-bg {
  background: url(../images1/left-shape.png) no-repeat left top, url(../images1/building.png) no-repeat left bottom #F8F8F8;
}

.home-content {
  max-width: 655px;
  width: 100%;
  margin: auto;
}

.home-box {
  display: flex;
  justify-content: center;
}

.home-box ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

.home-box ul li a {
  background: #FFFFFF;
  background: color(display-p3 1.000 1.000 1.000);
  border-radius: 10px;
  padding: 30px;
  display: block;
  text-align: center;
  min-width: 280px;
}

.home-box ul li a i img {
  height: 90px;
}

.home-box ul li a span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: var(--heading);
  margin-top: 20px;
}

/*--------------------------------------------------------------------------------------*/
/*Dashboard-page-css-here
/*--------------------------------------------------------------------------------------*/

header {
  background: #140E0E;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  padding: 10px 0px;
}

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

.header-inner .logo {
  width: 198px;
}

.user-profile-box button {
  background: #322E2E;
  border: solid 1px #3D3D3D;
  border-radius: 10px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.user-profile-box button i img {
  width: 30px;
}

.user-profile-box button span {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.dropdown-toggle:after {
  width: 19px;
  height: 19px;
  background: url(../images1/arrow.png) no-repeat center center;
  border: none;
}

.dropdown-menu {
  background: #000;
  padding: 0;
  overflow: hidden;
  border: none;
  top: 60px;
  width: 220px;
  background: #FFFFFF;
  background: color(display-p3 1.000 1.000 1.000);
  box-shadow: 0px 4px 11px rgba(64, 61, 61, 0.05);
  box-shadow: 0px 4px 11px color(display-p3 0.251 0.239 0.239 / 0.05);
  border-radius: 10px;
}

.dropdown-menu li a {
  padding: 5px 15px;
}

.user-profile-box .dropdown-menu {
  right: 0 !important;
  left: auto !important;
}

.dashboard-head {
  margin-bottom: 30px;
}

.dashboard-head h2 {
  font-size: 28px;
  font-weight: 700 !important;
  color: var(--heading);
  margin-bottom: 10px;
}

.dashboard-head span {
  font-size: 16px;
  font-weight: 400;
  color: var(--p);
  margin-bottom: 0;
}

.white-box {
  background: #FFFFFF;
  background: color(display-p3 1.000 1.000 1.000);
  border: 1px solid #E8EEF7;
  border: 1px solid color(display-p3 0.914 0.933 0.965);
  border-radius: 10px;
  padding: 30px;
}

.white-box-item {
  padding: 20px;
  background: #FFFFFF;
  background: color(display-p3 1.000 1.000 1.000);
  border: 1px solid #E8EEF7;
  border: 1px solid color(display-p3 0.914 0.933 0.965);
  box-shadow: 0px 2px 4px rgba(101, 101, 101, 0.08);
  box-shadow: 0px 2px 4px color(display-p3 0.396 0.396 0.396 / 0.08);
  border-radius: 5px;
}

.white-box-item-des {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  flex: 1;
}

.white-box-item-des h3 {
  font-size: 34px;
  font-weight: 600;
  color: var(--heading);
  margin-bottom: 0;
}

.white-box-item-des span {
  font-size: 16px;
  font-weight: 400;
  color: var(--p);
  margin-bottom: 0;
}

.white-box-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F8F8F8;
  width: 73px;
  flex: 0 0 73px;
}

.year-month .form-control {
  height: 36px;
  font-size: 14px;
}

.graph-head h2 {
  font-size: 20px;
  font-weight: 700;
  color: #F26522;
  margin-bottom: 0;
}

.white-box h2.text-center {
  font-size: 22px;
  font-weight: 700;
  color: #1F2122;
  margin-bottom: 25px;
  text-align: center;
}

.table-box {
  max-height: 500px;
  overflow: auto;
}

table tr th {
  font-size: 15px;
  color: #1F2122;
  font-weight: 600;
  padding: 10px 15px;
}

table tr td {
  font-size: 15px;
  color: #1F2122;
  font-weight: 400;
  padding: 10px 15px;
}

/*--------------------------------------------------------------------------------------*/
/*control-page-css-here
/*--------------------------------------------------------------------------------------*/

.control-panel-bg {
  background: url(../images1/control-panel-img.png) no-repeat top center;
  padding-top: 40px;
  background-size: 100% auto;
}

.control-panel-menu ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.control-panel-menu ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  background: color(display-p3 1.000 1.000 1.000);
  border: 1px solid #E8EEF7;
  border: 1px solid color(display-p3 0.914 0.933 0.965);
  border-radius: 10px;
  padding: 20px;
  gap: 20px;
}

.control-panel-menu ul li a .menu-icon-text {
  display: flex;
  align-items: center;
  gap: 20px;
}

.control-panel-menu ul li a .menu-icon-text i {
  flex: 0 0 30px;
  max-width: 30px;
}


.control-panel-menu ul li a .menu-icon-text span {
  font-size: 16px;
  font-weight: 600;
  color: var(--heading);
  margin-bottom: 0;
}

.control-panel-menu ul li a .arrow-icon {
  width: 20px;
}

.menu-list-bg {
  margin-top: 30px;
}

.menu-list-bg .col-md-6 {
  display: flex;
}

.menu-item-box {
  width: 100%;
  background: #FFFFFF;
  background: color(display-p3 1.000 1.000 1.000);
  border: 1px solid #E8EEF7;
  border: 1px solid color(display-p3 0.914 0.933 0.965);
  border-radius: 10px;
}

.menu-item-head {
  padding: 15px 15px;
  background: #F26522;
  border-radius: 10px 10px 0px 0px;
}

.menu-item-head h3 {
  margin-bottom: 0;
  font-weight: 600;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.menu-item-list {
  padding: 15px;
}

.menu-item-list ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: disc;
  padding-left: 20px;
}

.menu-item-list ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #1F2122;
  margin-bottom: 0;
}

.menu-item-list ul li a:hover {
  color: var(--orange)
}

.row-gap-30 {
  row-gap: 25px;
}

.menu-item-head.color-box2 {
  background: #0EBE2F;
}

.menu-item-head.color-box3 {
  background: #E5A51A;
}

.menu-item-head.color-box4 {
  background: #15144A;
}

.menu-item-head.color-box5 {
  background: #A53825;
}

.menu-item-head.color-box6 {
  background: #105C7C;
}

/*Subadmin-page-css-here*/

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 400;
  color: var(--p);
  margin-bottom: 0;
  margin-top: 5px;
}

.breadcrumbs a {
  color: var(--heading);
  font-weight: 600;
}

.breadcrumbs span {
  color: var(--orange);
}

.search-add-box {
  margin-bottom: 30px;
}

.search-box .form-control {
  background: url(../images1/search.png) no-repeat right center;
  padding-right: 30px;
  width: 360px;
}

.sub-admin-table tr th {
  background: #1F2122;
  color: #fff;
  font-weight: 600;
  padding: 15px 15px;
  font-size: 15px;
}

.sub-admin-table tr th:first-child {
  border-radius: 10px 0 0 0px;
}

.sub-admin-table tr th:last-child {
  border-radius: 0 10px 0px 0;
}

.sub-admin-table tr td {
  font-size: 15px;
  color: #1F2122;
  font-weight: 400;
  padding: 10px 15px;
  vertical-align: middle;
}

.table-action-btn .dropdown-toggle {
  background: none;
  border: none;
  font-size: 36px;
  color: #000;
}

.table-action-btn .dropdown-toggle:after {
  display: none;
}

.status-box select.form-control {
  height: 40px;
  font-size: 14px;
  width: 100px;
  background: rgba(0, 180, 58, 0.15);
  background: color(display-p3 0.169 0.694 0.294 / 0.15);
  border: 1px solid #00B43A;
  border: 1px solid color(display-p3 0.169 0.694 0.294);
  border-radius: 90px;
  color: #2BB14B;
}

.status-box.inactive-status select.form-control {
  background: rgba(255, 0, 0, 0.12);
  background: color(display-p3 1.000 0.000 0.000 / 0.12);
  border: 1px solid #FF0000;
  border: 1px solid color(display-p3 1.000 0.000 0.000);
  border-radius: 90px;
  color: #FF0000;
}

.table-action-btn .dropdown-menu {
  width: 115px;
}

.table-action-btn .dropdown-menu a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #1F2122;
  padding: 5px 15px;
}

.table-action-btn .dropdown-menu a i {
  font-size: 24px;
}

.pagination-box-record-box {
  margin-top: 30px;
  gap: 15px;
  flex-wrap: wrap;
}

.pagination-box-record-box .record-box {
  font-size: 14px;
  font-weight: 400;
  color: #1F2122;
  margin-bottom: 0;
}

.pagination-box-record-box .pagination-box {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.pagination-box-record-box .pagination-box ul {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pagination-box-record-box .pagination-box ul li a {
  font-size: 14px;
  background: #FAFAFB;
  display: block;
  font-weight: 400;
  color: #1F2122;
  padding: 10px 15px;
  border-radius: 5px;
}

.pagination-box-record-box .pagination-box ul li.active a {
  background: #F26522;
  color: #fff;
}

/*add page css here*/

.add-subadmin-box h2 {
  font-size: 22px;
  font-weight: 700;
  color: var(--heading);
  margin-bottom: 0;
}

.add-subadmin-form {
  margin-top: 30px;
}

.add-subadmin-form .form-group {
  margin-bottom: 15px;
}

.add-subadmin-form .form-group label {
  font-size: 14px;
  color: var(--heading);
  font-weight: 500;
  margin-bottom: 5px;
}

.add-subadmin-form .form-control {
  height: 50px;
  border: solid 1px #E9EEF6;
  background: #fff;
  border-radius: 50px;
  font-size: 15px;
}

.profile-upload-box {
  display: flex;
  margin-bottom: 30px;
}

.profile-upload-inner {
  position: relative;
}

.profile-upload-inner img {
  width: 113px;
  height: 113px;
  object-fit: cover;
}

.profile-upload-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}

.profile-upload-btn button {
  background: #F26522;
  position: relative;
  border-radius: 100px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  border: none;
  overflow: hidden;
}

.profile-upload-btn button input {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}

sup {
  color: var(--red);
}

.section-list h5 {
  font-size: 14px;
  color: var(--heading);
  font-weight: 500;
  margin-bottom: 10px;
}

.section-check-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

/*Email Templates page css here*/

.email-des-list li {
  margin-bottom: 25px;
}

.email-des-list h4 {
  background: #FAFAFB;
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #1F2122;
  font-weight: 600;
  border-radius: 10px;
  padding: 15px 15px;
  margin-bottom: 10px;
}

.email-des-list p {
  margin: 0;
  font-size: 14px;
  color: #1F2122;
}

.thanks-box p {
  color: #1F2122;
}

.thanks-box h5 {
  font-size: 14px;
  color: #1F2122;
  font-weight: bold;
  margin: 0;
}

/*Global Settings page css here*/

.global-settings-bg h2 {
  font-size: 22px;
  font-weight: 700;
  color: var(--heading);
  margin-bottom: 20px;
}

.update-btn {
  margin-top: 15px;
}

textarea.form-control {
  height: 120px;
  border-radius: 10px;
}

/*News page css here*/

.news-detail-image img {
  width: 100%;
  border-radius: 10px;
}

.like-unlike-box {
  margin: 15px 0px;
}

.like-unlike-box ul {
  gap: 15px;
}

.like-unlike-box ul li a {
  font-size: 14px;
  color: #1F2122;
  font-weight: 400;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.like-unlike-box ul li a i {
  font-size: 24px;
  color: var(--orange);
}


/*Developer Management page css here*/

.developer-logo-box img {
  width: 74px;
  border-radius: 5px;
}


/*list page css here*/

.list-page-bg h2 {
  font-size: 22px;
  font-weight: 700;
  color: var(--heading);
  margin: 0;
}

.about-list .about-left-box {
  flex: 1;
  flex-wrap: wrap;
}

.about-list ul {
  row-gap: 30px;
  display: flex;
  flex-direction: column;
}

.about-list ul li {
  background: #FFFFFF;
  flex-wrap: wrap;
  background: color(display-p3 1.000 1.000 1.000);
  border: 1px solid #E8EEF7;
  border: 1px solid color(display-p3 0.914 0.933 0.965);
  box-shadow: 0px 2px 4px rgba(101, 101, 101, 0.08);
  box-shadow: 0px 2px 4px color(display-p3 0.396 0.396 0.396 / 0.08);
  border-radius: 5px;
  padding: 15px;
}

.about-left-box figure {
  width: 205px;
  flex: 0 0 205px;
  height: 131px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 0;
}

.about-left-box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-left-box figcaption {
  flex: 1;
}

.about-left-box figcaption h5 {
  font-size: 18px;
  color: #1F2122;
  font-weight: 400;
  margin: 7px 0px;
}

.about-left-box figcaption h3 {
  font-size: 24px;
  color: #1F2122;
  font-weight: bold;
  margin-bottom: 0;
}

.about-left-box .status-box {
  margin-bottom: 10px;
}

.edit-delete-box a {
  display: flex;
  align-items: center;
}

.edit-delete-box a i {
  font-size: 22px;
  margin-right: 5px;
}

/*edit team page css here*/

.banner-image-box {
  display: flex;
}

.banner-image-inner {
  position: relative;
}

.banner-image-inner figure {
  width: 216px;
  height: 113px;
  border-radius: 10px;
  overflow: hidden;
}

.banner-image-inner figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form-field {
  flex: 1;
}

.delete-btn i {
  font-size: 22px;
}

.add-more-btn {
  margin-top: 20px;
}

.add-more-btn button i {
  font-size: 22px;
}

.edit-team-page .profile-upload-inner img {
  width: 80px;
  height: 80px;
}


/*quotes page css here*/

.quotes-list ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.quotes-list ul li {
  background: #FFFFFF;
  background: color(display-p3 1.000 1.000 1.000);
  border: 1px solid #E8EEF7;
  border: 1px solid color(display-p3 0.914 0.933 0.965);
  box-shadow: 0px 2px 4px rgba(101, 101, 101, 0.08);
  box-shadow: 0px 2px 4px color(display-p3 0.396 0.396 0.396 / 0.08);
  border-radius: 5px;
  padding: 20px;
  flex-wrap: wrap;
}

.quotes-left-box h5 {
  font-size: 14px;
  color: #78797A;
  margin-bottom: 10px;
  font-weight: normal;
}

.quotes-left-box h3 {
  font-size: 16px;
  color: #1F2122;
  font-weight: 600;
  margin-bottom: 0;
}

.page-container {
  padding-top: 82px !important;
  margin-top: 0 !important;
}

.site-bg {
  padding-top: 82px;
}

.page-container .site-bg {
  padding-top: 0;
}

.list-page-bg .d-flex {
  flex-wrap: wrap;
  gap: 15px;
}