﻿.intro-banner {
    background-image: url(../Images/bg-shape-desktop.png);
    background-color: #CBE6FD;
    /* background-position: 145% -73%; */
    background-position: 145% -0%;
    background-repeat: no-repeat;
    /* background-size: 35%; */
    padding-top: 20px;
    padding-bottom: 30px;
}

.intro-header {
    font-family: 'Poppins-ExtraBold';
    color: #014991;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 49px;
    margin-bottom: 5px;
}

.intro-header-sub {
    font-family: 'Montserrat-ExtraBold';
    font-size: 32px;
    color: #014991;
    letter-spacing: -0.56px;
    margin-bottom: 5px;
}

.bgColor-light {
    background-color: #ecf6ff;
}

.thankyou-wrapper {
    height: 100vh;
}
.thankyou-wrapper a {
    color: #033378;
    text-decoration: underline;
    font-family: Poppins-SemiBold;
    margin-bottom: 20px;
    display: inline-block;
}

.intro-header-sub-title {
    color: #014991;
    font-family: 'Poppins-Bold';
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 48px;
}

.intro-small {
    color: #014991;
    font-family: 'Poppins-Bold';
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 40px;
    margin-bottom: 10px;
}

.intro-header span {
    color: #fff
}

.intro-box-wrapper {
    padding-top: 10px;
    margin-bottom: 0px;
}

.call-button-wrapper {
    margin-bottom: 36px
}

.itemsCenter {
    align-items: center;
}

.heroSectionAdd {
    color: #000000;
    font-family: Poppins-Regular;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 16.8px;
}

.intro-box-wrapper .form-control {
    /*margin-bottom: 20px;*/
}

.intro-box-wrapper .input-group>.form-control {
    border-radius: .25rem;
}

.intro-box-wrapper .input-group>.form-control+.form-control {
    margin-left: 10px;
}

.intro-white {
    font-family: Poppins-Regular;
    background-color: #FFF;
    padding: 7px 20px;
    display: inline-block;
    color: #595959;
    border-radius: 5px;
}

.intro-white span {
    font-family: Poppins-Bold;
    color: #014891;
    font-size: 18px
}

.banner-family img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    right: 29%;
    top: 22%;
}

.col-6-l,
.col-6-r {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-6-l {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-6-r {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.policyCoverd {
    background-image: url(../../assets/Images/Shape3.png);
    background-position: center -120px;
    background-repeat: no-repeat;
    background-size: 140% 100%;
    padding-top: 480px;
    padding-bottom: 300px;
    margin-top: -150px;
}

.intro-sub-title {
    color: #595959;
}

@media(max-width:1920px) {
    .intro-banner {
        /* background-position: 100% -73%; */
        background-position: 100% -0%;
    }
    .policyCoverd {
        background-position: 0% -80px;
        background-size: 140% 100%;
        padding-top: 478px;
        padding-bottom: 300px;
        margin-top: -295px;
    }
}

@media(max-width:1600px) {
    .policyCoverd {
        background-position: 8% 100%;
        background-size: 600% 100%;
        padding-top: 300px;
        padding-bottom: 300px;
        margin-top: -339px;
    }
    .intro-banner {
        /* background-position: 125% -73%; */
        background-position: 125% -0%;
    }
}

@media(max-width:1400px) {
    .intro-banner {
        /* background-position: 145% -73%; */
        background-position: 145% -0%;
    }
}

@media(max-width:1200px) {
    .intro-header {
        font-size: 36px;
        line-height: 38px
    }
    .intro-price {
        max-width: 360px
    }
    .intro-box-wrapper {
        padding-top: 5px;
        /*padding-bottom: 30px*/
    }
    .banner-family img {
        /*max-width: 300px*/
    }
    .intro-white {
        padding: 7px
    }
    .intro-white span {
        font-size: 14px
    }
    .banner-family img {
        right: 14%;
    }
    .intro-banner {
        /* background-position: 162% -73%; */
        background-position: 162% -0%;
    }
}

@media(max-width:1099px) {
    .intro-banner {
        /* background-position: 180% -73%; */
        background-position: 180% -0%;
    }
}

@media(max-width:991px) {
    .intro-header {
        font-size: 32px;
        line-height: 34px
    }
    .intro-banner {
        padding-top: 30px
    }
    .banner-family img {
        /*max-width: 250px*/
    }
    .banner-family img {
        right: unset;
        top: unset;
    }
}

@media(max-width:768px) {
    .intro-banner {
        background-image: none;
    }
    .intro-header {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 10px
    }
    .intro-small {
        font-size: 21px;
        line-height: 24px;
        margin-bottom: 15px
    }
    .intro-price {
        max-width: 220px
    }
    a.btn-calltobuy {
        padding: 15px 30px
    }
    .banner-family {
        /*display: flex;
        align-items: center*/
        display: none;
    }
    .banner-family img {
        /*max-width: 200px*/
    }
    .intro-para {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: .5rem
    }
    .family-big-box {
        display: none
    }
    .intro-header-wrapper-cta {
        margin-top: 20px
    }
    .policyCoverd {
        margin-top: -450px;
        background-image: unset;
        padding-bottom: 60px;
    }
    .policyCoverd .container {
        background-color: #f2ba46;
        padding-top: 35px;
        min-width: 100%;
    }
}

@media(max-width:480px) {
    .col-6-l {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }
    .col-6-r {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }
    .banner-family img {
        /*max-width: 100%*/
    }
    .call-button-wrapper {
        margin-bottom: 20px
    }
    .intro-banner {
        padding-bottom: 0
    }
    a.btn-calltobuy {
        font-size: 14px
    }
}

.sticker-class {
    text-align: center;
    background: 0 0;
    position: absolute;
    left: 42%;
    margin-top: 5px
}

@media screen and (max-width:767px) {
    .sticker-class {
        left: 56%;
        margin-top: 15px
    }
    .sticker-img {
        width: 70px
    }
}