@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
body {
    width: 100%;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    float: left; 
    overflow-x: hidden;
}
button {
    outline: none !important;
}
a,button,input[type="submit"]{
    cursor: pointer;
}
a:hover {
    text-decoration: none;
}
.blue {
    background:  #F1F2F6;
}
select, input, textarea {
    outline: none;
}
input:focus, textarea:focus {
    border-color: #2F61A8 !important;
}
.blue-placeholder input::-webkit-input-placeholder {
    color: #2F61A8;
}
.blue-placeholder input::-moz-placeholder {
    color: #2F61A8;
}
.blue-placeholder input:-ms-input-placeholder {
    color: #2F61A8;
}
.blue-placeholder input::-ms-input-placeholder {
    color: #2F61A8;
}
.blue-placeholder input::placeholder {
    color: #2F61A8;
}
.container {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}
.container:after {
    content: "";
    display: table;
    clear: both;
}
input#search_address {
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding-left: 12px;
    height: 38px;
}
.header {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
}
.my-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
header.header.fixed-header {
    position: fixed;
}
.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.logo a {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* justify-content: flex-start; */
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.logo a img {
    height: 100%;
}
.my-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.my-nav ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
}
.h-nav-b {
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
.my-nav ul li a.h-nav-b-uniq{
    background: #D0E0ED;
    color: #2F61A8;
    font-weight: 600;
    border-radius: 20px;
    padding: 5px 20px;
    margin-left: 20px;
}
.activedrop.my-nav ul li a{
    color: #000;
}
.activedrop.my-nav ul li a.h-nav-b-uniq{
    margin-left: 0;
}
.my-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 0px;
}
.banner-part {
    margin-top: -100px;
    background-image: url(../images/banner-image.png);
    width: 100%;
    float: left;
    background-size: cover;
    position: relative;
}
.banner-inner-part {
    width: 100%;
    float: left;
    padding: 100px 0px;
    padding-top: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    position: relative;
    z-index: 99;
}
.find-box-part {
    width: 100%;
    max-width: 570px;
    background: #fff;
    padding: 40px;
    border-radius: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 10px;
    margin-top: 15px;
}
.find-box-part h3 {
    margin: 0;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 600;
}
.find-box-part form {
    width: 100%;
    float: left;
}
.find-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 15px;
}
.find-box {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    max-width: 48%;
}
/*.find-box label {
    font-size: 12px;
    color: #2B133E;
}*/


 .find-input-box #search_name, #search_tag, #sensor_attr, #search_name {
       /* min-height: 50px;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; */
    width: 100%;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    vertical-align: middle;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    line-height: 1.5;
    color: #495057 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: left;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/***----------------new (20/12/23)***/
.search-new-section{
    margin-top:16px;
}
.inputcon-2.search-name-input, .inputcon-2.search-tag-input,.inputcon-2.search-sensor-attr-input {
    background: transparent;
    border: none;
    padding: 0;
}

::placeholder{
    font-size: 16px !important;
}
.find-input-box select {
    border: none;
    width: 100%;
    height: 100%;
    border-bottom: 2px solid #EFE9F4;
    font-weight: normal;
    font-size: 16px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.custom-select{ 
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    /* background: #fff url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E) no-repeat right .75rem center; */
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: left;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
}
.arrow-icon {
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.find-input-box select:focus {
    border-color: #2F61A8;
    font-weight: 600;
}
.find-line-2 .find-box {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
}
/*.find-input-box input {
    border: none;
    width: 100%;
    height: 100%;
    border-bottom: 2px solid #EFE9F4;
    font-weight: normal;
    font-size: 16px;
}*/
.search-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.search-b {
    background: #2F61A8;
    padding: 25px 50px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border-radius: 50px;
    margin-bottom: -38px;
    margin-top: 20px;
}
.search-b img {
    margin-left: 15px;
}
.how-work {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 125px;
    color: #fff;
    /* align-items: center; */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.how-work h2 {
    font-size: 36px;
    margin: 0;
}
.how-work p {
    font-size: 27px;
    text-align: center;
}
.banner-part:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 310px;
    background: -o-linear-gradient(rgb(7 17 36 / 0%), rgb(7 17 36));
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(7 17 36 / 0%)), to(rgb(7 17 36)));
    background: linear-gradient(rgb(7 17 36 / 0%), rgb(7 17 36));
}





.blue-banner {
    width: 100%;
    float: left;
    background: #071124;
    padding: 20px 0px;
    padding-bottom: 70px;
}
.blue-banner-main {
    background: #2F61A8;
    padding: 50px 100px;
    border-radius: 10px;
    text-align: center;
    font-size: 27px;
    color: #fff;
}
.blue-banner-main p {
    margin: 0;
}
.blue-banner-main p span {
    color: #F2C94C;
}





.letest-data {
    width: 100%;
    float: left;
    padding-top: 100px;
}
.letest-data-main {
    text-align: left;
    position: relative;
}
.letest-data-main h2 {
    font-size: 22px;
    color: #28468C;
    font-weight: 600;
}
.letest-data-main .owl-nav {
    position: absolute;
    top: -50px;
    right: 0;
    width: 100%;
    max-width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.letest-data-main .owl-nav button {
    overflow: hidden;
    width: 50px;
    height: 50px;
    outline: none;
}
.letest-data-main .owl-nav span {
    width: 27px;
    height: 2px;
    background: #6E708B;
    display: inline-block;
    position: relative;
    text-indent: -1111px;
}
.letest-data-main .owl-nav span:after {
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid transparent;
    border-left: 2px solid #6E708B;
    border-top: 2px solid #6E708B;
    display: inline-block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    position: absolute;
}
.letest-data-main .owl-nav .owl-next span::after {
    right: 0;
    left: auto;
    -webkit-transform: translateY(-50%) rotate(135deg);
        -ms-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
}

.letest-data-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    justify-items: flex-start;
    -webkit-box-shadow: 2px 2px 4px rgb(56 46 70 / 10%);
            box-shadow: 2px 2px 4px rgb(56 46 70 / 10%);
    border-radius: 10px;
    /* overflow: hidden; */
    margin-bottom: 50px;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    background: #fff;
    border: 1px solid #EFE9F4;
}
a.letest-p-button {
    position: absolute;
    background: #2F61A8;
    bottom: -25px;
    left: 50%;
    -webkit-transform: translatex(-50%);
        -ms-transform: translatex(-50%);
            transform: translatex(-50%);
    padding: 20px 30px;
    border-radius: 50px;
    opacity: 0;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.letest-data-box:hover {
    -webkit-box-shadow: 3px 3px 50px rgb(56 46 70 / 20%);
            box-shadow: 3px 3px 50px rgb(56 46 70 / 20%);
}
.letest-data-box:hover a.letest-p-button {
    opacity: 1;
}

.letest-img-box {
    max-height: 285px;
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
}
.letest-img-box {
    max-height: 285px;
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
    min-height: 285px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-items: center;
    background: #f9f9f9;
}
.bus-location-part-inner .letest-text-box h3 {
    position: relative;
    display:flex;
    justify-content: space-between;
    column-gap: 20px;
    align-items: flex-start;
}
.compare-part {
    /* position: absolute; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
}
.compare-part input[type="checkbox"] {
    margin-right: 10px;
    cursor: pointer;
}
.compare-part p {
    margin: 0;
    font-weight: 600;
    color: #6E708B;
}
.bus-location-viw-part {
    padding-bottom: 50px;
}
.letest-img-box img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.letest-text-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    justify-items: flex-start;
    flex: 1;
}
.letest-text-box h3 {
    margin: 0;
    font-size: 15px;
    color: #2F61A8;
    font-weight: 600;
    text-transform: uppercase;
}
.letest-icon-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    justify-items: flex-start;
    margin-top: 20px;
}
.l-icon-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
}
.l-icon {
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-items: center;
    /* padding: 5px; */
    width: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
}
.letest-bottom-part {
    background: #F6F6FC;
    padding: 15px;
    padding-bottom: 50px;
    border-radius: 0px 0px 10px 10px;
    color: #6E708B;
    min-height: 90px;
    max-height: 90px;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
}
.letest-bottom-part p {
    margin: 0;
    font-size: 13px;
}
.Popular.data {
    padding-top: 0px;
}





.features-main {
    width: 100%;
    float: left;
    padding: 70px 0px;
}
.feature-sec {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
}
.feature-left {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    text-align: justify;
}
.feature-left h3 {
    font-size: 30px;
    color: #2F61A8;
    font-weight: 600;
    margin: 0;
}
.feature-left p {
    margin: 0;
    /*margin-top: 30px;*/
    font-size: 16px;
    color: #6E708B;
}

.feature-left-sec {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 20px;
}
.feature-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
    position: relative;
}
.feature-box:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #000;
    position: absolute;
    left: -20px;
    border-radius: 2px;
    top: 8px;
}
.feature-left .feature-box h3 {
    font-size: 24px;
    color: #6E708B;
    font-weight: normal;
}
.f-f-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #2F61A8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
}
.feature-right {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.feature-right img {
    -webkit-animation-name: earth;
            animation-name: earth;
    -webkit-animation-duration: 4s;
            animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
}
/* @keyframes earth {
  0%   {transform: rotateZ(0deg);}
  100% {transform: rotateZ(360deg);}
} */
.footer {
    width: 100%;
    float: left;
    background: #28468C;
    padding: 5px 15px;
    z-index: 99;
    position: fixed;
    bottom: 0;
    left: 0;
}
.main-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #fff;
    font-size: 11px;
}
.footre-left {
    font-size: 11px;
}
.footre-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footre-right a {
    margin: 0 15px;
    color: #fff;
    text-decoration: none;
}

.header.sticky {
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.1);
            box-shadow: 0px 0px 20px rgba(0,0,0,.1);
    position: fixed;
}
.header.sticky .h-nav-b {
    color: #000;
}

.mobile {
    display: block;
    position: fixed;
    right: 20px;
    top: 23px;
    width: 40px;
    height: 40px;
    display: none;
    cursor: pointer;
}
.mobile-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px;
}
.m-line {
    width: 100%;
    height: 2px;
    background: #2F61A8;
    margin-bottom: 7px;
}
.m-line-3 {
    margin: 0;
}

.mobile-close {
    position: fixed;
    right: 20px;
    top: 35px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: none;
}
.mobile-close-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.close-line {
    width: 100%;
    height: 2px;
    background: #2F61A8;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.close-line-2 {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-left: -30px;
}








.blue .header {
    background: -o-linear-gradient(right ,#28468C, #2F61A8);
    background: -webkit-gradient(linear ,right top, left top ,from(#28468C), to(#2F61A8));
    background: linear-gradient(to left ,#28468C, #2F61A8);
}
.sub-header {
    width: 100%;
    float: left;
    background: #fff;
    /* margin-top: 107px; */
    -webkit-box-shadow: 20px 4px 20px rgb(69 69 69 / 25%);
            box-shadow: 20px 4px 20px rgb(69 69 69 / 25%);
    position: relative;
    z-index: 9;
}
.sub-header-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 0px;
}
.sub-header-main form {
    width: 100%;
}
.sub-box-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.sub-box {
    height: 50px;
    border-radius: 8px;
    background: #F1F2F6;
    position: relative;
    /*overflow: hidden;*/
    margin-right: 30px;
    width: 240px;
}
.sub-box img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 10px;
}
.sub-box input {
    min-width:100%;
    background: no-repeat;
    width: 100%;
    height: 100%;
    border: none;
    padding-left: 35px;
}
.sub-box select {
    min-width: 170px;
    background: none;
    width: 100%;
    height: 100%;
    border: none;
    padding-left: 10px;
    color: #6E708B;
    font-size: 16px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
button.s-button {
    background: -o-linear-gradient(right ,#28468C, #2F61A8);
    background: -webkit-gradient(linear ,right top, left top ,from(#28468C), to(#2F61A8));
    background: linear-gradient(to left ,#28468C, #2F61A8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    width: 180px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    text-decoration: none;
    border-radius:8px;
    font-size: 16px;
    border: none;
    white-space: nowrap;
    padding:0 30px !important;
    margin-bottom: -28px;
}
.hide-map-part {
    color: #28468C;
    border: 1px solid #28468C;
    border-radius: 8px;
    /* width: 130px; */
    font-size: 16px;
    text-align: center;
    padding: 5px 10px;
    /* min-width: 130px; */
    text-decoration: none;
    font-weight: normal;
    display: none;
    width: auto;
    float: left;
    margin-top: 35px;
}
.show-map-part {
    color: #28468C;
    border: 1px solid #28468C;
    border-radius: 8px;
    /* width: 130px; */
    font-size: 16px;
    text-align: center;
    padding: 5px 10px;
    /* min-width: 130px; */
    text-decoration: none;
    font-weight: normal;
    width: auto;
    margin-top: 35px;
    float: left;
}
.show-map-part img, .hide-map-part img {
    height: 30px;
}
.p-ab-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 35px;
}
.sort-b {
    background-color: #fff;
    background-image: url(../images/sort-1.svg);
    height:40px;
    width: 40px;
    border-radius: 5px;
    border: 1px solid #28468C;
    padding: 5px 10px;
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    display: inline-block;
    outline: none !important;
    cursor: pointer;
}
.bac-toggle {
    background-image: url(../images/sort-2.svg);
}
.search-b-sec button#submit {
    width: auto;
    padding: 0 20px !important;
    margin-right: 15px;
    cursor: pointer;
}
.right-map-part {
    display: none;
    position: fixed;
    right: 0;
    top: 206px;
    height: calc(100vh - 248px);
    width: 50%;
}
.right-map-part img {
    /* width: 100%; */
}
.search-b-sec {
    width: auto;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.search-b-sec button#submit {
    width: auto;
    padding: 0 20px !important;
    margin-right: 15px;
    float: left;
}
.sort-part {
    display: block;
}
.sort-part select {
    min-width: 140px;
    display: inline-block;
    /* width: 100%; */
    height: 40px;
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 15px;
    float: left;
    margin-right: 10px;
}
.l-text {
    color: #6E708B;
    /* min-height: 42px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 50px);
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-break: break-all;
    line-height: 26px;
}
.bus-location-part-inner {
    display: block;
    padding-top: 30px;
    max-width: 1400px;
    margin: 0 auto;
}
.bus-location-part {
    width: 100%;
    float: left;
    padding: 0 15px;
    width: 100%;
    height: calc(100vh - 220px);
}
.bus-location-viw-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.bus-location-viw-part .letest-data-box {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    margin-right: 28px;
    margin: 0 9px;
    margin-bottom: 30px;
}
.bus-location-part-inner.grid-view {
    width: 50%;
    /*max-width: calc(100% - 40%);*/
    float: left;
    /*padding-left: 250px;*/
}
.letest-data-box{
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.letest-data-box.earth_show.earth_data{
    border: none;
    border: 2px #2F61A8 solid;
}

.fileupload {
    border: 2px #2F61A8 dashed;
    padding: 50px;
    text-align: center;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    position: relative;
}
.fileupload input#multiple_files {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}
.fileupload .submit-ab-icon {
    position: static;
    display: block;
    width: 50px;
    margin: 0 auto;
}

.bus-location-part-inner.grid-view .letest-data-box {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 20px;
    /* max-height: 200px; */
    display: block;
    width: 100%;
    float: left;
    -webkit-box-shadow: 3px 3px 6px rgb(56 46 70 / 10%);
            box-shadow: 3px 3px 6px rgb(56 46 70 / 10%);
    overflow: hidden;
    margin-right: 28px !important;
}
.bus-location-part-inner .letest-img-box {
    min-height: 285px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-items: center;
    background: #f9f9f9;
    text-align: center;
    justify-content: center;
}
.l-icon img {
    /* width: 100%; */
    height: 20px;
}
.letest-icon-part .l-icon-box:nth-child(2) img, .letest-icon-part .l-icon-box:nth-child(4) img {
    height: 17px;
}
.grid-view .letest-img-box {
    height: auto;
    width: 200px;
    float: left;
    border-radius: 10px 0px 0px 0px;
    min-height: 185px;
    max-height: 200px;
}
.close-head {
    width: 100%;
    padding: 0px 30px 10px 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    color: #ff0000;
}
.close_button {
    background: -o-linear-gradient(right ,#28468C, #2F61A8);
    background: -webkit-gradient(linear ,right top, left top ,from(#28468C), to(#2F61A8));
    background: linear-gradient(to left ,#28468C, #2F61A8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    width: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-size: 16px;
    border: none;
    padding: 0px 20px;
}
.close_button:hover {
    color: #fff;
}
.l-icon-box a.l-text {
    text-decoration: underline;
}
.grid-view .letest-img-box img {
    max-width: 100%;
    width: auto;
}
.grid-view .letest-text-box {
    width: calc(100% - 200px);
    float: left;
}
.grid-view .letest-bottom-part {
    width: calc(100% - 200px);
    width: 100%;
    float: left;
    background: no-repeat;
    padding: 15px;
    /* padding-top: 0px; */
    background: #F6F6FC;
}
.grid-view .letest-icon-part {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.grid-view .l-icon-box {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
}
.grid-view a.letest-p-button {
    right: 10px;
    left: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    bottom: 10px;
    top: auto;
    padding: 10px 30px;
}


.submit-main-part {
    background-image: url(../images/submit-banner.svg);
    margin-top: 0px;
    height: calc(100vh - 139px);
    background-position: top right;
    background-size: cover;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    overflow-y: auto;
}
.submit-sec-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.submit-form-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0px 4px 20px rgb(0 0 0 / 15%);
            box-shadow: 0px 4px 20px rgb(0 0 0 / 15%);
    background: #fff;
    border-radius: 20px;
    margin-top: 100px;
    padding: 30px 50px;
    width: 100%;
    max-width: 650px;
}
.submit-form-main form {
    width: 100%;
}
.submit-form-main h3 {
    color: #2F61A8;
    font-size: 21px;
    font-weight: 600;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 30px;
}
.submit-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.submit-box {
    min-width: 250px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
}
.submit-box input[type="text"],.submit-box input[type="file"] {
    border: none;
    width: 100%;
    height: 100%;
    border-bottom: 2px solid #EFE9F4;
    font-weight: normal;
    font-size: 16px;
}
.submit-box {
    min-width: 250px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
}
.submit-ab-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 8px;
}
.submit-box input[type="text"],.submit-box  input[type="file"]{
    border: none;
    width: 100%;
    height: 100%;
    border-bottom: 2px solid #EFE9F4;
    font-weight: normal;
    padding-left: 30px;
    font-size: 14px;
}
.submit-box select {
    border: none;
    width: 100%;
    height: 100%;
    border-bottom: 2px solid #EFE9F4;
    font-weight: normal;
    font-size: 14px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding-left: 30px;
    color: #6E708B;
}
.submit-b-part {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: -30px;
}
.map-form-main .submit-form-main .submit-box input[type="number"],.map-form-main .submit-form-main .submit-box input[type="text"],.map-form-main .submit-form-main .submit-box input[type="file"]{
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding-left: 30px;
}
body.blue .m-line {
    background: #fff;
}
.blue .header.sticky a.h-nav-b {
    color: #fff;
}
.blue .header.sticky a.h-nav-b.h-nav-b-uniq {
    color: #2F61A8;
}
.submit-line-2 .submit-box {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
}
.full-view-main {
    padding-top: 50px;
    width: 100%;
    float: left;
    margin-bottom: 50px;
}
.full-view-inner {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.full-vie-top {
    width: 50%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.full-top-left {
    max-width: 100%;
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
}
.full-top-left img {
    width: 100%;
}
.full-top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 20px;
    width: 50%;
}
a.full-right-box {
    margin: 0px 15px 40px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 7px;
    overflow: hidden;
    width: calc(50% - 30px);
}
a.full-right-box img {
    width: 100%;
}

.full-vie-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 30px;
}
/* .full-bottom-left {
    width: 50%;
} */
.full-bottom-left h3 {
    margin-top: 0px;
    color: #2F61A8;
}
.full-bottom-left p {
    color: #6E708B;
}

.full-bottom-right {
    /* padding-left: 50px; */
    /* padding-top: 32px; */
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.full-bottom-right .letest-icon-part {
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.full-bottom-right .l-icon-box {
    width: 100%;
}
.full-top-right {
    display: none;
}
.full-view-description {
    width: 100%;
    float: left;
    padding-top: 30px;
}








body.blue.white {
    background: #fff;
}
.map-form-main {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    height: calc(100vh - 139px);
    overflow-y: scroll;
    overflow-x: hidden;
}
.map-form-main .submit-form-main {
   max-width: 800px;
    margin: 0;
    border-radius: 0;
    padding-bottom: 100px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 30px 15px;
}
.ck.ck-reset.ck-editor.ck-rounded-corners {
    width: 100%;
}
.map-form-main a.search-b {
    margin-bottom: 30px;
}
.map-inner-part {
    width: 66.66%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 900px;
    overflow: hidden;
    justify-items: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    right: 0;
    height: calc(100vh - 139px);
    top: 90px;
}
.add-b {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-items: center;
    background: #2F61A8;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: 10px;
}
.map-inner-part img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.map-form-main .submit-line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0px;
}
.map-form-main .submit-line .submit-box {
    width: 48%;
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    margin-bottom: 25px;
    height: auto;
    min-width: 200px;
}


.submit-line.submit-line-2 .submit-box {
    height: auto;
}
.submit-line.submit-line-2 .submit-box img.submit-ab-icon {
    top: 4px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}
.map-form-main .submit-line-2 .submit-box img.submit-ab-icon {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.map-form-main .submit-line-2 .submit-box {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
}
.map-form-main .submit-line-3 .submit-box {
    -ms-flex-preferred-size: calc(100% - 120px);
        flex-basis: calc(100% - 120px);
}
.map-form-main .submit-line-3 .submit-box.kb-part {
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
    width: 100px;
    min-width: 100px;
}
.map-form-main .submit-line-3 .submit-box.kb-part select {
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding-left: 30px;
}
.submit-line textarea {
    border: none;
    width: 100%;
    height: 100%;
    border-bottom: 2px solid #EFE9F4;
    font-weight: normal;
    padding-left: 30px;
    font-size: 14px;
    height: 80px;
}
.submit-line.submit-line-2 textarea {
    width: 100%;
    height: 100px;
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding-left: 30px;
}
.map-form-main .submit-line-2 .submit-box img.submit-ab-icon.textarea-icon {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: 10px;
}
.map-adj {
    width: 100%;
    height: calc(100% - 45px);
}
div#map {
    width: 100%;
    height: 100%;
}
.submit-main-part .submit-form-main {
    margin-bottom: 70px;
}
.w-background {
    background: #fff;
}
.map-form-main .submit-line .submit-box ul.select2-choices {
    border: none;
    border-bottom: 2px solid #EFE9F4;
    background-image: none;
}
.map-form-main .submit-line .submit-box input#multiple_files {
    padding-top: 5px;
}
.map-form-main .submit-form-main .submit-b-part button.search-b {
    margin-bottom: 30px;
    border: none;
}




.ui-widget-content {
    border: 1px solid #dddddd;
    background: #f7f7f7 url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
    color: #333333;
    background: #f7f7f7;
    -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,.1);
            box-shadow: 0px 0px 30px rgba(0,0,0,.1);
}
.ui-widget-header {
    border: 1px solid #28468C;
    background: #28468c url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
    color: #ffffff;
    font-weight: bold;
    background: #28468C !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #d0d0d0;
    background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #2F61A8;
    background: #f7f7f7;
    text-align: center;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #2F61A8;
    background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
    color: #fff;
    background: #2F61A8;
}
/* .bus-location-viw-part .letest-data-box:nth-child(4), .bus-location-viw-part .letest-data-box:nth-child(7), .bus-location-viw-part .letest-data-box:nth-child(10), .bus-location-viw-part .letest-data-box:nth-child(13), .bus-location-viw-part .letest-data-box:nth-child(16) {
    margin-right: 0;
} */

.bus-location-viw-part.grid-view .letest-data-box:nth-child(4), .bus-location-viw-part.grid-view .letest-data-box:nth-child(7), .bus-location-viw-part.grid-view .letest-data-box:nth-child(10), .bus-location-viw-part.grid-view .letest-data-box:nth-child(13), .bus-location-viw-part.grid-view .letest-data-box:nth-child(16) {
    margin-right: 28px;
}

a.like-b {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: #fff;
    padding: 5px 20px;
    border-radius: 10px;
    color: #2B5097;
    text-decoration: none;
}
.compare-b {
    position: absolute;
    background: #28468C;
    color: #fff;
    text-decoration: none;
    right: -100px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 10px 0px 0px 10px;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.compare-b img {
    width: 30px;
}
.compare-b p {
    margin: 0;
    margin-left: 15px;
}
/*.compare-header {
    overflow: hidden;
}*/
.compare-b:hover {
    right: 0px;
    color: #fff;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}







.uniq-table-part-inner div#dataset_list_wrapper, .uniq-table-part-inner div#nedd_approve_list_wrapper, .uniq-table-part-inner div#list_task_data_wrapper, .uniq-table-part-inner div#list_sensor_wrapper {
    min-width: 1150px;
}

table#compare-table
 {
    padding-top: 20px;
    border: none;
}

.uniq-table-part-inner div#dataset_list
_info {
    display: none;
}

table#compare-table
 th {
    background: #F1F1F5;
    color: #B5B5BE;
    font-weight: 600;
    border: none;
    text-align: left;
    padding: 15px;
}

table#compare-table
 th:first-child {
    border-radius: 10px 0px 0px 0px;
}

table#compare-table
 th:last-child {
    border-radius: 0px 10px 0px 0px;
}

table#compare-table
 tr.odd {
    background: #ffff !important;
}

table#compare-table
 td {
    border: none;
    padding: 15px 10px 15px 18px;
    background: rgb(241 241 245 / 50%);
    color: #727280;
    font-size: 14px;
}

table#compare-table
 tr td.sorting_1 {
    background: rgb(241 241 245 / 50%);
    color: #28468C;
}

.compare-img {
    max-height: 130px;
}
.middle-content {
    width: 100%;
    float: left;
    height: calc(100vh - 139px);
    overflow: auto;
}
.uniq-table-part {
    margin-top: 0px;
    padding: 0 20px;
    width: 100%;
    float: left;
    background: #fff;
    padding-top: 0px;
    padding-bottom: 20px;
}

.uniq-table-part-inner {
    width: 100%;
    max-width: 100%;
    float: left;
    overflow: auto;
}
.compare-s-heder {
    padding: 15px;
}
.compare-s-heder h3 {
    margin: 0;
}

.find-input-box .btn-group {
    width: 100%;
}

button.multiselect.dropdown-toggle.custom-select {
    text-align: left;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
}

span.multiselect-native-select, span.multiselect-native-select .btn-group {
    width: 100%;
}

.multiselect-container {
    min-width: 100%;
}

.fa-search {
    background: url(../images/Search.svg) no-repeat center;
    width: 40px;
    height: 20px;
    display: inline-block;
}
.multiselect-container .multiselect-filter > input.multiselect-search {    
    padding-left: 40px;
    margin-left: -40px;
}
.inputcon button.multiselect {
    height: 50px;
    /* margin-right: 15px; */
    min-width: 300px;
    max-width: 300px;
}
.inputcon button.multiselect span.multiselect-selected-text {
    width: 100%;
    display: block;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.pac-container.pac-logo {
    border-radius: 5px;
}
.pac-container.pac-logo .pac-item {
    padding: 5px 10px;
}
.pac-item {
    cursor: pointer;
}
.pac-item:hover {
    background-color: #2F61A8;
    color: #fff;
}
.pac-item:hover .pac-item-query {
    color: #fff;
}
.pac-container.pac-logo::after {
    display: none;
}
.footre-left p {
    margin: 8px 0px;
}



.inputcon {
    position: relative;
    margin-right: 15px;
}
.inputcon img {
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
img.input-serch-icon {
    top: 15px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}
input#search_address {
    min-width: 300px;
    display: inline-block;
    width: 100%;
    height: 50px;
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 30px;
}
.find-box-part input#search_address {
    padding: .375rem 1.75rem .375rem .75rem;
    height: calc(2.25rem + 2px);
}
/*.bus-location-viw-part.for-full .letest-data-box {
    /* margin-right: 28px !important; *
}
.bus-location-viw-part.for-full .letest-data-box:nth-child(3), .bus-location-viw-part.for-full .letest-data-box:nth-child(6), .bus-location-viw-part.for-full .letest-data-box:nth-child(9), .bus-location-viw-part.for-full .letest-data-box:nth-child(12), .bus-location-viw-part.for-full .letest-data-box:nth-child(15) {
    /* margin-right: 0px !important; *
}*/

/* $cubic: cubic-bezier(0.5, 0.8, 0.5, 0.2); */




/*  */
.loader-uniq {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: #fff;
}
.svg-wrapper {
   position: relative;
   width: 160px;
   height: 160px;
}
   
.svg-wrapper svg {
      position: absolute;
      top: 0;
      width: 100%;
}
.loader-u-small {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
   
.moon-satelite {
     -webkit-animation-name: spin;
             animation-name: spin;
     -webkit-animation-duration: 2s;
             animation-duration: 2s;
     -webkit-animation-iteration-count: infinite;
             animation-iteration-count: infinite;
     -webkit-animation-timing-function: $cubic;
             animation-timing-function: $cubic;
}
.for-compare-header .sub-box-sec {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
}

div#ui-datepicker-div {
    z-index: 99999 !important;
}

/* .loader-uniq .svg-wrapper {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: cubic-bezier(0.5, 0.8, 0.5, 0.2);
    -o-transition: cubic-bezier(0.5, 0.8, 0.5, 0.2);
    transition: cubic-bezier(0.5, 0.8, 0.5, 0.2);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transition: cubic-bezier(0.5, 0.8, 0.5, 0.2);
    -o-transition: cubic-bezier(0.5, 0.8, 0.5, 0.2);
    transition: cubic-bezier(0.5, 0.8, 0.5, 0.2);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: cubic-bezier(0.5, 0.8, 0.5, 0.2);
    -o-transition: cubic-bezier(0.5, 0.8, 0.5, 0.2);
    transition: cubic-bezier(0.5, 0.8, 0.5, 0.2);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transition: cubic-bezier(0.5, 0.8, 0.5, 0.2);
    -o-transition: cubic-bezier(0.5, 0.8, 0.5, 0.2);
    transition: cubic-bezier(0.5, 0.8, 0.5, 0.2);
  }
}

label.error {
    position: absolute;
    font-size: 11px;
    bottom: -25px;
}
/*.for-compare-header button.multiselect.dropdown-toggle.custom-select {
    /* min-width: 100%;
    max-width: 100%; 
}*/
.inputcon-2 {
    background: #f5f5f5;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding:0 0 5px 0;
}
.s-check-box-part {
    margin-top: 5px;
    margin-left: 5px;
}
.s-check-box-part label {
    margin: 0;
    margin-left: 5px;
    color: #2C549A;
}
.for-compare-header {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
}
.new-find-line .find-box {
    background: #f5f5f5;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 5px;
}
.new-find-line .find-input-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.new-check-part {
    margin-top: 10px;
}
.new-check-part label {
    color: #2C549A;
    margin: 0;
    margin-left: 5px;
}
.submit-line.submit-line-2.image-upload img.submit-ab-icon {
    top: 19px;
}
.uploadPreview {
    /*margin: 0px 10px;*/
    border: 1px solid #ddd;
    -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            margin-bottom: 20px;
        width: 100%;
}
.uploadPreview img {
    width: 100px !important;
    height: auto !important;
    padding: 10px;
}
.about-us-new-main {
    padding-top: 50px;
    padding-bottom: 50px;
}
.about-us-new-main .feature-sec p {
    margin-bottom: 15px;
}
.about-us-new-main a {
    text-decoration: underline;
}
span.tooltipblock {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 10px;
}
span.tooltipblock img {
    position: static;
    float: left;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
}
.tooltipblock.bottom span.tool-content {
    position: absolute;
    top: 20px;
    background: #000;
    color: #fff;
    padding: 5px; 
    border-radius: 3px;
    font-size: 12px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
            width:250px;
    z-index: 9999;
    height: auto;
    min-height: 200px;
}
.tooltipblock.bottom span.tool-content:after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 6px solid #000;
    border-top:0;
    border-left: 6px transparent solid;
    border-right: 6px transparent solid;
    position: absolute;
    top: -4px;
    left: calc(50% - 6px);
}
span.tool-content {
    display: none;
    position: absolute;
    bottom: 20px;
    background: #000;
    color: #fff;
    padding: 5px; 
    border-radius: 3px;
    font-size: 12px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
            width:250px;
    z-index: 9999;
}
span.tool-content:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid #000;
    border-left: 6px transparent solid;
    border-right: 6px transparent solid;
    position: absolute;
    bottom: -4px;
    left: calc(50% - 6px);
}
span.tooltipblock:hover span.tool-content {
    display: inline-block;
}
.sticky-map {
    height: calc(100vh - 132px);
    top: 90px;
}
.notice-map {
    font-size: 12px;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgb(44 85 156 / 75%);
    width: 100%;
    padding: 10px;
    -webkit-box-shadow: 0px 2px 10px rgb(0 0 0 / 10%);
            box-shadow: 0px 2px 10px rgb(0 0 0 / 10%);
    color: #fff;
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
}
.multi-loaction-style .find-input-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.multi-loaction-style .find-input-box .s-check-box-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px;
    margin-left: 0;
}
.multi-loaction-style .find-input-box .s-check-box-part label {
    margin-left: 10px;
}
.multi-loaction-style .find-input-box span.tooltipblock {
    margin-left: 5px;
    margin-top: -3px;
}
form#dataset_form .alert.alert-success {
    position: fixed;
    top: 90px;
    right: 0;
    z-index: 99999;
}
.main-conatct-section {
    width: 100%;
    float: left;
    padding: 50px 15px;
}
form#contact_form {
    max-width: 500px;
    margin: 0 auto;
}
.form-line {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.form-line input {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0px 1px 10px rgb(0 0 0 / 5%);
}
.form-line textarea {
    width: 100%;
    padding-left: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    min-height: 150px;
    height: 100px;
    box-shadow: 0px 1px 10px rgb(0 0 0 / 5%);
}
.form-line-2 {
    display: flex;
    justify-content: center;
    justify-items: start;
}
.form-line-2 input[type="submit"] {
    width: auto;
    padding: 5px 30px;
    background: #2B5298;
    color: #fff;
}
.contact-us-head {
    display: flex;
    justify-content: center;
    justify-items: center;
    padding: 20px 0px;
    padding-top: 0px;
}
.main-conatct-section {
    width: 100%;
    float: left;
    padding: 50px 15px;
    padding-top: 0px;
}
.form-line span.error {
    font-size: 12px;
    padding-left: 2px;
}
.contact-us-head + .alert.alert-success {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
}
form#contact_form:after {
    content: "";
    display: table;
    clear: both;
}
.contact-form-main {
    width: 100%;
    float: left;
}
.faq-main {
    width: 100%;
    float: left;
    padding: 50px 0px;
}
.q-ans-part {
    border: 1px solid #2D589F;
    padding: 10px;
    margin-bottom: 10px;
    background: #fff;
    width: 100%;
    float: left;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
}

.main-ans-part {
    width: 100%;
    float: left;
    display: none;
    border-top: 1px solid #ddd;
    margin-top: 10px;
}
.question {
    margin: 0;
    /* padding-bottom: 10px; */
    /* border-bottom: 1px solid #ddd; */
    font-weight: 600;
    padding-right: 30px;
}
.ans {
    padding-top: 10px;
}
.ans b {
    font-weight: normal;
}
.c_date {
    color: #2C549B;
    font-size: 14px;
    margin: 0;
}
.faq-main ul.pagination {
    width: 100%;
    float: left;
    margin-top: 10px;
    justify-content: flex-end;
}
.faq-main ul.pagination li.active {
    background: #2C549A;
    color: #fff;
    border: 1px solid #2C549A;
}
.faq-main ul.pagination li a {
    color: #242424;
    padding: 5px 10px;
    min-width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.arrow {
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid #828282;
    border-right: 2px solid #828282;
    transform: rotate(
135deg
);
    right: 15px;
    top: 15px;
    transition: 0.3s esae-in-out;
}
.arrow-change {
    transform: rotate(
315deg
);
    top: 20px;
}
.faq-main ul.pagination li.active a {
    color: #fff;
}
.faq-main ul.pagination li {
    background: #fff;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 5px;
}
/* .open-faq .question {
    padding-bottom: 10px;
} */
.open-faq {
    border-radius: 5px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
}
.first-part-q .main-ans-part {
    display: block;
}
.close-faq .main-ans-part {
    display: none;
}
.full-view-description p {
    text-align: justify;
}
.notice-map{
        top: 277px;
    }

/* =========media query========= */

@media (max-width: 1680px) {
    .bus-location-part-inner.grid-view {
    padding-left: 0px;
    }
}

@media (max-width: 1450px) {
    .container {
    max-width: 1170px;
    }
    .bus-location-part-inner.grid-view {
    padding-left: 0px;
    max-width: calc(100% - 40%);
    }
    a.full-right-box {
    margin: 0px 15px 20px 15px;
    }
    .letest-img-box {
    max-height: 245px;
    min-height: 245px;
    overflow: hidden;
    }
    .bus-location-viw-part .letest-data-box {
    /* margin-right: 20px; */
    }
    .inputcon button.multiselect {
    min-width: 200px;
    }
    /* .search-b-sec button#submit {
    margin: 0;
    } */
    .bus-location-viw-part.for-full .letest-data-box {
    /* margin-right: 20px !important; */
    }

}
@media (max-width: 1400px) {
    .bus-location-viw-part .letest-data-box {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    margin-right: 28px;
    margin: 0 7px;
    margin-bottom: 30px;
    }
}
@media (max-width: 1366px) {
    .letest-data {
    padding-top: 50px;
    }
    .grid-view .letest-icon-part {
    margin-top: 10px;
    }
    .l-icon-box {
    margin-bottom: 5px;
    }
    .bus-location-part-inner.grid-view .letest-data-box {
        max-height: 100%;
    }
    .grid-view .letest-img-box {
        height: 100%;
    }
    .bus-location-part-inner .letest-img-box {
    min-height: 245px;
    }
    .map-form-main .submit-line .submit-box {
    width: 48%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .map-form-main .submit-line-3 .submit-box {
    -ms-flex-preferred-size: calc(100% - 110px) !important;
        flex-basis: calc(100% - 110px) !important;
    min-width: 150px;
    }
    .map-form-main .submit-line-3 .submit-box.kb-part {
    -ms-flex-preferred-size: 100px !important;
        flex-basis: 100px !important;
    width: 100px;
    min-width: 70px;
    }
}
@media (max-width: 1220px) {
    .container {
        max-width: 100%;
        padding: 0 15px;
    }
    a.full-right-box img {
    width: 100%;
    height: auto;
    }
}
@media (max-width: 1145px) {
    .for-compare-header .inputcon {
        width: calc(50% - 15px);
    }
    .for-compare-header button.multiselect.dropdown-toggle.custom-select {
        max-width: 100%;
    }
    .inputcon {
        margin-bottom: 15px;
    }
    .right-map-part{
        top: 320px;
    }
}
@media (max-width: 1106px) {
    .sub-box {
        margin-bottom: 20px;
    }
    .sub-header-main {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    }
}
@media (max-width: 1097px) {
    .bus-location-viw-part .letest-data-box {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    margin-right: 28px;
    margin: 0 5px;
    margin-bottom: 30px;
    }
}
@media (max-width: 1080px) {
    .bus-location-viw-part.for-full .letest-data-box {
    /* margin-right: 15px !important; */
    }
}
@media (max-width: 1070px){
    .grid-view .letest-img-box {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    height: auto;
    }
    .grid-view .letest-img-box img {
    width: 100%;
    height: auto;
    }
    .grid-view .letest-text-box {
    width: 100%;
    }
    .grid-view .l-icon-box {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .grid-view .letest-bottom-part {
    width: 100%;
    }
    .grid-view a.letest-p-button {
    right: 10px;
    left: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    bottom: auto;
    top: auto;
    bottom: 10px;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.3);
            box-shadow: 0px 0px 20px rgba(0,0,0,.3);
    }
    .map-form-main .submit-form-main {
    width: 70%;
    margin: 0;
    border-radius: 0;
    min-width: 300px;
    padding: 20px 15px;
    padding-bottom: 100px;
}
@media (max-width: 1050px) {
    .bus-location-viw-part .letest-data-box {
    /* margin-right: 15px; */
    }    
}

@media (max-width: 1020px) {
    .bus-location-viw-part.for-full .letest-data-box {
        -ms-flex-preferred-size: 49%;
            flex-basis: 49%;
    }
    .bus-location-viw-part.for-full .letest-data-box:nth-child(odd) {
    /* margin-right: 10px !important; */
    }
    .bus-location-viw-part.for-full .letest-data-box:nth-child(even) {
    margin-right: 0px !important;
    }
}
@media (max-width: 1007px) {
    /* .search-b-sec button#submit {
        margin: 0;
    } */
    .inputcon {
    margin-bottom: 10px;
    }
}
@media (max-width: 991px) {
    .header {
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.1);
            box-shadow: 0px 0px 20px rgba(0,0,0,.1);
    }
    .submit-sec-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    }
    .h-nav-b {
    color: #000;
    }
    .feature-sec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    }
    .feature-right {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 30px;
    }
    .feature-left p {
    margin: 0;
    margin-top: 10px;
    }
    .feature-left-sec {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    }
    .banner-inner-part {
    padding-bottom: 0px;
    }
    .banner-inner-part.about-us-new-main {
    padding-bottom: 50px;
    }
    .how-work h2 {
    font-size: 26px;
    margin: 0;
    }
    .how-work p {
    font-size: 20px;
    }
    .blue-banner-main {
    background: #2F61A8;
    padding: 30px;
    }
    body.blue a.h-nav-b {
    color: #fff;
    }
    body.blue a.h-nav-b.h-nav-b-uniq {
    color: #2F61A8;
    }
    .full-top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 5px;
    width: 50%;
    display: none;
    }
    a.full-right-box {
    margin: 0px 5px 10px 5px;
    width: calc(50% - 10px);
    }

    .full-view-main {
    padding-top: 15px;
    }
    .full-vie-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .full-bottom-left {
    width: 100%;
    margin-top: 20px;
    }
    .full-bottom-right {
    padding-left: 0px;
    padding-top: 0px;
    /* order: -1; */
    }
    .map-form-main .submit-form-main {
    width: 100%;
    max-width: 100%;
    padding-bottom: 100px;
    }
    .map-inner-part {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 400px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    }
    .map-form-main {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        height: auto;
        overflow: auto;
    }
    .map-form-main .submit-line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
    }
    .map-form-main .submit-line .submit-box {
    width: 100%;
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    margin-bottom: 0px;
    }
    .map-inner-part {
    position: static;
    min-height: 300px;
    }
    .bus-location-part-inner .letest-img-box {
    min-height: 200px;
    }
    .submit-line.submit-line-2 .submit-box {
    height: auto;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}
@media (max-width: 950px) {
    .full-bottom-right .letest-icon-part {
    width: 100%;
    }
    .full-bottom-right {
    /* padding-left: 50px; */
    /* padding-top: 32px; */
    width: 100%;
    }
    .bus-location-viw-part .letest-data-box {
    margin-right: 10px;
    }
    .bus-location-viw-part .letest-data-box {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    width: 49%;
    }
    .bus-location-viw-part .letest-data-box:nth-child(3), .bus-location-viw-part .letest-data-box:nth-child(5), .bus-location-viw-part .letest-data-box:nth-child(7), .bus-location-viw-part .letest-data-box:nth-child(9), .bus-location-viw-part .letest-data-box:nth-child(11) {
    margin-right: 0px;
    }
    .bus-location-viw-part .letest-data-box:nth-child(4), .bus-location-viw-part .letest-data-box:nth-child(10), .bus-location-viw-part .letest-data-box:nth-child(13), .bus-location-viw-part .letest-data-box:nth-child(16) {
    margin-right: 0px;
    }
    .bus-location-viw-part .letest-data-box:nth-child(odd) {
        margin-right: 0px;
    }
    .bus-location-viw-part .letest-data-box:nth-child(even) {
    margin: 0px;
    margin-bottom: 30px;
    }
    .bus-location-viw-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
}

@media (max-width: 850px) {
    .bus-location-viw-part .letest-data-box {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    margin-bottom: 20px;
    }
    .right-map-part .map-adj {
    height: 300px;
    }
    .letest-bottom-part {
    /* background: #fff; */
    padding: 15px;
    padding-bottom: 10px;
    border-radius: 0px 0px 10px 10px;
    color: #6E708B;
    }
    a.letest-p-button {
    position: absolute;
    background: #2F61A8;
    bottom: -25px;
    left: 50%;
    -webkit-transform: translatex(-50%);
        -ms-transform: translatex(-50%);
            transform: translatex(-50%);
    padding: 10px 20px;
    border-radius: 50px;
    opacity: 1;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 100px;
    text-align: center;
    margin: 10px;
    }
    .grid-view a.letest-p-button {
    right: 10px;
    left: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    bottom: auto;
    top: auto;
    bottom: 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
    float: left;
    }
    .sub-header-main {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    }
    .right-map-part {
    display: none;
    position: static;
    right: 0;
    top: 107px;
    height: 100%;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    max-height: 300px;
    }
    .right-map-part img {
    width: 100%;
    }
    .bus-location-part-inner.grid-view {
    padding-left: 0px;
    max-width: 100%;
    padding-top: 20px;
    width: 100%;
    }
    .letest-data-main a.letest-p-button {
    bottom: -25px;
    left: 50%;
    -webkit-transform: translatex(-50%);
        -ms-transform: translatex(-50%);
            transform: translatex(-50%);
    padding: 20px 30px;
    border-radius: 50px;
    opacity: 0;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    margin: 0;
    position: absolute;
    width: auto;
    }
    .bus-location-viw-part .letest-data-box:nth-child(even) {
    /* margin-right: 0; */
    }
    /* .bus-location-viw-part .letest-data-box:nth-child(3), .bus-location-viw-part .letest-data-box:nth-child(5), .bus-location-viw-part .letest-data-box:nth-child(9), .bus-location-viw-part .letest-data-box:nth-child(12), .bus-location-viw-part .letest-data-box:nth-child(15) {
    margin-right: 15px;
    } */
    .bus-location-part-inner .letest-img-box {
    min-height: 200px;
    max-height: 200px;
    }
    .bus-location-part .letest-bottom-part {
    background: #fff;
    }
    .compare-s-heder {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .bus-location-part-inner.grid-view .letest-data-box {
        margin-right: 0px !important;
    }

}
@media (max-width: 795px) {
    .bus-location-viw-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .bus-location-viw-part .letest-data-box {
    margin-right: 0px;
    }
}
@media (max-width: 768px) {
    .faq-main {
        padding-top: 20px;
    }
    .find-box-part {
        padding-bottom: 10px;
    }
    .search-part {
    margin-top: 15px;
    }
    .banner-inner-part .search-part button.s-button {
        margin-bottom: -28px;
    }
    .mobile {
    display: block;
    }
    .map-form-main {
    margin-top: 0px;
    }
    .letest-data {
    /* padding-top: 0px; */
    }
    .my-nav {
    display: block;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background: #fff;
    border-top: 2px solid #ddd;
    -webkit-box-shadow: 0px 15px 20px rgba(0,0,0,.1);
            box-shadow: 0px 15px 20px rgba(0,0,0,.1);
    display: none;
    }
    .my-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    }
    .my-nav ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    }
    .h-nav-b-uniq {
    margin: 0;
    margin-bottom: 15px;
    margin-top: 10px;
    }
    .banner-inner-part {
    padding-top: 140px;
    padding-bottom: 20px;
    }
    .find-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    }
    .find-box {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    }
    .search-b {
    padding: 15px 30px;
    margin-bottom: -30px;
    }
    .how-work {
    margin-top: 75px;
    }
    .how-work h2 {
    font-size: 24px;
    margin: 0;
    }
    .how-work p {
    font-size: 16px;
    text-align: center;
    margin: 0;
    }
    .blue-banner-main {
    padding: 15px;
    font-size: 16px;
    color: #fff;
    }
    .blue-banner {
    padding-bottom: 15px;
    }
    .logo {
    max-width: 70px;
    }
    .logo img {
    /* width: 100%; */
    }
    .mobile {
    top: 23px;
    }
    .submit-main-part {
    margin-top: 80px;
    height: calc(100vh - 80px);
    background-position: top right;
    background-size: cover;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    }
    .sub-header {
    /* margin-top: 85px; */
    }
    body.blue a.h-nav-b {
    color: #000;
    }
    .submit-main-part {
    height: auto;
    margin-bottom: 100px;
    }
    .full-view-main {
    padding-top: 15px;
    }
    .submit-main-part.only-submit {
    margin: 0;
    height: calc(100vh - 139px);
    }
    .blue .header.sticky a.h-nav-b {
    color: #000 !important;
    }
    .new-find-line .find-box {
    margin-bottom: 10px;
    }
    .banner-inner-part.about-us-new-main {
    padding-top: 20px;
    }
    .banner-inner-part.about-us-new-main h1 {
    font-size: 24px;
    }
}
@media (max-width: 700px) {
    .full-vie-bottom {
        width: 100%;
        padding-left: 0px;
    }
    .full-vie-top {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .full-top-left {
    max-height: 300px;
    max-width: 100%;
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 7px;
    overflow: hidden;
    margin-bottom: 10px;
    }
    .full-top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0px;
    width: 100%;
    }
    a.full-right-box {
    margin: 0px 5px 10px 5px;
    width: calc(25% - 10px);
    }
    .full-view-main {
        margin-bottom: 0px;
    }

}
@media (max-width: 680px) {
    .submit-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .submit-box {
    min-width: 250px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 20px;
    }
    .submit-main-part.only-submit .submit-form-main {
    margin-bottom: 50px;
    margin-top: 20px;
    }
    .bus-location-viw-part.for-full .letest-data-box {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .bus-location-viw-part.for-full .letest-data-box:nth-child(odd), .bus-location-viw-part.for-full .letest-data-box:nth-child(even) {
    margin-right: 0px !important;
    }

}
@media (max-width: 650px) {
    .letest-img-box {
    max-height: 245px;
    min-height: 100%;
    overflow: hidden;
    }
    .for-compare-header .inputcon {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
    }
    .for-compare-header {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    }
    .for-compare-header form#list_dataset_filter {
    margin-bottom: 15px;
    }
}
@media (max-width: 600px) {
    .main-conatct-section {
        padding-bottom: 80px;
    }
    .features-main {
    padding-bottom: 65px;
    padding-top: 20px;
    }
    .feature-left h3 {
    font-size: 20px;
    }
    .feature-left p {
    font-size: 14px;    
    }
    .feature-left .feature-box h3 {
    font-size: 18px;
    }
    .feature-right img {
    width: 100%;
    }
    .bus-location-viw-part .letest-data-box {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0px;
    margin-bottom: 20px;
    width: 100%;
    }
    .map-form-main .submit-line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0px;
    }
    .map-form-main .submit-line .submit-box {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 20px;
    }
    .bus-location-viw-part .letest-data-box:nth-child(even) {
        margin-right: 0px;
    }
}
@media (max-width: 550px) {
    .submit-form-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0px 4px 20px rgb(0 0 0 / 15%);
            box-shadow: 0px 4px 20px rgb(0 0 0 / 15%);
    background: #fff;
    border-radius: 20px;
    margin-top: 15px;
    padding: 30px 15px;
    width: 100%;
    max-width: 650px;
    }
    .find-box-part {
        padding: 15px;
        padding-bottom: 0px;
    }
}
@media (max-width: 500px) {
    .compare-b {
    z-index: 9999;
    position: fixed;
    right: 0px;
    }
    .compare-b p {
    display: none;
    }
    .letest-data-main h2 {
    font-size: 18px !important;
    color: #28468C;
    font-weight: 600;
    }
    .letest-data-main .owl-nav {
    position: absolute;
    top: -40px;
    max-width: 100px;
    }
    .sub-box {
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0;
    }
    .full-bottom-left p {
    color: #6E708B;
    font-size: 14px;
    }
}
@media (max-width: 460px) {
    .footer {
    padding-bottom: 10px;
    }
    .main-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    }
    .submit-box {
    min-width: 100%;
    } 
    .feature-right {
    padding: 0 20px;
    }
    .submit-main-part.only-submit {
    /* margin: 0; */
    height: auto;
    }
    .inputcon {
    margin-bottom: 10px;
    width: 100%;
    margin-right: 0px;
    }
    .inputcon button.multiselect {
        margin: 0;
    }
    .sub-box-sec {
    margin-bottom: 10px;
    }
    .full-bottom-right .l-icon-box {
    width: 100%;
    }
    .inputcon button.multiselect {
    height: 40px;
    /* margin-right: 15px; */
    min-width: 100%;
    max-width: 100%;
    }
    input#search_address {
        min-width: 100%;
    }
}
@media (max-width: 414px) {
    .faq-main {
        padding-top: 15px;
    }
    .contact-us-head h1 {
    font-size: 24px;
    }
    .main-conatct-section {
    padding: 50px 0px;
    padding-top: 0px;
    padding-bottom: 80px;
    }
    .main-conatct-section .g-recaptcha > div {
    width: 100% !important;
    }
    .main-conatct-section .g-recaptcha iframe {
    width: 100%;
    }
    .main-conatct-section .rc-anchor-normal {
    width: 100%;
    }
    .main-conatct-section .rc-anchor-light.rc-anchor-normal {
    width: 100%;
    }
    .main-conatct-section .rc-anchor-normal .rc-anchor-content {
    width: 165px !important;
    }
    .main-conatct-section .rc-anchor-normal .rc-anchor-checkbox-label {
    width: 95px !important;
    }

}

@media (max-width: 370px) {
    button.s-button {
    margin-bottom: 15px;
    }
    .hide-map-part,.show-map-part {
        margin-top: 0px;
    }

} 
@media (max-width: 348px) {
    .sort-part {
        margin-top: 10px;
    }
}}

select#subject { width: 100%; height: 40px; padding-left: 10px; color: #6E708B; padding: 0 6px; border-radius: 5px; box-shadow: 0px 1px 10px rgb(0 0 0 / 5%); border: 1px solid #ddd; }

/*******form css (nikita 6/11/23)***/
 #loginModal .modal-body, #signupModal .modal-body, #forgotModal .modal-body{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
    padding-top: 1rem;
}
#loginModal .modal-header, #signupModal .modal-header,  #forgotModal .modal-header{
    padding-bottom:1rem;
}
#loginModal .modal-title, #signupModalLabel, #forgotModal #forgotModalLabel{
    color:#28468C;
    font-weight: 600;
    font-size: 22px;
}
::placeholder{
    font-size: .854rem;
}
#loginModal .formcmp .form-group, #signupModal .formcmp .form-group, #forgotModal .formcmp .form-group, #forgotnewpassword.formcmp .form-group {
    margin-bottom: 0.8rem;
}

#loginModal button.s-button{
    transition: all .48s ease;
    margin-bottom: 0;
}
#loginModal button.s-button:hover, #loginModal  .btn-primary:hover, #signupModal .btn-primary:hover, #forgotModal .btn-primary:hover, #forgotnewpassword .btn-primary:hover, .viewpage-modelsection .btn-primary:hover{
    box-shadow:  rgba(39, 69, 139, 0.1) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    background: linear-gradient(to right ,rgb(39, 69, 139), #2F61A8) !important;
}
#loginModal .modal-dialog {
    margin: 5.5rem auto;
}
#loginModalLabel {
    font-size: 22px;
}
#loginModal .modal-content, #signupModal .modal-content, #forgotModal .modal-content {
    background: #F1F2F6;
    border-radius: 25px;
}
#loginModal  .btn-primary, #signupModal .btn-primary, #forgotModal .btn-primary,#forgotnewpassword .btn-primary, .viewpage-modelsection .btn-primary {
    padding: 8px 32px;
    background: linear-gradient(to left ,#28468C, #2F61A8);
    border: none;
    transition: all .48s ease;
}
#loginModal .formcmp label, #signupModal .formcmp label, #forgotModal .formcmp label, #forgotnewpassword,#forgotnewpassword label  {
    margin-bottom: 0.5rem !important;
}
/* signup */
#signupModal .modal-dialog {
    max-width: 570px;
    margin: 89px auto;
}
#signupModal label {
    margin-bottom: 0.5rem !important;
}
/* forgot password */
#forgotModal .modal-dialog {
    margin-top: 92px;
}
.close{
    opacity: 1 !important;
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer;
    color: #28468C !important;
}

/****new password**/
#forgotnewpassword {
    max-width: 650px !important;
    margin: 0 auto;
    padding: 48px;
    background: #ffffff;
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#forgotnewpassword.formcmp .form-group h3 {
    color: #28468C;
    font-weight: 400;
}

/*****single-page**/
.viewpage-modelsection .btn-primary{
    max-width: 130px;
    width:100%;
    padding: 8px 8px;
}
.viewpage-modelsection {
    column-gap: 16px;
}
.viewpage-footertabs .nav-tabs .nav-item.show .nav-link, .viewpage-footertabs .nav-tabs .nav-link.active {
    color: #28468C !important;
    background-color: #ffffff !important;
    border-color: #dee2e6 #dee2e6 #fff;
}
.viewpage-footertabs .nav-tabs .nav-link{
    color: #28468C !important;
    background-color: rgba(41, 71, 140, 0.1) !important;
}
.viewpage-footertabs .nav-tabs {
    column-gap: 12px;
}
.badge-primary {
    background-color: #25d366 !important;
}
#nav-tabContent {
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}


@media (max-width:992px){
    #forgotnewpassword{
        padding: 24px;
    }
    /**single-page*/
    #nav-tabContent {
        overflow: scroll;
        width: 100%;
    }
    
}



@media (max-width:500px){
    #loginModal button.s-button {
        transition: all .48s ease;
        margin-bottom: 15px;
        float: none !important;
        width: 100%;
    }
    #loginModal .modal-dialog, #signupModal .modal-dialog, #forgotModal .modal-dialog {
        margin: 5.5rem 15px;
    }
    #loginModal .modal-header, #loginModal .modal-body, #signupModal .modal-body, #signupModal .modal-header, #forgotModal .modal-body, #forgotModal .modal-header{
        padding: 1rem;
    }
    #loginModal .modal-title, #signupModalLabel, #forgotModal #forgotModalLabel, #forgotnewpassword.formcmp .form-group h3{
        font-size: 20px;
    }

    /***single-page**/
    .viewpage-footertabs .nav-tabs .nav-link {
        padding: 8px !important;
        font-size: 14px !important;
    }
    .viewpage-footertabs .nav-tabs {
        column-gap: 5px;
    }
}