.newDsn {
  width: 20%;
}

@media (max-width: 768px) {
  .newDsn {
    width: 100%;
  }
}

/*Login css start*/
.login_bg{
  border: 1px solid #000;
  margin-top: 12px;
  border-radius: 10px;
  background: #002147
}

.login_logo{
  height: 120px;
  object-fit: contain;
  border: 3px solid #FFCC29;
  border-radius: 50%;
}

.login_h5{
  color: white;
  font-weight: bold;
  margin-left: 50px;
  margin-bottom: -20px
}

.containerss {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 50px;
}

.screen {       
  background: #FFCC29;       
  position: relative; 
  height: 600px;
  width: 560px;   
  box-shadow: 0px 0px 24px #FFCC29;
}

.screen__content {
  z-index: 1;
  position: relative; 
  height: 100%;
}

.screen__background {       
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);  
}

.screen__background__shape {
  transform: rotate(45deg);
  position: absolute;
}

.screen__background__shape1 {
  height: 520px;
  width: 520px;
  background: #002147;   
  top: -50px;
  right: 120px;   
  border-radius: 0 72px 0 0;
}

.screen__background__shape2 {
  height: 220px;
  width: 220px;
  background: #16753E;    
  top: -172px;
  right: 0;   
  border-radius: 32px;
}

.screen__background__shape3 {
  height: 540px;
  width: 190px;
  background: #16753E;
  top: -24px;
  right: 0;   
  border-radius: 32px;
}

.screen__background__shape4 {
  height: 400px;
  width: 200px;
  background: #16753E;    
  top: 420px;
  right: 50px;    
  border-radius: 60px;
}

.login {
  width: 350px;
  padding: 30px;
  padding-top: 26px;
}

.login__field {
  padding: 5px 0px;  
  position: relative; 
  color: red
}

.login__icon {
  position: relative;
  top: 33px;
  margin-left: 7px;
  color: #7875B5;
}

.login__input {
  border: none;
  border-bottom: 2px solid #D1D1D4;
  background: none;
  padding: 10px;
  padding-left: 24px;
  font-weight: 700;
  width: 100%;
  transition: .2s;
  color: #fff;
}

.login__input:active,
.login__input:focus,
.login__input:hover {
  outline: none;
  border-bottom-color: #6A679E;
}

.login__submit {
  background: #fff;
  font-size: 14px;
  margin-top: 30px;
  padding: 16px 20px;
  border-radius: 26px;
  border: 1px solid #D4D3E8;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  align-items: center;
  width: 100%;
  color: #4C489D;
  box-shadow: 0px 2px 2px #5C5696;
  cursor: pointer;
  transition: .2s;
}

.login__submit:active,
.login__submit:focus,
.login__submit:hover {
  border-color: #6A679E;
  outline: none;
}

.button__icon {
  font-size: 24px;
  margin-left: auto;
  color: #7875B5;
}

.social-login { 
  position: absolute;
  height: 140px;
  width: 160px;
  text-align: center;
  bottom: 0px;
  right: 0px;
  color: #fff;
}

.social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-login__icon {
  padding: 20px 10px;
  color: #fff;
  text-decoration: none;  
  text-shadow: 0px 0px 8px #7875B5;
}

.social-login__icon:hover {
  transform: scale(1.5);  
}

/*Login css end*/


/*Index css start*/

#ensign-nivoslider-3 {
   /* max-height: 490px;
    object-fit: cover;
    width: 100%;
    background-repeat: no-repeat;*/
  }
  .title-container h2{
    color: #fff;
    text-shadow: #002147 10px 0 10px;
    font-size: 16px;
  }

  .title1 h1{
    margin-top: 140px;
    color: #fff;
    text-shadow: #002147 10px 0 10px;
    font-size: 28px;
  }

  @media (max-width: 1199px) {
    .title1 h1 {
      margin-top: 70px;
      font-size: 14px;
    }
  }

  @media (max-width: 1199px) {
    .title-container h2 {
      font-size: 8px;
      margin-top: -10px;
    }
  }

  .featured-area h4 {
    text-align: center;
    color: #FFCC29;
    font-size: 32px;
  }

  @media (max-width: 1199px) {
    .featured-area h4 {
      font-size: 12px;
    }
  }


  .beneficiaries_clr{
    color: #fff;
    /*color: #FFCC29;*/
    font-size: 21px;
  }


  .wave{
    height: 50px;
    position: relative;
    background-color: #041c38;
    transform: rotate(180deg);
  }

  /* Wave text css */
  .wave {
    color:#fff;
    text-align:center;
    font-weight:bold;
    font-size:24px;
    padding-top:25px;
    padding-bottom:25px;

  }
  /* */


  .wave::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: repeat;
    height: 10px;
    background-size: 20px 20px;
    background-image:
    radial-gradient(circle at 10px -5px, transparent 12px, #fff 13px);
  }
  .wave::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: repeat;
    height: 15px;
    background-size: 40px 20px;
    background-image:
    radial-gradient(circle at 10px 15px, #fff 12px, transparent 13px);
  }


  .wave2{
    height: 50px;
    position: relative;
    background-color: #041c38;
  }

  /* Wave text css */
  .wave2 {
    color:#fff;
    text-align:center;
    font-weight:bold;
    font-size:24px;
    padding-top:25px;
    padding-bottom:25px;

  }
  /* */


  .wave2::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: repeat;
    height: 10px;
    background-size: 20px 20px;
    background-image:
    radial-gradient(circle at 10px -5px, transparent 12px, #fff 13px);
  }
  .wave2::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: repeat;
    height: 15px;
    background-size: 40px 20px;
    background-image:
    radial-gradient(circle at 10px 15px, #fff 12px, transparent 13px);
  }

  /*Index css End */

  /*Diary css Start*/
  .h2_heading{
   text-align: center;
   font-weight: bold;
   color: #002147;
 }
 .diary_bg{
  border: 2px solid #FFCC29; 
  background-color: #002147;
  padding: 20px 20px
}

.diary_search_btn{
  background: #FFCC29;
}
.faq_bg{
  border: 2px solid #FFCC29;
  background-color: #FFCC29;
}

.pricing {
  text-align: center;
  padding: 4rem;
  background-color: #eee;
}

.cardd {
  -moz-perspective: 300rem;
  perspective: 300rem;
  position: relative;
  height: 321px;
  border-radius: 10px;
  backface-visibility: hidden;
  border: 2px solid #FFCC29;
}

.cardd__side {
  border: 3px solid #002147;
  height: 317px;
  transition: all 1s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  backface-visibility: hidden;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15); }

  .cardd__side--front {
    background-color: #002147;
    border: 3px solid #002147;
  }

  .cardd__side--back {
    transform: rotateY(180deg); }

    .cardd__side--back-1 {
      background-color: #fff; }

      .cardd__side--back-2 {
        background-image: linear-gradient(to right bottom, #30e3ca, #11999e); }

        .cardd__side--back-3 {
          background-image: linear-gradient(to right bottom, #e84545, #903749); }

          .cardd:hover .cardd__side--front {
            transform: rotateY(-180deg); }

            .cardd:hover .cardd__side--back {
              transform: rotateY(0); }

              .cardd__pic {
                width: calc(100% - 2rem);
                height: 10rem;
                margin-bottom: 2rem;
                padding: 1rem;
                clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
                background-size: cover;
              }


              .cardd__heading {
                position: absolute;
                top: 8rem;
                color: #fff;
                width: 100%;
                font-size: 15px;
                line-height: 1.9;
                text-align: center;
                text-transform: uppercase;
              }

              .cardd__heading span {
                padding: .3rem ;
                box-decoration-break: clone;
              }

              .cardd__h-span-1 { 
                background-color: #FFCC29;
                border-radius: 5px; 
                text-transform: none;
                color: #002147
              }

              span.cardd__span-mountain {
                font-size: 1.2rem;
                padding: 0;
              }

              .cardd__details {
                color: #777;
                font-size: .9rem;
                margin-top: -5rem;
                padding-top: 6rem;
                padding-bottom: 1rem;
                background-color: #002147;
                height: 250px;
              }
              .cardd__details ul {
                width: 95%;
                padding: 10px;
                margin: auto;
                font-size: 13px;
                color: #fff;
                background-color: #002147;
              }

              .cardd__details li:not(:last-child) {
                margin-bottom: .5rem;
                padding-bottom: .5rem;
                border-bottom: 1px solid #fff;
                color: #fff;
                background-color: #002147;
              }

              .cardd__details ul li b {
                color: #FFCC29;
              }
              .cardd__side2-content {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
              }

              .cardd__price {
                color: #fff;
                font-size: .8rem;
                font-weight: 300;
                text-transform: uppercase;
                line-height: 2;
                margin-bottom: 4rem;
              }

              .cardd__price-value {
               font-size: 15px;
                font-weight: 300;
                line-height: 0.5;
                text-align: center;
                text-transform: none;
              }

              .cardd__price span {
                color: #FFCC29;
                font-weight: bold;
              }
                /*.btn {
                  display: inline-block;
                  font-size: 1rem;
                  text-transform: uppercase;
                  padding: .8rem 1.6rem;
                  border-radius: 2rem;
                  }*/
/*
                .btn:hover {
                  transform: translateY(-3px);
                  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
                }

                .btn:active,
                .btn:focus {
                  transform: translateY(0);
                }

                .btn--white {
                  background-color: #fff;
                  }*/

                  /*Diary css End*/


                  .banner_title_clr span{
                   font-size: 22px;
                   color: #FFCC29;
                 }

                 .ds_cardd_border{
                   border: 2px solid #FFCC29;
                   border-radius: 12px;
                 }

                 .ds_bg{
                   background: #002147;
                   color: #fff;
                   padding: 10px;
                   border-radius: 10px 0 0 10px;
                 }

                 .heading_dsgn{
                   color: #FFCC29;
                   font-size: 15px;
                   font-weight: bold;
                 }

                 .heading_dsgn2{
                   color: #fff;
                   font-size: 10px;
                   line-height: 22px;
                 }