﻿body {
    background-color: #F5F5F7 !important;
}

.top-cntnr {
    top: 0;
    position: fixed;
    height: 52px;
    width: 100%;
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255,255,255,0.72);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    border-bottom: 1px solid #d9d9d9;
}

.content-bar {
    width: 1024px;
    margin: auto;
}

.left-head {
    display: table-cell;
    font-family: arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    vertical-align: middle;
    height: 52px;
    padding-top: 10px;
    float: left;
}

.right-head {
    display: table-cell;
    font-family: arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    vertical-align: middle;
    height: 52px;
    float: right;
    padding-top: 10px;
    padding-right: 50px;
}

.main-img-cntnr {
    margin-top: 52px;
    width: 100%;
    padding-top: 20px;
    box-sizing: content-box;
}

.main-img {
    width: 1300px;
    margin: auto;
    height: 780px;
}

    .main-img img {
        width: 100%;
    }

.contact-btn {
    border: 0;
    background-color: #0071e3;
    font-size: 12px;
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
}

    .contact-btn:focus {
        outline: 0;
    }

    .contact-btn:hover {
        background-color: #097df3;
        transition: ease .2s;
    }

.main-content-cntnr {
    width: 1300px;
    margin: auto;
}

.main-heading {
    width: 100%;
    text-align: center;
    font-family: arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #0E90DB;
}

.main-description {
    width: 100%;
    text-align: center;
    font-family: arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #585858;
}


.feature-cntnr {
    width:100%;
    display:flex;
    flex-direction:row;
    justify-content:center;
    padding-top:30px;
    padding-bottom:40px;
}

.feature-item {
    width:150px;
    padding:15px;
    background-color:white;
    margin:5px;
}

.feature-logo {
    text-align:center;
}

    .feature-logo img {
        width:64px;
    }

.feature-text {
    padding-top:5px;
    text-align: center;
    font-family: arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
}
.footer-cntr {

    background-color: #F2F2F2;
    width: 100%;
    height: auto;
}

.right-cntr {
    display: flex;
    flex-direction: row;
    float: right;
    padding-right: 15px;
    padding-top: 5px;
}

    .right-cntr a {
        display: block;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-top: 5px;
        font-family: arial, sans-serif;
        font-size: 14px;
        color: #808080;
    }

.left-cntr {
    display: flex;
    flex-direction: row;
    float: left;
    padding-right: 15px;
    padding-top: 5px;
}

    .left-cntr a {
        display: block;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-top: 5px;
        font-family: arial, sans-serif;
        font-size: 14px;
        color: #808080;
    }


@media only screen and (max-width: 768px) {
    .footer-cntr {
        display: block;
        text-align: center;
    }

    .right-cntr {
        justify-content: center;
        float: none;
    }

    .left-cntr {
        justify-content: center;
        float: none;
    }


    .top-cntnr {
        top: 0;
        position: fixed;
        height: 52px;
        width: 100%;
        backdrop-filter: saturate(180%) blur(20px);
        background-color: rgba(255,255,255,0.72);
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        border-bottom: 1px solid #d9d9d9;
    }

    .content-bar {
        width: 100%;
        margin: auto;
    }

    .left-head {
        padding-left:15px;
     
    }

    .right-head {
      
        padding-right: 15px;
    }

    .main-img-cntnr {
        margin-top: 52px;
        width: 100%;
        padding-top: 20px;
        box-sizing: content-box;
    }

    .main-img {
        width: 100%;
        margin: auto;
        height: auto;
    }

    .main-img img {
            width: 100%;
        }


    .main-content-cntnr {
        width: 100%;
        margin: auto;
    }

    .main-heading {
        width: 100%;
        text-align: center;
        font-family: arial, sans-serif;
        font-size: 24px;
        font-weight: 700;
        color: #0E90DB;
    }

    .main-description {
        width: 100%;
        text-align: center;
        font-family: arial, sans-serif;
        font-size: 18px;
        font-weight: 500;
        color: #585858;
    }


    .feature-cntnr {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .feature-item {
        width: 150px;
        padding: 15px;
        background-color: white;
        margin: 5px;
    }

    .feature-logo {
        text-align: center;
    }

        .feature-logo img {
            width: 64px;
        }

    .feature-text {
        padding-top: 5px;
        text-align: center;
        font-family: arial, sans-serif;
        font-size: 18px;
        font-weight: 700;
    }
}