*{
	box-sizing: border-box;
}


body{
	font-family: 'Montserrat', sans-serif;
	padding: 0;
	margin: 0;
	line-height: 1.7;
}

:root {
  --main-red-color: #ef4123; 
  --main-custom-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.udio-container-fluid{
	width: 100;
}

.custom-back-clr{
	background-color: var(--main-red-color);
}

.udio-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.custom-padding-area{
	padding-top: 15px;
	padding-bottom: 15px;
}

.custom-shadow{
	box-shadow: var(--main-custom-shadow);
}

ul.custom-header-right-side{
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
}

ul.custom-header-right-side li{
	display: inline-block;
    margin-top: 18px;
    margin-right: 20px;
}

ul.custom-header-right-side li a{
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
}

ul.custom-header-right-side li:last-child{
    margin-right: 0px;
}


.footer-area-one{
	/*border :1px solid red;*/
	width: 20%;
    float: left;
}

.footer-area-one ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-area-one ul li{
	font-size: 11px;	
	margin-bottom: 10px;
}

.footer-area-one ul li:last-child{	
	margin-bottom: 0px;
}

.footer-area-one ul li a{
	text-decoration: none;
	text-transform: uppercase;
	color: #007bff;
}

.first-li-select ul li:first-child{
	color: #000;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.custom-bdr{
    background: linear-gradient(to right, #00000000, #22c5d4, #00000000);
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    padding: 1px 0;
}

.bottom-footer-images{
	width: 50%;
	float: left;
	/*border: 1px solid red;*/
}

p.bottom-txt{
	margin: 0;
	font-size: 10px;
	margin-bottom: 7px;
}

p.bottom-txt:last-child{
	margin-bottom: 0;
}

p.bottom-txt a{
	color: #007bff;
	text-decoration: none;
	text-transform: uppercase;
}

p.bottom-txt a:hover{
	border-bottom: 1px solid #007bff;
}

.bottom-footer-images ul{
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
}

.bottom-footer-images ul li{
	display: inline-block;
	margin-right: 40px;
}

.bottom-footer-images ul li:last-child{
	margin-right: 0px;
}

.bottom-footer-images ul li img{
	width: 20px;
}

ul.align-self-area li{
	float: left;
}

ul.align-self-area li img{
	cursor: pointer;
}

.custom-udio-body-part{
	margin-top: 30px;
	margin-bottom: 30px;
}


h1.top-cstm-heading{
	text-align: center;
    color: #007bff;
    font-size: 25px;
}

ol.first-order-list-area{
	padding: 0;
	margin: 0;
	list-style-type: lower-alpha;
	padding-left: 30px;
}

ol.first-order-list-area li{
	font-size: 12px;
}


ol.custom-decimal-part-order{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ol.custom-decimal-part-order li{
	font-size: 12px;
	margin-bottom: 10px;
}

ol.custom-decimal-part-order li:last-child{
	margin-bottom: 0px;
}


ol.order-of-small-alpha{
	list-style-type: lower-roman;
}

ol.order-of-small-alpha li{
	margin-bottom: 10px;
	font-size: 12px;
}

ol.order-of-small-alpha li:last-child{
	margin-bottom: 0;
}

ul.circle-type-list-area-inner{
	list-style-type: disc;
}

ul.circle-type-list-area-inner li{
	font-size: 12px;
}

ul.one-more-inner-two{
	list-style-type: circle;
}

ul.one-more-inner-two li{
	font-size: 12px;
}

ol.small-alpha-bet-area{
	list-style-type: lower-alpha;
}

ol.small-alpha-bet-area li{
	font-size: 12px;
}

ol.custom-order-one-three{
	
}

ol.custom-order-one-three li{
	font-size: 12px;
}


.links-wrapper-box{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 8px;
	padding: 15px;
}

.links-wrapper-box a{
	margin-bottom: 10px;
	display: block;	
}

.links-wrapper-box a:last-child{
	margin-bottom: 0px;
}

.wallet-one-part{
	float: left;
	width: 49%;
	text-align: center;
	/*box-shadow: var(--main-custom-shadow);*/
	box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1), 0 3px 20px 0 rgba(0, 0, 0, 0.1);
	padding: 20px;
	margin-right: 120px;
	border-radius: 15px;
	background-color: #FFFFFF;
}

.wallet-one-part:last-child{
	margin-right: 0px;
}

.wallet-one-part img{
	cursor: pointer;
	width: 150px;
}

table.my-custom-tbl-pp {
  	border-collapse: collapse;
  	border-spacing: 0;
  	width: 100%;
  	border: 1px solid #ddd;
  	table-layout: fixed;
  	margin-bottom: 20px;
}

table.my-custom-tbl-pp th, td {
  	text-align: left;
  	padding: 16px;
  	font-size:12px;
}

table.my-custom-tbl-pp tr:nth-child(even) {
  	background-color: #f2f2f2
}

h4.clickable-one, h4.clickable-two, h4.clickable-three{
	cursor: pointer;
	font-size: 14px;
	color: #007bff;
	font-weight: 600;
	margin: 0;
    margin-bottom: 10px;
}

h2.heading-2{
	margin: 0;
	font-size: 14px;
}

h5.heading-5{
	margin: 0;
	font-size: 14px;
}

h3.heading-3{
	margin: 0;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.content-cstm-toggable-box-one, .content-cstm-toggable-box-two, .content-cstm-toggable-box-three{
	display: none;
	border: 1px solid #c2c2c2;
	padding: 15px;
	border-radius: 5px;
}

p{
	font-size: 12px;
}

ul.content-steps{
	padding: 0;
	padding-left: 20px;
	margin: 0;
}

ul.content-steps li{
	font-weight: 500;
	font-size: 12px;
	margin-top: 20px;
}

.wrapper-tabs-box{
	background-color: #c2c2c24a;
}

.wrapper-tabs-box ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.wrapper-tabs-box ul li{
	display: inline-block;
	padding: 15px 20px;
}

.wrapper-tabs-box ul li a{
	text-decoration: none;
	font-size: 16px;
    font-weight: 600;
    color: #27ab4d;
}

.wrapper-tabs-box ul li:hover{
	background-color: #c2c2c278;
}

.wallet-cstm-links-content{
	margin-top: 20px;
}

.wallet-cstm-links-content a{
	display: block;
    text-decoration: none;
    text-align: left;
    margin-bottom: 8px;
    color: #4A4A4A;
    font-size: 18px;
    line-height: 23px;
}

.wallet-cstm-links-content a:last-child{
	margin-bottom: 0;
}

.flex-row-cstm{
	display: flex;
	padding: 0 80px;
}


@media screen and (max-width: 768px){
	.footer-area-one{
		width: 100%;
		float: none;
		display: block;
		padding: 20px 0 20px 0;
	}

	.bottom-footer-images{
		width: 100%;
		float: none;
		padding: 20px 0 20px 0;
	}

	.bottom-footer-images:last-child{
		text-align: center;
	}

	.bottom-footer-images ul{
		float: none;
	}

	.bottom-footer-images ul li{
		text-align: center;
	}

	.custom-bdr{
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.bottom-footer-images ul li{
		margin-right: 40px;
	}

	ul.align-self-area li img{
		width: 100px;
	}

	header.small-screen-hide, footer.small-screen-hide{
		display: none;
	}

	.wrapper-tabs-box ul li{
		padding: 15px 10px;
	}

	/*.wallet-one-part{
		width: 46%;
	}*/

	.wallet-one-part img{
		width: 100px;
	}

	.remove-header-small, .remove-footer-small{
		display: none;
	}

	.flex-row-cstm{
		display: block;
	}

	.wallet-one-part {
		float: none;
		width: 100%;
	}

	.wallet-one-part:last-child{
		margin-top: 20px;
	}
}








@media (min-width: 576px) {
	.udio-container {
    	max-width: 540px;
	}
}

@media (min-width: 768px) {
	.udio-container {
    	max-width: 720px;
	}
}

@media (min-width: 992px) {
	.udio-container {
    	max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.udio-container {
    	max-width: 1140px;
	}	
}

	



	

/* Updated for customer-protection pages */

.cover-area-box-form{
	border: 1px solid #c2c2c2;
    width: 50%;
    margin: 0 auto;
    max-width: 100%;
    padding: 1rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
}

label.cstm-label-action{
	font-size: 12px;
}

.error-message-box-mobile{

}

.error-message-box-mobile p{
	margin: 0;
	font-size: 12px;
	color: red;
	font-weight: 500;
}

.submit-btn-box-mobile{
	margin-top: 10px;
}
/*
.submit-btn-box-mobile a{
	text-decoration: none;
    font-size: 12px;
    padding: 10px 26px;
    text-transform: uppercase;
    color: #fff;
    background-color: #22c5d4;
    font-weight: 500;
    border-radius: 40px;
}*/
















/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 46%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 15px 16px;
  background-color: #ef4123;;
  color: white;
}

.modal-body {
	padding: 2px 16px;
	margin-bottom: 35px;
}

span.cstm-font-run{
	display: block;
    font-size: 15px;
    font-weight: 500;
}

h2.customer-protection-udio{
	text-align: left;
    font-size: 14px;
    font-weight: 600;
}

.one-more-cstmer-para p{
	margin-bottom: 10px;
}

/*Start - changes by Dhiren (Altorise)*/

em{
	font-style: italic;
}
b{
	font-weight: bold;
}
p {
	font-size: 15px;
	margin: 30px 0;
	line-height: 1.8;
}

ol li p {
    margin: 10px 0;
}
ol {
  list-style-type: none;
  counter-reset: item;
  margin: 20px 0;
  padding: 0;
}

ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.8em;
}

ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.8em; 
  color: #0d55a3;
  font-weight: 600;   
}

li ol > li {
  margin-bottom: 0.8em;
}

li ol > li:before {
  content: counters(item, ".") " ";
}

ul.alpha {
	list-style-type: lower-alpha;
	margin: 20px 50px;
}
ul.alpha li{ display: list-item; }

ul.alpha li::before { 
	content: ""; 
	counter-increment: none;
}

ul.bullet {
	list-style-type: disc;
	margin: 20px 50px;
}
ul.bullet li{ display: list-item; }

ul.bullet li::before { 
	content: ""; 
	counter-increment: none;
}


a.top-border {
    border-top: 1px solid #e0dede;
    padding: 20px 0;
}

.cust-bg{
	background-color: #f9f9f9;
    margin: 0;
    padding-top: 80px;
    padding-bottom: 80px;
    background: url(../img/tc-bg.jpg) center center no-repeat; background-size:100% 100%;
}

h1.title{
	font-size: 25px;
    font-weight: 500;
    line-height: 40px;
    color: #0655A3;
    width: 100%;
}

h2.title{
	font-size: 22px;
    font-weight: 500;
    line-height: 40px;
    color: #0655A3;
    width: 100%;
    text-align: left;
}

h3.faq-title{
	font-size: 18px;
    font-weight: 500;
    line-height: 35px;
    color: #0655A3;
    width: 100%;
    text-align: left;
}
p.faq-ans{
	margin: 10px 0 50px 0;
}

span.clickable-one, span.clickable-two, span.clickable-three{
	cursor: pointer;
	font-size: 16px;
	color: #0d55a3;
	font-weight: 600;
	margin: 0;
    margin-bottom: 10px;
}

.footer {
    border-bottom: 8px solid #0d55a3; 
}

/*End - changes by Dhiren (Altorise)*/


@media screen and (max-width: 768px){
	.cover-area-box-form {
		width: 100%;
	}
	.submit-btn-box-mobile{
		text-align: center;
	}
	.submit-btn-box-mobile a{
		padding: 6px 38%;
	}
	.modal-content{
		width: 90%;
	}
}

@media screen and (max-width: 529px){

	.flex-row-cstm {
	    padding: 0px;
	}

	h1.title{
		font-size: 16px;
	    line-height: 28px;
	    text-align: left;
	}





}
