

.headerTopStrip {
    z-index: 999;
}
.headerTopStrip .header_top_contact .telephone-number { 
    position: absolute;
    right: 0;
    font-size: 15px;
    text-align: center;
    padding: 0 25px;
    line-height: 24px;
}
.fab.fa-whatsapp {
    font-size: 20px;
    margin-right: 5px;
    line-height: 24px;
}

.headerTopStrip .header_top_contact .telephone-number a {
    color: rgb(39, 39, 39);
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
}
.headerTopStrip .header_top_contact .telephone-number a .fab{
    color: rgb(37, 211, 102);
}

/*ops 16687 start*/

header .navbar-top .navbar-brand {
    display:flex;
    align-items:center;
}

header .min-price-div {
    color:#272727;
    top:unset;
    bottom:-28px;
}

header #top-navbar-collapse {
    display:flex;
    justify-content:center;
    padding-right:175px;
}

@media screen and (min-width: 1280px) {
    body .container {
        max-width: 1536px;
    }
}

/*ops 16687 end*/

/* For 2-text-box */
.simp-custom-hideRightBoxTwoText .right-box{
    display:none;
}
.simp-custom-hideLeftBoxTwoText .left-box{
    display:none;
}
.mobile .simp-custom-hideRightBoxTwoText .col-xs-12:nth-of-type(2){
    display:none;
}
.mobile .simp-custom-hideLeftBoxTwoText .col-xs-12:nth-of-type(1){
    display:none;
}
/* For 3-text-box */
.mobile .simp-custom-hideRightBox .col-xs-12:nth-of-type(3){
    display:none;
}
.mobile .simp-custom-hideLeftBox .col-xs-12:nth-of-type(1){
    display:none;
}
.simp-custom-hideRightBox .right-box{
    display:none;
}
.simp-custom-hideLeftBox .left-box{
    display:none;
} 

