.container {
  margin: auto;
}

.lists a,
.option-bar a {
    text-decoration: none !important;
}
.option-bar,
.sticky-bar,
.sticky-top {
    margin-bottom: 0;
}
.lists li,
.option-bar,
.sticky-bar,
.sticky-top {
    list-style-type: none;
}
.lists li,
.order_list li,
.tip li {
    margin-top: 10px;
}
:root {
    --bs-body-bg: transparent !important;
}
.product-banner {
    padding: 1rem 0 4rem;
    color: #000;
    background: #e9f5ff;
}
.tagline {
    padding: 1px 0 32px;
}
.rating {
    padding: 32px 0 9px;
}
.rating .stars {
    color: #f5d700;
    font-size: 22px;
}
.rating .rating {
    font-weight: 600;
    color: rgba(0, 0, 0, 0.7);
}
.list-check {
    list-style: none;
    display: inline-block;
}
#videopopup iframe,
#videopopup img {
    width: 100%;
    height: 430px;
}
.list-check li {
    position: relative;
    padding: 0.2rem 0;
    margin-top: 8px;
}
.list-check li::before {
    font-family: FontAwesome;
    content: "\f058";
    color: #0069c5;
    position: absolute;
    left: -22px;
    font-size: 17px;
}
.sticky-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem;
    padding: 4px 0;
    font-size: 15px;
    top: -1px !important;
}
.option-bar,
.sticky-bar {
    gap: 2rem;
    font-size: 16px;
}
.video-player {
    position: relative;
    padding-bottom: 56.23%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 5px;
}
.video-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: 0 0;
}
.video-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}
.video-player img:hover {
    -webkit-filter: brightness(75%);
}
.modal-content {
    background: #fff !important;
}
.modal-width {
    background: #1c54ac;
    border: 1px solid transparent;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    color: #fff;
}
.video-player .play {
    height: 50px;
    width: 50px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    cursor: pointer;
}
.video-player .play:before {
    content: "\f144";
    font: 50px/1 FontAwesome;
    color: #dc3545 !important;
    background: #fff;
    border-radius: 50%;
    padding: 0 3px;
}
.sticky-top a,
.sticky-top a:hover {
    text-decoration: none !important;
    color: #fff;
}
.option-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 21px 0;
    box-shadow:
        0 3px 3px rgb(0 0 0 / 8%),
        0 10px 32px rgb(0 0 0 / 9%);
    border-radius: 5px;
    border: 1px solid #1c54ac;
    background-color: #fff;
}
.fa-star {
    text-decoration: none;
}
.option-bar a {
    color: #0069c5;
}
.sticky-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 14px 0;
    border-radius: 5px;
}
.demo-text {
    color: #045d09;
    border-bottom: 2px solid green;
    padding: 0 0 0 6px;
    margin-right: 10px;
    border-right: none;
}
.product-feature,
.technical_section,
.when-to-use {
    padding-top: 70px;
    padding-bottom: 70px;
}
.custum_shadow {
    border: 1px solid #0069c5;
    border-left: 2px solid #f57c00;
    border-right: 2px solid #f57c00;
    padding: 25px;
    border-radius: 5px;
}
.order_list li {
    list-style: auto;
}
.trust-review {
    padding: 10px;
    border-bottom: 1px solid #d9001b !important;
    border: 1px solid #999;
    background-color: #fff;
    border-radius: 10px !important;
}
.product_read {
    font-size: 16px;
    color: #2d4a8a;
}
.features-heading,
.when-title {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    color: #fff;
}
.product_read i {
    font-size: 13px;
    color: #2d4a8a;
}
.when-title {
    cursor: pointer;
    text-align: center;
    background: #1c54ac;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 20px;
}
.product-feature_box,
.when-box {
    margin-bottom: 30px;
    text-align: left;
}
.when-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #002052 !important;
    box-shadow: 0 0 18px 0 rgb(0 0 0 / 8%);
    min-height: 455px;
}
.features-section {
    background: #fff;
    padding: 38px 0;
}
.features-heading {
    background: #1c54ac;
    padding: 14px;
    border-radius: 4px;
}
.features-section .table-responsive {
    overflow-x: inherit !important;
}
.not-home .topbar-drp-list li a {
    color: #000;
    text-decoration: none;
}
.feature-block {
    background: #e9f5ff;
    border-radius: 5px;
}
.top_text h2 {
    font-size: 35px;
    line-height: 45px;
    color: #002052;
    font-weight: 700;
}
.product-feature_box {
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 20px;
    border-top: 3px solid #002052 !important;
    border: 1px solid #002052;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 8%);
    min-height: 350px;
}
.feature_icon,
.main-table tbody tr,
.tech-head {
    text-align: center;
}
.feature_icon {
    width: 75px;
    height: 75px;
    background-color: #fff;
    line-height: 70px;
    border-radius: 41px;
    z-index: 1;
    border: 2px solid #002052;
}
.feature_icon img {
    width: 70px !important;
    padding: 4px;
}
.feature_title {
    font-size: 19px;
    color: #002052;
    font-weight: 600;
    padding: 6px 0 0;
    cursor: pointer;
}
.feature_content {
    font-size: 15px;
    line-height: 26px;
    transition: 0.5s;
}
.read {
    font-size: 16px;
    color: #002052;
}
.working-step-wrap {
    padding: 4rem 1rem 3rem;
    background: #e9f5ff;
}
.tech-spec {
    padding: 30px 30px 18px;
    color: #000;
    border-radius: 5px;
}
.tech-spec h4 {
    font-size: 22px;
}
.downlad_btn a {
    padding: 13px 27px;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
}
.btn_btn a,
.downlad_btn i {
    font-size: 15px;
}
.btn_btn a {
    padding: 10px 20px;
    color: #0f3759 !important;
    border-radius: 5px;
    border: 1px solid #0f3759;
}
.btn_btn i {
    font-size: 20px;
    color: #e02c2c;
}
.icon_box {
    background: 0 0 / cover #fff;
    padding: 30px 10px 20px 20px;
    margin-top: 15px;
    box-shadow: 0 0 38px 0 rgb(0 0 0 / 8%);
    border: 1px solid;
    border-radius: 5px;
    min-height: 280px;
    border-bottom: 5px solid #071527;
}
.icon {
    float: left;
    width: 75px;
    height: 75px;
    background-color: #fff;
    line-height: 70px;
    border-radius: 41px;
    z-index: 1;
    border: 1px solid #00173a;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon img{
    width: 65px !important;
    padding: 5px;
}
.icon_box h4 {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 600;
    margin-left: 80px;
}
.icon_box p {
    line-height: 24px;
    font-size: 15px;
    margin-left: 80px;
}
.working-step {
    border-bottom: none !important;
    display: flex;
    margin-top: 2rem;
    border-left: 0.025rem dashed gray;
}
.working-step-item {
    border: none !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    padding: 0 0 40px 5px !important;
    color: #000 !important;
    position: relative;
}
.working-step-item.active {
    color: #0041a0 !important;
}
.working-dot {
    position: absolute;
    left: -10px;
    top: 14px;
}
.price_box,
.single_bg,
.tech-head {
    position: relative;
}
.working-interface {
    background-color: #eeeeee78;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.15) !important;
    border-radius: 5px;
    padding: 1rem;
}
.software_detail {
    box-shadow:
        1px 1px 0 #b8b9be,
        2px 2px 7px #b8b9be;
    border: 1px solid #d1d9e6;
    padding: 0 1.5rem 1.5rem;
    border-radius: 5px;
}
.title {
    font-size: 30px;
    line-height: 30px;
    font-weight: 800;
    color: #2d4a8a;
    padding-bottom: 5px;
}
.main_table {
    border-top: 1px solid #b1b3bf;
    border-bottom: 1px solid #b1b3bf;
}
.main_border {
    border-left: 1px solid #b1b3bf;
    border-right: 1px solid #b1b3bf;
}
.lists a {
    color: #2d4a8a;
    font-size: 16px;
}
.tech-head {
    display: inline-block;
    line-height: 28px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #195bc2;
    margin-bottom: 10px;
}
.tech-btn,
.tech-btn-2 {
    color: #fff;
    border-radius: 5px;
    margin-right: 20px;
}
.tech-btn {
    border-bottom: 2px solid #313131;
    border-left: 2px solid #313131;
    border-right: none;
    border-top: none;
    background: #1c54ac;
    padding: 10px 22px;
    font-size: 15px;
    text-align: center !important;
}
.downlad_btn a,
.primary-btn,
.tech-btn-2,
.tertiary-btn {
    background-color: #0f3759;
}
.tech-btn-2 {
    padding: 10px 20px;
    font-size: 14px;
}
.faq {
    padding-top: 50px;
}
.accordion-item {
    margin-bottom: 20px;
}
.accordion-button:focus {
    box-shadow: none !important;
}
.accordion-body {
    border: 1px solid #2d4a8a;
    border-top: none !important;
    font-size: 17px;
    border-left: 1px solid #ff3d00;
}
.accordion-button.btn_one {
    background-color: #fff !important;
    border-radius: 0 !important;
    border: 1px solid #2d4a8a;
    font-size: 17px;
    font-weight: 600;
    border-left: 1px solid #ff3d00;
}
.ques {
    color: #2d4a8a;
    font-weight: 700;
    margin-right: 10px;
    font-size: 20px;
}
.accordion-body ul li {
    line-height: 40px;
    margin-left: 40px;
}
.primary-btn {
    padding: 10px 20px;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
}
.secondary-btn,
.tertiary-btn {
    border: 2px solid #fff;
    font-size: 20px;
    padding: 1rem 3rem;
    color: #fff;
    font-weight: 600;
}
.product-banner-wrap .product-button .primary-btn {
    margin: 0 0.5rem;
}
.secondary-btn {
    background-color: transparent;
}
#proBar.sticky {
    display: block !important;
}
#proBar,
.owl-nav {
    display: none;
}
.scrollspy-link a {
    color: #2f2f2f;
    font-size: 17px;
    font-weight: 500;
    border-right: 1px solid #d4d4d4;
    padding: 18px 0;
}
.scrollspy-link {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.list-group-item-action.active {
    color: #000 !important;
    border-color: transparent !important;
}
.list-group-item {
    background-color: transparent !important;
    display: inline !important;
    gap: 10px;
}
@media (min-width: 280px) and (max-width: 992px) {
    #proBar {
        display: none !important;
    }
}
@media (min-width: 280px) and (max-width: 991px) {
    .option-bar,
    .sticky-top {
        gap: 1rem;
    }
    header .navbar .nav-item .nav-link {
        padding: 10px 0;
    }
    header .navbar .dropdown .col-md-4 {
        width: 100%;
    }
    header .navbar .dropdown .dropdown-toggle::after {
        float: right;
    }
    .downlad_btn {
        margin: 8px 0 30px;
    }
}
.pricing-table {
    background: #e9f5ff;
}
.price_box {
    padding-bottom: 45px;
    border-left: 1px solid #343a4021;
    height: 100%;
    border-bottom: 1px solid #343a4021;
    border-right: 1px solid #343a4021;
    background: #fff;
    overflow: hidden;
}
.single_bg {
    padding: 10px 20px;
}
.bg-hidden,
.bg-main {
    border: 1px solid #ff3d00;
    color: #000;
}
.single_bg::after {
    content: "";
    display: inline-block;
    height: 18px;
    width: 18px;
    transform: rotate(45deg);
    position: absolute;
    left: 47%;
    z-index: -1;
    bottom: -5px;
}
.buy-bg,
.single_bg,
.single_bg::after {
    background: #1c54ac;
}
.price h4 {
    font-size: 40px;
}
.price_box li {
    padding: 8px;
    font-size: 15px;
    align-items: flex-end;
    text-align: left;
    margin-left: 40px;
}
.main-table .thead {
    background: #1c54ac;
    color: #fff;
    text-align: center !important;
}
.main-table tbody tr th {
    color: #545454 !important;
    font-weight: 600 !important;
    font-size: 15px !important;
}
.main-table tr th {
    padding: 1rem 0.5rem !important;
    text-align: left;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
.main-table tr td {
    padding: 1rem 0.5rem;
}
.main-table tr td i {
    color: #0069c5;
    font-size: 19px;
}
@media (min-width: 280px) and (max-width: 576px) {
    .product-box {
        display: none;
    }
    .footer {
        background-image: none !important;
    }
}
@media only screen and (max-width: 768px) {
    .product-box,
    .top-2 {
        display: none;
    }
}



.Product-why{
    background-color: #e7f5f9;
}

.product-why-box{
    background-color: #ffff;
    min-height: 265px;
    color: #2b2b2b;
    padding: 37px 20px;
    border-radius: 10px;
    border: 1px solid #003a97;
    border-bottom: 5px solid #003a97;
    min-height: 400px;
    margin-bottom: 20px;
}

.product-why-header {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #003a97;
}

.product-why-box p {
      
    margin-top: 15px;
    Line-height: 1.7rem;
}

.pp-feature-item {
    color: #252525;
    
    background-color: #e7f5f9;
    Line-height: 1.7rem;
    border-radius: 6px;
    margin: 13px 2px 27px 2px;
    padding: 26px 10px 26px 10px;
    border: 1px solid #032d70;
}


.pp-feature-head{
    font-size: 20px;
    font-weight: 500;
    color: #003a97;
}

/* .pp-faq{
     background-color: #e7f5f9;
} */

.pp-review{
    background-color: #e7f5f9;
}

.pp-review-content{
    text-align: center;
    padding: 40px;
    color: #252525;
    background-color: #fff;
    border-radius: 25px;
    min-height: 574px;
    border: 1px solid #032d70;
    Line-height: 1.7rem;
    border-bottom: 5px solid #003a97;
}

.pp-review-content p{
    line-height: 1.9;
    font-size: 17px;
    font-weight: 500;
}
.pp-review-content p .fa-quote-left{
    font-size: 35px;
    padding: 0px 12px 0px 0px;
}
.socials i{
    font-size: 20px;
}


.accordion-button::before {
    color: #032d70 !important;
    content: "Q.";
    margin-right: 5px;
    font-family: "Lato", sans-serif;
    font-weight: 600;
}

.accordion-button::after{
    content: "\f107";
    font: normal normal normal 28px/1 FontAwesome;
    color: #032d70;
    display: inline-block;
    background: none;
}
.accordion-button:not(.collapsed) {
    color: #032d70;
    background-color: #e7f5f9;
} 

.accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
    background: none;
    color: #032d70;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 28px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.accordion-button{
    background: #e7f5f9;
     font-size: 17px;
    color: #032d70;
    font-weight: 500;
     border: 1px solid #2d4a8a;
}

.accordion-button:focus{
    border-color: #032d70;
}

.accordion-body{
    border: 1px solid #2d4a8a;
    border-top: none !important;
    font-size: 17px;
}

#topbar{
    display: none;
}








 .whts-nw {
        text-align: left;
        padding: 10px;
        }

        .main-form-bnr + .whts-nw {
            max-width: 438px;
            margin: 0 auto;
        }

        .blbx-bar ul {
            margin: 20px 0px 20px;
        }

        .bltx {
            color: #fff;
            font-weight: bold;
            font-size: 14px;
            background: #0050C7;
            display: inline-block;
            padding: 9px 16px;
            border-radius: 0 11px 12px 0px;
            position: relative;
        }

        .bltx::before {
            content: '';
            width: 1px;
            height: 53px;
            background-color: #0050C7;
            left: 0;
            position: absolute;
            top: -7px;
        }
        .iconic span, .blclr {
            display: block;
            font-size: 16px;
            margin-bottom: 5px;
            color: #003488;
            font-weight: 600;
        }
        .iconic strong {
            display: block;
            font-size: 24px;
        }
        .iconic{
            margin-bottom: 20px;
        }
            .static-counter .col-md-4 {
         font-size: 31px;
         margin: 15px 0;
         font-weight: 900;
         position: relative;
         color: #094ebd;
         text-align: center;
         
      }

      .static-counter .col-md-4 span {
         font-size: 16px;
         display: block;
         color: #000;
         font-weight: 500;
         line-height: 21px;
         padding-top: 10px;
      }
      .awards-section {
  background: #eef7fb;
  padding: 70px 20px;
}

.awards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.award-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 30px 20px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  border-top: 5px solid #0b4dbb;
  min-height: 340px;
}

.award-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.12);
}

.award-header {
  height: 50px;
  margin-bottom: 15px;
}

.award-header img {
  max-height: 45px;
  max-width: 160px;
}

.award-card h3 {
  font-size: 20px;
  color: #0b4dbb;
  margin-bottom: 12px;
}

.award-card p {
  font-size: 16px;
  line-height: 1.7;
}

.pp-head{
    font-size: 30px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 10px;
}

.client-name{
    font-size: 20px;
    color: #032d70;
    font-weight: 700;
    text-transform: uppercase;
}

.product-why-box{
    min-height: 617px;
}
.font-weight-boldh {
    font-family: Roboto, sans-serif;
    font-weight: 600 !important;
}

.font-weight-bold, strong {
    font-family: Montserrat, sans-serif;
    font-weight: 600 !important;
}

.btn-outline-danger {
    color: #A01829;
    border-color: #A01829;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #A01829;
    border-color: #A01829;
}

.text-danger {
    color: #A31A2A!important;
}

.star-rating {
    display:flex;
    flex-direction: row-reverse;
    font-size:2.2em;
    justify-content:space-around;
    text-align:center;
    width:4em;
  }
  
  .star-rating input[type="radio"] {
    display: none
}
.star-rating > label {
    color: #ccc;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
    font-size: 25px;
}
.star-rating > label:hover,
.star-rating > label:hover ~ label,
.star-rating > input[type="radio"]:checked ~ label
{color: #f2b600}

  .btn-custom {
      color: white;
    background-color: #094ebd;
    border-radius: 8px;
    letter-spacing: 1px;
    padding: 0.8rem 1rem;
    font-size: 14px;
}

.btn-green{
    background-color: #036231;
    color: #fff !important;
    padding: 1rem 1rem;
    border-radius: 6px;
    align-items: center;
    font-weight: 700;
    transition: background 0.3s;
}

.btn-red{
    border: 1px solid #d32f2f;
    color: #d32f2f !important;
    padding: 1rem 1rem;
    border-radius: 6px;
    font-weight: 700;
    align-items: center;
   
    background: white;
    transition: all 0.3s;
}
/* OFFER BUTTON */
.offer-btn {
    background: linear-gradient(45deg, #ff9800, #ff5722);
    color: #fff;
    border: none;
    border-radius: 8px;
    margin-left: 10px;
    font-weight: 700;
    animation: pulse 1.5s infinite;
    padding: 1rem 1rem;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(255,87,34,.7); }
  70% { box-shadow: 0 0 0 15px rgba(255,87,34,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,87,34,0); }
}

/* MODAL HEADER */
.offer-header {
  background: linear-gradient(45deg, #198754, #28a745);
  color: #fff;
  padding: 18px;
  text-align: center;
}

/* INFO BOX */
.info-box {
  background: #f1f3f5;
  border-left: 5px solid #198754;
  padding: 15px;
  margin-bottom: 20px;
  font-size: 15px;
}

/* EMAIL DISPLAY */
.email-display {
  font-size: 20px;
  font-weight: 700;
  color: #198754;
  word-break: break-all;
}

.modal-content{
    text-align: start !important;
    padding: 0px !important;
    border-radius: 0px !important;

}
.modal-content ul li{
    text-align: start;
}

/* COUNTDOWN */
.countdown {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 15px;
}

.time-box {
  background: #212529;
  color: #fff;
  padding: 10px 14px;
  border-radius: 6px;
  min-width: 70px;
}

.time-box span {
  display: block;
  font-size: 20px;
  font-weight: 700;
}

.custom-close {
  position: absolute;
    right: 11px;
    top: -2px;
    background: transparent;
    border: none;
    font-size: 32px;
    color: #fff;
}
.custom-close:hover {
  opacity: 0.8;
}


.item.items{
    min-height: 20rem;
}
.imge {
    width: 78px;
    position: relative;
    top: 2px;
}
.lines1{
    padding-top: 0px;
    line-height: 1.7rem;
}

.section1{
 background-color: #e7f5f9;
}
.section3{
    background-color: #e7f5f9;
}

.last{
    border: 2px solid darkblue;
    background-color: aqua;
}
.mid{
    border: 2px solid darkblue;
    background-color: aqua;
}

.img-fluid-a{
    width: 21vw;
}
.section2{
    background-color: #003a97;
}
.strip ul {
    text-decoration: none;
    list-style: none;
    margin: 0;
    padding: 5px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:space-around;
}
.strip ul li{
    color: white;
    margin: 0 7px;
}
.strip ul li a{
    color: white;
}

.specif2 {
    background-color:#e7f5f9;
}

.lefblue-bmx {
    background: #003a97;
    color: #fff;
    padding: 30px 25px;
}
.lefblue-bmx h3 {
    font-size: 30px;
}


.rigp {
    padding: 0px 25px 50px;
    
}
.bt-blue.lsmrg {
    margin-top: 50px;
}
.rigp .flxombx {
    width: 100%;
}
.rigp .flxombx li:first-child {
    padding-left: 0px;
}
.flxombx li {
    word-break: normal;
    width: auto;
    min-width: 159px;
}
.flxombx {
    display: inline-flex;
    vertical-align: top;
}
.flxombx li:last-child {
    border-right: 0px;
}

.bt-blue{
    margin-bottom: 35px;
    border: 1px solid #11abec;
    padding: 0 0 0 5px;
    border-width: 0 0 0 4px;
    color: #31274F;
    font-weight: 700;
    margin: 0 0 28px;
    line-height: 1;
    font-size: 1.5rem;
}
.pdfs {
    display: inline-flex;
    vertical-align: top;
}

.custom-size{
    color: #042933;
    font-size: 44px;
    font-weight: 700;
}
.features ul li {
    list-style: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 10px;
    position: relative;
}
.features li:before {
    position: absolute;
    left: -27px;
    top: 7px;
    height: 18px;
    width: 18px;
    line-height: 22px !important;
    background: #094ebd;
    text-align: center;
    border-radius: 50%;
    color: white;
    font-size: 13px !important;
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



.table>thead {
    vertical-align: bottom;
    background: #094ebd;
    color: #FFFF;
    border: 2px solid #d4d5d5;
}
.table>:not(:first-child) {
    border-top: 2px solid #003a97;
}
.table-bordered{
    background: #e7f5f9;

}
.table-bordered>:not(caption)>*>* {
    border-width: 0 1px;
    padding: 18px;
}
tbody tr td i.fa-circle-check {
    background: rgb(209 255 220);
    color: rgb(0 169 10);
    font-size:20px;
}
tbody tr td i.fa-circle-xmark {
    background: rgb(209 255 220);
    color: rgb(0 169 10);
    font-size: 20px;
    color: red;
}
tbody tr td i.fa {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 13px;
}
.table-hover{

    box-shadow: -15px -15px 15px rgba(255, 255, 255, 0.2),
            inset -5px -5px 5px rgba(255, 255, 255, 0.2),
            inset 5px 5px 5px rgba(0, 0, 0, 0.1);
}
.section5{
    background-color: #fff;
}
.section6{
    background-color: #003a97;
}


@media only screen and (max-width:990px ) {
    .banner-text .banner-heading{
        font-size: 34px;
        line-height:40px;
    }
    .head{
        line-height: 1.2;
        font-size: 33px;
    }
    .hide{
      display:none;
    }
    .services-items .item{
        padding: 4px 14px;
    }
    .flip-box{
        margin-top: 18px;
    }
    .flip-box .inner{
        padding:0;
        top: 24%;
        
        height: 0%;
    }
    .flip-box-button {
        font-size: 12px;
    }
    .banner-footer-text{
        font-size: 14px;
    }
    .features ul li {
        font-size: 14px;
        line-height: 17px;
    }
    .btn-custom {
        font-size: 10px;
    }
    .features li:before{
        font-size: 10px !important;
        left: -24px;
        top: 9px;
        height: 15px;
        width: 15px;
        line-height: 17px !important;
    }
    .pos-abs-img{
        margin-top: 34px;
    }
    .items a{
        padding: 5px 8px;
        margin: 10px 0;
    }
    .services-items .item .icons{
        top: 2px;
    }
    .nav-item {
        padding: 0;
    }
    .dropdown-menu {
        background-color: #05222a !important;
    }
    iframe{
        height: 250px;
    }
    .product-btn{
        padding:0.8rem 1rem !important;
    }
    .lines1{
        line-height: 1.4rem;
    }
    .rigp{
        padding: 0 25px 0 ;
    }
    .rigp h4{
        margin-bottom: 15px !important;
    }
    .search-bar{
        padding:0 22px 22px;
    }
    
    .fa-circle-arrow-up{
        font-size: 18px;
    }
}

@media only screen and (min-width:766px ){
    .inner-a{
        height: 190px;
    }
}
@media only screen and (min-width:991px ){
    .dropdown:hover .dropdown-menu{
        display: block;
        transition:all 2s;
    }
}
@media only screen and (max-width:766px ) {

    .flip-box .inner{
        top: 37%;
    }
    .custom-img{
        margin-top: -43px !important;
    }
    .flxombx{
        display: block;
    }
    .pdfs {
        display: block;
    }
    .lefblue-bmx h3{
        font-size: 20px;
    }
    .soft-link{
        margin-top:2rem !important;
    }
    .pos-abs-img{
        width: 80vw !important;
    }
    .childs >li{
        font-size: 14px;
    }
    .table>:not(caption)>*>*{
        font-size: 14px;
    }
    .childs{
        display: block;
    }
    .buy-btn{
        display: flex;
        flex-direction: column;
        margin: 27px 17px 0px;
    }
    .hidden{
        display: none;
    }
   
}
@media only screen and (max-width:663px ){
    .buy-btn{
        margin: 0px 17px 0;
    }
    .scrollYTop-style{
        display: none;
    }
    .custom-size{
        font-size: 33px;
    }
}
@media only screen and (max-width:375px ) {
    #lines::before {
        margin: -7px 0 0 34px;
    }
    .fa-circle-arrow-up{
        font-size: 10px;
    }
}
