@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap);

h1,
h2,
h3,
span {
    position: relative
}

.inner-menu,
.side-menu {
    z-index: 9999;
    right: 0;
    bottom: 0
}

.hero-banner h1,
.policy-text h2,
.toggle,
.trip-text h2,
h1 {
    font-weight: 700
}

.hero-form form textarea,
body {
    font-family: Poppins, sans-serif
}

.call_now a,
.text-center {
    text-align: center
}

.call_now a,
a {
    text-decoration: none
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

@font-face {
    font-family: Guestour;
    src: url(Guestour.ttf)
}

body {
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

h1,
h2,
h3 {
    z-index: 999
}

h4,
h6 {
    font-family: Guestour
}

h1 {
    font-size: 44px
}

h3,
h4 {
    font-weight: 500
}

h2 {
    font-size: 28px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 22px;
    color: #1b82bc
}

.side-panel h3,
h5,
h6,
p {
    font-size: 18px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2
}

span::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 7px;
    background: #facf38;
    bottom: 10px;
    left: 0;
    z-index: -1
}

li {
    list-style: none
}

p {
    color: #303030
}

.container {
    max-width: 95%;
    margin: 0 auto
}

.detail-row,
.flex,
.links ul,
.social ul {
    display: flex;
    flex-wrap: wrap
}

.align-center {
    align-items: center
}

.space-between {
    justify-content: space-between
}

.flex-end {
    align-items: flex-end
}

.flex-start {
    align-items: flex-start
}

.section-gap {
    padding: 50px 0
}

.col-50 {
    width: 50%
}

.col-48 {
    width: 48%
}

.col-70 {
    width: 70%
}

.col-60 {
    width: 60%
}

.col-40 {
    width: 40%
}

.col-30 {
    width: 30%
}

.col-33 {
    width: 32.33%
}

.col-25 {
    width: 25%
}

header {
    background-color: #f9f9f9
}

nav {
    padding: 15px 0
}

nav .logo img {
    width: 160px
}

.nav-menu ul.main-nav {
    display: flex;
    align-items: center
}

.nav-menu ul.main-nav li {
    margin: 0 20px
}

.nav-menu ul.main-nav li a {
    color: #2b2b2b;
    position: relative;
    padding: 10px 0
}

.airlines-cancel h3 a span.cancel,
.links ul li:first-of-type a::after,
.nav-menu ul.main-nav li i,
.nav-menu ul.main-nav li:first-of-type a::after,
span.cancel::after {
    display: none
}

.nav-menu ul.main-nav li a::after {
    content: "";
    position: absolute;
    background: #1b82bc;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 20px;
    left: -22px
}

.search-btn a {
    background: #1b82bc;
    color: #fff;
    padding: 8px 15px;
    border: 1px solid #1b82bc;
    transition: .5s
}

.search-btn a:hover {
    background-color: #fff;
    color: #1b82bc
}

.toggle {
    padding: 6px 10px;
    border: 2px solid #1b82bc;
    cursor: pointer;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center
}

.toggle i {
    font-size: 20px;
    color: #1b82bc
}

.side-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    transition: background-color .5s;
    display: none
}

.inner-menu {
    position: fixed;
    top: 0;
    background-color: #1b82bc;
    width: 440px;
    left: auto;
    margin: 20px 20px 20px 0;
    border-radius: 20px;
    animation: .5s forwards right-slide;
    overflow-y: scroll;
}

@keyframes right-slide {
    0% {
        transform: translateX(100%);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

.menu-top {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 25px;
    height: 25px;
    background: #d9d9d9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 9999
}

.menu-top i {
    color: #000;
    font-size: 14px
}

.menu-body {
    margin-top: 60px
}

.menu-body ul li {
    border-bottom: 1px solid #d9d9d9;
    padding: 10px 20px
}

.menu-body ul li:last-of-type {
    border-bottom: none;
    margin-bottom: 0
}

.airlines-cancel:hover h3 a,
.footer-inside p,
.footer-inside ul li a,
.menu-body ul li a,
.testimonials-text h4 {
    color: #fff
}

.header-btn {
    background: #1b82bc;
    padding: 5px 20px;
    border-radius: 5px;
    margin-right: 30px
}

.header-btn a {
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.header-btn a img {
    width: 30px
}

.hero-banner {
    width: 100%;
    background: url(images/hero-banner.webp) center center/contain no-repeat;
    padding: 30px 0
}

.hero-banner .tag-line {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600
}

.about-text h2,
.detail-banner h1,
.detail-wrapper h2,
.detail-wrapper h3,
.detail-wrapper li,
.detail-wrapper p,
.hero-banner p,
.policy-text p {
    margin-bottom: 15px
}

.hero-banner h1 {
    margin-bottom: 25px;
    z-index: 99
}

.hero-banner a {
    background-color: #1b82bc;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0 0 90px 0 rgba(0, 0, 0, .1);
    color: #e6fffd;
    display: inline-block;
}
.main-image {
    text-align: right;
}
.main-image img {
    width: 500px;
    margin-left: 25%;
    border-radius: 130px 0px 0px 0px;
}
.foot-bottom.flex a img,
.hero-banner a i,
.policy-text a i {
    margin-right: 5px
}

.hero-image {
    padding-left: 100px
}

.policies,
.professional,
.support,
.travel {
    padding: 20px 10px;
    height: 80px
}

.trip-plan {
    background: url(images/trip-map.webp) right/contain no-repeat
}

.trip-text h2 {
    margin-bottom: 10px
}

.trip-text p {
    margin-bottom: 20px
}

.policies {
    background: url(images/policy-back.webp) no-repeat
}

.travel {
    background: url(images/travel-back.webp) no-repeat
}

.support {
    background: url(images/support-back.webp) no-repeat
}

.professional {
    background: url(images/export-back.webp) no-repeat
}

.policies h3,
.professional h3,
.support h3,
.travel h3 {
    color: #fff;
    font-size: 16px;
    margin-left: 9px
}

.airline-choice {
    background: #f9f9f9;
    position: relative
}

.airline-choice::after {
    content: "";
    position: absolute;
    background: url(images/after.webp) no-repeat;
    width: 16%;
    height: 60%;
    top: 180px;
    left: 0
}

.airline-choice::before {
    content: "";
    position: absolute;
    background: url(images/before.webp) no-repeat;
    width: 15%;
    height: 60%;
    top: 180px;
    right: 0
}

.airline-text h2 {
    z-index: 99
}

.airline-text p {
    margin-bottom: 35px
}

.bottom ul,
.middle ul,
.top ul,
.top-one ul,
.top-two ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.bottom ul li,
.middle ul li,
.top ul li,
.top-one ul li,
.top-two ul li {
    margin: 10px 15px
}

.links ul li,
.testi-reviews {
    margin-right: 20px
}

.bottom ul li a,
.middle ul li a,
.top ul li a,
.top-one ul li a,
.top-two ul li a {
    color: #1b82bc;
    border: 1px solid #1b82bc;
    border-radius: 30px;
    padding: 5px 15px;
    transition: .5s
}

.bottom ul li a:hover,
.middle ul li a:hover,
.top ul li a:hover,
.top-one ul li a:hover,
.top-two ul li a:hover {
    background-color: #1b82bc;
    color: #fff
}

.policy-text h2 {
    margin-bottom: 15px
}

.policy-text ul {
    margin-bottom: 30px
}

.policy-text ul li {
    color: #1b82bc;
    padding: 10px 0;
    border-bottom: 1px solid #efefef
}

.footer-inside ul li a i,
.policy-text ul li i {
    margin-right: 10px
}

.policy-text ul li:last-of-type {
    border-bottom: none
}

.policy-text a {
    color: #fff;
    background-color: #1b82bc;
    padding: 10px 20px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1);
    border-radius: 10px
}

.about-ban img,
.disc-ban img,
.policy-image img {
    width: 100%
}

.testimonials {
    width: 100%;
    background: url(images/testimonials-back.webp) center/cover
}

.testimonials-text h2 {
    color: #fff;
    margin-bottom: 20px
}

.testimonials-text p {
    color: #fff;
    margin-bottom: 60px
}

.review-container {
    position: relative;
    top: -70px
}

.testi-reviews {
    background-color: #1b82bc;
    padding: 15px;
    width: calc(33.33% - 14px);
    border-radius: 10px
}

.hero-form .col-48:last-of-type,
.testi-reviews:last-of-type {
    margin-right: 0
}

.testi-reviews p {
    color: #fff;
    margin-bottom: 15px
}

.testi-reviews img {
    margin-right: 10px;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover
}

.blog-detail img,
.foot-bottom,
.footer {
    width: 100%
}

.testi-reviews h3 {
    font-size: 16px;
    color: #fff;
    font-weight: 400
}

.call_now a,
span.read-blog {
    font-weight: 500;
    transition: .3s
}

.testi-reviews .place {
    margin-bottom: 0;
    font-size: 14px
}

.testi-reviews .place i {
    margin-right: 5px;
    font-size: 14px
}

.blog-text p {
    margin-bottom: 50px
}

.blog-detail h3,
.blog-detail img,
.blog-detail p,
.blog-detail span,
.blog-side .side-panel,
.blog-side .side-panel:last-of-type,
.footer-inside ul li {
    margin-bottom: 10px
}

.blog-detail {
    padding-right: 25px
}

.blog-detail span {
    color: #fff;
    background-color: #696969;
    padding: 8px 11px;
    border-radius: 4px;
    font-size: 14px;
    display: inline-block
}

.blog-detail a,
.side-panel span,
.social ul li {
    background-color: #1b82bc
}

.blog-detail h3 {
    font-size: 24px
}

.blog-detail a {
    display: inline-block;
    padding: 8px 20px;
    color: #fff;
    transition: .5s;
    border: 1px solid #1b82bc
}

.blog-detail a:hover {
    background: #fff;
    color: #1b82bc
}

.side-panel img {
    width: 100%;
    padding-right: 20px
}

.side-panel span {
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    margin-bottom: 5px;
    display: inline-block
}

.footer {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(images/footer.webp);
    padding: 50px 0 0
}

.footer .container {
    padding-bottom: 30px
}

.footer-inside {
    margin-bottom: 40px
}

.footer-inside h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #fff
}

.footer-bottom {
    padding-bottom: 40px
}

.links ul li a {
    color: #fff;
    position: relative
}

.links ul li a::after {
    content: "";
    position: absolute;
    background: #1b82bc;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 9px;
    left: -11px
}

.social ul li {
    margin: 0 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center
}

.social ul li a i {
    color: #fff;
    font-size: 16px
}

.left-padding {
    padding-left: 80px
}

.foot-bottom {
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    z-index: 999;
    background: #1b82bc
}

.foot-bottom.flex {
    justify-content: center
}

.foot-bottom.flex a {
    display: flex;
    align-items: center;
    color: #fff;
    border-radius: 20px;
    text-decoration: none;
    /* padding: 5px 20px; */
    font-weight: 700;
    font-size: 20px
}

.united-airlines .foot-bottom {
    background: #0c2340
}

.alaska-airlines .foot-bottom {
    background: #01426a
}

.jetblue-airlines .foot-bottom {
    background: #00205b
}

.american-airlines .foot-bottom {
    background: #0078d2
}

.american-airlines .american-foot a {
    color: #0078d2 !important
}

.delta-foot {
    background: #11172b
}

.delta-foot a {
    color: #11172b !important
}

/* @media (max-width:1200px) {
    .container {
        padding: 0 15px
    }
} */

@media (max-width:1023px) {
    .nav-menu ul.main-nav li {
        margin: 0 15px
    }
}

@media (max-width:960px) {
    .nav-menu ul.main-nav li {
        margin: 0 5px
    }

    .search-btn a {
        padding: 5px 10px
    }

    .nav-menu ul.main-nav li a::after {
        display: none
    }

    nav .logo img {
        width: 130px
    }

    .hero-image {
        padding-left: 0
    }
}

@media (max-width:767px) {

    .nav-menu ul.main-nav,
    .submenu-dropdown {
        position: absolute;
        left: 0;
        width: 100%;
        z-index: 999;
        display: none
    }

    .bottom ul li a,
    .header-btn,
    .middle ul li a,
    .top ul li a,
    .top-one ul li a,
    .top-two ul li a {
        padding: 5px 10px
    }

    .hero-banner a,
    .policy-text a {
        display: inline-block
    }

    h1 {
        font-size: 40px
    }

    span::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 5px;
        background: #facf38;
        bottom: 9px;
        left: 0;
        z-index: -1
    }

    nav {
        padding: 10px 0
    }

    .airline-choice::after,
    .airline-choice::before,
    .policy-text h2 br,
    .search-btn,
    .testimonials-text h2 br,
    .trip-text h2 br {
        display: none
    }

    .nav-menu ul.main-nav {
        background-color: #fff;
        top: 52px;
        height: 100vh;
        padding: 20px 0 0
    }

    .nav-menu ul.main-nav li {
        margin-bottom: 10px;
        border-bottom: 1px solid #e9e9e9;
        padding-bottom: 10px;
        position: relative
    }

    .nav-menu ul.main-nav li:last-of-type {
        border-bottom: none
    }

    .nav-menu ul.main-nav li a {
        padding-left: 15px
    }

    .nav-menu ul.main-nav li i {
        display: block;
        position: absolute;
        right: 10px;
        top: 5px;
        font-size: 14px
    }

    nav .logo img {
        width: 70px;
    }

    .inner-menu {
        width: 100%;
        left: 0
    }

    .header-btn {
        margin-right: 5px
    }

    .header-btn a {
        font-size: 12px
    }
    
    .header-btn a img {
        width: 25px
    }

    .col-50 {
        width: 100%
    }

    .submenu-dropdown {
        background-color: #1b82bc;
        padding: 10px;
        top: 36px
    }

    .submenu-dropdown li a {
        color: #fff !important;
        font-size: 14px !important;
        padding-left: 0 !important
    }

    .hero-banner h1 {
        font-size: 36px;
        margin-bottom: 15px
    }

    .hero-banner a {
        margin-bottom: 30px
    }

    .airline-text p,
    .col-33,
    .policies,
    .policy-text ul {
        margin-bottom: 15px
    }

    .section-gap {
        padding: 30px 0
    }

    .col-25 {
        width: 50%
    }

    .blog-detail a,
    .blog-text p,
    .policy-text a {
        margin-bottom: 20px
    }

    .bottom ul li,
    .middle ul li,
    .top ul li,
    .top-one ul li,
    .top-two ul li {
        margin: 10px 5px
    }

    .blog-detail {
        padding-right: 0
    }

    .blog-detail h3,
    .blog-detail img {
        margin-bottom: 5px
    }

    .blog-detail h3 {
        font-size: 22px
    }

    .footer {
        padding: 30px 0;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover
    }

    .col-33 {
        width: 100%
    }

    .col-33:last-of-type {
        margin-bottom: 0
    }

    .left-padding {
        padding-left: 0
    }

    .footer-inside {
        margin-bottom: 21px
    }

    .footer-inside h3 {
        font-size: 20px;
        margin-bottom: 10px
    }

    .social {
        margin-top: 10px
    }
}

.airlines-cancel:hover span.cancel,
.dis-text img {
    display: inline-block
}

.hero-form form input,
.hero-form form textarea {
    background: #f0f0f0;
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
    outline: 0
}

.contact-banner {
    padding: 60px 0
}

.email {
    margin-top: 20px
}

.hero-form form {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 90px 0 rgba(0, 0, 0, .1);
    padding: 50px 50px 20px
}

.hero-form form input {
    border: none;
    border-radius: 4px
}

.hero-form .col-48 {
    margin-right: 4%
}

.hero-form form textarea {
    border-radius: 4px;
    border: none;
    resize: none
}

.hero-form .text-center input {
    width: 50%;
    margin-bottom: 0;
    background: #1b82bc;
    color: #fff;
    border-radius: 0;
    font-size: 16px;
    cursor: pointer
}

@media (max-width:767px) {
    .contact-banner {
        padding: 40px 0
    }

    .email {
        margin-top: 0
    }

    .contact-banner a {
        margin-bottom: 20px
    }

    .hero-form form {
        padding: 30px 30px 20px
    }
}

.dis-text img {
    width: 70px;
    margin-bottom: 15px
}

.airlines-cancel {
    background: #fff;
    box-shadow: 0 5px 6px 0 #8f8f8f;
    padding: 10px;
    margin-bottom: 10px;
}

.airlines-cancel h3 a {
    font-size: 28px;
    color: #000
}

.airlines-cancel:hover {
    background: url(./images/back.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width:480px) {

    .hero-banner,
    .section-gap {
        padding: 15px 0
    }

    span::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 3px;
        background: #facf38;
        bottom: 5px;
        left: 0;
        z-index: -1
    }

    .blog-detail p,
    .footer-inside ul li,
    .hero-banner p {
        margin-bottom: 5px
    }

    .hero-banner a {
        margin-bottom: 20px;
        padding: 8px 10px;
        font-size: 14px
    }

    .airline-text p,
    .blog-text p,
    .footer-inside,
    .links,
    .policies,
    .policy-text p,
    .support,
    .testi-reviews,
    .testi-reviews p,
    .travel {
        margin-bottom: 10px
    }

    .col-25,
    .col-48,
    .hero-image img {
        width: 100%
    }

    .bottom ul li,
    .middle ul li,
    .top ul li,
    .top-one ul li,
    .top-two ul li {
        margin: 8px 2px
    }

    .bottom ul li a,
    .middle ul li a,
    .top ul li a,
    .top-one ul li a,
    .top-two ul li a {
        padding: 5px 7px;
        font-size: 14px
    }

    .policy-text ul li {
        padding: 5px 0;
        font-size: 14px
    }

    .policy-text a {
        padding: 10px;
        font-size: 14px
    }

    .testi-reviews {
        padding: 10px;
        width: 100%;
        margin-right: 0
    }

    .testi-reviews img {
        margin-right: 5px;
        display: block
    }

    .testi-reviews .place {
        margin-bottom: 0;
        font-size: 12px
    }

    .testi-reviews .place i {
        margin-right: 5px;
        font-size: 12px
    }

    .blog-detail span {
        padding: 8px 10px;
        font-size: 12px
    }

    .blog-detail h3 {
        font-size: 16px
    }

    .blog-detail a {
        padding: 5px 10px
    }

    .col-30,
    .col-70 {
        width: 50%
    }

    .side-panel span {
        padding: 5px;
        font-size: 10px
    }

    .side-panel img {
        padding-right: 10px
    }

    .footer-inside h3 {
        font-size: 16px;
        margin-bottom: 5px
    }

    .footer-inside ul li a,
    .social ul li a i {
        font-size: 14px
    }

    .links ul li a {
        font-size: 12px
    }

    .links ul li a::after {
        top: 6px;
        left: -8px
    }

    .social ul li {
        padding: 5px
    }

    .links ul li {
        margin-right: 10px
    }

    .contact-banner {
        padding: 20px 0
    }

    .contact-banner a {
        margin-bottom: 15px
    }

    .hero-form form {
        padding: 10px
    }

    .hero-form form input,
    .hero-form form textarea {
        margin-bottom: 10px;
        font-size: 14px
    }

    .hero-form .col-48 {
        margin-right: 0
    }

    .hero-form .text-center input {
        width: 100%;
        font-size: 14px
    }

    .airlines-cancel {
        padding: 0;
        margin-bottom: 5px
    }

    .airlines-cancel h3 a {
        font-size: 18px;
        color: #000
    }
}

.side-slide {
    position: absolute;
    background: #fff;
    width: 300px;
    z-index: 9999;
    top: 20px;
    padding: 20px 30px;
    right: -300px;
    display: none
}

.side-slide.active {
    right: 100px;
    transition: .9s
}

.side-slide ul li {
    list-style: disc;
    margin-bottom: 10px
}

.side-slide ul li a {
    color: #000;
    font-size: 16px
}

.side-slide ul li a:hover {
    color: #0078d2
}

.cm-prime-btn {
    border-radius: 10px;
    padding: 10px 20px;
    color: #fff;
    font-size: 19px;
    background-color: #1b82bc;
    display: inline-block;
    border: 1px solid #1b82bc
}

.detail-banner {
    padding-top: 3%
}

.social-media {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 20px 0;
}

.social-media p,
.social-media ul li {
    margin-bottom: 0;
}

.social-media ul {
    display: flex;
    align-items: center;
}

.social-media li {
    display: inline-block;
    padding: 0 10px
}

.next-prev-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
}

.form-group {
    width: 100%;
    margin-bottom: 25px
}

.form-group .form-control {
    width: 100%;
    padding: 10px;
    outline: 0;
    border: 1px solid #1b82bc;
    line-height: 1.7
}

.form-group textarea.form-control {
    height: 150px;
    resize: none
}

.submit-btn input[type=submit] {
    background: #1b82bc;
    border: 1px solid #1b82bc;
    outline: 0;
    cursor: pointer;
    padding: 10px 20px;
    color: #fff;
    border-radius: 20px;
    transition: .3s
}

.detail-wrapper .column-right h4 {
    padding-bottom: 10px
}

.detail-wrapper .column-left {
    width: 65%
}

.detail-wrapper .column-right {
    width: 35%;
    padding-left: 40px
}

.detail-wrapper img {
    margin-bottom: 20px;
    width: 100%
}

.call_now {
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 60px;
    box-shadow: 0 0px 15px #e1e1e1;
}

.call_now h3 {
    font-size: 18px;
    margin-bottom: 15px
}

.call_now p {
    color: #757575;
    display: inline-block
}

.call_now a {
    border: 1px solid #1b82bc;
    display: block;
    padding: 10px 0;
    font-size: 20px;
    background: #1b82bc;
    color: #fff;
    border-radius: 5px;
}

.detail-wrapper {
    padding-bottom: 70px
}

.blog-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

.blog-row .recommended-blogs {
    width: 33.33%;
    padding: 15px;
}

.blog-row .recommended-blogs span::after {
    height: 5px;
    bottom: 4px;
}

.blog-row figure img {
    height: 100%;
    width: 100%;
    border-radius: 20px 20px 0 0;
    display: block;
}

.blog-row .blog-text {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 0 0 20px 20px
}

.blog-row .blog-text a h3 {
    font-size: 18px;
    color: #000
}

span.read-blog {
    color: #006aa1;
    display: inline-block;
    margin-top: 10px;
    font-size: 16px
}

.recommended-box img {
    display: block;
    margin-bottom: 10px;
}

.recommended-box a.recommended-blogs {
    margin-bottom: 15px;
    display: block;
}

.recommended-box .blog-text span::after {
    height: 5px;
    bottom: 4px;
}

@media (max-width:767px) {
    .side-slide {
        position: absolute;
        background: #fff;
        width: 100%;
        z-index: 9999;
        height: 100%;
        top: 60px;
        right: 0;
        display: none;
        padding: 20px 30px
    }

    .side-slide.active {
        right: 0;
        transition: .9s
    }

    .blog-row .recommended-blogs {
        width: 100%;
        padding: 10px 0
    }

    .detail-banner {
        padding: 40px 0 50px;
        margin-bottom: 20px
    }

    .detail-wrapper {
        padding-bottom: 40px
    }

    .detail-wrapper .column-left {
        width: 100%
    }

    .detail-wrapper .column-right {
        display: none
    }
    .main-image{
        display: none;
    }
}

.pagination-section {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 30px;
}

p.text-sm.text-gray-700.leading-5 {
    margin-bottom: 10px;
}

.flex.justify-between.flex-1.sm\:hidden {
    display: none;
}

svg.w-5.h-5 {
    display: none;
}

span.relative.inline-flex.items-center.px-4.py-2.-ml-px.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.cursor-default.leading-5 {
    border: 1px solid grey;
    border-radius: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 17px;
    padding-right: 17px;
    background: #1b82bc;
    color: #fff;
    border: none;
}

a.relative.inline-flex.items-center.px-4.py-2.-ml-px.text-sm.font-medium.text-gray-700.bg-white.border.border-gray-300.leading-5.hover\:text-gray-500.focus\:z-10.focus\:outline-none.focus\:ring.ring-gray-300.focus\:border-blue-300.active\:bg-gray-100.active\:text-gray-700.transition.ease-in-out.duration-150 {
    border: 1px solid grey;
    border-radius: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    background: #1b82bc;
    color: #fff;
    border: none;
}

.name-change-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.airline-cancel-inner-img img {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.pagination-section span::after {
    display: none;
}

/* for blog h4 tag */

.detail-wrapper .detail-row .column-left h4 {
    font-family: 'Poppins';
    color: #000;
    margin-bottom: 15px;
}
.tablcls tr td {
 padding: 10px 10px;
}

.infant-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
} 
.acc-head.active i {
    transform: rotate(180deg);
    transition: 0.3s;
}

.search__panel {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.849), rgba(0, 0, 0, 0.884));
    width: 100%;
    height: 100%;
    z-index: 9999;
    padding: 3rem 0;
    display: none;
    visibility: visible;
    transform: translateY(3rem);
    transition: opacity .3s ease-in-out, transform .3s ease-in-out, left 0s .3s, right 0s .3s;
}

.search__inner {
    padding: 4rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.search__inner {
    padding: 4rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.close_srch_panel {
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 2;
}

.srch_box form {
    margin: 0 auto;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    -webkit-text-stroke: 0 !important;
    -webkit-font-smoothing: antialiased !important;
    transition: all ease-in .3s;
    width: 100%;
    color: #fff;
}

.srch_box input.search_text {
    color: #fff;
}

.search_text {
    border: none;
    border-bottom: 1px solid #b9b9b9;
    width: 100%;
    background: transparent;
    padding: 1rem 0;
    /* margin: 1rem 0 2rem; */
    font-size: 40px;
    line-height: 1.05;
    font-weight: 600;
    color: #fff;
}

button,
input[type="button"],
input[type="reset"] {
    background-color: #455a64;
    border-radius: 0;
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 15px;
    line-height: 1.5;
    padding: 10px 20px;
}

.search-form {
    position: relative;
}

.search-form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
}

.close_srch_panel {
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 2;
}

.close_srch_panel::before {
    transform: rotate(-45deg);
}

.close_srch_panel::before,
.close_srch_panel::after {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 20px;
    height: 2px;
    top: 11px;
    left: 3px;
}

.close_srch_panel::after {
    transform: rotate(45deg);
}

.close_srch_panel::before,
.close_srch_panel::after {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 20px;
    height: 2px;
    top: 11px;
    left: 3px;
}

.search-icon {
    cursor: pointer;
    margin-right: 18px;
}
a {
    text-decoration: none!important;
}

@media(max-width:480px){
    .search-icon {
        margin-right: 5px;
    }
    .toggle {
        padding: 5px 5px;
    }
}