body,
html {
    height: 100%;
    margin: 0;
    background: #000;
}

.h2 {
    font-size: 26px;
}

.profile-title {
    font-size: 26px;
}

a,
a:hover,
a:active {
    color: #E2C191 !important;
    outline: none;
    text-decoration: none;
}

a:active button,
a:hover button {
    outline: none !important;
}

#profilemenu_items li a:hover {
    color: transparent !important;
}

p {
    color: #e2c291;
    font-size: 12px;
}

p.country-select {
    color: #e2c291;
    font-size: 18px;
}

p.country {
    color: #e2c291;
    font-size: 16px;
}


.mainTxt {
    color: #e2c291;
    font-size: 16px;
    font-weight: bold;
    padding: 30px 0;
}

.mainTxt3 {
    font-size: 14px;
}

.pinTxt {
    color: #e2c291;
}

.largeTxt {
    color: #e2c291;
    font-size: 20px;
    margin: 0;
    font-weight: 600;
}

.space {
    height: 100px;
}

.bigText {
    width: 310px;
    margin: 0 auto;
}

.bigText h1 {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(to right, #caa98d 20%, #f5eae6 30%, #ddbd8d 70%, #caa98d 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-size: 200% auto;
    animation: textShine 7s ease-in-out infinite alternate;
}

.pinFilImg {
    width: 50px !important;

}

/* Custom style for the selected card */
.selected-card {
    border: 0.5px solid #e2c291;

    /* Replace "your-accent-color" with the desired accent color code */
    position: relative;
    padding-top: 10px;

}

/* Style for the "-" on the top right corner */
.selected-card::after {
    content: "x";
    position: absolute;
    top: -23px;
    right: -6px;
    color: #e2c291;
    font-size: 26px;
    font-weight: bold;
}




@media (min-width:961px) {
    .space {
        height: 270px;
    }

    .bigText {
        width: 320px;
        margin: 0 auto;
    }

    .bigText h1 {
        font-size: 56px;
    }
}

.memberName {
    color: #e2c291;
    font-size: 18px;
    font-weight: bold;
    margin-top: -15px;
    margin-bottom: 0px;
    line-height: 20px;
}

h3 {
    color: #ccc;
    font-size: 16px;
    font-weight: 400;
}

.default_height {
    height: 100%;
}

.container_wrapper {
    width: 100vw;
    height: 100%;
    margin: 0 auto;
    max-width: 1080px;
}

.container_wrapper>.content::-webkit-scrollbar {
    display: none;
}

.container_wrapper>.content {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

#bg {
    text-align: center;
    background: url("/images/homebg_bk.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    height: 100%;
    background-color: #000;
    -webkit-background-size: calc(100vw) calc(100vh);
    -moz-background-size: calc(100vw) calc(100vh);
    -o-background-size: calc(100vw) calc(100vh);
    background-size: calc(100vw) calc(100vh);
}

#bg2 {
    text-align: center;
    background: url("/images/selectpin_home.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    height: 100%;
    background-color: #000;
    -webkit-background-size: calc(100vw) calc(100vh);
    -moz-background-size: calc(100vw) calc(100vh);
    -o-background-size: calc(100vw) calc(100vh);
    background-size: calc(100vw) calc(100vh);
}

#bg3 {
    text-align: center;
    background: url("/images/selectpin.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    height: 100%;
    background-color: #000;
    -webkit-background-size: calc(100vw) calc(100vh);
    -moz-background-size: calc(100vw) calc(100vh);
    -o-background-size: calc(100vw) calc(100vh);
    background-size: calc(100vw) calc(100vh);
}

#bg4 {
    text-align: center;
    background: url("/images/profile_bg.png");
    background-repeat: no-repeat;
    background-position: left left;
    background-attachment: fixed;
    height: 100%;
    background-color: #000;
    -webkit-background-size: calc(100vw) calc(100vh);
    -moz-background-size: calc(100vw) calc(100vh);
    -o-background-size: calc(100vw) calc(100vh);
    background-size: calc(100vw) calc(100vh);
}

#bg5 {
    text-align: center;
    background: url("/images/insideprofile_bg.png");
    background-repeat: no-repeat;
    background-position: left left;
    background-attachment: fixed;
    height: 100%;
    background-color: #000;
    -webkit-background-size: calc(100vw) calc(100vh);
    -moz-background-size: calc(100vw) calc(100vh);
    -o-background-size: calc(100vw) calc(100vh);
    background-size: calc(100vw) calc(100vh);
}

#bg6 {
    background: url("/images/searchbg.png");
    background-repeat: no-repeat;
    background-position: left left;
    background-attachment: fixed;
    height: 100%;
    background-color: #000;
    -webkit-background-size: calc(100vw) calc(100vh);
    -moz-background-size: calc(100vw) calc(100vh);
    -o-background-size: calc(100vw) calc(100vh);
    background-size: calc(100vw) calc(100vh);
}

#bg7 {
    text-align: center;
    background: url("/images/listing.png");
    background-repeat: no-repeat;
    background-position: left left;
    background-attachment: fixed;
    height: 100%;
    background-color: #000;
    -webkit-background-size: calc(100vw) calc(100vh);
    -moz-background-size: calc(100vw) calc(100vh);
    -o-background-size: calc(100vw) calc(100vh);
    background-size: calc(100vw) calc(100vh);
}


/*
.homepage_bg { 
background:url("/images/homebg.png") #000;
min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
background-repeat: no-repeat;
background-size: 100% auto;
 background-position: top center;
background-attachment: fixed;
overflow-y: hidden;
}
.container {
   width: 90% !important; 

}*/

.homepage_logo {
    text-align: center;
    margin-top: 60px;
}

.bigText h1 {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(to right, #caa98d 20%, #f5eae6 30%, #ddbd8d 70%, #caa98d 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-size: 200% auto;
    animation: textShine 7s ease-in-out infinite alternate;
}

@keyframes textShine {
    to {
        background-position: 200%;
    }
}

@media screen and (min-width: 700px) {
    .select_lang {
        text-align: center;
        margin-top: 200px;
    }
}

@media screen and (max-width: 700px) {
    .select_lang {
        text-align: center;
        margin-top: 80px;
    }
}

.explore {
    text-align: center;
    margin-top: 30px;
}

.select_lang ul {
    padding-left: 0;
    color: #E2C191;
}

.select_lang li {
    display: inline;
    margin: 0 10px;
}

.select_lang li a {
    color: #E2C191;
}

.select_lang li a:hover {
    color: #ddbd8d;
}

.explore button {
    padding: 10px 15px;
    background: transparent;
    border-radius: 25px 25px 25px 25px;
    border: 2px solid #E2C191;
    color: #E2C191;
}

.view button {
    background: transparent;
    border-radius: 2em 2em 2em 2em;
    border: 1px solid #E2C191;
    color: #E2C191;
}

.pin_select button {
    width: 100%;
    border: 2px solid #e2c291;
    border-radius: 15px;
    background: transparent;
    color: #e2c291;
    margin-bottom: 20px;
    font-size: 14px;
    padding: 10px 0px;
}

.pin_select:hover button {
    background: #e2c291;
    color: #fff;
}

.homebtn:hover button {
    background: #e2c291;
    color: #fff;
}

.aligncenter {
    text-align: center;
}


/*footer */

.burger {
    background-image: url("/images/menu.png");
    width: 30px;
    height: 30px;
}

.menuburger {
    position: fixed;
    right: 2%;
    bottom: 3%;
}

.menu_items {
    position: fixed;
    right: 40%;
    bottom: 10%;
}

.menu_item_1 {
    position: relative;
    right: -120px;
    top: 50px;
}

.menu_item_2 {
    position: relative;
    right: -110%;
    top: 40px;
}

.menu_item_3 {
    position: relative;
    right: -5%;
    top: 40px;
}

.menu_item_4 {
    position: relative;
    right: 60%;
    top: 60px;
}

.gallery-item {
    border-radius: 50%;
}

.profilepic {
    border-radius: 50%;
    height: 40px;
    width: 40px;
}

.gallery-nav {
    display: none !important;
}

.profileimg {
    padding-left: 20px;
}

.desc {
    margin: 0 auto;
}

.descTxt {
    color: #ccc;
    margin: 0px 40px;
    text-align: justify;
    padding-bottom: 50px;
}

.carousel-item img {
    max-width: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
}

.carousel-item {
    height: 400px;
}

.profilemenu img {
    position: fixed;
    bottom: 12px;
    left: 12px;
    z-index: 1000;
    width: 48px;
    height: 48px;
    border-radius: 24px;
}

@media (min-width:961px) and (max-height: 1919px) {
    .container_wrapper {
        width: 55vh;
    }

    #bg {
        background: url(/images/homebg_bk.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-attachment: fixed;
        height: 100%;
        background-color: #000;
        background-size: auto 100%;
    }

    #bg2 {
        text-align: center;
        background: url("/images/selectpin_home.png");
        background-repeat: no-repeat;
        background-position: top center;
        background-attachment: fixed;
        height: 100%;
        background-color: #000;
        background-size: auto 100%;
    }

    #bg3 {
        text-align: center;
        background: url("/images/selectpin.png");
        background-repeat: no-repeat;
        background-position: top center;
        background-attachment: fixed;
        height: 100%;
        background-color: #000;
        background-size: auto 100%;
    }

    #bg4 {
        text-align: center;
        background: url("/images/profile_bg.png");
        background-repeat: no-repeat;
        background-position: top center;
        background-attachment: fixed;
        height: 100%;
        background-color: #000;
        background-size: auto 100%;
    }

    #bg5 {
        text-align: center;
        background: url("/images/insideprofile_bg.png");
        background-repeat: no-repeat;
        background-position: top center;
        background-attachment: fixed;
        height: 100%;
        background-color: #000;
        background-size: auto 100%;
    }

    #bg6 {
        background: url("/images/searchbg.png");
        background-repeat: no-repeat;
        background-position: top center;
        background-attachment: fixed;
        height: 100%;
        background-color: #000;
        background-size: auto 100%;
    }

    #bg7 {
        text-align: center;
        background: url("/images/listing.png");
        background-repeat: no-repeat;
        background-position: top center;
        background-attachment: fixed;
        height: 100%;
        background-color: #000;
        background-size: auto 100%;
    }
}

textarea:focus,
input:focus {
    outline: none;
}

.searchbar {
    width: 100% !important;
    margin: 0 auto !important;
    background: #2D3C51 !important;
    border: 0 !important;
    line-height: 1.7 !important;
    min-height: 32px !important;
    border-radius: 20px !important;
    padding: 4px 16px !important;
    box-sizing: border-box !important;
}

.btn {
    background: transparent;
    border: 1px solid #c6a590;
    color: #c6a590;
    margin-right: 10px;
}

.btn:hover,
.btn.active {
    background: #c6a590;
    color: #fff;
}

ul.order_alp {
    display: inline;
    color: #ead2c0;
    list-style: none;
}

.order_profile {
    padding-top: 30px;
}

.list_result li {
    border-bottom: 1px solid #ccc;
    margin-left: -10px;
    padding: 15px 0;
}

.listTxt_container {
    padding-left: 50px;
    width: calc(100% - 40px);
}

.list_text {
    color: #fff;
    margin: 0px
}

.list_text2 {
    color: #fff;
    font-size: 12px;
    margin: 0px;
}

.ftdpin_style {
    position: relative;
    top: -40px;
    float: right;
    width: 40px;
    height: 40px;
}

.country_list {
    padding-left: 0 !important;
}

.country_list li {
    display: inline;
}

.statebtn {
    font-size: 12px;
    background: #2D3C51;
    color: #fff;
    margin-right: 10px;
    width: 100px;
    border: none;
    border-radius: 10px;
    margin: 7px 5px;
    padding: 4px;
}

.bluebox {
    background: #2D3C51;
    width: 90%;
    min-height: 330px;
    margin: 0 auto;
    margin-top: -70px;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.bluebox_detail {
    padding-top: 50px;
    size: 50%;
    width: 70%;
    margin: 0 auto;
}

.bluebox2 {
    background: #2D3C51;
    min-height: 190px;
    margin: 0 auto;
    margin-top: -40px;
    margin-bottom: 0.4em;
}

.bluebox_detail2 {
    padding-top: 10px;
    size: 50%;
    width: 95%;
    margin: 0 auto;
}

.whiteTxt {
    font-weight: 600;
    color: #fff;
    font-size: 18px;
}

.whiteTxt_small {
    font-weight: 600;
    color: #fff;
    font-size: 12px;
}

.clear {
    clear: both;
}

.achiever_select button {
    width: 11em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    border: 1px solid #e2c291;
    border-radius: 1.2em;
    background: transparent;
    color: #e2c291;
    font-size: 0.8em;
    margin-left: 1em !important;
    margin-right: 1em !important;
}

.achiever_select:hover button,
.achiever_select.active button {
    background: #e2c291;
    color: #fff;
}

.backBtn {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 999;
}

@media (min-width:961px) {
    #profilemenu {
        display: inline;
        position: fixed;
        left: 31%;
    }
}

@media (mid-width: 1060px) {
    .container {
        max-width: 1000px !important;
    }
}

@media (min-height: 1920px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    a>* {
        font-size: 1.3em !important;
    }

    p.country-select {
        color: #e2c291;
        font-size: 2em !important;
    }

    /* p.country {
        color: #e2c291;
        font-size: 1.2em !important;
    } */

    p.country {
        color: #e2c291;
        font-size: 1.8em !important;
    }

    .whiteTxt {
        font-size: 2em !important;
    }

    .largeTxt {
        font-size: 4em !important;
    }

    .fca_state {
        font-size: 0.8em !important;
        margin-top: -10px;
    }

    .bigText {
        width: 80vw;
        margin: 0 auto;
    }

    div.bigText>h1 {
        font-size: 5em !important;
    }

    div.amwaylogo>img {
        width: 300px;
    }

    .explore button {
        padding: 10px 25px;
        border-radius: 50px;
    }

    /* .pin_select button {
		padding:
    } */
    .ftdpin_style {
        top: -80px;
        height: 80px;
        width: 80px;
    }

    ul.order_alp {
        font-size: 1.3em !important;
    }

    div.tvspacer {
        height: 15em;
    }

    div.tvspacer2 {
        height: 10em;
    }

    div.tv-title-spacer {
        height: 4em;
    }

    div.tv-title-spacer {
        height: 4em;
    }

    .profilepic {
        width: 70px !important;
        height: 70px !important;
        margin-right: 5px;
    }

    .mainTxt {
        font-size: 2.2em !important;
    }

    .mainTxt2 {
        font-size: 2.2em !important;
    }

    .mainTxt3 {
        font-size: 0.8em !important;
    }

    .pin_select button {
        height: 3em;
        font-size: 2.2em !important;
    }

    .achieverbtn {
        height: 2.4em !important;
        font-size: 2.4em !important;
        width: 700px !important;
    }

    .achieverbtn>a {
        vertical-align: middle;
    }

    .newachieverbutton {
        width: 50px !important;
    }

    .bottom-button {
        width: 100px !important;
        height: 100px !important;
    }

    .ui-keyboard-preview {
        font-size: 2em !important;
    }

    .ui-keyboard span {
        font-size: 2.4em !important;
    }

    .ui-keyboard-button {
        height: 2.6em !important;
        width: 2.6em;
        margin: .4em !important;
    }

    .ui-keyboard-widekey {
        width: 7.2em;
    }

    .ui-keyboard-space {
        width: 12em;
    }

    .searchbar {
        line-height: 3.7em !important;
        font-size: 2em !important;
    }

    .filterbtn {
        font-size: 1.5em !important;
    }

    .btn {
        font-size: 1.5em !important;
    }

    .btn-thumb {
        font-size: 2.2em !important;
    }

    .sortby,
    p.desc {
        font-size: 2em !important;
    }

    h3 {
        font-size: 2.5em !important;
        margin-bottom: 1em !important;
    }

    .pinImg {
        width: 200px !important;
    }



    .pinImg2 {
        width: 200px !important;
    }

    .pinImg3 {
        width: 200px !important;
    }

    .avatarImg {
        margin-top: 6em;
        width: 20em !important;
        height: 20em !important;
    }

    .avatarImg2 {
        width: 240px !important;
        height: 240px !important;
    }

    .memberName,
    .smallTxt {
        font-size: 2em !important;
        line-height: 1.5em;
    }

    .divider {
        width: 700px !important;
    }

    .explore button {
        font-size: 1.5em !important;
        padding: 13px 30px !important;
    }

    .statebtn {
        width: 10em !important;
        margin: 0.6em;
        height: 3.5em !important;
        font-size: 1.8em !important;
    }

    #profilemenu_items li {
        margin-right: 5px !important;
    }

    #profilemenu {
        left: calc(80px + 52.2px) !important;
    }

    #prev-btn,
    #next-btn,
    .leftArrow,
    .rightArrow {
        width: 80px !important;
        height: 80px !important;
    }

    #page-counter,
    .pagination li {
        font-size: 2em !important;
    }

    .backImg {
        width: 100px !important;
    }

    .hm-btn {
        width: 100px !important;
    }

    .slick-dots {
        bottom: -670px !important;
        font-size: 2em !important;
    }

    .slick-next {
        right: 35% !important;
    }

    .slick-prev {
        left: 35% !important;
    }

    .c-circle-menu {
        bottom: 70px !important;
        right: 70px !important;
    }

    .c-circle-menu__toggle {
        width: 100px !important;
        height: 100px !important;
        border-radius: 100px !important;
    }

    .c-circle-menu__toggle span::before {
        top: 32px !important;
    }

    .c-circle-menu__toggle span::after,
    .c-circle-menu__toggle span::before {
        height: 5px !important;
        bottom: 5px !important;
    }

    .c-circle-menu__toggle.is-active span::after {
        bottom: -15px !important;
    }

    .c-circle-menu__toggle.is-active span::before {
        top: 10px !important;
    }

    .c-circle-menu__item {
        width: 100px !important;
        height: 100px !important;
    }

    .c-circle-menu.is-active .c-circle-menu__item:nth-child(4) {
        transform: translate(-16px, -230px) !important;
    }

    .c-circle-menu.is-active .c-circle-menu__item:nth-child(3) {
        transform: translate(-100px, -165px) !important;
    }

    .c-circle-menu.is-active .c-circle-menu__item:nth-child(2) {
        transform: translate(-170px, -90px) !important;
    }

    .c-circle-menu.is-active .c-circle-menu__item:nth-child(1) {
        transform: translate(-220px, 0px) !important;
    }

    .select_lang>ul>li>a,
    .select_lang>ul>li>a>b {
        font-size: 1.6em !important;
    }

    .homebtn>button {
        font-size: 2.6em !important;
        padding-left: 2em !important;
        padding-right: 2em !important;
    }

    .homebtn2>button {
        font-size: 2em !important;
        padding-left: 2em !important;
        padding-right: 2em !important;
        width: 6.2em;
        height: 2.4em;
    }

    .homebtn3>button {
        font-size: 1.6em !important;
        padding-left: 1.5em !important;
        padding-right: 1.5em !important;
    }

    .bluebox {
        min-height: 420px !important;
    }

    .pin_level>div>div>a>p {
        font-size: 1.6em !important;
    }

    .profile-title {
        font-size: 3em !important;
    }

    .profile-gallery-slider {
        width: 880px;
        height: 720px;
    }

    .country-icon {
        width: 240px !important;
    }

    .fca_avatar {
        width: 400px !important;
        height: 400px !important;
    }

    .slick-slide {
        margin: 0px 20px;
        width: 400px !important;
        transition: all ease-in-out .3s;
        opacity: .2;
    }

    .pinName_style2 {
        font-size: 2em !important;
        position: relative;
        top: 80px !important;
        left: -40px !important;
    }

    .pinName_style1 {
        font-size: 2.5em !important;
        margin-top: 60px !important;
    }

    .achiever_pic {
        width: 280px !important;
        height: 280px !important;
    }

    .achiever_pic2 {
        width: 200px !important;
        height: 200px !important;
    }

    .ftd_whiteTxt {
        margin-top: 10px !important;
        font-size: 1.8em !important;
    }

    .ftd_stateTxt {
        font-size: 1.5em !important;
        margin-top: -8px !important;
    }

    .btn-group {
        margin: 30px 0 50px 0 !important;
    }

    .thumb-list-group {
        margin: 0px 0 30px 0 !important;
    }

    .bluebox {
        min-height: 600px !important;
        margin-top: -10px !important;
    }

    .bluebox2 {
        margin-top: -90px !important;
        min-height: 330px !important;
        padding-bottom: 1em;
        margin-bottom: 2em;
    }

    .bluebox_detail {
        padding-top: 200px !important;
    }

    .bluebox_detail2 {
        padding-top: 30px !important;
        margin-bottom: 2em !important;
    }

    .achiever_select button {
        width: 90%;
        padding-left: 2em;
        padding-right: 2em;
        height: 3.4em !important;
        font-size: 1.6em !important;
    }

    .h2 {
        font-size: 3em !important;
    }

    .achiever-nav {
        position: absolute;
        display: flex;
        bottom: 120px;
    }

    body {
        line-height: 1.3 !important;
    }

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

    .stateTxt {
        padding-bottom: 5px !important;
    }

    .whiteTxt_small {
        font-size: 14px;
    }

    .achiever-header-spacer {
        height: 20px;
    }

    .modal-dialog {
        max-width: 1000px !important;
        top: 200px !important;
    }





    .location_button {
        width: 300px !important;
        padding: 5px 0px !important;
        margin-bottom: 5px !important;
    }

    .modal-title {
        font-size: 2em !important;
    }

    .list_result {
        min-height: 1080px;
    }

    .paginationContainer {
        min-width: 964px;
    }

    .searchBarTV {
        display: none;
    }

    .keyboardToggle {
        display: block !important;
    }

    .keyboardIcon {
        width: 3em;
    }

    .searchInfo {
        font-size: 1rem !important;
    }

    .listTxt_container {
        min-height: 74px;
        max-height: 74px;
    }
}

.paginationContainer {
    width: 98%;
    max-width: 980px;
}

.searchBarTV {
    color: #fff;
}

.keyboardToggle {
    width: 2%;
    float: right;
    display: none;
}

.location_button {
    width: 160px;
    background-color: #17375a;
    border-color: #17375a;
    color: #fff;
}

.btn-group {
    margin-bottom: 20px;
}

.ftd_whiteTxt {
    margin-top: 5px;
    color: #fff;
}

.ftd_stateTxt {
    font-size: 12px;
    margin-top: -13px;
    color: #fff;
}

.achiever_pic {
    width: 150px;
    height: 150px;
}

.achiever_pic2 {
    width: 80px;
    height: 80px;
}

.pinName_style1 {
    font-size: 16px;
    margin-top: 35px;
}

.pinName_style2 {
    font-size: 12px;
    position: relative;
    top: 50px;
    left: -10px;
}

.fca_avatar {
    width: 200px;
    height: 200px;
}

.slick-slide {
    margin: 0px 20px;
    width: 200px;
    transition: all ease-in-out .3s;
    opacity: .2;
}

.fca_state {
    font-size: 12px;
    margin-top: -10px;
}

#prev-btn,
#next-btn,
.leftArrow,
.rightArrow {
    width: 30px;
    height: 30px;
}

.backImg {
    width: 48px;
}

.divider {
    width: 350px;
}

.smallTxt {
    font-size: 12px;
}

.avatarImg {
    margin-top: 2.5em;
    width: 140px;
    height: 140px;
}

.avatarImg2 {
    width: 120px;
    height: 120px;
}

.sortby {
    float: left;
    color: #fff;
}

.pinImg {
    width: 80px;
}

.pinImg2 {
    width: 80px;
}

.pinImg3 {
    width: 60px;
}

.btn {
    font-size: 16px;
}

ul {
    list-style-type: none;
}

.ui-keyboard {
    border-radius: 0;
    left: 0;
    top: auto !important;
    bottom: 0;
    position: fixed;
    width: 100%;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #c6a590;
    border-color: #c6a590;
}

.achieverbtn {
    /* bottom: 30px; */
    float: left;
    border: 1px solid #e2c291;
    border-radius: 10px;
    padding: 8px;
    font-size: 10px;
    width: 150px;
    float: left;
}

.newachieverbutton {
    width: 30px;
}

.bottom-button {
    width: 48px;
    height: 48px;
}

.profile-gallery-slider {
    width: 600px;
    height: 500px;
}

.country-icon {
    width: 80px;
}

#filtersubmit {
    position: relative;
    float: right;
    z-index: 1;
    left: -30px;
    top: 10px;
    color: #7B7B7B;
    cursor: pointer;
    width: 0;
}

.achiever-nav {
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.homebtn2>button {
    font-size: 0.9em;
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.homebtn3>button {
    font-size: 0.7em;
    padding-left: 1.2em;
    padding-right: 1.2em;
}

.stateTxt {
    color: #fff;
    margin-top: -15px;
    margin-bottom: 0px;
    font-size: 12px;
}

.achiever-header-spacer {
    height: 0px;
}

@media (min-height:900px) {
    .achiever-header-spacer {
        height: 5px;
    }
}