.borderline {
    border: 2px solid black;
}

.borderline2{
   
    padding-left: 40px;
    padding-right: 30px;
}

.text-para {
    font-size: 14px;
    color: #1B1469;
    margin-top: 20px;
    font-weight: 400;
    text-align: center;
}

.text-heading {
    font-size: 22px;
    text-align: center;
    margin-top: 30px;
}

.left-image{
    width: 100%;
    height: 500px;
    margin-left: 20px;
}

.right-image{
    width: 97%;
    height: 500px;
}

/* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
    width: 50%;
    display: block;
  
}

/* Clear floats after image containers */
.row::after {
    content: "";
    clear: both;
    display: table;
}

.logo{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    padding-top: 20px;

}

.logo-img{
  margin-top: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
}

.heading-text{
  text-align: center;
  margin-top: 30px;
  color: black;
  font-size: 28px;
}

.para-text{
  text-align: center;
  color: black;
  font-size: 17px;
}

.sub-heading{
  color: #1B1469;
}

.bullet-point{
  color: #1B1469;
  font-size: 14;
  font-weight: 600;
}

.square-img{
  height: 240px;
  width: 100%;
}

.column2{
  width: 100%;
  height: auto;
  background-color: #2E64A8;
  margin-left: -20px;
}

.column3{
  width: 100%;
  height: auto;
  background-color: #3BAB7E;
  margin-left: -20px;
}

.sub-heading2{
  color: white;
  font-size: 22px;
  text-align: center;
  margin-top: 30px;
}

.bullet-option{
  color: white;
  font-size: 15px;
  font-weight: 500;
}

.mini-heading{
  color: black;
  font-size: 23px;
  text-align: center;
  font-weight: 700;
  margin-top: 40px;
}

.box1{
 border-right: #D9D9D9 solid 2px;
 stroke: black;
}

.box1 img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.box1 h5{
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: black;
}



 .box2 img{
   display: block;
   margin-left: auto;
   margin-right: auto;
   width: 50%;
 }
 
 .box2 h5{
   text-align: center;
   font-size: 20px;
   font-weight: 600;
   color: black;
 }

.sub-name{
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}

.detail{
  text-align: center;
  font-size: 15px;
}

.header-border{
  width: 100%;
  height: auto;
  background-color: #2E64A8;
 padding-top: 30px;
 padding-bottom: 30px;
}

.header-heading{
  text-align: center;
  color: white;
}

.header-points{
  margin-left: 30px;
  margin-right: 30px;
}

.sub-header-points{
  margin-left: 50px;
  margin-right: 50px;
}

.subheading{
   font-weight: 700;
   color: black;
}

.points{
  color: black;
  font-weight: 450;
}

.side-border{
  background-color: #DFD18A;
  width: 100%;
  height: auto;
}

.side-border-heading{
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 500;
}

.footer-border{
  width: 100%;
  height: auto;
  background: linear-gradient(to right,#E2E5D2,#FCFFF2);
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  border-radius:  30px 30px 0px 0px;
  border-top: solid black 1px;
}

.right-side-img{
  width: 100%;
  height: auto;
}

.footer-heading{
  text-align: center;
  margin-top: 20px;
  font-size: 25px;
}

.footer-para{
  text-align: center;
  margin-top: 30px;
  font-size: 17px;
  font-weight: 400;
}

.fourth-header{
  width: 100%;
  height: auto;
  background-color: #3BAB7E;
 padding-top: 30px;
 padding-bottom: 30px;
}

.fourth-heading{
  text-align: center;
  color: white;
}

.box3{
  padding-right: 30px;
  padding-left: 60px;
  padding-top: 30px;
}

.right-img{
  width: 100%;
  height: auto;
}

.right-heading{
  text-align: center;
  font-weight: 500;
}

.line1{
  font-weight: 500;
  font-size: 18px;
}

.line2{
  font-weight: 500;
  font-size: 18px;
  margin-top: 40px;
}

.side-border1{
  background-color: #CCFF00;
  width: 100%;
  height: auto;
}

.side-border-heading1{
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 500;
  color: black;
}

.description-points{
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 20px;
}

.desc-points{
  font-weight: 500;
  color: black;
}

.footer-border1{
  width: 100%;
  height: auto;
  background-color: #FFFFEA;
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  border-radius:  30px 30px 0px 0px;
  border-top: solid black 1px;
}

.footer-box1{
  margin-top: 80px;
}

.footer-box2{
  margin-top: 20px;
}

.footer-sub-heading{
  color: black;
  font-size: 15px;
  font-weight: 700;
}

.footer-sub-para{
  color: black;
  font-size: 15px;
  font-weight: 500;
}

.phone-row{
  margin-top: 20px;
}

.icon-size{
  width: 25px;
  height: 25px;
  margin-left: 15px;
}

.icon-detail{
  color: black;
  margin-left: 10px;
  margin-top: 2px;
}

.mail-box-row{
  margin-top: -10px;
}

.address-row{
  margin-top: -10px;
}

/* Media Queries */
@media only screen and (max-width: 600px) {
    .right-side{
        width: 49%;
    }

    .left-side{
        width: 49%;    
    }

    .column2{
        margin-left: 15px !important;
        width: 94% !important;
        height: auto !important;
    }

    .column3{
        margin-left: 15px !important;
        width: 94% !important;
        height: auto !important;
    }

    .logo{
      width: 80%;
    }

    .logo-img{
      width: 60%;
    }

    .box1{
      border-bottom: #D9D9D9 solid 2px;
      border-right: 0px;
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      stroke: black;
     }

     .icon-size{
      width: 20px;
      height: 20px;
    }

    .icon-detail{
      color: black;
      font-size: 13px !important;
      margin-top: 2px;
    }
  }

  @media only screen and (max-width: 700px) {
    .right-side{
        width: 49%;
    }

    .left-side{
        width: 49%;    
    }

    .column2{
        margin-left: auto;
      }

      .box1{
        border-bottom: #D9D9D9 solid 2px;
        border-right: 0px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        stroke: black;
       }
  }

  @media only screen and (max-width: 800px) {
    .right-side{
        width: 49%;
    }

    .left-side{
        width: 49%;    
    }
    .column2{
        margin-left: auto;
      }

      .box1{
        border-bottom: #D9D9D9 solid 2px;
        border-right: 0px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        stroke: black;
       }
  }

  @media only screen and (max-width: 950px) {
    .right-side{
        width: 49%;
    }

    .left-side{
        width: 49%;    
    }

    .column2{
        margin-left: auto;
      }
  }


 