/* background-image */
/* @media only screen and (min-width:768px){
    .pricing_wraper .pricing_head .table-cell.active{
        position: inherit !important;
    }
} */
.floating-elem {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.floating-elem span {
    display: inline-block;
    position: absolute;
    z-index: 1;
    animation: move 20s linear infinite;
    opacity: 0.09;
}

.floating-elem span img {
    transform: scale(0.7);
}

.floating-elem span:nth-child(3n+1) {
    animation-duration: 22s;
}

.floating-elem span:nth-child(3n+2) {
    animation-duration: 18s;
}

.floating-elem span:nth-child(3n+3) {
    animation-duration: 15s;
}

.floating-elem span.layer1 {
    left: 1.3%;
    top: 9%;
}

.floating-elem span.layer2 {
    left: 29%;
    top: 3%;
}

.floating-elem span.layer3 {
    left: 64.8%;
    top: 3%;
}

.floating-elem span.layer4 {
    left: 88.7%;
    top: 4.8%;
}

.floating-elem span.layer5 {
    left: 3.3%;
    top: 50%;
}

.floating-elem span.layer6 {
    left: 93.4%;
    top: 44.3%;
}

.floating-elem span.layer7 {
    left: 2.6%;
    top: 78%;
}

.floating-elem span.layer8 {
    left: 48.5%;
    top: 76.3%;
}

.floating-elem span.layer9 {
    left: 62.5%;
    top: 92.1%;
}

.floating-elem span.layer10 {
    left: 89.1%;
    top: 84.5%;
}


@keyframes move {
    0% {
        transform: rotate(0deg)
    }

    50% {
        transform: translateY(-50px) translateX(-50px) rotate(50deg)
    }

    100% {
        transform: translateY(0px) translateX(0px) rotate(0deg)
    }
}

/* background-image */
/* Custom-Shape */
/* .shape_wraping{
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
} */

.top-block__figure-01 {
    top: -40px;
    left: -80px;
    width: 226px;
    height: 226px;
    background: rgba(249, 132, 24, 0.08);
    border-radius: 50%;
    position: absolute;
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
.top-block__figure-02 {
    top: -20px;
    right: -20px;
    width: 226px;
    height: 226px;
    background: rgba(65, 192, 227, 0.08);
    position: absolute;
    clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.top-block__figure-03 {
    top: 50%;
    left: 42px;
    width: 226px;
    height: 226px;
    background: rgba(65, 192, 227, 0.08);
    position: absolute;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    transform: translateY(-50%);
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.top-block__figure-04 {
    bottom: 240px;
    right: 0;
    width: 226px;
    height: 226px;
    background: rgba(249, 132, 24, 0.08);
    position: absolute;
    clip-path: polygon(0% 0%, 0% 100%, 25% 100%, 25% 25%, 75% 25%, 75% 75%, 25% 75%, 25% 100%, 100% 100%, 100% 0%);
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
/* Custom-Shape */
.landing_main {
    position: relative;
}

.landing_main .main_heading {
    text-align: center;
    margin-bottom: 42px;
}

.landing_main .main_heading h1 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 8px;
}

.landing_main .main_heading p {
    margin: 0;
    padding: 0 15%;
}

.brand-switcher__content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-switcher__content .brand_head {
    width: 500px;
    border: 1px solid #e2e3e8;
    border-radius: 12px;
    overflow: hidden;
    margin: 0 15px 0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.12);
}

/* .brand-switcher__content .brand_head:nth-of-type(even) {
    margin-top: 72px;
} */

.brand-switcher__content .brand_head .brand_item {
    background: #fafafc;
    padding: 20px 20px;
}

.brand-switcher__content .brand_head .brand_item figure {
    margin: 0;
}

.brand-switcher__content .brand_head .brand_item figure img {
    width: 115px;
}

.brand-switcher__content .brand_head .brand_item figure img.agency_logo {
    width: 182px;
}

.brand-switcher__content .brand_head ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.brand-switcher__content .brand_head ul li {
    border-bottom: 1px solid #e2e3e8;
    padding: 20px 15px;
}

.brand-switcher__content .brand_head ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand-switcher__content .brand_head ul li figure {
    margin: 0;
}

.brand-switcher__content .brand_head ul li figure img.brand-switcher__item-image-cup {
    width: 24px;
    margin-right: 10px;
}

.brand-switcher__content .brand_head .brand_value {
    background: #fafafc;
    padding: 15px 20px;
}

.brand-switcher__content .brand_head .brand_value p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}

.brand-switcher__content .brand_head .brand_value p i {
    color: #7c7c7c;
    font-size: 17px;
}

.brand-switcher__item-price .item-price-value,
.brand-switcher__item-price .item-price-symbol {
    font-size: 32px;
    font-weight: 700;
    color: #363636;
}

.brand-switcher__item-price .item-after-price {
    font-size: 20px;
    font-weight: 500;
    color: #545454;
}

.brand-switcher__btn-wrap {
    text-align: center;
    margin: 52px 0 0;
}

.btn_orange {
    border-color: var(--color_brand);
    background: var(--color_brand);
    color: var(--color_white);
    min-height: auto;
    padding: 0 60px;
    line-height: 3;
    min-width: auto;
    margin-right: 0;
    border-radius: 52px;
}

.btn_orange:hover,
.btn_orange.active {
    background: var(--color_brand);
    color: #fff;
}

/* Orange-Btn */
.btn_all {
    margin: 15px 0;
}

.btn_all .btn {
    border-color: var(--color_secondary);
    background: #fff;
    color: var(--color_secondary);
    min-height: auto;
    padding: 0;
    line-height: 2.5;
    min-width: 158px;
    margin-right: 10px;
}

.btn_all .btn:hover,
.btn_all .btn.active {
    background: var(--color_secondary);
    color: #fff;
}

/* Orange-Btn */
.overview_section {
    padding: 52px 0;
    /* background: #fafafc; */
    position: relative;
    overflow: hidden;
}

.overview_section .nav-tabs {
    display: none;
}

/* .overview_section h3 {
    text-align: center;
    font-size: 38px;
    font-weight: 600;
    padding-bottom: 5px;
    margin-bottom: 52px;
    color: #000;
    position: relative;
}

.overview_section h3::before {
    bottom: -3px;
    content: "";
    display: inline-block;
    height: 5px;
    left: 50%;
    position: absolute;
    width: 35px;
    background-color: #ff912d;
    transform: translateX(-50%);
}

.overview_section h3::after {
    bottom: -1px;
    content: "";
    display: inline-block;
    height: 1px;
    left: 50%;
    position: absolute;
    width: 92px;
    background-color: #ff912d;
    transform: translateX(-50%);
} */

.overview_col {
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin: 0 -15px;
    /* padding: 0 12%; */
}

.overview_col .col_wrap {
    width: 50%;
    margin: 0 15px;
    padding: 32px 52px;
    background: #fff;
    border: 1px solid #e2e3e8;
    /* border-bottom-color: #ff8719;
    border-right-color: #ff8719; */
    border-radius: 12px;
    /* box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.12); */
}

.overview_col .col_wrap figure {
    padding-bottom: 18px;
    border-bottom: 1px solid #e1e1e1;
}

.overview_col .col_wrap figure img {
    width: 150px;
}

.overview_col .col_wrap figure img.agency_logo {
    width: 182px;
}

.overview_col .col_wrap p {
    margin-bottom: 0;
    color: #000;
    line-height: 1.8;
    font-size: 15px;
}
.rank_tracker{
    margin: 72px 0 0;
    display: flex;
    align-items: center;
    border: 1px solid #dddcdb;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    z-index: 4;
    background: #fff;
}
.rank_tracker .nav-tabs{
    padding: 32px 20px;
    list-style: none;
    border: none;
    width: 380px;
    background: #f8fbff;
    /* width: 70%;
    margin: 0 auto;
    justify-content: center; */

}
.rank_tracker .nav-tabs .nav-item{
    border: none;
    padding: 0;
    margin: 0 0px 5px;
    text-align: left;
    display: block;
}
.rank_tracker .nav-tabs .nav-item:last-child{
    margin-bottom: 0;
}
.rank_tracker .nav-tabs .nav-item .nav-link{
    border: 1px solid transparent;
    background: transparent;
    box-shadow: transparent;
    padding: 8px 25px;
    border-radius: 52px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    transition: all 0.4s ease-in-out;
}
.rank_tracker .nav-tabs .nav-item .nav-link svg{
    width: 16px;
    height: 16px;
    fill: #ff8719;
    transform: rotate(132deg);
    margin-right: 5px;
}
.rank_tracker .nav-tabs .nav-item .nav-link:hover svg,
.rank_tracker .nav-tabs .nav-item .nav-link.active svg{
    fill: #fff;
}
.rank_tracker .nav-tabs .nav-item .nav-link:hover,
.rank_tracker .nav-tabs .nav-item .nav-link.active{
    border-color: var(--color_brand);
    color: #fff;
    background: var(--color_brand);
}
.rank_tracker .tab-content{
    width: calc(100% - 400px);
    margin-left: auto;
    padding: 32px 20px;
    background: #fff;
    /* margin: 42px auto 0; */
}
.rank_tracker .card-header{
    padding: 15px;
    border: none;
    background: #fff;
    border-bottom: none;
}
.rank_tracker .card-header a{
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    color: #000;
    pointer-events: none;
}
.rank_tracker .card-header a figure{
    margin: 0 20px 0 0;
    width: 42px;
    height: 42px;
    border-radius: 12px;
}
.rank_tracker .card-body{
    border: none;
    /* border: 1px solid #e1e1e1; */
}
.rank_tracker .card-body p{
    margin: 0;
}
.rank_tracker .card-body p + p{
    margin-top: 22px;
}

/*  Pricing-List-Style-here */
.bg_clr{
    background: #fafafa;
    border-radius: 12px;
    padding: 25px;
}
.pricing_wraper{
    position: sticky;
    top: 80px;
    z-index: 2;
    background: #fafafa;
    border: none;
}
.pricing_plan{
    padding-top: 0;
}
.main_head {
    text-align: center;
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 52px;
    color: #000;
    position: relative;
}
/* .main_head::before {
    bottom: -3px;
    content: "";
    display: inline-block;
    height: 5px;
    left: 50%;
    position: absolute;
    width: 35px;
    background-color: #ff912d;
    transform: translateX(-50%);
}

.main_head::after {
    bottom: -1px;
    content: "";
    display: inline-block;
    height: 1px;
    left: 50%;
    position: absolute;
    width: 92px;
    background-color: #ff912d;
    transform: translateX(-50%);
} */
.pricing_wraper .pricing_head{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0  15px;
    margin: 0 -10px;
    border-radius: 4px;
    /* width: 75%;
    margin: 0 auto; */
}
.pricing_wraper .pricing_head .table-cell.selector{
    display: none;
}
.pricing_wraper .pricing_head .table-cell{
    border: 1px solid #e2e3e8;
    border-bottom: 3px solid #e2e3e8;
    background: var(--color_white);
    border-radius: 8px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.12);
    width: 50%;
    margin: 0 10px;
    padding: 20px;
}
.pricing_wraper .pricing_head .table-cell.active{
    border-bottom-color:  #ff8719;
    background: #fff;
    z-index: 9;
}
.pricing_wraper .pricing_head .table-cell .table-switcher {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pricing_wraper .table-switcher__plans {
    width: calc(100% - 32px);
}
.pricing_wraper .table-switcher__image-wrap {
    display: flex;
    align-items: center;
}
.pricing_wraper .table-switcher__image-wrap .agency_pro{
    width: 15px;
    height: 15px;
}
.pricing_wraper .table-switcher__image-plan {
    margin-left: 10px;
    font-size: 15px;
    font-weight: 600;
}
.pricing_wraper span.table-switcher__price-symbol,
.pricing_wraper span.table-switcher__price-value{
    font-weight: 600;
}
.pricing_wraper span.table-switcher__after-price {
    font-weight: 500;
}
.pricing_wraper .table-switcher__plan {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.pricing_wraper .table-switcher__plan:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.table-switcher__checkbox {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin-right: 20px;
    background: #fff;
    border: 2px solid #e2e3e8;
    border-radius: 50%;
    transition: border-color .24s;
}
.table-switcher__checkbox:after {
    width: 8px;
    height: 8px;
    content: '';
    background: 0 0;
    border-radius: 50%;
    transition: background .24s;
}
.table-cell.active .table-switcher__checkbox {
    border-color: #ff8719;
}
.table-cell.active .table-switcher__checkbox:after {
    background: #ff8719;
}
/*  Pricing-List-Style-here */
.pricing_plan .table_row{
    display: flex;
    justify-content: space-between;
}

.pricing_plan .table_row.logo_row_fixed{
    background-color: #ff8719;
    position: sticky;
    top: 184px;
    /* top: 80px; */
    z-index: 3;
    border-top: 1px solid #e2e3e8;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.pricing_plan .table_row .col_wrap{
    position: relative;
    width: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    border-right: 1px solid #e2e3e8;
    border-bottom: 1px solid #e2e3e8;
    /* box-shadow: inset 1px 0 0 rgb(12 6 44); */
}
.pricing_plan .table_row.logo_row_fixed .col_wrap:first-child{
    border-top-left-radius: 10px;
}
.pricing_plan .table_row.logo_row_fixed .col_wrap:last-child{
    border-top-right-radius: 10px;
}
.pricing_plan .table_row .col_wrap:first-child{
    border-left: 1px solid #e2e3e8;
   
}
.pricing_plan .table_content .table_row{
    background-color: #fff2e6;
}
.pricing_plan .table_content .table-main .table_row{
    background-color: #fff;
}

/* .pricing_plan .table_content .table_row:nth-of-type(even){
    background-color: #fdfdfd;
}
.pricing_plan .table_content .table_row:nth-of-type(odd){
    background-color: rgba(253, 253, 253, 0.32);
} */
.pricing_plan .table_row .col_wrap figure{
    margin-bottom: 0;
}
.pricing_plan .table_row .col_wrap figure img{
    width: 132px;
    height: 25px;
}
.pricing_plan .table_row .col_wrap figure .agency_logo {
    width: 190px;
    height: 30px;
}

.pricing_plan .table_row .col_wrap h4{
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    color: var(--color_white);
}
.pricing_plan .table_row .col_wrap h5{
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}
.pricing_plan .table_row .price_list .table-cell___price-symbol,
.pricing_plan .table_row .price_list .table-cell___price-value{
    font-size: 15px;
    font-weight: 500;
}
.pricing_plan .table_row .price_list .table-cell___price-value sup{
    color: #ff912d;
    font-size: 12px;
    top: -10px;
}
.pricing_plan .table_row .table-cell___price-value.fa_times{
    color: #ff0505;
    font-size: 17px;
}
.pricing_plan .table_row .table-cell___price-value.fa_check{
    color: #42bf77;
    font-size: 17px;
}
.pricing_plan .table_row .price_list .table-cell___after-price{
    font-size: 15px;
    font-weight:500;
}
/* .pricing_plan .table_row .col_wrap .type_btn {
    background: #41c0e3;
    border: 1px solid #41c0e3;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 2px 5px;
    border-radius: 4px;
    margin: 0 0 0 4px;
    pointer-events: none;
} */
.pricing_plan .table_row .col_wrap .type_btn {
    background: transparent;
    border: 1px solid transparent;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    border-radius: 0;
    margin: 0;
    pointer-events: none;
}

.pricing_plan .table_row .col_wrap .type_btn.text-red {
    color: #ff0000;
}

.table-row.table-row__head {
    display: flex;
    justify-content: space-between;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 12px 24px;
    align-items: center;
    background: #fff;
}
.table-main .agenct_track{
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 15px 12%;
    text-align: center;
    position: relative;
    background: rgb(72,71,119);
    background: linear-gradient(98deg, rgba(72,71,119,1) 0%, rgba(47,85,118,1) 100%);
}
.table-main .agenct_track p{
    margin: 0;
    font-size: 15px;
    color: var(--color_white);
    font-weight: 400;
}
.table-main .agenct_track  .shape_1{
    position: absolute;
    left: 28px;
    top: 20px;
}
.table-main .agenct_track  .shape_2{
    position: absolute;
    right: 28px;
    top: 20px;
}
.table-main .agenct_track .shape_row:after{
    content: '';
    position: absolute;
    clip-path: polygon(100% 28%, 0 29%, 31% 100%);
    background: #42bf77;
    width: 24px;
    height: 24px;
    left: -50px;
    top: 20px;
}
.table-cell.table-cell__text {
    width: 33%;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.table-cell.table-cell__text img{
    min-width: 32px;
    max-height: 32px;
    margin-right: 15px;
}

.table-head__text {
    width: calc(100% - 33%);
    padding-left: 24px;
    font-size: 15px;
}
.table-head__text a{
    color: #ff912d;
}
.table-head__text a:hover{
    color: #000;
}
.show_more_features .show_more_area .btn{
    background: #fff2e6;
    border-left: 1px solid #e2e3e8;
    border-right: 1px solid #e2e3e8;
    border-bottom: 1px solid #e2e3e8;
    border-radius: 0;
    width: 100%;
    text-align: left;
    justify-content: flex-start;
    padding: 15px 24px;
    font-size: 15px;
    font-weight: 500;
}
.show_more_features .show_more_area .btn i{
    margin-right: 5px;
    font-size: 16px;
    color: #ff8719;
}
.show_more_features .show_more_area .btn:focus,
.show_more_features .show_more_area .btn:hover{
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.01);
    transform: translateY(-0px);
}
.show_more_features .show_more_area .btn[aria-expanded="true"]  .show__more,
.show_more_features .show_more_area .btn[aria-expanded="false"] .show__less{
    display: none;
}
.show_more_features .show_more_area .btn[aria-expanded="true"] .show__less{
    display: block;
}
.table-row__blue.btns-trial{
    position: sticky;
    bottom: -3px;
}
.table-row__blue.btns-trial .btns-trial {
    display: flex;
    align-items: center;
    background: #fafafa;
    padding: 24px;
    width: 100%;
    justify-content: center;
    border-left: 1px solid #e2e3e8;
    border-right: 1px solid #e2e3e8;
    border-bottom: 1px solid #e2e3e8;
}
.table-row__blue.btns-trial .btns-trial .btn{
    margin: 0 5px;
    min-height: auto;
    max-width: inherit;
    padding: 0 32px;
    line-height: 2.6;
}
.table-row__blue.btns-trial .btns-trial .btn i{
    margin-right: 5px;
}

.faqArea{
    padding: 0 10%;
}
.faq_section{position: relative;}
.faq_section .card{
    background: transparent;
    border: none;
    padding: 0;
    margin-bottom: 15px;
}
.faq_section .card .card-header{
    background: transparent;
    border: none;
    padding: 0;
}
.faq_section .card .card-header h4{
    background-color: #fff;
    background-clip: border-box;
    padding: 0;
    margin: 0;
}
.faq_section .card .card-header h4 button{
    font-size: 16px;
    font-weight: 500;
    background: transparent;
    text-align: left;
    width: 100%;
    padding: 15px;
    padding-right: 40px;
    border: 1px solid rgba(0,0,0,.125);
    transition: all 0.4s ease-in-out;
}
.faq_section .card .card-header h4 button:hover{
    color: #ff8719;
}
.faq_section .faqArea .card .card-header h4 button::after {
    content: "";
    margin-left: 20px;
    color: #000;
    font: normal normal normal 25px/1 FontAwesome;
    position: absolute;
    right: 18px;
    top: 13px;
}

.faq_section .card .card-header h4 button[aria-expanded="true"] {
    border-color: #ff8719;
    background: #ff8719;
    color: #fff;
  }
  .faq_section .card .card-header h4 button[aria-expanded="true"]:after{
    color: #fff !important;
    content: "\f106" !important;
  }
  .faq_section .faqArea .card .card-header h4 button.collapsed::after {
    content: "\f107";
    color: #ff8719;
  }
  .faq_section .faqArea .card .card-header h4 button:hover::after {
    color: #ff8719;
  }
  .faq_section .faqArea .card .card-header h4 button:not(.collapsed)::after {
    content: "\f106";
    
  }
  .faq_section .card-body {
    border: 1px solid #ddd;
    border-top: none;
  }
  
  .faq_section .collapse.show .card-body {
    border: 1px solid #ff8719;
    border-top: none;
  }


.faq_section .card-body p{
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.faq_section .card-body ul,
.faq_section .card-body ol{
    padding-left: 15px;
}
.faq_section .card-body ul li,
.faq_section .card-body ol li{
    margin: 5px 0;
    font-size: 16px;
    font-weight: 400;
}
@media only screen and (max-width:1499px){
    .landing_main .main_heading h1{font-size: 38px;}
    .landing_main .main_heading p{padding: 0 10%;}
    .pricing_plan .table_row.logo_row_fixed{top: 182px;}
    .pricing_plan .table_row .col_wrap{padding: 15px;}
    .table-switcher__checkbox{margin-right: 0;}
    .table-head__text{font-size: 13px;}
    .main_head {font-size: 34px; margin-bottom: 22px;}
    .overview_section{padding: 32px 0;}
}
@media only screen and (max-width:1199px){
    .landing_main {padding-top: 120px;}
    .landing_main .main_heading h1 {font-size: 28px;}
    .landing_main .main_heading{margin-bottom: 0;}
    .brand-switcher__btn-wrap { margin: 32px 0 0;}
    .table-main .agenct_track p{font-size: 14px; position: relative; z-index: 2;}
    .table-main .agenct_track{padding: 15px 0;}
    .pricing_plan{padding-bottom: 0;}
    .overview_col .col_wrap{padding: 20px 25px;}
    .overview_col .col_wrap p{font-size: 13px;}
    .rank_tracker .nav-tabs { padding: 22px 15px; width: 350px;}
    .rank_tracker .nav-tabs .nav-item .nav-link{font-size: 14px;}
    .rank_tracker .tab-content {width: calc(100% - 340px);padding: 15px 10px;}
    .rank_tracker .card-header{padding: 0 15px;}
    .rank_tracker .card-body{padding: 15px 15px 0;}
    .rank_tracker .card-body p + p{margin-top: 12px;}

}

@media(min-width:991px) {
    .overview_section .nav-tabs {
        display: block;
    }

    .overview_section .card {
        border: none;
    }

    .overview_section .card .collapse {
        display: block;
    }
}
@media only screen and (max-width:991px){
    .bg_clr{padding: 0;}
    .rank_tracker .card-header a{
        pointer-events: fill;
    }
    .pricing_wraper .pricing_head{margin: 0 -5px;}
    .pricing_wraper .pricing_head .table-cell{padding: 10px; margin: 0 5px;}
    .pricing_plan .table_row.logo_row_fixed{top: 162px;}
    .overview_section .tab-content>.tab-pane {
        display: block !important;
        opacity: 1;
    }
    .landing_main {
        padding-top: 55px;
    }
    .pricing_plan .table_row .col_wrap h4{font-size: 18px;}
    .table-head__text{padding-left: 0;}
    .rank_tracker{flex-wrap: wrap; margin: 52px 0 0; border: none;}
    .rank_tracker .tab-content{width: 100%;}
    .rank_tracker .card-header {
        padding: 10px 15px;
        border-bottom: 1px solid #dddcdb;
    }
    .rank_tracker .card-body{padding: 15px;}
    .rank_tracker .card-header a{font-size: 18px; position: relative;}
    .rank_tracker .card-header a figure {
        margin: 0 10px 0 0;
        width: 30px;
        height: 30px;
    }
    .overview_section .tab-content>.tab-pane{margin-bottom: 12px;}
    .faqArea{padding: 0;}
    .rank_tracker .card-header a figure img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .rank_tracker .card-header a::after {
        content: "";
        margin-left: 20px;
        color: #000;
        font: normal normal normal 25px/1 FontAwesome;
        position: absolute;
        right: 0px;
        top: 4px;
    }
    .rank_tracker .card-header a[aria-expanded="true"] {
        color: #ff8719;
      }
      .rank_tracker .card-header a[aria-expanded="true"]:after{
        color: #ff8719 !important;
        content: "\f106" !important;
      }
      .rank_tracker .card-header a.collapsed::after {
        content: "\f107";
        color: #ff8719;
      }
      .rank_tracker .card-header a:hover::after {
        color: #ff8719;
      }
      .rank_tracker .card-header a:not(.collapsed)::after {
        content: "\f106";
      }
}


@media(max-width:767px) {
    .overview_section .tab-content>.tab-pane {
        display: block !important;
        opacity: 1;
    }
    .landing_main {
        padding-top: 35px;
    }
    .landing_main .main_heading h1{font-size: 26px;}
    .landing_main .main_heading p{padding: 0;}
    .main_head {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .bg_clr{
        background: transparent;
    }
    .pricing_wraper{position: inherit;}
    .pricing_wraper{position: inherit;}
    .pricing_wraper .pricing_head {
        margin: 0;
        flex-wrap: wrap;
    }
    .pricing_wraper .pricing_head .table-cell{width: 100%; margin: 5px 0;}
    .pricing_plan .table_row.logo_row_fixed{position: inherit;}
    .overview_col {
        margin: 0;
        flex-wrap: wrap;
    }
    .overview_col .col_wrap {
        padding: 20px 25px;
        width: 100%;
        margin: 0 0 15px;
    }
    .rank_tracker{
        margin-top: 15px;
    }
    .rank_tracker{overflow: inherit;}
    .rank_tracker .tab-content{padding: 0;}
    .rank_tracker .card-header a{font-size: 16px;}
    .rank_tracker .card-header a figure {
        width: 25px;
        height: 25px;
    }
    .faq_section {
        padding-top: 0;
    }
    .faq_section .main_head {
        font-size: 24px;
    }
    .faq_section .card .card-header h4 button{font-size: 14px;}
    .faq_section .collapse.show .card-body{padding: 12px;}
    .faq_section .card-body p{font-size: 13px;}
    .pricing_plan .table_row .col_wrap{padding: 5px;}
    .pricing_plan .table_row .col_wrap h4 {
        font-size: 14px;
        text-align: center;
    }
    .pricing_plan .table_row .col_wrap h5{    font-size: 12px;
        font-weight: 500;}
    .pricing_plan .table_row .price_list .table-cell___after-price,
    .pricing_plan .table_row .col_wrap .type_btn,
    .pricing_plan .table_row .price_list .table-cell___price-symbol, 
    .pricing_plan .table_row .price_list .table-cell___price-value{font-size: 12px;}
    .table-row.table-row__head {
        padding: 10px 14px;
        flex-wrap: wrap;
    }
    .table-cell.table-cell__text{width: 100%;}
    .table-head__text{width: 100%; margin-top: 5px;}
    .table-main .agenct_track {
        padding: 10px;
    }
    .table-cell.table-cell__text img {
        min-width: 22px;
        max-height: 22px;
        margin-right: 5px;
    }
    .table-head__text {
        font-size: 12px;
    }
    .show_more_features .show_more_area .btn{padding: 10px 14px;}
    .table-main .agenct_track p{font-size: 12px;}
}