div.fieldname {
    display: grid;
    margin-bottom: 15px;
}

div.fieldname span {
    font-size: 14px;
}

input.input_field_val {
    background-color: #fff;
    border: 1px solid;
    border-radius: 10px;
}

select.select_dropdown {
    padding: 10px;
    border-radius: 10px;
    width: 100%;
}

input.input_field_val {
    background-color: #fff !important;
    border: 1px solid !important;
}

select.select_dropdown {
    background-color: #fff;
    border: 1px solid;
}

#write_story_form .text-danger {
    color: red !important;
}

img.preview_image {
    width: 100px;
    height: 100px;
}

div.fieldname button#story_details-html {
    display: none !important;
}

div.newsletter_form_dairy button.subscribe_btn_container {
    background-color: #000 !important;
    color: #FFD400 !important;
    width: 100% !important;
}

div.newsletter_form_dairy input[name="email"] {
    background-color: transparent;
    border: 0px !important;
    border-bottom: 1px dotted #000 !important;
    border-radius: 0px !important;
}

div.newsletter_form_dairy label {
    display: none !important;
}

div.fieldname button#story_details-tmce {
    display: none !important;
}

div.load_more_btn {
    margin-bottom: 25px;
}

img.gif-loader {
    width: 50px;
    display: flex;
    justify-content: center;
    text-align: center;
}

h2.title_listing {
    margin: 20px 0px;
}

a.read_story_btn {
    background-color: yellow;
    padding: 5px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
}

div.diary_dispora_img_contain div {
    height: 100%;
}

div.diary_dispora_img_contain div img {
    height: 100%;
    width: auto;
    margin-bottom: 10px;
}

div.diaspora_title_text h2 {
    width: 60%;
    line-height: 30px;
}

div.diaspora_title_text {
    position: relative;
    z-index: 1;
}

div.diaspora_title_text:before {
    content: "";
    width: 515px;
    height: 15px;
    background-color: #FFD400;
    position: absolute;
    top: 40px;
    z-index: -1;
    left: 0;
    right: 0;
}

div.diary_dispora_img_contain div img {
    margin-left: 25px;
}

div.newsletter_title_name p {
    line-height: normal;
}

@media screen and (max-width: 1200px) {
    div.diaspora_title_text h2 {
        width: 80%;
    }
}

@media screen and (max-width:1048px) {
    div.diaspora_title_text h2 {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    div.sub_heading_title h2 {
        width: 100%;
    }

    div.sub_heading_title h2 {
        text-align: center;
    }
}

@media screen and (max-width: 676px) {
    div.sub_heading_title h2 {
        font-size: 45px !important;
        margin: 0px;
    }

    div.main_page_title_container {
        padding: 43px 0px;
        padding-bottom: 0px;
    }

    div.home_inner_section {
        max-height: 200px !important;
    }

    div.diaspora_title_text:before {
        display: none;
    }
    
    div.diaspora_title_text h2 {
        line-height: normal;
    }
}

@media screen and (max-width:475px) {
    div.main_page_title_container {
        padding-top: 12px;
    }

    div.main_page_title_container {}

    div.sub_heading_title h2 {
        font-size: 35px !important;
    }

    div.home_inner_section {
        max-height: 135px !important;
    }

    div.btn_tell_story {
        margin-bottom: 30px;
    }
}