.about-video-left p 
{
    text-align: justify;
}
.about-video-left p span{
    font-size: 13px!important;
}
#brand-color
{
    color: #C6B069!important;
    font-size: 16px!important;
    font-weight: 500!important;
}

.popUp1
{
   
    position: fixed;
    z-index: 11111;
    display:none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 70px;
    padding-bottom: 20px;
    background-color:rgba(42,42,42,0.9);
    transition: all .5s ease-in-out;
}
.popUp2
{
    flex: 1;
}
#closeBtn
{
    top: 18px;
    right: 18px;
    display: block;
    height: 25px;
    z-index: 11111;
    width: 25px;
    cursor: pointer;
    background: url(../img/cross.png);
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
}
@media screen and (max-width:500px)
{
    #closeBtn
    {
        background-size: 16px 16px;
        right: 5px;
        top: 5px;
    }
}
@media screen and (max-width:400px)
{
    .popUp1
    {
        padding-left: 5px;
        padding-right: 5px;
    }

#closeBtn
{
    background-size: 16px 16px;
    right: 3px;
    top: 5px;
}

}
.logo
{
    width: 350px;
}
.brand-logo
{
    border:1px solid red!important;
    height:100px;
    width:200px;
}
.dimensions
{
    height: inherit!important;
    width:inherit!important;
}
.desc p
{
    text-align: justify;
    font-size: 14px;
}
.single-service
{
    height: 195px!important;
}
.single-service p 
{
    line-height: 22px;
    letter-spacing: 1px;
}
.single-testimonial
{
    padding-top: 30px;
    height: 250px!important;
}
