@charset "utf-8";
/* CSS Document */

.custom-select1 { width:48.8%; float:left; background:none; border:none; border-bottom:1px solid rgba(105,105,105,0.5); border-radius:0; transition:all 0.25s ease-out 0s; margin:0 0 0; position:relative;}
.custom-select1:nth-child(2n) { float:right;}
.custom-select1:hover { background:#ffffff; border-color:#ffffff;}
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 .select-items { max-height:110px; overflow-y:scroll; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.custom-select1 .select-items div { color:#696969; transition:all 0.25s ease-out 0s; padding:17px 17px 18px 18px;}
.custom-select1 .select-items div:hover { color:#ffffff; 
    /* background:#5ca7ab; */
}

.custom-col1 .select-items .scrollb div:hover {background: #5ca7ab;}

.custom-col1 .custom-select1 .select-items div:hover {background: #5ca7ab;}



/* .teamer-wrapp .custom-col1 {width: 304px;}
.custom-col1 { width: 304px; text-align:left;   border-radius:28px; transition:all 0.25s ease-out 0s; margin:0 10px 0 0; position:relative;}
.custom-col1:last-child { margin-right:0;}
.custom-col1 select { display:none;}
.custom-col1 .select-hide { display:none;}
.custom-col1 .select-items .scrollb {max-height: 129px; max-width: calc(100% - 8px);}
.custom-col1 .select-items { max-height:129px; 

background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.custom-col1 .select-items .scrollb div { color:#151515; transition:all 0.25s ease-out 0s; padding:14px 8px 14px;}

.custom-col1 .select-items .scrollb div:hover { color:#fff; background: #e8cfa1;}
.custom-col1 .select-selected { color:#1c1c1c; transition:all 0.25s ease-out 0s; padding:17px 24px 17px;justify-content: center;
display: flex;
flex-wrap: wrap; }
.custom-col1:hover .select-selected { color:#e8cfa1; cursor: pointer;}
.custom-col1 .select-selected:after { content:""; width:6px; height:4px; background:url(../images/down-black-arrow.svg) no-repeat top / 100%; transform:translateY(-50%); transition:all 0.25s ease-out 0s; margin:0 0 0; position:absolute; top:50%; right:23px;}
.custom-col1:hover .select-selected:after { background:url(../images/down-yellow-arrow.svg) no-repeat top / 100%;}
.custom-col1 .select-items::-webkit-scrollbar {display: none; width:6px;}
.custom-col1 .select-items::-webkit-scrollbar-track { background:#f1f1f1eb; box-shadow:inset 1px 0 5px #dfdfdf; border-radius:0;}
.custom-col1 .select-items::-webkit-scrollbar-thumb { background:#373334; border-radius:0;}
.custom-col1 .select-items div, .custom-select1 .select-selected { cursor:pointer; font-size:13px; font-weight:700; line-height:normal;}
 */


 .custom-select1 { width:317px; float:left;}
 .custom-select1 .select-items { max-height:153px;}
 .select-items div,  .custom-select1 .select-selected { font-size:15px;}

 .custom-about { width:317px;
    background: none;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 34px;
    transition: all 0.25s ease-out 0s;
    margin: 0 0 0 14px;
    position: relative;
    margin-bottom: 61px;
    margin-inline: auto;

}

 .custom-about .select-items { max-height:153px;
    overflow-y: scroll;
    background: #ffffff;
    position: absolute;
    top: 102%;
    left: 0;
    right: 0;
    z-index: 99;
}
 .select-items div, .social-col2 .custom-about .select-selected { font-size:15px;}

 .custom-about .select-items div {
    transition: all 0.25s ease-out 0s;
    padding: 16px 32px 16px 28px;
    font-weight: 600;
    color: #696969;
    text-align: center;
}

.custom-about .select-items div:hover{
    background: #5ca7ab;
}
.social-row3:hover .select-selected {
    color: #5ca7ab;
}

 .social-row3 select {
    display: none;
}

.social-row3 .select-selected {
    color: #696969; 
    transition: all 0.25s ease-out 0s;
    padding: 20px 0px 20px 0px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
    text-transform: inherit;
    text-align: center;
}

.social-row3 .select-selected:after {
    content: "";
    width: 9px;
    height: 5px;
    background: url(../images/down-grey-emerald-succulent-plain-arrow.svg) no-repeat top / 100%;
    transform: translateY(-50%);
    transition: all 0.25s ease-out 0s;
    margin: 0 0 0;
    position: absolute;
    top: 50%;
    right: 24px;
}

.social-row3:hover .select-selected:after {
    background: url(../images/down-grey-emerald-succulent-plain-arrow.svg) no-repeat bottom / 100%;
}

.social-row3 .select-items.select-hide {
    display: none;
}







.custom-select1 .select-selected { color:#696969; transition:all 0.25s ease-out 0s; padding:17px 0 18px 0;}
.custom-select1:hover .select-selected { color:#5ca7ab;}
.custom-select1 .select-selected:after { content:""; width:10px; height:6px; background:url(../images/down-grey-emerald-succulent-plain-arrow.svg) no-repeat top / 100%; transform:translateY(-50%); transition:all 0.25s ease-out 0s; margin:0 0 0; position:absolute; top:50%; right:6px;}
.custom-select1:hover .select-selected:after { background:url(../images/down-grey-emerald-succulent-plain-arrow.svg) no-repeat bottom / 100%;}
.custom-select1 .select-items::-webkit-scrollbar { width:6px;}
.custom-select1 .select-items::-webkit-scrollbar-track { background:#f1f1f1eb; box-shadow:inset 1px 0 5px #dfdfdf; border-radius:0;}
.custom-select1 .select-items::-webkit-scrollbar-thumb { background:#a33493; border-radius:0;}
.custom-select1 .select-items div, .custom-select1 .select-selected { cursor:pointer; font-size:16px; font-weight:400; letter-spacing:normal; line-height:normal;}

.custom-col1 { width:100%; float:left; margin:0 0 61px;}
.custom-col1 .custom-select1 { width:335px; text-align:center; background:none; border:1px solid #696969; border-radius:39px; float:none; margin:0 auto;}
.custom-col1 .custom-select1:hover { background:#ffffff; border-color:#5ca7ab;}
.custom-col1 .custom-select1:after { display:none;}
.custom-col1 .custom-select1 .select-items { max-height:129px;}
.custom-col1 .custom-select1 .select-selected { color:#696969; padding:20px 0 21px 0;}
.custom-col1 .custom-select1:hover .select-selected { color:#5ca7ab;}
.custom-col1 .custom-select1 .select-selected:after { right:27px;}
.custom-col1 .custom-select1 .select-items div, .custom-col1 .custom-select1 .select-selected { cursor:pointer; font-size:15px; font-weight:600; letter-spacing:normal; line-height:normal;}
.custom-col1 .custom-select1 .select-items div { color:#696969; transition:all 0.25s ease-out 0s; padding:20px 0px 21px 0px;}

.getin-col1 .custom-select1 { width:24.1%; float:right;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 { width:100%; margin:0 0 0;}
.custom-select1 .select-items div { padding:17px 5% 18px 5%;}
.custom-select1 .select-selected { padding:17px 5% 18px 5%;}
.custom-select1 .select-selected:after { width:10px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:14px; line-height:normal;}

.custom-col1 .custom-select1 { width:100%;}

.getin-col1 .custom-select1 { width:100%;}
.getin-col1 .custom-select1 .select-selected { padding:17px 0 18px 0;}
.getin-col1 .custom-select1 .select-selected:after { right:0;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 { width:100%; margin:0 0 0;}
.custom-select1 .select-items div { padding:17px 5% 18px 5%;}
.custom-select1 .select-selected { padding:17px 5% 18px 5%;}
.custom-select1 .select-selected:after { width:10px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:14px; line-height:normal;}

.getin-col1 .custom-select1 { width:100%;}
.getin-col1 .custom-select1 .select-selected { padding:17px 0 18px 0;}
.getin-col1 .custom-select1 .select-selected:after { right:0;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 { width:48%; margin:0 0 0;}
.custom-select1:nth-child(2n) { float:right;}
.custom-select1 .select-items div { padding:17px 5% 18px 5%;}
.custom-select1 .select-selected { padding:17px 5% 18px 5%;}
.custom-select1 .select-selected:after { width:10px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:14px; line-height:normal;}

.getin-col1 .custom-select1 { width:100%;}
.getin-col1 .custom-select1 .select-selected { padding:17px 0 18px 0;}
.getin-col1 .custom-select1 .select-selected:after { right:0;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 .select-items div { padding:14px 17px 15px 18px;}
.custom-select1 .select-selected { padding:14px 0 15px 0;}
.custom-select1 .select-selected:after { width:8px; height:5px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:14px;}

.getin-col1 .custom-select1 .select-selected { padding:19px 0 18px 0;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-select1 .select-items div { padding:16px 17px 16px 18px;}
.custom-select1 .select-selected { padding:16px 0 16px 0;}
.custom-select1 .select-selected:after { width:9px; height:6px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:15px;}

.getin-col1 .custom-select1 .select-selected { padding:19px 0 18px 0;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {

}