.banner-area {
    float: right;
    width: 100%;
    min-height: 300px;
    background-color: #fff;
    background-image: url(../img/movie-contact-blur.jpg);
    background-size: cover;
    background-position: center
}

.banner-area .banner {
    float: right;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    padding: 150px 0 175px 0
}

.banner-area .banner h1 {
    color: white;
    text-shadow: 1px 1px #606060;
    font-size: 45px;
}

.page-address a {
    color: #fff
}

.page-address a:hover {
    color: #3b3388
}

.page-address a:hover::after {
    color: #fff
}

.page-address a:last-child {
    color: #fff
}

.page-address a:last-child:hover {
    color: #fff
}

.main-area {
    float: right;
    width: 100%;
    padding: 60px 0;
    background: white;
    direction: rtl;
}

.main-area .text {
    float: right;
    width: 100%;
    padding: 15px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.info {
    float: right;
    width: 50%;
    padding-left: 15px;
    margin-top: 50px;
    direction: rtl
}

.main-area .info {
    width: 100%;
    margin: 10px 0;
    padding: 15px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.info h2 {
    font-size: 16px;
    margin-bottom: 15px
}

.info h2 {
    text-align: right;
    border-bottom: 1px solid #e9ecf2;
    padding: 0 0 12px 0;
}

.info ul {
    float: right;
    width: 100%;
    margin-bottom: 30px
}

.info ul li {
    position: relative;
    margin-bottom: 10px;
    width: auto;
}

.info ul li span {
    float: right
}

.info ul li i {
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 35px;
    line-height: 36px;
    background-color: #29b7f6;
    color: #fff;
    z-index: 2;
    position: absolute;
    right: 0;
    top: 0;
    min-width: 57px;
    border: 1px solid #fff
}

.info ul li a {
    color: #29b7f6;
    float: right;
    padding: 10px 45px 10px 25px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #29b7f6;
    margin-top: 7px;
    margin-right: 30px;
    z-index: 1;
    direction: ltr;
    transition: .4s;
}

.info ul li span:hover a {
    padding: 10px 75px 10px 55px;
    background-color: #29b7f6;
    color: #fff
}

.web-mail {
    float: right;
    width: 50%;
    padding-right: 15px;
    margin-top: 50px
}

.web-mail h2 {
    font-size: 16px;
    margin-bottom: 23px
}

.web-mail input {
    width: calc(50% - 7.5px);
    float: right;
    padding: 0 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.web-mail input:nth-child(1) {
    margin-left: 7.5px;
    text-align: right;
    direction: rtl
}

.web-mail input:nth-child(2) {
    margin-right: 7.5px
}

.web-mail textarea {
    width: 100%;
    float: right;
    margin: 15px 0;
    text-align: right;
    direction: rtl;
    padding: 10px;
    color: #626262;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.web-mail button {
    float: right;
    padding: 0 30px;
    background-color: #29b7f6;
    color: #fff;
    border: none;
    transition: .3s;
    height: 45px
}

.web-mail button:hover {
    background-color: #ff6f00
}

@media only screen and (max-width: 990px) {
    .banner-area {
        margin-top: 60px
    }

    .main-area {
        padding: 20px 0
    }

    .main-area .text {
        padding: 15px;
        background-color: #fff;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1)
    }

    .main-area .info {
        width: 100%;
        margin: 10px 0;
        padding: 15px;
        background-color: #fff;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1)
    }

    .info h2 {
        text-align: center;
        border-bottom: 1px solid #e9ecf2;
        padding: 0 0 12px 0
    }

    .info h2::before {
        display: none
    }

    .info ul li {
        width: auto
    }

    .info ul li a {
        border-color: #29b7f6;
        color: #29b7f6
    }

    .info ul li span:hover a {
        padding: 10px 45px 10px 25px;
        background-color: initial;
        color: #29b7f6
    }

    .main-area .web-mail {
        width: 100%;
        margin: 0;
        padding: 15px;
        background-color: #fff;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1)
    }

    .web-mail h2 {
        text-align: center
    }

    .web-mail h2::before {
        display: none
    }

    .web-mail button {
        width: 100%
    }
}

@media only screen and (max-width: 768px) {
    .web-mail input {
        width: 100%
    }

    .web-mail input:nth-child(1) {
        margin-left: 0;
        margin-bottom: 15px;
        text-align: center
    }

    .web-mail input:nth-child(2) {
        margin-right: 0;
        text-align: center
    }

    .web-mail textarea {
        text-align: center
    }
}
