/*LMCM EDITS*/

#genderdiversityindex div.col-sm-12{
	padding: 0;
}

/*FILTER INPUTS*/
.research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .diver-form .form-group label {
    position: absolute;
    font-size: 12px !important;
    text-transform: uppercase !important;
    left: 45px;
    letter-spacing: .1em !important;
    font-weight: 800!important;
	display: none !important;
}

.equilar-row-wrapper{
	display: flex;
	align-items: center;
	justify-content:flex-end;
	width: 100%;
}
.equilar-row{
	display: flex;
	align-items:center;
	justify-content:flex-end;
	width: 100%;
    max-width: 894px;
}

.equilar-label{
	color: #202020;
	font-family: "Roboto";
	font-weight:500;
	font-size:13px;
	text-align: center;
    margin-top: 7px;
    padding-right: 10px;
}

img.equilar-image{
	width: 21%;
	height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/*HEADER*/
.research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .table-responsive th {
    color: white !important;
    background-color: #c01823;
    font-size: 12px !important;
	line-height:12px !important;	
	Padding-left: 50px !important;
	border-bottom: 0px !important;
}

.popup-info .info-popup-open {
    cursor: pointer;
    color: white !important;
    margin: 0;
    background-color: #202020;
    padding: 10px 20px 10px 20px;
}

.research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .table-responsive td span {
    color: #c01823 !important;
    background: #ffdddf !important;
    border-radius: 50% ;
    /* border: solid #c01823 1px; */
    width: 50px !important;
    height: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.table-striped tbody tr {
    background-color: #f9f9f9 !important;
    height: 100px !important;
    padding: 10px !important;
}

.table-striped tbody tr td.company-name{
font-weight: 800 !important;
	color: #3a3a3a !important;
	font-size: 16 !important;
	line-height: 16px;
}



.table td, .table th {
    padding: .75rem;
    vertical-align: middle !important;
    border-top: 0px solid #dee2e6;
}


.table-striped tbody tr.separator{
	height:10px !important
} 

.table-striped tbody tr {
    background-color: #f9f9f9 !important;
    height: 100px !important;
    padding: 10px !important;
}
.table-striped tbody tr:hover {
    background-color: #ece9e9;
    height: 100px !important;
    padding: 20px !important;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: center !important;
    border-top: 0px solid #dee2e6;
}
.research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .table-responsive td {
   color: #2f363e ;
    padding-left: 0px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 100;
    padding-left: 45px;
    font-family: 'Montserrat';
    border-top: 0px solid #dee2e6;
}
.form-row{
    margin-bottom: 30px;
    padding: 0 5%;
}
.submit-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.view-filter-counters{
 display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #202020;
	color: white !important;
    width: 100%;
    min-height: 80px;
}

.counter-labels{
	background-color: #202020 !important;
	color: white !important;
    border: none;
    width: 100%;
}

.counter-labels:not(:last-child){
    border-right: 1px solid #ffffff2e;
}

.counter-labels:first-child h4 {
    text-transform: uppercase;
}
.counter-labels h4{
    color: white;
    font-size: 12px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    width: 100%;
    font-weight: 800;
    text-align: center;
    padding: 15px 5px;
    margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.counter-labels h4 span{
    color: white;
    font-size: 25px;
    margin-left: 15px;
    font-family: "Barlow Condensed";
	padding-bottom: 2px;
}

@media screen and (max-width:1220px){
    .research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .table-responsive{
    	overflow-x: scroll !important;
    }
}

/*LMCM EDITS*/

.report-banner {
    /* background-image: url("../images/our-research-banner.jpg"); */
    position: relative;
    height: 910px;
    background-repeat: no-repeat;
    background-size: cover;
}

.report-banner .inner-banner {
    position: absolute;
    left: 50%;
    top: calc(50% + 50px);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.report-banner .inner-banner p {
    color: #fff;
    background: rgba(150, 176, 199, 0.4);
    font-family: Montserrat;
    font-size: 63px;
    font-weight: 900;
    padding: 0 20px;
    margin: 0;
}



/*===================our-research=========================*/
.our-research {
    padding: 6em 15px;
}

.our-research .content {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.our-research .content h3 {
    font-family: Raleway;
    color: #c01823;
    font-size: 48px;
    line-height: 1.1;
    font-weight: 800;
}

.our-research .content p {
    font-family: Montserrat;
    font-size: 26px;
    line-height: 2;
    color: #000;
    margin: 0;
    margin-top: 1.6em;
}

/*=======================companies======================*/
.companies {
    padding: 1px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2));
    background-image: linear-gradient(#fff, #f2f2f2);
}

.companies .inner-companies {
    max-width: 1200px;
    margin: 0 auto;
}

.companies .inner-companies .content {
    padding-bottom: 40px;
}

.companies .inner-companies .content h3 {
    font-family: Montserrat;
    font-size: 21px;
    line-height: 2;
    color: #000;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.companies .inner-companies .content h3 p {
    margin: 0;
}

.companies .inner-companies .content h3 span.head {
    color: #fff;
    background: #c01823;
    border-radius: 50%;
    font-size: 26px;
    font-weight: 600;
    width: 52px;
    height: 52px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52px;
    flex: 0 0 52px;
    display: inline-block;
    text-align: center;
    -webkit-box-shadow: 0px 0px 3px 8px #e5e5e5;
    box-shadow: 0px 0px 3px 8px #e5e5e5;
    margin-right: 18px;
}

.companies .inner-companies .content h3 span.color-red {
    color: #c01823;
}

/*=======================research-tab==============================*/
.research-tab {
    padding-bottom: 3em;
}

.research-tab .re-tab-heading {
    background: #f2f2f2;
    padding-top: 3em;
}

.research-tab .re-tab-heading .nav-tabs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.research-tab .re-tab-heading .nav-tabs .nav-item {
    width: 400px;
    text-align: center;
}

.research-tab .re-tab-heading .nav-tabs .nav-item .nav-link {
    font-family: Montserrat;
    font-weight: 700;
    color: #000;
    font-size: 17.5px;
    line-height: 2.1;
    text-transform: uppercase;
    border: 1px solid #d5d5d5;
    border-bottom: none;
    margin: 0 8px;
    border-radius: 0;
    padding-top: 12px;
    padding-bottom: 12px;
}

.research-tab .re-tab-heading .nav-tabs .nav-item .nav-link.active {
    color: #c01823;
}

.research-tab .inner-research-tab {
    /* max-width: 1200px;
    margin: 0 auto; */
}
.research-tab .inner-research-tab .orp-first{
    background-image: linear-gradient(#fff, #f2f2f2);
    padding-bottom:2em;
}
.research-tab .inner-research-tab .orp-first .inner-orp-first,
.research-tab .inner-research-tab .gen-first{
    max-width: 1200px;
    margin: 0 auto;
    padding-left:15px;
    padding-right:15px;
}
.research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .re-content-heading {
    padding-bottom: 2em;
    padding-top: 2em;
}

.research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .re-content-heading h2 {
    color: #c01823;
    font-family: Raleway;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.45;
}

.research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .re-content-heading h3 {
    color: #c01823;
    font-family: Raleway;
    font-weight: 600;
    font-size: 34px;
    line-height: 1.45;
    max-width: 760px;
}

.research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .re-content-heading P {
    font-size: 18px;
    font-family: Montserrat;
    color: #000;
    margin-top: 20px;
    line-height: 1.8;
    font-weight: 500;
}

.research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .re-content-img {
    padding: 2em;
    padding-left: 4em;
    padding-right: 4em;
}

.research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .re-content-img img {
    width: 100%;
    border: 1px solid #d3d3d3;
    -webkit-box-shadow: 1px 2px 3px #d3d3d3;
    box-shadow: 1px 2px 3px #d3d3d3;
}

.research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .re-content-txt {
    padding: 2em;
    padding-left: 0;
}

.research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .re-content-txt p {
    font-family: Montserrat;
    font-size: 17px;
    line-height: 1.8;
    color: #000;
    margin-bottom: 3.5em;
}

.research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .re-content-txt a {
    color: #000;
    font-family: Raleway;
    font-weight: 500;
    font-size: 24px;
    line-height: 2.1;
    text-decoration: none;
}

.research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .re-content-txt a .arrow-right {
    margin-left: 5px;
}

.research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .re-content-txt button.dwn-btn {
    font-family: Raleway;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    background: #c01823;
    border-radius: 30px;
    border: none;
    outline: none;
    padding: 12px 50px;
    margin-top: 4em;
}
.research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .table-responsive{
    overflow:inherit;
}
.research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .table-responsive th {
    color: #f21c26;
    font-size: 18px;
}

.research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .table-responsive td {
    color: #2f363e;
    font-weight: 600;
    /* border-top: 2px solid #dee2e6; */
}

.research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .table-responsive td:last-child {
    color: #f21c26;
}

.research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .table-responsive td span {
    color: #ffffff !important;
    background: #c01823 !important;
    border-radius: 50%;
    width: 50px !important;
    height: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 3em;
}

.research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .pagination .page-item .page-link {
    color: #2f363e;
    font-weight: 600;
    margin: 2px;
    padding: 5px 10px;
}

.research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .diver-form-heading {
    position: relative;
    margin-bottom: 60px;
}

.research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .diver-form-heading img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #ee1c25;
    margin-left: 27%;
    margin-top: 15px;
}

.research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .diver-form-heading span {
    color: #252724;
    font-size: 30px;
    font-weight: 700;
    padding-left: 8px;
}

.research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .diver-form-heading hr {
    border-top: 2px solid #ee1c25;
    margin-top: -38px;
    margin-bottom: 15px;
}

.research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .diver-form {
    /*padding-bottom: 20px;*/
    /*border-bottom: 2px solid lightgray;*/
    margin-bottom: 4em;
    background-color: #eeee;
    padding-top: 40px;
    font-family: 'Montserrat';
}

.research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .diver-form .view-full {
    margin-bottom: 5px;
}

.research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .diver-form .view-full h4 {
    display: inline-block;
    background: #3f3f3f;
    color: #fff;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 400;
    padding: 1px 10px 5px;
    margin: 0;
}

.research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .diver-form .view-full h4 span {
    font-style: italic;
}

.research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .diver-form .view-full span {
    display: inline-block;
    background: #3f3f3f;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 400;
    padding: 0px 10px 0px;
    margin: 0;
    margin-left: 10px;
}

.research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .diver-form .form-group {
    margin-bottom: 25px;
    margin-top: 1em;
}


.research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .diver-form .form-group .form-control {
    height: auto;
    font-size: 12px;
    box-shadow: none;
    outline: none;
    height: 70px;
    box-shadow: 1px 1px 10px #80808026 !important;
    padding: 5px 10px 5px 30px;
    color: #c01823;
    font-weight: 600;
	border-radius: 0px !important;
}

.research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .diver-form .form-group select.form-control{
    background: url(https://5050wob.com/wp-content/uploads/2021/01/chevron_down_icon.png) no-repeat right white;
    -webkit-appearance: none;
    background-position-x: 85%;
    cursor: pointer;
    background-size: 24px;
}


.research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .diver-form .form-group .form-control:focus{
    border: 2px solid #c01823
}



.research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .diver-form .form-group label {
    font-weight: 500;
    position: absolute;
    top: 25px;
    left: 45px;
    color: gray;
    transition: all 500ms;
    font-weight: 600;
}

.research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .diver-form .form-group .form-control:focus + label {
    top: -25px;
    color: #c1c1c1;
    transition: all 500ms;
}

.research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .diver-form .form-group .form-control:not(:placeholder-shown) + label{
     top: -25px;
    color: #c1c1c1;
    transition: all 500ms;
}

.research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .diver-form .form-group .filter {
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: 700;
    background-color: #c01823;
    padding: 10px 25px 10px 25px;
    outline: none;
    display: inline-block;
    font-family: 'Montserrat';
    text-transform: uppercase;
    cursor: pointer;
}

.research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .diver-form .form-group .filter:hover {
    background-color: black;
}

.research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .diver-form .form-group .clear-fltr {
    color: gray;
    margin-left: 10px;
    font-weight: 500;
    font-family: 'Montserrat';
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
}

.research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .diver-form .form-group .clear-fltr:hover{
    color: black;
}

.research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .diver-form .analysis table td {
    padding-top: 3px;
    padding-bottom: 3px;
    border-top: none;
    font-weight: 500;
}

.research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .diver-form .analysis table td:last-child {
    font-weight: 700;
}

/*===========================special-report=============================*/
.special-report {
    padding-top: 5em;
    padding-bottom: 5em;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2));
    background-image: linear-gradient(#fff, #f2f2f2);
}

.special-report .inner-sp-report {
    max-width: 1200px;
    margin: 0 auto;
}

.special-report .inner-sp-report .sp-re-txt {
    padding-right: 1em;
}

.special-report .inner-sp-report .sp-re-txt h3 {
    font-family: Raleway;
    color: #c01823;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
    font-size: 34px;
}

.special-report .inner-sp-report .sp-re-txt p {
    font-size: 17px;
    font-family: Montserrat;
    line-height: 1.9;
    color: #000;
}

.special-report .inner-sp-report .sp-re-txt ul {
    padding-left: 20px;
    margin-top: 25px;
}

.special-report .inner-sp-report .sp-re-txt ul li {
    font-family: Montserrat;
    font-size: 17px;
    color: #c01823;
    line-height: 1.9;
    margin-bottom: 10px;
    font-weight: 600;
}

.special-report .inner-sp-report .sp-re-txt ul li a {
    color: #3266bc;
    text-decoration: underline;
}

.special-report .inner-sp-report .sp-re-img {
    padding-left: 1em;
    padding-top: 2em;
}

.special-report .inner-sp-report .sp-re-img img {
    width: 100%;
}

/*===================Past report===========================*/
.past-report {
    padding-top: 5em;
    padding-bottom: 6em;
}

.past-report .inner-past-report {
    max-width: 1200px;
    margin: 0 auto;
}

.past-report .inner-past-report h3 {
    font-family: Raleway;
    color: #c01823;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 30px;
    font-size: 34px;
}

.past-report .inner-past-report .pst-report-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.past-report .inner-past-report .pst-report-img .col-6 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0;
    padding-right: 5px;
    padding-bottom: 8px;
}

.past-report .inner-past-report .pst-report-img .col-6 img {
    width: 100%;
    border: 1px solid #d8d8d8;
    -webkit-box-shadow: 1px 2px 2px #d8d8d8;
    box-shadow: 1px 2px 2px #d8d8d8;
}

.past-report .inner-past-report .pst-report-txt {
    padding-left: 3em;
    padding-top: 4em;
}

.past-report .inner-past-report .pst-report-txt p {
    font-size: 17px;
    font-family: Montserrat;
    line-height: 1.9;
    color: #000;
}

.past-report .inner-past-report .pst-report-txt ul {
    padding-left: 20px;
    margin-top: 25px;
}

.past-report .inner-past-report .pst-report-txt ul li {
    font-family: Montserrat;
    font-size: 17px;
    color: #c01823;
    line-height: 1.9;
    margin-bottom: 10px;
    font-weight: 600;
}

.past-report .inner-past-report .pst-report-txt ul li a {
    color: #3266bc;
    text-decoration: underline;
}

/*======================question-answer-wrapper==========================*/
.view-full span.show-popup{
    cursor: pointer;
}
.view-full .question-answer-wrapper{
    top: 50%;
    margin-top: -225px;
    max-width: 550px;
    width: 100%;
    left: 50%;
    transform: translateX(-25%);
    display: block;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    border: 5px solid #3f3f3f;
    border-radius: 20px;
    position: absolute;
    padding: 25px 20px;
    z-index: 100;
    font-size: 125%;
    transition: all 0.5s ease;
}
.view-full .show-popup:hover + .question-answer-wrapper{
    opacity: 1;
    visibility: visible;
}
.question-answer-wrapper ul{
    list-style: none;
}
.question-answer-wrapper ul li {
    height: 45px;
}
.question-answer-wrapper .rating-icon {
    position: relative;
    top: 0px;
    width: 29px;
    text-align: center;
    padding: 0 !important;
    height: 30px;
    margin-left: 0 !important;
    margin-right: 10px !important;
    background: #f21c26 !important;
}
.question-answer-wrapper .disclaimer {
    border-top: 1px solid #d6d5d5;
    padding-top: 15px;
    font-size: 83%;
}
.question-answer-wrapper .disclaimer span.bold{
    background: transparent !important;
    color: #000 !important;
    font-weight: bold !important;
    font-size: inherit !important;
    padding: 0 !important;
    margin: 0 !important;
}


/*==================company-node-popup===============================*/
.popup-info{
    position: relative;
}
.popup-info .info-popup-open{
    cursor: pointer;
    margin: 0;
}
.popup-info .company-node-popup{
	background-color: #fff;
    position: absolute;
    right: 100%;
    top: -50px;
    width: 375px;
    display: block;
    box-shadow: -1px 0px 20px #00000045;
    opacity: 0;
    visibility: hidden;
    padding: 15px 15px 15px 15px;
    transition: all 0.5s ease;
}

.popup-info .info-popup-open:hover + .company-node-popup{
    opacity: 1;
    visibility: visible;
}
.coll-table table tr:nth-last-child(1) .popup-info .company-node-popup,
.coll-table table tr:nth-last-child(2) .popup-info .company-node-popup,
.coll-table table tr:nth-last-child(3) .popup-info .company-node-popup,
.coll-table table tr:nth-last-child(4) .popup-info .company-node-popup{
    bottom: 0;
    top: auto;
}
.popup-info .company-node-popup .title{
    font-size: 160%;
    font-weight: 800;
    color: #3f3f3f;
    line-height: 1;
    margin-bottom: 10px;
}
.popup-info .company-node-popup table tr{
    background: none;
	height: 50px !important;
}

.popup-info .company-node-popup table tr.separator{
	height: 10px !important;
}

.popup-info .company-node-popup table td{
    padding: 0;
    width: 50%;
    background: transparent;
    border: none !important;
	padding-left: 20px !important; 
}
.popup-info .company-node-popup table td:first-of-type{
	width:40%;
	color: white !important;
    background-color: #c01823;
    font-size: 12px !important;
    line-height: 12px !important;
    padding-left: 20px !important;
    border-bottom: 0px !important;
}
.popup-info .company-node-popup table td:last-of-type{
    color: #252724 !important;
	width:60%;
    padding-left: 20px !important;
    font-size: 12px !important;
    line-height: 12px !important;
    padding-top: 10px;
    padding-bottom: 10px;
}


@media screen and (max-width:1600px){
    .report-banner{
        height:770px;
    }
}
@media screen and (max-width: 1200px) {
    .report-banner{
        height:580px;
    }
    .companies .inner-companies .content p {
        font-size: 17px;
    }
    .companies .inner-companies .content h3 span.head {
        font-size: 22px;
        width: 44px;
        height: 44px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 44px;
        flex: 0 0 44px;
    }
    .research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .diver-form-heading hr {
        margin-bottom: 50px;
    }
    .research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .re-content-img {
        padding-left: 2em;
        padding-right: 2em;
    }
}

@media screen and (max-width: 991px) {
    .report-banner {
        height: 480px;
    }
    .our-research {
        padding: 3em 15px;
    }
    .our-research .content h3,
    .research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .re-content-heading h3,
    .special-report .inner-sp-report .sp-re-txt h3,
    .past-report .inner-past-report h3 {
        font-size: 30px;
    }
    .our-research .content p {
        font-size: 18px;
    }
    .research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .re-content-heading h2 {
        font-size: 34px;
    }
    .view-full .question-answer-wrapper {
        transform: translateX(-50%);
        /* width: 100%;
        max-width: 500px; */
    }
	
    @media screen and (max-width:992px){
		td.popup-info, .research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .table-responsive th:last-of-type{
			display:none;
		}
		.view-filter-counters {
			background-color: white;
    		flex-wrap: wrap;
    		padding-top: 4em;
		}
		.counter-labels:not(:last-child) {
    		border-bottom: 2px solid white;
			border-right: none !important;
		}
		.counter-labels {
			background: #c01823;
		}
		.counter-labels h4 span {
			font-size: 20px;
		}
}

@media screen and (max-width: 767px) {
    .report-banner {
        height: 350px;
    }
    .report-banner .inner-banner {
        top: 50%;
    }
    .research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .diver-form-heading span {
        font-size: 22px;
    }
    .research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .table-responsive th,
    .research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .table-responsive td {
        font-size: 15px;
    }
    .special-report {
        padding-top: 2em;
        padding-bottom: 3em;
    }
    .special-report .inner-sp-report .sp-re-img {
        padding-left: 0;
    }
}

@media screen and (max-width: 575px) {
    .report-banner {
        height: 240px;
    }
    .report-banner .inner-banner p {
        font-size: 40px;
    }
    .our-research .content h3,
    .research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .re-content-heading h3,
    .special-report .inner-sp-report .sp-re-txt h3,
    .past-report .inner-past-report h3 {
        font-size: 22px;
    }
    .research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .re-content-heading h2 {
        font-size: 24px;
    }
    .research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .re-content-txt {
        padding: 0;
    }
    .research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .re-content-txt a {
        font-size: 18px;
    }
    .research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .re-content-txt button.dwn-btn {
        font-size: 15px;
        margin-top: 2em;
    }
    .our-research .content p,
    .research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .re-content-heading P,
    .research-tab .re-tab-heading .nav-tabs .nav-item .nav-link,
    .research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .re-content-txt p,
    .special-report .inner-sp-report .sp-re-txt p,
    .special-report .inner-sp-report .sp-re-txt ul li,
    .past-report .inner-past-report .pst-report-txt p,
    .past-report .inner-past-report .pst-report-txt ul li,
    .companies .inner-companies .content p {
        font-size: 15px;
        line-height: 1.8;
    }
    .research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .diver-form .view-full h4,
    .research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .diver-form .view-full span {
        font-size: 16px;
    }
    .research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .diver-form-heading img {
        display: none;
    }
    .research-tab .inner-research-tab .re-tab-content .tab-content .tab-pane .diver-form-heading hr {
        margin-top: 0;
        margin-bottom: 0;
    }
    .tab-pane .diver-form .view-full {
        margin-top: 20px;
    }
    .past-report {
        padding-top: 2em;
        padding-bottom: 2em;
    }
    .past-report .inner-past-report .pst-report-txt {
        padding-left: 0;
        padding-top: 2em;
    }


    .view-full .question-answer-wrapper p{
        font-size: 15px;
    }
    .view-full .question-answer-wrapper ul{
        padding: 0;
    }
    .question-answer-wrapper ul li {
        height: auto;
        font-size: 15px;
        margin-bottom: 10px;
        font-weight: 600;
    }
    .popup-info .company-node-popup{
        width: 100%;
        max-width: 320px;
    }
}