@charset "utf-8";

body{  background:#fff;}

.form-control::-moz-placeholder {
  color: #bebebe !important;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #bebebe !important;
}
.form-control::-webkit-input-placeholder {
  color: #bebebe !important;
}
a {color: #ffd32f;text-decoration: none}
a:hover,a:focus {color: #cfa60f; text-decoration: none;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family:'OpenSans-Bold';
	src: url('../fonts/OpenSans-Bold_gdi.eot');
	src: url('../fonts/OpenSans-Bold_gdi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/OpenSans-Bold_gdi.woff') format('woff'),
		url('../fonts/OpenSans-Bold_gdi.ttf') format('truetype'),
		url('../fonts/OpenSans-Bold_gdi.svg#OpenSans-Bold') format('svg');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff'),
         url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-light-webfont.woff2') format('woff2'),
         url('../fonts/opensans-light-webfont.woff') format('woff'),
         url('../fonts/opensans-light-webfont.ttf') format('truetype'),
         url('../fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansCnLtIt';
    src: url('../fonts/opensans-condlightitalic.eot');
    src: url('../fonts/opensans-condlightitalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-condlightitalic.woff2') format('woff2'),
         url('../fonts/opensans-condlightitalic.woff') format('woff'),
         url('../fonts/opensans-condlightitalic.ttf') format('truetype'),
         url('../fonts/opensans-condlightitalic.svg#open_sansCnLtIt') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'base_02regular';
    src: url('../fonts/base_02-webfont.eot');
    src: url('../fonts/base_02-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/base_02-webfont.woff2') format('woff2'),
         url('../fonts/base_02-webfont.woff') format('woff'),
         url('../fonts/base_02-webfont.ttf') format('truetype'),
         url('../fonts/base_02-webfont.svg#base_02regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/************** logo Sec ****************/
header .logo_sec{width:100%; float:left; margin:0; padding:10px 0; border-bottom:#77b74a 1px solid}
header .logo_sec .logo{width:80%; padding:8px 0}
header .logo_sec .right{margin:0px; padding:0px; text-align:right;}
header .logo_sec .right h4{font-family:open_sanssemibold; color:#333; line-height:24px; margin:0px;  }
header .logo_sec .right .call{font-family:open_sanslight; font-size:24px; color:#77b74a; line-height:30px; }
header .logo_sec .right .call a{color:#77b74a; }
header .logo_sec .right .call i{ background-color:#77b74a; color:#fff; border-radius:50%; font-size:20px; line-height:30px; width:30px; height:30px; margin-right:5px; text-align: center; }
header .logo_sec .right .email{font-family:open_sansCnLtIt; font-size:24px; line-height:30px; color:#333; }


/************** form_sec****************/
section .form_sec{width:100%; float:left; margin:0; padding:30px 0;  }
/**leftside**/
section .form_sec .leftside{margin:0px; padding:0px; }
section .form_sec .leftside h3{font-family:open_sanslight; color:#77b74a; line-height:36px; margin:0px; text-transform:uppercase; margin-bottom:15px;font-weight:bold;}
section .form_sec .leftside label{font-family:open_sansregular; font-size:14px; color:#333; line-height:40px; margin:0px; padding:0px; font-weight:normal; padding-left:5px;}
section .form_sec .leftside .form-control{ background-color:#fff; border-color:#dbdbdb; height:40px; color:#8a8a8a !important; font-family:open_sansregular; font-size:15px; }
section .form_sec .leftside .height{height:120px;}
section .form_sec .leftside .pd_5{ padding:0 5px; }
section .form_sec .leftside .md_5{margin: 0 -5px;}
section .form_sec .leftside .line{border-top:#74b74a 2px dotted; height:2px; margin:25px 0}
section .form_sec .leftside .order_summary{ background-color:#ebebeb; border-radius:3px; text-align:center; padding:15px 30px 30px 30px}
section .form_sec .leftside .order_summary h2{font-family:open_sanslight; color:#249000; line-height:46px; margin:0px;  margin-bottom:15px;}
section .form_sec .leftside .order_summary .title{font-family:open_sanssemibold; font-size:20px; line-height:30px; color:#249000; text-align:left;}
section .form_sec .leftside .order_summary .title span{color:#333; font-size:16px;}

section .form_sec .leftside .order_summary .total{font-family:open_sanslight; font-size:20px; line-height:30px; color:#249000; text-align:right;}
section .form_sec .leftside .order_summary .total span{color:#333; font-size:16px;}
section .form_sec .leftside .order_summary .icon{width:50%; margin:0 auto; margin:15px 0}
section .form_sec .leftside .order_summary .btn-info{background-color:#249000; border-color:#249000; color:#fff; font-family:open_sansregular; text-transform:uppercase; margin-top:15px; padding: 10px 40px; font-size: 20px;  -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; transition:all .3s ease-in-out; -webkit-box-shadow: 0px 2px 0px 0px rgba(20,81,0,1); -moz-box-shadow: 0px 2px 0px 0px rgba(20,81,0,1); box-shadow: 0px 2px 0px 0px rgba(20,81,0,1);}
section .form_sec .leftside .order_summary .btn-info:hover{background-color:#145100; border-color:#145100; color:#fff;}
section .form_sec .leftside .icon_box{margin:30px 0; padding:0px;}
section .form_sec .leftside .icon_box h3{font-family:open_sanslight; font-size:18px; line-height:36px; color:#249000; text-align:left; margin:0px;}
section .form_sec .leftside .icon_box h3 img{margin-right:10px}
section .form_sec .leftside .icon_box p{font-family:open_sansregular; font-size:15px; color:#333; line-height:24px;  margin:0 0 15px 0; padding-left:45px}
/**rightside**/
section .form_sec .rightside{margin:0px; padding:0px; }
section .form_sec .rightside h3{font-family:open_sanslight; color:#249000; line-height:30px; margin:0px;  margin-bottom:15px; text-align: center;}
section .form_sec .rightside ul{margin:0px; padding:0px; list-style:none !important; }
section .form_sec .rightside ul li{font-family:open_sansregular; font-size:15px; color:#333; line-height:24px; padding-left:35px; list-style:none; position:relative; margin-bottom:15px;}
section .form_sec .rightside ul li i{float:left; padding:0; margin:0; font-size:24px; color:#77b74a; position:absolute; left:0; top:2px; text-align: left}
section .form_sec .rightside p{font-family:open_sansregular; font-size:15px; color:#333; line-height:24px;  margin-bottom:15px;}

section .form_sec .rightside .testimonial_box_sec{background-color:#edffe0; padding:10px 30px 50px 30px}
section .form_sec .rightside .testimonial_box_sec h2{font-family:open_sanslight; color:#249000; line-height:46px; margin:0px;  margin-bottom:15px; text-align: center;}
section .form_sec .rightside .testimonial_box{ margin-bottom: 15px;}
section .form_sec .rightside .testimonial_box p{ font-family: open_sansregular; font-size: 15px; color: #333; line-height: 24px; margin: 0px; margin-bottom:15px}
section .form_sec .rightside .testimonial_box .name{ font-family:open_sansCnLtIt; font-size: 18px; color:#77b74a; line-height: 18px; font-weight:bold;  }
section .form_sec .rightside .owl-carousel{display: block !important;}

section .form_sec .rightside .owl-theme .owl-controls .owl-buttons div{ background-color:#249000; font-size:30px; color:#fff; width:40px; height:40px; line-height:40px; text-align:center; padding:4px 0; opacity:1;}
section .form_sec .rightside .owl-theme .owl-controls .owl-buttons div.owl-prev { bottom:-40px; position:absolute; left:36%}
section .form_sec .rightside .owl-theme .owl-controls .owl-buttons div.owl-next { bottom:-40px; position:absolute; right:36%}

section .form_sec .fullside{margin:0px; padding:0px; }
section .form_sec .fullside h3{font-family:open_sanslight; color:#249000; line-height:30px; margin:0px;  margin-bottom:15px; text-align: left; padding-bottom:10px;}
section .form_sec .fullside ul{margin:0px; padding:0px; list-style:none !important; }
section .form_sec .fullside ul li{font-family:open_sansregular; font-size:20px; color:#333; line-height:24px; padding-left:35px; list-style:none; position:relative; margin-bottom:15px;}
section .form_sec .fullside ul li i{float:left; padding:0; margin:0; font-size:20px; color:#77b74a; position:absolute; left:0; top:2px; text-align: left}
section .form_sec .fullside p{font-family:open_sansregular; font-size:15px; color:#333; line-height:24px;  margin-bottom:15px;}

section .form_sec .fullside .testimonial_box_sec{background-color:#edffe0; padding:10px 30px 50px 30px}
section .form_sec .fullside .testimonial_box_sec h2{font-family:open_sanslight; color:#249000; line-height:46px; margin:0px;  margin-bottom:15px; text-align: center;}
section .form_sec .fullside .testimonial_box{ margin-bottom: 15px;}
section .form_sec .fullside .testimonial_box p{ font-family: open_sansregular; font-size: 15px; color: #333; line-height: 24px; margin: 0px; margin-bottom:15px}
section .form_sec .fullside .testimonial_box .name{ font-family:open_sansCnLtIt; font-size: 18px; color:#77b74a; line-height: 18px; font-weight:bold;  }
section .form_sec .fullside .owl-carousel{display: block !important;}

section .form_sec .fullside .owl-theme .owl-controls .owl-buttons div{ background-color:#249000; font-size:30px; color:#fff; width:40px; height:40px; line-height:40px; text-align:center; padding:4px 0; opacity:1;}
section .form_sec .fullside .owl-theme .owl-controls .owl-buttons div.owl-prev { bottom:-40px; position:absolute; left:36%}
section .form_sec .fullside .owl-theme .owl-controls .owl-buttons div.owl-next { bottom:-40px; position:absolute; right:36%}
.offer-image {
    border: 3px solid #fff;
    box-shadow: 0px 0px 15px 0px #000000;
}
.gift-wrapper{ margin-bottom:35px;}
.gift_detail{ padding-left:0px;}
.italics {
    font-style: italic;
}
.green-text {
    color: #249000;
}
.testimonial_container {
    width: 65%;
    margin: 10px auto;
}
.testimonial_box_sec {
    background-color: #edffe0;
    padding: 10px 30px 50px 30px;
}
.testimonial_box_sec h2 {
    font-family: open_sanslight;
    color: #249000;
    line-height: 46px;
    margin: 0px;
    margin-bottom: 15px;
    text-align: center;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
    bottom: -40px;
    position: absolute;
    left: 36%;
}
.owl-theme .owl-controls .owl-buttons div {
    background-color: #249000;
    font-size: 30px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 4px 0;
    opacity: 1;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
    bottom: -40px;
    position: absolute;
    right: 36%;
}
.testimonial_box .name {
    font-family: open_sansCnLtIt;
    font-size: 18px;
    color: #77b74a;
    line-height: 18px;
    font-weight: bold;
}
.user_agreement { display:inline !important;}
.agrement_label{
	color:#333 !important; font-size:14px !important; line-height: 35px !important; font-weight:normal !important; font-family:open_sansregular !important;
	}
.agrement_link, .agrement_link:hover{
	text-decoration:underline !important; color:#249000 !important;
	}
.pdl_20{ padding:0px 0px 0px 20px;}
footer .footer_bg{width:100%; margin:0; padding:10px 0 20px 0;  text-align: center; border-top:#249000 2px solid;}
footer .footer_bg .copyright{font-family:open_sansregular; font-size:15px; color:#249000; line-height:30px; }