html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
}

::-moz-selection {
    background: #F7CD21;
}

::selection {
    background: #F7CD21;
}

.logo-img {
    width: 124px;
}

.navigation {
    padding: 1.5rem 2rem;
    transition: 0.5s;
}

.navigation.navigation-sticky {
    padding: 0.5rem 2rem;
    transition: 0.5s;
    box-shadow: 0 12px 24px 0 rgb(132 146 166 / 16%);
}

.navigation-sticky .get-strted-btn {
    background-color: #972E97;
    color: #fff !important;
}

.navigation .navbar-nav>li>a {
    color: #2a2a2a !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-size: 14px;
}

.get-strted-btn {
    position: relative;
    border-color: #972E97;
    padding: 0.8rem 2.2rem;
    border: 2px solid #972E97;
    display: inline-block;
    border-radius: 50px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000 !important;
    transition: 0.2s;
    margin-right: 25px;
}

.get-strted-btn span {
    display: inline-block;
    transition: 0.2s;
    top: 2px;
    position: relative;
}

.get-strted-btn:hover {
    text-decoration: none;
    transition: 0.2s;
}

.get-strted-btn:hover span {
    transform: translateY(-20px);
    opacity: 0;
    transition: 0.2s;
}

.get-strted-btn:before {
    content: "GET STARTED FREE";
    position: absolute;
    transform: translateY(20px);
    font-size: 14px;
    transition: 0.2s;
    opacity: 0;
}

.get-strted-btn:hover:before {
    /* bottom: 31px; */
    transition: 0.2s;
    transform: translateY(1px) !important;
    opacity: 1;
}

.botm-hover {
    position: relative;
}

.botm-hover::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background: #000;
    bottom: 0;
    right: 0;
    transition: 0.2s;
}c

.botm-hover:hover {
    text-decoration: none;
}

.botm-hover:hover:before {
    left: 0;
    width: 100%;
    transition: 0.2s
}

.banner-heading {
    font-size: 5rem;
    text-align: center;
    font-weight: 600;
    line-height: 1;
}

.banner-sub-txt {
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.builndg-bot {
    color: #000;
    font-weight: 600;
}

.heading2 {
    color: #972E97;
    font-weight: 600;
    font-size: 3.6rem;
}

.maychat-small-txt {
    font-weight: 600;
}

.manychat-heading {
    color: #000;
    font-weight: 600;
    font-size: 34px;
}

.manychat-sub-txt {
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
}

.testimonial-txt {
    font-size: 23px;
    color: #000;
    font-weight: 600;
    line-height: 32px;
}

.testi-quote {
    font-size: 30px;
    color: #972E97;
    margin-bottom: 20px;
}

.testimonial-section .carousel-item {
    border: 1px solid #dbdbdb;
    padding: 30px 20px 0px 0;
}

.testimonial-section .carousel-control-prev {
    width: 50%;
    opacity: 1;
}

.testimonial-section .carousel-control-prev>span {
    background-color: #972E97;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: -42px;
    display: inline-block;
    padding: 4px 15px;
    border-radius: 24px;
    margin-right: 5px;
}

.testimonial-section .carousel-control-next {
    width: 50%;
    opacity: 1;
}

.testimonial-section .carousel-control-next>span {
    background-color: #972E97;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: -42px;
    display: inline-block;
    padding: 4px 15px;
    border-radius: 24px;
    margin-left: 5px;
}

.cstm-heading {
    font-size: 54px;
    font-weight: 600;
    color: #000;
}

.sub-heading {
    font-size: 23px;
}

.sub-heading span {
    background: #F7CD21;
    display: inline-block;
    padding: 1px 10px;
    border-radius: 8px;
}

.get-start-blue-bg {
    background: #972E97;
    color: #fff !important;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background: #972E97;
    border: 1px solid #972E97;
    border-radius: 50%;
    box-shadow: 0px 5px 20px #00000078;
}

#btn-back-to-top:focus {
    box-shadow: none;
}

#services__accordion h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
}

#accordion-container {
    display: grid;
    grid-template-columns: 37% auto;
}

#accordion__img img {
    display: block;
}

.border-btm {
    border-bottom: 1px solid #dbdbdb;
}

.new-txt {
    font-size: 11px;
    background: #000;
    color: #fff;
    padding: 9px 6px;
    display: inline-block;
    border-radius: 21px;
}

.accordion__body {
    padding-left: 22px;
}

.learn-more-btn {
    color: #000;
}

.learn-more-btn:hover {
    color: #000;
}

#services__accordion .accordion {
    margin-bottom: 45px;
}

.color-white {
    color: #fff;
}

.policy-email {
    color: #000;
}
.policy-email:hover{color:#972E97; text-decoration:none;}

footer {
    background-color: #1C1C28;
}

.yellow-bg {
    background-color: #f7cd21;
    border: 1px solid #f7cd21;
}

.footer-nav h5 {
    color: #696973;
    font-size: 16px;
    margin-bottom: 15px;
}

.footer-nav ul {
    padding: 0;
    list-style: none;
}

.footer-nav ul li {
    margin-bottom: 10px;
}

.footer-nav ul a {
    color: #fff;
}

.footer-nav ul a:hover {
    text-decoration: none;
    color: #f7cd21;
}

footer .col-md-2 {
    margin-bottom: 20px;
}

.ftr-btm,
.ftr-btm a {
    color: #fff;
}

.ftr-btm a,
.ftr-btm span {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
}

.font-weight-600 {
    font-weight: 600;
}

.free-price {
    background: #F3F5F9;
    padding: 25px;
    border-radius: 7px;
    transition: 0.5s;
}

.price-btn {
    display: block;
    background: #fff;
    padding: 10px;
    color: #000;
    font-size: 16px;
    border-radius: 7px;
    transition: 0.5s;
}

.price-btn:hover {
    background-color: #000;
    color: #fff;
    transition: 0.5s;
    text-decoration: none;
}

.free-price:hover,
.paid-price:hover {
    transition: 0.5s;
    transform: translateY(-5px);
    box-shadow: 0px 2px 15px #00000030;
}

.paid-price {
    background-color: #972E97;
    padding: 25px;
    border-radius: 7px;
    transition: 0.5s;
    color: #fff;
}

/* .paid-price .price-btn{background-color: #F7CD21;} */
.paid-price .price-btn:hover {
    color: #000;
    background-color: #F7CD21;
}

.breadcumb-heading {
    font-size: 60px;
    font-weight: 600;

}

.breadcub-section {
    /* background: #f3f3f3; */
    border-bottom: 1px solid #efefef;
}

.breadcub-section li a {
    background: linear-gradient(to right, #b34cb3 0%, #330867 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
}

nav.navbar.bg-light {
    background-color: #fff !important;
}


   #faq .card {
    background-color: #fff;
    box-shadow: 0px 2px 15px #0000001f;
    margin-bottom: 20px;
    border: 0;
  }

   #faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
            box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
  }

   #faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    color: #222;
    padding: 20px;
    background: #fff;
    box-shadow: none;
  }

   #faq .card .card-header .btn-header-link:after {
    content: "\f106";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
  }


  #faq .card a{  font-size: 24px;
    font-weight: 600;}

   #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f107";
  }

   #faq .card .collapsing {
    line-height: 30px;
  }

   #faq .card .collapse {
    border: 0;
  }

   #faq .card .collapse.show {
    line-height: 30px;
    color: #222;
  }

  .faq-section{
    background: #F4F7FD;
  }

#faq .card-body a{
    font-size: 14px;
    color: #972e97;
}

.counting__no{
    width: 27px;
    background: #972e97;
    display: inline-block;
    text-align: center;
    height: 27px;
    line-height: 27px;
    color: #fff;
    border-radius: 50%;
    font-size: 15px;
}
.terms-and-cond .accordion{
    border: 1px dashed #c1c1c1;
    padding: 20px 20px 0 20px;
    border-radius: 6px;
}

.credit-service{    font-size: 20px;
    font-weight: 600;
    color: #444;}
    .free-plan-icon i{    color: #972e97;}
    
    select.credit-price:focus{outline:0; background-color: #762176;
    border: none;
    outline: 0 !important;
    box-shadow: none;
    color: #fff;
    font-size: 14px;}
    select.credit-price {
        font-size: 14px;
        background-image: linear-gradient( 
45deg, transparent 50%, white 50%), linear-gradient( 
135deg, white 50%, transparent 50%), linear-gradient(to right, #762176, #762176);
    background-position: calc(100% - 21px) calc(1em + 2px), calc(100% - 16px) calc(1em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 3em 3em;
    background-repeat: no-repeat;
    outline: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #891d89;
    border: none;
    color: #fff;
    }
    
    .custm-circle-bullet{    padding: 0;}
    .custm-circle-bullet li{list-style:none; padding-left: 25px;}
    .custm-circle-bullet li:before{content:"\f192"; position:absolute; font-family: "Font Awesome 5 Free";     margin-left: -23px;}
    .cstm-bordr-box{    padding: 20px 20px 10px;
    border: 1px dashed #c7c7c7;
    border-radius: 5px;}

@media screen and (max-width:767px) {
    .banner-heading {
        font-size: 30px;
        line-height: 36px;
    }

    .cstm-heading {
        font-size: 34px;
    }

    #accordion__img img {
        width: 100%;
    }

    .banner-sub-txt {
        font-size: 20px;
    }

    #accordion-container {
        display: block !important;
    }

    #accordion__img {
        display: none;
    }
}

@media screen and (max-width:1023px) {
    .navbar-brand {
        display: contents;
    }

    .logo-img {
        width: 100px;
    }

    .testimonial-section .carousel-item {
        padding: 15px;
    }

    .navigation .navbar-collapse {
        margin-top: 30px;
        height: 100vh;
        transition: 0.5s;
    }

    .navigation .navbar-collapse .navbar-nav li {
        border-bottom: 1px solid #dbdbdb;
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .navigation .navbar-text {
        margin-top: 15px;
    }

    .navigation .get-strted-btn {
        padding: 0.8rem 1.6rem;
        margin-right: 10px;
    }

    .navigation .botm-hover {
        display: inline-block;
        background: #952c95;
        color: #fff !important;
        padding: 0.8rem 1.6rem;
        border-radius: 30px;
    }

    .navigation .botm-hover:hover:before {
        display: none;
    }
}

@media screen and (min-width:1023px) {
    .free-price{height:320px;}
    .navbar-brand {
        width: 270px;
    }
}

@media screen and (min-width:768px) {
    footer .col-md-2 {
        flex: 0 0 19.666667%;
        max-width: 19.666667%;
    }
}