#menupa a {
    text-decoration: none;
}
#menupa .block {
    padding: 15px;
    font-size: 18px;
    border-top: none;
    border-bottom: 1px solid #bdbdbd;
    position: relative;
}
#menu{
    border-bottom: 1px solid #ababab !important;
}
.circlebox-grad{
    border-radius: 200px;
    background: linear-gradient(to right, #5F257F 0%, #A62E70 44%, #A92F6F 44%, #DB395B 63%, #DF7601 98%);
    background: -moz-linear-gradient(right, #5F257F 0%, #A62E70 44%, #A92F6F 44%, #DB395B 63%, #DF7601 98%);
    background: -webkit-linear-gradient(left, #5F257F 0%, #A62E70 44%, #A92F6F 44%, #DB395B 63%, #DF7601 98%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5F257F', endColorstr='#DF7601',GradientType=1 );
    padding:2px;
    margin:auto;
    margin-top:20px;
    text-align: center;
}
.circlebox-grad .insidecirclebox-forgrad{
    background:#fff;
    border-radius: 200px;
    padding:10px;
}
/* Tooltip design */
.tooltip{
    margin-left:-73px;
}
.tooltip > .tooltip-inner {
    background-color: #ffffff;
    color: #DD395C;
    border: 2px solid #DD395C;
    padding: 5px;
    font-size:13px;
    font-weight: 500;
    max-width:300px !important;

}
.tooltip > .tooltip-inner a{
    color: #DD395C;
    text-decoration: underline;
    font-weight: 700;
}
.tooltip.top > .tooltip-arrow {
    border-top: 5px solid #DD395C;
}
.tooltip.bottom .tooltip-arrow {
    left: 75% !important;
    border-bottom-color: #DD395C;
}
.cur-pointer{
    cursor: pointer;
}
#contactus input, #contactus .country-list-style{
    background: none;
    border: none;
    box-shadow: none;
    border-bottom: 2px solid #D5CFCF;
    padding-left: 0;
    font-size: 18px;
    padding-bottom: 5px !important;
    border-radius: 0;
}
#contactus textarea{
    border: 3px darkgray dashed;
    resize: vertical;
    background: #ffffff;
    width:100%;
    padding:10px 10px 0 10px;
    height: 150px;
}
#contactus input, #contactus select, #contactus textarea{
    color: #5E5E5C;
    font-weight: 600;
}

#contactus textarea:focus, #contactus input:focus {
    color: #5E5E5C;
    font-weight: 600;
}

#txtcontact a,#txtcontact a:hover,#txtcontact a:active,#txtcontact a:visited{
    color:#b961ab;
    text-decoration: underline;
}