.nice_mjg_search, .nice_mjg_search_mobile{
  width: 100%;
  display:block;
  background-color: var(--e-global-color-secondary )!important;
  padding: 20px;
  margin:0;
  text-align: center;
  font-size: 1rem;
}
.nice_mjg_search_mobile{
    padding: 0 20px 20px 20px;
}

.nice_mjg_search::-ms-expand, .nice_mjg_search_mobile::-ms-expand {
  display: none;
}
.nice_mjg_search form, .nice_mjg_search_mobile form{
  padding:0;
  margin:0 auto;
 /* display: flex;
  flex-wrap: nowrap;*/
  max-width: 1000px;
}

.nice_mjg_search fieldset{
  margin: 20px auto;
  padding: 0px;
  border:none;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 260px;
  box-shadow: 0px 0px 17px rgba(0,0,0,0.2);
  border-radius: 40px;  
  width: 100%;
  background: white;
  clear: both;
}

.nice_mjg_search_mobile fieldset{
  margin: 20px auto 20px auto;
  padding: 0px;
  border:none;
  display: block;
  width: 100%;
  clear: both;
}

.nice_mjg_search fieldset:hover{
  box-shadow: 2px 2px 17px rgba(0,0,0,0.42);
}

.nice_mjg_search input, .nice_mjg_search_mobile input{
  border:none!important;
  height: 32px!important;
  padding: 24px 20px 24px 12px!important;
  margin: 0 0 0 15px;
  width: 100%!important;
  font-size: 1rem!important;
}
.nice_mjg_search_mobile input{
    margin: 0 15px;
}

.nice_mjg_search input.search_term{
  border-radius: 40px 0px 0px 40px!important;
  -moz-border-radius: 40px 0px 0px 40px!important;
  -webkit-border-radius: 40px 0px 0px 40px!important;
  border: none!important;
  outline: none!important;
  background-color: white!important;
}
.nice_mjg_search input.search_term:hover,
.nice_mjg_search input.search_term:focus,
.nice_mjg_search input.search_term:focus-visible,
.nice_mjg_search_mobile input.search_term:hover,
.nice_mjg_search_mobile input.search_term:focus,
.nice_mjg_search_mobile input.search_term:focus-visible{
  border:none;
  outline: none;
}

.nice_mjg_search_mobile input.search_term{
  border-radius: 40px!important;
  -moz-border-radius: 40px!important;
  -webkit-border-radius: 40px!important;
  border: none!important;
  border-radius: 40px;  
  outline: none!important;
  background-color: white!important;
  margin: 0;
  font-size: 1rem!important;
  letter-spacing: -0.6px;
  word-spacing: 2px;
}

.nice_mjg_search  .separator{
  flex-shrink: 0;
  border-right: solid 1px #CDCDCD;
  margin: 10px 0;
}

.nice_mjg_search button.search_submit, .nice_mjg_search_mobile button.search_submit{
  padding: 13px 15px 13px 10px; 
  margin:5px;
  flex-shrink: 0;
  width: 150px;
  height: 100%;
  color:white;
  font-size: 1rem;
  border-radius: 40px 40px 40px 40px;
  -moz-border-radius: 40px 40px 40px 40px;
  -webkit-border-radius: 40px 40px 40px 40px;
  border: 0px solid #000000;
  background-color: var(--e-global-color-secondary);
  cursor: pointer;
}

.nice_mjg_search_mobile button.search_submit{
    /*color:#09193B;
    background-color: white;*/
    border: solid 1px rgba(255,255,255,0.5);
    margin: 0px;
    width: 100%;
    font-size: 1rem;
}

button.search_submit:hover{
    color: var(--e-global-color-secondary) !important;
    background-color: var(--e-global-color-accent) !important;
}

.nice_mjg_search input.search_submit:focus,
.nice_mjg_search_mobile input.search_submit:focus{
  outline: none;
}
.nice_mjg_search input.search_submit::-ms-expand,
.nice_mjg_search_mobile input.search_submit::-ms-expand{
  display: none;
}

 .nice_mjg_search .select,  .nice_mjg_search_mobile .select {
   cursor: pointer;
   display: flex;
   position: relative;
   font-size: 1rem;
   color: #fff;
   flex-shrink: 0;
   width: 270px;
}
 .nice_mjg_search_mobile .select { margin: 10px 0; border-radius: 40px; width: 100%;}
 
 .nice_mjg_search select, .nice_mjg_search_mobile select {
     display: none;
}


 .nice_mjg_search .custom-select, .nice_mjg_search_mobile .custom-select {
     font-size: 1rem;
     background-color: #fff;
     color: #9E9E9E;
     padding: 0px 15px 0px 40px;
     display: flex;
     align-items: center;
     text-align: left;
     justify-content: left;
     -moz-transition: all 0.2s ease-in;
     -o-transition: all 0.2s ease-in;
     -webkit-transition: all 0.2s ease-in;
     transition: all 0.2s ease-in;
     flex-shrink: 0;
     color: var(--e-global-color-secondary);
     font-family: "Lexend", Sans-serif;
     font-weight: 400;
     line-height: 1.2em;
     /*letter-spacing: 0.1em;
     word-spacing: 0.1em;*/
     width: 200px;
     /*height: 56px;*/
     inline-size: 235px; 
     overflow: hidden;
     text-overflow: ellipsis;
}

.nice_mjg_search_mobile .custom-select {
    border-radius:40px;
    width:100%!important;
    font-size: 1rem;
    height: 44px;
}

 .nice_mjg_search .custom-select:before, .nice_mjg_search_mobile .custom-select:before {
     content: "";
     width: 0;
     height: 0;
     border: 7px solid transparent;
     border-color:#9E9E9E transparent transparent transparent;
     position: absolute;
     top: 23px;
     left: 13px;
     transform: rotateZ(0deg);
     transition: all 0.5s;
     transform-origin: 50% 25%;
}

.nice_mjg_search_mobile .custom-select:before {
     top: 20px;
     left: 14px;
}

/*.custom-select:hover {
     background-color: #b83729;
}
*/
 .nice_mjg_search .custom-select:active, .custom-select.active {
     background-color: #fff;
     color: #9E9E9E;
   
}
 .nice_mjg_search .custom-select:active:before, .nice_mjg_search .custom-select.active:before,
 .nice_mjg_search_mobile .custom-select:active:before, .nice_mjg_search_mobile .custom-select.active:before{
     transform: rotateZ(180deg);
     transition: all 0.5s;
     transform-origin: 50% 25%;
}
 .nice_mjg_search .custom-select:focus{
    outline: 2px;
}
 .nice_mjg_search .select-options,  .nice_mjg_search_mobile .select-options {
     max-height: 200px;
     overflow-y: auto;
     display: none;
     position: absolute;
     top: 100%;
     right: 0;
     left: 0;
     z-index: 999;
     margin: 0;
     padding: 0;
     list-style: none;
     font-size: 1rem;
     background-color: #FFFFFF;
     border-radius: 0px 0px 5px 5px;
   box-shadow: 0px 0px 17px rgba(0,0,0,0.2);
}

.nice_mjg_search_mobile .select-options {
    border-radius: 10px;
    margin: 0 auto;
}

 .nice_mjg_search .select-options li,  .nice_mjg_search_mobile .select-options li {
     color: #424242;
     margin: 0;
     padding: 7px 0 7px 5px;
    /* text-indent: 15px;
    */
    /* border-top: 1px solid #AED581;
    */
     -moz-transition: all 0.15s ease-in;
     -o-transition: all 0.15s ease-in;
     -webkit-transition: all 0.15s ease-in;
     transition: all 0.15s ease-in;
     padding-left: 5px;
     color: var(--e-global-color-secondary );
     font-family: "Lexend", Sans-serif;
     font-weight: 400;
     line-height: 1em;
     font-size: 1.3rem;
     text-align:left!important;
}

.nice_mjg_search_mobile .select-options li {
    padding-left: 15px;
}
 .nice_mjg_search .select-options li:hover,  .nice_mjg_search_mobile .select-options li:hover {
     color: #424242;
     background: #CCC;
}
 .nice_mjg_search .select-options li[rel="hide"],  .nice_mjg_search_mobile .select-options li[rel="hide"], {
     display: none;
}
 ::-webkit-scrollbar {
     width: 10px;
     background-color: #F5F5F5;
     border-radius: 0 0 5px 0;
}
 ::-webkit-scrollbar-thumb {
     border-radius: 10px;
     background-color:#9E9E9E;
}

.header_btn{
    font-family: "Lexend", Sans-serif;
    font-size: 1rem!important;
    font-weight: 400!important;
    line-height: 1.2em!important;
    fill: #09193B!important;
    color: var(--e-global-color-secondary )!important;
    background-color: #E0CA4B!important;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #09193B;
    border-radius: 200px 200px 200px 200px!important;
    padding: 5px 25px 5px 20px!important;
    margin: 0 auto;
    max-width: 1000px;
    line-height: 1.65em;
     letter-spacing: 0.1em;
     word-spacing: 0.1em;
}
.header_btn:hover{
    font-family: "Lexend", Sans-serif!important;
    font-size: 1rem!important;
    font-weight: 400!important;
    line-height: 1.3em!important;
    fill: #09193B!important;
    color: white !important;
    background-color: var(--e-global-color-secondary )!important;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #09193B;
    border-radius: 200px 200px 200px 200px!important;
    padding: 5px 25px 5px 20px!important;
}

.expert_button, .expert_button:hover, .expert_button:active {
  border-radius: 40px!important;
  border-color: var(--e-global-color-secondary );
  border-width: 1px!important;
  border-style: solid!important;
  -moz-border-radius: 40px!important;
  -webkit-border-radius: 40px!important;
  padding: 13px 15px 13px 15px!important;
  max-width: 1000px;
  margin-top: 20px;
}

.expert_button .elementor-button-text{
    color: var(--e-global-color-secondary )!important;
    font-size: 1rem;
}

.expert_button:hover, .expert_button:active {
    background-color: var(--e-global-color-secondary )!important;
    color: var(--e-global-color-accent )!important;
    border-color: var(--e-global-color-accent )!important;
}

.expert_button:hover .elementor-button-text, .expert_button:active .elementor-button-text, .expert_button:focus .elementor-button-text{
    color: var(--e-global-color-accent )!important;
    font-size: 1rem;
}

.nice_mjg_search_mobile .expert_button, .nice_mjg_search_mobile .expert_button:hover, .nice_mjg_search_mobile .expert_button:active {
    
}