@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
:root {
    --theme-color: #00bc74;
    --dark-gray-color: #9fafb7;
    --color-black: #000;
    --color-white: #fff;
    --light-gray-para:#667b84;
}
@charset "UTF-8";
body {
    overflow-x: hidden;
    font-family: 'SFPRODISPLAYREGULAR', sans-serif !important;
    font-size: 15px;
    line-height: 26px;
    background-color: #f4f5f8 !important;
    color: var(--color-black);
    -webkit-font-smoothing: antialiased
}

/* fonts */

@font-face {
    font-family: AktivGrotesk-Black;
    src: url(../fonts/AktivGrotesk-Black.otf);
}

@font-face {
    font-family: AktivGrotesk-Bold;
    src: url(../fonts/AktivGrotesk-Bold.otf);
}

@font-face {
    font-family: AktivGrotesk-Hairline;
    src: url(../fonts/AktivGrotesk-Hairline.otf);
}

@font-face {
    font-family: AktivGrotesk-Light;
    src: url(../fonts/AktivGrotesk-Light.otf);
}

@font-face {
    font-family: AktivGrotesk-Medium;
    src: url(../fonts/AktivGrotesk-Medium.otf);
}

@font-face {
    font-family: AktivGrotesk-Regular;
    src: url(../fonts/AktivGrotesk-Regular.otf);
}

@font-face {
    font-family: AktivGrotesk-Thin;
    src: url(../fonts/AktivGrotesk-Thin.otf);
}

@font-face {
    font-family: AktivGrotesk-XBold;
    src: url(../fonts/AktivGrotesk-XBold.otf);
}
@font-face {
    font-family: AktivGrotesk-XBold;
    src: url(../fonts/SFProDisplay-Regular.ttf);
}
@font-face {
    font-family: SFProDisplay-Bold;
    src: url(../fonts/SFProDisplay-Bold.ttf);
}
@font-face {
    font-family: SFProDisplay-Regular;
    src: url(../fonts/SFProDisplay-Regular.ttf);
}
@font-face {
    font-family: SFProDisplay-Semibold;
    src: url(../fonts/SFProDisplay-Semibold.ttf);
}
@font-face {
    font-family: SFProDisplay-Heavy;
    src: url(../fonts/SFProDisplay-Heavy.ttf);
}
@font-face {
    font-family: SFPRODISPLAYREGULAR;
    src: url(../fonts/SFPRODISPLAYREGULAR.OTF);
}
@font-face {
    font-family: SFPRODISPLAYBOLD;
    src: url(../fonts/SFPRODISPLAYBOLD.OTF);
}
@font-face {
    font-family: SFPRODISPLAYMEDIUM;
    src: url(../fonts/SFPRODISPLAYMEDIUM.OTF);
}


/* fonts */

h1,
h1 span,
h2,
h2 span,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: var(--text-color);
}

h1 {
    font-size: 32px;
    /* color: rgba(69, 79, 91, 1); */
    font-family: SFPRODISPLAYBOLD;
    line-height: 40px;
    /*margin-bottom: 0;*/
}

h2 {
    font-size: 18px;
    font-family: SFPRODISPLAYBOLD;
}
h1 span,
h2 span {
    font-family: SFPRODISPLAYBOLD;
}

h3 {
    font-size: 20px;
    font-family: SFProDisplay-Bold;
    /*color: rgba(71, 73, 90, 1);*/
    color: var(--text-color);
    line-height: 30px;
    margin-bottom: 0;
}

h4 {
    font-size: 14px;
    font-family: SFProDisplay-Semibold;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 12px
}

p {
    margin-bottom: 0;
    font-size: 18px;
    /*color: rgba(106, 124, 146, 1);*/
    color: var(--color-black);
    line-height: 24px;
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'SFPRODISPLAYMEDIUM', sans-serif;
    letter-spacing: 0.5px;
}

ul {
    padding: 0
}

a {
    text-decoration: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    font-family: 'SFPRODISPLAYMEDIUM', sans-serif;
}

a:focus,
a:hover {
    /*color: var(--theme-color-1);
    color: rgb(123, 187, 94) !important;*/
    text-decoration: none;
}


a:hover {
    text-decoration: underline;
    -webkit-filter: brightness(110%) !important;
    -moz-filter: brightness(110%);
    -o-filter: brightness(110%);
    -ms-filter: brightness(110%);
    filter: brightness(110%) !important;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #e9e6e0
}

.form-control {
    height: 40px !important;
    box-shadow: none !important;
}

textarea.form-control {
    height: auto !important;
}

input.form-control {
    height: 40px;
    /* height: 48px; */
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
    font-family: 'Roboto', sans-serif;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #d5dde6;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
/*------------------home page css start----------------------------------------*/
/*----------------nav css----------------*/
.home .tp-nav .navbar-default .navbar-nav>li>a,
.home .tp-nav .navbar-header a.dropdown-toggle,
.home .tp-nav .navbar-default .navbar-nav a:hover,
.home .tp-nav .navbar-default .navbar-nav>.active>a,
.home .tp-nav .navbar-header a.dropdown-toggle:hover{
    color: var(--color-white);
}
.sticky-wrapper,
.home .tp-nav{
    position: absolute;
    background: transparent;
    z-index: 999;
}

.home .is-sticky li.login-btn a{
    color: var(--color-black) !important;
}
.sticky-wrapper.is-sticky,
.sticky-wrapper{
    height: 88px !important;

}
.tp-nav .navbar-brand .img-fluid.lite_logo {
    opacity: 1;
    width: 150px;
}

.tp-nav .navbar-brand .img-fluid.dark_logo {
    opacity: 0;
    width: 150px;
}

.overlay_black-2 .tp-nav .navbar-brand .img-fluid.dark_logo {
    opacity: 1;
}
a.browse_link {
    font-size: 14px;
    font-weight: bold;
    color: var(--theme-color);
    margin-top: 20px;
    display: block;
    text-transform: uppercase;
}
a.browse_link:hover {
    filter: unset !important;
}
.scroll-link svg{
    transition: all 0.3s ease;
    display: inline-block;
}
.scroll-link:hover svg{
    transform: translateX(10%);
}
.is-sticky .tp-nav {
    background-color: var(--color-white)  !important;
    padding: 0px;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 22%);
}
.tp-nav .navbar-default .navbar-toggle .icon-bar {
    background-color: var(--color-black);
}
.white-space-nowrap{
    white-space: nowrap;
}
.tp-nav {
    padding: 0;
    z-index: 999;
    position: relative;
    width: 100% !important;
    transition: all .2s ease-in-out;
    background-color: var(--theme-color-1);
}
.tp-nav .navbar-header a.dropdown-toggle {
    /*pointer-events: none;*/
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    transition: all .2s ease-in-out;
    text-decoration: none;
    font-family: 'SFProDisplay-Semibold';
}
.tp-nav .navbar-default .navbar-nav>li>a{
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    padding: 12px 12px 10px;
    transition: all .2s ease-in-out;
    /* line-height: 12px; */
    font-family: 'SFProDisplay-Semibold';
}
.font-family-bold{
    font-family: 'SFPRODISPLAYBOLD';
}
/*-----------------------------mega menu-------------------*/
.right-side-options{
    background: #f9f7f7;
    /*padding: 14px;*/
    border-left: 1px solid rgba(214, 217, 219, 0.63);
}
.navbar-header .full_width_menu .dropdown-menu.full-size-bg-mega {
    height: 520px;
    padding: 0px 0;
    width: 100%;
    border-radius: 0;
    /*top: 71px;*/
    top: 87px;
    background-color: #ffffff;
    float: none;

}
.navbar-right .full_width_menu .dropdown-menu{
    min-width: 200px;
    /*top: 56px;*/
    top: 64px;
}
ul.nav.navbar-nav.navbar-right li:nth-child(5) {
    position: relative;
    display: flex;
    align-items: center;
}
.top-search-setting.search_inner {
    opacity: 1;
    transition: all .3s ease;
    margin-bottom: 0;
    position: relative;
}
.top-search-setting input{
    border-radius: 25px;
    background-color: #283940;
    border-color: transparent;
    width: 250px;
    padding: 10px 35px;
    color: var(--color-white) !important;
    border: 1px solid transparent;
}
.is-sticky .top-search-setting input,
.overlay_black-2 .top-search-setting input{
    color: var(--color-black) !important;
}
.top-search-setting input:focus{
    background-color: #283940;
    border-color: transparent !important;
}
.is-sticky .top-search-setting input,
.is-sticky .top-search-setting input:focus,
.overlay_black-2 .top-search-setting input:focus,
.overlay_black-2 .top-search-setting input{
    background: white;
    border: 1px solid #283940 !important;
}

.top-search-setting input::placeholder
{ /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #6b6e6f !important;
    opacity: 1 !important;; /* Firefox */
    font-size: 15px !important;
}

.top-search-setting input::-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #6b6e6f !important;;
}

.top-search-setting input::-ms-input-placeholder { /* Microsoft Edge */
    color: #6b6e6f !important;;
}
.overlay_black-2 .top-search-setting input::placeholder{
    color: var(--color-black) !important;
}
.search_class .header_search_companies {
    display: block;
    text-align: left;
    width: 250px;
    position: absolute;
}
.header_search_companies ul {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 200px;
    overflow-y: auto;
    height: 100%;
    border-bottom: 1px solid rgba(194, 209, 219, 1);
}
.top-search-setting .search_inner .fa{
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--theme-color);
    font-size: 14px;
}
.tp-nav .navbar-default {
    background-color: transparent;
    border-color: #ffffff00;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 23px 0;
    border: 0;
}
.color-gray{
    color: #9fafb7;
}
.last-set-cities:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1000%;
    height: 100%;
    background-color: #f4f5f8;
    z-index: -1;
}
.bg-white-complete:after{
    content: '';
    position: absolute;
    left: -500%;
    top: 0;
    width: 1000%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
}
/*.hover_list ul li:before{*/
    /*display: none;*/
/*}*/
.menu_list.hover_list ul.tab li.tablinks a{
    font-size: 16px;
}
.menu_list.hover_list ul.tab li.tablinks{

    padding: 5px 8px;
}
.menu_list.hover_list ul.tab li.tablinks:hover{
    background-color: var(--theme-color);

    border-radius: 8px;
}
.menu_list.hover_list ul.tab li.tablinks:hover a{
    color: var(--color-white) !important;
}
.menu_list.hover_list ul.tab li.tablinks:hover:after{
    filter: brightness(0) invert(1);
}
.services_clients label.control-label,
.focus_area label.control-label,
.menu_list ul li a {
    text-transform: capitalize;
    word-break: break-word;
    padding-right: 10px;
}

.menu_list ul li a {
    font-size: 16px;
    color: var(--text-color);
    text-decoration: none;
    transition: all .2s ease-in-out;
    display: block;
    font-family: 'SFPRODISPLAYREGULAR', sans-serif;
}
.border-top-setting{
    border-top: 1px solid rgba(214, 217, 219, 0.63);
}
.overlay_black-2 .tp-nav{
    background-color: #fff !important;
}
.overlay_black-2 .dropdown-menu{
    box-shadow: 0 9px 12px rgba(0,0,0,.175);
    border-top: 1px solid rgba(214, 217, 219, 0.63);
}
.overlay_black-2 .tp-nav .navbar-default .navbar-nav>li>a,
.overlay_black-2 .tp-nav .navbar-header a.dropdown-toggle,
.overlay_black-2 .tp-nav .navbar-default .navbar-nav a:hover,
.overlay_black-2 .tp-nav .navbar-default .navbar-nav>.active>a,
.overlay_black-2 .tp-nav .navbar-header a.dropdown-toggle:hover{
    color: var(--color-black) !important;
}
.common-class-css:after{
    content: '';
    position: absolute;
    display: block;
    background-repeat:no-repeat ;
    width: 25px;
    height: 25px;
    background-size: 85%;

}

.advertising-marketing-icon:after{
    background-image: url("../new-img/menu-icons/digital-marketing.svg");
}
.mobile-app-development:after{
    background-image: url("../new-img/menu-icons/mobile-app.svg");
    background-size: 70%;
}
.web-development:after{
    background-image: url("../new-img/menu-icons/web-dev.svg");
}
.software-development:after{
    background-image: url("../new-img/menu-icons/e-commerce.svg");
}
.web-designing:after{
    background-image: url("../new-img/menu-icons/web-design.svg");
}
.it-servicess:after{
    background-image: url("../new-img/menu-icons/blockchain.svg");
}
.business-servicess:after{
    background-image: url("../new-img/menu-icons/seo-service.svg");
    width: 30px;
}
/*-------------------banner--------------------------*/
.main-banner-new{
    background-image: url(../new-img/banner.jpg);
    background-repeat: no-repeat;
    background-size:cover ;
    background-position: center ;
    width:100%;
    height: 100%;
    background-color: transparent !important;
    padding: 0;
}
.main-banner-new .form-inline input {
    width: 100%;
    height: 50px !important;
    padding: 10px;
    padding-left: 40px;
    /*box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.5) !important;*/
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12) !important;
    border-color: var(--color-white);
}
.main-banner-new .form-inline {
    position: relative;
    margin-top: 35px;
}
.btn-search-banner{
    position: absolute;
    right: 2.5%;
    height: 45px;
    width: 100px;

}
.main-banner-new span.loader{
    right: 13%;
    top: 30%;
}
.main-banner-new .form-inline input{
    height: 70px !important;
    font-family: 'SFProDisplay-Regular', sans-serif;
    font-size: 16px;
}
.main-banner-new .form-inline:before{
    display: none;
}
.main-banner-new .form-inline svg{
    width: 17px;
    height: 16px;
    position: absolute;
    left: 15px;
    top: 27px;
}
.btn-green-theme{
    color: #fff;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    font-family: 'SFProDisplay-Bold';
}
.main-banner-new input.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #6b6e6f;
    opacity: 1; /* Firefox */
}

.main-banner-new input.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #6b6e6f;
}

.main-banner-new input.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #6b6e6f;
}
/*-----------------------------home page news-wrap sec-----------------------*/
.new-wrap-card .card-content h6 a.font-weight-400,
.new-wrap-card .card-content h6.font-weight-400{
    font-size: 14px !important;
    font-weight: 400 !important;
    font-family: 'SFPRODISPLAYREGULAR', sans-serif;
}
.new-wrap-card .card-content h6 a,
.new-wrap-card a{
    font-family: 'SFPRODISPLAYREGULAR', sans-serif;
}
.color-grey{
    color: #515151 !important;
}

.width-80-px{
    width: 80px;
}

.new-wrap-card .title a{
    font-size: 23px !important;
    line-height: 30px;
}
.new-wrap-card .card-content{
    padding: 30px 5px;
}
.rounded-xl{
    border-radius: 0.7rem!important;
}
.new-wrap-card .read-post-more{
    color: var(--theme-color);
}
.news-wrap-title h2 {
    font-size: 40px;
    font-weight: 600;
    color: var(--color-black);
}

.new-wrap-card {
    /*background-color: var(--color-white);*/
    /* box-shadow: 0 0 10px 0 #ccc; */
    box-shadow: none;
    border-radius: 5px;
}

.new-wrap-card .card-top {
    /* height: 236px; */
    background-color: #d1e8ee;
}

.new-wrap-card .card-top img {
    width: 100%;
    height: inherit;
    object-fit: contain;
    object-position: center;
    transition: 300ms;
}

.new-wrap-card .card-top img:hover {
    opacity: .75;
}

.new-wrap-card .card-content {
    padding: 30px 20px;
}

.new-wrap-card .card-content .tag {
    color: var(--theme-color-1);
    font-weight: 700;
    font-size: 14px;
    font-family: SFPRODISPLAYMEDIUM;
    margin-right: 5px;
}
.new-wrap-card a.h3:hover{
    color: var(--theme-color);
}
.new-wrap-card .title {
    color: #303336;
    font-weight: 500;
    font-size: 21px;
    line-height: 32px;
    font-family: SFPRODISPLAYBOLD;
}

.new-wrap-card a {
    color: var(--color-black);
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
}
/*--------------------home page services-------------------*/
/*.bg-gray,*/
/*body.companies,*/
/*body.sponsorship,*/
/*body.faq,*/
/*body.why-choose-distinguished,*/
/*body.write-for-us,*/
/*body.blog,*/
/*body.methodology,*/
/*body.dashboard {*/
    /*background-color: #f4f5f8 !important;*/
/*}*/
.box{
    padding: 10px 35px 10px 35px;
    border-radius: 10px;
    background-color: var(--color-white);
    height: 100px;
    margin-bottom: 30px;
}
.box:hover{
    background-color: var(--theme-color);
    color: white;
    box-shadow: 12px 16px 70px 0 rgba(0, 177, 114, 0.25);
}
.box:hover h3{
    color: white;
}
.box:hover svg path,
.box:hover svg polygon{
    fill:white;
}
.OpenXcell-box{
    padding: 25px;
    border-radius: 10px;
    background-color: #fff;
}

/*----------------------slick slider css---------------------------*/
.testimonial-slider-home .slick-slide {
    margin: 0px 15px;
}
.slider-portfoio-side .slick-slide{

    height: auto;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}


/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    /* width: 50px; */
    /* height: 50px; */
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: black;
    border: 1px solid #e9e3e3;
    outline: none;
    background: white;
    padding: 12px;
    border-radius: 5px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: white;
    box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.07);
}


.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: gray;


    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -65px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '';
    background-image: url(../new-img/arrow-left.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 16px;
    height: 16px;
}


.slick-next
{
    right: -65px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '';
    background-image: url(../new-img/arrow-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 16px;
    height: 16px;
}


/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


/*------------footer start------------------*/
p.company-paragraph {
    font-weight: 100;
    font-family: 'SFPRODISPLAYREGULAR', sans-serif;
    letter-spacing: 1px;

}
h2.company-heading{
    font-family: 'SFPRODISPLAYBOLD', sans-serif;
}
.company-profile-inner a.btn{
    width: 160px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.company-button{
    width: 170px;
    height: 50px;
    padding: 18px 26px;
    object-fit: contain;
    border-radius: 3px;
    border: solid 1.5px #fff;
}
.get-btn{
    width: 170px;
    height: 50px;
    padding: 16px 16px;
    object-fit: contain;
    border-radius: 3px;
    background-color: #fff;
    color: var(--theme-color);
    line-height: 1.2;
}
.bg-dark-green{
    background-color: var(--theme-color) !important;
}
.width-180-px{
    width: 180px;
}
.text-green {
    color: var(--theme-color) !important;
}
.footer.footer{
    background-color: #1d292e;
}
.ft_col ul li, .ft_col ul li a{
    color: var(--color-white);
}
footer.footer h5{
    color: var(--theme-color);
    text-transform: capitalize;
}
footer.footer h5{
    font-weight: 500;
}
footer.footer a{
    letter-spacing: 0.5px;
}
footer.footer .social-icon .fa{
    font-size: 17px;
}
footer.footer .social-icon .facebook-badge:hover{
    background: #3b5998 !important;
}
footer.footer .social-icon .linkedin-badge:hover{
    background: #0e76a8 !important;
}
footer.footer .social-icon .twitter-badge:hover{
    background: #00acee !important;
}
.tiny_ft{
    border-top: 1px solid rgba(214, 217, 219, 0.09);
}
.company-profile h2{
    font-size: 35px;
}


/* Footer Start */



.ft_col h4 {
    font-size: 18px;
    text-align: left;
    line-height: 24px;
}

.ft_col ul {
    list-style: none;
    margin: 0;
}

.ft_col ul li,
.ft_col ul li a {
    font-size: 16px;
    text-align: left;
    line-height: 23px;
    font-family: 'SFPRODISPLAYMEDIUM';
    text-decoration: none;
    letter-spacing: .5px;
}

.ft_col ul li a:hover {
    /*color: #ffffff;*/
    color: var(--theme-color-1);
}

.ft_col ul li {
    line-height: 22px;
    margin-bottom: 20px;
}

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



.tiny_ft {
    padding: 25px 0;
}

.social-icon {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
}

.social-icon ul {
    padding: 0;
    margin: 0;
}

.social-icon ul li {
    background: #d2d9df;
    border-radius: 30px;
    display: inline-block;
    height: 30px;
    list-style: outside none none;
    margin-right: 8px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    transition: all .2s ease-in-out;
}

.social-icon ul li a {
    font-size: 14px;
    color: var(--color-white);
    line-height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.social-icon ul li a:hover {
    color: var(--color-white);
}

.copyrite_text {
    font-size: 15px;
    color: #8d8d8d;
}

.copyrite_text a {
    color: #8d8d8d;
    margin-left: 10px;
}

.copyrite_text a:hover {
    /*color: #ffffff;*/
    color: var(--theme-color-1);
}

/* Footer End */
/*----------------------fonts / line-height / paddings / margins classes---------------------*/
.pt-90{
    padding-top: 90px;
}
.pt-150{
    padding-top: 100px;
}
.py-30{
    padding-bottom: 30px;
    padding-top: 30px;
}
.py-50{
    padding-bottom: 50px;
    padding-top: 50px;
}
.py-80{
    padding-top: 80px;
    padding-bottom: 80px;
}
.font-size-12{
    font-size: 12px;
}
.font-size-13{
    font-size: 13px;
}
.font-size-14{
    font-size: 14px;
}
.font-size-15{
    font-size: 15px !important;
}
.font-size-16{
    font-size: 16px !important;
}
.font-size-17{
    font-size: 17px;
}
.font-size-18{
    font-size: 18px;
}
.font-size-19{
    font-size: 19px !important;
}
.font-size-20{
    font-size: 20px;
}
.font-size-21{
    font-size: 21px;
}
.font-size-22{
    font-size: 22px !important;
}
.font-size-23{
    font-size: 23px;
}
.font-size-25{
    font-size: 25px;
}
.font-size-28{
    font-size: 28px;
}
.font-size-30{
    font-size: 30px !important;
}
.font-size-33{
    font-size: 33px;
}
.font-size-35{
    font-size: 35px;
}
.font-size-40{
    font-size: 40px;
}
.line-height-25{
    line-height: 25px;
}
.line-height-28{
    line-height: 28px !important;
}
.line-height-30{
    line-height: 30px !important;
}
.line-height-35{
    line-height: 35px;
}
.line-height-45{
    line-height: 45px;
}
.line-height-50{
    line-height: 50px;
}
.line-height-55{
    line-height: 55px;
}


.font-weight-100{
    font-weight: 100 !important;
}
.font-weight-400{
    font-weight: 400 !important;
}
.font-weight-600{
    font-weight: 600 !important;
}
.font-weight-800{
    font-weight: 800;
}
.width-height-50{
    width: 50px;
    height: 50px;
}
.width-height-50>img{
    border-radius: 50%;
}
body.home p{
    transform: scale(0.84); /* Control content weight */
    -moz-transform: scale(0.84);

}
.paragraph-left-origin{
    transform-origin: 0 0;
}
.px-20{
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.py-20{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
/*------------------------home page css ends----------------------------------*/
/*------------------------listing page css start----------------------------------*/
.img-width-settsame{
    border-radius: 4px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;

}
/*------------------------css for center box----------------------------*/
.interviews-center-sec .agency-list-item {
    display: flex;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 25px;
    transition: box-shadow .3s;
    padding: 32px;
}
.interviews-center-sec .agency-list-help-box .help-selecting--img {
    flex-shrink: 0;
}
.interviews-center-sec .agency-list-help-box .help-selecting--img img {
    height: auto;
    width: 100%;
}
.interviews-center-sec .agency-list-help-box .help-selecting--text {
    width: 100%;
}
.interviews-center-sec .agency-list-help-box .title {
    font-weight: 600;
    line-height: 1.13889;
    margin-bottom: 14px;
    color: var(--color-black);
}
.interviews-center-sec .agency-list-help-box .descr {
    line-height: 1.7;
    font-family: 'SFPRODISPLAYREGULAR', sans-serif;
}
.interviews-center-sec .btn-arrow-right {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    background-color: #0097d5;
    width: auto;
    color: #fff;
    border: 2px solid #0097d5;
    overflow: hidden;
    transition: all .2s;
    font-weight: 400;
    white-space: nowrap;
}

.interviews-center-sec .btn-arrow-right span {
    position: relative;
    z-index: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.interviews-inner-new-page .date-bg p span{
    padding: 5px 10px;
    border-radius: 3px;
    background-color: #d1ede4;
    font-weight: 400;
    font-family: 'SFPRODISPLAYREGULAR', sans-serif;
}
/*Chnage password page */
.password-new-page .form-control{
    width: 100%;
    border-radius: 3px;
    border: solid 2px #D6E5EC;
    height: 45px;
}
.password-new-page .control-label{
    font-size: 18px;
    color: #7A7A7A;
}
.password-new-page .password-eye-slash{
    cursor: pointer;
    right: 24px;
    position: absolute;
    height: 45px;
    color: #00BC74;
}
.password-new-page .bgblueBtn{
    color: white;
    border-radius: 3px;
    background-color: #00BC74;
    font-size: 18px;
    height: 40px;
}
.submit-post-new .btn-primary{
    padding: 5px 17px;
    border-radius: 3px;
    border: solid 1px #00bc74;
    background-color: #00bc74;
    font-size: 16px;
}
/*Thought Leadership Listing*/
.submit-post-new .font-size-22{
    font-size: 22px;
}

.submit-post-new .text-limit-lines p{
    font-size: 14px !important;
    margin-bottom: 0px !important;
}

.submit-post-new .submit-box {
    border-radius: 6px;
    background-color: #f8f8f8;
    padding: 14px;
}

.submit-post-new .yellow-btn{
    background-color: #f7b500;
}

.submit-post-new .btn-size{
    padding: 8px 10px;
    font-size: 14px;
}
.submit-post-new .btn-size:hover{
    color: white;
}

.submit-post-new .btn.focus, .btn:focus, .btn:hover{
    color: #020617;
}
/*user profile*/
.user-profile-new-page .preview-thumbnails{
    margin-right: 25px;
    height: 100px;
    width: 100px;
    overflow: hidden;
    background-color: #f1f4f7;
}

.user-profile-new-page  .uploader_area .file-preview-thumbnails .file-preview-frame {
    position: relative;
}

.user-profile-new-page .user-photo img, .preview-thumbnails {
    border-radius: 0;
}

.user-profile-new-page .company_logo, .uploader_area .file-preview-image {
    object-position: center;
    width: 100% !important;
    height: 100px !important;
    object-fit: cover;
}

.user-profile-new-page  .file-name{
    font-size: 16px;
    font-weight: 600;
    color: #7a7a7a;

}

.user-profile-new-page .btn-primary{
    padding: 5px 18px;
    border-radius: 3px;
    background-color: #00bc74;
    border: #00bc74;
    font-size: 18px;
}

.user-profile-new-page .form-control{
    border-radius: 3px;
    border: solid 2px #d6e5ec;
    height: 45px;
}
.user-profile-new-page .form-control:hover{
    border: solid 2px #00bc74;
}

.user-profile-new-page .form-control:focus{
    box-shadow: none;
}

.user-profile-new-page  label{
    color: #7a7a7a;
}

.user-profile-new-page .bgblueBtn {
    color: white;
    border-radius: 3px;
    background-color: #00BC74;
    font-size: 18px;
    height: 40px;
}

@media (min-width: 1201px){
    .interviews-center-sec .agency-list-help-box .help-selecting--text {
        max-width: 620px;
        margin-right: 17%;
    }
}

@media (min-width: 768px){
    .interviews-center-sec .agency-list-help-box .help-selecting--img {
        max-width: 40%;
    }
    .interviews-center-sec .agency-list-help-box .title {
        font-size: 33px;
    }
    .interviews-center-sec .agency-list-help-box .descr {
        font-size: 20px;
        margin-bottom: 24px;
    }
    .interviews-center-sec .btn-arrow-right.xmd {
        font-size: 18px;
    }
    .interviews-center-sec .btn-arrow-right.xmd {
        padding: 0 40px 0 40px;
    }

}
.img-width-settsame img{
    width: 100%;
    object-fit: cover;
    height: auto;
}

.tp-nav{
    background-color: transparent !important;
}
.tp-nav .navbar-default
{
    border-bottom: solid 1px rgba(214, 217, 219, 0.09);
    padding: 23px 0;
}
.home .tp-nav .navbar-default{
    border-bottom:none;
}
.companies .is-sticky .tp-nav,
.listing .is-sticky .tp-nav{
    background-color: var(--color-white) !important;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 22%);
}
.dark-gray-color,
.dark-gray-color:hover{
    color: var(--dark-gray-color) !important;
    filter: brightness(100%) !important;
}
.new-select-two span.select2-selection__rendered{
    color: black !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
}
.new-select-two .select2-container--default .select2-selection--single{
    padding: 0 20px 0 5px !important;
}
.new-select-two .select2-selection__arrow b{
    background-image: url(../img/arrow-down.svg) !important;
}
.new-select-two .select2-container--default .select2-selection--single{
    border: none !important;
}
.complete-width-select .select2-container{
    width: 100% !important;
}
/* <------Card------> */

.bg-black-img{
    background-image: url(../new-img/header-background-img.jpg);
    background-repeat: no-repeat;
    background-size:cover ;
    background-position: center;
    width: 100%;
    height: auto;
    /*background-attachment: fixed;*/
}


.select-box{
    padding: 10px 0px 18px;
    object-fit: contain;
    border-radius: 6px;
    border: solid 1px #dcdcde;
    background-color: #fff;
}
.form-select{
    border: 0px;
}

.form-select:focus{
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.select-btn .btn-outline-success {
    object-fit: contain;
    border-radius: 3px;
    background-color: #e3edf1;
    border: 0;
    color: black;
    padding: 10px;
}
.select-btn .btn-primary {
    background-color: var(--theme-color);
    border-color: #ffffff;
    color: #ffffff;
    object-fit: contain;
    border-radius: 3px;
    font-size: 14px;
}
.select-btn .btn{
    width: 150px;
    height: 39px;
}
.padding-top-30{

    top: -30px;
}


.listed-card {
    object-fit: contain;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow: none !important;
}
.card-img {
    width: 95px;
    object-fit: cover;
    height: auto;
}
.rating_div ul li {
    margin: 0 5px 0 0;
}

.rating_div span {
    color: var(--theme-color);
    font-size: 14px;
    font-weight: 600;
}
.rating_div ul li{
    font-size: 14px;
    font-weight: 600;
}
.rating_div ul li a {
    font-size: 14px;
    color: var(--theme-color);
    font-weight: 600;
}
.star-ratings-css {
    unicode-bidi: bidi-override;
    color: #c5c5c5;
    height: auto;
    width: auto;
    margin: 0 auto;
    position: relative;
    padding: 0;
    overflow: hidden;
}

.star-ratings-css-top {
    color: #ffaa00;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: flex;
    top: 0;
    left: 0px;
    align-items: center;
    overflow: hidden;
}

.p-0{
    padding: 0px;
}
.p-30{
    padding: 15px;
}

.star-ratings-css em {
    margin: 0 1px;
    font-style: inherit;
    font-size: 18px;
    line-height: 17px;
    height: 20px;
}

.review{
    display: flex;
    color: #00b074;
    font-size: 16px;
    align-items: center;

}
/*Reveiw new design*/
.review-new-page .bg_img{
    background-image: url(../img/review-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    background-position: center;
}
.review-new-page .center_hite_div{
    width: 450px;
}
.review-new-page .head_step{
    width: 100%;
}
.review-new-page .link_anch {
    color: rgba(5, 175, 166, 1);
    font-size: 29px;
    text-align: left;
    font-weight: 500;
    margin-bottom: 12px;
    display: block;
    height: 48px;
    width: 174px;
    overflow: hidden;
}
.review-new-page .head_step h3, .step_ft h3 {
    font-size: 34px;
    text-align: left;
    margin-bottom: 5px;
    line-height: 50px;
}
.review-new-page .color-gray{
    color: #979797;
}
.review-new-page .fields_area {
    width: 100%;
    margin-top: 0px;
}
.review-new-page  .fields_area .form-group {
    position: relative;
}
.review-new-page  .for_user_img {
    position: absolute;
    left: 13px;
    top: 49%;
    transform: translateY(-50%);
    z-index: 99;
}
.review-new-page  .fields_area input.form-control {
    padding-left: 40px;
}
.review-new-page  .form-control {
    height: 40px !important;
    box-shadow: none !important;
}
.review-new-page  .form-group {
    margin-bottom: 15px
}
.review-new-page  .form-control {
    display: block;
    width: 100%;
    height: 50px !important;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: rgb(0, 0, 0);
    background-color: #fff;
    background-image: none;
    border: 2px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.review-new-page .back_ic {
    font-size: 16px;
    font-weight: 500;
    color: rgb(0, 0, 0);
}
.review-new-page .btn_Reviews .btn, .ft_resetarea .btn {
    justify-content: center;
    margin: 0 0 15px;
    height: auto;
    line-height: inherit;
    width: 100%;
    font-size: 18px;
}
.review-new-page .btn-accent {
    background-color: #00bc74;
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    padding: 10px 22px;
    border-radius: 4px;
    font-weight: 400;
    border: 1px solid #00bc74;
}
.review-new-page .ft_resetarea .seprater {
    color: #cbcfd5;
    margin: 1px 0px 10px 0px;
    font-size: 20px;
}
.review-new-page .form-control:focus{
    border-color: #39ca86;
}
/*Review new design*/
.profile-btn .btn {
    width: 100%;
    height: 50px;
    padding: 12px 20px;
}
.profile-btn .btn-outline-success {
    color: var(--color-black);
    border-color: var(--color-black);
    object-fit: contain;
    border-radius: 3px;
    border: solid 2px var(--color-black);
    font-size: 14px;
    min-width: 160px;

}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle{
    color: #fff;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}
.profile-btn .btn-primary {
    background-color: var(--theme-color);
    border-color: #ffffff;
    color: #ffffff;
    object-fit: contain;
    border-radius: 3px;
    font-size: 14px;
    min-width: 160px;
    border: 2px solid var(--theme-color);
}
.text-light{
    color: #d6e5ec!important;
}
.description {
    margin: 15px 0;
    padding-right: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcde;
}
.description p{
    font-size: 19px;
    color: var(--color-black);
    font-family: 'SFPRODISPLAYREGULAR', sans-serif;
}

.client-budget span {

    color: var(--color-black);
    font-size: 16px;
    overflow: hidden;
    line-height: 24px;
    white-space: nowrap;
    padding: 0 16px 0 16px;

}
@media (max-width: 480px){
    .profile-btn .btn {
        width: 134px;
        height: 50px;
    }
    .p-30{
        padding: 15px;
    }
    .client-budget span{
        font-size: 12px;
    }
}

.learn-more-btn{
    background-color: white;
    border: none;
    color: var(--theme-color);
}
.none-on-start
{
    display: none;
}
/* <------breadcrumbs------> */

.add-bg h3{
    margin: 0;
    font-size: 28px;
    line-height: 45px;
}
.add-bg {
    /*background: #fbfbfb;
    padding-bottom: 20px;*/
    padding-top: 12px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.add-bg .breadcrumb {
    margin: 0 5px 40px;
    background: none;
    padding: .75rem 0;
}

.add-bg .breadcrumb li:before {
    content: ">";
}

.add-bg .breadcrumb li:first-of-type:before {
    display: none;
}

.add-bg .breadcrumb li a {
    color: var(--theme-color);
    font-size: 14px;
}

.add-bg .breadcrumb li.active {
    color: var(--theme-color);
    font-size: 14px;
}

/*---------------------listing detail page -----------------------------*/
.linkedIn-color {
    background-color: #0072B1;
    font-size: 15px;
    color: #fff;
    padding: 10px 22px;
    font-weight: 400;
    display: inline-flex;
    align-items: end;
    justify-content: center;
    border-radius: 8px;
}
.company_profile_head .mini_nav li{
    padding: 12px 15px;
}
.company_profile_head .mini_nav li a{
    padding: 0 0 12px;
    position: relative;
    color: var(--color-white);
    opacity: 1;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
}
.company_profile_head .mini_nav li a.active,
.company_profile_head .mini_nav li a:hover{
    color: var(--theme-color);
    border-bottom: 2px solid var(--theme-color);
}
.text-black{
    color: var(--color-black) !important;
}
.top_head_map a{
    float: inherit;
}
.top_head_map{
    top: 0;
}

/*Service Client*/
.services-clients-industries .service-line{
    padding: 30px 30px 30px 0px;
    border-radius: 6px;
    border: solid 1px #dcdcde;
}
.services-clients-industries .service-line p{
    font-size: 18px;
    color: #7a7a7a;
    padding-left: 20px;
}
.services-clients-industries .form-group {
    margin-bottom: 15px;
}
.services-clients-industries .services_clients label.control-label gray-color, .focus_area label.control-label gray-color, .menu_list ul li a {
    text-transform: capitalize;
    word-break: break-word;
    padding-right: 10px;
}
.services-clients-industries .services_clients label.control-label gray-color {
    min-height: 40px;
}
.services-clients-industries .services_clients label.control-label gray-color, .focus_area label.control-label gray-color {
    line-height: 20px;
    /* min-height: 42px; */
    display: flex;
    align-items: center;
}
.services-clients-industries .sign_div {
    height: 40px;
    -webkit-box-shadow: inset 0 0 0 rgb(0 0 0 / 8%);
    box-shadow: inset 0 0 0 rgb(0 0 0 / 8%);
    font-family: 'Roboto', sans-serif;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(194, 209, 219, 1);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    display: flex;
}
.services-clients-industries .sign_div input.form-control {
    border: 0;
    box-shadow: none;
    border-radius: 0;
    height: 37px !important;
}
.services-clients-industries .sign_div span {
    width: 46px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-left: 1px solid rgba(194, 209, 219, 1);
    font-size: 19px;
    background-color: #fafafa;
}

.services-clients-industries .form-group .control-label{
    color: #7a7a7a;
}
.services-clients-industries .c100:hover > span{
    font-size: 21px;
}

.services-clients-industries .range_div{
    display: block;
}
.services-clients-industries .c100{
    font-size: 100px;
    margin: 0 auto !important;
}
.services-clients-industries  .c100 > span{
    left: 18px;
    top: 18px;
}
.services-clients-industries .service-line h3{
    font-size: 16px;
}

.services-clients-industries .save-btn .btn{
    border-radius: 3px;
    background-color: #00bc74;
    border-color: #00bc74;
    font-size: 18px;
    padding: 10px 30px;
}
.services-clients-industries  h5{
    font-size: 22px;
    font-weight: 600;
}
.services-clients-industries .save-btn{
    padding: 7px 28px;
    object-fit: contain;
    border-radius: 3px;
    background-color: #00bc74;
    font-size: 16px;
    font-weight: 500;
    align-items: center;
    color: white;
}
.services-clients-industries .portfolio_box h4{
    font-size: 19px;
    font-weight: 500;
}
.locations_tab .control-label {
    font-size: 16px !important;
    font-weight: 500;
}

.services-clients-new-page .mini_nav li{
 padding: 0px;
}

.services-clients-new-page .mini_nav li a{
    padding: 12px 20px !important;
    border-radius: 3px !important;
    background-color: rgba(0, 188, 116, 0.1);
}
.services-clients-new-page .mini_nav li a:hover{
    border: none;
    color: #ffffff;
}
.company-page .font-20{
    font-size: 20px;
    font-weight: 600;
}

.services-clients-industries label.control-label{
    font-size: 14px;
}
.services-clients-industries .font-18{
    font-size: 18px !important;
    font-weight: 600;
    color: #000000 !important;

}
.services-clients-industries .font-16{
    font-size: 16px;
    font-weight: 500;
    color: #979797;
}
.services-clients-industries .side_area ul.nav li a{
    padding: 0;
}

@media (max-width: 575px){

   .company_profile .side_area ul.nav {
        display: block;
    }
}

@media (max-width: 767px){
    .services-clients-industries h4.fs-28.font-22{
        font-size: 22px !important;
    }
}


/*End Servicve Client*/
/* <------results---> */

.summary ul li{
    padding: 0px 14px;
}
.summary ul li a{
    color: white;
    border-bottom: 2px solid transparent;
}

.summary ul li a:hover{
    color: var(--theme-color);
    border-bottom: 2px solid var(--theme-color);
}
.border-bm{
    border-bottom: 4px solid var(--theme-color) ;
}

.result-box{
    object-fit: contain;
    border-radius: 5px;
    border: solid 1px #dcdcde;
    background-color: #fff;
}


.contact-box{
    opacity: 0.17;
    background-image: linear-gradient(112deg, rgba(255, 255, 255, 0) 37%, #fff 99%);
}


.share-box{
    object-fit: contain;
    border-radius: 3px;
    border: solid 1px #dcdcde;
    background-color: #fff;
    padding: 0px;
}
.padding-set{
    padding: 15px 20px;
}
.width-70-px{
    width: 70px;
}
.circle_img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 0;
    background-color: rgba(255, 255, 255, 1);
    object-fit: cover;
    object-position: center;
    margin-right: 15px;
}

.border-top-gray{
    border-top: 1px solid #dcdcde;
}
.border-bottom-gray{
    border-bottom: 1px solid #dcdcde;
}
.border-bottom-light-gray{
    border-bottom: 1px solid #d6e5ec;
}
.client-detail .client-name h4 {
    color: var(--color-black);
    font-size: 19px;
    font-family: SFProDisplay-Semibold;
}
/* overall_score_area */



.top-190{
    position: relative;
    top: -190px;
}
.featured-log{
    position: relative;
    top: -45px;

}
.img-border{
    border-bottom: 5px solid var(--theme-color);
}
.profile-box{
    object-fit: contain;

    border-left: solid 1px #dcdcde;
    border-bottom: solid 1px #dcdcde;
    border-right: solid 1px #dcdcde;
    background-color: #fff;
    padding: 20px 5px;
    border-radius: 0px 0px 5px 5px;
}
.claim-box{
    border-radius: 5px;
    border: solid 1px #dcdcde;
    background-color: #fff;
    padding: 20px;
}
.claim-box .btn-outline-secondary{
    border: solid 2px var(--theme-color);
    color: var(--theme-color) !important;
}
.claim-box .btn-primary{
    color: #fff;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}
.claim-box .btn{
    width: 100%;
    height: 40px;
    object-fit: contain;
    border-radius: 3px;
}
.information-box{
    object-fit: contain;
    border-radius: 5px;
    border: solid 1px #dcdcde;
    background-color: #fff;

}
.write-btn .btn {
    width: 100%;
    height: 50px;
    padding: 12px 20px;
}
.write-btn .btn-outline-success{
    color: var(--color-black);
    border-color: var(--color-black);
    object-fit: contain;
    border-radius: 3px;
    border: solid 2px var(--color-black);
    font-size: 14px;
}


.overall_score_area {
    object-fit: contain;
    border-radius: 3px;
    border: solid 1px #dcdcde;
    padding: 20px;
}
.score_inner_div {
    text-align: center;
}
.score_inner_div span {
    display: flex;
    height: 123px;
    width: 123px;
    background-color:#39ca86;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 35px;
    font-weight: 500;
    margin: 0 auto 25px;
}

.score_inner_div h4 {
    font-size: 18px;
    color: var(--color-black);
    font-weight: 600;
}

.ratingbar_area {
    padding-left: 55px;
    margin-left: 30px;
    border-left: 2px solid rgba(235, 244, 250, 1);
}

.overall_bar {
    margin-bottom: 40px;
}
.head_bar {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner_head h4 {
    margin-bottom: 5px;
    color: var(--color-black);
    font-size: 18px;
}

.head_bar span {
    font-weight: 500;
    font-size: 20px;
    color: var(--color-black);
}
.overall_bar:last-child {
    margin-bottom: 0;
}
.overall_bar .progress {
    height: 6px;
    background-color: rgba(235, 244, 250, 1);
    box-shadow: none;
}
.progress {
    border-radius: 0px;
}
.progress-bar {
    box-shadow: none !important;
    font-size: 9px;
}
.overall_bar .progress-bar {
    background-color: var(--theme-color);
    box-shadow: none;
}

.responsive .slick-next{
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: solid 1px #e6e6e6;
    background-color: var(--color-white);
}


.responsive .slick-prev{
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: solid 1px #e6e6e6;
    background-color: #fff;
}

.responsive .slick-next{
    top: -53px;
    right: 0px;
}
.responsive .slick-prev{
    top: -53px;
    left: auto;
    right: 50px;
}

.circle1 {
    width: 12px;
    height: 12px;
    background-color: #D1EDE4;
    border-radius: 50%;
}
.circle2 {
    width: 12px;
    height: 12px;
    background-color: #A3DCC9;
    border-radius: 50%;
}
.circle3 {
    width: 12px;
    height: 12px;
    background-color: #75CAAE;
    border-radius: 50%;
}
.circle4 {
    width: 12px;
    height: 12px;
    background-color: #46B993;
    border-radius: 50%;
}
.circle5 {
    width: 12px;
    height: 12px;
    background-color: #009F69;
    border-radius: 50%;
}
.circle6 {
    width: 12px;
    height: 12px;
    background-color: #148660;
    border-radius: 50%;
}
.circle7 {
    width: 12px;
    height: 12px;
    background-color: #0F6448;
    border-radius: 50%;
}
.circle8 {
    width: 12px;
    height: 12px;
    background-color: #0A4330;
    border-radius: 50%;
}
.sticky-sidebar-listing{
    position: sticky;
    top:100px;
}

/*----------------------------------------advanced filter css-----------------------------*/

.advance-service-filter{display:none;}
.advance-service-filter{opacity: 1;transition: all .3s ease;width: 402px;position: fixed;right: 0;z-index: 1002;overflow: hidden;top: 0;bottom: 0;margin-bottom:0;background:#fff;border-left:1px solid #dce2ee}
.advance-service-filter .service-filter-section {position:absolute;width:80%;right:0;top:0;bottom:0;display:flex;flex-direction:column;border-radius:0;width:400px;}
.advance-service-filter .service-features-filter {overflow-y: auto;padding:20px}
.advance-service-filter .service-features-filter {display:block;}
.advance-service-filter .service-features-filter .service-filter-action {margin: unset;flex-direction: column;align-items: center;}
.advance-service-filter .service-features-filter .service-filter-inputs{margin: unset;flex-direction: column;align-items: flex-start;}
.advance-service-filter .apply_filter.green-btn {border-radius: 5px;margin: 0 auto;background-color: var(--theme-color);border-color: var(--color-white);color: var(--color-white);object-fit: contain;border-radius: 3px;font-size: 14px;}
.advance-service-filter .advanced_filter{display:none;}
.advance-service-filter .service-filter-header {flex-shrink: 0;background: #fff;display: block;text-align: center;}
.advance-service-filter .service-filter-header span{display:inline-block;font-size: 18px;text-transform: uppercase;font-weight: 600;}
.advance-service-filter .service-filter-section .back-filter {display: inline-block;padding-right: 10px;position: relative;text-decoration: none;height: 15px;width: 15px;margin-top: 17px;}
.advance-service-filter .service-filter-header .back-filter::after{border:2px solid #9aa9bb;height:8px;width:8px;border-left:0;border-bottom:0;content:"";-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);position:absolute;right:9px;top:3px;}
.advance-service-filter .service-filter-header .back-filter::before{border:2px solid #9aa9bb;height:8px;width:8px;border-left:0;border-bottom:0;content:"";-ms-transform:rotate(135deg);-webkit-transform:rotate(-135deg);transform:rotate(-135deg);top:3px;right:0;position:absolute;}
  .advance-service-filter .filter-section {width: 100% !important;padding: 0 0 20px 0;}
.advance-service-filter .filter-section ul {position: relative;width: 100%;overflow-y: auto;max-height: 285px;}
.f-country-s .location-filter{display:block;}
.advance-service-filter  .s-f-r-b{position: absolute;left: 15px;display: inline-block;}
.advance-service-filter .web-reset-filter {display: none;}
@media (max-width:1200px){
    .f-country-s{display: none;}
    .advance-service-filter .f-country-s{display: inline-block;}
}
@media (max-width:480px){
    .advance-service-filter {
        opacity: 1;
        transition: none;
        width: 100%;
        left: 0;
        /*display: block;*/
    }
    .advance-service-filter .service-filter-section{width:100%}
}
.filter-section.open ul{display: flex !important;flex-direction: column;}
ul.country_ul li{order: 3;}
ul.country_ul li:first-child{order: 1;}
ul.country_ul li.checked{order: 2;}
.select2-container--default .select2-selection--single {
    background-color: #fff
}

.select2-container {
    box-sizing: border-box;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 0;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 31px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 28px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

/*.select2-container {*/
    /*display: block !important*/
/*}*/
/*.new-select-index-set .select2-container--open {*/
    /*z-index: 99;*/
/*}*/
.select2-container--default .select2-selection--single {
    border-radius: 4px !important;
    border: 1px solid #e2e2e2 !important;
    height: 36px !important;
    padding: 2px 12px !important;
    color: #666
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #333 !important;
}

.select2-container--default .select2-selection--single:focus {
    border-color: #66afe9;
    outline: 0
}

.select2-container--open .select2-selection--single {
    border-color: #66afe9 !important
}

.input.select {
    position: relative
}

.inline-block {
    display: inline-block
}

.cate-filter,
.location-filter {
    margin: 0 15px 10px;
    font-size: 14px;
    width: calc(100% - 20px);
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    padding: 10px;
    line-height: 14px;
    outline: 0
}

.service-filter-header,
.software-filter-header {
    /* display:none; */
    height: 48px;
    line-height: 48px;
    padding: 0 15px;
}

.service-filter-header span,
.software-filter-header span {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600
}

.filter-header-mobile {
    display: none
}

.filter-section-title {
    font-size: 16px;
    color: #181818;
    height: 48px;
    line-height: 48px;
    padding: 0 15px;
    cursor: pointer;
    position: relative
}

.filter-section-title::after {
    border: 2px solid #757982;
    height: 9px;
    width: 9px;
    border-left: 0;
    border-bottom: 0;
    content: "";
    display: block;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 19px
}

.service-features-filter .filter-section,
.software-features-filter .filter-section {
    border-bottom: 1px solid #e2e2e2
}

.service-features-filter .filter-section:last-child,
.software-features-filter .filter-section:last-child {
    border-bottom: none
}

.service-features-filter .filter-section ul,
.software-features-filter .filter-section ul {
    display: none
}

.f-country-s .location-filter {
    display: none
}

.service-features-filter .filter-section.open ul,
.software-features-filter .filter-section.open ul {
    display: block
}

.service-features-filter .filter-section ul li label,
.software-features-filter .filter-section ul li label {
    word-break: break-all;
    overflow: hidden;
    margin-bottom: 0;
    font-weight:400;
}

.service-features-filter .filter-section.open .filter-section-title::after,
.software-features-filter .filter-section.open .filter-section-title::after {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 20px
}

.service-features-filter .filter-section ul li label::before,
.service-features-filter ul.bottomSheetListUL li label::before,
.software-features-filter .filter-section ul li label::before,
.software-features-filter ul.bottomSheetListUL li label::before {
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    content: "";
    display: inline-block;
    position: absolute;
    top: 8px;
    width: 19px;
    height: 19px;
    left: 15px
}

.service-features-filter .filter-section ul li label.checked::before,
.service-features-filter ul.bottomSheetListUL li label.checked::before,
.software-features-filter .filter-section ul li label.checked::before,
.software-features-filter ul.bottomSheetListUL li label.checked::before {
    background: url(../new-img/new-slices.webp) -306px -32px no-repeat;
    border: none
}

.service-features-filter .filter-section ul li label,
.service-features-filter ul.bottomSheetListUL li label,
.software-features-filter .filter-section ul li label,
.software-features-filter ul.bottomSheetListUL li label {
    color: #181818;
    font-size: 14px;
    position: relative;
    padding-left: 42px;
    height: 32px;
    line-height: 32px;
    cursor: pointer
}

.service-features-filter .filter-section ul li label input,
.service-features-filter ul.bottomSheetListUL li label input,
.software-features-filter .filter-section ul li label input,
.software-features-filter ul.bottomSheetListUL li label input {
    height: 0;
    width: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    cursor: pointer
}

.service-features-filter .filter-section ul li.radio-group label::before,
.service-features-filter ul.bottomSheetListUL li.radio-group label::before {
    border-radius: 12px
}

.service-features-filter .filter-section ul li.radio-group label.checked::before,
.service-features-filter ul.bottomSheetListUL li.radio-group label.checked::before {
    background: 0 0;
    border: 1px solid var(--theme-color)
}

.service-features-filter .filter-section ul li.radio-group label.checked::after,
.service-features-filter ul.bottomSheetListUL li.radio-group label.checked::after {
    background: var(--theme-color);
    content: "";
    height: 9px;
    width: 9px;
    border-radius: 6px;
    display: block;
    position: absolute;
    left: 15px;
    top: 13px
}



.service-features-filter .filter-section ul li,
.software-features-filter .filter-section ul li {
    position: relative
}

.service-filter-section .apply_filter,
.software-filter-section .apply_filter {
    width: 150px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-family: 'SFPRODISPLAYREGULAR', sans-serif !important;
}

.service-filter-section.sticky.btomfixed,
.software-filter-section.sticky.btomfixed {
    bottom: 20px;
    top: auto;
    position: absolute
}

.s-f-r-b {
    display: none
}

.service-filter-section .back-filter,
.software-filter-section .back-filter {
    display: none
}

.sheetContainer {
    position: fixed;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 21;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    display: none
}

.backgroundSheetContainer {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .1)
}

.bottomSheetList.clsh {
    transform: translateY(100%)
}

.bottomSheetList {
    transform: translateY(0);
    position: absolute !important;
    z-index: 2;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background-color: #fff !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    padding: 8px 0 !important;
    border-radius: 6px 6px 0 0 !important;
    bottom: 0;
    width: 100%;
    transition-timing-function: ease-in;
    transition: .5s
}

.sheetHeader {
    font-weight: 600;
    font-size: 15px;
    padding: 10px 4px 12px;
    text-align: center;
    border-bottom: 1px solid #e2e2e2
}

.bottomSheetList li a {
    background-color: #fff;
    width: 100%;
    display: flex !important;
    flex: 0 1 auto;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    text-transform: none;
    line-height: 50px !important;
    padding: 0 16px;
    outline: 0;
    cursor: pointer;
    color: #333;
    text-decoration: none;
    font-size: 15px;
    height: auto !important
}

.filtersheetClose {
    float: right;
    margin: 1px 10px 0 0;
    height: 15px;
    width: 15px;
    cursor: pointer;
    box-sizing: content-box
}

.bottomSheetList li a.active span::after {
    background: url(../new-img/action-selection.svg) 0 0 no-repeat;
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    top: 3px;
    left: 8px
}

.filter-service-lists h2,
.filter-softwares h2 {
    padding: 20px 0
}

   .show-mo-filter {
    height: 36px;
    line-height: 34px;
    border: 1px solid var(--theme-color);
    border-radius: 18px;
    background: #fff;
    font-weight: 600;
    font-size: 14px;
    color: var(--theme-color);
    text-align: center
}

   .show-mo-filter:hover {
    background: var(--theme-color);
    color: #fff
}

   .show-mo-filter {
    width: 100px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 5px
}

   .show-mo-filter {
    display: none
}

   .service-filter,
   .software-filter {
    width: 100%;
    float: none;
    margin-bottom: 20px
}

   .service-features-filter,
   .software-features-filter {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    overflow-y: visible
}

   .service-features-filter .service-filter-action,
   .service-features-filter .service-filter-inputs {
    display: flex;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto
}

   .service-features-filter .service-filter-inputs {
    align-items: flex-start;
    margin-right: auto
}

   .service-features-filter .service-filter-action {
    align-items: flex-end;
    margin-left: auto
}

   .filter-section-title::after {
    display: none
}

   .filter-section-title {
    font-size: 14px;
    color: var(--dark-gray-color);
    line-height: 14px;
    height: auto;
    text-transform: uppercase;
    font-family: 'SFPRODISPLAYMEDIUM', sans-serif;
    padding: 0 0 10px
}

   .filter-section {
    position: relative;
    border-bottom: none !important;
}

   .filter-section ul {
    position: absolute;
    background: #fff;
    padding: 10px 5px;
    width: 275px;
    z-index: 3;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 12px 28px 1px rgba(0, 0, 0, .15), 0 2px 4px 0 rgba(255, 255, 255, .5)
}

   .filter-section ul.country_ul {
    overflow-y: auto;
    max-height: 285px
}

   .filter-section ul.country_ul input.cate-filter,
   .filter-section ul.country_ul input.location-filter {
    margin: 0 10px 10px
}

   .filter-section ul li label::before {
    left: 10px
}

   .filter-selection,
   .select2-selection--single {
    border-radius: 4px !important;
    border: 1px solid #dce2ee !important;
    height: 36px !important;
    padding: 2px 20px 2px 10px !important;
    color: #333;
    background: #fff;
    font-size: 14px;
    line-height: 31px
}

   .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #4e5976 transparent transparent
}

   .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #4e5976
}

   .filter-selection {
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all
}
.input.select::before {
    border-color: #4e5976 transparent transparent;
    content: "";
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    right: 9px;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}
.filter-selection::before{
    content: "";
    left: auto !important;
    /* top: 3px !important; */
    border: none !important;
    /* width: 100% !important; */
    height: 100% !important;
    background: url(../img/arrow-down.svg);
    background-size: 10px !important;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 1px;
    right: 0;
    width: 20px;
}
   .filter-section.open .filter-selection::before {
    border-color: transparent transparent #4e5976;
    border-width: 0 4px 5px
}

   .filter-section .filter-selection.selected {
    border-color: #00bc74 !important;
    border-width: 2px !important;
    padding: 1px 20px 1px 10px !important
}

   .filter-section {
    padding-right: 20px;
    width: 150px
}

   .filter-section:nth-child(2) {
    width: 263px
}

   .filter-section .select2-container {
    width: 150px !important
}

   .filter-section:first-child {
    width: 170px
}

   .service-filter-inputs .filter-section:first-child {
    width: 150px
}

   .service-filter-inputs .filter-section .select2-container {
    width: 100% !important
}

   .service-filter-inputs .filter-section:nth-child(2) {
    width: 190px
}

   .service-filter-inputs .filter-section:nth-child(3) {
    width: 200px
}

   .service-filter-inputs .filter-section:last-child {
    width: 275px;
    padding-right: 0
}

   .service-filter-footer,
   .software-filter-footer {
    display: flex;
    align-items: flex-end
}


   .apply_filter.green-btn:hover {
    background: var(--theme-color);
    color: #fff
}

   .filter-section-title {
    cursor: unset
}

   .sort_by_label {
    display: none
}

.filter-section.sort-by-so ul {
    padding: 0;
    overflow: hidden
}

.filter-section.sort-by-so ul li a {
    font-size: 14px;
    padding: 5px 15px;
    display: block;
    text-decoration: none;
    color: #181818
}

.filter-section.sort-by-so ul li a.active,
.filter-section.sort-by-so ul li a:hover {
    background-color: #5897fb;
    color: #fff
}

.bottomSheetListUL {
    padding: 0;
    width: 100%;
    margin: 0
}

.service-entity,
.software-entity {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background: #fff;
    border: 1px solid #dce2ee;
    position: relative;
    border-radius: 5px;
    margin-bottom: 20px
}

.software-entity {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.cursor-pointer{
    cursor: pointer;
}
.word-break-word{
    word-break: break-word;
}
@media (max-width: 669px){
    .sheetContainer {
        display: block;
    }
    .filtersheetClose, .sheetClose {
        float: right;
        margin: 1px 10px 0 0;
        height: 15px;
        width: 15px;
        cursor: pointer;
        box-sizing: content-box;
    }
}
@media (max-width: 480px){
    .sheetContainer {
        display: block;
    }
    .service-features-filter ul.bottomSheetListUL,
    .software-features-filter ul.bottomSheetListUL {
        max-height: 400px;
        overflow: auto;
    }
    .service-features-filter ul.bottomSheetListUL li label,
    .software-features-filter ul.bottomSheetListUL li label {
        height: 40px;
        line-height: 50px;
    }
    .service-features-filter ul.bottomSheetListUL li label::before,
    .software-features-filter ul.bottomSheetListUL li label::before {
        top: 14px;
    }
    .service-features-filter ul.bottomSheetListUL li label input,
    .software-features-filter ul.bottomSheetListUL li label input {
        height: 100%;
        width: 100%;
    }
}

/*------------------companies page css------------------------*/
.side_area ul li a {
    color: var(--color-black);
    border: 0;
    font-size: 16px;
    padding: 10px 0;
    font-family: SFPRODISPLAYMEDIUM;
    /*opacity: 0.6;*/
}
.side_area .nav>li>a:focus,
.side_area .nav>li>a:hover,
#directory_table a:hover{
    color: var(--theme-color);
}
#directory_table a{
    color: var(--color-black);
    opacity: 0.9;
    text-decoration: none;
}
.zindex-addd {
    z-index: 999999;
}


/*------------------faqs page css---------------------------*/
.tabs-faqs-area{
    padding: 10px 0;
    border-radius: 6px;
    border: solid 1px #dcdcde;
    background-color: #fff;
}
.tabs-faqs-area ul li{
    padding: 10px 15px;
}
.faqs_tabcontent .panel-group .panel {
    margin-bottom: 20px;
    border-radius: 6px;
    border-color: rgba(235, 244, 250, 1);
    box-shadow: none;
    background: #fff;
    border: solid 1px #dcdcde;
}
.faqs_tabcontent .panel-group .panel-heading{
    color: var(--text-color);
    padding: 0;
    border-radius: 0;
    border: 0;
    background: transparent;
}
.faqs_tabcontent .panel-title a.collapsed {
    background-color: transparent;
    color: var(--text-color);
    font-family: 'SFPRODISPLAYBOLD', sans-serif;
    text-decoration: none;
}
.faqs_tabcontent .panel-title a:before,
.listing-tabs-icon .panel-heading:before{
    content: '\f068';
    position: absolute;
    right: 10px;
    top: 50%;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    transform: translateY(-50%);
    transition: all .15s ease-in-out;
}

.faqs_tabcontent .panel-title a.collapsed:before,
.listing-tabs-icon .panel-heading.collapsed:before{
    content: '\f067';
}
ul.mini_nav.scroll-on-mobile li:last-child a{
    border: 0;
    border-radius: 0;
}
.side_area ul li.active a{
    color: var(--theme-color);
}
/*------------------faqs page css---------------------------*/
/*---------------why choose us page---------------------*/

.theme-circle {
    position: relative;
}
.theme-circle:before{

    content: '';
    position: absolute;
    left: -10px;
    top: -3px;
    width: 8px;
    height: 8px;
    background-color: #00B074;
    border-radius: 50%;
}
ul.unOrderList li{
    display: flex;
    align-items: center;
    margin-bottom: 10px !important;
}
.font-family-regular{
    font-family: SFPRODISPLAYREGULAR;
}
/*---------------sponsorship page---------------------*/

.sponsor-pricing .package h2{
    font-size: 20px;
    margin: 0 0 25px 0;
    font-family: SFPRODISPLAYBOLD;
    line-height: 35px;
    border-bottom: solid 1px #d6e5ec;
    padding-bottom: 10px;
}
.sponsor-pricing .package{
    text-align: center;
    border: solid 1.1px #d5dde6;
    padding: 25px;
    border-radius: 8px;
    background: white;
}
.sponsor-pricing .col-lg-3:first-child .package {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.sponsor-pricing .col-lg-3:last-child .package {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.sponsor-pricing .package strong{
    color: var(--theme-color);
    font-size: 35px;
    font-family: SFPRODISPLAYBOLD;
}
.sponsor-pricing .package span {
    color: #9fafb7;
    font-size: 16px;
    margin-right: 5px;
    font-weight: 800;
    bottom: -7px;
    position: relative;
    font-weight: 100;
}
.sponsor-pricing .package .features li i{
    color: var(--theme-color);
    font-size: 13px;
    margin: 7px 8px 0 0;
}
.sponsor-pricing h2{
    color: var(--color-black);
    font-size: 30px;
    margin: 0 0 10px 0;
    font-family: SFPRODISPLAYBOLD;
}
.sponsor-pricing p {
    color: var(--color-black);
    font-size: 15px;
    line-height: 31px;
    margin: 0 0 50px 0;
    font-family: SFPRODISPLAYMEDIUM;
}
.category-selection h4{
    font-size: 20px !important;
    margin: 0;
    text-transform: capitalize !important;
}
.category-dropdown-color .select2-container--default .select2-selection--single{
    border: 1px solid #000 !important;
}
.category .bg-row {
    margin: 0;
    padding: 20px 0;
    background: transparent;
    border-top: solid 1px #d6e5ec;
}
.category .bg-row:nth-child(even) {
    background: transparent;
}
.category .bg-row h5 {
    margin: 0;
    color: var(--theme-color);
    font-size: 30px;
    font-family: SFPRODISPLAYBOLD;
}
.category .bg-row h5 span{
    color: #9fafb7;
    font-size: 16px;
    margin-right: 5px;
    font-weight: 100;
    font-family: SFPRODISPLAYREGULAR;
}
.category {
    margin-bottom: 100px;
    border: 1px solid #dfdfdf;
    box-shadow: 0 42px 42px 0 rgba(0, 0, 0, 0.04);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}
.btn-xl{
    padding: 10px 30px;
    font-size: 18px;
    line-height: 1.3333333;
}
.box-shadow-none{
    box-shadow: none;
}
body .simpleContentPage h2 {
    margin-bottom: 20px !important;
    font-size: 28px;
    line-height: 38px;
    margin-top: 35px;
}
/*---------------companies page---------------------*/
.menu-main-head-l {
    font-size: 20px;
    font-weight: 400;
    color: #181818;
    padding-top: 10px;
    padding-bottom: 10px;
}
.menu-main-head-lr {
    height: 46px;
    line-height: 46px;
    /* padding: 0 0 0 25px; */
    text-decoration: none;
    color: #4f4f4f;
    /* border-bottom: 1px solid #e2e2e2; */
    border-left: 1px solid #e2e2e2;
    display: block;
}
/*------------------------------new--------------------*/
.result-section .result-section-title {
    float: left;
    width: 130px;
    padding-left: 15px;
}
.explore-page-container .tab-content-list-title {
    font-size: 18px;
    font-weight: 400;
    color: #181818;
    padding-top: 8px;
}
.result-section .result-section-output {
    border-left: 1px solid #e2e2e2;
    padding: 0;
    margin-left: 130px;
}
.result-section .result-section-output ul {
    padding: 0;
    margin: 0;
}
.result-section {
    border-bottom: 1px solid #eee;
}
.result-section .result-section-output li a {
    height: 46px;
    line-height: 46px;
    padding: 0 0 0 25px;
    text-decoration: none;
    color: #4f4f4f;
    border: none !important;
    display: flex;
    align-items: center;
    width: 90%;
}
.padding-bottom-10 {
    padding-bottom: 10px;
}
.lev_3_title {
    background: transparent;
    color: #98999a;
    height: 46px;
    line-height: 46px;
    display: block;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
    position: relative;
}
.lev_3_title .caret {

    margin-left: 6px;
    display: inline-block;
    border: none;
    vertical-align: middle;
}

.lev_3_title .caret:before {
    content: '\f067';
    position: absolute;
    right: 10px;
    top: 50%;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    transform: translateY(-50%);
    transition: all .15s ease-in-out;
    color: var(--color-black);
    cursor: pointer;
}
.lev_3_title .caret.opcatet:before {
    content: '\f068';
}
.lev_3_output{
    transition: 0.3s;
}
span.search-in {
    display: block;
    text-align: center;
    padding-top: 15px;
}
@media (min-width: 481px){
    .result-section .result-section-title {
        width: 141px;
    }
    .tab-content-list-title {
        padding-left: 0;
        height: 46px;
        line-height: 46px;
        font-weight: 600;
        font-size: 17px;
    }
    .result-section .result-section-output {
        margin-left: 141px;
    }
}
@media (max-width: 575px){
    .result-section .result-section-title {
        float: none;
        height: 36px;
        background: #f3f0f0;
        width: 100%;
        display: flex;
        align-items: center;
    }
    .explore-page-container .tab-content-list-title {
        font-size: 15px;
        padding-top: 8px;
        padding-left: 0;
    }
    .result-section .result-section-output {
        margin: 0;
        border-left: 0;
        border-top: 1px solid #e2e2e2;
    }
    .result-section .result-section-output li a {
        line-height: 27px;
        padding-left: 0;
    }
    .lev_3_title .caret:before{
        right: 0px;
    }
    .faqs_tabcontent .panel-title a.collapsed{
        padding: 16px 20px 16px 25px;
    }
}
@media (max-width: 1279px){
    .tab-content-list-title {
        display: block;
        cursor: pointer;
    }
}
/*-------------------------methodology page----------------------*/
body .simpleContentPage p {
    margin-bottom: 15px !important;
    font-size: 17px;
}
body .simpleContentPage table th, body .simpleContentPage table td {
    border: 0;
    border-bottom: 1px solid #d6e5ec;
    padding: 8px 10px;
}
body .simpleContentPage table th {
    font-size: 17px;
}
.border-diff-form table td:not(:last-child),
.border-diff-form table th:not(:last-child){
    border-right: 1px solid #d6e5ec;
}
.border-diff-form table tr:last-child td,
.border-diff-form table tr:last-child th{
    border-bottom: 0;
}
.padding-diff-table table td,
.padding-diff-table table th{
    padding: 16px 10px !important;
}
.methodology .no-gutters .col-lg-6{
    padding-right: 15px;
    padding-left: 15px;
}
/*--------------------------for blog page--------------------------------*/
.full_blogdetail .div_contentblog a{
    color: var(--theme-color);
}
.full_blogdetail .div_contentblog p{
    font-family: 'SFPRODISPLAYLIGHT', sans-serif;
}
/*blog new css */
.fl-wrap {
    position: relative
}

.bbb-wrapper .subcribe-form p {
    color: #fff;
    font-size: 14px
}
.blog-title-black a{
    color: var(--color-black);
}
.blog-title-black a:hover{
    color: var(--theme-color);
}
.blog-new-page .sticky-sidebar-listing{
    top: 135px;
}
.bbb-wrapper .subcribe-form form {
    max-width: 450px;
    margin: 8px auto;
    position: relative;
    border-radius: 3px;
    border: solid 1px #d6e5ec;
}

.bbb-wrapper .subcribe-form #subscribe input {
    width: 100%;
    height: 48px;
    background: #fff;
    border: none;
    outline: none;
    border-radius: 1px;
    padding: 0 15px;
    box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.2)
}

.bbb-wrapper .subcribe-form #subscribe #subscribe-button {
    height: 38px;
    padding: 0 14px;
    border-radius: 3px;
    border: none;
    position: absolute;
    right: 6px;
    top: 6px;
    font-size: 15px;
    color: #fff;
    cursor: pointer
}

.subscribe-message {
    color: #fff;
    float: left;
    margin-top: 10px;
    text-align: left;
    font-weight: 500;
    line-height: 19px
}

.color-bg {
    background: #00bc74;
}

#subscribe-button:hover {
    background: #2C3B5A;
    color: #fff
}
.label-green {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 6px 15px;
    color: #ffffff;
    background-color: var(--theme-color-1);
    text-transform: uppercase;
    font-weight: 500;
    z-index: 9;
}
.w3-black span{
    border-bottom: solid 1px #d6e5ec;
    width: 100%;
}
.w3-black span:last-child{
    border-bottom: 0;
}
.slider-bg{
    border-radius: 3px;
    background-color: rgba(0, 188, 116, 0.1);
    padding: 6px;
}
.card-body{
    padding: 20px;
}
.interviews-center-sec .btn-arrow-right{
    height: 48px;
}
/* ---------------------Select Review------------------------------------- */

.select-review-page .bg_img{
    background-image: url(../img/review-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    background-position: center;
    }
    .select-review-page .center_hite_div{
    width: 450px;
    }
    .font-size-20{
        font-size: 20px;
        color: #979797;
    }
    .select-review-page .center_hite_div .main-div h6{
       font-size: 18px;
       font-weight: 500;
       color: #000;
       line-height: 1.55;
       padding-left: 5px;
    }
    .select-review-page .company-div h5{
       font-size: 28px;
       font-weight: 500;
    }
    .select-review-page .company-div p{
       font-size: 16px;
        font-weight: 500;
        color: #979797;
    }
    .select-review-page  .select-box{
       padding: 16px 30px 16px 16px;
       object-fit: contain;
       border-radius: 3px;
       border: solid 1px rgba(0, 0, 0, 0.1);
    }
    .select-review-page .select-box:hover{
     background-color: #f0eff0;
    }
    .gray{
           color:#979797;
    }
/* ---------------------End Select Review------------------------------------- */


/*--------------------------for blog single page--------------------------------*/







.inner-blog-new-page .simpleContentPage h2, .inner-blog-new-page .simpleContentPage h2 span {
    line-height: 1.3;
    font-weight: 600;
}
.inner-blog-new-page .simpleContentPage h3, .inner-blog-new-page .simpleContentPage h3 span {
    line-height: 1.3;
    font-weight: 600;
}
.inner-blog-new-page .simpleContentPage h4, .inner-blog-new-page .simpleContentPage h4 span {
    line-height: 1.6;
    font-family: SFProDisplay-Bold;
}
.inner-blog-new-page .simpleContentPage p, .inner-blog-new-page .simpleContentPage p span {
    letter-spacing: 0.8px;
    line-height: 1.6;
    font-weight: 400;
    font-family: 'SFPRODISPLAYREGULAR', sans-serif;
    margin: 0px 0 30px;
}
.inner-blog-new-page .simpleContentPage ul>li:not(:last-child){
    margin-bottom: 10px;
}
.inner-blog-new-page .simpleContentPage ul>li,  .inner-blog-new-page .simpleContentPage ol>li{
    list-style: none;
    position: relative;
    padding-left: 24px;
    line-height: 1.6;
    font-weight: 400;
}
.inner-blog-new-page .simpleContentPage ol>li {
    list-style: decimal !important;
}
.inner-blog-new-page .simpleContentPage ul>li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 0;
    height: 0;
    border-width: 6px 9px;
    border-style: solid none solid solid;
    border-color: transparent #00BC74;
    font-weight: 600;
    margin-right: 10px;
    font-size: 22px;
}
.inner-blog-new-page .simpleContentPage .blog-slider ul>li:before{
    border-width: 6px 9px !important;
    border-style: none !important;
}
.simpleContentPage .blog-slider h3{
    font-size: 22px;
    line-height: 28px;
    font-weight: 500 !important;
}
.inner-blog-new-page .simpleContentPage img {
    max-width: 100%;
    height: auto;
    width: 100% !important;
    
}
.simpleContentPage .date-name {
    font-size: 16px !important;
}
body.blog .simpleContentPage p a:hover {
    color: #035234;
    text-decoration: underline;
}
.blog-slider .slick-track .slick-current {
    margin-left: 0px !important;
    margin-right: 30px !important;
}
body .simpleContentPage ol {
    padding-left: 40px;
}
.inner-blog-new-page .simpleContentPage h1 {
    margin-top: 40px;
}

.inner-blog-new-page .simpleContentPage p img{
    margin: 30px 0px 10px 0px;
}

.inner-blog-new-page .simpleContentPage h5, .inner-blog-new-page .simpleContentPage h5 span{
    font-size: 20px !important;
    font-weight: 600;
    font-style: italic;
}

.inner-blog-new-page .simpleContentPage h6, .inner-blog-new-page .simpleContentPage h6 span{
    font-size: 15px !important;
    font-weight: 500;
}
.inner-blog-new-page .simpleContentPage ol, .inner-blog-new-page .simpleContentPage ul {
    margin-bottom: 20px !important;
}



@media (min-width: 768px){
    .inner-blog-new-page .simpleContentPage h1, .inner-blog-new-page .simpleContentPage h1 span {
        font-size: 34px ;
    }
    .inner-blog-new-page .simpleContentPage h2, .inner-blog-new-page .simpleContentPage h2 span {
        font-size: 30px;
        margin-bottom: 20px !important;
        line-height: 38px;
        margin-top: 40px;
    }
    .inner-blog-new-page .simpleContentPage p, .inner-blog-new-page .simpleContentPage p span {
        font-size: 20px;
    }
    .inner-blog-new-page .simpleContentPage ul>li, .inner-blog-new-page .simpleContentPage ol>li{
        font-size: 20px;
    }
    .simpleContentPage b {
        font-size: 18px !important;
    }
    .inner-blog-new-page .simpleContentPage h3, .inner-blog-new-page .simpleContentPage h3 span {
        font-size: 24px ;
        margin: 40px 0 10px;
    }
    .inner-blog-new-page .simpleContentPage h4, .inner-blog-new-page .simpleContentPage h4 span {
        font-size: 20px;
        margin-top: 30px;
    }

   
}
@media (max-width: 575px) {
    .inner-blog-new-page .simpleContentPage h2, .inner-blog-new-page .simpleContentPage h2 span {
        font-size: 26px !important;
    }
    .simpleContentPage b {
        font-size: 17px !important;
    }
    body .simpleContentPage ul {
        padding-left: 20px;
    }
    body .simpleContentPage ol {
        padding-left: 20px;
    }
    .comment_form .share-btn {
        padding: 0px 15px;
    }
    .inner-blog-new-page .simpleContentPage h4, .inner-blog-new-page .simpleContentPage h4 span {
        font-size: 18px;
    }
    body .simpleContentPage h3 {
        font-size: 22px;
        margin: 15px 0 10px;
    }
}




.simpleContentPage{
    padding: 40px;
    padding-bottom: 110px;
}
.font-size-32{
    font-size: 32px;
}
.android-btn  .btn-secondary{
    object-fit: contain;
    border-radius: 3px;
    background-color: #f4f5f8;
    color: black;
    border: none;
    font-size: 16px;
}
.date-bg p span{
    padding: 4px;
    border-radius: 3px;
    background-color: #d1ede4;
    font-weight: 400;
    font-family: 'SFPRODISPLAYREGULAR', sans-serif;
}
body.blog .simpleContentPage p {
    font-family: 'SFPRODISPLAYREGULAR', sans-serif;
}
body.blog .simpleContentPage p a {
    color: var(--theme-color);
    text-decoration: none;
}
.share-btn .btn-success .bi-reply-fill{
    transform: rotateY(152deg);
    font-size: 24px;
}
.px-8{
    padding-right: 5rem!important;
    padding-left: 5rem!important;
}
.btn-success,
.btn-success:hover{
    object-fit: contain;
    border-radius: 3px;
    background-color: #00bc74;
    border: none;
    font-size: 16px;
}
.android-btn .btn{
    padding: 16px;
}

.write-btn .btn-outline-success{
    color: #00bc74;
    object-fit: contain;
    border-radius: 3px;
    border: solid 1px #00bc74;
    font-size: 16px;
}
.write-btn .btn-outline-success:hover{
    background-color: transparent;
    color: #00bc74;
}

.form-row .form-control{
    width: 100% !important;
    object-fit: contain;
    border-radius: 3px;
    border: solid 1.5px #d6e5ec;
}
.form-row label {
    font-size: 18px;
    padding-bottom: 10px;
}
.blog .simpleContentPage .form-group .form-control{
    width: 100%;
    object-fit: contain;
    border-radius: 3px;
    border: solid 1.5px #d6e5ec;
}
.digital-kit-new-page  .form-group label {
    font-size: 16px;
    padding-bottom: 10px;
    color: #7a7a7a;
}
.blog-slider .slider-bg{
    border-radius: 3px;
    background-color: rgba(0, 188, 116, 0.1);
    padding: 6px;
}
.silder-shadow{
    padding: 0;
    border-radius: 5px;
    box-shadow: 1px 1px 8px 0 #f3f3f3;
    background-color: #fff;
    margin: 0px 15px;
}
.silder-shadow img{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.blog-slider .slick-dots li button:before{
    font-size: 40px;
}
.slick-dots li.slick-active button:before{
    color: #00bc74;
}
.blog-slider .slick-dots{
    bottom: -80px;
}
.blog-slider .slick-dots li{
    width: 10px;
}
.blog-slider .slick-prev{
    display: none !important;
}
.blog-slider .slick-next {
    display: none !important;
}
.blog-slider  .slick-track{
    padding-bottom: 10px;
    padding-top: 10px;
}

.slick-dots li button::before{
    color: #00bc74;
}
.user-photo img,
.preview-thumbnails{
    border-radius: 0;
}
/*---------------------------for dashboard------------------------------*/
.user-photo h3{
    padding: 15px 0 0;
    font-size: 24px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
    text-align: left;
    font-family: SFProDisplay-Semibold;
}
.side-nav ul li{
    padding:0 5px;
}
.user-sidebar-new-page .side_area ul.nav li a{
    color: #979797;
    border: 0;
    font-size: 16px;
    padding: 6px 0;
    font-family: AktivGrotesk-Light;
}
.create-post-new-page .well-box{
    border-radius: 2px !important;
    padding: 35px !important;
    border: none;
}
.gray-color{
    color: #979797;
}
.side-nav ul li.active{
    background: #f4f5f8;
    border: 0;
    border-radius: 5px;
}
.side_area ul.nav li{
    margin-bottom: 5px;
}
.side_area ul.nav li.active a{
    color: var(--color-black);
    font-weight: 600;
    font-family: AktivGrotesk-Regular;
}
.side_area ul.nav li.active svg path{
    fill: var(--theme-color);
}
.logout-btn-red{
    color: #ff585c !important;
}
.font-family-regular{
    font-family: 'SFPRODISPLAYREGULAR', sans-serif;
}
.color-dark-gray{
    color: #7a7a7a;
}
a.brightness-none:hover{
    text-decoration: underline;
    -webkit-filter: brightness(100%) !important;
    -moz-filter: brightness(100%);
    -o-filter: brightness(100%);
    -ms-filter: brightness(100%);
    filter: brightness(100%) !important;
}
a.learn_more:before, .whiteBtn:before{
    content: "\f064";
}
.bg-theme{
    background: var(--theme-color) !important;
}

.dashboard-new-page .bg-gray-dashboard{
    border-radius: 6px;
    background-color: #f4f5f8;
}
    /*-----------------------------interview Listing-----------------*/


.theme-color svg path{
    fill: #00bc74;
}

.pagination-center {
    width: 100%;
    text-align: right;
}

.pagination-center {
    width: 100%;
    text-align: right;
}

.pagination-center .pagination {
    justify-content: center;
    margin: 0;
}

.pagination-center .pagination li {
    width: 36px;
    height: 36px;
    background-color: #eff2f6;
    margin-right: 5px;
    text-align: center;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-center .pagination li.active {
    background-color: var(--theme-color-1);
    color: var(--color-white);
}

.pagination-center .pagination li a {
    color: rgba(71, 73, 90, 1);
    padding: 6px 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
}
/*-------------------Press Realease page--------------------*/
.slider-bg  {
    border-radius: 3px;
    background-color: rgba(0, 188, 116, 0.1);
    padding: 6px;
}


.theme-color svg path{
    fill: #00bc74;
}

.pagination-center {
    width: 100%;
    text-align: right;
}

.pagination-center {
    width: 100%;
    text-align: right;
}

.pagination-center .pagination {
    justify-content: center;
    margin: 0;
}

.pagination-center .pagination li {
    width: 36px;
    height: 36px;
    background-color: #eff2f6;
    margin-right: 5px;
    text-align: center;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-center .pagination li.active {
    background-color: var(--theme-color-1);
    color: var(--color-white);
}

.pagination-center .pagination li a {
    color: rgba(71, 73, 90, 1);
    padding: 6px 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
}

.color-gray{
    color: #7a7a7a;
}
/*  Ligin */
.bg_img{
    /*background-image: url(/site_assets/images/login-left.png);*/
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    background-position: center;

}

.center_hite_div {
    width: 450px;
}
.head_step {
    width: 100%;
}

.link_anch {
    color: rgba(5, 175, 166, 1);
    font-size: 29px;
    text-align: left;
    font-weight: 500;
    margin-bottom: 12px;
    display: block;
    height: 48px;
    width: 174px;
    overflow: hidden;
}

.head_step h3, .step_ft h3 {
    font-size: 34px;
    text-align: left;
    margin-bottom: 5px;
    line-height: 50px;
}

.color-gray{
    color: #979797;
}

.fields_area {
    width: 100%;
    margin-top: 0px;
}

.fields_area .form-group {
    position: relative;
}

.for_user_img {
    position: absolute;
    left: 13px;
    top: 49%;
    transform: translateY(-50%);
    z-index: 99;
}
.fields_area input.form-control {
    padding-left: 40px;
}
.back_ic {
    font-size: 16px;
    font-weight: 500;
    color: rgb(0, 0, 0);

}

.btn_Reviews .btn, .ft_resetarea .btn {
    justify-content: center;
    margin: 0 0 15px;
    height: auto;
    line-height: inherit;
    width: 100%;
}
.btn-accent {
    background-color: #00bc74;
    font-size: 15px;
    color: rgba(255, 255, 255, 1);
    padding: 10px 22px;
    border-radius: 4px;
    font-weight: 400;
    border: 1px solid #00bc74;
}

.ft_resetarea .seprater {
    color: #cbcfd5;
    margin: 1px 0px 10px 0px;
    font-size: 20px;
}

.linkedin_btn {
    height: 48px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    padding: 10px 22px;
    background-color: transparent;
    object-fit: contain;
    border-radius: 3px;
    border: solid 2px #2567b3;
    color: #2567b3;
}



.linkedin_btn .fa {
    font-size: 18px;
    margin-right: 8px;
}

.linkedin_btn:hover,
.linkedin_btn:focus {
    color: var(--color-white);
}

.form-control:focus{
    border-color: #39ca86;
}

/*--------------------------Get Help OR Contact us --------------------------*/
.get-help-new-page .claim-box{
    padding: 50px 30px;
}

.text-gray{
    color: #7a7a7a;
}

.get-help-new-page .form-check-input:checked{
    background-color: #00bc74;
    border-color: #00bc74;
}

.get-help-new-page .form-control{
    width: 100%;
    border-radius: 3px;
    border: solid 2px #d6e5ec;
}
.contact-new-page .font-size-21{
    font-size: 21px;
}

.contact-new-page .font-size-16{
    font-size: 16px;
}

.contact-new-page .help-p {
    color: #979797;
}

.contact-new-page .contact-number{
    font-size: 20px;
    font-weight: 600;
}

.contact-new-page .social-media-icon{
    border-radius: 6px;
    border: solid 1px #d6e5ec;
    background-color: #fcfcfc;
    padding: 10px;
}

.contact-new-page .social-media-icon .icon{
    padding-right: 45px;
}

.contact-new-page .contact-form{
    padding: 40px;
    border: solid 1px #d6e5ec;
    background-color: rgba(192, 192, 192, 0.05);
}

.contact-new-page .contact-form .form-control{
    border-radius: 3px;
    border: solid 2px #d6e5ec;
}
.contact-new-page .contact-form .form-control:focus{
    border-radius: 3px;
    border: solid 2px #00bc74;
    box-shadow: none;
}

.contact-new-page .contact-form .form-button .btn{
    width: 100%;
    border-radius: 3px;
    background-color: #00bc74;
    border: none;
    height: 45px;
    font-size: 18px;
}
.contact-new-page .claim-box{
    border-radius: 5px;
    border: solid 1px #dcdcde;
    background-color: #fff;
    padding: 60px 60px;
}
/*---------------------------for user profile ------------------------------*/
.uploader_area .file-preview-thumbnails{
    margin-right: 25px;
    height: 100px;
    width: 100px;
    border-radius: 0;
    overflow: hidden;
    background-color: #f1f4f7;
}
.get-help-new-page .form-control:focus{
    border-color: #00bc74;
    box-shadow: none;
    color: black;
}

.get-help-new-page .select-form{
    padding: 10px 24.2px 10px 24px;
    width: 100%;
    border-radius: 3px;
    border: solid 2px #d6e5ec;
}

.get-help-new-page .form-select:focus{
    border-radius: 3px;
    border: solid 2px #d6e5ec;

}

.get-help-new-page .share-btn .btn-success {
    object-fit: contain;
    border-radius: 3px;
    background-color: #00bc74;
    border: none;
    font-size: 16px;
    width: 200px;
}
/* Digital Kit */
.digital-kit-new-page .preview_div{
    padding-bottom: 30px !important;
    border: solid 1px #dcdcde !important;
    background-color: #fff !important;
}


.digital-kit-new-page .border-bottom{
    border-bottom: 2px solid #DEE2E6!important;
}


.digital-kit-new-page .badge_samediv{
    background-color: white;
}
/*----------------media query--------*/
@media (max-width: 768px){
    .contact-new-page .claim-box{
        padding: 20px;
    }

    .contact-new-page .contact-form{
        padding: 20px;
    }

    .contact-new-page .social-media-icon .icon {
        padding-right: 36px;
    }
    .contact-new-page .claim-box svg {
        width: 30px;
        height: 30px;
    }
}
@media (min-width: 991px){

    .h-400-px{
        height: 400px !important;
    }
    .top-set-desktop{
        top: -140px;
    }
    .minus-mt-5 {
        margin-top: -4rem!important;
    }
    .minus-mt-6 {
        margin-top: -5rem!important;
    }
    .minus-mt-7{
        margin-top: -7rem!important;
    }
    .minus-mt-9 {
        margin-top: -9rem!important;
    }
    .minus-mt-14{
        margin-top: -14rem!important;
    }
    .border-right-gray{
        border-right: 1px solid #d6e5ec;
    }
    .methodology .add-bg h3.text-white.mb-3,
    .dashboard .add-bg h3.text-white.mb-3,
    .write-for-us .add-bg h3.text-white.mb-3,
    .mb-110px{
        margin-bottom: 110px !important;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered{
        line-height: 31px !important;
        font-size: 14px;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .ml-40px{
        margin-left: 40px;
    }
}
@media (min-width: 768px){
    .navbar-header .full_width_menu .dropdown-menu.full-size-bg-mega{
        width: 100vw;
        max-width: none;
        left: 50%!important;
        right: 50%!important;
        margin-left: -50vw!important;
        margin-right: -50vw!important;
    }
    .complete-rightarea-white:after{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 1000%;
        height: 100%;
        background-color: var(--color-white);
        z-index: -1;
    }
    .company_profile_head .mini_nav {
        flex: 1;
        justify-content: flex-end;
    }
}
@media (max-width: 1199px){
    .menu_list.hover_list ul.tab li.tablinks a,
    .menu_list ul li a{
        font-size: 14px;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    .menu_list.hover_list ul.tab li.tablinks a, .menu_list ul li a{
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media (max-width: 767px){
    .sticky-wrapper {
        box-shadow: none;

    }
    .services-clients-industries h5{
        font-size: 18px;
    }
    .services-clients-industries .font-18{
        font-size: 16px !important;
    }
    .new-wrap-card .card-content{
        padding: 30px 0px;
    }
    .mt-mobile-5{
        margin-top: 3rem!important;
    }
    .mb-mobile-5{
        margin-bottom: 3rem!important;
    }
    .navbar-header .full_width_menu .dropdown-menu.full-size-bg-mega{
        top: 71px;
    }
    .margin-left-on-mobile{
        margin: 25px 25px 0;
    }
    .select2-container--default .select2-selection--single{
        padding: 0 !important;
    }
    .interviews .news-img-wrap img.avatar_img{
        height: auto;
    }
    .add-bg h3{
        font-size: 28px;
        line-height: 38px;
    }
    .company_profile_head .mini_nav.left-on-mobile-device{
        justify-content: flex-start;

    }
    .company_profile_head .mini_nav.left-on-mobile-device li {
        padding: 0;
    }
    .sponsor-section .client-budget span{
        border-bottom:none ;
    }
    .padding-top-30{
        top: 0%;
    }
    .ratingbar_area{
        border-left: 0;
        padding-left: 0 !important;

    }
    .hover_list ul li:before {
        right: 15px;
    }
    .scroll-on-mobile{
        overflow-x: auto;
        width: 100%;
        white-space: nowrap;

    }
    .sponsor-pricing .category .bg-row {
        padding: 25px 0 15px;
    }
    .sponsor-pricing .category .bg-row h5 {
        font-size: 23px;
        margin: 15px 0 15px 0;
    }
    .pt-mobile-100{
        padding-top: 100px;
    }
    .sponsor-pricing .package h2{
        font-size: 20px !important;
    }
}
@media (max-width: 480px){
    .company-button{
        width: 130px;
        padding: 18px 5px;
    }
    .get-btn{
        width: 130px;
    }
    .pass_reset.signin_linkedin .for_circle_images.bg_img {
        height: auto;
        padding: 150px 0;
        background-position: center;
    }
}
@media (max-width: 400px){
    .btn-search-banner{
        height: 40px;
        width: 80px;
        padding: 6px 0px;
    }

}
@media (max-width: 360px){
    .main-banner-new input.form-control::placeholder {
        font-size: 11px;
    }
}
@media (max-width: 991px) and (min-width:768px){
    .main-banner-new input.form-control::placeholder {
        font-size: 12px;
    }
}
@media (min-width:1200px){
    .news-guide-wrap .news-wrap{
        height: 210px;
    }
    .w-lg-80{
        width: 80%;
        font-family: 'SFPRODISPLAYREGULAR', sans-serif;
    }
    .silder-shadow{
        height: 400px !important;
    }
}

.filter-selected {
    /*border: #00bc74 2px solid !important;*/
    border-radius: 4px !important;
    border: 2px solid #00bc74 !important;
}
/*------------------for scroll line change-----------------------*/

.mini_nav::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.mini_nav::-webkit-scrollbar-button {
    width: 6px;
    height: 5px;
}

.mini_nav::-webkit-scrollbar-thumb {
    background: #999;
    border: thin solid gray;
    border-radius: 10px;
    cursor: pointer;
}

.mini_nav::-webkit-scrollbar-track {
    background: #eee;
    border: thin solid lightgray;
    box-shadow: 0px 0px 3px #dfdfdf inset;
    border-radius: 10px;
}
.border-heigh-width{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.light-gray-paragraph p,
.light-gray-paragraph ul li{
    color: var(--light-gray-para);
    font-family: 'SFPRODISPLAYLIGHT', sans-serif;
}

.digital-kit-new-page  .select2-container--default .select2-selection--single{
    border-radius: 3px !important;
    border: solid 1.5px #d6e5ec !important;
}


/*\my fisrt commit\ahsan*/


.interviews-new-page .card-style{
    border-radius: 10px !important;
    box-shadow: 1px 1px 8px 0 #f3f3f3 !important;
    background-color: #fff !important;
    border: none !important;
}

.press-releases-new-page .card{
    border-radius: 10px !important;
    box-shadow: 1px 1px 8px 0 #f3f3f3;
    background-color: #fff;
    border: none !important;
}

.login-new-page .linkedin_btn:hover, .linkedin_btn:focus{
    color: #0087c8 !important;
}

.inner-blog-new-page .simpleContentPage li{
list-style: disc;
}


.interview-testimonial-slider p{
    transform: scale(0.99) !important;
}

@media (min-width: 1200px){
    .OpenXcell-box{
        height: 400px;
    }
}

.greenBtn, .bggreenBtn, .blueBtn, .bgblueBtn{
    text-transform: none;
}


.new_company_profile .side_bar_nav ul li.active{
    background: #f4f5f8;
    border: 0;
    border-radius: 5px;
    padding: 10px;
}

.new_company_profile .side_bar_nav ul li{
    padding: 0 5px;
    padding: 10px;
}
.company-page .side_area ul.nav li a{
    padding: 0px;
    line-height: 1.0;
}


.contact-new-page .font-size-21{
    font-size: 21px;
}

.contact-new-page .font-size-16{
    font-size: 16px;
}

.contact-new-page .help-p {
    color: #979797;
}

.contact-new-page .contact-number{
    font-size: 18px;
    font-weight: 600;
}

.contact-new-page .social-media-icon{
    border-radius: 6px;
    border: solid 1px #d6e5ec;
    background-color: #fcfcfc;
    padding: 12px 18px;
}

.contact-new-page .social-media-icon .icon{
    padding-right: 45px;
}

.contact-new-page .contact-form{
    padding: 40px;
    border: solid 1px #d6e5ec;
    background-color: rgba(192, 192, 192, 0.05);
}

.contact-new-page .contact-form .form-control{
    border-radius: 3px;
    border: solid 2px #d6e5ec;
}
.contact-new-page .contact-form .form-control:focus{
    border-radius: 3px;
    border: solid 2px #00bc74;
    box-shadow: none;
}

.contact-new-page .contact-form .form-button .btn{
    width: 100%;
    border-radius: 3px;
    background-color: #00bc74;
    border: none;
    height: 45px;
    font-size: 18px;
}
.contact-new-page .claim-box{
    border-radius: 5px;
    border: solid 1px #dcdcde;
    background-color: #fff;
    padding: 60px 60px;
}
.contact-new-page .contact-form .form-label{
    color: #979797;
}

@media (max-width: 768px){
    .contact-new-page .claim-box{
        padding: 20px;
    }

    .contact-new-page .contact-form{
        padding: 20px;
    }

    .contact-new-page .social-media-icon .icon {
        padding-right: 56px;
    }
    .contact-new-page .claim-box svg {
        width: 30px;
        height: 30px;
    }
    .analytics-new-tab .loader1{
        width: 100px;
        height: 100px;
        margin-left: 35px;
        margin-top: 122px;
    }
    .subscription-new-page  .font-16{
        font-size: 16px;
    }
}

.review-new-page .review-scrollbar::-webkit-scrollbar {
    width: 10px;
    height: 10px;

}

.review-new-page .review-scrollbar::-webkit-scrollbar-button {
    width: 6px;
    height: 5px;
}

.review-new-page .review-scrollbar::-webkit-scrollbar-thumb {
    background: #dcdcde;
    border: thin solid #dcdcde;
    border-radius: 10px;
    cursor: pointer;
    height: 80px;
}

.review-new-page .review-scrollbar{
    background-color: white;
    padding: 10px;
}

.new_company_profile .nav_main{
    border-bottom: none;
}

.new_company_profile .nav_main ul li{
    border-bottom: none !important;
}

.new_company_profile .nav_main ul li a{
    border-right: none !important;
    background-color: transparent;
}

.new_company_profile .nav_main ul .active{
    border-bottom: solid 2px #00bc74 !important;
}



.new_company_profile .change-profile{
    position: relative;
    width: 100px;
    height: 100px;
    overflow: hidden;
    background-color: #111;
    margin: 0 auto;
    object-fit: cover;
}

.new_company_profile .change-profile:hover .change-profile-content {
    opacity: 1;
}

.new_company_profile .file-preview-image .change-profile:hover .change-profile-img {
    opacity: .5;
}

.new_company_profile .change-profile-img {
    object-fit: cover;
    opacity: 1;
    transition: opacity .2s ease-in-out;
}
.new_company_profile .change-profile-img {
    width: 100px;
    height: 100px;
}

.new_company_profile .change-profile-content{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    opacity: 0;
    transition: opacity .2s ease-in-out;
}

.new_company_profile .change-profile-icon {
    color: white;
    padding-bottom: 8px;
}

.new_company_profile .fas {
    font-size: 20px;
}

.new_company_profile .change-profile-text {
    text-transform: uppercase;
    font-size: 12px;
    width: 50%;
    text-align: center;
}

.analytics-new-tab .pull-right h5{
    font-size: 18px;
}
.analytics-new-tab .well-box .performance-table-no th{
    border-bottom: transparent;
}

@media (min-width: 991px){
    .new_company_profile.top-set-desktop{
        top: -195px;
    }
    .h-340-px{
        height: 340px !important;
    }
}
.new_company_profile .nav_main .nav-tabs li a{
    color: #fff;
    opacity: unset;
}

.subscription-new-page .subscription-Colum .table-responsive thead th{
    font-size: 16px !important;
    color: black;
    text-align: center;
    font-weight: 600;
    background-color: #f3f3f3;
}
.subscription-new-page  .subscription-Colum .subscription-img{
    padding: 0px 30px 30px 30px !important;
    border-top: none;
}
.subscription-new-page  .subscription-Colum .Payment-btn .btn-primary{
    padding: 5px 10px;
    border-radius: 3px;
    background-color: #00bc74;
    border: none;
    width: 230px;
    height: 48px;
    font-size: 20px;
}
.subscription-new-page  .subscription-Colum .invoice-img{
    padding: 0px 30px 30px 30px !important;
    border-top: none;
}
.subscription-new-page  .subscription-Colum .font-size-base td span{
    font-size: 16px;
    color: #7a7a7a;
    font-weight: 600;
}
.subscription-new-page  .subscription-Colum .font-size-base  .font-16{
        font-size: 16px;
}
.subscription-new-page  .subscription-Colum .badge{
    display: inline-block;
    padding: 0.33em 0.5em;
    font-size: 76% !important;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.375rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.inner-blog-new-page .h-100{
    height: 100% !important;
}


/*Content Block css*/



.content-block-new .inner-content h2, .content-block-new .inner-content h2 span {
    line-height: 1.3;
    font-weight: 600;
}
.content-block-new .inner-content h3, .content-block-new .inner-content h3 span {
    line-height: 1.3;
    font-weight: 600;
}
.content-block-new .inner-content h4, .content-block-new .inner-content h4 span {
    line-height: 1.6;
    font-family: SFProDisplay-Bold;
}
.content-block-new .inner-content p, .content-block-new .inner-content p span {
    letter-spacing: 0.8px;
    line-height: 1.6;
    font-weight: 400;
    font-family: 'SFPRODISPLAYREGULAR', sans-serif;
    margin: 0px 0 30px;
}
.content-block-new .inner-content ul>li:not(:last-child){
    margin-bottom: 10px;
}
.content-block-new .inner-content ul>li,  .content-block-new .inner-content ol>li{
    list-style: none;
    position: relative;
    padding-left: 24px;
    line-height: 1.6;
    font-weight: 400;
}
.content-block-new .inner-content ol>li {
    list-style: decimal !important;
}
.content-block-new .inner-content ul>li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 0;
    height: 0;
    border-width: 6px 9px;
    border-style: solid none solid solid;
    border-color: transparent #00BC74;
    font-weight: 600;
    margin-right: 10px;
    font-size: 22px;
}
.content-block-new .inner-content .blog-slider ul>li:before{
    border-width: 6px 9px !important;
    border-style: none !important;
}

.content-block-new .inner-content img, .content-block-new .inner-content p img {
    max-width: 100%;
    height: auto;
    width: 100% !important;
    margin: 30px 0px 10px 0px;
}

.content-block-new .inner-content p a:hover {
    color: #035234;
    text-decoration: underline;
}

.content-block-new .inner-content ol {
    padding-left: 40px;
}
.content-block-new .inner-content h1 {
    margin-top: 40px;
}

.content-block-new .inner-content h5, .content-block-new .inner-content h5 span{
    font-size: 20px !important;
    font-weight: 600;
    font-style: italic;
}

.content-block-new .inner-content h6{
    font-size: 15px !important;
    font-weight: 500;
}
.content-block-new .inner-content ol, .content-block-new .inner-content ul {
    margin-bottom: 20px !important;
}


@media (min-width: 768px){
    .content-block-new .inner-content h1, .content-block-new .inner-content h1 span {
        font-size: 34px ;
    }
    .content-block-new .inner-content h2, .content-block-new .inner-content h2 span {
        font-size: 30px;
        margin-bottom: 20px !important;
        line-height: 38px;
        margin-top: 40px;
    }
    .content-block-new .inner-content p, .content-block-new .inner-content p span {
        font-size: 20px;
    }
    .content-block-new .inner-content ul>li, .content-block-new .inner-content ol>li{
        font-size: 20px;
    }
    .simpleContentPage b {
        font-size: 18px !important;
    }
    .content-block-new .inner-content h3, .content-block-new .inner-content h3 span {
        font-size: 24px ;
        margin: 40px 0 10px;
    }
    .content-block-new .inner-content h4, .content-block-new .inner-content h4 span {
        font-size: 20px;
        margin-top: 30px;
    }

   
}
@media (max-width: 575px) {
    .content-block-new .inner-content h2, .content-block-new .inner-content h2 span {
        font-size: 26px !important;
    }
    .content-block-new .inner-content b {
        font-size: 17px !important;
    }
    .content-block-new .inner-content ul {
        padding-left: 20px;
    }
    .content-block-new .inner-content ol {
        padding-left: 20px;
    }
   
    .content-block-new .inner-content h4, .content-block-new .inner-content h4 span {
        font-size: 18px;
    }
    .content-block-new .inner-content h3 {
        font-size: 22px;
        margin: 15px 0 10px;
    }
}



/*End content Block*/





