/* Image scroll CSS */
.tech-slideshow {
    height: 100px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    /* border:1px solid black; */
  }
  
  .mover-1 {
    height: 100px;
    width: 200%;
    margin-left: 100%;
    position: absolute;
    /* overflow-x:hidden; */
    top: 0;
    left: 0;
  
    animation: moveSlideshow 25s linear infinite;
  }
  
  .mover-1 img {
    display:inline-block;
    vertical-align:middle;
    width:50%;
    height: 100%;
    float: left;
    margin:0;
  }

  .banner-container {
    position: relative;
    height: 100%;
    width: 100%;
    margin-left: 0%;
    margin-bottom: 50px;
}
/* .overlay-text {
    position: absolute;
    top: 27%;
    left: 20%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 59px;
    font-weight: bold;
  }
.overlay-text1 {
  position: absolute;
  top: 58%;
  left: 39%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 59px;
  font-weight: bold;
}

.overlay-text2 {
   position: absolute;
   top: 58%;
   left: 60%;
   transform: translate(-50%, -50%);
   color: white;
   font-size: 59px;
   font-weight: bold;
}

  .overlay-text3 {
   position: absolute;
   top: 22%;
   left: 86%;
   transform: translate(-50%, -50%);
   color: white;
   font-size: 59px;
   font-weight: bold;
} */

.overlay-text {
    position: absolute;
    top: 27%;
    left: 20%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 3vw; /* Changed from 59px to 3vw */
    font-weight: bold;
}

.overlay-text1 {
    position: absolute;
    top: 58%;
    left: 39%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 3vw; /* Changed from 59px to 3vw */
    font-weight: bold;
}

.overlay-text2 {
    position: absolute;
    top: 58%;
    left: 60%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 3vw; /* Changed from 59px to 3vw */
    font-weight: bold;
}

.overlay-text3 {
    position: absolute;
    top: 22%;
    left: 86%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 3vw; /* Changed from 59px to 3vw */
    font-weight: bold;
}

  
  @keyframes moveSlideshow {
    100% { 
      transform: translateX(-150%);  
    }
  }


.overlay {
    position: absolute;
    top: 90px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: auto;
    background-color: transparent; 
    /* opacity: 0.6; */
}
.column {
    float: left;
    width: 50%;
    padding: 0px;
  }
  @keyframes marquee {
    0% {
        transform: translateX(1400px);
   }
    100% {
        transform: translateX(-200px);
   }
  }
  .headerlbl{
    text-align: center; 
    color: #4FA743; 
    font-weight: bold; 
    margin-bottom: 50px;
    font-size: 3vw;
  }
  .row::after {
    content: "";
    clear: both;
    display: table;
  }
.revolutionlbl{
    text-align: left;
    color: white;
    font-weight: normal;
    font-size: 3vw;
    margin-top: 25%;
    margin-left: 10%;
    }
    .smartlbl
    {
        text-align: center;
    color: darkgray;
    font-weight: normal;
    font-size: 30px;
    margin-top: 15px;
    }
    .solutionlbl{
        text-align: center;
        color: darkgray;
        font-weight: normal;
        font-size: 30px;
        font-weight: bolder;
        margin-top: 5px;
    }
    .sunlbl
    {
        text-align: left;
        margin-left: 10%;
        margin-left: 10%;
        color: white;
        font-weight: bolder;
        font-size: 3vw;
        
    }
    .sunlbl1
    {
        text-align: left;
        margin-left: 10%;
        color: black;
        font-weight: bolder;
        font-size: 50px;
    }
    .overlay  .sunlbl:after {
        content: '';
        display: block;
        width: 90px;
        margin-top: 10px;
        border-bottom: 5px solid #4fa743;
        transition-timing-function: ease-in;
        transition: 0.5s;
      }
    .revolutionlbl1{
        text-align: left;
        color: black;
        font-weight: normal;
        font-size: 3vw;
        margin-left: 10%;
        margin-top: 25%;
        /* margin-top: 165px; */
        }
    .button {
        font-size: 1.5vw;
        font-family: 'Open Sans', sans-serif;
        color: #fff;
        width: 16vw;
        background-color: #4FA743;
        font-weight: 600;
        line-height: 1.5vw;
        padding: 1vw 1vw;
        margin-left: 10%;
        border-radius: 2vw;
        margin-top: 1.5vw;
        border: none;
        text-align: center;
        display: inline-block;
      }

      /* .button {
        font-size: 1.5vw;
        font-family: 'Open Sans', sans-serif;
        color: #fff;
        width: 200px;
        background-color: #4FA743;
        font-weight: 700;
        line-height: 2vw;
        padding: 1.5vw 1.5vw;
        margin-left: 10%;
        border-radius: 25px;
        margin-top: 20px;
        border: none;
        text-align: center;
        display: inline-block;
    } */
    
 @media screen and (max-width: 1200px){
    .revolutionlbl{
        text-align: left;
        color: white;
        font-weight: normal;
        font-size: 30px;
        margin-top: 25%;
        margin-left: 10%;
        margin-top: 21%;
        }
        #btn_register{
            margin-left: 45%;
            /* margin-top: -10%; */
            display: block;
            z-index: 1000;
            position: absolute;
          }

        .smartlbl
    {
        text-align: center;
    color: darkgray;
    font-weight: normal;
    font-size: 30px;
    margin-top: 15px;
    }
    .solutionlbl{
        text-align: center;
        color: darkgray;
        font-weight: normal;
        font-size: 15px;
        font-weight: bolder;
        margin-top: 5px;
    }
        .sunlbl
        {
            text-align: left;
            margin-left: 10%;
            color: white;
            font-weight: bolder;
            font-size: 50px;
        }
        .sunlbl1
    {
        text-align: center;
        color: black;
        font-weight: bolder;
        font-size: 30px;
    }
    .revolutionlbl1{
        text-align: left;
        color: black;
        font-weight: normal;
        font-size: 20px;
        margin-left: 10%;
        /* margin-top: 165px; */
        }
        .button {
            font-size: 20px;
            font-family: 'Open Sans', sans-serif;
            color: #fff;
            width: 200px;
            background-color: #4FA743;
            font-weight: 600;
            line-height: 17px;
            padding: 15px 15px;
            margin-left: 10%;
            border-radius: 25px;
            margin-top: 20px;
            border: none;
            border-radius: 25px;
            margin-top: 20px;
            text-align: center;
            display: inline-block;
          }

          .overlay-text {
            position: absolute;
            top: 27%;
            left: 21%;
            transform: translate(-50%, -50%);
            color: white;
            font-size: 50px;
            font-weight: bold;
        }
          .overlay-text1 {
            position: absolute;
            top: 58%;
            left: 40%;
            transform: translate(-50%, -50%);
            color: white;
            font-size: 50px;
            font-weight: bold;
        }
        
        .overlay-text2 {
            position: absolute;
            top: 58%;
            left: 60%;
            transform: translate(-50%, -50%);
            color: white;
            font-size: 50px;
            font-weight: bold;
        }
        .overlay-text3 {
            position: absolute;
            top: 22%;
            left: 86%;
            transform: translate(-50%, -50%);
            color: white;
            font-size: 50px;
            font-weight: bold;
        }
        
        
}
@media screen and (max-width: 991px) {
    .solutionlbl{
        text-align: center;
        color: darkgray;
        font-weight: normal;
        font-size: 15px;
        font-weight: bolder;
        margin-top: 5px;
    }
    #btn_register{
        margin-left: 38% !important;
        /* margin-top: -10%; */
        display: block;
        z-index: 1000;
        position: absolute;
      }
    .sunlbl1
    {
        text-align: center;
        color: black;
        font-weight: bolder;
        font-size: 30px;
    }
    .revolutionlbl1{
        text-align: center;
        color: black;
        font-weight: normal;
        font-size: 20px;
        /* margin-top: 165px; */
        }

        .overlay-text {
            position: absolute;
            top: 27%;
            left: 20%;
            transform: translate(-50%, -50%);
            color: white;
            font-size: 34px;
            font-weight: bold;
        }
        .overlay-text1 {
            position: absolute;
            top: 58%;
            left: 40%;
            transform: translate(-50%, -50%);
            color: white;
            font-size: 34px;
            font-weight: bold;
        }
        
        .overlay-text2 {
            position: absolute;
            top: 58%;
            left: 60%;
            transform: translate(-50%, -50%);
            color: white;
            font-size: 34px;
            font-weight: bold;
        }
        .overlay-text3 {
            position: absolute;
            top: 22%;
            left: 86%;
            transform: translate(-50%, -50%);
            color: white;
            font-size: 34px;
            font-weight: bold;
        }
        
        
}
@media screen and (max-width: 767px){
    .revolutionlbl{
        text-align: left;
        color: white;
        font-weight: normal;
        font-size: 20px;
        margin-top: 5px;
        margin-left: 10%;
        margin-top: 17%;
        }
        .smartlbl
        {
            text-align: center;
            color: darkgray;
            font-weight: normal;
            font-size: 15px;
            margin-top: 15px;
        }
        .sunlbl1
        {
            text-align: center;
            color: black;
            font-weight: bolder;
            font-size: 30px;
        }
        .revolutionlbl1{
            text-align: left;
            color: black;
            font-weight: normal;
            font-size: 20px;
            margin-left: 10%;
            /* margin-top: 165px; */
            }
        .solutionlbl{
            text-align: center;
            color: darkgray;
            font-weight: normal;
            font-size: 15px;
            font-weight: bolder;
            margin-top: 5px;
        }
        .sunlbl
        {
            text-align: left;
            margin-left: 10%;
            color: white;
            font-weight: bolder;
            font-size: 30px;
        }
        .button {
            font-size: 20px;
            font-family: 'Open Sans', sans-serif;
            color: #fff;
            width: 150px;
            background-color: #4FA743;
            font-weight: 600;
            line-height: 5px;
            padding: 15px 15px;
            margin-left: 10%;
            border-radius: 25px;
            margin-top: 20px;
            border: none;
            text-align: center;
            display: inline-block;
          }
          .overlay-text {
            position: absolute;
            top: 28%;
            left: 20%;
            transform: translate(-50%, -50%);
            color: white;
            font-size: 18px;
            font-weight: bold;
        }
          .overlay-text1 {
            position: absolute;
            top: 58%;
            left: 40%;
            transform: translate(-50%, -50%);
            color: white;
            font-size: 18px;
            font-weight: bold;
        }
        
        .overlay-text2 {
            position: absolute;
            top: 58%;
            left: 60%;
            transform: translate(-50%, -50%);
            color: white;
            font-size: 18px;
            font-weight: bold;
        }
        .overlay-text3 {
            position: absolute;
            top: 22%;
            left: 86%;
            transform: translate(-50%, -50%);
            color: white;
            font-size: 18px;
            font-weight: bold;
        }
        
        
} 
@media screen and (max-width: 567px){
    .revolutionlbl{
        text-align: left;
        color: white;
        font-weight: normal;
        font-size: 12px;
        margin-top: 5px;
        margin-left: 10%;
        margin-top: 10%;
        }
        .smartlbl
        {
            text-align: center;
            color: darkgray;
            font-weight: normal;
            font-size: 15px;
            margin-top: 15px;
        }
        .sunlbl
        {
            text-align: left;
            margin-left: 10%;
            color: white;
            font-weight: bolder;
            font-size: 15px;
        }
        .button {
            font-size: 20px;
            font-family: 'Open Sans', sans-serif;
            color: #fff;
            width: 150px;
            background-color: #4FA743;
            font-weight: 600;
            line-height: 5px;
            padding: 15px 15px;
            margin-left: 10%;
            border-radius: 25px;
            margin-top: 10px;
            border: none;
            text-align: center;
            display: inline-block;
          }
          #btn_register{
            margin-left: 30% !important;
            display: block;
            z-index: 1000;
            position: absolute;
          }
          .headerlbl{
            text-align: center; 
            color: #4FA743; 
            font-weight: bold; 
            font-size: 20px;
            margin-bottom: 20px;
          }
          .second-page
          {
            margin-top: 20px !important;
          }
  
          .third1-page{
            margin-top: 25% !important;
          }
          .third2-page{
            margin-top: 25% !important;
          }
          #commentForm{
            margin-top: 0%;
          }
          .tech-slideshow{
            height: 50px !important;
          }
          .mover-1
          {
            height: 50px !important;
          }
          .overlay-text {
            position: absolute;
            top: 28%;
            left: 20%;
            transform: translate(-50%, -50%);
            color: white;
            font-size: 18px;
            font-weight: bold;
        }
          .overlay-text1 {
            position: absolute;
            top: 58%;
            left: 40%;
            transform: translate(-50%, -50%);
            color: white;
            font-size: 18px;
            font-weight: bold;
        }
        
        .overlay-text2 {
            position: absolute;
            top: 58%;
            left: 60%;
            transform: translate(-50%, -50%);
            color: white;
            font-size: 18px;
            font-weight: bold;
        }
        .overlay-text3 {
            position: absolute;
            top: 22%;
            left: 86%;
            transform: translate(-50%, -50%);
            color: white;
            font-size: 18px;
            font-weight: bold;
        }
        
        
}
.form-modal .modal-content{
    box-shadow: 1px 4px 16px 6px rgba(232,232,232,0.5);
    padding:50px 40px;
    border:none;
    border-radius: 0px;
}
.form-modal .modal-close-button {
    position: absolute;
    top: 50px;
    right: 40px;
}
#btn_register{
    margin-left: 44%;
    /* margin-top: -10%; */
    display: block;
    z-index: 1000;
    position: absolute;
  }
.form-modal .head{
    margin-bottom: 40px;
}
.form-modal .head img{
    width: 148px;
}
.head-text{
    margin-bottom: 40px;
    text-align: center;
    margin-top: 20px;
}
.form-modal .modal-dialog {
    margin: 30px auto;
    width: 90%;
}
.head-text h2{
    color: #0A3B58;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.29px;
    line-height: 38px;
}
.sub-head-text h2{
    color: #0A3B58;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.18px;
    line-height: 23px;
}
.sub-head-text{
    padding-bottom: 25px;
    padding-left: 10px;
}
.form-input label{
   
        color: #003B5B;
        font-size: 15px;
        letter-spacing: 0;
        line-height: 18px;
        display: block;
        margin-bottom: 15px;
}
.form-input select{
    width:100%;
    color: black;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 22px;
    padding:15px 20px;
    border: 1px solid #E4E4E4;
    background-color: #F9F9F9;
}
.form-input input{
        width:100%;
        color: black;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 22px;
        padding:15px 20px;
        border: 1px solid #E4E4E4;
        background-color: #F9F9F9;
}
.form-input input:focus{
    outline:none !important;
}
.form-input-section{
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
        padding-right: 20px;
}
.form-input {
    width: 48%;
    margin-bottom: 30px;
}
.submit-btn{
    padding-top:20px;
    width: 165px;
    padding-left: 15%;
    padding-right: 15%;
}
.submit-btn .green-btn{
    border:none !important;
    width: 165px;
}
.form-check label{
    color: #003B5B;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 18px;
    vertical-align: super;
    margin-left: 5px;
}
.past-section {
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
}
.past-section p{
    color: #003B5B;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
}
.past-section-list{
    display: flex;
    justify-content: space-between;
}
.past-section-last{
    display: flex;
}
.past-section-last .form-check{
    width: 20%;
}


.lease-section-list .form-check{
    margin-bottom: 10px;
}
input[type=checkbox], input[type=radio]{
    margin:0px;
    height: 23px;
    width: 23px;
}
.form-success{
    text-align: center;
    width: 55%;
    margin: 0px auto;
}
.form-success .text{
    margin-top: 40px;
}
.form-success p{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.24px;
    line-height: 32px;
    text-align: center;
    color: #0A3B58;    
}

@media screen and (max-width: 1050px) {
    .form-check label{
        font-size: 11px;
    }
     .modal-content{
        padding:50px 20px;
    }
    /* .overlay-text {
        position: absolute;
        top: 58%;
        left: 40%;
        transform: translate(-50%, -50%);
        color: white;
        font-size: 34px;
        font-weight: bold;
    }

    .overlay-text1 {
        position: absolute;
        top: 58%;
        left: 60%;
        transform: translate(-50%, -50%);
        color: white;
        font-size: 34px;
        font-weight: bold;
    }
    .overlay-text2 {
        position: absolute;
        top: 22%;
        left: 86%;
        transform: translate(-50%, -50%);
        color: white;
        font-size: 34px;
        font-weight: bold;
    } */
}
@media screen and (max-width: 991px) {
     .past-section .head-top{
        margin-bottom: 10px;
    }
    .form-success{
        width: 70%;
    }
    /* .overlay-text {
        position: absolute;
        top: 58%;
        left: 40%;
        transform: translate(-50%, -50%);
        color: white;
        font-size: 34px;
        font-weight: bold;
    }

    .overlay-text1 {
        position: absolute;
        top: 58%;
        left: 60%;
        transform: translate(-50%, -50%);
        color: white;
        font-size: 34px;
        font-weight: bold;
    }

    .overlay-text2 {
        position: absolute;
        top: 22%;
        left: 86%;
        transform: translate(-50%, -50%);
        color: white;
        font-size: 34px;
        font-weight: bold;
    } */
}

@media screen and (max-width: 767px) {
    .form-success{
        width: 100%;
    }
    .form-success .text{
        margin-top: 0px;
    }
    .form-success .img svg{
        width: 100px!important;
    }
    .form-success p{
        font-size: 16px;
        line-height: 26px;
    }
   .modal-content {
        padding: 30px 15px;
    }
    .head-text h2{
        font-size: 18px;
    }
    .form-input-section{
        padding-left: 20px;
        padding-right: 20px;
        flex-direction: column;
    }
     .form-input{
        width:100%;
    }
    .past-section-list{
       flex-direction: column;
    }
    .head {
        margin-bottom: 20px;
    }
    .head-text {
        margin-bottom: 20px;
    }
   .past-section {
        padding-bottom: 30px;
    }
    .form-check label {
        font-size: 10px;
    }
    .past-section-last{
        flex-direction: column;
    }
    .past-section-last .form-check{
        width: 100%;
    }
}

  
  
  
  