.topbottom {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    position: fixed;
    width: 100%;
    z-index: 2;
    background: #fff;
}

.color1
{
    color: #fdc903;
}

.form-control:focus {
    box-shadow: none;
}

.nav-link
{
    color: #000;
}

.navbar-nav li {
    margin-right: 40px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
}

.navbar-nav li a {
    color: #000;
}

.nav-item a:hover {
    color: #f69522;
    /* border-bottom: 1px solid #f69522; */
}

.nav-item a:focus-visible {
    border-bottom: 1px solid #f69522;
}

.home_banner {
    background-image: url('../images/comman_banner.webp');
    background-size: cover;
    background-repeat: no-repeat;
    height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.home_banner h4 {
    color: #f69522;
    font-weight: 600;
    font-size: 24px;
    font-style: italic;
}

.home_banner h1 {
    font-size: 36px;
    color: #434343;
    text-shadow: 2px 3px 3px hsla(0, 0%, 45%, .3);
    font-family: Poppins, sans-serif;
    font-weight: 600;
}

.home_banner p {
    font-size: 16px;
    font-weight: 600;
}

.headingSection {
    font-size: 28px;
    text-transform: uppercase;
    position: relative;
    color: #4b4b4b;
    font-weight: 700;
}

.headingSection span {
    color: #f69522;
}

.about1section h5 {
    color: #f69522;
    font-size: 20px;
    /*font-family: cursive;*/
    margin-bottom: 15px;
    font-weight: 600;
}

.about1section h2 {
    color: #000;
    font-size: 42px;
    font-family: Poppins, sans-serif;
    line-height: 48px;
    margin-bottom: 15px;
    font-weight: 600;
}

.happytravel {
    background: url('../images/happy-traveling.webp');
    background-size: cover;
    background-repeat: no-repeat;
    width: 50%;
}

.happytravelright {
    background-color: #041827;
}

.happytravelright span {
    font-family: Italianno, cursive;
    font-size: 20px;
    color: #f69522;
}

.happytravelright .padding10 {
    padding: 10%;
}

.happytravelright h3 {
    font-size: 42px;
    font-weight: 500;
    margin: 15px auto;
    color: #fff;
}

.happytravelright p {
    color: #c2c2c2;
    font-size: 15px;
}

.WhyChooseUs_iconsHeading__5eYqc {
    display: flex;
    align-items: self-start;
    gap: 5px;
}

.iconImage {
    background-position: 0 0;
    min-width: 60px;
    min-height: 60px;
    background-repeat: no-repeat;
    background-image: url('../images/home_new.png');
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.iconContent {
    color: #c2c2c2;
    font-size: 15px;
}

.iconBox:nth-child(2) .iconImage {
    background-position: -120px 0
}

.iconBox:nth-child(3) .iconImage {
    background-position: -62px 0
}

.iconBox:nth-child(4) .iconImage {
    background-position: -60px -56px
}

.iconBox:nth-child(5) .iconImage {
    background-position: 0 -56px
}

.iconBox:nth-child(6) .iconImage {
    background-position: -120px -62px
}

.card {
    background: url('../images/footer-bg.png') 0 0 / cover #fff;
    padding: 24px;
    position: relative;
    min-height: 300px;
    box-shadow: 2px 7px 16px 1px rgb(0 0 0 / 8%);
    transition: all .3s;
}

.card-body h5 {
    font-size: 20px;
    font-weight: 700;
    color: #f69522;
    margin-bottom: 10px;
}

.card-body p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.card:hover {
    box-shadow: 0 10px 18px rgba(0, 0, 0, .1);
    transform: scale(1.05);
}

.viewall {
    font-weight: 600;
    padding: 5px 16px;
    color: #fff;
    background-image: linear-gradient(30deg, #f69522 50%, transparent 0);
    background-size: 500px;
    text-decoration: none;
}


.homeDestination_destinationCardWrapper__L5ovk {
    position: relative;
    /* height: 240px; */
    overflow: hidden;
    border-radius: 5px;
}

.homeDestination_destinationCardWrapper__L5ovk:hover img {
    transform: scale(1.2);
}

.homeDestination_destCardContent__V19GR {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 0 20px;
    box-sizing: border-box;
    background: linear-gradient(180deg, transparent 0, rgba(15, 36, 84, .01) 2%, rgba(15, 36, 84, .75) 90%);
}

.homeDestination_imageWrapper__FDD16 {
    height: 100%;
    width: 100%;
}

.homeDestination_imageWrapper__FDD16 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all .5s;
}

.homeDestination_destCardContent__V19GR h4 {
    color: #fff;
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    text-shadow: 0 1px 1px #000;
}

.homeDestination_line__nkM0R {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: #fff;
    margin: 5px 0 20px;
}

.mainLinks_mainLinkWrapper__unnVK h5 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.mainLinks_footerLinksWrapper__Wk0uy li a {
    color: #fff;
    position: relative;
    font-weight: 500;
    font-size: 15px;
    padding-left: 12px;
    text-decoration: none;
    transition: all .3s;
}

.mainLinks_footerLinksWrapper__Wk0uy li {
    margin-bottom: 15px;
}

.mainLinks_mainLinkWrapper__unnVK h5:after {
    content: "";
    height: 2px;
    position: absolute;
    top: 100%;
    width: 50px;
    left: 0;
    transform: translateY(-50%);
    background: #f69522;
}

.footer_contactHeading__Wcd8o {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.footer_contactHeading__Wcd8o:after {
    content: "";
    height: 2px;
    position: absolute;
    top: 100%;
    width: 50px;
    left: 0;
    transform: translateY(-50%);
    background: #f69522;
}

.footer_contactLinks__gTK5Y {
    color: #fff;
}

.footer_contactLinks__gTK5Y span {
    color: #f69522;
    font-weight: 700;
}

.footer_contactLinks__gTK5Y a {
    color: #fff;
    text-decoration: none;
    transition: all .3s;
    font-family: Poppins, sans-serif;
}

.mainLinks_footerLinksWrapper__Wk0uy li a:before {
    content: "";
    position: absolute;
    left: -5px;
    top: 4px;
    width: 10px;
    height: 10px;
    background: url('../images/fonts.png') -44px 0 no-repeat;
    background-position: -106px 0;
    transform: rotate(-90deg);
    font-family: Poppins, sans-serif;
}


.homeDisclamerSection_homeDisclaimer__Utpyi {
    padding: 15px;
    background: #f69522;
}

.homeDisclamerSection_homeDisclaimer__Utpyi p {
    color: #fff;
    margin-bottom: 10px;
    font-family: Poppins, sans-serif;
    font-size: 18px;
}

.blog_banner {
    position: relative;
    background: url('../images/comman_banner.webp') 50% / cover no-repeat;
    height: 350px;
    display: flex;
    align-items: center;
}

.blog_banner h1 {
    width: 100%;
    font-size: 40px;
    text-shadow: 2px 2px 2px #454545;
    -webkit-text-shadow: 0 0 3px #212529;
    -moz-text-shadow: 0 0 3px #212529;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
    word-wrap: break-word;
    position: relative;
    z-index: 1;
}

.breadcrumb li a
{
    text-decoration: none;
}
.breadcrumb-item.active
{
    color: #fff;
}

.dashed
{
    border: 1px dashed red;
}

.helpUsCard_contactIcon___MAKZ {
    background: url('../images/contactIcon.png');
    width: 55px;
    height: 55px;
    margin: 0 auto;
    position: relative;
    display: inline-block;
    top: 0;
    left: 0;
}