.navbar-toggler {
    background-color: #2A4B65;
}

.btn-primary{
    background-color: #2A4B65;
    border-color:  #2A4B65;
}

.btn-outline-primary{
    border: solid 1px #2A4B65;
    color: #2A4B65;
}

.btn-outline-primary:hover{
    border: solid 1px #2A4B65;
    color: #fff;
    background-color: #2A4B65;
}

.fgp-white{
    color: #fff;
}

.fgp-white:hover{
    color: #575c84;
}

.btn-bdr{
    text-transform: none !important;
    border: solid 2px #575c84;
    border-radius: 10px;
    padding: 10px;
    color: #575c84 !important;
}

.btn-bdr:hover{
    color: #fff !important;
    background-color: #575c84;
    text-decoration: none;
}

.orange-large{
    font-family: "fairwater-script", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 50px;
    color: #eb6951;
   
}

.unity-logo{
    width: 200px;
    height: auto;
}

.divider-large{
    font-size: 50px;
}

.font-f-large{
    font-size: 40px;
}

.bdr-r-white{
    border-right: solid 4px #fff;
}

.border-right{
    border-right: 2px solid #575c84 !important;
}

.primary-color{
    color: #575c84;
}

.text-orange{
    color: #eb6951;
}

.card{
    border: solid 1px #ccc;
    border-radius: 6px;
    box-shadow: 1px 1px 6px #aaa;
}

.grow-c{
    border-radius: 6px;
    background-color: #fcebe8;
    color: #575c84;
    transition: 0.6s;
}

.grow-c h4{
    color: #575c84;
}

.grow-c:hover{
    background-color: #eb6951;
    color:#fff !important;
    transform: scale(1.1);
}

.grow-c:hover h4{
    color: #fff;
}

.grow-c:hover .btn-bdr {
    background-color: #575c84;
    color: #fff !important;
}

.top-bar{
    height: 20px;
    background: linear-gradient(90deg,rgba(87, 92, 132, 1) 0%, rgba(235, 105, 81, 1) 90%, rgba(255, 153, 0, 1) 100%)
}

.detail-bar{
    background-color: #f9f9f9;
}

.grey-bg{
    background-color: #f9f9f9;
}

.frm-btn{
    position: relative;
    top: 30px;
}

.form-control{
    border: solid 2px #eb6951;
    border-radius: 10px;
}

label{
    color: #575c84;
}

ul.timeline > li:before {
    border: 3px solid #eb6951;
}

.input-group-text {
    background-color: #eb6951;
    color: #fff;
    font-weight: 600;   
    border-top-left: 10px;
    border-bottom-left: 10px;
}


.faq-q{
    cursor: pointer;
}

.list-group-item:hover{
    background-color: #fcebe8;
}

.list-group-item:hover .faq-q{
    color: #575c84;
}

.calendar .calendar-header {
    background-color: #eb6951;
}

.calendar table.month th.month-title {
    color: #575c84;
    padding-top: 20px;
}

.main-content h3 {
    letter-spacing: 0px;
    color: #575c84;
}

.view-account .side-bar .side-menu .nav>li.active a {
    background: #f9f9fb;
    border-right: 4px solid #575c84;
}

.view-account .side-bar .side-menu .nav>li.active a {
    color: #575c84;
    border-bottom: 2px solid #575c84;
}

.calendar .calendar-header table th:hover {
    background: #e4391b !important;
}

.drive-list-view a {
    color: #575c84;
}

.drive-list-view a:hover {
    color: #e4391b;
}

.modal-header{
    background-color: #575c84;
}

.notice-box{
    border: solid 1px #ccc;
    border-radius: 10px;
    background-color: #f9f9f9;
    padding: 20px;
    box-shadow: 1px 1px 6px #aaa;
    transition: 0.6s;
}

.notice-box:hover{
    background-color: #ddd;
}

.offer-img{
    background-position:center; 
    background-attachment:scroll; 
    -o-background-size:cover; 
    -moz-background-size:cover; 
    -webkit-background-size:cover; 
    background-size:cover; 
    background-repeat:no-repeat;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    left:15px;
}

.offer-box{
    border: solid 1px #ccc;
    border-radius: 11px;
    background-color: #f9f9f9;
    box-shadow: 1px 1px 6px #aaa;
    transition: 0.6s;
}

.offer-box:hover{
    background-color: #ddd;
}

.modal-content {
    border-radius:11px;
}

.modal-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.faq-down{
    position: relative;
    top:2px;

}