.mont_font
{
    font-family: 'Montserrat', sans-serif;
}


.convertForm {
    width: 400px;
    max-width: 100%;
    text-align: center;
    padding: 39px 25px;
    position: absolute;
    right: 0;
    z-index: 1;
    background: #FFF;
    box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.25);   
    top: 0;
}

.convertForm h2 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 38px !important;
    font-style: normal;
    font-weight: 800;
    line-height: 46px;
    letter-spacing: -0.05px;
    margin-top: 0px !important;
    background: linear-gradient(180deg, #064690 0%, #089DE6 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

p.subhead {
    color: #000;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.05px;
    margin: 21px 0 23px;
}

p.note {
    color: #000;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 166.667% */
    letter-spacing: -0.05px;
}

.topSection {
    text-align: center;
}

.codeSection {
    width: 530px;
    max-width: 100%;
    margin: 0 auto 0;
    text-align: center;
    padding-top: 100px;
}

.codeSection h2 {
    color: #000;
    text-align: center;
    font-size: 38px;
    font-weight: 600;
    line-height: 72px;
    /* 157.895% */
    letter-spacing: -0.05px;
    margin-bottom: 0px;
}

.codeSection p {
    color: #000;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.05px;
}

.codeSection svg {
    margin: 16px 0 24px;
}

.codeSection p.subHead {
    margin-bottom: 68px;
    margin-top: 0px;
}

ul.bankInfo {
    margin: 0px 0px 10px 0px !important;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #F7F7F7;
    padding: 14px 20px;
    align-items: center;
}
ul.bankInfo li.bName {
    margin-right: 35px;
}

ul.bankInfo li::before {
    content: " " !important;
}

ul.bankInfo li:first-child {
    color: #B5B5B5;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.05px;
    min-width: 116px;
    margin-right: 30px;
}

ul.bankInfo li {
    color: #000;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.05px;
}

ul.bankInfo li.adrress {
    width: 300px;
    display: block;
    height: auto;
}
.swiftBack h2 {
    color: #000;
    text-align: center;
    font-size: 38px;
    font-weight: 600;
    line-height: 60px;
    /* 157.895% */
    letter-spacing: -0.05px;
}

.swiftBack p {
    color: #000;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.05px;
    margin-bottom: 0;
}

.swiftBack {
    text-align: center;
    background-image: url(/wp-content/uploads/2023/11/swiftLogo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 72px;
    margin-bottom: 48px;
    padding-top: 82px;
}

.swiftBack svg {
    margin: 17px 0 30px;
}

ul.bankInfo.belowSwiftBack {
    background: transparent;
    justify-content: center;
    column-gap: 0;
    padding: 0;
    margin: 0 !important;
}

.commercialBanks {
    position: relative;
    padding: 196px 0 60px 0;
    width: 1040px;
    max-width: 100%;
    margin: 0 auto;
}

.commercialBanks h2 {
    color: #000;
    text-align: center;
    font-size: 38px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -0.05px;
    width: 622px;
    margin: 0 auto;
    max-width: 100%;
}

.headBlock {
    position: relative;
    text-align: center;
}

.headBlock svg {
    margin: 44px 0 56px;
}

.bankTable tr.headings {
    background: #F7F7F7;
    color: #B5B5B5;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.05px;
}

tr.tabContent td {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.05px;
}

tr.tabContent {
    border-bottom: 1px solid #E7E7E7;
}

.findUsSection {
    text-align: center;
    background-image: url(/wp-content/uploads/2023/11/find-us.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    margin-bottom: 35px;
    padding-bottom: 23.534971644612476%;
    position: relative;
}

.findUsSection h2 {
    color: #000;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    /* 157.895% */
    letter-spacing: -0.05px;
}

.findUsSection svg {
    margin: 47px 0 0;
}

.mapDirection {
    display: flex;
    flex-wrap: wrap;
    width: 1075px;
    margin: 0 auto 100px;
    max-width: 100%;
}

.mapDirection .mapAddress {
    width: 375px;
    max-width: 100%;
    background: linear-gradient(180deg, #064690 0%, #069EE7 100%);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 70px 50px;
}

.mapLocation {
    flex: 1;
}

.mapDirection .mapAddress h2 {
    color: #E7E7E7;
    font-size: 38px;
    font-weight: 500;
    line-height: 46px;
    letter-spacing: -0.05px;
    margin-bottom: 20px;
}

.mapDirection .mapAddress p {
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.05px;
    margin-bottom: 0;
}

.otherBanksSections {
    text-align: center;
    background-image: url(/wp-content/uploads/2023/11/other.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.otherBanksSections h2 {
    color: #000;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    /* 157.895% */
    letter-spacing: -0.05px;
}

.otherBanksSections svg {
    margin: 50px 0;
}

.otherBankBox {
    background: #F0F5F9;
    padding: 85px 0 100px 0;
}

.bankInfoBlock img {
    width: 200px;
    max-width: 100%;
}

.bankInfoBlock .bankDetailsBox {
    background: #fff;
    text-align: center;
    padding: 20px;
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}


@supports not (aspect-ratio: 1 / 1) {
    .bankInfoBlock .bankDetailsBox::before {
        float: left;
        padding-top: 100%;
        content: "";
    }

    .bankInfoBlock .bankDetailsBox::after {
        display: block;
        content: "";
        clear: both;
    }
}
.bankInfoBlock .bankDetailsBox:before {
    content: "";
}

.bankInfoBlock .bankDetailsBox h3 {
    color: #0374E7;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 175% */
    letter-spacing: -0.05px;
    margin-bottom: 0;
}

.faqSection {
    padding: 95px 0 65px 0;
    position: relative;
}

.faqTitleBox {
    text-align: center;
    background-image: url(/wp-content/uploads/2023/11/faq.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.faqTitleBox h2 {
    color: #000;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    /* 157.895% */
    letter-spacing: -0.05px;
}

.faqTitleBox svg {
    margin: 50px 0;
}

.whatTitleBox {
    text-align: center;
    background-image: url(/wp-content/uploads/2023/11/what-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.whatTitleBox h2 {
    color: #000;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    /* 157.895% */
    letter-spacing: -0.05px;
}

.whatTitleBox svg {
    margin: 50px 0;
}
.bankInfo a.copyNow svg {
    margin: 0;
}
.formkit-field input.formkit-input {
    border-radius: 2px !important;
    border: 1px solid #B5B5B5 !important;
}
.formkit-submit span {
    color: #FFF;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    min-height: 60px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
button.formkit-submit {
    border-radius: 5px !important;
    background: #0374E7 !important;
}
form.seva-form .formkit-powered-by-convertkit-container {
    display: none !important;
}
form.seva-form {
    margin-bottom: 0px !important;
}

.bankTable td {
    color: #000 !important;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.05px;
    vertical-align: middle;
}
.bankTable td:first-child {
    padding-right: 30px;
    padding-left: 38px;
}
.bankTable a.copyBank {
    margin-left: 20px;
    display: inline-block;
}
.bankTable thead th {
    background-color: transparent !important;
    border: 0;
    padding: 13px 8px;
    color: #B5B5B5;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.05px;
}
.bankTable thead {
    background-color: #F7F7F7 !important;
}
.bankTable thead th:first-child ,table.bankTable tbody td:first-child{
    padding: 13px 38px;
    width: 23.7%;
}
.bankTable thead th:nth-child(2), table.bankTable tbody td:nth-child(2) {
    width: 14%;
}
.bankTable thead th:nth-child(3), table.bankTable tbody td:nth-child(3) {
    width: 16%;
}
.bankTable thead th:nth-child(4), table.bankTable tbody td:nth-child(4) {
    width: 22.5%;
}
.bankTable thead th:nth-child(5), table.bankTable tbody td:nth-child(5) {
    width: auto;
    padding-right: 38px;
}
td:not(.bankTable td:first-child) {
    padding: 30px 12px !important;
}
table.table.bankTable tbody tr td {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
    border: 0;
}
table.table.bankTable tbody > tr:not(table.table.bankTable tbody > tr:last-child) {
    border-bottom: 1px solid #E7E7E7 !important;
}
.innertitle {
    position: absolute;
    height: 117px;
    top: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.abcd_div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 156px;
}

.abcd_div .alphabat_text
{
    color: #000;

text-align: center;
font-size: 48px;
line-height: 60px; /* 125% */
letter-spacing: 20px;
border-radius: 5px;
border: 1px dashed #B5B5B5;
padding-left: 15px;
position: relative;
font-weight: 600;
}

.second_border.alphabat_text, .third_border.alphabat_text, .fourth_border.alphabat_text {
    border-left: 0;
}

.cus_tooltip {
    min-width: 100px;
    position: absolute;
    bottom: calc(100% + 34px);
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.25));
    min-height: 77px;
    color: #000;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.05px;
    padding: 8px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    z-index: 1;
    white-space: nowrap;
    font-weight: 400;
}

.cus_tooltip:after {
    width: 29.698px;
    height: 29.698px;
    transform: rotate(45deg) translateX(-50%);
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    z-index: -1;
    background: white;
}



.bottom_tooltip.cus_tooltip {
    top: calc(100% + 34px);
    bottom: auto;
}

.bottom_tooltip.cus_tooltip:after {
    top: -25px;
    bottom: auto;
    transform: rotate(-45deg) translateX(-50%);
}

.cus_tooltip a
{
    color: #0374E7;
    text-decoration-line: underline;
}



.mapLocation iframe {
    height: 100%;
    width: 100%;
    display: block;
}   


.otherBankBox .g-lg-3, .otherBankBox .gx-lg-3 {
    --bs-gutter-x: 20px;
}

.otherBankBox .g-lg-3, .otherBankBox .gx-lg-3 {
    --bs-gutter-y: 20px;
}

.faqSection .accordion {
    width: 845px;
    max-width: 100%;
    margin: 0 auto;
}

.faqSection button.accordion-button {
    padding: 30px 0;
    color: #000;
    font-size: 22px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.05px;
    justify-content: space-between;
}


.faqSection .accordion-item {
    border: 0;
    border-bottom: 1px solid #E7E7E7;
}

.faqSection .accordion-button:not(.collapsed) {
    color: inherit;
    background-color: inherit;
    box-shadow: inherit;
}


.faqSection .accordion-button:focus {
    z-index: 3;
    border-color: inherit;
    outline: 0;
    box-shadow: none;
}

.faqSection .accordion-body {
    padding: 0 90px 30px 35px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.05px;
}

.faqSection .accordion-button::after {
    margin-left: 50px;
}

.faqSection .accordion-button::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cg id='Group_1' data-name='Group 1' transform='translate(443 418) rotate(180)'%3E%3Crect id='Rectangle_1' data-name='Rectangle 1' width='22' height='22' transform='translate(421 396)' fill='%23fff'/%3E%3Cpath id='Path_1' data-name='Path 1' d='M1.744,4.744a.835.835,0,0,1,1.182,0l9.429,9.431,9.429-9.431a.836.836,0,0,1,1.182,1.182l-10.02,10.02a.835.835,0,0,1-1.182,0L1.744,5.927a.835.835,0,0,1,0-1.182Z' transform='translate(444.213 417.193) rotate(180)' fill='%230374e7' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E%0A");}

.faqSection .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cg id='Group_1' data-name='Group 1' transform='translate(443 418) rotate(180)'%3E%3Crect id='Rectangle_1' data-name='Rectangle 1' width='22' height='22' transform='translate(421 396)' fill='%23fff'/%3E%3Cpath id='Path_1' data-name='Path 1' d='M1.744,4.744a.835.835,0,0,1,1.182,0l9.429,9.431,9.429-9.431a.836.836,0,0,1,1.182,1.182l-10.02,10.02a.835.835,0,0,1-1.182,0L1.744,5.927a.835.835,0,0,1,0-1.182Z' transform='translate(444.213 417.193) rotate(180)' fill='%230374e7' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E%0A");    }


    .common_heading:after {
        content: attr(data-back);
        position: absolute;
        top: calc(50% + -27px);
        left: 50%;
        transform: translate(-50%, -50%);
        color: #F7F7F7;
        text-align: center;
        font-size: 300px;
        font-weight: 900;
        line-height: 60px;
        letter-spacing: -0.05px;
        z-index: -1;
        white-space: nowrap;
    }

    .common_heading
    {
        color: #000;
text-align: center;
font-size: 38px;
line-height: 60px; /* 157.895% */
letter-spacing: -0.05px;
position: relative;
z-index: 1;
font-weight: 600;
margin: 115px 0;

    }

    .common_heading:before {
        content: "";
        position: absolute;
        top: 110px;
        width: 30px;
        height: 2px;
        background: #0374E7;
        left: 50%;
        transform: translateX(-50%);
    }
    .common_heading.color_change:after {
        color: #E5EBF0;
    }

    .maps_direction
    {
        margin: 115px 0 85px 0;
        padding-bottom: 23px;
    }

    .other_bank
    {
        margin: 115px 0 130px 0;
        padding-bottom: 20px;
    }

    .faqSection .accordion-item:last-child
    {
        border-bottom: 0;
    }

    .whatDesc {
        width: 800px;
        max-width: 100%;
        margin: 0 auto;
        color: #000;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: -0.05px;
        font-family: 'Roboto', sans-serif;
        margin-bottom: 185px;
    }

    .whatDesc.whatDescbottom {
        margin-top: 160px;
        margin-bottom: 172px;
        font-size: 12px;
        line-height: 20px;
        width: 834px;
    }

    a.copyNow.info:after, a.copyBank.info:after {
        content: "Copied to clipboard";
        filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.25));
        position: absolute;
        white-space: nowrap;
        left: 50%;
        transform: translateX(-50%);
        top: -74px;
        min-height: 65px;
        min-width: 174px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8px;
        color: #000;
        text-align: center;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.05px;
        font-family: 'Roboto', sans-serif;
        border-radius: 5px;
        z-index: 99999;
        background-image: url("data:image/svg+xml,%3Csvg width='174' height='66' viewBox='0 0 174 66' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5 0C2.23858 0 0 2.23858 0 5V42C0 44.7614 2.23858 47 5 47H69.0001L87.5 65.4999L106 47H169C171.761 47 174 44.7614 174 42V5C174 2.23858 171.761 0 169 0H5Z' fill='white'/%3E%3C/svg%3E%0A");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        padding-bottom: 27px;
        font-weight: 400;
    }

    a.copyNow, a.copyBank {
        position: relative;
    }

    .formkit-form .formkit-input::placeholder {
        color: #000000 !important;
        opacity: 1; /* Firefox */
      }
      
      .formkit-form .formkit-input::-ms-input-placeholder { /* Edge 12-18 */
        color:  #000000 !important;
        opacity: 1;
      }

      .apply_now_button
      {
        display: none;
      }

.hide_form
{
    display: none;
}
      


    

    .apply_now_button:focus, .apply_now_button:hover
    {
        color: #ffffff;
    }


    @media only screen and (min-width:1200px) and (max-width:1400px)
    {
        .convertForm {
            width: 300px;
            padding: 29px 15px;
        }
        .convertForm h2 {
            font-size: 28px !important;
            line-height: 36px;
        }
    }



    @media only screen and (max-width:1199.78px)
    {
        .apply_now_button
      {
        display: block;
      }

      .apply_now_button {
        position: absolute;
        top: 0;
        right: 10px;
        background-color: #1677be;
        z-index: 1;
        color: #ffffff;
        text-decoration: none;
        padding: 10px 20px;
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
        font-weight: 500;
        font-size: 18px;
    }

    .convertForm {
        right: -100%;
        box-shadow: none;
        transition: 0.3s;
        z-index: 99999;
        position: fixed;
        bottom: 0;
        overflow-y: auto;
    }

    .convertForm.convertFormMobile {
        right: 0;
    }
        .hide_form
        {
            display: block;
            position: absolute;
            top: 15px;
            right: 15px;
            z-index: 99999;
        }
            .hidescroll
            {
                overflow: hidden;
            }
            .hidescroll:before {
                position: fixed !important;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: #0000002b;
                content: "";
                display: block;
                width: inherit;
                height: inherit;
                transform: none;
            }
            table.table.bankTable {
                table-layout: unset !important;
            }
            .bankTable thead th:first-child, table.bankTable tbody td:first-child {
                padding: 13px 8px;
                width: auto;
            }
            .bankTable thead th:nth-child(2), table.bankTable tbody td:nth-child(2) {
                width: auto;
            }
            .bankTable thead th:nth-child(3), table.bankTable tbody td:nth-child(3) {
                width: auto;
            }
            .bankTable thead th:nth-child(4), table.bankTable tbody td:nth-child(4) {
                width: auto;
            }
            .bankTable thead th:nth-child(5), table.bankTable tbody td:nth-child(5) {
                width: auto;
            }
            .bankTable thead th
            {
                white-space: nowrap;
            }
            table.table.bankTable tbody tr td:last-child {
                white-space: nowrap;
            }
    }

    @media only screen and (min-width:768px) and  (max-width:1199px)
    {
        .common_heading:after {
            font-size: 180px;
        }

        .common_heading {
            margin: 55px 0 65px 0;
        }
        .swiftBack {
            background-size: 470px;
            background-position: top 13px center;
        }
    }


      @media only screen and (max-width:767.78px){
        

    
    .abcd_div .alphabat_text {
        font-size: 26px;
        line-height: 55px;
        letter-spacing: 6px;
        padding-left: 9px;
    }
    .cus_tooltip br {
        display: none;
    }
    .first_border .cus_tooltip {
        left: -20px;
        transform: translateX(0);
    }  
    
    .cus_tooltip {
        min-width: 100px;
        min-height: 56px;
        font-size: 12px;
        line-height: 17px;
        white-space: unset;
        width: 150px;
    }
    .third_border.alphabat_text .cus_tooltip {
        left: 0;
        transform: translateX(0);
    }

    .second_border.alphabat_text .cus_tooltip, .fourth_border.alphabat_text .cus_tooltip
    {
        left: auto;
        transform: translateX(0);
        right: 0;
    }

    .fourth_border.alphabat_text .cus_tooltip
    {
        right: -20px;
    }
    .third_border.alphabat_text .cus_tooltip::after {
        left: 28px;
    }

    .fourth_border.alphabat_text .cus_tooltip::after {
        left: auto;
    right: 30px;
    }

    .second_border.alphabat_text .cus_tooltip::after {
        left: auto;
        right: 9px;
    }
    
    .mapDirection
    {
        flex-direction: column;
    } 
    .codeSection h2
    {
        font-size: 30px;
    }
    .swiftBack h2 {
        font-size: 25px;
        margin: 0;
    }
    .commercialBanks h2
    {
        font-size: 30px;
        line-height: 40px;
    }
    .common_heading
    {
        font-size: 24px;
        line-height: 40px;
        padding-bottom: 0;
        margin: 25px 0 55px 0;
    }
    .faqSection button.accordion-button
    {
        font-size: 18px;
    }
    .mapDirection .mapAddress
    {
        padding: 55px 35px;
        width: 100%;
    }
    .mapDirection .mapAddress h2
    {
        font-size: 30px;
    }
    .common_heading:after {
        display: none;
    }
    .common_heading:before {
        content: "";
        top: auto;
        bottom: -20px;
    }
    .otherBankBox {
        padding: 35px 0 70px 0;
    }
    .faqSection {
        padding: 35px 0 35px 0;
    }
    .faqSection .accordion-body {
        padding: 0 0px 30px 0;
    }
    .whatDesc.whatDescbottom {
        margin-top: 140px;
        margin-bottom: 72px;
    }
    .mapLocation {
        flex: inherit;
        height: 400px;
    }
    .mapDirection {
        margin: 0 auto 80px;
    }
    table.table.bankTable tbody tr td {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    .swiftBack {
        background-image: none;
        margin-top: 52px;
        padding-top: 0;
    }
    .headBlock svg {
        margin: 20px 0 37px;
    }
    .swiftBack svg {
        margin: 20px 0 37px;
    }

    a.copyNow.info:after, a.copyBank.info:after {
        left: auto;
        transform: translateX(0);
        top: -74px;
        right: -9px;
        background-image: url("data:image/svg+xml,%3Csvg width='163' height='61' viewBox='0 0 163 61' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5 0C2.23858 0 0 2.23858 0 5.00001V38.7711C0 41.5325 2.23858 43.7711 5.00001 43.7711H118.328L135.557 61L152.786 43.7711H157.046C159.807 43.7711 162.046 41.5325 162.046 38.771V5C162.046 2.23858 159.807 0 157.046 0H5Z' fill='white'/%3E%3C/svg%3E%0A");
    }
    table.table.bankTable tbody tr td:nth-child(3) a.copyNow.info:after, table.table.bankTable tbody tr td:nth-child(3) a.copyBank.info:after
    {
        left: 50%;
        transform: translateX(-50%);
        top: -74px;
        background-image: url("data:image/svg+xml,%3Csvg width='174' height='66' viewBox='0 0 174 66' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5 0C2.23858 0 0 2.23858 0 5V42C0 44.7614 2.23858 47 5 47H69.0001L87.5 65.4999L106 47H169C171.761 47 174 44.7614 174 42V5C174 2.23858 171.761 0 169 0H5Z' fill='white'/%3E%3C/svg%3E%0A");
right: auto;
    }


    .convertForm h2 {
        font-size: 30px !important;
        line-height: 40px;
    }

}



@media only screen and (max-width:480px)
    {
        ul.bankInfo li:first-child {
            text-align: left;
            width: 100%;
        }
        ul.bankInfo li:nth-child(2) {
            flex: 1;
            text-align: left;
        }
    }


/*  26-03-2024 swift-code form  */
 
.single-swift-code .apply_now_button_best {
    border-radius: 5px !important;
    background: #0374E7 !important;
    color: #fff !important;
    font-size: 16px;
    text-decoration: unset;
    padding: 12px 24px;
    width: 100%;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    min-height: 60px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.single-swift-code .swift_code_main{
    position: relative;
}
.single-swift-code #page_navigation ul#menu-headertopmenu, #page_navigation ul#menu-headermenu {
    padding: 0;
    margin: 0;
}
.single-swift-code #page_navigation ul#menu-headertopmenu a,#page_navigation .navigation_bottom a{
    text-decoration: unset !important;
}
.single-swift-code #page_navigation ul#menu-headermenu .border{
    border: unset !important;
}/*
.single-swift-code .page_navigation_wrap {
    overflow: hidden;
}*/
.single-swift-code #page_navigation ul#menu-headermenu{
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px !important;
}  
.single-swift-code .header_contacts a {
    text-decoration: none;
}
body.swift-code-template-default.single.single-swift-code {
    overflow-x: hidden;
}