﻿

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

    .overlay:target {
        visibility: visible;
        opacity: 1;
    }

.modal-contents {
    z-index: 99999;
}

.request-demo-module.blue .cta {
    z-index: 0;
}
 .left_icons {
            width: 35px;
            height: auto;
            text-align: center;
            color: #999;
            /*background:#DE4A4A;*/
            background: #ff8f32;
            font-size: 15px;
        }

            .left_icons a {
                color: #fff;
                font-weight: normal;
            }

hr {
    margin-top: 0;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #1c1c1c;
}


.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}

.popup .close {
    position: absolute;
    top: 0px;
    right: 10px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

    .popup .close:hover {
        color: #06D85F;
    }

.popup .content {
    max-height: 30%;
    overflow: auto;
    border-radius: 10px 10px 0 0 !important;
}

.product-pg-banner {
    z-index: 0;
}

.close {
    color: #111;
    opacity: 0.7;
    margin-right: 10px;
}

.modal-contents {
    border: none;
    border: 1px solid rgba(0,0,0,);
    border-radius: 10px;
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 0;
    width: 350px;
    background-color: #fff;
    z-index: 99999;
}

.modal-header {
    padding: 0;
    border-bottom: none;
}

.modal-dialogs {
    margin: 0 auto;
    position: relative;
    bottom: 0;
    right: 0;
    margin: 0;
    top: 15px;
    width: 325px;
    border-radius: 10px;
}

.modal {
    padding-right: 0;
}

#popup1 > div > div > div > p {
    font-size: 14px;
    font-weight: 600;
}

.webinar-date {
    color: #276a9c;
    font-size: 18px !important;
    font-weight: 700;
}

.webinar-heading {
    border-left: none;
    border-bottom: 1px solid #9f9d9d;
    color: #276a9c;
    font-size: 16px !important;
    margin: 0;
    padding: 12px;
    line-height: 21px;
    font-family: OpenSans-Semibold;
    text-transform: capitalize;
    color: #143b64;
    font-weight: 300;
    margin: 5px 15px 15px 15px;
}


.btn-register {
    letter-spacing: 1px !important;
    padding: 10px 20px !important;
    margin-top: 5px !important;
    font-size: 14px !important;
    border-radius: 55px !important;
    font-weight: 600;
}



    .btn-register:hover, .btn-register:focus {
        background-color: #0775b1;
        box-shadow: 0 0 11px rgba(33,33,33,.2);
    }

.modal-body-footer {
    text-align: center;
    background-color: #142552;
    color: #fff;
    margin-top: 15px;
    font-weight: 300;
}

    .modal-body-footer a {
        color: #fff;
        font-weight: 300;
        padding: 0 5px;
        font-size: 12px;
    }


.modal-body {
    padding: 9px !important;
}

.l_c_h {
    width: 345px;
    position: fixed;
    bottom: 0;
    right: 0px;
    background: #fff;
    border-radius: 3px;
    z-index: 9999;
    display: block;
    border-radius: 5px 5px 0 0;
}

    .l_c_h .c_h {
        cursor: pointer;
        background: #0081c5 !important;
        background: #142552;
        line-height: 34px;
        border-radius: 5px 5px 0 0;
    }

    .l_c_h .left_c {
        color: #ebebeb;
        width: 100%;
        font-size: 16px;
        font-family: Arial, Helvetica, sans-serif;
    }

    .l_c_h .right_c {
        text-align: center;
        background: #63B345;
        line-height: 36px;
        border-radius: 5px 0 0 0;
    }

.clear {
    clear: both;
}

.chat_container {
    /*		display:none;*/
    border-radius: 5px;
}

.left {
    float: left;
}

.center_icons {
    padding-left: 10px;
    padding-top: 3px;
}

.right {
    float: right;
}

.left_icons {
    width: 35px;
    height: auto;
    text-align: center;
    color: #999;
    /*background:#DE4A4A;*/
    background: #ff8f32;
    font-size: 15px;
}

    .left_icons a {
        color: #fff;
        font-weight: normal;
    }

.request-demo-module.blue .cta {
    padding: 50px 0;
}

.request-demo-module h3 {
    font-size: 27px;
    line-height: 1.4;
}

.prod-feature-sec .feature-box h3 a {
    color: #5cac32;
}

.l_c_h {
    display: block !important;
}

@media only screen and (min-width:768px) {
    /*.sticky-image-ad {
        position: sticky;
        top: 110px
    }*/

    .equal-height {
        display: flex
    }
}

@media only screen and (max-width:412px) {
    .l_c_h {
        width: 320px;
    }
}

@media only screen and (max-width:320px) {
    .l_c_h {
        width: 280px;
    }
}
