        /*============================================================================================*/
        /* Your custom styles below */
        /*============================================================================================*/
        
        body {
            font-family: 'Cairo', sans-serif;
            direction: rtl;
        }
        
        .border-right {
            position: relative;
        }
        
        .hideShowPassword-field {
            padding-left: 48px;
            padding-right: .75rem !important;
        }
        
        .bullets input {
            margin-bottom: 11px;
        }
        
        #top_access span {
            float: left;
            height: 30px;
            line-height: 30px;
            margin: 0 5px;
        }
        
        .summary-confirm {
            background-color: #fff;
            padding: 10px;
            margin: 20px auto;
            border-radius: 10px;
        }
        
        .summary-confirm ul {
            margin-top: 20px;
        }
        
        @media (max-width: 767px) {
            #top_access span {
                display: none;
            }
        }
        
        @media (max-width: 575px) {
            #custom-search-input .search-query {}
            #custom-search-input .search-query {
                padding-top: 15px;
            }
            #custom-search-input .search-caption {
                right: 19px;
                top: -3px;
            }
            #rev_slider_72_1_wrapper {
                display: none;
            }
        }
        
        .custom-select+button {
            border: 0;
            background-color: transparent;
        }
        
        .custom-select+button:hover,
        .custom-select+button:active {
            border: 0;
            background-color: transparent;
        }
        
        .btn-light:not(:disabled):not(.disabled).active,
        .btn-light:not(:disabled):not(.disabled):active,
        .show>.btn-light.dropdown-toggle {
            color: #212529;
            background-color: transparent;
            border-color: transparent;
        }
        
        .dropdown-item.active,
        .dropdown-item:active {
            color: #fff;
            text-decoration: none;
            background-color: #31266d;
        }
        
        .form-control:focus {
            color: #495057;
            background-color: #fff;
            border-color: #df467a;
            outline: 0;
            box-shadow: 0 0 0 .2rem rgba(223, 70, 122, .25);
        }
        
        .bootstrap-select>.dropdown-toggle::after {
            margin-top: -1px;
            display: none;
        }
        
        .time_select li {
            display: inline-block;
            float: right;
        }