/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.pt-form-wrap {
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    margin: 30px 0;
}
.modal-dialog {
    z-index: 9999999;
}
#ptr-user-menu {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 99999;
}
#ptr-user-menu ul,
#ptr-user-menu li {
    text-align: left !important;
}
#ptr-user-menu li {
    display: block !important;
}
#ptr-user-menu li a {
    font-size: 14px !important;
}
.ptr-page {
    background-color: #C9E4DF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding-bottom: 40px;
}
.ptr-page img {
    vertical-align: middle;
}
.ptr-page .container {
    overflow: visible;
}
.ptr-page .top-gray-bar {
    width: 100%;
    padding: 20px 0;
    background: #ff9122;
    text-align: center;
    color: #fff;
    font-size: 20px;
}
.ptr-page label {
    color: #000;
}
.ptr-page label,
.ptr-page .forgot-txt {
    font-size: 16px;
}
.ptr-page .forgot-txt {
    text-align: right;
}
.ptr-page .btn,
#pt_forget_popup .modal-body .bnt-sec button {
    background-color: #ff9122 !important;
    color: #fff !important;
    border-color: #ff9122 !important;
}
.ptr-page .btn a {
    color: #fff !important;
}
.ptr-page a {
    color: #ff9122;
}
.ptr-page input[type="checkbox"] + label {
    margin-left: 0;
    padding-left: 0;
}
.ptr-page input[type="checkbox"] + label span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: url('images/check_radio_sheet-white.png') left top no-repeat;
    cursor: pointer;
}
.ptr-page input[type="checkbox"]:checked + label span {
    background: url('images/check_radio_sheet-white.png') -19px top no-repeat;
}
.ptr-page input[type="radio"] + label span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: url('images/check_radio_sheet-white.png') -38px top no-repeat;
    cursor: pointer;
}
.ptr-page input[type="radio"]:checked + label span {
    background: url('images/check_radio_sheet-white.png') -57px top no-repeat;
}
.ptr-page .profile-info-wrap {
    background-color: #fff;
}
.ptr-page .profile-info-sec {
    padding-top: 20px;
    display: flex;
}
.ptr-page .profile-info-txt {
    padding-left: 30px;
}
.ptr-page .profile-info-txt h2 {
    font-size: 20px !important;
    line-height: 30px !important;
    font-weight: bold !important;
    margin-bottom: 10px !important;
}
.ptr-page .profile-info-txt h3 {
    font-size: 15px !important;
    line-height: 18px !important;
}
.ptr-page .profile-tab-inn {
    background-color: #000;
}
.ptr-page .profile-tab-inn .nav-tabs {
    border-bottom: 0
}
.ptr-page .profile-tab-inn .nav-tabs li {
    margin-bottom: 0;
}
.ptr-page .profile-tab-inn .nav-tabs li a {
    color: #fff;
    font-weight: bold;
    border: 0;
    margin: 0;
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 0;
}

.ptr-page .profile-tab-inn .nav-tabs li a:hover,
.ptr-page .profile-tab-wrap .nav-tabs li.active a {
    background-color: #ff9122 !important;
    border: 0 !important;
    color: #fff !important
}
.ptr-page .profile-tab-inn .nav-tabs li:last-child a {
    background-color: #000;
}
.ptr-page a[data-toggle="collapse"] {
    width: 100%;
    border: 0;
    border-radius: 0;
    display: flex;
    justify-content: space-between;
    background-color: #ff9122 !important;
    font-size: 100%;
}
.ptr-page a[aria-expanded="false"] {
    margin-bottom: 25px;
}
.ptr-page-title {
    color: #000 !important;
    font-size: 2.5em !important;
    font-weight: bold !important;
    margin: 0 !important;
    padding: 25px 0 !important;
}
.ptr-sec-title {
    color: #000 !important;
    font-size: 1.5em !important;
    font-weight: bold !important;
}
.ptr-page h6.ptr-box-title,
.ptr-page .ptr-box-title {
    color: #000;
    font-family: inherit !important;
    font-style: normal !important;
    letter-spacing: 0 !important;
    font-size: 1em !important;
    font-weight: bold !important;
}
.ptr-page .key-sec {
    padding: 25px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ptr-page .key-sec ul {
    list-style: none;
}
.ptr-page .key-sec ul li span.img {
    background: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}
.ptr-page .key-sec li {
    display: flex;
    font-size: 15px;
    align-items: center;
    float: left;
    margin-left: 15px;
}
.ptr-page .key-sec li .tooltiptext {
    display: none;
}
.ptr-page .emotion-box-inn,
.ptr-page .summery-inn-table,
.ptr-page .summery-bottom-box {
    background-color: #fff;
    position: relative;
    padding: 40px 25px 25px;
    margin-bottom: 25px;
}
.ptr-page .summery-box-addview {
    position: absolute;
    text-align: right;
    z-index: 99;
    top: 0;
    right: 0;
}
.ptr-page .summery-box-addview a {
    font-size: 15px;
}
.ptr-page .tab1-inn-right-pic {
    width: 307px;
    margin: 0 auto;
    position: relative;
}
.ptr-page .point-count {
    background: #FB6E1C;
    color: #fff;
    border-radius: 50%;
    padding: 6px 3px 3px;
    font-size: 12px;
    height: 20px;
    min-width: 20px;
    line-height: 10px;
    text-align: center;
}
.ptr-page .tab1-inn-right {
    border-left: #009A86 solid 1px;
    text-align: center;
    position: relative;
}
.ptr-page .pain-row {
    margin-top: 15px;
    position: relative;
}
.ptr-page .pain-row-radio {
    position: relative;
    margin-left: 15px;
    /* top: -3px; */
}
.ptr-page .pain_area_summary .pain-row-radio img {
    vertical-align: middle !important;
}
.ptr-page .pain-row-txt {
    color: #000;
    font-size: 15px;
    display: inline-block;
    padding-right: 25px;
}
.ptr-page .summery-icon-list {
    margin: 15px 0;
    overflow: hidden;
}
.ptr-page .summery-icon-list ul,
.ptr-page .sicon-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ptr-page .summery-icon-list ul li {
    float: left;
    margin: 0 5px 0 0 !important;
    padding: 0 !important;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: #fff solid 2px;
    text-align: center;
    line-height: 1;
}
.ptr-page .summery-icon-list ul li:hover,
.ptr-page .summery-icon-list ul li.active {
    border: #009478 solid 2px;
}
.ptr-page .sicon-list ul li {
    font-size: 15px !important;
    line-height: 26px !important;
    margin-bottom: 18px;
    padding: 0;
    width: 100%;
    display: block;
    text-align: left;
}
.ptr-page .sicon-list ul li:last-child {
    margin-bottom: 0;
}
.ptr-page .sicon-list ul li span {
    float: right;
    margin-top: -2px;
    padding: 0;
}
.ptr-page .sicon-list ul li span img {
    height: 30px;
}
.ptr-page .issue_list label[for="concept"] {
    margin-right: 25px;
}
.ptr-page .fakeTable {
    display: table;
    width: 100%;
}
.ptr-page .fakeTable .th {
    font-weight: bold;
}

.ptr-page .fakeTable {
    display: table;
    width: 100%;
}

.ptr-page .fakeTable > * {
    display: table-row;
}

.ptr-page .eventsTable .th > .datetimeCol {
    width: 210px;
}

.ptr-page .fakeTable > * > * {
    background: white none repeat scroll 0 0;
    border-bottom: 2px solid #c9e4df;
    display: table-cell;
    padding: 4px 12px;
    vertical-align: top;
}
.ptr-page .fakeTable > * > .actionsCol {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    width: 200px;
}
.ptr-page .mb-0 {
    margin-bottom: 1rem !important;
}
.ptr-page .summery-mood.pull-right {
    position: absolute;
    bottom: 0;
    right: 0;
}
/* .ptr-page .timeline tr {
    border-bottom: medium none !important;
    float: left;
    line-height: 26px;
    width: 100%;
}
.ptr-page .timeline tbody::before {
    border-left: 1px solid #006f6d;
    content: "";
    height: 100%;
    left: 34%;
    margin-left: 5px;
    position: absolute;
    top: 12px;
    width: 1px;
}
.ptr-page .now {
    max-height: 20px;
}
.ptr-page .timeline th {
    border: medium none;
    display: inline-block;
    padding: 0 10px 0 0;
    position: relative;
    text-align: right;
    vertical-align: middle;
    width: 34%;
}
.ptr-page .timeline td {
    border: medium none;
    display: inline-block;
    padding: 0 0 0 15px !important;
    position: relative;
    vertical-align: middle;
    width: 63%;
}
.ptr-page .now td::before {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #006f6d;
    height: 16px;
    margin: -8px 0 0 -6px;
    width: 16px;
    z-index: 0;
    border-radius: 50%;
    position: absolute;
    top: 50%;
}
.ptr-page .now td::after {
    background: #e1001c none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 0;
    margin: -5px 0 0 -3px;
    position: absolute;
    top: 50%;
    width: 10px;
    z-index: 1;
} */
/*Timeline*/
.ptr-page .timeline {
    background-color: transparent !important;
    border: medium none !important;
    border-collapse: collapse;
    border-spacing: 0;
    position: relative;
}

.ptr-page .timeline tr {
    border-bottom: medium none !important;
    float: left;
    line-height: 26px;
    width: 100%;
}
.ptr-page .now {
    max-height: 20px;
}

.ptr-page .timeline td::before {
    background-color: #006f6d;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 0;
    margin: -5px 0 0 -3px;
    position: absolute;
    top: 50%;
    width: 10px;
}

.ptr-page .timeline th {
    border: medium none;
    display: inline-block;
    padding: 0 10px 0 0;
    position: relative;
    text-align: right;
    vertical-align: middle;
    width: 34%;
}
.ptr-page .now td::after {
    background: #e1001c none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 0;
    margin: -5px 0 0 -3px;
    position: absolute;
    top: 50%;
    width: 10px;
    z-index: 1;
}
.ptr-page .timeline th {
    border: medium none;
    display: inline-block;
    padding: 0 10px 0 0;
    position: relative;
    text-align: right;
    vertical-align: middle;
    width: 34%;
}
.ptr-page .timeline td h2 {
    font-weight: 400 !important;
    color: #333;
}
.ptr-page .timeline tbody::before {
    border-left: 1px solid #006f6d;
    content: "";
    height: 100%;
    left: 34%;
    margin-left: 5px;
    position: absolute;
    top: 12px;
    width: 1px;
}
.ptr-page .timeline td {
    border: medium none;
    display: inline-block;
    padding: 0 0 0 15px !important;
    position: relative;
    vertical-align: middle;
    width: 63%;
}
.ptr-page .now td::before {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #006f6d;
    height: 16px;
    margin: -8px 0 0 -6px;
    width: 16px;
    z-index: 0;
}
.ptr-page .timeline h2 {
    font-weight: 700 !important;
    color: #045944 !important;
    font-size: 15px !important;
    padding-bottom: 5px !important;
    line-height: 20px !important;
}

.mood-pop .modal-header {
    background: #009A87;
    border: none;
}
.mood-pop .modal-header h2 {
    text-transform: none;
    font-size: 25px;
}
.mood-pop .modal-body {
    background: #009A87;
    border: none;
}
.mood-pop .pop-check label {
    color: #fff;
    font-size: 20px
}
.mood-pop .modal-dialog {
    width: 400px;
}
.fell-icons {
    margin: 30px 0 15px;
}
.fell-icons a {
    width: 33px;
    height: 33px;
    display: inline-block;
    margin-right: 10px;
}

.fell-icons a.feel1 {
    background-image: url("images/moods.png");
    background-position: 0 -0px;
}
.fell-icons a.feel1:hover {
    background-image: url("images/moods.png");
    background-position: 0 -34px;
}
.fell-icons a.feel1.active {
    background-image: url("images/moods.png");
    background-position: 0 -34px;
}

.fell-icons a.feel2 {
    background-image: url("images/moods.png");
    background-position: -34px -0px;
}
.fell-icons a.feel2:hover {
    background-image: url("images/moods.png");
    background-position: -34px -34px;
}
.fell-icons a.feel2.active {
    background-image: url("images/moods.png");
    background-position: -34px -34px;
}

.fell-icons a.feel3 {
    background-image: url("images/moods.png");
    background-position: -68px -0px;
}
.fell-icons a.feel3:hover {
    background-image: url("images/moods.png");
    background-position: -68px -34px;
}
.fell-icons a.feel3.active {
    background-image: url("images/moods.png");
    background-position: -68px -34px;
}

.fell-icons a.feel4 {
    background-image: url("images/moods.png");
    background-position: -102px -0px;
}
.fell-icons a.feel4:hover {
    background-image: url("images/moods.png");
    background-position: -102px -34px;
}
.fell-icons a.feel4.active {
    background-image: url("images/moods.png");
    background-position: -102px -34px;
}

.fell-icons a.feel5 {
    background-image: url("images/moods.png");
    background-position: -136px -0px;
}
.fell-icons a.feel5:hover {
    background-image: url("images/moods.png");
    background-position: -136px -34px;
}
.fell-icons a.feel5.active {
    background-image: url("images/moods.png");
    background-position: -136px -34px;
}

#pt_mood_popup input[type="checkbox"]:checked + label span {
    background: url('images/check_radio_sheet-white.png') -19px top no-repeat;
}
#pt_mood_popup input[type="checkbox"] + label span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: url('images/check_radio_sheet-white.png') left top no-repeat;
    cursor: pointer;
}
.modal-txt {
    line-height: 25px;
    font-size: 15px;
    color: #fff;
}
.modal-header h2 {
    color: #fff;
    font-weight: 600;
    font-size: 25px;
}
.mood-submit-btn {
    text-align: right;
}
.mood-submit-btn button {
    background: #fff;
    padding: 5px 15px;
    border: #ddd solid 1px;
    border-radius: 5px;
}

#pt_forget_popup .modal-header {
    background: #F79123;
    position: relative;
}
#pt_forget_popup .modal-header h2 {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
}
#pt_forget_popup .modal-header .close {
    position: absolute;
    top: 5px;
    right: 10px;
    opacity: 1;
    color: #fff;
    font-weight: normal;
}
#pt_forget_popup .modal-footer {
    text-align: center;
}
.ptr-page .pain-type-box-inn {
    background: #fff;
    padding: 10px;
}
.ptr-page .pain-type-box-inn ul {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.ptr-page .pain-type-box-inn ul li {
    display: inline-block;
    padding: 0;
}

.ptr-page .pain-type-box-inn ul li span {
    display: block;
    text-align: center;
    color: #313131;
    font-weight: bold;
    font-size: 25px;
    padding-top: 10px;
}
.ptr-page .pain-type-box-inn ul li .big-type1 a {
    background-image: url("images/i1.1.png");
    background-repeat: no-repeat;
    background-position: top center;
    width: 85px;
    height: 85px;
    display: block;
}
.ptr-page .pain-type-box-inn ul li .big-type1 a:hover {
    background-image: url("images/i1.png");
    background-repeat: no-repeat;
    background-position: top center;
    width: 85px;
    height: 85px;
}
.ptr-page .pain-type-box-inn ul li.active .big-type1 a {
    background-image: url("images/i1.png");
    background-repeat: no-repeat;
    background-position: top center;
    width: 85px;
    height: 85px;
}
.ptr-page .pain-type-box-inn ul li .big-type2 a {
    background-image: url("images/i2.2.png");
    background-repeat: no-repeat;
    background-position: top center;
    width: 85px;
    height: 85px;
    display: block;
}
.ptr-page .pain-type-box-inn ul li .big-type2 a:hover {
    background-image: url("images/i2.png");
    background-repeat: no-repeat;
    background-position: top center;
    width: 85px;
    height: 85px;
}
.ptr-page .pain-type-box-inn ul li.active .big-type2 a {
    background-image: url("images/i2.png");
    background-repeat: no-repeat;
    background-position: top center;
    width: 85px;
    height: 85px;
}
.ptr-page .pain-type-box-inn ul li .big-type3 a {
    background-image: url("images/i3.3.png");
    background-repeat: no-repeat;
    background-position: top center;
    width: 85px;
    height: 85px;
    display: block;
}
.ptr-page .pain-type-box-inn ul li .big-type3 a:hover {
    background-image: url("images/i3.png");
    background-repeat: no-repeat;
    background-position: top center;
    width: 85px;
    height: 85px;
}
.ptr-page .pain-type-box-inn ul li.active .big-type3 a {
    background-image: url("images/i3.png");
    background-repeat: no-repeat;
    background-position: top center;
    width: 85px;
    height: 85px;
}
.ptr-page .pain-type-box-inn ul li .big-type4 a {
    background-image: url("images/i4.4.png");
    background-repeat: no-repeat;
    background-position: top center;
    width: 85px;
    height: 85px;
    display: block;
}
.ptr-page .pain-type-box-inn ul li .big-type4 a:hover {
    background-image: url("images/i4.png");
    background-repeat: no-repeat;
    background-position: top center;
    width: 85px;
    height: 85px;
}
.ptr-page .pain-type-box-inn ul li.active .big-type4 a {
    background-image: url("images/i4.png");
    background-repeat: no-repeat;
    background-position: top center;
    width: 85px;
    height: 85px;
}
.ptr-page .pain-type-box-inn ul li .big-type5 a {
    background-image: url("images/i5.5.png");
    background-repeat: no-repeat;
    background-position: top center;
    width: 85px;
    height: 85px;
    display: block;
}
.ptr-page .pain-type-box-inn ul li .big-type5 a:hover {
    background-image: url("images/i5.png");
    background-repeat: no-repeat;
    background-position: top center;
    width: 85px;
    height: 85px;
}
.ptr-page .pain-type-box-inn ul li.active .big-type5 a {
    background-image: url("images/i5.png");
    background-repeat: no-repeat;
    background-position: top center;
    width: 85px;
    height: 85px;
}
.ptr-page .pain-type-box-inn ul li .big-type6 a {
    background-image: url("images/i6.6.png");
    background-repeat: no-repeat;
    background-position: top center;
    width: 85px;
    height: 85px;
    display: block;
}
.ptr-page .pain-type-box-inn ul li .big-type6 a:hover {
    background-image: url("images/i6.png");
    background-repeat: no-repeat;
    background-position: top center;
    width: 85px;
    height: 85px;
}
.ptr-page .pain-type-box-inn ul li.active .big-type6 a {
    background-image: url("images/i6.png");
    background-repeat: no-repeat;
    background-position: top center;
    width: 85px;
    height: 85px;
}

.ptr-page .pain-type-graf1 a {
    width: 100%;
    height: 150px;
    background-color: #fff;
    background-image: url("images/g1.1.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100%;
    display: block;
}
.ptr-page .pain-type-graf1 a:hover {
    width: 100%;
    height: 150px;
    background-color: #fff;
    background-image: url("images/g1.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100%;
}
.ptr-page .pain-type-graf1.active a {
    width: 100%;
    height: 150px;
    background-color: #fff;
    background-image: url("images/g1.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100%;
}

.ptr-page .pain-type-graf2 a {
    width: 100%;
    height: 150px;
    background-color: #fff;
    background-image: url("images/g2.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100%;
    display: block;
}
.ptr-page .pain-type-graf2 a:hover {
    width: 100%;
    height: 150px;
    background-color: #fff;
    background-image: url("images/g2.2.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100%;
}
.ptr-page .pain-type-graf2.active a {
    width: 100%;
    height: 150px;
    background-color: #fff;
    background-image: url("images/g2.2.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100%;
}

.ptr-page .pain-type-graf3 a {
    margin-top: 30px;
    width: 100%;
    height: 150px;
    background-color: #fff;
    background-image: url("images/g3.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100%;
    display: block;
}
.ptr-page .pain-type-graf3 a:hover {
    width: 100%;
    height: 150px;
    background-color: #fff;
    background-image: url("images/g3.3.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100%;
}
.ptr-page .pain-type-graf3.active a {
    width: 100%;
    height: 150px;
    background-color: #fff;
    background-image: url("images/g3.3.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100%;
}

.ptr-page .pain-type-graf4 a {
    margin-top: 30px;
    width: 100%;
    height: 150px;
    background-color: #fff;
    background-image: url("images/g4.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100%;
    display: block;
}
.ptr-page .pain-type-graf4 a:hover {
    width: 100%;
    height: 150px;
    background-color: #fff;
    background-image: url("images/g4.4.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100%;
}
.ptr-page .pain-type-graf4.active a {
    width: 100%;
    height: 150px;
    background-color: #fff;
    background-image: url("images/g4.4.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100%;
}

.ptr-page .pain-type-box-inn iframe {
    height: 120px !important;
}
.ptr-page .pain-type-box-inn textarea {
    height: 110px !important;
}

.ptr-page .key-inn ul li {
    padding-bottom: 10px;
    float: left;
    margin-right: 15px;
}
.ptr-page .key-inn ul li span {
    background: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 2px;
    display: inline-block;
    text-align: center;
    line-height: 1;
}
.me-pain-wrap table {
    table-layout: inherit;
    width: 100%;
}
.me-pain-wrap td {
    color: #108A7D;
    padding: 10px;
    background: #fff;
    font-size: 16px;
    vertical-align: middle;
}
.table-responsive.pain-list-tbl {
    padding: 5px 0;
}
.me-pain-wrap th {
    padding: 10px 0;
}
.emotion-box h3 {
    padding-bottom: 15px !important;
    padding-top: 10px;
}
.emotion-box-inn {
    background: #fff;
    padding: 5px;
}
.emotion-box-inn ul {
    text-align: center;
}
.emotion-box-inn ul li {
    display: inline-block;
    padding: 0 45px;
}
.emotion-box-inn ul li span {
    display: block;
    text-align: center;
    color: #313131;
    font-weight: bold;
    font-size: 25px;
    padding-top: 10px;
}
.emotion-box-inn ul li .big-smile1 a {
    background-image: url("images/f1.png");
    background-repeat: no-repeat;
    background-position: top center;
    width: 85px;
    height: 85px;
    display: block;
}
.emotion-box-inn ul li .big-smile1 a:hover {
    background-image: url("images/s1.png");
    background-repeat: no-repeat;
    background-position: top center;
    width: 85px;
    height: 85px;
}
.emotion-box-inn ul li.active .big-smile1 a {
    background-image: url("images/s1.png");
    background-repeat: no-repeat;
    background-position: top center;
    width: 85px;
    height: 85px;
}
.emotion-box-inn ul li .big-smile2 a {
    background-image: url("images/f2.png");
    background-repeat: no-repeat;
    background-position: top center;
    width: 85px;
    height: 85px;
    display: block;
}
.emotion-box-inn ul li .big-smile2 a:hover {
    background-image: url("images/s2.png");
    background-repeat: no-repeat;
    background-position: top center;
    width: 85px;
    height: 85px;
}
.emotion-box-inn ul li.active .big-smile2 a {
    background-image: url("images/s2.png");
    background-repeat: no-repeat;
    background-position: top center;
    width: 85px;
    height: 85px;
}
.emotion-box-inn ul li .big-smile3 a {
    background-image: url("images/f3.png");
    background-repeat: no-repeat;
    background-position: top center;
    width: 85px;
    height: 85px;
    display: block;
}
.emotion-box-inn ul li .big-smile3 a:hover {
    background-image: url("images/s3.png");
    background-repeat: no-repeat;
    background-position: top center;
    width: 85px;
    height: 85px;
}
.emotion-box-inn ul li.active .big-smile3 a {
    background-image: url("images/s3.png");
    background-repeat: no-repeat;
    background-position: top center;
    width: 85px;
    height: 85px;
}
.emotion-box-inn ul li .big-smile4 a {
    background-image: url("images/f4.png");
    background-repeat: no-repeat;
    background-position: top center;
    width: 85px;
    height: 85px;
    display: block;
}
.emotion-box-inn ul li .big-smile4 a:hover {
    background-image: url("images/s4.png");
    background-repeat: no-repeat;
    background-position: top center;
    width: 85px;
    height: 85px;
}
.emotion-box-inn ul li.active .big-smile4 a {
    background-image: url("images/s4.png");
    background-repeat: no-repeat;
    background-position: top center;
    width: 85px;
    height: 85px;
}
.emotion-box-inn ul li .big-smile5 a {
    background-image: url("images/f5.png");
    background-repeat: no-repeat;
    background-position: top center;
    width: 85px;
    height: 85px;
    display: block;
}
.emotion-box-inn ul li .big-smile5 a:hover {
    background-image: url("images/s5.png");
    background-repeat: no-repeat;
    background-position: top center;
    width: 85px;
    height: 85px;
}
.emotion-box-inn ul li.active .big-smile5 a {
    background-image: url("images/s5.png");
    background-repeat: no-repeat;
    background-position: top center;
    width: 85px;
    height: 85px;
}
.emotion-box-inn ul li .big-smile6 a {
    background-image: url("images/f6.png");
    background-repeat: no-repeat;
    background-position: top center;
    width: 85px;
    height: 85px;
    display: block;
}
.emotion-box-inn ul li .big-smile6 a:hover {
    background-image: url("images/s6.png");
    background-repeat: no-repeat;
    background-position: top center;
    width: 85px;
    height: 85px;
}
.emotion-box-inn ul li.active .big-smile6 a {
    background-image: url("images/s6.png");
    background-repeat: no-repeat;
    background-position: top center;
    width: 85px;
    height: 85px;
}

.summery-inn-table table {
    width: 100%;
}
.summery-inn-table th {
    text-align: center;
    padding: 5px;
    font-size: 14px;
    color: #009478;
    text-transform: uppercase;
}
.summery-inn-table td {
    text-align: center;
    padding: 5px;
    font-size: 14px;
    color: #333;
    font-weight: 400;
}
.summery-inn-table td:first-child {
    text-align: left;
}
.summery-inn-table .tbl-heading {
    font-weight: bold;
    color: #009478;
    font-size: 18px;
}
.summery-inn-table tbody tr:last-child td {
    padding-bottom: 50px;
}

.summery-bottom-box-body h2 {
    font-size: 18px !important;
    margin-bottom: 0 !important;
    font-weight: bold !important;
    line-height: 1.4 !important;
}
.summery-bottom-box-body p {
    font-size: 15px !important;
}
.charact-wrap {
    background: #fff;
    padding: 15px;
}
.custom-right {
    float: right !important;
}
.custom-right .key-sec li {
    padding-left: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 5px;
    display: block !important;
    width: 100%;
    float: left;
}

.pain-point {
    position: absolute;
    top: 50%;
    right: 50%;
}
.point-count {
    background: #FB6E1C;
    color: #fff;
    border-radius: 50%;
    padding: 6px 3px 3px;
    font-size: 12px;
    height: 20px;
    min-width: 20px;
    line-height: 10px;
    text-align: center;
}
.point-txt-box {
    text-align: left;
    background-image: url("images/tooltip-bg.png");
    background-repeat: no-repeat;
    width: 220px;
    height: 112px;
    padding: 45px 10px 10px;
    top: 15px;
    left: 15px;
    position: absolute;
    z-index: 999;
}
.point-txt-box h2 {
    color: #029986 !important;
    font-weight: bold !important;
    font-size: 14px !important;
    padding-bottom: 5px !important;
    line-height: 15px !important;
}
.point-txt-box-icon a {
    margin-left: 10px;
}
.point-txt-box-icon ul {
    list-style: none;
    margin: 0;
    padding: 0
}
.point-txt-box-icon ul li {
    float: left;
    padding-right: 7px;
}
.point-txt-box-icon ul li a img {
    border: transparent solid 2px;
    border-radius: 50%;
    height: 22px;
    width: 22px;
}
.point-txt-box-icon ul li.active a img {
    border: #FB6E1C solid 2px;
    border-radius: 50%;
}
.point-txt-box-icon ul li a img:hover {
    border: #FB6E1C solid 2px;
    border-radius: 50%;
}
.pain-row {
    margin-top: 15px;
    position: relative;
}
.pain-row-plus {
    color: #029986;
    margin-left: 10px;
    font-size: 25px;
}
.pain-row-minus {
    color: #029986 !important;
    font-size: 25px;
}
.pain-row-txt {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    top: -3px;
    padding-left: 10px;
}
.pain-row-radio {
    position: relative;
    margin-left: 15px;
    top: -3px
}
.overlay-loader {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    height: 100%;
}
.overlay-loader i {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    font-size: 60px;
    z-index: 99;
}
.characters-frm-btn button {
    margin-top: 30px;
}

#pt_own_description h2 {
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 25px !important;
    margin-bottom: 0 !important;
    line-height: 1 !important;
}
.note-frm input[type="text"] {
    height: 30px;
    display: block;
    width: 100%;
    line-height: 30px;
    padding: 5px;
    font-size: 14px;
}
.note-frm .note-frm-btn {
    text-align: center;
}
.note-frm .note-frm-btn a {
    display: inline-block;
    padding: 0 5px;
    background: #ff6600;
    margin: 5px 5px 0;
    color: #fff;
    font-size: 13px;
}
.display_note_box {
    font-weight: bold;
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.modal-header .close {
    color: #fff;
}
.note_popup {
    background: #f2f2f2;
    padding: 15px;
    position: relative;
    border: #ddd solid 1px;
    width: 250px;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-box-shadow: 5px 5px 30px 0px rgba(153,153,153,1);
    -moz-box-shadow: 5px 5px 30px 0px rgba(153,153,153,1);
    box-shadow: 5px 5px 30px 0px rgba(153,153,153,1);
    z-index: 99;
}
.note_popup .note-frm-btn {
    text-align: center;
}
.note_popup .note-frm-btn a {
    display: inline-block;
    padding: 3px 7px;
    background: #ff6600;
    margin: 5px 5px 0px 5px;
    color: #fff;
    font-size: 14px;
}
form[name*="cp_calculated"] input[type=radio], 
form[name*="cp_calculated"] input[type=checkbox] {
    margin: 0 !important;
}
#sidebar .mailpoet_recaptcha_container > div,
#sidebar .mailpoet_recaptcha_container iframe, 
.rc-anchor-light.rc-anchor-compact {
    width: 100% !important;
    max-width: 100% !important;
}
#pt_forget_popup input[type=checkbox],
#pt_forget_popup input[type=radio],
#pt_mood_popup input[type=checkbox], 
#pt_mood_popup input[type=radio] {
    opacity:0;position:absolute;z-index:12;width:18px;height:18px;
}
.mood_map .big-box > div[id*="moodmap"] {
	margin-bottom: 80px
}