.app-container {
    background: #fff;
}

.butt{
    padding:18px;
}
/* Navbar style */

.navbar {
    background: #fff;
    padding: 1% 2%;
}

.navbar-brand img {
    width: 50px;
    height: 40px;
    margin: auto;
}

.breadcrumb_title {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: #fff;
}

.nav-item {
    margin: 0 20px;
}

.nav-link {
    font-family: 'Product Sans', Arial, Helvetica, sans-serif;
    color: rgb(44, 44, 44);
    font-weight: 700;
}

.nav-link:hover{
    color: #000;
}

.signin {
    color: #fff !important;
    background: #006064;
    width: 80px;
    text-align: center;
    border-radius: 24px;
}

.dropdown-toggle:after {
    display: none;
}

.dropdown-menu {
    padding: 10px 16px;
    background: #fff;
    transform: scale(1) !important;
    border: none;
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 100% !important;
    -webkit-box-shadow: 4px 2px rgba(28, 14, 3, x),
    -4px 0 2px rgba(28, 14, 3, x);
    -moz-box-shadow: 4px 0 2px -6 rgba(28, 14, 3, x),
    -1px 0 2px rgba(28, 14, 3, x);
    box-shadow: 4px 0 2px rgba(28, 14, 3, x),
    -4px 0 2px rgba(28, 14, 3, x);
}

.navbar-nav .nav-item .dropdown-menu:before {
    border-bottom: 11px solid rgb(240, 240, 240);
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: -11px;
}

.dropdown-item {
    padding: 10px 20px;
    color: #000000;
    font-weight: 500;
    border-radius: 4px;
}

.dropdown-item:hover {
    background: #0051ff;
    color: #fff;
}
/* End Of NavBar */



/* Banner style */
.head-banner {
    padding: 10px;
}

.title-col h1 {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-size: 44px;
    margin: 20% 2% 2% 2%;
}


.header-line {
    height:4px;
    border:none;
    background-color:#1dc9b7;
    width: 102px;
    text-align:right;
    margin: 0.5%;
}

.action-btn {
    background: #fff;
    border: 2px solid #006064;
    padding: 16px 24px;
    color: #006064;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.action-btn:hover {
    background: #0051ff;
    color: #fff;
}

.banner-image {
    width: 450px;
    height: 450px;
    object-fit: cover;
    object-position: center;
    text-align: center;
    border-radius: 50%;
    background-color: #0051ff11;
    padding: 32px;
}

.option-image {
    width: 250px;
    height: 250px;
    object-fit: cover;
    object-position: center;
    text-align: center;
    border-radius: 50%;
    background-color: #1dc9b7;
    padding: 5px;
}

.circle {
    position: absolute;
}

.circle:nth-child(1) {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #ff006a;
    top: 5%;
    left: 2%;
}

.circle:nth-child(2) {
    width: 144px;
    height: 144px;
    border-radius: 50%;
    background-color: #0051ff;
    bottom: 30px;
    z-index: -1;
}

.circle:nth-child(3) {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #00ff4c;
    bottom: 40%;
    right: 30px;
}
/* End of banner style */


/* Style for Options */
#options {
    padding: 2%;
}

.options-row {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.options-row .col-md-3 {
    padding: 28px;
}

.option-link:hover {
    color: #0051ff !important;
}

.option-title h1 {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-size: 64px;
    margin: 2%;
}

.option-link .card {
    border-radius: 12px;
    border: 2px solid transparent;
    padding: 10%;
    align-items: center;
    align-content: center;
    background: #fafafa;
}

.option-link .card:hover {
    border: solid 2px #006064;
    background-color: #0051ff1e;
}

.option-link .card img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.card-body h4 {
    font-family: 'Product Sans' Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 800;
}

/* End of Options Style */


/* How Setion style */

#how {
    padding: 2% 2%;
}

.how-row {
    margin: 0% 0;
}


.how-row .col-md-6 {
    padding: 48px;
}

.col-image {
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: auto;
}




.how-image {
    width: 100%;
    height: auto;
    border-radius: 48px;
    object-fit: cover;
    object-position: center;
    background-color: #0051ff11;
    padding: 32px;

}

/* How section ends */

/*--------footer-----*/
footer {
    padding: 5%;
    width: 100%;
    background: #0051ff;
    height: 10%;
  }
  
  footer h1 {
    font-size: 24px;
    font-weight: 400;
    text-align: justify;
    font-family: 'Lato', sans-serif;
    color: #fff;
  }
  
  ul {
    padding: 0;
    margin: 0;
  }
  
  li {
    list-style: none;
    text-decoration: none;
  }
  
  li a {
    margin: 0;
    line-height: 26px;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
  }
  
  li a:hover {
    
    text-decoration: none;
    color: #00ffff;
  }

form-group captxt {
    font-weight: 800px;
    font-size: large;
}