.pad-t-0 {
    padding-top: 0px;
}

.reset-mar {
    margin: 0px !important;
}

.wginsExchangeRateCurrencyConverter_DefaultCSSClass .tabs-section {
    background-image: url(../SiteImages/money.jpg);
    background-size: cover;
    min-height: 375px;
}

.displaynone {
    display: none;
}

@media (max-width: 768px) {
    .tabs-container {
    }
}

.exchange-currency-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px !important;
}

    .exchange-currency-tabs > div:first-child {
        display: none;
    }

    /* Style the buttons inside the tab */
    .exchange-currency-tabs .exchange-currency-link {
        max-width: 356px;
        width: inherit;
        height: 90px;
        cursor: pointer;
        outline: none;
        padding: 16px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        font-size: 26px;
        margin: 218px 0 0 0;
        font-weight: normal;
        border-radius: 0;
    }

.exchange-currency-link img {
    float: left;
    /*    margin: auto 16px 16px;*/
    margin-right: 16px;
}

/* Style the tab content */
.activetab {
    display: block;
}

.latest {
    font-size: 16px;
    margin-top: 32px;
}

/*----------------------------table---------------------------*/
.intro {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

h3.table-title {
    font-weight: normal;
    margin: 40px 0 0 10px;
}

.currency-table {
    width: 100%;
    font-size: 14px;
    /*border-bottom: 0px;*/
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
    border-spacing: 0px;
    border: 1px solid;
}

    .currency-table thead .marker {
        font-weight: bold;
        font-size: 15px;
    }

.flag > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


    .flag > div > span:first-child {
        margin-bottom: 10px;
        height: 20px;
    }

        .flag > div > span:first-child > img {
            height: 100%;
        }

.marker > table {
    margin: auto;
}

    .marker > table tr td:first-child {
        font-weight: bold;
        padding-right: 10px;
    }

.currency-table thead tr {
    font-size: 16px
}

.currency-table tr {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid;
}

@media (min-width: 767px) {
    .currency-table tr > td:first-child {
        width: 50%;
    }
}


.currency-table tr td.marker {
    text-align: center;
}

@media (max-width: 767px) {
    .flag > div {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .flag > div > span {
            width: 100%;
        }

            .flag > div > span:first-child {
                margin-left: 0px;
                margin-bottom: 5px;
                margin-top: 5px;
            }
}

@media (max-width: 991px) and (min-width: 767px) {
    .exchange-currency-link h3 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .exchange-currency-link h3 {
        font-size: 13px;
        text-align: center;
    }

    .exchange-currency-tabs .exchange-currency-link {
        max-width: unset;
        margin: unset;
        padding: 0px;
        width: 50%;
        height: 66px;
    }
}

.table-footer {
    font-size: 28px;
    padding: 4px 16px;
    border-top: 0px;
    border: 1px solid;
}

.arrows {
    border-radius: 10px;
    width: 98px;
}

    .arrows a {
        display: inline-block;
    }

    .arrows img {
        margin-top: 4px;
    }

.table-footer a {
    text-decoration: none;
}

#page2 {
    display: none;
}

.wrap input[type="text"], .currency-in input[type="text"] {
    height: auto;
    padding: 0px 16px;
    border-radius: 0px;
    display: block;
    margin: 0 auto;
    text-align: center;
    border: 0px solid;
}
/*----------------------------- media ---------------------------*/

/*----------------------------- currency converter ---------------------------*/
.curr-conv {
    text-align: center;
    max-width: 90%;
    margin: auto;
    margin-top: 16px;
    border: 1px solid;
}

#GeneratedContent .curr-conv {
    max-width: 100%;
}

@media (max-width: 1024px) {
    .curr-conv {
        max-width: 100%;
    }
}

.currency-in, .currency-val {
    min-height: 72px;
    padding: 16px;
}

#GeneratedContent .currency-in {
    padding-bottom: 0px;
}

.currency-in {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid;
}

    .currency-in input[type="text"] {
        font-size: 30px;
        margin: 0px;
        width: calc(42% - 32px);
        margin-left: 16px;
    }

    .currency-in label {
        font-size: 30px;
        text-align: center;
        line-height: 32px;
        float: right;
    }

.currency-cho {
    min-height: 100px;
    padding: 32px 0 0 0px;
}

    .currency-cho select {
        border: 1xp solid;
        height: 32px;
        padding: 0px 16px;
        border-radius: 10px;
        width: 100%;
        font-size: 18px;
        display: inline-block;
        -webkit-appearance: none; /* Webkit */
        -moz-appearance: none; /* FF */
        -ms-appearance: none; /* Edge */
        appearance: none; /* Future */
        background-image: url(../SiteImages/downArrow.svg);
        background-position: calc(100% - 10px) calc(100% - 7px);
        background-size: 14px 13px, 5px 5px, 1px 1.5em;
        background-repeat: no-repeat;
        padding: 0px 16px;
        padding-right: 32px;
    }


.two-arrows button {
    padding: 0px;
    margin: auto;
    padding: 5px 14px;
    margin-top: -30px;
    height: auto;
    line-height: 0;
}

.currency-val {
    font-size: 22px;
    border-top: 1px solid
}

    .currency-val p {
        font-size: 16px;
        text-align: center;
        margin: 0px;
        margin-top: 16px;
    }

@media (max-width: 767px) {
    .exchange-currency-link img {
        margin-left: 8px;
        display: none;
    }

    .currency-cho {
        padding: 4px;
        min-height: 58px;
    }

        .currency-cho select {
            font-size: 16px;
            width: 100px;
            display: inline-block;
        }

            .currency-cho select::-ms-expand {
                display: none;
            }

    .two-arrows {
        max-width: unset;
    }

    .currency-select {
        padding: 0 15px;
    }

    .currency-table tr {
        margin-bottom: 16px;
    }

    .exchange-currency-link, .exchange-currency-link.active {
        margin: 0px;
        width: 50%;
    }

    .exchange-currency-link {
        max-width: inherit;
        font-size: 22px;
    }

    .tabs-section {
        padding: 16px 0;
    }

    .currency-val {
        font-size: 14px;
    }

        .currency-val .mob-4 {
            padding: 0px;
        }

    .currency-in .mob-4 {
        padding: 0px;
    }

    .currency-cho .mob-5 {
        padding: 0px;
    }

    .currency-cho .mob-2 {
        padding: 0px;
    }

    .two-arrows img {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

    .currency-in input[type="text"] {
        font-size: 18px;
        width: 100%;
        margin: 0px;
    }

    .currency-in label {
        font-size: 15px;
        line-height: 18px;
        width: 100%;
        margin-top: 10px;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .exchange-currency-tabs .exchange-currency-link {
        max-width: 290px;
        font-size: 22px;
    }
}

.exchange-currency-link h3 {
    margin: 14px 0 14px 0;
}

@media (min-width: 767px) {
    .currency-table tr {
        height: 40px;
    }

    #GeneratedContent .currency-table tr {
        height: 35px;
    }
}

.currency-cho button img {
    width: 35px;
    height: 35px;
}

@media (max-width: 767px) {
    .exchange-currency-tabs .lab-1 {
        padding: 0px !important;
    }
}

.tab.row-group.reset-mar.exchange-currency-tabs .tab-2.dek-2 {
    padding: 0px;
}

.currency-cho p {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.spanExchangeRateCurrencyConverterFrom {
    margin-top: 10px;
}

.spanCurrencyConverterCurrencyToRate {
    margin-top: 10px;
}

.currency_rates .rates_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 16px 0px;
    margin-bottom: 26px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#GeneratedContent .currency_rates .rates_wrapper {
    margin-top: -4px;
    margin-bottom: 8px;
}

.currency_rates .rates_wrapper label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    cursor: pointer;
}

.currency_rates .rates_wrapper .cashRate {
    margin-left: 32px;
}

@media (max-width: 767px) {
    .currency_rates label {
        float: left;
        font-size: 15px !important;
        padding: 5px 17px;
    }

    .currency-cho select {
        width: 100%;
    }

    .two-arrows button {
        margin-top: 0px;
    }

    .currency-cho > div:first-child,
    .currency-cho > div:nth-child(3) {
        padding: 15px;
    }

    .currency_rates .rates_wrapper .cashRate {
        margin-left: 0px;
    }
}

div.tab button:hover {
    opacity: 0.8 !important;
}
/*@media (min-width: 767px) {
    .wrap {
        border-bottom: 1px solid;
    }
}*/
#GeneratedContent #wginsExchangeRateCurrencyConverter_Home .exchange-currency-link {
    border-bottom: 2px solid;
}

/*## Start CurrencyConvertContainer ##*/

@media (min-width: 768px) {
    .zninsExchangeRateCurrencyConverter_Default .divCurrencyConverterContainer > div {
        width: 750px;
    }
}

@media (min-width: 992px) {

    .zninsExchangeRateCurrencyConverter_Default .divCurrencyConverterContainer > div {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .zninsExchangeRateCurrencyConverter_Default .divCurrencyConverterContainer > div {
        width: 1170px;
    }
}

.zninsExchangeRateCurrencyConverter_Default .divCurrencyConverterContainer > div {
    padding: 0px 16px;
    margin: 0px auto;
    position: relative;
    clear: both;
    float: none;
}

/*## End CurrencyConvertContainer ##*/

@media (max-width:992px) {
    .exchange-currency-tabs .exchange-currency-link {
        margin: 150px 0 0 0;
    }
}

@media (max-width:768px) {
    .exchange-currency-tabs .exchange-currency-link {
        margin: 10px 0 0 0;
    }

    #wginsExchangeRateCurrencyConverter_Default .tabs-section {
        padding-bottom: 0;
    }
}

.exchange-rate-margin {
    margin: 0px 0 0 0 !important;
}
