.enq-popup-button-block {
    margin-top: 20px;
}
.common-button {
    background-color: #ffffff;
    font-size: 20px;
    text-transform: initial;
    font-weight: 600;
    padding: 10px 15px 12px 15px;
    color: #1ca3ff;
    display: inline-block;
    margin: 0 10px 10px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.common-button:hover {
    background-color: #eee;
    color: #1ca3ff;
}
.banner {
    background-color: #1ca3ff;
    padding: 40px 0;
}
.banner-inner {
    max-width: 1310px;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 15px;
    align-items: center;
}
.banner-left {
    width: 58%;
    text-align: center;
}
.banner-right {
    width: 42%;
}
.banner h1 {
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
    font-size: 53px;
    margin-top: 0;
    text-transform: uppercase;
    line-height: 1em;
}
.banner p {
    line-height: 23px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
}
p:last-child {
    margin: 0;
}
.banner b {
    line-height: 23px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}
.banner-left img,
.banner-right img {
    max-width: 100%;
}
/**********************************************/
@keyframes pulse-me {
    0% {
        transform: scale(.9);
        opacity: .2;
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9)
    }
    50% {
        opacity: .5
    }

    70% {
        opacity: .09
    }

    100% {
        transform: scale(2.1);
        opacity: 0;
        -webkit-transform: scale(2.1);
        -moz-transform: scale(2.1);
        -ms-transform: scale(2.1);
        -o-transform: scale(2.1)
    }
}
.play-anim-ico {
    background-image: url(../svg/play-video-41.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 60px;
    position: absolute;
    height: 60px;
    left: 50px;
    bottom: 25px;
    z-index: 111;
    margin-left: -25px;
}
.play-anim-ico:after {
    position: absolute;
    width: 34px;
    height: 34px;
    content: '';
    left: 50%;
    top: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: -17px 0 0 -17px;
    border-radius: 50%;
    z-index: -1;
    box-shadow: 0 0 0 13px #ffffff;
    transform: scale(0.9);
    transform-origin: center center;
    animation: pulse-me 1s linear infinite;
    -webkit-animation: pulse-me 1s linear infinite;
}
.heading-style {
    font-weight: bold;
    color: #1ca3ff;
    position: relative;
    margin-bottom: 15px;
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    margin-top: -8px;
    line-height: 1em;
}
.demovideo {
    padding: 40px 0 40px 0;
    background-color: #eaf7ff;
}
.demovideo-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.demovideo-block {
    max-width: 800px;
    margin: 0 auto;
    outline: 1px solid #ddd;
    position: relative;
}
.demovideo-block::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 56.25%;
}
.demovideo-block img {
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}
.demovideo .play-anim-ico {
    left: 55%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.demovideo iframe {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
}
/**********************************************/
.flow-images {
    text-align: center;
    float: left;
    width: 100%;
}
.flow-images img {
    max-width: 100%;
}
.flow-images{
    border-bottom: 1px solid #e0e0e0;
}
.features-part-bg{
    border-top: 1px solid #e0e0e0;
}
.flow-images .features-part-bg {background-color: #ffffff;}
._GREEN_ {
        background-color: #f0fbf8 !important;
    }

.main-flow-wrap {
    margin-top: 82px;
}
.main-flow-wrap:after {
    content: '';
    clear: both;
    display: block;
}
.title-holder {
    background: url(../png/inner-banner-bg.png) no-repeat center;
    background-size: cover;
}

.title-holder-inner {
    max-width: 1280px;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 0 auto;
    min-height: 90px;
}
.title-holder h1 {
    font-size: 41px;
    color: #fff;
    text-align: center;
    font-weight: 700;
}

@media screen and (max-width:1100px) {
    .banner-left {
        width: 400px;
    }
    .banner-right {
        width: calc(100% - 440px);
        width: -o-calc(100% - 440px);
        width: -ms-calc(100% - 440px);
        width: -moz-calc(100% - 440px);
        width: -webkit-calc(100% - 440px);
    }
    .banner h1 {
        font-size: 45px;
    }
}
@media screen and (max-width:991px) {
    .banner-left {
        width: 100%;
    }
    .banner-right {
        width: 100%;
    }
    .banner {
        padding: 50px 0 30px 0;
    }
    .banner h1 {
        font-size: 32px;
    }
    .step-by-step,
    .heading-style {
        font-size: 32px;
    }
}


.gray-bg{
    background: #f8f8f8 !important;
    }
    .white-bg{
        background-color: #fff !important;
    }
    .step-by-step {
        margin: 40px 0 30px 0;
        padding: 0 0 20px;
        font-size: 40px;
        color: #1ca3ff;
        text-transform: uppercase;
        background: url("../png/hd-divider.png") no-repeat scroll center bottom;
        text-align: center;
        font-family: 'Exo 2';
        font-weight: bold;
    }

@media screen and (max-width:767px) {
    .banner h1 {
        font-size: 27px;
    }
    .step-by-step,
    .heading-style {
        font-size: 25px;
    }
    .demovideo .play-anim-ico {
        transform: scale(0.6) translateY(-50%);
        -webkit-transform: scale(0.6) translateY(-50%);
        -moz-transform: scale(0.6) translateY(-50%);
        -ms-transform: scale(0.6) translateY(-50%);
        -o-transform: scale(0.6) translateY(-50%);
    }
}

