

body {
  overflow-x: hidden;
}
.pt-100 {
  padding-top: 100px;
}

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

.padding-bottom-75 {
  padding-bottom: 75px;
}
@media screen and (max-width: 991px) {
  .padding-bottom-75 {
    padding: 0;
  }
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
.rts-about-reseller .hosting-about-image-bg {
  position: absolute;
  height: 600px;
  width: 25%;
}
.rts-about-reseller .hosting-about-image-bg::after {
  background-image: url(/wp-content/themes/tadom/assets/img/resell-img-bg.svg);
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  left: 40%;
  top: -3%;
}
@media screen and (max-width: 1200px) {
  .rts-about-reseller .hosting-about-image-bg::after {
    display: none;
  }
}
.rts-about-reseller .hosting-about-image {
  position: relative;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 576px) {
  .rts-about-reseller .hosting-about-image {
    flex-wrap: wrap;
  }
}
.rts-about-reseller .hosting-about-image img {
  border-radius: 4px;
}
@media screen and (max-width: 576px) {
  .rts-about-reseller .hosting-about-image img {
    width: 100%;
  }
}
.rts-about-reseller .hosting-about-image .img-one {
  margin-top: 50px;
}
@media screen and (max-width: 992px) {
  .rts-about-reseller .hosting-about-image .img-one {
    margin-top: 0;
  }
}
@media screen and (max-width: 576px) {
  .rts-about-reseller .hosting-about-image .img-one {
    width: 100%;
  }
}
.rts-about-reseller .hosting-about-image .img-two {
  display: flex;
  justify-content: end;
  margin-top: 150px;
}
@media screen and (max-width: 576px) {
  .rts-about-reseller .hosting-about-image .img-two {
    margin-top: 0;
    width: 100%;
  }
}
.rts-about-reseller .hosting-info {
  margin-right: 60px;
}
@media screen and (max-width: 992px) {
  .rts-about-reseller .hosting-info {
    margin-left: 0;
  }
}
.rts-about-reseller .hosting-info__title {
	font-weight: 700;
	color: var(--color-secondary);
	font-size: 34px;
	line-height: 76px;
}
.rts-about-reseller .hosting-info .description {
  font-family: 'Cairo', sans-serif !important;
  line-height: 26px;
  max-width: 445px;
  margin-bottom: 30px;
}
.rts-about-reseller .hosting-info .btn__long {
  line-height: 1;
  padding: 18px 36px;
}
.rts-about-reseller .single-about-info {
  display: grid;
  row-gap: 30px;
  width: 360px;
  margin-bottom: 40px;
}
.rts-about-reseller .single-about-info .single {
  display: flex;
  align-items: start;
  gap: 30px;
}
.rts-about-reseller .single-about-info .single .icon {
  height: 60px;
  min-width: 60px;
  border-radius: 4px;
  background: #EAF1FF;
  display: grid;
  place-items: center;
}
.rts-about-reseller .single-about-info .single .content h6 {
  font-weight: 700;
  color: var(--color-secondary);
  margin-bottom: 10px;
}
.rts-about-reseller .single-about-info .single .content p {
  font-family: 'Cairo', sans-serif !important;
}
.rts-about-reseller.area-2 {
  background: #F4F9FF;
}
.rts-about-reseller.area-2 .hosting-info .hosting-info__title {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
}
.rts-about-reseller.area-2 .hosting-info .description {
  max-width: 520px;
}
.rts-about-reseller.area-2 .hosting-info .feature .feature__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.rts-about-reseller.area-2 .hosting-info .feature .feature__list .feature__item {
  width: 40%;
  color: var(--color-secondary);
}
.rts-about-reseller.area-2 .hosting-info .feature .feature__list .feature__item::before {
  background: var(--color-primary);
  color: var(--color-white);
}
.rts-about-reseller.support .hosting-info .hosting-info__title {
  max-width: 400px;
}
.rts-about-reseller.support .hosting-info .description {
  max-width: 460px;
}
.rts-about-reseller.support .hosting-info .single-about-info {
  margin-bottom: 0;
  margin-top: 40px;
}
[dir=rtl] .rts-about-reseller .hosting-about-image-bg::after {
  right: 30%;
  left: unset;
}