.inTheNewsListSec ul,.reviewSec ul,.clientSec img{border: 1px solid #eaeaea;margin-top: -22px;}


.subSecTitle{font-size: 1.25rem;background: #fff;font-weight: normal;display: inline-block;padding: 4px 6px;}
.clientSec img{display: block;}

.inTheNewsListSec{margin-top: 435px;}
.inTheNewsListSec ul{display: block;}
.inTheNewsListSec ul li.list-inline-item:not(:last-child){margin-right: 0;}
.inTheNewsListSec ul li{width: calc(25% - 5px);margin-bottom: 15px;}
.addressContainer {line-height: 22px;}
.newsIcon{width: 95px;height: 26px;background: url('../images/news-publisher-logos.png') no-repeat;display: block;margin: 0 auto;}
.enterprenuerIcon{background-position: 0 0;}
.forbesIcon{background-position: 0 -26px;}
.bloombergIcon{background-position: 0 -78px;}
.marketInsidersIcon{background-position: 0 -104px;}
.huffpostIcon{background-position: 0 -130px;}
.bbcIcon{background-position: 0 -52px;}
.cnbcIcon{background-position: 0 -156px;}
.natGeoIcon{background-position: 0 -182px;}
.clutchIcon{background-position: 0 -208px;}

@media all and (max-width: 768px){
	.inTheNewsListSec{margin-top: 60px;}
}
/* Sohail CSS */
.report-popup-Modal .modal-dialog{
    width: 590px;
    max-width: 590px;
    margin-top: 95px;
}
.report-popup-Modal .modal-content{
    background-image: url(../images/popupBg.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: cover;
}

.report-popup-Modal .popupTitle{
    font-size: 32px;
    color: #575757;
    text-transform: uppercase;
    /*font-family: 'Segoe UI', Tahoma, sans-serif;*/
}
.report-popup-Modal .popupSubTitle, .report-popup-Modal .popupSubTitle span{
    color: #999;
    font-size: 23px;
    font-weight: 400;
    /*font-family: 'Segoe UI', Tahoma, sans-serif;*/
    padding-top: 10px;
}
.report-popup-Modal .popupSubTitle span{
    font-weight: 500;
    color: #575757;
}
.report-popup-Modal .modal_Footer{
    /*background-color: #9aaa0e;*/
    position: relative;
}
.report-popup-Modal .modal_Footer:before{
    content: "";
    width: 63%;
    height: 1px;
    background-color: #818181;
    position: absolute;
    top: 0;
}
.report-popup-Modal .modal_Footer:after{
    content: "\276F";
    background-color: #fff;
    position: absolute;
    color: #818181;
    top: -15px;
    transform: rotate(90deg);
}
.report-popup-Modal .modal_Footer .noBtnDiv{
    padding: 0px 0px 0px 46px;
}
.report-popup-Modal .modal_Footer .yesBtnDiv{
    padding: 0px 41px 0px 0px;
}
.report-popup-Modal .modal_Footer .noBtnDiv .btn{
    border: 1.5px solid #d5d5d5;
    border-radius: 0px;
    padding: 8px 20px !important;
    color: #5e5d5d;
    text-shadow: none !important;
    opacity: 1 !important;
}
.report-popup-Modal .modal_Footer .noBtnDiv .btn p{
    font-size: 12px !important;
    line-height: 15px;
    color: #5e5d5d;
}
.report-popup-Modal .modal_Footer .noBtnDiv .btn span{
    color: #5e5d5d;
    font-size: 24px;   
}
.report-popup-Modal .modal_Footer .noBtnDiv .btn:focus,
.report-popup-Modal .modal_Footer .yesBtnDiv .btn:focus{
    outline: none;
    box-shadow: none;
}
.report-popup-Modal .modal_Footer .yesBtnDiv .btn{
    background-color: #fecd4a;
    color: #000;
    border-radius: 0px;
    padding: 13px 13px !important;
}
.report-popup-Modal .modal_Footer .yesBtnDiv a{
    color: #fff;
    display: inline-block;
}
.report-popup-Modal .modal_Footer .yesBtnDiv .btn p{
    font-size: 12px !important;
}
.report-popup-Modal .modal_Footer .yesBtnDiv .btn span{
    color: #000;
    font-size: 32px;   
}