.pv-1 {
    color: #ff6f00;
    font-weight: bold;
}

.pv-2 {
    color: #3f51b5;
    font-weight: bold;
}

.pv-2.nobold {
    font-weight: normal;
}

.pv-2.nobold {
    font-weight: normal;
}

.pv-2.light {
    color: #ffffff;
}

.f-bold {
    font-weight: bold !important;
}

.nav-tabs.alt>li.active a .pv-1 {
    color: inherit;
}

.nav-tabs.alt>li.active a .pv-2 {
    color: inherit;
}

#fiyatlar .icon.icon-seo-icons-21 {
    margin-right: 6px;
}

#fiyatlar .cloud-1:hover .icon {
    color: white;
}

#fiyatlar .cloud-1:hover a:hover .icon {
    color: #1ac6ff;
}

#fiyatlar .cloud-2:hover .icon {
    color: white;
}

#fiyatlar .cloud-2:hover a:hover .icon {
    color: #1ac6ff;
}

#fiyatlar .enterprise:hover {
    background: #ff6f00;
}

#fiyatlar .enterprise:hover .icon {
    color: white;
}

#fiyatlar .enterprise:hover a:hover .icon {
    color: #1ac6ff;
}

#fiyatlar .old-price {
    position: absolute;
    font-size: 32px;
    font-weight: 300;
    /* color: #ff6f00; */
    left: 50%;
    right: 0;
    margin-top: -0.7em;
    color: #9e9e9e;
}

#fiyatlar .old-price-value {
    text-decoration: line-through;
}

#fiyatlar .package-column:hover .old-price {
    color: white;
}

#fiyatlar .package-column .small-detail {
    font-size: 14px;
    /* color: #ff6f00; */
    position: absolute;
    margin-left: 25%;
    color: #757575;
}

#fiyatlar .package-column:hover .small-detail {
    color: white;
}

/*Detay eklediğimiz için hepsinde artırdık; orantılı olması için*/
#fiyatlar .package-price {
    padding-bottom: 25px;
}

.f-underline {
    text-decoration: underline;
}

.white-text {
    color: white !important;
}

a[href="#short2"] .tab-desc {
    padding-right: 2px;
}

[data-modal] a.btn.btn-outline-color.btn-block:hover .fa {
    color: white;
}

.f-justify {
    text-align: justify;
}

.package-column .package-price .vat {
    /* position: relative; */
    /* top: -40px; */
    /* top: -30px; */
    position: absolute;
    top: 5.5em;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

.mt-5px {
    margin-top: 5px !important;
}

.mt-10px {
    margin-top: 10px !important;
}

.pt-3 {
    padding-top: 3rem !important;
}