* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body,
html {
    height: 100%;
    font-family: Montserrat!important
}

a {
    text-decoration: none!important
}

@font-face {
    font-family: Montserrat;
    src: url(../font/Montserrat-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../font/Montserrat-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../font/Montserrat-Italic.woff) format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../font/Montserrat-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../font/Montserrat-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../font/Montserrat-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../font/Montserrat-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.section1 header .signup_btn_div a {
    padding: 6px 20px
}

.section1 {
    position: relative;
    width: 100%
}

.section1::before {
    content: '';
    position: absolute;
    background-image: url(../image/section1_img.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 780px;
    height: 750px;
    right: 0;
    top: -60px;
    z-index: -1
}

.section1 header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0
}

.section1 header .signup_btn_div a {
    background: #ff860d;
    color: #fff!important;
    border-radius: 47px;
    font-size: 17px;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    -webkit-box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    -moz-box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0
}

.section1 .first_div {
    margin-top: 50px;
    position: relative
}

.section1 .first_div h5 {
    font-size: 50px;
    font-weight: 600
}

.section1 .first_div .first_div_dese {
    padding-top: 20px
}

.section1 .first_div .first_div_dese p {
    color: #78849e;
    font-size: 17px;
    font-weight: 600;
    margin-left: 30px;
    position: relative
}

.one_icon {
    top: -10px;
    left: -50px;
    position: absolute
}

.section1 .first_div .first_div_dese a {
    margin-top: 30px;
    background: #ff860d;
    color: #fff;
    font-size: 17px;
    border-radius: 40px;
    font-weight: 500;
    padding-right: 30px;
    padding-left: 30px;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    -webkit-box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    -moz-box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0
}

.section1 .first_div .right_div {
    position: relative
}

.section1 .first_div .right_div .right_sec_img {
    position: relative
}

.section1 .first_div .right_div .right_sec_img img {
    width: 100%
}

.section4 {
    background: #712bc1;
    width: 100%;
    margin-top: 100px;
    padding: 30px 0
}

.section4 .sec_left_div h1 {
    font-size: 45px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px
}

.section4 .sec_left_div span {
    font-size: 19px;
    font-weight: 400;
    color: #fff
}

.section4 .sec_left_div .form-group {
    margin-top: 15px
}

.section4 .sec_left_div .form-group .form-control {
    margin-top: 15px;
    height: 70px;
    padding-left: 1.5rem;
    border-radius: 63px;
    color: #78849e;
    font-size: 22px
}

.section4 .sec_left_div .form-group .form-control::placeholder {
    color: #78849e;
    font-size: 22px
}

.section4 .right_footer {
    position: relative
}

.section4 .right_footer .right_footer_img {
    position: absolute;
    top: -100px
}

.section4 .right_footer .right_footer_img img {
    width: 90%
}

.footer-section .social-icon {
    display: flex;
    justify-content: center;
    align-items: center
}

.footer-section .social-icon a {
    margin-right: 20px
}

.footer-section .social-icon a img {
    width: 50px;
    height: 50px
}

.footer-section {
    padding: 60px 0
}

.footer .footer_links_div a.remove_border {
    border-right: none!important
}

.footer {
    padding: 30px 0;
    border-top: 1px solid #ccc
}

.footer .left_footer p {
    font-size: 20px;
    margin-top: auto;
    color: #000;
    margin-bottom: 0!important;
    font-weight: 400
}

.footer .left_footer p span.footer_span {
    margin-left: 10px;
    color: #712bc1;
    font-weight: 500
}

.footer .footer_links_div a {
    padding: 0 10px;
    font-size: 17px;
    color: #78849e;
    border-right: 1px solid #78849e!important;
    width: 24%;
    text-align: center;
    display: inline-block;
    margin-bottom: 10px
}

.email_link {
    position: absolute;
    top: 5px;
    right: 10px
}

.email_link img {
    width: 60px;
    height: 60px
}

.sec_left_div .form-group {
    position: relative
}

.or-tag {
    color: #ebebeb;
    font-size: 30px;
    font-weight: 400
}

.profie_device img {
    width: 100%;
    height: 100%
}

.signin_btn {
    background-color: #ff860d;
    color: #fff!important;
    border-radius: 25px;
    padding: 10px 25px;
    outline: 0;
    border: none;
    font-weight: 500;
    box-shadow: 0 6px 10px 0 rgb(0 0 0 / 12%);
    -webkit-box-shadow: 0 6px 10px 0 rgb(0 0 0 / 12%);
    -moz-box-shadow: 0 6px 10px 0 rgb(0 0 0 / 12%)
}

.signin_btn:hover {
    background-color: #ff860d;
    color: #fff
}

.signin_btn:focus {
    background-color: #ff860d;
    color: #fff
}

.signin_btn:active {
    background-color: #ff860d;
    color: #fff
}

.second_section {
    position: relative;
    width: 100%;
    padding: 30px 0
}

.back_shape_image {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    z-index: -1
}

.back_shape_image img {
    max-width: 100%;
    display: inline-block!important;
    vertical-align: top;
    border: 0;
    outline: 0;
    outline: 0!important
}

.content_part {
    text-align: center;
    padding: 30px 0
}

.content_part h2 {
    font-size: 50px;
    color: #05031d;
    font-weight: 600;
    text-align: center
}

.content_part p {
    font-size: 25px;
    color: #78849e;
    padding-top: 30px;
    margin-bottom: 0
}

.downloaad_text {
    font-size: 32px!important;
    color: #702ac0!important;
    font-weight: 500;
    padding-top: 30px
}

.content_part img {
    padding-top: 30px;
    cursor: pointer
}

.feature_part {
    padding-top: 30px;
    position: relative;
    width: 100%
}

.middleshape_set {
    left: -22.3%;
    top: 2.5%;
    width: 100%;
    position: absolute
}

.middleshape_set img {
    width: 100%;
    z-index: -1
}

.content_text {
    font-size: 20px;
    color: #05031d
}

.first_icon {
    padding-bottom: 20px
}

.second_icon {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 100px
}

.third_icon {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 100px
}

.forth_icon {
    padding-top: 20px;
    padding-bottom: 20px
}

.third_section {
    position: relative;
    width: 100%
}

.slider_bg_image {
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1
}

.slider_bg_image img {
    max-width: 100%;
    vertical-align: top;
    display: block
}

.blog .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -40px
}

.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px
}

.blog .carousel-indicators .active {
    background: #707070
}

.owl-item:nth-child(even) {
    margin-top: 50px!important
}

.owl-theme .owl-dots .owl-dot span {
    background-color: #b794e0
}

@media only screen and (min-width:320px) and (max-width :767px) {
    .slider_bg_image img {
        display: none
    }
    .owl-item:nth-child(even) {
        margin-top: 0!important
    }
    .feature_part {
        padding-top: 20px
    }
    .feature_icons img {
        width: auto;
        height: 50px
    }
    .content_text {
        font-size: 12px
    }
    .content_part h2 {
        font-size: 25px
    }
    .content_part p {
        font-size: 17px
    }
    .downloaad_text {
        font-size: 21px!important
    }
    .second_icon {
        padding-left: 60px
    }
    .third_icon {
        padding-left: 60px
    }
    .content_part img {
        height: 60px;
        width: auto;
        padding-top: 16px
    }
    .first_icon {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .second_icon {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0
    }
    .third_icon {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0
    }
    .forth_icon {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .back_shape_image {
        top: 330px
    }
    .section1 header .signup_btn_div a {
        font-size: 14px
    }
    .section1::before {
        position: unset!important
    }
    .logo img {
        width: 120px
    }
    .section1 .first_div h5 {
        font-size: 30px
    }
    .section4 .right_footer .right_footer_img {
        position: relative;
        top: unset
    }
    .section4 .right_footer .right_footer_img img {
        width: 100%
    }
    .section4 .sec_left_div h1 {
        font-size: 25px!important
    }
    .section4 .sec_left_div span {
        font-size: 17px
    }
    .or-tag {
        font-size: 20px
    }
    .footer-section .social-icon a img {
        width: 35px;
        height: 35px
    }
    .footer .footer_links_div a {
        font-size: 14px;
        padding: 0 10px
    }
    .footer .left_footer p {
        font-size: 14px;
        text-align: center
    }
    .footer_links_div {
        float: unset!important;
        text-align: center
    }
    .section4 {
        padding-bottom: 0!important
    }
    .section4 .right_footer .right_footer_img {
        top: 20px!important;
        left: 0!important
    }
    .section4 .sec_left_div .form-group .form-control {
        height: 50px;
        font-size: 15px;
        padding-right: 60px
    }
    .section4 .sec_left_div .form-group .form-control::placeholder {
        font-size: 15px
    }
    .email_link img {
        width: 40px;
        height: 40px
    }
    .section1 .first_div .right_div {
        margin-top: 50px
    }
    .section1 .first_div .first_div_dese p {
        margin-left: 35px
    }
    .footer .left_footer p span.footer_span {
        margin-left: 10px
    }
    .section1 header .signup_btn_div a {
        padding: 6px 15px
    }
    .footer .footer_links_div a {
        margin-top: 10px
    }
}

.show-notofication-div {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 5px 5px;
    z-index: 1;
    box-shadow: 0 -8px 14px 3px rgba(0, 0, 0, .13);
    -webkit-box-shadow: 0 -8px 14px 3px rgba(0, 0, 0, .13);
    -moz-box-shadow: 0 -8px 14px 3px rgba(0, 0, 0, .13)
}

.content-notification-div {
    padding: 5px 5px 5px 0
}

.content-notification-div p {
    font-size: 13px;
    margin-bottom: 0!important
}

.content-notification-div img {
    width: 40px;
    height: 40px
}

.use-app-link {
    color: #712bc1;
    border: 1px solid #712bc1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px!important;
    padding: 5px 10px
}

.use-app-link:hover {
    color: #712bc1
}

.close-btn {
    background: 0 0;
    outline: 0!important;
    background: 0 0;
    border: none!important;
    outline: 0!important;
    color: #999;
    font-size: 12px;
    border-radius: 50%;
    padding: 0 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2)
}

@media only screen and (min-width:768px) {
    .show-notofication-div {
        display: none
    }
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #712bc1
}

@media only screen and (min-width:768px) and (max-width :991px) {
    .section4 .sec_left_div h1 {
        font-size: 28px!important
    }
    .email_link img {
        width: 50px;
        height: 50px
    }
    .section4 .sec_left_div .form-group .form-control {
        height: 60px
    }
    .or-tag {
        font-size: 20px!important
    }
    .section4 .sec_left_div span {
        font-size: 17px
    }
    .section4 .right_footer .right_footer_img {
        top: unset!important
    }
    .footer .footer_links_div a {
        font-size: 16px!important;
        padding: 0 11px!important
    }
    .footer .left_footer p {
        font-size: 16px!important
    }
    .section1::before {
        width: 410px;
        height: 530px
    }
}

@media only screen and (min-width:992px) and (max-width :1024px) {
    .footer .footer_links_div a {
        font-size: 15px!important;
        padding: 0 10px!important
    }
    .footer .left_footer p {
        font-size: 17px!important
    }
    .section1::before {
        width: 550px;
        height: 650px
    }
    .section4 .right_footer .right_footer_img {
        top: -10px!important
    }
}

@media only screen and (min-width:768px) and (max-width :1024px) {
    .section1 .first_div h5 {
        font-size: 35px
    }
    .section4 .right_footer .right_footer_img img {
        width: 104%
    }
    .content_part h2 {
        font-size: 38px
    }
    .content_part p {
        font-size: 22px
    }
    .downloaad_text {
        font-size: 23px!important
    }
    .feature_icons img {
        width: auto;
        height: 60px
    }
    .content_text {
        font-size: 14px;
        color: #05031d
    }
    .content_part img {
        height: 60px;
        width: auto;
        padding-top: 16px
    }
    .first_icon {
        padding-bottom: 15px
    }
    .second_icon {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 60px
    }
    .third_icon {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 60px
    }
    .forth_icon {
        padding-top: 15px;
        padding-bottom: 15px
    }
    .section4 .sec_left_div h1 {
        font-size: 35px
    }
    .section1 .first_div h5 {
        font-size: 35px
    }
    .footer-section .social-icon a img {
        width: 40px;
        height: 40px
    }
    .section4 .sec_left_div .form-group .form-control {
        padding-right: 80px
    }
    .section4 .sec_left_div .form-group .form-control {
        font-size: 16px;
        padding-right: 60px
    }
    .section4 .sec_left_div .form-group .form-control::placeholder {
        font-size: 16px
    }
}

@media only screen and (min-width:992px) and (max-width :1280px) {
    .section4 .right_footer .right_footer_img img {
        width: 90%
    }
}

@media only screen and (min-width:320px) and (max-width :1279px) {
    .footer .footer_links_div a {
        width: 49%;
        margin-top: 10px;
        text-align: left
    }
    .footer .footer_links_div a.remove_border_sdevice {
        border-right: none!important
    }
}

@media only screen and (min-width:1025px) and (max-width :1440px) {
    .section1 .first_div h5 {
        font-size: 35px
    }
    .content_part h2 {
        font-size: 38px
    }
    .content_part p {
        font-size: 22px
    }
    .downloaad_text {
        font-size: 26px!important
    }
    .section4 .right_footer .right_footer_img img {
        width: 90%
    }
    .content_text {
        font-size: 20px
    }
    .feature_icons img {
        width: auto;
        height: 80px
    }
    .content_part img {
        height: 86px;
        width: auto;
        padding-top: 16px
    }
    .section4 .sec_left_div .form-group .form-control {
        padding-right: 90px
    }
    .section4 .sec_left_div h1 {
        font-size: 36px
    }
    .section4 .sec_left_div span {
        font-size: 21px
    }
    .or-tag {
        font-size: 25px!important
    }
    .section1 .first_div .first_div_dese p {
        font-size: 19px!important
    }
    .section1 .first_div .first_div_dese a {
        font-size: 20px
    }
    .section1::before {
        width: 650px;
        height: 720px
    }
}

@media only screen and (min-width:1440px) {
    .content_part img {
        height: 100px;
        width: auto
    }
    .feature_icons img {
        width: auto;
        height: 86px
    }
    .first_icon {
        padding-bottom: 30px
    }
    .second_icon {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 60px
    }
    .third_icon {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 60px
    }
    .forth_icon {
        padding-top: 30px;
        padding-bottom: 15px
    }
    .section1 header .signup_btn_div a {
        font-size: 22px
    }
    .section1 .first_div h5 {
        font-weight: 600
    }
    .section1 .first_div .first_div_dese p {
        font-size: 24px
    }
    .section1 .first_div .first_div_dese a {
        font-size: 26px
    }
    .section4 .sec_left_div .form-group .form-control::placeholder {
        font-size: 26px
    }
    .section4 .sec_left_div .form-group .form-control {
        font-size: 26px
    }
    .section1::before {
        width: 780px;
        height: 750px
    }
    .section4 .sec_left_div .form-group .form-control {
        padding-right: 80px
    }
}

@media only screen and (min-width:1600px) {
    .slider_bg_image {
        top: 60px
    }
    .visit_screen_text {
        padding-bottom: 130px
    }
}