﻿
       
.notification
{
    background-color:#12517a;
    /*min-height:60px;*/
    width:300px;
    /*margin:0 auto;*/
    text-align:center;
    /*line-height:50px;*/
    color:#fff;
    font-size:15px;
    box-shadow: 10px 10px 5px #888888;
    position:fixed;
    z-index:60000;
    top:50px;
    /*margin-left:30%;
    margin-right:30%;*/
    border-radius:5px;
    right:30px;
    padding:20px 20px 20px 20px
   
}



.myBtn {
    background-color:transparent;
    border:1px solid #000000;
    color:#000000;
    border-radius:3px;
    text-align:center;
    cursor:pointer;
    text-wrap:normal;
    
}


.myBtnTr {
    background-color:transparent;    
    border-radius:3px;
    text-align:center;
    cursor:pointer;
    text-wrap:normal;
    padding:10px;
    
}


.borderBlack {
    border:1px solid #000000;
    color:black;
}



.borderWhite {
    border:1px solid white;
    color:white;
}




.myBtnBlack {
    background-color:transparent;
    border:1px solid #000000;
    color:#000000;
    border-radius:3px;
    text-align:center;
    cursor:pointer;
    text-wrap:normal;
    
}


.myBtn-lg {
    padding:10px;
}

    .myBtn:hover {
        border:1px solid white;
    color:white;
    }




.hoverBlue:hover {
    color:white;
    background-color:#12517a;
    border:1px solid white;
}


.hoverWarning:hover {
    color:white;
    background-color:#ff6a00;
    border:1px solid white;
}


.hoverGreen:hover {
    color:white;
    background-color:#3e8638;
    border:1px solid white;
}



.fullWidth {
    width:100%!important;
}


input[type=text] {
    color:#ebe8e8;
}



.modal-dialog {
    top:50px!important
}



.btnWhite {
    border:1px solid #f1e9e9;
    padding:10px;
    font-size:15px;
    color:white;
}

    .btnWhite:hover {
        background-color:#ff6a00;
    }








    .service-bottom-box1 {
    padding: 20px;
    position: relative;
    z-index: 1;
    border: 1px solid #FFB505;
    border-radius: 10px 10px 10px 10px;
    background-color: #FFB505;
    /*margin-top: 30px;*/
    transition: all 0.4s;
}



.cons_name {
    font-size:17px;
    margin-bottom:5px;
    color:#12517a;
    font-weight:bold;
    text-align:center;
    width:100%;
}