﻿/*centralize css*/
.clear {
    clear: both;
}

.formLeftPart {
    width: 30%;
    margin: auto;
    height: auto;
    float: left;
}

.formRightPart {
    width: 70%;
    margin: auto;
    height: auto;
    float: right;
}

.RleftPart {
    width: 75%;
    margin: auto;
    height: auto;
    float: left;
}

.RrightPart {
    width: 25%;
    margin: auto;
    height: auto;
    float: left;
}
.heading
{
    color:#E57549;
    font-family:Helvetica, Arial, sans-serif;
}
.lineHeight
{
    line-height:10px;
}

.RPDFleftPart {
    width: 92%;
    margin: auto;
    height: auto;
    float: left;
}

.RPDFrightPart {
    width: 8%;
    margin: auto;
    height: auto;
    float: left;
}

.TxtJustify {
text-align:justify;
}

.lPart
{
    width:33%;
    float:left;
}
.mPart
{
     width:33%;
    float:left;
}
.rPart
{
     width:33%;
    float:left;
}
.ImgLPart
{
    width:48%;
    float:left;
    margin-left:1%;
}
.col-md-12{
    max-width:980px;
    width:100%;
    margin:auto;
    
    display:flex;
}
.col-md-4{
    border:1px solid #dcdcdc;
    padding:10px;
    margin:10px;
    max-width:33.33%;
    text-align:center;
    border-radius:10px;
    padding-bottom:0px!important;

    
}
.col-md-4 h4{
    background:#E57549;
    color:#ffffff;
    font-family: Helvetica, Arial, sans-serif;
    padding:10px;
    border-radius:20px;
}
.col-md-4 h4:hover{
    background:#000;
}
.col-md-4:hover h4{
    background:#000000;
}