body {
  font-size: 14px;
  font-weight: 400;
  /* font-family: "Onest", sans-serif; */
  /* font-family: "Outfit", sans-serif; */
  /* font-family: "Roboto", sans-serif; */
  /* font-family: "Inter", sans-serif; */
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  /* background: #F7F7FF !important; */
  /* background-color: #FDFFFC; */
}

html {
  scroll-behavior: smooth;
}

/* GENERAL */
input {
  background: #fff !important;
}
.input-group-text {
  background: #fff !important;
}
.border-db{
  border: #194f9d 4px solid;
}
.border-db-thin{
  border: #194f9d 2px solid;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  box-shadow: none !important;
}
/* END GENERAL */

/* LOGIN PAGE */
.login-board {
  width: 25rem;
}
@media (max-width: 567px) {
  .login-board {
    width: 90%;
  }
}
/* END LOGIN PAGE */

/* FLEXYPRO LOGO */
.logo {
  width: 100px;
  padding: 0;
  transition: width 2s;
}

/* BOOTSTRAP ACCORDEON */
.accordion-button:not(.collapsed) {
  color: #194f9d !important;
}
.accordion-button:focus {
  border-color: transparent !important;
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
  box-shadow: none !important;
}
/* END BOOTSTRAP ACCORDEON */

/* BOOTSTRAP INPUT GROUP */
.label-group-first {
  border-top-left-radius: 25rem;
  border-bottom-left-radius: 25rem;
}
.label-group-last {
  border-top-right-radius: 25rem;
  border-bottom-right-radius: 25rem;
}
.input-group-first {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 25rem !important;
  border-bottom-left-radius: 25rem !important;
}

.input-group-last {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 25rem !important;
  border-bottom-right-radius: 25rem !important;
}
/* END BOOTSTRAP INPUT GROUP */

/* BOOTSTRAP NAV LINK */
.nav-pills .nav-link.active{
  border: #194f9d 2px solid !important;
  background-color: #194f9d !important;
  color: rgb(248, 249, 250);
  transition: 0.6s;
}
/* END BOOTSTRAP NAV LINK */

/* NAVBAR */
.navbar-toggler-icon{
  color: #d21f24;
}
/* END NAVBAR */

/* .logo:hover {
  color:tomato;
  transition: 0.6s;
} */
/* END FLEXYPRO LOGO */

/* NAVIGATION BAR */
.nav-main {
  /* background: #253e8e; */
  /* background: #42378c; */
  background-size: cover;
  background: #4895ef !important;
  min-height: 5rem;
}
.btn-login {
  /* background-color: #e87722; */
  background: #194f9d;
  color: rgb(248, 249, 250);
  border: #194f9d 1px solid;
  transition: 0.6s;
}
.btn-login:hover {
  border: #194f9d 1px solid;
  background: #194f9d;
  color: rgb(248, 249, 250);
  transition: 0.6s;
}

.btn-register {
  border: #fff 2px solid !important;
  background: transparent;
  color: #fff;
  transition: 0.6s;
}
.btn-register:hover {
  border: #194f9d 2px solid !important;
  background: #194f9d;
  color: rgb(248, 249, 250) !important;
  transition: 0.6s;
}

.btn-register.show:focus:hover,
.btn-register:focus:hover{
  color: rgb(248, 249, 250) !important;
}

.btn-general {
  border: #d21f24 2px solid !important;
  background: transparent;
  color: #d21f24;
  transition: 0.6s;
}
.btn-general:hover {
  border: #194f9d 2px solid !important;
  background: #194f9d;
  color: rgb(248, 249, 250) !important;
  transition: 0.6s;
}

.btn-general.show:focus:hover,
.btn-general:focus:hover{
  color: rgb(248, 249, 250) !important;
}

.btn-nav {
  border: #194f9d 2px solid !important;
  background: transparent;
  color: #194f9d;
  transition: 0.6s;
}
.btn-nav:hover {
  border: #194f9d 2px solid !important;
  background: #194f9d;
  color: rgb(248, 249, 250) !important;
  transition: 0.6s;
}

.btn-nav.show:focus:hover,
.btn-nav:focus:hover{
  color: rgb(248, 249, 250) !important;
}

.btn-droplist {
  border: #fff 2px solid !important;
  background: transparent;
  color: #fff;
  transition: 0.6s;
}
.btn-droplist:hover {
  border: #194f9d 2px solid !important;
  background: #194f9d;
  color: rgb(248, 249, 250) !important;
  transition: 0.6s;
}

.btn-droplist:focus,
.btn-droplist.show:focus{
  color: #194f9d !important;
}

.btn-droplist.show:focus:hover,
.btn-droplist:focus:hover{
  color: rgb(248, 249, 250) !important;
}

.btn-check-custom:checked+.btn{
  border: #194f9d 2px solid !important;
  background-color: #194f9d !important;
  color: rgb(248, 249, 250) !important;

}
.nav-menu li a {
  color: #fff !important;
  transition: 0.6s;
}
.nav-menu li a:hover {
  color: #d21f24 !important;
}
/* END NAVIGATION BAR */

/* TEXT */
.text-style,
.text-style li {
  font-size: 16px !important;
  font-weight: 500 !important;
  font-family: 'Lexend Deca', sans-serif !important;
}
.text-mod {
  color: #194f9d;
}
.text-mod-2 {
  color: #d21f24;
}
.text-main {
  color: #194f9d;
}
.text-main-bg {
  background-color: #194f9d;
}
.text-sub {
  color: rgb(248, 249, 250);
}
.text-netral {
  color: #2d3047;
}
/* END TEXT */

/* SLIDER IMAGE PAGE */
.slider-cover {
  max-width: 1200px;
}

.frame {
  width: 100%;
  max-height: 50vh;
  background-size: cover;
  overflow: hidden;
}

.show img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* END SLIDER IMAGE PAGE */

/* TESTIMONI PAGE */
.review-card {
  height: 230px !important;
}
.review-card .card-body {
  align-content: center;
}
.review-card .card-body figure {
  margin: 0 !important;
}
.review-card .card-body figure figcaption {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
/* END TESTIMONI PAGE */

/*BUTTON, INPUT AND FORM*/
.btn-submit {
  border: #194f9d 4px solid !important;
  background: transparent;
  color: #194f9d;
  font-weight: 700;
  transition: 0.6s;
}
.btn-submit:hover {
  border: #194f9d 4px solid !important;
  background: #194f9d;
  color: rgb(248, 249, 250);
  transition: 0.6s;
}
button:disabled,
button[disabled]{
  border: 4px solid #cccccc !important;
  background: #cccccc !important;
  color: #666666;
}

.btn-cancel {
  border: #d21f24 4px solid !important;
  background: transparent;
  color: #d21f24;
  font-weight: 700;
  transition: 0.6s;
}

.btn-cancel:hover {
  border: #d21f24 4px solid !important;
  background: #d21f24;
  color: rgb(248, 249, 250);
  transition: 0.6s;
}

.btn-dtl {
  background-color: #d21f24;
  border: none;
  color: rgb(248, 249, 250);
}
.btn-dtl:hover {
  background-color: #d38d94;
  border: none;
  color: rgb(248, 249, 250);
}
.btn-tabs {
  border: none;
  width: 97%;
}

.input-box {
  font-size: 14px;
}
/*END INPUT AND FORM*/

/* CUSTOM CONTAINER */
.content-board {
  background-size: cover;
  background-color: #edf4fd;
}

.content-board-plain {
  background-size: cover;
}
/* END CUSTOM CONTAINER */

/* OWL CAROUSEL CUSTOM STYLE */
.owl-theme .owl-dots .owl-dot.active span {
  background: #194f9d !important;
}

#review .owl-nav button.owl-next{
  font-size: 50px;
  position: absolute;
  color: #869791;
  width: 0;
  height: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-right: -5px;
  margin-top: 100px;
}

#review .owl-nav button.owl-next:hover{
  color: #194f9d !important
}

#review .owl-nav button.owl-prev:hover{
  color: #194f9d !important
}

#review .owl-nav button.owl-prev{
  font-size: 50px;
  position: absolute;
  color: #869791;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin-left: -20px;
  margin-top: 100px;
}
/* END OWL CAROUSEL CUSTOM STYLE */

/* MENU JENIS ASURANSI KENDARAAN */
.main-menu {
  background-color: #fdfffc;
  transition: 0.6s;
}

.main-menu:hover {
  background-color: #194f9d;
}

.main-menu a:hover {
  color: rgb(248, 249, 250);
}

.main-menu img {
  width: 100px;
}
.main-menu a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  color: #194f9d;
}
.main-menu-background {
  background-color: #fdfffc;
}
/* END MENU JENIS ASURANSI KENDARAAN */

/* NEWS */
.news-frame {
  width: 100%;
  max-height: 50vh;
  background-size: cover;
  overflow: hidden;
}

.news-frame img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.news-desc {
  font-size: 16px;
}
/* END NEWS */

/* FOOTER */
footer {
  background-color: #162d48;
  color: rgb(248, 249, 250);
  min-height: 40vh;
}
footer p {
  font-size: 14px;
}
.foot i {
  font-size: 30px;
  color: #2176ff;
  transition: 0.6s;
}
.foot i:hover {
  color: #33a1fd;
  transition: 0.6s;
}
/* END FOOTER */

/* STICKY BOARD */
.bd-example-modal-lg .modal-dialog {
  display: table;
  position: relative;
  margin: 0 auto;
  top: calc(50% - 24px);
}

.bd-example-modal-lg .modal-dialog .modal-content {
  background-color: transparent;
  border: none;
}

div.sticky {
  position: -webkit-sticky;
  position: sticky;
  bottom: 10px;
  background-color: white;
  z-index: 1000;
}
/* END STICKY BOARD */

@media (max-width: 992px) {
  .nav-main {
    /* background: #253e8e; */
    /* background: #42378c; */
    height: auto;
  }

  .nav-hover {
    /* background-color: #e87722; */
    background-color: #d95204;
    color: rgb(248, 249, 250);
  }

  .frame {
    width: 100%;
    max-height: 60vh;
    background-size: cover;
    overflow: hidden;
  }
}

@media (max-width: 576px) {
  body {
    font-size: 14px;
  }

  /* SLIDER IMAGE */
  /* .slider-cover{
    max-width:none;
  } */
  /* END SLIDER IMAGA */

  .main-menu img {
    width: 70px;
  }

  .icon img {
    width: 70px;
  }

  .btn-tabs {
    font-size: 12px;
  }
}

/* MENU CARI */
.select-select2 + .select2-container .select2-selection {
  border-radius: 50rem !important;
}
/* END MENU CARI */

@media (max-width: 385px) {
  footer p {
    font-size: 12px;
  }
}
