/*
    Theme Name: DevOps
    Version: 1.0.2
*/

.collapsible {
	cursor: pointer;
	padding: 0;
	border: 0 none;
	outline: none;
  }
  

  .content-collapse {
	padding: 0;
	display: none;
	overflow: hidden;
  }

.header-full-width .title-area {
	padding: 0;
}

.header-ad {
	margin: 0;
	background: #DC2E2A;
	padding: 20px 0 0;
}

.header-ad .new-header {
	margin: auto;
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
    max-width: 100%;
    width: 1240px;
}

.header-ad .widget-wrap {
	width: 100%;
	display: flex;
  	justify-content: center;
	max-width: 1240px;
	margin: auto;
}

.header-ad .widget_custom_html {
	margin: 20px 0 0;
	  display: flex;
	  justify-content: space-between;
	  padding: 20px;
	  background: url("https://devops.com/wp-content/uploads/2024/12/Banner-page-1.png") no-repeat 0 0;
	  background-size: cover;
	}

.header-ad .custom-html-widget {
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 100%;
	width: 100%;*/
}

.header-ad .newsletter {
	color: #fff;
	font-size: 30px;
}

.header-ad .news-text {
font-size: 18px;
}

.header-ad .hs-input {
	height: 46px;
	width: 300px;
}

@media (min-width: 1200px) {

	.header-ad .custom-html-widget {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		max-width: 100%;
		width: 1240px;
		align-items: center;
	}

	.header-ad .new-header {
		max-width: 1240px !important;
		margin: auto;
	}

	.header-ad .widget_custom_html {
		max-width: 100%;
		display: flex;
    	align-items: center;
		height: 200px;
	}

	.header-ad .hs-input {
		height: 46px;
		width: 380px;
		}

	.header-ad .newsletter {
		font-size: 40px;
	}
}

.header-ad .hbspt-form .hs-form {
	display: flex;
}

.header-ad .hs-button.primary.large {
border-radius: 0;
}

.header-ad .logo-area {
	padding: 0 !important;
}

.site-header .title-area {
	display: none;
}

.wrap #mega-menu-wrap-topmenu {
    padding-top: 0;
  height: 40px !important;
}

.new-header .widget-area.header-widget-area p {
    display: none;
    }