﻿.BackgroundColorBlueGray {
    background-color: #27314f !important;
}

.PaddingTop5Percent {
    padding-top: 5% !important;
}

.PointerCursor {
    cursor: pointer !important;
}

.width100Percent {
    width: 100% !important;
}

.width120height120 {
    width: 120px !important;
    height: 120px !important;
}

.height410 {
    height: 410px !important;
}

.height250 {
    height: 250px !important;
}
.height380 {
    height: 380px !important;
}.maxHeight100 {
    max-height: 100px !important;
}

.textAlightCenter {
    text-align: center !important;
}

.ObjectFitCover {
    object-fit: cover !important;
}

.TextJustify {
    text-align: justify!important;
    text-justify: inter-word!important;
}

.buttonDivGetConsulting {
    position: absolute !important;
    top: 330px !important;
    width: 100% !important;
    padding-left: 40px !important;
}

.buttonDivLegalQA {
    position: absolute !important;
    top: 170px !important;
    width: 100% !important;
    padding-left: 40px !important;
}

.buttonDivReadMore {
    position: absolute !important;
    bottom: 10px !important;
    left: 10px !important;
}

.OverFlowYScroll {
    overflow-y: scroll !important;
}

.MapStyle {
    height: 250px!important;
    border-radius: 5px!important;
}

.titles {
   color:black!important;
}

.positionAbsoluteFor7Sin {
    position: absolute;
    top: 2px;
    left: 0px;
    height: 32px;
}

.positionRelative {
    position: relative;
}