﻿@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500&display=swap");
/* @import url("../css/rubik-fontface.css"); */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Rubik", sans-serif;
}

.ft-light {
    font-weight: 300;
}

.ft-regular {
    font-weight: 400;
}

.ft-medium {
    font-weight: 500;
}

.container {
    min-width: 1352px;
}

.main-head {
    background-color: #2c2e3a;
    padding: 15px 0;
}

.main-head-img {
    background-color: #2c2e3a;
    padding: 15px 0;
    background-image: url(../images/img_hero_overlay.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.main-sec-body {
    position: relative;
    width: 100%;
    top: -78px;
    padding-top: 100px;
    overflow: hidden;
}

.itc-header {
    position: relative;
    z-index: 999;
    top: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #393939;
}

.navbar-nav {
    margin: 2px auto 0;
    margin-right: -33%;
}

.custm-navbar .nav-item .nav-link {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-collapse .navbar-nav .nav-item {
    position: relative;
    margin-right: 15px;
}

    .navbar-collapse .navbar-nav .nav-item .nav-link {
        color: #bbbcbf;
        font-size: 15px;
        cursor: pointer;
    }

        .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
            color: #ffffff;
        }

.dropdown-menu {
    border-radius: 12px;
    padding: 3px 8px 44px;
    box-shadow: 0px 10px 28px #0000001f;
    border: 1px solid #393939;
    background-color: #2c2e3a;
    top: 54px !important;
}

    .dropdown-menu:before {
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        content: "";
        display: inline-block;
        left: 42%;
        position: absolute;
        top: -8px;
    }

.dropdown-item {
    display: block;
    width: 100%;
    clear: both;
    color: #bbbcbf;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 14px;
    margin: 4px 0;
    padding: 8px 12px;
}

.dropdown-menu:after {
    border-bottom: 8px solid #3d3e3e;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    content: "";
    display: inline-block;
    left: 42%;
    position: absolute;
    top: -9px;
}

.dropdown-menu a:hover,
.dropdown-menu a:focus {
    background-color: #3d3e49;
    color: #ffffff;
    border-radius: 4px;
}

.dropdown-toggle::after {
    border: none;
    margin-left: -3px;
}

.dropdown-menu .submenu {
    display: block !important;
    position: absolute;
    left: 218px !important;
    top: -1px !important;
}

.submenu.dropdown-menu {
    padding: 44px 8px 3px;
    border-left: none;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    box-shadow: 0px 10px 28px -22px #0000001f;
}

    .submenu.dropdown-menu:after {
        border-bottom: none;
    }

.dropdown-menu .submenu-left {
    right: 100%;
    left: auto;
}

.dropdown-menu > li:hover > .submenu {
    display: block;
}

.dropdown-item .left-arrow {
    transform: rotate(180deg);
    margin-left: 15px;
}

.dropdown-menu > li:hover .left-arrow {
    transform: rotate(0deg);
}

.header-trial {
    margin: 0 auto;
    margin-right: 0;
    position: relative;
}

    .header-trial button {
        color: #ffffff;
        font-size: 15px;
        text-decoration: none;
        cursor: pointer;
        border: none;
        outline: none;
    }

    .header-trial .hd-signin:hover {
        color: #ffffff;
    }

    .header-trial button:focus {
        box-shadow: none;
    }

    .header-trial .hd-free-trial.active {
        background-color: #ffffff;
        color: #2c2e3a;
        padding: 12px 14px;
        box-shadow: 0px 18px 14px #00000029;
        border-radius: 4px;
    }

    .header-trial .hd-signin {
        margin-right: 30px;
    }

.navbar .navbar-toggler {
    line-height: unset;
    padding: 0px 1px 0px 1px;
    background-color: #dbdbdb;
}

    .navbar .navbar-toggler:focus {
        box-shadow: 0 0 0 0.15rem;
        color: #fff;
    }

.navbar-toggler-icon i {
    color: #fff;
}

.nav-item .nav-link.typenum_nav:before {
    content: "";
    width: 140px;
    border-top: 4px solid #1cae73;
    position: absolute;
    top: -35px;
}

.nav-item .nav-link.typenum_nav.active {
    color: #ffffff;
}

.features-drop.dropdown-menu {
    width: 700px;
    left: -360px !important;
}

.nav-item .nav-link.features_nav:before {
    content: "";
    width: 83px;
    border-top: 4px solid #1cae73;
    position: absolute;
    top: -35px;
    left: 3px;
}

.nav-item .nav-link.features_nav.active {
    color: #ffffff;
}

.features-drop.dropdown-menu:after {
    left: 56%;
}

/*      main section    */

.main-section {
    text-align: center;
}

.main-hdng {
    font-size: 46px;
    color: #ffffff;
    margin: 0 auto;
    text-align: center;
    padding-top: 60px;
}

.virtual-txt {
    font-size: 24px;
    color: #ffffff;
    margin: 0 auto;
    padding: 20px 0;
    width: 48%;
}

.try-bt {
    font-size: 18px;
    color: #ffffff;
    padding: 15px 45px;
    background-color: #1cae73;
    text-decoration: none;
    border-radius: 4px;
    box-shadow: 0px 18px 14px #00000029;
    font-weight: 500;
}

    .try-bt:hover {
        color: #ffffff;
        background-color: #1a9c68;
    }

    .try-bt:focus {
        box-shadow: none;
    }

.credit-txt span {
    font-size: 15px;
    color: #ffffff;
    padding: 0 10px;
}

.hero-img {
    padding-top: 72px;
    margin: 0 auto -15px;
}

    .hero-img img {
        position: relative;
        left: -25px;
    }

.credit-img {
    margin-top: -2px;
}

/*    Banner section    */
.banner-body {
    margin-top: -40px;
    padding-bottom: 25px;
}

.line-center {
    margin: 0 auto;
    align-items: center;
    justify-content: end;
}

.banner-txt {
    position: absolute;
    width: 450px;
    text-align: center;
    margin-top: 46px;
    font-size: 28px;
    color: #353642;
}

/*   Any where Any device section   */

.device-sec {
    background-color: #f2f2f3;
}

.anydevice-content {
    text-align: center;
    padding-top: 70px;
}

.any-device-body {
    padding: 0px 0px 50px;
    margin: 0 auto;
}

.itc-h2 {
    font-size: 46px;
    color: #2c2e3a;
}

.device-para.row {
    padding-left: 10px;
}

.txt-left-device {
    display: flex;
    align-self: center;
}

.txt-right-device {
    display: flex;
    align-self: center;
    justify-content: end;
}

.left-img {
    margin-left: -82px;
}

.right-img {
    float: right;
}

.right-txt {
    padding-left: 100px;
}

.phonenum-h4 {
    font-size: 30px;
    color: #2c2e3a;
    width: 414px;
}

.device-para {
    font-size: 18px;
    color: #2c2e3a;
}

.device-inner-link {
    color: #1cae73;
    cursor: pointer;
}

    .device-inner-link:hover {
        color: #1cae73;
    }

/*    free trial section   */

.start-minutes {
    background-color: #ffffff;
}

.min-bd {
    padding: 70px 4px 80px;
}

.start-min {
    padding: 5px 0px 30px;
}

.flex-content {
    justify-content: space-between;
}

.start-min-inner {
    background-color: #2c2e3a;
    padding: 28px;
    border-radius: 8px;
    height: 300px;
    margin-bottom: 23px;
    margin-right: 5px;
}

.flex-inner-hdng {
    font-size: 22px;
    color: #ffffff;
    padding: 10px 0;
}

.flex-inner-txt {
    font-size: 18px;
    color: #bbbcbf;
}

.free-trail {
    margin-top: 45px;
    text-align: center;
}

/*    features section  */

.features {
    background-color: #f2f2f3;
}

.feature-body {
    padding: 75px 0px;
}

.sell-smarter {
    padding: 5px 0 10px;
}

.features-cntnt {
    padding: 20px 0;
    flex-wrap: wrap;
}

.features-txt {
    height: 280px;
    padding: 30px 28px;
    margin: 20px 5px 5px 0px;
    border-radius: 12px;
    background-color: #ffffff;
}

.feature-h4 {
    font-size: 22px;
    color: #2c2e3a;
}

.features-para {
    font-size: 18px;
    color: #6f7179;
    padding-top: 5px;
}

.all-features {
    text-align: center;
    padding: 40px 0;
    background-color: #eaf0ee;
    border-radius: 8px;
    margin: 0px 10px;
}

    .all-features:hover {
        background-color: #e3ebe8;
    }

    .all-features .see-all-ftr {
        color: #1cae73;
    }

/*    choose numbers section   */

.choose-nums-sec {
    background-color: #ffffff;
}

.num-body {
    padding: 70px 4px;
}

.choose-num {
    padding-bottom: 30px;
}

.nums-content {
    padding: 28px 25px 85px;
    position: relative;
}

    .nums-content:hover {
        background-color: #444653;
    }

.search-nums {
    position: absolute;
    bottom: 40px;
}

    .search-nums a {
        color: #1cae73;
        font-size: 18px;
        cursor: default;
    }

/*     switching-easy section   */
.switching-easy {
    background-color: #237b58;
    background-image: url(../images/img_overlay_switching.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.switch-easy-body {
    padding: 80px 0 60px;
}

.switching-h1 {
    font-size: 56px;
    color: #ffffff;
}

.switching-para {
    font-size: 26px;
    color: #ffffff;
}

.number-port {
    text-align-last: right;
    padding-top: 60px;
    clear: both;
    float: none;
    display: flex;
    justify-content: end;
}

    .number-port .port-num {
        color: #2c2e3a;
        font-size: 20px;
        padding: 20px 41px;
        background-color: #ffffff;
        box-shadow: 0px 18px 14px #00000029;
        border-radius: 4px;
        border: none;
        cursor: pointer;
    }

        .number-port .port-num:hover {
            background-color: #f8f5f5;
            box-shadow: none;
        }

/*   reviews section   */

.reviews-section {
    background-color: #ffffff;
}

.review-body {
    padding: 90px 0 165px;
    position: relative;
}

.review-txt {
    width: 440px;
    padding: 6px 28px 40px;
    border: 1px solid #e9e9eb;
    border-radius: 12px;
    margin: 0 15px;
    position: relative;
}

    .review-txt.active,
    .review-txt:hover {
        box-shadow: 0px 10px 22px #00000014;
    }

.reviews-cntnt {
    padding: 60px 0px 30px;
}

.review-name {
    font-size: 18px;
    color: #2c2e3a;
}

.review-caption {
    font-size: 15px;
    color: #2c2e3a;
}

.review-para {
    font-size: 20px;
    color: #2c2e3a;
    padding: 20px 0 40px;
}

.img-star {
    position: absolute;
    bottom: 25px;
}

.carousel-indicators {
    margin-bottom: -60px !important;
}

    .carousel-indicators li {
        width: 10px !important;
        height: 10px !important;
        border: none;
        border-radius: 50%;
        background-color: #e4efeb !important;
        margin-top: 15px !important;
    }

        .carousel-indicators li.active {
            background-color: #237b58 !important;
        }

.carousel-control-prev {
    left: 42%;
    top: 0;
}

.carousel-control-next {
    right: 42%;
    top: 0;
}

/*   PRICING PAGE    */

/* .main-img{
    background-image: url(../images/price-main-img.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right;
    background-position-y: 110px;
} */
.price-main-img {
    background-image: url(../images/price-main-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    position: absolute;
    top: 160px;
    width: 336px;
    height: 416px;
    right: -22px;
}

.pricing-cntnt {
    position: relative;
    padding: 60px 0 30px;
}

.plan-details {
    background-color: #ffffff;
    border-radius: 12px;
    text-align: left;
    margin: 5px;
}

.pricing-txt {
    padding: 26px 30px 1px;
}

.price-type {
    font-size: 26px;
    color: #2c2e3a;
}

.price-caption {
    font-size: 16px;
    color: #2c2e3a;
    padding-bottom: 10px;
}

.price-num {
    font-size: 70px;
    color: #2c2e3a;
}

.price-sub-txt {
    font-size: 14px;
    color: #6f7179;
    margin-top: -10px;
}

.get-free {
    margin: 30px auto;
    background-color: #1cae73;
    border-radius: 4px;
    box-shadow: 0px 18px 14px #00000029;
    padding: 5px;
    text-align: center;
}

    .get-free .start-free {
        font-size: 18px;
        color: #ffffff;
        text-decoration: none;
    }

        .get-free .start-free:focus {
            box-shadow: none;
        }

.price-divide {
    width: 100%;
}

.plan-features {
    padding: 5px 30px 1px;
}

.plan-items {
    padding-left: 0 !important;
}

    .plan-items li {
        padding: 5px 0;
        list-style: none;
        font-size: 18px;
        color: #2c2e3a;
    }

        .plan-items li i {
            color: #1cae73;
        }

        .plan-items li span {
            padding-left: 25px;
            display: flex;
        }

.most-popular {
    background-color: #9dd3cc;
    font-size: 13px;
    padding: 8px 12px;
    border-radius: 4px;
    position: absolute;
    top: 50px;
    left: 46%;
    font-weight: 500;
}

.pro-plan-details {
    border: 4px solid #9dd3cc;
}

    .pro-plan-details .pricing-txt {
        padding-top: 19px;
    }

.optional-adon {
    background-color: #3c3e4b;
    padding: 15px;
    border-radius: 12px;
}

    .optional-adon .form-check .custm-label {
        color: #bbbcbf;
    }

    .optional-adon .form-check label {
        color: #ffffff;
        font-size: 16px;
        padding-left: 5px;
    }

    .optional-adon .form-check .form-check-input {
        float: none;
        width: 20px;
        height: 20px;
        margin-top: 1px;
        margin-left: 6px;
        border: 1px solid #1cae73;
    }

        .optional-adon .form-check .form-check-input:focus {
            box-shadow: none;
        }

        .optional-adon .form-check .form-check-input:checked {
            background-color: #1cae73;
            border: none;
        }

.all-price-plans {
    padding: 60px 0px 40px;
    /* display:none*/
}

.all-plan-cntnt {
    background-color: #3c3e4b;
    border-radius: 12px;
    display: flex;
    justify-content: left;
    border-radius: 12px;
    padding: 30px 30px 30px;
    margin: 16px 3px;
    height: 110px;
}

    .all-plan-cntnt h5 {
        font-size: 22px;
        color: #ffffff;
        font-weight: 400;
    }

.free-demo-sec .free-trial {
    background-color: #237b58;
    color: #ffffff;
    padding: 10px 16px;
    border: 1px solid #ffffff;
    box-shadow: 0px 18px 14px #00000029;
    text-decoration: none;
    border-radius: 4px;
    margin-right: 15px;
}

.free-demo-sec .book-demo {
    background-color: #ffffff;
    color: #2c2e3a;
    padding: 10px 16px;
    box-shadow: 0px 18px 14px #00000029;
    text-decoration: none;
    border-radius: 4px;
}

.frequently-qns {
    background-color: #f2f2f3;
    padding: 70px 0;
}

.custm-accordion .accordion-item {
    border-radius: 12px;
    padding: 20px 30px;
    margin: 20px auto;
}

    .custm-accordion .accordion-item:hover {
        box-shadow: 0px 10px 22px #0000000f;
    }

    .custm-accordion .accordion-item .accordion-header button {
        font-size: 22px;
        color: #2c2e3a;
        font-weight: 400;
    }

    .custm-accordion .accordion-item .accordion-button:not(.collapsed) {
        background-color: #ffffff;
        box-shadow: none;
    }

.accordion-button::after {
    transform: rotate(-90deg);
    color: #2c2e3a;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/caret-down-icon.svg);
    transform: rotate(0deg);
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-body {
    font-size: 18px;
    color: #6f7179;
    padding: 0 20px 10px;
}

    .accordion-body p {
        width: 56%;
    }

.qns-cntnt .accordion {
    padding-top: 25px;
}

.plan-features .plan-items li:before {
    content: "";
    background-image: url(../images/checkmark-img.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 20px;
    position: absolute;
    background-position-y: 7px;
}

/*      HOW IT WORKS & FEATURES     */

.main-how-it {
    padding: 40px 0px 70px;
}

.find-out {
    width: 39%;
    color: #f8f5f5;
}

.how-it-free a {
    font-size: 18px;
    padding: 15px 45px;
    box-shadow: 0px 18px 14px #00000029;
    border-radius: 4px;
    text-decoration: none;
    margin: 8px;
    font-weight: 500;
}

    .how-it-free a:hover {
        box-shadow: none;
    }

.how-it-free .try-free {
    color: #2c2e3a;
    background-color: #ffffff;
}

.how-it-free .book-free-demo {
    color: #ffffff;
    background-color: #1cae73;
}

.what-looks-sec {
    background-color: #f2f2f3;
    padding: 50px 0px;
}

.features-accordion {
    padding: 0 10px;
}

    .features-accordion .accordion-item {
        border: none;
        border-bottom: 1px solid #e9e9eb;
        background-color: #f2f2f3;
    }

    .features-accordion .accordion-button::after .accordion-item {
        border-bottom: 4px solid #9dd3cc;
    }

    .features-accordion .accordion-button {
        border: none;
        background-color: #f2f2f3;
        padding: 20px 3px;
    }

    .features-accordion .accordion-item .accordion-header button {
        font-size: 32px;
        color: #2c2e3a;
        font-weight: 500;
    }

    .features-accordion .accordion-item .accordion-button:not(.collapsed) {
        background-color: #f2f2f3;
        border: none;
        box-shadow: none;
    }

    .features-accordion .accordion-body {
        padding: 0px 5px 10px;
    }

        .features-accordion .accordion-body .answer-call {
            font-size: 26px;
            color: #2c2e3a;
            padding: 8px 0px 5px;
            font-weight: 400;
        }

        .features-accordion .accordion-body .accordion-para {
            font-size: 18px;
            color: #2c2e3a;
            font-weight: 400;
        }

.main_audio_how audio {
    border: 1px solid #e9e9eb;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.img-accordion {
    float: right;
    margin-top: 150px;
    position: absolute;
    top: 0;
    right: -50px;
    width: 52%;
}

.all-feature-cntnt {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 30px 25px 40px;
    margin: 16px 3px;
    height: 110px;
}

    .all-feature-cntnt h5 {
        color: #2c2e3a;
        font-size: 22px;
        font-weight: 400;
    }

.all-work-features {
    margin: 15px 3px 40px;
}

    .all-work-features .see-all-ftr {
        color: #1cae73;
    }

.free-try-sec {
    background-color: #2c2e3a;
    padding: 80px 0;
    background-image: url(../images/try-all-img.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position-x: -338px;
    background-position-y: -327px;
}

.trial-cntnt .start-trial .str-tril {
    font-size: 20px;
    color: #fff;
    padding: 12px 18px;
    margin-top: 20px;
    background-color: #1cae73;
    box-shadow: 0px 18px 14px #00000029;
    text-decoration: none;
    border-radius: 4px;
    cursor: pointer;
}

    .trial-cntnt .start-trial .str-tril:hover {
        color: #2c2e3a;
        background-color: #fff;
        cursor: pointer;
    }

.border-clr {
    border-bottom: 4px solid #9dd3cc !important;
}

.left-dots-img {
    background-image: url(../images/howitworks-dots.png) !important;
}
/*   833 SEARCH RESULT   */

.search-reslut-hd {
    font-size: 26px;
    color: #ffffff;
}

.num-search-result {
    background-color: #3c3e4b;
    border-radius: 12px;
    padding: 0 30px;
    margin: 15px;
    height: 95px;
    text-align: left;
    width: 90%;
    font-size: 19px;
    color: #ffffff;
    font-weight: 400;
    position: relative;
    vertical-align: middle;
    align-items: center;
    justify-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 2px solid #3c3e4b;
    align-items: flex-start;
}

    .num-search-result .buy-number-txt .buy-num {
        font-size: 18px;
        color: #1cae73;
        font-weight: 500;
    }

    .num-search-result:hover {
        background-color: #434551;
        border: 2px solid #1cae73;
        cursor: pointer;
    }

.all-numbers {
    margin: 12px 0;
    padding: 40px 0px 0px;
    border-radius: 12px;
}

    .all-numbers .see-all-numbers {
        color: #1cae73;
        font-size: 18px;
    }

.num-seacr-list {
    margin: 15px auto;
}

.select_drop_list {
    width: 90px;
    height: 70px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    background-color: #3c3e4b !important;
    color: #ffffff;
    padding: 10px;
    border: 1px solid #5f637a;
    border-right: 0;
    font-size: 18px;
    font-weight: 400;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url(../Images/ico_drop_arrow_active.png);
    background-repeat: no-repeat;
    background-position: right;
    display: inline-block;
    background-size: 12px;
    background-position-x: 60px;
    background-position-y: 30px;
    text-align: left;
    padding-left: 15px;
}

    .select_drop_list:hover {
        background-color: #3c3e4b;
        border-color: #5f637a;
        color: #ffffff;
    }

    .select_drop_list:focus {
        box-shadow: none !important;
    }

.input_bx {
    width: 300px;
}

    .input_bx input {
        height: 70px;
        font-size: 18px;
        padding: 5px 12px 7px 26px;
        color: #ffffff;
        line-height: 0px;
        outline: none;
        background-color: #3c3e4b;
        border: 1px solid #5f637a;
        border-radius: 0;
        font-weight: 400;
        border-right: 0px !important;
    }

        .input_bx input:focus {
            background-color: #3c3e4b;
            box-shadow: none;
            border-color: #5f637a;
            color: #ffffff;
        }

.search-main-btn {
    color: #ffffff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 70px;
    width: 190px;
    background-color: #1cae73;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    font-size: 18px;
    letter-spacing: 0.03em;
    font-weight: 500;
}

    .search-main-btn:hover {
        background-color: #1cae73;
    }

    .search-main-btn:focus {
        background-color: #1cae73;
        box-shadow: none !important;
        border: none;
    }

.num-features {
    margin: 20px 10px;
}

.num-features {
    display: flex;
    align-items: center;
    justify-content: center;
}

.number_select [type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    right: 66px;
    top: 30px;
}

/*   TYPES OF NUMBERS    */

.main-type-num {
    padding: 60px 0px 230px;
}

.types-number,
.num-types {
    background-color: #ffffff;
}

.custm-container {
    min-width: 1510px;
}

.num-types {
    position: relative;
    margin-top: -160px;
    padding: 0 55px;
    border-radius: 12px 12px 0px 0px;
}

    .num-types .all-type-nums {
        padding: 70px 0px 10px;
    }

.all-num-type {
    background-color: #f2f2f3;
    height: 120px;
    border-radius: 12px;
    padding: 30px 30px;
    margin: 15px 0px;
    text-align: left;
    display: flex;
    justify-content: space-between;
}

.num_txt {
    font-size: 18px;
    color: #2c2e3a;
    font-weight: 400;
    text-decoration: none;
    cursor: default;
}

.num-wdt {
    padding-right: 10px;
}

.all-num-type:hover {
    background-color: #2c2e3a;
    box-shadow: 0px 10px 22px #0000001f;
}

    .all-num-type:hover .num_txt {
        color: #ffffff;
    }

.main-left-img {
    background-image: url(../images/main-left-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    position: absolute;
    width: 400px;
    height: 416px;
    left: -120px;
    bottom: -30px;
}

.main-by-img {
    background-image: url(../images/main-right-img-1.png) !important;
}

.pb-main-img {
    background-image: url(../images/main-right-img-2.png) !important;
}

.right_yb_img {
    background-image: url(../images/855-dots-icon.png);
}

/*   VANITY NUMBER SEARCH   */

.search-vanity .vanity-num-bt {
    font-size: 18px;
    padding: 15px 45px;
    color: #ffffff;
    background-color: #1cae73;
    box-shadow: 0px 18px 14px #00000029;
    border-radius: 4px;
    text-decoration: none;
    margin: 8px auto;
    cursor: pointer;
    font-weight: 500;
}

    .search-vanity .vanity-num-bt:hover {
        background-color: #1a9c68;
    }

.vanity-num-bt {
    font-size: 18px;
    padding: 15px 45px;
    color: #ffffff;
    background-color: #1cae73;
    box-shadow: 0px 18px 14px #00000029;
    border-radius: 4px;
    text-decoration: none;
    margin: 8px auto;
    cursor: pointer;
    font-weight: 500;
}

.main-vanity-num {
    padding: 50px 0px 150px;
}

.vani-num-sec,
.vani-num-sec .num-types {
    background-color: #f2f2f3;
}

.find-vanity {
    padding: 70px 0;
}

.steps-vanity {
    background-color: #2c2e3a;
    padding: 37px 36px;
    border-radius: 12px;
    height: 250px;
    margin: 15px 5px;
}

.step-3 {
    height: 250px;
}

.steps-vanity .vanity-hd {
    font-size: 22px;
    color: #ffffff;
    font-weight: 400;
}

.steps-vanity .vanity-txt {
    font-size: 18px;
    padding-top: 5px;
    color: #bbbcbf;
    font-weight: 400;
}

    .steps-vanity .vanity-txt a {
        color: #1cae73;
        font-weight: 500;
        text-decoration: underline;
    }

        .steps-vanity .vanity-txt a:hover {
            color: #1cae73;
        }

.start-trial .searc-vani-num {
    padding: 14px 28px !important;
}

    .start-trial .searc-vani-num:hover {
        background-color: #f8f5f5;
    }

.device-para .strng-num {
    color: #2c2e3a;
    font-weight: 500;
}

.cntnt-vanity-txt {
    width: 50%;
    margin: 0 auto;
}

.perfect-vany-num {
    width: 60%;
    margin: 0 auto;
    padding-bottom: 50px;
}

.vany-features {
    height: 345px;
}
/*   800 TO 888 NUMBER PAGES  */
.main-para {
    color: #f8f5f5;
}

/*  PHONE EXTENSIONS   */

.main-phone-extns {
    padding: 50px 0px 110px;
}

.easy-section {
    background-color: #f2f2f3;
    margin-top: -94px;
}

.easy-cntnt {
    padding: 80px;
}

.easy-inner-txt {
    height: 300px;
    padding: 30px 28px;
    margin: 16px 4px;
    border-radius: 12px;
    background-color: #ffffff;
}

    .easy-inner-txt .easy-h4 {
        font-size: 22px;
        color: #2c2e3a;
    }

    .easy-inner-txt .easy-para {
        font-size: 18px;
        color: #6f7179;
        padding-top: 5px;
    }

.phone-trial {
    margin-top: 55px;
}

    .phone-trial button {
        font-size: 20px;
        padding: 12px 18px;
        box-shadow: 0px 18px 14px #00000029;
        text-decoration: none;
        border-radius: 4px;
        color: #ffffff !important;
        background-color: #1cae73;
    }

        .phone-trial button:hover {
            background-color: #f8f5f5;
            color: #2c2e3a !important;
        }

        .phone-trial button:focus {
            box-shadow: none;
        }

/*   VIRTUAL PHONE NUMBER PAGE    */

.main-right-img {
    background-image: url(../images/main-right-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    position: absolute;
    width: 363px;
    height: 416px;
    right: -72px;
    bottom: -121px;
    z-index: 111;
}

.local-numbers {
    color: #237b58;
    font-weight: 500;
}

.main-nums-para {
    color: #f8f5f5;
    width: 40%;
}

.business-num {
    width: 52%;
}

.local-num-bx input {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.main-local-num {
    width: 42%;
}

.accrd-link {
    color: #1cae73;
    font-weight: 500;
    cursor: default;
}

    .accrd-link:hover {
        color: #1cae73;
    }

.business-txtng {
    width: 50%;
}

.appear-local {
    color: #1cae73;
    font-weight: 500;
    cursor: default;
}

    .appear-local:hover {
        color: #1cae73;
    }

.accordion-body .accrd-list-items li {
    font-size: 18px;
    color: #6f7179;
    font-weight: 400;
    list-style: none;
    padding: 6px 0;
}

.main-calling-txt {
    color: #f8f5f5;
    width: 47%;
}

.custm-greet-txt {
    color: #f8f5f5;
    width: 54%;
}

.voicemail-txt {
    width: 63%;
}

.features-drop::-webkit-scrollbar {
    width: 8px;
}

.features-drop::-webkit-scrollbar-thumb {
    background-color: #f2f2f3;
    border-radius: 20px;
}

.accordion-body .sub-hd {
    color: #1e1e1e;
    font-weight: 500;
}

.main-recpnt-txt {
    width: 55%;
    color: #f8f5f5;
}

.next-active-hover,
.carousel-control-next:hover .next-active {
    display: none;
}

.next-active,
.carousel-control-next:hover .next-active-hover {
    display: block;
}

.start-minutes {
    background-image: url(../images/start-minutes-arrow-dotted-line.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: 185px;
}

/*     FREE TRIAL PAGES     */

.main-free-trial {
    background-color: #3c3e4b;
    padding: 13px 18px;
    border: 1px solid #5f637a;
    border-radius: 12px;
    box-shadow: 0px 8px 22px #00000029;
    margin: 0 auto;
    width: 616px;
    cursor: default;
}

.num-links .nav-link.active {
    color: #ffffff;
    background-color: #2c2e3a;
}

.num-links .free-loc-num:hover {
    background-color: #2c2e3a !important;
}

.nav-tabs .nav-link.active {
    border: none;
    outline: none;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border: none;
}

.main-free-trial .nav-tabs {
    border-bottom: none;
}

.num-links .tol-free-num {
    color: #bbbcbf;
    background-color: #353744;
    padding: 10px 20px;
    text-decoration: none;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 0;
    width: 289px;
    height: 45px;
    outline: none;
}

.num-links .local-phone-num {
    color: #bbbcbf;
    background-color: #353744;
    padding: 10px 20px;
    text-decoration: none;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 0;
    width: 289px;
    height: 45px;
}
/* .num-links .local-phone-num:hover{
    background-color: #4C4E5B;
} */
.num-links {
    margin: 4px 0px 25px;
}

.ran-generate {
    font-size: 15px;
    color: #bbbcbf;
    text-align: left;
    font-weight: 400;
    margin-top: -5px;
}

    .ran-generate .toll-num {
        color: #1cae73;
        font-weight: 500;
    }

.port-number-sec {
    background-color: #f2f2f3;
    margin-top: -78px;
}

.port-num-h1 {
    font-size: 56px;
    color: #2c2e3a;
}

.port-num-para {
    font-size: 26px;
    color: #2c2e3a;
}

.port-my-number .port_number {
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px;
    background-color: #1cae73;
    box-shadow: 0px 18px 14px #00000029;
    border-radius: 4px;
    border: none;
}

.port-my-number {
    text-align-last: right;
    padding-top: 75px;
}

.input-box {
    width: 385px;
}

    .input-box input {
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
        border-right: 0;
    }

.num-links .free-trl-num {
    background-color: #353744;
    color: #bbbcbf;
}

    .num-links .free-trl-num:hover {
        background-color: #4c4e5b;
    }

.col-md-6,
.col-lg-4,
.col-xl-3,
.col-sm-12 {
    float: left;
}

.number_select {
    position: relative;
}

.num-search-result:hover .input-group-addon {
    background-image: url(../images/checkmark.png);
    background-repeat: no-repeat;
    width: 42px;
    height: 42px;
    position: absolute;
    top: -1px;
    border-left: none;
    border-bottom: none;
    right: -1px;
}

.look-lcl-num {
    margin-bottom: -50px;
}

.main-search-num {
    padding-top: 60px;
}

.seacrh-option {
    font-size: 18px;
    color: #bbbcbf;
    padding-bottom: 20px;
}

/*   PRODUCT PAGES    */

.better-way-section {
    background-color: #f2f2f3;
}

.cht-prsn .cht-btn {
    font-size: 20px;
    padding: 12px 18px;
    box-shadow: 0px 18px 14px #00000029;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff !important;
    background-color: #1cae73;
    margin: 0 auto;
    font-weight: 500;
    width: 190px;
    transition: width 1s;
    transition-timing-function: ease-in-out;
}

.phone-sys-txt {
    width: 49%;
}

.phone-sys-txt2 {
    width: 54%;
}

.product-features {
    background-color: #2c2e3a;
}

.prdct-feature-inner {
    background-color: #3c3e4b;
}

    .prdct-feature-inner h5 {
        color: #ffffff;
    }

.all-prdct-features {
    text-align: center;
    padding: 40px 0;
    margin: 15px 3px 40px;
}

    .all-prdct-features .see-all-ftr {
        color: #1cae73;
    }

.features-hdng {
    font-size: 46px;
    color: #ffffff;
    padding: 5px 0 10px;
}

.cht-prsn .strt_trial {
    font-size: 20px;
    color: #2c2e3a !important;
    padding: 12px 18px;
    background-color: #ffffff;
    box-shadow: 0px 18px 14px #00000029;
    text-decoration: none;
    border-radius: 4px;
    cursor: default;
    margin: 0 auto;
}

.custm-main-hdng,
.office-main-hdng {
    width: 60%;
}

.positioncheck {
    position: relative;
}

.number_select input[type="radio"]:checked + label,
.number_select input[type="radio"][disabled] + label {
    background-image: url(../images/checkmark.png);
    background-repeat: no-repeat;
    border-left: none;
    border-bottom: none;
    background-color: #3c3e4b;
    border-radius: 12px;
    padding: 0 30px;
    margin: 15px;
    height: 95px;
    text-align: left;
    width: 90%;
    font-size: 19px;
    color: #ffffff;
    font-weight: 400;
    position: relative;
    vertical-align: middle;
    align-items: center;
    justify-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 2px solid #1cae73;
    background-size: 42px;
    background-position: right 0px;
    cursor: default;
    align-items: flex-start;
}

#overlayEffect {
    position: fixed;
    z-index: 1;
    top: 0px;
    left: 0px;
    background-color: #000;
    filter: alpha(opacity=40);
    -moz-opacity: 0.6;
    opacity: 0.6;
    background-image: url(~/images/modalpopup-bkg.png) !important;
}

#overlayEffect {
    width: 100%;
    height: 100%;
}

.process {
    display: block;
    margin: 20% auto 0;
    width: 50px;
}

/*     FOOTER SECTION     */

.footer-sec {
    background-color: #f2f2f3;
    position: relative;
}

.footer-body {
    padding: 20px 0;
}

.footer-content {
    margin: 0 auto;
    padding: 40px 0px 60px;
    position: relative;
}

.ft-inner-txt {
    font-size: 18px;
    color: #2c2e3a;
    padding: 15px 0;
}

.social-icons {
    padding: 20px 0;
}

    .social-icons img {
        margin: 0 5px;
    }

.hdng-ftr {
    font-size: 15px;
    color: #2c2e3a;
}

.ftr-menu {
    width: 18%;
    float: left;
}

.ftr-menu1 {
    width: 28%;
    float: left;
}

.ftr-quick-links {
    padding-left: 0 !important;
}

    .ftr-quick-links li {
        list-style: none;
        padding: 5px 0;
    }

        .ftr-quick-links li a {
            text-decoration: none;
            font-size: 15px;
            color: #6f7179;
        }

.copyright-sec span {
    font-size: 12px;
    color: #2c2e3a;
    padding-right: 5px;
}

.ftr-line {
    color: #2c2e3a6b;
    margin-top: 0 !important;
}

.header-trial a {
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    cursor: pointer;
    border: none;
    outline: none;
}

.error_local {
    text-align: left;
    padding-top: 20px;
    color: #ff7070;
    padding-left: 5px;
}

.min_hight_search {
    min-height: 450px;
}

.noevent {
    pointer-events: none;
}

.custm-port-dialog .modal-content {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0px 15px 72px #0000000f;
    padding: 4px 6px;
    width: 360px;
    border: none;
    cursor: default;
}

.custm-port-dialog .modal-title {
    font-size: 16px;
    color: #2c2e3a;
    font-weight: 400;
}

.custm-port-dialog .modal-header {
    border-bottom: none;
    padding-bottom: 0;
}

.custm-mdl-bdy {
    padding-top: 12px;
}

    .custm-mdl-bdy label {
        font-size: 12px;
        color: #2c2e3a;
        font-weight: 500;
        padding-bottom: 4px;
    }

    .custm-mdl-bdy input {
        font-size: 14px;
        color: #2c2e3a;
        font-weight: 400;
        border: 1px solid #e9e9eb;
        border-radius: 4px;
    }

.add_to_buy input {
    width: 100%;
    font-size: 16px;
    background-color: #1cae73;
    color: #ffffff;
    font-weight: 500;
    padding: 8px;
    box-shadow: 0px 18px 14px #00000029;
    border-radius: 4px;
    border: none;
}

.cls-btn {
    background-color: #ffffff;
    border: none;
}

.ft-light {
    font-size: 22px;
    color: #fff;
    margin-bottom: 30px;
}

.link_btn {
    outline: none;
    background-color: transparent;
    border: 0;
    color: #1cae73;
    font-size: 18px;
    text-decoration: underline;
}

.full_btn_green {
    width: 99%;
    font-size: 18px;
    color: #ffffff;
    padding: 12px 33px;
    background-color: #1cae73;
    text-decoration: none;
    border-radius: 4px;
    box-shadow: 0px 18px 14px #00000029;
    border: 0 !important;
    z-index: 9999;
    position: relative;
}

.page_levpt {
    text-align: center !important;
}

.postion_chcopen {
    border: 0 !important;
    position: absolute;
    top: 25px;
    right: 11px;
    color: #1cae73 !important;
    text-decoration: none;
}

.features-drop ul {
    list-style-type: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.accordion-body ul {
    margin-left: -9px;
    position: relative;
}
/*  COMPARE PAGE   */

.compare-sec {
    background-color: #f2f2f3;
    margin-top: -78px;
}

.compare-hdng {
    font-size: 46px;
    color: #2c2e3a;
    padding-top: 60px;
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.comp-content {
    padding: 45px 0;
}

.compr-inner-txt {
    height: 400px;
    margin: 16px 4px;
    border-radius: 12px;
    background-color: #ffffff;
    position: relative;
}

    .compr-inner-txt:hover {
        box-shadow: 0px 10px 22px #00000014;
    }

.cmp-hd-sec {
    margin: 0;
}

    .cmp-hd-sec .itc-cmp {
        background-color: #1cae730f;
        padding: 30px 28px;
        text-align: center;
        height: 85px;
        border-top-left-radius: 12px;
    }

    .cmp-hd-sec .nextiva-cmp {
        background-color: #0445a50f;
        padding: 30px 28px;
        text-align: center;
        height: 85px;
        border-top-right-radius: 12px;
    }

.cmpr-bd-sec .img-vs {
    position: relative;
    top: -114px;
    display: flex;
    margin: 0 auto;
}

.cmpr-bd-sec {
    padding: 30px 28px;
}

.txt-info-cp {
    margin-top: -98px;
}

    .txt-info-cp .inner-cpr-h {
        font-size: 22px;
        color: #2c2e3a;
        font-weight: 400;
    }

    .txt-info-cp .cmp-para {
        font-size: 18px;
        color: #6f7179;
        font-weight: 400;
    }

.compare_links {
    position: absolute;
    bottom: 25px;
}

    .compare_links .cmp-link {
        font-size: 18px;
        color: #1cae73;
        font-weight: 500;
    }

a.cmp-link:hover img {
    transform: translateX(20%);
    transition: 0.6s ease-in-out;
}

.compare_links img {
    padding-left: 5px;
}

.cmp-hd-sec .talkrout-cmp {
    background-color: #ff71010f;
}

.talkrout-cmp .img-tlkrout,
.img-nextiva {
    margin-top: -9px;
}

.cmp-hd-sec .ring-cmp {
    background-color: #0073ae0f;
}

.ring-cmp .img-ring {
    margin-top: -11px;
}

.cmp-hd-sec .mighty-cmp {
    background-color: #4089c50f;
}

.mighty-cmp .img-mighty,
.phone-cmp .img-phonecom {
    margin-top: -8px;
}

.cmp-hd-sec .phone-cmp {
    background-color: #3dac240f;
}

.cmp-hd-sec .evoice-cmp {
    background-color: #0000000f;
}

.cmp-hd-sec .eght-cmp {
    background-color: #e529200f;
}

.cmp-hd-sec .dialpad-cmp {
    background-color: #1738fa0f;
}

.cmp-hd-sec .gross-cmp {
    background-color: #4cba5a1f;
}

.cmp-hd-sec .callhippo-cmp {
    background-color: #3a73e60f;
}

.cmp-hd-sec .cx-cmp {
    background-color: #1e76c00f;
}

.evoice-cmp .img-evoice,
.gross-cmp .img-gross {
    margin-top: -3px;
}

/*     COMPARE NEXTIVA PAGE     */

.abt-cmp-sec {
    margin-top: -78px;
}

.abt-itc {
    background-color: #f1faf7;
}

.abt-nextiva {
    background-color: #f0f4fa;
}

.innr-abt-itc {
    padding: 80px 35px;
    text-align: center;
    float: right;
    width: 75%;
}

    .innr-abt-itc .itc-small-txt {
        font-size: 18px;
        color: #6f7179;
        font-weight: 400;
        padding-top: 15px;
    }

.abt-nextiva .innr-nextiva {
    float: left;
}

.tbl-cmp-sec {
    background-color: #ffffff;
    padding-top: 80px;
}

.para-abtitc {
    font-size: 18px;
    color: #6f7179;
    font-weight: 400;
    margin: 0 auto;
    width: 40%;
    padding-top: 15px;
}

.compare-tble {
    margin: 60px 0;
    border: 1px solid #e9e9eb;
}

    .compare-tble .itc-hd {
        background-color: #f1faf7;
    }

    .compare-tble .nextiva-hd {
        background-color: #f0f4fa;
    }

    .compare-tble th,
    .compare-tble td {
        padding: 25px 35px;
        width: 33.33%;
    }

    .compare-tble .nextiva-hd {
        font-size: 19px;
        color: #2c2e3a;
        font-weight: 400;
    }

    .compare-tble tbody .tb-left {
        font-size: 22px;
        color: #2c2e3a;
        font-weight: 500;
    }

.tbl-plan-detls ul {
    padding-left: 0;
    margin-bottom: 0;
}

.tbl-plan-detls .tb-plns li {
    font-size: 14px;
    color: #2c2e3a;
    font-weight: 500;
    list-style: none;
    padding: 5px 0;
}

    .tbl-plan-detls .tb-plns li .usr-mnth {
        font-size: 14px;
        color: #2c2e3a;
        font-weight: 400;
    }

.compare-tble .price-change {
    font-size: 13px;
    color: #6f7179;
    font-weight: 400;
}

.tb-txt-left {
    vertical-align: middle;
}

.strip-back {
    background-color: #fcfcfc;
}

.tb-innr-txt {
    font-size: 14px;
    color: #2c2e3a;
    font-weight: 400;
}

.tb-pln-featurs .plan_feat {
    padding-left: 0;
}

    .tb-pln-featurs .plan_feat li {
        font-size: 14px;
        color: #2c2e3a;
        font-weight: 400;
        list-style: none;
        padding: 3px 0;
    }

.tb-pln-featurs .custm-pln-ft li:before {
    content: "";
    background-image: url(../images/checkmark-img.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 13px;
    height: 20px;
    position: absolute;
    background-position-y: 7px;
}

.tb-pln-featurs .plan_feat li span {
    padding-left: 20px;
    display: flex;
}

.all-cmp-ftrs .ftr-innr-txt {
    font-size: 18px;
    color: #f8f5f5;
    font-weight: 400;
    width: 40%;
    margin: 0 auto;
}

.cmp-feature-inner {
    background-color: #3c3e4b;
    height: 95px;
}

    .cmp-feature-inner h5 {
        color: #ffffff;
    }

.need-help {
    padding-left: 0;
}

.thr-things {
    padding-left: 0;
    padding-top: 5px;
}

    .thr-things li {
        font-size: 14px;
        color: #bbbcbf;
        font-weight: 400;
        list-style: none;
        padding: 4px 0;
    }

        .thr-things li span {
            padding-left: 20px;
        }

        .thr-things li:before {
            content: "";
            background-image: url(../images/checkmark-img.png);
            background-repeat: no-repeat;
            background-size: contain;
            width: 13px;
            height: 20px;
            position: absolute;
            background-position-y: 7px;
        }

.custm-things {
    padding: 30px;
    background-color: #2c2e3a;
    border-radius: 12px;
    margin: 30px 5px;
}

.othrthing-hd {
    font-size: 22px;
    color: #ffffff;
    font-weight: 400;
}

.othrthing-txt {
    font-size: 18px;
    padding-top: 5px;
    color: #bbbcbf;
    font-weight: 400;
}

.reviews-hd {
    padding-left: 15px;
}

.nextiva-gd-sec {
    background-color: #f0f4fa;
    padding: 60px 0;
}

.nextiva-tbl {
    border: 1px solid #0445a51f;
    width: 55%;
    margin: 0 auto;
    padding: 10px 0px 40px;
}

    .nextiva-tbl th,
    .nextiva-tbl td {
        padding: 25px 30px;
    }

    .nextiva-tbl td {
        width: 50%;
    }

.pros-th {
    font-size: 22px;
    color: #2c2e3a;
    font-weight: 500;
    text-align: center;
}

.best-prvdrs-sec {
    background-color: #f2f2f3;
}

.best-providers {
    padding: 30px 28px;
    margin: 16px 4px;
    border-radius: 12px;
    text-align: center;
    height: 100px;
}

.cmp-best {
    padding: 60px 0;
}

.talkroute-back {
    background-color: #ff71010f;
}

.ring-back {
    background-color: #f0f7fa;
}

.mighty-back {
    background-color: #4089c50f;
}

.phonecom-back {
    background-color: #3dac240f;
}

.evoice-back {
    background-color: #0000000f;
}

.eight-back {
    background-color: #e529200f;
}

.dialpad-back {
    background-color: #1738fa0f;
}

.grass-back {
    background-color: #4cba5a1f;
}

.callhip-back {
    background-color: #3a73e60f;
}

.cx-back {
    background-color: #1e76c00f;
}

.phone-trial .fre_tril {
    font-size: 20px;
    padding: 15px 45px;
    box-shadow: 0px 18px 14px #00000029;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff !important;
    background-color: #1cae73;
    cursor: pointer;
    font-weight: 500;
}

    .phone-trial .fre_tril:hover {
        background-color: #f8f5f5;
        color: #2c2e3a !important;
    }
/*   PAYMENT PAGE     */

.cutsm-hdr {
    background-color: #2c2e3a;
    padding: 15px 0;
}

.payment-sec {
    background-color: #f2f2f3;
}

.payment-info {
    padding-top: 20px;
    padding-bottom: 40px;
}

.contct-hdng {
    font-size: 28px;
    color: #2c2e3a;
    padding-bottom: 15px;
}

.contact-info {
    background-color: #ffffff;
    padding: 30px;
    border: 1px solid #e9e9eb;
    border-radius: 12px;
    margin-bottom: 30px;
}

.contact-details label,
.contact-details span {
    font-size: 12px;
    color: #2c2e3a;
    font-weight: 500;
}

.contact-details input,
.contact-details select {
    font-size: 14px;
/*    color: #bbbcbf;*/
    font-weight: 400;
    border: 1px solid #e9e9eb;
    border-radius: 4px;
    margin: 0px 0px 12px;
    padding: 10px 14px;
    height: 42px;
}

.contact-details select {
    margin-top: 0px;
}

.contact-details input::-webkit-input-placeholder {
    color: #bbbcbf;
    opacity: 0.4;
}
/* WebKit, Blink, Edge */
.contact-details input:-moz-placeholder {
    color: #bbbcbf;
    opacity: 0.4;
}
/* Mozilla Firefox 4 to 18 */
.contact-details input::-moz-placeholder {
    color: #bbbcbf;
    opacity: 0.4;
}
/* Mozilla Firefox 19+ */
.contact-details input:-ms-input-placeholder {
    color: #bbbcbf;
    opacity: 0.4;
}
/* Internet Explorer 10-11 */
.contact-details input::-ms-input-placeholder {
    color: #bbbcbf;
}
/* Microsoft Edge */

.contact-details input::placeholder {
    color: #bbbcbf;
}

.contact-details input:hover {
    border: 1px solid #1cae73;
}

.contact-details input:focus,
.contact-details select:focus {
    color: #2c2e3a;
}

.cntct-num-txt {
    font-size: 12px;
    color: #2c2e3a;
}

.cont-num {
    font-size: 14px;
    color: #2c2e3a;
}

.one-time-fee {
    font-size: 13px;
    color: #6f7179;
}

.plan-sec1 {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 15px;
}

.plan-sec2 {
    padding-top: 15px;
}

    .plan-sec2 .plan_txt {
        font-size: 12px;
        color: #2c2e3a;
    }

.plan_detls .pln-name {
    font-size: 14px;
    color: #2c2e3a;
}

.plan_detls .mst-popular {
    font-size: 11px;
    color: #2c2e3a;
    background-color: #9dd3cc;
    border-radius: 4px;
    padding: 3px 5px;
}

.plan_chng .change-pln {
    font-size: 14px;
    color: #1cae73;
}

.mnth-plan {
    font-size: 13px;
    color: #6f7179;
    font-weight: 400;
}

.whats-plan {
    font-size: 12px;
    color: #707070;
    padding-top: 8px;
}

.features_plan {
    padding-left: 0;
    margin-bottom: 0;
}

    .features_plan li {
        font-size: 14px;
        color: #2c2e3a;
        font-weight: 400;
        list-style: none;
        padding: 3px 0px;
    }

        .features_plan li span {
            padding-left: 22px;
        }

        .features_plan li:before {
            content: "";
            background-image: url(../images/checkmark-img.png);
            background-repeat: no-repeat;
            background-size: contain;
            width: 14px;
            height: 20px;
            position: absolute;
            background-position-y: 6px;
        }

.sub-total .ttl-txt {
    font-size: 12px;
    color: #2c2e3a;
}

.sub-total .prce {
    font-size: 18px;
    color: #2c2e3a;
}

.trial-period {
    background-color: #e4efeb;
    padding: 6px 10px;
    border-radius: 4px;
    margin-bottom: 15px;
}

    .trial-period .tril-txt {
        font-size: 14px;
        color: #393939;
        padding-left: 2px;
    }

.sub-order .submit-bt {
    font-size: 18px;
    color: #ffffff;
    background-color: #1cae73;
    padding: 8px;
    border-radius: 4px;
    box-shadow: 0px 18px 14px #00000029;
    width: 100%;
    margin-top: 10px;
    font-weight: 500;
}
.sub-order .submit-bt:active {
    color: #ffffff;
    background-color: #1cae73;
    border-color: transparent;
}
    .sub-order .submit-bt:hover {
        color: #ffffff;
    }

    .sub-order .submit-bt:focus {
        box-shadow: 0px 18px 14px #00000029;
    }

.submit-txt {
    font-size: 14px;
    color: #6f7179;
    font-weight: 400;
    padding-top: 25px;
}

    .submit-txt .terms-link {
        color: #1cae73;
        font-weight: 500;
    }

.below-sub-bt {
    font-size: 14px;
    color: #6f7179;
    font-weight: 400;
    padding-top: 10px;
}

.secure-payment .safe-txt {
    font-size: 15px;
    color: #6f7179;
}

.contact-details .cvv-info {
    float: right;
    padding-top: 4px;
}

.emailreq h6 {
    font-weight: normal;
    color: #fff;
    font-size: 12px;
}

.emailreq {
    background-color: #fc4949;
    padding: 11px 9px 1px 5px;
    min-width: 163px;
    margin-top: 12px;
}

.emailreqclosebtn {
    margin: 2px 2px 0 0;
    padding: 0;
    float: right;   
    background-image: url('../images/clos_intbox.png');
    background-repeat: no-repeat;
    width: 10px;
    height: 6px;
    cursor: pointer;
    background-position: right;
    background-position: 20px right;
    /* background-position-y: -3px; */
    position: absolute;
    right: 1px;
    top: 16px;
}

#lblPhnum {
    padding-left: 5px !important;
}

.img-reviews img {
    width: 80px;
}

.review-para {
    font-size: 16px;
}

.review-inner-txt {
    padding-top: 20px;
}

.search-nums a {
    cursor: pointer;
}

.social-icons a,
.store-img a {
    outline: none;
    text-decoration: none;
}

.copyright-sec a {
    text-decoration: none;
    color: #2c2e3a;
    font-size: 12px;
}
/*   FAQS    */
.phone-trial .cntct-us {
    font-size: 20px;
    padding: 12px 22px;
    box-shadow: 0px 18px 14px #00000029;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff !important;
    background-color: #1cae73;
    cursor: pointer;
}

    .phone-trial .cntct-us:hover {
        background-color: #f8f5f5;
        color: #2c2e3a !important;
    }

.custm-bd-sec {
    margin-top: -78px;
}

.accrd-inner-hd {
    color: #2c2e3a;
    font-weight: 500;
}

.acrd-sml-txt {
    font-size: 16px;
}

.accrd-list-items {
    padding-left: 9px;
}

    .accrd-list-items li:before {
        content: "";
        background-image: url(../images/checkmark-img.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 18px;
        height: 20px;
        position: absolute;
        background-position-y: 7px;
    }

    .accrd-list-items li span {
        padding-left: 25px;
        display: flex;
    }
/*   ABOUT US    */
.main-about-hd {
    padding: 130px 0px 166px;
}

    .main-about-hd h1 {
        width: 65%;
    }

.about-sec {
    background-color: #f2f2f3;
}

.location-sec {
    background-color: #2c2e3a;
    padding: 60px 0;
}

.our-loc h2 {
    color: #ffffff;
}

.loc-txt {
    width: 43%;
}

.img-gall {
    width: 80%;
    margin: 50px auto 0px;
}

.loc-imgs img {
    width: 95%;
}

.loc-imgs {
    margin: 15px 0;
}

/*   contact-us  */
.contact-inner {
    background-color: #3c3e4b;
    padding: 30px 28px;
    border-radius: 12px;
    margin: 15px 0;
    text-align: left;
    height: 310px;
}

.cont-info-hd {
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
}

.suprt-cntct {
    font-size: 14px;
    color: #bbbcbf;
    font-weight: 400;
}

.contact-left-img {
    background-size: 80%;
    bottom: 230px;
}

.email-info {
    padding-top: 10px;
}

    .email-info .emil-txt {
        font-size: 12px;
        padding-left: 5px;
        color: #dcdcdc;
        font-weight: 500;
    }

.email-link a {
    font-size: 16px;
    color: #00c274 !important;
    font-weight: 500;
}

.mon-fri-txt {
    font-size: 14px;
    color: #bbbcbf;
    font-weight: 400;
}

.adrss-details p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
}

.contact-us-bd {
    padding: 60px 0;
    position: relative;
}

#ddlExpMonth,
#ddlExpYear {
    min-width: 93px;
}

.prev-active-hover,
.carousel-control-prev:hover .prev-active {
    display: none;
}

.prev-active,
.carousel-control-prev:hover .prev-active-hover {
    display: block;
}

.free_tril_bt:hover {
    color: #2c2e3a;
    background-color: #f8f5f5;
}

.nextiva-back {
    background-color: #0445a50f;
}

.accordion-body a {
    color: #1cae73 !important;
    cursor: pointer;
}

a.cht-btn:hover {
    color: #2c2e3a !important;
    background-color: #ffffff;
    width: 200px;
}

    a.cht-btn:hover span {
        display: none;
    }

    a.cht-btn:hover:before {
        content: "Start free trial";
    }
/*.features-drop ul:first-child a:last-child {
    position: absolute;
    right: 23px;
    bottom: 4px;
    text-align: right;
    background-color: transparent;
    display: block;
    width: 145px;
    color: #1cae73;
    font-weight:600;
}*/
.features-drop ul:first-child li:last-child a {
    position: absolute;
    right: 23px;
    bottom: 4px;
    text-align: right;
    background-color: transparent;
    display: block;
    width: 145px;
    color: #1cae73;
    font-weight: 600;
    opacity: 0.8;
}

.right-txt p {
    width: 420px;
}

.right-txt-small p {
    width: 363px;
}

.features-drop ul:first-child li:last-child a:hover {
    opacity: 1;
}

.ftr-quick-links li a:hover {
    color: #2c2e3a;
}

.switching-para {
    width: 628px;
}

.header-trial .hd-free-trial.active:hover {
    background-color: #f8f5f5;
    box-shadow: none;
}

.next-active {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.footer-bgimg {
    background-image: url(../images/img_footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -76px;
    position: absolute;
    right: 0;
    width: 477px;
    height: 100%;
    background-position-x: 45px;
}

/*.features-accordion div.show {
    border-bottom: 4px solid #9dd3cc;
}*/
.features-accordion div:nth-child(1) .show {
    border-bottom: 4px solid #9dd3cc;
}

.features-accordion div:nth-child(2) .show {
    border-bottom: 4px solid #FFB19B;
}

.features-accordion div:nth-child(3) .show {
    border-bottom: 4px solid #EBD2A1;
}

.features-accordion div:nth-child(4) .show {
    border-bottom: 4px solid #8EA6B4;
}

.serach-list {
    box-shadow: 0px 8px 22px #00000029;
}

.main-text-small {
    color: #f8f5f5;
    width: 33%;
}

.switching-para-xl {
    width: 650px;
}

.accordion-item {
    border: 0px !important;
}

section.free-try-sec p.switching-para {
    margin: 0 auto;
    width: 99%;
    text-align: center;
}

.main-calling-txt2 {
    color: #f8f5f5;
    width: 35%;
}

.about-algn {
    align-self: center;
}

.tail_ps {
    position: relative;
}

.tail_click {
    min-height: 116px;
    display: block;
    width: 92%;
    position: absolute;
    left: 12px;
    padding-left: 25px;
    top: 17px;
    padding-top: 25px;
    background-image: url(../images/arrow_me.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position-x: 92%;
    background-position-y: 35px;
}

    .tail_click:hover {
        cursor: pointer;
        background-image: url(../images/ico_arrow.svg);
    }

.send-txt-sec {
    background-color: #f2f2f3;
}

.receive-txt-list li:before {
    content: "";
    background-image: url(../images/checkmark-img.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 20px;
    position: absolute;
    background-position-y: 7px;
}

.send-small-txt {
    font-size: 14px;
    color: #6f7179;
    font-weight: 400;
}

    .send-small-txt span {
        color: #2c2e3a;
        font-weight: 500;
    }

.yes-bt {
    font-size: 18px;
    color: #ffffff;
    background-color: #1cae73;
    border-radius: 4px;
    box-shadow: 0px 18px 14px #00000029;
    font-weight: 500;
    padding: 12px 18px;
    text-decoration: none;
    margin: 10px 0;
    cursor: pointer;
    text-align: center;
}

    .yes-bt:hover {
        color: #ffffff;
    }

.no-bt {
    font-size: 18px;
    color: #237b58;
    font-weight: 500;
    margin-top: 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
}

    .no-bt:hover {
        color: #237b58;
    }

.cutm-nav {
    margin-right: 0;
}

    .cutm-nav li {
        padding: 0 20px;
    }

        .cutm-nav li .qns-link {
            font-size: 15px;
            color: #ffffff;
            font-weight: 400;
            text-decoration: none;
            cursor: pointer;
        }

.wel-itc-txt {
    font-size: 16px;
    color: #2c2e3a;
    font-weight: 500;
}

.accnt-detls {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 18px;
    margin-top: -18px;
   /* width: 320px;*/
}

    .accnt-detls .acc-txt {
        font-size: 14px;
        color: #2c2e3a;
        padding-bottom: 10px;
    }

    .accnt-detls .acc-num {
        font-size: 15px;
        color: #2c2e3a;
    }

    .accnt-detls p {
        font-size: 13px;
        color: #6f7179;
        font-weight: 400;
        margin-bottom: 8px;
    }

/*.itc-pro-img {
    width: 800px;
    position: absolute;
    right: 0;
}*/

.wel-smll-txt {
    padding-left: 18px;
    padding-top: 15px;
}

.store-ig {
    padding-left: 0;
}

.receive-txt-list li p {
    margin-bottom: 0;
}

.main_ch {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 22px;
    margin-bottom: 0;
    top: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type="radio"] {
    margin: 3px 3px 0px 5px;
    -webkit-appearance: radio;
    box-sizing: border-box;
}

.main_ch input:checked ~ .main_ch_mr {
    background-color: #5cac0c;
    box-shadow: 0px 2px 4px 1px rgb(0 0 0 / 51%);
}

.price_bt_text span {
    text-align: center;
    font-size: 23px;
    color: #454545;
    margin-bottom: 20px;
}

.price_bt_text span {
    font-family: latoregular;
}

.top_btr {
    text-align: left;
    border-top: 1px solid #ececec;
    padding-top: 22px;
}

.main_ch input:checked ~ .main_ch_mr {
    background-color: #5cac0c;
}

.main_ch {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 22px;
    margin-bottom: 0;
    top: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type="radio"] {
    margin: 3px 3px 0px 5px;
    -webkit-appearance: radio;
    box-sizing: border-box;
}

.main_ch input:checked ~ .main_ch_mr {
    background-color: #5cac0c;
    box-shadow: 0px 2px 4px 1px rgb(0 0 0 / 51%);
}

.price_bt_text span {
    text-align: center;
    font-size: 16px;
    color: #2c2e3a;
    margin-bottom: 20px;
    padding-left: 10px;
}

.price_bt_text span {
    /* font-family: latoregular; */
}

.top_btr {
    text-align: left;
    border-top: 1px solid #ececec;
    padding-top: 8px;
    padding-left: 0;
}

.main_ch input:checked ~ .main_ch_mr {
    background-color: #5cac0c;
}

.main_ch {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 22px;
    margin-bottom: 0;
    top: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline;
}

    .main_ch input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        left: 12px;
        top: -19px;
    }

.main_ch_mr {
    position: absolute;
    top: 2px;
    left: 7px;
    height: 23px;
    width: 25px;
    background-color: #fff;
    border: 2px solid #1cae73;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.35);
    border-radius: 5px;
}

    .main_ch_mr:hover {
        border: 2px solid #09955c;
    }

.container:hover input ~ .main_ch_mr {
    background-color: #ccc;
}

.main_ch input:checked ~ .main_ch_mr {
    background-color: #1cae73;
}

.main_ch_mr:after {
    content: "";
    position: absolute;
    display: none;
}

.main_ch input:checked ~ .main_ch_mr:after,
.process {
    display: block;
}

.main_ch .main_ch_mr:after {
    left: 7px;
    top: 2px;
    width: 8px;
    height: 13px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.plan-items-done li {
    padding: 10px 0;
    list-style: none;
    font-size: 18px;
    color: #2c2e3a;
}

    .plan-items-done li p {
        position: relative;
        top: 1px;
        left: 30px;
    }

.emoji_ag {
    width: 50px;
    position: relative;
    top: -3px;
    left: -9px;
}

.vany-features {
    height: 345px;
}

.ser-vani-sec {
    background-color: #2c2e3a;
    padding: 80px 0;
}

.start-trial .searc-vani-num {
    font-size: 20px;
    color: #2c2e3a;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 18px 14px #00000029;
    cursor: pointer;
    text-decoration: none;
    font-weight: 500;
}

.cutm-vanity-txt {
    width: 60%;
}

.main-vani-txt {
    color: #f8f5f5;
    width: 48%;
}

.alabama-txt {
    padding: 80px 0 60px;
}

.get-alabam-txt {
    font-size: 18px;
    color: #6f7179;
    font-weight: 400;
    padding: 0 10px 24px;
}

.more-content {
    font-size: 18px;
    background-color: #f2f2f3;
    border-radius: 12px;
    padding: 30px 25px 40px;
    margin: 16px 3px;
    color: #2c2e3a;
    font-weight: 400;
}

.local-alabama {
    background-color: #f2f2f3;
}

.alabama-ftr-cntnt {
    background-color: #3c3e4b;
    border-radius: 12px;
    margin: 18px 5px;
    height: 110px;
    display: flex;
    align-items: center;
    padding-left: 24px;
}

    .alabama-ftr-cntnt h5 {
        font-size: 22px;
        color: #ffffff;
        font-weight: 400;
    }

.see-all-alabama .see-all-ftr {
    color: #1cae73;
    font-size: 18px;
    font-weight: 500;
    margin-top: -7px;
}

.see-all-alabama {
    background-color: #2c2e3a;
    justify-content: center;
}

.alabama-type {
    border-radius: 0;
}

.all_feature {
    background-color: #eaf0ee;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .all_feature a {
        color: #1cae73;
        font-size: 18px;
        font-weight: 500;
        cursor: pointer;
    }

.free_trial .tryfree {
    background-color: #1cae73 !important;
    color: #ffffff !important;
}

.features_hd {
    width: 62%;
    margin: 0 auto;
}

.main-free-txt {
    color: #f8f5f5;
}

.numbers-need {
    background-color: #f2f2f3;
    border-radius: 12px;
    padding: 30px 50px;
    margin: 20px;
}

.nums-need-hd {
    font-size: 22px;
    color: #2c2e3a;
    font-weight: 400;
}

.tollfree-tble th {
    font-size: 22px;
    color: #2c2e3a;
    font-weight: 500;
    padding: 30px 36px;
    width: 50%;
}

.tollfree-tble td {
    font-size: 14px;
    color: #2c2e3a;
    font-weight: 400;
    padding: 20px 36px;
}

.cheap-toll-link {
    padding-left: 5px;
}

.rt-spce {
    padding-right: 5px;
}

.custm-ftr-txt {
    height: 430px !important;
}

.num-wdt span {
    display: flex;
    width: 78%;
}

.accrd-list-items li {
    list-style: none;
}

.sign-up-lnk {
    padding: 0px 5px;
}

.num-list-items {
    padding-left: 0;
}
/* new css */
.min-nothrs-box {
    height: 360px;
}

.phnum-gntrstp3 {
    height: 350px;
}

.phnumgentr-txt {
    width: 51%;
}
/*Reseller page css*/
.itc-Resellerhdr {
    background-color: #2c2e3a;
    padding-top: 14px;
    top: 0px;
}

.ITC-Reseller-content #Reseller-iTelecenter-innerLeft {
    float: none;
    margin: 0;
}

.ITC-Reseller-features {
    padding: 80px 0px;
    background-color: #2c2e3a;
    font-feature-settings: 'liga' off;
}

.ITCreseller-hdng {
    padding-top: 20px;
    padding-bottom: 50px;
    text-align: center;
}

.ITCR-smallhdng {
    font-size: 28px;
    color: #2c2e3a;
}

.ITCR-featurebox {
    padding: 26px 30px;
    height: 100%;
}

    .ITCR-featurebox .plan-features {
        padding: 0px;
    }

.ITCR-Freeplan {
    font-size: 18px;
    color: #2c2e3a;
    font-weight: 500;
    padding-top: 10px;
}

.ITCR-greenclr {
    color: #0d6efd;
    text-decoration: none;
    display: inline-block !important;
    padding-left: 0px !important;
    cursor: pointer;
}

    .ITCR-greenclr:hover {
        color: #0d6efd;
    }

.ITCR-ulitem li:before {
    background-image: none !important;
}

.ITCR-ulitem li {
    list-style: disc;
}

.ITCR-ulitem {
    padding-left: 60px;
}

.ITCR-marginbtm {
    margin-top: 15px;
    margin-bottom: 15px;
}

.ITCR-monthlyservice {
    padding: 80px 0px;
    background-color: #f2f2f3;
}

    .ITCR-monthlyservice .phonenum-h4 {
        width: 100%;
    }

    .ITCR-monthlyservice .plan-features {
        padding-left: 0px;
    }

.ITCR-Appendix {
    padding: 80px 0px;
}

.ITCR-wholesale {
    font-size: 18px;
    color: #2c2e3a;
}

.ITCR-trBackground {
    background-color: #f1faf7;
}

.ITCR-tblhd {
    width: 70% !important;
}

.ITCR-table th, .ITCR-table td {
    font-size: 18px;
    color: #2c2e3a;
    font-weight: 400;
    padding: 16px 24px;
}

.ITCR-trBackground td:first-child {
    border-right-color: transparent;
}

.ITCR-trHdng {
    font-weight: 500 !important;
}

.ITCR-tblcarierHD {
    width: 100%;
}

.ITCR-table {
    margin-top: 5px;
}

.ITCR-Tblcontent {
    padding-top: 60px;
}

.ITCR-superscript {
    padding-right: 4px;
    font-weight: 500;
    cursor: pointer;
    color: #0d6efd;
}
/*.ITCR-superscript2 {
    padding-left: 4px;
    font-weight: 400;
}*/
.ITCR-CmnsTxt {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 14px;
}

.ITCR-cmnspdleft {
    padding-left: 4px;
}

.ITCR-Form {
    padding: 60px 0px;
}

.ITCR-featurebox .plan-items li span {
    display: block;
}

.ITCR-Formbox {
    background-color: #FFFFFF;
    border-radius: 8px;
    width: 615px;
    margin: 0 auto;
    padding: 35px 40px;
    box-shadow: 0px 42px 77px #f1f0f0;
}

    .ITCR-Formbox #DivResellerForm li {
        list-style: none;
    }

    .ITCR-Formbox #DivResellerForm .LeftTab, .ClearFloat {
        font-size: 14px;
        color: #2c2e3a;
    }

    .ITCR-Formbox #DivResellerForm input, .ITCR-Formbox #DivResellerForm textarea {
        width: 100%;
        padding: 4px;
        border: 1px solid #c6c6c6;
        border-radius: 4px;
    }

#DivResellerForm ul {
    padding-left: 0px;
}

#DivResellerForm .RightTab {
    padding-bottom: 16px;
}

#RBLPrograms tbody tr {
    display: flex;
    gap: 15px;
    padding-top: 8px;
}

#RBLPrograms tbody td {
    display: flex;
}

#RBLPrograms tbody tr input {
    margin: 0px 4px 0px 0px;
    width: auto !important;
}

.ITCR-Captcha {
    margin-top: 15px;
    display: flex;
}

    .ITCR-Captcha #btnRefresh {
        border: none !important;
    }

#RBLPrograms label {
    text-shadow: none;
    font-size: 14px;
}

.step3_cc_TandC_txt .fltlt {
    font-size: 14px;
}

.ITCR-Formbox .ITCR-submitbt {
    width: 100% !important;
    background-color: #1cae73;
    color: #FFFFFF;
    border: none !important;
    margin-top: 15px;
    padding: 10px !important;
}

    .ITCR-Formbox .ITCR-submitbt:hover {
        background-color: #1a9c68;
    }

.ITCR-navbar .navbar-nav {
    margin-right: 0;
}

.ITCR-navbar .header-trial {
    margin-right: 13px;
    margin-left: 0px;
}

.ITCR-navbar .ITCR-hdrlink {
    color: #bbbcbf;
    font-size: 15px;
    cursor: pointer;
    padding: 0.5rem 1rem;
    text-decoration: none;
}

    .ITCR-navbar .ITCR-hdrlink:hover {
        color: #ffffff;
    }

.ITC-affiliateContent, .ITC-affiliateContent #AffiliateSignup-iTelecenter-innerLeft {
    float: none !important;
    width: 100% !important;
    margin: 0px !important;
}

.ITCR-Headertrial .hd-signin {
    margin-left: 8px;
}

#AffiliateSignup-iTelecenter-innerLeft .ITCA-mainHdng {
    color: #2c2e3a !important;
    font-size: 46px;
    font-weight: 400;
}

.ITC-affiliateContent .ITCA-mainPara {
    font-size: 18px !important;
    color: #2c2e3a !important;
    text-align: center;
    margin-bottom: 40px !important;
}

.ITCA-Formbox {
    background-color: #FFFFFF;
    border-radius: 8px;
    margin: 0 auto;
    padding: 35px 40px;
    box-shadow: 0px 42px 77px #f1f0f0;
}

#AffiliateSignup-iTelecenter-innerLeft .ITCA-Formbox #Form1Tab {
    width: 100%;
    float: none;
    margin-left: 0px;
    padding-left: 0px;
}

    #AffiliateSignup-iTelecenter-innerLeft .ITCA-Formbox #Form1Tab .LeftTab {
        width: 100%;
        float: none;
        text-align: left;
        padding: 0px;
        font-size: 14px;
    }

    #AffiliateSignup-iTelecenter-innerLeft .ITCA-Formbox #Form1Tab .RightTab {
        width: 100%;
        float: none;
        padding: 0px 0px 20px;
    }

    #AffiliateSignup-iTelecenter-innerLeft .ITCA-Formbox #Form1Tab input, #AffiliateSignup-iTelecenter-innerLeft .ITCA-Formbox #Form1Tab select {
        width: 100%;
        border-radius: 4px;
        padding: 4px;
        font-size: 14px;
        color: #2c2e3a;
    }

    #AffiliateSignup-iTelecenter-innerLeft .ITCA-Formbox #Form1Tab select {
        border: 1px solid #c6c6c6;
        padding: 6px;
    }

#AffiliateSignup-iTelecenter-innerLeft .ITCA-Formbox #AffiliateBenefits {
    width: 320px;
    border: 1px solid #c6c6c6;
    float: right;
    padding: 8px;
    border-radius: 4px;
}

#AffiliateSignup-iTelecenter-innerLeft .ITCA-Formbox h2 {
    font-weight: 400;
    color: #2c2e3a;
    margin-bottom: 20px;
}

#AffiliateSignup-iTelecenter-innerLeft .ITCA-Formbox #AffiliateBenefits .green {
    font-weight: 500;
    color: #2c2e3a;
}

.ITCA-submitbt {
    background-color: #1cae73;
    color: #FFFFFF;
    border: none;
    border-radius: 4px;
    margin-top: 15px;
    padding: 12px 26px;
}

#Form2Tab input, #Form3Tab input, #Form4Tab input {
    padding: 4px;
    border-radius: 4px;
    border: 1px solid #c6c6c6;
}

.ITCA-PayPal {
    padding-top: 50px;
}

    .ITCA-PayPal #Form2Tab, .ITCA-PayPal #Form3Tab, .ITCA-PayPal #Form4Tab {
        margin-left: 0px !important;
        float: none !important;
        margin-bottom: 0px;
    }

    .ITCA-PayPal .ITCA-PaypalLeft {
        padding-right: 30px;
    }

#AffiliateSignup-iTelecenter-innerLeft .ITCA-PayPal #Form1Tab .LeftTab, #AffiliateSignup-iTelecenter-innerLeft .ITCA-PayPal #Form2Tab .LeftTab, #AffiliateSignup-iTelecenter-innerLeft .ITCA-PayPal #Form3Tab .LeftTab, #AffiliateSignup-iTelecenter-innerLeft .ITCA-PayPal #Form4Tab .LeftTab {
    float: none;
    text-align: left;
    padding: 0px;
    width: 100%;
    font-size: 14px;
}

#AffiliateSignup-iTelecenter-innerLeft .ITCA-PayPal #Form1Tab .RightTab, #AffiliateSignup-iTelecenter-innerLeft .ITCA-PayPal #Form2Tab .RightTab, #AffiliateSignup-iTelecenter-innerLeft .ITCA-PayPal #Form3Tab .RightTab, #AffiliateSignup-iTelecenter-innerLeft .ITCA-PayPal #Form4Tab .RightTab {
    float: none;
    padding: 0px 0px 20px;
    width: 100%;
}

.ITCA-PayPal .RightTab input {
    width: 300px !important;
    font-size: 14px;
}

#btActivateMyAffiliateAccount {
    margin-left: 36px;
}

.ITC-affiliateContent {
    padding-bottom: 60px;
    font-feature-settings: 'liga' off;
}

#AffiliateSignup-iTelecenter-innerLeft .ITCA-PayPal p {
    margin-bottom: 15px;
}

.ITCA-confirmation #AffiliateConfirmation-iTelecenter-inner {
    float: none;
    width: 100%;
    margin: 0 auto;
}

.ITCA-confirmation #AffiliateConfirmation-iTelecenter-innerLeft {
    float: none;
    width: 100%;
    margin: 0px;
}

.ITCA-confirmation #AffiliateConfirmationContent, .ITCA-confirmation #AffiliateConfirmationContent p {
    width: 100%;
    margin: 0px;
    color: #2c2e3a;
}

.ITCA-confirmation {
    padding: 80px 0px;
}

    .ITCA-confirmation #AffiliateConfirmationContent #GreenContener {
        border: none;
        background-color: #f1faf7;
        margin-top: 20px;
        padding: 20px 30px;
        border-radius: 6px;
    }

.ITCAC-heading {
    font-size: 20px !important;
    font-weight: 500;
    color: #2c2e3a;
}

.ITCA-confirmation #AffiliateConfirmationContent .itelecenterlogo {
    margin-left: 0px;
}

.ITCA-confirmation #AffiliateConfirmationContent #GreenContener p {
    padding-top: 8px;
    width: 100%;
    margin-bottom: 12px;
}

.ITCAC-padtop {
    padding-top: 25px;
}

#DivResellerConfirmation {
    text-align: center;
    padding-bottom: 10px;
}

.ITCR-Padleft {
    padding-left: 45px !important;
}

.ITCR-Smalltxt {
    font-size: 16px;
}

.ITCA-popupbox #pnlAffiliateTop {
    width: 703px;
}

/*New css*/
.contact-details .input-lg,
.contact-details select {
    font-size: 14px;
   /* color: #bbbcbf;*/
    font-weight: 400;
    border: 1px solid #e9e9eb;
    border-radius: 4px;
    margin: 0px 0px 12px;
    padding: 10px 14px;
    height: 42px;
}

