﻿
.sampleBanner, .scheduleCallBanner {
    background-image: url(../img/contact-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.scheduleCallBanner {
    background-image: url(../img/shedule-call-banner.jpg);
}
.sampleBanner h1 {
    font-size: 28px ;
    font-weight: normal;
}

.reportTitle {
    font-size: 22px;
    font-weight: 400;
}
.countryCode {
    width:180px;
}
.formHeading {
    background-color: #007ab3;
    padding: 6px;
}
.sampleForm {
/*    background-color: #e1e8f8;*/
}
.sampleForm  .form-group {
    margin-bottom: 2rem;
}
.btnGreen {
   background-color: #52b539;
    color: #fff;
    border: 2px solid #52b539;
    padding: 8px 30px;
}
.btnGreen:hover {
   background-color: #fff;
    color: #52b539;
}
.sampleForm .form-control{
    height: calc(2em + .75rem + 2px) !important;
}
.customlError {
    position: absolute;
    top: 5px;
    z-index: 9;
    right: 25px;
}
#code {
    background-color: #ade9ff;
    width: 90px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#captcha input {
    background: url(../img/refresh.png)no-repeat scroll 0 0 transparent;
    margin: 0 10px;
    padding: 0;
    border: medium none;
    cursor: pointer;
    width: 15px;
    height: auto;
}

.reportName .head-border-left {
    font-size: 24px;
}
.reportTitle {
    font-size: 18px;
    font-weight: 400;
    color: #000;
}
.keyBenefits{background-color:#0774a7;}
.keyBenefits .keyBenefitsBox::after{content:"";background-color:#fff;width:1px;height:70px;display:block;position:absolute;top:25%;right:0;}
.keyBenefits .keyBenefitsMobileBox .keyBenefitsBox::after{content:none;}
.keyBenefits .keyBenefitsBox:nth-child(4)::after{content:none;}
.keyBenefits .keyBenefitsBox p{padding:0 20px;}
.keyBenefitsIcon:before {
    content: "";
    background-image: url(../img/sample-form-sprite.png);
    width: 65px;
    height: 65px;
    display: block;
    margin: auto;
    background-color: #fff;
    border-radius: 100%;
}
.keyBenefits .keyBenefitsBox:nth-child(1) .keyBenefitsIcon:before {
    background-position: -3px 4px;
}
.keyBenefits .keyBenefitsBox:nth-child(2) .keyBenefitsIcon:before {
    background-position: -2px -55px;
}
.keyBenefits .keyBenefitsBox:nth-child(3) .keyBenefitsIcon:before {
    background-position: 0px -115px;
}
.keyBenefits .keyBenefitsBox:nth-child(4) .keyBenefitsIcon:before {
    background-position: 0px -180px;
}
.locationInfo small {
    line-height: 15px;
}
.locationInfo address{max-width: 300px;}
@media (max-width: 991px){
    .keyBenefits .keyBenefitsBox:nth-child(2)::after{content:none;}
}
@media (max-width: 768px){
    .countryCode {
        width: 110px;
    }
    .reportName .head-border-left {
        font-size: 20px;
    }
    .head-border-left:after {
        width: 110px;
    }
    .sampleBanner h1 {
        font-size: 24px;
    }

}
@media (max-width: 576px){
    .keyBenefits .keyBenefitsBox::after{content:none;}
}

