/* changes 20.05.20*/

.wpcf7-not-valid-tip{
    display:none !important;
}
.input-field label{
    position:relative;
    top: 0;
}
.wpcf7-validates-as-required.wpcf7-not-valid{
    border-bottom:1px solid red !important;
}
span.wpcf7-list-item {
    margin: 0;
    position:relative;
    width: 50%;
    margin-bottom: 15px;
}
@media(max-width:480px){
    span.wpcf7-list-item{
        width:100%;
    }
}
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
   position:absolute;
   left: 0;
   width: 100%;
   height: 105%;
    cursor: pointer;
   opacity: 0;
}
div.wpcf7 .become-a-partner input[type="file"]{
    cursor: pointer;
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 1;
    margin-top: 20px;
}
.aah-group{
    margin-top: -60px;
    margin-bottom: -30px;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
}
.aah-group span.wpcf7-list-item{
    width: 100%;
    margin-bottom: 40px;
}
.activity-types .input-field{
        margin-bottom: 40px;
    margin-top: 40px;
}
.activity-types span.wpcf7-form-control.wpcf7-checkbox,.with-flex{
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.activity-types input[type="checkbox"]{
    /*display:none;*/
    z-index: 3;
    margin: 0;
}

.activity-types span.wpcf7-list-item-label:before, 
.activity-types span.wpcf7-list-item-label::after{
    content: "";
    display: block;
    border: 1px solid #ccc;
    background: #fff;
    position: absolute;
    background-size:15px;
    background-position:center;
    background-repeat:no-repeat;
    top:0;
    left:0;
    width: 20px;
    height: 20px;
}
.activity-types span.wpcf7-list-item-label::after{
    background-image:url('assets/img/checked.svg');
    opacity:0;
}
.activity-types input[type="checkbox"]:checked+span:after{
    opacity:1;
}
.activity-types p{
    margin: 0;
    padding: 0;
}
.activity-types .wpcf7-list-item-label{
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    font-family: sans-serif;
    color: #5b5b5b;
    cursor: pointer;
}
.activity-types-1{
    /*display:none;*/
}
.activity-types1{
    margin-bottom:30px;
}
.blue-section{
    background-color: #1b456c;
    color: #fff;
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
    font: normal 1rem/1.45 "Montserratarm" !important;
    text-align: center;
}
[data-class="wpcf7cf_group"]{
    width: 100%;
}
.activity-types-select{
    position: relative;
}
.activity-types-select .wpcf7-list-item-label{
    pointer-events: none;
    color: #868686;
    position: absolute;
    font-style: italic;
    top: 0.8rem;
    left: 0;
    font-family: "Montserratarm";
    font-size: 1rem;
    cursor: text;
    transition: .2s ease-out;
}
.activity-types-select .wpcf7-list-item input{
    height: 32px;
}
.activity-types-select .wpcf7-list-item-label:before{
    background: rgba(0,0,0,0) url(assets/img/angle-down.svg) center/cover no-repeat;
    position: absolute;
    content: "";
    top: 50%;
    right: -35px;
    margin-top: -3.5px;
    width: 14px;
    height: 7px;
}
.activity-types-select .wpcf7-form-control{
    display: block;
    height: 83px;
    border-bottom: 1px solid #9e9e9e;
    margin-bottom: 50px;
}
.activity-types-select .wpcf7-list-item input:checked + .wpcf7-list-item-label:before{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.upload-btn-in-form .wpcf7-form-control-wrap{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}
.first-activity-types{
    max-width: 340px;
    margin: auto;
}
div.wpcf7-response-output{
    display: none !important;
}
@media(min-width: 1600px){
    .main-become-a-partner{
        min-height: 50vh;
    }
}

.grey-container-career .wpcf7-form-control-wrap {
    position: absolute;
    top: 0;
    display: block;
    height: 100%;
    left: 0;
    width: 100%;
}

@media (max-width: 480px){
    .home-banner .owl-carousel .owl-item {
        max-height: none;
    }
}

.scaling_img{
    position: relative;
}
.social-media-links{
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0;
    padding: 0;
    z-index: 1;
}
.social-media-links li{
    display: inline-block;
    margin-right: 7px;
    list-style-type: none;
    width: 30px;
}
.social-media-links li a{
    text-decoration: none;
    display: block;
}
.social-media-links li img{
    height: 30px;
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    transform: scale(1) !important;
}

.social-media-links li:hover img{
    -webkit-transform: scale(1.05) !important;
    -moz-transform: scale(1.05) !important;
    -ms-transform: scale(1.05) !important;
    -o-transform: scale(1.05) !important;
    transform: scale(1.05) !important;
}

#primary #main .single-career-page .content_wrapper ul li {
    list-style-type: disc;
}
.justify-content-center{
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}