/*custom header for sites*/
.back-header {
    position: relative;
    background: linear-gradient(131.16deg, #FC6175 0%, #FF9945 100%);
    border-radius: 0px;
    width: 100%;
    height: 250px;
}

.title-header {
    color: white;
    padding-left: 10%;
    padding-top: 3%;
    font-weight: 400;
    font-size: 39px;
    line-height: 39px;
}
.bx-breadcrumb .bx-breadcrumb-item a, .breadcrumbs-header {
    color: white;
}

.header-img {
    position: absolute;
    right: 17%;
    bottom: 57px;
}
.c-main {
    position: relative;
    height: 950px;
    /* background: url("/contacts/back.png") no-repeat center center / cover; */
    margin-top: -50px !important;
    border-radius: 6px;
    z-index: 50;
    
}

.c-main .map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}

.c-main .map iframe {
    width: 100% !important;
    height: 100% !important;
}

.c-main .my-wrap {
    position: relative;
    z-index: 5;
}
.c-item {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(1, 1, 1, 0.15);
    border-radius: 6px;
    padding: 20px;
    width: 350px !important;
}
.inp-group input {
    max-width: 300px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
}
.privacy {
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: #3C414C;
}
h3 {
    font-weight: 600;
    font-size: 19px;
    line-height: 23px;
    color: #3C414C;
}
.btn-from {
    background: #B9CF1B;
    box-shadow: 0px 4px 10px rgba(185, 207, 27, 0.4);
    border-radius: 20px;
    color: white;
    text-decoration: none;
    color: #fff;
    padding: 4px 12px;
    margin-right: 7px;
}
.container-2 input ~ .checkmark {
    border: 1px solid #B9CF1B !important;
}