.sarrafiye>tbody>tr {
    height: 60px;
    text-align: center;
}

.sarrafiye>thead>tr {
    text-align: center;
}

.head-icon {
    color: #ffc451;
}

.prices>tbody>tr {
    height: 60px;
    text-align: center;
}

.prices>tbody>tr>td {
    /*padding-top: 14px;*/
}

.prices>thead>tr {
    text-align: center;
}

.prices-header {
    height: 70px;
    background-color: #fff;
    font-size: x-large;
    padding: 15px;
}

.text-left {
    text-align: left !important;
    padding-top: 7px !important;
}

hr {
    color: #c59026;
}

#hero-carousel {
    width: 100%;
    height: 60vh;
    position: relative;
}

.carousel-caption {
    bottom: 12.25rem !important;
    text-shadow: 2px 2px 5px #000;

}

.carousel-image-div {
    width: 100%;
    height: 60vh;
    box-shadow: inset 0px 50px 100px 0px #000;
    background-size: cover;
}

@media (max-width: 500px) {
    .get-started-btn {
        display: none !important;
    }

    table {
        font-size: small;
        
    }
}
@media (max-width: 400px) {
    td{
        padding: 0 !important;
    }
}



.info-message{
    border-radius:7px;
    background-color: #dab87b;
    font-size: large;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 6px;
}
.info-message>div{
    border-radius: 7px;
    border:2px dashed #fff;
    padding: 8px;
}

#information{
    padding: 30px;
    margin-bottom: -54px;
}



#main {
    margin-top:70px !important;
}

.pt20{
    padding-top: 19px !important;
}

.app-text{
    font-weight: 400;
    font-size: large;
    margin-top: 15px;
}
.app-link-container{
    width: 200px !important;
    height: 200px !important;
    margin: 0 auto;
    padding: 36px;
    
}
.app-link{
    transition: 0.5s all;
    color: #fff;
}
.app-link:hover{
    font-weight: 700;
    color: #FFF;
}
.app-link-container>.icon>img{
    transition: 0.5s all;
    transform: scale(1);
}
.app-link-container>.icon>img:hover{
    transform: scale(1.2);
}
.mobileApps{
    padding-bottom: 0px;
}



.valueChangedDown{
    color: rgb(249 32 32) !important;
}

.valueChangedUp{
    color:rgb(0, 204, 92) !important;
}
.priceChangeCaret{
    margin-left:-10px;
    margin-top:5px;
    position:absolute;
}
