
/*::-webkit-scrollbar {*/
/*    width: 5px;*/
/*}*/

/*::-webkit-scrollbar-track {*/
/*    background: #f1f1f1; */
/*}*/
 
/*::-webkit-scrollbar-thumb {*/
/*    background: transparent; */ 
/*}*/

/*::-webkit-scrollbar-thumb:hover {*/
/*    background: #555; */
/*}*/

.slider-one__content::after{ 
	display: none
}

.slider-one__item {
    padding-top: 130px;
}

.slider-one__content::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffffbf;
}

.slider-one__wrapper{
	padding-bottom: 0px;
}

.blog-one{
	background: transparent;
	padding: 120px 0px;
}

.blog-one .row {
    margin-top: 0;
    position: static;
    bottom: 0;
    z-index: 91;
}

.footer-widget__links-list{
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-widget__links-list li {
    margin: 0px 10px;
    margin-top: 0px !important;
    border-right: 1px solid #4b4b4b;
    padding-right: 20px;
    line-height: 20px;
}

.footer-widget__links-list li:last-child{
    border: none;
}

.footer-widget__links-list li a{
    font-size: 17px;
}

.footer-widget {
    margin-bottom: 0px;
}

.site-footer__main {
    padding-bottom: 50px;
    padding-top: 60px;
}

.site-footer__bottom .container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.foot_logo {
    width: 100%;
    background: none;
    padding: 0px;
    display: block;
    margin: auto;
    text-align: center;
    margin-bottom: 60px;
}

.foot_logo img{
    width: 200px;
}

main {
    width: 100%;
    min-height: calc(100vh - 408px);
}

.contact-one__form .bootstrap-select>.dropdown-toggle, .contact-one__form textarea, .contact-one__form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]){
    border-radius: 5px;
}

.account_page label {
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    font-size: 15px;
}

/*.contact-one::before{
    background-image: none !important;
}*/

img{
    max-width: 100%;
}

.thm-btn {
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none;
    text-align: center;
    background-color: var(--thm-base);
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    padding: 8px 25px;
    box-shadow: 0px 20px 30px 0px rgba(67, 131, 99, 0.15);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-transform: uppercase;
}

.account_page button {
    min-width: 170px;
    margin-top: 35px;
    padding: 12px 25px;
}

.login_sec{
    max-width: 490px;
    margin: auto;
}

.login_sec button{
    width: 100%;
    margin-top: 15px;
}

.login_sec p{
    text-align: right;
}

.login_sec p a {
    color: #000 !important;
    background: transparent !important;
}

.account_page h6{
    margin-bottom: 0;
    margin-top: 30px;
    text-align: center;
    font-size: 19px;
    color: #000;
}

.account_page h6 a {
    color: var(--thm-base) !important;
    margin-left: 10px;
    background: transparent !important;
}

.login_part .block-title ul.nav-tabs li{
    width: 40%;
}

.min300{
    min-width: 300px !important;
}

button.dropdown-toggle{
    margin-top: 0px;
}

.terms_sec .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.terms_sec .form-group label {
    position: relative;
    cursor: pointer;
    text-transform: math-auto;
}

.terms_sec .form-group label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #562a76;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.terms_sec .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #562a76;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.terms_sec label a {
    color: var(--thm-base) !important;
    margin-left: 10px;
    background: transparent !important;
}

.verify_area{
    width: 100%;
    background: transparent;
    padding: 20px 20px;
}

.verify_area h1{
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.verify_area p{
    text-align: center;
    font-size: 17px;
    margin-bottom: 15px;
    color: #333;
}

.verify_area button{
    text-align: center;
    width: 100%;
    margin-top: 18px;
    font-weight: 600;
    padding: 10px 25px;
}

.modal-backdrop.show {
    opacity: .7;
}

a.close_modal{
    position: absolute;
    right: 0;
    top: 0;
    background: #532979;
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

button:focus{
    outline: none !important;
}

.approval_sec {
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: #fff;
    position: relative;
}

.approval_card{
    width: 100%;
    background: transparent;
    padding: 20px 20px;
    max-width: 550px;
    display: block;
    margin: auto;
}

.approval_card h1{
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.approval_card p{
    text-align: center;
    font-size: 17px;
    margin-bottom: 15px;
    color: #333;
}

.approval_card button{
    text-align: center;
    width: 100%;
    margin-top: 18px;
    font-weight: 600;
    padding: 10px 25px;
}

.approval_card img{
    width: 120px;
    display: block;
    margin: auto;
    margin-bottom: 25px;
}

.block-title h3 {
    margin: 0;
    color: var(--thm-black);
    font-size: 35px;
    font-weight: bold;
    line-height: 45px;
}

.blog-one__content {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 150px;
}

.blog-one__content h3 {
    font-size: 20px;
    line-height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.account_page .block-title h3{
    font-size: 45px;
}

.blog-one__content p {
    font-size: 15px;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sidebar__single {
    background-color: #60a78d;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.sidebar__post-image>img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
    border: 1px solid #d1d1d1;
}

.sidebar__post-content h3{
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}

.sidebar__post-content p {
    font-size: 13px;
    margin-top: 7px;
    display: flex;
    align-items: center;
    color: #000;
}

.sidebar__post-content p b{
    display: flex;
    align-items: center;
}

.sidebar__post-content p b img{
    width: 20px;
}

.sidebar__post-image {
    display: flex;
    align-items: center;
}

.most_tip label{
    font-size: 17px;
    color: var(--thm-black);
    margin: 0;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 9px;
    display: block;
}

.most_tip ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.most_tip li {
    display: flex;
    width: 33.33%;
    min-width: 33.33%;
    position: relative;
}

.most_tip li input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.most_tip li a {
    border: 1px solid #dbdbdb;
    font-size: 12px;
    padding: 7px 5px;
    display: block;
    margin: 0;
    text-align: center;
    color: #222;
    font-weight: 500;
    width: 100%;
}

.active a{
    background-color: var(--thm-base) !important;
    color: #fff !important;
}

.pr-0{
    padding-right: 0px;
}

.sec_overflow{
    max-height: 400px;
    overflow: auto;
}

.blog-one__image i.fa-heart {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 9999;
    background: #a9a9a9;
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
}

.slider-one__content-inner h3{
    text-transform: uppercase;
}

.slider-one__content-inner p {
    font-size: 17px;
    color: #2c2c2c;
    font-weight: 500;
    text-align: justify;
    line-height: 30px;
}

.sidebar__post-content{
    display: flex;
    align-items: center;
}

.sidebar__post-content p{
    margin: 0px;
    font-size: 15px;
    color: #fff;
}

.sidebar__post-single {
    display: flex;
    justify-content: space-between;
    padding-left: 60px;
    position: relative;
    padding-right: 20px;
    align-items: center;
}

.sidebar__post-single span{
    display: flex;
}

.float_pics{
    position: absolute;
    left: 7px;
    top: 7px;
}

.float_pics img{
    width: 41px;
}

.sidebar__post-single i.fa-star{
    color: #FFC107;
}

.carehome_detail .blog-one__single{
    display: flex;
    align-items: center;
    box-shadow: 0px 20px 30px 0px rgb(0 0 0 / 6%);
    margin-bottom: 10px;
    padding: 20px;
}

.carehome_detail .blog-one__image {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    overflow: visible;
}

.carehome_detail  .blog-one__image img{
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.contact-one__form .bootstrap-select>.dropdown-toggle{
    margin-bottom: 0px;
}

.carehome_detail .blog-one__content h3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.carehome_detail .blog-one__content p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.verify_area label{
    display: block;
    margin-bottom: 5px;
    font-size: 19px;
    color: #000;
    font-weight: 600;
    font-family: var(--heading-font);
}

.verify_area input, .verify_area textarea{
    height: auto;
    font-size: 15px;
    padding: 9px 15px;
    text-align: left;
}

.input_outer{
    max-width: 250px;
    position: relative;
}

.input_outer input {
    height: auto;
    font-size: 16px;
    padding: 9px 20px;
    text-align: left;
    padding-right: 60px;
}

.flex_data{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.input_outer i{
    position: absolute;
    right: 0;
    top: 0;
    background: #532979;
    color: #fff;
    width: 45px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.rank_board {
    width: 100%;
    background: #fff;
    position: relative;
    box-shadow: 0px 2px 2px #9d9b9b;
    border-radius: 10px;
}

.rank_board_upper{
    width: 100%;
    background: #532979;
    padding: 20px 15px;
}

.rank_board_upper h4 {
    text-align: center;
    font-size: 35px;
    margin-bottom: 5px;
    color: #fff;
    font-weight: 600;
}

.rank_board_upper p {
    text-align: center;
    font-size: 17px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 400;
}

.rank_board_upper ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.rank_board_upper li{
    float: none;
    display: block;
    width: 33.33%;
    padding: 10px;
}

.rank_card {
    width: 100%;
    background: #491d68;
    padding: 20px 15px;
}

.rank_card img {
    width: 80px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}

.rank_card h5{
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
    font-size: 19px;
}

.rank_card button {
    height: auto;
    padding: 5px 15px;
    line-height: normal;
    border: none;
    font-size: 15px;
    border-radius: 50px;
    min-width: 100px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.rank_card button img{
    width: 20px;
    margin-bottom: 0;
    margin-right: 5px;
}

li.active{
    margin-top: -25px;
}

.rank_board_menus{
    width: 100%;
    background: #532979;
    padding: 0px 20px 20px;
}

.rank_board_menus ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
    display: flex;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 50px;
}

.rank_board_menus li{
    float: none;
    display: block;
    width: 33.33%;
}

.rank_board_menus li a {
    display: block;
    border-radius: 50px;
    padding: 8px 15px;
    color: #fff;
    font-weight: 500;
}

.rank_board_menus li.active_tab a {
    background: #fff;
    color: #4c1e65;
}

.rank_board_lower {
    width: 100%;
    background: #f5f5f5;
    padding: 10px 20px;
    max-height: 480px;
    overflow: auto;
}

.rank_board_lower td button {
    height: auto;
    padding: 7px 20px;
    line-height: normal;
    border: none;
    font-size: 15px;
    border-radius: 50px;
    min-width: 100px;
    font-weight: 500;
    background: #592b73;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
}


img.mygifts {
    position: absolute;
    width: 25px !important;
    height: 25px !important;
    bottom: -5px !important;
    background: #ffffff;
    z-index: 999999;
    object-fit: contain !important;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rank_board_lower td button img{
    width: 18px;
    margin-right: 5px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(255 255 255);
}

.table td, .table th{
    border: none;
    vertical-align: middle;
}

.rank_board_lower span.tagname {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    background: #562a76;
    border-radius: 50%;
    color: #fff;
    font-weight: 500;
    font-family: var(--heading-font);
    font-size: 20px;
    text-transform: uppercase;
    margin-right: 15px;
    position: relative;
}

.group_div{
    display: flex;
    align-items: center;
}


.table-striped tbody tr {
    box-shadow: 0px 3px 10px #ededed !important;
    background: linear-gradient(360deg, white, whitesmoke);
}

.player1{
    background: #ff8636 !important;
}.player2{
    background: #617a83 !important;
}.player3{
    background: #af2f20 !important;
}

.rank_board_lower img.medals{
    width: 30px;
    margin-right: 10px;
}

.about-three__content>p{
    text-align: justify;
}

.profile_sec .container{
    max-width: 1200px;
}

.profile_sec h3 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 50px;
}

.my_propic{
    background: #562a76;
    width: 100%;
    padding: 10px;
    position: relative;
}

.my_propic img{
    width: 345px;
    height: 445px;
    display: block;
    max-width: 100%;
    object-fit: cover;
}

.profile_content{
    width: 100%;
    background: none;
    padding: 25px 30px;
}

.bootstrap-select .dropdown-menu li{
    display: contents;
}

.overlay_card {
    width: 100%;
    background: #00000070;
    padding: 20px 20px;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    cursor: pointer;
    transition: 0.5s;
}

.my_propic:hover .overlay_card{
    opacity: 1.0 !important;
}

.overlay_card button {
    border: none;
    background: #562a76;
    color: #fff;
    padding: 7px 20px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}

.overlay_card button input{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
}

.profile_sec label {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    color: #202020;
    font-weight: 600;
    text-transform: uppercase;
}

.profile_sec .form-group{
    margin-bottom: 35px;
}

.profile_sec h6 {
    margin-bottom: 0px;
    font-size: 19px;
    color: #444;
}

.update_profile {
    margin-left: 30px;
    font-size: 19px;
    font-weight: bold;
    font-family: var(--thm-font);
    color: #000 !important;
    text-transform: uppercase;
    margin-bottom: 45px;
    display: block;
}

.account_page input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
    border: none;
    outline: none;
    display: block;
    width: 100%;
    height: 60px;
    border-radius: 7px;
    background-color: #fff;
    font-size: 16px;
    color: #93959e;
    border: 1px solid #dfe5e5;
    padding-left: 30px;
    margin-bottom: 30px;
}

.bootstrap-select .dropdown-menu>li>a{
    position: relative;
}

.bootstrap-select .bs-ok-default:after{
    border-width: 0 0.1em 0.1em 0;
    margin-top: 10px;
}

.bootstrap-select .dropdown-menu li {
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}

.bs-searchbox input{
    margin-bottom: 0px !important;
    height: 45px !important;
    font-size: 16px !important;
    padding-left: 20px !important;
}

.bootstrap-select .dropdown-menu li.active{
    margin-top: 0;
}

.bootstrap-select .bs-placeholder{
    margin-bottom: 0px;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    word-wrap: break-word;
    white-space: normal;
}

.logo-box h2 span, .foot_logo h2 span{
    display: block;
    text-align: center;
    letter-spacing: 3.5px;
    font-size: 15px;
}

.dropdown-menu li a{
    text-align: left;
}

.blog-one__content h6{
    margin-bottom: 0px;
    margin-top: 12px;
    text-align: left;
}

.blog-one__content h6 a {
    color: #000 !important;
    background: #fff !important;
    padding-left: 20px;
}

.blog-one__content h6 a i {
    font-size: 14px;
    margin-right: 5px;
}

/*.tipImg span:first-child{
    width: 10% !important;
    max-width: 10% !important;
    min-width: 10% !important;
}*/

/*.tipImg{
    display: block !important;
    padding: 0px !important;
}*/

/*.tipImg{
    padding-right: 0px !important;
    padding-top: 0px !important;
}*/

.tipImg .blog-one__image {
    width: 90px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    margin-right: 53px;
    border-radius: 0px 0px 0px 15px;
    display: block;
    margin-left: auto;
    margin-right: 0;
    text-align: center;
}

.tipImg .blog-one__content{
    padding: 0px;
}

.tipImg .blog-one__image span{
    font-weight: 500;
    color: #fff;
    font-size: 14px;
}

.carehome_detail button.backBtns{
    background: none;
    box-shadow: none;
    border: none;
    padding: 0;
    outline: none;
    text-align: left;
    font-size: 16px;
    color: #000;
}

.tip_amount{
    width: 65px !important;
    height: 65px !important;
    border-radius: 50% !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
}

.tip_amount h1 {
    text-align: center;
    font-size: 27px;
    color: #fff;
    margin-bottom: 0px;
    font-weight: 600;
}

.carehome_detail button.backBtns a {
    color: #000;
    font-weight: 500;
}

.carehome_detail button.backBtns a i{
    font-size: 14px;
    margin-right: 5px;
}


.mylabel input{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.mylabel {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #000;
    font-weight: 500;
}

.text_align h3 span {
    float: right;
    font-size: 17px;
    color: #555;
    line-height: 20px;
    margin-right: 35px;
}

.tipImg .blog-one__content{
    padding-left: 10px;
}

textarea{
    resize: none !important;
}

.sidebar_menus{
    width: 100%;
    background: none;
    padding: 0px;
    position: relative;
}

.sidebar_menus ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
}

.sidebar_menus li{
    float: none;
    text-align: left;
    display: block;
    margin-bottom: 1px;
}

.sidebar_menus li a {
    text-align: left;
    background: #ffffff9e;
    color: #000;
    padding: 16px 25px;
    display: block;
    border-radius: 2px;
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.sidebar_menus li.active{
    margin-top: 0px;
}

.sidebar_menus li a i {
    margin-right: 10px;
}

.gray_heart i{
    background: #a9a9a9;
    cursor: pointer;
}
.active_heart i{
    color: #f00 !important;
}

.favorite_sec .block-title{
    padding-bottom: 25px;
}

.favorite_sec .tabs_menus{
    margin-top: 40px;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
    min-width: 200px;
}

.nav-tabs .nav-link {
    text-align: center;
    color: #000;
    font-weight: 500;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    border-color: #dee2e6 #dee2e6 #fff;
    background-color: var(--thm-base) !important;
}

/*.favorite_sec .active a {*/
/*    background-color: inherit !important;*/
/*    color: #000 !important;*/
/*}*/

.favorite_sec a.blog-one__link{
    background-color: var(--thm-base) !important;
    color: #fff !important;
}

.fa-plus{
    color: #fff !important;
}

.mycarer_homes .blog-one__image{
    background: transparent;
}

.inner {
    max-height: 250px;
    overflow: auto;
}

.myprofiles .blog-one__image img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.myprofiles .blog-one__content p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.contact-one__form .bootstrap-select .dropdown-toggle .filter-option{
    overflow: auto;
    padding: 10px 19px;
}

.myprofiles .contact-one__btn{
    position: relative;
    bottom: -15px;
}

.myprofiles .blog-one__content p{-webkit-line-clamp: 2;}

.myprofiles .blog-one__content h6 {
    margin-bottom: 0px;
    margin-top: -20px;
    text-align: right;
    font-size: 15px;
}

.myprofiles .blog-one__content h3{
    margin-bottom: 10px;
}

.myprofiles .blog-one__content h5 {
    line-height: 15px;
    margin-top: 10px;
    min-height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.myprofiles .blog-one__content h5 span {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    background: transparent;
    display: inline-block;
    padding: 0px 8px;
    margin: 2px 0px;
    border-radius: 3px;
    border-right: 1px solid #9d9d9d;
    border-radius: 0;
}

.myprofiles .blog-one__content h5 span:last-child{
    border: none;
}

.history-one__content h3 span {
    float: right;
    font-size: 22px;
    font-weight: 500;
}

.history-one__text p{
    text-align: justify;
}

.history-one__text {
    margin-top: 25px;
}

.history-one__text h6 {
    margin-bottom: 0px;
    margin-top: 25px;
    text-align: left;
    margin-bottom: 30px;
}

.history-one__text h6 a {
    color: #000;
}

.history-one {
    background-color: #f0f7f7;
    padding-top: 90px;
    padding-bottom: 90px;
}


ul.rec_tips {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
}

ul.rec_tips li {
    float: none;
    text-align: left;
    margin: 10px 6px;
    display: block;
    position: relative;
}

ul.rec_tips li a {
    text-align: center;
    width: 180px;
    height: 35px;
    border: 1px solid #c3c3c3;
    font-size: 16px;
    display: flex;
    border-radius: 5px;
    color: #000;
    justify-content: space-between;
    padding-right: 15px;
}

ul.rec_tips li a label{
    display: block;
    width: 100%;
    margin-bottom: 0px;
    font-size: 15px;
}

ul.rec_tips li a span {
    display: flex;
    width: 170px;
}

ul.rec_tips li a input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    cursor: pointer;
}

.rec_tips_label{
    display: flex !important;
    align-items: center !important;
    justify-content: space-between;
}

ul.rec_tips li.activetop a label{
    color: #fff !important;
}

.activetop a {
    background: #562a76;
    color: #fff !important;
    border-color: #562a76 !important;
}

button.contact-one__btn img{
    width: 25px;
    margin-right: 7px;
    margin-top: -5px;
}

button.contact-one__btn{
    display: flex;
    align-items: center;
    justify-content: center;
}

.account_page input[type="date"]{
    padding-right: 25px;
    text-transform: uppercase;
}
 
input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
} 

label.showage{
    position: relative;
    z-index: 999999;
}

.profile_content input[type=checkbox] {
    display: inline-flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    border: 2px solid #592b73;
    border-radius: 0;
    margin-bottom: 0.3em;
    margin-right: 0.286em;
    font-size: 0.875em;
    cursor: pointer;
    -webkit-appearance: none;
    outline: none;
}
.profile_content input[type=checkbox]:checked:before {
    content: "";
    font-size: 0.643em;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    display: block;
    line-height: normal;
    color: #fff;
    height: 5px;
    width: 12px;
    background: transparent;
    margin-top: -1px;
    border-left: 2px solid #562a76;
    border-bottom: 2px solid #562a76;
    transform: rotate(-40deg);
    margin-left: 2px;
}

.block-title ul.nav-tabs{
    text-align: center;
    margin-top: 45px;
    justify-content: center;
}

.block-title ul.nav-tabs li{
    width: 50%;
}

.block-title ul.nav-tabs li a.nav-link {
    display: block;
    padding: 10px 15px;
}

.profile_content h4 {
    margin-bottom: 0;
    font-size: 25px;
    color: #000;
    font-weight: 500;
    text-align: center;
    background: #fff;
    padding: 15px 30px;
    box-shadow: 0px 4px 2px #cdcdcd;
    border-radius: 10px;
    text-transform: capitalize;
}

.profile_content h4 span {
    display: block;
    text-align: center;
    background: #562a76;
    color: #fff;
    padding: 10px 0px;
    margin: 9px 0px;
    border-radius: 50px;
}

.gifts_section{
    padding: 30px 35px 50px;
    width: 100%;
    background: #fff;
    margin-bottom: 40px;
    box-shadow: 0px 4px 2px #e3e3e3;
    border-radius: 10px;
}

.gifts_section h2{
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: 700;
    color: #000;
    text-align: center;
}

.gifts_section p{
    margin-bottom: 20px;
    color: #562a76;
    font-weight: 400;
}

.contact-one {
    padding-top: 80px;
    padding-bottom: 80px;
}

.profile_sec .progress_stars img{
    background: #592b73;
    width: 65px;
    height: 65px;
    padding: 10px;
    border-radius: 50%;
}


.progress {
    padding: 0px;
    margin-top: 20px;
    height: 20px;
    background: rgb(245 245 245);
    border-radius: 0px;
}

.progress-bar {
    position: relative;
    height: 20px;
    border-radius: 0px;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color;
}
.progress-bar:before, .progress-bar:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.progress-bar:before {
    bottom: 0;
    background: url("../img/stripes.png") 0 0 repeat;
    border-radius: 4px 4px 0 0;
}
.progress-bar:after {
    z-index: 2;
    bottom: 45%;
    border-radius: 4px;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
}

/*
 * Note: using adjacent or general sibling selectors combined with
 *       pseudo classes doesn't work in Safari 5.0 and Chrome 12.
 *       See this article for more info and a potential fix:
 *       http://css-tricks.com/webkit-sibling-bug/
 */
#five:checked ~ .progress > .progress-bar {
    width: 25%;
    background-color: #f63a0f;
    content: '☆';
}

.img_outer{
    position: relative;
}

#twentyfive:checked ~ .progress > .progress-bar {
    width: 50%;
    background-color: #f27011;
}

#fifty:checked ~ .progress > .progress-bar {
    width: 75%;
    background-color: #f2b01e;
}

#seventyfive:checked ~ .progress > .progress-bar {
    width: 100%;
    background-color: #f2d31b;
}

/*#onehundred:checked ~ .progress > .progress-bar {*/
/*    width: 100%;*/
/*    background-color: #86e01e;*/
/*}*/

.radio {
    display: none;
}

.label {
    display: inline-block;
    margin: 0 5px 20px;
    padding: 3px 8px;
    color: #aaa;
    border-radius: 3px;
    cursor: pointer;
}
.radio:checked + .label {
    color: #562a76;
    background: #FFC107;
}

.progress_stars{
    width: 100%;
    background: none;
    padding: 25px 0px 45px;
    text-align: center;
}

.progress_stars img#star1 {
    width: 60px;
}.progress_stars img#star2 {
    width: 60px;
}.progress_stars img#star3 {
    width: 60px;
}.progress_stars img#star4 {
    width: 70px;
}.progress_stars img#star5 {
    width: 140px;
}

.gifts_section label{
    display: inline-block;
    width: 24.5%;
    text-align: center;
    padding: 10px 20px;
    margin: 0px;
}

.team-one__content-inner::before{
    display: none;
}

.button-conf{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    color: #ffbd3b00;
    height: 100%;
}

canvas{
    position: absolute;
    top: 0;
}

.label{
    position: relative;
}

.team-one__content{
    padding-left: 10px;
    padding-right: 10px;
}

.team-one__content-inner {
    padding-top: 15px;
    padding-bottom: 15px;
}
 
.team-one__content h3{
    font-size: 20px;
}

.team-one__social a i {
    font-size: 16px;
}

.team-one__social a{
    width: 35px;
    height: 35px;
}

.team-one__social {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    margin-top: -40px;
    margin-bottom: 15px;
}

.team-one__image>img {
    width: 100%;
    opacity: 1;
    transform: scale(1);
    transition: transform 500ms, opacity 500ms;
    height: 240px;
    object-fit: cover;
    object-position: top;
}

.history-one h3.mybg{
    text-align: center;
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    background: #562a76;
    padding: 15px 0px;
    border-radius: 50px;
}

.tagname img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
}

.gifts_section label.label span{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.gifts_section label.label img {
    width: 25px;
    margin-right: 0px;
    margin-bottom: 5px;
    display: block;
}

.contact-one__form .progress_stars{
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
    padding: 0;
    text-align: left;
    z-index: 9999;
    
}

.team-one__single{
    margin-bottom: 55px;
}

.gifts_sec .tip_amount {
    width: 90px !important;
    height: 90px !important;
}

.gifts_sec .tip_amount h1 img{
    display: block;
    text-align: center;
    margin: auto;
    margin-bottom: 5px;
}

.gifts_sec .tip_amount h1{
    font-size: 18px;
}

span.myGifts img {
    width: 50px;
}

.visitor_sec span.tagname {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    background: transparent !important;
}

.visitor_sec span.tagname img.giftsImg {
    width: auto !important;
    height: auto !important;
    border-radius: 0px;
}

.cta-one p {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.bluetick{
    display: flex;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin-top: 20px;
    text-align: justify;
}

.bluetick strong{
    color: #000;
    cursor: pointer;
}

.bluetick button{
    background-color: var(--thm-base);
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 8px 25px;
    border: none;
    margin-top: 15px;
}

.userImgs_sec {
    width: 100%;
    position: relative;
    overflow: hidden;
    border: 2px dashed #a9a9a9;
    padding: 10px;
}

.userImgs_sec img{
    width: 100%;
    height: 170px;
    object-fit: cover;
    transform: scale(1.1);
}

.p-image, .upload-button{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.ajay {
    object-fit: contain !important;
}

.blog-one__single:hover .blog-one__image>img{
    opacity: 1.0 !important;
}

.main-nav-one .main-nav__main-navigation{
    display: flex;
    align-items: center;
}

.main-nav__right{
    margin-left: 35px;
}

.text-danger{
    width: 100%;
}

main{
    min-height: calc(100vh - 395px);
}

.review_sec{
    width: 100%;
    background: none;
    padding: 20px 30px;
}

.comment-one__content{
    padding-left: 20px;
} 

.comment-one {
    margin-bottom: 0;
}

.customer_reviews{
    width: 100%;
    background: none;
    padding: 30px 40px;
}

.customer_reviews h1{
    text-align: center;
    font-size: 80px;
    font-weight: 700;
    color: #000;
}

.customer_reviews span{
    text-align: center;
    display: block;
    font-size: 19px;
}



.rating .fa {
  font-size: 22px;
}

.rating-num {
  margin-top: 0px;
  font-size: 60px;
}

.progress {
  margin-bottom: 5px;
  margin-top: 0;
}

.progress-bar {
  text-align: left;
}

.rating-desc .col-md-3 {
  padding-right: 0px;
}

.sr-only {
  margin-left: 5px;
  overflow: visible;
  clip: auto;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.progress-bar span {
    top: 0;
    font-weight: 600;
}

.rating-desc .fa-star{
    color: #FFC107;
}


.modal-header p {
    margin-bottom: 0px;
    line-height: normal;
    font-size: 15px;
    color: #333;
}

.modal-header h6{
    margin-bottom: 0;
    margin-top: 20px;
    font-weight: 200;
}

.modal-header h6 a{
    color: var(--thm-base);
}

.enter_reviews{
    width: 100%;
    background: none;
    padding: 20px 15px;
}

.enter_reviews h3{
    text-align: left;
    font-size: 24px;
    margin-bottom: 10px;
    color: #000;
}

.enter_reviews p{
    margin-bottom: 10px;
    font-size: 16px;
    color: #222;
    line-height: normal;
}

.enter_reviews label{
    margin-bottom: 5px;
    font-size: 16px;
    color: #222;
    line-height: normal;
    display: block;
}

.enter_reviews .wrapper {
    position: relative;
    border: none;
    font-size: 14px;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
}

.enter_reviews .wrapper input {
    border: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    opacity: 0;
}

.enter_reviews .wrapper label {
    position: relative;
    float: right;
    color: #C8C8C8;
}

.enter_reviews .wrapper label:before {
    margin: 3px;
    content: "\f005";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 1.5em;
    color: #ccc;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.enter_reviews .wrapper input:checked ~ label:before {
    color: #FFC107;
}

.enter_reviews .wrapper label:hover ~ label:before {
    color: #ffdb70;
}

.enter_reviews .wrapper label:hover:before {
    color: #FFC107;
}

.wrapper label{
    margin-bottom: 0px;
}

.enter_reviews .form-control{
    font-size: 15px;
    text-align: left;
}

.mycheckbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.mycheckbox label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    padding-left: 35px;
    line-height: 20px;
}

.mycheckbox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #cccccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    margin-top: -3px;
    position: absolute;
    left: 0;
    top: 10px;
}

.mycheckbox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    left: 8px;
    width: 6px;
    height: 14px;
    border: solid var(--thm-base);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.mycheckbox input:checked + label:before{
    border-color: var(--thm-base) !important;
}

.mycheckbox label a{
    color: var(--thm-base);
}

.max820px{
    max-width: 820px !important;    
}

.comment-one__content span {
    color: #323232;
    font-size: 15px;
    display: block;
    line-height: 1em;
    margin-top: 10px;
    margin-bottom: 8px;
}

.comment-one__content p {
    margin: 0;
    color: #464648;
    font-size: 15px;
    line-height: 23px;
    text-align: justify;
}


.comment-one__content span b{
    color: #222;
    font-weight: 400;
    font-size: 17px;
    margin-left: 10px;
}

p.error{
    font-size: 13px;
    font-weight: 400;
    color: #f00;
    margin-top: 8px;
}

.foot_logo img{
    display: block !important; margin: auto;
}

.post-filter li{
    margin-left: 10px;
}

.myprofiles .contact-one__btn{
    margin-top: 15px !important;
}

/*.history-one__content section{width: 100% !important;}*/




.gif_section{
    width: 100%;
    background: none;
    padding: 20px 0px;
}

.gif_section ul {
    float: none;
    padding: 0px;
    list-style: none;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.gif_section li {
    float: none;
    display: block;
    border: 1px solid #f3f3f3;
    border-radius: 3px;
    width: 70px;
    padding: 10px;
    margin: 5px 5px;
    position: relative;
}

.gif_section li img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.gif_section li input{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
}

.gif_section li.checked{
    border-color: #542478 !important;
}

.selectedImg{
    margin-top: 20px;
}

.selectedImg img{
    width: 80px;
}

.rank_board_upper h3{
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
    font-size: 26px;
}

.myhighfive .mymerge_space {
    margin-top: 65px !important;
}

.myhighfive .rank_card button {
    padding: 5px 10px;
    font-size: 14px;
    background: #fff;
}

.myhighfive ul.bothcontrols {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
    display: flex;
    margin-bottom: 10px;
}

.myhighfive .bothcontrols li {
    float: none;
    display: block;
    line-height: normal;
    width: 50%;
    text-align: center;
}

.myhighfive .bothcontrols li a {
    padding: 16px 15px;
    display: block;
    background: #f4f4f4;
    color: #000;
    font-weight: 500;
    font-size: 17px;
}

.myhighfive .bothcontrols li.myactive a {
    background: #4d1964 !important;
    color: #fff !important;
}

.myhighfive{
    box-shadow: none;
}

.myhighfive section.dropshadow{
    box-shadow: 0px 2px 2px #9d9b9b;
}

.myhighfive .rank_card button img{
    margin: 0px;
}

.store_banner{
    min-height: 250px;
    background-size: cover !important;
    padding: 50px 0px;
    position: relative;
}

.store_banner:before {
    content: '';
    background: #00000026;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.store_banner h1 {
    text-align: center;
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    text-shadow: 0px 0px 26px #797979;
    margin-bottom: 25px;
}

.store_banner p {
    text-align: center;
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 15px;
    max-width: 670px;
    margin: auto;
}

.store_banner section{
    position: relative;
}

.store_sec h3{
    -webkit-line-clamp: 4;
    margin-bottom: 15px;
}

.store_sec p {
    min-height: auto !important;
    font-size: 16px;
    font-weight: 400;
    color: #555;
}

.store_sec h6{
    margin-bottom: 10px;
}

.store_sec h6 i{
    color: #ff9800;
}

.price_card{
    position: absolute;
    bottom: 2px;
    right: 2px;
    z-index: 999;
    background: #5424789c;
    color: #fff;
    line-height: normal;
    padding: 7px 15px;
    border-radius: 2px;
    font-size: 20px;
    font-weight: 500;
}

.price_card span {
    font-size: 10px;
}

.store_sec .blog-one__content {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.store_sec{
    padding: 50px 0px;
}

.category_menu .swiper-slide{
    border-left: 1px solid #e3e3e3;
    cursor: col-resize;
}

.category_menu .swiper-slide:first-child{
    border-left: 0px;
}

.category_menu {
    background: #f0f7f7;
    width: 100%;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

.swipe_card{
    width: 100%;
    background: none;
    padding: 20px 0px;
}

.swipe_card h3 {
    text-align: center;
    margin-bottom: 0px;
    font-size: 19px;
    color: #000;
}

.swipe_card h3 a{
    color: #000;
    text-decoration: none;
}

a{
    text-decoration: none !important;
}

.pad0{
    padding: 0px;
}

.myactive {
    background: #542478 !important;
}
.myactive a{
    color: #fff !important;
}

.rank_card h5{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.group_div {
    display: flex;
    align-items: center;
    line-height: 20px;
    font-size: 14px;
}

.memorial_sec{
    width: 100%;
    background: none;
    padding: 90px 0px;
}

.main-nav-one.stricked-menu .main-nav__navigation-box>li {
    padding: 23.5px 0;
}

.memorial_insides {
    background: #ffffff;
    width: 100%;
    padding: 50px 60px;
    border: 1px solid #efefef;
}

.progressbar-list{
    margin-top: 0px !important;
}

.memocard{
    width: 100%;
    background: none;
    padding: 10px 0px;
}

.memocard label{
    display: block;
    margin-bottom: 0px;
    font-weight: 600;
}

.memocard .form-control{
    height: auto;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 500;
}

.memocard [type="radio"]:checked,
.memocard [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.memocard [type="radio"]:checked + label,
.memocard [type="radio"]:not(:checked) + label{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.memocard [type="radio"]:checked + label:before,
.memocard [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.memocard [type="radio"]:checked + label:after,
.memocard [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #F87DA9;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.memocard [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.memocard [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.mrg-r25{
    margin-right: 25px;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered{
    padding-left: 0px !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    margin-left: 0px !important;
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
    font-size: 13px;
    padding-right: 28px;
    background: #551e77;
    color: #fff;
    border: none;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-search{
    width: auto !important;
}

.select2-container--bootstrap-5 .select2-selection{
    min-height: auto;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field{
    font-weight: 500;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option{
    font-size: 15px;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove{
    position: absolute;
    right: 8px;
    width: 8px;
    top: 9px;
    padding: 0;
}

.form-group{
    margin-bottom: 30px;
}

.memocard label b{
    color: #f00;
}

.memocard label span{
    font-size: 14px;
    font-weight: 400;
    margin-left: 6px;
    margin-top: -3px;
    position: relative;
    top: 0px;
    display: block;
}

.memocard select{
    appearance: auto;
}

.living-option-three__content{
    min-height: 520px;
    padding-bottom: 30px;
}

.living-option-three__content .blog-details__list{
    min-height: 250px;
}

.site-footer__bottom p{
    font-size: 15px;
}

.living-option-three__content input[type="radio"]{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: -999999;
}

.myactives {
    background: #542478 !important;
    color: #fff !important;
}

.activeborder{
    border: 4px solid #542478 !important;
}

.alert-secondary{
    position: relative;
}

.alert-secondary p{
    margin-bottom: 0px;
}

.alert-secondary input[type="radio"]{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 999;
    cursor: pointer;
}

.success-content{
    background: #fff;
    padding-bottom: 50px;
}

.success-content img{
    display: block;
    margin: auto;
}

.success-content a.btn{
    display: block;
    margin: auto;
    max-width: 235px;
    margin-top: 0;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li>a{
    padding-left: 15px;
    padding-right: 15px;
}

.blog-one__image img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    object-position: top;
}


.comment-one__image>img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-right: 30px;
    object-fit: cover;
}

.site-footer {
    background-color: #1b1d21;
    position: relative;
    z-index: 9999;
}

/*.memorial_insides h3, .memorial_insides p{*/
/*    color: #fff;*/
/*}*/

/*.memorial_insides label{*/
/*    color: #fff;*/
/*}*/

/*.memocard [type="radio"]:checked + label, .memocard [type="radio"]:not(:checked) + label{*/
/*    color: #fff;*/
/*}*/

/*.alert-secondary p{*/
/*    color :#000;*/
/*}*/

.memorial_insides{
    padding: 0px;
    border: none;
    background: transparent;
}

.memorial_insides ul{
    margin: 0px;
}

.memorial_sec {
    padding: 60px 0px;
    background: #f0f7f7;
}

.wizard_inside{
    width: 100%;
    background: #fff;
    padding-bottom: 45px;
}

.pt-5 {
    padding-top: 2rem!important;
}

.monthSelect:before{
    content: 'Month';
}

.collaps_data {
    display: none;
    width: 100%;
    background: #5424781a;
    padding: 30px 0 0px;
    margin-bottom: 30px;
}

.moreDetailBtn{
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #542478;
    text-align: left;
    padding: 5px 10px;
    outline: none !important;
    color: #542478;
    font-weight: 500;
    font-size: 16px;
    position: relative;
}

.moreDetailBtn span {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #542478;
    position: absolute;
    right: 12px;
    top: 14px;
}

.rotateClass{
    transform: rotate(-180deg) !important;
}

.snip1404{
    width: 100%;
    display: flex;
    justify-content: center;
}

.snip1404 img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}
.snip1404 .plan {
  margin: 0px 10px;
  width: 25%;
  position: relative;
  float: left;
  overflow: hidden;
  border: 3px solid #442232;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  background-color: #5f3047;
}
.snip1404 .plan:hover i,
.snip1404 .plan.hover i {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.snip1404 .plan:first-of-type {
  border-radius: 8px 0 0 8px;
}
.snip1404 .plan:last-of-type {
  border-radius: 0 8px 8px 0;
}
.snip1404 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.snip1404 header {
  background-color: #5f3047;
  color: #ffffff;
}
.snip1404 .plan-title {
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0;
  padding: 20px 20px 0;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.snip1404 .plan-title:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 300px 0 0;
  border-color: rgba(0, 0, 0, 0.5) transparent transparent;
}
.snip1404 .plan-cost {
  padding: 40px 20px 10px;
  text-align: right;
}
.snip1404 .plan-price {
  font-weight: 600;
  font-size: 3em;
}
.snip1404 .plan-type {
  opacity: 0.8;
  font-size: 0.7em;
  text-transform: uppercase;
}
.snip1404 .plan-features {
  padding: 0 0 20px;
  margin: 0;
  list-style: outside none none;
}
.snip1404 .plan-features li {
  padding: 8px 5%;
}
.snip1404 .plan-features i {
  margin-right: 8px;
  color: rgba(0, 0, 0, 0.5);
}
.snip1404 .plan-select {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px;
  text-align: center;
}
.snip1404 .plan-select a {
  background-color: #442232;
  color: #ffffff;
  text-decoration: none;
  padding: 12px 20px;
  font-size: 0.75em;
  font-weight: 600;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 4px;
  display: inline-block;
}
.snip1404 .plan-select a:hover {
  background-color: #552a3f;
}
.snip1404 .plan:hover {
  margin-top: -10px;
  border-color: #331926;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
  z-index: 1;
  border-radius: 8px;cursor:pointer;
}
.snip1404 .plan .plan-select {
  padding: 30px 20px;
}
@media only screen and (max-width: 767px) {
  .snip1404 .plan {
    width: 50%;
  }
  .snip1404 .plan-title,
  .snip1404 .plan-select a {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .snip1404 .plan-select,
  .snip1404 .featured .plan-select {
    padding: 20px;
  }
  .snip1404 .featured {
    margin-top: 0;
  }
}
@media only screen and (max-width: 440px) {
  .snip1404 .plan { 
    width: 100%;
  }
}

.profile_description{
    width: 100%;
    background: none; 
    padding: 25px 0px;
}

.page_title{
    width: 100%;
    background: none;
    padding: 45px 0px;
    border-bottom: 1px solid #e3e3e3;
}

.page_title h1 {
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    color: #222;
    margin-bottom: 0;
}

.page_title p{
    text-align: center;
    margin-bottom: 0;
    margin-top: 12px;
    font-size: 18px;
    color: #333;
}

.carehome_groups .block-title{
    padding-bottom: 25px;
}

.carehome_groups .block-title h3{
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
}

.carehome_groups .blog-one__content{
    display: flex;
    align-items: center;
}

.logoimg{
    width: 110px;
}

.logoimg img{
    width: 100%;
    height: 100%;
}

.width60{
    width: 60%;
}

.width40{
    width: 40%;
}

.carehome_groups .blog-one__content h3 {
    font-size: 18px;
    line-height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    line-height: 22px;
    padding-right: 10px;
}

.group_searchbar {
    margin-bottom: 50px;
    width: 100%;
    background: none;
}

.searchbar_menu{
    width: 100%;
    background: none;
    padding: 0px;
}

.searchbar_menu ul {
    margin: 0px auto;
    padding: 0px;
    list-style: none;
    text-align: center;
    display: flex;
    justify-content: center;
}

.searchbar_menu li{
    margin: 0px 10px
}

.searchbar_menu li a {
    border: 1px solid #dbdbdb;
    padding: 9px 30px;
    border-radius: 50px;
    color: #542478;
    outline: none;
    font-weight: 500;
    display: block;
}

.searchbar_menu li.active a {
    background-color: var(--thm-base) !important;
    color: #fff !important;
    border-color: #542478 !important;
}

.searchbar_fields{
    width: 100%;
    background: none;
    padding: 0px;
    margin-top: 30px;
}

.searchbar_fields label{
    display: block;
    margin-bottom: 13px;
    line-height: normal;
    color: #111;
    font-weight: 500;
    font-size: 17px;
}

.searchbar_fields input {
    height: auto;
    padding: 12px 20px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    color: #000;
    text-transform: uppercase;
    border: 2px solid #777;
    height: 51px;
    border-radius: 5px 5px 5px 0px;
}

.field_outer{
    position: relative;
}

.searchbar_fields button {
    position: absolute;
    right: -1px;
    top: 0px;
    padding: 10px 25px;
    border: 2px solid #542478;
    font-size: 17px;
    font-weight: 500;
    height: 51px;
    background: #542478;
    color: #fff;
    border-radius: 0px 5px 5px 0px;
}

.searchbar_fields button i{
    margin-right: 5px;
}

.carehome_groups .col-lg-3 {
    width: 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 10px;
    padding-right: 10px;
}

.carehome_groups .blog-one__image img{
    height: 190px;
    object-position: center; 
}

.logoimg {
    width: 100%;
}

.logoimg img{
    height: 60px;
    object-fit: cover;
}

.carehome_groups .blog-one__single{
    margin-bottom: 25px;
}

.blog-one__image{
    overflow: visible;
}

.blog-one__image strong img {
    height: auto !important;
    position: absolute;
    width: 75px;
    left: -6px;
    top: -6px;
    z-index: 99999;
}

.blog-one__single{
    position: relative;
}

.ovelaybox {
    width: 100%;
    height: 100%;
    background: #000000bd;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    border-radius: 4px 6px 6px 7px;
}

.ovelaybox span{
    text-align: center;
    color: #fff;
    font-weight: 500;
    text-shadow: 0 2px BLACK;
    font-size: 14px;
}

.ovelaybox span img{
    width: 45px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}

.featuredGroup .blog-one__single{
    border: 2px solid #551e77f0;
}

.featuredGroup .blog-one__image img {
    border-radius: 0px 9px 0px 0px;
}

.autosearch_sec {
    width: 100%;
    background: none;
    padding: 0px;
    border: 2px solid #551e77;
    border-top: 0;
    max-height: 250px;
    overflow: auto;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 999999;
}

.inputOuterField{
    margin-right: 135px;
    position: relative;
}

.autosearch_sec section {
    width: 100%;
    padding: 10px 15px;
    border-bottom: 1px solid #d9d9d9;
}

.autosearch_sec ul{
    margin: 0px auto;
    padding: 0px;
    list-style: none;
}

.autosearch_sec li{
    float: none;
    display: block;
}

.autosearch_sec section label{
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.autosearch_sec li a {
    display: block;
    line-height: normal;
    color: #222;
    font-size: 15.5px;
    padding: 7px 0px;
}

.clearable{
    position: relative;
    display: inline-block;
}
.clearable input[type=text]{
    padding-right: 24px;
    width: 100%;
    box-sizing: border-box;
}
.clearable input[type=text]:focus{
    box-shadow: none;
    border-color: #551e77 !important;
}
.clearable__clear{
    display: none;
    position: absolute;
    right:0; top:0;
    padding: 0 8px;
    font-style: normal;
    font-size: 1.2em;
    user-select: none;
    cursor: pointer;
}
.clearable input::-ms-clear {  /* Remove IE default X */
    display: none;
}

.clearable{
    width: 100%;
}

.clearable i{
    display: inline;
    position: absolute;
    right: 15px;
    top: 8px;
    line-height: normal;
    font-size: 26px;
    font-weight: 400;
}

.borderRed{
    border-color: #551e77 !important;
}

.btn.disabled, .btn:disabled {
    opacity: 1;
    padding: 0 14px;
    background: #542478 !important;
    border-color: #542478 !important;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus{
    box-shadow: none !important;
    background: #542478 !important;
    border-color: #542478 !important;
}

.btn-primary:hover {
    color: #fff;
    background: #542478 !important;
    border-color: #542478 !important;
}

.main-nav-one {
    z-index: 9999;
}

.editInfo{
    border-top: 1px solid #ededed;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0px;
}

.editInfo a{
    line-height: normal;
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

.editInfo a i{
    font-size: 14px;
    margin-right: 5px;
}

.modal {
    z-index: 99999999999;
    background: #00000073;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 600;
    color: #222;
}

.modal-header .close {
    padding: 0;
    margin: 0;
    font-weight: 400;
}

.mycaresection{
    width: 100%;
    background: none;
    padding: 20px 25px;
}

.mycaresection_img {
    width: 150px;
    height: 150px;
    background: none;
    padding: 0px;
    position: relative;
    display: block;
    margin: auto;
    border-radius: 50%;
    border: 2px solid #532979;
    padding: 5px;
}

.mycaresection_img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
    margin: auto;
    object-fit: cover
}

.mycaresection .form-group{
    margin-top: 35px;
}

.mycaresection label {
    display: block;
    margin-bottom: 3px;
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.mycaresection input{
    height: auto;
}

.mycaresection button{
    background: #532979;
    border: none;
    color: #fff;
    padding: 6px 25px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    min-width: 250px;
    margin-top: 10px;
}


.mycaresection_img i.fa-pencil{
    position: absolute;
    bottom: 0;
    right: 8px;
    z-index: 999;
    color: #ffffff;
    width: 35px;
    height: 35px;
    background: #542478;
    padding: 5px;
    border-radius: 50%;
    border: 4px solid #ffffff;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
}

.mycaresection_img i.fa-pencil input {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    cursor: pointer;
}

.mycaresection h6{
    text-align: center;
    margin-bottom: 15px;
    font-size: 17px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}



.upload__box {
    padding: 0;
}
.upload__btn p{
	margin: 0px;
}
.upload__inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.upload__btn {
    display: inline-block;
    font-weight: 600;
    color: #5c5c5c !important;
    text-align: center;
    min-width: 116px;
    padding: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid;
    background-color: transparent;
    border-color: #ced4da;
    border-radius: 5px;
    line-height: 26px;
    font-size: 14px;
    padding: 10px 0px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}
.upload__btn:hover {
	background-color: unset;
	color: #4045ba;
	transition: all 0.3s ease;
}
.upload__btn-box {
  	margin-bottom: 10px;
}
.upload__img-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.upload__img-box {
	width: 135px;
	padding: 0 10px;
	margin-bottom: 12px;
}
.upload__img-close {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 10px;
	right: 5px;
	text-align: center;
	line-height: 24px;
	z-index: 1;
	cursor: pointer;
}
.upload__img-close::after {
    content: "✖";
    font-size: 14px;
    color: white;
}

.img-bg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	padding-bottom: 100%;
	border: 1px solid #000;
    border-radius: 5px;
}

.myhighfive{
    background: transparent;
}

.blogcard_inter{
    max-width: 970px;
    display: block;
    margin: auto;
}

.address_sec ul{
    margin: 0px auto;
    padding: 0px;
    list-style: none;
    text-align: left;
    display: flex;
    align-items: center;
}

.address_sec li {
    float: none;
    text-align: left;
    margin-right: 30px;
    font-size: 15px;
    color: #222;
    font-weight: 400;
}

.threeBtns li{
    margin-right: 15px;
}

.threeBtns{
    margin-top: 20px !important;
}


.threeBtns li button {
    border: none;
    background: #522375;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.threeBtns li button img {
    width: 18px;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.post-filter li {
    margin-left: 0;
}

.overlay_tabs {
    width: 100%;
    background: none;
    padding: 15px 0px;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}

.overlay_tabs ul{
    margin: 0px auto;
    padding: 0px;
    list-style: none;
    text-align: left;
    display: flex;
    align-items: center;
}

.overlay_tabs li {
    float: none;
    text-align: left;
    margin-right: 30px;
    font-size: 16px;
    color: #222;
    font-weight: 400;
    line-height: normal;
    font-family: var(--thm-font);
    margin-top: 0px;
}

.overlay_tabs li a {
    color: #333;
    font-weight: 500;
}

.overlay_tabs li.active a {
    background: transparent !important;
    color: #000 !important;
    border-bottom: 3px solid #000;
    padding-bottom: 10px;
}

.overview_sec{
    width: 100%;
    background: none;
    padding: 20px 0px;
}

.overcard_pics{
    width: 100%;
    background: none;
    padding: 0px;
    position: relative;
    cursor: pointer;
}

.overcard_pics img{
    width: 100%;
    display: block;
    margin: auto;
}

.overcard_pics:hover .overlay_box{
    opacity: 1.0;
}

.overlay_box {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    background: #0000006b;
    max-width: 80%;
    margin: auto;
    padding: 15px 20px;
    opacity: 0;
    transition: 1s;
    cursor: pointer;
}

.overlay_box p {
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
    font-family: var(--heading-font);
    font-weight: 600;
}

.overlay_box h5 {
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.overview_sec ul {
    margin: 0px auto;
    padding: 0px;
    list-style: none;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    margin-top: -25px;
    position: relative;
}

.overview_sec li {
    background: #542478;
    margin: 0px 5px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: normal;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
}

.overview_sec li i{
    margin-right: 10px;
}

ul.saveSubmit{
    
}

ul.saveSubmit li{
    position: relative;
}

ul.saveSubmit li img{
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

ul.saveSubmit li::before{
    content: '';
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    background: #efefef;
    z-index: -9;
    border-radius: 50%;
    left: -5px;
    top: 1px;
}

.paracontent{
    width: 100%;
    background: none;
    padding: 10px 0px;
    margin-top: 25px;
}

.paracontent p {
    text-align: left;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 25px;
    color: #222;
}

.reviewbox{
    position: relative;
}

.reviewbox h1 {
    width: 85px;
    height: 85px;
    background: #531d74;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    position: relative;
}

.reviewbox h1 i{
    margin-top: -20px;
}

.reviewbox h1 span{
    position: absolute;
    bottom: 3px;
    font-size: 22px;
}

.reviewbox:before {
    content: '';
    width: 100px;
    height: 100px;
    background: #ffffff;
    position: absolute;
    left: auto;
    right: 81px;
    bottom: 24px;
    top: -7px;
    border-radius: 50%;
    border: 4px solid #541673;
}

.reviewbox p {
    text-align: center;
    margin-bottom: 0;
    margin-top: 11px;
    color: #000;
    font-weight: 500;
}

.reviewbox button{
    background: #8BC34A;
    border: none;
    color: #fff;
    font-size: 15px;
    padding: 4px 15px;
    border-radius: 5px;
    margin: auto;
    display: block;
    margin-top: 20px;
    font-weight: 500;
}

.reviewbox button i{
    margin-right:5px;
}

.manage_readmore h3{
    margin-bottom: 10px !important;
}

.myprofiles .blog-one__content p{
    min-height: auto;
}

.blog-one__content h6{
    margin-top: 0px !important;
    text-align: left !important;
    font-size: 16px !important;
    margin-top: 10px !important;
    text-decoration: underline !important;
}

.blog-one__content h6 a{
    padding-left: 0px !important;
}

.myprofiles .contact-one__btn{
    margin-top: 0px !important;
}

.blog-one__single{
    padding-bottom: 10px;
}

.block-title h3{
    font-size: 30px;
}

.review_sec{
    padding: 0px;
}

img.noDataFound{
    width: 120px;
    display: block;
    margin: auto;
}

.fixed {
    position: fixed;
    z-index: 9999999999999;
    background: #fff;
    width: 100%;
    left: 0;
    right: 0;
    top: -92px;
}

.fixed .toph3{
    padding-bottom: 0 !important;
    margin-top: 100px !important;
}

.fixed .hidingData{
    display: none !important;
}

.mygallery_sec .tab-content{
    padding: 35px 0px;
}

.mygallery_sec{
    width: 100%;
    background: none;
    padding: 0px;
}

.mygallery_sec img {
    width: 100%;
    height: 225px;
    object-fit: cover;
}

.fancybox-container{
        z-index: 99999999999999 !important;
}

.residential_card{
    width: 100%;
    background: none;
}

.residential_card ul {
    margin: 0px auto;
    padding: 0px;
    list-style: none;
    text-align: left;
}

.residential_card li {
    float: none;
    text-align: left;
    margin-right: 30px;
    font-size: 14px;
    color: #222;
    font-weight: 400;
    display: inline-block;
    position: relative;
    line-height: normal;
}

.residential_card ul li::before {
    content: '';
    width: 27px;
    height: 27px;
    display: none;
    position: absolute;
    background: #efefef;
    z-index: -9;
    border-radius: 50%;
    left: -4px;
    top: 1px;
}

.residential_card ul li img {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

.residential_card li i {
    width: 20px;
    height: 20px;
    background: #542279;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 11px;
    position: relative;
    top: -1px;
    margin-right: 6px;
}

.address_sec {
    margin-bottom: 15px !important;
}

.residential_card ul li span{
    display: flex;
    align-items: center;
    height: 30px;
}

.carehome_img{
    position: relative;
}

.imgOverlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 20px 20px;
    background: #00000029;
}

.imgOverlay button {
    background: #53137466;
    color: #fff;
    border: none;
    font-size: 13px;
    font-weight: 500;
    padding: 3px 20px;
    border-radius: 50px;
    position: relative;
    padding-left: 35px;
    transition: 1s;
}

.imgOverlay button:hover{
    background: #531374;
}

.imgOverlay button i {
    position: absolute;
    left: 5px;
    top: 5px;
    background: #fff;
    color: #531374;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overflow_para{
    width: 100%;
    position: relative;
    margin-top: 10px;
    margin-bottom: 15px;
}

.overflow_para p{
    margin: 0px !important;
}

.overflow_textdata{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

a.readmore{
    text-align: left;
    font-size: 15px;
    text-decoration: underline !important;
    color: #531374;
    font-weight: 600;
}

.weHiring{
    width: auto;
    /*background: linear-gradient(45deg, black, transparent);*/
    /*display: inline-block;*/
    /*padding: 5px 15px;*/
}

.weHiring img{
    width: 90px !important;
    height: auto !important;
}

.imgOverlay strong{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.allbtns_sec{
    width: 100%;
    background: none;
    margin-top: 15px;
    padding: 15px 0px;
}

.allbtns_sec ul{
    margin: 0px auto;
    padding: 0px;
    list-style: none;
    text-align: left;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.allbtns_sec li{
    float: none;
    text-align: left;
    margin-right: 30px;
}

.allbtns_sec li button {
    background: #531374;
    color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 500;
    padding: 6px 20px;
    border-radius: 50px;
    position: relative;
    min-width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.allbtns_sec li button i{
    font-size: 18px;
    margin-right: 10px;
}

.email_outer_sec{
    width: 100%;
    background: none;
    padding: 20px 20px;
}

.email_outer_sec label{
    display: block;
    font-size: 17px;
    color: #333;
    font-weight: 500;
    text-align: left;
}

.maxheight{
    max-height: calc(100vh - 360px);
    overflow-y: auto;
    overflow-x: hidden;
}

.email_outer_sec ul{
    margin: 0px auto;
    padding: 0px;
    list-style: none;
    text-align: left;
    display: flex;
    align-items: center;
}

.email_outer_sec li{
    float: none;
    text-align: left;
    margin-right: 20px;
}

.email_outer_sec li h5{
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0px;
}

.email_outer_sec li p{
    margin-bottom: 0;
    text-align: left;
    font-size: 13px;
    font-weight: 500;
}

.email_outer_sec li [type="radio"]:checked,
.email_outer_sec li [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.email_outer_sec li [type="radio"]:checked + label,
.email_outer_sec li [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.email_outer_sec li [type="radio"]:checked + label:before,
.email_outer_sec li [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.email_outer_sec li [type="radio"]:checked + label:after,
.email_outer_sec li [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #531374;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.email_outer_sec li [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.email_outer_sec li [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.imgOuterBody{
    border-top: 1px solid #e9e9e9;
    width: 100%;
    background: none;
    padding: 15px 0px;
}

.imgOuterBody p{
    text-align: left;
    font-size: 15px;
    color: #444;
    margin-bottom: 10px;
}

.modalContacts{
    width: 100%;
    background: none;
    padding: 10px 0px;
}

.modalContacts h4 {
    text-align: left;
    font-size: 17px;
    color: #000;
    margin-bottom: 25px;
    background: #ededed;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 50px;
    font-weight: 700;
}

.fieldOuter {
    width: 100%;
    background: none;
    padding: 0px;
    position: relative;
    border: 1px solid #e5e5e5;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 15px !important;
}

.fieldOuter input.myform, .fieldOuter textarea.myform{
    width: 100%;
    height: auto;
    line-height: normal;
    border: none !important;
    outline: none !important;
    color: #676767;
}

.fieldOuter label {
    display: block;
    margin-bottom: 2px;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    line-height: normal;
    position: relative;
}

.fieldOuter label i{
    position: absolute;
    right: 0;
    top: 25px;
    z-index: 999;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: auto;
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ffffff !important;
    padding: 0;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    color: #676767;
}

.select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px;
}
.select-styled:hover {
    background-color: #b83729;
}
.select-styled:active, .select-styled.active {
    background-color: #fff;
}
.select-styled:active:after, .select-styled.active:after {
    top: 9px;
    border-color: transparent transparent #fff transparent;
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: -10px;
    z-index: 999;
    margin: 0;
    width: 105%;
    padding: 0;
    list-style: none;
    background-color: #e5e5e5 !important;
    margin-top: 11px;
    max-height: 135px;
    overflow: auto;
}

.select-options li {
    margin: 0;
    padding: 3px 10px;
    text-indent: 0;
    border-top: 1px solid #d9d9d9;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    color: #000;
    font-size: 14px;
}

.select-options li:hover, .select-options li.is-selected {
    color: #000 !important;
    background: transparent !important;
}
.select-options li[rel="hide"] {
    display: none;
}

.imgOuterBody button {
    background: #531374;
    color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 500;
    padding: 6px 20px;
    border-radius: 5px;
    position: relative;
    min-width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mycheckbox {
    display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
    font-weight: 500;
    line-height: normal;
}

.mycheckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: -1px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

.mycheckbox:hover input ~ .checkmark {
    background-color: #ccc;
}

.mycheckbox input:checked ~ .checkmark {
    background-color: #530174;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.mycheckbox input:checked ~ .checkmark:after {
    display: block;
}

.mycheckbox .checkmark:after {
    left: 7px;
    top: 3px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.provider_area {
    width: 100%;
    background: none;
    padding: 0px 15px;
    margin-bottom: 30px;
}

.provider_area h4 {
    text-align: left;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 5px;
}

.provider_area section{
    width: 100%;
    background: none;
    padding: 20px 0px;
    display: flex;
    border-bottom: 1px solid #f1f1f1;
}

.provider_area section h6 {
    text-align: left;
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}

.provider_area section p{
    text-align: left;
    font-size: 15px;
    color: #444;
    line-height: 24px;
    margin-bottom: 0;
}

.provider_area section ul {
    margin: 0px;
    padding-left: 20px;
    list-style: circle;
    text-align: left;
}

.provider_area section li {
    float: none;
    text-align: left;
    font-size: 15px;
    color: #444;
    line-height: 24px;
}

.provider_area section li b{
    margin-left: 5px;
}

.provider_area section i{
    font-size: 25px;
    margin-right: 15px;
    color: #530174;
}

.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #03b5d2;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 0px;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    border: none;
    background: none;
    outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #03b5d2;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
    padding: 0px;
    width: 100%;
    display: block;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: #03b5d2;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}

.accordion button:hover, .accordion button:focus {
    cursor: pointer;
    color: #542279 !important;
}

.accordion .accordion-content p {
    font-size: 15px; 
    color: #000;
    margin: 15px 0px;
    line-height: 21px;
    font-weight: 400;
}

.provider_area section span img{
    width: 38px;
    margin-right: 20px;
}

.carehome_groups{
    width: 100%;
    background: none;
    padding: 60px 0px;
}

.carehomeGroups_sec{
    width: 100%;
    background: #fff;
    padding: 60px 0px;
}

.caregroup_content{
    width: 100%;
    background: none;
    padding: 0;
}

.caregroup_content h2{
    margin: 0; 
    color: #000;
    font-size: 35px;
    font-weight: bold;
    line-height: 45px;
}

.caregroup_content .allbtns_sec{
    margin-top: 10px;
}

.caregroup_content .allbtns_sec ul{
    margin-top: 0px;
}

.caregroup_image{
    width: 100%;
    background: none;
}

.caregroup_image img {
    width: 100%;
    display: block;
    margin: auto;
    background: #fff;
    padding: 10px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
}

.caregroup_image h6 {
    text-align: right;
    margin-bottom: 8px;
    color: #111;
    font-weight: 700;
    font-size: 17px;
}

.caregroup_image p {
    margin: 0;
    font-size: 13px;
    line-height: normal;
    text-align: right;
    line-height: 20px;
}

.carehomeGroups_sec p.para_content{
    margin-top: 20px;
    text-align: left;
    font-size: 16px;
    color: #444;
    line-height: 28px;
    text-align: justify;
}

.main-nav-one .main-nav__main-navigation{
    margin-right: 0px !important;
}

.excelcare_locations{
    width: 100%;
    background: none;
    padding: 0px;
}

.excelcare_locations h4{
    margin-bottom: 0;
    text-align: left;
    font-size: 16px;
    color: #444;
    font-family: var(--thm-font);
}

.excelcare_maps{
    width: 100%;
    background: none;
    padding: 0px;
    position: relative;
}

.excelcare_maps img {
    width: 100%;
    height: 90px;
    display: block;
    object-fit: cover;
    object-position: center;
}

.excelcare_maps button {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 115px;
    display: block;
    height: 36px;
    font-size: 14px;
    margin: auto;
    border: none;
    background: #531374;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
}

.sortby_sec {
    width: 100%;
    background: none;
    padding: 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
}

.sortby_sec h5{
    margin-bottom: 0;
    text-align: left;
    font-size: 16px;
    color: #444;
    font-family: var(--thm-font);
}

.sortby_sec ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
    align-items: center;
    display: flex;
    margin-left: 20px;
}

.sortby_sec li {
    font-size: 14px;
    border-bottom: 2px solid transparent;
    margin: 0px 10px;
    border-top: 2px solid transparent;
    font-weight: 600;
    color: #000000;
    cursor: pointer;
}

.sortby_sec li:last-child{
    border-left: 0px; 
} 

.sortby_sec li:first-child {
    border-right: 0px;
}

.sortby_sec li.active {
    color: #531374 !important;
    border-color: #531374;
}

#map {
  margin:0 auto;
  width: 100%;
  height: calc(100vh - 58px);
  border-left: 1px solid #cfcfcf;
}

.paddLeft{
    padding-left: 0px !important;
}

.paddRight{
    padding-right: 0px !important;
}

.setFont_weight{
    font-size: 15px;
    font-family: var(--thm-font);
    font-weight: 400;
}

.modal_leftside_content {
    padding: 15px 20px;
    width: 100%;
    background: none;
    max-height: calc(100vh - 115px);
    overflow: auto;
}

.modal_leftside_content .blog-one__image img {
    width: 100%;
    height: 150px;
}

.modal_leftside_content .blog-one__single{
    padding: 0px;
}

.modal_leftside_content .blog-one__content h3 {
    font-size: 17px;
    line-height: 21px;
}

.modal_leftside_content .blog-one__content p {
    min-height: auto;
    font-size: 13px;
    line-height: 20px;
}

#map .blog-one__single{
    width: 250px;
    margin-bottom: 0px !important;
}

#map .blog-one__image img {
    width: 100%;
    height: 175px;
}

#map .blog-one__content p {
    min-height: auto;
}

.gm-style .gm-style-iw-d{
    overflow: overlay !important;
}

#map .blog-one__link{
    display: none !important;
}

.gm-style .gm-style-iw-c, .gm-style-iw-ch{
    padding: 0px !important;
}

.gm-style-iw-chr{
    position: relative;
}

.gm-ui-hover-effect {
    opacity: .6;
    position: absolute !important;
    right: 0;
    top: 0;
    z-index: 9999;
}

.searchbar_menu li label{
    margin-bottom: 0px;
}



@media screen and (min-width: 300px) and (max-width: 480px){

.main-nav-one .logo-box{min-height: auto; padding: 15px 0px;}
.logo-box h2{margin-bottom: 0px; font-size: 28px !important}
.slider-one__content{margin-bottom: 60px !important;}
.slider-one__item {padding-top: 60px !important;}
.slider-one__content-inner {padding-left: 20px; padding-right: 20px; padding-top: 20px; padding-bottom: 20px;}
.slider-one__content-inner h3 {font-size: 28px; margin-bottom: 0;}

.slider-one__content-inner p {font-size: 14px; line-height: 24px; margin-top: 10px; margin-bottom: 10px; min-height: auto; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.slider-one__content-inner::before{display: none}
.blog-one{padding: 50px 0px;}
.block-title{display: block;}
.block-title h3{font-size: 26px; margin-bottom: 15px; line-height: 32px;}

.block-title {padding-bottom: 25px;}
.blog-one__content h3 {font-size: 17px; line-height: 25px;}
.blog-one__content p {font-size: 14px; line-height: 20px;}
.blog-one__single {margin-bottom: 20px;}

.rank_board_upper h4{font-size: 25px; font-weight: 700;}
.rank_board_upper ul{display: block;}
.rank_board_upper li{width: 100%; margin-top: 0px !important}
.rank_card button{margin: auto;}
.rank_board_menus ul{display: block; border-radius: 0; border:none;}
.rank_board_menus li{width: 100%; margin: 4px 0px;}
.rank_board_menus li a {border-radius: 0px; background: #272424; margin-bottom: 1px; font-size: 15px; text-transform: uppercase; font-weight: 600; padding: 15px 15px;}

.footer-widget__links-list { display: block; margin-top: 0;}
.footer-widget__links-list li { margin: 10px 10px; margin-top: 0px !important; border-right: 0; padding-right: 0; line-height: 20px; text-align: center;}
.site-footer__main { padding-bottom: 20px; padding-top: 35px;}
.foot_logo{margin-bottom: 25px;}
.foot_logo h2{font-size: 30px !important}
.footer-widget__links-list li a {font-size: 14px;}
.site-footer__bottom p{font-size: 14px;}

.about-three__image {margin-top: 20px;}
.about-three{padding-top: 40px;}
.about-three__content>p { line-height: 25px; margin-top: 12px; font-size: 15px; margin-bottom: 20px;}
.cta-one{padding-top: 60px; padding-bottom: 60px;}
.cta-one h3{font-size: 40px;}
.cta-one p{margin-bottom: 30px;}

.table td, .table th{width: auto !important; min-width: auto !important; max-width: none !important; padding: 10px;}
.group_div {display: block; font-size: 14px; font-weight: 500;}
.rank_board_lower span.tagname {width: 40px; min-width: 40px; max-width: 40px; height: 40px; margin: auto !important; font-size: 20px;}
.rank_board_lower td button{padding: 7px 15px;}

.group_div span{line-height: 22px; display: block; text-align: center; margin-top: 5px;}
.rank_board_lower{padding: 10px 5px; max-height: none;}

.blog-one__image img{width: 100%; height: auto; object-fit: cover;}
.career-one{padding: 50px 0px}
.career-one__accrodion .accrodion {padding-left: 20px; padding-top: 20px; padding-right: 20px;}

.career-one__accrodion .accrodion-content p {font-size: 15px; line-height: 26px; text-align: justify;}
.career-one__accrodion .accrodion-title h4{font-size: 20px; padding-left: 50px;}
.career-one__accrodion .accrodion+.accrodion {margin-top: 20px;}
.career-one .block-title{padding-bottom: 0px;}
.faq-three{padding-top: 50px; padding-bottom: 50px; background: #fff;}
.faq-one__block .block-title {padding-bottom: 10px;}

.faq-one__block>p{font-size: 15px; text-align: justify; line-height: 25px; margin-bottom: 15px;}
.faq-three__image{margin-bottom: 80px;}
.thm-btn{font-size: 14px;}
.contact-one {padding-top: 45px; padding-bottom: 50px;}
.account_page .block-title h3 {font-size: 30px;}
.account_page .block-title {padding-bottom: 25px;}

.account_page input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]){padding-left: 20px; margin-bottom: 20px; height: 50px;}
.account_page label{font-size: 13px; margin-bottom: 3px;}
.account_page h6{margin-top: 20px; font-size: 16px;}
.block-title ul.nav-tabs li a.nav-link {display: block; padding: 7px 10px; line-height: 25px;}
.block-title ul.nav-tabs{display: flex; margin-top: 35px;}
.block-title ul.nav-tabs li{min-width: auto;}

.terms_sec .form-group label{line-height: 22px; text-align: justify;}
.min300{max-width: 100% !important; min-width: 100% !important; margin-top: 10px !important;}
.verify_area h1{font-size: 25px;}
.verify_area{padding: 20px 0px;}
.verify_area p {font-size: 15px; line-height: 26px;}
.approval_sec {padding-top: 50px; padding-bottom: 50px;}
.approval_card{padding: 0px;}

.approval_card img {width: 90px; margin-bottom: 20px;}
.approval_card h1{font-size: 30px; margin-bottom: 20px;}
.myprofiles .blog-one__image img {height: 215px;}
.myprofiles .blog-one__content h5 span{padding: 0px;}
.myprofiles .blog-one__content h5{min-height: auto;}

.myprofiles .contact-one__btn {position: relative; bottom: 0; width: 100%; padding: 13px 15px; margin-top: 20px !important;}
.myprofiles .blog-one__single{padding-bottom: 0px;}
.sidebar_menus li a{padding: 15px 20px; font-size: 15px;}
.sidebar_menus{margin-bottom: 25px;}
.my_propic img {height: 280px;}
.my_propic{padding: 3px; margin-bottom: 25px;}

.profile_content{padding: 20px 0px;}
.contact-one__form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]){height: 50px; padding-left: 20px; margin-bottom: 20px;}
.profile_sec .form-group {margin-bottom: 15px;}

.comment_manag_sec .block-title h3{font-size: 28px; margin-bottom: 15px; line-height: 32px; text-align: center;}
.comment_manag_sec .block-title h3 span{float: none; font-size: 17px; color: #555; line-height: 20px; margin-right: 0; display: flex; align-items: center; justify-content: center; margin-top: 10px;}
.comment_manag_sec .block-title h3 span button{position: relative; margin-left: 0; margin-top: 6px; font-size: 25px; padding: 0; line-height: 20px; display: block; height: auto; margin: 0; padding: 0; margin-top: 10px; margin-right: 10px; margin-bottom: 10px; border-radius: 50%; border-color: transparent !important;}

.comment_manag_sec span.span10 {width: 30%; max-width: 30%;min-width: 30%;
}.comment_manag_sec span.span70 {width: 70%; max-width: 70%;min-width: 70%;
}.comment_manag_sec span.span20 {width: 0%; max-width: 0%; min-width: 0%;}

.gifts_sec .tip_amount {width: 70px !important; height: 70px !important;}
.gifts_sec .tip_amount h1 img{width: 27px;}
.gifts_sec .tip_amount h1 {font-size: 15px;}
.tipImg .blog-one__image span{font-size: 13px;}

body{line-height: normal;}
.mylabel{font-size: 14px; background: #fff; padding-bottom: 15px;}
.comment_manag_sec .blog-one__single{margin-bottom: 0px; border-radius: 0px; padding-bottom: 0px;}
.carehome_detail .blog-one__content h3{margin-bottom: 5px;}
.mylabel input{margin-right: 5px;}span.tag_hide{font-size: 14px;}
.tipImg .blog-one__image {height: auto; padding: 7px 0px 10px;}

.comment_manag_sec .block-title {padding-bottom: 15px;}
.history-one{padding: 20px 0px;}
.history-one__single{padding: 20px}
.history-one__image>img {width: 100%; height: 210px; object-fit: cover; object-position: top;}

.history-one__content {margin-top: 26px;}
.block-title p{font-size: 18px;}
.block-title p.has-line::before{width: 30px; height: 2px;}
.history-one__content .block-title h3 {font-size: 24px;}
.history-one__content h3 span{float: none; display: block; margin-top: 10px; font-size: 18px;}
.history-one__text p {text-align: justify; font-size: 15px; line-height: 25px;}

.history-one button.thm-btn {width: 100%; padding: 15px 0px;}
.gifts_sec span.span20 {width: 30%; max-width: 30%; min-width: 30%;
}.gifts_sec span.span10 {width: 0%; max-width: 0%; min-width: 0%;
}.gifts_sec span.span70 { width: 70%; max-width: 70%; min-width: 70%;}
.tipImg .blog-one__content {padding-left: 20px;}
.gifts_sec .block-title {padding-bottom: 0px;}

.history-one h3.mybg{padding: 13px 0px; : 30px; font-size: 16px;}
.team-one__content-inner {padding-top: 10px; padding-bottom: 10px;}
.team-one__single {margin-bottom: 40px;}
.gifts_section {padding: 25px 20px 25px;}
.gifts_section h2 {margin-bottom: 10px; font-size: 22px;}
.gifts_section p{text-align: justify; font-size: 15px;}

.gifts_section label{width: 100%; font-size: 13px; padding: 10px 10px;}
.profile_content h4{font-size: 19px;}
.profile_content h4 span{padding: 5px 0px;}
.showage {font-size: 14px !important; margin-top: 40px !important;}

.main-nav-one .logo-box::after{display: none;}
.mobile-nav__container li a{background: transparent !important; font-size: 15px; padding: 10px 0px !important;}
a.side-menu__logo{background: transparent !important;}
.mobile-nav__container, .mobile-nav__container li+li{border: none;}
.side-menu__block__copy a{background: transparent !important;}
.side-menu__logo h2{text-align: center;}

.mobile-nav__container li.current-menu-item>a, .mobile-nav__container li.current>a {border-color: var(--thm-base); background: var(--thm-base) !important; padding: 15px 30px;}
.side-menu__block__copy{font-size: 14px; line-height: 22px;}
a.side-menu__close-btn{background: transparent !important;}
.main-nav__right {margin-left: 0px; margin-top: 0px;}

.thm-btn i {top: 1px; font-size: 20px;}
.logo-box img{width: 165px !important;}
.main-nav-one .logo-box{min-height: auto !important;}
.main-nav-one{background-color: #f0f7f7;}

.slider-four__carousel .item {height: 360px !important;}
.slider-four__content h3 {font-size: 35px;}
.location-finder {padding-top: 40px;}
.location-finder .inner-container{padding: 20px !important;}
.nav-tabs .nav-item {margin-bottom: 0; width: 100% !important;}
.nav-tabs .nav-link {padding: 15px 20px;}

.account_page button {padding: 15px 25px; width: 100%;}
.pr-0, .px-0{padding-right: 15px !important;}
.blog-one__content p {min-height: auto !important;}
.rank_board_menus{margin-top: -1px; display: inline-block;}

.foot_logo img {width: 170px !important;}
.cta-one h3 {font-size: 35px; white-space: inherit; word-wrap: break-word;}
.main-nav__main-navigation{display: none !important;}
.group_div span{display: block !important; margin-left: 0px !important; text-align: left;}
.iflogininput input{width: 100% !important;}
ul.rec_tips li a{align-items: center; width: 100%;}
.input_outer i{font-size: 15px;}

.verify_area label{font-size: 17px;}
.input_outer input{font-size: 15px;}
.contact-info-one {padding-top: 60px; padding-bottom: 60px;}
.contact-info-one__single { padding-top: 25px; padding-bottom: 15px; margin-bottom: 25px;}
.contact-info-one__icon { width: 55px; height: 55px; margin-bottom: 15px;}
.contact-info-one__single p{font-size: 15px;}
.contact-info-one__icon i{font-size: 30px;}

.contact-info-one__single h3{font-size: 21px;}
.modal-dialog-centered{justify-content: center;}
.input_outer{max-width: 100%;}
.mobile-nav__container{min-height: auto;}
.login_sec p{font-size: 14px;}

.portfolio-filter li span {text-align: center;padding: 10px 50px !important;}
.portfolio-filter li+li{margin-left: 0px;}
.portfolio-filter{width: 100%; display: block}

.portfolio-filter { margin-bottom: 30px !important;}
.blog-one {padding: 35px 0px !important;}
.enter_reviews .wrapper label:before{margin: 1px; font-size: 23px;}
.enter_reviews{padding: 0px;}
.modal-title {margin-bottom: 0; line-height: 1.5; color: #000; font-size: 21px  !important; line-height: 22px !important; margin-bottom: 15px !important;}

.modal-dialog {max-width: 100% !important;}
.review_sec{padding: 0px;}
.customer_reviews{padding: 0px;}
.customer_reviews span{font-size: 17px;}
.customer_reviews h1{line-height: 75px;}
.rating-desc .col-md-3 {padding-right: 15px; }

.rating-desc .row{flex-wrap: nowrap;}
.rating-desc .col-xs-3{width: 25%;}
.rating-desc .col-xs-9{width: 75%;}
.comment-one{padding: 35px 0px; text-align: center;}
.comment-one__image{display: block; margin: auto;}
.comment-one__content {padding-left: 0px;}
.comment-one__content h3{display: block !important;}
.modal-body{max-height: 525px !important; overflow: auto;}

.account_page input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]){font-size: 14px; height: 45px;}
.input_outer strong{top: 14px !important; font-size: 14px !important;}
.contact-info-one {padding-top: 40px; padding-bottom: 40px;}
.site-footer__bottom p {font-size: 13px;}
.account_page button{margin-top: 5px;}
.pagination{flex-flow: wrap;}
.page-link {
    color: #542e75 !important;
    font-size: 15px;
}#mySearch, #search2{font-size: 14px;}
#myMenu, #menu2{width: 90% !important; top: 69px !important;}
#myMenu li a, #menu2 li a {padding: 12px 15px !important; font-size: 13px !important; border-bottom: 1px solid #ebebeb !important;}
.carer_rating {position: relative !important; margin-left: 16px; top: 0 !important;}
.manage_readmore{display: block !important;}
.history-one__single>.row [class*=col-] {padding-left: 15px; padding-right: 15px !important; width: 100%;}
.history-one__image{margin-left: 0px !important; width: 100%;}
.social_icon{left: 35px !important;}
.history-one__content section{width: 100% !important;}
.has-line span{float: none !important;}

.mCSB_inside>.mCSB_container {margin-right: 0;}
.side-menu__block-inner{padding: 40px 30px;}
.perfomance_sec{padding: 0px !important;}
.overall_good{position: relative !important;}
button.contact-one__btn{width: 100%;}
.clickkey{width: 100%;}
.address_sec p{display: block !important}
.clickkey span{display: block !important}

.page_title h1{font-size: 30px;}
.carehome_groups .block-title h3{font-size: 23px; line-height: 30px;}
.carehome_groups .col-lg-3 {width: 100%; flex: 100%; max-width: 100%;}


}


@media screen and (min-width: 481px) and (max-width: 767px){


.main-nav-one .logo-box{min-height: auto; padding: 15px 0px;}
.logo-box h2{margin-bottom: 0px; font-size: 28px !important}
.slider-one__content{margin-bottom: 60px !important;}
.slider-one__item {padding-top: 60px !important;}
.slider-one__content-inner {padding-left: 20px; padding-right: 20px; padding-top: 20px; padding-bottom: 20px;}
.slider-one__content-inner h3 {font-size: 28px; margin-bottom: 0;}

.slider-one__content-inner p {font-size: 14px; line-height: 24px; margin-top: 10px; margin-bottom: 10px; min-height: auto; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.slider-one__content-inner::before{display: none}
.blog-one{padding: 50px 0px;}
.block-title{display: flex;}
.block-title h3{font-size: 28px; margin-bottom: 15px; line-height: 32px;}
.input_outer{max-width: 100%;}

.block-title {padding-bottom: 36px;}
.blog-one__content h3 {font-size: 17px; line-height: 25px; -webkit-line-clamp: 1;}
.blog-one__content p {font-size: 14px; line-height: 20px;}
.blog-one__single {margin-bottom: 20px;}

.rank_board_upper h4{font-size: 25px; font-weight: 700;}
.rank_board_upper ul{display: block;}
.rank_board_upper li{width: 100%; margin-top: 0px !important}
.rank_card button{margin: auto;}
.rank_board_menus ul{display: flex; border-radius: 0; border:none;}
.rank_board_menus li{width: 100%; margin: 4px 0px;}
.rank_board_menus li a {border-radius: 0px; background: #272424; margin-bottom: 1px; font-size: 14px; text-transform: uppercase; font-weight: 600; padding: 15px 15px;}

.footer-widget__links-list { display: block; margin-top: 0;}
.footer-widget__links-list li { margin: 10px 10px; margin-top: 0px !important; border-right: 0; padding-right: 0; line-height: 20px; text-align: center;}
.site-footer__main { padding-bottom: 20px; padding-top: 35px;}
.foot_logo{margin-bottom: 25px;}
.foot_logo h2{font-size: 30px !important}
.footer-widget__links-list li a {font-size: 16px;}
.site-footer__bottom p{font-size: 14px;}

.about-three__image {margin-top: 20px;}
.about-three{padding-top: 40px;}
.about-three__content>p { line-height: 25px; margin-top: 12px; font-size: 15px; margin-bottom: 20px;}
.cta-one{padding-top: 60px; padding-bottom: 60px;}
.cta-one h3{font-size: 40px;}
.cta-one p{margin-bottom: 30px;}

.table td, .table th{width: auto !important; min-width: auto !important; max-width: none !important; padding: 10px;}
.group_div {display: block; font-size: 14px; font-weight: 500;}
.rank_board_lower span.tagname {width: 40px; min-width: 40px; max-width: 40px; height: 40px; margin: auto !important; font-size: 20px;}
.rank_board_lower td button{padding: 7px 15px;}

.group_div span{line-height: 22px; display: block; text-align: center; margin-top: 5px;}
.rank_board_lower{padding: 10px 5px; max-height: none;}

.blog-one__image img{width: 100%; height: auto; object-fit: cover;}
.career-one{padding: 50px 0px}
.career-one__accrodion .accrodion {padding-left: 20px; padding-top: 20px; padding-right: 20px;}

.career-one__accrodion .accrodion-content p {font-size: 15px; line-height: 26px; text-align: justify;}
.career-one__accrodion .accrodion-title h4{font-size: 20px; padding-left: 50px;}
.career-one__accrodion .accrodion+.accrodion {margin-top: 20px;}
.career-one .block-title{padding-bottom: 0px;}
.faq-three{padding-top: 50px; padding-bottom: 50px; background: #fff;}
.faq-one__block .block-title {padding-bottom: 10px;}

.faq-one__block>p{font-size: 15px; text-align: justify; line-height: 25px; margin-bottom: 15px;}
.faq-three__image{margin-bottom: 80px;}
.thm-btn{font-size: 14px; padding: 14px 25px;}
.contact-one {padding-top: 45px; padding-bottom: 50px;}
.account_page .block-title h3 {font-size: 30px;}
.account_page .block-title {padding-bottom: 25px;}

.account_page input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]){padding-left: 20px; margin-bottom: 20px; height: 50px;}
.account_page label{font-size: 14px; margin-bottom: 16px;}
.account_page h6{margin-top: 20px; font-size: 18px;}
.block-title ul.nav-tabs li a.nav-link {display: block; padding: 7px 10px; line-height: 25px;}
.block-title ul.nav-tabs{display: flex; margin-top: 35px;}
.block-title ul.nav-tabs li{min-width: auto;}

.terms_sec .form-group label{line-height: 22px; text-align: justify;}
.min300{max-width: 100% !important; min-width: 100% !important; margin-top: 10px !important;}
.verify_area h1{font-size: 25px;}
.verify_area{padding: 20px 0px;}
.verify_area p {font-size: 15px; line-height: 26px;}
.approval_sec {padding-top: 50px; padding-bottom: 50px;}
.approval_card{padding: 0px;}

.approval_card img {width: 90px; margin-bottom: 20px;}
.approval_card h1{font-size: 30px; margin-bottom: 20px;}
.myprofiles .blog-one__image img {height: 215px;}
.myprofiles .blog-one__content h5 span{padding: 0px;}
.myprofiles .blog-one__content h5{min-height: auto;}

.myprofiles .contact-one__btn {position: relative; bottom: 0; width: 90%;}
.myprofiles .blog-one__single{padding-bottom: 20px;}
.sidebar_menus li a{padding: 15px 20px; font-size: 15px;}
.sidebar_menus{margin-bottom: 25px;}
.my_propic img {height: 280px;}
.my_propic{padding: 3px; margin-bottom: 25px;}

.profile_content{padding: 20px 0px;}
.contact-one__form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]){height: 50px; padding-left: 20px; margin-bottom: 20px;}
.profile_sec .form-group {margin-bottom: 15px;}

.comment_manag_sec .block-title h3{font-size: 28px; margin-bottom: 15px; line-height: 32px; text-align: center;}
.comment_manag_sec .block-title h3 span{float: none; font-size: 17px; color: #555; line-height: 20px; margin-right: 0; display: flex; align-items: center; justify-content: center; margin-top: 10px;}
.comment_manag_sec .block-title h3 span button{position: relative; margin-left: 0; margin-top: 6px; font-size: 25px; padding: 0; line-height: 20px; display: block; height: auto; margin: 0; padding: 0; margin-top: 10px; margin-right: 10px; margin-bottom: 10px; border-radius: 50%; border-color: transparent !important;}

.comment_manag_sec span.span10 {width: 30%; max-width: 30%;min-width: 30%;
}.comment_manag_sec span.span70 {width: 70%; max-width: 70%;min-width: 70%;
}.comment_manag_sec span.span20 {width: 0%; max-width: 0%; min-width: 0%;}

.gifts_sec .tip_amount {width: 70px !important; height: 70px !important;}
.gifts_sec .tip_amount h1 img{width: 27px;}
.gifts_sec .tip_amount h1 {font-size: 15px;}
.tipImg .blog-one__image span{font-size: 13px;}

body{line-height: normal;}
.mylabel{font-size: 14px; background: #fff; padding-bottom: 15px;}
.comment_manag_sec .blog-one__single{margin-bottom: 0px; border-radius: 0px; padding-bottom: 0px;}
.carehome_detail .blog-one__content h3{margin-bottom: 5px;}
.mylabel input{margin-right: 5px;}span.tag_hide{font-size: 14px;}
.tipImg .blog-one__image {height: auto; padding: 7px 0px 10px;}

.comment_manag_sec .block-title {padding-bottom: 15px;}
.history-one{padding: 50px 0px;}
.history-one__single{padding: 20px}
.history-one__image>img {width: 100%; height: 210px; object-fit: cover; object-position: top;}

.history-one__content {margin-top: 26px;}
.block-title p{font-size: 18px;}
.block-title p.has-line::before{width: 30px; height: 2px;}
.history-one__content .block-title h3 {font-size: 24px;}
.history-one__content h3 span{float: none; display: block; margin-top: 10px; font-size: 18px;}
.history-one__text p {text-align: justify; font-size: 15px; line-height: 25px;}

.history-one button.thm-btn {width: 100%; padding: 15px 0px;}
.gifts_sec span.span20 {width: 30%; max-width: 30%; min-width: 30%;
}.gifts_sec span.span10 {width: 0%; max-width: 0%; min-width: 0%;
}.gifts_sec span.span70 { width: 70%; max-width: 70%; min-width: 70%;}
.tipImg .blog-one__content {padding-left: 20px;}
.gifts_sec .block-title {padding-bottom: 0px;}

.history-one h3.mybg{padding: 13px 0px; : 30px; font-size: 16px;}
.team-one__content-inner {padding-top: 10px; padding-bottom: 10px;}
.team-one__single {margin-bottom: 40px;}
.gifts_section {padding: 25px 20px 25px;}
.gifts_section h2 {margin-bottom: 10px; font-size: 22px;}
.gifts_section p{text-align: justify; font-size: 15px;}

.gifts_section label{width: 100%; font-size: 13px; padding: 10px 10px;}
.profile_content h4{font-size: 19px;}
.profile_content h4 span{padding: 5px 0px;}
.showage {font-size: 14px !important; margin-top: 40px !important;}

.main-nav-one .logo-box::after{display: none;}
.mobile-nav__container li a{background: transparent !important; font-size: 15px;}
a.side-menu__logo{background: transparent !important;}
.mobile-nav__container, .mobile-nav__container li+li{border: none;}
.side-menu__block__copy a{background: transparent !important;}
.side-menu__logo h2{text-align: center;}

.mobile-nav__container li.current-menu-item>a, .mobile-nav__container li.current>a {border-color: var(--thm-base); background: var(--thm-base) !important; padding: 15px 30px;}
.side-menu__block__copy{font-size: 14px; line-height: 22px;}
a.side-menu__close-btn{background: transparent !important;}
.main-nav__right {margin-left: 34px; margin-top: 15px;}

.thm-btn i {top: 1px; font-size: 20px;}
.logo-box img{width: 165px !important;}
.main-nav-one .logo-box{min-height: auto !important;}
.main-nav-one{background-color: #f0f7f7;}

.slider-four__carousel .item {height: 360px !important;}
.slider-four__content h3 {font-size: 35px;}
.location-finder {padding-top: 40px;}
.location-finder .inner-container{padding: 20px !important;}
.nav-tabs .nav-item {margin-bottom: 0; width: 50% !important;}
.nav-tabs .nav-link {padding: 15px 20px;}

.account_page button {padding: 15px 25px; width: 100%; margin-top: 0px;}
.pr-0, .px-0{padding-right: 15px !important;}
.blog-one__content p {min-height: auto !important;}
.rank_board_menus{margin-top: -1px; display: inline-block;}

.foot_logo img {width: 170px !important;}
.cta-one h3 {font-size: 35px; white-space: inherit; word-wrap: break-word;}
.main-nav__main-navigation{display: none !important;}
.group_div span{display: block !important; margin-left: 0px !important; text-align: left;}
.iflogininput input{width: 100% !important;}
ul.rec_tips li a{align-items: center; width: 100%;}
.input_outer i{font-size: 15px;}

.verify_area label{font-size: 17px;}
.input_outer input{font-size: 15px;}
.contact-info-one {padding-top: 60px; padding-bottom: 60px;}
.contact-info-one__single {padding-top: 40px; padding-bottom: 30px; margin-bottom: 35px;}
.contact-info-one__icon {width: 70px; height: 70px;}
.contact-info-one__single p{font-size: 15px;}
.contact-info-one__icon i{font-size: 30px;}

.contact-info-one__single h3{font-size: 21px;}
.modal-dialog-centered{justify-content: center;}
.cursor-follower, .cursor{display: none;}

.location-finder .nav-tabs{display: flex;}
.location-finder .nav-tabs li{width: 50% !important;}
.iflogininput input{padding: 10px 15px !important;}
.mycarehome .nav-tabs{display: flex !important;}
.mycarehome .nav-tabs .nav-item{width: 50% !important;}
.width50{width: 50% !important;}
.blog-one__image img{height: 150px !important;}

.blog-one{padding: 30px 0px !important;}
.account_page .block-title{display: block !important;}
.mobile-nav__container{min-height: calc(100vh - 290px);}
.contact-one .container{max-width: 480px;}
.contact-info-one .block-title{justify-content: center; display: block;}
.login_sec p{font-size: 14px;}

    
}



@media screen and (min-width: 1201px) and (max-width: 1500px){
    
    
.main-nav-one .main-nav__navigation-box>li+li{margin-left: 25px;}

.main-nav-one .logo-box{min-height: 80px;}
.main-nav-one .main-nav__navigation-box>li {padding: 25px 0px;}
.main-nav-one .main-nav__navigation-box>li>a {font-size: 16px;}
.thm-btn{font-size: 13px;}
.main-nav-one .main-nav__main-navigation{margin-right: 40px;}

.slider-one__item {padding-top: 90px;}
.slider-one__content-inner {padding-left: 50px; padding-top: 55px; padding-bottom: 30px;}
.slider-one__nav-left, .slider-one__nav-right { width: 50px; height: 50px;}
.blog-one{padding: 60px 0px;}
.block-title {padding-bottom: 35px;}

.rank_board_upper h4{font-size: 30px; margin-bottom: 45px;}
.rank_card img {width: 70px;}
.rank_card button{min-width: 100%; padding: 5px 10px; font-size: 13px;}
.rank_card{padding: 15px 10px;}
.rank_board_upper li{padding: 5px;}
.rank_card h5{font-size: 15px;}

.rank_board_menus li a{font-size: 13px; padding: 5px 14px;}
.table td, .table th {padding: 10px 2px; min-width: 45px !important; max-width: none !important; width: auto !important;}
.rank_board_lower span.tagname {width: 40px; min-width: 40px; max-width: 40px; display: flex; height: 40px; font-size: 17px;}

.rank_board_lower td button{padding: 5px 20px; min-width: auto; font-size: 13px;}
.cta-one{padding: 100px 0px;}
.cta-one h3{font-size: 40px;}

.about-three {padding-top: 80px; padding-bottom: 50px;}
.foot_logo{margin-bottom: 40px;}
.site-footer__main {padding-bottom: 30px; padding-top: 35px;}
.contact-one {padding-top: 70px; padding-bottom: 70px;}
.account_page input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) { height: 50px; font-size: 15px; padding-left: 20px; margin-bottom: 25px; }

.approval_sec{padding: 80px 0px;}
.account_page .block-title h3 {
    font-size: 35px;
    margin-bottom: 0;
}
.faq-three{padding: 80px 0px;}
.faq-three__image>img:not(.faq-three__image-dots){max-width: 100%}
.faq-one__block>p{margin-bottom: 20px;}
.faq-one__block .block-title {padding-bottom: 15px;}

.blog-one__single{margin-bottom: 30px;}
.contact-one__form .bootstrap-select>.dropdown-toggle, .contact-one__form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]){
    height: 50px; padding-left: 20px; margin-bottom: 20px;
}
.contact-one__form .bootstrap-select>.dropdown-toggle, .contact-one__form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]){
    margin-bottom: 0px;
}
.contact-one {padding-top: 30px; padding-bottom: 30px;}
.profile_sec h3{margin-bottom: 0px;}
.update_profile{margin-bottom: 20px;}
.contact-info-one {padding-top: 60px; padding-bottom: 60px;}

/*.blog-one__image{width: 130px; height: 130px;}*/
.site-footer__bottom p{font-size: 14px;}

.sidebar_menus li a{padding: 15px 20px; font-size: 16px;}

.profile_sec .contact-one__form .col-md-3{
    flex: 0 0 30%;
    max-width: 30%;
}
.profile_sec .contact-one__form .col-md-9{
    flex: 0 0 70%;
    max-width: 70%;
}
.profile_content{padding: 25px 10px;}
.my_propic img{height: 320px;}

.carehome_detail .blog-one__image{max-width: 100%; max-height: 100%;}
.myprofiles .blog-one__image img {height: 230px !important;}
.myprofiles .blog-one__content h3{margin-bottom: 0px;}

.history-one a.thm-btn{margin-top: 20px !important;}
.history-one__text h6{margin-bottom: 15px;}
.history-one__content h3 span{font-size: 20px;}

.history-one .width100{width: 100% !important;}
.blog-one__link {position: absolute; bottom: -15.5px; right: 10px; width: 45px; height: 45px;}
.blog-one__content {padding-left: 15px; padding-right: 15px;}
/*.blog-one__content h3 { font-size: 15px; line-height: 22px;}*/
.blog-one__content p {font-size: 14px; line-height: 20px;}
.history-one__single .block-title h3{font-size: 28px;}
.gifts_sec .tip_amount {width: 80px !important; height: 80px !important;}
.gifts_sec .tip_amount h1 img{width: 28px;}
.gifts_sec .tip_amount h1 {font-size: 16px;}

.col-lg-2{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}.col-lg-10{
    flex: 0 0 75%;
    max-width: 75%;
}
.portfolio-filter li span {padding: 10px 25px !important;}
.customer_reviews span{font-size: 16px;}
.customer_reviews{padding: 30px 20px;}

.customer_reviews {padding: 0 35px;}
.progress{height: 15px;}


}

@media screen and (min-width: 1501px) and (max-width: 2000px){

    .container {
        max-width: 1380px;
    }
    .profile_sec .container{
        max-width: 1380px;
    }
    .side-menu__block.active{
        display: none;
    }


}
