* {
    direction: rtl;
}
body{
    margin:0 auto;
    width:790px;
    padding:0;
    font-family:Arial, Helvetica, sans-serif;
    font-size:24px;
    color:#4a249a;
    background:url(../images/Tarot_Calc/bg.jpg) no-repeat center;
}

img{border:0;}

.header{
    text-align:center;
    padding:10px 0 0 0;
}
.date_picker,.name_picker,.computing_data,.results{
    padding: 10px 0 0 0;
    text-align: center;
    border: 2px solid #c9bde4;
    border-radius: 30px;
    background: white;
}

.select_combo{
    background:url(../images/Tarot_Calc/form-bg.png) no-repeat center 0;
    padding: 0.3% 25% 2% 0;
    display: flex;
    margin-top: 1%;
    margin-bottom: 1%;
}

.selects{
    margin-right: 20%;
    margin-left: 18%;
    padding-top: 2%;
}
#name{
    margin: 3% 4% 0 -9%;
    font-size: 18px;
    font-weight: bold;
    color: grey;
    text-align: right;
    background: #c9bde4;
    border: 1px solid #936be9;
    height: 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 390px;
    padding: 0 9px;
    float: right;
}

.hidden_expert{
    display: none;
}

.bar_holder
{
    background: url(../images/Tarot_Calc/bar_holder.png) no-repeat center 0;
    height: 45px;
    padding: 10px 0 0 0;
    text-align: center;
    width: 790px;
}
.footer
{
    background: url(../images/Tarot_Calc/footer.png) no-repeat center 0;
    color: #b3b3b3;
    float: left;
    font-size: 12px;
    height: 55px;
    padding: 7px 0 0 0;
    text-align: center;
    width: 790px;
}
.wrapped
{
    font-size: 35px;
    text-align: center;
}


.combobox
{
    padding: 15px 85px 0 0;
    text-align: center;
}

.disclaimer
{
    clear: both;
    color: #b3b3b3;
    display: block;
    font-size: 12px;
    height: 100px;
    position: relative;
    text-align: center;
}

.photo_container
{
    background: #c9bde4;
    border-radius: 10px;
    margin: 0 auto;
    moz-border-radius: 10px;
    padding: 10px 50px;
    webkit-border-radius: 10px;
    width: 484px;
    margin-top: -6%;
    margin-bottom: 1%;
}
.photo_title
{
    float: right;
    padding: 0px 0 5px 0;
}

.photo_image
{
    float: left;
    text-align: center;
}
.photo_name
{
    text-align: right;
    font-size: 17px;
    line-height: 19px;
    width: 60%;
    display: flex;
}
.photo_data
{
    display: inline-block;
    background: url(../images/Tarot_Calc/data-icon.png) no-repeat center;
    color: #000;
    font-size: 14px;
    height: 27px;
    padding: 17px 50px 0 0;
    width: 434px;
    text-align: right;
}
.btn_holder
{
    cursor: pointer;
}
.comments
{
    margin: 0 auto;
    width: 495px;
}
.expert_name
{
    font-size: 32px;
    font-weight: bold;
    float: right;
}
.typewriter
{
    font-weight: bold;
}
.photo_phone
{
    color: #4a249a;
    font-family: "Arial Black";
    font-size: 38px;
    height: 118px;
    line-height: 105%;
    padding: 10px 0 0 56px;
    text-align: center;
}
.photo_phone .img
{
    float: left;
    padding-right: 5px;
    padding-top: 18px;
}
.unable_call
{
    text-align: center;
    margin: 5% -17% 0 0%;
    font-family: Arial;
    font-size: 16px;
    text-align: center;
}

.avialable_call {
    color: #008000;
    font-weight: bold;
    font-size: 22px;
    display: block;
}

.green_dot {
    background:url(../images/Tarot_Calc/offline_dot.png) no-repeat;
    margin: 6px 0 0 3px;
    float: right;
    width: 22px;
    height: 22px;
}

.light_green_dot {
    background:url(../images/Tarot_Calc/online_dot.png) no-repeat;
}
.logo_text
{
    color: #fff;
    font-size: 20px;
    margin: -3% 0 -2% 0;
}
.wrapped span
{
    font-family: Helvetica;
    font-size: 30px;
    font-weight: bold;
}
.purchase_form_link
{
    cursor: pointer;
    text-align: center;
    margin-bottom: 1%;
}
.result_text{
    font-size: 17px;
    line-height: 26px;
    padding: 0 7%;
}



.user_name{
    font-size: 24px;
    margin-top: 7%;
    font-weight: bold;
    margin-right: 10%;
}
.phone_div{
    font-size: 30px;
    margin-bottom: 4%;
    font-weight: bolder;
    text-align: center;
    margin-top: -1%;
}

body {
    direction: rtl;
    /*margin: 0;*/
    /*padding: 0;*/
    background: url(../images/Tarot_Calc/bg.jpg) no-repeat center 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
}
/*** COMMON CSS ***/

#main {
    margin: 0 auto;
    width: 806px;
}
img {
    border: 0;
}
ul,
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
    line-height: normal;
    width: 100%;
}
ul li {
    list-style: none;
    float: left;
}
.unable_call {
    font-size: 16px;
    text-align: center;
    color: #00517D;
}
/*** HEADER ****/

.header {
    width: 806px;
    float: left;
    height: 63px;
    padding: 7px 0 0 0;
    text-align: center;
    background: url(../images/Tarot_Calc/header.png) no-repeat center 0;
}
/*** FOOTER ****/

.footer {
    width: 700px;
    color: #316591;
    float: left;
    text-align: center;
    border-top: 1px solid #21527b;
    padding: 10px 0;
    margin-top: 40px;
}
.details_holder {
    width: 722px;
    float: left;
    background: url(../images/Tarot_Calc/bg-details.png) no-repeat center 0;
    padding: 20px 42px;
    height: 590px;
}
.main_content {
    width: 722px;
    float: left;
    position: relative;
    text-align: center;
}
.progress_bar {
    width: 722px;
    float: left;
    text-align: center;
    padding: 0px 0;
}
.page_title {
    width: 722px;
    float: left;
    text-align: right;
    font-size: 32px;
    font-weight: bold;
    height: 50px;
    padding: 50px 0 0 0;
}
.comments {
    width: 722px;
    float: left;
    text-align: center;
    position: relative;
    top: 0px;
}
.content_footer {
    width: 722px;
    float: left;
    text-align: center;
    color: grey;
    position: absolute;
    bottom: 0;
    font-size: 11px;
    font-weight: bold;
}
.content_footer2 {
    width: 722px;
    float: left;
    text-align: center;
    color: #514701;
    margin-top: -20px;
    font-size: 11px;
    font-weight: bold;
}
.page1_details {
    width: 722px;
    float: left;
    text-align: center;
    font-size: 42px;
    height: 368px;
}
.page1_details img {
    margin: 15px 0 0 0;
}
.page1_details input {
    width: 635px;
    padding: 8px;
    font-size: 24px;
    color: #aaa;
    border: 1px solid #b19c66;
    box-shadow: inset 3px 3px 3px #999;
    margin: 15px auto;
    text-align: right;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.expert_talk {
    padding-right: 68px;
}
.page4_holder {
    width: 722px;
    float: left;
    background: url(../images/Tarot_Calc/bg-details2.png) no-repeat center 0;
    padding: 20px 42px;
}
.page4_content {
    width: 722px;
    float: left;
    height: 650px;
}
.page4_details {
    width: 590px;
    float: left;
    height: 533px;
    padding: 0 66px;
    text-align: right;
}
.page4_details .page4_text {
    width: 590px;
    float: left;
    padding: 0 0 5px 0;
    font-size: 16px;
    line-height: 20px;
}
.page4_details .phone {
    width: 575px;
    float: left;
    background: url(../images/Tarot_Calc/phone.png) no-repeat 0 0;
    height: 77px;
    padding: 5px 15px 0 0;
    font-family: "Arial Black";
    color: #e58100;
    font-size: 45px;
}
.girl_text {
    width: 510px;
    float: left;
    background: #d1e1e4;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 7px 39px;
    border: 1px solid #5290b6;
}
.girl_text .img_holder {
    width: 160px;
    float: left;
    padding: 0 10px 0 0;
}
.img_holder img {
    height: 150px;
}
.girl_text .text1 {
    width: 340px;
    float: left;
    font-size: 24px;
    font-weight: bold;
}
.girl_text .text1 span {
    float: right;
    width: 128px;
    height: 35px;
    text-align: center;
    color: #fff;
    background: url(../images/Tarot_Calc/patch.png) no-repeat center 0;
    font-size: 19px;
}
.girl_text .comments {
    width: 470px;
    float: left;
    background: url(../images/Tarot_Calc/comment.png) no-repeat 15px 0;
    height: 25px;
    font-size: 14px;
    padding: 20px 0 0 40px;
}
.girl_text .text2 {
    width: 335px;
    float: right;
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px;
    height: 105px;
    overflow: hidden;
}
.girl_text .call_now {
    width: 400px;
    padding: 8px 0 0 23px;
    float: left;
    font-family: "helvetica";
    font-size: 32px;
    color: #316591;
    text-align: center;
    background: url(../images/Tarot_Calc/phone-icon.png) no-repeat 25px 12px;
    margin-left: 53px;
}
.call_now .extention {
    font-family: "helvetica";
    font-size: 30px;
    font-weight: bold;
}
.comments {
    text-align: right;
    width: 590px;
    margin: 0 auto;
}
.btn_holder,
.img_first_holder {
    cursor: pointer;
}
.page4_text {
    position: relative;
}
.page4_text span {
    position: relative;
    top: 15px;
}
#card_img{
    width: 65px;
    height: 100px;
    margin-top: 2%;
    margin-right: 2%;
}
.avialable_call {
    color: #008000;
    font-weight: bold;
    font-size: 22px;
}
.logo_text {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: black;
}
.green_dot {
    background: url(../images/Tarot_Calc/offline_dot.png) no-repeat;
    margin: 4px 0 0 3px;
    float: right;
    width: 21px;
    height: 22px;
}
.light_green_dot {
    background: url(../images/Tarot_Calc/online_dot.png) no-repeat;
}
.cards {
    position: relative;
    margin-top: 10px;
    margin-left: 30px;
}
.cards .card1 {
    background: url(../images/Tarot_Calc/cardOther.png) no-repeat;
    width: 190px;
    height: 236px;
    float: left;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 1;
    cursor: pointer;
}
.cards .card2 {
    background: url(../images/Tarot_Calc/cardHappines.png) no-repeat;
    width: 177px;
    height: 230px;
    float: left;
    position: absolute;
    top: 0;
    left: 130px;
    z-index: 2;
    cursor: pointer;
}
.cards .card3 {
    background: url(../images/Tarot_Calc/cardHealth.png) no-repeat;
    width: 156px;
    height: 195px;
    float: left;
    position: absolute;
    top: -10px;
;
    left: 255px;
    z-index: 3;
    cursor: pointer;
}
.cards .card4 {
    background: url(../images/Tarot_Calc/cardCarrer.png) no-repeat;
    width: 186px;
    height: 215px;
    float: left;
    position: absolute;
    top: 0;
    left: 350px;
    z-index: 4;
    cursor: pointer;
}
.cards .card5 {
    background: url(../images/Tarot_Calc/cardLove.png) no-repeat;
    width: 217px;
    height: 241px;
    float: left;
    position: absolute;
    top: 38px;
    left: 447px;
    z-index: 1;
    cursor: pointer;
}
/* Ticker Styling */

.ticker-wrapper.has-js {
    margin: 20px 0px 20px 0px;
    padding: 0px 20px;
    width: 780px;
    height: 32px;
    display: block;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font-size: 0.75em;
}
.ticker {
    width: 710px;
    height: 23px;
    display: block;
    position: relative;
    overflow: hidden;
}
.ticker-title {
    padding-top: 9px;
    color: #990000;
    font-weight: bold;
    background-color: #f8f0db;
    text-transform: uppercase;
}
.ticker-content {
    margin: 0px;
    padding-top: 9px;
    position: absolute;
    color: #1F527B;
    font-weight: bold;
    background-color: #f8f0db;
    overflow: hidden;
    white-space: nowrap;
    line-height: 1.2em;
}
.ticker-content:focus {
    /*none;*/
}
.ticker-content a {
    text-decoration: none;
    color: #1F527B;
}
.ticker-content a:hover {
    text-decoration: underline;
    color: #0D3059;
}
.ticker-swipe {
    padding-top: 9px;
    position: absolute;
    top: 0;
    background-color: #f8f0db;
    display: block;
    width: 800px;
    height: 23px;
}
.ticker-swipe span {
    margin-left: 1px;
    background-color: #f8f0db;
    border-bottom: 1px solid #1F527B;
    height: 12px;
    width: 7px;
    display: block;
}
.ticker-controls {
    padding: 8px 0px 0px 0px;
    list-style-type: none;
    float: left;
}
.ticker-controls li {
    padding: 0;
    margin-left: 5px;
    float: left;
    cursor: pointer;
    height: 16px;
    width: 16px;
    display: block;
}
.ticker-controls li.jnt-play-pause {
    background-image: url('../images/Tarot_Calc/controls.png');
    background-position: 32px 16px;
}
.ticker-controls li.jnt-play-pause.over {
    background-position: 32px 32px;
}
.ticker-controls li.jnt-play-pause.down {
    background-position: 32px 0px;
}
.ticker-controls li.jnt-play-pause.paused {
    background-image: url('../images/Tarot_Calc/controls.png');
    background-position: 48px 16px;
}
.ticker-controls li.jnt-play-pause.paused.over {
    background-position: 48px 32px;
}
.ticker-controls li.jnt-play-pause.paused.down {
    background-position: 48px 0px;
}
.ticker-controls li.jnt-prev {
    background-image: url('../images/Tarot_Calc/controls.png');
    background-position: 0px 16px;
}
.ticker-controls li.jnt-prev.over {
    background-position: 0px 32px;
}
.ticker-controls li.jnt-prev.down {
    background-position: 0px 0px;
}
.ticker-controls li.jnt-next {
    background-image: url('../images/Tarot_Calc/controls.png');
    background-position: 16px 16px;
}
.ticker-controls li.jnt-next.over {
    background-position: 16px 32px;
}
.ticker-controls li.jnt-next.down {
    background-position: 16px 0px;
}
.js-hidden {
    display: none;
}
.no-js-news {
    padding: 10px 0px 0px 45px;
    color: #F8F0DB;
}
.left .ticker-swipe {
    /*left: 80px;*/
}
.left .ticker-controls,
.left .ticker-content,
.left .ticker-title,
.left .ticker {
    float: left;
}
.left .ticker-controls {
    padding-left: 6px;
}
.right .ticker-swipe {
    /*right: 80px;*/
}
.right .ticker-controls,
.right .ticker-content,
.right .ticker-title,
.right .ticker {
    float: right;
}
.right .ticker-controls {
    padding-right: 6px;
}
.but_phone {
    display: block;
    width: 300px;
    height: 50px;
    margin: 0 auto;
    font-weight: bold;
    text-decoration: none;
    background: url('../images/Tarot_Calc/button.png') no-repeat;
    position: relative;
    margin-bottom: 5px;
    clear: both;
}
.but_phone span {
    position: absolute;
    top: 20px;
    left: 48px;
    font-size: 20px;
    color: #3F8DE5;
    font-weight: bold;
}
.phone_num_top {
    display: block;
    margin: 0 auto;
    width: 325px;
    font-weight: bold;
    font-size: 23px;
    clear: both;
}
.purchase_form_link {
    text-align: center;
    font-size: 19px;
}
.picked_card{
    display: flex;
}