*{
    margin: 0;
    padding: 0;
}

body {
    min-height: 100vh;
    background-color: #F2F5FA;
}

nav {
    width: auto;
    transition: all 0.4s;
}

.popup
{
    display : none;
}

a.cancelation-popup {
    background: #ff5656 !important;
}



.popup {
        display: none;
    position: fixed;
    background: #fff;
    padding: 49px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 20px;
    z-index: 99;
        max-width: 440px;
}

.popup-active-1
{
    display : block;
}
.popup:after {
    content: '';
    background: #000;
    position: absolute;
    width: 100vw;
    height: 100vw;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: -2;
    opacity: 0.5;
}

.popup:before {
    content: '';
    background: #fff;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    border-radius: 10px;
}
.popup h1 {
    font-family: 'Poppins';
    font-size: 1.4rem;
    font-weight: 600;
}

.popup a.primary-btn {
    background: #0a58ca;
    padding: 10px 25px;
}

.popup a.secondry-btn {
    color: #000;
    background: #fff;
    text-transform: capitalize;
}

.sign-wallpaper{
    background-image: url("img/Frame\ 1.png");
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 120px 0;
}
.main-white-box{
    background-color: white ;
    width: 100%;
    max-width: 400px;
    padding: 10px 28px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid rgba(200, 200, 200, 0.39) ;
    border-radius: 4px 4px 0px 0px;
}
.choose-text a{
    color:#373a3b ;
    text-decoration: none;
    font-family: "Poppins";
    font-size: 15px ;
    font-weight: 500;
}
.active{
    border-bottom: 2px solid #00A0CF;
    padding: 9px;
    color: #00A0CF !important;
}
.inner-from{
    background-color: white ;
    width: 100%;
    max-width: 400px;
    padding: 10px 28px;
    margin: auto;
    display: none;
}
.active-from{
    display: block;
}
.pink-btn{
    padding: 10px 10px;
    border: 1px solid #FF3A86;
    width: 100%;
    margin: 20px 0 ;
    border-radius: 4px;
    text-align: center;
}
.pink-btn a{
    color: #FF3A86;
    font-family: "Poppins";
    font-weight: 500;
    text-decoration: none;
}
.pink-btn img{
    width: 20px;
    margin: 0 20px;
}
.blue-btn{
    padding: 10px 10px;
    border: 1px solid #00A0CF;
    width: 100%;
    margin: 15px 0 ;
    border-radius: 4px;
    text-align: center;
}
.blue-btn a{
    color: #00A0CF;
    font-family: "Poppins";
    font-weight: 500;
    text-decoration: none;
}
.blue-btn img{
    width: 10px;
    margin: 0 20px;
}
.inner-from .input{
    padding: 10px 10px;
    border: 1px solid #8684849d;
    width: 100%;
    margin: 15px 0 ;
    border-radius: 4px;
}
.inner-from .input-button{
    padding: 10px 10px;
    background-color: #00A0CF;
    width: 100%;
    margin: 15px 0 ;
    border-radius: 5px;
    text-align: center;
}
.remind-text{
    color: rgb(109, 108, 108);
    text-decoration: none;
}
.inner-from .input-button a{
    color: white;
    text-decoration: none;
}
.inner-from p{
    text-align: center;
    color: rgb(122, 122, 122);
}
.inner-from p a{
    color: #00A0CF;
    text-decoration: none;
}
/*=====================Second page css Blue-wall===============*/
.blue-wall{
    width: 100%;
    display: flex;
    padding: 0px 0;
    background: white;
    overflow-x : hidden;
        overflow-y: clip;
}
.lead-text{
    font-size: 5;
    font-family: "Poppins";
    font-weight: 900;
    text-align: center;
}
.select-group{
    width: 100%;
    max-width: 450px;
    margin: 20px auto;
}
.select-group .form-select {
    padding: 12px 20px;
    border-radius: 5px;
    border: 1px solid rgb(245, 245, 245);
    color: rgb(175, 175, 175);
    font-size: 15px;
    font-family: "Poppins";
    margin: 20px 0;
}
.form-select{
    background-image: url("img/Polygon\ 2.svg") !important;
}
.check-box{
    margin: 20px;
    text-align: center;
    padding: 20px;
}
.check-box label {
    display: inline-block;
    color: #8695A0;
    font-size: 15px;
    font-family: 'Poppins';
    padding: 0 20px 0 7px;
}
.button-search{
    text-align: center;
}
.button-search a{
    padding: 10px 40px;
    background-color: #00A0CF;
    margin: 15px 0 ;
    border-radius: 5px;
    text-decoration: none;
    color: white;
}
/*==========navigation menu css start===========*/

nav ul {
    background: #F7F7F8;
    border: 1px solid #EAEAED;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding-top: 20px !important;
    padding: 15px;
    position: sticky;
    top: 0;
    bottom: 0;
    margin-bottom: 0;
    z-index: 9;
    height: 100vh;
}

nav li {
    display: block;
    margin: 13px 0px;
    line-height: 20px;
    width: 90%;
    padding: 2px;
}
nav a {
    color: #000000;
    text-decoration: none;
    font-size: 15px;
    font-family: "Poppins";
    font-weight: 400;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 9px 0px;
}
nav a p{
    margin-bottom: 0 !important;
    display: block !important;
    width: 100%;
}
.active-icon {
    background-color: #E2E2E6;
    border-radius: 4px;
}
nav ul li a img {
    width: 30px;
    margin: 0 12px;
    filter: brightness(0);
}


nav #icon {
    position: absolute;
    top: 0%;
    right: -34px;
    z-index: 999;
    cursor: pointer;
    transform: rotate(
        180deg
    );
}

.active-arrow
{
    transform: rotate(0deg) !important;
}

.log-out p{
    color: #FF3A86;
}
.end-button{
    padding: 10px 14px;
    border-radius: 9px;
    background-color: #F2F5FA;
    border: 1px solid #d7e4f8;
    text-align: center;
    margin-top: 70px;
}
.end-button p{
    color: #000000;
    text-align: center;
    font-weight: 800;
}
.end-button span{
    color: #FF3A86;
    text-align: center;
}
/*==========navigation menu css end===========*/
@media (max-width: 1000px) {
    .end-button {
        margin-top: 10px;
    }
    nav ul {
        display: none;
    }
    .hide{
        display: block;
    }
    nav #icon {
        top: 1%;
        left: 80%;
    }
}
/*===================tabel page css start==============*/
table.table.caption-top {
    width: 100%;
    max-width: 1120px;
    margin: 40px 50px 40px 0px;
}
.table>:not(caption)>*>* {
    padding: 1.2rem .9rem;
}
thead {
    background: #fff;
    border-bottom: 1px solid #cbcbcb;
}
th {
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: 500;
}
tbody {
    background-color: white;
    color: #79869F;
    border-bottom: 1px solid #e1e5ec;
}
button.complete {
    background: #00c5c112;
    padding: 2px;
    border: 1px solid #00c5c114;
    border-radius: 4px;
    color: #00C5C1;
    text-decoration: none;
}
.button-two {
    margin-left: 13.2%;
}
.button-two a{
    padding: 13px 14px;
    border: 2.4px solid #00A0CF;
    border-radius: 4px;
    background-color: transparent;
    color: #00A0CF;
    text-decoration: none;
    margin: 10px;
}
.button-two a:nth-child(2){
    background-color: #00A0CF;
    color: #ffffff;
    padding: 13px 40px;
}
.button-two a:nth-child(2) img{
    width: 30px;
    padding: 10px;
}
.center{
    text-align: center;
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #00A0CF;
}
.rang-box{
    position: relative;
    width: 100%;
    height: 8px;
    background-color: #79869F;
    border-radius: 40px;
}
.in-range{
    position: absolute;
    top: 0;left: 0;
    background-image: repeating-linear-gradient( #00A0CF 0%, #FF3A86 100%);
    width: 60%;
    height: 8px;
    border-radius: 40px;
}
.download-text {
    margin: 0px;
    font-size: 30px;
    font-family: 'Poppins';
    font-weight: 900;
    text-transform: uppercase;
}
.whole-button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 60px;
}

.whole-button > a {
    margin-left: auto;
    margin-right: 29px;
}

.whole-button a{
    background-color: #00A0CF;
    color: #ffffff;
    border: 1px solid;
    border-radius: 4px;
    padding: 13px 40px;
    text-decoration: none;
}
.button-four a:nth-child(3) {
    background-color: #f40561;
    color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 13px 40px;
}

.button-four a:nth-child(1) {
    margin-left: 0px;
}


.button-four a {
    padding: 13px 14px;
    border: 2.4px solid #000000;
    border-radius: 4px;
    background-color: #0c0c0c;
    color: #ffffff;
    text-decoration: none;
    margin: 10px;
}
.hook {
    max-width: 890px;
    margin: 50px auto;
}
.card-page {
    background: white;
    padding: 45px 15px;
    width: 100%;
    height: auto;
    border-radius: 7px;
}
.card-page h2 {
    font-family: 'Poppins';
    font-size: 26px;
    margin: 10px;
    font-weight: 900;
}
.card-page select.form-select {
    margin-top: 30px;
    margin-bottom: 40px;
}
.card-page .button-search {
    margin: 20px;
}
.card-page a{
    background-color: #00A0CF;
    color: #ffffff;
    border: 1px solid #00A0CF;
    border-radius: 6px;
    padding: 13px 70px;
    text-decoration: none;
}
.card-page select.second {
    margin: 30px 0px !important;
    border: none;
    background-image: url(img/dowm.svg) !important;
    background-position: left 6.75rem center;
    color:#00A0CF;
}
.cut-page {
    max-width: 450px;
    margin: auto;
    padding: 30px;
    background: white;
    height: 319px;
    margin-top: 83px;
}
.cut-page .form-select {
    margin: 20px 0 !important;
}
.cut-page a {
    padding: 12px 145px;
    background: #00A0CF;
    color: white;
    text-decoration: none;
    border-radius: 7px;
    margin-top: 20px;
}


@media(min-width: 1400px) and (max-width: 2000px) {
    table.table.caption-top {
        width: 100%;
        max-width: 1556px;
        margin: 40px 95px 40px 0px;
    }
    .button-four a {
        padding: 14px 48px;
    }
    .button-four a:nth-child(3) {

        padding: 16px 89px;
    }
    .whole-button a {
        padding: 14px 50px;
    }
    .select-group .form-select {
        padding: 16px 24px;
    }
    .button-search a {
        padding: 15px 53px;
    }
    .cut-page .form-select {
        margin: 25px 0 !important;
    }
    .cut-page {
        height: 366px;
    }
    .hook {
        max-width: 1039px;

    }

}

.wonder-btn{
    display: block;
    margin-left: auto;
    padding: 8px !important;
    margin-right: 62px;
}

.left-content {
    width: 100%;
    margin-left: auto;
    margin-top: 0;
}
.lead-text span{
    color: #00A0CF;
    font-size: 15px;
    font-family: "Poppins";
}
.lead-text strong{
    color: #FF3A86;
    font-size: 15px;
    font-family: "Poppins";
    font-weight: 500;
}
.logo{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}



/*=================New page adding start======================*/
.turn-left {
    margin-left: 8%;
    margin-right: auto;
    margin-top: 5%;
}
.icon-box {
    background: white;
    margin: 10px;
    display: flex;
    justify-content: space-around;
    padding: 15px 10px;
    align-items: center;
    border-radius: 4px ;
    box-shadow: 0px 0px 5px 0px #e8e8e8;
}
.circle-icon {
    background: #ecebeb;
    padding: 11px;
    border-radius: 50%;
}
.circle-icon img{
    width: 30px;
}
.circle-icontext p {
    color: black;
    font-size: 26px;
    font-weight: 900;
    font-family: "Poppins";
    margin-bottom: 0 !important;
    line-height: 28px;
}
.circle-icontext span {
    color: #A7A7A7;
    font-size: 15px;
    font-family: "Poppins";
    font-weight: 400;
}
.gonna-up{
    margin-left: 15%;
    margin-right: auto;
    margin-top: 50px;
}
.Recent-text{
    color: black;
    font-size: 23px;
    font-weight: 900;
    font-family: "Poppins";
}
td a {
    text-decoration: none;
    color: #79869F;
}
.go-button {
    padding: 13px 14px;
    border: 2.4px solid #00A0CF;
    border-radius: 4px;
    background-color: #00A0CF;
    color: #ffffff;
    text-decoration: none;

}
.Ellipse {
    width: 55px;
}
.Ellipse-text {
    color: black;
    font-weight: 500;
    margin-bottom: 0;
}

td .form-select {
    background-image: url(img/black.svg) !important;
    border: none;
    background-size: 10px;
    background-position: right 1rem center !important;
}
.goo-on {
    padding: 4px 14px !important;
}
.trash{
    width: 18px;
}
.gray-thead  {
    background: #EFEFEF;
}
.table {
    position: relative;
}
.plus-sign {
    position: absolute;
    bottom: -22%;
    right: 28%;
    z-index: 999;
}
.sky-up{
    margin-top: 0;
}
.turn-know {
    flex-direction: column;
    align-items: unset;
    padding: 10px 20px;
}
img.save-cash {
    width: 36px;
    margin-left: auto;
}
img.mile-img {
    width: 35px;
    border: 1px solid #e9ecef;
    border-radius: 50%;
    padding: 10px;
    margin: 2px;
}
.no-file{
    display: flex;
}
.Data-file a {
    background: transparent;
    border: 2px solid #00a0cf;
    padding: 5px 25px;
    border-radius: 3px;
    margin: 10px;
    text-decoration: none;
    color: #00a0cf;
}
.Data-click{
    background-color: #00a0cf !important;
    color: white !important;
}

th .form-select {
    background-image: url(img/black.svg) !important;
    border: none;
    background-size: 10px;
    background-position: right 1rem center !important;
}
.break{
    background-color: white;
}
.hide-file{
    display: none;
}
.active-datafile{
    display: block;
}
.new>:not(caption)>*>* {
    padding: .8rem .5rem !important;
}
.state-img{
    width: 22px;
    padding:2px;
}
td span {
    color: black;
}
.Plans-range {
    display: flex;
}
.Plans-range p:nth-child(2){
    margin-left: 50px;
}
.circle-icontext .edit-btn{
    background: #00a0cf;
    color: white;
    text-decoration: none;
    padding: 4px;
    border-radius: 6px;
    margin: 10px 0;
}
.again-turn{
    padding: 30px 12px;
}
.again-turn .circle-icontext p
{
    line-height: unset !important;
}
.white-box{
    background-color: white;
    margin-top: 40px;
    padding: 20px ;
    border-radius: 3px;
    height: 45vh;
}
.work-type{
    width: 24px;
    margin: 0 20px;
}
/* membership page hidden page css*/

section .hidden-section{
    width: 500px;
    height: 470px;
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) ;
    z-index: 10;
}
.overlay.active-overlay{
    display: block;
}
section .hidden-section .select-one{
    padding: 12px 7px;
    background-color: rgba(235, 235, 235, 0);
    border: 2.6px solid #CFCFCF;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 10px;
    margin: 8px 2px
}
.clear-hide{
    background-color: #00A0CF !important;
    border: 2.6px solid #cfcfcf3f !important;
    color: white !important;
}
.select-one p{
    font-family: 'Poppins';
    font-size: 22px;
    font-weight: 700;
}
.clear-hide .text-hide span {
    background: rgba(207, 207, 207, 0.541);
    color: white;
}
.text-hide span {
    background: #CFCFCF;
    border-radius: 15px;
    padding: 6px 9px;
    color: rgb(110, 110, 110);
}
.overlay{
    position: fixed;
    display: none;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: 200ms ease-in-out;
}
#pop-up{
    margin-top: 20px !important;
    margin-bottom: 40px !important;
}
.ecype{
    margin-bottom: 40px !important;
    margin-top: 20px !important;
}
.ecype.go-checkecype{
    display: none;
}
#view-click {
    border: none;
    background-image: url(img/dowm.svg) !important;
    background-position: right 3rem center;
    color: #00A0CF;
    background-repeat: no-repeat;
    background-color: transparent;
    padding-left: 10px;
    width: 30px;
}
.hide-ecype {
    margin-bottom: 20px !important;
    display: none;
    margin-top: 20px;
}
.hide-ecype.ecype-active{
    display: block;
}
.hide-ecype h3{
    color: #00a0cf;
    font-family: 'Poppins';
    font-weight: 900;
    margin-left: 10px;
}
.hide-ecype p{
    color: #7c7c7c;
    font-family: 'Poppins';
    margin-left: 10px;
}
.ecype2{
    margin-bottom: 40px !important;
    margin-top: 20px !important;
}
.ecype2.go-checkecype{
    display: none;
}
#view-click2 {
    border: none;
    background-image: url(img/dowm.svg) !important;
    background-position: right 3rem center;
    color: #00A0CF;
    background-repeat: no-repeat;
    background-color: transparent;
    padding-left: 10px;
    width: 30px;
}
.hide-ecype2 {
    margin-bottom: 20px !important;
    display: none;
    margin-top: 20px;
}
.hide-ecype2.ecype-active{
    display: block;
}
.hide-ecype2 h3{
    color: #00a0cf;
    font-family: 'Poppins';
    font-weight: 900;
    margin-left: 10px;
}
.hide-ecype2 p{
    color: #7c7c7c;
    font-family: 'Poppins';
    margin-left: 10px;
}

.check-circle{
    border: 1px solid gray;
    height: 30px;
    width: 30px;
    border-radius: 50%;
}
.clear-hide .check-circle{
    background-image: url(img/tyu.png) !important;
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    border: none;
}
@media(min-width: 300px) and (max-width: 800px) {
    .hidden-section{
        display: none;
    }
}

/*lead-search-menu-option*/
.serch-bar-option{
    background: white;
    width: 100%;
    max-width: 490px !important;
    border-radius: 4px;
    padding: 5px 13px;
    box-shadow: rgba(0, 0, 0, 0.1);
    margin: 30px 12px 12px;
}
.serch-bar-option input#search {
    width: 90%;
    border: none;
    margin: 0px 0px 0px 14px;
    padding: 8px;
}
.own-btn{
    margin-top: 27px;
}
.head-own
{
    background-color: #00A0CF;
    color: white;
}
.own-color
{
    background-color: #E4F7FD;
}
.head-own tr th{
    padding : 10px;
}

.own-color td{
    padding : 10px ;
}
.row-wise td{
    padding : 10px ;
}

.top-own-side {
    background-color: white;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
}
.margin-top
{
    margin-top: 0 !important;
}
.top-own-side p
{
    font-size: 20px;
    font-weight: 600;
}
.arrow-clickbtn{
    display: flex;
}
.arrow-clickbtn img{
    margin: 4px 20px;
}
.rang-box2 {
    position: relative;
    width: 64%;
    height: 13px;
    background-color: #79869F;
    border-radius: 0;
}
.rang-box2 .in-range {
    background-image: none;
}
.own-per
{
    display: flex;
    align-items: center;
    border-bottom: none;
}
.own-per p{
    font-weight: 900;
    color: black;
    margin-bottom: 0 !important;
    margin: 0 10px;
    font-size: 16px;
}
@media(min-width: 1400px) and (max-width: 2000px) {
    .big-own
    {
        max-width: 1620px;
    }
}
/*=============================Pop-up css start========================*/
.pop-up
{
    background-color: white;
    width: 100%;
    border-top: 1px solid #EBEBEB;
    padding: 5px 10px;
    color: rgb(151, 151, 151);
    display: none;
}
.pop-up.active-popup
{
    display: block;
}
.pop-up p
{
    padding: 10px;
    margin: 0;
}
.dark-popup p
{
    color: rgb(0, 0, 0) !important;
    font-weight: 600;
    cursor: pointer;
}
.light-popup
{
    display: flex;
    width: 50%;
    justify-content: space-between;


}

.light-popup > *
{
    flex : 1;
}
.dark-popup
{
    display: flex;
    width: 50%;
    justify-content: space-between;
}

.dark-popup > *
{
    flex : 1;
}


.hide-popupopen
{
    opacity: 0;
    visibility: hidden;
}
.hide-popupopen.open-popup
{
    opacity: 1;
    visibility: visible;
}

.hid-span, .hid-span2
{
    color: rgb(0, 0, 0) !important;
    font-weight: 600;
    padding: 10px;
    display: none;
}
.in-p
{
    display: flex;
}
.hid-span.show-span
{
    display: block;
}
.hid-span2.show-span
{
    display: block;
}

.membership-tabs
{
    display: flex;
    padding-top: 100px;
    grid-gap: 25px;
    max-width: 90%;
}

.tab-list
{
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 38px 41px -29px rgba(0, 91, 118, 0.27);
    padding : 15px;
    flex :1;
    text-align: center;
    font-weight: 600;
    color : #8695A0;
    cursor: pointer;
}

.tab-list-active
{
    background: #00A0CF;
    color : #fff;
}

.membership-content
{
    display: flex;
    grid-gap: 25px;
    max-width: 90%;
    font-family: 'Poppins', sans-serif;
    padding-top: 50px;
    padding-bottom : 100px;
}

.membership-card
{
    flex : 1;
    border-radius: 20px;
    box-shadow: 0px 38px 41px -29px rgba(0, 91, 118, 0.27);
    box-sizing: border-box;
    padding: 20px 30px;
    text-align: left;
    background: #fff;
}

.membership-card h1 , .membership-card h2
{
    font-size: 1.4rem;
    font-weight: 700;
}

.membership-card h2
{
    color : #00A0CF;
}

.bottom-area p
{
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 30px;
}

.read-more-btn
{

    background: #00A0CF;
    box-shadow: 0px 4px 41px 1px rgb(0 91 118 / 21%);
    border-radius: 19.4715px;
    color: #fff;
    display: block;
    margin: 10px auto;
    max-width: 80px;
    text-align: center;
    padding: 5px 23px;
    margin-bottom: -31px;
    margin-top: 33px;
    text-decoration: none;
    transition: all 0.4s;

}

.read-more-btn:hover
{
    color : #fff;
    transform: scale(1.15,1.15);
}

.features-membership
{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
    max-width: 90%;

}

.features-list-container
{
    display: flex;
    justify-content: flex-start;
    column-gap: 20px;
    align-items: center;
    padding: 10px 0px;
    width: 720px;
}

.features-list-container .list-check
{
    width: 24px;
}

.features-check
{
    width: 100%;
}

.features-list-container .list-check {
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    box-sizing: border-box;
    background: #00a0cf;
    padding: 6px;
    border-radius: 50%;
}

.tabs-members
{
    display: none;
}

.active-tab
{
    display: block;
}

.accordian-row {
    display: flex;
    align-items: center;
    grid-column-gap: 10px;
    justify-content: space-between;
}

.accordian-row .arrow-user
{
    cursor: pointer;
}

.arrow-up
{
    transform: rotate(180deg) !important;
}

.accordian h4 {
    font-size: 18px;
}

.accordian-none
{
    display: none !important;
}

.accordian
{
    width: 100%;
    padding: 14px;
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.09);
    border-radius: 6px;
    margin-bottom: 33px;
}

a.upgrade-btn.upgrade-darkblue {
    background: #143b63;
    padding: 10px 20px;
    color: #fff;
    border-radius: 6px;
    width: 90%;
    text-align : center;
}

a.upgrade-btn.upgrade-blue {
    background: #266db3;
    padding: 10px 20px;
    color: #fff;
    border-radius: 6px;
    margin-top : 9px;
    width: 90%;
    text-align : center;
}

.bottom-button {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    margin-top: 8px;
}


.menu-collapsed li a p {
    display: none !important;
}

.menu-collapsed .accordian {
    display: none;
}

.menu-collapsed a.upgrade-btn {
    padding: 0;
    background: transparent;
    max-width: 38px;
}

.menu-collapsed .bottom-button img {
    width: 100%;
    display: block;
    mix-blend-mode: multiply;
}

ul.menu-collapsed {
    width: 100%;
}

ul.menu-collapsed .logo .logo-full {
    display: none;
}

.colapased-btn {
    position: absolute;
    right: -30px;
    top: 12px;
    padding: 10px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 13px rgb(0 0 0 / 25%);
    cursor: pointer;
    transform: rotate(180deg);
}


.menu-collapsed .colapased-btn
{
    transform: rotate(0deg);
}

.menu-collapsed .upgrade-btn p {
    display: none !important;
}

.menu-collapsed a.upgrade-btn img {
    display: initial;
}

.logo-icon
{
    display : none;
}

.menu-collapsed .logo-icon
{
    display: initial;
}
a.upgrade-btn img {
    display: none;
}

.content-area
{
    flex-basis: 100%;
    padding : 70px;
}

.search-bar input[type="text"] {
    border: none;
    margin-left: 10px;
    border-bottom: 1px solid #979797;
    text-transform: capitalize;
    padding-bottom: 13px;
    min-width: 290px;
    width: 30%;
}

.search-bar input[type="text"]:focus , .search-bar input[type="text"]:focus-visible {
    border: none;
    border-bottom: 1px solid #3c3c3c;
    outline: none;
}

.content-header
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-primary
{
    background : #266DB3;
    padding : 10px 23px;
    border-radius: 6px;
    text-decoration: none;
}

.content-body table {
    width: 100%;
    margin-top : 50px;
}

img.contact-options-img {
    width: auto;
    filter: grayscale(100);
    opacity: 0.7;
}

img.contact-options-img[data-active="true"]
{
    filter: grayscale(0);
    opacity: 1;
}

.download
{
    width: 23px;
}

table td h5{
    font-family: "Poppins";
    font-size: 15px;
    margin: 0;
    font-weight: 300;
}


table th h5{
    font-size: 13px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Poppins";
}

table th {
    vertical-align: middle;
    padding-bottom: 14px;
}

table td
{
    padding : 13px 0px;
}

table tbody tr
{
    border-bottom: 1px solid #e9e9e9;
}
.contact-options {
    width: 75%;
    display: flex;
    justify-content: space-between;
    max-width: 126px;
    box-sizing: border-box;
    padding: 7px 0px;
    height: 31px;
}

/* membership page hidden page css*/

section .hidden-section{
    width: 500px;
    height: 470px;
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) ;
    z-index: 10;
}
.overlay.active-overlay{
    display: block;
}
section .hidden-section .select-one{
    padding: 12px 7px;
    background-color: rgba(235, 235, 235, 0);
    border: 2.6px solid #CFCFCF;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 10px;
    margin: 8px 2px
}
.clear-hide{
    background-color: #00A0CF !important;
    border: 2.6px solid #cfcfcf3f !important;
    color: white !important;
}
.select-one p{
    font-family: 'Poppins';
    font-size: 22px;
    font-weight: 700;
}
.clear-hide .text-hide span {
    background: rgba(207, 207, 207, 0.541);
    color: white;
}
.text-hide span {
    background: #CFCFCF;
    border-radius: 15px;
    padding: 6px 9px;
    color: rgb(110, 110, 110);
}
.overlay{
    position: fixed;
    display: none;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: 200ms ease-in-out;
}
#pop-up{
    margin-top: 20px !important;
    margin-bottom: 40px !important;
}
.ecype{
    margin-bottom: 40px !important;
    margin-top: 20px !important;
}
.ecype.go-checkecype{
    display: none;
}
#view-click {
    border: none;
    background-image: url(img/dowm.svg) !important;
    background-position: right 3rem center;
    color: #00A0CF;
    background-repeat: no-repeat;
    background-color: transparent;
    padding-left: 10px;
    width: 30px;
}
.hide-ecype {
    margin-bottom: 20px !important;
    display: none;
    margin-top: 20px;
}
.hide-ecype.ecype-active{
    display: block;
}
.hide-ecype h3{
    color: #00a0cf;
    font-family: 'Poppins';
    font-weight: 900;
    margin-left: 10px;
}
.hide-ecype p{
    color: #7c7c7c;
    font-family: 'Poppins';
    margin-left: 10px;
}
.ecype2{
    margin-bottom: 40px !important;
    margin-top: 20px !important;
}
.ecype2.go-checkecype{
    display: none;
}
#view-click2 {
    border: none;
    background-image: url(img/dowm.svg) !important;
    background-position: right 3rem center;
    color: #00A0CF;
    background-repeat: no-repeat;
    background-color: transparent;
    padding-left: 10px;
    width: 30px;
}
.hide-ecype2 {
    margin-bottom: 20px !important;
    display: none;
    margin-top: 20px;
}
.hide-ecype2.ecype-active{
    display: block;
}
.hide-ecype2 h3{
    color: #00a0cf;
    font-family: 'Poppins';
    font-weight: 900;
    margin-left: 10px;
}
.hide-ecype2 p{
    color: #7c7c7c;
    font-family: 'Poppins';
    margin-left: 10px;
}

.check-circle{
    border: 1px solid gray;
    height: 30px;
    width: 30px;
    border-radius: 50%;
}
.clear-hide .check-circle{
    background-image: url(img/tyu.png) !important;
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    border: none;
}
@media(min-width: 300px) and (max-width: 800px) {
    .hidden-section{
        display: none;
    }
}

/*lead-search-menu-option*/
.serch-bar-option{
    background: white;
    width: 100%;
    max-width: 490px !important;
    border-radius: 4px;
    padding: 5px 13px;
    box-shadow: rgba(0, 0, 0, 0.1);
    margin: 30px 12px 12px;
}
.serch-bar-option input#search {
    width: 90%;
    border: none;
    margin: 0px 0px 0px 14px;
    padding: 8px;
}
.own-btn{
    margin-top: 27px;
}
.head-own
{
    background-color: #00A0CF;
    color: white;
}
.own-color
{
    background-color: #E4F7FD;
}
.head-own tr th{
    padding : 10px;
}

.own-color td{
    padding : 10px ;
}
.row-wise td{
    padding : 10px ;
}

.top-own-side {
    background-color: white;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
}
.margin-top
{
    margin-top: 0 !important;
}
.top-own-side p
{
    font-size: 20px;
    font-weight: 600;
}
.arrow-clickbtn{
    display: flex;
}
.arrow-clickbtn img{
    margin: 4px 20px;
}
.rang-box2 {
    position: relative;
    width: 64%;
    height: 13px;
    background-color: #79869F;
    border-radius: 0;
}
.rang-box2 .in-range {
    background-image: none;
}
.own-per
{
    display: flex;
    align-items: center;
    border-bottom: none;
}
.own-per p{
    font-weight: 900;
    color: black;
    margin-bottom: 0 !important;
    margin: 0 10px;
    font-size: 16px;
}
@media(min-width: 1400px) and (max-width: 2000px) {
    .big-own
    {
        max-width: 1620px;
    }
}
/*=============================Pop-up css start========================*/
.pop-up
{
    background-color: white;
    width: 100%;
    border-top: 1px solid #EBEBEB;
    padding: 5px 10px;
    color: rgb(151, 151, 151);
    display: none;
}
.pop-up.active-popup
{
    display: block;
}
.pop-up p
{
    padding: 10px;
    margin: 0;
}
.dark-popup p
{
    color: rgb(0, 0, 0) !important;
    font-weight: 600;
    cursor: pointer;
}
.light-popup
{
    display: flex;
    width: 50%;
    justify-content: space-between;


}

.light-popup > *
{
    flex : 1;
}
.dark-popup
{
    display: flex;
    width: 50%;
    justify-content: space-between;
}

.dark-popup > *
{
    flex : 1;
}


.hide-popupopen
{
    opacity: 0;
    visibility: hidden;
}
.hide-popupopen.open-popup
{
    opacity: 1;
    visibility: visible;
}

.hid-span, .hid-span2
{
    color: rgb(0, 0, 0) !important;
    font-weight: 600;
    padding: 10px;
    display: none;
}
.in-p
{
    display: flex;
}
.hid-span.show-span
{
    display: block;
}
.hid-span2.show-span
{
    display: block;
}

.membership-tabs
{
    display: flex;
    padding-top: 25px;
    grid-gap: 25px;
    max-width: 90%;
}

.tab-list
{
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 38px 41px -29px rgba(0, 91, 118, 0.27);
    padding : 15px;
    flex :1;
    text-align: center;
    font-weight: 600;
    color : #8695A0;
    cursor: pointer;
}

.tab-list-active
{
    background: #00A0CF;
    color : #fff;
}

.membership-content
{
    display: flex;
    grid-gap: 25px;
    max-width: 90%;
    font-family: 'Poppins', sans-serif;
    padding-top: 50px;
}

.membership-card
{
    flex : 1;
    border-radius: 20px;
    box-shadow: 0px 38px 41px -29px rgba(0, 91, 118, 0.27);
    box-sizing: border-box;
    padding: 20px 30px;
    text-align: left;
    background: #fff;
}

.membership-card h1 , .membership-card h2
{
    font-size: 1.4rem;
    font-weight: 700;
}

.membership-card h2
{
    color : #00A0CF;
}

.bottom-area p
{
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 30px;
}

.read-more-btn
{

    background: #00A0CF;
    box-shadow: 0px 4px 41px 1px rgb(0 91 118 / 21%);
    border-radius: 19.4715px;
    color: #fff;
    display: block;
    margin: 10px auto;
    max-width: 80px;
    text-align: center;
    padding: 5px 23px;
    margin-bottom: -31px;
    margin-top: 33px;
    text-decoration: none;
    transition: all 0.4s;

}

.read-more-btn:hover
{
    color : #fff;
    transform: scale(1.15,1.15);
}

.features-membership
{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
    max-width: 90%;

}

.features-list-container
{
    display: flex;
    justify-content: flex-start;
    column-gap: 20px;
    align-items: center;
    padding: 10px 0px;
    width: 720px;
}

.features-list-container .list-check
{
    width: 24px;
}

.features-check
{
    width: 100%;
}

.features-list-container .list-check {
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    box-sizing: border-box;
    background: #00a0cf;
    padding: 6px;
    border-radius: 50%;
}

.tabs-members
{
    display: none;
}

.active-tab
{
    display: block;
}

.headline-container {
    display: flex;
    align-items: center;
}

.headline-container h1 {
    font-size: 2rem;
    font-weight: 400;
    padding-right: 32px
}

.monthly-switch
{
    display: flex;
    align-items: center;
    column-gap: 15px;

}

.monthly-switch h5 {
    color: #545454;
    font-weight: 400;
}

/* Switch button css */

.switch {
    position: relative;
    display: inline-block;
    width: 49px;
    height: 34px;
    height: 25px;
}


.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}



input:checked + .slider {
    background-color: #000;
}

input:focus + .slider {
    box-shadow: 0 0 1px #000;
}

input:checked + .slider:before {
    -webkit-transform: translateX(21px);
    -ms-transform: translateX(21px);
    transform: translateX(21px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.monthly-switch h5 em {
    font-size: 14px;
    font-style: normal;
    color: #000;
}



.search-input {
    padding-left: 10px;
    display: flex;
    width: 100%;
    column-gap: 18px;
}

input.search-input-main {
    width: 60%;
    border: none;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 5px;
}

input.search-input-main:focus ,input.search-input-main:focus-visible
{
    border: none;
    border-bottom: 1px solid #000000;
    outline: none;
}

.content-search-blank
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
        position: relative;
        max-width: 90vw;
}

.content-area-search:after {
    content: '';
    position: absolute;
    width: 92%;
    height: 741px;
    background: url(img/bg-search.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    left: 0;
    top: 7px;
}



.content-box-niche
{
    flex-basis: 30%;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 8px;
    background: #ECECEC;
    position: relative;
    font-family: "Poppins";
    max-width: 264px;

}

.content-box
{
        flex-basis: 100%;
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 24px;
    column-gap: 24px;
}

.content-download {
       background: #F7F7F8;
    flex-basis: 20%;
    max-width: 350px;
    margin: 30px 0;
    border-radius: 12px;
    padding: 20px;
    position: relative;
    margin-right: -21%;
    z-index: 99;
    height: 0;
}
img.arrow-outsideblue-none {
   display : none;
    
}
img.arrow-outsideblue {
    position: absolute;
    left: -33px;
    top: 33px;
    width: 28px;
    display : block;
    cursor : pointer;
    
}



.content-download-active img.arrow-outsideblue
{
    
    display : none;
}

.content-download-active
{
    margin-right: 0%;
    height: auto;
}
.progress
{
    height: 1.4rem;
    background: #FFFFFF;
}

.headline-niche {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.data-container {
    display: flex;
    justify-content: space-between;
    grid-gap: 10px;
}

.data-box
{
    background: #fff;
    border-radius: 8px;
    padding : 8px;
}



.result-type {
    padding: 5px 15px;
    border-radius: 35px;
    display: inline-block;

    font-size: 1rem;

    font-weight: 600;
    margin-bottom: 16px;
}
.matched .result-type
{
    border: 1px solid #266db3;
    color: #266db3;
    background: #EAFAFF;
}

.related-niche .result-type {
    border: 1px solid #B4B4B4;
    color: #707070;
    background: #E2E2E2;

}


.matched .result-type:after {
    content: 'Matched';

}

.related-niche .result-type:after {
    content: 'Related niche';

}

.progress-bar h5
{
    margin : 0;
}

.headline-niche {
    border-bottom: 1px solid #2222;
    margin-bottom: 10px;
    margin-top: 15px;
}

.headline-niche h5 {
    font-size: 1rem;
    font-weight: 600;

}

.data-box h5 {
    font-size: 0.9rem;
    font-weight: 500;
}

.data-box h2 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #266db3;
}

.previous-download > h5 {
    color: #717171;
    font-size: 1rem;
    font-weight: 600;
    margin-top: 11px;
}

.progress-bar
{
    background: #55c15a;
}

.progress-bar h5
{
    font-size: 1rem;
}

.content-box-niche.matched
{
    border: 2px solid #266db3;
}

.credits {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-family: "Poppins";
}

.credits p {
    margin-bottom: 0px;
}

.credits h4
{
    margin-bottom: 0px;
    font-weight: 600;
    color : #00A0CE;
}

.audience-details {
    display: flex;
    align-items: center;
    margin: 0px;
    column-gap: 10px;
    padding: 18px;
    font-family: "Poppins";
    text-align: center;
}

.audience-details h5
{
    margin-bottom: 0px;
    width: 100%;
    font-size: 15px;
    text-align: center;
    padding-bottom: 0px;
    font-weight: 600;
    color: #565757;
}

.content-list h5
{
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    color: #535454;
}

.search-tab {
    width: 100%;
    padding: 16px;
    padding-left : 45px;
    background: #fff;
}

.pie_chart {
    width: 68%;
    padding: 20px 0px;
    margin: auto;
    display: block;
}

.content-list
{
    padding: 18px;
    font-family: "Poppins";
}

.content-list h3
{
    font-size: 1.1rem;
    font-weight: 600;
    padding-bottom: 14px;
    color: #535454;
}
.list-containers
{
    margin-top: 20px;
}
.title-description {
    display: flex;
    grid-gap: 1px;
    padding : 3px 0px;
}

.title-description h4
{
    color  : #222121;
    flex-basis: 80%;
}

.title-description h5
{
    color  : #707070;
}

.title-description .blue
{
    color : #00A0CE;
}

.title-description h4 , .title-description h5
{
    font-size: 1rem;
}

.filter-options
{
    display: flex;
    justify-content: center;
    padding-top: 15px;
}
.filter-phone
{
    color: #535454;
}
.filter-box
{
    padding: 0 20px;
    text-align: center;

}

.box-selection
{
    display: flex;
    column-gap: 10px;
    justify-content: center;
    padding-bottom: 7px;
    position: relative;
    margin-left: -13px;
}

.box-selection:hover .popup-upgrade
{
    display: block;
}

.box-image-select
{
    height: 20px;
    cursor: pointer;
}

.filter-box:last-child .box-selection .popup-upgrade
{
    left: -230px;
    background : url(./img/popup-last.png);
    background-size: 100% 100%;
}

.box-selection
{
    padding-top: 11px;
}

.box-selection input[type="checkbox"]
{
    border-color:#009fcd;
}
input[type="checkbox"]:before {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #266DB3;
    border-radius: 5px;
    content: "";
    background: #FFF;
    cursor: pointer;
}
input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    width: 1.5ex;
    height: 0.8ex;
    background: rgba(0, 0, 0, 0);
    margin-top: -15px;
    margin-left: 4px;
    border: 3px solid #266DB3;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.box-cursor
{
    padding-top: 2px;
}

.box-cursor .box-image-select
{
    height: 30px;
}

.filter-box h5
{
    font-size: 15px;
}

.filter-box.left-side-border {
    border-right: 1px solid #009fcd;
}

.validate-email {
    text-align: center;
    padding-top: 30%;
    margin: auto;
    max-width: 289px;
    position : relative;
}

.validate-email h4 {
    font-size: 15px;
    margin-bottom: 0 !important;
    margin-top: 5px;
}

.cost-total
{
    margin-top: 30px;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 220px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cost-total .download {
    padding: 9px 12px;
    background-color: #266DB3;
    color: white;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    text-decoration: none;
    width: 45%;
}
.cost-total .download::after {
    content: "";
    background-image: url("img/Vector (3).svg");
    background-repeat: no-repeat;
    background-size: 39px;
    width: 43px;
    height: 74px;
    position: absolute;
    top: 0px;
    right: -38px;
}
.cost-total img
{
    width: 40%;
}
.select-niche
{
    position: absolute;
    cursor: pointer;
    top: -5%;
    right: 6%;
    background: url(./img/plus_black.svg);
    background-size: 100% 100%;
    width: 32px;
    height: 32px;
}

.select-active-niche
{
    position: absolute;
    cursor: pointer;
    top: -5%;
    right: 6%;
    background: url(./img/check_green.svg);
    background-size: 100% 100%;
    width: 32px;
    height: 32px;

}

.graph-container
{
    width: 200px;
    height: 200px;
    position: relative;
    margin : 0 auto;

}

.pie_chart-1 {
    width: 200px;
    height: 200px;

}
.text-container-circle
{
    position: absolute;
    top : 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
}
.pie_chart
{
    margin : 0 auto;
}

.text-container-circle {
    text-align: center;
    font-family: 'Poppins';
}

.text-container-circle h5 {
    color: #266DB3;
    margin: 0;
    font-size: 16px;
}

.text-container-circle h4 {
    color: #002b36;
    margin: 0;
    font-size: 19px;
}

.slidecontainer-select {
    width: 100%; /* Width of the outside container */
    position: relative;
    height: 30px;
    margin: auto;
}

div#demo {
    position: absolute;
    bottom: -19px;
    color: #266DB3;
    text-align: center;
}


div#demo h5 {
    position: absolute;
    font-size: 12px;
    text-align: center;
    width: 160px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 400;
    color: #266DB3;
}

.total-number
{
    font-weight: 600;
}

.progress-slider-white
{
    position: absolute;
    height: 4px;
    left: 0;
    background: #fff;
    z-index: 9;

}


.progress-slider
{
    position: absolute;
    height: 4px;
    left: 0;
    background: #266DB3;
    z-index: 99;

}

.box-dragging
{
    position: absolute;
    height: 15px;
    width : 15px;
    left: auto;
    top : 2px;
    transform : translateY(-50%);
    background: #266DB3;
    border-radius : 50%;
    z-index: 1000;
}

.progress-slider-green
{
    position: absolute;
    height: 4px;
    left: 0;
    background: #55c15a;
     z-index: 999;
}
.min-max
{
    position: absolute;
    top : -20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
/* The slider itself */
.slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 4px;
    background: #646464;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
    opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    width: 15px; /* Set a specific slider handle width */
    height: 15px; /* Slider handle height */
    background: transparent; /* Green background */
    cursor: pointer; /* Cursor on hover */
    border-radius: 50%;
}

.slider::-moz-range-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    width: 15px; /* Set a specific slider handle width */
    height: 15px; /* Slider handle height */
    background: transparent; /* Green background */
    cursor: pointer; /* Cursor on hover */
    border-radius: 50%;
}

.content-list .modify-audience {
    font-size: 15px;
    padding-top: 60px;
    text-align: center;
    padding-bottom: 40px;
    font-weight: 600;
    color: #535454;
}


.contact-points {
    font-size: 15px;
    padding-top: 40px;
    text-align: center;
    padding-bottom: 0px;
    font-weight: 600;
    color: #919191;
}
.min-max h4 {
    font-size: 11px;
}

.popup-upgrade {
    position: absolute;
    background: url(./img/popup.png);
       background-size: 100% 100%;
    padding: 25px 16px;
    padding-bottom: 31px;
    top: 0;
    width: 250px;
    margin-left: 20px;
    display: none;
    transform: translateY(-100%);
    z-index: 999;
}

.popup-upgrade a {
    background: #7fb1df;
    color: #11385c;
    padding: 5px 20px;
    width: 100%;
    display: inline-block;
    font-size: 15px;
    text-decoration: none;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 15px;
    border-top: none !important;
    border-left: none !important;
    border: 5px solid #d8d9d8;
    font-weight: bold;
}

.popup-upgrade h4 {
    font-size: 15px;
    color: #fff;
}

.popup-upgradenew {
    position: absolute;
    background: url(./img/popup-last.png);
    background-size: 100% 100%;
    padding: 20px 15px;
    padding-bottom: 19px;
    width: 268px;
    top: 0px;
    display: none;
    text-align: center;
    transform: translateY(-100%);
}


.popup-upgradenew a {
    background: #64a1fb;
    color: #11385c;
    padding: 5px 20px;
    width: 100%;
    display: inline-block;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    border-radius: 10px;
    margin-top: 10px;
    border-top: none !important;
    border-left: none !important;
    border: 5px solid #d8d9d8;
}
.popup-upgradenew .dark {
    background: #11385c;
    margin-bottom: 15px;
    color: white;
    border: 5px solid #d8d9d8;
}


.popup-upgradenew h4 {
    font-size: 15px;
    color: #fff;
}
.cost-total:hover .popup-upgradenew
{
    display: block;
}
.all-icon {
    display: flex;
}
.all-icon img{
    width: 15px;
    color: #00a0ce;
    margin: 5px;
}
/*======================overlay page css====================*/
#overlay{
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: 200ms ease-in-out;
    z-index: 99999999;
    display: none;
}
#overlay.active-overlay
{
    display: block;
}
section .hidden-section2 {
    width: 254px;
    height: 170px;
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column ;
}
section .hidden-section2 a{
    background: #64a1fb;
    color: rgb(251, 251, 251);
    padding: 10px 20px;
    display: inline-block;
    width: 50%;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    border-radius: 10px;
    margin: 10px auto ;
}
.support-img
{
    width: 28px;
    margin-left: 50px;
}
.vali-com img
{
    width: 25px;
}
.see-vaili
{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 20px;
}
.vali-com input[type="checkbox"]:checked::after {
    content: '';
    width: 59px !important;
    background-image: url(img/toggle.svg);
    background-repeat: no-repeat;
    height: 100px;
    background-size: 37px;
    border: none;
    transform: rotate(
        0deg);
    margin-left: -1px;
    margin-top: -20px;
}
.vali-com input
{
    margin: 4px;
}
.vali-com h4{
    color:#266DB3;
    margin-top: 15px;
    margin-left: 30px;
}

.validate-email h3
{
    font-size: 15px;
}
.flex-boxs {
    display: flex;
}
.flex-boxsline {
    width: 15px;
    height: 1px;
    background-color: #009AD2;
    margin: 9px 12px;
}
h5.blue {
    width: 8px;
    text-align: right;
}
.blue_next{
    text-align: right;
}

div#pie-chart:after {
    content: '';
    position: absolute;
    width: 60%;
    height: 60%;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    z-index: 2;
}

div#pie-chart:before {
    content: '';
    background: #11375C;
    position: absolute;
    z-index: 0;
    width: 90%;
    height: 90%;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    border-radius: 50%;
}

div#pie-chart.pie_chart-2::before
{
    display: none;
}


.pie_chart-1 svg {
    vertical-align: middle;
    z-index: 1;
    position: relative;
}

a.support-btn img {
    width: 100%;
}

a.support-btn {
    width: 20px;
}


.terms-conditions {
        display: none;
    width: 90%;
    max-width: 700px;
    overflow-y: scroll;
    height: 50vh;
    min-height: 400px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 99999;
    background: #fff;
    padding: 27px;
    border-radius: 10px;
    box-shadow: 0 3px 9px rgb(0 0 0 / 25%);
}

.terms-conditions-active
{
    display : block;
}

.terms-conditions h1
{
    font-size : 20px;

}


.terms-conditions h2
{
    font-size : 16px;
        padding : 10px;
    background: #f6f6f6;
}

.terms-conditions p
{
    text-align : left;
    padding : 10px;
}

a.close-btn {
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    display: block;
    margin-left: auto;
    max-width: 60px;
    margin-bottom: 20px;
}

.checkbox-container {
    display: flex;
    grid-gap: 16px;
    margin-top: 20px;
}

.search-sugestions {
    display : none;
    padding: 10px;
    margin-left: 37px;
    -webkit-box-shadow: 7px 5px 14px -1px rgb(166 166 166);
    -moz-box-shadow: 7px 5px 14px -1px rgba(166,166,166,1);
    box-shadow: 3px 2.5px 3px -1px rgb(166 166 166 / 30%);
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    width: 70%;
}

.search-sugestions-active {
    display: block;
    max-height: 180px;
    overflow-y: scroll;
}



a.niche-name {
    color: #5a5a5a;
    display: block;
    text-decoration: none;
    padding: 4px;
    border-bottom: 1px solid #e7e7e7;
}

a.niche-name:last-child {
    border-bottom: none;
}

input#myRange {
    width: 100% !important;
}

.audience-details .arrow-blue {
    cursor: pointer;
}

.arrow-outsideblue-none
{
    display : none;
}

td.status-value h5 {
    background: #f1f1f1;
    margin: 10px 0px;
    padding: 13px 0px;
    text-align: center;
}

a.notification-btn {
    width: 20px;
    display: inline-block;
    margin: 0px 20px;
}

a.notification-btn img
{
   width: 100%; 
}

.search-input
{
    position : relative;
}
  
  .notification-box {
        position: absolute;
    padding: 0px;
    background: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 18%);
    right: 80px;
    top: 47px;
    max-width: 430px;
        display: none;
            z-index: 99999999;
}  

.notification-box-active
{
    display : block;
}

a.notification-btn {
    position: relative;
}

a.notification-btn:after {
    content: '';
    width: 7px;
    height: 7px;
    top: 0;
    background: red;
    position: absolute;
    border-radius: 50%;
}

.notification-head {
       display: flex;
    text-align: center;
    align-items: center;
    padding: 15px 15px;
}

.notification-card {
    box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
    display: flex;
    box-sizing: border-box;
    align-items: center;
}



.notification-head h1 {
    font-size: 19px;
    margin: 0;
    flex-basis: 100%;
    text-align: center;
    font-family: "Poppins";
}

.notification-head img {
    width: 25px;
}

.notification-icon {
    padding: 5px 23px;
}

.notification-icon img {
    width: 34px;
}

.notification-description  {
    flex-basis: 100%;
}

.action h5 {
    color: #b1b1b1;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 13px;
    padding-top: 0px;
}

.action img {
       width: 14px;
    display: inline-block;
    cursor: pointer
}

.action {
    min-width: 79px;
    text-align: right;
    padding: 20px 10px;
}
.notification-description h2 {
    font-family: "Poppins";
    font-size: 16px;
    margin: 0;
    flex-basis: 100%;
}

.notification-description p
{
    margin-bottom : 0px;
}

input.all-check {
    margin-right: 11px;
}

a.blue-button {
    background: #143b63;
    color: #fff;
    padding: 10px 22px;
    line-height: 100%;
    text-decoration: none;
    border-radius: 8px;
        margin-right: 18px;
            cursor: pointer;
}


a.skyblue-button
{
    background: #266db3;
    color: #fff;
    padding: 10px 22px;
    line-height: 100%;
    text-decoration: none;
    border-radius: 8px;
    
}
.Account-BasicsMainbox {
    display: flex;
    justify-content: center;
    margin: 50px;
}
.AccountBasics-Box{
background: #F7F7F8;
border: 1px solid #EAEAED;
box-sizing: border-box;
border-radius: 7px;
max-width: 543px;
height: 550px;
width: 100%;
padding: 30px;
margin: 20px;
display: none;
}
.active-chooselink{
    display: block !important;
}
.form-fill {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 9px;
}
.Account-chooselink {
    margin: 40px;
}
.Account-chooselink h4 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    line-height: 19.5px;
    padding: 10px;
    background: #FFFFFF;
   box-sizing: border-box;
   color: #606060;
border-radius: 3px;
cursor: pointer;
}
.Account-chooselink .active-clickacc{
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.09);
    border: 1px solid #E1E1E1;
    color: black;
}
.AccountBasics-Box h2 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 21px;
    line-height: 31px;
    margin: 15px 5px;
}
.AccountBasics-Box form {
    display: flex;
    flex-wrap: wrap;
}
.AccountBasics-Box form label {
    font-family: 'Poppins';
    font-size: 14px;
    line-height: 19.5px;
    font-weight: 400;
    color: #626262;
}
.AccountBasics-Box form  input{
    font-family: 'Poppins';
    font-size: 14px;
    line-height: 19.5px;
    font-weight: 400;
    color: #626262;
    background: #F7F7F8;
    border: 1px solid #EAEAED;
    box-sizing: border-box;
    border-radius: 7px;
    padding: 10px;
    margin: 10px 0;
}
.AccountBasics-Box form input[type="submit"] {
    background: #6580E9 !important;
    color: white !important;
    border-radius: 0 !important;
    margin: 10px;
}
.Payment-Boxbig{
    background: #F7F7F8;
    border: 1px solid #EAEAED;
    box-sizing: border-box;
    border-radius: 7px;
    max-width: 543px;
    height: 400px;
    width: 100%;
    padding: 30px;
    margin: 20px;
    display: none;
    }
    .Payment-Boxbig h2 {
        font-family: 'Poppins';
        font-size: 16px;
        margin: 10px 0;
    }
    .payment-box {
        display: flex;
        justify-content: space-between;
        background: #FFFFFF;
         border: 1px solid #C6C6C6;
        box-sizing: border-box;
       border-radius: 5px;
       padding: 10px 20px;
    }
    .payment-box .one p {
        font-size: 14px;
        font-weight: 400;
        font-family: 'Poppins';
    }
    .phone-pay{
        width: 100px;
        margin-right: 20px;
    }
    .vissa{
        width: 70%;
        margin-bottom: 20px;
    }
    .payment-box a{
        background: #5CB85C;
        border-radius: 3px; 
        padding: 2px 6px; 
        color: white;
        text-decoration: none;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Poppins';
    }
    .payment-box select#cars {
        border: none !important;
        font-family: 'Poppins';
        font-size: 14px;
    }
    .Apps-Boxbig{
        background: #F7F7F8;
        border: 1px solid #EAEAED;
        box-sizing: border-box;
        border-radius: 7px;
        max-width: 543px;
        min-height: 450px;
        width: 100%;
        padding: 30px;
        margin: 20px;
        display: none;
        }
        .apps-img {
            margin: 10px;
            background: #FFFFFF;
            border: 1px solid #DADADA;
            box-sizing: border-box;
            border-radius: 4px;
            padding: 10px;
            width: 50%;
            height: 100px;
        }
        .white-app .flex-box{
            display: flex;
        }
        .apps-img img {
            display: table;
            margin: auto;
            margin-top: 10px;
        }
        .lite{
            margin-top: 30px !important;
        }
        .ride{
            margin-top: -16px !important;
        }
img.arrow-outsideblue { 
   left: -59px !important;
   display  : none;
}

.download-btn
{
    position : relative;
    border : none;
    box-sizing : none;
        background: #fff;
}

.download-btn:hover .dropdown-contact
{
    display : block;
}


.dropdown-contact
{
       position: absolute;
    background: #fff;
    padding: 10px 22px;
    top: 0px;
    display: none;
    box-shadow: 0px 1px 10px 3px rgb(0 0 0 / 12%);
    z-index: 9;
    text-align: left;
    border-radius : 6px;
}

.backdrop-box
{
    position : fixed;
    background : rgba(0,0,0,0.3);
    display : flex;
    justify-content : center;
    align-items : center;
    z-index : 9999;
        width: 100%;
    height: 100%;
}

.walkthrough-box
{
    padding : 25px;
    background : #fff;
    border-radius : 10px;
    margin : auto;

    text-align : center;
}

.walkthrough-box h1 {
    font-family: 'POPPINS';
    font-size: 1.5rem;
    text-align: center;
    font-weight: 600;
}

.walkthrough-box h1 {
    font-family: 'POPPINS';
    font-size: 1.5rem;
    text-align: center;
    font-weight: 600;
}

.walkthrough-btn {
    background: #143B63;
    border: none;
    padding: 8px 20px;
    border-radius: 14px;
    color: #fff;
    font-family: 'Poppins';
    
}
a.walkthrough-btn {
    color: #fff;
    text-decoration: none;
}

.skip-btn
{
   font-family: 'Poppins';
   background : transparent;
   color : #000;
   border : none;
   box-shadow : none;
}

.walkthrough-box p
{
   font-family: 'POPPINS';
   font-size : 15px;
   font-weight: 400;
    text-align: center;
}

.button-container
{
    display : flex;
    justify-content : center;
    grid-gap : 0px 10px;
        align-items: center;
        
}

.backdrop-box2 .walkthrough-box {
    padding: 35px;
    background: white;
    position: absolute;
    width: 26vw;
    left: 10px;
    z-index: 9999;
    text-align: left !important;
    top: 50px;
    font-size: 13px;
    font-family: "Poppins",sans-serif;
    color: black;
    font-weight: 600;
}
.backdrop-box3 .walkthrough-box {
    padding: 35px;
    background: white;
    position: absolute;
    width: 26vw;
    left: 10px;
    z-index: 9999;
    text-align: left !important;
    top: 50px;
    font-size: 13px;
    font-family: "Poppins",sans-serif;
    color: black;
    font-weight: 600;
}
.backdrop-box4 .walkthrough-box {
    padding: 35px;
    background: white;
    position: absolute;
    width: 26vw;
       transform: translateX(-87%);
    left: -50%;
    z-index: 9999;
    text-align: left !important;
    top: 50px;
    font-size: 13px;
    font-family: "Poppins",sans-serif;
    color: black;
    font-weight: 600;
}
/*.backdrop-box2,.backdrop-box3,.backdrop-box4,.backdrop-box5,.backdrop-box6  .walkthrough-box h1{*/
/*    text-align: left !important;*/
/*}*/
.backdrop-box2 .walkthrough-box:after {
    content: "";
    position: absolute;
    left: 9px;
    top: -11px;
    border-top: 25px solid white;
    border-left: 25px solid #5969c100;
    transform: rotate(-45deg);
}
.backdrop-box3  .walkthrough-box:after {
    content: "";
    position: absolute;
    left: 9px;
    top: -11px;
    border-top: 25px solid white;
    border-left: 25px solid #5969c100;
    transform: rotate(-45deg);
}
.Wallkbackground{
       position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background:rgba(0,0,0,0.3);
    z-index : 99;
}
.backdrop-box2,.backdrop-box3,.backdrop-box4,.backdrop-box5,.backdrop-box6 , .backdrop-box7,.backdrop-box8,.backdrop-box10,.backdrop-box11,.backdrop-box12,.backdrop-box13,.backdrop-box14 {
    display: none;
    z-index: 999;
}

 .backdrop-box4 .walkthrough-box:after {
    content: "";
    position: absolute;
    right: -12px;
    top: 12px;
    border-top: 25px solid white;
    border-left: 25px solid #ffffff;
    transform: rotate(45deg);
}
.backdrop-box5 .walkthrough-box {
    padding: 35px;
    background: white;
    position: absolute;
    width: 26vw;
    transform: translateX(-135%);
    left: 50%;
    z-index: 9999;
    text-align: left !important;
    top: 27%;
    font-size: 13px;
    font-family: "Poppins",sans-serif;
    color: black;
    font-weight: 600;
}
.backdrop-box5 .walkthrough-box:after {
    content: "";
    position: absolute;
    right: -12px;
    bottom: 43px;
    border-top: 25px solid white;
    border-left: 25px solid #ffffff;
    transform: rotate(45deg);
}
.backdrop-box6 .walkthrough-box {
        padding: 35px;
    background: white;
    position: absolute;
    width: 26vw;
    transform: translatex(-134%);
    left: 50%!important;
    z-index: 9999;
    text-align: left !important;
    top: -278px;
    font-size: 13px;
    font-family: "Poppins",sans-serif;
    color: black;
    font-weight: 600;
}
.backdrop-box6 .walkthrough-box:after {
    content: "";
    position: absolute;
    right: -12px;
    bottom: 43px;
    border-top: 25px solid white;
    border-left: 25px solid #ffffff;
    transform: rotate(45deg);
}




.showwalk{
     display: block;
}

.backdrop-box-none
{
    display : none;
}


.walkthrough-box em {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    text-align: center !important;
    background: #edf6ff;
    padding: 14px;
    display: block;
    margin: 10px 0px;
    border: 1px solid #a4d1ff;
}

.cost-total
{
    position : relative;
}

.backdrop-box7 .walkthrough-box {
    padding: 35px;
    background: white;
    position: absolute;
    width: 26vw;
    transform: translatex(-134%);
    left: 50%!important;
    z-index: 9999;
    text-align: left !important;
    top: -74px;
    font-size: 13px;
    font-family: "Poppins",sans-serif;
    color: black;
    font-weight: 600;
}
.backdrop-box7 .walkthrough-box:after {
    content: "";
    position: absolute;
    right: -12px;
    bottom: 43px;
    border-top: 25px solid white;
    border-left: 25px solid #ffffff;
    transform: rotate(45deg);
}

.backdrop-box8 .walkthrough-box {
    padding: 35px;
    background: white;
    position: absolute;
    width: 26vw;
    transform: translatex(-134%);
    left: 50%!important;
    z-index: 9999;
    text-align: left !important;
    top: -200px;
    font-size: 13px;
    font-family: "Poppins",sans-serif;
    color: black;
    font-weight: 600;
}
.backdrop-box8 .walkthrough-box:after {
    content: "";
    position: absolute;
    right: -12px;
    bottom: 43px;
    border-top: 25px solid white;
    border-left: 25px solid #ffffff;
    transform: rotate(45deg);
}


.backdrop-box10 .walkthrough-box {
    padding: 35px;
    background: white;
    position: absolute;
    width: 26vw;
    transform: translatex(-111%);
    left: 50%!important;
    z-index: 9999;
    text-align: left !important;
    top: -60px;
    font-size: 13px;
    font-family: "Poppins",sans-serif;
    color: black;
    font-weight: 600;
}
.backdrop-box10 .walkthrough-box:after {
    content: "";
    position: absolute;
    right: -12px;
    bottom: 43px;
    border-top: 25px solid white;
    border-left: 25px solid #ffffff;
    transform: rotate(45deg);
}

.switch .slider
{
    background-color : #fff !Important;
}

.planData {
    display: none;
}

i.fa.fa-spinner.fa-spin.calculationCredits::after {
    content: "";
    background: black !important;
    opacity : 0.5;
    margin: auto;
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}

i.fa.fa-spinner.fa-spin.calculationCredits {
    animation: none !important;
    font-size: 66px;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    background: transparent;
    padding: 18px;
    border-radius: 10px;
    width: 86px;
    height: 87px;
    z-index : 9999;
        z-index: 9999;
    color: #fff;
}

.fa-spinner:before {
    content: "\f110";
    transform: translate(10px, 10px);
    animation: none;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}


.niche-header
{
    position : relative;
}
i.fa.fa-spinner.fa-spin.exportAll {
  animation: none !important;
    font-size: 66px;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    background: transparent;
    padding: 18px;
    border-radius: 10px;
    width: 86px;
    height: 87px;
    z-index: 9999;
    z-index: 9999;
    color: #fff;
}

i.fa.fa-spinner.fa-spin.exportAll::after {
    content: "";
    background: black !important;
    opacity: 0.5;
    margin: auto;
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}
.double {
    position: relative;
}

.backdrop-box11 .walkthrough-box {
    padding: 35px;
    background: white;
    position: absolute;
    width: 26vw;
    left: 10px;
    z-index: 9999;
    text-align: left !important;
    top: 50px;
    font-size: 13px;
    font-family: "Poppins",sans-serif;
    color: black;
    font-weight: 600;
}
.backdrop-box11 .walkthrough-box:after {
    content: "";
    position: absolute;
    left: 9px;
    top: -11px;
    border-top: 25px solid white;
    border-left: 25px solid #5969c100;
    transform: rotate(-45deg);
}
.backdrop-box12 .walkthrough-box {
    padding: 35px;
    background: white;
    position: absolute;
    width: 26vw;
    left: 10px;
    z-index: 9999;
    text-align: left !important;
    top: 50px;
    font-size: 13px;
    font-family: "Poppins",sans-serif;
    color: black;
    font-weight: 600;
}
.backdrop-box12 .walkthrough-box:after {
    content: "";
    position: absolute;
    left: 9px;
    top: -11px;
    border-top: 25px solid white;
    border-left: 25px solid #5969c100;
    transform: rotate(-45deg);
}
.backdrop-box13 .walkthrough-box {
    padding: 35px;
    background: white;
    position: absolute;
    width: 26vw;
    left: 10px;
    z-index: 9999;
    text-align: left !important;
    top: 50px;
    font-size: 13px;
    font-family: "Poppins",sans-serif;
    color: black;
    font-weight: 600;
}
.backdrop-box13 .walkthrough-box:after {
    content: "";
    position: absolute;
    left: 9px;
    top: -11px;
    border-top: 25px solid white;
    border-left: 25px solid #5969c100;
    transform: rotate(-45deg);
}
.backdrop-box14 .walkthrough-box {
    padding: 35px;
    background: white;
    position: absolute;
    width: 26vw;
    left: 10px;
    z-index: 9999;
    text-align: left !important;
    top: 50px;
    font-size: 13px;
    font-family: "Poppins",sans-serif;
    color: black;
    font-weight: 600;
}
.backdrop-box14 .walkthrough-box:after {
    content: "";
    position: absolute;
    left: 9px;
    top: -11px;
    border-top: 25px solid white;
    border-left: 25px solid #5969c100;
    transform: rotate(-45deg);
}

.facebook-box {
    background: #f7f7f8;
    border: 1px solid #dedede;
    width: 100vw;
    max-width: 752px !important;
    border-radius: 10px;
    padding: 20px;
}
.facebook-box.showing{
     display: none !important;
}
.white-app.showing{
     display: none !important;
}
.apps-img.facebook-showing {
    cursor: pointer;
}
.Apps-Boxbig {
  padding: 0 !important;
}
.white-app .flex-box {
    padding: 10px 20px;
}
.two-phone-email img{
  width: 20px;
  margin: 0px 10px;
}
.active-linked a {
    border: 2px solid #0268E2;
    padding: 7px 14px;
    border-radius: 34px;
    color: #0268E2;
    position: relative;
}
.active-linked a::after {
    content: "Linked";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #2A9619;
    border: 2px solid #2A9619;
    height: 100%;
    text-align: center;
    font-family: "Poppins";
    color: white;
    font-size: 20px;
    width: 100%;
    border-radius: 15px;
    opacity: 0;
}
.active-linked a::after .showing{
     opacity: 1;
} 
.active-linked a img{
  width: 25px ;
  margin: 0 5px;
}
.facebook-chart table.table {
    border: 1px solid #e5e1e1;
    margin: 25px 0;
}
.back-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.back-box a{
       text-decoration: none;
    font-size: 25px;
    border: 1px solid lightgrey;
    color: #a4a4a4;
    padding: 0px 12px;
    font-weight: 300;
    border-radius: 10px;
}



ul#menu .logo .logo-full {
    width: 160px;
}

.menu-collapsed .logo-icon {
    display: initial;
    max-width: 40px;
}

.search-page-content {
    text-align: center;
    max-width: 800px;
    margin: auto;
    padding-top: 50px;
}

.search-page-content h1 {
    font-family: 'Poppins';
    font-size: 27px;
}

.search-page-content p {
    font-family: 'Poppins';
    font-size: 15px;
    color: #5a5a5a;
}


.search-page-content a.btn.btn-default {
    background: #00a0ce;
    color: #fff;
    padding: 5px 20px;
    margin: 6px;
}

.search-page-content a.btn.btn-default:nth-child(3) {
    background: transparent;
    color: #000;
    padding: 5px 20px;
    margin: 6px;
}

.apps-img img {
    display: block;
    margin: auto;
    margin-top: 0;
}

.facebook-form {
   position: fixed;
    display: none;
    padding: 24px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 0px 3px 13px -2px rgb(0 0 0 / 44%);
    -webkit-box-shadow: 0px 3px 13px -2px rgb(0 0 0 / 44%);
    -moz-box-shadow: 0px 3px 13px -2px rgba(0,0,0,0.44);
    border-radius: 10px;
        max-width: 430px;
            z-index: 999;
}

.facebook-form-active
{
    display : flex;
}
form.facebook-customaudience {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
   
  
}

.facebook-custom-audience
{
    cursor : pointer;
}
.facebook-input
{
    padding : 5px 10px;
    border :1px solid grey;
    margin-top : 10px;
        width: 100%;
}

.submit-btn
{
        background: #143b63;
    padding: 10px 20px;
    color: #fff;
    border-radius: 6px;
    width: 120px;
    text-align: center;
    font-family: 'Poppins';
    border: navajowhite;
    margin-top: 20px;
}

form.facebook-customaudience h1 {
        font-family: 'Poppins';
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 0px;
}
.user-facebook-details h1 {
    font-size: 20px;
    font-family: 'Poppins';
}

.user-facebook-details h5 {
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 400;
    color: #424242;
    margin-top: 12px;
}

.user-facebook-details {
    padding: 12px;
    background: #ededed;
    border: 1px solid #cbcbcb;
    border-radius: 10px;
}

a.edit-details {
    background: #425d82;
    color: #ffff;
    font-family: 'Poppins';
    font-size: 16px;
    border-radius: 5px;
    border: navajowhite;
    padding: 7px 15px;
    display: inline-block;
    margin-top: 10px;
}

img.facebook-image {
    margin-right: 16px;
}

.reset-pass
{
    display : flex;
    height : 100vh;
    align-items : center;
    justify-content : center;
}

.reset-pass1
{
    flex : 1;
    flex-direction : column;
        align-items: center;
}

.reset-pass1 .form-group {
    margin: 15px 0px;
}

.reset-pass1:before {
    content: '';
    width: 395px;
    height: 59px;
    background: url("https://easyaudiences.ai/frontAssets/img/logo.png");
    background-size : contain;
    margin-bottom: 20px;
}

.form-group.row.input-form-email {
    flex-direction: column;
}

.card h2 {
    font-family: 'poppins';
    font-size: 19px;
    font-weight: 700;
}

.card h5 {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 15px;
}

.reset-pass1 .card-body
{
    padding : 0;
}

.col-md-6.reset-padding > .card {
    padding: 29px;
}

.form-group.row.input-form-email .col-md-12 {
    padding: 0px;
}

.email-text {
    font-family: 'poppins';
    font-weight: 600;
    margin-bottom: 10px;
}

.submit-button-reset
{
    padding : 0;
}

.col-md-12.submit-button-reset .btn-primary {
    display: block;
    width: 100%;
}

.main-carousel {
  margin: 40px 0;
}
.main-carousel .flickity-prev-next-button.previous {
  left: -51px !important;
}
.main-carousel .flickity-prev-next-button.next {
  right: -52px !important;
}
.main-carousel ol.flickity-page-dots {
  display: none;
}
.carousel-cell {
  width: 48%;
  margin: 0 15px;
  background-color: #B7BDCE;
  border-radius: 14px;
  background-size: cover;
  padding: 30px 60px;
  text-align: center;
  -webkit-box-shadow: 18px 6px 17px -20px #b7bdce;
          box-shadow: 18px 6px 17px -20px #b7bdce;
}
.carousel-cell .caro-img {
  width: 100px;
}
.carousel-cell h3 {
  font-size: 1.6rem;
  font-family: "Poppins";
  font-weight: 600;
  color: #202861;
  text-align: start;
  margin-top: 20px;
  margin-bottom: 10px !important;
}
.carousel-cell h5 {
  font-size: 1.2rem;
  font-family: "Poppins";
  color: #ffffff;
  text-align: start;
}
.carousel-cell P {
  color: white;
  font-size: 1.2rem;
  font-family: "Poppins";
  font-weight: 400;
  text-align: start;
  margin-top: 20px;
}
.carousel-cell .service-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.carousel-cell .service-btn a {
  color: white;
  text-decoration: none;
  width: 100%;
  font-size: 1.2rem;
}
.carousel-cell .service-btn img {
  width: 25px;
}

.facebook-form-active {
    display: flex;
    flex-direction: column;
}

img.close-btn {
    width: 41px;
    display: block;
    margin-left: auto;
    cursor: pointer;
}

.cost-total:hover .noneedcredits {
    display: none;
}

.vali-com
{
    position : relative;
}

.popup-validate {
    z-index: 999;
    left: -160px;
}

.vali-com:hover .popup-validate {
    display : block;
}

.popup-validate h4 {
    color: #fff;
    margin: 0px;
}

