a h1 h2 h3 h4 h5 h6 p q button div span li td th tr table ul ol {
    font-family: 'Raleway', sans-serif;
    color: #3f4f5e;
}
.alignSelfcenter{
    align-self: center !important;
}
     ul li {
         color: #3f4f5e;
     }
     .banner_bg_images {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 550px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        object-fit: cover;

    }


.font-bannerstyle {
    font-size: 47px;
    font-family: system-ui;
    color: rgb(255, 255, 255);
}

/* card icon side icon start */
.notifications-container {
    height: auto;
    font-size: 0.875rem;
    line-height: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .flex {
    display: flex !important
  }

  .flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .succes-svg {
    color: rgb(74 222 128);
    width: 1.25rem;
    height: 1.25rem;
  }

  .success-prompt-wrap {
    margin-left: 0.75rem;
  }

  .success-prompt-heading {
    font-weight: bold;
  }

  /* card icon side icon end */

.iconcardStyle{
    /* position: relative; */
     /* max-width: 550px; */
      margin: 0 auto;
     text-align: center;
}
.iconcardStyle .clidiv{
    margin-right: 10px;
     display: table-cell;
      width: 32px;
      line-height: 0;
}
.fontstyleDiv{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5rem
}
@media (min-width: 532px) {
    .mainbanerimages {
        height: 90vh;
        width: 100vw;
        margin: 0;
        padding: 0;
        object-fit: cover;
        object-position: 0%;
        overflow: hidden;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        transition: background-image 1s ease-in-out;
        background-attachment: fixed;
        /* opacity: 4; */
    }
    .divmainbanerimages{
        background-color: rgba(0, 0, 0, 0.6);
        height: 90vh;
        width: 100vw;
        z-index: 2;
    }
}
@media (max-width: 531px) {
    .mainbanerimages {
        height: 50vh;
        width: 100vw;
        margin: 0;
        padding: 0;
        object-fit: cover;
        overflow: hidden;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        transition: background-image 2s ease-in-out;
    }
   .divmainbanerimages{
        background-color: rgba(0, 0, 0, 0.6);
        height: 50vh;
        width: 100vw;
        z-index: 1;
    }
    .font-bannerstyle {
        font-size: 30px;
        font-family: system-ui;
        color: rgb(255, 255, 255);
    }
}
@media (min-width: 531px) {

    .custom-carousel-control-prev .custom-carousel-control-prev-icon{
      font-size:100px !important;
    }
    .custom-carousel-control-next .custom-carousel-control-next-icon{
      font-size:100px !important;
      margin-right: 10px !important;
    }
}
@media (max-width: 530px) {
    .custom-carousel-control-prev .custom-carousel-control-prev-icon{
      font-size:50px !important;
    }
    .custom-carousel-control-next .custom-carousel-control-next-icon{
      font-size:50px !important;
    }
}

.head-text {
    justify-content: center;
    display: flex;
    align-items: center;
}
.banner_center{
    align-self: center;
     justify-content: center;
     align-items: center;
     margin: auto;
}

.head-text h1 {
    font-size: 3rem;
    color: #fff;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/* footer buttom card style start hare  */
.card_section {
    position: relative;
    max-width: 550px;
    margin: 0 auto;
}

h1 h2 h3 h4 h5 h6 {
    padding-bottom: 10px;
    color: #333;
    font-weight: 500;
    line-height: 1em;
}



   /* Custom Carousel styles */
   .custom-carousel {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.custom-carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.custom-carousel-item {
    position: relative;
    display: none;
    width: 100%;
}

.custom-carousel-item.custom-active {
    display: block;
}

.custom-section-image {
    width: 100%;
    height: auto;
}

.custom-section-title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}

.custom-section-description {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.custom-carousel-control-prev,
.custom-carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    display: inline-block;
}

.custom-carousel-control-prev {
    left: 0;
}

.custom-carousel-control-next {
    right: 0;
}

.custom-carousel-control-prev-icon,
.custom-carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.custom-carousel-control-prev-icon {
    background-image: url('prev.png');
}

.custom-carousel-control-next-icon {
    background-image: url('next.png');
}

.custom-align-items-center {
    align-items: center !important;
}

/* Custom Carousel styles end */


/* video section style start hare   */

 /* max width 760px */
@media (max-width: 1200px) {
    .video-wrapper {
        width: 400px !important;
    height: 250px !important;
    float: inline-start;
    /* float: right !important; */
    border-radius: 10px !important;
    }

    .video-wrapper iframe {
        width: 100% !important;
        height: 100% !important;
        border-radius: 10px !important;
    }
    .video_discr{
        display: flex !important;
        justify-content: start !important;
        align-items: center !important;
        height: 250px !important;

    }


}
@media (max-width: 861px) {
    .video-wrapper {
        width: 350px !important;
    height: 220px !important;
    /* float: right !important;  */
    border-radius: 10px !important;
    }

    .video-wrapper iframe {
        width: 100% !important;
        height: 100% !important;
        border-radius: 10px !important;
    }
    .video_discr{
        display: flex !important;
        justify-content: start !important;
        align-items: center !important;
        height: 220px !important;
    }


}
@media (max-width: 771px) {
    .video-wrapper {
        width: 350px !important;
    height: 220px !important;
    float: none !important;
    border-radius: 10px !important;
    margin: auto;
    text-align: center;
    }

    .video-wrapper iframe {
        width: 100% !important;
        height: 100% !important;

        border-radius: 10px !important;
    }
    .video_discr{
        display: flex !important;
        justify-content: start !important;
        align-items: center !important;
        /* height: 220px !important; */
    }


}
@media (max-width: 460px) {
    .video-wrapper {
        width: 300px !important;
    height: 180px !important;
       /* justify-content: center !important; */
       margin: auto !important;
        border-radius: 10px !important;
    }

    .video-wrapper iframe {
        width: 100% !important;
        height: 100% !important;
        border-radius: 10px !important;
    }
    .video_discr{
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        margin-left: 2rem;
        margin-right: 2rem
    }


}
@media (max-width: 360px) {
    .video-wrapper {
        width: 300px !important;
    height: 150px !important;
       /* justify-content: center !important; */
       margin: auto !important;
        border-radius: 10px !important;
    }

    .video-wrapper iframe {
        width: 100% !important;
        height: 100% !important;
        border-radius: 10px !important;
    }
    .video_discr{
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }


}
@media (max-width: 330px) {
    .video-wrapper {
        width: 250px !important;
    height: 150px !important;
       /* justify-content: center !important; */
       margin: auto !important;
        border-radius: 10px !important;
    }

    .video-wrapper iframe {
        width: 100% !important;
        height: 100% !important;
        border-radius: 10px !important;
    }
    .video_discr{
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }


}
@media (min-width: 1201px) {
    .video-wrapper {
        width: 540px !important;
        height: 340px !important;
        float: right !important;
        border-radius: 10px !important;
    }

    .video-wrapper iframe {
        width: 100% !important;
        height: 100% !important;
        border-radius: 10px !important;
    }
    .video_discr{
        display: flex !important;
        justify-content: start !important;
        align-items: center !important;
        height: 340px !important;

    }
}
/* min max-width 1000px end hare  */
@media (max-width: 1000px) {
    .carosul-textfont{
     display: flex;
     justify-content: center;
     align-items: center;
     justify-content: center;
      height: auto;
      order: 2 !important;
    }
    .carosul-images{
        order: 1 !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .w-75-auto{
        width: 98% !important;
    }
    .carosul-images .img{
        /* display: none; */
        max-width: 200px;
         max-height: 350px;
         margin: auto;
         border-radius: 10px;
         max-block-size: -webkit-fill-available;
    }
    .icon-div a img{
        width: 100px;
        height: 30px;
         margin: auto;
    }
    .carosul-textfont .flex .font-heading-para{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        margin: auto;
    }
    .et_pb_slide_description {
        text-align: center;
    }


 }
@media (min-width: 1001px) {
   .d-lg-flex{
    display: flex !important;
   }
   .marginy-lg-3{
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;

   }
   .carosul-textfont{
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
     height: 55vh;
        order: 1 !important;
   }
   .w-75-auto{
    width: 75% !important;
    margin: auto;
}
.paddingleft-lg-2
{ margin-left: 2rem !important;
}}
.paddingleft-lg-1{
    margin-left: 1rem !important;
    }
.marginleft-lg-1{
    margin-left: 1rem !important;
    }
.marginleft-lg-2{
margin-left: 2rem !important;
}
    .carosul-images{
         order: 2 !important;
         display: flex;
         justify-content: center;
         align-items: center;
         justify-content: center;
          height: 54vh;
    }
    .carosul-images .img{
        max-width: 245px;
         max-height: 440px;
         border-radius: 10px;
         margin: auto;
         max-block-size: -webkit-fill-available;
    }
    .icon-div a img{
        width: 350px;
        height: 50px;
         margin: auto;
    }


/* Our Partners section  start hare */
.partner_row{
    margin: 0;
       display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.partner_card{
    position: relative;
     max-width: 550px;
      width: 100%;
      border: black 1.3px solid;
      color: #3f4f5e;
       padding: 20px;
       border-radius: 15px;
        height:100%;
        margin:0 auto;
    }
    .h-100{
        height: 100%;
    }

.float-right {
    float: right;
}
.float-left {
    float: left;
}
.clearfix {
    clear: both;
}

.w-100 {
    width: 100%;
}
.h-100 {
    height: 100%;
}
.from-control {
    border: 1px solid #000;
    border-radius: 0;
    padding: 10px;
    font-size: 16px;

    color: #000;
}

.borderx-0 {
    border-left: 0;
    border-right: 0;
}

.bordert-0 {
    border-top: 0;
}

.borderb-1 {
    border-bottom: 1px solid gray;
}

.question h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.pointer {
    cursor: pointer;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-center {
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
}

.questionfont {
    font-size: 16px;
    font-weight: 600;
    flex-grow: 1;
    margin-top: 1rem;
}

.questionpars {
    font-size: 27px;
    font-weight: 600;
    flex-grow: 1;
    text-align: center;
}

.questionh2 {
    font-size: 47px;
    font-weight: 800;
    /* flex-grow: 1; */
}


.font-16 {
    font-size: 16px;
}

.marginy-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.marginy-1 {
    margin-top: 10px;
    margin-bottom: 10px;

}

.marginy-2 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.marginy-3 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.marginy-4 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.marginy-5 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.marginy-6 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.marginx-0 {
    margin-left: 0;
    margin-right: 0;
}

.margin-0 {
    margin: 0;
}




/* show animation paragraph  zoom in*/
.p-animate-zoom {
    animation: animatezoom 0.6s ease-in-out 1s forwards;
    transform-origin: center;
    opacity: 0;
  }

  @keyframes animatezoom {
    from {
      transform: scale(0.5);
      opacity: 0;
    }
    to {
      transform: scale(1);
      opacity: 1;
    }
  }

  /* media query text and button display none  */
  /* max-width : 768px */
  @media (max-width: 768px) {
    .font-heading-para .custom-section-description{
        display: none !important;
    }
    .btnDisplayNone{
        display: none !important;
    }
  }
/* marign start hare */
.margin-auto {
    margin: auto;
}

.margin-0 {
    margin: 0rem;
}

.margin-1 {
    margin: 1rem;
}

.margin-2 {
    margin: 2rem;
}

.margin-3 {
    margin: 3rem;
}

.margin-4 {
    margin: 4rem;
}

.margin-5 {
    margin: 5rem;
}

.margin-6 {
    margin: 6rem;
}

/* margin end hare */
/* margin top buttom start hare */

.marginy-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.marginy-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
}

.marginy-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.marginy-2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.marginy-3 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.marginy-4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.marginy-5 {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.marginy-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

/* margin top buttom end hare */
/* margin left right start hare */

.marginx-auto {
    margin-left: auto;
    margin-right: auto;
}

.marginx-0 {
    margin-left: 0rem;
    margin-right: 0rem;
}

.marginx-1 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.marginx-2 {
    margin-left: 2rem;
    margin-right: 2rem;
}

.marginx-3 {
    margin-left: 3rem;
    margin-right: 3rem;
}

.marginx-4 {
    margin-left: 4rem;
    margin-right: 4rem;
}

.marginx-5 {
    margin-left: 5rem;
    margin-right: 5rem;
}

.marginx-6 {
    margin-left: 6rem;
    margin-right: 6rem;
}

/* margin left right end hare */
/* padding start hare */
.padding-auto {
    padding: auto;
}

.padding-0 {
    padding: 0rem;
}

.padding-1 {
    padding: 1rem;
}

.padding-2 {
    padding: 2rem;
}

.padding-3 {
    padding: 3rem;
}

.padding-4 {
    padding: 4rem;
}

.padding-5 {
    padding: 5rem;
}

.padding-6 {
    padding: 6rem;
}

/* padding end hare */
/* padding top buttom start hare */

.paddingy-auto {
    padding-top: auto;
    padding-bottom: auto;
}

.paddingy-0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.paddingy-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.paddingy-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.paddingy-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.paddingy-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.paddingy-5 {
    padding-top: 5rem;
    padding-bottom: 3rem;
}

.paddingy-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

/* padding top buttom end hare */
/* padding left right start hare */

.paddingx-auto {
    padding-left: auto;
    padding-right: auto;
}

.paddingx-0 {
    padding-left: 0rem;
    padding-right: 0rem;
}

.paddingx-1 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.paddingx-2 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.paddingx-3 {
    padding-left: 3rem;
    padding-right: 3rem;
}

.paddingx-4 {
    padding-left: 4rem;
    padding-right: 4rem;
}

.paddingx-5 {
    padding-left: 5rem;
    padding-right: 5rem;
}

.paddingx-6 {
    padding-left: 6rem;
    padding-right: 6rem;
}

/* padding left right end hare */

/* margin top start */
.margint-0 {
    margin-top: 0rem;
}

.margint-1 {
    margin-top: 1rem;
}

.margint-2 {
    margin-top: 2rem;
}

.margint-3 {
    margin-top: 3rem;
}

.margint-4 {
    margin-top: 4rem;
}

.margint-5 {
    margin-top: 5rem;
}

.margint-6 {
    margin-top: 6rem;
}

/* margin top end */
/* margin bottom start */
.marginb-0 {
    margin-bottom: 0rem;
}

.marginb-1 {
    margin-bottom: 1rem;
}

.marginb-2 {
    margin-bottom: 2rem;
}

.marginb-3 {
    margin-bottom: 3rem;

}

.marginb-4 {
    margin-bottom: 5rem;
}

.marginb-5 {
    margin-bottom: 5rem;
    margin-top: 0rem
}

.marginb-6 {
    margin-bottom: 6rem;
}

/* margin bottom end */
/* margin left start */
.marginl-0 {
    margin-left: 0rem;
}

.marginl-1 {
    margin-left: 1rem;
}

.marginl-2 {
    margin-left: 1rem;
}

.marginl-3 {
    margin-left: 3rem;
}

.marginl-4 {
    margin-left: 4rem;
}

.marginl-5 {
    margin-left: 5rem;
}

.marginl-6 {
    margin-left: 6rem;
}

/* margin left end */
/* margin right start */
.marginr-0 {
    margin-right: 0rem;
}

.marginr-1 {
    margin-right: 1rem;
}

.marginr-2 {
    margin-right: 2rem;
}

.marginr-3 {
    margin-right: 3rem;
}

.marginr-4 {
    margin-right: 4rem;
}

.marginr-5 {
    margin-right: 5rem;
}

.marginr-6 {
    margin-right: 6rem;
}

/* margin right end */

/* padding top start */
.paddingt-0 {
    padding-top: 0rem;
}

.paddingt-1 {
    padding-top: 1rem;
}

.paddingt-2 {
    padding-top: 2rem;
}

.paddingt-3 {
    padding-top: 3rem;
}

.paddingt-4 {
    padding-top: 4rem;
}

.paddingt-5 {
    padding-top: 5rem;
}

.paddingt-6 {
    padding-top: 6rem;
}

/* padding top end */
/* padding bottom start */
.paddingb-0 {
    padding-bottom: 0rem;
}

.paddingb-1 {
    padding-bottom: 1rem;
}

.paddingb-2 {
    padding-bottom: 2rem;
}

.paddingb-3 {
    padding-bottom: 3rem;
}

.paddingb-4 {
    padding-bottom: 4rem;
}

.paddingb-5 {
    padding-bottom: 5rem;
}

.paddingb-6 {
    padding-bottom: 6rem;
}

/* padding bottom end */
/* padding left start */
.paddingl-0 {
    padding-left: 0rem;
}

.paddingl-1 {
    padding-left: 1rem;
}

.paddingl-2 {
    padding-left: 2rem;
}

.paddingl-3 {
    padding-left: 3rem;
}

.paddingl-4 {
    padding-left: 4rem;
}

.paddingl-5 {
    padding-left: 5rem;
}

.paddingl-6 {
    padding-left: 6rem;
}

/* padding left end */
/* padding right start */
.paddingr-0 {
    padding-right: 0rem;
}

.paddingr-1 {
    padding-right: 1rem;
}

.paddingr-2 {
    padding-right: 2rem;
}

.paddingr-3 {
    padding-right: 3rem;
}

.paddingr-4 {
    padding-right: 4rem;
}

.paddingr-5 {
    padding-right: 5rem;
}

.paddingr-6 {
    padding-right: 6rem;
}

/* padding right end */
/* justify-content star hare
 */
 .justify-contentCenter
{
    justify-content: center;
}
    .justify-contentStart
    {
        justify-content: flex-start;
    }
    .justify-contentEnd
    {
        justify-content: flex-end;
    }
    .justify-contentAround
    {
        justify-content: space-around;
    }
    .justify-contentBetween
    {
        justify-content: space-between;
    }
    .justify-contentEvenly
    {
        justify-content: space-evenly;
    }
    /* justify-content end hare */
    /* align-items start hare */
    .align-itemsCenter
    {
        align-items: center;
    }
    .align-itemsStart
    {
        align-items: flex-start;
        margin-bottom: opx;
    }
    .align-itemsEnd
    {
        align-items: flex-end;
    }
    .align-itemsStretch
    {
        align-items: stretch;
    }
    .align-itemsBaseline
    {
        align-items: baseline;
    }
    /* align-items end hare */
    /* align-content start hare */
    .align-contentCenter
    {
        align-content: center;
    }
    .align-contentStart
    {
        align-content: flex-start;
    }
    .align-contentEnd
    {
        align-content: flex-end;
    }
    .align-contentStretch
    {
        align-content: stretch;
    }
    .align-contentBetween
    {
        align-content: space-between;
    }
    .align-contentAround
    {
        align-content: space-around;
    }
    /* align-content end hare */
    /* flex-wrap start hare */
    .flex-wrap
    {
        flex-wrap: wrap;
    }
    .flex-nowrap
    {
        flex-wrap: nowrap;
    }
    .flex-wrapReverse
    {
        flex-wrap: wrap-reverse;
    }
    /* flex-wrap end hare */
    /* flex-direction start hare */
    .flex-directionRow
    {
        flex-direction: row;
    }
    .flex-directionRowReverse
    {
        flex-direction: row-reverse;
    }
    .flex-directionColumn
    {
        flex-direction: column;
    }
    .flex-directionColumnReverse
    {
        flex-direction: column-reverse;
    }
    /* flex-direction end hare */
    .footerBg-black{
        background-color: #000;
    }
    .d-flex{
        display: flex;
    }
    .footerBg-white{
        background-color: #fff;
    }
    .footerBg-gray{
        background-color: #f2f2f2;
    }
    .footerBg-red{
        background-color: #f00;
    }
    .footerBg-green{
        background-color: #0f0;
    }
    .footerBg-blue{
        background-color: #00f;
    }
    .footerBg-yellow{
        background-color: #fce900;
    }


    .bgOrange{
        background-color: #ff9800;
    }
    .bgRed{
        background-color: #f00;
    }
    .bgGreen{
        background-color: #0f0;
    }
    .bgBlue{
        background-color: #00f;
    }
    .bgYellow{
        background-color: #FCE900 ;
        margin-top: 0px;
    }
    .bgBlack{
        background-color: #000;
    }


    /* border style color */
.borderGreen{
    border: 1px solid #23af4b;

}


button style
.btn{
    border: none;
    outline: none;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}
.btn:hover{
    transform: scale(1.1);
}
.btn:focus{
    transform: scale(1.1);
}
.btn:active{
    transform: scale(1.1);
}
.btn:disabled{
    transform: scale(1.1);
}

.btnGreen{
    background-color: #23af4b;
    color: #fff;
}
.btnGreen:hover{
    border: 1px solid #23af4b;
    color: #23af4b;
    background-color: #fff
}
.btnGreen:focus{
    border: 1px solid #23af4b;
    color: #23af4b;
    background-color: #fff
}
.btnGreen:active{
    border: 1px solid #23af4b;
    color: #23af4b;
    background-color: #fff
}
.btnGreen:disabled{
    border: 1px solid #23af4b;
    color: #23af4b;
    background-color: #fff
}




/*rounded style  */
.rounded-pill{
    border-radius: 50rem;
}
.btn-lg{
    padding: 0.75rem 1.5rem;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.5;
    /* border-radius: 0.3rem; */
}
.btn-sm{
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    /* border-radius: 0.2rem; */
}
.btn-xs{
    padding: 0.1rem 0.2rem;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    /* border-radius: 0.2rem; */
}
.btn-block{
    display: block;
    width: 100%;
}
.btn-outline{
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
}
.btn-outline:hover{
    background-color: #000;
    color: #fff;
}

/* text color start hare */
.textYellow{
    color:#fce900;
}

.textGreen{
    color:#23af4b;
}
.bgcolorGreen
{
    background-color: #23af4b;
}
.black{
    margin-top: 0px;
    margin-bottom: 0px;
}
/* .img-responsive{
    width: 85%;
} */
