h2,h3,h4,h5{
    font-weight: bold;
}
.box{
    border: solid 1px #FFF;
	outline: solid 1px #e0e0e0;
}
.carousel{
	margin-top: 30px;
	position: relative;
	padding-bottom: 50px;
}
.item{
	min-height: 325px;
	padding-left: 30px;
	padding-right: 30px;
}
.item h2{
	width: 80%;
	color: #FFF;
	padding: 15px;
	font-size: 38px;
	margin-bottom: 30px;
	text-align: center;
	text-shadow: 1px 2px 3px #444;
}

.item .block{
	width: 100%;
	/*float: left;*/
	/*color: #000;*/
	min-height: 200px;
	/*text-align: center;*/
	padding: 15px;
	margin-bottom: 20px;
  background-color: transparent;
}


.item h4{
	width: 100%;
	padding: 15px;
	font-size: 30px;
	font-weight: 900;
	text-align: center;
	text-shadow: 2px 2px 2px #555;
}


.item p{
	text-align: center;
	font-size: 18px;
}

.item .input-group{
	margin-bottom: 10px;
}

.carousel-indicators {
    bottom: 0px;
}

.slide .features {
    list-style: none;
    padding: 0;
}

.slide .price {
    font-size: 32px;
    font-weight: 600;
    color: #02044A;
    margin-bottom: 15px;
}
.slide .price span {
    font-size: 15px;
    font-weight: 200;
    color: #C3C3D3 !important;
}
.slide .title {
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 20px auto;
    text-transform: uppercase;
    font-size: 13px;
}
.slide .features li {
    margin: 15px auto;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 15px;
}

.slide .btn {
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 7px;
    margin: 20px auto;
    border: 2px solid #5333ED;
    padding: 10px 40px;
    color: #fff;
    background-color: #5333ED;
    width: 100%;
    font-weight: 600;
}

.slick-center .block {
    min-height: 425px;
    margin-top: -25px;
}
.slick-slide {
    margin: 0;
    padding: 0;
}
.slick-center {
    box-shadow: 0 0 40px rgba(57,11,126,0.2);
    z-index: 99;
    height: 120%;
}
.slick-prev {
    left: 25px !important;
    z-index: 99;
    height: 80% !important;
    top: 50%;
    width: 35px !important;
    background-image: url(../img/icons/arrow-left.svg);
    background-repeat: no-repeat;
    background-position: center;
    }
.slick-next {
    right: 25px !important;
    z-index: 99;
    height: 80% !important;
    top: 50%;
    width: 35px !important;
    background-image: url(../img/icons/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    }
.slick-track {
    padding-top: 25px;
}
.slick-prev::before, .slick-next::before {
  content: ""
}
.slick-prev:hover, .slick-prev:focus {
  background-image: url(../img/icons/arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.slick-next:hover, .slick-next:focus {
  background-image: url(../img/icons/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
    .mt-vps{
        margin-top: -315px !important;
    }
    .mt-webmin{
            margin-top: -330px !important;
    }
    .mt-centova-vps{
            margin-top: -360px !important;
    }
    .plan-price{
        text-align: center;
    }
    #monthly_yearly_ul{
        margin-left: 25%;
    }
}

#plan-head{
            margin-bottom: 20px;
        }
        
        #plan-head h2{
            color: #060845;
            font-weight: 800;
        }
        #plan-head p{
            color: #8B8CAC;
        }
        .slidebg{
            border-radius: 15px;
            border: 1px solid #ccc;
            margin-bottom: 20px;
        }
        .slidebg:hover{
            background-color: #5333ed; 
            color: #fff !important;
        }
        .slidebg:hover .price{
            color: #fff !important;
        }
        .default_slidebg:hover .price{
            color: #fff !important;
        }
        .default_slidebg .price{
            /*color: #fff !important;*/
        }
        .slidebg:hover .price span{
            color: #fff !important;
        }
        .slidebg:hover a{
            color: #5333ed !important;
            border-color: #5333ed;
            background-color: #fff;
            font-weight: 600;
        }
      
        .default_slidebg{
            /*background-color: #5333ed; */
            /*  background-color: #f0eded;*/
            /*color: #fff !important;*/
        }
        .default_slidebg .price span{
            /*color: #fff !important;*/
        }
        .default_slidebg a{
            /*color: #5333ed !important;*/
            border-color: #5333ed;
            /*background-color: #fff !important;*/
            font-weight: 600;
        }
        .slide .features li i{
            color: #AEAFC5;
            margin-right: 10px;
            margin-left: 10px;
        }
        #ram_range_slider{
            width: 100%;
            color: #5F30E2;
        }
        /*.slidebg:hover + .block{
            color: #fff !important;
        }*/
        .pricing-tab.feature-tab li:first-child a.nav-link {
            border-right: 0;
            border-radius: 25px 0 0 25px;
        }
        .pricing-tab.feature-tab li:nth-child(2) a.nav-link {
             border-radius: 0 25px 25px 0;
        }
        .pricing-tab.feature-tab li a.nav-link.active {
            background: #5F30E2;
            color: #ffffff;
            border-color: #5F30E2;
        }
        .pricing-tab.feature-tab li a.nav-link {
            padding: 12px 15px;
            margin: 0;
            border: 2px solid #ccc;
        }

/*overhiding*/
#mit-intro-ded span{
    color:#212529 !important;
}
#mit-services span{
    color: #666 !important;
}
#mit-pkges a, #mit-dedi-infor a{
    color: #445D6E !important;
}
#mit-pkges{
    margin:0 !important;
}
.mrg-top-100{
    margin-top: 100px;
}
.h1-size {
    font-size: 2.5rem;
    font-weight: 500;
}
.h2-font-size{
    font-size: 2rem !important;
}

.svg-style{
    vertical-align: middle !important;
    margin-right:8px !important;
}
.z-index-top{
    z-index:100 !important;
}
.full-width{
    width: 100%;
}
.vertical-center{
    vertical-align: middle !important;
}
.mrg-t30{
    margin-top: 30px;
}

.vps-tik{
    color: #5333ED;
    margin-right: 10px;
}
.vps-ul{
    list-style: none;
}
.marg-top-20{
    margin-top: 20px;
}
#mit-intro-ded .intro-text{
    min-height: 100% !important;
}
.intro-text{margin-top: 0!important;}
@media screen and (max-width: 1200px) {
    #mit-intro-ded .intro-text {
        min-height: 100% !important;
    }
}
.cloud-bo-p{
        min-height: 168px;
}
@media (max-width: 992px){
   .cloud-bo-p {
        min-height: 80px;
    } 
}
@media (min-width: 1200px){
     
    .cloud-bo-p {
        min-height: 127px;
    }
}
@media (min-width: 576px) and (max-width: 767px){
       

}
@media (min-width: 768px) and (max-width: 992px){
      
    .cloud-bo-p {
        min-height: 47px;
    }
}
@media (min-width: 767px) and (max-width: 992px){
     .center-ul{
        width: 30%;
        margin: auto;
    }
}
@media (max-width: 767px){
    .center-ul{
        width: 68%;
        margin: auto;
    }
}
@media (max-width: 578px){
	.item .block{margin-bottom: 0;}
	.slide .features li{margin: 10px 0;}
	.slide .features{margin-bottom: 0;}
	#ab_web_designing_faq .wt-faq-que{margin-bottom: 0!important;}
	#ab_web_designing_faq{padding-bottom: 0!important; padding-top: 40px!important;}
	.p-b-50px{padding-bottom: 40px!important;}
}
#vps .mit-wrapper{
        margin-top: -13px !important;
}