@charset "utf-8";
/* CSS Document */

/******************************/
/*******common css*************/


/******* fonts *********/
@import url('/proxy/https/account.mobitel.lk/fonts/stylesheet_fonts.css');
/******* fonts *********/

html, body {
    height:100%;
}

body{
    font-family: 'Roboto Condensed' !important;
    background-color: white;
    /*background-image: url('/proxy/https/account.mobitel.lk/images/bg.jpg');*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: fixed;
}


.margin_auto{
    margin-right: auto;
    margin-left: auto;
}

.no_padding{
    padding-right: 0px;
    padding-left: 0px;
}

.no_padd_left{
    padding-left: 0px;
}

a{
    color: #000000;
    text-decoration: none !important;
}

a:hover{
    text-decoration: underline !important;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

/*******common css*************/
/******************************/



/*****************************/
/*********body**************/

.dark_box_home{
    margin-top: 50%;
}

.dark_box{
    background-color: rgba(255,255,255, 0.7);
    border-radius: 15px;
    padding: 30px 40px;
    color: #ffffff;
    text-align: center;
    -webkit-box-shadow: 0px 0px 32px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 32px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 32px -3px rgba(0,0,0,0.75);
}

.dark_box h2{
    color: #37f713;
    font-weight: 900;
    font-size: 40px;
    background: url(/proxy/https/account.mobitel.lk/images/btn_bg.jpg) no-repeat;
    background-position: center center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dark_box h3{
    color: #ffffff;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #ffffff;
    background-color: #023a58;
    background-image: none;
    border: 1px solid #023a58;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control::-webkit-input-placeholder { color: white; }  /* WebKit, Blink, Edge */
.form-control:-moz-placeholder { color: white; }  /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder { color: white; }  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { color: white; }  /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder { color: white; }  /* Microsoft Edge */

.btn-default{
    background-image: url('/proxy/https/account.mobitel.lk/images/btn_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 30px;
    background-color: #55b948;
    color: #ffffff;
    text-transform: uppercase;
    border-color: transparent;
    padding: 12px 15px;
    width: 100%;
    font-weight: 900;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.btn-default:hover{
    background-color: #062240;
    border: 1px solid #37f713;
    color: #ffffff;
    font-weight: 900;
}

.btn-default.focus, .btn-default:focus {
    background-color: #062240;
    border: 1px solid #37f713;
    color: #ffffff;
    font-weight: 900;
}

.terms_ul{
    padding-left: 15px;
}

.terms_ul li{
    text-align: left;
    padding-bottom: 5px;
}

/*loading div*/
.loading_div{
    /*position: absolute;*/
    top: 0;
    /*width: 100%;*/
    /*height: 100%;*/
    background-color: #062240;
    color: #ffffff;
    text-align: center;
}
/*loading div*/

.modal-content {
    padding: 30px 40px;
    position: relative;
    background-color: #062240;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    color: #ffffff;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

button.close {
    -webkit-appearance: none;
    cursor: pointer;
    background: 0 0;
    border: 0;
    background-color: #37f713;
    border-radius: 50px;
    padding: 10px 15px;
    opacity: 1;
}

.modal-header .close {
    margin-top: -65px;
    margin-right: -75px;
}

.phone_number_row{
    color: #ffffff;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff;
}

.reserve_btn{
    padding-left: 40px;
    padding-right: 40px;
}

.reserve_input_row{
    padding-right: 25%;
    padding-left: 25%;
}

.dark_box_reserve{
    margin-top: 11%;
}

.success_text{
    font-weight: 900;
    font-size: 18px !important;
    text-transform: uppercase;
    color: #ffffff !important;
}

.loading_text{
    margin-top: 5%;
}

.dark_box_success{
    margin-top: 30%;
}

/*****************************/
/*********body**************/





/*****************************/
/*********footer**************/


/*****************************/
/*********footer**************/


/*========================================================================*/
/*========================================================================*/
/*=====================Solution by TEKGEEKS (pvt) LTD=====================*/
/*============DESIGN & CSS DEVELOPMENT - DUMIDU WIMALARATHNA===============*/
/*========================================================================*/
/*========================================================================*/