.left_section{
    display: none;
}

.right_section{
    display: none;
}

.middle_section {
    width: 96%;
    margin: 0px 7.5px;
}

#mobileNav {
    display: block;
}

#desktopNav {
    display: none;
}

#tabletNav{
    display:none;
}

.logo {
    /*height: 44px;*/
    width: 100px;
    /*margin-left: 6px;*/
    margin-top: 12px;
}

.logoBD {
    /*height: 44px;*/
    width: 155px;
    /*margin-left: 6px;*/
    margin-top: 12px;
}

.inner_nav i{
    margin: 0;
}

.inner_nav{
    margin-top: 10px;
}

.profile_name {
    margin-right: 3px;
}

.visual img{
    width: 100%;
}

.post-picture-more {
    width: 100%;
}

.profile_section{
    margin-top: 8px;
}

/*.owl-item{
    width: 124px!important;
}*/

.floating-react {
    left: 58vw;
    top: 20vh;
}

@media screen and (min-width: 359px) and (max-width: 424px) {
    .floating-react {
        left: 61vw;
        top: 16vh;
    }
}

@media screen and (min-width: 425px) and (max-width: 489px) {
    .floating-react {
        left: 70vw;
        top: 16vh;
    }
}

@media screen and (min-width: 490px) and (max-width: 540px) {
    .floating-react {
        left: 73vw;
        top: 12vh;
    }
}


    .modal {
        display: none;
        /* Hidden by default */
        position: fixed;
        /* Stay in place */
        z-index: 1100;
        left: 0;
        top: 0;
        width: 100%;
        /* Full width */
        height: 100%;
        /* Full height */
        background-color: rgba(255, 255, 255, 0.3);
        backdrop-filter: blur(8px) saturate(100%) contrast(45%) brightness(100%);
    }

    .modal-content {
        color: white;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 5%;
        height: auto;
        background-color: #ffffff;
        margin: auto;
        padding: 0;
        border-radius: 13px 13px 13px 13px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        width: 90%;
        box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.2), 0 0.375rem 1.25rem 0 rgba(0, 0, 0, 0.19);
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.6s;
        animation-name: animatetop;
        animation-duration: 0.6s;
    }

    .modal-body {
        padding: 2px 16px;
        width: auto;
        overflow-y: scroll;
        height: auto;
        max-height: 64vh;
        margin-top: 80px;
    }

    .modal-header {
        width: 98.40%;
        height: auto;
        position: absolute;
        margin-right: 20px;
        background-color: #E6E6E6;
        color: #333333;
        font-family: ezassistFont;
        font-size: 22px;
        border-bottom: 1px solid rgb(194, 201, 207);
        padding-left: 5px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

        .modal-header p {
            font-size: 15px;
            font-weight: bold;
            padding-top: 10px;
            padding-left: 5px;
        }

    .footer_right {
        width: 48%;
        margin: 4px 3px;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }


    .footer_left {
        width: 48%;
        margin: 4px 3px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .footer_btn_submit {
        width: 100%;
        background-color: #00C34F;
        border: none;
        color: white;
        padding: 10px 15px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        cursor: pointer;
        border-radius: 20px;
        color: #fcfcfc;
        box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.2), 0 0.375rem 1.25rem 0 rgba(0, 0, 0, 0.19);
    }

    .footer_btn_cancel {
        width: 100%;
        background-color: #F83445;
        border: none;
        color: white;
        padding: 10px 15px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        cursor: pointer;
        border-radius: 20px;
        box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.2), 0 0.375rem 1.25rem 0 rgba(0, 0, 0, 0.19);
    }


    /* Add Animation */

    @-webkit-keyframes animatetop {
        from {
            top: -300px;
            opacity: 0;
        }

        to {
            top: 50%;
            opacity: 1;
        }
    }

    @keyframes animatetop {
        from {
            top: -300px;
            opacity: 0;
        }

        to {
            top: 50%;
            opacity: 1;
        }
    }

    @-webkit-keyframes animateBottom {
        from {
            top: 100px;
            opacity: 1;
        }

        to {
            top: -300px;
            opacity: 0;
        }
    }

    @keyframes animateBottom {
        from {
            top: 50%;
            opacity: 1;
        }

        to {
            top: -300px;
            opacity: 0;
        }
    }

    .modal-content-active {
        -webkit-animation-name: animateBottom;
        -webkit-animation-duration: 1.4s;
        animation-name: animateBottom;
        animation-duration: 1.4s;
    }

    ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0,0,0,.5);
        -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
    }

    .modalMarginForLogo {
        margin-top: 21px;
    }

    #creditFontSize {
        font-size: 12px;
    }

    #centerLogo {
        display: unset;
        margin: unset;
        float: none;
    }

    #headSen {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #logoMargin {
        margin-left: 0px;
    }

    #logoFlex {
        display: unset;
        float: none;
        margin-right: 0px;
    }

    #butnFlex {
        vertical-align: unset;
        margin-top: 0px;
    }

    .loginWitdh {
        width: 85% !important;
        margin-top: 35px;
    }

    #cusBtn {
        width: 145px;
        font-weight: bold;
        border-radius: 7px;
        background-color: #F28020;
        color: #fff;
        outline: none;
        border: 0px;
    }

#dropdownOptn {
    margin-left: -21px;
}

.inner_nav div {
    width: 25%;
    float: left;
    font-size: 12px;
}