a,
body,
button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
p,
span,
table,
ul {
  margin: 0;
  padding: 0;
  color: #1a1b2f;
  font-family: "DM Sans", sans-serif;
}
body {
  background: #e5f0f5;
  min-width: 360px;
}
ul li {
  list-style: none !important;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #e3531e;
}
button {
  cursor: pointer;
}
.container {
  max-width: 1140px;
  margin: 0 auto;
}
img {
  width: auto;
  height: auto;
}
.rating {
  padding-left: 7px;
  display: inline-flex;
}
.w-25 {
  width: 25%;
}
.w-50 {
  width: 50%;
}
.w-75 {
  width: 75%;
}
.w-100 {
  width: 100%;
}
.menu-section {
  background: #fff;
  padding: 8px 0;
  position: relative;
  z-index: 2;
}
.menubar {
  display: none;
}
.menu {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 2fr);
  gap: 1rem;
}
.menu .logo a {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
}
.logo a .logoSpan2 {
  color: #000 !important;
}
.logo a span {
  margin-left: 10px;
  color: #6d6d6d;
}
.header-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: right;
  overflow: hidden;
  width: 100%;
}
.header-menu ul li {
  display: inline-block;
}
.header-menu ul li a {
  display: inline-block;
  padding: 5px 15px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-transform: capitalize;
  color: #2b2b3a;
}
.header-menu ul li a:hover {
  color: #ff4500;
}
.header-menu ul li .menuContact {
  background: #9ca4c233;
  border-radius: 30px;
  padding: 16px 24px;
  text-align: center;
}
.header-menu ul li .reviews_menu {
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  background: #fff;
}
.header-menu ul li:hover .reviews_menu {
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  background: #e8e8e9;
}
.dropdown-main-sec {
  background: linear-gradient(180deg, #fff 0, #e5f0f5 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 63px;
  padding-bottom: 50px;
  padding-top: 40px;
  border-radius: 10px;
  width: 100%;
  z-index: 1;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  border-radius: 0 0 45px 45px;
  overflow: hidden;
}
.dropdown-menu {
  display: flex;
  gap: 50px 70px;
}
.header-menu .dropMain:hover .dropdown-main-sec {
  visibility: visible;
}
.drop-menu ul {
  display: block;
  text-align: left;
}
.drop-menu ul li a {
  display: block;
  margin-top: 10px;
  padding: 5px 10px;
}
.dropdown-menu .dropBtn a {
  width: 152px;
  height: 48px;
  line-height: 48px;
  background: #e3531e;
  border-radius: 30px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-top: 19px;
}
.dropdown-menu .dropBtn a:hover {
  color: #fff;
}
.drop-item {
  background: #d5e0ef;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 10px 15px;
  padding: 10px;
  margin-bottom: 15px;
  padding-right: 24px;
}
.drop-paper .drop-paper-logo {
  width: 20%;
}
.drop-paper .drop-paper-logo img {
  width: 96px;
  height: 80px;
  border-radius: 18px;
}
.drop-paper .drop-paper-content {
  width: 54%;
}
.drop-paper .drop-paper-btn {
  width: 15%;
  text-align: right;
}
.drop-paper .drop-paper-btn a {
  color: #e3531e !important;
  text-align: center;
  background: #2b2b3a;
  border-radius: 30px;
  width: 88px;
  height: 48px !important;
  display: block !important;
  padding: 0 !important;
  line-height: 48px !important;
}
.drop-paper-logo h2 {
  height: 30px;
  font-style: 30px;
  color: #fff;
  text-align: center;
  width: 30px;
  background: #262a3c;
  border-radius: 18px;
  padding: 20px;
}
.drop-paper-btn a {
  height: 30px;
  font-style: 30px;
  color: #e3531e !important;
  text-align: center;
  background: #262a3c;
  border-radius: 18px;
  padding: 15px 20px;
}
.drop-paper-content h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
}
.drop-paper-content p span:first-child {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #6b6b7d;
  padding-right: 5px;
}
.drop-paper-content p span:nth-child(3) {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #6b6b7d;
  padding: 0 5px;
}
.drop-paper-content p span:nth-child(2) {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
.drop-paper-content p span:last-child {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}
.dropdown-main-sec .drop-paper-content {
  text-align: left;
}
.hero-section {
  background-image:
    url(../images/intro.svg),
    linear-gradient(259.38deg, #0b0b12 0.68%, #323950 99.61%);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  width: 100%;
  height: 520px;
  border-radius: 0 0 30px 30px;
  overflow: hidden;
  position: static;
  z-index: -1;
}
.hero-section:hover {
  position: relative;
  z-index: 999999;
}
.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 50px;
}
.hero-content h1 {
  font-family: Epilogue, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 56px;
  line-height: 72px;
  color: #fff;
}
.hero-content h1 span {
  font-weight: 700;
  color: #fff;
}
.hero-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #6b6b7d;
  padding: 10px;
}
.hero-thubnail {
  position: relative;
}
.hero-thub2 {
  position: relative;
}
.hero-thub2 img {
  filter: drop-shadow(2px 4px 6px #000);
}
.hero-thubnail .hero-thub1 {
  position: absolute;
  width: 59px;
  height: 61px;
  left: -82px;
  top: -20px;
}
.hero-thubnail .hero-thub3 {
  position: absolute;
  width: 38px;
  height: 36px;
  left: 186px;
  top: 315px;
}
.hero-button {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 30px;
  gap: 15px;
}
.hero-button .btn1 {
  background: #e3531e;
  border-radius: 30px;
  cursor: pointer;
  font-style: normal;
  text-transform: capitalize;
  font-weight: 500;
  border: 1px solid transparent;
  padding: 15px;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #fff;
  transition: all 0.5s ease-in-out;
}
.hero-button .btn1 span {
  margin-left: 10px;
}
.hero-button .btn2 {
  align-items: center;
  background: rgba(255, 135, 24, 0.15);
  border-radius: 30px;
  cursor: pointer;
  font-style: normal;
  text-transform: capitalize;
  font-weight: 500;
  border: 1px solid transparent;
  padding: 15px;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #ff8718;
  transition: all 0.5s ease-in-out;
}
.hero-button .btn2 .checkBtn {
  color: #ff8718 !important;
}
.hero-button .btn1 .checkBtn,
.hero-button .btn2 .checkBtn {
  display: block;
  color: #fff;
  margin-right: 5px;
}
.hero-button .btn1:hover {
  background: #746b09;
}
.hero-button .btn2:hover {
  background: #fff;
}
.hero-button .btn2 span {
  margin-left: 10px;
}
.banner-heading svg {
  color: #636375;
  display: block;
  height: 16px;
  width: 16px;
}
.banner-heading {
  font-size: 20px;
  color: #fff;
  margin-top: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.banner-heading .fa-solid {
  display: inline-block;
  font-size: 6px;
  color: #636375;
}
.banner-heading a {
  display: inline-block;
  font-size: 14px;
  color: #636375;
}
.banner-heading p {
  display: inline-block;
  font-size: 14px;
  color: #fff;
}
.arrow_right {
  position: relative;
  top: -1px;
}
.home-review-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-bottom: 1px solid #eee;
}
.home-review-title1 p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #2a2c33;
}
.home-review-title1 p a {
  color: inherit;
}
.home-review-logo img {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: block;
}
.review-right-home2 {
  max-width: 850px;
}
.review-right-home1 {
  width: 275px;
  flex-shrink: 0;
}
.review1-home {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.home-top-review1 {
  padding: 15px 0;
  text-align: center;
  border-radius: 10px 10px 0 0;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}
.title-re2 {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
}
.title-re2 p i {
  color: orange;
  font-size: 13px;
  position: relative;
  top: -2px;
}
.review-right-item-home8 {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #eee;
}
.review-right-item-home8 a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  width: 100%;
}
.review-right-item-home8 a:hover h4 {
  text-decoration: underline;
  color: #fff;
}
.review-right-item-home8 a:hover {
  background: #e3531e;
}
.review-right-item-home8 a:hover p {
  color: #fff;
}
.review-right-item-home8:first-child {
  background: #000;
}
.review-right-item-home8:nth-child(2) {
  background: #ffffff;
}
.review-right-logo1 {
  border: 2px solid #ffb018;
}
.home-speedy .speedy-list {
  background: #dde8f2;
  padding: 7px 15px;
}
.home-speedy .speedy-list .list1 {
  padding: 0 15px;
  border-left: 1px solid #d9dde4;
}
.home-speedy .speedy-list .list1:first-child {
  border-left: none;
}
.home-speedy .speedy-list .list1 p {
  margin-bottom: 0;
}
.home-speedy-main {
  display: flex;
  align-items: center;
  gap: 16px;
}
.sppedy-thub1 {
  background: #d5e0ef;
  border-radius: 8px;
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  line-height: 32px;
}
.sppedy-thub1 img {
  position: relative;
  top: -3px;
}
.review-left-item2 h3 i {
  font-size: 16px;
  position: relative;
  top: -3px;
}
.speedy-rate {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #2b2b3a;
  padding-left: 12px;
}
.home-spddy-logo img {
  width: 120px;
  height: 48px;
  border-radius: 8px;
}
.home-spddy-logo h6 {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  margin-top: 15px;
}
.spped-pra1 {
  padding-top: 15px;
  padding-bottom: 25px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2b2b3a;
}
.home-speedy-item:nth-child(n + 2) {
  margin-top: 30px;
}
.table-service {
  margin-top: 8px;
  margin-bottom: 10px;
}
.table-service table {
  width: 100%;
}
.top-table-title h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 30px;
  text-align: center;
  line-height: 48px;
}
.top-table-title table {
  border-collapse: collapse;
}
.top-table-title table,
td {
  border: 1px solid transparent;
}
.top-table-title td {
  padding: 10px 27px;
}
.top-table-title .viewSite {
  border-radius: 30px;
  cursor: pointer;
  text-transform: capitalize;
  color: #ffb018;
  border: none;
}
.top-table-title .viewSite11 {
  background: #e3531e;
  border-radius: 30px;
  cursor: pointer;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  border: none;
}
.top-table-title .viewSite2 {
  color: #e3531e;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  line-height: 16px;
  background: 0 0;
  cursor: pointer;
  border: none;
}
.table-top-item2 .viewSite1 {
  color: #e3531e;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  margin-top: 10px;
  background: 0 0;
  cursor: pointer;
  border: none;
}
.table-top-item td h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 10px;
}
.home-table table th {
  border: 1px solid #393944;
}
.discount-page .list-table td,
th {
  border: 1px solid #e9e9e9;
}
.discount-page .table1 td:first-child {
  border-right: none;
}
.discount-page .table1 td:last-child {
  border-right: none;
}
.discount-page table td {
  border-right: 1px solid #e9e9e9;
}
.discount-page .review1 .service-discount {
  max-width: 100%;
}
.table-top-item td h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}
.table-top-item2 td .rating i {
  color: #ffb018;
  font-size: 16px;
  position: relative;
  top: -5px;
  padding-right: 8px;
}
.table-top-item td .rating i {
  color: #ffb018;
  font-size: 16px;
  position: relative;
  top: -5px;
  padding-right: 8px;
}
.table-top-item td p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #afafb6;
}
.table-top-item td p:first-child {
  margin-bottom: 5px;
}
.table-top-item td p:last-child {
  color: #000;
}
.table-top-item {
  background: #fff;
  border-radius: 30px;
  display: block;
  margin-top: 10px;
}
.table-top-item .fastLogo {
  text-transform: capitalize;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  text-align: center;
  border-radius: 30px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}
.discount-page .table1 {
  border: 1px solid transparent;
}
.discount-page .top-table-title table {
  width: 100%;
}
.discount-page .table-top-item td h4 {
  display: inline-block;
}
.discount-page .top-table-title table .viewSite2 {
  margin-bottom: 13px;
  display: inline-block;
}
.discount-page .top-table-title table td:nth-child(1) {
  padding: 0;
  width: 10%;
}
.discount-page .top-table-title table td:nth-child(2) {
  padding: 10px;
  width: 30%;
}
.discount-page .top-table-title table td:nth-child(3) {
  width: 15%;
}
.discount-page .top-table-title table td:nth-child(4) {
  width: 20%;
  border-right: none;
}
.discount-page .top-table-title table td:nth-child(5) {
  width: 25%;
  text-align: center;
  padding: 10px;
  vertical-align: initial;
}
.discount-page .computer-table table {
  width: 100%;
}
.discount-page .review1 .service-discount {
  width: 100%;
}
.discount-page .review1 .review-left .title {
  display: flex;
  padding: 10px 15px;
  box-sizing: border-box;
}
.discount-page .review1 .review-left .title h4 {
  width: 80%;
  padding: 0;
  text-align: left;
}
.discount-page .review1 .review-left .title p {
  width: 25%;
  font-size: 18px;
}
.discount-page .review1 .review-left .title i {
  color: #ffb018;
}
.discount-page .review1 .review-left .discount-parcent p {
  font-size: 25px;
  color: #e3531e;
  text-align: center;
  font-weight: 500;
}
.single-discount-page .top-table-title table {
  width: 100%;
}
.single-discount-page .table-top-item td h4 {
  display: inline-block;
}
.single-discount-page .top-table-title table .viewSite2 {
  margin-bottom: 10px;
  display: inline-block;
}
.single-discount-page .top-table-title table td:nth-child(1) {
  padding: 0;
  width: 10%;
}
.single-discount-page .top-table-title table td:nth-child(2) {
  padding: 10px;
  width: 30%;
  border-right: 1px solid #e9e9e9;
}
.single-discount-page .top-table-title table td:nth-child(3) {
  width: 15%;
  border-right: 1px solid #e9e9e9;
}
.single-discount-page .top-table-title table td:nth-child(4) {
  width: 20%;
}
.single-discount-page .top-table-title table td:nth-child(5) {
  width: 25%;
  text-align: center;
  padding: 10px;
  vertical-align: initial;
}
.table-service tr td img {
  width: 170px;
  height: 90px;
  border-radius: 18px;
}
.review1 .review-left table td img {
  width: 130px;
  height: 100%;
  border-radius: 24px;
}
.table-top-item2 .fastLogo2 {
  text-transform: capitalize;
  margin: 0 auto;
  text-align: center;
  border-radius: 24px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}
.table-top-item2 {
  background: #262a3c;
  border-radius: 30px;
  display: block;
  color: #fff;
}
.table-top-item2 td h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  line-height: 32px;
  position: relative;
  top: -8px;
}
.table-top-item2 td h5 img {
  width: 30px;
  height: 30px;
  position: relative;
  top: 9px;
  left: 7px;
}
.table-top-item2 td h4 {
  font-style: normal;
  font-weight: 500;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}
.table-top-item2 td .rating i {
  color: #ffb018;
}
.table-top-item2 td p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #afafb6;
  padding-bottom: 6px;
}

.speedy-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.review-rating-right2 {
  display: flex;
  align-items: center;
  gap: 2px;
}
.speedy-left h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  margin: 0;
}
.speed-para {
  padding: 20px 0;
}
.speed-para p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2b2b3a;
}
.speedy-list {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  background: #eaeff7;
  padding: 10px;
  border-radius: 20px;
}
.speedy-list .list1 p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #afafb6;
}
.speedy-list .list1 h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  color: #373749;
  padding-top: 5px;
  line-height: 1.4;
}
.speedy-list .list1 h4 sub {
  color: #373749;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  bottom: 5px;
}
.speedy-right .review-leftBtn .review-leftBtn2 button {
  width: 158px;
}
.speedy-sec2 .speedy-list p {
  margin-bottom: 0;
}
.speedy-sec2 .speedy-list .list1 {
  padding: 10px 15px;
  border-left: 1px solid #d9dde4;
}
.speedy-sec2 .speedy-list .list1:first-child {
  border-left: none;
}
.review-rating-right2 p:last-child {
  color: #ffb018;
  font-size: 20px;
}
.review-rating-right2 p:nth-child(2) {
  color: #ffb018;
  font-size: 20px;
}
.review-rating-right2 p:nth-child(3) {
  color: #ffb018;
  font-size: 20px;
}
.review-rating-right2 p:nth-child(4) {
  color: #ffb018;
  font-size: 20px;
}
.review-rating-right2 p:nth-child(5) {
  color: #ffb018;
  font-size: 20px;
}
.review-rating-right2 p:nth-child(6) {
  color: #ffb018;
  font-size: 20px;
}
.review-rating-right2 p:first-child {
  color: #2b2b3a;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  margin-right: 10px;
  font-size: 20px;
}
.apply-sec {
  margin-top: 50px;
}
.apply-item {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}
.apply-left ol li {
  height: 20px;
  width: 20px;
  background: #2b2b3a;
  color: #fff;
  font-weight: 700;
  padding: 10px;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
}
.apply-right p {
  padding: 0;
  margin-bottom: 300px;
}
.computer-easy-services {
  margin-top: 20px;
}
.computer-easy-services .content {
  padding: 20px;
  max-width: 800px;
  margin: 0;
  background: #fff;
  padding: 50px 20px 50px 30px;
  overflow: hidden;
  border-radius: 30px;
  padding-top: 26px;
}
.container3 {
  width: 853px;
  margin: 40px 0;
}
.computer {
  display: flex;
  align-items: center;
  gap: 50px;
  overflow: hidden;
}
.computer-logo {
  position: relative;
}
.computer-title h3 {
  font-family: Epilogue, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
}
.computer-logo img {
  position: relative;
  z-index: 3;
}
.computer-logo .com-shadow {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 15px;
  top: 15px;
  background: #e3531e;
  opacity: 0.3;
  border-radius: 20px;
}
.computer-para {
  flex-wrap: wrap;
}
.computer-para p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding-top: 30px;
}
.computer-boder hr {
  margin: 30px 0;
  width: 200px;
  border-radius: 50px;
  border: 1px solid #e3531e;
}
.choose-section {
  overflow: hidden;
  margin-top: 20px;
}
.choose-section .content {
  background-image:
    url(../images/intro.svg),
    linear-gradient(259.38deg, #0b0b12 0.68%, #323950 99.61%);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  max-width: 850px;
  margin: 0;
  padding: 50px 20px;
  overflow: hidden;
  border-radius: 30px;
}
.choose-title {
  padding: 2px 29px;
  padding-bottom: 0;
}
.choose-main {
  padding: 0 50px 0 70px;
}
.choose-title h3 {
  color: #fff;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
}
.choose-title p {
  color: #929ecc;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
.choose-item {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.choose-content h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}
.choose-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #afafb6;
  padding-top: 10px;
}
.choose-thub {
  position: relative;
}
.choose-thub img {
  position: absolute;
  left: -22px;
  top: 18px;
}
.choose-thub .ser4 {
  position: absolute;
  left: -1px;
  top: 9px;
}
.choose-thub .choose-reg {
  position: relative;
  width: 64px;
  height: 64px;
  left: 0;
  top: 0;
  background: #1b1b20;
  opacity: 0.5;
  border-radius: 20px;
}
.choose-thub .choose-digit {
  position: relative;
  left: 47px;
  top: -24px;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #e3531e;
}
.computer-table {
  margin-bottom: 30px;
  border-radius: 8px;
  border: 1px solid #e1eef5;
}
.computer-table table {
  border-collapse: collapse;
}
.computer-table table,
td,
th {
  padding: 5px;
  font-weight: 400;
  font-size: 18px;
  font-family: "DM Sans", sans-serif;
  color: #2a2c33;
}
.list-table {
  border: 1px solid #e2e2e2;
}
.computer-table th {
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  background: #2b2b3a;
  color: #6b6b7d;
  text-align: left;
}
.computer-table table td:last-child {
  font-weight: 500;
}
.computer-table .viewSite {
  color: #e3531e;
  cursor: pointer;
  font-size: 16px;
}
.spacial-table {
  background: #e1eef5;
}
.table-title h3 {
  font-style: normal;
  font-weight: 500;
  padding: 20px;
  font-size: 32px;
  line-height: 40px;
  padding-left: 0;
}
.computer {
  display: flex;
  align-items: center;
  gap: 50px;
  overflow: hidden;
}
.computer-logo {
  position: relative;
}
.computer-title h3 {
  font-family: Epilogue, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
}
.computer-logo img {
  position: relative;
  z-index: 3;
}
.computer-logo .com-shadow {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 15px;
  top: 15px;
  background: #e3531e;
  opacity: 0.3;
  border-radius: 20px;
}
.computer-para {
  flex-wrap: wrap;
}
.computer-para p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding-top: 13px;
}
.computer-boder hr {
  margin: 30px 0;
  width: 200px;
  border-radius: 50px;
  border: 1px solid #e3531e;
}
.paper-section {
  margin: auto;
  border-radius: 30px;
  overflow: hidden;
  margin-top: 20px;
}
.paper-section .content {
  background-image:
    url(../images/intro.svg),
    linear-gradient(259.38deg, #0b0b12 0.68%, #323950 99.61%);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  max-width: 850px;
  margin: 0;
  padding: 50px 20px;
  overflow: hidden;
  border-radius: 30px;
}
.paper-title {
  padding: 10px 50px;
}
.paper-main {
  padding: 0 50px;
}
.paper-title h3 {
  color: #fff;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
}
.paper-title p {
  color: #929ecc;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
.paper-item {
  display: flex;
  gap: 48px;
  margin-top: 30px;
}
.paper-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.paper-digit {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e3531e;
  position: absolute;
  height: 30px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  width: 30px;
  color: #fff;
  border-radius: 50%;
  z-index: 999;
}
.faq-sec {
  overflow: hidden;
}
.mb-10 {
  margin-bottom: 100px;
}
.faq-sec .content {
  margin: 0;
  padding: 50px 0 90px;
  overflow: hidden;
  border-radius: 30px;
  padding-left: 0;
}
.faq-item {
  margin-top: 10px;
  background: #fff;
  border-radius: 20px;
  padding: 35px 25px 35px 40px;
  overflow: hidden;
}
.faq-title h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
}
.faq-item h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}
.faq-item p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.footer-sec {
  background: #181925;
  padding-bottom: 70px;
  padding-top: 15px;
}
.footer-item .logo a {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}
.footer-item .logo a span {
  margin-left: 10px;
  color: #fff;
}
.footer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  grid-column-gap: 30px;
  margin-top: 30px;
}
.footer-item1 h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #faefe0;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.footer-item2,
.footer-item3,
.footer-item4 ul {
  margin-top: 30px;
}
.footer-item2 h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  text-transform: capitalize;
}
.footer-item3 h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  text-transform: capitalize;
}
.footer-item p {
  color: #959595;
  line-height: 30px;
}
.footer-item2 ul li a {
  display: block;
  color: #959595;
  text-transform: capitalize;
  margin-top: 15px;
  transition: all 0.5s ease-in-out;
}
.footer-item3 ul li a {
  display: flex;
  color: #959595;
  text-transform: capitalize;
  margin-top: 15px;
  transition: all 0.5s ease-in-out;
  font-size: 18px;
}
.footer-item1 ul li a {
  display: block;
  color: #959595;
  text-transform: capitalize;
  margin-top: 15px;
  transition: all 0.5s ease-in-out;
}
.footer-item1 ul li a:hover,
.footer-item2 ul li a:hover,
.footer-item3 ul li a:hover {
  color: #e3531e;
}
.copyright {
  background: #000;
  text-align: center;
  padding: 15px;
  margin-bottom: 99px;
}
.copyright p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #afafb6;
}
.copyright p a {
  color: #afafb6;
  transition: 0.2s all ease;
}
.copyright p a:hover {
  color: #e3531e;
}
.footer-sub {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.footer-item3 {
  padding: 20px;
}
.footer-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6a6a7c;
  padding: 15px;
  padding-left: 0;
}
.footer-clinet {
  background: #13141e;
  border: 1px solid #6b6b7d3b;
  border-radius: 20px;
  padding: 10px 20px;
  margin: 10px;
}
.footer-clinet ul {
  display: flex;
  align-items: center;
}
.footer-clinet ul li {
  margin-right: 15px;
  margin-left: 5px;
  cursor: pointer;
}
.footer-item3 span {
  width: 24px;
}
.footer-sub-menu {
  padding: 10px 0;
}
.footer-line {
  width: 100%;
  opacity: 0.1;
  border: 1px solid #6b6b7d;
  border-radius: 50px;
}
.footer-line2 {
  width: 100%;
  opacity: 0.1;
  border: 1px solid #6b6b7d;
  border-radius: 50px;
  display: none;
}
.footer-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-left-logo a {
  display: flex;
  align-items: center;
  font-size: 24px;
}
.footer-left-logo a span {
  color: #fff;
  padding-left: 5px;
}
.footer-left-logo .logoSpan4 {
  text-align: center;
  color: #959595 !important;
  padding-left: 5px;
}
.footer-right-menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 50px;
}
.footer-right-menu ul li a {
  color: #fff;
  text-transform: capitalize;
}
.footer-right-menu ul li:last-child a {
  background: rgba(156, 164, 194, 0.2);
  border-radius: 30px;
  width: 110px;
  height: 48px;
  display: inline-block;
  text-align: center;
  line-height: 48px;
}
.end-review {
  padding-bottom: 50px;
}
.end-review-item {
  display: flex;
  align-items: center;
  gap: 50px;
  background: #fff;
  border-radius: 30px;
  padding: 30px;
  margin-top: 10px;
}
.end-review-item .end-thub:first-child {
  border-right: 1px solid #d5e0ef;
  padding-right: 50px;
  margin-right: 10px;
}
.end-review-item .end-thub:last-child {
  position: relative;
  left: -28px;
}
.end-review-item .end-thub:last-child span {
  font-size: 32px;
}
.end-review-item .end-thub:last-child i {
  color: #ffb018 !important;
  font-size: 14px;
  position: relative;
  top: -6px;
}
.end-thub h5 {
  margin-top: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #2b2b3a;
}
.end-thub h5 span {
  color: #6b6b7d;
  font-size: 16px;
  float: right;
  font-weight: 400;
}
.end-thub h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #6b6b7d;
}
.end-thub p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #2b2b3a;
}
.single-top-banner {
  background-image: url(../images/esrbg4.webp);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  width: 100%;
  height: 384px;
  border-radius: 0 0 30px 30px;
  overflow: hidden;
}
.single-top-title {
  margin-top: 160px;
}
.single-top-title h1,
.single-top-title h3 {
  font-style: normal;
  text-align: center;
  font-weight: 700;
  font-size: 56px;
  text-transform: capitalize;
  line-height: 72px;
  text-align: center;
  color: #fff;
}
.single-top-title h3 span {
  font-weight: 400;
  margin-left: 10px;
  color: #fff;
}
.single-top-title h1 span {
  font-weight: 400;
  margin-left: 10px;
  color: #fff;
}
.review-left125 {
  margin-top: 50px;
}
.terms-container {
  width: 80%;
  margin: 50px auto;
  padding: 20px;
  background: #fff;
  border-radius: 30px;
}
.terms-container2 {
  width: 80%;
  margin: 50px auto;
  padding: 20px;
  border-radius: 30px;
}
.terms-container h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  color: #2b2b3a;
  line-height: 40px;
}
.terms-container p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2b2b3a;
}
.terms-line {
  width: 200px;
  border: 1px solid #f57b4fb9;
  margin: 20px 0;
  border-radius: 50px;
}
.terms-item {
  margin-top: 40px;
}
.about-page {
  padding-bottom: 80px;
}
.about1 {
  display: flex;
  align-items: center;
  gap: 113px;
}
.about2 {
  display: flex;
  align-items: center;
  gap: 22px 41px;
  margin-top: 0;
}
.about1 .about-thub img {
  height: 300px;
  width: 300px;
  border-radius: 20px;
}
.social-about {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}
.social-about i {
  color: orange;
  font-size: 20px;
  height: 20px;
  padding: 10px;
  width: 20px;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.social-about i:hover {
  background: #ff4500;
}
.review-top-banner {
  background-image: url(../images/esrbg4.webp);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  width: 100%;
  height: auto;
  padding-bottom: 45px;
  border-radius: 0 0 30px 30px;
  overflow: hidden;
}
.review-main {
  display: flex;
  margin-top: 50px;
  align-items: center;
}
.review-main .review-content {
  width: 70%;
}
.single-review-page .review-content {
  width: 60%;
}
.review-content .about-social {
  margin-top: 20px;
}
.review-content .about-social span {
  color: #636375;
  font-size: 18px;
}
.review-content .about-social .fa-brands {
  color: #e3531e;
  font-size: 20px;
  margin-left: 15px;
}
.review-logo2,
.review-main .review-logo {

  text-align: right;
}
.single-review-page .review-logo {
  width: 60%;

  position: relative;
}
.comlogo5 {
  width: 100%;
  border: 8px solid #2b2b3a;
  border-radius: 16px;
  background-color: #2b2b3a;
}
.single-review-page .review-logo .action-img {
  filter: none;
  width: 96px;
  position: absolute;
  left: -40px;
  top: -40px;
}
.single-review-page .service-features {
  width: 320px;
  height: auto;
  background: #2b2b3a;
  padding: 30px 20px;
  border: 1px solid #5b5b6c;
  border-radius: 30px;
  box-sizing: border-box;
}
.single-review-page .service-features h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}
.single-review-page .service-features .item {
  display: flex;
  margin-bottom: 8px;
}
.single-review-page .service-features .item .left-side {
  width: 30%;
}
.single-review-page .service-features .item .right-side {
  width: 70%;
  text-align: right;
}
.single-review-page .service-features .item .right-side p {
  color: #fff;
}
.single-review-page .service-pros {
  width: 500px;
  background: #2b2b3a;
  padding: 15px 10px;
  border: 1px solid #5b5b6c;
  border-radius: 30px;
  box-sizing: border-box;
}
.single-review-page .service-pros .content {
  display: flex;
}
.single-review-page .service-pros .left-side {
  width: 50%;
  border-right: 1px solid #343446;
  padding: 15px;
  box-sizing: border-box;
}
.single-review-page .service-pros .right-side {
  width: 50%;
  padding: 15px;
  box-sizing: border-box;
}
.single-review-page .service-pros .heading {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.single-review-page .service-pros .heading img {
  display: inline-block;
  border: none;
}
.single-review-page .service-pros .heading h4 {
  display: inline-block;
  font-size: 20px;
  margin-left: 8px;
  padding-bottom: 0;
}
.single-review-page .service-pros ul li {
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
  display: flex;
  line-height: 1.5em;
}
.single-review-page .service-pros ul li img {
  height: 100%;
  border: none;
  margin-right: 8px;
}
.review-main .review-content p {
  color: #636375;
  margin-bottom: 7px;
}
.review-main .review-content p strong {
  font-weight: 400;
  color: #f2f2f3;
}
.review-main .review-content p i {
  color: #ffb018;
  font-size: 20px;
}
.review-content h1 {
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 72px;
}
.review-content h3 span {
  font-weight: 300;
  color: #fff;
}
.review-design {
  position: relative;
}
.review-design.discount-page {
  margin-bottom: 0;
}
.review1 {
  display: flex;
  justify-content: space-around;
  gap: 22px;
  margin-top: 30px;
  padding-bottom: 20px;
  justify-content: space-between;
}
.review1 img {
  max-width: 100%;
}
.review1 .review-left {
  max-width: 840px;
  flex: 1 1 100%;
  width: 0;
}
.review1 .review-right {
  width: 272px;
}
.review-left1 {
  display: grid;
  grid-template-columns: repeat(3, 32%);
  grid-column-gap: 2%;
  align-items: center;
  justify-content: space-around;
  grid-row-gap: 20px;
}
.review-left-item {
  background: #fff;
  border-radius: 30px 30px;
}
.review-left-item img {
  width: 100%;
  height: 180px;
  border-radius: 30px 30px 0 0;
}
.review-left-item h4 {
  font-style: normal;
  font-weight: 700;
  color: #2b2b3a;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding: 10px 15px;
  word-wrap: break-word;
}
.blog-design .review-left h4 {
  text-align: left;
}
.blog-design .date {
  padding: 0 15px;
}
.blog-design .date .fa-calendar-days {
  font-size: 12px;
  color: #555;
}
.blog-design .date p {
  font-size: 12px;
  color: #555;
}
.review-rating-left {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.review-rating-left p:first-child {
  color: #2b2b3a;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  margin-right: 10px;
  font-size: 24px;
}
.review-rating-left p:last-child {
  color: #ffb018;
  font-size: 16px;
}
.review-rating-left p:nth-child(2) {
  color: #ffb018;
  font-size: 16px;
}
.review-rating-left p:nth-child(3) {
  color: #ffb018;
  font-size: 16px;
}
.review-rating-left p:nth-child(4) {
  color: #ffb018;
  font-size: 16px;
}
.review-rating-left p:nth-child(5) {
  color: #ffb018;
  font-size: 16px;
}
.review-rating-right p:last-child {
  color: #afafb6;
  font-size: 16px;
}
.review-rating-right p:nth-child(2) {
  color: #ffb018;
  font-size: 16px;
}
.review-rating-right p:nth-child(3) {
  color: #ffb018;
  font-size: 16px;
}
.review-rating-right p:nth-child(4) {
  color: #ffb018;
  font-size: 16px;
}
.review-rating-right p:nth-child(5) {
  color: #ffb018;
  font-size: 16px;
}
.review-rating-right p:nth-child(6) {
  color: #ffb018;
  font-size: 16px;
}
.review-rating-right p:first-child {
  color: #2b2b3a;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  margin-right: 10px;
  font-size: 16px;
}
.review-leftBtn {
  text-align: center;
  padding: 0 15px;
  box-sizing: border-box;
}
.review-leftBtn2 {
  text-align: center;
  padding: 0 15px;
  box-sizing: border-box;
}
.review-leftBtn a {
  background: #37363f;
  border-radius: 30px;
  font-style: normal;
  font-weight: 700;
  margin: 20px auto;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  padding: 12px 30px;
  color: #ff8718;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.review-leftBtn2 a {
  background: #ff8718;
  border-radius: 30px;
  font-style: normal;
  font-weight: 700;
  margin: 20px auto;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  padding: 12px 30px;
  color: #37363f;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.review-right1 {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.review-right-item a {
  display: flex;
  width: 100%;
  gap: 5px 10px;
  padding: 10px;
}
.review-right-item {
  display: flex;
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #f0f0f4;
}
.review-right-item.active {
  background: #262a3c;
}
.review-right-item.active h4 {
  color: #fff;
}
.review-right-item.active p {
  color: #fff;
}
.review-right-item:hover {
  background: #e3531e;
}
.review-right-item.active:hover {
  background: #262a3c;
}
.review-right-item:hover h4 {
  color: #fff;
  text-decoration: underline;
}
.review-right-item:hover p {
  color: #fff;
}
.review-right-item.active p i {
  color: #ffb018;
}
.review-right-item:hover p i {
  color: #ffb018;
}
.review-right2 {
  margin-top: 20px;
}
.review-right h2 {
  background: #e3531e;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  font-size: 20px;
  border-radius: 20px 20px 0 0;
  line-height: 24px;
  padding: 20px 5px;
  color: #fff;
}
.review-right .review-promo {
  margin-top: 30px;
}
.review-right .review-promo h2 {
  background: #6b6b7d;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  font-size: 20px;
  border-radius: 20px 20px 0 0;
  line-height: 24px;
  padding: 20px 5px;
  color: #fff;
}
.review-right .review-promo h5 {
  color: #e3531e;
  font-size: 15px;
  margin-top: 0;
}
.review-right .review-promo h4 {
  font-size: 15px;
}
.review-right-item:hover h5 {
  color: #000;
}
.review-right-logo {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.review-right-logo img {
  max-width: 100%;
  border-radius: 5px;
}
.two_img1 {
  width: 15px;
  height: 17px;
  position: absolute;
  right: 0;
}
.two_img2 {
  position: absolute;
  right: 0;
  max-width: 100%;
}
.review-rating-right {
  display: flex;
  align-items: center;
  gap: 2px;
}
.review-logo2 img {
  height: 250px;
  border-radius: 20px;
}
.review-left .table-content {
  background: #d5e0ef;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 30px;
}
.review-left .table-content h3 {
  font-size: 25px;
}
.review-left .table-content ul li {
  margin-bottom: 10px;
}
.review-left12 {
  background: #fff;
  padding: 30px 30px;
  box-sizing: border-box;
  border-radius: 30px;
}
.review-left-item2 p {
  margin-bottom: 0;
}
.review-left-item2 ul {
  list-style-type: circle;
  margin-left: 25px;
}
.review-left-item2 ul li {
  list-style-type: disc !important;
  margin-bottom: 0;
}
.review-left-item2 h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 32px !important;
  font-weight: 500;
  margin: 0;
}
.review-left-item2 h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 40px;
  color: #2b2b3a;
}
.review-left-item2 h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  color: #2b2b3a;
  padding-bottom: 0;
  padding-top: 14px;
}
.review-left-item2 p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding-top: 7px;
}
.review-left125 .faq-item {
  margin-top: 10px;
}
.review-left125 .faq-item h3 {
  font-size: 20px;
}
.review-left-dis {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 50px;
}
.review-left h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
}
.company-rating-left {
  display: flex;
  align-items: center;
  gap: 5px;
}
.company-rating-left p:first-child {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
.new_company-rating-left p:first-child {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  margin-right: 7px;
}
.review-main .new_company-rating-left p i {
  color: #ffb018;
  font-size: 16px;
}
.company___a a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background: #e3531e;
  border-radius: 30px;
  display: block;
  width: 148px;
  height: 48px;
  line-height: 48px;
  text-align: center;
}
.company___a a:hover {
  color: #000;
  background-color: #fff;
}
.company-rating-left p {
  color: orange;
}
.product-cart {
  padding: 10px;
}
.product-cart h3 {
  font-size: 25px;
}
.rating-review1 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  margin: 20px 0;
}
.rating-review1 p {
  color: #fff;
}
.rating-review1 p i {
  color: #aeaeb5;
  margin-right: -4px;
  font-size: 16px;
}
.first_startp {
  padding-right: 16px;
}
.quality-sec {
  padding: 10px;
}
.quality-sec h3 {
  font-size: 25px;
}
.single-para {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 10px;
  color: #2b2b3a;
}
.contact-sec {
  background-image: url(../images/bg1.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  width: 100%;
  height: 540px;
  border-radius: 30px;
  overflow: hidden;
  margin: 50px 0;
}
.contact-title {
  text-align: center;
  padding: 30px 0;
}
.contact-title h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  padding: 10px 0;
}
.contact-title p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #6b6b7d;
}
.about-page .about-category {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 50px;
}
.about-page .about-category .row {
  display: flex;
  justify-content: center;
}
.about-page .about-category .col-lg-4 {
  width: 33.333%;
}
.about-page .about-category .card {
  background: #2b2b3a;
  border-radius: 20px;
  padding: 25px 20px;
  display: flex;
  margin: 10px;
  padding-right: 30px;
}
.about-page .about-category .card .icon {
  width: 60%;
}
.about-page .about-category .card .icon img {
  width: 65px;
}
.about-page .about-category .card .icon p {
  color: #e3531e;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
}
.about-page .about-category .card .number {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: end;
}
.about-page .about-category .card .number p {
  color: #fff;
  font-size: 55px;
  font-weight: 700;
}
.about-page .about-content {
  background: #fff;
  border-radius: 30px;
}
.about-page .about-content h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  color: #2b2b3a;
  line-height: 40px;
  margin-bottom: 20px;
}
.about-page .about-content .about-rating img {
  width: 350px;
}
.about-page .about-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2b2b3a;
}
.about-page .about-content .about-content2 p {
  margin-top: 53px;
}
.home-top-table1 .top-table-title td {
  padding: 8px 0 !important;
  padding-bottom: 0 !important;
      vertical-align: top;
}
.home-top-table1 .table-top-item2 td:nth-child(3) {
  border-right: 1px solid #3e4150 !important;
}
.home-top-table1 .table-top-item2 td:nth-child(4) {
  border-right: 1px solid #3e4150 !important;
}
.home-top-table1 .table-top-item2 td:nth-child(5) {
  border-right: 1px solid #3e4150 !important;
}
.home-top-table1 .top-table-title td:nth-child(1) {
  width: 20%;
}
.home-top-table1 .top-table-title td:nth-child(2) {
  width: 15%;
}
.home-top-table1 .top-table-title td:nth-child(3) {
  width: 13%;
  border-right: 1px solid #e9e9e9;
}
.home-top-table1 .top-table-title td:nth-child(4) {
  width: 10%;
  border-right: 1px solid #e9e9e9;
}
.home-top-table1 .top-table-title td:nth-child(5) {
  width: 10%;
  border-right: 1px solid #e9e9e9;
}
.home-top-table1 .top-table-title td:nth-child(6) {
  width: 10%;
}
.home-top-table1 .top-table-title td:nth-child(7) {
  width: 10%;
  text-align: center;
}
.home-top-table1 .top-table-title td:last-child {
  text-align: center;
}
.home-top-table1 .top-table-title td {
    padding-left: 5px !important;
}

.home-top-table1 .top-table-title .viewSite11 {
  font-size: 16px;
  display: block;
  width: 148px;
  height: 48px;
  font-weight: 700;
  display: block;
  margin: auto;
  line-height: 48px;
}
.home-top-table1 .viewSite {
  font-size: 16px;
  display: block;
  width: 148px;
  height: 48px;
  line-height: 48px;
  font-weight: 700;
  margin: auto;
}
.home-top-table1 .top-table-title .viewSite2 {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .about-page .about-category .row {
    display: block;
    justify-content: center;
  }
  .copyright {
  background: #000;
  text-align: center;
  padding: 15px;
  margin-bottom: 70px;
}
  .about-page .about-category .col-lg-4 {
    width: 100%;
  }
  .about-page .about-content .about-content {
    margin-bottom: 0;
  }
  .about-page .about-content .about-content2 p {
    margin-top: 0;
  }
  .single-review-page .review-logo .action-img {
    left: 0;
    top: auto;
    bottom: -50px;
  }
  .single-review-page .review-main {
    flex-direction: column-reverse;
  }
  .single-review-page .review-content h3 {
    font-size: 30px !important;
  }
  .company-rating-left p:first-child {
    font-size: 30px !important;
  }
  .single-review-page .company-btn55 {
    width: 95%;
  }
  .single-review-page .company-btn55 a {
    padding: 20px 15px !important;
    font-size: 20px !important;
    box-sizing: border-box;
  }
  .single-review-page .company-btn55.border-radius a {
    width: 100%;
  }
  .single-review-page .services-main-item99 {
    width: 100%;
  }
  .single-review-page .service-features {
    margin-top: 50px;
    width: 100%;
    height: auto;
  }
  .single-review-page .service-pros {
    height: auto;
    width: 100%;
  }
  .single-review-page .service-pros .content {
    display: block;
  }
  .single-review-page .service-pros .left-side {
    width: 100%;
  }
  .single-review-page .service-pros .right-side {
    width: 100%;
  }
  .single-review-page .service-pros .heading h4 {
    margin-top: 0;
    font-size: 25px;
  }
  .single-review-page .service-pros .heading img {
    width: 50px;
  }
  .single-review-page .service-pros ul li img {
    width: 20px;
  }
  .hero-company .review-top-banner {
    height: auto !important;
  }
  .single-review-page .service-pros .heading {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  .single-review-page .services-main-item99 {
    margin-top: 10px;
  }
  .company-rating-left p:first-child {
    font-size: 20px !important;
  }
  .single-review-page .services-main-item99 .sec3 a {
    padding: 15px !important;
  }
  .single-review-page .services-main-item99 .sec3 .company7-main {
    gap: 15px;
  }
  .speedy-sec2 .speedy-list .list1 {
    border-left: none;
    border-bottom: 1px solid #d9dde4;
    width: 100%;
    box-sizing: border-box;
  }
  .home-speedy .speedy-list .list1 {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #d9dde4;
    box-sizing: border-box;
  }
  .home-speedy .speedy-list .list1:last-child {
    border-bottom: none;
  }
}
.terms-container3 {
  width: 73%;
  max-width: 1104px;
  margin: 50px auto;
  padding: 20px;
  border-radius: 30px;
  padding-bottom: 70px;
}
.contact-form1 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-form1 .form1 {
  width: 50%;
}
.contact-form2 .form1 {
  width: 100%;
}
.contact-form input[type="text"] {
  width: 100%;
  background: #fff;
  border: 1px solid #353949;
  padding: 15px;
  border-radius: 5px;
  box-sizing: border-box;
}
.contact-form input:focus {
  outline: 0;
}
.contact-form2 textarea {
  width: 100%;
  padding: 15px;
  background: #fff;
  border: 1px solid #353949;
  border-radius: 5px;
  box-sizing: border-box;
}
.contact-form textarea:focus {
  outline: 0;
}
.contact-form__submit {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background: #e3531e;
  border-radius: 30px;
  display: block;
  text-align: center;
  border: none;
  padding: 10px;
  min-width: 135px;
  transition: all 0.2s;
  margin: 15px 0 0 auto;
}
.contact-form__submit:not(:disabled):hover {
  color: #000;
  background-color: #fff;
}
.contact-form__submit:disabled {
  opacity: 0.5;
}
.form-rating {
  display: flex;
  align-items: center;
}
.form-rating__caption {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}
.form-rating__rating {
  display: flex;
  align-items: flex-start;
  align-items: center;
  flex-shrink: 0;
  overflow: hidden;
  width: 110px;
  height: 26px;
  margin: 0 0 0 15px;
}
.form-rating__rating:hover
  .form-rating__rating-label
  .form-rating__rating-icon {
  fill: #ffb018;
}
.form-rating__rating-input:checked ~ .form-rating__rating-label svg {
  fill: #afafb6;
}
.form-rating__rating-input:checked + .form-rating__rating-label svg {
  fill: #ffb018;
}
.form-rating__rating-label {
  cursor: pointer;
  width: 22px;
  height: 26px;
}
.form-rating__rating-label:hover
  ~ .form-rating__rating-label
  .form-rating__rating-icon {
  fill: #afafb6;
}
.form-rating__rating-label:nth-of-type(odd) {
  z-index: 2;
  width: 11px;
  margin-right: -11px;
  overflow: hidden;
}
.form-rating__rating-icon {
  fill: #ffb018;
  transition: fill 0.1s;
  width: 22px;
  height: 26px;
}
.visually-hidden {
  position: absolute;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
}
.form1 {
  margin-bottom: 25px;
}
.contact-form2 .form1 {
  margin-bottom: 10px;
}
.contact-se2 {
  max-width: 758px;
  margin: 0 auto;
}
.contact-form label {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  padding-bottom: 5px;
  color: #fff;
}
label.form-rating__rating-label {
  padding-bottom: 0;
}
.review-right-content h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 6px;
}
.hero-company .review-top-banner {
  height: auto;
}
.company-review1 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}
.company-btn55 a {
  display: inline-block;
  padding: 6px 5px;
  background: #e3531e;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  transition: all 0.5s;
}
.company-btn55 a:hover {
 display: inline-block;
    padding: 6px 5px;
    background: #e3531e;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    transition: all 0.5s;
}
.company-btn55 a .txt {
  color: #fff;
}
.company-btn55 a:hover .txt {
}
.company-btn55 a .fa-solid {
  display: none;
  transition: all 0.5s;
}
.company-btn55 a:hover .fa-solid {
  display: block;
  color: #e3531e;
}
.Visit1-btn a {
  height: 22px;
  line-height: 22px;
}
.Visit1-btn a i {
  position: relative;
  top: 3px;
}
.company-btn55.border-radius a {
  border-radius: 30px;
  padding: 12px 20px;
}
.company-extra-servies {
  margin-top: 70px;
}
.services-item55 {
  display: flex;
  gap: 20px;
  padding: 0 0;
}
.services-main-item99 img {
  border-radius: 10px;
  border: 2px solid #e5dada30;
}
.services-main-item99 p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: rgba(107, 107, 125, 0.6);
}
.services-main-item99 p i {
  font-size: 11px;
  position: relative;
  top: -1px;
  margin-right: -1px;
}
.services-main-item99 h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 29px;
  color: #fff;
  padding-bottom: 3px;
}
.company7-main {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 15px;
}
.company7 .logo7 {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.company7 h4 {
  font-size: 19px;
}
.textt1 {
  font-size: 19px !important;
}
.company777 {
  width: 147px;
}
@media all and (max-width: 1000px) {
  .single-review-page .review-logo .action-img {
    left: 40px;
  }
  .container2 {
    width: 700px;
  }
  .faq-item {
    margin: 10px 20px;
  }
  .faq-title h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    margin: 10px 20px;
  }
  .hero-section {
    padding-bottom: 40px;
  }
  .hero {
    flex-direction: column;
  }
  .hero-content p {
    text-align: center;
  }
  .hero-button {
    justify-content: center;
  }
  .review-left-dis {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .hero-content {
    order: 2;
    padding-top: 100px;
  }
  .hero-thubnail {
    order: 1;
  }
  .hero-thub2 img {
    width: 129px;
    height: 118px;
  }
  .hero-thubnail .hero-thub3 {
    position: absolute;
    width: 20px;
    height: 36px;
    left: 153px;
    top: 69px;
  }
  .hero-content h1 {
    font-style: normal;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    color: #fff;
  }

  .hero-button .btn2 .checkBtn {
    display: none;
  }
  .footer {
    grid-template-columns: repeat(1, 1fr);
  }
  .footer-sub {
    flex-direction: column;
    grid-gap: 23px;
  }
  .footer-clinet ul {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    flex-wrap: wrap;
  }
  .container2 {
    width: 700px;
  }
  .faq-title h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    margin: 10px 20px;
  }
  .faq-item {
    margin: 10px 20px;
  }
  .container2 {
    width: 400px;
  }
  .company7-main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
  }
  .company-review1 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    flex-direction: column;
  }
  .company-extra-servies {
    margin-top: 20px;
  }
  .company-btn55 {
    margin-top: 10px;
  }
  .product-cart img {
    width: 300px;
  }
  .quality-sec img {
    width: 300px;
  }
  .contact-se2 {
    width: 100%;
  }
  .dropdown-menu {
    flex-direction: column;
  }
  .contact-sec {
    height: 720px;
  }
  .footer-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
  }
  .footer-item2 {
    display: none;
  }
  .footer-item1 {
    text-align: center;
  }
  .footer-right-menu ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px 50px;
    flex-direction: column;
  }
  .footer-menu .footer-left-logo {
    position: relative;
  }
  .footer-line {
    display: none;
  }
  .footer-line2 {
    display: block;
  }
  .contact-form1 {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-direction: column;
  }
  .contact-form2 textarea {
    width: 100%;
    background: #fff;
    border: 1px solid #353949;
    border-radius: 5px;
  }
  .speedy-sec {
    flex-direction: column;
    padding-top: 10px;
  }
  .splitLogo {
    height: 250px;
    width: 300px;
  }
  .comLogo2 {
    width: 280px;
  }
  .review-content h3 {
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 72px;
  }
  .comlogo5 {
    width: 280px;
  }
  .review-left1 {
    grid-template-columns: repeat(2, 48%);
  }
  .review-left-item img {
    width: 100%;
    height: 180px;
    border-radius: 30px 30px 0 0;
  }
  .review-left-dis {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .review-main {
    flex-direction: column;
  }
  .review-top-banner {
    height: 600px;
  }
  .review-content {
    order: 2;
  }
  .review-logo {
    order: 1;
  }
  .container3 {
    width: 340px;
    margin: 10px auto;
  }
  .choose-content {
    text-align: center;
  }
  .choose-item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    overflow: hidden;
  }
  .faq-item {
    margin: 10px 20px;
  }
  .faq-title h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    margin: 10px 20px;
  }
  .header-menu {
    position: relative;
  }
  .end-review-item {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    margin-top: 16px;
    flex-direction: column;
  }
  .about1 {
    display: flex;
    align-items: center;
    gap: 60px;
    flex-direction: column;
  }
  .about2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px 100px;
    flex-direction: column;
  }
  .about2 .about-content {
    order: 1;
  }
  .about2 .about-thub {
    order: 2;
  }
  .contact-form1 .form1 {
    width: 100%;
  }
  .terms-container3 {
    width: 85%;
  }
}
@media all and (max-width: 992px) {
  .review-right-home2,
  .review1 .review-left {
    max-width: 100%;
  }
  .services-item55 {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-direction: column;
    padding: 20px;
  }
}
@media all and (max-width: 778px) {
  .review-right-home1 {
    display: none;
  }
  .container {
    padding: 0 10px !important;
  }
  .menu-section .container {
    padding: 0 !important;
  }
  .container2 {
    width: 700px;
  }
  .review-right-home2 {
    width: 100%;
  }
  .paper-section {
    height: auto;
  }
  .faq-item {
    margin: 10px 20px;
  }
  .faq-title h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    margin: 10px 20px;
  }
  .header-menu ul {
    width: 100%;
    background: #e5f0f5;
    position: absolute;
    text-align: left;
    z-index: 100;
    margin-top: 20px;
    display: none;
  }
  .header-menu ul li {
    display: block;
  }
  .menu {
    display: contents;
  }
  .header-menu ul li a {
    display: block;
    width: 100%;
    padding: 20px 15px;
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    box-sizing: border-box;
  }
  .header-menu ul li .menuContact {
    background: #e3531e;
    color: #fff;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 30px;
    margin-bottom: 10px;
  }
  .drop-paper-sec.w-50 {
    display: none;
  }
  .navigation-bar-show {
    display: block;
  }
  .menu .logo a {
    margin-left: 20px;
  }
  .logo a .logoSpan2,
  .logoSpan {
    font-size: 20px;
  }
  .review1 .review-left {
    width: 100%;
  }
  .footer-item3 ul li a {
    display: block;
    text-align: center;
  }
  .review-main .review-content {
    width: 100%;
    text-align: center;
  }
  .review-logo2,
  .review-main .review-logo {
    width: 100%;
    text-align: center;
  }
}
@media all and (max-width: 576px) {
  .container {
    padding: 0;
    box-sizing: border-box;
  }
  .hero-section {
    padding-bottom: 40px;
  }
  .hero {
    flex-direction: column;
    padding-top: 90px;
  }
  .hero-content p {
    text-align: center;
  }
  .hero-button {
    justify-content: center;
  }
  .review-left-dis {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .hero-content {
    order: 2;
    padding-top: 0;
  }
  .hero-thubnail {
    order: 1;
  }
  .hero-thub2 img {
    width: 129px;
    height: 118px;
  }
  .hero-thubnail .hero-thub3 {
    position: absolute;
    width: 20px;
    height: 36px;
    left: 153px;
    top: 69px;
  }
  .hero-content h1 {
    font-style: normal;
    font-size: 36px;
    line-height: 45px;
    text-align: center;
    color: #fff;
  }

  .hero-button .btn2 .checkBtn {
    display: none;
  }
  .home-spddy-logo img {
    width: 60px;
    height: 50px;
  }
  .choose-section {
    height: auto;
  }
  .footer {
    grid-template-columns: repeat(1, 1fr);
  }
  .review-right-home1 {
    max-width: 275px;
    margin: 0 auto;
  }
  .choose-title {
    padding: 10px;
  }
  .choose-main {
    padding: 0 10px;
  }
  .paper-title {
    padding: 10px;
  }
  .paper-main {
    padding: 10px;
  }
  .faq-sec .content {
    padding: 50px 0;
  }
  .review1 .review-left {
    width: 100%;
  }
  .footer-sub {
    flex-direction: column;
    grid-gap: 23px;
  }
  .review1 .review-right {
    width: 300px;
    max-width: 300px;
    margin: 0 auto;
  }
  .review-content h3 {
    line-height: 40px;
  }
  .review-left-item img {
    height: auto;
  }
  .terms-container2 {
    width: 100%;
    padding: 0;
  }
  .review-top-banner {
    height: auto;
    padding-bottom: 65px;
  }
  .footer-clinet ul {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    flex-wrap: wrap;
  }
  .container2 {
    width: 700px;
  }
  .faq-title h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    margin: 10px 20px;
  }
  .faq-item {
    margin: 10px 20px;
  }
  .computer-para {
    width: 315px;
  }
  .computer {
    flex-direction: column;
    align-items: flex-start;
  }
  .paper-section {
    height: auto;
  }
}
@media all and (max-width: 400px) {
  .container2 {
    width: 400px;
  }
  .company7-main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
  }
  .company-review1 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    flex-direction: column;
  }
  .services-item55 {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-direction: column;
    padding: 20px;
  }
  .hero-company .review-top-banner {
    height: 1412px;
  }
  .services-main-item99 img {
    border-radius: 10px;
    border: 2px solid #e5dada30;
    width: 300px;
  }
  .company-extra-servies {
    margin-top: 20px;
  }
  .company-btn55 {
    margin-top: 10px;
  }
  .product-cart img {
    width: 300px;
  }
  .quality-sec img {
    width: 300px;
  }
  .contact-se2 {
    width: 100%;
  }
  .dropdown-menu {
    flex-direction: column;
  }
  .contact-sec {
    height: 720px;
  }
  .footer-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
  }
  .footer-item2 {
    display: none;
  }
  .footer-item1 {
    text-align: center;
  }
  .footer-right-menu ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 11px 50px;
    flex-direction: column;
    margin-top: 20px;
  }
  .footer-menu .footer-left-logo {
    position: relative;
  }
  .footer-line {
    display: none;
  }
  .footer-line2 {
    display: block;
  }
  .contact-form1 {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-direction: column;
  }
  .contact-form2 textarea {
    width: 100%;
    background: #fff;
    border: 1px solid #353949;
    border-radius: 5px;
  }
  .speedy-sec {
    flex-direction: column;
    padding-top: 10px;
  }
  .speedy-list {
    flex-direction: column;
    align-items: flex-start;
  }
  .splitLogo {
    height: 250px;
    width: 300px;
  }
  .comLogo2 {
    width: 280px;
  }
  .review-content h3 {
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 40px;
  }
  .comlogo5 {
    width: 280px;
  }
  .review-left1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .review-left-item img {
    width: 100%;
    height: auto;
    border-radius: 30px 30px 0 0;
  }
  .review-left-dis {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .review1 {
    flex-direction: column;
  }
  .review-main {
    flex-direction: column;
  }
  .review-top-banner {
    height: auto;
    padding-bottom: 65px;
  }
  .review-content {
    order: 2;
  }
  .review-logo {
    order: 1;
  }
  .choose-section {
    height: auto;
  }
  .container3 {
    width: 340px;
    margin: 10px auto;
  }
  .choose-content {
    text-align: center;
  }
  .choose-item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    overflow: hidden;
  }
  .paper-section {
    height: 1500px;
  }
  .faq-item {
    margin: 10px 20px;
  }
  .faq-title h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    margin: 10px 20px;
  }
  .header-menu {
    position: relative;
  }
  .menu .logo a {
    font-size: 15px;
  }
  .menu {
    display: contents;
    grid-template-columns: repeat(2, 234px);
    gap: 1rem;
  }
  .menubar {
    display: block;
    position: absolute;
    right: 42px;
    padding: 10px 15px;
    top: 22px;
    background: #d5e0ef;
    border-radius: 8px;
  }
  .end-review-item {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    margin-top: 10px;
    flex-direction: column;
  }
  .about1 {
    display: flex;
    align-items: center;
    gap: 60px;
    flex-direction: column;
  }
  .about2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px 100px;
    margin-top: 50px;
    flex-direction: column;
  }
  .about2 .about-content {
    order: 1;
  }
  .about2 .about-thub {
    order: 2;
  }
}
@media all and (max-width: 360px) {
  .container2 {
    width: 350px;
  }
  .product-cart img {
    width: 250px;
  }
  .quality-sec img {
    width: 250px;
  }
  .contact-form2 textarea {
    width: 100%;
    background: #fff;
    border: 1px solid #353949;
    border-radius: 5px;
  }
  .contact-form input[type="text"] {
    width: 100%;
    background: #fff;
    border: 1px solid #353949;
    padding: 17px;
    border-radius: 5px;
  }
  .faq-item {
    margin: 10px 20px;
  }
  .choose-section {
    height: 1400px;
  }
  .faq-title h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    margin: 10px 20px;
  }
  .paper-section {
    height: 1700px;
  }
  .container3 {
    width: 300px;
    margin: 10px auto;
  }
}
.bg-green {
  background-color: green;
}
.logoSpan {
  color: #6d6d6d;
  font-weight: 400;
}
.reviews_menu i {
  color: #afafb6;
  padding-left: 3px;
}
.dropdown-main-sec .container {
  position: relative;
}
.star_cut1 {
  position: absolute;
  right: 0;
  bottom: 86px;
}
.star_cut2 {
  position: absolute;
  bottom: 2px;
  left: 0;
}
.star_cut3 {
  position: absolute;
  left: 20px;
  bottom: 161px;
}
.review_point {
  font-size: 32px;
}
.first_review_point {
  color: #fff;
}
.spped-pra1 span {
  color: #e3531e;
}
.home-review-logo-start p {
  padding-left: 21px;
  display: flex;
  align-items: center;
  font-size: 18px;
}
.home-review-logo-start p img {
  width: 15px;
  padding-left: 3px;
  position: relative;
  top: -1px;
}
.paper-title__p p {
  color: #6b6b7d;
}
.paper-main {
  position: relative;
}
.paper-main span {
  border-left: 1px dashed #6b6b7d;
  height: 360px;
  display: block;
  position: absolute;
  top: 0;
  margin-left: 15px;
}
.arrow_right1 {
  max-width: 100%;
  margin-left: 35px;
  position: relative;
  top: -1px;
  opacity: 0;
}
.review-right-item-home8 a:hover .arrow_right1 {
  opacity: 1;
}
.mobile_view {
  display: none;
}
.mobile_view_new {
  display: none;
}
.Check_all p {
  text-align: center;
  margin: 0;
}
.Check_all p a {
  color: #ff8718;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}
.mobile_area {
  padding: 15px;
  background-color: #fff;
}
.mobile_part {
  display: flex;
  align-items: center;
}
.mobile_left {
  width: 80%;
}
.mobile_menu {
  background: #d5e0ef;
  border-radius: 8px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  display: block;
  margin: auto;
  margin-right: 0;
  cursor: pointer;
}
.mobile_left img {
  width: 200px;
}
.mobile_right {
  width: 20%;
}
.menu_icon2 {
  display: none;
}
.mobile_nav {
  background-color: #e5f0f5;
  padding-top: 40px;
  padding-bottom: 91px;
  display: none;
}
.mobile_nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
}
.mobile_nav ul li {
  display: block;
  padding-bottom: 16px;
}
.mobile_nav ul li a {
  color: #2b2b3a;
  font-size: 24px;
  font-weight: 500;
  display: block;
}
.mobile_Contact {
  font-size: 16px !important;
  background: rgba(156, 164, 194, 0.2);
  border-radius: 30px;
  width: 118px;
  height: 48px;
  line-height: 48px;
  margin: auto;
  margin-top: 20px;
}
.mobile_nav ul li a i {
  color: #afafb6;
  font-size: 16px;
  padding-left: 5px;
  position: relative;
  top: -1px;
}
.mobile_nav ul li ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  padding-top: 20px;
  display: none;
}
.mobile_nav ul li:hover ul {
  display: block;
}
.mobile_nav ul li ul li {
  display: block;
}
.mobile_nav ul li ul li a {
  font-size: 16px;
  transition: 0.2s all ease;
}
.mobile_nav ul li ul li a:hover {
  color: #e3531e;
}
.mobile_area {
  display: none;
}
.inner_hero_img {
  display: none;
}
.inner_hero_img img {
  max-width: 100%;
  display: block;
  margin: auto;
  margin-bottom: 33px;
}
.Top_casino_services {
  padding: 0 15px;
  position: relative;
  display: none;
}
._main_Top_casino_services {
  cursor: pointer;
  margin: 40px 0;
}
._main_Top_casino_services p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  height: 56px;
  width: 100%;
  background: #e3531e;
  border-radius: 20px;
  line-height: 56px;
  text-align: center;
  margin: 0;
}
._main_Top_casino_services p i {
  padding-left: 10px;
}
._main_Top_casino_services1 {
  margin: 40px 0;
  display: none;
  cursor: pointer;
}
._main_Top_casino_services1 p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  height: 56px;
  width: 100%;
  background: #e3531e;
  border-radius: 0 0 20px 20px;
  line-height: 56px;
  text-align: center;
  margin: 0;
}
._main_Top_casino_services1 p i {
  padding-left: 13px;
  transform: rotate(179deg);
  position: relative;
  left: 6px;
}
.inner_casino_services_list {
  display: flex;
  align-items: center;
}
.inner_casino_services_list_left {
  width: 20%;
}
.inner_casino_services_list_right {
  width: 80%;
}
.user_part {
  background: #afafb6;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
}
.inner_casino_services_list_right h2 {
  color: #2a2c33;
  font-size: 16px;
  font-weight: 400;
}
.inner_casino_services_list_right h2 span {
  padding-left: 10px;
}
.inner_casino_services_list_right h2 span img {
  max-width: 100%;
}
.inner_casino_services_list_right ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  padding-top: 8px;
}
.inner_casino_services_list_right ul li {
  display: inline-block;
}
.inner_casino_services_list_right ul li:nth-child(1) a {
  color: #fff;
  font-size: 16px;
  background: #e3531e;
  border-radius: 8px;
  width: 82px;
  height: 32px;
  display: inline-block;
  line-height: 32px;
  text-align: center;
}
.inner_casino_services_list_right ul li:nth-child(2) a {
  color: #e3531e;
  font-size: 15px;
  font-weight: 500;
  padding-left: 15px;
}
.casino_services_lists {
  background: #fff;
  border-radius: 20px 20px 0 0;
  position: absolute;
  bottom: 57px;
  width: 100%;
  z-index: 9999;
  display: none;
}
.inner_casino_services_list:hover {
  background-color: #2b2b3a;
}
.inner_casino_services_list:hover .inner_casino_services_list_right h2 {
  color: #fff;
}
.inner_casino_services_list:hover .inner_casino_services_list_right h2 span {
  color: #fff;
}
.inner_casino_services_list:hover .user_part {
  border: 2px solid #ffb018;
}
.inner_casino_services_list:hover .user_part_img1 {
  opacity: 1;
}
.inner_casino_services_list1 {
  border-radius: 20px 20px 0 0;
}
.inner_casino_services_list1 {
  background-color: #2b2b3a;
}
.inner_casino_services_list1 .inner_casino_services_list_right h2 {
  color: #fff;
}
.inner_casino_services_list1 .inner_casino_services_list_right h2 span {
  color: #fff;
}
.inner_casino_services_list1 .user_part {
  border: 2px solid #ffb018;
}
.inner_casino_services_list1 .user_part_img1 {
  opacity: 1;
}
.user_part {
  position: relative;
}
.user_part_img1 {
  position: absolute;
  right: 0;
  max-width: 100%;
  opacity: 0;
}
.mobile_Speedy_paper {
  background: #fff;
  border-radius: 30px;
  padding: 16px;
  margin-bottom: 16px;
}
.mobile_Speedy_paper1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 6px;
}
.mobile_Speedy_paper1_left {
  width: 100%;
}
.mobile_Speedy_paper1_right {
  width: 100%;
      display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.mobile_Speedy_paper1_right h2 {
  color: #2b2b3a;

}
.mobile_Speedy_paper1_right h4 {
  color: #2b2b3a;

  align-items: center;
}
.mobile_Speedy_paper1_right h4 span {
  display: block;
}

.star_icon i {
  color: #ffb018;
  font-size: 12px;
  margin-right: -4px;
}
.mobile_Speedy_paper2 {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
}
.mobile_Speedy_paper2_left {
  width: 50%;
}
.mobile_Speedy_paper2_left p {
  color: #6b6b7d;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.mobile_Speedy_paper2_right {
  width: 50%;
}
.mobile_Speedy_paper2_right p {
  color: #2b2b3a;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  padding-left: 9px;
}
.mobile_Speedy_paper2_right p sub {
  color: #2b2b3a;
  font-size: 12px;
  position: relative;
  bottom: 5px;
}
.mobile_Speedy_paper_btn {
  display: flex;
  align-items: center;
  padding-top: 4px;
}
.mobile_Speedy_paper_btn_left {
  width: 55%;
}
.mobile_Speedy_paper_btn_left a {
  background: #37363f;
  border-radius: 30px;
  display: block;
  color: #ff8718;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 14px 10px;
  transition: 0.2s all ease;
}
.mobile_Speedy_paper_btn_left a:hover {
  background-color: #000;
  color: #fff;
}
.mobile_Speedy_paper_btn_right {
  width: 45%;
  text-align: center;
}
.mobile_Speedy_paper_btn_right a {
  color: #e3531e;
  font-size: 16px;
  font-weight: 500;
  transition: 0.2s all ease;
}
.mobile_Speedy_paper_btn_right a:hover {
  text-decoration: underline;
}
.Load_more_btn {
  text-align: center;
}
.Load_more_btn a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background-color: #e3531e;
  display: block;
  border-radius: 30px;
  padding: 12px 0;
  transition: 0.2s all ease;
}
.Load_more_btn a:hover {
  background-color: #000;
  color: #fff;
}
.mobile_Speedy_paper_top1 {
  background-color: #2b2b3a;
}
.mobile_Speedy_paper1_right_top1 h2 {
  color: #fff;
}
.mobile_Speedy_paper1_right_top1 h4 span {
  color: #fff;
}
.mobile_Speedy_paper2_right1 p {
  color: #fff;
}
.mobile_Speedy_paper2_left1 p {
  color: #6b6b7d;
}

.star_coin_ {
  position: absolute;
  right: -8px;
  top: -7px;
  width: 28px;
}
.mobile_speedypaper_img {
  max-width: 100%;
  display: block;
  border-radius: 24px;
}
.mobile_Speedy_paper_btn_left {
  width: 55%;
}
.mobile_Speedy_paper_btns_ a {
  background: #37363f;
  border-radius: 30px;
  display: block;
  color: #ff8718;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 14px 10px;
  transition: 0.2s all ease;
}
.mobile_Speedy_paper_btns_ a:hover {
  background-color: #ff8718;
  color: #fff;
}
.mobiles_Speedys_paper2 h3 {
  color: #e3531e;
  font-size: 24px;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
}
.main_part-mobile_Speedy_paper {
  padding: 0 2px;
}
.mobile_Speedy_Section {
  padding: 0 10px;
  padding-bottom: 16px;
  display: none;
}
.main_mobile_Speedy_Section {
  display: flex;
  align-items: center;
}
.main_mobile_Speedy_Section_left img {
  width: 56px;
  height: 56px;
  border-radius: 8px;
}
.main_mobile_Speedy_Section_right {
  padding-left: 8px;
}
.main_mobile_Speedy_Section_right h2 {
  color: #2b2b3a;
  font-size: 26px;
  font-weight: 500;
  padding-bottom: 17px;
  margin-top: -5px;
}
.main_mobile_Speedy_Section_right h5 {
  color: #2b2b3a;
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  display: flex;
}
.main_mobile_Speedy_Section_right h5 i {
  color: #ffb018;
  font-size: 14px;
  position: relative;
  top: -3px;
  padding-left: 4px;
  padding-right: 19px;
}
.sppedy-thubs1 {
  background: #d5e0ef;
  border-radius: 8px;
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  position: relative;
  top: -4px;
}
.main_mobile_Speedy_Section_text h5 {
  color: #2b2b3a;
  font-size: 14px;
  margin: 0;
  font-weight: 400;
  padding-top: 16px;
  line-height: 22px;
  padding-bottom: 16px;
}
.main_mobile_Speedy_Section_text h5 span {
  color: #e3531e;
}
.down_mobile_Speedy_Section {
  background: #d5e0ef;
  border-radius: 20px;
  padding: 16px;
  display: flex;
}
.down_mobile_Speedy_Section_left {
  width: 50%;
  border-right: 1px solid #afafb6;
}
main_mobile_Speedy_Section_text .down_mobile_Speedy_Section_right {
  width: 50%;
}
.down_mobile_Speedy_Section_left p {
  color: #afafb6;
  font-size: 14px;
  margin: 0;
  padding-bottom: 5px;
}
.down_mobile_Speedy_Section_left h2 {
  color: #373749;
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  padding-bottom: 16px;
}
.down_mobile_Speedy_Section_left h2 sub {
  color: #373749;
  font-size: 14px;
  position: relative;
  bottom: 6px;
}
.down_mobile_Speedy_Section_right {
  padding-left: 16px;
}
.down_mobile_Speedy_Section_right p {
  color: #afafb6;
  font-size: 14px;
  margin: 0;
  padding-bottom: 5px;
}
.down_mobile_Speedy_Section_right h2 {
  color: #373749;
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  padding-bottom: 16px;
}
.down_mobile_Speedy_Section_right h2 sub {
  color: #373749;
  font-size: 14px;
  position: relative;
  bottom: 6px;
}
.review-slide_part {
  margin-bottom: 50px;
}
.mobile_choose-main {
  padding: 10px;
}
.mobile_choose-main1 {
  display: flex;
  align-items: center;
}
.mobile_choose-main_left {
  width: 30%;
}
.mobile_choose-main_left img {
  max-width: 100%;
  display: block;
}
.mobile_choose-main_right {
  width: 70%;
}
.mobile_choose-main_right p {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding-left: 16px;
}
.mobile_choose-main2 p {
  margin-bottom: 19px;
  color: #afafb6;
  font-size: 14px;
  padding-top: 15px;
  line-height: 24px;
  margin-bottom: 24px;
}
.top-table-title1 {
  padding-top: 32px;
}
.hero-content3 p {
  color: #6b6b7d;
}
.banner-heading_404 {
  opacity: 0;
}
.about-content3 {
  padding: 32px 32px;
  padding-bottom: 0;
}
.about2 {
  padding: 40px 32px;
  padding-top: 0;
}
.review-contentp {
  padding-top: 30px;
}
.review-contentp {
  color: #6b6b7d;
}
.comLogo3 {
  width: 100%;
  display: block;
  margin: auto;
  border-radius: 26px;
}
.list1p {
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 16px !important;
  color: #afafb6 !important;
  padding-top: 0 !important;
}
.list2p {
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 24px !important;
  color: #0d0d0f !important;
  padding-top: 12px !important;
}
.quality-sec p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  padding-top: 16px;
}
.quality-sec ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  padding-top: 16px;
  padding-left: 7px;
}
.quality-sec ul li {
  display: block;
  padding-bottom: 5px;
}
.quality-sec ul li h6 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.quality-sec ul li h6 i {
  color: #2b2b3a;
  font-size: 5px;
  padding-right: 6px;
  padding-top: 5px;
}
.review-left-item2 ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  padding-top: 16px;
  padding-left: 7px;
}
.review-left-item2 ul li {
  display: block;
  padding-bottom: 5px;
}
.review-left-item2 ul li h6 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.review-left-item2 ul li h6 i {
  color: #2b2b3a;
  font-size: 5px;
  padding-right: 6px;
  padding-top: 5px;
}
.review-slide_part2 {
  display: none;
}
.rating-reviews1 p {
  color: #fff;
  font-size: 20px;
  display: block;
}
.rating-reviews1 p span {
  display: block;
  margin-top: 3px;
}
.rating-reviews1 p span i {
  color: #acacb2;
  font-size: 17px;
}
.review-content h3 {
  color: #fff;
  font-size: 56px;
  font-weight: 700;
}
.Load_more_btns {
  display: none;
}
.hero-company {
  background: #e5f0f5;
}
.action-imgs2 {
  display: none;
}
.review-logo:hover .action-imgs2 {
  display: block;
}
.review-logo:hover .action-imgs1 {
  display: none;
}
.review-content h4 {
  color: #6b6b7d;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  padding-top: 27px;
}
.review-content h4 i {
  padding-right: 11px;
}
.review-left-item23 h4 {
  padding-top: 24px;
}
.viewSitess1 {
  color: #ff8718 !important;
  font-size: 15px;
  width: 147px;
  height: 48px;
  display: block;
  margin: auto;
  line-height: 48px;
  margin-top: -5px;
}
.fastLogo1 img {
  margin-left: 12px;
}
.new_faq-sec {
  padding-bottom: 75px;
}
.single-top-titless h1,
.single-top-titless h3 {
  position: relative;
  top: -51px;
  word-wrap: break-word;
}
.new_review-design {
  position: relative;
}
.inner_review_right_home::-webkit-scrollbar {
  width: 0;
}
.inner_review_right_home::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.inner_review_right_home::-webkit-scrollbar-thumb {
  background: #888;
}
.inner_review_right_home::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  margin-left: 0;
}
.review-right-home1ss {
  padding-bottom: 30px;
}
.review-logo2ss img {
  position: relative;
  left: 31px;
  width: 264px;
  height: 207px !important;
}
.review-left12___ h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 1px;
  padding-top: 20px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .menu-section {
    padding: 20px 30px !important;
    position: relative !important;
  }
  .review-left-item2 h4 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 0 !important;
  }
  .hero {
    padding: 0 20px;
    padding-top: 70px;
  }
  .hero-content h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .header-menu ul li a {
    padding: 5px 10px !important;
    font-size: 13px !important;
  }
  .dropdown-menu {
    display: flex;
    gap: 18px 5px;
    padding-left: 11px;
    padding-right: 20px;
  }
  .drop-paper .drop-paper-logo img {
    width: 84px !important;
    height: 74px !important;
    border-radius: 18px !important;
  }
  .drop-paper-content p span:first-child {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    padding-right: 5px;
  }
  .drop-paper-content p span:first-child {
    font-size: 12px;
    line-height: 16px;
    padding-right: 5px;
  }
  .drop-paper-content p span:nth-child(2) {
    font-size: 15px;
    line-height: 24px;
  }
  .drop-paper-content p span:nth-child(2) {
    font-size: 15px;
    line-height: 24px;
  }
  .drop-paper-content p span:last-child {
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    line-height: 24px !important;
  }
  .drop-paper-content p span:nth-child(2) {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
  }
  .faq-sec .container,
  .footer-sec .container,
  .top_main .container {
    width: 95%;
    max-width: initial;
    margin: 0 auto;
  }
  .review-right-content h4 {
    font-size: 16px !important;
  }
  .review-right-logo {
    width: 47px !important;
    height: 44px !important;
  }
  .home-speedy .speedy-list .list1 {
    padding: 2px 5px !important;
  }
  .home-review-logo-start p {
    padding-left: 18px !important;
    font-size: 16px !important;
  }
  .speedy-list {
    align-items: start !important;
  }
  .table-top-item2 td h5 img {
    width: 20px !important;
    height: 20px !important;
    position: relative !important;
    top: 5px !important;
    left: 1px !important;
  }
  .about-page .about-content p br {
    display: none;
  }
  .single-review-page .service-features {
    width: 216px;
  }
  .single-review-page .service-pros {
    width: 415px;
  }
  .services-main-item99111 {
    width: 228px;
  }
  .services-main-item99 h4 {
    font-size: 16px;
  }
  .textt1 {
    font-size: 14px !important;
  }
  .company-btn55 a {
    display: block;
    width: 51px;
    padding: 11px 3px;
    background: #e3531e;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    transition: all 0.5s;
  }
  .company-btn556 a {
    width: 80px;
  }
  .review1 {
    display: flex;
    justify-content: initial;
    gap: 22px;
    margin-top: 50px;
  }
  .quality-sec img {
    width: 100%;
  }
  .review-left-item2 p br {
    display: none;
  }
  .quality-sec p br {
    display: none;
  }
  .terms-container3 {
    width: 90%;
  }
  .footer-item1 ul li a {
    font-size: 13px;
  }
  .footer-item2 ul li a {
    font-size: 13px;
  }
  .footer-content p {
    font-size: 13px;
  }
  .review-logo2 img {
    height: 250px;
    border-radius: 20px;
    width: 100%;
  }
  .review-left-item2 h4 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 30px;
  }
  .review-left-item2 p {
    font-size: 16px;
    line-height: 24px;
    padding-top: 16px;
    padding-bottom: 30px;
  }
  .new_table_part {
    min-width: 800px !important;
  }
  .discount-pagesss_area .review-right-home1 {
    position: relative;
  }
  .blog-designsss .review-right-home1 {
    position: relative;
    left: 15px;
  }
  .review-designsss .review-right-home1 {
    position: relative;
    left: 10px;
  }
  .review-designsss_area .review-right-home1 {
    position: relative;
    left: 11px;
  }
  .review-designsss_area .speedy-sec2 .speedy-list .list1 {
    padding: 5px 10px;
  }
  .review-designsss_area .speedy-list .list1 h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #373749;
    padding-top: 2px;
    line-height: 23px;
  }
  .review-designsss_area .speedy-left h5 {
    font-size: 32px;
  }
  .review-designsss_area .review-rating-right2 p:first-child {
    font-size: 29px;
  }
  .review-designsss_area .review-left12 {
    padding: 30px 11px;
  }
  .review-design____area .review-right-home1 {
    left: 10px;
  }
  .review-logo2ss img {
    position: relative;
    left: -1px !important;
    width: 264px;
    height: 207px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .review1-home {
    display: block;
  }
  .about-page .about-category .card .number p {
    font-size: 35px;
    font-weight: 700;
  }
  .review-main {
    display: flex;
    margin-top: 67px;
    align-items: center;
  }
  .menu-section {
    display: none;
  }
  .table-service table {
    width: 1012px !important;
  }
  .mobile_area {
    display: block !important;
  }
  .mobile_left img {
    width: 320px !important;
  }
  .mobile_menu {
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
  }
  .paper-main span {
    height: 410px !important;
  }
  .choose-section {
    height: initial !important;
  }
  .computer-para {
    width: 100% !important;
  }
  .choose-title h3 {
    font-size: 31px !important;
    text-align: center !important;
  }
  .choose-title p {
    text-align: center !important;
  }
  .speedy-list {
    flex-direction: initial !important;
  }
  .review-right-home1 {
    display: none !important;
  }
  .review-right2 {
    position: relative;
    top: -39px;
    left: 27px;
  }
  .footer-sec .container,
  .top_main .container {
    width: 93%;
    max-width: initial;
    margin: 0 auto;
  }
  .footer-item3 {
    padding: 20px;
    padding-top: 0;
  }
  .hero-content {
    order: 2;
    padding-top: 34px;
  }
  .review-left-item2 p br {
    display: none;
  }
  .quality-sec p br {
    display: none;
  }
  .hero-company .review-top-banner {
    height: initial;
  }
  .review1 .review-right {
    width: 100%;
    display: flex;
  }
  .review-right1s {
    position: relative;
    top: -26px;
    left: 24px;
  }
  .comlogo5 {
    width: 98%;
  }
  .single-review-page .review-logo .action-img {
    filter: none;
    width: 130px;
    position: absolute;
    left: -21px;
    top: -44px;
  }
  .review-contentp {
    padding-top: 0;
  }
  .single-review-page .service-features {
    width: 561px;
  }
  .end-review-item .end-thub:first-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
  .end-thub p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    color: #2b2b3a;
    text-align: center;
    padding-bottom: 13px;
  }
  .end-review-item .end-thub:last-child {
    position: relative;
    left: 0;
    display: block;
  }
  .end-review-item {
    gap: 20px;
  }
  .end-review1 {
    margin-bottom: 37px !important;
  }
  .contact-form1 .form1 {
    width: 100%;
  }
  .terms-container3 {
    width: 83%;
  }
  .review-left-item img {
    width: 100%;
    border-radius: 30px 30px 0 0;
  }
  .review-top-banner {
    height: initial;
  }
  .new_table_part1 h5 {
    font-size: 19px !important;
  }
  .new_table_part1 .table-top-item td .rating i {
    color: #ffb018;
    font-size: 12px;
    position: relative;
    top: -5px;
    padding-right: 3px;
  }
  #sidebar.fixed {
    position: initial !important;
    margin-left: initial !important;
  }
  .inner_review_right_home {
    overflow: initial !important;
    overflow-y: initial !important;
    height: initial !important;
    display: flex;
  }
  #sidebar {
    position: initial !important;
    margin-left: 0;
  }
  .review-logo2ss img {
    position: relative;
    left: 0;
    width: 264px;
    height: 207px !important;
  }
}
@media screen and (max-width: 767px) {
  .review-left-dis {
    grid-template-columns: repeat(2, 1fr);
  }

  .mobile_view_new {
    display: block !important;
  }
  .computer_view {
    display: block !important;
  }
  .computer_view_new {
    display: none;
  }
  .copyright p {
    font-size: 15px !important;
  }
  .footer-clinet {
    background: #13141e !important;
    border: 1px solid #6b6b7d3b !important;
    border-radius: 83px !important;
    padding: 10px 10px !important;
    margin: 0 !important;
  }
  .footer-clinet ul {
    display: inherit !important;
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
  }
  .footer-clinet ul li {
    display: inline-block;
  }
  .footer-clinet ul li {
    margin-right: 6px !important;
    margin-left: 6px !important;
    cursor: pointer;
  }
  .footer-clinet ul li img {
    width: 54px;
  }
  .footer-clinet ul li:nth-child(2) img {
    position: relative;
    top: 5px;
  }
  .footer-sec {
    padding-bottom: 32px !important;
    padding-top: 16px !important;
  }
  .footer-content p {
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size: 12px !important;
  }
  .footer-item3 ul li a {
    display: block !important;
    text-align: left !important;
  }
  .footer-item3 span {
    width: 24px !important;
    display: inline-block;
  }
  .footer-item3 ul li a {
    display: flex !important;
    align-items: center;
  }
  .footer-item3 {
    padding: 0 15px !important;
  }
  .footer-sub {
    margin-top: 0 !important;
  }
  .footer-item3 p {
    display: block;
  }
  .footer-item3 ul li a {
    margin-top: 20px !important;
  }
  .footer-item3 {
    margin-top: 0 !important;
  }
  .footer-right-menu ul li:last-child a {
    margin-top: 11px;
  }
  .menu-section {
    display: none;
  }
  .menu {
    display: grid;
    grid-template-columns: repeat(2, 234px);
    gap: 1rem;
  }
  .mobile_area {
    display: block !important;
  }
  .menubar {
    display: block;
    position: absolute;
    right: 42px;
    padding: 10px 15px;
    top: 22px;
    background: #d5e0ef;
    border-radius: 8px;
  }
  .main_part {
    padding: 0 10px;
  }
  .inner_hero_img {
    display: block !important;
  }
  .hero-thubnail {
    order: 1;
  }
  .hero-section {
    padding-top: 0;
  }
  .hero {
    flex-direction: column;
    padding-top: 47px !important;
  }
  .hero-content p {
    text-align: center !important;
    font-size: 12px !important;
    line-height: 20px !important;
    margin: 0;
  }
  .hero-button {
    padding-top: 8px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .hero-button .btn1 {
    font-size: 13px !important;
    width: 305px;
    display: initial !important;
    padding: 0 !important;
    height: 48px;
    line-height: 48px !important;
    text-align: center;
    margin-right: 5px;
  }
  .hero-button .btn2 {
    font-size: 13px !important;
    width: 130px;
    display: initial !important;
    padding: 0 !important;
    height: 48px;
    line-height: 48px !important;
    text-align: center;
    margin-left: 5px;
  }
  .hero-section {
    width: 100%;
    height: initial !important;
    border-radius: 30px;
    overflow: hidden;
    position: static;
    z-index: -1;
  }
  .inner_casino_services_list {
    display: flex;
    align-items: center;
    padding: 8px;
  }
  .Top_casino_services {
    padding: 0 0 !important;
  }
  .Top_casino_services {
    display: block !important;
  }
  .review-design .container {
    padding-left: 5px !important;
  }
  .review1-home {
    margin-top: 0 !important;
    display: block;
  }
  .computer-para {
    width: initial !important;
  }
  .computer-title h3 {
    font-size: 19px !important;
    line-height: 29px !important;
  }
  .computer-easy-services .content {
    padding-top: 26px !important;
    padding-bottom: 15px !important;
  }
  .choose-section .content {
    padding: 9px 5px !important;
  }
  .choose-title h3 {
    font-weight: 500;
    font-size: 28px !important;
    line-height: 31px !important;
    text-align: center !important;
    padding-bottom: 12px !important;
    padding-top: 8px !important;
  }
  .choose-title p {
    font-size: 11px !important;
    line-height: 18px !important;
    text-align: center !important;
  }
  .computer-table table {
    border-collapse: collapse;
    width: 803px !important;
  }
  .table-title h3 {
    padding: 15px !important;
    font-size: 27px !important;
    line-height: 35px !important;
    padding-left: 0 !important;
  }
  .choose-section {
    height: initial !important;
  }
  .choose-section {
    padding-bottom: 8px !important;
  }
  .paper-section .content {
    margin: 0 !important;
    padding: 15px 5px !important;
  }
  .paper-title h3 {
    font-size: 26px !important;
    line-height: 36px !important;
    text-align: center !important;
  }
  .paper-title p {
    font-size: 12px !important;
    line-height: 19px !important;
    margin-top: 10px !important;
    text-align: center !important;
    padding-bottom: 20px !important;
  }
  .paper-content p {
    font-size: 13px !important;
    line-height: 22px !important;
    color: #fff;
  }
  .paper-item {
    display: flex;
    margin-top: inherit !important;
    padding-bottom: 25px !important;
  }
  .paper-main span {
    border-left: 1px dashed #6b6b7d;
    height: 618px !important;
    display: block !important;
    position: absolute;
    top: 22px !important;
    margin-left: 15px;
  }
  .paper-section {
    height: inherit !important;
  }
  .faq-item {
    margin: 10px 0 !important;
    padding: 30px 25px 35px 20px;
  }
  .faq-sec .content {
    padding: 50px 0;
    padding-top: 18px !important;
  }
  .mobile_Speedy_Section {
    display: block !important;
  }
  .top-table-title1 {
    padding-top: 0 !important;
  }
  .top-table-title h3 {
    font-size: 29px !important;
    margin-bottom: 18px !important;
    text-align: center !important;
    line-height: 38px !important;
  }
  .hero-content3 p {
    color: #6b6b7d;
    font-size: 18px !important;
  }
  .banner-heading_404 {
    opacity: 1;
  }
  .review-logo2 img {
    height: 196px;
    border-radius: 20px;
  }
  .about-content3 {
    padding: 21px 17px;
    padding-bottom: 0;
  }
  .terms-line1 {
    display: none;
  }
  .about1 .about-thub img {
    height: initial;
    width: 270px;
    border-radius: 20px;
  }
  .about-page .about-content p {
    font-size: 14px;
  }
  .about1 {
    display: flex;
    align-items: center;
    gap: 22px !important;
    flex-direction: column;
  }
  .about-page .about-content .about-rating img {
    width: 100%;
    margin-top: 13px;
  }
  .about2 {
    padding: 22px 17px;
    padding-top: 0;
  }
  .about2 .terms-line {
    width: 200px;
    border: 1px solid #f57b4fb9;
    margin: 23px 0;
    border-radius: 50px;
    margin-top: -29px;
  }
  .about-page .about-content h3 {
    margin-bottom: 8px;
  }
  .about-page .about-category .card .icon {
    width: 80%;
  }
  .about-page .about-category .card .number {
    width: 20%;
  }
  .single-review-page {
    background: linear-gradient(259.38deg, #0b0b12 0.68%, #323950 99.61%);
    border-radius: 30px;
  }
  .review-main {
    display: flex;
    justify-content: space-around;
    gap: 50px;
    margin-top: 25px;
  }
  .review-contentp {
    font-size: 14px;
    margin: 0;
    padding-bottom: 21px;
  }
  .review-content h1 {
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 33px;
    line-height: 35px;
  }
  .company-rating-left p:first-child {
    font-size: 31px !important;
    padding-right: 8px;
  }
  .newreview-content {
    gap: 22px !important;
  }
  .newreview-content {
    margin-top: -22px;
  }
  .single-review-page .review-logo img {
    height: 183px;
  }
  .single-review-page .review-logo .action-img {
    left: 23px;
    top: auto;
    bottom: -100px;
  }
  .single-review-page .service-features {
    margin-top: 22px;
    width: 100%;
    height: auto;
  }
  .services-item55 {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-direction: column;
    padding: 20px 5px;
  }
  .services-main-item999 {
    margin-top: 8px !important;
  }
  .single-review-page .service-pros .left-side {
    border-right: none;
  }
  .right-side1111 {
    border-top: 1px solid #323240;
    padding-bottom: 0 !important;
  }
  .textt_h4 {
    margin-top: -24px;
  }
  .mobile_company777 p:first-child {
    font-size: 14px !important;
  }
  .mobile_company777 h4 {
    font-size: 16px;
  }
  .sec3 a {
    padding: 8px 8px !important;
    font-size: 15px !important;
  }
  .single-review-page {
    padding-bottom: 0 !important;
  }
  .review-slide_part2 {
    display: block;
  }
  .review-slide_part2 {
    display: block;
    padding: 18px 23px;
  }
  .home-review-logo {
    width: 15%;
  }
  .home-review-title1 {
    width: 70%;
  }
  .home-review-logo-start {
    width: 15%;
  }
  .home-review-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: initial !important;
    padding: 10px !important;
  }
  .home-review-logo-start p {
    padding-left: 0 !important;
    display: flex;
    align-items: center;
    font-size: 18px;
  }
  .end-review-item .end-thub:first-child {
    border-right: none;
    padding-right: 0;
    margin-right: 10px;
  }
  .end-review-item {
    padding: 20px;
    gap: 30px;
  }
  .end-thub h5 {
    font-size: 18px;
  }
  .end-thub h5 span {
    color: #6b6b7d;
    font-size: 15px;
    float: left;
    font-weight: 400;
    display: block;
  }
  .end-review-item .end-thub:last-child {
    position: relative;
    left: 0;
  }
  .line_last {
    width: 53px;
    height: 1px;
    background-color: #e6edf3;
    margin-bottom: -7px;
    margin-top: -12px;
  }
  .Top_casino_services1111 {
    padding: 0 8px;
  }
  .star_cut1111 {
    position: relative;
    top: 9px;
  }
  .review-content h3 {
    font-size: 36px;
    font-weight: 700;
  }
  .Top_casino_services111 {
    padding: 0 5px;
  }
  .review1 {
    margin-top: 0;
  }
  .review-slide_part2 {
    display: block !important;
  }
  .review-slide_part2 {
    display: block;
    padding: 18px 12px !important;
    padding-bottom: 60px !important;
  }
  .faq-sec .content {
    padding: 50px 0;
    padding-bottom: 0 !important;
  }
  .Load_more_btns {
    padding: 0 12px !important;
    padding-bottom: 15px !important;
  }
  .Load_more_btns {
    display: block;
  }
  .Visit1-btn a {
    height: 49px;
    line-height: 20px;
  }
  .Visit1-btn a i {
    position: relative;
    top: 0;
  }
  .review-left-item2 h4 {
    font-size: 31px !important;
    padding-bottom: 15px !important;
  }
  .review-left-item2 h3 {
    font-size: 25px;
  }
  .review-leftt12 {
    background: #fff;
    padding: 18px 16px;
    box-sizing: border-box;
    border-radius: 30px;
    padding-top: 0;
  }
  .reviews-leftt12 p {
    padding-top: 0;
    margin-top: 15px !important;
  }
  .service-discountss h3 {
    text-align: center;
    font-size: 22px;
    padding-top: 19px;
  }
  .discount-pagesss .review-left-item {
    padding-bottom: 2px;
    margin-bottom: 20px;
  }
  .review-slide_partt2 {
    padding-top: 0 !important;
  }
  .reviews-left12 {
    padding: 10px 10px;
  }
  .down_mobile_Speedy_Section_left {
    border-color: rgba(175, 175, 182, 0.2);
  }
  .speedy-sec2ss {
    align-items: initial;
  }
  .speedy-sec2ss-left h5 {
    font-size: 32px;
  }
  .speedy-sec2ss-left .review-rating-right2 p:first-child {
    color: #2b2b3a;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-right: 10px;
    font-size: 30px;
  }
  .speedy-sec2ss-right .review-leftBtn {
    text-align: center;
    padding: 0 0;
    box-sizing: border-box;
  }
  .speedy-sec2ss-right .review-leftBtn a {
    color: #ff8718;
  }
  .new_speed-para {
    padding: 0;
    padding-bottom: 23px;
  }
  .new_apply-sec p {
    padding-top: 0;
  }
  .new_faq-sec {
    padding-bottom: 25px;
  }
  .reviews-leftt12ss p {
    padding-top: 25px;
  }
  .review-slide_part2sss {
    padding-top: 0 !important;
    margin-top: -17px !important;
  }
  .new_faq-sec11 {
    margin-top: -57px;
  }
  .main_partss {
    padding: 0;
  }
  .main_partss ._main_Top_casino_services {
    margin: 40px 5px;
  }
  .review-logo2ss img {
    position: relative;
    left: 0;
    width: 264px;
    height: 207px !important;
  }
}
@media screen and (max-width: 576px) {
  .review-left-dis {
    grid-template-columns: repeat(1, 1fr);
  }
}
.get-discount {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 8px 35px 8px 15px;
  color: #fff;
  background: #e3531e;
  z-index: 1;
}
.get-discount__close {
  position: absolute;
  top: 50%;
  right: 15px;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background: 0 0;
  transform: translate(0, -50%);
}
.get-discount__close:hover::after,
.get-discount__close:hover::before {
  background: #000;
}
.get-discount__close::after,
.get-discount__close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 1px;
  background: #fff;
  transform-origin: center center;
  transform: translate(-50%, -50%);
  transition: 0.2s background;
}
.get-discount__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.get-discount__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.get-discount__inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.get-discount__text {
  color: inherit;
}
.get-discount__link {
  display: inline-block;
  color: #e3531e;
  margin-left: 20px;
  padding: 0.35rem 1.15rem;
  font-weight: 500;
  background: #fff;
  border-radius: 8px;
  transition: color 0.15s;
}
.get-discount__link:hover {
  color: #2b2b3a;
}
.banner-heading--alt p {
  color: #6b6b7d;
}
.about-author {
  margin: 30px auto 45px;
  padding: 40px 30px;
  background: #fff;
  border-radius: 30px;
  line-height: 1.5;
}
.about-author h1,
.about-author h2,
.about-author h3,
.about-author h4,
.about-author h5,
.about-author h6 {
  font-size: 32px;
  font-weight: 500;
  color: #2b2b3a;
  line-height: 1;
}
.about-author h1 {
  position: static;
  top: 0;
  text-align: left;
}
.about-author__head {
  display: flex;
}
.about-author__img {
  flex-shrink: 0;
  margin-right: 40px;
  width: 312px;
  height: 312px;
  border-radius: 30px;
  overflow: hidden;
}
.about-author__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  background: linear-gradient(259.38deg, #0b0b12 0.68%, #323950 99.61%);
}
.about-author__heading {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 25px;
}
.about-author__heading h1,
.about-author__heading h2,
.about-author__heading h3,
.about-author__heading h4,
.about-author__heading h5,
.about-author__heading h6 {
  margin: 5px 24px 5px 0;
}
.about-author__authorname {
  display: flex;
  align-items: center;
  color: #e3531e;
}
.about-author__authorname svg {
  flex-shrink: 0;
  width: 30px;
  height: 25px;
  margin-right: 5px;
}
.about-author__body h1,
.about-author__body h2,
.about-author__body h3,
.about-author__body h4,
.about-author__body h5,
.about-author__body h6 {
  margin: 24px 0;
}
.about-author__body p {
  margin-bottom: 24px;
}
.about-author__body hr {
  max-width: 200px;
  margin: 0;
  border-color: transparent;
  border-bottom-color: #e3531e;
}
.author-reviews {
  padding: 0 0 45px;
}
.author-reviews:last-child {
  padding-bottom: 96px;
}
.author-reviews > h2 {
  margin: 0 0 30px;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 500;
}
.author-reviews .review-left1 {
  margin-bottom: 30px;
  grid-template-columns: repeat(4, 23.7%);
  grid-column-gap: 1.5%;
}
.author-reviews .review-leftBtn2 a {
  margin: 16px auto 8px;
}
.author-reviews .review-leftBtn a {
  margin: 8px auto 16px;
}
.author-reviews .date {
  padding: 0 16px;
}
.author-reviews .date p {
  color: #6b6b7d;
  font-size: 14px;
}
.author-reviews .date p i {
  margin-right: 5px;
}
.author-reviews--alt .review-left-item h4 {
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  line-height: 1.2;
}
.arrow-btn {
  text-align: center;
}
.arrow-btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.85rem 1.52rem;
  color: #fff;
  font-weight: 500;
  border-radius: 30px;
  background: #e3531e;
  transition: background 0.2s;
}
.arrow-btn a:hover {
  background: #c94717;
}
.arrow-btn img {
  margin-left: 8px;
}
@media screen and (max-width: 992px) {
  .get-discount {
    padding-bottom: 12px;
  }
  .get-discount__close {
    top: 8px;
    right: 8px;
    transform: none;
  }
  .get-discount__inner {
    display: block;
  }
  .get-discount__text {
    margin: 0 0 10px;
  }
  .get-discount__link {
    margin-left: 0;
  }
  .about-author {
    padding: 24px 16px;
  }
  .about-author__head {
    display: block;
  }
  .about-author__img {
    margin: 0 0 24px;
  }
  .about-author__heading {
    display: block;
  }
  .about-author__heading h1,
  .about-author__heading h2,
  .about-author__heading h3,
  .about-author__heading h4,
  .about-author__heading h5,
  .about-author__heading h6 {
    margin: 0 0 24px;
  }
  .author-reviews .review-left1 {
    grid-template-columns: repeat(2, 48%);
  }
}
@media screen and (max-width: 768px) {
  .author-reviews:last-child {
    padding-bottom: 80px;
  }
  .author-reviews > h2 {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .about-author__img {
    width: 296px;
    height: 296px;
    margin-right: auto;
    margin-left: auto;
  }
  .author-reviews .review-left1 {
    grid-template-columns: repeat(1, 100%);
  }
  .arrow-btn a {
    display: block;
    margin: 0 auto;
    max-width: 328px;
  }
}


.top-table-title h3 {
  text-align: center;
  font-size: 45px;
  line-height: 1.1;
  margin-bottom: 12px;
  font-weight: 800;
  color: #101828;
}

/* TABLE */

.inner_top-table-title1 table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 22px;
}

.table-top-item,
.table-top-item2 {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  transition: .25s ease;
}

.table-top-item {
  background: #ffffff;
  box-shadow:
    0 10px 30px rgba(15, 23, 42, 0.06);
}

.table-top-item2 {
  background:
    linear-gradient(
      135deg,
      #1f2340 0%,
      #24294f 45%,
      #1b1f38 100%
    );
  box-shadow:
    0 14px 40px rgba(22, 27, 59, 0.25);
}

.table-top-item:hover,
.table-top-item2:hover {
  transform: translateY(-4px);
}

.table-top-item td,
.table-top-item2 td {
  padding: 28px 20px;
  vertical-align: middle;
}

.table-top-item td:not(:last-child) {
  border-right: 1px solid rgba(15,23,42,.06);
}

.table-top-item2 td:not(:last-child) {
  border-right: 1px solid rgba(255,255,255,.08);
}

/* LOGO */

.fastLogo,
.fastLogo2 {
  width: 120px;
  min-width: 120px;
}

.fastLogo img,
.fastLogo2 img {
  width: 170px;
  height: 90px;
  object-fit: contain;
  border-radius: 18px;
  padding: 10px;
  display: block;
  margin: 0 auto;
}

/* BRAND */

.table-top-item h5,
.table-top-item2 h5 {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 800;
}

.table-top-item h5 {
  color: #0f172a;
}

.table-top-item2 h5 {
  color: #ffffff;
}

.table-top-item h4,
.table-top-item2 h4 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
}

/* RATING */

.review_point,
.first_review_point {
  font-size: 42px;
  line-height: 1;
  font-weight: 800;
}

.table-top-item .review_point {
  color: #111827;
}

.table-top-item2 .review_point,
.table-top-item2 .first_review_point {
  color: #ffffff;
}

.rating {
  display: flex;
  gap: 3px;
}

.rating i,
.star_icon i {
  color: #ffb800;
  font-size: 18px;
}

/* LABELS */

.table-top-item p,
.table-top-item2 p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .2px;
}

.table-top-item p {
  color: #64748b;
}

.table-top-item2 p {
  color: rgba(255,255,255,.7);
}

.table-top-item td h4:not(.review_point),
.table-top-item2 td h4:not(.review_point) {
  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
}

.table-top-item td h4 {
  color: #0f172a;
}

.table-top-item2 td h4 {
  color: #ffffff;
}

/* BUTTONS */

.viewSite,
.viewSite11 {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 999px;
  background:
    linear-gradient(
      135deg,
      #ffb800 0%,
      #ff9500 100%
    );
  color: #111827 !important;
  text-decoration: none;
  font-size: 17px;
  font-weight: 800;
  transition: .25s ease;
  box-shadow:
    0 10px 25px rgba(255,184,0,.25);
}

.viewSite:hover,
.viewSite11:hover {
  transform: translateY(-2px);
  box-shadow:
    0 14px 30px rgba(255,184,0,.35);
}

.viewSite2 {
  display: inline-block;
  margin-top: 16px;
  color: #ff6b2c !important;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.viewSite2:hover {
  text-decoration: underline;
}

/* MOBILE */

.mobile_Speedy_paper {
  background: #ffffff;
  border-radius: 26px;
  padding: 24px;
  margin-bottom: 24px;
  box-shadow:
    0 12px 32px rgba(15,23,42,.06);
}

.mobile_Speedy_paper_top1 {
  background:
    linear-gradient(
      135deg,
      #1f2340 0%,
      #24294f 45%,
      #1b1f38 100%
    );
}

.mobile_Speedy_paper1 {
  display: flex;
  align-items: center;

}

.mobile_Speedy_paper1_left_img {

  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile_speedypaper_img {
  max-width: 100%;
  height: auto;
}


.mobile_Speedy_paper_top1 h2,
.mobile_Speedy_paper_top1 h4,
.mobile_Speedy_paper_top1 p {
  color: #ffffff;
}



.mobile_Speedy_paper1_right h4 span:first-child {
  font-size: 26px;
  font-weight: 800;
}

.mobile_Speedy_paper2 {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 5px 0;
}

.mobile_Speedy_paper2:not(:last-child) {
  border-bottom: 1px solid rgba(15,23,42,.08);
}

.mobile_Speedy_paper_top1 .mobile_Speedy_paper2:not(:last-child) {
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.mobile_Speedy_paper2_left p {
  font-size: 14px;
  opacity: .75;
}

.mobile_Speedy_paper2_right p {
  font-size: 18px;
  font-weight: 800;
}

.mobile_Speedy_paper_btn {
  display: flex;
  gap: 14px;
  margin-top: 26px;
}

.mobile_Speedy_paper_btn a {
  flex: 1;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 800;
}

.mobile_Speedy_paper_btn_left a {
  background:
    linear-gradient(
      135deg,
      #ffb800 0%,
      #ff9500 100%
    );
  color: #111827;
}

.mobile_Speedy_paper_btn_right a {
  background: rgba(255,255,255,.1);
  color: #ffffff;
}

.mobile_Speedy_paper:not(.mobile_Speedy_paper_top1)
.mobile_Speedy_paper_btn_right a {
  color: #111827;
}

/* LOAD MORE */

.Load_more_btn {
  text-align: center;
  margin-top: 35px;
}

.Load_more_btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  padding: 0 34px;
  border-radius: 999px;
  background: #111827;
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
}

/* RESPONSIVE */

@media (max-width: 1200px) {

  .table-top-item td,
  .table-top-item2 td {
    padding: 22px 14px;
  }

  .top-table-title h3 {
    font-size: 46px;
  }

  .review_point,
  .first_review_point {
    font-size: 42px;
  }

}

@media (max-width: 992px) {

  .computer_view {
    display: block;
  }
  .computer_view_new {
    display: none;
  }


  .mobile_view_new {
    display: block;
  }

  .top-table-title h3 {
    font-size: 36px;
  }

}

@media (min-width: 993px) {

  .computer_view {
    display: block;
  }
  .computer_view_new {
    display: block;
  }


  .mobile_view_new {
    display: none;
  }

}
.sticky-bonus {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: #111827;
  
    box-shadow: 0 -4px 15px rgba(0,0,0,0.25);
}

.sticky-bonus-container {
    max-width: 1200px;
    margin: 0 auto;
      padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.sticky-bonus-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.sticky-bonus-logo img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    border-radius: 12px;
    background: #fff;
    padding: 6px;
}

.sticky-bonus-label {
    display: block;
    font-size: 12px;
    color: #f59e0b;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.sticky-bonus-content h3 {
    color: #fff;
    font-size: 20px;
    margin: 0;
}

.sticky-bonus-content p {
    color: #d1d5db;
    margin: 4px 0 0;
    font-size: 14px;
}

.sticky-bonus-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ca582d;
    color: #fff;
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 12px;
    font-weight: 700;
    transition: .3s;
    white-space: nowrap;
}

.sticky-bonus-btn:hover {
    transform: translateY(-2px);
    opacity: .9;
}

@media (max-width: 768px) {

    .sticky-bonus {
        padding: 10px;
    }

    .sticky-bonus-container {
        gap: 10px;
    }

    .sticky-bonus-logo img {
        width: 48px;
        height: 48px;
    }

    .sticky-bonus-content h3 {
        font-size: 16px;
    }

    .sticky-bonus-content p {
        font-size: 12px;
    }

    .sticky-bonus-btn {
        padding: 12px 18px;
        font-size: 14px;
    }

}

@media (max-width: 768px) {

    .sticky-bonus {
        padding: 0;
    }

    .sticky-bonus-container {
        gap: 10px;
          padding: 6px 10px;
        align-items: center;
    }

    .sticky-bonus-left {
        gap: 10px;
        min-width: 0;
        flex: 1;
    }

    .sticky-bonus-logo img {
        width: 42px;
        height: 42px;
        min-width: 42px;
        border-radius: 10px;
        padding: 4px;
    }

    .sticky-bonus-label {
        font-size: 9px;
        margin-bottom: 2px;
        line-height: 1.1;
    }

    .sticky-bonus-content {
        min-width: 0;
    }

    .sticky-bonus-content h3 {
        font-size: 16px;
        line-height: 1.1;
        margin-bottom: 2px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .sticky-bonus-content p {
        font-size: 12px;
        line-height: 1.2;
        margin: 0;
        color: #d1d5db;

        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .sticky-bonus-right {
        flex-shrink: 0;
        width: 25%;
    }

    .sticky-bonus-btn {
        padding: 10px 14px;
        font-size: 13px;
        border-radius: 10px;
        width: 50px;
      
    }

}

table {
    width: 100%;
    min-width: 700px;
    border-collapse: collapse;
    display: block;
}

tbody {
    display: table;
    width: 100%;
}
.table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}







.casino-section{
  padding:0px 5px;
}

.casino-card{
  max-width:1200px;
  margin:auto;
  background:#edf2f7;
  border-radius:24px;
  padding:20px;
  padding-top: 0;
}

.casino-top{
  margin-bottom:15px;
}

.casino-brand{
  display:flex;
  gap:20px;
  align-items:centr;
  margin-bottom:10px;
  margin-top: 15px;
}

.casino-brand img{
  width:160px;
  border-radius:12px;
}

.casino-brand-info{
  flex:1;
  margin-bottom: 10px;
}

.casino-title-row{
  display:flex;
  align-items:center;
  gap:15px;
}

.casino-title-row h2{
  font-size:42px;
  font-weight:700;
  color:#14213d;
}

.casino-rating{
  font-size:24px;
  font-weight:600;
  color:#14213d;
}

.casino-rating span{
  color:#f5a623;
}

.casino-brand-info p{
  font-size:18px;
  line-height:1.7;
  color:#4b5565;
  max-width:1000px;
}

.casino-stats{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  background:#e7edf5;
  border-radius:18px;
  overflow:hidden;
}

.stat-item{
  padding:10px;
  border-right:1px solid #d4dbe5;
}

.stat-item:last-child{
  border-right:none;
}

.stat-item span{
  display:block;
  font-size:15px;
  color:#8a93a5;
  margin-bottom:10px;
}

.stat-item strong{
  font-size:20px;
  line-height:1.3;
  color:#14213d;
  font-weight:700;
}

.info-box{
  display:flex;
  gap:35px;
  background:#fff;
  border-radius:26px;
  padding:35px;
  margin-bottom:30px;
}

.info-icon{
  min-width:110px;
}

.info-icon img{
  width:100px;
  border-radius:18px;
}

.info-content{
  flex:1;
}

.info-content h3{
  font-size:34px;
  line-height:1.2;
  margin-bottom:25px;
  color:#0f172a;
}
.info-content h2{
  font-size: 34px;
  line-height:1.2;
  margin-bottom:25px;
  color:#0f172a;
}
.info-content p{
  font-size:20px;
  line-height:1.8;
  color:#2f3a4d;
  margin-bottom:20px;
}

.line{
  width:140px;
  height:4px;
  background:#ff5a36;
  border-radius:20px;
  margin-top:20px;
}

@media(max-width:992px){

  .casino-stats{
    grid-template-columns:repeat(2,1fr);
  }

  .info-content h3{
    font-size:32px;
  }

  .info-content p{
    font-size:18px;
  }
}

@media(max-width:768px){

  .casino-card{
    padding:10px 0;
    padding-top: 0;
  }

  .casino-brand{
    flex-direction:column;
  }

  .casino-title-row h2{
    font-size:32px;
  }

  .casino-rating{
    font-size:20px;
  }

  .casino-brand-info p{
    font-size:16px;
  }

  .casino-stats{
    grid-template-columns:1fr;
  }

  .stat-item{
    padding: 0;
    padding-bottom: 5px;
    padding-left: 5px;
    border-right:none;
    border-bottom:1px solid #d4dbe5;
  }

  .stat-item:last-child{
    border-bottom:none;
  }

  .info-box{
    flex-direction:column;
    gap:20px;
    padding:10px;
  }

  .info-content h3{
    font-size:28px;
  }

  .info-content p{
    font-size:16px;
    line-height:1.7;
  }
}

.table-scroll{
  width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
}

.table-scroll table{
  width:100%;
  min-width:700px;
  border-collapse:collapse;
}