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

.custom-select1 { text-align:left; background:#1ea8bd; border:1px solid #1ea8bd; border-radius:6px; transition:all 0.25s ease-out 0s; margin:0 0 0; position:relative; z-index:9;}
.custom-select1:hover { background:#ffffff; border:1px solid #1ea8bd;}
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 .select-items .scrollb {max-height: 180px;max-width: 96%; max-width: calc(100% - 8px);}
.custom-select1 .select-items { max-height:180px;  background:#1ea8bd; position:absolute; top:102%; left:0; right:0; z-index:99;}
.custom-select1 .select-items .scrollb div { color:#ffffff; transition:all 0.25s ease-out 0s; padding:13px 28px 13px 28px;}
.custom-select1 .select-items .scrollb div:hover { color:#ffffff; background:#000000;}
.custom-select1 .select-selected { color:#ffffff; transition:all 0.25s ease-out 0s; padding:13px 28px 13px 28px;}
.custom-select1:hover .select-selected { color:#1ea8bd;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { cursor:pointer; font-size:16px; font-weight:400; letter-spacing:-0.16px; line-height:normal;}

.reviews-wrapp .reviews-col1 .reviews-row1 .select-selected {background: url(../images/down-white-plain-arrow.svg)no-repeat;background-position-y: 54%;background-position-x: 95%;background-size: 8px}
.reviews-wrapp .reviews-col1 .reviews-row1:hover .select-selected {background: url(../images/down-blue-plain-arrow.svg)no-repeat;background-position-y: 54%;background-position-x: 95%;background-size: 8px}


/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 { text-align:center; margin:0 0 0;}
.custom-select1 .select-items .scrollb  div { padding:13px 10% 13px 10%;}
.custom-select1 .select-selected { padding:13px 10% 13px 10%;}
.custom-select1 .select-items .scrollb  div, .custom-select1 .select-selected { font-size:14px; line-height:normal;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 { text-align:center; margin:0 0 0;}
.custom-select1 .select-items .scrollb  div { padding:13px 10% 13px 10%;}
.custom-select1 .select-selected { padding:13px 10% 13px 10%;}
.custom-select1 .select-items .scrollb  div, .custom-select1 .select-selected { font-size:14px; line-height:normal;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 { text-align:center; margin:0 0 0;}
.custom-select1 .select-items .scrollb div { padding:13px 10% 13px 10%;}
.custom-select1 .select-selected { padding:13px 10% 13px 10%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:14px; line-height:normal;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:14px; letter-spacing:normal;}
.reviews-wrapp .reviews-col1 .reviews-row1 .select-selected {background-position-x: 91%;}
.reviews-wrapp .reviews-col1 .reviews-row1:hover .select-selected {background-position-x: 91%;}


}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:15px; letter-spacing:normal;}

.reviews-wrapp .reviews-col1 .reviews-row1 .select-selected {background-position-x: 92%;}
.reviews-wrapp .reviews-col1 .reviews-row1:hover .select-selected {background-position-x: 92%;}

}

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


.reviews-wrapp .reviews-col1 .reviews-row1 .select-selected {background-position-x: 92%;}
.reviews-wrapp .reviews-col1 .reviews-row1:hover .select-selected {background-position-x: 92%}

}


