* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*, html { margin: 0; padding: 0; outline:none; list-style: none; }

html {  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-size:16px; }


body { 
-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #ffffff;
    font-family: "Be Vietnam Pro", sans-serif;
    line-height: 1.625rem;
    color: #424242;
    background: #F8F8FC;
    overflow-x: hidden;
}


ul, ol, h1, h2, h3, h4, h5, h6 { margin:0;padding:0; }
iframe {border:none;outline: none;margin-bottom:10px;}

button,input,select,textarea { font-family: inherit; font-size: inherit;line-height: inherit;   resize: none;}

a { background-color: transparent; color:#121212;text-decoration: none; }
a:hover, a:focus, a:active { outline:0;text-decoration: none;cursor: pointer; }


figure {  margin: 0; }
img { border: 0;border:none;vertical-align: middle; max-width:100%; }

h1, h2, h3, h4, h5, h6 {      line-height: 1.1;
    color: #0E1317;
    font-family: "DM Sans", sans-serif;
    letter-spacing: -1px; }



h1{ font-size: 5rem; }

h2{ font-size: 1.825rem; }

h3 { font-size: 1.525rem; }

h4{ font-size: 1.225rem; }

h5{ font-size: 1.025rem; }

h6 { font-size: 0.925rem; }


small { font-size: 85%; }

b, strong { font-weight: bold; }

svg:not(:root) { overflow: hidden; }



button { overflow: visible; }

button, [type=button], [type=reset], [type=submit] { -webkit-appearance: button; cursor: pointer; }


button::-moz-focus-inner, input::-moz-focus-inner { padding: 0;border: 0;  }

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}


label { display: inline-block;max-width: 100%; }

input[type=file] { display: block;  }

select[multiple], select[size] { height: auto; }

textarea { overflow: auto;  }
optgroup { font-weight: 700; }
table { border-spacing: 0;border-collapse: collapse; }
td, th { padding: 0; }

.checkbox { display:flex;justify-content:flex-start;align-items:flex-start; gap:15px; }


.container { padding-right: 15px;padding-left: 15px; margin-right: auto;margin-left: auto; }

@media (min-width:768px) {
    .container { width: 750px; }
}

@media (min-width:992px) {
    .container { width: 970px; }
}

@media (min-width:1200px) {
    .container { width:1270px; }
    .custom_container { width:1570px; }
}






@media (max-width:767px) {


.row { display: flex;flex-direction: column; gap:15px; }
.col-xs-12 { width: 100%; }
.col-xs-11 { width: 91.66666667%; }
.col-xs-10 { width: 83.33333333%; }
.col-xs-9 { width: 75%; }
.col-xs-8 { width: 66.66666667%; }
.col-xs-7 { width: 58.33333333%; }
.col-xs-6 { width: 50%; }
.col-xs-5 { width: 41.66666667%; }
.col-xs-4 { width: 33.33333333%; }
.col-xs-3 { width: 25%; }
.col-xs-2 { width: 16.66666667%; }
.col-xs-1 { width: 8.33333333%; }

}



@media (min-width:768px) {


.row { display: flex; gap:15px; }

    .col-md-12 { width: 100%; }
    .col-md-11 {  width: 91.66666667%; }
    .col-md-10 { width: 83.33333333%; }
    .col-md-9 { width: 75%; }
    .col-md-8 { width: 66.66666667%; }
    .col-md-7 { width: 58.33333333%; }
    .col-md-6 { width: 50%; }
    .col-md-5 { width: 41.66666667%; }
    .col-md-4 { width: 33.33333333%; }
    .col-md-3 { width: 25%; }
    .col-md-2 { width: 16.66666667%; }
    .col-md-1 { width: 8.33333333%; }
   
  

}


.form-group { margin-bottom: 15px; }

.form-label{ font-weight: 500;font-size: 15px;line-height:15px;color: #242f48;display: block;margin: 0 10px 10px;position: relative;transition: 0.5s;    }



.form-control {
    display: block;
    width: 100%;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.69;
    color: #515151;
    background-color: #fff0;
    background-clip: padding-box;
     border: 2px solid #e5e9ee;
    border-radius: 5px;
    -webkit-transition: all .3s; transition: all .3s;
}


.form-control:focus{ border-color:#242F48;}

.form-control::-moz-placeholder { color: #707070; opacity: 1 }
.form-control:-ms-input-placeholder { color: #707070 }
.form-control::-webkit-input-placeholder { color: #707070;  }
.form-control[disabled], .form-control[readonly] { background-color: #eee;opacity: 1;  }
.form-control[disabled]{ cursor: not-allowed }

textarea.form-control { height: auto;  }



[class*=btn-] {
    position: relative;
    z-index: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    font-weight: 500;
    text-transform: capitalize;
    box-shadow: none;
    color: #fff;
    transition: all 0.2s ease-in-out;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 14px;
    border-radius: 5px;
    text-align: center;
}


.btn-primary { background: #01BDB2;color:#FFF; }
.btn-block { display:block;width:100%; }





.breadcrumb { display: block;font-size: 0.95rem; }
.breadcrumb > li { display: inline-block; }
.breadcrumb > li + li:before {  content: "/";padding: 0px 5px;display: inline-block;font-size: 10px; } 


.pagination { display: block; margin:25px 0px;text-align: center }

.pagination>li { display: inline-block; }
.pagination>li>a { 
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
}




[class*=label-] { display: inline;padding: 5px; font-size: 75%; margin-bottom:0px;font-weight: 500; color: #FFFFFF; border-radius: .25em;text-align:center; }

.label-primary { background: #2943f8;color:#FFFFFF; }

.label-success { background: #a0f3c5;color:#0d964e; }

.label-info { background: #5BC0DE; }

.label-warning { background: #ffecb4;color:#d09c08; }

.label-danger { background: #ffb7ab;color:#b51d06; }

.label-purple { background: #722BB3; }




[class*=alert-] { display:block; padding: 15px 30px;border-radius:4px;text-align: center;font-weight: normal; }
.alert-success {  background: #72C868; color: rgb(255,255,255); }
.alert-info { background: #d9edf7;color: rgb(49, 112, 143);  }
.alert-warning { background: #fcf8e3;color: rgb(138, 109, 59); }
.alert-danger {  background: #FCE3E3;color: rgb(169, 68, 66); }




.container:after {
    clear: both
}


.hide { display: none!important; }

@-ms-viewport {
    width: device-width
}



@media (max-width:767px) {
    .hidden-xs {  display: none!important; }
}

@media (min-width:768px){
    .hidden-md { display: none!important; }
}