.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid #00a0d2
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
    display: none
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900
}

.wpcf7-form-control-wrap {
    position: relative
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: 400;
    display: block
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: relative;
    top: -2ex;
    left: 1em;
    z-index: 100;
    border: 1px solid #dc3232;
    background: #fff;
    padding: .2em .8em;
    width: 24em
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
    content: " "
}

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: .75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative
}

form.submitting .wpcf7-spinner {
    visibility: visible
}

.wpcf7-spinner::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@media(prefers-reduced-motion:reduce) {
    .wpcf7-spinner::before {
        animation-name: blink;
        animation-duration: 2000ms
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes blink {
    from {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.wpcf7 input[type=file] {
    cursor: pointer
}

.wpcf7 input[type=file]:disabled {
    cursor: default
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed
}

.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
    direction: ltr
}



/* communaction */
.communaction {
    border: 1px solid #ccc;
    padding: 50px 15px 50px 15px;
    margin-top: 30px;
}

.communaction h5 {
    font-size: 22px;
    color: #000;
    margin-bottom: 0px;
}

.communaction h5 i {
    font-size: 22px;
    color: #f00;
    margin-left: 15px;
}

.communaction-text h6 {
    font-size: 26px;
    margin-top: 30px;
    margin-bottom: 0px;
}

.communaction-text h6 a {
    text-align: none;
    color: #000;
}

.communaction-text h6 b {
    color: #000;
}

.communaction-text h6 b strong {
    color: var(--orange);
}

.communaction-text p {
    font-size: 16px;
    margin-top: 30px;
    color: #000;
    margin-bottom: 0px;
}

/* communaction-img-text */
.news-c {
    margin-top: 30px;
}

.communaction-img-text img {
    float: left;
    width: 84px;
    height: 83px;
    border-radius: 0px;
}

.communaction-img-text a {
    width: 100%;
    margin-top: 20px;
    display: inline-block;
}

.communaction-img-text a h5 {
    float: left;
    margin-left: 20px;
    margin-top: 21px;
    color: #000;
    width: 300px;
}

.communaction-img-text a h5 strong {
    color: #f00;
}

.color-a {
    color: #000 !important;
}







.voting input{
    float: left;
    font-size: 14px;
    margin-top: 5px;
}
.voting p{
    float: left;
    font-size: 14px;
    margin-left: 15px;
}
.voting span{
    float: right;
}

/* footer */
.social-border-line{
    border-top: 1px solid #333232;
    margin-top: 30px !important;
}
.social-media{
    margin-top: 30px;
}
.social-media p{
    color: #fff;
    font-size: 14px;
    margin-left: 40px;
}
.social-media ul{
    margin-left: -46px;
}
.social-media ul li{
    float: left;
    margin-left: 15px;
    border-radius: 30px;
    background-color: #fff;
}
.social-media ul li a img{
    width: 30px;
    height: 30px;
    padding: 5px;
}
.app-store p{
    color: #fff;
    font-size: 14px;
    float: right;
    font-size: medium;
}
.app-store{
    margin-top: 30px;
}
.app-store ul{
    float: right;
}
.app-store ul li{
    float: left;
    margin-left: 15px;
    border: 1px solid #fff;
}
.copy_right_section{
    padding-top: 15px !important;
    margin-top: 15px !important;
}






/*  */






.card-1 {
    width: 100%;
    height: 569px;
    background-color: #fff;
}

.card-1 img {
    width: 100%;
    height: 200px;
}

.card-1 h4 {
    color: #23282d;
    font-size: 18px;
    margin-top: 15px;
    margin-left: 15px;
    margin-bottom: 0px;
}

.card-1 p {
    font-size: 14px;
    margin-left: 15px;
    margin-top: 15px;
}

.cheack-1f {
    float: left;
    margin-left: 25px;
}

.nero-data {
    margin-left: 15px;
}

.cheack-1f input {
    margin-right: 7px;
}

.btn-1 button {
    color: #fff;
    background-color: #00a0d2;
    padding: 5px 20px;
    border: none;
    text-align: center;
    margin-left: 33%;
}


#slider-container {
    overflow: hidden;
    margin-bottom: 50px;
}

#slider-container .btn {
    position: absolute;
    top: calc(50% - 30px);
    height: 30px;
    width: 30px;
    border-left: 8px solid pink;
    border-top: 8px solid pink;
}

#slider-container .btn:hover {
    transform: scale(1.2);
}

#slider-container .btn.inactive {
    border-color: rgb(153, 121, 126)
}

#slider-container .btn:first-of-type {
    transform: rotate(-45deg);
    top: 185px;
    left: 0px
}

#slider-container .btn:last-of-type {
    transform: rotate(135deg);
    right: 0px;
    top: 185px;
}

#slider-container #slider {
    display: flex;
    width: 1000%;
    height: 100%;
    transition: all .5s;
}

#slider-container #slider .slide {
    height: 90%;
    margin: auto 10px;
    background-color: #a847a4;
    box-shadow: 2px 2px 4px 2px white, -2px -2px 4px 2px white;
    display: grid;
    place-items: center;
}

#slider-container #slider .slide span {
    color: white;
    font-size: 150px;
}
/* section onnorkm khobor */
.card-stop{
    background-color: #eceff1;
    padding: 15px;
    width: 100%;
    height: 555px;
}
.card-stop-1{
    background-color: #fff3e0;
}
.card-stop h3{
    font-size: 26px;
    margin-bottom: 0px;
}
.stop-img-text{
    float: left;
    border-right: 1px solid #ccc;
    padding-right: 15px;
}
.stop-img-text img{
    width: 100%;
    height: 200px;
    margin-top: 15px;
}
.Ripley{
    margin-top: 15px;
}
.Ripley b{
    font-size: 16px;
    margin-bottom: 0px;
    color: #000;
}
.Ripley b span{
    color: #f00;
}
.capital{
    color: #000;
    font-size: 14px;
    margin-top: 15px;
}
.card-2sec{
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}
.card-2sec:last-child{
    border-bottom: none;
}
.sub-card{
    width: 65%;
    display: inline-block;
}
.sub-card h5{
    color: #000;
    font-size: 16px;
    margin-bottom: 0px;
}
.sub-card h5 span{
    color: #f00;
}
.sub-card p{
    color: #000;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.sub-card-img img{
    float: right;
    width: 30%;
    margin-top: -94px;
}
.news-img img{
    width: 100%;
    height: 80px;
    margin-bottom: 15px;
}


/* social media */

.single-page-social a{
    float: left;
}
.fa-brands, .fab{
    font-size: 26px;
}
.single-page-social{
    margin-left: -30px;
}
hr:not([size]){
    margin-top: 30px;
}
.single-page-social a:nth-child(1){
    background-color: #14448b !important;
}



/* end midea */






/* responsive */
@media only screen and (min-width: 1920px) {
    .communaction-img-text a h5 {
        width: 550px;
        margin-top: 28px;
    }
}
@media only screen and (min-width: 1024px) {
    .communaction-img-text a h5 {
        width: 550px;
        margin-top: 12px;
    }
    .app-store p{
        margin-left: 242px;
    }
}

@media only screen and (min-width: 768px) {
    .communaction-img-text a h5 {
        width: 600px;
        margin-top: 10px;
    }
    .card-stop{
        height: 675px;
        margin-bottom: 15px;
    }
    .stop-img-text{
        border-right: none;
    }
    .sub-card-img img{
        width: 20%;
        margin-top: -96px
    }
    .card-stop{
        height: 735px;
    }
    .app-store p{
        margin-left: 110px;
    }
}

@media only screen and (min-width: 640px) {
    .communaction-img-text a h5 {
        width: 510px;
        margin-top: 10px;
    }
    .stop-img-text{
        border-right: none;
    }
    .card-stop{
        height: 675px;
        margin-bottom: 15px;
    }
    .sub-card-img img{
        width: 24%;
    }
    .card-stop-1{
        height: 735px !important;
    }
}








@media only screen and (min-width: 1100px) {

    #slider-container #slider .slide {
        width: calc(2.5% - 20px);
    }

}

@media only screen and (max-width: 1100px) {

    #slider-container #slider .slide {
        width: calc(3.3333333% - 20px);
    }

}

@media only screen and (max-width: 900px) {

    #slider-container #slider .slide {
        width: calc(5% - 20px);
    }

}

@media only screen and (max-width: 550px) {

    #slider-container #slider .slide {
        width: calc(10% - 20px);
    }

}
