/* CSS Document */



/* Added for tooltip */
.form--tooltip {
    display: flex;
    align-items: center;
    gap: 15px;
}

.form--tooltip figure {
    display: block;
   width: 20px;
   height: 20px;
   margin: 4px 0 0 0;
   cursor: pointer;
 
}
.form--tooltip figure img {
    display: block;
   width: 20px;
   height: 20px;
}
.tooltip-inner {
    max-width: 420px !important;
}

@media only screen and (max-width: 620px) {
    .tooltip-inner {
        max-width: 220px !important;
    }
  }
  
  
  
  
 .label--form-tooltip {
    display: flex;
    align-items: center;

}


.label--form-tooltip figure {
    display: block;
    width: 14px;
    height: 14px;
    margin: 0 0 0 3px;
    cursor: pointer;

}

.label--form-tooltip figure img {
    display: block;
    width: 14px;
    height: 14px;
} 
  
  
  
  
/* End */  
  
  







.error{ color:#FF0000 !important;}


.error{
    color: red;
    font-style: italic;
    float: left;
    
}

.errorhead
{
        background-color:#95d332;
        color:#FFFFFF;
        font-family:Arial, Helvetica, sans-serif;
        font-size:13px;
        text-decoration:none;
        height:30px;
}

.errorlists1
{
        font-family:Arial, Helvetica, sans-serif;
        font-size:14px;
        color:#D63301;
        text-decoration:none;
        background-color:#edf0f9;
        height:25px;
}
.errorlists2
{
        font-family:Arial, Helvetica, sans-serif;
        font-size:14px;
        color:#D63301;
        text-decoration:none;
        background-color:#edf0f9;
        height:25px;
}
.blog-Block .blog-header{height:320px;overflow:hidden;}
.blog-Block img{
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.blog-Block h6 a{
    font-size: 24px;
    margin-bottom: 7px;
    line-height: 146%;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #231F20;
    text-decoration: none;
}
.blog-Block .more-link{display:none;}
.workflow-head{margin:60px 0 40px 0; text-align:center;}
.workflow-head h6{margin:10px 0;font-size: 20px;}
.wp-customisations .action{text-align: inherit;}
.wp-customisations .yellow-ticklist li .ico_n{top: 50%; transform: translateY(-50%)}
/*sep25*/
@media (min-width: 1600px) {
    footer{padding-top:80px;}
    .blog-Block .blog-header{height:520px;}
}
h3.contact_heading {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
    height: 35px;
}

h4.contact_text {
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
    height: 65px;
}
p.contact_desc {
    text-align: center;
    font-size: 16px !important;
    word-wrap: break-word;
}

.contact-main .form-control {
    height: 50px;
    margin-bottom: 15px;
}

.contact-main label {
    margin-bottom: 5px;
}

.contact-main textarea.form-control {
    height: 230px;
}

.contact-main .ms-btn {
    min-width: 130px !important;
    padding: 15px 15px !important;
}

@media (max-width: 768px) {
    h3.contact_heading {
    margin-bottom: 5px;
}

    h4.contact_text {
    height: 45px;
}

.col-md-3.contact-box {
    margin-bottom: 35px;
}

}

.mainbanner {background-color: #202824 !important; min-height: 700px;}

/*09_aug_2026*/

.primary-solid {
    background-color: #f14331 !important;
}
