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

.custom-select1 { text-align:left; background:#27407a; border:1px solid #27407a; transition:all 0.25s ease-out 0s; position:relative;}
.custom-select1:hover { background:#ffffff; border-color:#27407a;}
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 .select-items { max-height:189px; /*overflow-y:scroll;*/ background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.custom-select1 .select-items .scrollb {max-height: 189px; max-width: calc(100% - 8px);}
.custom-select1 .select-items .scrollb div { color:#575756; transition:all 0.25s ease-out 0s; padding:14px 23px 15px 23px;}
.custom-select1 .select-items .scrollb div:hover { color:#ffffff; background:#27407a;}
.custom-select1 .select-selected { color:#ffffff; transition:all 0.25s ease-out 0s; padding:18px 23px 19px 23px;}
.custom-select1:hover .select-selected { color:#27407a;}
.custom-select1 .select-selected:after { content:""; width:11px; height:8px; float:right; background:url(../images/down-orange-arrow.svg) no-repeat top center / 100%; transform:translateY(-50%); transition:all 0.25s ease-out 0s; margin:0 0 0; position:absolute; top:50%; right:20px;}
.custom-select1:hover .select-selected:after { background:url(../images/down-orange-arrow.svg) no-repeat bottom center / 100%;}
.custom-select1 .select-items::-webkit-scrollbar { width:6px;}
.custom-select1 .select-items::-webkit-scrollbar-track { background:#f1f1f1eb; box-shadow:inset 1px 0 5px #d6d7d7; border-radius:0;}
.custom-select1 .select-items::-webkit-scrollbar-thumb { background:#d6d7d7; border-radius:0;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { cursor:pointer; font-size:12px; font-weight:500; letter-spacing:1px; text-transform:uppercase;}

.enquiry-col1 .custom-select1 { width:362px; float:right; border:none; border-bottom:1px solid rgba(0,0,0,0.1); background:none; margin:0 0 20px; text-align:center;}
.enquiry-col1 .custom-select1 .select-items { max-height:176px;}
.enquiry-col1 .custom-select1 .select-items .scrollb {max-height: 176px; max-width: calc(100% - 8px);}
.enquiry-col1 .custom-select1 .select-selected { color:#3c3c3b; padding:19px 0 19px 0;}
.enquiry-col1 .custom-select1 .select-items .scrollb div, .enquiry-col1 .custom-select1 .select-selected { font-size:14px; font-weight:500; letter-spacing:normal; text-transform:inherit;}
.enquiry-col1 .custom-select1 .select-selected:after { top:54%;}

.conten-wrapp .sidbar-wrapp .custom-select1 { width:100%; float:left; text-align:center; background:none; border:none; border-bottom:1px solid rgb(249,249,249,0.10); border-radius:0; margin:0 1.7% 0 0;}
.conten-wrapp .sidbar-wrapp .custom-select1:hover { color:#000000; background:none; border-color:#ffffff;}
.conten-wrapp .sidbar-wrapp .custom-select1 .select-items div { padding:10px 2% 10px 2%;}
.conten-wrapp .sidbar-wrapp .custom-select1 .select-selected { font-size:14px; font-weight:500; color:#ffffff; text-transform:none; padding:18px 2% 19px 2%;}
.conten-wrapp .sidbar-wrapp .custom-select1 .select-selected:after { background:url(../images/down-white-plain-arrow.svg) no-repeat center / 100% 100%;}
.conten-wrapp .sidbar-wrapp  .custom-select1 .select-selected:after { right:120px;}

.galler-wrapp .custom-select1 { width:341px; color:#000000; background:#ffffff; border:1px solid #000000;}
.galler-wrapp .custom-select1:hover { color:#ffffff; background:#27407a; border:1px solid #27407a;}
.galler-wrapp .custom-select1 .select-selected { color:#000000; background:none;}
.galler-wrapp .custom-select1 .select-selected:hover { color:#ffffff; background:none;}
.galler-wrapp .custom-select1 .select-selected:after { background:url(../images/down-orange-arrow.svg) no-repeat top center / 100%;}

.bolg-wrapp .custom-select1 { width:341px; float:right; color:#000000; background:#ffffff; border:1px solid #000000;}
.bolg-wrapp .custom-select1:hover { color:#ffffff; background:#27407a; border:1px solid #27407a;}
.bolg-wrapp .custom-select1 .select-selected { color:#000000; background:none;}
.bolg-wrapp .custom-select1 .select-selected:hover { color:#ffffff; background:none;}
.bolg-wrapp .custom-select1 .select-selected:after { background:url(../images/down-orange-arrow.svg) no-repeat top center / 100%;} 

.enquiry1-col1 .custom-select1 { width:362px; float:right; border:none; border-bottom:1px solid rgba(255,255,255,0.1); background:none; margin:0 0 20px; text-align:center;}
.enquiry1-col1 .custom-select1 .select-items { max-height:176px;}
.enquiry1-col1 .custom-select1 .select-items .scrollb {max-height: 176px; max-width: calc(100% - 8px);}
.enquiry1-col1 .custom-select1 .select-selected { color:#ffffff; padding:19px 0 19px 0;}
.enquiry1-col1 .custom-select1 .select-items .scrollb div, .enquiry-col1 .custom-select1 .select-selected { font-size:14px; font-weight:500; letter-spacing:normal; text-transform:inherit;}
.enquiry1-col1 .custom-select1 .select-selected:after { background:url(../images/down-white-plain-arrow.svg) no-repeat center / 100% 100%;}
.enquiry1-col1 .custom-select1 .select-selected:after { top:50%; right:100px;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 { text-align:center;}
.custom-select1 .select-items .scrollb div { padding:14px 5% 15px 5%;}
.custom-select1 .select-selected { color:#ffffff; padding:18px 5% 19px 5%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:11px;}

.enquiry-col1 .custom-select1 { width:100%;}	
.bolg-wrapp .custom-select1 { width:100%; margin:0 0 30px;}
.galler-wrapp .custom-select1 { width:100%; margin:0 0 30px;}
	
.enquiry1-col1 .custom-select1 { width:100%;}
.enquiry1-col1 .custom-select1 .select-selected:after { right:85px;}	
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 { text-align:center;}
.custom-select1 .select-items .scrollb div { padding:14px 5% 15px 5%;}
.custom-select1 .select-selected { color:#ffffff; padding:18px 5% 19px 5%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:11px;}

.enquiry-col1 .custom-select1 { width:100%;}
.bolg-wrapp .custom-select1 { width:100%; margin:0 0 30px;}
.galler-wrapp .custom-select1 { width:100%; margin:0 0 30px;}
	
.enquiry1-col1 .custom-select1 { width:100%;}	
.enquiry1-col1 .custom-select1 .select-selected:after { right:85px;}	
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 { text-align:center;}
.custom-select1 .select-items .scrollb div { padding:14px 5% 15px 5%;}
.custom-select1 .select-selected { color:#ffffff; padding:18px 5% 19px 5%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:11px;}

.enquiry-col1 .custom-select1 { width:100%;}
.bolg-wrapp .custom-select1 { width:100%; margin:0 0 30px;}
.galler-wrapp .custom-select1 { width:100%; margin:0 0 30px;}
	
.enquiry1-col1 .custom-select1 { width:100%;}	
.enquiry1-col1 .custom-select1 .select-selected:after { right:85px;}	
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 .select-items .scrollb div { padding:19px 24px 18px 24px;}
.custom-select1 .select-selected { padding:19px 24px 18px 24px;}
.custom-select1 .select-selected:after { width:9px; height:6px; right:14px;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:11px; letter-spacing:0.60px;}

.canver-col1 .custom-select1 .select-items .scrollb div, .digital-col2 .custom-select1 .select-items .scrollb div { padding:19px 32px 18px 18px;}
.canver-col1 .custom-select1 .select-selected, .digital-col2 .custom-select1 .select-selected { color:#ffffff; padding:19px 32px 18px 18px;}
.canver-col1 .custom-select1 .select-selected:after, .digital-col2 .custom-select1 .select-selected:after { right:20px;}

.digital-col2 .custom-select1 { width:78.6%;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-select1 .select-items div { padding:19px 28px 18px 28px;}
.custom-select1 .select-selected { padding:19px 28px 18px 28px;}
.custom-select1 .select-selected:after { width:10px; height:7px; right:17px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:12px; letter-spacing:0.80px;}

.canver-col1 .custom-select1 .select-items .scrollb div, .digital-col2 .custom-select1 .select-items .scrollb div { padding:19px 36px 18px 22px;}
.canver-col1 .custom-select1 .select-selected, .digital-col2 .custom-select1 .select-selected { color:#ffffff; padding:19px 36px 18px 22px;}
.canver-col1 .custom-select1 .select-selected:after, .digital-col2 .custom-select1 .select-selected:after { right:24px;}

.digital-col2 .custom-select1 { width:78.6%;}
}

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