
            .dcolor{
                color:#38a9ff;
                fill:#38a9ff;
            }
            .gcolor{
                color:#717f8f;
                fill:#717f8f;
            }
            .hov:hover{
                color:#38a9ff;
                fill:#38a9ff;
            }
            .loader {
                position: fixed;
                left: 0px;
                top: 0px;
                width: 100%;
                height: 100%;
                z-index: 9999;
                background: url('/web_assets/img/preloader.gif') 50% 50% no-repeat rgb(249,249,249);
                opacity: 1.9;
            }
            .bottom_loader {
                position: fixed;
                left: 0px;
                top: 0px;
                width: 10%;
                height: 10%;
                z-index: 9999;
                background: url('/web_assets/img/data_loader.gif') 50% 50% no-repeat rgb(249,249,249);
                opacity: 1.9;
            }
            #myProgress {
                list-style: none;
                margin-top: 30px;
            }
            #myProgress li {
                background-color: #FAFAFA;
                margin-bottom: 10px;
                height: auto;
                position: relative;
                margin-top: 10px;
            }
            .inner-sec {
                position: absolute;
                background-color: #28ff27;
                opacity: 0.2;
                height: 90%;
            }
            .city {
                padding: 10px;
                background-color: #ddd;
            }
            .city1 {
                padding: 6px 10px 10px;
                background-color: #ddd;
                cursor: pointer;
            }

            .a {
                background-color: white;
                border: 1px solid #252424;
                border-radius: 50%;
                width: 25px;
                height: 25px;
                padding: 2px 8px;
                float: left;
                text-align: center;
                font-size: 12px;
                font-weight: 500;
                color: #252424;
            }

            .a1 {
                background-color: white;
                border: 1px solid black;
                border-radius: 50%;
                width: 24px;
                height: 24px;
                padding: 0px 7px;
                float: left;
                margin-left:12px;
                margin-top:8px;
            }
            .answer {
                margin-left: 25px;
                font-size: 14px;
                font-weight: 500;
                color: #252424;
            }
            .inner-sec-red {
                position: absolute;
                background-color: red;
                opacity: 0.2;
                height: 90%;
            }

            .badge-notify{
                background: red;
                position: relative;
                top: -12px;
                left: -12px;
                color: white;
                font-size: 12px;
            }
            .post p{
                margin: 10px 0px 0px 0px;
            }

            .post-additional-info {
                padding: 5px 0 0;
            }
            .post {
                padding: 15px 15px 10px;
            }
            /* write something section css 14.11.2018 */

            .write-box-your {
                background-color: #fff;
                border-radius: 5px;
                border: 0px solid #e6ecf5;
                padding: 7px;
                display: flex;
            }
            .write-line {
                padding-left: 20px;
                border: 1px solid #00000045;
                border-radius: 50px;
                padding: 18px;
                flex-grow: 1;
            }
            .write-box-your .author-thumb{padding: 10px;}
            .create-tab-for-post-type{
                /* border: 1px solid #d7d7d7; */
                padding: 0px;
                /* flex-basis: 32%; */
                justify-content: center;
                align-items: center;
                /* margin-bottom: 10px; */
            }
            /* .create-tab-for-post-type-icon h4{
                font-size: 15px;
                vertical-align: -webkit-baseline-middle;
            } */
            .create-your-post .post__author{padding-top: 20px;}
            .create-your-post-options .form-group.with-icon:after {
                content: '';
                position: absolute;
                display: block;
                height: 100%;
                width: 1px;
                background-color: transparent;
                top: 0;
                left: 0px;
            }
            .create-your-post-options .label-floating.with-icon label.control-label{left:10px;}


            .create-your-post-options .label-floating.with-icon .form-control, .create-your-post-options .label-floating.with-icon input, .create-your-post-options .label-floating.with-icon textarea{padding-left: 10px;}
            .create-your-post-options .add-options-message {

                padding: 10px 25px;}
            /*------*/
            input[type="file"] {
                display: none;
            }
            .custom-file-upload {
                display: inline-block;
                padding: 6px 12px;
                cursor: pointer;
            }
            .select-content{
                border: 1px solid white !important;
                width: 15%;
            }
            .post-nav-link{margin: 0 auto;}
            .post-nav-link .nav-item .nav-link{
                border: 1px solid darkgray;
                padding: 7px;
                margin: 0px 5px;
                padding: 0.5rem 0.2rem;
            }
            .post-nav-link .nav-item .nav-link.active{ background-color: #38a9ff;}
            .post-nav-link .nav-item .nav-link.active .create-tab-for-post-type h4{color: #fff;}
            .create-your-post ul.key-note{
                padding: inherit; 
            }
            .create-your-post ul.key-note li{
                list-style: circle;
                color: #000;
                font-size: 16px;
            }
            .create-your-post-options{
                width: 725px;
            }
            .feeds-sect-left{padding-right: 0px;}
            .tab {
  display: none;
}
.model-custom{
    width: 800px;
    margin-left: -30%;
}
.author-date{
                width: 88%;
            }
            .border-double-and-bullets ul {
            list-style: disc;
            margin-left: 20px;
            }
            .border-double-and-bullets table{
            border-collapse:separate;
            }