:root {
	--container-width:1344px;
	--theme:#4169E1;
	--theme-medium:#597ff0;
	--theme-dark:#2c4fb9;
	--theme-light:#f0f4ff;
	--separator-color:#d84c69;
}
*{
    box-sizing: border-box;
    font-family: 'Exo 2';
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Exo 2';
}
a:hover,
a:active,
a:visited,
a:focus{
    text-decoration: none;
}
li {
    display: block;
}
p {
    font-size: 16px;
    color: #000;
    line-height: 23px;
    margin-bottom: 10px;
    font-family: 'Exo 2';
    font-weight: 400;
    text-align: justify;
}

p:last-child {
    margin-bottom: 0;
}

#main {
    float: none;
}

.btn__div{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.btn__div.center{
    justify-content: center;
}

a{
    color: #000;
}
main {
    max-width: 1920px;
    margin: 80px auto 0 auto;
}

main>* {
    padding: 40px 0;
}

.heading-area {
    width: 100%;
    display: block;
    margin: 0 0 15px 0;
}

.main-title {
    color: #000;
    font-size: 37.08px;
    font-weight: 700;
    line-height: 1.1em;
    font-weight: bold;
    text-transform: capitalize;
    margin-top: -8px;
}

.main-title.small {
    font-size: 25px;
}

.sub-title {
    color: #000;
    font-size: 18.54px;
    font-weight: 700;
    line-height: 1.2em;
    display: block;
    margin: 5px 0 15px 0;
}

.heading-area.center>* {
    text-align: center;
}

.heading-area.white>* {
    color: #fff;
}

.heading-area.white .main-title>* {
    color: #fff;
}

.heading-area>p {
    margin-top: 5px;
    margin-bottom: 0;
}

.heading-area>.sub-title {
    margin-bottom: 0;
}

.flow__btn{
    padding: 20px 30px;
    display: inline-block;
    background: var(--theme);
    color: #FFFFFF;
    font-size: 21px;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: 600;
}
.flow__btn:hover{
    background-color: var(--theme-dark);
    color: #fff;
}
.gen-btn {
    color: #fff;
    background-color: #002295;
    padding: 10px 20px 10px 20px;
    font-size: 18px;
    border-radius: 4px;
    font-weight: 600;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.gen-btn:hover {
    background-color: #ed2939;
    color: #fff;
}
.gen-btn.havevideo {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
    font-size: 14px;
}
.gen-btn .play-anim-ico {
    width: 30px;
    height: 30px;
    background-image: url(../svg/play-button1-5.svg);
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    background-size: contain;
}
.gen-btn .play-anim-ico:after {
    display: none;
}
.gen-btn.havevideo small {
    font-size: 12px;
    display: block;
}
.gen-btn:visited,
.flow__btn:visited {
    color: #fff;
}
img{
    max-width: 100%;
}
/* -------------------------------------------------- */
.banner-section {
    background-color: #c3d1ff;
}
.banner-section-inner {
    max-width: 1280px;
    padding: 0px 15px 0 15px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.banner-section-left {
    width: 580px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
}
.banner-section-right {
    width: calc(100% - 600px);
    width: -o-calc(100% - 600px);
    width: -ms-calc(100% - 600px);
    width: -moz-calc(100% - 600px);
    width: -webkit-calc(100% - 600px);
}
.banner-section h1 {
    font-size: 46px;
    font-weight: 700;
    color: #002295;
    margin: 0 0 15px 0;
    display: block;
    line-height: 1em;
}
.banner-section h1~b {
    font-weight: bold;
    margin-bottom: 12px;
    display: block;
    font-size: 26px;
    color: #000;
    line-height: 1em;
}
.banner-section strong {
    font-size: 17px;
    color: #000;
    margin-bottom: 22px;
    display: block;
    line-height: 25.4px;
    font-weight: 600;
}/* -------------------------------------------------- */
.aboutclone {
    background-color: #f4f4f4;
}
.aboutclone-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.aboutclone-left {
    width: 49%;
    position: relative;
}

.aboutclone-right {
    width: 49%;
}
/* -------------------------------------------------- */
/*-------------------------------------------- */
.app-text-inner{
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.screen {
    padding-top: 0;
}
.screen-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}

.app-screen {
    margin-bottom: 20px;
}

.screen .inner-heading {
    margin: 0 0 15px;
    padding: 0px;
    font-size: 23px;
    color: #000;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.screen .inner-heading b {
    color: var(--theme);
}
.app-screen ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.app-screen ul img {
    image-rendering: -webkit-optimize-contrast;
    border: 1px solid #ddd;
    box-shadow: 0 0 50px 0 rgb(0, 0, 0, 0.10);
    -webkit-box-shadow: 0 0 50px 0 rgb(0, 0, 0, 0.10);
    -moz-box-shadow: 0 0 50px 0 rgb(0, 0, 0, 0.10);
    -ms-box-shadow: 0 0 50px 0 rgb(0, 0, 0, 0.10);
    -o-box-shadow: 0 0 50px 0 rgb(0, 0, 0, 0.10);
    vertical-align: top;
}
/* -------------------------------------------- */

@media screen and (max-width:1280px) {
}

@media screen and (max-width:1199.98px) {
    .main-title {
        font-size: 33px;
        line-height: 1em;
    }
    .banner-section-left {
        width: 100%;
        text-align: center;
        align-items: center;
        margin: 0 0 25px;
    }

    .banner-section-right {
        width: 100%;
    }
    .banner-section h1 {
        font-size: 40px;
    }
}

@media screen and (max-width:991px) {

.aboutclone-left {
    width: 100%;
    margin: 0 0 25px;
}
.aboutclone-right {
    width: 100%;
}
.app-screen ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
}

@media screen and (max-width:630px) {
    main>* {
        padding: 40px 0;
    }
    .banner-section h1 {
        font-size: 30px;
    }
    .main-title {
        font-size: 27px;
        margin-top: -4px;
    }
    .app-screen ul {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .banner-section strong {
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 1em;
    }
    .banner-section h1~b {
        font-size: 21px;
    }
}

@media screen and (max-width:480px) {
    .app-screen ul {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .flow__btn {
        padding: 12px 10px;
        font-size: 16px;
        text-align: center;
    }
    .screen .inner-heading {
        margin: 0 0 15px;
        font-size: 18px;
        line-height: 1em;
    }
    .gen-btn {
        padding: 10px 15px 11px 15px;
        font-size: 16px;
    }

}