* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {
    font-family: "Inter", sans-serif;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
.container {
    max-width: 100%;
    padding: 0 50px;
}
p{
    font-size: 14px;
}
/* Header Sec */
.header_sec {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: #ffffff;
}
.header_sec.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation: slide-down 0.7s;
    opacity: 1;
    animation-duration: 1s;
    animation-direction: normal;
    animation-delay: 0s;
    border-bottom: 1px solid #e6e6e6;
}
@keyframes slide-down{
    0%{opacity:0;transform:translateY(-100%);} 
    50%{opacity:0;transform:translateY(-100%);} 
    100%{opacity:1;transform:translateY(0);} 
}

.header_sec .logo {
    width: 280px;
    text-decoration: none;
}
.header_sec .logo img {
    width: 100%;
}
.header_sec .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_sec .navbar .book_menu .contact_btn {
    display: none;
}
.nav_header_sec .navbar .book_menu {
    display: none;
}
.header_sec .m_book_btn {
    margin-right: 8px;
    background: #0048D8;
    padding: 4px 9px;
    color: #fff;
    border-radius: 7px;
    font-size: 14px;
    text-decoration: none;
    display: none;
    align-items: center;
}
.header_sec .m_book_btn:hover {
    background: #0939d6;
    color: #fff;
}

.header_sec .top_header_sec .container .r_sec .search_box {
    position: relative;
}
.header_sec .nav_header_sec .search {
    font-size: 22px;
}

.header_sec .top_header_sec .container .r_sec .search_box .form_group input[type="text"] {
    border: 1px solid #eaeaea;
    padding: 6px;
    height: 34px;
    font-size: 14px;
    border-radius: 3px;
}

.header_sec .top_header_sec .container .r_sec .search_box i {
    position: absolute;
    right: 10px;
    top: 9px;
    font-size: 14px;
    color: #212529;
}

.header_sec .contact_btn i {
    margin-right: 12px;
}
.header_sec .nav_header_sec {
    padding: 18px 0;
}
.header_sec .nav_header_sec .navbar .nav_list .navbar-nav li a {
    color: #040f30;
    margin: 0 17px 0;
    font-size: 17px;
    position: relative;
    padding: 0 0 5px;
}
.header_sec .nav_list ul.navbar-nav {
    align-items: center;
}

.header_sec .nav_header_sec .navbar .nav_list .navbar-nav li a.search:hover:before {
    display: none;
}
.header_sec .nav_header_sec .navbar .nav_list .navbar-nav li.active a, .header_sec .nav_header_sec .navbar .nav_list .navbar-nav li a:hover {
    color: #fe5f18;
}
.header_sec .nav_header_sec .m_search_contact {
    display: none;
}
.header_sec .nav_header_sec .container {
    justify-content: space-between;
    padding: 0 50px;
}
.header_sec .nav_header_sec .logo.m_logo {
    width: 140px;
    display: none;
}
/* Header Sec */

.home_page {
    margin-top: 93px;
}

/* Banner Sec */

.banner_sec {
    position: relative;
}
.banner_sec img {
    width: 100%;
}
.banner_sec .container {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}

.banner_sec .bannert_text_content {
    width: 40%;
    display: flex;
    flex-direction: column;
}
/* LEFT */
.banner_sec .bannert_text_content .banner-label {
    display:inline-block;
    color:#FF6200;
    font-size:14px;
    font-weight:700;
    letter-spacing:3px;
    margin-bottom:18px;
}
.banner_sec .bannert_text_content .banner_title {
    font-size:56px;
    line-height:1.08;
    color:#111827;
    font-weight:800;
    margin-bottom:22px;
}
.banner_sec .bannert_text_content .banner_title span {
    color:#FF6200;
}
.banner_sec .bannert_text_content p {
    font-size: 20px;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 30px;
    font-weight: 500;
}
/* Search */

.banner_sec .bannert_text_content .search-box {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 18px;
    position: relative;
}
.banner_sec .bannert_text_content .search-box i {
    position: absolute;
    left: 20px;
    font-size: 18px;
    top: 23px;
}
.banner_sec .bannert_text_content .search-box input {
    flex: 1;
    border: none;
    outline: none;
    padding: 18px 20px 18px 50px;
    font-size: 16px;
}
.banner_sec .bannert_text_content .search-box input::placeholder {
    color:#9CA3AF;
}
.banner_sec .bannert_text_content .search-box button {
    background:#FF6200;
    color:#fff;
    border:none;
    cursor:pointer;
    padding:18px 30px;
    font-size:16px;
    font-weight:700;
    transition:.3s;
}
.banner_sec .bannert_text_content .search-box button:hover {
    background:#E45700;
}
.banner_sec .bannert_text_content .banner-note {
    color: #000000;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 600;
}

/* RIGHT IMAGE */


/* Banner Sec */

/* Help Center Section */

.help-center-section {
    padding: 40px 0;
    background: #fff;
}
.help-center-section .help-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:18px;
}

/* Card */

.help-center-section .help-card{
    background:#fff;
    border:1px solid #ECECEC;
    border-radius:14px;
    overflow:hidden;
    transition:.35s ease;
    position:relative;
}

.help-center-section .help-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 35px rgba(0,0,0,.08);
    border-color:#ff6600;
}

/* Image */

.help-center-section .help-icon {
    padding: 15px;
}

.help-center-section .help-icon img{
    width:100%;
    object-fit:contain;
}

/* Content */

.help-center-section .help-content{
    padding:0 18px 22px;
    position:relative;
}

.help-center-section .help-content .title{
    font-size:20px;
    font-weight:700;
    color:#111;
    margin-bottom:10px;
}

.help-center-section .help-content p{
    font-size:14px;
    line-height:1.7;
    color:#666;
    min-height:70px;
}

/* Orange Arrow Button */

.help-center-section .help-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #ff6600;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin-top: 0;
    transition: .3s;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.help-center-section .help-btn i{
    transition:.3s;
}

.help-center-section .help-card:hover .help-btn{
    background:#ff7d1a;
}

.help-center-section .help-card:hover .help-btn i{
    transform:translateX(5px);
}
/* Help Center Section */


/* Guide Section */
.guide-section {
    padding: 0 0 0;
}
.guide-section .guide-item{
    display:grid;
    grid-template-columns:70px 190px 1fr 180px;
    align-items:center;
    gap:25px;
    background:#fff;
    border:1px solid #EFEFEF;
    border-radius:16px;
    padding:20px;
    margin-bottom:22px;
    transition:.35s ease;
}
.guide-section .guide-item:hover{
    transform:translateY(-5px);
    box-shadow:0 12px 30px rgba(0,0,0,.08);
    border-color:#FF6A00;
}

/* Number Circle */
.guide-section .guide-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #FF5A00;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Image */
.guide-section .guide-image img{
    width:100%;
    height:120px;
    object-fit:cover;
    border-radius:10px;
}

/* Content */

.guide-section .guide-content .title{
    font-size:24px;
    color:#111;
    font-weight:700;
    margin-bottom:10px;
}

.guide-section .guide-content p{
    color:#666;
    line-height:1.7;
    font-size:15px;
}

/* Button */
.guide-section .guide-action{
    display:flex;
    justify-content:flex-end;
}

.guide-section .guide-btn {
    padding: 10px 14px;
    border: 2px solid #FF6A00;
    color: #FF6A00;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: .3s;
    font-size: 14px;
}

.guide-section .guide-btn:hover{
    background:#FF6A00;
    color:#fff;
}

.guide-section .guide-btn i{
    transition:.3s;
}

.guide-section .guide-btn:hover i{
    transform:translateX(5px);
}
/* Guide Section */

/* Education Guides */
.education-guides {
    padding: 20px 0;
    background: #fff;
}

/* Header */

.education-guides .guide-header{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:20px;
    margin-bottom:40px;
    flex-wrap:wrap;
}

.education-guides .guide-header .title {
    font-size: 34px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 8px;
}
.education-guides .guide-header p {
    font-size: 16px;
    color: #6B7280;
    margin: 0;
}

/* View All Button */

.education-guides .view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border: 2px solid #FF6200;
    border-radius: 12px;
    text-decoration: none;
    color: #FF6200;
    font-weight: 600;
    transition: .3s ease;
    font-size: 14px;
}

.education-guides .view-all-btn:hover{
    background:#FF6200;
    color:#fff;
}

.education-guides .view-all-btn i{
    transition:.3s;
}

.education-guides .view-all-btn:hover i{
    transform:translateX(5px);
}

/* Grid */

.education-guides .guide-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}

/* Card */

.education-guides .guide-card{
    display:flex;
    gap:18px;
    padding:18px;
    background:#fff;
    border:1px solid #ECECEC;
    border-radius:16px;
    transition:.35s ease;
    align-items:flex-start;
}

.education-guides .guide-card:hover{
    transform:translateY(-6px);
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    border-color:#FF6200;
}

/* Image */

.education-guides .guide-img{
    flex:0 0 150px;
}

.education-guides .guide-img img{
    width:150px;
    height:150px;
    border-radius:12px;
    object-fit:cover;
}

/* Content */

.education-guides .guide-info .education_title {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 10px;
    line-height: 1.4;
}
.education-guides .guide-info p {
    font-size: 14px;
    color: #6B7280;
    line-height: 1.7;
    margin-bottom: 9px;
}

/* Read More */

.education-guides .read-more {
    color: #FF6200;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.education-guides .read-more i{
    transition:.3s;
}

.education-guides .guide-card:hover .read-more i{
    transform:translateX(5px);
}

/* Education Guides */



/* Shopping Tips Section */
.shopping-tips-section {
    padding: 30px 0;
    background: #fff;
}

/* Header */

.shopping-tips-section .tips-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 23px;
    flex-wrap: wrap;
}
.shopping-tips-section .tips-header .title {
    font-size: 34px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 10px;
}
.shopping-tips-section .tips-header p {
    color: #6B7280;
    font-size: 16px;
    margin: 0;
}
/* All Tips Button */

.shopping-tips-section .all-tips-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border: 2px solid #FF6500;
    border-radius: 10px;
    text-decoration: none;
    color: #FF6500;
    font-weight: 600;
    transition: .3s;
    font-size: 14px;
}

.shopping-tips-section .all-tips-btn:hover{
    background:#FF6500;
    color:#fff;
}

.shopping-tips-section .all-tips-btn i{
    transition:.3s;
}

.shopping-tips-section .all-tips-btn:hover i{
    transform:translateX(5px);
}

/* Grid */

.shopping-tips-section .tips-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:22px;
}

/* Card */

.shopping-tips-section .tip-card{
    background:#fff;
    border:1px solid #ECECEC;
    border-radius:16px;
    overflow:hidden;
    transition:.35s;
}
.shopping-tips-section .tip-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    border-color:#FF6500;
}

/* Image */
.shopping-tips-section .tip-image img{
    width:100%;
    height:170px;
    object-fit:cover;
}

/* Content */

.shopping-tips-section .tip-content{
    padding:20px;
}
.shopping-tips-section .tip-content .shopping_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.45;
    color: #111827;
    margin-bottom: 5px;
}
.shopping-tips-section .tip-content p{
    font-size:15px;
    line-height:1.7;
    color:#6B7280;
    margin-bottom:18px;
}

/* Read More */
.shopping-tips-section .read-more {
    text-decoration: none;
    color: #FF6500;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}
.shopping-tips-section .read-more i{
    transition:.3s;
}
.shopping-tips-section .tip-card:hover .read-more i{
    transform:translateX(5px);
}

/* Shopping Tips Section */

/* Faq Section */
.faq-section {
    padding: 0 0 22px;
    background: #fff;
}

/* Header */
.faq-section .faq-header{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:20px;
    margin-bottom:35px;
    flex-wrap:wrap;
}

.faq-section .faq-header .title {
    font-size: 34px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 10px;
}
.faq-section .faq-header p {
    color: #6B7280;
    font-size: 16px;
    margin: 0;
}

/* View Button */
.faq-section .faq-view-btn {
    padding: 12px 16px;
    border: 2px solid #FF6200;
    border-radius: 10px;
    color: #FF6200;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: .3s;
    font-size: 14px;
}
.faq-section .faq-view-btn:hover{
    background:#FF6200;
    color:#fff;
}
.faq-section .faq-view-btn i{
    transition:.3s;
}
.faq-section .faq-view-btn:hover i{
    transform:translateX(5px);
}
/* Grid */
.faq-section .faq-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:22px;
}
/* Item */
.faq-section .faq-item{
    border:1px solid #ECECEC;
    border-radius:12px;
    margin-bottom:16px;
    overflow:hidden;
    transition:.3s;
    background:#fff;
}
.faq-section .faq-item.active{
    border-color:#FF6200;
}

/* Question */
.faq-section .faq-question{
    width:100%;
    background:#fff;
    border:none;
    padding:18px 22px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size:17px;
    font-weight:600;
    cursor:pointer;
    color:#111827;
    transition:.3s;
}
.faq-section .faq-question:hover{
    color:#FF6200;
}

/* Plus Icon */
.faq-section .icon{
    font-size:24px;
    color:#FF6200;
    transition:.3s;
}

/* Answer */
.faq-section .faq-answer{
    max-height:0;
    overflow:hidden;
    transition:max-height .35s ease;
    background:#FFF8F3;
}
.faq-section .faq-answer p{
    padding:0 22px 20px;
    color:#555;
    line-height:1.8;
    font-size:15px;
}

/* Active */
.faq-section .faq-item.active .faq-answer{
    max-height:180px;
}
.faq-section .faq-item.active .icon{
    transform:rotate(45deg);
}
/* Faq Section */



/* Footer Sec */
footer.footer_sec {
    background: #111827;
    padding: 40px 0 0;
}
.footer_sec .container {
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 35px;
}
/* Logo */

footer.footer_sec .footer-col.about-footer .f_logo {
    display: block;
    width: 300px;
}

footer.footer_sec .footer-col.about-footer .f_logo img {
    width: 100%;
}
.footer_sec  .footer-logo{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:18px;
}

.footer_sec  .about-footer p{
    color:#fff;
    line-height:1.8;
    font-size:15px;
    margin-bottom:28px;
}

/* Headings */

.footer_sec .footer-col h4 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 700;
}

/* Links */

.footer_sec .footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer_sec .footer-col ul li {
    margin-bottom: 5px;
}

.footer_sec .footer-col ul li a{
    text-decoration:none;
    color:#fff;
    font-size:15px;
    transition:.3s;
}

.footer_sec .footer-col ul li a:hover{
    color:#FF6200;
    padding-left:6px;
}

/* Social */

.footer_sec .social-icons{
    display:flex;
    gap:12px;
}

.footer_sec .social-icons a{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#111827;
    color:#fff;

    display:flex;
    align-items:center;
    justify-content:center;

    text-decoration:none;
    transition:.3s;
}

.footer_sec .social-icons a:hover{
    background:#FF6200;
    transform:translateY(-3px);
}



/* Copyright */

.footer_sec .copyright-bar {
    color: #fff;
    text-align: center;
    padding: 11px 18px;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #3d475e;
}
.footer_sec .copyright-bar p {
    margin: 0;
}
/* Footer Sec */













@media only screen and (max-width: 1900px) {

    
   
}

@media only screen and (max-width: 1800px) {
    
   
   
    
   
}

@media only screen and (max-width: 1600px) {


    .header_sec .logo {
        width: 210px;
    }
    .header_sec .nav_header_sec .navbar .nav_list .navbar-nav li a {
        margin: 0 12px 0;
    }

    /* Home Page */
    .home_page {
        margin-top: 84px;
    }
    .banner_sec .bannert_text_content {
        width: 42%;
    }
    .banner_sec .bannert_text_content .banner_title {
        font-size: 44px;
        margin-bottom: 12px;
    }
    .banner_sec .bannert_text_content p {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .help-center-section .help-content .title {
        font-size: 17px;
        margin-bottom: 3px;
    }
    .help-center-section .help-btn {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
    /* Home Page */
    
    
}
@media only screen and (max-width: 1400px) {
    .header_sec .logo {
        width: 164px;
    }

    .header_sec .phone-info strong {
        font-size: 16px;
    }
    .header_sec .nav_header_sec .navbar .nav_list .navbar-nav li a {
        margin: 0 11px 0;
        font-size: 15px;
    }
    .header_sec .phone-info small {
        font-size: 11px;
    }
    .header_sec .phone-box i {
        font-size: 14px;
    }
    .header_sec .nav_header_sec .navbar .nav_list .navbar-nav li a {
        margin: 0 11px 0;
        font-size: 14px;
    }
    /* Home Page */
     .banner_sec .bannert_text_content {
        width: 48%;
    }
    .banner_sec .bannert_text_content .banner_title {
        font-size: 36px;
    }
    .banner_sec .bannert_text_content .search-box input {
        padding: 14px 20px 14px 50px;
        font-size: 14px;
    }
    .banner_sec .bannert_text_content .search-box button {
        padding: 14px 30px;
        font-size: 14px;
    }

    .help-center-section .help-content {
        padding: 0 6px 18px;
    }
    .help-center-section .help-icon {
        padding: 7px;
    }
    .help-center-section .help-btn {
        bottom: 2px;
    }
    .education-guides .guide-img {
        flex: 0 0 110px;
    }
    .education-guides .guide-img img {
        width: 110px;
        height: 120px;
        border-radius: 9px;
    }
    .education-guides .guide-info .education_title {
        font-size: 16px;
    }
    .education-guides .guide-header {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }
   
    /* Home Page */
    .footer_sec .container {
        gap: 87px;
    }
    .footer_sec .container {
        padding: 40px 50px;
    }
    .footer_sec  .footer-col h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .footer_sec  .about-footer p {
        line-height: 1.8;
        font-size: 14px;
        margin-bottom: 18px;
    }
    .footer_sec .footer-col ul li {
        margin-bottom: 5px;
    }
    .footer_sec .footer-col ul li a {
        font-size: 14px;
    }
    .footer_sec .phone-number {
        font-size: 19px;
    }
    .footer_sec .office-time {
        font-size: 13px;
        margin-bottom: 14px;
    } 
    .footer_sec .contact-btn {
        padding: 8px 23px;
        font-size: 14px;
    }  
}
@media only screen and (max-width: 1200px) {

    .container {
        padding: 0 25px;
    }
    .header_sec .logo {
        width: 150px;
    }
    .header_sec .nav_header_sec .navbar .nav_list .navbar-nav li a {
        margin: 0 7px 0;
        font-size: 14px;
    }

    .header_sec .nav_header_sec .container {
        padding: 0 26px;
    }
    .header_sec .help-text {
        font-size: 13px;
    }
    .header_sec .phone-info small {
        font-size: 10px;
    }
    

   

    .footer_sec .container {
        gap: 24px;
        padding: 40px 30px;
    }
    .footer_sec .social-icons a {
        width: 34px;
        height: 34px;
    }
    .footer_sec .social-icons a i {
        font-size: 12px;
    }
    .footer_sec  .footer-col h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .footer_sec .footer-col ul li {
        line-height: 1;
    }
    .footer_sec .footer-col ul li a {
        font-size: 12px;
    }
    .footer_sec  .about-footer p {
        line-height: 1.5;
        font-size: 12px;
        margin-bottom: 18px;
    }
    .footer_sec .contact-label {
        font-size: 12px;
        margin-bottom: 8px;
    }
    .footer_sec .phone-number {
        font-size: 16px;
    }
    .footer_sec .office-time {
        font-size: 12px;
        margin-bottom: 14px;
    }
    .footer_sec .copyright-bar {
        padding: 14px;
        font-size: 13px;
    }
}
@media only screen and (max-width: 991px) {

    .container {
        padding: 0 15px;
    }

    .header_sec .container {
        position: relative;
    }
    
    /* Header Sec */
    .header_sec .top-item i {
        font-size: 6px;
        width: 14px;
        height: 14px;
    }

    .header_sec .nav_list ul.navbar-nav li.nav-item.book_service {
        display: none;
    }   
    .header_sec .nav_header_sec .navbar .nav_list .navbar-nav li.active a:before, .header_sec .nav_header_sec .navbar .nav_list .navbar-nav li a:hover:before {
        display: none;
    }
    .header_sec .top-item {
        gap: 4px;
        font-size: 9px;
    }
    .header_sec .phone-info strong {
        font-size: 14px;
    }
    .header_sec .help-text {
        font-size: 11px;
    }
    .nav_header_sec .navbar .book_menu .search i {
        font-size: 20px;
        color: #111827;
    }
    .header_sec .phone-box {
        padding: 0;
        margin: 0 17px;
    }
    .header_sec .phone-box i {
        font-size: 13px;
    }
    .header_sec .toll-free {
        gap: 8px;
    }
    .header_sec .phone-info small {
        margin-top: 2px;
    }

    .header_sec .nav_header_sec .container {
        padding: 0 15px;
    }
    .header_sec .logo {
        width: 170px;
    }
    .header_sec .contact_btn {
        padding: 8px 10px;
        margin-right: 0;
    }
    .header_sec .nav_list ul.navbar-nav {
        align-items: start;
    }
    .header_sec .nav_header_sec .navbar .nav_list .navbar-nav li a {
        margin: 0;
        font-size: 15px;
    }
    .header_sec .nav_list ul.navbar-nav li {
        width: 100%;
    }
  
    .header_sec .navbar .nav_list {
        display: block;
        position: fixed;
        z-index: 1;
        background: #b6000f;
        height: 100vh;
        top: 0;
        width: 64%;
        right: -64%;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        overflow: scroll;
    }
    .header_sec .navbar .nav_list ul li a {
        display: block;
        border-bottom: 1px solid #bf424c;
        border-left: none;
        margin: 0;
        line-height: 22px;
        color: #fff !important;
        padding: 12px 17px !important;
        font-size: 16px !important;
    }
    .header_sec .navbar .nav-item.search {
        display: none;
    }
    .header_sec .nav_list ul.navbar-nav li.toll-free {
        display: none;
    }
    .header_sec .navbar .nav_list.show .navbar-nav, .header_sec .navbar .nav_list.navbar-collapse.show {
        right: 0;
    }
    .header_sec .navbar .book_menu .navbar-toggler:focus {
        border: none;
        outline: none;
        box-shadow: none;
    }
    .header_sec .nav_header_sec {
        background: #fff;
        padding: 5px 0;
    }
    .header_sec .nav_header_sec .navbar {
        padding: 0;
    }
    .header_sec .m_book_btn {
        display: flex;
    }
    
    .nav_header_sec .navbar .navbar-toggler {
        height: 30px;
        padding: 5px;
        background: #aa0d0d;
    }

    .nav_header_sec .navbar .navbar-toggler i {
        color: #fff;
        font-size: 19px;
    }
    .nav_header_sec .navbar .nav_list .navbar-nav li.search_list {
        display: none;
    }

    .nav_header_sec .navbar .book_menu {
        display: flex;
        align-items: center;
    }
    /* Header Sec */   

    /* Home Page */
   
    /* Home Page */   

    /* Footer Sec */  
    .footer_sec .container {
        display: flex;
        flex-wrap: wrap;
    } 
    footer.footer_sec .footer-col.about-footer {
        width: 100%;
        text-align: center;
    }
    footer.footer_sec .footer-col.about-footer .f_logo {
        display: block;
        margin-bottom: 10px;
    }
    .footer_sec .social-icons {
        justify-content: center;
    }
    .footer_sec .footer-col {
        width: 22%;
    }
    /* Footer Sec */   


    

        
}

@media only screen and (max-width: 767px) {
    .header_sec .container {
        gap: 6px;
    }
    .header_sec .topbar .des {
        margin: 0;
        font-size: 9px;
    }
    /* Header Sec */
    .nav_header_sec .navbar {
        top: 0;
        padding: 0;
    }
    
    /* Header Sec */
    /* Home Page */
     .banner_sec .bannert_text_content {
        width: 68%;
    }
    .banner_sec .bannert_text_content .banner_title {
        font-size: 16px;
        margin-bottom: 3px;
    }
    .banner_sec .bannert_text_content .banner-label {
        font-size: 7px;
        margin-bottom: 0;
    }
    .banner_sec .bannert_text_content p {
        font-size: 10px;
        margin-bottom: 10px;
        line-height: 1.2;
    }
    .banner_sec .bannert_text_content .banner-note {
        color: #000000;
        font-size: 8px;
        line-height: 1.5;
        font-weight: 600;
    }
   
    .banner_sec .bannert_text_content .search-box input {
        padding: 6px 20px 5px 25px;
        font-size: 10px;
        width: 100%;
    }
    .banner_sec .bannert_text_content .search-box {
        border-radius: 6px;
        margin-bottom: 8px;
    }
    .banner_sec .bannert_text_content .search-box button {
        padding: 8px 8px;
        font-size: 10px;
    }
    .banner_sec .bannert_text_content .search-box input {
        padding: 6px 20px 5px 34px;
        font-size: 10px;
        width: 100%;
    }
    .banner_sec .bannert_text_content .search-box {
        border-radius: 6px;
        margin-bottom: 18px;
    }
    .banner_sec .bannert_text_content .search-box i {
        left: 10px;
        font-size: 11px;
        top: 10px;
    }
    .help-center-section {
        padding: 20px 0;
    }
    .help-center-section .help-grid {
        grid-template-columns: repeat(2,1fr);
    }
    .guide-section .guide-item {
        display: flex;
        flex-direction: column;
        position: relative;
    }
    .guide-section .guide-number {
        position: absolute;
        left: 40px;
        top: 40px;
    }
    .guide-section .guide-image {
        width: 100%;
    }

    .guide-section .guide-image img {
        height: 230px;
    }
    .education-guides .guide-grid {
        grid-template-columns: repeat(1,1fr);
    }
    .guide-section .guide-content .title {
        font-size: 20px;
    }
    /* Home Page */

   
    /* Footer Sec */
    .footer_sec .container {
        gap: 14px;
        padding: 20px;
    }
   .footer_sec .footer-col {
        width: 47%;
    }
   
}


@media only screen and (max-width: 480px) {

    .container {
        padding: 0 10px;
        width: 98%;
    }
    .header_sec .topbar .des {
        margin: 0;
        font-size: 7px;
    }
    .header_sec .topbar .des img {
        width: 10px;
    }
    .header_sec .logo {
        width: 124px;
    }
    .header_sec .phone-info strong {
        font-size: 12px;
    }
    .header_sec .help-text {
        font-size: 9px;
    }
    .header_sec .phone-box i {
        font-size: 10px;
    }
    .header_sec .phone-info small {
        font-size: 8px;
    }
    .nav_header_sec .navbar .book_menu .search i {
        font-size: 17px;
    }

    /* Home Page */
   
    /* Home Page */


    footer.footer_sec .footer-col.about-footer .f_logo {
        width: 50%;
        margin: 0 auto 8px;
    }
    footer.footer_sec .footer-col.about-footer .f_logo img {
        width: 100%;
    }
    .footer_sec  .about-footer p {
        font-size: 12px;
        margin-bottom: 7px;
    }
    .footer_sec .social-icons a {
        width: 30px;
        height: 30px;
    }
    .footer_sec  .footer-col h4 {
        font-size: 14px;
        margin-bottom: 3px;
    }
    .footer_sec .footer-col ul li {
        line-height: 1;
        margin-bottom: 2px;
    }
    .footer_sec .footer-col ul li a {
        font-size: 10px;
    }
    .footer_sec .contact-label {
        font-size: 10px;
        margin-bottom: 8px;
    }
    .footer_sec .phone-number {
        font-size: 14px;
        margin-bottom: 2px;
    }
    .footer_sec .office-time {
        font-size: 10px;
        margin-bottom: 13px;
    }
    .footer_sec .contact-btn {
        padding: 5px 19px;
        font-size: 14px;
    }
  
}   
