.footer-heading,
.heading-title {
    position: relative;
    font-weight: 700
}

#bot,
.subscribe_form button,
.switch input:checked+label::before {
    background-color: #C43484;
}

* {
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

.header {
    border-bottom: 0 solid #c7c7c7;
    font-size: 16px;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 12%)
}

.header .nav-item {
    padding: .4rem
}

.header .navbar-nav li a {
    color: #000 !important;
    font-weight: 480;
    cursor: pointer;
    align-items: center
}

.header .dropdown-item {
    padding: .7rem 1.5rem !important
}

.heading-title {
    font-size: 64px
}

.content-banner {
    padding: 8% 0;
    border-bottom: 2px solid #dfe3e8;
    background: #fff9fc
}

.content-banner p {
    font-size: 18px
}
label.top-bar1 {
    background: #C43484 !important;
}
.subscribe_now {
    margin: -80px auto 60px;
    max-width: 680px;
    padding: 40px;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 3px
}

.subscribe_now h2 {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #34495e;
    font-weight: 800;
    text-align: center;
    margin: 10px 0
}

.subscribe_form {
    max-width: 470px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 2px 5px 0 rgba(10, 6, 20, .24);
    border-radius: 6px
}

.subscribe_form:focus {
    outline: 0
}

.subscribe_form .form-control {
    border: none
}

.subscribe_form .form-control:focus {
    box-shadow: none
}

.subscribe_form input {
    height: 44px
}

.subscribe_form button {
    border: none;
    color: #fff;
    border-radius: 6px;
    padding: 0 20px;
    position: relative;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s
}

.subscribe_form button:active,
.subscribe_form button:focus,
.subscribe_form button:hover,
.subscribe_form button:visited {
    color: #fff;
    background-color: #707070;
    outline: 0;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s
}
.subscribe_form .input-group {
    position: inherit;
}

.btn-orange {
    background: #f456ad;
    color: #fff !important;
    border-color: #f456ad
}

.product-features .btn-orange {
    margin: 40px 0 60px
}

.application-front section .text-content p {
    font-size: 16px;
    line-height: 26px;
    margin: 0
}

.big-p {
    font-size: 22px;
    line-height: 38px
}

.contact-info,
.footer-link a {
    color: #acacac;
    font-size: 14px
}

.bg-footer {
    background-color: #1d262e;
    padding: 50px 0 4px
}

.footer-heading {
    letter-spacing: 2px;
    padding-bottom: 12px
}

.footer-link a {
    line-height: 40px;
    transition: .5s
}

.footer-link a:hover {
    color: #f456ad
}

.footer-social-icon {
    font-size: 15px;
    height: 34px;
    width: 34px;
    line-height: 34px !important;
    border-radius: 3px;
    text-align: center;
    display: inline-block
}

.facebook {
    background-color: #4e71a8;
    color: #fff
}

.twitter {
    background-color: #55acee;
    color: #fff
}

.google {
    background-color: #d6492f;
    color: #fff
}

.apple {
    background-color: #424041;
    color: #fff
}

.footer-alt {
    color: #acacac
}

.footer-heading:after {
    content: "";
    width: 25px;
    border-bottom: 1px solid #f456ad;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block
}

.core-acc {
    padding: 12px 0
}

.core-acc .accordion .item-transparency {
    border: none;
    margin-bottom: 17px;
    background: 0 0
}

.core-acc .accordion .item-transparency .item-header {
    border-bottom: none;
    background: 0 0;
    padding: 0;
    margin: 2px
}

.core-acc .t-p {
    color: #000;
    padding: 0 21px
}

.core-acc .accordion .item-transparency .item-header h2 i {
    float: right;
    font-size: 30px;
    color: #5c2529
}

.core-acc button.btn.btn-link i {
    transform: rotate(180deg);
    transition: .5s
}

.core-acc .accordion .item-transparency .item-header h2 button.btn.btn-link {
    font-size: 26px;
    font-weight: 400;
    line-height: 2.5;
    text-decoration: none;
    color: #000;
    border-top: 1px solid #dadada;
    border-radius: 0
}

.core-acc button.btn.btn-link.collapsed i {
    transform: rotate(0);
    color: #f456d2;
    font-weight: 700
}

.core-acc .accordion .item-transparency .item-header h2 button {
    color: #fff;
    padding: 15px;
    display: block;
    width: 100%;
    text-align: left
}

.core-acc .btn:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
}

.core-acc .btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1)
}

.btn:focus,
.core-acc .btn.focus {
    outline: 0;
    box-shadow: none !important
}

.btn-login {
    background: #f456ad;
    color: #fff;
    font-weight: 600
}

.toggle-password {
    float: right;
    cursor: pointer;
    margin-right: 10px;
    margin-top: -25px
}

.pricing-calculator .pricing-calculator__content {
    background: #ebf5fa;
    border-radius: 25px;
    box-shadow: 2px 34px 30px 0 rgb(23 30 37 / 14%);
    padding: 31px 20px 39px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1
}

.slider input {
    background: linear-gradient(to right, #10d5c2 0, #10d5c2 0, rgb(159 159 159) 0, rgb(167 167 167) 100%);
    border-radius: 4px;
    height: 15px;
    width: 100%;
    outline: 0;
    transition: 450ms ease-in;
    -webkit-appearance: none
}

.pricing-calculator .pricing-calculator__total strong {
    color: #171e25;
    font-family: Montserrat, sans-serif;
    font-size: 55px;
    line-height: 1
}

.btn--primary {
    background: #f456ad;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: inherit
}

.pricing-calculator .pricing-calculator__actions p {
    font-size: 14px;
    font-style: italic;
    padding: 13px 0 0
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background: #f456ad
}

.switch {
    font-size: 1rem;
    position: relative
}

.switch input {
    position: absolute;
    height: 1px;
    width: 1px;
    background: 0 0;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    padding: 0
}

.switch input+label {
    position: relative;
    min-width: calc(calc(2.375rem * .8) * 2);
    border-radius: calc(2.375rem * .8);
    height: calc(2.375rem * .8);
    line-height: calc(2.375rem * .8);
    display: inline-block;
    cursor: pointer;
    outline: 0;
    user-select: none;
    vertical-align: middle;
    text-indent: calc(calc(calc(2.375rem * .8) * 2) + .5rem)
}

.switch input+label::after,
.switch input+label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(calc(2.375rem * .8) * 2);
    bottom: 0;
    display: block
}

.switch input+label::before {
    right: 0;
    background-color: #959595;
    border-radius: calc(2.375rem * .8);
    transition: .2s
}

.switch input+label::after {
    top: 2px;
    left: 2px;
    width: calc(calc(2.375rem * .8) - calc(2px * 2));
    height: calc(calc(2.375rem * .8) - calc(2px * 2));
    border-radius: 50%;
    background-color: #fff;
    transition: .2s
}

.switch input:checked+label::after {
    margin-left: calc(2.375rem * .8)
}

.switch input:focus+label::before {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 136, 221, .25)
}

.switch input:disabled+label {
    color: #868e96;
    cursor: not-allowed
}

.switch input:disabled+label::before {
    background-color: #e9ecef
}

.switch.switch-sm {
    font-size: .875rem
}

.switch.switch-sm input+label {
    min-width: calc(calc(1.9375rem * .8) * 2);
    height: calc(1.9375rem * .8);
    line-height: calc(1.9375rem * .8);
    text-indent: calc(calc(calc(1.9375rem * .8) * 2) + .5rem)
}

.switch.switch-sm input+label::before {
    width: calc(calc(1.9375rem * .8) * 2)
}

.switch.switch-sm input+label::after {
    width: calc(calc(1.9375rem * .8) - calc(2px * 2));
    height: calc(calc(1.9375rem * .8) - calc(2px * 2))
}

.switch.switch-sm input:checked+label::after {
    margin-left: calc(1.9375rem * .8)
}

.switch.switch-lg {
    font-size: 1.25rem
}

.switch.switch-lg input+label {
    min-width: calc(calc(3rem * .8) * 2);
    height: calc(3rem * .8);
    line-height: calc(3rem * .8);
    text-indent: calc(calc(calc(3rem * .8) * 2) + .5rem)
}

.switch.switch-lg input+label::before {
    width: calc(calc(3rem * .8) * 2)
}

.switch.switch-lg input+label::after {
    width: calc(calc(3rem * .8) - calc(2px * 2));
    height: calc(calc(3rem * .8) - calc(2px * 2))
}

.switch.switch-lg input:checked+label::after {
    margin-left: calc(3rem * .8)
}

.switch+.switch {
    margin-left: 1rem
}

.contentA {
    display: none
}

#bot {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: 1s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 1000
}

#bot::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    line-height: 40px;
    color: #fff
}

#bot:hover {
    cursor: pointer;
    background-color: #333
}

#bot:active {
    background-color: #555
}

#bot.show {
    opacity: 1;
    visibility: visible
}

@media only screen and (max-width:1024px) {
    .heading-title {
        font-size: 33px
    }

    .subscribe_now {
        margin: -31px auto 60px
    }
}

@media screen and (max-width:767px) {
    .application-front .big-p {
        font-size: 19px !important;
        line-height: 34px !important
    }
}

@media (min-width:1600px) {

    .nav-link,
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 1rem .9rem
    }

    .container {
        max-width: 1400px
    }

    body {
        font-size: 18px
    }
}

@media only screen and (max-width:768px) {
    .core-acc .accordion .item-transparency .item-header h2 button.btn.btn-link {
        font-size: 19px !important;
        line-height: 1.5;
        font-weight: 600
    }
}

@media only screen and (max-width:768px) {
.subscribe_now {
    padding: 20px;
}
}