.gt_float_switcher .gt_options{
	position:absolute !important;
	    top: 50px !important;
    background: #fff !important;
}
.footer_menu ul li a {
    font-size: 16px;
    color: #000;
}
.footer_menu ul li {
    display: inline-block;
    padding: 0px 20px;
}
.footer_section {
		padding:20px !important;
}
.pd0{
	padding:0px !important;
}
.footer_copy {
    font-size: 16px;
    color: #000;
}
/*  */
.header_logo {
    font-size: 30px;
    text-transform: uppercase;
    color: #1a73e8;
    font-weight: 800;
}
.header_section_row {
    display: flex;
    align-items: center;
}
.header_section_row {
	padding:0px !important;
}
.header_logo img {
    width: 200px;
}
.header_menu {
    padding-right: 30px;
}
.pd0{
	padding:0px !important;
}
.header_section {
    padding: 30px 20px !important;
}
.header_menu .et_pb_menu__wrap{
	justify-content:end !important;
}
.header_menu ul li a {
    font-size: 16px;
    color: #000;
    padding: 0px 10px;
}
ul.sub-menu li {
    padding: 0px !important;
}
ul.sub-menu {
    padding: 0 !important;
}
ul.sub-menu li a{
	padding:  5px !important;
	width:100% !important;
}

/* mobaile menu */
.fullmenu-wrapper {
    position: relative;
    z-index: 9999;
}

ul#menu-mobaile_menu {
    padding: 0 !important;
}
ul#menu-main-menu-1 {
    padding: 0 !important;
    padding-top: 40px !important;
}
.menu-btn {
    z-index: 0 !important;
    position: fixed;
    top: 16px;
    right: 20px;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
	width:fit-content !important;
    gap: 5px;
    z-index: 999 !important;
}

.menu-main_menu-container {
    padding-top: 80px;
}

ul#menu-mobaile_menu ul.sub-menu li {
    border-bottom: none !important;
}

.menu-btn span {
    width: 30px;
    height: 3px;
    background: #000;
    display: block;
}

.menu-bg {
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: #111;
    border-radius: 50%;
    z-index: 10000;
    transform: scale(0);
    transition: transform 0.5s ease;
}

.menu-bg.expand {
    transform: scale(60);
}

ul.sub-menu li a {
    font-size: 16px;
}

.fullmenu-nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: transparent;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
    z-index: 10002;
}

.fullmenu-nav.open {
    opacity: 1;
    pointer-events: auto;
}

.menu-close {
    position: absolute;
    top: 0px;
    right: 10px;
    background: none;
    border: none;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
}

.fullmenu-wrapper {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

ul.sub-menu li {
    border: none;
}

.fullmenu-wrapper li {
    margin: 10px 0 0px;
    list-style-type: none;
    position: relative;
    border-bottom: 1px solid #dddddd47;
    padding-bottom: 10px;
    text-align: left;
    padding-left: 20px;
}

.fullmenu-wrapper li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: color 0.3s ease;
    width: 100%;
    display: block;
}

.fullmenu-wrapper ul.sub-menu li a {
    font-size: 15px;
    color: #fff !important;
    border: none !important;
    padding: 0 !important;
}

ul#menu-main_menu-1 {
    padding: 0 !important;
}

.fullmenu-wrapper li.menu-item-has-children>a::after {
    content: "\33";
    font-size: 20px;
    position: absolute;
    top: 3px;
    right: 20px;
    font-family: ETmodules !important;
    /* background: #ffffff82; */
    border-radius: 100px;
    color: #fff;
    line-height: 1;
    left: auto;
}

.fullmenu-wrapper ul.sub-menu {
    padding-left: 10px !important;
}

.fullmenu-wrapper li.open>a::after {
    content: "\32" !important;
}

.fullmenu-wrapper ul.sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding-left: 0;
}

.fullmenu-wrapper li.open>ul.sub-menu {
    max-height: 500px;
    /* adjust as needed */
}

.menu-mobaile_menu-container {
    padding-top: 60px;
}

.menu-btn span:nth-child(2) {
    width: 23px;
}

/* end */
@media all and (min-width: 320px) and (max-width: 767px) {
	div#gt_float_wrapper{
		    margin: auto;
    text-align: center;
    margin-top: 10px;
	}
		.footer_menu ul li {
    width: 100% !important;
}
	.footer_menu ul {
    display: flex;
    flex-wrap: wrap;
}
}
@media all and (min-width: 320px) and (max-width: 980px) {
	div#main-content {
    margin-top: 60px;
}

.mob_header_sec {
    padding: 10px !important;
	    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%) !important;
	position:fixed !important;
	width:100% !important;
	top:0 !important;
}
	.header_logo{
		font-size:20px !important;
	}

}
@media all and (min-width: 481px) and (max-width: 767px) {
 	.footer_menu ul li {
    width: 50% !important;
}
}

@media all and (min-width: 768px) and (max-width: 980px) {
 	div#gt_float_wrapper{
		    margin: auto;
    text-align: center;
    margin-top: 10px;
	}
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
  
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
   
  
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
       
  
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
       
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
       
}

@media all and (min-width: 1681px) and (max-width: 1880px) {
     
}


@media all and (min-width: 981px) and (max-width: 3000px) {

}
