/**
 * -------------------------
 * Bootstrap input fields/ buttons/ checkboxes
 * -------------------------
 */

a {
    color: #983295;
}

a:hover {
    color: #983295;
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    background-color: #983295;
    border-color: #983295;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: white;
    background-color: #983295;
    border-color: #983295;
}

.navbar-main .navbar-nav > li > a {
    color: #777;
    font-size: 14px;
}

.navbar-main .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #983295;
    background-color: #f5f5f5;
}

.dataTables_wrapper .dataTables_info {
    background-color: #983295;
}

div.header-lined h1 {
    color: #983295;
}

.alert-info {
    /*color: #983295;*/
}

.nav>li>a {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.btn-success {
    background-color: #983295 !important;
    border-color: #983295 !important;
}

.btn-success:hover {
    background-color: #e617df !important;
    border-color: #983295 !important;
}

.btn-link {
     color: #983295;
}

.btn-link:focus, .btn-link:hover {
    color: #983295;
}
/**
 * -------------------------
 * Bootstrap input fields/ buttons/ checkboxes
 * -------------------------
 */

.form-control:focus {
    border-color: #983295;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(255, 100, 255, 0.5);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 100, 255, 0.5);
}

.md-editor.active {
    border-color: #983295;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(255, 100, 255, 0.5);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 100, 255, 0.5);
}

.btn-primary {
    border-color: #983295;
    background-color: #983295;
}

.btn-primary.disabled, 
.btn-primary.disabled.active, 
.btn-primary.disabled.focus, 
.btn-primary.disabled:active, 
.btn-primary.disabled:focus, 
.btn-primary.disabled:hover, 
.btn-primary[disabled], 
.btn-primary[disabled].active, 
.btn-primary[disabled].focus, 
.btn-primary[disabled]:active, 
.btn-primary[disabled]:focus, 
.btn-primary[disabled]:hover, 
fieldset[disabled] .btn-primary, 
fieldset[disabled] .btn-primary.active, 
fieldset[disabled] .btn-primary.focus, 
fieldset[disabled] .btn-primary:active, 
fieldset[disabled] .btn-primary:focus, 
fieldset[disabled] .btn-primary:hover {
    border-color: #983295;
    background-color: #983295;
}

.btn-primary.active, 
.btn-primary.focus, 
.btn-primary:active, 
.btn-primary:focus, 
.btn-primary:hover, 
.open>.dropdown-toggle.btn-primary {
    border-color: #983295;
    background-color: #e617df;
}

.btn-primary.active.focus, 
.btn-primary.active:focus, 
.btn-primary.active:hover, 
.btn-primary:active.focus, 
.btn-primary:active:focus, 
.btn-primary:active:hover, 
.open>.dropdown-toggle.btn-primary.focus, 
.open>.dropdown-toggle.btn-primary:focus, 
.open>.dropdown-toggle.btn-primary:hover {
    border-color: #983295;
    background-color: #e617df;
}


/**
 * -------------------------
 * Bootstrap dropdown on hover
 * -------------------------
 */
/*section#dashboard-menu .dropdown > a:hover*/
/*section#dashboard-menu .navbar-nav > li > a:focus*/
/*@media (min-width: 992px) {
    section#dashboard-menu .navbar-nav > li > a:hover, 
    section#dashboard-menu .navbar-nav > li > a:focus {
        background-color: #f5f5f5;
    }
}

@media (max-width: 991px) {
    section#dashboard-menu .navbar-nav > li > a:hover, 
    section#dashboard-menu .navbar-nav > li > a:focus {
        background-color: #fff;
    }
}*/

.navbar-main .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
}

div#bs-example-navbar-collapse-2 {
    /*background-color: #f5f5f5;*/
    border-radius: 5px;
    border: 1px solid transparent;
    border-color: #ddd;
}

div.navbar-content li {
    list-style: none;
    line-height: 150%;
    margin-left: -15px;
    margin-right: 15px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #a6a6a6;
    font-size: 12px;
}

div.navbar-content h4 {
    font-size: 14px;
    margin-bottom: 0px;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 10px;
    border-bottom: 2px inset;
}

div.navbar-content a {
    color: #777;
}

div.navbar-content a:hover {
    text-decoration: none;
    cursor: pointer;
}

.navbar-content a:hover li {
    background-color: #f5f5f5;
}

@media (max-width: 991px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top : 0;
        /*background-color: transparent;*/
        border: 0;
        box-shadow: none;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
        position: static;
        float: none;
        width: auto;
        margin-top : 0;
        /*background-color: transparent;*/
        border: 0;
        box-shadow: none;
    }
    .navbar-main .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #983295;
    }
}

@media (min-width: 992px) {
    .navbar-content {
        min-width: 400px;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
        border-radius: 5px;
    }
}

.navbar-right .dropdown-menu {
    right: auto;
}

.navbar-right .dropdown-menu-left {
    left: auto;
    right: 0;
}

/*.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}*/

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

/*.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}*/

.navbar-dashboard a {
    text-decoration: none;
    color: black;
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    padding-top: 15px;
}

.navbar-dashboard {
    background-color: #f5f5f5;
    padding-left: 15px;
    border-radius: 5px;
}

.container-fluid > .navbar-collapse {
    margin-left: 5px;
    margin-right: 5px;
}

div.navbar-header.navbar-dashboard {
    margin-left: 1px;
    margin-right: 1px;
}

@media (max-width:991px) {
    .navbar-dashboard {
        border: 1px solid transparent;
        border-color: #ddd;
    }
}

@media (min-width:992px) {
    .navbar-dashboard a {
        display:none;
    }
}

/* ===== Domain Checker ===== */

div.domainresults div:not(.btn-group) {
    margin: 0;
    padding: 10px 25px;
    background-color: #ddd;
    color: #666;
    font-size: 1.0em;
    border-radius: 6px 6px 0 0;
}

div.domainresults div:not(.btn-group) span {
    padding-left: 20px;
    font-size: 14px;
    color: #888;
}

.domain-checker-container {
    margin: 20px 0;
    padding: 0;
    background-color: #d43ecf;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#983295), to(#d964d5));
    background: -webkit-linear-gradient(top, #d964d5, #983295);
    background: -moz-linear-gradient(top, #d964d5, #983295);
    background: -ms-linear-gradient(top, #d964d5, #983295);
    background: -o-linear-gradient(top, #d964d5, #983295);

    /*background: -webkit-linear-gradient(right top, #120099, #983295);
    background: -o-linear-gradient(bottom left, #120099, #983295);
    background: -moz-linear-gradient(bottom left, #120099, #983295);
    background: linear-gradient(to bottom left, #120099, #983295);*/
}

.domain-checker-bg {
    margin: 0;
    padding: 80px 0;
    background-repeat: no-repeat;
    background-position: center;
    
    background-image:url('../img/domain_banner.png');
}

@media (max-width: 992px) {
    .domain-checker-bg {
        padding: 40px 0;
    }
}

.domain-checker-container .input-group-box {
    margin: 0 auto;
    padding: 10px;
    background-color: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.domain-bulk-options-box {
    position: absolute;
    top: 18px;
    right: 134px;
    z-index:100;
}

.domain-check-availability {
    width: 100px;
}

.domain-step-options {
    min-height: 300px;
}

.domain-checker-result-headline {
    margin: 20px;
    font-size: 1.6em;
    text-align: center;
}
.domain-checker-available {
    color: #5cb85c;
}
.domain-checker-unavailable {
    color: #d9534f;
}

div.domainresults div.domain-checkout-area {
    display: none;
    float: right;
    padding: 8px 40px 0;
}

.domain-disclaimer-area {
    margin: 0 0 25px 0;
    font-size: 12px;
}

.domain-bulk-domain-well {
    width: 60%;
}

.domain-tld-pricing-table-responsive {
    border: 0;
    margin-bottom: 0;
}

a.domain-tld-pricing-category {
    display: block;
    text-align: center;
}

/*@media (min-width:992px) {
    form#frmDomainChecker {
        min-height: 170px;
    }
}

@media (min-width:681px) {
    form#frmDomainChecker {
        min-height: 180px;
    }
}

@media (max-width:680px) {
    form#frmDomainChecker {
        min-height: 200px;
    }
}

@media (max-width:491px) {
    form#frmDomainChecker {
        min-height: 220px;
    }
}*/


/**
 * -------------------------
 * domainregister.tpl
 * -------------------------
 */
div#suggestionsFilter label {
    font-size: 12px;
}

@media only screen and (max-width: 768px) {
    div#suggestionsFilter {
        height: 300px;
    }
}

@media only screen and (min-width: 768px) {
    div#suggestionsFilter {
        height: 240px;
    }
}

@media only screen and (min-width: 1200px) {
    div#suggestionsFilter {
        height: 180px;
    }
}

/**
 * -------------------------
 * body
 * -------------------------
 */

#clientregister-body,
#login-body {
    background-color: #F1F1F1;
}


/**
 * -------------------------
 * footer
 * -------------------------
 */

#clientregister-body #footer,
#login-body #footer {
    background-color: #FFF;
}

/**
 * -------------------------
 * @section Sections
 * -------------------------
 */

section#header {
    margin: 0;
    padding: 10px 0;
    background: #000000;
    border-radius: 0 0 0 0;
}

section#footer p {
    margin: 0 0 0 0;
    border-top: 0px solid #006687;
    line-height: 150%;
    color: #666;
    font-size: 0.7em;
    text-align: center;
    padding: 15px 0 15px 0;
}

section#main-body {
    margin-top: 0px;
    margin-bottom: 0px;
    /*height: 100%;*/
    min-height: 350px;
    padding-bottom: 15px;
}

div.main-content {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

/**
 * -------------------------
 * @section Main Menu
 * -------------------------
 */

section#main-menu {
    background: #ffffff;
    padding: 15px 0 15px 0;
    border-bottom: 2px inset;
}

/**
 * -------------------------
 * @section Navigational Bar
 * -------------------------
 */

#top-nav {
    float: right;
    margin: 0;
    padding: 0;
}

#top-nav .nav:first-child {
    margin: 0;
    padding: 0;
    line-height: 22px;
    font-size: 12px;
}

#top-nav .nav:not(:first-child) {
    margin: 0;
    padding-right: 15px;
    line-height: 22px;
    font-size: 12px;
}

#top-nav a.quick-nav {
    margin: 0 0 0 15px;
    padding: 0 0px 0 10px;
    color: #ffffff;
}

#top-nav a.quick-nav:hover {
    text-decoration: none;
}

.navbar-nav a {
    color: #983295;
}

.navbar-nav a:hover {
    color: #983295;
}

ul.navbar-nav {
    padding-top: 10px;
}

/*ul#left-nav {
    padding-left: 20px;
}*/

div#bs-example-navbar-collapse-1 li {
    /*font-size: 14px;*/
}

div#sideborderhead {
    border-right-style: solid;
    border-right-color: #ffffff;
    border-right-width: 1px;
}

div#sidebordertail {
    border-right-style: solid;
    border-right-color: #ffffff;
    border-right-width: 1px;
}

@media (min-width: 992px) {
    div#sideborderhead {
        border-right-style: solid;
    }
    div#sidebordertail {
        border-right-style: none;
    }
}

@media (max-width: 992px) {
    div#sideborderhead {
        border-right-style: solid;
    }
    div#sidebordertail {
        border-right-style: none;
    }
}

@media (max-width: 426px) {
    div#sideborderhead {
        border-right-style: none;
    }
    div#sidebordertail {
        border-right-style: none;
    }
    #top-nav .nav:not(:first-child) {
        padding-right: 0px;
    }
}

a#home-cart-btn {
    float: right;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-right: 15px;
}

@media (min-width: 992px) {
    a#home-cart-btn {
        display: none;
    }
}

li#btn-cart-list a{
    color: #fff;
    background-color: #983295;
}

li#btn-cart-list a:hover {
    background-color: #e617df;
}

@media (max-width: 991px) {
    li#btn-cart-list {
        display: none;
    }
}

#nav-homepage.p-color,
#nav-aboutus.p-color,
#nav-contact.p-color,
#nav-login.p-color {
    color: #983295;
    background-color: #fff;
}

/**
 * -------------------------
 * @section Home Page Main Menu
 * -------------------------
 */

section#main-menu img {
    padding-left: 20px;
    padding-right: 35px;
}

@media (max-width: 767px){
    section#main-menu img {
      padding: 10px!important;
    }
}

@media (max-width: 375px) {
    section#main-menu img {
        /*padding-right: 100px;*/
    }
}

/**
 * -------------------------
 * @section Home Page Banner (New)
 * -------------------------
 */

section#home-banner-new {
    margin: 0;
    height: 484px;
    background-repeat: no-repeat;
    background-image: url("../img/Images1.jpg");
    background-position: center;
    /*background-size: 100% 100%;*/
    background-size: cover;
    color: #fff;
}

section#home-banner-new > div > h2 {
    margin: 0;
    /*padding: 80px 25px 10px 40px;*/
    padding-top: 80px;
}

section#home-banner-new p {
    margin: 0;
    /*padding: 40px 25px 10px 40px;*/
    padding-top: 40px;
}

@media (max-width: 992px) {
    section#home-banner-new h2 {
        font-size: 26px;
    }
}

@media (max-width: 768px) {
    section#home-banner-new h2 {
        font-size: 22px;
    }
}

@media (max-width: 992px) {
    section#home-banner-new p {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    section#home-banner-new p {
        font-size: 12px;
    }
}

div.info-button {
    margin: 0;
    padding: 20px 25px 10px 40px;
}

div.info-button button {
    color: #ffffff;
    background-color: #983295;
    border: none;
    border-radius: 12px;
    padding: 12px 28px;
}

div.home-banner-new {
    max-width: 992px;
    padding-bottom: 20px;
}

input#domain-name:focus {
    height: 40px;
}

#domainsearch-banner {
    padding-top: 40px;
}
/**
 * -------------------------
 * @section Home Page Banner Btm (New)
 * -------------------------
 */

section#home-banner-btm {
    margin: 0;
    background-repeat: no-repeat;
    background-image: url("../img/footer.jpg");
    background-position: center;
    /*background-size: 100% 100%;*/
    background-size: cover;
    color: #fff;
    min-height: 150px;
}

@media (min-width:992px) {
    section#home-banner-btm {
        height: 280px;
    }
}

section#home-banner-btm h3 {
    padding: 10px 0 0 0;
    font-family: "Open Sans", Arial, sans-serif;
}

section#home-banner-btm h2 {
    font-family: "Open Sans", Arial, sans-serif;
}

@media (min-width:992px) {
    section#home-banner-btm {
        height: 280px;
    }
    section#home-banner-btm h3 {
        padding: 60px 0 0 0;
    }
}

@media (max-width: 992px) {
    section#home-banner-btm h3 {
        font-size: 19px;
        font-weight: 550;
    }
}

@media (max-width: 768px) {
    section#home-banner-btm h3 {
        font-size: 15px;
        font-weight: 550;
    }
}

@media (max-width: 992px) {
    section#home-banner-btm h2 {
        font-size: 19px;
        font-weight: 600;
    }
}

@media (max-width: 768px) {
    section#home-banner-btm h2 {
        font-size: 14px;
        font-weight: 600;
    }
}

@media (max-width: 465px) {
    img#phone-image, img#email-image {
        width: 10px;
        height: 10px;
    }
}

@media (max-width: 465px) {
    section#home-banner-btm h2 {
        font-size: 11px;
    }
}

/**
 * -------------------------
 * @div Home Page Feature
 * -------------------------
 */

.home-feature div#row1 {
    padding: 20px 0 20px 0;
}

.home-feature div#row2 {
    padding: 10px 0 30px 0;
}

.home-feature div.feature-info {
    padding: 10px 0 0 0;
}

.home-feature h4 {
    padding: 0 0 0px 80px;
    font-size: 14px;
    font-family: "Open Sans";
}

.home-feature p {
    padding: 5px 0 0 80px;
    font-size: 13px;
    color: #939598;
}

/**
 * -------------------------
 * @div Home Page Products
 * -------------------------
 */

div.white-arrow {
    width: 0;
    height: 0;
    margin: auto auto;
    padding-bottom: 7px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffffff;
    background-color: #ffffff;
}

div#div-mobile-table table {
    width: 100%;
}

@media only screen and (min-width: 992px) {
    div#div-mobile-table table {
        display : none;
    }
}

@media only screen and (max-width: 991px) {
    div#div-desktop-table table {
        display : none;
    }
}

@media only screen and (max-width: 992px) {
    div#div-mobile-table td {
        display: block;
        text-align: center;
        clear: both;
        font-size: 13px;
    }
    div#div-mobile-table td:not(:first-child)[data-th]:before {
        display: block;
        content: attr(data-th);
        text-align: center;
        font-size: 13px;
        font-weight: 900;
    }
    div#div-mobile-table th {
        display: none;
    }
    div#div-mobile-table td:first-child {
        background: #f3f8fe;
        font-weight:bold;
        font-size:13px;
    }
    div#div-mobile-table td:last-child[data-th]:before {
        display: none;
    }
}

/*.table-responsive>.fixed-column {
    position: absolute;
    display: block;
    width: auto;
    border-right: 1px solid #ddd;
}
@media(min-width:768px) {
    .table-responsive>.fixed-column {
        display: none;
    }
}*/

/*div#home-products-tertiary td {
    font-size: 12px;
    vertical-align: middle;
    color: #232429;
}

div#home-products-tertiary th {
    font-size: 12px;
    vertical-align: middle;
}

@media (max-width: 500px) {
    div#home-products-tertiary th,
    div#home-products-tertiary td {
        font-size: 10px;
    }
}*/

table#desktop-table td {
    font-size: 13px;
    vertical-align: middle;
    /*color: #232429;*/
}

table#desktop-table th {
    font-size: 13px;
    vertical-align: middle;
}

@media (max-width: 500px) {
    table#desktop-table th,
    table#desktop-table td {
        font-size: 13px;
    }
}

tr#colored {
    background-color: #f3f8fe;
}

div#home-products-tertiary th {
    background-color: #ffffff;
}

.td-fontcolor {
    color: #983295;
    /*cursor: pointer;*/
}

div#home-products-tertiary li {
    font-size: 13px;
    color: #232429;
}

div.odd {
    vertical-align: top;
    border: none;
    background: #232429;
}

div.even {
    vertical-align: top;
    border: none;
    background: #2e3137;
}

div.home-products-container div.active {
    background: #983295;
}

div.home-products-container {
    padding-bottom: 0px;
}

/* Start - Class for #home-products-primary */
/*@media (min-width: 992px) {
    div#home-products-primary .col-xs-2,
    div#home-products-primary .col-sm-2, 
    div#home-products-primary .col-md-2 {
        width: 20%;
    }
}

@media (max-width: 992px) {
    div#home-products-primary .col-xs-2,
    div#home-products-primary .col-sm-2, 
    div#home-products-primary .col-md-2 {
        width: 20%;
    }
}

@media (max-width: 768px) {
    div#home-products-primary .col-xs-2,
    div#home-products-primary .col-sm-2, 
    div#home-products-primary .col-md-2 {
        width: 20%;
    }
}*/
/* End - Class for #home-products-primary */

@media (min-width: 992px) {
    div#home-products-primary > div {
        height: 140px;
    }
}

@media (max-width: 992px) {
    div#home-products-primary > div {
        height: 140px;
    }
}

@media (max-width: 768px) {
    div#home-products-primary > div {
        height: 150px;
    }
}

@media (max-width: 500px) {
    div#home-products-primary > div {
        height: 130px;
    }
}

@media (min-width: 992px) {
    p#primary, p#secondary {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    p#primary, p#secondary  {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    p#primary, p#secondary  {
        font-size: 12px;
    }
}

@media (max-width: 500px) {
    p#primary, p#secondary  {
        font-size: 10px;
    }
}

div#home-products-primary {
    border: none;
    width: 100%;
}

div#home-products-primary > div:active {
    background: #983295;
}

div#home-products-primary > div:hover {
    background: #983295;
    cursor: pointer;
}

div#home-products-primary > div:focus {
    background: #983295;
}

div#home-products-primary > div {
    padding-bottom: 10px;
}

a.white-text {
    color: #ffffff;
}

a.noline:hover {
    text-decoration: none;
}

div#img-primary {
    padding: 20px 0 0 0;
    text-align: center;
    width: 100%;
}

p#primary {
    padding: 10px 0 0 0;
    text-align: center;
}

div#home-products-secondary {
    padding: 50px 0px 50px 0px;
}

@media (min-width: 992px) {
    div#home-products-secondary {
        padding-left: 100px;
        padding-right: 100px;
        height: 35px;
    }
}

@media (max-width: 992px) {
    div#home-products-secondary  {
        padding-left: 50px;
        padding-right: 50px;
        height: 35px;
    }
}

@media (max-width: 768px) {
    div#home-products-secondary  {
        padding-left: 30px;
        padding-right: 30px;
        height: 40px;
    }
}

@media (min-width: 992px) {
    div#home-products-secondary div {
        height: 35px;
    }
}

@media (max-width: 992px) {
    div#home-products-secondary div {
        height: 35px;
    }
}

@media (max-width: 768px) {
    div#home-products-secondary div {
        height: 50px;
    }
}

div#home-products-secondary > div > button:hover {
    background: #983295;
}

div#home-products-secondary div:hover {
    background: #983295;
    cursor: pointer;
}

div#home-products-secondary div:focus {
    background: #983295;
}

p#secondary {
    text-align: center;
    vertical-align: middle;
}

@media (min-width: 992px) {
    p#secondary {
        line-height: 35px;
    }
}

@media (max-width: 992px) {
    p#secondary {
        line-height: 35px;
    }
}

@media (max-width: 768px) {
    p#secondary {
        line-height: 50px;
    }
}

div#home-products-tertiary {
    text-align: center;
    padding: 0 20px 0 20px;
}

@media (max-width: 400px) {
    div#home-products-tertiary {
        padding: 0 5px 0 5px;
    }
}

div#home-products-tertiary h3 {
    text-align: center;
    padding: 20px 0 20px 0;
}

div#home-products-tertiary h6 {
    color: #232429;
    font-weight: lighter;
}

h4#nospacebtm {
    padding: 50px 0 0 0;
}

div#home-products-tertiary-item {
    text-align: center;
}

div#home-products-tertiary-item div {
    text-align: center;
}

td#leftside {
    text-align: left;
}

div.home-products-container li {
    text-align: left;
    background: url("../img/tick.png") no-repeat left top;
    padding-left: 30px;
    list-style: none;
}

div#boosterpack-text {
    border-style: outset inset inset outset;
    padding: 10px 10px 50px 10px;
    border-width: 2px;
    border-radius: 25px;
    margin-top: 10px;
}

div#boosterpack-text div {
    padding-top: 20px;
}

div#boosterpack-text h4 {
    padding: 50px 0 30px 0;
    color: #983295;
}

h3#boosterpacktitle {
    padding: 30px 0 100px 0;
}

div#menu2-price {
    padding: 50px 0 0 0;
}

div#menu2-price img {
    top: 110px;
    position: absolute;
    width: 100px;
    height: 100px;
    z-index: 2;
    left: 50%;
    margin-left: -50px;
}

h3#pricetext1 {
    top: 90px;
    position: absolute;
    width: 100px;
    height: 100px;
    z-index: 3;
    left: 50%;
    margin-left: -50px;
    font-weight: lighter;
    color: #ffffff;
}

div#menu33top {
    border-bottom-style: inset;
    border-width: 1px;
}

div#menu33top div {
    padding-top: 20px;
    margin-bottom: 80px;
}

div#menu3-price {
    /*background-repeat: no-repeat;
    background-image: url("../img/circle.png");
    height: 91px;*/
    text-align: center;
    margin: 0 auto;
}

div#menu3-price img {
    top: -50px;
    position: absolute;
    width: 100px;
    height: 100px;
    z-index: 2;
    left: 50%;
    margin-left: -50px;
}

h3#pricetext {
    top: -70px;
    position: absolute;
    width: 100px;
    height: 100px;
    z-index: 3;
    left: 50%;
    margin-left: -50px;
    font-weight: lighter;
    color: #ffffff;
}

div#border h4 {
    padding: 0 0 20px 0;
    color: #983295;
}

div#border {
    border-style: outset inset inset outset;
    padding: 10px 10px 50px 10px;
    border-width: 2px;
    border-radius: 25px;
    margin-top: 20px;
}

div#menu33btm h3 {
    padding: 20px 0 40px 0;
}

/**
 * -------------------------
 * SSL Cart page
 * -------------------------
 */
div#ssl-products {
    padding-top: 20px;
    padding-bottom: 20px;
}

div#ssl-products-info table {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 13px;
}

@media (max-width: 767px) {
    div#ssl-products-info table td,
    div#ssl-products-info table td>a {
        font-size: 12px;
    }
    div#ssl-products-info table td>a {
        min-width: 111px;
    }
}

@media (min-width: 768px) {
    div#ssl-products .col-sm-2,
    div#ssl-products .col-md-2,
    div#ssl-products .col-lg-2 {
        width: 20%;
    }
}

div#ssl-products > div > div {
    border-style: solid;
    margin-top: 1px;
}

div#ssl-products > div > div.b-color {
    background: #2e3137;
}

div#ssl-products a {
    text-decoration: none;
}

div#ssl-products > div:nth-child(odd) > div:hover {
    cursor: pointer;
    background: #232429;
    transition: all .7s;
}

div#ssl-products > div:nth-child(even)> div:hover {
    cursor: pointer;
    background: #2e3137;
    transition: all .7s;
}

div#ssl-products-info tbody tr:nth-of-type(2n) {
    /*background-color: #f0f0f0;*/
}

div#ssl-products-info th {
    background-color: #f3f8fe;
    font-weight: bold;
    color: #000;
}

div#ssl-products-info tbody tr td:nth-of-type(1) {
    font-weight: bold;
}

@media (max-width: 767px) {
    div#ssl-products-info table {
        width: 100%;
    }
    div#ssl-products-info th {
        display: none;
    }
    div#ssl-products-info tr:nth-of-type(2n) {
        /*background-color: inherit;*/
    }
    div#ssl-products-info tr td:first-child {
        background: #f0f0f0;
        font-weight: bold;
        font-size: 1.3em;
    }
    div#ssl-products-info tbody td {
        display: block;
        text-align: center;
    }
    div#ssl-products-info tbody td:before {
        content: attr(data-th);
        display: block;
        text-align: center;
        font-weight: bold;
    }
}


/**
 * -------------------------
 * div Home Page domain-searcher
 * -------------------------
 */

#domain-loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(243, 243, 243, 0.4);
}
#domain-loader-container {
    position: absolute;
    width: 600px;
    height: 200px;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

#domainSuggestions span.premium {
    background: teal;
    color: white;
    border-radius: 3px;
    padding: 2px 10px;
    font-weight: 400;
    font-size: 11px;
}

div.domain-searcher {
    max-width: 768px;
    padding-bottom: 20px;
}

div.domain-searcher p {
    font-size: 14px;
}

@media (max-width: 992px) {
    div.domain-searcher p {
        font-size: 12px;
    }
}

button#btnCheckAvailability {
    border-radius: 0;
}

input.searcher-domain-name {
}

input.searcher-domain-ext {}

button.searcher-domain-submit {
    border-color: #983295;
    background-color: #983295;
}

button.searcher-domain-submit:hover {
    border-color: #983295;
    background-color: #e617df;
}

button.searcher-domain-submit:focus {
    border-color: #983295;
    background-color: #e617df;
}

button.searcher-domain-submit:active {
    border-color: #983295;
    background-color: #e617df;
}

.searcher-domain-name::-webkit-input-placeholder { font-size: 12px; }
.searcher-domain-name:-moz-placeholder { font-size: 12px; }
.searcher-domain-name::-moz-placeholder { font-size: 12px; }
.searcher-domain-name:-ms-input-placeholder { font-size: 12px; }

.domain-results {
    min-height: 0px;
}

.domain-results #stepResults {
    font-size: 18px;
}

.domain-results .label {
    font-size: 18px;
}

.domain-results .domain-checker-result-headline {
    margin: 20px;
    font-size: 18px;
    text-align: center;
}

.domain-results .domainsearch-div {
    background-color: #f3f8fe;
}

div.domainchkbox > div > div:first-child {
    margin: 0;
    padding: 10px 25px;
    background-color: #ddd;
    color: #666;
    font-size: 1.0em;
    border-radius: 6px 6px 0 0;
}

@media (max-width: 991px) {
    div.domainchkbox > div:nth-child(odd) {
        padding-left: 0px;
    }

    div.domainchkbox > div:nth-child(even) {
        padding-right: 0px;
    }
}

@media (min-width: 992px) {
    div.domainchkbox > div {
        padding-left: 0;
        padding-right: 0;
    }
}

div.domainresults {
    min-height: 150px;
}

table#domain-chk {
    width: 100%;
    margin-bottom: 20px;
}

table#domain-chk tbody {
    margin-left: 10px;
    display: block;
    height: 140px;
    overflow-y: auto;
}

table#domain-chk input {
    margin-right: 10px;
}

div#domainpricelimit label,
div#domainpricelimit .input-group {
    margin-left: 10px;
}
/*#stepResults {
    font-size: 20px;
}
#stepResults .label {
    font-size: 20px;
}*/

/*@media (max-width: 992px) {
    #stepResults {
        font-size: 14px;
    }
    #stepResults .label {
        font-size: 14px;
    }
    div.domainresults table tr td {
        padding: 5px 5px;
    }
}*/

/**
 * -------------------------
 * Domain Checker Captchas
 * -------------------------
 */

.domainchecker-homepage-captcha #google-recaptcha-domainchecker {
    margin-bottom: 0px;
}

/*#google-recaptcha-domainchecker {
    width: 304px;
    height: 78px;
    margin-top: 15px;
    margin-bottom: -66px;
}

#default-captcha-domainchecker {
    margin-top: 15px;
    margin-bottom: -63px;
}

#default-captcha-domainchecker #inputCaptcha {
    width: 100px;
    border-radius: 4px;
}

.domainchecker-homepage-captcha #google-recaptcha-domainchecker {
    margin-bottom: -46px;
}

@media (max-width: 991px) {
    #google-recaptcha-domainchecker {
        padding-left: 2.5%;
        margin-bottom: -25px;
    }

    #default-captcha-domainchecker {
        margin-bottom: -25px;
    }
}

@media (max-width: 736px) {
    #google-recaptcha-domainchecker {
        margin-bottom: -35px;
        transform: scale(0.935);
        transform-origin: 0 0;
        -webkit-transform: scale(0.935);
        -webkit-transform-origin: 0 0;
    }
}

@media (max-width: 384px) {
    #google-recaptcha-domainchecker {
        margin-bottom: -30px;
        transform: scale(0.96);
        transform-origin: 0 0;
    }
}

@media (max-width: 360px) {
    #google-recaptcha-domainchecker {
        margin-bottom: -35px;
        transform: scale(0.89);
        transform-origin: 0 0;
    }
}

@media (max-width: 320px) {
    #google-recaptcha-domainchecker {
        padding-left: 13.5%;
        margin-bottom: -45px;
        transform: scale(0.83);
        transform-origin: 0 0;
        -webkit-transform: scale(0.785);
        -webkit-transform-origin: 0 0;
    }
}*/

/**
 * -------------------------
 * @section About Us Page Banner
 * -------------------------
 */

div#aboutus img {
    object-fit: fill;
    width: 100%;
}

div#aboutus-content {
    padding-top: 40px;
}

/**
 * -------------------------
 * @section About Us Main Body
 * -------------------------
 */

section#aboutus-main-body h2{
    color: #983295;
    padding: 0 0 10px 0;
}

@media (max-width: 768px) {
    div#aboutus-main-body h2 {
        font-size: 19px;
    }
}

section#aboutus-main-body p, li{
    line-height: 200%;
    font-size: 13px;
}

div#aboutus-content {
    border-bottom-style: inset;
    border-width: 2px;
}

div#aboutus-payment h4 {
    padding: 0 0 0 100px;
    color: #939598;
    font-weight: lighter;
}

div#aboutus-payment-inner p {
    line-height: 150%;
    padding: 0 0 0 100px;
}

div#aboutus-payment-inner img{
    padding: 0 0 0 10px;
}

div#payment-center {
    border-style: none inset none outset;
    border-width: 2px;
}

@media (max-width: 992px) {
    div#payment-center {
        border-style: none none none none;
    }
}

.text-nowrap {
    white-space: nowrap;
}

section#aboutus-banner-btm {
    margin: 0;
    height: 190px;
    background-repeat: no-repeat;
    background-image: url("../img/banner2.jpg");
    background-position: center;
    /*background-size: 100% 100%;*/
    background-size: cover;
    width: 100%;
}

section#aboutus-banner-btm h3 {
    padding: 50px 0 0 0;
    color: #ffffff;
    font-weight: lighter;
}

div#contact-button {
    padding: 10px 0 0 0;
}

/*div#contact-button button {
    color: #ffffff;
    background-color: #983295;
    border: none;
    border-radius: 12px;
    padding: 12px 28px;
}

div#contact-button button:hover {
    background: #e617df;
}*/

/*p#aboutus-border {
    border-bottom-style: inset;
    border-width: 2px;
}*/

@media (max-width: 992px) {
    section#aboutus-main-body h2 {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    section#aboutus-main-body h2 {
        font-size: 19px;
    }
}

@media (max-width: 992px) {
    section#aboutus-main-body h4 {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    section#aboutus-main-body h4 {
        font-size: 12px;
    }
}

@media (max-width: 992px) {
    section#aboutus-main-body p {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    section#aboutus-main-body p {
        font-size: 10px;
    }
}

@media (max-width: 992px) {
    section#aboutus-main-body li {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    section#aboutus-main-body li {
        font-size: 10px;
    }
}

/**
 * -------------------------
 * @section Contact Us Page
 * -------------------------
 */

section#contactus-banner {
    margin: 0;
    height: 250px;
    background-repeat: no-repeat;
    background-image: url("../img/banner1.jpg");
    background-position: center;
    /*background-size: 100% 100%;*/
    background-size: cover;
}

section#contactus-banner h2 {
    padding: 50px 0 0 60px;
    color: #ffffff;
}

section#contactus-banner p {
    padding: 15px 0 0 60px;
    color: #ffffff;
}

@media (max-width:768px) {
    section#contactus-banner h2 {
        padding: 20px 0 0 5px;
    }
     section#contactus-banner p {
        padding: 0px 0 0 5px;
    }
}

@media (min-width:769px) {
    section#contactus-banner h2 {
        padding: 20px 0 0 10px;
    }
     section#contactus-banner p {
        padding: 15px 0 0 10px;
    }
}

@media (min-width:992px) {
    section#contactus-banner h2 {
        padding: 50px 0 0 60px;
    }
     section#contactus-banner p {
        padding: 15px 0 0 60px;
    }
}

div#contact-main-content, 
div#contactus-content {
    /*padding-left: 0px;*/
    /*padding-right: 0px;*/
}

div#contactus-content h2 {
    color: #983295;
    padding: 50px 0px 30px 70px;
}

div#contactus-content label {
    font-size: 13px;
}

div.form-group h3 {
    font-size: 13px;
}

div.form-group p {
    font-size: 13px;
}

div#content-left {
    background: #f0f0f0;
}

div#content-left div.form-group {
    padding-left: 60px;
    padding-right: 60px;
}

textarea#inputMessage {
    max-width: 100%;
    max-height: 100%
}

button#contact-submit {
    background: #983295;
    border: none;
}

button#contact-submit:hover {
    background: #e617df;
}

div#form-last {
    padding-bottom: 30px;
    padding-left: 60px;
}

div#content-right {
    padding-left: 10px;
}

div#content-right div {
    padding: 10px 0 10px 10px;
}

@media (max-width: 768px) {
    div#content-right div {
        padding: 10px 0px 0px 10px;
    }
}

div#content-right h4 {
    padding-left: 60px;
    color: #939598;
    font-weight: lighter;
}

div#content-right p {
    padding-left: 60px;
    font-size: 13px;
}

div#btminset {
    border-bottom-style: inset;
    border-width: 1px;
}

@media (max-width: 992px) {
    div#contactus-content h2 {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    div#contactus-content h2 {
        font-size: 19px;
    }
}

/**
 * -------------------------
 * clientregister
 * -------------------------
 */

div#clientregister-main-content input,
div#clientregister-main-content label,
div#clientregister-main-content p,
div#clientregister-main-content select,
div#clientregister-main-content option {
    font-size: 13px;
}

#clientregister-body>#main-body>.row {
    padding-top: 20px;
}

#clientregister-main-content form>p {
    margin-bottom: 20px;
}

/**
 * -------------------------
 * login
 * -------------------------
 */

div#login-main-content input,
div#login-main-content label,
div#login-main-content p,
div#login-main-content select,
div#login-main-content option {
    font-size: 13px;
}

div#login-main-content {
    min-height: 474px;
}

.logincontainer {
    /*margin: 10% auto 10% auto;*/
    padding: 3%;
    margin: 50px auto 0px auto;
}

/*@media (max-width: 992px) {
    div#login-main-content {
        min-height: 474px;
    }
}*/

/*@media (min-width: 992px) {
    .logincontainer {
       margin: 2% auto 2% auto;
    }
}*/

/**
 * -------------------------
 * tabDNSZone
 * -------------------------
 */
#tabDNSZone .modal-header,
#tabDNSZone .modal-body,
#tabDNSZone .modal-footer {
    text-align: center !important;
    border: 0;
}

#tabDNSZone .modal-footer {
    padding-bottom: 45px;
}

#tabDNSZone .modal-title i {
    display: block;
    padding-top: 25px;
}

#tabDNSZone .input-group{
    margin-bottom: 5px;
}

#tabDNSZone .right15px {
    right: 15px;
}

#tabDNSZone i.form-feedback {
    font-size: 12px;
    color: #a94442;
    padding-bottom: 10px;
}

#tabDNSZone .form-group.has-error {
    padding-bottom: 20px;
}

#tabDNSZone .has-error .input-group-addon {
    color: #555;
}

#tabDNSZone .btn-remove-dns {
    color: #444;
}

#tabDNSZone .btn-remove-dns:hover {
    color: #cc0000;
    text_decoration: none;
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}

#dns-table > form > div > div:not(.modal-dialog),
#new-dns-table > form > div > div:not(.modal-dialog){
    border-bottom: 1px solid #EBEBEB;
    background-color: #FFF;
}

#dns-table > form > div > div:not(.modal-dialog):not(#dns-header):not(#dns-subheader),
#new-dns-table > form > div > div:not(.modal-dialog){
    padding-top: 15px;
}

#dns-table > form > div:not(:first-child) {
    margin-top: 30px;
}

#dns-table .bg-grey {
    background-color: #CDCDCD;
    padding: 15px 15px;
}

#dns-header:hover,
#dns-subheader:hover,
#new-dns-header:hover {
    background-color: #FFF !important;
}

#dns-table > form > div > div:not(.modal-dialog):hover, 
#new-dns-table > form > div > div:not(.modal-dialog):hover {
    background-color: #F3F3F3;
}

#dns-table > form > div > div:nth-child(even):not(#dns-subheader):not(#dns-header) {
    background-color: #F6F6F6;
}

#dns-table > form > div > div:nth-child(even):not(#dns-subheader):not(#dns-header):hover {
    background-color: #F3F3F3;
}

#dns-table p,
#new-dns-table p {
    padding-top: 15px;
    padding-left: 15px;
}

#tabDNSZone i.form-control-feedback.rightpx {
    right: 0px;
}

@media (min-width:768px) {
    #dns-table .mobile-btn {
        display: none;
    }

    #tabDNSZone i.form-control-feedback.toppx {
        top: 0px;
    }

    #tabDNSZone i.form-feedback {
        /*display: none;*/
    }

    #tabDNSZone .mobile-view {
        display: none;
    }

}

@media (max-width:767px) {
    #dns-header,
    #new-dns-header {
        display: none;
    }

    #dns-table .desktop-btn {
        display: none;
    }

    #tabDNSZone .desktop-view {
        display: none;
    }

    #dns-table > form > div > div {
        padding-bottom: 15px;
    }

    #dns-table > form > div > div > div[data-th]:before, 
    #dns-table > form > div > div > div > div[data-th]:before,
    #new-dns-table > form > div > div > div[data-th]:before,
    #new-dns-table > form > div > div > div > div[data-th]:before {
        content: attr(data-th);
    }

    #tabDNSZone .top23px {
        top: 23px;
    }

    button#Add-dns {
        width: 100%;
    }
}

#dns-loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(243, 243, 243, 0.4);
}
#dns-loader-container {
    position: absolute;
    width: 600px;
    height: 200px;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

#tabDNSZone .input-group-addon {
    border: none;
    background: none;
}

#tabDNSZone .no-box {
    border: 0;
    box-shadow: none;
    border-radius: 0px;
    height: 0px;
    padding: 0px;
    margin: 6px 12px;
}

#tabDNSZone .mobile-view {
    margin-bottom: 25px;
    font-weight: 900;
}

#tabDNSZone .input-group .form-control:last-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#tabDNSZone .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 4px;
}

#tabDNSZone #top-triangle,
#tabDNSZone #btm-triangle {
    position: absolute;
    z-index: 5;
}

#tabDNSZone #top-triangle {
    top: 2px;
    right: 15px;
    padding: 0;
}

#tabDNSZone #btm-triangle {
    top: 17px;
    right: 15px;
    padding: 0;
}
#tabDNSZone #top-triangle:hover, 
#tabDNSZone #btm-triangle:hover {
    cursor: pointer;
}

#Edit-SRV-dns.disabled {
    background-color: #983295;
    border-color: #983295;
}

.font-color-red {
    color: #d9534f;
}
.font-color-orange {
    color: #f39c12;
}
.font-color-yellow {
    color: #f1ed50;
}
.font-color-lime {
    color: #8cbf26;
}
.font-color-teal {
    color: #00aba9;
}
.font-color-purple {
    color: #5c47bf;
}
/**
 * -------------------------
 * overrides.css
 * -------------------------
 */

.navbar-main {
    margin-bottom: 0;
    background-color: #ffffff;
    border: 0;
    min-height: 38px;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
}

.navbar-main .navbar-nav > li > a:hover,
.navbar-main .navbar-nav > li > a:focus,
.navbar-main .navbar-nav > .active > a,
.navbar-main .navbar-nav > .active > a:hover,
.navbar-main .navbar-nav > .active > a:focus,
.navbar-main .navbar-nav > .open > a,
.navbar-main .navbar-nav > .open > a:hover,
.navbar-main .navbar-nav > .open > a:focus {
    color: #983295!important;
    background-color: #fff;
}

/**
 * -------------------------
 * Custom class
 * -------------------------
 */

section#main-body.margin-top-10 {
    margin-top: 10px;
}

#remittanceDiv {
    overflow:scroll;
}

#remittanceDiv > div {
    padding: 0;
}

#remittanceDiv span {
    white-space: nowrap;
    padding: 0;
}

#remittanceDiv .font-weight-bold {
    font-weight: 700;
}


#order-pure_comparison .price-table-container .price-table .top-head .top-area {
    padding: 15px 0;
    margin: 0 0 0 0;
    border-bottom: 1px solid #f1f1b6;
    word-break: break-all;
}

/* For orderforms/standard_cart/viewcart.tpl */
/* Start */
#order-standard_cart .view-cart-items-header {
    background-color: #983295 !important;
}

#order-standard_cart .view-cart-items {
    border-bottom: 2px solid #983295 !important;
}

#btnEmptyCart {
    background-color: #983295 !important;
}
/* End */

/* For standard_cart button */
/* Start */
/*.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 5px auto #e617df;
    outline-color: #e617df;
}

:focus {
    outline: #e617df auto 5px;
}*/

.btn-info {
    background-color: #983295 !important;
    border-color: #F96FE9 !important;
}

.btn-info.focus, .btn-info:focus {
    background-color: #e617df !important;
    border-color: #F593EA !important;
}
/* End */

/* For available addons window */
/* Start */
#order-standard_cart .panel-addon .panel-add {
    background-color: #983295 !important;
}

#order-standard_cart .panel-addon-selected {
    border-color: #983295 !important;
}

#order-standard_cart .panel-addon-selected .panel-add {
    background-color: #ebccd1 !important;
}

#order-standard_cart .panel-addon-selected .panel-price {
    background-color: #983295 !important;
}
/* End */

/* For font color */
/* Start */
#order-standard_cart .sub-heading span, #order-standard_cart .sub-heading-borderless span {
    color: #983295 !important;
}

#order-standard_cart .view-cart-items .item-domain {
    color: #983295 !important;
}
/* End */

#landing-body, #landingVerifyPhone-body, #landingSuccess-body {
     background-image: url("../img/landingBG.png") !important;
     background-size: cover;
     background-repeat: no-repeat;  
     background-attachment: fixed;
}

.promotionFont {
    width: 70%;
}

@media (max-width: 1024px){
#landing-body {
     background-image: url("../img/landingBG.png")!important;;
     background-size: cover;
     background-repeat: no-repeat;  
     background-attachment: fixed;
}

#landing-body section#main-menu img {
    padding-left: 20px;
     padding-right: 0px; 
     width: 180px;
    padding-top: 10px;
}
}


#landing-body .layer{
    display: none!important;
    background-color: rgba(58, 58, 56, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#landing-body .navbar-main{
    background-color: transparent;
}

/*#landing-body section#main-menu{
    background-color: rgba(202, 202, 193, 0.7)!important;
    border-bottom: none;
}*/

#landing-body section#main-menu, #landingVerifyPhone-body section#main-menu, #landingSuccess-body section#main-menu {
    background-color: transparent!important;
    border-bottom: none;
    padding: 40px 0 40px 15px;
    display: none;
}

#landing-body #header, #landingVerifyPhone-body #header, #landingSuccess-body #header{
    position: relative;
    display: none;
}

#landing-body #main-menu .navbar-nav, #landingVerifyPhone-body #main-menu .navbar-nav, #landingSuccess-body #main-menu .navbar-nav { 
    position: relative;
    display: none;
}

#landing-body #header, #landingVerifyPhone-body #header, #landingSuccess-body #header{
    position: relative;
    display: none;
}

#landing-body #footer, #landingVerifyPhone-body #footer, #landingSuccess-body #footer{
    /*background-color: transparent;*/
    color: white;
    border-top: none;
    position: relative;
    display:none;
}

#landing-body section#home-banner-btm{
   display:none;
}

#landing-body #footer p{
    color: white;
 }

#landing-body .navbar-main .navbar-nav > li > a {
    color: white;
    font-size: 14px;
}

@media (max-width: 767px){
.mobileView {
    text-align: center!important;
}
.promotionFont {
    width: 100%;
}
}

.customHeader {
    padding: 40px 0 40px 15px;
}

.landingForm {
    background-image: linear-gradient(to bottom left, #a36da2, #702d56);
}

.packageMenu {
    font-size: 18px;
    margin-top: 10px; 
    color: black; 
    text-align: left; 
    font-weight: 600;
}

.packageFont {
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 767px){
.mobileView {
    /*text-align: center!important;*/
    padding: 20px 0px 20px 0px;
}
.promotionFont {
    width: 100%;
}

.packageFont {
    font-size: 18px;
}

.rowReverse {
    display:flex;
    flex-direction: column-reverse;
}
}

.countDownTimer {
    display:table-cell;
    color: white;
    padding-left: 10px;
    vertical-align: middle;
    font-size: 18px;
}

.successBG {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
    background-color: #f5f5f5;
    padding: 30px;
}

#aboutus-body section#main-body.margin-top-10 {
    margin-top: 0px;
}

/*@med
/*@media (max-height: 800px){
    #landing-body #footer{
    position: relative;
    }
}

@media (min-height: 810px){
    #landing-body #footer{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    }
}

@media (min-width: 991px){
#landing-body #footer{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}
}*/