@import url('https://fonts.cdnfonts.com/css/sachssy');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

@media (min-width: 120px) and (max-width: 478px) {

    ::-webkit-scrollbar { display: none; }
    .navbar-brand img {
        width: 100px !important;
        height: 75px !important;
        overflow: hidden;
        position: relative !important;
        z-index: 1;
        top: 0;
        box-shadow: none !important;
        background-color: white;
    }

    .footer ul li {
        padding-left: 0px;
        margin-bottom: 0.2cm;
        text-align: center !important;
        font-size: 11px;
    }

    .footer_title {
        text-align: center !important;
        padding-top: 1cm;
        padding-left: 0px !important;
    }

    .footer_title_icon ul li {
        display: inline-block;
        margin-right: 20px;
        margin-left: 0px !important;
    }

    .footer_title_icon ul {
        justify-content: center;
        text-align: center;
    }

    .footer ul {
        padding-left: 0px !important;
    }

    .footer {
        width: 100% !important;
        top: 0% !important;
        left: 0% !important;

    }

    .footer_wrapper {
        position: relative;
        background-color: #D8E5E3 !important;
        height: 1550px !important;
        text-align: center !important;
    }

    .footer_CopyWrapper {
        height: 210px !important;
        text-align: center !important;
    }

    .Package_wrapper_box .carousel-control-prev {
        display: none !important;
    }

    .Package_wrapper_box .carousel-control-next {
        display: none !important;
    }

    .header .navbar .nav-link {
        margin: 0px !important;
        padding-top: 23px !important;
        text-align: left !important;
        padding-left: 10px;
    }

    .navbar-collapse {
        width: 100% !important;
    }

    .header .navbar .dropdown-menu {
        border: none !important;
        box-shadow: none !important;
        margin-left: 10px;
    }

    .header .navbar {
        height: auto !important;
    }

    .footer_CopyWrapper .payment_logo span {
        float: none !important;
        margin-top: 0.5cm !important;
    }

    .footer_CopyWrapper_allright {
        text-align: center !important;
    }

    .footer_CopyWrapper_privacy {
        text-align: center !important;
    }

    .mobile_header_logo {
        height: 90px !important;
        justify-content: center !important;
        width: 100%;
        padding-top: 4% !important;
        line-height: 50px;
    }

    .mobile_header_logo .brand_logo img {
        width: 77px !important;
    }

    .gift-icon img {
        width: 18px !important;
        height: 18px !important;
    }

    .gift-icon {
        width: 40px !important;
        height: 40px !important;
        background-color: white !important;
        justify-content: center !important;
        text-align: center !important;
        align-items: center !important;
        border-radius: 50% !important;
        border: 0.5px solid #C4C4C4 !important;
        margin-left: 10px;
        padding-top: 2px;

    }

    .Search_Bar_mobile {
        position: absolute !important;
        right: 0 !important;
    }

    .Search_Bar_mobile .gift_icon {
        width: 40px;
        height: 40px;
        background-color: white;
        justify-content: center;
        text-align: center;
        align-items: center;
        border-radius: 50%;
        border: 0.5px solid #C4C4C4;
        margin-left: 10px;
        padding-top: 2px;
        line-height: 10px !important;
    }

    .Search_Bar_mobile .gift_icon img {
        width: 20px;
        min-height: 33px;
        margin: auto;
        top: 18%;
    }

    .Gift_bucket_secondline {
        margin-top: 0.1cm;
        line-height: 19px;
        float: right;
        width: 40px;
    }
    .Gift_bucket_title{
        /* height: 0.8cm !important; */
        margin-top: 0cm !important;
    }
    .Gift_bucket_line_Rate{
        margin-top: 0cm !important;
    }
    .mobile_menu {
        border-top: 0.5px solid #C4C4C4;
        border-bottom: 0.5px solid #C4C4C4;
        margin-bottom: 0.5cm;
        width: 103% !important;
    }

    .mobile_menu .navbar-collapse {
        min-width: 410px !important;
        padding-left: 10px;
    }

    .mobile_menu .navbar-collapse .dropdown-toggle::after{
        display: none !important;
    }
    .mobile_menu .mega-content .list-group-item img{
        width: 17px !important;
        margin-right: 12px;
    }
    .mobile_menu .nav-item a:hover{
        background-color: #DFF1F0;
        color: #0CA296;
    }
    .mobile_menu .navbar {
        padding: 0px;
    }

    .mobile_menu .Search_Bar {
        position: absolute;
        margin-left: 12%;
        top: 75px;
    }

    .mobile_menu .Search_Bar .search {
        margin-bottom: auto;
        margin-top: auto;
        height: 35px;
        background-color: #fff;
        border-radius: 10px;
        border: 0.5px solid #C4C4C4;
        padding: 0px 10px;
    }

    .mobile_menu .search_input {
        color: black;
        border: 0;
        outline: 0;
        background: none;
        width: 0;
        margin-top: 5px;
        caret-color: transparent;
        line-height: 25px;
        transition: width 0.4s linear;
        font-size: 11px;
        padding: 0px 10px;
        width: 270px;
        caret-color: black;
        transition: width 0.4s linear;
    }

    /* .mobile_menu .search:hover>.search_icon {
        background: red;
        color: black;
        ;
    }
 */
    .mobile_menu .search_icon {
        height: 40px;
        width: 40px;
        float: right;
        display: flex;
        align-items: center;
        border-radius: 50%;
        color: black;
    }

    .Footer_search {
        width: 92% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .footer_logo img{
        margin-left: 0% !important;
    }

}

@media (min-width: 479px) and (max-width: 990px) {
    .footer_title_icon {
        display: flexbox !important;
    }

    .footer_title_icon ul li {
        display: inline-block;
        margin-right: 20px;
    }

    .footer_title_icon ul {
        justify-content: center;
        text-align: center;
    }

    .Package_wrapper_box .carousel-control-prev {
        display: none !important;
    }

    .Package_wrapper_box .carousel-control-next {
        display: none !important;
    }

    .header .navbar .nav-link {
        margin: 0px !important;
    }

    .navbar-brand img {
        width: 100px !important;
        height: 75px !important;
        overflow: hidden;
        position: relative !important;
        z-index: 1;
        top: 0;
        box-shadow: none !important;
        background-color: white;
    }

    .navbar-collapse {
        margin: 0 !important;
    }

}

.form-control:focus {
    outline: none !important;
    /* Disable outline on focus */
    box-shadow: none !important;
    /* Disable box-shadow on focus */
}

.form-control:focus,
.btn:focus {
    outline: none !important;
    /* Disable outline on focus */
    box-shadow: none !important;
    /* Disable box-shadow on focus */
}

body {
    font-family: "Inter", sans-serif;
    background-color: white;
    font-size: 16px;
    color: #363a45;
    letter-spacing: 0.25px;
}

html {
    overflow: scroll;
    overflow-x: hidden;
}

a {
    color: #363A45;
}
a:hover{
    color: #363A45;
}
.header .navbar {
    padding-top: 8px;
    font-size: 18px;
    /* height: 75px !important; */
    position: relative;
    height: 150px;
}

.header .navbar-collapse {
    z-index: 4;
    background-color: white;
    width: 100% !important;
    margin-top: 88px;
    margin-left: 10px;
}

.navbar-brand {
    padding-right: 1.5cm !important;
    width: 180px;
}

/* Style the active state of the dropdown item */
.dropdown-item.active,
.dropdown-item:focus {
    color: #4A4E58;
    /* Change the color to red */
    background-color: #F5FFFE;
}

.dropdown-item:hover {
    color: #4A4E58;
    /* Change the color to red */
    background-color: #F5FFFE;
}

.navbar-brand img {
    width: 145px;
    height: 122px;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    top: 0%;
    /* box-shadow: rgba(0, 0, 0, 0.10) 0px 2px 7px; */
    background-color: white;
    padding: 0px;
    padding-top: 16px;
}

.header .navbar .nav-item {
    min-width: 140px;
    color: #363A45 !important;
}

.header .navbar .nav-link {
    color: #363A45 ;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    padding-top: 0px;
    padding-bottom: 0px;
}

.header .navbar .nav-link span {
    margin-left: 3px;
    display: inline;
}

.nav_item_icon {
    font-weight: 400;
    font-size: 15px !important;
    margin-right: 5px;
    display: inline-flex;
    color: #363a45;
}

.navbar-nav .mobile_number a {
    font-weight: 500 !important;
}

.header .navbar .dropdown-menu {
    margin-top: -1px !important;
    border: none !important;
    box-shadow: rgba(0, 0, 0, 0.10) 0px 2px 7px;
    left: 0;
    right: 0;
    width: 930px;
    margin: auto;
}

.How_it_works {
    border: 1px solid #0CA296;
    border-radius: 20px;
    margin-left: 1.5cm;
    padding-left: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 12px;
    margin-top: -2px;
    transition: 0.5s;
}
.How_it_works:hover{
    background-color: #0CA296;
    color: white !important;
}
.How_it_works:hover a{
    color: #fff !important;
}
.header .mega-content .list-group-item {
    border: none !important;
}

.topHeader {
    background-color: #2082C1;
    height: 45px;
    color: white;
    font-size: 13px;
    font-weight: 500;
    line-height: 41px;
}

.topHeader .col {
    max-width: 20%;
}

.topHeader a {
    color: white;
    font-size: 13px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.topHeader a span img {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.topHeader_mobile {
    background-color: #2082C1;
    height: 45px;
    color: white;
    font-size: 13px;
    font-weight: 500;
    line-height: 41px;
    text-align: center;
}

.topHeader_mobile span {
    margin-left: 10px;
}

.topHeader_mobile span img {
    width: 30px;
    height: auto;
    padding-left: 10px;
}

.Search_Bar {
    position: absolute;
    margin-left: 9%;
    top: 70px;

}

.Search_Bar .search {
    margin-bottom: auto;
    margin-top: auto;
    height: 35px;
    background-color: #fff;
    border-radius: 10px;
    border: 0.5px solid #C4C4C4;
    padding: 0px 10px;
}

.Search_Bar .search_input {
    color: black;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    margin-top: 5px;
    caret-color: transparent;
    line-height: 25px;
    transition: width 0.4s linear;
    font-size: 11px;
}

.Search_Bar .search .search_input {
    padding: 0px 10px;
    width: 800px;
    caret-color: black;
    transition: width 0.4s linear;
}

.Search_Bar.search:hover>.search_icon {
    background: red;
    color: black;
;
}

.Search_Bar.search_icon {
    height: 40px;
    width: 40px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: white;
    background-color: black;
}

.Search_Bar .gift_icon {
    width: 40px;
    height: 40px;
    background-color: white;
    justify-content: center;
    text-align: center;
    align-items: center;
    border-radius: 50%;
    border: 0.5px solid #C4C4C4;
    margin-left: 10px;
    padding-top: 2px;
}

.Search_Bar .gift_icon img {
    width: 20px;
    min-height: 33px;
    margin: auto;
    top: 18%;
}

a:link {
    text-decoration: none;
}

.navbar-nav .nav-item:last-child .nav-link {
    border-right: none;
    /* Remove border from the last navbar item */
}

.container-fluid {
    margin: 0px !important;
    padding: 0px !important;
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

hr {
    color: rgb(153, 153, 153);
}

.title {
    font-size: 30px;
}

.footer {
    padding-top: 1cm;
}

.footer_wrapper {
    position: relative;
    background-color: #D8E5E3 !important;
    height: 475px;
}

.footer a {
    color: #000000;
}

.footer_title {
    padding-left: 38px;
    margin-bottom: 0.2cm;
    font-weight: 900;
    font-size: 16px;
    color: #363a45;
}

.footer_content ul li {
    padding: 6px;
}

.footer_content ul li a {
    font-size: 16px !important;
    letter-spacing: 0.25px;
    font-weight: 200;
    line-height: 1.7;
    color: #363a45 !important;
}

.footer_content ul li:hover {
    background-color: #e0eae9;
}

.footer_title_icon {
    margin-top: 0.6cm;
}

.footer_title_icon a img {
    height: 20px;
    width: 20px;
}

.footer_title_icon ul li {
    display: inline-block;
    border: 1px solid #0000001F;
    height: 45px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 45px;
    text-align: center;
    margin-left: 10px;
}

.footer_title_icon ul {
    margin-left: 0px !important;
    padding-left: 0px !important;
}

.footer_CopyWrapper {
    background-color: #D8E5E3 !important;
    color: #000000;
    height: 55px;
    line-height: 50px;
    font-size: 11px;
    font-family: "Inter", sans-serif !important;
}

.footer_CopyWrapper_allright {
    text-align: right;
}

.footer_CopyWrapper_privacy {
    text-align: right;
}

.footer_CopyWrapper span a {
    color: #000000;
}

.package_Drop_Icon i {
    font-size: 14px;
    color: #363A45;
}

/* packege mobile menu */
.packages_mobile_wrapper {
    position: relative;
}

.packages_mobile_wrapper .col {
    margin-left: 9px !important;
    margin-right: 0px !important;
    background-color: white !important;
    max-width: 45% !important;
    padding: 5px !important;
    margin-top: 22px !important;
    margin-bottom: 5px;
    height: 140px !important;
    text-align: center;
    border-radius: 12px;
    /* box-shadow: rgba(70, 70, 70, 0.14) 0px 1px 1px; */
    box-shadow: rgba(0, 0, 0, 0.10) 0px 2px 7px !important;
}

.packages_mobile_wrapper .indicator_prev {
    position: absolute;
    top: 40%;
    left: 0%;
    right: 0;
    font-size: 25px;
    color: #00BEAC !important;
}

.packages_mobile_wrapper .indicator_next {
    position: absolute;
    top: 40%;
    right: 0%;
    font-size: 25px;
    color: #00BEAC !important;
}

.packages_mobile_wrapper .carousel-item {
    backface-visibility: hidden !important;
    background-color: #F5FFFE !important;
}

/* packege mobile menu End*/

.footer_logo img {
    width: 147px;
    height: 112px;
    margin-left: -7%;
}

.footer_callnow .callnow_icon {
    margin-right: -10px;
}

.footer_callnow_callus {
    margin-top: 5px;
    font-size: 16px;
    font-weight: 300;
}

.footer_callnow_number {
    font-size: 16px;
    font-weight: bold;
    margin-top: 2px;
}

.Footer_search {
    margin-bottom: 0.5cm;
    margin-top: 0.5cm;
    height: 45px;
    background-color: #fff;
    border-radius: 30px;
    padding: 0px 0px 0px 10px;
    width: 100%;
}

.Footer_search .search_input {
    color: black;
    border: 0;
    outline: 0;
    height: 45px;
    background: none;
    caret-color: transparent;
    line-height: 28px;
    transition: width 0.4s linear;
    padding: 0px 10px;
    width: 80%;
    caret-color: black;
    transition: width 0.4s linear;
}

.Footer_search .search:hover>.search_icon {
    background: red;
    color: black;
;
}

.Footer_search .search_icon {
    height: 43px;
    width: 43px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: black;
    background-color: #D9D9D9;
    margin-right: 1px;
    margin-top: 1px;
}

.footer_CopyWrapper hr {
    margin: 0px;
    color: inherit;
    background-color: #C4C4C4;
    border: 0;
    opacity: 1;
}

.footer_CopyWrapper .payment_logo span {
    float: left;
    width: 50px;
}

.footer_CopyWrapper .payment_logo span {
    margin: auto;
    text-align: center;
}

.footer_CopyWrapper .payment_logo img {
    width: 50px;
}

.Gift_bucket_counters {
    width: 100% !important;
}

.mobile_header_logo {
    height: 120px;
}

.mobile_logo {
    width: 80px !important;
}

.Gift_bucket .mega-content {
    width: 325px;
    font-size: 12px;
}

.Gift_bucket_wrapper {
    border-bottom: 0.5px solid #C4C4C4;
    padding-top: 0.5cm;
    padding-bottom: 0.5cm;
}

.Gift_bucket .nav-item {
    list-style: none !important;
}

.Gift_bucket .nav-link {
    display: inline-block !important;
}

.Gift_bucket_line_header {
    background-color: #F8F7F6;
    height: 80px;
    padding-top: 10px;
    line-height: 2;
}

.Gift_bucket_line {
    margin-top: 0.5cm;
}

.Gift_bucket_line_img img {
    width: 130px;
    height: 130px;
    border-radius: 5px;
}

.Gift_bucket_line_icon {
    border-radius: 50%;
    border: 0.5px solid rgba(212, 212, 212, 0.705);
    width: 25px;
    height: 25px;
    text-align: center;
    padding-top: 2px;
}

.Gift_bucket_line_icon img {
    width: 14px;
    height: 14px;
    margin: auto;
    text-align: center;
}

.Gift_bucket_secondline {
    margin-top: 0.4cm;
    float: right;
    width: 40px;
}

.Gift_bucket_line_Rate {
    margin-top: 0.4cm;
    font-weight: bold;
}
.Gift_bucket_title{
    margin-top: 0.3cm;
    line-height: 2;
}
.Gift_bucket_counters span {
    margin-right: 10px;
}

.Gift_bucket_counters .Gift_bucket_controlers {
    border-radius: 50%;
    border: 0.5px solid rgba(212, 212, 212, 0.705);
    width: 25px;
    height: 25px;
    display: inline-block;
    padding-top: 2px;
    text-align: center;
}

li.open>a>span {
    border-top: 0px !important;
    border-bottom: 4px dashed !important;
}

.header .mega-content .card {
    margin-bottom: 1cm;
    position: relative;
    height: 200px;
    border: none !important;
}

.header .mega-content .card img {
    height: 180px;
    border-radius: 10px;
    object-fit: cover;
}

.header .mega-content .card-text_two{
    position: absolute;
    top: 77%;
    left: 7%;
    height: 30px;
    width: 100px;
    background-color: white;
    border-radius: 5px;
    text-align: center;
    align-items: center;
    padding-top: 3px;
}

.header .mega-content .card-text_one{
    position: absolute;
    top: 30%;
    left: 7%;
    text-align: center;
    align-items: center;
    color: white;
    font-size: 32px;
    font-weight: 400;

}
.mega-content .list-group-item img{
    width: 17px !important;
    margin-right: 10px;
}
.mega-content .list-group a:hover{
    background-color: #DFF1F0;
    color: #0CA296;
}
.mega-content .list-group a:hover,img{
    color: #0CA296;
}
/* .image_over {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(141, 192, 187, 1) 0%, rgba(9, 121, 78, 0) 50%);
    height: 290px;
} */


/*notification*/
.notification {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #4caf50;
    color: white;
    padding: 15px 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
    width: 180px
}
.notification.show {
    opacity: 1;
    visibility: visible;
}
