body {
    color: #2C363D;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    overflow-x: hidden !important;
    background: #fff;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

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

li {
    list-style: none;
    font-size: 22px;
    font-weight: 400;
}

a:hover {
    text-decoration: none;
}

a {
    text-decoration: none;
}

ul {
    margin: 0px;
}


/* h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
    
 } */
h1 {
font-size: 77px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2;
}

h2 {

    font-size: 52px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2;
}

h3 {

    font-size: 46px;
    font-weight: 700;
    line-height: 1.2;
}

h4 {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 600;
}

h5 {

    font-size: 21px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0px;
}

h6 {

    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;

}

p {
    margin: 0px;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 300;
    color: #777D89;
}

span {
    font-size: 18px;
    line-height: 28px;
}

.p_160 {
    padding: 160px 0px;
}

.p_120 {
    padding: 120px 0px;
}

.p_100 {
    padding: 100px 0px;
}

.p_50 {
    padding: 55px 0px;
}

.p_80 {
    padding: 80px 0px;
}

.pt_50 {
    padding-top: 50px;
}

.pt_20 {
    padding-top: 20px;
}

.pt_44 {
    padding-top: 44px;
}

.pb_100 {
    padding-bottom: 55px;
}

.navbar-nav li:hover a {
    color: #000 !important;
    transition: .3s ease-in-out;
}

.navbar-nav li a {
    transition: .3s ease-in-out;
    position: relative;
}

ul.navbar-nav li:hover a::after {
    position: absolute;
    content: "";
    background: #000;
    width: 18px;
    height: 2px;
    bottom: 3px;
    left: 8px;
    transition: .3s ease-in-out;
}

ul.navbar-nav li:hover a::after {
    transition: .3s ease-in-out;
}

.cta {
    padding: 16px 46px;
    font-size: 16px;
    font-weight: 500;
    background: #9A6E56;
    color: #fff;
    border-radius: 100px;
    text-transform: uppercase;
    text-align: center;
    z-index: 1;
    position: relative;
    overflow: hidden;
    border: 1px solid #6B4C3D;
    border-bottom: 2px solid #6B4C3D;
    display: inline-block;
    transition: .4s ease-in-out;
}

.cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #5FA5C2;
    /* Background color on hover */
    transition: left 0.4s ease;
    z-index: -1;
    border-color: red;

}

.cta:hover::before {
    left: 0;
}

.cta:hover {
    color: #ffffff;
    /* Text color after hover */
    transform: translate(0px, 5px);
    transition: .4s ease-in-out;
    border-color: #5FA5C2;
    /* border-bottom: 2px solid #5FA5C2; */
}

/* top header */

.top_header_btn {
    display: flex;
    align-items: center;
    gap: 12px;
}

.top_header {
    background: #fff;
    /* padding: 15px 0px; */
}

/* .wrapper_header .navbar-expand-lg .navbar-collapse {
    flex-basis: auto;
    justify-content: center;
} */
.wrapper_header ul.navbar-nav {
    gap: 50px;
    margin: auto;
}

.wrapper_header {
    background: #5FA5C2;
}

.wrapper_header nav.navbar.navbar-expand-lg.navbar-light {
    padding: 3px 0px;
}

.wrapper_header a.nav-link {
    color: #fff !important;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
}

.cta.outline_btn {
    color: #2C363D;
    background: #fff;
}

/* hero-slider */
.hero_wrapper .wrapper {
    padding: 0px 0;
    overflow-x: hidden;
}


.hero_wrapper .my-slider {
    padding: 0 10px;
}

.hero_wrapper .slick-initialized .slick-slide {
    color: #FFF;
    margin: 0 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero_wrapper .slick-next,
.slick-prev {
    z-index: 5;
}

.hero_wrapper .slick-next {
    right: 15px;
}

.hero_wrapper .slick-prev {
    left: 15px;
}

.hero_wrapper .slick-next:before,
.slick-prev:before {
    color: #000;
    font-size: 26px;
}

.slider_inner {
    flex-direction: column;
    position: relative;
    border-radius: 25px;
}

.slider_inner img {
    width: 100%;
    height: 100%;
    border-radius: 25px;
}

.hero_wrapper .slick-dots {
    bottom: 20px;
    width: 93%;
    list-style: none;
    text-align: center;
}

.slider_inner span {
    position: absolute;
    content: "";
    bottom: 70px;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 26px;
    max-width: 71%;
    margin: auto;
}

.hero_wrapper .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #9A6E56;
    border: 0px solid #FFFFFF66 !important;
    font-size: 13px;
}

.hero_wrapper .slick-dots li button:before {
    font-size: 11px;
    line-height: 11px;
    width: 11px;
    height: 11px;
    opacity: 0;
    color: #000;
}

.hero_wrapper .slick-dots li {
    width: 11px;
    height: 11px;
    margin: 0px 2.5px;
    padding: 0;
    cursor: pointer;
    border: .5px solid #FFFFFF66;
    border-radius: 100px;

}

.hero_wrapper .slick-dots li button:before {
    line-height: 11px;
    width: 11px;
    height: 11px;
    opacity: 0;
    color: #9A6E56;
    left: -1px;

}

.hero_wrapper .col-md-5 {
    flex: 0 0 auto;
    width: 44.666667%;
}

.hero_wrapper .col-md-7 {
    flex: 0 0 auto;
    width: 55.333333%;
}

.hero_wrapper li.slick-active {
    border: 0px !important;
    font-size: 13px;
}

.hero_wrapper {
    /*background: url('../images/hero_img.png');*/
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important   ;
}

.bidai_sect {
    /* background: url('../images/bid.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover; */
    background: #11171D;
}

.hero_cont h1 {
    color: #fff;
    margin-bottom: 20px;
}

span.hero_span {
    color: #5FA5C2;
    font-size: 52px;
    line-height: 1.2;
}

.hero_cont h1 {
    color: #fff;
}

span.hero_span {
    color: #5FA5C2;
    font-size: 52px;
    line-height: 1.2;
}

.hero_listing {
    margin-bottom: 38px;
    margin-top: 15px;
}

.hero_listing li {
    position: relative;
    color: #fff;
    padding-left: 10px;
    font-size: 16px;
}

/*.hero_listing li::after {
    position: absolute;
    content: "";
    background: url('../images/check.png');
    width: 25px !important;
    height: 25px !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
    left: -24px !important;
    top: 0px !important;
    margin: auto !important;
}*/

.hero_cont {
    padding-right: 20px;
}

.hero_slider {
    padding-left: 20px;
}


/* about page */

.about_listing {
    margin-top: 26px;
}

.about_listing li {
    position: relative;
    color: #fff;
    padding-left: 10px;
    font-size: 15px;
    color: #4F4F4F;
    line-height: 1.3;
}

.about_listing {
    margin-top: 26px;
    display: flex;
    flex-direction: column;
    gap: 26px;
}

/*.about_listing li::after {
    position: absolute;
    content: "";
    background: url('../images/about_check.png');
    width: 30px !important;
    height: 30px !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
    left: -30px !important;
    top: 0 !important;
    bottom: 0 !important;
    margin: auto !important;
}*/

img {
    transition: .3s ease-in-out;
}

.about_content {
    max-width: 94%;
}

.about_content p {
    color: #000;
}

.about_image img {
    border-radius: 25px;
    width: 100%;
}

.outer_block {
    border-radius: 25px;
    overflow: hidden;
}

.outer_block img:hover {
    transform: scale(1.2);
    transition: .3s ease-in-out;
}

.about_image {
    padding-right: 24px;
}

.about_content {
    padding-left: 20px;
}

span.span_btn {
    padding: 10px 20px;
    background: #fff;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    border: .5px solid #5FA5C2;
    margin-bottom: 20px;
    display: inline-block;
    line-height: 100%;
    color: #5FA5C2;
}

.title_auction_cata h2 {
    color: #fff;
}

/* bidai */
.bidai_listing {
    margin-top: 26px;
    margin-bottom: 45px;
}

.bidai_listing li {
    position: relative;
    color: #fff;
    padding-left: 10px;
    font-size: 16px;
    color: #4F4F4F;
    line-height: 1.3;
}

.bidai_listing {
    margin-top: 26px;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

/*.bidai_listing li::after {
    position: absolute;
    content: "";
    background: url('../images/check.png');
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    left: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
}*/

.bidai_content h2 {
    color: #fff;
    max-width: 80%;
}

.bidai_content p {
    color: #fff;
    max-width: 88%;
}

.bidai_content li {
    color: #fff;
}

/* LEADING VIDEO */
.leading_video {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 50.25%;
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.for_responsive {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 90%;
    height: 100%;
    border-radius: 25px;
    margin: auto;
}

button.ytp-large-play-button.ytp-button.ytp-large-play-button-red-bg {
    display: none !important;
    position: absolute;
}

/* .leading_video::after {
    position: absolute;
    background: url('../images/play_btn.png');
    content: "";
    width: 130px;
    height: 130px;
    top: 0px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
} */


/* auction_catalog */
.title_auction_cata p {
    color: #fff;
    margin-bottom: 40px;
}

.title_auction_cata {
    max-width: 62%;
    margin: auto;
}

.upload_ai_photo span {
    color: #4F4F4F;
}

.upload_ai_photo a {
    width: 90px;
    border: 1px solid #5FA5C221;
    background: #5FA5C20A;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin: auto;
    margin-bottom: 18px;
}

.upload_ai_photo span {
    max-width: 87%;
    display: block;
    margin: auto;
}

.upload_ai_photo {
    padding: 50px 54px;
    border: 1px solid #2C363D0F;
    border-radius: 4px;
}

.upload_ai_photo h6 {
    line-height: 34px;
}

.upload_ai_photo {
    padding: 50px 54px;
    border: 1px solid #2C363D0F;
    border-radius: 20px;
    position: relative;
    background: #fff;
}

.upload_ai_photo::before {
    position: absolute;
    content: "";
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    width: 43px;
    height: 43px;
    right: -36px;
    z-index: 1;
    bottom: 0;
    margin: auto;
    top: 0;
    background: #fff;
}

.col-md-4:last-child .upload_ai_photo::before {
    display: none !important;
}

.upload_ai_photo:hover {
    box-shadow: rgba(126, 125, 121, 0.18) 16px 12px 114px 33px;
}

.upload_ai_photo.before_none::before {
    display: none;
}

.free_trial {
    margin-top: 50px;
}

.powered_ai_image {
    text-align: right;
}

/* .powered_ai_image img {
    margin-bottom: 100px;
    margin-right: 50px;
} */
/* .after_bg::after {
    position: absolute;
    background: #9A6E56;
    content: "";
    width: 100%;
    height: 400px;
    bottom: 0;
    z-index: -1;
    border-radius: 35px;
} */
.after_bg {
    position: relative;
}

/* .about_ai_power::before {
    position: absolute;
    background: #5FA5C2;
    content: "";
    width: 66px;
    height: 1px;
} */
.about_ai_power {
    position: relative;
}

/* .about_ai_power h6 {
    padding-top: 30px;
    margin-top: 80px;
} */
.about_ai_power span {
    margin-bottom: 30px;
    display: block;
}

.button_power .cta {
    background: #5FA5C2;
    border-color: #4897B9;
}

.powered_ai_image {
    margin-top: 10px;
}

.prodct_img {
    background: #9A6E5608;
    padding: 24px 90px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    background: #fff;
}

.product_dis p {
    color: #2C363D;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 30px;
}

span.price_label {
    font-size: 12px;
    color: #2C363D;
    font-weight: 600;
}

span.Price {
    display: block;
    color: #9A6E56;
    font-weight: 600;
}

.inner_product {
    border: 1px solid #FFFFFF24;
    border-radius: 16px;
    margin: 0px 10px;
}

.product_dis {
    padding: 0px 15px;
}

.product_slider_main button.slick-prev.slick-arrow {
    width: 70px;
    height: 70px;
    border-radius: 100px;
    border: .6px solid #000000;
    left: -100px;
    background-color: #fff;
}

.product_slider_main button.slick-prev.slick-arrow:hover {
    background-color: transparent;
}

.product_slider_main button.slick-next.slick-arrow:hover {
    background-color: transparent;
}

.product_slider_main button.slick-next.slick-arrow {
    width: 70px;
    height: 70px;
    border-radius: 100px;
    border: .6px solid #000000;
    right: -100px;
    background-color: #fff;
}

.product_slider_main button::before {
    display: none;
}


/* testislider */
.inner_block {
    padding: 45px 40px;
    border: 1px solid;
    border-radius: 20px;
    height: 411px;
    /* margin: 0px 15px; */
    position: relative;

}

.testi_img img {
    width: 100%;
}

.top_side span {
    margin-top: 24px;
    display: block;
    color: #4F4F4F;
}

.testi_img.inner_block {
    border: 0px;
    padding: 0px;
    overflow: hidden;
}

.inner_block {
    display: flex !important;
    flex-direction: column;
}

.test_by {
    margin-top: auto;
}

.title_testi {
    margin-bottom: 40px;
}

/*.inner_block::before {
    position: absolute;
    content: "";
    background: url('../images/colon.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 30px;
    width: 40px;
    top: -17px;
    left: 45px;
    z-index: 2;
}
*/
/* .testimonials_sect .slick-list.draggable {
    overflow: visible;
} */
.testi_img.inner_block::before {
    display: none;
}


/* faq */

.faq_custom {
    margin: auto;
}

/* .faq-item {
    border-bottom: 1px solid #ddd;
  } */

.faq-question {
    background: #fff;
    cursor: pointer;
    font-weight: bold;
    font-size: 24px;
    font-weight: 500;
}

.faq-item {
    border: 1px solid #2C363D14;
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 20px;
    background: #fff;


}

.faq-answer {
    display: none;
    background: #fff;
    font-size: 22px;
    margin-top: 14px;
    font-weight: 300;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-question {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
}

.faq-item.active img {
    transform: rotate(180deg);
}

.contacta_us p {
    color: #fff;
    font-size: 20px;
    margin-top: 34px;
}

.contacta_us p a {
    color: #fff;
}

.conta_right h4 {
    font-size: 32px;
    font-weight: 700;
    margin-top: 32px;
}

.conta_right p {
    color: #4F4F4F;
    font-size: 20px;
}

.conta_right .cta img {
    margin-right: 10px;
}

.conta_right .cta {
    margin-top: 42px;
}

.conta_right {
    padding-left: 27%;
}

.faq_custom h2 {
    max-width: 100%;
    margin-bottom: 40px;
    color: #fff;
}

.conta_right .cta img {
    filter: inherit !important;
}

/* .conta_right img:first-child {
    filter: invert(1);
} */
.conta_right h4 {
    color: #fff;
}

.conta_right p {
    color: #fff;
}

footer.footer_wrapper {
    background: #fff;
    padding-top: 60px;
}

.footer_menu ul li a {
    color: #000;
    font-size: 24px;
}

.footer_menu ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: right;
}

.privacy_policy ul {
    align-items: center;
    gap: 10px;
    justify-content: end;
}

.privacy_policy ul li a {
    color: #000;
    font-size: 20px;
    font-weight: 400;
}

.copyright_footer p {
    font-size: 20px;
    color: #000;
    font-weight: 400;
}

.row.copy_row {
    border-top: 1px solid #FFFFFF1F;
    padding: 35px 0px;
    margin-top: 50px;
}

.footer_logo {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.about_ai_power span {
    max-width: 93%;
}

.about_ai_power h6 {
    max-width: 73%;
}

/* .about_ai_power {
    padding-right: 10%;
} */
.test_by {
    display: flex;
    align-items: center;
    gap: 13px;
}

.reviewr span {
    font-weight: 500;
    color: #000;
    line-height: 20px;
    margin-bottom: 8px;
    display: block;
}

/* .testi_img.inner_block.slick-slide {
    width: 5% !important;
} */

.hero_listing {
    margin-bottom: 46px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.title_autioneer {
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}

.bidai_content {
    padding-right: 85px;
}


/* video */
.leading_video {
    position: relative;
    display: inline-block;
}

.leading_video iframe {
    display: block;
}

/* Play/Pause button */
#toggleBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 10;
    opacity: 0;
    /* hidden by default */
    transition: opacity 0.3s ease;
    pointer-events: auto;
}

/* Visible state */
#toggleBtn.visible {
    opacity: 1;
}

.upload_ai_photo a {
    font-size: 34px;
    color: #5FA5C2;
    font-weight: 600;
}

.upload_ai_photo h6 img {
    margin-right: 10px;
    margin-top: -5px;
}

/* y98uy8y */
section.auction_catalog_sect {
    /*background: url('../images/group_m.png');*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/*section.bidai_sect::before {
    position: absolute;
    content: "";
    background: url('../images/shape.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: 100% 1005;
    left: 0px;
    bottom: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    opacity: .2;

}
*/
section.bidai_sect {
    position: relative;
    z-index: 1;
}

section.auction_catalog_sect {
    position: relative;
}

section.auction_catalog_sect::before {
    position: absolute;
    content: "";
    background: url('../images/dotted_zigzag.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0px;
    right: 0px;
    top: 40%;
    bottom: 0px;
    width: 100%;
    height: auto;
    margin: auto;
    z-index: 0;
}

.powred_img {
    position: absolute;
    top: 18%;
    left: 18px;
}

.title_powered_ai {
    margin-bottom: 35px;
}

section.product_slider_sect {
    background: #5FA5C2;
}

.product_dis p {
    color: #fff;
}

.product_dis span {
    color: #fff;
}

.product_dis {
    padding: 10px 30px 30px 30px;
    display: inline-block;
}

.product_slider_sect .slick-slider {
    margin-bottom: 0px;
}

.product_cta {
    color: #fff;
    font-size: 10px;
    padding: 7px 17px;
    background: transparent;
    border: .6px solid #fff;
    margin-top: 33px;
    border-radius: 100px;
    display: inline-block;
    transition: .2s ease-in-out;
}

.product_cta:hover {
    color: #5FA5C2;
    background: #fff;
    transition: .2s ease-in-out;
}

.product_dis span {
    font-size: 14px;
    line-height: 24px;
}

section.pricing_comperision {
    /*background: url('../images/table_bg.png');*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* table data */
table.group_table th,
td {
    color: #fff;
}

table.group_table {
    width: 100%;
}

table.group_table tr td {

    text-align: center;
    font-weight: 400;
    font-size: 16px;
    padding: 30px 40px;
}

table.group_table tr td:first-child {
    text-align: left;
    font-size: 20px;
    line-height: 100%;
}

table.group_table tr th {

    text-align: center;
    font-size: 21px;
    font-weight: 600;
    line-height: 25px;
}

table.group_table tr th:first-child {
    text-align: left;
    width: 24%;

    font-size: 24px;
    font-weight: 700;
}

thead tr th {
    padding: 30px 30px;

    line-height: 100%;
}

.table_main tbody tr td {
    border-bottom: 1px solid #D9D9D924;
    border-left: 1px solid #D9D9D924;
    white-space: break-spaces;
}

.about_content p {
    max-width: 90%;
}

.table_main tbody tr:last-child td {
    border-bottom: 0px solid #D9D9D924;
    border-left: 1px solid #D9D9D924;
}

.table_main tbody tr td:first-child {
    border-left: 0px solid #D9D9D924;
}

thead tr th {
    border-left: 1px solid #D9D9D924;
}

thead tr th:first-child {
    border-left: 0px solid #D9D9D924;
    border-top-left-radius: 35px;
}

thead tr th:last-child {
    border-top-right-radius: 35px;
}

table.group_table {
    border: 1px solid #6B6E6D69;
    border-collapse: separate;
    /* important */
    border-spacing: 0;
    /* remove extra gaps */
    border-radius: 35px;
    /* rounded corners */
    /* overflow: scroll;  */
}

table.group_table {
    background: #FFFFFF05;
}

.title_pricing h2 {
    color: #fff;
    margin-bottom: 90px;
}

tr.ai_powered_tr td:first-child {
    font-size: 22px !important;
    font-weight: 700;
    background: #5FA5C21F;

}

img.mobile_tble_logo {
    display: none;
}

img.desktop_logo {
    display: block;
}

tr.ai_powered_tr td {
    background-color: #fff;
}

thead tr th:nth-child(2) {
    background: #5FA5C2;
    height: 160px;
    border: 2px solid #4897B9;
    border-bottom: 6px solid #4897B9;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -50px;
}

thead tr {
    position: relative;
}

thead tr th {
    background: #5FA5C21F;
}

.fgfgh {
    margin-top: 50px;
}

table.group_table td {
    width: 20%;
}

.table_main tbody tr:last-child td:nth-child(2) {
    height: 133px;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    top: 0;
    margin-bottom: -50px;
    display: block;
    width: 100%;
}

.table_main tbody tr:last-child {
    position: relative;
}

.table_main tbody tr td:nth-child(2) {
    background: #fff;
    color: #4F4F4F;
}

.top_logo {
    display: flex;
    align-items: center;
    gap: 30px;
}

section.testimonials_sect .slick-next:before,
.slick-prev:before {
    color: #000;
    font-size: 26px;
    display: none;
}

section.testimonials_sect button.slick-next.slick-arrow {
    width: 70px;
    height: 70px;
    border: 1px solid #000000;
    border-radius: 100px;
    right: -100px;
}

section.testimonials_sect button.slick-prev.slick-arrow {
    width: 70px;
    height: 70px;
    border: 1px solid #000000;
    border-radius: 100px;
    left: -100px;
}


section.faq_main_sect {
    background: #5FA5C2;
}




/* Table wrapper for responsiveness */
.table_main {
    display: block;
    /* responsive ke liye */
    max-width: 100%;
    margin: 0 auto;
    /* center align */
}

/* Actual table */
.group_table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    min-width: 600px;
    /* mobile me scroll ke liye */
}

.group_table th,
.group_table td {
    font-size: 14px;

}

.top_side span {
    max-width: 94%;
}

.hero_cont h2 br {

    display: none;
}

.conta_right {
    padding-left: 27%;
    margin-top: 90px;
}

/* Header */
.group_table thead th {
    background-color: #5FA5C21F;
    color: #fff;
    font-weight: 600;
}



/* section#pricing_sect6 {
    overflow: scroll;
} */
.scrol_top_main {
    overflow-x: auto;
    padding: 52px 0px;
}

.mobile_her0_slider {
    display: none;
}

.prodct_img span {
    font-size: 12px;
    font-weight: 700;
    background: #9A6E56;
    padding: 7px 20px;
    border-radius: 100px;
    text-transform: capitalize;
    color: #fff;
}

.prodct_img span {
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 16px;
}

.prodct_img {
    position: relative;
}

th,
td {
    white-space: inherit;
}

/* tbody tr:last-child td:nth-child(2) {
    max-width: 223px;
}
thead tr th:nth-child(2) {
    max-width: 223px;
} */





/* mobile table */

.mobile_table {
    display: flex;
}

.thead_hy {
    background: #1d3d4c;
}

.thead_hy h6 {
    color: #fff;
    font-size: 16px;
    padding: 30px 15px;
    margin: 0px;
}

.mobile_table {
    display: none;
}

.thead_hy {
    min-width: 206px;
    position: sticky;
    left: 0;
    z-index: 9;
    /* text-align: left; */
    width: 100%;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
}

table.mobile_table_group tr td {
    font-size: 14px;
    font-weight: 500;
    border-right: 1px solid #D9D9D924;
    padding: 30px 10px;
    border-bottom: 1px solid #D9D9D924;
    z-index: 0;
    line-height: 14px;
}

.slick-list.draggable {
    padding-top: 20px;
}

.inner_block {
    border-top: 0px;
    border-bottom: 0px;
    border-left: 1px solid #4F4F4F;
    border-right: 1px solid #4F4F4F;
    border-radius: 0px;
}

.didai {
    position: absolute;
    top: 35px;
    right: 0;
    z-index: -1;
    transform: translateY(0%);
    animation: moveRL 5s infinite alternate linear;
}

.about_sect {
    position: relative;
    overflow-x: hidden;
}

@keyframes moveRL {
    0% {
        left: calc(100%);
        /* Start Right side */
    }

    100% {
        left: 50%;
        /* Move to Left side */
    }
}


.bidai_content p {
    color: #fff;
    max-width: 95%;
}

.product_dis p {
    max-width: 86%;
}

.product_dis span {
    max-width: 98%;
    display: block;
}

.product_slider_main .slick-slide img {
    display: block;
    margin: auto;
}

.footer_logo a:first-child img {
    width: 386px;
}

.footer_logo a:last-child img {
    width: 286px;
}

/* (ak 5/9) */
.about_sect>.container>.row,
.powered_by_ai>.container>.row {
    align-items: center;
}

.button_power .cta {
    margin-top: 10px;
}

.test_by {
    padding-top: 35px;
    border-top: 1px solid #2C363D14;
}

.inner_block {
    border-left: unset;
}

.top_logo {
    min-height: 87px;
}

.top_side span {
    margin-bottom: 24px;
}

.testi_slider_main .slick-track,
.product_slider .slick-track {
    display: flex;
}

.testi_slider_main .slick-track .inner_block,
.product_slider .slick-track .inner_product {
    height: auto;
}

.powered_by_ai {
    overflow: hidden;
}

.product_btn {
    margin-top: auto;
}

.product_slider .slick-track .inner_product {
    display: flex;
    flex-direction: column;
}

.product_slider .slick-track .inner_product .product_dis {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.product_btn .product_cta {
    margin-top: 20px;
}

.after_bg::after {
    display: none !important;
}

.logo_and_btn {
    padding: 15px 0px;
}

.button-dv {
    display: none;
}

/* (8/9) */
.auction_catalog_sect {
    background-attachment: fixed !important;
}

.about_sect {
    overflow: hidden;
}

.testimonials_sect button.slick-next.slick-arrow,
.testimonials_sect button.slick-prev.slick-arrow {
    background-color: #5FA5C2;
    border-color: #5FA5C2 !important;
}

.testimonials_sect button.slick-next.slick-arrow img,
.testimonials_sect button.slick-prev.slick-arrow img {
    filter: brightness(0.5) invert(1);
}

.testimonials_sect button.slick-next.slick-arrow.slick-disabled,
.testimonials_sect button.slick-prev.slick-arrow.slick-disabled{
    background: transparent;
    border-color: #000 !important;
}

.testimonials_sect button.slick-next.slick-arrow.slick-disabled img,
.testimonials_sect button.slick-prev.slick-arrow.slick-disabled img  {
    filter: unset;
}