.demo_banner {
    color: white;
    background-image: url('/Images/lp/freedemo/demo-cloud.svg');
    background-repeat: no-repeat;
    background-position: top 5px right 50px;
    background-size: 600px 600px;
}
 
#demo {
    background-image: url('/Images/lp/freedemo/shape-contact.png');
    background-repeat: no-repeat;
    background-position: top 2245px left -463px;
    background-size: 1161px 1368px;
}

#banner {
    background-image: url('/images/lp/freedemo/demo-banner.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding-bottom: 1px
}

.demo_banner_form {
    align-items: center;
    width: 490px;
    margin-top: 50px;
    height: 480px;
    background-color: white;
}

.demo_content_square {
    box-shadow: 3px 3px 11px #D7DBDE;
    border: 1px solid white;
    border-radius: 8px;
    padding: 50px 46px 30px 46px;
    margin: 40px 25px 0 25px;
    background-color: white;
    transition: border 0.5s ease, border-radius 0.3s ease;
}

.demo_banner_form_window {
    color: #b8b8b8;
    background-color: #F6F6F6;
    border: 1px solid white;
    font-size: 20px;
    opacity: 0.7;
}

.demo_banner_title span {
    color: #88c8e3
}

.demo_banner_title {
    font-size: 68px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 68px;
}

.demo_banner_subtitle {
    font-size: 24px;
    font-weight: 600;
    font-family: Raleway, "Trebuchet MS", sans-serif;
    color: #88c8e3;
    margin-bottom: 20px
}

.demo_banner_list {
    font-size: 16px;
    font-family: Raleway, "Trebuchet MS", sans-serif;
    color: white
}


li::marker {
    color: #88c8e3;
    font-size: 32px;
    line-height: 28px
}


#more {
    text-decoration: none;
    font-family: Raleway, "Trebuchet MS", sans-serif;
    cursor: pointer;
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding-left: 32px
}

.arrow {
    border: solid white;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 4px;
}
.mdi-chevron-down {
    color:blue
}
.demo_banner_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px 0 10px;
    margin-top: 30px
}

.demo_banner_form_card {
    width: 100%
}

.card-body p {
    color: #002447;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size:20px
}

    .demo_banner_form_window ::placeholder {
        font-size: 20px;       
    }

.text {
    height: 3rem
}
.form-check {
    padding-top: 8px
}
.demo_banner_form_label {
    font-size: 14px;
    color: #002447;
}

.demo_banner_button {
    display: block;
    padding-top: 18px;
    padding-bottom: 18px;
    width: 100%;
    font-size: 20px;
}

.demo_banner_arrow {
    padding-bottom: 130px;
    padding-top: 20px
}

.demo_content {
    padding-top: 77px
}
.demo_contence {
    margin:5px
}
.demo_content_h3 {
    font-size: 50px;
    padding-bottom: 25px;
    font-family: 'Poppins', sans-serif;
}

.demo_content_squares {
    max-width: 1000px;
    margin: auto
}


    .demo_content_square:hover {
        border: 1px solid #002447;
        border-radius: 8px;

    }

.demo_content_h4 {
    text-decoration: none;
    color: #002447;
    margin-top: 38px;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    text-align: left;
  
}

.demo_content_h5 {
    color: #002447;
    font-size: 16px;
    text-align: left
}

.footer-links-inline {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0
}

#policy-footer {
    padding: 30px 0 20px 0
}

@media (max-width: 1200px) {
    .demo_banner_text {
        padding: 0 0 0 10px;
    }

    .demo_banner_title {
        font-size: 42px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .demo_content_h4 {
        font-size: 20px
    }
}

    @media (max-width: 1400px) and (min-width: 300px) {

        .demo_content_h5 {
            font-size: 18px
        }
    }


    @media (min-width: 1200px) and (max-width: 1400px) {
        .demo_banner {
            background-position: top 10px right 0px;
        }
    }

    @media (min-width: 250px) and (max-width: 767px) {
        .demo_banner {
            background-position: bottom 160px right 0px;
            background-size: 540px 540px;
        }
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .demo_banner {
            background-position: bottom 150px right 80px;
            background-size: 590px 590px;
        }

        .nav-item {
            margin-right: 2px;
        }

            .nav-item .nav-link {
                margin-right: 0
            }
    }


    @media (min-width: 992px) and (max-width: 1199px) {
        .demo_banner {
            background-position: bottom 150px right 200px;
            background-size: 590px 590px;
        }
    }