/*** Custom CSS***/
body{
    font-family: 'Metropolis', sans-serif !important;
}
 h1,h2, h3, h4, h5{
    color: #fe5a57;
}
.planSection1 h2, .nextSteps h2, .navbar-nav a:hover, .navbar-nav a:active, .homeSection h4{
    color: #fe5a57;
}

.navbar-nav a, p{
    color: #717275;
}
.navbar{
    
    height: 70px;
}
.slider{
    padding: 0;
}
.carousel-inner, .carousel-item {
    height: 500px;
  }
  .carousel-caption{
    bottom: 8rem;
  }
  .php-email-form {
    background: #f0f8ff;
    border-radius: 60px;
    padding: 50px;
}
.planSection, .nextPlansSection,.homeSection{
    background-color: #f0f8ff;
}
.custom-box {
    background: white;
    border-radius: 50px;
    margin-bottom: 10px;
    padding: 15px 30px;
}
.planSection::before {
    content: "";
    background-color: #fe5a57;
    border-radius: 50%;
    position: absolute;
    left: -30px;
    margin: auto;
    width: 200px;
    height: 200px;
}
.planSection1::after {
    content: "";
    background: #fe5a57;
    border-radius: 50%;
    position: absolute;
    bottom: -1570px;
    right: 0;
    width: 200px;
    height: 200px;
}
.nextPlansSection img, .homeSection img{
    border-radius: 50px;
}


.form-control, .form-select{
    border-radius: 0;
}
.navbar-brand img{
    height: 70px;
}

.gotoTop{
    z-index: 99;
    right: 20px;
    width: 52px;
    height: 52px;
    bottom: 20px;
    border: none;
    outline: none;
    display: none;
    position: fixed;
    cursor: pointer;
    background-color: #323137;
}
.modal-content{
    margin-top: 150px;
}
.privacy h3 {
   
    font-weight: bold !important;
    padding: 15px 0;
    color: #fe5a57;
}
.btn-secondary{
    background-color: #fe5a57;
}