﻿.cce-main-body.container-fluid{
    padding-left: 0px;
    padding-right: 0px;
}

.cce-main-lt-content{
    background-image: url(../../../../images/contactus/Contact-us_banner.png) !important;
    background-size: cover;
}
.cce-main-lt-content-careers{
    background-image: url(../../../../images/careers/careers_banner.png) !important;
    background-size: cover;
}
.cce-pl-in{
    display: flex;align-items: center;justify-content: center;
}

.cce-main-body{
    background: none;
}

.ccerow{
    max-width:1300px;
    padding-left:15px;
    padding-right:15px;
 
    margin:0 auto
}
.grayBG{
    background-color:#ecf4fd;
       padding-top:40px;
    padding-bottom:40px;
}
.whiteBG{
    background-color:#fff;
       padding-top:40px;
    padding-bottom:40px;
}
.spacer35{
    padding-top:15px;
    clear:both;
}
.bullet_Vertical div {
    background-image: url(../../../../images/common/arrow2.png);
    display: block;
    background-repeat: no-repeat;
    padding-left: 15px;
    margin: 0 0 15px;
    text-align: left !important;
    background-position: 0 6px;
}
.careerBG{
  background-color:#ecf4fd;
       padding-top:40px;
    padding-bottom:40px;
}
.cceheader {
    font-size: 34px;
    font-weight: bold;
    padding-bottom: 10px;
}
.contentHeader{
    font-size:24px;font-weight:bold;
    font-weight:600
}
.contentHeader1{
font-size:18px;font-weight:bold;
 font-weight:600
}
.positionHeader{
    font-size:30px;
    font-weight:600;
    padding-bottom:10px
}
.contact-left{
    background: white;
    padding-top: 20px;
    padding-bottom: 35px;
    box-shadow:2px 1px 20px #dfdfdf;
   
    margin-bottom:30px
}
.cce-img-captcha {
    padding-top:20px
}
.submit-button{
    color: white;
    background: #0070c0;
    display: inline-block;
    padding: 10px 30px;
    font-size: 16px;
    border-radius: 30px;
    text-decoration: none;
    border: solid 2px transparent;
    transition: all linear 0.2s;
    font-weight: 500;
    cursor:pointer;
}
.submit-button:hover{
     color: #0070c0;
    background: #fff;
    text-decoration:none;
     border: solid 2px #0070c0;
}

.clear-both{
    clear:both
}

h2{
    margin:0
}

.margin-auto{
    margin:0 auto
}

.contact-us h2{
    padding-bottom: 7px
}

.cce-form-input{
    margin-top:30px;
    margin-bottom:30px
}

.cce-form-input div.matInput input.error, .cce-form-input div.matInput textarea.error {
    border-bottom-color: #ff6a00;
}

.contact-left .rotateProgress{
        top: 4px;
    left: calc(50% + 75px);
}

#EmailError{
    display: block;
    font-size: 0.8em;
    color: red;
    padding-left: 15px
}
.fontSmall{
    font-size:0.8em
}
.divCaptchaErr{
    margin-left:-15px
}
.btnDisabled{
    pointer-events:none;
    opacity:0.5
}
.relative{
    position:relative
}

@media (min-width:50px) and (max-width:1400px){
    .openingDiv{padding-left:30px;
                padding-right:30px
    }
}