.padding-100-0 {
    padding: 100px 0;
}
.gray-background {
    background: #f7f7f9;
}

.padding-80-0-30 {
    padding: 80px 0 30px;
}

.tree-steps-hosting-plans{
    padding: 35px 30px;
    background: #fff;
    box-shadow: 0 10px 100px 0 rgba(77, 77, 119, 0.16);
    border-radius: 10px;
}

.tree-steps-hosting-plans.first{
    border-radius: 10px 0 0 10px;
}


.tree-steps-hosting-plans.second{
    padding: 60px 30px;
    margin-top: -25px;
    z-index: 1;
    position: relative;
}

.tree-steps-hosting-plans.third{
    border-radius: 0 10px 10px 0
}

.tree-steps-hosting-plans-header{
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px solid #eaedef;
    margin-bottom: 15px;
    border-radius: 3px;
}

.tree-steps-hosting-plans-icon{
    font-size: 24px;
    color: #ffc107;
    float: right;
    margin-left: 14px;
}


.tree-steps-hosting-plans-title{
    position: relative;
    font-size: 26px;
    color: #3b566e;
    font-weight: 650;
    line-height: 25px;
    display: grid;
}

.tree-steps-hosting-plans-title small{
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #919a9e;
    margin-top: 2px;
}

.tree-steps-hosting-plans-price{
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'YekanBakh', sans-serif;
    font-size: 26px;
    font-weight: bold;
}


.tree-steps-hosting-plans-price small{
    display: block;
    font-size: 13px;
    margin-top: -8px;
    color: #b1bcc1;
    font-weight: 500;
	text-align: center;
}


.tree-steps-hosting-plans-price.monthly .yearly{
    display: none;
}

.tree-steps-hosting-plans-price.yearly .monthly{
    display: none;
}

.tree-steps-hosting-plans-body{
    padding: 10px 0 20px;
    min-height: 350px;
	position: relative;
}

.tree-steps-hosting-plans-list{
	padding: 0;
    width: 100%;
}

.tree-steps-hosting-plans-list li{
    list-style: none;
    font-weight: bold;
    padding: 12px 0;
    font-size: 13px;
	position: relative;
}

.tree-steps-hosting-plans-list li.checked:after{
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f00c";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    float: left;
    font-size: 16px;
    color: #3e81c8;
}

.tree-steps-hosting-plans-list li.not-checked:after{
font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f00d";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    float: left;
    font-size: 16px;
    color: #f1695f;
}


.tree-steps-hosting-plans-list li.not-checked{
    text-decoration: line-through;
}

.tree-steps-hosting-plans-footer{
    padding: 10px;
    min-height: 66px;
	position: relative;
}

.tree-steps-hosting-plans-footer-btn{
    background: #3F51B5;
    color: #fff;
    padding: 10px 0;
    border-radius: 36px;
    font-size: 13px;
    font-weight: bold;
    font-family: 'YekanBakh', sans-serif;
    box-shadow: 0 0px 50px 0 rgba(14, 68, 93, 0.18);
    text-decoration: none;
    width: 150px;
    display: inline-block;
	overflow: hidden;
	text-decoration: none !important;
	cursor: pointer;
	height: 39px;
	position: relative;
}

.tree-steps-hosting-plans-footer-btn:hover{
    background: #33418c;
    color: #fff;
	text-decoration: none !important;
}

.tree-steps-hosting-plans-footer-btn .first-step-hosting-text small{
    position: relative;
    color: #fff;
    left: -6px;
    -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;
    font-size: 13px;
    font-weight: bold;
}

.tree-steps-hosting-plans-footer-btn:hover .first-step-hosting-text small{
    left: -120px;
	color: #fff;
	-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;
}

.tree-steps-hosting-plans-footer-btn .first-step-hosting-text i{
    right: -117px;
	color: #fff;
	position: relative;
	-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;
    transform: scaleX(-1);
}

.tree-steps-hosting-plans-footer-btn:hover .first-step-hosting-text i{
    right: 40px;
	color: #fff;
	-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;
}

.tree-steps-hosting-plans-payment{
    display: none;
}

.tree-steps-hosting-plans-payment-title{
    position: relative;
    font-size: 26px;
    color: #3b566e;
    font-weight: 500;
    line-height: 25px;
    display: grid;
}

.tree-steps-hosting-plans-payment-title small{
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #919a9e;
    margin-top: 4px;
}

.loader-tree-steps-hosting-plans-body{
    position: absolute;
    font-size: 40px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    text-align: center;
    top: 44%;
    transform: translateY(-50%);
    opacity: 0.3;
	display: none;
}

.second-step-hosting-text{
	display: none;
	color: #fff;
}

.tree-steps-hosting-plans-footer-btn-back{
    color: #8b969c;
    border-radius: 36px;
    font-size: 13px;
    font-weight: bold;
    font-family: 'YekanBakh', sans-serif;
    overflow: hidden;
    text-decoration: none !important;
    cursor: pointer;
    display: none;
    position: absolute;
    right: 15px;
    height: 19px;
    width: 19px;
    line-height: 39px;
    opacity: 1;
    text-align: center;
	 z-index: 1;
}

.tree-steps-hosting-plans-footer-btn-back .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;
}

.tree-steps-hosting-plans-footer-btn-back .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;
}


.tree-steps-hosting-plans-footer-btn-back:hover .first-stright {
    background: #747c82;
}

.tree-steps-hosting-plans-footer-btn-back:hover  .second-stright {
    background: #747c82;
}


.tree-steps-hosting-plans-login-form{
	margin-top: 30px
}

.tree-steps-hosting-plans-login-form label{
    position: relative;
    font-size: 15px;
    color: #3b566e;
    font-weight: bold;
}

.tree-steps-hosting-plans-login-form input{
    background: #efeff5 !important;
    border: 0;
    border-radius: 13px;
    padding: .4rem .75rem;
    font-size: 14px;
}


.tree-steps-hosting-plans.second .tree-steps-hosting-plans-icon {
    color: #8BC34A;
}

.tree-steps-hosting-plans.third .tree-steps-hosting-plans-icon {
    color: #F44336;
}

.tree-steps-hosting-plans-best{
    background: #3e81c8;
    position: absolute;
    top: -8px;
    width: 120px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    padding: 3px;
    color: #fff;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
}

.tree-steps-hosting-plans-error{
    padding: 60px 0;
	text-align: center
}

.tree-steps-hosting-plans-error i{
    font-size: 70px;
    color: #f14337;
}

.tree-steps-hosting-plans-error p{
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #919a9e;
    margin-top: 4px;
}

.with-enic-padding{
    padding: 0 40px;
    position: relative;
}

.with-enic-padding-twni{
    padding: 0 20px;
    position: relative;
}

.payment-method-form img {
	height: 20px;
}

#monthly-yearly-chenge{
    padding: 0 0 50px;
}

#monthly-yearly-chenge a{
    font-weight: bold;
    color: #b4c3ca;
    text-decoration: none;
	position: relative;
	font-size: 14px;
	cursor: pointer;
}

#monthly-yearly-chenge a.active{
    color: #364248;
}

#monthly-yearly-chenge a:first-child{
    padding-right: 30px;
}

#monthly-yearly-chenge a:last-child{
    padding-left: 30px;
}

#monthly-yearly-chenge a:first-child::after{
    content: '';
    position: absolute;
    height: 25px;
    width: 44px;
    background: #647181;
    top: 50%;
    transform: translateY(-50%);
    right: -24px;
    border-radius: 40px;
}

#monthly-yearly-chenge a:last-child::after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    width: 15px;
    height: 15px;
    left: -14px;
    border-radius: 40px;
	-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;
}

#monthly-yearly-chenge a:last-child.active::after{
    left: 2px;
	-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;
}

.plan-contact-support-button{
    padding: 0 0 50px;
}

.plan-contact-support-button a{
    font-size: 14px;
    font-weight: 600;
    color: #97a1a5;
    background: #f0f2f3;
    padding: 5px 20px;
    border-radius: 30px;
    text-decoration: none;
}

.plan-contact-support-button a:hover{
    background: #e8e9ea;
    color: #97a1a5;
    text-decoration: none;
}

.about-us-page-title .about-us-page-title-title{
    font-weight: bold;
    color: #fc5c7d;
    font-size: 20px;
}

.about-us-page-title .about-us-page-title-sub-title{
    margin-bottom: 30px;
	font-weight: 700;
    font-family: 'YekanBakh', sans-serif;
}

.about-us-page-title .about-us-page-title-text{
    max-width: 600px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 28px;
    color: #a8aeb1;
}

a.about-us-contact-way{
    margin-top: 30px;
    display: inline-block;
    font-family: 'YekanBakh', sans-serif;
    color: #92a1a9 !important;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 15px;
    background: #f0f2f3;
    padding: 7px 33px;
    border-radius: 39px;
}

.image-with-outer-border{
	position: relative;
}

.image-with-outer-border:after{
    content: "";
    position: absolute;
    top: 40px;
    left: 3px;
    right: 40px;
    border: 15px solid transparent;
    bottom: 40px;
    -moz-border-image: -moz-linear-gradient(top, #03A9F4 0%, #03def4 100%);
    -webkit-border-image: -webkit-linear-gradient(to bottom, #03A9F4 0%, #03def4 100%);
    -o-border-image: -o-linear-gradient(top, #03A9F4 0%, #03def4 100%);
    border-image: -webkit-gradient(linear, left top, left bottom, from(#03A9F4), to(#03def4));
    border-image: linear-gradient(to bottom, #03A9F4 0%, #03def4 100%);
    border-image-slice: 1;
    z-index: -1;
}

.title-left-bold{
    margin-bottom: 30px;
    font-weight: 700;
    font-family: 'YekanBakh', sans-serif;
    font-size: 27px;
}

.title-left-bold span{
    display: block;
    font-size: 17px;
    line-height: 28px;
    color: #a8aeb1;
    font-weight: 400;
    margin-top: 7px;
}

.container-features-about-us{
    display: -ms-flexbox;
    display: flex;
}

.container-features-about-us .features-about-us-number{
    display: block;
}

.container-features-about-us .features-about-us-number .bulb-bllue-number{
    width: 60px;
    height: 60px;
    display: block;
    position: relative;
    text-align: center;
    background: url(../img/bulb-blue.png) no-repeat;
    background-size: 100%;
    color: rgb(158, 220, 219);
    font-size: 20px;
    font-weight: bold;
    margin-right: 15px;
    line-height: 51px;
    padding-left: 6px;
}

.container-features-about-us .features-about-us-text h5{
    font-size: 20px;
    color: #141414;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 13px;
    text-decoration: none;
}

.container-features-about-us .features-about-us-text p{
    display: block;
    font-size: 15px;
    line-height: 24px;
    color: #8e9598;
    font-weight: 400;
}

.gradient-bb-white{
    background: #fff;
    background: linear-gradient(#fff, #f3f5f9);
}

.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: 600;
    line-height: 25px;
    display: grid;
    margin-bottom: 20px;
}

.reseller-hosting-plan-title span{
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #919a9e;
    margin-top: 2px;
}

.reseller-hosting-plan-price{
    font-family: 'YekanBakh', sans-serif;
    font-size: 35px;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 1px solid #eff1f3;
}

.reseller-hosting-plan-price span{
    font-weight: 400;
    font-size: 15px;
    color: #82878a;
}

.reseller-hosting-plan-list{
    margin-top: 30px;
}

.reseller-hosting-plan-list li{
    list-style: none;
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 400;
    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;
    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;
}

.reseller-hosting-plan-client-selected{
    position: absolute;
    left: 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;
}


.dark-ressler-plan.reseller-hosting-plan-pack{
    background: linear-gradient(to bottom right, #7858ec, #131327);
}

.dark-ressler-plan.reseller-hosting-plan-pack .reseller-hosting-plan-client-selected i {
    color: #dfd3f3;
}

.dark-ressler-plan.reseller-hosting-plan-pack .reseller-hosting-plan-client-selected i:hover {
    color: #fff;
}

.dark-ressler-plan.reseller-hosting-plan-pack .reseller-hosting-plan-title {
    color: #fff;
}

.dark-ressler-plan.reseller-hosting-plan-pack .reseller-hosting-plan-title span{
    color: #ced5d8;
}

.dark-ressler-plan.reseller-hosting-plan-pack .reseller-hosting-plan-price{
    border: 0;
    padding-bottom: 0;
    color: #fff;
}

.dark-ressler-plan.reseller-hosting-plan-pack .reseller-hosting-plan-price span{
    color: #ced5d8;
}

.dark-ressler-plan.reseller-hosting-plan-pack .reseller-hosting-plan-price a{
    float: left;
    padding: 11px 30px;
    color: #ffffff;
    border-radius: 4px;
    font-weight: bold;
    font-size: 13px;
    background: #E91E63;
    background-image: linear-gradient(to right,#E91E63 ,#e91ebd);
    margin-top: 7px;
    margin-right: -6px;
}

.dark-ressler-plan.reseller-hosting-plan-pack .reseller-hosting-plan-price 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;
}

.reseller-hosting-plan-rating{
    padding-top: 16px;
}

.reseller-hosting-plan-rating i{
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    background-clip: text !important;
}

.reseller-hosting-plan-rating i.fa-star{
    background: -webkit-linear-gradient(to bottom, #8cc34c, #4cc390);
    background: linear-gradient(to bottom, #8cc34c, #4cc390);
}

.reseller-hosting-plan-rating i.fa-star-half{
    background: -webkit-linear-gradient(to bottom, #8cc34c, #4cc390);
    background: linear-gradient(to bottom, #8cc34c, #4cc390);
}

.reseller-hosting-plan-rating i.fa-star.not-checked{
    background: -webkit-linear-gradient(to bottom, #607D8B, #6455a7);
    background: linear-gradient(to bottom, #607D8B, #6455a7);
}

.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(../img/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: 400;
    margin-top: 2px;
    line-height: 20px;
}

.resslers-features-tabs a{
    font-weight: 400;
    color: #98a3a9;
    font-size: 16px;
    margin: 0 7px;
	position: relative;
}

.resslers-features-tabs a.active{
    font-weight: bold;
    color: #5e696f;
}

.resslers-features-tabs a:after{
    content: '';
    position: absolute;
    width: 0%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 2px;
    height: 2px;
    background: #d3dade;
    -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;
	-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;
}

.resslers-features-tabs a.active:after{
    width: 70%;
}

.resslers-tabs-content-with-image{
    display: -ms-flexbox;
    display: flex;
}

.resslers-tabs-content-with-image-text{
    margin-top: 77px;
}

.resslers-tabs-content-with-image-text h5{
    line-height: 36px;
    font-size: 24px;
    color: #5e6267;
    font-weight: 600;
    text-decoration: none;
    margin-top: 9px;
    display: block;
}

.resslers-tabs-content-with-image-text h5 span{
    font-size: 14px;
    color: #a0acb9;
    display: block;
    font-weight: 400;
    margin-top: 2px;
    line-height: 20px;
}

.resslers-tabs-content-with-image-text ul{
    margin-top: 30px;
	padding-right: 0;
}

.resslers-tabs-content-with-image-text ul li{
    list-style: none;
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #919a9e;
    margin-top: 2px;
    padding: 5px 0;
}

.resslers-tabs-content-with-image-text ul li:hover {
    color: #586267;
}

.resslers-tabs-content-with-image-text ul li:after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f00c";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    float: right;
    font-size: 12px;
    color: #8BC34A;
    margin-left: 13px;
    margin-top: 4px;
}


.nuhost-filter-container{
    position: relative;
    margin-bottom: 5px;
}

.nuhost-filter-container .fa-search{
    position: absolute;
    top: 17px;
    font-size: 18px;
    color: #a7afb3;
    right: 16px;
    z-index: 2;
}

#nuhost-filter-input{
    width: 100%;
    border: 0;
    height: 53px;
    padding-right: 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-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;
}

#nuhost-filter-list {
    padding-right: 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;
	cursor: pointer;
}

#nuhost-filter-list li a:hover{
    background: #f0f3f5;
	text-decoration: none;
}

#nuhost-filter-list li a i{
    float: left;
    font-size: 22px;
}

.nuhost-filter-min-height{
    min-height: 402px;
    overflow-y: auto;
}


.filter-content-box{
    display: none;
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 28px;
    border-radius: 10px;
}

.filter-content-close{
    color: #8b969c;
    border-radius: 36px;
    font-size: 13px;
    font-weight: bold;
    font-family: 'YekanBakh', sans-serif;
    overflow: hidden;
    text-decoration: none !important;
    cursor: pointer;
    position: absolute;
    left: 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;
}



.filter-content-box h5{
    width: 100%;
    display: block;
    border-radius: 10px;
    font-weight: bold;
    font-size: 15px;
    color: #5a6367;
    cursor: pointer;
    padding-top: 1px;
    margin-bottom: 30px;
}


.filter-content-box p{
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 15px;
    color: #93a0a7
}