.breadcrumb {
    font-family: 'Poppins', sans-serif;
}

.breadcrumb a {
    font-family: 'Staatliches', cursive;
    font-size: 15px;
}

.pricing--rabten .icon {
    font-size: 5em;
}

#alert-error-message {
    display: none;
}

.container-services {
   width: 70%;
   font-size: 14px;
   -webkit-font-smoothing: antialiased;
   padding-right: 15px;
   padding-left: 15px;
   margin-right: auto;
   margin-left: auto;
   height: 100vh;
}

.wwsms-container-verification {
   width: 50% !important;
   -webkit-font-smoothing: antialiased !important;
   padding-right: 15px;
   padding-left: 15px;
   margin-right: auto;
   margin-left: auto;
   height: 100vh;
}

.footer-text {
    text-transform: uppercase;
    font-weight: 700 !important;
    letter-spacing: 1px;
}

section#main-body {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.sidebar.logged-in {
    margin-top: 0;
}

.alertify {
    z-index: 9999 !important;
}

.panel-a1>.panel-heading {
    background-color: #cc0000 !important;
    border-color: #cc0000 !important;
    color: #fff !important;
}

.popover {
    font-family: "Google Sans",Arial,sans-serif;
}

.new-tlds-home-banner {
    margin: 5px 0 20px 0;
    padding: 14px;
    background: #cc0000;
    background: -moz-linear-gradient(top, #d00000 0%, #cc0000 100%);
    background: -webkit-linear-gradient(top, #d00000 0%, #cc0000 100%);
    background: -ms-linear-gradient(top, #d00000 0%, #cc0000 100%);
    background: linear-gradient(to bottom, #d00000 0%, #cc0000 100%);
    font-family: "Open Sans", Trebuchet MS, Trebuchet MS, sans-serif;
    font-size: 1.2em;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    zoom: 1;
}

.new-tlds-home-banner a {
    color: #FFD20A;
}

.nav-item-link {
    color: #555;
}

.nav-item-link:hover,
.nav-item-link:focus {
    text-decoration: none;
    color: #555;
}

.nav-item-link-innner {
    margin: 0 0 0 30px;
}

.navbar-fixed-bottom {
    display: none;
}

.aone-outline {
    background: #fff;
    color: #cc0000;
    border-color: #cc0000;
}

.aone-outline:hover,
.aone-outline:focus {
    color: #d00000;
    border-color: #cc0000;
}

.aone-basic {
    background: #cc0000 !important;
    border-color: #cc0000 !important;
    border: 1px solid #cc0000 !important;
    color: #fff !important;
}

.aone-basic:hover,
.aone-basic:focus,
.aone-basic:active,
.aone-basic:target {
    background: #d00000 !important;
    border-color: #cc0000 !important;
    border: 1px solid #cc0000 !important;
    outline: none !important;
}

.input-icon.right i {
    right: 22px;
    float: right;
}

.input-icon i {
    color: #999999;
    display: block;
    position: absolute;
    margin: 10px 2px 4px 10px;
    width: 16px;
    height: 16px;
    font-size: 16px;
    text-align: center;
}

.input-icon.right input {
    padding-left: 12px !important;
    padding-right: 33px !important;
}

.available {
    color: #cc0000;
}

.container {
    width: 100%;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#main-navigation {
    font-size: 12px !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #cc0000;
}

.error {
    font-weight: normal;
    color: red;
}


/* full branding */


/*pricing-section-seven start*/

.pricing-section-seven .pricing-table-default {
    border: 1px solid #f1f1f1;
    margin-top: 30px;
    background: #ffffff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.pricing-section-seven .pricing-table-default:hover {
    border: 1px solid #31aae2;
}

@media (max-width: 766px) {
    .pricing-section-seven .pricing-table-default {
        margin-bottom: 30px;
    }
}

.pricing-section-seven .pricing-head {
    padding: 25px 0 0px;
}

.pricing-section-seven .pricing-head h3 {
    font-size: 24px;
    margin: 0px;
}

.pricing-section-seven .pricing-head i {
    font-size: 40px;
    margin-top: 27px;
}

.dropdown-menu {
    font-family: "Google Sans",Arial,sans-serif;
    z-index: 9999 !important;
    font-size: 12px !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/*preset color*/

.offset-bg {
    background-color: #dadada;
}

.green-bg {
    background-color: #73c8b7;
}

.blue-bg {
    background-color: #31aae2;
}

.pink-bg {
    background-color: #eb768c;
}

.offset-table {
    color: #dadada;
}

.green-table {
    color: #73c8b7;
}

.blue-table {
    color: #31aae2;
}

.pink-table {
    color: #eb768c;
}


/*pricing list*/

.pricing-list {
    margin: auto 0;
    width: 310px;
}

.pricing-section-seven .pricing-list li {
    display: block;
    padding: 8px 0;
}

.pricing-section-seven .pricing-list li:first-child {
    padding-top: 12px;
}

.pricing-section-seven .pricing-list li:last-child {
    padding: 8px 0 26px;
}

.pricing-section-seven .price-standerd {
    display: block;
    font-size: 5px;
    line-height: 30px;
    color: #969595;
    background-color: #f9f9f9;
    padding: 9px 0;
}

.pricing-section-seven .price-standerd .price-digit {
    color: #313131;
    font-weight: bold;
}

.pricing-section-seven .pricing-table-default .btn {
    color: #ffffff;
    border: 0;
    text-transform: capitalize;
    display: inline-block;
    padding: 11px 63px;
    margin: 20px 0;
}

.pricing-section-seven .pricing-table-default:hover .offset-bg {
    background-color: #dadada;
    color: #313131;
}

.pricing-section-seven .pricing-table-default:hover .blue-bg {
    background-color: #31aae2;
    color: #313131;
}

.pricing-section-seven .pricing-table-default:hover .pink-bg {
    background-color: #eb768c;
    color: #313131;
}

.pricing-section-seven .pricing-table-default:hover .green-bg {
    background-color: #73c8b7;
    color: #313131;
}


/*pricing-section-seven end*/

.m-option .m-option__label .m-option__head .m-option__title {
    color: #3f4047;
}

.m-option .m-option__label .m-option__head .m-option__title {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    font-size: 1.1rem;
}

.m-option {
    border: 1px solid #ebedf2;
}

.m-option {
    display: table;
    width: 100%;
    padding: 1.4em;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.m-option .m-option__label {
    display: table-cell;
}

.m-option .m-option__control {
    display: table-cell;
    vertical-align: top;
    width: 2.7rem;
    padding-top: .1rem;
}

.m-option .m-option__label {
    display: table-cell;
}

.m-option .m-option__label .m-option__head {
    display: table;
    width: 100%;
}

.g-recaptcha {
    transform-origin: left top;
    -webkit-transform-origin: left top;
}

/* WW_SMS */
/* Page SeriveChoose */
.international-img {
    margin: 0 auto;
    width: 100%;
}

.world-img {
    margin: 0 auto;
    width: 75%;
}

@media only screen and (min-width: 1366px) {
    .container {
        padding: 0 25px;
    }

    #custom-tab-content {
        text-align: justify;
        max-width: 90%
    }
}

@media only screen and (min-width: 1366px) {
    .container.row-container {
        padding: 0 15px 0 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

