.warrantty_option_container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.warrantty_option_container img{
    width: 75px;
}
.warrantty_option_container .small{
    margin-left: 10px;
    margin-top: 10px;
}
.journey_pckg .switch {
    /* float: right; */
    position: relative;
    display: inline-block !important;
    width: 60px;
    height: 22px;
    margin: 0 !important;
    max-width: 100% !important;
}
.journey_pckg .header input {
    margin: 0;
    position: relative;
    top: 1px;
    margin-right: 3px;
    vertical-align: middle;
}
.journey_pckg input:checked + .slider {
    background-color: #2196F3;
}
.journey_pckg .slider.round {
    border-radius: 34px;
}
.journey_pckg .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.journey_pckg .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
.journey_pckg .slider.round:before {
    border-radius: 50%;
}
.journey_pckg input:checked + .slider:before {
    -webkit-transform: translateX(38px);
    -ms-transform: translateX(38px);
    transform: translateX(38px);
}
.journey_pckg .row{
    flex-wrap: nowrap;
    align-items: center;
}
.journey_pckg .row .col-md-9{
    text-align: left;
}
.journey_pckg .row .col-md-3{
    width: fit-content;
}
 @media(max-width:767px){
     .headerLogo {
         max-height: 40px;
         max-width: 100px;
         -o-object-fit: contain;
         object-fit: contain;
    }
     .badge img{
         max-width: 130px;
    }
     .productTxtHolder {
         width: calc(100% - 80px);
    }
}
@media (max-width:500px){
    .journey_pckg .row {
        margin: 0;
    }
    .journey_pckg .row .col-md-3 {
        width: 20%;
        padding-right: 0;
        padding-left: 5px;
    }
    .journey_pckg input:checked + .slider:before {
        -webkit-transform: translateX(31px);
        -ms-transform: translateX(31px);
        transform: translateX(31px);
    }
    .journey_pckg .row .col-md-9 {
        padding-left: 0;
    }
}
@media (max-width:414px){
    .journey_pckg input:checked + .slider:before {
        -webkit-transform: translateX(21px);
        -ms-transform: translateX(21px);
        transform: translateX(21px);
    }
}
 .ppList li label{
     cursor: pointer;
}
.cvv_container {
    flex-wrap: nowrap;
}
.cvv_container > input.form-control{
    width: 45%;
}
.cvv_container > input.form-control:nth-child(3) {
    margin-left: 10px;
    width: 45% !important;
}