/*
*   Designed by Kyree_henry
*   Mon 22 March, 2021
*   For NOA Website
*/

.hide{
    display: none;
}

  .modal-body-pro.social-login-modal-body-pro {
      padding-left: 20px;
      padding-right: 20px;
  }

  .modal-body-pro {
      padding: 0 60px 30px;
  }

  .modal-body-pro .registration-social-login-container {
      /* width: calc(100% - 240px); */
      width: auto;
      padding-right: 20px;
  }

  .d-flex{
      display: flex !important;
  }
  .modal-header-pro {
      padding-bottom: 10px;
      /* text-align: center; */
      width: -webkit-fill-available;
  }

  .modal-header-pro h2 {
      font-size: 26px;
      margin-bottom: 12px;
  }

  .modal-header-pro h6 {
      font-size: 16px;
      font-weight: 400;
      color: rgba(0, 0, 0, .5);
      margin-bottom: 15px;
  }

  .registration-social-login-container {
      border-right: 1px solid #e4e4e4;
      width: calc(100% - 270px);
      float: left;
      position: relative;
      margin-bottom: 0;
      padding-right: 20px;
  }

  .modal-body-pro .registration-social-login-or {
      padding: 9px 0 12px;
      font-size: 14px;
  }

  .registration-social-login-or {
      position: absolute;
      top: 0;
      right: -22px;
      padding: 15px 0 12px;
      width: 40px;
      background: #fff;
      text-align: center;
      font-weight: 700;
  }

  .youtube {
      width: 620px;
      height: 315px;
  }

  .modal-body-pro .registration-social-login-options {
      padding: 15px 20px 20px 40px;
      width: 240px;
      float: right;
  }

  .registration-social-login-options {
      padding: 20px 20px 20px 40px;
      width: 270px;
      float: right;
  }

  @media(max-width: 706px) {
      .youtube {
          width: 420px !important;
      }
  }

  @media(max-width: 508px) {
      .youtube {
          width: 320px !important;
      }
  }

  @media(max-width: 410px) {
      .youtube {
          width: 240px !important;
      }
  }
 
 .notification-indicator {
      position: absolute;
      top: 12px;
      right: 30px;
  }

  .notification-indicator {
      display: block;
      width: 7px;
      height: 7px;
      border-radius: 100%;
      z-index: 0;
  }

  .notification-indicator.notification-indicator-ripple:before {
      content: "";
      display: block;
      width: 26px;
      height: 26px;
      z-index: -1;
      position: absolute;
      top: -9px;
      left: -9px;
      border-radius: 100%;
      opacity: 0;
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      mix-blend-mode: screen;
      -webkit-animation: ripple 1.2s ease-out;
      animation: ripple 1.2s ease-out;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite
  }

  .notification-indicator-primary {
      background: #696ffb;
  }

  .notification-indicator-primary:before {
      content: "";
      background: rgba(105, 111, 251, .5)
  }

  .user-avatar-lg {
      width: 5rem;
      height: 5rem;
      font-size: 3rem;
  }

  .user-avatar {
      position: relative;
      margin-bottom: 0;
      display: inline-block;
      width: 4rem;
      height: 4rem;
      font-size: 2rem;
      vertical-align: middle;
      border-radius: 4rem;
  }

  .brand-ds {
      position: relative;
      margin-bottom: 0;
      display: inline-block;
      width: 4rem;
      height: 4rem;
      font-size: 2rem;
      vertical-align: middle;
      border-radius: 4rem;
  }

  .user-avatar audio,
  .user-avatar canvas,
  .user-avatar img,
  .user-avatar video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 4rem;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: top;
      object-position: top;
  }

  .avatar-badge.online {
      background-color: #00a28a;
  }

  .avatar-badge.idle {
      background-color: #ec935e;
  }

  .avatar-badge.busy {
      background-color: #ea6759;
  }

  .user-avatar-lg .avatar-badge {
      right: 2px;
  }

  .btn.btn-light-success {
      color: #1bc5bd;
      background-color: #c9f7f5;
      border-color: transparent;
  }

  .btn.btn-light-danger {
      color: #f64e60;
      background-color: #ffe2e5;
      border-color: transparent;
  }

  .avatar-badge {
      position: absolute;
      right: 1px;
      bottom: 0;
      display: block;
      width: 8px;
      height: 8px;
      line-height: 1;
      text-align: center;
      font-size: 8px;
      color: #fff;
      background-color: #a6abbd;
      border-radius: 8px;
      box-shadow: 0 0 0 2px #fff;
      z-index: 2;
  }

  .side-nav {
      width: 0;
      position: fixed;
      z-index: 1;
      left: 0;
      top: 0;
      height: 100%;
      overflow-x: hidden;
      overflow-y: visible;
      transition: 0.5s;
  }

  #main-ss {
      transition: margin-left 0.5s;
      padding: 20px;
      overflow: hidden;
      width: 100%;
  }

  .bar1,
  .bar2,
  .bar3 {
      width: 35px;
      height: 5px;
      background-color: #333;
      margin: 6px 0;
      transition: 0.4s;
  }

  .change .bar1 {
      -webkit-transform: rotate(-45deg) translate(-9px, 6px);
      transform: rotate(-45deg) translate(-9px, 6px);
  }

  .change .bar2 {
      opacity: 0;
  }

  .change .bar3 {
      -webkit-transform: rotate(45deg) translate(-8px, -8px);
      transform: rotate(45deg) translate(-8px, -8px);
  }

  .floating-btn {
      width: 50px;
      height: 50px;
      background: #957aca;
      text-decoration: none;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      color: #ffffff;
      font-size: 25px;
      box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  }

  .icon-rounded {
      font-size: 20px;
      height: 35px;
      width: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      text-decoration: none;
      margin: 5px 2px;
      border-radius: 50%;
  }

  .icon-rounded:hover {
      opacity: 0.7;
  }

  .icon-rounded-facebook {
      background: #3B5998;
      color: white;
  }

  .icon-rounded-twitter {
      background: #55ACEE;
      color: white;
  }


  .icon-rounded-google {
      background: #dd4b39;
      color: white;
  }

  .floating-btn-container {
      position: fixed;
      display: block;
      right: 40px;
      z-index: 1;
      bottom: 40px;
  }

  @media (min-width: 992px) {
      .floating-btn-container {
          display: none;
      }

      .side-nav {
          width: 0 !important;
      }

      #main-ss {
          margin-left: auto !important;
      }
  }

 

  ul.breadcrumb {
      padding: 10px 16px;
      list-style: none;
      background-color: #fff;
  }

  ul.breadcrumb li {
      display: inline;
      font-size: 14px;
  }

  ul.breadcrumb li+li:before {
      padding: 8px;
      color: #999;
      content: "\003E";
  }

  ul.breadcrumb li a {
      color: #666;
      text-decoration: none;
  }

  ul.breadcrumb li a:hover {
      color: #cc0b0b;
      text-decoration: underline;
  }
.lg-content-between-md-content-center{
    justify-content: center;
}
.fds{
    padding: 0 18px;
}
@media (min-width: 992px)
{ 
    .lg-content-between-md-content-center {
        justify-content: initial;
    }
    .fds{
        padding: 0;
    }
   
}
.pincode-input-container{
    display: flex;
}
.border-bottom-theme-color-2-2px {
    border-bottom: 2px solid #F2184F !important;
}
.font-raleway {
    font-family: 'Raleway', sans-serif;
}
ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
.styled-icons li {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
}
.icon-theme-colored.icon-dark a {
    background-color: #202C45;
    color: #fff;
}

.styled-icons.icon-sm a {
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin: 2px 7px 2px 0;
    width: 30px;
}

.styled-icons.icon-dark a {
    background-color: #333333;
    color: #eeeeee;
    display: block;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    width: 36px;
}
.text-theme-color-2 {
    color: #F2184F;
}
.line-bottom {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.line-bottom:after {
    bottom: -1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}

.reg-form-container {
    background: transparent;
    /* box-shadow: 0 0 35px rgb(0 0 0 / 40%); */
    /* padding: 0px 40px 0px 60px; */
    /* border-radius: 6px; */
    position: relative;
    /* min-height: 560px; */
    z-index: 10;
}
.reg-form-container::before {
    content: "";
    background: rgba(255, 255, 255, .1);
    width: 95%;
    height: 70%;
    border-radius: 6px;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -2;
}
.reg-form-container::after {
    content: "";
    background: rgba(255, 255, 255, .1);
    width: 90%;
    height: 65%;
    border-radius: 6px;
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.reg-form-container .reg-options::before {
    content: "";
    background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05));
    height: 70%;
    width: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateX(-100%) translateY(-50%);
    border-radius: 6px 0 0 6px;
    z-index: -1;
}
.reg-form-container .reg-options .nav-tabs {
   /* justify-content: center; */
    border: none;
}
.reg-form-container .nav-tabs>li {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
}
.reg-form-container .nav-tabs>li>a {
    background: transparent;
    color: #939598;
    padding: 5px 30px;
    /* min-width: 120px; */
    border-radius: 30px;
    /* font-size: 14px; */
    font-weight: 700;
    text-align: center;
    border: none;
}
.reg-form-container .nav-tabs>li::after {
    content: "";
    background: rgba(255, 255, 255, 0.1);
    height: 25px;
    width: 1px;
    position: absolute;
    right: -10px;
    top: 5px;
}

.reg-form-container .nav-tabs>li.active>a,
.reg-form-container .nav-tabs>li.active>a:focus,
.reg-form-container .nav-tabs>li.active>a:hover {
    background: transparent;
    /* color: #fff; */
    font-weight: 700;
    border: none;
}
.bg-theme-color-3{
    box-shadow: 0 0 35px rgb(0 0 0 / 40%);
    background: #957aca !important;
    opacity: 0.8;
    color: #fff;;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
    height: 100%;
}
.bg-theme-color-3 h2{
    opacity: 1 !important;
    color: #fff !important;
}
 .image-thumbnail-wrapper {
                                        display: flex;
                                        justify-content: center;
                                        align-items: center;
                                        text-align: center;
                                        padding: 15px 0;
                                    }

                                    .image-thumbnail {
                                        padding: .25rem;
                                        background-color: #fff;
                                        border: 1px solid #dee2e6;
                                        border-radius: .25rem;
                                        height: 120px;
                                        width: 120px;
                                    }

                                    .dsg {
                                        border: none;
                                        margin-bottom: 0;
                                    }

                                    .dsg h5 {
                                        font-size: 20px !important;
                                        background-color: #6E528A;
                                        width: 50%;
                                        padding: 10px;
                                        color: #fff;
                                        border-top-right-radius: 20px;
                                        margin-bottom: 10px !important
                                    }
                                    
                                    .hr-primary{
                                        border-top: 2px solid #6E528A
                                    }
                                     @media (max-width: 991px) {
     #main-navigation {*/
         display: none;*/
     }
   .image-thumbnail {
        height: 200px;
        width: 200px;
    }
    .dsg h5 {
        width: 100%;
    }
  }
.bg-theme-logo{
      box-shadow: 0 0 35px rgb(0 0 0 / 40%);
      background-repeat: no-repeat;
      background-position-x: center;
      height: 225px;
      background-image: url(../images/logo.png);
}

   .dufla {
                        background-color: #7E2A42;
                        color: #fff !important;
                        padding: 25px;
                        border-radius: 20px;
                    }

                    .dufla h4,
                    .dufla h5 {
                        color: #fff;
                    }

                    .dufla ul {
                        list-style: symbols;
                        padding-left: 25px;
                    }

                    .image-thumbnail-3 {
                        padding: .25rem;
                        background-color: #fff;
                        border: 1px solid #dee2e6;
                        border-radius: .25rem;
                        height: 140px;
                        width: 140px;
                    }

                    .image-thumbnail-4 {
                        padding: .25rem;
                        background-color: #fff;
                        border: 1px solid #dee2e6;
                        border-radius: .25rem;
                        height: 140px;
                        width: 140px;
                    }

                    .image-thumbnail-2 {
                        padding: .25rem;
                        background-color: #fff;
                        border: 1px solid #dee2e6;
                        height: 150px;
                        width: 150px;
                        border-radius: 50%;
                    }

                    @media(max-width:555px) {
                        .f3g2-34 {
                            text-align: center !important;
                        }
                        .dfee{
                            justify-content: center;
                        }
                         .image-thumbnail-3 {
                             height: 200px;
                             width: 200px;
                         }
                    }

                    @media (min-width: 1024px) {
                        .image-thumbnail-2 {
                            height: 200px !important;
                            width: 200px !important;
                        }
                    }