body {
    font-family: "Open Sans", sans-serif;
    color: #444
}

a {
    color: #7c4889
}

a:hover {
    color: #c387d2;
    text-decoration: none
}

.font-primary,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto, sans-serif
}
.bg-primary{
  background-color:#7c4889!important;
}

.btn-primary {
    color: #fff;
    background-color: #7c4889;
    border-color: #7c4889
}

.btn-primary:hover {
    color: #fff;
    background-color: #c387d2;
    border-color: #c387d2
}

.btn-signup {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 800;
    background-color: #7c4889;
    border-color: #7c4889
}

.btn-signup:hover {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 800;
    background-color: #c387d2;
    border-color: #c387d2
}

.btn-contact {
    color: #ffff00;
    font-weight: bolder;
    font-size: 2rem;
    background-color: #3c2342;
    border-color: #3c2342
}

.btn-contact:hover {
    color: #ffff00;
    background-color: #14435c;
    border-color: #14435c
}

#contact-form .req {
    color: red
}

#contact-form .hide {
    display: none !important
}

#contact-form h4 {
    color: #7c4889;
}

#contact-form .form-check-label {
    font-size: .7rem;
}

.thankyou h1,
h2,
h5 {
    color: #3c2342;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #7c4889
}

.back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    right: 15px;
    bottom: 15px;
    background: #c387d2;
    color: #fff;
    transition: display .5s ease-in-out;
    z-index: 99999
}

.back-to-top svg {
    font-size: 24px;
    position: absolute;
    top: 7px;
    left: 10px
}

.back-to-top:hover {
    color: #fff;
    background: #85b6cf;
    transition: background .2s ease-in-out
}

#header {
    height: 90px;
    transition: all .5s;
    z-index: 997;
    transition: all .5s;
    background-color: #3c2342
}

#header.header-transparent {
    background: 0 0
}

#header.header-scrolled {
    background: rgba(30, 67, 86, .9);
    height: 65px
}

#header .logo-mdim img {
    padding: 0;
    margin: 0;
    max-height: 80px;
    transition: .5s
}

#header .shrink img {
    padding: 0;
    margin: 0;
    max-height: 50px;
    transition: .5s
}

#header h4 {
    font-size: 18px;
    font-weight: lighter;
    color: #fff
}

.phone {
    font-size: 24px;
    font-weight: 700;
    color: #7c4889
}
.phone1 {
    color: #3c2342;
    font-weight: bolder;
}

.commercial-text {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-style: italic;
    font-size: 1.5rem;
}

.navbar {
    transition: all .4s;
    padding: 0
}

.navbar .nav-link:focus,
.navbar .nav-link:hover {
    color: #fff;
    text-decoration: none
}

.navbar .navbar-brand {
    color: #fff
}

.navbar-light .navbar-nav .nav-link {
    color: #fff
}

.navbar-light .navbar-nav .active>.nav-link {
    color: #c387d2
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #c387d2
}

.nav-item,
.navbar-light .navbar-text {
    color: #fff
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: #005879
}

.logo {
    width: 100%
}

.bg-mdim {
    background-color: #3c2342
}

.top-bar {
    padding: 10px 0
}

.top-bar .navbar-text a {
    color: #7c4889
}

.top-text {
    color: #fff;
    font-size: 64px;
    font-weight: 700;
    line-height: 60px
}

.top-text-small {
    font-size: 54px
}

.ASOTV {
    width: 60%
}

.text-yellow {
    color: #ff0
}

.ASOTV-TOP {
    display: none
}

@media(min-width:1400px) {
    .top-text {
        font-size: 90px;
        padding-top: 20px
    }

    .top-text-small {
        font-size: 70px
    }
}

@media(max-width:1657px) {
    .top-text {
        font-size: 80px;
        padding-top: 20px
    }

    .top-text-small {
        font-size: 60px
    }
}

@media(max-width:1450px) {
    .top-text {
        font-size: 70px;
        padding-top: 0
    }

    .top-text-small {
        font-size: 50px
    }
}

@media(max-width:1300px) {
    .top-text {
        font-size: 44px
    }

    .top-text-small {
        font-size: 34px
    }
}

@media(max-width:992px) {
    .ASOTV-TOP {
        display: inline
    }

    .ASOTV-CONT {
        display: none
    }

    .logo {
        max-width: 150px
    }

    .ASOTV-TOP-LOGO {
        max-width: 100px
    }

    #contact-form {
        margin-top: 20px;
    }
}

@media(max-width:600px) {
    .top-text {
        font-size: 34px
    }

    .top-text-small {
        font-size: 24px
    }
}

@media(max-width:450px) {
    .top-text {
        font-size: 19px;
        line-height: 30px;
    }

    .top-text-small {
        font-size: 19px
    }

    .ASOTV-TOP-LOGO {
        max-width: 80px
    }

}

@media (max-width:991.98px) {

    .navbar .nav-link,
    .navbar .navbar-brand {
        color: #555
    }

    .navbar-nav {
        background-color: #fff;
        padding-left: 10px
    }

    .navbar-toggler {
        background-color: #7c4889;
        margin-right: 10px
    }

    .navbar-brand {
        margin-left: 10px;
        margin-right: 0
    }

    .navbar-light .navbar-nav .nav-link {
        color: #7c4889
    }

    .navbar-light .navbar-nav .active>.nav-link {
        color: #7c4889
    }

    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover {
        color: #3c2342
    }

    .nav-item,
    .navbar-light .navbar-text {
        color: #fff
    }

    #header h4 {
        font-size: 14px
    }

    .phone {
        font-size: 1rem
    }

    #header {
        height: 60px;
        transition: all .5s;
        z-index: 997;
        transition: all .5s
    }

    #header.header-scrolled {
        background: rgba(30, 67, 86, .9);
        height: 56px
    }

    #header .logo-mdim img {
        max-height: 50px
    }

    #header .shrink img {
        max-height: 30px;
        transition: .5s
    }
}

#hero {
    background: url(../../images/groupOfDoctors02.jpg) bottom center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 0 !important
}

#hero .card {
    opacity: .8
}

#hero h4 {
    color: #fff;
    margin-bottom: 30px;
    font-weight: 700
}

#hero h1 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 700
}

.transbox {
    padding: 30px;
    background-color: rgba(219, 219, 219, .8);
    border-radius: 15px
}

.icons {
    max-height: 50px;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {

    padding: 15px 15px;
}

#hero .video-box {
    margin-top: 102px
}

#hero p {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    color: #fff
}

#hero .btn-get-started {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: .5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    border: 2px solid #c387d2
}

#hero .btn-get-started:hover {
    background: #c387d2;
    color: #fff;
    text-decoration: none
}

#hero .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#00527e 50%, rgba(104, 164, 196, .4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden
}

#hero .play-btn::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all .4s cubic-bezier(.55, .055, .675, .19)
}

#hero .play-btn::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(3, 101, 153, .7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0)
}

#hero .play-btn:hover::after {
    border-left: 15px solid #004970;
    transform: scale(20)
}

#hero .play-btn:hover::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0
}

@media (min-width:1200px) {
    #hero .play-btn {
        top: calc(30% - -135px)
    }
}

@media (max-width:1199px) {
    #hero .play-btn {
        top: calc(23% - -150px)
    }
}

@media (max-width:992px) {
    .transbox {
        margin-top: 10px;
        padding: 20px
    }

    #hero .video-box {
        margin-top: 10px
    }

    #hero {
        height: 1550px;
        padding: 0 10px
    }

    #hero::after {
        height: 100%;
        background: linear-gradient(to right, rgba(30, 67, 86, .8), rgba(30, 67, 86, .6))
    }

    #hero .play-btn {
        top: calc(50% - 55px)
    }
}

@media (max-width:767px) {
    #hero {
        height: 1350px
    }

    #hero h2 {
        font-size: 28px
    }

    #hero h1 {
        font-size: 28px
    }
}

@media (max-width:575px) {
    #hero {
        height: 1350px
    }
}

@media (max-width:450px) {
    #hero {
        height: 1250px
    }

    #hero h1 {
        font-size: 24px
    }
}

@media (max-width:414px) {
    #hero {
        height: 1150px
    }

    #hero h1 {
        font-size: 22px
    }

    #hero .transbox h4 {
        font-size: 1rem;
    }

    #hero .transbox h5 {
        font-size: 1rem;
    }

    .product h5 {
        font-size: 1rem;
    }
}

@media (max-width:375px) {
    #hero {
        height: 1100px
    }
}

.PRODUCT {
    font-family: Arial, Helvetica, sans-serif !important;
    line-height: 19px
}

.PRODUCT img {
    float: right !important
}

.PRODUCT h2 {
    display: none
}

.PRODUCT td {
    vertical-align: middle !important
}

.PRODUCT th {
    vertical-align: bottom !important;
    background: #434345 !important;
    color: #fff !important
}

.avg-savings,
.avg-savings-num {
    background: #434345;
    color: #fff;
    font-weight: 700
}

.POS table {
    width: 100% !important
}

.ATNA img,
.POS img {
    margin-top: -30px
}

.MTMD td {
    width: 33% !important
}

.CMAL table {
    max-width: 500px !important;
    width: 100% !important
}

.avg-savings {
    border-right: 0 !important
}

.CMAL td,
.CRNT td,
.HMIP-COLUMNS th {
    width: 33% !important
}

.CMAL td,
.CRNT td {
    font-weight: 400 !important;
    vertical-align: top !important;
    border-left: 0 !important
}

.LAPN-PRICING {
    max-width: 400px !important
}

.TDOC .video-table td:first-child,
.TVIP .video-table td:first-child {
    border-right: 1px solid #fff !important
}

.TDOC td,
.TDOC th,
.TVIP td,
.TVIP th {
    padding: 0 !important;
    border: 0 !important
}

.TDOC .video-table,
.TVIP .video-table {
    text-align: center
}

.LCA td,
.LCA th {
    text-align: center !important
}

.VSPS td:nth-child(1),
.VSPS th:nth-child(1) {
    width: 35% !important;
    text-align: right !important
}

.VSPS td:nth-child(2),
.VSPS th:nth-child(2) {
    width: 65% !important
}

.TWOCOLUMN td:nth-child(2),
.TWOCOLUMN td:nth-child(3),
.TWOCOLUMN th:nth-child(2),
.TWOCOLUMN th:nth-child(3) {
    width: 50%
}

.THREECOLUMN td:nth-child(2),
.THREECOLUMN td:nth-child(3),
.THREECOLUMN th:nth-child(2),
.THREECOLUMN th:nth-child(3) {
    text-align: center
}

.FOURCOLUMN td:nth-child(2),
.FOURCOLUMN td:nth-child(3),
.FOURCOLUMN td:nth-child(4),
.FOURCOLUMN th:nth-child(2),
.FOURCOLUMN th:nth-child(3),
.FOURCOLUMN th:nth-child(4) {
    text-align: center;
    width: 22%
}

.FIVECOLUMN td:nth-child(4),
.FIVECOLUMN td:nth-child(5),
.FIVECOLUMN th:nth-child(4),
.FIVECOLUMN th:nth-child(5) {
    font-weight: 700 !important
}

.FIVECOLUMN td:nth-child(2),
.FIVECOLUMN td:nth-child(3),
.FIVECOLUMN td:nth-child(4),
.FIVECOLUMN td:nth-child(5),
.FIVECOLUMN th:nth-child(2),
.FIVECOLUMN th:nth-child(3),
.FIVECOLUMN th:nth-child(4),
.FIVECOLUMN th:nth-child(5) {
    text-align: center;
    width: 17%
}

.SIXCOLUMN th:nth-child(2),
.SIXCOLUMN ttd:nth-child(2) {
    text-align: left
}

.SIXCOLUMN td:nth-child(2),
.SIXCOLUMN td:nth-child(3),
.SIXCOLUMN td:nth-child(4),
.SIXCOLUMN td:nth-child(5),
.SIXCOLUMN td:nth-child(6),
.SIXCOLUMN th:nth-child(2),
.SIXCOLUMN th:nth-child(3),
.SIXCOLUMN th:nth-child(4),
.SIXCOLUMN th:nth-child(5),
.SIXCOLUMN th:nth-child(6) {
    text-align: center;
    width: 16%
}

.SEVENCOLUMN td:nth-child(2),
.SEVENCOLUMN td:nth-child(3),
.SEVENCOLUMN td:nth-child(4),
.SEVENCOLUMN td:nth-child(5),
.SEVENCOLUMN td:nth-child(6),
.SEVENCOLUMN td:nth-child(7),
.SEVENCOLUMN th:nth-child(2),
.SEVENCOLUMN th:nth-child(3),
.SEVENCOLUMN th:nth-child(4),
.SEVENCOLUMN th:nth-child(5),
.SEVENCOLUMN th:nth-child(6),
.SEVENCOLUMN th:nth-child(7) {
    text-align: center;
    width: 12%
}

.faq h2,
.faq h3 {
    color: #7c4889
}

.faq .card-header {
    padding: .5rem 1.25rem
}

.btn-link {
    color: #7c4889;
    text-decoration: none;
    font-family: roboto;
    font-weight: 700;
    font-size: 1.5rem
}

.btn-link:hover {
    text-decoration: none;
    color: #7c4889
}

.btn-link:focus {
    text-decoration: none
}

.accordion>.card:last-of-type {
    border-bottom: 1 !important
}

.accordion>.card:first-of-type {
    border-bottom: 1 !important
}

@media (max-width:992px) {
    .faq {
        padding: 0 10px;
        margin-top: 60px
    }
}

.PRODUCT h2 {
    padding-top: 20px
}

.PRODUCT img {
    float: right !important
}

.PRODUCT td {
    vertical-align: middle !important
}

.PRODUCT th {
    vertical-align: bottom !important;
    background: #333 !important;
    color: #fff !important
}

.product h5 {
    color: #7c4889
}

section {
    padding: 30px 0
}

.section-bg {
    background-color: #f3f8fa
}

.section-title {
    text-align: center;
    padding-bottom: 30px
}

.section-title h2 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative
}

.section-title h2::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px)
}

.section-title h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #c387d2;
    bottom: 0;
    left: calc(50% - 20px)
}

.section-title-a {
    text-align: center;
    padding-top: 30px
}

.section-title-a h2 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative
}

.section-title-a h2::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px)
}

.section-title-a h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #c387d2;
    bottom: 0;
    left: calc(50% - 20px)
}

.section-title p {
    margin-bottom: 0
}

@media (max-width:768px) {
    section {
        padding: 30px 0
    }
}

@media (max-width:576px) {
    section {
        padding: 10px 0
    }
}

.services {
    padding-bottom: 20px
}

.services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    margin: 0 0 40px 0;
    background: #fff;
    box-shadow: 0 5px 26px 0 rgba(124, 72, 137, .24);
    transition: all .3s ease-in-out;
    text-align: center;
    border: 1px solid #fff
}

.services .icon-box-heading {
    padding: 10px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 5px 26px 0 rgba(124, 72, 137, .24);
    transition: all .3s ease-in-out;
    text-align: center;
    border: 1px solid #fff
}

.services .icon {
    margin: 0 auto 20px auto;
    padding-top: 12px;
    display: inline-block;
    text-align: center;
    border-radius: 5%;
    width: 172px;
    height: 72px
}

.services .price {
    font-size: 46px;
    letter-spacing: -1px;
    line-height: 1;
    color: #7c4889;
    font-family: Roboto, sans-serif;
    font-weight: bolder
}

.services span {
    font-size: 16px;
    color: #7c4889;
    font-family: Roboto, sans-serif
}

.services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px
}

.icon-box-heading .heading-title,
.icon-box-heading h4 {
    font-weight: 700;
    margin-bottom: -3px;
    font-size: 24px;
    color: #7c4889
}

.services .title a {
    color: #111
}

.services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0
}

.services .icon-box-blue .icon {
    background: #e1eeff
}

.services .icon-box-blue .icon svg {
    color: #7c4889;
    font-size: 50px
}

.services .icon-box-blue:hover {
    border-color: #7c4889
}

.why-us .container {
    box-shadow: 0 5px 25px 0 rgba(214, 215, 216, .6);
    background: #fff
}

.why-us .icon-box+.icon-box {
    margin-top: 50px
}

.why-us .icon-box .icon {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    background: #f3f8fa;
    border-radius: 6px;
    transition: .5s
}

.why-us .icon-box .icon svg {
    color: #c387d2;
    font-size: 32px
}

.why-us .icon-box:hover .icon {
    background: #c387d2
}

.why-us .icon-box:hover .icon svg {
    color: #fff
}

.why-us .icon-box .title {
    margin-left: 95px;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
    text-transform: uppercase
}

.why-us .icon-box .title a {
    color: #343a40;
    transition: .3s
}

.why-us .icon-box .title a:hover {
    color: #c387d2
}

.why-us .icon-box .description {
    margin-left: 95px;
    line-height: 24px;
    font-size: 14px
}

.why-us .video-box {
    position: relative
}

.why-us .video-box img {
    padding-top: 15px;
    padding-bottom: 15px
}

.why-us .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#c387d2 50%, rgba(104, 164, 196, .4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden
}

.why-us .play-btn::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all .4s cubic-bezier(.55, .055, .675, .19)
}

.why-us .play-btn::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(104, 164, 196, .7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0)
}

.why-us .play-btn:hover::after {
    border-left: 15px solid #c387d2;
    transform: scale(20)
}

.why-us .play-btn:hover::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(.6, .6);
        opacity: 1
    }

    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(.6, .6);
        opacity: 1
    }

    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

.about h3 {
    font-weight: 400;
    font-size: 26px
}

.about ul {
    list-style: none;
    padding: 0
}

.about ul li {
    padding-bottom: 10px
}

.about ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #c387d2
}

.about p:last-child {
    margin-bottom: 0
}

.facts .counters span {
    font-size: 48px;
    display: block;
    color: #c387d2
}

.facts .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-family: Roboto, sans-serif;
    font-size: 14px
}

.skills {
    padding: 60px 0
}

.skills .progress {
    height: 35px;
    margin-bottom: 10px
}

.skills .progress .skill {
    line-height: 35px;
    padding: 0;
    margin: 0 0 0 20px;
    text-transform: uppercase
}

.skills .progress .skill .val {
    float: right;
    font-style: normal;
    margin: 0 20px 0 0
}

.skills .progress-bar {
    width: 1px;
    text-align: left;
    transition: .9s
}

.pricing .row {
    padding-top: 40px
}

.pricing .card-header-bronze {
    padding: .75rem 1.25rem;
    font-weight: bolder;
    margin-bottom: 0;
    background-color: #d8a600;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.pricing .card-header-gold {
    padding: .75rem 1.25rem;
    font-weight: bolder;
    margin-bottom: 0;
    background-color: #ffd700;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.pricing .card-header-silver {
    padding: .75rem 1.25rem;
    font-weight: bolder;
    margin-bottom: 0;
    background-color: #c0c0c0;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.pricing .card-header-platinum {
    padding: .75rem 1.25rem;
    font-weight: bolder;
    margin-bottom: 0;
    background-color: #808080;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.pricing .box {
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0 0 30px rgba(73, 78, 92, .15);
    background: #fff;
    text-align: center
}

.pricing .box1 {
    padding: 40px;
    margin-bottom: 0px;
    box-shadow: 0 0 30px rgba(73, 78, 92, .15);
    background: #fff;
    text-align: center
}

.pricing h3 {
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 28px
}

.pricing h4 {
    font-size: 46px;
    color: #c387d2;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 25px
}

.pricing h4 span {
    color: #bababa;
    font-size: 18px;
    display: block
}

.pricing span {
    color: #bababa;
    font-size: 18px;
    display: block
}

.pricing ul {
    padding: 0;
    list-style: none;
    color: #999;
    text-align: left;
    line-height: 20px
}

.pricing ul li {
    padding-bottom: 12px
}

.pricing ul i {
    color: #c387d2;
    font-size: 18px;
    padding-right: 4px
}

.pricing ul .na {
    color: #ccc
}

.pricing ul .na i {
    color: #ccc
}

.pricing ul .na span {
    text-decoration: line-through
}

.pricing .get-started-btn {
    background: #3c2342;
    display: inline-block;
    padding: 6px 30px;
    border-radius: 5px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    transition: .3s
}

.pricing .get-started-btn:hover {
    background: #c387d2
}

.pricing .featured {
    z-index: 10;
    margin: -30px -5px 0 -5px
}

.pricing .featured .get-started-btn {
    background: #c387d2
}

.pricing .featured .get-started-btn:hover {
    background: #85b6cf
}

.pricing .card {
    border: none;
}

.pricing .pricing-card-body {
    padding: 10px 0 0 0;
}

@media (max-width:992px) {
    .pricing .box {
        max-width: 60%;
        margin: 0 auto 30px auto;
        padding: 10px
    }
    .pricing .row {
        padding-top: 10px;
    }
}

@media (max-width:767px) {
    .pricing .box {
        max-width: 80%;
        margin: 0 auto 30px auto
    }
}

@media (max-width:420px) {
    .pricing .box {
        max-width: 100%;
        margin: 0 auto 30px auto
    }
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.plans {
    padding: 20px;
    font-family: Raleway, sans-serif
}

.plans h2 {
    color: #7c4889;
    font-weight: lighter
}

.plans hr {
    margin-top: -5px;
    border-color: #7c4889;
    border-width: 2px
}

.table>thead>tr>th {
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    background: #3c2342 !important;
    color: #fff !important
}

.table>thead>tr>td {
    -webkit-tap-highlight-color: transparent;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    border-collapse: collapse;
    border-spacing: 0;
    box-sizing: border-box;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #ddd
}

.table-pricing td:nth-child(2),
.table-pricing td:nth-child(3) {
    width: 22%;
    text-align: center
}

.table td,
.table th {
    padding: .55rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.nav-pills {
    margin-bottom: 10px
}

.nav-pills .nav-link {
    border-radius: .25rem;
    border: solid;
    border-width: .5px;
    border-color: #7c4889
}

@media (max-width:992px) {
    .plans {
        padding: 10px;
        margin-top: 10px
    }
}

.search iframe {
    width: 100%;
    height: 880px
}

.search h4 {
    font-size: 28px;
    font-weight: lighter
}

.search h4 {
    font-size: 24px;
    font-weight: lighter
}

@media (max-width:992px) {
    .search {
        padding: 10px;
        margin-top: 60px
    }
}

#footer {
    background: #7c4889;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px
}

#footer a {
    color: #fff;
    text-decoration: underline
}

#footer .disclosure {
    padding-top: 30px
}
