@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,500;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    background: #285589;
}
a:hover {
    text-decoration: none;
}
p {
    margin: 0;
}
img {
    max-width: 100%;
  }
  .mr-10 {
      margin: 0px 10px;
  }
  ul {
    list-style-type: none !important;
    padding: 0;
  }
  a, button {
      outline: 0 !important;
      text-decoration: none;
  }
  
/* -----------------------menu------------------------------ */
.bg-primary {
    background: #649fd5 !important;
    color: #fff !important;
}
.menu-wrapper li {
   list-style: none;
   float: left;
}
.navbar .container {
    max-width: 1500px;
    justify-content: flex-end;
}
.menu-wrapper li a {
    color: rgb(255, 253, 253);
    text-transform: uppercase;
    padding: 10px 20px;
}
button.sub-menu-toggle {
    display: none;
}
.primary-menu-container ul li ul {
    display: none;
}
.primary-menu-container ul li:hover ul {
    display: block;
}
.site-nav-items ul ul {
    position: absolute;
    left: 0;
    z-index: 9;
    background-color: #285589;
    padding: 3px;
    margin-top: 5px;
}
.site-nav-items ul li {
    position: relative;
}
.site-nav-items ul ul li {
    width: 250px;
    padding: 5px 0px;
}
/* ---------------------------menu-------------------------- */

/* --------------------slider----------------- */
.hero-section {
    margin-bottom: 40px;
    margin-top: 40px;
}
.hero-section .loop img {
	max-width: 1600px !important;
    /*margin-right: 160px;
    width:500px !important;
    margin-bottom: 20px;*/
}
.spacing {
    position: relative;
    width: 100%;
    max-width: 1600px;
    /*padding-right: 15px;
    padding-left: 15px;*/
    margin-right: auto;
    margin-left: auto;
	margin: 0 auto;
}

.hero-section {
    /*background: url(../images/bg.png)top no-repeat;
    background-size:  100% 100%;*/
	background: #fff;
    height: 675px;
    /*padding-top: 37px;*/
    position: relative;
	overflow: hidden;
	/* display: flex;
	 * align-items: center; */
}
/*.slick-initialized .slick-slide {
    margin-top: 40px;
}*/
.slick-dots {
    display: none !important;
}
.hero-slider-caption h1 {
    padding-top: 10%; /*53px;*/
    text-transform: uppercase;
    color: #005f33;
    font-weight: 700;
    position: absolute;
    right: 25%;
}
.hero-slider-caption span {
    color: #8cc640;
}
.hero-section .phone {
    background: url('../images/phone.png') no-repeat;
    padding: 20px;
    background-size: 50px;
    width: 83px;
    height: 87px;
}
.hero-section .right_text .first_txt {
    width: 45%;
}
.hero-section .right_text {
    background: url(../images/phone-bg.png);
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    height: 270px;
    width: 100%;
    /*max-width: 1400px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-top: -12px;*/
}
.hero-section .right_text .main_txt {
    display: flex;
    margin-top: 145px;
}
.hero-section .right {  
    /*color: #fff;*/
    display: flex;
    /*font-weight: 900;
    font-style: italic;
    width: 57%;*/
}
.hero-section .right h2, .hero-section .right a, .hero-section .right a:visited, .hero-section .right a:active {
    font-size: 28px;
	color: #fff;
    font-weight: 900;
    font-style: italic;
}
/* --------------------slider----------------- */

/* ------------------notice---------------------------- */
.notice {
    background: #fff;
    position: relative;
    left: 0;
    width: calc(100% - 362px);
    background-color: white;
    padding: 22px 100px;
    margin-bottom: 40px;
    margin-top: 40px;
    height: 73px;
}
.notice::before {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0;
  width: 0;
  height: 0;
  border-left: 37px solid #fff;
  border-top: 37px solid #285589;
  border-bottom: 37px solid #285589;
}
.notice .notice_wrapper {
    display: flex;
    align-items: center;
}
.notice .notice_wrapper .notice_logo img {
    width: 35px;
    margin-right: 30px;
}
.notice p, .notice a, .notice a:visited, .notice a:active {
    color: #285589;
}
/* ------------------notice---------------------------- */


/* -----------------------------------------color-------------------------------------------- */
.wrapper {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}
.wrapper .main_boxes {
    display: flex;
}
.wrapper .main_boxes .box {
    width: calc(100% - 100px);
    display: flex;
    align-items: center;
    padding: 20px 60px;
    height: 200px;
    min-height: 200px;
}
.wrapper .main_boxes .box .display {
    display: flex;
    align-items: center;
    text-align: center;
}
.wrapper .main_boxes .box .display img {
    width:100px;
    margin-right: 40px;
}

.wrapper .main_boxes .box p {
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 1px;
    margin: 0;
	display:inline;
}
.wrapper .main_boxes .box a,
.wrapper .main_boxes .box a:visited, 
.wrapper .main_boxes .box a:active {
	color: #212529;
}
/* -----------------------------------------color-------------------------------------------- */

/* -------------------------------list----------------------------------------- */
.list {
    padding-bottom: 70px;
  }
  .price_list {
      padding-top: 70px;
  }
  .price_list .main_box .price_box p {
    border-bottom: 0.5px solid #000;
    padding: .75rem;
  }
  .price_list .main_box .price_box .price p:last-child {
      border:none;
  }
.price_list .main_box .price_box .price:nth-child(2) p {
    text-align: center;
}
.price_list .main_box .price_box p:nth-child(1) {
    text-align: center;
}
.price_list .main_box {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    width: 66%;
    margin: 0 auto;
}
.price_list .main_box h4 {
    position: relative;
    text-align: center;
    padding: 20px;
    margin-bottom: 6px;
    height: 70px;
    width: 280px;
    background: #8ec741;
    color: #fff;
    z-index: 1;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 3px;
    margin-bottom: 30px;
  }
  .price_list .main_box h4:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    height: 100%;
    width: 51%;
    background: #8ec741;
    transform: skew(0deg, 6deg);
    z-index: -1;
  }
  .price_list .main_box h4:after {
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    height: 100%;
    width: 50%;
    background: #8ec741;
    transform: skew(0deg, -6deg);
    z-index: -1;
  }
  .price_list .main_box .price_box .price:nth-child(2) h4 {
    position: relative;
    text-align: center;
    padding: 20px;
    margin-bottom: 6px;
    height: 70px;
    width: 280px;
    background: #005f34;
    color: #fff;
    z-index: 1;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 3px;
    margin-bottom: 30px;
  }
  .price_list .main_box .price_box .price:nth-child(2) h4:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    height: 100%;
    width: 51%;
    background: #005f34;
    transform: skew(0deg, 6deg);
    z-index: -1;
  }
  .price_list .main_box .price_box .price:nth-child(2) h4:after {
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    height: 100%;
    width: 50%;
    background: #005f34;
    transform: skew(0deg, -6deg);
    z-index: -1;
  }

.price_list .price_box {
    border: 2px solid #000;
    border-radius: 20px;
    padding: 0px 20px;
    display: flex;
    justify-content: center;
}
.price_box_content_below {
	text-align: center;
	margin:0 auto;
	color:#fff;
}

.list .mandatory {
    width: 80%;
}
.list .mandatory .heading {
    background: url('../images/tag.png') no-repeat;
    background-size: 100% 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.list .mt-100 {
    margin-top: 100px;
}
.list .mandatory .heading .icon img {
    width: 80px;
}
.list .mandatory .heading .icon {
    margin-bottom: 15px
}
.list .mandatory .heading .head h4 {
    text-transform: uppercase;
    font-size: 30px;
    color: #285589;
    font-weight: 900;
    padding-left: 20px;
    letter-spacing: 4px;
}
.list .mandatory .heading .head .font_small {
    font-size: 19px;
    letter-spacing: 2px;
}
.list .mandatory .heading .head .text_2 {
    font-size: 25px;
    letter-spacing: 2px;
}
.list .mandatory .heading .d-flex {
    justify-content: space-between;
    align-items: flex-end;
    padding: 2px 20px;
}
.list .mandatory .wrapper_bg {
    background: #01c5ec;
    color: #fff;
    padding: 20px;
    margin: -10px 20px;
    z-index: -1;
    position: relative;
}
.list .mandatory .wrapper_bg p {
	margin-bottom: 1rem;
}
.list .mandatory .wrapper_bg .paragraph ul {
    line-height: 48px;
}
/* -------------------------------list----------------------------------------- */

/* -----------------------------------------------wrapper------------------------------------------ */
.contents p, .contents h1, .contents h2, .contents h3, .contents h4, .contents h5, .contents h6, .contents li, .contents td {
    color: #285589;
}
.contents p {
	margin-bottom: 1rem;
}
.contents ul {
	list-style-type: disc !important;
	list-style-position: inside;
}
.contents ol {
	list-style-type: numeric !important;
	list-style-position: inside;
}
.wrapper {
    background: url('../images/wrapper.png');
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
}
.wrapper .content {
    font-size: 40px;
    color: #285589;
    line-height: 48px;
    font-weight: 600;
    margin-top: 50px;
    font-weight: 700;
}
#recycling_guide .container {
	max-width: 1600px;
}
.wrapper .bottom {
    display: flex;
    align-items: baseline;
    position: absolute;
    bottom: 33px;
}
.wrapper .bottom .icon img {
    width: 50px;
    margin-right: 30px;
}
.wrapper .bottom p,
.wrapper .bottom a, 
.wrapper .bottom a:visited, 
.wrapper .bottom a:active {
    color: #285589;
}
.calendar_pages li {float:left; list-style: none;}
.calendar_pages li {width:300px; }
.calendar_pages a, .calendar_pages a:visited, .calendar_pages a:active {}
/* -----------------------------------------------wrapper------------------------------------------ */

/* ------------------------------------------footer--------------------------------------------------------- */
footer {
    background: url(../images/footer.png)no-repeat;
    background-size: 100% 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 100px;
}
footer .container {
    max-width: 1380px;
}
footer .footer .footer_wrapper {
    display: flex;
    justify-content: flex-end;
}
footer .footer .footer_wrapper .content p, 
footer .footer .footer_wrapper .content a, 
footer .footer .footer_wrapper .content a:visited, 
footer .footer .footer_wrapper .content a:active {
    color: #005f33;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}
footer .details ul {
    padding-left: 30px;
}
footer .footer .footer_wrapper .content p span {
    text-transform: capitalize;
    color:#8cc640;
}
footer .footer .right {
    float: right;
}
footer .footer .footer_logo {
    margin-right: 20px;
}
footer .footer .footer_logo img {
    width: 100px;
}
.footer .links ul {
    display: flex;
}
.footer .links ul li {
    padding-right: 20px;
    
}
.footer .links ul li a {
    color:#414142;
}
footer .footer .details {
    align-items: center;
}
footer .footer .details ul li,
footer .footer .details ul a,
footer .footer .details ul a:visited,
footer .footer .details ul a:active {
    color: #285589;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
footer .footer .details ul li img {
    width: 20px;
    margin-right: 20px;
}
#copyright {
    margin: 0 auto;
    padding: 2em 1em 1em 1em;
	text-align: center;
}
footer a, footer a:hover, footer a:visited {
    color: #285589;
}
/* ------------------------------------------footer--------------------------------------------------------- */