main{}

/*domain search with background image*/
.ws_srch_dmn{
    background: url('../images/re_bg.jpg') no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}

.header-table{
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index:21;
}

.header-table__middle{
    display: table-cell;
    width: 100%;
    z-index: 2;
    position: relative;
    padding-top:130px;
}

.header-table__middle .full-header__heading{
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
}

.header-table__middle .full-header__sub {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    font-weight: 200;
    margin: 0 0 15px;
}

.header-search
{
    max-width:750px;
    margin:0px auto;
}

.header-search .headerFormContent{
    background-color:rgba(255,255,255,.22);
    padding:8px;
    border-radius:5px;
}

.header-search form
{
    border-radius:2px;
    background-color:#fff;
    position:relative
}
.header-search .header-search__input
{
    width: 16%;
    min-width: 100px;
    height: 60px;
    float: left;
    position: relative;
    overflow:hidden;
    color: #6a6d6f;
    font-size: 20px;
    cursor: pointer;
}

.header-search .header-search__input .tlds {
    position: absolute;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    top: 16px;
    left: 30px;
}


.header-search .header-search__select input.working
{
    background: #fff url("https://lallabi.com/assets/images/index-search-loader.gif") no-repeat right center;
    background-position: 98% 14px;
}

.header-search input:focus
{
    outline:0!important;
    text-decoration:none!important;
    box-shadow:none!important
}
.header-search .header-search__select
{
    width: 70%;
    min-width:200px;
    height: 60px;
    position:relative;
    border-right:1px solid #e6e6e6;
    float:left;
}
.header-search .category-dropdown
{
    width:100%;
    height: 100%;
    padding: 0 10px 0px 40px;
    margin:0;
    border:none;
    font-size: 18px;
    color: #333;
    box-shadow:none;
    -webkit-box-shadow:none;
}
.header-search .header-search__select>.fa-globe
{
    color: #999;
    position:absolute;
    left: 13px;
    top: 36%;
    font-size: 18px;
}
.header-search .header-search__btn
{
    position: absolute;
    right: 3px;
    bottom: 3px;
    font-size: 16px;
    max-width: 98px;
    background: #8a40a6;
    background: -webkit-linear-gradient(to bottom, #8a40a6, #6441A5);
    background: linear-gradient(to bottom, #8a40a6, #6441A5);
    border-radius: 0 2px 2px 0;
    color: #fff;
    text-transform: uppercase;
    border:0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    height: 90%;
    padding: 10px 20px;
    outline: 0!important;
    zoom: 1;
}

.domain-tld-dropdown {
    width: 350px;
    height: 290px;
    padding: 15px 20px;
    position: absolute;
    right: 100px;
    top: 100%;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    z-index: 10;
    text-align: left;
    display: none;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.domain-tld-dropdown.active {
    display:block;
}

.domain-tld-dropdown label {
    vertical-align: top;
    padding: 0;
    font: bold 12px arial;
    line-height: 19px;
    margin-left: 2px;
}

.domain-tld-dropdown input{
    margin: 0;
    padding: 0;
}

.domain-tld-dropdown .section-title {
    margin:10px 0;
    color: #FF5722;
    font: bold 12px arial;
}

.domain-tld-dropdown .section-title a{
    padding-left: 15px;
}

/*domain price slider*/
.ws_dmn_price{
    min-height: 100px;
    background-color: rgba(255, 255, 255, 0.39);
    bottom: 0px;
    position: absolute;
    width: 100%;
    padding: 15px 0px;
    z-index: 20;
}

.slideItem{
    width: 100%;
    text-align: center;
    background: #fff;
}
.tlds-img-thumb {
    background: url(../images/domainNames.png) 0 0 no-repeat #fff;
    display: inline-block;
    border: 10px solid #fff;
    width: 133px;
    height: 70px;
}
.dmn-prz{
    display: block;
    background-color: #fff;
    margin-top: -10px;
    text-align: center;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}
.de-thumb {background-position: -642px 0px;}
.eu-thumb {background-position: -741px 0px;}
.nl-thumb {background-position: -833px 0px;}
.ru-thumb {background-position: -910px 0px;}
.es-thumb {background-position: -993px 0px;}
.com-thumb {background-position: -0px 0px;}
.net-thumb {background-position: -120px 0px;}
.org-thumb {background-position: -234px 5px;}
.biz-thumb {background-position: -330px 0px;}
.info-thumb {background-position: -437px 5px;}

.owl-next,
.owl-prev{
    position: absolute;
    font-size: 45px;
    top: 8px;
}
.owl-prev{left: -34px;}
.owl-next{right: -34px;}
.overlayImage{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.30);
    z-index: 10;
        
}



/*Offers*/

.ws_offers{
       min-height: 250px;
    padding: 50px 0px;
}
.ws_offers .ws_ofr_wrp{}
.ws_offers .ws_ofr_wrp img{ margin: 0 auto;}


/*Advantages*/

.ws_advantages{
        min-height: 300px;
    background-color: #f6f6f6;
    padding: 50px 0px;
}

.ws_fu_text{
    position: relative;
    margin-bottom: 50px;
}
.ws_fu_text .title{
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 53px;
    margin: 0px;
}
.ws_fu_text .subtitle{
    font-size: 21px;
    font-weight: 500;
    color: #999;
    line-height: 30px;
}

.ws_reg{
    position: absolute;
    top: 20px;
    right: 0;
}
.ws_reg a{text-transform: uppercase;font-size: 18px;}

.ws_feture_detail{    margin-bottom: 15px;min-height: 100px;}
.ws_feture_icon{
        width: 75px;
    float: left;
    margin-right: 15px;
}
.ws_feture_icon img{}
.ws_feture_text{
    float: left;
    width: 260px;
}
.ws_feture_text .title{
     font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    color: #222;
}
.ws_feture_text .details{
        font-size: 13px;
    color: #686666;    line-height: 22px;
}
.ws_feture_text .details a{
        font-size: 15px;
    color: #a235cb;
}


/*Customer Speak*/

.ws_cust_speak{
    background: url('../images/offer/Customer Spaak.jpg') no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    padding: 80px 0px; 
}
.ws_cust_speak_title{
        position: relative;
    z-index: 20;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 500;
    margin: 0px 0px 40px;
    text-shadow: 2px -2px 3px #000000;
}
.ws_cust_speak_slider{
     position: relative;
    z-index: 20 !important;
}
blockquote{
    color: #fff;
    text-align: center;
    border: none;
        background-color: rgba(45, 46, 48, 0.13);
}
blockquote p:after,
blockquote p:before {
    font-family: Fontawesome;
    margin-right: 10px;
    font-size: 24px;
    color: #ddf62a;
    display: inline-block;
}

blockquote p:before {
    content: "\f10d";
    margin-top: -11px;
     float: left;
}
blockquote p:after {
    content: "\f10e";
     float: right;
}
blockquote .auth{
        text-align: center;
    font-size: 10px;
    display: inline-block;
    float: right;
    color: #e2fb25;
    font-weight: 500;
}



@media (max-width:992px){
    .ws_feture_text {
        width: 250px;
    }
}

@media (max-width:767px){
    .ws_offers .ws_ofr_wrp {
        margin-bottom: 15px;
    }
    .ws_offers .ws_ofr_wrp img{ width: 100%;}
    .ws_reg {
        position: relative;
        text-align: center;
        margin-bottom: 25px;
    }
    .ws_srch_statement h1 {
        display: none;
    }
    .ws_srch_bx {
        top: 30%;
        width: 100%;
        left: 0px;
    }
    .owl-next {
        right: 3px;
    }
    .owl-prev {
        left: 3px;
    }
}

@media (max-width:640px){
    
    
    .ws_srch_bx {
        background: none;
    }
    .ws_srch_bx .input-group {
        width: 100%;
    }
    .ws_srch_bx .input-group input + span {
        display: inline-block;
        width: 100%;
        background-color: rgba(255, 255, 255, 0);
        margin-top: 7px;
    }
    .ws_srch_bx .input-group input + span button {
        padding: 15px 25px;
        margin: 0 auto;
    }
    
    .ws_fu_text .title {
        font-size: 28px;
    }
    .ws_fu_text .subtitle {
        font-size: 18px;
    }
    
    .ws_advantages .col-xs-6{
        width: 100%;
    }
    .ws_feture_icon {
        float: none;
        margin: 0 auto;
    }
    .ws_feture_text {
        width: 100%;
        float: none;
        text-align: center;
    }
    
}
