.routeplaner-top {
    margin-top: 100px;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fff2ef;
}

.routeplaner-title {
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    color: #002e48;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}

.routeplaner-title-two {
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    color: #002e48;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}

.routeplaner-info {
    max-width: 1200px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    font-family: Montserrat, sans-serif;
    color: #72748c;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    text-align: center;
}

.routeplaner-content {
    padding-bottom: 40px;
}

.routeplaner-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.section-r-info {
    font-family: Montserrat, sans-serif;
    color: #fda345;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
}

.section-r-title {
    max-width: 420px;
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
    color: #002e48;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}

.routeplaner-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.routeplaner-grid-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 10px 16px -4px rgba(30, 55, 70, 0.15);
}

.grid-section-iconcontent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 66px;
    height: 66px;
    margin-right: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    background-color: #faf8e1;
}

.infocontent-title {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Montserrat, sans-serif;
    color: #002e48;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
}

.infocontent-description {
    max-width: 400px;
    margin-bottom: 0px;
    font-family: Montserrat, sans-serif;
    color: #72748c;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    text-align: left;
}

.grid-section-icon {
    width: 56px;
    height: auto;
    color: #fcd146;
    text-align: center;
}

.grid-section-icon.routeplaner-icon2 {
    width: 48px;
}

.grid-section-icon.routeplaner-icon3 {
    width: 42px;
}

.routeplaner-section-l {
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.routeplaner-map {
    width: 600px;
    height: auto;
    margin-bottom: 40px;
}
.routeplaner-butt {
    width: 364px;
}
@media screen and (max-width: 991px) {
    .routeplaner-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .routeplaner-section-l {
        position: static;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .routeplaner-content {
        margin-right: 20px;
        margin-left: 20px;
    }
}

@media screen and (max-width: 479px) {
    .routeplaner-butt {
        width: 100%;
    }
    .routeplaner-map {
        margin-bottom: 20px;
    }
    .routeplaner-title,
    .routeplaner-title-two {
        font-size: 22px;
    }
    .routeplaner-top {
        margin-top: 80px;
        padding: 20px;
        margin-bottom: 0;
    }
    .routeplaner-map {
        width: 320px;
    }
    .section-r-title {
        max-width: 300px;
        font-size: 16px;
    }

    .routeplaner-grid-section {
        padding: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .grid-section-iconcontent {
        width: 66px;
        margin-right: 10px;
    }

    .infocontent-description {
        max-width: 100%;
    }
}