body {
    font-family: 'Circular Std Book',sans-serif;
    font-weight: 400;
    line-height: inherit;
}
.navbar-default {
    background: -moz-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,1) 11%);
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,1) 11%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,1) 11%);
    background-color: #fff;
}

#orderlogo {3345

    display: none;
}

.gutter_bottom_small {
    margin-bottom: 14px;
    padding-top: 8px;
}

#divSort {
    display: none !important;
}

.navbar-brand > img {
    display: inline-block !important;
    width: 20px;
    margin-right: 2px;
}

.menu_bg {
    background-color: transparent;
    border-top: 1px solid #E5E5E5;
    padding-top: 10px;
}

.menu_top_right {
    list-style-type: none;
    margin-top: 15px;
    margin-bottom: 0;
}

    .menu_top_right li {
        margin-right: 45px;
        float: left;
        color: #000;
        font-size: 16px;
    }

        .menu_top_right li:last-child {
            margin-right: 0;
        }

.nav > li:first-child {
    padding-left: 0;
}

.activecolor {
    background-color: #F6F6F6 !important;
    color: #262626 !important;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 98%;
    margin-top: 0px;
    box-shadow: 9px -2px 6px 0 rgb(0 0 0 / 13%);
    background-color: #fff;
    width: 190px;
    padding: 70px 10px 5px 10px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    position: absolute;
    border: none;
}

ul.toll_free2 {
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
}

.dropdown-menu > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.open > .dropdown-menu::before {
    content: '';
    display: inline-block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #dcdbdb;
    border-bottom-color: rgb(255 255 255 / 99%);
    position: absolute;
    top: -9px;
    left: 96px;
}

.main_section {
    margin-top: 165px;
}

.add_cart {
    background-image: url(../Content/images/ico_cart.svg);
    background-position: 3px 1px;
    background-size: 25px;
    background-repeat: no-repeat;
    padding-left: 31px;
    cursor: pointer;
    position: relative;
    text-align: center;
    overflow: visible;
    width: 41px;
    height: 25px;
    display: inline-block;
}

    .add_cart:hover, .chat_main:hover {
        color: #058fe7;
    }

    .add_cart span {
        color: #373737;
        background-color: #FFBA3C;
        border-radius: 50px;
        width: 22px;
        height: 23px;
        display: block;
        position: absolute;
        top: -11px;
        right: -6px;
        font-size: 18px;
    }

.chat_main {
    background-image: url(../Content/images/chat_icon.png);
    background-position: 2px 1px;
    background-size: 20px;
    background-repeat: no-repeat;
    padding-left: 25px;
    cursor: pointer;
}

.main_cnt {
    color: #242424;
    font-family: 'Circular Std Black', sans-serif;
    font-size: 56px;
    text-align: center;
    margin-bottom: 30px;
}

.small_cnt {
    color: #373737;
    font-family: 'Circular Std Bold', sans-serif;
    font-size: 24px;
    text-align: center;
    clear: both;
    margin-bottom: 20px;
}

.LinkStates_main {
    display: none;
}

.light_lb {
    color: #000;
    font-size: 16px;
    font-family: proxima_nova_light;
    padding-bottom: 5px;
    padding-left: 2px;
}

.tollfreevan {
    background-image: url(../Content/images/toll_freevan.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center 82px;
    height: 580px;
}

.tabs {
    max-width: 880px;
    margin: 0 auto;
    padding: 0 20px;
    margin-top: 20px;
    margin-bottom: 5px;
}

#tab-button {
    display: table;
    table-layout: fixed;
    width: 80%;
    margin: 0;
    padding: 8px;
    list-style: none;
    background-color: #6733D1;
    border-radius: 30px;
    margin: 0 auto;
}

li.is-active > span > span {
    display: inline;
    padding-bottom: 5px;
}

#tab-button li {
    display: table-cell;
    width: 20%;
}

#tab-button > li > span {
    display: block;
    text-align: center;
    color: #d2d2d2;
    text-decoration: none;
    padding: 10px;
    font-size: 24px;
    cursor: pointer;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#tab-button li:not(:first-child) a {
    border-left: none;
}

#tab-button li span {
    margin-right: 7px;
}

#tab-button li:last-child span {
    margin-right: 0;
}

#tab-button > .is-active > span {
    background: #fff;
    color: #6733D1;
    font-size: 24px;
    border-radius: 30px;
    cursor: default;
}

.tab-contents {
    padding: .5em 2em 1em;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    -moz-box-shadow: -1px -1px 48px -19px rgba(150,148,150,1);
    box-shadow: 1px 9px 13px 0px rgb(150 148 150 / 38%);
    border-radius: 20px;
}

.tab-button-outer {
    display: none;
}

.tab-contents {
    margin-top: 20px;
}

.tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
}

.tab-select-outer {
    display: none;
}

.tab-contents {
    position: relative;
    top: -32px;
    margin-top: 0;
    padding-top: 40px;
}

.list_local_main {
    width: 180px;
    float: left;
}

.local_main_text {
    width: 450px;
    float: left;
    position: relative;
}

.search_local {
    width: 140px;
    float: left;
}

.select_cum {
    height: 65px;
}

.no_br_right {
    border-right: 0;
}

.no_br_left {
    border-right: 0;
}

.input_custom {
    border-radius: 0;
    height: 65px;
    font-family: proxima_nova_light;
    padding: 10px;
    width: 100%;
    font-size: 24px;
    box-shadow: none;
    border: 1px solid #d6d6d6;
}

.input-group-addon_cum {
    background-image: url(../Content/images/ico_search.svg);
    background-size: 54px;
    background-repeat: no-repeat;
    border-color: transparent;
    background-repeat: no-repeat;
    color: #fff;
    height: 58px;
    border: 0;
    position: absolute;
    top: 5px;
    right: 3px;
    z-index: 777;
    background-color: transparent;
    width: 58px;
}

.search_local_main {
    display: table;
    margin: 0 auto;
    clear: both;
    padding: 45px 0 45px 0;
}

.local_pg_tpt {
    padding-top: 20px;
}

input[type=text]::placeholder, textarea::placeholder {
    font-size: 18px;
}

li.login_rwd input[type=text]::placeholder {
    font-size: 14px;
}

.fillter_local {
    padding: 23px 0;
    clear: both;
    display: block;
}

    .fillter_local div {
        color: #373737;
        background-image: url(../Content/images/ico_filter.svg);
        background-position: 2px 5px;
        padding-left: 28px;
        background-size: 13px;
        background-repeat: no-repeat;
        font-size: 16px;
        padding-top: 1px;
        float: right;
    }

.fillter_1 {
    width: 440px;
    margin-right: 5px;
    float: left;
}

    .fillter_1:last-child {
        margin-right: 0;
    }

    .fillter_1 select {
        height: 42px;
        font-size: 18px;
        padding: 5px;
    }

.second_cnt {
    color: #373737;
    font-family: 'Circular Std Bold', sans-serif;
    font-size: 20px;
    text-align: center;
    padding: 60px 0 40px 0;
    margin-top: 0;
}

.carriers_main {
    padding: 0 0 60px 0;
}

    .carriers_main img {
        display: table;
        margin: 0 auto;
    }


.featured_sec {
    background-color: #fafafa;
    padding: 15px 0 45px 0;
    margin-bottom: 15px;
}

.featured_nm {
    padding: 20px 0 0 0;
}

    .featured_nm img {
        display: table;
        margin: 0 auto;
    }

.main_follow_np {
    width: 1500px;
    margin: 0 auto;
    display: table;
    margin-top: 30px;
    margin-bottom: 30px;
}

    .main_follow_np ul {
        background-image: url(../Content/images/main_flow_ni.png);
        background-repeat: no-repeat;
        width: 100%;
        height: 250px;
        background-position: bottom;
        list-style-type: none;
        padding: 0 40px;
    }

        .main_follow_np ul li {
            width: 25%;
            float: left;
            color: #1e1e1e;
            font-size: 20px;
            text-align: center;
            list-style: none;
            padding: 0 40px;
        }

            .main_follow_np ul li:last-child {
                margin-right: 0;
            }

.toll_free_main_hd {
    margin: 30px 0;
}

.toll_free_cnt {
    width: 1300px;
    margin: 0 auto;
    display: table;
    font-size: 22px;
    margin-bottom: 30px;
    color: #1e1e1e;
    text-align: center;
}

.cust_btn {
    background-color: #6733D1;
    color: #fff;
    font-size: 16px;
    padding: 14px 20px;
    border-radius: 0;
    background-size: 10px;
    position: relative;
    font-family: 'Circular Std Book', sans-serif;
    border-radius: 5px;
}

    .cust_btn img {
        position: absolute;
        width: 11px;
        top: 19px;
        right: 32px;
    }

.postion_btn {
    margin: 0 auto;
    display: table;
    margin-bottom: 30px;
    border-radius: 5px;
}

.cust_btn:hover {
    box-shadow: 0 5px 4px 0 #6733d1;
}

.number_main {
    clear: both;
    width: 100%;
}

.number_inner_main {
    width: 1330px;
    margin: 0 auto;
    padding: 20px 0;
    display: table;
}

.number_inner_hd {
    color: #1e1e1e;
    font-size: 24px;
    margin-bottom: 30px;
}

.number_view {
    margin-bottom: 30px;
    padding: 5px;
    width: auto;
    border-radius: 10px;
    border: 1px solid #fff;
}

    .number_view:hover {
        border: 1px solid #D6D6D6;
        box-shadow: -1px 1px 10px 0 rgb(150 148 150 / 41%);
    }

.number_ni {
    color: #373737;
    font-size: 20px;
    text-align: center;
    width: 243px;
    margin: 0 auto;
    font-family: 'Circular Std Medium', sans-serif;
    padding-bottom: 5px;
}

.number_place {
    color: #1e1e1e;
    font-family: proxima_nova_light;
    font-size: 16px;
    padding: 0 5px;
    float: left;
    font-size: 14px;
    margin-bottom: -13px;
    position: relative;
    top: 19px;
}

.num_space {
    letter-spacing: .025em;
}

div.number_price span {
    font-size: 12px;
    color: #373737;
    font-family: 'Circular Std Book', sans-serif;
}

.vr_space {
    margin-bottom: 6px;
}

.number_price {
    color: #6733D1;
    font-size: 16px;
    text-align: center;
    padding: 0 5px;
    font-family: 'Circular Std Medium', sans-serif;
}

.addcart {
    overflow: auto;
    padding-top: 10px;
}

.add_number, .buy_number, .remove_number {
    float: left;
    padding: 6px 0px 8px 5px;
}

.checkout_number {
    float: left;
    padding: 6px 0px 8px 5px;
}

    .add_number a, .buy_number a, .checkout_number a, .remove_number a {
        color: #373737;
        font-size: 16px;
        text-decoration: none;
        border: 0;
        box-shadow: none;
        cursor: pointer;
        font-family: 'Circular Std Book', sans-serif;
    }

        .buy_number a:hover {
            color: #058fe7;
            text-decoration: none;
        }

.addcart_number, .removecart_number {
    float: left;
}

.addcart_btn {
    background-image: url(../Content/images/ico_addtocart.svg);
    background-repeat: no-repeat;
    background-size: 17px;
    border: 0;
    box-shadow: none;
    width: 17px;
    cursor: pointer;
    height: 17px;
    margin-top: 5px;
}

.remove_out {
    background-image: url(../Content/images/icon_removecart.svg);
    background-repeat: no-repeat;
    background-size: 17px;
    border: 0;
    box-shadow: none;
    width: 17px;
    cursor: pointer;
    height: 17px;
    margin-right: 5px;
    position: absolute;
    left: -79px;
    top: 6px;
}

.removecart_number {
    position: relative;
}

.number_ht {
    min-height: 108px;
}

div.add_to_cart {
    border: 1px solid #058fe7;
    box-shadow: 0 5px 4px 0 rgba(150,148,150,1);
}

    div.add_to_cart .buy_number div {
        color: #dcddde;
        font-size: 18px;
        text-decoration: none;
        border: 0;
        box-shadow: none;
    }

.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
}

.country_logo {
    width: 500px;
    margin: 0 auto;
    padding: 0 0 30px 0;
    display: table;
    clear: both;
    position: relative;
    display: none !important;
}

    .country_logo img {
        width: 150px;
        text-align: center;
        display: table;
        margin: auto;
    }

.dot_view_line {
    position: absolute;
    right: 91px;
    width: 100px !important;
    top: 34px;
}

.client_rv {
    padding: 50px 0;
    position: relative;
}

.slider {
    width: 1400px;
    margin: 50px auto;
    margin-bottom: 0;
}

.slick-slide {
    margin: 0 18px;
}

    .slick-slide img {
        width: 100%;
    }

.slick-next:before, .slick-prev:before {
    color: #000;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}

.slick-active {
    opacity: .5;
}

.slick-current {
    opacity: 1 !important;
}

.line_fix {
    position: absolute;
    width: 1400px;
    border: 1px solid #d6d6d6;
    right: 0;
    top: 364px;
    height: 1px;
    z-index: 0;
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
    position: sticky;
    z-index: 999;
    float: right;
}

.slick-active {
    opacity: 1;
}

.slick-next, .slick-prev {
    display: none !important;
}

.client_box {
    border: 1px solid #d6d6d6;
    padding: 18px;
    background-color: #fff;
    position: relative;
    min-height: 280px;
    border-radius: 20px;
}

.test_mln {
    font-size: 20px;
    padding: 10px 3px 10px 38px;
    color: #373737;
}

    .test_mln span {
        display: block;
        margin-bottom: 20px;
        font-size: 14px;
    }

.slick-list {
    cursor: move;
}

.client_apsrt {
    position: absolute;
    top: -1px;
    float: left;
    width: 30px !important;
    left: 0;
}

.client_name {
    display: block;
    color: #373737;
    font-size: 22px;
    margin-bottom: 0;
    padding-top: 10px;
}

    .client_name label {
        display: block;
        color: #000;
        font-size: 22px;
        margin-bottom: 0px;
    }

.client_box .col-lg-4 img {
    padding-top: 30px;
}

footer {
    position: relative;
    clear: both;
}

.cust_btn_dark {
    background-color: #d9d9d8;
    color: #000;
    font-size: 26px;
    padding: 12px 50px 12px 50px;
    border-radius: 0;
    background-size: 10px;
    box-shadow: 0 5px 4px 0 rgba(150,148,150,1);
    position: relative;
    margin-bottom: 30px;
}

    .cust_btn_dark:hover {
        color: #000;
        background-color: #bbbbb9;
    }

.footer_link {
    margin: 0 auto;
    display: table;
    font-size: 14px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.phone_footer_icon {
    position: relative;
    left: -20px;
    top: -2px;
}

.phone_footer {
    color: #1e1e1e;
    font-size: 26px;
}

.search_result_main {
    width: 100%;
    padding: 0 0 20px 0;
    margin: 0 0 30px 0;
}

.search_lb_txt {
    margin-bottom: 20px;
    padding-left: 15px;
}

.ref_link {
    margin: 0 auto;
    display: table;
    font-size: 18px;
    color: #88c438;
    padding-top: 5px;
    clear: both;
    text-align: center;
}
  

    .ref_img_icon {
        position: relative;
        left: -20px;
        top: -2px;
    }

.ref_text {
    color: #6e07ad;
    font-size: 24px;
    display: block;
    text-align: center;
}

.ref_img_icon img {
    width: 24px;
}

.payment_ag {
    width: 1445px;
    margin: 0 auto;
    padding: 0 0 30px 0px;
    position: relative;
    min-height: 600px;
}

    .payment_ag > ul {
        list-style-type: none;
        position: relative;
        margin-bottom: 50px;
        clear: both;
        overflow: hidden;
        width: 1000px;
        margin: 0 auto;
        margin-bottom: 30px;
    }

        .payment_ag > ul > li {
            list-style: none;
            padding-left: 7%;
        }

            .payment_ag > ul > li::before {
                display: block;
                content: "";
                width: 99px;
                background: #ccc;
                position: absolute;
                right: -47px;
                top: 32px;
                bottom: -50px;
                height: 1.5px;
            }

            .payment_ag > ul > li:last-child::before {
                display: block;
                width: 0;
                background: #ccc;
                position: absolute;
                left: -37px;
                top: 32px;
                bottom: -50px;
            }

            .payment_ag > ul > li > h2 {
                font-size: 26px;
                letter-spacing: 1px;
                margin-bottom: 6px;
                line-height: 28px;
                padding-top: 4px;
                margin-bottom: 0;
                text-align: left;
            }

                .payment_ag > ul > li > h2::before {
                    display: block;
                    content: "";
                    position: absolute;
                    top: 16px;
                    width: 25px;
                    height: 25px;
                    background-color: #ffff;
                    background-repeat: no-repeat;
                    background-size: 25px;
                    border-radius: 50%;
                    z-index: 999;
                    border: 1px solid #9c9c9c;
                }

            .payment_ag > ul > li.active > h2::before {
                display: block;
                position: absolute;
                top: 16px;
                width: 26px;
                height: 26px;
                background-color: transparent;
                background-image: url(../Content/images/ico_stepper_done.svg);
                background-repeat: no-repeat;
                z-index: 999;
                border: 0;
            }

.small_lb {
    padding: 5px 0 15px 0;
    font-family: proxima_nova_light;
    color: #929090;
    font-size: 20px;
}

.number_view_cart {
    border: 1px solid #d6d6d6;
    padding: 5px;
    min-height: 250px;
    width: 100%;
    margin-bottom: 34px;
    border-radius: 20px;
    overflow: auto;
    min-height: 435px;
}

.cart_number {
    border-bottom: 1px solid #d6d6d6;
    padding: 20px 0;
    overflow: auto;
}

.very_small_lb {
    font-family: proxima_nova_light;
    color: #1e1e1e;
    font-size: 16px;
    text-align: right;
    padding-right: 5px;
}

.plan_main {
    overflow: auto;
    padding-bottom: 10px;
    float: left;
    width: 200px;
    text-align: left;
}

.mnt_pln {
    width: 50%;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #000;
}

.no_pln {
    padding: 2px 5px;
    text-align: left;
    font-size: 18px;
}

.year_pln {
    width: 50%;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #000;
}

.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;
}

    .main_ch input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        left: 12px;
        top: -19px;
    }

.main_ch_mr {
    position: absolute;
    top: -18px;
    left: 7px;
    height: 20px;
    width: 20px;
    background-color: #efefef;
    border: 2px solid #d6d6d6;
    box-shadow: inset 0 0 1px rgba(0,0,0,.35);
}

    .main_ch_mr:hover {
        border: 2px solid #000;
    }

.container:hover input ~ .main_ch_mr {
    background-color: #ccc;
}

.main_ch input:checked ~ .main_ch_mr {
    background-color: #058fe7;
    border: 1px solid #058fe7;
}

.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: 5px;
    top: 2px;
    width: 7px;
    height: 11px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cart_bt {
    margin-bottom: 10px;
}

.plan_main span {
    padding-right: 5px;
    font-size: 12px;
    position: relative;
    display: block;
    padding-bottom: 4px;
    color: #5B5B5B;
}

.cart_close {
    float: right;
    color: #26B0F8;
    margin-right: 5px;
    margin-top: 23px;
    cursor: pointer;
}

    .cart_close img:hover {
        border: 2px dotted #fd5494;
        border-radius: 50px;
    }

.cart_cnt {
    font-size: 16px;
    color: #5B5B5B;
    margin-bottom: 20px;
    clear: both;
    line-height: 1.6em;
    margin-top: 20px;
}

div.number_view_cart .col-lg-3 {
    margin-bottom: 20px;
}

.car_btn_main {
    margin: 0 auto;
    display: table;
    padding: 5px 5px 10px 0;
    float: right;
}

.cart_btn {
    background: #fff;
    color: #6733D1;
    padding: 12px 20px;
    float: left;
    text-align: center;
    margin-right: 20px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #6733D1;
}

.cart_btn2 {
    background: #6733d1;
    color: #fff;
    padding: 12px 20px;
    float: right;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
}

    .cart_btn2:hover {
        background-color: #511fb7;
        color: #fff;
    }

.cart_btn:hover {
    color: #6733D1;
}

.car_btn_main div {
    clear: both;
    padding-top: 20px;
    font-size: 16px;
    color: #1e1e1e;
}

.payment_ag > ul > li > h2.second_fm {
    margin-bottom: 20px;
}

.form-control::-webkit-input-placeholder {
    color: #1e1e1e;
}

.form-control:-moz-placeholder {
    color: #1e1e1e;
}

.form-control::-moz-placeholder {
    color: #1e1e1e;
}

.form-control:-ms-input-placeholder {
    color: #1e1e1e;
}

textarea::plaeholder {
    color: #1e1e1e;
}

company_nm::-ms-input-placeholder {
    color: #1e1e1e;
}

div.company_nm input::placeholder {
    color: #d6d6d6 !important;
}

.validate_er {
    color: #eb0505;
    position: absolute;
    top: -18px;
    left: 44px;
}

.card_lb {
    font-family: proxima_nova_light;
    font-size: 22px;
    color: #4d4b4b;
    padding-bottom: 5px;
}

.cap_main {
    margin: 0 auto;
    display: table;
    width: 350px;
    padding: 20px 0 10px 0;
}

.marg_bottom_buy {
    padding-bottom: 10px;
    padding-top: 10px;
    clear: both;
    padding-left: 10px;
}

.cap_br {
    padding-left: 10px;
}

.marg_bottom_buy a {
    color: #0d9dd8;
    text-decoration: none;
}

    .marg_bottom_buy a:hover {
        color: #0d9dd8;
        text-decoration: none;
        outline: 0;
    }

.cart_btn_done {
    background-color: #88c439;
    color: #fff;
    padding: 10px 40px;
    border: 0;
    outline: 0;
    box-shadow: none;
    font-size: 24px;
    float: none;
}

    .cart_btn_done:hover {
        background-color: #67b008;
        color: #fff;
        border: 0;
    }

.cart_btn_done_main {
    margin-bottom: 20px;
    clear: both;
    overflow: auto;
}

div.payment_ag .form-control {
    height: 65px;
    border-radius: 50px;
    margin-bottom: 35px;
}

.dropdown-menu.pull-right:before, .pull-right > li > .dropdown-menu:before {
    left: auto;
}

.open > .dropdown-menu {
    display: block;
    width: 221px;
    background-color: #ffffff;
    box-shadow: 3px -2px 9px 1px rgb(0 0 0 / 17%);
    padding: 12px;
    min-height: 357px;
    border-radius: 20px !important;
}

    .open > .dropdown-menu > .form-control {
        height: 40px;
        margin-bottom: 7px;
        font-family: 'Circular Std Book', sans-serif;
        font-size: 16px;
    }

        .open > .dropdown-menu > .form-control::placeholder {
            color: rgba(150,148,150,1);
            font-family: 'Circular Std Book', sans-serif;
            font-size: 16px;
        }

.login_btn {
    background-color: #ffffff;
    color: #373737;
    font-size: 16px;
    border: 0;
    padding: 5px 20px;
    width: 100%;
    border: 1px solid #6733d1;
    border-radius: 20px;
    outline: none;
}

    .login_btn:hover {
        background-color: #6733d1;
        outline: none;
    }

    .login_btn:focus {
        background-color: #6733d1;
        outline: none;
    }

.dropdown a {
    color: #000;
    font-size: 14px;
    cursor: pointer;
}

    .dropdown a:hover {
        color: #058fe7;
        text-decoration: none;
        outline: 0;
    }

.a:hover, a:focus {
    text-decoration: none;
}

.add_cart p {
    display: inline;
}

div.btn_rwd {
    float: left;
}

.nav > li > a:hover {
    color: #6733D1 !important;
}

.slick-slider {
    height: 330px;
}

.contact_us {
    font-size: 25px;
    color: #1e1e1e;
    margin-bottom: 10px;
}

.contact_small {
    font-size: 20px;
    color: #1e1e1e;
    margin-bottom: 10px;
}

.control-label {
    font-size: 18px;
    font-weight: 400;
    color: #1e1e1e;
}

div.contact .col-md-2 {
    width: 10.666667%;
}

.cart_btn_done_main2 {
    display: table;
    margin-bottom: 10px;
    margin-top: 10px;
}

.contact_main {
    border: 1px solid #d6d6d6;
    padding: 30px 20px 0 20px;
    min-height: 250px;
    width: 100%;
    margin-bottom: 50px;
    box-shadow: 0 15px 15px 1px rgba(146,146,146,.73);
    overflow: auto;
}

.form-control {
    font-family: 'Circular Std Book', sans-serif;
    font-size: 16px;
    color: #1e1e1e;
}

.page-header {
    border-bottom: 0;
    margin: 40px 0 -25px;
}

.well {
    min-height: 10px;
    padding: 5px;
    margin-bottom: 20px;
    background-color: #6e07ad;
}

.mrg_who_bootm {
    margin-bottom: 20px;
    font-size: 20px;
}

.innertxtpp h2 {
    font-size: 26px;
    color: #88c438;
    margin-bottom: 10px;
    margin-top: 20px;
}

.innertxtpp p {
    margin-bottom: 20px;
    font-size: 20px;
    color: #1e1e1e;
}

.aboutus-text {
    color: #1e1e1e;
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 20px;
}

.aboutus-banner img {
    margin: 0 auto;
    display: table;
    padding-top: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    margin-bottom: auto !important;
    width: 100%;
}

.activity_rounded2 {
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px dotted #d6d6d6;
    padding: 7px;
    box-shadow: 0 1px 6px rgba(0,0,0,.3);
    display: table;
    margin: 0 auto;
    margin-bottom: 36px;
    width: 57%;
    margin-top: 29px;
}

.location img {
    display: block;
    margin: 0 auto;
}

.location_ad p {
    margin-bottom: 20px;
    font-size: 20px;
    color: #1e1e1e;
}

.location {
    margin-bottom: 30px;
}

.template_faq {
    background: #edf3fe none repeat scroll 0 0;
}

.panel-group {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 5px 30px 0 rgba(0,0,0,.29);
    margin-bottom: 0;
    padding: 30px;
    border-radius: 5px;
}

#accordion .panel, #accordion2 .panel, #accordion3 .panel, #accordion4 .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 15px 10px;
}

#accordion .panel-heading, #accordion2 .panel-heading, #accordion3 .panel-heading, #accordion4 .panel-heading {
    border-radius: 30px;
    padding: 0;
}

#accordion .panel-title a, #accordion2 .panel-title a, #accordion3 .panel-title a, #accordion4 .panel-title a {
    background: rgba(103,22,255,.68) none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 20px 12px 50px;
    position: relative;
    transition: all .3s ease 0s;
    font-size: 18px;
}

    #accordion .panel-title a.collapsed, #accordion2 .panel-title a.collapsed, #accordion3 .panel-title a.collapsed, #accordion4 .panel-title a.collapsed {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #ddd;
        color: #333;
        cursor: default;
    }

        #accordion .panel-title a.collapsed::after, #accordion .panel-title a::after, #accordion2 .panel-title a.collapsed::after, #accordion2 .panel-title a::after, #accordion3 .panel-title a.collapsed::after, #accordion3 .panel-title a::after, #accordion4 .panel-title a.collapsed::after, #accordion4 .panel-title a::after {
            background: #6716ff none repeat scroll 0 0;
            border: 1px solid transparent;
            border-radius: 50%;
            box-shadow: 0 3px 10px rgba(0,0,0,.58);
            color: #fff;
            content: "";
            font-family: fontawesome;
            font-size: 25px;
            height: 55px;
            left: -20px;
            line-height: 55px;
            position: absolute;
            text-align: center;
            top: -5px;
            transition: all .3s ease 0s;
            width: 55px;
        }

        #accordion .panel-title a.collapsed::after, #accordion2 .panel-title a.collapsed::after, #accordion3 .panel-title a.collapsed::after, #accordion4 .panel-title a.collapsed::after {
            background: #fff none repeat scroll 0 0;
            border: 1px solid #ddd;
            box-shadow: none;
            color: #333;
        }

#accordion .panel-body, #accordion2 .panel-body, #accordion3 .panel-body, #accordion4 .panel-body {
    background: transparent none repeat scroll 0 0;
    border-top: medium none;
    padding: 20px 25px 10px 9px;
    position: relative;
    font-size: 20px;
    color: #1e1e1e;
}

    #accordion .panel-body p, #accordion2 .panel-body p, #accordion3 .panel-body p, #accordion4 .panel-body p {
        border-left: 1px dashed #8c8c8c;
        padding-left: 25px;
        font-size: 16px;
        color: #1e1e1e;
    }

.imgProgress {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80px;
    margin-top: 230px;
}

.divProcess > img {
    width: 25px;
    position: relative;
    right: 0;
    top: -3px;
    margin: 0 auto;
    left: 0;
}

.divProcess {
    margin: 0 auto;
    width: 30px;
    height: 33px;
}

.divCart {
    width: 114px;
    margin: 0 auto;
}

.overlayEffect {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(31,29,29,.63);
    -moz-opacity: 1;
    opacity: 1;
    right: 0;
    bottom: 0;
    z-index: 999999;
}

.who_left_pt {
    padding-left: 184px !important;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    margin-right: 5px;
    width: 38px;
    height: 38px;
    text-align: center;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    border-color: #ddd;
    margin-right: 16px;
    border: 0;
    background-color: transparent;
}

.pagination > li:last-child a, .pagination > li:last-child a:hover, .pagination > li > a:focus, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    background-color: TRANSPARENT;
    border-color: TRANSPARENT;
    border: 0;
}

.pagination > li:first-child a {
    z-index: 2;
    background-color: TRANSPARENT;
    border-color: TRANSPARENT;
    border: 0;
    margin-right: 5PX;
}

ul.pagination > li:first-child a {
    margin-right: 16px;
    border: 0;
    background-color: transparent;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #6733D1;
    border-color: #6733D1;
}

#tTitlePop {
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    color: #88c439;
    float: left;
}

.modal-header .close {
    margin-top: -6px;
    padding: 0;
    border: 2px solid #6e07ad;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 20px;
    line-height: .2em;
    opacity: .5;
    outline: 0;
    padding-bottom: 3px;
    padding-left: 1px;
}

    .modal-header .close:hover {
        opacity: 1;
    }

.step3_popup_content_main {
    position: relative;
}

.step3_popup_content {
    width: 50%;
    border: 2px solid red;
    background-color: #fff;
    margin: auto;
    padding: 0 20px 30px 20px;
    margin-top: 10%;
    border: 4px solid #6d6d6d;
    top: 0;
    display: block;
    position: fixed;
    z-index: 1000000;
    left: 25%;
}

.PopQuestionHeading {
    color: red;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 600;
}

.GrayQuestionPop {
    color: #686868;
    margin-bottom: 10px;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 400;
}

.progress_wait {
    width: 20%;
    float: left;
    margin-top: 4%;
    margin-left: 2%;
}

.progress_wait_txt {
    float: left;
    margin-left: 12%;
}

.progress_wait {
    width: 20%;
    float: left;
    margin-top: 4%;
    margin-left: 2%;
}

.QuestionClose {
    position: absolute;
    right: -20px;
    top: 0;
    cursor: pointer;
}

.country_logo, .country_logo img {
    display: none;
}

#divLocalFilblk {
    clear: both;
}

.button-wrap {
    position: relative;
    text-align: center;
}

    .button-wrap .btn {
        font-family: Roboto,sans-serif;
        box-shadow: 0 0 15px 5px rgba(0,0,0,.5);
        border-radius: 0;
        border-color: #222;
        cursor: pointer;
        text-transform: uppercase;
        font-size: 1.1em;
        font-weight: 400;
        letter-spacing: 1px;
    }

        .button-wrap .btn small {
            font-size: .8rem;
            letter-spacing: normal;
            text-transform: none;
        }

.loader {
    position: relative;
    text-align: center;
    margin: 15px auto 35px auto;
    z-index: 999999;
    display: block;
    width: 80px;
    height: 80px;
    border: 10px solid rgba(154,152,152,.3);
    border-radius: 50%;
    border-top-color: rgba(3,150,210,.68);
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

.modal-content {
    border-radius: 10px;
    box-shadow: 0 0 8px 1px rgb(0 0 0 / 70%);
}

li.login_rwd .form-control {
    border-radius: 20px;
}

.modal-backdrop.show {
    opacity: .75;
}

.validate_er_login {
    color: #eb0505;
    padding-left: 10px;
    font-size: 12px;
    padding-bottom: 3px;
    clear: both;
}

.loader-txt {
    margin-top: -34px;
    padding-bottom: 20px;
}

.modal {
    background-color: rgba(0,0,0,.4196078431372549);
    opacity: 1;
}

div.process .modal-dialog {
    top: 20%;
}

div.process .modal-content {
    overflow: hidden;
}

ul.timeline {
    list-style-type: none;
    position: relative;
    padding-left: 50px;
}

    ul.timeline > li {
        margin: 20px 0;
        padding-left: 10px;
        text-align: left;
    }

        ul.timeline > li:before {
            content: ' ';
            background: #d4d9df;
            display: inline-block;
            position: absolute;
            left: 29px;
            width: 2px;
            height: 100%;
            z-index: 400;
        }

        ul.timeline > li > div:before {
            content: ' ';
            background: #54b7e0;
            display: inline-block;
            position: absolute;
            border-radius: 50%;
            border: 3px solid rgba(3,150,210,.68);
            left: 20px;
            width: 20px;
            height: 20px;
            z-index: 400;
        }

        ul.timeline > li > div {
            color: #000;
            font-size: 20px;
        }

        ul.timeline > li:last-child:before {
            background: #fff;
        }

div.process .modal-dialog {
    width: 600px;
    margin: 30px auto;
}

#basicExampleModal .modal-content, #basicExampleModal .modal-dialog {
    height: 85%;
}

#basicExampleModal .modal-dialog {
    width: 1300px;
}

#basicExampleModal .modal-header {
    position: fixed;
    text-align: center;
    width: 100%;
}

#basicExampleModal .modal-body {
    margin-top: 65px;
    padding: 30px;
}

#basicExampleModal .modal-body {
    height: 85%;
    overflow-y: auto;
}

#aCCDecline img:hover {
    border: 2px solid #5f00ff;
    border-radius: 50%;
}

div.search_local button {
    border-bottom-right-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.fillter_1 select {
    border-radius: 5px;
}

.arrow_main {
    margin: 0 auto;
    position: relative;
}

div.arrow_main img {
    position: absolute;
    right: -42px;
    top: -28px;
    width: 44px;
}

.bg_bottom {
    background-image: url(../Content/images/yellowbg_top_bottom.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 -8px;
}

div.arrow_main h1 {
    font-size: 38px;
}

div.arrow_main .carriers_main {
    padding-bottom: 20px;
}

div.arrow_main .second_cnt {
    font-size: 26px;
    line-height: 1.4em;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 10px;
}

.warning h4 {
    text-align: left;
    font-size: 20px;
}

.warning .modal-footer {
    text-align: center;
}

.warning .modal-body {
    color: #1e1e1e;
    font-size: 18px;
}

.btn-primary {
    background-color: #3c1e79;
    border-color: #3c1e79;
    font-size: 16px;
    padding: 5px 30px;
}

.btn-default {
    padding: 5px 30px;
    outline: 0;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus, .btn-primary:active, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary:focus, .btn-primary:hover {
    background-color: #3c1e79;
    border-color: #3c1e79;
    outline: 0;
}

.number_ni em {
    font-style: normal !important;
    color: #6733D1 !important;
    font-family: 'Circular Std Medium', sans-serif;
}

div.warning .modal-content {
    height: auto;
}

#divSearchResults {
    width: 100%;
    clear: both;
    padding-top: 20px;
}

.main_ht_itc {
    font-size: 26px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    line-height: 28px;
    padding-top: 4px;
}

.itc_pack_main {
    border: 1px solid rgba(3,150,210,.68);
    color: #1e1e1e;
    border-radius: 5px;
    padding: 10px 20px;
    overflow: auto;
    clear: both;
    margin-bottom: 20px;
    display: block;
    float: left;
    clear: both;
    margin-top: 5px;
}

.pack_price {
    float: left;
    margin-right: 30px;
}

.pack_border {
    width: 1px;
    height: 48px;
    background-color: #058fe7;
    float: left;
    margin-top: 5px;
}

.pack_price div {
    color: #1e1e1e;
    font-size: 18px;
}

    .pack_price div:last-child {
        margin-bottom: 0;
    }

    .pack_price div span {
        color: #3c3c3c;
        font-size: 18px;
        position: relative;
        top: 0;
        left: 0;
    }

.pack_desc {
    padding-left: 30px;
    float: left;
    line-height: 2em;
    padding-top: 16px;
}

.secondhead {
    color: #1e1e1e;
    font-family: 'Circular Std Black', sans-serif;
    font-size: 50px;
    clear: both;
}

.listclass {
    list-style-type: disc;
    margin-bottom: 20px;
    margin-left: 5px;
}

    .listclass li {
        color: #1e1e1e;
        font-size: 20px;
        padding-bottom: 5px;
    }

.ring_main {
    padding-top: 19px;
}

.number_list_main {
    color: #1e1e1e;
    border-radius: 5px;
    padding: 9px 20px 0 0;
    overflow: auto;
    clear: both;
    display: block;
    clear: both;
}

    .number_list_main span {
        color: #1e1e1e;
        font-size: 16px;
        padding-left: 0;
    }

    .number_list_main div {
        margin-bottom: 8px;
    }

.total_cnt_main {
    border-left: 1px solid #058fe7;
    height: 100px;
    vertical-align: middle;
    text-align: center;
    clear: both;
    float: none;
    display: table-cell;
    padding-left: 90px;
}

.total_tex {
    color: #1e1e1e;
    font-size: 20px;
}

.total_price {
    color: #1e1e1e;
    font-size: 24px;
}

.cancel_itc {
    color: #1e1e1e;
    font-size: 18px;
    clear: both;
    padding-bottom: 20px;
}

    .cancel_itc a {
        text-decoration: none;
        color: #1e1e1e;
        border-bottom: 1px solid rgba(150,148,150,1);
    }

div.itc_pack itc_desc {
    margin-bottom: 25px;
}

div.number_list_main .col-lg-4 {
    padding-left: 0;
}

.itc_btn_cnt {
    float: left;
    clear: both;
    padding-bottom: 0;
    padding-left: 15px;
    padding-top: 0;
}

.gray_follow {
    background-color: rgba(244,243,243,.59);
    padding: 10px 0;
    margin-bottom: 30px;
}

.after_trail {
    color: #1e1e1e;
    font-size: 14px;
    clear: both;
    margin-bottom: 20px;
    padding-top: 10px;
}

.pay_mrg {
    margin-bottom: 15px;
}

.payment_recap .form-group {
    margin-left: -15px;
}

.order_recap_main {
    width: 100%;
    display: table;
    border-radius: 5px;
    margin-bottom: 20px;
}

.number_rec_main {
    clear: both;
    margin-bottom: 10px;
}

.number_rec {
    color: #373737 !important;
    font-size: 16px !important;
    float: left;
    margin-bottom: 10px;
}

.price_rec {
    color: #373737 !important;
    font-size: 16px !important;
    float: left;
    margin-bottom: 10px;
}

.order_text {
    color: #1e1e1e;
    font-size: 24px;
    text-align: center;
    margin-bottom: 14px;
    color: #1e1e1e;
    font-size: 24px;
}

.recap_total {
    border-top: 1px solid #d6d6d6;
    text-align: right;
    color: #1e1e1e;
    font-size: 16px;
    float: none;
    clear: both;
    overflow: auto;
}

.bg_cart_final {
    background-color: #F6F6F6;
    padding: 16px 10px;
    overflow: auto;
    margin-top: 10px;
    border-radius: 8px;
}

    .bg_cart_final .right_your {
        margin-bottom: 0;
        font-size: 18px !important;
    }

    .bg_cart_final .number_rec {
        margin-bottom: 0;
        color: #858585 !important;
        padding-left: 5px;
    }

.order_fr_right {
    float: right;
}

.order_fr_left {
    float: left;
}

.contact {
    padding-top: 30px !important;
    padding-left: 5px !important;
}

.toll_free_setion {
    margin-bottom: 40px;
    margin-top: 40px;
}

.itc_btn_cnt a {
    background: #88c439;
    color: #fff;
    padding: 7px 22px;
    float: left !important;
    text-align: center;
    font-size: 22px;
}

.itc_view_cart {
    padding: 30px 20px 0 20px;
    width: 100%;
    margin-bottom: 34px;
    border-radius: 5px;
    padding: 0;
}

.curent_ver {
    font-size: 14px;
    text-align: center;
    color: #fafafa;
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
}

.second_h {
    text-align: center;
    color: #1e1e1e;
    font-size: 36px;
    margin-bottom: 20px;
    line-height: 1.3em;
}

.welc_rwd_pt {
    padding-top: 25px;
}

.update_sec {
    padding-bottom: 35px;
}

.main_cnt_phone {
    margin: 0 auto;
    overflow: auto;
}

.clearfix {
    clear: both;
}

.welc_rwd_pt4 {
    padding-top: 20px;
}

.green-tick {
    list-style-position: outside;
    margin-top: 30px;
    margin-bottom: 10px;
    margin-right: 20px;
    list-style-type: none;
    padding-left: 32px !important;
}

    .green-tick li {
        font-size: 24px;
        padding-bottom: 20px;
    }

        .green-tick li:before {
            content: '';
            display: inline-block;
            height: 30px;
            width: 30px;
            background-image: url(../Content/images/tick_mark.png);
            background-size: contain;
            background-repeat: no-repeat;
            margin-left: -35px;
        }

        .green-tick li span {
            position: relative;
            top: -8px;
            left: 20px;
        }

.phone_cnt_b {
    padding-bottom: 15px;
    font-size: 22px;
}

li.gray_c:before {
    background-image: url(../Content/images/inactive_tick.png) !important;
    top: 0;
    position: relative;
}

.wel_font {
    font-size: 20px;
    color: #1e1e1e;
}

.no_pt_left, .under_how_ul {
    padding-left: 0;
}

.conatant_text_dt {
    border: 1px solid #d6d6d6;
    width: 490px;
    box-shadow: -3px 6px 20px 1px rgba(0,0,0,.27);
    padding: 20px;
    text-align: center;
}

.price_bt_text {
    color: #1e1e1e;
    margin-bottom: 20px;
}

.mst_p, .price_bt_text {
    font-size: 30px;
    text-align: center;
}

.marg_bm2 {
    margin-bottom: 30px;
}

.price_bt_text span {
    text-align: center;
    font-size: 23px;
    color: #454545;
    margin-bottom: 20px;
}

.clear_fix {
    clear: both;
    overflow: auto;
    width: 100%;
}

.clear_fix {
    clear: both;
    overflow: auto;
    width: 100%;
}

.price_bt_text span {
    text-align: center;
    font-size: 18px;
    color: #1e1e1e;
    margin-bottom: 20px;
}

.details_inner {
    text-align: left !important;
    font-size: 24px;
    color: #1e1e1e;
    margin-bottom: 0 !important;
    width: 34%;
    float: left;
}

.details_inner2 {
    text-align: left !important;
    font-size: 24px;
    color: #1e1e1e;
    margin-bottom: 10px !important;
    width: 40%;
    float: left;
}

.sdul_click {
    color: #0569be !important;
    text-decoration: none;
    cursor: pointer;
}

.app_cnt_mobile {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}

.mobile_icons {
    width: 500px;
    margin: 0 auto;
    text-align: center;
}

    .mobile_icons a {
        margin-right: 50px;
    }

.itc_recap ul {
    padding-left: 0;
}

.itc_recap {
    padding-left: 0;
}

#accordion .panel-title a:hover {
    text-decoration: none;
}

.panel-title a:hover {
    text-decoration: none !important;
}

.panel-body > p > span {
    color: #058fe7;
}

.numrcap {
    width: 99%;
    margin: 0 auto;
    padding-top: 25px;
}

.left_your_main {
    font-size: 14px;
    color: #5B5B5B;
    padding: 5px 0;
    overflow: auto;
    padding-left: 4px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d6d6d6;
}

.left_your {
    text-align: left;
    width: 64%;
    float: left;
    color: #5B5B5B;
    font-size: 14px;
}

.right_your {
    text-align: right;
    width: 35%;
    float: right;
    padding-right: 10px;
    color: #5B5B5B;
    font-size: 14px;
}

#divEula > div.modal-dialog {
    top: 190px;
}

.cards_img {
    margin-bottom: 30px;
    padding-top: 30px;
    color: #5B5B5B;
    padding-left: 20px !important;
}

.numberInventoryteam {
    margin-bottom: 40px;
}

    .numberInventoryteam img {
        display: table;
        width: 50%;
    }

.about_text {
    text-align: center;
    font-size: 40px;
}

.about_main {
    padding: 10px 20px 0 20px;
    width: 100%;
    margin-bottom: 50px;
    overflow: auto;
}

.left_your_main {
    font-size: 18px;
    color: #1e1e1e;
    padding: 10px 0;
    overflow: auto;
    padding-left: 8px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d6d6d6;
}

#navbar > ul > li a.main_droup {
    padding: 19px 0 14px 0;
    margin-left: 20px;
    margin-right: 20px;
}

li > .toll_free:before {
    content: none !important;
}

.navbar-default .navbar-nav > .open > a.main_droup {
    background-color: transparent;
}

.open > .toll_free > li a {
    font-size: 18px;
    padding: 7px 12px;
}

.open > .toll_free {
    box-shadow: 0 10px 8px 0 rgba(0,0,0,.28);
    background-color: #fff !important;
    z-index: -1;
    margin-bottom: -3px;
    top: 55px;
}

ul.toll_free li {
    margin-bottom: 3px;
}

.custm_list_code.toll_free li {
    padding: 12px 9px 12px 5px;
    font-size: 13px;
}

.main_toll {
    padding: 0 !important;
}

.navbar-default .navbar-nav > li > a {
    font-size: 16px;
    color: #373737;
}

.main_toll.open {
    z-index: 999;
    top: 0;
    border-bottom: 0;
    position: relative;
}

#navbar > ul > li.open a.main_droup {
    color: #6733D1;
}

.navbar-default .navbar-brand {
    color: #242424;
    font-size: 22px;
    font-family: 'Circular Std Bold', sans-serif;
}

    .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
        color: #242424;
        background-color: transparent;
    }

.toll_arrow {
    display: inline-block;
    width: 15px;
    height: 7px;
    margin-left: 5px;
    vertical-align: middle;
    background-image: url(../Content/images/arrow_inactive.svg);
    background-repeat: no-repeat;
    background-position-x: 4px;
}

.toll_arrowactive {
    display: inline-block;
    width: 15px;
    height: 7px;
    margin-left: 5px;
    vertical-align: middle;
    background-image: url(../Content/images/arrow_active.svg);
    background-repeat: no-repeat;
    background-position-x: 4px;
}

#navbar > ul > li.open a.main_droup .toll_arrow, #navbar > ul > li a.main_droup:hover .toll_arrow {
    background-image: url(../Content/images/arrow_active.svg);
}

.tollarea_arrow {
    display: inline-block;
    width: 15px;
    height: 7px;
    margin-left: 18px;
    vertical-align: middle;
    background-image: url(../Content/images/arrow_inactive.svg);
    background-repeat: no-repeat;
    background-position-x: 3.2px;
    transform: rotate(267deg);
    background-position-y: 1px;
}

.navbar-nav > .open > .cust_droptoll {
    border-top-left-radius: 20px;
}

.navbar-nav > .open > .cust_droptoll2 {
    border-bottom-right-radius: 0px;
    border-top-left-radius: 20px;
    border-top-right-radius: 0px;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.activecolor span.tollarea_arrow {
    background-image: url(../Content/images/arrow_active.svg);
    transform: rotate(93deg);
    background-position-x: 2px;
}


.ul.toll_free li a {
    color: #fff !important;
    background-color: #ac5dea;
}

.inner_second_cnt {
    color: #373737;
    font-size: 24px;
    text-align: center;
    padding: 0;
    font-family: 'Circular Std Bold', sans-serif;
    margin-bottom: 30px;
    line-height: 1.4em;
}

.inner_second_Activate {
    color: #1e1e1e;
    font-size: 20px;
    text-align: center;
    padding: 0;
    margin-top: 10px;
}

.inner_tab_hd {
    color: #6733D1;
    font-size: 20px;
    text-align: center;
    font-family: 'Circular Std Medium', sans-serif;
    position: relative;
    top: -27px;
    border: 7px solid #6733D1;
    border-radius: 30px;
    margin: 0 auto;
    width: fit-content;
    width: -moz-fit-content;
    padding: 8px 15px;
    background-color: #fff;
}

.inner_hr {
    width: 150px;
    border-top: 1px solid #8835bb;
    text-align: center;
    display: block;
    padding-bottom: 0;
    line-height: 0;
    height: 0;
    margin: 0 auto;
}

.inner_fliters {
    clear: both;
}

.inner_tab {
    margin-top: 40px;
}

div.inner_tab .tab-contents {
    box-shadow: 0px 2px 11px 6px #0000000f;
}

.inner_gray_section {
    background-color: #F3FCFF;
    padding: 55px 0;
}

.inner_cnt p {
    font-family: 'Circular Std Book', sans-serif;
    font-size: 24px;
    color: #373737;
    line-height: 1.5em;
    margin-bottom: 30px;
}


.inner_white_section {
    background-color: #fff;
    padding: 10px 0 30px 0;
    margin-bottom: 30px;
}

.inner_second_cnt_fe {
    width: 822px;
    margin: 0 auto;
    padding-bottom: 34px;
    line-height: 1.5em;
    color: #1e1e1e;
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
}

.rwd_right {
    float: right;
}

.rwd_left {
    float: left;
}

.rwd_img_align {
    margin: 0 auto;
    padding-top: 125px;
}

.rwd_img_nopt {
    margin: 0 auto;
    position: relative;
    top: -16px;
}

.rwd_text_nopt {
    padding-top: 80px;
}

.search_left_txt {
    text-align: center;
    font-family: 'Circular Std Book', sans-serif;
    color: #373737;
    font-size: 20px;
}

#lnkPassCode {
    text-decoration: underline;
    color: #337ab7;
    font-size: 16px;
    float: right;
    padding-top: 5px;
}

#divPasscodeErrMsg p {
    margin-bottom: 20px;
}

#divPasscodeErrMsg label {
    font-size: 14px;
}

#loginEmail {
    height: 38px;
    width: 200px;
    border: 1px solid #d4d3d3;
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 15px;
    display: table;
    padding: 5px 10px;
    font-size: 16px;
}

.pass_code_btn {
    margin-top: 5px;
    display: table;
    margin: 0 auto;
    margin-bottom: 10px;
}

    .pass_code_btn button {
        margin-right: 10px;
        float: left;
        margin-bottom: 10px;
    }

        .pass_code_btn button:last-child {
            margin-right: 0;
        }

#ErrEmail_1 {
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: -12px;
    font-size: 14px;
    margin-bottom: 5px;
    position: relative;
    top: 0;
    left: 0;
}

.sort_text {
    color: #3b36c3;
}

.inner_infm img {
    width: 22px;
    position: relative;
    top: -3px;
    left: 2px;
    opacity: .8;
    cursor: pointer;
}

.popover {
    border: 1px solid #9fd2f3;
}

    .popover.top > .arrow:after {
        border-top-color: #dcf1ff;
    }

.popover {
    width: 350px;
    max-width: 359px;
}

.popover-title {
    border-bottom: 1px solid #9fd2f3;
}

.add_min_ht {
    float: left;
    width: 400px;
}

.find_text_num {
    text-align: left;
    margin-bottom: 8px;
    color: #5B5B5B;
    font-size: 16px;
    line-height: 1.5em;
    padding: 0 5px 0 21px;
    margin-bottom: 10px;
    font-family: 'Circular Std Book', sans-serif;
}

.find_number_fm {
    width: 705px;
    margin: 0 auto;
    padding: 10px 5px 0 5px;
    box-shadow: none;
    min-height: 200px;
    border-radius: 5px;
}

.find_left_dy {
    padding-left: 0;
}

div.find_number_fm .form-control {
    border-radius: 5px;
}

.find_text_num2 {
    text-align: center;
    margin-bottom: 8px;
    color: #454545;
    font-size: 17px;
    line-height: 1.5em;
    padding: 0 40px;
}

div.find_number_fm .validate_er {
    text-align: left;
    float: left;
    font-size: 14px;
    padding-top: 5px;
    padding-left: 5px;
}

#spSearchTerm {
    font-size: 16px;
}

div.find_number_fm .col-lg-9 {
    width: 500px;
    margin: 0 auto;
    display: table;
    float: none;
}

.three_grid_main {
    width: 1300px;
    margin: 0 auto;
    overflow: auto;
}

.search_result_left {
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center
}

.search_result_main2 {
    width: 100%;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    padding: 20px 25px 20px 25px;
    clear: both;
    overflow: hidden;
    margin: 0 0 30px 0;
    box-shadow: 0px 1px 5px 0 #8c85d9;
    max-height: 550px;
    min-height: 550px;
}

.sequence_numbers_grid {
    width: 100%;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    padding: 20px 25px 20px 25px;
    clear: both;
    overflow: hidden;
    margin: 0 0 30px 0;
    box-shadow: 0px 1px 5px 0 #8c85d9;
    max-height: 550px;
    min-height: 550px;
    background-color: #fafafa;
}

.premium_numbersnumbers_grid {
    width: 100%;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    padding: 20px 25px 20px 25px;
    clear: both;
    overflow: hidden;
    margin: 0 0 30px 0;
    box-shadow: 0px 1px 5px 0 #8c85d9;
    max-height: 550px;
    min-height: 550px;
    background-color: #f6f6fd;
}

.one_time_fee {
    color: #1e1e1e;
    font-family: proxima_nova_light;
    font-size: 18px;
    text-align: right;
    padding: 0;
    clear: both;
    margin-bottom: 15px;
}

.num_price {
    color: #1e1e1e;
    font-size: 20px;
    text-align: right;
}

ul.number_list {
    list-style-type: none;
    padding: 0;
    overflow: auto;
    max-height: 530px;
    min-height: 530px;
}

    ul.number_list li {
        border-bottom: 1px solid #d6d6d6;
        margin-bottom: 20px;
        list-style-type: none;
        clear: both;
        overflow: auto;
    }

.number_list li:last-child {
    border-bottom: 0;
    margin-bottom: 40px;
}

.add_number_new {
    float: right;
    padding: 0px 0 8px 0;
}

    .add_number_new a, .buy_number_new a, .checkout_number_new a, .remove_number_new a {
        color: #058fe7;
        font-size: 16px;
        text-decoration: none;
        border: 0;
        box-shadow: none;
        cursor: pointer;
        position: relative;
        top: -14px;
    }

.addcart_btn_new {
    background-image: url(../Content/images/add_cart.png);
    background-repeat: no-repeat;
    background-size: 28px;
    border: 0;
    box-shadow: none;
    width: 28px;
    cursor: pointer;
    height: 30px;
    margin-top: 5px;
    margin-right: 5px;
    opacity: .8;
    display: inline-block;
}

ul .number_ni {
    padding-bottom: 2px;
    width: auto;
    padding-left: 8px;
}

div.three_grid_main .col-lg-4 {
    padding-right: 35px;
    padding-left: 35px;
}

div.menu_bg #navbar ul li a.main_droup2 {
    color: #333 !important;
}

div.menu_bg ul.toll_free2 li a {
    color: #7d7d7d;
    text-decoration: none !important;
    display: block;
    padding: 14px 0px 14px 15px;
    border-radius: 10px;
    outline: none;
    line-height: 1.42857143;
}

div.menu_bg .dropdown-submenu .dropdown-menu li a {
    padding: 12px 0px 12px 15px;
}

div.menu_bg ul.toll_free2 li a:hover {
    color: #262626 !important;
    background-color: #F7F4FD !important;
    outline: none;
}

.area_code_filter {
    width: 1000px;
    margin: 0 auto;
    display: table;
}

.code_filter_div {
    width: 178px;
    float: left;
    margin-right: 10px;
}

.code_filter_div_main {
    width: 700px;
    float: left;
    padding: 18px 0;
}

.areacode_city a {
    color: #058fe7;
    border-bottom: 1px dotted #d6d6d6;
    margin: 0 20px 15px 20px;
    display: inline-block;
}

.number_full {
    clear: both
}

ul.number_list_local > li {
    margin-right: 12%;
    margin-bottom: 25px;
}

    ul.number_list_local > li:nth-child(3n) {
        margin-right: 0;
    }

.one_time_txt > div {
    margin-right: 12%;
}

    .one_time_txt > div:nth-child(3) {
        margin-right: 0;
    }

ul.number_list_local {
    list-style-type: none;
    padding: 0;
    overflow: auto;
    max-height: 400px;
    min-height: 500px;
}

    ul.number_list_local li {
        border-bottom: 1px solid #d6d6d6;
    }

ul.number_list_local2 > li {
    margin-right: 15%;
    margin-bottom: 25px;
}

    ul.number_list_local2 > li:nth-child(2n) {
        margin-right: 0;
    }

.one_time_txt2 > div {
    margin-right: 15%;
}

    .one_time_txt2 > div:nth-child(2) {
        margin-right: 0;
    }

ul.number_list_local2 {
    list-style-type: none;
    padding: 0;
    overflow: auto;
    max-height: 400px;
    min-height: 500px;
}

    ul.number_list_local2 li {
        border-bottom: 1px solid #d6d6d6;
    }

ul.inner_faqs {
    margin: 20px 0 30px 0;
    padding: 0;
    list-style: none;
}

    ul.inner_faqs li {
        padding-left: 25px;
        font-size: 18px;
        color: #1e1e1e;
        list-style-type: none;
    }

        ul.inner_faqs li:first-child {
            font-weight: 600;
            padding: 12px 20px 12px 25px;
            position: relative;
            transition: all .3s ease 0s;
            font-size: 20px;
            color: #333;
        }

.inner_local_div {
    background: rgba(250,250,250,1);
    background: -moz-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 34%, rgba(255,255,255,1) 48%, rgba(255,255,255,1) 53%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250,250,250,1)), color-stop(20%, rgba(255,255,255,1)), color-stop(34%, rgba(255,255,255,1)), color-stop(48%, rgba(255,255,255,1)), color-stop(53%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 34%, rgba(255,255,255,1) 48%, rgba(255,255,255,1) 53%);
    background: -o-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 34%, rgba(255,255,255,1) 48%, rgba(255,255,255,1) 53%);
    background: -ms-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 34%, rgba(255,255,255,1) 48%, rgba(255,255,255,1) 53%);
    background: linear-gradient(to bottom, rgba(250,250,250,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 34%, rgba(255,255,255,1) 48%, rgba(255,255,255,1) 53%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ffffff', GradientType=0 );
}

.number_ni font {
    color: #3b36c3 !important;
}

#divLocalFilblk {
    display: block !important;
}

div.slick-track div:first-child {
    width: 45% !important;
}

div.slick-track div:last-child {
    width: 45% !important;
}

.local_states ul {
    list-style-type: none;
    padding: 25px 0 0 0;
}

    .local_states ul li {
        list-style-type: none;
        padding-bottom: 20px;
    }

        .local_states ul li a {
            cursor: pointer;
        }

.State_Link {
    margin-top: 9px;
    display: inline-block;
    color: #26B0F8;
    padding-left: 4px;
    cursor: pointer;
    font-size: 14px;
}

    .State_Link:hover {
        color: #26B0F8;
    }

.State_or {
    display: inline-block;
    font-size: 12px;
}

.xl-lg-img {
    width: 390px;
    margin: 0 auto;
    display: table;
}

.xl-lg-top {
    padding-top: 80px;
}

.sample-number {
    display: block;
    padding: 30px 0px;
    background-image: url(../Content/images/shape_samplenumber.svg);
    background-repeat: no-repeat;
    background-size: contain;
    color: #373737;
    text-align: center;
    font-size: 20px;
}

.gutter_bottom {
    margin-bottom: 30px;
}

.cmp_main {
    width: 300px;
    margin: 0 auto;
    padding: 50px 0 5px 0;
    display: block;
    font-weight: 600;
    font-size: 38px;
    text-align: center;
    color: #6733D1;
}

.img-block-center {
    margin: 0 auto;
    display: block;
}

.cmp_small {
    margin: 0 auto;
    padding: 0px 0px 30px 0px;
    display: block;
    font-size: 18px;
    text-align: center;
    color: #242424;
}

.green-tick2 {
    list-style-position: outside;
    margin-top: 20px;
    margin-bottom: 10px;
    list-style-type: none;
}

.toll_free_cnt_li {
    width: 880px;
    margin: 0 auto;
    display: table;
    font-size: 22px;
    margin-bottom: 30px;
    color: #1e1e1e;
}

.main_h1_block {
    width: 699px;
    margin: 0 auto;
}

.main_h2_block {
    width: 780px;
    margin: 0 auto;
    margin-bottom: 40px;
    clear: both;
}

.tab-contents2 {
    position: relative;
    top: 40px;
    margin-top: 0;
    padding-top: 0;
}

.green-tick2 li {
    font-size: 18px;
    padding-bottom: 20px;
}



    .green-tick2 li:before {
        content: '';
        display: inline-block;
        height: 30px;
        width: 30px;
        background-image: url(./images/check_icon_pur.svg);
        background-size: contain;
        background-repeat: no-repeat;
        margin-left: -31px;
        opacity: 0.8;
    }

    .green-tick2 li span {
        position: relative;
        top: -10px;
        left: 14px;
        color: #373737;
        font-family: 'Circular Std Book', sans-seri;
        vertical-align: middle;
    }

.inner_color_section {
    background-color: #efe7ff !important;
    padding: 50px 0;
}

    .inner_color_section .main_cnt {
        color: #1e1e1e;
    }

.dsp-block {
    display: block;
}

.xl-md-top {
    padding-top: 20px;
}

.xl-md-top-x {
    padding-top: 30px;
}

.small-gutter-bottom {
    margin-bottom: 20px;
}

.vs-gutter-bottom {
    margin-bottom: 10px;
}

.gutter-bottom {
    margin-bottom: 30px;
}

.inner_sub p {
    font-size: 25px;
    color: #1e1e1e;
    margin-bottom: 20px;
    line-height: 1.6em;
}

.rwd-pull-right {
    float: right;
}

.rwd-pull-left {
    float: left;
}

.inner_sub_main > div {
    overflow: visible;
}

.owanthis_main {
    margin: 165px 0 40px 0;
}

.whownsthis_box {
    width: 380px !important;
}

.popover_c_above {
    margin-bottom: 5px;
    position: revert;
}

div.col-lg-3 .popover_c {
    float: right;
    left: revert;
    right: -315px;
    top: 73px;
    width: 300px;
    max-width: 300px;
    min-height: 150px;
}

div.popover_c div.arrow {
    top: 65px !important;
}

.overlay_tb {
    margin: 0 auto;
    display: table;
    width: 293px !important;
    margin-top: 20px;
    margin-bottom: 0px !important;
}

.status_tb {
    margin: 0 auto;
    display: table;
    width: 293px !important;
    margin-top: 0px !important;
    margin-bottom: 20px !important;
}

    .overlay_tb tr td:first-child, .status_tb tr td:first-child {
        width: 140px;
        text-align: right
    }

    .status_tb tr td:last-child {
        padding-left: 10px;
    }

.overlay_tb > tbody > tr > td,
.overlay_tb > tbody > tr > th,
.overlay_tb > tfoot > tr > td,
.overlay_tb > tfoot > tr > th,
.overlay_tb > thead > tr > td,
.overlay_tb > thead > tr > th {
    border: none;
}

.status_tb > tbody > tr > td,
.status_tb > tbody > tr > th,
.status_tb > tfoot > tr > td,
.status_tb > tfoot > tr > th,
.status_tb > thead > tr > td,
.status_tb > thead > tr > th {
    border: none;
}

.close_over {
    margin-right: 7px;
    margin-top: 7px;
    width: 23px;
    border: 1px solid #a9a5a5 !important;
    border-radius: 50px;
    height: 23px;
    position: absolute;
    right: 0;
    opacity: 0.6;
}

#Divpop1 table.overlay_tb tr td:first-child {
    text-align: center !important;
    padding-top: 35px;
}

.who_in_us {
    font-size: 25px;
    color: #1e1e1e;
    margin-bottom: 10px;
}

.who_left_pt2 {
    padding-left: 140px !important;
    padding-top: 40px;
}

.whoown_txt {
    width: 302px !important;
}

.who_maintext {
    width: 400px;
    padding-bottom: 5px
}

.mrg_who_bootm2 {
    margin-bottom: 20px;
    font-size: 20px;
    color: #1e1e1e;
    margin-bottom: 20px;
    line-height: 1.6em;
}


.plans_left {
    padding-right: 0px;
    position: relative;
}

.plans_left2 {
    padding-right: 0px;
    padding-left: 0px;
    position: relative;
}

div.planes_right {
    padding-left: 0;
}

.green_border_left {
    position: absolute;
    height: 524px;
    right: 0;
    border-right: 1px solid #d1e5bd;
    top: 30px;
    width: 0;
}

.benift_plane_img img {
    display: block;
    width: 92px;
    margin: 0 auto;
    padding-top: 15px;
    height: 92px;
    margin-top: 20px;
}

.benift_plane_img div {
    font-size: 20px;
    padding: 20px 0;
    text-align: center;
    color: #373737;
    font-family: 'Circular Std Medium', sans-serif;
}

ul.toll_free2 li ul {
    list-style-type: none
}


div.menu_bg ul.toll_free3 li a {
    font-size: 14px;
}

    div.menu_bg ul.toll_free3 li a:hover {
        background-color: #F7F4FD !important;
        width: 179px;
        color: #373737 !important;
    }

.navbar-nav .show ~ .toll_free3.show {
    width: 610px;
    list-style-type: none;
    left: -206px;
    border-radius: 20px !important;
    box-shadow: -2px -1px 8px 0 rgb(0 0 0 / 28%);
    padding-left: 0;
    padding-right: 0;
}

ul.toll_free3::after {
    content: '';
    display: inline-block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #dcdbdb;
    border-bottom-color: rgb(255 255 255 / 99%);
    position: absolute;
    top: -9px;
    left: 275px;
}

ul.toll_free3 li ul {
    list-style-type: none;
}

    ul.toll_free3 li ul:first-child {
        list-style-type: none;
        margin-left: -8px;
    }

.no_pt_right {
    padding-right: 0;
}

.no_mg_right {
    margin-right: 0;
}

.footer_mainpt {
    padding-top: 30px;
}

.box_wight {
    background-image: url(../Content/images/Industries_standcustom.svg);
    width: 523px;
    height: 495px;
    color: #fff;
    margin: 0 auto;
    position: relative;
    top: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.number_new_ht > div {
    min-height: 200px;
}

.number_small_pt {
    padding-top: 30px;
}

.main_long_cn h2, .main_long_cn h3 {
    width: 1042px;
    margin: 0 auto;
    line-height: 1.5em;
    padding-bottom: 24px;
}

.big_gutter_bottom {
    margin-bottom: 60px;
}

.main_long_cn .big_gutter_bottom {
    margin-bottom: 60px;
}

.main_memu_custom article p {
    width: 1042px;
    margin: 0 auto;
    line-height: 1.5em;
    padding-bottom: 24px;
    font-size: 18px;
    text-align: center;
}

.ImgCustom {
    margin-top: -50px;
    margin-bottom: 50px;
}

.yeshtag {
    margin: 0 auto;
    display: block;
    padding: 8px 10px;
    border-radius: 20px;
    margin-bottom: 20px;
    font-family: 'Circular Std Bold', sans-serif;
    font-size: 16px;
    text-align: center;
}

.blue {
    background-color: #CDF1FF;
    width: 325px;
}

.purp_tag_inner {
    background-color: #F3EFFC;
}

ul.menu_top_right li a {
    color: #373737;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
}

.who_owansicon {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 1px;
    vertical-align: middle;
    background-image: url(../Content/images/ico_who_ownsit_inactive.svg);
    background-repeat: no-repeat;
    background-size: 15px;
}

.cust_holder {
    position: absolute;
    padding-top: 15px;
    padding-left: 22px;
    z-index: 11;
}

.cust_holdernone {
    display: none;
}

.cust_holdermain {
    z-index: 222;
    position: relative;
    background-color: transparent;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding-right: 0px;
    font-size: 24px;
    padding-left: 15px;
}

.vanity_smalltxt {
    color: #373737;
    font-family: 'Circular Std Medium', sans-serif;
    font-size: 12px;
    padding-bottom: 5px;
}

.vanity_smalltxtgray {
    font-family: 'Circular Std Book', sans-serif;
    color: #858585;
    font-size: 16px;
    padding-top: 3px;
}

.open > ul.select_box {
    top: 61px;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border: 1px solid #d6d6d6;
    border-top: 0;
    width: 181px;
    left: 0;
}

.select_box li a:hover {
    color: #262626 !important;
    background-color: #F7F4FD !important;
    outline: none;
    border-radius: 10px;
}

.select_box li:hover {
    color: #262626 !important;
    background-color: #F7F4FD !important;
    outline: none;
    border-radius: 10px;
}

.open > ul.select_box > li a {
    font-size: 14px;
    padding: 12px 20px;
}

.btn_selectprifix {
    border: 1px solid #d6d6d6;
    padding: 15px 5px 10px 30px;
    border-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    display: block;
    font-family: 'Circular Std Book', sans-serif;
    color: #858585 !important;
    font-size: 16px !important;
}

div.open a.btn_selectprifix {
    border-bottom-left-radius: 0;
    color: #6733d1 !important;
}

.dropdown a.btn_selectprifix:hover {
    color: #6733D1 !important;
    text-decoration: none;
    outline: 0;
}

div.open a.btn_selectprifix .toll_arrow {
    background-image: url(../Content/images/arrow_active.svg);
}

.btn_selectprifixtxt {
    display: block;
    color: #373737;
    font-family: 'Circular Std Medium', sans-serif;
    font-size: 12px;
    padding-bottom: 5px;
}

.tag_inner {
    padding: 10px 20px;
    color: #373737;
    font-family: 'Circular Std Medium', sans-serif;
    font-size: 14px;
    border-radius: 20px;
    display: inline-block;
}

.orange_tag_inner {
    background-color: #FFF3DC;
}

.grid_leftright_text {
    font-family: 'Circular Std Book', sans-serif;
    font-size: 30px;
}

.ul_li_header {
    font-family: 'Circular Std Medium', sans-serif;
    font-size: 30px;
    padding-top: 20px;
    display: block;
}

.cart_bg {
    padding: 12px 0;
    background-color: #F3FCFF;
    border-radius: 10px;
}

.orange_crsmall {
    background-color: #FFBA3C;
    display: inline-block;
    padding: 7px;
    border-radius: 50px;
    margin-right: 4px;
}

.divCart2 {
    width: auto;
}

.removecart_number, .remove_number {
    float: right;
}

.verify_text {
    font-size: 13px;
    position: relative;
    left: 39px;
}

.contact_payment {
    font-size: 13px;
    position: relative;
    left: 39px;
    color: #5B5B5B;
}

.final_payment {
    font-size: 13px;
    position: relative;
    left: 39px;
    color: #5B5B5B;
}

.pay_step {
    color: #5b5b5bd1;
    font-size: 12px;
    position: absolute;
    top: 7px;
    left: 106px;
}

div.cart_number .num_space1 {
    font-size: 18px;
}

div.cart_number .number_ni {
    font-size: 18px;
    margin: 0 !important;
}

.light_bluebg_cart {
    background-image: url(../Content/images/shape_faq.svg);
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 25px 20px;
    overflow: auto;
    min-height: 111px;
}

.cartview_steptext {
    font-size: 18px;
    color: #373737;
    display: table-cell;
    vertical-align: middle;
    height: 58px;
}

.cart_graytxt {
    color: #5B5B5B;
    font-size: 12px
}

.cart_totall {
    color: #373737;
    font-size: 18px;
}

.payment_ag > ul > li.process_cart > h2::before {
    border: 7px solid #6733d2 !important;
}

.payment_ag > ul > li.process_cart span.contact_payment {
    color: #373737;
}

#liBillingInfo {
    margin-top: 30px;
}

.cust_holderdsnone {
    display: none;
}

.form__group {
    position: relative;
    padding: 15px 0 0;
    margin-top: 10px;
    width: 50%;
}

.form__field {
    font-family: inherit;
    width: 100%;
    border: 0;
    border: 1px solid #d6d6d6;
    outline: 0;
    font-size: 20px;
    color: #373737;
    padding: 23px 10px 0px 27px;
    transition: border-color 0.2s;
}

input.form__field::placeholder {
    font-family: 'Circular Std Book', sans-serif;
    color: #858585 !important;
    font-size: 16px !important;
}

textarea.form__field::placeholder {
    font-family: 'Circular Std Book', sans-serif;
    color: #858585 !important;
    font-size: 16px !important;
    padding-top: 8px;
}

input.form__field::-webkit-input-placeholder, textarea.form__field::-webkit-input-placeholder {
    font-family: 'Circular Std Book', sans-serif;
    color: #858585 !important;
    font-size: 16px !important;
}

.form__field:placeholder-shown ~ .form__label {
    cursor: text;
    top: 16px;
    left: 44px;
    font-weight: normal;
    font-size: 12px;
    font-weight: normal;
}

.form__label {
    position: absolute;
    top: 16px;
    display: block;
    transition: 0.2s;
    color: #373737;
    letter-spacing: 0.4px;
    font-size: 12px;
    left: 44px;
}

.form__field:focus {
    box-shadow: none;
    border: 1px solid #d6d6d6;
}

    .form__field:focus ~ .form__label {
        position: absolute;
        top: 16px;
        display: block;
        transition: 0.2s;
        font-size: 12px;
        color: #373737;
        left: 44px;
    }

.form__field:required, .form__field:invalid {
    box-shadow: none;
}

div.payment_drop a {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

    div.payment_drop a .toll_arrow {
        position: absolute;
        right: 30px;
        top: 40px;
    }

div.payment_drop .drop_unic.show ~ .slimScrollDiv ul.select_box {
    width: 100% !important;
    top: -2px;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border: 1px solid #d6d6d6;
    border-top: 0;
    background-color: #fff !important;
    z-index: 22;
    margin-bottom: -3px;
    padding: 12px;
    display: block;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: none;
    transform: none !important;
    min-height: 250px;
}

    div.payment_drop .drop_unic.show ~ .slimScrollDiv ul.select_box li a {
        font-size: 14px;
        padding: 12px 20px;
        display: block;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        white-space: nowrap;
        cursor: pointer;
    }

div.payment_drop a.drop_unic.show {
    border-bottom-right-radius: 0px;
    color: #6733d1 !important;
    border-bottom-left-radius: 0px;
}

.cart_view {
    overflow: auto;
}

.slimScrollDiv {
    z-index: 777;
    padding-bottom: 30px;
    position: absolute !important;
    overflow: visible !important;
    width: 100% !important;
}

.slimScrollBar {
    right: 3px !important;
}

.area-dropdown-scroll a {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

div.payment_drop a.drop_unic {
    border-right: 1px solid #d6d6d6
}

div.payment_drop .drop_unic.show ~ .slimScrollDiv .slimScrollBar {
    display: block !important;
}

div.payment_drop .slimScrollBar {
    display: none !important;
}

#myModal div.modal-dialog {
    height: 345px;
    margin-top: 10%;
    width: 500px;
    box-shadow: none;
}

#myModal .modal-header .close {
    border: 0;
    top: 20px;
    width: 26px;
    height: 26px;
    right: 26px;
}

#myModal div.modal-content {
    border-radius: 20px;
    box-shadow: none;
}

.cart_backbtn {
    position: relative;
    z-index: 11;
}

#aCancel {
    color: #858585;
    margin-top: 20px;
    position: relative;
    top: 20px;
    left: 10px;
    cursor: pointer;
    z-index: 111;
}

    #aCancel:hover {
        text-decoration: none;
        color: #858585;
    }

li.active .verify_text, li.process_cart, li.active .contact_payment {
    color: #373737;
}

#ano_pay {
    color: #858585;
    margin-top: 20px;
    position: relative;
    top: 16px;
    cursor: pointer;
    right: 20px;
    font-size: 16px;
}

    #ano_pay:hover {
        text-decoration: none;
        color: #000;
    }

#myModal div.modal-dialog .form-control {
    height: 65px;
    border-radius: 50px;
    margin-bottom: 20px;
}

#myModal div.modal-header, #myModal div.modal-body, #myModal div.modal-footer {
    border: 0;
    padding: 0 15px;
}

#myModal div.modal-title {
    padding-left: 20px;
    padding-top: 10px;
}

#myModal div.modal-header {
    background-color: #F3FCFF;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 15px 20px;
    overflow: auto;
}

#myModal div.cart_cnt {
    padding-left: 23px;
    margin-bottom: 10px
}

#aCancelinner:hover {
    background-color: #E24C4B;
}

.safe_pay {
    margin: 0 auto;
    text-align: center;
}

.safe_paytxt {
    font-size: 12px;
    color: #5B5B5B;
}

.safe_pay img {
    margin: 0 auto;
    text-align: center;
}

.slimScrollDiv {
    display: none !important;
}

div.open .slimScrollDiv {
    display: block !important;
}

.btn_rwd {
    display: none;
}

#menuLogin .dropdown-menu {
    min-height: auto;
}

.yellow_strip {
    background-image: url('../Content/images/yellow-stroke_largest.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.blue_strip {
    background-image: url('../Content/images/blue_strock_xl.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.yellow_strip_split {
    background-image: url('../Content/images/stroke_50features.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.blue_strip_split {
    background-image: url('../Content/images/stroke_amazing.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.yeshtag-md {
    width: 250px;
}

.yeshtag-smd {
    width: 240px;
}

.yeshtag-sm {
    width: 200px;
}

.blue_tag_inner {
    background-color: #CDF1FF;
}

.true_whit_section {
    background-color: #fff;
    padding: 50px 0;
}

ul.grid_li li {
    font-size: 18px;
    margin-bottom: 25px;
    padding: 30px;
    border-radius: 17px;
    padding-left: 60px;
    display: table;
    background-image: url(../Content/images/shape_getanumber.svg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 103px;
}

    ul.grid_li li:nth-child(2n) {
        background-image: url(../Content/images/get_number_2nd_bg.svg);
    }

    ul.grid_li li:last-child {
        background-image: url(../Content/images/get_number_lastchiled_bg.svg);
        width: 98% !important;
    }

.broder_btn {
    background: #fff;
    color: #6733D1;
    padding: 14px 20px;
    text-align: center;
    margin-right: 20px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #6733D1 !important;
}

    .broder_btn:hover {
        color: #6733D1;
        box-shadow: 0 5px 4px 0 #6733d1;
    }

.small_content_main {
    width: 800px;
    margin: 0 auto;
    overflow: auto;
}

.rwd_text_xspt {
    padding-top: 30px;
}

.rwd_text_xspb {
    padding-bottom: 30px;
}

.benift_plane_img {
    margin-bottom: 20px;
}

.bold_sm_text {
    color: #373737;
    font-size: 26px;
    font-family: 'Circular Std Bold', sans-serif;
    clear: both;
}

.yello_btn {
    background-color: #FFBA3C !important;
}

    .yello_btn:hover {
        background-color: #FFBA3C !important;
    }

.inner_sub_main {
    overflow: visible;
}

.faq_gridblue {
    border: 1px solid #d6d6d6;
    padding: 5px;
    width: 100%;
    border-radius: 20px;
}

.faq_normaltxt {
    padding: 20px;
    color: #5B5B5B;
    font-size: 18px;
}

div.client_box span.col-lg-3 img {
    width: 100px;
}

.slide_show_txt {
    clear: both;
    padding: 0px 30px 10px 30px;
    font-size: 16px;
}

.slide_show_star {
    padding: 10px 0;
}

    .slide_show_star span {
        color: #FFC107;
        font-size: 45px;
    }

div.local_main_text .form__label, div.local_main_text .form__field:placeholder-shown ~ .form__label, div.local_main_text .form__field:focus ~ .form__label {
    left: 29px;
}

div.list_local_local .form__label, div.list_local_local .form__field:placeholder-shown ~ .form__label, div.list_local_local .form__field:focus ~ .form__label {
    left: 29px;
}

div.list_local_local {
    position: relative
}

.footer_logo a {
    color: #373737;
}

    .footer_logo a img {
        width: 30px !important;
    }

    .footer_logo a:hover {
        color: #373737;
    }

.border_bt {
    border-bottom: 1px solid #d6d6d6;
}

.footer_pt {
    padding-top: 24px;
}

.main_h2_block888 {
    width: 838px;
    margin: 0 auto;
    margin-bottom: 40px;
    clear: both;
}

.inner_cnt2 p {
    font-family: 'Circular Std Book', sans-serif;
    font-size: 18px;
    color: #373737;
    line-height: 1.5em;
}

.navbar-nav {
    margin: 0 auto;
    padding-left: 26%;
}

.navbar-nav {
    margin: 0 auto;
    display: block;
    padding-left: 26%;
}

.cart_icon {
    position: absolute !important;
    right: 130px;
    top: 17px;
}

.login_rwd {
    position: absolute !important;
    right: -13px;
    top: -14px;
}

.postion_nav {
    position: relative;
}

.login_rwd a.btn {
    background-color: #6733D1 !important;
    color: #fff !important;
    padding: 10px 20px;
}

div.postion_nav .login_rwd a.btn:hover {
    background-color: #6733D1 !important;
    color: #fff !important;
}

.LinkStates_main {
    text-align: right;
    position: absolute;
    right: 35px;
    bottom: 14px;
    color: #858585;
}

.local_freevan {
    background-image: url(../Content/images/toll_freevan.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
    height: 430px;
}

.local_states ul li a {
    color: #858585;
    font-size: 13px;
}

    .local_states ul li a:hover {
        color: #373737;
        text-decoration: none;
    }

.state_select_hd {
    color: #373737;
    font-size: 14px;
}

.filter_pg {
    padding: 90px 0 20px 0px;
}

.value {
    position: absolute;
    top: -14px;
    left: 50%;
    margin: 0 0 0 -20px;
    width: 40px;
    text-align: center;
    display: block;
    font-size: 12px;
    color: #6733D1;
    letter-spacing: 1px;
    font-family: 'Circular Std Medium', sans-serif;
}

.price-range-both.value {
    width: 180px;
    margin: 0 0 0 -80px;
    top: -21px;
    left: -25px;
}

.price-range-both {
    display: none;
}

.value i {
    font-style: normal;
}

.range_maindiv {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    height: 65px;
    padding-right: 30px;
}

.ui-widget-content {
    border: 1px solid #d6d6d6 !important;
    color: #d6d6d6 !important;
    height: 0 !important;
    top: 15px;
}

.range_txt {
    display: block;
    color: #373737;
    font-family: 'Circular Std Medium', sans-serif;
    font-size: 12px;
    padding-bottom: 5px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    top: -7px !important;
    border: 1px solid #6733D1 !important;
    background: #fff !important;
    border-radius: 50px !important;
    width: 15px !important;
    height: 15px !important;
    cursor: pointer !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    top: -7px !important;
    border: 1px solid #6733D1 !important;
    background: #fff !important;
    border-radius: 50px !important;
    width: 15px !important;
    height: 15px !important;
    cursor: pointer !important;
    outline: none;
}

.clear_filter {
    color: #DE6161;
    position: relative;
    top: 23px;
    font-size: 14px;
    cursor: pointer;
}

.local_hd_main {
    width: 1060px;
    margin: 0 auto;
}

.green-tick2 li.col-lg-5 {
    width: 48%;
    margin-right: 2% !important;
    margin-left: 0 !important;
}

div.local_faq_minht div.faq_gridblue {
    min-height: 275px;
}

.yesh_bg_h {
    background-image: url(../Content/images/shape_firstshape.svg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 50px;
    position: relative;
}

.yellow_bg_h {
    background-image: url(../Content/images/step_2_3_yellowbg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 50px;
    position: relative;
}

.steps_hm_txt {
    color: #373737;
    font-size: 24px;
    font-family: 'Circular Std Bold', sans-serif;
}

.arrow_home {
    padding-top: 120px;
}

.round_yellow {
    color: #373737;
    background-color: #FFBA3C;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: -25px;
    right: 0px;
    font-size: 18px;
    left: 0px;
    margin: 0 auto;
    font-family: 'Circular Std Bold', sans-serif;
    font-size: 20px;
    padding-top: 14px;
}

.round_porp {
    color: #fff;
    background-color: #6733D1;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: -25px;
    right: 0px;
    font-size: 18px;
    left: 0px;
    margin: 0 auto;
    font-family: 'Circular Std Bold', sans-serif;
    font-size: 20px;
    padding-top: 14px;
}

.step_pt {
    padding-top: 35px;
}

.order-right {
    float: right;
}

.order-left {
    float: left;
}

.rwd_pull_right_1 {
    margin-right: 8.33%;
}

.arrow_home img {
    width: 115px;
}

.arrow_83 img {
    transform: rotate( 83deg );
    width: 115px;
    margin-bottom: 18px;
}

.arrow_268 img {
    transform: rotate( 268deg );
    width: 115px;
    margin-bottom: 18px;
}

.arrow_180 {
    padding-top: 300px;
}

    .arrow_180 img {
        transform: rotate( 180deg );
        width: 115px;
    }

.inner_cnt article.innertxt_small p {
    font-size: 18px;
    margin-bottom: 15px;
}

    .inner_cnt article.innertxt_small p b {
        font-size: 22px;
        color: #373737;
    }

.easy_dail_h1 {
    width: 808px;
    padding-bottom: 30px;
    margin: 0 auto;
}

.easy_dail_h3 {
    width: 838px;
    padding-bottom: 30px;
    margin: 0 auto;
}

.enquiry_block {
    width: 955px;
    text-align: center;
    margin: 0 auto;
}

.big_pt_bottom {
    padding-bottom: 45px;
}

.md_pt_bottom {
    padding-bottom: 20px;
}

#divEmptySearch {
    border-top: 1px solid #d6d6d6;
    padding-top: 40px;
    position: relative;
    top: -60px;
}

.validate_new {
    color: #eb0505;
    position: absolute;
    top: -26px;
    left: 44px;
}

.text_sucess {
    width: 400px;
    margin: 0 auto;
    font-size: 14px;
    color: #373737;
    line-height: 1.4em;
}

.align_middle_c {
    padding: 48px 20px;
    overflow: hidden;
    height: 111px;
}

#divNumberCart div.number_ni {
    text-align: left !important;
}

.phone_main_call {
    display: inline-block;
    margin-right: 1px;
    vertical-align: middle;
    background-image: url(../Content/images/ico_call_phone.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position-x: 4px;
    overflow: auto;
    padding-left: 25px;
}

.email_main_nav {
    display: inline-block;
    margin-right: 1px;
    vertical-align: middle;
    background-image: url(../Content/images/ico_message_nav.svg);
    background-repeat: no-repeat;
    padding-left: 25px;
}

.indust_h2_txt {
    width: 902px;
    margin: 0 auto;
}

div.cust_minht {
    height: 380px;
    padding: 50px;
    width: 47%;
    margin-right: 1%;
    margin-left: 2%;
    float: left;
}

div.cust_minht_bg {
    min-height: 450px;
    background-color: #F3FCFF;
    padding: 50px;
    width: 47%;
    margin-right: 1%;
    margin-left: 2%;
    float: left;
}

.cust_minht img {
    min-height: 111px;
}

.box_wight2 {
    top: 50px;
}

div.cust_minht_bg im {
    width: 90px;
}

.border_rd_who {
    padding: 30px;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 2px 11px 6px #0000000f;
    height: 721px;
}

.dsp_who_block {
    display: block !important;
}

.local_main_text_who {
    width: 95%;
    float: none;
    margin: 0 auto;
}

    .local_main_text_who input {
        border-top-left-radius: 50px !important;
        border-bottom-left-radius: 50px !important;
    }

.who_img_rwd {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-size: auto;
}

.who_human {
    margin: 0 auto;
    padding: 50px 0;
}

    .who_human img {
        width: 155px;
        height: 215px;
        margin: 0 auto;
        display: table;
    }

.result_who {
    margin-top: 70px !important;
}

.who_human span {
    text-align: center;
    font-size: 16px;
    display: block;
    padding-top: 20px;
}

.small_h1 {
    font-size: 20px;
    font-family: 'Circular Std Bold', sans-serif;
    color: #373737;
    margin-bottom: 15px;
}

    .small_h1 img {
        position: relative;
        top: -4px;
        padding-right: 5px;
    }

.who_txt_normal {
    color: #5B5B5B;
    font-size: 15px;
    padding-bottom: 24px;
    line-height: 1.4em;
}

.blue_strip_who {
    background-color: #F3FCFF;
    padding: 16px;
    overflow: auto;
    border-radius: 8px;
    margin-bottom: 30px;
}

.who_left {
    float: left;
}

.who_right_cart {
    float: right;
}

.add_chip_cart {
    background-color: #6733D1 !important;
    color: #fff !important;
    padding: 10px 20px;
    border: 0;
    border-radius: 8px;
}

    .add_chip_cart:hover {
        text-decoration: none;
        cursor: pointer;
    }

.gray_who {
    color: #858585;
    font-size: 15px;
    padding-right: 5px;
    position: relative;
    top: -4px;
}

.result_who_number {
    font-family: 'Circular Std Bold', sans-serif;
    font-size: 16px;
    padding-right: 15px;
    position: relative;
    top: -4px;
}

.who_chip_statue_av {
    background-image: url(/Content/images/chip_available.svg);
    background-repeat: no-repeat;
    width: 113px;
    display: inline-block;
    height: 30px;
    background-size: 109px;
    position: relative;
    top: 7px;
}

.who_chip_statue_noav {
    background-image: url(/Content/images/chip_inuse.svg);
    background-repeat: no-repeat;
    width: 90px;
    display: inline-block;
    height: 32px;
    background-size: 89px;
    position: relative;
    top: 7px;
}

.gray_who_res_txt {
    color: #858585;
    font-size: 15px;
    padding-right: 5px;
}

.row22 {
    -moz-column-width: 40em;
    -webkit-column-width: 30em;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    margin-right: -10px;
    margin-left: -1px;
    column-width: 35em;
    column-gap: 1em;
    column-gap: 1em;
}

.border_tp {
    border-top: 1px solid #d6d6d6;
}

.red_fqa_mg {
    margin-bottom: -50px;
}

.relitve {
    position: relative;
}

.very_small_gutter {
    margin-bottom: 8px;
}

li.login_rwd .dropdown-menu {
    left: -48px;
}

.yellow_cr {
    background-color: #FFBA3C;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    display: inline-block;
    margin-right: 5px;
}

li.login_rwd .form-control {
    height: 40px !important;
}

.local_result_search {
    display: none;
}

.local_sr_result .toll_result_search {
    display: none;
}

.local_sr_result .local_result_search {
    display: block;
}

.area_code_filter {
    display: none;
}

#ErrSecurityCode {
    top: 71px;
}

.validate_new_ph {
    color: #eb0505;
    position: absolute;
    top: -43px;
    left: 44px;
    text-align: left;
}

div.payment_drop.open .slimScrollDiv ul.select_box li a {
    padding: 12px 9px 12px 5px;
}

div.featured_nm .arrow_main {
    display: block !important;
}

.arrow_main {
    display: block !important;
}

.validate_new_t {
    top: -33px;
}

.rwd_imgalign_home {
    padding-top: 170px;
}

.area_code_filter {
    display: none !important;
}

.open > ul.select_box::before {
    content: none !important;
}

.ui-widget {
    width: 91% !important;
    margin: 0 auto !important;
}

div.filter_pg .btn_selectprifix {
    font-size: 12px !important;
}

#spanPattern {
    width: 80%;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.grid_li .grid-back-img {
    font-size: 18px;
    margin-bottom: 25px;
    padding: 30px;
    border-radius: 17px;
    padding-left: 16px;
    display: table;
    background-image: url(/images/shape_getnumber_png.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 103px;
    background-position-x: -20px;
}

.grid-back-img {
    width: 48%;
    margin-right: 2% !important;
    margin-left: 0 !important;
}

.area-code-txt {
    font-size: 16px;
    color: #373737;
    padding-bottom: 6px;
}

.grid-back-img .area-code {
    width: 140px;
}

.img_advert {
    position: relative;
    left: 25%;
}
.grid_li .grid-back-img.grid-img2 {
    background-position-x: -47px;
}

.why-get-num {
    padding-bottom: 25px;
}
.grid-back-img.rock-city{
    min-height: 129px;
}
.hawai-phone{
    min-height: 283px;
}
.chicago-area{
    display:flex;
    flex-direction:column;
}
/*blue_strip_split*/
.blue_strip_split1 {
    background-image: url("../Content/Images/stroke_fiveareacodes.svg");
    background-repeat: no-repeat;
    background-size: cover;
}
/*yellow_strip_split*/
.yellow_strip_split1 {
    background-image: url("../Content/Images/stroke_ourexpert.svg");
    background-repeat: no-repeat;
    background-size: cover;
}
/*blue_strip*/
.blue_strip1 {
    background-image: url("../Content/Images/stroke_whyget.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

/*  404 Error page   */

.error-sec{
    padding-top: 120px;
}
.error-404{
    width: 100px;
}
.error-txt{
    font-size: 26px;
    line-height: 1.4em;
    color: #373737;
    font-family: 'Circular Std Bold', sans-serif;
    text-align: center;
}
.main-headg{
    margin-bottom: 18px;
}
.home-link{
    margin-top: 60px;
    text-align: center;
}
.home-bt{
    font-size: 16px;
    background-color: #6733D1;
    color: #fff;
    padding: 14px 20px;
    font-family: 'Circular Std Book', sans-serif;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
}
.home-bt:hover{
    color: #fff;
}
.van-img{
    background-image: url(../Content/images/illustration.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center 82px;
    height: 580px;
    position: absolute;
    width: 99%;
    bottom: 0;
    z-index: 999;
}
.content-error{
    position: relative;
    z-index: 9999;
}

/*Vanity number generator css*/
.VNG-stateWdth {
    width: 350px;
}
.VNG-UnleashHdng {
    width: 75%;
    margin: 0 auto;
    padding-bottom: 15px;
}
.VNG-WhyChoose .cust_minht {
    padding: 20px 50px;
}
.VNG-WhyChoose .VNG-CenterAlign {
    margin: 0 auto;
    float: none;
    height: 100%;
}
.VNG-ChooseHdng {
    width: 49%;
    margin: 0 auto;
    padding-bottom: 40px;
}
.VNG-featureTxt {
    width: 53%;
    margin: 0 auto;
}
.VNG-CenterAlign .img-responsive {
    margin-top: 115px;
}
/*Latest css */
.NI-customhdr {
    padding: 0px;
}
.NI-customhdr .navbar {
    display: block;
    padding: 0px;
}

.NI-customhdr .menu_bg {
    width: 100%;
}
.NI-customhdr .main_toll {
    padding: 19px 0px !important;
}
.NI-customhdr .navbar-nav .brd_rwd a {
    text-decoration: none;
}
.NI-customhdr .navbar-brand {
    padding: 10px 15px;
    height: 50px;
    display: block;
}

.NI-customhdr .dropdown-toggle::after {
    display: none;
}
.container {
    max-width: 1465px;
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.NI-why-numbers .secondhead {
    margin-top: 20px;
}
.NI-why-numbers article a {
    text-decoration: none;
}
.NI-why-numbers article a:hover {
    text-decoration: underline;
}
.cust_btn:hover {
    background-color: #6733D1;
}
.true_whit_section .green-tick2 li.col-lg-5 {
    float: left;
}
.true_whit_section .green-tick2 {
    margin-top: 30px;
}
.carousel .carousel-inner .col-lg-5 {
    float: left;
}
.footer_logo a {
    float: left;
    height: 50px;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 20px;
}
.footer_link .text-end a {
    text-decoration: none;
}
.footer_link .text-end a:hover {
    text-decoration: underline;
}
#divtabtollfree .btn_selectprifix {
    text-decoration: none;
}
.row {
    margin-left: 0px;
    margin-right: 0px;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}


.navbar-nav > li {
    float: left;
    padding: 19px 25px;
}
.carousel-inner .item .col-lg-5 {
    padding-left: 8px;
    padding-right: 8px;
}
.cust_btn:active {
    background-color: #6733D1 !important;
    color: #fff !important;
    border-color: transparent !important;
}
.login_rwd a.btn:active {
    border-color: transparent !important;
}
.navbar-nav .dropdown-menu.show {
    display: block;
    width: 221px;
    background-color: #ffffff;
    box-shadow: 3px -2px 9px 1px rgb(0 0 0 / 17%);
    padding: 12px;
    min-height: 357px;
    border-radius: 20px !important;
    position: absolute;
    border: none;
}
.navbar-nav .dropdown-menu.show::before {
    content: '';
    display: inline-block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #dcdbdb;
    border-bottom-color: rgb(255 255 255 / 99%);
    position: absolute;
    top: -9px;
    left: 96px;
}
.show.toll_free3 {
    width: 610px;
    list-style-type: none;
    left: -206px;
    border-radius: 20px !important;
    box-shadow: -2px -1px 8px 0 rgb(0 0 0 / 28%);
    padding-left: 0;
    padding-right: 0;
}
.yello_btn:active {
    background-color: #FFBA3C !important;
}
.navbar-nav .show.cust_droptoll {
    border-top-left-radius: 20px;
}

.navbar-nav .show.cust_droptoll2 {
    border-bottom-right-radius: 0px;
    border-top-left-radius: 20px;
    border-top-right-radius: 0px;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
#States .local_states ul li a, .State_Link {
    text-decoration: none;
}
.inner_gray_section .secondhead, .NI-faqsection .secondhead {
    margin-top: 20px;
}
#btnContactSubmit {
    margin: 0 auto;
}
.payment_ag .form-group {
    position: relative;
}
.AP_maincontainer .grar_palan_bg {
    display: flex;
    flex-wrap: wrap;
}
.NI-flex {
    display: flex;
    flex-wrap: wrap;
}
div.featured_nm .arrow_main {
    display: flex !important;
    flex-wrap: wrap;
}
#divHome .filter_pg {
    display: flex;
    padding: 90px 0 20px 0px;
}

#divSearchMain .number_inner_main {
    margin-left: auto;
    margin-right: auto;
}
.local_states .col-md-2 {
    float: left;
}
#divEnquiryForm .payment_ag .form-group .col-lg-4 {
    float: left;
    z-index: 1;
}
.filter_pg .payment_drop .btn_selectprifix {
    text-decoration: none;
}
.true_whit_section .green-tick2.grid_li .col-lg-5 .area-code, .true_whit_section .green-tick2.grid_li .col-lg-5 .col-lg-9, .true_whit_section .green-tick2.grid_li .col-lg-5 {
    float: left;
}
#divSearchResults .col-lg-3 {
    float: left;
}
#divSearchResults .add_number {
    padding: 5px 0px 8px 5px;
}

element.style {
}

.form__field:focus {
    box-shadow: none;
    border: 1px solid #d6d6d6;
}

.form-control:focus {
    background-color: transparent;
}
.NI-custom-container .pull-right {
    float: right;
}
.NI-custom-container {
    display: block !important;
}
.NI-custom-container .btn_rwd .navbar-brand {
    float: left;
    padding-left: 40px;
    margin-left: -15px;
}
#orderlogo {
    padding-left: 22px;
}
.NI-customhdr .navbar-header {
    margin-left: -15px;
    margin-right: -15px;
}
.payment_ag .form-control:focus {
    background-color: #fff;
}
/*newly-added footer box code*/
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
}
.local_faq_minht .cartview_steptext {
    vertical-align: top;
}
.client_box .col-lg-3, .client_box .col-lg-8, .carousel-inner .item .col-lg-5 {
    float: left;
}
.client_box .test_mln {
    padding: 10px 3px 10px 38px;
}
.client_name label {
    max-width: 100%;
    font-weight: 700;
}
.carousel-inner .item .col-lg-5 {
    padding-left: 15px;
    padding-right: 15px;
}
.navbar-nav > li > a {
    line-height: 20px;
}
.payment_section .payment_ag .col-lg-4, #text_cartheader {
    float: left;
}
.NI-floatRight {
    float: right;
}
#liBillingInfo .form-group .col-lg-3 {
    float: left;
}
.cart_backbtn .col-lg-6, .cart_backbtn .col-lg-6 .pull-left {
    float: left;
}
.cart_backbtn .col-lg-6 .pull-right {
    float: right;
}
#liBillingInfo .dropdown a.btn_selectprifix {
    text-decoration: none;
}
#liBillingInfo #cart_back:active {
    color: #6733D1;
}
#liBillingInfo #cart_back:hover {
    border: 1px solid #6733D1;
}
#liBillingInfo .payment_drop .drop_unic.show ~ .slimScrollDiv {
    display: block !important;
}
.NI-whownsit .col-lg-8, .NI-whownsit .col-lg-4 {
    float: left;
}
#myModal .close {
    font-size: 21px;
    font-weight: 700;
    background-color: transparent;
}
#myModal #ano_pay {
    top: 0px;
    margin-top: 0px;
}
#myModal {
    background-color: transparent;
}
.show ~ ul.select_box.show {
    top: 61px;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border: 1px solid #d6d6d6;
    border-top: 0;
    width: 181px;
    left: 0;
    transform: none !important;
    inset: initial !important;
    padding: 12px;
}
.btn_selectprifix.show ~ .toll_free {
    box-shadow: 0 10px 8px 0 rgba(0,0,0,.28);
    background-color: #fff !important;
    margin-bottom: -3px;
    top: 55px;
}
div a.btn_selectprifix.show {
    border-bottom-left-radius: 0;
    color: #6733d1 !important;
}
.show ~ ul.select_box > li a {
    font-size: 14px;
    padding: 12px 20px;
    display: block;
}
.search_local_main .btn_selectprifix {
    height: 64px;
}
.search_local_main .btn_selectprifix.show ~ .slimScrollDiv {
    display: block !important;
}
.filter_pg .btn_selectprifix.show ~ .slimScrollDiv {
    display: block !important;
}
.filter_pg .payment_drop .drop_unic.show ~ .slimScrollDiv ul.select_box li a {
    text-decoration: none;
    font-size: 13px;
}
#divtabtollfree .search_local_main .btn_selectprifix {
    margin-bottom: 0px;
}
.NI-Finalstep.col-lg-9, .NI-Finalstep.col-lg-3 {
    float: left;
}
.NI-Payfloat {
    float: left;
}
#liCCInfo .payment_drop .drop_unic.show ~ .slimScrollDiv {
    display: block !important;
}

.NI-Floatleft {
    float:left;
}
#business_texts .col-lg-6, #business_texts .col-lg-4 {
    float: left;
}

#divPaging.ref_link{
    display:flex !important;
    justify-content:center;
}
.divCart .divProcess {
    height: 30px;
}


@media (min-width: 1600px) {
    .container {
            width: 1465px;
            max-width: 1465px;
    }
}

    @media (max-width: 1600px) {
        div .col-lg-3 .popover_c {
            display: block;
            float: right;
            left: revert;
            right: -312px;
            top: 60px;
            width: 300px;
            max-width: 300px;
        }

        .grid_li .grid-back-img.grid-img1 {
            background-position-x: -47px;
        }

        .VNG-UnleashHdng {
            width: 60%;
        }

        .VNG-ChooseHdng {
            width: 100%;
            padding-bottom: 0px;
        }
        /*newly-added footer box code*/
        .client_box .col-lg-3, .client_box .col-lg-8, .carousel-inner .item .col-lg-5 {
            padding-right: 8px;
            padding-left: 8px;
        }
    }

    @media (max-width: 1450px) {
        div.col-lg-3 .popover_c {
            float: right;
            left: revert;
            right: -365px;
            top: 56px;
            width: 300px;
            max-width: 300px;
        }

        .whownsthis_box {
            width: 360px !important;
        }

        .whoown_txt {
            width: 302px !important;
            margin-left: -7px;
        }

        div.whownsthis_box .cart_btn_done_main2 {
            margin-left: -7px;
        }

        textarea.form-control {
            padding-top: 30px !important;
        }

        .grid_li .grid-back-img {
            min-height: 149px;
            background-position-x: -75px;
        }

        .grid-back-img.grid-img1 {
            min-height: 149px !important;
            background-position-x: -76px !important;
        }

        .grid-back-img.grid-img2 {
            background-position-x: -103px !important;
        }

        .grid-back-img .area-code {
            width: auto;
            /* margin-left: -9px; */
        }

        .grid-back-img div.col-md-9 {
            padding-left: 30px;
        }
        .NI-customhdr .main_toll {
            padding: 14px 0px !important;
        }
    }

    @media (max-width: 1200px) {
        .price-range-both.value {
            width: 127px;
            margin: 0 0 0 -54px;
            top: -18px;
            left: -25px;
            font-size: 11px;
        }

        div.col-lg-3 .popover_c {
            float: right;
            left: 336px;
            right: revert;
            top: 51px;
            width: 300px;
            max-width: 300px;
        }

        .mrg_who_bootm2 {
            margin-bottom: 15px;
            font-size: 18px;
            color: #1e1e1e;
            line-height: 1.5em;
        }

        .who_left_pt2 {
            padding-left: 0px !important;
            padding-top: 22px;
        }
        div.featured_nm .arrow_main .col-lg-3 {
            width: 33%;
        }
        #divHome .filter_pg {
            flex-wrap: wrap;
        }
        #divHome .filter_pg .col-lg-2 {
            width: 50%;
        }
        #divHome .filter_pg .col-lg-1 {
            width: 100%;
        }
        #liBillingInfo .form-group .col-lg-4, #liBillingInfo .form-group .col-lg-3 {
            width: 50%;
        }
        .NI-whownsit .col-lg-8, .NI-whownsit .col-lg-8 {
            width: 100%;
        }
        .NI-Finalstep.col-lg-9, .NI-Finalstep.col-lg-3 {
            float: none;
            width: 100%;
        }
        .NI-Payfloat, .order_fr_left .form-group .col-lg-4 {
            float: none;
            width: 100%;
        }
        #business_texts .col-lg-6, #business_texts .col-lg-4 {
            float: none;
        }
    }

    @media (max-width: 1080px) {
        .grid-back-img .area-code {
            width: 200px;
            text-align: left;
            /* display: flex; */
        }

        .grid_li .grid-back-img {
            min-height: 120px;
            background-position-x: 0;
        }

        .grid-back-img.grid-img1 {
            min-height: 120px !important;
            background-position-x: 1px !important;
        }
        .navbar-nav .show ~ .toll_free3.show {
            width: auto;
            box-shadow: none;
        }
        #liCart {
            list-style: none;
        }
        #divHome .payment_drop .drop_unic.show ~ .slimScrollDiv ul.select_box.show {
            top: -15px !important;
        }
        #liCCInfo .payment_drop .drop_unic.show ~ .slimScrollDiv ul.select_box.show {
            top: -15px !important;
        }
    }
    @media (max-width: 992px) {
        .AP_maincontainer .grar_palan_bg .col-lg-3 {
            width: 33%;
        }
        div.featured_nm .arrow_main .col-lg-3 {
            width: 50%;
        }
        #divSearchResults .col-lg-3 {
           width: 50%;
        }
        #liBillingInfo .NI-customFloat {
            float: none;
        }
    }
@media (max-width: 767px) {
    div.col-lg-3 .popover_c {
        float: revert;
        left: 0;
        right: 0;
        top: 0;
        width: 300px;
        max-width: 300px;
        position: relative;
        margin: 0 auto;
        z-index: 0;
    }

    .grid-img1.eastern-city {
        background-position-x: -65px !important;
    }

    div.popover_c div.arrow {
        display: none;
    }

    .whownsthis_box {
        width: 357px !important;
        margin: 0 auto;
        padding: 10px 20px 0 20px;
    }

    .who_maintext {
        width: 100%;
        padding-bottom: 5px;
        margin: 0 auto;
        text-align: center;
    }

    .who_left_pt2 {
        padding-left: 0px !important;
        padding-top: 22px;
    }

    div.whownsthis_box .cap_br {
        margin-left: 0px;
        left: 0 !important;
    }

    .whoown_txt {
        width: 301px !important;
        margin-left: 0;
    }

    div.whownsthis_box .cart_btn_done_main2 {
        margin-left: 0px;
    }

    .VNG-WhyChoose .img-responsive {
        padding-bottom: 15px;
    }

    .AP_maincontainer .grar_palan_bg .col-lg-3 {
        width: 100%;
    }

    div.featured_nm .arrow_main .col-lg-3 {
        width: 100%;
    }

    #divHome .filter_pg .col-lg-2 {
        width: 100%;
    }

    #divHome .filter_pg .fillter_local {
        top: 0px;
    }

    #divHome .filter_pg {
        padding: 60px 0 20px 0px;
    }

    #divSearchResults .add_number {
        padding: 5px 0px 8px 5px;
    }

    #divEnquiryForm .payment_ag .form-group .col-lg-4 {
        float: none;
    }
    #liBillingInfo .form-group .col-lg-4, #liBillingInfo .form-group .col-lg-3 {
        width: 100%;
    }
    .NI-Paymentsteps .col-lg-4 {
        width: 33.33%;
    }
    .search_local_main .btn_selectprifix {
        height: 65px;
    }
    .NI-Floatleft {
        float: none;
    }
}
