HEX
Server: nginx/1.18.0
System: Linux vcwordpress 5.15.0-174-generic #184-Ubuntu SMP Fri Mar 13 18:41:50 UTC 2026 x86_64
User: root (0)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/info.viitorcloud.in/wp-content/themes/infoviitorcloud/assets/css/product-style.css
body {
    font-family: 'Poppins', sans-serif !important;
    margin: 0;
    overflow-x: hidden;
    background-color: #ffffff;
    padding: 0px 10px;
}

.products-lightbox {
    float: left;
    display: flex;
    flex-wrap: wrap;
}

.product-image {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.product-image img {
    width: auto;
    max-width: 100%;
}
.playstore_button {
    float: left;
    width: 100%;
}
.googleplay_btn.buttons_playstore {
    float: left;
}
.googleplay_btn.buttons_playstore img {
    max-width: 170px;
}
.product-description {
    width: 100%;
    float: left;
}
.product-description h3 , .playstore_button h3 {
    text-transform: capitalize;
    color: #2a3756;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 20px;
    border-bottom: 1px solid #2a3756;
    display: inline-block;
}
.product-description >p {
    margin: 0 0 10px 0;
    color: #2a3756;
    font-weight: normal;
    position: relative;
    padding-left: 25px;
}
.product-description >p:before {
    background: transparent url(../images/icons/rocket_icon1.svg) no-repeat scroll center/60%;
    content: "";
    height: 24px;
    left: 0px;
    position: absolute;
    width: 18px;
    top: 0px;
}
.product-description ul li {
    font-size: 100%;
    color: #2a3756;
    list-style: none;
    line-height: 26px;
    position: relative;
    padding-left: 25px;
    margin-bottom: 6px;
    font-weight: normal;
    width: 33.3333%;
    box-sizing: border-box;
    padding-right: 15px;
}
.product-description ul li.w-100 {
    width: 100%;
}
.product-description ul li:before {
    background: transparent url(../images/icons/rocket_icon1.svg) no-repeat scroll center/60%;
    content: "";
    height: 24px;
    left: 0px;
    position: absolute;
    width: 18px;
    top: 0px;
}
.product-description ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.product-description .list {
    width: 100%;
    display: block;
}
.tag-line {
    float: left;
    width: 100%;
    background-color: #fff;
}
.tag-line p {
    margin: 10px 0;
    border-right: 2px solid #8b8b8b;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 12px;
    list-style-type: none;
    padding-left: 4px;
    padding-right: 8px;
    vertical-align: middle;
}
.tag-line p:last-child {
    border-right: none;
}
.tag-line p:nth-child(1) {
    color: #0065a1;
}
.tag-line p:nth-child(2) {
    color: #ff8030;
}
.tag-line p:nth-child(3) {
    color: #00af43;
}
.tag-line p:nth-child(4) {
    color: #ec3b87;
}
.tag-line p:nth-child(5) {
    color: #0065a1;
}
.tag-line p:nth-child(6) {
    color: #ff8030;
}
.tag-line p:nth-child(7) {
    color: #00af43;
}
.tag-line p:nth-child(8) {
    color: #ec3b87;
}
.tag-line p:hover {
    color: #000;
}  
/************* media query ******************/

@media (max-width: 991px) {
    .product-description ul li {
        width: 50%;
    }
    
}
@media (max-width: 650px) {
    .product-description ul li {
        width: 100%;
    }
    .googleplay_btn.buttons_playstore img {
        max-width: 100px;
    }
    .playstore_button {
        margin: 15px auto 0;
    }
    .product-description h3 , .playstore_button h3 {
        font-size: 14px;
    }
    .product-image {
        margin-bottom: 0px;
    }
    .product-description >p , .product-description ul li {
        font-size: 12px;
        line-height: 20px;
    }
    .tag-line p {
        font-size: 12px;
        line-height: 12px;
        margin: 4px 0;
    }
}