body {
    font-family: 'Open Sans', sans-serif;
}

.dark-overlay .loadingCart {
    position: fixed;
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}


/*Report Detail*/

.breadcrumb-item+.breadcrumb-item::before {
    content: ">>";
}

.breadcrumb {
    background-color: transparent;
    font-size: 14px;
    padding-left: 0;
}

.tab-heading {
    font-weight: 600;
    text-align: justify;
    line-height: 24px;
}

.report-detail .media-body {
    margin-left: 20px;
}

.our-product .nav-tabs .nav-link,
.delivery-format .nav-tabs .nav-link,
.report-detail .nav-tabs .nav-link {
    font-size: 14px;
    background-color: #1973bf;
    margin-right: 15px;
    border-radius: 0;
    font-weight: 600;
    color: #fff;
    padding: 10px 13px;
}

.report-detail .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: 2px solid #1973bf;
    border-bottom: 0;
    background-color: transparent;
    color: #1973bf;
}

.delivery-format .nav-tabs,
.report-detail .nav-tabs,
.our-product .nav-tabs {
    border-bottom: 2px solid #1973bf;
}

.report-detail #myTab,
#myTabContent {
    margin-top: 20px;
}

.report-detail #myTabContent p,
.report-detail #myTabContent li {
    font-size: 15px;
    text-align: justify;
}

.text-brown {
    color: #b22222;
}

.ml40 {
    margin-left: 40px
}

.ml80 {
    margin-left: 80px;
}

.border-orange {
    border-bottom: 1px solid #ffc107;
}

.rd-right-sidebar {
    padding: 5px 15px;
    text-transform: uppercase;
    height: auto;
    background-color: #1eb6d2;
    background-image: linear-gradient(#1a5bb9, #1eb6d2);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.input-radio {
    padding: 10px 5px 5px 5px;
    margin: 0;
    font-size: 13px;
}


/*input[type=radio] {
padding: 5px;
-webkit-appearance: none;
outline: 2px solid black;
outline-offset: 0px;
}*/

input[type=radio]:checked {
    display: inline-block;
    background-color: #000;
}

.input-radio label {
    margin-left: 5px;
}

.yellow-div {
    background-color: #ffc107;
    color: #fff;
    box-shadow: 0px 1px 5px 1px #ccc;
}

.right-sidebar p {
    font-size: 13px;
}

.right-sidebar {
    margin-top: 40px;
}

.cart-btn {
    background: #1973bf;
    color: #fff;
    border-radius: 0;
    padding: 8px;
    margin: 5px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}

.buy-btn {
    background: red;
    color: #fff;
    border-radius: 0;
    padding: 8px 15px;
    margin: 5px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}

.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
}

.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}

.card {
    border: 0;
}

.card-header {
    margin-bottom: 5px;
    border: 1px solid #eee;
    border-radius: 0 !important;
}

.border-btn {
    background: transparent;
    border: 2px solid #1973bf;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 13px;
    color: #1973bf;
    font-weight: 600;
}

.pd20 {
    padding: 20px;
}

.mt40 {
    margin-top: 40px;
}

.industry-btn {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
}

.bg-yellow {
    background: #dcc64c;
    padding: 20px;
    margin-top: 40px;
}

.bg-yellow h3,
.bg-yellow p {
    font-weight: 600;
}

.right-sidebar h5 {
    padding-top: 10px;
    font-weight: 600;
}

.text-orange {
    color: #ff7502;
    font-weight: 600;
}

.contact-detail {
    padding: 5px;
}

.contact-detail p {
    font-weight: 600;
    font-size: 15px;
    margin: 5px;
}

.mt20 {
    margin-top: 20px;
}

.new-kt {
    position: absolute;
    top: 15px;
    right: 2px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #dd3900;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
    animation: blinker 1.5s linear infinite;
}

#new-kt .new-kt {
    transition: all .6s ease-in-out;
}

.search-result {
    overflow: scroll;
    height: 200px;
    display: none;
    padding-left: 15px;
    margin-top: 48%;
    z-index: 99;
    position: absolute;
    list-style: none;
    width: 95%;
    color: #fff;
    background-color: #3f548a
}

.search-head {
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    color: #cc5a0b;
    margin-top: 15px
}

.caname {
    font-size: 10px;
    color: #edbb42
}

.search-result li a {
    display: block;
    padding: 5px 3px;
    color: #fff
}

.search-result {
    margin-top: 20% !important;
    width: 92% !important;
    padding-left: 15px;
}

.search-result {
    margin-top: 30%;
}


/*Report Store*/

.report-store .search-btn {
    border-radius: 0;
    background: #fc7e24;
    color: #fff;
}

.report-store .form-control {
    border-radius: 0;
}

.report-store h6 {
    font-weight: 600;
}

.rd-left-sidebar {
    padding: 5px 15px;
    text-transform: uppercase;
    height: auto;
    background-color: #1eb6d2;
    background-image: linear-gradient(#1a5bb9, #1eb6d2);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.left-sidebar {
    margin: 15px 0 15px 0;
}

.report-store .card-header {
    border: 1px dotted #eee;
    border-radius: 0 !important;
    margin-bottom: 0;
    background-color: #fff;
    padding: 13px 6px;
}

.report-store .card {
    font-size: 13px;
    width: 100%;
}

.report-store .card-title {
    font-size: 13px;
    font-weight: 600;
}

.why-amr,
.notification,
.social-link {
    padding: 10px;
}

.why-amr h6 {
    font-weight: 600;
    color: #1b75c0;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 15px;
}

.why-amr p {
    font-size: 14px;
}

.left-sidebar h5 {
    padding-top: 7px;
    font-size: 17px;
    font-weight: 500;
}

.mt10 {
    margin-top: 10px;
}

.register-btn {
    width: 100%;
    background: transparent;
    border: 1px solid #1a71bf;
    border-radius: 0;
    margin-top: 10px;
    color: #1a71bf;
}

.social-link img {
    height: 35px;
    width: 55px
}

.report-store .nav-tabs .nav-link {
    background-color: #1b81c3;
    color: #fff;
    border-radius: 0;
    padding: 9px 35px;
    margin: 20px 0 0 17px;
    font-size: 14px;
    font-weight: 600;
}

.report-store .nav-tabs {
    border-bottom: 2px solid #1b7dc2;
    padding-left: 120px;
}

.report-store .media-body {
    margin-left: 15px;
}

.report-view {
    padding: 10px;
    margin-bottom: 20px;
}

.report-view p {
    font-size: 14px;
}

.report-data {
    font-size: 13px;
    padding-top: 10px;
}

.report-view .cart-btn {
    background: transparent;
    border: 2px solid #1b81c3;
    border-radius: 0;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 600;
    margin-top: 6px;
    color: #1b81c3;
}

.our-product .nav-tabs .nav-item.show .nav-link,
.delivery-format .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.report-store .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: 2px solid #1973bf;
    border-bottom: 0;
    background-color: #fff !important;
    color: #1973bf !important;
}

#myTab .nav-item {
    margin-bottom: -2px !important;
}

.latest-report .title {
    padding: 15px 10px 5px 10px;
    text-transform: uppercase;
    height: auto;
    background-color: #1eb6d2;
    background-image: linear-gradient(#1a5bb9, #1eb6d2);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.latest-report .pagination {
    margin-left: 5px;
    border-radius: 0;
}

.mb20 {
    margin-bottom: 20px;
}

.latest-report .page-item .page-link {
    border-radius: 0;
}

.blue-box {
    color: #fff;
    position: relative;
    padding: 15px 15px 22px 15px;
    overflow: hidden;
    background-color: #f6f6f7;
    z-index: 1;
    min-height: 149px;
}

.box-list {
    padding: 28px 15px 12px 14px;
    list-style: none;
    margin-bottom: 0;
    background-color: #f6f6f7;
}

.blue-box:after {
    content: "";
    position: absolute;
    width: 104%;
    height: 100%;
    background-color: #07a5d5;
    bottom: 20px;
    left: -7px;
    transform: rotate(-3deg);
    z-index: -1;
}

.gray-box:after {
    content: "";
    position: absolute;
    width: 103%;
    height: 100%;
    background-color: #e1e3e7;
    top: 12px;
    left: -1px;
    transform: rotate(-3deg);
    z-index: -1
}

.gray-box {
    color: #fff;
    position: relative;
    padding: 37px 15px 15px 15px;
    overflow: hidden;
    text-align: center;
    background-color: #f6f6f7;
    z-index: 1;
}

.btn-viewall-blue {
    background-color: #07a5d5;
    color: #fff;
    padding: 5px 20px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.box-container h5 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}

.orange-box:after {
    background-color: #ff911e;
}

.btn-viewall-orange {
    color: #fff;
    background-color: #ff911e;
    padding: 5px 20px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.yellow-box:after {
    background-color: #dcc64c;
}

.btn-viewall-yellow {
    color: #fff;
    background-color: #dcc64c;
    padding: 5px 20px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.press-release .date {
    background: #1c91c8;
    padding: 15px 10px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
}

.press-release .media-heading a {
    font-size: 16px;
    color: #000;
}

.press-release .read-more {
    border: 2px solid #ffc107;
    color: #ffc107;
    padding: 5px 15px;
    font-weight: 600;
}

.press-release .media-body p {
    font-size: 14px;
    text-align: justify;
}

.pb20 {
    padding-bottom: 20px;
}

.mr0 {
    margin: 0;
}


/*About Us*/

.about-us p {
    text-align: justify;
    font-size: 14px;
}

.media-inquiry {
    padding: 10px;
}

.why-amr h5 {
    font-weight: 600;
    color: #fff;
    font-size: 15px;
}

.why-amr p {
    font-size: 14px;
}

.why-amr .border-right {
    border-right: 1px solid #fff !important;
}

.why-amr h3 {
    margin: 20px 0 30px 0;
}

.why-amr h3::after {
    content: '';
    border-bottom: 3px solid #fff;
    width: 80px;
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
}

.why-amr h5::after {
    content: '';
    border-bottom: 3px solid #F08302;
    width: 20px;
    display: block;
    padding-bottom: 7px;
}

.contact-us p {
    font-weight: 600;
    font-size: 14px;
}

.page-title {
    font-weight: 600;
    color: #0166b2;
    font-size: 22px;
}

.contact-title {
    padding: 5px 15px;
    text-transform: uppercase;
    height: auto;
    background-color: #1eb6d2;
    background-image: linear-gradient(#1a5bb9, #1eb6d2);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.pd10 {
    padding: 10px;
}

.contact-info .form-control {
    border-radius: 0 !important;
}

.contact-info label {
    font-size: 14px;
    font-weight: 600;
}

.contact-info span {
    color: red;
}

.contact-info .send-btn {
    border: 2px solid #ff9c02;
    background: transparent;
    font-weight: 600;
    font-size: 14px;
    color: #ff9c02;
    float: right;
    border-radius: 0;
    text-transform: uppercase;
}

.contact-map {
    background: url(https://www.alliedmarketresearch.com/assets/images/contact-map.png) no-repeat center center;
    padding: 30px;
}

.contact-map h5,
.contact-map h6 {
    font-weight: 600;
    color: #fff;
}

.contact-map p {
    color: #fff;
    margin: 0;
    font-size: 14px;
}

.contact-map a {
    color: #d9c250;
    font-size: 14px;
    font-weight: 600;
}

.contact-map h5::after {
    content: '';
    border-bottom: 3px solid #F08302;
    width: 50px;
    display: block;
    padding-bottom: 10px;
}

.mt50 {
    margin-top: 50px;
}


/*Faq*/

.faq h6 {
    font-weight: 600;
}

.faq p {
    font-size: 14px;
    text-align: justify;
}

.faq strong {
    color: #a52a2a;
}


/*Clients*/

.inline-container {
    display: flex;
}

.inline-container div {
    margin: 20px auto;
    padding: 5px;
}

.client-content {
    background: #f3f3f3;
    padding: 15px;
    color: #fff;
    margin: 20px 53px;
    box-shadow: 3px 2px 7px -3px #262626;
}

.client-wrapper {
    position: relative;
}

.client-wrapper p {
    color: #000;
    font-size: 13px;
    margin: 30px;
}

.client-wrapper::after {
    content: "";
    position: absolute;
    top: -15px;
    left: 35px;
    border: 2px solid #909486;
    height: 100%;
    width: 84%;
    box-shadow: 2px 2px 6px 1px #a6a89f;
}

.img-rotate {
    float: right;
    transform: rotate(180deg);
    margin-right: 15px;
}

.client-wrapper h6 {
    color: #e15a2a;
    font-weight: 700;
    font-size: 13px;
    margin: 0 0 25px;
}

.pos-img {
    position: relative;
    bottom: 35px;
}

.clients h3 {
    font-weight: 600;
}

.clients p {
    font-size: 14px;
}


/* Contact form */

.inner-page-form-btn {
    border: 2px solid #ff9c02;
    color: #ff9c02;
    padding: 6px 40px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 19px;
    position: relative;
    background: 0 0;
    transition: all .3s
}

.inner-page-form-btn:focus,
.inner-page-form-btn:hover {
    background: #ff9c02;
    font-weight: 400;
    color: #fff;
    border: 2px solid #ff9c02;
    text-decoration: none;
    outline: 0
}


/*AMR News*/

.industries ul li+li {
    border-top: 1px dotted #ccc;
}

.industries ul li {
    font-size: 14px;
    list-style-type: disc;
    line-height: 26px;
}

.industries ul li a {
    text-decoration: none;
    color: #0c4c6a;
}

.pagination-div .pagination {
    float: left;
}

.pagination-div .pages {
    float: right;
    margin-top: 15px;
}

.pagination-div {
    background: #ebebeb;
    padding: 10px;
}

.news-title a {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

.news-list span {
    font-size: 11px;
    color: #bbb;
    padding-left: 15px;
    padding-top: 15px;
}

.news-list p {
    padding-left: 15px;
    font-size: 12px;
    margin-top: 10px;
    text-align: justify;
}

.news-title {
    color: #ddd;
    padding: 0 0 0 15px;
    border-left: 2px solid #ddd;
    margin-bottom: 5px;
}

.news-list:hover>.news-title {
    border-left: 2px solid #f4781e !important;
}

.news-list:hover {
    background-color: #ebebeb;
}

.news-list {
    padding: 10px 10px 10px 0px;
}

.news-banner {
    background: url(https://www.alliedmarketresearch.com/assets/images/amr-news-banner-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 100% 100%;
    margin-bottom: 15px;
    padding-bottom: 10px;
    height: 400px;
}

.how-to-order p,
.how-to-order ul li,
.whyamr ul li,
.whyamr p,
.research ol li,
.research p {
    font-size: 14px;
    text-align: justify;
}

.breadcrumb .breadcrumb-item.active {
    color: #ff7502;
    font-size: 13px;
    padding-top: 2px;
}

.breadcrumb .breadcrumb-item a {
    color: #000;
}


/*Delivery Format*/

#myTabContent p {
    font-size: 15px;
}

.cat-filter {
    font-size: 13px !important;
}

.regular-checkbox {
    margin-right: 5px;
}

.dropdown-toggle::after {
    float: right;
    margin-top: 11px;
    position: relative;
    right: -8px;
}

.database p,
.gdpr-policy p,
.gdpr-policy li,
.return-policy p,
.privacy-policy p,
.terms-condition p,
.terms-condition li,
.delivery-format p,
.delivery-format ul li {
    text-align: justify;
    font-size: 13px;
    line-height: 24px;
}

.report-store ::placeholder {
    color: grey !important;
}

.gdpr-policy h6,
.privacy-policy h6,
.terms-condition h6 {
    font-weight: bold;
}

.contact-title h5 {
    padding-top: 10px;
}

.industries ul {
    margin-left: -15px;
}


/*Blog*/

.blog-banner {
    background: url(https://blog.alliedmarketresearch.com/assets/images/blogger-banner.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 100% 100%;
}

.blog-title {
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    padding: 95px 30px 65px;
}

.blog-title span {
    color: #EF891D;
    font-size: 45px;
    font-weight: 400;
    text-transform: capitalize;
}

.bg-blue {
    background-color: #1872d3;
    background: linear-gradient(to right, #1eb6d2, #1872d3);
}

.blog .read-btn {
    border: 2px solid #1971D3;
    border-radius: 0;
    background: transparent;
    padding: 5px 20px;
    color: #1971D3;
}

.blog h4 a {
    font-size: 14px;
    color: #000;
}

.blog p {
    font-size: 14px;
}

.blog-date {
    position: absolute;
    bottom: 3px;
    background: #FF911E;
    color: #fff;
    padding: 3px 15px 5px;
    font-size: 13px;
    margin-bottom: 0;
}

.blog h2 {
    font-weight: 600;
    margin: 20px 0 20px 0;
    font-size: 28px;
}

.blog h4 {
    line-height: 18px;
    font-weight: 600;
}

.blog h2::after {
    content: '';
    border-bottom: 3px solid #499DCB;
    width: 80px;
    display: block;
    padding-bottom: 10px;
}

.blog .left-side img {
    height: 200px;
    width: 100%;
}

.blog h3 span {
    text-transform: uppercase;
    color: #0166B1;
    font-size: 20px;
    font-weight: 700;
    padding-left: 5px;
}

.blog h3 {
    font-size: 18px;
}

.follow-btn {
    border-radius: 0px;
    padding: 2px 7px;
    font-size: 12px;
    color: #1DA1F3;
    border: 1px solid #1DA1F3;
}

.blog-sidebar span {
    color: #A9A9A9;
    font-size: 14px;
}

.blog-sidebar h6 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.mr10 {
    margin: 10px 0;
}

.left-sidebar-content {
    padding: 5px;
}

.twitter-text {
    font-size: 13px !important;
}

.industry-post label {
    background: #FF911E;
    border-radius: 0px;
    padding: 1px 10px 3px;
    font-size: 9px;
}

.industry-post ul {
    list-style-type: none;
    padding: 0px;
}

.industry-post ul li {
    border-bottom: 1px solid #ccc;
    padding: 5px 10px;
}

.industry-post p a {
    font-size: 13px;
    color: #1a1a1a;
    font-weight: 600;
}

.conference-sidebar h5 {
    color: #0166B1;
}

.conference-sidebar .media-body h6 {
    color: #d08330;
    font-size: 12px;
    font-weight: 600;
}

.conference-sidebar .media-body {
    margin-left: 15px;
}

.conference-sidebar .media-body a {
    font-size: 13px;
    margin-bottom: 5px;
    color: #2a2a2a;
}

.conference-sidebar .media-body p {
    line-height: 18px;
}

.con-read-btn {
    border: 1px solid #ed871b;
    color: #ed871b;
    padding: 5px 20px;
    background-color: transparent;
    border-radius: 0;
    font-size: 14px;
}

.amrnews-detail span {
    font-size: 14px;
    color: #757575;
    margin-bottom: 5px;
}

.amrnews-detail p {
    font-size: 14px;
    font-weight: 600;
}

.news-detail {
    padding: 7px;
}

.amrnews-detail {
    padding: 40px;
}

.amrnews-detail h2 {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 28px;
}


/*Career*/

.career-top-header {
    background: #2d3738;
    color: #fff;
    padding: 13px 0 1px 0;
    margin-bottom: 15px;
    font-size: 14px;
}

.career-header img {
    height: 35px;
}

.career-banner {
    background-image: url(https://www.alliedmarketresearch.com/assets/img/career-img/career-banner.png);
    background-position: center;
    min-height: 250px;
}

.our-workplace {
    position: relative;
    height: 225px;
}

.our-workplace h1 {
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 50px;
}

.our-workplace h1 span {
    font-weight: 900;
}

.section-2 {
    background: #1a5fd4;
    padding: 40px;
}

.section-1,
.section-3,
.section-5,
.section-6,
.section-7 {
    padding: 40px;
}

.section-3 .media-body {
    padding-left: 15px;
}

.section-3 .media-body h6 {
    font-weight: 600;
    color: #355c9b
}

.section-3 .media-body p {
    font-size: 14px;
}

.section-3 .media {
    margin-top: 40px;
}

.section-1 h1 {
    color: #ee881b;
    font-size: 40px;
    line-height: 60px;
    font-weight: 700;
}

.section-1 h6 {
    font-size: 20px;
    color: #ee881b;
    font-weight: 600;
    margin: 15px;
}

.section-1 h1::after {
    content: '';
    border-bottom: 2px solid #ee881b;
    width: 100px;
    display: block;
    margin: 0 auto;
    padding-bottom: 7px;
}

.section-2 h1 {
    color: #fff;
    font-size: 40px;
    line-height: 60px;
    font-weight: 700;
}

.section-2 h1::after {
    content: '';
    border-bottom: 2px solid #fff;
    width: 100px;
    display: block;
    margin: 0 auto;
    padding-bottom: 7px;
}

.section-2 p {
    color: #fff;
    padding-top: 30px;
}

.section-3 h1 {
    color: #000;
    font-size: 40px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 30px;
}

.section-3 h1::after {
    content: '';
    border-bottom: 2px solid #ee881b;
    width: 100px;
    display: block;
    margin: 0 auto;
    padding-bottom: 7px;
}

.section-3 h6::after {
    content: '';
    border-bottom: 2px solid #e85567;
    width: 50px;
    display: block;
    padding-bottom: 7px;
}

.section-4 h1 {
    font-weight: 700;
}

.section-4 h6 {
    font-weight: 700;
    color: #fff;
}

.section-4 p {
    font-weight: 400;
    margin-top: 20px;
    font-size: 14px;
}

.section-5 h1 {
    color: #000;
    font-size: 40px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 30px;
}

.section-5 h1::after {
    content: '';
    border-bottom: 2px solid #06A5D4;
    width: 100px;
    display: block;
    margin: 0 auto;
    padding-bottom: 7px;
}

.section-5 p {
    font-size: 14px;
    padding-top: 5px;
}

.section-6 .form-control {
    border-radius: 0;
}

.section-6 .career-search-btn {
    border-radius: 0px;
    background-color: #1A5FD4;
    color: #fff;
    border-color: #1A5FD4;
    font-size: 14px;
    padding: 5px 30px;
}

.section-6 h1 {
    font-weight: 600;
    color: #000;
}

.section-6 h3 {
    font-weight: 600;
    color: #EF871C;
    margin-bottom: 30px;
}

.section-6 h3::after {
    content: '';
    border-bottom: 2px solid #000;
    width: 100px;
    display: block;
    margin: 0 auto;
    padding-bottom: 7px;
}

.section-7 {
    background-image: url(https://www.alliedmarketresearch.com/assets/img/Layer15.png);
    min-height: 290px;
    margin-top: 2px;
    width: 100%;
}

.section-7 h2 {
    color: #fff;
    font-weight: 700;
}

.section-7 p {
    color: #fff;
}

.section-7 .general-btn {
    background: transparent;
    border: 2px solid #e85567;
    border-radius: 0;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
}


/*Avenue*/

.last-section {
    background-image: url("https://www.alliedmarketresearch.com/assets/images/avenueHome/pink_bg.png");
    background-size: cover;
}

.padding20 {
    padding: 20px;
}

.last-section .btn {
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
    padding: 0.5em 2em;
    background: #d0110e;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    box-shadow: 0 8px 6px -6px #000;
    margin-bottom: 10px;
}

.last-section h4 span {
    color: #f74a37;
}

.last-section h4 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 700;
}

.last-section p {
    font-size: 14px;
    margin: 20px 0 20px 0;
}

.text-blue {
    color: #150948;
}

.text-white {
    color: #fff;
}

.slider-section {
    background-color: #353f46;
}

.left-arrow {
    position: relative !important;
    float: left;
    left: -65% !important;
    background-color: #999e9e;
    padding: 9px;
    border-radius: 50%;
    border: 4px solid #999e9e;
}

.right-arrow {
    position: relative !important;
    float: right;
    left: 65%;
    background-color: #999e9e;
    padding: 9px;
    border-radius: 50%;
    border: 4px solid #999e9e;
}


/*.slide {
    margin: 50px 0px;
}*/

.slider-section h3 {
    color: #fff;
    font-weight: 600;
    padding-top: 30px;
}

.start-avenue {
    background-color: #212121;
    padding-bottom: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.start-avenue h2 {
    color: #fff;
    margin: 30px 30px;
    font-weight: 900;
}

.start-avenue p {
    color: #f9d02b;
    font-weight: 900;
    font-size: 16px;
}

.trial-btn {
    background: #d00e0e;
    color: #fff;
    font-weight: bold;
    padding: 7px;
    border-radius: 5px;
}

.start-avenue .fa {
    color: #fff;
}

.page-section h1 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 50px;
}

.page-section h4 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 22px
}

.page-section h5 {
    text-transform: uppercase;
}

.video {
    border: 2px solid #000;
    border-radius: 4px;
}


/*Avenue Price*/

.price-list ul li {
    padding: 0.5em 0em;
    font-size: 0.9em;
    color: #000;
    border-bottom: 1px dotted #ddd;
    height: 45px;
}

.price-list ul {
    padding: 0px;
    list-style: none;
}

.price-gd-bottom {
    background: #fff;
    text-align: center;
}

.price-gd-top {
    text-align: center;
}

.price-block {
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.150);
}

.offer-text {
    position: relative;
    color: #fff;
    font-weight: bold;
    left: -6px;
    bottom: -13px;
    font-size: 15px;
}

.plans-section img {
    height: 55px;
    margin: 20px 0 10px 0;
}

.offer-img {
    position: relative;
    top: 85px;
    right: 20px;
    height: 70px !important;
    z-index: -1px;
}

.popular {
    position: absolute;
    top: 144px;
    text-align: center;
    background: #585757;
    width: 55%;
    padding-top: 5px;
    color: #fff;
    text-transform: uppercase;
    left: 23%;
    border-radius: 20px;
}

.price-gd-top h4 {
    font-size: 16px;
    color: #000;
    padding-top: 35px;
    font-weight: bold;
    text-transform: initial;
    margin: 0;
}

.price-gd-top h4 {
    font-size: 16px;
    color: #000;
    padding-top: 35px;
    font-weight: bold;
    text-transform: initial;
}

.price-gd-top h3 {
    padding-top: 15px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.price-gd-top h5 {
    font-size: 11px;
    color: #000;
    padding: 0.2em 0em 0.8em 0em;
    text-transform: initial;
    font-weight: 600;
}

.particulars {
    position: relative;
    top: 157px;
}

.first-col {
    position: relative;
    top: 190px;
}

.price-list ul li {
    padding: 0.5em 0em;
    font-size: 0.9em;
    color: #000;
    border-bottom: 1px dotted #ddd;
    height: 45px;
}

.bg-gray {
    background-color: #dadada;
}

.border-bt {
    border-bottom: 1px dotted #bbb;
}

.fa-check {
    color: #5cb85c;
    font-size: 18px;
}

.priceing-table-main .bg-dark-yellow {
    background-color: #ffd028;
}

.price-selet .btn {
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
    padding: 0.5em 2em;
    background: #d0110e;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    box-shadow: 0 8px 6px -6px #000;
    margin-bottom: 10px;
}

.active-btn {
    background: #f9d02a !important;
    color: #000 !important;
}

.popular h6 {
    font-size: 11px;
}

.company h2 {
    font-weight: 900;
    margin-bottom: 30px;
}

.company .fa-check {
    color: #d00e0e;
    font-size: 22px;
}

.company p {
    font-size: 15px;
}

.priceing-table-main .fa-question-circle-o {
    color: #2e6da4;
    font-weight: bold;
}

.start-avenue span {
    color: #fff;
    font-size: 14px;
}

.faq h5 {
    color: #000;
    text-transform: initial;
    font-size: 16px;
    margin: 30px 0 5px 0;
    font-weight: 900;
}

.company,
.faq,
.start-avenue {
    margin: 90px 0 10px 0;
}

.faq h2 {
    font-weight: 900;
}

.first-section {
    background-image: url(https://www.alliedmarketresearch.com/assets/images/banner_001.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    background-color: #0f3a4a;
    color: #fff;
    padding: 25px 0;
}

.first-section h1 {
    font-size: 40px;
    background: -webkit-linear-gradient(#6add6c, #f8b115);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.first-section h3 {
    font-style: italic;
    font-weight: 700;
    font-size: 35px;
}

.report-offer {
    box-shadow: 0px 0px 3px 0px #fff;
    border-radius: 5px;
    margin: 35px 35px;
    padding: 10px;
}

.demo-btn {
    color: #000;
    text-transform: uppercase;
    font-weight: 900;
}

.report-offer h4 {
    color: #f0ad4e;
    text-transform: uppercase;
    font-weight: 900;
    padding-bottom: 10px;
}

.first-section p {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}

.first-section .form {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 8px 6px -6px #000;
}

.first-section .fa-check-circle,
.fa-times-circle {
    color: #e8971e;
    font-size: 60px !important;
}

.form-spacing {
    padding: 20px;
}

.first-section .form h4 {
    border-bottom: 1px solid;
    line-height: 25px;
    padding: 10px 0 10px 20px;
    font-size: 20px;
    color: #3185c4;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.first-section .form-inline .form-control {
    border-radius: 0 !important;
    font-size: 14px;
}

.first-section .form-inline {
    margin-bottom: 20px;
}

.first-section .form-group {
    margin-right: 5px;
}

.first-section .selectOption {
    height: 35px !important;
    width: 183px !important;
}

.first-section .submit-btn {
    background-color: #3185c4;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    width: 92%;
    padding: 5px;
    font-size: 14px;
}

.row-position {
    position: relative;
    left: 5%;
}

.first-section p {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}

.first-section ul {
    padding: 0;
}

.first-section ul li {
    color: #f9d02b;
    font-weight: 900;
    line-height: 35px;
    font-size: 15px;
    list-style-type: none;
}

.pt80 {
    padding-top: 80px;
}

.avenue-content h4 {
    margin-top: 30px;
    font-size: 16px;
    display: inline-flex;
    line-height: 40px;
    color: #150948;
    font-weight: bold;
    text-transform: uppercase;
}

.avenue-content p {
    font-size: 14px;
}

.view-img {
    margin: 0 auto;
    height: 500px;
}

.foruni {
    background-image: url(https://www.alliedmarketresearch.com/assets/images/university-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
}

.transparent-bg {
    background: #0000007d;
    padding: 10px 0px 1px 15px;
}

#conference-timeline {
    position: relative;
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
}

#conference-timeline .timeline-start,
#conference-timeline .timeline-end {
    display: table;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    background: #00b0bd;
    padding: 15px 23px;
    color: #fff;
    max-width: 5%;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

#conference-timeline .conference-center-line {
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -2px;
    background: #525656;
    z-index: -1;
}

#conference-timeline .conference-timeline-content {
    padding-bottom: 20px;
}

.timeline-article {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 20px 0;
}

.timeline-article .content-left-container,
.timeline-article .content-right-container {
    max-width: 44%;
    width: 100%;
}

.timeline-article .timeline-author {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #242424;
    text-align: right;
}

.timeline-article .content-left,
.timeline-article .content-right {
    /*position: relative;
         width: auto;
         border: 1px solid #ddd;
         background-color: #fff;
         box-shadow: 0 1px 3px rgba(0,0,0,.03);*/
    padding: 27px 25px;
}

.timeline-article p {
    padding: 0;
    font-weight: 400;
    color: #242424;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    text-align: justify;
}

.timeline-article p span.article-number {
    position: absolute;
    font-weight: 300;
    font-size: 44px;
    top: 10px;
    left: -60px;
    color: #00b0bd;
}

.timeline-article .content-left-container {
    float: left;
}

.timeline-article .content-right-container {
    float: right;
}

.timeline-article .content-left:before,
.timeline-article .content-right:before {
    position: absolute;
    top: 20px;
    font-size: 23px;
    font-family: "FontAwesome";
    color: #fff;
}

.timeline-article .content-left:before {
    content: "\f0da";
    right: -8px;
}

.timeline-article .content-right:before {
    content: "\f0d9";
    left: -8px;
}

.timeline-article .meta-date {
    position: absolute;
    top: 0;
    left: 50%;
    width: 62px;
    height: 62px;
    margin-left: -31px;
    color: #fff;
    border-radius: 100%;
    /*background: #00b0bd;*/
}

.timeline-article .meta-date .date,
.timeline-article .meta-date .month {
    display: block;
    text-align: center;
    font-weight: 900;
}

.timeline-article .meta-date .date {
    font-size: 30px;
    line-height: 40px;
}

.timeline-article .meta-date .month {
    font-size: 18px;
    line-height: 10px;
}

.timeline-article h4 {
    margin: 0 0 0 60px;
    padding: 0;
    font-weight: 900;
    color: #242424;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    text-align: right;
    text-transform: uppercase;
}

.content-right h4 {
    margin: 0;
    padding: 0;
    font-weight: 900;
    color: #242424;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
}

.meta-date .fa {
    position: relative;
    top: 30%;
    left: 30%;
    font-size: 25px;
}

.heading h4 {
    color: #3185c4;
    font-weight: 900;
    margin-bottom: 5px;
}

.heading .fa {
    font-size: 35px;
    position: relative;
    left: 20%;
    margin-top: 20px;
    color: #3185c4;
}

.membership {
    background-image: url(https://www.alliedmarketresearch.com/assets/images/banner_02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 20px;
    padding: 25px 25px;
}

.membership .border {
    border: 1px solid #9a9a9a;
    border-radius: 10px;
    padding: 25px;
    margin-top: 10px;
}

.membership img {
    height: 50px;
    margin-bottom: 5px;
}

.membership p {
    color: #f9d02b;
}

.membership h2 {
    margin: 20px 0 45px 0;
    color: #fff;
    font-weight: 900;
}

.bottom-content h6 {
    font-size: 16px;
    font-weight: 900;
    margin: 30px 30px;
    color: #fff;
}

.check-btn {
    background: #f9d02a;
    font-weight: 900;
    margin: 20px 20px;
    text-transform: uppercase;
    font-size: 13px;
    padding: 9px;
}

.benefits-banner {
    background-image: url(https://www.alliedmarketresearch.com/assets/images/benefits-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    background-position: center bottom;
}

.benefits-banner h3 {
    font-size: 30px;
    font-weight: 900;
    margin-top: 40px;
}

.benefits-banner h5 {
    font-size: 22px;
    font-weight: bold;
    color: #f7d904;
}

.request-btn {
    padding: 8px;
    font-weight: bold;
    border: 2px solid #fff;
    background: #fff;
    font-size: 14px;
}

.video-btn {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-weight: bold;
    padding: 8px;
    font-size: 14px;
}

.video-button {
    position: absolute;
    bottom: 0;
}

.bottom-div {
    position: relative;
    height: 350px;
}

.avenue-offer img {
    height: 75px;
    cursor: pointer;
}

.img1:hover {
    content: url("https://www.alliedmarketresearch.com/assets/images/avenueHome/images/EASY_ACCESSIBILTY_hover.gif");
}

.img2:hover {
    content: url("https://www.alliedmarketresearch.com/assets/images/avenueHome/images/EASY_DOWNLOADS_hover.gif");
}

.img3:hover {
    content: url("https://www.alliedmarketresearch.com/assets/images/avenueHome/images/PRIORITY_SUPPORT_hover.gif");
}

.img4:hover {
    content: url("https://www.alliedmarketresearch.com/assets/images/avenueHome/images/Cost_Factor_hover.gif");
}

.img5:hover {
    content: url("https://www.alliedmarketresearch.com/assets/images/avenueHome/images/Convinient_hover.gif");
}

.img6:hover {
    content: url("https://www.alliedmarketresearch.com/assets/images/avenueHome/images/Varied_Industry_hover.gif");
}

.img7:hover {
    content: url("https://www.alliedmarketresearch.com/assets/images/avenueHome/images/Ondemand_report_hover.gif");
}

.img8:hover {
    content: url("https://www.alliedmarketresearch.com/assets/images/avenueHome/images/Analyst_Live_hover.gif");
}

.avenue-offer h4 {
    font-size: 14px;
    margin: 15px 0 5px 0;
    font-weight: 900;
}

.avenue-offer p {
    font-size: 14px;
}

.avenue-offer h3 {
    margin: 30px;
    font-weight: 600;
}

.benefits-banner .modal-content span {
    float: right;
    padding-right: 10px;
    font-size: 30px;
}

.pb15 {
    padding-bottom: 15px;
}

.pt10 {
    padding-top: 10px;
}


/*Avenue Navbar*/

.avenue-bottom-menu {
    background-color: #e65558 !important;
    padding: 0;
    border: 1px solid #fff;
    box-shadow: 0 0 3px 2px #969696
}

.avenue-bottom-menu li.nav-item+li a.nav-link::before {
    content: "|";
    font-size: 14px;
    padding-right: 25px;
    padding-left: 5px;
}

.avenue-bottom-menu .navbar-nav>li>a {
    color: #fff !important;
    font-weight: 600;
    font-size: 14px !important;
}

.navbar-nav li a {
    font-size: 13px;
}

canvas {
    display: block;
    vertical-align: bottom;
}


/*Index*/

.index-search .form-control {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 0;
}

.index-search .input-group-text {
    background: transparent;
    border-color: #fff;
    border-width: 2px 2px 2px 0;
    border-radius: 0;
    color: #fff;
}

.index-search ::placeholder {
    color: #fff !important;
}

#section0 .pt80 {
    padding-top: 10%;
}

#section1 {
    background-color: #f5c148;
}

.footer .btn-group {
    width: 100%;
}

#section1 h1 {
    font-size: 55px;
    font-weight: 900;
    color: #ffcb51;
    text-transform: uppercase;
    line-height: 65px;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, .4);
}

#section1 h5 {
    color: #86630f;
    font-size: 17px;
    font-weight: 600;
    text-align: right;
    margin-bottom: 15px;
}

#section1 h6 {
    color: #86630f;
    font-size: 14px;
    font-weight: 600;
    height: 80px;
    min-height: auto;
    text-transform: uppercase;
}

#section1 .apart-img img {
    margin: 0 auto 10px auto;
    height: 80px;
    display: block;
}

#section1 p {
    font-size: 14px;
    color: #000;
    line-height: 20px;
}

#section6 .carousel-indicators li,
#section2 .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

#section2 .fp-tableCell {
    height: 400px !important;
}

#section2 {
    position: relative;
    background: radial-gradient(300px 300px ellipse at 29% 50%, #323232, #3b3b3b, #191a1c);
}

.client-title {
    font-size: 50px;
    color: #05add7;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 25px;
    text-align: left;
    line-height: 50px;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, .4);
    margin-top: 50px;
}

.client-desc {
    color: #cfcfcf;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 20px;
}

#section2 p {
    color: #fff;
    margin-bottom: 35px;
    font-size: 14px;
    margin-top: 20px;
    line-height: 23px;
    text-align: justify;
}

#section3 h1,
#section2 h1 {
    font-size: 55px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 25px;
    text-align: right;
    line-height: 55px;
    text-shadow: 2px 3px 5px rgba(0, 0, 0, .4);
}

#section3 {
    background: #52a8cc;
}

#section3 p {
    color: #fff;
}

.media-content {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 105px 0;
}

.video-section {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 105px 0;
}

.video-title {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 40px;
}

.top-media-heading {
    color: #2a2a2a;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 40px;
}

.top-media-heading::after {
    content: '';
    border-bottom: 3px solid #2a2a2a;
    width: 80px;
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
}

#section5 {
    background-color: #d7d7d7;
    background-image: linear-gradient(to right, #d7d7d7, #fcfcfc);
}

#section5 h1 {
    font-size: 55px;
    color: #1d2144;
    font-weight: 900;
    text-transform: uppercase;
    font-family: Raleway, sans-serif;
    text-align: left;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, .4);
}

#section5 h3 a {
    font-size: 16px;
    color: #1d2144;
    font-weight: 600;
    transition: all .3s;
}

.latest-date {
    color: #575757;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.latest-desc {
    color: #575757;
    font-size: 14px;
}

.latest-wrapper h3 {
    margin: 0;
}

#section5 {
    padding-top: 75px;
}

.bounce a {
    color: #474747;
    font-size: 14px;
    font-style: italic;
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        transform: translateX(10px);
    }
    80% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

#section6 {
    background-color: #fd6d69;
}

.testimonial-wrapper {
    border: 2px solid #fff;
}

.testimonial-content {
    background: #fd7874;
    padding: 15px 30px;
    color: #fff;
    margin: 20px 25px;
    box-shadow: 3px 2px 7px -3px #262626;
    -moz-box-shadow: 3px 2px 7px -3px #262626;
    -webkit-box-shadow: 3px 2px 7px -3px #262626;
}

.testimonial-text {
    padding: 15px 45px;
    font-style: italic;
    margin-bottom: 0;
    color: #ae403d;
}

.down-quote {
    float: right;
    transform: rotate(180deg);
}

#section6 .carousel-indicators {
    bottom: -10% !important;
    right: -75%;
}

#section6 .carousel-indicators li {
    border: 1px solid #c41227;
    background: #c41227;
}

#section6 .carousel-indicators .active {
    border: 1px solid #c41227;
    background: #c41227;
    opacity: .4;
}

.clnt-testi-name {
    color: #ae403d;
    font-weight: 700;
    font-size: 20px;
    padding-top: 5px;
    line-height: 22px;
}

#section7 h1,
#section6 h1 {
    font-size: 45px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 35px;
    text-align: left;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, .4);
}

#section6 .media h4 {
    color: #ae403d;
    font-size: 38px;
    font-weight: 800;
    padding-left: 20px;
    padding-top: 12px;
}

#section6 .media-wrapper p {
    color: #ae403d;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-top: 15px;
}

#section6 .media-wrapper {
    padding-top: 25px;
}

#section7 p {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
}

#section7 h6 {
    line-height: 20px;
}

.footer-devider {
    margin: 15px 0;
}

#section7 .footer ul li a {
    line-height: 25px;
}

#section7 .bounce a {
    color: #0675ed;
}

.industries .cate-title {
    font-weight: 600;
    text-align: justify;
}

.cate-name {
    color: #1b75c0;
    padding-left: 7px;
}

.pagination li,
ul.filter-cate li {
    list-style-type: none !important;
}

ul.filter-cate {
    margin-left: -30px;
}

.industries p {
    line-height: 20px;
}

.press-release .media-body p {
    margin-bottom: 20px;
}

.media-inquiry p {
    text-align: center !important;
    font-weight: 600;
}

.scroller .active {
    color: #5ee272 !important;
    text-decoration: none;
}

.scroller {
    width: 160px;
    background-color: #030000;
}

.scroller.stickydiv {
    position: fixed;
    top: 0;
    z-index: 10000;
    margin-top: 12px;
}

.scroller ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.scroller li {
    padding: 5px 10px;
    border-bottom: 2px solid #ccc;
    box-shadow: 0 5px 10px -7px #afafaf;
}

.scroller li a {
    color: #fff;
    font-weight: 700;
    line-height: 25px;
}

.fixedWrap {
    background: #fff;
    margin: 0;
    padding: 10px 0px;
    position: fixed;
    top: 50px;
    color: #333;
    z-index: 999;
    box-shadow: 1px 3px 9px 0px #969696;
    border-radius: 3px;
    border: 1px solid #ccc;
    width: 65%;
    text-align: center;
}

.fixedWrap .fa {
    font-size: 14px;
}

.social-share {
    text-align: center;
}

.social-share img {
    width: 30px;
    margin: 5px;
}

.fixedWrap .inquiry-btn:hover {
    border: 2px solid #3dbce1 !important;
    color: #3dbce1 !important;
    background-color: transparent !important;
}

.fixedWrap .request-btn:hover {
    border: 2px solid #2fbc98 !important;
    color: #2fbc98 !important;
    background-color: transparent !important;
}

.fixedWrap .speak-btn:hover {
    border: 2px solid #e77d21 !important;
    color: #e77d21 !important;
    background-color: transparent !important;
}

.fixedWrap .sample-btn:hover {
    border: 2px solid #e84c3d !important;
    color: #e84c3d !important;
    background-color: transparent !important;
}

.fixedWrap .inquiry-btn {
    padding: 9px 5px !important;
    font-size: 13px !important;
    color: #fff !important;
    background-color: #3dbce1 !important;
    border: 2px solid #3dbce1 !important;
    font-weight: 600;
    width: 100%;
}

.fixedWrap .request-btn {
    padding: 9px 5px !important;
    font-size: 13px !important;
    color: #fff !important;
    background-color: #2fbc98 !important;
    border: 2px solid #2fbc98 !important;
    font-weight: 600;
    width: 100%;
}

.fixedWrap .speak-btn {
    padding: 9px 5px !important;
    font-size: 13px !important;
    color: #fff !important;
    background-color: #e77d21 !important;
    border: 2px solid #e77d21 !important;
    font-weight: 600;
    width: 100%;
}

.fixedWrap .sample-btn {
    padding: 9px 5px !important;
    font-size: 13px !important;
    color: #fff !important;
    background-color: #e84c3d !important;
    border: 2px solid #e84c3d !important;
    font-weight: 600;
    width: 100%;
}

.sidenav a {
    padding: 0px 0px 0px 10px;
    text-decoration: none;
    font-size: 14px;
    color: #000;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    left: 55%;
}

.overflow {
    overflow: hidden;
}

.box {
    padding: 0;
    position: relative;
    border-radius: 5px;
    left: -10px;
}

.enquiry-popup {
    top: 25% !important;
    right: 0 !important;
}

.sidenav .closebtn:hover {
    color: #818181;
}

.content-box-input {
    color: #000 !important;
    border: 1px solid #000 !important;
}

.content-box-btn {
    color: #ffff !important;
    border: 1px solid #f36d18 !important;
    background-color: #f36d18;
    font-weight: 600;
    width: 100%;
    text-transform: uppercase;
}

#code {
    color: #000 !important;
}

#mySidenav ::-webkit-input-placeholder {
    color: #000 !important;
}

#mySidenav :-ms-input-placeholder {
    color: #000 !important;
}

#mySidenav ::placeholder {
    color: #000 !important;
}

.box_1 {
    padding: 50px 0px 0px 30px;
}

.succesfullyDone {
    margin: 0 16px 45px 0 !important;
    position: relative;
    left: 16px;
}

#mySidenav .form-control {
    border: 1px solid #000;
    padding: 5px;
}


/*AMR Pages Header*/

.amr-pages-menu.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5);
    font-size: 14px;
    font-weight: 600;
    color: #000;
    padding-right: 15px;
}

.amr-pages-menu .rating ul {
    list-style-type: none;
    display: inline-flex;
    padding: 0;
}

.amr-pages-menu .rating ul li {
    padding: 6px;
}

.cart-icon {
    border: 1px solid #1a5eba;
    outline: 1px solid #1a5eba;
    outline-offset: -5px;
    text-align: center;
}

.cart-icon img {
    padding: 5px;
}

.header-search .form-control {
    border-radius: 0;
    padding: 8px;
    font-size: 14px;
}

.header-search-btn {
    background: #1d85c4;
    color: #fff;
    border-radius: 0;
    height: 45px;
    padding: 5px 20px;
    font-size: 20px;
    font-weight: 600;
}

.avenue-nav-logo a {
    padding: 0;
}

.avenue-nav-logo a img {
    height: 38px;
}

.amr-pages-menu .dropdown-menu {
    width: 250px;
    background: #fff;
    box-shadow: 0px 1px 8px -3px #121212;
    border-radius: 0;
}

.amr-pages-menu .dropdown-menu ul li+li {
    border-top: 1px solid #ccc;
}

.amr-pages-menu .dropdown-menu ul li {
    padding: 5px;
}

.amr-pages-menu .dropdown-menu ul {
    list-style-type: none;
    padding: 0;
}

.amr-pages-menu .dropdown-menu ul li a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
}

.hide-div {
    background: #fff;
    box-shadow: 0 8px 6px -6px #000;
    border: 1px solid #edecec;
    padding: 25px;
    position: absolute;
    z-index: 999;
    min-height: 150px;
    width: 465px;
    right: 14px;
}

.shopping-btn {
    background: transparent;
    font-weight: 600;
    color: #ff9c02;
    border: 2px solid #ff9c02;
    text-decoration: none;
    border-radius: 0;
    margin-top: 20px;
}

.shopping-btn:hover {
    background: #ff9c02;
    color: #fff;
}

.rating-madal #stars {
    list-style-type: none;
    display: inline-flex;
    padding: 0;
}

.rating-madal #stars .fa-fw {
    color: #ff912c;
    font-size: 25px;
}

.rating-madal .modal-header,
.rating-madal .close {
    background: #ff912c;
    color: #fff;
    border-radius: 0;
}

.rating-madal .modal-body {
    background: #ffecad;
}

.rating-madal .submitFeedback {
    background: #ff912c;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    border-radius: 0;
    padding: 7px 20px;
}

.rating-madal h4 {
    font-size: 18px;
}

.rating-madal .form-control {
    border-radius: 0;
    border: 0
}


/*.amr-pages-menu .head-toggle a:after {
    color: #333;
    font-size: 18px;
    content: "\2261";
    font-weight: 600;
    padding-left: 5px;
}*/


/*.amr-pages-menu .head-toggle a{
    padding: 4px;
}
*/


/*Footer*/

.footer:before {
    content: ' ';
    z-index: 0;
    background: #000;
    overflow: hidden;
    opacity: .8;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.footer {
    background: url('https://www.alliedmarketresearch.com/assets/images/footer-bg.PNG') no-repeat center center;
    position: relative;
    overflow: hidden;
    padding: 100px 50px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer h6 {
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
}

.footer ul {
    padding: 0;
    list-style-type: none;
}

.footer ul li a {
    color: #fff;
    font-size: 13px;
}

.footer .form-control {
    border-radius: 0;
    font-size: 12px;
    padding: 8.5px;
}

.footer .submit-btn {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 0;
    padding: 7px 20px;
}

.connect-us img {
    margin-top: 4px;
}

.bottom-footer ul li+li::before {
    content: " | ";
    color: #fff;
}

.bottom-footer {
    background-color: #1d1d1d;
    padding-top: 5px;
}

.bottom-footer ul {
    list-style-type: none;
    display: inline-flex;
    padding: 0;
}

.bottom-footer ul li {
    padding-right: 10px;
    font-size: 14px;
}

.bottom-footer ul li a {
    color: #fff;
    text-decoration: none;
}

.bottom-footer p {
    color: #fff;
    float: right;
    font-size: 14px;
}

.covid-img {
    background-image: url("images/covid-banner.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    padding: 20px;
}

.covid-img h2 {
    color: #ed881c;
    font-weight: 700;
}

.covid-img p {
    color: #fff;
    font-weight: 600;
}

.covid-img p span {
    color: #ed881c;
}

.covid-img .btn {
    background: rgb(252, 195, 171);
    background: linear-gradient(0deg, rgba(252, 195, 171, 1) 50%, rgba(255, 220, 205, 1) 90%);
    border-radius: 0;
    font-weight: 600;
    padding: 7px 20px;
}

.first-menu,
.seccond-menu {
    list-style-type: none;
    padding: 5px;
}

.first-menu li a {
    color: #5b5b5b;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.first-menu li {
    border-bottom: 1px solid #5b5b5b;
    padding: 5px;
}

.seccond-menu li a {
    font-size: 15px;
    color: #000;
    font-weight: 700;
}

.seccond-menu {
    display: inline-flex;
}

.seccond-menu li {
    padding-left: 5px;
}

.seccond-menu li+li a::before {
    content: " | ";
    color: #1a1a1a;
    font-size: 18px;
}

.seccond-menu li:first-child {
    padding-top: 3px;
}

#showmenu {
    display: none;
}

.close-menu-div {
    float: right;
    background: transparent;
    border: 0;
    font-size: 25px;
    font-weight: 800;
}

.mob-menu {
    display: none;
}

.index-menu {
    bottom: 20px !important;
}

.index-page-menu li.nav-item+li a.nav-link::before {
    content: "|";
    font-size: 14px;
    color: #000;
    padding: 0 5px 0 5px;
}

.index-page-menu.navbar-light .navbar-nav .nav-link {
    padding: 0;
}

.index-cart {
    outline: 0 !important;
    border: 0 !important;
}

.shop-btn {
    background: transparent;
    border: 2px solid #0459bb;
    color: #0459bb;
    border-radius: 0;
    font-weight: 600;
    font-size: 13px;
    margin: 20px 0;
}

.hide-div h4 {
    font-weight: 600;
    margin-top: 20px;
    text-transform: uppercase;
}

.hide-div h5 {
    font-weight: 600;
    margin-top: 20px;
    text-transform: uppercase;
}

.index-cart-hide {
    display: none;
}

.applicationFormButton {
    font-family: 'Open Sans', sans-serif;
    border: none;
    font-size: 14px;
    color: #fff;
    margin-top: 25px;
    display: inline-block;
    padding: 8px 15px;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 0;
    background: 0 0;
    border: 2px solid #e85567;
    transition: all .3s;
}

.applicationFormButton:hover {
    background: #e85567;
    border: 2px solid #e85567;
}

.nav-tabs_c {
    border-bottom: 1px solid #b9b9b9
}

.nav-tabs_c>li {
    float: left;
    margin-left: 4px;
    margin-bottom: -1px
}

.nav-tabs_c>li>a {
    margin-right: 1px;
    line-height: 1.42857143;
    color: #043a5e;
    border-bottom: none;
    border-top: 1px solid #fff;
    padding: 9px 51px;
    font-size: 13.5px;
    text-align: center;
    color: #3d3d3d;
    font-weight: 600
}

.nav-tabs_c>li>a:focus {
    outline: 0
}

.nav-tabs_c>li>a:hover {
    background-color: #ef891d;
    border-color: #fff;
    color: #fff
}

.nav-tabs_c>li.active>a,
.nav-tabs_c>li.active>a:focus,
.nav-tabs_c>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #ef891d;
    border: 1px solid #fff;
    border-bottom-color: transparent
}

.nav-tabs_c.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs_c.nav-justified>li {
    float: none
}

.nav-tabs_c.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

#pleasewaitpopup {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    left: 0;
    top: 0;
    z-index: 9000;
    background: #fff;
    display: none;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000)"
}

#amrboxes .windowpopup {
    position: absolute;
    width: 420px;
    height: 250px;
    left: 50% !important;
    top: 250px !important;
    margin-left: -210px !important;
    display: #fff;
    z-index: 9999;
    padding: 5px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#amrboxes #amrboxesDialog {
    position: absolute;
    left: 50% !important;
    top: 200px !important;
    margin-left: -210px !important
}

.amrboxespopup-desc {
    margin: 0 auto;
    background: white;
    text-align: center;
}

.amrboxespopup-desc span {
    margin: 0 auto;
    padding-left: 15px;
    font: 20px/42px 'Open Sans';
    text-transform: uppercase;
    color: #000;
    background: orange;
    width: 402px;
    height: 42px;
    display: block
}

.amrboxespopup-left {
    margin-top: 21px;
    float: left;
    width: 236px;
    height: 202px
}

.amrboxespopup-right {
    margin-right: 30px;
    padding-top: 40px;
    float: right;
    width: 150px;
    text-align: center
}

#pleasewaitpopup {
    display: block;
}

.loadingText {
    font-size: 20px;
    color: #fff;
    font-weight: 900;
    color: #EDBB42;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    line-height: 60px;
    text-shadow: 2px 3px 3px rgb(18, 14, 4);
}

.bg-transparent {
    background: transparent;
}

.color-white {
    color: #fff !important;
}

.content-box-captcha {
    background-color: transparent;
}

.content-box-captcha span {
    color: #fff !important;
}

.white-border {
    border: 0.5px solid #fff !important;
    border-radius: 2px !important;
}

.hide {
    display: none;
}

.content-box {
    height: auto;
    z-index: 15;
    position: fixed;
    left: 0.5%;
    bottom: 0%;
    padding: 20px;
    color: #fff;
    border-color: #fff;
    width: 200px;
    box-shadow: 0 0 10px 2px #90caf9;
    border-radius: 4px;
    background: linear-gradient(to right, #0d47a1, #64b5f6);
    display: none;
    transition: width 1s;
}

.content-box-input {
    background-color: transparent;
    color: #fff;
    border: 0.5px solid #fff;
    padding: 5px;
    border-radius: 2px;
    font-size: 1em;
    width: 100%;
    margin-bottom: 0px !important;
}

.content-box-input::placeholder {
    color: #fff;
}

.content-box-btn {
    background-color: transparent;
    color: #fff;
    border: 0.5px solid #fff;
    font-size: 1em;
    width: 100%;
}

.content-box-text {
    font-size: 15px;
}

.content-box-close {
    text-decoration: none;
    color: black;
    float: right;
    margin-top: -47px;
    margin-right: -13px;
    font-size: 1.2em;
    cursor: pointer;
}

.succesfullyDone {
    display: none;
    margin-top: 60px;
}

select.content-box-input option {
    max-width: 5px !important;
}

.contentBoxError {
    font-size: 10px;
    display: none;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 10% auto;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%,
    100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142;
    }
}

.multiselect {
    width: 100% !important;
}

.form-control {
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    #mySidenav {
        display: none !important;
    }
    .row-position {
        left: 0 !important;
    }
    .testimonial-container .flex-lgo-container {
        display: block !important;
    }
    .dark-overlay .loadingCart {
        left: 30%;
    }
    .bottom-footer {
        text-align: center;
    }
    .bottom-footer p {
        text-align: center;
        float: initial;
    }
    .multiselect {
        width: 100% !important;
    }
    .pr-request_tabs {
        display: block !important;
    }
    .mobile-menu .navbar-toggler {
        font-size: 16px;
        padding: 3px 7px;
    }
    .mobile-menu .input-group .input-group-append {
        padding: 7px 3px;
    }
    .mobile-menu .input-group .form-control,
    .mobile-menu .input-group .form-control:focus {
        border: 0 !important;
        font-size: 14px !important;
        box-shadow: none;
    }
    .mobile-menu .input-group {
        border-radius: 5px;
    }
    .career-header img {
        height: 28px;
    }
    /* #tableData{
        margin: 0 15px;
    }*/
    .media-body {
        padding-left: 0 !important;
    }
    .report-data {
        padding-top: 0;
    }
    .report-view p {
        text-align: justify;
    }
    .media-heading a {
        font-size: 14px !important;
        word-break: break-all
    }
    .report-store .media-body {
        margin-left: 0;
    }
    .footer {
        padding: 5px !important;
    }
    .mob-menu {
        display: block;
        box-shadow: 0px 1px 8px -3px #121212;
        padding: 10px;
    }
    .mob-menu ul li a {
        font-size: 12px;
        color: #000;
        text-decoration: none;
        font-weight: 700;
    }
    .mob-menu ul {
        list-style-type: none;
        padding: 0
    }
    .mob-menu-title {
        background: #ec8912;
        color: #fff;
        padding: 5px 20px;
        font-weight: 700;
        font-size: 14px;
    }
    .mob-none {
        display: none;
    }
    .last-section p {
        color: #000 !important;
    }
    .last-section h4 {
        color: #150948 !important;
    }
    .press-release .media {
        padding: 10px !important;
        border: 1px solid #ccc;
        margin: 10px 0px !important
    }
    .first-col {
        top: -40px;
    }
    .our-product .nav-tabs .nav-link,
    .report-detail .nav-tabs .nav-link {
        margin-bottom: 10px;
        padding: 8px;
        font-size: 12px;
    }
    .report-detail .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        border-bottom: 2px solid #1973bf;
    }
    .nav-tabs .nav-item {
        width: 50%;
        margin: 0px 0 10px 0 !important;
    }
    .our-product .nav-tabs,
    .report-detail .nav-tabs {
        border-bottom: 0;
    }
    .card-title {
        font-size: 13px;
    }
    .mob-mt10 {
        margin-top: 10px;
    }
    .report-store .nav-tabs {
        border-bottom: 0;
        padding-left: 0;
    }
    .report-store .nav-tabs .nav-link {
        padding: 5px 5px;
        font-size: 12px;
        margin: 15px 0 0 15px;
    }
    .box-container {
        margin-top: 20px;
    }
    .why-amr .border-right {
        border-right: 0 !important;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .report-store .nav-tabs .nav-link {
        padding: 9px 3px !important;
        font-size: 13px !important;
        margin: 20px 0 0 15px !important;
    }
}

@media only screen and (min-width: 1500px) {
    .fixedWrap {
        width: 49% !important;
    }
}