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

.custom-select1 { text-align:left; background:none; border:1px solid rgba(230,201,93,0.15); border-radius:58px; transition:all 0.25s ease-out 0s; margin:0 0 0; position:relative; z-index:99;}
.custom-select1:hover { background:#d9c98d; border:1px solid #d9c98d;}
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 .select-items.select-items .scrollb {max-height: 144px; max-width: 96%;max-width: calc(100% - 8px);}
.custom-select1 .select-items { max-height:180px; background:#052744; 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:20px 11% 20px 11%;}
.custom-select1 .select-items .scrollb div:hover { color:#ffffff; background:#d9c98d;}
.custom-select1 .select-selected { color:#d9c98d; transition:all 0.25s ease-out 0s; padding:20px 11% 20px 11%;}
.custom-select1:hover .select-selected { color:#2a292e;}
.custom-select1 .select-items .scrollb div, .custom-select1 >.select-selected { cursor:pointer; font-size:14px; font-weight:500; letter-spacing:1.59px; line-height:normal; text-transform:uppercase;}
.custom-select1:hover .select-selected{background:url(../images/down-jaguar-plain-arrow.svg)no-repeat;   background-position-y: 55%;background-position-x: 92%;}
.custom-select1 .select-selected {background: url(../images/down-white-plain-arrow.svg) no-repeat;  background-position-y: 53%;background-position-x: 92%;}


.linker-mob2.custom-select1:hover .select-selected {
    background: url(../images/down-jaguar-plain-arrow.svg) no-repeat;
    background-position-y: 55%;
    background-position-x: 92%;
}


.linker-mob2.custom-select1  .select-selected {
    background: url(../images/down-jaguar-plain-arrow.svg) no-repeat;
    background-position-y: 55%;
    background-position-x: 92%;
}
.scrollbox-bar.scrollbox-horizontal-bar.scrollbox-bar-in {
    display: none;
}

.scrollbox-rail.scrollbox-horizontal-rail.scrollbox-rail-in {
    display: none;
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 { text-align:center; margin:0 0 4.2%;}
.custom-select1 .select-items .scrollb div { padding:15px 44px 15px 44px;}
.custom-select1 .select-selected { padding:20px 44px 20px 44px;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:12px; letter-spacing:1.35px; line-height:normal;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 { text-align:center; margin:0 0 4.2%;}
.custom-select1 .select-items .scrollb div { padding:15px 44px 15px 44px;}
.custom-select1 .select-selected { padding:20px 44px 20px 44px;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:12px; letter-spacing:1.35px; line-height:normal;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 { text-align:center; margin:0 0 4.2%;}
.custom-select1 .select-items .scrollb div { padding:15px 44px 15px 44px;}
.custom-select1 .select-selected { padding:20px 44px 20px 44px;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:12px; letter-spacing:1.35px; 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:11px; letter-spacing:1.23px;}
}

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

@media screen and (min-width:1025px) and (max-width:1240px) {
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:13px; letter-spacing:1.47px;}
}