@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(70,104,104,0.40); border:1px solid #c5df7d; border-radius:4px; transition:all 0.25s ease-out 0s; position:relative;}

.custom-select1:hover { background:none; 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;}

.custom-select1 .select-items .scrollb {max-height:138px; max-width: calc(100% - 8px);}

.select-items { background:#466868; position:absolute; top:100%; left:0; right:0; z-index:999;}

.select-items .scrollb div { color:#ffffff; padding:8px 16px;}

.select-items .scrollb div:hover { color:#466868; background:#ffffff;}

.select-selected { color:#ffffff;}

.select-items .scrollb div, .select-selected { cursor:pointer; padding:17px 22px 17px 22px;}

.custom-text1, .select-items .scrollb div, .select-selected { font-size:14px; letter-spacing:0.4px; text-transform:uppercase; font-family: 'glacial-indifference-bold-font';}



.home-layout1 .custom-select1 { width:257px; float:left; background:none; border:1px solid rgba(255,255,255,0.5); border-radius:0; transition:all 0.25s ease-out 0s; margin:0 0 0 9px; position:relative; height: inherit;}
.home-layout1 .custom-select1:first-child { margin-left:0;}
.home-layout1 .custom-select1:hover { background:#ffffff; border-color:#ffffff;}
.home-layout1 .custom-select1 select { display:none;}
.home-layout1 .custom-select1 .select-hide { display:none;}
.home-layout1 .custom-select1 .select-items { max-height:138px; /*overflow-y:scroll;*/ background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.home-layout1 .custom-select1 .select-items .scrollb div { color:#76b82a; transition:all 0.25s ease-out 0s; padding:13px 24px 13px 24px;}
.home-layout1 .custom-select1 .select-items .scrollb div:hover { color:#ffffff; background:#76b82a;}
.home-layout1 .custom-select1 .select-selected { color:#ffffff; transition:all 0.25s ease-out 0s; padding:15px 24px 14px 24px;}
.home-layout1 .custom-select1:hover .select-selected { color:#76b82a;}
.home-layout1 .custom-select1 .select-selected:after { content:""; width:10px; height:6px; background:url(../images/down-white-green-plain-arrow.svg) no-repeat top / 100%; transform:translateY(-50%); transition:all 0.25s ease-out 0s; margin:0 0 0; position:absolute; top:50%; right:22px;}
.home-layout1 .custom-select1:hover .select-selected:after { background:url(../images/down-white-green-plain-arrow.svg) no-repeat bottom / 100%;}
.home-layout1 .custom-select1 .select-items::-webkit-scrollbar { width:6px;}
.home-layout1 .custom-select1 .select-items::-webkit-scrollbar-track { background:#f1f1f1eb; box-shadow:inset 1px 0 5px #dfdfdf; border-radius:0;}
.home-layout1 .custom-select1 .select-items::-webkit-scrollbar-thumb { background:#a33493; border-radius:0;}
.home-layout1 .custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { cursor:pointer; font-size:14px; font-weight:500; letter-spacing:normal; line-height:normal; text-transform: none;}
.home-layout1 .custom-select1:after{display: none;}

.home-layout1 .enquiry-row1 .custom-select1 { width:24.33%; background:none; border:1px solid rgba(0,0,0,0.3); margin:0 0 0;}
.home-layout1 .enquiry-row1 .custom-select1 .select-selected { color:#232323; padding:13px 8.4% 13px 8.4%;}
.home-layout1 .enquiry-row1 .custom-select1 .select-selected:after { background:url(../images/down-black-white-plain-arrow.svg) no-repeat top / 100%; right:8.2%;}
.home-layout1 .enquiry-row1 .custom-select1 .select-items .scrollb div, .enquiry-row1 .custom-select1 .select-selected { font-size:15px; font-weight:400;}


.custom-about { width: 257px; float: left;  background: none;  border: 1px solid #496e6d78;  border-radius: 0;  transition: all 0.25s ease-out 0s;  margin: 0 0 0 9px;  position: relative;  height: inherit;}
.custom-about:first-child { margin-left: 0;}
.custom-about:hover { background: #496e6d; border-color: #496e6d78;}
.custom-about select {  display: none;}
.custom-about .select-hide { display: none;}
.custom-about .select-items { max-height: 138px; /*overflow-y: scroll;*/ background: #ffffff; position: absolute; top: 102%; left: 0;  right: 0;  z-index: 99;}
.custom-about .select-items .scrollb div { color: #496e6d;  transition: all 0.25s ease-out 0s; padding: 13px 24px 13px 24px;}
.custom-about .select-items .scrollb div:hover { color: #ffffff; background: #496e6d;}
.custom-about .select-selected { color: #496e6d;  transition: all 0.25s ease-out 0s;  padding: 15px 24px 14px 24px; text-transform: inherit;}
.custom-about:hover .select-selected {  color: #fff;}
.custom-about .select-selected:after { content: "";  width: 8px;  height: 5px;  background: url(../images/down-white-green-plain-arrow1.svg) no-repeat bottom / 100%;  transform: translateY(-50%);  transition: all 0.25s ease-out 0s;  margin: 0 0 0;  position: absolute;   top: 50%;   right: 22px;}
.custom-about:hover .select-selected:after { background: url(../images/down-white-green-plain-arrow1.svg) no-repeat top / 100%;}
.custom-about .select-items::-webkit-scrollbar { width: 6px;}
.custom-about .select-items::-webkit-scrollbar-track { background: #f1f1f1eb; box-shadow: inset 1px 0 5px #dfdfdf;  border-radius: 0;}
.custom-about .select-items::-webkit-scrollbar-thumb { background: #a33493; border-radius: 0;}
.custom-about .select-items .scrollb div, .custom-select1 .select-selected { cursor: pointer; font-size: 14px; font-weight: 500;   letter-spacing: normal;   line-height: normal;   text-transform: none;}
.custom-about:after {display: none;}


.innner-content-wrapp .drop-col1 .custom-select1 { width: 300px; background: none; border: 1px solid rgb(255 255 255 / 40%);}
.innner-content-wrapp .drop-col1 .custom-select1:hover { background: #fff;}
.innner-content-wrapp .drop-col1 .custom-select1 .select-items { background: #ffff;}
.innner-content-wrapp .drop-col1 .custom-select1 .select-items > div { color: #76b82a;}
.innner-content-wrapp .drop-col1 .custom-select1 .select-items > div:hover { color: #ffff; background: #76b82a;}
.innner-content-wrapp .drop-col1 .custom-select1:hover .select-selected { color: #76b82a;}
.innner-content-wrapp .drop-col1 .custom-select1:after{background: url(../images/down-white-green-plain-arrow.svg) no-repeat top / 100%;}
.innner-content-wrapp .drop-col1 .custom-select1:hover:after{background: url(../images/down-white-green-plain-arrow.svg) no-repeat bottom / 100%;}


/*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%;}


.home-layout1 .custom-select1 { width:100%; background:none; border-color:rgba(0, 0, 0, 0.3); margin:4.2% 0 0;}
.home-layout1 .custom-select1:first-child { margin-top:0;}
.home-layout1 .custom-select1 .select-selected { color:#232323;}
.home-layout1 .custom-select1 .select-selected:after { width:10px; background:url(../images/down-black-white-plain-arrow.svg) no-repeat top / 100%; margin:0 0 0; position:absolute; right:5%;}
.home-layout1 .custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:12px;}

.home-layout1 .enquiry-row1 .custom-select1 { width:100%; margin:0 0 4.2%;}
.home-layout1 .enquiry-row1 .custom-select1 .select-selected { padding:11px 5% 11px 5%;}
.home-layout1 .enquiry-row1 .custom-select1 .select-selected:after { right:5%;}
.home-layout1 .enquiry-row1 .custom-select1 .select-items .scrollb div, .enquiry-row1 .custom-select1 .select-selected { font-size:13px;}

.innner-content-wrapp .drop-col1 .custom-select1 .select-selected { color: #ffff;}
.innner-content-wrapp .drop-col1 .custom-select1 { width: 100%;}
.innner-content-wrapp .left .sidbuttons .custom-about { margin: 0 auto; float: none;}
.custom-about .select-selected { text-align: center;}
.custom-select1 .select-items .scrollb {height: 130px;}

}



@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%;}


.home-layout1 .custom-select1 { width:100%; background:none; border-color:rgba(0, 0, 0, 0.3); margin:4.2% 0 0;}
.home-layout1 .custom-select1:first-child { margin-top:0;}
.home-layout1 .custom-select1 .select-selected { color:#232323;}
.home-layout1 .custom-select1 .select-selected:after { width:10px; background:url(../images/down-black-white-plain-arrow.svg) no-repeat top / 100%; margin:0 0 0; position:absolute; right:5%;}
.home-layout1 .custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:12px;}

.home-layout1 .enquiry-row1 .custom-select1 { width:48%; margin:0 0 4.2%;}
.home-layout1 .enquiry-row1 .custom-select1:nth-child(2n) { float:right;}
.home-layout1 .enquiry-row1 .custom-select1 .select-selected { padding:11px 5% 11px 5%;}
.home-layout1 .enquiry-row1 .custom-select1 .select-selected:after { right:5%;}
.home-layout1 .enquiry-row1 .custom-select1 .select-items .scrollb div, .enquiry-row1 .custom-select1 .select-selected { font-size:13px;}


.innner-content-wrapp .drop-col1 .custom-select1 .select-selected { color: #ffff;}

.innner-content-wrapp .left .sidbuttons .custom-about { margin: 0 auto;  float: none;}
.custom-about .select-selected { text-align: center;}
.custom-select1 .select-items .scrollb {height: 130px;}

}



@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%;}


.home-layout1 .custom-select1 { width:100%; background:none; border-color:rgba(0, 0, 0, 0.3); margin:4.2% 0 0;}
.home-layout1 .custom-select1:first-child { margin-top:0;}
.home-layout1 .custom-select1 .select-selected { color:#232323;}
.home-layout1 .custom-select1 .select-selected:after { width:10px; background:url(../images/down-black-white-plain-arrow.svg) no-repeat top / 100%; margin:0 0 0; position:absolute; right:5%;}
.home-layout1 .custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:12px;}

.home-layout1 .enquiry-row1 .custom-select1 { width:48%; margin:0 0 4.2%;}
.home-layout1 .enquiry-row1 .custom-select1:nth-child(2n) { float:right;}
.home-layout1 .enquiry-row1 .custom-select1 .select-selected { padding:11px 5% 11px 5%;}
.home-layout1 .enquiry-row1 .custom-select1 .select-selected:after { right:5%;}
.home-layout1 .enquiry-row1 .custom-select1 .select-items .scrollb div, .enquiry-row1 .custom-select1 .select-selected { font-size:13px;}

.innner-content-wrapp .drop-col1 .custom-select1 .select-selected { color: #ffff;}
.custom-select1 .select-items .scrollb {height: 130px;}

}



@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:12px;}


.home-layout1 .custom-select1 { width:190px; margin:0 0 0 5px;}
.home-layout1 .custom-select1 .select-items .scrollb div { padding:13px 16px 13px 16px;}
.home-layout1 .custom-select1 .select-selected { padding:13px 16px 13px 16px;}
.home-layout1 .custom-select1 .select-selected:after { right:14px;}
.home-layout1 .custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:12px;}

.home-layout1 .enquiry-row1 .custom-select1 .select-selected { padding:11px 8.4% 11px 8.4%;}
.home-layout1 .enquiry-row1 .custom-select1 .select-items .scrollb div, .enquiry-row1 .custom-select1 .select-selected { font-size:13px;}

.innner-content-wrapp .drop-col1 .custom-select1 { width: 100%;}

}



@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:13px;}

.home-layout1 .custom-select1 { width:235px; margin:0 0 0 7px;}
.home-layout1 .custom-select1 .select-items div { padding:13px 20px 13px 20px;}
.home-layout1 .custom-select1 .select-selected { padding:13px 20px 13px 20px;}
.home-layout1 .custom-select1 .select-selected:after { right:18px;}
.home-layout1 .custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:13px;}

.home-layout1 .enquiry-row1 .custom-select1 .select-selected { padding:11px 8.4% 11px 8.4%;}
.home-layout1 .enquiry-row1 .custom-select1 .select-items .scrollb div, .enquiry-row1 .custom-select1 .select-selected { font-size:14px;}


.innner-content-wrapp .drop-col1 .custom-select1 { width: 100%;}

}



@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%;}

}