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

.custom-select1 { width:323px; float:left; background:none; border:none; border-radius:0; transition:all 0.25s ease-out 0s; margin:0 0 0; position:relative;}
.custom-select1:after { content:""; width:1px; height:31px; float:left; /* background:rgba(0,0,0,0.3); */transform:translateY(-50%); margin:0 0 0; position:absolute; top:50%; left: -18px;}
.custom-select1:first-child:after { display:none;}
.custom-select1:hover { background:#ffffff; border-color:#ffffff;}
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 .select-items .scrollb {max-height:150px;max-width: calc(100% - 8px);}
.custom-select1 .select-items { max-height:150px; /*overflow-y:scroll;*/ background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.custom-select1 .select-items .scrollb div { color:#000000; transition:all 0.25s ease-out 0s; padding:9px 25px 8px 17px;}
.custom-select1 .select-items .scrollb div:hover { color:#ffffff; background:#000000;}
.custom-select1 .select-selected { color:#000000; transition:all 0.25s ease-out 0s; padding:9px 25px 4px 17px;}
.custom-select1:hover .select-selected { color:#68b88a;}
.custom-select1 .select-selected:after { content:""; width:8px; height:6px; background:url(../images/down-green-black-plain-arrow.svg) no-repeat top / 100%; transform:translateY(-50%); transition:all 0.25s ease-out 0s; margin:0 0 0; position:absolute; top:56%; right:16px;}
.custom-select1:hover .select-selected:after { background:url(../images/down-green-black-plain-arrow.svg) no-repeat bottom / 100%;}
.custom-select1 .select-items::-webkit-scrollbar {display: none; 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:#a33493; border-radius:0;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { cursor:pointer; font-size:12px; font-weight:500; letter-spacing:2.28px; line-height:normal; text-transform:uppercase; text-decoration:none; font-family: "Poppins", sans-serif;}

.social-col1 .custom-select1 { width:307px; background:#000000; border:1px solid #000000; border-radius:11px; margin:0 0 0;}
.social-col1 .custom-select1:hover { background:none; border-color:rgba(0,0,0,0.3);}
.social-col1 .custom-select1 .select-items { max-height:150px;}
.social-col1 .custom-select1 .select-items  .scrollb div {max-height:139px;max-width: calc(100% - 8px);}
.social-col1 .custom-select1 .scrollb div {max-height:139px;max-width: calc(100% - 8px);}
.social-col1 .custom-select1 .select-items .scrollb div { padding:15px 27px 14px 21px;}
.social-col1 .custom-select1 .select-selected { color:#ffffff; padding:15px 27px 14px 21px;}
.social-col1 .custom-select1:hover .select-selected { color:#000000;}
.social-col1 .custom-select1 .select-selected:after { background:url(../images/down-white-black-plain-arrow.svg) no-repeat top / 100%; top:50%; right:16px;}
.social-col1 .custom-select1:hover .select-selected:after { background:url(../images/down-white-black-plain-arrow.svg) no-repeat bottom / 100%;}
.social-col1 .custom-select1 .select-items .scrollb div, .social-col1 .custom-select1 .select-selected { font-size:11px; font-weight:600; letter-spacing:2.09px; line-height:normal;}

.enquiry-col1 .custom-select1 { width:48.7%; background:none; border:1px solid #68b88a; border-radius:11px; margin:0 0 0;}
.enquiry-col1 .custom-select1:nth-child(2n) { float:right;}
.enquiry-col1 .custom-select1:after { display:none;}
.enquiry-col1 .custom-select1 .select-items { max-height:175px;}
.enquiry-col1 .custom-select1 .select-items .scrollb div { padding:20px 30px 20px 26px;}
.enquiry-col1 .custom-select1 .select-selected { color:#000000; padding:20px 30px 20px 26px;}
.enquiry-col1 .custom-select1 .select-selected:after { background:url(../images/down-green-black-plain-arrow.svg) no-repeat top / 100%; top:50%; right:20px;}
.enquiry-col1 .custom-select1:hover .select-selected:after { background:url(../images/down-green-black-plain-arrow.svg) no-repeat bottom / 100%;}
.enquiry-col1 .custom-select1 .select-items .scrollb div, .enquiry-col1 .custom-select1 .select-selected { font-size:12px; font-weight:600; letter-spacing:2.28px; line-height:normal;}

.sidbar-col1 .custom-select1 { width:100%; background:none; border:1px solid #68b88a; border-radius:11px; margin:0 0 23px;}
.sidbar-col1 .custom-select1:nth-child(2n) { float:right;}
.sidbar-col1 .custom-select1:after { display:none;}
.sidbar-col1 .custom-select1 .select-items { max-height:175px;}
.sidbar-col1 .custom-select1 .select-items .scrollb div { padding:20px 30px 20px 26px;}
.sidbar-col1 .custom-select1 .select-selected { color:#000000; padding:20px 30px 20px 26px;}
.sidbar-col1 .custom-select1 .select-selected:after { background:url(../images/down-green-black-plain-arrow.svg) no-repeat top / 100%; top:50%; right:20px;}
.sidbar-col1 .custom-select1:hover .select-selected:after { background:url(../images/down-green-black-plain-arrow.svg) no-repeat bottom / 100%;}
.sidbar-col1 .custom-select1 .select-items .scrollb div, .sidbar-col1 .custom-select1 .select-selected { font-size:12px; font-weight:600; letter-spacing:2.28px; line-height:normal;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 { width:100%; margin:0 0 0;}
.custom-select1:after { width:100%; height:1px; transform:none; margin:0 0 0; position:absolute; top:0;}
.custom-select1:first-child:after { display:none;}
.custom-select1 .select-items .scrollb div { padding:9px 5% 7px 5%;}
.custom-select1 .select-selected { padding:9px 5% 7px 5%;}
.custom-select1 .select-selected:after { width:7px; height:5px; margin:0 0 0; position:absolute; top:50%; right:5%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:10px; letter-spacing:1.68px;}

.social-col1 .custom-select1 { width:100%; margin:0 0 0;}
.social-col1 .custom-select1 .select-items .scrollb div { padding:15px 5% 14px 5%;}
.social-col1 .custom-select1 .select-selected { padding:15px 5% 14px 5%;}
.social-col1 .custom-select1 .select-selected:after { right:5%;}
.social-col1 .custom-select1 .select-items .scrollb div, .social-col1 .custom-select1 .select-selected { font-size:9px; letter-spacing:1.49px;}

.enquiry-col1 .custom-select1 { width:100%; margin:0 0 4.2%;}
.enquiry-col1 .custom-select1 .select-items .scrollb div { padding:19px 5% 19px 5%;}
.enquiry-col1 .custom-select1 .select-selected { padding:19px 5% 19px 5%;}
.enquiry-col1 .custom-select1 .select-selected:after { top:50%; right:5%;}
.enquiry-col1 .custom-select1 .select-items .scrollb div, .enquiry-col1 .custom-select1 .select-selected { font-size:10px; letter-spacing:1.68px;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 { width:100%; margin:0 0 0;}
.custom-select1:after { width:100%; height:1px; transform:none; margin:0 0 0; position:absolute; top:0;}
.custom-select1:first-child:after { display:none;}
.custom-select1 .select-items .scrollb div { padding:9px 5% 7px 5%;}
.custom-select1 .select-selected { padding:9px 5% 7px 5%;}
.custom-select1 .select-selected:after { width:7px; height:5px; margin:0 0 0; position:absolute; top:50%; right:5%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:10px; letter-spacing:1.68px;}

.social-col1 .custom-select1 { width:100%; margin:0 0 0;}
.social-col1 .custom-select1 .select-items .scrollb div { padding:13px 5% 13px 5%;}
.social-col1 .custom-select1 .select-selected { padding:13px 5% 13px 5%;}
.social-col1 .custom-select1 .select-selected:after { right:5%;}
.social-col1 .custom-select1 .select-items .scrollb div, .social-col1 .custom-select1 .select-selected { font-size:9px; letter-spacing:1.49px;}

.enquiry-col1 .custom-select1 { width:48%; margin:0 0 4.2%;}
.enquiry-col1 .custom-select1:nth-child(2n) { float:right;}
.enquiry-col1 .custom-select1 .select-items .scrollb div { padding:19px 5% 19px 5%;}
.enquiry-col1 .custom-select1 .select-selected { padding:19px 5% 19px 5%;}
.enquiry-col1 .custom-select1 .select-selected:after { top:50%; right:5%;}
.enquiry-col1 .custom-select1 .select-items .scrollb div, .enquiry-col1 .custom-select1 .select-selected { font-size:10px; letter-spacing:1.68px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 { width:100%; margin:0 0 0;}
.custom-select1:after { width:100%; height:1px; transform:none; margin:0 0 0; position:absolute; top:0;}
.custom-select1:first-child:after { display:none;}
.custom-select1 .select-items .scrollb div { padding:9px 5% 7px 5%;}
.custom-select1 .select-selected { padding:9px 5% 7px 5%;}
.custom-select1 .select-selected:after { width:7px; height:5px; margin:0 0 0; position:absolute; top:50%; right:5%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:10px; letter-spacing:1.68px;}

.social-col1 .custom-select1 { width:100%; margin:0 0 0;}
.social-col1 .custom-select1 .select-items .scrollb div { padding:13px 5% 13px 5%;}
.social-col1 .custom-select1 .select-selected { padding:15px 5% 14px 5%;}
.social-col1 .custom-select1 .select-selected:after { right:5%;}
.social-col1 .custom-select1 .select-items .scrollb div, .social-col1 .custom-select1 .select-selected { font-size:9px; letter-spacing:1.49px;}

.enquiry-col1 .custom-select1 { width:48%; margin:0 0 4.2%;}
.enquiry-col1 .custom-select1:nth-child(2n) { float:right;}
.enquiry-col1 .custom-select1 .select-items .scrollb div { padding:19px 5% 19px 5%;}
.enquiry-col1 .custom-select1 .select-selected { padding:19px 5% 19px 5%;}
.enquiry-col1 .custom-select1 .select-selected:after { top:50%; right:5%;}
.enquiry-col1 .custom-select1 .select-items .scrollb div, .enquiry-col1 .custom-select1 .select-selected { font-size:10px; letter-spacing:1.68px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 { width:159px; margin:0 0 0;}
.custom-select1 .select-items .scrollb div { padding:9px 21px 8px 13px;}
.custom-select1 .select-selected { padding:9px 21px 4px 13px;}
.custom-select1 .select-selected:after { width:6px; height:4px; right:14px;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:10px; letter-spacing:1.68px;}

.social-col1 .custom-select1 .select-items .scrollb div { padding:15px 23px 14px 17px;}
.social-col1 .custom-select1 .select-selected { padding:15px 23px 14px 17px;}
.social-col1 .custom-select1 .select-selected:after { right:14px;}
.social-col1 .custom-select1 .select-items .scrollb div, .social-col1 .custom-select1 .select-selected { font-size:9px; letter-spacing:1.49px;}

.enquiry-col1 .custom-select1 .select-items .scrollb div { padding:19px 26px 19px 22px;}
.enquiry-col1 .custom-select1 .select-selected { padding:19px 26px 19px 22px;}
.enquiry-col1 .custom-select1 .select-selected:after { right:18px;}
.enquiry-col1 .custom-select1 .select-items .scrollb div, .enquiry-col1 .custom-select1 .select-selected { font-size:10px; letter-spacing:1.68px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-select1 { width:190px; margin:0 0 0;}
.custom-select1 .select-items .scrollb div { padding:9px 23px 4px 15px;}
.custom-select1 .select-selected { padding:9px 23px 4px 15px;}
.custom-select1 .select-selected:after { width:7px; height:5px; right:15px;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:11px; letter-spacing:1.98px;}

.social-col1 .custom-select1 .select-items .scrollb div { padding:15px 25px 14px 19px;}
.social-col1 .custom-select1 .select-selected { padding:15px 25px 14px 19px;}
.social-col1 .custom-select1 .select-selected:after { right:15px;}
.social-col1 .custom-select1 .select-items .scrollb div, .social-col1 .custom-select1 .select-selected { font-size:10px; letter-spacing:1.79px;}

.enquiry-col1 .custom-select1 .select-items .scrollb div { padding:19px 28px 19px 24px;}
.enquiry-col1 .custom-select1 .select-selected { padding:19px 28px 19px 24px;}
.enquiry-col1 .custom-select1 .select-selected:after { right:19px;}
.enquiry-col1 .custom-select1 .select-items .scrollb div, .enquiry-col1 .custom-select1 .select-selected { font-size:11px; letter-spacing:1.98px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.custom-select1 { width:221px;}
}

@media screen and (min-width:1241px) and (max-width:1340px) {
.custom-select1 { width:252px;}
}