body{
    color: #ffffff;
    margin:0;
    font-family: 'poppins', sans-serif;
    font-size: 24px;
    
}
#HomeContainer{
    background-image: url('https://miro.medium.com/max/9790/1*Wx9eupptx2MjqvFolm-zgw.jpeg');
    width: 100%;
    background-position: center;
    background-size: cover;
    height: 100vh;
    color: #ffffff;
    text-align: center;
}

#HeroHeading{
    background-color: black;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);;
    padding-top: 20px;
    padding-bottom: 20px;
    
    
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
#HeroSectionIntro{
    color: #ffffff;
    margin: 0px;
    opacity: 100%;
}
.green{
    color: #4d7701;
}
.orange{
    color: #f46500;
}
.orangeYellow{
    color: #f9ab4d;
}

.navbar {
    overflow: hidden;
    background-color: #232d37;
    position: fixed;
    top: 0;
    width: 100%;
    height: 89px;
    z-index: 1;
  }
  
  .navbar a {
    float: right;
    display: block;
    color: #ebfbff;
    text-align: center;
    padding: 34px 34px;
    text-decoration: none;
    font-size: 18px;
    transition: 0.3s;
  }
  
  .navbar a:hover {
    background: #f46500;
    color: rgb(234, 235, 255);
    transform: scale(1.1);
  }
  
  .navbar a:hover {
    background: #f46500;
    color: rgb(234, 235, 255);
    transform: scale(1.05);
  }

  .ManagementDropdown1{
    display: none;
    margin:0;
    margin-top: 89px;
    margin-left: 1129px;
    position: fixed;
    border-top: 1px solid #ebfbff;
    z-index: 2;
    color: #ebfbff;
    background-color: #3b3838;
    width: 340px;
    text-align: left;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 35px;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
  }
  .ManagementDropdown2{
    display: none;
    margin:0;
    margin-top: 134px;
    margin-left: 1129px;
    border-top: 1px solid #ebfbff;
    position: fixed;
    z-index: 2;
    color: #ebfbff;
    background-color: #3b3838;
    width: 340px;
    text-align: left;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 35px;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
  }
  .ManagementDropdown3{
    display: none;
    margin:0;
    margin-top: 179px;
    margin-left: 1129px;
    border-top: 1px solid #ebfbff;
    position: fixed;
    z-index: 2;
    color: #ebfbff;
    background-color: #3b3838;
    width: 340px;
    text-align: left;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 35px;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
  }
  #ManagementDropdown1:hover{
    background-color: #f46500;
  }
  #ManagementDropdown2:hover{
    background-color: #f46500;
  }
  #ManagementDropdown3:hover{
    background-color: #f46500;
  }

  .FeaturesDropdown1{
    display: none;
    margin:0;
    margin-top: 89px;
    margin-left: 1327px;
    position: fixed;
    border-top: 1px solid #ebfbff;
    z-index: 2;
    color: #ebfbff;
    background-color: #3b3838;
    width: 380px;
    text-align: left;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 35px;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
  }
  .FeaturesDropdown2{
    display: none;
    margin:0;
    margin-top: 134px;
    margin-left: 1327px;
    border-top: 1px solid #ebfbff;
    position: fixed;
    z-index: 2;
    color: #ebfbff;
    background-color: #3b3838;
    width: 380px;
    text-align: left;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 35px;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
  }
  .FeaturesDropdown3{
    display: none;
    margin:0;
    margin-top: 179px;
    margin-left: 1327px;
    border-top: 1px solid #ebfbff;
    position: fixed;
    z-index: 2;
    color: #ebfbff;
    background-color: #3b3838;
    width: 380px;
    text-align: left;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 35px;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
  }
  #FeaturesDropdown1:hover{
    background-color: #f46500;
  }
  #FeaturesDropdown2:hover{
    background-color: #f46500;
  }
  #FeaturesDropdown3:hover{
    background-color: #f46500;
  }

  .addPointer{
      cursor: pointer;
  }

  #LoginButton{
    border: 1px solid rgb(112, 118, 124);
    color:rgb(112, 118, 124);
    background-color: rgb(234, 235, 255);
    padding: 16px; margin: 16px;
    padding-top: 10px;
    margin-top: 22px;
    padding-bottom: 10px;
    margin-bottom: 22px;
    transition: 0.3s;
  }

  #LoginButton:hover {
    background: rgb(112, 118, 124);
    color: rgb(234, 235, 255);
    transform: scale(1.1);
  }

  #InfoContainer{
    background-image: url('images/skyScrapers.jpg');
    width: 100%;
    background-position: center;
    height: 100%;
    color: #ffffff;
    text-align: center;
}
  #InfoHeading{
    background-color: black;
    color: #ffffff;
    background: rgb(139 139 139 / 75%);
    padding-top: 20px;
    padding-bottom: 20px;
    
    
    /* position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    width: 100%;
}
#InfoSectionIntro{
    color: #ffffff;
    margin: 0px;
    opacity: 100%;
    font-weight: 500;
    padding: 10px;
}

#AbouUsContainer{
    background-color: #f9ab4d;
    height: 100%;
}
#AbouUsHeading{
    color: #ffffff;
    margin: 0px;
    padding-top: 60px;
    padding-bottom: 20px;
    margin-right: 10vw;
    margin-left: 10vw;
    font-weight: 500;
}
#AbouUsText{
    color: #ffffff;
    margin: 0px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 10vw;
    margin-left: 10vw;
}

#LogoBanner{
    height: 21vh;
    position: relative;
    top: 50%;
    left: 47%;
    transform: translate(-53%, -50%);
}

#SchemeManagementIntroduction{
    background-color: #45807e;
}
#SchemeManagementIntroduction img{
    width: 100%;
    height: 62vh;
}
#SchemeManagementIntroduction p{
    color: #ffffff;
    margin: 0px;
    font-weight: 200;
    margin-right: 10vw;
    margin-left: 10vw;
}
#SchemeManagementFeatures h2{
    background-color: #f9ab4d;
    margin-right: 10vw;
    margin-left: 10vw;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 500;
    border-radius: 12px;
}
#circle {
    width: 20vh;
    height: 20vh;
    background: #fbfeff;
    border-radius: 50%;
    border: 1px solid #3b3838;
    position: relative;
    margin-top: 1vh;
    margin-bottom: 1vh;
    margin-left: 13vw;
    margin-right: 11vw;
}
.greenBar{
    height: 22vh;
    background-color: #45807e;
    text-align: center;
    display: flex;
}
#SchemeManagement h2{
  background-color: #f9ab4d;
  margin-right: 10vw;
  margin-left: 10vw;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-weight: 500;
  border-radius: 12px;
}
.orangeBar{
    height: 22vh;
    background-color: #f79a28;
    text-align: center;
    display: flex;
}
.yellowBar{
    height: 22vh;
    background-color: #f7be26;
    text-align: center;
    display: flex;
}
#RoundedBoxesContainer{
    display: flex;
}
#RoundedBox{
    background-color: #f9ab4d;
    margin-top: 10px;
    height: auto;
    width: 100vw;
    margin-right: 1vw;
    margin-left: 1vw;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 500;
    border-radius: 50px;
}
#RoundedBox h4{
    font-weight: 600;
    text-decoration: underline
}
#RoundedBox p{
    font-size: 18px;
    margin-left: 40px;
    margin-right: 40px;
}
#orangeButton{
    background-color: #d76213;
    color: #ebfbff;
    width: 10vw;
    position: relative;
    margin-left: 5vw;
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
}
#whiteSpacer{
    height: 10vh;
}
#RentalFeutures h2{
    background-color: #3b3838;
    margin-right: 10vw;
    margin-left: 10vw;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 500;
    border-radius: 12px;
}
#FinancialFeutures h2{
    background-color: #3b3838;
    margin-right: 10vw;
    margin-left: 10vw;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 500;
    border-radius: 12px;
}

#myBackToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 38px;
    border: none;
    outline: none;
    background-color: #555;
    color: white;
    cursor: pointer;
    width: 6vh;
    height: 6vh;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
  }
  
  #myBackToTop:hover {
    background-color: rgb(119, 119, 119);
  }

  #Logo{
      position: fixed;
      left: 30px;
      float: left;
      z-index: 2;
      height: 89px;
  }

  #faqContainer{
    background-image: url('images/FAQ.png');
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .arrow {
    box-sizing: border-box;
    height: 30px;
    width: 30px;
    margin-top: 10px;
    border-style: solid;
    border-color: white;
    border-width: 0px 2px 2px 0px;
    transform: rotate(225deg);
  }
  
  #RentalsManagementWhiteSpace{
    height: 0px;
  }
  
  #RentalsManagement img{
    position: relative;
    height: 500px;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -10%);
  }
  #RentalsManagementIntroduction{
    background-color: #f79a28;
}
  #RentalsManagementIntroduction p{
    color: #ffffff;
    margin: 0px;
    font-weight: 200;
    margin-right: 10vw;
    margin-left: 10vw;
    padding-top: 75px;
}
#RentalsManagementIntroduction div{
  height: 150px;
}

#FinManagement img{
  position: relative;
  height: 500px;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -10%);
}
#FinManagementIntroduction{
  background-color: #f7be26;
}
#FinManagementIntroduction p{
  color: #ffffff;
  margin: 0px;
  font-weight: 200;
  margin-right: 10vw;
  margin-left: 10vw;
  padding-top: 75px;
}
#FinManagementIntroduction div{
  height: 150px;
}

footer {
	font-size: 1.0rem;
	text-align: center;
	background-color: #f7be26;
	color: #ffffff;
	padding-top: 2rem;
	padding-bottom: 2rem;
	height: 100%;
}

#contactUsContainer{
  padding: 50px;
}

#circleIcon1{
  margin-top:28%;
  transform: scale(1.3);
}

#RentalsManagementIntroduction h2{
  color: #ffffff;
    margin: 0;
    opacity: 100%;
    font-weight: 500;
    margin-right: 10vw;
    margin-left: 10vw;
    padding-top: 60px;
}

#FinManagementIntroduction h2{
  color: #ffffff;
    margin: 0;
    opacity: 100%;
    font-weight: 500;
    margin-right: 10vw;
    margin-left: 10vw;
    padding-top: 60px;
}

#contactUsHeader{
  color: #f46500;
    margin: 0;
    opacity: 100%;
    font-weight: 900;
    font-size: 60px;
    margin-right: 10vw;
    margin-left: 10vw;
    padding-top: 60px;
}
.inputBox{
  background-color: #f4f4fe;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
}
.inputBoxWidth1{
  width: 290px;
}
.inputBoxWidth1:hover{
  cursor: pointer;
}
.inputBoxWidth2{
  width: 650px;
}
.inputBoxWidth2:hover{
  cursor: pointer;
}
.inputBoxHeight1{
  height: 45px;
}
.inputBoxMarginLeft{
  margin-left: 60px;
}
.inputBoxMarginLeft2{
  margin-left: 30px;
}
#captcha{
  margin-left: 60px;
}
#SendButton{
  background-color: #f46500;
  color: #f4f4fe;
  width: 130px;
  height: 36px;
  text-align: center;
  border-radius: 25px;
  font-size: 18px;
  padding: 0;
  padding-top: 15px;
  box-shadow: 3px 3px 1px #2c2419;
  margin-left: 100px;
  margin-top: 10px;
  transition: 0.3s;
  cursor: pointer;
}
#SendButton:hover{
  transform: scale(1.1);
}
#capAndBtnContainer{
  display: flex;
}
footer a{
  text-decoration: none;
  color: #ebfbff;
  transition: 0.3s;
  width: 600px;
}
footer p{
  padding: 0;
  margin: 0;
  margin-top: 1rem;
}
#contactUsParent{
  position: relative;
  height: 850px;
}
.center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  }

  #faqContainer{
    display: inline-block;
  }
  

  #faqCard1{
    vertical-align: middle;
    background-color: #fafeff;
    color: #2c2419;
    width: 800px;
    margin:20px;
    margin-left: 200px;
    margin-top: 100px;
    padding: 10px;
    transition: 0.5s;
  }

  #faqCard1 h5{
    cursor: pointer;
    padding-left: 20px;
  }

  #faqCard1 p{
    font-size: 18px;
    display: inline-block;
    padding-left: 20px;
  }
  #faqCard2{
    vertical-align: middle;
    background-color: #fafeff;
    color: #2c2419;
    width: 800px;
    margin:20px;
    margin-left: 200px;
    padding: 10px;
  }

  #faqCard2 h5{
    cursor: pointer;
    padding-left: 20px;
  }

  #faqCard2 p{
    font-size: 18px;
    display: none;
    padding-left: 20px;
  }
  #faqCard3{
    vertical-align: middle;
    background-color: #fafeff;
    color: #2c2419;
    width: 800px;
    margin:20px;
    margin-left: 200px;
    padding: 10px;
  }

  #faqCard3 h5{
    cursor: pointer;
    padding-left: 20px;
  }

  #faqCard3 p{
    font-size: 18px;
    display: none;
    padding-left: 20px;
  }
  #faqCard4{
    vertical-align: middle;
    background-color: #fafeff;
    color: #2c2419;
    width: 800px;
    margin:20px;
    margin-left: 200px;
    padding: 10px;
  }

  #faqCard4 h5{
    cursor: pointer;
    padding-left: 20px;
  }

  #faqCard4 p{
    font-size: 18px;
    display: none;
    padding-left: 20px;
  }


  @media only screen and (max-width: 900px) {
    #HeroHeading{
      padding-top: 20px;
      padding-bottom: 20px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
  }
  
  
  .navbar {
      overflow: hidden;
      position: fixed;
      top: 0;
      width: 100%;
      height: 89px;
      z-index: 1;
    }
    
    .navbar a {
      padding: 34px 34px;
      text-decoration: none;
      font-size: 18px;
      transition: 0.3s;
    }
    
    .navbar a:hover {
      background: #f46500;
      color: rgb(234, 235, 255);
      transform: scale(1.1);
    }
    
    .navbar a:hover {
      background: #f46500;
      color: rgb(234, 235, 255);
      transform: scale(1.05);
    }
  
    .ManagementDropdown1{
      display: none;
      margin:0;
      margin-top: 89px;
      margin-left: 1129px;
      position: fixed;
      z-index: 2;
      width: 340px;
      padding-top: 12px;
      padding-bottom: 12px;
      padding-left: 35px;
      font-size: 18px;
    }
    .ManagementDropdown2{
      display: none;
      margin:0;
      margin-top: 134px;
      margin-left: 1129px;
      position: fixed;
      z-index: 2;
      width: 340px;
      padding-top: 12px;
      padding-bottom: 12px;
      padding-left: 35px;
      font-size: 18px;
    }
    .ManagementDropdown3{
      display: none;
      margin:0;
      margin-top: 179px;
      margin-left: 1129px;
      position: fixed;
      z-index: 2;
      width: 340px;
      padding-top: 12px;
      padding-bottom: 12px;
      padding-left: 35px;
      font-size: 18px;
    }
    
    .FeaturesDropdown1{
      display: none;
      margin:0;
      margin-top: 89px;
      margin-left: 1327px;
      position: fixed;
      z-index: 2;
      width: 380px;
      padding-top: 12px;
      padding-bottom: 12px;
      padding-left: 35px;
      font-size: 18px;
    }
    .FeaturesDropdown2{
      display: none;
      margin:0;
      margin-top: 134px;
      margin-left: 1327px;
      position: fixed;
      z-index: 2;
      width: 380px;
      padding-top: 12px;
      padding-bottom: 12px;
      padding-left: 35px;
      font-size: 18px;
    }
    .FeaturesDropdown3{
      display: none;
      margin:0;
      margin-top: 179px;
      margin-left: 1327px;
      position: fixed;
      z-index: 2;
      width: 380px;
      padding-top: 12px;
      padding-bottom: 12px;
      padding-left: 35px;
      font-size: 18px;
    }
    
  
    #LoginButton{
      border: 1px solid rgb(112, 118, 124);
      color:rgb(112, 118, 124);
      background-color: rgb(234, 235, 255);
      padding: 16px; margin: 16px;
      padding-top: 10px;
      margin-top: 22px;
      padding-bottom: 10px;
      margin-bottom: 22px;
      transition: 0.3s;
    }
  
    #LoginButton:hover {
      background: rgb(112, 118, 124);
      color: rgb(234, 235, 255);
      transform: scale(1.1);
    }
  
    #InfoContainer{
      background-image: url('images/skyScrapers.jpg');
      width: 100%;
      background-position: center;
      height: 100%;
      color: #ffffff;
      text-align: center;
  }
    #InfoHeading{
      background-color: black;
      color: #ffffff;
      background: rgb(139 139 139 / 75%);
      padding-top: 20px;
      padding-bottom: 20px;
      
      
      /* position: relative;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); */
      width: 100%;
  }
  #InfoSectionIntro{
      color: #ffffff;
      margin: 0px;
      opacity: 100%;
      font-weight: 500;
      padding: 10px;
  }
  
  #AbouUsContainer{
      background-color: #f9ab4d;
      height: 100%;
  }
  #AbouUsHeading{
      color: #ffffff;
      margin: 0px;
      padding-top: 60px;
      padding-bottom: 20px;
      margin-right: 10vw;
      margin-left: 10vw;
      font-weight: 500;
  }
  #AbouUsText{
      color: #ffffff;
      margin: 0px;
      font-weight: 500;
      padding-top: 10px;
      padding-bottom: 10px;
      margin-right: 10vw;
      margin-left: 10vw;
  }
  
  #LogoBanner{
      height: 21vh;
      position: relative;
      top: 50%;
      left: 47%;
      transform: translate(-53%, -50%);
  }
  
  #SchemeManagementIntroduction{
      background-color: #45807e;
  }
  #SchemeManagementIntroduction img{
      width: 100%;
      height: 62vh;
  }
  #SchemeManagementIntroduction p{
      color: #ffffff;
      margin: 0px;
      font-weight: 200;
      margin-right: 10vw;
      margin-left: 10vw;
  }
  #SchemeManagementFeatures h2{
      background-color: #3b3838;
      margin-right: 10vw;
      margin-left: 10vw;
      padding-top: 10px;
      padding-bottom: 10px;
      text-align: center;
      font-weight: 500;
      border-radius: 12px;
  }

  #SchemeManagement h2{
    background-color: #f9ab4d;
    margin-right: 10vw;
    margin-left: 10vw;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 500;
    border-radius: 12px;
}
  #circle {
      width: 20vh;
      height: 20vh;
      background: #fbfeff;
      border-radius: 50%;
      border: 1px solid #3b3838;
      position: relative;
      margin-top: 1vh;
      margin-bottom: 1vh;
      margin-left: 13vw;
      margin-right: 11vw;
  }
  .greenBar{
      height: 22vh;
      background-color: #45807e;
      text-align: center;
      display: flex;
  }
  .orangeBar{
      height: 22vh;
      background-color: #f79a28;
      text-align: center;
      display: flex;
  }
  .yellowBar{
      height: 22vh;
      background-color: #f7be26;
      text-align: center;
      display: flex;
  }
  #RoundedBoxesContainer{
      display: flex;
  }
  #RoundedBox{
      background-color: #f9ab4d;
      margin-top: 10px;
      height: auto;
      width: 20vw;
      margin-right: 6vw;
      margin-left: 6vw;
      padding-top: 10px;
      padding-bottom: 10px;
      text-align: center;
      font-weight: 500;
      border-radius: 50px;
  }
  #RoundedBox h4{
      font-weight: 600;
      text-decoration: underline
  }
  #RoundedBox p{
      font-size: 18px;
      margin-left: 40px;
      margin-right: 40px;
  }
  #orangeButton{
      background-color: #d76213;
      color: #ebfbff;
      width: 10vw;
      position: relative;
      margin-left: 5vw;
      font-size: 16px;
      padding-top: 8px;
      padding-bottom: 8px;
  }
  #whiteSpacer{
      height: 18vh;
  }
  #RentalFeutures h2{
      background-color: #3b3838;
      margin-right: 35vw;
      margin-left: 35vw;
      padding-top: 10px;
      padding-bottom: 10px;
      text-align: center;
      font-weight: 500;
      border-radius: 12px;
  }
  #FinancialFeutures h2{
      background-color: #3b3838;
      margin-right: 25vw;
      margin-left: 25vw;
      padding-top: 10px;
      padding-bottom: 10px;
      text-align: center;
      font-weight: 500;
      border-radius: 12px;
  }
  
  #myBackToTop {
      display: none;
      position: fixed;
      bottom: 20px;
      right: 30px;
      z-index: 99;
      font-size: 38px;
      border: none;
      outline: none;
      background-color: #555;
      color: white;
      cursor: pointer;
      width: 8vh;
      height: 8vh;
      border-radius: 50%;
      align-items: center;
      justify-content: center;
    }
    
    #myBackToTop:hover {
      background-color: rgb(119, 119, 119);
    }
  
    #Logo{
        position: fixed;
        left: 30px;
        float: left;
        z-index: 2;
        height: 89px;
    }
  
    #faqContainer{
      background-image: url('images/FAQ.png');
      width: 100%;
      height: 100vh;
      background-repeat: no-repeat;
      background-size: cover;
    }
    .arrow {
      box-sizing: border-box;
      height: 21px;
      width: 21px;
      margin-top: 9px;
      border-style: solid;
      border-color: white;
      border-width: 0px 2px 2px 0px;
      transform: rotate(225deg);
    }
    
    #RentalsManagementWhiteSpace{
      height: 0px;
    }
    
    #RentalsManagement img{
      position: relative;
      height: 500px;
      top: 90%;
      left: 50%;
      transform: translate(-50%, -10%);
    }
    #RentalsManagementIntroduction{
      background-color: #f79a28;
  }
    #RentalsManagementIntroduction p{
      color: #ffffff;
      margin: 0px;
      font-weight: 200;
      margin-right: 10vw;
      margin-left: 10vw;
      padding-top: 75px;
  }
  #RentalsManagementIntroduction div{
    height: 150px;
  }
  
  #FinManagement img{
    position: relative;
    height: 500px;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -10%);
  }
  #FinManagementIntroduction{
    background-color: #f7be26;
  }
  #FinManagementIntroduction p{
    color: #ffffff;
    margin: 0px;
    font-weight: 200;
    margin-right: 10vw;
    margin-left: 10vw;
    padding-top: 75px;
  }
  #FinManagementIntroduction div{
    height: 150px;
  }
  
  footer {
    font-size: 1.5rem;
    text-align: center;
    background-color: #f7be26;
    color: #ffffff;
    padding-top: 2rem;
    padding-bottom: 2rem;
    height: 100%;
  }
  
  #contactUsContainer{
    padding: 50px;
  }
  
  #circleIcon1{
    margin-top:30%;
    transform: scale(1.3);
  }
  
  #RentalsManagementIntroduction h2{
    color: #ffffff;
      margin: 0;
      opacity: 100%;
      font-weight: 500;
      margin-right: 10vw;
      margin-left: 10vw;
      padding-top: 60px;
  }
  
  #FinManagementIntroduction h2{
    color: #ffffff;
      margin: 0;
      opacity: 100%;
      font-weight: 500;
      margin-right: 10vw;
      margin-left: 10vw;
      padding-top: 60px;
  }
  
  #contactUsHeader{
    color: #f46500;
      margin: 0;
      opacity: 100%;
      font-weight: 900;
      font-size: 60px;
      margin-right: 10vw;
      margin-left: 10vw;
      padding-top: 60px;
  }
  .inputBox{
    background-color: #f4f4fe;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
  }
  .inputBoxWidth1{
    width: 290px;
  }
  .inputBoxWidth1:hover{
    cursor: pointer;
  }
  .inputBoxWidth2{
    width: 650px;
  }
  .inputBoxWidth2:hover{
    cursor: pointer;
  }
  .inputBoxHeight1{
    height: 45px;
  }
  .inputBoxMarginLeft{
    margin-left: 60px;
  }
  .inputBoxMarginLeft2{
    margin-left: 30px;
  }
  #captcha{
    margin-left: 60px;
  }
  #SendButton{
    background-color: #f46500;
    color: #f4f4fe;
    width: 130px;
    height: 36px;
    text-align: center;
    border-radius: 25px;
    font-size: 18px;
    padding: 0;
    padding-top: 15px;
    box-shadow: 3px 3px 1px #2c2419;
    margin-left: 100px;
    margin-top: 10px;
    transition: 0.3s;
    cursor: pointer;
  }
  #SendButton:hover{
    transform: scale(1.1);
  }
  #capAndBtnContainer{
    display: flex;
  }
  footer a{
    text-decoration: none;
    color: #ebfbff;
    transition: 0.3s;
    width: 600px;
  }
  footer p{
    padding: 0;
    margin: 0;
    margin-top: 1rem;
  }
  #contactUsParent{
    position: relative;
    height: 850px;
  }
  .center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    }
  
    #faqContainer{
      display: inline-block;
    }
    
  
    #faqCard1{
      vertical-align: middle;
      background-color: #fafeff;
      color: #2c2419;
      width: 800px;
      margin:20px;
      margin-left: 200px;
      margin-top: 100px;
      padding: 10px;
      transition: 0.5s;
    }
  
    #faqCard1 h5{
      cursor: pointer;
      padding-left: 20px;
    }
  
    #faqCard1 p{
      font-size: 18px;
      display: inline-block;
      padding-left: 20px;
    }
    #faqCard2{
      vertical-align: middle;
      background-color: #fafeff;
      color: #2c2419;
      width: 800px;
      margin:20px;
      margin-left: 200px;
      padding: 10px;
    }
  
    #faqCard2 h5{
      cursor: pointer;
      padding-left: 20px;
    }
  
    #faqCard2 p{
      font-size: 18px;
      display: none;
      padding-left: 20px;
    }
    #faqCard3{
      vertical-align: middle;
      background-color: #fafeff;
      color: #2c2419;
      width: 800px;
      margin:20px;
      margin-left: 200px;
      padding: 10px;
    }
  
    #faqCard3 h5{
      cursor: pointer;
      padding-left: 20px;
    }
  
    #faqCard3 p{
      font-size: 18px;
      display: none;
      padding-left: 20px;
    }
    #faqCard4{
      vertical-align: middle;
      background-color: #fafeff;
      color: #2c2419;
      width: 800px;
      margin:20px;
      margin-left: 200px;
      padding: 10px;
    }
  
    #faqCard4 h5{
      cursor: pointer;
      padding-left: 20px;
    }
  
    #faqCard4 p{
      font-size: 18px;
      display: none;
      padding-left: 20px;
    }
  }

  @media only screen and (max-width: 1200px){
    #iconImage{
      height: 8vh;
    }

    .arrow {
      box-sizing: border-box;
      height: 21px;
      width: 21px;
      margin-top: 9px;
      border-style: solid;
      border-color: white;
      border-width: 0px 2px 2px 0px;
      transform: rotate(225deg);
    }

    #RoundedBox {
      background-color: #f9ab4d;
      margin-top: 10px;
      height: auto;
      margin-right: 1vw;
      margin-left: 1vw;
      padding-top: 10px;
      width: 31%;
      padding-bottom: 10px;
      text-align: center;
      font-weight: 500;
      border-radius: 50px;
    }

    #circle {
      width: 16vh;
      height: 16vh;
      background: #fbfeff;
      border-radius: 50%;
      border: 1px solid #3b3838;
      position: relative;
      margin-top: 1vh;
      margin-bottom: 1vh;
      margin-left: 11vw;
      margin-right: 11vw;
  }

  .greenBar{
    height: 18vh;
    background-color: #45807e;
    text-align: center;
    display: flex;
  }

  .orangeBar{
    height: 18vh;
    background-color: #f79a28;
    text-align: center;
    display: flex;
  }

  #RentalFeutures h2{
    background-color: #3b3838;
    margin-right: 10vw;
    margin-left: 10vw;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 500;
    border-radius: 12px;
}
#FinancialFeutures h2{
  background-color: #3b3838;
  margin-right: 10vw;
  margin-left: 10vw;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-weight: 500;
  border-radius: 12px;
}

#SchemeManagement h2{
  background-color: #f9ab4d;
  margin-right: 10vw;
  margin-left: 10vw;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-weight: 500;
  border-radius: 12px;
}

.yellowBar{
  height: 18vh;
  background-color: #f7be26;
  text-align: center;
  display: flex;
}

.inputBoxWidth1{
  width: 286px;
}
}

@media only screen and (max-width: 1350px){
  #circleIcon1{
    margin-top:24%;
    transform: scale(1.0);
  }
}

@media only screen and (max-width: 1550px){
  #circle {
    width: 19vh;
    height: 19vh;
    background: #fbfeff;
    border-radius: 50%;
    border: 1px solid #3b3838;
    position: relative;
    margin-top: 1vh;
    margin-bottom: 1vh;
    margin-left: 12vw;
    margin-right: 10vw;
}

#circleIcon1{
  margin-top:24%;
  transform: scale(1.0);
}

#RoundedBox{
  background-color: #f9ab4d;
  margin-top: 10px;
  height: auto;
  width: 32vw;
  margin-right: 1vw;
  margin-left: 1vw;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-weight: 500;
  border-radius: 50px;
}

#RentalFeutures h2{
  background-color: #3b3838;
  margin-right: 10vw;
  margin-left: 10vw;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-weight: 500;
  border-radius: 12px;
}

#FinancialFeutures h2{
  background-color: #3b3838;
  margin-right: 10vw;
  margin-left: 10vw;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-weight: 500;
  border-radius: 12px;
}
#SchemeManagement h2{
  background-color: #f9ab4d;
  margin-right: 10vw;
  margin-left: 10vw;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-weight: 500;
  border-radius: 12px;
}

.inputBoxWidth1{
  width: 286px;
}
}