/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28 Mar, 2020, 6:57:02 PM
    Author     : sarika_pc
*/

.ThreeLeft_Cl
{    
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.ThreeContainerBackImg_Cl
{
    background-color: #e9e2f0;
    background-image: url(../Images/Jpg_Images/AboutCourtBackColor.jpg);
    background-position: 0 0;
    background-size: cover;
}

.ThreeHeading_Cl
{
    margin-top: -16px;
    margin-left: -3px;
    line-height: 1.1;
    font-weight: 500;
}
.ThreeSubHeading_Cl
{
    max-width: 95%;
    margin-top: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}
.HighLightStep_Cl {
    margin-top: 20px;
    padding: 32px;
    background-color: rgba(80,57,88,.65);
    color: var(--white);
}
.Feature_Cl
{
    line-height: 1.5;
    -webkit-font-smoothing : antialiased;
}

.Feature_title_Cl {
    display: block;
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.5;
    text-decoration: none;
    color: var(--black);
    font-weight: 500;
}
.Feature_Desc_Cl {
    margin-bottom: 0;
    font-size: 14px;
    
}
.FadeInAnim_Cl
{
    transform:translate3d(0px,0px,0px) scale3d(1,1,1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); 
    transform-style: preserve-3d;
    opacity: 1;
}
@media only screen and (min-width:320px) and (max-width:576px)
{
    
    .MainContainer_Cl
    {
        padding: 0px;
    }
    
    .ThreeContainerBackImg_Cl
    {
        padding: 1rem;
    }
    
}
@media only screen and (min-width:992px)
{
    
    .ThreeLeft_Cl
    {
        margin-right : 1rem;
    }
    
}

