* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
img{
    width: 100%;
    height: auto;
    display: block ;
}

body{
    font-family: 'Poppins';
}

.container {
    max-width: 925px;
    margin: 0 auto;
    padding: 0 15px;
}
/* _________header___________ */

.banner-background {
    background-size: cover;
    background-position: center;
}

.nav {
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav ul {
    width: 55%;
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding-right:60px;
    position: relative;
}

.nav ul li a {
    text-decoration: none;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 400;
    color: #000000;;
}

.nav ul li {
    position: relative;
}

.nav ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 0%;
    height: 2px;
    background-color: #105A6F;
    transition: all 0.5s;
}

/* _________________________________________ */
.Pricing-sec {
    padding-bottom: 60px;
}

.pricing-box-row {
    padding-top: 15px;
}
.pricing-heading {
    text-align: center;
    font-size: 36px;
    color: rgba(38, 89, 109, 1);
    font-family: poppins;
    font-weight: 600;
    line-height: 54px;
}

.pricing-checks-row {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
}
.pricing-check-left {
    width: calc((100% / 2) - 20px);
}
.pricing-check-left ul {
    list-style-image: url(../images/pricing-bullet.svg);
    text-align: center;
    list-style-position: inside;
}
.pricing-check-left ul li {
    color: rgba(27, 33, 35, 1);
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 400;
    line-height: 21px;
    padding: 20px 0px;
    padding-top: 0;
    padding-left: 25px !important;
    position: relative;
    text-align: left
}
.pricing-check-right {
    width: calc((100% / 2) - 30px);
    position: relative;
}
/*
.pricing-check-right ul {
    list-style-image: url(../images/pricing-bullet.svg);
    text-align: center;
    list-style-position: inside;
}
.pricing-check-right li::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}
*/
.pricing-check-right ul li::after,
.pricing-check-left ul li::after{
    content: '';
    position: absolute;
    background-size: cover;
    top: 3px;
    left: 0px;
    width: 17px;
    height: 17px;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHN0eWxlPSJ2ZXJ0aWNhbC1hbGlnbjogYmFzZWxpbmU7IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNSAwQzMuNjczOTIgMCAyLjQwMjE1IDAuNTI2Nzg0IDEuNDY0NDcgMS40NjQ0N0MwLjUyNjc4NCAyLjQwMjE1IDAgMy42NzM5MiAwIDVWMTVDMCAxNi4zMjYxIDAuNTI2Nzg0IDE3LjU5NzkgMS40NjQ0NyAxOC41MzU1QzIuNDAyMTUgMTkuNDczMiAzLjY3MzkyIDIwIDUgMjBIMTVDMTYuMzI2MSAyMCAxNy41OTc5IDE5LjQ3MzIgMTguNTM1NSAxOC41MzU1QzE5LjQ3MzIgMTcuNTk3OSAyMCAxNi4zMjYxIDIwIDE1VjVDMjAgMy42NzM5MiAxOS40NzMyIDIuNDAyMTUgMTguNTM1NSAxLjQ2NDQ3QzE3LjU5NzkgMC41MjY3ODQgMTYuMzI2MSAwIDE1IDBINVpNMTMuNzMgOC42ODRDMTMuODE5OCA4LjU4ODEzIDEzLjg4OTkgOC40NzU1MiAxMy45MzYyIDguMzUyNTdDMTMuOTgyNSA4LjIyOTYzIDE0LjAwNDEgOC4wOTg3NyAxMy45OTk4IDcuOTY3NDdDMTMuOTk1NiA3LjgzNjE3IDEzLjk2NTUgNy43MDcgMTMuOTExMyA3LjU4NzMyQzEzLjg1NzEgNy40Njc2NSAxMy43Nzk5IDcuMzU5ODIgMTMuNjg0IDcuMjdDMTMuNTg4MSA3LjE4MDE4IDEzLjQ3NTUgNy4xMTAxMSAxMy4zNTI2IDcuMDYzODFDMTMuMjI5NiA3LjAxNzUxIDEzLjA5ODggNi45OTU4OCAxMi45Njc1IDcuMDAwMTVDMTIuODM2MiA3LjAwNDQyIDEyLjcwNyA3LjAzNDUxIDEyLjU4NzMgNy4wODg3MUMxMi40Njc3IDcuMTQyOSAxMi4zNTk4IDcuMjIwMTQgMTIuMjcgNy4zMTZMOS4xODcgMTAuNjA2TDcuNjY0IDkuMjUzQzcuNDY0NDYgOS4wODcxMiA3LjIwODI1IDkuMDA1MyA2Ljk0OTUgOS4wMjQ4MkM2LjY5MDc1IDkuMDQ0MzQgNi40NDk3MiA5LjE2MzY4IDYuMjc3MzIgOS4zNTc2MkM2LjEwNDkzIDkuNTUxNTYgNi4wMTQ2NyA5LjgwNDkyIDYuMDI1NjIgMTAuMDY0MkM2LjAzNjU3IDEwLjMyMzQgNi4xNDc4NyAxMC41NjgzIDYuMzM2IDEwLjc0N0w4LjU4NiAxMi43NDdDOC43ODA2OSAxMi45MTk5IDkuMDM1MTUgMTMuMDEwMSA5LjI5NTI5IDEyLjk5ODNDOS41NTU0MyAxMi45ODY2IDkuODAwNzIgMTIuODczOCA5Ljk3OSAxMi42ODRMMTMuNzI5IDguNjg0SDEzLjczWiIgZmlsbD0iIzI2NTk2RCIvPgo8L3N2Zz4K)
    }
.pricing-check-right ul li {
    position: relative;
    text-align: left;
    color: rgba(27, 33, 35, 1);
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 400;
    line-height: 21px;
    padding: 20px 0px;
    padding-top: 0;
    padding-left: 25px !important;
}


.pricing-card-row {
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
    align-items: flex-start;

}

.pricing-card {
    cursor: pointer;
    width: calc((100% / 4) - 10px);
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 12px;
    transition: all 0.4s;
    padding-bottom: 0;
    overflow: hidden;
}

.pricing-card-heading {
    display: flex;
    border-bottom: solid 1px rgba(232, 232, 232, 1);
    padding-bottom: 10px;
    align-items: center
}
span.card-span-1 {

}

span.card-span-2 {
    font-size: 30px;
    font-weight: 500;
    font-family: 'Poppins';
    color: rgba(0, 0, 0, 1);
    display: block;
    line-height: 0.8;
    padding-left: 16px;
    width: min-content;
}

.card-span-2 sup{
    font-size: 10px !important;
}

span.card-span-3 {
    font-size: 15px    ;
    font-weight: 400;
    font-family: 'Poppins';
    color: #000000;
    opacity: 0.3;
    width: max-content;
}

.card-trail-text {
    text-align: center;
    padding-top: 25px;
}
span.trail-span-1 {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Poppins';
    color: rgba(16, 156, 241, 1);
    display: block;
    text-align: center;
    line-height: 30px;
}
span.trail-span-2 {
    color: rgba(41, 41, 41, 1);
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 400;
    line-height: 21px;
}

.pricing-card-btn {
    width: 100%;
    display: inline-block;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border-radius: 888px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Poppins';
    line-height: 16px;
    padding: 14px 20px 14px 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.price_headgin{
     text-align: center;
    font-size: 33px;

}
span.trail-span-1 b {
    font-weight: 600;
}
.btn-clr-1 {
    color: rgba(16, 156, 241, 1);
    transition: all .4s;
}
.box-shadow-0 svg{
    filter: grayscale(100%);
}
.box-shadow-0 span.trail-span-1{
    color: #888484;
}
.box-shadow-2 span.trail-span-1{
    color: #14b8a6;
}
.box-shadow-3 span.trail-span-1.discount_price {
    background: #F7B500;
    color: #fff;
    margin: 0 -12px;
    padding: 5px 0;
}
.box-shadow-2 span.trail-span-1.discount_price {
    background: #14b8a6;
    color: #fff;
    margin: 0 -12px;
    padding: 5px 0;
}
.box-shadow-1 span.trail-span-1.discount_price {
    background: #109cf1;
    color: #fff;
    margin: 0 -12px;
    padding: 5px 0;
}
.box-shadow-0 .btn-clr-1{
    color: #888484;
}
.box-shadow-0:hover .btn-clr-1{
    color: #ffffff;
    background: #9d9797;
}
.box-shadow-1:hover .btn-clr-1{
    color: #ffffff;
    background: rgba(16, 156, 241, 1);
}
.btn-clr-2 {
    color: #14B8A6;
    transition: all .4s;
}
.box-shadow-2:hover .btn-clr-2 {
    color: #ffffff;
    background: #14B8A6;
}
.btn-clr-3 {
    color: #F7B500;
    transition: all .4s;
}
.box-shadow-3:hover .btn-clr-3 {
    color: #ffffff;
    background: #F7B500;
}

.pricing-card:hover {
    transform: scale(1.2);
}
.box-shadow-1:hover {
    box-shadow: 0px 0px 30px 0px rgb(16 156 241 / 28%);
}
.box-shadow-2:hover {
    box-shadow: 0px 0px 34.92401123046875px 0px rgb(20 184 166 /  28%);
}
.box-shadow-3:hover {
    box-shadow: 0px 0px 30px 0px rgb(255 191 130 / 28%);
}

.routing-banner-left .btns-outlined{
    margin-top:15px; position:relative; left:-30px;
}

.map-base{
    background: no-repeat center center;
    background-image: url("../images/map-base-3.jpg");
    background-size: cover;
    margin-top: 30px;
    padding:100px 0;
}
.map-base .row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 70px;
}
.map-base .row:last-child{
    margin-bottom: 0;
}
.map-base .row:nth-child(odd) .col.video{
    padding-left:30px;
}
.map-base .row:nth-child(even) .col.video{
    padding-right:30px;
}
.map-base .row:nth-child(odd) .col.text{
    padding-right:30px;
}
.map-base .row:nth-child(even) .col.text{
    padding-left:30px;
}
.map-base .col{
    width:50%;
}
.map-base .col.text{
}
.map-base .col.video{
    padding: 0px;
    margin-bottom: 0;
    position: relative;
}
    .map-base .col .overlay-link{
        position: absolute;
        top:0px;
        left:0px;
        z-index: 1;
        width: 100%;
        height:100%;
    }
    .map-base .col.video video{
        width: 100%;
        height: 100%;
    }
    .video-modal video{
        width:100%;
        height: 100%;
    }
    .video-modal .modal-content{
        background: transparent;
        box-shadow: none;
        border: none;
        position: relative;
    }
    .video-modal .modal-header{
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1000000;
    }
.map-base h2{
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 600;
}
.map-base ul {
    padding-left: 20px;
}
.map-base ul li{
    font-size:20px;
    font-weight: 600;
    list-style: disc;
}
@media(max-width:992px){
    .routing-banner-left .btns-outlined{
        transform: none;
        margin-left: 45px;
        top: 0;
        justify-content: left;
    }
    .map-base{
        padding:50px 20px;
    }
    .map-base .row{
        flex-direction: column;
        margin-bottom: 30px;
    }
    .map-base .col{
        width:100%;
    }
    .map-base h2 {
        font-size: 24px;
    }
    .map-base ul li {
        font-size: 16px;
    }
    .map-base .row:nth-child(odd) .col.video{
        padding-left:0px;
        order: 1;
        margin-bottom: 20px;
    }
    .map-base .row:nth-child(even) .col.video{
        padding-right:0px;
        margin-bottom: 20px;
    }
    .map-base .row:nth-child(odd) .col.text{
        padding-right:0px;
        order: 2;
    }
    .map-base .row:nth-child(even) .col.text{
        padding-left:0px;
    }
}
@media(max-width:991px){
    .nav .btns-outlined{
        left: 160px;
    }
}
@media(max-width:450px){
    .nav .btns-outlined{
        display: none;
    }
}
/* _________________media-query_______________________ */

@media screen and (max-width: 991px) {
    .Pricing-sec {
        padding: 0;
    }
    .pricing-check-left ul li {
        padding-bottom: 20px;
        font-size: 14px;
    }
    .pricing-check-right ul li {
        padding-bottom: 20px;
        font-size: 14px;
    }
    .pricing-heading {
        font-size: 33px;
    }
    span.card-span-2 {
        font-size: 35px;
    }
    span.trail-span-1 {
        font-size: 19px;
    }
    span.trail-span-2 {
        font-size: 13px;
    }
    .pricing-card-btn {
        font-size: 15px;
    }
}
@media screen and (max-width: 850px)  {
    .pricing-checks-row {
        flex-wrap: wrap;
        justify-content: center;
    }
    .pricing-check-left {
        width: calc(100% - 10px);
    }
    .pricing-check-right {
        width: calc(100% - 10px);
    }
    .pricing-check-left ul li {
        padding-bottom: 20px;
    }
    .pricing-check-right ul li {
        padding-bottom: 20px;
    }
    .pricing-card-row {
        flex-wrap: wrap;
        justify-content: center;
    }
    .pricing-card {
        width: calc(100% - 10px);
        margin-bottom: 20px;
    }


}



.nav ul li a:hover::before{
    width: 100%;
}

.nav-btn {
    width: 20%;
}
.header-right{
    display: flex;
    justify-content: space-between;
}
.btns {
    display: flex;
    justify-content: center;
}

.btns a {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins';
    color: white;
    text-decoration: none;
    background: #F7B500;
    padding: 10px 20px;
    border-radius: 100px;
}
.btns-outlined{
    margin-left: 20px;
}
.btns-outlined a{
    color:#18596A;
    background: transparent;
    border:2px solid #18596A;
    border-radius: 4px;
    font-weight: 600;
}

.btns-outlined a:hover{
    background: #e1faff;
}
/* ____banner_____ */
.banner {
    display: flex;
    align-items: center;
    padding: 20px 0;
}
.f__con{
    height: calc(100vh - 80px);
    padding: 0;
}
.routing-banner-left {
    width: 50%;
}

.routing-banner-left h1 {
    /*margin-top: 18px;*/
    font-size: 35px;
    font-family: 'Poppins';
    font-weight: 400;
    line-height: 35.75px;
    color: #000000;
    text-transform: uppercase;
}
.routing-banner-left p {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    opacity: 0.5;
    margin-top: 9px;
}
.features-box figure {
    width: 125px;
}
.routing-banner-right {
    width: 46%;
    display: flex;
    justify-content: right;
    align-items: center;
}
.logo_banner{
    max-width: 445px;
}
.input_eye i{
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.g-recaptcha{
    width: 100% !important;
}

.download-links {
    display: flex;
    margin-top: 20px;
}
.download-links a {
    width: 180px;
    height: 52px;
    display: flex;
    align-items: center;
    background: #000000;
    text-decoration: none;
    border-radius: 6px;
    padding: 15px;
    margin-right: 8px;
}
.download-links a:last-child{
    margin-right: 0;
}
.download-links a figure{
    width: 26px;
    margin-right: 5px;
}
.download-links h2 {
    color: #ffffff;
    font-size: 20px;
    line-height: 17px;
    font-weight: 400;
}
.download-links h2 span {
    color: #ffffff;
    font-size: 10px;
    font-family: 'Poppins';
    font-weight: 300;
    width: 100%;
    display: block;
}
/* ______________Features--app______________________ */
.app-features h3 {
    font-size: 30px;
    font-weight: 400;
    font-family: 'Poppins';
    line-height: 48.6px;
    margin-top: 40px;
}
.feature-box-parent {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 25px;
}
.features-box {
    width: calc(100% - 68%);
    height: 217.62px;
    box-shadow: 0px 0px 18px 0px #00000014;
    margin-bottom: 20px;
    padding: 20px;
	display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.features-box p {
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
}

.features-box p span {
    display: block;
}

.social-links {
    display: flex;
    justify-content: center;
    margin-top: 80px;
}
.social-links a {
	display: none;
}
.social-links a:first-child {
    color: #3B5998;
}

.social-links a:nth-child(2) {
    color: #00ACEE;
}
.flex-center{
    justify-content: center;
    align-items: center;
    display: flex;
}
.social-links a:last-child {
    color: transparent;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background-clip: text;
    -webkit-background-clip: text;
}
.social-links a {
    margin-left: 10px;
    font-size: 22px;
}

.copyright p {
    text-align: center;
    color: #7E92B3;
    font-size: 14px;
    font-family: 'Poppins';
    line-height: 19.6px;
}

.copyright {
    padding-bottom: 30px;
}

.copyright span {
    font-weight: 700;
}

/* ________________________________________________MAPPING_-Page___________________________________________ */
.home_background{
	padding-top: 100px;
	background-size: cover;
	background-position: top center;
}
.banner-background.mapping {
    min-height: 70vh;
    background-color: #F5F6F8;
    background-size: cover;
    background-position: center;
}

.mapping-routing {
    width: 50%;
}
.mapping-routing img {
    max-width: 350px;
}
.email {
    width: 50%;
}

.email form h2 {
    width: 100%;
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 23px;
    text-transform: capitalize;
}
.email form h2 span{
    font-weight: 600;
}

.email form span {
    display: block;
    color: #14B8A6;
}

.email form label {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.email form label span{
    background: #ffffff;
    color: #6B7280;
    font-size: 12px;
    position: absolute;
    padding: 0 5px;
    top: -8px;
    left: 10px;
    font-weight: 400;
    text-transform: capitalize;
}
.email form input {
    width: 100%;
    border: 1px solid #E2E5E9;
    box-sizing: border-box;
    border-radius: 8px !important;
    padding: 10px 15px;
    padding-top: 17px;
    height: auto;
    box-shadow: none !important;
    color: #333333;
    font-weight: 400;
}

.nav.mapping ul li a {
    color: #ffffff;
}
.email form {
    padding: 20px;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 6px 18px 0px rgb(0 0 0 / 6%);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.forget__text{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    color: #000000;
    text-decoration: none;
    width: 100%;
    padding: 0px 10px;
}
.btn__con{
    display: flex;
    justify-content: center;
    margin-top: 15px;
    width: 100%;
}
.btn__con a,.btn__con input,.btn__con button{
    display: inline-block;
    text-decoration: none;
    font-weight: 500 !important;
    background: #14B8A6;
    padding:2px 29px;
    border-radius: 100px;
    color: #fff !important;
    font-size: 18px;
	padding-top: 8px !important;
}
.members{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #000000;
}
.members a{
    text-decoration: none;
    color: #14B8A6;
    margin-left: 8px;
}
/* ___________________________________________mapping-2____________________________________ */
label.first-name {
    width: calc(50% - 5px) !important;
}
label.last-name {
    width: calc(50% - 5px) !important;
}
.banner mapping-2 {
    height: 100vh;
}

.clos__e,.bar{
    display: none;
}

.social-links{
    border-bottom: 1px solid #E1E6ED;
    margin-bottom:20px;
    padding-bottom: 20px;
}
/* ___________________________MAPPING-SCHEDULE________________________________________ */
.mapping-schedule {
    width: 50%;
    background: #ffffff;
    box-shadow: 0px 6px 18px 0px #0000000f;
    border-radius: 12px;
}

h1.mapping-heading {
    font-size: 26px;
    font-weight: 700;
    color: #105A6F;
    line-height: 31.59px;
    font-family: 'Poppins';
    padding: 20px;
}

.mapping-heading .h-span-1 {
    display: block;
}

.starting-price {
    width: 300px;
    background: linear-gradient(275.59deg, #3B58ED 17.82%, #458FFF 96.48%);
    border-radius: 0px 100px 100px 0px;
    height: 117px;

}
.t_hd{
    font-size: 18px;
}

h2.heading-price {
    padding: 20px;
    text-align: right;
}
span.price-span-1 {
    display: block;
    font-size: 27px;
    font-weight: 400;
    line-height: 32.81px;
    text-align: left;
}
h2.heading-price {
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
    font-family: 'Poppins';
    line-height: 60.75px;
}

.mapping-detail {
    padding: 20px;
}
.mapping-table {
    width: 100%;
    color: #778089;
    font-family: 'Poppins';
    line-height: 30px;
}

.mapping-table td {
    font-size: 18px;
    font-weight: 400;
}

.table-date-center {
    text-align: center;
}
.table-h-1 {
    text-align: left;
}
.table-h-3 {
    text-align: right;
}

.table-data-3 {
    text-align: right;
}
.mapping-table{
    margin-bottom: 20px;
}

.mapping-table tr:not(:last-child) {
    line-height: 50px;
}

.mapping-schedule-btn {
    display: inline-block;
    text-decoration: none;
    background: #14B8A6;
    color: #ffffff;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins';
    padding: 10px 30px;

}
.license-btn {
    text-align: center;
    padding: 20px;
}

@media only screen and (max-width: 991px) {
    .btns{
        width: auto;
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
    .header-section{
        position: relative;
    }
    .bar{
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 14px;
        color: #FF942F;
        font-size: 30px;
    }
    .nav ul{
        position: fixed;
        display: none;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background-color: #fff;
        width: 100%;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 999;
    }
    .clos__e{
        display: block;
        position: fixed !important;
        z-index: 999;
        top: 25px;
        right: 40px;
        font-size: 30px;
    }
    .nav ul li a{
        font-size: 25px;
        margin:10px 0;
        display: block;
    }

    .routing-banner-left h1 {
        font-size: 37px;
    }
    .routing-banner-left p {
        font-size: 16px;
    }
    .download-links h2 {
        font-size: 16px;
    }
    .download-links a {
        width: 160px;
    }

    .features-box {
        width: calc(100% - 51%);
        text-align: center;
    }
    .copyright p {
        padding: 0 80px;
    }

}
@media only screen and (max-width: 850px) {

    .routing-banner-left h1 {
        font-size: 20px;
        line-height: 35px;
    }
    .routing-banner-left p {
        font-size: 13px;
        line-height: 21px;
    }
    .banner.mapping-2{
        flex-direction: column;
        justify-content: center;
    }
    .mapping-routing{
        width: 100%;
    }
    .email{
        width: 100%;
    }
    .mapping-routing img{
        width: 200px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 700px) {
    .routing-banner-left {
        width: 100%;
        text-align: left;
    }
    .download-links {
        justify-content: flex-start;
    }
    .routing-banner-right {
        display: none;
    }
    .download-links h2 span {
        text-align: left;
    }

    .app-features h3 {
        text-align: center;
    }

    .banner {
        justify-content: center;
        text-align: center;
    }
/* ______________________Mapping-1_________________________ */

.email {
    width: 100%;
}
.le_f{
    text-align: left;
}

@media only screen and (max-width: 600px) {
    .mapping-schedule{
        width: 90%;
    }
    h1.mapping-heading {
        font-size: 22px;
    }
    span.price-span-1{
        font-size: 20px;
    }
    span.price-span-2 {
        font-size: 41px;
    }
    .starting-price {
        width: 250px;
    }
    .download-links a figure {
        width: 17px;
        margin-right: 5px;
    }
    .app-features h3{
        margin-top: 0;
        font-size: 25px;
        line-height: 1;
    }
    .features-box {
        width: calc(100% - 0%);
    }
    .logo_banner {
        max-width: 200px;
    }
    label.first-name,label.last-name{
        width: 100% !important;
    }

}
@media only screen and (max-width: 480px) {

    .routing-banner-left {
        width: 100%;
    }

}
@media only screen and (max-width: 380px) {

    .download-links a {
        width: 125px;
        height: 40px;
    }
    .download-links h2 span {
        font-size: 8px;
    }
    .download-links h2 {
        font-size: 11px;
        text-align: left;
    }
}
