.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;
}

.p-t-2{
padding-top:2% !important;	
}

@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;
    outline: none;
    cursor: pointer;
    padding: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 26px;
    margin: 220px 0 0 0;
    font-weight: normal;
    border-radius: 0;
}

.exchange-currency-link img {
    float: right;
    /* margin: auto 16px 16px; */
    margin-left: 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: 1px solid;
    /*border-bottom: 0px;*/
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
    border-spacing: 0px;
}

.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-left: 10px;
}

.currency-table thead tr {
    font-size: 16px
}

.currency-table tr {
    width: 100%;
    border-bottom: 1px solid;
    text-align: center;
}

@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: 1px solid;
    border-top: 0px;
}

.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;
    border: 0px solid;
    padding: 0px 16px;
    border-radius: 0px;
    display: block;
    margin: 0 auto;
    text-align: center;
}


/*----------------------------- media ---------------------------*/


/*----------------------------- currency converter ---------------------------*/

.curr-conv {
    text-align: center;
    max-width: 90%;
    margin: auto;
    border: 1px solid;
    margin-top: 16px;
}

#GeneratedContent .curr-conv {
    max-width: 100%;
    margin-top: 10px;
}

@media (max-width: 1024px) {
    .curr-conv {
        max-width: 100%;
    }
}

.currency-in,
.currency-val {
    min-height: 72px;
    padding: 0 16px 16px 16px ;
}

.currency-in {
    border-bottom: 1px solid;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.currency-in input[type="text"] {
    font-size: 30px;
    margin: 0px;
    width: calc(42% - 32px);
    margin-right: 16px;
}

.currency-in label {
    font-size: 30px;
    text-align: center;
    line-height: 32px;
    float: left;
}

.currency-cho {
    min-height: 75px;
    /* padding: 32px 0 0 0px; */
}

.currency-cho select {
    height: 32px;
    border: 1px solid;
    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: 10px calc(100% - 7px);
    background-size: 14px 13px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    padding: 0px 32px;
    padding-left: 32px;
}

.fix-content .currency-cho select {
    padding: 0px 10px
}

.two-arrows button {
    padding: 0px;
    margin: auto;
    padding: 5px 14px;
    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;
    }
}

.MenuWidgetInstance  .divExchangeRateCurrencyConverterRadioButtons{
		padding: 5px 0px!important;
	}

.exchange-currency-link h3 {
    margin: 8px 0 14px 0;
}

@media (min-width: 767px) {
    .currency-table tr {
        height: 40px;
    }
    #GeneratedContent .currency-table tr {
        height: 35px;
    }
    /*.wrap {
		border-bottom: 1px solid;
	}*/
}

.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-right: 32px;
}

@media (max-width: 767px) {
    .currency_rates label {
        float: right;
        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;
    }
}

#GeneratedContent #wginsExchangeRateCurrencyConverter_Home .exchange-currency-link {
    border-bottom: 2px solid;
}

.letSpacing {
    letter-spacing: 2px;
}

.currency-in input[type="text"] {
    letter-spacing: 2px;
}


/*## Start CurrencyConvertContainer ##*/

@media (min-width: 768px) {
    .zninsExchangeRateCurrencyConverter_Default .divCurrencyConverterContainer>div {
        width: 750px;
    }
	#iwantLblID {
		text-align: right;
		float:unset !important;
	}
}

@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: 120px 0 0 0;
    }
}

@media (max-width: 1408px) {
	.BanknoteTransferRadioButtonsAllignment{
		float: right !important;
		margin: 0 20% 0 0 ;
	}
	
	.fixed-menu .fix-content .BanknoteTransferRadioButtonsAllignment{
		margin: 0;
	}
	
	.fixed-menu .fix-content .currency_rates .rates_wrapper .cashRate {
		margin-right:0;
	}
	.currency_rates .rates_wrapper .cashRate {
		margin-right: 20%;
	}
	
	.ddlCurrencyConverterTransactionType {
		margin-top: 5% ;
	}
}

@media (max-width:768px) {
    .exchange-currency-tabs .exchange-currency-link {
        margin: 10px 0 0 0;
    }
	
    #wginsExchangeRateCurrencyConverter_Default .tabs-section {
        padding-bottom: 0;
    }
	
	.ddlCurrencyConverterTransactionType {
		margin-top: 0 ;
	}	
	
	.input_rapper{
	  padding: 0 18px;
  }
}

.fixed-menu .fix-content .currency_rates .rates_wrapper .cashRate{
	margin: auto;
	float:right !important;
	text-align: right;
}

.fixed-menu .fix-content .currency_rates .rates_wrapper  .transferRate{
	float:right  !important;
	text-align: right;
}

.fixed-menu .fix-content .ddlCurrencyConverterTransactionType {
	margin-top: 12% ;
}

@media (max-width:392px){
	.BanknoteTransferRadioButtonsAllignment{
		margin: 0  0 0 0;
	}
	.currency_rates .rates_wrapper .cashRate {
		margin-right: 0	;
	}
}

.fix-content .divExchangeRateCurrencyConverterCurrencyConverter .currency-cho {
  padding-top:0px;
}

.exchange-rate-margin {
    margin: 0px 0 0 0 !important;
}