@import url('assets/global/css/preloader.css');

body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.nav_bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.brand_logo {
    width: 9%;
}
.topbar {
    background: #F2FAFF;
    padding: 12px 0;
    width: 100%;
    border-bottom: 4px solid #f6821e;
}
a.contact_btn {
    text-decoration: none;
    color: #fff;
    background: #F6821E;
    text-align: center;
    padding: 11px 21px;
    font-weight: 600;
    border-radius: 18px 0px 18px 0px;
}
.risk_analyser {
    width: 100%;
}
.empty_data{
    width: 100%;
    height: 420px;
    position: relative;
}
img.empty_img {
    width: 100%;
    height: 420px;
    position: relative;
    object-fit: fill;
}
.empty_data:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: red;
    background: #00000063;
    background-size: 100% 100%;
    z-index: 99;
}
h6.title {
    position: absolute;
    top: 44%;
    z-index: 9999;
    font-size: 40px;
    letter-spacing: 1px;
    color: #fff;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    text-shadow: 3px 4px 3px #F6821E;
}

.head_style{
    margin-top: 45px;
    color: #007DC9;
    font-size: 25px;
}
.paragraph_style{
    color: #007DC9;
    font-size: 17px;
}
ul.list_style li {
    list-style-type: disclosure-closed;
    font-size: 17px;
}
ul.list_style li::marker {
    color: #007DC9;
}
.middle_content{
    margin: 20px 0px;
}
.underline{
    border-top: 1px solid #c7c7c7;
}
.para_style{
    color: #000000ab;
    font-size: 17px;
    margin-top: 17px;   
}
.list_style{
    padding-left: 22px;
}
h4.risk_title {
    font-size: 20px;
}
.btnstart {
    background-color: #F6821E;
    border: none;
    border-radius: 5px;
    color: #fff;
    height: 45px;
    width: 137px;
    margin: 35px 6px 75px 0px;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}
.topal {
    margin-top: -26px;
    margin-left: -3px;
    position: absolute;
    height: 75px;
}
footer.footer_style {
    position: fixed;
    width: calc(100% - 0px);
    bottom: 0;
    background-color: #F2FAFF;
    z-index: 99;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .brand_logo {
        width: 25%;
    }
    a.contact_btn {
        padding: 7px 14px;
        font-size: 14px;
        border-radius: 12px 0px 12px 0px;
    }
    img.empty_img {
        height: inherit;
    }
    .head_style {
        font-size: 20px;
        margin-top: 23px;
    }
    .paragraph_style {
        font-size: 16px;
    }
    .para_style {
        margin-top: 19px;
        margin-bottom: 32px;
        font-size: 16px;

    }
    .empty_data {
        height: inherit;
    }
    h6.title {
        top: 34%;
        font-size: 21px;
    }
    .btnstart {
        margin: 15px 6px 75px 0px;
    }
    .btnn {
        text-align: center;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .brand_logo {
        width: 12%;
    }
    a.contact_btn {
        padding: 8px 15px;
    }
    img.empty_img {
       height: inherit;
    }
    h6.title {
        font-size: 32px;
    }
}
