﻿
/* privacy policy & terms*/
body {
    line-height: 24px;
    font-size: 16px;
    font-family: "Quicksand", sans-serif;
    font-weight: normal;
    color: #777777;
}
.banner4_area {
    position: relative;
    z-index: 1;
    min-height: 470px;
}
.align-items-center {
    align-items: center !important;
}
.d-flex {
    display: flex !important;
}
    .banner4_area .banner4_inner {
        position: relative;
        overflow: hidden;
        width: 100%;
        min-height: 470px;
        background: url(../images/banner-bg04.jpg) no-repeat center bottom;
        background-size: auto;
        z-index: 1;
    }
        .banner4_area .banner4_inner .banner4_content {
            position: relative;
            z-index: 10;
        }
            .banner4_area .banner4_inner .banner4_content h2 {
                color: #ffffff;
                font-size: 48px;
                font-family: "Quicksand", sans-serif;
                margin-bottom: 12px;
                font-weight: 500;
                margin-top: 120px;
            }
            .banner4_area .banner4_inner .banner4_content .page_link a {
                font-size: 14px;
                color: #ffffff;
                font-family: "Quicksand", sans-serif;
                margin-right: 32px;
                position: relative;
            }
               /* .banner4_area .banner4_inner .banner4_content .page_link a:before {
                    content: "\e87a";
                    font-family: 'Linearicons-Free';
                    font-size: 14px;
                    position: absolute;
                    right: -25px;
                    top: 50%;
                    transform: translateY(-50%);
                }*/
.sample-text-area {
    padding: 10px 0 70px 0;
}
    .sample-text-area p {
        font-size:15px;
        line-height: 20px;
    }
        .sample-text-area p a {
            color: #007bff !important;
            text-decoration:none;
            cursor:pointer;
        }
        .sample-text-area ul li a {
            color: #007bff !important;
            text-decoration: none;
            cursor:pointer;
        }