.bgw {
    background-color: #ffffff;
}

body {
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-color: #ededed;
}

.hide {
    display: none !important;
}

.bg-ucn {
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
}

div.svg-container {
    width: 100%;
    display: block;
    height: auto;
    position: relative;
    padding-top: 20%;
}

div.svg-container svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


/*----Sidebar Navigation Starts----*/

.sidebar[data-background-color=black] {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.border-right {
    padding-right: inherit;
}

.border-right>.row,
.project>.row {
    padding: 0 20px;
}

.overview-column {
    padding: 0 40px;
}

.sidebar .logo {
    overflow: inherit;
    padding: 46px 0 0px 0;
}

.sidebar .ucn_logo {
    border: none;
    height: auto;
    float: none;
    padding: 0;
    border: none;
}

.sidebar .logo:after {
    content: none;
}

.sidebar .nav-user-hello {
    display: block;
    padding-top: 4px;
}

.sidebar .nav-user-email {
    font-size: smaller;
    text-transform: lowercase;
    display: none;
    margin-bottom: -12px;
    margin-top: -10px;
    overflow-x: hidden;
}

.ucn_logo {
    padding: 0 0 0 5px;
    border-radius: 2.6px;
    /* border: solid 0.6px #ffffff;
    height: 24px; */
    width: auto;
    float: left;
}

.mobile.sidebar .ucn_logo {
    margin-left: 23px;
    margin-top: 3px;
}

.sidebar-mini .sidebar .logo a.logo-mini {
    margin: 0 20px;
}

.sidebar-mini .sidebar:hover .logo a.logo-mini {
    margin: 0 20px;
}

.sidebar-mini .sidebar .ucn_logo p {
    opacity: 0;
    transform: translate3d(-25px, 0, 0);
    margin: 0;
    transition: all .3s linear;
}

.sidebar-mini .sidebar:hover .ucn_logo p {
    transform: translateZ(0);
    opacity: 1;
}

.sidebar-mini .sidebar .logo a.logo-mini img {
    padding: 0;
}

.sidebar-mini .sidebar:hover .logo a.logo-mini img {
    padding-bottom: 0px;
    padding-top: 0;
}

.sidebar-mini .sidebar .ucn_logo {
    text-align: center;
    padding: 0;
}

.sidebar-mini .sidebar:hover .ucn_logo {
    padding: 0;
    margin: 0;
}

.sidebar-mini .sidebar .logo a.logo-normal {
    opacity: 1;
    transform: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 3px;
    height: auto;
}

.sidebar-mini .sidebar:hover .logo a.logo-normal {
    transform: translateZ(0);
    border-top-right-radius: 2.6px;
    border-top-left-radius: 2.6px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 0;
    padding-bottom: 0;
    height: 22px;
}

.sidebar .nav li:first-child>a,
.sidebar .user a {
    margin: .5rem 1rem;
}

.sidebar .user a.backToUcn {
    padding-left: 8px;
}

.sidebar[data-background-color=black] .nav .nav-item i.bi-person {
    color: #52aadd;
}

.sidebar-mini .sidebar:hover .sidebar-wrapper>.user a p {
    transform: translateZ(0);
    opacity: 1;
}

.sidebar .user {
    position: fixed;
    bottom: 42px;
    padding-bottom: 0px;
    margin: 0;
}

.sidebar .user:after {
    content: none;
}

.sidebar:hover .user .nav-item:hover a {
    min-width: 228px;
}

.latest-reports-li {
    font-size: 28px !important;
}

.sidebar .backToUcn i {
    font-size: 22px;
    float: left;
    margin-right: 15px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    color: #ffffff;
}

.sidebar .backToUcn p {
    margin: 0;
    line-height: 34px;
    font-size: 14px;
    position: relative;
    display: block;
    height: auto;
    white-space: nowrap;
    font-weight: normal;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
}

.sidebar-mini .sidebar .sidebar-wrapper>.user a p {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
    transition: all .3s linear;
}

.mobile.sidebar .logo .navbar-wrapper {
    float: right;
}

.sidebar .nav li>a.latReportBuy {
    border: solid 1px #ffffff;
    padding: 8px 30px;
    border-radius: 20px;
    color: #ffffff;
    font-family: 'Rubik', sans-serif;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.5px;
}

.sidebar .nav li:hover>a.latReportBuy {
    background-color: #52aadd;
    border-color: #52aadd;
}

.sidebar .nav .nav li a {
    border-bottom: 1px dotted hsl(0deg 0% 100% / 30%);
}

.sidebar .nav .nav li:hover a {
    border-bottom: none;
}

.sidebar .logo a.logo-mini img {
    padding-bottom: 5px;
}

.sidebar .logo a.logo-mini img {
    padding-bottom: 0;
    /* width: 38px; */
    float: left;
    margin-right: 15px;
}

.sidebar .logo a.logo-mini {
    margin: 0 20px;
    padding: 0 0px 0 0px;
    display: block;
    width: 100%;
    text-align: left;
}

.sidebar .logo p {
    margin: 0;
    line-height: 30px;
    font-size: 14px;
    position: relative;
    display: block;
    height: auto;
    white-space: nowrap;
    float: none;
}

#minimizeSidebar {
    background-color: transparent;
}

#minimizeSidebar.btn {
    box-shadow: none;
    padding: 0px 30px;
}

#minimizeSidebar.btn .material-icons {
    font-size: 2.1rem;
    color: #52aadd;
}

.sidebar-wrapper .nav-link .fa-star-o:before {
    font-size: 17px;
    color: #52aadd;
}

.material-icons.smaller-width,
.sidebar-mini .visible-on-sidebar-regular {
    display: none;
}

.sidebar-mini .material-icons.smaller-width {
    display: block;
}

.bi-box-arrow-right::before {
    font-size: 26px;
    font-weight: normal;
}

.bi-file-earmark-bar-graph-fill::before,
.bi-star-fill::before,
.bi-box-arrow-left::before,
.bi-chevron-left::before {
    color: #52aadd;
}

.sidebar-mini .sidebar #minimizeSidebar.btn .material-icons {
    margin-left: -6px;
    width: 44px;
}

#minimizeSidebar.btn .material-icons .right,
#minimizeSidebar.btn .material-icons .left {
    font-size: 1.4rem;
    float: left;
    margin-top: 5px;
    opacity: 0.4;
    width: 16px;
}

.sidebar-mini .sidebar #minimizeSidebar.btn .material-icons .left,
.sidebar-mini .sidebar #minimizeSidebar.btn .material-icons .right {
    float: right;
}

.sidebar-mini .sidebar:hover #minimizeSidebar.btn .material-icons .right {
    float: left;
}

.sidebar-mini .sidebar .ucn_logo {
    margin: 0;
}

.sidebar-mini .sidebar .ucn_logo {
    margin-left: 8px;
    margin-right: 13px;
}

.sidebar-mini .sidebar:hover .ucn_logo {
    margin-left: 26px;
}

.sidebar-mini .sidebar .logo a.logo-mini {
    margin-left: 6px;
}

.sidebar-mini .sidebar:hover .logo a.logo-mini {
    margin-left: auto;
}

.sidebar-mini #minimizeSidebar.btn {
    padding: initial;
    margin-top: 20px;
}

.sidebar-mini .sidebar:hover[data-background-color=black] {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.sidebar-mini .sidebar:hover #minimizeSidebar.btn {
    padding: 4px 10px 1px 10px;
    margin: 3rem 1rem .5rem 1rem;
}

.sidebar #minimizeSidebar.btn {
    padding: 4px 10px 1px 10px;
    margin: 3rem .5rem .5rem 1rem;
    float: right;
}

.sidebar-mini .sidebar #minimizeSidebar.btn {
    float: none;
}

.mobile.sidebar .backToUcn {
    margin: 20px 188px 29px 24px;
    padding: 12px 17px 12px 18px;
    border-radius: 3px;
    border: solid 1px #ffffff;
    font-family: 'Rubik', sans-serif;
    font-size: 10px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
    width: 106px;
    height: 36px;
    line-height: 36px;
    display: inline;
}

/* .sidebar .sidebar-wrapper .user .material-icons {
    display: none;
} */

.sidebar-mini .sidebar .sidebar-wrapper .user .material-icons {
    display: inline-block;
}

.sidebar-mini .sidebar .sidebar-wrapper .user .material-icons {
    display: inline-block;
    color: #fff;
    font-size: 1.5rem;
}

.sidebar-mini .sidebar .user a {
    padding: .5rem 4px;
    font-size: 8px;
    margin-left: 6px;
}

.sidebar .user a {
    padding: 0 10px;
    margin: 0 1rem;
}

.sidebar-mini .sidebar:hover .user a {
    font-size: 10px;
    margin-left: 16px;
}

.mobile.sidebar {
    display: none;
}

.mobile.sidebar .navbar-form {
    display: none;
}

.sidebar[data-color=rose] li.active>a {
    background-color: hsla(0, 0%, 78%, .2);
    box-shadow: none;
}

.sidebar .sidebar-wrapper>.nav [data-toggle=collapse]~div>ul>li>a .sidebar-normal {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sidebar .sidebar-wrapper>.nav [data-toggle=collapse]~div>ul>li:hover>a .sidebar-normal {
    overflow: visible;
    display: flex;
    white-space: break-spaces;
    word-break: inherit;
}


/*----Sidebar Navigation Ends----*/


/*===Project Details page Tab List Starts====*/

.tabContainer.card {
    background-color: transparent;
    box-shadow: none;
    margin-top: 16.5px;
}

.tabContainer.card .card-header .card-icon {
    margin-right: 39px;
    margin-top: -10px;
}

.tabContainer.card .card-header-icon h6.card-title,
.Company-name h6.card-title {
    font-weight: normal;
    letter-spacing: 0.8px;
    color: #0c2b41;
    opacity: 0.6;
    margin-top: 0;
}

.tabContainer.card .card-header-icon h4.card-title,
.Company-name h4.card-title {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1.1px;
    color: #0c2b41;
    text-transform: uppercase;
    margin-top: 0;
}

.tabContainer.card .card-body {
    padding: 0;
}

.tabContainer.card .card-body .tab-content {
    padding: 12px 38px 110px 18px;
    box-shadow: 0 -1px 6px 0 rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
}

.container-fluid.project .tabContainer.card .card-body .tab-content {
    box-shadow: none;
}

.tabContainer.card .card-header-success .card-icon {
    padding: 35px 18px 34px 19px;
    border-radius: 7px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
    border: solid 1px #e2e2e2;
    background-color: #ffffff;
    width: 164px;
    height: 164px;
    background: #ffffff;
    /*display: flex;
    width: fit-content;*/
    justify-content: center;
    flex-wrap: wrap;
    line-height: 93px;
}

.tabContainer.card .card-header-success .card-icon img {
    /*max-height: 93px;*/
    width: 100%;
}

.tabContainer.card .card-header-success {
    /*width: 320px;*/
    z-index: 2;
}

.tabContainer.card .nav-pills {
    margin-top: 30px;
    padding-left: 7px;
}

.tabContainer.card .nav-pills.nav-pills-warning .nav-item .nav-link.active:focus {
    color: #0c2b41;
}

.tabContainer.card .nav-pills .nav-item .nav-link {
    text-transform: none;
    font-family: Rubik;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.2px;
    color: #0c2b41;
    font-weight: 500;
    opacity: 0.7;
    padding: 12px 15px;
}

.tabContainer.card .nav-pills.nav-pills-warning .nav-item .nav-link.active {
    padding: 12px 18px;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 -1px 6px 0 rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    font-weight: 500;
    opacity: 1;
}

.tabContainer.card .nav-pills.nav-pills-warning .nav-item .nav-link.active:hover {
    color: #0c2b41;
}

.tabContainer.card .nav-pills .nav-item .nav-link:hover {
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.tabContainer.card .nav-pills .nav-item .nav-link.nav-companies {
    background-color: #0c2b41;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 -1px 6px 0 rgb(0 0 0 / 5%);
    color: white;
    border-color: #0c2b41;
    opacity: 0.7;
}

.tabContainer.card .nav-pills .nav-item .nav-link.nav-companies.active {
    background-color: #0c2b41;
    color: white;
    border-color: #0c2b41;
    opacity: 1;
}

.tabContainer.card .nav-pills.nav-pills-warning .nav-item .nav-link.nav-companies.active:focus {
    color: white;
}

.inner-tab-icons {
    float: left;
    padding-right: 5px;
}

.inner-tab-icons img {
    width: 9px;
    height: 16px;
}

.inner-tab-icons img path {
    fill: #0c2b41;
}

.pro-details .first,
.summary .first {
    margin-bottom: 39px;
    padding: 0 20px;
}

.pro-details .second,
.summary .second {
    padding: 0 20px;
}

.border-right h6,
.overview-column h6,
.co-spec h6,
.project h6 {
    opacity: 0.4;
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: 0.5px;
    color: #0c2b41;
    margin-bottom: 0;
}

#link1 .desc,
#link1 .event,
#link1 .whtnext,
#link1 .smmry {
    opacity: 1;
    padding: 0 15px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .5px;
    margin-bottom: 8px;
}

.border-right .tab-small-icons {
    float: left;
    padding-right: 5px;
    padding-top: 2px;
}

.border-right .addressSpan {
    padding-left: 16px;
    display: block;
}

.border-right .addressSpan,
.co-spec .addressSpan {
    color: #0c2b41;
    font-size: 14px;
    /* padding-left: 29px;*/
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
}

.oviewIcons {
    float: left;
    padding-right: 10px;
}

.overview-column .oviewIcons {
    float: left;
    /*width: 21px;
    height: 23px;*/
    padding-right: 11px;
}

.oviewHeading {
    margin: 6px 0 0 12px;
    font-family: 'LucidaGrande', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #0c2b41;
    margin-bottom: 32px;
}

.numOver {
    font-size: 19px;
    line-height: 0.84;
    color: #52aadd;
    padding-top: 8px;
    display: inline-block;
}

.co-spec {
    padding-bottom: 27px;
}

.project {
    border: solid 1px #ececec;
    border-radius: 10px;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 5%);
    padding: 26px 32px 57px 15px;
}

.pro-details .project {
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    padding-right: 30px;
}

.container-fluid.project {
    box-shadow: none;
    border: none;
    padding: 0;
}

.summary-column .col-md-4.project {
    border: none;
    border-radius: 0px;
    box-shadow: none;
    padding: 0 15px;
    margin-bottom: 30px;
}

.summary-column .project>.row {
    border: solid 1px #ececec;
    border-radius: 10px;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 5%);
    padding: 26px 15px;
    margin: 0;
    margin-bottom: 20px;
}

.summary-column .revenueSpan,
.summary-column .activitySpan,
.summary-column .ownershipSpan,
.summary-column .shareholderSpan,
.summary-column .brandSpan,
.summary-column .subsidiarySpan,
.summary-column .productSpan {
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.accordion .partnerSpan {
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.flex-1 {
    flex: 1;
}

.md-accordion .card .card-header a {
    padding: 26px 33px 30px 29px;
    display: block;
}

.tabContainer .accordion>.card {
    margin-top: 0;
}

.tabContainer .accordion .card .card-header {
    padding: 0;
}

.tabContainer .accordion .card .card-body {
    padding: 0px 33px 0px 29px;
}

.tabContainer .accordion .card .card-header a i {
    position: absolute;
    right: 33px;
    top: 26px;
    opacity: .6;
}

.project p {
    font-size: 14px;
    line-height: 1.43;
    color: #0c2b41;
    font-weight: 400;
}

.project ul li {
    color: #0c2b41;
}

.project table td {
    color: #0c2b41;
}

.drop-menu {
    width: 100%;
    /* padding-left: 19px; */
}

.drop-menu .btn.btn-primary {
    border-radius: 10px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #ececec;
    background-color: #ffffff;
    color: #0c2b41;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 0;
    padding: 26px 33px 30px 29px;
    margin-bottom: 32px;
}

.drop-menu .btn.btn-primary:hover {
    background-color: #0c2b41;
    border-color: #0c2b41;
    opacity: 0.4;
    color: #ffffff;
}

.drop-menu .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    max-width: 100%;
}

.drop-menu .show>.btn.btn-primary.dropdown-toggle {
    background-color: #0c2b41;
    border-color: #0c2b41;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
}

.drop-menu .bootstrap-select .dropdown-item.active {
    background: #0c2b41;
}


/*====Gallery Tab =======*/

#carousel li {
    margin-right: 5px;
}

#carousel img {
    display: block;
    opacity: .5;
    cursor: pointer;
}

#carousel img:hover {
    opacity: 1;
}

#carousel .flex-active-slide img {
    opacity: 1;
    cursor: default;
}

#slider .slides li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 49%, rgb(0 0 0 / 8%) 86%);
}

.flex-caption {
    /*width: 96%;
      padding: 2%;
      background: rgba(0,0,0,.5);*/
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    position: absolute;
    padding: 0 0 10px 17px;
    left: 0;
    bottom: 120px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    margin-top: -100px;
}

.flex-caption h2 {
    font-family: 'Merriweather', serif;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    margin: 0;
}

.flex-caption .written-by,
.flex-caption .Published-date {
    font-family: Rubik;
    font-size: 12px;
    font-weight: 500;
}

.flex-caption .written-by a {
    color: #52aadd;
}

.flexslider .slides img {
    border-radius: 7px;
}

li.css a {
    border-radius: 7px;
}


/*====News Tab =======*/

.news-block .news-main-img img.img-fluid {
    border-radius: 10px;
    max-height: 480px;
}

.news-small-img img.img-fluid {
    border-radius: 10px;
}

.news-block .font-weight-bold {
    font-family: 'Rubik', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
    color: #3d3d3e;
}

.font-weight-bold.small {
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.28;
    color: #3d3d3e;
    margin-top: 16px;
    margin-bottom: 35px;
}

section.slider {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
}

.mobile.sidebar .user {
    padding: 0;
    margin: 0;
    text-align: right;
}

.mobile.sidebar .user a.backToUcn {
    border: none;
    line-height: 0;
}

.mobile.sidebar .user a i {
    font-size: 26px;
    line-height: 20px;
}


/*-------ScrollBar------*/

#myfavourites ul.nav {
    position: relative;
    height: auto;
    min-height: 50px;
    max-height: 250px;
    overflow: auto;
}

#myfavourites ul.nav .wishlistbox.like {
    color: #52aadd !important;
}

#myfavourites ul.nav.fav_added .ps__rail-y {
    opacity: 1;
    right: 5px !important;
    display: block !important;
}

#myfavourites ul.nav .ps__thumb-y {
    background-color: #52aadd;
    height: 113px !important;
}


/*===Project Details page Tab List End====*/

.heading {
    padding: 43px 0;
}

.heading .Company-name,
.company-selection,
.cart-section {
    padding: .75rem 1.25rem;
}

.Company-name h4.card-title {
    font-size: 18px;
    letter-spacing: 0.9px;
}

.company-selection label,
.company-selection label.bmd-label-static {
    font-size: 12px;
    font-weight: 500;
    color: #3d3d3e;
    display: block;
}

.company-selection .tags-dd {
    display: none;
}

.company-selection .dropdown .btn,
.company-selection .form-control.datepicker {
    background: #ffffff;
    border: solid 1px #dedede;
    border-radius: 6px;
    padding: 10px 15px 10px 15px;
}

.company-selection .form-control.datepicker {
    height: 39px;
}

.show>.btn.dropdown-toggle:focus,
.show>.btn.dropdown-toggle:hover {
    background-color: #f3f3f3;
    border-color: #dedede;
}

.company-selection .form-group .bmd-label-static {
    position: inherit;
}

.company-selection .dropdown-toggle:after {
    color: #3d3d3e;
}

.company-selection .bootstrap-select .dropdown-toggle .filter-option-inner {
    color: #3d3d3e;
    font-size: 14px;
    opacity: 0.7;
    text-transform: none;
}


/*===My Reports page Tab List Starts====*/

.cart-section {
    margin-top: 23px;
    line-height: 32px;
}

.tab-content #cover .tags {
    display: none;
}

.tab-content #companies .cart-section {
    padding-left: 0;
    padding-top: 0;
    margin-left: -30px;
    margin-top: 0;
}

.cart-section .navbar-form {
    margin-bottom: 0;
}

.cart-section .nav-link .bi {
    float: left;
    padding-right: 8px;
}

.cart-section .nav-link .bi.bi-cart3 {
    padding-right: 18px;
}

.cart-section .nav-link .d-md-block {
    color: #3d3d3e;
    letter-spacing: -0.2px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 5px;
}

.bi-question-circle::before,
.bi-cart3::before {
    color: #333539;
    font-size: 22px;
}

.cart-section .right-border::before {
    content: '';
    opacity: 0.2;
    position: absolute;
    right: 24px;
    width: 1px;
    background: #3d3d3e;
    height: 29px;
    top: 8px;
}

.cart-section .search-box,
.cart-section .search-btn,
.cart-section .clearBtn {
    border-radius: 6px !important;
    border: solid 1px #dedede;
    background-image: none;
    background-color: #f3f3f3;
    padding: 14px 14px 14px 18px;
    height: 45px;
}

.cart-section .form-control:focus {
    border-color: #dedede;
}

.is-focused .form-control.search-box {
    background-image: none;
}

.cart-section .search-btn {
    margin: 0 4px;
    line-height: 24px;
}

.cart-section .cart-product-label,
.cart-section .cart-product-label:hover {
    color: white !important;
    background-color: #52aadd;
    /* orange; */
    padding: 2px 10px;
}

.input-group>.form-control:focus {
    z-index: 0;
}

.cart-section .search-btn {
    font-size: 24px;
    opacity: 1;
    padding: 0 12px;
    box-shadow: none;
}

.cart-section .clearBtn {
    font-size: 32px;
    opacity: 1;
    padding: 0 8px;
    line-height: 24px;
    margin: 0;
    box-shadow: none;
    color: #999;
}

.cart-section .search-btn:hover,
.cart-section .clearBtn:hover {
    background: #525151;
    color: #fff;
    border-color: #525151;
    box-shadow: none;
}

.cart-section .navbar-nav .notification {
    position: absolute;
    top: 0px;
    border: 1px solid #fff;
    left: 15px;
    font-size: 9px;
    background: #b13a39;
    color: #fff;
    min-width: 20px;
    padding: 0 2px;
    height: 20px;
    border-radius: 10px;
    text-align: center;
    line-height: 19px;
    vertical-align: middle;
    display: block;
}

.cart-section .cart-list {
    position: inherit;
    width: 102px;
}

.cart-section .cart-list .nav-link {
    position: relative;
}

.cart-list .dropdown-menu {
    top: 45px !important;
    left: -385px;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.15);
    border-radius: 12px;
}

.cart-list .dropdown-menu:before {
    position: absolute;
    top: -20px;
    right: 40px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
    border-width: 0 10px 20px 10px;
    border-color: transparent transparent #ffffff transparent;
}

.cart-list .card {
    box-shadow: none;
}

.cart-list .card-header {
    padding-bottom: 0;
}

.cart-list .card-header h2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.23px;
    color: #3d3d3e;
    margin-bottom: 18px;
}

.cart-list .card-header .total-tag,
.cart-list .card-header .quantity {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    letter-spacing: -0.2px;
}

.cart-list .card-header .quantity {
    font-weight: normal;
}

.cart-list .card-header .total {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.11;
    letter-spacing: -0.26px;
    color: #52aadd;
}

.cart-list .card .card-body {
    padding-bottom: 0;
}

.cart-list .sub-heading {
    font-size: 14px;
    font-weight: 500;
    border-top: solid 1.5px #3d3d3e;
    line-height: 1.43;
    letter-spacing: -0.2px;
    padding: 19px 0;
    margin: 0;
}

.cart-list .added-cart-list {
    padding: 0px 0 0px 0;
}

.cart-list .added-cart-list li {
    list-style: none;
    margin: 0 0px 19px 0;
    border-radius: 6px;
    border: solid 1px rgba(61, 61, 62, 0.2);
    cursor: pointer;
}

.cart-list .added-cart-list li .btn-round {
    margin: 0 5px 0 0;
}

.cart-list .added-cart-list li .btn-round,
.cart-list .find-coupon .btn-round {
    padding: 2px 0px;
    height: 16px;
    width: 16px;
    background-color: transparent;
    box-shadow: none;
    border: none;
}

.cart-list .added-cart-list li .btn-round .bi-x::before {
    font-size: 16px;
    font-weight: 500;
}

.cart-list .added-cart-list li img.img-responsive {
    max-width: 125px;
    max-height: 102px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.cart-list .added-cart-list li .img-list {
    /*display: flex;*/
    overflow: hidden;
}

.cart-list .added-cart-list li .col-10.text-md-left {
    padding-left: 0;
}

.cart-list .added-cart-list li .text-center.img-list {
    text-align: left !important;
}

.cart-list .added-cart-list .product-name {
    font-size: 13px;
    line-height: 1.36;
    letter-spacing: -0.2px;
    color: #3d3d3e;
    font-weight: 500;
    padding-top: 6px;
    margin-bottom: 2px;
    /* word-break: break-all; */
    text-overflow: ellipsis;
    overflow: hidden;
}

.cart-list .added-cart-list .product-disc {
    font-size: 12px;
    line-height: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cart-list .added-cart-list .product-amount {
    color: #50a2d2;
    font-size: 13px;
    line-height: 1.38;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.cart-list .added-cart-list .product-remove {
    text-align: right !important;
}

.cart-list .added-cart-list li:hover {
    background-color: rgba(250, 75, 50, 0.04);
    border: solid 1px #fa4b32;
}

.cart-list .added-cart-list li:hover .btn-round {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.cart-list .added-cart-list li .btn-round .bi-x::before {
    color: rgb(0 0 0 / 50%);
}

.cart-list .added-cart-list li:hover .btn-round .bi-x::before {
    color: #fa4b32;
    font-size: 16px;
}

.cart-list .cart-footer {
    margin: 18px 0 0;
    padding: 29px 103px 29px 104px;
    border-radius: 5px;
    background-color: #f6f6f6;
}

.cart-list .cart-checkout {
    text-align: center;
    padding: 29px 103px 29px 104px;
    border-radius: 5px;
    background-color: #f6f6f6;
}

.cart-list .cart-checkout .btn {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.38;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 14px 33px 12px;
    border-radius: 22px;
    border: solid 1px #50a2d2;
    background-color: #50a2d2;
    color: #ffffff;
}

.cart-list .cart-checkout .btn:hover {
    border: solid 1px #50a2d2;
    background-color: #ffffff;
    color: #52aadd;
}

.cart-list .coupon-edit {
    background-color: #f6f6f6;
    padding: 6px 0;
    border-radius: 5px;
    text-align: center;
}

.cart-list .coupon-edit span {
    color: #3d3d3e;
    font-size: 13px;
    line-height: 1.54;
    letter-spacing: -0.1px;
}

.cart-list .coupon-edit span a {
    color: #52aadd;
    text-decoration: underline;
    padding-left: 4px;
}

.cart-list .coupon-edit span a:hover {
    color: #52aadd;
    background-color: transparent;
}

.cart-list .add-coupon {
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: -0.2px;
    color: #3d3d3e;
    margin: 33px 0 24px 0;
    display: block;
    overflow: hidden;
}

.cart-list .add-coupon span.text-md-left {
    display: block;
    float: left;
    line-height: 45px;
}

.cart-list .add-coupon .coupon-box {
    float: right;
}

.cart-list .add-coupon .coupon-box .form-control {
    background-color: #ffffff;
    border: solid 1px #52aadd;
    padding: 14px;
    border-radius: 5px;
    max-width: 183px;
    height: 45px;
}

.cart-list .add-coupon .coupon-box .form-control:focus {
    background-image: none;
}

.cart-list .coupon-apply {
    clear: both;
}

.cart-list .coupon-apply a.btn {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.38;
    letter-spacing: 0.5px;
    padding: 13px 169px;
    border-radius: 22px;
    border: solid 1px #50a2d2;
    background-color: #ffffff;
    color: #50a2d2;
    display: block;
}

.cart-list .coupon-apply a.btn:hover {
    background-color: #50a2d2;
    color: #ffffff;
}

.cart-list .find-coupon {
    justify-content: center;
    margin: 0 auto;
    display: flex;
    padding: 12px 0;
}

.cart-list .find-coupon a {
    font-size: 13px;
    color: #3d3d3e;
    line-height: 36px;
    letter-spacing: -0.1px;
    opacity: 0.8;
}

.cart-list .find-coupon a:focus {
    box-shadow: none;
    background-color: transparent;
}

.cart-list .find-coupon a:hover {
    background-color: transparent;
    box-shadow: none;
}

.cart-list .find-coupon a p.d-md-block {
    float: left;
    margin-bottom: 0;
}

.cart-list .find-coupon a .bi {
    padding-left: 6px;
}

.cart-list .find-coupon a .bi-question-circle::before {
    font-size: 14px;
}

.cart-list .cart-subtotal {
    margin-bottom: 10px;
    padding-top: 26px;
    border-top: 2px solid #3d3d3e;
}

.cart-list .cart-subtotal span {
    display: block;
    font-size: 15px;
    line-height: 1.33;
    letter-spacing: 0.17px;
}

.cart-list .cart-subtotal .total-tag,
.total {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.11;
    letter-spacing: -0.2px;
    color: #3d3d3e;
    padding-bottom: 9px;
}

.cart-list .cart-total {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.22px;
    color: #3d3d3e;
    margin-bottom: 30px;
}

.projects-billing.payment_cart .cart-list .cart-total .total.black-color {
    color: #000000;
}

.after-coupon .item-discount .discount-amount .total {
    font-size: 13px;
}

.after-coupon .item-discount .after-coupon .item-discount .item-total-after-discount .total-tag {
    color: #000000;
}

.cart-list .cart-total .total {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.22px;
    color: #52aadd;
}


/*---Reports List Starts----*/

.promo-carousel .carousel li {
    cursor: pointer;
}

.reports-ul {
    padding: 0 35px;
    margin: 0;
    z-index: 0;
}

.promo-carousel {
    padding: 22px 20px 17px 20px;
    margin-top: 22px;
    margin-bottom: 17px;
    display: none !important;
}

#carousel-promo1,
#carousel-promo2 {
    text-align: center;
}

.promo-carousel .carousel-item .inner-content {
    display: inline-flex;
}

.reports-ul li.reports-list {
    list-style: none;
    color: #3d3d3e;
    text-align: center;
    justify-content: center;
    display: flex;
    width: 320px;
    margin: 0 15px;
}

.reports-ul li.reports-list .card {
    width: 372px;
    display: inline-flex;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    margin-top: 10px;
}

.reports-list .card-header {
    text-align: center;
    z-index: 1;
    margin: 0 !important;
    border-radius: 0 !important;
}

.reports-ul .wishlistbox.like {
    color: #114970 !important;
}

.reports-ul .wishlistbox .fa.fa-heart {
    display: none;
}

.reports-ul .wishlistbox .fa.heart-o {
    display: inline-block;
}

.reports-ul .wishlistbox.like .fa.fa-heart {
    display: inline-block;
}

.reports-ul .wishlistbox.like .fa.fa-heart-o {
    display: none;
}

.reports-list .card .card-header.card-header-image img {
    max-width: 100%;
    width: auto;
}

.card-header a img.img-responsive {
    max-height: 195px;
    max-width: 372px;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.card-header a img.img-responsive {
    max-height: 962px;
}

.reports-list .card-body .card-icon {
    border-radius: 7px;
    border: solid 3px #0c2b41;
    background-color: #0c2b41;
    /* padding: 21px 11px; */
    margin-top: -65px;
    margin-left: -3px;
    float: left;
    width: 72px;
    min-height: 72px;
    max-height: fit-content;
    line-height: 66px;
    text-align: center;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 40%);
}

.reports-list .card-body .card-icon.non-ucn {
    border: solid 3px #0c2b41;
    background-color: #ffffff;
}


/* .reports-list .card-body .card-icon.non-ucn {
    padding: 11px;
} */

.reports-list .card-body .card-icon img {
    max-width: 100%;
    height: auto;
}

.reports-list .card-body .card-icon.non-ucn img {
    max-width: 100%;
    width: 72px;
    height: auto;
    border-radius: 7px;
}

.reports-list .card-body {
    z-index: 6;
}

.reports-list .card-body .tags {
    text-align: center;
}

.reports-list .card-body .tags li a {
    font-size: xx-small;
}

.reports-list .card-body .date {
    font-size: 12px;
    font-weight: 500;
    opacity: 0.7;
    letter-spacing: 1px;
    padding-top: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.reports-list .card-body .card-title {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.24;
}

.reports-list .card-footer .icons {
    float: left;
}

.reports-list .card-footer .icons img {
    max-width: 24px;
}

.reports-list .card-footer h4 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.36;
    letter-spacing: -0.2px;
    display: inline-block;
    padding-left: 10px;
    margin-bottom: 0;
}

.reports-list .card-footer .btns-div .text-md-left {
    line-height: 30px;
}

.reports-list .card-footer .btn {
    font-size: 11px;
    font-weight: 500;
    line-height: 1.64;
    letter-spacing: 0.42px;
    padding: 6px 0px 6px 0px;
    border-radius: 22px;
    border: solid 1px #50a2d2;
    background-color: #ffffff;
    color: #50a2d2;
    width: 114px;
    height: 30px;
    margin: 0;
}

.reports-list .card-footer .btn:hover {
    background-color: #50a2d2;
    color: #ffffff;
}

.reports-list .card-footer .btn.cart-added {
    border: solid 1px #85c06a;
    color: #85c06a;
}

.reports-list .card-footer .btn.cart-added:hover {
    background-color: #85c06a;
    border: solid 1px #85c06a;
    color: #ffffff;
}

.reports-list .card-footer .btn.view-report {
    background-color: #85c06a;
    border: solid 1px #85c06a;
    color: #ffffff;
}

.reports-list .card-footer .btn.view-report:hover {
    background-color: #85c06a;
    border: solid 1px #85c06a;
}

.reports-list .card-footer .btns-div {
    display: contents;
}

.reports-list .card-footer {
    padding-top: 10px;
}

.reports-list .card-footer ul {
    padding: 0;
    margin: 0;
    width: 100%;
}

.reports-list .card-footer ul li.btns-div {
    list-style: none;
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 17px;
}

.promo-carousel .carousel .carousel-item img {
    max-height: 222px;
    width: 100%;
    border-radius: 5px;
}


/*===TOP 100 COMPANY STARTS===*/

.tab-content>.active.intro {
    font-family: 'PT Serif', serif;
    font-size: 14px;
    line-height: 1.83;
    max-width: 840px;
}

.tab-content>.active.intro .drop-menu {
    padding-right: 17px;
}

.tab-content>.active.intro .card-header {
    background: #0c2b41;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.tab-content>.active.intro .md-accordion .card .card-header a,
.tabContainer .active.intro .accordion .card .card-body {
    padding: 6px 15px;
}

.tab-content>.active.intro .oviewHeading {
    font-family: 'Rubik', sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.5px;
    margin: 0;
    color: #ffffff;
}

.tab-content>.active.intro h5.oviewHeading,
.tab-content>.active.intro #accordionAuthor h5.oviewHeading {
    font-size: 16px;
    color: #ffffff;
}

.tabContainer .active.intro .accordion .card .card-header#intro1 a i {
    top: 7px;
    opacity: 1;
}

.tabContainer .active.intro .accordion .card .card-header a i {
    top: 4px;
    opacity: 1;
}

.tab-content>.active.intro .bi-chevron-down::before {
    color: #ffffff;
}

.citation {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    line-height: 28px;
    font-weight: 800;
    letter-spacing: -0.5px;
    float: right;
    width: 320px;
    text-align: center;
    padding: 20px;
    position: relative;
    color: #0c2b41;
}

.citation:before {
    content: "“";
    top: 0px;
    left: 5px;
    font-size: 32px;
    position: absolute;
}

.citation:after {
    content: "”";
    bottom: 0px;
    right: 0px;
    font-size: 32px;
    position: absolute;
}

.listings h6 {
    font-family: 'PT Serif', serif;
    opacity: 1;
    font-size: 12px;
    letter-spacing: normal;
    text-transform: capitalize;
    color: #000000;
}

.intro.maps a.image-popup-fit-width {
    border: 1px solid #e6e6e6;
    display: block;
    margin-bottom: 30px;
}

.intro.maps .col-sm-6:hover a {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}

#collapseAuthor .row {
    margin-top: 15px;
    margin-bottom: 15px;
}

#collapseAuthor .authorHeading {
    margin-bottom: 5px;
}

#collapseAuthor .authorHeading h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    letter-spacing: 0.5px;
    display: inline;
    margin-right: 15px;
}

#collapseAuthor .authorHeading span {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    letter-spacing: 0.8px;
    color: #777576;
}

#link89 .card-body img, #link888 .card-body img {
    float: left;
    margin-right: 15px;
    margin-bottom: 30px;
    clear: left;
}

#link89 .card-body h2, #link888 .card-body h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    letter-spacing: 0.5px;
    display: inline;
    margin-right: 15px;
    margin-bottom: 0;
    float: left;
}

#link89 .card-body h3, #link888 .card-body h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    letter-spacing: 0.8px;
    color: #777576;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 0;
}

#link89 .card-body p, #link888 .card-body p {
    padding-top: 2px;
}

#link98 .card-body img, #link887 .card-body img {
    max-width: 100%;
    height: auto;
}

#link886 .card-body p,#link888 .card-body p, #link889 p,#link889 ul li,
#link89 .card-body p,#link90 .card-body p, #link91 p, #link91 ul li   {
    font-family: Rubik;
}
/*===TOP 100 COMPANY END===*/


/*===Project Grid Starts====*/

.tab-pane.active.list_view .reports-ul {
    display: none;
}

.grid_view .reports-ul {
    padding: 0 15px;
}

.grid_view .reports-ul li.reports-list .card {
    border-radius: 10px;
    background-color: #f3f3f3;
    border: solid 1px #e6e6e6;
    box-shadow: none;
    cursor: pointer;
}

.grid_view .reports-ul li.reports-list .card:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.grid_view .reports-ul li.reports-list .card .card-body {
    background-color: #ffffff;
    padding-top: 39px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 24px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.grid_view .projects-details {
    padding: 0;
    margin: 0;
}

.grid_view .reports-ul li.reports-list .card .Company-name h4.card-title {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.1px;
    color: #0c2b41;
    padding-top: 19px;
    text-align: left;
}

.grid_view .reports-ul li.reports-list .card .card-header .card-icon {
    padding: 17px 9px 16px 8px;
    border-radius: 2.9px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.06);
    border: solid 0.5px #e2e2e2;
    margin-bottom: -26px;
    margin-top: 0px;
    height: 83px;
    width: 83px;
    background: #fff;
    float: left;
    margin-right: 14px;
    line-height: 48px;
}

.grid_view .reports-ul li.reports-list .card .card-header .card-icon img {
    max-width: 48px;
}

.grid_view .reports-ul li.reports-list .card-body {
    z-index: 0;
}

.grid_view .reports-ul li.reports-list .card-body .co-spec {
    padding-bottom: 12px;
    list-style: none;
    display: inline-block;
    float: left;
    width: 143px;
    text-align: left;
    line-height: 16px;
    min-height: 60px;
}

.grid_view .reports-ul li.reports-list .card-body .co-spec.column-contact,
.grid_view .reports-ul li.reports-list .card-body .co-spec.column-address,
.grid_view .reports-ul li.reports-list .card-body .co-spec.column-website {
    width: 100%;
    float: none;
}

.grid_view .reports-ul li.reports-list .card .card-body .tab-small-icons {
    float: left;
    padding-right: 5px;
    padding-top: 2px;
}

.grid_view .reports-ul li.reports-list .card .card-body .addressSpan {
    padding-left: 16px;
    font-size: 12px;
    display: block;
}


/*===Project List Ends====*/


/*===Project List Starts====*/

.tab-pane.active .table-full-width {
    display: initial;
}

.tab-pane.active.grid_view .table-full-width {
    display: none;
}

.project-table-section {
    padding: 0;
}

.project-list-table {
    border-radius: 10px;
    margin-top: 41px;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}

.project-list-table .table-heading {
    border-radius: 10px;
    background-color: #114970;
    color: #ffffff;
}

.project-list-table .table {
    margin-bottom: 0;
}

.project-list-table .table>thead>tr>th {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.2px;
    color: #ffffff;
    text-align: center;
}

.project-list-table .table>tbody>tr>td {
    color: #3d3d3e;
    font-weight: 400;
    text-align: center;
    font-size: 14px;
    letter-spacing: -0.2px;
    padding: 7px 12px;
}

.cart-section.project-search-section .col-sm-12 {
    padding-right: 0;
}

.sorter .view-mode {
    background: rgba(12, 43, 65, 0.2);
    padding: 2px 3px;
    border-radius: 3.2px;
    display: inline-block;
    float: right;
}

.sorter .view-mode .grid,
.sorter .view-mode .list {
    float: left;
    padding: 0px 4px;
    cursor: pointer;
}

.sorter .view-mode .list2 a.nav-link {
    display: inline;
}

.sorter .view-mode .grid:hover,
.sorter .view-mode .list:hover {
    background-color: #ffffff;
    border-radius: 2.4px;
}

.project-search-section.cart-section {
    padding: .75rem .95rem;
}


/*===Project List Ends====*/


/*===Sticky Top Buttons End====*/

.sticky-btns {
    padding: 10px 12px 5px 12px;
    background-color: #0c2b41;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    display: inline-flex;
    right: 0;
    top: 40px;
    position: fixed;
    animation: 1s fadeIn;
    animation-fill-mode: forwards;
    visibility: hidden;
}

.sticky-btns .download-btns {
    display: none;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        visibility: visible;
        opacity: 1;
    }
}

.sticky-btns ul {
    padding: 0;
    margin: 0;
}

.sticky-btns ul li {
    list-style: none;
    padding: 0 9px;
    align-items: center;
    text-align: center;
}

.sticky-btns ul li a {
    transition: all .3s;
    padding: 8px;
    display: block;
    margin: 0 auto;
    height: 45px;
}

.sticky-btns ul li a.active {
    background-color: rgb(255 255 255 / 15%);
    color: #3c4858;
    box-shadow: none;
    border-radius: 100%;
    width: 44px;
}

.sticky-btns ul li:hover>a {
    background-color: hsla(0, 0%, 78%, .2);
    color: #3c4858;
    box-shadow: none;
    border-radius: 100%;
    padding: 8px;
}

.sticky-btns .icons-heading {
    font-size: 10px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    height: 24px;
}

.sticky-btns ul li:hover .icons-heading {
    display: block;
}


/*== Sticky Top Buttons End ==*/


/*== Single Reports Starts ==*/

.singel-report-main .single-reports {
    margin-top: 0;
    margin-left: 0;
}

.single-reports {
    border-radius: 10px;
    border: solid 1px #e3e3e3;
    padding: 41px 48px 95px 25px;
    margin: 25px;
    background: #ffffff;
}

.single-reports .reports-ul {
    padding: 0 32px;
}

.single-reports .reports-list .card {
    margin-top: 0;
    box-shadow: none;
}

.single-reports .reports-list .card .card-header.card-header-image img {
    /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3); */
    border-radius: 4px;
}

.single-reports .reports-list .card-footer {
    border-top: none !important;
    border-bottom: 1px dotted #3d3d3e;
    padding: 29px 0 10px 0!important;
    margin: 0 0 24px 0!important;
}

.single-reports .reports-list .card-footer h4,
.reports-sample h4 {
    font-size: 16px;
    font-weight: 500;
    padding-left: 0;
    line-height: 1.19;
    letter-spacing: -0.23px;
}

.single-reports .reports-list .card-footer .btn {
    width: 156px;
    height: 35px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.68;
}

.reports-sample ul {
    padding: 0;
    margin: 0;
}

.reports-sample li {
    list-style: none;
    display: block;
    width: 100%;
}

.reports-sample li a {
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0.42px;
    padding: 6px 0px 6px 0px;
    border-radius: 30px;
    border: solid 1px #50a2d2;
    background-color: #ffffff;
    color: #50a2d2;
    height: 45px;
    margin-bottom: 15px;
}

.reports-sample li:hover a {
    border: solid 1px #50a2d2;
    background-color: #50a2d2;
    color: #ffffff;
}

.small-disc {
    opacity: 0.8;
    font-size: 14px;
    color: #333539;
    padding: 10px 0 18px 0;
    border-bottom: 1px dotted #3d3d3e;
    margin-bottom: 14px;
}

.small-disc a {
    color: #52aadd;
    text-decoration: underline;
    font-weight: normal;
}

.reports-sample h4 {
    margin-bottom: 0;
}

.reports-sample a {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.3px;
    color: #52aadd;
}

.singel-report-main .heading.report-title {
    padding-top: 0;
    padding-bottom: 0;
}

.single-reports h2 {
    font-family: 'Merriweather', serif;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: -0.5px;
    color: #333539;
    line-height: 1.5em;
}

.reports-details {
    padding: 21px 347px 24px 27px;
    border-radius: 2px;
    background-color: #f3f3f3;
    margin-top: 17px;
    margin-bottom: 39px;
}

.reports-details h6.author {
    opacity: 0.7;
    font-family: Rubik;
    font-size: 12px;
    letter-spacing: 1px;
    color: #333539;
    margin-bottom: 0;
}

.reports-details h4.author-title,
.disc-blocks h4 {
    font-size: 18px;
    font-weight: 500;
    color: #333539;
}

.reports-details .tags {
    display: none;
}

.tags {
    padding-top: 12px;
}

.tag-list {
    padding: 0;
    margin: 8px 0 0 0;
}

.tag-list li {
    list-style: none;
    display: inline;
    background: #0c2b41;
    border-radius: 16px;
    padding: 0px 12px 2px 12px;
    line-height: 25px;
}

.tags a {
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
}

img.size-medium {
    max-width: 100%;
    height: auto;
}

.ucn-submit-button {
    font-family: 'Rubik', sans-serif;
    background: #7b1717;
    color: #fff;
    border-radius: 16px;
    padding: 0.3em;
    FONT-WEIGHT: 600;
}

.ucn-submit-button:hover {
    color: #ffffff;
}

.disc-blocks h4 {
    /* font-family: 'PT Serif', serif; */
    font-size: 18px;
    font-weight: 700;
    color: #333539;
}

.disc-blocks {
    /* font-family: 'PT Serif', serif; */
    font-size: 18px;
    line-height: 1.67;
    letter-spacing: normal;
    color: #333539;
}

.disc-blocks>img {
    float: left;
}

.disc-blocks ul {
    display: block;
    clear: both;
}


/*== Single Reports Ends ==*/


/*== PDF View Starts ==*/

.reports-pdf .back {
    margin-bottom: 54px;
    text-align: center;
}

.reports-pdf .back a {
    font-size: 13px;
    font-weight: 500;
    line-height: 37px;
    letter-spacing: 0.42px;
    padding: 6px 0px 6px 0px;
    border-radius: 25px;
    background-color: rgb(12 43 65 / 10%);
    color: #0c2b41;
    width: 244px;
    height: 51px;
    margin: 0;
}

.reports-pdf .add-cart a .bi.bi-cart::before {
    font-size: 16px;
}

.reports-pdf .add-cart ul {
    padding: 0;
    margin: 0;
    text-align: center;
}

.reports-pdf .add-cart ul li {
    list-style: none;
    margin-bottom: 16px;
}

.reports-pdf .add-cart a {
    font-size: 13px;
    font-weight: 500;
    line-height: 37px;
    letter-spacing: 0.42px;
    padding: 6px 0px 6px 0px;
    border-radius: 25px;
    border: solid 1px #50a2d2;
    background-color: #ffffff;
    color: #50a2d2;
    width: 244px;
    height: 51px;
    margin: 0;
}

.reports-pdf .add-cart ul li:hover a {
    background-color: #50a2d2;
    color: #ffffff;
}

.reports-pdf .add-cart a .bi {
    padding-right: 6px;
}

.pdf-image img.img-fluid {
    max-height: 800px;
}


/*== PDF View Ends ==*/


/*== Projects Billing Starts ==*/

.projects-billing {
    padding: 0px 150px 42px 150px;
}

.billing-details {
    margin-top: 50px;
}

.projects-billing .cart-section .card-body .text-md-left h2,
.billing-details h2 {
    font-size: 20px;
    font-weight: 500;
    /* padding: 0 15px; */
    letter-spacing: -0.22px;
    margin-bottom: 0;
}

.billing-details h2 {
    margin-bottom: 28px;
}

.billing-details .bmd-label-static {
    font-size: 12px;
    color: #3d3d3e;
    position: initial;
    display: block;
    margin: 0 0 14px 0;
}

.billing-details .city .bmd-label-static {
    margin-bottom: 8px;
}

.billing-details .red.bmd-label-static {
    color: #fa4b32;
}

.billing-details form {
    margin-bottom: 0;
}

.billing-details .form-control,
.billing-details .is-focused .form-control {
    background-image: none;
    margin: 6px 0 0;
    padding: 14px 14px 14px 14px;
    border-radius: 5px;
    border: solid 1px #d8d8d8;
    font-size: 14px;
    color: #57575c;
    height: 45px;
}

.billing-details .red.form-control,
.billing-details .is-focused .red.form-control {
    border: solid 1px #fa4b32;
    background-color: rgba(250, 75, 50, 0.1);
    color: #fa4b32;
}

.billing-details .red.form-control::placeholder {
    color: #fa4b32;
}

.billing-details .show>.btn.dropdown-toggle:focus,
.billing-details .show>.btn.dropdown-toggle:hover {
    color: #57575c;
}

.billing-details .city .dropdown-toggle,
.billing-details #options .btn {
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    border: solid 1px #d8d8d8;
    border-radius: 5px;
    color: #57575c;
    box-shadow: none;
}

.billing-details .city .dropdown-toggle .filter-option,
.billing-details #options .btn {
    padding-left: 15px;
}

.billing-details .pay-method {
    margin-top: 15px;
}

.projects-billing .cart-section .card-body .text-md-left .quantity {
    font-weight: 400;
    /* padding: 0 15px; */
}

.projects-billing .cart-section .cart-list {
    width: 100%;
}

.projects-billing .cart-list .card-header h2 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.22px;
    margin-bottom: 9px;
}

.projects-billing .cart-section .notification {
    position: absolute;
    top: 0px;
    border: 1px solid #fff;
    left: 30px;
    font-size: 9px;
    background: #f44336;
    color: #fff;
    min-width: 20px;
    padding: 0 2px;
    height: 20px;
    border-radius: 10px;
    text-align: center;
    line-height: 19px;
    vertical-align: middle;
    display: block;
}

.projects-billing .cart-section .cart-list .nav-link {
    float: right;
}

.projects-billing .cart-list .added-cart-list li {
    /* padding: 0px 14px; */
    border: 1px solid #ffffff;
    margin: 0 0px 10px 0;
}

.projects-billing .cart-list .added-cart-list li:hover {
    /* border: solid 1px #fa4b32; */
    background-color: transparent;
}

.projects-billing .cart-list .card .card-body {
    margin-top: -50px;
    padding: 35px 18px 38px;
    border-radius: 10px;
    border: solid 1px #e4e4e4;
}

.projects-billing .cart-list .added-cart-list {
    padding-top: 19px;
    border-top: solid 1.5px #3d3d3e;
    margin-top: 19px;
}

.projects-billing .cart-list .added-cart-list .product-name {
    font-size: 16px;
    letter-spacing: -0.2px;
}

.projects-billing .cart-list .added-cart-list .text-md-left {
    text-align: left !important;
}

.projects-billing .cart-list .added-cart-list .inner {
    width: 100%;
    /* padding: 0 15px; */
}

.projects-billing .cart-list .added-cart-list .product-disc,
.projects-billing .cart-list .added-cart-list .product-amount {
    font-size: 16px;
    letter-spacing: -0.2px;
}

.projects-billing .cart-list .added-cart-list .product-amount {
    color: #3d3d3e;
}

.projects-billing .cart-list .add-coupon span.text-md-left {
    font-weight: 400;
}

.projects-billing .cart-list .add-coupon .coupon-box .form-control,
.projects-billing .cart-list .add-coupon .coupon-box .form-control::placeholder {
    color: #52aadd;
}

.projects-billing .cart-list .coupon-apply a.btn {
    margin: 0;
}

.projects-billing .cart-list .coupon-apply a.btn {
    padding: 5px 12px;
    max-width: 140px;
    background-color: #50a2d2;
    color: #ffffff;
    margin: 0 auto;
}

.projects-billing .cart-list .coupon-apply a.btn .bi,
.projects-billing .cart-list .cart-checkout a.btn .bi {
    font-size: 24px;
    font-weight: bold;
}

.projects-billing .cart-list .cart-subtotal {
    border-top: 2px solid rgb(61 61 62 / 20%);
}

.projects-billing .cart-list .cart-total {
    padding-top: 26px;
    margin-top: 22px;
    margin-bottom: 0;
    border-top: 2px solid #3d3d3e;
}

.projects-billing .terms-conditions {
    text-align: center;
    font-size: 16px;
    margin: 27px 73px;
    font-weight: 400;
    color: #3d3d3e;
}

.projects-billing .terms-conditions a {
    text-decoration: underline;
    color: #3d3d3e;
    padding-left: 4px;
}

.projects-billing .cart-list .cart-checkout {
    padding: 0;
    background-color: #ffffff;
}

.projects-billing .cart-list .cart-checkout .btn {
    display: block;
    border-radius: 30px;
    margin: 0;
}


/*== Projects Billing Ends ==*/


/*===My Reports page Tab List Starts====*/

@media (max-width: 320px) {
    .mobile.sidebar .logo a.logo-mini {
        width: 30px;
    }
    .sidebar-mini .sidebar .logo a.logo-mini {
        margin: 0;
    }
    .sidebar .logo a.logo-mini img {
        /* padding-top: 5px; */
        padding-right: 5px;
    }
    .projects-billing .cart-list .card .card-body {
        padding: 35px 12px 38px;
    }
    .sidebar .logo a.logo-normal {
        padding-left: 2px;
        padding-right: 3px;
        font-size: 14px;
    }
    .cart-list .dropdown-menu {
        right: 0 !important;
    }
    .cart-list .added-cart-list li .img-list {
        display: none;
    }
    .cart-list .added-cart-list .product-name,
    .cart-list .added-cart-list .product-disc,
    .cart-list .added-cart-list .product-amount {
        padding-left: 15px;
    }
    .cart-list .added-cart-list li .product-remove {
        padding-left: 5px;
    }
    .cart-list .cart-checkout {
        padding: 29px 0 29px 0px;
    }
    /*-----Sticky Buttons Starts----*/
    .sticky-btns {
        padding: 5px 4px 5px 4px;
        border-top-left-radius: 16px;
        border-bottom-left-radius: 16px;
        top: 90px;
    }
    .sticky-btns ul li {
        padding: 0 5px;
    }
    .sticky-btns ul li a {
        transition: all .3s;
        padding: 2px;
        display: block;
        margin: 0 auto;
        height: 32px;
        width: 32px;
    }
    .sticky-btns ul li a img {
        width: 16px;
    }
    .sticky-btns ul li a.active {
        background-color: rgb(255 255 255 / 15%);
        color: #3c4858;
        box-shadow: none;
        border-radius: 100%;
        width: 32px;
    }
    .sticky-btns ul li:hover>a {
        background-color: hsla(0, 0%, 78%, .2);
        color: #3c4858;
        box-shadow: none;
        border-radius: 100%;
        padding: 2px 8px;
    }
    .sticky-btns .icons-heading {
        font-size: 8px;
        letter-spacing: 0.5px;
        text-align: center;
        color: #ffffff;
        text-transform: uppercase;
        display: block;
        height: 18px;
    }
    /*-----Sticky Buttons Ends----*/
}


/*====Success Page Starts====*/

.success-reports {
    max-width: 475px;
    margin: 0 auto;
    text-align: center;
    margin-top: -250px;
}

.success-details h2 {
    font-size: 25px;
    font-weight: 500;
    color: #3d3d3e;
    line-height: 0.8;
    letter-spacing: -0.2px;
}

.success-details p {
    margin: 17px 0px 40px;
    font-size: 16px;
    line-height: 1.5;
    color: #3d3d3e;
    font-weight: 400;
}

.view-reports {
    margin-bottom: 52px;
}

.view-reports h4 {
    display: inline-block;
    margin: 0 25px 0 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.2px;
}

.view-reports .btn {
    padding: 13px 27px;
    border-radius: 22px;
    border: solid 1px #83c166;
    color: #83c166;
    background-color: #ffffff;
}

.view-reports .btn:hover {
    background-color: #83c166;
    color: #ffffff;
}

.query {
    background-color: #f6f6f6;
    padding: 13px 18px 11px 17px;
    border-radius: 5px;
}

.query {
    font-size: 11px;
    line-height: 1.54;
    letter-spacing: -0.1px;
    color: #3d3d3e;
    font-weight: 400;
}

.query a {
    color: #52aadd;
    text-decoration: underline;
}

.pagination {
    justify-content: center;
    flex-wrap: wrap;
}

.reports-list .card-footer .btn.dw {
    width: 50px !important;
    float: left;
    margin-right: 7px;
    border: solid 1px #85c06a;
    color: #85c06a;
}

.reports-list .card-footer .btn.dw:hover {
    background-color: #85c06a;
    border: solid 1px #85c06a;
    color: #ffffff;
    box-shadow: none;
}


/*====Success Page Ends====*/

@media only screen and (min-device-width: 320px) and (max-device-width: 375px) {
    .tab-content #companies .no-pm {
        padding-left: 0;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    .mobile.sidebar .logo a.logo-mini {
        width: 30px;
    }
    .sidebar .logo a.logo-normal {
        padding-left: 2px;
        padding-right: 3px;
        font-size: 14px;
    }
    .project-details .main-panel>.content {
        padding: 0;
    }
    .project-details .sidebar .logo a.logo-mini {
        margin-right: 0;
        text-align: left;
    }
    .project-details .sidebar .logo a.logo-mini img {
        width: 32px;
    }
    .project-details .container-fluid {
        padding: 0;
    }
    /*-----Tab Contents Starts-----*/
    .project-details .tabContainer.card .nav-pills .nav-item .nav-link,
    .project-details .tabContainer.card .nav-pills.nav-pills-warning .nav-item .nav-link.active {
        padding: 8px;
        font-size: 12px;
    }
    .project-details .tab-content .border-right {
        border: none !important;
    }
    .project-details .overview-column {
        padding: 0;
    }
    #slider .flex-caption {
        padding: 0 0 5px 17px;
        margin-top: 0px;
        font-size: 10px;
        line-height: 16px;
    }
    .flex-caption h2 {
        font-size: 11px;
    }
    .reports-ul>.row {
        justify-content: center;
    }
    .reports-list .card-body {
        text-align: left;
    }
    .row.heading {
        padding: 0;
        margin-bottom: 25px;
    }
    .company-selection {
        padding-bottom: 0;
    }
    .cart-section {
        margin-top: 17px;
        padding-top: 0;
    }
    .tab-content #companies .cart-section {
        padding-left: 0px;
        margin-left: -15px;
    }
    .tab-content #companies .cart-section .col-sm-12 {
        padding-left: 6px;
    }
    .cart-section .navbar-form {
        margin-bottom: 17px;
    }
    .cart-section .right-border::before {
        content: none;
    }
    .cart-section .navbar-nav>li {
        text-align: left;
    }
    .cart-section .navbar-nav>li.cart-list {
        text-align: right;
    }
    .cart-section .cart-list {
        width: auto;
    }
    .cart-ul {
        float: right;
    }
    .cart-section .cart-list .dropdown-menu {
        left: 30px !important;
    }
    .cart-section .searchBtn,
    .cart-section .cart-list .dropdown-menu .cart-checkout a.btn {
        position: inherit;
    }
    .reports-ul {
        margin-top: -30px;
        padding: 0;
    }
    .cart-list .dropdown-menu {
        right: 0 !important;
    }
    .cart-list .added-cart-list li .img-list {
        display: none;
    }
    .cart-list .added-cart-list .product-name,
    .cart-list .added-cart-list .product-disc,
    .cart-list .added-cart-list .product-amount {
        padding-left: 15px;
    }
    .cart-list .added-cart-list li .product-remove {
        padding-left: 5px;
    }
    .cart-list .cart-checkout {
        padding: 29px 0 29px 0px;
    }
    .cart-list .added-cart-list li .col-12.product-remove {
        padding: 0 15px 10px 0;
        text-align: center !important;
    }
    .projects-billing .cart-list .added-cart-list .inner {
        padding: 0 15px;
    }
    .projects-billing .cart-list .added-cart-list .inner .text-md-right {
        float: none;
    }
    .container-fluid.project {
        padding-left: 0;
        padding-right: 0;
    }
    .promo-carousel {
        padding: 22px 22px 17px 22px;
    }
    #carousel-promo1 {
        padding-bottom: 20px;
    }
    .company-selection .dropdown.bootstrap-select {
        margin-bottom: 30px;
    }
    .company-selection .dropdown.bootstrap-select>select {
        position: inherit !important;
    }
    /*-----Single Reports Starts----*/
    .single-reports {
        margin: 0 7px !important;
    }
    .Company-name h4.card-title {
        font-size: 16px;
    }
    .single-reports .reports-list .card-footer .btn {
        width: 156px !important;
    }
    .single-reports .reports-list .card-footer h4,
    .reports-sample h4 {
        font-size: 16px !important;
    }
    .single-reports h2 {
        font-size: 18px !important;
    }
    .tags a {
        font-size: 14px;
    }
    /*-----Single Reports Ends----*/
    /*-----PDF View Starts----*/
    .reports-pdf {
        padding: 0 23px;
    }
    .heading.single-pdf .Company-name {
        padding-bottom: 16px;
        padding-top: 26px;
    }
    .Company-name h6.card-title {
        margin-bottom: 0;
    }
    .reports-pdf .back {
        margin-top: 22px;
        margin-bottom: 24px;
    }
    .reports-pdf .add-cart ul li {
        margin-bottom: 24px;
    }
    .reports-pdf .back a,
    .reports-pdf .add-cart a {
        width: 100%;
    }
    /*-----PDF View Ends----*/
    /*-----Sticky Buttons Starts----*/
    .sticky-btns .download-btns {
        display: block;
        line-height: 50px;
    }
    .sticky-btns ul.row {
        display: none;
        min-width: 126px;
        height: 50px;
    }
    .sticky-btns ul li {
        float: left;
    }
    .sticky-btns {
        padding: 5px 4px 5px 4px;
        border-top-left-radius: 16px;
        border-bottom-left-radius: 16px;
        top: 90px;
    }
    .sticky-btns ul li {
        padding: 0 5px;
    }
    .sticky-btns ul li a {
        transition: all .3s;
        padding: 2px;
        display: block;
        margin: 0 auto;
        height: 32px;
        width: 32px;
    }
    .sticky-btns ul li a img {
        width: 16px;
    }
    .sticky-btns ul li a.active {
        background-color: rgb(255 255 255 / 15%);
        color: #3c4858;
        box-shadow: none;
        border-radius: 100%;
        width: 32px;
    }
    .sticky-btns ul li:hover>a {
        background-color: hsla(0, 0%, 78%, .2);
        color: #3c4858;
        box-shadow: none;
        border-radius: 100%;
        padding: 2px 8px;
    }
    .sticky-btns .icons-heading {
        font-size: 8px;
        letter-spacing: 0.5px;
        text-align: center;
        color: #ffffff;
        text-transform: uppercase;
        display: block;
        height: 18px;
    }
    .tab-content>.tab-pane {
        animation: fadein .8s;
    }
    .tab-content>.tab-pane#cover .col-xl-6 {
        padding-bottom: 15px;
    }
    .tab-content>.tab-pane#cover .col-xl-6 p {
        padding-left: 15px;
    }
    .pro-details .border-right {
        border-right: none !important;
    }
    .pro-details .overview-column {
        padding: 0;
        margin-top: 30px;
    }
    @keyframes fadein {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        background: transparent;
        border: none;
    }
    /*-----Sticky Buttons Ends----*/
    /*-----Billing Page Starts----*/
    .projects-billing.payment_cart {
        padding: 0px !important;
    }
    .projects-billing.payment_cart #charge-form .row.bgw {
        margin: 0;
    }
    .billing-details {
        margin-top: 0;
    }
    .cart-list .added-cart-list li .product-remove {
        text-align: center;
        /*line-height: 22px;*/
    }
    .cart-list .added-cart-list li .col-12 {
        padding: 0;
    }
    .cart-list .add-coupon .coupon-box {
        float: none;
        margin: 12px 0;
    }
    .cart-list .add-coupon .coupon-box .form-control {
        margin: 0 auto;
    }
    .cart-list .cart-subtotal .text-md-right span,
    .cart-list .cart-total .text-md-right {
        text-align: right;
    }
    .projects-billing .terms-conditions {
        margin: 17px 0;
        line-height: 22px;
    }
    /*-----Billing Page Ends----*/
    /*====Success Page Starts====*/
    .success-reports.container {
        margin-top: -50px;
    }
    /*====Success Page Ends====*/
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .mobile.sidebar .logo .simple-text {
        font-size: 14px;
    }
}


/* Portrait */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    .reports-ul li.reports-list,
    .reports-ul li.reports-list .card {
        width: 340px !important;
    }
    #link89 .card-body img {
        float: none;
        margin-bottom: 0;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .reports-ul>.row {
        justify-content: center;
    }
    .reports-ul {
        padding: 0 20px;
    }
    .reports-list .card-body {
        text-align: left;
    }
    .row.heading {
        padding: 0;
        margin-bottom: 25px;
    }
    .company-selection {
        padding-bottom: 0;
    }
    .cart-section {
        margin-top: 17px;
        padding-top: 0;
    }
    .cart-section.project-search-section {
        padding: 0;
    }
    .cart-section.project-search-section .col-sm-12 {
        padding-right: 15px;
    }
    .project-list-table {
        margin-top: 5px;
    }
    .cart-section ul.cart-ul {
        display: grid;
    }
    .cart-section .navbar-form {
        margin-bottom: 17px;
    }
    .cart-section .right-border::before {
        content: none;
    }
    .cart-section .navbar-nav>li {
        text-align: left;
    }
    .cart-list .added-cart-list li img.img-responsive {
        max-height: 122px;
    }
    .cart-list .added-cart-list li .text-sm-center {
        text-align: left !important;
    }
    .cart-section .navbar-nav>li.cart-list {
        text-align: right;
    }
    .cart-ul {
        float: right;
    }
    .single-reports .bgw {
        background-color: transparent;
    }
    .reports-ul {
        margin-top: -30px;
    }
    .container-fluid.project {
        padding-left: 0;
        padding-right: 0;
    }
    .promo-carousel {
        padding: 22px 22px 17px 22px;
    }
    #carousel-promo1 {
        padding-bottom: 20px;
    }
    /*-----Single Reports Starts----*/
    .Company-name h4.card-title {
        font-size: 16px;
    }
    .single-reports {
        margin: 0 7px !important;
    }
    .single-reports .reports-list .card-footer .btn {
        width: 156px !important;
    }
    .single-reports .reports-list .card-footer h4,
    .reports-sample h4 {
        font-size: 16px !important;
    }
    .single-reports h2 {
        font-size: 18px;
    }
    .tags a {
        font-size: 14px;
    }
    /*-----Single Reports Ends----*/
    /*-----PDF View Starts----*/
    .reports-pdf {
        padding: 0 23px;
    }
    .heading.single-pdf .Company-name {
        padding-bottom: 16px;
        padding-top: 26px;
    }
    .Company-name h6.card-title {
        margin-bottom: 0;
    }
    .reports-pdf .back {
        margin-top: 22px;
        margin-bottom: 24px;
    }
    .reports-pdf .add-cart ul li {
        margin-bottom: 24px;
    }
    .reports-pdf .back a,
    .reports-pdf .add-cart a {
        width: 100%;
    }
    /*-----PDF View Ends----*/
    .sticky-btns ul.row {
        display: flex !important;
    }
    /*-----Billing Page Starts----*/
    .projects-billing {
        padding: 20px;
    }
    .billing-details {
        margin-top: 0;
    }
    .cart-list .added-cart-list li .text-sm-center.product-remove {
        text-align: center !important;
        line-height: 122px;
    }
    .cart-list .added-cart-list li .col-12 {
        padding: 0;
    }
    .cart-list .add-coupon .coupon-box {
        float: none;
        margin: 12px 0;
    }
    .cart-list .add-coupon .coupon-box .form-control {
        margin: 0 auto;
    }
    .cart-list .cart-subtotal .text-md-right span,
    .cart-list .cart-total .text-md-right {
        text-align: right;
    }
    .projects-billing .terms-conditions {
        margin: 17px 0;
        line-height: 22px;
    }
    /*-----Billing Page Ends----*/
    /*====Success Page Starts====*/
    .success-reports.container {
        margin-top: 200px;
    }
    /*====Success Page Ends====*/
}

@media only screen and (device-width: 768px) {
    /* For general iPad layouts */
    .projects-billing .terms-conditions {
        line-height: 18px;
        margin: 17px 20px;
    }
    .single-reports .bgw {
        background-color: transparent;
    }
    .tab-content #companies .no-pm {
        padding-left: 0;
    }
    .tab-content #companies .no-pm .cart-section .col-sm-12 {
        padding-left: 0;
    }
}

@media (max-width:768px) {
    /*-----Tab Contents Starts-----*/
    #slider .flex-caption {
        padding: 0 0 10px 17px;
        margin-top: -130px;
        font-size: 12px;
        line-height: 16px;
    }
    .flex-caption h2 {
        font-size: 16px;
    }
    .row.heading {
        padding: 0;
        margin-bottom: 25px;
    }
    .company-selection {
        padding-bottom: 0;
    }
    .cart-section {
        margin-top: 17px;
        padding-top: 0;
    }
    .cart-section ul.cart-ul {
        display: grid;
    }
    .cart-section .navbar-form {
        margin-bottom: 17px;
    }
    .cart-section .right-border::before {
        content: none;
    }
    .cart-section .navbar-nav>li {
        text-align: left;
    }
    .cart-section .navbar-nav>li.cart-list {
        text-align: right;
    }
    .cart-ul {
        float: right;
    }
    .reports-ul {
        margin-top: -30px;
    }
    .sticky-btns {
        top: 78px;
    }
    .single-reports .bgw {
        background-color: transparent;
    }
}


/*========For Store Banner Fixed Size=========*/

@media (min-width:830px) {
    #carousel-promo1 .carousel-inner {
        min-width: 780px;
    }
    .promo-carousel .carousel-item .inner-content {
        display: inline-flex;
        max-height: 222px;
        width: 780px;
    }
    .promo-carousel .carousel .carousel-item img {
        max-width: 100%;
        border-radius: 5px;
        width: 780px;
    }
}

@media (max-width:991px) {
    .mobile.sidebar:before {
        position: inherit;
        height: auto;
    }
    .mobile.sidebar {
        display: block;
        background-color: #0c2b41;
        overflow: hidden;
        width: 100%;
        transform: inherit;
        position: inherit;
        padding: 16px 15px;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        height: auto;
    }
    .mobile.sidebar .nav i {
        color: #52aadd;
    }
    .mobile.sidebar .logo {
        padding: 0;
    }
    .bergerIcon {
        text-align: center;
    }
    .nav_btn {
        background-color: transparent;
        border: none;
        color: #ffffff;
        text-align: center;
        width: 44px;
        position: relative;
        padding: 0;
        margin-top: -5px;
    }
    .nav_btn span.center {
        font-size: 18px;
        text-align: center;
        margin: 0 auto;
        position: absolute;
        bottom: -2px;
        left: 13px;
        color: #ffffff;
        opacity: 0.6;
    }
    .visible-on-sidebar-mini span.center {
        bottom: -10px;
        color: #ffffff;
        opacity: 0.6;
    }
    .visible-on-sidebar-regular,
    .mobile.sidebar .user a {
        color: #ffffff;
    }
    .mobile.sidebar .user a .mobile.sidebar .user {
        margin-top: -5px;
        padding-bottom: 0;
        text-align: right;
        padding-right: 23px;
    }
    .mobile.sidebar .user a {
        margin: 0;
        padding: 0px 23px 12px 0px;
    }
    .visible-on-sidebar-regular,
    .visible-on-sidebar-mini {
        font-size: 36px;
    }
    .sidebar .user:after,
    .sidebar .logo:after {
        content: none;
    }
    .navbar-collapse {
        width: 100%;
        top: 70px;
    }
    .navbar-nav>li {
        float: left;
        text-align: center;
    }
    button.nav_btn:focus {
        outline: none;
    }
    .navbar-collapse {
        transform: translate3d(-100%, 0, 0);
    }
    #navbarSupportedContent {
        clear: both;
        display: none;
        overflow: hidden;
        width: 100%;
    }
    .mobile.sidebar .navbar-nav li a,
    .mobile.sidebar .navbar-nav li:first-child>a {
        margin: 0 auto;
    }
    .mobile.sidebar>.nav>li.nav-item>a {
        margin: 0px 15px;
    }
    .mobile.sidebar .navbar-nav ul.nav>li>a {
        margin: 0;
        padding: 10px 0;
        color: #fff;
        border-bottom: 1px dotted rgb(255 255 255 / 10%);
        border-radius: 4px;
    }
    .mobile.sidebar .navbar-nav ul.nav>li:hover>a {
        background-color: rgb(255 255 255 / 30%);
    }
    .nav_btn .arrow-up {
        display: none;
    }
    .nav_btn.is-active .arrow-down {
        display: none !important;
    }
    .nav_btn.is-active .arrow-up {
        display: block !important;
    }
    .mobile.sidebar .navbar-nav>li>a.nav-link {
        width: 56px;
        height: 56px;
        line-height: 40px;
    }
    .sidebar .nav li a {
        margin-top: 0;
    }
    .mobile.sidebar .navbar-nav>li:hover>a,
    .mobile.sidebar .Mobile-navigation .nav-pills .nav-item .nav-link.active {
        background-color: rgb(255 255 255 / 15%);
        color: #3c4858;
        box-shadow: none;
        border-radius: 100%;
        width: 56px;
        /*height: 56px;
        line-height: 38px;*/
        margin-top: 0;
        margin: 0 auto;
    }
    #navbarSupportedContent .collapse.show {
        display: inline-block;
        color: #fff;
        width: 95vw;
        text-align: left;
    }
    #navbarSupportedContent .collapse.show h4,
    .mobile.sidebar .Mobile-navigation .tab-content h4 {
        text-transform: uppercase;
        font-family: 'Rubik', sans-serif;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.8px;
        padding: 15px 0;
        display: inline-block;
    }
    #navbarSupportedContent .collapse ul {
        margin-top: 0;
    }
    .tabContainer.card .card-header-success {
        margin-bottom: 50px;
        display: block;
        overflow: hidden;
    }
    #formStoreSearch.navbar-form .btn {
        left: 0;
        position: inherit;
    }
    #formStoreSearch.navbar-form .cart-section .search-btn,
    #formStoreSearch.navbar-form .cart-section .clearBtn {
        top: inherit;
    }
    #formStoreSearch.navbar-form .dropdown.bootstrap-select {
        margin-bottom: 0;
    }
    #formStoreSearch.navbar-form .cart-section .hidesearch {
        margin-bottom: 15px;
    }
    .singel-report-main .navbar-form .btn.back-to-store {
        position: inherit;
    }
    #formStoreSearch.navbar-form .btn.cart-product-label {
        position: inherit;
    }
    #formStoreSearch.navbar-form .cart-list .added-cart-list .product-remove {
        left: 15px;
    }
    #formStoreSearch.navbar-form .cart-list .added-cart-list .product-remove .btn {
        left: 20px;
        top: 3px;
    }
    /*-----New Mobile Navigation Start-----*/
    .mobile.sidebar .Mobile-navigation .nav {
        display: flex;
    }
    .mobile.sidebar .Mobile-navigation .nav li:first-child>a,
    .mobile.sidebar .Mobile-navigation .nav li a {
        min-width: inherit;
        margin-bottom: 0;
    }
    .mobile.sidebar .Mobile-navigation .nav .tab-content>.active {
        color: #ffffff;
    }
    .mobile.sidebar .Mobile-navigation .nav-pills .nav-item .nav-link {
        /* margin: 0 auto;
        height: 56px;*/
        margin: 0 auto;
        text-align: center;
        justify-content: center;
        line-height: 38px;
        width: 56px;
    }
    .mobile.sidebar .Mobile-navigation .nav-pills .nav-item {
        margin-left: 0;
    }
    .mobile.sidebar .Mobile-navigation .tab-content .nav li {
        width: 100%;
        display: block;
    }
    .mobile.sidebar .Mobile-navigation .tab-content .nav li:first-child>a {
        margin: 0 15px;
    }
    .mobile.sidebar .Mobile-navigation .tab-content .tab-pane.active,
    .mobile.sidebar .Mobile-navigation .tab-content .nav li a {
        color: #ffffff;
    }
    .mobile.sidebar .Mobile-navigation .tab-content.tab-space {
        padding: 5px 0;
    }
    .mobile.sidebar .Mobile-navigation .tab-content .nav li a {
        border-bottom: 1px dotted rgb(255 255 255 / 10%);
    }
    .mobile.sidebar .Mobile-navigation .tab-content .nav li a span {
        display: flex;
    }
    .mobile.sidebar .Mobile-navigation .tab-content .nav {
        margin-top: 0;
    }
    .mobile.sidebar .Mobile-navigation .tab-content h4 {
        padding: 0 25px;
    }
    .mobile.sidebar .Mobile-navigation .tab-content .nav i.bi-star-fill,
    .mobile.sidebar .Mobile-navigation .tab-content .nav i.bi-file-earmark-bar-graph-fill {
        font-size: 16px;
        line-height: 16px;
        width: auto;
        margin-right: 10px;
    }
    /*-----New Mobile Navigation End-----*/
    /*-----Tab Contents Starts-----*/
    .tabContainer.card .card-header-success .card-icon {
        width: 115px;
        height: 115px;
        margin-top: 0;
        /*padding: 25px;*/
        padding: 10px;
        /*line-height: 63px;*/
    }
    .tabContainer.card .card-header-success .Company-name {
        margin-top: 20px;
    }
    .tabContainer.card .card-header-icon h4.card-title {
        font-size: 16px;
    }
    .tabContainer.card .card-header-icon h6.card-title {
        font-size: 10px;
    }
    .tabContainer.card .nav-pills {
        clear: both;
    }
    .tabContainer.card .nav-pills {
        padding-left: 15px;
    }
    .tabContainer.card .card-body .tab-content {
        padding: 42px 18px 37px 18px;
    }
    .pro-details .second {
        padding: 0 23px 0 20px;
    }
    .border-right>.row,
    .project>.row {
        padding: 0;
    }
    .tabContainer.card .row>.drop-menu {
        margin-top: 18px;
    }
    .summary-column .project>.row {
        margin-top: 20px;
    }
    .tabContainer.card .drop-menu {
        padding-left: 0;
        margin-top: 30px;
    }
    .tabContainer.card .drop-menu .btn.btn-primary {
        margin-bottom: 0;
    }
    .tabContainer.card .project {
        /*padding: 26px 18px 17px 15px;*/
        padding: 0;
    }
    .tabContainer.card .project-menu {
        padding: 0px 0 0 0;
    }
    .border-right .addressSpan {
        padding-bottom: 20px;
        display: block;
    }
    .main-panel>.content {
        margin-top: 70px;
        padding-top: 0;
    }
    /*-----Tab Contents End-----*/
    .reports-ul li.reports-list .card {
        width: 320px;
    }
    /*-----Single Reports Starts----*/
    .reports-details {
        padding: 18px 21px 19px 19px;
    }
    .single-reports .reports-ul {
        padding: 0;
    }
    .single-reports .reports-list .card {
        margin-top: 30px;
    }
    .single-reports {
        padding: 12.5px 14.5px;
        margin: 0;
    }
    .single-reports h2 {
        font-size: 26px;
    }
    .reports-details h4.author-title {
        font-size: 16px;
    }
    .single-reports .reports-list .card-footer h4 {
        font-size: 12px;
    }
    .single-reports .reports-list .card-footer .btn {
        width: 100px;
        font-size: 12px;
        margin-left: 5px;
    }
    .reports-sample li a {
        font-size: 10px;
    }
    /*-----Single Reports End----*/
    .sticky-btns {
        top: 78px;
    }
    /*-----Cart Section----*/
    .cart-section .cart-list .dropdown-menu .cart-checkout a.btn {
        position: inherit;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    /*-----Single Reports End----*/
    /*-----PDF View Starts----*/
    .reports-ul li.reports-list,
    .reports-ul li.reports-list .card {
        width: 334px;
    }
    .reports-pdf .back a,
    .reports-pdf .add-cart a {
        font-size: 11px;
        width: auto;
        padding: 6px 10px;
        min-width: 170px;
    }
    .sticky-btns ul.row {
        display: flex !important;
    }
    /*-----PDF View End----*/
    /*-----Prject Billing Starts----*/
    .projects-billing {
        padding: 0;
    }
    .billing-details .form-control,
    .billing-details .is-focused .form-control {
        padding: 14px;
    }
    .billing-details #options .btn {
        padding: 14px 12px;
    }
    .cart-list .added-cart-list .product-remove {
        padding: 0;
    }
    .billing-details .cart-list .added-cart-list .product-remove {
        padding: 0 15px;
    }
    .single-reports .bgw {
        background-color: transparent;
    }
    /*-----Prject Billing End----*/
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    /*-----Single Reports Starts----*/
    .single-reports .bgw {
        background-color: transparent;
    }
    .pro-details .project .accordion {
        margin-top: 20px;
    }
    .reports-details {
        padding: 18px 21px 19px 19px;
    }
    .single-reports .reports-ul {
        padding: 0;
    }
    .single-reports .reports-list .card {
        margin-top: 30px;
    }
    .single-reports {
        padding: 12.5px 14.5px;
        margin: 0;
    }
    .single-reports h2 {
        font-size: 26px;
    }
    .reports-details h4.author-title {
        font-size: 16px;
    }
    .single-reports .reports-list .card-footer h4 {
        font-size: 12px;
    }
    .single-reports .reports-list .card-footer .btn {
        width: 100px;
        font-size: 12px;
        margin-left: 5px;
    }
    .reports-sample li a {
        font-size: 10px;
    }
    /*-----Single Reports End----*/
    /*-----PDF View Starts----*/
    .reports-pdf .back a,
    .reports-pdf .add-cart a {
        font-size: 11px;
        width: auto;
        padding: 6px 10px;
        min-width: 170px;
    }
    /*-----PDF View End----*/
    /*-----Prject Billing Starts----*/
    .projects-billing {
        padding: 0;
    }
    .billing-details .form-control,
    .billing-details .is-focused .form-control {
        padding: 14px;
    }
    .billing-details #options .btn {
        padding: 14px 12px;
    }
    .cart-list .added-cart-list .product-remove {
        padding: 0;
    }
    /*-----Prject Billing End----*/
    /*-----Prject Billing Starts----*/
    .projects-billing {
        padding: 0;
    }
    .billing-details .form-control,
    .billing-details .is-focused .form-control {
        padding: 14px;
    }
    .billing-details #options .btn {
        padding: 14px 12px;
    }
    .projects-billing .terms-conditions {
        line-height: 18px;
        margin: 17px 20px;
    }
    .cart-list .added-cart-list .product-remove {
        padding: 0;
    }
    .border-right .addressSpan {
        padding-left: 0;
    }
    /*-----Prject Billing End----*/
}


/*========For Laptops=========*/

@media only screen and (min-width: 1030px) and (max-width: 1366px) {
    .overview-column {
        padding: 0 0 0 60px;
    }
    /*-----Single Reports Starts----*/
    .reports-details {
        padding: 18px 21px 19px 19px;
    }
    .single-reports .reports-ul {
        padding: 0;
    }
    .single-reports .reports-list .card {
        margin-top: 30px;
    }
    .single-reports {
        padding: 12.5px 14.5px;
        margin: 0;
    }
    .single-reports h2 {
        font-size: 26px;
    }
    .reports-details h4.author-title {
        font-size: 16px;
    }
    .single-reports .reports-list .card-footer h4 {
        font-size: 12px;
    }
    .single-reports .reports-list .card-footer .btn {
        width: 100px;
        font-size: 12px;
        margin-left: 5px;
    }
    .reports-sample li a {
        font-size: 10px;
    }
    /*-----Single Reports End----*/
}


/*========For Desktop=========*/

@media only screen and (min-width: 1370px) and (max-width: 1605px) {
    .overview-column {
        padding: 0 0 0 60px;
    }
    /*-----Single Reports Starts----*/
    .reports-details {
        padding: 18px 21px 19px 19px;
    }
    .single-reports .reports-ul {
        padding: 0;
    }
    .single-reports .reports-list .card {
        margin-top: 10px;
    }
    .single-reports {
        padding: 12.5px 14.5px;
        margin: 0;
    }
    .single-reports h2 {
        font-size: 26px;
    }
    .reports-details h4.author-title {
        font-size: 16px;
    }
    .single-reports .reports-list .card-footer h4 {
        font-size: 12px;
    }
    .single-reports .reports-list .card-footer .btn {
        width: 100px;
        font-size: 12px;
        margin-left: 5px;
    }
    .reports-sample li a {
        font-size: 10px;
    }
    /*-----Single Reports End----*/
}

.like {
    color: red !important;
}

.reports-list .card-body .fav-icon {
    /*margin-top: -10px;
    float: right;*/
    position: absolute;
    top: -40px;
    right: 14px;
    background-color: #fff;
    box-shadow: 0px 0px 8px rgb(1 0 0 / 40%);
    border-radius: 50px;
    z-index: 9999 !important;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    text-align: center;
}

.wishlistbox {
    cursor: pointer;
}

.stripe-status {
    border-radius: 6px;
    padding: 6px;
    color: white;
    font-weight: bold;
    font-size: smaller;
    text-transform: uppercase;
    background-color: #50a2d2;
}

.stripe-status-paid {
    background-color: #4fd165;
}

.stripe-status-requires_source {
    background-color: #d25551;
}

.report-title .btn {
    font-size: 13px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0.42px;
    padding: 6px 20px;
    border-radius: 30px;
    border: solid 1px #50a2d2;
    background-color: #ffffff;
    color: #50a2d2;
    height: 45px;
    margin: 0;
}

.report-title .btn:hover {
    background-color: #50a2d2;
    color: #ffffff;
}

.notifications.reports {
    display: none;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 199;
    background-color: orange;
    /* #52aadd; */
    text-align: center;
    height: 60px;
    padding: 19px;
    color: white;
    /* #0c2b41; */
    font-weight: bold;
    font-size: 16px;
}

.reports-list .card-footer .btn.in-the-cart {
    background-color: #50a2d2;
    color: #ffffff;
}

.report-filtering .dropdown-menu li a {
    padding-top: 6px;
    padding-bottom: 6px;
}

.btn-report-details {
    box-shadow: none;
}

.clearBtn[type=reset] {
    padding-left: 6px;
    padding-right: 6px;
}
