/*
Theme Name: BizWalls Child
Theme URI: http://themelooks.us/demo/bizwalls/wordpress/
Author: themelooks
Description: This is a child theme for BizWalls WordPress Theme
Version: 1.0
Author URI: http://themelooks.com/
Template: bizwalls
Text Domain: bizwalls-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */
.brands-slider.owl-carousel.owl-loaded {
    width: 920px;
    margin: auto;
}

.member-frm {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    padding: 30px;
}

.member-frm .form-group label {
    display: block;
    font-size: 16px;
    padding: 5px 0;
}

.member-frm .form-group select,
.member-frm .form-group input {
    width: 100%;
    display: block;
    padding: 10px 10px;
    font-size: 16px;
    border-radius: 0;
    border: 1px solid #ccc;
    line-height: normal;
    color: #000;
}

.member-frm .form-group p {
    margin: 0 0 20px 0;
    display: block;
}

.member-frm .form-group p strong {
    display: block;
    margin: 0 0 10px 0;
    color: #000;
    font-size: 16px;
}

.member-frm .form-group textarea {
    width: 100%;
    height: 250px;
    border: 1px solid #ccc;
    padding: 10px;
}

.member-frm .form-group textarea:hover {
    outline: none;
    border-color: #03a9f4;
    resize: none;
}

.member-frm .form-group h5 {
    font-size: 24px;
    display: block;
    padding: 30px 0 40px 0;
    color: #03a9f4;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
}

.member-frm .form-group h5:after {
    content: "";
    background: #03a9f4;
    width: 50px;
    height: 2px;
    display: block;
    margin-top: 10px;
}

.member-frm .form-group.submit button {
    background: none !important;
    border: none;
    padding: 0;
}

.member-frm .form-group.submit button input[type="submit"] {
    background: #303030;
    color: #fff;
    padding: 12px 20px;
    margin-top: 20px;
    display: block;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.member-frm .form-group.submit p {
    margin: 0;
}

.member-frm .form-group.submit button input[type="submit"]:hover {
    background: #03a9f4;
}

.member-frm .form-group input:focus,
.member-frm .form-group textarea:focus,
.member-frm .form-group select:focus {
    outline: none;
    border-color: #03a9f4;
}

.member-frm .form-group p span.wpcf7-not-valid-tip {
    color: #dc3232;
    display: block;
    margin-top: 5px;
    font-size: 15px;
}

.member-frm .form-group.radio-btn .wpcf7-list-item label {
    display: inline-block;
    margin: 0 10px 0 10px;
    font-size: 15px;
    font-weight: 500;
}

.member-frm .form-group.radio-btn .wpcf7-list-item label input[type="radio"] {
    width: auto;
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0;
    border: none;
    position: relative;
    top: 1px;
}

.member-frm .radio-btn .wpcf7-list-item {
    margin: 0;
}

.wpcf7-form .member-frm .wpcf7-radio label {
    position: relative;
    cursor: pointer;
}

.wpcf7-form .member-frm .wpcf7-radio input[type=radio] {
    position: relative;
    visibility: hidden;
}

.wpcf7-form .member-frm .wpcf7-radio input[type=radio]+span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 18px;
    width: 18px;
    top: 5px;
    border: 2px solid #222;
    left: -8px;
}

.wpcf7-form .member-frm .wpcf7-radio input[type=radio]+span:after {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: 9px;
    left: -4px;
    visibility: hidden;
}

.wpcf7-form .member-frm .wpcf7-radio input[type=radio]:checked+span:before {
    background: transparent;
}

.wpcf7-form .member-frm .wpcf7-radio input[type=radio]:checked+span:after {
    background: #222;
    visibility: visible;
}

/* pricing table */
.pricing-sec {
    margin: 50px 0;
}

.pricing-sec ul {
    list-style: none;
    padding: 0px;
}

.pricing-sec ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    border-top: 1.9px dashed #b8b8b8;
    font-size: 16px;
    text-align: center;
    font-weight: 500 !important;
    color: #333333;
}

.pricing-sec ul li:first-child {
    border-top: 0px;
}

.pricing-sec ul li span {
    display: none;
}

.pricing-inner {
    margin-top: 50px;
}

.pricing-box .pricing-title {
    background-color: #03A9F4;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 12px;
    gap: 4px;
}

.pricing-title span {
    color: white;
    text-align: center;
    padding-bottom: 5px;
    font-size: 14px;
}

.pricing-title h2,
p {
    margin: 0;
    color: #fff;
}

.pricing-title h2 {
    font-weight: 700 !important;
    font-size: 45px;
}

.pricing-title p {
    font-size: 20px;
    font-weight: 600 !important;
}

.pricing-box {
    background-color: #fff;
    box-shadow: 0 0 4px #00000029;
    border-radius: 6px;
}

.pricing-description {
    padding: 5px 15px;
}

.pricing-detail {
    padding-top: 145px;
}

.pricing-inner .col-md-2 {
    padding: 0 5px !important;
}

a.buy-button {
    background: #03a9f4;
    color: #fff !important;
    padding: 8px 20px !important;
    border-radius: 6px;
}

/* pricing table */

@media (max-width: 1024px) {
    .brands-slider.owl-carousel.owl-loaded {
        width: 520px;
    }

    .member-frm .form-group h5 {
        font-size: 20px;
    }

    .pricing-description {
        padding: 5px;
    }

}

@media (max-width:991px) {
    .pricing-sec ul li span {
        display: block;
        font-weight: 600 !important;
        font-size: 17px;
    }

    .pricing-sec ul li {
        justify-content: space-between;
        height: auto;
        padding: 12px 0;
    }

    .pricing-detail {
        display: none;
    }

    .pricing-box {
        margin-top: 20px;
    }

    .pricing-description {
        padding: 15px;
    }
}

@media (min-width: 320px) and (max-width: 550px) {
    .brands-slider.owl-carousel.owl-loaded {
        width: 80%;
    }
}