/*@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');*/



@font-face {
    font-family: Lato;
    src: url(../fonts/Lato/Lato-Regular.ttf);
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat/Montserrat-Regular.ttf);
}


:root {
    --theme-color: #11a8ff;
    --theme-hover-color: #1494dd;
    --body-font: "Montserrat", sans-serif;
}

.text-primary {
    color: #397CF8 !important;
}

/*boostrap overwrite start*/
body {
    font-family: var(--body-font);
    background-color: #f9f9f9;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--body-font);
}

.btn-primary {
    color: #fff;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.btn-primary:hover {
    color: #fff;
    background-color: var(--theme-hover-color);
    border-color: var(--theme-hover-color);
}

.input-group-text {
    min-height: 38px;
}

a:hover {
    color: var(--theme-hover-color);
}

a {
    color: var(--theme-color);
    text-decoration: auto;
}

:not(input).error {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
    font-size: 0.9rem;
}

.nav-link {
    color: #000000;
    font-size: 18px;
}

.nav-link:focus,
.nav-link:hover {
    color: var(--theme-color);
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 500;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #397CF8;
}

.form-control {
    border-color: #B3B3B3;
    height: 45px;
    border-radius: 5px;
}

textarea.form-control {
    min-height: 98px;
}

.form-check-input {
    border-color: #969292;
}

.form-check-input[type=checkbox] {
    border-radius: 0;

}

.form-check-input:checked {
    background-color: var(--theme-hover-color);
    border-color: var(--theme-hover-color);
}

.form-control:focus {
    border-color: #a7a5eb;
    box-shadow: 0 0 0 .25rem rgb(8 7 57 / 14%);
}



.select2-container--open {
    z-index: 9999;
}

.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 58px;
    line-height: 58px;
    border: 1px solid #B3B3B3;
    display: flex;
    align-items: center;
}

.select2-container--bootstrap-5 .select2-selection,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option,
.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
    font-size: 14px;
}

.form-control[type=file] {
    padding: 17px 12px;
}

/*boostrap overwrite end*/

.main-header {
    position: fixed;
    top: 0;
    z-index: 999999;
    left: 0;
    right: 0;
    background-color: white;
    border-bottom: 1px solid #dee2e6;
    padding: 10px 0px;
}

.main-header .container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.header-enquiry-phone {
    display: flex;
    align-items: center;
    font-size: 18px;
    width: auto;
    justify-content: flex-end;
}

.header-enquiry-phone .phone {
    padding: 0px 15px;
    color: black;
}

.header-enquiry-phone .enquiry-btn {
    color: white;
    background-color: #0C0791;
}

.header-main-menu {
    display: flex;
    gap: 30px;
    justify-content: center;
    width: 100%;
    padding: 0px 65px 0px 10%;
    max-width: 1000px;
}

.main-content-with-header {
    margin-top: 20px;
    background-color: #f9f9f9;
    max-width: 1620px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
}

.main-logo {
    max-height: 71px;
    margin-left: -20px;
}

#slider {
    overflow: hidden;
    width: 100%;
}

#slider .frm-main-div {
    height: 100%;
    color: #000;
    position: absolute;
    top: calc(24% - 80px);
    width: 100%;
    display: flex;
    align-content: center;
    align-items: center;
}


#slider .frm-main-div .sing_in_btn {
    width: 100%;
    border-radius: 0px;
}

#slider .contant-desc {
    color: white;
}



#loginform .forgot-password-link {
    color: #797979 !important;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0px;
}

#loginform .input-group-text {
    border-radius: unset;
    padding: 15px 10px;
    height: 45px;

}

#loginform .input-group-text.rounded-start {
    position: absolute;
    z-index: 18;
    margin-left: -2px;
}

#loginform .input-group-text.rounded-end {
    position: absolute;
    z-index: 18;
    margin-left: -39px;
}

.not-yet {
    color: #8f8f8f !important;
}

#loginform .input-group {
    margin-bottom: 15px;
    height: 58px;
}

#loginform div.error {
    margin-top: -10px;
    margin-bottom: 5px;
}

#terms-error {
    margin-top: 0px !important;
}

#loginform .i-accept-box {
    margin-bottom: 25px;
}

.registor-other-box {
    border: 1px solid #e0dddd;
    overflow: hidden;
    background-color: white;
    border-radius: 10px;
    margin: 0 0 40px 0;
    box-shadow: 0 0 18px 5px rgba(0, 0, 0, .19);
    display: flex;
    justify-content: center;
}

.registor-other-box img {
    max-width: 100%;
}

.registor-box {
    /* border: 1px solid #e0dddd; */
    padding: 50px 40px 60px 40px;
    overflow: hidden;
    background: white;
    border-radius: 10px;
    margin: 0px 20px 40px 0px;
    box-shadow: 0 0 1px 5px rgba(0, 0, 0, .19);
}

.register-submit-btn {
    min-width: 100px;
}

.home-other-details {
    background-color: #e9f8f8;
    margin: 0px;
}

.home-other-details .main-div {
    padding: 40px;
    display: flex;
}

.home-other-details .main-div .icon-div {
    font-size: 30px;
    padding: 5px;
}

.home-other-details .main-div .icon-div img {
    max-width: 50px;
}

.home-other-details .main-div .details-div {
    display: flex;
    flex-direction: column;
    padding: 5px;
}

.home-other-details .main-div .details-div .details-title {
    color: var(--theme-color);
}

.container-registration {
    /* background-image: url(/images/planes1.jpg); */
    padding: 25px 109px;
    background-size: cover;
}

#headerNavbarSupportedContent .nav-item {
    margin-left: 10px;
}

.home-page-main-div {
    /* padding: 0px 50px; */
    max-width: 1620px;
    margin-left: auto;
    margin-right: auto;
}

.login-frm {
    padding: 5px 5px 5px 40px;
    width: 100%;
}

.banner-login-div .flexslider .slides img {
    border-radius: 10px;
}

.login-frm .title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    -webkit-text-stroke-width: thin;
}

.login-frm .input-group-text {
    background-color: white;
    color: #397CF8;
}

.banner-login-div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 30px;
    padding: 20px
}

.banner-main-div {
    display: flex;
    align-items: center;
    width: 75%;
}

.navbar-toggler {
    margin-right: 10px;
}

.login-main-div {
    width: 25%;
    display: flex;
    align-items: center;
}

.footer-certified-by-main-div {
    background-color: #e9f8f8;
}

.footer-certified-by {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.footer-certified-by .footer-certified-box {
    /* background-color: #e9f8f8; */
}

.footer-certified-box {
    display: flex;
    flex-direction: column;
}

.footer-certified-box .title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.footer-certified-box .images-list {
    display: flex;
    justify-content: center;
    padding: 10px 0px;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-certified-box .images-list img {
    max-width: 80px;
    margin: 0px 5px;
}

.footer-certified-box.first {
    width: fit-content;
    margin-right: auto;
}

.footer-certified-box.last {
    width: fit-content;
    margin-left: auto;
}

.footer-main-div {
    background-color: #0C0791;
}

.footer-div {
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-div .sub-div {
    text-align: center;
    padding: 20px;
    font-size: 16px;
}

.footer-div .sub-div img {
    max-width: 75px;
}

.footer-div .sub-div a {
    color: white;
    font-size: 16px;
}

.travel-portel-box {
    text-align: center;
    /* background: #3f4496;
    color: white; */
    padding-top: 50px !important;
    padding-bottom: 45px !important;
}

.travel-portel-box h3 {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 15px;
    color: black;
    font-size: 32px;
}

.travel-portel-box .product-main-box {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}

.travel-portel-box .product-main-box .product-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
}

.travel-portel-box .product-main-box img {
    max-width: 100px;
    margin-bottom: 10px;
}

.what-we-offer .header {
    margin: auto;
    padding: 0px 50px;
    text-align: justify;
}

.what-we-offer .header .title {
    font-size: 30px !important;
    color: #454545;
    text-align: center;
    font-weight: 500 !important;
    margin-bottom: 15px;
    margin-top: 15px;
}

.what-we-offer .header .desc {
    font-size: 24px;
    color: #454545;
    text-align: center;
    margin-bottom: 40px;
}

.offer-details-main {
    display: flex;
    flex-wrap: wrap;
    /* padding: 0px 65px; */
    margin-bottom: 40px;
    justify-content: center;
}

.what-we-offer .offer-details {
    margin: 40px 10px;
    max-width: 23%;
    padding: 0;
    background: white;
    border-radius: 10px;
    margin-bottom: 20px;
    /* box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px; */
    width: 33.33%;
}

.what-we-offer .offer-details img {
    max-width: 100%;
}

.what-we-offer .offer-details .title {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 20px;
}

.what-we-offer .offer-details .desc {
    font-size: 14px;
    text-align: left;
}

.flex-direction-nav a {
    height: 55px;
}

.what-we-offer .offer-details .details-body {
    padding: 15px;
    text-align: justify;
}

.input-group-text {
    border-color: #B3B3B3;
}

.input-group .left-icon {
    border-left: 0px;
    padding-left: 45px;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.input-group .right-icon {
    border-right: 0px;
    padding-right: 45px;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.divider {
    display: inline-block;
    border: 0;
    font-size: 0;
    line-height: 0;
    height: 3px;
    max-width: 100px;
    width: 100%;
}

.divider-default {
    background: #0C0791;
}

.seroutersection .divider {
    margin-bottom: 50px;
    margin-top: 10px;
}

.page-breadcrumbs {
    padding: 0px;
    /* max-height: 250px; */
}

.page-breadcrumbs img {
    width: 100%;
    max-height: 100%;
}

.page-breadcrumbs-with-img .detail-box {
    /* position: absolute; */
    text-align: center;
    width: 100%;
    margin-top: 35px;
    color: #454545;
}

.page-breadcrumbs-with-img .detail-box .title {
    font-size: 32px;
    font-weight: 600;
}

.page-breadcrumbs-with-img .detail-box .desc {
    font-size: 24px;
}

.page-breadcrumbs-with-img {
    padding: 0px;
    min-height: 455px;
    display: flex;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.page-breadcrumbs-with-img .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #baedff;
    opacity: 0.6;
    z-index: -1;
}

.what-we-offer .page-breadcrumbs-with-img .overlay {
    opacity: 0.4;
}

.page-header {
    text-align: center;
}

.page-header .title {
    font-weight: 600;
    font-size: 32px;
    color: #454545;
    margin-bottom: 60px;
    margin-top: 40px;
}

.page-header .desc {
    padding: 0px 24%;
    font-size: 18px;
    color: #454545;
    margin-bottom: 60px;
}

.page-header.about-us .title {
    margin-bottom: 60px;
    margin-top: 60px;
}

.contact-us-div {
    background-color: white;
    border-radius: 10px;
    margin: 0px;
    margin-bottom: 40px;
}

.contact-us-div .details-div {
    max-width: 70%;
    margin: auto;
    margin-bottom: 90px;
    margin-top: 40px;
}

.contact-us-main-div {
    background-color: white;
    border-radius: 10px;
    margin: 20px 0px 20px 0px;
}

.contact-us-main-div .company-details {
    padding: 20px;
    max-width: 70%;
    margin: auto;
    margin-bottom: 40px;
}

.contact-us-main-div .company-details .details-box .details {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    font-size: 18px;
    width: 100%;
}

.contact-us-main-div .company-details .details-box .details .icon-div {
    padding: 18px;
    background-color: #0C0791;
    display: flex;
    align-items: center;
    border-radius: 40px;
    margin-right: 10px;
    min-width: 60px;
}

.contact-us-main-div .company-details .details-box .details .data-div {
    color: #050258;
    font-size: 16px;
}

.contact-us-main-div .company-details .details-box .details .data-div .data-title {
    font-size: 18px;
    font-weight: 600;
}

.contact-us-main-div .company-details .details-box .details label {
    display: flex;
}

.contact-us-main-div .company-details .details-box .details i {
    padding: 5px;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-us-main-div .company-details .details-box .details i.fa-mobile-phone {
    font-size: 24px;
}

.contact-us-main-div .company-details .details-box .details i.fa-address-card {
    font-size: 14px;
}

.contact-us-main-div .company-details .details-box .details .address {
    padding: 5px;
    font-size: 14px;
}

.contact-us-main-div .company-details .title {
    font-size: 24px;
    text-align: center;
}

.contact-us-main-div .company-details .details-box {
    display: flex;
}



.contact-us-div .branch-details .details {
    color: #050258;
    font-size: 16px;
    margin-bottom: 20px;
}

.contact-us-div .branch-details .details .data-title {
    font-size: 18px;
    font-weight: 600;
}

.contact-us-div .branch-details .details label {
    display: flex;
}

.contact-us-div .branch-details .details .address {
    padding: 5px;
    font-size: 14px;
}

.contact-from {
    padding: 50px 20px;
    border-radius: 10px;
    background-color: white;
    border: 1px solid #b3b3b3;
}

.contact-from .form-group {
    margin-bottom: 20px;
}

.grd-btn {
    background-image: linear-gradient(to right, #0C0791, #397CF8);
    border: none;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
}

.support-div {
    background-color: white;
    padding: 0px;
    margin: 60px;
}

.support-details {
    padding: 20px 60px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.support-details .details {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
}

.support-details .details .icon-div {
    padding: 18px;
    background-color: #0C0791;
    display: flex;
    align-items: center;
    border-radius: 40px;
    margin-right: 20px;
    min-width: 60px;
}

.support-details .details .data-div,
.support-details .details .data-div a {
    color: #050258;
    font-size: 18px;
    font-weight: 600;
    line-height: 35px;
}

.support-details .details label {
    display: flex;
}

.support-details .details i {
    padding: 5px;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.support-details .details i.fa-mobile-phone {
    font-size: 24px;
}

.support-details .details i.fa-address-card {
    font-size: 14px;
}

.support-details .details .address {
    padding: 5px;
    font-size: 14px;
}

.we-are-tripzen {
    padding: 40px !important;
    text-align: justify;
    background-color: #F1F6FF;
    /* margin: 20px; */
}

.we-are-tripzen .we-are {
    font-size: 30px;
    color: #454545;
    font-weight: 600;
    margin-bottom: 20px;

}

.we-are-tripzen .company-name {
    font-size: 50px;
    font-weight: 600;
    color: #454545;
}

.we-are-tripzen .desc {
    font-size: 18px;
    color: #464646;
}

.what-we-do .title {
    font-size: 32px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 60px;
}

.what-we-do .do-section {
    display: flex;
    padding: 60px 200px;
    background-color: white;
}

.do-section .left-img {
    margin-right: 100px;
}

.do-section .right-img {
    margin-left: 100px;
}

.do-section .sec-desc {
    text-align: justify;
    font-size: 18px;
    display: flex;
    align-items: center;
    line-height: 40px;
    color: #444444;
}

.why-choose-tz .title {
    font-size: 32px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 60px;
}

.why-choose-tz .sc-box-list {
    display: flex;
    flex-wrap: wrap;
    background-color: white;
    padding: 70px 200px
}

.why-choose-tz .sc-box-list .sc-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    padding: 40px 20px;
    width: 28%;
    margin-right: 25px;
    margin-left: 25px;
    margin-bottom: 50px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.why-choose-tz .sc-box-list .sc-box .img {
    background-color: #C7DAFF;
    border-radius: 56px;
    padding: 15px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.why-choose-tz .sc-box-list .sc-box .img img {
    width: 90%;
}

.why-choose-tz .sc-box-list .sc-box .head {
    font-weight: 600;
    font-size: 20px;
    color: #242424;
    text-align: center;
    height: 60px;
    margin-bottom: 20px;
}

.why-choose-tz .sc-box-list .sc-box .desc {
    font-size: 16px;
    color: #494949;
    text-align: center;
}

.partner-us .title {
    font-size: 32px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding: 60px;
    color: #000;
}

.partner-us .detail-box {
    padding: 150px 100px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    width: 84%;
}

.partner-us .detail-box .desc {
    color: #3A3A3A;
    padding-left: 40px;
    font-size: 18px;
    text-align: justify;
    line-height: 35px;
    display: flex;
    align-items: center;

}

.partner-us .detail-box .img {
    display: flex;
    align-items: center;
}

.partner-us .detail-box .img img {
    width: 100%;
}

.join-today {
    margin-bottom: 50px;
}

.join-today .title {
    font-size: 32px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding-top: 60px;
    color: #000;
    margin-bottom: 30px;
}

.join-today .desc {
    padding: 20px 200px;
    font-size: 18px;
    color: #5A5A5A;
    text-align: center;
}

.join-today .desc-2 {
    padding: 60px 200px;
    font-size: 18px;
    color: #5A5A5A;
    font-weight: 600;
    text-align: center;
}

.about-us-page {
    background-color: #f9f9f9;
}

.what-we-offer .page-header .title {
    color: #1A1919;
}

.swiper.sliderCont {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.forgot-password-div {
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    margin-bottom: 60px;
}

.forgot-password-div .submit-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.forgot-password-header .title {
    margin-bottom: 40px;
}

.thankyou-page .box-header {
    padding: 100px 30px;
    text-align: center;
    background: url('/images/thank-you.jpeg') center/cover no-repeat;
}

.thankyou-page .box-header .heading {
    color: white;
    font-weight: bold;
}

.thankyou-page .box-header .sub-heading {
    color: white;
    font-weight: bold;
}

.thankyou-page .box-body {
    margin-top: -100px;
}

.thankyou-page .box-body .box {
    margin: auto;
    max-width: 52%;
    padding: 50px;
    background: white;
    border-radius: 3px;
    box-shadow: 0 0 35px rgba(10, 10, 10, 0.12);
    -moz-box-shadow: 0 0 35px rgba(10, 10, 10, 0.12);
    -webkit-box-shadow: 0 0 35px rgba(10, 10, 10, 0.12);
}

.thankyou-page .box-body .box .heading {
    font-size: 32px;
    font-weight: 600;
    color: #4ab74a;
    text-align: center;
}

.thankyou-page .box-body .box .sub-heading {
    font-weight: 600;
    text-align: center;
}

.thankyou-page .box-footer {
    text-align: center;
    padding: 40px 10px;
}

.thankyou-page .box-footer .fa-brands {
    padding: 10px;
    font-size: 20px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 5px;
}

.thankyou-page .box-footer .fa-brands:hover {
    opacity: 0.7;
}

.thankyou-page .box-footer .fa-facebook-f {
    background: #3B5998;
    color: white;
}

.thankyou-page .box-footer .fa-twitter {
    background: #55ACEE;
    color: white;
}

.thankyou-page .box-footer .fa-linkedin {
    background: #007bb5;
    color: white;
}

.lobibox-notify-wrapper,
.lobibox-notify-wrapper-large {
    z-index: 999999999;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1448px;
    }

}

@media (min-width: 1400px) {
    .header-main-menu {
        padding: 0px 20px 0px 10%;
    }
}

@media (max-width: 1620px) {
    .header-enquiry-phone {
        width: auto;
    }

    .what-we-offer .offer-details {
        margin: 40px auto;
    }
}

@media (max-width: 1560px) {
    .header-enquiry-phone {
        width: auto;
    }

    .login-frm {
        padding: 5px 10px 5px 40px;
    }

    .what-we-offer .offer-details {
        margin: 40px 10px;
        max-width: 23%;
    }
}

@media (max-width: 1420px) {
    .banner-main-div {
        width: 75%;
    }

    .login-main-div {
        width: 25%;
    }

    .header-enquiry-phone {
        width: auto;
    }

    #headerNavbarSupportedContent .nav-item {
        margin-left: 0px;
        font-size: 14px;
    }

    .header-main-menu {
        padding: 0px;
    }

    .header-enquiry-phone {
        width: auto;
        font-size: 14px;
    }

    .header-enquiry-phone .phone {
        padding: 0px 5px;
        font-size: 14px;
    }

    .header-enquiry-phone .enquiry-btn {
        font-size: 10px;
    }

    .nav-link {
        font-size: 14px;
    }
}

@media (max-width: 1240px) {
    #loginform .input-group {
        margin-bottom: 15px;
    }

    .login-frm {
        /* padding: 5px 10px 5px 10px; */
    }

    .we-are-tripzen {
        padding: 60px 50px;
    }

    .what-we-do .do-section {
        padding: 60px 50px;
    }

    .why-choose-tz .sc-box-list {
        padding: 0px 50px;
    }

    .partner-us .detail-box {
        padding: 60px 50px;
    }

    .join-today .desc {
        padding: 20px 50px;
    }

    .join-today .desc-2 {
        padding: 60px 50px;
    }
}

@media (max-width: 1024px) {
    .header-main-menu {
        gap: 0px;
    }

    .what-we-do .do-section {
        padding: 60px 50px;
    }

    .why-choose-tz .sc-box-list {
        padding: 0px 50px;
    }

    .partner-us .detail-box {
        padding: 60px 50px;
    }

    .join-today .desc {
        padding: 20px 50px;
        text-align: justify;
    }

    .join-today .desc-2 {
        padding: 60px 50px;
    }

    .why-choose-tz .sc-box-list .sc-box {
        margin-right: 10px;
        margin-left: 10px;
        width: 31%;
    }

    .footer-div .sub-div,
    .footer-div .sub-div a {
        font-size: 14px;
    }

    #loginform .input-group-text {
        height: 40px;
    }

    #loginform .input-group {
        margin-bottom: 10px;
        height: 40px;
    }

    #loginform .form-control {
        height: 40px;
    }

    .login-main-div {
        align-items: center;
    }

    #loginform .i-accept-box {
        margin-bottom: 10px;
    }

    .grd-btn {
        padding: 10px;
    }

    .home-page-main-div {
        padding: 0px 25px;
    }

    .banner-main-div {
        width: 70%;
    }

    .login-main-div {
        width: 30%;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1435px;
    }

    .banner-login-div {
        align-items: center;
    }

    .main-logo {
        max-height: 55px;
        margin-left: -9px;
    }

    .contact-us-div {
        max-width: 100%;
        margin: 0px 40px 40px 40px;
    }

    .contact-us-main-div {
        max-width: 100%;
        margin: 20px 40px 20px 40px;
    }

    .contact-us-main-div .company-details {
        max-width: 100%;
    }

    .contact-us-div .details-div {
        max-width: 100%;
    }

    .what-we-offer .offer-details {
        max-width: 23%;
    }
    .what-we-offer .offer-details .desc {
    font-size: 12px;
    }

    .container-registration {
        padding: 25px 50px;
    }

    .navbar-menu a {
        font-size: 13.5px !important;
    }

    .header-enquiry-phone .phone {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .why-choose-tz .sc-box-list .sc-box {
        width: 46%;
    }

    .do-section .left-img {
        margin-right: 20px;
        width: 50%;
    }

    .do-section .left-img img {
        width: 100%;
    }

    .do-section .right-img {
        margin-left: 20px;
    }

    .do-section .right-img img {
        width: 100%;
    }

    .do-section .sec-desc {
        width: 50%;
    }

    .page-header .desc {
        padding: 0px;
    }

    .contact-us-div {
        max-width: unset;
    }

    .contact-us-main-div .company-details .details-box {
        flex-direction: column;
        padding: 0px 60px;
    }

    

    .support-details {
        width: 100%;
    }

    .footer-certified-box .images-list img {
        max-width: 90px;
    }

    .footer-certified-box.first {
        width: auto;
        margin-right: unset;
    }

    .footer-certified-box.last {
        width: auto;
        margin-left: unset;
    }

    #slider .frm-main-div {
        top: calc(34% - 55px) !important;
    }

    .container-registration {
        padding: 25px 15px !important;
        margin-bottom: 50px;
    }

    .banner-main-div {
        width: 100%;
    }

    .login-main-div {
        width: 100%;
        border: 0px;
        margin-top: 15px;
    }

    .banner-login-div {
        padding-bottom: 30px;
    }

    .travel-portel-box .product-main-box .product-box {
        margin-bottom: 40px;
    }

    .footer-certified-box {
        margin-bottom: 25px;
    }

    .what-we-offer .header {
        padding: 10px;
    }

    .what-we-offer .offer-details {
        max-width: 46%;
        width: 50%;
    }

    .contact-from {
        border-radius: 10px 10px 0px 0px;
    }

    .thankyou-page .box-body .box {
        margin-left: 50px;
        max-width: 100%;
        margin-right: 50px;
    }
}

@media (max-width: 991px) {
    #slider .frm-main-div {
        top: calc(34% - 75px);
        left: calc(28% - 80px);
        width: auto;
    }
}

@media (max-width: 600px) {
    .home-page-main-div {
        padding: 0px;
    }

    .banner-main-div {
        width: 100%;
    }

    .login-main-div {
        width: 100%;
    }

    .main-logo {
        margin-left: 0px;
    }

    .contact-us-div {
        padding: 0px;
        margin: 0px;
    }

    .contact-us-main-div .company-details .details-box {
        padding: 0px;
    }

    .contact-us-div .branch-details {
        padding: 0px;
    }

    .contact-us-main-div {
        margin: 20px 0px 20px 0px;
    }

    .support-div {
        margin: 60px 0;
    }

    .support-details {
        padding: 20px 30px;
    }

    .we-are-tripzen {
        padding: 00px 50px;
    }

    .what-we-do .do-section {
        padding: 60px 50px;
    }

    .why-choose-tz .sc-box-list {
        padding: 50px 50px;
    }

    .what-we-offer .offer-details {
        max-width: 45%;
        width: 50%;
    }

    .offer-details-main {
        padding: 0px 5px;
    }
}

@media (max-width: 426px) {
    .thankyou-page .box-body .box {
        margin-left: 15px;
        margin-right: 15px;
        padding: 30px 25px;

    }

    .registor-box {
        padding: 25px 20px 30px 20px;
    }

    .support-details {
        padding: 20px 15px;
    }

    .header-main-menu {
        padding: 0px 10px;
    }

    #slider .frm-main-div {
        top: calc(34% - 35px) !important;
        ;
    }

    .registor-box {
        margin: auto;
    }

    .main-logo {
        margin-left: 0px;
    }

    .page-breadcrumbs .title {
        margin-top: 0px;
    }

    .what-we-do .title {
        margin-bottom: 30px;
    }

    .what-we-do .do-section {
        flex-direction: column;
        padding: 30px 50px;
    }

    .do-section .left-img {
        width: 100%;
        margin-left: 0px;
        margin-bottom: 15px;
    }

    .do-section .right-img {
        display: none;
    }

    .do-section .mobile-only {
        display: block !important;
    }

    .do-section .sec-desc {
        width: 100%;
    }

    .why-choose-tz .sc-box-list .sc-box {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        padding: 40px 5px;
    }

    .partner-us .detail-box .desc {
        padding-left: unset;
    }

    .join-today .title {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .join-today .desc-2 {
        padding: 30px 50px;
    }

    .why-choose-tz .title {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .partner-us .detail-box .img {
        margin-bottom: 10px;
        padding: 0;
    }

    .offer-details-main {
        padding: 0px 50px;
    }

    .what-we-offer .offer-details {
        max-width: 100%;
        width: 100%;
        margin: 40px 0px;
    }

}