:root {
  --main-head-color: #44562D;
  --main-head-color-hover: #b1c057;
  --main-head-bg: #fff;
  --main-head-submenu-bg: #ececec;
  --phone-bacground: #B1C057;
  --hp-title-color:#44562D;
  --hp-cotnent-color:#606060;
  --hp-button-color:#EB8247;
}
/* Header */
  .site-header {
    position: relative;
    z-index: 9999;
  }
  .header-content {
	float: left;
	width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  #site-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 0 auto;
    background-color: var(--main-head-bg);
    border: unset;
  }
  #md-collapse-menu {
    padding: 0;
  }
  #primary-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #primary-menu > li:not(:first-child){
    margin-left: 31px;
  }
  #primary-menu .menu-item a {
    color:  var(--main-head-color);
    font-size: 15px;
    font-weight: 400;
    padding: 20px 0;
  }
  #primary-menu li.menu-item-has-children a {
    margin-right: 18px;
  }
  #primary-menu li.menu-item-has-children a {
    position: relative;
  }
  #primary-menu .menu-item-has-children > a:before {
     content: "\203A";
    position: absolute;
    right: -20px;
    top: 14.5px;
    font-size: 24px;
    transform: rotateZ(90deg);
  }
  #primary-menu .menu-item a:hover {
    color: var(--main-head-color-hover);
  }
  #primary-menu li.menu-item-has-children:hover > .sub-menu  {
    visibility: visible;
    opacity: 1;
  }
  .menu-item-has-children .sub-menu {
    position: absolute;
    top: 50px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-color: var(--main-head-submenu-bg);
    border: #ececec solid 1px;
    -webkit-box-shadow: 8px 12px 43px #00000016;
            box-shadow: 8px 12px 43px #00000016;
    list-style: unset;
    padding: 20px 0;
    z-index: 999;
  }
  #primary-menu .menu-item-has-children .sub-menu a {
    display: block;
    padding: 0 20px;
    margin-bottom: 10px;
  }
  #primary-menu .menu-item-has-children .sub-menu li:last-of-type a {
    margin-bottom: 0;
  }


  @media screen and (min-width: 992px) and (max-width: 1200px) {
    #primary-menu .menu-item a {
      font-size: 16px;
    }
    .site-branding img {
      max-width: 180px;
    }
    #site-navigation {
      margin-right: 17px;
    }
    #primary-menu > li:not(:first-child) {
      margin-left: 20px;
    }
    }

	@media screen and (min-width: 992px) {
		.menu-item-has-children .sub-menu .sub-menu {
			top: 50px;
			left: 90%;
		}
		#primary-menu li.menu-item-has-children .sub-menu .menu-item-has-children > a:before {
			top: -6px;
			right: 0px;
			transform: rotateZ(359deg);
		}
		#primary-menu li.menu-item-has-children .sub-menu .menu-item-has-children {
			position: relative;
		}
		#primary-menu li.menu-item-has-children .sub-menu .menu-item-has-children ul.sub-menu {
			top: 0;
		}
		#primary-menu li.menu-item-has-children .sub-menu .menu-item-has-children ul.sub-menu li:not(:last-child) {
			margin-bottom: 10px;
		}
	}
  @media screen and (max-width: 991px) {
    .site-header {
      position: relative;
      -webkit-box-shadow: 8px 12px 21px 0px rgba(0, 1, 1, 0.08);
              box-shadow: 8px 12px 21px 0px rgba(0, 1, 1, 0.08);
    }
    .header-content {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      position: relative;
    }
    .site-branding {
      z-index: 2;
    }
    .site-branding img {
      max-width: 155px;
    }
    .navbar-header {
      position: absolute;
      top: 10.5px;
      right: 15px;
    }
    #site-navigation .navbar-header button {
      background-color: unset;
      border: unset;
      border-radius: unset;
      margin: 0;
    }
    #site-navigation .navbar-header button:hover, #site-navigation .navbar-header button:focus, #site-navigation .navbar-header button:active {
      background-color: unset;
    }
    .navbar-header button .icon-bar{
      background-color: #42542B!important;
      width: 46px;
      border-radius: unset;
    }
    .navbar-header button .icon-bar:not(:first-child) {
      margin-top: 8px;
    }
    .navbar-toggle {
      display: block;
    }
    #md-collapse-menu {
      width: 100%;
    }
    .md-navigation .collapse {
      display: none!important;
    }
    .md-navigation .collapse.in {
      display: block!important;
    }
    #site-navigation {
      position: static;
      margin: 0;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      min-height: unset;
    }
    #primary-menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 45px 0 35px 1px;
    }
    #primary-menu > li.menu-item {
      margin: 0 0 11px 0;
    }
    #primary-menu .menu-item a {
      font-size: 18px;
      padding: 5px 0;
		line-height: 42px;
    }
    #primary-menu .menu-chevron {
        position: absolute;
		top: 5px;
		font-size: 35px;
		right: 10px;
		transform: rotate(90deg);
		height: 35px;
		width: 35px;
		display: flex;
		align-items: center;
		justify-content: center;
    }
    #primary-menu .menu-item-has-children {
      position: relative;
    }
    #primary-menu .menu-item-has-children a:before {
      content: unset;
    }
    #primary-menu .menu-item-has-children .sub-menu {
      display: none;
      visibility: visible;
      opacity: 1;
      -webkit-transition: unset;
      -o-transition: unset;
      transition: unset;
      position: static;
      border: unset;
      -webkit-box-shadow: unset;
              box-shadow: unset;
      background-color: #f4f4f4;
      margin-left: 0px;
		        overflow: auto;
        max-height: 320px;

    }
  }

@media screen and (max-width:600px){
	.site-header {
    position: absolute;
    width: 100%;
    top: 0;
}
	body {
    padding-top: 128px;
}
	.site-header.sticky{
		position:fixed;
	}
}

  @media screen and (max-width: 400px) {
    .site-branding img {
      max-width: 121px;
    }
    .navbar-header {
      top: 14px;
    }
  }

  /* Header end */

  h1,h2,h3,h4,h5,a,p{
    font-family: 'DM Sans'!important;
  }
  a.md-head-phone {
      width: 306px;
      height: 79px;
      background: var(--phone-bacground);
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 0px 0px 0px 20px;
      font-weight: 700;
      font-size: 22px;
      color: #ffff;
      position: relative;
  }
  a.md-head-phone img {
      margin-right: 10px;
      width: 40px;
      height: 40px;
  }
  header#masthead, main#main {
      /* float: left;
      width: 100%; */
  }
  .site-branding {
      padding-left: 15px;
  }
/* footer */
section.md-banner-ab-footer {
    padding: 156px 0;
}
.md-banner-ab-footer .md-hp-sm-title {
    color: #FFFFFF;
    text-align: center;
    padding-bottom: 23px;
}
.md-banner-ab-footer p {
    font-weight: 400;
    font-size: 19px;
    line-height: 34px;
    text-align: center;
    color: #FFFFFF;
    max-width: 700px;
    margin: 0 auto;
    padding-bottom: 37px;
}
.md-banner-ab-footer a.md-hp-button {
    margin: 0 auto;
}
/* banner Phone */
section.md-phone-banner {
    padding: 50px 0 60px;
    background: #44562D;
}
.md-phone-banner-left h2.md-hp-sm-title,
.md-phone-banner-left p {
    color: #fff;
}
.md-phone-banner-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.md-phone-banner-right a.md-head-phone {
    font-size: 18px;
    border-radius: 0px 20px;
    max-width: 234px;
    height: 56px;
}
.md-phone-banner-left p {
    font-weight: 400;
    font-size: 19px;
    line-height: 25px;
    letter-spacing: 0;
    color: #FFFFFF;
    margin: 0;
}
@media only screen and (min-width:991px){
  .md-phone-banner .container {
    display: flex;
    align-items: center;
  }
	#primary-menu li.menu-item-has-children > .sub-menu {
		min-width: 200px;
		box-shadow: none;
	}
}
p.md-location, .md-address {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #1F1F1F;
    padding-bottom: 12px;
    margin: 0;
}
p.md-location span, .md-address span {
  font-weight: 700;
}
.md-footer-wrap {
    float: left;
    width: 100%;
    padding: 100px 0 56px;
}
.menu-footer-menu-container a, .menu-footer-menu-container li {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #154F25;
    list-style: none;
}
.menu-footer-menu-container ul {
    padding: 0;
}
.site-info {
    background: #F9F7F3;
    padding: 17px 0;
    float: left;
    width: 100%;
}
.md-footer-copy-right {
    display: flex;
    align-items: center;
    justify-content: center;
}
.md-footer-copy-right p, .md-footer-copy-right p a {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    color: #1F1F1F;
    margin: 0;
}
.md-footer-copy-right p a {
  font-weight: 700;
}
.md-footer-soc {
    padding-left: 10px;
}
@media only screen and (min-width:1280px) and (max-width:1500px) {
  a.md-head-phone {
    width: 265px;
    height: 66px;
    font-size: 18px;
  }
	.md-header-phone {
    margin-bottom: auto;
	}
	.site-branding img.custom-logo {
		height: 55px;
	}
}
@media only screen and (min-width:1200px) and (max-width:1500px) {
  #primary-menu > li:not(:first-child) {
    margin-left: 24px;
  }
  #primary-menu li.menu-item-has-children a {
    margin-right: 10px;
  }
	.site-branding {
    padding-top: 3px;
	}
}
@media only screen and (min-width:1200px) and (max-width:1280px) {
  a.md-head-phone {
    width: 235px;
    height: 72px;
  }
}
@media only screen and (min-width:992px) and (max-width:1200px) {
  .header-content {
    flex-wrap: wrap;
	  width: 99.5%;
  }
  .site-branding,
  .md-header-phone  {
    order: 1;
  }
  a.md-head-phone {
    width: 230px;
    height: 62px;
    font-size: 18px;
  }
  nav#site-navigation {
    width: 100%;
    order: 2;
    justify-content: center;
    margin-right: 0;
    border-top: 1px solid #E4E2D7;
    border-bottom: 1px solid #E4E2D7;
  }
  #md-collapse-menu {
      padding: 22px 0;
  }
  section.md-banner-ab-footer {
    padding: 105px 0 110px;
  }
}
@media only screen and (max-width:1200px){
  .md-phone-banner .container {
    flex-direction: column;
  }
  .md-phone-banner-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
  }
  .md-phone-banner-right.col-xs-12.col-md-8 {
    width: 100%;
    justify-content: center;
  }
  .md-phone-banner-right a.md-head-phone:nth-child(2) {
    margin: 0 32px;
  }
  .md-footer-wrap .container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 300px;
  }
  .md-wrap-fisrt-two .md-footer-left:nth-child(2) {
    padding-top: 50px;
  }
  .md-footer-wrap .md-wrap-fisrt-two {
    display: flex;
    flex-direction: column;
    width: 36%;
    min-width: 274px;
  }
  .md-wrap-fisrt-two .md-footer-left.col-xs-12.col-md-6 {
    width: 100%;
  }
	.site-info {
    padding: 16px 0;
	}
	.md-footer-wrap {
		padding: 100px 0 140px;
	}
}
@media only screen and (max-width:991px) {
  .md-footer-wrap .container {
    max-height: 100%;
    position: relative;
  }
  p.md-location,
  .md-address  {
    display: flex;
    flex-direction: column;
  }
  .md-wrap-fisrt-two.col-xs-12.col-md-6,
    .md-footer-menu {
    width: 50%;
    }
    .md-footer-wrap .container {
      display: flex;
      flex-wrap: wrap;
      flex-direction: revert;
  }
  .md-footer-menu {
      width: fit-content;
      margin-left: auto;
      min-width: 100px;
  }
  .md-footer-left.col-xs-12.col-md-4 {
    padding-top: 66px;
  }
  .md-header-phone a.md-head-phone {
    height: 59px;
    width: 219px;
    font-size: 16px;
  }
  .md-header-phone {
    margin-right: 100px;
  }
  .header-content {
    flex-wrap: unset;
  }
  nav#site-navigation {
    width: 100%;
  }
  #md-collapse-menu {
    width: 100%;
    left: 0;
    background: #fff;
    top: 60px;
/*     padding-left: 30px; */
    position: absolute;
  }
	#primary-menu .menu-item a {
		padding-left: 20px;
	}
  .md-footer-left.md-footer-menu.col-xs-12.col-md-2 {
    width: 50%;
  }
  .menu-footer-menu-container {
    width: fit-content;
    min-width: 100px;
    float: right;
  }
  .md-footer-wrap {
    padding: 75px 0 65px;
  }
	section.md-banner-ab-footer {
    padding: 120px 0;
	}
	.md-x-collapse[aria-expanded="true"] span.icon-bar:nth-child(1) {
    transform: rotate(314deg);
    margin: 0px;
    top: 10px;
    position: relative;
    transition: 0.3s ease-in-out;
	}
	.md-x-collapse[aria-expanded="true"] span.icon-bar:nth-child(2) {
    transform: rotate(44deg);
	transition: 0.3s ease-in-out;
	}
	.md-x-collapse[aria-expanded="true"] span.icon-bar:nth-child(3) {
		display:none;
	}
	.span.icon-bar {
		transition: 0.3s ease-in-out;
	}
	.md-sibar-banner {
		display: none;
	}
}
.md-wrap-fisrt-two.col-xs-12.col-md-6 {
    padding-left: 0;
    padding-right: 0;
}
@media only screen and (max-width:720px) {
	  .md-phone-banner-right.col-xs-12.col-md-8 {
		flex-direction: column;
	  }
	  .md-banner-ab-footer p {
		font-size: 18px;
		line-height: 33px;
	  }
	  .md-phone-banner .md-phone-banner-right a.md-head-phone {
		margin: 0 0 18px 0;
	  }
}
@media only screen and (max-width:600px) {
  .header-content {
    flex-wrap: wrap;
  }
	.header-content {
		background: #fff;
	}
  .site-branding {
    order: 2;
    height: 48px;
    margin-top: 10px;
  }
  .site-branding a.custom-logo-link, .site-branding a.custom-logo-link img {
    height: 100%;
    width: auto;
      max-width: fit-content;
  }
  .navbar-header {
      top: 70px;
  }
  .md-header-phone a.md-head-phone {
      max-width: 100%;
      width: 100%;
      border-radius: 0;
  }
  .header-content {
    border-bottom: 1px solid #E4E2D7;
    padding-bottom: 10px;
  }
  #md-collapse-menu {
    top: 128px;
  }
  .md-header-phone {
    margin-right: 0;
    width: 100%;
  }

  section.md-banner-ab-footer {
    padding: 100px 0 80px;
  }

  .md-footer-menu {
    margin-left: 0;
  }
  .menu-footer-menu-container {
    float: left;
  }
  .md-footer-wrap {
    padding: 40px 0 50px;
  }
  .md-wrap-fisrt-two .md-footer-left:nth-child(2) {
    padding-top: 35px;
  }
  .md-footer-menu {
    padding-top: 40px;
  }
  .md-footer-left.col-xs-12.col-md-4 {
    padding-top: 50px;
  }
  .md-footer-copy-right.col-xs-12 {
    flex-direction: column;
  }
  .md-footer-soc {
    padding-left: 0;
    padding-top: 20px;
  }
	.sticky {
		position: fixed;
		width: 100%;
		top: 0;
	}
	.site-header.sticky {
		background: #fff;
	}
}
.md-footer-soc a:nth-child(1):hover img {
    content: url(/wp-content/uploads/2022/08/facebook_hover_state.svg);
}
.md-footer-soc a:nth-child(2):hover img {
    content: url(/wp-content/uploads/2022/08/twitter_hover_state.svg);
}
.md-footer-soc a:nth-child(3):hover img {
    content: url(/wp-content/uploads/2022/08/youtube_hover_state.svg);
}
a.md-head-phone:hover {
    background: #9CB317;
	transition: 0.3s ease-in-out;
}
.menu-footer-menu-container a:hover {
	  color: #B1C057;
	transition: 0.3s ease-in-out;
}
/* POPUP */

.md-popup-holder{
	position: fixed;
    top: -25px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    display: none;
    align-items: center;
    justify-content: center;
	z-index:999999;
}
.md-popup-in{
	height: auto;
	position:relative;
/*     overflow: auto; */
	min-height: 650px;
}
.md-popup-close{
    position: absolute;
    z-index: 99999;
        color: #000;
    font-size: 21px;
    top: 0px;
    right: 10px;
    cursor: pointer;
}
.md-popup-in {
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    padding: 40px 55px 40px;
}
.gform_wrapper.gravity-theme .gform_footer {
    margin-bottom: 0!important;
    padding-bottom: 0!important;
}
.md-popup-in h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -0.01em;
    color: #42542B;
    text-align: center;
}
.md-popup-in h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    color: #606060;
    max-width: 370px;
    padding-top: 10px;
}
.md-popup-in h4 a {
    color: #B1C057;
}
.md-popup-in  input {
    background: #F9F7F3;
    border: 1px solid #D6CCB9;
    border-radius: 0px;
    height: 45px;
	    font-family: 'DM Sans'!important;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #606060;
	padding-left:15px!important;
}
.md-popup-in .gform_wrapper.gravity-theme textarea {
    background: #F9F7F3;
    border: 1px solid #D6CCB9;
    border-radius: 0px;
    height: 75px!important;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #606060;
	  font-family: 'DM Sans'!important;
	padding-left:15px!important;

}
input#gform_submit_button_9 {
    background: #EB8247;
    border-radius: 0px 20px;
    font-weight: 600;
    font-size: 22px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
	border: none;
}
.md-popup-in .md-inner-cont-r p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #606060;
    max-width: 340px;
    margin: 0 auto;
    padding: 20px 0;
    
}
.md-popup-in .md-inner-cont-r {
	border-top: 1px solid #C6C6C6;
	margin-top:20px;
}
.md-button-open {
    cursor: pointer;
}
.md-popup-in input:focus,
.md-popup-in textarea:focus{
    border-radius: 0!important;
    border: 1px solid #000!important;
    outline: none;
}
.md-footer-left .deposit-product {
	font-size: 18px;
    color: #44562d;
    margin-top: 15px;
    display: block;
}
@media only screen and (max-width:1500px) {
	.md-popup-in {
	margin-top: 50px; 
	}
}
@media only screen and (min-width:991px) and (max-width:1020px) {
	#primary-menu li.menu-item-has-children > .sub-menu {
		min-width: 187px;
	}
}
@media only screen and (min-width:991px) and (max-width:1007px) {
	#primary-menu > li {
		position: relative;
	}
	#md-collapse-menu #primary-menu .menu-item-has-children > span.menu-chevron{
		font-size: 19px;
		transform: rotateZ(90deg)!important;
		position: absolute;
		right: -2px!important;
		top: -2px!important;
	}
	#md-collapse-menu #primary-menu .menu-item-has-children .sub-menu .menu-item-has-children > span.menu-chevron {
		transform: rotateZ(1deg)!important;
		right: 17px!important;
		top: 0px!important;
	}
	#primary-menu .menu-item-has-children > a:before {
		display:none;
	}
}
@media only screen and (max-width:767px) {
	.md-footer-copy-right.col-xs-12 {
		flex-direction: column;
	}
	.md-footer-soc {
		padding-left: 0;
		padding-top: 20px;
	}
}
@media only screen and (max-width:600px){
	.md-popup-in {
		padding: 30px 25px 35px;
		height: 615px;
	}
	.md-popup-in h2 {
		font-size: 32px;
		line-height: 42px;
	}
	.md-popup-in h4 {
		font-size: 20px;
		line-height: 27px;
	}
	.md-popup-in .md-inner-cont-r p {
		font-size: 16px;
		line-height: 26px;
	}
}
@media only screen and (min-width:400px) and (max-width:600px) {
	.md-popup-in h4 {
		max-width: 345px;
	}
}
@media only screen and (min-width:991px) and (max-width:1500px) {
	.md-popup-in h2 {
		line-height: 35px;
		font-size: 35px;
	}
	.md-popup-in h4 {
		font-size: 22px;
		line-height: 32px;
	}
	.md-popup-in .md-inner-cont-r {
		margin-top: 15px;
	}
	.md-popup-in .md-inner-cont-r p {
		padding: 15px 0;
	}
}
.instruction.validation_message {
    display: none;
}
.gform_wrapper .gform_validation_errors {
    display: none;
}
.gfield_error {
    position: relative;
	    padding-bottom: 10px;
}
.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
    padding: 0!important;
/*     position: absolute; */
    max-width: fit-content;
/*     top: -34px; */
}
.md-popup-in h4 {
    margin: 0 auto!important;
}
.md-popup-in input#gform_submit_button_9:hover {
    background: #D45F1D;
    transition: 0.3s ease-in-out;
}
.md-popup-in {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.md-popup-in::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}
.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
    min-width: 150px;
}
@media only screen and (min-width:1200px)  and (max-width:1500px) {
	.site-branding img.custom-logo {
		max-width: 262px;
	}
}
@media only screen and (min-width:1500px) {
	.site-branding img.custom-logo {
		max-width: 262px;
	}
}
.md-ft-txt-container {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}
.md-footer-bt-text p {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #154F25;
    list-style: none;
    text-align: center;
	max-width: 950px;
    margin: 0 auto;
}