@import url(/Content/css/variable.css);

.homebanner {
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 422px;
    display: flex;
    align-items: center;
    object-fit: cover;
    padding-top: 110px;
    padding-bottom: 180px;
    margin-top: 30px
}

.guest-reviews-section .progress-bar, .rounded-section {
    background-color: #cd2c22 !important
}

.banner-caption h1 {
    color: #fff;
    font-size: 45px;
    font-weight: 400
}

.visa-sec-start .header h2 {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 7px;
    text-transform: capitalize
}

.offer-sec-heading h3 {
    font-weight: 500;
    color: #3e3e3e;
    font-size: 21px
}

.banner-caption p {
    font-size: 20px;
    color: #fff;
    font-weight: 400
}

.banner-caption {
    padding-top: 30px
}

.csideform .search-panel {
    max-width: 700px;
    margin: auto;
    cursor: pointer;
    background: #fff;
    border-radius: 40px
}

.search-pan-differon {
    width: 30%
}

.search-pan-differ {
    width: 70%
}

.csideform .search-panel .sch-panel-div {
    display: flex;
    justify-content: space-between;
    padding: 0 0 0 8px
}

.sch-panel-div .srch-panel-col ul.searchlist-category {
    width: 100%;
    height: 200px;
    overflow-y: scroll
}

    .sch-panel-div .srch-panel-col ul.searchlist-category::-webkit-scrollbar {
        width: 5px
    }

    .sch-panel-div .srch-panel-col ul.searchlist-category::-webkit-scrollbar-track {
        background: #f1f1f1
    }

    .sch-panel-div .srch-panel-col ul.searchlist-category::-webkit-scrollbar-thumb {
        background: #888
    }

.search-box .searchlist-category .drop-list {
    border-bottom: 1px solid;
    color: #3e3e3e;
    font-weight: 550;
    font-size: 14px;
    padding: 10px 20px
}

    .search-box .searchlist-category .drop-list:hover {
        background-color: var(--primary-color);
        color: #fff
    }

.csideform .search-panel .sch-panel-div .srch-panel-col .search-box .frminput {
    background-color: transparent;
    outline: 0;
    height: 62px;
    padding: 0 10px 0 35px;
    width: 100%;
    cursor: pointer;
    border: none;
    border-radius: 7px
}

.travels-holiday-icons {
    position: absolute;
    top: 17px;
    left: 10px;
    font-size: 18px;
    color: var(--primary-color)
}

.csideform .search-panel .sch-panel-div .srch-panel-col .search-box .search-btn {
    width: 100%;
    height: 62px;
    background-color: var(--primary-color);
    outline: 0;
    border: none;
    margin-left: 10px;
    text-align: center !important;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    padding: 0 10px;
    color: #fff;
    font-size: 20px;
    cursor: pointer
}

    .csideform .search-panel .sch-panel-div .srch-panel-col .search-box .search-btn:hover {
        background-color: var(--secondary-color)
    }

.csideform .search-panel .sch-panel-div .srch-panel-col .search-box .frminput::placeholder {
    font-size: 14px
}

.pack-section .pack-sec-start {
    position: relative
}

.pack-section {
    margin-bottom: 20px
}

.holidayslider .owl-nav, .visdetail_content {
    display: none
}

.pack-section .pack-sec-start .pack-img img {
    width: 100%;
    height: calc(240px - 64px);
    object-fit: cover;
    transition: .1s;
    opacity: .6;
    border-radius: 10px
}

.fixedtop_package {
    position: fixed;
    width: 100%;
    margin: auto;
    z-index: 9;
    right: 0;
    left: 0;
    top: 43px;
    transition: .5s;
    padding: 0;
    border-radius: 0
}

.package-tab-start {
    background-color: var(--primary-color);
    border-radius: 10px
}

.package-tabs-body .package-tab-start .nav-pills.primary .nav-link {
    background: 0 0;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    cursor: pointer
}

.pack-section .pack-sec-start .pack-img img:hover {
    transform: scale(1.1)
}

.pack-section .pack-sec-start .pack-img {
    overflow: hidden;
    background-color: #000;
    border-radius: 10px
}

.pack-section .pack-sec-start .pack-contant {
    position: absolute;
    bottom: 10px;
    left: 10px
}

    .pack-section .pack-sec-start .pack-contant h4 {
        color: #fff;
        font-size: 22px;
        font-weight: 500;
        margin: 0
    }

    .pack-section .pack-sec-start .pack-contant span {
        color: #fff;
        font-size: 18px
    }

.visa-sec-start {
    margin: 40px 0
}

@media(max-width:769px) {
    .fixedtop_package, .package-highlights-panel {
        overflow-x: scroll
    }

    .csideform .search-panel .sch-panel-div .srch-panel-col {
        flex: auto;
        margin-bottom: 0
    }

    .fixedtop_package {
        position: fixed;
        width: 94%;
        margin: auto;
        z-index: 9;
        right: 0;
        left: 0;
        top: 52px;
        transition: .5s;
        padding: 0
    }

    .package-highlights-panel .nav-pills {
        width: 600px
    }

    .blog-section-start .blog-captions .heading {
        color: #fff;
        font-weight: 400;
        font-size: 25px
    }

    .bg-cover.position-relative.mb-5 {
        padding: 72px 0 2px !important
    }

    .search-pan-differon {
        width: 20px
    }

    .pack-section .pack-sec-start .pack-img img {
        width: 100%
    }

    .card-package-visit a {
        border-radius: 10px;
        overflow: hidden;
        display: block
    }

    .csideform .search-panel .sch-panel-div {
        flex-wrap: wrap
    }

    .homebanner {
        padding-top: 90px;
        padding-bottom: 61px;
        height: 240px
    }
}

.buttosubmit, .package-tabs-body .package-tab-start .nav-pills.primary .nav-link.active {
    color: #fff !important
}

#BusinessVisa {
    display: block
}

.tabsVisatype {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 0;
    outline: 0;
    font-weight: 500;
    border: none;
    border-radius: 10px
}

    .tabsVisatype:hover {
        background: #1d71b8;
        color: #fff;
        font-weight: 500;
        font-size: 16px
    }

    .tabsVisatype.current {
        background: var(--secondary-color);
        color: #fff;
        font-weight: 500;
        font-size: 16px
    }

.tabx .table {
    border: 1px solid #d1d2d3
}

div#pillstour-tabContent {
    margin-bottom: 50px
}

.visa_overvie {
    padding: 10px
}

.bg_tabcolor {
    background: #ffe6e5;
    margin-top: 20px
}

.visadynaimg-sec {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px
}

.nav-pills .show > .nav-link, .package-tabs-body .package-tab-start .nav-pills .nav-link.active {
    background: var(--secondary-color) !important;
    color: #fff !important
}

.visa-headd {
    font-size: 16px
}

.visdetail_content .visa-headd {
    font-size: 18px;
    color: #1d71b8;
    text-transform: capitalize
}

.country_visa {
    font-size: 21px;
    margin-bottom: 20px;
    text-align: left;
    font-weight: 500
}

.visdetail_content p {
    font-size: 13px;
    color: #000;
    font-weight: 400
}

.visaBackground {
    background: url(../../Content/images/visa/visaBAckground.png) top/cover
}

.visaQueryform {
    margin-bottom: 50px;
    padding: 12px;
    border-radius: 17px
}

.input_Qury {
    font-size: 15px;
    margin-bottom: 20px;
    height: 36px;
    padding-left: 40px
}

.buttosubmit, .tablemodulevisa-type table th {
    font-size: 14px
}

.inconscontact-settleone-from {
    top: 8px !important;
    left: 14px !important
}

.input_Qury::placeholder {
    color: #000
}

.visaQueryform label {
    font-size: 15px;
    margin-bottom: 8px;
    color: #000
}

.buttosubmit {
    width: 100%;
    background: var(--primary-color) !important;
    padding: 13px
}

.head_styiline h1 {
    text-align: center;
    font-size: 34px;
    text-transform: uppercase;
    color: #1d71b8;
    letter-spacing: 1px;
    font-family: "Playfair Display",serif;
    font-weight: 400
}

    .head_styiline h1 span {
        margin-top: 5px;
        font-size: 15px;
        color: #444;
        word-spacing: 1px;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-family: Raleway,sans-serif;
        font-weight: 500;
        display: grid;
        grid-template-columns: 1fr max-content 1fr;
        grid-template-rows: 27px 0;
        grid-gap: 20px;
        align-items: center
    }

        .head_styiline h1 span:after, .head_styiline h1 span:before {
            content: " ";
            display: block;
            border-bottom: 1px solid #1d71b8;
            border-top: 1px solid #1d71b8;
            height: 5px
        }

@media(max-width :769px) {
    .package-tabs-body {
        margin-top: 18px !important
    }

    .package-highlights-panel {
        margin-bottom: 22px
    }

    .pack-section .pack-sec-start .pack-img {
        margin-bottom: 12px
    }
}

@media(max-width:992px) {
    .tabs_Visa {
        display: flex;
        width: 491px;
        gap: 23px
    }

    .bg-cover {
        padding: 103px 0 41px !important;
        font-size: 20px
    }
}

@media only screen and (max-width:600px) {
    .tabs_Visa {
        display: flex;
        width: 491px;
        gap: 23px
    }

    .pack-section {
        margin-bottom: 0
    }

    .tabsvisalist-main {
        overflow-x: scroll
    }
}
