@charset "utf-8";
/* CSS Document */
html { scroll-behavior: smooth; }

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
 position: relative;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
 .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }
  
.tabs_wrapper{
  margin-top: 30px;
}
ul.tabs{
  background:none!important;
  border:none!important;
  display: inline-block;
  width:100%;
  padding-left:0;
  -webkit-margin-before: 0;
  -webkit-padding-start: 0;
}

ul.tabs li {
  list-style:none;
  cursor:pointer;
  margin-right:15px;
  display: inline-block;
  float:left;
  border: 2px solid rgba(0,0,0,0.1);
  padding: 0 30px;
  border-radius:5px;
  background-color: #0cc9e7;
  color:white;
  line-height: 35px;
 
}

ul.tabs li.active{
  background-color: #20d998;
}

.tabs_container{
  padding-top:20px;
  border-top: 1px solid rgba(0,0,0,0.5);
  display: inline-block;
  width:100%;
}

.tabs_container .tab_content{
  display: none;
}

.tabs_container .tab_content.active{
  display: inline-block;
}

.top-bar {
	background:#111!important;
}

.offers-page-hero {
	background:url(../images-2024/black-friday-2024-hero-bg.jpg) no-repeat center center;
	background-repeat:no-repeat;
	color:#fff;
		min-height:50vh;
	padding:180px 0 50px 0;
	background-size:cover;
}

.offers-hero-carousel .item {

}

.offers-hero-carousel .item .row {
	display:flex;
	align-items:flex-start;
}

.offers-page-hero h2 {
	font-size:45px;
	font-weight:700;
	line-height:150%;
	text-align:center;
	margin-bottom:50px;
}

.offers-page-hero span {
	color:#ffba00;
}

.offers-hero-carousel .item h4 span, .offers-hero-carousel .item h3 span{
	color:#ffba00;
}

.offers-hero-carousel .item h3 {
	font-size:22px;
	font-weight:500;
	line-height:150%;
	text-align:center;
}

.offers-hero-carousel .item h3 span {
	font-weight:700;
}

.offers-hero-carousel .item h4 {
	font-size:22px;
	font-weight:500;
	line-height:150%;
	margin-top:0;
}

.offers-hero-carousel ul {
    margin: 25px 0 25px 0;
    padding: 0;
    list-style: none;
    font-size: 15px;
	display:flex;
	flex-wrap:wrap;
}
.offers-hero-carousel ul li {
    position: relative;
    padding: 0 0 10px 25px;
    width: 48%;
}
.offers-hero-carousel ul li:before {
    content: "\f00c";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    color: #ffba00;
}
.offers-hero-carousel .star-ratings-hero {
	margin:7px 0;
}
.offers-hero-carousel .star-ratings-hero .star-ratings-hero-icons {
	margin:0 7px;
}

.offers-hero-carousel .item .five.columns {
	text-align:center;
}

.offers-hero-carousel .item .five.columns .link-button {
	background:#ffba00;
	font-size:15px;
	font-weight:600;
	padding:12px 25px;
	border-radius:50px;
	transition:all 0.5s;
	margin:10px 0 0 0;
	color:#000;
	display:inline-block;
}

.offers-hero-carousel .item .five.columns .link-button:hover {
	background:#fff;
}

.offers-check-all-deals {
	background:#ffba00;
	padding:15px 0;
	position:sticky;
	top:64px;
	z-index:1;
}

.offers-check-all-deals ul {
	margin:0;
	padding:0;
	list-style:none;
	display:flex;
	flex-wrap:Wrap;
	align-items:center;
	justify-content:center;
}

.offers-check-all-deals ul li {
	padding-right:25px;
	margin-right:25px;
	border-right:solid 1px #111;
}

.offers-check-all-deals ul li a {
	color:#000;
	font-weight:500;
	padding:7px 10px;
	transition:all 0.5s;
	border-radius:10px;
}

.offers-check-all-deals ul li a.active {
	background:#000;
	color:#fff;
}

.offers-check-all-deals ul li a:hover {
	background:#000;
	color:#fff;
}

.offers-check-all-deals ul li:first-child {
	font-size:17px;
	font-weight:600;
	color:#000;
}

.offers-hero-carousel .owl-nav {
	position:absolute;
	top:40%;
	width:100%;
}

.offers-hero-carousel .owl-nav .owl-prev {
	position:absolute;
	left:15px;
	font-size:50px!important;
}
.offers-hero-carousel .owl-nav .owl-next {
	position:absolute;
	right:15px;
	font-size:50px!important;
}

.offers-info-section {
	padding:60px 0;
}

.offers-info-section h2 {
	color:#000;
	font-size:30px;
	font-weight:700;
	text-align:center;
}

.offers-info-section .container > h3 {
	color:#666;
	font-size:18px;
	font-weight:600;
	text-align:center;
	margin:0 0 25px 0;
}

ul.tabs {
	display:block;
	margin:0 auto;
	max-width:max-content;
}

ul.tabs li.active {
    color: #000;
    font-weight: 600;
    padding: 15px 25px;
    background: #ffba00;
    border-radius: 50px;
    line-height: 100%;
    border: none;

}

ul.tabs li {
	    color: #666;
    font-weight: 600;
    padding: 15px 25px;
    background: transparent;
    border-radius: 50px;
    line-height: 100%;
    border: none;
	transition:all 0.2s;

}

ul.tabs li:hover {
	background:#ccc;
	color:#333;
}

.tabs_container {
	border-top:none;
}

.offers-info-section .new-toggle-switch .check {
	background-color:#000;
}

.tabs_container .tab_content {
	padding:25px 0;
}
.tabs_container .tab_content.active {
	display:block;
}

.tabs_container .tab_content > h3 {
	color:#000;
	text-align:center;
	font-weight:700;
	margin:0 0 35px 0;
	line-height:200%;
}

.offer-tab-cta {
	margin:25px 0 0 0;
	text-align:center;
}
.offer-tab-cta a {
    color: #fff;
    font-weight: 600;
    padding: 15px 25px;
    background: #000;
    border-radius: 50px;
    line-height: 100%;
    border: none;
}

/*.tabs_container .tab_content ul {
	margin:0;
	padding:0;
	list-style:none;
	display:flex;
	align-items:Center;
	justify-content:space-between;
}

.tabs_container .tab_content ul li {
	    width: 23%;
    text-align: center;
    padding: 15px;
    box-shadow: 0 0 15px #ddd;
    border-radius: 10px;
    border: solid 1px #ddd;
}



.tabs_container .tab_content ul li h3 {
	margin-bottom:15px;
}*/

.wordpress-hosting-offers {
	background:#f4f4f4;
}

.direct-hosting-offers {
	background:#f4f4f4;
}

.footer {
    background: #111111!important;
}

.shared-hosting-table-column .buy-now-button a {
	background:#000!important;
}

.shared-hosting-table-column.featured .buy-now-button a {
    background: #ffba00!important;
}


.home-shared-hosting-table-style.three-columns-table .shared-hosting-table-column {
	width:25%;
}

.home-shared-hosting-table-style.five-columns-table .shared-hosting-table-column {
	width:16.6%;
}


/*.home-shared-hosting-table-style.five-columns-table .shared-hosting-table-column .plan-features li:nth-child(10) {
	height:60px;
}*/

.home-shared-hosting-table-style.five-columns-table .shared-hosting-table-column .plan-features li:nth-child(16) {
	height:auto;
}


#sharedHostingMonthly .shared-hosting-table-column .intro, #wordpressHostingMonthly .shared-hosting-table-column .intro, #directHostingMonthly .shared-hosting-table-column .intro {
	margin-top:10px;
}

#sharedHostingMonthly .shared-hosting-table-column .renew-at, #wordpressHostingMonthly .shared-hosting-table-column .renew-at, #directHostingMonthly .shared-hosting-table-column .renew-at {
	margin-bottom:10px;
}

#sharedHostingMonthly .shared-hosting-table-column .renew-at-tip, #wordpressHostingMonthly .shared-hosting-table-column .renew-at-tip, #directHostingMonthly .shared-hosting-table-column .renew-at-tip {
	margin-bottom:10px;
}

#directHostingMonthly .shared-hosting-table-column .pricing {
	font-size:16px;
}


#sharedHostingMonthly .shared-hosting-table-column .hosting-table-footer, #wordpressHostingMonthly .shared-hosting-table-column .hosting-table-footer, #directHostingMonthly .shared-hosting-table-column .hosting-table-footer {
	min-height:135px;
}


#sharedHostingAnnually .shared-hosting-table-column .intro, #wordpressHostingAnnually .shared-hosting-table-column .intro, #directHostingAnnually .shared-hosting-table-column .intro
{
	margin-top:10px;
}

#wordpressHostingAnnually .shared-hosting-table-column .hosting-table-header
{
	min-height:170px;
}
#directHostingAnnually .shared-hosting-table-column .hosting-table-header
{
	min-height:210px;
}

#sharedHostingAnnually .shared-hosting-table-column .hosting-table-header, #sharedHostingMonthly .shared-hosting-table-column .hosting-table-header {
	min-height:160px;
}
#directHostingMonthly .shared-hosting-table-column .hosting-table-header {
	min-height:190px;
}

#directHostingAnnually .shared-hosting-table-column .hosting-table-header
{
	min-height:190px;
}

 @keyframes blink {
    0%, 100% {
      color: transparent;
      -webkit-text-stroke: 1px black; /* outline visible */
    }
    50% {
      color: black; /* text filled */
      -webkit-text-stroke: 0px; /* no outline */
    }
  }

  .blinking-text {
font-size: 45px;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: 1px black;
    animation: blink 2s infinite;
  }
  
.plan-intro {
	font-size: 15px;
    font-weight: 600;
  /*  margin-top: 15px;*/
}

#sharedHostingAnnually .plan-intro {
	font-size: 15px;
    font-weight: 600;
	margin-top:0;
}



#wordpressHostingAnnually .shared-hosting-table-column .plan-features li:nth-child(16), #directHostingAnnually .shared-hosting-table-column .plan-features li:nth-child(16), #wordpressHostingMonthly .shared-hosting-table-column .plan-features li:nth-child(16), #directHostingMonthly .shared-hosting-table-column .plan-features li:nth-child(16){
	height:auto;
}

.shared-hosting-table-column .buy-now-button a:hover {
    background: #ffba00!important;
    color: #000;
}
.shared-hosting-table-column.featured .buy-now-button a:hover {
    background: #000!important;
    color: #ffba00;
}
  
  
  .shared-hosting-table-column .plan-features {
	  padding:0!important;
  }
  .shared-hosting-table-column .plan-features li:nth-child(11) {
    min-height: 70px;
}

.offers-hero-carousel.owl-theme .owl-dots .owl-dot.active span {
	    background: #ffba00;
}


#wordpressHostingAnnually .shared-hosting-table-column .plan-features li:nth-child(11),#sharedHostingAnnually .shared-hosting-table-column .plan-features li:nth-child(11), #sharedHostingMonthly .shared-hosting-table-column .plan-features li:nth-child(11), #wordpressHostingMonthly .shared-hosting-table-column .plan-features li:nth-child(11), #semiHostingAnnually .shared-hosting-table-column .plan-features li:nth-child(11), #semiHostingMonthly .shared-hosting-table-column .plan-features li:nth-child(11) {
	min-height:auto;
}
  @media screen and (max-width: 800px) {
	  .offers-page-hero {
		  padding:100px 0 50px 0;
	  }
	  
	   .offers-page-hero h2 {
		   font-size:25px;
	   }
 .blinking-text {
	 font-size:25px;
 }
 .offers-hero-carousel .item .row {
	 flex-direction:column;
	 padding:0 10px;
 }
 .offers-hero-carousel .item h4 {
	 text-align:center;
	
 }
 .offers-hero-carousel .star-ratings-hero {
	 justify-content:center;
 }
 .offers-hero-carousel .item h3 {
	 font-size:22px;
	 margin-top:10px;
 }
 .offers-hero-carousel .owl-nav {
	 display:none;
 }
 .offers-check-all-deals ul li {
	 padding-right:0;
	 margin-right:0;
	 border:none;
	 width:100%;
	 justify-content:center;
 }
 ul.tabs li {
	 padding:10px 15px;
	 margin-right:4px;
 }
 .home-shared-hosting-table-style.three-columns-table .shared-hosting-table-column {
	 width:100%;
 }
 .home-shared-hosting-table-style.five-columns-table .shared-hosting-table-column {
	 width:100%;
 }
 .offers-check-all-deals {
	 top:50px;
 }
}

@media screen and (max-width: 1200px) and (min-width: 800px) {
.home-shared-hosting-table-style.three-columns-table .shared-hosting-table-column {
	width:50%;
}

.home-shared-hosting-table-style.five-columns-table .shared-hosting-table-column {
	width:50%;
}

}

@media screen and (min-width: 2000px) {
.offers-page-hero h2 {
	margin-bottom:70px;
}
}