.ellipsis,
.packefe-box h4 {
    -webkit-box-orient: vertical
}

body {
    font-family: Poppins
}

::-webkit-scrollbar-thumb {
    background: #ca252b
}

::-webkit-scrollbar-thumb:hover {
    background: #ca252b
}
.owl-carousel.owl-drag .owl-item .item img {
    height: 100%;
    border-radius: 15px !important
}
@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype'), url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype'), url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype'), url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

a {
    text-decoration: none !important
}

p {
    margin: 0;
    font-size: 16px;
    color: #000
}

.main-container {
    padding: 0 20px !important
}


.navbar-brand {
    width: 120px;
    margin-top: 0;
}

.go-change,
.gokhair-about h2 span,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.offer-change,
.tearms-text a:hover {
    color: #1A2B48
}

.desktop-manu .btn-secondary {
    box-shadow: none;
    border: 1px solid #9ac6f6;
    background: #f0f6fe;
    border-radius: 5px;
    color: #243d80;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 18px;
    transition: .5s
}

.desktop-manu .btn-secondary:hover {
    color: #fff;
    background: #ee2b53;
    transition: .5s
}

.desktop-manu .no-hover:hover {
    border: 1px solid #9ac6f6;
    background: #f0f6fe;
    color: #243d80
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none !important
}

.desktop-manu .btn-secondary:not(:disabled):not(.disabled):active,
.desktop-manu .show>.btn-secondary.dropdown-toggle {
    border: 1px solid #9ac6f6;
    background: #f0f6fe;
    color: #000
}

.desktop-manu .dropdown .dropbtn {
    border: 1px solid #9ac6f6;
    outline: 0;
    background-color: inherit;
    margin: 0;
    cursor: pointer;
    color: #243d80;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    padding: 8px 15px;
    transition: .5s
}

.booking-status a:hover,
.desktop-manu .dropdown .dropbtn:hover,
.destination-img:hover h5,
.explor-btn a:hover,
.pakage-btn a:hover {
     transition: .5s;
    background-color: #C5FFC5;
    color: #2A2743;
}

.desktop-manu .dropdown .dropbtn:hover i {
    color: #fff;
    transition: .5s
}

.more i {
    font-size: 8px;
    color: #243d80;
    vertical-align: middle;
    margin-top: 0
}

.desktop-manu .dropdown-content {
    position: absolute;
    z-index: 999;
    top: 100%;
    left: 0;
    visibility: hidden;
    width: 200px;
    padding: 5px 0;
    -webkit-transition: .2s cubic-bezier(.645, .045, .355, 1);
    transition: .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .4s;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    border-bottom: 3px solid #ee2b53;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 37px #000;
    box-shadow: 0 3px 6px #00000029
}

.detail-select,
.experience-sec::before {
    z-index: 9;
    position: absolute;
    left: 0;
    bottom: 0
}

#search-destination-bar,
.booking-box .form-control {
    padding: 10px 0px;
    background-repeat: no-repeat, repeat
}

.desktop-manu .dropdown-content a:hover {
    color: #fff !important;
    background: #ee2b53
}

.desktop-manu .dropdown:hover .dropdown-content {
    display: block;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.desktop-manu .dropdown-content a {
    float: none;
    color: #000 !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 13px;
    font-weight: 600
}

.booking-status a {
    border: 1px solid #9ac6f6;
    background: #f0f6fe;
    color: #243d80;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 18px;
    border-radius: 5px;
    transition: .5s;
    display: flex;
    align-items: center
}

.booking-box,
header.smaller {
    background: #fff;
    box-shadow: 0 3px 6px #00000029
}

.booking-status a:hover .normal-icon,
.hover-icon {
    display: none;
    transition: .5s
}

.Professionalism-box img,
.destination-img img,
.footer-logo i,
.footer-logo img,
.normal-icon {
    transition: .5s
}

.banner-text h2 .typewrite,
.booking-status a:hover .hover-icon,
.testi-bg .owl-carousel .owl-nav.disabled {
    display: block
}

.padd-box {
    padding-left: 8px
}

.booking-status img {
    padding-right: 5px
}

.navbar {
    padding-left: 0;
    padding-right: 0
}

header.smaller {
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: .5s
}

.desti-text .owl-carousel .owl-nav button.owl-next span,
.desti-text .owl-carousel .owl-nav button.owl-prev span,
.footermobilePingNav,
.head-menu,
.overlay-menu,
.phone-menu,
.tab-sec-slid .owl-carousel .owl-nav button.owl-next span,
.tab-sec-slid .owl-carousel .owl-nav button.owl-prev span,
.tearms-text li:last-child::before,
.testi-bg .owl-carousel .owl-nav button.owl-next span,
.testi-bg .owl-carousel .owl-nav button.owl-prev span {
    display: none
}

.navwrap {
    max-width: 100%;
    margin: auto 20px auto auto;
    overflow: hidden;
    white-space: nowrap
}

@media(min-width:992px) {
    #navbarNav .nav-item.dropdown:hover .dropdown-menu {
        /* display: block; */
        margin-top: 0
    }
}

.banner-text h2 {
    font-size: 48px;
    font-weight: 700;
    color: #0d1e4a;
    padding-right: 0
}

.banner-text p {
    color: #0d1e4a;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 30px;
    padding-right: 24%
}

.chage-btn a,
.type-btn a {
    padding: 14px 30px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    border-radius: 6px;
    transition: .5s
}

.chage-btn a {
    background: #ee2b53
}

.chage-btn a:hover, .sub-btn .btn-primary:hover {
    transition: .5s;
    background-color: #C5FFC5;
    color: #2A2743;
}

.chage-btn {
    padding-right: 10px
}

.type-btn a {
    background: #243d80
}

.offer-btn a:hover,
.type-btn a:hover {
    background: #ee2b53;
    transition: .5s
}

.banner-text {
    padding-left: 0;
    margin-bottom: 30px
}

.booking-box label {
    font-size: 15px;
    font-weight: 500;
    color: #0d1e4a;
        margin-bottom: 0;
}

.booking-box .form-control {
    border-color: #cdd2e0;
    box-shadow: none;
    background-image: url(../images/select-icon.png);
    background-position: right 10px top 50%, 0 0
}

select.form-control:not([size]):not([multiple]) {
    height: auto
}

#search-destination-bar {
    border-bottom: 1px solid #cdd2e0 ! IMPORTANT;
    box-shadow: none;
    border-radius: 0;
    display: block;
    width: 100%;
    outline: 0;
    font-size: 14px;
    border: none;
    color: #545a6b;
}
select#packselect {
      border-bottom: 1px solid #cdd2e0 ! IMPORTANT;
    box-shadow: none;
    border-radius: 0;
    display: block;
    width: 100%;
    font-size: 14px;
    border: none;
    color: #545a6b;
}

.padd-sec {
    padding-left: 5px;
    padding-right: 5px
}

.booking-box select {
    color: #545a6b;
    font-weight: 400;
    font-size: 14px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.booking-box select::-ms-expand {
    display: none !important
}

.sub-btn .btn-primary {
    background: #5191FA;
    padding: 15px;
    box-shadow: none;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    transition: .5s;
    width: 100%;
    text-align: center;
}

.booking-box .form-group,
.testi-tab-menu .nav-tabs .nav-item,
form {
    margin: 0
}

.booking-box {
    padding: 20px 10px;
    margin-left: 7%;
    margin-right: 7%;
    border: 1px solid #c8cedf;
    border-radius: 10px
}

.booking-box-or {
    height: 57px;
    line-height: 57px;
    color: #848ca1
}

.detail-select {
    width: 100%
}
.desktop-manu {
    padding: 15px 0;
}
.banner,
.desti-text,
.experience-sec,
.image-sec {
    position: relative
}

.experience-sec {
    background: linear-gradient(-175deg, #fff 0, #243d809c 100%);
    padding: 5% 80px 9%
}

.privet-box {
    background: #fff;
    box-shadow: 0 3px 6px #00000029;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin: 5px;
    transition: .5s;
    min-height: 94px
}

.Professionalism-box,
.packefe-box {
    box-shadow: 12px 0 42px #00000029;
    transition: .5s
}

.border-line,
.tap-menu .nav-tabs .nav-link:last-child {
    margin-right: 0
}

.privet-box h5 {
    color: #0d1e4a;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding-left: 10px
}

.experience-sec h3,
.main-titil h3,
.packefe-box h4 {
    color: #1A2B48;
    font-weight: 600
}
.packefe-box h4 {
    color: #0d1e4a;
    font-weight: 600
}
.privet-box img {
    max-width: 120px;
    height: 90px;
    width: 100%;
    border-radius: .25rem;
    object-fit: cover;
    object-fit: fill !important
}

.privet-box:hover {
    margin-top: -3px;
    transition: .5s
}

.experience-sec h3 {
    font-size: 25px;
    padding-bottom: 20px
}

.experience-sec::before {
    background: url(../images/privet-bg.webp) no-repeat;
    width: 100%;
    height: 100px;
    content: ''
}

.package-sec {
    padding: 0
}

.main-titil h3 {
    font-size: 29px;
    margin: 0;
    padding-bottom: 10px;
        color: #1A2B48;
}

.border-line {
    border-bottom: 1px solid #cdd2e0
}

.tap-menu .nav-tabs .nav-link {
    border: none;
    color: #848ca1;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 0;
    border-radius: 0;
    margin: 0 30px
}

.tap-menu .nav-tabs {
    border: none;
    justify-content: end
}

.tap-menu .nav-tabs .nav-link.active {
    color: #0d1e4a;
    font-weight: 600;
    border-bottom: 4px solid #3B71FE
}

.packefe-box {
    background: #fff;
    padding: 10px;
    margin: 10px;
    border-radius: 15px
}

.packefe-box img {
    height: 200px !important
}

.packefe-box h4 {
    font-size: 20px;
    text-align: center;
    padding: 10px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    min-height: 68px
}

.packefe-box h6 {
    color: #787d89;
    font-size: 14px;
    font-weight: 500
}

.packefe-box h5 {
    font-size: 14px;
    font-weight: 400;
    color: #0d1e4a;
    margin: 0
}

.icon-img,
.price,
.tearms-text {
    text-align: right
}

.packefe-box span {
    font-size: 15px;
    color: #0d1e4a;
    font-weight: 600;
    display: block;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis
}

.explor-btn,
.offer-btn,
.pakage-btn a,
.why-gokhari-sec p {
    text-align: center
}

.pakage-btn a {
    color: #fff;
    background: #5191FA;
    display: block;
    width: 100%;
    padding: 10px 0;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    transition: .5s;
}

.eay-booking,
.footer-logo ul,
.pakage-btn {
    padding-top: 20px
}

.other-change {
    color: #1A2B48
}

.tab-sec-slid {
    padding-top: 0
}

.desti-text .owl-carousel .owl-nav button.owl-next,
.tab-sec-slid .owl-carousel .owl-nav button.owl-next {
    background: url(../images/right-aroow.png) center no-repeat;
    width: 80px;
    height: 40px;
    border: 1px solid #cdd2e0;
    border-radius: 200px;
    transition: .5s
}

.desti-text .owl-carousel .owl-nav button.owl-next:hover,
.tab-sec-slid .owl-carousel .owl-nav button.owl-next:hover,
.testi-bg .owl-carousel .owl-nav button.owl-next:hover {
    background: url(../images/white-right-aroow.png) center no-repeat #ee2b53;
    transition: .5s
}

.desti-text .owl-carousel .owl-nav button.owl-prev,
.tab-sec-slid .owl-carousel .owl-nav button.owl-prev {
    background: url(../images/left-aroow.png) center no-repeat;
    width: 80px;
    height: 40px;
    border: 1px solid #cdd2e0;
    border-radius: 200px;
    margin-right: 10px;
    transition: .5s
}

.desti-text .owl-carousel .owl-nav button.owl-prev:hover,
.tab-sec-slid .owl-carousel .owl-nav button.owl-prev:hover,
.testi-bg .owl-carousel .owl-nav button.owl-prev:hover {
    background: url(../images/white-left-aroow.png) center no-repeat #ee2b53;
    transition: .5s
}

.tab-sec-slid .owl-nav {
    text-align: right;
    padding-top: 37px;
    margin-right: 0;
    position: relative
}

.tab-sec-slid .owl-nav::after {
    width: 82%;
    height: 1px;
    left: 0;
    top: 60px;
    position: absolute;
    content: "";
    background: #cdd2e0
}

.tab-sec-slid .owl-nav::before {
    width: 300px;
    height: 3px;
    left: 80px;
    top: 60px;
    position: absolute;
    content: "";
    background: #243d80
}

.choose-bg {
    background: url(../images/chooses-bg.png) center/cover no-repeat;
    padding: 3% 0
}

.choose-text h3 {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    margin: 0;
    padding-left: 57%
}

.explor-btn a {
    color: #fff;
    border: 1px solid #d6d6d691;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 25px;
    transition: .5s
}

.offer-bg {
    background: url(../images/offer-bg.png) center/cover no-repeat;
    padding: 5% 0
}

.offer-text h3 {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    margin: 0;
    padding-left: 55%;
    text-transform: uppercase
}

.other-offer {
    color: #ffca0d
}

.offer-btn a {
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    transition: .5s;
    padding: 8px 25px
}

.Professionalism-box {
    border: 1px solid #cdd2e0;
    background: #fff;
    padding: 10px;
    position: relative;
    overflow: hidden;
    margin-right: 30%;
    margin-bottom: 60px;
    border-top-left-radius: 20px
}

.Professionalism-box:hover img {
    transform: scale(1.1)
}

.Professionalism-box:hover {
    transform: translate(0, -3px);
    transition: .5s
}

.all-box-img img {
    margin: auto;
    display: block
}

#button,
.footer-logo li,
.tearms-text li,
.testi-sya-box li {
    display: inline-block
}

@keyframes rotateCircles {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.radius-box {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 20px
}

.Professionalism-box-2 {
    border: 1px solid #cdd2e0;
    padding: 40px 20px 20px;
    border-radius: 30px
}

.Professionalism-text {
    padding-left: 38px;
    padding-bottom: 16px
}

.number-box h5 {
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    margin: 0;
    padding-right: 15px
}

.number-box {
    width: 75px;
    height: 75px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(-175deg, #243d80 0, #2956cc 100%);
    border-bottom-right-radius: 100px;
    border-top-left-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.number-change,
.other-number {
    background: linear-gradient(-175deg, #ee2b53 0, #fba6b4 100%);
    width: 75px;
    height: 75px
}

.why-gokhari-sec {
    padding: 5% 95px
}

.why-gokhari-sec h3 {
    color: #0d1e4a;
    font-size: 35px;
    font-weight: 600;
    text-align: center
}

.why-gokhari-sec p {
    color: #0d1e4a;
    font-size: 16px;
    padding: 0 20% 55px
}

.Professionalism-box-2 p {
    font-size: 15px;
    color: #6a789c;
    font-weight: 400;
    padding-right: 22%;
    padding-left: 0;
    text-align: left;
    padding-bottom: 0
}

.Professionalism-box-2 h4 {
    font-size: 23px;
    color: #0d1e4a;
    font-weight: 600
}

.other-number {
    left: unset;
    right: 0;
    border-radius: 0 20px 0 100px;
    top: 0
}

.other-box,
.safe-box {
    border-top-left-radius: 0
}

.other-number h5,
.suport-number h5 {
    padding-left: 15px;
    padding-right: 0
}

.number-change h5 {
    padding-right: 15px
}

.other-text-box {
    padding-left: 25px
}

.safe-box {
    margin-right: 0;
    margin-left: 30%;
    border-top-right-radius: 20px
}

.other-box {
    border-top-right-radius: 0;
    border-bottom-right-radius: 20px
}

.icon-img-1 {
    text-align: left
}

.number-change {
    left: 0;
    border-radius: 0 100px 0 20px;
    top: unset;
    bottom: 0
}

.suport-number {
    top: unset;
    bottom: 0;
    left: unset;
    right: 0;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 20px
}

.all-box-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -58%)
}

.eay-booking h4,
.other-link {
    padding-top: 30px
}

.desti-text h3 {
    font-weight: 600;
    font-size: 30px;
    color: #1A2B48
}

.destination-details h5 {
    color: #0d1e4a;
    background: #fff;
    padding: 5px 10px;
    display: inline-block;
    font-weight: 500;
    font-size: 13px
}

.destination-details h4 {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    margin: 0
}

.destination-sec {
    margin-top: 0
}

.destination-img {
    position: relative;
    overflow: hidden
}

.destination-sec .blog-info .destination-img:before,
.destination-sec .offer .destination-img:before {
    content: '';
    background-image: linear-gradient(to top, rgba(0, 0, 0, .9), transparent 50%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1
}

.destination-sec .blog-info .destination-img .date,
.destination-sec .offer .destination-img h6 {
    color: #fff
}

.destination-sec .blog-info p {
    margin-top: 5px
}

.destination-img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: .5s
}

.destination-details {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    z-index: 2
}

.desti-text .owl-nav {
    position: absolute;
    top: -25%;
    right: 0
}

.testi-bg {
    background: url(../images/testi-bg.webp) center/cover no-repeat fixed;
    padding: 14% 0;
    position: relative
}

.testi-bg::after {
    position: absolute;
    content: '';
    background: url(../images/brash-top.webp) center no-repeat;
    width: 100%;
    height: 140px;
    top: 0;
    left: 0
}

.testi-bg::before {
    position: absolute;
    content: '';
    background: url(../images/brash-bottom.webp) center no-repeat;
    width: 100%;
    height: 140px;
    bottom: -5px;
    left: 0
}

.testi-titil h3 {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    margin: 0
}

.testi-tab-menu .nav-tabs .nav-link {
    border: 1px solid #fff;
    border-radius: 6px;
    padding: 12px 25px;
    color: #fff !important;
    font-weight: 700;
    font-size: 14px;
    margin-right: 10px;
    transition: .5s;
    text-transform: uppercase
}

.testi-tab-menu .nav-tabs {
    border-bottom: none;
    justify-content: end
}

.testi-tab-menu .nav-tabs .nav-link.active {
    background: #5191FA;
    border-color: #5191FA;
    color: #fff !important;
    transition: .5s;
}

.testi-border {
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
    margin: 0
}

.tab-contant-box {
    padding-top: 45px
}

.tab-contant-box p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 0 12% 30px
}
div#partner-deals .owl-nav {
    display: none;
}
.testi-sya-box p {
    padding: 0 0 30px;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px
}

.testi-sya-box {
    background-color: #71717133;
    font-weight: 700;
    border: 1px solid #cdd2e0;
    padding: 40px 45px;
    border-radius: 20px;
    margin: 5px;
    min-height: 374px
}

.video-say {
    padding: 20px 15px
}

.testi-sya-box h5 {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin: 0
}

.testi-sya-box span {
    font-weight: 400;
    font-size: 14px
}

.testi-sya-box li {
    padding: 0 2px
}

.footer-logo li:first-child,
.testi-sya-box li:last-child {
    padding-left: 0
}

.testi-sya-box i {
    color: #ffca0d;
    font-size: 14px
}

.testi-padd {
    padding: 0 10% 25px
}

.testi-bg .owl-carousel .owl-nav button.owl-next {
    background: url(../images/white-right-aroow.png) center no-repeat;
    width: 80px;
    height: 40px;
    border: 1px solid #cdd2e0;
    border-radius: 200px;
    position: absolute;
    right: -95px;
    top: 40%;
    transition: .5s
}

.testi-bg .owl-carousel .owl-nav button.owl-prev {
    background: url(../images/white-left-aroow.png) center no-repeat;
    width: 80px;
    height: 40px;
    border: 1px solid #cdd2e0;
    border-radius: 200px;
    margin-right: 10px;
    position: absolute;
    left: -95px;
    top: 40%;
    transition: .5s
}

.footer-bg {
    padding: 5% 0 25px
}

.footer-logo li {
    padding: 0 10px;
    overflow: hidden
}

.footer-logo a {
    font-size: 16px;
    color: #243d80;
    transition: .5s
}

.footer-logo a:hover,
.footer-logo a:hover i {
    transition: .5s !important;
    transform: translate(0, -3px) !important
}

.footer-logo li img {
    width: 20px;
    filter: drop-shadow(0px 1000px 0 #243D80);
    transform: translateY(-1000px)
}

.quick-link h4 {
    color: #0d1e4a;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px;
    margin: 0
}

.coppy-text p,
.other-link a,
.quick-link a,
.tearms-text a {
    font-size: 14px;
    color: #0d1e4a
}

.other-link li,
.quick-link li {
    padding-bottom: 5px
}

.other-link li:last-child,
.quick-link li:last-child {
    padding-bottom: 0
}

.other-link a,
.quick-link a {
    font-weight: 500;
    transition: .5s
}

.other-link a:hover,
.quick-link a:hover {
    color: #ee2b53;
    margin-left: 6px;
    transition: .5s
}

.coppy-text p {
    font-weight: 400
}

.tearms-text li {
    position: relative;
    padding: 0 10px
}

.tearms-text li:last-child {
    padding-right: 0
}

.tearms-text li::before {
    position: absolute;
    content: '';
    background: #0d1e4a;
    width: 1px;
    height: 13px;
    right: -3px;
    top: 6px
}

.tearms-text a {
    font-weight: 400;
    transition: .5s
}

.coppy-sec {
    margin-top: 70px;
    border-top: 1px solid #cdd2e0;
    padding-top: 35px
}

#button {
 background: var(--maincolor);
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 40px;
    right: 12px;
    transition: .5s, _ .5s, _ .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%)
}
div#myModa1Enquiry {
    z-index: 9999999;
}
#button.show {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
}

#button::after {
    content: "\f062";
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #fff;
    transition: .5s;
    margin-top: -4px;
    margin-right: 3px
}

.gokhair-about {
    padding: 5% 7% 0
}

.gokhair-about h2 {
    color: #0d1e4a;
    font-size: 35px;
    font-weight: 600
}

.gokhair-about p {
    font-size: 15px;
    color: #6a789c
}

@media (max-width:1366px) {
    .padd-box {
        padding-left: 15px
    }

    .experience-sec {
        padding: 2% 0 10%
    }

    .packefe-box h5,
    .packefe-box h6 {
        font-size: 12px
    }

    .choose-text h3 {
        padding-left: 53%
    }

    .other-menu .nav-tabs .nav-link {
        margin: 0 15px
    }

      .other-menu .nav-tabs {
        justify-content: end;
    }

    .packefe-box h4 {
        font-size: 18px
    }

    .tab-sec-slid .owl-nav {
        margin-right: 0
    }

    .offer-text h3 {
        padding-left: 49%
    }

    .why-gokhari-sec p {
        padding: 0 17% 30px
    }

    .Professionalism-text p {
        padding-left: 0;
        padding-bottom: 0;
        padding-right: 0
    }

    .why-gokhari-sec {
        padding: 5% 90px
    }

    .destination-details h4 {
        font-size: 16px
    }

    .testi-sya-box {
        padding: 40px 25px
    }

    .testi-padd {
        padding: 0 6%
    }
}

@media (max-width:991px) {

    .banner-text,
    .testi-border {
        padding-bottom: 20px
    }

    .loan-bullet li,
    .m-tags li {
        list-style: none;
        padding-bottom: 10px
    }

    .explor-btn,
    .icon-img,
    .offer-btn {
        text-align: left
    }
    .offer-bg {
    background: url(../images/offer-bg.png) center / cover no-repeat;
    padding: 6% 0;
}
    ul.d-flex.justify-content-end.align-items-center.list-unstyled {
    width: 100% !important;
    justify-content: space-between ! IMPORTANT;
}
.offer-bg .offer-btn {
    display: none;
}
.offer-bg {
    margin: 0;
}
.header-top-gokhair ul.gap-5 {
    display: none;
}

    .head-btn a,
    .m-links a,
    .navwrap .nav a {
        text-decoration: none
    }
    .mobile-menu-white {
    background: #fff !important;
    display: flex;
    align-items: center;
}
.mobile-menu-white .phone-menu {
    width: 100%;
}

.mobile-menu-white .phone-menu ul{
    display: flex;
    overflow-y: unset;
    overflow-x: auto;
}
    .banner-text {
        padding-left: 0
    }

    .logo-phone img {
        width: 100px
    }

    .booking-status a,
    .desktop-manu .dropdown,
    .navbar,
    .navbar-brand,
    .navbar-light .navbar-toggler,
    .tab-sec-slid .owl-nav,
    .tab-sec-slid .owl-nav::after,
    .tab-sec-slid .owl-nav::before {
        display: none
    }

    .navwrap .nav li li,
    .phone-menu {
        display: block
    }

    header {
        border-bottom: none
    }

    .navwrap {
        margin-right: 0;
        overflow: unset;
        overflow-y: auto;
        padding: 8px 0;
        margin-left: 28px
    }

    .navwrap .nav {
        display: table;
        width: 100%;
        word-spacing: -9em;
        overflow-y: scroll
    }

    .navwrap .nav li {
        display: inline-block;
        text-align: left;
        word-spacing: normal
    }

    .navwrap .nav a {
        display: block;
        padding: 4px 10px;
        background: 0 0;
        color: #000;
        white-space: nowrap;
        position: relative;
        font-size: 12px
    }

    .bor-line-mob {
        border: .20000000298023224px solid rgba(133, 133, 133, .2);
        border-radius: 5px;
        margin: 0 3px
    }

    .navwrap .nav li a:first-child:not(:last-child) {
        padding-right: 20px
    }

    .navwrap .nav li>a {
        position: relative;
        transition: .5s
    }

    .phone-nav {
        display: block;
        position: relative !important
    }

    .navwrap .nav li>a:hover {
        background: #ee2b53;
        color: #fff !important;
        transition: .5s
    }

    .navwrap .nav li a:first-child:not(:last-child):after {
        content: "";
        position: absolute;
        display: none;
        right: 7px;
        top: 47%;
        margin-top: -6px;
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 6px solid #000
    }

    .navwrap .nav>li>a:first-child:not(:last-child):after {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #000;
        border-bottom: none;
        margin-top: 0
    }

    .navwrap .nav li:focus,
    .navwrap .nav li:hover,
    .navwrap .nav>li>a:focus,
    .navwrap .nav>li>a:hover {
        z-index: 105;
        color: #fff
    }

    .navwrap .nav ul {
        position: absolute;
        z-index: 104;
        left: -999em;
        top: 0;
        opacity: 0;
        transition: opacity .5s, left 0s .5s, top .5s;
        background: #fff;
        box-shadow: 0 3px 6px #00000029;
        padding-left: 0
    }

    .navwrap .nav li:hover>ul {
        left: auto;
        top: auto;
        opacity: 1;
        transition: opacity .5s linear, top .5s
    }

    .navwrap .nav ul ul {
        transition: opacity .4s, left 0s .4s, margin 0s .4s;
        z-index: 103
    }

    .navwrap .nav li li:hover ul {
        top: auto;
        margin-left: 100%;
        transform: translateY(-2.2rem);
        opacity: 1;
        transition: opacity .5s linear, margin .5s
    }

    .navwrap::-webkit-scrollbar {
        display: none !important
    }

    .menu-icon {
        cursor: pointer !important;
        transition: .5s
    }

    .m-tags li {
        padding-left: 0
    }

    #megaMenu {
        cursor: pointer
    }

    .overlay-close {
        position: fixed;
        z-index: 999;
        top: 50px;
        right: 50px;
        display: inline;
        width: 30px;
        height: 30px;
        border: 3px solid #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer
    }

    .loan-bullet li {
        position: relative;
        padding-left: 15px
    }

    .loan-bullet li::before {
        position: absolute;
        content: '';
        background: #14097a;
        width: 6px;
        height: 6px;
        left: 0;
        top: 9px;
        border-radius: 50%
    }

    .overlay-menu {
        background-color: #fff;
        color: #fff;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        transition: .5s;
        z-index: -1;
        -webkit-overflow-scrolling: touch;
        padding: 20px 20px 55px;
        opacity: 0;
        visibility: hidden;
        overflow-x: hidden;
        display: block
    }

    .overlay-menu.active {
        z-index: 99999;
        opacity: 1;
        visibility: visible
    }

    .overlay-close i {
        font-size: 16px;
        color: #fff;
        float: right;
        cursor: pointer
    }

    .menu-container {
        width: 100%;
        height: 100%;
        padding: 15px;
        overflow: hidden;
        overflow-y: auto;
        position: relative;
        border-radius: 20px;
        background: #ee2b53;
        scrollbar-width: none
    }

    .m-contents {
        transition: .5s;
        opacity: 0;
        transform: translateY(20px)
    }

    .overlay-menu.active .m-contents {
        transition: .5s;
        opacity: 1;
        transform: translateY(0)
    }

    .mlinks-bx,
    .tab-sec-slid {
        padding-top: 15px
    }

    .m-contact h4::before {
        font-family: FontAwesome;
        position: absolute;
        left: -20px;
        content: "\f041";
        color: #fff
    }

    .m-header h2 {
        font-size: 20px;
        position: relative;
        display: inline-block;
        padding-bottom: 10px;
        margin-bottom: 10px
    }

    .m-header h2::before {
        content: "";
        background-color: #fff;
        width: 60%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0
    }

    .m-contact {
        padding-left: 20px;
        display: flex;
        flex-direction: column;
        gap: 30px
    }

    .m-contact h4 {
        font-size: 17px;
        position: relative
    }

    .m-contact p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #fff
    }

    .m-tags {
        padding-top: 0;
        padding-bottom: 10px
    }

    .m-links a {
        font-size: 13px;
        color: #fff;
        margin-bottom: 10px;
        transition: .5s
    }

    .m-links a:hover {
        padding-left: 5px;
        transition: .5s
    }

    .m-medias {
        align-items: center;
        gap: 30px
    }

    .m-medias a i {
        color: #fff;
        font-size: 16px;
        transition: .5s
    }

    .footer-social li {
        display: inline-block;
        padding: 0 5px
    }

    .footer-social li:first-child,
    .other-text-box {
        padding-left: 0
    }

    .footer-social a img {
        width: 12px
    }

    .head-menu {
        display: block;
        position: absolute;
        left: 0;
        top: 6px;
        width: 22px
    }
    section.experience-sec
 {
    padding-top: 30px !important;
}

    .desktop-manu,
    .detail-select,
    .logo-phone,
    .shoping-bag {
        position: relative
    }

    header.smaller {
        display: contents
    }

    .banner-text h2 {
        padding-right: 0;
        font-size: 30px
    }

    .banner-text p {
        padding-right: 0;
        font-size: 14px
    }

    .oder {
        order: 2
    }

    .detail-select {
        bottom: 0;
        padding-top: 20px
    }

    .booking-box {
        margin-left: 15px;
        margin-right: 15px
    }

    .chage-btn a,
    .type-btn a {
        font-size: 13px;
        padding: 8px 15px
    }

    .booking-box .form-group,
    .privet-box {
        margin-bottom: 20px
    }

    .booking-box label {
        font-size: 14px;
        margin-bottom: 5px
    }

    #button::after,
    .booking-box select {
        font-size: 13px
    }

    .sub-btn .btn-primary {
        padding: 10px 0;
        font-size: 14px
    }

    .experience-sec h3 {
        margin: 0;
        font-size: 20px
    }

    .main-container {
        padding: 0 15px
    }

    .tap-menu .nav-tabs {
        justify-content: left;
        padding-bottom: 10px
    }

    .safe-box,
    .tap-menu .nav-tabs .nav-link:first-child {
        margin-left: 0
    }

    .desti-text,
    .package-sec {
        padding-left: 15px;
        padding-right: 15px
    }

    .tap-menu .nav-tabs .nav-link:last-child {
        margin-right: 10px
    }

    .choose-text h3,
    .offer-text h3 {
        padding-left: 15px;
        font-size: 20px
    }

    .explor-btn {
        padding-top: 20px;
        padding-left: 15px
    }

    .nav {
        flex-wrap: nowrap;
        overflow-x: scroll
    }

    .nav::-webkit-scrollbar {
        display: none
    }

    .tap-menu .nav-tabs .nav-link {
        white-space: nowrap;
        padding: 8px 15px;
        border: 1px solid #ee2b53;
        border-radius: 5px;
        font-size: 14px
    }

    .tap-menu .nav-tabs .nav-link.active {
        border-bottom: none;
        background: #ee2b53;
        color: #fff !important
    }

    .border-line {
        border: none;
        margin-left: -15px;
        margin-right: -15px
    }

    .pr-0 {
        padding-right: 15px !important
    }

    .pl-0 {
        padding-left: 15px !important
    }

    .main-titil h3 {
        font-size: 25px;
        padding-bottom: 10px
    }

    .offer-btn {
        padding-left: 15px;
        padding-top: 15px
    }

    .why-gokhari-sec p {
        padding: 0;
        font-size: 14px
    }

    .Professionalism-box {
        margin-right: 0;
        margin-bottom: 20px
    }

    .all-box-img,
    .desti-text .owl-nav,
    .tab-contant-box .owl-nav {
        display: none
    }

    .Professionalism-box-2 h4 {
        font-size: 20px
    }

    .Professionalism-text {
        padding-left: 25px;
        padding-bottom: 40px
    }

    .other-text-box p {
        padding-bottom: 0
    }

    .desti-text h3 {
        font-size: 25px
    }

    .testi-padd {
        padding: 0
    }

    .tab-contant-box p {
        padding: 0 0 20px;
        font-size: 14px
    }

    .tab-contant-box {
        padding-top: 20px
    }

    .testi-sya-box p {
        font-size: 14px;
        line-height: unset;
        padding-bottom: 20px
    }

    .testi-sya-box {
        padding: 20px 15px
    }

    .footermobilePingNav {
        position: fixed;
        width: 100%;
        bottom: 0;
        z-index: 99999;
        text-align: center;
        display: block;
        background: #fff;
        border-top: 1px solid rgba(0, 0, 0, .2);
        padding: 5px 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0
    }

    .footermobilePingNav li {
        display: inline-block;
        vertical-align: top;
        text-align: center;
        padding: 0;
        cursor: pointer;
        position: relative
    }

    .head-btn a {
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        transition: .5s;
        background: #243d80;
        padding: 5px 15px;
        border-radius: 6px
    }

    .shoping-bag a {
        margin: 0 4px;
        transition: .5s;
        color: #000;
        font-size: 15px
    }

    .shoping-bag img {
        margin-top: -2px;
        width: 24px;
        background: #243d80;
        padding: 2px;
        border-radius: 2px
    }

    .testi-bg {
        overflow: hidden
    }

    #button {
        width: 65px;
        height: 65px;
        bottom: 50px
    }

    #button::after {
        margin-top: -5px
    }
}

@media (max-width:767px) {
    .booking-box-or {
        height: 24px;
        line-height: 24px
    }
}

@media (max-width:499px) {
    .banner-text h2 {
        font-size: 24px
    }

    .banner-text p,
    .why-gokhari-sec p {
        padding-bottom: 20px
    }

    .booking-box {
        padding: 10px 10px 15px
    }

    .booking-box .form-control {
        padding: 8px 10px
    }

    .booking-box .form-group {
        margin-bottom: 10px
    }

    .experience-sec {
        padding: 9% 0 30%
    }

    .tap-menu .nav-tabs .nav-link {
        font-size: 12px
    }

    .packefe-box span {
        font-size: 15px
    }

    .explor-btn a,
    .offer-btn a {
        font-size: 13px;
        padding: 6px 15px
    }

    .choose-bg {
        padding: 5% 0
    }

    .footer-logo ul,
    .main-titil h3 {
        padding-bottom: 15px
    }

    .package-sec {
        padding: 8% 15px
    }

    .packefe-box h4 {
        font-size: 16px
    }

    .why-gokhari-sec {
        padding: 8% 0
    }

    .why-gokhari-sec h3 {
        font-size: 25px
    }

    .Professionalism-box-2 p {
        padding-bottom: 0
    }

    .Professionalism-text {
        padding-bottom: 22px
    }

    .testi-bg {
        padding: 40% 0
    }

    .other-link,
    .quick-link h4 {
        padding-top: 5px
    }

    .padd-phone,
    .tearms-text li:first-child {
        padding-left: 0
    }

    .testi-titil h3 {
        font-size: 25px;
        padding-bottom: 20px
    }

    .testi-tab-menu .nav-tabs .nav-link {
        padding: 6px 15px;
        font-size: 12px
    }

    .padd-phone {
        padding-right: 0
    }

    .testi-sya-box h5 {
        font-size: 16px;
        padding-bottom: 10px
    }

    .quick-link h4 {
      font-size: 16px;
        padding-bottom: 5px;
        background: none;
        padding-left: 0;
        color: #0b0b0b;
        border-radius: 5px;
        margin-top: 10px;
        font-weight: 600;
    }
    .quick-link {
    margin-bottom: 15px;
}

    .quick-link span {
        color: #fff
    }

    .coppy-text p,
    .other-link a,
    .quick-link a,
    .tearms-text a {
        font-size: 13px
    }

    .coppy-sec {
        margin-top: 20px;
        padding-top: 20px
    }

    .tearms-text {
        text-align: left
    }

    .footer-bg {
        padding-bottom: 70px
    }
}

.destination-img {
    height: 300px;
        border-radius: 10px;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2
}

.privet-box {
    height: 60px
}

.tour-strip-list-item .icon {
    margin-right: 25px;
    background: var(--actionbtn);
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    border-radius: 50%;
    font-size: 24px
}

.desti-text,
.main-titil {
    padding: 15px 0 0
}

.offer-bg {
    margin: 15px 0
}

.item.blog-info {
    margin-bottom: 40px
}

section.experience-sec {
    padding-top: 80px 
}
section.experience-sec .section-description {
    color: #333 !important;
}

@media only screen and (min-width:1024px) and (max-width:1920px) {
    .banner-img {
        height: 360px !important
    }
}

@media only screen and (min-width:1920px) and (max-width:2560px) {
    .banner-img {
        height: 360px !important
    }
}

.packefe-box img {
    aspect-ratio: 16 / 9 !important;
}

.tour-plan-overview.complete ul {
    padding-left: 20px;
}
.tour-plan-overview.complete ul li {
    list-style: disc ! important;
	  font-size: 14px;
}
p.section-description {
    margin-bottom: 6px;
    width: 85%;
     
}
.testi-padd .section-description {
    margin-bottom: 6px;
    width: 85%;
    color: #fff;
}
.offer-wrap .picture-wrap picture img {
    max-width: 100%;
    height: 230px;
    width: 100%;
}