* {
    padding: 0px;
    margin: 0px;
    padding: 0px;
    font-size:15px;
}


.pding {
    padding: 60px 0px;
}









.banner-sec img {
    width: 100%;
}

.aboutsec {}


.whychoosebx img {
    width: 60px;
    margin-bottom: 12px;
}



/* Section Background */
.whychoose {
    background: #f4f4f4;

}

.whychoose .col-lg-4 {
    margin-bottom: 20px;
}

/* Heading */
.heding {
    text-align: center;
    margin-bottom: 25px;
}

.heding h2 {
    font-size: 42px;
    font-weight: 600;
    color: #072049;
    margin-bottom: 10px;
}

.heding h1 {
    font-size: 42px;
    font-weight: 600;
    color: #072049;
    margin-bottom: 10px;
}

/* Card Box */
.whychoosebx {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 18px;
    border: 1px solid #e6d3a3;
    text-align: center;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    height: 100%;
}

/* Hover Effect */
.whychoosebx:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* Icon Circle (Optional if you add icon) */
/* .whychoosebx::before {
    content: "";
    width: 70px;
    height: 70px;
    background: #f3ead7;
    border-radius: 50%;
    display: block;
    margin: 0 auto 25px auto;
} */

/* Title */
.whychoosebx h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #0c2c58;

}

/* Paragraph */
.whychoosebx p {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    margin: 0;
}

.whychoosebx i {
    width: 70px;
    height: 70px;
    background: #f3ead7;
    border-radius: 50%;
    font-size: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 15px;
}


/* Responsive */
@media (max-width: 992px) {
    .whychoosebx {
        padding: 30px 20px;
    }
}




.gold-process {
    background: #f4f4f4;
}

.section-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.icon {
    color: #c79200;
}

.step-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
}

.step-number {
    width: 55px;
    height: 55px;
    background: #c79200;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    flex-shrink: 0;
}

.step-item h5 {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 20px;
    
    
}

.step-item p {
font-weight: 600;
    margin-bottom: 5px;
    color: #000;
}

@media (max-width: 991px) {
    .step-item {
        margin-bottom: 25px;
    }
}




/* faqs */

/* Accordion Button */
.accordion {
    background-color: #ffffff;
    color: #c79200;
    cursor: pointer;
    padding: 18px 20px;
    width: 100%;
    border: 1px solid #ddd;
    text-align: left;
    outline: none;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
    position: relative;
    margin-bottom: 10px;
    border-radius: 6px;
}

/* Hover & Active */
.accordion:hover,
.accordion.active {
    background-color: #dba74c;
    color: #fff;
}

/* Plus / Minus Icon */
.accordion::after {
    content: '+';
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.accordion.active::after {
    content: '−';
}

/* Panel */
.panel {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
    padding: 0 20px;
    border-radius: 0 0 6px 6px;
}

.panel p {
    padding: 15px 0;
    margin: 0;
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

.panel ul li {
    font-weight: 300;
}


ul {
    list-style-position: inside !important;
}


.contact_inbx {}

.contact_inbx h2 {
    text-align: left !important;
}

.contact_inbx ul li {
    list-style-position: inside;
    margin-bottom: 20px;
}


.contactinfort iframe {
    width: 100% !important;
    height: 300px;
}


.contact_inbx a {
    color: #c79200;
}

.contact-info .row {
    align-items: center;
}




/* logofoot */
.footersec {
    padding-top: 40px;
    background-color: #c79200;
}


.logofoot img {
    width: 80%;
    display: flex;
    background: #fff;
    padding: 15px 15px;
    border-radius: 6px;
    margin-bottom: 12px;

}

.footrt p {
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-size: 14px;
}

.footerbottom2 h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.footersec .row {
    align-items: center;
}

.footerbottom1 h5 {
    font-size: 14px;
    font-weight: 400;
    color: #fff !important;
}

.footer_right {
    background: #c79200;

    padding: 9px 0px 5px 0px;
    padding-bottom: 120px !important;
}

.footerbottom2 {
    float: right;
}

.footer_right .row {
    border-top: 1px solid #fff;
    padding-top: 12px;
}

.modal-body ul {
    list-style-type: none !important;
    margin: 0px;
}

.modal-body ul li {
    margin-bottom: 15px;
}



.modal-body ul li button {
    background: #d8a749 !important;
    padding: 6px 15px;
    color: #fff;
    border: none !important;
    margin: 0 auto;
    display: flex;
    font-size: 15px;
    border-radius: 6px;
}

.formControlright {
    justify-content: center;
    display: flex;
}

.modal-title {
    margin: auto 0 auto auto;
    font-size: 18px;
    color: #d8a749;
}

.modal-body ul .button {
    margin: 0px !important;
    padding: 0px !important;
}

.bannersec img {
    width: 100%;
}

.modal_div {
    z-index: 99999999;
    transform: rotate(-90deg);
    transform-origin: right bottom 0;
    position: fixed;
    bottom: 58%;
    right: 0px;
    line-height: 1;
    margin: 0px;
    text-align: center;
}


.modal_div a {
    padding: 7px 12px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
    background: #c79200 !important;
}


.modal_div a:hover {
    color: #fff;
    background: #b78805 !important;
}








.bottom-sticky {
    display: none;
    border-radius: 50px;
    text-align: center;
    border: 1px solid #fff;
    background: #c79200;
    margin: 0px 10px;
    width: 95%;
    margin-bottom: 20px;
    position: fixed;
    z-index: 99;

    bottom: 0px;
}


.bottom-sticky ul li {
    width: 48%;
    list-style-type: none !important;
    margin: 0px 2px;
    padding: 5px 9px;
    color: #ffffff !important;
}


.col_l a i {
    color: #fff !important;
    font-size: 15px;
}

.bottom-sticky span {
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    display: block;
    font-family: serif;
    text-align: center;
    font-weight: 500;
    padding: 5px 0 5px 0;
}

.mbl_btnscol_l a {
    text-decoration: none !important;
}

.deskview {
    display: block !important;
}

.mblview {
    display: none !important;
}

.bannersec img {
    width: 100%;
}


.search-tags {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 15px;
}

.search-tags a {
    background: #6c757d08;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 5px 14px;
    border-radius: 6px;
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;
    transition: 0.3s ease;
}

.search-tags a:hover {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;

}

.footsub1mostpop {
    margin: 12px 0px;
}

.footsub1mostpop p {
    margin-bottom: 12px;
}


.fmdeskvv {
     display: flex;
    justify-content: center;
    position: fixed;
    bottom: 0px;
    /* background: #fff; */
    z-index: 9;
    width: 100%;
}


.fmdeskvv form {
width: 90%;
    margin: 0 auto;
    background: #fff;
    padding: 15px 15px 25px 15px;
    border-radius: 8px 8px 0px 0px;
}

.leadform ul li {
    list-style-type: none !important;
    margin-bottom: 15px;
}


.fmdeskvv button {
    margin: 0 auto;
    display: flex;
    background: #c79200;
    border: none !important;
    padding: 7px 16px;
    border-radius: 4px;
    color: #fff;
}
 
.fmdeskvv ul{
    padding: 0 !important;
    display: flex !important;
    justify-content: space-between;
}
.fmdeskvvline ul li{
    width: 20%;
    list-style-type: none;
    margin-bottom: 0px !important;
}



.fmdeskvvline{
     position: absolute;
    text-align: center;
    bottom: -2px;
    left: 0px;
    width: 100% !important;
    justify-content: center;
    display: flex;
}


@media (max-width:768px) {

    .deskview {
        display: none !important;
    }

    .mblview {
        display: block !important;
    }

    .heding h2 {
        font-size: 25px;
        margin-bottom: 8px;
        margin-top: 15px;
    }

    .heding h1 {
        font-size: 25px;
        margin-bottom: 8px;
        margin-top: 15px;
    }

    .bottom-sticky {
        display: block;
    }
    
    .search-tags {
     justify-content: left;
    }

    .section-title {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 20px;
        margin-top: 5px;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .footerbottom1 h5 {
        text-align: center;
    }


    .logofoot img {
        margin: 0 auto;
        margin-bottom: 12px;
    }

    .footer_right .row {
        border: none !important;
    }

    .footersec {
        text-align: center;
    }

    .footerbottom2 {
        float: inherit;
        text-align: center;
    }

    .footersec {
        padding-top: 30px;
    }

    .footer_right {
        padding: 5px 0px 5px 0px;
        padding-bottom: 100px;
    }

    .panel {
        margin-bottom: 12px;
    }

    .mbl_btnscol_l {
        margin: 0px !important;
    }



    .accordion {
        padding: 15px 15px;
        font-size: 16px;
    }

    .footrt p {
        margin-bottom: 15px;
    }

    .servicessec .col-lg-4 {
        margin-bottom: 15px !important;
    }

    .pding {
        padding: 20px 0px;
    }

    .heding {
        text-align: center;
        margin-bottom: 20px;
    }

}


@media screen and (max-width: 768px) {
    .modal_div {
        display: none !important;
    }
}