
.packege_pricing_area_4 label {
margin-bottom: 0 !important;
 }

.packege_pricing_area_4 .row {
display: flow-root !important;
 }


.packege_pricing_area_4 .wrapper {
    margin: 0px auto 20px;
    display: inline-block;
/*    background: #fff;*/
    border: 1px solid #9a13d2;
    padding: 5px;
    border-radius: 60px;
    overflow: hidden; }
.packege_pricing_area_4 .toggle_radio {
    position: relative;
/*    background: #fff;*/
    overflow: hidden;
    padding: 0 !important;
    position: relative; }
.packege_pricing_area_4 .toggle_radio > * {
    float: left; }
.packege_pricing_area_4 .toggle_radio input[type="radio"] {
    display: none; }
.packege_pricing_area_4 .toggle_radio label {
    font-size: 19px;
    color: #304e73;
    position: relative;
    z-index: 0;
    display: block;
    font-weight: 500;
    font-family: 'Fira Sans', sans-serif;
    padding: 20px 20px;
    border-radius: 50px;
    cursor: pointer;
    z-index: 1;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
.packege_pricing_area_4 .toggle_option_slider {
    width: 20%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: auto;
    background: -webkit-linear-gradient(left, #363bff 0%, #d289ff 100%);
    background: -o-linear-gradient(right, #363bff 0%, #d289ff 100%);
    background: -moz-linear-gradient(to right, #363bff 0%, #d289ff 100%);
    background: -webkit-gradient(linear, left top, right top, from(#363bff), to(#d289ff));
    background: -o-linear-gradient(left, #363bff 0%, #d289ff 100%);
    background: linear-gradient(to right, #363bff 0%, #d289ff 100%);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.packege_pricing_area_4 .d-flex {
display: unset !important;
}

.packege_pricing_area_4 #first_toggle:checked + label {
    color: #fff;
    }
.packege_pricing_area_4 #first_toggle:checked ~ .toggle_option_slider {
    left: 0px;
    right: auto; }
.packege_pricing_area_4 #second_toggle:checked + label {
    color: #fff; }
.packege_pricing_area_4 #second_toggle:checked ~ .toggle_option_slider {
    left: 20%;
    right: auto; }
.packege_pricing_area_4 #third_toggle:checked + label {
    color: #fff; }
.packege_pricing_area_4 #third_toggle:checked ~ .toggle_option_slider {
    left: 40%;
    right: auto;
}
.packege_pricing_area_4 #four_toggle:checked + label {
    color: #fff; }
.packege_pricing_area_4 #four_toggle:checked ~ .toggle_option_slider {
    left: 60%;
    right: auto;
}
.packege_pricing_area_4 #five_toggle:checked + label {
    color: #fff; }
.packege_pricing_area_4 #five_toggle:checked ~ .toggle_option_slider {
    left: 80%;
    right: auto;
}

@media (min-width: 1200px) {
    .packege_pricing_area_4 .offset-md-3 {
    margin-left: 20% !important;
}
}
@media (max-width: 1200px) {
    .packege_pricing_area_4 .toggle_radio label {
    font-size: 15px;
    }
    .packege_pricing_area_4 .offset-md-3 {
    margin-left: 16% !important;
}
}

@media (max-width: 991px) {
    .packege_pricing_area_4 .toggle_radio label {
    font-size: 12px;
    }
    .packege_pricing_area_4 .offset-md-3 {
    margin-left: 16% !important;
}
}
@media (max-width: 768px) {
.packege_pricing_area_4 .offset-md-3 {
    margin-left: 3% !important;
}
}
@media (max-width: 540px) {
.packege_pricing_area_4 .offset-md-3 {
    margin-left: 0% !important;
}
    .packege_pricing_area_4 .toggle_radio label {
    font-size: 9px;
    }
    .packege_pricing_area_4 .toggle_radio label{
        padding: 20px 15px;
    }
}
/*
@media (min-width: 768px) {
.packege_pricing_area_4 .offset-md-3 {
    margin-left: 16% !important;
}
}
*/
@media (max-width: 425px) {
    .packege_pricing_area_4 .toggle_radio label {
    font-size: 9px;
    }
    .packege_pricing_area_4 .toggle_radio label{
        padding: 20px 14px;
    }
    .packege_pricing_area_4 .offset-md-3 {
    margin-left: 3% !important;
}
}
@media (max-width: 385px) {
    .packege_pricing_area_4 .toggle_radio label {
    font-size: 9px;
    }
    .packege_pricing_area_4 .toggle_radio label{
        padding: 15px 10px;
    }
}