body{
    margin:0;
    padding:0;
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
    
}
html{
    scroll-behavior:smooth;
}
.rotate90{
    transform:rotateZ(90deg)
}
.nearme-navbar{
    z-index: 99999999999999999 ;
    background-color: #02504A;
}
.nearme-navbar .navbar-toggler{
    border:none;
    color:#fff
}
.nearme-logo{
    display: flex;
    align-items: center;
    text-decoration: none;

}
.nearme-logo h2{
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    margin-left: 5px;
}
.nearme-logo:hover{
    text-decoration: none;
    color: #fff;
    font-size: 32px;
}
.nearme-logo img{
    width: 60px;
}
.nearme-navbar .navbar-nav{
    list-style:none;
    display:flex;
    justify-content:end
}
.nearme-navbar .navbar-nav .nav-item{
    margin:3px 4px
}
.nearme-navbar .navbar-nav .nav-link{
    padding:5px 15px!important;
    text-decoration:none;
    color:#fff;
    font-size:18px;
    font-weight:500;
    border:2px solid transparent;
    border-radius:8px;
    text-align: center;
    transition:all .4s
}
.nearme-navbar .navbar-nav .nav-item .nav-link:hover{
    border:2px solid #fff;
    border-radius:8px;
    color:#fff
}

.nearme-navbar .nav-down-app .down-app-link{
    border:2px solid #fff;
    border-radius:8px;
    color:#fff;
    margin-left: 50px;
    transition: all .3s;
}
.nearme-navbar .nav-down-app .down-app-link:hover{
    border:2px solid #fff;
    color:#02504A !important;
    background-color: #fff;
}
.page-container{
    padding:8%
}
.download{
    padding:10% 6% 0;
    background-image: url('../images/Image\ Place\ Holder@2x.png');
    background-size: cover;
    background-position: center center;
    margin-bottom: 120px;
    overflow: hidden;
}
.download-section h1{
    font-size:48px;
    font-weight:700;
    letter-spacing:.2px;
    color:#fff
}
.download-section h2{
    font-size:40px;
    font-weight:400;
    color:#fff;
}
.Google-App{
    display:flex;
    align-items:center;
    text-align: center;
    margin-bottom: 60px;
}
.Google-img img{
    width:87%;
}
.App-img img{
    width:87%;
}

.download-img{
    width: 60%;
}


/* ------------------------------------------------------------- */

.why-nearme{
    padding: 0 8%;
    margin-bottom: 120px;
    overflow: hidden;
}
.why-nearme-img{
    width: 92%;
}
.why-nearme-content-item img{
    width:30px
}

.why-nearme-content-item h4{
    font-size:19px;
    margin:20px 0 15px;
    color:#183B56
}

.why-nearme-content-item p{
    font-size:14px;
    color:#5A7184;
    margin:0;
}

.why-nearme-content .item1{
    grid-area:menu;
}
.why-nearme-content .item2{
    grid-area:main
}
.why-nearme-content .item3{
    grid-area:right
}
.why-nearme-content .item4{
    grid-area:footer
}
.why-nearme-content .item5{
    grid-area:test
}
.why-nearme-content{
    display:grid;
    grid-template-areas:'menu menu main right' 'menu menu footer test';
    grid-gap:20px;
}
.why-nearme-content > div{
    padding:10px 0;
    font-size:30px;
    border-radius:10px;
}
.why-nearme-content .item1{
    display:flex;
    justify-content:center;
    align-items:center
}
.why-nearme-content .item1 img{
    width:85%;
    animation-name:image-animation2;
    animation-duration:6s;
    animation-iteration-count:infinite;
    animation-delay:1s
}
.why-nearme-content-item{
    transition:all .5s
}

.explore{
    padding: 0 8%;
    margin-bottom: 120px;
    background-color: #181818;
    color: white;

}
.explore h2{
    font-size: 24px;
}
.explore-content-header{
    margin-bottom: 20px;
}
.explore-content-header img{
    width: 25px;
    margin-right: 40px;
}
.explore-content-header h3{
    font-size: 19px;
    margin-bottom: 0;
}
.explore-content p{
    font-size: 15px;
    line-height: 25px;
    color: #c2c2c2;
}
.explore-img img{
    transform: scale(1.2);
}


.location{
    margin-bottom: 120px;
    overflow: hidden;

}
.location-title h2{
    font-size: 23px;
    margin-bottom: 50px;
}
.location-img{
    width: 55%;
    margin: auto;
}
.location-img img{
    animation-name:image-animation1;
    animation-duration:6s;
    animation-iteration-count:infinite;
    animation-delay:1s
}
.get-services{
    margin-bottom: 120px;
    overflow: hidden;

}

.get-services-title{
    width: 80%;
    margin: auto;
    text-align: center;
}
.get-services-title h2{
    font-size: 23px;
    margin-bottom: 50px;
}
.get-services-img{
    width: 100%;
}




/* --------------------------------------- */




.review{
    padding: 5% 0;
    margin-bottom: 120px;
    background-color: #181818;
    overflow: hidden;

}
.review-title{
    width: 50%;
    margin: auto;
    text-align: center;
    color: white;
}


.carousel-indicators li{
    width: 95px;
    height: 95px;
    margin-right: 5px;
    margin-left: 5px;
    text-indent: 0;
    cursor: pointer;
    background-color: #181818;
    background-clip: padding-box;
    border-top: 0 solid transparent;
    border-bottom: 0 solid transparent;
    opacity: .5;
    transition: opacity .6s;
    position: relative;
}
.carousel-indicators .active{
    width: 120px;
    height: 120px;
}
.active-carousel-icon{
    position: absolute;
    top: -10px;
    right: -5px;
    width: 40px;
}
.carousel-indicators li .active-carousel-icon{
    display: none;
}
.carousel-indicators .active .active-carousel-icon{
    display: block;
}
.carousel-indicators{
    position: static;
    z-index: 15;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators li img{
    border-radius: 50%;
}
.carousel-indicators li h6{
    font-size: 15px;
    font-weight: 500;
}
.carousel-indicators li p{
    font-weight: 400;
    font-size: 17px;
}
.carousel-item p{
    color: #fff;
    padding: 0 10%;
    font-size: 19px;
}
.carousel-item h4{
    color: #fff;
    font-size: 22px;
}
.review .carousel-inner{
    width: 80%;
}





/* ------------------------------------------- */



.Choose-Plans{
margin-bottom: 120px;
overflow: hidden;

}
.Choose-Plans-title{
    width: 50%;
    margin: auto;
    text-align: center;
    margin-bottom: 70px;
}
.Choose-Plans-title h2{
    font-size: 24px;
}

.Choose-Plans-card{
    border: 0;
    text-align: center;
}
.Choose-Plans-card .card-header-1{
    background: #181818;
    color: #fff;
    border-color: #181818 ;
}
.Choose-Plans-card .card-header-2{
    background: #444444;
    color: #fff;
    border-color: #444444 ;
}

.Choose-Plans-card .list-group-item{
    color: #949494;
    font-size: 14px;
}
.Choose-Plans-card .list-group{
    border: 1px solid #d3d3d3;
    border-top: 0;
    border-bottom: 0;
}
.Choose-Plans-card .download-btn{
    width: 100%;
    height: 100%;
    color: #fff;
    background: #444444 ;
    padding: 15px;
    transition: all 0.3s;
    border-radius:  0 0 calc(.25rem - 1px) calc(.25rem - 1px);
    
}
.Choose-Plans-card .download-btn:hover{
    background: #181818 ;
}

.bg-green1{
    background: #02504A !important;
    border-color: #02504A !important;
}
.bg-green2{
    background: #047067 !important;
    border-color: #047067 !important;

}




.badges{
    background-color: #181818;
    padding: 40px 0;
    overflow: hidden;

}
.badges-container{
    padding: 0 10%;
}
.badges img{
    width: 60%;
}

.contact{
    overflow: hidden;
}
.contact-title{
    width: 100%;
    text-align: left;
    margin-bottom: 50px;
}
.contact-title h2{
    font-size: 24px;
}

.contact-form{
    width: 65%;
    margin: 80px 60px 80px auto;
}
.contact-info{
    margin: 80px auto 80px  60px;
}
.contact-info-container{
    background: #444444;
}

.field-container {
    position: relative;
    border: 1px solid #bcbaba;
    height: 50px;
    width: 100%;
    padding-left: 12px;
    margin-bottom: 30px;
}
.field-container-textarea{
    position: relative;
    border: 1px solid #bcbaba;
    height: 130px;
    width: 100%;
    padding-left: 12px;
    margin-bottom: 30px;
}
.field-container-textarea textarea{
    resize: none;
}
  .field-placeholder {
    position: absolute;
    top: 50%;
    transform: translate(5px, -50%);
    pointer-events: none;
    transition: all 0.14s ease-in-out;
    font-size: 14px;
    color: #adadad;
  }
  .field-container-textarea .field-placeholder {
    position: absolute;
    top: 20%;
    transform: translate(5px, -50%);
    pointer-events: none;
    transition: all 0.14s ease-in-out;
    font-size: 14px;
    color: #adadad;
  }
  input[type="text"].field-input {
    color: #000;
    border: none;
    padding: 5px;
    margin-top: 14px;
    font-size: 16px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    bottom: 0px;
  }
  textarea.field-input {
    color: #000;
    border: none;
    padding: 5px;
    margin-top: 19px;
    font-size: 16px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    bottom: 0px;
  }
  input[type="text"].field-input:focus , textarea.field-input:focus {
    outline: none;
  }
  input[type="text"].field-input.c-fix, input[type="text"].field-input:focus, input[type="text"].field-input:not(:placeholder-shown) {
    border-color: transparent;
  }
  textarea.field-input.c-fix, textarea.field-input:focus, textarea.field-input:not(:placeholder-shown) {
    border-color: transparent;
  }
  input[type="text"].field-input.c-fix ~ label, input[type="text"].field-input:focus ~ label, input[type="text"].field-input:not(:placeholder-shown) ~ label {
    color: #646669;
    font-size: 11px;
    top: calc(30% - .5rem);
    transform: translate(-5px, 0%);
  }
  textarea.field-input.c-fix ~ label, textarea.field-input:focus ~ label, textarea.field-input:not(:placeholder-shown) ~ label {
    color: #646669;
    font-size: 11px;
    top: calc(10% - .5rem);
    transform: translate(-5px, 0%);
  }
  input[type="text"].field-input::-webkit-input-placeholder {
    color: transparent;
  }
  textarea.field-input::-webkit-input-placeholder {
    color: transparent;
  }
  input[type="text"].field-input::-moz-placeholder {
    color: transparent;
  }
  textarea.field-input::-moz-placeholder {
    color: transparent;
  }
  input[type="text"].field-input:-ms-input-placeholder {
    color: transparent;
  }
  textarea.field-input:-ms-input-placeholder {
    color: transparent;
  }
.submit-form-btn button{
    background: #02504A;
    color: white;
    text-align: center;
    padding: 10px 30px;
    border: 0;
}
.submit-form-btn button:hover{
    background: #048378 !important;
    box-shadow: none  !important;
    outline: 0 !important;
    border: 0 !important;
}
.submit-form-btn button:focus{
    background: #048378 !important;
    box-shadow: none !important;
    outline: 0 !important;
    border: 0 !important;
}
.contact-info-item{
    color: white;
}
.contact-info-item i{
    font-size: 26px;
    margin-bottom: 10px;
}
.contact-info-item h5{
    font-size: 20px;
    margin-bottom: 10px;
}
.contact-info-item p{
    font-size: 16px;
}



.footer{
    padding: 20px 0;
    background-color: #181818;
    color: rgb(226, 224, 224);
}
.footer p{
    font-size: 14px;
    margin: 0;
}
.social-img{
    width: 60%;
    margin: auto;
}
.footer-list{
    font-size: 14px;
    margin: 0;
}

@media (min-width: 991px) and (max-width: 1100px){
    .nearme-navbar .navbar-nav .nav-link{
        padding:5px 6px!important;
        font-size:14px
    }
    .nearme-navbar .navbar-nav .nav-item{
        margin: 3px;
    }
    .page-container{
        padding:15% 5%
    }
    .download {
        margin-bottom: 130px;
    }

    .download-section h1{
        font-size:36px;
        font-weight:700
    }
    .download-section h2{
        font-size:26px;
        font-weight:400
    }
    
    .why-nearme-content{
        display:grid;
        grid-template-areas:'menu menu menu menu menu main main main main ' 'right right right footer footer footer test test test';
        grid-gap:10px;
        margin-top:50px
    }
    .why-nearme-content .item1 img{
        width:55%
    }
    .subscrip-content h2{
        font-size:34px;
        margin-bottom:25px
    }
    .contact-form {
        width: 82%;
        margin: 80px 60px 80px auto;
    }

}
@media (max-width: 450px){
    .navbar-expand-lg{
        padding:10px 5%
    }
    .nearme-logo h2 {
        font-size: 22px;
        font-weight: 600;
    }
    .page-container{
        padding:30% 5%
    }
    .download{
        padding:20% 6% 0;
        background-image: url('../images/Image\ Place\ Holder@2x.png');
        background-size: cover;
        background-position: center center;
        margin-bottom: 120px;
    }
    .download-img{
        width: 100%;
    }
    .download-section h1{
        font-size:28px;
        font-weight:700
    }
    .download-section h2{
        font-size:20px;
        font-weight:400
    }
    .download-section{
        text-align:center
    }
    .Google-App{
        justify-content:center
    }
    .Google-img img {
        width: 90%;
    }
    .success-box > div {
        font-size: 15px;
    }
    .why-nearme-title h2{
        font-size:28px
    }
    .why-nearme-title p{
        font-size:18px;
        letter-spacing:0;
        color:#5A7184;
        margin-bottom:10px
    }
    .why-nearme-content{
        display:grid;
        grid-template-areas:'menu menu menu menu ' 'main main main main ' 'right right right right ' 'footer footer footer footer ' 'test test test test ';
        grid-gap:5px;
        margin-top:50px
    }
    .why-nearme-content-item img{
        width:30px
    }
    .why-nearme-content-item h4{
        font-size:20px;
        margin:10px 0 10px;
        color:#183B56
    }
    .why-nearme-content-item p{
        font-size:14px;
        color:#5A7184;
        margin:0
    }

    .explore {
        padding: 10% 0% 0%;
        margin-bottom: 80px;
    }
    .explore-img img {
        transform: scale(1.3);
        transform: translateY(30px);
    }
    .explore-content-header img {
        width: 20px;
        margin-right: 10px;
    }
    .location{
        margin-bottom: 50px;
    }
    .location-title h2 {
        font-size: 23px;
        margin-bottom: 20px;
    }
    .location-img {
        width: 100%;
        margin: auto;
    }
    .get-services {
        margin-bottom: 40px;
    }
    .get-services-title {
        width: 100%;
    }
    .get-services-title h2 {
        font-size: 23px;
        margin-bottom: 20px;
    }
    .review {
        padding: 10% 0;
        margin-bottom: 70px;
        background-color: #181818;
    }
    .review-title {
        width: 100%;
    }
    .carousel-indicators {
        margin-right: 0%;
        margin-left: 0%;
    }
    .carousel-indicators li {
        width: 50px;
        height: 50px;
    }
    .carousel-indicators .active {
        width: 60px;
        height: 60px;
    }
    .active-carousel-icon {
        width: 30px;
    }
    .review .carousel-inner{
        width: 100%;
    }
    .carousel-item p {
        padding: 0 5%;
        font-size: 15px;
    }
    .carousel-item h4 {
        font-size: 19px;
    }
    .Choose-Plans-title {
        width: 100%;
        margin-bottom: 30px;
    }
    .Choose-Plans {
        margin-bottom: 70px;
    }
    .badges {
        padding: 30px 0;
    }
    .badges-container{
        padding: 0 0%;
    }
    .badges img{
        width: 90%;
    }
    
    .contact-form {
        width: 95%;
        margin: 80px auto;
    }
    .contact-info{
        margin: 80px auto;
        width: 90%;
        text-align: center;
    }
    .contact-title {
        text-align: center;
    }
    .submit-form-btn{
        display: flex;
        justify-content: center;
    }
    .footer{
        text-align: center;
    }
    .footer-content{
        flex-direction: column-reverse;
    }
    .footer-list {
        font-size: 12px;
        margin: 0;
    }
    .social-img {
        width: 50%;
        margin: 15px auto;
    }
    .location-img img {
        animation-name: none;
    }
    .review-title h2{
        font-size: 22px;
    }
    .review-title p{
        font-size: 16px;
    }
}
@media (min-width: 450px) and (max-width: 786px){
    .navbar-expand-lg{
        padding:10px 5%
    }
    .download-section{
        padding-top: 30px;
    }
    .download-section h1{
        font-size:50px;
        font-weight:700
    }
    .download-section h2{
        font-size:36px;
        font-weight:400
    }
    .download-section{
        text-align:center
    }
    .why-nearme-content{
        display:grid;
        grid-template-areas:'menu menu main main' 
                            'right right footer footer'
                            'test test test test ';
        grid-gap:20px;
        margin-top:50px
    }
    .why-nearme-content .item1 img{
        width:90%
    }
    .why-nearme-content-item h4{
        font-size:20px;
        margin:20px 0 15px;
        color:#183B56
    }
    
    .explore {
        padding: 10% 0% 0%;
        margin-bottom: 80px;
    }
    .explore-img img {
        transform: scale(1.3);
        transform: translateY(30px);
    }
    .explore-content-header img {
        width: 20px;
        margin-right: 10px;
    }
    .badges-container{
        padding: 0 0%;
    }
    .badges img{
        width: 90%;
    }
    .contact-form {
        width: 82%;
        margin: 80px auto;
    }
}
@media (min-width: 767px) and (max-width: 991px){
    .navbar-expand-lg{
        padding:10px 5%
    }
    .page-container{
        padding:15% 4%
    }
    .download-section{
        padding:3% 4%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .download-section h1{
        font-size:46px;
        font-weight:700
    }
    .download-section h2{
        font-size:30px;
        font-weight:400
    }
    .why-nearme-content{
        display:grid;
        grid-template-areas:'menu menu menu menu menu main main main main ' 'right right right footer footer footer test test test';
        grid-gap:20px;
        margin-top:50px
    }
    .badges-container{
        padding: 0 5%;
    }
    .badges img{
        width: 90%;
    }
    .contact-form {
        width: 90%;
        margin: 80px auto;
    }

}
@media (max-width:330px){
    .review-title h2{
        font-size: 22px;
    }
    .review-title p{
        font-size: 16px;
    }
}
@media (min-width: 992px){
    .navbar-expand-lg{
        padding:15px 6% 15px 14%
    }
}
@media (min-width: 1080px) and (max-width: 1370px){
    .nearme-navbar .navbar-nav .nav-link {
        padding: 5px 10px!important;
        font-size: 15px;
    }

    .contact-form {
        width: 82%;
        margin: 80px 60px 80px auto;
    }
}



@keyframes image-animation1{
    0%{
        transform:translateX(15px)
    }
    50%{
        transform:translateX(-15px)
    }
    100%{
        transform:translateX(15px)
    }
}
@keyframes image-animation2{
    0%{
        transform:translateY(15px)
    }
    50%{
        transform:translateY(-15px)
    }
    100%{
        transform:translateY(15px)
    }
}
