/* font face */
@font-face {
    font-family: 'ITCFranklinGothicStd-Book';
    src: url('../fonts/ITCFranklinGothicStd-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/ITCFranklinGothicStd-Book.woff') format('woff'), url('../fonts/ITCFranklinGothicStd-Book.ttf') format('truetype'), url('../fonts/ITCFranklinGothicStd-Book.svg#ITCFranklinGothicStd-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ITCFranklinGothicStd-Demi';
    src: url('../fonts/ITCFranklinGothicStd-Demi.eot?#iefix') format('embedded-opentype'), url('../fonts/ITCFranklinGothicStd-Demi.woff') format('woff'), url('../fonts/ITCFranklinGothicStd-Demi.ttf') format('truetype'), url('../fonts/ITCFranklinGothicStd-Demi.svg#ITCFranklinGothicStd-Demi') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* // font face */

/* header */
.gv_header {
    background: #340f49;
    border-bottom: 3.25px solid #5ccbf5;
    padding: 15px 0;
}

.gv_header .navbar {
    padding: 3px 0;
}

.gv_header .nav {
    align-items: center;
}

.gv_header .nav>li>a {
    color: #fff;
    padding: 6px 10px;
    border-radius: 6px 6px 0 0;
    font-size: 16px;
}

.gv_header li.dropdown:hover>a {
    background: #5ccbf5;
    color: #fff !important;
    position: relative;
}

.arrow_bottom {
    border-top: 10px solid #5ccbf5;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: 27px;
    width: 0;
    z-index: 9999;
    display: none
}

.gv_header li:hover .arrow_bottom {
    display: block
}

.gv_header .dropdown-menu {
    border-bottom: 2px solid #5ccbf5;
    border-top: 2px solid #5ccbf5;
    width: 280px;
    padding: 10px 15px;
    background: #fff;
    border-radius: 0 0 6px 6px;
}

.gv_header .dropdown-menu>li {
    border-bottom: 1px solid #dee2e6;
}

.gv_header .dropdown-menu>li:last-child {
    border-bottom: none;
}

.gv_header .dropdown-menu>li>a {
    display: block;
    color: #212529;
    padding: 8px 0;
    font-size: 14px;
}

.gv_header .dropdown-menu>li>a:hover {
    color: #128ab7;
    font-weight: bold;
}

.gv_header .dropdown:hover ul.dropdown-menu {
    display: block !important;
}

.gv_mega_menu {
    display: none;
    position: absolute;
    border-radius: 0 0 6px 6px;
    left: 0.75rem;
    width: calc(100% - 1.5rem);
    background: #fff;
    color: black;
    z-index: 99;
    top: auto;
    padding: 5px 1rem 10px;
    border-bottom: 2px solid #5ccbf5;
    border-top: 2px solid #5ccbf5;
}

.gv_mega_menu li.heading_menu a {
    font-weight: bold;
    color: #340f49;
    margin-top: 5px;
}

.gv_mega_menu li>a {
    display: block;
    color: #212529;
    padding: 2px;
    font-size: 15px;
}

.gv_mega_menu .heading_sub {
    margin-left: 15px;
}

.gv_mega_menu .heading_sub>a:hover {
    color: #128ab7;
}

.gv_mega_dropdown:hover ul.gv_mega_menu {
    display: block !important;
}

.gv_search_mob {
    display: none;
}

.gv_header_search {
    margin: 0 0 0 10px;
    width: 290px;
}

.gv_header_search .form-control {
    height: 40px;
    padding: 14px 34px 14px 10px;
}

.gv_header_search .form-control:focus, .gv_header_search .form-control:hover {
    box-shadow: none;
}

.gv_header_search button {
    position: absolute;
    right: 0;
    top: 0;
    background: #5ccbf5;
    border: none;
    height: 100%;
    padding: 7px 10px;
    color: #fff;
    border-radius: 0 6px 6px 0;
}

.gv_header_login_btn a {
    border-radius: 6px !important;
}

.statis_menu {
    display: flex;
    padding: 12px 5px;
    position: relative;
    line-height: 1.6;
    align-items: center;
}

.menu_icn_statis {
    background: #76518b;
    color: white;
    padding: 4px 0;
    font-size: 13px;
    text-align: center;
    border-radius: 50%;
    min-width: 30px;
    height: 30px;
    align-self: center;
    max-width: 30px;
    margin-right: 10px;
}

.statis_menu span {
    font-weight: bold;
    color: #340f49;
}

.mega_menu_stais_heading {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.gv_header_2 {
    background: #f5fafc;
    border: 0;
    transition: .2s ease-in-out;
}

.gv_search_top .form-control {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 1rem;
    height: auto;
    font-size: 16px;
    width: 474px;
}

.gv_search_top button {
    border: none;
    background: transparent;
    position: absolute;
    right: 1px;
    top: 2px;
    padding: 1rem;
}

.gv_header_2 .nav>li>a {
    color: #121212;
}

.header_login_btn .btn_rd_login {
    font-size: 16px;
    background-color: transparent !important;
    border: 1px solid #351249;
    color: #351249;
    padding: 6px 16px !important;
    border-radius: 6px !important;
    margin-left: 15px;
}

.header_login_btn .btn_rd_login:hover,
.header_login_btn .btn_rd_login:focus {
    background-color: #340f49 !important;
    border: 1px solid #351249;
    color: #fff;
}

.header_login_btn .btn_rd_signup {
    font-size: 16px;
    background-color: #340f49 !important;
    border: 1px solid #351249;
    color: #fff !important;
    padding: 6px 16px !important;
    border-radius: 6px !important;
    margin-left: 15px;
}

.header_login_btn .btn_rd_signup:hover,
.header_login_btn .btn_rd_signup:focus {
    border-color: #5ccbf5;
    background: #5ccbf5 !important;
    color: #fff !important;
}

.fixed-top-small {
    position: fixed;
    right: 0;
    transition: .2s ease-in-out;
    top: 0;
    z-index: 99;
}

.-expanded .fixed-top-small {
    width: calc(100% - 191px);
}

.-collapsed .fixed-top-small {
    width: calc(100% - 96px);
}

.fixed-top-small .gv_search_top .form-control,
.fixed-top-small .gv_search_top button {
    padding: 0.5rem;
    transition: .2s ease-in-out;
}



/* // header */

/* Footer */
footer {
    background: #340f49;
}

.gv_follow_us {
    background: #423547;
    float: right;
    margin: -16px 0px 30px 0;
    padding: 10px 25px 10px 10px;
    width: 275px;
    position: relative;
}

.gv_follow_us:after {
    position: absolute;
    top: 0;
    right: -10px;
    content: '';
    border-bottom: 16px solid #423547;
    border-right: 11px solid transparent;
}

.gv_follow_us span {
    color: #fff;
    float: left;
    margin: 8px 8px 0 2px;
}

.gv_follow_us ul li {
    float: left;
}

.gv_follow_us ul li a {
    color: #fff;
    text-align: center;
    float: left;
    width: 100%;
    width: 34px;
    height: 34px;
    margin: 0 3px;
    border-radius: 6px;
    padding: 4px 0;
}

.gv_follow_us ul li a svg,
.gv_follow_us ul li a img {
    width: 22px;
    height: 22px;
    fill: #fff;
    margin: 0;
}

.gv_follow_us ul li:first-child a {
    background: #5986e5;
}

.gv_follow_us ul li:nth-child(2) a {
    background: #52d2ff;
}

.gv_follow_us ul li:nth-child(3) a {
    background: #f84933;
}

.gv_follow_us ul li:nth-child(3) a i {
    font-size: 22px;
    line-height: 1.6;
}

.gv_follow_us ul li:nth-child(4) a {
    background: #59caff;
}

.gv_footer_col {
    padding: 50px 20px 0;
    color: #fff;
}

.gv_footer_col h5 {
    color: #fff;
    font-size: 18px;
    margin: 0 0 5px;
    border: 0;
    padding: 0;
    font-weight: bold;
}

.gv_footer_col ul li a {
    display: block;
    color: #fff;
    margin: 10px 0 0;
}

.gv_footer_col ul li a svg,
.gv_footer_col ul li a img {
    width: 12px;
    height: 12px;
    fill: #fff;
    float: left;
    margin: 5px 6px 0 0 !important;
}

.gv_footer_address p {
    color: #fff;
    margin: 10px 0;
}

.gv_footer_address p svg,
.gv_footer_address p img {
    float: left;
    margin: 3px 8px 0 0;
    max-width: 16px;
}

.gv_footer_address p a {
    color: #fff;
    margin: 10px 0;
}

.gv_footer_sport p {
    margin: 10px 0;
}

.gv_footer_timing {
    border-bottom: 1px dotted #dee2e6;
    color: #fff;
    margin: 0 0 10px;
    padding: 5px 0;
}

.gv_footer_timing span {
    float: right;
    color: #b3b3b3;
}

.gv_copyright {
    background: #120118;
    padding: 15px 0;
    margin-top: 50px;
}

.gv_copyright p {
    color: #fff;
    font-size: 14px;
}

.gv_footer_follow {
    color: #fff;
}

.gv_footer_follow ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 6px;
}

.gv_footer_follow ul li:first-child a {
    background: #0866ff;
}

.gv_footer_follow ul li:nth-child(2) a {
    background: #484848;
}

.gv_footer_follow ul li:nth-child(3) a {
    background: #0a66c2;
}

.gv_scrollup {
    background: rgb(24, 221, 239);
    width: 40px;
    height: 40px;
    opacity: 1;
    position: fixed;
    bottom: 45px;
    right: 40px;
    z-index: 9;
    display: none;
    border-radius: 25px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

.footer_2 {
    background: #f5fafc;

}

.footer_2 .gv_footer_col,
.footer_2.gv_footer_col h5,
.footer_2 .gv_footer_col ul li a,
.footer_2 .gv_footer_address p,
.footer_2 .gv_footer_address p a,
.footer_2 .gv_footer_timing,
.footer_2 .gv_footer_timing span,
.footer_2 .gv_copyright p {
    color: #363636;
}

.footer_2 .gv_footer_col ul li a svg,
.footer_2 .gv_footer_address svg {
    fill: #363636;
}

.footer_2 .gv_copyright {
    background: #eaeaea;
}

/* // Footer */

/* Fixed left bar */
.full_bar {
    position: relative;
    height: 100vh;
    width: 100%;
}

.full_bar.-expanded>.sidebar {
    left: 0;
    transition: all .1s ease-in;
}

.full_bar.-expanded>.content {
    margin-left: 191px;
    transition: all .1s ease-in;
}

.full_bar.-collapsed>.sidebar {
    left: 0;
    width: 96px;
    transition: all .1s ease-in;
}

.full_bar.-collapsed>.content {
    margin-left: 96px;
    transition: all .1s ease-in;
}

.full_bar>.sidebar {
    position: fixed;
    top: 0px;
    bottom: 0;
    width: 191px;
    background: #fff;
    border-right: 1px solid #eaeaea;
    box-shadow: 0 8px 24px 0 rgba(21, 21, 22, .04);
    z-index: 9;
    padding: 16px 12px;
}

.btn_expend {
    background: #fff;
    bottom: 8px;
    left: 32px;
    padding: 0;
    position: absolute;
    border: 0;
    color: #351249;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.text_btn_Collapse {
    margin-left: 0.5rem;
}

.menu-nav-item {
    position: relative;
}

.menu-nav-link {
    padding: .6rem 1rem;
    position: relative;
    align-items: center;
    display: flex;
    border-radius: 6px;
    font-size: 15px;
    margin-top: 8px;
    color: #423547;
    line-height: 1.2;
}

.left_navbar .menu-nav-link {
    text-align: center;
}

.menu-nav-link.active,
.menu-nav-link:hover,
.menu-nav-link:focus,
.left_navbar>.menu-nav-item:hover>a {
    background: #eed4ff;
    box-shadow: 0 3px 4px #aeaeae3d;
    color: #340f49;
}

.menu-nav-link .nav-icon-wrap {
    display: flex;
    margin-right: .65rem;
}

.left_navbar_sub_menu {
    background: #f7f7f7;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    display: none;
    left: 90%;
    padding: 10px;
    position: absolute;
    width: 226px;
    z-index: 99;
    top: -20px;
}

.menu-nav-item:hover .left_navbar_sub_menu {
    display: block;
}

.left_navbar_sub_menu .menu-nav-link {
    border-bottom: 1px solid #b7b9c2;
    border-radius: 0;
    font-size: 14px;
    margin: 0;
    padding: .7rem 0.6rem;
    width: 100%;
}

.left_navbar_sub_menu .menu-nav-link:hover,
.left_navbar_sub_menu .menu-nav-link:focus {
    border-bottom: 0;
    border-radius: 6px;
}

.left_navbar_sub_menu .menu-nav-link.more_link {
    color: #09769f !important;
}

.left_navbar_sub_menu .menu-nav-link.more_link:hover {
    color: #340f49 !important;
    background: transparent;
    box-shadow: none;
    text-decoration: underline !important;
}

.-collapsed .sidebar_logo img {
    height: 24px;
}

.-collapsed .btn_expend {
    left: 39px;
}

.-collapsed .left_navbar>.menu-nav-item>.menu-nav-link {
    flex-direction: column;
}

.-collapsed .nav-icon-wrap {
    margin: 6px auto 0;
}

.-collapsed .nav-link-text {
    font-size: 13px;
}

.-collapsed .btn_expend svg {
    transform: rotate(180deg);
}

.-collapsed .text_btn_Collapse {
    display: none;
}

.full_bar>.content {
    min-height: 100vh;
}

.sidebar_logo {
    margin: 0.5rem 0 1.5rem;
}

/* // Fixed left bar */
/* Index */
.gv_banner .carousel-inner .carousel-item {
    background: linear-gradient(180deg, #351249 0%, #2b6d7f 100%);
    background-size: 100% 100%;
    height: 419px;
}

.gv_banner .bi_right_form {
    background: #fff;
    padding: 30px 20px;
    margin-right: 16px;
    border-radius: 6px;
}

.gv_banner_media {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.gv_banner_media h3 {
    color: #fff;
    font-size: 31px;
    line-height: 1.2em;
    padding: 0 0 10px;
    line-height: 1.5em;
    margin: 0;
}

.gv_banner_media .learn_more_a {
    width: 115px;
    background: #5ccbf5;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .15), 0 2px 2px 0 rgba(0, 0, 0, .1);
    border-radius: 6px;
    color: #340f49;
    display: inline-block;
    font-size: 15px;
    padding: 6px 20px;
}

.gv_banner_thumb {
    background: #fff;
    margin: 30px 0 47px 0;
    padding: 15px 0;
    width: 100%;
    border-radius: 6px;
}

.gv_banner_thumb ul {
    display: flex;
    flex-wrap: wrap;
}

.gv_banner_thumb li {
    width: 25%;
    height: 78px;
    padding: 20px;
    background: url('../images/gv_banner_logo.png') no-repeat;
    background-size: 619px;
}

.gv_banner_thumb li:first-child {
    background-position: 0px -16px;
}

.gv_banner_thumb li:nth-child(2) {
    background-position: -153px -16px;
}

.gv_banner_thumb li:nth-child(3) {
    background-position: -304px -16px;
}

.gv_banner_thumb li:nth-child(4) {
    background-position: -458px -16px;
}

.gv_banner_thumb li:nth-child(5) {
    background-position: 0px -94px;
}

.gv_banner_thumb li:nth-child(6) {
    background-position: -153px -94px;
}

.gv_banner_thumb li:nth-child(7) {
    background-position: -304px -94px;
}

.gv_banner_thumb li:nth-child(8) {
    background-position: -456px -96px;
}

.gv_banner_thumb li:nth-child(9) {
    background-position: 0px -171px;
}

.gv_banner_thumb li:nth-child(10) {
    background-position: -153px -171px;
}

.gv_banner_thumb li:nth-child(11) {
    background-position: -304px -171px;
}

.gv_banner_thumb li:nth-child(12) {
    background-position: -458px -171px;
}

.gv_banner_thumb li:nth-child(13) {
    background-position: 0px -246px;
}

.gv_banner_thumb li:nth-child(14) {
    background-position: -153px -246px;
}

.gv_banner_thumb li:nth-child(15) {
    background-position: -304px -246px;
}

.gv_banner_thumb li:nth-child(16) {
    background-position: -454px -246px;
}

.gv_banner_dis {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    height: 100%;
}

.gv_banner_dis h1 {
    font-size: 37px;
    color: #fff;
    margin-bottom: 18px;
}

.gv_banner_dis h2 {
    font-size: 19px;
    color: #fff;
    line-height: 1.6rem;
}

.gv_banner_dis .request-btn {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .15), 0 2px 2px 0 rgba(0, 0, 0, .1);
    background: #fff;
    color: #212121;
    margin-top: 15px;
    border-radius: 6px;
    display: inline-block;
    padding: 0.65rem 1.8rem;
}

.gv_banner_form {
    margin: 30px 0;
    background: #fff;
    padding: 30px 20px;
    border-radius: 6px;
}

.gv_banner_form h5 {
    font-size: 14.4px;
    margin-top: 0;
    line-height: 1.4;
    margin-bottom: 1rem;
}

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

.gv_banner_form .form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.gv_banner_form label {
    font-size: 13px;
}

.gv_banner_form label a {
    color: #128ab7;
    text-decoration: underline;
}

.gv_banner_form_btn {
    background: #351049;
    color: #fff;
    border-radius: 6px;
    border: 0;
    width: 100%;
    padding: 8px 14px;
    display: block;
    font-size: 15px;
}

.gv_banner_form_btn:hover {
    color: #fff;
}

.gv_welcome_tab h2 {
    color: #000;
    font-size: 27px;
    text-align: center;
    padding: 30px 0;
    margin: 0;
}

.gv_welcome_tab ul.nav {
    border: 1px solid #dee2e6;
    border-right: 0 none;
    background: none;
    margin: 0 0 10px;
    border-bottom: none;
}

.gv_welcome_tab ul.nav li {
    width: 20%;
    text-align: center;
}

.gv_welcome_tab ul.nav li a {
    background: #f3f3f3;
    border-radius: 0;
    font-size: 16px;
    color: #340f49;
    display: block;
    border-radius: 0;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    margin: 0;
    padding: 15px 0px 15px 0px;
}

.gv_welcome_tab ul.nav li a.active {
    background: #f5fafc;
    border-bottom: 0 none;
}

.gv_welcome_tab ul.nav svg,
.gv_welcome_tab ul.nav img {
    margin-right: 10px;
    vertical-align: sub;
}

.gv_welcome_tab h3 {
    font-size: 23px;
    color: #340f49;
    margin: 30px 0 10px;
}

.gv_welcome_tab p {
    font-size: 16px;
    color: #1e3651;
    margin: 0 0 20px;
}

.gv_summary_box_index ul {
    margin-bottom: 20px;
}

.gv_summary_box_index ul li {
    padding: 10px 10px 0px 30px;
    font-size: 16px;
    position: relative;
    color: #1e3651;
}

.gv_summary_box_index ul li::before {
    content: "";
    background: url('data:image/svg+xml,<svg id="uuid-fb8b17b6-48c8-4c1d-8c36-5d501465e136" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 325 248.3" width="18" height="18"><rect x="46.6" y="67.6" width="80.1" height="188.3" rx="21.1" ry="21.1" transform="translate(-89 108.6) rotate(-45)" style="fill: %237dc67d; stroke-width: 0px;"></rect><rect x="85.9" y="70.6" width="256.6" height="80.1" rx="21.1" ry="21.1" transform="translate(-15.5 183.9) rotate(-45)" style="fill: %237dc67d; stroke-width: 0px;"></rect></svg>');
    width: 15px;
    height: 15px;
    position: absolute;
    top: 14px;
    left: 0;
    background-repeat: no-repeat;
    background-size: 100%;
}

.gv_summary_box_index .service_img {
    margin: 20px 15px 0;
}

.gv_bus_img img {
    border-radius: 6px;
}

.gv_welcome_tab_btn {
    margin: 0 0px 30px;
}

.gv_why_choose {
    background: #f3f3f3;
    padding: 30px 0;
}

.gv_why_choose h2 {
    margin: 0px 0 16px;
    color: #000;
    font-size: 26px;
}

.gv_why_choose p {
    font-size: 17px;
    color: #5b5b5b;
    margin: 0 0 20px;
}

.gv_why_choose .carousel-indicators {
    display: none;
}

.gv_why_choose .gv_why_choose_quote {
    position: relative;
}

.gv_why_choose .gv_why_choose_quote::after {
    content: "";
    background: url(../images/quote.svg) no-repeat;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.gv_why_choose .carousel {
    float: left;
    width: 100%;
    overflow: hidden;
}

.testimonal_read_sec {
    float: left;
    width: 100%;
}

.testimonal_read_sec:before {
    float: left;
    clear: both;
    content: "";
    width: 100%;
}

.gv_tiltle_speak {
    font-size: 26px;
    color: #000;
    margin: -6px 0 16px;
}

.gv_client_name {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
}

.gv_fact_sec {
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #dee2e6;
    padding: 40px 0;
}

.gv_fact_heading {
    border-bottom: 1px solid #dee2e6;
    margin: 5px 0 40px;
}

.gv_fact_heading h2 {
    color: #340f49;
    font-size: 23px;
    text-align: center;
    margin: 0 auto -12px;
    background: #fff;
    display: block;
    max-width: 520px;
}

.gv_fact_listing {
    border: 1px solid #dee2e6;
    padding: 10px 0;
    margin: 20px 0 0;
    border-radius: 6px;
}

.gv_fact_listing h3 {
    color: #3198be;
    font-size: 40px;
    margin: 0;
}

.gv_fact_listing h4 {
    color: #5b5b5b;
    font-size: 17px;
    margin: 5px 0;
}

.gv_client_sec ul {
    width: 100%;
    background: #fff;
    border-left: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
    display: flex;
    flex-wrap: wrap;
}

.gv_client_sec ul li {
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    background: url(../images/client_know_bg.jpg) no-repeat;
    padding: 20px;
    text-align: center;
    width: 20%;
    height: 80px;
    background-size: 1034px;
}

.gv_client_sec ul li:first-child {
    background-position: 19px 0;
}

.gv_client_sec ul li:nth-child(2) {
    background-position: -187px 0;
}

.gv_client_sec ul li:nth-child(3) {
    background-position: -399px 0;
}

.gv_client_sec ul li:nth-child(4) {
    background-position: -604px 0;
}

.gv_client_sec ul li:nth-child(5) {
    background-position: -822px 0;
}

.gv_client_sec ul li:nth-child(6) {
    background-position: 16px -80px;
}

.gv_client_sec ul li:nth-child(7) {
    background-position: -195px -79px;
}

.gv_client_sec ul li:nth-child(8) {
    background-position: -407px -79px;
}

.gv_client_sec ul li:nth-child(9) {
    background-position: -603px -76px;
}

.gv_client_sec ul li:nth-child(10) {
    background-position: -817px -79px;
}

.client_img_logo {
    border: 1px solid #f1f1f1;
    border-top: 0;
    padding: 20px;
    text-align: center;
    width: 20%;
    height: 80px;
    margin: 0 auto;
}

.gv_heading_client h4 {
    color: #5b5b5b;
    font-size: 17px;
    margin: 1.5rem 0 0;
}

.gv_trust_sec {
    background: #f3f3f3;
    padding: 40px 0;
}

.gv_trust_heading {
    border-bottom: 1px solid #dee2e6;
    margin: 5px 0 40px;
}

.gv_trust_heading h2 {
    color: #340f49;
    font-size: 22px;
    text-align: center;
    margin: 0 auto -12px;
    background: #f3f3f3;
    display: block;
    max-width: 850px;
}

.gv_trust_col {
    text-align: center;
    margin: 20px 0 0;
}

.gv_trust_col h3 {
    color: #340f49;
    font-size: 17px;
}

.gv_trust_col h4 {
    color: #666;
    font-size: 14px;
    line-height: 1.3em;
}

.gv_latest_report h2 {
    margin-bottom: 0;
    font-size: 23px;
    color: #340f49;
    border-bottom: 1px solid #dee2e6;
    padding: 10px 0;
}

.gv_latest_report h3 {
    margin: 15px 0 5px;
    font-size: 18px;
    color: #340f49;
    padding: 7px 0;
    line-height: 1.3em;
}

.gv_latest_report p {
    margin: 0;
    font-size: 15px;
    color: #666565;
    padding: 7px 0 10px;
}

.gv_report_read {
    color: #128ab7;
    font-size: 13px;
    font-weight: bold;
}

.read_more_anchor {
    color: #128ab7;
    font-size: 13px;
    font-weight: bold;
}

/* // Index */

/* compass */
.gv_compass_header {
    padding: 12px 0;
    width: 100%;
    background: #351149;
    position: fixed;
    z-index: 9999;
    top: 0;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

.gv_compass_header.header_fixed_small {
    padding: 5px 0;
}

.gv_compass_header.header_fixed_small .logo svg,
.gv_compass_header.header_fixed_small .logo img {
    width: 100px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    padding: 5px 10px;
}

.gv_compass_header.header_fixed_small nav.navbar .nav-item.nav-link {
    font-size: 11px;
    padding: 6px 12px;
}

.gv_compass_header.header_fixed_small .btn-free-demo {
    font-size: 11px;
    padding: 0.1rem 0.6rem;
    line-height: 2;
    height: 26px;
}

.gv_compass_header.header_fixed_small .gv_compass_search {
    height: 28px;
}

.gv_compass_header.header_fixed_small .gv_compass_search input[type="text"] {
    font-size: 12px;
    font-weight: bold;
    height: 26px;
}

.gv_compass_header.header_fixed_small .gv_compass_search input[type="submit"] {
    background-size: 16px;
}

.gv_compass_header .navbar {
    padding: 5px 0;
}

.gv_compass_header .nav-item.nav-link {
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    padding: 8px 12px;
}

.gv_compass_header .dropdown-toggle:after {
    font-size: 16px;
    vertical-align: 1.6px;
    margin-left: 0;
}

.btn-free-demo {
    color: #fff;
    background: #5ccbf5;
    padding: 0.4rem 1.2rem;
    font-weight: 700;
    font-size: 14px;
    margin-left: 1rem;
    border-radius: 6px;
    display: block;
    border: 2px solid #5ccbf5;
}

.btn-free-demo:hover,
.btn-free-demo:focus {
    background: transparent;
    color: #fff;
    border: 2px solid #5ccbf5;
}

.gv_compass_search {
    border-radius: 6px;
    border: 1px solid #ced4da;
    height: 33px;
    margin: 0 1rem;
    position: relative;
    width: 330px;
    background: #fff;
}

.gv_compass_search input[type=text] {
    border: 0;
    float: left;
    font-size: 14px;
    padding: 5px;
    width: 90%;
    border-radius: 6px;
}

.gv_compass_search input[type=text]:focus,
.gv_compass_search input[type=text]:hover {
    border: 0;
    box-shadow: none;
    outline: 0;
}

.gv_compass_search input[type=submit] {
    background: url('../images/search_icn.png') no-repeat scroll center 6px;
    border: 0;
    float: left;
    font-size: 14px;
    height: 33px;
    position: absolute;
    right: 0;
    width: 33px;
    cursor: pointer;
}

.gv_compass_header .navbar-toggler {
    margin: -45px 0 0 auto;
    color: #fff;
    border-color: #fff;
    padding: 6px 6px 0px 6px;
}

.gv_compass_header .navbar-toggler:focus {
    outline: none !important;
    box-shadow: none;
}

.gv_compass_header .navbar-toggler-icon {
    background: transparent;
}

.compass_banner {
    padding: 150px 0 100px;
    position: relative;
    background: #340f49;
}

.compass_banner:after {
    background: url('../img/GVR_Compass_graphic.png') no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.1;
    background-size: 100%;
    background-position: center 70px;
}

.compass_banner:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    content: "";
    background: -moz-linear-gradient(top, rgba(41, 137, 216, 0) 0%, rgba(87, 185, 228, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(41, 137, 216, 0) 0%, rgba(87, 185, 228, 1) 100%);
    background: linear-gradient(to bottom, rgba(41, 137, 216, 0) 0%, rgba(87, 185, 228, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002989d8', endColorstr='#57b9e4', GradientType=0);
}

.compass_banner_inner {
    position: relative;
    z-index: 9;
}

.compass_banner_inner h1 {
    color: #fff;
    font-size: 56px;
    margin: 3rem 0 2rem;
}

.compass_banner_inner p {
    color: #fff;
    font-size: 24px;
}

.watch_btn {
    background: #351149;
    color: #fff;
    padding: 0.5rem 1.5rem;
    display: inline-block;
    margin: 0 auto;
    font-size: 18px;
    border-radius: 6px;
}

.watch_btn:hover,
.watch_btn:focus {
    color: #fff;
    background: #5ccbf5;
}

.compass_slide {
    background: #fff;
    padding: 100px 0;
}

.compass_slide .slide_heading {
    text-align: center;
    color: #423547;
    font-size: 22px;
    margin-bottom: 50px;
    line-height: 1.4;
}

.compass_slide .carousel-indicators {
    position: relative;
    margin: -1rem 0 0;
    display: block;
}

.investment_slide .carousel-indicators {
    position: absolute;
    margin: 0;
    top: 124px;
}

.compass_slide .carousel-indicators button[data-bs-target] {
    opacity: 1;
    display: flex;
    color: #351249;
    font-size: 24px;
    line-height: 1.2;
    cursor: pointer;
    margin: 2rem 0 0;
    border: 0;
    text-indent: 0;
    height: auto;
    width: 100%;
    align-items: center;
    text-align: left;
    background: transparent;
}

.compass_slide .carousel-indicators button.active {
    color: #5ccbf5;
}

.compass_slide .carousel-indicators button:before {
    opacity: 0;
    content: "";
    border-left: 13px solid #5ccbf5;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    margin: 5px 15px 11px 0;
    position: static;
    width: 16px;
    height: 16px;
}

.compass_slide .carousel-indicators button.active:before {
    opacity: 1;
}

.compass_slide .carousel-indicators .active:before {
    opacity: 1;
    border-left-color: #351249;
}

.compass_counter {
    background: #f5fafd;
    text-align: center;
    padding: 100px 0;
}

.compass_count h3 {
    color: #5ccbf5;
    font-size: 48px;
    margin-bottom: 1.25rem;
}

.compass_count h6 {
    color: #351249;
    font-size: 20px;
    line-height: 1.5;
}

.compass_power {
    background: #35124a;
    padding: 100px 0;
}

.compass_power h2 {
    color: #fff;
    font-size: 48px;
    margin-bottom: 2rem;
    line-height: 1.4;
}

.compass_power ul li {
    color: #fff;
    font-size: 24px;
    padding: 0.4rem 0px 0.4rem 36px;
    display: flex;
    align-items: center;
    position: relative;
    font-style: italic;
}

.compass_power ul li:before {
    background: #5ccbf5;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
}

.compass_power ul li:after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="26" fill="%23340f49"><path d="M22.903 2.828 20.075 0 6.641 13.435 3.102 9.09 0 11.616l6.338 7.779L22.903 2.828z"/></svg>');
    font-family: fontawesome;
    position: absolute;
    top: 10px;
    font-size: 22px;
    left: 7px;
    color: #35124a;
}

.compass_value {
    background: #fff;
    padding: 100px 0;
}

.compass_value h2 {
    color: #35124a;
    font-size: 48px;
    margin-bottom: 2rem;
}

.compass_value ul li {
    font-size: 24px;
    color: #423547;
    padding: 0.5rem 0;
}

.compass_trial_sec {
    background: #f5fafd;
    padding: 100px 0;
}

.compass_trial_sec h2 {
    color: #390f4e;
    font-size: 48px;
    margin: 0 0 30px;
    text-align: center;
}

.compass_trial_sec p {
    color: #423547;
    font-size: 28px;
    text-align: center;
    max-width: 1010px;
    margin: 0 auto 50px;
}

.compass_trial_sec .form-control,
.compass_trial_sec .form-select {
    font-size: 16px;
}

.compass_trial_sec .btn-submit {
    background: #351149;
    color: #fff;
    margin: 0 auto;
    display: inline-block;
    border-radius: 6px;
    padding: 0.5rem 2.5rem;
    font-size: 18px;
}

.compass_trial_sec .btn-submit:hover,
.compass_trial_sec .btn-submit:focus {
    background: #5ccbf5;
    color: #fff;
    ;
}

.gv_compass_footer {
    color: #333;
    background: #fff;
    font-size: 13px;
    padding: 1.5rem 0;
}

/* // compass */

/* pipeline */
.compass_banner.pipline_banner {
    padding: 80px 0 100px 0;
}

.pipline_intelligence_sec {
    background: #f5fafc;
    padding: 80px 0;
}

.pipline_intelligence_sec h3 {
    font-size: 24px;
    color: #35124a;
    margin-bottom: 24px;
}

.pipline_intelligence_sec p {
    font-size: 24px;
    color: #423547;
}

.pipline_supplier_sec {
    background: #fff;
    padding: 80px 0;
}

.pipline_supplier_sec h3 {
    font-size: 24px;
    color: #35124a;
    margin-bottom: 24px;
}

.pipline_supplier_sec p {
    font-size: 24px;
    color: #423547;
}

.pipline_Benefits_sec {
    background: #f5fafc;
    padding: 80px 0;
}

.pipline_Benefits_sec h3 {
    font-size: 48px;
    color: #35124a;
    margin-bottom: 24px;
}

.pipline_Benefits_sec ul li {
    font-size: 20px;
    color: #423547;
    padding: 0.5rem 0;
}

.gvr_related_reprt_sec ul li img {
    margin-top: -2px;
}

.gvr_related_reprt_sec li {
    padding: 0 0 10px 40px;
    position: relative;
}

.gvr_related_reprt_sec li a {
    color: #232323;
}

.gvr_related_reprt_sec .gvr_related_reprt_svg {
    position: absolute;
    left: 0;
    top: 0;
    background: #340f49;
    color: #fff;
    padding: 6px 0 7px;
    width: 30px;
    height: 32px;
    text-align: center;
    border-radius: 6px;
}

.pipline_cover_sec {
    background: url('../images/pipline_cover_bg.jpg') no-repeat;
    background-size: cover;
    padding: 100px 0;
}

.pipline_cover_sec h3 {
    font-size: 48px;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}

.pipline_cover_sec ul {
    text-align: center;
}

.pipline_cover_sec ul li {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    margin: 0.5rem;
}

.pipline_cover_sec ul li a {
    display: block;
    padding: 0.5rem 1.25rem;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 30px;
    text-transform: uppercase;
}

.pipline_cover_sec ul li a:hover,
.pipline_cover_sec ul li a:focus {
    background: rgba(0, 0, 0, 0.2);
}

.pipline_research_sec {
    padding: 80px 0;
    background: #f5fafc;
}

.pipline_research_sec h3 {
    font-size: 48px;
    color: #390f4e;
    text-align: center;
    margin-bottom: 3rem;
}

.pipline_research_sec p {
    font-size: 24px;
    color: #351249;
    text-align: center;
}

.pipline_research_sec h4 {
    font-size: 24px;
    color: #351249;
}

.pipline_research_sec ul li {
    font-size: 20px;
    color: #351249;
    padding: 0.5rem 0 0.5rem 2.25rem;
    position: relative;
}

.pipline_research_sec ul li img {
    position: absolute;
    left: 0;
    top: 10px;
}

.compass_trial_sec.pipline_trial_sec {
    background: #5bcaf4;
}

.pipline_trial_sec h2 {
    font-size: 36px;
}

.pipline_trial_sec p {
    font-size: 24px;
}

.pipline_trial_sec p span {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.compass_trial_sec.pipline_trial_sec .btn-submit {
    background: #351149;
}

.pipline_protection_sec {
    background: #ecf0f2;
    padding: 56px 0;
    text-align: center;
}

.pipline_protection_sec h5 {
    color: #55455d;
    font-size: 18px;
    margin: 1rem 0 0;
}

.pipline_protection_item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    align-items: center;
}

.pipeline_method h2 {
    margin-top: 5px;
    font-weight: bold;
    text-align: left;
    color: #128ab7;
    border-bottom: 0px solid #dcdcdc;
    font-size: 24px;
    padding: 15px 0px 0px 0;
    font-style: italic;
}

/* // pipeline  */

/* Brainshare */

.brainshare_sec_2 {
    background: #f5fafc;
}

.brain_value_heading {
    font-size: 36px;
    color: #35124a;
}

.brain_value_box {
    height: 100%;
    border-radius: 12px;
    padding: 1.5rem 12px;
    background: #340f49;
    color: #fff;
}

.brain_value_box h3 {
    color: #5bcaf4;
    margin: 0 !important;
    font-size: 22px;
}

.brain_value_box p {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}

.brain_value_box_5_col .brain_value_box h3 {
    font-size: 16px;
}

.brain_value_box_5_col .brain_value_box li {
    list-style: disc;
    padding-left: 10px;
    margin-bottom: 0.5rem;
}

.brianshare_ul_style_2 li {
    list-style: none !important;
    padding: 0 !important;
    position: relative;
    padding-left: 36px !important;
    margin: 0.5rem 0 !important;
}

.brianshare_ul_style_2 li img {
    position: absolute;
    left: 10px;
    top: 3px;
}

.brainshare_sevices_Sec h2 {
    font-size: 36px;
    color: #35124a;
    margin-bottom: 24px;
}

.brainshare_sevices_Sec h3 {
    font-size: 24px;
    color: #35124a;
    margin-bottom: 24px;
}

.brainshare_sevices_Sec ul li {
    list-style: disc;
    padding-left: 10px;
    margin-bottom: 0.5rem;
}

.brainshare_banner p {
    font-size: 24px;
    line-height: 1.5;
}

.brainshare_banner span {
    font-family: itcfranklingothicstd-demi;
    font-size: 32px;
    display: block;
}

/* // Brainshare */


/* Breadcuumb and Inner Container */
.gv_breadcrumb {
    z-index: 9;
    position: relative;
}

.gv_breadcrumb ul {
    margin-bottom: 10px;
    display: flex;
}

.gv_breadcrumb li {
    color: #d3d3d3;
    font-size: 12px;
    margin: 10px 5px 0 0;
    flex-grow: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gv_breadcrumb li a {
    color: #d3d3d3;
}

.gv_breadcrumb .breadcrumb_fit_con {
    display: table;
}

.breadcrumb_new li:last-child {
    max-width: 550px;
}

.gv_inner_page_sec {
    position: relative;
    padding-bottom: 50px;
}

.gv_inner_page_sec:after {
    position: absolute;
    content: "";
    height: 700px;
    width: 100%;
    left: 0;
    top: 0;
    background: #351249;
    background: linear-gradient(0deg, rgba(43, 109, 127, 1) 0%, rgba(43, 109, 127, 1) 60%, rgba(53, 18, 73, 1) 94%);
}

.gv_inner_page {
    z-index: 9;
    position: relative;
    box-shadow: -5px 0 2px -5px #eee;
}

.gv_inner_page_bg {
    background: #fff;
    min-height: 750px;
    border-radius: 6px;
    margin-bottom: 50px;
    box-shadow: 5px 0 2px -5px #eee;
}

/* // Breadcuumb and Inner Container */

/* press room */
.nav-tab-list a.nav-link {
    color: #340f49;
}

.nav-tab-list a.nav-link.active {
    background: #340f49;
    border-color: #340f49;
    color: #fff;
}

/* // press room */

.errorMessage {
    opacity: 1;
    background: #eee;
    border: none;
    border-left: 5px solid;
    border-radius: 0;
    color: #a94442;
    padding: 15px;
    margin-bottom: 20px;
}

/* Checkout */
.gv_checkout_payment h6 {
    font-size: 14px;
    padding: 9px 0;
    margin: 24px 0 0;
}

.gv_sequre_pay_heading {
    font-weight: bold;
    font-size: 14px;
    margin: 10px 0;
}

.secure_payment_box {
    border: 1px solid #ced4da;
    border-radius: 2px;
    padding: 16px 10px 8px;
    text-align: center;
}

.secure_payment_box .d-flex {
    min-height: 55px;
    align-items: center;
}

.gv_checkout_right {
    background: #edeef0;
    padding: 10px 20px;
    margin: 44px 0 0;
    border-radius: 6px;
}

.gv_checkout_right h3 {
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin: 12px 0 10px;
    font-size: 17px;
    font-weight: bold;
    color: #128ab7;
}

.gv_checkout_right input[type="text"]#promo_code {
    border: 1px solid #c7c7c7;
    border-radius: 2px 0px 0px 2px !important;
    float: left;
    width: 50%;
    height: 32px;
    margin: 0 0 10px;
    font-size: 12px;
    padding: 5px 10px;
}

.gv_checkout_right input[type="text"]#promo_code:hover,
.gv_checkout_right input[type="text"]#promo_code:focus {
    outline: none;
}

.gv_promo_apply_btn {
    border: 0;
    background: #128ab7;
    color: #fff;
    font-weight: bold;
    width: 65px;
    float: left;
    border-radius: 0;
    height: 32px;
    margin: 0 0 10px;
    padding: 0;
    font-size: 12px;
}

/* // checkout */

/* Report page Left Bar */
.gv_report_industry h2 {
    color: #340f49;
    font-size: 22px;
    font-weight: bold;
    margin: 24px 0 5px;
}

.gv_report_industry .accordion-button:not(.collapsed) {
    color: #128ab7;
    background-color: unset;
    box-shadow: unset;
}

.gv_report_industry .accordion-button:not(.collapsed)::after {
    background-image: unset;
    transform: 0.5s all;
}

.gv_report_industry .accordion-button::after {
    background-image: unset;
}

.gv_report_industry .accordion-button:before {
    content: "[+]";
    position: absolute;
    left: 0;
    background-image: none;
    width: unset;
    height: unset;
    font-size: 13px;
}

.gv_report_industry .accordion-button:not(.collapsed)::before {
    content: "[-]";
    background-image: none;
    width: unset;
    height: unset;
    font-size: 13px;
    color: #128ab7;
}

.gv_report_industry .accordion-body {
    padding-top: 0px;
    padding-bottom: 0px;
}

.gv_report_industry .accordion-button {
    font-size: 14px;
    color: #128ab7;
    border-bottom: 1px solid #dee2e6;
    box-shadow: unset;
}


.gv_report_industry .accordion-body ul li {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 5px;
    padding-top: 10px;
}

.gv_report_industry .accordion-body ul li a {
    font-size: 15px;
    color: #128ab7;
}

.gv_report_insight h2 {
    color: #340f49;
    font-size: 22px;
    font-weight: bold;
    margin: 30px 0 5px;
}

.gv_report_insight li {
    padding: 10px 0;
    border-bottom: 1px solid #dee2e6;
}

.gv_report_insight li:first-child {
    border-top: 1px solid #dee2e6;
}

.gv_report_insight li a {
    font-size: 15px;
    color: #128ab7;
    margin: 0 0 0 15px;
    display: block;
}

.gv_report_insight li a.active {
    font-weight: bold;
    position: relative;
}

.gv_report_insight li a.active::after {
    content: "";
    background: url(../images/angle-right.svg) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 4px;
    right: 0px;
}

/* // Report page Left Bar */

/* Right Bar */
.gv_social_r_sec {
    border: 1px solid #dee2e6;
    margin: 20px 0 20px;
    border-radius: 6px;
}

.gv_social_r_sec ul {
    padding: 10px 0 6px 0;
    width: 162px;
    margin: auto;
    display: flex;
    justify-content: center;
}

.gv_social_r_sec ul li {
    text-align: center;
    font-size: 10px;
    line-height: 1.2rem;
}

.gv_social_r_sec ul li+li {
    margin-left: 15px;
}

.gv_social_r_sec ul li a {
    color: #212529;
}

.gv_social_r_sec ul li.facbook_color a svg {
    background: rgb(89, 134, 229);
}

.gv_social_r_sec ul li.twiter_color a svg {
    background: rgb(82, 210, 255);
}

.gv_social_r_sec ul li.google_color a svg {
    background: rgb(248, 73, 51);
}

.gv_social_r_sec ul li.linkedin_color a svg {
    background: rgb(89, 202, 255);
}

.gv_social_r_sec ul li a svg,
.gv_social_r_sec ul li a img {
    width: 30px;
    height: 30px;
    border-radius: 6px;
    font-size: 20px;
    padding: 4px 0px;
    background: #eee;
    border: 1px solid #bbb;
}

.gv_schedule_call {
    margin: 0 0 20px;
}

.gv_schedule_call h2 {
    color: #340f49;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3em;
}

/* // Right Bar */

/* Report Listing */
.gv_iner_about_heading {
    border-bottom: 1px solid #dee2e6;
    color: #128ab7;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    margin: 30px 0 10px;
    padding: 0 0 7px;
}

.gv_iner_about_heading h4 {
    font-size: 22px;
    margin: 0;
    font-weight: bold;
    line-height: 1.3em;
}

.gv_iner_about_heading h3 {
    font-size: 18px;
    margin: 0;
    font-weight: bold;
    line-height: 1.3em;
}

.gv_advanced_report_list {
    border-bottom: 1px dotted #a9a8aa;
    margin: 0 0 10px;
    padding: 0 0 5px;
}

.gv_advanced_report_list h2 {
    font-size: 17px;
    font-weight: bold;
    color: #351249;
    margin: 20px 0 20px;
}

.gv_advanced_report_list h3 {
    color: #340f49;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 20px 0 10px;
}

.gv_advanced_report_list h3 a {
    color: #340f49;
    display: block;
}

.gv_advanced_report_list p {
    font-size: 1rem;
    margin: 0 0 10px;
    line-height: 1.6em;
    letter-spacing: 0.2px;
}

.gv_advanced_report_list span {
    font-size: 15px;
    color: #888;
}

.gv_advanced_report_list ul li {
    list-style: disc;
    margin-left: 25px;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

.gv_read_more {
    color: #128ab7;
    font-size: 13px;
    font-weight: bold;
}

.gv_pagination {
    margin: 20px 0;
}

.gv_pagination .page-item.disabled {
    cursor: not-allowed;
}

.gv_pagination .page-item.active .page-link {
    background: #5ccbf5;
    color: #fff;
    border-color: #5ccbf5;
}

.gv_pagination .page-link {
    color: #212529;
}

.ancker {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chat-left-quote" viewBox="0 0 16 16"><path d="M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H4.414A2 2 0 0 0 3 11.586l-2 2V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12.793a.5.5 0 0 0 .854.353l2.853-2.853A1 1 0 0 1 4.414 12H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z"/><path d="M7.066 4.76A1.665 1.665 0 0 0 4 5.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 1 0 .6.58c1.486-1.54 1.293-3.214.682-4.112zm4 0A1.665 1.665 0 0 0 8 5.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 1 0 .6.58c1.486-1.54 1.293-3.214.682-4.112z"/></svg>');
}

/* // Report Listing */

/* testimonials */
.gv_testimonials_sec {
    background: #f8f6f6;
}

.gv_testimonials_sec img {
    border: 1px solid #dee2e6;
    margin-top: 0.5rem;
    padding: 1.5rem;
    background: #fff; 
}

.gv_client_tes_banner {
    background: url(../img/gv_client_banner11.jpg) no-repeat;
    background-size: cover;
    padding: 90px 0;
    color: #fff;
    text-align: center; 
    background-position: center;
}

.gv_client_tes_banner h1 {
    font-size: 42px;
    margin: 0 0 20px;
    font-weight: bold;
}

.gv_client_tes_banner p {
    font-size: 22px;
}

/* Investment Insights */
.investment_insights_sec_1 .card_1 h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.investment_insights_sec_1  p {
    font-size: 18px;
    color: #1e1e1e;
    line-height: 28px;
}
/* // Investment Insights */

/* // testimonials */

/* conferences */
.gv_conference_img {
    transition: all 0.3s ease-in-out;
}

.gv_conference_img img:hover {
    filter: grayscale(100%);
}

.gv_view_link {
    color: #128ab7;
    display: inline-block;
    padding: 0 15px 10px 0;
    text-decoration: underline;
    font-size: 15px;
}

/* // conferences */

/* Faq */
.gv_faq_heading {
    font-weight: bold;
    font-size: 15px;
    color: #128ab7;
    margin: 20px 0;
}

.gv_faq_sec h4 {
    color: #340f49;
    font-size: 14px;
    font-weight: bold;
}

/* // Faq */

/* Contact Us */
.gv_contact_heading {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}

.gv_contact_box {
    background: #f6f6f6;
}

.gv_contact_box .form-control,
.gv_contact_box .form-select {
    font-size: 13px;
    padding: 9px 10px;
    border: 1px solid #c7c7c7;
    height: auto;
}

.gv_contact_right_bar h3 {
    font-size: 15px;
    font-weight: bold;
    color: #3a2160;
}

/* // Contact Us */

/* Sitemap */
.gvr_sitemap_box {
    border: 1px solid #dee2e6;
    padding: 0 20px 20px;
    margin: 0 0 20px 0;
}

.gvr_sitemap_heading {
    border-bottom: 1px solid #dee2e6;
    color: #128ab7;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin: 30px 0 10px;
    padding: 0 0 7px;
}

.gvr_sitemap_heading a {
    color: #343a40;
}

.gvr_sitemap_subheading {
    font-size: 16px;
    margin: 30px 0 10px;
}

.gvr_sitemap_subheading a {
    color: #128ab7;
}

/* // Sitemap */

/* static page */
.gv_static_inner p {
    font-size: 1rem;
    margin: 0 0 10px;
    line-height: 1.6em;
    letter-spacing: 0.2px;
}

.gv_static_inner a {
    color: blue;
}

.gv_static_intro {
    color: #340f49;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 35px 0 15px;
}

.gv_static_intro_2 {
    font-weight: bold;
    font-size: 15px;
    color: #128ab7;
    margin: 20px 0 10px;
}

.gv_static_list li {
    list-style: disc;
    margin-left: 25px;
    line-height: 1.6;
    font-size: 1rem;
}

.gv_static_banner {
    background: url(../images/gvr-about-banner.jpg) no-repeat;
    background-size: cover;
    padding: 90px 0;
    color: #fff;
    text-align: center;
}

.gv_static_banner h1 {
    font-size: 42px;
    margin: 0 0 20px;
}

.gv_static_banner p {
    font-size: 22px;
    margin: 0;
}

.gv_static_left_menu {
    background: #f1f2ed;
    border: 1px solid #dee2e6;
}

.gv_static_left_menu ul li a {
    position: relative;
    display: block;
    width: 100%;
    padding: 8px 0 8px 28px;
    color: #151515;
    font-size: 16px;
}

.gv_static_left_menu ul li a.active {
    font-weight: bold;
    color: #000;
}

.gv_static_left_menu ul li a.active:before {
    content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='currentColor' class='bi bi-chevron-double-right' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='M3.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L9.293 8 3.646 2.354a.5.5 0 0 1 0-.708z'/><path fill-rule='evenodd' d='M7.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L13.293 8 7.646 2.354a.5.5 0 0 1 0-.708z'/></svg>");
    position: absolute;
    left: 5px;
    font-size: 18px;
    line-height: 1.3;
}

.gv_static_top_sec h2 {
    font-size: 24px;
    color: #151515;
}

/* // static page */

/* old who we are   */
.gv_research_type_sec {
    background: url(../images/gvr-about_solution.jpg) no-repeat;
    background-size: cover;
}

.gv_research_type_sec h3 {
    color: #151515;
    font-size: 20px;
    text-align: center;
}

.gv_research_type_sec ul li {
    color: #151515;
    position: relative;
    padding: 20px 0 0 20px;
}

.gv_research_type_sec ul li:before {
    content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='' height='' fill='currentColor' class='bi bi-chevron-double-right' viewBox='0 0 16 16'>  <path fill-rule='evenodd' d='M3.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L9.293 8 3.646 2.354a.5.5 0 0 1 0-.708z'/><path fill-rule='evenodd' d='M7.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L13.293 8 7.646 2.354a.5.5 0 0 1 0-.708z'/></svg>");
    position: absolute;
    left: 0;
    line-height: 1.3;
    width: 12px;
    height: 12px;
    top: 22px;
}

.gv_research_type_box {
    background: #f1f2ed;
    padding: 30px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.gv_research_type_icn {
    background: #340f49;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    color: #fff;
    margin: 0 auto 20px;
    text-align: center;
    font-size: 30px;
    padding: 14px 0;
}

.gv_value_sec h2 {
    font-size: 32px;
    margin: 0 0 32px;
}

.gv_value_sec p {
    font-size: 16px;
}

.gv_value_sec h3 {
    font-size: 22px;
}

.gv_about_value_icn {
    margin: 0 auto;
    background: url("../images/value_icn.png") no-repeat;
    height: 66px;
    width: 73px;
}

.gv_about_value_icn_2 {
    background-position: -90px 0;
}

.gv_about_value_icn_3 {
    background-position: -180px 0;
}

.gv_about_value_icn_4 {
    background-position: -263px 0;
}

.gv_about_value_icn_5 {
    background-position: -344px 0;
}

.gv_about_value_icn_6 {
    background-position: -436px 0;
}

.gv_service_modal {
    position: relative;
    background: #f1f2ed;
    background: -moz-linear-gradient(top, #f1f2ed 0%, #f1f2ed 53%, #555f8b 53%, #555f8b 100%);
    background: -webkit-linear-gradient(top, #f1f2ed 0%, #f1f2ed 53%, #555f8b 53%, #555f8b 100%);
    background: linear-gradient(to bottom, #f1f2ed 0%, #f1f2ed 53%, #555f8b 53%, #555f8b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f2ed', endColorstr='#545e89', GradientType=0);
}

.gv_service_modal h2 {
    font-size: 32px;
    margin: 0 0 32px;
    text-align: center;
}

.gv_service_modal p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 64px;
}

.gv_service_modal h3 {
    font-size: 20px;
    color: #340f49;
    font-weight: bold;
}

.gv_service_modal .flex-grow-1 {
    font-size: 20px;
    color: #340f49;
    font-weight: bold;
}

.gv_service_modal .gv_certificate_icn {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    border: 4px solid #5b9bd5;
    color: #5b9bd5;
}

.gv_service_modal .gv_cubes_icn {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    border: 4px solid #00c5ff;
    color: #00c5ff;
}

.gv_surface_persent b {
    font-size: 72px;
    color: #ccc;
    font-weight: bold;
    float: left;
    line-height: 1.3;
}

.gv_surface_persent span {
    font-size: 18px;
    color: #000;
    margin: 15px 0 0 10px;
    float: left;
}

.gv_ser_modal_type {
    float: right;
    max-width: 334px;
}

.gv_img_surface {
    position: absolute;
    left: 50%;
    bottom: 64px;
    margin-left: -244px;
}

.gv_modal_service {
    margin: 200px 0 112px;
    font-size: 20px;
}

.gv_modal_service li {
    color: #fff;
    padding: 10px 0 10px 22px;
    position: relative;
}

.gv_modal_service li svg,
.gv_modal_service li img {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    left: 0;
}

.gv_modal_service_right {
    float: right;
}

.gv_about_reach_sec h2 {
    font-size: 32px;
    margin: 0 0 32px;
    text-align: center;
}

.gv_about_vision_sec {
    background: #00c5ff;
    color: #fff;
}

.gv_about_vision_sec h3 {
    font-size: 24px;
    margin-top: 0;
}

.gv_about_mission_icn {
    background: url(../images/value_icn.png) no-repeat;
    background-position: -539px 0;
    width: 66px;
    height: 70px;
}

.gv_about_vision_icn {
    background: url(../images/value_icn.png) no-repeat;
    background-position: -639px 0;
    width: 66px;
    height: 70px;
}

.gv_about_structure_sec h2 {
    font-size: 32px;
    margin: 0 0 60px;
    text-align: center;
}

/* // old who we are */


/* who we are */
.gv_about_banner {
    background: url(../img/gvr_wwr_banner.jpg) no-repeat;
    position: relative;
    background-size: cover;
    padding: 80px 0;
}

.gv_about_banner_h1 {
    color: #fff;
    font-size: 64px;
    margin-bottom: 48px;
}

.gv_about_banner p {
    color: #fff;
    font-size: 24px;
    max-width: 1070px;
    margin-left: auto;
    margin-right: auto;
}

.gv_wwr_sec2 {
    padding: 80px 0;
    background: #fff;
}

.gv_wwr_sec2_heading {
    color: #351249;
    font-size: 48px;
    text-align: center;
    margin-bottom: 32px;
}

.gv_wwr_sec2 p {
    color: #423547;
    font-size: 24px;
    text-align: center;
    margin-bottom: 48px;
}

.gv_wwr_sec2 h5 {
    color: #351249;
    font-size: 32px;
    text-align: center;
}

.gv_wwr_sec2 .btn {
    background: #351249;
    border: none;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 24px;
    font-weight: bold;
    margin-top: 32px;
    transition: all 0.2s;
}

.gv_wwr_sec2 .btn:hover,.gv_wwr_sec2 .btn:focus {
    border: none;
    background: #5BCAF4;
    transform: scale(1.02);
    color: #fff;
}

.gv_wwr_sec3 {
    background: #F5FAFC;
    padding: 76px 0;
}

.gv_wwr_sec3 h6 {
    color: #351249;
    font-size: 48px;
    text-align: center;
    margin-bottom: 40px;
}

.gv_wwr_sec3 p {
    color: #423547;
    font-size: 24px;
    margin-bottom: 60px;
}

.gv_wwd_box {
    background: #351249;
    border-radius: 6px;
    padding: 56px 88px;
    margin: -160px 0 0;
    margin-bottom: 66px;
}

.gv_wwd_box_des {
    color: #fff;
    font-size: 24px;
    margin-bottom: 24px;
}

.gv_wwd_box a {
    color: #5BCAF4;
    font-size: 24px;
    text-decoration: underline;
}

.gv_wwd_box a:hover,
.gv_wwd_box a:focus {
    color: #fff;
    text-decoration: underline;
}

.precision_icn {
    margin: 40px 0 66px;
}

.precision_icn h4 {
    color: #351249;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1.2px;
    margin-top: 20px;
}

.precision_icn h4 span {
    font-size: 20px;
}

.gv_wwr_sec4 {
    padding: 80px 0;
    color: #351249;
    background: #fff;
}

.gv_wwr_sec4 h4 {
    text-align: center;
    font-size: 48px;
    margin-bottom: 40px;
}

.gv_wwr_sec4 p {
    text-align: center;
    font-size: 24px;
    color: #423547;
}

.wwr_why_do_box {
    background: #F5FAFC;
    border-radius: 6px;
    padding: 24px;
    text-align: center;
    margin: 16px 0 0;
    height: calc(100% - 16px);
}

.wwr_why_do_box h3 {
    color: #351249;
    font-size: 20px;
    font-weight: bold;
    margin: 16px 0 0;
}


.gv_touch_sec {
    background: url(../img/specialist-banner.jpg) no-repeat;
    position: relative;
    background-size: cover;
    padding: 140px 0;
}

.gv_touch_sec h2 {
    font-size: 48px;
    color: #fff;
}

.gv_touch_sec p {
    font-size: 24px;
    color: #fff;
    margin-bottom: 28px;
}

.gv_touch_sec .btn {
    background: #5BCAF4;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    padding: 16px 24px;
    transition: all 0.2s;
    line-height: 20px;
    border: none;
}

.gv_touch_sec .btn:hover, .gv_touch_sec .btn:focus {
    border: none;
    background: #351249;
     transform: scale(1.02);
     color: #fff;
}

.wwr_bottom_sec {
    text-align: center;
    padding: 40px 0;
    background: #fff;
}

.wwr_bottom_sec h6 {
    color: #55455D;
    font-size: 17px;
    margin: 20px 0 0;
}
/* // who we are */

.gv_life_at_gvr {
	background: url(../img/gvr-team-banner.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.gv_life_at_gvr::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(53, 18, 73, 0.51);
}

/* Corporate Presentation */
.gv_corporate_banner {
    background: url(../img/corporate_presentation_banner.jpg) no-repeat;
}
/* // Corporate Presentation */


/* How we work */
.gv_hww_banner {
    background: url(../images/gvr_wwr_banner.jpg) no-repeat;
    position: relative;
    background-size: cover;
    padding: 80px 0;
}

.gv_hww_banner_h1 {
    color: #fff;
    font-size: 48px;
    margin-bottom: 40px;
}

.gv_hww_banner p {
    color: #fff;
    font-size: 24px;
}

.gv_hww_banner ul {
    margin-top: 40px;
}

.gv_hww_banner h3 {
    font-size: 32px;
    color: #fff;
    margin-top: 32px;
}

.gv_hww_expertise_sec {
    background: #F5FAFC;
    padding: 80px 0;
}

.gv_hww_expertise_sec h2 {
    color: #351249;
    font-size: 48px;
    text-align: center;
    margin-bottom: 40px;
}

.gv_hww_expertise_sec p {
    color: #423547;
    font-size: 24px;
    text-align: center;
}

.gv_hww_methodology_sec {
    padding: 80px 0;
    background: linear-gradient(to bottom, #351249 70%, #5bcaf4 100%);
    text-align: center;
}

.gv_hww_methodology_sec h3 {
    font-size: 48px;
    color: #fff;
    margin-bottom: 40px;
}

.gv_hww_methodology_sec p {
    font-size: 24px;
    color: #fff;
    margin-bottom: 40px;
}

.gv_hww_methodology_sec h4 {
    font-size: 18px;
    color: #fff;
    margin: 40px auto 0;
    max-width: 864px;
}

.gv_hww_delivery_sec {
    padding: 80px 0;
    text-align: center;
    background: #F5FAFC;
}

.gv_hww_delivery_sec h3 {
    font-size: 48px;
    color: #351249;
    margin-bottom: 40px;
}

.gv_hww_delivery_sec p {
    font-size: 24px;
    color: #423547;
}

.gv_hww_about_sec {
    background: #5BCAF4;
    text-align: center;
    padding: 80px 0 112px;
}

.gv_hww_about_sec h6 {
    color: #351249;
    font-size: 48px;
    margin-bottom: 40px;
}

.gv_hww_about_box {
    background: #fff;
    margin-bottom: 32px;
    border-radius: 6px;
    padding: 22px;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
}

.gv_hww_about_box h5 {
    color: #351249;
    font-size: 24px;
    margin: 0 0 8px;
}

.gv_hww_about_box p {
    color: #423547;
    font-size: 18px;
    margin-bottom: 24px;
}

.gv_hww_about_sec .btn {
    background: #351249;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    padding: 14px 24px;
    line-height: 12px;
    font-weight: bold;
    margin-top: auto;
    align-self: center;
    transition: all 0.2s;
}

.gv_hww_about_sec .btn:hover {
    background: #5BCAF4;
    color: #fff;
    transform: scale(1.02);
}

/* // How we work */


/* brochure*/
.gv_brochure_colum_1 p {color: #423547;font-size: 18px;}
.gv_brochure_img_left {box-shadow: 0px 0px 6px #00000042;border-radius: 6px;padding: 10px;background: #fff;}
/*.gv_brochure_img_left img {height:387px;}*/
.gv_brochure_benfit_list {margin-bottom:10px;}
.gv_brochure_benfit_list li {color: #423547;display: inline-block;margin-right: 1rem;font-size:15px;font-weight: bold;padding:5px 0px;}
.gv_brochure_business_sec p {color: #423547;}
.gv_brochure_use_case h5 {color: #30b0e0;}
.gv_brochure_business_sec {background: #fff; padding: 76px 0;}
.gv_brochure_business_heading {color: #351249;font-size: 48px;text-align: center;margin-bottom: 40px;}
.gv_brochure_business_sec p {color: #423547;font-size: 18px;}
.gv_img_text {font-size: 11px;text-align: center;color: gray;}
.gvr_solution_right_bar .left_bar {top: 115px;padding: 20px 10px;font-weight: bold;width: 220px;position: sticky !important;}
.gvr_solution_right_bar .left_bar h3 {font-size: 20px;color: #340f49;}
.gvr_solution_right_bar .left_bar ul li a {color: #340f49;display: flex;padding: 6px 0;}
.gvr_solution_right_bar .left_bar svg {width: 25px;margin-top: 3px;}
/* // brochure */

/* why choose us */
.gv_why_choose_banner {
    background: url(../img/gvr_wwr_banner.jpg) no-repeat;
    background-size: cover;
    background-position: top;
}

.gv_client_focus_sec {
    padding: 80px 0 60px;
    background: #F5FAFC;
}

.gv_client_focus_sec h2 {
    color: #351249;
    font-size: 48px;
    margin-bottom: 40px;
    text-align: center;
}

.gv_client_focus_sec h4 {
    color: #351249;
    font-size: 24px;
    margin-bottom: 8px;
}

.gv_client_focus_sec p {
    color: #423547;
    font-size: 18px;
    margin-bottom: 40px;
}

.gv_client_review_sec {
    background: #5BCAF4;
    padding: 80px 0 50px;
}

.gv_client_review_sec h5 {
    color: #351249;
    font-size: 48px;
    text-align: center;
    margin-bottom: 32px;
}

.gv_client_review_sec h6 {
    color: #423547;
    font-size: 24px;
    text-align: center;
    margin-bottom: 32px;
}
.testimonial-carousel .carousel-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.testimonial-carousel .carousel-item {
    position: relative;
    background-color: #5ccbf5;
    padding: 50px;
}
.testimonial-carousel .carousel-item::after {
    position: absolute;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" data-name="Layer 1" viewBox="0 0 60 18"><path d="M14.28,18.09V10.7C14.28,5,18,1.13,23.26.09l1,2.15a6.6,6.6,0,0,0-4,5.85h4v10Zm-14,0V10.7C.26,5,4,1.13,9.26.09l1,2.15a6.6,6.6,0,0,0-4,5.85h4v10Z" transform="translate(-0.26 -0.09)" style="fill:%23eeeaf8"/><path d="M46.24.09V7.48c0,5.7-3.73,9.57-9,10.61l-1-2.15a6.62,6.62,0,0,0,4-5.85h-4V.09Zm14,0V7.48c0,5.7-3.75,9.57-9,10.61l-1-2.15a6.61,6.61,0,0,0,4-5.85h-4V.09Z" transform="translate(-0.26 -0.09)" style="fill:%23eeeaf8"/></svg>') no-repeat;
    content: "";
    width: 100px;
    height: 100px;
    background-size: 233px;
    top: 0;
    background-position: 0;
    left: 0;
    opacity: 0.5;
}
.testimonial-carousel .carousel-item::before {
    position: absolute;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" data-name="Layer 1" viewBox="0 0 60 18"><path d="M14.28,18.09V10.7C14.28,5,18,1.13,23.26.09l1,2.15a6.6,6.6,0,0,0-4,5.85h4v10Zm-14,0V10.7C.26,5,4,1.13,9.26.09l1,2.15a6.6,6.6,0,0,0-4,5.85h4v10Z" transform="translate(-0.26 -0.09)" style="fill:%23eeeaf8"/><path d="M46.24.09V7.48c0,5.7-3.73,9.57-9,10.61l-1-2.15a6.62,6.62,0,0,0,4-5.85h-4V.09Zm14,0V7.48c0,5.7-3.75,9.57-9,10.61l-1-2.15a6.61,6.61,0,0,0,4-5.85h-4V.09Z" transform="translate(-0.26 -0.09)" style="fill:%23eeeaf8"/></svg>') no-repeat;
    content: "";
    width: 100px;
    height: 100px;
    background-size: 233px;
    top: 47%;
    background-position: -139px 0;
    right: 0;
    opacity: 0.5;
}
.testimonial-carousel  p {
    color: #423547;
    font-size: 24px;
    margin-bottom: 32px;
    font-style: italic;
    z-index: 9;
    position: relative;
}

.testimonial-carousel .gv_testimonial_name {
    color: #423547;
    font-size: 24px;
    margin-top: auto;
}


/* // why choose us */



/* Case studies */

.gv_case_studies_box {
    border: 1px solid #BAACC2;
    border-radius: 6px;
    padding: 24px;
    background: #fff;
}

.gv_case_studies_box h5 {
    font-size: 24px;
    color: #351249;
}

.gv_case_studies_box h5 a {
    color: #351249;
    text-decoration: none;
}

.gv_case_studies_box p {
    font-size: 18px;
    color: #423547;
}

.gv_case_studies_box a {
    color: #5ccbf5;
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* // Case studies */

/* Media */
.gv_media_banner {
    background: url(../images/gvr_about-us_media-bg.jpg) no-repeat;
    background-size: cover;
}

.gv_media_box {
    border: 1px solid #BAACC2;
    border-radius: 6px;
    padding: 24px 24px 0 24px;
    background: #fff;
}

.gv_media_box h5 {
    font-size: 24px;
    color: #351249;
}

.gv_media_box h5 a {
    color: #351249;
    text-decoration: none;
}

.gv_media_box p {
    font-size: 18px;
    color: #423547;
}

.gv_media_box a {
    color: #5ccbf5;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.gv_media_related_report {
    background: #ECF0F2;
    padding: 24px;
    margin: 24px -24px 0;
    display: flex;
}

.gv_media_related_report h6 {
    margin: 0 0 0 16px;
    color: #423547;
    font-size: 16px;
    font-weight: bold;
}

.gv_media_related_report h6 a {
    color: #423547;
    text-decoration: underline;
    font-weight: normal;
    text-underline-offset: 3px;
}

/* // media */

/* Research Insights */
.gv_insights_banner {
    background: #351249;
    position: relative;
    padding: 64px 0;
}

.gv_insights_banner_h1 {
    color: #fff;
    font-size: 48px;
    margin-bottom: 40px;
}

.gv_insights_banner p {
    color: #fff;
    font-size: 24px;
    margin-bottom: 0;
}

.gv_insights_sec .form-control {
    color: #423547;
    font-size: 18px;
    border-color: rgba(53, 18, 73, 0.5);
}

.gv_insights_sec .gv_primary_btn,
.gv_insights_sec .gv_info_btn {
    width: 100%;
    cursor: pointer;
    font-size: 16px;
}

/* // Research Insights */

/* Upcomig report */
.gv_upcoming_report_box {
    border: 1px solid #BAACC2;
    border-radius: 6px;
    background: #fff;
}

.gv_upcoming_report_box_top {
    background: #ECF0F2;
    padding: 16px 24px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.gv_upcoming_report_box_top h5 {
    font-size: 22px;
    color: #351249;
    margin: 0;
    line-height: 1.4;
}

.gv_upcoming_report_box_top h5 a {
    color: #351249;
}

.gv_upcoming_report_box_top h6 {
    font-size: 15px;
    color: #423547;
    margin: 0.5rem 0 0;
}

.gv_upcoming_report_des {
    font-size: 17px;
    color: #423547;
    padding: 16px 24px;
    margin: 0;
}

.gv_upcoming_report_des a {
    color: #128ab7;
    text-decoration: underline;
    text-underline-offset: 3px;
    white-space: nowrap;
}

/* // Upcomig report */


/* Advanced Materials */
.gv_advace_metrial_banner {
    background: url(../images/gvr_advanced_materials_bg.jpg) no-repeat;
    background-size: cover;
    padding: 130px 0;
}

.gv_advace_metrial_banner_h1 {
    color: #fff;
    font-size: 48px;
    margin: 0;
}

/* // Advanced Materials */

/* Pagination */
.gvr_custom_pagination .page-link {
    border: 0;
    background: transparent;
    color: #351249;
    font-size: 20px;
}

.gvr_custom_pagination .page-link.active {
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* // Pagination */

/* Page not found */
.gv_not_found_sec {
    background: #F5FAFC;
    padding: 80px 0 130px;
}

.gv_not_found_sec h1 {
    color: #351249;
    font-size: 48px;
    margin-bottom: 40px;
    text-align: center;
}

.gv_not_found_sec h2 {
    color: #423547;
    font-size: 24px;
    margin-bottom: 56px;
    text-align: center;
}

/* // Page not found */

/* Thanks */
.gv_thanks_sec {
    background: #F5FAFC;
    padding: 80px 0;
}

.gv_thanks_sec h1 {
    color: #351249;
    font-size: 48px;
    margin-bottom: 40px;
    text-align: center;
}

.gv_thanks_sec h2 {
    color: #423547;
    font-size: 24px;
    margin-bottom: 56px;
    text-align: center;
}

.gv_thnaks_transation_box {
    padding: 50px 70px 30px;
    background: #fff;
    border: 1px solid #BAACC2;
}

.gvr_trans_heading {
    color: #3D1155;
    font-size: 24px;
}

.gvr_trans_detail {
    color: #4B3C51;
    font-size: 24px;
}

.gv_thnaks_transation_box p {
    color: #4B3C51;
    font-size: 18px;
}

.gvr_thnaks_next_sec h3 {
    color: #351249;
    font-size: 48px;
    margin: 64px 0 40px;
}

.gvr_thnaks_next_sec ul li .gvr_next_style {
    background: #5BCAF4;
    min-width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
}

.gvr_thnaks_next_sec ul li span {
    color: #351249;
    font-size: 20px;
    margin-left: 16px;
}

.gvr_thnaks_contact .gv_primary_btn {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 6px;
}

.gvr_thnaks_contact h6 {
    color: #351249;
    font-size: 20px;
    margin: 60px 0 16px;
}

.gvr_thanks_con_person {
    font-size: 24px;
    color: #351249;
    margin-bottom: 48px;
}

.gvr_thanks_con_person a {
    color: #5BCAF4;
    text-decoration: underline;
    text-underline-offset: 5px;
}

/* // Thanks */

/* Join Our Team */
.gv_join_banner {
    background: url(../img/gvr_team_bg.jpg) no-repeat;
    background-size: cover;
}

.gv_join_banner a {
    text-decoration: underline;
    color: #5CCBF5;
}

.gv_team_sec {
    background: #F5FAFC;
    padding: 64px 0;
}

.gv_team_sec .form-control {
    font-size: 16px;
}

.gv_custom_file_type {
    border: 1px dashed rgba(53, 18, 73, 0.5);
    background: #fff;
    position: relative;
}

.gv_custom_file_type input[type="file"] {
    position: absolute;
    opacity: 0;
}

.gv_custom_file_type label {
    padding: 24px;
    text-align: center;
    width: 100%;
    display: block;
    cursor: pointer;
}

.gv_custom_file_type label small {
    color: #423547;
    font-size: 12px;
    display: block;
}

.gv_custom_file_type label span {
    color: #423547;
    font-size: 12px;
    display: block;
    border: 2px solid #423547;
    background: #F5FAFC;
    padding: 4px;
    width: 160px;
    border-radius: 2px;
    margin: 16px auto 0;
}

.gv_secure_policy {
    font-size: 12px;
    color: #423547;
    text-align: center;
}

.gv_secure_policy a {
    color: #423547;
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* // Join Our Team */





/* Research Methodology */
.gv_methodology_banner {
    background: url(../images/gvr-methodology-banner.jpg) no-repeat;
    background-size: cover;
    padding: 90px 0;
    color: #333;
    text-align: center;
}

.gv_methodology_process {
    background: #f1f2ed;
}

.gv_methodology_process h2 {
    text-align: center;
    margin-bottom: 32px;
    font-size: 32px;
    color: #151515;
}

.gv_procurement_sec {
    background: #fff;
    color: #151515;
}

.gv_procurement_sec h2 {
    text-align: center;
    color: #151515;
    font-size: 32px;
    margin: 0 0 32px;
}

.gv_procurement_list {
    margin-left: 2rem;
}

.gv_procurement_list li {
    padding-left: 1rem;
    position: relative;
    margin-bottom: 1rem;
}

.gv_procurement_list>li svg,
.gv_procurement_list>li img {
    width: 20px;
    height: 20px;
    position: absolute;
    left: -5px;
    line-height: 0;
    fill: #128ab7;
}

.gv_reserch_diagram .pr_reserch_diagram_top {
    background: #dbddd3;
    padding: 15px;
    margin: 30px 0;
    border-radius: 6px;
}

.gv_reserch_diagram_box {
    background: #87d065;
    border-radius: 6px;
    font-weight: normal;
    padding: 14px;
    text-align: center;
}

.gv_reserch_interviewscpe {
    padding: 20px 10px 10px;
    border: 3px dashed #5ccbf5;
    margin: 30px 0 0;
}

.gv_reserch_interviewscpe h4 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.gv_methodulogy_data {
    background: #f1f2ed;
    color: #151515;
}

.gv_methodulogy_data h2 {
    font-size: 32px;
    margin: 0 0 32px;
    text-align: center;
}

.gv_methodulogy_data h3 {
    font-size: 18px;
    font-weight: bold;
}

.gv_methodulogy_data table {
    background: #fff;
    border-color: #dee2e6;
}

.gv_methodulogy_data table tr th {
    background: #fff;
    border-color: #dee2e6;
}

.gv_methodulogy_data table tr td {
    background: #fff;
    border-color: #dee2e6;
}

.gv_methodulogy_data table thead tr th {
    background: #351049;
    color: #fff;
}

.gv_methodulogy_data table.table_weightage thead tr th {
    background: #fba026;
}

.gv_methodulogy_data table.table_wmarket_share thead tr th {
    background: #677378;
}

.gv_methodology_formulation {
    background: #fff;
}

.gv_methodology_formulation h2 {
    text-align: center;
    margin-bottom: 32px;
    font-size: 32px;
    color: #151515;
}

/* // Research Methodology */

/* New Research Methodology */
 
.gvr_methodology_banner {
    background: url(../img/method_graph_abstract.png) no-repeat;
    background-size: 100%;
    background-position: bottom;
    background-color: #340f49;
}
.methodology_cart {
    background-color: #bceafa;
    padding: 30px;
    border-radius: 6px;
}
.methodology_cart_top {
    display: flex; align-items: center;
}
.methodology_cart .icon {
    width: 96px;
    height: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 100px;
    background-color: #351249;
    margin-right: 20px;
    flex: 0 0 auto;
}
.methodology_cart h3 {
    font-size: 28px;
    font-weight: bold;
    color: #351249;
    margin: 0;
}
.methodology_cart p {
    font-size: 20px;
    color: #351249;
    margin:0;
}
.gv_meth_list li {
    display: flex;
    margin-bottom: 15px;
    color: #340f49;
    font-size: 18px;
}
.gv_meth_list li svg {
    width: 16px;
    height: 16px;
    color: #5ccbf5;
    margin-right: 10px;
    vertical-align: middle;
}
.meth_h4_heading {
    font-size: 24px;
    color: #351249;
}
.gv_meth_main_heading {
    font-size: 32px;
    color: #351249;
    font-weight: bold;
}
.meth_compare_card {
    display: flex; justify-content: space-between; width: 100%;flex-wrap: wrap;
}
.meth_compare_card .cart_1 {
	width: 45%;
	padding: 40px;
	background-color: #bceafa;
	border-radius: 6px;
	margin-top: 20px;
}
.meth_compare_card .cart_2 {
	width: 45%;
	padding: 40px;
	background-color: #d0a7e9;
	border-radius: 6px;
	margin-top: 20px;
}
.meth_compare_card h5 {
	font-size: 24px;
	font-weight: bold;
	color: #351249;
	margin: 0;
	border-bottom: 2px solid #351249;
	padding-bottom: 14px;
	margin-bottom: 18px;
}
.meth_compare_card ul li {
	list-style: disc;
	font-size: 18px;
	color: #351249;
	margin-bottom: 8px;
	display: list-item;
	margin-left: 16px;
}
.comapre_arrow {
	padding: 36px 0 18px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.cl_heading {
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	color: #340f49;
	margin: 40px 0;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}
/* // New Research Methodology */


/* Custom Research & Market Research Report & Consumer Insights */

.market_research_banner::after {
    display: none;
}
.custom_heading_h2 {  
    font-size: 42px;
    font-weight: bold;
    color: #340f49;
    margin-top: 0;
}

.custom_heading_h3 {
    font-size: 24px;
    font-weight: bold;
    color: #340f49;
    line-height: 36px;
}

.custom_heading_p {
    font-size: 17px;
    color: #1e1e1e;
    line-height: 28px;
}


.ul_main_heading {
    font-size: 18px;
    font-weight: bold;
    color: #340f49;
    margin-bottom: 16px;
}

.ul_sub_heading {
    font-size: 16px;
    color: #1e1e1e;
    line-height: 28px;
    margin-bottom: 10px;
}


.custom_list_style_1 li {
    display: flex;
    margin-bottom: 18px;
}

.custom_list_style_1 li:last-child {
    margin-bottom: 0;
}

.custom_list_style_1 span {
    font-size: 16px;
    color: #340f49;
}

.custom_list_style_1 span svg {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    fill: #5ccbf5;
}

.custom_list_style_2 li {
    display: flex;
    margin-bottom: 15px;
}

.custom_list_style_1 li:last-child {
    margin-bottom: 0;
}

.custom_list_style_2 span {
    font-size: 16px;
    color: #340f49;
}

.custom_list_style_2 span svg {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    fill: #ba7bef;
}

.list-style-disc li {
    font-size: 16px;
    color: #340f49;
    margin-bottom: 15px;
    list-style: disc;
    margin-left: 18px;
}

.list-style-disc li:last-child {
    margin-bottom: 0;
}

.custom-research-customization-offered {
    background-color: #f8faff;
}

.custom-research-customization-offered .accordion .accordion-item {
    border: 1px solid #e6e6e6;border-radius: 6px;
}

.custom-research-customization-offered .accordion .accordion-header .accordion-button {
    font-size: 16px;
    font-weight: bold;
    color: #340f49;
    line-height: 26px;
    background-color: unset;
    padding: 10px 16px;
}

.custom-research-customization-offered .accordion .accordion-button:not(.collapsed) {
    background-color: unset;box-shadow: unset;border-bottom: 1px solid #e6e6e6;
}

.custom-research-customization-offered .accordion .accordion-button:focus {
    box-shadow: unset;
}
.how-customization-works h5 {
    font-size: 22px;font-weight: 600;color: #340F49;margin-bottom: 10px;margin-top: 52px;
}

.how-customization-works p {
    font-size: 18px;color: #1e1e1e;line-height: 28px;
}

.how-customization-works .card-style-1 {
    background-color: #f8faff;border: 1px solid #eeeeee;transition: 0.5s all;position: relative;
}
.how-customization-works .card-style-1 span.card-style-1-number {
    color: transparent;
    position: absolute;
    top: 14px;
    left: 22px;
    transition: 0.5s all;
    opacity: 0.4;
    -webkit-text-stroke: 1px #353535;
    font-size: 35px;
    font-family: arial;
    pointer-events: none;
}

.how-customization-works .card-style-1:hover span.card-style-1-number{
   -webkit-text-stroke: 1px #5ccbf5;opacity: 1;
}
.com_logo_text {
    margin: 6px 0;font-size: 18px;
}
.trusted_global_leaders h3 {
    color: #340f49;font-size: 34px;margin: 0 0 1rem;font-weight: bold;
}
.rounded_prople_50 {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	background-color: #340f49;
}

.rounded_info_50 {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	background-color: #5ccbf5;
}
.consumer_insights_sec_1 .card_1 {
	padding: 24px;
	border-radius: 12px;
	background-color: #f8faff;
	border: 1px solid #e6eaf6;
}
.consumer_insights_sec_1 .card_1 span {
	font-size: 22px;
	color: #340f49;
	font-weight: 600;
	margin-left: 10px;
}
.gvr-most-search .most-search-tag {
	font-size: 18px;
	font-weight: bold;
	padding: 14px 22px;
	border: 2px solid #b17ad0;
	background: #fff;
	color: #340f49;
	border-radius: 30px;
	cursor: pointer;
	line-height: normal;
	transition: 0.3s all;
	margin: 10px;
}
.gvr-most-search .most-search-tag:hover, .gvr-most-search .most-search-tag:focus {
    background: #f1dcfc;
}
.more_products_btn {
	font-size: 20px;
	color: #340f49;
	font-weight: 600;
}
.why-grandview-card-design {
	border-radius: 10px;
	background: linear-gradient(90deg, rgba(240, 222, 255, 1) 0%, rgba(215, 243, 254, 1) 100%);
}
/* //  & Market Research Report & Consumer Insights */


/* Report Detail */
.gv_detail_heading {
    border-bottom: 1px solid #e2e2e2;
    color: #61347b;
    line-height: 36px;
    font-family: "itcfranklingothicstd-demi";
    font-weight: 700;
    font-size: 27px;
    margin: 10px 0 24px;
    padding: 15px 0px;
}


.gv_report_top {
    margin: 10px 0 0;
    position: relative;
    display: flex;
}

.gv_report_top img {
    max-width: 102px;
    margin: 0 14px 0 -6px;
}

.gv_report_top img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.gv_report_top h1 {
    color: #464162;
    line-height: 24px;
    font-family: 'ITCFranklinGothicStd-Demi';
    font-size: 16px;
}

.gv_report_top ul {
    display: flex;
    flex-wrap: wrap;
}

.gv_report_top ul li {
    font-size: 12px;
    min-width: 20%;
    color: #423547;
    margin: 6px 0;
    border-left: 2px solid #dee2e6;
    line-height: 1;
    padding: 0 10px;
}

.gv_report_top ul li:first-child {
    border: 0;
    padding-left: 0;
}

.gv_report_top ul li:last-child {
    padding-right: 0;
}

.gv_report_list li {
    margin: 20px 0 -1px;
}

.gv_report_list li:last-child a {
    margin: 0;
}

.gv_report_list li a {
    border: 0;
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent !important;
    border-radius: 6px 6px 0 0;
    background: transparent;
    font-size: 14px;
    color: #363A3E;
    padding: 0.5rem;
    font-weight: bold;
    display: block;
    margin: 0 8px 0 0;
}

.gv_report_list li a:hover,
.gv_report_list li a.active {
    color: #09769f;
    border-color: #09769f;
}

.gv_report_list li a.req_free_btn {
    background: #f63;
    color: #fff;
    border-color: #f63;
    padding: 0.5rem 1rem;
}

.gv_report_list li a.req_free_btn:hover,
.gv_report_list li a.req_free_btn.active {
    background: #340f49;
    color: #fff;
    border-color: #340f50 !important;
}

.gv_report_summary {
    padding: 5px 2rem;
    background: #fff;
    min-height: 665px;
}

.gv_report_summary ul {
    margin-left: 2rem;
}

.gv_report_summary ul li {
    list-style: disc;
    margin-bottom: 10px;
}

.gv_report_summary img {
    border-radius: 6px;
    display: block;
    margin: 30px auto 10px auto;
}

.gv_report_summary h2 {
    color: #351249;
    font-family: 'ITCFranklinGothicStd-Demi';
    font-weight: normal;
    font-size: 20px;
    margin: 20px 0px 20px 0px;
}

.gv_report_summary h2 strong {
    color: #351249;
    font-weight: normal;
    font-size: 20px;
}

.gv_report_summary h3 {
    margin-bottom: 10px;
}

.gv_report_summary h3,
.gv_report_summary h3 strong {
    font-size: 17px;
    font-weight: normal;
    color: #351049;
    font-family: 'ITCFranklinGothicStd-Demi';
}

.gv_report_summary h4,
.gv_report_summary h4 strong {
    font-size: 16px;
    font-weight: normal;
    color: #756280;
    font-family: 'ITCFranklinGothicStd-Demi';
}

.gv_report_summary h5,
.gv_report_summary h5 strong {
    font-size: 15px;
    font-weight: normal;
    color: #756280;
    font-family: 'ITCFranklinGothicStd-Demi';
}

.gv_report_summary a {
    color: blue;
    text-decoration: underline;
}



.gv_report_faq_box {
    border: 1px solid #BAACC2;
    border-radius: 6px;
    padding: 0 1rem;
    margin-bottom: 1rem;
}

.gv_report_faq_box a:before {
    content: "";
    color: #5bcaf4;
    position: absolute;
    right: -8px;
    top: 8px;
    border-bottom: 5px solid #5bcaf4;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.gv_report_faq_box a.collapsed:before {
    content: "";
    color: #5bcaf4;
    position: absolute;
    right: -8px;
    top: 8px;
    border-bottom: 0px solid;
    border-top: 5px solid #5bcaf4;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.gv_report_faq_box .gv_report_faq_ans {
    display: table;
    font-size: 1rem;
    color: #423547;
    padding: 0.75rem 1rem;
    margin-bottom: 8px;
}

.gv_report_faq_box .gv_report_faq_ans span {
    width: 16px;
    height: 100%;
    display: table-cell;
    position: relative;
    font-size: 0;
}

.gv_report_faq_box .gv_report_faq_ans span:after {
    content: "";
    color: #5bcaf4;
    position: absolute;
    right: 0px;
    left: 0;
    top: 5px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #5bcaf4;
}

.gv_report_faq_panel {
    padding: 1rem 0;
    border: 0;
    border-bottom: 1px solid #baacc2;
}

.gv_report_faq_panel:last-child {
    border: 0;
}

.gv_report_faq_panel a {
    font-size: 1rem;
    margin: 0 1rem;
    color: #351249;
    display: block;
    position: relative;
    text-decoration: none;
}

.gv_report_detail_bottom a {
    background: #f63;
    color: #fff;
    padding: 10px 16px;
    border-radius: 6px;
    font-weight: bold;
    position: absolute;
    right: 20px;
    bottom: 68px;
    text-decoration: none;
    font-size: 14px;
}

.gv_report_detail_bottom a:hover {
    background: #340f49 !important;
}

.gv_report_detail_bottom.gv_pipline_bottom a {
    right: auto;
    left: 40px;
}

.gv_report_detail_bottom a:hover,
.gv_report_detail_bottom a:focus {
    color: #fff;
    background: #340f49;
}

.gv_report_right_box {
    border: 1px solid #dee2e6;
    border-radius: 6px;
}

.gv_report_r_box_heading {
    background: #e2e2e2;
    color: #128ab7;
    font-size: 16px;
    line-height: 1.3em;
    padding: 0.625rem 0.5rem;
    margin: 0;
    font-weight: bold;
}

.gv_buy_now_btn {
    background: #5ccbf5;
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
}

.gv_buy_now_btn:hover {
    background: #340f49;
    color: #fff;
}

.gv_buy_now_btn:focus {
    background: #340f49;
    color: #fff;
}

.gv_inquire_btn {
    background: #686868;
}

.gv_s_guarantee_right ul li {
    padding-left: 34px;
    position: relative;
}

.gv_s_guarantee_img {
    width: 24px;
    position: absolute;
    left: 0;
    top: 4px;
}

.gv_s_guarantee_h4 {
    color: #340f49;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 5px;
}

.gv_s_guarantee_p {
    color: #6f6f6f;
    font-size: 14px;
}

.gv_chapters_right {
    font-size: 14px;
    color: #484848;
}

.gv_chapters_right li {
    border-bottom: 1px solid #e2e2e2;
    list-style: square;
    padding: 0.5rem;
}

.gv_partner_client_logo {
    padding: 40px 0 60px;
    background: #ecf0f2;
}

.gv_partner_client_logo h3 {
    text-align: center;
    color: #454545;
    font-weight: bold;
    margin: 0;
    font-size: 24px;
}

.gv_partner_client_logo h5 {
    background: #cfe7f3;
    border-radius: 6px 6px 0 0;
    color: #350f4a;
    font-size: 13px;
    font-weight: bold;
    margin: 2rem 0 0;
    padding: 10px 0;
    text-align: center;
}

.gv_client_box_bootom {
    padding: 0.5rem 1rem;
    border: 1px solid #dee2e6;
    background: #fff;
    min-height: 110px;
    border-radius: 0 0 6px 6px;
}

.gv_client_box_bootom p {
    text-align: left;
    font-size: 13.4px;
}

.gv_client_detail {
    text-align: left;
    font-weight: normal;
    font-size: 12px;
}

.gv_report_img_modal button.close {
    z-index: 999;
    position: absolute;
    right: -15px;
    background: #fff;
    opacity: 1;
    width: 40px;
    height: 40px;
    text-shadow: none;
    color: #000;
    border-radius: 50%;
    top: -22px;
    width: 20px;
    height: 20px;
    font-size: 14px;
    right: -4px;
    top: -4px;
}

.gv_report_img_modal button.close:not(.disabled):hover {
    opacity: 1;
}

.gv_report_img_modal a.carousel-control-prev {
    left: -50px;
    top: 48%;
    background: #292929;
    box-shadow: none;
    left: -50px;
    opacity: 1;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 10px 0;
    width: 26px;
    height: 26px;
    left: -7px;
}

.gv_report_img_modal a.carousel-control-next {
    right: -50px;
    left: auto !important;
    top: 48%;
    background: #292929;
    box-shadow: none;
    left: -50px;
    opacity: 1;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 10px 0;
    width: 26px;
    height: 26px;
    right: -7px;
}

.gv_sample_modal h4.modal-title {
    background: #128ab7;
    border-radius: 2px 0 100% 0;
    box-shadow: 3px 3px 0 3px #340f49;
    color: #fff;
    padding: 20px 30px 20px 15px;
    font-size: 18px;
    margin-bottom: 0.5rem;
    font-size: 15px;
    padding: 20px 30px 30px 15px;
    box-shadow: 0px 5px 0 0px #340f49;
    border-radius: 2px 0 90% 0;
}


.segment>ul {
    margin-left: 25px;
}

.segment li {
    list-style: disc;
}

.segment li ul li {
    list-style: circle;
}

.methodology ul li {
    display: list-item;
    list-style: inside none circle;
    padding: 8px;
}

.methodology td {
    padding-left: 5px;
    vertical-align: top;
}

.gv_table_highlight {
    margin: 30px 0;
    background: #fff;
    padding: 5px 0 30px 0px;
    box-shadow: 0 .3rem 1rem rgba(0, 0, 0, .10);
    border: 1px solid #ddd;
    border-radius: 6px;
}

.gv_table_highlight h2 {
    text-align: center;
}

.gv_table_highlight table {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    border-radius: 6px;
    border-collapse: separate;
    border-spacing: 0;
}

.gv_table_highlight table tr:first-child td {
    background: #351049;
    border: 1px solid #7f69a4;
    color: #fff;
    text-align: center;
}

.gv_table_highlight table tr:nth-child(2n+2) td {
    background: #e5dfec54;
}

.gv_table_highlight table td {
    border: 1px solid #b09ad5;
    padding: 10px 15px;
    color: #333;
    font-size: 15px;
    box-sizing: border-box;
}

.gv_table_highlight table tr:first-child td:first-child {
    border-radius: 6px 0 0 0;
}

.gv_table_highlight table tr:first-child td:last-child {
    border-radius: 0 6px 0 0;
}

.gv_table_highlight table tr:last-child td:first-child {
    border-radius: 0 0 0 6px;
}

.gv_table_highlight table tr:last-child td:last-child {
    border-radius: 0 0 6px 0;
}

.gv_table_highlight p {
    margin-bottom: 0;
}

/* // Report Detail */

/* share report Email */
.modal-content {
    border-radius: 6px;
}

.custom_top_modal .modal-dialog {
    max-width: 600px;
}

.custom_top_modal .close {
    position: absolute;
    right: -15px;
    top: -15px;
    background: #fff;
    opacity: 1;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 20px;
    border: 0;
}

.custom_top_modal h4 {
    background: #128ab7;
    border-radius: 6px 0 100% 0;
    box-shadow: 3px 3px 0 3px #340f49;
    color: #fff;
    min-height: 80px;
    padding: 20px 15px;
    margin-bottom: 10px;
    font-size: 18px;
}

.modal .buy_now.buy_now_2 {
    padding: 8px 15px;
}

.buy_now_2 {
    background: #5ccbf5;
}

.buy_now {
    background: #df441c;
    border: 0;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    margin: 5px 0;
    padding: 6px;
    text-align: center;
    width: 100%;
}

.buy_now.upcoming {
    background: #128ab7;
    border: 0;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    margin: 5px 0;
    padding: 6px;
    text-align: center;
    width: 100%;
}

/* // share report email */

/* report detail methodology */
.report-key-banner {
    background: #f3f3f3;
    color: #444;
    font-size: 20px;
    font-weight: bold;
    padding: 2rem;
    margin-top: 20px;
}

.report-key-banner a {
    background: #5ccbf5 !important;
    border: 0px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 13.5px;
    margin: 1.5rem 0 0;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
}

.report-key-banner a:hover,
.report-key-banner a:focus {
    background: #340f49;
    color: #fff;
}


/* // report detail methodology */

/* report detail summary popup */
.gv_top_summary_box {
    margin: 15px auto 15px auto;
    border: 1px solid #dee2e6;
    width: 90%;
    border-radius: 6px;
}

.gv_title_top_summary_box {
    font-size: 1rem;
    color: #1e3651;
    font-weight: 400;
    margin: 25px 0 10px;
}

.gv_top_summary_box ul li {
    padding: 10px 10px 0 30px;
    font-size: 1rem;
    position: relative;
    color: #1e3651;
    list-style: none;
    margin: 0;
}

.gv_top_summary_box ul li svg,
.gv_top_summary_box ul li img {
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    fill: #5ccbf5;
}

.gv_top_summary_box a.reqest_copy_btn {
    display: table;
    margin: 20px 0 0px 0;
    padding: 8px 20px;
    text-align: center;
    border-radius: 6px;
    text-decoration: none !important;
    background: #FF6633;
    color: #fff;
}

.gv_top_summary_box a.reqest_copy_btn:hover {
    background: #340f49;
}

.gv_top_summary_right_box a {
    font-size: 14px;
    display: block;
    text-align: center;
    text-decoration: underline;
    color: blue;
    margin: 10px 0;
}

.gv_top_summary_box_img {
    border: 1px solid #dee2e6;
    margin: 10px 0;
}



.img_enlarge_modal {
    background: #340F49EB;
}

.img_enlarge_modal img {
    border-radius: 6px;
}

.img_enlarge_modal button.close {
    z-index: 999;
    position: absolute;
    right: -15px;
    background: #fff;
    opacity: 1;
    width: 40px;
    height: 40px;
    text-shadow: none;
    color: #000;
    border-radius: 50%;
    top: -22px;
    font-family: Arial;
    border: 0;
    font-size: 24px;
}



.img_enlarge_modal .carousel button {
    background: #5ccbf5;
    background-image: none;
    box-shadow: none;
    background-image: none;
    left: -50px;
    opacity: 1;
    width: 50px;
    height: 50px;
    text-align: center;
    top: calc(50% - 25px);
    padding: 10px 0;
}

.img_enlarge_modal .carousel .carousel-control-prev {
    border-radius: 6px 0 0px 6px;
}

.img_enlarge_modal .carousel .carousel-control-next {
    left: auto;
    right: -50px;
    border-radius: 0 6px 6px 0;
}

.img_enlarge_modal .carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px #000;
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.img_enlarge_modal .item img {
    border-radius: 6px;
}

/* // report detail summary popup */

/* report detail right sidebar */
.gv_right_sticky_bar {
    top: 77px !important;
    position: sticky;
}

.roc_right {
    background: #fff;
    padding: 0;
    border-radius: 6px;
    border: 1px solid #dee2e6;
}

.toc_right_icn_pl {
    margin-bottom: 0 !important;
    font-weight: 700;
    color: #000;
    padding: 10px 15px;
    position: relative;
    display: block;
}

.roc_right .toc_right_icn_pl::after {
    content: "";
    right: 5px;
    position: absolute;
    top: 13px;
    padding: 10px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23340f49" viewBox="0 0 448 512"><path d="M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z"/></svg> ');
    background-repeat: no-repeat;
}

.roc_right .toc_right_icn_pl.collapsed::after {
    content: "";
    right: 5px;
    position: absolute;
    top: 13px;
    padding: 10px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23340f49" viewBox="0 0 448 512"><path d="M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z"/></svg>');
    background-repeat: no-repeat;
}

.right_side_3 {
    padding: 10px 15px;
    max-height: 242px;
    overflow-y: scroll;
    border-top: 1px solid #dee2e6;
}

.right_side_3 .rightli {
    margin-bottom: 6px;
    position: relative;
    padding: 0 0 0 15px;
}

.right_side_3 .rightli a {
    color: #000;
}

.right_side_3 .rightli a.active {
    color: #5ccbf5;
    font-weight: 700;
}

.right_side_3 .rightli a:hover {
    color: #5ccbf5;
    font-size: 16px;
    font-weight: bolder;
    text-decoration: underline !important;
}

.right_side_3 .rightli:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    border-left: 5px solid black;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
}

.customization_sidebar {
    border: 1px solid #f3f3f3;
    border-radius: 6px;
    padding: 1rem;
    background: #fff;
}

.custom_head {
    color: #351249;
    font-weight: normal;
    font-size: 18px;
    margin: 0.25rem 0 0.75rem;
}

.btn_customization {
    border-radius: 6px;
    background: #fff;
    color: #340f49;
    font-weight: bold;
    display: block;
    width: 100%;
    border: 1px solid #340f49;
}

.free_smaple_right_bar {
    background: #e5dfec54;
    border-radius: 6px;
    padding: 0.5rem 1rem 1rem;
}

.fsr_top {
    display: flex;
    align-items: center;
}

.fsr_top p {
    font-weight: bold;
    font-size: 15px;
    margin: 0;
}

.fsr_top_left {
    margin-right: 10px;
}

.fsr_top_right {
    margin-left: auto;
    margin-top: 10px;
}

.fsr_bottom p {
    font-size: 12px;
}

.fsr_footer {
    margin: 10px 0 0;
}

.fsr_footer p {
    margin: 15px 0;
}

.btn_free_sample {
    background: #f63;
    color: #fff;
    font-weight: bold;
    border-radius: 6px;
    display: block;
    width: 100%;
}

.btn_free_sample:hover {
    background: #340f49;
    color: #fff;
}

.btn_free_sample:hover span {
    color: #fff;
}

.btn_free_sample span {
    text-decoration: underline;
    text-underline-offset: 3px;
    color: #000;
}

.btn_free_sample span:hover {
    color: #fff;
}

.btn_order {
    background: #5ccbf5;
    color: #fff;
    font-weight: bold;
    border-radius: 6px;
    display: block;
    width: 100%;
    box-shadow: 0 1px 0 0 rgb(0 0 0/15%), 0 2px 2px 0 rgb(0 0 0/10%);
}

.btn_order:hover {
    background: #340f49;
    color: #fff;
}

.btn_order:hover span {
    color: #fff;
}

.custom_right_bar {
    background: #fff;
    padding: 10px;
    border-radius: 6px;
}

.custom_right_bar_top {
    display: flex;
    align-items: center;
    margin: 25px 0 10px;
}

.custom_right_bar_img {
    margin-right: 5px;
}

.custom_right_bar_middle p {
    font-size: 12px;
    line-height: 1.6rem;
}

.custom_right_bar_middle a {
    color: blue;
    text-decoration: underline;
}

.custom_right_bar_middle_img {
    margin: 10px 0;
}

/* report detail right sidebar */

/* thanks page */
.tanks_page_sec {
    padding: 60px 0;
    background: #f5fafc;
}

.tanks_page_sec h1 {
    font-size: 42px;
    color: #5c5c5c;
    font-weight: bold;
    margin: 20px 0 10px;
}

.tanks_page_sec p {
    font-size: 22px;
    color: #5c5c5c;
}

.sec2-thanks {
    background: #968cc6;
    padding: 25px 0 25px 0;
}

.sec2-thanks h1 {
    color: #fff;
    font-size: 41px;
    margin: 20px 0 60px;
    font-weight: bold;
}

.sec2-thanks h1 a {
    color: blue;
    text-decoration: underline;
    font-weight: normal;
}

.sec2-thanks p {
    font-size: 24px;
    color: #fff;
}

.sec2-thanks img {
    margin-bottom: 20px;
}

.learn_takeout {
    border: 2px solid #fff;
    color: #fff;
    display: block;
    font-size: 20px;
    margin: 38px auto 20px;
    padding: 8px;
    width: 174px;
}

.learn_takeout:hover,
.learn_takeout:focus {
    color: #fff;
}

.bottom_box {
    padding: 25px 0;
    text-align: left;
}

.bottom_box h3 {
    margin: 20px 0 10px;
    font-weight: bold;
    font-size: 24px;
}

.bottom_box ul {
    margin-bottom: 40px;
}

.bottom_box li {
    font-size: 18px;
    padding: 6px 0 6px 23px;
    position: relative;
}

.bottom_box li::after {
    content: "";
    background: url('data:image/svg+xml,<svg id="uuid-fb8b17b6-48c8-4c1d-8c36-5d501465e136" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 325 248.3" width="18" height="18"><rect x="46.6" y="67.6" width="80.1" height="188.3" rx="21.1" ry="21.1" transform="translate(-89 108.6) rotate(-45)" style="fill: %234eae49; stroke-width: 0px;"></rect><rect x="85.9" y="70.6" width="256.6" height="80.1" rx="21.1" ry="21.1" transform="translate(-15.5 183.9) rotate(-45)" style="fill: %234eae49; stroke-width: 0px;"></rect></svg>');
    width: 20px;
    height: 20px;
    position: absolute;
    top: 12px;
    left: 0px;
    background-repeat: no-repeat;
    background-size: 16px;
}

.carousel_pagenotfound {
    padding: 0 30px;
    display: inline-block;
    width: 100%;
}

.carousel_pagenotfound .carousel {
    overflow: hidden;
}

.carousel_pagenotfound .carousel-indicators {
    display: none;
}

.carousel_pagenotfound p {
    font-size: 18px;
    margin: 0 0 20px;
}

.carousel_pagenotfound svg,
.carousel_pagenotfound img {
    width: 18px;
    vertical-align: top;
}

.rq_btn {
    background: #5bcaf4;
    border: 1px solid #5bcaf4;
    color: #fff;
    display: inline-block;
    padding: 10px 22px;
    font-weight: bold;
}

.rq_btn:hover {
    background: #340f49;
    border-color: #340f49;
    color: #fff;
}

/* thanks page */
/* Search Result */
.serach-show {
    border: 1px solid #ccc;
    width: calc(100% - 30px);
    position: absolute;
    background: #fff;
    top: 106%;
    z-index: 99;
    padding: 10px;
    border-bottom: 2px solid #340f49;
    left: 15px;
}

.arow-top-search {
    position: relative;
}

.left_cat_name {
    width: 80px;
    text-align: right;
    display: inline-block;
    margin-right: 20px;
    font-weight: bold;
    color: #340f49;
    vertical-align: top;
}

.right_report_show {
    width: 89%;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    vertical-align: top;
}

.right_report_show a {
    display: block;
    margin-bottom: 10px;
    color: #232323;
}

.btn-full-result {
    background: #340f49;
    color: #fff;
    display: block;
    margin: auto;
    padding: 6px;
    text-align: center;
    width: 135px;
    border: 0;
    border-radius: 6px;
    font-size: 13px;
}

/* // Search Result */

/* login Page */
.login_bg {
    background: url('../images/login-bg.jpg');
    background-size: 100% 100%;
    display: flex;
    height: 100%;
    min-height: 100vh;
}

.login_inner_page {
    display: block;
    height: 100%;
}

.login_top_heading {
    text-align: center;
    color: #fff;
    font-size: 32px;
    padding: 65px 0 90px;
}

.compass_login_sec {
    background: #fff;
    padding: 120px 0;
    width: 50%;
    float: left;
    border-radius: 2px;
    margin-bottom: 50px;
}

.login_sep {
    border-right: 2px solid #5CCBF5;
    ;
}

.compass_login_sec .btn {
    font-size: 15px;
    color: #fff;
    background: #340f49;
    border-radius: 6px;
    padding: 8px 20px;
    margin: 30px 0 0;
}

.compass_login_sec .btn:hover,
.compass_login_sec .btn:focus {
    color: #fff;
    background: #5ccbf5;
}

/* // login Page */

/* Select Licence */
.gv_inquiry_buying_heading {
    position: relative;
    min-height: 101px;
    margin: 20px 0 0 0;
    font-size: 16px;
    border-bottom: 1px solid #dee2e6;
    font-weight: bold;
    color: #128ab7;
    padding-left: 85px;
    font-weight: bold;
}

.gv_inquiry_cover_img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 70px;
}

.gv_sel_lic_heading {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #340f49;
    font-size: 20px;
    font-weight: bold;
}

.select-licence-col {
    padding: 0 50px;
    width: 100%;
}

.select-licence-col:hover .select-lic-box {
    box-shadow: none;
    background: #fff;
}

.select-licence-col:hover .licence-type-middle {
    border-top: 4px solid transparent;
}

.select-licence-col:hover .licence_buy_now {
    border: 1px solid #5ccbf5;
    color: #340f49;
    background: #fff;
}

.select-licence-col .licence_buy_now:hover {
    background: #5ccbf5;
    color: #340f49;
    border: 1px solid #5ccbf5;
}

.select-licence-col .licence_buy_now:focus {
    background: #5ccbf5;
    color: #340f49;
    border: 1px solid #5ccbf5;
}

.select-licence-col ul {
    padding: 18px 20px 0 20px;
}

.select-licence-col ul li {
    font-size: 13.6px;
    padding: 4px 8px 4px 32px;
    position: relative;
}

.select-lic-box {
    padding-bottom: 30px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom: 30px;
}

.select-lic-box-middle {
    background: #ececec;
    margin-top: 0;
    border: 1px solid #5ccbf5;
}

.select-lic-box-middle:hover {
    background: #ececec !important;
    margin-top: 0;
}

.select-lic-box-middle:hover .licence-type-middle {
    border-top: 4px solid transparent;
}

.select-lic-box-middle:hover .licence_buy_now {
    background: #340f49;
    color: #fff;
    border: 1px solid #340f49;
}

.select-lic-box-left:hover {
    background: #ececec !important;
}

.select-lic-box-left:hover .licence-type {
    border-top: 4px solid #5ccbf5;
}

.select-lic-box-left:hover .licence_buy_now_blue {
    background: #340f49;
    color: #fff;
    border: 1px solid #340f49;
}

.select-lic-box-left .licence_buy_now_blue:hover {
    border: 1px solid #5ccbf5;
    background: #5ccbf5;
    color: #340f49;
}

.licence_buy_now_blue {
    border: 1px solid #5ccbf5;
    color: #340f49;
    background: #fff;
}

.licence_buy_now_blue:focus {
    border: 1px solid #5ccbf5;
    background: #5ccbf5;
    color: #340f49;
}

.licence-type {
    color: #340f49;
    padding: 20px 15px 15px;
    text-align: center;
    margin: 0;
    font-size: 20px;
    border-top: 4px solid transparent;
    border-radius: 3px 3px 0 0;
}

.licence-price {
    color: #340f49;
    padding: 0 15px 0px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}

.licence-price-text {
    text-align: center;
    color: #666;
    font-size: 13.6px;
    position: relative;
    padding-bottom: 10px;
}

.licence_buy_now {
    margin: 20px auto 0px;
    font-size: 13px;
    background: #340f49;
    border: 1px solid #340f49;
    color: #fff;
    padding: 6px 35px;
    border-radius: 6px;
    display: table;
    text-align: center;
    font-weight: bold;
}

/* // Select Licence */

/* Index Free Sample Report Modal */
.modal_free_report h3 {
    font-size: 36px;
}

.modal_free_report .btn {
    font-size: 20px;
    background: #84bf30;
    font-weight: bold;
    padding: 1rem;
    color: #fff;
}

/* // Index Free Sample Report Modal */

/* New contact */
.contact2_sec {
    background: linear-gradient(180deg, #351249 5%, #5bcaf4);
}
.content2_heading {
    font-weight: bold;font-size: 48px;
}
.content2_sub_heading {
    font-size: 19px;
}
.contact_tab .nav-item {
	width: 25%;
}
.contact_tab .nav-item:last-child a {
    margin-right: 0;
}
.contact_tab .nav-link {
	color: #fff;
	font-size: 16px;
	padding: 15px 40px 10px;
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
	border: 1px solid #f7f7f740 !important;
	background: transparent !important;
	text-align: center;
	margin-right: 10px;
}
.contact_tab .nav-link.active {
	background: #fff !important;
	color: #340f49;
	font-weight: bold;
}
.contact_tab .nav-link:hover, .contact_tab .nav-link:focus {
	background: #fff !important;
	color: #340f49;
	transition: 0.15s all ease;
}
.contact_tab .tab-content  {
    padding:90px 48px;border-radius: 0 0 6px 6px;
}
.com_logo_rr {
    margin-top: 80px;
}
.com_logo_text {
	margin-top: 10px;font-size: 14px;
}
.box_head {
	font-size: 22px;
	font-weight: bold;
	color: #340f49;
}
.country_select {
	float: left;
	margin-top: 0px;
	width: 22% !important;
}
.country_select_full .floating-label-container {
	float: left;
	width: 78% !important;
}
.country_select_full .floating-label-container input {
	width: 100% !important;
    border-radius: 0 6px 6px 0 !important;
}
/* // New contact */



/* Most Used Css */
body {
    font-family: 'ITCFranklinGothicStd-Book';
    font-size: 15px;
    background: #f5fafc;
    color: #333;
}

html {
    font-family: 'ITCFranklinGothicStd-Book';
    font-size: 15px;
    background: #f5fafc;
    color: #333;
}

* {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

.form-control {
    border-radius: 6px;
}

textarea.form-control {
    min-height: 80px !important;
}

.form-control:focus {
    border-color: #5ccbf5;
    box-shadow: 0 0 0px 0px rgba(0, 208, 228, .3), 0 0 0 1px #5ccbf5;
    outline: 0;
}

.gv_info_btn {
    display: inline-block;
    padding: 8px 20px;
    text-align: center;
    border-radius: 6px;
    background: #5ccbf5;
    color: #340f49;
    border: 2px solid #5ccbf5;
}

.gv_info_btn:hover, .gv_info_btn:focus {
    background: #340f49;
    border: 2px solid #340f49;
    color: #fff;
}

.gv_info_btn_outline {
    display: inline-block;
    padding: 8px 20px;
    text-align: center;
    border-radius: 6px;
    background: transparent;
    color: #340f49;
    border: 2px solid #5ccbf5;
}

.gv_info_btn_outline:hover, .gv_info_btn_outline:focus {
    background: #5ccbf5;
    border: 2px solid #5ccbf5;
    color: #fff;
}

.gv_primary_btn {
    display: inline-block;
    padding: 8px 20px;
    text-align: center;
    border-radius: 6px;
    background: #340f49;
    color: #fff;
    border: 2px solid #340f49;
}

.gv_primary_btn:hover, .gv_primary_btn:focus {
    background: #5ccbf5;
    border: 2px solid #5ccbf5;
    color: #fff;
}

.gv_primary_btn_outline {
    display: inline-block;
    padding: 8px 20px;
    text-align: center;
    border-radius: 6px;
    background: transparent;
    color: #340f49;
    border: 2px solid #340f49;
}

.gv_primary_btn_outline:hover, .gv_primary_btn_outline:focus {
    background: #340f49;
    border: 2px solid #340f49;
    color: #fff;
}

.text_purple {
    color: #340f49;
}

.text_purple_2 {
    color: #423547;
}

.text_Bondi_Blue {
    color: #128ab7 !important;
}

.text_Blue {
    color: #00f !important;
}

.bg_purple {
    background: #340f49 !important;
}

.bg_Bondi_Blue {
    background: #5ccbf5 !important;
}

.text_demi {
    font-family: 'ITCFranklinGothicStd-Demi';
}

.text_underline {
    text-decoration: underline;
}


.font-s-24 {
    font-size: 24px !important;
}

.font-s-22 {
    font-size: 22px !important;
}

.font-s-20 {
    font-size: 20px !important;
}

.font-s-19 {
    font-size: 19px !important;
}

.font-s-18 {
    font-size: 18px !important;
}

.font-s-17 {
    font-size: 17px !important;
}

.font-s-16 {
    font-size: 16px !important;
}

.font-s-15 {
    font-size: 15px !important;
}

.font-s-14 {
    font-size: 14px !important;
}

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

.font-s-12 {
    font-size: 12px !important;
}

.font-s-11 {
    font-size: 11px !important;
}

.font-s-10 {
    font-size: 10px !important;
}

.font-s-9 {
    font-size: 9px !important;
}

.font-s-8 {
    font-size: 8px !important;
}


.callout {
    border-left: 0.33rem solid #17a2b8;
}

.callout-info {
    border-left-color: #17a2b8;
}

.callout-warning {
    border-left-color: #ffe69c;
}

.callout-danger {
    border-left-color: #dc3545;
}

.callout-secoundary {
    border-left-color: #6c757d;
}

.p-6 {
    padding: 4rem !important;
}

.pt-6 {
    padding-top: 4rem !important;
}

.pr-6 {
    padding-right: 4rem !important;
}

.pb-6 {
    padding-bottom: 4rem !important;
}

.pl-6 {
    padding-left: 4rem !important;
}

.px-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
}

.py-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.m-6 {
    margin: 4rem !important;
}

.mt-6 {
    margin-top: 4rem !important;
}

.mr-6 {
    margin-right: 4rem !important;
}

.mb-6 {
    margin-bottom: 4rem !important;
}

.ml-6 {
    margin-left: 4rem !important;
}

.mx-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
}

.my-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.p-7 {
    padding: 5rem !important;
}

.pt-7 {
    padding-top: 5rem !important;
}

.pr-7 {
    padding-right: 5rem !important;
}

.pb-7 {
    padding-bottom: 5rem !important;
}

.pl-7 {
    padding-left: 5rem !important;
}

.px-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
}

.py-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.m-7 {
    margin: 5rem !important;
}

.mt-7 {
    margin-top: 5rem !important;
}

.mr-7 {
    margin-right: 5rem !important;
}

.mb-7 {
    margin-bottom: 5rem !important;
}

.ml-7 {
    margin-left: 5rem !important;
}

.mx-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
}

.my-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}

@media (min-width: 576px) {

    .p-sm-6 {
        padding: 4rem !important;
    }

    .pt-sm-6 {
        padding-top: 4rem !important;
    }

    .pr-sm-6 {
        padding-right: 4rem !important;
    }

    .pb-sm-6 {
        padding-bottom: 4rem !important;
    }

    .pl-sm-6 {
        padding-left: 4rem !important;
    }

    .px-sm-6 {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }

    .py-sm-6 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .p-sm-7 {
        padding: 5rem !important;
    }

    .pt-sm-7 {
        padding-top: 5rem !important;
    }

    .pr-sm-7 {
        padding-right: 5rem !important;
    }

    .pb-sm-7 {
        padding-bottom: 5rem !important;
    }

    .pl-sm-7 {
        padding-left: 5rem !important;
    }

    .px-sm-7 {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }

    .py-sm-7 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .m-sm-6 {
        margin: 4rem !important;
    }

    .mt-sm-6 {
        margin-top: 4rem !important;
    }

    .mr-sm-6 {
        margin-right: 4rem !important;
    }

    .mb-sm-6 {
        margin-bottom: 4rem !important;
    }

    .ml-sm-6 {
        margin-left: 4rem !important;
    }

    .mx-sm-6 {
        margin-right: 4rem !important;
        margin-left: 4rem !important;
    }

    .my-sm-6 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .m-sm-7 {
        margin: 5rem !important;
    }

    .mt-sm-7 {
        margin-top: 5rem !important;
    }

    .mr-sm-7 {
        margin-right: 5rem !important;
    }

    .mb-sm-7 {
        margin-bottom: 5rem !important;
    }

    .ml-sm-7 {
        margin-left: 5rem !important;
    }

    .mx-sm-7 {
        margin-right: 5rem !important;
        margin-left: 5rem !important;
    }

    .my-sm-7 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }
}

@media (min-width: 768px) {
    .p-md-6 {
        padding: 4rem !important;
    }

    .pt-md-6 {
        padding-top: 4rem !important;
    }

    .pr-md-6 {
        padding-right: 4rem !important;
    }

    .pb-md-6 {
        padding-bottom: 4rem !important;
    }

    .pl-md-6 {
        padding-left: 4rem !important;
    }

    .px-md-6 {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }

    .py-md-6 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .p-md-7 {
        padding: 5rem !important;
    }

    .pt-md-7 {
        padding-top: 5rem !important;
    }

    .pr-md-7 {
        padding-right: 5rem !important;
    }

    .pb-md-7 {
        padding-bottom: 5rem !important;
    }

    .pl-md-7 {
        padding-left: 5rem !important;
    }

    .px-md-7 {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }

    .py-md-7 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .m-md-6 {
        margin: 4rem !important;
    }

    .mt-md-6 {
        margin-top: 4rem !important;
    }

    .mr-md-6 {
        margin-right: 4rem !important;
    }

    .mb-md-6 {
        margin-bottom: 4rem !important;
    }

    .ml-md-6 {
        margin-left: 4rem !important;
    }

    .mx-md-6 {
        margin-right: 4rem !important;
        margin-left: 4rem !important;
    }

    .my-md-6 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .m-md-7 {
        margin: 5rem !important;
    }

    .mt-md-7 {
        margin-top: 5rem !important;
    }

    .mr-md-7 {
        margin-right: 5rem !important;
    }

    .mb-md-7 {
        margin-bottom: 5rem !important;
    }

    .ml-md-7 {
        margin-left: 5rem !important;
    }

    .mx-md-7 {
        margin-right: 5rem !important;
        margin-left: 5rem !important;
    }

    .my-md-7 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }
}

@media (min-width: 992px) {
    .p-lg-6 {
        padding: 4rem !important;
    }

    .pt-lg-6 {
        padding-top: 4rem !important;
    }

    .pr-lg-6 {
        padding-right: 4rem !important;
    }

    .pb-lg-6 {
        padding-bottom: 4rem !important;
    }

    .pl-lg-6 {
        padding-left: 4rem !important;
    }

    .px-lg-6 {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }

    .py-lg-6 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .p-lg-7 {
        padding: 5rem !important;
    }

    .pt-lg-7 {
        padding-top: 5rem !important;
    }

    .pr-lg-7 {
        padding-right: 5rem !important;
    }

    .pb-lg-7 {
        padding-bottom: 5rem !important;
    }

    .pl-lg-7 {
        padding-left: 5rem !important;
    }

    .px-lg-7 {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }

    .py-lg-7 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .m-lg-6 {
        margin: 4rem !important;
    }

    .mt-lg-6 {
        margin-top: 4rem !important;
    }

    .mr-lg-6 {
        margin-right: 4rem !important;
    }

    .mb-lg-6 {
        margin-bottom: 4rem !important;
    }

    .ml-lg-6 {
        margin-left: 4rem !important;
    }

    .mx-lg-6 {
        margin-right: 4rem !important;
        margin-left: 4rem !important;
    }

    .my-lg-6 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .m-lg-7 {
        margin: 5rem !important;
    }

    .mt-lg-7 {
        margin-top: 5rem !important;
    }

    .mr-lg-7 {
        margin-right: 5rem !important;
    }

    .mb-lg-7 {
        margin-bottom: 5rem !important;
    }

    .ml-lg-7 {
        margin-left: 5rem !important;
    }

    .mx-lg-7 {
        margin-right: 5rem !important;
        margin-left: 5rem !important;
    }

    .my-lg-7 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }
}

@media (min-width: 1200px) {
    .p-xl-6 {
        padding: 4rem !important;
    }

    .pt-xl-6 {
        padding-top: 4rem !important;
    }

    .pr-xl-6 {
        padding-right: 4rem !important;
    }

    .pb-xl-6 {
        padding-bottom: 4rem !important;
    }

    .pl-xl-6 {
        padding-left: 4rem !important;
    }

    .px-xl-6 {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }

    .py-xl-6 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .p-xl-7 {
        padding: 5rem !important;
    }

    .pt-xl-7 {
        padding-top: 5rem !important;
    }

    .pr-xl-7 {
        padding-right: 5rem !important;
    }

    .pb-xl-7 {
        padding-bottom: 5rem !important;
    }

    .pl-xl-7 {
        padding-left: 5rem !important;
    }

    .px-xl-7 {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }

    .py-xl-7 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .m-xl-6 {
        margin: 4rem !important;
    }

    .mt-xl-6 {
        margin-top: 4rem !important;
    }

    .mr-xl-6 {
        margin-right: 4rem !important;
    }

    .mb-xl-6 {
        margin-bottom: 4rem !important;
    }

    .ml-xl-6 {
        margin-left: 4rem !important;
    }

    .mx-xl-6 {
        margin-right: 4rem !important;
        margin-left: 4rem !important;
    }

    .my-xl-6 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .m-xl-7 {
        margin: 5rem !important;
    }

    .mt-xl-7 {
        margin-top: 5rem !important;
    }

    .mr-xl-7 {
        margin-right: 5rem !important;
    }

    .mb-xl-7 {
        margin-bottom: 5rem !important;
    }

    .ml-xl-7 {
        margin-left: 5rem !important;
    }

    .mx-xl-7 {
        margin-right: 5rem !important;
        margin-left: 5rem !important;
    }

    .my-xl-7 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }
}

/* // Most Used Css */

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1200px;
    }

    .gv_header_login_btn {
        position: absolute;
        right: -78px;
    }
}

@media (max-width: 1280px) {
    .gv_search_top .form-control {
        width: 350px;
    }
    .gv_header_login_btn {
        position: relative;
        right: auto;
        margin-left: 10px;
    }

    .gv_service_modal {
        background: -moz-linear-gradient(top, #f1f2ed 0%, #f1f2ed 60%, #555f8b 53%, #555f8b 100%);
        background: -webkit-linear-gradient(top, #f1f2ed 0%, #f1f2ed 60%, #555f8b 53%, #555f8b 100%);
        background: linear-gradient(to bottom, #f1f2ed 0%, #f1f2ed 60%, #555f8b 53%, #555f8b 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f2ed', endColorstr='#545e89', GradientType=0);
    }

    .gv_img_surface {
        bottom: 105px;
        margin-left: -150px;
        max-width: 300px;
    }

    .gv_modal_service {
        margin: 70px 0 0px;
    }
}

@media (max-width: 1199.99px) {
    .gv_search_top .form-control {
        width: 244px;
    }
    .gv_header .nav>li>a {
        font-size: 14px;
    }

    .gv_mega_menu li>a {
        font-size: 14px;
    }

    .gv_header_search {
        width: 185px;
    }

    .gv_banner_form_btn {
        font-size: 14px;
    }

    .gv_banner_thumb li {
        background-size: 594px;
    }

    .gv_welcome_tab ul.nav li a {
        font-size: 15px;
    }

    .gv_welcome_tab ul.nav i {
        font-size: 18px;
    }

    .gv_fact_listing h4 {
        font-size: 15px;
    }

    .gv_client_sec ul li {
        background-size: 1008px;
    }

    .gv_client_sec ul li:first-child {
        background-position: -3px 0;
    }

    .gv_client_sec ul li:nth-child(2) {
        background-position: -207px 0;
    }

    .gv_client_sec ul li:nth-child(3) {
        background-position: -409px 0;
    }

    .gv_client_sec ul li:nth-child(4) {
        background-position: -614px 0;
    }

    .gv_client_sec ul li:nth-child(5) {
        background-position: -822px -5px;
    }

    .gv_client_sec ul li:nth-child(6) {
        background-position: -6px -80px;
    }

    .gv_client_sec ul li:nth-child(7) {
        background-position: -210px -79px;
    }

    .gv_client_sec ul li:nth-child(8) {
        background-position: -410px -79px;
    }

    .gv_client_sec ul li:nth-child(9) {
        background-position: -618px -76px;
    }

    .gv_client_sec ul li:nth-child(10) {
        background-position: -817px -79px;
    }

    .gv_trust_col h3 {
        font-size: 15px;
    }

    .gv_trust_col h4 {
        font-size: 13.5px;
    }

    .gv_img_surface {
        bottom: 135px;
        margin-left: -150px;
        max-width: 270px;
    }

    .report-data-2 li:last-child {
        min-width: 100%;
        padding: 0;
        border: 0;
    }

    .gv_report_list li a {
        font-size: 12px;
        padding: 0.5em 0.4rem;
        margin-right: 3px;
        min-height: 35px;
    }

    .gv_report_r_box_heading {
        font-size: 14px;
    }

    .gv_buy_now_btn {
        font-size: 13px;
    }

    .gv_scrollup {
        bottom: 10px;
        right: 10px;
    }

    .gv_compass_search {
        width: 200px;
        margin: 0 5px 0 0;
    }

    .compass_slide .carousel-indicators {
        margin-top: 2rem;
    }

    .compass_video iframe {
        max-height: 500px !important;
    }

    .gv_wwd_box {
        padding: 36px 44px;
    }

    .gv_report_detail_bottom.gv_pipline_bottom a {
        bottom: 25px;
        left: 30px;
        right: auto;
    }
    .gv_report_detail_bottom a {
        font-size: 12px;
        right: 10px;
        padding: 4px 8px;
    }
    .contact_tab .nav-link {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 991.99px) {



    .gv_welcome_tab ul.nav svg,
    .gv_welcome_tab ul.nav img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0.5rem;
    }

    .gv_welcome_tab ul.nav li a {
        font-size: 15px;
        padding: 10px 15px;
        line-height: 1.2;
        min-height: 82px;
    }

    .gv_welcome_tab h2 {
        font-size: 24px;
    }

    .gv_client_sec ul li {
        background-size: 780px;
        padding: 10px;
        height: 60px;
    }

    .gv_client_sec ul li:first-child {
        background-position: -11px -1px;
    }

    .gv_client_sec ul li:nth-child(2) {
        background-position: -166px -1px;
    }

    .gv_client_sec ul li:nth-child(3) {
        background-position: -323px -1px;
    }

    .gv_client_sec ul li:nth-child(4) {
        background-position: -477px -1px;
    }

    .gv_client_sec ul li:nth-child(5) {
        background-position: -635px -1px;
    }

    .gv_client_sec ul li:nth-child(6) {
        background-position: -9px -61px;
    }

    .gv_client_sec ul li:nth-child(7) {
        background-position: -166px -60px;
    }

    .gv_client_sec ul li:nth-child(8) {
        background-position: -322px -60px;
    }

    .gv_client_sec ul li:nth-child(9) {
        background-position: -477px -59px;
    }

    .gv_client_sec ul li:nth-child(10) {
        background-position: -635px -58px;
    }
}
@media (max-width: 1024px) {
    .gv_report_list li a {
        margin-right: 0;
        padding: 0.5rem 0.3rem;
    }
}

@media (max-width: 991.99px) {
    .full_bar .gv_header_2  {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 99;
    }
    .gv_search_top  {
        padding-right: 40px;
    }
    .full_bar .gv_header_2 .form-control {
        padding: 0.4rem;
        width: 383px;
    }
    .full_bar .gv_header_2 .gv_search_top button {
        padding: 0.4rem;
    }
    .full_bar .gv_header_2 .navbar-toggler {
        color: #340f49;
        margin: -38px 0 0 auto;
    }
    .header_login_btn .btn_rd_login {
        border: 0;
        margin-left: 0;
        border-radius: 0 !important;
                background: transparent !important;
        color: #121212 !important;
        padding: 10px !important;
    }
    .header_login_btn .btn_rd_signup  {
        border: 0;
        margin-left: 0;
        border-radius: 0 !important;
        background: transparent !important;
        color: #121212 !important;
        padding: 10px !important;
    }
    .sidebar {
        display: none;
    }
    .full_bar.-expanded > .content {
        margin-left: 0;
    }
    .report_detail_page {
        margin-top: 87px;
    }
    .gv_header .navbar {
        padding: 0;
    }

    .gv_header .serach_header_list {
        display: none !important;
    }

    .gv_header .navbar-toggler {
        color: #fff;
        margin: -36px 0 0 auto;
        z-index: 99;
        border-color: #ddd;
        padding: 6px 10px;
    }

    .gv_header .navbar-toggler:hover,
    .gv_header .navbar-toggler:focus {
        box-shadow: none;
    }

    .gv_header .navbar-toggler-icon {
        width: auto;
        height: auto;
        background: none;
    }

    .gv_header .nav {
        align-items: baseline;
    }

    .gv_header .nav>li {
        display: block;
        width: 100%;
        margin-top: 5px;
    }

    .gv_header .nav>li>a {
        display: block;
        border-bottom: 1px solid #ddd;
        padding: 10px;
        border-radius: 2px 2px 0 0;
    }

    .gv_header .nav>li:last-child>a {
        border-bottom: none;
    }

    .gv_header li.dropdown:hover>a {
        border-bottom-color: transparent;
    }

    .gv_mega_menu .heading_sub a {
        border-bottom: 1px solid #ddd;
        font-size: 13px;
        padding: 4px 2px;
    }

    .gv_header .dropdown-menu {
        width: 100%;
        border: 0;
        margin: 0;
    }

    .gv_search_mob {
        margin: -40px 0px 0 10px;
        left: 35%;
        width: 44%;
        position: relative;
        display: block;
    }

    .gv_header_login_btn {
        margin-left: 0;
    }

    .gv_mega_menu {
        position: static;
        width: 100%;
        border: 0 none;
    }

    .gv_banner .carousel-inner .carousel-item {
        height: 396px;
    }

    .gv_banner_dis {
        display: block;
        margin: 78px 0 0;
        text-align: center;
    }

    .gv_banner_thumb {
        margin: 16px 0 0px 0;
    }

    .gv_banner_thumb li {
        background-size: 550px;
        height: 56px;
        padding: 10px;
        border-right: 10px solid #fff;
        border-left: 10px solid #fff;
    }

    .gv_banner_thumb li:first-child {
        background-position: 7px -19px;
    }

    .gv_banner_thumb li:nth-child(2) {
        background-position: -124px -19px;
    }

    .gv_banner_thumb li:nth-child(3) {
        background-position: -259px -19px;
    }

    .gv_banner_thumb li:nth-child(4) {
        background-position: -395px -19px;
    }

    .gv_banner_thumb li:nth-child(5) {
        background-position: 11px -89px;
    }

    .gv_banner_thumb li:nth-child(6) {
        background-position: -125px -89px;
    }

    .gv_banner_thumb li:nth-child(7) {
        background-position: -259px -89px;
    }

    .gv_banner_thumb li:nth-child(8) {
        background-position: -395px -89px;
    }

    .gv_banner_thumb li:nth-child(9) {
        background-position: 10px -158px;
    }

    .gv_banner_thumb li:nth-child(10) {
        background-position: -123px -158px;
    }

    .gv_banner_thumb li:nth-child(11) {
        background-position: -259px -157px;
    }

    .gv_banner_thumb li:nth-child(12) {
        background-position: -396px -158px;
    }

    .gv_banner_thumb li:nth-child(13) {
        background-position: 7px -228px;
    }

    .gv_banner_thumb li:nth-child(14) {
        background-position: -127px -228px;
    }

    .gv_banner_thumb li:nth-child(15) {
        background-position: -259px -225px;
    }

    .gv_banner_thumb li:nth-child(16) {
        background-position: -391px -223px;
    }

    .gv_banner_media h3 {
        font-size: 24px;
        margin-top: 1rem;
        text-align: center;
    }

    .gv_banner_media .learn_more_a {
        margin: 0 auto;
    }

    .gv_tiltle_speak {
        font-size: 24px;
    }

    .gv_why_choose h2 {
        font-size: 24px;
    }

    .gv_fact_sec {
        padding: 30px 0;
    }

    .gv_fact_heading {
        margin: 0 0 15px;
    }

    .gv_trust_sec {
        padding: 30px 0;
    }

    .gv_trust_heading {
        margin: 0px 0 15px;
    }

    .gv_trust_heading h2 {
        font-size: 18px;
    }

    .gv_latest_report h2 {
        font-size: 20px;
    }

    .gv_latest_report h3 {
        font-size: 16px;
    }

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

    .gv_breadcrumb {
        height: 20px;
        overflow: hidden;
        pointer-events: none;
    }

    .gv_breadcrumb ul {
        display: none;
    }

    .gv_static_banner {
        padding: 60px 0;
    }

    .gv_static_banner h1 {
        font-size: 32px;
    }

    .gv_static_banner p {
        font-size: 18px;
    }

    .gv_static_top_sec h2 {
        font-size: 20px;
    }

    .gv_static_top_sec p {
        line-height: 1.5;
    }

    .gv_value_sec h2 {
        font-size: 24px;
        margin: 0 0 16px;
    }

    .gv_value_sec h3 {
        font-size: 16px;
    }

    .gv_service_modal h2 {
        font-size: 24px;
    }

    .gv_service_modal p {
        margin-bottom: 32px;
    }

    .gv_service_modal .media-body {
        font-size: 18px;
    }

    .gv_surface_persent span {
        width: 100%;
    }

    .gv_surface_persent span br {
        display: none;
    }

    .gv_img_surface {
        display: none;
    }

    .gv_about_reach_sec h2 {
        font-size: 24px;
    }

    .gv_about_structure_sec h2 {
        font-size: 24px;
        margin: 0 0 32px;
    }

    .gv_reason_sec h2 {
        font-size: 24px;
    }

    .gv_methodology_process h2 {
        font-size: 24px;
    }

    .gv_procurement_sec h2 {
        font-size: 24px;
    }

    .gv_methodulogy_data h2 {
        font-size: 24px;
    }

    .gv_methodology_formulation h2 {
        font-size: 24px;
    }

    .gv_report_cover {
        display: none;
    }

    .gv_report_title {
        padding: 0;
    }
    
    .gv_report_list {
        margin-top: 0.5rem;
    }

    .gv_report_summary img {
        margin-top: 20px;
    }

    .gv_report_list li {
        width: 100%;
        margin: 0;
    }
   
    .gv_report_list li a {
        width: 100%;
        border-radius: 2px;
        text-align: center;
        padding: 0.5rem 1rem;
        border-top:1px solid #5ccbf5 !important;
    }

    .gv_report_list li a:hover, .gv_report_list li a.active {
        background: #5ccbf5;
        border-color: #5ccbf5 !important;
        color: #fff;
    }

    .gv_report_list li a.req_free_btn {
        border-color: #f63 !important;
    }

    .gv_report_detail_bottom a {
        right: 40px;
        bottom: 20px;
    }

    .gv_partner_client_logo h3 {
        font-size: 21px;
    }

    .gv_inner_page_bg {
        margin-bottom: 0;
    }

    .gv_social_r_sec {
        margin: 10px 0 20px;
    }

    .gv_checkout_right {
        margin: 24px 0 0;
    }

    .gv_compass_header .navbar {
        padding: 0;
    }

    .gv_compass_header .navbar-collapse {
        margin-top: 12px;
    }

    .btn-free-demo {
        display: none;
    }

    .gv_compass_search {
        margin: 0;
        width: 100%;
    }

    .compass_banner {
        padding: 100px 0 50px;
    }

    .compass_slide h2 {
        font-size: 20px;
        margin-bottom: 32px;
    }

    .compass_slide .carousel-indicators {
        margin-top: 1rem;
    }

    .compass_slide .carousel-indicators button[data-bs-target] {
        font-size: 16px;
        margin: 0.5rem 0 0;
    }

    .compass_slide .carousel-indicators  button::before {
        border-left: 12px solid #5ccbf5;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        margin: 12px 5px 11px 0;
    }

    .compass_banner.pipline_banner,
    .compass_slide,
    .compass_trial_sec,
    .compass_value,
    .compass_counter,
    .compass_power,
    .pipline_intelligence_sec,
    .pipline_supplier_sec,
    .pipline_Benefits_sec,
    .pipline_cover_sec,
    .pipline_research_sec {
        padding: 50px 0;
    }

    .compass_banner_inner h1,
    .compass_trial_sec h2,
    .compass_power h2,
    .compass_value h2,
    .pipline_cover_sec h3,
    .pipline_research_sec h3 {
        font-size: 36px;
        margin-bottom: 1.5rem;      
    }

    .compass_banner_inner p,
    .pipline_intelligence_sec h3,
    .pipline_supplier_sec h3,
    .pipline_Benefits_sec h3,
    .pipline_research_sec h4 {
        font-size: 20px;
        margin-bottom: 1.5rem;
    }

    .compass_power ul li,
    .compass_value ul li,
    .compass_trial_sec p,
    .pipline_intelligence_sec p,
    .pipline_supplier_sec p,
    .pipline_research_sec p {
        font-size: 18px;
    }

    .pipline_Benefits_sec ul li,
    .pipline_research_sec ul li,
    .pipline_cover_sec ul li a {
        font-size: 16px;
    }

    .pipline_research_sec ul li img {
        max-width: 20px;
    }

    .compass_trial_sec p {
        margin-bottom: 30px;
    }

    .sec2-thanks h1 {
        font-size: 24px;
        margin: 20px 0 30px;
    }

    .sec2-thanks p {
        font-size: 20px;
    }

    .carousel_pagenotfound {
        padding: 0;
    }

    .carousel_pagenotfound p,
    .bottom_box li {
        font-size: 16px;
    }

    .rep_right_stikey.gv_right_sticky_bar {
        width: 200px;
    }

    .gv_report_detail_bottom.gv_pipline_bottom a {
        bottom: -54px;
        left: 30px;
        right: auto;
    }

    .gv_about_banner {
        padding: 48px 0;
    }

    .gv_about_banner_h1 {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .gv_about_banner p {
        font-size: 16px;
        margin-bottom: 0;
    }

    .gv_wwr_sec2 {
        padding: 40px 0;
    }

    .gv_wwr_sec2_heading {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .gv_wwr_sec2 p {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .gv_wwr_sec2 h5 {
        font-size: 24px;
    }

    .gv_wwr_sec2 .btn {
        font-size: 16px;
    }

    .gv_wwr_sec3 {
        padding: 56px 0 0;
    }

    .gv_wwr_sec3 h6 {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .gv_wwr_sec3 p {
        font-size: 16px;
        margin-bottom: 40px;
        text-align: center;
    }

    .gv_wwd_box {
        margin: -100px 0 0;
        margin-bottom: 46px;
    }

    .gv_wwd_box a {
        font-size: 20px;
    }

    .gv_wwd_box_des {
        font-size: 20px;
    }

    .precision_icn {
        margin: 20px 0 46px;
    }

    .gv_wwr_sec4 {
        padding: 48px 0;
    }

    .gv_wwr_sec4 h4 {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .gv_wwr_sec4 p {
        font-size: 16px;
    }

    .gv_touch_sec {
        padding: 64px 0;
        text-align: center;
    }

    .gv_touch_sec h2 {
        font-size: 24px;
    }

    .gv_touch_sec p {
        font-size: 16px;
    }

    .wwr_bottom_sec h6 {
        margin: 20px 0 30px;
        font-size: 16px;
    }

    .gv_hww_banner {
        padding: 48px 0;
    }

    .gv_hww_banner_h1 {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .gv_hww_banner p {
        font-size: 16px;
    }

    .gv_hww_banner ul img {
        max-width: 50px;
    }

    .gv_hww_banner h3 {
        font-size: 20px;
        margin-top: 8px;
    }

    .gv_hww_expertise_sec {
        padding: 48px 0;
    }

    .gv_hww_expertise_sec h2 {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .gv_hww_expertise_sec p {
        font-size: 16px;
    }

    .gv_hww_methodology_sec {
        padding: 48px 0;
    }

    .gv_hww_methodology_sec h3 {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .gv_hww_methodology_sec p {
        font-size: 16px;
    }

    .gv_hww_methodology_sec h4 {
        font-size: 14px;
    }

    .gv_hww_delivery_sec {
        padding: 48px 0;
    }

    .gv_hww_delivery_sec h3 {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .gv_hww_delivery_sec p {
        font-size: 16px;
    }

    .gv_hww_about_sec {
        padding: 40px 0;
    }

    .gv_hww_about_sec h6 {
        font-size: 24px;
        margin-bottom: 0;
    }

    .gv_hww_about_box {
        margin: 16px 0 0;
        height: auto;
    }

    .gv_hww_about_box h5 {
        font-size: 20px;
    }

    .gv_hww_about_box p {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .gv_client_focus_sec {
        padding: 48px 0 40px
    }

    .gv_client_focus_sec h2 {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .gv_client_focus_sec h4 {
        font-size: 18px;
    }

    .gv_client_focus_sec h4 img {
        width: 18px
    }

    .gv_client_focus_sec p {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .gv_client_review_sec {
        padding: 40px 0 20px;
    }

    .gv_client_review_sec h5 {
        font-size: 24px;
    }

    .gv_client_review_sec h6 {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .testimonial-carousel .carousel-item {
        padding: 0 20px 40px;
    }

    .testimonial-carousel p {
        font-size: 16px;
    }

    .testimonial-carousel .gv_testimonial_name {
        font-size: 16px;
    }

    .gv_case_studies_box {
        padding: 16px;
    }

    .gv_case_studies_box h5 {
        font-size: 16px;
    }

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

    .gv_media_box {
        padding: 16px 16px 0 16px;
    }

    .gv_media_box h5 {
        font-size: 16px;
    }

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

    .gv_media_related_report {
        margin: 16px -16px 0;
        padding: 16px;
    }

    .gv_media_related_report h6 {
        font-size: 14px;
        margin: 0 0 0 8px;
    }

    .gv_insights_banner {
        padding: 48px 0;
    }

    .gv_insights_banner_h1 {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .gv_insights_banner p {
        font-size: 16px;
    }

    .gv_advace_metrial_banner {
        padding: 48px 0;
    }

    .gv_advace_metrial_banner_h1 {
        font-size: 24px;
    }

    .gv_upcoming_report_box_top {
        padding: 16px;
    }

    .gv_upcoming_report_box_top h5 {
        font-size: 16px;
    }

    .gv_upcoming_report_box_top h6 {
        font-size: 13px;
    }

    .gv_upcoming_report_des {
        padding: 16px;
        font-size: 14px;
    }

    .gv_not_found_sec {
        padding: 48px 0;
    }

    .gv_not_found_sec h1 {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .gv_not_found_sec h2 {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .gv_thanks_sec {
        padding: 48px 0;
    }

    .gv_thanks_sec h1 {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .gv_thanks_sec h2 {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .gv_thnaks_transation_box {
        padding: 32px 32px 16px;
    }

    .gvr_trans_heading {
        font-size: 16px;
    }

    .gvr_trans_detail {
        font-size: 16px;
    }

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

    .gvr_thnaks_next_sec h3 {
        font-size: 24px;
        margin: 48px 0 24px;
    }

    .gvr_thnaks_next_sec ul li span {
        font-size: 16px;
    }

    .gvr_thnaks_contact h6 {
        font-size: 16px;
        margin: 24px 0 16px;
    }

    .gvr_thanks_con_person {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .gvr_thnaks_contact .gv_primary_btn {
        font-size: 16px;
    }
    .contact_tab .nav-item {
        width: 100%;
    }
    .contact_tab .nav-link {
        margin-right: 0;
        border-radius: 0;
    }
    .com_logo_rr {
        margin-top: 0; 
    }
    .compass_slide .slide_heading {
        font-size: 18px;
    }
}

@media (max-width: 767.99px) {
    .full_bar .gv_header_2 .form-control {
        width: 283px;
    }
    .text_demi {
        font-family: arial !important;
        font-weight: bold;
    }

    .login_top_heading {
        font-size: 20px;
        padding: 40px 0 30px;
        line-height: 1.4;
    }

    .gv_header .logo svg,
    .gv_header .logo img {
        width: 110px;
    }

    .compass_login_sec {
        width: 100%;
        padding: 20px 0;
    }

    .login_sep {
        border-right: 0;
    }

    .gv_banner .carousel-inner .carousel-item {
        height: 210px;
    }

    .gv_banner_dis {
        margin: 1rem 0 0;
    }

    .gv_banner_dis h1 {
        font-size: 24px;
    }

    .gv_banner_dis h2 {
        font-size: 16px;
    }

    .gv_banner_dis .request-btn {
        margin-top: 0.5rem;
    }

    .gv_banner_media h3 {
        font-size: 24px;
        margin-top: 3rem;
    }

    .gv_welcome_tab ul.nav li {
        width: 100%;
    }

    .gv_welcome_tab ul.nav li a {
        text-align: left;
        padding: 15px;
    }

    .gv_welcome_tab ul.nav li a.active {
        border-bottom: 1px solid #d2d1d1;
    }

    .gv_welcome_tab h2 {
        font-size: 18px;
        padding: 30px 0 20px;
    }

    .gv_welcome_tab h3 {
        font-size: 18px;
        margin: 15px 0 10px;
    }

    .gv_tiltle_speak {
        font-size: 18px;
    }

    .gv_why_choose h2 {
        font-size: 18px;
    }

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

    .gv_fact_heading h2 {
        font-size: 18px;
    }

    .gv_client_sec,
    .client_img_logo {
        display: none;
    }

    .gv_heading_client h4 {
        display: none;
    }

    .gv_trust_heading h2 {
        font-size: 18px;
    }

    .gv_report_industry h2 {
        font-size: 18px;
    }

    .gv_report_insight h2 {
        font-size: 18px;
    }

    .gv_iner_about_heading {
        font-size: 16px;
        margin: 20px 0 10px;
    }

    .gv_advanced_report_list h3 {
        font-size: 14px;
    }

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

    .gv_advanced_report_list span {
        font-size: 14px;
    }

    .gv_view_link {
        font-size: 13.5px;
    }

    .gv_static_intro {
        margin: 20px 0 15px;
    }

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

    .gv_static_list li {
        font-size: 14px;
    }

    .gv_static_banner {
        padding: 32px 0;
    }

    .gv_static_banner h1 {
        font-size: 28px;
        margin: 0 0 10px;
    }

    .gv_static_banner p {
        font-size: 16px;
    }

    .gv_value_sec h2 {
        margin-bottom: 1rem;
    }

    .gv_service_modal {
        background: -moz-linear-gradient(top, #f1f2ed 0%, #f1f2ed 64%, #555f8b 53%, #555f8b 100%);
        background: -webkit-linear-gradient(top, #f1f2ed 0%, #f1f2ed 64%, #555f8b 53%, #555f8b 100%);
        background: linear-gradient(to bottom, #f1f2ed 0%, #f1f2ed 64%, #555f8b 53%, #555f8b 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f2ed', endColorstr='#545e89', GradientType=0);
    }

    .gv_service_modal h2 {
        margin-bottom: 1rem;
    }

    .gv_modal_service {
        margin: 45px 0 0px;
        font-size: 17px;
    }

    .gv_about_reach_sec h2 {
        margin: 0 0 16px;
    }

    .gv_methodology_process h2 {
        font-size: 18px;
        margin-bottom: 1rem;
    }

    .gv_methodulogy_data h2 {
        font-size: 18px;
        margin-bottom: 1rem;
    }

    .gv_methodulogy_data h3 {
        font-size: 15px;
    }

    .gv_methodology_formulation h2 {
        font-size: 18px;
        margin-bottom: 1rem;
    }

    .gv_procurement_sec h2 {
        font-size: 18px;
        margin-bottom: 1rem;
    }

    .gv_procurement_sec h5 {
        font-size: 15px;
    }

    .gv_procurement_list {
        margin-left: 1rem;
    }

    .gv_reserch_diagram .pr_reserch_diagram_top {
        margin: 16px 0;
    }

    .gv_reserch_interviewscpe {
        margin: 16px 0 0;
    }

    .gv_report_summary {
        font-size: 14px;
        padding: 5px 1rem;
    }

    .gv_report_summary h2,
    .gv_report_summary h2 strong {
        font-size: 20px;
        font-family: Arial;
        font-weight: bold;
    }

    .gv_report_summary h3,
    .gv_report_summary h3 strong {
        font-size: 16px;
        font-family: Arial;
        font-weight: bold;
    }

    .gv_report_summary h4,
    .gv_report_summary h4 strong {
        font-size: 15px;
        font-family: Arial;
        font-weight: bold;
    }

    .gv_report_summary h5,
    .gv_report_summary h5 strong {
        font-size: 14px;
        font-family: Arial;
        font-weight: bold;
    }
    .gv_report_summary ul {
        margin-left: 1.25rem;
    }

    .gv_table_highlight {
        border: 0;
        box-shadow: none;    
    }

    .gv_table_highlight table {
        width: 100%;
    }

    .gv_table_highlight table td {
        font-size: 13px;
        padding: 8px 12px;
    }

    .gv_report_faq_panel a {
        margin: 0 0.5rem 0 0;
    }

    .gv_report_faq_box .gv_report_faq_ans {
        margin-bottom: 0;
        font-size: 14px;
        padding: 0.75rem 0 0 0;
    }

    .gv_report_detail_bottom a {
        right: 40px;
        bottom: 24px;
    }
    .stk-right {
        position: relative;
        margin-top: 1rem;
        top: unset !important;
    }
    .roc_right  {display: none;}

    .gv_inquiry_buying_heading {
        font-size: 16px;
    }

    .gv_sel_lic_heading {
        font-size: 18px;
    }

    .gv_checkout_payment h6 {
        padding: 0 0 12px 0;
    }

    .gv_client_tes_banner {
        padding: 40px 0;
    }

    .gv_client_tes_banner h1 {
        font-size: 28px;
    }

    .gv_client_tes_banner p {
        font-size: 16px;
    }

    .compass_banner {
        padding: 90px 0 50px 0;
    }

    .compass_banner_inner h1 {
        margin: 1.5rem 0 1rem;
    }

    .compass_banner_inner img {
        width: 100px;
        height: 100px;
    }

    .compass_slide h2 {
        margin-bottom: 0;
        font-size: 18px;
    }

    .compass_video iframe {
        max-height: 260px !important;
    }

    .compass_banner_inner h1,
    .compass_trial_sec h2,
    .compass_power h2,
    .compass_value h2,
    .pipline_cover_sec h3,
    .pipline_research_sec h3,
    .brainshare_sevices_Sec h2,
    .brain_value_heading,
    .custom_heading_h2,
    .trusted_global_leaders h3 {
        font-size: 20px;
        margin-bottom: 1rem;
    }

    .pipline_intelligence_sec h3,
    .pipline_supplier_sec h3,
    .pipline_Benefits_sec h3,
    .pipline_research_sec h4 {
        font-size: 18px;
        margin-bottom: 1rem;
    }

    .compass_banner_inner p,
    .compass_power ul li,
    .compass_value ul li,
    .compass_trial_sec p,
    .pipline_intelligence_sec p,
    .pipline_supplier_sec p,
    .pipline_research_sec p,
    .brain_value_box h3,
    .brainshare_sevices_Sec h3,
    .custom_heading_p,
    .gv_meth_list li,
    .ul_sub_heading,
    .how-customization-works h5,
    .how-customization-works p,
    .ul_main_heading {  
        font-size: 16px;
    }

    .brain_portfolio_icn {
        max-width: 24px;
    }

    .pipline_cover_sec ul li {
        margin: 0.5rem 0;
    }

    .pipline_cover_sec ul li a {
        font-size: 12px;
        padding: 0.5rem 0.9rem;
    }

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

    .brain_value_box img {
        max-width: 32px;
    }


    .gv_compass_footer {
        text-align: center;
    }

    .gv_compass_footer [class |="col"] {
        padding: 0.25rem 0;
    }

    .tanks_page_sec {
        padding: 40px 0;
    }

    .tanks_page_sec h1 {
        font-size: 36px;
    }

    .tanks_page_sec p {
        font-size: 18px;
        margin: 0;
    }

    .rep_right_stikey.gv_right_sticky_bar {
        position: relative;
        top: auto !important;
        width: 100%;
    }

    .gv_wwr_sec3 p {
        margin-bottom: 0;
    }

    .gv_wwd_box {
        margin: 0;
        text-align: center;
    }

    .gv_wwd_box_des,
    .gv_wwd_box a {
        font-size: 16px;
    }

    .precision_icn {
        margin: 40px 0 20px;
    }

    .gv_hww_banner h3 {
        font-weight: bold;
    }

    .gv_upcoming_report_box_top h5 {
        font-size: 14px;
        line-height: 1.5;
    }

    .gv_upcoming_report_box_top img {
        max-width: 20px;
    }

    .gv_upcoming_report_des {
        font-size: 13px;
    }

    .img_enlarge_modal button.close {
        width: 24px;
        height: 24px;
        right: -8px;
        top: -6px;
        font-size: 16px;
    }

    .img_enlarge_modal .carousel button {
        width: 24px;
        height: 24px;
        left: -24px;
    }

    .img_enlarge_modal .carousel .carousel-control-next {
        right: -24px;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 15px;
        height: 15px;
    }
    .gv_meth_main_heading  {
        font-size: 24px;
    }
    .meth_compare_card .cart_1, .meth_compare_card .cart_2 {
        width: 100%;
        padding: 24px;
    }
    .meth_h4_heading {
        font-size: 16px;
    }
    .comapre_arrow {
        display: none;
    }
    .meth_compare_card h5 {
        font-size: 16px;
    }
    .meth_compare_card ul li {
        font-size: 15px;
    }
    .cl_heading {margin: 24px 0;}
    .custom-research-customization-offered .accordion .accordion-header .accordion-button {
        font-size: 16px;
        padding: 6px 16px; 
    }
    .investment_slide .carousel-indicators {
        position: relative;
        top: 0;
    }
    .compass_slide .carousel-indicators button[data-bs-target] {
        margin: 1rem 0 0;
        font-size: 18px;
    }
    .compass_slide .carousel-indicators button:before {
        border-left: 15px solid #5ccbf5;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        margin: 0px 6px 0px 0;
    }
}

@media (max-width: 575.99px) {
    .full_bar .gv_header_2 .form-control {
        width: 196px;
    }

    .gv_search_top .form-control {
        width: 200px;
    }

    .gv_search_mob {
        left: 35%;
    }

    .gv_banner .carousel-inner .carousel-item {
        height: 150px;
    }

    .gv_banner_dis {
        margin: 1.5rem 0 0;
    }

    .gv_banner_dis h1 {
        font-size: 22px;
        margin-bottom: 0.5rem;
    }

    .gv_banner_dis h2 {
        display: none;
    }

    .gv_banner_dis .request-btn {
        margin-top: 0;
    }

    .gv_banner_media h3 {
        font-size: 22px;
        margin-top: 1.5rem;
        line-height: 1.2;
    }

    .gv_summary_box_index ul li {
        font-size: 15px;
    }

    .gv_report_top ul li {
        width: 100%;
        margin: 0 0 0.5rem;
        padding: 0;
        border: 0;
    }

    .img_enlarge_modal .carousel .carousel-control-prev {
        left: -8px;
        border-radius: 4px;
    }

    .img_enlarge_modal .carousel .carousel-control-next {
        right: -8px;
        border-radius: 4px;
    }

    .gv_latest_report h3 {
        font-size: 15px;
        padding: 0;
    }

    .gv_latest_report p {
        font-size: 13px;
    }

    .gv_conference_img {
        text-align: center;
        margin: 0 0 0.5rem;
    }

    .gv_schedule_call h2 {
        font-size: 14px;
    }

    .gv_value_sec img {
        display: none;
    }

    .gv_service_modal {
        background: #f1f2ed;
    }

    .gv_service_modal h3 {
        text-align: center;
    }

    .gv_service_modal .media-body {
        margin: 0;
    }

    .gv_modal_service {
        background: #555f8b;
        padding: 1rem;
        width: 100%;
        margin: 1rem 0 0px;
    }

    .gv_surface_persent {
        text-align: center;
    }

    .gv_surface_persent b {
        width: 100%;
    }

    .gv_surface_persent span {
        margin: 0;
        font-size: 16px;
    }

    .gv_ser_modal_type {
        max-width: 100%;
        float: none;
    }

    .gv_ser_modal_type .media {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .gv_reason_sec h2 {
        font-size: 18px;
        margin: 0;
    }

    .gv_reason_sec h3 {
        font-size: 15px;
    }

    .gv_reason_sec .media svg,
    .gv_reason_sec .media img {
        max-width: 50px;
    }

    .gv_report_detail_bottom a {
        right: auto;
        bottom: auto;
        display: table;
        margin: 20px auto;
        position: relative;
    }

    .gv_inquiry_buying_heading {
        padding-left: 0;
        font-size: 16px;
    }

    .gv_inquiry_cover_img {
        display: none;
    }

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

    .select-licence-col {
        padding: 0 1rem;
    }

    .nav-tab-list a.nav-link {
        padding: 0.3rem 0.5rem;
        font-size: 13px;
    }

    .gv_hww_banner h3 {
        margin: 8px 0 20px;
    }
    .methodology_cart {
        padding: 20px 16px;
    }
    .methodology_cart h3 {
        font-size: 20px;
    }
    .methodology_cart .icon {
        width: 54px;height: 54px;margin-right: 10px;
    }
    .methodology_cart .icon svg {
        max-width: 30px;   
    }
    .methodology_cart p {
        font-size: 15px;
    }

}

@media (max-width: 398px) {
    .full_bar .gv_header_2 .form-control {
        width: 150px;
    }
    .gv_search_mob {
        left: 35%;
        width: 46%;
    }

    .gv_banner .carousel-inner .carousel-item {
        height: 140px;
    }

    .gv_banner_dis h1 {
        font-size: 18px;
        line-height: 1.3;
    }

    .gv_banner_media h3 {
        font-size: 18px;
        line-height: 1.3;
    }
}