﻿    .states {
            overflow: hidden;
            padding: 20px 0;
            direction: rtl;
            text-align: justify;
            display: block;
            background: #ececee;
        }

        .bbbss {
            width: 100%;
            color: #fff;
            background: red;
            font-size: 15px;
            border: 0;
        }
 
        .states a {
            color: #52575c;
            display: block;
            padding: 7px 0;
        }
        .bb{
            display: block; box-sizing: border-box; padding-top: 100%
        }
        .whatss {
            background: #2bb641;
            color: #fff;
            /*box-shadow: 0 2px 25px rgba(255, 255, 255, 0.75), 0 2px 25px rgba(148, 142, 180, 0.7);*/
            direction: rtl;
            margin: auto;
            text-align: center;
            /* font-size: 16px; */
            position: fixed;
            bottom: 175px;
            line-height: 52px;
            z-index: 9999;
            border-left: 0;
            left: 15px;
            width: 42px;
            height: 42px;
            border-radius: 100%;
        }

        .instas {
            background: #8d44ad;
            background: -webkit-linear-gradient(20deg, #8d44ad, #c1392c);
            background: linear-gradient(20deg, #8d44ad, #c1392c);
            /*box-shadow: 0 2px 25px rgba(255, 255, 255, 0.75), 0 2px 25px rgba(148, 142, 180, 0.7);*/
            color: #fff;
            /* padding: 8px 21px; */
            direction: rtl;
            margin: auto;
            text-align: center;
            /* font-size: 16px; */
            position: fixed;
            bottom: 125px;
            line-height: 52px;
            z-index: 9999;
            border-left: 0;
            left: 15px;
            width: 42px;
            height: 42px;
            border-radius: 100%;
        }

        .searchss {
            background:#ff990a;
            color: #fff;
            /*box-shadow: 0 2px 25px rgba(255, 255, 255, 0.75), 0 2px 25px rgba(148, 142, 180, 0.7);*/
            direction: rtl;
            margin: auto;
            text-align: center;
            /* font-size: 16px; */
            position: fixed;
            bottom: 75px;
            line-height: 52px;
            z-index: 999999999999;
            border-left: 0;
            left: 15px;
            width: 42px;
            height: 42px;
            border-radius: 100%;
        }

        .whitecolor {
            color: #fff;
        }

        .footerbox {
            min-height: 160px;
        }

        .f22 {
            font-size: 21px;
        }

        .menutops ul {
            text-align: center;
        }

        .main_title2 {
            position: relative;
            margin-top: 15px;
            margin-bottom: 15px;
            border-radius: 12px 12px 0 0;
        }

            .main_title2 h3 {
                position: relative;
                padding: 15px 0;
                margin: 0;
                font-size: 18px !important;
                font-family: iranyekan,roboto,sans-serif;
                text-align: right;
                font-weight: 700 !important;
                color: #25282b !important;
                margin-bottom: 5px;
                display: flex;
    align-items: center;
    text-align: center;
            }
            .main_title2 h3::after {
    content: '';margin-right: 0.25em;
    flex: 1;
    border-bottom: 1px solid #444444;
}
                .main_title2 h3 span {
                    color: #ff793f;
                    display: inline-block;
                    padding: 3px 3px;
                    border-radius: 3px;
                }

                .main_title2 h3::before {
                    display: none;
                }

        @media (max-width: 692px) {
            .nav > li:last-child {
                float: right;
            }

            .nav > li {
                margin: 9px 2px;
                float: left;
            }
        }

        @media (max-width: 792px) {
            .states a {
                font-size: 10px;
            }
        }

        .newssearch {
            display: none !important;
        }.vipsection {
    display: block;
    padding: 6px 0;
    text-align: center;
    background: #000981;
    color: #fff;
}
         .bbb{
             display: block; overflow: hidden; position: relative; box-sizing: border-box; margin: 0
         }
         .h35{
             height: 35px;
         }
         .vipimg{
             object-fit: cover;
         }
         .sirencolor{
             color: #ff793f
         }