@font-face {
  font-family: 'font-Bold';
  src: url('../global-fonts/Roboto-Bold.ttf');
}
@font-face {
  font-family: 'font-Italic';
  src: url('../global-fonts/Roboto-Italic.ttf');
}
@font-face {
  font-family: 'font-Medium';
  src: url('../global-fonts/Roboto-Medium.ttf');
}
@font-face {
  font-family: 'font-Regular';
  src: url('../global-fonts/Roboto-Regular.ttf');
}
html{
	overflow-x: hidden; 
	font-family: 'font-Regular' !important;;
}
body{
  overflow-x: hidden; 
	font-family: 'font-Regular' !important;;
}
.font-medium{font-family: 'font-Medium' !important;}
.font-regular{font-family: 'font-Regular' !important;}
ol,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
li{
	list-style: none;
}
pre {
  color: #121212;
}
a {
  color: #006EE3;
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
}
a:focus,
a:active,
a:hover,
a:visited {
  outline: none !important;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0; 
  font-weight: normal !important;
}
h1.light,
h2.light,
h3.light,
h4.light,
h5.light {
  font-weight: initial !important;
}
h1,
.h1 {
  font-size: 45px;
  margin-top: 0;
}
/*div,
p,
span {
  text-align: left;
}*/
h2,
.h2 {
  font-size: 25px;
}
h3 {
  font-size: 20px;
}
strong,label {
/*  font-family: 'GoogleSans-Medium';*/
  /*margin: 0;*/
  font-weight: normal !important;
}
p {
  line-height: 23px;
  margin-bottom: 0;
}
button,a{
	outline: none;
}
button{
  font-family: 'font-Medium';
}
.btn:focus, .btn.focus,
button:focus, button.focus {
    outline: 0;
    box-shadow: none;
}
td,th{
	vertical-align: middle !important;
}
.table td, .table th{
	padding: 8px 10px;
}
input{
  outline: none !important;
  box-shadow: none !important;
}
input:focus{
  /*border-color: #006EE3 ;*/
}
img{
	max-width: 100%;
	max-height: 100%;
}
td{
	vertical-align: middle !important;
}
.text-primary{
  color: #0662aa !important
}
.text-success{
  color: #77a741 !important
}
.bx-none{
  box-shadow: none !important;
}
.p-0{
  padding: 0 !important;
}
.p-10{
  padding: 10px !important
}
.p-t-0{
  padding-top: 0 !important;
}
.p-b-0{
  padding-bottom: 0 !important;
}
.p-l-0{
  padding-left: 0 !important;
}
.p-r-0{
  padding-right: 0 !important;
}
.p-t-10{
  padding-top: 10px !important;
}
.p-b-10{
  padding-bottom: 10px !important;
}
.p-l-10{
  padding-left: 10px !important;
}
.p-r-10{
  padding-right: 10px !important;
}
.p-t-20{
  padding-top: 20px !important;
}
.p-b-20{
  padding-bottom: 20px !important;
}
.p-b-50{
  padding-bottom: 50px !important;
}
.p-l-20{
  padding-left: 20px !important;
}
.p-l-30{
  padding-left: 30px !important;
}
.p-r-20{
  padding-right: 20px !important;
}
.p-r-30{
  padding-right: 30px !important;
}
.pt-15{
  padding: 15px 0px 0px  !important;
}
.pl-15{
  padding-left: 15px !important;
}
.m-0{
  margin: 0 !important;
}
.m-0-auto{
  margin: 0 auto !important;
}
.m-b-0{
  margin-bottom: 0 !important;
}
.m-t-0{
  margin-top: 0 !important;
}
.m-l-0{
  margin-left: 0 !important;
}
.m-r-0{
  margin-right: 0 !important;
}
.m-r-10{
  margin-right: 10px !important;
}
.m-t-10{
  margin-top: 10px !important;
}
.m-t-50{
  margin-top: 50px !important;
}
.m-t-80{
  margin-top: 80px !important;
}
.m-t-100{
  margin-top: 100px !important;
}
.m-t-20{
  margin-top: 20px !important;
}
.m-t-28{
  margin-top: 28px !important;
}
.m-t-30{
  margin-top: 30px !important;
}
.m-t-36{
  margin-top: 36px !important;
}
.m-b-5{
  margin-bottom: 5px !important;
}
.m-b-10{
  margin-bottom: 10px !important;
}
.m-b-15{
  margin-bottom: 15px !important;
}
.m-b-20{
  margin-bottom: 20px !important;
}
.m-b-30{
  margin-bottom: 30px !important;
}
.m-b-40{
  margin-bottom: 40px !important;
}
.m-b-50{
  margin-bottom: 50px !important;
}
.m-b-60{
  margin-bottom: 60px !important;
}
.m-b-70{
  margin-bottom: 70px !important;
}
.m-b-80{
  margin-bottom: 80px !important;
}
.m-b-90{
  margin-bottom: 90px !important;
}
.m-b-100{
  margin-bottom: 100px !important;
}
.m-0{
  margin: 0 !important;
}
.m-l-0{
  margin-left: 0 !important;
}
.m-l-10{
  margin-left: 10px !important;
}
.m-r-0{
  margin-right: 0 !important;
}
.m-r-20{
  margin-right: 20px !important;
}
.m-t--70{
  margin-top: -70px 
}
.text-transform{
  text-transform: uppercase !important;
}
.text-transform-none{
  text-transform: initial !important;
}
.b-r-5{
  border-radius: 5px !important;
}
.border-fff{
  border-color: #fff !important;
}
.border-trans{
  border-color: transparent !important; 
}
.b-t-das{
  border-top: 1px dashed #E8EBF1;
}
.b-0{
  border: 0 !important;
}
.b-b-0{
  border-bottom: 0 !important;
}
.b-t-0{
  border-top: 0 !important;
}
.b-l-0{
  border-left: 0 !important;
}
.b-r-0{
  border-right: 0 !important;
}
.b-b-1-869fb229{
  border-bottom: 1px solid #869fb229 !important;
}
.b-t-1-869fb229{
  border-top: 1px solid #869fb229 !important;
}
.b-t-2-869fb229{
  border-top: 2px solid #869fb229 !important;
}
.b-l-1-869fb229{
  border-left: 1px solid #869fb229 !important;
}
.b-r-1-869fb229{
  border-right: 1px solid #869fb229 !important;
}
.b-1-869fb229{
  border: 1px solid #869fb229 !important;
}
.boder-fff-2{
  border: 2px solid #fff !important
}
.pos-absolute{
  position: absolute !important;
}
.pos-relative{
  position: relative !important;
}
.top-0{
  top: 0 !important;
}
.left-0{
  left: 0 !important;
}
.right-0{
  right: 0 !important;
}
.bottom-0{
  bottom: 0 !important;
}
.width-10{
  width: 10% !important;
}
.width-20{
  width: 20% !important;
}
.width-30{
  width: 30% !important;
}
.width-40{
  width: 40% !important;
}
.width-50{
  width: 50% !important;
}
.width-60{
  width: 60% !important;
}
.width-70{
  width: 70% !important;
}
.width-80{
  width: 80% !important;
}
.width-90{
  width: 90% !important;
}
.width-100{
  width: 100% !important;
}
.wd-150 {
  width: 150px !important; 
}
.wd-200 {
  width: 200px !important; 
}
.wd-300 {
  width: 300px !important; 
}
.width-auto{
  width: auto !important;
}
.f12{
  font-size: 12px !important;
}
.f14{
  font-size: 14px !important;
}
.f16{
  font-size: 16px !important;
}
.f18{
  font-size: 18px !important;
}
.f20{
  font-size: 20px !important;
}
.f30{
  font-size: 30px !important;
}
.height-40vh{
  height: 40vh !important;
}
.height-400{
  height: 400px !important;
}
.transfor_rotate_-90{
  -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.transfor_rotate_90{
  -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.transfor_rotate_-180{
  -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.transfor_rotate_180{
  -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.display-none{
    display: none !important;
} 
.display-inlineblock{
    display: inline-block !important;
} 
.display-block{
    display: block !important;
} 
.prepend-icon {
position: relative;
}
.prepend-icon i {
  color: #1b1e25;
  color: rgba(27, 30, 37, 0.7);
  font-size: 18px;
  height: 34px;
  right: 0px;
  line-height: 34px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 36px;
}
.height-combox{
  height: 37px !important; 
}
.pull-left{
  float: left !important;
}
.pull-right{
  float: right !important;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar:hover {
  width: 5px;
  height: 5px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
  transform: all 1s ease
}
.title-all{
  font-size: 18px;
  font-family: 'GoogleSans-Medium';
}
/*Button*/
.base-btn{
  border-radius: 4px;
  border: 0;
}
.basic-btn{
  background: #006EE3;
  border: 1px solid #006EE3;
  color: #fff;
  transition: all 0.5s ease;
}
.basic-btn:hover{
  background: #007CFF;
  border: 1px solid #007CFF;
}
.outline-btn{
  background: #fff;
  border: 1px solid #006EE3;
  color: #006EE3;
  transition: all 0.5s ease;
}
.outline-btn:hover{
  border: 1px solid #006EE3;
  background: #E5F0FC
}
.default-btn{
  background: #E5F0FC;
  border: 1px solid #E5F0FC;
  color: #006EE3;
  transition: all 0.5s ease;
}
.default-btn:hover{
  border: 1px solid #C1DFFF;
  background: #C1DFFF
}
.bb-sm{
  height: 40px;
  font-size: 14px;
}
.bb-lg{
  height: 50px;
  font-size: 16px;
}

/*End Button*/

/*Form*/

.form-search{
  position: relative;
}
.form-search input{
  height: 40px;
  border: 1px solid #D5D8DB;
  border-radius: 4px;
  padding-left: 35px;
  font-size: 14px;
}
.form-search input::placeholder{
  color: #C4C4C4;
  font-size: 14px;
}
.form-search span{
  display: inline-block;
  position: absolute;
    top: 9px;
    left: 8px;
}
.form-search span i{
  font-size: 24px;
  color: #C4C4C4
}
.list-form{}
.list-form .form-group{
  position: relative;
}
.list-form .form-group label{
  font-size: 14px;
  font-family: 'GoogleSans-Medium';
}
.list-form .form-group input{
  height: 40px;
  font-size: 16px;
  color: #3E4348;
  transition: all 0.5s ease;
}
.list-form .form-group input::placeholder{
  font-size: 14px;
  color: #C4C4C4
}
.list-form .form-group input:focus{
  color: #006EE3;
  border-color: #006EE3;
  font-family: 'GoogleSans-Medium';
}
.list-form .form-group.form-erross input{
  border-color: #E1000A;
  color: #E1000A;
}
.list-form .form-group small.text-erross{
  display: none;
  color: #E1000A
}
.list-form .form-group.form-erross small.text-erross{
  display: block;
}
.list-form .form-group span.img-cvv{
  position: absolute;
    right: 7px;
    bottom: 10px;
}

/*switch*/
.switch {
  position: relative;
  display: block;
  width: 34px;
  height: 20px;
}
.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #2F6BFF;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2F6BFF;
}
input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
/* End switch */
/* Style Radio */
.container-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radiomark {
  position: absolute;
top: -2px;
    left: 0;
    height: 20px;
    width: 20px;
  background-color: #fff;
  border-radius: 50%;
  border: 3px solid #BCC0C5
}
.container-radio:hover input ~ .radiomark {
  background-color: #ccc;
}
.container-radio input:checked ~ .radiomark {
  background-color: #2F6BFF;
  border: 0
}
.radiomark:after {
  content: "";
  position: absolute;
  display: none;
}
.container-radio input:checked ~ .radiomark:after {
  display: block;
}
.container-radio .radiomark:after {
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
  border-radius: 50%;
  background: white;
}
/* End Style radio */

/*Style check*/
.container-check {
display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 20px;
  width: 20px;
    background-color: #fff;
    border-radius: 4px;
    border: 3px solid #BCC0C5;
}
.container-check:hover input ~ .checkmark {
  background-color: #ccc;
}
.container-check input:checked ~ .checkmark {
  background-color: #2F6BFF;
  border: 0;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.container-check input:checked ~ .checkmark:after {
  display: block;
}
.container-check .checkmark:after {
    left: 7px;
    top: 3px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0px 2px 2px 0px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*End stylecheck*/

.dropdown-toggle.inv-dropdown {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
    height: 40px;
    font-size: 14px;
    color: #2a2a2a;
    padding: 0 20px 0 8px;
    position: relative;
    width: 100%;
    text-align: left;
}

.dropdown-toggle.inv-dropdown:focus {
    box-shadow: none
}

.caret {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    position: absolute;
    top: 14px;
    width: 0;
    right: 6px;
    color: #fff
}
.dropdown-toggle::after{
      position: absolute;
right: 10px;
    top: 17px;
}
.dropdown-style .dropdown-menu {
    background-color: white;
    width: 100% !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    border: none;
    /*margin-top: 38px !important;*/
    padding-left: 0;
    padding-top: 0
}

.dropdown-style .dropdown-menu #myInput {
    background: #fff;
    padding: 8px 10px;
    height: auto;
    border: 0
}

.option-toggle {
    border: 2px solid #aeb1b5;
    background-color: #fff;
    position: relative;
    display: inline-block;
    cursor: pointer;
    flex: 0 0 16px;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    margin-right: 10px
}

.option-toggle input {
    cursor: pointer;
    position: absolute;
    top: -2px;
    left: -20000px;
}

.selected .option-toggle {
    border: 5px solid #2996CC;
}

.dropdown-style .dropdown-menu li a {
    display: flex;
    font-size: 14px;
    color: #343B42;
    align-items: center;
    padding: 5px 10px;
}

.iv-search {
    display: flex;
    border-bottom: 1px solid #BCC1C7;
    margin-bottom: 10px;
}

.iv-search svg {
    width: 20px;
    margin-left: 10px;
    height: 20px;
      margin-top: 10px;
}

.iv-search svg path {
    fill: #BCC1C7
}

.list-link .icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    text-align: center;
    color: #fff;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.radios {
    position: relative;
    cursor: pointer;
    width: 100%;
    padding-left: 10px;
    font-size: 14px;
}

.radios .label {
    position: relative;
    display: block;
    float: left;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    border: 2px solid #AEB1B5;
    border-radius: 100%;
    -webkit-tap-highlight-color: transparent;
}


.radios:hover .label:after {
    transform: scale(3.6);
}

input[type="radio"]:checked+.label {
    border: 5px solid #2996CC;
}

input[type="radio"]:checked+.label:after {
    transform: scale(1);
    transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
    opacity: 1;
}

.hidden {
    display: none;
}

@media (max-width: 576px) {
    .boxcont {
        padding: 0 40px 0 30px;
        margin-top: 30px
    }

    .drag {
        left: 5px;
    }
}
/*End Form*/
/* Alert */
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-dismissible {
    padding-right: 4rem;
}
.alert {
    position: relative;
        padding: 9px 50px 9px 35px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 14px;
}
.fade {
    transition: opacity .15s linear;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 9px 15px;
    color: inherit;
}
.bd-example::after {
    display: block;
    clear: both;
    content: "";
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.alert-edit strong{}
.alert-edit strong i{
    font-size: 20px;
    position: absolute;
    left: 8px;
    top: 8px;
}
.alert-edit.alert-warning strong i{
  color: #E28D1E
}
.alert-edit.alert-primary strong i{
  color: #006EE3
}
.alert-edit.alert-danger strong i{
  color: #E1000A
}
.alert-edit.alert-warning{
  background-color: #FFECD2
}
.alert-edit.alert-primary{
  background-color: #E5F0FC
}
.alert-edit.alert-danger{
  background-color: #FFCBCD
}
.icon-form{
  position: absolute;
  display: inline-block;
    right: 10px;
    bottom: 10px;
}
.icon-form i{
  font-size: 20px
}

.form-card{}
.form-card label{}
.form-card .form-input{
  position: relative;
}
.form-card .form-input input{}
.form-card .form-input input:nth-child(1){
    border-radius: 4px 4px 0 0;
}
.form-card .form-input input:nth-child(2){
  width: 50%;
  float: left;
  border-top: 1px solid #fff;
  border-radius:  0 0 0 4px;
  border-right:  1px solid #fff;
}
.form-card .form-input input:nth-child(3){
  width: 50%;
  border-top: 1px solid #fff;
  border-radius: 0 0 4px 0;
}
.form-card .form-input input:nth-child(2):focus{
  border-top: 1px solid #006EE3;
  border-right:  1px solid #006EE3;
}
.form-card .form-input input:nth-child(3):focus{
  border-top: 1px solid #006EE3;
}
.form-card .form-input ul.fi-img{
  position: absolute;
  right: 5px
}
.form-card .form-input li{
  width: 32px;
  float: left;
  margin-right: 2px; 
}
.form-card .form-input li img{
  width: 100%;

}
.form-card .form-input ul.fi-img.fi-card{
  top: 7px;
}
.form-card .form-input ul.fi-img.fi-cvv{
  bottom: 8px;
}
.list-suport{
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #6FA637;
    padding: 0px 15px;
    border-radius: 12px;
}
.list-suport li{
  padding: 15px 0px;
    border-bottom: 1px solid #fff;
}
.list-suport li:last-child{
  border: 0;
}
.list-suport li a{
  display: inline-block;
}



























