@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
    --primary: #1E72FC;
    --secodery: #0C1142;
    --secodery-dark: #1D2031;
    --secondery-light: #20346B;
    --white: #ffffff;
    --white-light: #FAFBFF;
    --black: #000000;
    --grey: #606060;
    --grey-dark: #494949;
    --primary-gradient: linear-gradient(174.57deg, #0C1142 -17.71%, #4D7CFF 128.37%);
    --secodery-gradient: linear-gradient(99.22deg, #4D7CFF 4.64%, #3758B5 103.95%);
    --ternary-gradient: radial-gradient(61.93% 61.93% at 50% 74.95%, rgba(12, 17, 66, 0.45) 0%, #0C1142 100%);
    --error: #EF717D;
}

body {
    background-color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
a {
    font-family: 'Poppins', sans-serif;
    color: var(--primary);
    font-weight: 400;
}

h1 {
    font-size: 2.5rem;
    color: var(--secodery);
    font-weight: 600;
}
h2{
    font-size: 2rem;
}
h4 {
    font-size: 1.4rem;
}
h5 {
    font-size: 1.1rem;
}
h6 {
    font-size: 1rem;
    color: var(--grey);
}

p {
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
    color: var(--grey);
}
span{
    font-family: 'Poppins', sans-serif;
}
hr {
    border-top: 1px solid #ABB7E3 !important;
    width: -webkit-fill-available;
}

.invalid-feedback {
    margin-bottom: 0rem;
}


.padding-top {
    padding-top: 5rem;
}

.padding-bottom {
    padding-bottom: 5rem;
}

.mendatory {
    color: var(--primary);
}

.middled {
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.centered {
    display: flex;
    align-items: center;
    justify-content: center;
}

:not(.input-group)>.bootstrap-select .form-control:not([class*=col-]) {
    width: 80%;
}

.bs-searchbox .form-control {
    width: 100% !important;
}

.bootstrap-select>.dropdown-toggle {
    background-color: #ededed;
    box-shadow: inset 2px 2px 6px rgb(0 0 0 / 25%);
}

.fixed {
    position: fixed;
    top: 0;
}

.col-form-label {
    text-align: right;
}

.submit_btn {
    background-color: var(--secodery);
    color: var(--white);
    padding: .5rem 2rem;
    width: fit-content;
    border-radius: 1rem;
}

.submit_btn:hover {
    background-color: var(--primary);
    color: var(--white);
    font-weight: 600;
}

header {
    /*    position: absolute;*/
    right: 0;
    left: 0;
    z-index: 999;
}
#topbar-menu{
    margin-left: 2rem;
}
.herader-support{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    font-weight: 500;
    margin-right: 1rem;
}
.herader-support img{
    width: .8rem;
}
.herader-support span{
    color: var(--grey);
    margin-left: 0.3rem;
}
.herader-support a{
    text-decoration: none;
    font-weight: 600; 
    color: var(--grey-dark);
}
.herader-support a:hover{
    color: var(--primary);
}
.container-fluid {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
}

.row {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
}

.nav-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 12rem;
}

.navbar-light .navbar-nav .nav-link {
    font-size: .9rem;
    font-weight: 400;
    text-align: center;
    color: var(--white);
    padding: .3rem 1rem !important;
}

.navbar-light .navbar-nav .nav-link.active {
    font-weight: 400;
    color: var(--primary);
    background: var(--white);
    border-radius: 2rem;
}

.navbar-light .navbar-nav .nav-link:hover {
    font-weight: 400;
    color: var(--primary);
    background: var(--white);
    border-radius: 2rem;
}

.dropdown:hover>.dropdown-menu {
    text-align: left;
}

.navbar-light .navbar-toggler {
    color: var(--white);
    border-color: var(--white);
}

/*.nav-item .nav-link:hover::before {
    width: 0.8rem;
    bottom: .9rem;
}*/
.nav-item {
    padding: 0.1rem 0.3rem;
}

.navbar {
    padding: 0rem 0rem;
}

.nav-content {
    padding: 0rem 0rem !important;
}

.navigation {
    position: absolute;
    padding: 2rem 0;
    background: transparent;
    /* box-shadow: 0px 4px 13px rgb(138 132 132 / 34%); */
    z-index: 999;
    width: 100%;
}

/*************** Home Page ***************/

.banner h1 {
    color: var(--primary-dark);
    font-weight: 400;
}

.banner .header-content {
    text-align: center;
}

.banner .header-content-div {

    background: #0000009e;
    padding: 2rem;
    border-radius: .5rem;
}

.banner {
    background: url(/frontend/images/banner-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 650px; */
    position: relative;
    padding-top: 9rem;
}
.banner h1{
    color: var(--white);
}
.banner p{
    color: var(--white);
    opacity: .6;
}
.banner .banner-video-div {
    position: relative;
    padding: .5rem;
    border: none;
}

.banner .banner-video {
    border-radius: .5rem;
    object-fit: fill;
    border-radius: 1rem;
}

.banner .play-button {
    background: transparent;
    position: absolute;
    border: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    margin: auto;
}
.industries-div .industries .card .card-title {
    font-weight: 600;
    color: var(--secodery);
}
.banner .signup-btn{
    color: var(--white);
    background: var(--secodery-dark);
    border: 1px solid var(--secodery-dark);
}
.banner .signup-btn:hover{
    color: var(--white);
    background: var(--secodery);
    border: 1px solid var(--secodery);
}
.banner .sales-btn{
    color: var(--white);
    background: none;
    border: 1px solid var(--white);
}
.banner .sales-btn:hover{
    color: var(--primary);
    background: var(--white);
    border: 1px solid var(--white);
}
 .about-banner .signup-btn, .insights-banner  .signup-btn{
    color: var(--white);
    background: var(--primary);
    border: 1px solid var(--primary);
}
.about-banner .signup-btn:hover, .insights-banner .signup-btn:hover{
    color: var(--primary);
    background: var(--white);
    border: 1px solid var(--white);
}
.about-banner .sales-btn, .insights-banner .sales-btn{
    color: var(--white);
    background: none;
    border: 1px solid var(--white);
}
.about-banner .sales-btn:hover, .insights-banner .sales-btn:hover{
    color: var(--primary);
    background: var(--white);
    border: 1px solid var(--white);
}

.signup-btn {
    color: var(--white);
    font-size: .85rem;
    background: var(--secodery);
    padding: 0.5rem 1.75rem;
    border-radius: 2rem;
    border: 1px solid var(--secodery);
}
.signup-btn:hover {
    color: var(--white);
    background: var(--primary);
    padding: 0.5rem 1.75rem;
    border-radius: 2rem;
    border: 1px solid var(--primary);
}
.sales-btn {
    color: var(--primary);
    font-size: .85rem;
    background: none;
    padding: 0.5rem 1.75rem;
    border: 1px solid var(--primary);
    border-radius: 2rem;
}
.sales-btn:hover {
    color: var(--white);
    background: var(--primary);
    padding: 0.5rem 1.75rem;
    border-radius: 2rem;
    border: 1px solid var(--primary);
}
/* .menu-custom-login-btn {
    border: 1px solid var(--grey);
    color: var(--grey) !important;
    border-radius: .4rem;
    padding: .2rem 1rem !important;
}
.menu-custom-login-btn:hover {
    background: var(--primary);
    border: 1px solid var(--primary);
    color: var(--white) !important;
} */
.menu-custom-signup-btn {
    background: var(--secodery-dark);
    border:none;
    color: var(--white) !important;
    border-radius: 2rem;
    padding: .2rem 1.5rem !important;
}
.menu-custom-signup-btn:hover {
    background: var(--white);
    color: var(--primary) !important;
}

/* .menu-custom-signup-btn {
    background: #17CBA0;
    color: var(--white) !important;
    border-radius: .5rem;
    padding: .5rem 1rem !important;
} */

.menu-custom-sales-btn {
    background: var(--primary);
    color: var(--white) !important;
    border-radius: .4rem;
    padding: .2rem 1rem !important;
}
.menu-custom-sales-btn:hover {
    background: var(--primary-dark);
}
.industries-div .industries {
    justify-content: space-between;
}

.industries-div .industries .card {
    height: 10rem;
    width: 10rem;
    box-shadow: 11px 20px 49.3px 0px #1C378012;
    border-radius: .5rem;
    border: none;
}
.industries-div .industries .card .card-body {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.key-features-sec h4{
   color: var(--secodery);
   font-weight: 600;
}
/* .key-features{
    height: 25rem;
    overflow: hidden;
    margin-bottom: 5rem;
} */
.key-features-sec{
    height: 25rem;
    /* padding-bottom: 5rem; */
    margin-bottom: 3rem;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.key-features-sec::-webkit-scrollbar {
    display: none;
}
.features{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
.features img {
    box-shadow: 4px 4px 61.1px 0px #1D203129;
    border-radius: 1rem;
    outline: 1.5px dotted var(--gray);
}
.intro{
    background: var(--primary);
    color: var(--grey-dark);
}
.intro h1 {
    color: var(--white);
    font-weight: 400;
}
.intro h6 {
    font-weight: 700;
    color: var(--white);
}
.intro p {
    color: var(--white);
    opacity: .8;
}
.intro .intro-video-div {
    position: relative;
    padding: .5rem;
    border: none;
}

.intro .intro-video {
    border-radius: .5rem;
    object-fit: fill;
}

.intro .play-button {
    background: transparent;
    position: absolute;
    border: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* z-index: 99; */
    margin: auto;
}

/*.why-thread .col-lg-6 {
    margin-bottom: 1rem;
}*/

.why-thread .why-content h6{
   font-size: 1.25rem;
}
.why-thread h2 {
    color: var(--secodery);
}
.why-thread h4 {
    color: var(--primary);
}
.how-it-works h1{

}
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
  }
  
  .timeline:before {
    top: 25px;
    bottom: 100px;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: var(--primary);
    left: 5%;
    margin-left: -1.5px;
  }
  
  .timeline > li {
    margin-bottom: 20px;
    position: relative;
  }
  
  .timeline > li:before,
  .timeline > li:after {
    content: " ";
    display: table;
  }
  
  .timeline > li:after {
    clear: both;
  }
  
  .timeline > li:before,
  .timeline > li:after {
    content: " ";
    display: table;
  }
  
  .timeline > li:after {
    clear: both;
  }
  
  .timeline > li > .timeline-panel {
    width: 85%;
    float: left;
    position: relative;
  }
  
  .timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 0;
    left: 5%;
    margin-left: -25px;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
  }
  
  .timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  
  .timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
  
  .timeline-heading {
    width: 100%;
  }
  .timeline-clock {
    width: 25%;
  }
  
  .timeline-title {
    color: var(--secodery) !important;
    margin-top: 0;
    color: inherit;
  }
  .timeline-heading p{
    margin-bottom: 0;
    min-height: 2.3rem;
    height: 100%;
  }

.clients {
    padding: 7rem 0 7rem 0;
}

.clients .card {
    width: 7rem;
    height: 7rem;
    border: none;
    border-radius: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clients img {
    filter: grayscale(1);
}

.clients img:hover {
    filter: grayscale(0);
}

.activity h3 {
    color: var(--secodery);
}

.activity {
    /* background: url(/frontend/images/activity-bg.svg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 600px; */
    /* padding: 5rem 0 5rem 0; */
}

.activity h1 {
    color: var(--secodery);
}

.activity .card {
    width: 49%;
    height: 49%;
    border: 1px solid var(--secondery-light);
    border-radius: .5rem;
}
.activity .card .card-title{
    font-weight: 700;
}
.activity .card .card-text{
    font-size: 1.1rem;
    font-weight: 600;
}
/* .testimonials {
    min-height: 550px;
    height: 100%;
    align-items: center;
} */
.why-thread ul{
    list-style-type: none;
    padding: 3rem 0;
}
.why-thread li {
    display: flex;
    align-items: center;
    margin-bottom: .5rem;
    font-size: 1.2rem;
}
.why-thread li::before {
    content: "";
    /* display: inline-block; */
    width: 1rem;
    height: 1rem;
    background: url(/frontend/images/tik-with-bg.svg) no-repeat;
    background-size: cover;
    padding: .5rem;
    margin-right: .5rem;
}
.rating .icon{
    font-size: 2rem;
    color: #FFC700;
}
.testimonials p {
    color: var(--secondery-light);
    font-size: .85rem;
}

/* .testimonials .carousel img {
    width: 70px;
    max-height: 70px;
    border-radius: 50%;
    margin-right: 1rem;
    overflow: hidden;
  } */
  .testimonials .carousel-inner {
    padding: 1em;
  }
  
  @media screen and (min-width: 576px) {
    .testimonials .carousel-inner {
      display: flex;
      margin-inline: auto;
      padding: 1em 0;
      overflow: hidden;
    }
    .testimonials .carousel-item {
      display: block;
      margin-right: 0;
      flex: 0 0 calc(100% / 2);
    }
  }
  @media screen and (min-width: 768px) {
    .testimonials .carousel-item {
      display: block;
      margin-right: 0;
      flex: 0 0 calc(100% / 3);
    }
  }
  .testimonials .carousel .card {
    min-height: 10rem;
    margin: 0 0.5em;
    border: 0;
    height: 100%;
    box-shadow: 0px 2px 12px 0px #29208C14;
    border-radius: 1rem;
}
.testimonials .carousel .card .card-title {
    color: var(--secodery);
    margin-bottom: .25rem;
}
.testimonials .carousel .card .card-body {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
  
.testimonials .carousel-control-prev,
.testimonials .carousel-control-next {
    background-color:transparent;
    border: none;
  }
  
.insights h4 {
    font-weight: 700;
}

.insights .card .card-title {
    /* min-height: 6rem; */
    color: var(--white);
}

/* .insights a {
    text-decoration: none;
} */

.insight h1,
.insight h2,
.insight h3, .insight h4,
.insight h5, .insight h6, .insight li
{
    color: var(--secodery);
}
.view-article-btn {
    color: var(--white);
    background: none;
    padding: 0.5rem 3rem;
    border-radius: 2rem;
    border: 1px solid var(--white);
    text-decoration: none;
    width: fit-content;
}
.view-article-btn:hover {
    color: var(--white);
    background: var(--primary);
    padding: 0.5rem 3rem;
    border-radius: 2rem;
    border: 1px solid var(--primary);
    text-decoration: none;
}
.view-more-btn {
    color: var(--secodery);
    background: none;
    padding: 0.5rem 3rem;
    border-radius: 2rem;
    border: 1px solid var(--secodery);
    text-decoration: none;
}
.view-more-btn:hover {
    color: var(--white);
    background: var(--primary);
    padding: 0.5rem 3rem;
    border-radius: 2rem;
    border: 1px solid var(--primary);
    text-decoration: none;
}
.contact {
    background: url(/frontend/images/contactus-bg.svg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 600px;
    padding: 5rem 0 5rem 0;
}

.contact h1 {
    color: #ffffff;
    padding-bottom: 1rem;
}

.contact h6, .contact p {
    color: #ffffff;
}
.contact .contact-content img{
    width: 2rem;
}
/* .image-container img {
    display: none;
    
}

.image-container img.active {
    display: block;
} */
/*************** End Home Page ***************/

/*************** start Common CSS ***************/
.policy-banner h2{
    color: var(--white);
}
.policy h2{
    color: var(--secodery);
}
.policy li{
    color: var(--grey);
}
.insights .card {
    border: none;
    background: transparent;
    box-shadow: 11px 14px 45px 0px #ABB7E33D;
    border-radius: 1rem;
    min-height: 18rem;
    height: 100%;
}
.insights .card .card-img-top{
    border-radius: 1rem;
    position: absolute;
    z-index: -1;
    height: inherit;
}
.insights .card .card-body {
    display: flex;
    flex-flow: column;
    justify-content: end;
}
.social {
    justify-content: center;
    padding-bottom: 1rem;
}

.social a {
    padding-right: 1rem;
}



/*************** End Common CSS ***************/

/*************** About Page ***************/
.about-page .about-banner {
    background: url(/frontend/images/about-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* min-height: 600px; */
    position: relative;
    color: var(--white);
    padding-top: 8rem;
}

.about-page .about-banner h1, .about-page .about-banner h4,.about-page .about-banner p, .insights-banner h1, .insights-banner h4, .insights-banner p {
    color: var(--white);
}
.about-banner p {
    opacity: .6;
}
.about-page .intro-video-div {
    position: relative;
    padding: .5rem;
    border: none;
}

.about-page .banner-video-div {
    position: relative;
    padding: .5rem;
    border: none;
}

.about-page .banner-video {
    border-radius: .5rem;
    object-fit: fill;
    border-radius: 1rem;
}

.about-page .play-button {
    background: transparent;
    position: absolute;
    border: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    margin: auto;
}

.about-page .vision h5 {
    color: var(--primary);
}

.about-page .vision h2, .about-page .founders h2 {
    color: var(--secodery);
}

.about-page .vision h6 {
    color: var(--secodery);
}

.about-page .vision p {
    color: var(--grey);
}

.about-page .difference h4 {
    color: var(--primary);
    font-weight: 400;
}

.about-page .difference .why-content {
    /* box-shadow: 11px 9px 46px 0px #ABB7E33D;
    border-radius: .5rem;
    height: 100%; */
    padding: 1rem;
    margin-bottom: 1rem;
    
}

/* .about-page .vision img {
    max-height: 30rem;
    height: 100%;
    width: 100%;
} */

/*************** End About Page ***************/


/*************** Pricing Page ***************/

/* .pricing .packages {
    background: url(/frontend/images/pricing-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
} */

.packages h1 {
   
}

.packages h2 {

}

.packages h5 {

}

.packages hr {
    width: 100%;
}
.pricing .features ul {
    display: flex;
    flex-flow: column;
    align-items: center;
    padding-top: 1rem;
    list-style-type: none;
}

.pricing .features li {
    padding: .5rem;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--black);
    display: flex;
    align-items: center;
}

/* .pricing .features li::before {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    background: url(/frontend/images/tik.png);
    margin-right: .5rem;
} */
.pricing .features li::before {
    content: "";
    width: 2rem;
    height: 2rem;
    background: url(/frontend/images/tik.png);
    background-repeat: no-repeat;
    margin-right: .5rem;
}
.packages .packages-div {
    padding-top: 3rem;
    justify-content: space-around;
}


/* .amarpay-logo{
    max-width: 9rem;
} */
.payment-channels h5{
    color: var(--grey);
}
.pkg-footer .plan-btn {
    background: var(--primary);
    color: var(--white);
    border-radius: .5rem;
    padding: .5rem 2.5rem;
    margin-left: 1rem;
    font-weight: 600;
}
.pkg-footer .plan-btn:hover {
    background: var(--white);
    color: var(--primary);
    padding: .5rem 2.5rem;
}

/*************** End Pricing Page ***************/


/***************  Insights Page ***************/

.insights-page .insights-banner {
    background: url(/frontend/images/insights-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 400px;
    position: relative;
    color: var(--white);
}

.insights-page .insights-banner h5 {
    color: var(--grey);
    font-weight: 400;
    margin-top: -10rem;
}

.insights-page .insights-banner .insights-banner-column {
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.insights-page .insights {
    /* margin-top: -15rem; */
}

/*************** End Insights Page ***************/

/***************  Single Insight Page ***************/

.single-insight-page .insight-banner {
    background: url(/frontend/images/insights-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 400px;
    position: relative;
    color: var(--white);
}

.single-insight-page .insight-banner h5 {
    color: var(--grey);
    font-weight: 400;
    margin-top: -10rem;
}

.single-insight-page .insight h2 {
    color: var(--white);
}

.single-insight-page .insight-banner .insight-banner-column {
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.single-insight-page .insight {
    margin-top: -22rem;
}

.single-insight-page .insight .insight-content {
    background: var(--white);
    border-radius: .5rem;
    padding: 2rem;
    color: var(--grey-dark);
}

.single-insight-page .insight .recent-posts {
    height: fit-content;
    background: var(--white);
    border-radius: .5rem;
    padding: 1.5rem 1rem 5rem 1.2rem;
    box-shadow: 11px 14px 45px 0px #ABB7E33D;
}

.single-insight-page .insight .recent-posts a {
    text-decoration: none;
    color: var(--black);
}

.single-insight-page .insight .recent-posts a:hover {
    text-decoration: none;
    color: var(--primary);
}

/*************** End Single Insight Page ***************/

/***************  Faq Page ***************/

/* .faqs-page .faqs-banner {
    background: url(/frontend/images/pricing-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 600px;
}

.faqs-page .faqs-banner h2 {
    color: var(--white);
}

.faqs-page .faqs-banner h5 {
    font-weight: 600;
    color: var(--grey);
}

.faqs-page .faqs-banner .faqs-banner-column {
    display: flex;
    flex-flow: column;
    justify-content: center;
} */
    .faq .faq-item {
        border-bottom: 1px solid var(--grey);
    }
  
  /* .faq .faq-item button[aria-expanded='true'] {
    border-bottom: 1px solid #03b5d2;
  } */
  
  .faq button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: var(--secodery);
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
  }
  
  .faq button:hover,
  .faq button:focus {
    cursor: pointer;
    color: var(--primary);
  }
  
  .faq button:hover::after,
  .faq button:focus::after {
    cursor: pointer;
    color: var(--secodery);
    border: 1px solid var(--secodery);
  }
  
  .faq button .faq-title {
    padding: 1em 1.5em 1em 0;
  }
  
  .faq button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
  }
  
  .faq button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
  }
  .faq button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
  }
  
  .faq button[aria-expanded='true'] {
    color: var(--secodery);
  }
  .faq button[aria-expanded='true'] .icon::after {
    width: 0;
  }
  .faq button[aria-expanded='true'] + .faq-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
  }
  .faq .faq-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
  }
  .faq .faq-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 1rem 0 2rem 0;
  }

/*************** End Faq Page ***************/

/*************** Policy Page ***************/
.policy-page .policy-banner {
    background: url(/frontend/images/pricing-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 300px;
    position: relative;
    color: var(--white);
}
.policy-page .policy{
    color: var(--black);
}
.policy-page .policy h2{
    font-size: 1.5rem;
    padding: 2rem 0 1rem 0;
}
.policy-page .policy b,.policy-page .policy strong{
    font-weight: 600;
}
/*************** End Policy Page ***************/

/*************** Contact Page ***************/

.map {
    width: 70%;
    height: 450;
    border-radius: .5rem;
    margin-bottom: .5rem;
}

.content {
    background: url(/frontend/images/contact-img.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    position: relative;
}

.contact_form_div {
    background: var(--primary);
    padding: 2rem;
    border-radius: .5rem;
}
.contact_form h2{
    color: var(--secodery);
}
.contact_form p{
    color: var(--grey);
    font-size: .85rem;
}
.contact_form {
    background: var(--white);
    color: var(--black);
    display: flex;
    flex-flow: column;
    width: 100%;
    align-self: flex-end;
    padding: 2rem;
    border-radius: 1rem;
}

.contact-details p {
    font-size: .8rem
}
.contact_form  .form-control{
    border-radius: 1rem;
}
/*************** End Contact Page ***************/

/*************** Footer CSS ***************/

.footer {
    display: flex;
    background: #1E2132;
    color: var(--white);
    padding: 2rem 0rem 1rem 0rem;
    font-size: .85rem;
}
.tooltip-inner {
    min-width: 10rem;
    width: 100%; 
}

.custom-tooltip .tooltip-inner {
    background: var(--error); /* Change the color to your desired color */
}
.custom-tooltip .arrow::before,
.custom-tooltip .arrow::before {
  border-top-color: var(--error);
}
.quick-links {
    display: flex;
    flex-flow: column;
    align-items: end;
}
.quick-links a {
    padding-bottom: .5rem;
    font-weight: 300;
    /* margin: 0rem 1rem 0rem 0rem; */
    color: var(--white) !important;
}
/* .quick-links a:not(:last-child) {
    padding: 0 .5rem;
} */
.quick-links a:hover,
.footer a:hover {
    text-decoration: none;
    color: var(--primary);
}
.footer hr {
    border-top: 1px solid var(--grey-dark) !important;
    margin-bottom: .5rem;
}

.footer p{
    color: var(--white);
    font-size: .8rem;
    font-weight: 300;
}
.footer a {
    color: #ffffff;
    font-size: .85rem;
    text-align: left;
    text-decoration: none;
}
.copy-right{
    color: var(--white) !important;
    display: flex;
    justify-content: space-between;
}
.copy-right .quick-links{
    display: inline;
}
.copy-right .quick-links a{
    margin-left: .5rem;
}
.social a img {
    background: #000000;
    border-radius: 0.5rem;
}


/*************** Footer CSS ***************/

/*************** Responsive CSS ***************/

@media screen and (max-width:1600px) {
    .industries-div .industries .card {
        height: 8rem;
        width: 8rem;
    }

    .industries-div .industries .card img {
        width: 2rem;
    }

    .industries-div .industries .card .card-title {
        font-size: 1rem;
    }

    .industries-div .industries .card .card-text {
        font-size: .8rem;
    }

    .industries-div .industries .card .card-body {
        padding: .8rem;
    }

    .activity .card .card-body{
        padding: .75rem;
    }
    .testimonials .testimonial-message {
        width: 80%;
    }
}

@media screen and (max-width:1440px) {
    .industries-div .industries .card {
        height: 6.5rem;
        width: 6.5rem;
    }
    .industries-div .industries .card .card-title {
        font-size: .85rem;
    }
    .how-it-works .card {
        width: 11.5rem;
    }
    .how-it-works .card img {
        width: 4rem;
    }
    .clients .card {
        width: 6.5rem;
        height: 6.5rem;
    }
}

@media screen and (max-width: 1366px) {
    .nav-item {
        color: #fff;
        font-weight: 600;
        font-size: 1rem;
        padding: 0.1rem 0.3rem;
    }
    
}

@media screen and (max-width: 1200px) {
    .nav-item {
        font-size: 1.1rem;
    }

    .navbar-nav .nav-item .active::before {
        bottom: 0.6rem;
    }

    .clients .card {
        width: 5rem;
    }

}

@media screen and (max-width: 1024px) {
    #main-nav {
        /*padding-left: 2rem;*/
    }

    .industries-div .industries,
    .how-it-works .card-div {
        justify-content: space-evenly;
    }

    .nav-item {
        font-size: 1rem;
    }

    .nav-link {
        display: block;
        /*padding: 0.5rem 1rem !important;*/
    }
}

@media screen and (max-width: 991px) {
    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.4rem;
    }

    h3 {
        font-size: 1.3rem;
    }

    h4 {
        font-size: 1.2rem;
    }

    p, span {
        font-size: .85rem;
    }

    iframe {
        height: 300px;
    }

    .padding-top {
        padding-top: 3rem;
    }

    .padding-bottom {
        padding-bottom: 3rem;
    }

    .dropdown:hover>.dropdown-menu {
        text-align: center;
    }
    #topbar-menu {
        height: 100vh;
        margin-left: auto;
        margin-top: .5rem;
        background: var(--white);
    }
    .navigation {
        background: transparent;
    }
    .navbar-light .navbar-nav .nav-link {
        color: var(--secodery);
    }
    .navbar-light .navbar-nav .nav-link.active {
        color: var(--white);
        background: var(--secodery);
    }
    .navbar-nav {
        position: relative;
        left: 0;
        right: 0;
        padding: 0;
        height: 100vh;
        top: 0;
        background: #fff;
        display: unset;
    }

    .nav-item {
        color: var(--grey);
        font-size: 1rem;
        border-bottom: 1px solid #000;
    }

    .navbar-nav li a {
        text-align: center;
        color: #fff;
    }
    .why-thread .why-content h6 {
        font-size: 1rem;
    }
    /* .navbar-light .navbar-nav .nav-link {
        color: var(--black);
    } */
    .sales-btn, .signup-btn{
        font-size: .85rem;
    }
    .contact_form {
        align-self: center;
    }
    .pricing .features ul {
        padding-left: .5rem;
    }
    .pricing .features li {
        font-size: 1rem;
    }
    .seperator {
        display: none;

    }
    .amarpay-logo{
        max-width: 8rem;
    }
    .pkg-footer .plan-btn {
        /*margin-top: .5rem;
         margin-left: auto; */
        font-size: .85rem;
        padding: 0.5rem 1rem;
    }
    .quick-links {
        /* display: flex; */
        padding: 1rem 0 1rem 0;
        align-items: start;
    }
    .quick-links a{
        /* padding: 0 .5rem; */
        /* margin: 0.5rem 0.5rem 0rem 0rem; */

    }
    
    footer .footer-main-menu .navbar-nav .nav-item,
    footer .navbar .navbar-nav .nav-item {
        border-bottom: none;
    }

    footer .footer-main-menu .navbar-nav,
    footer .navbar .navbar-nav {
        height: auto;
    }

    .contact-details {
        text-align: center;
    }

    .footer-logo {
        display: block;
        text-align: center;
    }
    .copy-right {
        flex-flow: column;
    }
    .copy-right .quick-links a {
        margin-left: 0;
        margin-right: .5rem;
    }
    .wrapper {
        padding-top: 0.5rem;
        justify-content: center;
    }

}

@media screen and (max-width: 768px) {
    .col-form-label {
        text-align: left;
    }

    :not(.input-group)>.bootstrap-select.form-control:not([class*=col-]) {
        width: 100%;
    }

    .map {
        width: 90%;
        height: 200px;
    }

    .packages .card {
    }

    .packages h1 {
        font-size: 1.5rem;
        font-weight: 700;
    }

    .packages .plan-btn {
        padding: .5rem 1rem;
    }
    .play-button img{
        width: 4.5rem;
    }
}

@media screen and (max-width: 500px) {
    /* .why-thread .why-content {
        height: 10rem;
    } */
    .how-it-works .card {
        width: 9rem;
        height: 20rem;
    }
    .how-it-works .card .card-body{
        padding: 1rem;
    }
    .how-it-works .card .card-text{
       font-size: .8rem;
    }
    .how-it-works .card img {
        width: 3.5rem;
    }
    .sales-btn, .signup-btn{
        padding: 0.5rem 2rem;
    }
    /* .testimonials .carousel {
        height: 450px;
    } */

    .clients .card {
        width: 6rem;
        height: 7rem;
    }

    /* .contact_form {
        width: 85%;
    } */

    

    /* .quick-links {
        align-items: center;
    } */

    .packages .card {
    }
}

@media screen and (max-width: 375px) {
    
    .packages .card {
    }
    .sales-btn, .signup-btn{
        padding: 0.5rem 1rem;
    }
    .packages .plan-btn {
        font-size: .8rem;
    }
    .package-btn {
        width: 8.5rem;
        font-size: .8rem;
    }
}

/*************** End Responsive CSS ***************/


/*************** Animation ***************/

/***** Global Slide *****/
.slide-right,
.slide-left {
    width: 100%;
}

/***** Slide Right *****/
.slide-right {
    animation: 1s slide-right;
}

@keyframes slide-right {
    from {
        margin-left: -100%;
    }

    to {
        margin-left: 0%;
    }
}

/***** Slide Left *****/
.slide-left {
    animation: 1s slide-left  ease;
    position: relative;
}

@keyframes slide-left {
    from {
        margin-left: 50%;
    }

    to {
        margin-left: 0%;
    }
}

/***** Container Styles *****/
/* .key-features {
    position: relative; 
    overflow: hidden;   
     min-height: 23rem;
     height: 100%;
}

.image-container {
    position: relative;
    overflow: hidden;
   
} */

/***** Slide Top *****/
.slide-top {
    animation: slide-top 1s ease forwards;
    position: relative;
}

@keyframes slide-top {
    from {
        top: 100%; /* Start from the bottom of the container */
    }
    to {
        top: 0; /* Move to the original position */
    }
}

/***** FadeIn Underline *****/

.fade-in {
    animation: fadeIn ease .5s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*************** End Animation ***************/