/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* @import url("cookies.css"); */
:root {
    scroll-behavior: smooth;
}
html {
    /* -webkit-text-size-adjust: none;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%; */

    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;

}

body {
    /* font-family: "Open Sans", sans-serif; */
    font-family: 'Inter',sans-serif!important;
    /* font-family: Helvetica !important; */
    /* font-family: sofia-pro,Roboto,Helvetica,Arial,sans-serif; */
    /* font-family: GraphikRegular,Helvetica,sans-serif; */
    /* font-family: 'Lato', sans-serif; */
    text-rendering: optimizelegibility;

    color: #373737;
}
main{
    min-height: 61.9vh !important;
}
body > #header {
    padding: 20px 0px;
}
a {
    color: #373737;
    text-decoration: none;
}

a:hover {
    color: #818F90;
    /* border: 2px solid #1693D2; */

    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    /* font-family: "Nunito", sans-serif; */
}
p{
    line-height: 1.6em;
    font-size: 19px;
}
.fs-12{
    font-size: 12px !important;
}
.fs-14{
    font-size: 14px !important;
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
    overflow: hidden;
    /* max-width: 122rem; */
    padding: 1rem 2rem;
    /* box-sizing: content-box; */
    margin: 0 auto;
}
#requestademo{

    /* width: 100vw;
    height: 100vh; */
    background-image: url('../../../images/signin/Untitled\ design\ \(18\).png') !important;

    /* background-position: center center; */
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;

}
@media (max-width: 768px) {
    section {
        overflow: hidden;
        /* max-width: 122rem; */
        padding: 2rem 2rem;
        /* box-sizing: content-box; */
        margin: 0 auto;
    }
    .section-header {
        /* text-align: center; */
        padding-bottom: 10px !important;
    }
    #requestademo{

        /* width: 100vw;
        height: 100vh; */
        background-image: url('../../../images/signin/Untitled\ design\ \(18\).png') !important;

        /* background-position: center center; */
        background-repeat: no-repeat;
        background-attachment: scroll;
        -webkit-background-size: cover;
        background-size: cover;

    }
}
@media (min-width: 768px) {
.news-article-image{
    width: 45% !important;
}
}
.section-header {
    text-align: center;
    padding-bottom: 25px;
}
.section-header h2 {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 400;
    margin: 0;
    color: #373737;
    text-transform: uppercase;
}
.section-header h6 {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 20px;
    line-height: 38px;
    font-weight: 400;
    color: #373737;
}
.section-header p {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 35px;
    line-height: 42px;
    font-weight: 400;
    color: #373737;
}
@media (max-width: 768px) {
    .section-header p {
        font-size: 20px;
        line-height: 32px;
        margin: 0px 0 0 0;
    }
    .section-header h6 {
        font-size: 17px;
        line-height: 32px;
        margin: 0px 0 0 0;
    }
    h5.paidplan{
        font-size: 17px;
        padding: 0;

    }
    .padding-md-18{
        padding-top: 18px;
    }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    /* background: #0f3c72;; */
    background: url(../img/text-row-desktop-bg.jpg) top center repeat ;
    /* background-color: #d4e5ff; */
    min-height: 40px;
    margin-top: 82px;
    /* color: rgb(58 54 54);; */
}
.subpage-hero{
    min-height: 40px;
    margin-top: 100px;
    /* color:    rgb(93 98 108);; */
    padding: 15px 1px;

}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 57px;
    }
    .subpage-hero {
        margin-top: 57px;
    }

}
.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 500;
}
.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 14px;
}
.breadcrumbs ol a {
    color: #fff;
    transition: 0.3s;
}
.breadcrumbs ol a:hover {
    text-decoration: underline;
}
.breadcrumbs ol li + li {
    padding-left: 10px;
}
.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #8894f6;
    content: "/";
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px !important;
    z-index: 999;
    background: #1693D2;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}
.back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}
.back-to-top:hover {
    background: #1693D2;
    color: #fff;
}
.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}


  /*Community section */
  .community-section .container > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

@media (max-width: 576px) {
    .community-section .container > div {
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
    }

    .community-section .container > div > div {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .community-section img {
        margin: 0 auto 1rem;
    }

    .community-section a {
        width: 100%;
        padding: 12px 24px;
        font-size: 1rem;
    }

    .community-section h4 {
        font-size: 1.25rem;
    }

    .community-section p {
        font-size: 0.9rem;
    }
}

@media (min-width: 577px) {
    .community-section a {
        padding: 12px 24px;
    }
}
@media (min-width: 577px) and (max-width: 1024px){
    .community-section .container > div {
      flex-direction: column;
      align-items: center;
      text-align: center;  
    }
  
    .community-section .container > div > a {
      margin-top: 1rem;
      align-self: center;
    }
  
    .community-section .container > div > div {
      flex-direction: column;
      align-items: center;
      gap: 0.75rem;
    }
  
    .community-section h4 {
      text-align: center;
    }
  
    .community-section p {
      text-align: center;
    }
  }
  @media (min-width: 992px) and (max-width: 1300px) {
    .community-section .container > div {
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 1.5rem;
    }
  
    .community-section .container > div > div {
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 1rem;
    }
  
    .community-section .container > div > a {
      align-self: center;
      margin-top: 1rem;
    }
  
    .community-section h4,
    .community-section p {
      text-align: center;
    }
  
    .community-section img {
      margin: 0 auto 1rem;
    }
  }
  
  /* ==========================================================================
   FAQ Section Styles
   ========================================================================== */

  .faq-section h5,
  .faq-section p {
      margin: 0;
      padding: 0;
      line-height: 1.4;
  }
  .faq-section .accordion-button h5 {
      font-size: 1.1rem;
      font-weight: 600;
  }

  .faq-section .accordion-collapse p {
      font-size: 1rem;
      line-height: 1.6;
  }

  
  .faq-section .accordion-header {
      display: flex;
      align-items: center;
  }
  
  .faq-section .accordion-button {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 20px 22px;
      border-radius: 12px !important;
      background-color: white !important;
      color: #373737 !important;
      font-weight: 500;
      transition: all 0.3s ease;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
      min-height: 64px;
  }
  .faq-section .accordion-button {
          gap: 12px;
      }


  
  .faq-section .accordion-button:hover {
      transform: scale(1.01);
      background-color: #f8f9fa !important;
  }
  
  .faq-section .accordion-button::after {
      background-image: none !important;
      content: "+";
      font-size: 1.4rem;
      color: #1693d2;
      border: 1px solid #1693d2;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: auto;
      transition: transform 0.3s ease;
      flex-shrink: 0;
  }
  
  .faq-section .accordion-button:not(.collapsed)::after {
      content: "-";
      transform: rotate(180deg);
  }
  
  .faq-section .accordion-button:not(.collapsed) {
      border-bottom-left-radius: 0 !important;
      border-bottom-right-radius: 0 !important;
  }
  
  .faq-section .accordion-button h5 {
      font-size: 1.1rem;
      font-weight: 500;
      margin: 0 !important;
      width: 100%;
      line-height: 1.4;
  }
  
  .faq-section .accordion-collapse div {
      padding: 18px 20px;
      background-color: white !important;
      border-radius: 0 0 12px 12px;
      color: #5a5a5a;
      border-top: 1px solid #e0e0e0;
      animation: fadeIn 0.3s ease-in-out;
  }
  
  .faq-section .accordion-item {
      border: none !important;
      margin-bottom: 20px;
      background: white;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
      overflow: hidden;
      transition: all 0.3s ease;
  }
  
  .faq-section .accordion-item:hover {
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  }
  
  @keyframes fadeIn {
      from {
          opacity: 0;
          transform: translateY(5px);
      }
      to {
          opacity: 1;
          transform: translateY(0);
      }
  }
  
  @media (max-width: 576px) {
      .faq-section .accordion-button {
          padding: 16px !important;
      }
  
      .faq-section .accordion-collapse div {
          padding: 16px;
      }
  
      .faq-section .accordion-button h5 {
          font-size: 1rem;
      }
  }
  
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
body>#header{
    background-color: #1693D2;
}
.navbar-mobile {
    position: fixed ;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255);
    transition: 0.3s;
}
.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px !important;
    left: 15px;
    padding: 10px 0;
    border-radius: 10px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}
.header {
    transition: all 0.5s;
    z-index: 9999;
    padding: 2px 0;
}
.header.header-scrolled {
    background: rgb(253, 253, 253);
    padding: 15px 0;
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}
.header .logo {
    line-height: 0;
}
.header .logo img {
    /* max-height: 40px;
    margin-right: 6px; */
}
.header .logo span {
    font-size: 22x;
    font-weight: 400;
    letter-spacing: 1px;
    color: #373737;
    /* font-family: "Nunito", sans-serif; */
    margin-top: 3px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.header  .navbar  {
    padding: 0;
}
.header  .navbar  ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}
.header  .navbar  li {
    position: relative;
}
.header  .navbar  a, header  .navbar  a:focus {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    padding: 10px 0 10px 30px;
    /* font-family: "Nunito", sans-serif; */
    font-size: 17px;
    font-weight: 400;
    color: rgb(75, 73, 73);
    white-space: nowrap;
    transition: 0.3s;
}
.header  .navbar  ul>li>a>span {
    color: #fff;
}
.header  .navbar  ul>li>a> i {
    color: #fff;
}
.header  .navbar  a i, .header  .navbar  a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}
.header  .navbar  a:hover, .header  .navbar  .active, .header  .navbar  .active:focus, .header  .navbar  li:hover > a {
    color:   #818F90;
    ;
    /* border-bottom: 3px solid #1693D2; */
}
.header  .navbar  .getstarted, .header  .navbar  .getstarted:focus {
    background:  #fff;
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 45px;
    color: #1693D2;
}
.header  .navbar  .getstarted:hover, .header  .navbar  .getstarted:focus:hover {
    color: #fff;
    background: #1386c0;
}
.header  .navbar  .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
}
.header  .navbar  .mega-menu ul{
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;

}

.header  .navbar  .dropdown ul li {
    min-width: 150px;
}
.header  .navbar  .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    /* font-weight: 600; */
}

.header  .navbar  .dropdown ul a i {
    font-size: 12px;
}
.header  .navbar  .dropdown ul a:hover, .header  .navbar  .dropdown ul .active:hover, .header  .navbar  .dropdown ul li:hover > a {
    color: #818F90;
}
.header  .navbar  .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.header  .navbar  .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}
.header  .navbar  .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}
@media (max-width: 1366px) {
    .header  .navbar  .dropdown .dropdown ul {
        left: -90%;
    }
    .header  .navbar  .dropdown .dropdown:hover > ul {
        left: -100%;
    }

}
.list-group-item {
    border: 0px !important;
}
.list-group-item>a{
    padding: 0 !important
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #fffbfb;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
    color: rgb(53, 53, 53);
}
/* if it is 991 it will effect in ipad min  */
@media (max-width: 1025px) {
    .mobile-nav-toggle {
        display: block;
    }

    .header  .navbar  ul {
        display: none;
    }
}
.header .navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #ffffff;
    transition: 0.3s;
}
.header .navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
}
.header .navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px !important;
    left: 15px;
    padding: 10px 0;
    border-radius: 10px;
    background-color: #1693D2;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9999 !important;
}
.fixed-topnotwork{
    top:0;
    position:  absolute !important;
}
.header .navbar-mobile a, .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #373737;
}
.header .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
    color: #373737 !important;
}
.header .navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
    margin: 15px;
}
.header .navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    background: rgb(248, 247, 247);
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.header .navbar-mobile .dropdown ul li {
    min-width: 150px;
}
.header .navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}
header .navbar-mobile .dropdown ul a i {
    font-size: 12px;
}
.header .navbar-mobile .dropdown ul a:hover, .header .navbar-mobile .dropdown ul .active:hover, .header .navbar-mobile .dropdown ul li:hover > a {
    color: #373737;
}
.header .navbar-mobile .dropdown > .dropdown-active {
    display: block;
}





/* Carousel Background */
#responsiveCarousel {
    background-image: linear-gradient(139deg, #EDFDF8, #DAF0FB, #FDECF6);
  }
  
  /* Feature Card Styling */
  .feature-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    text-align: center;
    height: 100%;
    min-height: 500px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  }
  
  .feature-card img {
    max-height: 400px;
    object-fit: contain;
    margin-bottom: 1rem;
  }
  
  .feature-card h4 {
    font-weight: 600;
    margin-bottom: 0.75rem;
  }
  
  .feature-card p {
    color: #6c757d;
    margin-bottom: 0;
  }
  
  .feature-description {
    flex-grow: 1;
  }
  
  .carousel-item .row {
    align-items: stretch;
  }
  
  /* Carousel Controls */
  .carousel-control {
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 50%;
    opacity: 0.9;
    top: 50%;
    transform: translateY(-50%);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    z-index: 2;
  }
  
  .carousel-control:hover {
    background-color: #1693D2;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  }
  
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    filter: invert(34%) sepia(83%) saturate(496%) hue-rotate(164deg) brightness(97%) contrast(101%);
    width: 20px;
    height: 20px;
  }
  
  /* Mobile View */
  @media (max-width: 575.98px) {
    .carousel-container {
        padding-left: 0;
        padding-right: 0;
      }
  
    .carousel-item {
      padding: 0 0.75rem;
    }
  
    .carousel-inner .row {
      display: flex;
      flex-wrap: nowrap;
      overflow-x: auto;
    }
  
    .carousel-inner .col-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
  
    .feature-card {
      max-width: 100%;
      margin: 0 auto;
      padding: 1rem;
      border-radius: 12px;
      box-sizing: border-box;
    }
  
    .feature-card img {
      max-height: 180px;
    }
  }
  
  
  /* Tablet View */
  @media (min-width: 576px) and (max-width: 991.98px) {
    .carousel-inner .col-md-4 {
      flex: 0 0 50%;
      max-width: 50%;
    }
  
    .carousel-item .row {
      justify-content: center;
    }
  
    .carousel-item .row > div:nth-child(3) {
      display: none;
    }
  }
  
  /* Small Screens  */
  @media (max-width: 767.98px) {
    .feature-card img {
      max-height: 150px;
    }
  }
  


/* ------------------ Pricing Page  Layout ------------------ */
/* .pricing-page{
    background-color: #EDF8FD;
    margin-top: 0px;
    margin-bottom: 0px;
} */
.pricing-page .pricing-section {
    padding: 0;
    margin-top: 0px;
  }
  
  .pricing-page .container {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .pricing-page .pricing-wrapper {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 200px);
    overflow: hidden;
  }
  
  .pricing-page .pricing-grid {
    display: grid;
    grid-template-columns: 250px 1fr 1fr 1fr;
    background: white;
    z-index: 2;
    margin-bottom: 30px;
  }
  
  /* ------------------ Plan Cards ------------------ */
  .pricing-page .plan-card {
    padding: 30px 20px;
    background: linear-gradient(139deg, #EDFDF8, #DAF0FB, #FDECF6);
    text-align: center;
    border: none;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 300px;
  }
  
  
  .pricing-page .plan-card h3 {
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 1px;
  }
  
  .pricing-page .plan-card .desc {
    font-size: 14px;
    flex-grow: 1;
    margin-bottom: 10px;
  }
  
  .pricing-page .plan-card .highlight-text {
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .pricing-page .try-btn.outline {
    background: none;
    border: 1px solid #1693D2;
    color: #1693D2;
    padding: 8px 24px;
    border-radius: 30px;
    font-weight: bold;
    cursor: pointer;
    width: auto;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  
  /* ------------------ Try Button ------------------ */
  .pricing-page .try-btn.outline:hover {
    background-color: #f5fbff;
  }
  
  /* ------------------ Dropdown Headers ------------------ */
  .pricing-page .dropdown-section {
    grid-column: 1 / span 4;
    padding: 15px 20px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
    background-color: white;
    text-align: left;
  }
  
  .pricing-page .dropdown-section:hover {
    background-color: #DAF1FB;
  }
  
  .pricing-page .dropdown-section.active {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
     background-color: #DAF1FB;
  }
  
  .pricing-page .dropdown-section:not(.active) {
    border-top: none;
    border-bottom: none;
  }
  
  .pricing-page .dropdown-toggle {
    width: 100%;
    background: none;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    padding: 0;
    margin: 0;
  }
  
  .pricing-page .arrow {
    font-size: 22px;
    transition: transform 0.3s ease;
    margin-left: 10px;
  }
  
  .pricing-page .dropdown-section.active .arrow {
    transform: rotate(180deg);
  }
  
  
  /* ------------------ Table Features ------------------ */
  .pricing-page .feature-row {
    display: contents;
  }
  
  .pricing-page .feature-name {
    padding: 10px;
    display: flex;
    align-items: center; 
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    min-width: 250px;
    max-width: 250px;
    word-break: break-word;
    background: white;
  }
  
  .pricing-page .feature-plan {
    padding: 10px;
    text-align: center;

    color: #1693D2;
    font-size: 25px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    background: white;
  }
  .pricing-page .try-btn.outline {
    background: none;
    border: 1px solid #1693D2;
    color: #1693D2;
    padding: 8px 24px;
    border-radius: 30px;
    font-weight: bold;
    cursor: pointer;
    width: auto;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .pricing-page .try-btn.outline:hover {
    background: #1693D2;
    color: #fff;
  }
  .pricing-page .feature-row > .feature-plan:last-child {
    border-right: none;
  }
  
  /* ------------------ Hover on Rows ------------------ */
  .pricing-page .feature-row:hover .feature-name,
  .pricing-page .feature-row:hover .feature-plan {
    background-color: #DAF0FB;

    transition: background-color 0.3s ease, color 0.3s ease;
  }
  
  /* ------------------ Hidden Rows ------------------ */
  .pricing-page .hidden {
    display: none;
  }
  
  /* ------------------ Responsive ------------------ */
  @media (max-width: 991px) {
    .pricing-page .pricing-grid {
      grid-template-columns: 1fr;
    }
  
    .pricing-page .plan-card {
      min-height: auto;
    }
  
    .pricing-page .feature-name,
    .pricing-page .feature-plan {
      min-width: 100%;
      max-width: 100%;
      border-right: none;
    }
  }
  
    
  /* ------------------ carousel ------------------ */

  .pricing-page .pricing-carousel-section {
    background: #ffffff;
    padding: 0;
    margin: 40px 0;
  }

  .pricing-page .mobile-plan-card {
    background: #fff;
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border-radius: 0;
    margin: 0 auto;
    text-align: center;
    max-width: 90vw;
    padding: 30px 24px 36px;
    min-height: 640px;
    display: flex;
    flex-direction: column;

  }


  .pricing-page .mobile-plan-card h3,
.pricing-page .mobile-plan-card p {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

.pricing-page .mobile-plan-card h3 {
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 20px;
  margin-bottom: 15px;
}

.pricing-page .mobile-plan-card .text-muted {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}

.pricing-page .mobile-plan-card .desc {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 15px;
}

.pricing-page .mobile-plan-card .billing {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin-bottom: 15px;
}

.pricing-page .mobile-plan-card .btn {
    border-radius: 30px;
    font-weight: bold;
    color: #1693D2;
    border: 1px solid #1693D2;
    margin-bottom: 15px;
    width: auto;              
    max-width: 220px;         
    padding: 10px 24px;      
    margin-left: auto;        
    margin-right: auto;
  }
  

.pricing-page .mobile-plan-card .btn:hover {
  background-color: #1693D2;
  color: #fff;
}

.pricing-page .mobile-plan-card .text-muted.small {
  font-size: 13px !important;
  font-weight: normal !important;
  color: #6c757d !important;
  margin-bottom: 15px;
}


  .pricing-page .accordion {
    margin: 0;
    padding: 0;
  }

  .pricing-page .accordion-item,
  .pricing-page .accordion-header {
    border: none;
    margin: 0 !important;
    padding: 0 !important;
  }

  .pricing-page .accordion-button {
    font-size: 15px;
    font-weight: normal;
background: transparent !important;
    color: #000 !important;
    padding: 12px 16px;
    box-shadow: none !important;
    text-align: left;
  }

  .pricing-page .accordion-button:focus {
    outline: none;
    background-color: transparent !important;
    color: #000 !important;
  }

  .pricing-page .accordion-button:not(.collapsed) {
    background-color: #DAF0FB !important; 
    color: #000 !important;
    border-color: #dce8f7 !important;
  }

  .pricing-page .accordion-body {
    background-color: transparent !important;
    padding: 12px 20px;
    font-size: 14px;
    color: #333;
    text-align: left;
    border-top: 1px solid #eee;
  }
  

  .pricing-page .accordion-body ul {
    padding: 0;
    margin: 0;
  }

  .pricing-page .accordion-body li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
    color: #333;
    line-height: 1.5;
  }

  .pricing-page .accordion-body li::before {
    content: "\2713";
    color: #1693D2;
    font-size: 16px;
    flex-shrink: 0;
  }

  .pricing-page .carousel-inner {
    position: relative;
    padding: 0 35px; 
  }

  .pricing-page .carousel-control-prev,
  .pricing-page .carousel-control-next {
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
  }

  .pricing-page .carousel-control-prev-icon,
  .pricing-page .carousel-control-next-icon {
    background-color: #1693D2;
    border-radius: 50%;
    padding: 12px;
    background-size: 60% 60%;
  }
  .toggle-features-btn {
    display: inline-block;
    margin-top: 12px; 
    color: #1693D2;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer;
  }
  
  .toggle-features-btn:hover {
    text-decoration: none;
  }
  

  @media (max-width: 575.98px) {
    .pricing-page .container {
      padding-left: 0;
      padding-right: 0;
    }

    .pricing-page .mobile-plan-card {
      max-width: 100%;
      padding: 32px 20px 36px;
    }

    .pricing-page .carousel-inner {
      padding: 0 40px;
    }
  }

  @media (min-width: 768px) and (max-width: 991.98px) {
    .pricing-page .mobile-plan-card {
      max-width: 520px;
      padding: 32px 32px 40px;
    }

    .pricing-page .mobile-plan-card .btn {
        border-radius: 30px;
        font-weight: bold;
        color: #1693D2;
        border: 1px solid #1693D2;
        margin-bottom: 15px;
        width: auto;              
        max-width: 220px;        
        padding: 10px 24px;
        margin-left: auto;       
        margin-right: auto;
      }
       
    .pricing-page .accordion-body {
      padding-left: 24px;
      padding-right: 24px;
    }

    .pricing-page .carousel-inner {
      padding: 0 30px;
    }

    .pricing-page .carousel-control-prev-icon,
    .pricing-page .carousel-control-next-icon {
      padding: 16px;
    }
  }


  /* Cookie Banner */
  #cookie-banner .btn-primary {
    background-color: #1693D2;
    border-color: #1693D2;
  }
  
  #cookie-banner .btn-primary:hover {
    background-color: #127bb2;
  }
  #cookie-banner .cc-preferences-box {

    margin-top: 4rem;
    
 
  }
  #cookie-banner .btn-outline-secondary:hover,
  #cookie-banner .btn-outline-secondary:focus {
    background-color: transparent;
    color: #6c757d;
  }
  
  #cookie-banner #cc-cancel {
    color: #1693D2;
  }
  
  #cookie-banner #cc-cancel:hover {
    text-decoration: underline;
  }
  
  @keyframes cookie-slideUpFromBelow {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  @media (min-width: 576px) and (max-width: 991.98px) {
    #cookie-banner #cc-banner .d-flex.flex-wrap.justify-content-center.gap-2 {
      flex-wrap: nowrap !important;
      justify-content: flex-end !important;
      gap: 0.5rem !important;
    }
  
    #cookie-banner #cc-banner .btn {
      flex-shrink: 0;
    }
  }
  
  @media (max-width: 576px) {
    #cookie-banner .cc-preferences-box {
      max-width: 92%;
      margin: 0 auto;
      margin-top: 6rem;
      border-radius: 12px;
      padding: 1.25rem;
      max-height: 70vh;
      overflow-y: auto;
    }
  
    #cookie-banner #cc-banner {
      flex-direction: column;
      gap: 1rem;
    }
  
    #cookie-banner #cc-preferences p,
    #cookie-banner #cc-preferences .form-check-label,
    #cookie-banner #cc-banner .text-start {
      font-size: 0.9rem;
    }
  }
  
  #cookie-banner .no-outline:focus {
    box-shadow: none !important;
    outline: none !important;
  }
  
  #cookie-banner #cc-preferences p,
  #cookie-banner #cc-preferences .form-check-label {
    font-size: 1rem;
    line-height: 1.5;
  }
  
  #cookie-banner #cc-banner .text-start {
    font-size: 1rem;
    line-height: 1.5;
  }
  
  #cookie-banner #cc-banner-wrapper {
    max-height: 100vh;
    overflow-y: auto; 
    -webkit-overflow-scrolling: touch; 
  }
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
    width: 100%;
    /* height: 95vh; */
    padding-bottom:65px;
    /* background: url(../img/bg77.png) top center no-repeat; */
    background-color:  #EDF8FD !important;
    background-size: cover;
    color: #fff;
}

.heroworks {
    width: 100%;
    /* height: 95vh; */
    /* padding-bottom:65px; */
    background: url(../img/hero-bg-new.png) top center no-repeat;
    background-size: cover;
    /* background: url(../img/bg-new.png) top center no-repeat;  background-size: cover; */

}
.hero h1 {
    margin: 0;
    font-size: 49px;
    font-weight: 500;
    color: #ffffff;
}
.heroworks h1 {
    margin: 0;
    font-size: 49px;
    font-weight: 500;
    color: #373737;
}
.hero h2 {
    /* color: rgb(100 100 100);; */
    /* margin: 15px 80px 0 0; */
    font-size: 19px;
    line-height: 32px;
}

.heroworks h2 {
    /* color: rgb(100 100 100);; */
    /* margin: 15px 80px 0 0; */
    font-size: 19px;
    line-height: 32px;
}
.hero .btn-get-started {
    margin-top: 30px;
    line-height: 0;
    padding: 22px 22px;
    border-radius: 45px;
    transition: 0.5s;
    background-color: #1693D2;
    color: #ffffff;
    /* box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4); */
}
.hero .btn-get-started span {
    /* font-family: "Nunito", sans-serif; */
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 1px;
}
.hero .btn-get-started i {
    margin-left: 5px;
    font-size: 18px;
    transition: 0.3s;
}
.hero .btn-get-started:hover i {
    transform: translateX(5px);
}
.heroworks .btn-get-started:hover i {
    transform: translateX(5px);
}

.heroworks .btn-get-started {
    margin-top: 30px;
    line-height: 0;
    padding: 22px 22px;
    border-radius: 45px;
    transition: 0.5s;
    background-color: #1693D2;
    color: #ffffff;
    /* box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4); */
}
.heroworks .btn-get-started span {
    /* font-family: "Nunito", sans-serif; */
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 1px;
}
.heroworks .btn-get-started i {
    margin-left: 5px;
    font-size: 18px;
    transition: 0.3s;
}
.heroworks .btn-get-started:hover i {
    transform: translateX(5px);
}

.hero .hero-img {
    text-align: right;

}
/* .hero .img-fluid{
  width: 100% !important;
}  */
.heroworks .hero-img {
    text-align: right;
}
@media (min-width: 1024px) {
    .hero {
        background-attachment: fixed;
    }
    .heroworks {
        background-attachment: fixed;
    }
    .faded-bg{
        background: linear-gradient(90deg, rgba(235,245,249,1) 13%, rgba(255,255,255,1) 85%);
        border-radius: 15px;
    }
    .faded-bg2{
        background: linear-gradient(270deg, rgba(235,245,249,1) 32%, rgba(255,255,255,1) 100%);
        border-radius: 15px;
    }
}
@media (max-width: 991px) {
    .hero {
        height: auto;
        padding: 120px 0 60px 0;
    }
    .hero .hero-img {
        text-align: center;
        margin-top: 80px;
    }
    .hero .hero-img img {
        width: 80%;
    }
    .heroworks {
        height: auto;
        padding: 120px 0 60px 0;
    }
    .heroworks .hero-img {
        text-align: center;
        margin-top: 80px;
    }
    .heroworks .hero-img img {
        width: 80%;
    }
}
@media (max-width: 991px) {
    .heroworks {
        height: auto;
        padding: 120px 0 60px 0;
    }
    .heroworks .hero-img {
        text-align: center;
        margin-top: 80px;
    }
    .heroworks .hero-img img {
        width: 80%;
    }
}
@media (max-width:870px) {
    .heroworks h1 {
        font-size: 32px;
    }

}
@media (max-width: 768px) {
    .hero {
        text-align: center;
    }
    .hero h1 {
        font-size: 32px;
    }
    .hero h2 {
        font-size: 17px;
    }
    .hero .hero-img img {
        width: 86%;
        margin-right: 90px;
    }
    p{
        font-size: 17px;
    }
  
}

@media (max-width: 768px) {
    .heroworks {
        text-align: center;
        padding-bottom: 0;
    }
    .heroworks h1 {
        font-size: 24px !important;
    }
    .heroworks p {
        font-size: 19px;
    }
    .heroworks .hero-img img {
        width: 100%;
    }
    .heroworks .hero-img {
        margin-top: 0px;
    }
}
/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about  {
    background-color: #fff;
    /* padding: 40px; */
}
.about h3 {
    font-size: 17px;
    font-weight: 600;
    color: #5e5e5e;
    text-transform: uppercase;
}
.about h2 {
    font-size: 24px;
    font-weight: 500;
    color: #373737;
}
.about p {
    /* margin: 15px 0 30px 0; */
    line-height: 1.6em;
}
.about .btn-read-more {
    line-height: 0;
    padding: 15px 40px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #1693D2;
    box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
}
.about .btn-read-more span {
    /* font-family: "Nunito", sans-serif; */
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 1px;
}
.about .btn-read-more i {
    margin-left: 5px;
    font-size: 18px;
    transition: 0.3s;
}
.about .btn-read-more:hover i {
    transform: translateX(5px);
}
.about .content .icon-box {
    margin-top: 25px;
}
.about .content .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0 10px 60px;
    /* color:  rgb(93 98 108) !important; */
}
.about .content .icon-box span{
    float: left;
    background-color: #1693D2;
    color: #fff;
    border-radius: 50%;
    padding: 7px 14px;
    font-weight: 700;


}

/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
.values .box {
    padding: 30px;
    box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
    text-align: center;
    transition: 0.3s;
    height: 100%;
}
.values .box img {
    padding: 30px 50px;
    transition: 0.5s;
    transform: scale(1.1);
}
.values .box h3 {
    font-size: 24px;
    color: #373737;
    font-weight: 400;
    margin-bottom: 18px;
}
.values .box:hover {
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}
.values .box:hover img {
    transform: scale(1);
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
    padding: 70px 0 60px;
}
.counts .count-box {
    display: flex;
    align-items: center;
    padding: 30px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}
.counts .count-box i {
    font-size: 42px;
    line-height: 0;
    margin-right: 20px;
    color: #373737;
}
.counts .count-box span {
    font-size: 36px;
    display: block;
    font-weight: 600;
    color: #0b198f;
}
.counts .count-box p {
    padding: 0;
    margin: 0;
    /* font-family: "Nunito", sans-serif; */
    font-size: 14px;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .feature-box {
    padding: 24px 20px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    transition: 0.3s;
    height: 100%;
    background-color: #fff;
}
.works .feature-box {
    padding: 24px 20px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    transition: 0.3s;
    height: 100%;
    background-color: #fff !important;
    border-radius: 10px;

}
.features .feature-box h3 {
    font-size: 17px;
    color:   rgb(77 77 78);
    font-weight: 400;
    margin: 0;

}

.features .feature-box i {
    line-height: 0;
    /* background: #ecf3ff; */
    padding: 4px;
    margin-right: 10px;
    font-size: 24px;
    border-radius: 3px;
    transition: 0.3s;
    color:   #1693d2
}
/* .features .feature-box:hover i {
  background: #1693D2;
  color: #fff;
} */
.features .feture-tabs {
    margin-top: 0px;
}
.features .feture-tabs h3 {
    color: #373737;
    font-weight: 500;
    /* font-size: 28px; */
    margin-bottom: 40px;
    font-size: 25px;
    line-height: 1.4;
    ;
}
@media (max-width: 768px) {
    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        padding-bottom: 20px;
    }

    .img-m{
        margin: 0px 0px 30px 0px !important;
    }
    .features .feture-tabs {
        margin-top: 0px;
    }
    .features .feture-tabs h3 {
        font-size: 19px;
        margin-bottom: 0;
        text-align: center;

    }
    .features .feature-box h3 {
        padding-bottom: 0px;
    }

    .width-100{
        width: 89% !important;
    }
}
.features .feture-tabs .nav-pills {
    border-bottom: 1px solid #eee;
}
.features .feture-tabs .nav-link {
    background: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #818F90;
    padding: 12px 0;
    margin-right: 25px;
    margin-bottom: -2px;
    border-radius: 0;
}
.features .feture-tabs .nav-link.active {
    color: #373737;
    border-bottom: 3px solid #1693D2;
}
.features .feture-tabs .tab-content h4 {
    font-size: 18px;
    margin: 0;
    font-weight: 400;
    color: #373737;
}
.features .feture-tabs .tab-content i {
    font-size: 24px;
    line-height: 0;
    margin-right: 8px;
    color: #373737;
}
.features .feature-icons {
    /* margin-top: 60px; */
}
.features .feature-icons h3 {
    color: #373737;
    font-weight: 400;
    font-size: 32px;
    margin-bottom: 40px;
    text-align: center;
}
@media (max-width: 768px) {
    .features .feature-icons {
        margin-top: 0px;

    }
    .features .feature-icons h3 {
        font-size: 20px;
        margin-bottom: 0px;
        padding: 7px 5px;
    }

}
.features .feature-icons .content .icon-box {
    display: flex;
}
.features .feature-icons .content .icon-box h4 {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 10px 0;
    color: #373737;
}
.features .feature-icons .content .icon-box i {
    font-size: 30px;
    /* line-height: 44px; */
    color: #7e7e7e;
    margin-right: 15px;
}
.features .feature-icons .content .icon-box p {
    font-size: 17px;
    color: #373737;
    margin-bottom: 0px
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .service-box {
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    height: 100%;
    padding: 60px 30px;
    text-align: center;
    transition: 0.3s;
    border-radius: 5px;
}
.services .service-box .icon {
    font-size: 36px;
    padding: 40px 20px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 25px;
    display: inline-block;
    line-height: 0;
    transition: 0.3s;
}
.services .service-box h3 {
    color: #444444;
    font-weight: 400;
}
.services .service-box .read-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 17px;
    padding: 8px 20px;
}
.services .service-box .read-more i {
    line-height: 0;
    margin-left: 5px;
    font-size: 18px;
}
.services .service-box.blue {
    border-bottom: 3px solid #2db6fa;
}
.services .service-box.blue .icon {
    color: #2db6fa;
    background: #dbf3fe;
}
.services .service-box.blue .read-more {
    color: #2db6fa;
}
.services .service-box.blue:hover {
    background: #2db6fa;
}
.services .service-box.orange {
    border-bottom: 3px solid #f68c09;
}
.services .service-box.orange .icon {
    color: #f68c09;
    background: #fde3c4;
}
.services .service-box.orange .read-more {
    color: #f68c09;
}
.services .service-box.orange:hover {
    background: #f68c09;
}
.services .service-box.green {
    border-bottom: 3px solid #08da4e;
}
.services .service-box.green .icon {
    color: #08da4e;
    background: #cffddf;
}
.services .service-box.green .read-more {
    color: #08da4e;
}
.services .service-box.green:hover {
    background: #08da4e;
}
.services .service-box.red {
    border-bottom: 3px solid #e9222c;
}
.services .service-box.red .icon {
    color: #e9222c;
    background: #fef7f8;
}
.services .service-box.red .read-more {
    color: #e9222c;
}
.services .service-box.red:hover {
    background: #e9222c;
}
.services .service-box.purple {
    border-bottom: 3px solid #b50edf;
}
.services .service-box.purple .icon {
    color: #b50edf;
    background: #f8e4fd;
}
.services .service-box.purple .read-more {
    color: #b50edf;
}
.services .service-box.purple:hover {
    background: #b50edf;
}
.services .service-box.pink {
    border-bottom: 3px solid #f51f9c;
}
.services .service-box.pink .icon {
    color: #f51f9c;
    background: #feecf7;
}
.services .service-box.pink .read-more {
    color: #f51f9c;
}
.services .service-box.pink:hover {
    background: #f51f9c;
}
.services .service-box:hover h3, .services .service-box:hover p, .services .service-box:hover .read-more {
    color: #fff;
}
.services .service-box:hover .icon {
    background: #fff;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
    padding: 40px 15px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    font-size: 14px;
}
.pricing .box:hover {
    transform: scale(1.03);
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}
.pricing h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
    text-transform: capitalize !important;
    letter-spacing: 3px;
}
.pricing h6 {
    /* font-weight: 600; */
    font-size: 14px;
    color: #373737 !important;

    line-height: 1.7rem;
    padding-top: 13px;
    /* margin-bottom: 15px; */
    /* text-transform: capitalize !important; */
    /* letter-spacing: 3px; */
}
.pricing .price {
    font-size: 18px;
    /* color: rgb(163 163 163);; */
    font-weight: 500;
    /* font-family: "Poppins", sans-serif; */
}
.pricing .price sup {
    font-size: 20px;
    top: -15px;
    left: -3px;
}
.pricing .price span {
    color: #bababa;
    font-size: 17px;
    font-weight: 300;
}
.pricing img {
    padding: 30px 40px;
}
.pricing ul {
    padding: 0;
    list-style: none;
    color: #3a3b3a;
    text-align: center;
    /* line-height: 26px; */
    font-size: 17px;
    margin-bottom: 25px;
    text-align: left;
}
.pricing ul li {
    padding-bottom: 10px;
    font-size: 14px;
}
.pricing ul li >b{
    font-size: 14px;
    /* margin-left: 5px !important; */

}
.pricing ul li>span>i{
    font-size: 20px;
    /* margin-right: 5px !important; */
}
.pricing ul li>b>.bi-check {
    color: #3a3b3a;
    margin-right: 5px !important;


}
.pricing ul li>span.cross{
    margin-left: 5px !important;


}
.pricing ul li >hr{
    margin: 0px !important;
}
.pricing ul li>span>i {
    color:#3a3b3a;
    margin-right: 5px !important;

}
.pricing ul .na {
    color: #ccc;
    text-decoration: line-through;
}
.pricing .btn-buy {
    display: inline-block;
    padding: 8px 40px 10px 40px;
    border-radius: 45px;
    color: #373737;
    transition: none;
    font-size: 17px;
    font-weight: 400;
    /* font-family: "Nunito", sans-serif; */
    font-weight: 600;
    transition: 0.3s;
    border: 1px solid #1693D2;
}
.pricing .btn-buy:hover {
    background: #1693D2;
    color: #fff;
}
.pricing .featured {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: #1693D2;
    color: #fff;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
/* .faq .accordion-collapse {
    border: 0;
}
.faq .accordion-button {
    padding: 15px 15px 20px 0;
    font-weight: 600;
    border: 0;
    font-size: 18px;
    color: #444444;
    text-align: left;
}
.faq .accordion-button:focus {
    box-shadow: none;
}
.faq .accordion-button:not(.collapsed) {
    background: none;
    color: #373737;
    border-bottom: 0;
}
.faq .accordion-body {
    padding: 0 0 25px 0;
    border: 0;
} */

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
    background: white;
    border-radius: 50px;
    padding: 2px 15px;
}
.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 20px 10px 20px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: #444444;
    margin: 0 4px 8px 4px;
    transition: 0.3s;
    border-radius: 50px;
    border: 1px solid #fff;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
    color: #373737;
    border-color: #1693D2;
}
.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}
.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(255, 255, 255, 0.75);
}
.portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(255, 255, 255, 0.75);
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}
.portfolio .portfolio-wrap img {
    transition: 1s;
}
.portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.portfolio .portfolio-wrap .portfolio-info::before {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    top: 35px;
    left: 35px;
    border-top: 3px solid rgba(1, 41, 112, 0.2);
    border-left: 3px solid rgba(1, 41, 112, 0.2);
    transition: all 0.5s ease 0s;
    z-index: 9994;
}
.portfolio .portfolio-wrap .portfolio-info::after {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 35px;
    right: 35px;
    border-bottom: 3px solid rgba(1, 41, 112, 0.2);
    border-right: 3px solid rgba(1, 41, 112, 0.2);
    transition: all 0.5s ease 0s;
    z-index: 9994;
}
.portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #373737;
    font-weight: 400;
}
.portfolio .portfolio-wrap .portfolio-info p {
    color: #373737;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.portfolio .portfolio-wrap .portfolio-links {
    text-align: center;
    z-index: 4;
}
.portfolio .portfolio-wrap .portfolio-links a {
    color: #fff;
    background: #1693D2;
    margin: 10px 2px;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
}
.portfolio .portfolio-wrap .portfolio-links a i {
    font-size: 24px;
    line-height: 0;
}
.portfolio .portfolio-wrap .portfolio-links a:hover {
    background: #1693D2;
}
.portfolio .portfolio-wrap:hover img {
    transform: scale(1.1);
}
.portfolio .portfolio-wrap:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}
.portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
}
.portfolio .portfolio-wrap:hover .portfolio-info::before {
    top: 15px;
    left: 15px;
}
.portfolio .portfolio-wrap:hover .portfolio-info::after {
    bottom: 15px;
    right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
    width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #1693D2;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #1693D2;
}
.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}
.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
    margin-top: 10px;
}
.portfolio-details .portfolio-description {
    padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
    padding: 0;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px;
    margin: 40px 30px;
    box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
    background: #fff;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    text-align: center;
    transition: 0.3s;
}
.testimonials .testimonial-item .stars {
    margin-bottom: 15px;
}
.testimonials .testimonial-item .stars i {
    color: #ffc107;
    margin: 0 1px;
}
.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto;
}
.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
}
.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0;
}
.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px auto;
}
.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #1693D2;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #1693D2;
}
.testimonials .swiper-slide {
    opacity: 0.3;
}
@media (max-width: 1199px) {
    .testimonials .swiper-slide-active {
        opacity: 1;
    }
    .testimonials .swiper-pagination {
        margin-top: 0;
    }
}
@media (min-width: 1200px) {
    .testimonials .swiper-slide-next {
        opacity: 1;
        transform: scale(1.12);
    }
    .modal-dialog-custom{
        position: fixed;
        top: 70%;
        margin: auto;
        width: 320px;
        height: 100%;
        right: 0px;
    }
}
@media (min-width: 576px){
    .modal-sm-custom {
        max-width: 370px;
    }
    .modal-dialog-custom{
        position: fixed;
        top: 70%;
        margin: auto;
        width: 320px;
        height: 100%;
        right: 0px;
    }

}
@media (max-width: 415px){

    .modal-dialog-custom{

        position: fixed;
        /* top: 70%; */
        margin: auto;
        width: 320px;
        /* height: 100%; */
        bottom: 15px;
        right: 15px;
    }
}
@media screen and (orientation:landscape)
and (min-width: 300px)
and (max-width: 880px) {
    .modal-dialog-custom{

        position: fixed;
        top: 50%;
        margin: auto;
        width: 320px;
        height: 100%;
        right: 0px;
    }
    /* Your CSS Here*/
}
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
    background: #fff;
    padding: 60px 0;
}
.team .member {
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    transition: 0.3s;
    cursor: pointer;
}
.team .member .member-img {
    position: relative;
    overflow: hidden;
}
.team .member .member-img:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    /* background: url(../img/team-shape.svg) no-repeat center bottom; */
    background-size: contain;
    z-index: 1;
}
.team .member .social {
    position: absolute;
    right: -100%;
    top: 30px;
    opacity: 0;
    border-radius: 4px;
    transition: 0.5s;
    background: rgba(255, 255, 255, 0.3);
    z-index: 2;
}
.team .member .social a {
    transition: color 0.3s;
    /* color: rgba(1, 41, 112, 0.5); */
    margin: 15px 12px;
    display: block;
    line-height: 0;
    text-align: center;
}
.team .member .social a:hover {
    color: rgba(1, 41, 112, 0.8);
}
.team .member .social i {
    font-size: 18px;
}
.team .member .member-info {
    padding: 10px 15px 20px 15px;
}
.team .member .member-info h4 {
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 18px;
    /* color:    rgb(93 98 108);; */
}
.team .member .member-info span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    /* color: #aaaaaa; */
}
.team .member .member-info p {
    /* font-style: italic; */
    font-size: 15px;
    padding-top: 15px;
    line-height: 26px;
    /* color: #5e5e5e !important; */
    margin-bottom: 0 !important;
}

.team .member .member-info div {
    /* font-style: italic; */
    font-size: 15px;
    padding-top: 15px;
    /* font-weight: 600; */
    line-height: 26px;
    display: inline;

    color: #5e5e5e !important;
    margin-bottom: 0 !important;
}
.team .member .member-info a{
    /* font-style: italic; */
    font-size: 15px;
    line-height: 26px;
    display: inline;
    color: #1693D2 !important;
    margin-bottom: 0 !important;
}

.team .member .member-info>.show-read-more .more-text{
    display: none;
}
.team .member:hover {
    transform: scale(1.08);
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}
.team .member:hover .social {
    right: 8px;
    opacity: 1;
    background-color: #fff;
}
.team .member .member-info .links{
    font-size: 30px;
}
.team .member .member-info .links>.youtube{
    color: #FF0000;
}
.team .member .member-info .links>.applepod{
    color: #9531C7;
    padding-left:20px ;
}


/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .clients-slider .swiper-slide img {
    opacity: 0.5;
    transition: 0.3s;
}
.clients .clients-slider .swiper-slide img:hover {
    opacity: 1;
}
.clients .clients-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}
.clients .clients-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #1693D2;
}
.clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #1693D2;
}

/*--------------------------------------------------------------
# Recent Blog Posts
--------------------------------------------------------------*/
.recent-blog-posts .post-box {
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    transition: 0.3s;
    height: 100%;
    overflow: hidden;
    padding: 30px;
    border-radius: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
}
.recent-blog-posts .post-box .post-img {
    overflow: hidden;
    margin: -30px -30px 15px -30px;
    position: relative;
    /* height: 14rem; */
}
.recent-blog-posts .post-box .post-img-box {
    overflow: hidden;
    margin: -30px -30px 0px -30px;
    position: relative;
    /* height: 14rem; */
    min-width: 300px;
    /* min-height: 80px; */
    padding: 37px 29px;
}
.recent-blog-posts .post-box .post-img img {
    transition: 0.5s;
}
.recent-blog-posts .post-box .post-date {
    font-size: 12px;
    /* font-weight: 600; */
    /* color: rgba(1, 41, 112, 0.6); */
    display: block;
    margin-bottom: 10px;
}
.recent-blog-posts .post-box .post-title {
    font-size: 18px;
    color: #373737;
    font-weight: 400;
    margin-bottom: 18px;
    position: relative;
    transition: 0.3s;
}
.recent-blog-posts .post-box .post-description {
    font-size: 15px;
    color: #2a2a2b;
    font-weight: 400;
    margin-bottom: 18px;
    position: relative;
    transition: 0.3s;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    background: #fff;
}
.recent-blog-posts .post-box .post-description-withoutellip {
    font-size: 15px;
    color: #2a2a2b;
    font-weight: 400;
    margin-bottom: 18px;
    position: relative;
    transition: 0.3s;
    width: 100%;
    /* overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; */
    background: #fff;
}
.recent-blog-posts .post-box .readmore {
    display: flex;
    align-items: center;
    font-weight: 600;
    line-height: 1;
    transition: 0.3s;
    background-position: 100% -4px;
    background-size: 100% calc(200% + 16px);
    bottom: 0px;
    content: "";
    height: 100%;
    left: 0px;
    width: 100%;
    z-index: -1;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    border-radius: 4px;
    
}
/* Animating from the bottom */
.btn-fill {
    position: relative;
    /* display:block; */
    /* height: 45px; */
    /* width: 150px; */
    margin: 10px 0px 0px 0px;
    padding: 5px 15px;
    color: #373737;
    border: 2px #E8E8E8;
    border-radius: 4px;
    outline: 0;
    vertical-align: middle;
    overflow:hidden;
    background: none;
    z-index: 1;
    cursor: pointer;
    
    transition:         0.08s ease-in;
    -o-transition:      0.08s ease-in;
    -ms-transition:     0.08s ease-in;
    -moz-transition:    0.08s ease-in;
    -webkit-transition: 0.08s ease-in;
  }
.fill:hover {
    color: #373737;
  }
  
  .fill:before {
    content: "";
    position: absolute;
    background: #E8E8E8;
    bottom: 0;
    left: 0;
    right: 0;
    top: 100%;
    z-index: -1;
    -webkit-transition: top 0.09s ease-in;
  }
  
  .fill:hover:before {
    top: 0;
  }
  

.recent-blog-posts .post-box .readmore i {
    line-height: 0;
    margin-left: 4px;
    font-size: 18px;
}
.recent-blog-posts .post-box:hover .post-title {
    color: #373737;
}
.recent-blog-posts .post-box:hover .post-img img {
    /* transform: rotate(6deg) scale(1.2); */
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact header p,h3,h6{
    color: #373737;
}
.contact .info-box {
    color: #444444;
    background: #fafbff05;
    padding: 30px;
}
.contact .info-box i {
    font-size: 38px;
    line-height: 0;
    color: #373737;
}
.contact .info-box h3 {
    font-size: 20px;
    color: #373737;
    font-weight: 400;
    margin: 20px 0 10px 0;
}
.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}
.contact .php-email-form {
    background: #ffffff;
    padding: 30px;
    height: 100%;
    box-shadow: rgb(17 17 26 / 10%) 0px 4px 16px, rgb(17 17 26 / 10%) 0px 8px 24px, rgb(17 17 26 / 10%) 0px 16px 56px;
}
.contact .php-email-form a {
    color: #373737;
    text-decoration: underline ;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}
.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}
.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
}
.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input,.contact .php-email-form select:focus, .contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 6px;
}
.contact .php-email-form input:focus, .contact .php-email-form select:focus, .contact .php-email-form textarea:focus {
    border-color: #1693D2;

}
.contact .php-email-form input {
    padding: 7px 15px;
    border-radius: 6px;
}
.contact .php-email-form textarea {
    padding: 12px 15px;
    border-radius: 6px;
    border-color: rgb(238, 238, 238) !important;
}
.contact .php-email-form button[type=submit] {
    background: #1693D2;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}
.contact .php-email-form input[type=submit]{
    background: #1693D2;
    border: 0;
    padding: 10px 50px;
    color: #fff;
    transition: 0.4s;
    border-radius: 45px;
}
.contact .php-email-form .form-control{
    border-color: rgb(238, 238, 238) !important;
}
.contact .php-email-form .is-invalid{
    border-color: #dc3545 !important;
}
.contact .php-email-form button[type=submit]:hover {
    background: #1693D2;
}
.hidden {
    display: none !important;
}
.dropdown-toggle::after {
    display: none !important;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.mright-10{
    margin-right: 10px
}
@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
    padding: 40px 0 20px 0;
}
.blog .entry {
    padding: 30px;
    margin-bottom: 60px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .entry .entry-img {
    max-height: 440px;
    margin: -30px -30px 20px -30px;
    overflow: hidden;
}
.blog .entry .entry-title {
    font-size: 28px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 20px 0;
}
.blog .entry .entry-title a {
    color: #373737;
    transition: 0.3s;
}
.blog .entry .entry-title a:hover {
    color: #373737;
}
.blog .entry .entry-meta {
    margin-bottom: 15px;
    color: #4084fd;
}
.blog .entry .entry-meta ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
}
.blog .entry .entry-meta ul li + li {
    padding-left: 20px;
}
.blog .entry .entry-meta i {
    font-size: 17px;
    margin-right: 8px;
    line-height: 0;
}
.blog .entry .entry-meta a {
    color: #777777;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
}
.blog .entry .entry-content p {
    line-height: 24px;
}
.blog .entry .entry-content .read-more {
    -moz-text-align-last: right;
    text-align-last: right;
}
.blog .entry .entry-content .read-more a {
    display: inline-block;
    background: #1693D2;
    color: #fff;
    padding: 6px 20px;
    transition: 0.3s;
    font-size: 14px;
    border-radius: 4px;
}
.blog .entry .entry-content .read-more a:hover {
    background: #1693D2;
}
.blog .entry .entry-content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: bold;
}
.blog .entry .entry-content blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0;
}
.blog .entry .entry-content blockquote p {
    color: #444444;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
}
.blog .entry .entry-content blockquote::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #1693D2;
    margin-top: 20px;
    margin-bottom: 20px;
}
.blog .entry .entry-footer {
    padding-top: 10px;
    border-top: 1px solid #e6e6e6;
}
.blog .entry .entry-footer i {
    color: #0d64fd;
    display: inline;
}
.blog .entry .entry-footer a {
    color: #013289;
    transition: 0.3s;
}
.blog .entry .entry-footer a:hover {
    color: #373737;
}
.blog .entry .entry-footer .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 14px;
}
.blog .entry .entry-footer .cats li {
    display: inline-block;
}
.blog .entry .entry-footer .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 14px;
}
.blog .entry .entry-footer .tags li {
    display: inline-block;
}
.blog .entry .entry-footer .tags li + li::before {
    padding-right: 6px;
    color: #6c757d;
    content: ",";
}
.blog .entry .entry-footer .share {
    font-size: 17px;
}
.blog .entry .entry-footer .share i {
    padding-left: 5px;
}
.blog .entry-single {
    margin-bottom: 30px;
}
.blog .blog-author {
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .blog-author img {
    width: 120px;
    margin-right: 20px;
}
.blog .blog-author h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0px;
    padding: 0;
    color: #373737;
}
.blog .blog-author .social-links {
    margin: 0 10px 10px 0;
}
.podyt{
    border: 1px solid #000;
    border-radius: 10px;
    padding: 6px;
}
.podyt i{
    font-size: 20px;
    color: #e9222c;
}
.podyt span{
    font-size: 14px;
}
.blog .blog-author .social-links a {
    /* color: rgba(1, 41, 112, 0.5); */
    margin-right: 5px;
}
.blog .blog-author p {
    font-style: italic;
    color: #b7b7b7;
}
.blog .blog-comments {
    margin-bottom: 30px;
}
.blog .blog-comments .comments-count {
    font-weight: bold;
}
.blog .blog-comments .comment {
    margin-top: 30px;
    position: relative;
}
.blog .blog-comments .comment .comment-img {
    margin-right: 14px;
}
.blog .blog-comments .comment .comment-img img {
    width: 60px;
}
.blog .blog-comments .comment h5 {
    font-size: 17px;
    margin-bottom: 2px;
}
.blog .blog-comments .comment h5 a {
    font-weight: bold;
    color: #444444;
    transition: 0.3s;
}
.blog .blog-comments .comment h5 a:hover {
    color: #373737;
}
.blog .blog-comments .comment h5 .reply {
    padding-left: 10px;
    color: #373737;
}
.blog .blog-comments .comment h5 .reply i {
    font-size: 20px;
}
.blog .blog-comments .comment time {
    display: block;
    font-size: 14px;
    color: #013ca3;
    margin-bottom: 5px;
}
.blog .blog-comments .comment.comment-reply {
    padding-left: 40px;
}
.blog .blog-comments .reply-form {
    margin-top: 30px;
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .blog-comments .reply-form h4 {
    font-weight: bold;
    font-size: 22px;
}
.blog .blog-comments .reply-form p {
    font-size: 14px;
}
.blog .blog-comments .reply-form input {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
}
.blog .blog-comments .reply-form input:focus {
    box-shadow: none;
    border-color: #a0aaf8;
}
.blog .blog-comments .reply-form textarea {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
}
.blog .blog-comments .reply-form textarea:focus {
    box-shadow: none;
    border-color: #a0aaf8;
}
.blog .blog-comments .reply-form .form-group {
    margin-bottom: 25px;
}
.blog .blog-comments .reply-form .btn-primary {
    border-radius: 4px;
    padding: 10px 20px;
    border: 0;
    background-color: #1693D2;
}
.blog .blog-comments .reply-form .btn-primary:hover {
    background-color: #013289;
}
.blog .blog-pagination {
    color: #024ed5;
}
.blog .blog-pagination ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}
.blog .blog-pagination li {
    margin: 0 5px;
    transition: 0.3s;
}
.blog .blog-pagination li a {
    color: #373737;
    padding: 7px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
    background: #1693D2;
}
.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
    color: #fff;
}
.blog .sidebar {
    padding: 30px;
    margin: 0 0 60px 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .sidebar .sidebar-title {
    font-size: 18px;
    font-weight: 400;
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
    color: #373737;
    position: relative;
}
.blog .sidebar .sidebar-item {
    margin-bottom: 30px;
}
.blog .sidebar .search-form form {
    background: #fff;
    border: 1px solid #ddd;
    padding: 3px 10px;
    position: relative;
}
.blog .sidebar .search-form form input[type=text] {
    border: 0;
    padding: 4px;
    border-radius: 4px;
    width: calc(100% - 40px);
}
.blog .sidebar .search-form form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 17px;
    padding: 0 15px;
    margin: -1px;
    background: #1693D2;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    line-height: 0;
}
.blog .sidebar .search-form form button i {
    line-height: 0;
}
.blog .sidebar .search-form form button:hover {
    background: #5465f2;
}
.blog .sidebar .categories ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}
.blog .sidebar .categories ul li + li {
    padding-top: 10px;
}
.blog .sidebar .categories ul a {
    color: #373737;
    transition: 0.3s;
}
.blog .sidebar .categories ul a:hover {
    color: #373737;
}
.blog .sidebar .categories ul a span {
    padding-left: 5px;
    color: #aaaaaa;
    font-size: 14px;
}
.blog .sidebar .recent-posts .post-item + .post-item {
    margin-top: 15px;
}
.blog .sidebar .recent-posts img {
    width: 80px;
    float: left;
}
.blog .sidebar .recent-posts h4 {
    font-size: 16px;
    margin-left: 95px;
}
.blog .sidebar .recent-posts h4 a {
    color: #373737;
    transition: 0.3s;
}
.blog .sidebar .recent-posts h4 a:hover {
    color: #373737;
}
.blog .sidebar .recent-posts time {
    display: block;
    margin-left: 95px;
    font-style: italic;
    font-size: 14px;
    color: #aaaaaa;
}
.blog .sidebar .tags {
    margin-bottom: -10px;
}
.blog .sidebar .tags ul {
    list-style: none;
    padding: 0;
}
.blog .sidebar .tags ul li {
    display: inline-block;
}
.blog .sidebar .tags ul a {
    color: #0257ee;
    font-size: 14px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    border: 1px solid #d7e6ff;
    display: inline-block;
    transition: 0.3s;
}
.blog .sidebar .tags ul a:hover {
    color: #fff;
    border: 1px solid #1693D2;
    background: #1693D2;
}
.blog .sidebar .tags ul a span {
    padding-left: 5px;
    color: #a5c5fe;
    font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    /* background: #fafafa; */
    padding: 0 0 30px 0;
    font-size: 14px;
    /* background-image: url('../img/footer.svg');
    background-repeat: no-repeat;
    background-position: center
    ;
    background-size: cover; */

    /* background: #fafafa; */
    background: #EDF8FD !important;
}
.footer .footer-newsletter {
    padding: 50px 0;
    background: linear-gradient(139deg,#EDFDF8,#DAF0FB,#FDECF6) ;
    border-top: 1px solid #f5f5f5;
}
.footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1.7;
    font-weight: 400;
    color: #373737;
}
.footer .footer-newsletter form {
    margin-top: 20px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
    border: 1px solid #e1ecff;
}
.footer .footer-newsletter form input[type=email] {
    border: 0;
    padding: 8px;
    width: calc(100% - 80px);
}
.footer .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 15px;
    padding: 0 6px;
    margin: 3px;
    background: #1693D2;
    color: #fff;
    transition: 0.3s;
    border-radius: 4px;
}
.footer .footer-newsletter form input[type=submit]:hover {
    background: #1693D2;
}
.footer .footer-top {
    /*background: white url(../img/footer-bg.png) no-repeat right top;*/
    background-size: contain;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    padding: 30px;
    overflow: hidden;
    /* max-width: 122rem; */
    /* padding: 0 2rem; */
    /* box-sizing: content-box; */
    margin: 0 auto;
}
@media (max-width: 992px) {
    .footer .footer-top {
        background-position: center bottom;
        padding-top: 2rem;
    }
}
.footer .footer-top .footer-info {
    margin-bottom: 30px;
}
.footer .footer-top .footer-info .logo {
    line-height: 0;
    /* margin-bottom: 15px; */
}
.footer .footer-top .footer-info .logo img {
    padding-left: 0;
    /* max-height: 40px;
    margin-right: 6px; */
}
.footer .footer-top .footer-info .logo span {
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #6b6262;
    /* font-family: "Nunito", sans-serif; */
    margin-top: 3px;
}
.footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    /* font-family: "Nunito", sans-serif; */
}
.footer .footer-top .social-links a {
    font-size: 20px;
    display: inline-block;
    color: #555;
    /* line-height: 0; */
    margin-right: 10px;
    transition: 0.3s;
}
.footer .footer-top .social-links a:hover {
    color: #242323;
}
.footer .footer-top h4 {
    font-size: 15px;
    font-weight: 500;
    color: #555;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
}
.footer .footer-top .footer-links {
    margin-bottom: 30px;
}
.footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #202020;
    font-size: 10px;
    line-height: 0;
}
.footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}
.footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}
.footer .footer-top .footer-links ul a {
    /* color:   rgb(93 98 108); */
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}
.footer .footer-top .footer-links ul i :hover {
    color: #202020 !important;
}
.footer .footer-top .footer-links ul a:hover {
    color: #202020;
}
.footer .footer-top .footer-contact p {
    line-height: 26px;
}
.footer .copyright {
    text-align: center;
    padding-top: 30px;
    color: #373737;
    font-size: 14px !important;
}
.footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #373737;
}
.gallery {
    overflow: hidden;
}
.gallery .swiper-slide {
    transition: 0.3s;
}
.gallery .swiper-pagination {
    margin-top: 20px;
    position: relative;
}
.gallery .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #5777ba;
}
.gallery .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #5777ba;
}
.gallery .swiper-slide-active {
    text-align: center;
}
@media (min-width: 992px) {
    .gallery .swiper-wrapper {
        padding: 40px 0;
    }
    .gallery .swiper-slide-active {
        border: 2px solid #1693D2;
        padding: 4px;
        background: #fff;
        z-index: 1;
        transform: scale(1.2);
        margin-top: 10px;
        border-radius: 5px;
    }
}
.playBtn{

    position: absolute;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    margin-left: -48px;
    margin-top: -48px;
    font-size: 70px;
    color: rgba(255, 255, 255, 0.75);
    transform: translate3d(0,0,0);

}
.playBtn:hover{
    position: absolute;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    margin-left: -48px;
    margin-top: -48px;
    font-size: 70px;
    color: rgba(255, 255, 255, 0.75);

}
.iconbg{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
}
.color-grey{
    color:#383838 !important ;
}
.color-blue{
    color:#1693D2 !important ;
}
.color-white{
    color: #fff !important;
}
.bg-blue{
    background-color: #1693D2 !important;
}
.form-select{
    font-size: 15px;
    color: #212529;
}
#requestdemo{
    font-size: 15px;
}
#requestdemo input[type=submit]{
    font-size: 18px;
    color: #fff;
    background-color: #1693D2;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    padding: 10px 60px;
}
#requestdemo input[type=submit]:hover{
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}
.show-read-more .more-text{
    display: none;
}
.w-50{
    width: 50px;
}
.height-30{
    height: 300px !important;
}

.textarea-container {
    position: relative;
}
.textarea-container textarea {
    width: 100%;
    height: 100% ;
    box-sizing: border-box;
}
.textarea-container button {
    position: absolute;
    top: 0;
    right: 0;
}
.mt-3{
    margin-top: 3rem !important;
}
.pt-3{
    padding-top: 3rem;
}
.paddingtop-20{
    padding-top: 20px !important;

}
.why-us .box {
    padding: 50px 30px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: all ease-in-out 0.3s;
}
.why-us  h2 {
    color: #373737;

}
.why-us .box span {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #1ba1e4;
}
.why-us .box h4 {
    font-size: 24px;
    font-weight: 600;
    padding: 0;
    margin: 20px 0;
    /* color:   rgb(93 98 108); */

}
.why-us .box p {
    color: #aaaaaa;
    font-size: 15px;
    margin: 0;
    padding: 0;
}
.why-us .box:hover {
    background: #1693D2;
    padding: 30px 30px 70px 30px;
    box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}
.why-us .box:hover span, .why-us .box:hover h4, .why-us .box:hover p {
    color: #fff;
}



.weoffer .feature-box {
    padding: 24px 20px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    transition: 0.3s;
    height: 100%;
}

.weoffer .feature-box h3 {
    font-size: 17px;
    /* color:   rgb(77 77 78); */
    font-weight: 400;
    margin: 0;
}
.weoffer .feature-box i {
    line-height: 0;
    background: #ecf3ff;
    padding: 4px;
    margin-right: 10px;
    font-size: 24px;
    border-radius: 3px;
    transition: 0.3s;
}
.weoffer .feature-box img{
    line-height: 0;
    background: #ecf3ff;
    padding: 4px;
    margin-right: 10px;
    font-size: 24px;
    border-radius: 3px;
    transition: 0.3s;
    width: 100px !important;
    height: 100px !important;
}
/* .weoffer .feature-box:hover i {
  background: #1693D2;
  color: #fff;
  font-size: 48px;
} */
.weoffer .feture-tabs {
    margin-top: 120px;
}
.weoffer .feture-tabs h3 {
    color: #373737;
    font-weight: 400;
    font-size: 28px;
    margin-bottom: 10px;
}
.cta  {
    /* background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url("../img/cta-bg.jpg") fixed center center; */
    /*background-image: linear-gradient(to right top, #1693d28f, #52acdc79, #7ec6e786, #a8ddf286, #d2f5ff9a), url('../img/intro-bg.jpg');*/
    /* background-image: url('../img/cta.svg'); */
    background-image: url('../img/cta90.png');
    /* background-color: #6DB3F2; */
    background-size: cover;
    padding: 60px 0;
    background-attachment: fixed;

}
.cta h3 {
    color: #373737;
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    /* font-weight: 700; */
}

.cta p {
    padding-top: 10px;
    color: #373737;
    font-size: 17px;

}
.cta .cta-btn {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;

    border: 2px solid #fff;
    color: #1693D2;
    background: #fff;
}
.trail{
    background-image: url('../img/startfree1.png') !important;
    background-size: cover !important;
}
.trail .cta-btn {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;

    border: 2px solid #fff;
    color: #1693D2;
    background: #fff;
}
.cta .cta-btn:hover {
    background: #1693D2;
    border: 2px solid #ffffff;
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
    color: #fff;
    cursor: pointer !important;

}
.trail .cta-btn:hover {
    background: #ffffff;
    border: 2px solid #fff !important;
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1) !important;
    color: #1693d2 !important;
    cursor: pointer !important;

}
@media (max-width: 1024px) {
    .cta {
        background-attachment: scroll;
    }
}
@media (max-width: 769px) {
    .cta .cta-btn-container {
        display: block;
        align-items: center;
        text-align: center;
        padding-top: 1rem;
        width: 100%;
        min-height: auto !important;

    }
    .cta h3 {
        font-size: 24px;
        font-weight: 600;
        line-height: 34px;
    }


    .footer .footer-newsletter form {
        margin-top: 0px;

    }
}

/* h3{
  font-size: 22px !important;
} */






.demo_box{
    /*width: 200px;*/
    width: 100%;
    overflow: hidden;
    /*  border: 1px solid #000;*/
    position: relative;
    background-color:#fff;
    /*  padding: 10px 0;*/
    color:#6c6f73;
}
.demo_box:after{
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    /*  border-top: 6px solid #000;*/
    border-top: 6px solid #6c6f73;
    position: absolute;
    top: 40%;
    right: 5px;
    content: "";
    z-index: 98;
    z-index: 130;
    right: 18px;
    color:#6c6f73;
}
.demo_box select{
    /*width: 220px;*/
    width: 100%;
    /*border: 0;*/
    position: relative;
    z-index: 99;
    /*  background: none;*/
    background-color: #fff;
    /*color:#6c6f73;*/
    /*color: #C0C0C0 !important;*/
}









/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
body>#header-inversed{
    background-color: rgba(255, 255, 255, 0);
    padding: 20px 0;
}
.dropdown-item.active, .dropdown-item:active {

    background-color: rgba(255, 255, 255, 0.041) !important;
}
.dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0) !important;
}
.header-inversed {
    transition: all 0.5s;
    z-index: 999;
    padding: 2px 0;
}
.header-inversed .header-scrolled {
    background: rgb(253, 253, 253);
    padding: 15px 0;
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}
.header-inversed .logo {
    line-height: 0;
}
.header-inversed .logo img {
    /* max-height: 40px;
    margin-right: 6px; */
}
.header-inversed .logo span {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #535C5F !important;
    /* font-family: "Nunito", sans-serif; */
    margin-top: 3px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.header-inversed  .navbar  {
    padding: 0;
}
.header-inversed  .navbar  ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}
.header-inversed  .navbar  li {
    position: relative;
}
.header-inversed  .navbar  a, .header-inversed  .navbar  a:focus {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    padding: 10px 0 10px 30px;
    /* font-family: "Nunito", sans-serif; */
    font-size: 17px;
    font-weight: 400;
    color: rgb(75, 73, 73) !important;
    white-space: nowrap;
    transition: 0.3s;
}
.header-inversed  .navbar  ul>li>a>span {
    color:    rgb(93 98 108);
}
.header-inversed  .navbar  ul>li>a> i {
    color: rgb(93 98 108);
}
.header-inversed  .navbar  a i, .header-inversed  .navbar  a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}
.header-inversed  .navbar  a:hover, .header-inversed  .navbar  .active, .header-inversed  .navbar  .active:focus, .header-inversed  .navbar  li:hover > a {
    color:   #818F90;

    /* border-bottom: 3px solid #1693D2; */
}
.header-inversed  .navbar  .getstarted, .header-inversed  .navbar  .getstarted:focus {
    background:  #1693D2;
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 45px;
    color: #fff !important;
}
.header-inversed  .navbar  .getstarted:hover, .header-inversed  .navbar  .getstarted:focus:hover {
    color: #fff;
    background: #1386c0;
}
.header-inversed  .navbar  .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    /* padding: 10px 0; */
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
}
.header-inversed  .navbar  .mega-menu ul{
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;

}

.header-inversed  .navbar  .dropdown ul li {
    min-width: 150px;
}
.header-inversed  .navbar  .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    /* font-weight: 600; */
}

.header-inversed  .navbar  .dropdown ul a i {
    font-size: 12px;
}
.header-inversed  .navbar  .dropdown ul a:hover, .header-inversed  .navbar  .dropdown ul .active:hover, .header-inversed  .navbar  .dropdown ul li:hover > a {
    color: #818F90;
}
.header-inversed  .navbar  .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.header-inversed  .navbar  .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}
.header-inversed  .navbar  .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}
@media (max-width: 1366px) {
    .header-inversed  .navbar  .dropdown .dropdown ul {
        left: -90%;
    }
    .header-inversed  .navbar  .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}
.list-group-item {
    border: 0px !important;
}
.list-group-item>a{
    padding: 0 !important
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #fff;
    background-color: #1693D2;
    font-size: 30px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
    padding: 3px;
    border-radius: 4px;

}
.mobile-nav-toggle.bi-x {
    color: rgb(53, 53, 53);
}
/* if it is 991 it will effect in ipad min  */
@media (max-width: 1025px) {
    .mobile-nav-toggle {
        display: block;
    }

    .header-inversed  .navbar  ul {
        display: none;
    }
}
.header-inversed .navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255);
    transition: 0.3s;
}
.header-inversed .navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
}
.header-inversed .navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px !important;
    left: 15px;
    padding: 10px 0;
    border-radius: 10px;
    background-color: #1693d2;
    overflow-y: auto;
    transition: 0.3s;
    color: #fff !important;
    z-index: 9999 !important;
}
.header-inversed .navbar-mobile ul>li>a>span{
    color: #fff !important;

}
.header-inversed .navbar-mobile ul>li>a>i{
    color: #fff !important;

}
.fixed-topnotwork{
    top:0;
    position:  absolute !important;
}
.header-inversed .navbar-mobile a, .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #383737 !important;
}
.header-inversed .navbar-mobile .dropdown-toggle, .navbar-mobile .dropdown-toggle {
    color: #fff !important;
}

.header-inversed .navbar-mobile .dropdown-toggle:hover, .navbar-mobile .active, .navbar-mobile li:hover:focus > .dropdown-toggle {
    color: #fff !important;

}

.header-inversed .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
    color: #313131 !important;
}
.header-inversed .navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
    margin: 15px;
}
.header-inversed .navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    background: rgb(248, 247, 247);
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.header-inversed .navbar-mobile .dropdown ul li {
    min-width: 15s0px;
}
.header-inversed .navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}
.header-inversed .navbar-mobile .dropdown ul a i {
    font-size: 12px;
}
.header-inversed .navbar-mobile .dropdown ul a:hover, .header-inversed .navbar-mobile .dropdown ul .active:hover, .header-inversed .navbar-mobile .dropdown ul li:hover > a {
    color: #373737;
}
.header-inversed .navbar-mobile .dropdown > .dropdown-active {
    display: block;
}
.section-wrapper .card{
    margin: 5px 0px;
    height: 90px;
    text-align: center !important;
    vertical-align: bottom !important;
    display : flex;
    align-items : center;
}
.section-wrapper .card .card-body {
    padding: 0 1rem;
}

.section-wrapper .card .card-body  p{
    text-align: center !important;

    vertical-align: middle !important;
    vertical-align: middle;
}
.section-wrapper .card:hover{
    background-color: #E8F4FB;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    color: rgb(85, 85, 85);
    border: 0;
    text-align: center !important;
}

.img-width{
    width: 400px !important;
}
.img-width-300{
    width: 300px !important;
}
.section-wrapper{
    max-width: 128rem;
}
.img-80{
    max-width: 80%;
}
.img-90{
    max-width: 90%;
}
.requestdemo-p{
    padding: 20px 50px;
}
@media (max-width: 851px) {
    .padding-top-15{
        padding-top: 15px !important;
    }
    .move-down {
        order: 2 !important;
    }
    .move-up {
        order: 1 !important;
    }
    .img-m{
        margin: 0px 0px 15px 0px !important;
        width: 65% !important;
    }
    section{
        padding: 1rem 2rem ;
    }
    .requestdemo-p{
        padding: 20px 0px;
    }
    .small-text-center{
        text-align: center;
    }
    .header-inversed .navbar .getstarted, .header-inversed .navbar .getstarted:focus {
        background: #fff;
        padding: 8px 20px;
        margin: 15px;
        border-radius: 45px;
        color: #1693D2 !important;
    }
}
@media (max-width: 1024px) {
    .header-inversed .navbar .getstarted, .header-inversed .navbar .getstarted:focus {
        background: #fff;
        padding: 8px 20px;
        margin: 15px;
        border-radius: 45px;
        color: #1693D2 !important;
    }
}
@media (max-width: 768px) {
    .footer .footer-top .footer-info .logo img {
        /* padding-left: 21px; */
    }
    .small-text-center{
        text-align: center;
    }
    .move-down {
        order: 2 !important;
    }
    .move-up {
        order: 1 !important;
    }
    .padding-top-15{
        padding-top: 15px !important;
    }
    /* .pricing{
        padding: 1rem 1rem !important;
    } */
    /* .img-sm-100{
      max-width: 100%;
    } */
    .img-sm-80{
        max-width: 80%;
    }
    .img-sm-50{
        max-height: 50%;
    }
    .pricing .section-header p {

        padding-bottom: 0px;
        font-size: 20px;
    }
    .pricing-subtitle {
        color: #4c4a4a !important;
        padding: 10px 0px;
    }
    .about{
        padding: 1rem 2rem;
    }
    .footer{
        font-size: 16px !important;
    }
    .footer .copyright {
        text-align: center;
        padding-top: 30px;
        color: #373737;
        font-size: 12px;
    }
    .reason h4{
        text-align: center !important;
        padding-bottom: 15px;
        font-weight: 600;
    }
    .section-wrapper{
        max-width: 122rem;
    }
    .img-width{
        width: 325px !important ;
    }
    .img-width-300{
        width: 240px !important;
    }
    .hero .hero-img{
        margin-top: 45px;
    }
    .hero .btn-get-started {
        margin-top: 0px;
    }
    .footer .footer-newsletter form input[type="email"] {

        padding: 0;
    }
    .my-mid-5{
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
    .container>.pagefirstp{
        padding-top: 0px !important;
    }

}
@media (max-width: 576px) {
    .img-sm-100{
        max-width: 100%;
    }
    .contact .php-email-form {
        background: #ffffff;
        padding: 30px 15px;
        height: 100%;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    }
    .footer .footer-top .footer-info .logo img {
        padding-left: 5px;
    }
}
.modal{
    z-index: 9999 !important;
}

.modal-header {
    border-bottom: 0px solid #dee2e6 !important;
}
.btn-career{
    /* margin-top: 30px; */
    line-height: 0;
    padding: 17px 15px;
    border-radius: 45px;
    transition: 0.5s;
    color: #fff;
    font-size: 12px;
    background: #1693D2;
    box-shadow: 0px 5px 30px rgb(202 207 255 / 40%);
}
.btn-career:hover{
    /* margin-top: 30px; */
    line-height: 0;
    padding: 17px 15px;
    border-radius: 45px;
    transition: 0.5s;
    color: #fff;
    font-size: 12px;
    background: #1693D2;
    box-shadow: 0px 5px 30px rgb(202 207 255 / 40%);
}



.brand-border{
    border-color: #1693D2 !important;
}
/* .btn-primary{
    background-color: #1693D2 !important;
} */
#cookieNotice{
    background-color: rgb(255, 255, 255);
    /* min-height: 150px; */
    font-size: 14px;
    color: rgb(37, 37, 37);
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
    line-height: 26px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    text-align: center;
}
.btn-brand{
    color: #fff;
    background-color: #1693d2;
    border-color: #1693d2;

}
.btn-brand:hover{
    color: #fff !important;
    background-color: #1693d2;
    border-color: #1693d2;

}
.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #f3f3f3 !important;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.pointer{
    cursor: pointer !important;
}
h2.page-title{


    line-height: 1.5!important;
}
@media (max-width: 768px){
    h2 .page-title{

    }
}

.pricing-subtitle{
    color: #4c4a4a;
    padding: 5px 0px;

}
.fs-30{
    font-size: 30px !important
}
@media only screen and (max-width:450px){
    .m-margin-right-5{
        margin-right:5px;
    }
    .m-margin-left-5{
        margin-left: 5px;
    }
    .m-margin-top-0{
        margin-top: 0px;
    }
    section{
        padding:1rem 2rem ;
    }
    .top-icon{
        margin-top: -46px;
        width: 5rem;
        height: 5rem;
        margin-left: 9rem;
        /* right: -2rem; */
        background-color: #ffff;
        border: 3px solid #1693d2;
        border-radius: 90px;
        background-image: url('../img/plan.png');
    }
}

.form-select:disabled {
    background-color: #ffffff !important;
}

#pricingmodal .btn-modal-free {
    display: inline-block;
    /* padding: 8px 40px 10px 40px; */
    border-radius: 30px;
    color: #373737;
    transition: none;
    font-size: 17px;
    font-weight: 400;
    /* font-family: "Nunito", sans-serif; */
    font-weight: 600;
    transition: 0.3s;
    border: 1px solid #1693D2;
    width: 100%;
}
#pricingmodal .btn-modal-free:hover {
    background: #1693D2;
    color: #fff;
    box-shadow: rgb(0 0 0 / 10%) 0px 20px 25px -5px, rgb(0 0 0 / 4%) 0px 10px 10px -5px;
}
.top-icon{
    margin-top: -54px;
    width: 5rem;
    height: 5rem;
    margin-left: 13rem;
    /* right: -2rem; */
    background-color: #ffff;
    border: 3px solid #1693d2;
    border-radius: 90px;
    background-image: url('../img/plan.png');
}
.modal-content{
    border-radius: 10px !important;
    border: 1px solid #fff !important;
}
.btn-primary{
    background-color: #1693D2 !important;
    border: #1693D2 !important;
}
.btn-primary:hover{
    background-color: #1386c0;
    border: #1386c0 !important;
}
.adminDemoVideo {
    position: relative;
    display: inline-block;
}
.adminDemoVideo::before {
    content: '\f04b';
    z-index: 5;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate( -50%, -50% );
    padding: 3px 15px 3px 25px;
    color: white;
    font-family: 'FontAwesome';
    font-size: 50px !important;
    background-color: rgba(23, 35, 34, 0.75);
    border-radius: 5px 5px 5px 5px;
}
.subscribealinks{
    color: #fff;
    font-size: 16px;
}
.subscribealinks:hover{
    color: rgb(241, 239, 239) !important;
    font-size: 16px;
    text-decoration: underline;
}
.fw-600{
    font-weight: 600 !important;
}
.fw-medium{
    font-weight: 500 !important;
}
/* .social-links a {
font-size: 20px;
display: inline-block;
color: rgb(255, 255, 255);
line-height: 0;
margin-right: 10px;
transition: 0.3s;
} */

.marquee {
    --gap: 1px;
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
}

.marquee__content {
    flex-shrink: 0;
    display: flex;
    justify-content:space-between;
    min-width: 100%;
}
.marquee__content li{
    list-style: none !important;
    margin-right:30px !important ;
    animation: marquee-animation 150s infinite linear ;
    position: relative;


}
.width-5per{
    flex: 0 0 auto;
    width: 4.33333333%;
}

@keyframes marquee-animation {
    from {
        left:0
    }
    to {
        left:-100%
    }
}

/* Pause animation when reduced-motion is set */
@media (prefers-reduced-motion: reduce) {
    .marquee__content {
        animation-play-state: paused !important;
    }
}
.img-integrations{
    height: 71px;
    width: 71px;
}
.fw-semibold{
    font-weight: 600 !important;
}
.start-free{
    background-color: #82DBA3 !important;
    color: #373737;
}
.start-free a{
    color: #373737;


}
.start-free a:hover{
    color: #373737;
    text-decoration: underline;

}
.form-check-input {
    appearance: auto !important;
}
/* #newsubscriberform{
    margin-top: 20px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
    border: 1px solid #e1ecff;
}
#newsubscriberform input[type=email] {
    border: 0;
    padding: 8px;
    width: calc(100% - 80px);
}
#newsubscriberform  input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 15px;
    padding: 0 6px;
    margin: 3px;
    background: #1693D2;
    color: #fff;
    transition: 0.3s;
    border-radius: 4px;
} */
/* Portrait */
.bi-youtube{
    font-size: 1.6rem !important;
    vertical-align: middle !important;

}
.w-0{
    width: 0 !important;
}

@media (min-width: 1200px) {
  
    section>.newsletter-container{
        width: 1140px !important;

    }

    .newsletter-row{
        display: flex;
    flex-wrap: wrap;
    }
    .col-6-nl{
        width: 400px !important;
    }
    .col-8-nl{
        width: 467px;
    }
    .col-4-nl{
        width: 330px;
    }
    .main-lg{
        width: 899px;
    }
    .width-313{
        width: 313px;
    }
    .pr-15{
        padding-right: 15px;
    }
}
@media (min-width: 1400px) {
  
    section>.newsletter-container{
        width: 1320px !important;

    }

    .newsletter-row{
        display: flex;
    flex-wrap: wrap;
    }
    .col-6-nl{
        width: 400px !important;
    }
    .col-8-nl{
        width: 476px;
    }
   .main-lg{
        width: 899px;
    }
    .col-4-nl{
        width: 330px;
    }
    .width-313{
        width: 313px;
    }
    .pr-27{
        padding-right: 27px;
    }
    .text-lg-nowrap{
        white-space: nowrap!important;
    }
}
