﻿*,
html {
    outline: none;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* @font-face {
    font-family: 'Conv_Lato-Regular';
    src: url('../fonts/Lato-Regular.eot');
    src: local('☺'), url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype'), url('../fonts/Lato-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
} */
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.eot');
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Lato-Regular.woff') format('woff'),
         url('../fonts/Lato-Regular.ttf') format('truetype'),
         url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: 600;
    font-style: 600;
}

body {
    font-family: 'Lato';
    font-size: 15px;
    background: #f2f2f2;
}
.forex-rate {
    background: #fff;
    padding: 0 30px;
    margin: 0 auto 40px auto;
}
.countryTable {
    margin: 20px 0;
}
.countryTable table {
    width: 100%;
    border: solid 1px #d2d2d2;
    border-top: none;
}
.countryTable table tr th {
    border-left: solid 1px #d2d2d2;
}
.countryTable table tr.innerTr th, .countryTable table tr.brTop th {
    padding: 10px;
}
.countryTable table tr td {
    padding: 10px;
}
.countryTable table tr {
    border-bottom: solid 1px #d2d2d2;
}
.countryTable table tr td.nobr {
    border-right: none;
}
.countryTable table tr.innerTr th {
    border-left: none;
}
.countryTable table tr.innerTr th:nth-child(2) {
    border-right: solid 1px #d2d2d2;
}
.countryTable table tr.innerTr-links th{
    border: none;
}
.countryTable table tr.brTop {
    border-top: solid 6px #97144d;
}
.countryTable table tr th.bgClr {
    background: #e2e2e2;
}
.countryTable table tr th:nth-child(2) {
    border-left: none;
}
.dataRow td:not(:nth-child(1)) {
    border-right: solid 1px #d2d2d2;
}
.col-30 {
    width: 30%;
}
.col-40 {
    width: 40%;
}
.col-20 {
    width: 15%;
}
.col-10 {
    width: 5%;
}
.col-8 {
    width: 12%;
}
.selDrop {
    position: relative;
    margin: 15px 0 20px;
}
.selDrop select {
    padding: 10px;
    -webkit-appearance: none;
    position: relative;
    width: 100%;
    background: transparent;
}
.selDrop:after{
	content:'';
	background:url('../images/down-arrow-black.png') center center no-repeat;
	width:23px;
	height:15px;
	position:absolute;
	right:25px;
	display:block;
	bottom:15px;
	pointer-events:none;
}
.mobFlagArw{
display:Inline-block;
width:20px;
transform:rotate(-90deg);
margin:0 10px;
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
}
.selArw{
    font-size: 22px;
    position: absolute;
    right: 30px;
    top: 5px;
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-arrow-right:before {
    content: "\f061";
}
.country th img {
    width:25px;
    height:25px;
    margin: 0 0 0 10px;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
}
img.imgResize {
    width:25px;
    height:25px;
    display:inline-block;
    margin:-4px 10px 0 0;
}
.countryMob {
    display:inline-block;
    font-size: 16px;
}
.arrowAng {
    font-size: 18px;
    margin: 0 25px;
}
.dataRow th.wantBg {
    background:#e2e2e2;
    padding: 10px;
    font-size: 15px;
}
.forexHeader{
    background: #97144d;
    padding: 20px 0;
}
.forexHeader h3{
    color: #fff;
    font-size: 22px;
    display: inline-block;
    margin: 10px;
}
.axisLogo{
    float: right;
}

.axisLogo img{
    width: 80%;
}
.forexHeading{
    margin: 30px 0 20px;
    font-size: 25px;
    font-weight: 600;
    text-align:center;
}
.forexP{
    /*margin: 0 0 30px;*/
    color: #323232;
}
.brnd a{
    color: #97144d;
}
.chCrncy{
    padding-left: 0;
}
.wantTxt{
    font-size: 22px !important;
    text-align: center;
}
.innerTr-links a{
    border-bottom: solid 1px;
    background: #97144d;
    width: 100%;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    z-index: 1;
    padding:5px 10px;
    border-radius: 4px;
    color: #fff;
}
/*.innerTr-links a:before{
    font-family: FontAwesome;
    content: '\f178';
    position: absolute;
    font-size: 18px;
    width: 0;
    left: 90%;
    z-index: -1;
    transition: all .3s ease-in-out;
    transform: translateX(20%);
    opacity: 0;
}
.innerTr-links a:hover:before{
    width: 100%;
    opacity: 1;
}*/
.innerTr-links a:hover{
    text-decoration: none;
}
.Frxfooter {
    background: #ccc;
    border-top: solid 1px #9d9b99;
    padding: 10px 0;
}
.socialIcons {
    float: right;
    margin: 0;
}
.socialIcons li {
    display: inline-block;
    padding: 0 0 0 7px;
    list-style: none;
}
ul.ftrCopy {
    margin: 5px 0 0;
    display: inline-block;
    font-size: 12px;
    padding: 0;
}
ul.ftrCopy li:first-child {
    border-left: none;
}
ul.ftrCopy li {
    margin: 0;
    display: inline-block;
    border-left: solid 1px #5f5f5f;
    padding: 0 10px;
}
ul.ftrCopy li a {
    color: #5f5f5f;
}
#viewAll{
    display:block;
    border: solid 2px #97144d;
    margin: 0px auto 30px auto;
    text-align: center;
    width: 30%;
    padding: 10px 0;
    font-size: 18px;
    color: #97144d;
}

.calculateNow h2{
    font-size: 26px;
    margin-bottom: 25px;
    margin-top: 20px;
}
.calculateNow .shadowBox{
    padding: 25px 15px;
    border: solid 1px #dddddd;
    border-radius: 8px;
    margin-bottom: 15px;
}
.calculateNow label.selectLabel{
    font-size: 20px;
    margin: 0;
}
.calculateNow .selDrop{
    margin: 10px 0 20px;
}
.calculateNow .selDrop .selArw {
    font-size: 28px;
    position: absolute;
    right: 20px;
    top: 1px;
    color: #97144d;
}
.calculateNow select {
        border-radius: 6px;
}
.calculateNow .unitRate {
    padding: 10px;
    border: solid 1px;
    color: #97144d;
    border-radius: 6px;
    text-align: center;    margin: 15px 0 0;
}
.calculateNow .unitRate p img{ margin-left:12px;    max-height: 20px;   }
.calculateNow .unitRate p {
    font-size: 20px;
    color: #323232;
    margin:0;
}
.calculateNow .unitRate p span{
    font-size: 28px;
    color: #97144d;
    font-weight: 900;
	vertical-align: middle;
	display:inline-block;
	margin-top:-4px;
	font-family:sans-serif;
}
.calculateNow .disclimer p{
    font-size: 12px;
    color: #323232;font-weight: 600;
}
.calculateNow .disclimer {
        margin-bottom: 40px;
}
.calculateNow .disclimer p span{
    /*display: block;*/
}
.calculateNow .disclimer p span a, .calculateNow .disclimer p span a:hover, .calculateNow .disclimer p span a:focus{
	color:#97144d;
}
@media (min-width:993px) {
#tableDesk .dataRow.country td:nth-child(1) {
	border-right:none;
	padding:0;
}
}

@media (max-width:767px) {
    .forex-rate {
    padding-right: 15px;
    padding-left: 15px;
    }
    .selDrop {
        padding:0;
    }
    ul.ftrCopy{
        display: block;
        text-align: center;
    }
    .socialIcons{
        float: none;
        margin: 15px auto;
    text-align: center;
    display: block;
    padding: 0;
    }
    .Frxfooter {
    padding: 10px 0 0;
}
.innerTr-links a{
    font-size: 12px;
    position: relative;
    top: -8px;
}
.chCrncy {
    font-size: 20px;
    font-weight: 600;
}
.axisLogo img {
    width: 70%;
    float: right;
}
.axisLogo {
    margin-right: 30px;
}
.dataRow td{
    border-right: solid 1px #d2d2d2;
}

}

@media (min-width:993px) and (max-width:1199px) {
.col-40 {
    width: 48%;
}
}