h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    font-family: "Montserrat", Sans-serif;
}
*{
    font-family: "Montserrat", Sans-serif;
}
.heading h2 {
    color: #39ab4a;
    font-family: "Montserrat", Sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 33px;
    text-align: center;
    position: relative;
    margin: auto;
    padding-bottom: 20px;
}

.heading h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 150px;
    height: 2px;
    background-color: #0092DD;
    left: 50%;
    transform: translate(-50%, 0);
}

.heading h3 {
    color: #39ab4a;
    font-family: "Montserrat", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.text-div p {
    text-align: center;
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 1.5em;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}

header {
    background-color: white;
    padding: 20px 0px 20px 0px;
}

header a{
    text-decoration: none;
    color: #fff;
}

header .row {
    align-items: center;
}

header .logoDiv {
    display: flex;
    column-gap: 20px;
}

header .logoDiv img {
    /* width: 56px; */
    height: 70px;
}

header .logoDiv .heading h4 {
    color: #FFFFFF;
    font-family: "Sen", Sans-serif;
    font-size: 26px;
    font-weight: 400;
}

.btn-div button, .btn-div input {
    background-color: #39ab4a;
    font-family: "Sen", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px 6px 6px 6px;
    padding: 20px 25px 20px 25px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    border: none;
    outline: none;
}


.section1 {
    height: calc(100vh);
    overflow: hidden;
    position: relative;
    background-image: url('./assets/images/banner.jpg');
    background-size: cover;
    background-position: center;
    /* background-image: ; */
}

.section1::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.7;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    z-index: 2;
    top: -2px;
}

.section1 video {
    position: absolute;
    z-index: 1;
}

.section1 .container {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
}

.section1 .container .heading h1 {
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 45px;
    font-weight: 600;
}

.section1 .container .text-div p {
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 25px;
    width: 50%;
    text-align: left !important;
}

.section1 .container .btn-div {
    margin-top: 30px;
}
.section1 .container .text-div{
    text-align: left !important;
}

.section1 .container .btn-div button {
    font-size: 19px;
    padding: 20px 30px;
}

.section2 {
    margin-top: -150px;
    position: relative;
    z-index: 9;
}

.section2 .row {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 12px -4px black;
}

.section2 .quickDivMain {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0px;
    background-color: #FFFEFE;
    overflow: hidden;
}

.section2 .quickDivMain.blue {
    background: #39ab4a;
}
.section2 .quickDivMain.blue p{
    color: #fff !important;
}

.section2 .quickDivMain .quickDiv {
    padding: 30px;
    /* border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #39ab4a; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.section2 .quickDivMain.blue .quickDiv {
    border-color: #FFFFFF;
}

.section2 .quickDivMain .quickDiv .iconDiv {
    background-color: #39ab4a;
    fill: #FFFEFE;
    color: #FFFEFE;
    height: 78px;
    width: 78px;
    border-radius: 78px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section2 .quickDivMain.blue .quickDiv .iconDiv {
    background-color: #FFFEFE;
    fill: #39ab4a;
    color: #39ab4a;
}

.section2 .quickDivMain .quickDiv .text-div p {
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 25px;
    text-align: center;
}

.section3 {
    padding: 50px 0;
}

.slider {
    margin-top: 50px;
}

.sliderItem {
    padding: 20px;
}

.sliderItem .bgdiv {
    height: 300px;
    width: 100%;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.sliderItem .content {
    padding: 20px 10px;
}

.section4{
    background-color: #39ab4a;
    margin: 24px 0px 0px;
}

.section4 .contentDiv{
    padding: 100px 100px;
}

.section4 .heading {
    margin-bottom: 30px;
}

.section4 .heading h2 {
    width: auto;
    text-align: left;
    color: #fff;
}

.section4 .heading h2::after {
    left: 0;
    transform: translate(0);
    width: 300px;
}

.section4 .text-div p {
    text-align: left;
    color: #fff;
    font-size: 18px;
    line-height: 150%;
    margin: 0;
}

.section4 .imgDiv{
    background-image: url(./assets/images/bg-6.jpg);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
}

.section4 .btn-div{
    margin-top: 30px;
}
.section5 form{
    margin-top: 50px;
    margin-bottom: 60px;
    text-align: center;
    padding: 0px 50px;
}
.section5 form .inputDiv{
    margin: 5px;
    padding: 0px !important;
    width: calc(50% - 10px);
    
}
.section5 form .threeinline{
    width: calc(33.33% - 10px);
}
.section5 form input, .section5 form select{
    width: 100%;
    border: 1px solid #d9d9d9;
    padding: 10px;
    border-radius: 7px;
    margin: 5px;
    display: inline;
    border-radius: 20px;
    outline: none;
}
.section5 form .checkbox{
    width: auto !important;
}
.section5 form .terms{
    color: #333;
    display: block;
    font-weight: 600;
    margin-bottom: 0.5em;
    text-align: left;
}
.section5 form button{
    background-color: #009f93;
    border: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1;
    padding: 1em 2em;
    text-shadow: none;
    margin-top: 20px;
}
.section5 form button:hover{
    background: #767676;
}
footer{
    background-color: #1D1D1D;
    padding: 40px 0px;
}
footer p{
    text-align: justify;
    color: #FFFFFF;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 400;
}
footer hr{
    border: 1px solid #7A7A7A;
}
footer .footerlinks{
    text-align: justify;
    color: #FFFFFF;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    flex-wrap: wrap;
}
footer .footerlinks a{
    margin-right: 10px;
    text-decoration: none;
    color: #fff;
}
footer .copyright p{
    color: #7A7A7A;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin: 0px;
}

@media screen and (max-width: 1024px) {
    .section4 .contentDiv{
        padding: 24px;
    }
    
}




.section-5 {
    position: relative;
    padding: 3rem 0rem 8rem 0rem;
  }
  .section-5-inner {
    max-width: 1140px;
    margin: auto;
    padding: 10px;
  }
  .form-submit-child {
    width: 50%;
    display: flex;
    flex-direction: column;
  }
  .section-inner-text {
    text-align: center;
  }
  .section-inner-text h2 {
    color: #180c3c;
    font-family: "Cabin", Sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  
  .section-5-inner-text p {
    text-align: center;
    color: #a0a0a0;
    font-family: "Cabin", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.45px;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  
  form.form-submit {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s,
      transform;
    padding: 50px 35px 50px 70px;
    background-color: #ffffff;
    border-radius: 35px 35px 35px 35px;
    box-shadow: 0px 15px 13px 0px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .form-submit-child {
    width: 49%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .form-submit-child label {
    font-family: "Cabin";
    color: #180c3c;
    font-size: 16px;
    font-weight: 700;
  }
  .checkbox-parent label {
    font-family: "Cabin";
    color: #180c3c;
    font-size: 16px;
    font-weight: 700;
  }
  .form-submit-child input,
  .form-submit-child select {
    border-bottom: 2px solid #1fa4a3 !important;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    background-color: white;
    color: black;
    font-family: "Cabin";
    font-size: 14px;
    border-radius: 8px;
    padding: 12px;
    outline: none;
  }
  .form-submit-child-2 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .checkbox-child {
    display: flex;
    align-items: center;
  }
  .checkbox-child input[type="checkbox"] {
    margin: 0px;
    margin-right: 5px;
  }
  .checkbox-child span {
    font-family: "Cabin";
    color: #180c3c;
    font-size: 15px;
  }
  .form-submit-child-2 p {
    font-size: 16px;
    font-family: "Cabin";
    color: #180c3c;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
  }
  .input-submit-btn {
    background-color: #1fa4a3;
    color: white;
    border: none !important;
    margin-top: 30px;
    font-family: "Cabin";
    font-size: 16px;
    font-weight: 700;
    border-radius: 8px;
    width: 191px;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
  }
  

  
.section6 {
    padding: 140px 0px;
}
.section6 h2{
    margin-bottom: 24px;
}
.section6 .cardDiv{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section6 .cardDiv .data{
    width: 32%;
    border-radius: 10px;
    /* box-shadow: 0px 0px 9px -4px black; */
    padding: 20px;
    min-height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section6 .cardDiv .data h5{
    text-align: center;
}
.section6 .cardDiv .data p{
    text-align: center;
}