.pagination > li > a,
.pagination > li > span {
    border-radius: 50% !important;
    margin: 0 5px;
    font-size: 24px;
}

.search {
    position: relative;
    min-width: 75px;
}
  .search_result {
            background: #FFF;
            /*border: 1px #ccc solid;*/
            /*width: 300px;*/
            width: 100% !important;
            /*border-radius: 2px;*/
            max-height: 90vh;
            /*max-height: 300px;*/
            overflow-y: scroll;
            /*display:none;*/
            /*display: block;*/
            display: none;
            position: sticky;
            left: 5px;
            top: 5vh;
            padding-top: 5vh;
            /*top: 72px;*/
            /*top: 98px;*/
            padding-left: 40px;
            z-index: 1019;
            /*padding-bottom: 10vh;*/
        }

        .search_result li {
            list-style: none;
            padding: 5px 10px;
            margin: 0 0 0 -40px;
            color: #0896D3;
            background-color: #ffffff;
            /*border-bottom: 1px #ccc solid;*/
            cursor: pointer;
            transition: 0.3s;
        }

 .alert-center {
            display: none;
            position: absolute;
            left: 0;
            right: 0;
            margin-inline: auto;
            width: fit-content;
            z-index: 9999 !important;
        }

        .table td, .table th {
            padding: .25rem;
        }

.search_result li:hover {
    background: #ccc;
}

.w-40 {
    width: 40% !important;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    float: right;
}

/* Hide default HTML checkbox */
.switch input {
    display: none;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input.default:checked + .slider {
    background-color: #444;
}

input.primary:checked + .slider {
    background-color: #2196F3;
}

input.success:checked + .slider {
    background-color: #8bc34a;
}

input.info:checked + .slider {
    background-color: #3de0f5;
}

input.warning:checked + .slider {
    background-color: #FFC107;
}

input.danger:checked + .slider {
    background-color: #f44336;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.radio {
    margin: 6px 0;
    display: block;
    cursor: pointer;
}

.radio input {
    display: none;
}

.radio input + span {
    line-height: 18px;
    height: 18px;
    padding-left: 18px;
    display: block;
    position: relative;
}

.radio input + span:not(:empty) {
    padding-left: 30px;
}

.radio input + span:before, .radio input + span:after {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    border-radius: 50%;
    left: 0;
    top: 0;
    position: absolute;
}

.radio input + span:before {
    background: #d1d7e3;
    transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
}

.radio input + span:after {
    background: #fff;
    transform: scale(0.78);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
}

.radio input:checked + span:before {
    transform: scale(1.04);
    background: #5d9bfb;
}

.radio input:checked + span:after {
    transform: scale(0.4);
    transition: transform 0.3s ease;
}

.radio:hover input + span:before {
    transform: scale(0.92);
}

.radio:hover input + span:after {
    transform: scale(0.74);
}

.radio:hover input:checked + span:after {
    transform: scale(0.4);
}

.loader {
    position: relative;

    --size: 20px;
    --color: black;
    --parentWidth: 240px;
    --margin: 10px;
    --speed: 1.5s;
    --speedDif: 0.05s;

    width: var(--parentWidth);
    height: var(--size);
}

.loader div {
    position: absolute;
    top: 0;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    background: var(--color);
}

@keyframes move1 {
    from {
        left: calc(var(--size) * 2 + var(--margin) * 2);
    }
    to {
        left: calc(var(--parentWidth) - var(--size));
    }
}

@keyframes move2 {
    from {
        left: calc(var(--size) + var(--margin));
    }
    to {
        left: calc(var(--parentWidth) - var(--size) * 2 - var(--margin));
    }
}

@keyframes move3 {
    from {
        left: 0px;
    }
    to {
        left: calc(var(--parentWidth) - var(--size) * 3 - var(--margin) * 2);
    }
}

.circle1 {
    left: calc(var(--size) * 2 + var(--margin) * 2);
    animation: var(--speed) ease-in-out 0s infinite alternate move1;
}

.circle2 {
    left: calc(var(--size) + var(--margin));
    animation: var(--speed) ease-in-out var(--speedDif) infinite alternate move2;
}

.circle3 {
    left: 0px;
    animation: var(--speed) ease-in-out calc(var(--speedDif) * 2) infinite alternate move3;
}

/*//////*/

.item-carousel-blog-block {
    outline: medium none;
    padding: 15px;
}

.item-box-blog {
    border: 1px solid #dadada;
    text-align: center;
    z-index: 4;
    padding: 20px;
}

.item-box-blog-image {
    position: relative;
}

.item-box-blog-image figure img {
    width: 100%;
    height: auto;
}

.item-box-blog-date {
    position: absolute;
    z-index: 5;
    padding: 4px 20px;
    top: -20px;
    right: 8px;
    background-color: #41cb52;
}

.item-box-blog-date span {
    color: #fff;
    display: block;
    text-align: center;
    line-height: 1.2;
}

.item-box-blog-date span.mon {
    font-size: 18px;
}

.item-box-blog-date span.day {
    font-size: 16px;
}

.item-box-blog-body {
    padding: 10px;
}

.item-heading-blog a h5 {
    margin: 0;
    line-height: 1;
    text-decoration: none;
    transition: color 0.3s;
}

.item-box-blog-heading a {
    text-decoration: none;
}

.item-box-blog-data p {
    font-size: 13px;
}

.item-box-blog-data p i {
    font-size: 12px;
}

.item-box-blog-text {
    max-height: 100px;
    overflow: hidden;
}

.mt-10 {
    float: left;
    margin-top: -10px;
    padding-top: 10px;
}

.btn.bg-blue-ui.white.read {
    cursor: pointer;
    padding: 4px 20px;
    float: right;
    margin-top: 10px;
}

.btn.bg-blue-ui.white.read:hover {
    box-shadow: 0px 5px 50px inset #fc0000;
}

.white {
    color: #fff !important;
}

.bg-blue-ui {
    background-color: #fc0000 !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.ankor:before {
    display: block;
    content: "";
    height: 100px;
    margin: -100px 0 0;
}

@font-face {
    font-family: 'Glyphicons Halflings';

    src: url('/fonts/glyphicons/glyphicons-halflings-regular.eot');
    src: url('/fontsglyphicons//glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/fonts/glyphicons/glyphicons-halflings-regular.ttf') format('truetype'), url('/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.topbutton {
    color: #ccc !important;
    width: 50px;
    border: 2px solid #ccc;
    background: transparent;
    text-align: center;
    padding: 10px;
    position: fixed;
    bottom: 50px;
    left: 10px;
    cursor: pointer;
    color: #333;
    font-family: verdana;
    font-size: 12px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    z-index: 111;
}

@font-face {
    font-family: 'Glyphicons Halflings';

    src: url('/fonts/glyphicons/glyphicons-halflings-regular.eot');
    src: url('/fontsglyphicons//glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/fonts/glyphicons/glyphicons-halflings-regular.ttf') format('truetype'), url('/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.topbutton {
    width: 50px;
    border: 2px solid #ccc;
    background: transparent;
    text-align: center;
    padding: 10px;
    position: fixed;
    bottom: 50px;
    left: 10px;
    cursor: pointer;
    color: #333;
    font-family: verdana;
    font-size: 12px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    z-index: 111;
}

@media print {
    .noprint {
        display: none !important;
    }

}

.custom-switch-checkbox {
    padding-left: 2.25rem
}

.custom-switch-checkbox .custom-control-label::before {
    left: 0rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch-checkbox .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(0rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}

.custom-switch-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

 .pagination > li > a,  .pagination > li > span {
    font-size:16px;
}


 /*mobile ifrmae*/
  iframe {
            max-width: 100% !important;
            /*width: auto !important;*/
            /*height: auto !important;*/
        }