/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: #2196F3;
}
input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}

/*form styles*/
#setup-form {
    position: relative;
    margin: 40px 0;
}

#setup-form fieldset {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;
    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
#setup-form fieldset:not(:first-of-type) {
    display: none;
}

/*inputs*/
#setup-form input, #setup-form textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 13px;
}

#setup-form input:focus, #setup-form textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #343a40; 
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}
#setup-form .action-button {
    width: 100px;
    background: #343a40;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#setup-form .submit {
    width: 130px;
    display: block;
    margin: auto;
}

#setup-form .action-button:hover, #setup-form .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #343a40;
}
#setup-form .action-button-previous {
    width: 100px;
    background: #C5C5F1;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#setup-form .action-button-previous:hover, #setup-form .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #C5C5F1;
}
.fs-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
}
.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}
#progress-wizard {
    margin-bottom: 30px;
    overflow: hidden;
    text-align: center;
    padding: 0 70px;
    counter-reset: step;
}
#progress-wizard li {
    list-style-type: none;
    text-transform: uppercase;
    font-size: 9px;
    width: 25%;
    float: left;
    position: relative;
    letter-spacing: 1px;
}
#progress-wizard li:before {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: block;
    font-size: 12px;
    color: #333;
    background: white;
    border-radius: 25px;
    margin: 0 auto 10px auto;
}
#progress-wizard li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}
#progress-wizard li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progress-wizard li.active:before, #progress-wizard li.active:after {
    background: #343a40;
    color: white; 
}
/* Not relevant to this form */
.dme_link {
    margin-top: 30px;
    text-align: center;
}
.dme_link a {
    background: #FFF;
    font-weight: bold;
    color: #343a40;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 5px 25px;
    font-size: 12px;
}
.dme_link a:hover, .dme_link a:focus {
    background: #C5C5F1;
    text-decoration: none;
}

.inquiries {
    text-align: right;
    padding: 20px;
}

.inquiries a {
    padding: 0;
    margin: 0;
    cursor: pointer;
    font-size: inherit;
    color: #2196F3!important;
}

.coun_code {
    text-transform: uppercase;
}

input.coun_code::placeholder {
    text-transform: initial;
}

.suggested label {
    font-size: 20px;
    padding: 10px 0px;
    text-transform: uppercase;
}

.buy-phone-numbers {
    overflow-y: scroll;
    height: 390px;
}

#suggested-numbers {
    height: 150px;
    border: 1px solid lightgray;
    padding: 15px;
    overflow: overlay;
    text-align: left;
}

.phone_number {
    padding: 5px;
    margin-bottom: 0;
    cursor: pointer;
}

.phone_number:hover {
    background: lightgray;
    color: #2C3E50;
}

.block_incoming_calls.switch, 
.record_call.switch {
    top: 10px;
    left: 10px;
}

h3.fs-title {
    font-size: 14px;
}

#suggested-numbers a.checked {
    color: #fff;
    padding: 2px 5px;
    background-color: #28a745;
    display: block;
}

#suggested-numbers-new button.checked {
    background-color: #0062cc;
}

#suggested-numbers-new button.checked:before {
    content: "\f00c";
    font-family: "font awesome 5 free";
    font-weight: 900;
}

#suggested-numbers .phone-number {
    margin-bottom: .25rem;
}

.page-title h1 {
    font-size: 2rem;
    text-transform: uppercase;
}

.page-title {
    padding: 10px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef;
}


.page-title i {
    font-size: 20px;
}

#pricing .price {
    color: #28a745;
    font-weight: 600;
}

#pricing td {
    font-size: 14px;
}

#pnModal {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 40%;
    margin: auto;
    height: 50%;
    right: 0;
    top: 10%;
}

.t_clicked:after {
    top: 0.05rem;
    content: "\f00c";
    font-family: "font awesome 5 free";
    color: #0054A6;
}

span#card_type {
    text-transform: capitalize;
}
.footer {
    padding: 2rem 0;
    background-color: #F8FAFC;
}

@media screen and (min-width: 991.98px) {
    #mobile-nav {
        display: none !important;
    }
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    header.masthead {
        padding-top: 100px;
    }
    #typewriter-content {
        margin-bottom: 2rem !important;
    }
    header.masthead .header-content{
        margin-bottom: 40px;
    }
    section {
        padding: 0;
    }
    header.masthead .header-content h2{
        font-size: 40px;
    }
    section.features .feature-item {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    section.download {
        padding: 2rem 0;
    }
    .common-links {
        text-align: left !important;
        padding-right: 0 !important;
        margin: 15px 0;
    }
    .footer h4 {
        padding-top: 15px;
    }
    .social-buttons a {
        font-size: 25px;
    }
    .welcome.inside-page {
        padding: 75px 0 320px 0;
    }
    section#pricing {
        padding: 30px 0;
        margin-top: 75px;
    }
    .header-title {
        font-size: 12px;
    }

    .make-call-content {
        display: flex;
    }
    .make-call-content .child-content:first-child {
        order: 2;
    }
    .make-call-content .hangup-button {
        width: 100%;
    }
    .status-content {
        text-align: center;
    }
    .mobile-buttons .row {
        justify-content: center;
    }
    .mobile-buttons .digit, .dig{
        border-radius: unset;
        height: auto;
        max-width: unset;
        display: block;
    }
}
@media (max-width: 575.98px) {
    
}