/* Font Style */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Joan&display=swap');


body {
    color: rgba(0, 0, 0, 1);
    font-size: 13px;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    line-height: 1.6;
}

.wrapper {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

/* Common Classes */

a {
    text-decoration: none !important;
    outline: none !important;
    transition: all 0.5s ease;
}

a:hover {
    color: #f68633;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

.btn {
    background-color: #ffffff;
    display: block;
    font-weight: 500;
    border: 1px solid rgba(0, 0, 0, 1);
    box-shadow: none !important;
    color: rgba(59, 59, 59, 1);
    padding: 0 20px;
    font-size: 14px;
    line-height: 42px;
    border-radius: 5px;
    width: 100%;
    text-transform: capitalize;
}

.btn:hover {
    color: #fff;
    background-color: rgba(244, 179, 0, 1);
    border-color: rgba(244, 179, 0, 1);
    ;
}

.container {
    max-width: 1270px;
    width: 100%;
}

/* Common Color Text */

.yellowText {
    color: rgba(244, 179, 0, 1);
}


/* Login Page Style Here */

.loginBox {
    background: rgba(255, 255, 255, 1);
    border-radius: 25px;
    display: flex;
    align-items: center;
}

.loginFormBox {
    width: 48%;
    padding: 100px 50px 50px 80px;
}

.loginFormBox>a {
    display: inline-block;
    max-width: 210px;
    margin-bottom: 50px;
}

.loginFormBox .heroContent .circleDots {
    top: -40px;
    left: -20px;
}

.loginFormBox .heroContent h1 {
    font-size: 50px;
    line-height: 70px;
    padding-top: 20px;
}

.loginFormBox .heroContent h1 strong:first-child:before {
    height: 11px;
    bottom: 18px;
}

.loginFormBox .heroContent p {
    font-weight: 500;
    padding: 10px 0 30px;
}

.loginFormBox .locationInput {
    display: flex;
    align-items: center;
    border: 1px solid rgba(161, 161, 161, 1);
    border-radius: 5px;
    padding: 0 120px 0px 50px;
}

.loginFormBox .locationInput .icons {
    width: 40px;
    left: 10px;
}

.loginFormBox .locationInput span img {
    max-width: 40px;
}

.loginFormBox .heroContent .selectDropdown {
    width: 110px;
}

.loginFormBox .heroContent .selectDropdown select.form-control {
    height: 44px;
}

.loginFormBox .locationInput .form-control {
    padding: 0;
    border: 0;
}

.loginFormBox .heroContent .btn-dark {
    border-radius: 4px;
    max-width: 120px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: absolute;
    right: 0;
}

.importantNotes {
    padding: 0 0 0 22px;
    margin: 50px 0 0;
    position: relative;
}

.importantNotes::before {
    content: '';
    border: 1px dotted rgba(0, 0, 0, 1);
    border-radius: 10px;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 13px;
    height: 73%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.importantNotes li {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 8px 0;
    display: block;
    position: relative;
}

.importantNotes li::before {
    content: '';
    background: rgba(244, 179, 0, 1);
    border-radius: 50%;
    height: 6px;
    width: 6px;
    position: absolute;
    top: 17px;
    left: -11px;
    z-index: 3;
}

.importantNotes li:last-child::after {
    display: none;
}

.importantNotes li:not(:first-child)::after {
    content: '';
    border-bottom: 1px dotted rgba(0, 0, 0, 1);
    width: 10px;
    height: 2px;
    position: absolute;
    left: -20px;
    top: 19px;
}

.loginFooter {
    padding: 100px 0 0;
}

.loginFooter p a {
    color: rgba(0, 0, 0, 1);
    padding-left: 5px;
}

.loginImageBox {
    width: 52%;
    text-align: right;
    position: relative;
}

.loginImage {
    display: inline-block;
    position: relative;
}

.loginImageBox .circleDots {
    top: -160px;
    left: 0;
    height: 240px;
    width: 240px;
}

.loginImageBox .circleDots.one {
    right: 0;
    left: auto;
}

/* Otp Popup Style Here */

.otpModalPopup .modal-dialog {
    max-width: 450px;
}

.otpModalPopup .modal-content {
    border-radius: 25px;
}

.modal-header {
    padding: 70px 20px 40px;
    justify-content: center;
}

.modal-header h5 {
    max-width: 210px;
}

.modal-body {
    padding: 50px 20px;
}

.otpBox {
    text-align: center;
}

.otpBox h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}

.otpBox p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.otpBox strong {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    padding: 15px 0 30px;
}

.otpInput {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.otpInput .form-control {
    padding: 8px;
    width: 44px;
}

.otpBox .btn-dark {
    margin: 40px auto;
    max-width: 240px;
}

.otpBox p.notReceiveText {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    padding: 0 0 30px;
}

.otpBox a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

/* Register Page Style Here */

.registerSection {
    padding: 60px 0;
    position: relative;
}

.registerSection .circleDots {
    width: 190px;
    height: 190px;
    top: 0;
    left: 180px;
}

.registerSection .heroContent {
    max-width: 100%;
    width: 100%;
    text-align: center;
}

.registerSection .heroContent h1 {
    font-size: 30px;
    line-height: 50px;
    max-width: 100%;
}

.registerSection .heroContent p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    padding: 0px 0 40px;
    max-width: 760px;
    margin: 0 auto;
}

.tabFormBox {
    display: flex;
    width: 100%;
    justify-content: center;
}

.tabFormBox .arrow-box {
    width: 200px;
    height: 40px;
    position: relative;
    display: inline-block;
}

.tabFormBox .arrow-box .arrow-body {
    width: calc(100%);
    vertical-align: top;
    height: 40px;
    display: inline-block;
    background: rgba(234, 234, 234, 1);
}

.tabFormBox .arrow-box .arrow-block {
    height: 40px;
    width: 46px;
    position: absolute;
    display: inline-block;
    overflow: hidden;
    right: -28px;
    top: 0;
}

.tabFormBox .arrow-box .arrow-block .arrow-right {
    width: 28.28px;
    height: 28.28px;
    background: rgba(234, 234, 234, 1);
    box-shadow: 2px 2px 0 0 white;
    z-index: 100;
    position: absolute;
    border-width: 0 5px 5px 0;
    border-style: solid;
    border-color: rgba(234, 234, 234, 1);
    transform: translateY(-50%) rotate(-45deg);
    border: 0 20px 20px 0 solid black;
    left: 0;
    top: 50%;
}

.tabFormBox .arrow-box a {
    color: rgba(0, 0, 0, 1);
    display: block;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    padding: 0 20px;
    text-transform: uppercase;
}

.tabFormBox .arrow-box.active a {
    color: rgba(244, 202, 92, 1);
}

.tabFormBox .arrow-box.active {}

.tabFormBox .arrow-box.active .arrow-body {
    background: rgba(59, 59, 59, 1);
}

.tabFormBox .arrow-box.active .arrow-block .arrow-right {
    background: rgba(59, 59, 59, 1);
    border-color: rgba(59, 59, 59, 1);
}

.registerForm {
    padding: 40px 0 0;
    max-width: 350px;
    margin: 0 auto;
}

.registerForm .form-inline {
    gap: 20px;
}

.registerForm .form-inline .form-group {
    width: 100%;
    margin: 0;
}

.registerForm .form-inline .form-control {
    width: 100%;
}

.registerForm .form-inline .form-group:nth-last-child(3),
.registerForm .form-inline .form-group:nth-last-child(2) {
    width: 47%;
}

/* Register 2 Page Style */

.businessCategories {
    padding: 40px 0 0;
}

.businessCategories p {
    text-align: center;
    padding-bottom: 11px;
    max-width: 780px;
    margin: 0 auto;
}

.businessCategories .listing {
    max-width: 980px;
    margin: 20px auto 0;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.businessCategories .listing .form-check {
    padding-left: 0;
}

.businessCategories .listing input[type=checkbox] {
    display: none;
}

.businessCategories .listing .form-check-label {
    background: rgba(245, 245, 245, 1);
    border: 1px solid rgba(161, 161, 161, 1);
    border-radius: 50px;
    font-weight: 400;
    line-height: 34px;
    padding: 0 10px;
    text-transform: capitalize;
}

.businessCategories .listing input[type=checkbox]:checked+.form-check-label {
    background: rgba(59, 59, 59, 1);
    border: 1px solid rgba(59, 59, 59, 1);
    color: rgba(244, 202, 92, 1);
}

.businessCategories .btn-block {
    max-width: 350px;
    margin: 30px auto 0;
}

/* Register 3 Page Style Here */

.uploadDocument form.form-inline {
    max-width: 350px;
    margin: 20px auto 0;
}

.uploadDocument .form-inline .form-group {
    width: 100%;
    margin-bottom: 20px;
}

.uploadDocument .form-inline .selectDropdown,
.uploadDocument .form-inline .form-control {
    width: 100%;
}

.uploadImageBox {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.avatar-upload {
    position: relative;
}

.avatar-upload .avatar-edit {
    position: absolute;
    left: 0;
    z-index: 1;
    top: 0;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid rgba(161, 161, 161, 1);
    align-items: center;
    justify-content: center;
    width: 125px;
    height: 125px;
    margin-bottom: 0;
    border-radius: 5px;
    background: #FFFFFF;
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-preview {
    background-color: #00f;
    width: 125px;
    height: 125px;
    position: relative;
    border-radius: 5px;
    border: 0;
    box-shadow: none;
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 2;
}

.uploadDocument .btn {
    margin: 30px 0 10px;
}

.uploadDocument a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
}

/* Header Section Style Here */

.headerSection {
    border-bottom: 1px solid rgba(204, 204, 204, 1);
    padding: 12px 0;
}

.headerSection .navbar-brand {
    display: inline-block;
    padding: 0;
    margin: 0;
    max-width: 210px;
}

.headFormBox {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 530px;
    margin-left: auto;
    margin-right: 15px;
}

.headFormBox .form-inline {
    max-width: 530px;
    width: 100%;
    justify-content: end;
    gap: 15px;
    flex-wrap: nowrap;
}

.form-control {
    height: 44px;
    padding: 10px 15px;
    font-size: 12px;
    color: #000000;
    background-color: #fff;
    border: 1px solid rgba(161, 161, 161, 1);
    border-radius: 5px;
}

.locationInput {
    position: relative;
}

.locationInput .form-control {
    padding-left: 35px;
}

.locationInput .icons {
    background-color: #ffffff;
    border-radius: 5px 0 0 5px;
    position: absolute;
    display: flex;
    justify-content: center;
    width: 30px;
    height: 42px;
    left: 1px;
    top: 1px;
    z-index: 1;
}

.locationInput span img {
    max-width: 12px;
    width: 100%;
}

.searchBox {
    width: 100%;
    position: relative;
    display: flex;
}

.searchBox .form-control {
    width: 100%;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.searchBox .btn {
    background: rgba(244, 179, 0, 1);
    border-color: rgba(244, 179, 0, 1);
    padding: 0;
    border-radius: 0 5px 5px 0;
    width: calc(100% - 44px);
    max-width: 44px;
}

.headBtns {
    max-width: 320px;
    width: 100%;
    gap: 14px;
}

.headBtns .btn {
    background-color: #3b3b3b;
    border-color: #3b3b3b;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}

.headBtns .btn strong {
    text-transform: uppercase;
}


.headBtns .btn.baarBtn,
.headBtns .btn.profileBtn,
.headBtns .btn.bellBtn {
    display: inline-block;
    padding: 0;
    height: 44px;
    max-width: 44px;
    width: 100%;
}

/* After Login Header Style */

.afterLoginHeader .nav.nav-tabs {
    border: 0;
    margin-left: auto;
    margin-right: 10px;
}

.afterLoginHeader .nav-tabs .nav-link {
    color: rgba(0, 0, 0, 1);
    margin: 0;
    border-radius: 5px;
    border: 1px solid rgba(228, 228, 228, 1);
    background: rgba(240, 240, 240, 1);
    padding: 10px 40px 10px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}

.afterLoginHeader .nav-tabs .nav-link img {
    margin-right: 10px;
}

.afterLoginHeader .nav-tabs .dropdown-toggle::after {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -3px;
}

.afterLoginHeader .headBtns {
    max-width: 44px;
}

/* Banner Section Style Here */

.heroSection {
    background-repeat: no-repeat;
    background-position: top 44px right -30px;
    background-size: 800px;
    min-height: 690px;
    padding: 44px 0;
    display: flex;
    align-items: center;
    position: relative;
}

.heroSection .container {
    position: relative;
}

.circleDots,
.boxStrip,
.curveLine {
    position: absolute;
}

.circleDots {
    top: 40px;
    left: 80px;
}

.boxStrip {
    bottom: 0px;
    left: 400px;
}

.curveLine {
    top: -60px;
    right: 0;
    z-index: -1;
}

.bannerBox {
    display: flex;
    align-items: center;
}

.heroContent {
    max-width: 640px;
    width: 100%;
}

.heroContent h1 {
    color: #000000;
    font-size: 40px;
    font-weight: 200;
    line-height: 60px;
    max-width: 546px;
}

.heroContent h1 strong {
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.heroContent h1 strong:first-child:before {
    content: '';
    background: rgba(244, 179, 0, 0.5);
    height: 7px;
    width: 93%;
    position: absolute;
    bottom: 8px;
}

.heroContent p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    padding: 50px 0 40px;
    max-width: 460px;
}

.heroContent .form-inline {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    border-radius: 10px;
    max-width: 630px;
    padding: 15px;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: nowrap;
    position: relative;
}

.heroContent .form-inline::before {
    content: '';
    background: radial-gradient(50% 50% at 50% 50%, #A7A7A7 0%, #FFFFFF 100%);
    width: 2px;
    height: 100%;
    position: absolute;
    left: 202px;
}

.heroContent .searchBox {
    max-width: 400px;
}

.heroContent .selectDropdown {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.selectDropdown::before {
    height: 38px;
    right: -10px;
    top: -3px;
}

.heroContent .selectDropdown select.form-control {
    padding: 8px 15px 8px 8px;
    width: 100%;
    border: 0;
    height: 30px;
    box-shadow: none;
}

.heroImage {
    display: none;
}

.form-control:focus {
    color: #000000;
    background-color: #fff;
    border-color: rgba(244, 179, 0, 0.6);
    outline: 0;
    box-shadow: none;
}

/* Category Section Style Here */

.homeCategorySection {
    padding: 100px 0 0;
}

.categoryBox {
    background: rgba(246, 246, 246, 1);
    padding: 75px 40px 64px;
    position: relative;
}

.categoryBox::after {
    content: '';
    background-image: url(https://img.cabdunia.com/images/road-strip-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 160px;
    height: 50px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.categorySlider .owl-item:nth-child(even) .categoryBox {
    background: rgba(246, 237, 231, 1);
}

.categoryBox .icons {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
}

.categoryBox .icons:before,
.enquiryList .icons:before {
    content: '';
    background: rgba(244, 179, 0, 0.6);
    border-radius: 50%;
    position: absolute;
    height: 35px;
    width: 35px;
    left: 7px;
    top: 4px;
}

.categoryBox .icons span,
.enquiryList .icons span {
    position: relative;
}

.owl-carousel .owl-item .categoryBox .span img {
    width: 40px;
    height: 46px;
}

.categoryBox h5 {
    font-size: 14px;
    font-weight: 600;
    padding: 0 0 10px;
}

.categoryBox h5 a {
    color: rgba(0, 0, 0, 1);
}

.categoryBox p {
    font-weight: 300;
    padding-bottom: 30px;
}

.linkArrow {
    display: inline-block;
}

.owl-carousel .owl-item .categoryBox .linkArrow img {
    max-width: 16px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    border: 4px solid #ffffff;
    background: linear-gradient(90deg, #FFFFFF 50%, #F4CD62 100%);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -25px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -25px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -25px;
    transform: rotate(180deg);
}

.owl-carousel .owl-nav button span {
    background-image: url(https://img.cabdunia.com/images/arrow-icon.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
    display: block;
    color: transparent;
    transform: rotate(180deg);
}

/* Our Services Section Style */

.ourServiceSection {
    padding: 100px 0;
}

.subHeading {
    padding: 0 0 20px;
}

.subHeading h1 {
    font-size: 26px;
    font-weight: 500;
    line-height: 34px;
}

.subHeading h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
}

.blogBox .subHeading h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.tocheading {
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    padding-top: 10px !important;
}

.subHeading p {
    font-size: 14px;
    line-height: 24px;
}

.serviceListing {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    max-width: 1020px;
    margin: 0 auto;
    transition: 0.5s;
    height: 90px;
    overflow: hidden;
}

.serviceListing.showMore {
    height: auto;
    overflow: unset;
    transition: 0.5s;
}

.serviceListing p {
    background: rgba(246, 237, 231, 1);
    border-radius: 5px;
    padding: 10px 20px;
}

.viewMore {
    max-width: 166px;
    margin: 20px auto 0;
}

.detailContentListing .serviceListing {
    max-width: 100%;
}

.serviceContentSec .box .detailContentListing .serviceListing p {
    background: transparent;
    padding: 10px 0 0px 0;
}

.detailContentListing .readMoreBtn {
    margin-left: 0;
}

/* Enquiry Section Style Here */

.enquiryBox {
    background: rgba(246, 246, 246, 1);
    padding: 110px 40px 0 70px;
    position: relative;
}

.enquiryLogo {
    display: inline-block;
    padding: 0 0 20px;
    max-width: 210px;
}

.enquiryBox .contentBox p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    max-width: 575px;
    padding: 0 0 35px;
}

.enquiryList .box {
    background: rgba(246, 237, 231, 1);
    padding: 40px;
    max-width: 200px;
    width: 100%;
}

.enquiryList .box:nth-child(even) {
    background-color: #ffffff;
}

.enquiryList .icons {
    position: relative;
    display: block;
}

.enquiryList .icons:before {
    top: -1px;
}

.enquiryList>strong {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    max-width: 103px;
    padding: 34px 0 0;
}

.enquiryBox .circleDots {
    top: 20px;
    right: 210px;
    left: auto;
}

.enquiryForm {
    border: 1px solid rgba(0, 0, 0, 1);
    background-color: #ffffff;
    border-radius: 25px;
    padding: 75px 40px;
    max-width: 400px;
    margin-left: auto;
    position: relative;
    overflow: hidden;
}

.serviceRightBox .enquiryForm.fixed-header {
    position: sticky;
    top: 43.3%;
    max-width: 330px;
    z-index: 3;
}

.enquiryForm::before {
    content: '';
    background: rgba(244, 179, 0, 0.2);
    border-radius: 50%;
    position: absolute;
    height: 90px;
    width: 100px;
    top: -50px;
    left: -50px;
}

.enquiryForm .boxStrip {
    bottom: auto;
    top: 0;
    right: 0;
    width: 160px;
    left: auto;
}

.enquiryForm h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    padding: 0 0 10px;
}

.tabBox .nav-tabs {
    border-bottom: 1px solid rgba(195, 194, 194, 1);
    margin-bottom: 30px;
    margin-top: 20px;
}

.tabBox .nav-tabs .nav-item {
    padding-right: 30px;
}

.tabBox .nav-tabs .nav-link {
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    margin: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    padding: 0 0 6px;
    line-height: 24px;
    position: relative;
}

.tabBox .nav-tabs .nav-item.show .nav-link,
.tabBox .nav-tabs .nav-link.active {
    font-weight: 500;
}

.tabBox .nav-tabs .nav-link.active::before {
    content: '';
    background: rgba(0, 0, 0, 1);
    border-radius: 8px;
    width: 32px;
    height: 2px;
    position: absolute;
    bottom: -1px;
}

.tab-content .serviceListing p {
    font-size: 14px;
}

.serviceListing p a,
.tab-content .serviceListing p a {
    color: rgba(0, 0, 0, 1);
}

/* Tour Package Section Style Here */

.tourPackageSection {
    padding: 100px 0;
}

.tourPackageSection .container {
    max-width: 1140px;
}

.tourPackageSection .tabBox {
    max-width: 680px;
    margin-left: auto;
}

.tourPackageSection .tabBox .nav-tabs {
    margin-top: 0px;
}

.tourPackageSection .serviceListing {
    justify-content: start;
}

/* Footer Section Style Here */

.footerSection {
    padding: 0 0 50px;
}

.footerBox {
    position: relative;
    padding: 55px 0;
}

.footerBox::before,
.footerBox::after {
    content: '';
    background-image: url(https://img.cabdunia.com/images/road-strip-icon.svg);
    background-repeat: repeat;
    position: absolute;
    width: 100%;
    height: 55px;
}

.footerBox::before {
    top: 0;
}

.footerBox::after {
    bottom: 0;
}

.footerUpper {
    padding: 40px 30px 20px;
}

.footerLinks {
    padding-bottom: 12px;
}

.footerLinks h4 {
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}

.linksText a {
    color: rgba(0, 0, 0, 1);
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    margin-right: 22px;
    margin-bottom: 8px;
}

.linksText a:hover {
    color: rgba(244, 179, 0, 1);
}

.footerMiddle {
    border-bottom: 1px solid rgba(209, 209, 209, 1);
    border-top: 1px solid rgba(209, 209, 209, 1);
    padding: 40px 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footerMiddle .leftbox {
    display: flex;
    align-items: center;
}

.footerMiddle .leftbox a {
    display: inline-block;
    max-width: 210px;
}

.leftbox>p {
    position: relative;
    max-width: 100%;
    padding: 19px 0;
    padding-left: 30px;
    margin-left: 30px;
}

.leftbox>p::before {
    content: '';
    background: radial-gradient(50% 50% at 50% 50%, #7F7F7F 0%, #F6EDE7 100%);
    position: absolute;
    height: 100%;
    width: 2px;
    top: 0;
    left: 0;
}

.listWrapper .box .replyEditBtn {
    position: relative;
    top: auto;
    right: auto;
}

.listWrapper .box .replyEditBtn .btn {
    margin-left: auto;
}

.footerMiddle .rightBox {
    display: none;
}

.socialLinks {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(202, 202, 202, 1);
    border-radius: 6px;
    padding: 8px;
    display: none;
    position: absolute;
    bottom: -60px;
    right: 0;
    min-width: 240px;
    text-align: center;
    z-index: 4;
}

.socialLinks a {
    /* background: rgba(239, 239, 239, 1); */
    /* border-radius: 50%; */
    height: 44px;
    width: 44px;
    display: inline-block;
    /* align-items: center; */
    /* justify-content: center; */
    text-align: center;
    line-height: 36px;
    margin: 0 4px;
}

.fixListBox .enquiryList .socialLinks {
    bottom: auto;
    top: -60px;
    right: 56px;
}

.footerBottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 30px;
}

.footerBottom .linksText a {
    margin-bottom: 0;
}

/* List Page Style Here */

.googleAddBox {
    padding: 55px 0 0;
}

.googleImage {
    background: rgba(240, 240, 240, 1);
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.googleImage h4 {
    color: rgba(188, 188, 188, 1);
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    max-width: 170px;
    text-align: center;
}

.listWrapper>.box {
    padding: 20px 0 15px;
}

.breadcrumb {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    margin: 0;
}

.breadcrumb-item {
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    content: ">";
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
}

.breadcrumb .breadcrumb-item a,
.breadcrumb-item.active {
    color: rgba(0, 0, 0, 1);
}

.breadcrumb-item.active {
    font-weight: 300;
}

.shortBy {
    max-width: 280px;
    width: 100%;
}

.shortBy .form-group.form-inline {
    margin: 0;
}

.shortBy label {
    line-height: 24px;
    font-weight: 400;
    margin-right: 10px;
}

.selectDropdown {
    position: relative;
}

.selectDropdown::before {
    content: '';
    background-image: url(https://img.cabdunia.com/images/down-arrow-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff;
    border-radius: 0 5px 5px 0;
    position: absolute;
    width: 30px;
    height: 42px;
    right: 1px;
    pointer-events: none;
    cursor: pointer;
    top: 1px;
}

.shortBy .selectDropdown {
    width: calc(100% - 54px);
}

.form-inline .custom-select {
    width: 100%;
}

.listHead {
    padding: 0 0 12px;
}

.listHead .subHeading {
    padding: 0;
}

.listHead .socialLinks span {
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
}

.listHead .socialLinks a {
    border: 1px solid rgba(202, 202, 202, 1);
    background: rgba(242, 242, 242, 1);
    border-radius: 5px;
    height: 36px;
    width: 36px;
}

/* Filter Style Here */

.filterBox {
    position: relative;
    padding: 2px 0;
    padding-right: 70px;
    /* white-space: nowrap; */
    /* overflow: auto; */
}

.selectToggleTab {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.toggleTab {
    border-radius: 6px;
    border: solid 1px #eaeaea;
    font-size: 15px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 8.5px 10px;
    color: #111;
    position: relative;
    background: #f7f7f7;
}

.arrowDown {
    display: inline-block;
    margin-left: 6px;
}

.toggleDropdown {
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0px 3px 6px #b4b4b4;
    border-radius: 0 6px 6px 6px;
    margin: 0;
    margin-top: -3px;
    width: 100%;
    min-width: 150px;
    z-index: 3;
}

.toggleDropdown {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease-out;
    padding: 0;
}

.toggleDropdown.open {
    padding: 6px;
    max-height: 500px;
}

.toggleDropdown li {
    border-radius: 4px;
    padding: 2px 6px;
    font-size: 16px;
    display: block;
    transition: all 1s ease-out;
}

.toggleDropdown li:hover {
    background-color: #e4e4e4;
}

.toggleDropdown li a {
    color: rgba(0, 0, 0, 1);
}

.filterBox .btn {
    max-width: 50px;
    padding: 0 6px;
    position: absolute;
    right: 0;
    top: 1px;
    z-index: 2;
}

.filterBox .btn img {
    max-width: 26px;
}


/* More Filter Style */

.moreFilterBox {
    background: rgba(255, 255, 255, 1);
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    position: fixed;
    top: 0;
    right: -450px;
    max-width: 450px;
    transition: 0.5s;
    min-height: 100vh;
    z-index: 9;
}

.moreFilterBox.active {
    right: 0;
}

.moreFilterBox .subHeading {
    border-bottom: 1px solid rgba(204, 204, 204, 1);
    padding: 40px 40px 20px;
}

.middleFilterContent {
    padding: 30px 40px;
    margin-bottom: auto;
    max-height: calc(100vh - 225px);
    overflow: auto;
}

.middleFilterContent .box {
    padding-bottom: 30px;
}

.middleFilterContent .box h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 0 0 10px;
}

.middleFilterContent .form-inline {
    gap: 10px;
}

.middleFilterContent .form-inline .form-check-input {
    display: none;
}

.middleFilterContent label.form-check-label {
    border: 1px solid rgba(161, 161, 161, 1);
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    padding: 0 16px;
    line-height: 42px;
    margin: 0;
}

.middleFilterContent label.form-check-label img {
    margin: -2px 8px 0 0;
}

.middleFilterContent .form-inline input[type=checkbox]:checked+label.form-check-label,
.middleFilterContent .form-inline input[type=radio]:checked+label.form-check-label {
    border: 1px solid rgba(241, 171, 0, 1);
}

.footerFilter {
    padding: 40px;
    display: flex;
    gap: 15px;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.1);
}

.serviceListingBox {
    padding: 30px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.serviceLeftBox {
    max-width: calc(100% - 350px);
    width: 100%;
}

.listingBox .list {
    border: 1px solid rgba(202, 202, 202, 1);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 20px;
}

.listCarousel,
.listCarouselImage {
    width: 210px;
    height: 140px;
    margin-right: 10px;
}

.listCarousel .item a,
.listCarouselImage a {
    position: relative;
    display: block;
    height: 140px;
}

/* .listCarousel .item a::before, */
.listCarouselImage a::before {
    content: '';
    background: rgba(244, 179, 0, 0.16);
    border-radius: 10px;
    width: 100%;
    height: 100%;
    position: absolute;
}

.listCarousel.owl-carousel .owl-item .item a>img,
.listCarouselImage a>img {
    border-radius: 10px;
    height: 100%;
    width: 100%;
}

.listCarousel .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.listCarousel.owl-carousel button.owl-dot {
    margin: 1px;
}

.listCarousel.owl-carousel button.owl-dot span {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    display: inline-block;
    width: 12px;
    height: 3px;
}

.listCarousel.owl-carousel button.owl-dot.active span {
    background: rgba(255, 255, 255, 1);
}

.listingBox .content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: calc(100% - 220px);
}

.listingBox .content .contentHead {
    width: 100%;
    position: relative;
    padding-right: 155px;
}

.listingBox .content h4,
.listingBox .content h3,
.listingBox .content h1 {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
}

.listingBox .content h4 a,
.listingBox .content h3 a,
.listingBox .content h1 a {
    color: rgba(0, 0, 0, 1);
}

.location {
    color: rgba(59, 59, 59, 1);
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    width: 100%;
    /* margin-top: -24px; */
    padding-right: 155px;
}

.location img {
    margin-right: 6px;
}

.tagBox {
    display: inline-block;
}

.tickIcon {
    display: inline-block;
    margin: 0px 8px 0;
}

.ratingBox {
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
}

.ratingBox p {
    line-height: 24px;
    padding-top: 4px;
    font-weight: 500;
}

.listingBox .tags {
    display: flex;
    padding: 16px 0 20px;
    margin: 0;
    width: 100%;
    flex-wrap: wrap;
    gap: 5px;
}

.listingBox .tags li {
    background: rgba(231, 234, 237, 1);
    border-radius: 30px;
    line-height: 25px;
    padding: 0 12px;
    display: block;
}

.listingBox .enquiryList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: self-end;
    gap: 10px;
}

.listingBox .enquiryList>.btn {
    padding: 0 15px;
    line-height: 42px;
    width: 135px;
}

.replyEditBtn {
    max-width: 100px;
    width: 100%;
    display: flex;
    gap: 10px;
    position: relative;
}

.replyEditBtn .btn {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(202, 202, 202, 1);
    padding: 0 8px;
    width: 44px;
}

.clickToRate {
    margin-left: auto;
    margin-top: -26px;
}

.clickToRate>strong {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    padding: 0 0 4px;
}

.clickRating {
    direction: rtl !important;
    display: flex;
    gap: 10px;
}

.clickRating label {
    border: 1px solid rgba(202, 202, 202, 1);
    border-radius: 5px;
    display: inline-block;
    color: #d4d4d4;
    cursor: pointer;
    height: 44px;
    transition: color 0.2s;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.clickRating input {
    display: none;
}

.clickRating label:hover,
.clickRating label:hover~label,
.clickRating input:checked~label {
    background-image: url(https://img.cabdunia.com/images/white-star-icon.svg);
    background-repeat: no-repeat;
    background-color: #f1ab00;
    border-color: #f1ab00;
    background-size: 27px;
    background-position: top 9px center;
}

.clickRating label:hover img,
.clickRating label:hover~label img,
.clickRating input:checked~label img {
    display: none;
}

.fixListBox {
    display: none;
}

.fixListBox.show {
    background-color: #ffffff;
    display: block;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.listingBox .fixListBox .content {
    align-items: center;
}

.listingBox .fixListBox .list {
    box-shadow: 0 -5px 15px 0 rgba(0, 0, 0, .15);
    border-radius: 10px 10px 0 0;
    padding: 15px;
    margin: 0;
}

.listingBox .fixListBox .enquiryList {
    width: 100%;
    max-width: 490px;
}

.listingBox .fixListBox .enquiryList .replyEditBtn {
    max-width: 44px;
}

.fixListBox .ratingBox p {
    padding-top: 0;
    display: inline-block;
    vertical-align: middle;
    padding-right: 14px;
    max-width: unset;
}

.serviceSection {
    padding: 30px 0;
}

.serviceSection .categoryBox {
    background-color: transparent;
    padding: 0;
}

.serviceSection .categoryBox::after {
    right: auto;
    bottom: auto;
    top: 0;
    opacity: 0.5;
}

.serviceSlider .images span {
    display: block;
    height: 310px;
    overflow: hidden;
    margin-bottom: 12px;
}

.serviceSlider.owl-carousel .owl-item .btn {
    max-width: 150px;
}

.serviceSlider.owl-carousel .owl-item .btn img {
    display: inline-block;
    width: 24px;
    max-width: 24px;
    margin-left: 4px;
}

.serviceSlider.owl-carousel .owl-nav button.owl-prev {
    left: -15px;
}

.serviceSlider.owl-carousel .owl-nav button.owl-next {
    right: -15px;
}

.paginationBox {
    padding: 40px 0 0;
}

.paginationBox .pagination {
    justify-content: center;
    margin: 0;
    position: relative;
    padding: 0 250px;
    flex-wrap: wrap;
    gap: 8px;
}

.paginationBox .pagination::before,
.paginationBox .pagination::after {
    content: '';
    background: linear-gradient(90deg, #D9D9D9 0%, #FFFFFF 100%);
    width: 215px;
    height: 2px;
    position: absolute;
    top: 50%;
    margin-top: -1px;
}

.paginationBox .pagination::before {
    left: 0;
    transform: rotate(180deg);
}

.paginationBox .pagination::after {
    right: 0;
}

.paginationBox .page-link {
    font-size: 14px;
    font-weight: 500;
    padding: 0 18px;
    margin: 0px;
    line-height: 42px;
    background-color: #ffffff;
    border: 1px solid rgba(214, 214, 214, 1);
    border-radius: 5px;
    color: rgba(202, 202, 202, 1);
    text-transform: uppercase;
    min-width: 44px;
    text-align: center;
}

.paginationBox .page-item.disabled .page-link {
    color: rgba(202, 202, 202, 1);
}

.paginationBox .page-item.active .page-link {
    color: rgba(59, 59, 59, 1);
    background-color: transparent;
    border: 1px solid rgba(59, 59, 59, 1);
}

.table_contents {
    background: #eee;
    border: 1px solid #ccc;
    padding: 15px 10px;
    margin: 20px 0;
}

.table_contents ol {
    padding: 20px 20px;
}

.table_contents ol li {
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
}

.table_contents ol li a {
    display: block;
    margin: 0 10px 5px;
}

.table_contents ol li a:hover {
    color: rgba(244, 179, 0, 1);
}

.blogBox .box ul li {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
}

.readMoreBtn {
    border-color: rgba(244, 179, 0, 1);
    background-color: rgba(244, 179, 0, 1);
    color: rgba(0, 0, 0, 1);
    line-height: 30px;
    max-width: 120px;
}

.authorName {
    position: relative;
    padding-left: 30px;
    margin: 15px 0 10px;
    min-height: 24px;
}

.blogBox .box .authorName span.image {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
}

.authorName span.image img {
    width: 20px;
}

.youtubeVideoSection {
    position: relative;
}

.youtubeVideoSection #loaderWrap {
    position: absolute;
    height: 100%;
}

.blogBox .box span.captionText {
    padding: 0;
}

.blogBox .box .images img {
    margin-bottom: 14px;
}

/* Service Detail Left Box Style */

.serviceDetailLeftBox .tickIcon img,
.serviceDetailLeftBox .tagIcon img {
    width: auto;
}

.serviceDetailLeftBox .ratingBox {
    position: static;
    margin-left: auto;
}

/* Table Style Here */

table {
    border: 1px solid #dee2e6;
    border-spacing: 0;
    width: 100%;
}

.table thead th {
    background-color: rgba(244, 179, 0, 1);
    color: #000000;
    font-weight: 500;
    font-size: 14px;
    vertical-align: middle;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    padding: 10px 8px;
    height: 50px;
}

.table thead th:last-child,
.table tbody td:last-child {
    border-right: 0;
}

.table thead th strong {
    color: #000000;
    font-weight: 500;
}

.table tbody td {
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    vertical-align: middle;
    border-right: 1px solid #dee2e6;
    padding: 4px 8px;
}

.table tbody td strong {
    font-weight: 400;
}

/* Service Right Section Style */

.serviceRightBox {
    max-width: 330px;
}

.serviceRightBox .enquiryForm {
    padding: 36px;
}

.categoryListBox {
    padding: 30px 0 20px;
}

.popularListing {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(202, 202, 202, 1);
    border-radius: 10px;
    padding: 20px 30px 40px;
}

.popularListing ul {
    padding-left: 15px;
    margin: 0;
    max-height: 220px;
    overflow: hidden;
    -webkit-transition: max-height 1s;
    -moz-transition: max-height 1s;
    -ms-transition: max-height 1s;
    -o-transition: max-height 1s;
    transition: max-height 1s;
}

.popularListing ul.showMoreList.showMore {
    max-height: 100%;
    overflow: unset;
    transition: max-height .4s ease;
}

.popularListing ul li {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding-left: 6px;
    padding-bottom: 22px;
}

.popularListing ul li a,
.categoryGoogleBox h5 a {
    color: rgba(0, 0, 0, 1);
}

.popularListing a {
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.serviceRightBox .googleImage {
    min-height: 330px;
    border-radius: 10px;
}

.categoryListBox.categoryGoogleBox {
    border: 1px solid rgba(202, 202, 202, 1);
    border-radius: 10px;
    padding: 0 0 20px;
    margin: 30px 0 0;
}

.categoryGoogleBox span a img {
    border-radius: 10px 10px 0 0;
}

.categoryGoogleBox h5 {
    font-size: 16px;
    line-height: 24px;
    padding: 14px;
}

.categoryGoogleBox .btn {
    line-height: 38px;
    max-width: 160px;
    margin: 0 14px;
}

/* Modal Popup Style Here */

.modal-header {
    padding: 20px 20px 20px;
}

/* List Detail Tour Package Style */

.tourPackageSection.tourPackageSectionTwo {
    padding: 50px 0;
}

.tourPackageSection.tourPackageSectionTwo .container,
.tourPackageSection.serviceContentSec .container {
    max-width: 1270px;
}

.tourPackageSectionTwo .box {
    border-top: 1px solid rgba(202, 202, 202, 1);
    border-bottom: 1px solid rgba(202, 202, 202, 1);
    padding: 50px 0;
}

.serviceContentSec {
    padding: 0 0 50px;
}

.serviceContentSec .box p {
    font-size: 16px;
    line-height: 26px;
}

.serviceContentSec .box p:not(:last-child) {
    padding-bottom: 20px;
}

/* Faq Style Here */

.faqSection {
    padding: 0 0 50px;
}

.faqSection .subHeading {
    border-top: 1px solid rgba(202, 202, 202, 1);
    padding-top: 50px;
}

.accordionBox .accordion {
    padding-left: 17px;
}

.accordionBox .card {
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #D9D9D9;
    overflow: unset;
    padding: 20px 0;
}

.accordionBox .card::before {
    content: '';
    background: rgba(244, 202, 92, 1);
    border-radius: 50%;
    height: 7px;
    width: 7px;
    position: absolute;
    top: 27px;
    left: -17px;
}

.accordionBox .accordion>.card:not(:last-of-type) {
    border-bottom: 2px solid #D9D9D9;
}

.accordionBox .accordion>.card>.card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border: 0;
}

.accordionBox .card-header .btn {
    border: 0;
    border-radius: 0;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    padding: 0 100px 0 0;
    outline: none;
}

.accordionBox .card-header .btn:hover {
    color: rgba(0, 0, 0, 1);
    background-color: transparent;
}

.accordionBox .card-header .btn[aria-expanded="true"] {
    font-weight: 600;
}


.accordionBox .card-header .btn span {
    background-image: url(https://img.cabdunia.com/images/plus-black-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    height: 14px;
    width: 14px;
    position: absolute;
    top: 23px;
    right: 70px;
}

.accordionBox .card-header .btn[aria-expanded="true"] span {
    background-image: url(https://img.cabdunia.com/images/minus-black-icon.svg);
}

.accordionBox .card-body {
    padding: 10px 100px 0 0;
}

/* List Detail Page Style Here */

.serviceRightBox.showOnMobile {
    display: none;
}

.addSpace20 {
    padding: 25px 0 0;
}

.smallHeading {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 0 0 5px;
    display: flex;
    text-transform: uppercase;
}

.smallHeading a {
    margin-left: auto;
    text-transform: capitalize;
}

.photogallerySec .listingBox,
.priceListingSec .listingBox,
.segmentListingSec .listingBox {
    display: flex;
    align-items: start;
    gap: 10px;
}

.listLogoImage {
    border: 1px solid rgba(202, 202, 202, 1);
    border-radius: 5px;
    height: 42px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    padding: 2px;
}

.listLogoImage span {
    /* max-width: 18px; */
    max-width: 100%;
}

.serviceDetailLeftBox .listingBox .content h4 {
    line-height: 38px;
}

.serviceDetailLeftBox .location {
    margin-top: -12px;
}

.serviceDetailLeftBox .tagBox {
    padding: 6px 0 0;
}

.serviceDetailLeftBox .fixListBox .tagBox {
    padding: 0;
}

.photogallerySec .listingBox .list {
    padding: 0;
    border: 0;
}

.photogallerySec .listingBox .list:not(:last-child),
.priceListingSec .listingBox .list:not(:last-child),
.segmentListingSec .listingBox .list:not(:last-child) {
    margin-bottom: 0px;
}

.photogallerySec .listingBox .list img {
    border-radius: 10px;
}

.priceListingSec .listingBox .list h5,
.segmentListingSec .listingBox .list h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    width: 100%;
}

.priceListingSec .listingBox .list p {
    color: rgba(59, 59, 59, 1);
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    padding: 6px 0 0;
    width: 100%;
}

.priceListingSec .listingBox .list p span {
    color: rgba(161, 161, 161, 1);
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    padding-left: 4px;
}

.priceListingSec .listingBox .list a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.segmentListingSec .listingBox .list {
    padding: 10px 10px 10px 32px;
}

.segmentListingSec .listingBox .list h5::before {
    content: '';
    background-image: url(https://img.cabdunia.com/images/tick-circle-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 15px;
    width: 15px;
    position: absolute;
    left: 10px;
    top: 12px;
}

.segmentListingSec .listingBox .list p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.segmentListingSec .listingBox .list p span {
    text-decoration: underline;
}

.segmentListingSec .listingBox .list p a {
    padding-left: 4px;
}

/* Question Post Style */

.questionPostSec>p {
    color: rgba(161, 161, 161, 1);
    font-size: 13px;
    line-height: 24px;
}

.postBox .form-group.form-inline {
    flex-wrap: nowrap;
}

.postBox .form-inline .form-control {
    width: calc(100% - 60px);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}

.btn-dark {
    background: rgba(49, 53, 41, 1);
    color: rgba(242, 170, 0, 1);
}

.postBox .btn-dark {
    max-width: 62px;
    padding: 0;
    margin-left: -2px;
}

.postQuesListing ul {
    padding: 0 0 0 20px;
    margin: 0;
    list-style-type: decimal;
}

.postQuesListing ul li {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}

.postQuesListing ul li:not(:last-child) {
    margin-bottom: 10px;
}

.postQuesListing ul li strong {
    font-weight: 500;
}

.postQuesListing ul li p {
    font-weight: 300;
}

/* Rating Box Style */

.ratingReviewsBox .box {
    border: 1px solid rgba(202, 202, 202, 1);
    border-radius: 10px;
    padding: 6px 20px 6px 12px;
    display: flex;
    align-items: center;
}

.ratings {
    max-width: 230px;
    width: 100%;
    position: relative;
    padding: 13px 0;
}

.ratings::after {
    content: '';
    background: radial-gradient(50% 50% at 50% 50%, #B2B2B2 0%, #F2F2F2 100%);
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    right: 0;
}

.ratings span {
    display: inline-block;
    padding-bottom: 6px;
}

.ratings p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 4px 0 0;
}

.ratingCategoryList {
    max-width: 434px;
    width: 100%;
    padding: 0 50px;
}

.progressBoxRating {
    display: flex;
    align-items: center;
}

.progressBoxRating span {
    display: inline-block;
    font-weight: 400;
    line-height: 24px;
    max-width: 26px;
    width: 100%;
    text-align: center;
}

.progressBoxRating span img {
    margin: -2px 0 0;
}

.progressBoxRating .progress {
    height: 5px;
    border-radius: 16px;
    background: rgba(238, 238, 238, 1);
    width: 100%;
    margin: 0 11px;
}

.ratingReviewsBox .btn-dark,
.ratingReviewsBox .btnBox {
    max-width: 150px;
    margin-left: auto;
    width: 100%;
}

/* Client Review Style */

.contentRepeat:not(:last-child) {
    padding-bottom: 30px;
}

.clientDetail {
    position: relative;
    padding: 0 20px 0 50px;
}

.clientDetail .profile-image {
    border-radius: 50%;
    position: absolute;
    left: 0;
    height: 40px;
    width: 40px;
}

.clientDetail .profile-image img {
    border-radius: 50%;
}

.clientDetail h6,
.replyContentBox h6 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    padding: 0 0 2px;
}

.clientDetail .rating {
    display: inline-block;
}

.clientDetail .rating span img {
    vertical-align: top;
}

.clientContent p {
    padding: 6px 0 4px;
}

.helpBoxText .form-inline .form-check {
    margin-left: 10px;
}

.helpBoxText .form-inline .form-check-input {
    display: none;
}

.helpBoxText .form-inline .form-check-label {
    border: 1px solid rgba(0, 0, 0, 1);
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    width: 50px;
}

.helpBoxText .form-inline input[type=radio]:checked+.form-check-label {
    background-color: rgba(0, 0, 0, 1);
    color: #ffffff;
}

.toggleBox {
    position: absolute;
    top: 0;
    right: 0;
}

.toggleBox span {
    display: inline-block;
}

.toggleList {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(202, 202, 202, 1);
    border-radius: 10px;
    display: none;
    position: absolute;
    margin: 0;
    min-width: 90px;
    padding: 10px 12px;
    right: 0;
}

.toggleList.active {
    display: block;
}

.toggleList li {
    display: block;
}

.toggleList li a {
    color: rgba(0, 0, 0, 1);
}

.replyContentBox {
    background: rgba(243, 243, 243, 1);
    border-radius: 10px;
    padding: 20px;
    margin: 12px 0 0 70px;
}

.travelDetailContent {
    border-top: 1px solid rgba(202, 202, 202, 1);
    padding-top: 40px;
    margin-top: 40px;
}

/* List Detail Right Section Style */

.informationDetail {
    border: 1px solid rgba(202, 202, 202, 1);
    border-radius: 10px;
    padding: 20px 8px;
}

.informationDetail .listing {
    border-bottom: 1px solid rgba(202, 202, 202, 1);
    padding: 10px 5px 10px 35px;
    position: relative;
}

.informationDetail .listing:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.informationDetail .box {
    display: flex;
    gap: 16px;
}

.informationDetail .box a {
    font-size: 14px;
    font-weight: 500;
}

.informationDetail .box a img {
    margin-right: 6px;
}

.informationDetail .icons {
    position: absolute;
    height: 20px;
    width: 20px;
    left: 0;
    text-align: center;
}

.informationDetail p {
    color: rgba(0, 0, 0, 1);
    display: flex;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.informationDetail p span {
    margin-left: auto;
}

.popularListing.listedInCategory {
    padding: 20px;
}

.popularListing.listedInCategory ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    gap: 10px;
}

.popularListing.listedInCategory ul li {
    background: rgba(231, 234, 237, 1);
    border: 1px solid rgba(190, 190, 190, 1);
    border-radius: 30px;
    display: block;
    font-weight: 400;
    line-height: 28px;
    padding: 0 14px;
}

/* Package List Second Page Style Here */

.dayDuration span {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(161, 161, 161, 1);
    border-radius: 5px;
    display: inline-block;
    font-weight: 500;
    line-height: 44px;
    padding: 0 18px;
    margin-left: 10px;
}

.packageListSection .listingBox .list {
    padding-right: 180px;
}

.listCarouselImage a::before {
    height: 100%;
}

.bestSellerText {
    background-image: url(https://img.cabdunia.com/images/yellow-ractangle-icon.svg);
    background-repeat: no-repeat;
    background-size: 90px;
    line-height: 25px;
    width: 90px;
    height: 25px;
    padding: 0 11px;
    position: absolute;
    left: 0px;
    top: 11px;
}

.packageListSection .listingBox .content {
    display: block;
    padding: 13px 0 0;
}

.dayDurationText {
    background: rgba(231, 234, 237, 1);
    border-radius: 0 50px 50px 0;
    display: block;
    line-height: 25px;
    padding: 0 12px;
    max-width: 130px;
    width: 100%;
}

.packageListSection .listingBox .content h4 {
    width: 100%;
    padding: 10px 0;
}

.facilityContent {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.facilityContent span {
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    margin: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    line-height: 24px;
    position: relative;
    min-width: 80px;
}

.packagePriceText {
    padding: 0 0 10px;
}

.packagePriceText p {
    line-height: 16px;
    padding: 0;
    font-size: 12px;
}

.packagePriceText h6 {
    padding: 4px 0;
    text-decoration: line-through;
}

.packagePriceText h5 {
    font-size: 24px;
    font-weight: 500;
    line-height: 25px;
}

.packageBtn {
    position: absolute;
    right: 20px;
    bottom: 20px;
    max-width: 150px;
    width: 100%;
}

.packageBtn .btn {}

.packageBtn .btn img {
    max-width: 24px;
    margin-left: 4px;
}

/* Package List Detail Second Page Style Here */

.serviceSection.packageImageSlider .categoryBox::after {
    display: none;
}

.packageImageSlider .serviceSlider .images span {
    height: 330px;
    margin-bottom: 0;
    border-radius: 10px;
}

.packageImageSlider .serviceSlider .images span img {
    border-radius: 10px;
}

.tourPackagePrice {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tourPackagePrice .leftbox {
    width: calc(100% - 290px);
}

.tourPackageTag {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.tourPackageTag span {
    background: rgba(231, 234, 237, 1);
    border-radius: 30px;
    display: inline-block;
    line-height: 25px;
    padding: 4px 12px;
}

.tourPackageTag span.iconWhithText {
    background-color: transparent;
}

.tourPackageTag span.iconWhithText img {
    max-width: 40px;
    display: block;
    margin: 0 auto;
}

.tourPackagePrice .leftbox h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    padding: 16px 0;
}

.bottomBox .ratingBox {
    max-width: 290px;
    width: 100%;
    text-align: left;
    display: flex;
    position: static;
}

.bottomBox .ratingBox p {
    line-height: 33px;
    padding: 0;
    margin-left: 10px;
}

.packageText {
    padding-left: 10px;
}

.packageText strong {
    display: inline-block;
    font-weight: 700;
    line-height: 24px;
}

.packageText span {
    display: inline-block;
    font-weight: 400;
    line-height: 30px;
    padding: 0 0 0 6px;
}

.packageText span img {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    margin-right: 5px;
}

.pacakgeFixListBox .ratingBox {
    position: static;
    padding-left: 30px;
}

.pacakgeFixListBox .packageBtn {
    position: static;
    max-width: 450px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: auto;
}

.tourPackagePrice .rightBox {
    border: 1px solid rgba(202, 202, 202, 1);
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    max-width: 290px;
}

.pacakgeFixListBox .packagePriceText .ratingBox {
    position: static;
    padding-left: 30px;
}

.tourPackagePrice .rightBox .packagePriceText,
.pacakgeFixListBox .packagePriceText {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
}

.pacakgeFixListBox .packagePriceText {
    max-width: 270px;
    width: 100%;
    padding: 0;
}

.tourPackagePrice .rightBox p:first-child,
.pacakgeFixListBox .packagePriceText p:first-child {
    order: 1;
    width: 40%;
}

.tourPackagePrice .rightBox p,
.pacakgeFixListBox .packagePriceText p {
    font-weight: 400;
    line-height: 24px;
    width: 60%;
    order: 3;
}

.tourPackagePrice .packagePriceText h6,
.pacakgeFixListBox .packagePriceText h6 {
    width: 40%;
    order: 3;
}

.tourPackagePrice .packagePriceText h5,
.pacakgeFixListBox .packagePriceText h5 {
    width: 60%;
    order: 2;
}

.tourPackagePrice .rightBox p strong {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.tourPackagePrice .rightBox .btn {
    margin: 0px 0 4px;
}

.pacakgeFixListBox .packageBtn .btn {
    max-width: 140px;
    line-height: 38px;
    padding: 0 14px;
}

.pacakgeFixListBox .replyEditBtn {
    max-width: 44px;
}

.tourPackagePrice .rightBox span {
    display: inline-block;
    font-size: 10px;
    line-height: 24px;
}

.packageTabBox .tabBox .nav-tabs {
    margin-bottom: 10px;
}

.packageTabBox .tabBox .nav-tabs .nav-link.active::before {
    width: 100%;
}

.packageTabBox.packageSubTabBox .tabBox .nav-tabs {
    margin-top: 0;
}

.packageTabBox .tabBox .nav-tabs .nav-link img {
    max-width: 40px;
    margin-right: 6px;
}

.packageTabBox .content p,
.inportantInformationBox .contentBox p {
    padding-bottom: 8px;
}

.packageDetailListSection .customerMediaPartnerContent {
    padding: 30px 0;
    max-width: 100%;
    gap: 50px;
}

.packageDetailListSection .customerMediaPartnerContent .boxContent {
    width: calc(50% - 26px);
}

.packageDetailListSection .boxContent ul {
    border: 0;
    padding: 0;
    margin: 0;
}

.inportantInformationBox .tagBox span {
    background: rgba(231, 234, 237, 1);
    border-radius: 50px;
    display: inline-block;
    line-height: 25px;
    padding: 0 14px;
    margin-right: 10px;
    margin-bottom: 10px;
}

/* After Login Dashboard Page Style */

.dashboardContainer {
    padding: 60px 0 100px;
}

.dashboardContainer .listingBox {
    gap: 20px;
    max-width: calc(100% - 330px);
    padding-right: 60px;
}

.dashboardContainer .listingBox .listing {
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
    max-width: calc(145px - 20px);
}

.dashboardContainer .listingBox .listing span {
    border-radius: 50%;
    display: flex;
    height: 110px;
    width: 110px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.dashboardContainer .listingBox .listing p,
.dashboardContainer .listingBox .listing a {
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    padding: 4px 6px 0;
    max-width: 126px;
}

.dashboardColor01 {
    background: rgba(252, 227, 255, 1);
}

.dashboardColor02 {
    background: rgba(179, 255, 240, 1);
}

.dashboardColor03 {
    background: rgba(227, 240, 255, 1);
}

.dashboardColor04 {
    background: rgba(255, 227, 230, 1);
}

.dashboardColor05 {
    background: rgba(244, 240, 191, 1);
}

.dashboardColor06 {
    background: rgba(216, 244, 191, 1);
}

.dashboardColor07 {
    background: rgba(237, 237, 237, 1);
}

.dashboardColor08 {
    background: rgba(255, 232, 205, 1);
}

.dashboardColor09 {
    background: rgba(179, 239, 182, 1);
}

.dashboardColor10 {
    background: rgba(255, 209, 190, 1);
}

.dashboardColor11 {
    background: rgba(191, 239, 244, 1);
}

.welcomeBox {
    background: rgba(255, 223, 137, 1);
    border: 1px solid rgba(224, 224, 224, 1);
    border-radius: 15px;
    padding: 40px;
    max-width: 330px;
    width: 100%;
    max-height: 336px;
}

.welcomeBox h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
    padding: 0 0 4px;
}

.welcomeBox>p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.progressBar {
    padding: 28px 0;
}

.progressBar .progress {
    background: rgba(238, 238, 238, 1);
    border-radius: 50px;
}

.progressBar .progress .progress-bar {
    background: rgba(59, 59, 59, 1);
    border-radius: 50px;
}

.progressBar p {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    padding: 20px 0 0;
}

.welcomeBox .btn {
    max-width: 180px;
}

.dashboardBusinessListing {
    border-top: 1px solid rgba(202, 202, 202, 1);
    padding: 60px 0;
}

.dashboardBusinessListing .listingBox {
    max-width: 940px;
    margin: 0 auto;
    gap: 20px;
}

.dashboardBusinessListing .listing {
    border: 1px solid rgba(202, 202, 202, 1);
    border-radius: 10px;
    padding: 20px 50px 20px 20px;
    position: relative;
    max-width: 300px;
    width: 100%;
}

.dashboardBusinessListing .listing span {
    position: absolute;
    right: 20px;
}

.dashboardBusinessListing .listing h6 {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    padding: 0 0 5px;
}

.dashboardTwoSection .dashboardBusinessListing .listingBox {
    max-width: 100%;
    margin: 0;
}

.dashboardTwoSection .dashboardBusinessListing .listing {
    max-width: calc(32% - 10px);
}

.dashboardTwoSection .dashboardContainer .listingBox .listing span,
.profileSection .dashboardContainer .listingBox .listing span {
    border: 1px solid rgba(229, 229, 229, 1);
    background: rgba(246, 246, 246, 1);
    position: relative;
}

.dashboardTwoSection .dashboardContainer .listingBox .listing span::before,
.profileSection .dashboardContainer .listingBox .listing span:before {
    content: '';
    background: rgba(244, 179, 0, 0.6);
    border-radius: 50%;
    height: 36px;
    width: 36px;
    position: absolute;
}

.dashboardTwoSection .dashboardContainer .listingBox .listing span img,
.profileSection .dashboardContainer .listingBox .listing span img {
    position: relative;
}

/* Profile Page Style */

.profileSection .dashboardContainer .listingBox {
    max-width: 100%;
    padding: 0px;
    overflow-x: scroll;
    white-space: nowrap;
    margin: 0 0 60px;
}

.profileSection .dashboardContainer .listingBox .listing {
    padding-bottom: 20px;
    max-width: 140px;
    display: inline-block;
    vertical-align: top;
}

.profileSection .dashboardContainer .listingBox .listing p {
    white-space: pre-wrap;
}

/* Gallery Page Style Here */

.gallerySection {
    padding: 60px 0;
}

.gallerySection .subHeading p {
    font-weight: 400;
}

.storyTabsList {
    overflow-x: auto;
    white-space: nowrap;
    text-align: center;
}

.storyTabsList a {
    border: 1px solid rgba(202, 202, 202, 1);
    border-radius: 10px;
    color: rgba(0, 0, 0, 1);
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 0 30px 0 20px;
    line-height: 48px;
    margin: 0 4px;
    min-width: 180px;
}

.storyTabsList a img {
    margin: -2px 0 0 10px;
}

.galleryListing {
    padding: 20px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.galleryListing .box {
    position: relative;
    max-width: calc(25% - 12px);
}

.galleryListing .box>img {
    border-radius: 10px;
    width: 100%;
}

.galleryListing .tags {
    background-image: url(https://img.cabdunia.com/images/black-ractangle-icon.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 45px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 13px;
}

.galleryListing .content {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    border-radius: 0 0 10px 10px;
    position: absolute;
    padding: 100px 20px 20px;
    bottom: 0;
    width: 100%;
    height: 190px;
}

.galleryListing .content h6 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    padding: 0 0 5px;
}

.galleryListing .content p {
    color: #ffffff;
    font-weight: 400;
}

/* Media Report Page Style Here */

.mediaReportSection {
    padding: 50px 0;
}

.mediaReportSection .listHead {
    padding-top: 12px;
    border-bottom: 1px solid rgba(202, 202, 202, 1);
}

.mediaReportSection .content p {
    font-size: 14px;
    line-height: 24px;
    max-width: 1120px;
    padding-top: 20px;
}

.mediaReportSection .content .btn {
    max-width: 220px;
    margin-top: 20px;
}

.mediaReportSliderSection .subHeading {
    max-width: 210px;
}

.mediaSlider {
    width: 100%;
    max-width: 950px;
}

.mediaSlider.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    max-width: 600px;
}

.mediaSlider .content {
    max-width: 850px;
    padding: 40px 0 0 110px;
    position: relative;
}

.mediaSlider .content:before {
    content: '';
    background-image: url(https://img.cabdunia.com/images/quote-image.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 90px;
    width: 104px;
    position: absolute;
    left: 0;
    top: 20px;
}

.mediaSlider .content>p {
    padding: 0 0 12px;
}

.signatureText span {
    display: inline-block;
    max-width: 175px;
}

.signatureText p {
    font-size: 14px;
    line-height: 24px;
    padding: 0 0 3px;
}

.signatureText strong {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
}

.mediaSlider.owl-carousel .owl-item strong img {
    max-width: 24px;
    display: inline-block;
    margin-right: 6px;
}

.mediaSlider.owl-carousel .owl-nav button.owl-next,
.mediaSlider.owl-carousel .owl-nav button.owl-prev {
    top: 200px;
    margin-top: -25px;
}

.mediaSlider.owl-carousel .owl-nav button.owl-next {
    right: auto;
    left: 570px;
}


.customerMediaPartnerContent {
    padding: 50px 0;
    max-width: 820px;
    margin: 0 auto;
    gap: 20px;
}

.boxContent {
    width: calc(50% - 10px);
}

.boxContent h5 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 0 0 10px;
}

.boxContent ul {
    border: 1px solid rgba(224, 224, 224, 1);
    padding: 30px;
    margin: 0;
}

.boxContent ul li {
    display: block;
    padding-left: 16px;
    position: relative;
    margin-bottom: 15px;
}

.boxContent ul li:before {
    content: '';
    background: rgba(244, 202, 92, 1);
    border-radius: 50%;
    height: 7px;
    width: 7px;
    position: absolute;
    top: 6px;
    left: 0;
}

.cabNewsBox {
    border-top: 1px solid rgba(202, 202, 202, 1);
    border-bottom: 1px solid rgba(202, 202, 202, 1);
    padding: 50px 0;
    margin-bottom: 50px;
}

.newSlider1 {
    padding: 0 75px;
    margin: 0 0 20px;
}

.newSlider1 .item {
    border: 1px solid rgba(224, 224, 224, 1);
    height: 90px;
    padding: 5px;
}

.newSlider1.owl-carousel .owl-item img {
    height: 100%;
    filter: grayscale(100%);
    opacity: 0.4 !important;
    width: unset;
    object-fit: scale-down;
}

.cabNewsBox .categoryBox .icons span {
    height: 60px;
    display: block;
}

.cabNewsBox .owl-carousel .owl-item img {
    height: 100%;
}

.cabNewsBox .categoryBox .dateText {
    display: block;
    color: rgba(0, 0, 0, 1);
    font-weight: 200;
    padding: 0 0 8px;
}

/* About Us Page Style Here */

.aboutImage {
    width: 40%;
}

.aboutContent {
    padding: 25px 0 0;
}

.aboutContent .box {
    width: 60%;
    /* max-width: 740px; */
    padding-left: 40px;
}

.categoryAboutBox .categoryBox {
    width: 25%;
}

.categoryAboutBox .categoryBox:nth-child(odd) {
    background: rgba(246, 237, 231, 1);
}

.aboutGallerySection {
    padding: 50px 0;
}

.aboutGallerySection .images:not(:last-child) {
    width: 25%;
}

.aboutGallerySection .images {
    position: relative;
    width: 50%;
}

.fullOverlay::before,
.halfOverlay::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
}

.fullOverlay::before {
    background: linear-gradient(180deg, rgba(241, 171, 0, 0) 0%, rgba(139, 99, 0, 0.56) 100%);
}

.halfOverlay::before {
    background: linear-gradient(180deg, rgba(241, 171, 0, 0) 0%, rgba(139, 99, 0, 0.28) 100%);
}

/* Blog Page Style Here */

.blogHead {
    padding-top: 50px;
}

.blogHead h2 {
    font-size: 120px;
    font-weight: 200;
    padding: 0 30px 0 0;
}

.blogHead p {
    font-size: 14px;
    line-height: 24px;
    max-width: calc(100% - 350px);
}

.blogBox {
    border-bottom: 1px solid rgba(202, 202, 202, 1);
    padding: 50px 0;
    margin-bottom: 50px;
}

.blogLeft {
    padding-right: 30px;
    max-width: calc(100% - 650px);
    width: 100%;
}

.blogLeft .box .images {
    margin-bottom: 10px;
}

.blogBox .box h5,
.articleListing .box h5 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
}

.blogBox .box h5 a,
.articleListing .box h5 a {
    color: rgba(0, 0, 0, 1);
}

.blogBox .box p,
.articleListing .box p {
    font-size: 15px;
    line-height: 24px;
}

.blogBox .box span,
.articleListing .box span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 0 0;
}

.blogRight {
    max-width: 650px;
}

.blogRight .box:not(:last-child) {
    padding-bottom: 20px;
}

.blogRight .box .images {
    max-width: 230px;
    padding-right: 20px;
}

.blogRight .box .content {
    max-width: calc(100% - 230px);
}

.articleBox {
    border-bottom: 1px solid rgba(202, 202, 202, 1);
    padding: 0 0 50px;
}

.articleBox .subHeading {
    max-width: 420px;
    width: 100%;
}

.articleBox .tabBox:nth-child(2) {
    max-width: calc(100% - 420px);
    width: 100%;
}

.articleBox .tabBox .nav-tabs {
    margin-top: 0;
}

.articleListing {
    gap: 30px;
}

.articleListing .box {
    width: calc(33.33% - 20px);
}

.articleListing .box .images {
    padding-bottom: 16px;
}

.blogListingSection+.tourPackageSectionTwo#divPopularCity .box {
    border-top: 0;
    border-bottom: 1px solid rgba(202, 202, 202, 1);
    padding: 0 0 50px;
}

.tabBox+.tabBox {
    width: 100%;
}

/* Blog Detail Page Style Here */

.blogDetailSection .blogLeft {
    padding-right: 0;
    max-width: 100%;
}

.blogDetailSection .blogBox .box span {
    display: inline-block;
    padding: 0 6px 0 0;
}

.hasTagsText {
    color: #0076d7;
}

.blogDetailSection .blogLeft .box .images {
    margin: 10px 0;
    text-align: center;
}

.blogDetailSection .blogLeft .content p {
    padding: 12px 0 0;
}

.blogDetailSection .blogBox .box span.captionText {
    padding: 0;
    font-size: 12px;
    font-style: italic;
}

/* Contact Page Style Here */

.contactSection {
    padding: 0 0 50px;
}

.contactBox {
    padding: 50px 0 0;
}

.contactLeft {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    max-width: calc(100% - 480px);
    padding-right: 20px;
    min-height: 700px;
    width: 100%;
}

.contactLeft .subHeading h2 {
    font-size: 50px;
    font-weight: 300;
    line-height: 60px;
}

.contactLeft .subHeading p {
    max-width: 600px;
}

.contactLeft ul {
    padding: 0;
    margin: 0;
}

.contactLeft li {
    display: block;
    padding-left: 40px;
    position: relative;
    margin-bottom: 12px;
}

.contactLeft li span {
    position: absolute;
    left: 0;
    top: 0;
}

.contactLeft li p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    max-width: 250px;
}

.contactRight {
    border: 1px solid rgba(196, 196, 196, 1);
    background: rgba(241, 241, 241, 1);
    border-radius: 10px;
    padding: 40px;
    max-width: 480px;
    width: 100%;
}

.contactRight h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    padding: 0 0 30px;
}

.contactRight .form-group {
    margin-bottom: 12px;
}

.contactRight .form-control {
    height: 48px;
    padding: 12px 16px;
    font-size: 12px;
    color: #000000;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 6px;
}

.contactRight textarea.form-control {
    height: 180px;
}

.contactRight .form-group.form-check {
    padding: 0;
}

.contactRight input[type=checkbox] {
    display: none;
}

.contactRight .form-check-label {
    margin-bottom: 0;
    background: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    border-radius: 6px;
    padding: 18px 20px 18px 60px;
}

.contactRight .form-check-label::before {
    content: '';
    border: 1px solid rgba(221, 221, 221, 1);
    width: 24px;
    height: 24px;
    position: absolute;
    left: 20px;
}

.contactRight input[type=checkbox]:checked+.form-check-label::before {
    border: 1px solid rgba(244, 179, 0, 1);
    background-color: rgba(244, 179, 0, 1);
}

.mapBox {
    border-bottom: 1px solid rgba(202, 202, 202, 1);
    padding: 50px 0;
}

/* Loader CSS */

#loaderWrap,
.locationPopup {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f4f2eed6;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9;
}

.loadingBar {
    width: 130px;
    height: 5px;
    margin: 0 auto;
    border-radius: 2px;
    background-color: rgba(59, 59, 59, 1);
    position: relative;
    overflow: hidden;
    z-index: 1;
    transform: rotateY(0);
    transition: transform 0.3s ease-in;
}

.yellowBar {
    height: 100%;
    width: 68px;
    position: absolute;
    transform: translate(-34px);
    background: rgba(244, 179, 0, 1);
    border-radius: 2px;
    animation: initial-loading 1.5s ease infinite;
}

@keyframes initial-loading {
    0% {
        transform: translate(-34px);
    }

    50% {
        transform: translate(96px);
    }

    to {
        transform: translate(-34px);
    }
}

.locationPopup {
    background-color: #0000007d;
}

.locationForm {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 25px;
}

.locationForm .subHeading h3 {
    font-size: 18px;
}

.hide-div {
    display: none;
}

.show-div {
    display: block;
}

/* Login Modal Popup Style Here */

.loginModalPopup .modal-dialog {
    max-width: 550px;
    width: 94%;
}

.loginModalPopup .enquiryForm {
    border: 0;
    border-radius: 25px;
    padding: 0;
    max-width: 100%;
}

.loginModalPopup .modal-header {
    padding: 20px 30px 10px;
    border: 0;
}

.loginModalPopup .modal-header .close,
.ratingModalPopup .modal-header .close {
    z-index: 3;
    opacity: 1;
}

.loginModalPopup .enquiryForm::before {
    height: 220px;
    width: 220px;
    top: -140px;
    left: -140px;
}

.loginModalPopup .modal-header>a,
.ratingModalPopup .modal-header>a {
    position: relative;
    z-index: 2;
}

.loginModalPopup .modal-body {
    padding: 0px 40px 35px;
}

.popupHead {
    display: flex;
    flex-wrap: wrap;
}

.popupHead>div {
    width: 70%;
}

.loginModalForm h4 {
    max-width: 180px;
    padding: 0;
}

.loginModalForm p {
    font-size: 13px;
    font-weight: 500;
    max-width: 300px;
    padding: 6px 0 16px;
}

.popupHead h3 {
    font-family: "Joan", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    width: 30%;
}

.popupHead h3 span {
    color: #FFCD3C;
}

.loginModalForm .form-group {
    margin-bottom: 14px;
}

.loginModalForm .form-control {
    height: 44px;
    padding: 12px 15px;
    font-size: 14px;
    color: #000000;
    background-color: #fff;
    border: 1px solid #F4B300;
    border-radius: 8px;
}


.loginModalForm input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #816103;
}

.loginModalForm input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #816103;
    opacity: 0.5;
    /* Firefox */
}

.loginModalForm input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #816103;
}

.loginModalForm input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #816103;
}

.loginModalForm input::-moz-placeholder {
    /* Firefox 19+ */
    color: #816103;
}

.loginModalForm input:-moz-placeholder {
    /* Firefox 18- */
    color: #816103;
}

/* Radio Checkbox Style */

.radionBtnBox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.radionBtnBox label {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
}

.radionBtnBox .form-check:nth-child(2) {
    padding-right: 60px;
}

.checkboxBtnBox input[type=checkbox],
.radionBtnBox input[type=radio] {
    display: none;
}

.radionBtnBox .form-check,
.checkboxBtnBox.form-check {
    padding-left: 0;
}

.radionBtnBox .form-check input[type=radio]+label:before {
    content: '';
    border: 2px solid #000000;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    position: absolute;
    left: 0;
}

.radionBtnBox .form-check input[type=radio]:checked+label:before {
    border: 2px solid #2196F3;
}

.radionBtnBox .form-check input[type=radio]:checked+label:after {
    content: '';
    background-color: #2196F3;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    position: absolute;
    left: 5px;
    top: 5px;
}

.radionBtnBox .form-check-label,
.checkboxBtnBox .form-check-label {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 24px;
    padding-left: 30px;
    position: relative;
}

.checkboxBtnBox.form-check input[type=checkbox]+label:before {
    content: '';
    border: 2px solid #000000;
    border-radius: 5px;
    height: 24px;
    width: 24px;
    position: absolute;
    left: 0;
}

.checkboxBtnBox.form-check input[type=checkbox]:checked+label:before {
    border: 2px solid #2196F3;
    background-color: #2196F3;
}

.checkboxBtnBox.form-check input[type=checkbox]:checked+label:after {
    content: '';
    background-image: url(https://img.cabdunia.com/images/tick-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    height: 24px;
    width: 24px;
    position: absolute;
    left: 0;
}

.loginModalForm .btn {
    border: 1px solid #F4B300;
    padding: 0 15px;
    font-size: 14px;
    line-height: 44px;
    border-radius: 8px;
    max-width: 230px;
    margin: 0 auto;
}

.loginModalForm .btn span img {
    max-width: 22px;
}

.clickText {
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
    margin-top: 10px;
    display: inline-block;
}

.carImage {
    position: relative;
    text-align: center;
    display: none;
}

.sendEnquiryModalBox .modal-dialog {
    max-width: 820px;
    width: 94%;
}

.sendEnquiryModalBox .modal-body {
    padding: 0px 400px 35px 40px;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 330px;
}

.sendEnquiryModalBox .form-group {
    max-width: 480px;
}

.sendEnquiryModalBox ul {
    padding: 20px 0;
    margin: 0;
    text-align: left;
}

.sendEnquiryModalBox ul li {
    font-size: 14px;
    line-height: 22px;
}

.bigText {
    font-size: 24px;
    text-align: left;
    font-family: "Joan", serif;
    font-weight: 400;
    font-style: normal;
}

.bigText span {
    color: #FFCD3C;
}

/* Rating Modal Popup Style Here */

.ratingModalPopup .modal-dialog {
    max-width: 800px;
    overflow: hidden;
    width: 94%;
}

.ratingModalPopup .modal-content {
    overflow: hidden;
}

.ratingModalPopup .modal-header {
    padding: 20px 30px 10px;
    border: 0;
}

.ratingModalPopup .modal-header::before {
    content: '';
    background: rgba(244, 179, 0, 0.2);
    border-radius: 50%;
    position: absolute;
    height: 220px;
    width: 220px;
    top: -140px;
    left: -140px;
}

.ratingModalPopup .boxStrip {
    right: 0;
    left: auto;
    top: 0;
    bottom: auto;
}

.ratingModalPopup .modal-body {
    padding: 10px 40px 40px;
}

.ratingModelBody {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ratingHead {
    padding-left: 100px;
    position: relative;
    width: 45%;
    min-height: 60px;
    order: 1;
}

.ratingHead span {
    display: inline-block;
    max-width: 80px;
    position: absolute;
    left: 0;
}

.ratingHead h3 {
    font-size: 24px;
    line-height: 32px;
}

.ratingHead p {
    font-size: 14px;
    line-height: 20px;
}

.selectServiceTab {
    order: 2;
    width: 50%;
}

.popupHeading h2 {
    font-size: 24px;
    font-family: "Joan", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 28px;
    padding: 0 0 14px;
}

.serviceSelectListing {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.serviceSelectListing .form-check {
    padding: 0;
    margin: 0;
}

.serviceSelectListing .form-check input[type=checkbox] {
    display: none;
}

.serviceSelectListing .form-check-label {
    background-color: #D9D9D9;
    border-radius: 6px;
    font-size: 13px;
    line-height: 30px;
    padding: 0 10px;
}

.serviceSelectListing .form-check input[type=checkbox]:checked+.form-check-label {
    background-color: #0000007d;
    color: #ffffff;
}

.ratingModelBody .combineBox {
    margin-left: 0;
    margin-top: 0;
    width: 45%;
    order: 3;
}

.ratingModelBody .clickToRate>strong {
    font-size: 16px;
    line-height: 22px;
    padding: 0 0 14px;
}

.ratingModelBody .clickRating {
    direction: rtl !important;
    display: flex;
    gap: 10px;
    justify-content: end;
}

.ratingModelBody .clickRating label {
    border: 2px solid #F4B300;
    height: 40px;
    width: 40px;
    padding: 4px;
}

.ratingModelBody .clickRating label:hover,
.ratingModelBody .clickRating label:hover~label,
.ratingModelBody .clickRating input:checked~label {
    background-image: url(https://img.cabdunia.com/images/yellow-fill-star.svg);
    background-repeat: no-repeat;
    background-color: transparent;
    border-color: #f1ab00;
    background-size: 26px;
    background-position: top 6px center;
}

.inputBox {
    order: 4;
    width: 50%;
    padding-top: 30px;
}

.inputBox textarea.form-control {
    height: 80px;
    border: 1px solid #000000;
    font-size: 13px;
}

.uploadPhoto {
    padding: 25px 0 0;
}

.uploadPhoto .uploadImageBox {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
}

.uploadPhoto .avatar-upload .avatar-edit input+label {
    display: flex;
    flex-wrap: wrap;
    border: 2px dashed #000000;
    width: 80px;
    height: 80px;
}

.uploadPhoto .avatar-upload .avatar-edit input+label span {
    max-width: 36px;
}

.uploadPhoto .avatar-upload .avatar-preview {
    width: 80px;
    height: 80px;
}

.uploadPhoto.hideOnMobile {
    display: none;
}

.inputBox .btn {
    border: 1px solid #F4B300;
    line-height: 36px;
    max-width: 150px;
    margin-top: 15px;
}


.pMsg {
    display: none;
    padding: 10px !important;
    border-radius: 5px !important;
}

    .pMsg.success {
        display: block;
        background: #d4edda;
        color: #155724;
        border: 1px solid #c3e6cb;
    }

    .pMsg.error {
        display: block;
        background: #f8d7da;
        color: #721c24;
        border: 1px solid #f5c6cb;
    }
	
/* ===============================
   Base Styles
================================*/
.errorPage {
    width: 100%;
}

.errorBanner {
    padding: 165px 20px;
    position: relative;
    text-align: center;
    color: #fff;
}

.errorHeading {
    font-size: 48px;
    font-weight: 700;
}

.breadcrumbBox {
    font-size: 16px;
    margin-top: 10px;
}

.breadcrumbBox a {
    color: #ffc107;
    text-decoration: none;
}

/* Body Section */
.errorBody {
    padding: 70px 20px;
    text-align: center;
}

.errorNumbers img {
    max-width: 100%;
    height: auto;
}

@keyframes float-bob-y {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px); /* height of floating */
    }
    100% {
        transform: translateY(0px);
    }
}

.float-bob-y {
    animation-name: float-bob-y;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.oopsText {
    font-size: 30px;
    font-weight: 700;
}

.errorDesc {
    max-width: 480px;
    margin: 10px auto;
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

/* ===============================
   Back Home Button
================================*/
.backHomeBtn {
    display: inline-block;
    background: #ffc107;
    color: #000;
    padding: 12px 26px;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid #ffc107;
    transition: 0.5s ease-in-out;
    max-width: 300px;          /* remove restriction */
}

.backHomeBtn:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}


/* ===============================
   Moving Cab
================================*/
.movingCabBox {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    pointer-events: none;
}

.movingCab {
    width: 180px;
	position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-repeat: no-repeat;
    animation: cabMove 25s linear infinite;
}

@keyframes cabMove {
    0% { transform: translateX(-200px); }
    100% { transform: translateX(calc(100vw + 200px)); }
}

/* ===============================
   Responsive Fixes
================================*/

/* Larger Tablets */
@media (max-width: 992px) {
    .errorHeading { font-size: 40px; }
}

/* Tablets */
@media (max-width: 768px) {
    .errorBanner {
        padding: 80px 20px;
    }

    .errorHeading {
        font-size: 34px;
    }

    .oopsText {
        font-size: 24px;
    }

    .movingCab {
        width: 140px;
    }
}

/* Mobile Phones */
@media (max-width: 576px) {
    .errorBanner {
        padding: 60px 15px;
    }

    .errorHeading {
        font-size: 28px;
    }

    .breadcrumbBox {
        font-size: 14px;
    }

    .oopsText {
        font-size: 22px;
    }

    .errorDesc {
        font-size: 15px;
        padding: 0 10px;
    }

    .backHomeBtn {
        width: 100%;
        padding: 10px;
        font-size: 16px;
        max-width: 200px;
        margin: auto;
    }

    .movingCab {
        width: 110px;
    }
}

/* Extra Small Devices */
@media (max-width: 400px) {
    .errorHeading { font-size: 24px; }
    .oopsText { font-size: 20px; }
    .movingCab { width: 95px; }
}	

.tourPackagePrice h1 {
    font-size: 22px;
    line-height: 35px;
    padding: 0 0 15px 0;
}
/* Extra Small Devices */
@media (max-width: 400px) {
    .errorHeading { font-size: 24px; }
    .oopsText { font-size: 20px; }
    .movingCab { width: 95px; }
}	
@media (max-width: 767.98px) {
    .serviceDetailLeftBox .listingBox .content h1 {
        width: calc(100% - 54px);
        padding-right: 50px;
        line-height: 22px;
    }
    .tourPackagePrice h1 {
    font-size: 18px;
    line-height: 30px;
    padding: 0 0 10px 0;
}
}

@media (max-width: 575.98px) {
    .listingBox .content h1 {
        font-size: 14px;
        line-height: 20px;
    }
}

.leftbox-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-shrink: 0;
}

.leftbox-left > a img {
  max-width: 140px;
  height: auto;
  display: block;
}

.socialLinksFooter {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.aSocial {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.aSocial img {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  transition: transform 0.2s ease;
}

.aSocial:hover img {
  transform: scale(1.08);
}

.leftbox > p {
  flex: 1;
  line-height: 1.6;
  color: #333;
  font-size: 14px;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .leftbox {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
  }

  .leftbox-left {
    align-items: center;
  }

  .socialLinksFooter {
    justify-content: center;
  }

  .leftbox > p {
    text-align: center;
  }
}

.clientDetail .profile-image {
  position: absolute;
  left: 0;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Image */
.clientDetail .profile-image .user-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: none; /* hidden by default */
}

/* Letter avatar */
.clientDetail .profile-image .letter-avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #f4b300;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.clientDetail .profile-image.has-photo .user-photo {
  display: block;
}

.clientDetail .profile-image.has-photo .letter-avatar {
  display: none;
}

/* ==========================================
   BOOTSTRAP MULTISELECT – FLICKER FIX
   Applies BEFORE JS loads
   ========================================== */

/* Wrapper alignment */
.filterBox select.form-control,
.filterBox .bootstrap-multiselect {
    box-sizing: border-box;
}

/* ===== DESKTOP DEFAULT ===== */
@media (min-width: 768px) {

    /* Native select BEFORE JS */
    .filterBox select.form-control[multiple],
    .filterBox select.form-control[size] {
        height: 36px !important;
        min-width: 180px !important;
        max-width: 180px;
        padding: 6px 12px;
        font-size: 13px;
        line-height: 24px;
        overflow: hidden;
    }

    /* Multiselect AFTER JS */
    .filterBox .bootstrap-multiselect,
    .filterBox .bootstrap-multiselect > .btn {
        height: 36px !important;
        min-width: 180px !important;
        max-width: 180px;
        padding: 6px 12px;
        font-size: 13px;
        line-height: 24px;
    }
}

/* ===== MOBILE ===== */
@media (max-width: 767.98px) {

    /* Native select BEFORE JS */
    .filterBox select.form-control[multiple],
    .filterBox select.form-control[size] {
        height: 30px !important;
        min-width: 140px !important;
        max-width: 140px;
        padding: 6px 10px;
        font-size: 12px;
        line-height: 22px;
        overflow: hidden;
    }

    /* Multiselect AFTER JS */
    .filterBox .bootstrap-multiselect,
    .filterBox .bootstrap-multiselect > .btn {
        height: 34px !important;
        min-width: 140px !important;
        max-width: 140px;
        padding: 6px 10px;
        font-size: 12px;
        line-height: 22px;
    }
}
