.cms-header-right .search-icon { position: relative; display: inline-block;}
.cms-search-box { background: transparent; position: absolute; top: 0; right: -40px; z-index: 99; width: auto; height: 100%; white-space: nowrap; display: none; align-items: center; padding: 10px 0px;}
.cms-search-box form { display: flex; align-items: center; height: 100%; margin: 0;}
.cms-search-box .cms-txt { background: #fff; color: #333; height: 40px; padding: 0 8px; font-size: 16px; width: 400px; outline: none; border-radius: 3px 0 0 3px;}
.cms-search-box .cms-txt::placeholder { color: rgba(255,255,255,0.7);}
.cms-search-box .cms-btn { transition: none; border: none;  background: #fff; color: #000;  width: auto; height: 40px; padding: 0 30px; cursor: pointer; font-size: 16px; font-weight: bold; border-radius: 0 3px 3px 0;}
.cms-search-box .cms-btn:hover{ background: #f5f5f5; color: #003056;}
#cms-search-box #cms-close-btn { color: #fff; font-size: 20px; text-decoration: none;  width: 40px; background: transparent; line-height: 40px;}
#cms-search-box #cms-close-btn:hover { opacity: 0.7;}