/*     font-family: "Roboto", sans-serif; */

/* heading font */

/* @font-face {
    font-family: 'helvetica_black_originalbold';
    src: url('./fonts/helvetica_black-webfont.woff2') format('woff2'), url('./fonts/helvetica_black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */

/* p tag */

/* @font-face {
        font-family: "Roboto", sans-serif;
    src: url('./fonts/helvetica-webfont.woff2') format('woff2'), url('./fonts/helvetica-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top]>.arrow::before,
.bs-popover-top>.arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top]>.arrow::after,
.bs-popover-top>.arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right]>.arrow::before,
.bs-popover-right>.arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right]>.arrow::after,
.bs-popover-right>.arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::before,
.bs-popover-bottom>.arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::after,
.bs-popover-bottom>.arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left]>.arrow::before,
.bs-popover-left>.arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left]>.arrow::after,
.bs-popover-left>.arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    background: transparent;
    border: 0;
    border-width: 0;
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #007bff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.popover-header:empty {
    display: none
}

.svg-inline--fa.fa-w-14 {
    width: .875em;
}

.timepicker-popover input {
    width: 3rem;
}

.text-center {
    text-align: center !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.timepicker-content .form-control {
    display: block;
    /* width: 100%; */
    height: auto;
    padding: 3px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ddd;
    box-shadow: none;
    border-radius: 8px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: none;
    outline: none;
}

.timepicker-content .cancel-btn {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.timepicker-content .submit-btn {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

html {
    scroll-behavior: smooth;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    -webkit-font-smoothing: antialiased;
    font-family: "Roboto", sans-serif;
}

input,
textarea,
a {
    font-family: "Roboto", sans-serif;
}

.container,
.container-fluid {
    padding: 0;
}

.container .row,
.container-fluid .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

input,
textarea {
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
}

.tab-content>.tab-pane {
    display: none;
    position: relative;
}

.tab-content>.active {
    display: block;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }

}

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
    margin: 0.25rem;
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-sm {
        max-width: 300px;
    }

}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }

}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px;
    }

}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.modal-fullscreen .modal-header {
    border-radius: 0;
}

.modal-fullscreen .modal-body {
    overflow-y: auto;
}

.modal-fullscreen .modal-footer {
    border-radius: 0;
}

@media (max-width:575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0;
    }

}

@media (max-width:767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-md-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0;
    }

}

@media (max-width:991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0;
    }

}

@media (max-width:1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0;
    }

}

@media (max-width:1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0;
    }

}

/*****************************************/
.flex {
    display: flex;
}

.justify-between {
    justify-content: space-between;
}

.justify-evenly {
    justify-content: space-evenly;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.text-center {
    text-align: center;
}

.slick-slider {
    width: 100%;
    margin: 0;
}

.eqlh {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.float-left {
    float: left;
}

.clear-both {
    clear: both;
}

/****************************************/

/**heder*/
.header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    padding: 0px;
    box-sizing: border-box;
    height: auto;
    transition: 0.25s all linear;
    background-color: #ffffff;
    border-bottom: 1px solid #ddd;
}

.header.fixed {
    background: #fff;
    transition: 0.25s all linear;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.header-main {
    background-color: #ffffff;
    padding: 0 65px;
    border-radius: 15px;
    transition: 0.25s all linear;
}

.header.fixed .header-main {
    margin-top: 0;
    margin-bottom: 0;
    transition: 0.25s all linear;
    border-radius: 0;
}

.header .logo {
    padding: 6px 0px;
    width: 120px;
    float: left;
    margin-right: 40px;
}

.header .logo img {
    width: 100%;
    display: block;
}

.header .logo a {
    font-size: 30px;
    text-transform: capitalize;
    color: #e91e63;
    font-weight: 600;
}

.header .nav-menu {
    padding: 0 15px;
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .menu .menu-item {
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0 6px
}

.header .menu .menu-item .sub-menu .menu-item {
    margin: 0;
}

.header .menu .menu-item .sub-menu .menu-item.sub-to-submenu {
    position: relative;
}

.header .menu .menu-item.main-big-navigation .sub-menu.main-sub-menu {
    display: flex;
    /*     visibility: visible !important;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        opacity: 1 !important; */
    padding: 21px;
}

.header .menu .menu-item.main-big-navigation .sub-menu.main-sub-menu .menu-item.sub-to-submenu {
    width: 33.33%;
    /* padding: 0 10px; */
}

.header .menu .menu-item.main-big-navigation .sub-menu.main-sub-menu .menu-item.sub-to-submenu:nth-child(1) {
    padding-right: 10px;
}

.header .menu .menu-item.main-big-navigation .sub-menu.main-sub-menu .menu-item.sub-to-submenu:nth-child(2) {
    padding-right: 10px;
    padding-left: 10px;
}

.header .menu .menu-item.main-big-navigation .sub-menu.main-sub-menu .menu-item.sub-to-submenu:nth-child(3) {
    padding-left: 10px;
}

.header .menu .menu-item.main-big-navigation .sub-menu.main-sub-menu .bottom-athena-logo {
    position: absolute;
    bottom: 18px;
    width: 94px;
}

.header .menu .menu-item.main-big-navigation .sub-menu.main-sub-menu .menu-item.sub-to-submenu span {
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-bottom: 6px;
}

.header .menu .menu-item.main-big-navigation .sub-menu.main-sub-menu .menu-item.sub-to-submenu .list-part-sub-menu a {
    padding: 9px 0;
    background: #fff;
    text-transform: math-auto;
}

.header .menu .menu-item.main-big-navigation .sub-menu.main-sub-menu .menu-item.sub-to-submenu .list-part-sub-menu a:hover {
    background: #fff;
    color: #8335b9;
}

/* .header .menu .menu-item .sub-menu .menu-item.sub-to-submenu .sub-menu {
    position: absolute;
    left: 100%;
    width: 300px;
    top: 0;
    display: none;
} */
.header .menu .menu-item .sub-menu .menu-item.sub-to-submenu .sub-menu {
    position: static;
    box-shadow: none;
    width: auto;
}

.header .menu .menu-item .sub-menu .menu-item.main-big-navigation .sub-menu.main-sub-menu {
    display: flex;
}

.header .menu .menu-item .sub-menu .menu-item.main-big-navigation .sub-menu.main-sub-menu .sub-to-submenu {
    width: 50%;
}

.header .menu .menu-item.main-big-navigation .sub-menu {
    width: 567px;
    position: absolute;
    left: -152px;
}

.header .menu .menu-item .sub-menu .menu-item.sub-to-submenu:hover .sub-menu {
    display: block;
}

/* .menu-active {
    border-bottom: 3px solid #6a05a6 !important;
}
 */
.header .menu .menu-item a {
    display: block;
    padding: 18px 14px;
    color: #000000;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    line-height: 1.6;
    border-bottom: 3px solid transparent;
    font-family: "Roboto", sans-serif;
}

.header .menu .menu-item a .plus {

    /*     border: solid #626262;
        border-width: 0 2px 2px 0; */
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
    /* margin-top: -5px;
        margin-left: 6px;
        transform: rotate(45deg); */
}

.header .menu .menu-item.active a {
    color: #ff8900;
    border-bottom: 2px solid #ff8900;
}

/*.header .menu > .menu-item:hover > a .plus{
border: solid #fff;
border-width: 0 2px 2px 0;
}*/

/* .header .menu .menu-item a .plus:after {
transform: translate(-50%, -50%) rotate(-90deg);
} */

.header .menu .menu-item:hover>a {

    /* border-bottom: 3px solid #4d8546; */
}

.header .menu .menu-item .sub-menu {
    box-shadow: 0px 0 10px rgb(0 0 0 / 20%);
    width: 220px;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #ffffff;
    padding: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.header .menu .menu-item .sub-menu.submenu-2 {

    /*left: 220px !important;
    box-shadow: none;*/
}

.submenu-main-bg {
    background: #fff;
    width: 450px !important;
    position: absolute;
    display: flex;
}

.submenu-main-bg:before {
    content: "\2023";
    position: absolute;
    top: -37px;
    left: 50px;
    font-size: 60px;
    color: #4d8546;
    font-weight: 500;
    transform: rotate(270deg);
}

.submenu-main-box {
    position: relative;
    padding: 0;
    margin: 0;
    width: 50%;
    display: inline-block;
    border-right: 1px solid #ccc;
}

.submenu-main-box ul {
    width: auto !important;
    box-shadow: none !important;
    position: relative !important;
    top: 0 !important;
}

.header .menu .menu-item .sub-menu .submenu-main-box ul li a {
    padding: 10px 20px;
    border: none;
}

@media(min-width:992px) {
    .header .menu .menu-item-has-children:hover .sub-menu {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .header .menu .menu-item-has-children:hover>a .plus:after {
        transform: translate(-50%, -50%) rotate(0deg);
    }

}

.header .menu .menu-item .sub-menu .menu-item {
    display: block;
}

.header .menu .menu-item .sub-menu .submenu-1 li.submenu-header,
.header .menu .menu-item .sub-menu .submenu-2 li.submenu-header {
    display: block;
    padding: 12px 20px;
    color: #4d8546;
    transition: all 0.3s ease;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
}

.header .menu .menu-item .sub-menu .menu-item a {
    display: block;
    padding: 6px 20px;
    color: #000000;
    transition: all 0.3s ease;
    text-transform: capitalize;
    font-size: 14px;
    text-decoration: none;
    display: flex;
    border-bottom: 1px solid #ddd;
    /* text-transform: uppercase; */
}

.header .menu .menu-item .sub-menu .menu-item a:hover {
    background: #8335b9;
    color: #fff;
    transition: 0.25s all linear;
}

.header .menu.right-side-part .menu-item a {
    font-size: 14px;
}

.header .menu.right-side-part .menu-item .sub-menu .menu-item a {
    font-size: 12px;
}

.header .open-nav-menu {
    height: 34px;
    width: 40px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.header .open-nav-menu span {
    display: block;
    height: 3px;
    width: 24px;
    background-color: #000000;
    position: relative;
}

.header .open-nav-menu span:before,
.header .open-nav-menu span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    box-sizing: border-box;
}

.header .open-nav-menu span:before {
    top: -7px;
}

.header .open-nav-menu span:after {
    top: 7px;
}

.header .close-nav-menu {
    height: 17px;
    width: 40px;
    background-color: #ffffff;
    margin: 0 0 15px 15px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
}

.header .close-nav-menu img {
    width: 16px;
}

.header .menu-overlay {
    position: fixed;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.right-header-part {
    padding: 4px 5px 4px 20px;
    font-size: 16px;
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid #4d8546;
    border-radius: 30px;
    display: inline-block;
    text-align: right;
    width: 191px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #fff;
}

.right-header-part a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    padding: 0px;
    color: #4d8546;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 12px;
    text-decoration: none;
}

.right-header-part a:hover .arrow span {
    width: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.right-header-part a span {
    margin-left: 10px;
}

.right-header-part a b {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #fff;
}

.logo-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.arrow {
    display: flex;
    align-items: center;
    position: relative;
    top: 0;
    margin-left: 5px;
    float: right;
    left: 0;
}

@media(max-width:991px) {
    .header .menu-overlay.active {
        visibility: visible;
        opacity: 1;
    }

    .header .nav-menu {
        flex-direction: column;
        align-items: start;
        justify-content: start;
    }

    .right-header-part {
        margin-top: 20px;
        margin-left: 10px;
    }

    .header .nav-menu {
        position: fixed;
        right: -280px;
        visibility: hidden;
        width: 280px;
        height: 100%;
        top: 0;
        overflow-y: auto;
        background-color: #fff;
        z-index: 1000;
        padding: 15px 0;
        transition: all 0.5s ease;
    }

    .header .nav-menu.open {
        visibility: visible;
        right: 0px;
    }

    .header .menu .menu-item {
        display: block;
        margin: 0;
    }

    .header .menu .menu-item-has-children>a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header .menu .menu-item a {
        color: #000;
        padding: 12px 15px;
        border-bottom: 1px solid #ddd;
    }

    .header .menu {
        margin-top: 45px;
    }

    /* .header .menu .menu-item:first-child>a {
        border-top: 1px solid #ddd;
    } */

    .header .menu .menu-item a .plus:before,
    .header .menu .menu-item a .plus:after {
        background-color: #ffffff;
    }

    .header .menu .menu-item-has-children.active>a .plus:after {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    .header .menu .menu-item .sub-menu {
        width: 100%;
        position: relative;
        opacity: 1;
        visibility: visible;
        border: none;
        background-color: transparent;
        box-shadow: none;
        transform: translateY(0px);
        padding: 0px;
        left: auto;
        top: auto;
        max-height: 0;
        overflow: hidden;
    }

    .submenu-main-bg {
        width: 100% !important;
    }

    .submenu-main-box {
        width: 100%;
        border-right: none;
    }

    .header .menu .menu-item .sub-menu .submenu-main-box ul li a {
        padding: 5px 20px;
    }

    .header .menu .menu-item .sub-menu .menu-item a {
        padding: 12px 45px;
        color: #ffffff;
        border-bottom: 1px solid #333333;
    }

    .header .close-nav-menu,
    .header .open-nav-menu {
        display: flex;
        padding: 10px 7px;
        width: 26px;
    }

}

/**heder*/

/******************/
.header .logo.mobile-logo {
    display: none;
}

.header .logo {
    padding: 0;
    float: none;
    width: 160px;
    margin-right: 0;
    margin: 4px 0;
}

.header .menu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.header .nav-menu {
    float: none;
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.header .contact-link {
    display: inline-block;
    background: linear-gradient(to right, #659bff, #eb8cd4);
    padding: 1px;
    position: relative;
    border-radius: 30px;
    width: 150px;
    text-align: center;
    transition: 0.25s all linear;
}

.header .contact-link a {
    text-decoration: none;
    padding: 14px 15px;
    display: block;
    background: #fff;
    transition: 0.25s all linear;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 15px;
}

.header .contact-link a span {

    /*  background: linear-gradient(to top, #659bff, #dcaae4, #ed9ad9, #eb8cd4);
     -webkit-background-clip: text;
     background-clip: text;
     color: transparent; */
    color: #000;
    display: block;
    font-size: 15px;
    font-weight: 500;
    border-radius: 30px;
    transition: 0.25s all linear;
}

.header .contact-link:hover a {
    background: linear-gradient(to right, #659bff, #eb8cd4);
    transition: 0.25s all linear;
}

.header .contact-link:hover a span {
    color: #fff;
}

.header .main-box .top-main {
    display: flex;
    align-items: center;
    justify-content: end;
    background: #ffd48f;
    padding: 10px;
}

.header .main-box .top-main .list-link {
    margin-right: 30px;
}

.header .main-box .top-main .list-link a {
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    color: #000000;
    font-family: "Roboto", sans-serif;
    margin-right: 20px;
}

.header .main-box .top-main .list-link a:last-child {
    margin-right: 0;
}

.header .main-box .top-main .searchbar {
    width: 300px;
    display: flex;
    align-items: center;
    font-family: "Roboto", sans-serif;
}

.header .main-box .top-main .searchbar input {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px 0 0 8px;
    font-size: 16px;
}

.header .main-box .top-main .searchbar button {
    width: 40px;
    height: 40px;
    color: #fff;
    border: 0;
    border-width: 0;
    outline: none;
    box-shadow: none;
    background: #ff8900;
    border-radius: 0 8px 8px 0;
}

.header .main-box .top-main .searchbar button svg {
    width: 16px;
    height: 16px;
}

.top-hero-section {
    position: relative;
    padding: 50px 54px 100px;
}

.top-hero-section .top-banner img {
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: bottom;
    height: 85vh;
}

.heading {
    font-size: 62px;
    line-height: 70px;
    font-family: "Roboto Condensed", sans-serif;
    color: #000;
    font-weight: 700;
}

.heading .color1,
.heading2 .color1 {
    color: #e25b0b;
}

.heading .color2,
.heading2 .color2 {
    color: #ff5e28;
}

.heading .color3,
.heading2 .color3 {
    color: #3c78d8;
}

.heading .color4,
.heading2 .color4 {
    color: #0f8726;
}

.top-hero-section .left-side-part {
    margin-right: 55px;
    padding: 0;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.3);
    position: sticky;
    top: 100px;
}

.top-hero-section .left-side-part .ovl-shap {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.top-hero-section .left-side-part .ovl-shap svg {
    width: 400px;
    height: 400px;
    color: #f7f7f7;
}

.top-hero-section .left-side-part .heading {
    margin-bottom: 30px;
}

.top-hero-section .left-side-part .arrow-button {
    position: relative;
}

.top-hero-section .left-side-part .arrow-button .ready-to-book {
    font-size: 39px;
    line-height: 49px;
    color: #000;
    margin-bottom: 21px;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    text-transform: capitalize;
    text-decoration: none;
}

.top-hero-section .left-side-part .arrow-button .arrow-part {
    position: absolute;
    top: -42px;
    right: 0;
    width: 43%;
}

.top-hero-section .left-side-part ul {
    padding-left: 61px;
}

.top-hero-section .left-side-part ul li {
    position: relative;
    font-size: 29px;
    line-height: 40px;
    color: #000;
    margin-bottom: 21px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

.top-hero-section .left-side-part ul li:last-child {
    margin-bottom: 0;
}

.top-hero-section .left-side-part ul li:before {
    content: "\2714";
    font-size: 19px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    position: absolute;
    top: 2px;
    left: -59px;
    width: 31px;
    background: #4fbd3c;
    height: 31px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-hero-section .left-side-part .listing {
    margin-bottom: 50px;
}

.top-hero-section .left-side-part .common-button {
    background: #fff;
    color: #ff8900;
}

.top-hero-section .left-side-part .common-button:hover {
    background: #ff8900;
    color: #fff;
}

.top-hero-section .payment-getway {
    margin-right: 100px;
    text-align: center;
    margin-top: 40px;
}

.top-hero-section .right-side-part {
    padding-left: 50px;
}

.top-hero-section .right-side-part h3,
.top-hero-section .right-side-part .small-text {
    font-size: 46px;
    line-height: 74px;
    font-family: "Roboto Condensed", sans-serif;
    color: #000;
    font-weight: 700;
    margin-bottom: 21px;
    position: relative;
}

.top-hero-section .right-side-part .small-text .img1 {
    position: absolute;
    right: 15%;
    bottom: -39px;
    width: 8%;
    z-index: 2;
    transform: rotate(-24deg);
}

.top-hero-section .right-side-part .small-text .img2 {
    transform: rotate(-19deg);
    position: absolute;
    bottom: -34px;
    left: 36%;
    width: 7%;
    z-index: 3;
}

.top-hero-section .right-side-part .nav-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-hero-section .right-side-part .nav-tabs .nav-link {
    padding: 17px 40px;
    background: #6d6f6d;
    border: #6d6f6d;
    box-shadow: none;
    outline: none;
    text-align: center;
    font-size: 25px;
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    border-radius: 7px 7px 0 0;
    cursor: pointer;
    width: 50%;
}

.top-hero-section .right-side-part .nav-tabs .nav-link:first-child {
    margin-left: 0;
    margin-right: 0;
    z-index: 2;
    position: relative;
}

.top-hero-section .right-side-part .nav-tabs .nav-link:nth-child(2) {
    margin-right: 0;
    z-index: 1;
}

.top-hero-section .right-side-part .nav-tabs .nav-link.active {
    background: #008ddf;
    color: #fff;
}

.top-hero-section .right-side-part .nav-tabs .nav-link {
    position: relative;
}

/* 
.top-hero-section .right-side-part .nav-tabs .nav-link:before {
    content: "\25BC";
    font-size: 20px;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    color: #ff8900;
    display: none;
    z-index: 5;
}
 */
.top-hero-section .right-side-part .nav-tabs .nav-link.active:before {
    display: block;
}

.top-hero-section .right-side-part .tab-content {
    box-shadow: -3px 16px 19px #ddd;
    border-radius: 0 30px 30px 30px;
}

.top-hero-section .right-side-part .tab-content .common-container-tab-form {
    padding: 47px 30px 30px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0 30px 30px 30px;
}

.top-hero-section .right-side-part .tab-content .common-container-tab-form .col-lg-6,
.top-hero-section .right-side-part .tab-content .common-container-tab-form .col-lg-3,
.top-hero-section .right-side-part .tab-content .common-container-tab-form .col-lg-4,
.top-hero-section .right-side-part .tab-content .common-container-tab-form .col-lg-12 {
    padding: 0 10px;
    margin-bottom: 27px;
}

.fgroup {
    position: relative;
    text-align: left;
}

.fgroup label {
    position: absolute;
    top: 11px;
    left: 13px;
    transition: all 0.3s;
    pointer-events: none;
    display: revert;
    color: #000;
}

.top-hero-section .right-side-part .tab-content .common-container-tab-form .form-label {
    font-size: 18px;
    color: #4a4a4a;
    line-height: 28px;
    font-family: "Roboto", sans-serif;
    display: block;
    margin-bottom: 0;
}

.top-hero-section .right-side-part .tab-content .common-container-tab-form span {
    margin-top: 10px;
    /* display: block; */
    font-size: 14px;
    color: #fff;
}

.top-hero-section .right-side-part .tab-content .common-container-tab-form span.extra-small {
    font-size: 12px;
    margin-top: 9px;
    display: block;
}

.top-hero-section .right-side-part .tab-content .common-container-tab-form .form-control,
.top-hero-section .right-side-part .tab-content .common-container-tab-form select {
    padding: 15px;
    border-radius: 10px;
    color: #000;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    outline: none;
    box-shadow: none;
    border: 1px solid #ddd;
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: -webkit-focus-ring-color auto 0px;
}

.top-hero-section .right-side-part .tab-content .common-container-tab-form .fgroup.date-icon img,
.top-hero-section .right-side-part .tab-content .common-container-tab-form .fgroup.time-icon img,
.top-hero-section .right-side-part .tab-content .common-container-tab-form .fgroup.arrow-icon img {
    position: absolute;
    top: 12px;
    right: 18px;
}

.top-hero-section .right-side-part .tab-content .common-container-tab-form .fgroup.arrow-icon img {
    top: 20px;
    width: 13px;
}

/* .top-hero-section .right-side-part .tab-content .common-container-tab-form .fgroup.date-icon input {
  background: transparent;
  background-image: url("../images/date-icon.png");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
} */
.top-hero-section .right-side-part .tab-content .common-container-tab-form select {
    width: 100%;
}

.fgroup.used label,
.fgroup input:focus~label,
.fgroup input.used~label,
.fgroup input.used~label,
.fgroup input.inused~label,
.fgroup textarea:focus~label,
.fgroup textarea.used~label,
.fgroup textarea.inused,
.fgroup select:focus~label,
.fgroup select.used~label,
.fgroup select.inused~label {
    top: -19px;
    left: 10px;
    font-size: 11px !important;
    background: #2ab934;
    color: #000;
    padding: 0px 8px;
    font-weight: 500;
    color: #fff !important;
    border-radius: 5px;
}

.top-hero-section .right-side-part .tab-content .common-container-tab-form .form-check .form-check-input {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

.top-hero-section .right-side-part .tab-content .common-container-tab-form .form-check.hide-checkobx,
.top-hero-section .right-side-part .tab-content .common-container-tab-form .hide-checkobx,
.top-hero-section .right-side-part .tab-content .common-container-tab-form .form-check.hide-checkobx1,
.top-hero-section .right-side-part .tab-content .common-container-tab-form .hide-checkobx1 {
    display: none;
}

.top-hero-section .right-side-part .tab-content .common-container-tab-form .form-check .form-check-label {
    color: #000;
    font-family: "Roboto", sans-serif;
}

.top-hero-section .right-side-part .tab-content .common-container-tab-form .mb-3 {
    margin-bottom: 0 !important;
}

.top-hero-section .right-side-part .tab-content .common-container-tab-form .mb-3.main-checkbox .form-label {
    position: static;
    display: inline-block;
    vertical-align: middle;

}

.top-hero-section .right-side-part .tab-content .common-container-tab-form .mb-3.main-checkbox .form-label .form-check-input {
    display: inline-block;
    vertical-align: middle;
}

.top-hero-section .right-side-part .tab-content .common-container-tab-form .mb-3.main-checkbox .form-check-label {
    position: static;
    padding: 0;
    color: #000 !important;
    background: transparent;
    font-size: 14px !important;
}

.top-hero-section .right-side-part .tab-content .common-container-tab-form .mb-3.one-line-checkbox {
    display: flex;
    align-items: center;
}

.top-hero-section .right-side-part .tab-content .common-container-tab-form .mb-3.one-line-checkbox .form-label {
    margin-bottom: 0;
    margin-right: 10px;
}

.top-hero-section .right-side-part .tab-content .common-container-tab-form .mb-3 .form-label.white-color {
    color: #fff;
}

.top-hero-section .right-side-part .tab-content .common-container-tab-form .mb-3.wheelchair-checkbox {
    margin-top: 7px;
}

.top-hero-section .right-side-part .tab-content .common-container-tab-form .mb-3.wheelchair-checkbox .form-label.white-color {
    margin-bottom: 0;
}

.top-hero-section .right-side-part .tab-content .common-container-tab-form .mb-3 .box-of-add {
    display: flex;
    align-items: center;
    margin-bottom: 34px;
}

.top-hero-section .right-side-part .tab-content .common-container-tab-form .mb-3.hide-row4 .box-of-add {
    margin-bottom: 0;
}

.top-hero-section .right-side-part .tab-content .common-container-tab-form .mb-3 .box-of-add .input-format {
    width: 90%;
}

.top-hero-section .right-side-part .tab-content .common-container-tab-form .mb-3 .box-of-add .input-format strong {
    background: #000;
    padding: 18px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px 0 0 10px;
    color: #fff;
    z-index: 5;
}

.top-hero-section .right-side-part .tab-content .common-container-tab-form .mb-3 .box-of-add .input-format input {
    padding-left: 53px;
}

.top-hero-section .right-side-part .tab-content .common-container-tab-form .mb-3 .box-of-add .input-format .form-label {
    left: 53px;
}

/* .top-hero-section .right-side-part .tab-content .common-container-tab-form .mb-3 .box-of-add .input-format .fgroup{
overflow: hidden;
} */
.top-hero-section .right-side-part .tab-content .common-container-tab-form .mb-3 .box-of-add .button-format {
    width: 10%;
}

.top-hero-section .right-side-part .tab-content .common-container-tab-form .mb-3 .box-of-add .button-format a {
    text-decoration: none;
    width: 30px;
    height: 30px;
    background: #fff;
    border-color: #ff8900;
    color: #ff8900;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0;
}

.top-hero-section .right-side-part .tab-content .common-container-tab-form .mb-3 .box-of-add .button-format a svg {
    width: 20px;
    height: 20px;
    color: #000;
}

.top-hero-section .right-side-part .tab-content .common-container-tab-form .mb-3.hide-row {
    display: none;
}

/* swichbutton */
.switch {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 34px;
}

.switch .switch input {
    display: none;
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #53494a;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch input:checked+.slider {
    background-color: #2ab934;
}

.switch input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

.switch input:checked+.slider:before {
    -webkit-transform: translateX(55px);
    -ms-transform: translateX(55px);
    transform: translateX(55px);
}

/*------ ADDED CSS ---------*/
.switch .on {
    display: none;
}

.switch .on,
.switch .off {
    color: white;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 36%;
    font-size: 10px;
    font-family: "Roboto", sans-serif;
    margin-top: 0 !important;
}

.switch .off {
    left: 60%;
}

.switch input:checked+.slider .on {
    display: block;
    font-family: "Roboto", sans-serif;
}

.switch input:checked+.slider .off {
    display: none;
    font-family: "Roboto", sans-serif;
}

/*--------- END --------*/

/* Rounded sliders */
.switch .slider.round {
    border-radius: 34px;
}

.switch .slider.round:before {
    border-radius: 50%;
}

/* switchbutton */
.common-button {
    display: block;
    padding: 20px 30px;
    background: #f18100;
    border-radius: 10px;
    border: 1px solid #f28d18;
    text-decoration: none;
    box-shadow: none;
    text-align: center;
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    cursor: pointer;
    transition: 0.25s all linear;
    font-weight: 900;
    text-transform: uppercase;
}

.common-button:hover {
    background: #fff;
    border-color: #ff8900;
    color: #ff8900;
    transition: 0.25s all linear;
}

.top-hero-section .right-side-part .tab-content .common-container-tab-form .col-lg-12:last-child {
    margin-bottom: 0;
}

.top-hero-section .right-side-part .tab-content .common-container-tab-form .button-part {
    margin-top: 10px;
}

.top-hero-section .right-side-part .tab-content .common-container-tab-form .button-part a {
    text-decoration: none;
}

.top-hero-section .right-side-part .tab-content .common-container-tab-form .button-part .common-button {
    display: block;
    width: 100%;
}

.top-hero-section .right-side-part .tab-content .common-container-tab-form .common-button {
    padding: 14px 21px;
    font-size: 18px;
}

.reviews-section {
    padding: 100px 0;
}

.reviews-section .heading-part {
    margin-bottom: 50px;
}

.reviews-section .col-lg-6 {
    padding: 0 15px;
}

.reviews-section .heading-part .sub-heading {
    font-size: 18px;
    line-height: 31px;
    color: #ff8900;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.reviews-section .heading-part .heading2 {
    margin-bottom: 20px;
}

.heading2 {
    font-size: 56px;
    line-height: 68px;
    font-family: "Roboto Condensed", sans-serif;
    color: #000;
    font-weight: 700;
}

.reviews-section .heading-part p {
    font-size: 33px;
    color: #000;
    line-height: 47px;
    margin-top: 77px;
    font-family: "Roboto", sans-serif;
}

p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.reviews-section .col-lg-4 {
    padding: 0 15px;
}

.reviews-section .review-box {
    padding: 40px;
    border: 1px solid #ddd;
    border-radius: 20px;
    border-bottom: 3px solid #ff8900;
}

.reviews-section .col-lg-12 {
    margin-bottom: 30px;
}

.reviews-section .col-lg-12:last-child {
    margin-bottom: 0;
}

.reviews-section .review-box .start-rating {
    margin-bottom: 0;
    margin-left: 20px;
}

.reviews-section .review-box .start-rating .fill {
    font-size: 26px;
    color: #ffdf00;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.reviews-section .review-box p {
    font-size: 16px;
    color: #000;
    line-height: 27px;
}

.reviews-section .review-box .user-part {
    margin-top: 0;
    display: flex;
    align-items: center;
}

.reviews-section .review-box .user-part .user-details {
    display: flex;
    margin-bottom: 20px;
}

.reviews-section .review-box .user-part .user-img {
    width: 20%;
}

.reviews-section .review-box .user-part .user-img img {
    border-radius: 50%;
    width: 100%;
    display: block;
}

.reviews-section .review-box .user-part .user-details strong {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.reviews-section .review-box .user-part .user-details span {
    font-size: 16px;
    line-height: 24px;
    color: #ff8900;
}

.why-choose-section {
    padding: 100px 0;
    background: #f7f7f7;
}

.why-choose-section .col-lg-4 {
    padding: 0 15px;
}

.why-choose-section .common-div .heading2 {
    margin-bottom: 30px;
}

.why-choose-section .common-div p {
    font-size: 18px;
    line-height: 32px;
}

.why-choose-section .center-part img {
    display: block;
    width: 100%;
    border-radius: 10px;
}

.why-choose-section .last-pointer .pointer-part {
    margin-bottom: 20px;
    position: relative;
    padding-left: 25px;
}

.why-choose-section .last-pointer .pointer-part:before {
    content: "\2714";
    font-size: 19px;
    color: #4fbd3c;
    font-family: "Roboto", sans-serif;
    position: absolute;
    top: 8px;
    left: 12px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-choose-section .last-pointer .pointer-part:last-child {
    margin-bottom: 0;
}

.why-choose-section .last-pointer .pointer-part .icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff8900;
    border-radius: 50%;
    color: #fff;
}

.why-choose-section .last-pointer .pointer-part .icon svg {
    width: 30px;
    height: 30px;
}

.why-choose-section .last-pointer .pointer-part .content-part {
    width: 80%;
    padding-left: 20px;
}

.why-choose-section .last-pointer .pointer-part .content-part p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.content-para-section {
    padding: 100px 0;
}

.content-para-section.charlottesville-section {
    background: #f8f8f8;
}

.content-para-section .heading2 {
    margin-bottom: 30px;
    color: #1c84c0;
}

.content-para-section .heading2 a {
    border-radius: 5px;
    font-size: 20px;
    color: #fff;
    background: #1c84c0;
    width: 38px;
    height: 38px;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
}

.content-para-section ul {
    padding-left: 40px;
}

.content-para-section ul li {
    font-size: 18px;
    color: #000;
    line-height: 32px;
    margin-bottom: 20px;
    position: relative;
}

.content-para-section ul li strong {
    font-weight: 700;
}

.content-para-section ul li:last-child {
    margin-bottom: 0;
}

.content-para-section ul li:before {
    /* content: "\2714";  */
    content: " ";
    background: #1c2f5e;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    position: absolute;
    top: 8px;
    left: -26px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-para-section p {
    font-size: 18px;
    color: #000;
    line-height: 32px;
    margin-bottom: 20px;
}

.content-para-section p a {
    color: #51595e;
}

.content-para-section p strong {
    font-weight: 700;
}

.content-para-section p:last-child {
    margin-bottom: 0;
}

footer {
    padding: 100px 0 0;
    background: #d9d9d9;
}

footer .col-lg-4,
footer .col-lg-12 {
    padding: 0 15px;
}

footer .common-links a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    display: block;
    text-decoration: none;
    color: #000;
    margin-bottom: 20px;
}

footer .common-links a:last-child {
    margin-bottom: 0;
}

footer .lovers-logo {
    text-align: right;
    display: none;
}

footer .top-footer {
    padding-bottom: 60px;
}

footer .copy-right-format {
    padding: 30px 0;
    border-top: 1px solid #fff;
    text-align: center;
}

footer .copy-right-format h4 {
    font-size: 26px;
    line-height: 40px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}

footer .copy-right-format h4 i {
    color: red;
}

footer .copy-right-format p {
    font-size: 16px;
    color: #000;
    line-height: 27px;
}

.top-banner-section {
    position: relative;
    overflow: hidden;
}

.top-banner-section .big-banner-image {
    height: 256px;
    overflow: hidden;
}

.top-banner-section .big-banner-image img {
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: bottom;
    height: 256px;
}

.richmond-taxi-rates-section {
    padding: 42px 0;
    background: url(../images/taxi-rates-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.richmond-taxi-rates-section:before {
    content: " ";
    width: 100%;
    height: 100%;
    background: #009975;
    background: linear-gradient(to bottom, rgba(0, 153, 117, 0.9) 0%, rgba(0, 130, 138, 0.9) 50%, rgba(0, 107, 154, 0.9) 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.richmond-taxi-rates-section .container {
    z-index: 5;
    position: relative;
}

.richmond-taxi-rates-section .heading-part {
    text-align: center;
    margin-bottom: 20px;
}

.richmond-taxi-rates-section .heading-part .heading {
    color: #fff;
}

.richmond-taxi-rates-section .taxi-fare-thumb {
    position: relative;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
    height: 100%;
    border: 2px solid #ffffff1c;
}

.richmond-taxi-rates-section .taxi-fare-thumb .center-part .tab-part-of {
    margin-bottom: 40px;
}

.richmond-taxi-rates-section .taxi-fare-thumb .center-part .tab-part-of h3,
.richmond-taxi-rates-section .taxi-fare-thumb .center-part .tab-part-of .sub-heading-part {
    padding-bottom: 20px;
    font-size: 28px;
    line-height: 29px;
    border-bottom: 3px solid #fff;
    font-weight: 900;
    display: flex;
    align-items: center;
    font-family: "Roboto Condensed", sans-serif;
}

.richmond-taxi-rates-section .taxi-fare-thumb .center-part .tab-part-of h3 img,
.richmond-taxi-rates-section .taxi-fare-thumb .center-part .tab-part-of .sub-heading-part img {
    width: 7%;
    margin-left: 20px;
}

.richmond-taxi-rates-section .taxi-fare-thumb .center-part .center-common-text {
    text-align: center;
    margin-top: 0;
}

.richmond-taxi-rates-section .taxi-fare-thumb .center-part .center-common-text p {
    font-size: 22px;
    font-weight: 800;
    font-family: "Roboto Condensed", sans-serif;
}

.richmond-taxi-rates-section .taxi-fare-thumb .center-part {
    padding: 50px;
}

.richmond-taxi-rates-section .taxi-fare-thumb ul li {
    padding: 10px 0;
    list-style: none;
    display: flex;
    line-height: 27px;
    /* border-bottom: 1px solid #ddd; */
}

.richmond-taxi-rates-section .tab-part-of .click-button {
    margin-top: 20px;
    text-align: center;
}

.richmond-taxi-rates-section .tab-part-of .click-button a {
    padding: 13px 19px;
    text-align: center;
    background: #f9faa7;
    border-radius: 8px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    color: #46433e;
    display: inline-block;
    text-decoration: none;
    width: auto;
}

.richmond-taxi-rates-section .taxi-fare-thumb ul li .text {
    width: 80%;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
}

.richmond-taxi-rates-section .taxi-fare-thumb ul li .text p {
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    font-weight: 300;
}

.richmond-taxi-rates-section .taxi-fare-thumb ul li .amount {
    width: 20%;
    text-align: right;
}

.richmond-taxi-rates-section .taxi-fare-thumb ul li .amount strong {
    font-size: 20px;
    font-weight: 700;
}

.ui-widget-header {
    background: #231718;
    color: #fff;
    border-radius: 30px;
}

.ui-widget.ui-widget-content {
    border: 1px solid #d9d9d9;
    background: #d9d9d9;
    border-radius: 10px;
}

.ui-datepicker .ui-datepicker-title {
    border-radius: 30px;
}

.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
    font-size: 18px;
    font-weight: 700;
}

.ui-timepicker-div.ui-timepicker-oneLine select,
.ui-timepicker-div.ui-timepicker-oneLine select {
    padding: 10px;
    border-radius: 10px;
}

.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
    padding-top: 0;
    margin-top: 11px;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    background: #fff;
    border-color: #ff8900;
    color: #ff8900;
    transition: 0.25s all linear;
    border-radius: 8px;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close {
    background: #ff8900;
    border-color: #ff8900;
    color: #fff;
    transition: 0.25s all linear;
    border-radius: 8px;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    right: 4px;
    background: #fff;
    border-radius: 50%;
    top: 3px;
}

.accordion-container {
    position: relative;
}

.accordion-container .set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
}

.accordion-container .set>a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #555;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.accordion-container .set>a i {
    float: right;
    margin-top: 2px;
}

.accordion-container .set>a.active {
    background-color: #3399cc;
    color: #fff;
}

.accordion-container .content {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display: none;
}

.accordion-container .content p {
    padding: 10px 15px;
    margin: 0;
    color: #333;
}

.faqs-section {
    padding: 100px 0;
}

.faqs-section .center-part {
    padding: 88px;
    border-radius: 30px;
    background: rgba(79, 189, 60, 0.24)
}

/* .faqs-section .col-lg-4, .faqs-section .col-lg-8 {
padding: 0 15px;
} */
.faqs-section .left-side-part {
    position: sticky;
    top: 100px;
}

.faqs-section .left-side-part img {
    width: 100%;
    border-radius: 20px;
    display: block;
}

/* 
.faqs-section .right-side-part {
padding-left: 60px;
} */
.faqs-section .right-side-part .heading-part {
    margin-bottom: 30px;
}

.faqs-section .right-side-part .heading-part .heading2 {
    color: #202020
}

.faqs-section .right-side-part .accordion-container .set {
    background-color: transparent;
    padding: 30px 47px 30px 0;
    border-bottom: 1px solid #202020;
    position: relative;
    cursor: pointer;
    width: auto;
}

.faqs-section .right-side-part .accordion-container .set .fa {
    position: absolute;
    top: 33px;
    transition: 0.25s all linear;
    right: 0;
}

.faqs-section .right-side-part .accordion-container .set:last-child {
    border-bottom: 0;
}

.faqs-section .right-side-part .accordion-container .heading-accodian {
    font-size: 20px;
    color: #202020;
    font-weight: 600;
    line-height: 30px;
}

.faqs-section .right-side-part .accordion-container .content {
    background-color: transparent;
    border: 0;
    padding: 20px 0 0;
    font-size: 16px;
    color: #202020;
    line-height: 25px;
}

.faqs-section .right-side-part .accordion-container .content p {
    color: #202020;
    padding: 0;
}

.faqs-section .right-side-part .accordion-container .content ul {
    padding-left: 40px;
    margin-top: 20px;
}

.faqs-section .right-side-part .accordion-container .content ul li {
    font-size: 16px;
    color: #202020;
    line-height: 25px;
    margin-bottom: 8px;
    position: relative;
    font-weight: 400;
}

.faqs-section .right-side-part .accordion-container .content ul li:before {
    content: " ";
    background: #1c2f5e;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    position: absolute;
    top: 8px;
    left: -26px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faqs-section .right-side-part .accordion-container .content a {
    color: #113856
}

.faqs-section .right-side-part .accordion-container .set .fa.fa-minus {
    transform: rotate(180deg);
    transition: 0.25s all linear;
}

.services-section {
    padding: 100px 0 100px;
    position: relative;
    background: url(../images/banner.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 100px 54px;
}

.services-section .heading-part {
    text-align: center;
    margin-bottom: 40px;
}

.services-section .right-side-part .col-lg-3 {
    padding: 0 15px;
    margin-bottom: 30px;
}

.services-section .right-side-part .service-list {
    border: 1px solid #D0D0D0;
    position: relative;
    border-radius: 8px;
    background-color: #fff;
    height: 100%;
    overflow: hidden;
}

.services-section .right-side-part .service-list .center-part {
    padding: 0;
}

.services-section .right-side-part .service-list .icon-part {
    text-align: center;
    margin-bottom: 0;
}

.services-section .right-side-part .service-list .icon-part img {
    display: block;
    border-radius: 8px 8px 0 0;
    margin: 0 auto;
}

.services-section .right-side-part .service-list h3 {
    line-height: 25px;
    margin-bottom: 0;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    color: #232323;
    min-height: auto;
    transition: 0.25s all linear;
    padding: 20px;
}

.services-section .right-side-part .service-list .buttons-part {
    padding: 0 20px 20px;
}

.policy-content-section {
    padding: 100px 0;
}

.policy-content-section .heading {
    text-align: center;
    margin-bottom: 40px;
    color: #1c84c0;
}

.policy-content-section p {
    font-size: 18px;
    color: #000;
    line-height: 32px;
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
}

.policy-content-section p:last-child {
    margin-bottom: 0;
}

.policy-content-section p strong {
    font-weight: 600;
}

.policy-content-section p a {
    color: #353ad3;
}

.policy-content-section h3 {
    font-size: 28px;
    line-height: 48px;
    font-family: "Roboto", sans-serif;
    color: #1c84c0;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 33px;
}

.policy-content-section ul {
    padding-left: 40px;
    margin-bottom: 20px;
}

.policy-content-section ul li {
    font-size: 18px;
    color: #000;
    line-height: 29px;
    margin-bottom: 15px;
    position: relative;
}

.policy-content-section ul li:before {
    content: " ";
    background: #1c2f5e;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    position: absolute;
    top: 5px;
    left: -28px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.policy-content-section ul li:last-child {
    margin-bottom: 0;
}

/* .top-hero-section.faire-calulator-section {
background: transparent;
}
 */
.top-hero-section.faire-calulator-section .left-side-part ul li {
    width: 49%;
    display: inline-block;
    font-size: 22px;
    line-height: 30px;
    vertical-align: top;
}

.top-hero-section.faire-calulator-section .left-side-part p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
}

.top-hero-section.faire-calulator-section .left-side-part .arrow-button {
    margin-top: 40px;
}

.top-hero-section.faire-calulator-section .bottom-part {
    margin-top: 20px;
}

.top-hero-section.faire-calulator-section .bottom-part p {
    font-size: 12px;
    line-height: 20px;
    color: #000;
}

.top-hero-section.faire-calulator-section .bottom-part p strong {
    font-weight: 600;
}

.popular-destinations-section {
    padding: 100px 0;
    background: rgba(79, 189, 60, 0.24);
}

.popular-destinations-section .heading-part {
    margin-bottom: 40px;
}

.popular-destinations-section .heading-part .heading2 {
    color: #202020;
}

.popular-destinations-section .heading-part p {
    color: #202020;
    font-size: 20px;
    margin-top: 20px;
    line-height: 31px;
}

.popular-destinations-section .col-lg-4 {
    padding: 0 15px;
    margin-bottom: 30px;
}

.popular-destinations-section .thumb-part {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #fff;
    transition: 0.25s all linear;
}

.popular-destinations-section .thumb-part .image-part {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: 0.25s all linear;
}

.popular-destinations-section .thumb-part .image-part img {
    display: block;
    width: 100%;
    transition: 0.25s all linear;
    border-radius: 10px;
}

.popular-destinations-section .thumb-part:hover .image-part img {
    transition: 0.25s all linear;
    -ms-transform: scale(1.1);
    /* IE 9 */
    -webkit-transform: scale(1.1);
    /* Safari 3-8 */
    transform: scale(1.1);
}

.popular-destinations-section .thumb-part .content-part {
    padding: 20px;
}

.popular-destinations-section .thumb-part .content-part h5 {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
}

.popular-destinations-section .tags-part strong {
    padding: 12px 12px;
    border: 1px solid #202020;
    border-radius: 10px;
    color: #202020;
    font-size: 18px;
    margin-right: 10px;
    margin-bottom: 10px;
    line-height: 29px;
    font-weight: 400;
    display: inline-block;
}

.table-of-content-section {
    padding: 60px 0;
}

.table-of-content-section .heading-part {
    margin-bottom: 50px;
}

.table-of-content-section .table-part table {
    width: 100%;
}

.table-of-content-section .table-part table tr th {
    text-align: left;
    padding: 10px;
    border: 1px solid #000;
    font-size: 20px;
    line-height: 30px;
}

.table-of-content-section .table-part table tr td {
    text-align: left;
    padding: 19px;
    font-size: 26px;
    line-height: 39px;
    color: #000;
    border: 1px solid #ddd;
    font-weight: 500;
}

.table-of-content-section .table-part table tr:first-child {
    border-radius: 10px 10px 0 0;
}

.table-of-content-section .table-part table tr:nth-child(odd) {
    background: #ddd;
}

.table-of-content-section .table-part table tr:last-child {
    border-radius: 0 0 10px 10px;
}

.table-of-content-section .center-of-table {
    padding: 50px;
    background: #fff;
    border-radius: 20px;
    background: #fff;
    margin: 0 10px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .2);
}

.services-section.service-areas-section {
    background: transparent;
    padding: 100px 0;
}

.services-section.service-areas-section .col-lg-6 {
    padding: 0 15px;
}

.services-section.service-areas-section .left-side-part {
    position: sticky;
    top: 100px;
}

.services-section.service-areas-section .left-side-part img {
    display: block;
    width: 100%;
    border-radius: 20px;
}

.services-section.service-areas-section .right-side-part {
    padding-left: 0;
    padding-top: 40px;
}

.services-section.service-areas-section .right-side-part .col-lg-4,
.services-section.service-areas-section .right-side-part .col-lg-3 {
    padding: 0 10px;
    margin-bottom: 20px;
}

.services-section.service-areas-section .right-side-part .icon-part {
    text-align: left;
    position: relative;
    padding-left: 40px;
}

.services-section.service-areas-section .right-side-part .icon-part:before {
    top: 2px;
    left: 0;
    width: 25px;
    height: 25px;
    font-size: 17px;
    content: "\2714";
    color: #fff;
    font-family: "Roboto", sans-serif;
    position: absolute;
    background: #4fbd3c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-section.service-areas-section .right-side-part .icon-part img {
    display: block;
    margin: 0 auto 20px;
}

.services-section.service-areas-section .right-side-part .icon-part strong {
    font-size: 16px;
    line-height: 29px;
    display: block;
    font-weight: 500;
}

.content-para-section.cab-content-part {
    background: #f1f1f1;
}

.services-section.our-services-section {
    position: relative;
    background: url(../images/services-bg.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
}

.services-section.our-services-section:before {
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}

.services-section.our-services-section .heading-part .heading {
    color: #fff;
}

/* .services-section.our-services-section:before {
content: " ";
width: 100%;
height: 100%;
background: rgb(204 204 204 / 80%);
position: absolute;
top: 0;
left: 0;
}
 */
.services-section.our-services-section .container {
    z-index: 5;
    position: relative;
}

.reviews-section .left-sdie-part {
    position: relative;
}

.reviews-section .left-sdie-part .arrow-down {
    position: absolute;
    right: 39px;
    bottom: -28px;
}

.reviews-section .left-sdie-part .arrow-down svg {
    width: 150px;
    height: 100px;
}

.faqs-section.faqs-section-top-spcing {
    padding-top: 0;
}

.faqs-section.faqs-section-top-spcing.top-spcingadd {
    padding-top: 90px;
    padding-bottom: 0;
}

.overlay-part {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.common-popup {
    width: 487px;
    padding: 0;
    position: fixed;
    top: 50%;
    right: -100%;
    transform: translateY(-50%);
    z-index: 9999;
    background-color: #fff;
    border-radius: 20px 0 0 20px;
}

.common-popup .heading-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    background: #3375a0;
    border-radius: 20px 0 0;
}

.common-popup .heading-wrap h5 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 28px;
}

.common-popup .closed-button {
    background: #3375a0;
    border-radius: 100%;
    border-width: 0;
    color: #fff;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.common-popup .closed-button svg {
    width: 24px;
    height: 24px;
}

/* .common-popup .body-content{
padding-left: 30px;
} */
.common-popup .body-content {
    padding: 0;
    display: flex;
    align-items: center;
}

.common-popup .body-content a {
    position: relative;
    font-size: 16px;
    line-height: 29px;
    color: #000;
    margin-bottom: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    display: block;
    text-decoration: none;
}

.common-popup .body-content a:before {
    content: " ";
    width: 14px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 14px;
    left: -20px;
}

.linkgs {
    padding: 0 40px 0 73px;
}

.closed-table-of {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    border: 2px solid transparent;
    transition: .25s all linear;
    cursor: pointer;
    padding: 13px 17px;
    text-align: center;
    border-radius: 0;
    background: #3375a0;
    color: #fff;
    display: block;
    font-weight: 800;
    text-transform: uppercase;
    /* transform: rotate(271deg); */
    height: 380px;
    position: relative;
}

.closed-table-of .part {
    width: 435px;
    transform: rotate(90deg);
    position: absolute;
    top: 44%;
    right: -168px;
    z-index: 5;
    left: auto;
    text-align: center;
    font-size: 14px;
}

.closed-table-of .part span {
    transform: rotate(-90deg);
    display: inline-block;
    margin-right: 8px;
}

.closed-table-of .part i {
    position: absolute;
    top: 0;
    right: 41px;
}

/* .common-popup .body-content a:before{
 border-radius: 50%;
display: flex
;
align-items: center;
justify-content: center;
color: #4fbd3c;
  font-family: "Roboto", sans-serif;
position: absolute;
content: "¹4";
top: 1px;
left: -29px;
width: auto;
height: auto;
font-size: 17px;
} */
.common-popup .body-content a:last-child {
    margin-bottom: 0;
}

.fixed-button {
    width: 307px;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: -128px;
    transform: rotate(90deg);
    cursor: pointer;
    z-index: 100;
}

.fixed-button a {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    border: 2px solid transparent;
    transition: .25s all linear;
    cursor: pointer;
    padding: 20px 20px;
    text-align: center;
    border-radius: 0 0 6px 6px;
    background: #3375a0;
    color: #fff;
    display: block;
    font-weight: 800;
    text-transform: uppercase;
}

.fixed-button a span {
    transform: rotate(-90deg);
    display: inline-block;
    margin-right: 8px;
}

.content-para-section.gray-bg {
    background: #f7f7f7;
}

.content-para-section.graybg1 {
    background: #f7f7f7;
}

.contact-info {
    padding: 31px 0 0;
}

.contact-info .left-side-part .heading {
    font-size: 28px;
    color: #000;
    line-height: 35px;
    margin-bottom: 14px;
}

.contact-info .left-side-part p {
    font-size: 16px;
    color: #111;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 15px;
}

.contact-info .left-side-part p strong {
    display: block;
    margin-bottom: 15px;
}

.contact-info .left-side-part p:last-child {
    margin-bottom: 0;
}

.contact-info .left-side-part p strong {
    font-weight: 600;
}

.contact-info .left-side-part p svg {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.contact-info .left-side-part p a {
    text-decoration: underline;
    color: #139EA0;
    font-weight: 500;
}

.contact-info .left-side-part p span {
    display: block;
    font-weight: 500;
}

.contact-info .right-side-part {
    padding-left: 50px;
}

.contact-info .right-side-part .heading {
    font-size: 28px;
    color: #000;
    line-height: 35px;
    padding-left: 15px;
    margin-bottom: 30px;
}

.contact-info .right-side-part .col-lg-6,
.contact-info .right-side-part .col-lg-12 {
    padding: 0 12px;
}

.contact-info .right-side-part input,
.contact-info .right-side-part textarea {
    background: #f5f5f5;
    padding: 15px;
    border-radius: 10px;
    border: 0;
    box-shadow: none;
    outline: none;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    font-size: 16px;
    color: #111;
    font-weight: 400;
    resize: none;
    border: 1px solid #ddd;
}

.contact-info .right-side-part .banner-button-part {
    text-align: center;
}

.contact-info .right-side-part .banner-button-part .slider-btn:last-child .common-btn {
    background: #fff;
    color: #000;
    border-color: #000;
}

.contact-info .right-side-part .banner-button-part .slider-btn:last-child .common-btn:hover {
    color: #fff;
}

.contact-info .right-side-part .banner-button-part {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-info .right-side-part .banner-button-part button {
    margin: 0 5px;
    padding: 14px 21px;
    font-size: 18px;
}

.contact-info .right-side-part .banner-button-part button.border-button {
    background: #fff;
    border-color: 1px solid #ff8900;
    color: #ff8900;
}

.contact-info .right-side-part .banner-button-part button.border-button:hover {
    background: #ff8900;
    color: #fff;
}

.map-section {
    position: relative;
}

.map-section iframe {
    display: block;
    width: 100%;
    height: 500px;
}

.start-location,
.end-loaction {
    position: relative;
}

.start-location .fgroup .icon-part,
.end-loaction .fgroup .icon-part,
.start-location .fgroup .icon,
.end-loaction .fgroup .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 13px;
    text-decoration: none;
}

.start-location .fgroup .icon,
.end-loaction .fgroup .icon {
    left: auto;
    right: 13px;
    display: none;
}

.start-location .fgroup .icon-part svg,
.end-loaction .fgroup .icon-part svg,
.start-location .fgroup .icon svg,
.end-loaction .fgroup .icon svg {
    width: 20px;
    height: 20px;
    color: #000;
}

.top-hero-section .right-side-part .tab-content .common-container-tab-form .start-location .fgroup input,
.top-hero-section .right-side-part .tab-content .common-container-tab-form .end-loaction .fgroup input {
    padding-left: 49px;
    /* padding-right: 49px; */
}

.top-hero-section .right-side-part .tab-content .common-container-tab-form .start-location .form-label,
.top-hero-section .right-side-part .tab-content .common-container-tab-form .end-loaction .fgroup .form-label {
    left: 49px;
}

.top-hero-section .right-side-part .tab-content .common-container-tab-form .start-location .extra-small,
.top-hero-section .right-side-part .tab-content .common-container-tab-form .end-loaction .extra-small {
    padding-left: 49px;
}

.border-part {
    width: 38px;
    border: dashed 1px #000;
    content: " ";
    position: absolute;
    top: -15px;
    left: 14px;
    transform: rotate(90deg);
    z-index: 2;
}

.content-para-section.charlottesville-section .col-lg-4 {
    padding: 0 15px;
}

.content-para-section.charlottesville-section .heading2,
.content-para-section.charlottesville-section .heading {
    text-align: center;
    margin-bottom: 24px;
    color: #002f4f;
}

.content-para-section.charlottesville-section h3,
.content-para-section.charlottesville-section .small-text {
    font-size: 35px;
    line-height: 53px;
    font-family: "Roboto Condensed", sans-serif;
    color: #000;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

.content-para-section.charlottesville-section .thumb-part {
    padding: 40px;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: center;
    background: #fff;
}

.content-para-section.charlottesville-section .thumb-part .icon-part {
    margin-bottom: 20px;
    width: 100px;
    margin: 0 auto 20px;
}

.content-para-section.charlottesville-section .thumb-part .icon-part svg {
    width: 50px;
    height: 50px;
}

.content-para-section.charlottesville-section .thumb-part .content-part h3,
.content-para-section.charlottesville-section .thumb-part .content-part strong {
    font-size: 24px;
    line-height: 37px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    color: #000;
    margin-bottom: 10px;
    display: block;
}

.extra-tages-section {
    padding: 0 0 100px;
}

.extra-tages-section p,
.extra-tages-section h4 {
    font-size: 16px;
    color: #000;
    line-height: 28px;
    margin-bottom: 10px;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

.content-para-section.spacing-part {
    padding: 90px 0 0;
}

.content-para-section.spacing-part.spacing-part1 {
    padding-bottom: 100px;
}

.fare-calculator-section {
    padding: 60px 0 0;
    z-index: 5;
    position: relative;
}

.fare-calculator-section .heading-part {
    text-align: center;
}

.fare-calculator-section .heading-part .heading {
    margin-bottom: 30px;
}

.fare-calculator-section .main-container {
    background: #fff;
    padding: 30px 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.2);
}

.fare-calculator-section .sub-heading {
    line-height: 12px;
    margin-bottom: 0;
}

.fare-calculator-section .heading {
    color: #000;
}

.fare-calculator-section form {
    margin-top: 20px;
}

.fare-calculator-section label {
    display: block;
    color: #111;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
}

.fare-calculator-section label br {
    display: none;
}

.fare-calculator-section label.main-heading {
    font-size: 22px;
}

.fare-calculator-section .col-lg-12,
.fare-calculator-section .col-lg-4,
.fare-calculator-section .col-lg-6,
.fare-calculator-section .col-lg-3,
.fare-calculator-section .col-lg-9 {
    padding: 0 15px;
}

.fare-calculator-section .ready-to-book strong {
    font-size: 30px;
    color: #1c84c0;
    font-family: 'Poppins', sans-serif;
    line-height: 40px;
    font-weight: 600;
}

.fare-calculator-section .ready-to-book strong img {
    width: 80px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.fare-calculator-section .ready-to-book strong a {
    padding: 1px 16px;
    border-radius: 4px;
    background: #ff7410;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    font-size: 15px;
    line-height: 37px;
}

.fare-calculator-section .ready-to-book .note-format {
    padding: 10px;
    background: rgba(254, 249, 195, 1);
    border-color: rgba(253, 224, 71, 1);
    color: #000;
    border-radius: 10px;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    line-height: 22px;
    margin: 15px 0;
}

.fare-calculator-section .ready-to-book .note-format strong {
    color: rgba(220, 38, 38, 1);
    font-weight: 600;
    border-radius: 10px;
    font-size: 17px;
    line-height: 22px
}

.fare-calculator-section .ready-to-book .normal-text,
.fare-calculator-section .ready-to-book i {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 22px;
    color: #000;
    margin-top: 15px;
}

.fare-calculator-section .ready-to-book .normal-text strong {
    font-weight: 600;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 22px;
    color: #000;
}

.fare-calculator-section .ready-to-book strong a.call-btn {
    background: #1c9324;

}

.fare-calculator-section .mb-3 {
    margin-bottom: 25px !important;
}

.fare-calculator-section input,
.fare-calculator-section select,
.fare-calculator-section textarea {
    border: none;
    background-color: rgb(255, 255, 255);
    transition: .3s;
    border-radius: 10px;
    border: 1px solid rgb(183, 183, 183);
    padding: 15px;
    color: #777;
    background: #fff;
    resize: none;
    outline: none;
    box-shadow: none;
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}

.fare-calculator-section .addresss-pick {
    position: relative;
}

.fare-calculator-section .addresss-pick input {
    padding-right: 78px;
}

.fare-calculator-section .addresss-pick .icon {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 100%;
    width: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8bd3b;
    color: #000;
    border-radius: 0 10px 10px 0;
}

.fare-calculator-section .addresss-pick .icon svg {
    width: 20px;
    height: 20px;
}

.fare-calculator-section select {
    width: 100%;
}

.fare-calculator-section .banner-button-part {
    text-align: center;
    margin-top: 32px;
}

.fare-calculator-section .banner-button-part .slider-btn {
    margin: 0 10px;
}

.fare-calculator-section .banner-button-part .slider-btn:last-child .common-btn {
    background: transparent;
    border-color: #000;
    color: #000;
}

.fare-calculator-section .banner-button-part .slider-btn:last-child .common-btn:hover {
    color: #fff;
}

.fare-calculator-section .disclaimer {
    font-size: 13px;
    color: #111;
    line-height: 19px;
    font-weight: 400;
    margin-top: 40px;
}

.fare-calculator-section .disclaimer p strong {
    font-weight: 600;
}

.fare-calculator-section.estimated-taxi-fare-section .banner-button-part {
    margin-top: 10px;
    text-align: left;
    display: flex;
}

.fare-calculator-section.estimated-taxi-fare-section .banner-button-part .slider-btn a {
    padding: 12px 24px;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
}

.fare-calculator-section.estimated-taxi-fare-section .banner-button-part .slider-btn:first-child {
    margin-left: 0;
    margin-right: 0;
}

.fare-calculator-section.estimated-taxi-fare-section .banner-button-part .slider-btn:first-child a {
    background: #ff0000;
    border-color: #ff0000;
    color: #fff;
}

/* .fare-calculator-section.estimated-taxi-fare-section .banner-button-part {
position: fixed;
bottom: 20px;
right: 20px;
z-index: 99;
} */
.fare-calculator-section.estimated-taxi-fare-section .banner-button-part .slider-btn:last-child .common-btn {
    background: #13314c !important;
    color: #fff !important;
}

.fare-calculator-section.estimated-taxi-fare-section .main-container {
    padding: 0;
    box-shadow: none;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ddd;
    box-shadow: -3px 16px 19px #ddd;
}

.fare-calculator-section.estimated-taxi-fare-section .main-container .row {
    padding: 10px;
    border-bottom: 1px solid #ddd
}

.fare-calculator-section.estimated-taxi-fare-section .main-container .row:last-child {
    border-bottom: 0;
}

.fare-calculator-section.estimated-taxi-fare-section .main-container .left-side-part h6,
.fare-calculator-section.estimated-taxi-fare-section .main-container .left-side-part .fair-title {
    font-size: 17px;
    color: #000;
    position: relative;
    display: block;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    line-height: 20px;
}

.fare-calculator-section.estimated-taxi-fare-section .main-container .left-side-part h6.how-was,
.fare-calculator-section.estimated-taxi-fare-section .main-container .left-side-part .fair-title.how-was {
    font-weight: 600;
}

.fare-calculator-section.estimated-taxi-fare-section .main-container .left-side-part strong {
    color: #777777;
    font-size: 20px;
    font-weight: 700;
    display: block;
    line-height: 29px;
}

.fare-calculator-section.estimated-taxi-fare-section .main-container .from-to .left-side-part strong {
    color: #000;
}

.fare-calculator-section.estimated-taxi-fare-section .main-container .RoundTrip .left-side-part strong {
    color: #000;
}

.fare-calculator-section.estimated-taxi-fare-section .main-container .eastimate-fair-calulator-ammount .left-side-part strong {
    font-size: 40px;
    line-height: 52px;
    margin-top: 10px;
}

.fare-calculator-section.estimated-taxi-fare-section .banner-button-part .slider-btn:last-child .common-btn {
    background: #fff;
    border-color: #000;
    color: #000;
}

.fare-calculator-section.estimated-taxi-fare-section .banner-button-part .slider-btn:last-child .common-btn:hover {
    color: #fff;
}

.fare-calculator-section.estimated-taxi-fare-section .main-container .left-side-part ul {
    padding-left: 31px;
    margin-top: 10px;
}

.fare-calculator-section.estimated-taxi-fare-section .main-container .left-side-part ul li {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    display: block;
    line-height: 21px;
    position: relative;
}

.fare-calculator-section.estimated-taxi-fare-section .col-lg-6 {
    padding: 0 15px;
}

.fare-calculator-section.estimated-taxi-fare-section .main-container .left-side-part ul li:before {
    content: "\2192";
    font-size: 20px;
    position: absolute;
    top: -1px;
    left: -30px;
}

.fare-calculator-section.estimated-taxi-fare-section .disclaimer {
    color: #000;
}

.fare-calculator-section.estimated-taxi-fare-section .col-lg-6,
.fare-calculator-section.estimated-taxi-fare-section .col-lg-4 {
    margin-bottom: 0;
}

.fare-calculator-section.estimated-taxi-fare-section .col-lg-6:last-child {
    margin-bottom: 0;
}

.fare-calculator-section.estimated-taxi-fare-section .disclaimer {
    margin-top: 0;
}

.content-para-section.spacing-part.top-specing-part {
    padding: 100px 0 0px;
}

.content-para-section.spacing-part.top-specing-part .right-side-part img {
    display: block;
}

.condition-section {
    padding: 100px 0;
    background: #f8f8f8;
}

.condition-section .col-lg-4 {
    padding: 0 15px;
}

.condition-section .main-box {
    background: #fff;
    z-index: 5;
    position: relative;
    width: 80%;
}

.condition-section .main-box .center-part {
    padding: 34px;
    display: block;
    transition: 0.25s all linear;
    border: 1px solid #ddd;
    border-radius: 20px;
    z-index: 5;
    position: relative;
    background: #fff;
}

.condition-section .main-box .center-part .icon {
    font-size: 45px;
    color: #fff;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke: 1px #1c84c0;
    margin-bottom: 15px;
}

.condition-section .main-box .center-part .content strong {
    font-size: 24px;
    line-height: 37px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    color: #000;
    margin-bottom: 10px;
    display: block;
}

.condition-section .main-box .center-part .content p {
    font-size: 18px;
    color: #000;
    line-height: 32px;
}

.condition-section .main-box .center-part .content ul {
    padding-left: 23px;
}

.condition-section .main-box .center-part .content ul li {
    font-size: 16px;
    color: #000;
    line-height: 28px;
    margin-bottom: 12px;
    position: relative;
}

.condition-section .main-box .center-part .content ul li:before {
    content: "\2714";
    font-size: 15px;
    color: #4fbd3c;
    font-family: "Roboto", sans-serif;
    position: absolute;
    top: 1px;
    left: -21px;
    width: auto;
    /* background: #4fbd3c; */
    height: auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.condition-section .main-box .center-part .content ul li:last-child {
    margin-bottom: 0;
}

.condition-section .main-box .line-doted {
    margin: 0;
    height: 1px;
    background: repeating-linear-gradient(90deg, #000 0 10px, #0000 0 15px);
    width: 63%;
    position: absolute;
    top: 50%;
    right: -155px;
    transform: translateY(-50%);
}

.condition-section .col-lg-4:last-child .main-box .line-doted {
    display: none;
}

.content-para-section .table-of-content-part table {
    width: 100%;
}

.content-para-section .table-of-content-part tr td,
.content-para-section .table-of-content-part tr th {
    padding: 15px;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: 400;
    text-align: left;
    border: 1px solid #ddd;
}

.content-para-section .table-of-content-part tr th {
    background-color: #122756;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}

.content-para-section .table-of-content-part tr td:last-child,
.content-para-section .table-of-content-part tr th:last-child {
    text-align: center;
}

.content-para-section .table-of-content-part tr td strong {
    font-weight: 700;
}

.content-para-section .table-of-content-part tr td a {
    color: #122756;
    transition: 0.25s all linear;
}

.content-para-section .table-of-content-part tr td a:hover {
    color: #ff8900;
    transition: 0.25s all linear;
}

/* .content-para-section .table-of-content-part tr:nth-child(odd) td {
    background: #f1f1f1;
} */

.content-para-section.taxi-companies-section-table .table-of-content-part tr th:last-child {
    width: 200px;
}

.table-of-content-main-section {
    padding: 90px 0 0;
}

.table-of-content-main-section .heading2 {
    margin-bottom: 20px;
}

.table-of-content-main-section .heading2 i {
    display: none;
}

.table-of-content-main-section .body-of-content .col-lg-4 {
    margin-bottom: 10px;
    padding: 0 15px;
}

.table-of-content-main-section .body-of-content a {
    padding-left: 38px;
    position: relative;
    display: inline-block;
    font-size: 22px;
    line-height: 30px;
    vertical-align: top;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    text-decoration: none;
    display: block;
}

.table-of-content-main-section .body-of-content a:before {
    content: "\2714";
    font-size: 14px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    position: absolute;
    top: 2px;
    left: 0;
    width: 25px;
    background: #4fbd3c;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faqs-section .right-side-part .heading-part .heading2 a {
    border-radius: 5px;
    font-size: 20px;
    color: #fff;
    background: #000;
    width: 38px;
    height: 38px;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
}

.note-part-section .left-side-part {
    text-align: center;
}

.note-part-section .left-side-part img {
    display: block;
    margin: 0 auto;
    width: 135px;
}

.note-part-section .right-side-part {
    display: flex;
    align-items: center;
    height: 100%;
}

.note-part-section .right-side-part p,
.note-part-section .right-side-part h3 {
    font-size: 18px;
    color: #000;
    line-height: 32px;
}

.note-part-section .right-side-part p strong {
    color: #1c84c0;
    display: block;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 6px;
}

.faqs-section.faqs-section-top-spcing.top-spcingadd {
    padding-top: 60px;
}

.note-part-section .left-side-part {
    margin-bottom: 40px;
}

.fare-calculator-section.estimated-taxi-fare-section .main-container .eastimate-fair-calulator-ammount .left-side-part h6,
.fare-calculator-section.estimated-taxi-fare-section .main-container .eastimate-fair-calulator-ammount .left-side-part .fair-title {
    color: #959090;
}

.top-hero-section.faire-calulator-section.quote-request-section .left-side-part ul li {
    display: block;
    width: auto;
}

.top-hero-section.faire-calulator-section.quote-request-section .left-side-part .ready-to-book {
    font-size: 29px;
    line-height: 45px;
    color: #ff8900;
    margin-bottom: 21px;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    text-transform: capitalize;
    text-decoration: none;
}

.faqs-section.fare-faqs {
    padding-bottom: 0;
}

.policy-content-section .content-part-set {
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 30px 30px 30px 30px;
    padding: 40px;
    width: 80%;
    margin: 0 auto;
}

.policy-content-section .content-part-set .heading2 {
    text-align: center;
    color: #1c84c0;
    margin-bottom: 30px;
}

.policy-content-section .content-part-set .heading2 svg {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.policy-content-section .content-part-set ul .note {
    padding: 20px;
    background: rgba(255, 250, 202, 1);
    border-color: rgba(253, 224, 71, 1);
    color: #000;
    border-radius: 20px;
}

.policy-content-section .content-part-set ul .note strong {
    color: rgba(220, 38, 38, 1);
    font-weight: 600;
}

.policy-content-section .content-part-set ul .note:before {
    content: none;
}

.policy-content-section .content-part-set .button-part {
    text-align: center;
    margin-top: 30px;
}

.policy-content-section .content-part-set .button-part .common-button {
    display: inline-block;

}

.policy-content-section .content-part-set .button-part .common-button svg {
    width: 20px;
    height: 20px;
}

.fare-calculator-section.estimated-taxi-fare-section .main-container .local-taxis-section .left-side-part .fair-title.how-was {
    font-size: 30px;
    color: #1c84c0;
    font-family: 'Poppins', sans-serif;
    line-height: 40px;
    font-weight: 600;
}

.fare-calculator-section.estimated-taxi-fare-section .main-container .local-taxis-section .left-side-part .fair-title.how-was p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    display: block;
    line-height: 21px;
    position: relative;
}

.fare-calculator-section.estimated-taxi-fare-section .main-container .local-taxis-section .left-side-part strong {
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    color: #000;
}

.fare-calculator-section.estimated-taxi-fare-section .main-container .local-taxis-section .left-side-part .book-btn {
    padding: 1px 16px;
    border-radius: 4px;
    background: #767472;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    font-size: 15px;
    line-height: 37px;
}

.fare-calculator-section.estimated-taxi-fare-section .main-container .local-taxis-section .left-side-part .link-mobile {
    color: #1c84c0;
}

.fare-calculator-section.estimated-taxi-fare-section .main-container .faq-sections .left-side-part .fair-title {
    font-size: 30px;
    color: #1c84c0;
    font-family: 'Poppins', sans-serif;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 5px;
}

.fare-calculator-section.estimated-taxi-fare-section .main-container .faq-sections .left-side-part .accordion-container .set {
    background: transparent;
    border-bottom: 1px solid #ddd;
}

.fare-calculator-section.estimated-taxi-fare-section .main-container .faq-sections .left-side-part .accordion-container .set .heading-accodian {
    padding: 10px 0;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    display: block;
    line-height: 29px;
    cursor: pointer;
}

.fare-calculator-section.estimated-taxi-fare-section .main-container .faq-sections .left-side-part .accordion-container .set .heading-accodian .fa {
    position: absolute;
    right: 0;
    top: 10px;
    transition: 0.25s all linear;
}

.fare-calculator-section.estimated-taxi-fare-section .main-container .faq-sections .left-side-part .accordion-container .set .heading-accodian .fa.fa-minus {
    transform: rotate(180deg);
    transition: 0.25s all linear;
}

.fare-calculator-section.estimated-taxi-fare-section .main-container .faq-sections .left-side-part .accordion-container .set .content {
    padding: 0 0 10px;
    border: 0;
}

.fare-calculator-section.estimated-taxi-fare-section .main-container .faq-sections .left-side-part .accordion-container .set .content p {
    padding: 0;
}

.top-hero-section .right-side-part .tab-content .common-container-tab-form .mb-3.multiple-checkboxs1 {
    display: flex;
    align-items: center;
    margin-bottom: 11px !important;
}

.top-hero-section .right-side-part .tab-content .common-container-tab-form .mb-3.multiple-checkboxs1 .form-check {
    margin-right: 10px;
}

.top-hero-section .right-side-part .tab-content .common-container-tab-form .mb-3.multiple-checkboxs1 .form-check:last-child {
    margin-right: 0;
}

.content-para-section.spacing-part.spacing-part1.most-popular-taxi-fare-section {
    padding: 60px 0;
}

.please-note-div {
    padding: 10px;
    background: rgba(254, 249, 195, 1);
    border-color: rgba(253, 224, 71, 1);
    color: #000;
    border-radius: 10px;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    line-height: 22px;
    margin-bottom: 20px;
}

.please-note-div strong {
    color: rgba(220, 38, 38, 1);
    font-weight: 600;
}

.content-para-section.spacing-part.spacing-part1.most-popular-taxi-fare-section .ready-to-book {
    text-align: left;
}

.content-para-section.spacing-part.spacing-part1.most-popular-taxi-fare-section .ready-to-book .heading-part-flat {
    font-size: 30px;
    color: #1c84c0;
    font-family: 'Poppins', sans-serif;
    line-height: 40px;
    font-weight: 600;
}

.content-para-section.spacing-part.spacing-part1.most-popular-taxi-fare-section .ready-to-book .heading-part-flat img {
    width: 80px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.content-para-section.spacing-part.spacing-part1.most-popular-taxi-fare-section .ready-to-book .note-format {
    padding: 10px;
    background: rgba(254, 249, 195, 1);
    border-color: rgba(253, 224, 71, 1);
    color: #000;
    border-radius: 10px;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    line-height: 22px;
    margin: 15px 0;
}

.content-para-section.spacing-part.spacing-part1.most-popular-taxi-fare-section .ready-to-book .note-format strong {
    color: rgba(220, 38, 38, 1);
    font-weight: 600;
}

.content-para-section.spacing-part.spacing-part1.most-popular-taxi-fare-section .ready-to-book .button-part a {
    padding: 1px 16px;
    border-radius: 4px;
    background: #ff8900;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    font-size: 15px;
    line-height: 37px;
}

.content-para-section.spacing-part.spacing-part1.most-popular-taxi-fare-section .ready-to-book .button-part a.call-btn {
    background: #1c9324;
}

.content-para-section.spacing-part.spacing-part1.most-popular-taxi-fare-section .ready-to-book .button-part a svg {
    display: inline-block;
    vertical-align: middle;
}

.content-para-section.spacing-part.spacing-part1.most-popular-taxi-fare-section .ready-to-book .button-part i {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 22px;
    color: #000;
    margin-top: 15px;
}

.content-para-section.spacing-part.spacing-part1.most-popular-taxi-fare-section .ready-to-book .normal-text {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 22px;
    color: #000;
    margin-top: 15px;
}

/*.fare-calculator-section.estimated-taxi-fare-section .main-container .left-side-part.round-trip-part .fair-title {
    color: #959090;
}
*/
.fare-calculator-section.estimated-taxi-fare-section .main-container .eastimate-fair-calulator-ammount.RoundTrip .col-lg-12 .fair-title {
    font-weight: 600;
    font-size: 17px;
    color: #000;
    display: block;
    font-family: 'Poppins', sans-serif;
    line-height: 20px;
    margin-bottom: 10px;
}

.fare-calculator-section.estimated-taxi-fare-section .main-container .eastimate-fair-calulator-ammount.RoundTrip .left-side-part strong {
    font-weight: 400;
    color: #1c9324;
}

/***********************************/
@media screen and (max-width:1600px) {
    .top-hero-section .left-side-part ul li {
        position: relative;
        font-size: 20px;
        line-height: 29px;
    }

    .top-hero-section .left-side-part ul li:before {
        font-size: 21px;
        top: 2px;
        left: -47px;
        width: 25px;
        height: 25px;
        font-size: 17px;
    }

    .top-hero-section .right-side-part .nav-tabs .nav-link {
        padding: 14px 31px;
        font-size: 18px;
    }

    .top-hero-section .left-side-part .listing {
        margin-bottom: 23px;
        padding-left: 49px;
    }

    .top-hero-section .right-side-part .tab-content .common-container-tab-form {
        padding: 47px 30px 30px;
    }

    .top-hero-section .right-side-part .tab-content .common-container-tab-form .form-label {
        font-size: 14px;
        line-height: 25px;
    }

    .top-hero-section .right-side-part .tab-content .common-container-tab-form .form-control,
    .top-hero-section .right-side-part .tab-content .common-container-tab-form select {
        padding: 13px;
        font-size: 14px;
    }

    .top-hero-section .right-side-part .tab-content .common-container-tab-form .form-check .form-check-label {
        font-size: 14px;
    }

    .top-hero-section .right-side-part .tab-content .common-container-tab-form .mb-3 .box-of-add .input-format strong {
        background: #000;
        padding: 15px;
    }

    .top-hero-section .right-side-part .tab-content .common-container-tab-form .fgroup.arrow-icon img {
        top: 18px;
    }

    .services-section.service-areas-section .right-side-part .icon-part strong {
        font-size: 18px;
        line-height: 31px;
    }

    .services-section.service-areas-section .right-side-part .col-lg-4 {
        padding: 0 10px;
        margin-bottom: 30px;
    }

    .services-section.service-areas-section .right-side-part .icon-part img {
        margin: 0 auto 10px;
    }

    .table-of-content-section .table-part table tr td {
        padding: 14px;
        font-size: 22px;
        line-height: 36px;
    }

    .top-hero-section .left-side-part .arrow-button .ready-to-book {
        font-size: 29px;
        line-height: 45px;
    }

    .top-hero-section .left-side-part .arrow-button .arrow-part {
        top: -33px;
        right: 0;
        width: 46%;
    }

    .heading {
        font-size: 46px;
        line-height: 55px;
    }

    .heading2 {
        font-size: 46px;
        line-height: 55px;
    }

    .reviews-section .left-sdie-part .arrow-down {
        right: 73px;
    }

    .top-hero-section .right-side-part h3,
    .top-hero-section .right-side-part .small-text {
        font-size: 36px;
        line-height: 60px;
    }

    .top-hero-section .right-side-part .small-text .img1 {
        right: 13%;
        bottom: -33px;
    }


}

@media(max-width:1366px) {}

@media only screen and (min-width:1300px) and (max-width:1440px) {
    .header .menu .menu-item a {
        padding: 18px 11px;
    }

    .header .main-box .top-main .list-link a {
        font-size: 15px;
    }

    .header-main {
        padding: 0 34px;
    }

    .header .logo {
        width: 122px;
    }

    .header .contact-link a span {
        font-size: 13px;
    }

    .header .contact-link {
        width: 129px;
    }

    .header .contact-link a {
        padding: 10px 12px;
    }

    .top-hero-section .left-side-part {
        margin-right: 50px;
        padding: 0;
    }

    .top-hero-section .right-side-part {
        padding-left: 0;
    }

    .top-hero-section {
        padding: 100px 20px;
    }

    .top-hero-section .right-side-part .tab-content .common-container-tab-form {
        padding: 49px 20px 20px 20px;
    }

    .heading {
        font-size: 49px;
        line-height: 62px;
    }

    .heading2 {
        font-size: 43px;
        line-height: 55px;
    }

    .condition-section .main-box {
        width: 96%;
    }

    .top-hero-section .left-side-part .arrow-button .arrow-part {
        top: -24px;
        right: 0;
        width: 41%;
    }

    .top-hero-section .right-side-part h3,
    .top-hero-section .right-side-part .small-text {
        font-size: 33px;
        line-height: 51px;
    }
}

@media screen and (min-width:1361px) and (max-width:1366px) {}

@media screen and (min-width:1431px) and (max-width:1440px) {}

@media (max-width:1280px) {
    .header .menu .menu-item a {
        padding: 18px 11px;
    }

    .header .main-box .top-main .list-link a {
        font-size: 15px;
    }

    .header-main {
        padding: 0 34px;
    }

    .header .logo {
        width: 122px;
    }

    .header .contact-link a span {
        font-size: 13px;
    }

    .header .contact-link {
        width: 129px;
    }

    .header .contact-link a {
        padding: 10px 12px;
    }

    .top-hero-section .left-side-part {
        margin-right: 50px;
        padding: 0;
    }

    .top-hero-section .right-side-part {
        padding-left: 0;
    }

    .top-hero-section {
        padding: 100px 20px;
    }

    .top-hero-section .right-side-part .tab-content .common-container-tab-form {
        padding: 49px 20px 20px 20px;
    }

    .top-hero-section .left-side-part .arrow-button .arrow-part {
        top: -17px;
        right: 0;
        width: 41%;
    }

    .heading {
        font-size: 49px;
        line-height: 62px;
    }

    .heading2 {
        font-size: 43px;
        line-height: 55px;
    }

    .condition-section .main-box {
        width: 96%;
    }

    .top-hero-section .right-side-part h3,
    .top-hero-section .right-side-part .small-text {
        font-size: 33px;
        line-height: 51px;
    }
}

@media screen and (min-width:1000px) and (max-width:1024px) {
    .header .menu .menu-item a {
        padding: 18px 3px;
    }

    .header .main-box .top-main .list-link a {
        font-size: 15px;
    }

    .header-main {
        padding: 0 34px;
    }

    .header .logo {
        width: 101px;
    }

    .header .contact-link a span {
        font-size: 13px;
    }

    .header .contact-link {
        width: 129px;
    }

    .header .contact-link a {
        padding: 10px 12px;
    }

    .top-hero-section .left-side-part {
        margin-right: 50px;
        padding: 0;
    }

    .top-hero-section .right-side-part {
        padding-left: 0;
    }

    .top-hero-section {
        padding: 100px 20px;
    }

    .top-hero-section .right-side-part .tab-content .common-container-tab-form {
        padding: 49px 20px 20px 20px;
    }

    .reviews-section .review-box {
        padding: 25px;
    }

    .heading2 {
        font-size: 33px;
        line-height: 43px;
    }

    .heading {
        font-size: 42px;
        line-height: 46px;
    }

    .reviews-section .left-sdie-part .arrow-down {
        right: 44px;
    }

    .top-hero-section .right-side-part .nav-tabs .nav-link {
        padding: 11px 19px;
        font-size: 14px;
    }

    .faqs-section .center-part {
        padding: 24px;
    }

    .top-hero-section .left-side-part .listing {
        margin-bottom: 23px;
        padding-left: 50px;
    }

    .top-hero-section.faire-calulator-section .left-side-part ul li {
        width: 100%;
    }

    .services-section .right-side-part .service-list h3 {
        font-size: 18px;
        padding: 16px;
    }

    .top-hero-section .left-side-part .arrow-button .arrow-part {
        top: 0px;
        right: 0;
        width: 25%;
    }

    .condition-section .main-box {
        width: 96%;
    }

    .condition-section .main-box .center-part {
        padding: 25px;
    }

    .top-hero-section .right-side-part h3,
    .top-hero-section .right-side-part .small-text {
        font-size: 27px;
        line-height: 40px;
    }

    .top-hero-section .right-side-part .small-text .img2 {

        bottom: -27px;
    }

    .top-hero-section .right-side-part .small-text .img1 {
        right: 15%;
        bottom: -30px;
    }
}

@media only screen and (min-device-width:800px) and (max-device-width:820px) {}

@media only screen and (min-device-width:768px) and (max-device-width:991px) {}

@media screen and (min-width:0) and (max-width:1023px) {
    .header .menu .menu-item a {
        padding: 10px 7px;
    }

    .header .menu .menu-item.main-big-navigation .sub-menu.main-sub-menu {
        padding: 0;
        width: auto;
        left: 0;
        position: relative;
        display: block;
    }

    .header .menu .menu-item.main-big-navigation .sub-menu.main-sub-menu .menu-item.sub-to-submenu span {
        font-size: 16px;
        color: #fff;
        padding: 18px;
    }

    .header .menu .menu-item.main-big-navigation .sub-menu.main-sub-menu .menu-item.sub-to-submenu {
        width: auto;
        padding: 0;
    }

    .header .logo.mobile-logo {
        display: block;
        margin-left: 18px;
    }

    .header .close-nav-menu,
    .header .open-nav-menu {
        margin-right: 10px;
    }

    .header-main {
        padding: 0 10px;
    }

    .header .logo {
        width: 133px;
        margin: 3px 0;
        z-index: 9999;
    }

    .top-hero-section {
        padding: 40px 15px 60px;
    }

    .top-hero-section.faire-calulator-section .left-side-part p {
        display: none;
    }

    .top-hero-section .left-side-part {
        margin-right: 0;
        padding: 0;
        z-index: 5;
    }

    /* .top-hero-section .left-side-part .heading br {
        display: none;
    }
 */
    .heading {
        font-size: 37px;
        line-height: 43px;
    }

    .heading span {
        display: inline-block;
    }

    .top-hero-section .left-side-part ul li {
        position: relative;
        font-size: 20px;
        line-height: 27px;
    }

    .top-hero-section .right-side-part {
        margin-top: 21px;
    }

    .top-hero-section .right-side-part .nav-tabs .nav-link {
        padding: 11px 32px;
        font-size: 15px;
    }

    .top-hero-section .right-side-part .tab-content .common-container-tab-form .col-lg-6,
    .top-hero-section .right-side-part .tab-content .common-container-tab-form .col-lg-12 {
        padding: 0;
    }

    .header .nav-menu {
        display: flex;
        justify-content: start;
    }

    .header .main-box .top-main {
        display: block;
    }

    .header .main-box .top-main .list-link {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .header .main-box .top-main {
        display: block;
        text-align: center;
        padding: 20px 0;
    }

    .header .main-box .top-main .searchbar {
        width: 288px;
        display: flex;
        align-items: center;
        margin: 0 auto;
    }

    .header .main-box {
        width: 100%;
    }

    .header .menu {
        display: block;
    }

    .header .nav-menu {
        align-items: end;
    }

    .reviews-section {
        padding: 60px 0;
    }

    .heading2 {
        font-size: 30px;
        line-height: 42px;
    }

    .reviews-section .heading2 br {
        display: none;
    }

    .reviews-section .review-box {
        padding: 25px;
    }

    .reviews-section .col-lg-4 {
        margin-bottom: 20px;
    }

    .reviews-section .col-lg-4:last-child {
        margin-bottom: 0;
    }

    .why-choose-section .center-part {
        margin: 30px 0
    }

    .why-choose-section .last-pointer .pointer-part .icon {
        width: 39px;
        height: 39px;
    }

    .why-choose-section .last-pointer .pointer-part .icon svg {
        width: 25px;
        height: 25px;
    }

    .content-para-section {
        padding: 60px 15px 60px;
    }

    footer {
        padding: 60px 0 0;
    }

    footer .col-lg-4 {
        margin-bottom: 30px;
    }

    footer .col-lg-4:last-child {
        margin-bottom: 0;
    }

    footer .common-links,
    footer .footer-logo,
    footer .lovers-logo,
    footer .copy-right-format h4,
    footer .copy-right-format p {
        text-align: center;
    }

    .top-hero-section .right-side-part .nav-tabs {
        display: flex;
    }

    .top-hero-section .right-side-part .nav-tabs .nav-link {
        width: 50%;
        padding: 9px 4px;
        font-size: 14px;
    }

    .top-hero-section .right-side-part .tab-content .common-container-tab-form {
        border-radius: 0 0 30px 30px;
    }

    .top-hero-section .right-side-part .tab-content .common-container-tab-form .col-lg-4 {
        padding: 0
    }

    .reviews-section .heading-part p {
        margin-top: 0;
    }

    .policy-content-section {
        padding: 60px 15px;
    }

    .policy-content-section h3 {
        font-size: 24px;
        line-height: 46px;
    }

    .policy-content-section h3 {
        margin-bottom: 10px;
    }

    .popular-destinations-section {
        padding: 60px 15px;
    }

    .popular-destinations-section .heading-part p {
        color: #fff;
        font-size: 18px;
        margin-top: 19px;
        line-height: 30px;
    }

    .popular-destinations-section .col-lg-4 {
        padding: 0 5px;
        margin-bottom: 10px;
        width: 50%;
    }

    .popular-destinations-section .thumb-part .content-part {
        padding: 12px;
    }

    .popular-destinations-section .thumb-part .content-part h5 {
        font-size: 14px;
        line-height: 23px;
    }

    .why-choose-section {
        padding: 60px 0;
    }

    .why-choose-section .common-div .heading2 {
        margin-bottom: 15px;
    }

    .richmond-taxi-rates-section {
        padding: 60px 15px;
    }

    .richmond-taxi-rates-section .taxi-fare-thumb .center-part {
        padding: 25px;
    }

    .content-para-section .heading2 {
        margin-bottom: 10px;
    }

    .faqs-section {
        padding: 50px 0;
    }

    .faqs-section .left-side-part img {
        border-radius: 20px 20px 0 0;
    }

    .faqs-section .right-side-part {
        padding-left: 15px;
        padding-right: 15px;
    }

    .faqs-section .right-side-part .accordion-container .set {
        background-color: transparent;
        padding: 16px 30px 16px 0;
    }

    .faqs-section .right-side-part .heading-part {
        margin-bottom: 10px;
    }

    .faqs-section .right-side-part {
        margin-top: 40px;
    }

    .faqs-section .right-side-part .accordion-container .content {
        padding-top: 10px;
    }

    .faqs-section .right-side-part .accordion-container .set .fa {
        top: 21px;
    }

    .faqs-section .right-side-part .accordion-container .heading-accodian {
        font-size: 18px;
        line-height: 26px;
    }

    .top-hero-section.faire-calulator-section .left-side-part ul li {
        width: 100%;
        font-size: 18px;
        line-height: 25px;
    }

    .top-hero-section .left-side-part ul li:before {
        left: -33px;
        width: 21px;
        height: 21px;
        font-size: 13px;
    }

    .top-hero-section .left-side-part .listing {
        padding-left: 35px;
    }

    .table-of-content-section .center-of-table {
        padding: 20px;
    }

    .table-of-content-section .heading-part {
        margin-bottom: 15px;
    }

    .table-of-content-section .table-part table tr td {
        padding: 12px;
        font-size: 19px;
        line-height: 28px;
    }

    .services-section {
        padding: 60px 0;
    }

    .services-section.service-areas-section {
        padding: 60px 0;
    }

    .services-section.service-areas-section .right-side-part {
        padding-left: 0;
        margin-top: 50px;
    }

    .services-section.service-areas-section .right-side-part .col-lg-4 {
        padding: 0 5px;
        width: 50%;
        margin-bottom: 20px;

    }

    .top-hero-section .left-side-part .arrow-button .arrow-part {
        top: 46px;
        right: -11px;
        width: 28%;
        transform: rotate(70deg);
        z-index: 5;
        display: none;
    }

    .top-hero-section .right-side-part .small-text .img1 {
        right: 2%;
        bottom: -34px;
        width: 10%;
    }

    .top-hero-section .right-side-part .small-text .img2 {

        bottom: -29px;
        left: 39%;
        width: 11%;
    }

    .top-hero-section .right-side-part h3,
    .top-hero-section .right-side-part .small-text {
        font-size: 21px;
        line-height: 34px;
        margin-bottom: 20px;
    }

    .reviews-section .left-sdie-part .arrow-down {
        right: 28px;
        bottom: -116px;
    }

    .reviews-section .left-sdie-part .arrow-down svg {
        width: 50px;
        height: 50px;
    }

    .top-hero-section .right-side-part .tab-content .common-container-tab-form {
        padding: 48px 20px 20px;
    }

    .fgroup label {
        left: 15px;
    }

    .contact-info {
        padding: 31px 15px 0;
    }

    .fixed-button {
        width: 100%;
        top: auto;
        transform: none;
        right: 0;
        transform: rotate(0);
        bottom: 0;
        left: 0;
        right: 0;
    }

    .common-popup {
        width: 100%;
        padding: 23px;
        margin: 0 auto;
    }

    .common-popup .body-content a {
        font-size: 16px;
        line-height: 27px;
    }

    .faqs-section .center-part {
        padding: 25px;
    }

    .common-popup {
        top: auto;
        bottom: 0;
        border-radius: 20px 20px 0 0;
        transform: none;
        padding: 0
    }

    .closed-table-of .part {
        width: 403px;
        transform: rotate(0);
        position: absolute;
        top: 50%;
        right: 0;
        z-index: 5;
        left: auto;
        text-align: center;
        left: 0;
        transform: translateY(-50%);
    }

    .closed-table-of {
        padding: 23px 17px;
        /* transform: rotate(271deg); */
        height: auto;
    }

    .linkgs {
        padding: 30px 30px 30px 51px;
    }

    .fixed-button a span {
        transform: none;
        margin-right: 3px;
    }

    .fare-calculator-section.estimated-taxi-fare-section .main-container .eastimate-fair-calulator-ammount .left-side-part strong {
        font-size: 21px;
        line-height: 27px;
        margin-top: 0;
    }

    .fare-calculator-section .ready-to-book strong,
    .fare-calculator-section.estimated-taxi-fare-section .main-container .local-taxis-section .left-side-part .fair-title.how-was {
        font-size: 23px;
        line-height: 30px;
    }

    .fare-calculator-section .ready-to-book i {
        display: none;
    }

    .fare-calculator-section .ready-to-book strong a.call-btn {
        margin-bottom: 5px;
    }

    .fare-calculator-section.estimated-taxi-fare-section .main-container .eastimate-fair-calulator-ammount .col-lg-4 {
        margin-bottom: 10px;
    }

    .fare-calculator-section.estimated-taxi-fare-section .main-container .eastimate-fair-calulator-ammount .col-lg-4:last-child {
        margin-bottom: 0;
    }

    .fare-calculator-section {
        padding: 60px 10px 60px;
    }

    .fare-calculator-section.estimated-taxi-fare-section .banner-button-part .slider-btn a {
        font-size: 13px;
    }

    .content-para-section.spacing-part.top-specing-part {
        padding: 60px 15px 60px;
    }

    .condition-section {
        padding: 60px 0;
    }

    .condition-section .main-box {
        width: auto;
    }

    .condition-section .main-box .line-doted {
        display: none;
    }

    .condition-section .col-lg-4 {
        margin-bottom: 30px;
    }

    .condition-section .col-lg-4:last-child {
        margin-bottom: 0;
    }

    .content-para-section.spacing-part {
        padding: 60px 15px 60px;
    }

    .closed-table-of .part span {
        transform: none;
        display: inline-block;
        margin-right: 2px;
    }

    .top-hero-section .left-side-part .ovl-shap svg {
        width: 300px;
        height: 300px;
    }

    .top-hero-section.faire-calulator-section .left-side-part .arrow-button {
        margin-top: 26px;
    }

    .top-hero-section .left-side-part .arrow-button .ready-to-book {
        font-size: 24px;
        line-height: 42px;
    }

    .top-hero-section .right-side-part .tab-content .common-container-tab-form .common-button {
        font-size: 16px;
    }

    .border-part {
        left: 4px;
    }

    .content-para-section.charlottesville-section .col-lg-4 {
        padding: 0;
        margin-bottom: 20px;
    }

    .content-para-section.charlottesville-section .col-lg-4:last-child {
        margin-bottom: 0;
    }

    .content-para-section.charlottesville-section .thumb-part {
        padding: 25px;
    }

    .content-para-section.spacing-part {
        padding: 34px 15px 34px;
    }

    .faqs-section .center-part {
        padding: 0 10px;
    }

    .faqs-section .right-side-part .accordion-container .set .fa img {
        width: 10px;
    }

    .extra-tages-section {
        padding: 0 15px 50px;
    }

    .richmond-taxi-rates-section .taxi-fare-thumb .center-part .tab-part-of h3,
    .richmond-taxi-rates-section .taxi-fare-thumb .center-part .tab-part-of .sub-heading-part {
        padding-bottom: 20px;
        font-size: 23px;
        line-height: 25px;
    }

    .table-of-content-main-section {
        padding: 60px 15px 0;
    }

    .content-para-section .heading2 {
        padding-right: 48px;
        position: relative;
    }

    .content-para-section .heading2 a {
        position: absolute;
        right: 0;
        top: 12px;
        width: 28px;
        height: 28px;
    }

    .faqs-section .right-side-part .heading-part .heading2 a {
        width: 28px;
        height: 28px;
        font-size: 16px;
    }

    .table-of-content-main-section .heading2 {
        padding: 0 0 20px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #ddd;
    }

    .table-of-content-main-section .heading2 i {
        display: inline-block;
    }

    .table-of-content-main-section .body-of-content {
        margin-top: 30px;
        display: none;
    }

    .table-of-content-main-section .body-of-content .col-lg-4 {
        padding: 0;
    }

    .table-of-content-main-section .body-of-content a {
        font-size: 18px;
        line-height: 28px;
        font-weight: 500;
    }

    .note-part-section .col-lg-3 {
        width: 25%;
    }

    .note-part-section .col-lg-9 {
        width: 75%;
    }

    .note-part-section .left-side-part {
        margin-top: 0;
        padding-right: 10px;
    }

    .note-part-section .left-side-part img {
        width: 100%;
    }

    .policy-content-section .content-part-set {
        padding: 25px;
        width: 84%;
    }

    .note-part-section .right-side-part {
        padding-left: 10px;
    }

    .policy-content-section ul {
        padding-left: 24px;
    }

    .policy-content-section .content-part-set .button-part .common-button {
        display: inline-block;
        font-weight: 700;
        line-height: 25px;
    }

    .fare-calculator-section.estimated-taxi-fare-section .main-container .eastimate-fair-calulator-ammount .col-lg-4 {
        width: 33.33%;
    }

    .fare-calculator-section.estimated-taxi-fare-section .main-container .local-taxis-section .left-side-part p {
        margin-bottom: 11px;
    }

    .fare-calculator-section .ready-to-book strong img {
        width: 40px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 0;
    }

    .fare-calculator-section .col-lg-12,
    .fare-calculator-section .col-lg-4,
    .fare-calculator-section .col-lg-6,
    .fare-calculator-section .col-lg-3,
    .fare-calculator-section .col-lg-9 {
        padding: 0 5px;
    }

    .fare-calculator-section.estimated-taxi-fare-section .main-container .faq-sections .left-side-part .accordion-container .set .heading-accodian {
        padding: 10px 24px 10px 0;
        font-size: 17px;
        line-height: 22px;
    }

    .content-para-section.spacing-part.spacing-part1.most-popular-taxi-fare-section {
        padding: 60px 15px;
    }

    .content-para-section.spacing-part.spacing-part1.most-popular-taxi-fare-section .ready-to-book .heading-part-flat {
        font-size: 22px;
        line-height: 36px;
    }

    .content-para-section.spacing-part.spacing-part1.most-popular-taxi-fare-section .ready-to-book .heading-part-flat img {
        width: 50px;
        margin-left: 0;
    }

    .content-para-section.spacing-part.spacing-part1.most-popular-taxi-fare-section .ready-to-book .button-part i {
        display: none;
    }

    .content-para-section.spacing-part.spacing-part1.most-popular-taxi-fare-section .ready-to-book .button-part a.call-btn {
        margin-bottom: 5px;
    }

    .fare-calculator-section.estimated-taxi-fare-section .main-container .eastimate-fair-calulator-ammount.RoundTrip .left-side-part strong {
        font-size: 16px;
        line-height: 24px;
    }

    .fare-calculator-section.estimated-taxi-fare-section .main-container .left-side-part h6,
    .fare-calculator-section.estimated-taxi-fare-section .main-container .left-side-part .fair-title {
        font-size: 14px;

    }
}


/*1023 end*/
@media only screen and (min-device-width:800px) and (max-device-width:820px) {}

@media only screen and (min-device-width:768px) and (max-device-width:991px) {}

@media(max-width:768px) {}

@media(max-width:575px) {
    .container {
        padding: 0 !important;
    }

    .logo-nav {
        padding: 0 10px;
    }

}