@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');
body{font-family: Lato;font-size: 16px;}
.points {
    position: relative;
    width: 179px;
    margin: 0 auto;
    height: 591px;
}
.points ul {
    padding: 0;
    margin: 0 auto;
}
.points li {
    list-style: none;
    position: absolute;
    width: 25px;
    height: 25px;
}
.female.points li:nth-child(1) {top: 24px;left: 89px;}
.female.points li:nth-child(2) {top: 78px;left: 89px;}
.female.points li:nth-child(3) {top: 104px;right: 17px;}
.female.points li:nth-child(4) {top: 137px;left: 90px;}
.female.points li:nth-child(5) {top: 214px;left: 90px;}
.female.points li:nth-child(6){top: 234px;left: 25px;}
.female.points li:nth-child(7) {top: 285px;right: 38px;}
.female.points li:nth-child(8) {bottom: 198px;left: 62px;}
.female.points li:nth-child(9) {bottom: 26px;right: 44px;}

.male.points li:nth-child(1) {top: 18px;left: 77px;}
.male.points li:nth-child(2) {top: 78px;left: 78px;}
.male.points li:nth-child(3) {top: 119px;left: 13px;}
.male.points li:nth-child(4) {top: 158px;left: 78px;}
.male.points li:nth-child(5) {top: 227px;}
.male.points li:nth-child(6){top: 229px;right: 4px;}
.male.points li:nth-child(7) {top: 290px;left: 43px; }
.male.points li:nth-child(8) {bottom: 158px;right: 43px;}
.male.points li:nth-child(9) {bottom: 18px;left: 43px;}

.male.points li::after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    background-color: transparent;
    -webkit-animation: me-pulse 2s infinite;
    -moz-animation: me-pulse 2s infinite;
    animation: me-pulse 2s infinite;
}
.female.points li::after {
	content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    background-color: transparent;
    -webkit-animation: fe-pulse 2s infinite;
    -moz-animation: fe-pulse 2s infinite;
    animation: fe-pulse 2s infinite;
}
@-webkit-keyframes me-pulse {
  0% {
    -webkit-transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(239, 126, 147, 0.8);
  }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(239, 126, 147, 0.8);
  }
  100% {
    -webkit-transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(239, 126, 147, 0);
  }
}
@-moz-keyframes me-pulse {
  0% {
    -moz-transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(239, 126, 147, 0.8);
  }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(239, 126, 147, 0.8);
  }
  100% {
    -moz-transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(239, 126, 147, 0);
  }
}
@keyframes me-pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(239, 126, 147, 0.8);
  }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(239, 126, 147, 0.8);
  }
  100% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(239, 126, 147, 0);
  }
}

@-webkit-keyframes fe-pulse {
  0% {
    -webkit-transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(3, 136, 116, 0.8);
  }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(3, 136, 116, 0.8);
  }
  100% {
    -webkit-transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(3, 136, 116, 0);
  }
}
@-moz-keyframes fe-pulse {
  0% {
    -moz-transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(3, 136, 116, 0.8);
  }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(3, 136, 116, 0.8);
  }
  100% {
    -moz-transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(3, 136, 116, 0);
  }
}
@keyframes fe-pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(3, 136, 116, 0.8);
  }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(3, 136, 116, 0.8);
  }
  100% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(3, 136, 116, 0);
  }
}
.female.points li span{background: #038874;}
.points li span{
    list-style: none;
    z-index: 99;
    display: block;
    position: relative;
    width: 25px;
    background: #EF7E93;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #fff;
}
.points li a {
    display: block;
    position: absolute;
    text-decoration: none;
    top: 0;
    bottom: 0;
    font-size: 25px;
    color: #fff;
    text-align: center;
    width: 100%;
    box-shadow: none;
    line-height: 11px;
}
.clear-padding{padding: 0 !important;}
.claim-ss .nav.nav-tabs{text-align: center;border:none;}
.claim-ss .nav.nav-tabs > li {
    float: left;
    width: 24.46%;
}
.claim-ss .modal-header {
    padding:8px;
    border-bottom: none;
}
.claim-ss .cd-cc-tab{border-bottom:5px solid #00aa90;}
.claim-ss .cd-cc-tab.active {
    border-color: #00aa90;
}
.claim-ss .cd-cc-tab.active .tab-bdr {
    border: none;
    border-bottom: none;
    border-color: #00aa90;
    background: #00aa90;
}
.claim-ss .cd-cc-tab .tab-bdr {
    border: none;
    overflow: hidden;
    padding-top: 5px !important;
    padding-bottom: 0px !important;
}
.claim-ss .cd-cc-tab.active .tab-bdr i.fa{color: #038874;}
.claim-ss .tab-bdr i.fa{color: #b7324a;}
.claim-ss .cd-cc-tab.active .tab-bdr i{color:#fff;}
.claim-ss .tab-bdr .tab-icon{}
.claim-ss .tab-bdr .tab-icon:before {
    content: "";
    width: 32px;
    height: 32px;
    display: block;
    margin: 0 auto;
    background-size: 90% !important;
    background-position: center !important;
}
.claim-ss .tab-bdr .band-aid{}
.claim-ss .cd-cc-tab.active .tab-bdr .band-aid:before{background: url(../images/icons/band-aid-w.png) no-repeat;}
.claim-ss .tab-bdr .band-aid:before{background: url(../images/icons/band-aid-g.png) no-repeat;}
.claim-ss .cd-cc-tab.active .tab-bdr .doller:before{background: url(../images/icons/doller-w.png) no-repeat;}
.claim-ss .tab-bdr .doller:before{background: url(../images/icons/doller-g.png) no-repeat;}
.claim-ss .cd-cc-tab.active .tab-bdr .doller-bar:before{background: url(../images/icons/doller-bar-w.png) no-repeat;}
.claim-ss .tab-bdr .doller-bar:before{background: url(../images/icons/doller-bar-g.png) no-repeat;}
.claim-ss .cd-cc-tab.active .tab-bdr .calc:before{background: url(../images/icons/calc-w.png) no-repeat;}
.claim-ss .tab-bdr .calc:before{background: url(../images/icons/calc-g.png) no-repeat;}
.claim-ss .tab-bdr i {
    font-style: normal;
    color: #00aa90;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
}
.claim-ss .cd-cc-tab
{
	/*border: 1px solid transparent;
    border-radius: 4px;
    border-bottom: 5px solid transparent;
    padding-top: 5px !important;
    padding-bottom: 5px !important;*/
}
.claim-ss .r-slidecontainer{margin:10px 0;}
.claim-ss .r-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background: #b7324a;
    outline: none;
    opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.claim-ss .r-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%; 
    background: #038874;
    cursor: pointer;
}

.claim-ss .r-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #038874;
    cursor: pointer;
}
.claim-ss .bubble {
    text-align: center;
    font-size: 20px;
    padding: 11px 0;
    background: #f1f1f1;
    font-weight: 800;
    margin-top: 16px;
    margin-bottom: 5px;
}
.claim-ss .bubble output {
    display: inherit;
    padding-top: 0;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.claim-ss #your-details{text-align: center;}
.claim-ss #your-details h1 {
    color: #038874;
    font-weight: 800;
    margin: 5px 0 0 0;
    font-size: 40px;
}
.claim-ss #your-details h2 {
    font-weight: 800;
    color: #00a992;
    text-transform: uppercase;
    margin: 10px 0 5px;
    font-size: 30px;
}
.claim-ss #your-details h3{
    color: #2d4843;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.5px;
    margin-bottom: 18px;
}
.claim-ss #your-details .cstm-plus {
    background: url(../images/icons/plus.jpg)no-repeat;
    width: 72px;
    height: 72px;
    display: block;
    margin: 0 auto;
    background-size: 52px;
    background-position: center;
}
.claim-ss #your-details .gray-bold-cstm {
    color: #adadad;
    padding: 0 10px;
    font-weight: 800;
    font-size: 17px;
    margin-top: 20px;
}
.claim-ss #your-details .pink-cstm {
    font-size: 10px;
    color: #ef7e92;
    margin-bottom: 10px;
}
.cc-injury-row {
    margin-bottom: 20px;
}
.cc-injury-total-amount {
    font-weight: bold;
    font-size: 18px;
    margin: 0;
    padding: 10px;
}

.cc-injury-total-amount, .cc-injury-new-total-amount {
    text-align: center;
    padding:10px;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    font-size: 25px !important;
    color: #038874 !important;
    font-weight: 800 !important;
}
#other-costs label.col-form-label {
    color: #50202c;
}
#other-costs input.form-control {
    background: #fff;
    border: 2px solid #ffbdcf;
    margin: 0 0 0 30px;
    width: 94%;
}
#other-costs span {
    color: #ffbdcf;
    position: absolute;
    background: #fff;
    padding: 6px 10px;
}
#other-costs input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffbdcf;
}
#other-costs input::-moz-placeholder { /* Firefox 19+ */
  color: #ffbdcf;
}
#other-costs input:-ms-input-placeholder { /* IE 10+ */
  color: #ffbdcf;
}
#other-costs input:-moz-placeholder { /* Firefox 18- */
  color: #ffbdcf;
}
.claim-ss .btn-block-cstm-style {
    background: #00aa90 ;
    border: none;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.5px;
    padding: 8px 0;
    transition:0.3s;
}

.claim-ss .btn-block-cstm-style:hover{
    background: rgba(0,170,144,0.7);
}
.claim-ss .btn-block-cstm-style.btn-pink{
    background: #ef7e92;
}
.claim-ss .btn-block-cstm-style.btn-pink:hover{background: rgba(239,126,146,0.7);transition:0.3s;}
.claim-ss .fbtn-fix { margin-top: 20px; }
@media only screen and (min-width: 180px) and (max-width:767px){
    .claim-ss .btn-block-cstm-style{margin-bottom: 10px;}
}
@media only screen and (min-width: 180px) and (max-width:414px){
.claim-ss .tab-bdr i{min-height: 35px;}
.claim-ss .mcnth {
    max-height: 350px;
    overflow-y: scroll;
}
body {
    font-size: 15px;
}
.claim-ss .fbtn-fix {
    border-top: 15px solid #fff;
}
}
.show-custom-tab {
    display:block;
}
.hide-custom-tab{
    display:none;
}
.custom-nxt-tab-btn{
    font-size:12px!important;
}