html, body {
   font-family: 'Karla', sans-serif;
   font-weight: 400;
}

h1, h2, h3, h4, h5 h6{
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
}

a, a:hover, a:focus, a, button:hover, button:focus{
    outline: none!important;
    text-decoration: none;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: inherit;
  opacity: 1;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: inherit;
    opacity: 1;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: inherit;
    opacity: 1;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: inherit;
    opacity: 1;
}

/*.btn-primary {
    background: #ffcc33;
    color: #333;
    border-color: #ffcc33
}*/

select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
    /* box-shadow: inset 0 0 0 2px #ff5e3a, 0 0 1px rgba(0, 0, 0, 0); */
}

select, select.form-control {
    background: url(../assets/img/icon/icon-down.svg) no-repeat right 10px center #fff;
    background-size: 12px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    height: 50px;
    line-height: 46px;
    padding: 0 30px;
    outline: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
}





ul {
    padding-left: 0;
}
li {
    list-style: none;
}
input[type="submit"] {
    border: none;
}
/*home page*/

.banner .banner_box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 100px;
    padding-top: 30px;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;    
}

.banner .owl-nav {
    position: absolute;
    bottom: 80px;
    width: 100%;
    max-width: 1140px;
    margin: auto;
    left: 0;
    right: 0;
    padding: 15px;
    text-align: right;
}

.banner .owl-carousel .owl-nav .owl-prev,  .banner .owl-carousel .owl-nav .owl-next {
    margin-right: 3px;
}
.banner .owl-carousel .owl-nav .owl-prev span,  .banner .owl-carousel .owl-nav .owl-next span {
    display: block;
    line-height: 40px;
    width: 48px;
    height: 45px;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.banner .owl-carousel .owl-nav .owl-prev:hover,  .banner .owl-carousel .owl-nav .owl-next:hover {
    margin-right: 3px;
    transition: all 0.3s ease;
}

.banner_text {
    width: 65%;
    padding: 15px 15px 15px 60px;

}
.banner_box .box {
    width: 47%;
    float: left;
    background-blend-mode: ;
    display: flex;
    justify-content: space-between;
    padding-right: 36px;
    padding-left: 36px;
    padding-top: 3px;
    padding-bottom: 3px;
    position: relative;
}

.banner_box .box span {
    font-size: 13px;
}
.banner_box .box::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 14px;
}

.banner_box .pl_details{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.banner_img {
    max-width: 35%;
    padding: 15px;
}

.owl-carousel .owl-item .banner_img img {
    height: 250px;
    object-fit: contain;
    width: auto;
    max-width: 100%;
}


.banner_text .banner-sub-title {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 0;
}
.banner_box h1 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 0;
}
.banner_box .price {
    padding-left: 40px;
    font-weight: 600;
}
.banner_box .top_action_bar {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.banner_box .top_action_bar .btn  {
    margin-left: auto;
    margin-right: 0;
}

.serchBar {
    /*margin-top: -130px;*/
    /*margin-top: -90px;*/
    z-index: 999;
    position: relative;
}
.searchBar_inner {
    box-shadow: 0 -9px 41px -7px rgba(0,0,0,0.3);
    border-radius: 5px;
    padding-bottom: 15px;
}

.serchBar .plan_form{
    max-width: 700px;
    margin: auto;
    padding-bottom: 0;
}
.serchBar .plan_form .form-group {
    width: 100%;
    box-shadow: 0 0 31px -11px rgba(0,0,0,0.3);
    padding: 8px 8px 8px 11px;
    border-radius: 122px;
}
.serchBar .plan_form .form-group input {
    max-width: 100%;
}
.serchBar .plan_form .form-group .form-control{
    border: none;
    box-shadow: none;
    height: auto;
}
.serchBar .plan_form .btn-success {
    border-radius: 52px;
    font-size: 18px;
    padding: 12px 36px;
    font-weight: 600;
    transition: all 0.4s ease;    
}

.serchBar .plan_form .btn-success:hover {
    transition: all 0.4s ease;
}

.xs-domain-info {
    display: flex;
    justify-content: space-around;
}
.xs-domain-info h3 {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    font-weight: 700;
    font-size: 25px;
    line-height: 1em;
}
.xs-domain-info strong {
    display: inline-block;
    vertical-align: middle;
}

    
    /*homepage starbox*/
   
.start_boxInner > div  {
    overflow: hidden;
    border-radius: 8px;
}
.start_boxInner  img{
    max-width: inherit;
    transition: all 0.3s ease;
    height: 211px;
    object-fit: cover;
    width: 100%;
}    

.start_boxInner:hover  img{
    transform: scale(1.1);
    transition: all 0.8s ease
}
.start_boxInner h2, .start_boxInner h2 a  {
    font-size: 22px;
    margin-top: 14px;
    text-align: center;
    font-weight: 700;
}

.badge {
    box-shadow: 0 0 9px 1px rgba(0,0,0,0.2);
    height: 90px;
    width: 90px;
    border-radius: 100% !important;
    white-space: inherit;
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px;
    z-index: 999;
    top: -15px;
    font-size: 15px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.badge p {
    font-size: 15px;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: center;
    line-height: 1.3em;
}

.badge b {
    display: inline-block;
    font-weight: 700;
}

    /*end homepage starbox*/

    /*homepage plan section*/
.sections {
    padding-top: 100px;
    padding-bottom: 100px;
}
.section_h {
    padding-bottom: 60px;
}
.section_h h3{
    font-size: 17px;
    margin-bottom: 0;
    font-size: 400;
    text-align: center;
}    
.section_h h2 {
    font-weight:  700;
    margin-bottom: 0;
    text-align: center;
    font-size: 30px;
}


    /*end home page section*/


/*end home page*/

.before_cart:before {
    content: "\f07a";
    display: inline-block;
    font-family: "Fontawesome"
}
.inner_body {
    clear: both;  
    padding-top: 70px;
    padding-bottom: 70px;
}
.plan_details {
    border-radius: 6px;
    box-shadow: 0 0 31px -7px rgba(0,0,0,0.2);
    padding: 0 15px 3px;
    overflow: hidden;
}
.plan_short {
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
}
.plan_short h1 {
    text-align: left;
    font-weight: 600;
    font-size: 28px;
}
.plan_short p {
    text-align: left;
    padding: 0;
    margin: 0;
}

.plan_form {
    padding: 30px 15px 30px;
}
 
 .cutom_input_dot, .form-control.cutom_input_dot {
    position: relative;
    border: none;
    width: inherit;
 }
.cutom_input_dot::before {
    content: "";
    width: 5px;
    height: 5px;
    display: block;
    border-radius: 100%;
    position: absolute;
    bottom: 11px;
}

.inner_body  .btn-success  {
    padding:10px 30px;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    transition: all 0.4s ease;
}
.inner_body  .btn-success:hover {
    transition: all 0.4s ease;
}

.plan_form  .form-group {
    display: -ms-flexbox ;
    display: flex ;
    margin-bottom: 26px;
}
.plan_form  .form-group input {
    max-width: 300px;
    margin-right: 4px;
}
.plan_form  .form-group input ~ input {
    margin-left: 4px;
}
.plan_form  .form-group input + input, .plan_form  .form-group input + select, .plan_form  .form-group .cutom_input_dot + input {
    max-width: 100px;
 }

 .plan_form  .custom-control {
    margin-bottom: 12px;
    margin-left: -1.2rem;
 }


/*domain check*/

.common_inner_h  {
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 13px;
    position: relative;
}

.common_inner_h:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 40px;
    margin-right: 15px;
    vertical-align: middle;
}

.check_domain {
    margin-bottom: 70px;
}



.domain_table {
    margin-bottom: -1px;
    padding: 9px 0;
    -webkit-box-align: center ;
    -ms-flex-align: center ;
    align-items: center ;
    font-size: 20px;
    margin-left: 0;
    margin-right: 0;
    min-height: 78px;
}

.domain_table .dt_domain_name {
    font-size: 1em;
    font-weight: 700;
}


.domain_table .before_cart {
    border-radius: 3px;
    text-align: center;
    position: relative;
}

.domain_table .before_cart::before {
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    z-index: 9;
    line-height: 3em;
    left: 0;
    width: 46px;
    transition: all 0.4s ease;
}

.domain_table .before_cart:hover , .domain_table .before_cart::before {
    transition: all 0.4s ease; 
}



.inner_body .domain_table .before_cart > .btn-success {
    padding: 10px 30px;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    transition: all 0.4s ease;
    width: 100%;
    position: relative;
    z-index: 99;
    padding-left: 46px;
}

.modal-content .custom-control-label h4{
    font-size: 19px;
    opacity: 0.3;
    font-weight: 700;
}
.custom-control-input:checked ~ .custom-control-label h4 {
    opacity: 1;
}

.checkout_table .table th{
    font-size: 1em;
}
.checkout_table .table  {
    font-size: 20px;
    margin-bottom: 0;
}
.checkout_table .table td {
    font-size: 0.8em;
}
.checkout_table  .fa-trash {
    width: 36px;
    height: 20px;
    text-align: center;
}


.checkout_table {
    border-radius: 6px;
    overflow: hidden;
}


.checkout_table .table .c_table_footer td {
    font-weight: 700;
    font-size: 0.8em;
}

.complete_order {
    padding: 15px 0;
}
.complete_order:after {
    content: "";
    display: block;
    clear: both;
}
.complete_order > .btn-success  {
    float: right;
}
.complete_order .modal-header h4 {
    font-weight: 700;
}
.complete_order .modal-footer {
    -ms-flex-pack: center;
    justify-content: center;
  }


/*login page*/

.login_div form{
    border-radius: 6px;
    padding: 30px ;
    overflow: hidden;
    max-width: 400px;
    width: 100%;
}

.login_div form input {
    border: none;
    font-size: 21px;
    border-radius: 0;
}

.login_div form input:focus {
    box-shadow: none;
}

.login_div form .btn-primary {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    padding:10px 30px;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    transition: all 0.4s ease;
}

.login_div form .btn-primary:hover {
    transition: all 0.4s ease;
}
.login_right{
    background: url(../images/login.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
/*My hosting*/
.myhosting_outer .form-inline {
    margin-bottom: 30px;
    padding: 5px 15px 15px 15px;
    background: #fff;
    box-shadow: 0 0 7px -3px rgb(0 0 0 / 30%);
    border-radius: 6px;
}

.myhosting_outer .form-inline .form-group {
    margin-bottom: 0;
}

/*.tableMyhosting thead th::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid #000;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    display: inline-block;
    margin-left: 15px;
} */

.pagination {   
    text-align: center;
    -ms-flex-pack: center ;
    justify-content: center;
    border-top: 1px solid rgba(0,0,0,.3);
    padding-top:30px;
    margin-top: 30px;
}
.pagination > li {
    display: inline-block;
}
.pagination > li a {
    display: block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
}


span.Active, span.Pending, span.Suspended, span.Completed, span.Terminated  {
    display: inline-block;
    padding: 1px 12px;
    border-radius: 71px;
    font-size: 12px;
    line-height: 1.4em;
}

.Active::before {
    content: "\f00c";
    font-family: "Fontawesome";
    margin-right: 5px;
}

.Pending::before {
    content: "\f017";
    font-family: "Fontawesome";
    margin-right: 5px;
}

.Suspended::before {
    content: "\f05e";
    font-family: "Fontawesome";
    margin-right: 5px;
}
 
.Completed::before {
    content: "\f164";
    font-family: "Fontawesome";
    margin-right: 5px;
}
 
.Terminated::before {
    content: "\f00d";
    font-family: "Fontawesome";
    margin-right: 5px;
}

.Unpaid, .Paid, .Cancel, .Cancelled, .Canceled  {
    display: inline-block;
    padding: 1px 12px;
    border-radius: 71px;
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 500;
}



.Cancel:before, .Cancelled:before, .Canceled:before {
    content: "\f00d";
    font-family: "Fontawesome";
    margin-right: 5px;
}




/*sign up */
.signup_div {

}
.signup_right {
    background: url(../images/signup.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.signup_div form{
    border-radius: 6px;
    box-shadow: 0 0 31px -7px rgba(0,0,0,0.2);
    padding: 40px 30px 30px ;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
}


.signup_div form input:focus {
   /* box-shadow: none;*/
}

.signup_div form .btn-primary {
    /*width: 100%;*/
    margin-top: 10px;
    margin-bottom: 20px;
    padding:10px 30px;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    transition: all 0.4s ease;
}

.signup_div form .btn-primary:hover {
       transition: all 0.4s ease;
}

.signup_row > h2 {
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    top: -12px;
    padding: 0 15px;
}

.signup_row {
    margin-bottom: 50px;
    border-radius: 5px;
    padding: 8px;
    padding: 33px 8px 17px;
    position: relative;
}


/*inner page header*/
.inner_banner {
   /* background: url(../images/bg-4.jpg);*/
    background: url(../images/bg-3.jpg);
    clear: both;
    padding: 40px 15px;
    /*background-position: center top 33%;*/
    background-position: center center;
    background-size: cover;
    /* background-color: rgba(114, 191, 230, 0.9); */
    background-blend-mode: multiply;
    position: relative;
    box-shadow: 0 0 11px 1px rgba(0,0,0,0.3);
}
/*.inner_banner:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.7);
}*/


.inner_banner h1 {
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    z-index: 99;
    text-shadow: 1px 4px 3px rgba(0,0,0,0.3);
    text-align: center;
}
.inner_banner h1 small{
    text-transform: lowercase;
}

.inner_banner.light {
    background: url(../images/bg-5.jpg);
    background-position: center top 33%;
    /*background-color: rgba(114, 191, 230, 0.9);*/
     box-shadow: 0 0 11px 1px rgba(0,0,0,0.1)inset;

}

.login_after_nav {
    height: 100%;
}
.login_after_nav > ul {
    /*-ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;*/
}
.login_after_nav ul a {
    padding: 14px 15px;
    display: block;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
}

.login_after_nav ul a {

}
.login_after_nav ul li {
    width: 100%;
}

.login_after_nav .dropdown-menu {
    border: none;
    box-shadow: 0 0 11px 1px rgba(0,0,0,0.3);
}
.login_after_nav .dropdown-menu  a {
    padding: 10px;
    text-align: left;
    display: block;
}
.login_after_nav .dropdown-menu  > li:last-child > a {
    border: none;
}
/*end inner page header*/

/*clientarea page*/
.client_area_main {
    padding-top: 100px;
    padding-bottom: 30px;
}
.client_box {
    text-align: center;
    padding: 43px 15px 35px 15px;
    border-radius: 5px;
    box-shadow: 0 0 51px -8px rgba(0,0,0,0.1);
    position: relative;
    transition: all 0.3s ease;
    height: 100%
}
.client_box:hover {
    box-shadow: 0 0 51px -8px rgba(0,0,0,0.4);
    transform: scale(1.06);
    transition: all 0.3s ease;
}
/*.client_box > a {
    color: #333;
    font-size: 22px;
    font-weight: 700;
}*/

.client_box > a {
    font-size: 22px;
    margin-top: 24px;
    display: block;
    
}
.client_box > a:after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    margin: auto;
    margin-top: 12px;
}

.client_box > a .client_box_icon {
    width: 94px;
    height: 94px;
    border-radius: 100%;
    line-height: 94px;
    font-size: 37px;
    box-shadow: 0 0 0 4px #5d41c2;
    margin: 9px;
    position: absolute;
    left: 0;
    top: -51px;
    text-align: center;
    right: 0;
    margin: auto;
    background-color:#fff ;
    padding: 10px;
}

.cb_count a{
    font-size: 64px;
    font-weight: 800;
    line-height: 1;
}


.client_ac_box {
    padding-top: 17px;
}

.ac_balance {
    text-align: right;
    margin-bottom: 0;
    padding: 0;
    font-size: 17px;
    font-weight: 700;
}

.upcom_info {
    padding-top: 100px;
    padding-bottom: 100px;
}

.upcom_info h2 {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 30px;
}
.upcom_info_main {
    margin-top: 60px;
}
.upcom_info_main table {
    font-size: 0.8rem;
}

/*end clientarea page*/

/*header*/
.header_main {
    box-shadow: 0 8px 8px -4px rgba(0,0,0,0.3);
}
.header_main * {
    transition: all 0.4s ease
}
.header_main .navbar{
/*    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;*/
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-brand img {
    max-height: 60px;
}

.header_main   .navbar-nav .nav-link {
    font-weight: 600;
    padding: 10px 30px;
    font-size: 15px;
}
 .navbar-nav .dropdown-menu .dropdown-item {
        font-size: 14px;
    }

.upper_menu {
    width: 100%;
    text-align: right;
    margin-bottom: 0;
}
.upper_menu li {
    display: inline-block;
}

.upper_menu li a {
    padding: 6px 15px;
    display: inline-block;
    font-weight: 400;
}
.upper_menu li a i {
    font-weight: normal;
    padding-left: 5px;
    padding-right: 5px;
}
.upper_menu li:last-child a{
    padding-right: 0;
}

.upper_menu .h_cart i {
    font-weight: normal;
    padding-left: 5px;
    padding-right: 5px;
    width: 35px;
    height: 35px;
    line-height: 28px;
    text-align: center;
    border-radius: 100%;
    margin-right: 3px;
}

.navbar-nav {
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.client_area_main_outer {
    background: #f4f4f4;
}

.navbar-nav .dropdown-menu {
    border-radius: 0;
    border: none;
    padding: 0;
    position: static!important;
    transform: inherit!important;
    box-shadow: none;
    background: rgba(0,0,0,.3)!important;
    padding-left: 24px;
}
.login_after_nav ul li:first-child,
.login_after_nav ul li {
    border: none!important;
} 
.login_after_nav .dropdown-menu a {
    border: none!important;
}

.navbar-nav .dropdown-menu .dropdown-item {
    padding: 7px 30px;
}
.client_box {
    background: #fff;
}
.client_ac_box {
    text-align: right;
}

.sticky .navbar-brand img {
    max-height: 40px;
}
.sticky  .navbar-nav .nav-link {
    padding: 6px 30px;
}

@media screen and (min-width: 992px){
    .navbar-nav  .nav-item.dropdown:hover .dropdown-menu {
        display: block;
    }
    .navbar-nav  .dropdown-menu {
        margin-top: 0
    }
}

@media screen and (min-width: 992px ){
    .navbar .navbar-brand {
        display: none;
    }
}

@media screen and (max-width: 991px){
    .top_h .navbar-brand {
        display: none;
    }
}


/*header end*/

@media screen and (max-width: 575px){
    .plan_form  .form-group input {
        max-width: 175px;
    }

}

/*price lising*/

.price_list .price_list_inner{
    text-align: center;
    padding: 0 15px 85px 15px;
    border-radius: 5px;
    box-shadow: 0 0 51px -8px rgba(0,0,0,0.1);
    position: relative;
    transition: all 0.3s ease;
    height: calc(100% - 30px) ;
    margin-bottom: 30px;

}

.price_list .price_list_inner:hover{
    box-shadow: 0 0 51px -8px rgba(0,0,0,0.1);
    position: relative;
    transition: all 0.3s ease;
}


.price_list .price_list_inner:hover{
    box-shadow: 0 0 51px -8px #015696;
    transform: scale(1.04);
}



.price_list_inner h2 {
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    padding: 10px 50px;
    display: inline-block;
    border-radius: 120px;
    margin-top: 15px;
}

.price_list_inner .btn {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    max-width: 80%;
    border-radius: 30px;
    font-size: 17px;
    padding: 8px;
}


.price_list_inner .price {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
    display: inline-block;
    vertical-align: middle;
}

.price_list_inner .price.p-monthly {
    font-size: 20px;
}

.price_list_inner .price + .price {
        margin-left: 30px;
}

.line-through {
    text-decoration: line-through;
}

.price_list_inner .price small {
    font-size: 0.5em;
    display: block;
    line-height: 0.5;
    text-transform: capitalize;
}


.price_list_inner .price .line-through{
    text-decoration: line-through;
}

.price_list_inner .box {
    text-align: right;
    padding: 5px;

}
.price_list_inner .box:after {
    content: "";
    display: block;
    clear: both;
}
.price_list_inner .box {
    font-weight: 700;
}
.price_list_inner .box span{
    text-align: right;
    float: left;
    font-weight: 400
}

/*price list end*/

/*check domain Availability*/
.chek_domain_avail {
    margin-bottom: 40px;
}

.chek_domain_avail .plan_form .form-control{
    height: auto;
    width: 100%;
    max-width: 100%;    
    font-size: 18px;
}

.chek_domain_avail .plan_form select.form-control {
    max-width: 140px;
}

.chek_domain_avail .plan_short h1{
    font-size: 22px;
    font-weight: 400;
    margin-bottom:0; 
}

.chek_domain_avail .form-group {
    width: 100%;
    margin-bottom: 0;
}   





.common_table .table th{
    font-size: 1em;
    font-weight: 400;
}
.common_table .table  {
    font-size: 18px;
    margin-bottom: 0;
}
.common_table .table td {
    font-size: 0.9em;

}


.domain_avail_table {
    border-radius: 6px;
    box-shadow: 0 0 20px -7px rgba(0,0,0,0.1);
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
}
    
/*.domain_table{
    margin-bottom: 50px;
}*/




/*End check domain Availability*/


/*footer*/
footer{
    padding-top: 30px;
    float: none;
}
.footer-widget h3 {
    font-size: 20px;
    font-weight: 500;
}
.footer-widget h3::after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    margin-top: 16px;
}
.f-widget-box {
    padding-top: 20px;
    padding-bottom: 30px;
}
.f-widget-box a, .f-widget-box  {
    transition: all 0.3s ease;
}

.f-widget-box a:hover {
    transition: all 0.3s ease;
}

.f-widget-box ul {
    padding-left: 15px;
    margin: 0;
}
.f-widget-box ul li {
    margin-bottom: 10px;
    list-style: square; 
}

.copyright_text {
    padding-top: 6px;
    padding-bottom: 6px;    
}
.copyright_text p {
    text-align:center;
    font-size: 12px;
    padding: 0;
    margin: 0;
}

ul.help_sect {
    padding-left: 0;
}
  ul.help_sect li{
    list-style: none;

}
.help_sect .number a {
    font-size: 32px;
    font-weight: 600;
    display: block;
}
.help_sect small {
    text-align: center;
}
/*footer end*/


/*dashord email*/

.email_head{
    font-size: 22px;
}
.sticky-sidbbar {
    position: sticky;
    top: 100px;
    
}

.sticky-sidbbar_inner {
    padding: 22px 15px;
    border-radius: 6px;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.2);
}

.disk_bar{
    margin-top: 0;
    margin-bottom: 0;
}
.disk_bar li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 0;

}
.disk_bar .disk_h {
    display: block;
    font-weight: 600;
}
.sticky-sidbbar .btn {
    margin-top: 30px;
}

.sticky-sidbbar .btn {
    margin-top: 30px;
    width: 100%;
    padding: 12px;
    border-radius: 60px;
    font-size: 14px;
    transition: all 0.3s ease;
}
.sticky-sidbbar .btn:hover {
    box-shadow: 0 0 11px 4px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.sticky-sidbbar .bck_btn {
    display: inline-block;
    padding: 10px 0 0;
    font-size: 15px;
    vertical-align: middle;
    margin-top: 20px;
}
.sticky-sidbbar .bck_btn i {
    padding: 0;
    border-radius: 100%;
    margin-right: 9px;
    font-size: 14px;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    transition: all 0.3s ease;
}
.sticky-sidbbar .bck_btn:hover i{
    transition: all 0.3s ease;
    transform: translate(-10px);
}
.desk_table th{
    font-weight: 500;
}

.creat_email {
    margin-bottom: 50px;
    border-radius: 5px;
    padding: 35px 15px 0 15px;
    position: relative;
}
.creat_email .form-control{
    width: calc(100% - 330px);
    display: inline-block;
}

.with_domain {
    width: 300px;
    display: inline-block;
    padding-left: 15px;
}

.creat_email form .btn-primary {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 8px 30px;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    transition: all 0.4s ease;
}
.creat_email form .btn-primary:hover {
    transition: all 0.4s ease;
}

.delemail {
    margin-bottom: 50px;
    border-radius: 5px;
    padding: 35px 15px 0 15px;
    position: relative;
}



.dlt_btn_cont {
    display: inline-block;
    margin-bottom: 0;
}

.dlt_btn_cont input {
    border-radius: 4px;
    padding: 3px 15px;
}

.delemail form > p {
    font-size: 16px;
    text-align: center;
    font-style: italic;
}
.delemail:hover form > p{
      /* Safari 4.0 - 8.0 */
  -webkit-animation-name: deletanimation;
  -webkit-animation-duration: .5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  /* Standard syntax */
  animation-name: deletanimation;
  animation-duration: .5s;
  animation-timing-function: linear;
  animation-delay: 0;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}



/* Safari 4.0 - 8.0 */
@-webkit-keyframes deletanimation {
  0%   {color: #000; }
  100% {color:  #ff0000}
}

/* Standard syntax */
@keyframes deletanimation {
   0%   {color: #000; }
  100% {color:  #ff0000}
}


/*domain details page*/

.domain_details_sec .nav{
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.domain_details_sec .nav-item {
    width: 100%;
}

.domain_details_sec .nav-item .nav-link{
    width: 100%;
    border-radius: 0;
    display: block;
    font-weight: 600;
    padding: 19px 0;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align: center;
    font-size: 18px;
}

.domain_details_sec .nav-item .nav-link::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transform: translateY(-14px);
}

.domain_details_sec .nav-item .nav-link.active::after {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .35s,transform .6s
}




.domain_details_sec .nav-item:last-child .nav-link  {
    border: none;

}

.domain_details_sec {
    box-shadow: 0 0 31px -7px rgba(0,0,0,0.2);
    border-radius: 6px;
    overflow: hidden;
}

.domain_details_sec .tab-content {
    padding: 50px 15px 30px;
}

.domain_overview_table tbody {
    width: 100%;
}
.domain_overview_table tr {
    width: 100%;
}

.dom_lock .custom-control-input ~ .custom-control-label h4,
.dom_privacyProt .custom-control-input ~ .custom-control-label h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    vertical-align: middle;
    line-height: 22px;
}
.dom_lock .custom-control-input ~ .custom-control-label h4:after {
    content: "Unlocked"
}
.dom_lock .custom-control-input:checked ~ .custom-control-label h4:after {
    content: "Locked"
}

.dom_privacyProt .custom-control-input ~ .custom-control-label h4:after {
    content: "Enabled"
}
.dom_privacyProt .custom-control-input:checked ~ .custom-control-label h4:after {
    content: "Disabled"
}


/*My profile page*/
.myProfile  {
    border-radius: 6px;
    box-shadow: 0 0 31px -7px rgba(0,0,0,0.2);
    padding: 40px 30px 30px;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
}
.spanLable, .spanDetail{
    display: inline-block;
} 
.myProfile  .signup_row > div {
    margin-bottom: 15px;
}
.spanLable {
    font-weight: 700;
}
.spanDetail {
    padding-left: 15px;
}

/*.domain_overview_table.table-striped tbody tr:nth-of-type(n+1) {
    background-color: rgba(0,0,0,.05);
}
.domain_overview_table.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(0,0,0,.02);
}*/
/*end domain details page*/

/*.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

*/


.invalid-email {
    /*display: none;*/
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545;
}

