﻿  @keyframes hue {
    from {
        filter: hue-rotate(0deg);
    }

    to {
        filter: hue-rotate(-360deg);
    }
}
   .ms-bx-frm {
            padding: 42px 4px;
            font-size: 12px;
            line-height: 18px;
            color: #fff;
            background:#ffffff;
       
        }

        .ms-bx-frm1 {
            background: #fff;
            padding: 42px 34px;
            color: #000;
            border-radius: 28px;    -webkit-box-shadow: 0px 0px 10px 0px #9489b182;
    box-shadow: 0px 0px 10px 0px #9489b182;
    border-radius: 11px;
        }

        .ms_reg {
            float: right;
            width: 100%;
            text-align: right;
            display: block;
        }

        .rfield {
            clear: both;
            float: right;
            direction: rtl;
            margin-bottom: 4px;    font-size: 15px;
        }

        .rtool {
            width: 100%;
            max-width: 800px;
            margin-bottom: 5px;
            float: right;
            font-size: 11px;
        }

        .ms-input {
            padding-right: 10px;
             transition: border-colorease-in-out .15s, box-shadowease-in-out .15s;
    background: rgba(255, 255, 255, 0.82);
    line-height: 22px;
    padding: 5px 23px;
    border: 1px solid rgb(169 169 169 / 33%);
    border-radius: .7em;
    color: #0c0c0c;
    font-size: 12px;
    font-weight: 300;
    width: 100%;
    height: auto;
    box-shadow: none;
    margin-bottom: 10px;
    direction: rtl;
        }.title-h1-gallery {
      font-size: 25px;
    margin: 25px auto;
    font-weight: bold;
    direction: rtl;
}.tx-about-pg {
    text-align: justify;
    font-size: 19px;
    line-height: 40px;
    padding: 0px 20px 20px 20px;
    direction: rtl;
    letter-spacing: -0.2px;
}
 .text-danger {
    color: #F44336;
    letter-spacing: -0.8px;
}
 .ms-succse{
       background: #4CAF50;
    height: 40px;
    padding: 5px 15px;
    text-align: right;
    line-height: 29px;
    font-size: 14px;
    border-radius: 13px;
    direction: rtl;
 } .ms-error{
     background:#F44336;
    height: 40px;
    padding: 5px 15px;
    text-align: right;
    line-height: 29px;
    color:#fff;
    font-size: 14px; direction: rtl;
    border-radius: 13px;
 }
   .btn-ft {
    background: #f44632;
    padding: 10px 16px;
    color: #fff;
    border: 1px solid #f44632;
    border-radius: 3px;
    font-size: 15px;
}
   .accordion {
        }

            .accordion dt, .accordion dd {
     background: #eeeeee5e;
    border-bottom: 2px solid #fff;
    line-height: 36px;
    padding-left: 10px;
    position: relative;
    padding-right: 19px;
    color: #000;
    direction: rtl;
    border-radius: 10px;
    margin-top: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
            }

            .accordion dd {
                   border-top: 0;
    background: #ffffff;
    padding-right: 8px;
    margin-right: 0px;
    color: #000000;
    line-height: 30px;
            }

                .accordion dt:last-of-type, .accordion dd:last-of-type {
                }

                .accordion dd:last-of-type {
                    border-top: 1px solid white;
                    position: relative;
                    top: -1px;
                }

                .accordion dt a, .accordion dd a {
                      display: block;
    color: white;
    float: left;
    background: #f44632;
    padding: 0px 19px;
    outline: 0px !important;
    position: absolute;
    left: 1px;
    top: 0px;
    height: 100%;
    vertical-align: middle;
    border-radius: 8px;
    font-size: 43px;
    line-height: 72px;
                }
@media only screen and (max-width: 768px) {
                .ms-bx-frm1 {

    margin-bottom: 10px;
}.accordion dt a, .accordion dd a {
   
    font-size: 22px;
    line-height: 63px;
}
 .accordion dt{
     padding-left: 50px;
 }
 }