@charset "utf-8";



/* CSS Document */

.custom-row1 { width:auto; float:left; margin:0 6px 0 0;}

.select-hide { display:none;}

.custom-text1 { float:left; color:#000000; line-height:26px; margin:6px 18px 0 0;}

.custom-select1 { width:304px; height:38px; float:left; text-align:left; background:none; border:1px solid rgba(255,255,255,0.45); border-radius:40px; transition:all 0.25s ease-out 0s; margin:0 0 0; position:relative; background:url(../images/custom-arrow1.svg) no-repeat 137% 50%/ 50% 20%; }

.custom-select1:hover { background:#ffffff; border:1px solid #20449c; background: #ffffff url(../images/custom-arrow11.svg) no-repeat 137% 50%/ 50% 20%;}

.custom-select1:hover .select-selected { color:#20449c;}

.custom-select1 select { display:none;}

/*
.custom-select1:after { content:""; width:14px; height:7px; background:url(../images/custom-arrow1.svg) no-repeat center / 100% 100%; transform:translateY(-50%); position:absolute; top:50%; right:4.4%;}

.custom-select1:hover:after { background:url(../images/custom-arrow11.svg) no-repeat center / 100% 100%;}
*/
.select-items { background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99; max-height: 114px; overflow-y: scroll;}
.header-wrapp .select-items{
	max-height: 193px;
}

.select-items div { color:#20449c; padding:10px 18px;}

.select-items div:hover { color:#ffffff; background:#20449c;}

.select-selected { color:#ffffff; padding:8px 8% 10px 6%;}

.select-items div, .select-selected { cursor:pointer;}

.custom-text1, .select-items div, .select-selected { font-size:14px; letter-spacing:0.4px;}

.social-wrapp .custom-select1 { width:236px; height:41px; border:1px solid rgba(0,0,0,0.20);  background: #fff;}

.social-wrapp .custom-select1:hover { background:#000000; border:1px solid #000000;}

.social-wrapp .custom-select1:hover .select-selected { color:#ffffff;}

.social-wrapp .custom-select1:after {content:""; width:14px; height:7px; background:url(../images/custom-arrow2.svg) no-repeat center / 100% 100%; right:16px; transform:translateY(-50%); position:absolute; top:50%;}

.social-wrapp .custom-select1:hover:after { background:url(../images/custom-arrow22.svg) no-repeat center / 100% 100%;}

.social-wrapp .select-selected { color:#000000; padding:10px 26px 10px 19px;}

.flinks-wrapp .custom-select1 { width:304px; height:38px; border:1px solid rgba(0,0,0,0.20); background: #fff url(../images/custom-arrow2.svg) no-repeat 137% 50%/ 50% 20%; position: relative;}

.flinks-wrapp .custom-select1:hover { border:1px solid #000000; background: #000000 url(../images/custom-arrow22.svg) no-repeat 137% 50%/ 50% 20%;}

.flinks-wrapp .custom-select1:hover .select-selected { color:#ffffff; }
/*
.flinks-wrapp .custom-select1:after { background:url(../images/custom-arrow2.svg) no-repeat center / 100% 100%; right:16px; content:""; width:14px; height:7px; transform:translateY(-50%); position:absolute; top:50%;}

.flinks-wrapp .custom-select1:hover:after { background:url(../images/custom-arrow22.svg) no-repeat center / 100% 100%;}
*/

.flinks-wrapp .select-selected { color:#000000; padding:10px 8.8% 10px 6.2%;}
 

 /*newhomestyle*/
.newhomestyle.header-wrapp .custom-select1 {width: 250px; border: 1px solid rgba(0,0,0,0.4); height: 46px; background: #ffffff;}
.newhomestyle.header-wrapp .custom-select1 .select-selected {padding: 11px 8% 11px 6%; color: #000000; letter-spacing: normal; border-radius: 40px; transition: all 0.25s ease-in; height: 100%;}
.newhomestyle.header-wrapp .custom-select1 * {font-family: "Jost", sans-serif;}
.newhomestyle.header-wrapp .custom-select1 .select-selected ,.newhomestyle.header-wrapp .custom-select1 .select-items > div {font-size: 15px;}
.newhomestyle.header-wrapp .custom-row1 {margin: 0 12px 0 0;}
.newhomestyle.header-wrapp .custom-select1:hover .select-selected {background: #24489e; color: #ffffff;}
.newhomestyle.header-wrapp .custom-select1:hover {border-color: #20449c;}
.newhomestyle.header-wrapp .custom-select1 .select-selected:after {content: ""; width: 9px; height: 5px; background: url(../images/drop-icon.png) no-repeat center / 100%; position: absolute; right: 4%; top: 50%; transform: translateY(-50%);}

/*Smartphone css*/

@media screen and (max-width: 480px) {

.custom-row1 { width:100%; margin:0 0 4.2%;}

.custom-text1 { width:100%; margin:0 0 12px;}

.custom-select1 { width:100%; height:37px; text-align:center; background: #20449c url(../images/custom-arrow1.svg) no-repeat 137% 50%/ 50% 20%;  border:1px solid #20449c; border-radius:40px; margin:0 0 0;}

.custom-select1:after { right:5%;}

.custom-text1, .select-items div, .select-selected { font-size:12px;}

.social-wrapp .custom-select1 { width:100%; height:37px; background:#ffffff; border:1px solid rgba(0,0,0,0.20); margin:0 0 0;}

.social-wrapp .custom-select1:after { right:5%;}

.flinks-wrapp .custom-select1 { width:100%; height:37px; background: #fff url(../images/custom-arrow2.svg) no-repeat 137% 50%/ 50% 20%; border:1px solid rgba(0,0,0,0.20); margin:0 0 4.2%;}

.flinks-wrapp .custom-select1:after { right:5%;}

.newhomestyle.header-wrapp .custom-select1 {width: 100%; height: 44px;}
.newhomestyle.header-wrapp .custom-select1 .select-selected, .newhomestyle.header-wrapp .custom-select1 .select-items > div {font-size: 13px;}
.newhomestyle.header-wrapp .header-mob3 .custom-row1 {margin: 0 0 4.2%;}

} 



@media screen and (min-width:481px) and (max-width:600px) {

.custom-row1 { width:100%; margin:0 0 4.2%;}

.custom-text1 { width:100%; margin:0 0 12px;}

.custom-select1 { width:100%; height:37px; text-align:center; background: #20449c url(../images/custom-arrow1.svg) no-repeat 137% 50%/ 50% 20%;  border:1px solid #20449c; border-radius:40px; margin:0 0 0;}

.custom-select1:after { right:5%;}

.custom-text1, .select-items div, .select-selected { font-size:12px;}

.social-wrapp .custom-select1 { width:100%; height:37px; background:#ffffff; border:1px solid rgba(0,0,0,0.20); margin:0 0 0;}

.social-wrapp .custom-select1:after { right:5%;}

.flinks-wrapp .custom-select1 { width:100%; height:37px; background: #fff url(../images/custom-arrow2.svg) no-repeat 137% 50%/ 50% 20%; border:1px solid rgba(0,0,0,0.20); margin:0 0 4.2%;}

.flinks-wrapp .custom-select1:after { right:5%;}

.newhomestyle.header-wrapp .custom-select1 {width: 100%; height: 44px;}
.newhomestyle.header-wrapp .custom-select1 .select-selected, .newhomestyle.header-wrapp .custom-select1 .select-items > div {font-size: 13px;}
.newhomestyle.header-wrapp .header-mob3 .custom-row1 {margin: 0 0 4.2%;}

}



@media screen and (min-width:601px) and (max-width:767px) {

.custom-row1 { width:100%; margin:0 0 4.2%;}

.custom-text1 { width:100%; margin:0 0 12px;}

.custom-select1 { width:100%; height:37px; text-align:center; background: #20449c url(../images/custom-arrow1.svg) no-repeat 137% 50%/ 50% 20%;   border:1px solid #20449c; border-radius:40px; margin:0 0 0;}

.custom-select1:after { right:5%;}

.custom-text1, .select-items div, .select-selected { font-size:12px;}

.social-wrapp .custom-select1 { width:100%; height:37px; background:#ffffff; border:1px solid rgba(0,0,0,0.20); margin:0 0 0;}

.social-wrapp .custom-select1:after { right:5%;}

.flinks-wrapp .custom-select1 { width:100%; height:37px; background: #fff url(../images/custom-arrow2.svg) no-repeat 137% 50%/ 50% 20%; border:1px solid rgba(0,0,0,0.20); margin:0 0 4.2%;}

.flinks-wrapp .custom-select1:after { right:5%;}

.newhomestyle.header-wrapp .custom-select1 {width: 100%; height: 44px;}
.newhomestyle.header-wrapp .custom-select1 .select-selected, .newhomestyle.header-wrapp .custom-select1 .select-items > div {font-size: 13px;}
.newhomestyle.header-wrapp .header-mob3 .custom-row1 {margin: 0 0 4.2%;}

}



@media screen and (min-width:768px) and (max-width:900px) {

.custom-row1 { width:auto; margin:0 4px 0 0;}

.custom-text1 { margin:6px 12px 0 0;}

.custom-select1 { width:264px; height:37px;}

.custom-text1, .select-items div, .select-selected { font-size:12px; padding: 9px 8% 10px 6%;}

.social-wrapp .custom-select1 { width:196px; height:37px;}

.flinks-wrapp .custom-select1 { width:264px; height:37px;}

.newhomestyle.header-wrapp .custom-row1 {margin: 0 8px 0 0;}
.newhomestyle.header-wrapp .custom-select1 {width: 183px; height: 42px;}
.newhomestyle.header-wrapp .custom-select1 .select-selected, .newhomestyle.header-wrapp .custom-select1 .select-items > div {font-size: 12px;}
.header-wrapp .select-items {
    max-height: 172px;
}

}



@media screen and (min-width:901px) and (max-width:1024px) {

.custom-row1 { width:auto; margin:0 5px 0 0;}

.custom-text1 { margin:6px 15px 0 0;}

.custom-select1 { width:284px;}

.social-wrapp .custom-select1 { width:216px;}

.flinks-wrapp .custom-select1 { width:284px;}

.custom-text1, .select-items div, .select-selected { font-size:13px;}

.newhomestyle.header-wrapp .custom-select1 {width: 186px;}

.newhomestyle.header-wrapp .custom-select1 .select-items > div {font-size: 12px;}

.header-wrapp .select-items {max-height: 177px;}


}



@media screen and (min-width:1025px) and (max-width:1240px) {

.newhomestyle.header-wrapp .custom-select1 {width: 220px;}
.newhomestyle.header-wrapp .custom-select1 .select-selected, .newhomestyle.header-wrapp .custom-select1 .select-items > div {font-size: 14px;}

}


@media(max-width:767px){  

	.custom-row1 { position: relative; z-index: 9;}
	.flinks-wrapp .custom-select1  { position: relative; z-index: 9;}
	.header-wrapp .select-items {max-height: 168px;}

}