/* .review-section */
.review-section {
  padding-bottom: 40px;
  background: #ffffff;
  font-family: Inter;
}
.review-section .review-header {
  margin-bottom: 35px;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
  padding: 25px;
}
.review-section .review-header p {
  color: #6b7280;
  padding-right: 10px;
  /*max-width: 950px;*/
}
.review-section .review-header h2 {
  font-size: 30px;
  line-height: normal;
  margin-bottom: 20px;
}
.review-section .review-card {
  display: flex;
  gap: 40px;
  padding: 40px;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
  flex-wrap: wrap;
}
.review-section .review-left {
  width: 280px;
}
.review-section .review-left h3,
.review-section .review-right h3 {
  font-size: 24px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 25px;
}
.review-section .rating-number {
  display: flex;
  align-items: baseline;
  margin-bottom: 15px;
}
.review-section .rating-number .score {
  font-size: 62px;
  font-weight: 700;
  color: var(--primary-color);
  line-height: 1;
}
.review-section .rating-number .out-of {
  font-size: 28px;
  color: #6b7280;
  margin-left: 6px;
}
.review-section .stars {
  font-size: 28px;
  color: #6d28d9;
  letter-spacing: 5px;
  margin-bottom: 25px;
}
.review-section .review-note {
  background: #f5f3ff;
  padding: 20px;
  border-radius: 12px;
}
.review-section .review-note p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #4b5563;
}
.review-section .review-right {
  flex: 1;
  min-width: 320px;
}
.review-section .rating-item {
  display: grid;
  grid-template-columns: 140px 1fr 70px;
  align-items: center;
  gap: 15px;
  margin-bottom: 22px;
}
.review-section .rating-item .label {
  font-size: 16px;
  font-weight: 600;
  color: #374151;
}
.review-section .progress {
  width: 100%;
  height: 8px;
  background: #e5e7eb;
  border-radius: 30px;
  overflow: hidden;
}
.review-section .progress-bar {
  height: 100%;
  background: #6d28d9;
  border-radius: 30px;
}
.review-section .rating-item .value {
  font-size: 15px;
  font-weight: 700;
  color: #111827;
  text-align: right;
}
/* hosting-review-section */
.hosting-review-section {
  /*padding: 60px 0;*/
  /*background: #f5f5f5;*/
  font-family: Inter;
}
.hosting-review-section .hosting-review-box {
  background: #ffffff;
  border: 1px solid #ddd;
  padding: 25px;
  border-radius: 6px;
}
.hosting-review-section .hosting-plan-item {
  display: flex;
  gap: 20px;
  padding: 22px;
  background: #f8f7ff;
  border-radius: 10px;
  margin-bottom: 15px;
  align-items: flex-start;
}
.hosting-review-section .hosting-plan-item:last-child {
  margin-bottom: 0;
}
.hosting-review-section .plan-icon {
  width: 55px;
  height: 55px;
  min-width: 55px;
  border-radius: 50%;
  background: #5b2be0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 22px;
}
.hosting-review-section .plan-content h3 {
  font-size: 22px;
  font-weight: 700;
  color: #2d2d2d;
  margin-bottom: 10px;
}
.hosting-review-section .plan-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #5f6368;
  margin: 0;
}
/* why-choose-section */
.why-choose-section {
  padding: 40px 0;
  background: #ffffff;
  font-family: Inter;
}
.why-choose-section .section-heading {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: left;
}
.why-choose-section .feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}
.why-choose-section .feature-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 28px 24px;
  transition: 0.3s ease;
}
.why-choose-section .feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
.why-choose-section .feature-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #f3f0ff;
  color: #5b2be0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
}
.why-choose-section .feature-card h3 {
  font-size: 21px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 14px;
}
.why-choose-section .feature-card p {
  font-size: 15px;
  line-height: 1.8;
  color: #6b7280;
  margin: 0;
}
.why-choose-section .coupon-box {
  background: #f7f5ff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.why-choose-section .coupon-left {
  display: flex;
  align-items: center;
  gap: 18px;
}
.why-choose-section .coupon-icon {
  width: 65px;
  height: 65px;
  border-radius: 14px;
  background: #ede9fe;
  color: #5b2be0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}
.why-choose-section .coupon-content h3 {
  font-size: 24px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 8px;
}
.why-choose-section .coupon-content p {
  margin: 0;
  font-size: 15px;
  color: #6b7280;
}
.why-choose-section .coupon-btn {
  background: #5b2be0;
  color: #ffffff;
  text-decoration: none;
  padding: 8px 26px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s ease;
}
.why-choose-section .coupon-btn:hover {
  background: #4a1fd1;
  color: #ffffff;
}

/* pros-cons-section */
.pros-cons-section .pros-cons-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  /* border: 1px solid #1f2937; */
  padding: 0px 0px;
  background: #ffffff;
}
.pros-cons-section .pros-box,
.pros-cons-section .cons-box {
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 12px;
  padding: 30px;
}
.pros-cons-section .box-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
}
.pros-cons-section .box-heading i {
  font-size: 24px;
}
.pros-cons-section .pros-box .box-heading i {
  color: #16a34a;
}
.pros-cons-section .cons-box .box-heading i {
  color: #ef4444;
}
body .pros-cons-section .cons-box {
  background-color: transparent;
}
.pros-cons-section .box-heading h3 {
  font-size: 24px;
  font-weight: 700;
  color: #1f2937;
  margin: 0;
}
.pros-cons-section .pros-list,
.pros-cons-section .cons-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pros-cons-section .pros-list li,
.pros-cons-section .cons-list li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 1.7;
  color: #4b5563;
}
.pros-cons-section .pros-list li:last-child,
.pros-cons-section .cons-list li:last-child {
  margin-bottom: 0;
}
.pros-cons-section .pros-list li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #16a34a;
  position: absolute;
  left: 0;
  top: 2px;
}
.pros-cons-section .cons-list li::before {
  content: "\f057";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ef4444;
  position: absolute;
  left: 0;
  top: 2px;
}
/* .competitor-section */
.competitor-section {
  padding: 40px 0;
  background: #ffffff;
  font-family: Inter;
}
.competitor-section .competitor-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}
.competitor-section .table-responsive {
  overflow-x: auto;
}
.competitor-section .competitor-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 850px;
  background: #ffffff;
}
.competitor-section .competitor-table th,
.competitor-section .competitor-table td {
  border: 1px solid #e5e7eb;
  padding: 18px 20px;
  text-align: center;
  font-size: 15px;
  color: #374151;
}
.competitor-section .competitor-table th {
  background: #f9fafb;
  font-size: 16px;
  font-weight: 700;
  color: #111827;
}
.competitor-section .competitor-table td:first-child,
.competitor-section .competitor-table th:first-child {
  text-align: left;
  font-weight: 600;
  width: 220px;
}
.competitor-section .highlight-column {
  border-left: 2px solid #7c3aed !important;
  border-right: 2px solid #7c3aed !important;
  background: #faf5ff;
  font-weight: 600;
}
.competitor-section .competitor-table thead .highlight-column {
  border-top: 2px solid #7c3aed !important;
}
.competitor-section .competitor-table tbody tr:last-child .highlight-column {
  border-bottom: 2px solid #7c3aed !important;
}
.competitor-section .best-tag {
  display: block;
  margin-top: 8px;
  padding: 5px 12px;
  background: #7c3aed;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  border-radius: 30px;
}

/* service-highlight-section */
.service-highlight-section {
  background: #ffffff;
  font-family: Inter;
}
.service-highlight-section .service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
.service-highlight-section .service-card {
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 14px;
  padding: 30px;
  transition: 0.3s ease;
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.service-highlight-section .service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
.service-highlight-section .service-icon {
  width: 58px;
  height: 58px;
  min-height: 58px !important;
  min-width: 58px !important;
  border-radius: 50%;
  background: #f3f0ff;
  color: #6d28d9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  /* margin-bottom: 20px; */
}
.service-highlight-section .service-content h3 {
  font-size: 24px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 15px;
}
.service-highlight-section .service-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #6b7280;
  /* margin-bottom: 25px; */
}
.service-highlight-section .service-card:hover {
  background: #faf5ff3d;
  border-color: #673de6;
}
.service-highlight-section .service-btn {
  display: inline-block;
  padding: 12px 22px;
  border: 2px solid #7c3aed;
  border-radius: 8px;
  color: #7c3aed;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s ease;
}
.service-highlight-section .service-btn:hover {
  background: #7c3aed;
  color: #ffffff;
}
/* conclusion-section */
.conclusion-section {
  padding: 40px 0;
  background: #ffffff;
  font-family: Inter;
}
.conclusion-section .conclusion-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  background: #faf5ff;
  border: 1px solid #673de61f;
  border-radius: 22px;
  padding: 25px 30px;
  flex-wrap: wrap;
}
.conclusion-section .conclusion-left {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  flex: 1;
  min-width: 320px;
}
.conclusion-section .conclusion-icon {
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 50%;
  background: #673de6;
  color: #ffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
}
.conclusion-section .conclusion-content h2 {
  font-size: 34px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 14px;
  line-height: 1.3;
}
.conclusion-section .conclusion-content p {
  font-size: 17px;
  /*line-height: 1.8;*/
  color: #4b5563;
  margin: 0;
  max-width: 650px;
}
.conclusion-section .conclusion-features ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.conclusion-section .conclusion-features ul li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 500;
  color: #374151;
  line-height: 12px;
}
.conclusion-section .conclusion-features ul li:last-child {
  margin-bottom: 0;
}
.conclusion-section .conclusion-features ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #16a34a;
  position: absolute;
  left: 0;
  top: 1px;
}

.conclusion-section .visit-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #673de6;
  color: #fff;
  text-decoration: none;
  padding: 16px 30px;
  border-radius: 12px;
  font-size: 17px;
  font-weight: 700;
  transition: 0.3s ease;
}

.conclusion-section .visit-btn:hover {
  background: #673de6;
  color: #fff;
}
/* related-services-section */

.related-services-section {
  padding: 0px 0 20px;
  background: #ffffff;
  font-family: Inter;
  padding: 25px;
  border: 1px solid #dddddd;
  border-radius: 15px;
  background: #faf5ff;
}
.related-services-section .related-services-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.related-services-section .service-item {
  display: flex;
  align-items: center;
  gap: 22px;
}
.related-services-section .service-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  background: #f3f0ff;
  color: #5b2be0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}

.related-services-section .service-content h5 {
  font-size: 16px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 8px;
}

.related-services-section .service-content p {
  font-size: 15px;
  color: #6b7280;
  margin: 0;
  line-height: 1.7;
}

.related-services-section .service-items {
  display: flex;
  gap: 14px;
  padding: 14px 15px;
  border: 1px solid #cfd1e9;
  border-radius: 15px;
  background: #fff;
  /* justify-content: space-between; */
}
h4.related-services-title {
  margin-bottom: 25px;
  font-size: 23px;
  font-weight: 600;
}
.service-content {
  border-left: 1px solid #ddd;
  padding-left: 19px;
}
body .write-review-btn-box {
  display: block;
}

.write-review-content {
  gap: 10px;
  display: flex;
  align-items: center;
}

button.btn.primary-btn.add-review-btn {
  margin: 0px 0px;
  width: 100%;
  padding: 10px;
  font-size: 17px;
}

.write-review-content-logo {
  width: 45px;
  height: 45px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

.write-review-content-text {
  width: 100%;
  max-width: calc(100% - 55px);
}

.write-review-content-logo i.fas.fa-comments {
  color: #673de6;
  font-size: 20px;
}

.write-review-content-text p {
  font-weight: 700;
}

.write-review-content-text span {
  font-size: 12px;
  line-height: 18px !important;
}

p.write-review-content-text-footer {
  font-size: 13px;
}
body .user-rating-summary-section {
  background: transparent;
}

body .company-profile-detail-left {
  width: 100%;
  padding-right: 0;
}
body .company-profile-detail {
  justify-content: left !important;
}
body .comapany-profile-head {
  max-width: 100%;
}
.company-profile-sec {
  padding: 50px 0 60px !important;
}
body .comapny-review-box {
  border: transparent;
  max-width: 100%;
  background: #fff;
  border: 1px solid #cfd1e9;
  border-radius: 15px;
}
.service-highlight-section .service-card .service-content {
  border-left: 0 !important;
}

.comapany-profile-txt {
  max-width: calc(100% - 200px);
}
.company-not-found {
  margin-top: 20px;
  color: #fff;
  background: #f00000;
  font-size: 18px;
  line-height: 28px;
}
.related-services-section .service-icon i {
  font-size: 20px;
}
.NoLongerOperating h2 {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 28px;
}

.NoLongerOperating p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}

section.company-centent-sec .comapny-all-detail .comapny-main-left {
  max-width: 100%;
}

.company-not-found {
  padding: 10px;
}

.comapny-main-left.no-active-company h2 {
  margin-bottom: 20px;
}

.secrion-8 .company-address {
  margin: 0 0 0px;
}

.secrion-8 ul {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  gap: 20px;
}
.comaony-disc p {
  color: var(--text-color) !important;
}
.comapany-profile-txt p {
  margin: 12px 0px;
}
.url-box .btn.btn-primary {
  background: #1a0b48;
  border-color: #1a0b48;
  width: 100%;
}
.company-profile-img-box {
  margin-bottom: 15px;
}
body .company-badge {
  padding: 13px;
  gap: 12px;
}
.company-badge b {
  font-size: 23px;
}
.custom-tooltip .tooltip-text {
  width: 100%;
}
.comapny-h3,
.company-summary h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 30px;
}
.comapany-badge-boxs p {
  font-size: 11px;
}

.image-logo img {
  width: 36px;
}

.comapany-badge-boxs .col-md-4.col-lg-2 {
  padding: 0px 5px;
}
body .comapany-coupon-box a {
  text-decoration: none !important;
  font-size: 11px;
}
.payments-accept-box,
#awards-and-badges,
.reviews-img-box.company-div {
  border: 1px solid #e5e7eb;
  border-radius: 22px;
  padding: 25px 40px !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
}
.payments-accept-box h3.comapny-h3,
#awards-and-badges h3.comapny-h3,
.reviews-img-box.company-div h3.comapny-h3 {
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 25px;
}
.payments-accept-box .payments-accept-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 100%;
}
.award-img {
  cursor: pointer;
  max-width: 220px !important;
  width: 100%;
  background: #b39ef21c;
  padding: 20px;
  height: 160px !important;
  object-fit: contain;
  border-radius: 10px;
  transition: transform 0.3s ease;
  border: 1px solid #e5e7eb;
}
div#awards-and-badges .div-icon .service-icon {
  width: 35px;
  height: 35px;
  min-width: 35px;
  border-radius: 50%;
  background: #5b2be0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 16px;
}
div#awards-and-badges h3 {
  margin-bottom: 0 !important;
}
div#awards-and-badges {
  /* background: #f2e5ff66; */
  background: #f2e5ff24;
  margin: 0 0 40px;
}
div#awards-and-badges .div-icon {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  gap: 20px;
}
.reviews-img-box.company-div .owl-item {
  border: 1px solid #e5e7eb;
  border-radius: 22px;
  padding: 25px 20px !important;
  /* box-shadow: 0 8px 30px rgb(103 61 230 / 4%); */
  transition: all 0.3s;
  transform: translateY(0px);
  background: #f5f0fe00;
}
.comp-reviews-total-rating {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.comp-reviews-total-rating p {
  border: 1px solid #e5e7eb;
  border-radius: 15px;
  padding: 3px 15px;
  background: #f5f0fe;
}
.Reviews-box-heading .service-icon {
  width: 35px;
  height: 35px;
  min-width: 35px;
  border-radius: 50%;
  background: #5b2be0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 16px;
}

.Reviews-box-heading .service-icon i {
  color: #fff !important;
}

.Reviews-box-heading {
  display: flex;
  gap: 10px;
}

.reviews-img-box.company-div h3.comapny-h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
  text-align: left;
}
.comapny-review-head {
  top: 0 !important;
}
.review-section-new .review-list li:first-child:before {
  content: "\f017";
  font-family: "FontAwesome";
}
.review-section-new .review-list li:last-child:before {
  content: "\f05a";
  font-family: "FontAwesome";
}
.reviews-img-box.company-div .owl-item:hover {
  transform: translateY(-5px);
  box-shadow: 0px 12px 30px 6px rgb(103 61 230 / 6%);
}
.reviews-img-box.company-div .owl-stage {
  padding: 25px 0px;
  /* width: 100% !important; */
}

.company-rating-review-no {
  border-top: 1px dashed #ddd;
  margin-top: 10px;
  padding-top: 12px;
}
.faq-section {
  padding: 70px 0;
  background: #fff;
}

/* .faq-section  .container {
width: 90%;
max-width: 1100px;
margin: auto;
} */

.faq-section .faq-header {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.faq-section .faq-header h2 {
  font-size: 32px;
  line-height: 40px;
  margin: 10px 0;
  color: #1d1d1f;
}

.faq-section .faq-header p {
  color: #666;
  font-size: 16px;
}

.faq-section .faq-badge {
  width: 45px;
  height: 45px;
  background: #f2ebff;
  color: #6f42ff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
}

.faq-section .faq-support-box {
  border: 1px solid #eee;
  padding: 25px;
  border-radius: 18px;
  min-width: 300px;
  background: #fff;
}

.faq-section .faq-support-box h4 {
  margin-bottom: 8px;
  font-size: 18px;
}

.faq-section .faq-support-box p {
  margin-bottom: 10px;
}

.faq-section .faq-support-box a {
  color: #6f42ff;
  text-decoration: none;
  font-weight: 600;
}

.faq-section .faq-wrapper {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.faq-section .faq-item {
  border: 1px solid #eee;
  border-radius: 18px;
  overflow: hidden;
  transition: 0.3s;
  background: #fff;
}

.faq-section .faq-item.active {
  border-color: #d9c8ff;
  box-shadow: 0 4px 15px rgba(111, 66, 255, 0.08);
}

.faq-section .faq-question {
  width: 100%;
  border: none;
  background: transparent;
  padding: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  color: #1d1d1f;
}

.faq-section .faq-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #f3ecff;
  color: #6f42ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
}

.faq-section .faq-answer {
  display: none;
  padding: 0 25px 25px;
  color: #666;
  line-height: 1.8;
  font-size: 16px;
}

.faq-section .faq-item.active .faq-answer {
  display: block;
}

.faq-section .faq-link {
  display: inline-block;
  margin-top: 15px;
  color: #6f42ff;
  text-decoration: none;
  font-weight: 600;
}
.faq-header-box {
  display: flex;
  gap: 12px;
}

.faq-section .faq-header h2 {
  margin-top: 0;
}
body .faq-section {
  background: transparent;
  padding-top: 10px;
}
.faq-section .faq-item.active {
  background: #f0edf7;
}

.faq-section .faq-item.active .faq-icon {
  background: #fff;
}
body .payments-accept-inner p {
  opacity: 1;
  font-weight: 600;
}
.faq-section .faq-item:hover {
  border-color: #d9c8ff;
}
body .payments-accept-inner p:hover {
  color: #673de6;
}
.companyreviews-reviews-box.company-div {
  margin-top: 20px;
}
.faq-title-box {
  width: 100%;
  max-width: calc(100% - 55px);
}
.faq-section .faq-question > span:first-child {
  width: 100%;
  max-width: calc(100% - 50px);
  text-align: left;
}
.user-rating-summary-section {
  background: #f5f5f7;
}

.user-rating-summary-section .user-rating-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  max-width: 400px;
  margin: auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #ececec;
}

.user-rating-summary-section .rating-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #1d1d1f;
  text-align: center;
}

.user-rating-summary-section .overall-rating-1 {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 0;
  color: var(--primary-color);
}

.user-rating-summary-section .out-of-rating {
  font-size: 16px;
  color: #777;
  margin-bottom: 15px;
}

.user-rating-summary-section .rating-stars {
  color: #ffd655;
  font-size: 20px;
  margin-bottom: 30px;
}

.user-rating-summary-section .rating-progress-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.user-rating-summary-section .rating-progress-item span {
  font-size: 14px;
  color: #444;
  min-width: 55px;
}

.user-rating-summary-section .progress {
  flex: 1;
  height: 8px;
  background: #ececec;
  border-radius: 30px;
  overflow: hidden;
}

.user-rating-summary-section .progress-bar {
  height: 100%;
  background: #6c2cff;
  border-radius: 30px;
}

.user-rating-summary-section .write-review-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #5a19ff;
  color: #fff;
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.user-rating-summary-section .write-review-btn:hover {
  background: #4710d3;
  color: #fff;
}

.user-rating-summary-section .review-note {
  margin-top: 25px;
  color: #666;
  font-size: 15px;
}
body .user-rating-card .review-bar-list .progress {
  background-color: #eeeeee;
}
.reviews-img-box-inner {
  text-align: center;
}
.comp-reviews-img {
  margin: 0 auto;
}
.reviews-img-box.company-div {
  position: unset !important;
  background-color: #f5f0fe42;
}
.comapny-review-head {
  top: 55px;
}
.companyreviews-reviews-box.company-div h3.comapny-h3 {
  top: 0;
}
.companyreviews-reviews-box.company-div h3.comapny-h3 {
  position: unset !important;
  top: unset !important;
}
.conclusion-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
body .company-profile-img-box {
  height: 167px;
}
/* vishal css */

.review-section-new {
  padding: 40px 20px;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 1;
}

.review-section-new .review-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.review-section-new .review-card {
  flex: 1;
  min-width: 300px;
  background: #faf8ff;
  border: 1px solid #cfd1e9;
  border-radius: 14px;
  padding: 25px;
  text-align: center;
  position: relative;
}

.review-section-new .review-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 15px;
  border: 2px solid #d7c8ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7b3ff2;
  font-size: 28px;
  background: #fff;
}
.btn {
  font-weight: 500;
}
.review-section-new .review-card h3 {
  font-size: 20px;
  color: #1f1f1f;
  margin-bottom: 10px;
  font-weight: 600;
}

.review-section-new .review-card p {
  color: var(--text-color);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.review-section-new .review-footer {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid #ece7ff;
  border-radius: 10px;
  padding: 12px;
  font-size: 14px;
  color: var(--text-color);
  text-align: left;
}

.review-section-new .review-footer i {
  color: #7b3ff2;
  font-size: 18px;
}

.review-section-new .breakdown-title {
  text-align: left;
  margin-bottom: 20px;
}

.review-section-new .rating-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.review-section-new .rating-row span {
  width: 40px;
  text-align: left;
  font-size: 14px;
  color: #333;
}

.review-section-new .rating-row small {
  width: 35px;
  text-align: right;
  color: #777;
}

.review-section-new .progress-bar {
  flex: 1;
  height: 8px;
  background: #e9e9ef;
  border-radius: 30px;
  overflow: hidden;
}

.review-section-new .progress-fill {
  height: 100%;
  background: #7b3ff2;
  width: 0%;
}

.review-section-new .center-footer {
  margin-top: 20px;
}

.review-section-new .review-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #7b3ff2;
  color: #fff;
  padding: 14px 22px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
  transition: 0.3s;
}

.review-section-new .review-btn:hover {
  background: #632ad8;
}

.review-section-new .review-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  margin-top: 10px;
}

.review-section-new .review-list li {
  font-size: 14px;
  color: var(--text-color);
  margin-bottom: 10px;
  position: relative;
  padding-left: 27px;
}

.review-section-new .review-list li::before {
  content: "â€¢";
  position: absolute;
  left: 0;
  top: 0;
  color: #7b3ff2;
  font-size: 18px;
}

.comp-reviews-Rating h5 span {
  font-size: 32px;
  font-weight: 700;
  color: #4f46e5;
  line-height: 1;
}
.comapny-review-head * {
  box-sizing: border-box;
}

.comapny-review-head {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 30px;
  background: linear-gradient(135deg, #ffffff, #f8f6ff);
  border: 1px solid #ece7ff;
  border-radius: 24px;
  box-shadow: 0 10px 35px rgba(108, 61, 244, 0.08);
  flex-wrap: wrap;
  overflow: hidden;
}

.comapny-review-head .comapny-review-left {
  width: 240px;
  text-align: center;
}

.comapny-review-head .comapny-review-box {
  background: #fff;
  padding: 30px 20px;
  border-radius: 20px;
  border: 1px solid #f0ebff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
  /* min-height: 288px; */
  height: 100%;
}

.comapny-review-head .comapny-review-box strong {
  display: block;
  font-size: 42px;
  line-height: 48px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 15px;
}

.comapny-review-head .comapny-star-box {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-bottom: 15px;
}

.comapny-review-head .comapny-star-box span {
  color: #ffb400;
  font-size: 20px;
}

.comapny-review-head .comapny-review-box p {
  margin: 0;
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 600;
}

.comapny-review-head .comapny-review-left > p {
  margin-top: 15px;
  font-size: 16px;
  color: #6b7280;
  font-weight: 500;
}

.comapny-review-head .review-bar-box {
  flex: 1;
  min-width: 300px;
}

.comapny-review-head .review-bar-list {
  display: grid;
  grid-template-columns: 20px 1fr 60px 90px;
  align-items: center;
  gap: 15px;
  margin-bottom: 16px;
}

.comapny-review-head .review-bar-list p {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #374151;
}

.comapny-review-head .review-bar-list p:nth-of-type(2) {
  color: #6c3df4;
  font-weight: 700;
}

.comapny-review-head .review-bar-list p:last-child {
  color: #6b7280;
}

.comapny-review-head .progress {
  height: 10px;
  background: #ebe8ff;
  border-radius: 50px;
  overflow: hidden;
  margin-bottom: 0;
}

.comapny-review-head .progress-bar {
  height: 100%;
  border-radius: 50px;
  background: linear-gradient(90deg, #6c3df4, #8b5cf6);
}

.comapny-review-head .write-review-btn-box {
  width: 320px;
  padding: 28px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #ece7ff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.comapny-review-head .write-review-content {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  margin-bottom: 24px;
}

.comapny-review-head .write-review-content-logo {
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 50%;
  background: linear-gradient(135deg, #efe8ff, #f5f1ff);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c3df4;
  font-size: 22px;
}

.comapny-review-head .write-review-content-text p {
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 32px;
  font-weight: 700;
  color: #111827;
}

.comapny-review-head .write-review-content-text span {
  display: block;
  color: #6b7280;
  font-size: 15px;
  line-height: 24px;
}

.comapny-review-head .add-review-btn {
  width: 100%;
  border: none;
  border-radius: 14px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: 0.3s ease;
  box-shadow: 0 10px 25px rgba(108, 61, 244, 0.25);
}

.comapny-review-head .add-review-btn:hover {
  transform: translateY(-2px);
}

.comapny-review-head .write-review-content-text-footer {
  margin: 18px 0 0;
  font-size: 14px;
  color: #6b7280;
  display: flex;
  align-items: center;
  gap: 8px;
}
.comapny-review-head {
  border-radius: 0;
}
.comapny-review-head .write-review-content-text-footer i {
  color: #6c3df4;
}
.review-bar-list .progress {
  background-color: #e5e7eb !important;
  width: 100%;
  max-width: 200px;
  border-radius: 50px;
  height: 10px;
  margin-left: 10px;
}
.comapny-review-head .review-bar-box {
  border: 1px solid #ebe7e7;
  padding: 25px;
  /* padding: 55px 25px; */
  background: #f2ecff33;
  border-radius: 20px;
  /* min-height: 280px; */
  height: 100%;
}
.comapny-review-head .review-bar-list p i {
  color: var(--primary-color);
}
.company-server-list {
  padding: 0.75rem 0.5rem;
  border-bottom: 1px solid #ae98e84d;
}
.custom-tooltip:hover .tooltip-text {
  padding: 0;
  box-shadow: 1px 5px 10px #00000026;
}
body .company-centent-sec {
  padding: 20px 0 20px;
}
section.company-centent-sec .comapny-all-detail .comapny-main-left .comapny-h3 {
  line-height: 40px;
  margin: 0 0 16px;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: left;
}
body .company-server-list p {
  font-size: 12px;
  font-weight: 500;
  opacity: 1;
  margin: 0;
}

.service-highlight-section .service-content h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 40px;
  height: 3px;
  background: #6d28d9;
  border-radius: 10px;
  top: auto;
}
.service-highlight-section .service-content h3 {
  position: relative;
}
.reviews-img-box.company-div h3.comapny-h3 {
  margin-bottom: 0 !important;
}
.review-section .rating-item .label i {
  color: #673de6;
}
.url-box-section-mobile-screen {
  display: none;
}
body h2.d-block-mobile {
  display: none;
}
.company-profile-img-box.mobile-responsive {
  display: none;
}
.company-add-review-btn-responsive {
  display: none;
}
.write-review-content-logo-container .write-content-responsive-p {
  display: none;
}
.plan-content-header-responsive {
  display: none;
}
.feature-icon-header-mobile {
    display: none;
}
.service-icon-header-mobile {
    display: none;
}
.mob-nav-tab-container {
    display: none;
}
.coupon-header-mobile {
    display: none;
}
section.company-centent-sec .comapny-all-detail .comapny-main-left {
    max-width: 70%;
}
div#awards-and-badges .owl-theme .owl-nav button {
    background: #673de6 !important;
    width: 30px;
    height: 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 20px !important;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

div#awards-and-badges button.owl-prev {
    left: 0;
}

.comaony-disc{
  max-height: 67px;
  overflow: hidden;
  transition: max-height 1s ease;
}

.comaony-disc div{
  background: transparent !important;
}


.comaony-disc-header.active .comaony-disc{
  max-height: 300px;
  overflow:auto;
  transition: max-height 1s ease;
  /* border-bottom: 1px solid #b7b7b7; */
}

#more-comaony-disc {
  display: inline-flex;
  align-content: center;
  gap: 4px;
  margin-top: 3px;
}
#more-comaony-disc i {
  line-height: 25px;
  font-size: 14px;
}

.comaony-disc-header.active #more-comaony-disc{
  color: var(--primary-color);
  cursor: pointer;
}
.comaony-disc-header.active #more-comaony-disc i{
  transform: rotate(180deg);
}

/* scrollbar */
.comaony-disc-header .comaony-disc {
  scrollbar-width: thin;
  scrollbar-color: var(--primary-color) #eef5ff;
}

.comaony-disc-header .comaony-disc::-webkit-scrollbar {
  width: 6px;
}

.comaony-disc-header .comaony-disc::-webkit-scrollbar-track {
  background: #eef5ff;
  border-radius: 20px;
}

.comaony-disc-header .comaony-disc::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 20px;
}
/* end scrollbar */




div#awards-and-badges button.owl-next {
    right: -30px;
}

div#awards-and-badges .owl-theme .owl-nav button span {
    font-size: 25px;
    line-height: 35px;
    color: #fff !important;
}
div#awardGallery {
    margin-bottom: 0;
}
div#awards-and-badges .award-img{
      max-width: 100% !important;
}

section.company-centent-sec .comapny-all-detail .comapny-main-left.no-active-company {
    max-width: 100%;
}

.comapany-profile-head{
  margin: 0 0 5px !important;
}
.comapny-review-box{
  margin: 0px !important;
}

body .comapny-main-right .top-five-comapny > h4{
  font-size: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .company-badge.company-badge-plan {
    margin-bottom: 10px;
  }
}
@media (max-width: 1600px) {
  .comapany-profile-head {
    flex-direction: unset !important;
  }
  body .company-badge {
    padding: 8px;
    gap: 6px;
  }
  .company-badge b {
    font-size: 18px;
  }
  body .company-profile-detail-left {
    padding-left: 0px;
  }
  .comapany-coupon-box a {
    font-size: 12px;
  }
}
@media (max-width: 1500px) {
  .custom-tooltip .tooltip-text {
    width: 100%;
    max-height: 240px;
    overflow: auto;
  }
}
@media (max-width: 1440px) {
  .service-highlight-section .service-card {
    align-items: unset !important;
  }
  .review-section-new {
    position: static !important;
  }
  .companyreviews-reviews-box.company-div .comapny-review-head {
    grid-template-columns: 1fr 1fr 1fr !important;
    position: static;
  }
  .companyreviews-reviews-box.company-div .comapny-review-left {
    max-width: 100%;
    width: 100% !important;
  }
  .comapny-review-head .review-bar-box {
    padding: 25px;
  }
  .comapny-review-head .write-review-btn-box {
    width: 100%;
  }
}
@media (max-width: 1365px) {
  .companyreviews-reviews-box.company-div .comapny-review-head {
    grid-template-columns: 1fr 1fr !important;
  }
  .comapny-review-head .review-bar-box {
    max-width: 100%;
  }
}
@media (max-width: 1280px) {
  h4.related-services-title {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .comapany-badge-boxs .col-md-4.col-lg-2 {
    flex: 0 0 30.666667%;
    max-width: 30.666667%;
    margin-bottom: 11px;
  }
}
@media (max-width: 1199px) {
  section.company-centent-sec .comapny-all-detail .comapny-main-left{
    max-width: 100% !important;
  }
  .comapny-review-head .write-review-btn-box {
    padding: 18px;
  }
  .write-review-content-text {
    max-width: 100% !important;
  }
  .comapny-review-head {
    padding: 20px;
  }
  .companyreviews-reviews-box.company-div .comapny-review-head {
    grid-template-columns: 1fr 1fr 1fr !important;
  }
  .write-review-content-logo-container {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .write-review-content-logo-container .write-content-responsive-p {
    display: block;
  }
  .write-review-content-logo-container .write-content-responsive-p {
    display: block;
  }
  .write-review-content-logo-container .write-content-responsive-p p {
    font-size: 17px;
    line-height: 27px;
    font-weight: 700;
    color: #111827;
  }
  .write-review-content .write-review-content-text p {
    display: none;
  }

  .comapny-review-head .write-review-content {
    flex-direction: column;
  }
  .companyreviews-reviews-box.company-div {
    margin-bottom: 10px;
  }
  .company-categories-tab {
    margin-bottom: 20px;
  }
  .service-highlight-section .service-card {
    align-items: unset;
  }
  .conclusion-section .visit-btn,
  .service-highlight-section .service-btn {
    padding: 10px 20px;
  }
  .service-highlight-section .service-btn {
    margin-top: 10px !important;
  }
  /* .company-profile-wrapper .w-100{
    display: none;;
  } */
  .company-profile-wrapper {
    display: flex !important;
  }
  body .company-profile-detail-left {
    width: 100%;
    padding-right: 0;
    padding-left: 0px;
    margin-top: 0px;
  }
  .comapany-profile-txt {
    max-width: 100%;
  }
  .company-add-review-btn {
    display: none !important;
  }
  .company-profile-wrapper .w-100 {
    margin: auto;
    margin-top: 0;
  }
  body .reviews-img-box.company-div {
    position: unset;
  }

  body .companyreviews-reviews-box.company-div h3.comapny-h3 {
    position: unset;
  }
}
@media (max-width: 1100px) {
  .companyreviews-reviews-box.company-div .comapny-review-head {
    grid-template-columns: 1fr 1fr 1fr !important;
  }
}
@media (max-width: 993px) {
  .faq-section .faq-support-box {
    display: none;
  }
}
@media (max-width: 991px) {
  .companyreviews-reviews-box.company-div .comapny-review-head {
    grid-template-columns: 1fr 1fr !important;
    padding: 15px !important;
  }
  .comapny-review-listing li {
    padding: 30px 40px !important;
  }
  .comapany-profile-txt h1 {
    font-size: 28px;
  }
  ul#review-list {
    overflow-y: auto;
    max-height: 500px;
  }
  .why-choose-section {
    padding: 30px 0 !important;
  }
  .comapny-all-detail {
    margin-top: 0 !important;
  }
  .comapny-review-head {
    flex-direction: column;
    align-items: stretch;
    padding: 25px;
  }

  .comapny-review-head .comapny-review-left,
  .comapny-review-head .write-review-btn-box {
    width: 100%;
    max-width: 100%;
  }

  .comapny-review-head .review-bar-box {
    width: 100%;
  }

  .comapny-review-head .review-bar-list {
    grid-template-columns: 20px 1fr 25px 70px;
  }

  .comapny-review-head .write-review-content-text p {
    font-size: 22px;
    line-height: 28px;
  }
  .review-section-new .review-container {
    flex-direction: column;
  }
  .why-choose-section .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .conclusion-section .conclusion-box {
    flex-direction: column;
    align-items: flex-start;
  }
  .conclusion-section .conclusion-content h2 {
    font-size: 28px;
  }
  .company-categories-tab {
    margin: 0 0 40px;
  }
  .company-profile-wrapper:has(.company-profile-detail.no-active-company)
    .company-profile-detail-left {
    padding-left: 0;
  }

  .company-profile-wrapper:has(.company-profile-detail.no-active-company)
    .company-profile-detail-right {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .comapny-review-listing li:last-child {
    border-bottom: transparent;
  }
  .comapny-review-head .comapny-star-box {
    margin-bottom: 0 !important;
  }
  .comapny-review-head .comapny-review-box strong {
    margin-bottom: 0 !important;
  }
  .companyreviews-reviews-box.company-div .comapny-review-head {
    grid-template-columns: 1fr 1fr !important;
  }
  .hosting-review-section .hosting-plan-item .plan-content h3 {
    display: none;
  }
  .plan-icon-container {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .plan-content-header-responsive {
    display: block;
  }
  .plan-content-header-responsive h3 {
    font-size: 22px;
    font-weight: 700;
    color: #2d2d2d;
    /* margin-bottom: 10px; */
  }
  .comapany-badge-boxs p {
    font-size: 10px;
  }
  .review-section .review-card {
    padding: 25px;
  }
  .review-section .review-left {
    width: 100%;
  }
  .review-section .review-header h2 {
    font-size: 28px;
  }
  .review-section .rating-item {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .review-section .rating-item .value {
    text-align: left;
  }
  .hosting-review-section .section-title {
    font-size: 30px;
  }
  .hosting-review-section .hosting-plan-item {
    flex-direction: column;
    gap: 10px;
  }
  .hosting-review-section .plan-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    font-size: 20px;
  }
  .hosting-review-section .plan-content h3 {
    font-size: 20px;
  }
  .why-choose-section .section-heading {
    font-size: 25px;
  }
  .why-choose-section .feature-grid {
    grid-template-columns: 1fr;
  }
  .why-choose-section .coupon-box {
    flex-direction: column;
    align-items: flex-start;
  }
  .why-choose-section .coupon-left {
    align-items: flex-start;
  }
  .why-choose-section .coupon-content h3 {
    font-size: 16px;
  }
  .why-choose-section .coupon-content p {
    font-size: 14px;
  }
  .pros-cons-section .pros-cons-title {
    font-size: 25px;
  }
  .pros-cons-section .pros-cons-wrapper {
    grid-template-columns: 1fr;
  }
  .pros-cons-section .pros-box,
  .pros-cons-section .cons-box {
    padding: 15px;
  }
  .pros-cons-section .box-heading h3 {
    font-size: 20px;
  }
  .competitor-section .competitor-title {
    font-size: 25px;
  }
  .competitor-section .competitor-table th,
  .competitor-section .competitor-table td {
    padding: 14px;
    font-size: 14px;
  }
  .service-highlight-section .service-grid {
    grid-template-columns: 1fr;
  }
  .service-highlight-section .service-card {
    padding: 24px;
  }
  .service-highlight-section .service-content h3 {
    font-size: 20px;
  }
  .conclusion-section .conclusion-box {
    padding: 28px 22px;
  }
  .conclusion-section .conclusion-left {
    flex-direction: column;
    min-width: 100%;
  }
  .conclusion-section .conclusion-box h2 {
    font-size: 25px;
  }
  .conclusion-section .conclusion-features ul li {
    line-height: 21px;
  }
  .conclusion-section .conclusion-box {
    gap: 19px;
  }
  .conclusion-section .conclusion-icon {
    width: 65px;
    height: 65px;
    min-width: 65px;
    font-size: 28px;
  }
  .conclusion-section .conclusion-content h2 {
    font-size: 24px;
  }
  .conclusion-section .conclusion-content p {
    font-size: 15px;
  }
  .conclusion-section .visit-btn {
    width: 100%;
    justify-content: center;
  }
  .related-services-section .related-services-title {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .related-services-section .service-items {
    align-items: flex-start;
  }

  .related-services-section .service-icon {
    width: 62px;
    height: 62px;
    min-width: 62px;
    font-size: 24px;
  }

  .related-services-section .service-content h3 {
    font-size: 22px;
  }

  .related-services-section .service-content p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  section.company-centent-sec
    .comapny-all-detail
    .comapny-main-left
    .comapny-h3 {
    padding-top: 0 !important;
  }
  .companyreviews-reviews-box.company-div .comapny-review-head {
    grid-template-columns: 1fr !important;
  }
  .reviewer-txt-content {
    margin-bottom: 10px !important;
  }
  .service-highlight-section .service-btn {
    margin-top: 10px !important;
  }
  .review-section-new {
    padding: 0;
  }
  .company-profile-sec {
    padding: 0px 0 30px !important;
  }
  .comapany-badge-boxs {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }
  .company-add-review-btn-responsive {
    display: block;
  }

  .company-add-review-btn-responsive .comapny-review-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: unset;
    border: unset;
    padding: 0;
    margin-bottom: 0;
  }

  .company-add-review-btn-responsive
    .comapny-review-box
    .comapny-review-box-section-2
    strong {
    font-size: 23px !important;
    text-align: right !important;
    display: block;
    margin-bottom: 6px;
  }
  section.company-centent-sec
    .comapny-all-detail
    .comapny-main-left
    .comapny-h3,
  .why-choose-section .section-heading,
  .competitor-section .competitor-title {
    font-size: 22px !important;
  }
  body .comapany-profile-txt p{
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
  }
}
@media (max-width: 767px) {
  .why-choose-section .feature-card {
    padding: 18px 14px;
  }
  .review-section .review-header h2 {
    font-size: 22px !important;
  }
  .comapny-review-head {
    padding: 20px;
    gap: 20px;
    border-radius: 18px;
  }

  .comapny-review-head .comapny-review-left {
    width: 100%;
  }

  .comapny-review-head .comapny-review-box {
    padding: 15px 15px;
    width: 100%;
    justify-content: center;
    margin: 0 auto;
  }

  .comapny-review-head .comapny-review-box strong {
    font-size: 52px;
  }

  .comapny-review-head .comapny-star-box span {
    font-size: 18px;
  }

  .comapny-review-head .comapny-review-box p {
    font-size: 18px;
  }

  .comapny-review-head .review-bar-list {
    grid-template-columns: 15px 1fr;
    gap: 10px;
    margin-bottom: 20px;
  }

  .comapny-review-head .review-bar-list .progress {
    order: 2;
    max-width: 100%;
  }

  .comapny-review-head .review-bar-list p:nth-of-type(2) {
    order: 3;
    text-align: left;
  }

  .comapny-review-head .review-bar-list p:last-child {
    order: 4;
    text-align: right;
  }

  .comapny-review-head .write-review-btn-box {
    width: 100%;
    padding: 22px;
  }

  .comapny-review-head .write-review-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .comapny-review-head .write-review-content-text p {
    font-size: 20px;
    line-height: 26px;
  }

  .comapny-review-head .write-review-content-text span {
    font-size: 14px;
    line-height: 22px;
  }

  .comapny-review-head .add-review-btn {
    height: 52px;
    font-size: 18px;
  }

  .comapny-review-head .write-review-content-text-footer {
    font-size: 13px;
    line-height: 20px;
  }
  .comapny-main-left.no-active-company h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .company-profile-wrapper .w-100 {
    margin: auto;
  }
  .comapany-profile-txt h1 {
    font-size: 30px;
    margin-top: 20px;
  }
  .secrion-8 ul {
    display: block;
  }
  .secrion-8 ul li {
    margin-bottom: 10px;
  }
  body .company-badge {
    margin-bottom: 10px;
  }
  .review-section .review-right {
    min-width: fit-content;
  }
  section.hosting-review-section {
    margin-top: 40px;
  }
  .why-choose-section .section-heading {
    font-size: 25px;
  }
  body .payments-accept-box .payments-accept-grid {
    grid-template-columns: 1fr 1fr;
  }
  .award-img {
    max-width: 130px !important;
    padding: 10px;
    height: 110px !important;
  }
  div#awards-and-badges  .award-img {
    max-width:100% !important;
  }
  div#awards-and-badges {
    padding: 20px 20px !important;
  }
  .faq-section .faq-header h2 {
    font-size: 28px;
  }
  body .faq-section {
    padding-top: 0;
  }
  body .company-centent-sec {
    padding: 20px 0 40px;
  }
  .faq-section .faq-question {
    padding: 15px;
  }
  .faq-section .faq-question > span:first-child {
    font-size: 14px;
  }
  .review-section .rating-item {
    grid-template-columns: 91px 1fr 45px;
    margin-bottom: 10px;
  }
  .review-section .rating-item .label {
    font-size: 11px;
  }
  .review-section .review-card {
    padding: 13px;
  }
  .review-section .review-card {
    gap: 10px;
  }
  .review-section .rating-number .out-of {
    font-size: 20px;
  }
  .review-section .rating-number .score {
    font-size: 35px;
  }
  .review-section .stars {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .review-section .review-right h3 {
    font-size: 19px;
    margin-bottom: 15px;
  }
  section.company-centent-sec
    .comapny-all-detail
    .comapny-main-left
    .comapny-h3 {
    line-height: 34px;
    font-size: 25px;
  }
  body .comapny-review-area {
    border: transparent;
    background-color: transparent;
  }
  body .comapny-review-body {
    border: 1px solid #e8e9f6;
    margin-top: 20px;
  }
  /* body .comapny-review-listing li {
    border-bottom: transparent;
  } */
  body .companyreviews-reviews-box.company-div {
    margin-top: 20px;
    margin-bottom: 0;
  }
  body .company-profile-img-box {
    max-width: 100%;
    height: 140px !important;
    padding: 20px;
  }
  .comapny-all-detail {
    margin: 20px 0 0;
  }
  .review-section .review-header p,
  .review-section .review-header span {
    font-size: 14px !important;
    line-height: 22px;
  }
  .pros-cons-section .pros-list li,
  .pros-cons-section .cons-list li {
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
  }
  .reviews-img-box-inner.item {
    box-shadow: none !important;
  }
  .conclusion-section .visit-btn,
  .why-choose-section .coupon-btn,
  .service-highlight-section .service-btn {
    padding: 10px 20px;
    border-radius: 12px;
    font-size: 14px;
  }
  .why-choose-section .feature-card {
    display: flex;
    gap: 10px;
  }
  .feature-card-copy {
    max-width:100%;
  }
  .why-choose-section .feature-card h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .coupon-content {
    max-width:100%;
  }
  .conclusion-section .conclusion-box h2 {
    font-size: 19px !important;
  }
  .conclusion-icon-container {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  h2.d-block-dask {
    display: none;
  }
  .url-box-section-full-screen {
    display: none;
  }
  .url-box-section-mobile-screen {
    display: block;
    margin-bottom: 20px;
  }
  body .company-profile-wrapper .w-100 {
    max-width: 100% !important;
  }
  body .company-profile-wrapper .w-100 .company-profile-img-box {
    padding: 0 !important;
    background: #fff;
    box-shadow: unset;
  }

  body .company-profile-wrapper .w-100 .company-profile-img-box {
    height: 70px;
  }
  h2.d-block-mobile {
    display: none;
  }
  body h2.d-block-mobile {
    display: block !important;
  }
  .company-profile-wrapper .w-100 .company-profile-img-box {
    display: none;
  }
  .company-profile-img-box.mobile-responsive {
    display: block;
    background: transparent;
    box-shadow: unset;
    height: unset !important;
    padding: 0;
    text-align: center;
    margin: 0 auto !important;
    width: fit-content !important;
  }
  .comapany-profile-head-responsive {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 15px;
  }
  .comapny-review-listing li {
    padding: 20px 20px !important;
  }
  .review-section .review-header p, .review-section .review-header span{
    padding-right: 0;
    word-break: break-all;
  }
  .company-centent-wrapper :is(a, button, p, span) {
    word-break: break-all;
  }
  .feature-icon-header-mobile {
    display: block;
  }
  .feature-card-copy h3 {
      display: none;
  }
      .feature-icon-con {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 10px;
  }
  .why-choose-section .feature-card {
      display: block;
  }
  .why-choose-section .feature-icon {
      margin-bottom: 0;
  }
  .service-highlight-section .service-card .service-content h3 {
    display: none;
}

.service-icon-header-mobile {
    display: block;
}

.service-icon-con {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}

.service-icon-header-mobile h3 {
    font-size: 20px;
}
  .service-highlight-section .service-card {
      display: block;
  }
  .service-highlight-section .service-card .service-content{
    padding-left: 0px !important;
  }
  .mob-nav-tab-container-main {
    padding: 15px;
    border: 1px solid #d2d5f2;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    display: block;
    position: relative;
  }
  .mob-nav-tab-container-main i.fas.fa-chevron-down {
      position: absolute;
      right: 10px;
      color: #1a0b48;
  }

  ul#mob-nav-tab {
      position: absolute;
      top: 54px;
      background: #fff;
      border: 1px solid #d2d5f2;
      width: 100%;
      left: 0;
      border-radius: 10px;
      z-index: 99;
      box-shadow: 1px 7px 10px #673ab714;
  }

  ul#mob-nav-tab a {
      padding: 15px;
      color: #1a0b48;
      border-bottom: 1px solid #d2d5f2;
  }

  ul#mob-nav-tab li:last-child a {
      border-bottom: transparent;
  }
  .mob-nav-tab-container {
      display: block;
  }
  nav.nav-tabs-container-full-screen {
      display: none;
  }
  .coupon-icon-con {
      display: flex;
      align-items: center;
      gap: 10px;
  }

  .coupon-header-mobile h3 {
      font-size: 20px;
      font-weight: 700;
      color: #1f2937;
      margin: 0;
  }
  .why-choose-section .coupon-box {
      padding: 18px;
  }

  .why-choose-section .coupon-left {
      display: block;
  }

  .coupon-content h3 {
      display: none;
  }
  .coupon-header-mobile {
      display: block;
      max-width: calc(100% - 80px);
  }
  .why-choose-section .coupon-content p {
      margin-top: 10px;
  }
  .review-section .review-header, .review-section .review-card, .hosting-review-section .hosting-review-box, .why-choose-section .feature-card, .why-choose-section .coupon-box, .pros-cons-section .pros-box, .pros-cons-section .cons-box, .service-highlight-section .service-card, .conclusion-section .conclusion-box{
    padding:20px !important;
  }
  body .campany-categories-table table {
    min-width: 620px;
  }
  body .campany-categories-table table th, body .campany-categories-table table td{
    padding: 8px;
  }
  body .company-centent-sec .comapny-all-detail .comapny-main-left p {
    line-height: 24px !important;
    font-size: 14px;
}
}
@media(max-width: 767px){
  .comaony-disc {
      max-height: 109px;
  }

  .comaony-disc-header.active .comaony-disc div p span {
      word-break: break-all;
  }

}


@media (max-width: 575px) {
  .hosting-review-section .hosting-review-box {
    padding: 15px;
  }
  .conclusion-section .conclusion-icon {
    width: 35px;
    height: 35px;
    min-width: 35px;
    font-size: 16px;
  }
  .service-highlight-section .service-btn {
    margin-top: 15px;
  }
  .reviews-img-box-inner.item {
    box-shadow: unset;
  }
  .comapny-review-listing li {
    padding: 20px 20px !important;
  }
  body .conclusion-section .conclusion-box h2 {
    font-size: 16px !important;
  }
  .comapny-review-head .comapny-review-box {
    min-height: auto;
  }
  /* .reviews-img-box.company-div .Reviews-box-heading {
    padding-bottom: 20px;
  } */
  .reviews-img-box.company-div .owl-stage {
    padding: 0;
  }
  .faq-section .faq-support-box {
    display: none;
  }
  .faq-section .faq-header h2 {
    font-size: 20px;
  }
  .hosting-review-section .section-title {
    font-size: 25px !important;
  }
  .conclusion-section .conclusion-box h2 {
    font-size: 20px !important;
  }
  .faq-section .faq-support-box h4 {
    font-size: 16px !important;
  }
  .company-profile-wrapper:has(.company-profile-detail.no-active-company)
    .company-profile-detail-left {
    padding-left: 40px;
  }

  .company-profile-wrapper:has(.company-profile-detail.no-active-company)
    .company-profile-detail-right {
    padding-left: 40px;
  }

  .company-profile-wrapper:has(.company-profile-detail.no-active-company)
    .custom-tooltip
    .tooltip-text {
    width: 340px;
  }
  .company-profile-img-box {
    padding: 20px;
  }
  .comapany-badge-boxs .row {
    margin: 0;
  }
  body .payments-accept-box {
    margin-top: 0;
    margin-bottom: 40px;
    padding: 20px !important;
  }
  .payments-accept-inner p {
    font-size: 15px;
  }
  .reviews-img-box.company-div .owl-item {
    padding: 25px 20px !important;
    border: 0 !important;
    box-shadow: unset !important;
  }
  .reviews-img-box.company-div {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .company-profile-img-box {
    max-width: 100%;
    height: 120px;
    padding: 20px;
  }
  .company-profile-img-box img {
    max-width: 150px !important;
  }
  .url-box {
    padding: 8px 0px 0px;
  }
  body .company-profile-wrapper .w-100 {
    margin: 0;
  }
  .company-profile-sec {
    /* padding: 30px 0 !important; */
    padding: 15px 0 !important;
  }
  .comapny-review-listing li {
    padding: 15px 20px;
  }
}
@media (max-width: 480px) {
  .comapny-review-head {
    padding: 15px;
  }

  .comapny-review-head .comapny-review-box strong {
    font-size: 46px;
  }

  .comapny-review-head .review-bar-list {
    gap: 8px;
  }

  .comapny-review-head .review-bar-list p {
    font-size: 13px;
  }

  .comapny-review-head .write-review-content-logo {
    width: 50px;
    height: 50px;
    min-width: 50px;
    font-size: 18px;
  }

  .comapny-review-head .write-review-content-text p {
    font-size: 18px;
  }

  .comapny-review-head .add-review-btn {
    font-size: 16px;
    gap: 8px;
  }
}
@media (max-width: 425px) {
  .company-profile-wrapper:has(.company-profile-detail.no-active-company)
    .company-profile-detail-left {
    padding-right: 0;
  }
  .company-profile-wrapper:has(.company-profile-detail.no-active-company)
    .custom-tooltip
    .tooltip-text {
    width: 100%;
  }
  .url-box .btn.btn-primary {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .service-highlight-section .service-card .service-content {
    padding-left: 0 !important;
  }
  .award-img {
    max-width: 100% !important;
  }
  .service-highlight-section .service-card {
    align-items: flex-start;
    flex-direction: column;
  }
  .service-highlight-section .service-icon {
    width: 38px;
    height: 38px;
    min-height: 48px !important;
    min-width: 48px !important;
  }
  .payments-accept-inner p {
    font-size: 13px !important;
  }
}
@media (max-width: 320px) {
}

