﻿@media all and (-ms-high-contrast:none) {
    .owl-drag.owl-loaded.owl-theme.owl-carousel.pt-3 .owl-stage-outer {
        padding: 20px 0px;
        overflow: auto !important;
        scrollbar-base-color: #ffffff;
        scrollbar-arrow-color: #ffffff;
        scrollbar-face-color: #ffffff;
        scrollbar-darkshadow-color: #ffffff;
        scrollbar-highlight-color: #ffffff;
        scrollbar-3dlight-color: #ffffff;
        scrollbar-shadow-color: #ffffff;
        scrollbar-track-color: #ffffff;
    }
    .pt-3.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-nav button span {
        line-height: 28px !important;
    }
}

.pricingTable11 {
    text-align: center;
    background: #fff;
    margin: 0 5px;
    box-shadow: 0 0 10px #ababab;
    padding-bottom: 15px;
    border-radius: 2px;
    color: #cad0de;
    transform: scale(1);
    transition: all .5s ease 0s;
    position: relative;
}

    .pricingTable11:hover {
        transform: scale(1.05);
        z-index: 2;
    }

    .pricingTable11 .pricingTable-header {
        padding: 25px 0px;
        background: #f5f6f9;
        border-radius: 2px 2px 50% 50%;
        transition: all .5s ease 0s;
        position: relative;
        z-index: 1;
        min-height: 100px;
        background: #f63134;
    }

    .pricingTable11:hover .pricingTable-header {
        background: #f63134
    }

.pricingTable-header .price-value {
    color: #fff !important;
}
.pricingTable11 .pricing-content {
    min-height: 267px;
}
.pricingTable11 .pricingTable-header i {
    font-size: 50px;
    color: #858c9a;
    margin-bottom: 10px;
    transition: all .5s ease 0s
}

.pricingTable11 .price-value {
    font-size: 14px;
    color: #333;
    transition: all .5s ease 0s;
    text-transform: uppercase;
    margin-bottom: 7px;
    font-weight: 700;
    line-height: 20px;
}

.pricingTable11 .month {
    display: block;
    font-size: 14px;
    color: #cad0de
}

.pricingTable11:hover .month, .pricingTable11:hover .price-value, .pricingTable11:hover .pricingTable-header i {
    color: #fff
}

.pricingTable11 .heading {
    font-size: 24px;
    color: #ff9624;
    margin-bottom: 20px;
    text-transform: uppercase
}

.pricingTable11 .pricing-content ul {
    list-style: none;
    padding: 0px 15px;
    margin-bottom: 15px;
    text-align: left;
    min-height: 230PX
}

    .pricingTable11 .pricing-content ul li {
        line-height: 20px;
        color: #000;
        border-bottom: 1px solid #eee;
        padding: 4px 0px;
        font-size: 12px;
    }

.pricingTable11 .pricingTable-signup a {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    padding: 10px 35px;
    border-radius: 20px;
    background: #3a69b2;
    text-transform: uppercase;
    transition: all .3s ease 0s
}

    .pricingTable11 .pricingTable-signup a:hover {
        box-shadow: 0 0 10px #ffa442
    }

.pricingTable11.blue .heading, .pricingTable11.blue .price-value {
    color: #4b64ff
}

.pricingTable11.blue .pricingTable-signup a, .pricingTable11.blue:hover .pricingTable-header {
    background: #3a69b2
}

    .pricingTable11.blue .pricingTable-signup a:hover {
        box-shadow: 0 0 10px #4b64ff
    }

.pricingTable11.red .heading, .pricingTable11.red .price-value {
    color: #ff4b4b
}

.pricingTable11.red .pricingTable-signup a, .pricingTable11.red:hover .pricingTable-header {
    background: #ff4b4b
}

.pricingTable.red .pricingTable-signup a:hover {
    box-shadow: 0 0 10px #ff4b4b
}

.pricingTable11.green .heading, .pricingTable11.green .price-value {
    color: #333;
}

.pricingTable11.green .pricingTable-signup a:hover {
    box-shadow: 0 0 10px #40c952
}

.pricingTable11.blue:hover .price-value, .pricingTable11.green:hover .price-value, .pricingTable11.red:hover .price-value {
    color: #fff
}

.pricingTable11.green:hover .pricingTable-header h3, .pricingTable11.red:hover .pricingTable-header h3 {
    color: #fff
}

.pricingTable11.green:hover .pricingTable-signup a, .pricingTable11.green:hover .pricingTable-signup a {
    background: #f63134;
}

.pricingTable11 .pricing-content ul b img {
    width: 100%;
}

.pricingTable11 .pricing-content ul b {
    width: 15px;
    display: inline-block;
    position: relative;
    top: 3px;
    right: 3px;
}

.pricingTable11 .pricing-content ul li i {
    text-align: right;
    float: right;
    margin-top: 3px;
}

    .pricingTable11 .pricing-content ul li i.fas.fa-times {
        color: #f63134;
    }

.pricingTable-header h3 {
    color: #3a69b2;
    font-size: 16px;
    width: 100%;
    margin: 0 auto;
    font-weight: 700;
}

.pt-3.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-dots {
    display: none;
}

.pricingTable11.green.active {
    transform: scale(1.05);
    z-index: 1;
}

    .pricingTable11.green.active .pricingTable-header {
        background: #f63134;
        color: #fff;
    }

        .pricingTable11.green.active .pricingTable-header .price-value {
            color: #fff;
        }

        .pricingTable11.green.active .pricingTable-header h3 {
            color: #fff;
        }

i.fa.fa-check {
    color: green !important;
}

i.fa.fa-times {
    color: red !important;
}

@media screen and (max-width:990px) {
    .pricingTable11 {
        margin: 0 0 20px
    }
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #3371c1;
    border-color: #3371c1;
    transform: scale(1.05);
}

.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.buying-selling.active {
    background: #3371c1;
}

.buying-selling {
    width: auto;
    padding: 8px 23px;
    position: relative;
    background: #dde8f6;
    transform: scale(1);
    transition: all .5s ease 0s;
}

.buying-selling-word {
    font-size: 14px;
    font-weight: 600;
    margin-left: 14px;
}

.radio-dot:before, .radio-dot:after {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    border-radius: 100%;
}

.radio-dot:before {
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    top: 12px;
    left: 10px;
}

.radio-dot:after {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    top: 15px;
    left: 13px;
}

.buying-selling.active .buying-selling-word {
    color: #fff;
}

.buying-selling.active .radio-dot:after {
    background: #426C2A;
}

.buying-selling.active .radio-dot:before {
    background: #fff;
    border-color: #f63134;
}

.buying-selling:hover .radio-dot:before {
    border-color: #adadad;
}

.buying-selling.active:hover .radio-dot:before {
    border-color: #699D17;
}


.buying-selling.active .radio-dot:after {
    background: #f63134;
}

.buying-selling:hover .radio-dot:after {
    background: #f63134;
}

.buying-selling.active:hover .radio-dot:after {
    background: #f63134;
}

.pt-3.owl-carousel.owl-theme.owl-loaded.owl-drag {
    padding-top: 0px !important;
}

    .pt-3.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-stage-outer {
        padding: 20px 0px;
        overflow: hidden;
    }

        .pt-3.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-stage-outer .item {
            padding: 0px 4px;
        }

    .pt-3.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-nav button span {
        font-size: 50px;
        line-height: 0;
        height: auto;
        color: #fff;
    }

    .pt-3.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-nav button.owl-next {
        right: -14px;
        outline: none;
    }

    .pt-3.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-nav button {
        position: absolute;
        top: 12em;
        background: red;
        line-height: 0px;
        height: 30px;
        width: 30px;
    }

        .pt-3.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-nav button span {
            font-size: 50px;
            line-height: 0.2;
            height: auto;
            color: #fff;
        }

        .pt-3.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-nav button.owl-prev {
            left: -14px;
            outline: none;
        }

#right-panel .buy-plan-list li a {
    padding: 8px 15px;
}

#right-panel .buy-plan-list li {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

#right-panel .buy-plan-btn {
    padding: 8px 0px;
    font-size: 26px;
    border-radius: 6px;
}

.pricingTable-header h3 br {
    display: none;
}

.pricingTable11.green.active .pricingTable-signup a {
    background: #f63134;
}

.owl-theme .owl-nav {
    width: 100%;
}

.carousel-conatiner {
    max-width: 600px;
}


@media (max-width: 767px) {
    .mobile-br {
        display: none;
    }

    .buying-selling {
        width: auto;
        padding: 8px 13px;
        position: relative;
    }

    .font-21 {
        font-size: 20px;
    }

    .font-14 {
        font-size: 12px;
    }

    .pricingTable-header h3 br {
        display: none;
    }

    .pt-3.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-stage-outer .item {
        padding: 0px 14px;
    }

    .carousel-conatiner {
        max-width: 300px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    .owl-stage .item {
        padding: 0px 10px;
    }

    .font-21 {
        font-size: 18px;
    }

    .font-14 {
        font-size: 12px;
    }

    .buying-selling-word {
        font-size: 13px;
        margin-left: 12px;
    }

    .buying-selling {
        padding: 8px 14px;
    }

    .buy-plan-list li {
        margin-bottom: 7px;
    }

        .buy-plan-list li a {
            padding: 14px 15px;
            transition: all 0.3s;
        }

    .buy-plan-btn {
        padding: 7px 18px;
        font-size: 22px;
    }
}
