@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700);@media (min-width:34em){.container{max-width:48rem;}
}
@media (min-width:48em){.container{max-width:60rem;}
}
@media (min-width:75em){.container{max-width:72.25rem;}
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline;font-weight:400;outline:0;}
body{min-height:200px;text-rendering:optimizeLegibility!important;-webkit-font-smoothing:antialiased!important;background:#fff;color:#000;font-family: 'Ubuntu', sans-serif;}
body{

    font-family:'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    background:#f7f7f7;
    color: #333;
    -webkit-font-kerning: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: visible !important;
    position: relative;
    overflow-x: hidden;
}
.hide{display: none !important;}
.show{display: block !important;}
.spacer5{height: 5px;}
.spacer10{height: 10px;}
.spacer15{height: 15px;}
.spacer20{height: 20px;}
.spacer25{height: 25px;}
.spacer30{height: 30px;}
.spacer40{height: 40px;}
.spacer50{height: 50px;}
.spacer75{height: 75px;}
.spacer100{height: 100px;}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-text-fill-color: #666 !important;
}


.main-div{
    font-family: 'Roboto', sans-serif;
    min-height: 200px;
    background-color: #f7f7f7;
}

.adsDiv{}
.adsDiv .inner-lf-lv1{ margin-bottom: 15px;}

.adsDiv .inner-lf-lv1 .adImg200{height: 200px;}
.adsDiv .inner-lf-lv1 .adImg250{height: 250px;}
.adsDiv .inner-lf-lv1 .adImg270{height: 270px;}
.adsDiv .inner-lf-lv1 .adImg280{height: 280px;}
.adsDiv .inner-lf-lv1 .adImg290{height: 290px;}
.adsDiv .inner-lf-lv1 .adImg300{height: 300px;}
.adsDiv .inner-lf-lv1 .adImg310{height: 310px;}

.adsDiv .inner-lf-lv1 .adImg200 img,
.adsDiv .inner-lf-lv1 .adImg250 img,
.adsDiv .inner-lf-lv1 .adImg270 img,
.adsDiv .inner-lf-lv1 .adImg280 img,
.adsDiv .inner-lf-lv1 .adImg290 img,
.adsDiv .inner-lf-lv1 .adImg300 img,
.adsDiv .inner-lf-lv1 .adImg310 img{width: 100%; height: 100%;}
@media screen and (max-width: 992px){
    .adsDiv{display: none;}
}


/*overlay*/
#white_overlay,
#refine_overlay,
#popup_overlay {
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0);
    z-index: -1;
}
#white_overlay.active,
#refine_overlay.active,
#popup_overlay.active {
    z-index: 990;
    background-color: rgba(255, 255, 255, 0.6);
    visibility: visible;
}

.btn:focus,
.btn.focus,
.btn.active.focus {
    outline: none;
}
a:focus,a.focus{outline: none;}
/* modal flip vertical */
/*.modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.modal.fade .modal-dialog {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-70deg);
    -moz-transform: rotateY(-70deg);
    -ms-transform: rotateY(-70deg);
    transform: rotateY(-70deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

.modal.in .modal-dialog {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
}*/


/*custom css for checkbox and radio button*/

.checkbox-custom, .radio-custom { opacity: 0; position: absolute;}
.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    cursor: pointer;
}

.checkbox-custom-label, .radio-custom-label { position: relative;}

.checkbox-custom + .checkbox-custom-label:before,
.radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 17px;
    padding: 0px;
    margin-right:8px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f00c" !important;
    font-family: 'FontAwesome';
    background: #2FC18B !important;
    color: #fff !important;
    font-size: 10px;
}

.radio-custom + .radio-custom-label:before {
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    content: "";
    font-family: 'FontAwesome';
    color: #484141;
    background-color: #2FC18B;
    border: 1px solid #35C28E;
    box-shadow: inset 0px 0px 0px 2px #FFFFFF;
}

.radio-custom + .radio-custom-label:before {
    content: '';
    background: transparent;
    border: 1px solid #2FC18B;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    padding: 0px;
    margin-right: 8px;
    text-align: center;
}


.radio-custom + .radio-custom-label span {
    width: 94%;
    display: inline-block;
    vertical-align: top;
    text-align: justify;
}





/*on image slider*/
.CustSlider{position: relative;}
.CustSlider #owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}
.CustSlider figure {
    position: relative;
}

.CustSlider .owl-theme .owl-controls {
    margin-top: 0px !important;
    text-align: center;
    position: absolute;
    top: 42%;
    width: 100%;
}
.CustSlider .owl-theme .owl-controls .owl-prev {
    float: left;
    margin-left: 14px;
}
.CustSlider .owl-theme .owl-controls .owl-next {
    float: right;
    margin-right: 14px;
}
.CustSlider .Pger{
    position: absolute;
    width: 100%;
    bottom: 35px;
    font-size: 15px;
    background-color: rgba(0, 0, 0, 0.34);
    font-weight: bold;
    text-align: center;
    color: #fff;

}
.CustSlider .owl-theme .owl-controls .owl-buttons div {
    color: rgba(2, 2, 2, 0.81) !important;
    background: none !important;
    font-size: 21px !important;
    margin: 0px !important;
    padding: 0px 15px !important;
}

.CustSlider .img-thumbnail{
    padding: 0px;
}



#LoaderReg{
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../images/fb_loader.gif")no-repeat top 50% center;
    background-color: rgba(0, 0, 0, 0.29);
    background-size: 6%;
    top: 0px;
    left: 0px;
    z-index: 10;
    display: none;
}




/*floating field css*/

.form-group-field{
    /*styles for the form-group-field-field itself*/
    position: relative;
    width: 100%;
    margin-bottom: 25px;
}
.form-group-field input[type='text'],
.form-group-field input[type='number'],
.form-group-field input[type='password'],
.form-group-field input[type='file'],
.form-group-field select,
.form-group-field textarea,
.form-group-field input[type='email'] {
    /*Default styles for field*/
    position: relative;
    width: 100%;
    background: 0 0;
    padding: 17px 0 2px;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-width: 0 0 1px;
    box-shadow: none;
    z-index: 1;

}

input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px white inset !important; /* Change the color to your own background color */
    -webkit-text-fill-color: #333;
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px white inset;
    -webkit-text-fill-color: #333;
}
.form-group-field input[type='text']:focus,
.form-group-field input[type='number']:focus,
.form-group-field input[type='password']:focus,
.form-group-field input[type='file']:focus,
.form-group-field textarea:focus,
.form-group-field select:focus,
.form-group-field input[type='email']:focus {  outline: 0;  }
.form-group-field label {
    /*Default styles for label*/
    display: inline-block;
    position: absolute;
    margin-bottom: 6px;
    top: 0;
    font-size: 12px;
    font-weight: 300;
    color: rgb(139, 141, 138);
    padding: 0;
    transition: all .3s ease;
    z-index: 1;
}
.form-group-field.has-focus label,
.form-group-field.has-success label, {z-index: 111;}
.form-group-field::after {
    /*Default styles for 'after' pseudo selector for form-group-field*/
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 50%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.08);
    transition: all .3s ease;
}

.form-group-field .error-block {
    /*Default Styles for Help-block*/
    position: absolute;
    font-weight: 300;
    font-size: 12px;
    color: red;
    line-height: 24px;
    transition: all 0.5s ease;
    margin: 0;
}
.form-group-field .error-block.ng-hide {  display: block !important;  visibility: hidden;  opacity: 0;  }
.form-group-field.has-focus {/*When field has focus*/ }
.form-group-field.has-focus label {  color: #37BF8D; }
.form-group-field.has-focus::after {  left: 0;  background: #37BF8D;  width: 100%;
    /*We are changing the width of the pseudo element from 0 to 100%. As there is already transition added to it, the change in width will
    'animate'. As we have strategically positioned this pseudo element just below the input with a 2px height, it will 'appear'
    as bottom-border for the input (which it is actually not)*/
}

.form-group-field.has-error {/*When field has error*/ }
.form-group-field.has-error label {  color: red; }
.form-group-field.has-error::after {  left: 0;  background: red;  width: 100%; }
.form-group-field.has-error .help-block:not(.ng-hide) {
    position: absolute;
    color: red;
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.form-group-field.has-success-email{/*When field has success*/ }
.form-group-field.has-success-email label {  color: forestgreen; }
.form-group-field.has-success-email::after {  left: 0;  background: forestgreen;  width: 100%; }

.form-group-field.has-success.has-focus {/*When field has success*/ }
.form-group-field.has-success.has-focus label {  color: forestgreen; }
.form-group-field.has-success.has-focus.has-focus::after {  left: 0;  background: forestgreen;  width: 100%; }
.form-group-field.is-empty:not(.has-focus) label {  font-weight: 400;  font-size: 14px;  top: 15px; }

/*# sourceMappingURL=styles.css.map */


.checkbox-custom, .radio-custom { opacity: 0; position: absolute;}
.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    cursor: pointer;
}

.checkbox-custom-label, .radio-custom-label { position: relative;}

.checkbox-custom + .checkbox-custom-label:before,
.radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 17px;
    padding: 0px;
    margin-right:5px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f00c" !important;
    font-family: 'FontAwesome';
    background: #2FC18B !important;
    color: #fff !important;
    font-size: 12px;
    padding-top: 1px;

}

.radio-custom + .radio-custom-label:before {
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    content: "";
    font-family: 'FontAwesome';
    color: #484141;
    background-color:  #fd9c3e;
    border: 1px solid  #fd9c3e;
    box-shadow: inset 0px 0px 0px 2px #FFFFFF;
}

.radio-custom + .radio-custom-label:before {
    content: '';
    background: transparent;
    border: 1px solid  #fd9c3e;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    padding: 0px;
    margin-right: 8px;
    text-align: center;
}


.radio-custom + .radio-custom-label span {
    width: 94%;
    display: inline-block;
    vertical-align: top;
    text-align: justify;
}
