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

.custom-select1 { background:#c7a17b; border:1px solid #c7a17b; border-radius:70px; transition:all 0.25s ease-out 0s; margin:0 14px 0 0; position:relative;}
.custom-select1:last-child { margin-right:0;}
.custom-select1:hover { background:#ffffff; border:1px solid #ffffff;}
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 .select-items { max-height:141px; overflow-y:scroll; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.custom-select1 .select-items div { font-size:13px; font-weight:600; color:#c7a17b; letter-spacing:2.47px; line-height:normal; transition:all 0.25s ease-out 0s; padding:14px 40px 13px 28px;}
.custom-select1 .select-items div:hover { color:#ffffff; background:#c7a17b;}
.custom-select1 .select-selected { font-size:13px; font-weight:600; color:#ffffff; letter-spacing:2.47px; line-height:normal; transition:all 0.25s ease-out 0s; padding:18px 40px 17px 28px; position:relative;}
.custom-select1:hover .select-selected { color:#c7a17b;}
.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:#c7a17b; border-radius:0;}
.custom-select1 .select-items div, .custom-select1 .select-selected { cursor:pointer; text-transform:uppercase;}

.header-wrapp .custom-select1 { border:1px solid #ffffff;}

.custom-col1 .custom-select1 { background:none; width:355px; float:left;}
.custom-col1 .custom-select1:hover { background:#c7a17b; border:1px solid #c7a17b;}
.custom-col1 .custom-select1 .select-selected { color:#c7a17b;}
.custom-col1 .custom-select1:hover .select-selected { color:#ffffff;}
.custom-col1 .custom-about { background:none; width:355px; float:left;}
.custom-col1 .custom-about:hover { background:#c7a17b;; border:1px solid #c7a17b;}
.custom-col1 .custom-about .select-selected { color:#c7a17b;}
.custom-col1 .custom-about:hover .select-selected { color:#ffffff;}


.custom-about { background:#c7a17b; border:1px solid #c7a17b;; border-radius:70px; transition:all 0.25s ease-out 0s; margin:0 14px 0 0; position:relative;}
.custom-about:last-child { margin-right:0;}
.custom-about:hover { background:#ffffff; border:1px solid #ffffff;}
.custom-about select { display:none;}
.custom-about .select-hide { display:none;}
.custom-about .select-items { max-height:141px; overflow-y:scroll; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.custom-about .select-items div { font-size:13px; font-weight:600; color:#c7a17b; letter-spacing:2.47px; line-height:normal; transition:all 0.25s ease-out 0s; padding:14px 40px 13px 28px;}
.custom-about .select-items div:hover { color:#ffffff; background:#c7a17b;;}
.custom-about .select-selected { font-size:13px; font-weight:600; color:#ffffff; letter-spacing:2.47px; line-height:normal; transition:all 0.25s ease-out 0s; padding:18px 40px 17px 28px; position:relative;}
.custom-about:hover .select-selected { color:#c7a17b;}
.custom-about .select-items::-webkit-scrollbar { width:6px;}
.custom-about .select-items::-webkit-scrollbar-track { background:#f1f1f1eb; box-shadow:inset 1px 0 5px #dfdfdf; border-radius:0;}
.custom-about .select-items::-webkit-scrollbar-thumb { background:#c7a17b; border-radius:0;}
.custom-about .select-items div, .custom-about .select-selected { cursor:pointer; text-transform:uppercase;}
.custom-col1 .select-items div { color:#4a542e; transition:all 0.25s ease-out 0s; padding:17px 27px 17px 27px;}




/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 { margin:0 0 0;}
.custom-select1:hover { background:#ffffff;}
.custom-select1 .select-items div { font-size:11px; letter-spacing:1.87px; padding:14px 5% 13px 5%;}
.custom-select1 .select-selected { font-size:11px; letter-spacing:1.87px; padding:18px 5% 17px 5%;}

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

} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 { margin:0 0 0;}
.custom-select1:hover { background:#ffffff;}
.custom-select1 .select-items div { font-size:11px; letter-spacing:1.87px; padding:14px 5% 13px 5%;}
.custom-select1 .select-selected { font-size:11px; letter-spacing:1.87px; padding:18px 5% 17px 5%;}

}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 { margin:0 0 0;}
.custom-select1:hover { background:#ffffff;}
.custom-select1 .select-items div { font-size:11px; letter-spacing:1.87px; padding:14px 5% 13px 5%;}
.custom-select1 .select-selected { font-size:11px; letter-spacing:1.87px; padding:18px 5% 17px 5%;}

}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 { margin:0 8px 0 0;}
.custom-select1 .select-items div { font-size:11px; letter-spacing:1.87px; padding:14px 34px 13px 18px;}
.custom-select1 .select-selected { font-size:11px; letter-spacing:1.87px; padding:18px 34px 18px 18px;}

}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-select1 { margin:0 11px 0 0;}
.custom-select1 .select-items div { font-size:13px; padding:14px 37px 13px 21px;}
.custom-select1 .select-selected { font-size:13px; padding:18px 37px 18px 21px;}

.banner-col4 .custom-select1 { width:303px;}
.banner-col4 .custom-select1 .select-items div { font-size:12px; padding:15px 24px 15px 24px;}
.banner-col4 .custom-select1 .select-selected { font-size:12px; padding:19px 40px 19px 24px;}
.banner-col4 .custom-select1 .select-items div, .banner-col4 .custom-select1 .select-selected { letter-spacing:2.17px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.banner-col4 .custom-select1 { width:303px;}
.banner-col4 .custom-select1 .select-items div { font-size:12px; padding:15px 24px 15px 24px;}
.banner-col4 .custom-select1 .select-selected { font-size:12px; padding:19px 40px 19px 24px;}
.banner-col4 .custom-select1 .select-items div, .banner-col4 .custom-select1 .select-selected { letter-spacing:2.17px;}
}