@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap');
*{
  margin: 0;
  padding: 0;
  user-select: none;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
    outline: none;
}
.btn{
    position: absolute;
    top: 12%;
    left: 2%;
    height: 45px;
    width: 45px;
    text-align: center;
    background-color: forestgreen;
    border-radius: 3px;
    cursor: pointer;
    height:auto;
    z-index: 999;
    
    

    
}



@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body{
  background: #f2f2f2;
  font-family: 'Open Sans', sans-serif;
}

.search{
    
    position: relative;
    display: flex;
    margin-left: -500px!important;
    margin-right -400px !important;
    height: 25px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.searchTerm {
    border: 3px solid forestgreen;
  border-right: none;
  padding: 5px;
  height: 143%;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #9DBFAF;
    width: 400px;
    margin-left: 50px;
    
        
}
.textheader{
   color: white;
    font-size: 15px;
    font-weight: 600;
    line-height: 65px;
    text-align: center;
    background-color: forestgreen;
    letter-spacing: 1px; 
}

.searchTerm:focus{
  color: green;
}

.searchButton {

  width: 40px;
  height: 36px;
  border: 1px green;
  background-color: green;
  
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
    display:inline-block;
   
}

/*Resize the wrap to see the search bar change!*/
.wrap{
  width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sticky-top{
  position: fixed;
  top: 0;
  width: 100%;
}


.orderedlists{
    margin-left: 5%;
    margin-right: 3rem;
}
.subtopics{
    font-size: 25px;
}

.form-control{
    margin-right: 10px;
}
.btn.click{
    

    left: 260px;
}
.btn span{
  color: white;
  font-size: 28px;
  line-height: 45px;
}
.btn.click span:before{
  content: '\f00d';
}
.content{
    margin-left: 19% !important;
    font-size: 20px;
}
.sidebar{
    position: fixed;
    width: 250px;
    height: 100%;
    
    background-color: forestgreen;
    
    overflow-y: scroll;
    z-index: 999;
}
.sidebar.show{
  left: 0px;
z-index: 999;
}
.sidebar .text{
    color: white;
    font-size: 14px;
    font-weight: 600;
    line-height: 65px;
    text-align: center;
    background-color: forestgreen;
    letter-spacing: 1px;
    overflow-y: scroll;
    z-index: 999;
}
nav ul{
  background-color: forestgreen;
  height: 100%;
  width: 100%;
  list-style: none;
}
nav ul li{
  line-height: 60px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

nav ul li a{
  position: relative;
  color: white;
  text-decoration: none;
  font-size: 16px;
  padding-left: 40px;
  font-weight: 500;
  display: block;
  width: 100%;
  border-left: 1px solid transparent;
}

nav ul li.active a{
  color: white;
  background-color: forestgreen;
  border-left-color: black;
}
nav ul li a:hover{
  background-color: forestgreen !important;
}
#margins{
    margin-left: -13px;
    background-color: forestgreen !important;
}
nav ul ul{
  position: static;
  display: none;
    overflow-y:scroll;
}
nav ul .taxes-show.show{
    display: block;
    text-align: left;
    transition: bottom 1s ease;
    
}
#sections{
    font-size: 15.5px;
}

nav ul .investment-show.show1{
    display: block;
    text-align: left;
    transition: height 0.4s ease-in-out; 
     z-index: 1000000;
}
nav ul .retirement-show.show2{
    display: block;
    text-align: left;
    transition: height 0.4s ease-in-out; 
     z-index: 1000000;
}
.overflow{
    overflow-y: scroll;
    text-overflow: clip;
    padding-left: 0 !important;
    
    z-index: 1000000;
}
overflow: hover{
    color:forestgreen !important;
}
nav ul .education-show.show3{
    
    display: block;
    text-align: left;
    transition: height 0.4s ease-in-out; 
    z-index: 1000000;
}
nav ul .insurance-show.show4{
    display: block;
    text-align: left;
    transition: height 0.4s ease-in-out; 
    z-index: 1000000;
}
nav ul .estate-show.show5{
    display: block;
    text-align: left;
    transition: height 0.4s ease-in-out; 
    z-index: 1000000;
}nav ul .business-show.show6{
    display: block;
    text-align: left;
    transition: height 0.4s ease-in-out;
    z-index: 10000000;
}
nav ul ul li{
  line-height: 42px;
  border-top: none;
}
nav ul ul li a{
  font-size: 17px;
  color: #e6e6e6;
  padding-left: 5%;
}
nav ul li.active ul li a{
  color: #e6e6e6;
  background-color: ;
  border-left-color: transparent;
}
nav ul ul li a:hover{
  color: cyan!;!important
  background-color: forestgreen;
}
nav ul li a span{
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 22px;
    transition: height 0.4s ease-in-out; 
    
}
nav ul li a span.rotate{
    transform: translateY(-50%) rotate(-180deg);
    transition: rotate 0.3s ease;
    
}


.titleheader{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 45px;
    
}
    




div#google_translate_element div.goog-te-gadget-simple{background-color:green;}
div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span{color:yellow}
div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span:hover{color:#fff}









.bottomline{
    width:50%;
    left:50%;
}


.content .header{
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    
    
    left:50%;
    font-family: 'PT Sans', sans-serif;
    
    
}
.box3{
    border-left:"1rem"
}
.h4{
    font-size: 10px !important;
}
.title2{
    border-left: 15px;
}
.taxsmart{
    right: 10px;
}
#box2header{
    font-size:25px;
    margin-right: .3rem;
}
.box2line3{
    margin-right: 2rem;
}
.content {
    position: static;
}
.box3line2{
    margin-left: 2rem;
}
#fontt {
    font-size: 12.5px;
    text-align: center;

}



@media (max-width: 1218px){
    $el{
        margin: 0 !important;
    }
    
    #titletax{
        font-size: 19px !important;
        
    }
    .picture1{
        height: auto;
        
    }
    *{
  margin: 0;
  padding: 0;
  user-select: none;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}


.btn{
    position: fixed !important;
    top: -10px;
    left: -2%;
    height: 105px;
    width: 105px;
    text-align: center;
    background-color: white;
    border-radius: 1px;
    cursor: pointer;
    height:auto;
    z-index:1099;
    
    
}



.btn.click{
    

    left: 1px;
    transition: left 0.4s ease;
}
.btn span{
  color: green;
  font-size: 28px;
  line-height: 65px;
}
.btn.click span:before{
    content: '\f00d';
    transition: left 0.4 ease;

}

.sidebar{
    position:fixed;
    width: 250px;
    height: 100%;
    left: -250px;
    background-color: forestgreen;
    transition: left 0.4s ease;
    overflow-y: scroll;
    z-index: 999;
}
.sidebar.show{
  left: 0px;
}
.sidebar .text{
    color: white;
    font-size: 15px;
    font-weight: 600;
    line-height: 65px;
    text-align: center;
    background-color: forestgreen;
    letter-spacing: 1px;
}
.footer{
    text-align: center;
}

nav ul{
  background-color: forestgreen;
  height: 100%;
  width: 100%;
  list-style: none;
}
nav ul li{
  line-height: 60px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

nav ul li a{
  position: relative;
  color: white;
  text-decoration: none;
  font-size: 18px;
  padding-left: 40px;
  font-weight: 500;
  display: block;
  width: 100%;
  border-left: 3px solid transparent;
}
nav ul li.active a{
  color: white;
  background-color: forestgreen;
  border-left-color: black;
}
nav ul li a:hover{
  background-color: forestgreen;
}
nav ul ul{
  position: static;
  display: none;
}
nav ul .taxes-show.show{
    display: block;
    text-align: left;
    transition: bottom 1s ease;
    
}
nav ul .investment-show.show1{
    display: block;
    text-align: left;
    transition: height 0.4s ease-in-out; 
}
nav ul .retirement-show.show2{
    display: block;
    text-align: left;
    transition: height 0.4s ease-in-out; 
}
nav ul .education-show.show3{
    
    display: block;
    text-align: left;
    transition: height 0.4s ease-in-out; 
}
nav ul .insurance-show.show4{
    display: block;
    text-align: left;
    transition: height 0.4s ease-in-out; 
}
nav ul .estate-show.show5{
    display: block;
    text-align: left;
    transition: height 0.4s ease-in-out; 
}
nav ul ul li{
  line-height: 42px;
  border-top: none;
}
nav ul ul li a{
  font-size: 17px;
  color: #e6e6e6;
  padding-left: 10%;
}
nav ul li.active ul li a{
  color: #e6e6e6;
  background-color: ;
  border-left-color: transparent;
}
nav ul ul li a:hover{
  color: forestgreen; !important
  background-color: forestgreen; !important
}
nav ul li a span{
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 22px;
    transition: height 0.4s ease-in-out; 
    
}

nav ul li a span.rotate {
    transform: translateY(-50%) rotate(-180deg);
    transition: rotate 0.3s ease;
    
}
.input-group{
    margin-left: 40%;
    }
.overflow{
    float:right;
}
.bottomline{
    width:50%;
    left:50%;
}
    .content .h5{
      font-size: 17px !important;  
    }
.content{
    margin-left:0 !important;  
    font-size: 15px !important;
}
.titleheader{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 30px;

    
}

    .h4{
    font-size: 20px !important;
}
    .navbar-brand{
        width: 0;
        
    }
    .evergreenlogo{
        width: 0 !important;
    }


body{
  background: #f2f2f2;
  font-family: 'Open Sans', sans-serif;
}

.search{
    
    position: relative;
    display: flex;
    margin-left: -500px!important;
    margin-right -400px !important;
    height: 25px;
    
}

.searchTerm {
    border: 3px solid green;
  border-right: none;
  padding: 5px;
  height: 143%;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #9DBFAF;
    width: 400px;
    margin-left: 50px;
    
        
}

.searchTerm:focus{
  color: green;
}

.searchButton {

  width: 40px;
  height: 36px;
  border: 1px green;
  background-color: green;
  
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
    display:inline-block;
   
}

/*Resize the wrap to see the search bar change!*/
.wrap{
  width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sticky-top{
  position: fixed;
  top: 0;
  width: 100%;
}

    
}
@media (max-width: 718px){
    .search{
    
    position: relative;
    display: flex;
    margin-left: -320px!important;
    margin-right -400px !important;
    height: 25px;
    
}

.searchTerm {
    border: 3px solid green;
  border-right: none;
  padding: 5px;
  height: 143%;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #9DBFAF;
    width: 200px;
    
    
        
}

.searchTerm:focus{
  color: green;
}

.searchButton {

  width: 40px;
  height: 36px;
  border: 1px green;
  background-color: green;
  
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
    display:inline-block;
   
}

/*Resize the wrap to see the search bar change!*/
.wrap{
  width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
    }
@media (max-width: 518px){
    .search{
    
    position: relative;
    display: flex;
    margin-left: -280px!important;
    margin-right -400px !important;
    height: 25px;
    
}
.btn{
    position: absolute;
    top: -5px;
    left: .1%;
    height: 45px;
    width: 45px;
    text-align: center;
    background-color: forestgreen;
    border-radius: 3px;
    cursor: pointer;
    height:auto;
    z-index: 1099;
    
    
    

    
}
.searchTerm {
    border: 3px solidf green;
  border-right: none;
  padding: 5px;
  height: 143%;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #9DBFAF;
    width: 170px;
    
    
        
}

.searchTerm:focus{
  color: green;
}

.searchButton {

  width: 40px;
  height: 36px;
  border: 1px green;
  background-color: green;
  
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
    display:inline-block;
   
}

/*Resize the wrap to see the search bar change!*/
.wrap{
  width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.titleheader{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 35px;
    
}
