@media (max-width: 768px){

    .reseller-hosting-plan-pack {
        margin-bottom: 30px;
    }
    .reseller-hosting-plan-title {
        margin-bottom: 40px;
    }
    
}

.padding-40-0-0{
	padding: 40px 0 0 !important;
}

.reseller-hosting-features a{
    text-decoration: none !important;
	display: -ms-flexbox;
    display: flex;
}

.reseller-hosting-features .reseller-hosting-features-icon i{
    width: 75px;
    height: 75px;
    display: block;
    position: relative;
    text-align: center;
    background: url(../images/extra/backrounds/bulb-stock.png) no-repeat;
    background-size: 100%;
    color: #2bd8cb;
    font-size: 20px;
    font-weight: bold;
    margin-right: 15px;
    line-height: 66px;
    padding-left: 9px;
}

.reseller-hosting-features .reseller-hosting-features-title{
    font-size: 18px;
    color: #8a98a7;
    font-weight: 600;
    text-decoration: none;
    margin-top: 9px;
    display: block;
    margin-bottom: -4px;
}

.reseller-hosting-features .reseller-hosting-features-text{
    font-size: 14px;
    color: #a0acb9;
    text-decoration: none;
    display: block;
    font-weight: 100;
    margin-top: 2px;
    line-height: 20px;
}

.mr-tp-40{
	margin-top: 40px !important;
}

.reseller-hosting-plan-pack{
    padding: 35px 30px;
    background: #fff;
    box-shadow: 0 10px 100px 0 rgba(77, 77, 119, 0.16);
    border-radius: 10px;
	position: relative;
	overflow: hidden;
}


.reseller-hosting-plan-pack.first-plans-circels:after{
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: rgba(33, 150, 243, 0.02);
    top: -120px;
    right: -71px;
    border-radius: 100%;
    z-index: 0;
    pointer-events: none;
}

.reseller-hosting-plan-pack.first-plans-circels:before{
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: rgba(240, 98, 154, 0.05);
    bottom: -120px;
    right: -130px;
    border-radius: 100%;
    z-index: 0;
    pointer-events: none;
}

.reseller-hosting-plan-title{
    position: relative;
    font-size: 26px;
    color: #3b566e;
    font-weight: 500;
    line-height: 25px;
    display: grid;
    margin-bottom: 20px;
}

.reseller-hosting-plan-title span{
    display: block;
    font-size: 16px;
    font-weight: 100;
    color: #919a9e;
    margin-top: 2px;
}

.reseller-hosting-plan-price{
    font-family: 'Heebo', sans-serif;
    font-size: 35px;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 1px solid #eff1f3;
}

.reseller-hosting-plan-price span{
    font-weight: 100;
    font-size: 15px;
    color: #82878a;
}

.reseller-hosting-plan-client-selected{
    position: absolute;
    right: 25px;
    top: 45px;
    text-align: center;
    z-index: 1;
}

.reseller-hosting-plan-client-selected i{
    display: inline-block;
    color: #919a9e;
    font-size: 17px;
    margin-left: 15px;
	cursor: pointer;
}

.reseller-hosting-plan-client-selected i:hover{
    color: #03A9F4;
}

.reseller-hosting-plan-list{
    margin-top: 30px;
    padding-left: 40px;
}

.reseller-hosting-plan-list li{
    list-style: none;
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 100;
    color: #919a9e;
    margin-top: 2px;
    padding: 5px 0;
}

.reseller-hosting-plan-list li:hover{
    color: #5a6367;
}

.reseller-hosting-plan-list li:after{
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #8BC34A;
    border-radius: 10px;
    top: 13px;
    left: -25px;
}

.reseller-hosting-plan-list li.not-checked:after{
    background: #F44336;
}

.reseller-hosting-plan-order{
    margin-top: 40px;
    padding: 0 0 0 23px;
}

.reseller-hosting-plan-order a{
    padding: 11px 30px;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 13px;
    background: #f06292;
    background-image: linear-gradient(to right,#f06292,#f062c8);
}

.reseller-hosting-plan-order a:hover {
    background-size: 175% 100%;
    color: #fff;
    outline: none;
    transition: background-size .2s ease-in-out,.2s box-shadow ease-in-out,.2s filter,.3s opacity;
	text-decoration: none;
}

.tittle-simple-one {
    text-align: center;
    font-family: 'Heebo', sans-serif;
}

.tittle-simple-one h5{
    position: relative;
    font-size: 30px;
    color: #3b566e;
    font-weight: 300;
    line-height: 1.4em;
}

.tittle-simple-one h5 span{
    position: relative;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 300;
    padding-top: 15px;
    display: block;
    color: #a0a9ad;
}

.main-service-box{
    justify-content: center;
    padding: 30px 20px;
    align-items: center;
    background-color: #ffffff;
    border-radius: 16px;
    text-align: center;
    margin-bottom: 35px;
    -webkit-box-shadow: 0 8px 12px rgba(31, 27, 90, 0.08);
    box-shadow: 0 8px 12px rgba(31, 27, 90, 0.08);
    -webkit-transition: all 0.3s ease;
	transform: scale(1);
	transition: all .2s ease-in-out;
}

.main-service-box:hover{
   transform: scale(1.03);
}

.main-service-box i{
    font-size: 40px;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.main-service-box a{
    text-decoration: none !important;
}


.main-service-box a h4{
    font-size: 20px;
    color: #141414;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 13px;
    padding-top: 25px;
    text-decoration: none;
}

.main-service-box p{
    font-size: 14px;
    line-height: 24px;
    color: #9ca6ab;
}

.grandient-red-text-color{
    background: -webkit-linear-gradient(to bottom, #ff5f6d, #ff5fc9);
    background: linear-gradient(to bottom, #ff5f6d, #ff5fc9);
}

.grandient-blue-text-color{
	background: -webkit-linear-gradient(to bottom, #6a82fb, #4558b7);
    background: linear-gradient(to bottom, #6a82fb, #4558b7);
}

.grandient-green-text-color{
    background: -webkit-linear-gradient(to bottom, #8cc34c, #4cc390);
    background: linear-gradient(to bottom, #8cc34c, #4cc390);
}

.last-section{
    padding-bottom: 20px !important;
}

.about-us-page-title .about-us-page-title-title{
    font-weight: 800;
    font-size: 1rem !important;
    color: #fc5c7d;
}

.about-us-page-title .about-us-page-title-sub-title{
    margin-bottom: 30px;
	font-weight: 700;
    font-family: 'Heebo', sans-serif;
}

.about-us-page-title .about-us-page-title-text{
    max-width: 100%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 28px;
    color: #a8aeb1;
}

a.about-us-contact-way{
    margin-top: 30px;
    display: inline-block;
    font-family: 'Heebo', sans-serif;
    color: #92a1a9 !important;
    letter-spacing: 1px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 15px;
    background: #f0f2f3;
    padding: 7px 33px;
    border-radius: 39px;
}

body a.about-us-contact-way:hover {
    text-decoration: none !important;
}

.gradient-bb-white{
    background: #fff;
    background: linear-gradient(#fff, #f3f5f9);
}

.title-left-bold{
    margin-bottom: 30px;
    font-weight: 700;
    font-family: 'Heebo', sans-serif;
    font-size: 27px;
    letter-spacing: 0.4px;
}

@media (max-width: 768px) {
    h5.title-left-bold {
        text-align: center !important;
        width: 100%;
    }
}

.title-left-bold span {
    display: block;
    font-size: 14px;
    line-height: 23px;
    color: #a8aeb1;
    font-weight: 100;
    margin-top: 7px;
}

.aboutus-list{
	padding: 0 20px 0 20px;
    width: 100%;
}

.aboutus-list li{
    list-style: none;
    font-weight: bold;
    padding: 12px 0;
    font-size: 13px;
	position: relative;
    font-size: 16px;
    font-weight: 100;      
    color: #919a9e;
}

.aboutus-list li:before{
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    content: "\f00c";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    color: #3e81c8;
    position: relative;
    left: 0;
    margin-right: 13px;
    color: #8BC34A;
}

.aboutus-list ul li:hover {
    color: #586267;
}


.overflow-hidden{
	overflow: hidden;
}

.mr-bt-60{
	margin-bottom: 60px !important;
}

.section-with-moon-back-under{
    background: url(../images/extra/header/moon-full.png) no-repeat;
    position: absolute;
    max-height: 201px;
    max-width: 1300px;
    background-size: 100%;
    width: 100%;
    right: -600px;
    bottom: 0;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    left: 0;
    margin: auto;	
}

.section-with-moon-men-quastions-under{
    background: url(../images/extra/header/quastions.png) no-repeat;
    position: absolute;
    max-width: 354px;
    max-height: 305px;
    background-size: 100%;
    width: 100%;
    right: -624px;
    bottom: 160px;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    left: 0;
    margin: auto;
}

.nuhost-filter-container{
    position: relative;
    margin-bottom: 5px;
}

.nuhost-filter-container .fa-search{
    position: absolute;
    top: 17px;
    font-size: 18px;
    color: #a7afb3;
    left: 16px;
    z-index: 2;
}

#nuhost-filter-input{
    width: 100%;
    border: 0;
    height: 53px;
    padding-left: 50px;
    font-weight: bold;
    outline: none;
    font-size: 18px;
    background: #fff;
    box-shadow: 0 10px 100px 0 rgba(77, 77, 119, 0.08);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

#nuhost-filter-list {
    padding-left: 0;
}

#nuhost-filter-list li {
    list-style: none;
}

#nuhost-filter-list li a{
    width: 100%;
    display: block;
    padding: 13px 20px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 15px;
    color: #5a6367;
    text-transform: capitalize;
	cursor: pointer;
}

#nuhost-filter-list li a:hover{
    background: #f0f3f5;
	text-decoration: none;
}

#nuhost-filter-list li a i{
    float: right;
    font-size: 22px;
}

.nuhost-filter-list-container {
    padding: 25px 18px;
    background: #fff;
    box-shadow: 0 10px 100px 0 rgba(77, 77, 119, 0.16);
    border-radius: 10px;
    position: relative;
	min-height: 402px;
}

.filter-content-box{
    display: none;
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 28px;
    border-radius: 10px;
}

.filter-content-box h5{
    width: 100%;
    display: block;
    border-radius: 10px;
    font-weight: bold;
    font-size: 15px;
    color: #5a6367;
    text-transform: capitalize;
    cursor: pointer;
    padding-top: 1px;
    margin-bottom: 30px;
}


.filter-content-box p{
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 15px;
    color: #93a0a7
}

.filter-content-close{
    color: #8b969c;
    border-radius: 36px;
    font-size: 13px;
    font-weight: bold;
    font-family: 'Heebo', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    overflow: hidden;
    text-decoration: none !important;
    cursor: pointer;
    position: absolute;
    right: 30px;
    height: 19px;
    width: 19px;
    line-height: 39px;
    opacity: 0.6;
    text-align: center;
    z-index: 1;
}

.filter-content-close:hover{
    opacity: 1;
}

.filter-content-close .first-stright{
    width: 100%;
    height: 2px;
    background: #c0c6ca;
    position: absolute;
    border-radius: 10px;
    -ms-transform: translateY(-50%) rotate(-45deg);
    -webkit-transform: translateY(-50%) rotate(-45deg);
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    right: 0;
}

.filter-content-close .second-stright{
    width: 100%;
    height: 2px;
    background: #c0c6ca;
    position: absolute;
    border-radius: 10px;
    -ms-transform: translateY(-50%) rotate(-45deg);
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    top: 50%;
    left: 0;
}

.nuhost-filter-min-height{
    min-height: 402px;
    overflow-y: auto;
}

.filter-content-box{
    z-index: 9999;
}

.nuhost-filter-list-container{
    position: relative;
}

.padding-40-0-100{
	padding: 40px 0 100px !important;
}

.help-center-header .help-center-title{
	margin-bottom: 20px;
    font-weight: 700;
    font-family: 'Heebo', sans-serif;
    font-size: 22px;
}

.help-center-header .help-center-title span{
    font-weight: bold;
    color: #fc5c7d;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
}

.help-center-header .help-center-text{
    font-size: 14.5px;
    line-height: 28px;
    color: #a8aeb1;
}

.privacy-content h4{
    margin-bottom: 10px;
    font-weight: 700;
    font-family: 'Heebo', sans-serif;
    font-size: 17px;
}

.privacy-content p{
    font-size: 15px;
    line-height: 25px;
    color: #656d71;
}

.star-list{
	padding: 0;
    width: 100%;
}

.star-list li{
    list-style: none;
    font-weight: bold;
    padding: 12px 0;
    font-size: 13px;
	position: relative;
    font-size: 14px;
    font-weight: 100;      
    color: #919a9e;
}

.star-list li:before{
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    content: "\f005";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    position: relative;
    left: 0;
    margin-right: 13px;
    color: #FFA500;
}
.star-list ul li:hover {
    color: #586267;
}

.star-list ul{
    margin: 0;
    padding-left: 20px;
}

.immediate-help-center-title{
    font-weight: 700;
    font-family: 'Heebo', sans-serif;
    font-size: 18px;
    margin-top: 40px;
	position: relative;
	line-height: 30px;
	margin-bottom: 20px
}

.immediate-help-center-title:after{
    content: '';
    position: absolute;
    height: 3px;
    width: 20px;
    bottom: -10px;
    background: #d2dade;
    left: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.immediate-help-center-title:hover::after{
    width: 50px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.immediate-help-center-text{
    font-size: 14.5px;
    line-height: 28px;
    color: #a8aeb1;
	margin-bottom: 20px;
}

.immediate-help-center-link{
    display: block;
    color: #03A9F4 !important;
    font-weight: bold;
    margin-top: 16px;
    font-size: 14px;
}

