@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400');
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Jua');
@import url('https://fonts.googleapis.com/css?family=Righteous');
body::-webkit-scrollbar {
    width: 5px;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #1f5e89;
  outline: 1px solid slategrey;
}
body{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
.font-1 {
    font-family: 'Lato', sans-serif;
}
.font-2 {
    font-family: 'Righteous', cursive;
}
.font-3{
    font-family: 'Jua', sans-serif;
}
/*------ top navigation ---------*/
div.trd-header .trd-header-topbar,div.trd-header .trd-header-topbar .trd-social-links ul li a{
    -webkit-transition:all .35s ease;
    -moz-transition:all .35s ease;
    -ms-transition:all .35s ease;
    -o-transition:all .35s ease
}
ul{
    padding:0;
    margin-bottom:0
}
div.trd-header{
    width:100%;
    z-index:3;
    position: fixed;
    top: 0;
    background-color:rgba(255,255,255,.95);
    -webkit-box-shadow:0 1px 1px rgba(41,41,41,.15);
    -moz-box-shadow:0 1px 1px rgba(41,41,41,.15);
    box-shadow:0 1px 1px rgba(41,41,41,.15)
}
div.trd-header .trd-header-topbar{
    width:100%;
    /*border-bottom:1px solid #f2f2f2;*/
    height:40px;
    background-color:#fff;
    overflow:hidden;
    transition:all .35s ease
}
.topbar-container{
    padding: 20px 15px;
}
@media only screen and (max-width:767px){
    div.trd-header .trd-header-topbar{
        height:auto;
        display:none
    }
}
div.trd-header .trd-header-topbar .trd-contact-infos{
    display:inline-block;
    float:left;
    font-size:0
}
@media only screen and (max-width:767px){
    div.trd-header .trd-header-topbar .trd-contact-infos{
        float:none;
        display:block
    }
}
div.trd-header .trd-header-topbar .trd-contact-infos ul{
    display:inline-block
}
@media only screen and (max-width:767px){
    div.trd-header .trd-header-topbar .trd-contact-infos ul{
        display:block
    }
}
div.trd-header .trd-header-topbar .trd-contact-infos ul li{
    font-size:12px;
    display:inline-block;
    float:left;
    border-right:1px solid #e9e8e8;
    position:relative;
    padding:0 15px 0 10px;
    line-height:40px
}
div.trd-header .trd-header-topbar .trd-contact-infos ul li:first-child{
    border-left:1px solid #e9e8e8
}
div.trd-header .trd-header-topbar .trd-contact-infos ul li a{
    color: #888;
    text-shadow: 1px 1px 1px rgba(0,0,0,.004);
}
div.trd-header .trd-header-topbar .trd-contact-infos ul li a:hover{
    color: #2f2cce;
}
a:hover{
    text-decoration: none;
}
@media only screen and (max-width:767px){
    div.trd-header .trd-header-topbar .trd-contact-infos ul li{
        float:none;
        display:block;
        border-right:0
    }
    div.trd-header .trd-header-topbar .trd-contact-infos ul li:first-child{
        border-left:0
    }
}
div.trd-header .trd-header-topbar .trd-social-links{
    display:inline-block;
    float:right;
}
div.trd-header .trd-header-topbar .trd-social-links ul{
    display:inline-block
}
div.trd-header .trd-header-topbar .trd-social-links ul li{
    display:inline-block;
    float:left;
    height:40px
}
div.trd-header .trd-header-topbar .trd-social-links ul li a{
    display:inline-block;
    padding:0 20px;
    line-height:40px;
    border-right:1px solid #e9e8e8;
    transition:all .35s ease;
    font-size: 10px;
    text-transform: uppercase;
}
div.trd-header .trd-header-topbar .trd-social-links ul li a.youtube:hover{
    background: #c51e12;
    color: #fff;
}
div.trd-header .trd-header-topbar .trd-social-links ul li a.facebook:hover{
    background: rgb(59, 89, 152);
    color: #fff;
}
div.trd-header .trd-header-topbar .trd-social-links ul li a.twitter:hover{
    background: rgb(2, 176, 232);
    color: #fff;
}
div.trd-header .trd-header-topbar .trd-social-links ul li:first-child{
    border-left:1px solid #e9e8e8
}
div.trd-header.minified .trd-header-topbar {
    height: 0;
}
.dropdown-menu{
    padding: 0px;
}
.dropdown-menu>li {
    border-bottom: 1px solid #f1f1f1;
}
.dropdown-menu>li>a {
    padding: 3px 20px;
    color: #7992a1 !important;
    padding: 10px 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Righteous', cursive;
}
.navbar-inverse .navbar-toggle {
    border-color: #fca494;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fc8b77;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #f77059;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #fff;
}
.logo{
    font-family: 'Righteous', cursive;
    color: #f76a52;
    font-size: 26px;
    display: inline-block;
    margin-top: 5px;
}
.logo-owner{
    font-size: 10px;
    color: #004a91;
    font-family: 'Righteous', cursive;
    display: inline-block;
    position: relative;
    left: 56px;
    bottom: 8px;
    letter-spacing: 0.3px;
}
.grey-back:hover{
    background: #7992a1;
    color: #fff;
    /*padding: 6px 15px;
    -webkit-box-shadow: 2px 4px 2px 0px rgba(224,224,224,1);
    -moz-box-shadow: 2px 4px 2px 0px rgba(224,224,224,1);
    box-shadow: 2px 4px 2px 0px rgba(224,224,224,1);*/
    transition: all 0.5s;
}
.grey-back{
    transition: all 0.5s;
    color: #929292;
}
.mycap{
    opacity: 0;
}
.carousel-inner>.item.active > .carousel-caption.mycap{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
.cart-list{
    padding-right: 20px !important;
}
.cart{
    font-size: 20px;
}
.cart-count{
    position: absolute;
    top: 0px;
    background: #7992a1;
    color: #fff;
    height: 23px;
    width: 23px;
    right: 0px;
    text-align: center;
    border-radius: 100px;
}
.cart-count>span{
    font-size: 13px;
    position: relative;
    bottom: 1px;
    left: 1px;
}
@media(max-width: 767px){
    .cart-count{
        left: 28px;
        top: -5px;
    }
}
.lower_list{
    margin-top: 10px;
}
.navfix{
    border-radius: 0;
    padding: 10px 0px;
}
.navbar-inverse {
    background-color: #fcfcfc;
    border-color:  #f1f1f1;
    margin-bottom: 0px;
}
.navbar-inverse .navbar-nav>li>a{
    text-transform: uppercase;
    font-family: 'Righteous', cursive;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #7992a1;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #00ce4e;
    background-color: transparent;
}
.nav.navbar-nav.navdrop li.dropdown:hover a.dropdown-toggle{
    background-color: transparent;
    color: #7992a1;
}
@media(min-width: 767px){
    ul.dropdown-menu{
        /*display: block;*/
        border:none;
        top: 60px;
        border-top: 3px solid #e6e6e6;
    }
    .navbar-inverse .navbar-nav>.open>a{
        background-color: transparent !important;
        color: #7992a1 !important;
    }
    .dropdown-menu:before {
        content: '';
        border-left-color: transparent;
        border-right-color: transparent;
        border-top-color: transparent;
        border-bottom-color: #e6e6e6;
        width: 0;
        height: 0;
        top: -19px;
        left: 10px;
        display: block;
        position: absolute;
        border-style: solid;
        border-width: 8px 8px 8px 8px;
    }
    .dropdown-menu.child-menu:before{
        border-bottom-color: transparent;
        border-width: 0px;   
    }
    .pull-right-sm{
        float: right !important;
    }
}
.content_area{
    margin-top: 9rem;
}
.main-banner{
    margin-top: 113px;
}
@media(max-width: 767px){
    .main-banner{
        margin-top: 72px;       
    }
}
@media screen and (min-width: 768px){
    .carousel-caption.mycap {
        right: unset;
        padding-bottom: 30px;
    }
}

input[type="text"].search-bar::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    padding-left: 20px;
    font-size: 20px;
    color: #00a63f;
}
input[type="text"].search-bar::-moz-placeholder { /* Firefox 19+ */
    padding-left: 20px;
    font-size: 20px;
    color: #00a63f;
}
input[type="text"].search-bar:-ms-input-placeholder { /* IE 10+ */
    padding-left: 20px;
    font-size: 20px;
    color: #00a63f;
}
input[type="text"].search-bar:-moz-placeholder { /* Firefox 18- */
    padding-left: 20px;
    font-size: 20px;
    color: #00a63f;
}
@media(max-width: 767px){
    input[type="text"].search-bar::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        padding-left: 10px;
        font-size: 14px;
        color: #00a63f;
    }
    input[type="text"].search-bar::-moz-placeholder { /* Firefox 19+ */
        padding-left: 10px;
        font-size: 14px;
        color: #00a63f;
    }
    input[type="text"].search-bar:-ms-input-placeholder { /* IE 10+ */
        padding-left: 10px;
        font-size: 14px;
        color: #00a63f;
    }
    input[type="text"].search-bar:-moz-placeholder { /* Firefox 18- */
        padding-left: 10px;
        font-size: 14px;
        color: #00a63f;
    }  
}
.carousel-caption.mycap{
    top: 100px;
    text-align: justify;
}
.caption>h2{
    font-family: 'Jua', serif;
    padding-left: 55px;
    font-size: 32px;
}
.caption>p{
    padding-left: 55px;
    font-size: 15px;
    letter-spacing: 0.5px;
}
.caption>p>span{
    color: #ffff3e;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.text-yellow{
    color: #ffed00;
}
.banner_search_bar{
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 30px;
    left: 192px;
}
@media(max-width: 767px){
    .banner_search_bar{
        top: 12px;
        left: 0px;
    }
}
.domain_select{
    cursor: pointer;
    display: inline-block;
    width: 110px;
    text-align: center;
    background: #fff;
    height: 50px;
    padding-top: 14px;
    border-left: 1px solid #f1f1f1;
    /* border-top: 1px solid #f1f1f1;
     border-bottom: 1px solid #f1f1f1;*/
    text-transform: uppercase;
}
.domain_select>i{
    position: relative;
    font-weight: bold;
    top: 1px;
    left: 6px;
    font-size: 12px;
}
@media(max-width: 767px){
    .domain_select>i{
        top: 2px;
        left: 0px;
    }
}
.dtype-dropdown{
    border-top: 1px solid #f1f1f1;
    background-color: #fff!important;
    -webkit-box-shadow: 10px 9px 5px -9px rgba(234, 234, 234, 0.68);
    -moz-box-shadow: 10px 9px 5px -9px rgba(234, 234, 234, 0.68);
    box-shadow: 10px 9px 5px -9px rgba(234, 234, 234, 0.68);
    height: 200px;
    padding: 15px 20px;
    position: absolute;
    display: none;
    right: 190px;
    top: 50px;
    width: 375px;
    z-index: 10;
    text-align: left;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}
@media(max-width: 767px){
    .domain_select{
        max-width: 80px;
        height: 40px;
        padding-top: 10px;
        border-bottom-right-radius: 70px;
        border-top-right-radius: 70px;
    }
    .holder{
        font-size: 10px;
    }
    .dtype-dropdown{
        right: 25px;
        max-width: 210px;
        top: 40px;
        height: auto;
    }
    .xs-p0{
        padding: 0px;
    }
    .xs-mt20{
        margin-top: 20px;
    }
}
.head-small{
    margin-top: 15px;
    color: #449d44;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-family: 'Righteous', cursive;
}
.price-starts{
    padding-top: 10px;
    font-family: 'Righteous', cursive;
    font-size: 20px;
    margin-bottom: 0;
    color: #00a63f;
    letter-spacing: 0.3px;
}
.domain_name{
    color: #ff7058;
}
.slider_btm{
    margin: 0 auto;
    /*height: 50px;*/
    padding: 10px 0px;
    background: #f1f1f1f2;
}
.domains{
    text-align: center;
}
.domainLogo{
    display: block;
    float: left;
    min-width: 85px;
    margin: 0 2px 0 0;
    overflow: hidden;
    text-decoration: none;
    opacity: 0.8;
    font-family: 'Righteous', sans-serif;
}
.domainLogo#in{
    /*width: 30px;*/
    /*background: url('../img/background/1.png') no-repeat scroll 0 0 transparent;*/
}
/*.domainLogo#bharat{
    width: 100px;
    background: url('../img/background/2.png') no-repeat scroll 0 0 transparent;
}*/
.domainLogo:hover{
    opacity: 1;
}
.search_container{
    padding: 30px 15px;
}
.subhead{
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Righteous', cursive;
    color: #505050;
    font-weight: normal;
}
.why-domain{
    position: relative;
    margin: auto;
    padding-top: 40px;
}
.white-trans {
    border-radius: 6px;
    border-bottom: solid 1px #eee;
    background-color: rgba(255,255,255,0.85);
}
.about_us{
    margin-top: 5rem;
}
.about_us>h2{
    font-size: 32px;
    margin-top: 55px;
}
.pfix{
    padding: 20px 15px 35px;
}
.banner_headline>h1>span{
    font-size: 20px;
    position: relative;
    bottom: 3px;
    right: 5px;
}
.banner_headline>h1{
    text-align: center;
    color: #00a63f;
}
.sub_head{
    text-align: center;
    color: #848484;
}
.form-control.bar-set{
    width: 70%;
    float: left;
    height: 50px;
    font-size: 20px;
    color: #00a63f;
    padding-left: 45px;
    border-bottom-left-radius: 70px;
    border-top-left-radius: 70px;
    border-color: transparent;
    box-shadow: none;
}
@media(max-width: 767px){
    .form-control.bar-set{
        max-width: 70%;
        height: 40px;
        font-size: 16px;
        padding-left: 15px;
    }
}
.selectpicker{
    width: 20%;
    float: left;
    height: 50px;
}
.search-btn{
    font-weight: 600;
    text-transform: uppercase;
    width: 15%;
    height: 50px;
    border-radius: 0;
    background-color: #00a63f;
    font-family: 'Righteous', cursive;
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
    margin-left: -3px;
}
@media(max-width: 767px){
    .search-btn{
        width: 65%;
        height: 40px;
        top: 5px;
        display: block;
        margin: auto;
        font-weight: normal;
        border-top-left-radius: 70px;
        border-bottom-left-radius: 70px;
        font-size: 12px;
        padding: 10px;
        position: relative;
    }
}
.chk_boxes{
    margin-top: 10px;
    color: #fff;
}
.text2{
    padding-top: 10px;
    color: #848484;   
}
.t1{
    color: #898989;
}
.content_box{
    position: relative;
    display: block;
    padding: 25px;
    height: 350px;
    background: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.10);
    -ms-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.10);
}
.content_box:hover{
    -webkit-box-shadow: -5px 10px 25px 0px rgba(0,0,0,0.10);
    -ms-box-shadow: -5px 10px 25px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: -5px 10px 25px 0px rgba(0,0,0,0.10);
    box-shadow: -5px 10px 25px 0px rgba(0,0,0,0.10);
}
.content_box:after{
    content: '';
    position: absolute;
    left: -29px;
    bottom: 15px;
    width: 50px;
    height: 50px;
    background: url(../img/background/icons/2.png) center center no-repeat;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.content_box:hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
.content_box>h3{
    font-size: 20px;
}
.f16{
    font-size: 16px;
}
.f12{
    font-size: 12px;
}
.f600{
    font-weight: 600;
}
.caps_small {
    font-variant: small-caps;
}
.hvr-bounce-to-right {
    margin: 9px 0px;
    color: #009933;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #009933;
    background: #fff;
    padding: 9px 33px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #009933;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
    text-decoration: none;
    color: #FFFFFF;
    border: 2px solid #009933;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.hvr-bounce-to-right-2 {
    margin: 9px 0px;
    color: #e25b21;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #e25b21;
    background: #fff;
    padding: 9px 33px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-bounce-to-right-2:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e25b21;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-bounce-to-right-2:hover, .hvr-bounce-to-right-2:focus, .hvr-bounce-to-right-2:active {
    text-decoration: none;
    color: #FFFFFF;
    border: 2px solid #e25b21;
}
.hvr-bounce-to-right-2:hover:before, .hvr-bounce-to-right-2:focus:before, .hvr-bounce-to-right-2:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.btn-white {
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
    text-transform: uppercase;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(255, 255, 255, 0.19), 0 1px 5px 0 rgba(0,0,0,.12);
    border-radius: 0px;
}
.btn-white:hover {
    background: #ffffff;
    color: #0261b0;
}
.reg_cont{
    border-top: 1px solid hsla(0,0%,100%,.1);
    background: #009933;
    padding: 25px 0;
    margin: 0px;
    color: #fff;
}
.register_info>span{
    text-transform: uppercase;
    font-size: 11px;
}
.online-business-icon {
    background: url('../img/background/business.png') no-repeat;
    height: 51px;
    margin: 0 auto 15px auto;
    width: 81px;
    display: block;
}
.highlight-block {
    background: #575ca6;
    padding: 0;
    text-align: center;
}
.block-1{
    background: #2aba9b;
}
.block-2{
    background: #f9935b;
}
.block-3{
    background: #ca3051;
}
.highlight-block h2 {
    color: #fff;
    font-size: 23px;
    font-weight: normal;
    margin: 0;
    padding: 25px 0 0 0;
    letter-spacing: 0.8px;
}
.highlight-block span.product-tagline {
    color: #fff;
    font-size: 13px;
    font-weight: 100;
    display: block;
    padding: 1px 0 30px 0;
}
.highlight-block .product-icon {
    height: 94px;
    margin-bottom: -3px;
    background: url('../img/background/hosting.png') no-repeat 0 0;
    background-position: -645px 0px;
    width: 135px;
    display: inline-block;
    zoom: 1;
}
.plan-data{
    border: 1px solid #ccc;
}
.plan-title>span{
    color: #FA261E;
    font-size: 23px;
    font-weight: 100;
    font-family: 'Jua', cursive;
    display: inline-block;
    margin-top: 20px;
}
.plan-title>h4{
    font-size: 26px;
    color: #54A706;
}
.plan-title>h4>span{
    font-family: 'Righteous', cursive;
    color: #000;
    font-weight: normal;
    font-size: 20px;
}
.plan-subtitle>h4{
    background: #FDF64D;
    color: #3C3E3D;
    margin: 0;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Jua', sans-serif;
    letter-spacing: 0.5px;
}
.plan-content{
    padding: 20px 10px;
}
.plan-content>ul{
    margin-left: 10px;
}
.plan-content>ul>li{
    list-style: none;
    padding-left: 20px;
    margin-bottom: 10px;
    font-family: 'Righteous', cursive;
}
.line{
    font-size: 12px;
    font-weight: bold;
    background: #9a9a9a;
    padding: 0 1px;
    margin-right: -2px;
    color: #9a9a9a;
}
.plan-content>ul>li>i{
    font-weight: 700;
}
.why_us{
    padding-top: 45px;
}
.p0{
    padding: 0px;
}
.pading-15 {
    padding: 10px;
}
.ptb25{
    padding: 25px 0px;
}
.mt15{
    margin-top: 15px;
}
.mt20{
    margin-top: 20px !important;
}
.mt25{
    margin-top: 25px;
}
.mt35{
    margin-top: 35px;
}
.mb10{
    margin-bottom: 10px;
}
.mb15{
    margin-bottom: 15px;
}
.mt0{
    margin-top: 0px !important;
}
.mb0{
    margin-bottom: 0px;
}
.pb20{
    padding-bottom: 20px;
}
.pb0{
    padding-bottom: 0px !important;
}
.pl20{
    padding-left: 20px;
}
#foot{
    background: #fcfcfc;
    padding-top: 30px;
    border-top: 1px solid #f3f3f3;
}
.company>p{
    color: #7d8f96;
    font-size: 12px;
    line-height: 22px;
    padding-top: 15px;
    margin-bottom: 0px;
}
.company-contact>a{
    color: #7d8f96;
}
.company-contact>p{
    margin-bottom: 0px;
    color: #7d8f96;
    font-size: 12px;
}
.info>h3{
    font-size: 18px;
    color: #007049;
    margin-top: 15px;
    font-weight: 700;
}
.info>ul>li{
    list-style: none;
    color: #7d8f96;
    margin-top: 5px;
}
.info>ul>li>a{
    color: #7d8f96;
}
.info>ul>li>a:hover{
    color: #009933;
}
.contact-info>p{
    color: #7d8f96;
    margin-bottom: 0px;
}
.pt10{
    padding-top: 10px !important;
}
.copy{
    color: #7d8f96;
    font-size: 12px;
    margin-top: 10px;
}
.rotate{
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition:         transform .5s ease-in-out;
}
.rotate:hover{
    webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.foot_data>h4{
    font-size: 14px;
    text-transform: capitalize;
    text-align: center;
}
.headline_2 {
    display: block;
    margin: 10px 0 25px 0;
    border-bottom: 1px dotted #e4e9f0;
}
.headline_2 h2, .headline_2 h3, .headline_2 h4 {
    margin: 0 0 -2px 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #a8e12a;
}
.some-padding {
    padding-left: 18px;
}
.no_style_list {
    list-style: none;
}
.list_white>li>a {
    color: #FFFFFF;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.list_white>li>a:hover {
    color: #a8e12a;
    border-left: 2px solid #a8e12a;
    padding-left: 9px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.header_top {
    margin-top: 18rem;
    background: #e25b21;
    color: #fff;
}
.header-top-inner {
    border-bottom: solid 1px #eee;
    padding: 18px 0px;
}
.padding_top_min {
    padding-top: 12px;
}
.pr0{
    padding-right: 0px;
}
.headline {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.headline h1:after, .headline h3:after {
    display: block;
    width: 50px;
    margin: 0 auto;
    content: "";
    border-top: 2px solid #a8e12a;
    margin-top: 10px;
}
.registrar{
    padding-top: 25px;
    padding-bottom: 25px;
    margin: 15px auto;
}
.card_services {
    background: rgba(255, 255, 255, 0.8);
    margin: 12px 0px 12px 0px;
    padding: 30px;
    box-shadow: 0px 1.732px 8px 0px rgba( 0, 0, 0, .10 ), 0px 1.732px 3px 0px rgba( 0, 0, 0, .05 );
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}
.mid_sec{
    padding-top: 30px;
    padding-bottom: 45px;
}
.title2{
    color: #686868;
    font-variant: small-caps;
}
.title-4{
    font-family: 'Righteous', cursive;
    font-size: 30px;
}
.text-data{
    color: #8c8c8c;
}
.box-head>span{
    margin-top: 0;
    color: #23c8f4;
    text-transform: uppercase;
    display: inline-block;
    font-size: 18px;
    border-bottom: 2px solid #23c8f4;
}
.top_border_blue {
    border-top: 1px solid #0BBFF2;
}
.top_border_green {
    border-top: 1px solid #a8e12a;
}
.text-green{
    color: #a9e230 !important;
    border-bottom: 2px solid #a9e230 !important;
}
.top_border_gray {
    border-top: 1px solid rgba(0,0,0,0.21);
}
.text-grey{
    color: #ababab !important;
    border-bottom: 2px solid #ababab !important;   
}
.top_border_red {
    border-top: 1px solid #FF0000;
}
.form-control{
    border-radius: 0px;
}

/*=== radio and checkbox buttons =====*/
.checkbox {
    padding-left: 20px; }
.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 0px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555; }
.checkbox input[type="checkbox"] {
    opacity: 0; }
.checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'Glyphicons Halflings';
    content: "\e013"; }
.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed; }
.checkbox.checkbox-circle label::before {
    border-radius: 50%; }
.checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #004a91;
    border-color: #004a91;}
.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff; }

.radio {
    padding-left: 20px; }
.radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 5px;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out; }
.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 8px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
.radio input[type="radio"] {
    opacity: 0; }
.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
.radio input[type="radio"]:disabled + label {
    opacity: 0.65; }
.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed; }
.radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
    background-color: #5cb85c; }
.radio-primary input[type="radio"]:checked + label::before {
    border-color: #004a91; }
.radio-primary input[type="radio"]:checked + label::after {
    background-color: #5cb85c; }
.r2 label::before{
    top: 2px;
}
.r2 label::after{
    top: 5px;
}
/*=== radio styles end ====*/



/*========== search result page ===========*/
.list-header {
    margin-top: 11rem;
    padding: 50px 0px;
    background: url(../img/background/back.jpg) no-repeat;
    background-position: center;
}
@media(max-width: 767px){
    .list-header{
        margin-top: 7rem;
        background-size: cover;
    }
}
.list-header-search{
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 20%;
}
.list-header > div.container-fluid{
    padding-bottom: 50px;
}
.search-result{
    padding: 35px 20px;
    margin: 25px auto;
}
.domain{
    font-weight: 500;
    font-size: 20px;
}
.search-text{
    border: 1px solid #f3f3f3;
    padding: 20px;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(239, 239, 239, 0.26);
    -moz-box-shadow: 1px 1px 1px 1px rgba(239, 239, 239, 0.26);
    box-shadow: 1px 1px 1px 1px rgba(239, 239, 239, 0.26);
}
.avail-text{
    font-size: 13px;
    color: #848484 !important;
    font-family: 'Jua', sans-serif;
}
.domain-price{
    text-align: right;
}
.success{
    color: #4caf50;
}
.danger{
    color: #f55a5a !important;
}
.actual-price{
    color: #a1a1a1;
    text-decoration: line-through;
}
.discounted-price{
    font-size: 20px;
    color: #009933;
    font-weight: 600;
}
.added-to-cart{
    font-size: 12px;
    display: inline-block;
    margin-top: 10px;
    color: #009933;
    font-weight: 600;
}
.avail-quote{
    font-size: 10px;
    color: #8e8e8e;
    margin-bottom: 0;
}
.book-btn{
    border: 1px solid #f70;
    display: block;
    font-size: 14px;
    text-align: center;
    color: #f70;
    text-transform: uppercase;
    padding: 8px 25px 8px;
    border-radius: 4px;
    cursor: pointer;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: background .4s,color .4s,font-size 50ms,width .4s,border .4s;
    -o-transition: background .4s,color .4s,font-size 50ms,width .4s,border .4s;
    -webkit-transition: background .4s,color .4s,font-size 50ms,width .4s,border .4s;
    transition: background .4s,color .4s,font-size 50ms,width .4s,border .4s;
}
.book-btn:hover{
    border: 1px solid #f70;
    background: #f70;
    color: #fff;
}
.book-btn>i{
    font-size: 16px;
}
.cart-box{
    border: 1px solid #f3f3f3;
}
.cart-title{
    padding: 4px 16px;
    font-family: 'Righteous', cursive;
    text-transform: uppercase;
    color: #969696;
    border-bottom: 1px solid #f3f3f3;
}
.cart-item-empty{
    text-align: center;
    padding: 30px;
}
.empty{
    color: #a9a4a4;
    margin-bottom: 0px;
    padding-top: 10px;
    text-align: center;
}
.cart-domain{
    padding: 15px;
    color: #3c763d;
    border-top: 1px solid;
    border-bottom: 1px solid;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.cart-amount{
    float: right;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}
.cart-amount>i{
    cursor: pointer;
    padding-left: 10px;
    display: inline;
    position: relative;
    top: 2px;
}
.label-head{
    font-size: 15px;
    color: #909090;
}
.price{
    color: #444444;
    font-size: 16px;
}
.label-head-final{
    font-size: 18px;
    text-transform: uppercase;
}
.checkout-btn{
    background: #f70;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    padding: 12px 75px;
}
.checkout-btn:hover{
    background: #ef7307;
    border: 1px solid #ef7307;
    color: #fff;
}
.nxt-btn{
    background: #00bd00;
    border: 1px solid #00cc00;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    padding: 12px 75px;
}
.nxt-btn:hover{
    background: #089e08;
    border: 1px solid #019e01;
    color: #fff;
}
.w-100{
    width: 100% !important;
}
.suggestions{
    font-size: 14px;
    color: #999;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}
.hr-line{
    border-top: 1px dashed #e7eaec;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 10px 0px 10px;
}
.bt-orange{
    border-top: 2px solid #ff7700;
    border-radius: 4px;
}

/*-------- checkout page ---------------*/

.checkout-header{
    margin-top: 6rem;
    padding: 50px 15px;   
}
.stepwizard-step p {
    margin-top: 10px;
    color: #989898;
    font-size: 12px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    left: 176px;
    width: 68%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.warning{
    color: #ff7801;
}
.order-for{
    margin-bottom: 0;
    color: #929292;
    font-size: 13px;
}
.bl-orange{
    border-left: 3px solid #fc8b77;
}
.spl-offer span {
    background: #f70;
    color: #fff;
    padding: 3px 10px;
    font-size: 10px;
    border-radius: 3px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: -1px;
}
.notify{
    padding: 15px 5px;
    background: #fff9e5;
}
.notify-div{
    padding: 10px;
    color: #8a6d3b;
    background-color: #fffcea;
    border: 1px solid #f1eddb;
    text-align: justify;
}
.gray-text{
    color: #989898;
    font-size: 12px;
}
.register-container{
    -webkit-box-shadow: 0 0 1px 1px rgba(224, 224, 224, 0.2);
    -moz-box-shadow: 0 0 1px 1px rgba(224, 224, 224, 0.2);
    box-shadow: 0 0 1px 1px rgba(224, 224, 224, 0.2);
    background: #f7f7f7;
    margin-top: 35px;
}
.register-left{
    padding-top: 165px;
    padding-bottom: 165px;
}
.auto{
    position: relative;
    margin: auto;
}
.register-right{
    padding: 35px 40px;
    background: #fff;
    min-height: 504px;
}
#login-form{
    padding-top: 25px;
}
.pay-methods{
    background-color: #f9f9f9;
    padding: 20px;
}
.pay-type{
    padding: 9px 20px;
}
.pay-title{
    padding: 15px 10px;
    border: 1px solid #f1f1f1;
}
.pay-title>h3{
    margin: 0px;
    font-size: 18px;
    text-transform: uppercase;
    color: #888888;
}
.radio-label{
    font-family: 'Righteous', cursive;
    font-size: 16px;
}
.billing-container{
    margin-top: 35px;
}
.billing-details{
    padding: 25px 30px 45px;
    -webkit-box-shadow: 0 0 1px 1px rgba(224, 224, 224, 0.2);
    -moz-box-shadow: 0 0 1px 1px rgba(224, 224, 224, 0.2);
    box-shadow: 0 0 1px 1px rgba(224, 224, 224, 0.2);
}
.billing-title>h3{
    margin: 0;
    font-family: 'Righteous', cursive;
    padding: 8px 0px 8px;
    display: inline-block;
    border: 1px dashed;
    margin-bottom: 25px;
    font-size: 16px;
    padding: 10px;
    background: #fc8b77;
    color: #fff;
}
.payment-title>h3{
    margin: 0;
    font-size: 18px;
    color: #4eaf52;
    padding: 0px 15px 15px;
}
.back-white{
    background: #fff;
    padding: 20px 15px 35px;
    border: 1px solid #f5f4f4;
}

/*----------- user dashboard ---------------------*/
.dashboard-header{
    margin-top: 135px;
    padding-bottom: 25px;
}
.renewals{
    padding: 25px 15px;
}
.renewal-label{
    border: 1px solid #f1f1f1;
    padding: 10px 10px 10px 25px;
}
.rewal-products{
    padding: 10px 10px 10px 25px;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}
.orange-btn{
    background: transparent;
    color: #ef7307;
    border: 1px solid #ef7307;
    -moz-transition: background .4s,color .4s,font-size 50ms,width .4s,border .4s;
    -o-transition: background .4s,color .4s,font-size 50ms,width .4s,border .4s;
    -webkit-transition: background .4s,color .4s,font-size 50ms,width .4s,border .4s;
    transition: background .4s,color .4s,font-size 50ms,width .4s,border .4s;
}
.orange-btn:hover{
    background: #ef7307;
    color: #ffffff;
    border: 1px solid #ef7307;
}
.green-btn{
    background: transparent;
    color: #4caf50;
    border: 1px solid #4caf50;
}
.green-btn:hover{
    background: #4caf50;
    color: #ffffff;
    border: 1px solid #4caf50;
}
.red-btn{
    background: transparent;
    color: #c9302c;
    border: 1px solid #c9302c;
}
.red-btn:hover{
    background: #c9302c;
    color: #ffffff;
    border: 1px solid #c9302c;
}
.teal-btn{
    color: #03619c;
    border: 1px solid #0b6196;
    background: transparent;
}
.teal-btn:hover{
    background: #03619c;
    color: #ffffff;
    border: 1px solid #03619c;
}
.title{
    color: #ffffff;
    background: #7992a1;
    padding: 11px 10px;
    font-size: 20px;
}
.title>h3{
    margin: 0;
    font-size: 20px;
}
.search-title>h3{
    margin: 0;
    display: inline-block;
    font-size: 20px;
}
.sm-font{
    color: #9a9797;
    font-size: 12px;
}
.grey{
    background: #fcfcfc;
    border: 1px solid #f1f1f1;
    padding: 15px;
}
.records{
    padding: 10px;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}
#ns-custum{
    background: #fcfcfc;
    padding: 15px 15px 32px;
    border: 1px solid #f1f1f1;
}
/*------ user profile -------------*/

.user-profile {
    background: url(../img/background/user-back.jpg) bottom;
    background-size: cover;
    margin-top: 95px;
    background-position: top;
}
.user-profile-inner {
    padding-top: 150px;
    padding-bottom: 30px;
}
.uprofile-img> img {
    max-height: 200px;
    max-width: 200px;
    border: 7px solid #FFFFFF;
    margin: auto;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: -78px;
    box-shadow: 0px 0px 30px 5px rgba(158,158,158,0.1);
}
.inner-uprofile {
    padding-top: 80px;
}
.uprofile-detail {
    background: #FFFFFF;
    border: 1px solid #edeff2;
    box-shadow: 0px 0px 30px 5px rgba(158,158,158,0.1);
    margin-bottom: 40px;
    padding: 20px 10px 0px 10px;
}
.uprofile-detail> img {
    max-height: 200px;
    max-width: 200px;
    border-radius: 50%;
    margin: auto;
    display: block;
}
.uprofile-detail> h1 {
    font-size: 21px;
    text-align: center;
    margin-top: 18px;
    font-family: 'Righteous', cursive;
}
.uprofile-detail> p {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 0px;
    color: #a1a5b1;
}
.uprofile-d-dark {
    background: #222835;
    position: relative;
    color: #FFFFFF;
    padding-left: 18px;
    padding-right: 18px;
    margin-top: 40px;
    margin-left: -10px;
    margin-right: -10px;
}
.uprofile-d-dark:before {
    content: '';
    display: block;
    position: absolute;
    top: -11px;
    left: 50%;
    margin-left: -11px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11.5px 11px 11.5px;
    border-color: transparent transparent #222835 transparent;
}
.uprofile-d-dark> p {
    padding-top: 11px;
    padding-bottom: 11px;
    border-bottom: 1px solid #2e3542;
    margin: 0px;
}
.uprofile-d-dark> p> span {
    float: right;.uprofile-detail> p
}
.uprofile-d {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 5px rgba(158,158,158,0.1);
    padding: 21px 21px;
}
.uprofile-d> h1 {
    font-size: 21px;
    font-family: 'Righteous', cursive;
}
.uprofile-d> p {
    text-align: justify;
    font-size: 15px;
}
.up-title {
    font-size: 29px;
    font-family: 'Righteous', cursive;
    margin-top: 28px;
}
.up-pro {
    margin-bottom: 20px;
    background: #ffffff;
    box-shadow: 0px 0px 30px 5px rgba(158,158,158,0.1);
}
.inner-uprofile {
    padding-top: 80px;
}
.uprofile-detail {
    background: #FFFFFF;
    border: 1px solid #edeff2;
    box-shadow: 0px 0px 30px 5px rgba(158,158,158,0.1);
    margin-bottom: 40px;
    padding: 20px 10px 0px 10px;
}
.uprofile-detail> img {
    max-height: 200px;
    max-width: 200px;
    border-radius: 50%;
    margin: auto;
    display: block;
}
.uprofile-detail> h1 {
    font-size: 21px;
    text-align: center;
    margin-top: 18px;
    font-family: 'Righteous', cursive;
}
.uprofile-detail> p {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 0px;
    color: #a1a5b1;
}
.uprofile-d-dark {
    background: #222835;
    position: relative;
    color: #FFFFFF;
    padding-left: 18px;
    padding-right: 18px;
    margin-top: 40px;
    margin-left: -10px;
    margin-right: -10px;
}
.uprofile-d-dark:before {
    content: '';
    display: block;
    position: absolute;
    top: -11px;
    left: 50%;
    margin-left: -11px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11.5px 11px 11.5px;
    border-color: transparent transparent #222835 transparent;
}
.uprofile-d-dark> p {
    padding-top: 11px;
    padding-bottom: 11px;
    border-bottom: 1px solid #2e3542;
    margin: 0px;
}
.uprofile-d-dark> p> span {
    float: right;.uprofile-detail> p
}
.uprofile-d {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 5px rgba(158,158,158,0.1);
    padding: 21px 21px;
}
.uprofile-d> h1 {
    font-size: 21px;
    font-family: 'Righteous', cursive;
}
.uprofile-d> p {
    text-align: justify;
    font-size: 15px;
}
.up-title {
    font-size: 29px;
    font-family: 'Righteous', cursive;
    margin-top: 28px;
}
.up-pro {
    margin-bottom: 20px;
    background: #ffffff;
    box-shadow: 0px 0px 30px 5px rgba(158,158,158,0.1);
}
.up-status {
    color: #FFFFFF;
    padding: 5px 15px;
}
.up-status-1 {
    background: #016f01;
}
.up-status-2 {
    background: #007bff;
}
.up-status-3 {
    background: #e61d30;
}
.up-status-4 {
    background: #ffc001;
}
.up-status> p {
    font-size: 14px;
    margin: 0px;
}
.up-status-detail {
    padding: 11px;
}
.up-status-detail> h3 {
    font-size: 15px;
    font-weight: bold;
}
.up-status-detail> h4 {
    font-size: 13px;
    color: #777777;
}
.up-status-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.up-status-list> li {
    margin-bottom: 0px;
}
.up-status-list> li> p {
    font-size: 12px;
    color: #777777;
    margin-bottom: 0px;
}
.up-status-list> li> p> span {
    font-weight: bold;
}

.deshbord-box {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 5px rgba(158,158,158,0.1);
    margin-bottom: 18px;
}
.pd-21 {
    padding: 21px;
}
.pro-p-list {
    padding: 0px 21px 21px 21px;
    list-style: none;
}
.pro-p-list> li> p {
    font-size: 14px;
}
.pro-p-list> li> p> span {
    font-weight: bold;
}
.profile-title {
    border-bottom: 1px solid #000;
    border-bottom: 1px solid #e6ecf5;
    margin-bottom: 18px;
}
.profile-title> p {
    padding-top: 11px;
    padding-bottom: 11px;
    font-family: 'Righteous', cursive;
    padding-left: 21px;
    padding-right: 21px;
    margin: 0px;
    font-size: 18px;
}
.profile-title> p> img {
    height: 45px;
    padding-right: 5px;
    width: auto;
}
.profile-about {
    padding: 0px 21px 21px 21px;
}
.profile-about> p {
    text-align: justify;
    font-size: 14px;
}
.editb {
    background: #007bff;
    color: #ffffff !important;
    padding: 10px 40px;
    margin-bottom: 20px;
    display: inline-block;
    float: right;
    margin-top: -30px;
}
.editb:hover, .editb:focus {
    text-decoration: none;
}
.up-status-link {
    display: inline-block;
    margin-right: 18px;
    padding: 3px 10px;
    background: #000000;
    color: #FFFFFF;
    font-size: 14px;
    margin-bottom: 7px;
    margin-top: 7px;
}

/*-------- auth page ------------*/
.auth_area{
    margin-top: 10em;
    padding-bottom: 50px;
}
.auth_container{
    background: #fcfcfc;
    min-height: 400px;
    padding: 0px;
    box-sizing: border-box;
    border-radius: 2px;
    -webkit-box-shadow: 1px 0 2px 1px rgba(187, 187, 187, 0.2);
    -moz-box-shadow: 1px 0 2px 1px rgba(187, 187, 187, 0.2);
    box-shadow: 1px 0 2px 1px rgba(187, 187, 187, 0.2);
}
.slide-container{
    margin-top: 55px;
}
.slide-item{
    min-height: 235px;
    margin-top: 30px;
}
.slide-item>img{
    position: relative;
    margin: auto;
}
.auth-form{
    display: inline-block;
    padding: 30px 15px;
    background: #fff;
    box-sizing: border-box;
    min-height: 550px;
}
.at1{
    color: #be40f1;
    font-size: 23px;
    font-family: 'Righteous', cursive;
    text-shadow: 0 1px 1px rgba(199, 199, 199, 0.6);
}
.sat1{
    color: #56a9f3;
    font-size: 18px;
    font-family: 'Righteous', cursive;
    text-shadow: 0 1px 1px rgba(199, 199, 199, 0.6);   
}
.c1{
    color: #21e1af;
}
.c2{
    color: #03a4f6;
}
.f-control{
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    background-color: #F3F2EE;
    border: 1px solid #e8e7e3;
    border-radius: 4px;
    color: #66615b;
    font-size: 14px;
    padding: 7px 18px;
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.back-fff{
    background: #ffffff;
}
.btn-primary-outline{
    width: 100%;
    padding: 12px 75px;
    background: transparent;
    color: #337ab7;
    moz-transition: background .4s,color .4s,font-size 50ms,width .4s,border .4s;
    -o-transition: background .4s,color .4s,font-size 50ms,width .4s,border .4s;
    -webkit-transition: background .4s,color .4s,font-size 50ms,width .4s,border .4s;
    transition: background .4s,color .4s,font-size 50ms,width .4s,border .4s;
}
.connect-btn{
    width: 100%;
    padding: 12px 75px;
    border: 1px solid #05add4;
    background-color: transparent;
    color: #05add4;
    font-family: 'Righteous', cursive;
}
.connect-btn:hover{
    color: #fff;
    background-color: #0db8df;
    border-color: #05add4;
}
.car-indi > li {
    border: 1px solid #e485fc;
}
.carousel-indicators.car-indi > li.active {
    background: #e485fc;
}
table.web-builder thead tr th:first-child{
    width: 25%;
    border: none;
    border-bottom: transparent !important;
    border-top: transparent !important;
    color: black;
}
table.web-builder thead tr th{
    border-top: 1px solid #f1f1f1 !important;
    border-right: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
}
table.web-builder thead tr th div.plan-header{
    padding: 15px 0px;
    text-align: center;
    background: #efefef;
    color: #7992a1;
    font-size: 16px;
    text-transform: uppercase;
}
.first-title{
    display: block;
    font-size: 20px;
    padding: 10px 0px;
    color: #3ac14e;
    font-family: 'Righteous', cursive;
    font-weight: normal;
}
.c3{
    color: #2385e8;
}
table.web-builder thead tr th{
    text-align: center;
}
table.web-builder thead tr td{
    text-align: center;
}
.plan-price{
    display: inline-block;
    padding: 5px 0px;
    background: #4689f2;
    color: #fff;
    border-radius: 50px;
    width: 80px;
    margin-top: 11px;
}
.hosting{
    background: #f7f7f7;
}
.bold{
    font-weight: bold;
}
.text-blue{
    color: #575ca6;
}
.divider{
    display: block;
    padding: 30px;
}


/*-------- wizard -------------*/
.bs-wizard {margin-top: 40px;}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/

/*------- outline buttons --------*/
.btn{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: background .4s,color .4s,font-size 50ms,width .4s,border .4s;
    -o-transition: background .4s,color .4s,font-size 50ms,width .4s,border .4s;
    -webkit-transition: background .4s,color .4s,font-size 50ms,width .4s,border .4s;
    transition: background .4s,color .4s,font-size 50ms,width .4s,border .4s;   
}
.btn-w-outline{
    border: 1px solid #f70;
    font-size: 14px;
    text-align: center;
    color: #f70;
    text-transform: uppercase;
    border-radius: 4px;
    cursor: pointer;
    background: transparent;
}
.btn-w-outline:hover{
    border: 1px solid #f70;
    background: #f70;
    color: #fff;
}
.btn-p-outline{
    border: 1px solid #413fc3;
    color: #413fc3;
    text-transform: uppercase;
    border-radius: 4px;
    cursor: pointer;
    background: transparent;
}
.btn-p-outline:hover{
    border: 1px solid #413fc3;
    background: #413fc3;
    color: #fff;
}

.cap1{
    position: relative;
    top: 90px;
    left: -110px;
}
.cap2{
    position: relative;
    left: -125px;
}
.caption>h2.subcap1{
    font-size: 28px;
    margin-top: 50px;
}
.caption>h2.subcap2{
    position: relative;
    left: -47px;
    font-size: 28px;
    margin: 0px;
}
.caption>p.subcap3{
    font-size: 32px;
    font-family: 'Righteous', cursive;
    color: #FFEB3B;
    padding-left: 12px;
    margin-top: 10px;
}
.sitebuilder-header{
    background: url('../img/background/web_build.jpg');
    margin-top: 11rem;
    padding: 20px;
    background-size: cover;
    background-position: right;
}
.web-plan{
    padding: 50px 0px;
}
.backf7{
    background: #f7f7f7;
}

.refresh{
    font-weight: bold;
    font-size: 26px;
    left: 10px;
    display: inline-block;
    position: relative;
    top: 8px;
    cursor: pointer;
    color: #0eca56;
}
.refreshing {-webkit-animation: rotation 1s infinite linear;}
@-webkit-keyframes rotation {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(359deg);}
}
.has-error input {
    background: #ffdbdb;
    border: 1px solid #f1a3a3;
}
.error{
    font-size: 11px;
    color: #d41f1f;
    display: block;
}
.margin-auto{
    margin: auto;
}
#snackbar {
    visibility: hidden;
    min-width: 250px;
    background-color: #03a9f4;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 4;
    right: 10px;
    font-size: 17px;
    top: 49px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
.sb-button{
    position: relative;
    bottom: 14px;
    left: 10px;
}
@-webkit-keyframes fadein {
    from {top: 0; opacity: 0;} 
    to {top: 49px; opacity: 1;}
}

@keyframes fadein {
    from {top: 0; opacity: 0;}
    to {top: 49px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {top: 49px; opacity: 1;} 
    to {top: 0; opacity: 0;}
}

@keyframes fadeout {
    from {top: 49px; opacity: 1;}
    to {top: 0; opacity: 0;}
}

/*------- overlay --------------*/
div.span{
    position: relative;
    top: 0%;
}
.square{
    width: 20px;
    height: 20px;
    border:1px  rgba(255,255,255,1) solid;
    margin: 36px auto;
    position: relative;
    -webkit-animation: fill_color 5s linear infinite;
    -moz-animation: fill_color 5s linear infinite;
    animation: fill_color 5s linear infinite;
}
.square:after{
    width: 4px;
    height: 4px;
    position: absolute;
    content: "";
    background-color: rgba(255,255,255,1);
    top: -8px;
    left: 0px;
    -webkit-animation: square_check 1s ease-in-out infinite;
    -moz-animation: square_check 1s ease-in-out infinite;
    animation: square_check 1s ease-in-out infinite;
}

@-webkit-keyframes square_check{
    25%{ left: 22px; top: -8px;}
    50%{ left: 22px; top: 22px;}
    75%{ left: -9px; top: 22px;}
    100%{ left: -9px; top: -7px;}
}
@-moz-keyframes square_check{
    25%{ left: 22px; top: -8px;}
    50%{ left: 22px; top: 22px;}
    75%{ left: -9px; top: 22px;}
    100%{ left: -9px; top: -7px;}
}
@keyframes square_check{
    25%{ left: 22px; top: -8px;}
    50%{ left: 22px; top: 22px;}
    75%{ left: -9px; top: 22px;}
    100%{ left: -9px; top: -7px;}
}
@-webkit-keyframes fill_color{
    0%{ box-shadow: inset 0px 0px 0px 0px rgba(255,255,255,0.1);}
    100%{ box-shadow: inset 0px -20px 0px 0px rgba(255,255,255,1);}
}
@-moz-keyframes fill_color{
    0%{ box-shadow: inset 0px 0px 0px 0px rgba(255,255,255,0.1);}
    100%{ box-shadow: inset 0px -20px 0px 0px rgba(255,255,255,1);}
}
@keyframes fill_color{
    0%{ box-shadow: inset 0px 0px 0px 0px rgba(255,255,255,0.1);}
    100%{ box-shadow: inset 0px -20px 0px 0px rgba(255,255,255,1);}
}
div.load{
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.my_overlay{
    position:fixed!important;
    width:100%!important;
    height:100%!important;
    top:0!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    background-color:#47474859!important;
    z-index:4!important;
}
.my_overlay_err{
    position:fixed!important;
    width:100%!important;
    height:100%!important;
    top:0!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    background-color:#52525266!important;
    z-index:4!important;
}
.my_overlay_err.show div.load{
    position: relative;
    top: 90px;
    height: 330px;
}
.err_img>img{
    display: block;
    position: relative;
    margin: auto;
}
.msg1{
    padding-top: 22px;
    font-size: 20px;
    text-transform: uppercase;
    color: #8e0606;
}
.msg2{
    font-size: 16px;
    text-transform: uppercase;
    color: #8e0606;
}
.cross{
    float: right;
    position: relative;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    background: #5d5c5c;
}
/*---------------- about us ---------------*/
.about-home {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 110px;
}
.about-home> div {
    padding-top: 40px;
}
.widget-title {
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    line-height: 18px;
    padding-bottom: 15px;
    margin-bottom: 0 !important;
    display: table;
    width: 100%;
    height: 100%;
}
.ish-text {
    padding-left: 20px;
    font-size: 21px;
    font-family: 'Righteous', cursive;
}
.ish-text-2 {
    padding-left: 20px;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Righteous', cursive;
}
.ish-left {
    padding-right: 0px;
    width: 20px;
    display: table-cell;
    height: 100%;
    overflow: hidden;
    vertical-align: middle;
    padding: 0;
    opacity: 0.3;
}
.ish-left:before {
    min-width: 20px;
    background-color: #aeaeae;
    content: "";
    height: 3px;
    display: block;
    width: 100%;
    margin: 1px 0 0 0;
}
.ish-right {
    padding-left: 20px;
    display: table-cell;
    width: 100%;
    height: 100%;
    overflow: hidden;
    vertical-align: middle;
    padding-left: 20px;
    opacity: 0.3;
}
.ish-right:before {
    background-color: #aeaeae;
    content: "";
    height: 3px;
    display: block;
    width: 100%;
    margin: 1px 0 0 0;
}

.boxlatter {
    padding: 9px 12px !important;
    float: left;
    font-size: 21px;
    border: 3px solid;
    margin: 6px 18px 10px 0 !important;
    font-weight: bold;
}

/*------- domains ----------*/
.common-head {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 110px;
}
h2.page-header {
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Righteous', cursive;
    padding: 0px 0px 18px 0px;
    margin: 0px 0px 3px 0px;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    position: relative;
    border-bottom: 2px solid #313131;
}
h2.page-header:before {
    background-color: #158423;
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    bottom: -7px;
    border-radius: 50%;
    box-sizing: border-box;
}
h2.page-header:after {
    background-color: #158423;
    width: 180px;
    height: 4px;
    content: '';
    position: absolute;
    left: 0px;
    bottom: -3px;
}
.domain-name{
    background: #575ca6;
    color: #fff;
    padding: 17px 10px;
    font-family: 'Righteous', cursive;
}
.domain-name h4{
    font-size: 20px;
}
.domain-list-price{
    background: #2aba9b;
    color: #fff;
    padding: 10px;
    font-family: 'Jua', sans-serif;
}
.domain-list-price h4{
    font-size: 16px;
    letter-spacing: 0.5px;
}
.domain-renewal{
    background: #f9935b;
    color: #fff;
    padding: 10px;
    font-family: 'Jua', sans-serif;
}
.domain-renewal h4{
    font-size: 16px;
    letter-spacing: 0.5px;
}
.year-price{
    border: 1px solid #ffffff;
    padding: 5px 10px;
    margin-top: 7px;
    margin-bottom: 0px;
    cursor: pointer;
}
.year-price:after{
    content: '';
    display: inline-block;
    width: 5px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    position: relative;
    right: -205px;
}
.price-list{
    display: none;
    position: absolute;
    z-index: 2;
    width: calc(100% - 30px);
    background: #f7f7f7;
    padding: 10px 10px 15px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.savings{
    font-family: 'Jua', sans-serif;
    background: #00ce4e;
    color: #fff;
}
.accordion-toggle:hover {
    text-decoration: none;
}
.panel-body{
    color: #888;
}
.panel-title{
    color: #184a91;
    font-family: 'Righteous', cursive;
}
.domain-pricing-list{
    padding-bottom: 30px;
}
/*-------- new changes ---------------*/
.w-auto{
    width: auto;
}
.connect_login{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.connect_login:before{
    content: '';
    position: relative;
    width: 46%;
    background-color: rgba(0,0,0,0.2);
    display: inline-block;
    height: 1px;
    vertical-align: middle;
}
.connect_login:after{
    content: '';
    position: relative;
    width: 47%;
    background-color: rgba(0,0,0,0.2);
    display: inline-block;
    height: 1px;
    vertical-align: middle;
    left: 0.5em;
    margin-right: -50%;
}.hr_label{
    padding-left: 8px;
}
@media(max-width: 767px){
    .xs-plr15{
        padding: 0px 15px;
    }
}
.point{
    cursor: pointer;
}
.order-header{
    margin-top: 105px;
    padding-bottom: 25px;
}
/*----------- admin dashboard ------------------*/
.admin-dash{
    margin-top: 135px;
    padding-top: 40px;
    padding-bottom: 25px;
}
.report-box{
    display: block;
    background-color: #fff;
    padding: 15px 12px;
    box-shadow: 0 2px 6px rgba(230,235,244,.4);
    color: #495057;
    border-radius: 0.35rem;
    font-weight: 400;
    transition: opacity .15s ease-out,box-shadow .15s ease-out,-webkit-transform .15s ease-out;
    transition: transform .15s ease-out,opacity .15s ease-out,box-shadow .15s ease-out;
    transition: transform .15s ease-out,opacity .15s ease-out,box-shadow .15s ease-out,-webkit-transform .15s ease-out;
}
.report-box > img{
    display: inline-block;
    float: right;
}
.rtype{
    padding-left: 5px;
    font-size: 16px;
    text-transform: uppercase;
    color: #00ce4e;
    font-family: 'Righteous', cursive;
}
.report-box h4{
    font-family: 'Jua', cursive;
    padding-left: 5px;
    color: #3bb1fd;
    font-size: 20px;
    margin-bottom: 0;
}
.report-box:hover{
    box-shadow: 0 0.5rem 2rem #d8dfed;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    opacity: 1;
}
.text-info-2{
    color: #3bb1fd;
}
.text-green-2{
    color: #00ce4e !important;
}
.text-red-2{
    color: #fc8b77 !important;
}
.dash-reports{
    padding-bottom: 50px;
    padding-top: 15px;
}
.card{
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    border-radius: 5px;
    padding: 15px 5px;
    transition: .5s;
}
.card-header{
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-title{
    font-family: 'Righteous', cursive;
    font-size: 18px;
    color: #666f73;
    margin-top: 0;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.bg-white{
    background: #ffffff;
}

.custom-search input {
    background: rgba(255, 255, 255, 1) url('../img/background/search.svg') no-repeat scroll right center / 32px 20px;
    float: right;
    cursor: pointer;
    border-radius: 100px;
    padding-right: 20px;
    transition: all 0.5s ease 0s;
    width: 30px;
}

/*  bhoechie tab */
div.bhoechie-tab-container{
    z-index: 1;
    padding: 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border:1px solid #ddd;
    margin-top: 20px;
}
div.bhoechie-tab-menu{
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
    margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
    margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
    color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
    background-color: #5A55A3;
    background-image: #5A55A3;
    color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #5A55A3;
}

div.bhoechie-tab-content{
    background-color: #ffffff;
    /* border: 1px solid #eeeeee; */
    padding-left: 20px;
    padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
    display: none;
}
.domain-badge{
    display: inline-block;
    margin: 0;
    background: #e5e5e5;
    padding: 5px 10px;
    font-size: 12px;
    color: #777;
    margin-top: 15px;
}
/*-------- confirmation page -----------*/
.purchase-success {
    text-align: center;
    font-size: 28px;
    color: #00a73f;
    font-weight: 400;
}
.purchase-subhead{
    display: block;
    text-align: center;
    color: #00c64a;
    font-size: 16px;
    font-weight: 400;
}
.trn-details {
    background: #f6f6f6;
    text-align: left;
    padding: 10px 10px 10px 15px;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
}
.trn{
    color: #03a9f4!important;
    font-size: 15px;
}
@media(max-width: 768px){
    .xs-flow-auto{
        overflow: auto;
    }
}
.txn-col{
    background: #fcfcfc;
    border: 1px solid #f1f1f1;
}


/*-----payment page ---------*/
.pay-section{
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 110px;
    padding-bottom: 50px;
}
.pay-method{
    position: relative;
    top: 4px;
    margin-left: 10px;
    text-transform: uppercase;
    color: #4891ff;
}
.pay-box{
    background: #f9f9f9;
    color: #827979;
    padding: 10px 20px;
    border: 1px solid #e9e9e9;
}
.sub-col{
    width: 4%;
}
.subtract{
    height: 2px;
    width: 25px;
    background: #b1b1b1;
    position: relative;
    top: 42px;
    left: 0px;
    margin-top: 2px;
}
.additional{
    border: 1px solid #00979f;
    background: #29c8d0;
    color: #fff;
}
.pay-btn{
    background: #448cf9;
    border: 1px solid #3a83f3;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    padding: 8px 40px;
}
.cancel-btn{
    background: #f3745d;
    border: 1px solid #ca5c48;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    padding: 8px 40px;
}

/*--------- website builder purchase overlay --------------*/
.load{
    width: 700px;
    height: 300px;
    padding: 25px;
    top: 15%;
    color: #000 !important;
    background: #fff;
    position: relative;
    display: block;
    margin: auto;
    font-family: 'Righteous', cursive;
    -moz-box-shadow: #8a8a8a8c 1px 0 6px 1px;
    -ms-box-shadow: #8a8a8a8c 1px 0 6px 1px;
    -webkit-box-shadow: #8a8a8a8c 1px 0 10px 1px;
    box-shadow: #8a8a8a8c 1px 0 10px 1px;
}
.warn{
    text-align: center;
    font-size: 22px;
    color: #d21313;
    font-family: 'Righteous', cursive;
}
.warn span.lnr{
    font-weight: 700;
}
.load ul{
    margin-top: 35px;
    padding-left: 35px;
}
.load ul li{
    text-decoration: line-through;
    color: #7c7c7c;
    list-style: none;
    font-size: 15px;
}
.load ul li.done{
    text-decoration: none;
    color: #00c400;
}
.redirect_text{
    text-align: center;
    margin-top: 18px;
    font-size: 16px;
    color: #6d6d6d;
}
@media(max-width: 767px){
    .load{
        width: auto;
        height: auto;
        margin: 15px;
    }
}
.my_overlay.show{
    display: block !important;
}
/*---- domain transfer ------*/
.online-transfer-icon {
    background: url('../img/background/transfer.png') no-repeat;
    height: 51px;
    margin: 0 auto 15px auto;
    width: 81px;
    display: block;
}
.text-7a{
    color: #7a7a7a;
}
.dtrans{
    text-align: center;
    color: #fff;
    font-size: 25px;
    margin-bottom: 0;
}
.transfer-header{
    background: url('../img/background/domain_transfer.jpg');
    background-position: center;
    background-size: cover;
}
.dt_text{
    font-size: 16px;
    color: #7e7e7e;
}
.steps{
    background: #6747c7;
    display: inline-block;
    margin-right: 10px;
    height: 40px;
    width: 40px;
    text-align: center;
    color: #fff;
    font-family: 'Jua', sans-serif;
    border-radius: 50px;
}
.step-count{
    display: inline-block;
    position: relative;
    margin-top: 11px;
}
.auth-code{
    margin-top: 20px;
    height: 40px;
    border-radius: 4px;
}
/*------ new css --------------*/
.pill{
    display: inline;
    padding: .4em .8em;
    font-size: 75%;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 1.25em;
    -moz-transition: background .4s,color .4s,font-size 50ms,width .4s,border .4s;
    -o-transition: background .4s,color .4s,font-size 50ms,width .4s,border .4s;
    -webkit-transition: background .4s,color .4s,font-size 50ms,width .4s,border .4s;
    transition: background .4s,color .4s,font-size 50ms,width .4s,border .4s;
}
.pill-default{
    background: transparent;
    color: #7a92a1;
    border: 1px solid #7a92a1;
}
.pill-default:hover{
    background: #7a92a1;
    color: #ffffff;
}
.pill-gray{
    background: #808080;
    color: #fff;
}
.pill-gray:hover{
    color: #fff;
    background: #808080;
}
.pill-primary{
    background: #337ab7;
    color: #fff;
}
.pill-primary:hover{
    color: #fff;
    background: #808080;
}
.pill-danger{
    
    background: #d62000;
    color: #fff;
}
.pill-danger:hover{
    color: #fff;
    background: #b91c00;
}
.pill-warning{
    
    background: #ebad01;
    color: #fff;
}
.pill-warning:hover{
    color: #fff;
    background: #d29a00;
}
.pill-success{
    
    background: #67c600;
    color: #fff;
}
.pill-success:hover{
    color: #fff;
    background: #63b708;
}
.pill-info{
    background: #00cac0;
    color: #fff;
}
.pill-info:hover{
    color: #fff;
    background: #05afa7;
}
.ticket-details{
    margin-top: 115px;
}

.dropbtn {
    color: #ffffff;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 12px;
    border: none;
    cursor: pointer;
    background: #01714a;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #3e8e41;
}
.myInput {
    border-box: box-sizing;
    background-image: url('../img/background/searchicon.png');
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
    border-bottom: 1px solid #ddd;
}

.myInput:focus {outline: 3px solid #ddd;}

.dropdown2 {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 230px;
    overflow: auto;
    border: 1px solid #ddd;
    z-index: 1;
}

.dropdown-content a {
    color: grey;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #e4e4e4;
}

.dropdown2 a:hover {background-color: #ddd}

.show {display:block;}
.text-8e{
    color: #8e8e8e;
}
.seprator{
    display: block;
    margin: auto;
    padding: 30px 15px;
}
.tkt-subject{
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tkt-sub-col{
    border-top: 1px solid #f1f1f1;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
}
.ib{
    display: inline-block;
}
.lb{
    color: #ffffff;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 12px;
    border: none;
    cursor: pointer;
}
.lb-primary{
    background-color: #337ab7;
}
.lb-info{
    background-color: #17a9d4;
}
.lb-warning{
    background-color: #ed9d2d;
}
.lb-danger{
    background-color: #d61a14;
}
.lb-default{
    background-color: #969696;
}
.lb-success{
    background-color: #4caf50;
}
.media-setting{
  margin:0px;
  padding: 20px 15px;
  border-bottom: 1px solid #e3e8eb;
}
.media-heading{
  font-weight: normal;
  font-size: 12px;
  font-family: inherit;
  text-transform: capitalize;
}
.media-heading>span{
    color: #8f9092;
    font-weight: normal;
    font-size: 10px;
    font-family: inherit;
}
.date-time{
  padding-right: 10px; 
  font-size: 10px;
}
.radius-0{
  border-radius: 0px !important;
}
.chat-label-1{
  background: #f5f9f9;
}
.chat-label-2{
  background: #fffdf1;
}
.chat-box-area{
  height: 500px;
  overflow: auto;
}
#content-area{
  margin-bottom:30px;
  padding-bottom: 10px;
}
/*.chat-container{
    max-height: 500px;
    overflow-y: auto;
}*/
.chat-head{
  border-bottom: 1px solid #e3e8eb;
}
.media-body>p{
  color: #8a8a8a;
  font-family: inherit;
  font-size: 12px;
  line-height: 20px;
}
.media-body>p{
  padding-top: 15px;
}
.common-border{
  border-bottom: 1px solid #e3e8eb;
  border-left: 1px solid #e3e8eb;
  border-right: 1px solid #e3e8eb;
}
.con-start{
    margin-bottom: 0;
    color: #878787;
    font-size: 10px;
}
.ticket-details-column{
    padding-bottom: 40px;
    border-right: 1px solid #f1f1f1;
}
.txt-r{
    color: #d9534f;
}
.txt-b{
    color: #337ab7;
}
.f10{
    font-size: 10px;
}
.scr-shot>img{
    max-height: 200px;
    margin-bottom: 10px;
    overflow: hidden;
}
.user-panel{
    border-bottom: 1px solid #f1f1f1;
    padding: 4px 15px;
}
.bbf1{
    border-bottom: 1px solid #f1f1f1;
}
.list-back{
    background: #fcfcfc;
}
.recent-list > li{
    border-bottom: 1px solid #f1f1f1;
    padding: 5px 0px;
    list-style: none;
}
.nav-tabs.recent-tabs>li.active>a{
    border-radius: 0;
    background: #fcfcfc;
}
.plan-desc-radio > div.row > p{
    margin-bottom: 0px;
}
.sel-ext{
    height: 51px;
    border: transparent;
}
.dropdown2 {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 230px;
    overflow: auto;
    border: 1px solid #ddd;
    z-index: 1;
}
.dropdown-content a {
    color: grey;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #e4e4e4;
}

.dropdown2 a:hover {background-color: #ddd}

.show {display:block;}
.text-8e{
    color: #8e8e8e;
}
.dropbtn {
    color: #ffffff;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 12px;
    border: none;
    cursor: pointer;
    background: #01714a;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #3e8e41;
}
.seprator{
    display: block;
    margin: auto;
    padding: 30px 15px;
}
.tkt-subject{
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tkt-sub-col{
    border-top: 1px solid #f1f1f1;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
}
.ib{
    display: inline-block;
}
.lb{
    color: #ffffff;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 12px;
    border: none;
    cursor: pointer;
}
.lb-primary{
    background-color: #337ab7;
}
.lb-info{
    background-color: #17a9d4;
}
.lb-warning{
    background-color: #ed9d2d;
}
.lb-danger{
    background-color: #d61a14;
}
.lb-default{
    background-color: #969696;
}
.lb-success{
    background-color: #4caf50;
}


.media-setting{
  margin:0px;
  padding: 20px 15px;
  border-bottom: 1px solid #e3e8eb;
}
.media-heading{
  font-weight: 700;
  font-size: 12px;
  font-family: inherit;
  text-transform: capitalize;
}
.media-heading>span{
    color: #8f9092;
    font-weight: normal;
    font-size: 10px;
}
.date-time{
  padding-right: 10px; 
}
.radius-0{
  border-radius: 0px !important;
}
.chat-label-1{
  background: #f5f9f9;
}
.chat-label-2{
  background: #fffdf1;
}
.chat-box-area{
  height: 500px;
  overflow: auto;
}
#content-area{
  margin-bottom:30px;
  padding-bottom: 10px;
}
.chat-head{
  border-bottom: 1px solid #e3e8eb;
}
.media-body>p{
  color: #8a8a8a;
  font-family: inherit;
  font-size: 12px;
  line-height: 20px;
}
.media-body>p{
  padding-top: 15px;
}
.common-border{
  border-bottom: 1px solid #e3e8eb;
  border-left: 1px solid #e3e8eb;
  border-right: 1px solid #e3e8eb;
}
.con-start{
    margin-bottom: 0;
    color: #878787;
    font-size: 10px;
}
.ticket-details-column{
    padding-bottom: 40px;
    border-right: 1px solid #f1f1f1;
}
.txt-r{
    color: #d9534f;
}
.txt-b{
    color: #337ab7;
}
.f10{
    font-size: 10px;
}
.scr-shot>img{
    max-height: 200px;
    margin-bottom: 10px;
    overflow: hidden;
}
.user-panel{
    border-bottom: 1px solid #f1f1f1;
    padding: 4px 15px;
}
.bbf1{
    border-bottom: 1px solid #f1f1f1;
}
.list-back{
    background: #fcfcfc;
}
.recent-list > li{
    border-bottom: 1px solid #f1f1f1;
    padding: 5px 0px;
    list-style: none;
}
.nav-tabs.recent-tabs>li.active>a{
    border-radius: 0;
    background: #fcfcfc;
}
.plan-desc-radio > div.row > p{
    margin-bottom: 0px;
}
.wallet-pin{
    width: 165px;
    height: 45px;
}
.top2{
    position: relative;
    top: 2px;
}
.domain-select{
    display: inline-block;
    max-width: 250px;
    margin-left: 20px;
}
.txtEditor{
    border-right: 0px transparent;
    border-left: 0px transparent;
    box-shadow: none;
}
.radius0{
    border-radius: 0px; 
}
.ins-data>ol>li{
    margin-bottom: 10px;
}
@media(max-width: 767px){
    .xs-left{
        text-align: left !important;
    }
}
@media(max-width: 767px){
    .domain{
        font-size: 16px;
    }
    .discounted-price{
        font-size: 16px;
    }
    .book-btn{
        padding: 5px 16px 5px;
    }
    .xs-mt10{
        margin-top: 10px;
    }
    .xs-mt20{
        margin-top: 20px;
    }
    .avail-quote{
        margin-top: 16px;
    }
    .checkout-wizard.checkout-header > .container{
        padding: 0px;
    }
    .bs-wizard > .bs-wizard-step .bs-wizard-stepnum{
        font-size: 12px;
    }
    .bs-wizard > .bs-wizard-step > .bs-wizard-dot{
        top: 42px;
    }
    .pay-section{
        margin-top: 0px;
        padding-top: 90px;
    }
    .pay-btn{
        padding: 8px 20px;
    }
    .cancel-btn{
        padding: 8px 30px;
    }
    .common-head{
        margin-top: 0px;
    }
    .purchase-success{
        font-size: 22px;
    }
    .purchase-subhead{
        font-size: 14px;
    }
    .checkout-header{
        margin-top: 1rem;
    }
    .checkout-btn{
        padding: 7px 30px;
        font-size: 13px;
    }
    .nxt-btn{
        padding: 7px 30px;
        font-size: 13px;   
    }
    .notify-div{
        font-size: 12px;
    }
    .support-ins > h4{
        font-size: 15px;
    }
    .ins-data > ol{
        padding-left: 20px;
    }
    .dashboard-header{
        margin-top: 65px;
    }
    .search-result{
        padding: 35px 10px;
        margin: 5px auto;
    }
    .auth_area{
        margin-top: 3em; 
        padding-bottom: 0px;
        padding-top: 30px;
    }
    .auth-form{
        display: block;
    }
    .connect-btn{
        padding: 7px 30px;
    }
}
.slimScrollBar{
    z-index: 1 !important;
}

/*------- 404----------*/
.circles:after {
  content:'';
  display:inline-block;
  width:100%;
  height:100px;
  background:#fff;
  position:absolute;
  top:-50px;
  left:0;
  transform:skewY(-4deg);
  -webkit-transform:skewY(-4deg);
}
.circles { 
    background:#86c6ee;
    text-align: center;
    position: relative;
}
.circles > p {
    font-size: 45px;
    color: #fff;
    padding: 260px 20px 150px;
    position: relative;
    z-index: 2;
    margin-bottom: 0px;
}
.circles > p > small { 
  font-size: 30px;
}
.circles > p > a{
    font-size: 24px;
}
.circles .circle.small {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #48A9E6;
    position: absolute;
    z-index: 1;
    top: 80px;
    left: 50%;
    animation: 7s smallmove infinite cubic-bezier(1,.22,.71,.98);   
    -webkit-animation: 7s smallmove infinite cubic-bezier(1,.22,.71,.98);
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}
.circles .circle.med {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #48A9E6;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 10%;
    animation: 7s medmove infinite cubic-bezier(.32,.04,.15,.75);   
    -webkit-animation: 7s medmove infinite cubic-bezier(.32,.04,.15,.75);
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
}
.circles .circle.big {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: #48A9E6;
    position: absolute;
    z-index: 1;
    top: 200px;
    right: 0;
    animation: 8s bigmove infinite; 
    -webkit-animation: 8s bigmove infinite;
    animation-delay: 3s;
    -webkit-animation-delay: 1s;
}
@-webkit-keyframes smallmove {
    0% { top: 10px; left: 45%; opacity: 1; }
    25% { top: 300px; left: 40%; opacity:0.7; }
    50% { top: 240px; left: 55%; opacity:0.4; }
    75% { top: 100px; left: 40%;  opacity:0.6; }
    100% { top: 10px; left: 45%; opacity: 1; }
}
@keyframes smallmove {
    0% { top: 10px; left: 45%; opacity: 1; }
    25% { top: 300px; left: 40%; opacity:0.7; }
    50% { top: 240px; left: 55%; opacity:0.4; }
    75% { top: 100px; left: 40%;  opacity:0.6; }
    100% { top: 10px; left: 45%; opacity: 1; }
}
@-webkit-keyframes medmove {
    0% { top: 0px; left: 20%; opacity: 1; }
    25% { top: 300px; left: 80%; opacity:0.7; }
    50% { top: 240px; left: 55%; opacity:0.4; }
    75% { top: 100px; left: 40%;  opacity:0.6; }
    100% { top: 0px; left: 20%; opacity: 1; }
}
@keyframes medmove {
    0% { top: 0px; left: 20%; opacity: 1; }
    25% { top: 300px; left: 80%; opacity:0.7; }
    50% { top: 240px; left: 55%; opacity:0.4; }
    75% { top: 100px; left: 40%;  opacity:0.6; }
    100% { top: 0px; left: 20%; opacity: 1; }
}
@-webkit-keyframes bigmove {
    0% { top: 0px; right: 4%; opacity: 0.5; }
    25% { top: 100px; right: 40%; opacity:0.4; }
    50% { top: 240px; right: 45%; opacity:0.8; }
    75% { top: 100px; right: 35%;  opacity:0.6; }
    100% { top: 0px; right: 4%; opacity: 0.5; }
}
@keyframes bigmove {
    0% { top: 0px; right: 4%; opacity: 0.5; }
    25% { top: 100px; right: 40%; opacity:0.4; }
    50% { top: 240px; right: 45%; opacity:0.8; }
    75% { top: 100px; right: 35%;  opacity:0.6; }
    100% { top: 0px; right: 4%; opacity: 0.5; }
}
/*-------- promotional banners -------------*/
.promocap > .circle-inner{
    position: absolute;
    z-index: 2;
    left: 97%;
    top: 35px;
    font-size: 38px;
    color: #00a63f;
    font-family: 'Righteous', cursive;
    letter-spacing: 5px;
    text-align: center;
}
.promocap > h2{
    padding-left: 0;
    position: relative;
    left: -151px;
}
.offer-time{
    position: relative;
    left: -150px;
    text-align: center;
}
.offer-zone{
    min-height: 100px;
    background: #0384ec;
}
.offer-text > h4{
    font-size: 20px;
    color: #fff;
    margin-top: 15px;
}
.off-condition{
    color: #fff;
    letter-spacing: 0.5px;
}
@media(max-width: 767px){
    .offer-text > h4{
        font-size: 14px;
    }
    .off-condition{
        font-size: 10px;
    }
}
@media(min-width: 767px){
    .moveable{
        animation: moveable 8s infinite;
        animation-timing-function: linear;
    }
}
.star-mark{
    color: #ffd200;
}
@-webkit-keyframes moveable {
    0% {margin-left: 0px;}
    50% {margin-left: 280px;}
    100% {margin-left: 0px;}
}

@keyframes moveable {
    0% {margin-left: 0px;}
    50% {margin-left: 280px;}
    100% {margin-left: 0px;}
}
.inline-block{
    display: inline-block !important;
}
.autosuggest{
    position: absolute;
    z-index: 30;
    top: 120px;
    left: 15;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 16px 24px 2px rgba(0,0,0,.14), 0 6px 30px 5px rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
    display: none;
}
.autosuggest.active{
    display: block;
}
.suggest-container{
    padding: 15px 10px;
    color: #000;
}
.suggest-container:after{
    border-bottom: 13px solid #fff;
}
.autosuggest:after{
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    content: " ";
    position: absolute;
    top: -26px;
    margin: 0 auto;
    left: 3%;
    border-right: 13px solid transparent;
    border-top: 13px solid transparent;
}
.top-city-icon{
    color: #4a4a4a;
    text-align: right;
}
.d-list div.slim ul{
    padding: 10px;
}
.d-list div.slim ul li{
    margin-bottom: 5px;
    padding-bottom: 10px;
    cursor: pointer;
    border-bottom: 1px dashed;
    border-color: #d2d2d2;
    list-style: none;
}
.d-list div.slim ul li:hover{
    color: #ff8500;
}
@media(max-width: 767px){
    .about_us>h2{
        font-size: 24px;
    }
    .subhead{
        margin-top: 20px;
    }
    .headline>h3{
        font-size: 18px;
    }
    .autosuggest{
        width: 185%;
    }
    .cart-amount{
        display: block;
        float: none;
    }
    .cart-amount>i{
        float: right;
    }
}
.total-col{
    background: #7992a1;
    padding: 10px;
    color: #ffffff;
    font-weight: 500;
}
.offer-btn{
    border-radius: 70px;
    background: #ffd136;
    border-color: #f3dc8e;
    text-transform: uppercase;
    color: #585858;
}
.info-box{
    padding: 25px;
    color: #856404;
    background-color: #fff3cd;
    border: 10px solid #fff;
    margin: auto;
    -moz-box-shadow: #8a8a8a8c 1px 0 6px 1px;
    -ms-box-shadow: #8a8a8a8c 1px 0 6px 1px;
    -webkit-box-shadow: #8a8a8a8c 1px 0 10px 1px;
    box-shadow: #8a8a8a8c 1px 0 10px 1px;   
}
.info-box > img{
    display: block;
    margin: auto;
}
.info-content{
    text-align: center;
}
.card-head{
    padding: 15px 10px;
    background: #5a55a3;
    color: #fff;
    margin-bottom: 15px;
}
.card-body{
    padding: 20px;
}
.promo-banner{
    color: #ffffff;
    letter-spacing: 0.5px;
    opacity: 0.9;
}
.promo-price{
    font-size: 24px;
    font-weight: normal;
}
.promo-price >span{
    font-size: 15px;
}
.auto-marg{
    margin: auto;
}
.well.adv-fil-col{
    min-height: none;
    padding: 0px;
    margin-top: 15px;
    border-radius: 0px;
    padding: 12px 0px;
}
#loader > div.span{
    top: 25%;
}
#loader > div.span > .square{
    margin: 15px auto;
}
.text-white{
    color: #fff;
}