.ddsmoothmenu {
	background: transparent scroll;
	width: auto;
	padding: 0;
	margin: 0;
	font-family: 'Raleway', sans-serif;
}
.ddsmoothmenu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	background: transparent;
	box-shadow: none;
	z-index: 100;
}
.ddsmoothmenu ul li {
	padding: 0;
	margin: 0;
	position: relative;
	display: inline;
	float: left;
}
.ddsmoothmenu ul li a {
	font-size:14px;
	text-decoration: none;
	outline: none;
	display: block;
	padding: 14px;
	margin: 0;
	width: auto;
	text-align: center;
}
.ddsmoothmenu ul li a:hover {
	color: var(--secondary);
}
.ddsmoothmenu ul li a.selected {
	color: #fff;
	background: var(--secondary);
	-webkit-border-radius:0 0px 5px 5px;
	border-radius: 0 0px 5px 5px;
}
* html .ddsmoothmenu ul li a {
	display: inline-block;
	color: var(--secondary);
}
a.logo {
	padding: 9px 0;
	display: block;
	max-width: 235px;
}
.pest-dropdown:hover .sub-menu {
	display: block;
}
.topaddresst {
	display: flex;
	flex-flow: wrap;
	background: var(--primary2);
	text-align: center;
}
.topaddresst>div {
	width: 50%;
	padding: 10px;
}
.topaddresst a {
	color: white;
	font-size: 16px;
	font-weight: 700;
}
.mainheadert {
	width:100% !important;
	padding: 30px 5% 17px;
	max-width: 100vw !important;
	box-sizing: border-box;
}
.newmainmenu-t {
	flex-wrap: wrap;
	float: none !important;
	display: flex !important;
	margin-left: auto !important;
	width: 100% !important;
	max-width: 1054px;
}
.newmainmenu-t > .row {
	width: 100% !important;
}
.newmainmenu-t .ddsmoothmenu > ul {
	display: flex !important;
	justify-content: space-between;
}
.newmainmenu-t .ddsmoothmenu {
	width: 100% !important;
}
.newmainmenu-t .ddsmoothmenu > ul li a {
	font-size: 27px;
	color: var(--primary);
	font-weight:700;
}
.newmainmenu-t .row .span3 a {
	font-size: 18px;
	color: var(--primary);
	font-weight: 700;
}
.newmainmenu-t .row {
	margin: 10px 0 10px auto;
	display: flex;
	justify-content: flex-end;
}

.newmainmenu-t .socialt svg {
	fill: #fff;
}
.newmainmenu-t .socialt {
	max-width: fit-content;
	margin-right: 20px;
	padding: 0 20px 0 0;
	justify-content: space-around;
	display: flex;
	gap: 6px;
	align-items: center;
	width: 100%;
}
.newmainmenu-t .row .span3 {
	min-height: 57px;
	align-items: center;
	width: 100%;
	float: none;
	margin-left: 0;
	display: flex;
	justify-content: space-between;
	padding-right: 40px;
	max-width: 421px;
}
.newmainmenu-t .topphonet a {
	font-size: 32px;
	padding-bottom: 10px;
	color: var(--primary);
	font-weight: 700;
}
.newmainmenu-t .topphonet {
	display: flex;
	align-items: center;
	margin-left: 30px;
}
.ddsmoothmenu .current-menu-item a {
	background: 0 !important;
	color: var(--primary);
}

/* Megamenu Css */
.megamenubox {
	display: flex;
	max-width: 885px;
	width: 100%;
	flex-wrap: wrap;
	box-sizing: border-box;
	align-items: center;
}
.megamenubox > div {
	width: 100%;
	max-width: 20%;
	padding: 14px;
	box-sizing: border-box;
	text-align: center;
	border-right: 1px solid #bebebe;
}
.megamenubox > div span {
	display: block;
	font-weight: 700;
	color: var(--primary);
	font-size: 18px;
	font-family: 'Droid Sans';
}
.megamenubox > div:nth-child(-n + 6) {
	border-bottom: 1px solid #bebebe;
}
.megamenubox > .norightbrdm {
	border-right: 0 !important;
}
.megamenubox > div img {
	margin-bottom: 0 !important;
}
.newmainmenu-t .ddsmoothmenu ul ul li .megamenubox .megamenucallnow {
	display: block !important;
	font-size: 16px !important;
	margin: 0 auto !important;
}
.megamenucallnow {
	text-transform: uppercase !important;
	background: var(--secondary);
	color: white !important;
	font-weight: 700 !important;
	padding: 13px 5px !Important;
	border-radius: 7px;
	max-width: 125px;
	text-align: center !important;
}
.megamenulinkt > a, .megamenubox > a {
	display: none !important;
}
.megamenubox li {
	display: block !important;
}
.ddsmoothmenu .megamenubox a {
	display: none !important;
}
.newmainmenu-t .ddsmoothmenu ul ul li .megamenubox .dslinkmega {
	display: block !important;
	width: auto;
	line-height: 1;
	padding: 0;
	text-align: center;
	border-bottom: 0;
	margin: 0 !important;
}
.megamenubox {
	position: absolute;
	width: 885px;
	background: white;
	padding: 20px;
	box-shadow: 0 0 30px #868484;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
.ddsmoothmenu ul li ul {
	background: var(--secondary);
	position: absolute;
	left: 0;
	display: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow:  0 1px 0 0 rgba(0, 0, 0, .2);
	-webkit-box-shadow:  0 1px 0 0 rgba(0, 0, 0, .2);
	box-shadow:  0 1px 0 0 rgba(0, 0, 0, .2);
}
.ddsmoothmenu ul li ul li {
	padding: 0;
	box-shadow: none !important;
	display: list-item;
	float: none;
}
.ddsmoothmenu ul li ul li:last-child {
	background: none;
}
.ddsmoothmenu ul li ul li a {
	width: 285px;
	padding: 7px;
	text-transform: none;
	box-shadow: none !important;
	color: #fff;
	text-align: left;
	border-bottom: 1px solid #fff;
	margin:-3px 0 0 0 !important;
	line-height: 20px;
}
.ddsmoothmenu ul li ul li a:hover,
.ddsmoothmenu ul li ul li a.selected {
	color: #fff! important;
	background: #0172a3;
}
.ddsmoothmenu ul li ul li ul {
	top: 0;
	margin-left: 5px;
}
.ddsmoothmenu ul li ul li .megamenubox a:hover,
.ddsmoothmenu ul li ul li .megamenubox a.selected {
	background: white;
}
/* Holly Hack for IE */
* html .ddsmoothmenu {
	height: 1%;
}
.downarrowclass,
.rightarrowclass {
	display: none;
}
.ddsmoothmenu .current-menu-item a:link,
.ddsmoothmenu .current-menu-item a:active,
.ddsmoothmenu .current-menu-item a:visited,
.ddsmoothmenu .current-menu-item a:hover {
	background: var(--secondary);
	-webkit-border-radius:0 0px 5px 5px;
	border-radius:0 0px 5px 5px;
}
.dslinkmega {
	background: #fff !important;
}
/* Dropdown Menu */
.dropdownt {
	position: relative;
	display: inline-block;
}
.dropdownt[open] #myLinkst {
	display: block;
}
.dropdown-contentt {
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 600px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 9999; left: 0;
}
.dropdownt:hover .dropdown-contentt {
	display: flex;
	flex-flow: wrap;
	padding: 20px;
	border-radius: 0 0 25px 25px;
}
.dropdown-contentt > div {
	width: 50%;
	padding: 10px;
	border-color: #bebebe;
	border-style: solid;
	border-width:0;
}
.dropdown-contentt>div:nth-child(-n + 2) {
	border-bottom-width:1px;
}
.dropdown-contentt>div:nth-child(odd){
	border-right-width:1px;
}
.dropdown-contentt>div>div {
	display: flex;
}
.newmainmenu-t .row .dropdown-contentt>div>div>a {
	color: var(--secondary);
	font-size: 12px;
	padding: 0;
}
.dropdown-contentt a {
	display: block;
	line-height: 1.5;
}
/* Dropdown Menu Mobile */
.downarrowm {
	filter: brightness(0) invert(1);
}
#myLinkst {
	position: absolute;
	display: none;
	background: white;
	min-width: 320px;
	z-index: 10000;
	box-shadow: 0 0 22px #969696;
	top: 30px;
	left: -174px;
	padding: 20px 10px;
	border-radius: 0 0 25px 25px;
}

#myLinkst a {
	color: var(--primary);
}
#myLinkst>div {
	display: flex;
	flex-flow: wrap;
}
#myLinkst>div>div {
	text-align: left;
	width: 50%;
	padding: 10px;
	border: 1px solid #bebebe;
}
#myLinkst>div>div>div>a {
	color: var(--secondary);
	font-size: 10px;
}
.newmainmenu-t .row .span3  #myLinkst a {
	display: block !important;
	color: var(--secondary) !important;
	padding: 5px 16px;
	line-height: 1.5;
}
/* Mobile Menu Start */
.mobile-menu {
	display: none;
}
.mobile-section {
	background-color: var(--primary);
}
.m-dropdown {
	position: relative;
	display: inline-block;
}
.m-dropdown-content {
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 160px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 999;
}
.m-dropdown-content a {
	color: black;
	padding: 12px 131px;
	text-decoration: none;
	display: block;
}
.m-dropdown a:hover {
	background-color: #fff;
}
.m-dropbtn {
	background-color: white;
	color: var(--primary);
	font-size: 16px;
	border: none;
	cursor: pointer;
	font-weight: bold;
	padding: 10px 35px;
	margin: 5px 0;
}
.m-dropbtn:hover,
.dropbtn:focus {
	background-color: #2980b9;
}
.m-show {
	display: block;
	z-index: 9999;
}
.m-dropdown-content a:first-child,
.m-dropdown-content a:nth-child(2),
.m-dropdown-content a:nth-child(3) {
	position: absolute;
	left: 0;
	background: #f7f7f7;
	height: 129px;
	width: 40% !important;
	padding: 0;
	padding-top: 93px !important;
	font-weight: bold;
	color: #4e4e4e;
	font-size:15px;
}
.m-dropdown-content a:nth-child(n+4) {
	padding-left: 135px;
	padding-right: 25px;
	margin-right: 50px;
	width: 90px;
	text-align: left;
}
.m-dropdown-content a:nth-child(2) {
	top: 129px;
}
.m-dropdown-content a:nth-child(3) {
	top: 258px; height: 87px;
}
.m-dropdown-content a:nth-child(1):after {
	content: "";
	display: block;
	margin: 0 auto;
	width: 60%;
	padding-top: 57px;
	border-bottom: 1px solid #bfbfbf;
}
.m-dropdown-content a:nth-child(2):after {
	content: "";
	display: block;
	margin: 0 auto;
	width: 60%;
	padding-top: 57px;
	border-bottom: 1px solid #bfbfbf;
}
.m-dropdown-content a:nth-child(n+4):after {
	content: "";
	display: block;
	margin: 0 auto;
	width: 160%;
	padding-top: 0;
	border-bottom: 1px solid #bfbfbf;
	position: relative;
	top: 13px;
}
.m-dropdown-content a:last-child:after {
	display: none;
}
/* Top Banner */
.flex-banner {
	box-sizing: border-box;
	display: flex;
	flex-flow: wrap;
	align-items: flex-end;
	padding: 6% 0 6%;
}
.flex-banner>div {
	padding: 0 2%;
}
.flex-badges {
	display: flex;
	flex-flow: wrap;
	align-items: center;
}
.flex-badges>div {
	width: 20%;
	padding: 0 1%;
}
#banner {
	box-shadow: 0 0 15px inset rgb(0 0 0 / 40%);
}
.m-dropdown > summary {
	list-style: none;
	font-size: 1.8em;
	color: var(--secondary);
	font-weight: 600;
}
.m-dropdown .nav-close, .m-dropdown[open] .nav-open {
	display: none;
}
.m-dropdown[open] .nav-close {
	display: block;
}
.m-dropdown[open] .m-dropdown-content {
	display: block;
}
.dropdownt > summary {
	color: #fff;
}

@media (min-width:501px){
	#banner {
		background-image: url(/wp-content/themes/varsity-termite/images/banner-bg.jpg);
		background-size: cover;
	}
	.flex-banner {
		background: url(/wp-content/uploads/2018/01/couple-waiting-for-pest-control-termite-company-at-their-home-az.png) no-repeat top center;
	}
}
@media (max-width:1700px){
	.megamenubox {
		left: -20vw;
	}
}
@media (max-width:1540px){
	.mainheadert {
		padding-left: 2%;
		padding-right:2%;
	} 
	.newmainmenu-t .ddsmoothmenu > ul li a {
		font-size: 22px;
	}
	.newmainmenu-t {
		max-width: 854px;
	}
}
@media (max-width:1250px){
	.megamenubox {
		left: -32vw;
	}
}
@media (max-width:1230px){
	.newmainmenu-t .row .span3 a {
		font-size: 12px;
	}
	.newmainmenu-t .row .span3 {
		padding-right: 20px;
		max-width: 250px;
	}
	.newmainmenu-t .ddsmoothmenu > ul li a {
		font-size: 18px;
	}
	.newmainmenu-t {
		max-width: 724px;
	}
}
@media (max-width:1080px){
	.mainheadert img {
		max-width: 100%;
	}
} 
@media (min-width:1001px){
	.locationtopresp, #myLinks a {
		display: none;
	}
	.topaddresst {
		display: none;
	}
}  
@media (max-width:1000px){
	.m-dropdown-content {
		right: auto;
		min-width: 300px !important;
		transform: translate(-85%, 0);
	}
	.mobile-section {
		background: white !important;
	}
	.mobile-menu .m-dropdown .m-dropbtn {
		color: var(--secondary);
		font-weight:700 !important;
		top: 0;
		padding: 0;
		margin: 0;
		font-size: 70px;
		line-height: 1;
	}
	.mobile-section .mobile-menu {
		position: absolute;
		right: 20px;
		margin-top: -80px;
	}
	.m-dropbtn:hover, .dropbtn:focus {
		background-color: #fff !important;
	}
	.newmainmenu-t {
		display: none !important;
	}
	.newmainmenu-t .row {
		flex-wrap: wrap;
		margin: 0;
	}
	.newmainmenu-t .row .span3 {
		min-height: auto;
		width:100%;
		max-width: 50% !important;
		justify-content: center;
		box-sizing: border-box;
		padding: 0 10px;
	}
	.newmainmenu-t .row .span3 a {
		color: white !important;
		font-size: 16px !important;
		font-weight: 700;
	}
	.newmainmenu-t .socialt {
		width: 100% !important;
		max-width: 50% !important;
		border: 0;
		justify-content: center;
		padding: 5px 10px;
	}
	.newmainmenu-t .socialt a {
		margin: 2px 5px;
	}
	.newmainmenu-t .row .span3 a {
		display: none;
	}
	.newmainmenu-t .row .span3 .locationtopresp {
		display: block;
	}
	.ddsmoothmenu {
		display: none !important;
	}
	.socialt img {
		filter: brightness(0) invert(1);
	}
	body .mainheadert {
		padding: 0 0 10px;
		max-width: 100% !important;
		margin: 0;
		width: 100% !important;
	}
	.mainheadert > .row {
		display: flex;
		flex-wrap: wrap;
	}
	.mainheadert .logo {
		order: 3;
		margin: 0 0 0 5px !important;
		max-width: 200px;
	}
	.topphonet {
		position: absolute;
		bottom: 20px;
		right: 100px;
		border-bottom: 2px solid var(--secondary);
	}
	.mobile-menu {
		display: block;
		margin: auto;
		text-align: center;
	}
	.span9.pull-right.menu {
		display: none;
	}
}
@media (max-width:800px){
	.flex-banner {
		flex-flow: column;
		padding: 200px 0 6%;
	}
	.flex-banner>div {
		text-align: center;
		width: 100% !important;
	}
}
@media (max-width:550px){
	.newmainmenu-t .topphonet a {
		font-size: 16px;
		padding-bottom: 4px;
	}
	.newmainmenu-t .topphonet a img {
		max-width: 16px;
	}
	.mainheadert .logo {
		max-width: 160px;
	}
}
@media (max-width:500px){
	.mobile-menu .m-dropdown .m-dropbtn {
		font-size: 40px;
	}
	.mobile-section .mobile-menu {
		margin-top: -54px;
	}
	.topphonet {
		right: 69px;
	}
	.mainheadert .logo {
		max-width: 120px;
	}
	.flex-banner {
		background-image: url(/wp-content/uploads/2021/06/top-banner-500w-1.jpg.webp);
		background-size: contain;
		background-repeat: no-repeat;
		background-color: rgb(255 255 255 / 30%);
		background-blend-mode: soft-light;
	}
	#banner {
		background-image: linear-gradient(0deg, rgba(246,246,246,1) 0%, rgba(186,215,231,1) 100%);
	}
}
@media (max-width:340px){
	.mainheadert .logo {
		max-width: 110px;
	}
}
/* Full Layout css */
@media (min-width: 600px) and (max-width: 1000px){
	.container {
		box-sizing: border-box;
		max-width: 100% !important;
	}
	div {
		max-width: 100% !important;
	}
}