@font-face {
  font-family: 'BRLNSR';
  src: url('./BRLNSR.eot');
  src: local('BRLNSR'), url('font/BRLNSR.woff') format('woff'), url('font/BRLNSR.ttf') format('truetype');
} 
/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_12421">Text with this font applied</p> */
.fontsforweb_brlnsr {
  font-family: 'BRLNSR' !important;
}
/* GPU page css */
.gpu-banner-buttons {
  display: flex;
  justify-content: left;
  align-items: center;
  column-gap: 30px;
}
.gpu-banner-buttons a.btn.btn-lg.transparant {
  border: 1px solid #000000;
  background: transparent;
}
.hovereffect {
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  border-radius: 5px;
}

.hovereffect .overlay {
  width: 100%;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: auto;
  bottom: 0;
  padding: .5em;
  height: 3.75em;
  background: #fff;
  /*#79FAC4*/
  color: #3c4a50;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 113%, 0);
  transform: translate3d(0, 100%, 0);
  border-top: 1px darkgray dashed;
  /*    visibility: hidden;*/
  z-index: 100;
}

.hovereffect:hover {
  box-shadow: rgba(45, 54, 76, 0.22) 0px 2px 3px 0px;
}

.hovereffect:hover .overlay p {
  padding: 9px 0;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
  filter: gray;
  /* IE5+ */
  -webkit-filter: grayscale(1);
  /* Webkit Nightlies & Chrome Canary */
  -webkit-transition: all .8s ease-in-out;
}

.hovereffect:hover img {
  -webkit-transform: translate3d(0, -4%, 0);
  transform: translate3d(0, -4%, 0);
  filter: none;
  -webkit-filter: grayscale(0);
}

.hovereffect .asp-offer-info {
  display: block;
  position: relative;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
  filter: gray;
  /* IE5+ */
  -webkit-filter: grayscale(1);
  /* Webkit Nightlies & Chrome Canary */
  -webkit-transition: all .8s ease-in-out;
}

.hovereffect:hover .asp-offer-info {
  -webkit-transform: translate3d(0, -4%, 0);
  transform: translate3d(0, -4%, 0);
  filter: none;
  -webkit-filter: grayscale(0);
}

.hovereffect:hover .overlay h2 {
  text-transform: uppercase;
  color: #000085;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  /*background: rgba(0, 0, 0, 0.6);*/
  float: left;
  margin: 0px;
  display: inline-block;
  border: 1px dashed #35ac2c;
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect:hover .overlay,
.hovereffect:hover .overlay h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.hovereffect:hover .overlay span.product {
  padding: 5px 0;
  font-size: 14px;
  font-weight: bold;
}

.hovereffect:hover .overlay h2 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  cursor: pointer;
}

#offerwrap {
  padding: 20px 0 0 0;
  background-color: #ececdb;
}

#offerwrap .span4 {
  margin-bottom: 20px;
}

/* new */
#couponsWrapper {
  height: 100%;
  display: none;
  position: relative;
}

.asp-sas-display-block {
  display: block !important;
}

#couponsWrapper .asp-coupon-item-active-with-code,
#couponsWrapper .asp-coupon-item,
#couponsWrapper .asp-coupon-item-active {
  transition: top cubic-bezier(0.77, 0, 0.175, 1);
}

#couponsWrapper .asp-coupon-item,
.a-sp-panel .a-sp-items-wrapper #othersWrapper .asp-coupon-item,
#couponsWrapper .asp-coupon-item-active,
.a-sp-panel .a-sp-items-wrapper #othersWrapper .asp-coupon-item-active,
#couponsWrapper .asp-coupon-item-active-with-code,
#couponsWrapper .asp-redirect-item {
  position: relative;
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 6px;
  z-index: 24;
  display: grid;
  grid-template-columns: 326px;
  grid-template-rows: max-content 18px 26px;
  height: max-content;
  width: 326px;
  min-height: 104px;
  box-sizing: content-box;
  border-radius: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
}

#couponsWrapper .asp-coupon-item:hover .asp-coupon-top,
#couponsWrapper .asp-coupon-item-active:hover .asp-coupon-top,
#couponsWrapper .asp-coupon-item-active-with-code:hover .asp-coupon-top,
#couponsWrapper .asp-redirect-item:hover .asp-coupon-top {
  box-shadow: rgba(45, 54, 76, 0.4) 0px 2px 8px 1px;
}

#couponsWrapper .asp-coupon-item .asp-coupon-top,
#couponsWrapper .asp-coupon-item-active .asp-coupon-top,
#couponsWrapper .asp-coupon-item-active-with-code .asp-coupon-top,
#couponsWrapper .asp-redirect-item .asp-coupon-top {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 1;
  display: grid;
  grid-template-columns: 112px 8px 1fr;
  height: max-content;
  width: 306px;
  min-height: 60px;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(45, 54, 76, 0.22) 0px 2px 3px 0px;
  box-sizing: content-box;
  cursor: default;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  padding: 20px 10px 10px 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#couponsWrapper .asp-coupon-item .asp-coupon-separator,
#couponsWrapper .asp-coupon-item-active .asp-coupon-separator,
#couponsWrapper .asp-coupon-item-active-with-code .asp-coupon-separator,
#couponsWrapper .asp-redirect-item .asp-coupon-separator {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 2;
  display: grid;
  grid-template-columns: 10px 1fr 10px;
  grid-template-rows: 10px 10px;
  height: 20px;
  width: 326px;
  background-color: transparent;
  box-sizing: content-box;
  cursor: default;
  z-index: 2147483644;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
}

#couponsWrapper .asp-coupon-item .asp-coupon-separator .asp-coupon-separator-left-top,
#couponsWrapper .asp-coupon-item-active .asp-coupon-separator .asp-coupon-separator-left-top,
#couponsWrapper .asp-coupon-item-active-with-code .asp-coupon-separator .asp-coupon-separator-left-top,
#couponsWrapper .asp-redirect-item .asp-coupon-separator .asp-coupon-separator-left-top {
  height: 10px;
  width: 10px;
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 1;
  cursor: default;
  z-index: 23;
  box-sizing: border-box;
  background: -webkit-radial-gradient(0px 100%, circle cover, rgba(242, 242, 246, 0) 7px, rgba(45, 54, 76, 0.1) 0.15px, rgb(255, 255, 255) 8px) no-repeat;
  background-repeat: no-repeat;
}

#couponsWrapper .asp-coupon-item .asp-coupon-separator .asp-coupon-separator-left-bottom,
#couponsWrapper .asp-coupon-item-active .asp-coupon-separator .asp-coupon-separator-left-bottom,
#couponsWrapper .asp-coupon-item-active-with-code .asp-coupon-separator .asp-coupon-separator-left-bottom,
#couponsWrapper .asp-redirect-item .asp-coupon-separator .asp-coupon-separator-left-bottom {
  height: 10px;
  width: 10px;
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 2;
  grid-row-end: 2;
  cursor: default;
  z-index: 23;
  box-sizing: border-box;
  background: -webkit-radial-gradient(0px 0px, circle cover, rgba(242, 242, 246, 0) 7px, rgba(45, 54, 76, 0.06) 0.05px, rgb(255, 255, 255) 8px) no-repeat;
  background-repeat: no-repeat;
}

#couponsWrapper .asp-coupon-item .asp-coupon-separator .asp-coupon-separator-right-top,
#couponsWrapper .asp-coupon-item-active .asp-coupon-separator .asp-coupon-separator-right-top,
#couponsWrapper .asp-coupon-item-active-with-code .asp-coupon-separator .asp-coupon-separator-right-top,
#couponsWrapper .asp-redirect-item .asp-coupon-separator .asp-coupon-separator-right-top {
  height: 10px;
  width: 10px;
  grid-column-start: 3;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 1;
  cursor: default;
  z-index: 23;
  box-sizing: border-box;
  background: -webkit-radial-gradient(100% 100%, circle cover, rgba(242, 242, 246, 0) 7px, rgba(45, 54, 76, 0.1) 0.15px, rgb(255, 255, 255) 8px) no-repeat;
  background-repeat: no-repeat;
}

#couponsWrapper .asp-coupon-item .asp-coupon-separator .asp-coupon-separator-right-bottom,
#couponsWrapper .asp-coupon-item-active .asp-coupon-separator .asp-coupon-separator-right-bottom,
#couponsWrapper .asp-coupon-item-active-with-code .asp-coupon-separator .asp-coupon-separator-right-bottom,
#couponsWrapper .asp-redirect-item .asp-coupon-separator .asp-coupon-separator-right-bottom {
  height: 10px;
  width: 10px;
  grid-column-start: 3;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 2;
  cursor: default;
  z-index: 23;
  box-sizing: border-box;
  background: -webkit-radial-gradient(100% 0px, circle cover, rgba(242, 242, 246, 0) 7px, rgba(45, 54, 76, 0.06) 0.05px, rgb(255, 255, 255) 8px) right bottom no-repeat;
  background-repeat: no-repeat;
  background-position: right bottom;
}

#couponsWrapper .asp-coupon-item .asp-coupon-bottom,
#couponsWrapper .asp-coupon-item-active .asp-coupon-bottom,
#couponsWrapper .asp-coupon-item-active-with-code .asp-coupon-bottom,
#couponsWrapper .asp-redirect-item .asp-coupon-bottom,
#couponsWrapper .asp-coupon-item .asp-coupon-bottom-without-code,
#couponsWrapper .asp-coupon-item-active .asp-coupon-bottom-without-code,
#couponsWrapper .asp-coupon-item-active-with-code .asp-coupon-bottom-without-code,
#couponsWrapper .asp-redirect-item .asp-coupon-bottom-without-code {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 3;
  grid-row-end: 3;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  height: 26px;
  width: 326px;
  max-height: 44px;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(45, 54, 76, 0.22) 0px 2px 3px 0px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-sizing: content-box !important;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  padding-top: 7px;
}

#couponsWrapper .asp-coupon-item .asp-coupon-separator .asp-coupon-separator-middle-top,
#couponsWrapper .asp-coupon-item-active .asp-coupon-separator .asp-coupon-separator-middle-top,
#couponsWrapper .asp-coupon-item-active-with-code .asp-coupon-separator .asp-coupon-separator-middle-top,
#couponsWrapper .asp-redirect-item .asp-coupon-separator .asp-coupon-separator-middle-top {
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 1;
  background-color: rgb(255, 255, 255);
  height: 1px;
  padding-top: 9px;
  width: 100%;
  cursor: default;
  z-index: 23;
  box-sizing: content-box !important;
}

#couponsWrapper .asp-coupon-item .asp-coupon-separator .asp-coupon-separator-middle-bottom,
#couponsWrapper .asp-coupon-item-active .asp-coupon-separator .asp-coupon-separator-middle-bottom,
#couponsWrapper .asp-coupon-item-active-with-code .asp-coupon-separator .asp-coupon-separator-middle-bottom,
#couponsWrapper .asp-redirect-item .asp-coupon-separator .asp-coupon-separator-middle-bottom {
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 2;
  height: 10px;
  background-color: rgb(255, 255, 255);
  padding-top: 9px;
  width: 100%;
  cursor: default;
  z-index: 23;
  box-sizing: border-box !important;
}

#couponsWrapper .asp-coupon-item .asp-coupon-top .asp-offer-info {
  text-align: center;
}

#couponsWrapper .asp-coupon-item .asp-coupon-top .asp-offer-info h2 {
  font-size: 54px;
  color: #ed3238;
  font-family: 'BRLNSR' !important;
  line-height: 42px;
  margin: 10px 0 10px 0;
}

#couponsWrapper .coupon {
  font-size: 17px;
  font-weight: 500;
  color: #282828;
  line-height: 16px;
  text-align: center;
}

#couponsWrapper .asp-coupon-item-label-full-size {
  padding-left: 15px;
}

#toast {
  visibility: hidden;
  max-width: 50px;
  height: 50px;
  /*margin-left: -125px;*/
  margin: auto;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  bottom: 30px;
  font-size: 17px;
  white-space: nowrap;
}

#toast #copyicn {
  width: 50px;
  height: 50px;
  float: left;
  padding-top: 16px;
  padding-bottom: 16px;
  box-sizing: border-box;
  background-color: #111;
  color: #fff;
}

#toast #desc {
  color: #fff;
  padding: 16px;
  overflow: hidden;
  white-space: nowrap;
}

#toast.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, expand 0.5s 0.5s, stay 3s 1s, shrink 0.5s 2s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, expand 0.5s 0.5s, stay 3s 1s, shrink 0.5s 4s, fadeout 0.5s 4.5s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes expand {
  from {
    min-width: 50px
  }

  to {
    min-width: 350px
  }
}

@keyframes expand {
  from {
    min-width: 50px
  }

  to {
    min-width: 350px
  }
}

@-webkit-keyframes stay {
  from {
    min-width: 350px
  }

  to {
    min-width: 350px
  }
}

@keyframes stay {
  from {
    min-width: 350px
  }

  to {
    min-width: 350px
  }
}

@-webkit-keyframes shrink {
  from {
    min-width: 350px;
  }

  to {
    min-width: 50px;
  }
}

@keyframes shrink {
  from {
    min-width: 350px;
  }

  to {
    min-width: 50px;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 60px;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 60px;
    opacity: 0;
  }
}

@media (min-width: 1200px) {
  /* #offerwrap .span4
        {
        width: 360px !important;
        } */
}



.gpu-banner {
  padding: 50px 0;
  background-image: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(../img/banner-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.gpu-banner.banner .banner-info {
  color: #ffffff;
}

.gpu-banner .banner-text h2{
  color: #fff;
}

.gpu-banner .banner-text.dark-text ul li{
  color: #fff;
}

.bg-white .span6 {
  width: 100%;
}


section.specification {
  padding: 50px 0;
}

section.specification .speci-inner {
  display: flex;
  column-gap: 30px;
  justify-content: space-between;
  align-items: center;
}

section.specification .speci-inner .featurelist {
  width: 100%;
}

section.specification .speci-inner .right-feature,
section.specification .speci-inner .left-feature {
  width: 332px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 160px;
}

section.specification .speci-inner .img-feature {
  width: 406px;
  height: 406px;
  background: #FFFFFF;
  box-shadow: 1px 4px 44px rgb(0 0 0 / 9%);
  border-radius: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

section.specification .speci-inner .img-feature::before {
  content: '';
  background: url(../img/leftarrow.svg);
  background-size: contain;
  width: 168px;
  position: absolute;
  right: 100%;
  top: 50%;
  background-repeat: no-repeat;
  height: 98px;
  transform: translate(0px, -50%);
}

section.specification .speci-inner .img-feature::after {
  content: '';
  background: url(../img/right.svg);
  background-size: contain;
  width: 168px;
  position: absolute;
  left: 100%;
  top: 50%;
  background-repeat: no-repeat;
  height: 98px;
  transform: translate(0px, -50%);
}

.featurelist.signgle-fea {
  max-width: 500px;
  margin: auto;
  text-align: center;
  margin-top: 50px;
}

section.specification .speci-inner .featurelist h4,
.featurelist.signgle-fea h4 {
  font-size: 22px;
  line-height: 24px;
  margin: 0;
  margin-bottom: 25px;
  font-weight: 700;
}

section.specification .speci-inner .featurelist ul {
  padding-left: 25px;
}

section.specification .speci-inner .featurelist ul li {
  font-size: 14px;
  line-height: 36px;
  color: #000;
  list-style: disc;
}

.span6.service-info p {
  text-align: justify;
}

section.pricing-section .tabs-buttons-container {
  width: 80%;
  margin: 0 auto;
}

section.pricing-section .tabs-buttons {
  list-style: none;
  padding: 8px;
  background: #F1F6F9;
  display: inline-block;
  border-radius: 5px;
}

section.pricing-section .tab-link {
  display: inline-block;
  padding: 10px 25px;
  background-color: transparent;
  cursor: pointer;
  border: 1px solid #ED3237;
  border-radius: 5px;
  font-size: 18px;
  line-height: 28px;
  margin: 8px 8px;
}

section.pricing-section .tab-link.current {
  background: #EF3437;
  color: #fff;
}

section.pricing-section .tab-content {
  display: none;
  background-color: #fff;
  margin-top: 55px;
}

section.pricing-section .tab-content.current {
  display: block;
}

section.pricing-section .tab-outer {
  text-align: center;
}

.icon-wrapper img {
  width: 50px;
  height: 50px;
}



section.pricing-section .pricing-tab-body .pricing-card {
  background: #FFFFFF;
  box-shadow: -4px 4px 1px 0 rgb(110 68 246 / 6%);
  border-radius: 7px;
  padding: 30px 20px 20px;
  text-align: center;
  border: 3px solid #e8e8e8;
  transition: margin-top .5s linear;
}

section.pricing-section .pricing-tab-body .pricing-card:hover {
  margin-top: -20px;
  transition: margin-top .3s linear;
}

section.pricing-section .pricing-tab-body .pricing-card .time-duration p,
section.pricing-section .pricing-tab-body .pricing-card .save-amount p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ED3237;
}


section.pricing-section .pricing-tab-body .pricing-card .after-cutt-amount {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #565656;
  margin-top: 18px;
}

section.pricing-section .pricing-tab-body .pricing-card .main-price {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 50px;
  text-transform: capitalize;
  color: #565656;
  margin: 5px 0 10px;
}

section.pricing-section .pricing-tab-body .pricing-card .main-price span {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -1px;
  text-transform: capitalize;
}

section.pricing-section .pricing-tab-body {
  display: flex;
  justify-content: center;
  column-gap: 30px;
}

section.pricing-section .pricing-card .time-duration {
  margin-top: -40px;
}

section.pricing-section .pricing-tab-body .pricing-card .furures-listing ul.list-items {
  margin: 20px 0;
  padding: 0;
}

section.pricing-section .pricing-tab-body .pricing-card ul.list-items li {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #737373;
  list-style: none;
  border: none;
}

section.pricing-section .pricing-tab-body .pricing-card ul.list-items li span.fea-bold {
  font-weight: 700;
  color: #6f7173;
}

/* section.pricing-section .pricing-tab-body .pricing-card .furures-listing a.read-more {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  color: #ffffff;
  background: #f44336;
  border: none;
  margin-bottom: 30px;
  padding: 8px 23px 6px 23px;
  border-radius: 15px;
} */
.furures-listing a.read-more {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #ffffff;
  background: #f44336;
  border: none;
  margin-bottom: 30px;
  padding: 15px;
  border-radius: 15px;
  display: inline-block;
}

.furures-listing a.read-more:hover {
  color: #565656;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  text-decoration: none;
}

section.pricing-section .pricing-tab-body .pricing-card button.configure-button {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  text-transform: capitalize;
  color: #FFFFFF;
  background: #ED3237;
  border-radius: 55px;
  border: none;
  padding: 6px 18px;
  margin-bottom: -35px;
}

.help-cta {
  /* display: flex;
  justify-content: space-between;
  column-gap: 80px;
  row-gap: 30px;
  align-items: center; */
  display: block !important;
}

.help-cta .cta-cnts {
 width: 100% !important;
 max-width: 100% !important;
}

section.bg-black.quick-link {
  padding: 30px 0px;
}

.help-cta .cta-cnts h2 {
  font-size: 32px;
  color: #fff;
  line-height: 45px;
}


.help-cta .cta-cnts h2 a {
  font-size: 32px;
  color: #f44336;
  line-height: 45px;
}

.help-cta .cta-cnts h2 a:hover {
  color: #ffffff;
  text-decoration: none;
}

.help-cta .cta-cnts p {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}

.gpu-title {
  margin-top: 70px;
}

.gpu-title h2 {
  font-size: 2.02729rem;
  line-height: 2.2807rem;
  margin-bottom: 3.2807rem;
  font-family: Montserrat;
  font-weight: 700;
  text-transform: uppercase;
}

.gpu-comparisons .comparison-table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 0.75rem;
}

.gpu-comparisons .comparison-table th,
.comparison-table td {
  padding: 0.5rem;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  text-align: center;
}

.gpu-comparisons .comparison-table th:nth-child(2n) {
  box-shadow: 0 0 2rem hsla(0, 0%, 0%, 0.15);
}

.gpu-comparisons .comparison-table th:nth-child(2n),
.gpu-comparisons .comparison-table td:nth-child(2n) {
  position: relative;
}

.gpu-comparisons .comparison-table td:not(:first-child) {
  text-align: center;
}

.accordion .section-title{
  margin-bottom: 20px;
  text-align: center !important;
}

.accordion-group {
text-align: left;
}

.gpu-comparisons {
  margin-bottom: 50px;
}

.gpu-comparisons .comparison-table thead tr {
  background: #f44336;
  color: #fff;
}

.section-title h2 {
  text-align: center;
}

.gpu-comparisons .comparison-table tbody td {
  background: #8080800d;
}


.gpu-banner .bigger-font {
  font-size: 20px;
  font-weight: 700;
}

p {
  font-size: 18px !important;
}

.accordion-inner ul {
  list-style: none !important;
}

.banner-text .h1 {
  color: #fff;
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.row-fluid .span6 {
  width: 70.717949% !important;
}


.gpu-features .row {
  display: flex;
  flex-wrap: wrap;
  /* grid-template-columns: repeat(3, 1fr); */
  row-gap: 40px;
  column-gap: 30px;
  margin: 0;
  padding: 0;
  justify-content: center;
}

.gpu-features .column {
  text-align: center;
  height: 400px;
  /* overflow-y: auto; */
  padding: 0 0 10px 0px;
  width: 30%;
}

/* .gpu-features .card {
  padding: 2em 1.5em;
  background-size: 100% 200%;
  background-position: 0 2.5%;
  border-radius: 8px;
  box-shadow: 0 0 35px rgb(0 0 0 / 12%);
  cursor: pointer;
  transition: 0.5s;
  border: none;
} */
.gpu-features .card {
  padding: 2em 1.5em;
  background: linear-gradient(#ffffff 50%, #f44336 50%);
  background-size: 100% 200%;
  background-position: 0 2.5%;
  border-radius: 8px;
  box-shadow: 0 0 35px rgb(0 0 0 / 12%);
  cursor: pointer;
  transition: 0.5s;
  border: none;
  max-height: 340px;
}
.gpu-features h3 {
  font-size: 20px;
  font-weight: 600;
  color: #313131;
  margin: 1em 0;
}

.gpu-features p {
  color: #575a7b;
  font-size: 15px!important;
  line-height: 1.6;
  letter-spacing: 0.03em;
  height: 200px;
}

.gpu-features .icon-wrapper {
  background-color: #ffd6d3;
  position: relative;
  margin: auto;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
}

.gpu-features .card:hover {
  background-position: 0 100%;
}

.gpu-features .card:hover .icon-wrapper {
  background-color: #ffffff;
  color: #f44336;
}

.gpu-features .card:hover h3 {
  color: #ffffff;
}

.gpu-features .card:hover p {
  color: #f0f0f0;
}

.gpu-features .row:before,
.gpu-features .row:after {
  display: none;
}

.card a {
  color: #000;
  font-size: 14px;
  text-decoration: none;
  border: 2px solid #f44336;
  padding: 6px;
  margin-top: 15px;
  display: inline-block;
}

.card:hover a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  border: 2px solid white;
  padding: 6px;
}

a.read-more-show.hide {
  display: none;
}

#plan #more {
  display: none !important;
}

.quick-link.btn-group-lg>.btn,
.btn-lg {
  padding: 12px 32px 14px;
  font-size: 1.25rem;
  line-height: 1.5rem;
  border-radius: 4px;
  border-width: 0;
  text-transform: initial;
  font-weight: 500;
  text-decoration: none;
  background: transparent;
  border: 3px solid red;
}

.gpu-banner-buttons .btn-lg {
  background: #f44336;
}

.quick-link .cta-button .button {
  color: #fff;
  border: 3px solid #ed3237;
  background: transparent;
  border-radius: 4px;
  display: block;
  font-size: 1rem;
  line-height: 1rem;
  padding: 0.75rem 2rem 0.625rem;
  margin: 0;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  text-shadow: none;
  vertical-align: baseline;
  outline: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 20px 8px;
}

.featurelist.signgle-fea {
  max-width: 100%;
  margin: auto;
  text-align: center;
  margin-top: 50px;
}

.commanpoint {
  font-size: 18px;
}

.quick-links .row-fluid {
  width: 100%;
  display: flex;
}

/* plan */
/* Table styles */

#plan table {
  border-collapse: collapse;
  border-spacing: 0;
}

#plan .container{
  /*width: 1400px;*/
 /* width: auto;*/
}

#plan td,
#plan th {
  padding: 0;
  text-align: left;
}

#plan .c-table {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #fff;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.25;
  margin-bottom: 24px;
  width: 100%;
}

#plan .c-table__cell {
  padding: 5px;
  word-wrap: break-word;
  font-weight: 500;
  color: #000;
  font-size: 14px;
}

#plan .c-table__header tr {
  color: #fff;
}

#plan .c-table__header th {
  background-color: #ed3237;
  padding: 18px 6px 18px 12px;
}

#plan .c-table__header th:first-child {
  border-top-left-radius:  4px;
}

#plan .c-table__header th:last-child {
  border-top-right-radius: 4px;
}

#plan .c-table__body tr {
  border-bottom: 1px solid rgba(113, 110, 182, 0.15);
}

#plan .c-table__body tr:last-child {
  border-bottom: none;
}

#plan .c-table__body tr:hover {
  color: #272b37;
  background-color: #fff !important;
}

#plan #best-hosting {
  display: block;
  margin: 0px;
  padding: 0px;
    overflow: hidden;
}

.xyz13-btn {
  padding: 6px 20px;
  border-radius: 3px;
  background: #fff;
  font-size: 14px;
  font-weight: bolder;
  color: #ed3237 !important;
  border: 1px solid #ed3237;
  box-shadow: 0 0 20px rgba(0,0,0,0.15);
  transform: scale(1.005);
  margin-top: 10px;
  width: 70px;
  display: block;
  margin: auto;
}

.xyz13-btn:hover{
  transform: scale(1.01);
    box-shadow: 0 0 30px rgba(0,0,0,0.15);
    border: none;
    background: #fff;
    transition: all 0.4s ease-in-out;
    background: #ed3237;
    color: #fff !important;
    text-decoration: none;
}

.c-table__cell del {
  display: block;
  margin-bottom: 5px;
  font-weight: 100;
}

.c-table__cell .desktop-hidden {
  display: none;
}

.c-table__cell span {
  display: block;
}

span.threads {
  display: none;
}

.core-thread strong {
  display: none;
}

#plan td:first-of-type {
  padding: 0px 0px 0px 10px !important;
}


/* Mobile table styles */

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

  #plan .container {
    width: auto;
}
  
}

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

	/* table, thead, tbody, th, td, tr { 
		display: block; 
  } */

  
  td:first-child { 
    padding-top: 24px;
  }

  td:last-child { 
    padding-bottom: 24px;
  }
  
  .c-table {
    border: 1px solid rgba(113, 110, 182, 0.15);
    font-size: 15px;
    line-break: 1.2;
  }

  .c-table__header tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
  
  .c-table__cell { 
    padding: 12px 24px;
		position: relative; 
    width: 100%;
    word-wrap: break-word;
  }

  .c-table__label {
    color: #272b37;
    display: block;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 6px;
    text-transform: uppercase;
  }
 
  .c-table__body tr:hover {
    background-color: transparent;
  }

  #more.tab-product-line, .product-wrapper .product-line, .tab-product-line{
    display: block !important;
  }

  #more.tab-product-line, .product-wrapper .product-line, .tab-product-line {
    grid-template-columns: repeat(1, 1fr);
    max-width: 70%;
    margin: auto !important;
    width: 100%;
  }

  #plan .c-table__cell {
    text-align: center;
    display: flex;
    justify-content: center;
}

  #plan .c-table__cell {
    padding: 5px;
  }

.c-table__cell del {
  margin-right: 10px;
}

  .xyz13-btn {
    font-size: .9rem;
    font-weight: 600;
    padding: 10px 23px 10px 23px;
    border: 1px solid #ed3237;
    display: inline-block;
    border-radius: 15px;
    background-color: #ed3237;
    position: relative;
    cursor: pointer;
    background-image: none;
    color: #fff !important;
    margin: 0;
}

  #plan .c-table__body tr:last-child {
    margin-bottom: 0px !important;
    border-bottom: 3px solid #ed3237 !important;
  }

  span {
    font-weight: 700;
    color: #6f7173;
}

tr:after {
  border: none;
}

#plan .c-table__body tr {
  border: 3px solid red;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 7px;
  padding: 10px;
}

#plan .c-table__body .star {
  padding: 25px 0px 15px 15px;
  position: relative;
}

  tr:last-child:after {
    border: none;
  }

  .section-title .dedicated-hosting {
    line-height: 35px !important;  
  }

.c-table__label {
  font-size: 14px;
  font-weight: 700;
  margin-right: 14px;
}

#plan .c-table__label {
  display: block;
}

.c-table__cell span {
  display: block;
  margin-right: 5px;
}

label.labeltitle {
  margin-top: 30px;
  font-size: 20px;
}

.c-table__body .star:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 64px 64px 0 0;
  border-color: #ed3237 transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0px;
  content: "";
}

.c-table__body .star:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f005";
  color: #fff;
  position: absolute;
  left: 9px;
  top: 15px;
  text-shadow: 0 0 2px #37c5b6;
}

.c-table__cell .desktop-hidden {
  display: block;
  font-weight: 500;
}

.c-table__body tr {
  display: flex;
  flex-wrap: wrap;
}

td.c-table__cell:nth-child(1) {
  order: 1;
}

td.c-table__cell:nth-child(2) {
  order: 4;
}

td.c-table__cell:nth-child(3) {
  order: 4;
}

td.c-table__cell:nth-child(4) {
  order: 4;

}td.c-table__cell:nth-child(5) {
  order: 4;
}

td.c-table__cell:nth-child(6) {
  order: 2;
}

td.c-table__cell:nth-child(7) {
  order: 3;
}

td.c-table__cell:nth-child(7):before {
  content: "";
  background: #dedede;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 50%;
  margin: auto;
}

td.c-table__cell.price {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #6f7173 !important;
}

span.cores {
  display: none;
}

.core-thread strong {
  color: #6f7173;
  display: block;
  margin-right: 5px;
}
  
}


@media screen and (max-width: 768px) {
  .gpu-features section {
    padding: 0 1em;
  }

	
  .gpu-features .column {
    margin-bottom: 30px;
  }

 

  .gpu-features .icon-wrapper i {
    font-size: 20px;
  }

 

  .row-fluid .span6 {
    width: 100% !important;
  }

  .banner-text .h1 {
    text-align: center;
    font-size: 24px !important;
    line-height: 32px !important;
    margin-top: 20px;
    margin-bottom: 20px !important;
}

  .banner .span6 .banner-text ul{
    margin-left: 20px !important;
  }

  section.specification .speci-inner .featurelist {
    width: 100%;
    text-align: center;
  }

  .help-cta .cta-cnts h2 a {
    font-size: 20px;
    color: #f44336;
    line-height: 30px;
}



}



@media (min-width: 48rem) {
  .gpu-comparisons .comparison-table {
    font-size: 0.875rem;
  }

  .gpu-comparisons .comparison-table th,
  .gpu-comparisons .comparison-table td {
    padding: 1rem;
  }
}

@media (min-width: 60rem) {
  .gpu-comparisons .comparison-table {
    font-size: 1rem;
  }

  .gpu-comparisons .comparison-table th,
  .gpu-comparisons .comparison-table td {
    padding: 1.5rem 2rem;
  }
}

.gpu-features .gpu-heading h2 {
  font-size: 2.02729rem;
  line-height: 2.2807rem;
  margin-bottom: 3.2807rem;
  font-family: Montserrat;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .gpu-comparisons .comparison-table {
    table-layout: auto;
    font-size: 15px;
  }

  .gpu-comparisons .comparison-table th,
  .comparison-table td {
    padding: 10px;
  }

  .gpu-title h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .section-title h2 {
    padding: 20px;
    line-height: 35px !important;
  }

  .plans-include {
    display: block !important;
  }

  .plans-include .benefits {
    display: block !important;
  }

  .banner h1 {
    line-height: 30px !important;
  }


}






/* responsive css start */

@media (max-width:1024px) {
  section.specification .speci-inner .img-feature {
    width: 260px;
    height: 260px;
    min-height: 260px;
    min-width: 260px;
    padding: 40px;
  }

  section.specification .speci-inner .img-feature img {
    max-width: 90%;
  }

  section.pricing-section .pricing-tab-body {
    justify-content: left;
  }

  .gpu-features .column {
    width: 45%;
  }

  .help-cta .cta-cnts h2{
    text-align: center;
  }

  .help-cta .cta-cnts h2 a {
    font-size: 20px;
    } 

}

@media (max-width:991px) {

  section.specification .speci-inner .right-feature,
  section.specification .speci-inner .left-feature {
    width: 100%;
    flex-wrap: nowrap;
  }

  section.specification .speci-inner {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 40px;
  }

  

}

@media (min-width: 768px) and (max-width: 979px) { 

  .gpu-features .icon-wrapper {
    height: 1.5em;
    width: 1.5em;
  }

  .gpu-features .card {
    overflow-y: auto;
    max-height: 330px;
}

  .gpu-features p {
    height: 230px;
}


}


@media (max-width: 767px) {

  section.specification .speci-inner .right-feature,
  section.specification .speci-inner .left-feature {
    width: 100%;
    flex-wrap: wrap;
    row-gap: 20px;
  }

  section.specification .speci-inner .img-feature::after,
  section.specification .speci-inner .img-feature::before {
    display: none;
  }

  section.specification .speci-inner .img-feature {
    width: 400px;
    height: 400px;
    min-height: 400px;
    min-width: 400px;
    padding: 30px;
  }
  .gpu-features .column {
    width: 100%;
  }

  .gpu-features p {
    height: 221px;
  }

}

@media (max-width: 599px) {
  section.specification .speci-inner .img-feature {
    width: 300px;
    height: 300px;
    min-height: 300px;
    min-width: 300px;
    padding: 30px;
  }
}

@media (max-width: 425px) {
  section.specification .speci-inner .img-feature {
    width: 210px;
    height: 210px;
    min-height: 210px;
    min-width: 210px;
    padding: 30px;
  }
}



/* video section csss */

.video-container {
  width: 640px;
  border-radius: 4px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.4);
}

.video-container .video-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-container video {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.play-button-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.play-button-wrapper #circle-play-b {
  cursor: pointer;
  pointer-events: auto;
}

.play-button-wrapper #circle-play-b svg {
  width: 100px;
  height: 100px;
  fill: #fff;
  stroke: #fff;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  opacity: 0.9;
}

section.video-section {
  padding-top: 100px;
  position: relative;
  background: linear-gradient(180deg, rgba(237, 50, 55, 1) 0%, rgba(237, 50, 55, 1) 85%,
      rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 1) 100%);
  padding-bottom: 100px;
  margin-bottom: 100px;
}

.laptop-imgs {
  text-align: center;
  margin-bottom: -79px;
}

.video-container video {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.video-wrapper {
  position: absolute;
  left: 50%;
  top: 127px;
  transform: translate(-50%, 0);
  width: 642px;
  overflow: hidden;
  border-radius: 4px;
  height: 364px;
}





/* faq */
.faq-section-outer {
  padding: 50px 0 100px;
}

.outer-contant {
  margin-bottom: 30px;
  border: 1px solid #D2D2D2;
  padding: 20px 0 20px 20px;
}

.question {
  padding-right: 40px;
  position: relative;
  cursor: pointer;
  justify-content: left !important;
  font-size: 16px;
  line-height: 30px;
  display: flex;
  align-items: center;
  color: #444;
  font-weight: 700;
}

.question:hover {
  color: #222;
}

.question.active::after {
  transform: rotate(180deg);
}

.question::after {
  content: "";
  font-size: 24px;
  position: absolute;
  right: 16px;
  transition: 0.2s;
  background-image: url(../img/downarrow.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}

.answer p.Paragraph {
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #000;
  margin: 20px 0px;
  padding-right: 40px;
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

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



.gpu-features .column {
  --scrollbarBG: #ffffff;
  --thumbBG: #f44336;
}

.gpu-features .column::-webkit-scrollbar {
  width: 3px;
}

.gpu-features .column {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

.gpu-features .column::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}

.gpu-features .column::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 6px;
  border: 1px solid var(--scrollbarBG);
}

.gpu-features .column:hover {
  --scrollbarBG: #ffffff;
  --thumbBG: #000000;
}

