.box-img{
    background-color: #eeeeee;
    height: 250px;
    width: auto;
}
#lr-section{
    background-color: #f8f9f9;
    padding: 80px 0;
}
.box-head h2{
    color: black;
    /*font-family: "Land Rover", Helvetica, Arial, "Microsoft JhengHei", sans-serif;*/
    /*font-family: "Land Rover";*/
    font-size: 30px;
    margin-bottom: 40px;
    /*font-weight: 500;*/
    font-weight: 700;
}
.lr-details h3{
    color: black;
    /*font-family: "Land Rover", Helvetica, Arial, "Microsoft JhengHei", sans-serif;*/
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 700;
    letter-spacing: 1.2px;
    margin-top: 20px;
}   
.table-deatils table{
    width: 100%;
}
.table-deatils table tbody{
    font-family: "Frutiger LT Arabic", sans-serif;
}
.table-deatils table th{
    font-size: 13px
}
.table-deatils table td{
    font-size: 13px
}
.lr-detail h3{
    /*color: black;*/
    /*font-family: "Land Rover", Helvetica, Arial, "Microsoft JhengHei", sans-serif;*/
    /*font-size: 14px;*/
    margin-bottom: 5px;
    /*font-weight: 600;*/
    /*letter-spacing: 1.2px;*/
    margin-top: 20px;
    font-size: 1rem;
    letter-spacing: .05rem;
    line-height: 1rem;
    color: #0c121c;
    font-weight: 700;
}  
.lr-detail p{
    color: black;
    /*font-family: "Land Rover", Helvetica, Arial, "Microsoft JhengHei", sans-serif;*/
    /*font-size: 12px;*/
    /*line-height: 1.5;*/
    /*letter-spacing: 1px;*/
    font-size: .875rem; 
    font-weight: 400;
    letter-spacing: .0125rem;
    line-height: 1.1875rem;
}  
.view-deatils{
    /*color: black;*/
    /*font-family: "Land Rover", Helvetica, Arial, "Microsoft JhengHei", sans-serif;*/
    text-decoration: none;
    font-size: 15px !important;
    color: #0c121c;
    align-items: center;
    cursor: pointer;
    display: flex;
    /*font-family: "Avenir Next", Arial, Helvetica, "Microsoft JhengHei", sans-serif;*/
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .125rem;
    line-height: 1rem;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .4s, background-color .4s, box-shadow .4s;
    width: -moz-fit-content;
    width: fit-content;
}
.view-deatils img{
    height: 11px;
    margin-left: 5px;
}
.view-deatils img:hover{
    /*transform: rotate(90deg);*/
    transition: ease 0.5s;
}

.view-deatils:hover{
    color: #005a2b;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.loadmore-btn{
    height: 45px !important;
    align-items: center;
    background: #0c121c !important;
    color: #fff !important;
    cursor: pointer !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    /* letter-spacing: 2.00px !important; */
    font-size: 1.125rem !important;
    padding: 7px 20px 12px 20px !important;
    border: none !important;
    border-radius: 0 !important;
    text-decoration: none;
    text-transform: uppercase;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.loadmore-btn:hover,.loadmore-btn:active{
    background: #f8f9f9 !important;
    box-shadow: inset 0 0 0 1px #000 !important;
    color: #000 !important;
}

@media (max-width: 768px){
    .view-deatils{
        margin-bottom: 20px;
    }
}

html::-webkit-scrollbar {
          width: 5px;
}
html::-webkit-scrollbar-thumb {
  background: #f8f9f9;
}
html::-webkit-scrollbar-track {
  background: #f8f9f9;
}
html::-webkit-scrollbar {
  display: block;
}
html::-moz-scrollbar {
  display: none !important;
}

/*@media only screen */
/*  and (min-device-width: 768px) */
/*  and (max-device-width: 1024px) */
/*  and (-webkit-min-device-pixel-ratio: 1) {*/
/*    .box-img{*/
/*        height: 150px !important;*/
/*    }*/
/*}*/