@charset "utf-8";

/* CSS Document */
.select-hide { display:none;}
.custom-text1 { color:#ffffff; line-height:25px; display:inline-block; margin:14px 26px 0 0;}
.custom-select1 { width:230px; height:52px; float:right; text-align:left; background:rgba(255 255 255); border:1px solid #fff; border-radius:4px; transition:all 0.25s ease-out 0s; position:relative;}
.custom-select1:hover { background:#000; border:1px solid #466868;}
.custom-select1:hover .select-selected { color:#466868;}
.custom-select1 select { display:none;}
.custom-select1:after { content:""; width:12px; height:6px; background:url(../images/custom-arrow1.png) no-repeat; transform:translateY(-50%); position:absolute; top:50%; right:22px;}
.custom-select1:hover:after { background:url(../images/custom-arrow11.png) no-repeat;}
.select-items { background:#000; position:absolute; top:100%; left:0; right:0; z-index:999;}
.select-items .scrollb div { color:#fff; padding:8px 16px;}
.select-items .scrollb div:hover { color:#000; background:#ffffff;}
.select-selected { color:#fff;}
.select-items .scrollb div, .select-selected { cursor:pointer; padding:17px 22px 17px 22px;}
.custom-text1, .select-items .scrollb div, .select-selected {font-size: 12.09px;letter-spacing: 1.65px;line-height: 1.45;text-transform: uppercase;transition: all 0.25s ease-in}


.custom-col1.desktop.dropdown-contact-loc {
    width: 155px;
    background: #fff;
}

.custom-col1.desktop.dropdown-contact-loc .select-selected {
    color: #000;
}

.custom-col1.desktop.dropdown-contact-loc:hover {
    background: transparent;
}

.custom-col1.desktop.dropdown-contact-loc:hover .select-selected {
    color: #fff;
}
.custom-col1.desktop.dropdown-contact-loc .custom-select1:hover {
    background: transparent;
    border: 1px solid #fff;
}

/* .custom-col1.desktop.dropdown-contact-loc .custom-select1:after {
    background: url(../images/arrow-down-black.svg) no-repeat;
    background-size: 27px;
    width: 20px;
    height: 20px;
    background-size: 20px;
    right: 7px;
} */

.custom-col1.desktop.dropdown-contact-loc .custom-select1:after
{
    background: url(../images/arrow-down-black.svg) no-repeat;
    background-size: 27px;
    width: 20px;
    height: 20px;
    background-size: 20px;
    right: 7px;
}


.custom-col1.desktop.dropdown-contact-loc:hover .custom-select1:after {
 
    background: url(../images/custom-arrow11.png) no-repeat;
    width: 20px;
    height: 20px;
    background-size: 20px;
    right: 7px;
}


/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-text1 { width:100%; color:#9eca27; margin:0 0 12px;}
.custom-select1 { width:100%; text-align:center; background:none; margin:0 0 0;}
/*.select-selected { color:#9eca27;}*/
.custom-select1:after { background:url(../images/custom-arrow111.png) no-repeat; right:5%;}
.select-items .scrollb div, .select-selected { padding:17px 5% 17px 5%;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.custom-text1 { width:100%; color:#9eca27; margin:0 0 12px;}
.custom-select1 { width:100%; text-align:center; background:none; margin:0 0 0;}
/*.select-selected { color:#9eca27;}*/
.custom-select1:after { background:url(../images/custom-arrow111.png) no-repeat; right:5%;}
.select-items .scrollb div, .select-selected { padding:17px 5% 17px 5%;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-text1 { width:100%; color:#9eca27; margin:0 0 12px;}
.custom-select1 { width:100%; text-align:center; background:none; margin:0 0 0;}
/*.select-selected { color:#9eca27;}*/
.custom-select1:after { background:url(../images/custom-arrow111.png) no-repeat; right:5%;}
.select-items .scrollb div, .select-selected { padding:17px 5% 17px 5%;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-text1 { display:none;}
.custom-select1 { width:100%; height:46px;}
.custom-select1:after { right:10%;}
.select-items .scrollb div, .select-selected { padding:15px 10% 15px 10%;}
.custom-text1, .select-items .scrollb div, .select-selected { font-size:10px;}
.custom-col1.desktop.dropdown-contact-loc {width: 117px;}
.custom-col1.desktop.dropdown-contact-loc .select-selected {padding: 11px 22px 9px 9px !important;}
.custom-col1.desktop.dropdown-contact-loc .custom-select1:after {right: 3px;}
.custom-col1.desktop.dropdown-contact-loc .custom-select1:hover:after {right: 3px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-text1 { display:none;}
.custom-select1 { width:100%; height:49px;}
.custom-select1:after { right:10%;}
.select-items .scrollb div, .select-selected { padding:16px 10% 16px 10%;}
.custom-text1, .select-items .scrollb div, .select-selected { font-size:11px;}
.custom-col1.desktop.dropdown-contact-loc {width: 148px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.custom-text1 { display:none;}
.custom-select1 { width:100%;}
.custom-select1:after { right:10%;}
.select-items .scrollb div, .select-selected { padding:16px 10% 16px 10%;}

.custom-col1.desktop.dropdown-contact-loc {width: 156px;}

}