* {
    margin: 0;
    padding: 0;
    text-decoration: unset;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden !important;
    font-weight: 500;
    font-style: normal;
    font-family: "poppins-regular";
    background-color: var(--light);
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
    padding: 0;
}

input:disabled {
    cursor: no-drop !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
    margin: 0px;
    font-weight: 600;
    font-family: "poppins-semibold";
}

:root {
    --white: #fff;
    --black: #000;
    --blue: #2d117b;
    --light: #eeeeee;
    --yellow: #de2552;
}

@font-face {
    font-family: "poppins-regular";
    src: url("../fonts/Poppins-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "poppins-semiBold";
    src: url("../fonts/Poppins-SemiBold.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "poppins-bold";
    src: url("../fonts/Poppins-Bold.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "poppins-black";
    src: url("../fonts/Poppins-Black.ttf");
    font-weight: normal;
    font-style: normal;
}

a:hover {
    color: var(--white);
}

.container.guest-section {
    margin-bottom: 100px;
}

.container-fluid {
    padding: 0 80px;
}

header {
    background-color: var(--white);
    padding: 20px 0;
}

header .header-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.header .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.logo-roundmain .logo-round {
    height: unset;
}
.logo-round {
    overflow: hidden;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50px;
    border: 1px solid;
}

.logo-round .logo a {
    margin-bottom: 0px !important;
}

.logo-round .drop-logo {
    padding: 0;
    background-color: unset !important;
}

.logo-round .drop-logo img {
    -webkit-filter: unset !important;
    filter: unset !important;
    width: 100px;
}

.logo img {
    width: 190px;
}

header .manager {
    font-size: 18px;
    color: var(--blue);
}

.manager p {
    font-weight: 600;
}

.dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 0px 1px var(--blue) inset;
    box-shadow: 0px 0px 0px 1px var(--blue) inset;
    border-radius: 50px;
    padding: 0px;
    cursor: pointer;
}

.btn-secondary {
    color: var(--blue);
    background-color: unset;
    border-radius: 50px;
    border-color: var(--blue);
    margin-left: 10px;
    height: 100%;
}

.btn-secondary:hover {
    color: var(--blue);
    background-color: unset;
}

.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
    color: var(--blue);
    background-color: unset;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--white);
    background-color: var(--blue);
}

.dropdown .btn {
    border: none;
}

.dropdown .phone {
    color: #333;
}

.dropdown .icon {
    font-size: 24px;
    color: var(--blue);
}

.logo-roundmain {
    padding: 5px 0px 5px 10px;
}

.currency-dropdown {
    height: 44px;
}

.btn-check:active + .btn-secondary:focus,
.btn-check:checked + .btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: unset;
}
.header .container .dropdown-menu.dropdown-menu-end.show {
    z-index: 1041 !important;
    position: absolute !important;
    inset: 0px auto auto 0px !important;
    margin: 0px !important;
    transform: translate(-243px, 43px) !important;
}
.tickerwrapper {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--yellow);
    color: var(--white);
}

.tickerwrapper span {
    font-size: 16px;
    line-height: 9.492px;
    letter-spacing: 0.237px;
}

ul.list {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
    text-wrap-mode: nowrap;
}

ul.list.cloned {
    position: absolute;
    top: 0px;
    left: 0px;
}

ul.list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0px 20px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.ul.list li img {
    width: 31px;
    height: 29px;
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.field-input::-webkit-input-placeholder {
    font-size: 14px;
}

.field-input::-moz-placeholder {
    font-size: 14px;
}

.field-input:-ms-input-placeholder {
    font-size: 14px;
}

.field-input::-ms-input-placeholder {
    font-size: 14px;
}

.field-input::placeholder {
    font-size: 14px;
}

.main-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: var(--white);
    border-radius: 50%;
    margin: 0 10px;
}

.account-info {
    font-size: 14px;
    color: #333;
    border: 1px solid var(--blue);
    border-radius: 50px;
    padding: 5px 15px 5px 0;
    cursor: pointer;
}

.account-info .manager {
    color: var(--blue);
    font-weight: bold;
}

.account-info .phone {
    color: var(--blue);
}

.dropdown-menu {
    min-width: 320px;
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    inset: 22px auto auto 50px !important;
}

.currency-dropdown .dropdown-menu {
    inset: 22px auto auto -15px !important;
    min-width: 90px;
    padding: 0;
    overflow: hidden;
}

.dropdown-menu h6 {
    font-weight: bold;
    color: #333;
}

.dropdown-menu p {
    font-size: 16px;
    color: #999;
}

.dropdown-menu a {
    font-size: 16px;
    color: #666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    margin-bottom: 0px;
    padding: 10px 10px;
}

.dropdown-menu a:hover,
.dropdown-menu .active {
    background: var(--blue);
    color: var(--white);
}

.dropdown-menu a:hover img,
.dropdown-menu .active img {
    -webkit-filter: invert(10) brightness(100%) saturate(100%);
    filter: invert(10) brightness(100%) saturate(100%);
}

.edit-icone {
    margin-left: 55px;
}

.tab-section-heading h2 {
    font-size: 54px;
    font-family: "poppins-black";
    color: var(--blue);
    margin-bottom: 0px;
    margin-bottom: 40px;
    text-align: center;
}

.lable-heading {
    font-size: 15px !important;
    font-weight: 400;
    line-height: 22.5px;
    text-align: left;
    margin-bottom: 15px;
    color: #000000;
}
.lable-heading.itinerary_heading {
    margin-bottom: 8px;
}

.lable-heading h6 {
    font-size: 16px;
}

button,
input,
optgroup,
select,
textarea {
    border: none;
}

input[type="search"]::-webkit-search-cancel-button {
    cursor: pointer;
}

.field {
    border: 1px solid #00000080;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
    height: 49px;
    width: 100%;
}

.select2-search--dropdown {
    display: none !important;
    padding: 4px;
}

select.field-input {
    position: relative;
    width: 100%;
    padding: 10px;
    opacity: 0.7;
    border-radius: 4px;
    background-color: #fff;
    appearance: none;
    /* Hides the default dropdown arrow */
    -webkit-appearance: none;
    /* Safari compatibility */
    -moz-appearance: none;
    /* Firefox compatibility */
    font-size: 16px;
    color: #333;
    background-image: url("../images/down-arrow.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px 20px;
    cursor: pointer;
}

#veg-options {
    position: relative;
}

#tab-open {
    display: none;
}

.options-list {
    position: absolute;
    width: 100%;
    background-color: white;
    border: 1px solid #ccc;
    margin-top: 5px;
    padding: 0;
    list-style: none;
    z-index: 10;
}

.options-list .option-item {
    padding: 10px;
    cursor: pointer;
}

.options-list .option-item:hover {
    background-color: #f0f0f0;
}

select option {
    cursor: pointer;
}

.field-input {
    width: 100%;
    padding: 13px 10px;
    border-radius: 10px;
    outline: 0;
    -webkit-appearance: none;
    cursor: pointer;
    font-size: 15px;
    opacity: 0.7;
}

.field-input::after {
    content: "";
    background-image: url(../images/down-arrow.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

.option:hover {
    background-color: #d1e7ff;
}

.field-icon {
    padding: 10px;
}

.field-select {
    width: 10%;
    margin-right: 15px;
    padding: 10px;
}

.custom-checkbox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

.custom-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    /* display: none; */
    cursor: pointer;
    z-index: 2;
}

.activity-option .custom-checkbox input[type="checkbox"] {
    display: none;
}

.custom-checkbox .checkmark {
    height: 25px;
    width: 25px;
    background-color: #f2f2f2;
    border: 2px solid var(--blue);
    border-radius: 5px;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
}

.custom-checkbox input:checked + .checkmark {
    background-color: var(--white);
    border-color: var(--blue);
}

.custom-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 12px;
    top: -9px;
    width: 13px;
    height: 25px;
    border: solid rgb(255, 155, 0);
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-checkbox input:checked + .checkmark:after {
    display: block;
}

.hotel-filter::-webkit-scrollbar-track,
.filter-item .options::-webkit-scrollbar-track,
.modal-content::-webkit-scrollbar-track,
.modal-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
    border-radius: 10px;
}

.hotel-filter::-webkit-scrollbar,
.filter-item .options::-webkit-scrollbar,
.modal-content::-webkit-scrollbar,
.modal-body::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
    border-radius: 10px;
}

.hotel-filter::-webkit-scrollbar-thumb,
.filter-item .options::-webkit-scrollbar-thumb,
.modal-content::-webkit-scrollbar-thumb,
.modal-body::-webkit-scrollbar-thumb {
    background-color: var(--blue);
    border-radius: 10px;
}

/* radio-btn-style */
.radio-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.radio-group label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

input .tab-content {
    border-radius: 10px;
    width: 100%;
    margin: 0px 0 22px 0;
}

input[type="radio"] {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    width: 15px;
    height: 15px;
    accent-color: var(--blue);
    cursor: pointer;
}

/* common Button Styling */
.common-btnn {
    background-color: var(--blue);
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    padding: 10px 40px;
    border-radius: 10px;
    color: #fff;
    text-transform: capitalize;
}

.next-btn {
    margin-top: 35px;
    text-align: end;
}

.common-btnn:hover {
    background-color: var(--yellow);
    color: var(--white);
    -webkit-transition: all ease-in 0.4s;
    -o-transition: all ease-in 0.4s;
    transition: all ease-in 0.4s;
}

.tab-content .tab-row {
    margin-top: 25px;
    background: var(--white);
    padding: 20px 20px 20px 20px;
    border-radius: 20px;
}

.tabs-main .next-btn a {
    background-color: var(--yellow);
    color: var(--white) !important;
}

.tabs-main .next-btn a:hover {
    background-color: var(--white);
    color: var(--blue) !important;
    -webkit-transition: all ease-in 0.4s;
    -o-transition: all ease-in 0.4s;
    transition: all ease-in 0.4s;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--blue);
    background-color: #fff;
    border-color: var(--blue);
    border-bottom-color: transparent;
}

.nav-tabs {
    border-bottom: 2px solid var(--blue);
}

.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

img.down-arrow {
    width: 27px;
    height: auto;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    background: var(--yellow) !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: var(--yellow) !important;
}

.form-control {
    border: 1px solid #00000080 !important;
}

.form-control:disabled,
.form-control[readonly] {
    background: unset;
    border: unset !important;
}

.selected-items-box {
    margin-top: 10px;
    border: 1px solid #00000080;
    padding: 10px;
    max-height: 50px;
    overflow-y: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    border-radius: 10px;
}

.selected-items-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
}

.selected-items-box ul li {
    padding: 15px 10px 15px 10px;
    background-color: #f0f0f0;
    border-radius: 4px;
    white-space: nowrap;
    line-height: 0;
}

.selected-items-box li span {
    margin-left: 8px;
    cursor: pointer;
    color: var(--white);
    background: var(--blue);
    padding: 0 6px;
    border-radius: 5px;
}

.custom-select {
    position: relative;
    cursor: pointer;
    text-align: center;
    width: 100%;
    padding: 10px 0px;
}

.selected-count {
    display: block;
}

.custom-selectfor {
    position: relative;
    width: 100%;
    cursor: pointer;
}

.select2-results__option {
    cursor: pointer;
}

.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: var(--blue);
    color: white;
}

.select2-container--default .select2-selection--single {
    border: unset;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    display: none;
}

.select2-container .select2-selection--single {
    height: unset;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 10px 30px 10px 10px;
    display: block;
    border-radius: 10px;
    font-size: 15px;
    height: 46px;
    white-space: unset;
}

.dropdownn .custom-checkbox .checkmark {
    width: 100%;
    max-width: 25px;
}

.select2-container--open .select2-dropdown--below {
    border-top: 1px solid #aaa;
    margin-top: 5px;
    border-radius: 10px;
    overflow: hidden;
}

.select2-container
    .select2-selection--single
    .select2-selection__rendered::after {
    content: "";
    background-image: url(../images/down-arrow.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
    position: absolute;
    right: 10px;
    top: 15px;
}

.select2-container--open
    .select2-selection--single
    .select2-selection__rendered::after {
    transform: rotate(180deg);
}

.select2-container--default
    .select2-selection--single
    .select2-selection__clear {
    display: none;
}

.options-list {
    position: absolute;
    top: 46px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    max-height: 150px;
    overflow-y: auto;
    z-index: 1040;
    border-radius: 10px;
}

.option-item {
    padding: 5px 15px;
    cursor: pointer;
}

.option-item:hover {
    background-color: var(--blue);
    color: var(--white);
}

.custom-selectfor.open .options-list {
    display: block;
}

/* #footer */
footer {
    background-color: var(--blue);
}

.footer-img img {
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: -1;
}

.footer {
    color: white;
    text-align: center;
    padding: 20px 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer p {
    margin: 0;
    font-size: 16px;
}

.social-icons {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.social-icons .icon {
    color: white;
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.social-icons .icon:hover svg {
    fill: #ddd;
}

/* popuop */
.modal.right-side .modal-dialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    width: 400px;
    height: 100%;
    max-width: 100%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.modal-content {
    border-radius: 20px;
    position: relative;
    overflow: visible !important;
}

.modal.right-side.show .modal-dialog {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #00000080;
}

.form-label {
    margin-bottom: 2px;
    font-size: 15px;
}

.popup-btnclss {
    position: fixed;
    top: 30%;
    right: 0;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    z-index: 9999;
}

.btn-close:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.popup-btnclss .common-btnn {
    background-color: var(--yellow) !important;
    border-color: var(--yellow);
    border-radius: 10px 0 0px 10px;
    padding: 40px 10px;
}

.popup-btnclss .common-btnn:hover {
    background-color: var(--white) !important;
    color: var(--blue);
    border-color: var(--white);
    transition: all ease-in 0.4s !important;
}

.modal-footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    padding: 0 0 px 0;
}

.modal-header .btn-close {
    background: url(../images/close.svg) center;
    margin: -4px 9px 0 auto;
    background-color: var(--yellow);
    border-radius: 50px;
    padding: 10px;
    position: absolute;
    right: -26px;
    top: -15px;
    z-index: 9999;
    background-repeat: no-repeat;
}

.modal-header {
    border: 0;
    padding: 0;
}

.modal-body {
    padding: 15px 15px 20px 15px;
}

.modal-content .add-icon3 {
    margin: 25px 0 40px 0;
    text-align: center;
}
.modal-content .cruise-add-icon {
    margin: 25px 0 10px 0;
    text-align: center;
}

#exampleModal4 .select2.form-label {
    display: none !important;
}

.grid-100 {
    grid-column: 1 / 4;
}
.add-city-model {
    width: 500px;
}
.manager a {
    color: var(--yellow);
}
.manager a:hover {
    color: var(--blue);
}

.tab-pane .visa_container_data {
    border: 1px solid #db8300;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 1em,
        rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em,
        rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
    margin: 18px 0px 0px;
    padding: 20px 30px;
    background-color: #ff9800;
    border-radius: 10px;
    color: #fff;
    text-align: center;
}

.visa_heading {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

.visa_options {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.visa_label {
    display: flex;
    align-items: center;
    color: white;
    font-size: 18px;
}

.visa_radio {
    margin-right: 10px;
}

/* Responsive Design  */
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1620px;
    }
}

@media (min-width: 1400px) {
    .inner-middle-bg .container {
        max-width: 1200px;
    }
}

@media (max-width: 1399px) {
    .tab-content .row .col {
        margin: 0;
    }

    .tab-content .row {
        margin-top: 25px;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 0px 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 0px;
    }

    .tab-content {
        padding: 0px 15px 15px 15px;
    }
}

@media (max-width: 1199px) {
    .container-fluid {
        padding: 0 40px;
    }
}

@media (max-width: 991px) {
    .tab-content .row {
        grid-template-columns: repeat(1, 1fr);
    }

    .nav-pills .nav-link {
        padding: 10px 25px;
    }

    .tab-section-heading h2 {
        font-size: 46px;
        margin-bottom: 30px;
    }

    .manager {
        display: none;
    }

    .logo-roundmain {
        padding: 5px 10px 5px 10px;
    }
}

@media (max-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px !important;
    }

    .next-btn {
        margin: 15px 15px 0 0px;
        text-align: end;
    }

    .tab-content .row {
        margin-top: 0;
    }
}

@media (max-width: 575px) {
    .container-fluid {
        padding: 0 15px;
    }

    .footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .tab-content .tab-row {
        margin-top: 25px;
        background: var(--white);
        padding: 15px 15px 15px 15px;
        border-radius: 20px;
    }
    .popup-btnclss {
        display: none;
    }
}

@media (max-width: 480px) {
    .tab-section-heading h2 {
        font-size: 30px !important;
        margin-bottom: 30px;
    }
    .grid-100 {
        grid-column: 1 / 1 !important;
    }

    .logo img {
        width: 100%;
        height: 100%;
    }

    .logo-round .drop-logo img {
        width: 175px;
    }

    .tab-content {
        padding: 0px;
    }

    .field-icon {
        padding: 10px 0px 10px 10px;
    }
}