/* Register Detal */
.chosen-container-single{}
.chosen-container-single .chosen-single{
	border-radius: 3px !important;
	height: 37px !important;
	border-left: none !important;
	border-top: none !important;
	border-right: none !important;
}
select{
	border-left: none !important;
	border-top: none !important;
	border-right: none !important;
}

.chosen-container-single>a>span{height: 100%;line-height: 32px;}

/**Samsung Galaxy S8**/
@media only screen and (min-width: 360px) and (max-width: 767px) and (orientation : portrait) {
    input#terms {width: 30px !important; margin: -4px 0 0 0; height: 30px !important; }
}
@media only screen and (max-width: 767px) and (min-width: 360px) and (orientation : landscape) {
    input#terms {width: 30px !important; margin: -4px 0 0 0; height: 30px !important; }
}

@media only screen and (min-width : 1024px) and (max-width : 1366px) and (orientation : portrait) {
    input#terms {width: 30px !important; margin: -4px 0 0 0; height: 30px !important; }
}
@media only screen and (min-width : 1024px) and (max-width : 1366px) and (orientation : landscape) {
    input#terms {width: 30px !important; margin: -4px 0 0 0; height: 30px !important; }
}

/* iPads (portrait) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
    input#terms {width: 30px !important; margin: -4px 0 0 0; height: 30px !important; }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape)  {
    input#terms {width: 30px !important; margin: -4px 0 0 0; height: 30px !important; }
}


/* iPhone 5 ----------- */
@media only screen and (min-width: 320px) and (max-width: 568px) and (orientation : portrait){
    input#terms {width: 30px !important; margin: -4px 0 0 0; height: 30px !important; }
    .termsCond a { font-size: 13px; }
}

@media only screen and (min-width: 320px) and (max-width: 568px) and (orientation : landscape){
    input#terms {width: 30px !important; margin: -4px 0 0 0; height: 30px !important; }
}

/* iPhone 6, 7, 8 ----------- */
@media only screen and (min-width: 375px) and (max-width: 667px) and (orientation : portrait){
    input#terms {width: 30px !important; margin: -4px 0 0 0; height: 30px !important; }
}
@media only screen and (min-width: 375px) and (max-width: 667px) and (orientation : landscape){
    input#terms {width: 30px !important; margin: -4px 0 0 0; height: 30px !important; }
}

/* iPhone 6+, 7+, 8+ ----------- */
@media only screen and (min-width : 414px) and (max-width : 736px) and (orientation : portrait) {
    input#terms {width: 30px !important; margin: -4px 0 0 0; height: 30px !important; }
}

@media only screen and (min-width : 414px) and (max-width : 736px) and (orientation : landscape){
    input#terms {width: 30px !important; margin: -4px 0 0 0; height: 30px !important; }
}




