.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
}
.navbar-default{
    -webkit-box-shadow: 0 2px 4px 1px rgba(50,66,81,0.04);
    -moz-box-shadow: 0 2px 4px 1px rgba(50,66,81,0.04);
    box-shadow: 0 2px 4px 1px rgba(50,66,81,0.04);
}
.navbar-default .navbar-nav>.active>a{
    color: #E91E63;
    background-color: transparent;
    font-weight: 600;
}
.dropdown-menu>li>a{
    padding: 10px 20px;
}
.navbar-nav>li>.dropdown-menu{
    padding: 0;
}
.navbar-brand{
    padding: 0;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #E91E63;
}
ul{
    list-style: none;
}
.top-bar{
    background-color: #f8f9fa
}
.top-bar li a img{
    width: 24px;
    padding: 5px;
    box-sizing: content-box;
}
.d-flex{
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
ul.d-flex{
    justify-content: flex-end;
    margin-bottom: 0;
}
.two-column.d-flex{
    justify-content: space-between;
    min-height: 85vh;
}
.d-flex li+li{
    margin-left: 15px;
}
.main-hero-img{
    position: absolute;
    top: 6em;
    right: 0;
    width: 50%;
    z-index: -1;
}
.heading-text{
    width: 80%;
}
.heading-text h1{
    font-size: 48px;
    font-weight: 600;
    line-height: 50px;
}
.heading-text small{
    font-size: 18px;
    display: block;
    margin-top: 20px;
}
.button-group{
    margin-top: 50px;
}
.btn-primary{
    color: #fff;
    background-color: #377dff;
    border-color: #377dff;
    transition: all 0.2s ease-in-out;
    min-width: 10em;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.btn-bordered{
    border: 2px solid #377dff;
    box-shadow: none;
    box-sizing: border-box;
    color: #377dff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}
.btn-primary:hover,
.btn-bordered:hover{
    background-color: #377dff;
    border-color: #377dff;
    box-shadow: 0 4px 11px rgba(55, 125, 255, 0.35);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    color: #fff;
}
.services{
    padding: 80px 0px;
}
.services ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.services ul li{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.services ul li .icons{
    width: 120px;
    height: 120px;
    padding: 15px;
    box-sizing: border-box;
    background-color: aliceblue;
    border-radius: 30%;
    margin-bottom: 15px;
    transition: all ease 0.5s;
}
.services ul li:hover .icons{
    border-radius: 50%;
    cursor: pointer;
}
.services ul li .icons img{
    width: 100%;
}
.service-name{
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
.about-us{
    width: 90%;
    margin: 0 auto;
    background-color: #f7faff;
    padding: 80px 0px;
    margin-bottom: 50px;
}
.about-us-img{
    position: relative;
}
.about-us-img img{
    z-index: 1;
    display: block;
    position: relative;
    width: 70%;
}
.rounded{
    border-radius: 0.3125rem !important;
}
.shadow-lg {
    box-shadow: 0px 10px 40px 10px rgba(140, 152, 164, 0.175) !important;
}
.about-us-img .position-absolute{
    z-index: 0;
    position: absolute;
    left: -50px;
    bottom: -50px;
    /* max-width: 7rem; */
}
.city-list img{
    width: 100%;
}
.city-list{
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}
.city-name{
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -30%);
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    width: 100%;
}
.heading{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
    display: block;
    border-left: 5px solid #E91E63;
    padding-left: 15px;
}
footer{
    padding: 50px 0px;
    background-color: #E1F5FE;
    margin-top: 100px;
}
.footer-about .brand{
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.highlight{
    color: #E91E63;
}
.footer-link ul{
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
.footer-link li a{
    text-decoration: none;
    padding: 5px;
    font-size: 14px;
    color: #1d1d1d;
}
.footer-link li{
    width: 48%;
    display: flex;
    align-items: center;
}
footer h4{
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.copyrights{
    padding: 10px 0px;
    background-color: #E91E63;
    color: #fff;
}
.copyrights a{
    text-decoration: none;
    color: #242424;
}
.follow-us .d-flex{
    justify-content: flex-start;
    margin: 0;
    padding: 0;
}
.follow-us img{
    width: 32px;
}
.form-container{
    padding: 20px;
    background-color: #fff;
    width: 85%;
}
@media (max-width: 580px){
    .two-column.d-flex{
        min-height: auto;
    }
    .services ul{
        padding: 0;
    }
    .services ul li{
        justify-content: start;
        align-items: flex-start;
        width: 50%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .services ul li .icons{
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .about-us{
        padding: 20px 0px;
    }
    .btn-primary{
        min-width: 8em;
        margin-bottom: 20px;
    }
    .heading-text {
        width: 90%;
    }
    .heading-text h1 {
        font-size: 36px;
        font-weight: 600;
        line-height: 40px;
    }
    .about-us-img img{
        width: 100%;
    }
    .form-container{
        width: 100%;
    }
    .service-name {
    text-align: center;
    width: 100%;
    }
}