header {
     min-height: 120px !important;
}
@media (max-width: 991px){
    header {
     min-height: 50px !important;
    }
}
#deal_sec{
    background-color: #EAEDED;
    padding: 20px 0 25px 0;
    text-align: center;
}
.deal-img{
    /*border-radius: 50%;*/
    vertical-align: top;
    max-width: 100%;
    border: 0;
    height: 85px;
    aspect-ratio: auto 85 / 85;
    width: 85px;
    text-align: center;
    cursor: pointer;
}
.deal-span{
    text-align: center;
    width: 100%;
    display: inline-block;
    cursor: pointer;
}
#deal_sec_icons_holder ul li{
    max-width: 115px;
    margin-left: 12px;
    width: 115px;
    vertical-align: top;
    text-align: left;
    overflow: hidden;
    min-height: 100%;
    list-style-type: none;
    display: inline-block;
    white-space: normal;
    letter-spacing: normal;
    margin-top: 30px;
}
.deal-icon-caption{
    font-weight: bold;
    display: inline-block;
    white-space: normal;
    text-align: center;
    width: 100%;
    padding: 10px 5px 0;
    cursor: pointer;
    color: #000;
}
.icons-link{
    color: #750000;
    text-decoration: none;
}
.icons-link:hover{
    color: #750000;
    text-decoration: none;
}
.icon_off:hover{
    color: #750000;
    text-decoration: none;
}
.icon_off{
    color: #750000;
    text-align: center;
    text-decoration: none;
}
#managed_server_sec{
    margin-top: 20px;
}
/*.self_managed_img_holder img{
        height: 170px;
        width: 100%;
}
.self_managed_img_holder{
    border: 4px solid #3E1A9E;
    padding: 10px;
    margin: 20px 0;
}*/
.self_managed_img_holder{
    margin: 20px 0;
    }
.outer-col-left{
    padding-left: 30px;
    
}
.outer-col-right{
    padding-right: 35px;
}

@media (min-width: 768px){
    .outer-col-left{
        padding-right: 5px;
    }
    .outer-col-right{
        padding-left: 5px;
    }
}
@media (max-width: 768px){
    .outer-col-left{
        margin-right: 20px;
    }
    .outer-col-right{
        margin-left: 15px;
    }
    .self_managed_img_holder{
        margin-top: 20px;
    }
}
/*#self_managed_img_holder_left{
    margin: 10px 0 10px 10px;
}
#self_managed_img_holder_right{
    margin: 10px 10px 10px 0;
}*/
#ad_sec{
    padding: 0 30px;
    margin-top: 50px;
}
.common_padding{
    padding: 15px;
    text-align: center;
}
#hosting_offer{
    margin: 20px 15px;
}
/*.product_img_holder img{
        position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
}*/
.product_img_holder{
    padding: 10% 35%;
}
.deal-sticker{
    background: #e7a0e1;
    display: inline-block;
    color: #FFFFFF;
    padding: 2px 4px;
    position: relative;
    margin-bottom: 10px;
;
}
.offer_percent_holder{
        color: darkblue !important;
        text-rendering: optimizeLegibility;
    font-size: 18px!important;
    line-height: 24px!important;
    text-decoration: none;
}
.offer_percent_holder:hover{
    text-decoration: none;
}

.product_cpation_link:hover {
    color: #C7511F !important;
    text-decoration: none !important;
}

.a-size-mini {
    font-size: 12px!important;
    line-height: 16px!important;
}
a:hover.a-color-base {
    color: #C7511F!important;
}
.a-color-price {
    color: #B12704!important;
}
.a-size-medium {
    text-rendering: optimizeLegibility;
    font-size: 18px!important;
    line-height: 24px!important;
}
.product_cpation{
    text-decoration: none;
    color: #000;
    font-size: 1em;
    text-overflow: ellipsis;
    display: block;
    max-height: 2.8em;
    overflow: hidden;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product_cpation:hover{
    color: #B12704!important
}
.a-color-success {
    color: #007600!important;
}
.product-col{
    border: 1px solid #DDD;
    padding: 30px;

}
#bottem_offer{
    margin-top: 50px;
    
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url('../img/offer/black-friday/server-location-bg.png');
}
.bottem_offer_img{
    margin-bottom: 30px;
    margin-top: 30px;
}
.bottem_offer_img_holder_left{
    margin-right: 0;
    border-right: 5px solid #8D66C8;
}
.bottem_offer_img_holder_tight{
    margin-left: 0;
}

/*banner*/
#banner{
    background-color: #000;
  /*  height: 100vh;*/
    color: #fff;
    padding-top: 30px;
    padding-bottom: 75px;
   } 
   .offer-caption-style{

   }
.offer_order_btn{
    color: #000;
    background-color: #fff;
    padding: 10px 30px;
    border-radius: 25px;
    font-size: 22px;
    font-weight:800;
    text-decoration: none;
 }
 .offer_order_btn:hover{
    text-decoration: none;
    color: #fff;
    background-color: #000;
    border: 2px solid #fff;
 }
 .first-offer-caption{
    margin: 20px 0 40px;
    font-size: 2rem !important;
 }
.bf-spinner-wrapper {
    position: relative;
    width: min(45vw, 420px);
    aspect-ratio: 1 / 1;
    margin: 0 auto;
}

.bf-spinner-wrapper .spinning_outer_img,
.bf-spinner-wrapper .spinning_inner_div {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bf-spinner-wrapper .spinning_outer_img {
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    animation: rotating 60s infinite reverse linear;
}

.bf-spinner-wrapper .spinning_inner_div {
    z-index: 1;
    width: 70%;
    height: 70%;
    margin: auto;
}

.bf-spinner-wrapper .spinning_inner_div img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 768px) {
    .bf-spinner-wrapper {
        width: min(70vw, 340px);
    }
}
 .third-head{
    font-size: 1.5rem;
 }
  /*@media (min-width: 768px and max-width: 991px){
    .spinning_outer_img{
        left: 0;
    }
 }
 @media (max-width: 767px){
    .spinning_outer_img{
        left: 0px !important;
    }
 }*/
 @media (max-width: 991px){
    .offer-caption-style {
        font-size: 1.5rem;
    }
     .offer-caption-holder{
        text-align: center;
     }
     .offer-caption-left{
        margin-left: 0px !important;
     }
     .offer-caption-right{
        margin-right: 0px !important;
     }
     .offer-caption-holder_left{
        margin-bottom: 50px;
     }
}
 .offer-caption-left{
    margin-left: 150px;
 }
 .offer-caption-right{
    margin-right: 60px;
 }
 .caption-bold{
    font-weight: 800;
 }
 .mag-t-b{
    margin-top: 40px;
    margin-bottom: 40px;
 }
 .mag-b{
    margin-bottom: 40px;
 }
 .mag-t{
    margin-top: 40px;
 }
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}


#confettiuc_blox_confetti_bg_bg_addon102202{
    height:100%;
    width:100%;
    left: 0px;
    position: absolute;
    top: 0px;
    background-color:;
}
#confettiuc_blox_confetti_bg_bg_addon11348{
    height:100%;
    width:100%;
    left: 0px;
    position: absolute;
    top: 0px;
    background-color:;
}
.fw800{
    font-weight:800;
}
.text-center{
    text-align: center;
}
.no-height{
    height: 0;
}