.pro_info_top {
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
}

.prom_img {
    padding: 0;
    text-align: center;
    padding-right: 20px;
}

@media only screen and (max-width: 992px) {
    .prom_img {
        margin-bottom: 0;
        padding: 0;
    }
}

@media only screen and (max-width: 768px) {
    .pro_info_top:before {
        width: 100%;
    }

    .pro_info_top {
        margin-bottom: 30px;
    }
}

.sp-loading {
    text-align: center;
    max-width: 100%;
    border: 2px solid #fafafa;
    padding: 2px;
    border-radius: 0;
    font-size: 16px;
    color: #888;
}

.sp-loading img {
    max-width: 100%;
    height: auto;
}

.sp-wrap {
    display: none;
    line-height: 0;

    font-size: 0;
    border-radius: 3px;
    position: relative;
    /**************
        Set max-width to your thumbnail width
        ***************/
    text-align: center;
    max-width: 100%;
    width: 100%;
}

@media screen and (max-width: 400px) {
    .sp-wrap {
        margin: 0 0 0;
    }
}

.prom-right {
    padding-left: 30px;
    margin-bottom: 20px;
}

.prom-right>h1 {
    padding: 0;
    margin: 0;
    display: block;
    font-size: 20px;
    text-transform: capitalize;
    color: #333;
    margin-bottom: 20px;
    line-height: 28px;
    font-family: var(--ninian-font-title2);
}

.prom-right>div.main {
    font-size: 16px;
    line-height: 24px;
    color: #808080;
    margin-bottom: 20px;
}

.prom-right {
    padding: 0 0 0 20px;
    background: #fff;
    border-radius: 0;
}

.prom-right .pro-table {
    margin-bottom: 0;
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.prom-right .pro-table ul li {
    list-style: none;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.prom-right .pro-table ul li p {
    display: inline-block;
    font-size: 16px;
    color: #808080;
    text-transform: capitalize;
    width: 22%;
    margin: 0;
}

.prom-right .pro-table ul li span {
    color: #333;
    display: inline-block;
    font-size: 16px;
    padding-left: 5px;
    color: #333;
}

.prom-right .mobile_inquiry {
    display: inline-block;
    margin-top: 10px;
}

.prom-right .main_more a:after {
    width: 14px;
    height: 14px;
    content: '';
    background:url(../images/icons.png) no-repeat;
    background-position: -331px -103px;
    display: inline-block;
    vertical-align: middle;
}

.prom-right .main_more.pro_down {
    margin-left: 10px;
    background: #3dc3a0;
}

.prom-right .main_more.pro_down:before {
    background: #656565;
}

.prom-right .main_more.pro_down a:after {
    content: "\f0ed";
}

@media only screen and (max-width: 992px) {
    .prom-right .pro-table ul li p {
        width: 26%;
    }

    .prom-right .pro-table {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 768px) {
    .prom-right .pro-table {
        margin-top: 15px;
        padding: 10px 0;
        margin-bottom: 0;
        border-bottom: none;
    }

    .prom-right {
        padding: 0;
        margin-bottom: 0;
        background-image: none;
        padding-top: 20px;
    }

    .prom-right>h1 {
        font-size: 16px;
    }

    .prom-right .main_more {
        margin: 0;
        border-width: 1px;
    }

    .prom-right .main_more:hover {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }

    .prom-right .main_more a {
        font-size: 16px;
        height: 34px;
        line-height: 34px;
        padding-right: 20px;
        padding-left: 20px;
        font-family: var(--ninian-font-title);
        background-position: 85% center;
    }

    .prom-right .main_more:after {
        display: none;
    }

    .mobile_inquiry {
        position: fixed;
        bottom: 30px;
        background: #fafafa;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
        padding: 8px 15px;
        padding-bottom: 65px;
        z-index: 999;
        left: 0;
        width: 100%;
        text-align: right;
        max-height: 50px;
    }
}

@media only screen and (max-width: 480px) {
    .prom-right .pro-table ul li p {
        width: 38%;
        font-size: 16px;
    }

    .prom-right .pro-table ul li span {
        font-size: 16px;
    }
}

.main_more {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    transition: all .5s;
    z-index: 3;
    border-radius: 10px 0 10px 0;
    background: var(--ninian-main-color-dark);
}

.main_more:hover {
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
    transform: translate3d(0, -3px, 0);
    -webkit-transform: translate3d(0, -3px, 0);
}

.main_more a:before {
    content: ' ';
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    width: 20px;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    opacity: 0;
    filter: alpha(opacity=0);
}

.main_more:hover a:before {
    width: 45px;
    left: 50%;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.main_more a:after {
    margin-left: 5px;
}

.main_more a,
.main_more input,
.main_more button {
    display: block;
    color: #fff;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding-left: 25px;
    padding-right: 25px;
    text-transform: capitalize;
    z-index: 2;
    position: relative;
    border-radius: 10px 0 10px 0;
    font-family: var(--ninian-font-title);
    background: var(--ninian-main-color-dark);
    background-repeat: no-repeat;
}

.main_more:hover a,
.main_more:hover input,
.main_more:hover button {
    color: #fff;
    text-decoration: none;
}

.main_more input,
.main_more button {
    background-image:url(../images/icons.png);
    background-position: -128px -91px;
    padding-right: 40px;
}

@media only screen and (max-width: 768px) {
    .main_more {
        margin-top: 20px;
    }

    .main_more a,
    .main_more input,
    .main_more button {
        height: 40px;
        line-height: 40px;
    }

    .main_more:after {
        left: -10px;
        width: 60px;
        height: 60px;
    }
}