﻿@media only screen and (min-width: 768px) {
    .p-r-lg-5 {
        padding-right: 5px
    }
    .p-l-lg-5 {
        padding-left: 5px
    }
    .final-video {
        width: 100%;
        height: 340px;
        border-radius: 5px;
    }
}

@media only screen and (max-width:768px) {
    .final-video {
        width: 350px;
        height: 250px;
        border-radius: 5px;
    }
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    padding-top: 20px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;
    position: relative
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 25px;
}

    #msform fieldset:not(:first-of-type) {
        display: none
    }

    #msform fieldset .form-card {
        text-align: left;
        color: #6f6e6e;
    }

#msform .action-button {
    width: 115px;
    background: var(--primary);
    font-weight: bold;
    color: white;
    border: 0 none;
    cursor: pointer;
    padding: 10px 5px;
    position: absolute;
    right: 0;
    margin: 20px;
}

    #msform .action-button:hover,
    #msform .action-button:focus {
        box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue
    }

#msform .action-button-previous {
    width: 115px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    cursor: pointer;
    padding: 10px 5px;
    margin: 20px;
    position: absolute;
    left: 0;
}

    #msform .action-button-previous:hover,
    #msform .action-button-previous:focus {
        box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
    }

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}

    select.list-dt:focus {
        border-bottom: 2px solid skyblue
    }

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
}

.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

    #progressbar .active {
        color: #000000
    }

    #progressbar li {
        list-style-type: none;
        font-size: 12px;
        width: 25%;
        float: left;
        position: relative;
        font-family: 'Font Awesome 5 Pro';
    }

    #progressbar #account:before {
        content: "\f007";
    }

    #progressbar #personal:before {
        content: "\f155";
    }

    #progressbar #payment:before {
        content: "\f09d"
    }

    #progressbar #confirm:before {
        content: "\f058"
    }

    #progressbar li:before {
        width: 50px;
        height: 50px;
        line-height: 45px;
        display: block;
        font-size: 18px;
        color: #ffffff;
        background: lightgray;
        border-radius: 50%;
        margin: 0 auto 10px auto;
        padding: 2px
    }

    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: lightgray;
        position: absolute;
        left: 0;
        top: 25px;
        z-index: -1
    }

    #progressbar li.active:before,
    #progressbar li.active:after {
        background: var(--primary)
    }

.radio-group {
    position: relative;
    margin-bottom: 25px
}

.radio {
    display: inline-block;
    width: 204px;
    height: 104px;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px
}

    .radio:hover {
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
    }

    .radio.selected {
        box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
    }

.fit-image {
    width: 100%;
    object-fit: cover
}


.form-fields {
    padding-top: 15px;
}


.center-btn {
    margin-left: 38px;
    margin-right: 36px;
}

.btntf1 {
    padding-left: 37px;
    font-size: 30px;
    text-align: center;
}


.savedradiochanges {
    color: #fff;
    min-width: 150px;
    line-height: 3px;
    padding-left: 37px;
    height: 32px;
    background-color: #337ab7;
    border-color: #4c4;
    padding: 11px 29px;
    margin-left: 38px;
    margin-right: 0px;
    border-radius: 4px;
}

.paymentcontainer {
    min-height: 400px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin-bottom: 5px;
    background: #ffffff;
    padding: 15px;
}

.textfield {
    margin-bottom: 15px;
    padding-left: 15px;
}

.form-group > label {
    font-weight: 600;
    font-size: 15px;
}
#numberOfLines {
    font-weight: bold;
    font-size: x-large;
}
#monthly_price {
    font-size: xx-large;
}

#cities {
    width: 100% !important;
}

.numbers-list {
    text-align: center;
    margin: 10px;
}
.numbers-list li {
    border: 1px solid #ccc;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    width: 155px;
    height: 40px;
    margin: 5px 15px;
    line-height: 40px;
    border-radius: 3px;
    font-size: 13px;
    cursor: pointer;
    position:relative;
}
.numbers-list li:hover {
    background: #efefef;
}
.numbers-list li.active {
    background-color: #333;
    color: #fff;
    border-radius: 3px;
    border: none;
}
.select2-selection__arrow.spinner-border{
    width:20px !important;
    height:20px !important;
    right:10px !important;
    top:13px !important;
}
.form-card .form-group {
    margin-bottom: 15px !important
}

#card-issuers{
    margin-left:0;
    margin-right:0;
    margin-top:0
}
#card-issuers li {
    width: 130px;
    margin: 5px 10px;
}
#card-issuers li:first-child {
    margin-left:0
}
#card-issuers li:last-child{
    margin-right: 0
}

#password-toggle, #confirm-password-toggle {
    top: 45px;
    right: 25px;
    z-index: 9;
}
.table-heading{
    color:#6f6e6e;
    font-weight:600;
    font-size:15px;
    text-align:center;
}
.table-description {
    font-size: 13px;
    color: #6f6e6e;
    padding: -0.25rem;
}
.oSummary td {
    padding: 0.75rem 0.75rem 0.75rem 1.25rem !important;
}
.oSummary tr:first-child td {
    border-top:0 !important
}
hr {
    margin-left: 0rem;
    width: 92%;
}

.port-info {
    background: ghostwhite;
    font-size: 15px;
    padding: 25px;
    border: 1px solid lightgray;
    margin: 25px;
    margin-left: 30px;
    border-radius:5px;
}
.activate-btn {
    width: auto !important;
    padding: 10px 10px !important;
}
.info-block{
    display:none;
}
.One40Features {
    min-height: 518px;
    background: ghostwhite;
    border: 1px solid #CED4DA;
    margin: 2px;
    border-radius: 5px;
    padding: 20px 30px 30px 30px;
}
.One40Features .summary-header {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #dee2e6;
    margin-bottom:20px
}
.One40Features .summary-header span {
    font-size: 23px;
}
.One40Features .head {
    color: #6f6e6e;
    font-size: 14px;
}
.One40Features .desc{
    color: #353448;
    font-size: 13px;
    line-height: 22px;
}
.success-img {
    width: 40px;
    position: relative;
    top: -3px;
    right: 5px;
}