@font-face {
    font-family: iransans;
    src: url("../fonts/iransans/iransans.eot"),
    url("../fonts/iransans/iransans.woff"),
    url("../fonts/iransans/iransans.ttf");
}

html {
    font-size: 14px;
}

body {
    display: block;
    direction: rtl;
    position: relative;
    text-align: right;
    line-height: 1.4;
    font-size: 1rem;
}

body, font {
    font-family: iransans;
}

font {
    font-size: 14px;
}

ul {
    padding-right: 0;
}

li {
    list-style: none;
}

/*start font*/
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    margin: 1.414em 0 0.5em;
}

h1 {
    font-size: 2.074em;
}

h2 {
    font-size: 1.728em;
}

h3 {
    font-size: 1.44em;
}

h4 {
    font-size: 1.2em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: 0.833em;
}

p {
    font-size: 1em;
    margin: 0 0 1.5em;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/*end font*/
/***********************************************************/
/*start owl carousel*/
#owl-carousel-login-xs .item img {
    min-height: 150px;
    max-height: 150px;
}

#owl-carousel-login .item img {
    min-height: 150px;
    max-height: 520px;
    margin-top: 25px;
}

.owl-carousel button {
    outline: 0;
}

#owl-carousel-login-xs .owl-dots {
    bottom: 0;
    position: absolute;
}

.owl-carousel .owl-dots {
    position: fixed;
    bottom: 30px;
    left: 30px;
}

.owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    padding: 0 5px;
    margin: 5px 2px;
    border: none;
    font-size: 16px;
    line-height: 16px;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    float: left;
}

.owl-carousel .owl-dots .owl-dot.active span {
    background-color: #fd6239;
}

/*end owl carousel*/
/***********************************************************/
/*start box login*/

.form .form-group {
    position: relative;
}

.form .form-group input {
    width: 100%;
    padding: 8px 10px;
    outline: 0;
    text-align: center;
}


.hover:hover{
    border: 1px solid #fff;
    background-color: transparent;
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
}



.customer-tel h2.head {
    color: #ffffff;
    margin: 10px 0;
    font-size: 12px;
}

.customer-tel h3 {
    color: #ffffff;
    font-size: 13px;
}

.customer-tel h3 span {
    direction: ltr;
    display: inline-block;
    padding-bottom: 10px;
}

ul.download-app li {
    padding-right: 5px;
    padding-left: 0;
    margin-bottom: 10px;
}

ul.download-app li a img, ul.download-app li button > img {
    width: 100%;
    max-height: 45px;
    border: 1px solid #ffffff;
    border-radius: 5px;
}

ul.download-app li button {
    background-color: transparent;
    border: 0;
}

.modal-dialog button.close {
    position: absolute;
    width: 32px;
    right: -15px;
    top: -16px;
    color: #ffffff;
    opacity: 1;
    background-color: #06bdc7;
    border-radius: 50%;
    height: 30px;
    /* line-height: 31px; */
    outline: 0;
    z-index: 10;
}

.button-close-modal {
    background-color: #e4a90d;
    color: #ffffff;
    border-radius: 5px;
    border: 0;
    float: left;
}

main .modal-dialog {
    margin-top: 100px;
}

ul.download-app li .modal-dialog img {
    width: 85%;
    margin: auto auto 20px auto;
    display: block;
}

.modal-dialog img {
    width: 85%;
    margin: auto auto 20px auto;
    display: block;
}


.modal-dialog p {
    margin-left: 0 !important;
    padding-top: 5px;
}

.effect-7 {
    border: 1px solid #f5e5e5;
    padding: 7px 14px 9px;
    transition: 0.4s;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .12);
    border-radius: 5px;
}

.effect-7 ~ .focus-border:before,
.effect-7 ~ .focus-border:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #1b3a69;
    transition: 0.4s;
}

.effect-7 ~ .focus-border:after {
    top: auto;
    bottom: 0;
}

.effect-7 ~ .focus-border i:before,
.effect-7 ~ .focus-border i:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 0;
    background-color: #1b3a69;
    transition: 0.6s;
}

.effect-7 ~ .focus-border i:after {
    left: auto;
    right: 0;
}

.effect-7:focus ~ .focus-border:before,
.effect-7:focus ~ .focus-border:after {
    left: 0;
    width: 100%;
    transition: 0.4s;
}

.effect-7:focus ~ .focus-border i:before,
.effect-7:focus ~ .focus-border i:after {
    top: 0;
    height: 100%;
    transition: 0.6s;
}

/*end box login*/
/***********************************************************/
/*start footer*/
footer {
    position: fixed;
    width: 100%;
    min-height: 400px;
    right: 0;
    left: 0;
    background-image: url("./../images/wave.png");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 0;
    z-index: -1;
}

/*start footer*/
/***********************************************************/
/*start media*/
@media (max-width: 767px) {
    .hidden-sm-down {
        display: none;
    }

    main .modal-dialog {
        margin: 32px 15px;
    }
}

@media (min-width: 768px) {
    .hidden-sm-up {
        display: none;
    }
}

/*end media*/