﻿:root {
    --text-secondary: #607d8b;
    --main-color: #41979a;
    --secondary-color: #5ac99d;
    --primary-bg: linear-gradient(253deg, var(--secondary-color), var(--main-color));
}


a {
    color: #2c3028;
}

    a:hover {
        color: var(--main-color);
    }

button:disabled {
    cursor: not-allowed;
    opacity: 0.75
}

.send-btn {
    background-image: linear-gradient(253deg, #5ac99d, #41979a) !important;
}


.hvr-glow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}

    .hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    }

@font-face {
    font-family: Helvetica-reg;
    src: url("../fonts/HelveticaNeueW23forSKY-Reg.ttf");
}

@font-face {
    font-family: Helvetica-bd;
    src: url("../fonts/helvetica-neue-w23-for-sky-bd.ttf");
}

body {
    background-color: #f7f7f7;
    color: #2c3028;
}
body:lang(ar) {
    font-family: Helvetica-reg,Helvetica-bd;
}


#contactusMsg-error {
    display: block;
}

.feather {
    width: 16px;
    height: 16px;
}

/* falier */


.img-title {
    padding: 0 0 30px;
}


.div-container {
    margin: 0 auto;
    text-align: center;
    max-width: 540px;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: space-between;
}

 .container-meassege {
    margin-top: 20%;
    border-radius: 5px;
    box-shadow: 0 3px 6px 0 rgba(18, 45, 46, 0.15);
    background-color: #ffffff;
    padding: 30px;
}

.section-maintenece .container-meassege {
    margin-top: 10%;
}


     .container-meassege h1 {
        font-size: 32px;
        font-weight: bold
    }


   .container-meassege p {
        font-size: 20px;
        color: var(--text-secondary);
    }

.btn-go {
    /*width: 193px;*/
    height: 47px;
    border-radius: 28px;
    box-shadow: 0 2px 15px 0 rgba(18, 45, 46, 0.1);
    /*background-image: var(--primary-bg);*/
    background: linear-gradient(253deg, #5ac99d, #41979a);
    color: #fff;
    border: 0;
    font-weight: bold;
    line-height: 2;
    padding: 8px 10%;
}

    .btn-go:hover {
        color: #fff;
    }

    .btn-go .feather:lang(en) {
        margin-bottom: 3px;
    }

   .img-footer {
        width: 92.7px;
    }

.div-footer {
    margin-bottom: 20px;
}

    .div-footer span:lang(en) {
        font-size: 11px;
        color: var(--text-secondary);
    }

    .div-footer span:lang(ar) {
        font-size: 14px;
        color: var(--text-secondary);
    }

    .div-footer a:hover {
        text-decoration: none;
    }

    .div-footer .divider {
        display: inline-block;
        width: 0;
        height: 28px;
        border: solid 1px var(--text-secondary);
        margin: -8px 5px;
        background-color: var(--text-secondary);
        opacity: .5;
    }


.div-client-info {
    box-shadow: 0 6px 20px 0 rgba(18, 45, 46, 0.1);
    background-color: #ffffff;
    margin-bottom: 30px;
    margin: 20px auto 0 auto;
    text-align: center;
}

    .div-client-info h3 {
        padding-top: 20px;
        font-size: 16px;
        font-weight: bold;
    }

    .div-client-info h5 {
        font-size: 16px;
        color: var(--text-secondary);
    }

    .div-client-info h6 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 0;
        padding-top: 20px;
        line-height: 1.5;
    }



.clinet-info {
    overflow: hidden;
}


    .clinet-info .media {
        border-bottom: none
    }

    .clinet-info .media-body {
        padding-top: 0px;
        flex: inherit;
        line-height: 3;
    }

        .clinet-info .media-body:lang(ar) {
            margin-left: 35px;
        }

        .clinet-info .media-body:lang(en) {
            margin-right: 35px;
        }

    .clinet-info .media {
        justify-content: center;
    }

    .clinet-info img {
        width: 72px;
        height: 72px;
        object-fit: cover;
        border-radius: 64px;
        box-shadow: 0 3px 6px 0 rgba(18, 45, 46, 0.1);
        margin: 0 10px;
    }

    .clinet-info .feather {
        color: var(--main-color);
        margin: 0 5px;
        width: 14px;
    }

    .clinet-info .invisible {
        width: 105px;
    }

    .clinet-info p {
        font-size: 14px;
        color: #263238
    }

    .clinet-info a:hover {
        text-decoration: underline;
    }

.div-phone {
    display: flex;
    line-height: 2;
}

    .div-phone p {
        direction: ltr;
    }

.div-social {
    padding-bottom: 25px;
}

    .div-social .feather {
        width: 16px;
    }

    .div-social a {
        color: #607d8b;
    }

        .div-social a:nth-child(2) {
            padding: 0 20px;
        }

.address-merchant {
    /*position: absolute;*/
    margin: 0 5px;
    font-size: 12px;
    color: var(--text-secondary);
}

    .address-merchant .feather {
        width: 12px;
        color: var(--text-secondary);
    }

@media screen and ( max-height: 690px ) {
    .container-meassege {
        margin-top: 10%;
    }
}

@media screen and ( max-height: 650px ) {
    .container-meassege {
        margin-top: 5%;
    }

    .div-footer {
        margin-bottom:5px;
    }
}


@media (max-width: 575.98px) {
    .container-meassege {
        padding: 30px 15px;
    }
}


#contact-us-out .modal-header {
    border-bottom: 2px solid rgba(120, 144, 156, 0.4);
}

    #contact-us-out .modal-header .modal-title {
        font-size: 20px;
        font-weight: bold;
        color: #263238;
    }

    #contact-us-out .modal-header .close {
        margin: 0;
        padding: 0;
        color: #78909c;
    }

#contact-us-out .heading {
    /*font-size: 18px;
    font-weight: bold;
    color: #263238;
    margin-bottom: 20px;*/
    margin-bottom: 20px;
    padding: 5px 0 10px 0;
    border-bottom: 1px solid #e6e7e7;
}

    #contact-us-out .heading span {
        padding-bottom: 6px;
        margin: 0 8px;
        font-size: 16px;
        color: #555555;
    }

#contact-us-out ul.contact-list {
    display: block;
    margin-top: 20px;
    list-style: none;
    /*text-align: right;*/
    margin: 0;
    padding: 0;
}

#contact-us-out .modal-dialog {
    max-width: 900px;
}

#contact-us-out ul.contact-list li {
    margin-bottom: 10px;
    font-size: 16px;
}

    #contact-us-out ul.contact-list li i {
        color: #17a2b8;
        width: 20px;
        text-align: center;
    }

    #contact-us-out ul.contact-list li span {
        direction: ltr;
        display: inline-block;
        color: #263238;
    }

        #contact-us-out ul.contact-list li span a {
            color: #263238;
        }

            #contact-us-out ul.contact-list li span a:hover {
                text-decoration: underline;
            }

#contact-us-out .box-shadow {
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 2px 10px #ccc;
}

    #contact-us-out .box-shadow p {
        font-size: 16px;
        font-weight: bold;
        color: #263238;
        margin-bottom: 20px;
        text-align: center;
        color: var(--main-color);
    }

    #contact-us-out .box-shadow .ft-input-div {
        position: relative;
    }

    #contact-us-out .box-shadow input {
        border-radius: 5px;
        border: solid 2px #78909c;
        background-color: #ffffff;
        padding: 15px 45px;
        font-size: 16px;
        height: 45px;
        box-shadow: none;
    }

#contact-us-out form {
    text-align: start;
    margin-top: 25px;
}

#contact-us-out .box-shadow textarea {
    border-radius: 5px;
    border: solid 2px #78909c;
    background-color: #ffffff;
    padding: 15px;
    font-size: 16px;
    height: 150px;
    resize: none
}

    #contact-us-out .box-shadow textarea:focus,
    #contact-us-out .box-shadow textarea:active {
        border-color: var(--main-color);
        box-shadow: none;
    }

#contact-us-out .box-shadow button {
    border-radius: 28px;
    -webkit-box-shadow: 0 2px 15px 0 rgba(18, 45, 46, 0.1);
    box-shadow: 0 2px 15px 0 rgba(18, 45, 46, 0.1);
    background: linear-gradient(253deg, #5ac99d, #41979a);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    width: 100%;
    max-width: 150px;
    justify-content: center;
    margin-right: auto;
    transition: all 0.3s;
    margin-left: auto;
    cursor: pointer;
}

    #contact-us-out .box-shadow button:hover {
        transform: translateY(-5px);
    }

    #contact-us-out .box-shadow button i {
        margin: 0 5px;
    }

.send-btn:focus {
    outline: none;
}

.send-btn:disabled,
.send-btn[disabled] {
    opacity: .7;
}

#error-msg,
.error {
    color: #a94442;
    margin-top: 1px;
    display: block;
    text-align: left;
    color: #a94442;
    margin-bottom: 5px;
}


.btn-gradient {
    background: linear-gradient(253deg, #5ac99d, #41979a);
    height: 42px;
    box-shadow: 0 2px 15px 0 rgba(18, 45, 46, 0.1);
    font-size: 18px !important;
    font-weight: bold !important;
    font-family: Helvetica-bd;
    border: 0;
}


.close-img {
    position: absolute;
    top: -35px;
    right: 3px;
}

.btn-help {
    height: 44px;
    border-radius: 28px;
    box-shadow: 0 6px 20px 0 rgba(18,45,46,.08);
    background: #fff;
    color: #41979a;
    border: 0;
    font-weight: bold;
    line-height: 2;
    padding: 5px 7%;
    margin-top: 15px;
}

.btn-help:hover {
    box-shadow: 0 6px 20px 0 rgba(18,45,46, .12);
    color: #41979a;
}