.top-bar {
    background: transparent;
    padding: 7px 0px;
    z-index: 999;
    position: fixed;transition: all 0.3s ease;
	left:0;top:0;width:100%;height:50px;
}

.top-bar:before{position:absolute;content:"";right:0;bottom:0;width:75%;background-color:rgba(255,255,255,0.2);height:1px;}

.pad-top .top-bar{top:-100px;transition: all 0.3s ease;}

.top-bar ul.top-socials {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-bar ul.top-socials li {
    list-style: none;
    margin: 0px 3px;
}

.top-bar ul.top-socials li a {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    font-size: 12px;
    background: rgba(60, 60, 60, 0.1);
    color: #6D6D6D;
}

.top-bar ul.top-socials li a:hover {
    background: #821D80;
    color: #FFF;
}

.top-bar .top-phone {
    padding-right: 30px;
    font-size: 12px;
    color: #000;
    font-weight: 500;
}

.top-bar .top-phone a {
    color: #fff;font-family: "Comic Neue", cursive;font-size:16px;font-weight:400;position:relative;top:3px;
}

.top-bar .top-phone a:hover {
    color: #00ABB4;
}

.top-bar .top-phone img {
    margin-right: 10px;
}

.qck-contact h4{margin-right:25px;margin-bottom:0px;font-family: "Comic Neue", cursive;font-size:16px;font-weight:400;line-height:24px;color:#fff;margin-top:5px;}

header {
    position: fixed;
    width: 100%;
    background: transparent;
    padding: 10px 0px;
    z-index: 99;
	top:0;transition: all 0.3s ease;
}

header:before{position:absolute;content:"";right:0;bottom:0;width:100%;background-color:rgba(255,255,255,0.2);height:1px;}

header.fixed-top .appointment_btn {
  margin-top: 0px;
}

header.fixed-top,
body.town-bus header {
 transition: all 0.3s ease;
    box-shadow: 10px 0px 10px rgba(0, 0, 0, 0.2);
	background-color:#fff;
}

body.town-bus.fp-viewing-firstPage header {
    animation: none;
    opacity: 1;
    box-shadow: none;
}

body.town-bus.fp-viewing-firstPage .top-bar {
    display: block;
}

body.town-bus .top-bar {
    display: none;
}

body.pad-top,
body.town-bus {
    padding-top: 120px;
}

@keyframes fadeInDown {
    from {
        transform: translate3d(0, -200px, 0)
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.logo {
    position: relative;
    z-index: 123;
    text-align: left;
    width:15%;
}

.logo img {
    min-width: 120px;
    transition: all 0.3s ease;
	filter: brightness(0) invert(1);
  transition: all 0.5s ease;
}

header.fixed-top .logo img,
body.town-bus header .logo img {
    width: 90px !important;
	min-width:90px;
    transition: all 0.3s ease;
	filter:brightness(1);
}

header.fixed-top #cssmenu > ul{padding-top:0px;transition: all 0.3s ease;}

nav {
    position: relative;
    margin: 0 auto;
}

#cssmenu .button{display:none;}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: flex;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	align-items: center;
  justify-content:start;
}

#cssmenu:after,
#cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#cssmenu #head-mobile {
    display: none
}

#cssmenu > ul {
  overflow: hidden;
  width: 75%;
  justify-content: center;
  padding-top: 50px;transition: all 0.3s ease;
}
.appointment_btn {
  width: 18%;
  text-align: right;
}

#cssmenu>ul:hover {
    overflow: visible;
}


#cssmenu>ul>li {
    float: left;
    margin-right: 5px;
}

#cssmenu>ul>li#corporate-menu {
    z-index: 9999;
}

#cssmenu>ul>li>a {
	transition: all 0.3s ease;
    padding: 16px 20px 25px;
    font-size: 18px;
    text-decoration: none;
	position: relative;
    color: #fff;
    font-weight:600;
    border-radius: 50px; 
	font-family: "Comic Neue", cursive;
}


#cssmenu>ul>li>a:before{
	position: absolute;
	width: 100%;
	height: 50px;
	border-radius: 30px;
	top: 20px;
	left: 0px;
	z-index: -1;
	content:""; 
	transition: all 0.3s ease;
}

#cssmenu>ul>li.active>a:before{
 
	transition: all 0.3s ease;
}

ul.drops-menu{margin:0px !important;display:block;}
ul.drops-menu li{display:inline-block;}
ul.drops-menu li a{display:inline-block;}

.fixed-top #cssmenu>ul>li>a,
body.town-bus header #cssmenu>ul>li>a {
    padding: 25px 16px 30px;color:#821D80;transition: all 0.3s ease;
}

#cssmenu>ul>li:hover>a{
	color: #00ABB4;
}

#cssmenu>ul>li.active:hover>a {
    color: #FFF;
}

#cssmenu>ul>li.active>a {
    color: #FFF;
}

#cssmenu ul ul li.active a {
    color: #821D80;
}

#cssmenu>ul>li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
    color: #821D80;
}

#cssmenu ul li.contact a,
body.town-bus header #cssmenu ul li.contact a {
    background: #194B98;
    color: #FFF;
    z-index: 10;
    padding: 15px 30px;
    overflow: hidden;
    margin-top: 20px;
    position: relative;
}

.fixed-top #cssmenu ul li.contact a,
body.town-bus header #cssmenu ul li.contact a {
    margin-top: 10px;
}

#cssmenu ul li.contact a:hover,
#cssmenu ul li.contact.active a {
    background: #821D80;
    color: #FFF;
}

#cssmenu ul li.contact a:before {
    background: #821D80;
    position: absolute;
    right: 0px;
    top: 0px;
    content: "";
    width: 0px;
    height: 100%;
    border-radius: 50px;
    z-index: -1;
    transition: all 0.3s ease;
}

#cssmenu ul li.contact a:hover:before,
#cssmenu ul li.contact.active a:before {
    width: 100%;
    right: inherit;
    left: 0px;
    opacity: 1;
    transition: all 0.3s ease;
}

#cssmenu>ul>li.has-sub>a {
    padding-right: 30px
}

#cssmenu>ul>li.has-sub>a:after {
    position: absolute;
    top: 16px;
    right: 10px;
    display: block;
    color: #fff;
	font-family: FontAwesome;
    content: '\f107';
	transition: all .3s ease;
}


.fixed-top #cssmenu>ul>li.has-sub>a:after,
body.town-bus header #cssmenu>ul>li.has-sub>a:after {
    top: 27px;color:#821D80;
}

.fixed-top #cssmenu>ul>li>a:before,
body.town-bus header #cssmenu>ul>li.has-sub>a:before {
    top: 7px;
}


#cssmenu>ul>li.has-sub:hover>a:after {
    transform: rotate(180deg);
	color: #00ABB4;
    transition: all .3s ease;
}

#cssmenu ul ul {
    position: absolute;
    left: -40px;
    top:120px;
    z-index: 999;
    background: #FFF;
    border-radius: 5px;
    padding: 7px;
    opacity: 0;
    visibility: hidden;
    transition: all .6s ease;
    box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.2);
	display:block;
}

#cssmenu>ul>li.active>a:after,
#cssmenu>ul>li.active>a:hover:after,
#cssmenu>ul>li.active:hover>a:after{
	color: #FFF;
	transition: all 0.3s ease;
}

#cssmenu ul li.mega-menu {
    position: unset;
}

#cssmenu ul li.mega-menu ul {
    width: 110%;
    top: 350px;
    min-height: 362px;
    transition: all 0.6s ease;
}

.fixed-top #cssmenu ul ul {
    top:110px;
}

.fixed-top #cssmenu ul li.mega-menu{
    top: 180px;
}
.fixed-top #cssmenu ul li.mega-menu:hover>ul {
  top: 110px;
}


body.town-bus header #cssmenu ul li.mega-menu ul,
body.town-bus header #cssmenu ul ul {
    top: 110px;
}

body.town-bus header #cssmenu ul li.mega-menu ul ul {
    top: 0;
}


#cssmenu ul li.mega-menu ul ul li h3 {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 16px;
    color: #000;
}

#cssmenu ul li.mega-menu ul.active {
    min-height: 350px;
    transition: all 0.6s ease;
}

#cssmenu ul li.mega-menu>ul:before {
    position: absolute;
    left: 200px;
    top: 0px;
    width: 1px;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    content: "";
}

#cssmenu ul li.mega-menu ul li {
    max-width: 190px;
}

#cssmenu ul li.mega-menu ul li a:hover {
    background: rgba(0, 0, 0, 0.05);
    color: #000;
}

#cssmenu ul li.mega-menu ul ul {
    transform: none;
    top: -8px;
    box-shadow: none;
    left: -30px;
    display: flex;
    min-height: auto;
    padding: 15px 0px;
    width: 1020px;
    padding-right: 340px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.seperate_menu{
    position: absolute;
    top: 0;
    right: 0;
    width: 340px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    align-items: stretch;
    padding: 20px 20px 20px 0;
    gap: 16px;
}
.seperate_menu .with_image{
    height: 50%;
    width: 100% !important;
    max-width: 100% !important;
    background-size: cover;
    border-radius: 8px !important;
    position: relative;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 0px !important;
    overflow:  hidden;
    transition: 0.3s all !important;
}

.seperate_menu .with_image:hover{
    transform: translateX(5px);
}

.seperate_menu .with_image::before,.seperate_menu .with_image::after{
    display: none !important;
}

.seperate_menu .with_image:nth-child(1),
.seperate_menu .with_image:nth-child(1):hover{
    background: url('../images/maternity_menu_bg.webp') !important;
}
.seperate_menu .with_image:nth-child(2),
.seperate_menu .with_image:nth-child(2):hover{
    background: url('../images/gynaecology_menu_bg.webp') !important;
}

.seperate_menu .with_image span{
    color: white !important;
    padding-bottom: 10px;
    font-size: 18px;
}

#cssmenu ul li.mega-menu ul li.doping_fep{max-width:340px;text-align:left;}
#cssmenu ul li.mega-menu ul li.doping_fep.only_mobile{display: none;}
#cssmenu ul li.mega-menu ul li.doping_fep:nth-child(2){margin-top: 30px;}
.menu_sub_head{
    margin-bottom: 10px !important;
    color: #00ABB4 !important;
    padding: 0 !important;
    font-family: "Comic Neue";
}
#cssmenu ul li.mega-menu ul li.doping_fep h4{margin:0px;margin-bottom:10px;font-size:16px;font-family: "Comic Neue";font-weight:600;} 

#cssmenu ul li.mega-menu ul li ul li.doping_fep a:hover, #cssmenu ul li.mega-menu ul li.active ul li.doping_fep a:hover {background:transparent;}
#cssmenu ul li.mega-menu ul li ul li.doping_fep a:active, #cssmenu ul li.mega-menu ul li.active ul li.doping_fep a:active {background:transparent;}
#cssmenu ul li.mega-menu ul li ul li.doping_fep a, #cssmenu ul li.mega-menu ul li.active ul li.doping_fep a {background:transparent;max-width:340px;padding:0px;margin-bottom:15px;padding-left:12px;font-size:14px;position:relative;width:100%;}
#cssmenu ul li.mega-menu ul li ul li.doping_fep a{color:#231F20;}
#cssmenu ul li.mega-menu ul li ul li.doping_fep a.fnt_beg{font-size:16px;font-family: "Comic Neue";margin-bottom:5px;padding-left:0px;}
#cssmenu ul li.mega-menu ul li ul li.doping_fep a:hover, #cssmenu ul li.mega-menu ul li.active ul li.doping_fep a:hover{padding-left:15px;color:#00ABB4;}
#cssmenu ul li.mega-menu ul li ul li.doping_fep a{position:relative;}

#cssmenu ul li.mega-menu ul li ul li.doping_fep a span{position: absolute;
  left: 0;
  top: 5px;
  width: 5px;
  height: 5px;
  background: #821D80;
  border-radius: 100%;
  display: block;}

.fixed-top #cssmenu ul li.mega-menu ul ul {
    top: -9px;
}

#cssmenu ul li.mega-menu li#maternity-menu ul.doping_lep{
  top: -47px;
}

#cssmenu ul li.mega-menu li#gynaecology-menu ul.doping_lep{
  top: -87px;
}

#cssmenu ul li.mega-menu ul.active ul {
    min-height: inherit;
}

#cssmenu ul li.mega-menu ul li:hover ul {
    opacity: 0;
    visibility: hidden;
}

#cssmenu ul li.mega-menu ul li.active a::before,
#cssmenu ul li.mega-menu ul li.active a::after {
    background: #9d9d9d;
}

#cssmenu ul li.mega-menu ul li.active ul {
    opacity: 1;
    visibility: visible;
    transform: translate3d(50px, 0px, 0);
}
 

#cssmenu ul li.mega-menu ul ul li {
    text-align: center;
    padding: 5px;
    width: 50%;
	display:block;
}

#cssmenu ul li.mega-menu ul li.active ul li a {
    background: transparent;
    color: #000;
    width: auto;
}

#cssmenu ul li.mega-menu ul li.active ul li a:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #000;
}

#cssmenu ul li.mega-menu ul li.active ul li.active a,
#cssmenu ul li.mega-menu ul li.active ul li.active a:hover {
    background: #821D80;
    color: #FFF;
}

#cssmenu ul li.mega-menu ul ul li a {
    border: none;
    border-radius: 10px;
    max-width: 150px;
}

#cssmenu ul li.mega-menu ul ul li a img {
    max-width: 100px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

#cssmenu ul ul li {
    margin: 1px 0px;
    transition: all .6s ease
}

#cssmenu li:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, -50px, 0);
    transition: all .6s ease;
}

#cssmenu li.mega-menu:hover>ul{
 transform: translate3d(0, -230px, 0);
}
.pad-top #cssmenu li.mega-menu:hover>ul{
 transform: translate3d(0, -40px, 0);
}

#cssmenu ul ul ul {
    margin-left: 0;
    top: 0
}

#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 13px 15px;
    width: 250px;
    font-size: 16px;
    text-decoration: none;
    color: #191A1A;
    font-weight: 600;
    display: block;
    position: relative;
    border-radius: 0px;
}

#cssmenu ul ul li a:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 0px;
    content: "";
    background: #821D80;
    transition: all 0.3s ease;
}

#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last-item>a {
    border-bottom: 0
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li.active a,
#cssmenu ul ul li a:hover,
#cssmenu ul li.mega-menu ul li.active a:hover {
    color: #821D80;
    padding: 13px 15px 13px 20px;
}

#cssmenu ul ul li.active a:before,
#cssmenu ul ul li a:hover:before,
#cssmenu ul li.mega-menu ul li.active a:before {
    height: 100%;
    transition: all 0.3s ease;
}

#cssmenu ul li.mega-menu ul li#maternity-menu:before,
#cssmenu ul li.mega-menu ul li#ivf-menu:before,
#cssmenu ul li.mega-menu ul li#gynaecology-menu:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 0px;
    content: "";
    background: #821D80;
    transition: all 0.3s ease;
}

#cssmenu ul li.mega-menu ul li.active#maternity-menu:before,
#cssmenu ul li.mega-menu ul li.active#ivf-menu:before,
#cssmenu ul li.mega-menu ul li.active#gynaecology-menu:before {
    height: 100%;
    transition: all 0.3s ease;
}

#cssmenu ul li.mega-menu ul li.active#maternity-menu a:before,
#cssmenu ul li.mega-menu ul li.active#ivf-menu a:before,
#cssmenu ul li.mega-menu ul li.active#gynaecology-menu a:before {
    height: 5px;
}

#cssmenu ul li.mega-menu ul li#maternity-menu ul li a:before,
#cssmenu ul li.mega-menu ul li#ivf-menu ul li a:before,
#cssmenu ul li.mega-menu ul li#gynaecology-menu ul li a:before {
    display: none;
}

#cssmenu ul ul li.has-sub>a:after {
    position: absolute;
    top: 20px;
    right: 12px;
    width: 5px;
    height: 1px;
    display: block;
    transform: rotate(-45deg);
    background: #747474;
    content: ''
}

#cssmenu ul ul li.has-sub>a:before {
    position: absolute;
    top: 15px;
    left: inherit;
    right: 14px;
    display: block;
    width: 1px;
    height: 5px;
    transform: rotate(-45deg);
    background: #747474;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu ul ul>li.has-sub:hover>a:before,
#cssmenu ul ul>li.has-sub:hover>a:after {
    background: #9d9d9d;
}


#cssmenu ul ul ul li.active a {
    border-left: 1px solid #333
}

#cssmenu ul li.mega-menu ul ul ul.drops-menu{display:block;text-align:start;top: -40px;
  left: -50px;
  width: 631px;}

#cssmenu ul li.mega-menu ul ul ul.drops-menu h4{margin:0px;}
#cssmenu ul li.mega-menu ul ul ul.drops-menu li{width:100%;max-width:100%;padding:0px;}

#cssmenu ul li.mega-menu ul ul ul.drops-menu a{width:100%;max-width:100%;padding:0px;}
#cssmenu ul li.mega-menu ul ul ul.drops-menu a:hover{background:transparent;padding:0px;}



@media (max-width:1200px) {
    #cssmenu>ul>li>a {
        padding: 36px 10px;
    }

    #cssmenu ul li.mega-menu ul ul li a img {
        max-width: 50px;
    }
	
	#cssmenu>ul>li.active>a{
		color: #FFF;
		background: #821D80;
	}

    .fixed-top #cssmenu>ul>li>a,
    body.town-bus header #cssmenu>ul>li>a {
        padding: 24px 10px;
    }

    .fixed-top #cssmenu ul li.contact a{
        padding: 15px 20px;
    }

    #cssmenu ul li.mega-menu ul ul {
        width: 400px;
    }
}

@media (max-width:1000px) {
    .fixed-top #cssmenu ul li.mega-menu {
    top: 0 !important;
}
    #cssmenu ul li.mega-menu ul li.doping_fep.only_mobile{display: block;}
    .seperate_menu {
        display: none;
    }
	#cssmenu ul li.mega-menu ul li ul li.doping_fep a.fnt_beg {
	font-size: 14px;margin:7px 0px;}
	#cssmenu ul li.mega-menu li#maternity-menu ul.doping_lep{
  top: 0px;
}

#cssmenu ul li.mega-menu li#gynaecology-menu ul.doping_lep{
  top: 0px;
}

    .logo2 {
        display: none
    }

    nav {
        width: 100%;
    }


    header .container {
        max-width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .top-bar .container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    #cssmenu {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    #cssmenu ul {
        width: 100%;
        display: none;
    }

    #cssmenu ul li.mega-menu {
        position: relative;
    }

    #cssmenu ul li.mega-menu ul,
    body.town-bus header #cssmenu ul li.mega-menu ul,
    body.town-bus header #cssmenu ul ul {
        top: 0px;
        min-height: inherit;
    }

    #cssmenu ul li.mega-menu ul li {
        max-width: inherit;
		display:block;
    }
	
	#cssmenu ul li.mega-menu ul ul{padding:0px 10px;}

    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid #ebebeb;
    }

    #cssmenu ul ul li.active a {
        color: #000;
    }

    #cssmenu ul ul li,
    #cssmenu li:hover>ul>li {
        height: auto
    }

    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0;
        border-radius: 0px;
        padding: 15px 10px !important;
    }

    #cssmenu>ul>li {
        float: none;
		display:block;
    }

    #cssmenu ul li.mega-menu ul ul {
        width: auto;
        display: block;
        left: 0;
    }

    #cssmenu ul li.mega-menu ul ul li {
        padding: 0px;
        width: 100%;
        text-align: left;
    }
    .fixed-top #cssmenu ul li.mega-menu:hover>ul{
        top: 0;
    }

    #cssmenu ul li.mega-menu ul ul li h3,
        #cssmenu ul li.mega-menu ul li ul li.doping_fep.only_mobile a.fnt_beg  {
        padding: 0px 0 !important;
        font-size: 16px;
        margin-top: 10px;
    }

    #cssmenu ul li.mega-menu ul.active {
        min-height: auto;
    }

    #cssmenu ul li.mega-menu ul ul li a {
        position: relative;
        padding: 0px 0px 0px 12px !important;
    }

    #cssmenu ul li.mega-menu ul li#ivf-menu ul {
        top: 0px;
		max-height: inherit;
    }

    #cssmenu ul li.mega-menu ul li:hover ul {
        opacity: 1;
        visibility: visible;
    }

    #cssmenu ul li.mega-menu ul li.active ul li a {
        border-radius: 0px;
		max-width: 100%;
    }

    #cssmenu ul li.mega-menu ul ul li a img {
        position: absolute;
        left: 10px;
        top: 5px;
        max-width: 35px;
    }

    #cssmenu ul li.mega-menu ul li#ivf-menu ul li a img {
        top: 10px;
    }

    header.fixed-top #cssmenu ul ul,
    header.fixed-top #cssmenu ul li.mega-menu ul {
        top: 0px;
    }

    #cssmenu ul li.mega-menu ul {
        width: 100%;
    }

    #cssmenu ul li.mega-menu ul li a:hover {
        color: #821D80;
    }

    #cssmenu ul ul li a {
        padding-left: 25px
    }

    #cssmenu ul li.mega-menu>ul:before {
        display: none;
    }

    #cssmenu ul ul ul li a {
        padding-left: 35px
    }
	
	#cssmenu>ul>li>a:before{
		display: none;
	}

    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        padding:0px;
		background: #f3f3f3;
        margin: 0;
        opacity: 1;
        top: 0px;
        max-height: 300px;
        overflow-y: auto;
        visibility: visible;
        text-align: left;
        transform: none !important;
        transition: all 0.2s ease;
        border-radius: 0px;
        box-shadow: none;
    }

    #cssmenu li:hover>ul {
        transition: all 0.2s ease;
    }

    #cssmenu>ul>li.has-sub>a:after,
    #cssmenu>ul>li.has-sub>a:before,
    #cssmenu ul ul>li.has-sub>a:after,
    #cssmenu ul ul>li.has-sub>a:before {
        display: none
    }

    #cssmenu #head-mobile {
        display: block;
        text-align: right;
    }

    #cssmenu ul li.contact {
        display: none;
    }

    #head-mobile a.contact {
        text-align: center;
        border-radius: 30px;
        background: #194B98;
        color: #FFF;
        padding: 13px 20px;
        margin-top: 20px;
        display: inline-block;
        margin-right: 50px;
    }

    header.fixed-top #head-mobile a.contact,
    body.town-bus header #head-mobile a.contact {
        margin-top: 10px;
    }

    header.fixed-top .button {
        top: 5px;
    }

    #head-mobile a.contact:hover {
        background: #821D80;
    }

    header .button {
        width: 55px;
        height: 46px;
        position: absolute;
        right: 20px;
        top: 5px;
        cursor: pointer;
        z-index: 12399994;
    }

    body.town-bus header .button {
        top: 0px;
    }


    header .button:after {
        position: absolute;
        top: 28px;
        right: 0px;
        display: block;
        height: 10px;
        width: 30px;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        content: ''
    }

    header .button:before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 20px;
        right: 0px;
        display: block;
        height: 2px;
        width: 30px;
        background: #fff;
        content: ''
    }

    header .button.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 23px;
        border: 0;
        height: 2px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    header .button.menu-opened:before {
        top: 23px;
        background: #fff;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    header.fixed-top .button.menu-opened:after,
    header.fixed-top .button.menu-opened:before {
        top: 30px;
    }

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        background: #dbdbdb;
        display: block;
        height: 46px;
        width: 46px;
        border-bottom: 1px solid #bbb;
        cursor: pointer
    }

    #cssmenu .submenu-button.submenu-opened {
        background: #821D80;
    }

    #cssmenu ul ul .submenu-button {
        height: 44px;
        width: 44px
    }

  #cssmenu .submenu-button::after {
    position: absolute;
    top: 22px;
    right: 17px;
    width: 12px;
    height: 2px;
    display: block;
    background: #fff;
    content: '';
  }

    #cssmenu ul ul .submenu-button:after {
        top: 22px;
        right: 17px
    }

    #cssmenu .submenu-button.submenu-opened:after {
        background: #fff
    }

  #cssmenu .submenu-button::before {
    position: absolute;
    top: 17px;
    right: 22px;
    display: block;
    width: 2px;
    height: 12px;
    background: #fff;
    content: '';
  }

    #cssmenu ul ul .submenu-button:before {
        top: 17px;
        right: 22px
    }

    #cssmenu .submenu-button.submenu-opened:before {
        display: none
    }

    #cssmenu ul ul ul li.active a {
        border-left: none
    }

    #cssmenu>ul>li.has-sub>ul>li.active>a,
    #cssmenu>ul ul>li.has-sub>ul>li.active>a {
        border-top: none
    }

    #cssmenu ul {
        position: absolute;
        top: 90px;
        left: 0px;
        padding: 0px;
        z-index: 999;
        background: #FFF;
        box-shadow: 10px 10px 20px rgb(0 0 0 / 20%);
    }

    header.fixed-top #cssmenu ul,
    body.town-bus header #cssmenu ul {
        top: 70px;
    }

    #cssmenu .submenu-button {
        background: #00ABB4;
        border-bottom: 1px solid #00ABB4;
    }
}