﻿
.contains {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex
}
    .contains > div {
        flex: 1;
    }
.titles-s {
    font-size: 23px;
    line-height: 30px;
    letter-spacing: 4px;
    font-weight: 600 !important;
    color: #000;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px
}

    .titles-s:after {
        content: '';
        width: 30px;
        height: 3px;
        position: absolute;
        left: 0;
        bottom: 0;
        margin: auto;
        background: #000;
        background-color: var(--btn-two-bg);
        z-index: 10
    }

.setp_main_bg {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 40px;
    column-gap: 25px;
    padding: 30px 0;
}

.contains p {
    font-size: 14px !important;
    line-height: 26px !important;
    color: #333
}

.bg-black {
    background: #000;
    background-color: #252525 !important
}

.icon-img {
    margin-bottom: 20px
}

.step {
    color: #fff;
    text-align: center;
    font-weight: 600 !important;
    letter-spacing: 2px
}

.step-n {
    line-height: 23px;
    color: #777 !important;
    text-align: center;
    font-size: 14px
}

.br-s {
    border-right: 1px solid #3a3a3a;
    padding: 100px 0 100px 0;
    height: 436px
}

.brnone {
    border-right: none
}

.img-icon {
    background: 0 0;
    object-fit: contain;
}

.page-head {
    margin: 100px auto !important;
    text-align: center
}

.box-title {
    margin-bottom: 0;
    line-height: 1em
}

.product_main {
    background: #fff;
    color: #777;
    border: 1px solid #efefef;
    webkit-transition: all .3s linear;
    transition: all .3s linear;
    display: block;
    margin-bottom: 25px
}

    .product_main:hover {
        webkit-box-shadow: 0 0 7px rgba(167,167,167,.5);
        box-shadow: 0 0 7px rgba(167,167,167,.5)
    }

.product_name {
    padding: 20px 0;
    text-align: center;
    font-size: 16px;
    height: 80px
}

.product_image {
    padding: 25px 10px 10px 10px;
    text-align: center;
}

    .product_image img {
        max-width: fit-content;
        margin: 0 auto;
    }

.pro_name_price {
    background: #d9dee0;
    color: #5d5d5d;
    position: relative
}

.ult_price_body {
    font-size: 16px;
    width: 6em;
    height: 6em;
    padding: 0;
    line-height: 1em;
    border: 2px solid #f0f0f0;
    -webkit-border-radius: 500%;
    border-radius: 500%;
    margin: 0 auto !important;
    position: relative;
    top: 0;
    background: #fff;
    color: #777;
    -webkit-box-shadow: 0 5px 20px #ddd inset,0 3px 0 #999 inset;
    -o-box-shadow: 0 5px 20px #ddd inset,0 3px 0 #999 inset;
    -ms-box-shadow: 0 5px 20px #ddd inset,0 3px 0 #999 inset;
    box-shadow: 0 5px 20px #ddd inset,0 3px 0 #999 inset;
    display: table;
    text-align: center
}

.ult_price_body_block {
    height: 3em;
    margin-bottom: 3em
}

.ult_price {
    vertical-align: middle;
    display: table-cell;
    word-break: break-all
}

span.ult_price_figure {
    display: block;
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 400
}

span.ult_price_term {
    font-size: 12px;
    font-weight: 400;
    display: block
}

@media only screen and (max-width:767px) and (min-width:320px) {


    .contains {
        display: block
    }

    .contains {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .titles-s {
        font-size: 14px;
        letter-spacing: 2px;
        margin-bottom: 15px;
        padding-bottom: 10px
    }

    .re-img img {
        width: 100% !important
    }

    .br-s {
        padding: 35px 0 35px 0;
        height: 300px
    }

    .page-head {
        margin: 30px auto !important
    }

    .product_name {
        height: 50px
    }

    .setp_main_bg {
        grid-template-columns: repeat(1, 1fr); /* 2 columns for smaller screens */
    }
}
