.banr-cont {
    text-align: center;
    padding: 10% 0;
}

.banr-hd {
    font-size: 48px;
    color: #fff;
    font-weight: 900;
    text-shadow: 0 2px 2px #333;
}

.topbanr-tag {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    text-shadow: 0 2px 2px #333;
}

.btn-banr {
    background: #b51f38;
    color: #fff;
    font-size: 24px;
    padding: 10px 15px;
    margin-top: 15px;
    margin-bottom: 0;
}

.btn-banr:hover {
    background: #78aab1;
    border-color: #78aab1;
    color: #fff;
}

.insurance-hd {
    font-size: 36px;
    color: #1e2329;
    font-weight: 700;
}

.about-comp {
    margin: 80px 0;
}

.insurance-services {
    background-color: #eff1f8;
    padding: 80px 0;
}

.d-block {
    display: block;
}

.mb-60 {
    margin-bottom: 60px;
}

.btn-callback {
    background: #b51f38;
    color: #fff;
    font-size: 18px;
    padding: 10px 15px;
    margin-top: 15px;
    margin-bottom: 0;
}

.btn-callback:hover {
    background: #78aab1;
    border-color: #78aab1;
    color: #fff;
}

.abut-p {
    font-size: 17px;
    color: #000;
    line-height: 30px;
    font-weight: 300;
}

.our-insurance-wrapper .card {
    border: none;
    padding: 30px 15px;
    height: 100%;
    border-bottom: 5px solid transparent;
    background-color: transparent;
    text-align: center
}

.our-insurance-wrapper .card-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px
}

.capabilities-card-wrapper .card {
    border: none;
    padding: 30px 15px;
    height: 100%;
    border-bottom: 5px solid transparent;
    text-align: center;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 40px;
    box-shadow: 0 4px 10px 0 rgba(98, 62, 113, .22);
    min-height: 330px;
    margin-bottom: 30px;
}

.capabilities-card-wrapper .card-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px
}

.capabilities-card-wrapper a {
    color: #fe031a;
    font-weight: 500;
    position: relative;
    padding-right: 15px;
}

.capabilities-card-wrapper a:after,
.success-stories-body a:after {
    content: "\f101";
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    top: -3px;
    right: 0;
    position: absolute;
}

.capabilities-card-wrapper a:hover,
.success-stories-body a:hover {
    padding-right: 20px
}

.capabilities-card-wrapper .card:hover {
    border-color: #fe031a;
    background-color: #fff;
    box-shadow: 0 6px 81px 0 rgba(98, 62, 113, .22);
}

.capabilities-card-wrapper .card .title {
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
    color: #000 !important;
    padding: 0;
}

.capabilities-card-wrapper .card p {
    font-size: 14px;
    color: #282c32;
    line-height: 24px;
}

.differentiators-main {
    background-color: #fff;
}

.differentiators-main .differentiators-wrapper {
    margin-top: 25px;
}

.differentiators-card {
    display: flex;
}

.differentiators-card .icon-box {
    flex: 0 0 80px;
    height: 80px;
    box-shadow: 0 6px 81px 0 rgba(98, 62, 113, .22);
    border-radius: 6px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.differentiators-card .icon-box .icon {
    width: 54px;
    height: 54px;
    background-repeat: no-repeat;
}

.differentiators-card p {
    margin-bottom: 0;
}

.differentiators-card .card-content .title {
    font-size: 20px;
    color: #282c32 !important;
    font-weight: 600;
    margin: 0 0 10px 0;
    padding: 0;
    text-transform: inherit;
}

.launch {
    background: url("https://www.antworksmoney.com/assets/img/banr-bg.png");
    background-size: auto;
    padding: 50px 0 60px 0;
    position: relative;
    z-index: 1;
    background-size: cover;
    /* margin-bottom: 60px; */
}

.launch-hd {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}

.launchsub-hd {
    font-size: 14px;
    color: #fff;
}

.insurance-form .form-group .form-control {
    margin-bottom: 0;
}

.modal-header .close {
    margin-top: -30px;
    right: 15px;
}

@media (max-width: 768px) {
    .banr-hd {
        font-size: 24px;
    }

    .banr-tag {
        font-size: 18px;
    }

    .btn-banr,
    .btn-callback {
        font-size: 14px;
        padding: 10px 15px;
    }

    .main-hd {
        font-size: 24px;
    }

    .mb-60 {
        margin-bottom: 30px;
    }

    .about-comp {
        margin: 40px 0;
    }

    .insurance-services {
        padding: 40px 0;
    }

}