

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.form-control {
       line-height: 1.5;
}

input#subs_email {
    font-size: 16px;
}

/* ==========================================================================
 home
   ========================================================================== */
   @media screen and (min-width: 1001px) and (max-width: 2000px) {
    img.img-fluiddd {
      width: 224px;
      margin-left: 81px;
  }
    .content-bg {
      height: 323px!important;
      display: flex;
      align-items: center;
      justify-content: center;
      background-image: url(./Footer-2.png);
      background-size: cover;
      background-repeat: no-repeat;
      color: white;
      text-align: center;
  }.content-bgg {
    height: 290px!important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(./Footer11.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    color: white;
    text-align: center;
}
    .button_section {
      text-align: center;
      margin: -14px;
  }
.centered-text {
  line-height: 70px!important;
  color: black;
  font-size: 64px!important;
}
    .img-home_mobile {
   width: 238px;
   height: 365px;
   margin-top: -63px;
}img.img-mob {
  margin-top: -70px;
}
.img-mobile {
  width: 1500px;
  height: auto;
  margin-left: 260px!important;
}
.content-container{
  padding: 10px;

}  .img-home_mobilee {
  width: 238px;
  height: 365px;
  margin-top: -23px;
   }
   .subscribe_title {
    color: #71ECD2;
    font-size: 55px;
}
  }










/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}








 /* section ak */
.section-heading {
    /* width: 530px; */
    text-align: center;
    margin-bottom:35px ;
}

.section-heading h2 {
    font-size: 56px;
    color: #242331;
    font-weight: 800;
    line-height: 1.5;
}

.section-heading span {

color: #797979;
    font-size: 18px;
    font-weight: 400;
}

.section-heading p {
    color: #797979;
    font-size: 18px;
    font-weight: 400;
}

.about-our-img {
    margin-top: 24px;
}

p.we-do-para {
    /* width: 591px; */
    font-size: 16px;
    color: #797979;
    font-weight: 400;
}

h2.we-do-text {
    position: relative;
    color: #242331;
    font-weight: 800;
    top: 66px;
    left: 26px;
}

h2.our-miss-text {
    position: relative;
    color: #242331;
    font-weight: 800;
    /* top: 66px; */
    left: 26px;
}

img.our-misss-img {
    border-radius: 20px;
    width: 100%;
    height: auto;
}

p.miss-ion-text {
    position: relative;
    color: #797979;
    font-weight: 400;
    text-align: justify;
    left: 16px;
}

.bgmi-img {
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
}

.overlay-flow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.5); */
}
p.subscribe_title {
  color: #71ECD2;
  font-size: 42px;
}
.video-container {
    position: absolute;
    top: 20%;
    left: 25%;
    width: 50%;
    height: 60%;
    overflow: hidden;
}
nav#dropdown {
  /* color: white; */
}
.video-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

@media  (min-width: 310px) and (max-width: 480px){
  .title_home{
    font-size: 20px!important;
    text-align: center;
  }
  .img-mobile {
    width: 1500px;
    height: auto;
    margin-left: 1px!important;
}

    .nivoSlider {
                height: auto;
           }

.containerrr {
       font-size: 16px !important;
}

.buttonn {
       padding: 4px 5px !important;
margin-left: 6px !important;
   }

.accordions {
    width: 100% !important;
    margin: 28px auto;
}

.pro {
       font-size: 12px !important;
}

.accordion-item .accordion-content p {
       font-size: 10px !important;
}

  .section-heading{
    margin-top: 35px;
  }
  .mean-container .mean-bar .mobile-menu-nav-back {
    padding-left: 15px;
    border-bottom: 1px solid #b2b2b2;
    position: relative;
    text-align: center;
    height: 67px;
    display: flex;
    align-items: center;
}
  .bannerr{
    height: 300px!important;
  }

.form-control {
       font-size: 2rem !important;
}

.err_subs_email.help-block.with-errors.text-danger {
    position: relative;
   }

.data_hoome{
  text-align: center;
  text-align: justify;
}
.about_subsection{
  text-align: center;
  line-height: 20px;
  font-size: 18px!important;
}
    h2.we-do-text {
        top: 0px;
  
    
      }
      .dropdown-toggle::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 0.2549999999999999em!important;
    }
      
      .title_home {
       
        margin: 26px 3px 2px 0px!important;
    }
      .centered-button {
        background-color: #05182AE5;
        color: white;
        padding: 7px 21px!important;
        border: none;
        margin-bottom: 20px;}
      .data_simple2{
        text-align: center!important;
      }
     
      button.simples_button {
          text-align: center!important;
          margin-left: 63px;
      }
      .simples_heading {
        font-size: 30px!important;
        font-weight: 700;
        margin-top: 32px!important;
        text-align: center;
        line-height: 30px!important;
        font-family: serif;
    }
      ul.numbered-list {
        font-size: 13px;
    }
.dropdown-menu.show {
  width: 230px!important;
  position: absolute;
  transform: translate3d(0px, 57px, 0px);
  top: 0px;
  left: 0px;
  will-change: transform;
}
      button#dropdownMenuButton {
        border-radius: 20px;
        color: #212529;
        width: 230px!important;
        border: none;
        background-color: #E3E3E3;
        padding: 16px;
        font-size: 17px;
    }
      .rolled-button {
        background-color: #5236FF;
        color: white;
        border: none;
        width: 230px!important;
        border-radius: 50px;
        padding: 10px 20px;
    }
      .adv_plan {
        margin-left: 20px;
        font-size: 15px!important;
        line-height: 50px;
    }
      font-weight
      .centered-text {
        /* margin: 20px; */
        line-height: 30px!important;
        color: black;
        font-size: 10px!important;
    }
    .row.subscription-form {
      padding: 20px;
    }

    p.miss-ion-text {
        left: 0px;
    }

    .section-heading h2{
        line-height: 1;
    }

    .video-container {
        margin-top: 50px;
        left: 20%;
        width: 60%;
        height: 50%;
    }
    .pricing-box-layout33 .item-title {
      font-size: 19px!important;
      color: #fff;
      font-weight: 600;
      margin-bottom: 5px;
  }
}
.additional-class {
  margin-top: 110px;
}
/* RK */

@media screen and (min-width: 390px) and (max-width: 480px) {

}
@media screen and (min-width: 310px) and (max-width: 480px) {
  h2.h1-responsive.font-weight-bold {
    color: white;
    font-size: 19px!important;
}

.accordion-item .accordion-content {
       padding: 5px !important;
}

ul.tick-list.datta {
    margin-top: 40px !important;
}

.rounded-button {
      padding: 10px 20px !important;
}

.form-control {
        font-size: 2rem;
}

h2.h1-responsive.font-weight-bold {
  /* margin-top: 20px; */
  color: white;
  font-size: 29px;
}
.social-icons.mt-5 {
  position: relative;
  top: -4px;
  right: 10px;
  margin-bottom: 139px !important;
  float: left;
}
  .simple_p {
    font-size: 32px !important;
    font-weight: 600px;
    color: #181059;
}
  .content-container {
    padding: 20px;
    // text-align: justify!important;
  }
.accordion-item .accordion-title i.fa-chevron-down {
    margin-top: 8px!important;
    transform: rotate(0);
    transition: 0.4s;
}
  .accordion-item .accordion-title h3 {
    font-weight: 700;
    margin: 0;
    font-size: 12px!important;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}
  .simples_button {
   
    margin-bottom: 20px;
   
}
.additional-class {
  margin-top: 30px;
}.mobile_feature {
  padding: 23px;}

  .customm-button {
    margin-bottom: 20px;
  }
  .card_testimonial-body {
    padding: 20px;
}
  .card_testimonial-img-top {
    max-width: 70%;
    padding: 10px;
    height: 80px;
    width: 92px;
}

.slider-area .slide-1 div.slider-big-text,
.slider-area .slide-2 div.slider-big-text,
.slider-area .slide-3 div.slider-big-text {
  font-size: 12px;
  width: 50%;
  margin-bottom: 0;
  line-height: 36px;
}
.custom-button-3 {
    width: 252px;
    display: inline-block;
    padding: 1px 45px;
    border: 2px solid #5236FF;
    border-radius: 5px;
    background-color: transparent;
    color: #5236FF;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}
  .custom-button-3 {
    width: 252px;
    display: inline-block;
    padding: 1px 45px;
    border: 2px solid #5236FF;
    border-radius: 5px;
    background-color: transparent;
    color: #5236FF;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}

.subscribe_title{
  color: #71ECD2;
  font-size: 18px;
}
.ticked_list{
  margin-top: 110px;
}

.full_bg {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 41vh!important;
}


.full_bgg {
  display: flex;
  margin-top: -60px;
  justify-content: center;
  align-items: center;
  min-height: 41vh!important;
}
}

.image-container {
    margin: 0 auto; /* Center the image horizontally */
  }
  .content-container {
    margin: 0 auto; /* Center the content horizontally */
    line-height: 30px;
    text-align: justify;
    text-align: left;
  }
  .title_benefits{
      text-align: center;
  }
  .power_heading{
    margin-top: 20px;
      font-size: 24px;
      color: black;
  }

  .power_middle{
    background-color: #F9F9F9;
    padding:50px;
    border-radius: 40px;
  }
  .powerrr{
    padding:50px;

  }
  .power_section{
      padding:30px;
      margin: 20px;
  }
  /* Button Styles */
.custom-button-3 {
  display: inline-block;
  padding: 10px 54px;
  border: 2px solid #5236FF; /* Default border color */
  border-radius: 5px;
  background-color: transparent; /* Transparent background */
  color:#5236FF;
; /* Default text color */
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 25px;

  transition: all 0.3s ease;
}

/* Hover Effect */
.custom-button-3:hover {
  background-color: #5236FF;
; /* Change background color on hover */
  color: #ffffff; /* Change text color on hover */
}

/* Active Button Color Change */
.custom-button-3:active {
  background-color: #ffffff; /* Change background color on active */
  color: #5236FF; /* Change text color on active */
  border-color: #5236FF; /* Change border color on active */
}

.custom_app img,
.custom_app span {
  display: inline-block;
  vertical-align: middle; /* Align the elements vertically */
}
.custom_app{
  display:flex;
}

@media screen and (min-width: 760px) and (max-width: 900px) {
  .full_bgg {
    display: flex;
    margin-top: -60px;
    justify-content: center;
    align-items: center;
    min-height: 41vh!important;
  }
  p.carads-subtext {
    font-family: "Signika", sans-serif;
    color: #333333;
    font-size: 9px!important;
    line-height: 20px;
}

ul.tick-list.datta {
    margin-top: 50px !important;
}

}


.customm-button {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #242331; /* Default border color */
  border-radius: 5px;
  background-color: #242331; /* Default background color */
  color: #ffffff; /* Default text color */
  font-size: 16px;
  cursor: pointer;
  border-radius: 30px;
  text-align: left;
  transition: all 0.3s ease;
}

.customm-button:hover {
  background-color: #67648d !important; /* Change background color on hover */
  border-color: #373547 !important;/* Change border color on hover */
}

.customm-button:active {
  background-color: #242331; /* Change background color on active */
  border-color: #31313d;  /* Change border color on active */
}
.install_appimg{
  width: 400px;
}

.footer {
  margin-top: 25px;
  background-color: white;
  color: #000;
  padding: 20px;
}

.footer ul {
  list-style-type: none;
  padding: 0;
}

.footer ul li {
  margin-bottom: 10px;
}

.footer ul li a {
  text-decoration: none;
  color: #000;
  transition: color 0.3s ease;
}

.footer ul li a:hover {
  color: #aaa;
}

.social-icons {
  text-align: center;
  margin-top: 20px;
}

.social-icons a {
  color: #333;
  font-size: 24px;
  margin: 0 10px;
}
.subscription-form {
    text-align: left;
    height: 460px;
    margin-top: 36px;
    background: linear-gradient(to right, #4c2c7e, #000000, #281448);
    padding: 61px;
    line-height: 50px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.subscription-form .input-group {
  // max-width: 500px;
  margin: auto;
}

.subscription-form input[type="email"] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.subscription-form .btn-subscribe {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: #fff; /* Set text color to white */
  background-color: #007bff; /* Set background color to primary */
  border-color: #007bff; /* Set border color to primary */
}
.platform_securee{
    background-color:#F9F9F9 ;
}
.contentt-containerr {
  display: flex;
  padding: 40px;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.pricing-box-layout2 {
    background-color: #dbdbdb;
    box-shadow: 0px 0px 10px 0px rgba(33, 30, 30, 0.15);
    border-radius: 4px;
    padding: 6rem 3rem 3rem;
    text-align: center;
    margin-top: 3rem;
}



/* Feture Page*/
.feature_sectionup{
  margin-top: -25px;
}
.img-mobile{
    width: 1500px;
    height: auto;
    margin-left: 50px;
}
.mobile_feature{
    padding: 50px;
    background: linear-gradient(to right, #1a1c28, #5b5e7c);
    
  border-top-left-radius: 50px; /* Adjust the radius value as needed */
  border-bottom-left-radius: 50px; 
}
.tick-list {
    list-style-type: none;
  }
  
  .tick-list li {
    color: white;
    margin-bottom: 5px;
  }
  
  .tick-list li input[type="radio"] {
    margin-right: 5px;
  }
  .mobile_heading{
    color: white;
  }.rounded-button {
    text-align: center;
    background: #EFECFF;
    border-radius: 35px;
    padding: 18px 53px;
    color: #5236FF;
    margin-top: 3px;
    border: none;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}
  
  .button_section{
    text-align: center;
    margin: 20px;
  }
  
  .full_bgg{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 30vh;
  }
  .full_bg{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
  }
  .text_feature{
    text-align: center;
  }
  .full-screen-dotted-line {
  width: 100%;
    /* height: 2px; */
    /* height: 100vh; */
    border: 0.5px dotted #d3c8c8;
}
.message_screen{
    width: 900px;
    height: auto;
}
.full_img{
    width: 700px;
    height: auto;
}

.custom-input {
    height: 50px; /* Adjust height as needed */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Add box shadow */
  }
  .dataa{
    height: 50px;
  }
  input.form-control.dataa {
    height: 50px;
}
.bg-image {
    background-image: url('img/features/footer_bg1.png');
    background-size: cover; /* Cover the entire container */
    background-position: center; /* Center the background image */
    
  }.custom_subscribe {
    background-color: #825FF1;
    color: #fff;
    position: relative;
    margin-left: -1px;
    padding: 0px 32px;
    border: none;
    height: 50px;
    margin-top: 0px;
    border-radius: 0;
    cursor: pointer;
}

.card_testimonial-text {
  color: #000;
  font-size: 14px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Number of lines to show */
  -webkit-box-orient: vertical;
  max-height: calc(14px * 2); /* Height of two lines */
  transition: max-height 0.5s ease; /* Smooth transition */
}

/* Testimonial
 */
.gtco-testimonials .center .card_testimonial-img-top {
  max-width: 100%;
  height:80px;
  width: 93px;
}
.gtco-testimonials .card_testimonial .card_testimonial-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 15px auto 0;
  width: 100px;
  height: 100px;
}
.card_testimonial {
  background: #fff;
  box-shadow: 0 8px 30px -7px #c9dff0;
  margin: 0 20px;
  padding: 0 10px;
  border-radius: 20px;
  height: 300px;
  border: 0;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
} 
.gtco-testimonials {
position: relative;
margin-top: 30px;

.owl-stage-outer {
  padding: 30px 0;
}

.owl-nav {
  display: none;
}

.owl-dots {
  text-align: center;

  span {
    position: relative;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: block;
    background: #fff;
    border: 2px solid #01b0f8;
    margin: 0 5px;
  }

  .active {
    box-shadow: none;

    span {
      background: #01b0f8;
      box-shadow: none;
      height: 12px;
      width: 12px;
      margin-bottom: -1px;
    }
  }
}

.card_testimonial {
  background: #fff;
  box-shadow: 0 8px 30px -7px #c9dff0;
  margin: 0 20px;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;

  .card_testimonial-img-top {
    max-width: 100px;
    border-radius: 50%;
    margin: 15px auto 0;
    width: 100px;
    height: 100px;
  }

  h5 {
    color: #01b0f8;
    font-size: 21px;
    line-height: 1.3;

    span {
      font-size: 18px;
      color: #666666;
    }
  }

  p {
    font-size: 18px;
    color: #555;
    padding-bottom: 15px;
  }
}

.active {
  opacity: 0.5;
  transition: all 0.3s;
}

.center {
  opacity: 1;

  h5 {
    font-size: 24px;

    span {
      font-size: 20px;
    }
  }

  .card_testimonial-img-top {
    max-width: 100%;
    height: 92px;
    width: 92px;
  }
}
}

@media (max-width: 767px) {
.gtco-testimonials {
  margin-top: 20px;
}
}

.owl-carousel {
.owl-nav button {
  &.owl-next, &.owl-prev {
    outline: 0;
  }
}

button.owl-dot {
  outline: 0;
}
}

@media (max-width: 480px) {
  .image-container {
    display: flex;
    margin-top: 10px;
    justify-content: center;
  }.pay-ment-head {
    text-align: center!important;
}.w3-bar.w3-black {
  text-align: center!important;
}
}

@media (min-width: 321px) and (max-width: 480px) {
  .image-container img {
    width: 100%;
    max-width: 200px; /* Adjust the maximum width as needed */
  }
}












/* simple pricing
 */

.cardd-bodyy {
  background-color: #fdfdfd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 26px;
  padding: 30px;
  margin: 10px;
}


.accordions {
  width: 80%;
  margin: 28px auto;
}

.accordions h3 {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

.accordion-item {
  background-color: white;
  margin-bottom: 20px;
  border: 1px solid rgb(236, 225, 225);
  border-radius: 5px;
  color: #100e34;
}

.accordion-item .accordion-title {
  cursor: pointer;
  padding: 20px;
  transition: transform 0.4s ease-in-out;
}

.accordion-item .accordion-title.active-title {
  background-color: #EDBB01;
  color: #ffffff;
}

.accordion-item .accordion-title h3 {
  font-weight: 700;
  margin: 0;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}

.accordion-item .accordion-title i.fa-chevron-down {
  transform: rotate(0);
  transition: 0.4s;
}

.accordion-item .accordion-title i.fa-chevron-down.chevron-top {
  transform: rotate(-180deg);
  color: #fa5019;
}

.accordion-item .accordion-content {
  display: none;
  line-height: 1.7;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 0 0 5px 5px;
  color: #100e34;
}

.accordion-item .accordion-content.active {
  display: block;
}

.accordion-item .accordion-content p {
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
}
.simple_p{
  font-size: 40px;
  font-weight: 600px;
  color: #181059;
}

.accordion-content {
  background-color: #3498db;
  /* Set your desired background color */
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 20px;
  color: #fff;
  /* Set your desired text color */
}


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

.buttonn {
  background-color: white;
  /* Set your desired button color */
  color: #000;
  font-size: 10px;
  margin-left: 20px;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.monthly-cost {
  margin-left: auto;
}

.section-faq {
  background-color: #181059;
  ;
  padding: 20px;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.pro {
  color: white;
  font-size: 23px;
}

.toggle-container {
  align-items: center;
  margin-bottom: 10px;
}

.toggle-label {
  margin-right: 16px;
  color: #333;
  /* Set your desired text color */
}

.toggle-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 26px;
}

.toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border-radius: 34px;
  transition: 0.4s;
}

.toggle-slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: #EDBB01;
  border-radius: 50%;
  transition: 0.4s;
}

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

input:checked+.toggle-slider:before {
  transform: translateX(26px);
}

input {
  display: none;
}

.containerrr {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.containerrr input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.containerrr:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containerrr input:checked~.checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containerrr input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containerrr .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


@media (max-width: 480px) {
  .top {
      text-align: center;
  }
}

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

.toggle-label {
  margin-right: 10px;
  /* Adjust the margin as needed */
}

.carrd-bodyy {
  background-color: #fdfdfd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 26px;
}

@media (max-width: 480px) {
  .grid-margin {
      margin-bottom: 0.5rem;
  }
}


.title6{
  text-align: center;
  color: #000;
  font-weight: bold;
}


/* how it work page start*/

.work_title{
  color: #5236FF;
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
}.with-background {
  background-image: url('img/features/simple_bg.png');
  background-size: cover;
  background-position: center;
  min-height: 300px; /* Set a minimum height to ensure visibility */
}




/* Purchase page
 */


.pricing-box-layout3 {
  display: flex;
  flex-direction: column;
}

.pricing-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px; /* Optional: adjust spacing between title and button */
}

.item-title {
  margin: 0; /* Reset margin to remove default margin */
}

.ghost-btn-1 {
  text-decoration: none;
  display: inline-block;
  padding: 10px 20px;
  background-color: #fafaff;;
  border: 0.5px solid #684FFF; /* Example border color */
  color: black; /* Example text color */
  border-radius: 50px; /* Example border radius */
}

.ghost-btn-1:hover {
  background-color: #d1d1d3; /* Example hover background color */
  color: #110d0d; /* Example hover text color */
}
.separator {
  border-top: 1px solid #ccc; /* Adjust color and styles as needed */
  margin: 10px 0; /* Adjust margin as needed */
}
.rounded-buttoon {
  margin-bottom: 10px;
  padding: 10px 20px; /* Adjust the padding to control the size of the button */
  background-color: #FFEECC; /* Example background color */
  border: none; /* Remove default border */
  color: #C68A15; /* Text color */
  font-size: 16px; /* Adjust font size as needed */
  cursor: pointer; /* Changes cursor to pointer on hover */
  border-radius: 50px; /* This high value ensures the edges are fully rounded */
  text-align: center; /* Ensure text is centered */
  display: inline-block; /* Allows setting padding and other inline styles */
  transition: background-color 0.3s ease; /* Smooth transition for hover effect */
}

.rounded-buttoon:hover {
  background-color: #C68A15; 
  color: #FFEECC;/* Example hover background color */
}.roundedd-buttoon {
  margin-bottom: 10px;
  padding: 10px 20px; /* Adjust the padding to control the size of the button */
  background-color: transparent; /* Makes the button background transparent */
  border: 0.5px solid #fff; /* Optional: adds a white border */
  color: #fff; /* Text color */
  font-size: 16px; /* Adjust font size as needed */
  cursor: pointer; /* Changes cursor to pointer on hover */
  border-radius: 50px; /* This high value ensures the edges are fully rounded */
  text-align: center; /* Ensure text is centered */
  display: inline-block; /* Allows setting padding and other inline styles */
  transition: background-color 0.3s, color 0.3s ease; /* Smooth transition for hover effects */
}
.roundedd-buttoon:hover {
  background-color: #C68A15; 
  color: #FFEECC;/* Example hover background color */
}.styled-table {
  width: 100%;
  border-collapse: collapse;
}

.styled-table th,
.styled-table td {
  padding: 8px;
  border: 1px solid #ddd;
}

.styled-table th {
  background-color: #f2f2f2; /* Header row background color */
}

.white-row {
  background-color: #fff; /* White row background color */
}
.fa.fa-check-circle {
  color: green; /* Change to your desired color */
}
.styled-table {
  border: none;
  border-radius: 30px;

}

/* Remove borders from table cells */
.styled-table td,
.styled-table th {
  border: none;
}tr.colum_title {
  margin-top: 20px;
  color: black;
  font-size: 23px;
  /* margin: 67px; */
  /* padding: 20px; */
}
tr.gray-row{
  background-color: #f2f2f2!important;
}
.roundded-button {
  padding: 5px 15px;
  border:  0.5px solid rgb(163, 163, 163);
  border: none;
  border-radius: 20px; /* Adjust the value to control the roundness */ 

  color: black; /* Text color */
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.rounddedd-button {
  padding: 5px 15px;
  border: none;
  border-radius: 20px; /* Adjust the value to control the roundness */
  
  color: #000; /* Text color */
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.adv_plan{
  font-size: 24px;
  line-height: 50px;
}.fa-list:before {
  content: ""!important;
}


 /* Advance plan
  */
  button#dropdownMenuButton {
    border-radius: 20px;
    color: #212529;
    width: 348px;
    border: none;
    background-color: #E3E3E3;
    padding: 16px;
    font-size: 17px;
}
.dropdown-item {
  margin-right: 49px!important;
  display: block;
  width: 100%;
  font-size: 16px;
  padding: -2.75rem 11.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.item-pricee{
  padding: 20px;
}
.currencyy{
  font-size: 20px;
}
.advanced_block{
  padding: 30px;
  background-color: #F9F9F9;
  border-radius: 30px;
}
span.currencyy {
  font-weight: 500;
  color: #000;
  font-size: 40px;
}
span.pricee {
  font-weight: 500;
  color: #000;
  font-size: 40px;
}
span.durationn{
  font-weight: 500;
  color: #000;
  font-size: 20px;
}
.rolled-button {
  border: 2px solid #5236FF;

  background-color: #5236FF;
  color: white;
  border: none!important;
  width: 363px;
  border-radius: 50px; /* Adjust the value to change the roundness */
  padding: 13px 20px; /* Adjust the padding as needed */
  cursor: pointer;
}
.avd_title{
  font-size: 25px;
  color: #000;
  font-weight: 600;
}
.adv_plan i {
    margin-right: 15px; /* Adjust the margin as needed */
}
.dropdown-menu.show {
  width: 352px;
  position: absolute;
  transform: translate3d(0px, 57px, 0px);
  top: 0px;
  left: 0px;
  will-change: transform;
}

.numbered-list {
  list-style-type: none; /* Remove default list numbering */
  padding: 0; /* Remove default padding */
}

.numbered-list li {
  color: #000;
  margin-bottom: 10px; /* Add some spacing between items */
}

.numbered-list li::before {
  content: attr(data-number); /* Use the data-number attribute as content */
  font-weight: bold; /* Make the number bold */
  margin-right: 5px; /* Add some spacing between the number and text */
}
.adv_title2 {
 
  font-weight: 600;
  font-size: 32px;
  color: #000;
}
.adv_thirds{
  
  padding: 30px;
  background-color: #F9F9F9;
  border-radius: 30px;
}
.adv_thirdtitle {
  font-weight: 600;
  font-size: 22px;
  color: #000;
}
.adv_subtitle{
  font-size: 20px;
  color: #000;
  font-weight: 500;

}
.circle-list {
  list-style-type: circle; /* Use circle bullets */
  padding-left: 20px; /* Add some left padding for space */
}.try_img {
  height: 347px;
  width: 400px;
}
.dataa {
  width: 100%;
  background-color: #5236FF;
  /* padding: 30px; */
  border: none;
  color: white;
  text-align: left;
  padding: 10px 0px 8px 36px;
}



 /* Affiliate Program */
 .simples_heading {
  font-size: 45px;
  font-weight: 700;
  margin-top: 216px;
  line-height: 60px;
  font-family: serif;
}
.simples_button{
  margin-bottom: 20px;
  background-color: #05182AE5; /* Use the desired color code */
  color: white; /* Text color */
  padding: 10px 50px; /* Adjust padding as needed */
  border: none; /* Remove border if not needed */
  border-radius: 1px; /* Optional: Add border-radius for rounded corners */
  cursor: pointer;
}.img-container {
  margin-top: 30px;
  position: relative;
}

.overlay_data {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.centered-button {
  background-color: #05182AE5; /* Button color */
  color: white; /* Button text color */
  padding: 10px 40px; /* Adjust padding as needed */
  border: none;
  border-radius: 5px; /* Optional: Add border-radius for rounded corners */
  cursor: pointer;
}




.block_simple {
  background-color: #F2F0F0;
  margin-bottom: 20px;
}

.block_simple img {
  width: 100%;
  height: auto;
}

.content_simple {
  text-align: left;
  padding: 20px;
}

.content_simple p {
  margin-bottom: 10px;
}
.button_block{
  background-color: #05182AE5; /* Button color */
  color: white; /* Button text color */
  padding: 10px 40px; /* Adjust padding as needed */
  border: none;
  border-radius: 5px; /* Optional: Add border-radius for rounded corners */
  cursor: pointer;
}
.simple_lheading{
  font-size: 20px;
}
.middle_section{
  margin-top: 50px;
}
.start_section{
  margin-top: 50px;
}
.startt_section{
margin-top:-29px ;
}
.content-bbg {
    height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(img/features/compatibilit.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    text-align: center;
}



h2.compati-top-t {
    position: relative;
    right: 18px;
    font-size: 43px;
    font-weight: 800;
    color: #FFFFFF;
}




@media (max-width: 600px) {
  
    

    .content-bbg {
        height: 280px;
    }

    .content-bbgg {
      height: 210px;
  }

}
.rolled-button:hover {
  border: none!important;
}
@media (min-width: 1001px) and (max-width: 1300px){
  nav.template-main-menu > ul > li > a {
    text-transform: uppercase;
    font-size: 10px!important;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1;
    display: block;
    color: #000;
}}
@media (min-width: 768px) and (max-width: 1000px){
  nav.template-main-menu > ul > li > a {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1;
    display: block;
    color: #000;
}
  .simple_p {
    font-size: 30px;
    font-weight: 600px;
    color: #181059;
}
  .img-mobile {
    height: 354px;
    width: 1477px;
    /* height: auto; */
}
  img.img-home_mobile {
  margin-left: 40px;
  }
  img.img-home_mobilee {
      margin-left: 27px;
  }
    h2.compati-videos {
        font-size: 20px;
}
img.our-misss-img {
  margin-top: 59px;
  border-radius: 20px;
  width: 400px;
  height: 234px;
}p.miss-ion-text {
  position: relative;
  color: #797979;
  font-weight: 400;
  font-size: 10px;
  text-align: justify;
  left: 6px;
}
      
.dropdown-menu.show {
  width: 250px!important;
  position: absolute;
  transform: translate3d(0px, 57px, 0px);
  top: 0px;
  left: 0px;
  will-change: transform;
}
      button#dropdownMenuButton {
        border-radius: 20px;
        color: #212529;
        width: 250px!important;
        border: none;
        background-color: #E3E3E3;
        padding: 16px;
        font-size: 17px;
    }
      .rolled-button {
        background-color: #5236FF;
        color: white;
        border: none;
        width: 250px!important;
        border-radius: 20px;
        padding: 10px 20px;
    } .adv_plan {
      margin-left: 20px;
      font-size: 18px!important;
      line-height: 50px;
  }

}
.heading_optionsection{
  font-size: 40px;
  color: #000;
  padding: 30px;
  font-weight: 500;
  text-align: center;
}

/* Try it for free */
.try_section1 {
  padding: 12px 19px 0px 6px;
  color: white;
}
.our_icon {
  margin-left: 33px;
  /* margin: 20px; */
  width: 97px;
  /* padding: 20px; */
}

.our_company {
  border-radius: 20px;
  padding: 36px;
  margin: 10px;
  background-color: #F9F9F9;
}
.title_ours{
  font-size: 17px;
  font-weight: 600;
  color: #000;
}
.title_home {
  font-size: 35px;
  font-weight: 600;
  padding:20px;
  color: #000;
  text-align: center;
}
.button_feature{
  margin-top: 35px;
  background-color: #EFECFF;
  color: #5236FF;
  border: none;
  text-align: center;
  border-radius: 20px; /* Adjust the border radius as needed */
  padding: 10px 20px; /* Adjust padding as needed */
  font-size: 16px; /* Adjust font size as needed */
  cursor: pointer;
  outline: none;
}
.button_feature:hover {
  background-color: #dcd8ff; /* Change hover background color if desired */
}
.rounded_fullpricing{
 
    text-align: center;
    background:#5236FF;
    border-radius: 35px;
    padding: 12px 53px;
    color:  white;
    margin-top: 20px;
    border: none;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}
span.input-group-text {
  height: 50px;
}


/* contact us page */
.suppo-orange h4 {
  font-size: 54px;
  text-align: center;
  font-weight: 500;
  color: #F6AF03;
}
p.contact_subtitle {
  text-align: left;
}



ul.list-unstyled.mb-0.text-left {
  color: #ffffff;
}


.sociall-icons.mt-5 {
  position: relative;
  top: -4px;
  right: 10px;
  margin-bottom: 63px;
  float: left;
}

.sociall-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  color: #ffffff;
  border-radius: 50%;
  margin: 0 10px;
  background-color: #F6AF03;
}

.sociall-icon i {
  font-size: 17px;
 
}
.sociall-icon:hover {
background-color: white;
color: black;
}

li.d-flex.align-items-center.mt-5 {
  font-size: 18px;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid white;
  border-bottom: 1px solid#8D8D8D;
 
}

button.sen-msg.btn.btn {
  float: right;
  margin-top: 20px;
  color: white;
  font-size: 20px;
  border-radius: 6px;
  padding: 9px 30px;
  background-color: #011C2A;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

i.fas.fa-phone.fa.mr-3 {
  position: relative;
  right: 5px;
  margin-top: -18px;
}

i.fas.fa-envelope.fa.mr-3 {
  position: relative;
  right: 5px;
  margin-top: -16px;
}

i.fas.fa-map-marker-alt.fa.mr-3 {
  position: relative;
  right: 5px;
  margin-top: -16px;
}

label.leb-ee {
  position: relative;
  left: 10px;
  font-weight: 600;
  color: #8D8D8D;
}

a.sen-msg.btn.btn- {
  color: white;
  background-color: #011C2A;
  float: right;
}

i.fas.fa-phone.fa.mr-4 {
  margin-top: -12px;
}

i.fas.fa-envelope.fa.mr-4 {
  margin-top: -12px;
}

i.fas.fa-map-marker-alt.fa.mr-4 {
  margin-top: -12px;
}


.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 1rem;
  margin-left: 10px;
}

label.form-check-label {
  color: #011C2A;
  font-weight: 700;
}

.suppp.row {
  height: 100vh;
}


textarea#wur-message {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  margin-left: 2px;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid white;
  border-bottom: 1px solid #8D8D8D;
}

.wrt-urform-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 1.6rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-bottom: 1px solid #8D8D8D;
}

.custom-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 30px; 
  margin-right: 15px; 
}

.custom-checkbox input[type="radio"] {
  opacity: 0;
  position: absolute;
  cursor: pointer;
}

.custom-checkbox-label {
  font-size: 16px; 
  cursor: pointer;
  padding-left: 5px; 
}

/* Create the checkmark/indicator */
.custom-checkbox-label:before {
  content: '';
  position: absolute;
  left: 4px;
  top: 4px;
  width: 20px; 
  height: 20px; 
  border: 2px solid #ccc; 
  border-radius: 50%; 
}

/* Show the checkmark when the checkbox is checked */
.custom-checkbox input[type="radio"]:checked + .custom-checkbox-label:before {
  background-color: #011C2A;
  border-color: #011C2A;
}

/* Create the tick mark */
.custom-checkbox-label:after {
  content: '\2713';
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  top: 39%;
  color: white;
  right: 123px;
  transform: translateY(-50%);
  /* color: white; */
  display: none;
}

/* Show the tick mark when the checkbox is checked */
.custom-checkbox input[type="radio"]:checked + .custom-checkbox-label:after {
  display: block;
}


/** swapnil css */
@media only screen and (max-width: 768px) {
  img.nivo-main-image {height: auto !important;}
}

@media (min-width: 768px) and (max-width: 920px){

  .image-container {
    /* margin: 0 auto; */
    margin: 4px 2px 3px -10px!important;
}
.gradient-background {
  height: 350px;
  background: linear-gradient(180deg, #0F0F33 0%, #050517 100%);
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.suppp.row {
  height: 50vh;
}
      
  }
  @media (min-width: 319px) and (max-width: 320px) {
    .toggle-slider {
      position: absolute;
      left: -1px !important;
      right: 5px !important;
  }
  
  .btttt {
    position: relative;
    right: 3px!important;
  }
  }
  
  @media (min-width: 320px) and (max-width: 360px) {
  
    .toggle-label {
      margin-right: 0px !important;
      
    }
  
    .toggle-slider {
      position: absolute;
      left: 4px;
      right: -3px;
  }
  
  }
  
  @media (min-width: 320px) and (max-width: 350px){
    .heading_optionsection{
      font-size: 30px!important;
    } 
    .rounded-button {
    
      margin-bottom: 7px!important;}
.suppo-head-text {

 top: 17%;
}h2.our-miss-text {
 
  left: 4px;
}
h2.compati-top-t {
    margin-left: 12px;
   

  }
  .col-md-4.footerdata{
    text-align: left;
  }
  .btttt {
     
      margin-top: -11px !important;
  }
}

  @media (min-width: 320px) and (max-width: 480px){
    .work_title {
      text-align: center;
margin-bottom: 55px !important;
}
h2.our-miss-text {
        left: 4px;
      }

 .subscribe_title {
      font-size: 40px !important;
        margin-top: 25px;
}


      .suppo-orange h4 {
  font-size: 34px;
  text-align: center;
  font-weight: 500;
  color: #F6AF03;
}
.col-md-4.footerdata{
  text-align: center!important;
}

.gradient-background {
  height: 350px;
  background: linear-gradient(180deg, #0F0F33 0%, #050517 100%);
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.suppp.row {
  height: 63vh;
}

.custom_subscribe {
       padding: 0px 10px;
   }

.form-control {
      font-size: 2rem;
}
          
      }
  
@media (min-width: 350px) and (max-width: 360px){
  .buttonn {
    background-color: white;
    color: #000;
    font-size: 10px;
    margin-left: 10px;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}  
      }
      h2.h1-responsive.font-weight-bold {
  color: white;
  font-size: 29px;
}










  /* New Banner */
.slider-btn-container {
  display: flex;
    gap: 15px;
}

.slider-btn-area {
  margin-right: 0; /* Remove margin between buttons */
}

.item-btn-accent {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 8px 16px;
  border: none;
  color: white;
  border-radius: 4px;
}

.btn-blue {
  background-color: #6CA4DB;
  color: black;
}

.btn-green {
  background-color:#74B44C;
  color: white;
}

.btn-yellow {
  background-color:#FFC612;
  color: black;
}
.custom-list {
  list-style-type: none;
  color: white;
  padding-left: 0;
}

.custom-list li {
  margin-left: 10px;
  margin-bottom: 5px;
}

.tick-blue {
  color: blue;
  margin-right: 15px; /* Add right margin for space between check mark and content */

}




  /* about us */

   
@media screen and (min-width: 320px) and (max-width: 480px) {
  .our_icon {
      margin-bottom: 20px;
      margin-left: 1px;
      width: 97px; /* Adjusted width for the specified media query */
  }h2.we-do-text {
 
  left: 1px!important;
}
} 
      @media screen and (min-width: 760px) and (max-width: 900px) {
  .our_icon {
      margin-left: 3px;
  }.count-text {
  font-size: 14px!important;
  
}

.accordions {
    width: 100%;
   }

}
.our_icon {
  margin-left: 3px;
  /* margin: 20px; */
  width: 97px;
  /* padding: 20px; */
}
     
      .gradient-background {  
        background: linear-gradient(100deg,#200c32,#e74d89,#febaa6);  
        background-size: 180% 180%;  
        animation: gradient-animation 9s ease infinite;  
      }  
      @keyframes gradient-animation {  
        0% {  
          background-position: 0% 50%;  
        }  
        50% {  
          background-position: 100% 50%;  
        }  
        100% {  
          background-position: 0% 50%;  
        }  
      }  
      
     
   
      .counter {  
        padding: 20px 0;  
        border-radius: 5px;  
        color: black;  
      }  
      .count-title {  
        font-size: 40px;  
        font-weight: normal;  
        margin-top: 10px;  
        margin-bottom: 0;  
        text-align: center;  
        color: black;  
      }  
      .count-text {  
        font-size: 20px;  
        font-weight: normal;  
        color: #6046FF;  
        margin-top: 10px;  
        margin-bottom: 0;  
        text-align: center;  
      }  
  .button_feature {
  margin-top: 35px;
  background-color: #EFECFF;
  color: #5236FF;
  border: none;
  text-align: center;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  outline: none;
}h2.our-miss-text {
  position: relative;
  color: #242331;
  font-weight: 800;
  /* top: 66px; */
  left: 15px;
}



/* FAQ */


p.make-white {
  position: relative;
  color: white;
  font-size: 17px;
  top: 10px;
  margin-left: 20px;
  line-height: 1.4;

}

h2.faqs-head {
  padding: 11px;
  font-size: 44px;

}

.right-faqs {
  padding: 50px;
}



i.fa.fa-plus {
  position: relative;
  /* left: 26px; */

  font-size: 20px;
  padding: 14px;
  background-color: #152329;
}

i.fa.fa-minus::before {
  position: relative;
  /* left: 26px; */

  padding: 14px;
  font-size: 20px;
  background-color: #4FA9E2;

}

.accordiona-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  background-color: #040F15;
  font-size: 1rem;
  color: white;
  text-align: left;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

.accordiona-button::after {
  color: white;
  background-color: #4FA9E2;
}

.card-bodye {
  background-color: #040F15;
  color: white;
  padding: 15px;
  padding: 52px;
  margin-top: -45px;

}

.accordiona-button:not(.collapsed) {
  color: white;
  background-color: #040F15;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

h2.faqs-head {
  color: white;
}

h2.faqs-head span {
  color: #4FA9E2;
}

.accordiona-header {
  margin-bottom: 0px;
  padding: 10px;
  background-color: #040F15;
}

.accordiona-item {
  background-color: #040F15;

}

button.accordiona-button.collapsed {
  border: 2px solid #152329;
}

.make-white {
display: flex;
align-items: center;
}

.make-white span {
margin-right: 20px; /* Adjust as needed */
font-size: 20px;
position: relative;
}

.make-white h5 {
margin: 0; /* Remove default margin */
}

.make-white h5 {
color: white;
}

@media (min-width: 320px) and (max-width: 480px) {

  i.fa.fa-plus {

      left: 0px;
  }

  .card-bodye {
      padding: 35px;
  }

  .right-faqs {
      padding: 5px;
  }

  i.fa.fa-minus::before {
      left: 0;
  }

  p.make-white {
      margin-left: 30px;
  }

  

}

@media (min-width: 767px) and (max-width: 980px) {

  i.fa.fa-plus {
      left: 0px
  }

  i.fa.fa-minus::before {
      left: 0;
  }

  img.faqs-img-fluid.rounded {
      margin-top: 85%;
  }

  .card-bodye {
      padding: 35px;
  }


  p.make-white {
      margin-left: 30px;
  }


}













.suppo-head-text {
  color: #ffffff;
  position: relative;
  top: 30%;
}

.suppo-heading h1 {
  text-align: center;
  font-weight: 800;
  color: #242331;
}







@media (min-width: 760px) and (max-width: 920px) {

  .simples_heading {
    font-size: 50px;
    font-weight: 700;
   margin-top: 20px!important;
    line-height: 50px;
    font-family: serif;
}

}

@media (min-width: 320px) and (max-width: 360px) {
 

  .suppo-head-text {

      top: 35%;
  }p.centered-text {
    font-size: 10px;
}

}








/* compatibility */
.compati-heading h1 {
  text-align: center;
  font-weight: 800;
  color: #242331;
}

p.compati-para {
  font-weight: 400;
  color: #797979;
  font-size: 18px;
  text-align: justify;
}


button.legal.btn.btn-lg.btn-block {
  border-radius: 25px;
  position: relative;
  background-color: #EFECFF;
  color: #5236FF;
  font-weight: 700;
  font-size: 18px;
  right: 16px;
}

.compati-img.text-center {
  width: 100%;
  height: auto;
}

.androidver {
  text-align: center;
  border-radius: 25px;
  height: 100px;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #5236FF;
}

.androidver h6 {
  position: relative;
  top: 9px;
  color: white;
}

.Aos-text {
  position: relative;
  top: 12px;
}

/* <<<<<<Section-2rd-4th-page End>>>>>>>>>>> */



/* <<<<<<Section-3rd-4th-page>>>>>>>>>>> */

.black-background {
  background-color: black;
  color: white;
}

button.demo-compa.btn.btn-lg.btn-block {
  border-radius: 25px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #EFECFF;
  color: #5236FF;
  font-weight: 700;
  font-size: 18px;
}

	/* <<<<<<Section compatibility-page>>>>>>>>>>> 
		<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

		.compati-heading {
			margin-bottom: 50px;
		}

		.vid-compatii {
			margin-top: 35px;
			border-radius: 10px;
			margin-bottom: 35px;
			border: 10px solid;
		}

		h2.compati-videos {
			font-size: 35px;
			padding: 10px;
			color: white;
			margin-left: 30px;
		}

		img.image-lap {
			width: 100%;
			height: 100%;
		}


		h6.compati-right {
			font-size: 15px;
			text-align: left;
			color: #797979;
			font-weight: 400;
		}



		.content-try {
			height: 550px;
			display: flex;
			align-items: center;
			justify-content: center;
			background-image: url(img/compatibility%20bg.png);
			background-size: cover;
			background-position: center;
			background-repeat: no-repeat;
			color: white;
			text-align: center;
		}

    h2.compati-top-t {
      position: relative;
      right: 43px;
      font-size: 30px;
      font-family: "Nunito", sans-serif;
      font-weight: 800;
      color: #FFFFFF;
  }
		.both-text {
			position: relative;
			top: 58px;
			right: 50px;
		}

		p.compati-top-para {
			text-align: justify;
			font-size: 14px;
			color: white;
		}

		button.bg-bot.btn.btn-lg {
			border-radius: 25px;
			position: relative;
			background-color: #FFFFFF;
			color: #5236FF;
			font-weight: 700;
			font-size: 15px;
		}

		button#botmmm {
			left: 16px;
		}


    .btttt {
      position: relative;
      right: 36px ;
    }

		@media (min-width: 319px) and (max-width: 340px) {
			.content-try {
				left: 16px;
			}
      .pro {
        color: white;
        font-size: 13px;
    }.buttonn {
      background-color: white;
      color: #000;
      font-size: 5px;
      margin-left: -7px;
      padding: 4px 9px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
  }
			.content-try {
				height: 195px !important;
			}

			h2.compati-top-t {
				font-size: 14px !important;
				right: 14px !important;
			}

			.both-text {
				top: 8px !important;
			}

			p.compati-top-para {

				width: 114px !important;
			}

			p.compati-top-para {
				position: relative;
				right: 1px !important;
			}

			.btttt {
				position: relative;
				right: 2px !important;
			}

			.both-text {
				top: 7px !important;
			}

		}

		@media (min-width: 359px) and (max-width: 360px) {

			.content-try {
				height: 230px !important;
			}


		}




		@media (min-width: 320px) and (max-width: 480px) {
    .our_company{
        text-align: center!important;
      }
			.compati-heading {
				margin-bottom: 30px;
			}

			h6.compati-right {
				font-size: 14px;
				text-align: justify;
				line-height: 1.3;

			}

				button.bg-bot.btn.btn-lg {
					font-size: 6px;
				}


				.Aos-text {
					top: 6px;
					line-height: 1.5;
				}

				button.legal.btn.btn-lg.btn-block {
					right: 3px;
				}

				.Aos-text span {
					font-size: 14px;
				}

				p.compati-top-para {
					font-size: 6px;
					width: 182px;
					line-height: 1.5;
				}

				button#botmmm {
					left: 6px;
				}

				h2.compati-top-t {
					font-size: 20px;
					right: 30px;
					top: 15px;
				}

				.content-try {
					height: 240px;
				}

				.btttt {
					position: relative;
					right: 24px;
				}

				p.compati-top-para {
					position: relative;
					right: 26px;
					width: 110px;
				}

				.both-text {

					top: 17px;

				}

			}


			@media (min-width: 768px) and (max-width: 1025px) {
				.dropdown-toggle::after {
					display: inline-block;
					width: 0;
					height: 0;
					margin-left: 1.255em !important;
				}

				button.legal.btn.btn-lg.btn-block {
					font-size: 14px;
				}

				button.demo-compa.btn.btn-lg.btn-block {
					font-size: 16px;
				}

				h2.compati-videos {
					font-size: 19px;
					line-height: 1.5;

				}

				.content-try {
					height: 475px;
				}

				.Aos-text {

					top: 6px;
					line-height: 1.5;
				}

				p.compati-top-para {
					position: relative;
					left: 21px;
					line-height: 1.4;
				}


				.btttt {
					position: relative;
					right: 10px;
				}



				.both-text {

					right: 0;
				}

			}

.about_subsection{
  text-align: center;
  font-size: 13px;
}.copyright_footer {
  font-size: 21px;
  font-weight: 500;
}.template-main-menu ul li.active a {
  color: #ff0000 !important; /* Change the color to your desired color */
} 
.fab:hover {
  color: #5258A6; /* Change this to the color you want when hovering */
}
.fas:hover {
  color: #5258A6; /* Change this to the color you want when hovering */
}
.Whychoose{
  
  text-align: center;
  text-align: justify;
  font-size: 16px;

}p.card_testimonial-text {
  color: #000;
  font-size: 14px !important;
}