/*
$main_red: #841F27;
*/
.rotate-90 {
  transform: rotate(90deg);
}
#logoDiv .close {
  font-size: 2rem;
  float: right;
  margin-right: 2rem;
}
body {
  /*
    font-family: Cabin;
    */
  /* home */
  /*signin*/
}
body .main-title {
  background: #A7222D;
  font-style: italic;
  font-weight: bold;
  font-size: 65px;
  line-height: 87px;
  color: white;
  padding: 5px;
  padding-left: 325px;
  margin: 50px 0px;
  padding-right: 2rem;
}
body #layout-content {
  min-height: calc(100vh - 113px - 388px);
}
body .payment-details {
  font-size: 1rem;
  color: #6B6B6B;
  padding: 1rem;
}
body #nav .top {
  background-color: #A7222D;
  color: white;
  font-size: 14px;
  /*font-family: Roboto;*/
  font-weight: 500;
}
body #nav #navbarSupportedContent {
  margin-top: auto;
}
body #nav #navbarSupportedContent .nav-item {
  color: #3C3C3C;
  margin: 0px 20px;
}
body #mobile-nav {
  filter: drop-shadow(0px -3px 9px rgba(0, 0, 0, 0.25));
  background-color: white;
}
body #mobile-nav .top {
  background-color: #A7222D;
}
body #mobile-nav .image img {
  width: 100px;
}
body #exampleModal {
  color: #888888;
}
body #exampleModal .modal-fullscreen {
  width: 50vw;
}
body #exampleModal .modal-header {
  background-color: #A7222D;
  color: white;
}
body #exampleModal .modal-header svg {
  color: white;
}
body #exampleModal .text {
  font-size: 22px;
}
body #exampleModal .text div {
  margin: 0px 0px 25px 0px;
}
body #exampleModal .text div a {
  text-transform: uppercase;
  color: #888888;
}
body #exampleModal .translate {
  color: #88888888;
}
body #exampleModal .translate a {
  color: #88888888;
}
body #exampleModal .translate a.active {
  color: #888888;
}
body #home .title {
  font-weight: bold;
  font-size: 46px;
  color: #A7222D;
}
@media screen and (max-width: 768px) {
  body #home .title {
    font-size: 4.5vw;
  }
}
body #home .nav-tabs {
  border-bottom: 0px;
}
body #home .nav-tabs .nav-link {
  color: #888888;
  border: 0px solid transparent;
}
body #home .nav-tabs .nav-link:hover {
  border: 0px solid transparent;
}
body #home .nav-tabs .nav-link.active {
  color: #A7222D;
  border: 0px solid transparent;
  border-bottom: 4px solid #A7222D;
}
body #home #nav-renew .nav-tabs .nav-link {
  color: #888888;
  border: 0px solid transparent;
  border-bottom: 1px solid #888888;
}
body #home #nav-renew .nav-tabs .nav-link.active {
  color: #A7222D;
  background-color: transparent;
}
body #home #nav-renew #nav-registration {
  color: #A7222D;
}
@media screen and (max-width: 768px) {
  body #home #nav-renew #nav-registration .label {
    color: gray;
    margin-top: 1em;
  }
}
body #home #nav-renew #nav-registration .form-btn {
  background-color: #F69841;
  border-radius: 4px;
}
body #home #nav-renew #nav-registration .form-btn .text-1 {
  font-size: 14px;
}
body #home #nav-renew #nav-registration .form-btn .text-2 {
  font-weight: bold;
  font-size: 36px;
}
body #home #nav-renew #nav-registration .form-btn .text-3 {
  font-weight: bold;
  font-size: 18px;
}
body #home #nav-renew #nav-registration .learn-more-btn {
  white-space: nowrap;
  color: #A7222D;
}
body #home #nav-renew #nav-registration select {
  color: #A7222D;
}
body #home #nav-renew #nav-registration input {
  color: #A7222D;
}
body #home #nav-renew #nav-registration .btn-check:checked + .btn-secondary {
  background-color: #A7222D;
}
body #home #nav-renew #nav-registration .btn-secondary:hover {
  background-color: #A7222D;
}
body #home #nav-renew #nav-registration .disclaimer {
  color: #888888;
}
body #home .promotion-carousel .item {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 700px;
}
body #home .promotion-carousel .item .promotion-title {
  color: white;
  font-size: 36px;
  font-weight: bold;
  height: 3em;
  max-width: 10em;
}
body #home .promotion-carousel .owl-dots {
  position: relative;
  top: -7em;
  left: -2em;
  float: right;
}
body #home .promotion-carousel .owl-dots .owl-dot:hover span, body #home .promotion-carousel .owl-dots .owl-dot.active span {
  background: #F69841;
}
body #home .promotion-carousel .owl-dots .owl-dot span {
  margin: 2px 2px;
}
body #sign_in {
  background-color: #EAEAEA;
}
body #sign_in .col-md-5 {
  box-shadow: 30px 35px 0px #A7222D;
}
body #sign_in .welcome {
  position: relative;
  right: 2em;
  top: 2em;
  font-size: 64px;
}
body #sign_in .welcome .text {
  mix-blend-mode: darken;
  /*
                background-color: #000;
                */
  color: #fff;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  font-size: 64px;
  padding: 0px 30px;
  background-color: #A7222D;
}
body #sign_in .signin-container {
  padding: 70px;
  background-color: white;
  height: 70%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body #sign_in .signin-container {
    height: auto;
    margin-top: 6em;
    padding: 23px;
  }
}
body #sign_in .nav-tabs {
  border-bottom: 0px;
}
body #sign_in .nav-tabs .nav-link {
  border: 0px;
}
body #sign_in .nav-tabs .nav-link.active {
  border: 0px;
}
body #sign_in .nav-tabs .nav-link:focus, body #sign_in .nav-tabs .nav-link:hover {
  border: 0px;
}
body #sign_in .tab {
  font-style: italic;
  font-weight: bold;
  font-size: 48px;
  color: #D3D3D3;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  body #sign_in .tab {
    font-size: 35px;
  }
}
body #sign_in .tab.active {
  color: #FFA24C;
}
body #sign_in .col-form-label {
  color: #A7222D;
  font-weight: 500;
  font-size: 18px;
}
body #sign_in a {
  color: #888888;
}
body #sign_in .login-button {
  width: 100%;
  background-color: #F69841;
  color: white;
  font-size: 24px;
}
body #services .nav-tabs {
  border-bottom: 0px;
}
body #services .nav-tabs .nav-link {
  color: #888888;
  border: 0px solid transparent;
  font-weight: 500;
}
body #services .nav-tabs .nav-link:hover {
  border: 0px solid transparent;
}
body #services .nav-tabs .nav-link.active {
  color: #A7222D;
  border: 0px solid transparent;
}
body #services .carousel-title {
  font-weight: 500;
  font-size: 48px;
  line-height: 58px;
  color: #A7222D;
}
body #services .carousel-btn {
  background-color: #F69841;
  color: white;
}
body #services .content-carousel {
  color: #A7222D;
}
body #services .subtitle {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
body #services .subtitle .content-subtitle {
  font-weight: 500;
  font-size: 18px;
  color: #888888;
}
body #services .procedure-container .row .col-md-3 {
  min-height: 550px;
}
body #services .procedure-container .row .col-md-3 .procedure-title {
  font-weight: bold;
  font-size: 28px;
  margin-top: 30px;
  margin-bottom: 30px;
  height: 5em;
}
body #services .procedure-container .row .col-md-3:nth-child(2n+1) {
  background-color: #EAEAEA;
  color: #6B6B6B;
}
body #services .procedure-container .row .col-md-3:nth-child(2n) {
  color: #A7222D;
}
body #services .faq-container .flex-column {
  margin: 75px 0px;
}
body #services .faq-container .icon-faq {
  font-size: 48px;
  background-color: #A7222D;
  height: 1.5em;
  width: 1.5em;
  transform: rotate(45deg);
}
body #services .faq-container .icon-faq .text-icon-faq {
  color: white;
  font-weight: 500;
  transform: rotate(-45deg);
  width: 40px;
}
body #services .faq-container .question-faq {
  font-weight: 500;
  font-size: 24px;
  color: #A7222D;
}
body #services .faq-container .content-faq {
  color: #A7222D;
  font-size: 14px;
  max-width: 500px;
}
body #services .faq-container .question-line {
  width: 343px;
  border: 1px solid #888888;
}
body #faq {
  /*.faq-type:nth-child(n){
             background-color: $light_grey;
             transform: rotate(3deg);
             width: 104%;
             margin-left: -2%;
             margin-bottom: 100px;
             margin-top: 100px;
             .container{
                    transform: rotate(-3deg);
                    padding-bottom: calc(100vw * 0.05);
             }
            
        }
        
        .faq-type:nth-child(3n+1){
             background-color: transparent;
             transform: rotate(3deg);
             width: 104%;
             margin-left: -2%;
             margin-bottom: 100px;
             margin-top: 100px;
             .container{
                    transform: rotate(-3deg);
                    padding-bottom: calc(100vw * 0.05);
             }
            
        }
        
        .faq-type:nth-child(3n+2){
             background-color: $light_grey;
             transform: rotate(-3deg);
             width: 104%;
             margin-left: -2%;
             margin-bottom: 100px;
             margin-top: 100px;
             .container{
                    transform: rotate(3deg);
                    padding-bottom: calc(100vw * 0.05);
             }
            
        }*/
}
body #faq .subtitle {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
body #faq .subtitle .content-subtitle {
  font-weight: 500;
  font-size: 18px;
  color: #888888;
}
body #faq .title {
  font-weight: 500;
  font-size: 36px;
  color: #A7222D;
  padding: 30px 0px;
}
body #faq .qeustion {
  color: #A7222D;
  font-size: 24px;
}
body #faq .answer {
  font-size: 14px;
  color: #888888;
}
body #contactus .detail-container {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  background-color: white;
}
body #contactus .title {
  font-weight: bold;
  font-size: 48px;
  color: #A7222D;
}
body #contactus .sub-title {
  color: #A7222D;
  font-weight: bold;
  font-size: 24px;
}
body #contactus .sub-content {
  color: #A7222D;
  font-size: 18px;
}
body #contactus .gray-background {
  width: 100%;
  height: 300px;
  background-color: #EAEAEA;
  margin-top: -575px;
  margin-bottom: 425px;
}
body #contactus .contactus-title {
  font-weight: bold;
  font-size: 48px;
  color: #A7222D;
}
body #contactus .contactus-line {
  width: 343px;
  border: 1px solid #888888;
}
body #contactus .contactus-send {
  font-size: 24px;
  color: #F69841;
}
body #contactus .form-label {
  color: #A7222D;
  font-size: 18px;
  font-family: Cabin;
}
body #contactus .form-control {
  border: 0px;
  border-radius: 0px;
  border-bottom: 1px solid #A7222D;
  background-color: transparent;
  color: #A7222D;
}
body #contactus .btn-contactus {
  background-color: #F69841;
  color: white;
  text-align: center;
  padding: 15px 100px;
}
body #contactus form {
  background: #EAEAEA;
  border-radius: 8px;
  padding: 50px 100px;
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
body #firm .main-shadow {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 2;
  position: relative;
}
body #firm .nav-tabs {
  border-bottom: 0px;
}
body #firm .nav-tabs .nav-link {
  color: #888888;
  border: 0px solid transparent;
  border-radius: 0px;
}
body #firm .nav-tabs .nav-link:hover {
  border: 0px solid transparent;
}
body #firm .nav-tabs .nav-link.active {
  color: white;
  border: 0px solid transparent;
  background-color: #A7222D;
}
body #firm #nav-profile .title {
  font-weight: bold;
  font-size: 24px;
  color: #A7222D;
  padding-right: 2rem;
}
body #firm #nav-profile .content {
  color: #6B6B6B;
  font-size: 18px;
}
body #firm #nav-profile .image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body #footer {
  font-weight: 300;
  color: #A7222D;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  background: white;
}
body #footer .detail {
  color: gray;
}
body #footer .detail a {
  color: #A7222D;
  text-decoration-line: none;
  margin: 0em 0.5em;
}
body #footer .detail .header {
  color: #6B6B6B;
  font-weight: bold;
}
body #footer .detail .content {
  font-weight: 300;
}
body #summary .edit-btn {
  background: #A7222D;
  border-radius: 4px;
  color: white;
  font-weight: 700;
  font-size: 18px;
  padding: 10px 25px;
  line-height: 22px;
}
body #summary .edit-btn svg {
  vertical-align: baseline;
  margin-right: 2px;
}
body #summary .mask {
  font-size: 18px;
  line-height: 22px;
  color: #6B6B6B;
}
body #summary .gray-background {
  background: #EAEAEA;
}
body #summary .number {
  padding: 15px 25px;
  margin-bottom: 30px;
}
body #summary .image {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 200px;
  min-width: 200px;
  padding: 6px;
  margin: 11px;
}
body #summary .dot {
  height: 12px;
  width: 12px;
}
body #summary .underline {
  border-bottom: 1px solid #888888;
  margin-bottom: 18px;
  margin-top: 18px;
}
body #summary #accordion .content {
  padding: 20px 25px;
  font-weight: 500;
  font-size: 18px;
  color: #6B6B6B;
  margin-bottom: 44px;
}
body #summary #accordion .class-name {
  font-size: 18px;
  color: #6B6B6B;
}
body #summary #accordion .title {
  font-size: 18px;
  color: #6B6B6B;
  min-height: 50px;
}
body #summary #accordion .title .col-3 {
  min-height: 70px;
}
body #summary #accordion .title .col-6 {
  min-height: 70px;
}
body #summary #accordion .title .col-9 {
  min-height: 70px;
}
body #summary #accordion .detail {
  font-weight: 500;
  font-size: 18px;
  color: #6B6B6B;
  min-height: 50px;
}
body #summary #accordion .white-gap {
  background: white;
  height: 15px;
  width: calc(100% + 3rem + 3rem);
  margin-left: -3rem;
  margin-bottom: 15px;
}
body #summary .account {
  font-style: italic;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #6B6B6B;
  height: 68px;
  width: 1500px;
  background: #EAEAEA;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-top: 37px;
  margin-bottom: 37px;
}
body #summary .account .login {
  font-style: italic;
  font-weight: 700;
  font-size: 18px;
  color: #A7222D;
}
body #summary .btn-pay {
  font-size: 18px;
  color: #FFFFFF;
  background: #F69841;
  height: 68px;
  width: 1500px;
  margin-bottom: 120px;
}
body #payment .gray-background {
  background: #EAEAEA;
}
body #payment .accordion-button svg {
  margin-right: 10px;
}
body #payment .accordion-button svg path {
  fill: white;
}
body #payment .accordion-button.collapsed svg path {
  fill: #A7222D;
}
body #payment .btn-submit {
  font-size: 18px;
  color: #FFFFFF;
  background: #F69841;
  height: 49px;
  width: 1500px;
  margin-top: 75px;
  margin-bottom: 136px;
}
body #booking .btn-submit {
  font-size: 18px;
  color: #FFFFFF;
  background: #F69841;
  height: 49px;
  width: 1500px;
  margin-top: 75px;
  margin-bottom: 136px;
}
@media (max-width: 768px) {
  body .main-title {
    line-height: 30px;
    margin-left: 0px;
    font-size: 36px;
    padding: 10px;
    margin: 30px 0px;
  }
  body #faq {
    /*
            .main-title{
                line-height: 30px;
                margin-left: 0px;
                font-size: 36px;
                padding: 10px;
                margin: 30px 0px;
            }
            */
  }
  body #contactus {
    /*
            .main-title{
                line-height: 30px;
                margin-left: 0px;
                font-size: 36px;
                padding: 10px;
                margin: 30px 0px;
            }
            */
  }
  body #contactus .title {
    font-size: 24px;
    text-align: center;
  }
  body #contactus form {
    padding: 40px 30px;
  }
  body #contactus .sub-title {
    font-size: 14px;
  }
  body #contactus .sub-content {
    font-size: 10px;
  }
  body #contactus .gray-background {
    margin-top: -425px;
    margin-bottom: 270px;
  }
  body #firm {
    /*
            .main-title{
                line-height: 30px;
                margin-left: 0px;
                font-size: 36px;
                padding: 10px;
                margin: 30px 0px;
            }
            */
  }
  body #summary {
    /*
            .main-title{
                line-height: 30px;
                margin-left: 0px;
                font-size: 36px;
                padding: 10px;
                margin: 30px 0px;
            }
            */
  }
  body #payment {
    /*
            .main-title{
                line-height: 30px;
                margin-left: 0px;
                font-size: 36px;
                padding: 10px;
                margin: 30px 0px;
            }
            */
  }
}
h2 {
  color: #A7222D;
  font-size: 24px;
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: 700;
}
.number-snippet .input-group-text {
  padding: 0px;
  background-color: white;
}
.number-snippet .btn-number {
  color: #A7222D;
  font-weight: bold;
}
.summary-block .title {
  width: 100%;
  color: #A7222D;
  font-size: 1.5em;
  padding: 5px;
  text-align: center;
  box-shadow: 0px 0px 2px 2px #EAEAEA;
  padding-right: 2rem;
  z-index: 3;
}
.summary-block .content {
  background-color: #6B6B6B;
  color: white;
  z-index: -1;
  padding-bottom: 10px;
}
.summary-block table {
  width: 100%;
}
.summary-block table tr.sub-title, .summary-block table tr.total {
  background-color: #F69841;
}
.summary-block table tr.sub-title ~ .sub-title td, .summary-block table tr.total ~ .sub-title td {
  margin-top: 0px;
}
.summary-block table tr.sub-title td, .summary-block table tr.total td {
  padding: 0.5rem 0;
}
.summary-block table tr.total td {
  font-size: 1.2rem;
  font-weight: bold;
}
.summary-block table tr td:first-child {
  padding-left: 30px;
}
.summary-block table tr td:last-child {
  padding-right: 30px;
}
.summary-block .underline {
  text-decoration: underline;
}
.summary-block .pad-right {
  padding-left: 30px;
}
.summary-block .right {
  text-align: right;
}
.summary-block .bold {
  font-weight: 600;
}
label {
  color: #A7222D;
}
.label {
  color: #A7222D;
}
.btn-white {
  background-color: white;
  color: #A7222D;
  flex: 1;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.pricing-block {
  width: 100%;
  height: 100%;
  display: flex;
  background-color: #F69841;
  color: white;
  display: flex;
  flex-direction: column;
}
.pricing-block .price {
  padding: 1em;
  flex: 1;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.pricing-block .amount {
  font-size: 32px;
}
.accordion-item {
  border: 0px;
}
.accordion-body {
  padding: 0px;
}
.question-group {
  padding: 1rem 1.25rem;
  background-color: #EAEAEA;
  margin-bottom: 10px;
}
.question-group .question {
  display: flex;
  flex-direction: row;
}
.question-group .question .q-title {
  flex: 1;
}
.question-group .question .form-switch label {
  width: 5.5em;
}
.question-group .question .form-switch label ~ label {
  width: fit-content;
}
.question-group .question .form-switch .form-check-input {
  width: 2.5em;
  font-size: 1.5em;
  margin-top: 0;
  float: unset;
  margin-right: 5px;
}
.bi.bi-question-circle {
  color: #F69841;
  margin-left: 10px;
  cursor: pointer;
}
.accordion-button {
  color: #A7222D;
  font-weight: semi-bold;
}
.class-item {
  background-color: #EAEAEA;
  padding: 8px 20px;
  margin-bottom: 3px;
}
.btn-main {
  background-color: #F69841;
  color: white;
}
.dropzone_title {
  padding-left: 1em;
  padding-top: 1em;
}
.dz-next {
  background: white;
  pointer-events: all;
  cursor: pointer;
}
.dz-thumb {
  background: white;
  min-width: 200px;
  min-height: 200px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-red {
  background-color: #A7222D;
  color: white;
}
.btn-inline-block {
  padding: 0px calc(var(--bs-gutter-x) * .5);
}
.btn-inline-block > div {
  padding: 0px;
}
.modal .tab-pane, .modal .nav-link.active {
  background: #EAEAEA;
}
.modal .nav-tabs .nav-item.show .nav-link, .modal .nav-tabs .nav-link.active {
  border: unset;
}
.modal .nav-tabs {
  margin-bottom: -2px;
}
.form-check-input:checked {
  background-color: #A7222D;
  border-color: #A7222D;
}
.accordion-button:not(.collapsed) {
  background-color: #A7222D;
  color: white;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.title {
  font-size: 20px;
  color: #A7222D;
}
.file_upload {
  min-height: 250px;
  background-color: #EAEAEA;
}
*::-webkit-scrollbar {
  width: 10px;
}
*::-webkit-scrollbar-track {
  background-color: #EAEAEA;
  border-radius: 100px;
}
*::-webkit-scrollbar-thumb {
  border-radius: 100px;
  border: 6px solid rgba(0, 0, 0, 0.18);
  border-left: 0;
  border-right: 0;
  background-color: #A7222D;
}
.btn-secondary {
  width: 145px;
}
.btn-secondary.active, .btn-secondary:hover {
  background-color: #A7222D;
  border-color: #A7222D;
}
.btn-check:checked + .btn-secondary {
  background-color: #A7222D;
  border-color: #A7222D;
}
.btn-check:focus + .btn-secondary.active, .btn-secondary.active:focus {
  background-color: #A7222D;
  border-color: #A7222D;
  box-shadow: 0 0 0 0.25rem #841F277F;
}
input[type="radio"] ~ label {
  color: #212529;
}
.note {
  color: #3D9BE9;
  font-style: italic;
  font-size: 14px;
}
/*
.nav-link{
    color:#841F27 !important;
}
*/
.bg-primary {
  background-color: #841F27 !important;
}
.post-item {
  border: 1px solid #eee;
}
.post-item .post-title {
  font-size: 1.5rem;
  font-weight: 600;
}
.post-item .post-title a {
  color: black;
  text-decoration: none;
}
/*Contact*/
.contact-info {
  color: #333;
  font-size: 1rem;
  font-weight: 600;
}
/* Modal */
.help-circle {
  display: inline-block;
}
.modal-body {
  color: #6B6B6B;
}
.breadcrumb a {
  color: #A7222D;
  list-style: none;
  font-weight: 600;
  text-decoration: none;
}
.detail-container {
  color: #text_gray;
}
#contact-form .form-group {
  margin-top: 2rem;
  color: #text_gray;
}
.hover-red:hover {
  color: #A7222D;
}
.nav-pills .nav-link {
  color: #A7222D;
}
.nav-pills .nav-link.active {
  color: #fff;
  border-radius: 0px;
  background-color: #A7222D;
}
