/*Call To action Page*/
.sample-form {
    padding: 0;
}

.form-container .form-horizon {
    background: #fff;
    padding: 0;
    position: relative;
}

.form-container .form-horizon:before {
    content: '';
    background: linear-gradient(-45deg,transparent 49%, #fff 50%);
    height: 30px;
    width: 30px;
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    left: 50%;
    top: -15px;
}

.form-horizon .form-group {
    background-color: #EBEBEB;
    margin: 0 0 15px;
    overflow: hidden;
}
/* .form-horizon .form-group:nth-child(3){ margin-bottom: 40px; } */
.form-horizon .input-icon {
    color: #182848;
    background-color: #D7D7D7;
    font-size: 20px;
    text-align: center;
    line-height: 44px;
    height: 47px;
    width: 45px;
    vertical-align: top;
    display: inline-block;
}

.form-horizon .form-control {
    color: #555;
    background-color: transparent;
    font-size: 14px;
    letter-spacing: 1px;
    width: calc(100% - 50px);
    height: 40px;
    padding: 5px;
    box-shadow: none;
    border: none;
    border-radius: 0;
    display: inline-block;
    transition: all 0.3s;
    line-height: 1.42857143;
}

.form-horizon .form-control:focus {
    box-shadow: none;
    border: none;
}

.form-horizon .form-control::placeholder {
    color: #777;
    font-size: 14px;
    text-transform: capitalize;
}

.request-sample-report h1 {
    overflow: hidden;
    text-align: left;
    border-bottom: none;
    margin-bottom: 0;
}

.request-sample-report h1::after {
    background-color: #333;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 60%;
}

.conf-head-img {
    position: relative;
    background-image: radial-gradient( circle farthest-corner at 50.3% 44.5%, rgba(116,147,179,1) 0%, rgba(62,83,104,1) 100.2% );
}

.conf-head-img .conf-head-img-sub::before {
    top: 0;
    left: 0;
    content: '';
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(4,9,30,0.5);
}

.conf-head-img .conf-head-img-sub {
    width: 100%;
    background-image: url(https://www.databridgemarketresearch.com/assets/images/webinar/img-01.jpg);
    overflow: hidden;
    margin-bottom: 15px;
}

.conf-head-img .conf-head-img-sub a {
    top: 25%;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    z-index: 1;
    position: relative;
}

.conf-head-img .conf-head-img-sub span {
    visibility: visible;
    animation-name: fadeInLeft;
    font-family: Montserrat,Arial,Helvetica,sans-serif;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 18px;
}

.conf-head-img .conf-head-img-sub h2 {
    visibility: visible;
    animation-name: fadeInRight;
    padding-top: 10px;
    font-size: 24px;
}

@media only screen and (max-width: 576px) {
    .conf-head-img .conf-head-img-sub {
        height: 250px;
    }
}

.btn-grad {
    background-image: radial-gradient( circle farthest-corner at 5.2% 14.3%, rgba(255,73,18,1) 0%, rgba(235,118,36,1) 47.4%, rgba(235,69,69,1) 100.2%);
    color: #eee;
    border-radius: 5px;
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px 20px;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    letter-spacing: 1.5px;
    font-weight: 600;
    border:none;
}
