@charset "utf-8";

/* CSS Document */
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 { border:1px solid rgba(215,174,83,0.61); border-radius:40px; transition:all 0.25s ease-out 0s; position:relative; z-index:99;}
.custom-select1:hover { box-shadow: none;}
.custom-select1 .select-items { max-height:159px; overflow-y:scroll; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:9;}
.custom-select1 .select-items div { color:#333132; transition:all 0.25s ease-out 0s; padding:17px 20px 17px 20px;}
.custom-select1 .select-items div:hover { color:#ffffff; background:#333132;}
.custom-select1 .select-selected { color:#ffffff; transition:all 0.25s ease-out 0s; padding:17px 20px 17px 20px;}
.custom-select1:hover .select-selected { color:#ffffff;}
.custom-select1 .select-selected:after { content:""; width:9px; height:6px; background:url(../images/down-arrow1.svg) no-repeat center / 100% 100%; transform:translateY(-50%); transition:all 0.25s ease-out 0s; margin:0 0 0; position:absolute; top:50%; right:27px;}
.custom-select1:hover .select-selected:after { background:url(../images/down-white-plain-arrow.svg) no-repeat center / 100% 100%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { cursor:pointer; font-size:13px; font-weight:500; letter-spacing:2.76px; text-transform:uppercase;}

.conten-wrapp .custom-select1 { background-image: -webkit-linear-gradient(top, #f6d05f, #946737), -webkit-linear-gradient(top, #f6d05f, #946737); border:none;}
.conten-wrapp .custom-select1 .select-items div, .conten-wrapp .custom-select1 .select-selected { cursor:pointer; font-size:13px; font-weight:500; letter-spacing:2.76px; text-transform:uppercase;}
.conten-wrapp .custom-select1 .select-selected:after { content:""; width:9px; height:6px; background:url(../images/down-white-plain-arrow.svg) no-repeat center / 100% 100%; transform:translateY(-50%); transition:all 0.25s ease-out 0s; margin:0 0 0; position:absolute; top:50%; right:18px;}
.conten-wrapp .custom-select1:hover .select-selected:after { background:url(../images/down-arrow1.svg) no-repeat center / 100% 100%;}

.conten-wrapp .conten-row1 .conten-col1 .select-selected {padding: 17px 30px 17px 20px; text-align: center; color: #ffffff;}

.enquiry-wrapp .custom-select1 { width:48.7%; float:right; border:1px solid #d7ae53; border-radius:13px; background:#fff; text-align:left; margin:0 0 11px; z-index:inherit;}
.enquiry-wrapp .custom-select1:hover { background:#d99f44; border-bottom-color:#ffffff;}
.enquiry-wrapp .custom-select1 .select-selected { color:#d99f44; padding:15.5px 12px 15.5px 26px;}
.enquiry-wrapp .custom-select1:hover .select-selected { color:#ffffff;}
.enquiry-wrapp .custom-select1 .select-selected:after { right:6%;}
.enquiry-wrapp .custom-select1 .select-items div, .enquiry-wrapp .custom-select1 .select-selected { font-size:14px; color:#4d4e4c; letter-spacing:0; text-transform:none;}
.enquiry-wrapp .custom-select2 { float:left;}
.enquiry-wrapp .custom-select1 .select-items { z-index:99;}


.custom-treatment select {display:none;}
.custom-treatment .select-hide { display:none;}
.custom-treatment { border:1px solid rgba(215,174,83,0.61); border-radius:40px; transition:all 0.25s ease-out 0s; position:relative; z-index:99;}
.custom-treatment:hover { box-shadow: none;}
.custom-treatment .select-items { max-height:159px; overflow-y:scroll; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:9;}
.custom-treatment .select-items div { color:#333132; transition:all 0.25s ease-out 0s; padding:17px 20px 17px 20px;}
.custom-treatment .select-items div:hover { color:#ffffff; background:#333132;}
.custom-treatment .select-selected {color: #d7ae53;transition:all 0.25s ease-out 0s;padding:17px 20px 17px 20px;}
.custom-treatment:hover .select-selected {color: #575756;}
.custom-treatment .select-selected:after { content:""; width:9px; height:6px; background:url(../images/down-arrow1.svg) no-repeat center / 100% 100%; transform:translateY(-50%); transition:all 0.25s ease-out 0s; margin:0 0 0; position:absolute; top:50%; right:27px;}
.custom-treatment:hover .select-selected:after { background:url(../images/down-arrow1.svg) no-repeat center / 100% 100%;}
.custom-treatment .select-items div, .custom-treatment .select-selected { cursor:pointer; font-size:13px; font-weight:500; letter-spacing:2.76px; text-transform:uppercase;}



/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 .select-items div { padding:17px 5% 17px 5%;}
.custom-select1 .select-selected { padding:17px 5% 17px 5%;}
.custom-select1 .select-selected:after { width:9px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:10px; letter-spacing:1.46px;}
.enquiry-wrapp .custom-select1 { width:100%;}
.enquiry-wrapp .custom-select1 .select-selected { padding:15.5px 12px 15.5px 4%;}
.conten-wrapp .conten-row1 .conten-col1 .select-selected { padding: 17px 28px 17px 15px; }
.conten-wrapp .custom-select1 .select-items div, .conten-wrapp .custom-select1 .select-selected { font-size:10px; letter-spacing:1.46px;}


.custom-treatment .select-items div { padding:17px 5% 17px 5%;}
.custom-treatment .select-selected { padding:17px 5% 17px 5%;}
.custom-treatment .select-selected:after { width:9px; margin:0 0 0; position:absolute; right:5%;}
.custom-treatment .select-items div, .custom-treatment .select-selected { font-size:10px; letter-spacing:1.46px;}


} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 .select-items div { padding:17px 5% 17px 5%;}
.custom-select1 .select-selected { padding:17px 5% 17px 5%;}
.custom-select1 .select-selected:after { width:9px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:10px; }
.enquiry-wrapp .custom-select1 .select-selected { padding:15.5px 12px 15.5px 4%;}

.conten-wrapp .custom-select1 .select-items div, .conten-wrapp .custom-select1 .select-selected { font-size:10px; letter-spacing:1.46px;}


.custom-treatment .select-items div { padding:17px 5% 17px 5%;}
.custom-treatment .select-selected { padding:17px 5% 17px 5%;}
.custom-treatment .select-selected:after { width:9px; margin:0 0 0; position:absolute; right:5%;}
.custom-treatment .select-items div, .custom-treatment .select-selected { font-size:10px; }


}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 .select-items div { padding:17px 5% 17px 5%;}
.custom-select1 .select-selected { padding:17px 5% 17px 5%;}
.custom-select1 .select-selected:after { width:9px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:10px; letter-spacing:1.46px;}
.enquiry-wrapp .custom-select1 .select-selected { padding:15.5px 12px 15.5px 4%;}

.conten-wrapp .custom-select1 .select-items div, .conten-wrapp .custom-select1 .select-selected { font-size:10px; letter-spacing:1.46px;}


.custom-treatment .select-items div { padding:17px 5% 17px 5%;}
.custom-treatment .select-selected { padding:17px 5% 17px 5%;}
.custom-treatment .select-selected:after { width:9px; margin:0 0 0; position:absolute; right:5%;}
.custom-treatment .select-items div, .custom-treatment .select-selected { font-size:10px; letter-spacing:1.46px;}

}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 .select-items div { padding:17px 20px 17px 20px;}
.custom-select1 .select-selected { padding:17px 20px 17px 20px;}
.custom-select1 .select-selected:after { right:19px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:10px; letter-spacing:1.46px;}

.conten-wrapp .custom-select1 .select-items div, .conten-wrapp .custom-select1 .select-selected { font-size:10px; letter-spacing:1.46px;}

.custom-treatment .select-items div { padding:17px 20px 17px 20px;}
.custom-treatment .select-selected { padding:17px 20px 17px 20px;}
.custom-treatment .select-selected:after { right:19px;}
.custom-treatment .select-items div, .custom-treatment .select-selected { font-size:10px; letter-spacing:1.46px;}

}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-select1 .select-items div { padding:17px 24px 17px 24px;}
.custom-select1 .select-selected { padding:17px 24px 17px 24px;}
.custom-select1 .select-selected:after { right:23px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:11px; letter-spacing:1.89px;}

.conten-wrapp .custom-select1 .select-items div, .conten-wrapp .custom-select1 .select-selected { font-size:11px; letter-spacing:1.89px;}

.custom-treatment .select-items div { padding:17px 24px 17px 24px;}
.custom-treatment .select-selected { padding:17px 24px 17px 24px;}
.custom-treatment .select-selected:after { right:23px;}
.custom-treatment .select-items div, .custom-treatment .select-selected { font-size:11px; letter-spacing:1.89px;}

}

@media screen and (min-width:1025px) and (max-width:1240px) {
.custom-select1 .select-items div { padding:17px 24px 17px 24px;}
.custom-select1 .select-selected { padding:17px 24px 17px 24px;}
.custom-select1 .select-selected:after { right:23px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:11px; letter-spacing:1.89px;}

.conten-wrapp .custom-select1 .select-items div, .conten-wrapp .custom-select1 .select-selected { font-size:11px; letter-spacing:1.89px;}

.custom-treatment .select-items div { padding:17px 24px 17px 24px;}
.custom-treatment .select-selected { padding:17px 24px 17px 24px;}
.custom-treatment .select-selected:after { right:23px;}
.custom-treatment .select-items div, .custom-select1 .select-selected { font-size:11px; letter-spacing:1.89px;}

}