@font-face {
    font-family:'FontAwesome';
    src: url('../fonts/font_Awesome/fontawesome-webfont.eot');
    src: url('../fonts/font_Awesome/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/font_Awesome/fontawesome-webfont.woff2') format('woff2'),
         url('../fonts/font_Awesome/fontawesome-webfont.woff') format('woff'),
         url('../fonts/font_Awesome/fontawesome-webfont.ttf') format('truetype'),
         url('../fonts/font_Awesome/fontawesome-webfont.svg#FontAwesome') format('svg');
    font-weight: normal;
    font-style: normal;
}
font-family: 'Designil Font', 'Helvetica', sans-serif;
body {
	min-width: 1170px;
	font-size: 16px;
	line-height: normal;
}

.container {
	min-width: 1170px; 
}

a {
	text-decoration: none !important;
	outline: 0 !important; 
    cursor: pointer;
    
}
h3{
    font-family: 'Helvetica', sans-serif;
}
input::-moz-focus-inner {
	border: 0 !important; 
}

ul {margin-bottom: 0;list-style: none;}
.mobile-none { display: block; }
.mobile { display: none !important; }



header{width: 100%;background-color: #ec0224; float: left;}
.main-logo{position: relative;padding: 10px;-webkit-box-sizing: border-box;box-sizing: border-box;}
.main-logo img{width:70px;}
.head-form{
    font-size: 20px;
    position: relative;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(1.04%, #880000), color-stop(47.92%, #D00000), to(#9F0202));
    background: linear-gradient(180deg, #880000 1.04%, #D00000 47.92%, #9F0202 100%);*/
    background: #ec0224;
    border-radius: 5px 5px 0px 0px;
    padding: 15px;
    margin-top: 30px;
    color: #000;
}
.head-form#headgreen{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.04%, #1e7e34), color-stop(47.92%, #28a745), to(#1b8032));
    background: linear-gradient(180deg, #1e7e34 1.04%, #28a745 47.92%, #1b8032 100%);
}
.head-form h3{
   font-style: normal;
    font-weight: normal;
    font-size:20px;
    line-height: 27px;
    color: #fff;
    font-family: 'Helvetica', sans-serif;
    margin-bottom: 0;
}
.head-form h3 i{
   margin-right: 5px;
}
.form-style-red{
    padding: 25px 25px 15px 25px;
    background: #e8edf3;
    border: 1px solid #F1F1F1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
}

.number-input{
    list-style:none;
    padding-left: 0;
}
.number-input li{
    float: left;
    padding: 3px;
}
.number-input li span{
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #000099;
    border-radius: 3px;
    float: left;
    font-size: 18px;
    color: #000;
    line-height: 35px;
}

.btn-number{
     list-style:none;
    padding-left: 0;
}
.btn-number li{
    width: 33.33%;
    float: left;
    padding: 2px;
}
.btn-number li span{
    width: 100% !important;
    height: 40px;
    text-align: center;
    border: 1px solid #bdbaba;
    border-radius: 3px;
    float: left;
    font-size: 18px;
    color: #000;
    line-height: 35px;
    padding: 0px 10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 2px #6c757d;
    box-shadow: 0px 0px 2px #6c757d;
}
.btn-number li.delete {
        width: 66% !important;
}

.bank-list{
    list-style: none;
    width: 100%;
    padding-left: 0;
    position: relative;
}
.bank-list li{
    width: 33.33%;
    float: left;
    padding: 3px;
}
.bank-list li a{
    width: 100%;
    border: 1px solid #f1f1f1;
    border-radius: 50px;
    height: auto;
    float: left;
    font-size: 17px;
}
.bank-list li a:hover{
    border: 1px solid #2A9704;
    border-radius: 50px;
    height: auto;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.bank-list li a.active{
    border: 1px solid #2A9704;
    border-radius: 50px;
    height: auto;
  
}
.bank-list li a.active::after{
    content: '\f00c';
    font-family:'FontAwesome';
    font-size: 12px;
    color: #2A9704;
    width: 30px;
    height: 30px;
    position: relative;
    right: -42%;
}
.bank-list li a span{
   color: #000;
}
.bank-list li a img{
    width: 38px;
    height: 38px;
    border-radius: 50px;
    margin-right: 5px;
}

.show-img-register{
     padding: 0;
    list-style: none;
        margin-top: 8px;
}
.show-img-register li{
    width: 25%;
    float: left;
    padding: 3px;
}
.show-img-register li img{
    width: 100%;
    border-radius: 5px;
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}


.hovereffect:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    border-radius: 5px;
}


.table-rate{
    width: 100%;
}
.table-rate table{
    border: 1px solid #dee2e6;
}
.table-rate h3{
    text-align: center;
    color: brown;
}
.table-rate h5{
   text-align: center;
}
.table-rate thead{
   background: -webkit-gradient( linear , left top, right top , from(#e50424), color-stop(26%, #cc003e), color-stop(68%, rgb(229 4 36 1 / 50%)), color-stop(94%, #e50424));
   background: linear-gradient( 90deg , #e50424 0%, #cc003e 26%, rgb(255 0 64 / 50%) 68%, #cc0030 94%);
    color: #fff;
}


.gold-bg {
    background: rgb(253,232,135);
    background: -webkit-gradient(linear, left top, right top, from(rgba(253,232,135,1)), color-stop(26%, rgba(210,136,41,1)), color-stop(68%, rgba(250,226,129,1)), color-stop(94%, rgba(214,144,49,1)));
    background: linear-gradient(90deg, rgba(253,232,135,1) 0%, rgba(210,136,41,1) 26%, rgba(250,226,129,1) 68%, rgba(214,144,49,1) 94%);
}

.head-text{
    margin-top: 30px;
}
.head-text h4{
    font-weight: 600;
    font-size:22px;
    color:#c0392b;
}
.head-text p{
    font-weight: 600;
    color: #000099;
}
.head-text p span{
    color:#c0392b;
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
  body {
    width: 100%;
    min-width: 0 !important; }

  .container {
    min-width: 0; }

  .mobile-none {
    display: none; }

  .mobile {
    display: block !important; }
    
    .form-style-red {    padding: 15px;    }
    
    .bank-list li {        width: 100%;}
    .bank-list li a.active::after {right: -32%;    }
    .show-img-register li {        width: 50%;}
    
    
}

@media only screen and (min-width: 375px) and (max-width: 667px) {
  body {
    width: 100%;
    min-width: 0 !important; }

  .container {
    min-width: 0; }

  .mobile-none {
    display: none; }

  .mobile {
    display: block !important; }
    
    .form-style-red {    padding: 15px;    }
    
    .bank-list li {        width: 100%;}
    .bank-list li a.active::after {right: -42% !important;    }
}

@media only screen and (min-width: 414px) and (max-width: 736px) {
	body {width: 100%; min-width: 0 !important; }
	.container { min-width: 0; }
	.mobile-none {display: none; }
	.mobile {display: block !important; }
    
    
    .form-style-red {    padding: 15px;    }.
    
    .bank-list li {        width: 100%;}
    .bank-list li a.active::after {right: -44%;    }
}



@media only screen and (min-width: 1024px) and (max-width: 768px) {
	body {width: 100%; min-width: 0 !important; }
	.container { min-width: 0; }
	.mobile-none {display: none; }
	.mobile {display: block !important; }

}
