*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root{
    --white: #fff;
    --orange: #fc5546;
    --dark-blue: #0e2b5c;
    --grey: rgba(14, 43, 92, 0.8);
    --light-grey: #627792;
    --bg-color: #f3f6f9;
    --font-family: 'Rubik', sans-serif;
    --color-blue-red: 95 180 228;
    --bs-border-radius:0;
    --bs-border-radius-lg:0;
}

.btn-secondary{
    --bs-btn-bg: #0e2b5c;
    --bs-btn-border-color: #0e2b5c;
    --bs-btn-hover-bg: #167dbf;
    --bs-btn-hover-border-color: #167dbf;
}

.form-control, .form-select{
    background-color: #f3f7fb;
    padding: 0.65rem 0.7rem;
}

label{
    font-weight:500;
    color: #0e2b5c;
    padding-bottom:10px;
}

.form-group{
    margin-bottom:20px;
}

body {
    color: var(--grey);
    font-family: var(--font-family);
    position: relative;
    background: #fbfbfc;
}

button {
    background: none;
    border: none;
    outline: none;
}

input:focus-visible,
select:focus-visible,
a:focus-visible,
li:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

.form-control:focus{
    border-color: #0e2b5c;
}

h1 {
    font-size: 46px;
    line-height: 54px;
    font-weight: 600;
    margin-bottom: 30px;
    color: var(--dark-blue);
}

h2 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--dark-blue);
}

h3 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--dark-blue);
}

h4 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}

h5 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
}

p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

a {
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
    color: var(--light-grey);
    transition: all .3s;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    margin-bottom: 20px;
}

p:last-child {
    margin: 0;
}

button,
button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.btn-success{
    --bs-btn-bg:#16bf42;
    --bs-btn-border-color:#16bf42;
}

.btn_wrap a {
    padding: 6px 16px;
    color: #fff;
    background-color: #16bf42;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    transition: all 0.3s ease-in-out;
}

.btn_wrap a:hover {
    background-color: var(--dark-blue);
}

/* header */
.header_main_wrap {
    transition: all 0.3s ease-in-out;
    position: fixed;
    top: 0px;
    z-index: 999;
    background: var(--white);
    width: 100%;
    max-width: 1680px;
}

.site_header {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}

.site_header .navbar-brand {
    padding: 0;
}

.site_header .navbar-expand-lg .navbar-nav {
    margin: auto;
}

.site_header .navbar-brand img {
    max-width: 200px;
}

.site_header .navbar-expand-lg {
    padding: 0;
}

.site_header #navbarSupportedContent li.dropdown>a:after {
    border-bottom: 1px solid;
    border-right: 1px solid;
    content: "";
    height: 7px;
    transform: rotate(45deg) translate(0, -50%);
    width: 7px;
    display: inline-block;
}

.site_header .navbar-expand-lg .navbar-nav .nav-link {
    color: var(--dark-blue);
    padding: 10px 20px;
}
@media(max-width: 1200px) {
    .site_header .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px 10px;
    }
    .site_header #navbarSupportedContent li.dropdown>a:after{
        display:none;
    }
}
@media(max-width: 991px) {
    .site_header #navbarSupportedContent li.dropdown>a:after {
        display: inline-block;
        margin-left:auto;
    }
}

.site_header .navbar-expand-lg .navbar-nav .list-group-item:hover,
.site_header .navbar-expand-lg .navbar-nav .nav-link:hover,
.site_header .navbar-expand-lg .navbar-nav .nav-link.active {
    color: rgb(22 125 191);
}

.site_header li.nav-item {
    position: static;
}

.site_header .navbar-nav .dropdown-menu {
    right: 0;
    left: 0;
    margin-top: 21px;
    border: 0;
    box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.07);
    border-radius: 0 0 10px 10px;
    padding: 0;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1500;
    background: url(https://centerforsight.net/wp-content/uploads/2022/03/cfs-hp2022-services-background-img.jpg) 0% 0% / cover, rgb(255, 255, 255);
}

.top_navigation {
    background-color: #f3f7fb;
}

.top_navigation .navbar {
    padding: 0;
}

.top_navigation .navbar .navbar-nav {
    margin-left: auto;
}

.top_navigation .navbar .navbar-nav .nav-link {
    color: var(--dark-blue);
}

.site_header .navbar-nav .dropdown-menu .list-group h5 {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    color: var(--dark-blue);
}

.site_header .navbar-nav .dropdown-menu .navigation_dropdown_list li a.nav-link {
    display: flex;
    gap: 15px;
    padding: 0;
    align-items: flex-start;
}

.site_header .navbar-nav .dropdown-menu .navigation_dropdown_list li a.nav-link svg {
    width: 24px;
}

.site_header .navbar-nav .dropdown-menu .navigation_dropdown_list li .link_info .link_title {
    font-size: 15px;
    line-height: 15px;
    color: var(--dark-blue);
    transition: all 0.3s ease-in-out;
    font-weight: 400;
    margin-bottom: 5px;
}

.site_header .navbar-nav .dropdown-menu .navigation_dropdown_list li a:hover .link_info .link_title {
    color: #000;
}

.site_header .navbar-nav .dropdown-menu .navigation_dropdown_list li .link_info {
    flex: 1;
    line-height: 15px;
}

.site_header .navbar-nav .dropdown-menu .navigation_dropdown_list li .link_info .link_desc {
    font-size: 13px;
    line-height: 17px;
    color: var(--light-grey);
}

.site_header .navbar-nav .dropdown-menu .navigation_dropdown_list li svg path {
    fill: var(--orange);
}

.site_header .navbar-nav .dropdown-menu .navigation_dropdown_list li .shortcut_links {
    margin: 2px 0 0 40px;
}

.site_header .navbar-nav .dropdown-menu .navigation_dropdown_list li .shortcut_links a {
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
    color: #167dbf;
    text-decoration: underline;
}

.site_header .navbar-nav .dropdown-menu .navigation_dropdown_list li .shortcut_links a:hover{
    color:var(--dark-blue);
}

.site_header .navbar-nav .dropdown-menu .navigation_dropdown_list li .shortcut_links a::after {
    content: "→";
    font-size: 10px;
    padding: 0 .5rem;
    color: #167dbf;
    display: inline-block;
}

.site_header .navbar-nav .dropdown-menu .navigation_dropdown_list .drop_list:not(:last-child) {
    margin-bottom: 20px;
}

.site_header .navbar-nav .dropdown-menu .col-md-6 {
    padding: 20px;
}

.site_header .navbar-nav .dropdown-menu .col-md-6:not(:last-child) {
    border-right: 1px solid #dddddd80;
}

.top_navigation .top_navbar {
    margin-left: auto;
}

.site_header .navbar-toggler {
    border: 0;
    padding: 0;
}

.site_header .navbar-toggler svg {
    width: 40px;
    height: 40px;
}

.tns-nav {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0px;
    display: flex;
    justify-content: center;
    bottom: 18px;
    gap: 20px;
}

.tns-nav button {
    width: 15px;
    height: 15px;
    border-radius: 50px;
    border: 2px solid #fff;
}

.tns-nav button.tns-nav-active {
    transform: scale(1.4);
    border: 3px solid #167dbf;
}

.line {
    fill: none;
    stroke: black;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
}

.line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.site_header .navbar-toggler[aria-expanded="true"] .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
    stroke: #000;
}

.site_header .navbar-toggler[aria-expanded="true"] .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
    stroke: #000;
}

.site_header .navbar-toggler[aria-expanded="true"] .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
    stroke: #000;
}

.top_navigation .navbar-nav li.nav-item:nth-child(2) .dropdown-menu {
    right: 0;
    left: auto;
}

/* header */
/************ footer *************/
.site_footer .footer_top {
    padding-top: 80px;
    padding-bottom: 60px;
}

.site_footer .widget_title {
    color: var(--grey);
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
}

.site_footer .top_widget {
    text-align: center;
    padding-bottom: 40px;
    margin-bottom: 60px;
    border-bottom: 1px solid #ccc;
    color: #666;
}

.site_footer .top_widget .foot_logo {
    display: inline-block;
    margin-bottom: 40px;
}

.site_footer .footer_widget_about img {
    margin: 0 30px;
    max-width: 240px;
    max-height: 60px;
}

.site_footer .footer_widget_about p {
    color: #333;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 11px;
}

.site_footer .footer_widget_about p:first-child {
    font-size: 15px;
}

.site_footer .footer__widget-nav li a,
.site_footer .copyright_links li a,
.site_footer .copyright_links li span {
    display: block;
    position: relative;
    font-size: 15px;
    line-height: 24px;
}

.site_footer .footer__widget-nav li:not(:last-child) {
    margin-bottom: 10px;
}

.site_footer .footer_copyright p {
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 8px;
}

.site_footer .footer__widget-nav li a:hover,
.site_footer .copyright_links li a:hover {
    color: #4daee5;
}

.site_footer .copyright_links li a {
    margin-right: 8px;
    padding-right: 14px;
}

.site_footer .copyright_links li:last-child a {
    margin-right: 0px;
    padding-right: 0px;
}

.site_footer .copyright_links li span:after,
.site_footer .copyright_links li a:after {
    content: "-";
    position: absolute;
    right: 0;
    color: var(--light-grey);
}

.site_footer .copyright_links li:last-child a:after {
    display: none;
}

.site_footer .footer_bottom {
    padding: 30px 0;
    border-top: 1px solid #ccc;
}

.site_footer .footer_bottom .social_icons a {
    font-size: 30px;
    margin-left: 20px;
}

.site_footer .footer_bottom .social_icons a:hover {
    color: #4daee5;
}

.site_footer .top_widget h5 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    color: var(--dark-blue);
    margin-bottom: 10px;
}

.site_footer .top_widget p {
    color: var(--light-grey);
    font-size: 18px;
    line-height: 30px;
}

.site_footer .footer_widget_about {
    padding-top: 40px;
}

.site_footer .footer_widget_about h6 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
}

/************ footer ******************/
/************** home page ********************/
.banner_sec {
    position: relative;
    overflow: hidden;
}

.banner_sec .slider_item .inner_wrap {
    position: relative;
}

.banner_sec .slider_item .inner_wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-height: 600px;
    min-height: 300px;
    position: absolute;
    inset: 0;
}

.banner_sec .controls svg {
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.banner_sec .controls svg path {
    fill: #fff;
}

.banner_sec .controls li.prev {
    transform: rotate(180deg);
}

.banner_sec .controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 0;
}

.banner_sec .slider_item .inner_wrap:before {
    position: absolute;
    content: '';
    clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
    inset: 0;
    width: 60%;
    background-color: var(--grey);
    opacity: 0.8;
    z-index: 1;
}

.banner_sec .slider_item .inner_wrap .item_content {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* right: 0; */
    /* bottom: 0; */
    /* object-fit: cover; */
    padding: 0 12px;
    z-index: 1;
    max-width: 1320px;
    margin: auto;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 75vh;
    width: 100%;
    max-height: 600px;
    min-height: 300px;
    position: relative;
}

.banner_sec .slider_item .inner_wrap .item_content .sec_desc {
    max-width: 640px;
    /* padding-top: 34px; */
}

.banner_sec .slider_item .inner_wrap .item_content .sec_desc h2 {
    color: #fff;
}

.banner_sec .btn_wrap {
    margin-top: 30px;
    margin-bottom: 50px;
}

/* New style */
.main_body {
    box-shadow: 0 10px 37px rgba(18, 28, 45, .15);
    max-width: 1680px;
    margin: 0 auto;
    padding-top: 116px;
}

.banner_sec .container {
    padding: 0;
    max-width: 100%;
}

footer {
    background: #f7f7f7;
    position: relative;
}

.header_main_wrap.sticky {
    transform: translateY(-34px);
}

.top_navigation .navbar .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    font-size: 12px;
}

.site_header a {
    font-size: 15px;
}

.top_navigation .navbar .navbar-nav .nav-link>svg:last-child {
    transition: all .3s;
}

.top_navigation .navbar .navbar-nav .nav-link.show>svg:last-child {
    transform: rotate(180deg);
}

.top_navigation .navbar .navbar-nav .nav-link>svg:last-child path {
    fill: var(--dark-blue);
    stroke: transparent;
}

.top_navigation .navbar .navbar-nav>li:first-child>.nav-link:after {
    height: 52%;
    content: "";
    position: absolute;
    width: 1px;
    background: var(--dark-blue);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.top_navigation .navbar .navbar-nav>li:first-child>.nav-link {
    padding-right: 18px;
}

.top_navigation .navbar .navbar-nav>li:nth-child(2)>.nav-link {
    padding-left: 18px;
}

.site_header #navbarSupportedContent li.dropdown>a {
    position: relative;
}

.site_header #navbarSupportedContent li.dropdown>a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn_wrap .btn_1 {
    background: none;
    color: #167dbf;
    border: 2px solid #167dbf;
    padding: 4px 16px;
    margin-right: 5px;
}

.btn_wrap .btn_1:hover {
    color: var(--bg-color);
    border-color: var(--dark-blue);
}

.top_navigation .navbar .navbar-nav .nav-link>svg path {
    stroke: var(--dark-blue);
}

.site_header .navbar-collapse {
    transition: none !important;
    height: auto !important;
}

.top_navigation .dropdown-item.active,
.top_navigation .dropdown-item:active {
    background-color: #e9eaec;
    color:var(--dark-blue);
}

.top_navbar .dropdown-menu .dropdown-item{
    font-size:14px;
}

.top_navbar .dropdown-menu{
    box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.07);
    border-radius: 0 0 10px 10px;
}

.header_main_wrap.sticky .top_navigation .dropdown-menu{
    display:none !important;
}

/* New style */
/************** home page ********************/

/************** privacy ploicy ********************/
.page_title_header.privacy_title_header {
    /* background-image: url(./img/hero_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
    padding: 120px 0 120px;
    overflow: hidden;
}

.privacy_title_header .container {
    position: static !important;
}

.privacy_title_header .banner_img_privacy {
    position: absolute;
    inset: 0;
    padding: 0;
    z-index: 0;
}

.privacy_title_header .container .row>div:last-child {
    position: relative;
    z-index: 3;
}

.privacy_title_header .banner_img_privacy img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_title_header.privacy_title_header h1 {
    text-transform: uppercase;
    color: #fff;
}

.page_title_header.privacy_title_header .breadcrumb li:before,
.page_title_header.privacy_title_header .breadcrumb * {
    color: var(--white);
}

.page_title_header .container {
    position: relative;
}

.privacy_title_header:before {
    z-index: 1;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(27, 26, 26, 0.15);
}

section.bio_data {
    padding: 80px 0px 90px;
}

.bio_content1 h5 {
    font-size: 20px;
    color: black;
    line-height: 26px;
    margin-bottom: 0px;
}

.bio_data .bio_content1 h2 {
    padding-top: 20px;
    margin-bottom: 15px;
}

.bio_data .bio_content1 h2:first-child {
    padding-top: 0;
}

/************** privacy ploicy ********************/

/************** blog page ********************/
.page_title_header {
    position: relative;
    padding: 60px 0 60px;
    border-bottom: 1px solid #eaeaea;
    background-color: #f7f7f7;
    min-height: 280px;
    display: flex;
    align-items: center;
}

.page_title_header .pagetitle_subheading {
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    display: block;
    margin-bottom: 15px;
}

.page_title_header .breadcrumb {
    margin: 0;
    overflow: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 15px;
}

.page_title_header .breadcrumb-item {
    padding-bottom: 5px;
    position: relative;
}

.page_title_header .breadcrumb-item+.breadcrumb-item {
    padding-left: 8px;
}

.page_title_header .breadcrumb-item a {
    position: relative;
    padding-bottom: 3px;
}

.page_title_header .breadcrumb-item a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--orange);
}

.page_title_header .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    left: -6.5px;
}

.page_title_header .breadcrumb-item a,
.page_title_header .breadcrumb-item+.breadcrumb-item::before {
    color: #222222;
}

.page_title_header .breadcrumb-item a:hover {
    color: var(--orange);
}

.blog_listing_sec {
    position: relative;
    padding: 70px 0 80px;
}

.blog_listing_sec .blog_item {
    position: relative;
    margin-bottom: 50px;
}

.blog_listing_sec .blog_item .blog_img {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}

.blog_listing_sec .blog_item .blog_img img {
    -webkit-transition: all 0.9s ease;
    transition: all 0.9s ease;
    width: 100%;
    height: 330px;
    object-fit: cover;
}

.blog_listing_sec .blog_item:hover .blog_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blog_listing_sec .blog_item .blog_content {
    padding-left: 30px;
}

.blog_listing_sec .blog_item .meta_cat {
    display: inline-block;
    margin-bottom: 7px;
    color: var(--orange);
}

.blog_listing_sec .blog_item .blog_meta {
    font-size: 15px;
    line-height: 25px;
}

.blog_listing_sec .blog_item .blog_title {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 10px;
    text-transform: none;
    font-weight: 500;
}

.blog_listing_sec .blog_item .blog_title a {
    color: var(--dark-blue);
}

.blog_listing_sec .blog_item .blog_title a:hover {
    color: var(--orange);
}

.blog_listing_sec .blog_item .meta_date {
    display: block;
    font-size: 13px;
    line-height: 1;
    color: #616161;
    margin-bottom: 20px;
}

.blog_listing_sec .blog_item .blog_desc {
    text-align: left;
    margin-bottom: 25px;
    color: var(--light-grey);
}

.blog_listing_sec .blog_item .blog_desc * {
    font-size: 16px;
    line-height: 26px;
}

.blog_listing_sec .blog_item .row {
    align-items: center;
}

.blog_listing_sec .col-lg-12 .blog_item .blog_img {
    margin-bottom: 0px;
}

.pagination_wrapper {
    margin-top: 20px;
}

.pagination_wrapper .pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.pagination_wrapper .pagination li a {
    font-size: 20px;
    font-weight: 500;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 48px;
    background-color: #f4f4f4;
    color: #222;
    text-align: center;
    border: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.pagination_wrapper .pagination li a:hover,
.pagination_wrapper .pagination li a.current {
    background-color: var(--orange);
    color: var(--white);
}

.blog_listing_sec .fullwidth_blog_item .blog_item {
    background-color: #27458f;
    border-radius: 30px;
    padding: 20px;
}

.blog_listing_sec .fullwidth_blog_item .blog_img img {
    width: 100%;
    height: 100% !important;
}

.blog_listing_sec .fullwidth_blog_item .blog_title {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 20px;
}

.blog_listing_sec .fullwidth_blog_item .blog_title,
.blog_listing_sec .fullwidth_blog_item .blog_title a,
.blog_listing_sec .fullwidth_blog_item .blog_desc {
    color: var(--white);
}

.listing_about_sec {
    position: relative;
    background-color: var(--grey);
    padding-top: 60px;
}

.listing_about_sec .sec_desc * {
    color: var(--white);
}

.listing_about_sec .row {
    gap: 40px;
}

.listing_about_sec .btn_wrap {
    margin-top: 30px;
}

/************** blog page ********************/

/************** blog detail ********************/
.blog-detail {
    /* padding: 60px 0px; */
    padding: 40px 0px;
}

.blog-detail .left-side {
    background-color: var(--grey);
    padding: 40px;
}

.blog-detail .left-side h5 {
    color: var(--white);
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 25px;
    font-weight: 600;
}

.blog-detail .left-side p {
    color: var(--white);
    font-size: 15px;
    line-height: 25px;
}

.blog-detail .left-side .btn_wrap {
    margin-top: 50px;
}

.blog-detail .left-side .btn_wrap a {
    width: 100%;
}

.blog-author {
    display: flex;
    gap: 20px;
    padding: 25px 0px 25px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
}

.blog-author span {
    font-size: 13px;
}

.blog-author .text-color {
    color: #000;
}

.blog-detail-content h5 {
    font-size: 24px;
    font-weight: 700;
    color: var(--dark-blue);
    margin-bottom: 20px;
}

.blog-detail-content img {
    margin-bottom: 25px;
}

.blog-social {
    display: flex;
    align-items: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 30px 0px;
}

.blog-social h5 {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0;
}

.blog-social a {
    color: #5d5d5d;
    display: inline-block;
    margin-left: 10px;
}

.blog-social a:hover {
    color: var(--orange);
}

.blog-social i {
    font-size: 22px;
    line-height: 28px;
}

.blog-card {
    display: flex;
    padding: 40px;
    border: 2px solid #167dbf;
    margin-top: 60px;
}

.blog-card-img {
    width: 120px;
    height: 120px;
    min-width: 120px;
    border-radius: 50%;
    overflow: hidden;
    padding: 2px;
    border: 2px solid #167dbf;
    margin-right: 30px;
    margin-bottom: 20px;
}

.blog-card-img img {
    border-radius: 50%;
}

.blog-card-content h6 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 15px;
    color: var(--dark-blue);
}

.blog-card-content p {
    line-height: 23px;
    margin-bottom: 13px;
    color: var(--light-grey);
}

.blog-card-content i {
    font-size: 32px;
}

.blog-card-content a {
    color: #5d5d5d;
}

.blog-card-content a:hover {
    color: var(--orange);
}

.related_post_sec .blog_item .blog_content {
    padding-left: 0;
}

.related_post_sec {
    padding: 70px 0 40px;
    background-color: #f7f7f7;
}

.related_post_sec h2 {
    text-align: center;
    margin-bottom: 50px;
}

/************** blog detail ********************/

/************** Customer Stories ********************/


.customer_benifits {
    padding: 60px 0 60px;
}

.customer_detail_content_wrapper,
.customer_story_banner,
.customer_detail_banner {
    padding: 30px 0 60px;
}

.customer_story_banner .row,
.customer_detail_content_wrapper .row {
    align-items: center;
    justify-content: center;
}

.customer_story_banner .row>div:first-child,
.customer_detail_content {
    padding-right: 60px;
}

.customer_story_banner .customer_story_video {
    padding: 0;
}

.customer_story_video img {
    width: 100%;
    border-radius: 4px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, .4);
    height: 450px;
    /* height: 100%; */
    object-fit: cover;
}

.story_list_img img {
    width: 100%;
    object-fit: cover;
    height: 240px;
}

.customer_story_list .row .row {
    row-gap: 60px;
    justify-content: center;
}

.story_list_wrapper {
    border-radius: 4px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, .4);
    overflow: hidden;
    height: 100%;
}

.story_list_content {
    padding: 20px 20px 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: space-between;
}

.story_list_content .title {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 32px;
}

.customer_story_list {
    padding-bottom: 60px;
}

.customer_story_list h2 {
    margin-bottom: 40px;
}

.share_story {
    padding: 60px 0;
    background: #e9e9e9bf;
    text-align: center;
}

.share_story .row {
    justify-content: center;
}

.customer_story_video {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 50px;
}

.share_icons img {
    width: 32px;
    height: 32px;
    object-fit: cover;
}

.share_icons {
    display: flex;
    gap: 20px;
    margin: 30px 0;
}

.play_btn {
    display: flex;
    align-items: center;
    gap: 10px;
}

.play_btn svg {
    width: 27px;
    height: auto;
    fill: var(--dark-blue);
    transition: all .3s;
}

.play_wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
}

.play_btn span:last-child {
    border-bottom: 2px solid var(--dark-blue);
    color: var(--dark-blue);
    transition: all .3s;
}

.card_cont a:hover .play_btn span:last-child,
.card_cont a:hover .play_btn svg {
    border-color: var(--orange);
    color: var(--orange);
    fill: var(--orange);
}

.customer_thoughts_content {
    background: white;
    border-radius: 4px;
    padding: 20px;
}

.customer_thoughts_content p {
    font-weight: 500;
}

.customer_thoughts_content h4 {
    margin-bottom: 0px;
    font-size: 20px;
}

.customer_thoughts_content span {
    font-size: 14px;
}

.customer_detail_content_wrapper .row {
    gap: 60px 0;
}

.customer_detail_content_wrapper h4 {
    margin-bottom: 10px;
}

.customer_story_video .card_cont {
    position: relative;
}

.customer_story_video .play_btn span {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.customer_story_video .play_btn svg {
    width: 50px;
    height: auto;
    fill: var(--orange);
    transition: all .3s;
    background: white;
    border-radius: 50%;
}

.customer_detail_content span {
    background: #eeeeee;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: 500;
}

.customer_detail_content .ctitle {
    margin-bottom: 10px;
}

.customer_detail_content_wrapper li {
    position: relative;
    padding-left: 20px;
}

.customer_detail_content_wrapper li:after {
    content: "";
    border: 2px solid;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 7px;
}

.customer_detail_content_wrapper li:before {
    content: "";
    background: white;
    width: 9px;
    height: 3px;
    position: absolute;
    border-radius: 50%;
    left: 7px;
    top: 10px;
    z-index: 1;
}

.customer_detail_content_wrapper ul {
    padding-left: 20px;
}

.customer_thoughts h2 {
    margin-bottom: 40px;
}

.story_list_content img {
    width: auto;
    height: 23px;
    margin-bottom: 15px;
}

.card-deck {
    width: 100%;
}

.page_title_header.only_breadcrumb {
    min-height: auto;
    padding: 30px 0;
    background: none;
    border: none;
}

.customer_benifits_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-align: center;
}

.benifits_img img {
    width: 50px;
    height: auto;
    object-fit: cover;
}

.benifits_content h6 {
    font-weight: 400;
}

.benifits_content p {
    font-weight: 600;
}

/************** Customer Stories ********************/

/************** Voice Page ********************/
.company_logo_sec {
    padding: 60px 0;
}

.voice_nav {
    display: flex;
    gap: 64px;
    align-items: center;
    justify-content: center;
}

.voice_nav nav>ul {
    display: flex;
    align-items: center;
    gap: 31px;
    justify-content: center;
}

.voice_nav_toggle,
.voice_nav a {
    padding: 12px 0px;
    font-weight: 300;
    color: white;
    font-size: 14px;
}

.voice_img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.voice_selection_sec {
    background: rgb(22 125 191);
    transition: all .3s ease-in-out;
    position: fixed;
    max-width: 1680px;
    width: 100%;
    z-index: 100;
}

.voice_selection_sec.sticky {
    transform: translateY(-34px);
}

.voice_nav nav {
    position: relative;
}

.voice_nav nav:after {
    width: 1px;
    height: 24px;
    content: "";
    background: rgb(181 222 245);
    left: -32px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.voice_sec {
    /* padding: 65px 0; */
    padding: 90px 0 65px;
    background: linear-gradient(180deg, rgb(var(--color-blue-red)/0), rgb(var(--color-blue-red)/7.5%));
}

.company_logo_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.voice_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-right: 60px;
}

.voice_img img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.voice_nav a {
    position: relative;
    height: 100%;
    display: inline-block;
    color: #ffffff80;
}

.voice_selection_links ul a {
    position: relative;
    height: 100%;
    display: inline-block;
    color: #ffffffbd;
}

.voice_nav a.active {
    color: white;
}

.voice_nav a.active:after {
    position: absolute;
    content: "";
    width: 36px;
    height: 3px;
    border-radius: 4px 4px 0 0;
    background: #b5def5;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.voice_selection_links ul li a:hover {
    color: #fff;
}

.voice_selection_links ul a:hover:after {
    position: absolute;
    content: "";
    width: 18px;
    height: 4px;
    background: #ffffffbd;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.voice_content h1 {
    margin-bottom: 20px;
}

.voice_sec .row {
    row-gap: 40px;
}

.company_logo_item img {
    max-height: 50px;
    max-width: 150px;
    width: auto;
}

/************** Voice Page ********************/

/************** Marketplace Page ********************/
.search-box-area {
    text-align: end;
}

.ui-widget.search-box {
    display: inline-block;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px;
    position: relative;

}

.ui-widget.search-box input[type="search"]::placeholder {
    font-size: 15px;
    color: #71849c;
}

/* .ui-widget.search-box label {
     background: #fff;
    padding: 13px 15px;
    border-right: 1px solid #0e2b5c; 
    border-radius: 2px 0px 0px 2px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Rubik'; 
   
} */
.ui-widget.search-box #tags {
    border: 0;
    padding: 13px 15px;
    max-width: 100%;
    width: 500px;
    border-radius: 0px 2px 2px 0px;
    position: relative;

}


/* .ui-widget.search-box #tags:after{
    content:" ";
    background-image:url('./img/search.png');
    width: 48px;
    height: 48px;
    position: absolute;
    right: 0px;
}   */

/* .ui-widget.search-box:after {
    content: " ";
    background-image: url('./img/search.png');
    width: 30px;
    height: 30px;
    position: absolute;
    right: 12px;
    background-size: cover;
    background-position: center;
    top: 7px;
    background-repeat: no-repeat;
    opacity: 0.6;
} */
.ui-widget.search-box.active svg.search-open {
    display: none;
}

.search-box svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
    width: 20px;
    height: auto;
    fill: #0e2b5c;
    cursor: pointer;
}

.search-box .close-search {
    width: 25px;
    display: none;
}

.ui-widget.search-box.active svg.close-search {
    display: block;
}

.ui-helper-hidden-accessible {
    display: none;
}

.ui-menu .ui-menu-item .ui-menu-item-wrapper {
    padding: 13px 15px;
    max-width: 100%;
    width: 500px;
    display:inline-block;

}

.ui-menu .ui-menu-item{
    background-color:#fff;
    color: #0e2b5c;

}
.ui-menu.ui-autocomplete.no_result{
   padding: 13px 15px;
   background-color:#fff;

} 
.ui-menu-item:hover, .ui-menu.ui-autocomplete.no_result:hover, .ui-menu.ui-autocomplete.no_result:hover .ui-menu-item{
    background-color:#0e2b5c;
    color:#fff;
    
}


.ui-menu {
    box-shadow: 0 10px 37px rgba(18, 28, 45, .15);
    display: inline-block;
    
    

}


.slide-bar {
    display: none;
}



section.market_place.page_title_header {
    min-height: auto;
    padding: 40px 0;
}

.market_place .row.market_place_area {
    align-items: center;
}

.market-sec {
    padding: 40px 0px;
}

.market-sec .market-area {
    display: flex;
    flex-wrap: wrap;
}

.market-sec .sidebar-filter {
    width: 25%;
}

.sidebar-filter .filter-wrapper ul.filter-items>li.filter-item {
    margin-bottom: 15px;
}

.sidebar-filter .filter-wrapper ul.filter-items>li.filter-item:last-child {
    margin-bottom: 0;
}

.sidebar-filter .filter-wrapper li.dropdown>a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 17px;
    color: var(--dark-blue);
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.sidebar-filter .filter-wrapper ul.filter-items>li.filter-item>a {
    gap: 12px;
}

.sidebar-filter .filter-wrapper ul.filter-items>li.filter-item.active>a::before {
    transform: rotate(45deg);
    margin: -5px 0 0 0;
}

.sidebar-filter .filter-wrapper ul.filter-items>li.filter-item>a::before {
    border-bottom: 2px solid;
    border-right: 2px solid;
    content: "";
    height: 8px;
    transform: rotate(-45deg);
    width: 8px;
    color: #fc5546;
    margin: -2px 0 0 0;
    transition: all 0.3s ease-in-out;
}

.sidebar-filter .filter-wrapper li.dropdown>a:before {
    border-bottom: 1px solid;
    border-right: 1px solid;
    content: "";
    height: 7px;
    transform: rotate(45deg) translate(0, -50%);
    width: 7px;
    display: inline-block;
}

.filter-wrapper .filter-items .sub-items {
    padding-left: 9px;
    margin: 9px 0;

}

.filter-wrapper .filter-items .sub-items.show {
    display: block;
}

.filter-wrapper .filter-items .sub-items-inner {
    display: none;
}

.filter-wrapper .filter-items .sub-items-inner .nav-link>a {
    /* padding-left: 22px; */
    padding-left: 14px;
}

.filter-wrapper .filter-items .sub-items-inner.show {
    display: block;
}

/* .sidebar-filter .filter-wrapper .sub-items li>a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    padding: 4px 16px 4px 12px;
    transition: all 0.3s ease-in-out;
} */
.sidebar-filter .filter-wrapper .sub-items li>a {
    position: relative;
    display: grid;
    align-items: baseline;
    justify-content: space-between;
    grid-template-columns: calc(100% - 32px) 12px;
    font-size: 15px;
    font-weight: 400;
    gap: 10px;
    line-height: 22px;
    padding: 4px 16px 4px 12px;
    transition: all 0.3s ease-in-out;
}

.sidebar-filter .filter-wrapper .sub-items li.active>a {
    font-weight: 500;
    color: #0e2b5c;
}

.sidebar-filter .filter-wrapper .sub-items li.active>a::after {
    transform: rotate(-135deg);
    margin: 3px -3px 0 0;
}

.sidebar-filter .filter-wrapper .sub-items li>a:hover {
    background-color: #e6f1f8;
}

.sidebar-filter .filter-wrapper .sub-items li>.dropicon-none:after {
    display: none;
}

.sidebar-filter .filter-wrapper .sub-items li>a:after {
    border-bottom: 2px solid;
    border-right: 2px solid;
    content: "";
    height: 9px;
    transform: rotate(45deg) translate(0, -50%);
    width: 9px;
    display: inline-block;
}

.filter-wrapper {
    padding-right: 50px;
    position: sticky;
    top: 120px;
}

.sub-items-inner {
    padding-left: 15px;
}

.filter-wrapper .filter-items .sub-items-inner .nav-link .sub-check-list {
    margin: 3px 0;
    display: none
}

.filter-wrapper .filter-items .sub-items-inner .nav-link .sub-check-list>li {
    position: relative;
    padding: 2px 2px 2px 32px;
}

.filter-wrapper .filter-items .sub-items-inner .nav-link .sub-check-list>li input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.filter-wrapper .filter-items .sub-items-inner .nav-link .sub-check-list>li label {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 23px;
    font-size: 14px;
    line-height: 24px;
    cursor: pointer;
    color: #627792;
}

.filter-wrapper .filter-items .sub-items-inner .nav-link .sub-check-list>li label::before {
    display: block;
    content: '';
    width: 15px;
    height: 15px;
    border: 1px solid #bbb;
    position: absolute;
    top: 5px;
    left: 0;
    transition: all 0.3s ease-in-out;
}

.filter-wrapper .filter-items .sub-items-inner .nav-link .sub-check-list>li label::after {
    display: block;
    content: '';
    position: absolute;
    top: 8px;
    left: 3px;
    width: 9px;
    height: 9px;
    opacity: 0;
    background-color: #167dbf;
    transition: all 0.3s ease-in-out;
}

.filter-wrapper .filter-items .sub-items-inner .nav-link .sub-check-list>li label:hover::before {
    background-color: #eeeeee;
}

.filter-wrapper .filter-items .sub-items-inner .nav-link .sub-check-list>li input:checked+label::before {
    border-color: #167dbf;
}

.filter-wrapper .filter-items .sub-items-inner .nav-link .sub-check-list>li input:checked+label::after {
    opacity: 1;
}





.market-sec .service-app {
    width: 75%;
}

.service-app_title_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 20px;
}

.service-app_title_wrap button {
    color: inherit;
    margin-left: 5px;
}

.market-sec .service-app h2 {
    font-size: 24px;
    font-weight: 400;
}

.market-sec .service-app span {
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
}

.market-sec .service-app .app-wrapper {
    display: grid;
    margin: 20px 0px;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.market-sec .service-app .app-wrapper .app:hover {
    border: 2px solid var(--dark-blue);
}

.market-sec .service-app .app-wrapper .app {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    padding: 24px;
    border: 2px solid #fff;
    display: inline-block;
    border-radius: 3px;
}

.market-sec .service-app .app-wrapper .app .app-content h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    padding-top: 10px;
    margin: 0;
    color: var(--dark-blue);
}

.market-sec .service-app .app-wrapper .app .app-content span {
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    display: block;
}

.market-sec .service-app .app-wrapper .app .app-content strong {
    color: var(--orange);
    font-size: 22px;
    font-weight: 500;
}

.market-sec .service-app .app-wrapper .app .app-content p {
    font-size: 14px;
    margin: 0;
    line-height: 24px;
    font-weight: 400;
    padding: 10px 0px;
}

/************** Marketplace Page ********************/

/* *********************Marketplace-Support-details*************** */
.app_details_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    transition: all .3s ease-in-out;
    flex-wrap: wrap;
    row-gap: 20px;
}

.app_details_cont .app_details_img {
    max-width: 85px;
}

.app_details_cont .app_details_img img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.app_details_cont {
    display: flex;
    align-items: center;
    gap: 20px;
}

.app_details_content h1 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 0;
}

/* .banner_sec>.container {
    margin-bottom: 40px;
} */

.app_details_sec.page_title_header {
    padding: 30px 0 0px;
    min-height: auto;
    position: fixed;
    max-width: 1680px;
    width: 100%;
    z-index: 100;
    transition: all .3s ease-in-out;
}

.app_details_sec.page_title_header.sticky {
    transform: translateY(-34px);
    padding: 0;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 6px 20px 0px;

}

.app_nav_links_cont_img img {
    padding-bottom: 12px;
    max-width:100%;
} 

.breadcrumb_cont {
    margin-bottom: 60px;
    transition: all .3s ease-in-out;
}

.app_nav_links_cont ul {
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

.app_nav_links_cont ul a {
    display: inline-block;
    padding: 12px 28px;
    position: relative;
}

.app_nav_links_cont ul a.active {
    /* font-weight: 600; */
    color: #fc5546;
}

.app_nav_links_cont ul a.active:after {
    transition: all 150ms ease-out 0s;
    background-color: var(--orange);
    border-radius: 24px;
    bottom: -2.5px;
    height: 5px;
    left: 0px;
    position: absolute;
    width: 100%;
    z-index: 1;
    opacity: 1 !important;
    content: "";
}

.app_nav_links_cont ul a:hover {
    color: #fc5546;
}


.app_details_sec.page_title_header .container .breadcrumb_cont {
    margin-bottom: 30px;
}

.app_details_cont_wrap {
    /* padding: 40px 0; */
    padding: 280px 0 40px;
    position: relative;
    /* z-index: -1;  */
}

.app_details_cont_left {
    padding-right: 50px;
}

.app_details_cont_left .banner_sec {
    margin-bottom: 40px;
}

.app_details_cont_left .banner_sec .slider_item .inner_wrap::before {
    display: none;
}

.app_details_cont_left .banner_sec .slider_item .inner_wrap img {
    position: relative;
    height: 368px;
    object-fit: cover;
    object-position: top;
}

.app-detail-area {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    margin-bottom: 30px;
}

.app-detail-content {
    width: 60%;
    padding-right: 15px;
}

/* .app-detail-content p {
    padding-bottom: 30px;
} */

.app-detail-img {
    width: 40%;
}

.app_details_features>h5 {
    margin-bottom: 30px;
}

.inner_wrap .slide_cont {
    position: relative;
    width: 100%;
}

.inner_wrap .slide_btn {
    display: flex;
    align-items: center;
    gap: 10px;
}

.inner_wrap .slide_btn span {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner_wrap .slide_btn svg {
    width: 50px;
    height: auto;
    fill: var(--orange);
    transition: all .3s;
    background: white;
    border-radius: 50%;
}

.inner_wrap img {
    width: 100%;
    border-radius: 4px;
    /* box-shadow: 0px 8px 20px rgba(0, 0, 0, .4); */
    height: 450px;
    /* height: 100%; */
    object-fit: cover;
}

.slide_small_item {
    position: relative;
}

.banner_sec_bottom_img_thumbnails span {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_sec_bottom_img_thumbnails svg {
    width: 25px;
    height: auto;
    fill: var(--orange);
    transition: all .3s;
    background: white;
    border-radius: 50%;
}


.app_details_features {
    margin-top: 60px;
}


.app_details_sidebar .app_details_sidebar_box {
    margin-bottom: 40px;
}

.app_details_sidebar .app_details_sidebar_box h5 {
    margin-bottom: 20px;
}

.app_details_sidebar .app_details_sidebar_box h6 {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 2px;
    color: #58729e;
}

.big_outer_link {
    font-weight: 700;
    color: #167dbf;
    display: inline-flex;
    /* align-items: center; */
    align-items: baseline;
}

.big_outer_link i.fa {
    margin-left: 5px;
    margin-top: 1px;
    color: #aaa;
}

.app_details_sidebar .app_details_sidebar_box .tags_btns {
    margin-bottom: 15px;
    font-size: 0;
    margin-top: 6px;
}

.app_details_sidebar .app_details_sidebar_box .tags_btns>li {
    display: inline-block;
    margin: 0 8px 8px 0;
}

.app_details_sidebar .app_details_sidebar_box .tags_btns>li>a {
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    background-color: #edf8ff;
    border: 1px solid #bee1f7;
    padding: 2px 8px;
    display: block;
}

.app_details_pricing {
    background-color: #f7f7f7;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 50px 0;
}

.app_details_pricing .title {
    margin-bottom: 10px;
}

.app_details_pricing .app_pricing_title_sub {
    display: flex;
    justify-content: space-between;
}

.app_details_pricing .app_pricing_title_sub .title_sub_p {
    width: calc(100% - 250px);
}

.app_details_pricing_tables {
    margin-bottom: 10px;
}

.app_details_pricing_tables .app_details_pricing_tables_ul {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
}

.app_details_pricing_tables .app_details_pricing_tables_ul>li {
    width: 33.3333%;
    padding: 15px;
}

.app_details_pricing_tables .app_details_pricing_tables_ul>li .app_pricing_box {
    background-color: #ffffff;
    height: 100%;
    border: 1px solid #eee;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.02);
}

.app_details_pricing_tables .app_details_pricing_tables_ul>li .app_pricing_box .app_pricing_box_label {
    background-color: #fc5546;
    text-align: center;
    padding: 25px;
    color: #ffffff;
    font-weight: 600;
    font-size: 25px;
    line-height: 33px;
    border-bottom: 4px solid rgba(0, 0, 0, 0.2);
}

.app_details_pricing_tables .app_details_pricing_tables_ul>li .app_pricing_box .app_pricing_box_lower {
    padding: 30px;
}

.app_details_pricing_tables .app_details_pricing_tables_ul>li .app_pricing_box .app_pricing_box_lower .app_pricing_box_price {
    text-align: center;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 15px;
}

.app_details_pricing_tables .app_details_pricing_tables_ul>li .app_pricing_box .app_pricing_box_lower .app_pricing_box_price small {
    font-size: 60%;
    font-weight: 400;
}

.app_details_pricing_tables .app_details_pricing_tables_ul>li .app_pricing_box .app_pricing_box_lower .app_pricing_list ul>li {
    position: relative;
    padding-left: 23px;
    margin-bottom: 8px;
}

.app_details_pricing_tables .app_details_pricing_tables_ul>li .app_pricing_box .app_pricing_box_lower .app_pricing_list ul>li:last-child {
    margin-bottom: 0;
}

.app_details_pricing_tables .app_details_pricing_tables_ul>li .app_pricing_box .app_pricing_box_lower .app_pricing_list ul>li i.fa {
    color: #167dbf;
    position: absolute;
    top: 4px;
    left: 0;
}

.app_details_pricing_tables .app_details_pricing_tables_ul>li .app_pricing_box .app_pricing_box_lower .app_pricing_note {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 12px;
}

.app_details_pricing .app_details_pricing_note p {
    font-size: 12px;
    line-height: 22px;
}

.app_get_stat_strip {
    background-color: #167dbf;
    padding: 50px 0;
}

.app_get_stat_strip .app_get_start_strip_in {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.app_get_stat_strip .app_get_start_strip_in h2 {
    color: #ffffff;
    margin: 0;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
}

.app_get_stat_strip .app_get_start_strip_in .app_get_start_btns {
    display: flex;
    gap: 10px;
    align-items: center;
}

.app_get_stat_strip .app_get_start_strip_in .app_get_start_btns a {
    display: block;
    background-color: #ffffff;
    color: #167dbf;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    padding: 10px 20px;
    letter-spacing: -0.1px;
    border: 1px solid #ffffff;
}

.app_get_stat_strip .app_get_start_strip_in .app_get_start_btns a i.fa {
    margin-left: 4px;
}

.app_get_stat_strip .app_get_start_strip_in .app_get_start_btns a:last-child {
    background-color: transparent;
    color: #ffffff;
}

.more_apps_sec {
    padding: 50px 0;
    position: relative;

}

.more_apps_sec h2 {
    font-size: 26px;
    line-height: 34px;
    font-weight: 500;
    position: relative;
    padding-right: 100px;
}

.more_apps_sec h2 .big_outer_link {
    font-size: 16px;
    line-height: 28px;
    position: absolute;
    top: 2px;
    right: 0;
}

.more_apps_sec .more_apps_ul {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
}

.more_apps_sec .more_apps_ul li {
    width: 33.3333%;
    padding: 15px;
}

.more_apps_sec .more_apps_ul li .more_apps_li_box {
    background-color: #ffffff;
    position: relative;
    height: 100%;
    padding: 30px 30px 60px 30px;
    border: 2px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
.more_apps_sec .more_apps_ul li .more_apps_li_box:hover{
    border-bottom: 2px solid #167dbf;
}

/* .more_apps_sec .more_apps_ul li .more_apps_li_box::after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    background-color: #fc5546;
    transition: all 0.1s ease-in-out;
} */

.more_apps_sec .more_apps_ul li .more_apps_li_box:hover::after {
    height: 3px;
}

.more_apps_sec .more_apps_ul li .more_apps_li_box .big_link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.more_apps_sec .more_apps_ul li .more_apps_li_box .more_apps_icon {
    margin-bottom: 15px;
}

.more_apps_sec .more_apps_ul li .more_apps_li_box .more_apps_icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.more_apps_sec .more_apps_ul li .more_apps_li_box h5 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
}

.more_apps_sec .more_apps_ul li .more_apps_li_box h5 span {
    display: block;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}

.more_apps_sec .more_apps_ul li .more_apps_li_box p {
    font-size: 15px;
    line-height: 23px;
}

.more_apps_sec .more_apps_ul li .more_apps_li_box .total_installs {
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
}

.banner_sec_bottom_img img {
    width: 100%;
    object-fit: cover;
    height: auto;
    height: 70px;
}

ul.banner_sec_bottom_img_thumbnails {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
    align-items: center;
}

ul.banner_sec_bottom_img_thumbnails li {
    border: 1px solid var(--orange);
    /* border-radius: 4px; */
    /* overflow: hidden; */
    cursor: pointer;
}

.main_wrapper_slider {
    margin-bottom: 25px;
}

.banner_sec .main_wrapper_slider .slider_item .inner_wrap {
    position: relative;
    border: 1px solid #eee;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.02);
}

.app_details_cont_left .main_wrapper {
    padding: 0 45px;
    position: relative;
}

.app_details_cont_left .banner_sec .controls svg path {
    fill: black;
}

.app_details_cont_left .banner_sec .controls svg {
    width: 34px;
    height: 34px;
    cursor: pointer;
    border: 1px solid #eee;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.02);
    background: white;
    border-radius: 4px;
}

.inner_wrap .play_btn {
    position: relative;
}

.inner_wrap .play_btn span {
    position: absolute;
    z-index: 5;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.app_details_sec.sticky .app_details_wrapper,
.app_details_sec.sticky .breadcrumb_cont {
    height: 0;
    overflow: hidden;
    margin: 0 !important;
    opacity: 0;
}

.app_nav_links_cont {
    display: flex;
    align-items: center;
    justify-content: space-between;

    transition: all .3s ease-in-out;
}

.app_nav_links_cont .btn_wrap {
    opacity: 0;
}

.app_details_sec.sticky .app_nav_links_cont .btn_wrap {
    opacity: 1;
}

nav.app_nav {
    display: flex;
    /* gap: 30px; */
    gap: 10px;
    padding-top: 8px;
    align-items: flex-end;
}

.app_details_sec.page_title_header.sticky+.app_details_cont_wrap {
    /* padding: 40px 0; */
    padding: 175px 0 40px !important;
}

.app_nav_links_cont_img {
    height: 0;
    overflow: hidden;
    width: 0;
    transition: all .3s ease-in-out;
}

.app_details_sec.sticky .app_nav_links_cont_img {
    width: 32px;
    height: auto;
    object-fit: contain;
    overflow: visible;
}

.market-area .filter-items {
    position: relative;
}

a.filter_close_btm {
    position: absolute;
    right: 10px;
    top: 9px;
    z-index: 99;
}

.filter_close_btm svg {
    fill: white;
    height: 40px;
    width: auto;
}

/* *********************Marketplace-Support-details*************** */

/****************** responsive *********************/
@media(max-width: 1399px) {
    .banner_sec .slider_item .inner_wrap .item_content {
        max-width: 1140px;
    }
}

@media(min-width: 1200px) {

    .banner_sec .slider_item .inner_wrap .item_content .sec_desc {
        max-width: 600px;
    }

    .site_header .navbar-nav .dropdown-menu .navigation_dropdown_list li .shortcut_links a::after {
        content: "→";
        font-size: 10px;
        padding: 0 4px;
    }
}

@media(max-width: 1199px) {
    .app_details_sidebar .app_details_sidebar_box {
        margin-bottom: 0px;
    }

    .customer_story_banner .row>div:first-child,
    .customer_detail_content {
        padding-right: 20px;
    }

    .banner_sec .slider_item .inner_wrap .item_content .sec_desc {
        max-width: 460px;
    }

    .banner_sec .slider_item .inner_wrap .item_content {
        max-width: 960px;
    }

    .site_header .navbar-nav .dropdown-menu .navigation_dropdown_list li a.nav-link {
        gap: 10px;
    }

    .site_header .navbar-nav .dropdown-menu .navigation_dropdown_list li .shortcut_links a {
        font-size: 10px;
        line-height: 12px;
    }

    .site_header .navbar-nav .dropdown-menu .navigation_dropdown_list li .shortcut_links a::after {
        padding: 0px 3px;
    }

    .site_header .navbar-nav .dropdown-menu .navigation_dropdown_list li .shortcut_links {
        margin: 2px 0 0 30px;
    }

    .banner_sec .controls {
        left: 3px;
        right: 3px;
    }

    .app_details_cont_left {
        padding-right: 0px;
    }

    /* css */
    .market-sec .service-app .app-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .ui-widget.search-box #tags {
        width: 360px;
    }

    .app-detail-img img {
        /* padding-bottom: 30px; */
        max-width: 100%;
    }


}

@media(max-width: 991px) {
    .app_details_cont_wrap {
        padding: 353px 0 40px;
    }

    .app_details_pricing_tables .app_details_pricing_tables_ul>li {
        width: 50%;
    }

    .app_details_pricing_tables .app_details_pricing_tables_ul,
    .more_apps_sec .more_apps_ul {
        justify-content: center;
    }

    .voice_content h1 {
        font-size: 36px;
        line-height: 46px;
    }


    .voice_content p,
    .voice_content h1 {
        margin-bottom: 16px;
    }

    .customer_benifits {
        padding: 30px 0 60px;
    }

    .customer_story_banner .row {
        row-gap: 40px;
    }

    .voice_content {
        padding: 0;
    }

    .customer_story_banner .row>div:first-child,
    .customer_detail_content {
        padding-right: 10px;
    }

    .privacy_title_header .banner_img_privacy {
        height: 250px;
    }

    .page_title_header.privacy_title_header {
        padding: 300px 0 50px;
        background: #5fb4e4;
    }

    .blog-detail .row {
        flex-direction: column-reverse;
    }

    .blog-detail .left-side {
        margin-top: 30px;
    }

    .blog-card {
        padding: 30px;
        flex-direction: column;
    }

    .blog-detail .left-side {
        padding: 20px;
    }

    .main_body {
        padding-top: 114px;
    }

    .blog_listing_sec .blog_item .blog_content {
        padding-left: 0;
    }

    .blog_listing_sec .blog_item .blog_img img {
        height: 230px;
    }

    .banner_sec .slider_item .inner_wrap .item_content {
        max-width: 720px;
    }

    .banner_sec .slider_item .inner_wrap::before {
        width: 70%;
    }

    .site_footer .footer_top {
        padding-top: 70px;
        padding-bottom: 20px;
    }

    .site_header .btn_wrap {
        display: flex;
    }

    .site_header .navbar-nav .dropdown-menu>.container {
        max-width: 100%;
    }

    .site_header .btn_wrap a {
        width: 50%;
    }

    body.active_menu {
        overflow: hidden;
    }

    .logo_wrapper {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 20px 20px;
    }

    .site_header .navbar-expand-lg .container-fluid {
        padding: 0;
    }

    .site_header {
        padding: 0;
    }

    .top_navigation .navbar .navbar-nav {
        flex-direction: row;
    }

    .site_header .btn_wrap {
        padding: 20px;
    }

    .top_navigation .navbar .navbar-nav .nav-link {
        padding: 8px 10px;
    }

    .site_header .navbar-expand-lg .navbar-nav {
        margin: 0px 0px 0 !important;
    }

    .site_header .navbar-expand-lg .navbar-nav .nav-item>.nav-link {
        padding: 15px 20px;
        border-bottom: 1px solid #ddd;
        position: relative;
    }

    .site_header #navbarSupportedContent {
        height: calc(100vh - 115px) !important;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .header_main_wrap.sticky #navbarSupportedContent {
        height: calc(100vh - 80px) !important;
    }

    .site_header .navbar-nav .dropdown-menu .col-md-6 {
        padding: 25px 25px;
        border: 0 !important;
    }

    .site_header .navbar-nav .dropdown-menu {
        box-shadow: none;
        border-radius: 0;
        margin: 0;
    }

    .site_header #navbarSupportedContent {
        transition: none !important;
    }

    .site_header .navbar-toggler[aria-expanded="false"]+.navbar-collapse {
        display: none !important;
    }

    .site_header .navbar-toggler[aria-expanded="true"]+.navbar-collapse {
        display: block !important;
    }

    .site_header .navbar-expand-lg .navbar-nav .nav-item>.nav-link.show:after {
        transform: rotate(180deg);
    }

    .site_footer .footer__widget-nav {
        margin-bottom: 40px;
    }

    .site_footer .footer_widget_about {
        padding-top: 20px;
    }

    .site_footer .top_widget p {
        font-size: 16px;
        line-height: 28px;
    }

    .site_footer .top_widget .foot_logo {
        margin-bottom: 30px;
    }

    .top_navigation .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .site_header .navbar-nav .dropdown-menu .navigation_dropdown_list li .shortcut_links a {
        font-size: 12px;
    }

    /* css */

    .filter-wrapper {
        padding-right: 15px;
    }

    .ui-widget.search-box #tags {
        width: 100%;
    }

    /* .app-detail-content p {
        padding-right: 16px;
    } */

    .app-detail-img {
        /* padding-bottom: 30px; */
    }

    .market-sec>.container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .app_get_stat_strip .app_get_start_strip_in {
        justify-content: center;
        flex-wrap: wrap;
    }

    .app_get_stat_strip .app_get_start_strip_in .app_get_start_btns {
        padding-top: 25px;
    }

    .app_details_pricing_tables .app_details_pricing_tables_ul>li .app_pricing_box .app_pricing_box_label {
        padding: 22px;
    }

    .app_details_pricing_tables .app_details_pricing_tables_ul>li .app_pricing_box .app_pricing_box_lower {
        padding: 25px;
    }

    .more_apps_sec .more_apps_ul li {
        padding: 10px;
        width: 50%;
    }


    .search-box-area {
        text-align: start;
        margin-top: 30px;
    }

    .ui-widget.search-box {
        display: block;
    }

    .ui-widget .ui-menu-item-wrapper {
        width: 100%;
    }
}

@media(min-width: 767px) {

    .voice_selection_links {
        display: block !important;
    }
}

@media(max-width: 767px) {
    ul.banner_sec_bottom_img_thumbnails {
        gap: 15px;
    }

    .app_details_cont_left .banner_sec .slider_item .inner_wrap img {
        height: 250px;
        min-height: auto;
    }

    .app_details_cont_wrap {
        padding: 40px 0 !important;
    }

    .app_details_sec.page_title_header {
        position: static;
    }

    .app_nav_links_cont {
        display: none;
    }

    .app-detail-area>div {
        width: 100%;
        padding: 0;
    }

    .app-detail-img {
        text-align: center;
    }

    .app_details_pricing .app_pricing_title_sub {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .app_details_pricing .app_pricing_title_sub .title_sub_p {
        width: 100%;
        margin: 0 0 10px;
    }

    .voice_nav nav,
    .voice_nav nav>ul li {
        width: 100%;
    }

    .voice_nav nav {
        width: 100%;
        display: none;
    }

    .voice_nav nav:after,
    .voice_nav a.active:after {
        display: none;
    }


    .voice_nav {
        flex-direction: column;
        gap: 0;
    }

    .voice_nav nav>ul {
        gap: 0;
        flex-direction: column;
        padding: 12px 0;
        border-top: 2px solid rgb(57 71 98);
    }

    .voice_nav_toggle {
        width: 100%;
        text-align: left;
        padding-right: 20px;
        position: relative;
    }

    .voice_nav_toggle:after {
        border-bottom: 2px solid;
        border-right: 2px solid;
        content: "";
        height: 6px;
        transform: rotate(45deg) translateY(-50%);
        width: 6px;
        position: absolute;
        right: 20px;
        top: 50%;
    }

    h1 {
        font-size: 38px;
        line-height: 48px;
        margin-bottom: 20px;
    }

    h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .related_post_sec h2 {
        margin-bottom: 40px;
    }

    .related_post_sec {
        padding: 50px 0 20px;
    }

    .blog-detail .row>* {
        width: 100%;
    }

    .blog-detail .left-side .btn_wrap {
        margin-top: 30px;
    }

    .blog-detail .left-side {
        padding: 30px 20px;
        /* margin-bottom: 30px; */
    }

    section.bio_data {
        padding: 60px 0px 70px;
    }

    .page_title_header {
        min-height: auto;
    }

    .blog_listing_sec .fullwidth_blog_item .blog_item .row {
        gap: 40px;
    }

    .blog_listing_sec .fullwidth_blog_item .blog_title {
        font-size: 28px;
        line-height: 38px;
    }

    .blog_listing_sec .blog_item .blog_img img {
        height: 260px;
    }

    .blog_listing_sec .blog_item .blog_img {
        margin-bottom: 20px !important;
    }

    .banner_sec .slider_item .inner_wrap::before {
        clip-path: none;
        width: 100%;
        opacity: 0.7;
    }

    .banner_sec .slider_item .inner_wrap .item_content {
        height: 65vh;
        max-width: 540px;
    }

    .site_footer .top_widget {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .site_footer .widget_title {
        margin-bottom: 5px;
    }

    .site_footer .footer__widget-nav {
        margin-bottom: 30px;
    }

    .site_footer .footer_widget_about img {
        margin: 0 20px 25px;
    }

    .site_footer .footer_top {
        padding-top: 60px;
        padding-bottom: 20px;
    }

    .site_footer .footer_bottom .row {
        flex-direction: column-reverse;
    }

    .site_footer .social_icons {
        justify-content: center !important;
    }

    .site_footer .footer_copyright .copyright_links {
        justify-content: center;
        padding: 7px 0;
    }

    .site_footer .footer_copyright {
        text-align: center;
        display: flex;
        flex-direction: column-reverse;
    }

    .site_footer .footer_copyright p {
        margin: 0;
    }

    .site_footer .footer_bottom {
        padding: 20px 0;
    }

    .customer_story_video img {
        height: 250px;
    }

    .customer_story_banner,
    .customer_detail_banner,
    .customer_benifits {
        padding-top: 0;
    }

    .share_story {
        padding: 30px 0;
    }

    .voice_sec {
        padding: 90px 0 30px;
    }

    .story_list_content .title {
        font-size: 20px;
        line-height: 27px;
    }

    .story_list_content img {
        height: 21px;
    }

    .customer_benifits .row,
    .customer_detail_content_wrapper .row,
    .customer_story_list .row .row {
        row-gap: 40px;
    }

    .customer_detail_content h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .customer_thoughts .row .row {
        row-gap: 35px;
    }


    /* css */
    .market-sec {
        padding: 0px 0px 40px 0px;
    }

    .market-sec .market-area {
        padding-top: 40px;
    }

    .search-box-area {
        margin-top: 25px;
    }

    .slide-bar {
        background: #0e2b5c;
        padding: 20px 30px;
        position: relative;
        display: block;
    }

    .slide-bar h4 {
        color: #fff;
        position: relative;
        margin: 0;
        font-size: 22px;
    }

    .slide-bar h4:after {
        border-bottom: 2px solid;
        border-right: 2px solid;
        content: "";
        height: 9px;
        transform: rotate(-50deg) translate(0, -52%);
        width: 9px;
        display: inline-block;
        color: #fff;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .sidebar-filter.show {
        left: 350px;
    }

    .more_apps_sec .more_apps_ul li {
        width: 100%;
    }

    .app_details_pricing_tables .app_details_pricing_tables_ul>li {
        width: 100%;
    }

    .banner_sec .controls {
        top: 43%;
    }

    .app_details_cont {
        width: 100%;
        flex-wrap: wrap;
    }

    .market-sec .sidebar-filter {
        /* width: 25%; */
        position: fixed;
        width: 350px;
        top: 0px;
        background: #0e2b5c;
        height: 100%;
        left: -350px;
        transition: 0.5s all ease-in-out;
    }

    .market-sec .service-app {
        width: 100%;
    }

    .sidebar-filter.show {
        left: 0px;
        top: 0px;

    }

    .market-area .filter-items {
        padding: 20px;
    }

    .sidebar-filter .filter-wrapper li.dropdown>a {
        color: #ffffff;
    }

    .sidebar-filter .filter-wrapper .sub-items li.active>a {
        color: #fff;
    }

    .app_get_stat_strip .app_get_start_strip_in h2 {
        text-align: center;
    }
    .service-app_title_wrap .market-sec .service-app h2{
        width: 100%;
        
    }
    .service-app_title_wrap .dropdown{
        width: 100%;
        padding-bottom:5px;
    }
 


}

@media(max-width: 575px) {
    ul.banner_sec_bottom_img_thumbnails {
        grid-template-columns: repeat(3, 1fr);
    }

    .banner_sec_bottom_img img {
        height: 50px;
    }

    .app_details_cont_left .banner_sec .slider_item .inner_wrap img {
        height: 190px;
        min-height: auto;
    }

    .app_get_stat_strip .app_get_start_strip_in .app_get_start_btns {
        flex-direction: column;
        gap: 20px;
    }

    .app_get_stat_strip .app_get_start_strip_in .app_get_start_btns a {
        width: 100%;
        text-align: center;
    }

    .app_details_pricing_tables .app_details_pricing_tables_ul>li .app_pricing_box .app_pricing_box_label {
        padding: 12px;
        font-size: 20px;
    }

    .voice_selection_sec .container .row>div {
        padding: 0;
    }

    .voice_nav_toggle {
        padding: 12px 20px 12px 12px;
    }

    .customer_detail_content_wrapper ul {
        padding-left: 10px;
    }

    .story_list_img img {
        height: 195px;
    }

    .voice_nav nav>ul {
        padding: 12px;
    }

    .page_title_header.privacy_title_header {
        padding: 280px 0 30px;
    }

    h1 {
        font-size: 34px;
        line-height: 44px;
    }

    h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .blog-social {
        flex-wrap: wrap;
    }

    .blog-social a {
        margin: 0 20px 0 0;
    }

    .blog-social i {
        font-size: 28px;
    }

    .blog-social h5 {
        margin-bottom: 20px;
        width: 100%;
    }

    section.bio_data {
        padding: 50px 0px 60px;
    }

    .listing_about_sec {
        padding-top: 50px;
    }

    .blog_listing_sec {
        padding: 60px 0 60px;
    }

    .blog_listing_sec .blog_item .blog_img img {
        height: 220px;
    }

    .pagination_wrapper .pagination li a {
        font-size: 18px;
        width: 45px;
        height: 45px;
        line-height: 46px;
    }

    .blog_listing_sec .blog_item .blog_title {
        line-height: 30px;
    }

    .blog_listing_sec .blog_item .blog_img {
        margin-bottom: 15px !important;
    }

    .blog_listing_sec .fullwidth_blog_item .blog_title {
        font-size: 24px;
        line-height: 34px;
    }

    .page_title_header {
        padding: 50px 0 50px;
    }

    /* .banner_sec .controls {
        left: -5px;
        right: -5px;
    } */

    .tns-nav {
        gap: 15px;
    }

    .banner_sec .slider_item .inner_wrap .item_content .sec_desc {
        max-width: 600px;
        margin: 0 20px;
        text-align: center;
    }

    .banner_sec .controls svg {
        width: 40px;
        height: 40px;
    }

    .sec_desc h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .sec_desc p {
        font-size: 16px;
    }

    .site_header .btn_wrap a {
        width: 100%;
        margin: 0 0 10px;
    }

    .site_header .btn_wrap {
        flex-wrap: wrap;
    }

    .site_footer .top_widget .foot_logo img {
        max-width: 250px;
    }

    .site_footer .top_widget h5 {
        font-size: 22px;
        line-height: 32px;
    }

    .site_footer .top_widget .foot_logo {
        margin-bottom: 20px;
    }

    .site_footer .footer_widget_about h6 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .site_footer .footer_copyright p {
        font-size: 14px;
    }

    .tns-nav button {
        width: 12px;
        height: 12px;
    }

    .blog_listing_sec {
        padding: 50px 0 20px;
    }

    .blog-card {
        padding: 20px;
    }


    /* css */
    .app-detail-content {
        width: 100%;
    }

    /* 
    .app-detail-img {
        width: 100%;
    } */

    .banner_sec .controls {
        top: 34%;
    }

    .market-sec .service-app .app-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

   

    .slide-bar h4 {
        font-size: 20px;
    }

    .slide-bar {
        background: #0e2b5c;
        padding: 20px 20px;
    }

    .ui-widget.search-box input[type="search"]::placeholder {
        font-size: 14px;
    }

}

/****************** responsive *********************/

button {
    border-radius:0;
}

#navbarSupportedContent .dropdown-menu a.service-item{
    display:flex;
    align-items: center;
    background:rgba(255,255,255,.6);
    border:1px solid #ddd;
    padding: 1rem;
    margin: 1rem 0;
}
#navbarSupportedContent .dropdown-menu a.service-item:hover{
    border:1px solid #ccc;
    background: rgba(255,255,255);
}
#navbarSupportedContent .dropdown-menu a.service-item .service-title{
    font-weight: 500;
    color: #167dbf;
}
#navbarSupportedContent .dropdown-menu a.service-item .service-desc{
    font-size: 14px;
}
#navbarSupportedContent .dropdown-menu a.service-item > i{
    font-size: 38px;
    color: #1b80c0;
    margin-right: 15px;
}

.lang-item{
    padding:15px 10px;
    display: flex;
    align-items: center;
    vertical-align: middle;
    font-size:14px;
    border:1px solid #fff;
    line-height: 16px;
}

.lang-item.lang-hide{
    opacity: 0.15;
    pointer-events: none;
    user-select: none;
}
@media(max-width: 991px) {
    .lang-item.lang-hide{
        display: none;
    }
}
.lang-item:hover {
    background:#f3f7fb;
    border: var(--bs-border-width) solid var(--bs-border-color);
}
.lang-item img{
    width:28px;
    margin-right:5px;
}