body *{
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    font-family: "Poppins", sans-serif;

}
:root {
    --orange: #f37021;
    --blue: #142c6b;
    --white: #ffffff;
    --black: #000000;
}
@media only screen and (min-width: 1800px) {
    .container {
        max-width: 1600px;
    }
}
h1,h2,h3,h4,h5,h6,p,span {
    margin: 0px;
    font-family: "Poppins", sans-serif;
}
.primary {
    color: var(--orange);
}
.sec-blue {
    color: var(--blue);
}
h1 {
    font-size: 72px;    
    line-height: 1.2;
    font-weight: 600;
    margin: 0px;
}
h2 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0px;
}
h3{
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    margin: 0px;

}
h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0px;
}


.cus-btn {
    width: 100%;
    font-size: 18px;
    padding: 10px 20px;
    background-color: var(--orange);
    border: 1px solid var(--orange) !important;
}
.cus-btn:hover {
    background-color: var(--white);
    color: var(--orange);
}
.sec-padding {
    padding: 50px 0px;
}
.orange-txt {
    color: var(--orange);
}
.black-txt {
    color: var(--black);
}
.sec-color{
    background-color: var(--blue);
}


/* banner section css starts */
.banner-left__block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 30px;
    padding-bottom: 18px;
}
.header-points ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.header-points ul li {
    display: flex;
    gap: 20px;
    align-items: center;
}
.icon {
    width: 35px;
    height: 35px;
    display: block;
}
.icon img {
    width: 100%;
    height: 100%;
}
.point-text {
    font-size: 38px;
    font-weight: 600;
    color: var(--blue);
    line-height: 1;
}
.banner-form {
    padding: 50px 30px;
    border: 1px solid var(--blue);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.banner-form h3 {
    text-align: center;
    color: var(--blue);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
}
.contact-form {
    display: flex;
    flex-direction: column;
}
.field-col {
    padding-bottom: 20px;
}
.form-row .form-label {
    color: var(--blue);
}
.form-label .star {
    color: red;
}
.t-c-link {
    color: var(--blue);
}
.t-c__check .form-check {
    padding-bottom: 20px;
    padding-left: 40px;
    margin: 0px;
}
.t-c__check .form-check .form-check-input {
    width: 20px;
    height: 20px;
    margin-left: -2.3em;
}
.t-c__check .form-check-input {
    border-color: var(--blueq);
}
.t-c__check .form-check-label {
    font-size: 13px;
}
.contact-form .cus-input {
    border-color: var(--blue);
}
.form-select.cus-input {
    color: var(--blue);
} 
.cus-captcha{
    margin-bottom: 15px;
    margin-top: 0px !important;
}
/* banner section css end */

/* getmore section css starts */
.content-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    gap: 50px;
}
.header-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-items: center;
    gap: 20px;
}
.header-block h2 {
    text-align: center;
}
.header-block h2 span {
    color: var(--orange);
}
.header-block h3 {
    max-width: 80%;
    text-align: center;
}
.getmore-tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.tab-item {
    display: flex;
    align-items: center;
    background-color: white;
    padding: 10px 20px;
    border-radius: 30px;
    color: var(--blue);
}
.tab-item .tab-txt {
    padding-left: 10px;
    font-size: 18px;
}
.tab-item img {
    width: 20px;
    height: 20px;
}
/* getmore section css end */

/* study abroad loan css start */
.abroad-loan__content {
    max-width: 70%;
    margin: auto;
}
.step-block__main {
    display: flex;
    gap: 50px;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}
.step-block__number {
    width: 70px;
    height: 70px;
    background: white;
    color: var(--blue);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 600;
}
.large-col {
    flex: 0 0 36%;
    max-width: 36%;
}
.step-block__img {
    text-align: right;
}
.step-block__text{
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.step-block__text h3 {
    font-weight: 600;
}
.small-col {
    flex: 0 0 10%;
    max-width: 10%;
    text-align: center;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.vertical-line {
    width: 1px;
    border-right: 2px dashed white;
    height: 100%;
    position: absolute;
    top: 50%;
    z-index: 0;
}
.step-block__main.right-align-block .step-block__text{
    text-align: right;
}
.step-block__main.right-align-block .step-block__img{
    text-align: left;
}
/* study abroad loan css end */

/* testimonial section css start */
    .testimonila__sec .header-block h2 {
        color: var(--black);
    }
    .testimonial-card__block {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: space-between;
        width: 100%;
    }
    .testimonila-card .testimonial-txt p{
        color: var(--blue);
    }
    .testimonila-card {
        text-decoration: none;
        flex: 0 0 24%;
        max-width: 24%;
        box-shadow: 2px 2px 10px hsl(0deg 0% 0% / 40%);
    }
    .testimonila-card .user-img img{
        width: 100%;
        height: 100%;
    }
    .testimonial-txt {
        padding: 40px 15px 30px; 
        position: relative;
    }
    .testimonial-txt img {
        position: absolute;
        top: -50px;
        right: 0px;
    }

/* testimonial section css end */

/* why Auxilo css starts */
.card-item__main {
    text-decoration: none   ;
}
.custom-card {
    position: relative;
}
.card-header__block {
    display: flex;
    align-items: center;
    gap: 20px;
    text-decoration: none;
    background-color: var(--white);
    border: 2px #EEF0F6 solid;
    box-shadow: none;
    border-radius: 6px;
    transition: .3s;
    padding: 25px;
    margin-bottom: 3px;
}
.card-header__block p {
    color: var(--blue);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
}
.card-main__block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}
.card-item__block {
    flex: 0 0 32%;
    max-width: 32%;
}
.card-body {
    gap: 20px;
}
.card-main__block .card {
    border: 2px #EEF0F6 solid;
    box-shadow: none;
    border-radius: 6px;
    background-color: #fff;
}
/* .card-main__block h6 {
    color: var(--blue);
    font-weight: 600;
} */
.card-content {
    display: none;
    color: var(--blue);
    position: absolute;
    padding: 15px;
    box-shadow: 2px 2px 12px hsl(0deg 0% 0% / 30%);
    background-color: var(--white);
    z-index: 1;
}
.custom-card:hover .card-header__block{
    box-shadow: 2px 2px 12px hsl(0deg 0% 0% / 10%);
}
.custom-card:hover .card-content {
    display: block
}
/* why Auxilo css end */

/* cta section css start */
.cta__sec {
    background-color: var(--blue);
    color: var(--white);
    position: relative;
    text-align: center;
}
.cta-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}
.cta__sec.sec-padding {
    padding: 40px 0px;
}
.cta-content h2 {
    font-size: 32px;
    font-weight: 600;
}
.cta-content a {
    width: fit-content;
}
.cta__sec .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
}
/* cta section css end */

/* loan overview sec css starts */
.loan-overview__sec .content-block__inner{
    width: 100%;
    background-color: #fff;
    box-shadow: 2px 2px 12px hsl(0deg 0% 0% / 30%);
    border-radius: 15px;
    padding: 50px;
}
.loan-overview__sec .header-block {
    color: #000;
}
.loan-overview__card {
    display: flex;
    align-items: center;
    padding: 30px;
    border-radius: 20px;
    border-left: 7px solid var(--orange);
    gap: 25px;
}
.loan-overview__cards-main {
    display: flex;
    flex-direction: column;
    gap: 35px;
}
.loan-overview-txt h3 {
    color: var(--orange);
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
}
.loan-overview-txt p {
    color: var(--black);
}

/* faq section css starts */
.faq__sec.sec-padding{
    padding-top: 0px;
}
.faq__sec .header-block{
    color: var(--black);
}
.faq-sec__main {
    width: 100%;
}
.faq-sec__main .accordion-button {
    padding: 16px 20px;
    background-color: #f5f5f5;
    color: var(--blue);
    box-shadow: none;
    font-weight: 600;
    font-size: 18px;
}
.faq-sec__main .accordion-item {
    margin-bottom: 20px;
}
.faq-sec__main .accordion-collapse.show {
    box-shadow: 0px 2px 4px hsl(0deg 0% 0% / 15%);
}
.faq-sec__main .accordion-item .accordion-button::after {
    background-image: none;
    content: '+';
    font-size: 24px;
}
.faq-sec__main .accordion-item .accordion-button:not(.collapsed)::after {
    background-image: none;
    content: '-';
}
.faq__sec.sec-padding {
    padding-bottom: 0px;
}

/* faq section css ends */

/* global education css start */
.global-education__sec .header-block {
    color: var(--black);
}
.global-education__sec .header-block h3 {
    max-width: 100%;
}
.carousel-indicators button.active[data-bs-target] {
    background-color: var(--orange);
}
.carousel-indicators button[data-bs-target] {
    background-color: var(--white);
    border: 1px solid var(--orange);
    width: 20px;
    height: 20px;
    border-radius: 100%;
    margin-left: 8px;
    margin-right: 8px;
}
.global-education__sec .carousel-item {
    padding-left: 15px;
    padding-right: 15px;
}
.country-card {
    box-shadow: 0px 6px 14px hsl(0deg 0% 0% / 30%);
    border-radius: 20px;
}
.carousel-indicators {
    margin-bottom: -2rem;
}
.country-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--blue);
}
.country-card .stretched-link {
    color: var(--orange);
}
.country-card .card-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

/* awards sec css starts */
.awards-card {
    display: flex;
    align-items: center;
    gap: 25px;
    background-color: var(--white);
    padding: 15px 20px;
    border-radius: 15px;
}
.awards__sec.sec-padding {
    padding: 50px 0px;
}
.awards-content {
    display: flex;
    align-items: center;
    gap: 20px;
}
.awards-content__txt h3 {
    color: var(--blue);
    margin-bottom: 15px;
}
.awards-content__txt p {
    color: var(--orange);
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
}

/* contact section css start */
.contact__sec .content-block {
    color: var(--black);
}
.contact__sec .header-block h2{
    font-size: 32px;
}
.contact__sec .header-block h2{
    font-size: 32px;
}
.contact__sec .header-block h3{
    font-size: 26px;
    color: var(--orange);
    font-weight: 400;
    max-width: 100%;
}
.contact__sec .cus-btn {
    width: fit-content;
}
.contact__sec.sec-padding {
    padding: 50px 0px;
}
.contact__sec .header-block {
    gap: 15px;
    text-align: center;
}
.contact__sec .content-block {
    gap: 40px;
}

/* footer section css starts */
.footer__sec {
    padding: 50px;
    background-color: #0e1133;
    color: var(--white);
}
.footer__sec h3 {
    margin-bottom: 30px;
}
.footer__sec h3 a {
    color: var(--white);
}
.footer__sec p {
    font-size: 14px;
    font-weight: 400;
}

/* modal css starts */
.cus-modal .modal-content {
    background-color: var(--black);
}
.cus-modal .modal-header {
    border: none;
    padding: 0px;
}
.cus-modal .btn-close {
    right: -10px;
    margin-bottom: -25px;
    position: absolute;
    top: -10px;
    background-color:var(--orange);
    opacity: 1;
    border-radius: 100%;
    color: white;
    z-index: 1;
}
.cus-modal .modal-body {
    padding: 5px;
}
.cus-modal .modal-dialog {
    max-width: 50%;
}

/* responsive css start */
@media only screen and (max-width:992px) {
    h1 {
        font-size: 54px;
    }
    h2 {
        font-size: 36px;
    }
    .banner-main__row {
        gap: 50px;
    }
    .sec-padding,
    .cta__sec.sec-padding {
        padding: 30px 0px;
    }
    .header-points ul {
        gap: 20px;
    }
    .testimonila-card {
        flex: 0 0 48%;
        max-width: 48%;
    }
    .card-item__block {
        flex: 0 0 48%;
        max-width: 48%;
    }
    .abroad-loan__content {
        max-width: 100%;
    }
    .loan-overview__sec .content-block__inner {
        padding: 20px;
    }
    .awards-content {
        flex-wrap: wrap;
        justify-content: center;
    }
    .carousel-indicators button[data-bs-target] {
        width: 14px;
        height: 14px;
    }
    .carousel-indicators {
        margin-bottom: -1rem;
    }
    .cus-modal .modal-dialog {
        max-width: 100%;
    }
    .cus-modal .btn-close {
        right: 0px;
    }
}
@media only screen and (max-width:768px) {
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 24px;
    }
    h4 {
        font-size: 18px;
    }
    h3 {
        font-size: 16px;
    }
    .header-points ul li {
        gap: 12px;
    }
    .icon {
        width: 20px;
        height: 20px;
    }
    .point-text {
        font-size: 22px;
    }
    .banner-main__row {
        gap: 30px;
    }
    .banner-form h3,
    .card-header__block p,
    .loan-overview-txt h3 {
        font-size: 18px;
    }
    .banner-left__block {
        gap: 25px;
    }
    .banner-form {
        padding: 20px;
        gap: 20px;
    }
    .field-col {
        padding-bottom: 15px;
    }
    .t-c__check .form-check {
        padding-top: 10px;
    }
    .cus-btn {
        font-size: 14px;
        padding: 10px 12px;
    }
    .content-block {
        gap: 30px;
    }
    .contact__sec .header-block h3 {
        font-size: 16px;
    }
    .getmore-tab {
        gap: 20px;
    }
    .tab-item .tab-txt {
        font-size: 14px;
    }
    .testimonial-card__block {
        gap: 20px;
    }
    .testimonila-card {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .card-item__block {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .step-block__main {
        flex-wrap: wrap;
        gap: 20px;
    }
    .right-align-block .step-block__text {
        order: 3;
    }
    .right-align-block .small-col {
        order: 2;
    }
    .right-align-block .step-block__img {
        order: 1;
    }
    .large-col,
    .small-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .step-block__img,
    .small-col,
    .step-block__text,
    .step-block__main.right-align-block .step-block__text,
    .step-block__main.right-align-block .step-block__img {
        text-align: center;
    }
    .vertical-line {
        display: none;
    }

    .cta__sec .bg-img,
    .cta__sec .bg-img img {
        width: 100%;
        height: 100%;
    }
    .loan-overview__card {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        padding: 15px;
        border-left: 5px solid var(--orange);
    }
    .faq-sec__main .accordion-button {
        font-size: 16px;
    }
    .awards-content__txt p {
        font-size: 14px;
    }
    .contact__sec .header-block h4 {
        font-size: 16px;
    }
    .contact__sec .header-block h2,
    .cta-content h2 {
        font-size: 24px;
    }
    .contact__sec .content-block {
        gap: 30px;
    }
    .footer__sec {
        padding: 20px;
    }
    .footer__sec h3 {
        margin-bottom: 15px;
    }
    .footer__sec p {
        font-size: 12px;
    }
}
