.btn-style-1 {
    background: #bf0c26;
    border: solid 1px #cd848f;
}
.btn-style-1:hover {
    background: #d4364c;
    border: solid 1px #cd848f;
    color: white !important;
}
.btn-style-2 {
    background: #24455b;
    border: solid 1px #2d5772;
    color: white !important;
}
.btn-style-2:hover {
    background: #356584;
    border: solid 1px #2d5772;
}
.btn-style-3 {
    background: #106036;
    border: solid 1px #1cab60;
}
.btn-style-3:hover {
    background: #137943;
    border: solid 1px #1cab60;
    color: white !important;
}
.white-bg {
    background: white;
}
.box-style-1 {
    box-shadow: rgba(118, 142, 184, 0.25) 0px 4px 8px -2px, rgba(194, 199, 206, 0.08) 0px 0px 0px 1px;
    border-radius: 10px;
}
.box-style-2 {
    box-shadow: rgba(118, 142, 184, 0.25) 0px 4px 8px -2px, rgba(194, 199, 206, 0.08) 0px 0px 0px 1px;
    border-radius: 10px;
    background: rgba(0,0,0,0.02);
}
.box-style-2 > div > strong {
    font-size:22px;
    padding-top: 20px;
    color: #8b8b8b;
}
@media screen and (min-width: 1580px){
    .arrow-style-1 {
        width: 40px;
        position: absolute;
        z-index: 99999 !important;
        right: 25%;
    }
}
@media screen and (min-width: 1366px) and (max-width: 1579px){
    .arrow-style-1 {
        width: 40px;
        position: absolute;
        z-index: 99999 !important;
        right: 23%;
    }
}
@media screen and (min-width: 1281px) and (max-width: 1365px){
    .arrow-style-1 {
        width: 40px;
        position: absolute;
        z-index: 99999 !important;
        right: 20%;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1280px){
    .arrow-style-1 {
        width: 40px;
        position: absolute;
        z-index: 99999 !important;
        right: 25%;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
    .arrow-style-1 {
        width: 40px;
        position: absolute;
        z-index: 99999 !important;
        right: 22%;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px){
    .arrow-style-1 {
        width: 40px;
        position: absolute;
        z-index: 99999 !important;
        right: 12%;
    }
}
@media screen and (min-width: 600px) and (max-width: 767px){
    .arrow-style-1 {
        width: 40px;
        position: absolute;
        z-index: 99999 !important;
        right: 5%;
    }
}
@media screen and (min-width: 392px) and (max-width: 599px){
    .arrow-style-1 {
        width: 40px;
        position: absolute;
        z-index: 99999 !important;
        right: 5%;
        top:30px;
    }
}
@media screen and (min-width: 342px) and (max-width: 391px){
    .arrow-style-1 {
        width: 40px;
        position: absolute;
        z-index: 99999 !important;
        right: 5%;
        top:80px;
    }
}
@media screen and (min-width: 316px) and (max-width: 341px){
    .arrow-style-1 {
        width: 40px;
        position: absolute;
        z-index: 99999 !important;
        right: 5%;
        top:100px;
    }
}
@media screen and (min-width: 277px) and (max-width: 315px){
    .arrow-style-1 {
        width: 40px;
        position: absolute;
        z-index: 99999 !important;
        right: 5%;
        top:130px;
    }
}
@media screen and (max-width: 276px){
    .arrow-style-1 {
        width: 40px;
        position: absolute;
        z-index: 99999 !important;
        right: 5%;
        top:180px;
    }
}
.numbers-showcase {
    font-size: 34px;
    color: #e44725;
}
.numbers-showcase-shade {
    color: #ed765c;
}
.white-showcase {
    background: white;
    border-radius: 10px;
}
.dashboard-subtitle {
    max-width: 550px;
    margin: auto;
}
.orange-gradient {
    font-size: 52px;
    background: -webkit-linear-gradient(#e44725, #eb601f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.orange-gradient-2 {
    font-size: 72px;
    background: -webkit-linear-gradient(#c2c2c2, #8b8b8b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.list-unstyled > ul li {
    margin-bottom:1.4rem;
}
.pricing-divider {
    border-radius: 20px;
    background: #C64545;
    padding: 1em 0 4em;
    position: relative;
}
.blue-2 .pricing-divider{
    background: #2D5772;
}
.green-2 .pricing-divider {
    background: #1AA85C;
}
.red-2 span {
    color:#C64545
}
.blue-2 b {
    color:#2D5772;
    list-style: none;
}
.green-2 b {
    color:#1AA85C
}
.pricing-divider-img {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 80px;
}
.deco-layer {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}
.btn-custom  {
    background:#C64545; color:#fff; border-radius:20px
}

.img-float {
    width:50px; position:absolute;top:-3.5rem;right:1rem
}

.princing-item {
    transition: all 150ms ease-out;
}
.princing-item:hover {
    transform: scale(1.05);
}
.princing-item:hover .deco-layer--1 {
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
}
.princing-item:hover .deco-layer--2 {
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0);
}
.package-name {
    font-size: 35px;
    padding-top: 35px;
}
.package-description {
    font-size:14px;
    color: #4b4b4b;
}
.fs-14-px {
    font-size: 14px;
}

#main {
    /*margin: 0 0;*/
    width: 100%;
}

#main #faq .card {
    /*margin-bottom: 30px;*/
    border: 0;
}

#main #faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
}

#main #faq .card .card-header .btn-header-link {
    display: block;
    text-align: left;
    background: #eee;
    color: #222;
    padding: 20px;
}

#main #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed {
    background: #f2f2f2;
    color: #717171;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
}

#main #faq .card .collapsing {
    background: #e0e0e0;
    line-height: 30px;
}

#main #faq .card .collapse {
    border: 0;
}

#main #faq .card .collapse.show {
    background: #ededed;
    line-height: 30px;
    /*color: #222;*/
}
#main .card-body {
    background: #f9f9f9;
}
