.most_view_container {
    width: 100%;
    height: 370px;
    margin-bottom: 10px;
}

.img-thumbnail {
    width: 100%;
    height: 50%;
}

.navbar_container {
    background: #ddd;
    height: 50px;
}

.navbar-style {
    background: #ddd;
}


 
#navbarSupportedContent {
    background: #ddd;
    border-bottom: 0px;
}

.heder_container {
    height: 85px;
}

.header_row {
    padding-top: 16px;
}

.header-search {
    width: 100%;
    float: right;
}

.login_icon {
    font-size: 35px;
    margin-top: 5px;
    float: right;
}

.user_dropdown {
    float: right;
    height: 36px;
    width: 100px;
    margin-top: 5px;
    background: #ddd;
    color: #000;
}

.d_user_button {
    background: #ddd;
}

.day_container {
    margin-top: 5px;
}

.desktom_view_menu_icon {
    font-size: 26px;
}

.top_news_heading {
    font-size: 18px;
    padding-top: 10px;
    line-height: 22px;
}

.top_news_description {
    font-size: 15px;
    padding: 0px 5px;
    line-height: 18px;
}

/* user login register css */

.card0 {
    border-radius: 0px;
}

.card2 {
    margin: 0px 40px;
}

.register_logo {
    margin-left: 22%;
    height: 50px;
}

.register_logo img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-left: 50%;
}

.socilate_login {
    display: flex;
}

.border-line {
    border-right: 1px solid #eeeeee;
}

.facebook {
    background-color: #3b5998;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.twitter {
    background-color: #1da1f2;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.linkedin {
    background-color: #db4437;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.line {
    height: 1px;
    width: 45%;
    background-color: #e0e0e0;
    margin-top: 10px;
}

.or {
    width: 10%;
    font-weight: bold;
}

.text-sm {
    font-size: 14px !important;
}

::placeholder {
    color: #bdbdbd;
    opacity: 1;
    font-weight: 300;
}

:-ms-input-placeholder {
    color: #bdbdbd;
    font-weight: 300;
}

::-ms-input-placeholder {
    color: #bdbdbd;
    font-weight: 300;
}

input,
textarea {
    padding: 10px 12px 10px 12px;
    border: 1px solid lightgrey;
    border-radius: 2px;
    margin-bottom: 5px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2c3e50;
    font-size: 14px;
    letter-spacing: 1px;
}

input:focus,
textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #304ffe;
    outline-width: 0;
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0;
}

a {
    color: inherit;
    cursor: pointer;
}

.btn-blue {
    background-color: #0c889e;
    width: 150px;
    color: #fff;
    border-radius: 2px;
}

.btn-blue:hover {
    background-color: #000;
    cursor: pointer;
}

.bg-blue {
    color: #fff;
    background-color: #1a237e;
}

.mega_menu_bar {
    background: #fff;
    box-shadow: 0px -6px 12px 0px #4e4e4e;
    position: absolute;
    width: 29%;
    height: 620px;
    margin-left: -11%;
    margin-top: -8%;
    z-index: 5;
    display: none;
}

._mega_menu_toggle {
    display: block;
}

.menu_close_icon {
    font-size: 38px;
    position: absolute;
    z-index: 1;
    margin-left: 82%;
    margin-top: 2%;
    cursor: pointer;
}

.menu_list_c {
    padding-top: 30px;
    margin-right: 0px;
    overflow-y: scroll;
    height: 500px;
}

.menu_list_c::-webkit-scrollbar {
    display: block;
    width: 8px;
}

.menu_list_c::-webkit-scrollbar-track {
    background: transparent;
}

.menu_list_c::-webkit-scrollbar-thumb {
    background-color: #0c889e;
    border-right: none;
    border-left: none;
}

.menu_list_c::-webkit-scrollbar-track-piece:end {
    background: transparent;
    margin-bottom: 20px;
}

.menu_list_c::-webkit-scrollbar-track-piece:start {
    background: transparent;
    margin-top: 50px;
}

.menu_list_c li {
    padding: 10px 15px;
    list-style-type: none;
    border-bottom: 1px solid #ddd;
    margin-right: 15%;
}

.menu_list_c li a {
    font-weight: bold;
    font-family: serif;
    font-size: 14px;
}

.menu_social_container {
    margin: 30px 40px;
    display: flex;
}

.menu_social_container a {
    padding: 5px 20px;
}

.menu_social_icon {
    font-size: 20px;
}

.mobile_search_icon {
    display: none;
}

.header-search {
    position: relative;
}

.addvertise_image {
    cursor: pointer;
    width: 250px;
    height: 250px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.fa-angle-down {
    font-size: 20px;
    cursor: pointer;
    margin-left: 15px;
}

.sub_category_container {
    display: none;
}

.sub_category_toggle {
    display: block;
}

.single_img {
    min-height: 350px;
    width: 730px;
}

.title_news {
    margin-bottom: 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-top: 10px;
    width: 100%;
}

.sironam {
    margin-top: 10px;
    margin-bottom: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding-right: 15px;
    padding-left: 10px;
}

.sorinam_content {
    margin-top: 8px;
    position: relative;
    display: block;
}

.sironam_content {
    display: flex;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .border-line {
        border-right: none;
    }

    .card2 {
        border-top: 1px solid #eeeeee !important;
        margin: 0px 15px;
    }
}

@media screen and (max-width: 450px) {
    .single_img {
        min-height: 200px;
        width: 100%;
    }
    
    .sironam_content{
        margin-top: 25px;    
    }
    
    
    .home-logo img {
        width: 100%;
        margin-top: 20px;
    }
    .header_date {
        display: none;
    }

    .home-logo {
        display: inline-block;
        margin-top: -70px;
        height: 71px;
        width: 65%;
        margin-left: 14%;
    }

    .header-search {
        display: block;
        position: absolute;
        width: 95%;
        margin-bottom: 10px;
    }

    .header_tog_class {
        display: block !important;
    }

    .navbar_container {
        background: #fff;
        height: 0px;
    }

    .login_icon {
        font-size: 25px;
        margin-top: -42px;
    }

    .desktom_view_menu_icon {
        margin-left: -5px;
        font-size: 30px;
    }

    .mobile_search_icon {
        cursor: pointer;
        display: block;
        font-size: 22px;
        margin-top: -40px;
        position: absolute;
        margin-left: 70%;
    }

    .mega_menu_bar {
        width: 100%;
    }

    .menu_list_c li {
        padding: 5px 5px;
        margin-right: 5%;
    }

    .addvertise_image {
        width: 320px;
        height: 250px;
        margin: 10px 0px;
    }
}

@media screen and (max-width: 360px) {
    .home-logo {
        display: inline-block;
        margin-top: -70px;
        height: 71px;
        width: 61%;
        margin-left: 14%;
    }
    
    .site-address{
        margin-top: 20px;
    }
}
