/* Search start */
.search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    margin-top: 1.6rem;
}

.search__input {
    font-family: inherit;
    font-size: inherit;
    background-color: #f4f2f2;
    border: none;
    color: #646464;
    padding: 0.5rem 1rem;
    border-radius: 30px;
    width: 20em;
    transition: all ease-in-out .5s;
    margin-right: -2rem;
}

    .search__input:hover, .search__input:focus {
        outline: none;
        box-shadow: 0 0 1em #00000013;
    }

    .search__input::-webkit-input-placeholder {
        font-weight: 100;
        color: rgba(148, 147, 147, 0.7);
    }

.search__button {
    border: none;
    background-color: transparent;
    margin-top: .1em;
}

    .search__button:hover {
        cursor: pointer;
    }

.search__icon {
    height: 1.3em;
    width: 1.3em;
    fill: #b4b4b4;
}
/* Search end */

/* Footer start */
.footer {
    font-family: Arial;
    font-weight: 500;
    padding: 4rem 0;
    background-color: #313233;
    color: white;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-links ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}

    .footer-links ul li {
        font-size: 1rem;
        margin-left: 2rem;
        cursor: pointer;
        transition: ease-out .3s;
        color: white;
    }

        .footer-links ul li:hover {
            color: white;
        }

    .footer-links a{
        color: white;
    }

.footer-title {
    font-size: 2rem;
    color: #b9bdc2;
    cursor: pointer;
    font-family: Arial;
}

.footer-social {
    display: flex;
}

.footer-social_item {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}

    .footer-social_item:hover {
        transform: scale(1.1);
    }

    .footer-social_item:nth-child(1) {
        background-color: #1e77f0;
    }

    .footer-social_item:nth-child(2) {
        background-color: #55acee;
    }

    .footer-social_item:nth-child(3) {
        background: -webkit-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -webkit-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
        background: -moz-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -moz-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
        background: -ms-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -ms-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
        background: -o-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -o-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
        background: radial-gradient(circle farthest-corner at 32% 106%, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), linear-gradient(135deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
    }

    .footer-social_item a {
        color: (internal value);
    }

        .footer-social_item a i {
            font-size: 1.4rem;
            color: #ffffff;
        }
/* Footer end */

body {
    height: 100%;
    color: #2d3436;
    /*background-image: url("ultraback.png");#FAF8F1*/
    background-color: #FAF8F1;
    background-repeat: no-repeat;
    overflow-x: hidden;
    /*background-size: cover;*/
}

/*
  .uppercontent{
    background-image: url("back04.png");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat repeat;
    background-size: cover;
}
*/

.navbar {
    /* background: #1abc9c; */
    background: #322274;
    height: 66px;
    border-bottom: 0px solid white;
    padding: .3rem;
    box-shadow: 0 0 1em #57565650;
    z-index: 2;
}

.firstpart {
    float: left;
    margin-top: -5px;
}

.secondpart {
    float: right;
    margin-top: -5px;
}

#logo {
    float: left;
    max-width: 100%;
    max-height: 100%;
    width: 248px;
    height: 66px;
}

    #logo img {
        max-width: 100%;
        max-height: 100%;
        width: 210px;
        height: 55px;
        margin-top: 5px;
        margin-left: 5px;
    }

#searchbar {
    float: left;
    margin-left: 14px;
    margin-top: -12px;
}

.clear {
    clear: both;
}

#searchbar i {
    font-size: 16px;
    color: white;
}

#searchbtn {
    display: inline-block;
    margin-left: -7px;
    position: relative;
    top: 0px;
    background-color:transparent;
    border: none;
    height: 34px;
    width: 32px;
    border-radius: 0px 5px 5px 0px;
    cursor: pointer;
} 

 #searchbtn img {
        position: absolute;
        margin-top: -21px;
        margin-left: -50px;
        width: 30px;
        height: 30px;
        border-radius: 0px 20px 20px 0px;
        border: none;
    } 


#search {
    display: inline-block;
    margin-top: 29px;
    border-radius: 5px 0px 0px 5px;
    border: 1px solid rgb(197, 194, 194);
    height: 32px;
    width: 300px;
    padding-left: 20px;
    margin-left: 35px;
    border-radius: 20px;
    border: none;
    outline: none;
}

#search:placeholder{
    color: #838585;
} 

#mobsearchbar {
    display: none;
}

#sform {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 22px;
}

#si {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* #mobsearchbtn {
    display: inline-block;
    border: 1px solid rgb(197, 194, 194);
    height: 32px;
    width: 34px;
    background-color: white;
    border-radius: 0px 5px 5px 0px;
    border: 1px solid #c5c2c2;
    cursor: pointer;
}

    #mobsearchbtn i {
        width: 34px;
        height: 32px;
        color: #a09f9f;
        font-size: 18px;
        line-height: 26px;
    }

#mobsearch {
    display: inline-block;
    border-radius: 5px 0px 0px 5px;
    border: 1px solid rgb(197, 194, 194);
    height: 32px;
    width: 200px;
    padding-left: 15px;
} */

.mainlist {
    list-style: none;
    display: inline-block;
    margin-left: 1rem;
    transition: all .4s;
}

    .mainlist i {
        color: white;
        transition: all .4s;
    }

        .mainlist i:hover {
            color: #130f40;
        }

.menu {
    padding-top: 1px;
    margin-top: 7px;
    margin-right: 65px;
    line-height: 29px;
    float: left;
    z-index: 3;
}

.mainmenu {
    margin-top: 10px;
}

.menubtn {
    border-radius: 5px;
    text-align: center;
    font-weight: 700;
    color: white;
    padding-bottom: 2px;
    cursor: pointer;
    background-color: transparent;
    box-sizing: border-box;
    border: 1px solid transparent;
    transition: all 0.3s;
}

    .menubtn:hover {
        color: #130f40;
    }

    .menubtn a {
        color: white;
    }

#cbtn:hover + .category {
    display: block;
}

.category {
    position: absolute;
    z-index: 1;
    margin-left: -1px;
    color: #2d3436;
    background-color: #322274;
    width: 120px;
    display: none;
    border-radius: 6px;
    /* border-top: 0px solid transparent; */
    padding-left: 0;
}

    .category a {
        color: white;
        text-decoration: none;
        transition: all 0.3s;
    }

    .category:hover {
        display: block;
        background: #322274;
    }

    .category li {
        border-radius: 6px 6px 0 0;
        list-style: none;
        text-align: center;
        /* margin-left: -5px; */
    }

        .category li:hover {
            background: #322274;
        }

       .category li:hover + .category a{
                color: white;
      }

            .category a:hover {
                color: red;
            } 

.alink:hover {
    text-decoration: none;
    color: yellow;
}

.category li:hover .sub {
    display: block;
}

.sub {
    position: absolute;
    z-index: -1;
    margin-left: 100px;
    margin-top: -28px;
    background-color: #322274;
    display: none;
    border-radius: 6px;
    /* border: 1px solid white; */
    padding-right: 0;
}

    .sub li {
        border-radius: 6px 6px 0 0;
        width: 110px;
        text-align: center;
        cursor: pointer;
        /* margin-left: -10px; */
    }

        .sub li:hover {
            background: #322274;
        }

.mobile {
    float: right;
}

.mobmenu ul li {
    margin-left: -12px;
}

.smallmenu {
    display: none;
}

.mobcategory {
    position: absolute;
    top: 3px;
    left: 0px;
    z-index: 1;
    background-color: #ffffff;
    width: 290px;
}

    .mobcategory p {
        font-weight: bold;
        padding-top: 5px;
        color: black;
        margin-left: 45px;
        font-size: 18px;
    }

    .mobcategory li {
        list-style: none;
        text-align: left;
        margin-left: -5px;
        font-weight: 600;
        border-width: 1px 1px 0px 0px;
        border-style: solid;
        border-color: darkgray;
        background-color: #ffffff;
        padding: 6px 6px;
    }

        .mobcategory li a {
            color: #2d3436;
            text-align: center;
            margin-left: 30px;
            font-size: 18px;
        }

.catlist i {
    float: right;
    margin-right: 10px;
}

.mobsub {
    margin-left: -20px;
    background-color: #322274;
    display: none;
    z-index: 2;
}

    .mobsub li {
        border: none;
        background-color: #322274;
    }

        .mobsub li a {
            color: white;
        }

.langlog {
    display: none;
    float: right;
    margin-top: -10px;
}

.langlogin {
    float: right;
    margin-top: -10px;
}

.lanbtn {
    height: 18px;
    font-size: 10px;
    background-color: rgb(252, 173, 99);
    font-weight: bold;
    border: 1px solid rgb(252, 173, 99);
    cursor: pointer;
    border-radius: 5px;
}

.moblanglog {
    float: left;
    margin-top: -10px;
    display: none;
}

    .moblanglog ul li {
        list-style: none;
    }

.login img {
    font-size: 22px;
    padding-left: 60px;
    cursor: pointer;
}

.login i {
    margin-top: 12px;
    font-size: 22px;
    padding-left: 70px;
    cursor: pointer;
}

.moblogin i {
    display: none;
    font-size: 20px;
    margin-top: 2.2rem;
    padding-left: 74px;
    cursor: pointer;
    color: #2d3436;
}

.smoblogin i {
    font-size: 18px !important;
    cursor: pointer;
    margin-left: 5px;
    color: #2d3436;
    display: none;
}

.login:hover + .account {
    display: block;
}

.account:hover {
    display: block;
}

.logoutbtn {
    background-color: #4f1c67;
    color: white;
}

@media screen and (max-width: 1246px) {
    /* #search {
        width: 260px;
    } */
}

.poster {
    min-height: 160px;
    border-radius: 6px;
}

    .poster a img {
        border-radius: 8px;
    }

.topoffers {
    margin-top: 15px;
}

@media screen and (max-width: 1156px) {
    /* #search {
        width: 220px;
    } */

    #searchbar {
        margin-left: 15px;
    }

    .poster {
        min-height: 90px;
    }

    .topoffers {
        margin-top: 20px;
    }
}

.mobmenu {
    /* margin-top: -3.6rem; */
    margin-left: 15px;
    display: none;
    float: right;
}

#mobbtn {
    display: inline-block;
    border-radius: 5px;
    background-color: white;
    border: 0px solid rgb(252, 173, 99);
    line-height: 25px;
    color: #2d3436;
    margin-top: 1rem;
    margin-right: 4px;
}

#minimenu {
    border-radius: 5px;
    background-color: rgb(252, 173, 99);
    border: 0px solid rgb(252, 173, 99);
    line-height: 25px;
    margin-top: -15px;
    margin-bottom: 10px;
    margin-left: 28px;
    cursor: pointer;
}

.mobmenu i {
    font-size: 24px;
    padding-top: 3px;
    margin-bottom: 3px;
}

@media screen and (max-width: 1015px) {
    .mobmenu {
        display: block;
    }

    #catblock {
        display: none;
    }

    .moblanglog {
        display: block;
    }

    .moblogin:hover + .mobaccount {
        display: block;
    }

    .mobaccount:hover {
        display: block;
    }

    .menu {
        display: none;
    }

    .langlog {
        display: none;
    }
}

@media screen and (max-width: 750px) {
    /* #search {
        margin-left: 1px;
        width: 180px;
    } */

    .moblogin {
        display: none;
    }

    .footer-links ul li {
        margin-left: 1.2rem;
    }
}

.account {
    position: absolute;
    z-index: 1;
    height: 80px;
    background-color: #4f1c67;
    padding-left: 35px;
    margin-right: 15px;
    clip-path: inset(1px 0px 0px 20px);
    border: 1px solid gray;
    border-radius: 5px;
    display: none;
}

.mobaccount {
    position: absolute;
    z-index: 2;
    height: 70px;
    width: 110px;
    background-color: #4f1c67;
    clip-path: inset(1px 0px 0px 20px);
    border: 1px solid gray;
    border-radius: 5px;
    padding-left: 35px;
    display: none;
}

.smobaccount {
    position: absolute;
    z-index: 2;
    height: 70px;
    width: 110px;
    background-color: #4f1c67;
    clip-path: inset(1px 0px 0px 20px);
    border: 1px solid gray;
    border-radius: 5px;
    margin-left: -48px;
    display: none;
}

.account a {
    color: white;
}

.mobaccount a {
    font-size: 12px;
    font-weight: bold;
    color: white;
}

.smobaccount a {
    font-size: 12px;
    font-weight: bold;
    margin-left: -3px;
    color: white;
}

.account li {
    list-style: none;
    margin-top: 4px;
    margin-bottom: 3px;
}

.smobaccount li {
    list-style: none;
}

.carousel-inner {
    margin-top: 18px;
    border: 2px solid white;
    border-radius: 6px;
}

@media screen and (max-width: 645px) {
    #searchbar {
        display: none;
    }

    #mobsearchbar {
        display: block;
        max-width: 240px;
        margin: 0px auto;
    }

    .search {
        margin-top: 0px;
    }

    #mobsearch {
        border: 1px solid grey;
        background: #E7E7DC;
    }

    .carousel-inner {
        margin-top: 7px;
    }

    .smoblogin {
        display: inline-block;
        width: 28px;
    }

        .smoblogin:hover + .smobaccount {
            display: block;
        }

    .smobaccount:hover {
        display: block;
    }

    #slanbtn {
        display: inline-block;
        height: 18px;
        font-size: 10px;
        background-color: rgb(252, 173, 99);
        font-weight: bold;
        border: 1px solid rgb(252, 173, 99);
        cursor: pointer;
        border-radius: 5px;
        position: relative;
        top: -3px;
    }

    .footer {
        padding: 1.5rem 0;
    }

    .footer-links ul {
        flex-direction: column;
    }

        .footer-links ul li {
            margin: .8rem;
            margin-left: -22px;
        }
}

@media screen and (max-width: 767px) {

    #logo img {
        width: 218px;
        height: 62px;
    }
}

@media screen and (max-width: 422px) {
    .firstpart {
        width: 200px;
    }

    .secondpart {
        width: 82px;
        margin-left: -1px;
    }

    .moblanglog {
        display: none;
    }

    .slanbtn {
        clip-path: inset(0px 3px 0px 1px);
    }

    .moblogin i {
        margin-left: -3px;
    }

    .navbar {
        height: 85px;
    }

    .smallmenu {
        display: block;
    }

    .smoblogin {
        margin-top: 12px;
        margin-left: -15px;
        display: inline-block;
    }

    #forlang {
        margin-top: 10px;
        margin-left: 4px;
    }

    #logo img {
        width: 256px;
        height: 60px;
    }

    #backhome {
        display: inline-block;
        position: relative;
        top: 5px;
        left: 5px;
    }

        #backhome i {
            color: white;
        }
}

.d-block {
    height: 450px;
    border-radius: 6px;
}

@media screen and (min-width: 1016px) and (max-width: 1065px) {

    .d-block {
        height: 416px !important;
    }

    #searchbar {
        margin-left: -25px;
    }
}

@media screen and (min-width: 826px) and (max-width: 1015px) {
    .d-block {
        height: 346px !important;
    }
}

@media screen and (min-width: 520px) and (max-width: 767px) {
    .d-block {
        height: 420px !important;
    }
}

@media screen and (min-width: 451px) and (max-width: 519px) {
    .d-block {
        height: 356px !important;
    }
}

@media screen and (max-width: 450px) {
    .d-block {
        height: 236px !important;
    }
}

.icons h5 {
    text-align: center;
    font-weight: bold;
    color: rgb(32, 81, 189);
    font-size: 18px;
    margin-top: -8px;
}

.mobicons h5 {
    text-align: center;
    font-weight: bold;
    color: rgb(32, 81, 189);
}

.iconimg {
    width: 80%;
    max-height: 55px;
    display: block;
    margin: auto;
}

.icons {
    width: 100%;
    padding-top: 1.5rem;
}

.iconrow {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0 auto;
    border: 1px solid white;
    width: 80%;
    padding-bottom: 1.5rem;
    padding-top: 0.5rem;
    margin-top: -10px;
    margin-bottom: -10px;
    border-radius: 1.4rem;
    background: #322274;
}

.mobicons {
    margin: 4px auto;
    max-width: 290px;
    display: none;
    background: #322274;
    border-radius: 1.4rem;
}

.alink {
    text-decoration: none;
    transition: all .4s;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
}

.iconcont {
    text-align: center;
    display: inline-block;
    /* padding-left: 22px; */
    margin-top: 5px;
    width: 7%;
    max-height: 55px;
}

.iconmobcont {
    text-align: center;
    display: inline-block;
    padding-left: 5px;
    margin-top: 5px;
    width: 65px;
    height: 45px;
}

@media screen and (max-width: 1220px) {
    .alink {
        font-size: 12px;
    }

    .iconrow {
        width: 86%;
    }
}

@media screen and (max-width: 1065px) {
    .alink {
        font-size: 11px;
        font-weight: bold;
    }

    .iconcont {
        width: 60px;
        height: 40px;
    }

    .iconimg {
        max-width: 60px;
        max-height: 40px;
    }

    .iconrow {
        width: 80%;
    }
}

@media screen and (max-width: 1011px) {

    .iconcont {
        width: 60px;
        height: 40px;
    }

    .iconrow {
        width: 100%;
    }
}

@media screen and (max-width: 814px) {

    .iconimg {
        max-width: 65px;
        max-height: 45px;
    }

    .icons {
        margin: 1px auto;
        max-width: 500px;
    }

    .iconcont {
        text-align: center;
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 5px;
        width: 55px;
        height: 35px;
        margin: 1rem .6rem;
    }

    .iconrow {
        margin: 1px auto;
        padding: 0.3rem, 0;
        
    }

    .alink {
        margin-left: 3px;
        margin-right: 3px;
    }
}

@media screen and (max-width:502px) {

    .alink {
        font-size: 14px;
    }

    .mobicons {
        display: block;
        padding: 0.5rem, 1.5rem;
    }

    .icons {
        display: none;
    }

    .mobicons h5 {
        font-size: 14px;
        text-align: center;
    }

    .iconmobcont {
        padding-left: 12px;
    }

    .iconimg {
        width: 100%;
        max-width: 70px;
        max-height: 48px;
    }

    .mobiconrow {
        margin: 10px auto;
        padding: 1rem, 1.5rem;
        width: 100%;
    }
}

@media screen and (max-width: 340px) {

    #mobsearch {
        width: 175px;
    }

    .mobicons {
        margin: 1px auto;
    }
}

.netnews {
    max-width: 395px;
    margin: 2px auto;
    height: 40px;
}

.widgetcont {
    margin-top: 6px;
}

.newswidget {
    margin: auto;
}

#weather {
    margin-left: 15px;
    margin-top: 5px;
    float: left;
}

.lastinfo {
    margin-left: 6px;
    float: left;
}

#mynews {
    border-radius: 6px;
    background-color: rgb(245, 173, 107);
    text-align: center;
    float: right;
    margin-right: 25px;
    margin-top: 4px;
    border: 0px solid rgb(245, 173, 107);
}

.netnews p {
    font-weight: bold;
    font-size: 16px;
    padding-top: 8px;
    color: rgb(20, 74, 136);
    line-height: 10px;
}

.postcont {
    width: 100%;
    margin: 0px auto;
    padding: 2px 6px;
    border-radius: 10px;
}

    .postcont a {
        color: black;
    }

.postlogo {
    max-width: 95px;
    max-height: 60px;
}

.postcont span a {
    font-weight: bold;
    font-size: 14px;
    text-decoration: underline;
    display: block;
    text-align: center;
}


.postcont h6 {
    text-align: center;
    padding: 1px 2px;
    font-size: 16px;
    color: black;
}

.postcont img {
    width: 100%;
    max-height: 204px;
    display: block;
    margin: 1px auto;
    border-radius: 6px;
    object-fit: cover;
}

@media screen and (max-width:310px) {
    .iconmobcont {
        width: 60px;
    }

    .iconmobcont {
        padding-left: 14px;
    }
}

@media screen and (max-width: 1160px) {

    .postcont img {
        max-height: 188px;
    }

    #underpart {
        margin-top: 0px;
    }
}

@media screen and (max-width: 1133px) {

    .specdiscount {
        margin-top: -5px;
    }
}

.postitem {
    max-width: 260px;
    height: 240px;
    border: 1px solid #c5c2c2;
    background-color: #E7E7E4;
    margin-top: 5px;
    border-radius: 8px;
}

    .postitem span a {
        font-weight: bold;
        font-size: 14px;
        text-decoration: underline;
        padding-left: 20px;
    }

    .postitem span {
        font-size: 12px;
        font-weight: bold;
        margin-left: 8px;
    }

    .postitem h6 {
        font-weight: bold;
        text-align: center;
        padding: 1px 2px;
        color: #1c3067;
        font-size: 15px;
    }

    .postitem img {
        width: 98%;
        max-width: 256px;
        height: 200px;
        display: block;
        margin: 1px auto;
        object-fit: cover;
    }

@media screen and (max-width: 1198px) {

    .postitem img {
        max-width: 214px;
        max-height: 190px;
        display: block;
        margin: 1px auto;
    }

    .postitem {
        height: 234px;
    }
}

@media screen and (max-width: 990px) {
    .postitem img {
        max-width: 254px;
        max-height: 200px;
    }

    .postitem {
        height: 230px;
    }
}

@media screen and (max-width: 574px) {
    .postitem img {
        max-width: 210px;
        max-height: 180px;
    }
}

.myframe {
    min-height: 125px;
}

.specials {
    margin-top: 18px;
}

.specdiscount {
    margin-top: 10px;
    display:inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

    .specdiscount h5 {
        text-align: center;
        color: white;
        font-size: 17px;
    }

.exclusive {
    max-width: 225px;
    padding-left: 20px;
    display: inline-block;
}

    .exclusive h5 {
        margin: 1px auto;
    }

.bestinfo {
    max-width: 500px;
    margin: 2px auto;
}

.downtitle h6{
    color: black;
    z-index: 10;
    text-align: center;
    position: relative;
    top: 100%;
}

@media screen and (max-width:1160px) {
    .postcont img {
        width: 100%;
    }

    .d-block {
        height: 425px;
    }
}

@media screen and (max-width:1054px) {

    .postcont img {
        height: 70%;
    }

    .d-block {
        height: 350px;
    }

    #underpart{
        margin-top: -6px;
    }
}

@media screen and (max-width:1015px) {

    .postcont img {
        width: 100%;
        max-height: 150px;
    }

        .postcont h6{
            font-size: 14px;
        }

    .freenews {
        max-width: 180px;
    }

    .bestinfo {
        max-width: 395px;
    }

    .lastinfo {
        margin-left: 1px;
    }

    #weather {
        margin-left: 40px;
    }

    #mynews {
        margin-right: 40px;
        padding: 3px 0px;
    }
}

@media screen and (min-width:1065px) {

    #ficon {
        margin-left: 24px;
    }
}

@media screen and (min-width:768px) and (max-width:825px) {
    .postcont {
        max-width: 200px;
        height: 205px;
    }

    .postcont h6{
        font-size: 12px;
    }
        .postcont img {
            max-width: 196px;
            max-height: 145px;
        }

        .postcont span a {
            padding-left: 25px;
        }

    .poster {
        min-height: 86px;
    }

    .netnews p {
        font-size: 12px;
    }

    .recentpost h5 {
        font-size: 16px;
    }

    #mynews {
        margin-right: 50px;
        height: 35px;
    }

    .topoffers {
        margin-top: -10px;
    }

    #underpart{
        margin-top: -22px;
    }

    .d-block {
        height: 328px !important;
    }
}

@media screen and (min-width: 1151px) and (max-width: 1220px) {
    #underpart {
        margin-top: -10px;
    }
}

@media screen and (max-width: 767px) {
    .specdiscount {
        margin: 5px 30px;
    }

    .postcont {
        max-width: 275px;
        height: 210px;
    }

        .postcont img {
            width: 100%;
            height: 100%;
            max-height: 172px;
            display: block;
            margin: 1px auto;
        }

    .poster {
        height: 180px;
    }

    .netnews h6 {
        font-size: 16px;
    }

    .bestinfo {
        max-width: 500px;
    }

    .lastinfo {
        margin-left: 8px;
    }

    .recentpost h5 {
        font-size: 18px;
    }

    #weather {
        margin-left: 20px;
    }

    .newswidget {
        display: none;
    }

    .icons h5 {
        margin-top: 20px;
    }
}

@media screen and (max-width:505px) {
    .postcont {
        max-width: 218px;
        max-height: 220px;
        margin: 5px auto;
    }

        .postcont img {
            max-width: 215px;
            max-height: 150px;
        }

    .freenews {
        max-width: 218px;
        margin: 6px auto;
    }

    .netnews h6 {
        font-size: 16px;
    }

    .bestinfo {
        max-width: 290px;
    }

    .lastinfo {
        display: none;
    }

    .mobi {
        display: block;
        margin: 1px auto;
        float: none;
    }

    #mynews {
        margin-left: 29px;
    }

    #weather {
        margin-top: 5px;
    }

    .specdiscount {
        margin-top: 15px;
    }
}

.proslider h5 {
    text-align: center;
    font-weight: bold;
    color: rgb(32, 81, 189);
}

.proslider {
    position: relative;
    z-index: 1;
}

.owl-prev {
    width: 20px;
    height: 25px;
    
}

.owl-next {
    width: 20px;
    height: 25px;
    background-color: rgba(0,0,0,0);
}

.foot-container {
    margin-top: 10px;
    border-top: 1px solid white;
}

.mobfoot-container {
    display: none;
}

.menuinfo {
    margin: 15px auto;
}

    .menuinfo h6 {
        margin-left: 40px;
        font-weight: bold;
        color: white;
    }

    .menuinfo a {
        color: white;
    }

.footinfo li {
    list-style: none;
    font-weight: 500;
}

.social {
    display: inline-block;
    margin-right: 6px;
    font-size: 22px;
}

.partners li {
    list-style: none;
}

.about {
    list-style: none;
}

.resetrow {
    margin-left: -14px;
    margin-right: -14px;
}

#currency {
    display: block;
    height: 70px;
    clip-path: inset(32px 1px 1px 26px);
    margin-top: -26px;
    margin-bottom: 6px;
    border-bottom: 1px;
    border-bottom-color: black;
}

.mobcurrency {
    display: none;
    clip-path: inset(33px 1px 1px 8px);
    margin: 1px auto;
    margin-top: -20px;
}

@media screen and (max-width: 580px) {
    #currency {
        display: none;
    }

    .mobcurrency {
        display: block;
    }
}

@media screen and (max-width: 605px) {

    .postcont img {
        max-width: 90%;
    }
}

.mobnewswidget {
    display: none;
}

@media screen and (max-width: 767px) {

    #mmynews {
        border-radius: 6px;
        background-color: rgb(245, 173, 107);
        text-align: center;
        float: right;
        margin-right: 25px;
        margin-top: 4px;
        border: 0px solid rgb(245, 173, 107);
    }

    #mweather {
        margin-left: 15px;
        margin-top: 5px;
        float: left;
    }
}

.forup {
    display: none;
}

@media screen and (max-width: 505px) {

    #mmynews {
        margin-right: 40px;
    }

    #mweather {
        margin-left: 30px;
    }

    .postcont {
        max-width: 275px;
        border-radius: 10px;
    }

        .postcont img {
            max-width: 245px;
            max-height: 165px;
        }

    .forup {
        display: block;
    }

    .fordown {
        display: none;
    }
}

@media screen and (max-width:352px) {

    .postcont img {
        max-width: 202px;
    }
}

#forlang {
    margin-left: 65px;
}

.aboutus {
    height: 370px;
}

.datemore {
    margin-left: 3px;
    margin-top: 2px;
    color: #E7E7E4;
}

.topoffers h5 {
    text-align: center;
    font-size: 22px;
    color: black;
}

.topoffers{
    margin-top: 50px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* #searchbtn {
            position: relative;
            top: 5px;
        } */
}

#lans {
    display: none;
}

.container-fluid {
   max-width: 1600px;
}

#footimg {
    width: 78px;
    height: 70px;
    margin-left: 30px;
    margin-bottom: 20px;
}

.carousel-control-prev-icon {
    background-color: darkgrey;
}

.carousel-control-next-icon {
    background-color: darkgrey;
}

/*
    #particle {
    position: absolute;
    overflow: hidden;
    opacity: 0.2;
    height: 100%;
    width: 80%;
    z-index: 1;
}
*/

.counterimg {
    width: 100px;
    height: 20px;
    visibility: hidden;
}

.webstats a {
    color: #30b7c3;
}

.hover-shadow {
    cursor: pointer;
}

.bigone {
    cursor: pointer;
}

.top-title {
    margin-top: 15px;
    text-align: center;
}

    .top-title h5 {
        color: black;
    }

.contact-info h5 {
    color: black;
}

.contact-info p {
    color: black;
}

.mytab {
    color: black;
}

.allstats {
    display: none;
}

.big-title {
    margin-top: 16px;
    margin-bottom: -2px;
}

@media screen and (max-width:505px) {

    #oppo {
        display: none;
    }
}

.stats {
    background-color: darkblue;
}

.slidebase{
    width: 100%;
}

.sld-title {
    font-weight: bold;
    position: relative;
    top: -180px;
    color: white;
    font-family: Calibri;
    font-size: 46px;
}

@media screen and (max-width: 645px){
    .slidebase{
        margin-top: 18px;
    }
}

@media screen and (max-width: 450px){
    .sld-title {
        position: relative;
        top: -210px;
    }
}

.footicon{
    width:  40px;
    height: 40px;
   
}

.forjoin img{
    display: block;
    margin: 22px auto;
}

#endirim{
    margin-top: -20px;
}

    #endirim p {
        color: #FAF8F1;
    }


.carouselTicker {
    overflow: hidden;
    float: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.carouselTicker__list {
    margin: 10px 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}

.carouselTicker__item {
    margin: 0;
    float: left;
    border: 4px solid #fbb714;
    background-color: #fbb714;
    margin-left: 5px;
    width: 101px;
    height: 40px;
    color: #fff;
    line-height: 34px;
    text-align: center;
}

.toptitle{
    height:36px;
    line-height: 14px;
}

