.bg-color1{background-color: #ef8a13}
.overview-images{   
    padding: 7px 0px 9px 18px;
    border-left: solid 26px #0d1d33;
    border-bottom: solid #0d1d33 26px;}

.price-rate{background-color: #fba124;
            padding: 23px;
            box-shadow: 0px 4px 8px 0px #fba1249e;
            border-radius: 4px;}
.price-rate h3{font-size: 25px;
               text-align: center;
               color: #0079c3;
               font-weight: 700;}
/*.dropdown-menu{height: auto;
               max-height: 140px!important;
               width: 100%;
               overflow-x: hidden;}*/

.price-rate .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 0px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.news {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    height: 50px;
    background: #000000e3;
    padding: 10px;
}
.news a{color: #fd7501}