
/*@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900" rel="stylesheet");*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css');
@font-face{
  font-family:'Glyphicons Halflings';
  src:url("https://stackpath.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.eot");
  src:url("https://stackpath.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),
  url("https://stackpath.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.woff2") format("woff2"),
  url("https://stackpath.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.woff") format("woff"),
  url("https://stackpath.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.ttf") format("truetype"),
  url("https://stackpath.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format("svg")
}
body{ 
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
}

.flash {
  -webkit-animation-name: flash-animation;
  -webkit-animation-duration: 4s;
  animation-name: flash-animation;
  animation-duration: 4s;
}
@-webkit-keyframes flash-animation {
  from {
    background: #ff0;
  }
  to {
    background: default;
    display: none;
  }
}
@keyframes flash-animation {
  from {
    background: #ff0;
  }
  to {
    background: default;
    display: none;
  }
}

.registerform{margin-top:25px;}
.register_radio_btn input[type="radio"] {
    position: absolute;
    opacity: 0;
    margin-top: 0;
}
.register_radio_btn input[type=radio]:checked + label, 
.register_radio_btn input[type=radio]:checked + span + label {
    background-color: #fff;
    box-shadow: inset 0 0 0 4px #febc40;
}
.register_radio_btn input[type=radio] + label, 
.register_radio_btn input[type=radio] + span + label {
    content: '';
    border-radius: 100%;
    border: 2px solid #FEBB3D;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: -.2em;
    margin-right: 4em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}
.register_radio_btn input[type=radio] + label > span, 
.register_radio_btn input[type=radio] + span + label > span {
    display: inline-block;
    padding-left: 25px;
}
.details_form_group label span {white-space: nowrap;}

.custom_content i{font-style: initial;}
.curr_blue_bor .updated_design_form{padding:15px !important;}
.set_limit_rate_area{color:#ffffff;}
.curr_blue_bor .content{line-height:3;}
.chart_inside_form .select2-container{width:100% !important;}
.scroll_inner_content{position: relative; }
#scroll_fixed_content{z-index: 99999; padding-bottom: 15px !important; border-radius: 0 0 8px 8px;}
.viewallexchanerate{text-decoration: underline; padding-bottom: 15px; display:block;}

.comentary_items h3{padding-bottom: 25px;}

.chart_section .headingMargin15 h3{margin-top: 15px;}
.faq_buttons{list-style: none; margin:1% 0 0 0; padding:0; }
.faq_buttons li{float: left; width:48%; margin-left:1%; margin-right:1%; text-align: center; display: block;}
.faq_buttons li a{
	width: 95%;
    margin: 5px auto;
    display: block;
    border: solid 1px #FF7F00;
    color: #FF7F00;
    border-radius: 4px;
    font-size: 13px;
    padding: 8px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.faq_buttons li a:hover{background-color: #FF7F00; color:#ffffff;}

.faq_live_rates .live_USdollar table{margin-top: 0}
.faq_live_rates .live_USdollar .usd_flag{top: 14px;}
.faq_customer_inner .requestcardback{padding:15px 0 5px 0;}
.requestcardback{padding:20px; border: solid 1px #e6e6e6;}
.requestcardback h3{font-size: 14px !important;}
.requestcardback hr{margin-top:0; margin-bottom:15px;}
.requestcardbacklist{
	list-style: none; margin:15px 0 0 0; padding: 0; 
	border-top: solid 1px #e6e6e6;  border-bottom: solid 1px #e6e6e6;
	overflow: hidden;
}
.requestcardbacklist li{float: left; width: 50%; min-height:150px; padding-top:30px;}
.requestcardbacklist li p,
.requestcardbacklist li h5,
.requestcardbacklist li img{text-align: center; display: block; margin: 0 auto;}

.requestcardbacklist li h5{font-size: 18px; color: #05528a; padding-top: 10px;}

.requestcardbacklist li:nth-child(1){
	border-right: solid 1px #e6e6e6;
	border-bottom: solid 1px #e6e6e6;
}
.requestcardbacklist li:nth-child(2){border-bottom: solid 1px #e6e6e6;}
.requestcardbacklist li:nth-child(3){border-right: solid 1px #e6e6e6;}


/* forecast_table */
.forecast_table {margin-bottom:0;}
.forecast_table thead tr th{border-bottom-width:1px;}

#style-6::-webkit-scrollbar {
	width: 10px;
	background-color: #F5F5F5;
}

#style-6::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-6::-webkit-scrollbar-thumb {
	background-color: #F90;	
	background-image: -webkit-linear-gradient(45deg,rgba(255, 255, 255, .2) 25%,
  transparent 25%,
  transparent 50%,
  rgba(255, 255, 255, .2) 50%,
  rgba(255, 255, 255, .2) 75%,
  transparent 75%,
  transparent)
}

.chart_section .inner p{
    border: solid 1px #f5f5f5;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 4px;
    box-shadow: 4px 4px 10px #eaeaea;
    background: #ffffff;
    border-left: solid 2px #0269b5;
}
.chart_section .inner p{font-size: 13px; line-height:1.8; color: #5C5C5C; padding-top:15px; }
.content{
	font-size: 13px; line-height:1.8; color: #5C5C5C; padding-bottom: 15px;
	font-weight: 400 !important; text-align: justify; margin-bottom: 0;
}

.datentimee{font-weight: bold; color:#000000; display: inline-block; padding-right: 4px;}
.commentary_paragraph p+p{padding-top:8px;}
/*.curr_con_news_bg h3:after,
.chart_section h3:after,
.curr_con_chart_bg h3:after,
.curr_con_slider_bg h3:after{
	content: '';
    position: absolute;
    left:-3px;
    top: 8px;
    width: 0;
    height: 0;
    border-left:8px solid transparent;
    border-top: 8px solid transparent;
    border-right:8px solid #0170c1;
    clear: both;
     -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}*/
/* chart css */
.chart_section{
	background: #ffffff; padding:15px 0 25px 0;
}
.breadcrumb_bg hr{margin-top:0; margin-bottom:0;}
.height25{margin-top:25px;}
.chart_inside_form .form-group label,
.chart_inside_form .form-group .curr_total_ammount{color:#ffffff;}
.live_USdollar{position: relative;}
.live_USdollar table{margin-top:30px; margin-bottom:15px !important;}
.live_USdollar table tr:nth-child(1) td{padding-left:30px; font-weight: 600; font-size:16px;}
.live_USdollar table tbody tr td{text-align:left;}
.live_USdollar table tbody tr td+td{color: #000000; font-weight: bold;}
.live_USdollar .usd_flag{
	position: absolute; top: 43px; left: 6px; width: 24px; height: 16px; margin-right:3px;  display:inline-block;
}
.chart_area img{width: 100%; margin-bottom: 15px; }
.chart_button .btn-default{color: #fff; background-color: #05528a; border-color: #0170c1;}
.usdtraendtable{margin-top:15px; height: 250px;}
.usdtraendtable table thead tr th{color:#333333; border-bottom-width: 1px; font-weight: bold; background: #f5f5f5;}
.usdtraendtable table tbody tr td{font-size:13px;}
.redtext{color:#FF0000; font-weight: 600;}
.greentext{color:#62C55A; font-weight: 600;}
.darkgray{color: #333333; font-weight: 600;}
.table-nav{display: flex;margin: 32px 0 0 0;}
.button-tabs{
    -webkit-font-smoothing: antialiased;
    display: inline-flex;
    border: solid 1px #e3eaf2;
    border-radius: 4px;
}
.button-tabs-list{display: inline-flex; flex-wrap: wrap; height: 100%; list-style: none; margin:0; padding:0;}
.button-tabs-item {position: relative;}
.button-tabs-button {
    display: flex;
    height: 100%;
    padding: 9px 16px;
    font-size: 13px;
    font-weight: 600;
    line-height: inherit;
    white-space: nowrap;
    color: #66758a;
}
.button-tabs-item:first-child .button-tabs-button {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.button-tabs-button:hover, 
.button-tabs-button:focus {
    color: #000; text-decoration:none;
}
.button-tabs-button.selected {
    color:#05528A;
    background-color: #f7f8fc;
    border-radius: inherit;
    cursor: default;
    border-left: solid 1px #e3eaf2;
    border-right: solid 1px #e3eaf2;
}

/*
	updated convertor usd to inr css 
*/

.hovereffect{position: relative;}
.hovereffect li{width:14%; text-align: center; position: relative;}
.hovereffect li:after{content: ''; width:1px; height: 15px; background: #b5b5b5; position: absolute; right: 0; top:12px; display: inline-block;}
.hovereffect li a{font-size: 13px;}
.hovereffect li a:after{
	 position: absolute;
	 left: 50%;
	 content: '';
	 height: 3px;
	 background: #ff7f00;
	 transition: all 0.3s linear;
	 width: 0;
	 bottom: -3px;
}
.hovereffect li a:hover:after{
	width: 100%;left: 0px;
}



.breadcrumb_bg .breadcrumb{
	margin-bottom:0; background-color: transparent; padding:15px 0;
}
.breadcrumb_bg .breadcrumb>.active,
.nav-tabs>li>a{color:#333333;}
.nav-tabs>li.active>a{
	font-weight: bold; color: #333; border-bottom:solid 3px #ff7f00 !important;
}

.convertabs_top .nav-tabs{border-bottom:inherit;}
.frequentlyaskedquestions > p{line-height: 1.8;}
.frequentlyaskedquestions h3+p+h3{
	margin-top: 15px;
}
.frequentlyaskedquestions .bs-example{
	padding-bottom: 15px;
}
.frequentlyaskedquestions .bs-example .panel-group{
	margin-bottom: 0;
}
.frequentlyaskedquestions .table{margin-bottom:0;}
.frequentlyaskedquestions .table-responsive .table thead tr th {
    background-color: #f3f3f3;
}

.frequentlyaskedquestions h3:before{top: 13px !important;}
.usdtraendtable table thead th{text-align: center;}

.convertabs_top{background:#F1F1F1; padding:15px 0 0 0;}




.cc_sprite{background: url('../images/currency-converter-sprite.png') no-repeat;}
.currencyconverternav{
	box-shadow: 0 2px 4px 0 rgba(145,174,203,0.39);
	min-height:50px;
	margin-bottom: 0;
}
.currencyconverternav .navbar-brand{
	height:50px; line-height: 1; padding:5px 15px;
}
.currencyconverternav .navbar-nav > li{
	position: relative;
}
.currencyconverternav .navbar-nav > li > a{
	line-height:1;
	font-size: 14px; font-weight: bold;
	color: #1D6A90;
}
.currencyconverternav .nav>li>a:focus, 
.currencyconverternav .nav>li>a:hover{
	background-color: #fff;
    outline: none;
}
.currencyconverternav .glyphicon-flash{color: #FF7F00;}
.currencyconverternav .navbar-nav > li:nth-child(4) a,
.currencyconverternav .navbar-nav > li:nth-child(5) a{
	font-size: 13px; font-weight: 400;
}
.currencyconverternav .navbar-nav > li:nth-child(4):after{
	position: absolute; content: ''; width: 1px; height:18px;
	background: #267AA4; top:14px; right: 0;
}
.currencyconverternav .navbar-toggle{
	height: 60px;
}
.currencyconverternav .navbar-toggle .icon-bar{
	background: #267AA4;
}
.curr_con_bg{
	background-color:#05528A;
	color: #fff; padding: 25px 0;
}
.curr_con_bg h1{
	font-size: 36px; font-weight: bold; margin: 0; padding-bottom: 15px;
}
.curr_con_bg .border_radius_top{border-radius: 4px 4px 0 0;}
.curr_con_bg .border_radius_top_bott{border-radius:0 0 4px 4px;}
.usd_inr_area{
	background-color: #fff; position: relative;
	margin-left: 0; padding: 15px; 
}
.usd_inr_area h2{
	color: #333333; font-weight: bold; font-size:18px; margin: 0; line-height:35px;
}
.usd_inr_area h2:before{
 content: ''; left: -15px; top: 7px; position: absolute; width:15px; height: 20px; background-color: #0170C1;
}
.curr_con_bg .select2-container,
.historical_select .select2-container{width: 100% !important;}
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered{
	height:35px; line-height:35px; color: #333333;  font-size: 13px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height:34px; right: 10px;
}


.usd_inr_area .no_right_padd{padding-right:0;}
.usd_inr_area .no_left_padd{padding-left:0;}

/*
.interchange{
	line-height:50px; color: #333; text-align: center; position: relative;
}
.interchange:before{
	position: absolute;
    width: 142px;
    height: 1px;
    border-bottom: dashed thin #0093FF;
    content: '';
    left: -14px;
    top: 27px;
    z-index: 0;
}
.interchange img{
	z-index: 1; position: relative; cursor: pointer; width: 51px; height: 51px;
}
.usdorinr_area{
	position:relative;
}
.usdorinr_area .usdorinr_input{
	position: relative;  z-index: 0; width: 100%; height:50px; line-height:50px; font-size:18px;
	color: #333333; font-weight:bold; border-radius: 0; border-color:#0170C1; border-radius:4px;
}*/

.usdorinr_area .usdorinr_input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #5C5C5C;
  font-weight:400;
  font-size: 14px;
}
.usdorinr_area .usdorinr_input::-moz-placeholder { /* Firefox 19+ */
  color: #5C5C5C;
  font-weight:400;
  font-size: 14px;
}
.usdorinr_area .usdorinr_input:-ms-input-placeholder { /* IE 10+ */
  color: #5C5C5C;
  font-weight:400;
  font-size: 14px;
}
.usdorinr_area .usdorinr_input:-moz-placeholder { /* Firefox 18- */
  color: #5C5C5C;
  font-weight:400;
  font-size: 14px;
}
/*
.usdorinr_area .usdorinr_select +.select2-container{
	float: right; position: absolute; top: 0; right: 0; z-index: 1; width:45% !important;
}
.usdorinr_area .usdorinr_select +.select2-container--default .select2-selection--single{
	background-color: #103D6D;  height:50px; line-height:50px;
	border-color: #103D6D;
    border-radius: 4px;
}
.usdorinr_area .usdorinr_select +.select2-container--default .select2-selection--single .select2-selection__rendered{
	color: #fff; padding-left:35px; height:50px; line-height:50px;
}
.usdorinr_area .select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 48px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #0093FF transparent transparent transparent !important;
	border-width: 7px 6px 0 6px;
	margin-left: -6px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #0093FF transparent !important;
	border-width: 0 6px 7px 7px;
	margin-left: -6px;
}
.select2-container--default .select2-selection--single{
	border-radius: 4px;
}*/

.curr_liverate{
	text-align: center; padding:25px 0 0 0; color: #333333; font-size:36px; font-weight: bold; 
}
.lastupdatetext{font-size: 14px; color:#333333; font-weight: bold;}
.lastupdatetext span{font-weight: bold;}

.curr_liverate span{position: relative;}
.curr_liverate span:before{
	position: absolute; content: ''; width: 15px; height: 15px; border-radius: 100px;
	background-image: linear-gradient(-165deg, #429417 17%, #5CC723 78%); left: -20px;
	top:15px;
}
.curr_liverate span:before {animation: 1s fade-out-in infinite;}
@keyframes fade-in {
   0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fade-out-in {
    0% { opacity: 1; }
   50% { opacity: 0; }
  100% { opacity: 1; }
}
.usd_inr_list{
	background: #103D6D;
	box-shadow: 0 2px 5px 0 rgba(3,14,32,0.37);
    position: relative;
    margin-left: 0;
    padding: 15px;
    border-radius: 0 0 4px 4px;
}
.curr_liverate+p{
	color: #5C5C5C; text-align: center;
}

.curr_tabs{padding-left: 10px; text-align: center;}
.curr_tabs .bst_usd{color:#fff; text-decoration:underline; font-size: 13px; font-weight: bold; position: relative;}
.curr_tabs .bst_usd:before{
	content: '';
	position: absolute; left: -25px; width: 20px; height: 20px; margin-right: 5px;
	background: url('../images/tf.png'); display: inline-block;
}

.curr_tabs .usd_inr{color:#fff; text-decoration:underline; font-size: 13px; font-weight: bold; position: relative;}
.curr_tabs .usd_inr:before{
	content: '';
	position: absolute; left: -25px; width: 20px; height: 20px; margin-right: 5px; 
	background: url('../images/fc.png'); display: inline-block;
}

.curr_tabs .usd_inr_chart{color:#fff; text-decoration:underline; font-size: 13px; font-weight: bold; position: relative;}
.curr_tabs .usd_inr_chart:before{
	content: '';
	position: absolute; left: -25px; width: 20px; height: 20px; margin-right: 5px; 
	background: url('../images/ct.png'); display: inline-block;
}
.curr_tabs .usd_inr_new{color:#fff; text-decoration:underline; font-size: 13px; font-weight: bold; position: relative;}
.curr_tabs .usd_inr_new:before{
	content: '';
	position: absolute; left:-25px; width: 20px; height: 20px; margin-right: 5px; 
	background: url('../images/ns.png'); display: inline-block;
}
.curr_tabs a:hover{text-decoration: none;}

.curr_mrt_20{margin-top:20px;}
.curr_by_se_tr_tabs{margin: 0; padding: 0; overflow: hidden;}
.curr_by_se_tr_tabs li{list-style-type: none; float: left; width: 33.33%;}
.curr_by_se_tr_tabs li a{
	padding:15px 10px; 
	background: #F4F4F4;
	font-size: 13px;
	color: #333333;
	display: block;
}
.curr_by_se_tr_tabs li a,
.curr_by_se_tr_tabs li a:hover{
	text-decoration: none;
}
.best_rate_text{display: block; padding: 10px 0;}
.best_rate_text span{display: inline-block;}
.best_rate_text span+span{font-weight: bold; color: #333; padding-left: 10px;}
.curr_by_se_tr_tabs li a > span+span{
	background: #FF7F00;
	border-radius: 2px;
	font-size: 13px;
	color: #FFFFFF;
	display: block;
	margin: 0 auto;
    width: 50%;
    padding: 4px;
}
.curr_by_se_tr_tabs li a.selected{
	background-color: #fff;
	border:solid 1px #C4C4C4;
}
.curr_viewall{padding: 10px 0 0 0; display: block; text-decoration:underline; color: #0170C1; font-size: 13px; font-weight: bold;}
.curr_viewall:hover,.curr_viewall:focus{text-decoration: none;}

/*curr_form_area*/
.curr_form_area{
	position: relative;
}



.curr_yellow_bor{
	width: 100%;
	content: '';
	top:-4px;
	position: absolute;
	height: 400px;
	background: #FEBD3F;
	box-shadow: 0 3px 5px 0 rgba(3,14,32,0.37);
	border-radius: 7px;z-index: 0;
}
.curr_blue_bor{
	margin: 4px; position: relative;
	width:98%;
	background: #055FA0;
	box-shadow: 0 3px 5px 0 rgba(3,14,32,0.37);
	border-radius: 3px;
	min-height: 522px;
	z-index: 1;
}
.list_curr_con{
	overflow: hidden; margin:0; padding:0;
	background: #103D6D;
	box-shadow: inset 0 -4px 4px 0 rgba(6,41,79,0.54);
}
.list_curr_con li{
	list-style-type: none; float: left;
	width: 33.33%; text-align: center; display: flex;
    align-items: center;
}
.list_curr_con li a{
	color:#fff; text-decoration:none; font-size:12px; font-weight: 400; padding: 10px; line-height:1.2;
}
.list_curr_con li a:hover{text-decoration: none;}
.list_curr_con li a span{padding-top: 5px; display:block;}
.list_curr_con li i{width: 28px; height: 21px; margin-right: 5px; display:block; margin:0 auto;}
.list_curr_con li:nth-child(1) i{background-position:-154px -23px;}
.list_curr_con li:nth-child(2) i{background-position:-181px -23px; width: 18px;}
.list_curr_con li:nth-child(3) i{background-position:-200px -23px; width: 24px;}
.list_curr_con li:nth-child(4) i{background-position:-222px -23px;}
.list_curr_con li a.selected{background-color: #055FA0;}
.list_curr_con li:nth-child(1) a.selected i{background-position:-154px -1px;}
.list_curr_con li:nth-child(2) a.selected i{background-position:-181px -1px;}
.list_curr_con li:nth-child(3) a.selected i{background-position:-200px -1px;}
.list_curr_con li:nth-child(3) a.selected i{background-position:-222px -1px;}

.curr_con_form_buy{padding:15px 0 0 0;}
.cc_conver_form .form-group label{text-transform: uppercase;}
.rec_sen_position{position: relative;}
.rec_sen_position .select2-container{position: absolute; width: 50% !important; top: 25px;}
.cc_conver_form .form-group input{text-align: right;}
.usdorinr_input{
	position: relative;  z-index: 0; width: 100%; height:35px; font-size: 13px; 
	line-height:35px; color: #333333; font-weight:400; border-radius: 4px;
}
.req_be_rate{font-size: 13px; color: #FBD487; font-weight: bold; float: right;}
.req_be_rate:hover,
.req_be_rate:focus{color: #FBD487;}
.call_set{
    font-size: 13px; color: #FBD487; font-weight: bold; border: solid 1px #FBD487;
    padding:10px 6px; width:auto !important; display: block; margin:15px auto; border-radius:4px;
}
.call_set:hover,
.call_set:focus{color: #FBD487; text-decoration:none;}
.curr_product_add{font-size: 11px; color: #5CC723; text-align: right; display: block; font-weight: bold;}
.curr_product_add:hover,
.curr_product_add:focus{color: #5CC723;}

/* zero commission */
.pdln{padding-left:0;}
.text-wrapper{position: relative; padding:5px 0 10px 0;}
.zeroMargin .zerolabel{
	color: #fff; padding:4px;
	background: #103D6D;
	border-radius: 3px;
	font-size: 12px;
    font-weight: bold;
}
.animated-words{display: inline-block; color:#fff; font-size:12px;}
.animated-words span {
    position: absolute;
    opacity: 0; top:5px; padding-left: 5px;
    overflow: hidden;
    -webkit-animation: animateWord 18s linear infinite 0s;
    -ms-animation: animateWord 18s linear infinite 0s;
    animation: animateWord 18s linear infinite 0s;
}
.animated-words span:nth-child(2) { 
    -webkit-animation-delay: 3s; 
    -ms-animation-delay: 3s; 
    animation-delay: 3s; 
}
.animated-words span:nth-child(3) { 
    -webkit-animation-delay: 6s; 
    -ms-animation-delay: 6s; 
    animation-delay: 6s; 
}
.animated-words span:nth-child(4) { 
    -webkit-animation-delay: 9s; 
    -ms-animation-delay: 9s; 
    animation-delay: 9s; 
}
.animated-words span:nth-child(5) { 
    -webkit-animation-delay:6s; 
    -ms-animation-delay: 6s; 
    animation-delay:6s; 
}
.animated-words span:nth-child(6) { 
    -webkit-animation-delay:9s; 
    -ms-animation-delay:9s; 
    animation-delay:9s; 
}

@-webkit-keyframes animateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-30px); }
    5% { opacity: 1; -webkit-transform: translateY(0px);}
    17% { opacity: 1; -webkit-transform: translateY(0px); }
    20% { opacity: 0; -webkit-transform: translateY(30px); }
    80% { opacity: 0; }
    100% { opacity: 0; }
}
.liteAddproductbtn{display:inline-block; float: right; font-size:11px; color:#5CC723; text-transform: uppercase; position: relative;}
.liteAddproductbtn:hover{text-decoration: underline; color:#5CC723;}
.liteAddproductbtn:before{content: '+'; position: absolute; width: 16px; height: 16px; background:#5CC723; border-radius:100px; right:85px; color:#fff; font-size:14px; text-align: center; line-height: 1;}
.curr_total_ammount{font-size:13px; }
.curr_total_ammount span{font-size: 20px; font-weight: bold; padding-left: 5px;}
.curr_bookthisorder{
	background: #FF7F00;
	border-radius: 5px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	padding:8px;
	width: 100%;
	display: block;
	border:solid 3px #FF7F00;
	transition:all 0.3s ease-in-out;
	margin: 10px 0 0 0;
}
.curr_bookthisorder:hover{
	color: #FF7F00;
	border:solid 3px #FF7F00;
	background: #fff;
}
.curr_bookthisorder:hover,
.curr_bookthisorder:focus{text-decoration: none;}
.usdorinr_area .usd_flag, 
.usdorinr_area .inr_flag{
	position: absolute; top: 20px;
    right: 102px; z-index: 1;
	width: 24px; height: 16px; margin-right:3px;  display:inline-block;
}
.usd_flag{
	background: url('../images/usd_flag.png') no-repeat;
	background-size: 20px;
}
.inr_flag{
	background: url('../images/inr_flag.png') no-repeat;
	background-size: 20px;
}

/*curr_con_chart_bg*/
.curr_con_chart_bg{background-color: #ffffff; padding:25px 0;}
.curr_con_chart_bg h3{
	font-weight: 500;
	font-size: 18px;
	color: #333333;
	position: relative;
	margin-top:0;
	margin-bottom: 15px;
	padding-left: 15px;
}
.curr_con_chart_bg h3:before{
	content: '';  position: absolute;
    left:0; top:0 !important;
    width: 8px;
    height: 20px;
    background-color: #0170C1;
}
.curr_con_chart_bg .select2-container--default .select2-selection--single .select2-selection__rendered{font-size: 13px; font-weight: 500;}
#myChart{ height: 470px; }
.forecast_area{
	background: #FFFFFF;
	box-shadow: 0 3px 5px 0 rgba(3,14,32,0.37);
	padding:15px; 
}
.svg_forecast_area{
	background: #F4F4F4;
	padding: 10px; position: relative;
}
.msll_text,
.mslh_text{font-weight: bold; font-size: 16px;}
.msll_text{
	color: #FF402C;
}
.mslh_text{
	color: #5CC723;
}
.miter_icon{
	width:3px;
	height: 80px;
	background: #fff;
	border-bottom-left-radius:1px;
	border-bottom-right-radius:1px;
	border-top-left-radius: 100%;
	border-top-right-radius: 100%;
	display: inline-block;
	bottom: 40px;
	left: 178px;
	position: absolute;
/*	-webkit-animation: move 10s infinite;*/
	transform: rotate(0deg);
	transform-origin: bottom;

}

@-webkit-keyframes move {
  0% {
    transform: rotate(-50deg);
  }
  50% {
    transform: rotate(70deg);
  }
  100% {
    transform: rotate(-70deg);
  }
}



.usd_rates_text{font-size: 13px; color: #333333; margin: 15px 0 0 0;}
.curr_table_striped{margin: 15px 0 0 0;}

.curr_table_striped .table-striped{margin-bottom: 0;}
.curr_table_striped .table-striped tbody tr td+td{
	font-weight: bold; font-size: 14px;  color: #333;
	text-align: center;
}
.curr_table_striped .table-striped thead tr th+th{
	font-weight: 300; text-align: center;
}
.curr_table_striped h5{
	font-weight:bold; font-size: 16px; color: #333333; margin:0; padding-bottom: 5px;
}


/*curr_con_news_bg*/
.curr_con_news_bg{background: #fff; padding: 25px 0;}
.curr_con_news_bg h3,
.chart_section h3{
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	position: relative;
	padding-left:15px;
	padding-bottom: 10px;
	margin:0;
}
.curr_con_news_bg h3:before,
.chart_section h3:before{
	content: '';
    left:0;
    top:0!important;
    position: absolute;
    width:8px;
    height: 20px;
    background-color: #0170C1;
}
.frequentlyaskedquestions{
	background: #FFFFFF;
}
.frequentlyaskedquestions .panel-default>.panel-heading+.panel-collapse>.panel-body{
	box-shadow: 0px 2px 2px #dedede;
}
.frequentlyaskedquestions .panel-body p{font-size:13px; line-height: 1.6; color: #5c5c5c; font-weight:500;}
.frequentlyaskedquestions .glyphicon {float: right;}
.panel-default>.panel-heading{background-color:#FFFFFF;}
.frequentlyaskedquestions .panel-title a:hover,
.frequentlyaskedquestions .panel-title a:focus{text-decoration: none;}
.frequentlyaskedquestions .panel-title> a{color:#05528A;}
.frequentlyaskedquestions h4{
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	position: relative;
	padding-left: 30px;
	padding-bottom: 10px;
	margin:0;
}

.frequentlyaskedquestions h4:before{
	content: '';
    left:0;
    top:-2px;
    position: absolute;
    width: 15px;
    height: 20px;
    background-color: #0170C1;
}
.rotate{
	
	-webkit-transform: rotate(90deg);  /* Chrome, Safari, Opera */
		-moz-transform: rotate(90deg);  /* Firefox */
		-ms-transform: rotate(90deg);  /* IE 9 */
			transform: rotate(90deg);  /* Standard syntax */    
			transition: all 0.3s ease-in-out;
}
.accordion-toggle:after {
    font-family: 'FontAwesome';
    content: "\f078";    
    float: right;
    transition: all 0.3s ease-in-out;
}
.accordion-opened .accordion-toggle:after {    
    content: "\f054";    
}
.table_minHeight{margin-top: 25px;}
.table_minHeight .table-responsive{height: 200px;}
.readmore_buttom{position: relative; display: inline-block;  margin-bottom: 25px; text-decoration: underline;}
.readmore_buttom:hover,
.readmore_buttom:focus{text-decoration: none; color:#0170c1;}
.readmore_buttom:before{
	content: '';
    width: 18px;
    height: 18px;
    border: solid 1px #0170c1;
    border-radius: 100px;
    display: inline-block;
    position: absolute;
    right: -22px;
}
.readmore_buttom:after{
	content: '';
    position: absolute;
    right: -17px;
    top: 8px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #0170c1;
    clear: both;
}



.curr_con_cmp_bg{
	background: #F4F4F4; padding: 25px 0;
}
.customerspeaks{
	background: #FFFFFF;
	box-shadow: 0 3px 5px 0 rgba(3,14,32,0.37);
	padding:15px; margin: 0;
}
.customerspeaks h4{
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	position: relative;
	padding-left: 30px;
	padding-bottom: 10px;
	margin:0;
}
.customerspeaks h4:before{
	content: '';
    left:0;
    top:-2px;
    position: absolute;
    width: 15px;
    height: 20px;
    background-color: #0170C1;
}
/* Testimonials */
.testimonials blockquote {
    background: #f8f8f8 none repeat scroll 0 0;
    border: medium none;
    color: #666;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
    position: relative;
    margin-top: 15px;
}
.testimonials blockquote::before {
    width: 0; 
    height: 0;
	right: 0;
	bottom: 0;
	content: " "; 
	display: block; 
	position: absolute;
    border-bottom: 20px solid #fff;    
	border-right: 0 solid transparent;
	border-left: 15px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-bottom-style: inset; /*FF fixes*/
}
.testimonials blockquote::after {
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    content: " ";
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #0170C1 transparent transparent transparent;
}
.testimonials .carousel-info img {
    border: 1px solid #f5f5f5;
    border-radius: 150px !important;
    height: 75px;
    padding: 3px;
    width: 75px;
}
.testimonials .carousel-info {
    overflow: hidden;
}
.testimonials .carousel-info img {
    margin-right: 15px;
}
.testimonials .carousel-info span {
    display: block;
}
.testimonials span.testimonials-name {
    color: #0170C1;
    font-size: 16px;
    font-weight: 500;
    margin: 23px 0 7px;
}
.testimonials span.testimonials-post {
    color: #656565;
    font-size: 12px;
}
.readmore{
	font-size: 13px;
    color: #FF7F00;
    display: inline-block;
    background: #ffffff;
    padding: 4px 15px;
    border-radius: 100px;
    font-weight: 400;
    border: solid 1px #FF7F00;
    box-shadow: 1px 4px 8px #ffdbb7;
    transition: all 0.2s linear;
}
.readmore:hover,
.readmore:focus,
.readmore:active{
	background: #FF7F00;
	color: #ffffff;
	text-decoration: none;
}
.bst_btn{
	background: #FF7F00;
	border-radius: 4px;
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
	padding: 4px;
	width: 100%;
	display: block;
	border:solid 2px #FF7F00;
	transition: all 0.3s ease-in-out;
}
.bst_btn:hover,
.bst_btn:focus{background: #fff; border:solid 2px #FF7F00; color: #FF7F00; text-decoration: none;}
.subscribe_btn .input-group input{height:40px;}
.subscribe_btn .input-group-btn .btn-warning{
	background: #FF7F00; height:40px;
}
.ratemoreusd{/* Read More USD: */
	font-weight:bold;
	font-size: 14px; text-decoration: underline;
	color: #0170C1;
}
/*world_curr_mar_plc*/
.world_curr_mar_plc h4{
	margin: 0;
	font-weight: bold;
	font-size: 24px;
	color: #333333;
	text-align: center;
	padding:30px 0;
}
.world_cem{
	text-align: center;
}
.world_cem .ex_so_far{
	width: 79px; height: 77px;
	background: url('../images/ex_so_for_icon.png'); display:block;
	margin:5px auto;
}
.world_cem .happ_cus{
	width:122px; height: 77px;
	background: url('../images/happ_cus_icon.png'); display:block;
	margin:5px auto;
}
.world_cem .bme_icon{
	width:97px; height: 77px;
	background: url('../images/bmc_cus_icon.png'); display:block;
	margin:5px auto;
}
.cmp_text span{
	display: block;
	font-weight: bold;
	font-size: 24px;
	color: #26282D;
	text-align: center;
}
.cmp_text span+span{
	font-weight: normal;
	font-size: 16px;
	color: #5C5C5C;
}
/*curr_con_slider_bg*/
.curr_con_slider_bg{background: #fff; padding: 25px 0;}
.curr_con_slider_bg h3{
	font-weight: bold;
    font-size: 18px;
    color: #333333;
    position: relative;
    margin-top: 0;
    margin-bottom: 15px;
    padding-left: 15px;
}
.curr_con_slider_bg h3:before{
	content: '';
    position: absolute;
    left: 0;
    top: 0 !important;
    width: 8px;
    height: 20px;
    background-color: #0170C1;
}

/*topindiancity*/

.popular_serachers{margin-top: 25px; }
.popular_serachers hr{margin-top:0; margin-bottom: 0;}
.popular_serachers ul{ padding-left: 0; overflow: hidden; border: solid 1px #e2e2e2; padding: 15px;}
.popular_serachers ul li{
	list-style: none;
	position: relative;
    float: left;
    margin-right:6px;
    line-height: 1.8; 
    padding-top: 10px;
    margin-bottom: 15px;
}
.popular_serachers ul li a{
	color: #0170C1;
    font-size: 12px;
    font-weight: 500;
    border: solid 1px #b8dbff;
    padding: 10px 12px;
    background: transparent;
    text-decoration: none;
    border-radius: 100px;
    transition: all 0.2s linear;
}
.popular_serachers ul li a:hover{
	color: #ffffff;
	background:#FF7F00;
	border-color:#FF7F00;

}
/*.popular_serachers ul li:after{
	content: '';
    position: absolute;
    width: 1px;
    height: 14px;
    background: #cecece;
    top: 6px;
    left: -8px;
    transform: translate(-50%, 0%);
}*/

.topindiancity .carousel{
	background: #E3F2FF;
    padding:10px;
}
.topindiancity .carousel-control.left,
.topindiancity .carousel-control.right{
	background-image:inherit;
}
.topindiancity .carousel-control{
	width: 5%; opacity: 1;
}
.topindiancity .top_city_text{
	width:31.3%; float: left; background: #fff; padding:10px; margin: 5px;
}
.top_city_text span{
	display: block; text-align: center;
	color: #0170C1; font-size: 13px;
	text-decoration: underline;
}
.top_city_text span+span{color:#0170C1; font-weight: bold;}
.topindiancity .carousel-control .glyphicon-chevron-left, 
.topindiancity .carousel-control .glyphicon-chevron-right{
	font-size:16px; line-height: 1.9; margin-top: -15px;
	margin-left: -25px; margin-right: -25px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right{
	color: #36AAFF;
}
.top_city_text span+span{font-weight: bold;}
.top_city_text:hover,
.top_city_text:focus{text-decoration: none;}
span.top_city_text span{text-decoration:none;}
.carousel-control span{
	background: #FFFFFF;
	box-shadow: 0 2px 4px 0 rgba(80,146,204,0.50);
	border-radius: 100px;
}



/* New common footer style */
.expanedItem, .expanedList {overflow: hidden; content: ''; padding: 0; list-style: none;}
.common_footer{padding:0px !important;}
.footersiteMaps{background:#0A3562; padding:10px 0;}
.footersiteMapsList,
.footerSocialLinks{margin:0; padding: 0;}
.footersiteMapsList li a i.fa-home{font-size: 1.5em;}
.footerSocialLinks li,
.footersiteMapsList li{float:left; font-size:13px; line-height: 16px; position: relative;}
.footersiteMapsList li{ padding-right:40px;}
.footersiteMapsList li a{display:block; color:#fff;}
.footersiteMapsList li a:hover,
.expanedItem li a:hover{text-decoration:none;}
.expanedItem li > a > i{color:#4F8BCB;}
.footersiteMapsList li::after{content: ''; display: block; width:0; height: 1px; background: #fff; transition: width .2s;}
.footersiteMapsList li:hover::after {width: 100%;}
.footersiteMapsList li:before{content:''; height:12px; width:1px; position:absolute; left: -17px; top: 3px; background: #3479b7;}
.footersiteMapsList li:first-child:before{width: 0;}
.footerSocialLinks{display:table; float: right;}
.footerSocialLinks li{font-size:2.3em; padding:0; text-align:right; list-style-type: none; margin: 0 8px auto;}
.footerSocialLinks li:nth-child(2){border-right:solid 1px #4F8BCB; padding-right: 15px;}
.footerSocialLinks li a:hover{color:#fff; transition: width .3s;}
.footersiteMapsInner{background:#022244; padding:15px 0;}
.expanedItem, .expanedList{overflow: hidden; content: '';}
.expanedItem li{text-transform: uppercase; font-size:13px; float: left; padding-right:60px;}
.expanedItem li a{color:#E3F2FF; text-decoration:none; font-weight: bold;}
.expanedList li{ float:left; margin:0 4px; line-height:25px; color:#4F8BCB; list-style-type: none;}
.expanedList{width:100%; background:#0A3562; padding:10px; margin:10px 0 0 0;}
.expanedList li a{color:#4F8BCB; font-size:12px; text-decoration:none;}
.expanedList li a:hover{transition:all .2s; color:#fff;}
.footercommtxt{color:#E3F2FF; font-size:12px; padding:15px 0 0 0; margin:0; line-height:18px;}
.footercommtxt+p{padding:5px 0 5px 0;}
.footercommtxt+p+p{padding:5px 0 5px 0;}
.expanedItem2{padding:15px 0 0 0;}
.expanedItem2 > li{padding-right: 10px;}
.expanedItem2 > li > a{font-weight:600; text-transform: capitalize;}
.companyBtn{display:none;}
.pleasewait{background: #c4c4c4; color: #fff; border: solid 1px #ccc;}
.bookmyforex_pvt{font-size:15px;color:#fff;font-weight:400;padding-bottom:20px; padding:10px 0 0 0;}
.address{font-weight:300; font-size:14px; color:#fff; padding:10px 0 0 0; line-height:18px;}
/* New common footer style End*/

.wrapper .next-slide, .wrapper .prev-slide{display: none;}

@media(max-width:1199px){
	.curr_con_slider_bg img{width: 100%;}
	.miter_icon{left: 130px;}
	.curr_con_slider_bg h3{font-size: 14px; padding-left: 20px;}
	.topindiancity .carousel-control .glyphicon-chevron-left, 
	.topindiancity .carousel-control .glyphicon-chevron-right{margin-right: -15px;margin-left: -15px;}
	.list_curr_con li a{padding: 6px;}
	.curr_con_bg h1{font-size: 24px;}
	.usd_inr_area h2{font-size: 15px; line-height: 48px;}
	.curr_tabs li a{font-size: 11px;}
	.usd_inr_list{padding: 15px 0;}
	.usdorinr_area .usd_flag, .usdorinr_area .inr_flag{right: 55px;}
	.select2-container--default .select2-selection--single .select2-selection__arrow b,
	.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{margin-left: 0;}
	.curr_by_se_tr_tabs li a{font-size: 12px;}
	.curr_con_bg .select2-container .select2-selection--single, 
	.curr_con_bg .select2-container--default .select2-selection--single .select2-selection__rendered, 
	.curr_con_chart_bg .select2-container .select2-selection--single, 
	.curr_con_chart_bg .select2-container--default .select2-selection--single .select2-selection__rendered{font-size: 13px;}
	.footersiteMapsList li{padding-right: 24px;}
	.footerSocialLinks li{padding: 0 8px;}
}
@media(max-width:999px){
	.interchange img{width:51px;}
	.curr_yellow_bor{top:-5px;}
	.curr_blue_bor{position: relative; width: 98.7%;}
	.usd_inr_area{margin-bottom: 15px;}
	.miter_icon {left: 343px; top: 60px;}
	.usdorinr_area .usd_flag, .usdorinr_area .inr_flag{ right: 70px;}
	.vedioimg img{width: 100%;}
	.footerSocialLinks{float: none; width: 30%; margin: 10px auto;}
	.live_USdollar table{margin-top: 0;}
	.readmore_buttom{margin-top: 15px;}
	.world_curr_mar_plc h4,
	.cmp_text span{font-size: 18px;}
	.cmp_text span+span{font-size: 13px;}
	.customerspeaks{margin-top: 25px;}
	.expanedItem li{margin-bottom: 15px;}
	.live_USdollar .usd_flag{top: 13px;}
}

@media(max-width: 767px){
  .panel-group .panel-body > p{color: #5C5C5C !important;}
	.footercommtxt, .address{color: #E3F2FF !important;}
	body{overflow-x: hidden;}
	p{color:#5c5c5c !important;}
	.wrapper {
	 overflow-y: hidden; overflow-x: scroll;
    	 width: 100vh; background: #eaeaea; position: relative;
         height: 50px; white-space: nowrap
	}
	.hovereffect {
            position: relative; white-space: nowrap;
    	    width: 1350px; overflow-x: scroll; overflow-y: hidden; height: 50px;
        }
	.wrapper .next-slide, .wrapper .prev-slide {
	  background:#FF7F00;
	  display: block;
	  width: 40px;
	  height: 40px;
	  position: absolute;
	  top: 0;
	  color: white;
	  text-align: center;
	  line-height: 3em;
	  cursor: pointer;
	  transition: background .3s ease-in-out, left .3s ease-in-out, right .3s ease-in-out;
	  -webkit-transition: background .3s ease-in-out, left .3s ease-in-out, right .3s ease-in-out;
	  -moz-transition: background .3s ease-in-out, left .3s ease-in-out, right .3s ease-in-out;
	  z-index: 2;
	  -webkit-touch-callout: none;
	  -webkit-user-select: none;
	  -khtml-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
	}

	.wrapper .next-slide:hover, .wrapper .prev-slide:hover {
	  background:#FF7F00;
	}

	.wrapper .next-slide {
	  right: -50px;
	}

	.wrapper .prev-slide {
	  left: -50px;
	}
	.curr_liverate span{font-size: 18px;}
	.curr_liverate{padding: 0;}
	.hovereffect li{width:auto; margin-right: 25px;}
	.customerspeaks{margin-top: 15px;}
	.media-left{float: left; width: 100%;}
	.media-left a img{width: 100%;}
	.media-heading{padding-top: 10px;}
	.world_curr_mar_plc h4{padding: 15px 0 15px 0; font-size: 16px;}
	.pdlr_none{padding-right: 0;  padding-left: 0;}
	.interchange img{width: 51px; height: 51px;}
	.currencyconverternav .navbar-nav > li > a{line-height: 1;}
	.currencyconverternav .navbar-brand{height: 50px; padding:9px 15px;}
	.currencyconverternav .navbar-toggle{height: 40px;}
	.navbar-header{border-bottom:solid 1px #ccc;}
	.curr_con_bg h1{font-size: 18px;}
	.usd_inr_area h2{line-height: 2;}
	.usd_inr_area .no_left_padd{padding-left:0;}
	.curr_tabs{margin-left: 0; margin-bottom: 15px; text-align: left;}
	.usd_inr_list{padding-bottom: 0px; margin-right: 0; padding: 15px 0 0 0;}
	.curr_tabs .bst_usd,
	.curr_tabs .usd_inr,
	.curr_tabs .usd_inr_chart,
	.curr_tabs .usd_inr_new{left: 20px; padding-left: 5px; font-size: 12px;}
	.curr_by_se_tr_tabs li,
	.curr_viewall{width: 100%; text-align: center;}
	.topindiancity .top_city_text{width: 46%;}
	.topindiancity .carousel-control .glyphicon-chevron-left, 
	.topindiancity .carousel-control .glyphicon-chevron-right{width: 29px;}
	.curr_con_slider_bg h3{margin-top:15px;}
	.world_curr_mar_plc h4{padding:0 0 15px 0; font-size: 18px;}
	.cmp_text span{font-size: 16px;}
	.cmp_text span+span{line-height: 1; font-size: 12px;}
	.world_cem .ex_so_far,
	.world_cem .happ_cus,
	.world_cem .bme_icon{background-size: 60px; height: 61px; background-repeat: no-repeat; background-position: 16px 0px;}
	.cmp_text{margin-bottom: 5px;}
	.usdorinr_area .usd_flag, .usdorinr_area .inr_flag{ right:100px;}
	.miter_icon{left: 156px;}
	.curr_con_chart_bg h3{margin-top: 15px; font-size:15px;}
	.curr_table_striped h5,
	.usd_rates_text{font-size: 13px;}
	.usd_inr_area .no_right_padd{padding-right: 15px;}
	.usd_inr_area{margin-right: 0;}
	.select2-container--default .select2-selection--single .select2-selection__arrow b, 
	.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
		margin-left: -4px;
	}
	.curr_blue_bor,
	.list_curr_con{border-radius:4px 4px 0 0;}
	.curr_yellow_bor{top: -3px; left: 2px;}
	.curr_con_chart_bg{padding: 5px 0;}
	.usd_inr_area .no_left_padd{margin-bottom: 15px;}
	.usdorinr_area .usdorinr_select +.select2-container{right: 30px;}
	.footersiteMapsList li{width: 49%; margin-bottom: 10px;}
	.footerSocialLinks{width: 73%;}
	.expanedItem li a{display: block; margin-bottom: 10px;}
	.expanedList li{width: 100%;}
	.expanedList{margin:0;}

}
@media(max-width:480px) and (min-width:320px){
	.currencyconverternav{min-height: 60px;}
	.usd_inr_area .no_right_padd{padding-left: 0; padding-right: 0;}
	.usdorinr_area .usd_flag, .usdorinr_area .inr_flag{right:33%;}
	.usdorinr_area .usdorinr_input{width: 70%;}
	.usd_inr_area .liverate_icon{position: relative;}
	.usd_inr_area .liverate_icon:after{
		content:''; position: absolute;
		right:-17px; top:22px; width: 53px; height: 90px;
		background: url('../images/live_rate_icom.png') no-repeat; 
		display:block; cursor: pointer;
	}
	.usd_inr_area h2{line-height: 1; margin-bottom: 5px; font-size: 13px;}
	.usd_inr_area h2:before{top:-4px;}
	.frequentlyaskedquestions h4{font-size: 13px; padding-left: 19px;}
	.frequentlyaskedquestions .panel-title{font-size: 13px; font-weight: bold;}

}















