html {
    
    scroll-behavior: smooth;
  }
  body{
    color: #113a5e;
  }
.py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.navbar {
    padding-top: 20px;
    padding-bottom: 20px;
}

.large-device {
    width: 1110px;
    transform: translateX(-56%) !important;
}

.muse-section {
    margin-top: 170px !important;
    /*padding-bottom: 150px;*/
}

.type-line {
    position: relative;
}

.navbar .navbar-brand img {
    width: 226px !important;
    color: #000;
    height: auto;
}

.setup-fee-features-list {
    font-size: 18px;
    color: #333;
    text-align: left;
    padding: 20px 10px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.25);
}

.setup-fee-features-list:first-of-type {
    padding-top: 5px;
}

.setup-fee-features-list:last-of-type {
    border-bottom: none;
    padding-bottom: 5px;
}

.setup-fee-features-list p {
    margin-left: 33px;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}

.red.setup-fee-features-list {
    color: #b11b43;
    font-size: 20px;
    font-weight: bold;
    margin-left: 0px;
}

.red.setup-fee-features-list p {
    color: #333;
    margin-left: 30px;
    font-size: 20px;
}

.price-sheet-table {
    margin-left: 33px;
    width: calc(100% - 33px);
    margin-top: 15px;
    font-size: 14px;
}

.price-sheet-table th {
    background: #f2f2f2;
    border: 1px solid #CCC;
    height: 40px;
    text-align: center;
    vertical-align: middle;
}

.price-sheet-table td {
    border: 1px solid #CCC;
    height: 40px;
    text-align: center;
    vertical-align: middle;
}

#setup-fee-modal.modal {
    z-index: 100000;
    background: rgba(0, 0, 0, 0.5);
}

#setup-fee-modal .modal-title {
    font-weight: bold;
    text-align: center;
    color: #b11b43;
}

#setup-fee-modal .modal-body .fa {
    color: #b11b43;
}

#setup-fee-modal .modal-dialog {
    overflow-y: initial !important;
    font-family: "Montserrat Regular", sans-serif;
}

#setup-fee-modal .modal-content {
    border-radius: 20px 20px 25px 25px;
    border: none;
}

#setup-fee-modal .modal-body {
    height: calc(100vh - 200px);
    overflow-y: auto;
}

#setup-fee-modal .modal-footer {
    background: #27343f;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

#setup-fee-modal .modal-dialog ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#setup-fee-modal .modal-dialog ::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#setup-fee-modal .modal-dialog ::-webkit-scrollbar-thumb {
    background-color: #232f39;
}

.btn-blue {
    background-image: linear-gradient(to right bottom, #b11b43, #b11b43);
    padding: 12px 45px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 100px;
    box-shadow: 0px 7px 20px 1px rgba(0, 0, 0, .2);
    display: inline-block;
    text-decoration: none !important;
    position: relative;
    z-index: 100;
    transition: all .4s ease-in-out;
    border: none
}

.overlay-center .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.typed-cursor {
    color: #b11b43;
}

.dropdown ul {
    margin: 0;
    padding: 0;
}

.dropdown ul li {
    list-style: none;
}

.navbar .dropdown .dropdown-menu a {
    padding: 6px 8px 6px 8px;
}

.text-red {
    color: #b11b43 !important;
    font-size: 0.8rem;
    padding-left: 8px;
    padding-top: 10px;
}

#industry-d {
    /* max-height: 345px;
    overflow: hidden; */
    max-height: calc(100vh - 80px);
    overflow: hidden;
    overflow-y: auto;
    -webkit-transition: max-height 0.7s;
    -moz-transition: max-height 0.7s;
    transition: max-height 0.7s;
}

#industry-d.open {
    max-height: 890px;
    -webkit-transition: max-height 0.7s;
    -moz-transition: max-height 0.7s;
    transition: max-height 0.7s;
}

/* #feature-list {
    max-height: 460px;
    overflow: hidden;
    -webkit-transition: max-height 0.7s;
    -moz-transition: max-height 0.7s;
    transition: max-height 0.7s;
} */

#feature-list.load-more {
    max-height: 1000px;
    -webkit-transition: max-height 0.7s;
    -moz-transition: max-height 0.7s;
    transition: max-height 0.7s;
}

.large-device .row {
    padding-bottom: 60px;
}

.table-four__cell.hover .table-four__cell-title {
    color: #fff !important;
}

.table-four__cell button {
    color: #fff !important;
}

.table-four__cell:hover .table-four__cell-title,
.table-four__cell.hover .table-four__cell-title {
    color: #b11b43 !important;
}

.table-four__cell:hover .table-four__cell-subtitle {
    color: #000 !important;
}

.accordion-new .card-header button::after {
    color: #fff !important;
}

.ready h2 {
    color: #fff !important;
}

.table-four__cell--green:hover,
.table-four__cell--green.hover {
    background: #f2f2f2;
}

.table-four__cell--green {
    border-bottom: 7px solid #f2f2f2;
}

.table-four__cell--cyan:hover {
    background: #f2f2f2;
}

.table-four__cell.hover .table-four__cell-title {
    color: #b11b43 !important;
}

.table-four__cell.table-four__cell--green .table-four__cell-subtitle {
    color: #000 !important;
}

.table-four__cell.hover .table-four__cell--cyan {
    border-bottom: 7px solid #f2f2f2 !important;
}

.feature-list {
    display: flex;
    flex-wrap: wrap;
}

.feature-list ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 2rem;
}

.feature-list li {
    list-style: none;
    width: 33.333%;
    padding: 20px 30px;
    text-align: center;
}

.feature-list li a {
    border-radius: 12px;
    box-shadow: 0 8px 16px rgb(0 0 0 / 4%);
    width: 100%;
    display: inline-flex;
    align-items: center;
    max-width: 125px;
    padding: 37px 10px;
    justify-content: center;
}

.transition-3d-hover {
    transition: all .2s ease-in-out;
}

.transition-3d-hover:hover {
    transform: translateY(-3px);
}

.link-success {
    color: #b11b43;
    font-size: 16px;
}

.link-success:hover {
    color: #000;
    font-size: 16px;
    text-decoration: none;
}

#shopping-cart .list-group .btn-wrapper .badge-warning {
    color: #fff;
}

.btn-blue:hover {
    color: #fff;
}

.navbar .dropdown .dropdown-menu a:hover {
    color: #b11b43;
    background-color: #fff;
}

.sm-btm:hover a {
    background-color: #b11b43 !important;
}

.small-screen {
    display: none !important;
}

.sm-text {
    font-size: 1.1rem;
}

.new-btn1 {
    padding: 15px 30px;
    border-radius: 4px;
}

.feature-card {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin: 10px auto;
    padding: 30px 20px 10px 20px;
    border-radius: 4px;
    background-color: #fff;
    text-decoration: none !important;
    border: thin solid #0000001c;
    /* box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important; */
    box-sizing: border-box;
    transition: all 0.3s;
}
.feature-card .md-icn{
    vertical-align: middle !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100%;
}

.feature-card:hover {
    text-decoration: none;
    box-shadow: 0px 0px 40px rgb(0 0 0 / 8%);
}

.feature-card-icon {
    /* margin: 10px 40px 10px 10px; */
}

.feature-card-title {
    display: block;
    font-weight: 600;
    font-size: 21px;
    line-height: 28px;
    color: #b11b43;
}

.feature-card-subtitle {
    display: block;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #11315e;
    margin-top: 10px !important;
}

.load-more-btn {
    border-radius: 4px;
    border: thin solid #263844;
    color: #263844;
    padding: 15px 50px;
    font-size: 0.9rem;
    text-decoration: none !important;
    margin: 0px auto;
    transition: all 0.3s;
    font-weight: 600;
    display: inline-block;
    margin-top: 80px;
}

.load-more-btn:hover {
    border: thin solid #b11b43;
    background-color: #b11b43;
    color: #fff;
}

.load-more-btn i {
    font-size: 3rem;
}

.add-ons-p {
    font-size: 0.9rem;
}

.add-on-subtitle {
    font-size: 1.3rem !important;
    font-weight: normal;
}

.add-ons-price {
    font-size: 1rem;
    font-weight: 700;
}

.add-ons-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-left: 10px;

}

.add-ons-checkbox {
    margin-bottom: 0px;
    width: 25px;
    height: 25px;
}

.add-ons .input-group-text {
    background-color: #e9ecef73;
    border: 1px solid #ced4da70;
    padding: 25px 15px;
}

.add-on-small {
    margin-left: 10px;
    margin-bottom: 15px;
}

/* bottom carousel */
.owl-1 .owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
}

.owl-1 .owl-nav .owl-next,
.owl-1 .owl-nav .owl-prev {
    border: 1px solid red;
    z-index: 92;
    position: absolute;
    top: 50%;
}

.owl-1 .owl-nav .owl-next:active,
.owl-1 .owl-nav .owl-next:focus,
.owl-1 .owl-nav .owl-prev:active,
.owl-1 .owl-nav .owl-prev:focus {
    outline: none;
}

.owl-1 .owl-nav .owl-next span,
.owl-1 .owl-nav .owl-prev span {
    color: #fff;
}

.owl-1 .owl-nav .owl-next span:before,
.owl-1 .owl-nav .owl-prev span:before {
    font-size: 40px !important;
}

.owl-1 .owl-nav .owl-next {
    border: 4px solid blue;
    right: 20px;
}

.owl-1 .owl-nav .owl-prev {
    left: 20px;
}

.owl-1 .owl-dots {
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.owl-1 .owl-dots .owl-dot {
    background: none;
    display: inline-block;
}

.owl-1 .owl-dots .owl-dot>span {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    margin: 4px;
}

.owl-1 .owl-dots .owl-dot.active>span {
    background: white;
}

.owl-1 .owl-dots .owl-dot:active,
.owl-1 .owl-dots .owl-dot:focus {
    outline: none;
}

.media-29101 .img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.media-29101 .text {
    padding: 50px;
}

@media (max-width: 991.98px) {
    .feature-card .md-icn{
        display: none;
    }
    .media-29101 .text {
        padding: 20px;
        width: 100%;
    }
    /* .carousel-nav{
        display: inherit !important;
    } */
}

.media-29101 .text .category {
    color: #adb5bd;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .2rem;
}

.media-29101 .text h2 {
    font-family: "Playfair Display", times, serif;
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 30px;
}

.media-29101 .text h2 a {
    color: #000;
}

.carousel-nav {
    width: 100%;
    /* border-bottom: 1px solid #ccc; */
    margin-bottom: 40px;
    display: flex;
}

.carousel-nav a {
    color: #999;
    padding: 20px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}

.carousel-nav a:hover {
    color: #000;
}

.carousel-nav a.active {
    color: #000;
    
}

.carousel-nav a.active:before {
    content: "";
    bottom: -1px;
    left: 0;
    right: 0;
    position: absolute;
    border-bottom: 1px solid #000;
    display: none;
}
.cicle-icon-wrp{
    border: 2px solid #ddd;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    transition: all 0.3s;
}
.cicle-icon-wrp i{
    font-size: 2rem;
    color: #b11b43;
}
.carousel-nav a:hover .cicle-icon-wrp{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.carousel-nav a.active .cicle-icon-wrp{
    border: 2px solid #b11b43;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.circle-tab-title{
    font-size: 0.9rem;
}


/* new price table */
.new-price-table{
    overflow: unset;
    display: flex;
    flex-wrap: wrap;
}
.new-price-table h4{
    font-size: 0.9rem;
    font-weight: 800;
}
.new-price-table h3{
    font-size: 1.7rem;
    font-weight: 800;
    margin-bottom: 20px;
    color: #b11b43;
}
.new-price-table h3 small{
    font-size: 0.8rem;
    font-weight: 800;
}
.new-price-table p{
    font-size: 0.9rem;
    margin-bottom: 5px;
}
.round {
    position: relative;
    display: flex;
    justify-content: center;
  }
  
  .round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 28px;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 28px;
  }
  
  .round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 12px;
  }
  
  .round input[type="checkbox"] {
    visibility: hidden;
  }
  
  .round input[type="checkbox"]:checked + label {
    background-color: #b11b43;
    border-color: #b11b43;
  }
  
  .round input[type="checkbox"]:checked + label:after {
    opacity: 1;
  }
.bg-red{
    background-color: #b11b43 !important;
    color: #fff !important;
}
.bg-black{
    background-color: #282821 !important;
    color: #fff !important;
}
.text-black{
    color: #282821 !important;
}
.text-color-red{
    color: #b11b43 !important;
}

  .rounded-top-l-r{
    border-top-right-radius: 12px !important;
    border-top-left-radius: 12px !important;
  }

  /* .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  } */

  .form-group{
    margin-bottom: 0px !important;
  }

  .nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #b11b43 !important;
    border: 1px solid #b11b43;
  }
  .nav-tabs .nav-link{
    font-size: 13px;
  }
  .nav-tabs a{
    color:#232f39 ;
  }
  .signup-btn{
    font-size: 13px;
  }
  .signup-btn a{
    text-decoration: none;
    transition: all 0.3s;
  }
  .signup-btn a:hover{
    color: #232f39 !important;
  }
  .summary-table h3{
    font-size: 2.5rem !important;
  }
  .form-group .checkout-btn{
    border-radius: 8px !important;
  }
  .nav-tabs{
    /* border-bottom: none !important; */
    border-bottom-color: #b11b43 !important;
    width: calc(100% - 12px) !important;
  }
  input::placeholder{
    color: #ccc !important;
  }

  .priceTable1 .pricing-header {
    max-width: 700px;
  }
  
  .priceTable1 .card-deck .card {
    min-width: 100%;
  }
  
  .priceTable1 .border-top { border-top: 1px solid #e5e5e5; }
  .priceTable1 .border-bottom { border-bottom: 1px solid #e5e5e5; }
  
  .priceTable1 .box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }
  .priceTable1 .sign-up-btn{
    border-color: #b11b43;
    transition: all 0.3s;
  }
  .priceTable1 .sign-up-btn2{
    border-color:thick solid #b11b43;
    background-color: #b11b43;
    color: #fff;
    transition: all 0.3s;
  }
  .border-color-red{
    border-color: #b11b43 !important;
    border: 1px solid #b11b43 !important;
  }
  .priceTable1 .border-color-red{
    border: 2px solid #b11b43 !important;
  }
  .priceTable1 .sign-up-btn:hover {
    border-color: #b11b43;
    background-color: #b11b43;
    color: #fff;
  }
  .priceTable1 .sign-up-btn2:hover{
    background-color: transparent;
    border-color: #b11b43;
    color: #000;
  }
  .priceTable1 .border-bottom-red{
    border-bottom: 2px solid #b11b43;
  }
  

  .questions-container{
    max-width: 100%;
    margin: 0 auto;
}

.question{
    border-bottom:thin solid #0000001c !important;
}
.question button{
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 15px;
    border:none;
    outline: none;
    font-size: 15px;
    color: #b11b43;
    font-weight: 600;
    cursor: pointer;
}
.question p{
    font-size: 14px;
    max-height: 0;
    opacity: 0;
    line-height: 1.5;
    overflow: hidden;
    transition: all 0.6s ease;
    margin-bottom: 0px;
}
.d-arrow{
    transition: transform 0.5s ease-in ;
    color: #333;
    font-size: 20px;
}

/*add this class when click*/
.question p.show{
    max-height: 200px; 
    opacity: 1;
    padding:15px 15px 15px 15px;
    background-color: rgba(0,0,0,0.02);
    font-size: 14px;
}
.question button .d-arrow.rotate{
    transform: rotate(180deg);
    color: #b11b43;
    font-size: 20px;
}
.m-div1{
    color: #b11b43;
}
.auto-type{
    color: #11315e;
}
@media (max-width: 991.98px) {
    .feature-card .md-icn{
        display: none !important;
    }
    .sm-border{
        border-bottom: 1px solid rgba(0,0,0,.125) !important;
    }
    .large-device .row {
        padding-bottom: 30px !important;
    }

    .fixed-top {
        position: relative;
    }

    .muse-section {
        margin-top: 50px !important;
    }

    .large-device {
        width: 100% !important;
        transform: translateX(0%) !important;
    }

    #industry-d.open {
        max-height: inherit;
    }

    #industry-d {
        max-height: inherit;
    }

    .sm-btm {
        display: none !important;
    }

    .big-screen {
        display: none !important;
    }

    .small-screen {
        display: block !important;
        display: grid !important;
        gap: 1rem !important;
        width: 100% !important;
        grid-template-columns: repeat(2, 1fr);
    }

    .grid1 {
        width: 50% !important;
    }

    .feature-card-icon {
        float: left;
        margin-right: 20px;
        margin-bottom: 52px;
    }

    .feature-card-title {

        margin-bottom: 20px !important;
    }

    #feature-list {
        max-height: auto;
    }

    #feature-list.load-more {
        max-height: inherit;
    }
}

@media (max-width: 575.98px) {
    .feature-card .md-icn{
        display: none !important;
    }
    .m-div .mobo-p{
        font-size: 0.8rem;
    }
    .m-div1{
        width: 100% !important;
        font-size: 1.9rem;
    }
    .m-div .display-5{
        font-size: 1.8rem !important;
    }
    .carousel-nav{
        display: flex;
        align-content: space-between;
        margin: 0 auto;
    }
    .carousel-nav a{
        padding: 10px;
    }
    .circle-tab-title{
       display: none;
    }
    .cicle-icon-wrp{
        width: 50px;
        height: 50px;
    }
    .cicle-icon-wrp i{
        font-size: 1rem;
    }
    .col {
        max-width: 20%;
    }
    .feature-card-title {

        margin-bottom: 20px !important;
    }

    .feature-card-icon {
        float: left;
        margin-right: 20px;
        margin-bottom: 52px;
    }

    .mt-100 {
        margin-top: 30px !important;
    }

    .company .text-2 {
        margin-top: 0px !important;
    }

    .company .text-1 {
        margin-top: 0px !important;
    }

    .navbar .dropdown .dropdown-menu a {
        padding: 6px 0px 6px 6px;
        font-size: 13px !important;
    }

    #industry-d.open {
        max-height: inherit;
    }

    #industry-d {
        max-height: inherit;
    }

    .sm-btm {
        display: none !important;
    }

    .big-screen {
        display: none !important;
    }

    .small-screen {
        display: block !important;
        display: grid !important;
        gap: 1rem !important;
        width: 100% !important;
        grid-template-columns: repeat(2, 1fr);
    }

    .grid1 {
        width: 50% !important;
    }

    .priceTable1 .h1 {
        font-size: 2rem !important;
        font-weight: 600;
    }

    #feature-list {
        max-height: 650px;
    }

    #feature-list.load-more {
        max-height: inherit;
    }

}

.btn-outline-danger {
    color: #b11b43 !important;
    border-color: #b11b43 !important;
}

.btn-outline-danger:hover {
    color: #fff !important;
    background-color: #b11b43 !important;
    border-color: #b11b43 !important;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    border-bottom-color: #b11b43 !important;
}
.headerTextRed{
    color: #b11b43 !important;
}
.footer .links ul li a {
    color: #11315e !important;
}
.navbar .nav-item .nav-link{
    color: #11315e;
}
.headerTextBlue{
    color: #11315e;
}