body{
    background-color: #f3f3f3;
}

.h1-large{
	text-align: left!important;
}

.home-b-x{
    position: relative;
    display: block;
    background-color: #0a0a0abd;
    padding: 55px;
    margin-bottom: 22px;
}

.home-b-x h2{
    display: inline-block;
    text-transform: uppercase;
    color: #ffffff;
}

.home-b-x2 h2 a{
    color:#111;
}

.home-b-x h2 a, .home-b-x2 h2 a{
    text-decoration: none;
    transition: all 0.3s linear;
}

.home-b-x h2 a:hover, .home-b-x2 h2 a:hover{
    opacity: .7;
}
.home-p-x .col-md-3 a.read-m::before{
    position: absolute;
    content: '';
    background: #eee;
    top: 14px;
    right: 20px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
}

.home-b-x2{
    position: relative;
    display: block;
    background-color: #dadada;
    padding: 55px;
    margin-bottom: 22px;
}

.home-b-x2 h2{
    display: inline-block;
    text-transform: uppercase;
    color: #111111;
}

.home-b-x2 .imgp {
    position: absolute;
    top: -140px;
    right: 130px;
    width: 340px;
    height: 300px;
    background-image: url(https://demos.cevimedone.com/olsen-o/STOOL.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.home-b-x .separator,  .home-b-x2 .separator{
    display: inline-block;
    position: relative;
    background-color: #fff;
    width: 40%;
    height: 1px;
    top: -4px;
    margin-left: 14px;
    vertical-align: middle;
}
.home-b-x2 .separator{
    background-color: #111111;
}
.home-b-x .imgp {
    position: absolute;
    top: -142px;
    right: 130px;
    width: 340px;
    height: 300px;
    background-image: url(https://demos.cevimedone.com/olsen-o/DENTAL-UNITS.png);
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width:1000px){
    .imgp{
        display: none;
    }
    .home-p-x2 .card .buy-now{
        display: block!important;
        position: relative!important;
        width: 100%!important;
        margin: 0!important;
    }
}

.home-p-x img, .home-p-x2 img{
    width: 100%;
    max-width: 100%;
}
.home-p-x2 .card{
    background-color: #e8e8e8;
    padding: 12px;
    margin: 8px 12px;
    border: none;
}

.home-p-x .card, .home-p-x2 .card{
    transition: all 0.3s linear;
    border: none;
}

.home-p-x2 .card .card-title {
    font-size: 36px;
    font-weight: bold;
    color: #111111;
}

.home-p-x2 .card .card-title a {
    color: #111;
    text-decoration: none;
}

.home-p-x2 .card .card-text {
    font-size: 30px;
    color: #111111;
}
.home-p-x2 .card .card-text  a {
    color: #111;
    text-decoration: none;
}
.home-p-x2 .card .buy-now{
    position: absolute;
    display: block;
    width: 240px;
    font-size: 22px;
    color: #111;
    text-decoration: none;
    text-align: center;
    background: #c6c6c6;
    transition: all 0.3s linear;
    padding: 14px;
    margin: auto;
    border-radius: 12px;
    box-sizing: border-box;
}

.home-p-x2 .card .buy-now:hover{
    background-color: #dadada;
}
.home-p-x .card:hover{
    background-color: #e2e2e2;
}

.home-p-x2 .card a.buy-now::before{
    position: absolute;
    content: '';
    background: #eee;
    top: 14px;
    right: 20px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
}

.home-p-x .col-md-3 a.read-m {
    position: relative;
    display: block;
    width: 100%;
    font-size: 22px;
    color: #111;
    text-decoration: none;
    text-align: center;
    background: #fff;
    transition: all 0.3s linear;
    padding: 16px;
    margin: 22px auto;
    border-radius: 12px;
    box-sizing: border-box;
}

.home-p-x .col-md-3 a.read-m:hover{
    background-color: #e2e2e2;
}

.trustus{
    color: #ffffff;
    padding: 60px;
    margin-top: 42px;
}

.trustus .left-text h1{
    font-size: 40px;
    font-weight: bold;
    text-align: left;
}

.trustus .right-text p{
    font-size: 24px;
    line-height: 1.2em;
}