@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&display=swap');
.bgreen {
    /*background: url(../images/bg.jpg) repeat-y top center;*/
    padding-bottom: 60px;
}
.bg-light {
    color: #f8f9fa;
    padding: 60px 0;
}
.logo-section {
    width: 100%;
    float: left;
    padding: 20px 0;
}
.logo {
    width: 45%;
    float: left;
    margin-right: 10px;
}
.logo img {
    width: auto;
}
/* - - - */
.banner-sec {
    width: 100%;
    float: left;
}
.banner-bg {
    background: url(../images/bg-2.jpg) no-repeat top left;
    height: 700px
}
.main-cont {
    /*	width: 60%;*/
    height: auto;
    float: right;
}
.banner-cont {
    /*	width: 60%;*/
    height: auto;
    float: left;
    margin: 10% 0 0 0;
}
.banner-cont img {
    width: 100%;
}
.content-section a.send-btn {
    font-family: 'Montserrat', sans-serif;
    background: linear-gradient(135deg, #d68e4c 0%, #ba5a28 100%);
    border: none;
    border-radius: 25px;
    padding: 10px 25px;
    color: #fff;
}
.content-section a.send-btn:hover {
    color: #fff;
    text-decoration: none;
}
.content-section .save {
    width: 35%;
    height: auto;
    height: 40px;
    background: #ffa200;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    margin-bottom: 20px;
    border-radius: 8px;
    text-align: center;
    line-height: 38px;
}
/* - - - */

.kit-include {
    width: 100%;
    height: auto;
    float: left;
    background: #fff;
    box-shadow: #ccc 0 2px 15px;
    padding: 20px 20px;
    text-align: center;
    min-height: 265px !important;
}
.kit-include h2 {
    font-family: 'Montserrat', sans-serif;
    color: #333;
    font-size: 15px;
    text-align: center;
    line-height: normal;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 10px;
    padding: 0;
}
.kit-include p {
    font-family: 'Montserrat', sans-serif;
    color: #666;
    font-size: 13px;
    text-align: center;
    line-height: normal;
    font-weight: 300;
    padding: 0;
    margin: 0;
}
.kit-include img {
    height: 110px;
    margin-bottom: 15px;
}
.content-section {
    width: 100%;
    float: left;
    padding: 70px 50px 70px 0;
}
.content-section h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.content-section h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    text-align: left;
    color: #333;
    line-height: 40px;
    padding-bottom: 0;
    font-weight: 300;
}
.content-section h1 span {
    color: #c2202c;
    font-size: 20px;
    text-decoration: line-through;
    margin-right: 10px;
}
.content-section p {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    text-align: left;
    color: #333;
    padding-bottom: 10px;
    font-weight: 300;
}
.content-section p span {
    font-weight: 500;
}
.fc-green {
    color: #00A017;
}
#contact {
    width: 100%;
    float: left;
    margin: 80px 0;
}
#contact-section {
    width: 40%;
    padding: 0;
    margin: 0 auto;
    display: table;
}
#contact-section input {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    height: 45px;
}
#contact-section .bootstrap-select button {
    font-family: 'Montserrat', sans-serif;
    background: none;
    border: 1px solid #ced4da;
    font-size: 14px;
    color: #7B7B7B;
    height: 45px;
    line-height: 30px;
}
#contact-section .bootstrap-select .dropdown-item {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    padding: 5px 10px;
}
#contact-section button.send-btn {
    font-family: 'Montserrat', sans-serif;
    background: linear-gradient(135deg, #9ff669 0%, #31de79 100%);
    border: none;
    border-radius: 25px;
    padding: 10px 25px;
    margin: 0 auto;
    display: table;
}
#contact-section h3, #kit-inc h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    text-align: center;
    color: #333;
    line-height: 45px;
    padding-bottom: 10px;
    font-weight: 300;
    text-transform: uppercase;
}
#kit-inc h3 {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 400;
}
.nav-pills-custom .nav-link {
    color: #aaa;
    background: #fff;
    position: relative;
}
.nav-pills-custom .nav-link.active {
    color: #fff;
    background: #45b649;
}

/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
.nav-pills-custom .nav-link::before {
    content: '';
    display: block;
    border-top: 8px solid transparent;
    border-left: 10px solid #45b649;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    opacity: 0;
}
}
.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}
#kit-inc a.nav-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
}
#kit-inc h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    text-align: left;
    color: #333;
    line-height: 45px;
    padding-bottom: 10px;
    font-weight: 300;
    font-style: normal;
}
/*#kit-inc p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-align: left;
    color: #333;
    line-height: 22px;
    padding-bottom: 10px;
    font-weight: 300;
    font-style: normal;
}*/

footer {
    background: #1a1a1a;
    padding: 25px 0;
}
footer .logo-l {
    width: 40%;
    float: left;
}
footer .logo-r {
    width: 11%;
    float: right;
}

@media(max-width:767px) {
.bgreen {
    background: none;
    height: auto;
}
.bg-green {
/*background: #73b762;*/
}
.content-section {
    padding: 20px 20px 40px 0;
}
.logo {
    width: 100%;
    margin-right: 0;
    text-align: center;
}
#contact-section {
    padding: 30px 0;
}
.content-section h1 {
    font-size: 35px;
    line-height: normal;
}
.bg-light {
    padding: 30px 0;
}
footer .logo-l {
    width: 100%;
    margin-bottom: 10px;
}
footer .logo-r {
    width: 28%;
    float: none;
    margin: 0 auto;
    display: table;
}
#contact {
    margin: 30px 0;
}
#contact-section {
    width: 85%;
}
.banner-bg {
    height: auto;
    padding-bottom: 50px;
}
}

@media screen and (max-width: 1400px) {
.main-cont {
    width: 95%;
}
.banner-cont {
    width: 95%;
}
}

@media screen and (min-width: 1400px) {
.main-cont {
    width: 60%;
}
.banner-cont {
    width: 60%;
}
}
