.server-layout-box{
    margin: 69px auto 0 auto;
}
#carouselExample .carousel-item{
    min-height: 400px;
    width: 100%;
}
#carouselExample .carousel-caption{
    top: 65px !important;
}
#carouselExample .carousel-item:nth-child(1) {
    background: linear-gradient(90deg, #ff6c3e, rgba(255, 92, 40, 0.6) 100%);
}
#carouselExample .carousel-item:nth-child(2) {
    background: linear-gradient(90deg, #ff9e0c, rgba(255, 158, 12, 0.7) 100%);
}

.container-xxl {
    padding: 25px 15px 50px 15px;
}
.modal-box .modal-title{
    font-weight: bold;
    text-align: center;
    padding: 25px 0 25px 0;
}
.vip-box .vip-services {
    list-style: none;
    margin: 0 0 42px 0;
    padding: 10px 50px;
    display: flex;
}
.vip-box .alert-warning{
    margin: 30px 50px -10px 50px;
}
.vip-services>li{
    width: 20%;
    border: 1px solid #eee;
    position: relative;
}
.vip-services>li:nth-child(1){
    border-radius: 6px 0 0 6px;
}
.vip-services>li:last-child{
    border-radius: 0 6px 6px 0;
}
.vip-services .level-item:hover{
    box-shadow: 2px 2px 2px 2px #d8dfeb;
    border-width: 0;
}
.vip-services>li +li{
    margin-left: -1px;
}
.vip-services>li > div{
    border-bottom: 1px solid #eee;
    padding: 16px;
    min-height: 60px;
    text-align: center;
}
.vip-services> li .level-title{
    padding: 30px 16px;
    min-height: 200px;
}

.modal-box .modal-content-box{
    padding: 10px 50px;
}
#contactUsModal .modal-header{
    background: #ffffff;
    border-bottom-width: 0;
}
#contactUsModal .modal-header img{
    max-width: 25px;
}
#contactUsModal .modal-body{
    align-items: center;
    text-align: center;
    padding-top: 5px;
}
#contactUsModal .modal-body img{
    width: 250px;
    height: 250px;
    padding: 0;
}
#contactUsModal .modal-body p{
    margin: 10px 0 0 0;
}

@media (min-width: 1600px) {
    .container-xxl {
        max-width: 1470px;
    }
}
@media (min-width: 1500px) {
    .container-xxl {
        max-width: 1420px;
    }
}
