.swiper-slide {

    text-align: center;

    font-size: 18px;

    /* background: #fff; */

    /* Center slide text vertically */

    display: -webkit-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    -webkit-justify-content: center;

    justify-content: center;

    -webkit-box-align: center;

    -ms-flex-align: center;

    -webkit-align-items: center;

    align-items: center;

}



.swiper-slide img {

    display: block;

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.swiper-pagination {

    position: absolute;

    bottom: 20px;

}



.Swipers {

    overflow: hidden;

}



body {

    background-color: #252527;

}



.customized_text {

    width: 85%;

    margin: 0 auto;

    margin-top: 100px;

    padding-bottom: 100px;

}



.details {

    padding-bottom: 100px;

}



.details .container-fluid {

    width: 80%;

    margin: 0 auto;

    margin-top: 100px;

}



.row {

    display: flex;

    align-items: center;

}



.row div {

    color: #fff;

}



.row .left {

    width: 50%;

    margin: 0 auto;

}



.right {

    padding-left: 100px;

}



.right p {

    margin: 0 0 25px 25px;

    font-size: 22px;

}



.right p:first-child {

    font-size: 30px;

}



.right div {

    color: #a1a1a1;

    font-size: 16px;

    margin: 0 0 25px 25px;

}



.right a {

    color: #000;

    padding: 6px 8px;

    font-size: 15px;

    background-color: #a0a0a0;

    margin: 0 0 25px 25px;

    box-shadow: 2px 2px 3px #e95f2d;

}



.col-xs-12 {

    margin: 140px auto 0 auto;

}



a:hover {

    text-decoration: none;

}



@media screen and (max-width:720px) {



    .right {

        padding-left: 0px;

        margin-top: 40px;

    }



    .col-xs-12 img {

        width: 80%;

        margin-left: 10%;

    }



    .col-xs-12 {

        width: 80%;

        margin-top: 70px;

    }



    .titlebes {

        width: 50%;

        margin-left: 25%;

        padding: 0 0 20px 0 !important;

    }



    .right p:first-child {

        font-size: 24px;

    }



    .right p {

        margin: 0 0 18px 18px;

        font-size: 16px;

    }



    .right div {

        color: #a1a1a1;

        font-size: 12px;

        margin: 0 0 18px 18px;

    }



    .right a {

        color: #000;

        padding: 6px 8px;

        font-size: 14px;

        background-color: #a0a0a0;

        margin: 0 0 18px 38%;

        box-shadow: 2px 2px 3px #e95f2d;

    }

}