﻿.modal-all-notification {
    /*right: -390px;
        top: 177px;*/
    right: 0px;
    top: 10px;
}

.modal-allQuestions {
    /*right: -390px;
        top: 185px;*/
    right: 0px;
    top: 10px;
}

.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 480px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}
.modal.right.fade.inn .modal-dialog {
    right: 0px !important;
    top: 80px !important;
}

.sticky-container {
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: -110px;
    top: 33%;
    width: 200px;
    z-index: 99999;
}

.sticky li {
 list-style: none;
}

    .sticky li a {
        list-style-type: none;
        background-color: #5ebc04;
        color: #efefef;
        border: 1px solid #fff;
        height: 43px;
        padding: 0px;
        margin: 0px 0px 4px 0px;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        cursor: pointer;
        align-items: center;
        align-content: center;
        display: flex;
    }

    .sticky li:nth-child(1) {
        border-radius: 5px 0px 0px 0px;
    }

    .sticky li:nth-child(4) {
        border-radius: 0px 0px 0px 5px;
    }

    .sticky li:hover {
        margin-left: -215px;
    }

    .sticky li i {
        float: left;
        margin: 5px 8px;
        margin-right: 10px;
        font-size:30px !important;
    }


    .sticky li img {
        float: left;
        margin: 5px 8px;
        margin-right: 10px;
        width: 40px !important;
    }

    .sticky li p {
        float: left;
        padding: 0px;
        margin: 0px 0px 0px 10px;
        text-transform: capitalize;
        line-height: 43px;
    }




.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

    .hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
        -webkit-transform: scale(1.06);
        transform: scale(1.06);
        box-shadow: 0px 0px 6px #888;
    }


.exhbtr-info-box {
    padding: 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.exhbtr-info {
    background: #fff;
    position: relative;
    border: 2px solid #c5c5c5;
    width: 100%;
    display: flex;
}

.img-box {
    position: relative;
    align-content: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.content-box {
    align-items: center;
    align-content: center;
    display: grid;
}


.exhbtr-info h5 {
    width: 80%;
    padding: 8px 30px 8px 8px;
    border-radius: 0px 40px 40px 0px;
    background: #3d4c53;
    height: 60px;
    overflow: hidden;
    /*align-items: center;*/
    align-content: center;
    display: flex;
}


    .exhbtr-info h5 a {
        color: #fff;
        font-weight: 500;
        line-height: 24px;
    }

.details h7 {
    display: block;
    height: 28px;
    overflow: hidden;
}

.exhbtr-info h7 a {
    color: #373737;
    font-weight: 500;
    line-height: 18px;
}

.exhbtr-info p {
    height: 120px;
    overflow: hidden;
}

    .exhbtr-info p a {
        color: #000;
        line-height: 18px;
    }





.exhbtr-info a:hover {
    text-decoration: none;
}


.exhbtr-info ul {
    list-style: none;
    padding-left: 0px;
    margin: 20px auto;
    padding-bottom: 20px;
}

    .exhbtr-info ul li {
        float: left;
        padding: 0px;
    }


        .exhbtr-info ul li a {
            font-size: 12px;
            display: block;
            text-align: center;
        }


        .exhbtr-info ul li:nth-child(1) a {
            background: #5fb946;
            padding: 10px 35px;
            color: #fff;
        }

        .exhbtr-info ul li:nth-child(2) a {
            background: #d3d3d3;
            padding: 10px 10px;
            color: #fff;
        }

.exhbtr img {
    width: 386px !important;
    height: 290px !important;
    margin: 0 auto;
}

.exhbtr iframe {
    width: 386px !important;
    height: 290px !important;
    margin: 0 auto;
}




a.hrt {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #5fb946 !important;
}

@media (min-width:320px) and (max-width:414px) {
    .modal.right .modal-dialog {
        width: 320px;
    }
    .exhbtr-info-box {
        max-width: 80% !important;
        flex: 0 0 80% !important;
        margin: 0 auto;
    }

    .exhbtr-info p {
    height: 50px; 
    }

    .exhbtr-info {
        text-align: left;
        display: block;
    }

        .exhbtr-info h5 {
            display: block;
            font-size: 20px;
        }

        .exhbtr-info ul li a {
            padding: 10px 10px !important;
        }

    .exhbtr img {
        width: 100% !important;
        height: 222px !important;
    }


    .exhbtr iframe {
        width: 100% !important;
        height: 222px !important;
    }
}

@media (min-width:420px) and (max-width:640px) {
    .modal.right .modal-dialog {        
        width: 320px;
    }

    .exhbtr-info-box {
        max-width: 50% !important;
        flex: 0 0 50% !important;
    }


    .exhbtr-info p {
        height: 68px;
    }

    .exhbtr-info h5 {
        display: block;
        font-size: 20px;
    }




    /*.exhbtr-info ul li { display: flex; }*/

    .exhbtr-info {
        display: block;
    }

        .exhbtr-info ul li a {
            padding: 10px 10px !important;
        }

    .exhbtr img {
        width: 100% !important;
        height: 214px !important;
    }

    .exhbtr iframe {
        width: 100% !important;
        height: 203px !important;
    }
}

@media (min-width:660px) and (max-width:824px) {
    .modal.right .modal-dialog {
        width: 360px;
    }
    .exhbtr-info-box {
        max-width: 50% !important;
        flex: 0 0 50% !important;
    }


    .exhbtr-info p {
        height: 68px;
    }

    .exhbtr-info {
        text-align: left;
        display: block;
    }


        .exhbtr-info h5 {
            display: block;
            font-size: 20px;
        }

        .exhbtr-info ul li:nth-child(1) a {
            padding: 10px 26px;
        }

    .exhbtr img {
        width: 100% !important;
        height: 253px !important;
    }

    .exhbtr iframe {
        width: 100% !important;
        height: 253px !important;
    }
}

@media (min-width:980px) and (max-width:1024px) {
    .exhbtr-info ul li:nth-child(1) a {
        padding: 10px 9px;
    }
    .modal.right .modal-dialog {
        width: 420px;
    }
    .exhbtr-info ul li:nth-child(2) a {
        padding: 10px 9px;
    }

    .exhbtr-info h5 {
        display: block;
        font-size: 20px;
    }

    .exhbtr img {
        width: 100% !important;
        height: 231px !important;
    }

    .exhbtr iframe {
        width: 100% !important;
        height: 231px !important;
    }
}