#register .row {
    align-items: center;
    height: 630px;
    width: 100%;
    /* background: rebeccapurple; */
    /* background: url('../img/bgimg.jpg');
    background-size: cover;
    background-repeat: no-repeat; */
    min-height: 100%;
    max-height: 100%;
}

.inner {
    margin-left: 30px;
}

.inner form {
    /* width: 80%; */

    padding: 40px;
}

.world {
    background: linear-gradient(140deg, rgb(31, 101, 182), rgb(147, 197, 255));
    border-radius: 5px;
}

.inner .image-holder {
    width: 70%;
    padding-top: 5%;
    padding-right: 3%;
}

.inner .image-holder img {
    box-shadow: 0px 0px 15px 15px #ade6b0;
}

.inner h3 {
    text-transform: uppercase;
    color: white;
    font-weight: 600;
    font-size: 25px;
    text-align: center;
    margin-bottom: 28px;
}

.form-wrapper {
    position: relative;
}

.form-control {
    background: #49494900 !important;
    border: 1px solid #ffefa5;
    border-top: none;
    border-right: none;
    border-left: none;
    display: block;
    border-radius: 0;
    width: 100%;
    height: 30px;
    padding: 0;
    margin-bottom: 25px;
    color: #fff !important;
}

.form-control::placeholder {
    color: white;
}

.form-wrapper span {
    color: rgb(255, 239, 19);
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif Times, serif;
    display: none;
}


/* .inner{
    background-image: url('img/bgimg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
} */

@media(max-width:420px) {
    .business_bg {
        padding: 2rem 0 0.5em;
    }

    .logo img {
        padding: 1rem 0.5em;
    }

    .image-holder {
        padding-top: 52px;
    }

    .inner {
        margin-left: 0;
        margin-top: 50px;
    }

    .requestbtn {
        width: 8% !important;
    }

    .phonecall {
        bottom: 90px !important;
        width: 9% !important;

    }

    .whatsapp {
        bottom: 29px !important;
        width: 12% !important;
    }

    .hero-shapes {
        z-index: -999;
    }

    .image-holder {
        display: none;
    }

    .hero-section h1 {
        font-size: 39px !important;
        padding-top: 55px;
        line-height: 38px !important;
        text-align: center;
    }

    #register .row {

        height: 414px;
    }
}

.requestbtn {
    position: fixed;
    bottom: 31%;
    right: 0;
    z-index: 99;
    width: 4%;
}

.whatsapp {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 99;
    width: 5%;
}

.phonecall {
    position: fixed;
    bottom: 110px;
    left: 16px;
    z-index: 99;
    width: 4%;
}


.hero-section h1 {
    padding-bottom: 16px;
    font-size: 56px;
    line-height: 54px;
    background: linear-gradient(90deg, rgb(251, 45, 78) 25%, rgb(78, 136, 255) 75%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-weight: 700;
}


.hero-section ul li {
    list-style: none;
    padding: 4px 0;
    float: left;
    font-size: 13px;
}

.hero-section ul li::before {
    content: "✓";
    padding-right: 3px;
    padding-left: 9px;
}

.hero-shapes img:first-child {
    position: absolute;
    top: 99px;
    /* z-index: -999; */

}

.image-holder img {
    width: 107%;
    padding-top: 43px;
}
.cm-lg{
    width: 24%;
    height: auto;
}


header .container-fluid{
    position: fixed;
    z-index: 9999;
    background-color: #fff;
  }
  
  
  
  #navbar{
    position: absolute;
    right:100px;
    top: 50px;
  }
  #navbar ul{
    float: right;
  }
  
  #navbar ul li{
    list-style: none;
    float: left;
    margin-right:50px;
    font-family:emoji;
    font-weight:500;
    font-size:25px;
  }
  #navbar ul li a{
    text-decoration: none;
    color: #000;
  }
  #navbar ul li a:hover{
    color: #33ba36;
  }
  #contact{
    float: right;
    position: absolute;
    right: 71px;
    font-weight: 800;
    font-size:30px;
    color: #000;
  }
  #banner{
    position:relative;
  }
  .hero-shapes img{
    position: absolute;
    left:0;
  }
  
  @media (max-width:1150px) {
    #navbar{
      display: none;
    }
  }
