/*
Theme Name: sayda
Theme URI: https://hamidmotamedi.com
Author: hamidmotamedi
Author URI: https://hamidmotamedi.com
Description: Develop theme for Amin holding
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentytwo
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, accessibility-ready

*/
@import "fonts/stylesheet.css";
@import "fonts/icomoon/style.css";

body {
    font-family: IRANSans;
}

/*nav*/
/*sub menu*/
nav #sayda-nav #up ul.sub-menu {
    /* transition: all 0.9s; */
    position: absolute;
    display: none;
    background: #fff;
    box-shadow: 0px 1px 3px #707070;
    margin: 29px 28px 0 0;
    border-top: 3px solid #ed1c24;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 20px 30px;
    z-index: 600;
}

nav #sayda-nav #up ul li:hover ul.sub-menu {
    display: block !important;
}

nav #sayda-nav #up ul.sub-menu li {
    display: block !important;
    padding: 0 !important;
}

nav #sayda-nav #up ul.sub-menu li a {
    padding: 0;
}

nav #sayda-nav #down ul.sub-menu {
    /* transition: all 0.9s; */
    position: absolute;
    display: none;
    background: #fff;
    box-shadow: 0px 1px 3px #707070;
    margin: 15px 28px 0 0;
    border-top: 3px solid #ed1c24;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 20px 30px;
    z-index: 600;
}

nav #sayda-nav #down ul li:hover ul.sub-menu {
    display: block !important;
}

nav #sayda-nav #down ul.sub-menu li {
    display: block !important;
    padding: 0 !important;
}

nav #sayda-nav #down ul.sub-menu li a {
    padding: 0;
}

nav #sayda-nav #static ul.sub-menu {
    /* transition: all 0.9s; */
    position: absolute;
    display: none;
    background: #fff;
    box-shadow: 0px 1px 3px #707070;
    margin: 29px 28px 0 0;
    border-top: 3px solid #ed1c24;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 20px 30px;
    z-index: 600;
}

nav #sayda-nav #static ul li:hover ul.sub-menu {
    display: block !important;
}

nav #sayda-nav #static ul.sub-menu li {
    display: block !important;
    padding: 0 !important;
}

nav #sayda-nav #static ul.sub-menu li a {
    padding: 0;
}

nav #sayda-nav #up #globalNavbar ul li.menu-item-has-children i,
nav #sayda-nav #down #globalNavbar ul li.menu-item-has-children i,
nav #sayda-nav #static #globalNavbar ul li.menu-item-has-children i {
    display: none;
}

nav ul {
    direction: ltr;
}

nav .sayda-logo {
    width: 40px;
}

nav .sim-logo {
    width: 110px;
}

nav #sayda-nav #responsive {
    display: none;
}

nav #sayda-nav {
    transition: all 300ms cubic-bezier(0.18, 0.89, 0.32, 1.28) 0s;
}

nav #sim-nav #responsive {
    display: none;
}

nav #sim-nav {
    transition: all 300ms cubic-bezier(0.18, 0.89, 0.32, 1.28) 0s;
}

nav #sim-nav #up {
    /*box-shadow: 0 -3px 9px 0 #707070;*/
    /*height: 60px;*/
    background: #fff;
    position: fixed;
    top: 100px;
    right: 0;
    left: 0;
    z-index: 500;
    padding: 10px 15px;
    transition: all 300ms cubic-bezier(0.18, 0.89, 0.32, 1.28) 0s;
}

nav #sim-nav #down {
    box-shadow: 0 -3px 9px 0 #707070;
    /*height: 60px;*/
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 500;
    padding: 7px 15px;
    transition: all 300ms cubic-bezier(0.18, 0.89, 0.32, 1.28) 0s;
}

nav #sayda-nav #up {
    box-shadow: 0 -3px 9px 0 #707070;
    /*height: 60px;*/
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 500;
    padding: 0 15px;
    transition: all 300ms cubic-bezier(0.18, 0.89, 0.32, 1.28) 0s;
}

nav #sayda-nav #down {
    box-shadow: 0 -3px 9px 0 #707070;
    /*height: 60px;*/
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 500;
    padding: 0 15px;
    transition: all 300ms cubic-bezier(0.18, 0.89, 0.32, 1.28) 0s;
}

nav #sayda-nav #static {
    box-shadow: 0 -3px 9px 0 #707070;
    /*height: 60px;*/
    background: #fff;
    /*position: fixed;*/
    top: 0;
    right: 0;
    left: 0;
    z-index: 500;
    padding: 0 15px;
    transition: all 300ms cubic-bezier(0.18, 0.89, 0.32, 1.28) 0s;
}

nav #sayda-nav #globalNavbar #login {
    background: #ff8400;
    color: #fff;
    font-size: 24px;
    padding: 18px 30px 0 30px;
    margin-bottom: 20px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    cursor: pointer;
}

nav #sayda-nav #globalNavbar ul {
    direction: rtl;
    list-style: none;
    margin: 0;
    text-align: right;
}

nav #sayda-nav #globalNavbar.show {
    display: flex !important;
}

nav #sayda-nav #up #globalNavbar ul li {
    display: inline-block;
    padding: 29px 0;
}

nav #sayda-nav #static #globalNavbar ul li {
    display: inline-block;
    padding: 29px 0;
}

nav #sayda-nav #down #globalNavbar ul li {
    display: inline-block;
    padding: 14px 0;
}

nav #sayda-nav #globalNavbar ul li a {
    font-size: 24px;
    color: #2465b1;
    padding-left: 0;
    padding-right: 30px;
    font-style: unset;
}

nav #sayda-nav #globalNavbar ul li a:hover {
    color: #2465b1;
}

nav #sayda-nav #globalNavbar ul li.current-menu-item a {
    color: #2465b1;
}

nav #sayda-nav #globalNavbar ul li.active a {
    background: #2465b1;
    color: #fff;
    border-radius: 25px;
    padding: 0px 20px;
    margin: 7px 30px 0 0;
}

nav #sim-nav {
    height: 70px;
    margin-top: -10px;
}

nav #sim-nav ul {
    direction: rtl;
    list-style: none;
    margin: 0;
}

nav #sim-nav ul li {
    display: inline-block;
}

nav #sim-nav ul li a {
    font-size: 24px;
    color: #707070;
    padding-left: 0;
    padding-right: 30px;
    font-style: unset;
}

nav #sim-nav ul li.active a {
    background: #2465b1;
    color: #fff;
    border-radius: 25px;
    padding: 0px 20px;
    margin: 7px 30px 0 0;
}

#home-page {
    margin-top: 95px;
}

#home-page #section01 .owl-theme .owl-nav {
    display: inline-block !important;
    margin: 0;
}

#home-page #section01 .owl-theme .owl-nav .owl-prev {
    background: transparent;
    position: absolute;
    left: 40px;
    font-size: 29px;
    top: 43%;
    color: #fff;
}

#home-page #section01 .owl-theme .owl-nav .owl-next {
    background: transparent;
    position: absolute;
    right: 40px;
    font-size: 29px;
    top: 43%;
    color: #fff;
}

#home-page #section01 .owl-theme .owl-dots {
    position: absolute;
    bottom: 30px;
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: center;
}

#home-page #section01 .owl-theme .owl-dots .owl-dot.active span, #home-page #section01 .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

#home-page #section01 .owl-theme .owl-dots .owl-dot span {
    font-size: 20px;
    display: inline-block;
    width: 0.4em;
    box-sizing: content-box;
    height: 0.4em;
    border: 0.1em solid #fff;
    position: relative;
    border-radius: 0.35em;
    background: transparent;
}

#section02 {
    background: #1974ba;
    text-align: right;
    padding-top: 40px;
    padding-bottom: 40px;
    direction: rtl;
    margin-top: -25px;
}

#section02 h2 {
    color: #fff;
    padding-bottom: 55px;
    font-weight: 900;
    font-size: 41px;
}

#section02 p {
    color: #fff;
    text-align: justify;
    font-size: 22px;
}

#section02 .title_wrapp {
    text-align: center;
    padding-top: 60px;
}

#section02 button {
    text-align: center;
    background: #fff;
    color: #1974ba;
    border: 0;
    padding: 15px 50px;
    border-radius: 15px;
    font-size: 26px;
}

#section03 {
    margin-bottom: 30px;
}

#section03 h2 {
    color: #5c5c5c;
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 26px;
    font-weight: 800;
}

#section03 .box-img img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    box-shadow: 0 0 7px 7px #dddddd;
}

#section03 .box_wrapp {
    border: 1px solid #f8f8f8;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0 0 8px 5px #dddddd;
    margin: 20px 10px;
}

#section03 .box_wrapp h5 {
    font-size: 24px;
    font-weight: 700;
    padding-right: 10px;
    text-align: center;
}

#section03 .box_wrapp h6 {
    font-size: 18px;
    padding-right: 10px;
    text-align: center;
}

#section03 .box_wrapp .box-body {
    text-align: right;
    padding-top: 15px;
    color: #8b8b8b;
}

#section03 .box_wrapp .box-body p {
    font-size: 20px;
    font-weight: 600;
}

#section03 .box_wrapp .box-body ul {
    direction: rtl;
    padding: 0;
}

#section03 .box_wrapp .box-body ul li {
    list-style: none;
    font-size: 18px;
    color: #8b8b8b;
}

#section03 .box_wrapp .box-body .more {
    text-align: center;
    font-size: 14px;
}

#section04 {
    background: #1974ba;
    padding-bottom: 40px;
}

#section04 h2 {
    color: #fff;
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 26px;
    font-weight: 800;
}

#section04 .box-img {
    background: #fff;
    border-radius: 40px;
    height: 200px;
    width: 200px;
    text-align: center;
    margin: auto;
}

#section04 .box-img img {
    max-height: 100px;
    max-width: 100px;
    margin: auto;
}

#section04 .title_wrapp {
    text-align: center;
    padding-top: 40px;
}

#section04 button {
    text-align: center;
    background: #fff;
    color: #1974ba;
    border: 0;
    padding: 15px 50px;
    border-radius: 15px;
    font-size: 26px;
}

/*start consultants*/
#consultants {
    margin: 150px auto 20px;
}

#consultants .img-set {
    text-align: center;
}

#consultants .img-set img {
    text-align: center;
    max-width: 100%;
    height: auto;
}

#consultants .title {
    font-size: 30px;
    text-align: center;
    margin: 20px auto 20px;
}

#consultants .title span {
    font-size: 26px;
}

#consultants .content {
    font-size: 20px;
    direction: rtl;
    text-align: right;
}


/*end consultants*/

/*start profile*/
#profile {
    margin: 150px auto 30px;
}

#profile .right-box-wrapp {
    box-shadow: 0 -3px 9px 0 #707070;
    border-radius: 15px;
    background: #f8f8f8;
}

#profile .right-box-wrapp .title {
    text-align: center;

}

#profile .right-box-wrapp .title h2 {
    background: #2465b1;
    color: #fff;
    direction: rtl;
    font-size: 24px;
    padding: 20px 10px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

#profile .right-box-wrapp .body {
    text-align: justify;
    direction: rtl;
    padding: 10px 15px;
}

#profile .right-box-wrapp .amount {
    text-align: center;

}

#profile .right-box-wrapp .amount h3 {
    color: #2465b1;
    direction: rtl;
    font-size: 24px;
    font-weight: 700;
    padding: 20px 10px;
    border-top: 1px solid #2465b1;
    margin: 0 5px;
}

#profile .left-box-wrapp {
    box-shadow: 0 -3px 9px 0 #707070;
    border-radius: 15px;
    background: #f8f8f8;
    text-align: center;
    padding: 10px 20px;
}

#profile .left-box-wrapp h2 {
    color: #2465b1;
    direction: rtl;
    font-size: 22px;
    font-weight: 800;
    padding: 20px 10px;
    border-bottom: 1px solid #2465b1;
}

#profile .left-box-wrapp .top {
    color: #2465b1;
    direction: rtl;
    font-size: 20px;
    font-weight: 200;
    padding: 20px 10px;
}

#profile .left-box-wrapp .down {
    background: #82d7fe;
    direction: rtl;
    font-size: 20px;
    font-weight: 200;
    padding: 20px 10px;
    margin-bottom: 20px;
}

#profile .left-box-wrapp .img-set {
    max-width: 100%;
    border-radius: 15px;
    cursor: pointer;
}

#profile .left-box-wrapp .active {
    border: 2px solid #2465b1;
}

#profile .left-box-wrapp label {
    direction: rtl;
    margin-top: 20px;
}

#profile .left-box-wrapp button {
    color: #fff;
    background-color: #2465b1;
    border-color: #2465b1;
    border-radius: 15px;
    min-height: 40px;
    font-size: 20px;
    padding: 0 30px;
    width: auto;
    margin: 10px auto 20px;
    border-style: unset;
    display: block;
}

#profile hr {
    margin-top: 50px;
}

/*end profile*/

#footer {
    direction: rtl;
    margin: 70px auto 40px;
}

#footer .map-img-set {
    max-width: 100%;
}

#footer .contact {
    text-align: right;
}

#footer .contact p {
    text-align: right;
    max-width: 400px;
    margin-left: auto;
    margin-bottom: 6px;
}

#footer .contact p img {
    display: inline-block;
}

#footer .contact p span {
    display: inline-block;
    max-width: 90%;
    vertical-align: middle;
    color: #5c5c5c;
}

#copyright {
    text-align: center;
    background: #1974ba;
    direction: rtl;

}

#copyright p {
    font-size: 18px;
    color: #fff;
    padding: 15px 15px 0px;
}


#loginmodal {
    z-index: 550;
    display: none;
}

#loginmodal .modal-content {
    max-width: 100%;
    width: unset;
    border: none;
    background: transparent;
}

#loginmodal .modal-content .header {
    position: absolute;
    top: 12px;
    right: 0;
    left: 0;
}

#loginmodal .modal-content .header .wrapp {
    background: #82d7fe;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    padding: 10px 50px 12px;
    font-size: 20px;
    font-weight: 600;
}

#loginmodal .modal-content .box_wrapp {
    background: #f7f7f7;
    border-radius: 20px;
    padding: 50px;
    margin-top: 30px;
    min-width: 300px;
}

#loginmodal .modal-content .box_wrapp .description {
    text-align: center;
    font-size: 18px;
    margin: 0 0 20px;
    color: #999999;
    direction: rtl;
}

#loginmodal .modal-content .box_wrapp .phone_input input {
    border: 1px solid #f7f7f7;
    border-radius: 10px;
    direction: rtl;
    padding: 5px 10px;
    background: #fff;
    text-align: center;
    color: #dadada;
    margin: 4px auto;
}

#loginmodal .modal-content .box_wrapp .phone_input input::placeholder {
    color: #dadada;
}

#loginmodal .modal-content .box_wrapp .phone_input input:focus {
    outline: 0;
    border: 1px solid #707070;
}

#loginmodal .modal-content .box_wrapp .verify_input input {
    border: 1px solid #f7f7f7;
    border-radius: 2px;
    direction: rtl;
    padding: 5px 10px;
    background: #fff;
    text-align: center;
    width: 35px;
}

#loginmodal .modal-content .box_wrapp .verify_input input:focus {
    outline: 0;
    border: 1px solid #707070;
}

#loginmodal .modal-content .box_wrapp .resend_code {
    color: #1974ba;
    border-bottom: 1px solid #1974ba;
    padding-top: 5px;
    display: inline-block;
    cursor: pointer;
}

#loginmodal .modal-content .box_wrapp #resend_code_wrapp {
    padding-top: 10px;
    color: #1974ba;
    font-weight: 800;
}

#loginmodal .modal-content .box_wrapp .enter_code {
    text-align: center;
    font-size: 19px;
    color: #999999;
    direction: rtl;
}

#loginmodal .modal-left input.submit, #loginmodal .submit {
    color: #fff;
    background-color: #00afff;
    border-color: #00afff;
    border-radius: 15px;
    min-height: 40px;
    font-size: 20px;
    padding: 0 30px;
    width: auto;
    margin: 60px auto 0;
    border-style: unset;
    display: block;
}

#loginmodal .submit {
    margin: 30px auto 30px;
}

#loginmodal .modal-dialog {
    max-width: 600px;
    /*width: 800px;*/
    height: inherit;
}

#loginmodal .close-modal {
    color: #fff;
    opacity: 1;
    top: -30px;
    position: absolute;
    font-size: 30px;
    right: 15px;
    text-shadow: none;
}


#loginmodal #back {
    display: none;
}

#loginmodal #back .modal-single {
    background: #ffffff;
    padding: 50px 60px 40px;
    border-radius: 10px;
    text-align: center;
}

#loginmodal #single-box .modal-single {
    background: #ffffff;
    padding: 50px 60px 40px;
    border-radius: 10px;
    text-align: center;
}

#loginmodal #back .modal-single p {
    font-size: 24px;
    direction: rtl;
    text-align: justify;
}


#loginmodal #back .modal-single a {
    font-style: unset;
    font-size: 24px;
    color: #707070;
    display: block;
}

.modal {
    display: flex; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    /*padding-top: 100px; !* Location of the box *!*/
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.85); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 500px;
    max-width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

@media only screen and (max-width: 720px) {

    /*menu style*/
    nav #sayda-nav #up ul.sub-menu {
        background: #fff;
        border: unset;
        border-radius: unset;
        box-shadow: unset;
        padding: 0;
        margin: 15px 30px 15px 0px;
        z-index: 600;
        position: relative;
        transition: all 300ms cubic-bezier(0.18, 0.89, 0.32, 1.28) 0s;
    }

    nav #sayda-nav #down ul.sub-menu {
        background: #fff;
        border: unset;
        border-radius: unset;
        box-shadow: unset;
        border-right: 3px solid #ed1c24;
        padding: 0;
        margin: 15px 15px 15px 0px;
        z-index: 600;
        position: relative;
        transition: all 300ms cubic-bezier(0.18, 0.89, 0.32, 1.28) 0s;
    }

    nav #sayda-nav #static ul.sub-menu {
        background: #fff;
        border: unset;
        border-radius: unset;
        box-shadow: unset;
        padding: 0;
        margin: 15px 30px 15px 0px;
        z-index: 600;
        position: relative;
        transition: all 300ms cubic-bezier(0.18, 0.89, 0.32, 1.28) 0s;
    }

    nav #sayda-nav #globalNavbar {
        display: none !important;
        transition: all 2s ease;
    }

    nav #sayda-nav #responsive {
        display: block;
    }

    nav #sayda-nav #responsive img {
        height: 40px;
        width: auto;
    }

    nav #sayda-nav #responsive ul {
        list-style: none;
        direction: rtl;
        text-align: right;
        padding: 0;
        margin: 0;
    }

    nav #sayda-nav #responsive ul li {
        display: inline-block;
    }

    nav #sayda-nav #responsive ul li i {
        display: inline-block;
        font-size: 20px;
        margin: 10px 5px 0 0;
        color: #707070;
        cursor: pointer;
    }

    nav #sayda-nav #static {
        padding: 7px 0;
    }

    nav #sayda-nav #up {
        padding: 7px 0;
    }

    nav #sayda-nav #down {
        padding: 7px 0;
    }

    nav #sayda-nav img {
        padding-right: 10px;
        /*margin-top: -20px;*/
    }

    nav #sayda-md-logo {
        display: none;
    }

    nav #sayda-nav #globalNavbar.show {
        position: fixed;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.4);
        z-index: 530;
        top: 0;
        bottom: 0;
    }

    nav #sayda-nav #globalNavbar.hide {
        display: none !important;
    }

    nav #sayda-nav #globalNavbar .close-nav {
        text-align: right;
        font-size: 18px;
        color: #707070;
        margin: 30px 30px 0 0;
    }

    nav #sayda-nav #globalNavbar .backgrond {
        /* display: block !important; */
        position: fixed;
        left: 30px;
        right: 0;
        background: #fff;
        /* z-index: 521; */
        top: 0;
        bottom: 0;
    }

    nav #sayda-nav #globalNavbar ul {
        margin: 0;
        padding: 0 30px 0;
        -webkit-transition: visibility 0s linear 1s;
        transition: visibility 0s linear 1s;
    }

    nav #sayda-nav #up #globalNavbar ul li,
    nav #sayda-nav #down #globalNavbar ul li,
    nav #sayda-nav #static #globalNavbar ul li {
        display: block;
        padding: 5px 0px;
        /*border-top: 1px solid rgba(0,0,0,.1);*/
        position: relative;
    }

    nav #sayda-nav #up #globalNavbar ul li:last-child,
    nav #sayda-nav #down #globalNavbar ul li:last-child,
    nav #sayda-nav #static #globalNavbar ul li:last-child {
        /*border-bottom: 1px solid rgba(0,0,0,.1);*/
    }

    nav #sayda-nav #up #globalNavbar ul li.menu-item-has-children i,
    nav #sayda-nav #down #globalNavbar ul li.menu-item-has-children i,
    nav #sayda-nav #static #globalNavbar ul li.menu-item-has-children i {
        position: absolute;
        left: 0;
        top: 6px;
        display: block;
        font-size: 18px;
        padding: 8px 0 0 0;
    }

    nav #sayda-nav #up #globalNavbar ul li.menu-item-has-children ul li i,
    nav #sayda-nav #down #globalNavbar ul li.menu-item-has-children ul li i,
    nav #sayda-nav #static #globalNavbar ul li.menu-item-has-children ul li i {
        position: initial;
        display: inline-block;
        font-size: 10px;
        color: #707070;
        padding: 0 0 0 0;
    }

    nav #sayda-nav #up #globalNavbar ul li a,
    nav #sayda-nav #down #globalNavbar ul li a,
    nav #sayda-nav #static #globalNavbar ul li a {
        padding-right: 15px;
    }

    nav #sayda-nav #globalNavbar ul li a {
        padding-right: 0;
    }

    nav #sayda-nav #globalNavbar ul li.active a {
        margin: 7px 0px 0 0;
    }

    nav #sayda-nav #globalNavbar #login {
        text-align: right;
        padding: 10px 40px;
    }

    #section02 h2 {
        font-size: 30px;
        text-align: center;
        padding: 20px;
    }

    #section02 p {
        font-size: 18px;
    }

    #section02 button {
        padding: 15px 40px;
        font-size: 19px;
        font-weight: 900;
    }

    #section04 .owl-dot {
        background: none;
    }

    #section04 button {
        padding: 15px 40px;
        font-size: 19px;
        font-weight: 900;
    }

    #footer .contact {
        margin: 30px auto 10px;
    }

    #footer .contact p span {
        max-width: 85%;
    }

    #consultants .title span {
        display: inline-block;
    }

    #loginmodal .modal-content .box_wrapp {
        min-width: auto;
        padding: 40px 5px;
    }

    #loginmodal .modal-content .header .wrapp {
        background: #82d7fe;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        padding: 10px 15px 12px;
        font-size: 15px;
        font-weight: 600;
    }

    #loginmodal #single-box .modal-single {
        padding: 50px 20px 40px;
        min-width: 270px;
    }

    #profile {
        margin: 90px auto 30px;
    }

    #profile .right-box-wrapp {
        margin-bottom: 30px;
    }

    #profile .left-box-wrapp .top {
        padding: 10px 10px;
    }

    #profile .left-box-wrapp .down {
        padding: 10px 10px;
        margin-bottom: 10px;
    }
}
