@charset "utf-8";



/* CSS Document */

.custom-row1 { width:auto; float:right; background:#ffffff; border-radius:4px; padding:6px 6px 6px 24px; margin:0 0 0;}

.select-hide { display:none;}

.custom-text1 { float:left; color:#002a5d; letter-spacing:0; line-height:25px; margin:15px 20px 0 0;}

.custom-select1 { width:266px; height:52px; float:right; text-align:left; background:#002a5d; border:1px solid #002a5d; border-radius:4px; transition:all 0.25s ease-out 0s; margin:0 0 0; position:relative;}

.custom-select1:hover { background:#ffffff; border:1px solid #002a5d;}

.custom-select1:hover .select-selected { color:#002a5d;}

.custom-select1 select { display:none;}

.custom-select1 .select-selected:after { content:""; width:17px; height:18px; background:url(../images/down-white-arrow.svg) no-repeat center / 100%; transform:translateY(-50%); position:absolute; top:50%; right:15px;}

.custom-select1:hover .select-selected:after { background:url(../images/down-blue-arrow.svg) no-repeat center / 100%;}

.select-items { background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}

.select-items div { color:#002a5d; padding:10px 18px;}

.select-items div:hover { color:#ffffff; background:#002a5d;}

.select-selected { color:#ffffff; padding:19px 16px 16px 16px;}

.select-items div, .select-selected { cursor:pointer; font-size:14px; letter-spacing:0;}

.custom-text1, .select-items div, .select-selected { font-size:12px; letter-spacing:1.4px; text-transform:uppercase; font-family: 'Exo 2', sans-serif; font-weight: 700;}



.getins-wrapp .custom-select1 { width:100%; height:52px; text-align:center; background:#ffffff; border:1px solid #002a5d; margin:0 0 15px;}

.getins-wrapp .custom-select1:hover { background:#002a5d; border:1px solid #002a5d;}

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

.getins-wrapp .select-selected { color:#002b5d; padding:19px 2% 16px 2%;}

.getins-wrapp .custom-select1 .select-selected:after { background:url(../images/down-blue-arrow.svg) no-repeat center / 100%; right:5%;}

.getins-wrapp .custom-select1:hover .select-selected:after { background:url(../images/down-white-arrow.svg) no-repeat center / 100%;}

.getins-wrapp custom-text1, .getins-wrapp .select-items div, .getins-wrapp .select-selected { font-size:13px; letter-spacing:2.4px;}



.sidbar-wrapp .custom-select1 { width:100%; height:52px; text-align:center; background:none; border:1px solid #002a5d; margin:0 0 15px;}

.sidbar-wrapp .custom-select1:hover { background:#002a5d; border:1px solid #002a5d;}

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

.sidbar-wrapp .select-selected { color:#002b5d; padding:19px 2% 16px 2%;}

.sidbar-wrapp .custom-select1 .select-selected:after { background:url(../images/down-blue-arrow.svg) no-repeat center / 100%; right:5%;}

.sidbar-wrapp .custom-select1:hover .select-selected:after { background:url(../images/down-white-arrow.svg) no-repeat center / 100%;}

.sidbar-wrapp custom-text1, .sidbar-wrapp .select-items div, .sidbar-wrapp .select-selected { font-size:13px; letter-spacing:2.4px;}



/*Smartphone css*/

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

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

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

.custom-select1 { width:100%; height:49px; text-align:center; border:1px solid #8095ae; margin:0 0 0; position:relative; z-index:999;}

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

.select-selected { padding:17px 5% 16px 5%;}

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

.getins-wrapp custom-text1, .getins-wrapp .select-items div, .getins-wrapp .select-selected { font-size:11.5px; letter-spacing:2px;}

} 



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

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

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

.custom-select1 { width:100%; height:49px; text-align:center; border:1px solid #8095ae; margin:0 0 0; position:relative; z-index:999;}

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

.select-selected { padding:17px 5% 16px 5%;}

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

.getins-wrapp custom-text1, .getins-wrapp .select-items div, .getins-wrapp .select-selected { font-size:11.5px; letter-spacing:2px;}

}



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

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

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

.custom-select1 { width:100%; height:49px; text-align:center; border:1px solid #8095ae; margin:0 0 0; position:relative; z-index:999;}

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

.select-selected { padding:17px 5% 16px 5%;}

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

.getins-wrapp .custom-select1 { width:48%; margin:0 0 0;}

.getins-wrapp custom-text1, .getins-wrapp .select-items div, .getins-wrapp .select-selected { font-size:11.5px; letter-spacing:2px;}

}



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

.custom-row1 { padding:6px 6px 6px 18px;}

.custom-text1 { margin:14px 14px 0 0;}

.custom-select1 { width:206px; height:48px;}

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

.getins-wrapp .custom-select1 { height:48px; margin:0 0 9px;}

.getins-wrapp .select-selected { padding:17px 2% 16px 2%;}

.getins-wrapp custom-text1, .getins-wrapp .select-items div, .getins-wrapp .select-selected { font-size:10.5px; letter-spacing:1.6px;}

}



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

.custom-row1 { padding:6px 6px 6px 21px;}

.custom-text1 { margin:14px 17px 0 0;}

.custom-select1 { width:236px; height:50px;}

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

.getins-wrapp .custom-select1 { height:50px; margin:0 0 12px;}

.getins-wrapp .select-selected { padding:18px 2% 16px 2%;}

.getins-wrapp custom-text1, .getins-wrapp .select-items div, .getins-wrapp .select-selected { font-size:11.5px; letter-spacing:2px;}

}



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



}