*, *:before, *:after {
  box-sizing: border-box;
}

.fa.fa-times{
    color: #8d8d8d !important;
}

.range-slider {
  margin: 60px 0 0 0%;
}

.range-slider {
  width: 100%;
}

.range-slider__range {
  -webkit-appearance: none;
  width: calc(100% - (73px));
  height: 10px;
  border-radius: 5px;
  background: #d7dcdf;
  outline: none;
  padding: 0;
  margin: 0;
}

footer img {
    width: 150px;
}

.range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fd4326;
  cursor: pointer;
  transition: background .15s ease-in-out;
}
.range-slider__range::-webkit-slider-thumb:hover {
  background: #fd4326;
}
.range-slider__range:active::-webkit-slider-thumb {
  background: #fd4326;
}
.range-slider__range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #fd4326;
  cursor: pointer;
  transition: background .15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
  background: #fd4326;
}
.range-slider__range:active::-moz-range-thumb {
  background: #fd4326;
}
.range-slider__range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #fd4326;
}

.range-slider__value {
  display: inline-block;
  position: relative;
  width: 60px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: #fd4326;
  padding: 5px 10px;
  margin-left: 8px;
}
.range-slider__value:after {
  position: absolute;
  top: 8px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #fd4326;
  border-bottom: 7px solid transparent;
  content: '';
}

::-moz-range-track {
  background: #d7dcdf;
  border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}


















/**/
.pbn-table-img-box {
    padding: 10px 4px 0px 4px !important;
}

.pbn-table-img-box img {
    border-radius: 33%;
}

.web-development .plan-body::after {
    border-top-color: #E68A24;
}

.web-development h1 b {
    color: #E68A24;
}

.web-designing .plan-body::after {
    border-top-color: #E55D23;
}

.web-designing h1 b {
    color: #E55D23;
}

.android-app .plan-body::after {
    border-top-color: #A4C639;
}

.android-app h1 b {
    color: #A4C639;
}

.desktop-app .plan-body::after {
    border-top-color: #EF4D45;
}

.desktop-app h1 b {
    color: #EF4D45;
}


.radio-container {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    padding-right: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.radio-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .radio-checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .radio-checkmark {
    background-color: #fd4326;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .radio-checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .radio-checkmark:after {
 	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}






/* Pop Up Styling Starts */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
.popup-panel {
  background: rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  -webkit-transition: 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
}
.popup-panel.popup-is--open {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}

.popup-panel__content {
  padding-bottom: 4em;
  background: #fff;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  color: #5a5a5a;
  text-align: center;
}
.popup-panel__content h4 {
  padding: 1.5em 0;
  border-bottom: 2px solid #fd4326;
  color: #fd4326;
  font-size: 1.15em;
  font-weight: 700;
  text-transform: uppercase;
}
.popup-panel__content h2 {
  padding: .5em 1.5em;
  font-size: 3em;
  font-weight: 300;
}
.popup-panel__content p {
  margin: auto;
  width: 55%;
  font-size: 1.15em;
  font-weight: 300;
  line-height: 1.4;
}

.popup-panel__flaps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.popup-flap {
  height: 100px;
  background: #fd4326;
}

.popup-flap__btn {
  width: calc((100% - 212px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: #FF5A41;
  color: white;
  cursor: pointer;
  font-size: 2.25em;
  font-weight: 700;
  text-decoration: none;
  z-index: 1;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
.popup-flap__btn:hover, .popup-flap__btn:focus {
  background: #fd4326;
  outline: none;
  -webkit-transform: rotateX(-25deg) translate3d(0, 0, 0);
          transform: rotateX(-25deg) translate3d(0, 0, 0);
}

.popup-outer {
  width: 106px;
}

.popup-flap--left {
  border-bottom-left-radius: 25px;
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

.popup-flap--right {
  border-bottom-right-radius: 25px;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.popup-is--open .popup-outer {
  -webkit-animation: swing 1.5s .2s ease;
          animation: swing 1.5s .2s ease;
}
.popup-is--open .popup-flap__btn:first-of-type {
  -webkit-animation: swing 1.5s .3s ease;
          animation: swing 1.5s .3s ease;
}
.popup-is--open .popup-flap__btn:last-of-type {
  -webkit-animation: swing 1.5s .4s ease;
          animation: swing 1.5s .4s ease;
}

@-webkit-keyframes swing {
  10% {
    -webkit-transform: rotateX(25deg);
            transform: rotateX(25deg);
  }
  50% {
    -webkit-transform: rotateX(-15deg);
            transform: rotateX(-15deg);
  }
  75% {
    -webkit-transform: rotateX(5deg);
            transform: rotateX(5deg);
  }
  90% {
    -webkit-transform: rotateX(-2.5deg);
            transform: rotateX(-2.5deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}

@keyframes swing {
  10% {
    -webkit-transform: rotateX(25deg);
            transform: rotateX(25deg);
  }
  50% {
    -webkit-transform: rotateX(-15deg);
            transform: rotateX(-15deg);
  }
  75% {
    -webkit-transform: rotateX(5deg);
            transform: rotateX(5deg);
  }
  90% {
    -webkit-transform: rotateX(-2.5deg);
            transform: rotateX(-2.5deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}
.popup-replay {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: .5em;
  background: #865fdf;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.popup-replay:hover, .popup-replay:focus {
  background: #8f69e8;
  outline: none;
  box-shadow: 0 0 25px #865fdf;
}
.popup-replay:active {
  -webkit-transform: translate(-50%, -50%) scale(0.9);
          transform: translate(-50%, -50%) scale(0.9);
}
.popup-replay.popup-is--active {
  opacity: 1;
  pointer-events: initial;
}

*, *:before, *:after {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
}
.popup-body {
  position: fixed;
  z-index: 999999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*background: #2e2e2e;*/
  background-image: url('../images/dim_layer.png');
  font-family: "Lato", Arial, sans-serif;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* Pop Up Styling Ends */

/* Economy Pricing Starts */
.economy-plan-wrap.active .plan-footer .host-btn {
	background-color: #fff;
	color: #5aba41
}
.economy-plan-wrap.active .host-btn .i-round{
  background-color: #5aba41;
  color: #fff
}


.economy-plan-wrap .plan-features .right i {
	color: #5aba41
}

.economy-plan-wrap .plan-body::after {
	border-top-color: #5aba41;
}

.economy-plan-wrap .plan-body {
    background-color: #5aba41;
}

.economy-plan-wrap .popular::before,
.economy-plan-wrap .popular::after {
	background-color: #5aba41;
}

.economy-plan-wrap .popular span {
	background-color: #5aba41;
}

.plan-wrap .plan-footer .host-btn .i-round {
  color: #03bfda;
}

.plan-wrap.active .plan-footer .host-btn .i-round {
  color: #fff;
}

.plan-wrap .plan-footer .host-btn {
  background-color: #03bfda;
}


.economy-plan-wrap .plan-footer .host-btn .i-round {
  color: #5aba41;
}

.economy-plan-wrap .plan-footer .host-btn {
  background-color: #5aba41;
}
/* Economy Pricing Ends */

/* Business VPS Hosting Starts */
    .span12 {
        float: left;
        min-height: 1px;
        margin-left: 5%;
        margin-right: 5%;
        display: block;
        text-align: center;
    }
    
    .comp_adv_trigger h4 {
        font-weight: 600;
        font-size: 17px;
    }
    
    .comp_adv_trigger p {
        font-size: 12px !important;
    }
    
    .competitive_advantages {
        display: inline-block;
        margin: 0 auto;
        padding-bottom: 16px;
    }
    
    .separator {
        border-top: solid 1px #ccc;
        padding-top: 22px;
    }
    
    .competitive_advantages li {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 20%;
    }
    
    .competitive_advantages li {
        border-right: solid 1px #ccc;
        float: left;
        list-style: none;
        text-align: center;
        width: 200px;
    }
    
    .feat-availability {
        background: url(../images/sprites-vpsfeats-2.png) no-repeat top left;
        width: 90px;
        height: 50px;
        display: inline-block;
    }
    
    .feat-cp {
        background: url(../images/sprites-vpsfeats-2.png) no-repeat top left;
        width: 106px;
        height: 50px;
        display: inline-block;
        background-position: 0 -51px;
    }
    
    .feat-snapshot {
        width: 90px;
        height: 50px;
        background: url(../images/sprites-vps-hosting-2.png) no-repeat -5px -108px;
        display: inline-block;
    }
    
    .feat-email {
        background: url(../images/sprites-vpsfeats-2.png) no-repeat top left;
        width: 98px;
        height: 50px;
        display: inline-block;
        background-position: 0 -156px;
    }
    
    .feat-root-access {
        width: 37px;
        height: 50px;
        background: url(../images/sprites-vps-hosting-2.png) no-repeat -5px -44px;
        display: inline-block;
    }
    
    .feat-ecommerce {
        background: url(../images/sprites-vpsfeats-2.png) no-repeat top left;
        width: 50px;
        height: 50px;
        display: inline-block;
        background-position: -25px -261px;
    }
    
    .feat-backups {
        background: url(../images/sprites-vpsfeats-2.png) no-repeat top left;
        width: 98px;
        height: 50px;
        display: inline-block;
        background-position: 0 -312px;
    }
    
    .feat-moneyback {
        background: url(../images/sprites-vpsfeats-2.png) no-repeat top left;
        width: 98px;
        height: 50px;
        display: inline-block;
        background-position: 0 -363px;
    }
    
    .feat-cpu-cores {
        width: 33px;
        height: 50px;
        background: url(../images/sprites-vps-hosting-2.png) no-repeat -5px 6px;
        display: inline-block;
    }
    
    .feat-maxspeed {
        background: url(../images/sprites-vpsfeats-2.png) no-repeat top left;
        width: 98px;
        height: 50px;
        display: inline-block;
        background-position: 0 -468px;
    }
    
    .mobile-visible {
        display: none !important;
    }
    
    .mobile-hidden {
        display: block !important;
    }
    
    @media (min-width: 437px) {
        .competitive_advantages li:nth-last-child(1) {
            border: none;
        }
    }
    
    @media (max-width: 437px) {
        .competitive_advantages li {
            width: 49% !important;
            height: 150px;
            padding-left: 5px;
            padding-right: 5px;
        }
        
        .competitive_advantages li:nth-child(2) {
            border: none;
        }
        
        .competitive_advantages li:nth-child(4) {
            border: none;
        }
        
        .competitive_advantages li:nth-child(6) {
            border: none;
        }
        
        .vps-pricing-table {
            padding: 0px !important;
        }
        
        .separator {
            border-top: none;
        }
        
        .mobile-visible {
            display: block !important;
        }
        
        .mobile-hidden {
            display: none !important;
        }
    } 
    
    
    
    
    .vps_host-pckg-specs-drop-list {
        font-size: 16px;
    }
    
    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
        line-height: 0;
    }
    
    .row-fluid {
        width: 100%;
        margin-left: 4%;
        margin-right: 4%;
    }
    
    .oth-icon {
        margin: 3px 12px 0 0;
    }
    
    .pull-left {
        float: left;
    }
    
    .icon-ideal {
        width: 18px;
        height: 18px;
        background: url(../images/sprites-sheet1-3.png) no-repeat top left;
        background-position: -96px -258px;
    }
    
    .span5 {
        line-height: 32px;
        font-weight: 600;
    }
    
    
    .vps-pricing-table__box {
        border-color: #1D7FBE;
        width: 90%;
        /*padding-bottom: 15px;*/
        box-shadow: 0px 0px 10px -3px #1D7FBE;
    }
    
    .vps-pricing-table__sorting-holder-mobtab .active {
        border-color: #ff4546;
        box-shadow: 0px 0px 10px -3px #ff4546;
    }
    
    .vps-pricing-table__sorting-holder-mobtab i, .vps-pricing-table__sorting-holder-mobtab span {
        color: #1D7FBE;
        font-weight: 900;
    }

    .vps-pricing-table__sorting-holder-mobtab .active i, .vps-pricing-table__sorting-holder-mobtab .active span{
        color: #ff4546;
        font-weight: 750;
    }
    
    .vps-pricing-table-box-pricing__value .price b {
        font-size: 40px;
    }
    
    .vps-pricing-table-box-pricing__value .price-old b {
        font-size: 16px;
    }

    .vps-pricing-table-box-pricing__value .discount, .vps-pricing-table-box-pricing__value .price-old {
        width: 100%;
    }
    
    .vps-pricing-table-box-content__values {
        padding-top: 0px !important;
    }
    
    .vps-pricing-table-box__pricing {
        /*padding-bottom: 0px !important;*/
    }
    
    .vps-pricing-table-box-content__values li {
        margin-bottom: 10px !important;
        font-size: 12px;
    }

/* Business VPS Hosting Ends */
















/*Hosting Switch Starts*/
.hosting-switching-bar {
    text-align: center;
    display: block;
}

.hosting-switching-bar li {
    margin: 0px !important;
}

.hosting-switching-bar li i {
    font-size: 21px;
}

.hosting-switching-bar .nav-pills>li{
    width: 25%;
}

.hosting-switching-bar .nav-pills>li {
    float: none !important;
    display: inline-block !important;
    font-size: 18px;
    max-width: 240px !important;
    font-weight: 600;
}

.hosting-switching-bar li a:hover {
    background-color: #aaaaaa;
    color: #ffffff;
}

.hosting-switching-bar .left-active .inactive a{
    border: 2px solid #aaaaaa;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: 1px;
}

.hosting-switching-bar .left-active .active a{
    border: 2px solid #337ab7;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.hosting-switching-bar .right-active .inactive a{
    border: 2px solid #aaaaaa;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: 1px;
}

.hosting-switching-bar .right-active .active a{
    border: 2px solid #337ab7;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

@media(max-width: 942px){
    .hosting-switching-bar .nav-pills>li{
        width: 35%;
    }
}

@media(max-width: 678px){
    .hosting-switching-bar .nav-pills>li{
        width: 45%;
    }
}

@media(max-width: 530px){
    .hosting-switching-bar li .plan-types{
        display: block;
        min-width: 123px;
    }
}

@media(max-width: 354px){
    .hosting-switching-bar li .plan-types{
        min-width: 125px;
    }
}
/*Hosting Switch Ends*/






.plan-wrap {
    box-shadow: 5px 5px 10px 0px #00000042 !important;
}

.plan-wrap li b {
    color: #00a2b9;
    text-shadow: 0px 0px 1px #0000002F;
}

.economy-plan-wrap li b {
    color: #5aba41;
    text-shadow: 0px 0px 1px #0000002F;
}


.form_box {
    border: 1px solid #dadada !important;
    border-radius: 10px !important;
    padding: 30px 5px 25px 5px !important;
    box-shadow: 2px 2px 10px 0px #dadada !important;
}


.free_give_away_box p {
    color: #7a7a7a !important;
    font-family: "Roboto", Sans-serif !important;
    font-weight: 500 !important;
    font-size: 15px !important;
}

.free_give_away_box h3 {
    font-size: 30px !important;
    font-weight: 900 !important;
    color: #fd4326 !important;
}

.free_give_away_box h2 {
    font-size: 26px !important;
}

.free_give_away_box .title {
    margin-bottom: 30px !important;
}

.free_give_away_box .btn {
    padding: 6px 12px !important;
    /*margin: 0px !important;*/
}



.free_give_away_box .col-md-12 {
    display: inline-block;
}

.free_give_away_box .thank_you_box {
    text-align: center !important;
}

.free_give_away_box .thank_you_box img {
    width: 175px !important;
    margin-top: 20px !important;
    margin-bottom: 30px !important;
}

.free_give_away_box .thank_you_box p {
    font-size: 19px !important;
}

.free_give_away_box .thank_you_box a {
    color: #4e4e4e !important;
}

.danger {
    color: red !important;
}




#count_down_timer {
    width: fit-content !important;
    margin: auto !important;
    background-color: #00000085 !important;
    padding: 5px 10px 5px 20px !important;
    border-radius: 30px !important;
    margin-top: 60px !important;
}

#count_down_timer .value {
    font-family: PlayfairDisplay-Italic !important;
    font-size: 120px !important;
    line-height: 1 !important;
    color: #fff !important;
    font-style: italic !important;
    text-transform: uppercase !important;
}

#count_down_timer .label {
    font-family: PlayfairDisplay-Italic !important;
    font-size: 18px !important;
    line-height: 1 !important;
    font-style: italic !important;
    color: #fff !important;
    padding-left: 0px !important;
}

#count_down_timer .timer_section {
    display: inline-block !important;
}

@media(max-width:992px){
    #count_down_timer .value {
        font-size: 80px !important;
    }
}

@media(max-width:610px){
    #count_down_timer .value {
        font-size: 50px !important;
    }
}

@media(max-width:476px){
    #count_down_timer .value {
        font-size: 30px !important;
    }
}

@media(max-width:384px){
    #count_down_timer .value {
        font-size: 25px !important;
    }
}

/*.g-recaptcha div {*/
/*    width: 100% !important;*/
/*}*/

/*iframe {*/
/*    width: -webkit-fill-available !important;*/
/*    height: auto !important;*/
/*}*/


.yearly-prices-dropdown {
    width: 100%;
}

.yearly-prices-dropdown select {
    padding: 8px 0px 6px 10px;
    border-radius: 5px;
}

.plans {
    margin-top: 0px;
}


.hosting-banner .sale h2, .hosting-banner .sale h2 span {
    font-size: 4vw;
}































