/*==============COMMON CLASSES START==================*/
body{padding:0; color:#000; background:#fff; font-family:"tondo"; font-size:16px; font-weight:normal}
*,*:after, *:before{-webkit-box-sizing: border-box;-moz-box-sizing: border-box; box-sizing: border-box; outline:none!important; }

section{padding:40px 0}

h1{font-size:62px; line-height:68px; margin-bottom:30px;}
h5{font-size:24px; line-height:30px; margin-bottom:20px;}

strong{font-weight:bold}
p{line-height:26px;}
.button{text-transform:uppercase; color:#ed1b24; padding:10px 30px; display:inline-block; border:2px solid #ed1b24; transition:0.3s ease 0s; box-shadow:0 0 0 1px #fff inset;}
.button:hover{box-shadow:0 0 0 1px #a30000 inset; color:#a30000; border-color:#a30000;}
.marginTop15{margin-top:15px;}
.marginTop30{margin-top:30px;}
.displayBlock{display:block}
.fontLight{font-weight:100}
.fontNormal{font-weight:normal}
.fontBold{font-weight:bold}
.textUppercase{text-transform:uppercase}
.textCapitalize{text-transform:capitalize}
.textTransfromNone{text-transform:none}
.textCenter{text-align:center}
.bgGray{background:#f6f6f6;}
.colorRed{color:#ed1b24}
.colorGray{color:#959595}
.paddingRight15{padding-right:15px;}



.fold1 h1{margin-bottom:30px;}

.fold-howItWorks h5{margin-bottom:50px;}



.list-dynamic{padding-left:300px; background:url(../images/map-world.png) no-repeat left top; background-size:315px auto;}
.list-dynamic ul{padding-left:40px;}
.list-dynamic ul li.heading1{margin-left:-40px; padding-bottom:25px; padding-top:2px;}
.list-dynamic ul li.heading2{padding-bottom:25px;}
.list-dynamic ul li{display:block; width:auto; text-align:left; padding-bottom:16px;}
.list-dynamic ul li small{font-size:12px; display:block; text-transform:none; padding-top:2px;}

.ic-icon,.data-icon,.sms-icon,.lc-icon{ position:relative; width:35px; height:35px;display:inline-block; vertical-align:middle; margin-right:15px; background-size:30px auto; background-repeat:no-repeat; background-position:center}
.ic-icon{background-image:url(../images/ic-icon.png);}
.data-icon{background-image:url(../images/data-icon.png);}
.sms-icon{background-image:url(../images/sms-icon.png);}
.lc-icon{ background-image:url(../images/lc-icon.png);}



.auto-input-field{width:290px!important; border-bottom:1px solid #000!important; height:30px; text-transform:uppercase; font-size:20px; color:#000; font-weight:normal; margin-top:30px; background:url(../images/arrow-down.png) right center no-repeat; background-size:22px; padding-right:40px !important;}
.auto-input-field:focus{background-image:url(../images/arrow-up.png);}
.ui-widget-content{background:#fff}
.ui-menu{max-height:300px; overflow:auto}
.ui-menu .ui-menu-item{padding:0; font-size:16px; font-weight:100; background:none; border:none;}
.ui-menu .ui-menu-item-wrapper{padding:8px 9px; font-size:16px; font-weight:100;}
.ui-menu .ui-menu-item:hover,
.ui-menu .ui-state-active,
.ui-menu .ui-state-active:hover{background:#e40000; color:#fff; border:none; margin:0 !important}