/*
Theme Name: Blu Child
Theme URI: http://blu.elated-themes.com
Description: A child theme of Blu Theme
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Version: 1.0.0
Text Domain: blu
Template: blu
*/

body { overflow-x: hidden !important; }

.col-md-6{
    width: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 5px 20px;
}

.p-rel{
    position: relative;
}

.blocks{
    cursor: pointer;
    background-color: #f7f1e6;
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding: 7px 30px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: white;
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding: 35px 30px;
}

.hide {
    display: none;
}

.show {
    display: block;
    transition: all 2s linear;
}

.blocks h4{
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    line-height: 26px;
    color: #383838;
    margin: 0;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 1px;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 1px;
    font-family: Poppins,sans-serif;
}

.blocks p{
    color: #808285;
}

.blocks span{
    color: black;
    font-weight: bold;
    margin-top: 4px;
    position: absolute;
    top: 5px;
    right: 5%;
}

.nowlist2{
    text-align: center;
}

.nowlist2 li{
    color: #000;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}

.nowlist2 svg{
    height: 40px;
    width: auto;
    fill: #c8210e;
    padding-right: 8px;
}

.nowlist2 svg path{
    fill: #c8210e;
}

pre{
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    position: relative !important;
    white-space: normal !important;
}

@media screen and (max-width: 996px) {
.blocks span {
    color: black;
    font-weight: bold;
    margin-top: 4px;
    position: absolute;
    top: 40%;
    right: -16px;
    }}