/* ---------- Variable & Mixin ---------- */
/* Variable */
/* Mixin */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* ---------- General ---------- */
* {
  margin: 0;
  padding: 0;
  color: inherit;
}

html {
  height: 100%;
}

body {
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  height: 100% !important;
  font-size: 12px;
}

legend {
  font-size: 18px;
}

/* ---------- Resets ---------- */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* ---------- Typography ---------- */
a {
  transition: all 0.2s ease-out;
  color: inherit;
  text-decoration: none !important;
}
a:hover, a:focus, a:active {
  color: inherit;
  text-decoration: none !important;
  outline: none;
  background: none;
}

img {
  max-width: 100%;
}

legend {
  font-weight: 700;
}

/* ---------- Global Style ---------- */
table.dataTable > thead > tr > th, table.dataTable > thead > tr > td {
  border: solid 1px #109cda;
  border-bottom: none;
  background: #109cda;
  font-size: 15px;
  color: #fff;
  font-weight: bolder;
}

.modal-header {
  background: #109cda;
  color: #fff;
}

.form-label {
  font-weight: 700;
}

.paginator {
  margin-top: 10px;
}
#modal_title {
  font-size: 20px;
}

.form-label {
  font-size: 12px;
  font-weight: 400;
}

.custom-modal-lg {
  max-width: 60% !important;
}

table.dataTable > thead > tr > th {
  padding: 5px;
  font-size: 12px;
}

.expand {
  display: block !important;
}

.body_overlay {
  width: 100vw;
  height: 100%;
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
}

/* ---------- Header ---------- */
#menuHeader .custom-row {
  margin-left: 0;
  margin-right: 0;
}
#menuHeader .custom-row .navbar-wrapper {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #menuHeader .custom-row .navbar-wrapper {
    justify-content: space-between;
  }
}
#menuHeader .custom-row .navbar-wrapper nav {
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 60px;
  box-shadow: 0 20px 50px rgba(113, 138, 185, 0.1);
}
@media (min-width: 320px) and (max-width: 767px) {
  #menuHeader .custom-row .navbar-wrapper nav {
    text-align: center;
    width: 100%;
    padding-top: 20px;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    padding-left: 0;
    padding-right: 0;
    border-radius: unset;
    box-shadow: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #menuHeader .custom-row .navbar-wrapper nav {
    flex: 1 1 0;
    border-radius: unset;
    box-shadow: none;
  }
}
#menuHeader .custom-row .navbar-wrapper nav .moblie_menu_btn {
  order: 1;
}
@media (min-width: 320px) and (max-width: 767px) {
  #menuHeader .custom-row .navbar-wrapper nav .moblie_menu_btn {
    order: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #menuHeader .custom-row .navbar-wrapper nav .moblie_menu_btn {
    order: 0;
    display: block !important;
  }
}
@media (min-width: 1025px) {
  #menuHeader .custom-row .navbar-wrapper nav .moblie_menu_btn {
    display: none;
  }
}
#menuHeader .custom-row .navbar-wrapper nav .mobile_menu_close_btn {
  border: none;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background: none;
  display: none;
  z-index: 110;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 25px;
}
#menuHeader .custom-row .navbar-wrapper nav .nav-logo-mobile-tablet {
  display: block;
  order: 0;
  text-align: center;
  flex: 1 1 20%;
  text-align: left;
}
@media (min-width: 320px) and (max-width: 767px) {
  #menuHeader .custom-row .navbar-wrapper nav .nav-logo-mobile-tablet {
    order: 1;
    display: block;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #menuHeader .custom-row .navbar-wrapper nav .nav-logo-mobile-tablet {
    order: 1;
    display: block;
    text-align: center;
  }
}
#menuHeader .custom-row .navbar-wrapper nav .nav-logo-mobile-tablet img {
  width: auto;
  max-width: 100%;
  height: 92px;
}
@media (min-width: 320px) and (max-width: 767px) {
  #menuHeader .custom-row .navbar-wrapper nav .nav-logo-mobile-tablet img {
    height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #menuHeader .custom-row .navbar-wrapper nav .nav-logo-mobile-tablet img {
    height: 50px;
  }
}
#menuHeader .custom-row .navbar-wrapper nav #navbar {
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  #menuHeader .custom-row .navbar-wrapper nav #navbar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 265px;
    height: 100%;
    transition: transform 0.2s;
    z-index: 110;
    overflow: hidden;
    padding: 30px 0;
    background: #fff;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #menuHeader .custom-row .navbar-wrapper nav #navbar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 265px;
    height: 100%;
    transition: transform 0.2s;
    z-index: 110;
    overflow: hidden;
    padding: 30px 0;
    background: #fff;
    align-items: flex-start;
  }
}
@media (min-width: 1025px) {
  #menuHeader .custom-row .navbar-wrapper nav #navbar {
    display: block;
  }
}
@media (min-width: 1025px) {
  #menuHeader .custom-row .navbar-wrapper nav #navbar ul {
    justify-content: flex-end;
    flex-direction: row;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #menuHeader .custom-row .navbar-wrapper nav #navbar ul li {
    border-top: 1px solid #ececec;
    text-align: left;
  }
  #menuHeader .custom-row .navbar-wrapper nav #navbar ul li:first-child {
    border-top: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #menuHeader .custom-row .navbar-wrapper nav #navbar ul li {
    border-top: 1px solid #ececec;
    text-align: left;
  }
  #menuHeader .custom-row .navbar-wrapper nav #navbar ul li:first-child {
    border-top: none;
  }
}
#menuHeader .custom-row .navbar-wrapper nav #navbar ul li a {
  color: #000;
  font-size: 18px;
  padding: 10px 15px 5px 15px;
  height: 45px;
  vertical-align: top;
}
#menuHeader .custom-row .navbar-wrapper nav #navbar ul li a:hover {
  color: #ff0000;
}
@media (min-width: 320px) and (max-width: 767px) {
  #menuHeader .custom-row .navbar-wrapper nav #navbar ul li a {
    font-size: 16px;
    color: rgba(102, 102, 102, 0.8509803922);
    font-weight: bold;
    padding: 15px 0px 15px 20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #menuHeader .custom-row .navbar-wrapper nav #navbar ul li a {
    font-size: 16px;
    color: rgba(102, 102, 102, 0.8509803922);
    font-weight: bold;
    padding: 15px 0px 15px 20px;
  }
}
#menuHeader .custom-row .navbar-wrapper nav #navbar ul li a i {
  color: #000;
  font-size: 18px;
}
#menuHeader .custom-row .navbar-wrapper nav #navbar ul li a #down_btn {
  color: #fff;
  background: #0071C5;
  border-radius: 60px;
  padding: 20px 32px;
}
@media (min-width: 320px) and (max-width: 767px) {
  #menuHeader .custom-row .navbar-wrapper nav #navbar ul li a #down_btn {
    border: unset;
    background: #fff;
    color: rgba(102, 102, 102, 0.8509803922);
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #menuHeader .custom-row .navbar-wrapper nav #navbar ul li a #down_btn {
    border: unset;
    background: #fff;
    color: rgba(102, 102, 102, 0.8509803922);
    padding: 0;
  }
}
#menuHeader .custom-row .navbar-wrapper nav #navbar ul .active a {
  color: #ff0000;
}
@media (min-width: 320px) and (max-width: 767px) {
  #menuHeader .custom-row .navbar-wrapper nav #navbar ul .active a {
    background: none;
    color: #000;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #menuHeader .custom-row .navbar-wrapper nav #navbar ul .active a {
    background: none;
    color: #000;
  }
}
#menuHeader .custom-row .navbar-wrapper .searchbar_wrapper {
  position: relative;
}
#menuHeader .custom-row .navbar-wrapper .searchbar_wrapper #search_btn_mobile {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  #menuHeader .custom-row .navbar-wrapper .searchbar_wrapper #search_btn_mobile {
    display: block;
    background: #fff;
    color: #7d7d7d;
    border: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #menuHeader .custom-row .navbar-wrapper .searchbar_wrapper #search_btn_mobile {
    display: block;
    background: #fff;
    color: #7d7d7d;
    border: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #menuHeader .custom-row .navbar-wrapper .searchbar_wrapper .input_wrapper {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    background-color: #f9f9f9;
    min-width: 190px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 20;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #menuHeader .custom-row .navbar-wrapper .searchbar_wrapper .input_wrapper {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    background-color: #f9f9f9;
    min-width: 190px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 20;
  }
}
#menuHeader .custom-row .navbar-wrapper .searchbar_wrapper .input_wrapper #search_bar {
  background-color: #f58634;
  color: #fff;
}
@media (min-width: 320px) and (max-width: 767px) {
  #menuHeader .logo-wrapper {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #menuHeader .logo-wrapper {
    display: none;
  }
}
#menuHeader .logo-wrapper .navbar-logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
  width: 100%;
  gap: 20px;
}
#menuHeader .logo-wrapper .navbar-logo-wrapper #navbar-logo img {
  max-height: 91px;
  display: block;
  width: auto;
}
#menuHeader .logo-wrapper .navbar-logo-wrapper .nav-bar-logo-slogan {
  text-align: center;
}
#menuHeader .logo-wrapper .navbar-logo-wrapper .nav-bar-logo-slogan h3 {
  text-transform: uppercase;
  margin: unset;
  font-size: 32px;
  color: #f00;
  font-weight: 600;
}
#menuHeader .logo-wrapper .navbar-logo-wrapper .nav-bar-logo-slogan h4 {
  margin: unset;
  font-size: 20px;
  color: graytext;
  font-weight: bold;
}
#menuHeader .menu-wrapper {
  background: #fff;
}
@media (min-width: 320px) and (max-width: 767px) {
  #menuHeader .menu-wrapper {
    background: #fff;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #menuHeader .menu-wrapper {
    background: #fff;
  }
}
#menuHeader .logo-wrapper {
  padding-top: 20px;
  padding-bottom: 10px;
  background: #fff;
}

#section_navbar .navbar_box {
  background: #109cda;
}
#section_navbar .navbar_box .justify-between .flex .nav_link a {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}
#section_navbar .navbar_box .justify-between .setting_bar .user_icon_box i {
  color: #fff;
}
#section_navbar .navbar_box .justify-between .setting_bar .ml-1 svg {
  color: #fff;
}

/* ---------- Main ---------- */
.custom_row {
  background: #f0f0f1;
  margin-top: 20px;
  height: 100vh;
}

#main_content {
  padding: 30px 0px;
}
#main_content .textbox h1 {
  padding-bottom: 56px;
  padding-top: 112px;
  font-size: 53px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  #main_content .textbox h1 {
    font-size: 36px;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #main_content .textbox h1 {
    font-size: 36px;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}
#main_content .textbox p {
  font-size: 18px;
  text-align: left;
  color: #1f1f1f;
  margin-bottom: 25px;
}
#main_content .textbox h6 {
  font-size: 16px;
  color: #1f1f1f;
  font-weight: bold;
}
#main_content .imagebox {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
#main_content .imagebox img {
  height: 500px;
}
@media (min-width: 320px) and (max-width: 767px) {
  #main_content .imagebox img {
    width: 100%;
    height: auto;
  }
}

section.section_question .custom-container {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 100%;
}
section.section_question .custom-container .row {
  margin-bottom: 20px;
}
section.section_question .custom-container .row .col-md-12 .textbox_title_btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #109cda;
}
section.section_question .custom-container .row .col-md-12 .textbox_title_btn h1 {
  font-size: 23px;
  font-weight: 400;
  color: #fff;
  background: #109cda;
  border: 1px solid #109cda;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 7px 20px;
  margin-bottom: 0;
}
section.section_question .custom-container .row .col-md-12 .table-view-list {
  border: solid 1px #ccc;
  padding: 10px;
  border-radius: 5px;
  background: #fff;
}
section.section_question .custom-container .row .col-md-12 .table-view-list #add_question_btn {
  float: right;
}
section.section_question .custom-container .row .col-md-12 .table-view-list #add_question_btn:hover {
  color: #0d6efd;
  background-color: #fff;
}
section.section_question .custom-container .row .col-md-12 .table-view-list #myTable_filter {
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
}
section.section_question .custom-container .row .col-md-12 .table-view-list #myTable_filter input {
  padding: 5px 40% 5px 5px;
}
section.section_question .custom-container .row .col-md-12 .table-view-list #myTable_length {
  margin-bottom: 20px;
  margin-right: 34%;
}
section.section_question .custom-container .row .col-md-12 .table-view-list #myTable_length select {
  padding-right: 2.5rem !important;
}
section.section_question .custom-container .row .col-md-12 .table-view-list #myTable thead tr th {
  border-bottom: none;
  border-top: solid 1px #ccc !important;
}
section.section_question .custom-container .row .col-md-12 .table-view-list #myTable tbody tr td {
  font-size: 12px;
  font-weight: 700;
}
section.section_question .custom-container .row .col-md-12 .table-view-list #myTable tbody tr td .edit-btn,
section.section_question .custom-container .row .col-md-12 .table-view-list #myTable tbody tr td .delete-btn {
  cursor: pointer;
  margin-left: 3px;
}
section.section_question .custom-container .row .col-md-12 .table-view-list #myTable tbody tr td .question_thumbnail {
  display: flex;
  justify-content: center;
  align-self: center;
  gap: 10px;
}
section.section_question .custom-container .row .col-md-12 .table-view-list #myTable tbody tr td .question_thumbnail img {
  width: 80px;
  height: auto;
}
section.section_question .custom-container .row .col-md-12 .table-view-list #myTable_info {
  display: none;
}

section.section_category .custom-container {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 100%;
}
section.section_category .custom-container .action_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.section_category .custom-container .row {
  margin-bottom: 20px;
}
section.section_category .custom-container .row .col-md-12 .textbox_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #109cda;
}
section.section_category .custom-container .row .col-md-12 .textbox_title h1 {
  font-size: 23px;
  font-weight: 400;
  color: #fff;
  background: #109cda;
  border: 1px solid #109cda;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 7px 20px;
  margin-bottom: 0;
}
section.section_category .custom-container .row .col-md-12 .table-view-list {
  border: solid 1px #ccc;
  padding: 10px;
  border-radius: 5px;
  background: #fff;
}
section.section_category .custom-container .row .col-md-12 .table-view-list #add_category_btn {
  float: right;
}
section.section_category .custom-container .row .col-md-12 .table-view-list #add_category_btn:hover {
  color: #0d6efd;
  background-color: #fff;
}
section.section_category .custom-container .row .col-md-12 .table-view-list #category_table_filter {
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
}
section.section_category .custom-container .row .col-md-12 .table-view-list #category_table_filter input {
  padding: 5px 40% 5px 5px;
}
section.section_category .custom-container .row .col-md-12 .table-view-list #category_table_length {
  margin-bottom: 20px;
  margin-right: 34%;
}
section.section_category .custom-container .row .col-md-12 .table-view-list #category_table_length select {
  padding-right: 2.5rem !important;
}
section.section_category .custom-container .row .col-md-12 .table-view-list #category_table {
  margin: 0;
}
section.section_category .custom-container .row .col-md-12 .table-view-list #category_table thead tr th {
  border-bottom: none;
  border-top: solid 1px #ccc !important;
}
section.section_category .custom-container .row .col-md-12 .table-view-list #category_table tbody tr td {
  font-size: 12px;
  font-weight: 700;
  border: solid 1px #ccc;
}
section.section_category .custom-container .row .col-md-12 .table-view-list #category_table tbody tr td .edit-btn,
section.section_category .custom-container .row .col-md-12 .table-view-list #category_table tbody tr td .delete-btn {
  cursor: pointer;
  margin-left: 3px;
}

.content_wrapper section.section_login .section_header {
  padding-top: 10px;
}
.content_wrapper section.section_login .section_header .custom-row .custom-md-12 .header_wrapper {
  display: flex;
  align-items: center;
}
.content_wrapper section.section_login .section_header .custom-row .custom-md-12 .header_wrapper .imagebox img {
  width: 200px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.content_wrapper section.section_login .section_header .custom-row .custom-md-12 .header_wrapper .textbox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.content_wrapper section.section_login .section_header .custom-row .custom-md-12 .header_wrapper .textbox h2 {
  font-size: 30px;
  font-weight: bold;
  color: #50b744;
}
@media (min-width: 320px) and (max-width: 767px) {
  .content_wrapper section.section_login .section_header .custom-row .custom-md-12 .header_wrapper .textbox h2 {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .content_wrapper section.section_login .section_header .custom-row .custom-md-12 .header_wrapper .textbox h2 {
    font-size: 23px;
  }
}
.content_wrapper section.section_login .section_body {
  background: linear-gradient(to bottom, #FFB88C, #DE6262);
  padding: 50px 0;
}
.content_wrapper section.section_login .section_body .custom-container {
  border-radius: 10px;
  box-shadow: 15px 20px 0px rgba(0, 0, 0, 0.1);
}
.content_wrapper section.section_login .section_body .custom-container .custom-md-4 {
  padding-left: 0;
  padding-right: 0;
}
.content_wrapper section.section_login .section_body .custom-container .custom-md-4 .form_wrapper {
  padding: 50px 30px;
  background: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 100%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .content_wrapper section.section_login .section_body .custom-container .custom-md-4 .form_wrapper {
    border-radius: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .content_wrapper section.section_login .section_body .custom-container .custom-md-4 .form_wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.content_wrapper section.section_login .section_body .custom-container .custom-md-4 .form_wrapper .textbox {
  margin-bottom: 30px;
}
.content_wrapper section.section_login .section_body .custom-container .custom-md-4 .form_wrapper .textbox h2 {
  font-weight: 800;
  font-size: 30px;
  color: #DE6262;
  text-align: center;
}
.content_wrapper section.section_login .section_body .custom-container .custom-md-4 .form_wrapper .textbox h2::after {
  content: " ";
  width: 100px;
  height: 5px;
  background: #FEB58A;
  display: block;
  margin-top: 20px;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .content_wrapper section.section_login .section_body .custom-container .custom-md-4 .form_wrapper .textbox h2 {
    font-size: 23px;
  }
}
.content_wrapper section.section_login .section_body .custom-container .custom-md-4 .form_wrapper .formbox form .input_wrap label {
  color: #8687a7;
  font-size: 14px;
}
.content_wrapper section.section_login .section_body .custom-container .custom-md-4 .form_wrapper .formbox form .input_wrap #InputPassword {
  border-right: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .content_wrapper section.section_login .section_body .custom-container .custom-md-4 .form_wrapper .formbox form .row .custom-md-8 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.content_wrapper section.section_login .section_body .custom-container .custom-md-4 .form_wrapper .formbox form .row .custom-md-8 .form-check label {
  font-size: 12px;
  font-weight: 400;
  color: #8687a7;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .content_wrapper section.section_login .section_body .custom-container .custom-md-4 .form_wrapper .formbox form .row .custom-md-4 {
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.content_wrapper section.section_login .section_body .custom-container .custom-md-4 .form_wrapper .formbox form .row .custom-md-4 #login {
  background: #DE6262;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}
.content_wrapper section.section_login .section_body .custom-container .cutom-md-8 {
  padding-left: 0;
  padding-right: 0;
}
.content_wrapper section.section_login .section_body .custom-container .cutom-md-8 .col-inner {
  position: relative;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .content_wrapper section.section_login .section_body .custom-container .cutom-md-8 .col-inner {
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .content_wrapper section.section_login .section_body .custom-container .cutom-md-8 .col-inner .imagebox {
    height: 100%;
  }
}
.content_wrapper section.section_login .section_body .custom-container .cutom-md-8 .col-inner .imagebox img {
  max-width: 100%;
  height: auto;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 320px) and (max-width: 767px) {
  .content_wrapper section.section_login .section_body .custom-container .cutom-md-8 .col-inner .imagebox img {
    border-radius: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .content_wrapper section.section_login .section_body .custom-container .cutom-md-8 .col-inner .imagebox img {
    height: 100%;
  }
}
.content_wrapper section.section_login .section_body .custom-container .cutom-md-8 .col-inner .textbox {
  position: absolute;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  width: 50%;
  padding-left: 20px;
  left: 5%;
}
.content_wrapper section.section_login .section_body .custom-container .cutom-md-8 .col-inner .textbox h2 {
  color: #fff;
  font-weight: 600;
  font-size: 28px;
}
.content_wrapper section.section_login .section_body .custom-container .cutom-md-8 .col-inner .textbox h2::after {
  content: " ";
  width: 100px;
  height: 5px;
  background: #FFF;
  display: block;
  margin-top: 20px;
  border-radius: 3px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .content_wrapper section.section_login .section_body .custom-container .cutom-md-8 .col-inner .textbox h2 {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .content_wrapper section.section_login .section_body .custom-container .cutom-md-8 .col-inner .textbox h2 {
    font-size: 23px;
  }
}
.content_wrapper section.section_login .section_body .custom-container .cutom-md-8 .col-inner .textbox p {
  color: #fff;
  font-size: 14px;
}
.content_wrapper section.section_login .section_footer {
  margin-bottom: 30px;
  padding-top: 20px;
}
.content_wrapper section.section_login .section_footer .custom-row .custom-md-12 .textbox {
  text-align: center;
}
.content_wrapper section.section_login .section_footer .custom-row .custom-md-12 .textbox p {
  font-weight: bold;
  font-size: 14px;
  color: #50b744;
  margin-bottom: 0;
}
.content_wrapper section.section_login .section_footer .custom-row .custom-md-12 .textbox h5 {
  font-weight: bold;
  font-size: 20px;
  color: #50b744;
  margin-bottom: 0;
}

.switch_app_form_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #ccc;
  padding: 10px;
  border-radius: 5px;
  background: #fff;
}
.switch_app_form_wrapper form {
  padding: 50px 0;
}
.switch_app_form_wrapper form .btn_wrap {
  text-align: center;
}
#app_section {
    background: green url(../hero_bg_1.svg) repeat fixed;
    padding: 90px 0 60px 0;
    color: #fff;
}

#app_section .app_buttons svg {
    width: 70px;
    height: 70px;
    position: absolute;
    left: -65px;
    top: -55px;
}

#app_section .app_buttons svg .draw-arrow {
    stroke-width: 4;
    stroke: #fff02a;
    fill: none;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-iteration-count: once;
    -webkit-animation-iteration-count: once;
    -moz-animation-iteration-count: once;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    stroke-dasharray: 400;
    stroke-dashoffset: 400;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
}
.animated .draw-arrow {
    animation-name: draw;
    -webkit-animation-name: draw;
    -moz-animation-name: draw;
}

#app_section .app_buttons svg .draw-arrow.tail-1 {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
}

/* ---------- Footer ---------- *//*# sourceMappingURL=style.css.map */