@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------------
    CSS RESET
-------------------------------------------------------------------*/

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl,
dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio,
video {	margin: 0; 	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: inherit;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table {	border-collapse: collapse; border-spacing: 0; }


/*------------------------------------------------------------------
    BASIC STYLES
-------------------------------------------------------------------*/


/***

====================================================================
            Fonts
====================================================================

 ***/

 @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
@font-face {
    font-family: 'Bison';
    src: url('../fonts/Bison-Bold.woff2') format('woff2'),
        url('../fonts/Bison-Bold.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/***

====================================================================
            global setting
====================================================================
***/
html{
    font-size:60%;
    scroll-behavior: smooth;
    font-family: 'Montserrat', sans-serif;
}

body {
     background: #fff; color: #2a2a2a; overflow-x: hidden;
     font-family: 'Montserrat', sans-serif;
 }

 input[type="text"],input[type="email"]
 {
     text-transform: unset !important;
 }
a { text-decoration: none;  -ms-transition: all 1s;  -o-transition: all 1s;  transition: all 1s; font-family: 'Montserrat', sans-serif;
 color: #2a2a2a; }
a:hover { text-decoration: none; }
a:hover, a:active { outline: 0; }
hr {margin: 15px 0;}
button:focus{
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }.create-eventf form .weekend.d-flex .multi-check.d-flex.flex-column p.d-flex.align-items-center
.clearfix { *zoom: 1; }

    /*-- Heading --*/

    h1, h2, h3, h4, h5, h6 {-ms-transition: all .8s;  -o-transition: all .8s;  transition: all .8s;font-family: 'Montserrat', sans-serif;  color:  #131313; }
    h1 { font-size: 30px; }
    h1 a {   }
    h2 {  font-size: 58.33px; color:  #131313; }
    h2 a { }
    h3 { font-size: 20.83px;}
    h3 a { }
    h4 { font-size: 14px; }
    h4 a { }
    h5 {  }
    h5 a {}
    h6 { font-size: 10px; }
    h6 a {}


    /*-- Lists --*/
    ul {}
    ul li {font: 400 14px 'Montserrat', sans-serif;}
    ul li a {font: 400 14px 'Montserrat', sans-serif;}

    ol {}
    ol li {font: 400 14px 'Montserrat', sans-serif;}
    ol li a {font: 400 14px 'Montserrat', sans-serif;}

/*============================loader=============================*/


/*============================loader=============================*/

  .heading{
      font-size: 2.8rem;
      font-weight: 700;
      color: #2a2a2a;
      position: relative;
  }

  .heading:after {
    content: '';
    height: 5rem;
    width: 0.5rem;
    position: absolute;
    left: 0;
    top: -50%;
    bottom: -50%;
    transform: translate(50%, 24%);
    background: #ee7e1a;
}

.form-group{
    margin-bottom: 2rem;
}
.form-row{
    margin-bottom: 0 !important;
}
header .navbar-brand{
    padding: 0;
}
header .navbar-brand img{
    height: 5rem;
}
/* =============================afterdevelopingdesignSpread============================ */
.select2-container--default .select2-selection--multiple {
    border-radius: .25rem !important;
    padding: 1.4rem 1rem !important;
    border-radius: 0.25rem !important;
    padding: 1.4rem 1rem !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    height: 5.2rem;
    overflow: hidden;
    overflow-y: auto;
    position: relative;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{
    background: transparent;
}

.select2-container--default .select2-selection--multiple::-webkit-scrollbar{
     width: 2px;
     height: 3px;
    background: lightgray;
    position: absolute !important;
    bottom: 0;
    right: 0;
}
.select2-container--default .select2-selection--multiple::-webkit-scrollbar-thumb{
    background-color: #ee7e1a;
    height: 2px;
}



.select2-container .select2-selection--multiple .select2-selection__rendered{
    display: inline;
    list-style: none;
    padding: 0;
    width: auto;
    max-width: 100%;
}


.select2-container--default .select2-selection--multiple .select2-selection__choice{
    margin-top: 5px;
    vertical-align: inherit;
    overflow: inherit;
}

.select2-container{
    width: 100% !important;
    height: 5.2rem;
}
span.selection{
    height: 5.2rem;
}

.select2-container--default .select2-search--inline .select2-search__field{
    font-size: 1.6rem !important;
    height: 2.2rem !important;
    margin-top: 0 !important;
}
label#start_date-error {
    position: absolute;
    bottom: -50%;
}
.creatorf.button-need .creator-form button.select2-selection__choice__remove{
    height: max-content;
    width: max-content;
}

/* =============================afterdevelopingdesignSpread============================ */

/* =============================World-EnvironmentDayBanner============================ */
.slider{
    position: relative;
}
.slider .container.world-position{
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.slider .container.world-position .row{
    height: 100%;
    align-items: center;
}

.container.world-position .world-environment h1 {
  font-family: 'Bison';
  font-size: 56px;
  font-weight: bold;
  color: #2f8622;
}

.container.world-position .world-environment span {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #535353;
  line-height: normal;
  display: inline-block;
  padding: 10px 0;
}

.container.world-position .world-environment p{
  font-family: 'Montserrat' , sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #535353;
  text-align: inherit;

}
.container.world-position .world-environment a{
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #fff;
  border-radius: 4px;
  background-image: linear-gradient(to bottom, #00acee, #0054a2);
  padding: 10px 15px;
  margin-top: 20px;
  display: inline-block;
  padding-right: 30px;
}

.container.world-position .world-environment .badge-boxmain {
    position: relative;
    margin-right: 30px;
    display: inline-block;
}
.container.world-position .world-environment .badge-boxmain button {
    padding-right: 40px !important;
}
.container.world-position .world-environment .badge-boxmain .badge-bg {
    position: absolute;
    right: -62px;
    top: 45px;
    transform: translate(-50%, -50%);
}

.container.world-position .world-environment .badge-boxmain .badge-bg img, .container.world-position .world-environment .badge-boxmain .badge-box-2x img {
    width: inherit;
}

.container.world-position .world-environment .badge-boxmain .badge-box-2x{
    position: absolute;
    top: 45%;
    text-align: center;
    left: 5px;
    right: 0;
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
}

.container.world-position .world-environment .badge-boxmain .badge-box-2x span{
    display: block;
    font-size: 10px;
    color: #fff;
    font-weight: 500;
    text-align: left;
    margin-left: 2px;
    line-height: 10px;
}

.container.world-position .world-earth {
    position: relative;
}
.container.world-position .yuwaah-green-earth {
    position: absolute;
    top: 50%;
    border-radius: 50%;
    overflow: hidden;
    left: -37.5%;
    right: -50%;
    transform: translate(50%, -50%);
    width: 87%;
    border: 2px solid #fff;
}


.slider .container.world-position .world-earth .world-up{
    position: absolute;
    right: -19%;
    top: 10%;
    box-shadow: 0 6px 30px 0 rgb(0 0 0 / 16%);
    background-color: #e0f6ff;
    width: 48%;
    border-radius: 8px;
}

.slider .container.world-position .world-earth .world-up p{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.29;
    text-align: left;
    color: #535353;
    padding: 10px;
}

.slider .container.world-position .world-earth .world-down{
    position: absolute;
    left: -25%;
    bottom: 6%;
    box-shadow: 0 6px 30px 0 rgb(0 0 0 / 16%);
    background-color: #ffe9dc;
    width: 58%;
    border-radius: 8px;
}

.slider .carousel-control-next-icon{
    background-image: url(../../images/icons/next-arrow.png);
}

.slider .carousel-control-prev-icon{
    background-image: url(../../images/icons/pre-icon.png);
}

.slider .carousel-control-next-icon, .carousel-control-prev-icon{
    width: 40px;
    height: 40px;
}

.slider .carousel-control-next, .carousel-control-prev{
    opacity: 1;
}

.slider .container.world-position .world-earth .world-down p{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.29;
    text-align: left;
    color: #535353;
    padding: 10px;
}
.slider .carousel-indicators{
    bottom: -6%;
}
.slider .carousel-indicators li{
    height: 14px;
    width: 14px;
    background-color: #f5f5f5;
    border-radius: 50%;
}

.slider .carousel-indicators .active {
    background-color: #0054a2;
}

.slider .bottom-data {
    position: absolute;
    width: 1140px;
    bottom: 0;
    left: 50%;
    right: 50%;
    transform: translate(-50%, 7%);
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.slider .bottom-data .bottom-data-text{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:10px;
    border-radius: 16px 16px 0px 0px;
    /* padding: 10px 20px; */
    padding: 10px 10px;
}
.slider .bottom-data .bottom-data-text.light-blue{
    background-color:#00acee;
}
.slider .bottom-data .bottom-data-text.blue{
    background-color:#0054a2;
}
.slider .bottom-data .bottom-data-text.dark-orange{
    background-color:#f36c20;
}
.slider .bottom-data .bottom-data-text.orange{
    background-color:#eea600;
}

.slider .bottom-data .bottom-data-text span.span-large {
 font-family: 'Antonio', sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}

.slider .bottom-data .bottom-data-text span.span-small {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #fff;
}





/* =============================World-EnvironmentDayBanner============================ */


/* =============================DashboardSliderBanner============================ */
.dashboard-sider-main{
    /* background-color: #fff;
    -webkit-box-shadow: 0px 0px 35px -25px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 35px -25px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 35px -25px rgba(0,0,0,0.3); */
}
.dashboard-sider{
    border-radius: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 35px -25px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 35px -25px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 35px -25px rgba(0,0,0,0.3);
}
.dashboard-sider li{
    display:block;
    list-style: none;
    padding: 20px 0px;
    vertical-align: middle;
}
.dashboard-sider li.active{
    background-color: #ebf1f8;
    /* border-radius: 8px; */
    
}
.dashboard-sider li.active a{
   color: #ee7e1b;
   font-weight: 600; 
}

.dashboard-sider li a{
      display: inline-block;
      font-family: 'Montserrat', sans-serif;
      font-size: 16px;
      color: #485166;
      font-weight: normal;
      padding-left: 12px;
}
.dashboard-sider li a span{
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.dashboard-sider li a span img{
    width: 100%;
    height: 100%;
    vertical-align: sub;
}

.dashboard-slider {
    position: relative;
    background: #fff;
}

.dashboard-slider .carousel-inner .carousel-item img.d-block.w-100{
    border-radius: 16px 16px 0 0;
}
.dashboard-slider .container.world-position {
    position: absolute;
    bottom: 50%;
    transform: translate(0, 50%);
}
.dashboard-slider .container.world-position .world-environment h1 {
    font-family: 'Bison';
    font-size: 40px;
    font-weight: bold;
    color: #2f8622;
}
.dashboard-slider .container.world-position .world-environment span {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #535353;
    line-height: normal;
    display: inline-block;
    padding: 5px 0;
}
.dashboard-slider .container.world-position .world-environment p {
    font-family: 'Montserrat' , sans-serif;
    font-size: 10px;
    line-height: 1.5;
    color: #535353;
}
.dashboard-slider .container.world-position .world-environment a {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    background-image: linear-gradient(to bottom, #00acee, #0054a2);
    padding: 10px 15px;
    margin-top: 14px;
    display: inline-block;
}

.dashboard-slider .container.world-position .world-earth {
    position: relative;
}

.dashboard-slider .world-earth-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dashboard-slider .container.world-position .yuwaah-green-earth {
    position: absolute;
    top: 50%;
    border-radius: 50%;
    overflow: hidden;
    left: -37.5%;
    right: -50%;
    transform: translate(50%, -50%);
    width: 87%;
    border: 2px solid #fff;
}
.dashboard-slider .container.world-position .bottom-data {
    /* transform: translateY(15.5%); */
    transform: translateY(32.5%);
}

.dashboard-slider .bottom-data-text {
    display: flex;
    gap: 5px;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-top: 2px solid #fff;
    border-radius: 16px 16px 0 0;
    padding: 10px 0px;
    text-align: center;
}

.dashboard-slider .bottom-data-text span.span-large {
    font-family:'Antonio', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #fff;

}
.dashboard-slider .bottom-data-text span.span-small {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 1;
}
.dashboard-slider .bottom-data-text.orange{
    background-color: #f36c20;
    padding-top: 15px;
    padding-bottom: 20px;
}

.dashboard-slider .bottom-data-text.blue {
    background-color: #0054a2;
    position: relative;
    z-index: 1;
}

.dashboard-slider .bottom-data-text.blue:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: #0054a2;
    border-radius: 16px 16px 0 0;
    z-index: -1;
    border-top: 2px solid #fff;
    top: -18%;
}
.dashboard-slider .bottom-data-text.light-blue {
    background-color: #00acee;
    border-radius: 0;
    border:none;
}
.dashboard-slider .carousel-indicators{
    bottom: -20px;
    z-index: 1;
}
.dashboard-slider .carousel-indicators li{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #c3c3c3;
    transition: .5s;

}
.dashboard-slider  .carousel-indicators .active {
 background-color: #0054a2;
 transform: scale(1.15);

}
.dashboard-main.dashboard-slider-box{
    margin-top: 40px !important;
}



/* =============================DashboardSliderBanner============================ */


/* =============================PartnerDashboardSliderBanner============================ */
.dashboard-slider.partner-dashboard-slider .container.world-position {
    transform: translate(-50%, 50%);
    left: 50%;
}
.dashboard-slider.partner-dashboard-slider .container.world-position .world-environment h1 {
    font-size: 60px;
  
}
.dashboard-slider.partner-dashboard-slider .container.world-position .world-environment span {
    font-size: 22px;

}
.dashboard-slider.partner-dashboard-slider .container.world-position .world-environment p {
    font-size: 14px;
}

.dashboard-slider.partner-dashboard-slider .container.world-position .world-environment a {
    font-size: 15px;
    margin-top: 0;
  
}
.dashboard-slider.partner-dashboard-slider .container.world-position .world-environment .span-number-alpha {
   background: #fff;
    border-radius: 4px;
    border: 1px solid;
    border-radius: 4px;
    border: solid 1px #008cd2;
    background-color: #fff;
    margin-left: 13px;
    padding: 0px 16px;
}
.dashboard-slider.partner-dashboard-slider .container.world-position .world-environment .span-number-alpha .span-number{
    font-size: 24px;
    font-weight: bold;
    font-family: 'Antonio', sans-serif;
    padding: 0;
    vertical-align: bottom;
    margin-top: 3px;
}

.dashboard-slider.partner-dashboard-slider .container.world-position .world-environment .span-number-alpha .span-alpha{
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    padding: 0;
}

.dashboard-slider.partner-dashboard-slider .bottom-data-text span.span-large {
    font-size: 24px;
  
}

.dashboard-slider.partner-dashboard-slider .container.world-position .bottom-data{
    transform: translateY(19.8%);
}

.dashboard-slider.partner-dashboard-slider .bottom-data-text.orange {
    padding-top: 27px; 
    padding-bottom: 37px;
}
.dashboard-slider.partner-dashboard-slider .bottom-data-text {
    padding: 32px 0px;
}



/* =============================PartnerDashboardSliderBanner============================ */


section.slider{
    height: 60vh;
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active{
    height: 60vh;
}

section.slider img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/* PRELOADER CSS */
.page-loader {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 5000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(55, 66, 160, 0.6);
    z-index: 10000;
  }
  .page-loader .txt {
    color: #fff;
    text-align: center;
    top: 50%;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    font-weight: bold;
    line-height: 1.5;
  }
  /* SPINNER ANIMATION */
  .spinner {
    position: relative;
    top: 45%;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out;
  }
  @-webkit-keyframes sk-scaleout {
    0% {
      -webkit-transform: scale(0);
    }
    100% {
      -webkit-transform: scale(1);
      opacity: 0;
    }
  }
  @keyframes sk-scaleout {
    0% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 0;
    }
  }

/*===========================Header Start==============================*/
header .navbar-toggler-icon svg:not(:host).svg-inline--fa.burger, svg:not(:root).svg-inline--fa.burger{
    color: #ee7e1a;
    font-size: 4rem;
}
header .navbar-toggler-icon{
    display: inherit;
    width: inherit;
    height: inherit;
    vertical-align: inherit;
    line-height: inherit;
    content: inherit;
    background-size: inherit;
    background: inherit;
}
header .navbar-toggler-icon svg:not(:host).svg-inline--fa.burger:focus, svg:not(:root).svg-inline--fa.burger:focus{
   border: none;
}

header{
    background-color: #f5f5f7;
    padding: 10px 0px;
}

header.partner-header{
    background-color: #fff;
    border-bottom: 1px solid #d6dfe9;
    /* padding: 10px 0px;
    position: fixed;
    top: 0;
    width: 100%; */
    z-index: 2;
}

header .navbar-collapse .mobile-menu{
        display: none;
        position: relative;
}
header .navbar-collapse .mobile-menu .nav-link span img{
    margin-right: .6rem;
}
header .navbar-collapse .mobile-menu span.profile-icon{

        position: absolute;
        top: 0;
        height: 14rem;
        width: 14rem;
        left: 0rem;
        bottom: -1rem;
        display: none;

}
/* .main-box.d-flex.align-items-center.mt-3.mb-5{
    margin-top: 5rem !important;
} */

header .navbar-collapse .mobile-menu span.profile-icon img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: none;
}



header .navbar-nav .nav-link{
    font-size: 1.6rem;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    color: #2e3032;
    vertical-align: middle;
}

header .navbar-nav .dropdown-menu{
    box-shadow: 0 6px 5px -5px rgba(0,0,0,0.5);
    border: none;
    border-radius: 4px;
    top: 50px;
    padding: 0px;
    left: 0;
}

header .navbar-nav .profile-dropmain .dropdown-menu{
    left: 0px;
    right: -15px;
    top: 61px;
}

header .navbar-nav .dropdown-menu::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #2e3032;
    margin: -10px 0 0 30px;
    box-shadow: 0 6px 5px -5px rgba(0,0,0,0.5);
}

header .navbar-expand-md .navbar-nav .dropdown-item{
    padding: 10px 20px;
    font-size: 1.6rem;
}

header .navbar-nav .dropdown-menu .dropdown-item:focus, header .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #2e3032;
}

header .navbar-nav{
    align-items: center;
}

header .navbar-nav .profile-drop{
    display: flex;
    align-items: center;
}

header .navbar-nav .profile-drop .rounded-circle{
    margin-right: 10px
}

header .navbar-nav .profile-drop .rounded-circle .main-box{
    display: inherit;
    margin-right: 5px;
}

header .navbar-nav .profile-drop .user-name{
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: left;
    color: #161616;
}

header .navbar-nav .profile-drop .user-id{
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
    text-align: left;
    color: #757575;
}

header .navbar-nav li.nav-item{
    margin: 0px 10px;
}

header .navbar-nav li.nav-item.lang-cutom .form-control{
    padding: 0px 10px;
    height: 4.8rem;
    width: 10rem;
    font-size: 1.6rem;
    font-weight: normal;
    color: #ee7e1a;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ee7e1a;
    border-radius: 4px;
    outline: none;
}

header .navbar-nav li.nav-item.lang-cutom .form-control option{
    font-size: 1.6rem;

}

header .navbar-nav li.nav-item.lang-cutom .form-control:focus{
    box-shadow: none;
}

.navbar-expand-md .navbar-nav .dropdown-menu .dropdown-item:last-child{
    border-radius: 0 0 .4rem .4rem;
}
.navbar-expand-md{
    z-index: 9;
    padding: 0;
}

header .navbar-nav li.nav-item.h-notification a.icon {
        height: 35px;
    width: 35px;
    border: 2px solid #2e3032;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    display: block;
}

header .navbar-nav li.nav-item.h-notification a.icon:hover {
    background-color: #2e3032;
    transition: 0.5s;;
}

header .navbar-nav .h-notification .icon svg.svg-inline--fa.fa-bell {
    font-size: 22px;
    vertical-align: middle;
    fill: rgb(15 17 51);
    color: rgb(15 17 51);
}

header .navbar-nav .h-notification .icon:hover svg.svg-inline--fa.fa-bell {
    fill: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
}


/*===========================Header End==============================*/
/*===========================Mock interview Start==============================*/
.mock-interview-section{
    padding: 6rem 0;
    background-color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.mock-interview-section .row.row-eq-height{
    margin-left: 0;
    column-gap: 2rem;
    row-gap: 1.6rem;
}
.mock-interview-section .row.row-eq-height .equal-boxes{
    box-sizing: border-box;
    max-width: calc(33% - 1.6rem);
    border-radius: 1.2rem;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.heading-main{
    margin-bottom: 40px;
}

.heading-main .title-main{
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    text-align: left;
    color: #131313;
}

.heading-main .title-main::after {
    content: '';
    display: block;
    background-color: #fbc304;
    width: 6%;
    height: 4px;
    text-align: left;
}

.heading-main .heading-button span{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #83848a;
    transition: .5s;
}

.heading-main .heading-button{
    text-align: right;
}

.heading-main .heading-button a{
    transition: .5s;
    text-align: right;
}

.heading-main .heading-button a:hover span{
    color: #ee7e1a;
    transition: .5s;
}

.heading-main .heading-button a:hover span img{
    margin-left: 10px;
    transition: .5s;
}
.mock-interview-section .main-box {
    
}
.mock-interview-section .circle-shape {
    background-color: #fff;
    height: 250px;
    border-radius: 0px 0px 60% 60%;
    overflow: hidden;
    border-bottom: 6px solid #FBC304;
}
.mock-interview-section .circle-shape img {
    width: 100%;
}
.mock-interview-section h3 {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    padding: 0px 20px;
    margin: 20px 0px;
}
.mock-interview-section p {
    font-size: 18px;
    font-weight: 500;
    color: #636363;
    padding: 0px 20px;
    margin-bottom: 30px;
    display: inline-flex;
}
.mock-interview-section .interview-button {
    text-align: center;
}
.mock-interview-section .interview-button a {
    padding: 8px 30px;
    font-size: 18px;
    font-weight: 500;
    background-color: #ee7e1a;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    margin-top: 40px;
    box-sizing: border-box;
    border: 2px solid #ee7e1a;
    cursor: pointer;
}
.mock-interview-section .interview-button a:hover{
    background-color: transparent;
    border: 2px solid #ee7e1a;
    color: #ee7e1a;
}

.mock-interview-section .interview-button button {
    padding: 8px 30px;
    font-size: 18px;
    font-weight: 500;
    background-color: #ee7e1a;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    margin-top: 40px;
    box-sizing: border-box;
    border: 2px solid #ee7e1a;
    cursor: pointer;
}
.mock-interview-section .interview-button button:hover{
    background-color: transparent;
    border: 2px solid #ee7e1a;
    color: #ee7e1a;
}
/*===========================Mock interview End==============================*/

/*===========================Interpersonal Start==============================*/
.interpersonal-report-down {
    color: #fff;
    padding: 1.8rem 2rem !important;
    margin-right: 5px;
}
.interpersonal-report-down svg.svg-inline--fa.fa-file-arrow-down {
    color: #fff;
    /* font-size: 26px; */
}
.interpersonal-main {
    margin-top: 30px;
}
.interpersonal-main h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 5px;
}
.interpersonal-main h2::after {
    content: '';
    display: block;
    background-color: #fbc304;
    width: 8%;
    height: 4px;
    text-align: left;
}
.interpersonal-main span {
    display: block;
    font-size: 16px;
    color: #a1a2ab;
    margin: 10px 0px;
}
.interpersonal-main p {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 20px;
}
.interpersonal-main h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}
.interpersonal-main .criteria-box {
    padding: 30px;
    box-shadow: 0 5px 15px -5px rgb(0 0 0 / 15%);
    border-radius: 0.8rem;
    margin-bottom: 20px;
}
.interpersonal-main .criteria-box h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.interpersonal-main .criteria-box p {
    font-size: 16px;
    margin-top: 10px;
    color: #000;
}
.interpersonal-main .criteria-box .progress {
    height: 3rem;
    font-size: 2rem;
}
.interpersonal-main .criteria-box .progress-bar {
    background-color: #ee7e1a;
}
/*===========================Interpersonal End==============================*/
/* =================================================JobStart============================================= */
.job{
    background-image: url(../../../frontend/images/job.png);
    background-repeat: no-repeat;
    padding: 6rem 0;
    background-size: cover;
}
.job .common-heading {
    width: 100%;
    text-align: left;
}

.job .common-heading h2 {
    color: #2e3032;
    font-size: 4rem;
    font-weight: 800;
    position: relative;
}
.job .common-heading h2:after{
    position: absolute;
    left: 0;
    width: 7.3rem;
    height: 4px;
    background-color: #fbc304;
    content: '';
    bottom: 0rem;
}
.job .common-heading p{
        color: #2e3032;
        font-size: 1.8rem;
        font-weight: 500;
        margin-top: 3rem;
    
}

.job .view{
    text-align: left;
    margin-top: 11.3rem;
}
.job .view2{
    text-align: left;
    margin-top: 6rem;
    display: none;
}

.job .view a {
    background-color: #ee7e1a;
    color: #ffff;
    display: flex;
    font-size: 1.8rem;
    font-weight: 500;
    align-items: center;
    width: 26.6rem;
    height: 5.6rem;
    border-radius: 0.4rem;
    justify-content: center;
    position: relative;
    padding-right: 4.4rem;
}

.job .view2 a {
    background-color: #ee7e1a;
    color: #ffff;
    display: flex;
    font-size: 1.8rem;
    font-weight: 500;
    align-items: center;
    width: 26.6rem;
    height: 5.6rem;
    border-radius: 0.4rem;
    justify-content: center;
    position: relative;
    padding-right: 4.4rem;
}

.job .view a span{
    display: flex;
    height: 3.6rem;
    width: 3.6rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.4rem;
    background-color: #fff;
    position: absolute;
    right: 1rem;
}
.job .view2 a span{
    display: flex;
    height: 3.6rem;
    width: 3.6rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.4rem;
    background-color: #fff;
    position: absolute;
    right: 1rem;
}

.job .view a span i{
    color: #ee7e1a;
    font-size: 2rem;
    transition: .5s;
}

.job .view2 a span i{
    color: #ee7e1a;
    font-size: 2rem;
    transition: .5s;
}

.job .view a:hover span i{
    transform: rotate(90deg);
}
.job .view2 a:hover span i{
    transform: rotate(90deg);
}

.job-box {
    background: #fff;
    border-radius: 0.4rem;
    margin-bottom: 3rem;
    height: 16.5rem;
    padding: 0 2rem;
    border-radius: 10px;
}

.job-box.margin-b{
margin-bottom: 0;
}
.job-box .row.justify-content-center.align-items-center {
    height: 16.5rem;
}

.job-box span {
    height: 8.8rem;
    width: 8.8rem;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.job-box span.yellow{
    background-color: #fbc304;
 
}

.job-box span.blue{
    /* background-color: #ee7e1a;  */
}


.job-box h5 {
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: bold;
    color: #000;
}

.job-box h6 {
    font-size: 1.6rem;
    font-weight: 500;
    color: #636363;
}

.job-list {

}
.fproduct.job-list .pr-main ul li .view-list {
    font-family: 'Montserrat', sans-serif;
    /* display: flex; */
    padding: 1.5rem;
    column-gap: 2rem;
    row-gap: 1rem;
    flex-wrap: wrap;
    position: relative;
}
.fproduct.job-list .pr-main ul li .btns.up-tab {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 0.5rem;
    justify-content: inherit;
    margin-top: 10px;
    position: relative;
}
.fproduct.job-list .pr-main ul li .btns a {
    font-family: ' Montserrat', sans-serif;
    font-size: 1.6rem;
    color: #fff;
    border-radius: 0.5rem;
    background-color: #31ad4f;
    border: none;
    outline: none;
    padding: 1rem 0rem;
    text-transform: capitalize;
    /* width: calc(68.5% - 2rem); */
    text-align: center;
    display: inline-block;
}
.job-tab {
    display: flex !important;
}
.fproduct.job-list .pr-main ul li .btns.job-tab a {
    padding: 1rem 2rem;
}
button.btn.btn-danger.job-block {
    padding: 1rem 1rem !important;
}
.copy-button button.copy-url-btn {
    border: none;
    cursor: pointer;
    background-color: #ee7e1a;
    padding: 1rem 1rem;
    border-radius: 0.5rem;
}
.copy-button a#generateButton {
    border: none;
    cursor: pointer;
    background-color: #ee7e1a;
    padding: 1rem 1rem;
    border-radius: 0.5rem;
    margin-left: 2px;
}
svg.svg-inline--fa.fa-copy, svg.svg-inline--fa.fa-qrcode, svg.svg-inline--fa.fa-ban, svg.svg-inline--fa.fa-pen-to-square {
    color: #fff !important;
}

.profile svg.svg-inline--fa.fa-pen-to-square {
    color: #ee7e1a !important;
}

.fproduct.job-list .pr-main ul li .btns.up-tab .btn {
    font-size: 1.6rem;
    border: none;
    outline: none;
    width: inherit;
    line-height: normal;
    padding: 1.1rem 0;
    border-radius: 0.5rem;
}

.fproduct.job-list .pr-main ul li {
    border-radius: 10px;
    border: 0.7px solid rgba(103, 103, 103, 0.3);
}
.fproduct.job-list .pr-main ul li:hover {
    box-shadow: 4px 4px 40px rgba(110, 110, 119, 0.2);
    border: #EE7E1A solid 1px;
}
.fproduct.job-list .pr-main .d-flex.justify-content-between {
    width: inherit;
    flex-direction: initial;
    align-items: center;
}
.fproduct.job-list .pr-main .d-flex.justify-content-between.title-main .span-1 {
    width: 80%;
    display: block;
}
.fproduct.job-list .pr-main .d-flex.justify-content-between.title-main .span-1 p.status {
    background-color: #fffce0;
    color: #000;
    display: inline-block;
    width: fit-content;
    padding: 5px 10px;
    font-weight: 500;
    border-radius: 100px;
}
.fproduct.job-list .pr-main .d-flex.justify-content-between.title-main .span-1 p.status.rejected{
    background-color: #ffe0e0;
}
.fproduct.job-list .pr-main .d-flex.justify-content-between.title-main .span-1 p.status.accepted{
    background-color: #e0ffe2;
}
.fproduct.job-list .pr-main .d-flex.justify-content-between.title-main .span-2 {
    display: block;
    height: 75px;
    width: 75px;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 5px;
}
.fproduct.job-list .pr-main .d-flex.justify-content-between.title-main .span-2 img {
    max-width: inherit;
    max-height: inherit;
    width: 100%;
    height: 100%;
    object-fit: inherit;
    border-radius: inherit;
}
.fproduct.job-list .pr-main ul li.job-main-box {
    padding: 1.5rem;
}
.fproduct.job-list .pr-main ul li.job-main-box a.joblist {
    padding: 1.5rem 0rem !important;
}
.fproduct.job-list .pr-main ul li.job-main-box .consult-button {
    display: flex;
    justify-content: inherit;
    text-align: center;
}
.fproduct.job-list .pr-main ul li.job-main-box .consult-button a {
    text-align: center;
    width: 100%;
    display: block !important;
    margin: auto;
    border-radius: 5px !important;
    padding: 5px 10px !important;
    margin-top: 10px;
}
.fproduct.job-list .pr-main ul a.joblist {
    padding: 1.5rem !important;
}
.fproduct.job-list .pr-main h5 {
    margin-bottom: 0px;
    font-family: 'Montserrat';
    font-size: 1.8rem;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    padding-right: 0.5rem;
}
.fproduct.job-list .pr-main ul a {
    display: inherit;
    /* padding: inherit; */
    border-radius: inherit;
    position: inherit;
}
.fproduct.job-list .pr-main p.company-name {
    color: #757575;
    font-weight: 500;
    margin-bottom: 10px;
}

.fproduct.job-list .pr-main .perks ul {
    display: block;
}
.fproduct.job-list .pr-main ul li .perks li {
    display: inline-block;
    width: auto;
    color: #5f6367;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 400;
    border: none;
}
.fproduct.job-list .pr-main ul li .perks li:hover {
    -webkit-box-shadow: inherit;
    -moz-box-shadow: inherit;
    box-shadow: inherit;
    transform: inherit;
}
.fproduct.job-list .perks ul li span {
    margin-right: 5px;
}
.fproduct.job-list .perks ul li span svg.svg-inline--fa, svg.svg-inline--fa.fa-location-dot {
    color: #5f6367 !important;
}
.fproduct.job-list .skill-box {
    border-top: 1px solid #eee;
    padding-top: 15px;
}
.fproduct.job-list .skill-box span {
    font-size: 14px;
    color: #5f6367;
    margin-right: 5px;
    border: 1.5px solid rgba(238, 126, 26, 0.5);
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 5px;
    border-radius: 50px;
}
/* .fproduct.job-list .skill-box span::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #a1a2ab;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
    vertical-align: middle;
} */

.fproduct.job-list button.shareBtn {
    border: none;
    cursor: pointer;
    background-color: #ee7e1a;
    padding: 1rem 1rem;
    border-radius: 0.5rem;
    margin-left: 2px;
}

.fproduct.job-list .share {
    /* position: relative; */
}
.fproduct.job-list .share-icon {
    position: absolute;
    z-index: 2;
    /* width: 340px; */
    right: 0;
    left: 31%;
    bottom: 100%;
    display: none;
    text-align: end;
    margin: auto;
    transition: .5s;
}
.fproduct.job-list .share-icon::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #ee7e1a;
    margin: auto;
}
.fproduct.job-list .share-icon::before {
    content: '';
    display: none;
}
.fproduct.job-list .share-icon button {
    width: 30px;
    height: 30px;
    padding: inherit !important;
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
    border-radius: 0px;
    border-radius: 0px;
    border: none;
    background-color: #ee7e1a;
}

.fproduct.job-list .share-icon button svg:not(:root).svg-inline--fa {
    font-size: inherit;
    fill: rgb(255 255 255);
    color: rgb(255 255 255);
}

.fproduct.job-list .share:hover .share-icon{
    display: block;
    transition: .5s;
    text-align: center;
}
.fproduct.job-list button.shareBtn{
    /* margin-left: 10px; */
    /*border-radius: 50%;*/
    height: 40px;
    width: 40px;
    padding: 0px;
    /*line-height: 40px;*/
    text-align: center;
    vertical-align: middle;
}

.fproduct.job-list button.shareBtn svg.svg-inline--fa.fa-share-nodes{
    fill: rgb(255 255 255);
    color: rgb(255 255 255);
    font-size: 22px;
}
/* =================================================JobEnd============================================= */
/* =================================================Consultant-Inter Start============================================= */
.exp-intern {
    background-color: #f5f6fa;
    padding-top: 6rem;
    padding-bottom: 12rem;
}
.exp-intern .agri span{
    border-radius: .4rem;
    background: #fbc304;
    padding: 1rem;
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    display: block;
    width: max-content;
    
}
.exp-intern .consultant-intern{
    padding-top: 1rem;
    padding-bottom: 3rem;
}
.exp-intern .consultant-intern h2{
    font-size: 4rem;
    font-weight: 700;
    color: #2e3032;
    /* text-transform: uppercase; */
}

.exp-intern .consultant-intern h3{
    font-size: 2rem;
    font-weight: 500;
    color: #636363;
}

.exp-intern .consultant-intern .row{
    align-items: center;
}

.consult-button {
    display: flex;
    justify-content: end;
}

.consult-button a{
    padding: 8px 30px;
    font-size: 18px;
    font-weight: 500;
    background-color: #ee7e1a;
    color: #fff !important;
    border-radius: 5px;
    display: inline-block;
    box-sizing: border-box;
    border: 2px solid #ee7e1a;
    cursor: pointer;
}
.consult-button a:hover {
    color: #fff !important;
}

/* .consult-button a span{
    height: 4.4rem;
    width: 4.4rem;
    background: #fff;
    border-radius: 0.4rem;
    text-align: center;
}

.consult-button a span i{
    color: #ee7e1a;
    line-height: 4.4rem;
    font-size: 2rem;
    transition: .5s;
}

.consult-button a:hover span i{
    transform: rotate(90deg);
} */

.exp-intern .cons-bg img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: auto;
    border-radius: 1.6rem;
    display: block;
}


.exp-intern .require {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    place-items: center;
    text-align: center;
    gap: 2rem;
    padding-top: 2rem;
}

.exp-intern .require .opening{
    width: 100%;
    padding: 2.5rem .5rem;
    border-radius: .8rem;
    -webkit-border-radius: .8rem;
    -moz-border-radius: .8rem;
    -ms-border-radius: .8rem;
    -o-border-radius: .8rem;
    border: solid .1rem #ee7e1a;
    background-image: linear-gradient(to bottom, #f6fbff, #cae8ff);
}


.exp-intern .require .opening h4 {
    font-size: 1.8rem;
    color:  #2e3032;
    padding: .5rem 0;
}
.exp-intern .require .opening strong {
    font-size: 1.8rem;
    color:  #2e3032;
    font-weight: 600;
}
.exp-intern .require .opening img {
    height: 4rem;
    width: 4rem;
    border-radius: 50%;
    filter: invert(1);
    -webkit-filter: invert(1);
}


.exp-intern .overview-content {
    padding-bottom: 3rem;
}

.exp-intern .overview-content h3{
    font-size: 2.2rem;
    font-weight: bold;
    color: #2e3032;
}
.exp-intern .overview-content p{
    font-size: 1.8rem;
    line-height: 1.67;
    color: #2e3032;
}


.exp-intern .objective-content {
    padding-bottom: 3rem;
}

.exp-intern .objective-content h3{
    font-size: 2.2rem;
    font-weight: bold;
    color: #2e3032;
  }
  .exp-intern .objective-content p, .exp-intern .roles p {
    font-size: 1.8rem;
    line-height: 1.67;
    color: #2e3032;
  }
  .exp-intern .roles{
    padding-bottom: 3rem;
  }
  .exp-intern .roles h3 {
    font-size: 2.2rem;
    font-weight: bold;
    color: #2e3032;
}
ul.bullets{
    list-style: disc;
    padding-left: 2.2rem;
}
ul.bullets li::marker{
    font-size: 1.6rem;
}

.exp-intern .roles h4 {
    font-size: 2rem;
    font-weight: 500;
    color: #2e3032;
    padding: 1rem 0;
}
.perks {
    margin-top: 10px;
}
.perks ul {
    display: block;
}
.perks li {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}
.perks ul li span {
    margin-right: 5px;
}
.perks ul li span svg.svg-inline--fa {
    color: #ee7e1a !important;
}

.exp-intern .roles ul li {
    font-size: 1.8rem;
    color: #2e3032;
    padding: 0.5rem 0;
}

.exp-intern .roles ul li:first-child{
    padding-top: 0;
}
.exp-intern .roles ul li:last-child{
    padding-bottom: 0;
}

.exp-intern .respo {
    padding-bottom: 3rem;
    color: #2e3032;
}
.exp-intern .respo h3 {
    font-size: 2.2rem;
    font-weight: bold;
}
.exp-intern .respo p {
    font-size: 1.8rem;
    padding: 1rem 0;
    
}
.exp-intern .respo ul li {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    padding: 0.8rem 0;
}

.exp-intern .respo ul li:first-child{
    padding-top: 0;
}
.exp-intern .respo ul li:last-child{
    padding-bottom: 0;
}

.exp-intern .skills-1 h3 {
    font-size: 2.2rem;
    font-weight: bold;
    color: #2e3032;
}

.exp-intern .skills-1 .skills-inner {
    /* width: 60%; */
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    max-width: 100%;
    padding-top: 2rem;
    padding-bottom: 5rem;
}
.exp-intern .skills-1 .skills-inner  span {
    background-image: linear-gradient(to bottom, #fff, #ececec);
    padding: 0.8rem;
    font-size: 1.6rem;
    color: #202124;
    padding: 5px 10px;
    border: 1.5px solid rgba(238, 126, 26, 0.5);
    border-radius: 15px;
    text-transform: capitalize;
}

.exp-intern .about-com {
    padding-bottom: 3rem;
}

.exp-intern .about-com .about-circle {
    height: 13rem;
    width: 13rem;
    background: #fff;
    box-shadow: 6px 6px 15px 0 rgb(51 152 255 / 18%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.exp-intern .about-com .about-circle img{
    height: auto;
    width: auto;
    max-height: 7rem;
    max-width: 7rem;
    margin: auto;
}

.exp-intern .about-com h3 {
    font-size: 2.2rem;
    font-weight: bold;
    color: #2e3032;
}
.exp-intern .about-com p {
    font-size: 1.8rem;
    line-height: 1.67;
    color: #2e3032;
}

.exp-intern .last-row .consult-button{
    justify-content: center;
}

#joiningMessages p, #joiningMessages2 p {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 15px;
}

/* =================================================Consultant-Intern End============================================= */
/*===========================Volunteer Section Start==============================*/
.volunteer-section{
    padding: 6rem 0;
    background-color: #f5f5f7;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.volunteer-section .card{
    box-shadow: inherit;
    background-color: transparent;
    border: none;
}

 .row.row-eq-height{
    margin-left: 0;
    column-gap: 1.6rem;
    row-gap: 1.6rem;
}
.row.row-eq-height .equal-boxes{
    box-shadow: 0 5px 15px -5px rgb(0 0 0 / 15%);
    background: #fff;
    box-sizing: border-box;
    max-width: calc(25% - 1.6rem);
    border-radius: 1.2rem;
    padding: 0;
}
.row.row-eq-height .equal-boxes .main-box .card .card-img-top{
    border-top-left-radius: 1.2rem;
    border-top-right-radius: 1.2rem;
    width: auto;
    max-width:100%;
    /* max-height: 19rem; */
    vertical-align: middle;
}

.row.row-eq-height .equal-boxes .main-box .card p.camp-badge {
    position: absolute;
    top: 15px;
    padding: 5px 10px;
    color: #fff;
    font-size: 12px;
    width: 54%;
    border-radius: 0px 5px 5px 0px;
}
.main-box.expHome .card .card-body{
    padding: 0px 10px;
}
.main-box.expHome .card .card-body .card-title{
    padding: 0px !important;
    border: inherit;
    font-size: 20px;
    margin-top: 15px;
}
.main-box.expHome span {
    font-size: 14px;
    color: #636363;
    margin: 10px 0px;
    display: block;
    margin-top: 0px;
}
.main-box.expHome span.partner-logo {
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    line-height: 70px;
    padding: 5px;
    text-align: center;
    vertical-align: -webkit-baseline-middle;
    box-shadow: 6px 6px 15px 0 rgba(51, 152, 255, 0.18);
    position: absolute;
    right: 10px;
    top: 50%;
}
.main-box.expHome span.partner-logo img {
    width: 100%;
}
.main-box.expHome svg.svg-inline--fa.fa-clock {
    margin-right: 5px;
    color: #ee7e1a;
    font-size: 14px;
}
.main-box.expHome .duration {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f5f5f5;
    padding: 5px 5px;
    margin: 10px 0px;
}
.main-box.expHome .duration span {
    font-size: 10px !important;
    margin: 0px !important;
}
.main-box.expHome p {
    font-size: 12px;
    color: #636363;
    margin-bottom: 15px;
}
.main-box.expHome .exp-footer {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.main-box.expHome .exp-footer svg.svg-inline--fa.fa-indian-rupee-sign {
    color: #ee7e1a;
    font-size: 14px !important;
}
.main-box.expHome .exp-footer span {
    color: #ee7e1a !important;
    font-size: 14px !important;
    font-weight: 600;
}


/* .volunteer-section .bgcircle{
    position: absolute;
    bottom: 2%;
    left: 2%;
    z-index: -1;
} */

/* .heading-main{
    margin-bottom: 40px;
}

.volunteer-section .heading-main .title-main{
    font-family: 'Montserrat', sans-serif;
    font-size: 4rem;
    font-weight: 600;
    text-align: left;
    color: #131313;
}

.volunteer-section .heading-main .title-img{
    position: relative;
    display: inline-block;
    z-index: 1;
}

.volunteer-section .heading-main .title-img img{
    position: absolute;
    display: block;
    bottom: -3px;
    right: 0px;
    z-index: -1;
}

.volunteer-section .heading-main .heading-button span{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #83848a;
    transition: .5s;
}

.volunteer-section .heading-main .heading-button span img{
    vertical-align: middle;
    margin-left: 5px;
    transition: .5s;
}

.volunteer-section .heading-main .heading-button{
    text-align: right;
}

.volunteer-section .heading-main .heading-button a{
    transition: .5s;
    text-align: right;
}

.volunteer-section .heading-main .heading-button a:hover span{
    color: #ee7e1a;
    transition: .5s;
}

.volunteer-section .heading-main .heading-button a:hover span img{
    margin-left: 10px;
    transition: .5s;
}
 .main-box .card{
    border: none;
    box-shadow: none;
    transition: 0.9s;
    margin: 0;
    border-radius: 1.2rem;
} */

 .main-box a{
    text-decoration: none;
}

.main-box .card .card-body{
    padding: 20px 0px;
    overflow: hidden;
    border-radius: 0px 0px 12px 12px;
    padding-bottom: 0;
}

.volunteer-section .main-box:hover .card-body .card-title{
    color: #ee7e1a;
    transition: 0.9s;
}

.main-box .card .card-body .card-title{
    font-family: Montserrat;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    color: #000;
    margin: 0px;
    padding: 0px 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #f0f0f5;
    transition: 0.9s;
}

.main-box .card .card-body ul{
    padding:1.5rem;
    column-gap: 10px;
}

 .main-box .card .card-body ul li{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    text-align: left;
    color: #757575;
}
/*===========================Volunteer Section End==============================*/
/* ============================modalsStart======================= */

.custom-modal#custom-sidebar{
    position: fixed;
    top: 0;
    transition: .5s;
    left: -100%;
    z-index: 99;
}
.custom-modal .modal-content{
width: 40rem;
margin: auto;
padding: 1rem;
border: none;
height: 100vh;
overflow-y: scroll;
}


.custom-modal .modal-content .modal-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    text-align: left;
    color: #161616;
}

.custom-modal .modal-content .modal-header {
    align-items: center;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    border-bottom-color: #e3e5e9;

}
.custom-modal .modal-content button.close {
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
}
.close {
    font-size: 2.5rem;
    line-height: 0rem;
    color:#ee7e1a;
    text-shadow: 0 1px 0 #000;
    opacity: 1;
    height: 3rem;
    width: 3rem;}
    .custom-modal .modal-content  .modal-header .close{
        margin: -1rem 0rem -1rem auto;
        padding: 0;
    } 
    .custom-modal .modal-content .p-mode label{
        font-family: 'Montserrat', sans-serif;
        font-size:1.4rem;
        font-weight: 500;
        color: #131313;
        text-transform: capitalize;
    } 
    .custom-modal .modal-content form{
       
    } 
    .custom-modal .modal-content form::-webkit-scrollbar{
       width: 1rem;
    }  
    

    .custom-modal .modal-content form .p-mode .radios{
        display: flex;
        align-items: center;
        column-gap:5rem;
        padding-top: .8rem;
        margin-bottom: 1.5rem;
    }  
    .custom-modal .modal-content form .p-mode .radios p{
        display: flex;
        align-items: center;
        column-gap: .8rem;
    } 
    .custom-modal .modal-content form .p-mode .radios p input[type=radio] {
        height: 1.6rem;
        width: 1.6rem;
    }   
    .custom-modal .modal-content form .p-mode .radios p label{
        font-family: 'Montserrat', sans-serif;
        font-size: 1.4rem;
        font-weight: normal;
        color: #131313;
    }
    .custom-modal .modal-content form .s-city{
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    }
    .custom-modal .modal-content form .s-city .state-d{
        display: flex;
        flex-direction: column;
        row-gap: 0.8rem;
        width: 47%;
    }
    .custom-modal .modal-content form .s-city .state-d label{
        font-family: 'Montserrat', sans-serif;
        font-size: 1.4rem;
        font-weight: 500;
        color: #131313;
        text-transform: capitalize;
    }
    .custom-modal .modal-content form .s-city .state-d select{
        font-family:' Montserrat' sans-serif;
        font-size: 1.4rem;
        color: #757575;
        padding: 1rem;
        text-transform: capitalize;
        outline: none;
        border: solid 1px #e3e5e9;
        height: 4.2rem;
    }
    .custom-modal .modal-content form .s-city .state-d input{
        font-family:' Montserrat' sans-serif;
        font-size: 1.4rem;
        color: #757575;
        padding: 1rem;
        text-transform: capitalize;
        outline: none;
        border: solid 1px #e3e5e9;
        height: 4.2rem;
    }

.custom-modal .modal-content form .modals-buttons.d-flex{
    column-gap: 2rem;
    width: 100%;
}
.custom-modal .modal-content form .modals-buttons.d-flex a{
    font-size: 1.6rem;
    color: #fff;
    padding: .5rem 3rem;
    border-radius: 0.5rem;
    text-transform: capitalize;
    background: #3fa5c1;
    display: flex;
    align-items: center;
}


.custom-modal .modal-content form .modals-buttons.d-flex input[type="submit"]{
    background:#ee7e1a;
    font-size: 1.6rem;
    color: #fff;
    border-radius: 0.5rem;
    text-transform: capitalize;
    padding: .5rem 3rem;
    border: none;
    outline: 0;
}

.creator-form-modal .modal-body.d-flex.flex-column.align-items-center{
    row-gap: 2rem;
}

.creator-form-modal .modal-body.d-flex.flex-column.align-items-center .modal-img{
   width: 12rem;
   height: 12rem;
}
.creator-form-modal .modal-body.d-flex.flex-column.align-items-center .modal-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
 }
 .creator-form-modal .modal-body.d-flex.flex-column.align-items-center p{
     font-size: 1.6rem;
     color:#757575;
     letter-spacing: .1rem;
     line-height: normal;
     text-align: center;
 }
 .creator-form-modal .modal-footer.d-flex.align-items-center.justify-content-center button.btn.btn-info{
     padding: .5rem 5rem;
     font-size: 1.6rem;
 }

/* ============================modalsEnd======================= */
/*===========================Events Section Start==============================*/
.events-section{
    padding: 0 0 6rem 0;
    background-color: #f5f5f7;
}
.events-section.ripple{
    padding-top: 6rem;
}
.events-section .search-bar{
    background-color: #fff;
    position: relative;
    margin: 3rem 0;
    height: 6rem;
    border-radius: 0.5rem;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 8%);
}
.events-section .search-bar input{
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    text-align: left;
    text-transform: capitalize;
    border: 0.1rem solid transparent;
    outline: none;
    font-weight: normal;
    padding-left: 5.5rem;
    transition: .5s;
    height: 100%;
    border-radius: 0.5rem;
    color: #ee7e1a;
}
.events-section .search-bar input::placeholder{
    
    color: #e3e5e9;
}

.events-section .search-bar input:focus{
    border-color: #ee7e1a;
}

.events-section .heading-main{
    margin-bottom: 40px;
}

.events-section .heading-main .title-main{
    font-family: 'Montserrat', sans-serif;
    font-size: 4rem;
    font-weight: 600;
    text-align: left;
    color: #131313;
}

.events-section .heading-main .title-img{
    position: relative;
    display: inline-block;
    z-index: 1;
}

.events-section .heading-main .title-img img{
    position: absolute;
    display: block;
    bottom: -3px;
    left: 0px;
    z-index: -1;
}

.events-section .heading-main .heading-button span{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #83848a;
    transition: .5s;
}

.events-section .heading-main .heading-button span img{
    vertical-align: middle;
    margin-left: 5px;
    transition: .5s;
}

.events-section .heading-main .heading-button{
    text-align: right;
}

.events-section .heading-main .heading-button a{
    transition: .5s;
    text-align: right;
}

.events-section .heading-main .heading-button a:hover span{
    color: #ee7e1a;
    transition: .5s;
}

.events-section .heading-main .heading-button a:hover span img{
    margin-left: 10px;
    transition: .5s;
}
/* .events-section .main-box .card{
    border: none;
    border-radius: 12px;
    box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.08);
    transition: 0.9s;
    margin-bottom: 30px;
    padding: 25px;
    transition: .5s;
}
.events-section .main-box .card:hover {
    -webkit-box-shadow: 0px 17px 40px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 17px 40px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 17px 40px 0px rgb(0 0 0 / 20%);
    transition: .5s;
    transform: translateY(-5px);
} */

.card-img-top.fancy{
    height: auto;
    width: auto;
    max-width: 100%;
}
/* .events-section .main-box .card .card-img-top{
    border-radius: 15px;
} */

.events-section .main-box a{
    text-decoration: none;
}

/* .events-section .main-box .card .card-body{
    padding: 20px 0px 0px 0px;
    overflow: hidden;
    border-radius: 0px 0px 12px 12px;
} */

.events-section .main-box:hover .card-body .card-title{
    color: #ee7e1a;
    transition: 0.9s;
}

/* .events-section .main-box .card .card-body .card-title{
    font-family: Montserrat;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.4;
    text-align: left;
    color: #000;
    margin: 0px;
    padding: 0px 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f5;
    transition: 0.9s;
} */

/* .events-section .main-box .card .card-body ul{
    padding: 0px 0px;
    padding-top: 20px;
    column-gap: 10px;
} */
/* 
.events-section .main-box .card .card-body ul li{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    text-align: left;
    color: #757575;
} */
/*===========================Events Section End==============================*/

/*===========================Courses Section Start==============================*/
.courses-section{
    padding: 6rem 0;
    background-color: #ffffff;
}
.courses-section .row.row-eq-height {
    margin-left: 0;
    column-gap: 2.5rem;
    row-gap: 2.5rem;
}
.courses-section .row.row-eq-height .equal-boxes {
    box-shadow: 0 5px 15px -5px rgb(0 0 0 / 15%);
    background: #fff;
    box-sizing: border-box;
    max-width: calc(33.3333% - 2.5rem);
    border-radius: 1.2rem;
    padding: 0;
}
.courses-section .main-box .card {
    border: none;
    box-shadow: none;
    transition: 0.9s;
    margin: 0;
    border-radius: 1.2rem;
}
.courses-section .row.row-eq-height .equal-boxes .main-box .card .card-img-top {
    border-top-left-radius: 1.2rem;
    border-top-right-radius: 1.2rem;
    height: 20rem;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: top;
}



.courses-section .heading-main{
    margin-bottom: 40px;
}

.courses-section .heading-main .title-main{
    font-family: 'Montserrat', sans-serif;
    font-size: 4rem;
    font-weight: 600;
    text-align: left;
    color: #131313;
}

.courses-section .heading-main .title-img{
    position: relative;
    display: inline-block;
    z-index: 1;
}

.courses-section .heading-main .title-img img{
    position: absolute;
    display: block;
    bottom: -3px;
    left: 0px;
    z-index: -1;
}

.courses-section .heading-main .heading-button span{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #83848a;
    transition: .5s;
}

.courses-section .heading-main .heading-button span img{
    vertical-align: middle;
    margin-left: 5px;
    transition: .5s;
}

.courses-section .heading-main .heading-button{
    text-align: right;
}

.courses-section .heading-main .heading-button a{
    transition: .5s;
    text-align: right;
}

.courses-section .heading-main .heading-button a:hover span{
    color: #ee7e1a;
    transition: .5s;
}

.courses-section .heading-main .heading-button a:hover span img{
    margin-left: 10px;
    transition: .5s;
}
.courses-section .main-box .card{
    border: none;
    border-radius: 12px;
    box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.08);
    transition: 0.9s;
    margin-bottom: 30px;
}

.courses-section .main-box a{
    text-decoration: none;
}

.courses-section .main-box .card .card-body{
    padding: 20px 0px;
    overflow: hidden;
    border-radius: 0px 0px 12px 12px;
}

.courses-section .main-box:hover .card-body .card-title{
    color: #ee7e1a;
    transition: 0.9s;
}

.courses-section .main-box .card .card-body .card-title{
    font-family: Montserrat;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
    color: #000;
    margin: 0px;
    padding: 0px 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f5;
    transition: 0.9s;
}

.courses-section .main-box .card .card-body ul{
    padding: 0px 20px;
    padding-top: 20px;
    column-gap: 10px;
}

.courses-section .main-box .card .card-body ul li{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    text-align: left;
    color: #757575;
}
/*===========================Courses Section End==============================*/
/* ===========================footerStart============================== */
footer.fixed-bottom{
    z-index: 1;
}
footer{
    background: #2e3032;
    /* position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1; */
}
footer .footer-logo img{
    height: 7rem;
}
footer .fourt{
    padding: 4rem 0;
}
footer .fourt p{
 
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3rem;
    line-height: 1.85;
    color: #a1a2ab;
    padding: 1.5rem 0;
}

footer .fourt .social-icon{
    display: flex;
    column-gap: .8rem;
}
footer .fourt .social-icon img{
    width: auto;
    height: auto;
    max-width: 4rem;
    max-height: 4rem;
    vertical-align: middle;
}

footer .fourt .quick{
    display: flex;
    flex-direction: column;
    padding-top: 4rem;
    row-gap: 1rem;
}

footer .quick .footer-contact span {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

footer .quick .footer-contact p {
    padding: 0px !important;
}

footer .quick .footer-contact p a {
    font-size: 1.3rem;
}

footer .fourt .quick a{
    width: max-content;
    font-size: 1.6rem;
    color: #a1a2ab;
    text-transform: capitalize;
    transition: .5s;
   
}
footer .fourt .quick a:hover{
    color: #fff;
    padding-left: .5rem;
   
}


footer .fourt .quick h5{
 
font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 2.3rem;
}
footer .powered{
    text-align: center;
    border-top: 1px solid #2e3032;
    padding: 2rem 0;
}
footer .powered p{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    color: #fff;
    text-transform: capitalize;
    text-align: left;
}

footer .powered p span{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    color: #ee7e1a;
}





/* ===========================footerEnd============================== */


/* ===============================VolunteerPageStart====================== */

/* ===============================slide-section-Start====================== */

.v-1 {
    width: 100%;
    position: relative;
    padding: 0 8%;
    background-image: linear-gradient(to right, #541575, #551676, #561777, #571878, #581979, #591a7a, #5a1a7b, #5b1b7c, #5c1b7d, #5d1c7e, #5e1c80, #5f1c81);
}

.v-1 .v-1-img {
    width: 100%;
    height: 40rem;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    flex-wrap: wrap;
}

.v-1 .v-1-img img {
    width: auto;
    object-fit: cover;
    height: 100%;
    max-width: 50%;
    max-height: 40rem;
}
.v-1 .v-1-img .v-1-content{
    width: 50%;
}


.v-1 h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 4.4rem;
    font-weight: 600;
    text-align: left;
    color: rgb(255, 255, 255);
}
/* ===============================slide-section-end====================== */

/* ===============================young-section-Start====================== */
.young{
    background-color: #f5f5f7;
    padding-bottom: 6rem;
}
.young .register-button{
   text-align: center;
}
.young .register-button button{
    font-size: 1.6rem;
    background: #ee7e1a;
    color: #fff;
    padding: 1.5rem 6rem;
    text-transform: capitalize;
    border-radius: 0.5rem;
    transition: .5s;
    border:none;
    cursor: pointer;
    transition: .5s;
}
.young .register-button button:hover{
    background: #ee7e1a;
}

.young .d-flex.justify-content-between.align-items-center button:hover{
    background: #ee7e1a;
}
.young .d-flex.justify-content-between.align-items-center button{
    padding: 1rem 2rem;
    border: none;
    background: #ee7e1a;
    color: #fff;
    font-size: 1.6rem;
    border-radius: 0.5rem;
    cursor: pointer;
}

.young .register-button .badge-boxmain {
    position: relative;
    margin-right: 30px;
}
.young .register-button .badge-boxmain button {
    padding-right: 40px !important;
}
.young .register-button .badge-boxmain .badge-bg {
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translate(0, -50%);
}

.young .register-button .badge-boxmain .badge-box-2x{
    position: absolute;
    top: 45%;
    text-align: center;
    left: 5px;
    right: 0;
    transform: translate(0, -50%);
    display: flex;
}

.young .register-button .badge-boxmain .badge-box-2x span{
    display: block;
    font-size: 10px;
    color: #fff;
    font-weight: 500;
    text-align: left;
    margin-left: 2px;
    line-height: 10px;
}

.young .d-flex.justify-content-between.align-items-center button.wishBtnHide{
    margin-left: auto;
    margin-right: 10px;
    /*border-radius: 50%;*/
    height: 40px;
    width: 40px;
    padding: 0px;
    line-height: 48px;
    text-align: center;
    vertical-align: middle;
}

.young .d-flex.justify-content-between.align-items-center button.wishBtnHide svg.svg-inline--fa.fa-heart{
    fill: rgb(255 255 255);
    color: rgb(255 255 255);
    font-size: 26px;
}

.young .d-flex.justify-content-between.align-items-center .share {
    position: relative;
}
.share-icon {
    position: absolute;
    z-index: 2;
    /* width: 340px; */
    right: -10px;
    left: 0px;
    /*top: 44px;*/
    display: none;
    text-align: end;
    margin: auto;
    transition: .5s;
}
.share-icon:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #ee7e1a;
    margin: auto;
}
.young .d-flex.justify-content-between.align-items-center .share-icon button {
    width: 30px;
    height: 30px;
    padding: inherit !important;
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
    border-radius: 0px;
}

.young .d-flex.justify-content-between.align-items-center .share-icon button svg:not(:root).svg-inline--fa {
    font-size: inherit;
    fill: rgb(255 255 255);
    color: rgb(255 255 255);
}

.young .d-flex.justify-content-between.align-items-center .share:hover .share-icon{
    display: block;
    transition: .5s;
    text-align: center;
}
.young .d-flex.justify-content-between.align-items-center button.shareBtn{
    margin-left: 10px;
    /*border-radius: 50%;*/
    height: 40px;
    width: 40px;
    padding: 0px;
    /*line-height: 40px;*/
    text-align: center;
    vertical-align: middle;
}

.young .d-flex.justify-content-between.align-items-center button.shareBtn svg.svg-inline--fa.fa-share-nodes{
    fill: rgb(255 255 255);
    color: rgb(255 255 255);
    font-size: 22px;
}



.young .d-flex.flex-column{
  padding: 3rem 0;
}
.young .d-flex.flex-column small{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    color: #131313;
    text-transform: capitalize;
  }
.young h3{
    font-family: 'Montserrat', sans-serif;
    font-size: 3.2rem;
    font-weight: 600;
    text-align: left;
    color: #131313;
    text-transform: capitalize;
    padding: 3rem 0;
}

.young .young-inner{
    border-radius: 1.6rem;
    box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
}

.young .young-inner ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.young .young-inner ul li{
    display: flex;
    font-size: 2rem;
    color: #fff;
    width: 33.33%;
    align-items: center;
    text-align: left;
    padding: 1rem;
    column-gap: 0.5rem;
}
.young .young-inner ul li{
    word-break: break-all;
}
.young .young-inner ul li.party{
    border-radius: 0 1.6rem 0 0 !important;
}

.young .young-inner ul li:first-child{
    background: #3fa5c1;
    border-radius: 1.6rem 0 0 0;
}
.young .young-inner ul li:nth-child(2){
    background: #31ad4f;
    border-radius: 0;
    position: relative;
    z-index: 1;
}
.young .young-inner ul li.party::after{
    border-radius: 0 1.6rem 0 0 !important; 
}
.young .young-inner ul li:nth-child(2)::after{
    background: #31ad4f;
    content: '';
    position: absolute;
    left: -1px;
    bottom: 0;
    right: -1px;
    height: 100%;
    z-index: -1;
}

.young .young-inner ul li:nth-child(3){
    background: #ee7e1a;
    border-radius: 0 1.6rem 0 0;
}


.young .young-inner ul li.ews{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.young .young-inner ul li.ews strong{
    padding-left: 1rem;
}

.young .young-inner ul li.ews span.op_rating{
    color: #3fa5c1;
    display: inline-block;
    background: #fff;
    border-radius: 0.5rem;
    width: 6rem;
    height: 4rem;
    text-align: center;
    line-height: 4.4rem;
}



.young .young-inner ul li span{
 
}
.young .young-inner ul li span img{
  width: auto;
  height: auto;
  object-fit: cover; 
  max-width:4.8rem;
  max-height: 4.8rem;
  border-radius: 50%;
  vertical-align: middle;
}


.young .young-inner .skills {
   
    padding: 3rem;
}
.young .young-inner .skills .d-flex{
    column-gap: 2rem;
    flex-wrap: wrap;
}
.young .young-inner .skills .d-flex .vlntr-image{
    width: 15rem;
    height: 15rem;
    position: relative;
}

.young .young-inner .skills .d-flex .vlntr-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .5rem;
}

.young .young-inner .skills .d-flex .vlntr-image p.camp-badge {
    position: absolute;
    bottom: 15px;
    padding: 5px 5px;
    color: #fff;
    font-size: 12px;
    width: 85%;
    border-radius: 0px 5px 5px 0px;
}

.young .young-inner .skills ol{
    display: flex;
    width:calc(100% - 17rem);
    /* justify-content: space-between; */
    flex-wrap: wrap;
}

.young .young-inner .skills ol li{
    width: 33%;
    display: flex;
    align-items: center;
    column-gap: 0.8rem; 
    color: #131313;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    font-weight: normal;
}

.profile-errorm{
    padding-top: 3rem;
}
.profile-errorm h4.text-center.m-auto{
    font-family: ' Montserrat', sans-serif;
    font-size: 1.6rem;
    color: red;
    text-transform: capitalize;
    border: 0.1rem solid #ee7e1a;
    background-color: #e8eaf8;
    border-radius: 0.5rem;
    padding: 1rem;
}



.young .young-inner .skills ol li:last-child{
    width: 100%;
    color: #ee7e1a;
    font-weight: normal;
}


.young .young-inner .skills ol li span img{ 
    object-fit: cover;
    width: auto;
    height: auto;
    max-width: 3.5rem;
    max-height: 3.5rem;
}

.young .young-inner .skills .skills-inner{
 padding: 3rem 0;
}
.young .young-inner .skills .skills-inner p{
    display: flex;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    color: #131313;
    column-gap: 0.8rem;
}
.young .young-inner .skills .skills-inner p span img{
    width: auto;
    height: auto;
    object-fit: cover;
    max-width: 3.9rem;
    max-height: 3.9rem;
}
.young .young-inner .skills .skills-inner .spans{
    display: flex;
    padding: 0rem 4.5rem;
    flex-wrap: wrap;
    width: 90%;
    row-gap: 2rem;
    column-gap: 2rem;
}

.young .young-inner .skills .skills-inner .spans span{
    border-radius: 0.4rem;
    border: solid 1px #3fa5c1;
    background-color: #e8f5f8;
    font-size: 1.6rem;
    color: #3fa5c1;
    width: 17rem;
    height: 4.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.young .young-inner .skills .skills-inner.custom{
    padding-top: 0;
}
.young .young-inner .skills .skills-inner.custom .spans{
    width:75%;
    justify-content: inherit;
    column-gap: 2rem;
  
}



.young .desc{
}

.young .desc h4{
    font-family: 'Montserrat', sans-serif;
    font-size:2.2rem;
    font-weight: 600;
    color: #161616;
    text-transform: capitalize;
    padding-bottom: 1rem;
}

.young .desc p{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    line-height: 1.56;
    color: #757575;
}


/* ===============================young-section-end====================== */


/* ===============================VolunteerPageEnd====================== */

/* ===============================LoginPageStart===================== */

.login-detail{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #f5f5f7;
}
.login-detail .left-login{
    background-color: #ee7e1a;
    text-align: center;
    width: 51%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
   
}
.login-detail .left-login .left-login-slide{
    width: 50%;
    padding: 5.5rem 0;
}

.login-detail .left-login .left-login-slide .slide-content{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login-detail .left-login .left-login-slide .slide-content h6{
    font-family:'Montserrat', sans-serif;
   font-size:2.4rem;
   font-weight: bold;
   color: #fff;
   padding: 1.8rem 0;
}

.login-detail .left-login .left-login-slide .slide-content p{
    font-family:'Montserrat', sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #fff;
    font-weight: 300;
}

.login-detail .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev{
    border: none;
    outline: none;
    box-shadow: none;
}
.login-detail .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #FFF;
}

.login-detail .left-login .left-login-slide .slide-content .slide-img{
   width: 30rem;
   /* height: 30rem; */
   overflow: hidden;
}

.login-detail .left-login .left-login-slide .slide-content .slide-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: .5rem;
 }
    



.login-detail .right-login{
    width: 50%;
    display: flex;
    flex-direction: column;
    background: #f5f5f7;
    align-items: center;
    row-gap: 1.5rem;
}
.login-detail .right-login label{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: #131313;
    text-transform: capitalize;
    text-align: left;
    padding: 0;
}



.login-detail .right-login .form-logo{
   
}

.login-detail .right-login .form-logo img{
   height: 6rem;
}

.login-detail .tabbable-responsive{
    overflow-x: inherit;
}

.login-detail .right-login .nav-tabs .nav-link {
    border: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: .5s;
    background: #fff;
    font-size: 1.8rem;
    font-weight: normal;
    /* padding: 2rem; */
    color: #ee7e1a;
    text-transform: capitalize;
    font-size: 1.5rem;
    /* width: 11rem; */
    height: 4rem;
    text-align: center;
    line-height: 3.4rem;
    margin: 0 2px;
}

.login-detail .right-login .nav-tabs .nav-link.active {
    background: #ee7e1a;
    color: #fff;
}

.login-detail .right-login .tabbable .nav-tabs{
    border: none;
}

.login-detail .right-login .tabbable{
    text-align: center;
}

.login-detail .right-login .forgot_p{
    display: inline-block;
    text-align: right;
    margin-top: -12px !important;
    width: unset;
    margin: unset;
    padding: unset;
    border-radius: unset;;
}

.login-detail .right-login .signup_a{
    font-size: 1.4rem;
}

.login-detail .right-login form{
    text-align: center;
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
    width: 60%;
    background-color: #fff;
    padding: 20px;
    /* box-shadow: 0 2px 6px rgb(0 0 0 / 44%); */
    box-shadow: 0 5px 15px -5px rgb(0 0 0 / 15%);
    border-radius: 10px !important;
}

.login-detail .right-login form h3{
    text-align: center;
    font-family:'Montserrat', sans-serif;
    font-size: 2.4rem;
    font-weight: bold;
    color: #131313; 
}

.login-detail .right-login form p{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
    color: #757575;
}
span.error strong{
    color:red;
}

.login-detail .right-login form input{
    display: block;
    text-align: left;
    margin: auto;
    width: 100%;
    height: 5rem;
    font-family: 'Montserrat',sans-serif;
    font-size: 1.6rem;
    color: #757575; 
    text-transform: capitalize;
    outline: none;
    border: 1px solid #e3e5e9;
    padding: 0 .8rem;
    border-radius: .5rem;
    transition: .5s;
}
.login-detail .right-login form input::placeholder{
    color: #e0dfdf; 
}


.login-detail .right-login form input[type="email"]:focus{
    border-color: #ee7e1a; 
}

.login-detail .right-login form input[type="submit"]{
    background-color: #ee7e1a;
    color: #fff;
    text-align: center;
    padding: 0;
    transition: .5s;
    cursor: pointer;
     
}

.login-detail .right-login form input[type="submit"]:hover{
    background-color: #ee7e1a; 
}
/* ===============================OtpPageStart===================== */
.login-detail .right-login form .inputs{
    display: flex;
    justify-content: space-between;
    column-gap: 1.5rem;
}

.login-detail .right-login form span{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem;
    text-align: center;
    color: #ee7e1a;
}

/* ===============================OtpPageEnd===================== */

.login-detail .right-login .login-with {
    vertical-align: middle;
    display: block;
    color: #757575;
}

.login-detail .right-login .login-with::after {
    content: '';
    width: 30%;
    height: 1px;
    background-color: #eee;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}
.login-detail .right-login .login-with::before {
    content: '';
    width: 30%;
    height: 1px;
    background-color: #eee;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.login-detail .right-login form a{
    /* display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 0.8rem; */
    font-size: 1.4rem;
    width: 12%;
    margin: auto;
    padding: 1rem 0;
    border-radius: 0.5rem;
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
}
.login-detail .right-login form a.second{
    color: #3b5998;
    border: solid 1px #3b5998;
}
.login-detail .right-login form a.first{
    color: #518ef8;
    border: solid 1px #518ef8;
}
/* ===============================LoginModal===================== */
.age-disclaimer-modal .modal-dialog.modal-dialog-centered{
    width: 22%;
}
.age-disclaimer-modal .age-content{
    text-align: center;
    padding: 20px 15px;
}
.age-disclaimer-modal .age-content .age_image{
    width: 80px;
    height: 80px;
    margin: auto;
}
.age-disclaimer-modal .age-content .age_image img{
    width: 100%;
}

.age-disclaimer-modal .age-content h3{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0px;
}

.age-disclaimer-modal .age-content h4{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin: 20px 0px;
    text-align: left;
}

.age-disclaimer-modal .age-content ul{
    display: block;
    text-align: left;
    margin-left: 16px;
}

.age-disclaimer-modal .age-content ul li{
    list-style: auto;
    margin-bottom: 10px;
}

.age-disclaimer-modal .age-content p {
    font-size: 14px;
    text-align: left;
    margin: 20px 0px;
}

.age-disclaimer-modal .age-content button.btn.btn-secondary {
    font-size: 14px;
    padding: 10px 20px;
    background-color: #ee7e1a;
    border: none;
}

.age-disclaimer-modal .age-content a{
    font-size: 14px;
    display: block;
    margin-top: 5px;
}
/* ===============================Rewards Points for Registration Modal===================== */
.registration-reward-modal .modal-dialog.modal-dialog-centered{
    width: 100%;
    max-width: 612px;
}
.registration-reward-modal .age-content{
    text-align: center;
    padding: 20px 15px;
}
.registration-reward-modal .age-content .age_image{
    width: 100%;
    height: 100%;
    margin: auto;
}
.registration-reward-modal .age-content .age_image img{
    width: 100%;
}

.registration-reward-modal .age-content h3{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 0px 0px;
    margin-top: 20px;
}

.registration-reward-modal .age-content p {
    font-size: 14px;
    text-align: center;
    margin: 10px 0px;
    margin-bottom: 30px;
    color: #787777;
}

.registration-reward-modal .age-content button.btn.btn-secondary {
    font-size: 14px;
    padding: 10px 20px;
    background-color: #ee7e1a;
    border: none;
}
/* ===============================LoginModalEnd===================== */
/* ===============================LoginPageEnd===================== */


/* ===============================Credits Points Modal===================== */
.credits-points-modal .modal-dialog.modal-dialog-centered{
    width: 100%;
    max-width: 300px;
}
.credits-points-modal .credits-content{
    text-align: center;
    padding: 20px 15px;
}
.credits-points-modal .credits-content .age_image{
    width: 100%;
    height: 100%;
    margin: auto;
}
.credits-points-modal .credits-content .age_image img{
    width: 60%;
}

.credits-points-modal .credits-content h3{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 0px 0px;
    margin-top: 20px;
}

.credits-points-modal .credits-content p {
    font-size: 14px;
    text-align: center;
    margin: 10px 0px;
    margin-bottom: 30px;
    color: #787777;
}

.credits-points-modal .credits-content button.btn.btn-secondary {
    font-size: 16px;
    font-weight: 500;
    padding: 8px 20px;
    background-color: #ee7e1a;
    border: none;
}

.credits-points-modal .credits-content .click-here.btn.btn-secondary {
    font-size: 16px;
    font-weight: 500;
    padding: 8px 20px;
    background-color: #ee7e1a;
    border: none;
}
/* ===============================End Credits Points Modal===================== */

/* ===============================OpportunitypageStart===================== */

/* ===============================SocialImpactSectionStart===================== */
.fair{
    background: #ee7e1a;
}
.fair h3{
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    font-weight: 600;
    text-align: left;
    color: #fff;
    padding: 3rem 0;
}
/* ===============================SocialImpactSectionEnd===================== */

/* ===============================SearchBarSectionStart===================== */
.fproduct{
    background-color: #f5f5f7;
    padding: 6rem 0;
}
.search-main .search-bar{
    background-color: #fff;
    position: relative;
    /* margin: 3rem 0; */
    height: 6rem;
    border-radius: .5rem;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
}
.search-main .search-bar input{
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    text-align: left;
    text-transform: capitalize;
    border: 1px solid transparent;
    outline: none;
    font-weight: normal;
    padding-left: 5.5rem;
    transition: .5s;
    height: 100%;
    border-radius: .5rem;
    color: #000;
}
.search-main .search-bar input::placeholder{
    
    color: #757575;
}
.search-main .search-bar input:focus{
    border-color: #ee7e1a;
}

.search-main .search-bar .sicons{
    position: absolute;
    display: flex;
    justify-content: space-between;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 6rem;
    align-items: center;
    padding: 0 2rem;
}
.search-main .search-bar svg:not(:host).svg-inline--fa.tri, svg:not(:root).svg-inline--fa.tri{
    font-size: 3rem;
    fill: #757575 !important;
    color: #757575;
    position: absolute;
    left: 3%;
    top: 50%;
    bottom: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.fproduct .d-flex.justify-content-between{
    width: calc(100% - 15.5rem);
}
.search-main .search-bar img{
    width: 4rem;
    height: 4rem;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 50%;
    bottom: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    filter: grayscale(1);
}

.fproduct .pr-main ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 2.5rem;
    position: relative;
}

.fproduct .pr-main ul li{
    width: calc(50% - 1.5rem);
    transition: .5s;
    background: #fff;
}
.fproduct .pr-main ul li:hover {
    -webkit-box-shadow: 0px 17px 40px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 17px 40px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 17px 40px 0px rgb(0 0 0 / 20%);
    transition: .5s;
    transform: translateY(-5px);
}

.fproduct .pr-main ul a{
    font-family:'Montserrat', sans-serif;
    display: flex;
    padding: 1.5rem;
    border-radius: 0.5rem;
    column-gap: 2rem;
    position: relative;
}
.fproduct .pr-main ul a p.camp-badge {
    position: absolute;
    bottom: 15px;
    left: 0;
    padding: 5px 5px;
    color: #fff;
    font-size: 10px;
    width: 20%;
    border-radius: 0px 5px 5px 0px;
}
.fproduct .pr-main ul a p.camp-badge {
    position: absolute;
    bottom: 15px;
    left: 0;
    padding: 5px 5px;
    color: #fff;
    font-size: 10px;
    width: 20%;
    border-radius: 0px 5px 5px 0px;
}
.fproduct .pr-main ul a img{
   max-width: 13rem;
   max-height: 13rem;
   width: 13rem;
   height: auto;
   object-fit: cover;
   border-radius: .5rem;
}
.fproduct .pr-main ul a h5{
    font-family: 'Montserrat';
    font-size: 1.8rem;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    padding-right: .5rem;
}
.fproduct .pr-main ul a p{
 display: flex;
 align-items: center;
 column-gap: .8rem;

}
.fproduct .pr-main ul a p img{
   width: 2.6rem;
   height: 2.8rem;
   object-fit: cover;
    
   }
.fproduct .pr-main ul a p span {
    font-family:'Montserrat', sans-serif;
    font-size: 1.6rem;
    color: #757575;
    font-weight: normal;
}
.fproduct .pr-main ul a .ratings{
    display: flex;
    flex-direction: column;
}

.fproduct .pr-main ul a .ratings span.badge-box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 2px 0px;
}

.fproduct .pr-main ul a .ratings span.badge-box-2x {
    background: linear-gradient(#ffd500, #d94700) !important;
}

.fproduct .pr-main ul a .ratings span.badge-box-2x img {
    width: 65%;
    height: 65%;
    object-fit: contain;
    padding: 2px 0px;
}

.fproduct .pr-main ul a .ratings span.badge-box-2x span {
    font-size: 7px;
    background-color: transparent;
    color: #fff;
    font-weight: 600;
    line-height: 8px;
}

.fproduct .pr-main ul a .ratings.eventrating{
    padding-left: 3rem;
    display: none;
}
.fproduct .pr-main ul a .ratings span{
    display: flex;
    height: 3.2rem;
    width: 4rem;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
}

.fproduct .pr-main ul a .pr-content{
    display: flex;
    flex-direction: column;
    row-gap: .5rem;
    overflow: hidden;
}
.fproduct .pr-main ul a .ratings span:first-child{
   background: #ee7e1a;
   border-radius: .5rem .5rem 0 0;
}

.fproduct .pr-main ul a .ratings span:nth-child(2){
    background:#e3f1ff;
    color:#ee7e1a;
    border-radius: 0 0 .5rem .5rem;
 }

.fproduct .pr-main ul a .ratings span svg:not(:host).svg-inline--fa.search-buttons, svg:not(:root).svg-inline--fa.search-buttons{
   font-size: 3rem;
    fill: #ffffff !important;
    color: #ffffff;
    position: inherit;
    transform: translate(0,0);
    color: #757575;
    position: absolute;
    left: 3%;
    top: 50%;
    bottom: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;

}

.fproduct .opp-list .d-flex.justify-content-center{
 width: 100%;
}
/* ===============================SearchBarSectionEnd===================== */

/* ===============================NotificationHistory===================== */
.notification-history{
    background: #fafafa;
    padding: 6rem 0;
}
.notification-history .pr-main ul li{
    border-radius: 1rem;
}
.notification-history span.icon {
    height: 50px;
    width: 50px;
    border: 2px solid #ee7e1a;
    border-radius: 50%;
    line-height: 43px;
    text-align: center;
    vertical-align: middle;
}
.notification-history span.icon .svg-inline--fa{
    font-size: 28px;
    vertical-align: middle;
    fill: rgb(15 17 51);
    color: rgb(15 17 51);
}
/* ===============================NotificationHistoryEnd===================== */

/* ============================modalsStart======================= */
/* .custom-modal .modal-content{
                width: 65rem;
                margin: auto;
                padding: 2rem;
}
@media (min-width: 576px){
    .custom-modal .modal-dialog{
       max-width: inherit !important;
    }
}

.custom-modal .modal-content .modal-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.2rem;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    text-align: left;
    color: #161616;
}

.custom-modal .modal-content .modal-header {
    align-items: center;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    border-bottom-color: #e3e5e9;

}
.custom-modal .modal-content button.close {
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
}
.close {
    font-size: 2.5rem;
    line-height: 0rem;
    color:#ee7e1a;
    text-shadow: 0 1px 0 #000;
    opacity: 1;
    height: 3rem;
    width: 3rem;}
    .custom-modal .modal-content  .modal-header .close{
        margin: -1rem 0rem -1rem auto;
        padding: 0;
    } 
    .custom-modal .modal-content .p-mode label{
        font-family: 'Montserrat', sans-serif;
        font-size:1.8rem;
        font-weight: 500;
        color: #131313;
        text-transform: capitalize;
    } 
     
    .custom-modal .modal-content form .p-mode .radios{
        display: flex;
        align-items: center;
        column-gap:10rem;
        padding-top: .8rem;
        margin-bottom: 3rem;
    }  
    .custom-modal .modal-content form .p-mode .radios p{
        display: flex;
        align-items: center;
        column-gap: .8rem;
    } 
    .custom-modal .modal-content form .p-mode .radios p input[type=radio] {
        height: 2.4rem;
        width: 2.4rem;
    }   
    .custom-modal .modal-content form .p-mode .radios p label{
        font-family: 'Montserrat', sans-serif;
        font-size: 1.6rem;
        font-weight: normal;
        color: #131313;
    }
    .custom-modal .modal-content form .s-city{
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
    }
    .custom-modal .modal-content form .s-city .state-d{
        display: flex;
        flex-direction: column;
        row-gap: 0.8rem;
        width: 47%;
    }
    .custom-modal .modal-content form .s-city .state-d label{
        font-family: 'Montserrat', sans-serif;
        font-size: 1.8rem;
        font-weight: 500;
        color: #131313;
        text-transform: capitalize;
    }
    .custom-modal .modal-content form .s-city .state-d select{
        font-family:' Montserrat' sans-serif;
        font-size: 1.6rem;
        color: #757575;
        padding: 1rem;
        text-transform: capitalize;
        outline: none;
        border: solid 1px #e3e5e9;
        height: 5.2rem;
    }
    .custom-modal .modal-content form .s-city .state-d input{
        font-family:' Montserrat' sans-serif;
        font-size: 1.6rem;
        color: #757575;
        padding: 1rem;
        text-transform: capitalize;
        outline: none;
        border: solid 1px #e3e5e9;
    }

.custom-modal .modal-content form .modals-buttons.d-flex{
    column-gap: 2rem;
}
.custom-modal .modal-content form .modals-buttons.d-flex a{
    font-size: 1.8rem;
    color: #fff;
    padding: 1.2rem 4rem;
    border-radius: 0.5rem;
    text-transform: capitalize;
    transition: .5s;
}
.custom-modal .modal-content form .modals-buttons.d-flex a:first-child:hover{
    background:#ee7e1a;
}
.custom-modal .modal-content form .modals-buttons.d-flex a:first-child{
    background: #3fa5c1;
}
.custom-modal .modal-content form .modals-buttons.d-flex a:last-child:hover{
    background: #3fa5c1;
}

.custom-modal .modal-content form .modals-buttons.d-flex a:last-child{
    background:#ee7e1a;
} */

.creator-form-modal .modal-body.d-flex.flex-column.align-items-center{
    row-gap: 2rem;
} 

.creator-form-modal .modal-body.d-flex.flex-column.align-items-center .modal-img{
   width: 12rem;
   height: 12rem;
}
.creator-form-modal .modal-body.d-flex.flex-column.align-items-center .modal-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
 }
 .creator-form-modal .modal-body.d-flex.flex-column.align-items-center p{
     font-size: 1.6rem;
     color:#757575;
     letter-spacing: .1rem;
     line-height: normal;
     text-align: center;
 }
 .creator-form-modal .modal-footer.d-flex.align-items-center.justify-content-center button.btn.btn-info{
     padding: .5rem 5rem;
     font-size: 1.6rem;
 }

/* 

    .chosen-select {
        width: 100%;
      }
      .chosen-select-deselect {
        width: 100%;
      }
      .chosen-container {
        display: inline-block;
        font-size: 14px;
        position: relative;
        vertical-align: middle;
      }
      .chosen-container .chosen-drop {
        background: #ffffff;
        border: 1px solid #cccccc;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, .25);
        box-shadow: 0 8px 8px rgba(0, 0, 0, .25);
        margin-top: -1px;
        position: absolute;
        top: 100%;
        left: -9000px;
        z-index: 1060;
      }
      .chosen-container.chosen-with-drop .chosen-drop {
        left: 0;
        right: 0;
      }
      .chosen-container .chosen-results {
        color: #555555;
        margin: 0 4px 4px 0;
        max-height: 240px;
        padding: 0 0 0 4px;
        position: relative;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
      }
      .chosen-container .chosen-results li {
        display: none;
        line-height: 1.42857143;
        list-style: none;
        margin: 0;
        padding: 5px 6px;
      }
      .chosen-container .chosen-results li em {
        background: #feffde;
        font-style: normal;
      }
      .chosen-container .chosen-results li.group-result {
        display: list-item;
        cursor: default;
        color: #999;
        font-weight: bold;
      }
      .chosen-container .chosen-results li.group-option {
        padding-left: 15px;
      }
      .chosen-container .chosen-results li.active-result {
        cursor: pointer;
        display: list-item;
      }
      .chosen-container .chosen-results li.highlighted {
        background-color: #428bca;
        background-image: none;
        color: white;
      }
      .chosen-container .chosen-results li.highlighted em {
        background: transparent;
      }
      .chosen-container .chosen-results li.disabled-result {
        display: list-item;
        color: #777777;
      }
      .chosen-container .chosen-results .no-results {
        background: #eeeeee;
        display: list-item;
      }
      .chosen-container .chosen-results-scroll {
        background: white;
        margin: 0 4px;
        position: absolute;
        text-align: center;
        width: 321px;
        z-index: 1;
      }
      .chosen-container .chosen-results-scroll span {
        display: inline-block;
        height: 1.42857143;
        text-indent: -5000px;
        width: 9px;
      }
      .chosen-container .chosen-results-scroll-down {
        bottom: 0;
      }
      .chosen-container .chosen-results-scroll-down span {
        background: url("chosen-sprite.png") no-repeat -4px -3px;
      }
      .chosen-container .chosen-results-scroll-up span {
        background: url("chosen-sprite.png") no-repeat -22px -3px;
      }
      .chosen-container-single .chosen-single {
        background-color: #ffffff;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        border: 1px solid #cccccc;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        color: #555555;
        display: block;
        height: 34px;
        overflow: hidden;
        line-height: 34px;
        padding: 0 0 0 8px;
        position: relative;
        text-decoration: none;
        white-space: nowrap;
      }
      .chosen-container-single .chosen-single span {
        display: block;
        margin-right: 26px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }
      .chosen-container-single .chosen-single abbr {
        background: url("chosen-sprite.png") right top no-repeat;
        display: block;
        font-size: 1px;
        height: 10px;
        position: absolute;
        right: 26px;
        top: 12px;
        width: 12px;
      }
      .chosen-container-single .chosen-single abbr:hover {
        background-position: right -11px;
      }
      .chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
        background-position: right 2px;
      }
      .chosen-container-single .chosen-single div {
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        width: 18px;
      }
      .chosen-container-single .chosen-single div b {
        background: url("chosen-sprite.png") no-repeat 0 7px;
        display: block;
        height: 100%;
        width: 100%;
      }
      .chosen-container-single .chosen-default {
        color: #777777;
      }
      .chosen-container-single .chosen-search {
        margin: 0;
        padding: 3px 4px;
        position: relative;
        white-space: nowrap;
        z-index: 1000;
      }
      .chosen-container-single .chosen-search input[type="text"] {
        background: url("chosen-sprite.png") no-repeat 100% -20px, #ffffff;
        border: 1px solid #cccccc;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        margin: 1px 0;
        padding: 4px 20px 4px 4px;
        width: 100%;
      }
      .chosen-container-single .chosen-drop {
        margin-top: -1px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
      }
      .chosen-container-single-nosearch .chosen-search input {
        position: absolute;
        left: -9000px;
      }
      .chosen-container-multi .chosen-choices {
        background-color: #ffffff;
        border: 1px solid #cccccc;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        cursor: text;
        height: auto !important;
        height: 1%;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: relative;
      }
      .chosen-container-multi .chosen-choices li {
        float: left;
        list-style: none;
      }
      .chosen-container-multi .chosen-choices .search-field {
        margin: 0;
        padding: 0;
        white-space: nowrap;
      }
      .chosen-container-multi .chosen-choices .search-field input[type="text"] {
        background: transparent !important;
        border: 0 !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #555555;
        height: 32px;
        margin: 0;
        padding: 4px;
        outline: 0;
      }
      .chosen-container-multi .chosen-choices .search-field .default {
        color: #999;
      }
      .chosen-container-multi .chosen-choices .search-choice {
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        background-color: #eeeeee;
        border: 1px solid #cccccc;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
        background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
        background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        color: #333333;
        cursor: default;
        line-height: 13px;
        margin: 6px 0 3px 5px;
        padding: 3px 20px 3px 5px;
        position: relative;
      }
      .chosen-container-multi .chosen-choices .search-choice .search-choice-close {
        background: url("chosen-sprite.png") right top no-repeat;
        display: block;
        font-size: 1px;
        height: 10px;
        position: absolute;
        right: 4px;
        top: 5px;
        width: 12px;
        cursor: pointer;
      }
      .chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
        background-position: right -11px;
      }
      .chosen-container-multi .chosen-choices .search-choice-focus {
        background: #d4d4d4;
      }
      .chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
        background-position: right -11px;
      }
      .chosen-container-multi .chosen-results {
        margin: 0 0 0 0;
        padding: 0;
      }
      .chosen-container-multi .chosen-drop .result-selected {
        display: none;
      }
      .chosen-container-active .chosen-single {
        border: 1px solid #66afe9;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
        box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
        -webkit-transition: border linear .2s, box-shadow linear .2s;
        -o-transition: border linear .2s, box-shadow linear .2s;
        transition: border linear .2s, box-shadow linear .2s;
      }
      .chosen-container-active.chosen-with-drop .chosen-single {
        background-color: #ffffff;
        border: 1px solid #66afe9;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
        box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
        -webkit-transition: border linear .2s, box-shadow linear .2s;
        -o-transition: border linear .2s, box-shadow linear .2s;
        transition: border linear .2s, box-shadow linear .2s;
      }
      .chosen-container-active.chosen-with-drop .chosen-single div {
        background: transparent;
        border-left: none;
      }
      .chosen-container-active.chosen-with-drop .chosen-single div b {
        background-position: -18px 7px;
      }
      .chosen-container-active .chosen-choices {
        border: 1px solid #66afe9;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
        box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
        -webkit-transition: border linear .2s, box-shadow linear .2s;
        -o-transition: border linear .2s, box-shadow linear .2s;
        transition: border linear .2s, box-shadow linear .2s;
      }
      .chosen-container-active .chosen-choices .search-field input[type="text"] {
        color: #111 !important;
      }
      .chosen-container-active.chosen-with-drop .chosen-choices {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
      }
      .chosen-disabled {
        cursor: default;
        opacity: 0.5 !important;
      }
      .chosen-disabled .chosen-single {
        cursor: default;
      }
      .chosen-disabled .chosen-choices .search-choice .search-choice-close {
        cursor: default;
      }
      .chosen-rtl {
        text-align: right;
      }
      .chosen-rtl .chosen-single {
        padding: 0 8px 0 0;
        overflow: visible;
      }
      .chosen-rtl .chosen-single span {
        margin-left: 26px;
        margin-right: 0;
        direction: rtl;
      }
      .chosen-rtl .chosen-single div {
        left: 7px;
        right: auto;
      }
      .chosen-rtl .chosen-single abbr {
        left: 26px;
        right: auto;
      }
      .chosen-rtl .chosen-choices .search-field input[type="text"] {
        direction: rtl;
      }
      .chosen-rtl .chosen-choices li {
        float: right;
      }
      .chosen-rtl .chosen-choices .search-choice {
        margin: 6px 5px 3px 0;
        padding: 3px 5px 3px 19px;
      }
      .chosen-rtl .chosen-choices .search-choice .search-choice-close {
        background-position: right top;
        left: 4px;
        right: auto;
      }
      .chosen-rtl.chosen-container-single .chosen-results {
        margin: 0 0 4px 4px;
        padding: 0 4px 0 0;
      }
      .chosen-rtl .chosen-results .group-option {
        padding-left: 0;
        padding-right: 15px;
      }
      .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
        border-right: none;
      }
      .chosen-rtl .chosen-search input[type="text"] {
        background: url("chosen-sprite.png") no-repeat -28px -20px, #ffffff;
        direction: rtl;
        padding: 4px 5px 4px 20px;
      }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
        .chosen-rtl .chosen-search input[type="text"],
        .chosen-container-single .chosen-single abbr,
        .chosen-container-single .chosen-single div b,
        .chosen-container-single .chosen-search input[type="text"],
        .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
        .chosen-container .chosen-results-scroll-down span,
        .chosen-container .chosen-results-scroll-up span {
          background-image: url("chosen-sprite@2x.png") !important;
          background-size: 52px 37px !important;
          background-repeat: no-repeat !important;
        }
      } */

/* ============================modalsEnd======================= */


/* ===============================OpportunitypageEnd===================== */

/* ===========================MySocialImpactPage===================== */
.impact{
    background:#ee7e1a;
}
.impact h3{
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    font-weight: 600;
    padding: 3rem 0;
    color: #fff;
    text-transform: capitalize;
}

.my-impact{
    margin: 6rem 0;
}

.my-impact .reward-icon ul li span{
    width: 100%;
    background-color: #bbfdcb;
    text-align: center;
    padding: 2rem 0;
    border-radius: .5rem .5rem 0 0;
}
.my-impact .reward-icon ul{
    column-gap: 2rem;
}
.my-impact .reward-icon ul li{
    width: calc(33% - 2rem);
    border: solid .1rem #e3e5e9;
    background: #fff;
    border-radius: .5rem .5rem .5rem .5rem;
    margin-bottom: 4rem;
    
}
.my-impact .reward-icon ul li:nth-child(1) span{
    background-color: #d8dcff;
}
.my-impact .reward-icon ul li:nth-child(2) span{
    background-color: #b9f0ff;
}
.my-impact .reward-icon ul li span img{
    height: 4.7rem;
    width: 4.7rem;
    object-fit: cover;
}
.my-impact .reward-icon ul li h5{
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 500;
    color: #161616;
    padding:2rem;
}

.my-impact .pr-main .create-button{
    margin: auto;
    text-align: center;
    margin-top: 5rem;
}
.my-impact .pr-main .create-button button{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
    border: none;
    outline: none;
    background-color: #ee7e1a;
    text-transform: capitalize;
    padding: 1.5rem 4rem;
    border-radius: 0.5rem;
    transition: .5s;
}
.my-impact .pr-main .create-button button:hover{
    background: #ee7e1a;
}

.my-impact .card{
        background-color: #fff;
        border-radius: 0.8rem;
        border: none;
        box-shadow: none;
}
.my-impact  .nav-tabs{
    border-color: transparent;
}
.my-impact .card .pr-main{
background: #fff;
/* padding: 6rem; */
padding: 2rem;
box-shadow: 0 5px 15px -5px rgb(0 0 0 / 15%);
border-radius: 0.8rem;
}
.pr-main .position{
    /* position: absolute;
    left: 50%;
    right: 50%;
    top: 60%;
    bottom: 40%;
    transform: translate(-50%, -50%); */
    width: max-content;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    display: block;
    margin: auto;
}

.pr-main .position.custom{
    top: 75%;
    bottom: inherit;
}


.my-impact .card .card-header {
    padding: 0.75rem 6.25rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom-color:transparent;
}
.my-impact .card-body{
    padding: 0;
    padding-top: 0;
    margin-top: 0.5rem;
}

.my-impact .nav-tabs .nav-link {
    border: none;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    transition: .5s;
    background: #ededef;
    color: #fff;
    font-size: 1.8rem;
    font-weight: normal;
    color: #ee7e1a;
    text-transform: capitalize;
    font-size: 1.8rem;
    width: 20rem;
    height: 5rem;
    text-align: center;
    line-height: 4.4rem;
}
.my-impact .nav-tabs .nav-link.active{
    background: #ee7e1a;
    color: #fff;
}
.my-impact .pr-main ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 2rem;
}

.my-impact .pr-main ul li.disabled{
    pointer-events: none;
    position: relative;
}

.disabled .disabled-layer {
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255,255,255,0.95);
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    border-radius: 0.5rem;
}

.disabled .disabled-layer p {
    font-size: 20px;
    color: red;
    text-align: center;
    vertical-align: middle;
    margin-bottom: auto;
    margin-top: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.my-impact .pr-main ul li{
    width: 49% !important;
    background: #fff;
    border: 1px solid #e3e5e9;
    border-radius: 0.5rem;
}
.my-impact .pr-main ul li a{
    font-family: 'Montserrat', sans-serif;
    display: flex;
    padding: 1.5rem;
    column-gap: 2rem;
    row-gap: 1rem;
    flex-wrap: wrap;
}
.my-impact .pr-main ul li .view-list{
    font-family: 'Montserrat', sans-serif;
    display: flex;
    padding: 1.5rem;
    column-gap: 2rem;
    row-gap: 1rem;
    flex-wrap: wrap;
    position: relative;
    
}
.my-impact .pr-main ul li .view-list .view-list-flex{
    display: flex;
    column-gap: 1rem;
    overflow: hidden;
}

.my-impact .pr-main ul li .view-list img{
    width: 13rem;
    height: auto;
    object-fit: cover;
    max-width: 13rem;
    max-height: 13rem;
    border-radius: .5rem;


}

.my-impact .pr-main ul li .view-list p.camp-badge {
    position: absolute;
    top: 15px;
    left: 0;
    padding: 5px 5px;
    color: #fff;
    font-size: 10px;
    width: 22%;
    border-radius: 0px 5px 5px 0px;
}

.my-impact .pr-main ul li .view-list .d-flex.justify-content-between {
    width: calc(100% - 15rem);
}

.my-impact .pr-main ul li .view-list .pr-content {
    display: flex;
    flex-direction: column;
    row-gap: .5rem;
    overflow: hidden;
}
.my-impact .pr-main ul li .view-list .pr-content a {
    font-family: 'Montserrat';
    font-size: 1.8rem;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    border: none;
    border-radius: none;
    padding: 0;
    display: inherit;
    background: inherit;
    padding-right: 5px;
}

.my-impact .pr-main ul li .view-list p {
    display: flex;
    align-items: center;
    column-gap: 0.8rem;
}
.my-impact .pr-main ul li .view-list p img {
    width: auto;
    height:auto;
    max-width: 2.6rem;
    max-height: 2.8rem;
    object-fit: cover;
}
.my-impact .pr-main ul li .view-list p span {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    color: #757575;
    font-weight: normal;
}
.my-impact .pr-main ul li .view-list .ratings {
    display: flex;
    flex-direction: column;
}
.my-impact .pr-main ul li .view-list .ratings span{
    display: flex;
    height: 3.2rem;
    width: 4rem;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
}
.my-impact .pr-main ul li .view-list .ratings span.badge-box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 2px 0px;
}

.my-impact .pr-main ul li .view-list .ratings span.badge-box-2x {
    background: linear-gradient(#ffd500, #d94700) !important;
}

.my-impact .pr-main ul li .view-list .ratings span.badge-box-2x img {
    width: 65%;
    height: 65%;
    object-fit: contain;
    padding: 2px 0px;
}

.my-impact .pr-main ul li .view-list .ratings span.badge-box-2x span {
    font-size: 7px;
    background-color: transparent;
    color: #fff;
    font-weight: 600;
    line-height: 8px;
}

.my-impact .pr-main ul li .view-list .ratings span.edit_opp{
    background-color: #ee7e1a;
    color: #fff;
    border-radius: 0.5rem;
    margin-top: 15px;
}

.my-impact .pr-main ul li .view-list .rate-now.badge-boxmain button {
    padding: 10px 15px;
    padding-right: 25px !important;
    border: none;
    background: #31ad4f;
    color: #fff;
    font-size: 1.6rem;
    border-radius: 0.5rem;
    cursor: pointer;
}

.my-impact .pr-main ul li .view-list .rate-now.badge-boxmain {
    position: relative;
    margin-right: 30px;
    display: inline-block;
    margin-top: 15px;
}
.my-impact .pr-main ul li .view-list .rate-now.badge-boxmain button {
    padding-right: 40px !important;
}
.my-impact .pr-main ul li .view-list .rate-now.badge-boxmain .badge-bg {
    position: absolute;
    right: -28px;
    top: 30%;
    transform: translate(0, -65%);
}

.my-impact .pr-main ul li .view-list .rate-now.badge-boxmain .badge-bg img{
    width: 78%;
}

.my-impact .pr-main ul li .view-list .rate-now.badge-boxmain .badge-box-2x img {
    width: inherit;
}

.my-impact .pr-main ul li .view-list .rate-now.badge-boxmain .badge-box-2x{
    position: absolute;
    top: 40%;
    text-align: center;
    left: -15px;
    right: 0;
    transform: translate(0, -50%)
}

.my-impact .pr-main ul li .view-list .rate-now.badge-boxmain .badge-box-2x span{
    display: block;
    font-size: 9px;
    color: #fff;
    font-weight: 600;
    /* text-align: left; */
    margin-left: 2px;
    line-height: 0px;
}

.my-impact .pr-main ul li .view-list .ratings span:first-child {
    background: #ee7e1a;
    border-radius: 0.5rem 0.5rem 0 0;
}
.my-impact .pr-main ul li .view-list .ratings svg.svg-inline--fa.fa-file-arrow-down{
    color: #fff;
    font-size: 2rem;
}

.my-impact .pr-main ul li .view-list .ratings span svg.svg-inline--fa.fa-eye, .my-impact .pr-main ul li .view-list .ratings span svg.svg-inline--fa.fa-comment {
    fill: #ffffff;
    color: #ffffff;
}



.my-impact .pr-main ul li .view-list .ratings span:nth-child(2) {
    background: #e3f1ff;
    color: #ee7e1a;
    border-radius: 0 0 0.5rem 0.5rem;
}
.my-impact .pr-main ul li .view-list .btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    column-gap: 2rem;
}

.my-impact .pr-main ul li .view-list .btns pre {
    display: flex;
    align-items: center;
    background: #3fa5c1;
    border-radius: 0.5rem;
    padding: .8rem 0rem;
    justify-content: center;
    column-gap: 0.5rem;
    width: 33%;
}

.my-impact .pr-main ul li .view-list .btns pre img {
    width: 2.4rem;
    height: 2.4rem;
    object-fit: cover;
}

.my-impact .pr-main ul li .view-list .btns pre span {
    font-family: ' Montserrat', sans-serif;
    font-size: 1.6rem;
    color: #fff;
    padding-top: 0.3rem;
}

.my-impact .pr-main ul li .view-list .btns a {
    font-family: ' Montserrat', sans-serif;
    font-size: 1.6rem;
    color: #fff;
    border-radius: 0.5rem;
    background-color: #31ad4f;
    border: none;
    outline: none;
    padding: 1rem 0rem;
    text-transform: capitalize;
    width: calc(68.5% - 2rem);
    text-align: center;
    display: inline-block;
}

.my-impact .pr-main ul li .view-list .btns a .total_participant_count{
    background: #fff;
    color: #000;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    margin-left: 10px;
}
.my-impact .pr-main ul li .view-list .btns.up-tab {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: .5rem;
    justify-content: inherit;
  }
  .my-impact .pr-main ul li .view-list .btns.up-tab pre{
      width: inherit;
  }
  .my-impact .pr-main ul li .view-list .btns.up-tab a{
      width: inherit;
      padding: 1.1rem 0;
  }
  .my-impact .pr-main ul li .view-list .btns.up-tab .btn{
    font-size: 1.6rem;
    border: none;
    outline: none;
    width: inherit;
    line-height: normal;
    padding: 1.1rem 0;
    border-radius: 0.5rem;
  }
  .my-impact .pr-main ul li .view-list .btns.up-tab .btn:focus{
      font-size: 1.6rem;
      border: none;
      outline: none;
      box-shadow: none;
  }



.my-impact .pr-main ul li .view-list .event-participate{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.8rem;
    width: 100%;
    background: #ee7e1a;
    border-radius: 0.5rem;
    padding: .7rem 0;
}

.my-impact .pr-main ul li .view-list .event{
    display: flex;
    align-items: center;
    column-gap: 3rem;
}

.my-impact .pr-main ul li .view-list small {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    color: #757575;
    font-weight: normal;
}

.my-impact .pr-main ul li .view-list .event-rating{
    display: flex;
    column-gap: 1.5rem;
}


.my-impact .pr-main ul li .view-list .event-participate img{
    width: 3rem;
    height: 3rem;
    object-fit: contain;
}

.my-impact .pr-main ul li .view-list .event-participate small{
    font-size: 1.6rem;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}


.my-impact .pr-main ul li a .event-participate{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.8rem;
    width: 100%;
    background: #ee7e1a;
    border-radius: 0.5rem;
    padding: 1rem 0;
}
.my-impact .pr-main ul li a .event-participate.bg-transparent span{
 height: 4rem;
 width: 4rem;
 text-align: center;
 display: inline-block;
background: rgb(127,232,129);
background: linear-gradient(90deg, rgba(127,232,129,1) 50%, rgba(31,191,102,1) 50%);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.my-impact .pr-main ul li a .event-participate.bg-transparent small.custom-green{
  color: rgba(31,191,102,1);  
}
 .my-impact .pr-main ul li a .event-participate.bg-transparent span .check-arrow{
    color: #fff;
    font-size: 3rem;
}


.my-impact .pr-main ul li a .event-participate img{
    width: 3rem;
    height: 3rem;
    object-fit: contain;
}
.my-impact .pr-main ul li a .event-participate small{
    font-size: 1.6rem;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}
.my-impact .pr-main ul li a img{
    width: 13rem;
    height: auto;
    object-fit: cover;
    border-radius: 0.5rem;
    max-width: 13rem;
    max-height: 13rem;
}

.my-impact .pr-main ul li a .pr-content{
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

.pr-width{
    width: 64% !important;
}
.my-impact .pr-main ul li a h5{
    font-family: 'Montserrat';
    font-size: 2.2rem;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
}
.my-impact .pr-main ul li a p{
    display: flex;
    align-items: center;
    column-gap: 0.8rem;
}


.my-impact .pr-main ul li a p img{
    width: 2.6rem;
    height: 2.8rem;
    object-fit: cover;
}

.my-impact .pr-main ul li a p span{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    color: #757575;
    font-weight: normal;
}

.my-impact .pr-main ul li a .ratings {
    display: flex;
    flex-direction: column;
}

.my-impact .pr-main ul li a .ratings span {
    display: flex;
    height: 3.2rem;
    width: 4rem;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
}
.my-impact .pr-main ul li a .ratings span:first-child {
    background: #ee7e1a;
    border-radius: 0.5rem 0.5rem 0 0;
}
.my-impact .pr-main ul li a .ratings span:nth-child(2) {
    background: #e3f1ff;
    color: #ee7e1a;
    border-radius: 0 0 0.5rem 0.5rem;
}
.my-impact .pr-main ul li a .ratings span svg:not(:host).svg-inline--fa.n-white, svg:not(:root).svg-inline--fa.n-white{
    color: #fff;
    font-size: 2rem;
}
.my-impact .pr-main ul li a .ratings span svg:not(:host).svg-inline--fa, svg:not(:root).svg-inline--fa {
    font-size: 2rem;
    fill: rgb(255, 217, 0);
    color: rgb(255, 217, 0);
    position: inherit;
    transform: translate(0,0);
}
.my-impact .create-button a{
 font-size: 1.6rem;
 text-transform: capitalize;
 font-family: 'Montserrat', sans-serif;
 font-weight: 500;
 background: #ee7e1a;
 color: #fff;
 padding: 1.5rem 6rem;
 transition: .5s;
 border:none;
 border-radius: .5rem
}
.my-impact .create-button a:hover{
    background: #ee7e1a;
}

.my-impact .create-button .badge-boxmain {
    position: relative;
    margin-right: 30px;
    display: inline-block;
}
.my-impact .create-button .badge-boxmain button {
    padding-right: 40px !important;
}
.my-impact .create-button .badge-boxmain .badge-bg {
    position: absolute;
    right: -20px;
    top: 44%;
    transform: translate(0, -84%);
}

.my-impact .create-button .badge-boxmain .badge-box-2x{
    position: absolute;
    top: 45%;
    text-align: center;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
}

.my-impact .create-button .badge-boxmain .badge-box-2x span{
    display: block;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    /* text-align: left; */
    margin-left: 2px;
    line-height: 10px;
}

.my-impact .create-button{
    margin: auto;
    text-align: center;
    padding: 5rem 0;
}

.tabbable-responsive {
    display: block;
    min-width: 100%;
    overflow-x: auto;
    margin: 0px -21px -13px -21px;
  }
  .tabbable {
    min-width: 100%;
  }
  .tabbable .nav-tabs {
    white-space: nowrap;
    display: inline-block;
    min-width: 100%;
    padding: 0px 21px;
  }
  .tabbable .nav-tabs .nav-item {
    display: inline-block;
  }
  .tabbable .nav-tabs .nav-item .nav-link {
    display: inline-block;
  }
  small {
    font-size: 12px;
  }
  .card {
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.15);
  }
  a {
    color: #0da58e;
  }
  a:hover {
    color: #075e51;
  }
  .text-dark {
    text-decoration: none !important;
  }
  .elmahio-ad {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
  }
  .elmahio-ad .logo {
    background: #0da58e;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 52px;
  }
  .elmahio-ad .logo img {
    width: 50px;
  }
  .elmahio-ad .motto {
    width: 180px;
    font-size: 12px;
    font-weight: bolder;
    padding: 12px;
  }
  .my-impact .pr-main ul li a .event{
    display: flex;
    align-items: center;
    column-gap: 3rem;
  }
  .my-impact .pr-main ul li a .event small{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    color: #757575;
    font-weight: normal;
  }
  .my-impact .pr-main ul li a .event-rating{
    display: flex;
    column-gap: 1.5rem;
  }
  .my-impact .pr-main ul li a .event-rating svg:not(:host).svg-inline--fa.last-star, svg:not(:root).svg-inline--fa.last-star{
    fill: #e4e4e4 !important;
    color: #e4e4e4;
    cursor: pointer;

  }
  .my-impact .pr-main ul li a .event-rating svg:not(:host).svg-inline--fa.custom-star, svg:not(:root).svg-inline--fa.custom-star{
    color: rgb(255, 217, 0);
    cursor:inherit;
  }
  /* ===========================CreateOpportunityPageStart===================== */
  .my-impact .pr-main ul li a .btns{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    column-gap: 2rem;
  }
  .my-impact .pr-main ul li a .btns pre{
    display: flex;
    align-items: center;
    background: #3fa5c1;
    border-radius: 0.5rem;
    padding: 1.5rem 0rem;
    justify-content: center;
    column-gap: 0.5rem;
    width: 31.5%;
  }
  .my-impact .pr-main ul li a .btns pre img{
    width: 2.4rem;
    height: 2.4rem;
    object-fit: cover;
  }
  .my-impact .pr-main ul li a .btns pre span{
    font-family: ' Montserrat', sans-serif;
    font-size: 1.6rem;
    color: #fff;
    padding-top: 0.3rem;
  }
  .my-impact .pr-main ul li a .btns button{
    font-family: ' Montserrat', sans-serif;
    font-size: 1.6rem;
    color: #fff;
    border-radius: 0.5rem;
    background-color: #31ad4f;
    border: none;
    outline: none;
    padding: 1.7rem 0rem;
    text-transform: capitalize;
    width: calc(68.5% - 2rem);
  }





  .my-impact .pr-main ul li a .d-flex.justify-content-between{
      width: calc(100% - 17rem);
  }

  .my-impact .pr-main ul li a .d-flex.justify-content-between.w-100{
      flex-wrap: wrap;
      row-gap: 1rem;
  }
 /* ===========================CreateOpportunityPageEnd===================== */

/* ===========================MySocialImpactPageEnd===================== */

/* ===========================youngSciencePageStart===================== */
/* strip */
.science{
    padding: 3rem 0;
    background-color: #ee7e1a;
}

.science h3{
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
}
.science span .imag_box{
    width: 6rem;
    /* height: 10rem; */
    display: block;
    margin: auto;
    
}
.science span img{
   width: 100%;
   height: 100%;
   /* object-fit: cover;  */
   border-radius: 50%;
   cursor: pointer;
}

.science span a{
    display: block;
}

.science span p{
    color: #fff;
    text-align: center;
    font-size: 12px;
}
/* strip */

/* ======================IdSectionStart========================= */
.ids{
    background-color: #f5f5f7;
    padding: 6rem 0;
    display: block;
    position: relative;
}
.ids ul{
 display: flex;
 flex-wrap: wrap;
 column-gap: 1.5rem;
 row-gap: 1.5rem;

}
.ids h5.position{
    position: absolute;
    width: 100%;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    right: 0;
    bottom: 30%;
}

.ids ul li{
    border-radius: .5rem;
    background-color: #fff;
    width: calc(33.33% - 1.5rem);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
    padding-bottom: 1.5rem;
}
.ids ul li h5{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    color: #fff;
   background-color: #3fa5c1;
   padding: 1.5rem;
   border-radius: .5rem .5rem 0 0;
}

.ids ul li .id-detail{
    padding: 1.5rem 1.5rem 0rem 1.5rem;
    display: flex;
    align-items: center;
    column-gap: 1rem;
    
}
.ids ul li .id-detail img{
   width: 2.7rem;
   height: 2.7rem;
   object-fit: cover; 
}
.ids ul li .id-detail a{
 font-family:'Montserrat', sans-serif;
  font-size: 1.6rem;
  color: #757575; 
}

/* ======================IdSectionEnd========================= */
/* ==========================Mock-Interview-Main======================= */
.mock-interview-main .mock-interview-inner {
    background: #fff;
    box-shadow: 0 5px 15px -5px rgb(0 0 0 / 15%);
    border-radius: 0.8rem;
    padding: 40px 30px;
}
.mock-interview-main h4.mock-heading {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: left;
}
h4.mock-heading-main {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: left;
}
/* ==========================Mock-Interview-Main-End======================= */
/* ==========================viewfordisplay======================= */
.create-eventf.notification .create-event-btn{
    text-align: right !important;
}
.create-eventf.notification .create-event-btn.w-100.ml-auto.text-center button{
    padding: 1.5rem 5rem;
}
.display.notification {
    background-color: #fafafa;
    padding-top: 4rem;
}

.sub_heading{
    font-weight: 600;
    margin-bottom: 20px;
}

.sub_heading_2{
    font-weight: 600;
    margin-bottom: 10px;
}

.sub_para {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.sub_para i {
    font-style: italic;
}

.display{
    padding: 6rem 0;
    /* background-color: #f5f5f7; */
}

.export-button a {
    background-color: #ee7e1a;
    padding: 5px 20px;
    font-size: 16px;
    margin-bottom: 10px;
    border-color: #ee7e1a;
}

.display.my-impact .card{
    background-color: transparent;
}

.display .display-table{
    background: #fff;
    box-shadow: 0 5px 15px -5px rgb(0 0 0 / 15%);
    border-radius: 0.8rem;
}
.display .display-table .table thead tr, .display .display-table .table tbody tr{
    border-bottom:.1rem solid #dee2e6;
}

.display .display-table table.table.table-responsive{
    /* display: inline-table !important; */
}

.display .display-table .table thead{
   background: #ee7e1a;
   width: 100%;
    border-radius: 0.8rem 0.8rem 0 0;
}
.display .display-table .table td, .table th { 
    padding: 1.5rem;
    border: none;
}

.display .display-table .table td button{
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
}

.display .display-table .table thead tr th{
    font-family:'Montserrat', sans-serif;
    font-size: 1.8rem;
    color: #fff;
    white-space: nowrap;
     
 }
 .display .display-table .table tbody tr:last-child{
    border: none;
 }
 .display .display-table .table thead tr th span{
    width: 1.7rem;
    height: 2.7rem;
    display: inline-block;
    line-height: 3rem;
    margin-right: 0.5rem;
 }
 .display .display-table .table thead tr th span img{
    width: 100%;
    height:100%;
    object-fit: contain;
}
.display .display-table .table thead tr th span.white-table img{
   filter: brightness(0) invert(1);
}
.display .display-table .table tbody tr td, .display .display-table .table tbody tr th{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    color: #757575;
    text-transform: capitalize;
    vertical-align: middle;
}
.display .display-table .table tbody tr td.green{
    border: 1px solid green;
    text-align: center;
    width: 15rem;
    height: 0rem;
    line-height: 0rem;
    margin: .7rem 2rem .5rem 0;
    display: inline-block;
    border-radius: 3rem;
    padding: 1.8rem !important;
    color: green;
    cursor: pointer;
}

.display .display-table .table tbody tr td.red{
    border: 1px solid red;
    text-align: center;
    color: red;
    width: 15rem;
    height: 0rem;
    line-height: 0rem;
    margin: .7rem 0rem .5rem 2rem;
    display: inline-block;
    border-radius: 3rem;
    padding: 1.8rem !important;
    cursor: pointer;
   
}

.display .display-table .table .participants-list-dropdown:disabled, button.btn.comment-btn:disabled{
    cursor: not-allowed;
}

.display .display-table .table .participants-list-dropdown{
    border: 1px solid #ffffff;
    color: #757575 !important;
    padding: 5px 10px;
    background-color: transparent;
    border-radius: 26px;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(238,238,238,1);
    -moz-box-shadow: 0px 0px 5px 2px rgba(238,238,238,1);
    box-shadow: 0px 0px 5px 2px rgba(238,238,238,1);
}
.display .display-table .table .participants-list-dropdown:focus-visible {
    outline: none;
}

#enrolmentModal .modal-content, #commentModal .modal-content, #attendanceModal .modal-content, #commentModalView  .modal-content {
    border: none;
    border-radius: 15px;
}

#enrolmentModal .modal-body, #commentModal .modal-body, #attendanceModal .modal-body , #commentModalView .modal-body {
    padding: 30px 30px;
}

#enrolmentModal .modal-body form select.form-control, #commentModal .modal-body form select.form-control, #attendanceModal .modal-body form select.form-control {
    padding: 0 1rem;
    height: 5.2rem;
}

#enrolmentModal .modal-body form .form-control, #commentModal .modal-body form .form-control, #attendanceModal .modal-body form .form-control {
    font-family: ' Montserrat', sans-serif;
    font-size: 1.6rem;
    color: #757575;
    text-transform: inherit;
    padding: 2.5rem 1rem;
}

#enrolmentModal .modal-body form textarea.form-control, #commentModal .modal-body form textarea.form-control, #attendanceModal .modal-body form textarea.form-control {
    padding: 0.5rem 1rem;
    resize: none;
    height: 120px;
    border: 1px solid #ee7e1a;
    border-radius: 05px;
}

#enrolmentModal .modal-body form label, #commentModal .modal-body form label, #attendanceModal .modal-body form label {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: #131313;
    padding-bottom: 0.8rem;
    text-transform: inherit;
}

#enrolmentModal .modal-body form .form-control:focus, #commentModal .modal-body form .form-control:focus, #attendanceModal .modal-body form .form-control:focus {
    box-shadow: none;
    border-color: #ee7e1a;
}

#enrolmentModal .modal-body form .btn.btn-primary, #enrolmentModal .modal-body form .btn.btn-secondary, #commentModal .modal-body form .btn.btn-primary, #commentModal .modal-body form .btn.btn-secondary, #attendanceModal .modal-body form .btn.btn-primary, #attendanceModal .modal-body form .btn.btn-secondary, #commentModalView .modal-body form .btn.btn-secondary {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
    border: none;
    outline: none;
    background-color: #ee7e1a;
    text-transform: capitalize;
    padding: 0.5rem 2rem;
    border-radius: 0.5rem;
    transition: .5s;
    cursor: pointer;
}
#enrolmentModal .modal-body form .btn.btn-secondary, #commentModal .modal-body form .btn.btn-secondary, #attendanceModal .modal-body form .btn.btn-secondary, #commentModalView .modal-body form .btn.btn-secondary {
    background-color: #dc3545;
    margin-right: 10px;
}

#enrolmentModal .modal-body form p {
    font-size: 10px;
    color: red;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 500;
}

.comment-btn {
    background-color: transparent;
    transition: 0.5s;
    -webkit-box-shadow: 0px 0px 5px 2px rgb(238 238 238);
    -moz-box-shadow: 0px 0px 5px 2px rgba(238,238,238,1);
    box-shadow: 0px 0px 5px 2px rgb(238 238 238);
}

.comment-btn:hover {
    transition: 0.5s;
    background-color: #ee7e1a; 
}
.comment-btn svg.svg-inline--fa.fa-comment, .comment-btn svg.svg-inline--fa.fa-eye {
    transition: 0.5s;
    fill: #757575;
    color: #757575;
    vertical-align: middle;
}

.comment-btn:hover svg.svg-inline--fa.fa-comment, .comment-btn:hover svg.svg-inline--fa.fa-eye {
    transition: 0.5s;
    fill: #fff;
    color: #fff;
}

p#commentData {
    color: #757575;
    font-size: 16px;
    padding: 20px 0px;
    line-height: 25px;
}




/* ===========================youngSciencePageEnd===================== */

/* ===========================rewardPageStart===================== */
.reward{
    width: 100%;
    height: 50vh;
    position: relative;
}
.reward img.reward-slider{
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.reward .rewards{
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    bottom: 0;
    width: 87%;
    flex-wrap: wrap;
    height: 100%;
}

.reward .rewards .rewards-both{
    display: flex;
    justify-content:center;
    align-items: center;
    column-gap: 1rem;
   
}
.reward .rewards .rewards-both .gift{
    width: 20rem;
    height: 20rem;
 
  }
  .reward .rewards .rewards-both .gift img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
 
  }

  .reward .rewards .rewards-both p {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-family:' Montserrat', sans-serif;
    font-size: 40px;
}

.reward .rewards .rewards-both p strong {
 font-weight: 600;

}
.reward .rewards a{
    display: flex;
    align-items: center;
    column-gap: 0.8rem;
    background: #fff;
    padding: 0.8rem;
    border-radius: .5rem;
    transition: .5s;
}
.reward .rewards a:hover small.arrow-1{
 transform: rotate(360deg);
}
.reward .rewards a:hover img{
    transform: rotate(360deg);
   }
.reward .rewards a small{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    color: #161616;
    transition: .5s;
}

.reward .rewards a img{
    width: 4rem;
    height: 4rem;
    object-fit: cover;
    transition: .5s;
}
/* =======================================gift-cardStart=================== */
.gift-card{
    background-color: #fff;
    padding: 6rem 0;
    position: relative;
}
.gift-card ul{
    width: 100%;
    row-gap: 1.5rem;
    column-gap: 1.5rem;
    justify-content: inherit !important;
    flex-wrap: wrap;

}
.gift-card ul li{
    width: calc(25% - 1.5rem);
    padding: 1.5rem;
    border-radius: .5rem;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
}

.gift-card ul li .gif-img{
    width: 100%;
    height: 13.7rem;

}
.gift-card ul li .gif-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .8rem;
    
}

.gift-card ul li .gift-content{
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
}
.gift-card ul li .gift-content .d-flex.flex-column{
row-gap: 1rem;
}



.gift-card ul li .gift-content h6{
    font-family: 'Montserrat';
    font-size: 1.8rem;
    font-weight: bold;
    color: #000;
    padding-top: 1.5rem;
}
.gift-card ul li .gift-content small{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    color:  #31ad4f;
}
.gift-card ul li .gift-content pre{
    display: flex;
    flex-direction: row;
    column-gap: 1rem;
    align-items: center;
}
.gift-card ul li .gift-content pre img{
   width: 3rem;
   height: 3rem;
   object-fit: cover;
}
.gift-card ul li .gift-content pre span{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    color: #757575;
}
.gift-card ul li button{
    width: 100%;
    border: none;
    background: #31ad4f;
    color: #fff;
    text-transform: capitalize;
    padding: 1rem 0;
    border-radius: 0.5rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    margin-top: 1.5rem;
    transition: .5s;
    cursor: pointer;
}
.gift-card ul li button:hover{
    background: #ee7e1a;
}

.gift-card .reward-history{
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
    background: #fff;
    padding: 3rem 3rem;
    width: 50%;
    border-radius: .5rem;
    position: relative;
}
.gift-card .reward-history h3{
    font-family:' Montserrat', sans-serif;
    font-size: 2.4rem;
    font-weight: 600;
    color: #131313;
  
}
.gift-card .reward-history .history-ul{
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
    width: 100%;
    row-gap: 3rem;
    padding: 3rem 0;
    position: relative;
    overflow: hidden;
  
}
.gift-card .reward-history .history-ul::after{
    content: '';
    display: block;
    border-left: 1px solid #eee;
    height: 100%;
    width: 1px;
    position: absolute;
    left: 2.5%;
    right: 0;
    top: 5%;
    bottom: 0px;
    z-index: -1;
}
.gift-card .reward-history .history-ul li{
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-shadow: none;
    padding: 0;
    margin: 0;
}
.gift-card .reward-history .history-ul li .amazon-gift{
    display: flex;
    column-gap: 1.5rem;
}
.gift-card .reward-history .history-ul li .amazon-gift-text{
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
    column-gap: .5rem;
}
.gift-card .reward-history .history-ul li .amazon-gift-text strong{
  font-family:' Montserrat', sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: #131313;

}
.gift-card .reward-history .history-ul li .amazon-gift-text small{
    font-family:' Montserrat', sans-serif;
    font-size: 1.6rem;
    font-weight:normal;
    color: #757575;
  
  }

.gift-card .reward-history .history-ul li .amazon-gift-coin{
    display: flex;
    column-gap: 0.2rem;
    align-items: center;
}

.gift-card .reward-history .history-ul li .amazon-gift-coin span {
    display: contents;
}

.gift-card .reward-history .history-ul li p{
    font-family: 'Montserrat', sans-serif;
    font-size: 2.2rem;
    font-weight: 600;
    color: #31ad4f;
}

.gift-card .reward-history .history-ul li p.red{
    color: red;
}

.gift-card ul .position {
    position: absolute;
    left: 50%;
    right: 50%;
    width: max-content;
    font-size: 3rem;
    font-weight: bold;
    bottom: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* =======================================gift-cardEnd=================== */
/* ===========================rewardPageEnd===================== */

/* ===========================MyProfilePagestart===================== */
/* ==================Start=============== */
.my-profile{
    padding: 3rem 0;
    background-color: #ee7e1a;
}

.my-profile h3{
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
}
/* ==================End================ */

/* ==============================MobileProfileStart================================ */

.profile .profile-image-view{
    text-align: center;
    width: 100%;
}
 .error{
    padding-top: .8rem;
    font-size: 1.2rem;
    color: red;
}

.profile .profile-image-view .profile-image-view-icon{
width: calc(15rem + .5rem);
height: calc(15rem + .5rem);
margin: auto;
margin-bottom: 3rem;

}
.profile .profile-image-view .profile-image-view-icon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    background: linear-gradient(to right, #570d61, #ee7e1a, #00aacc, #0e732e, #fcb50e);
    padding: .5rem;
    }




#main {
  
  }
  
  #main #faq .card {
    margin-bottom: 2rem;
    border: 0;
  }
  
  #main #faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
            box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
  }
  
  #main #faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    color: #222;
    display: flex;
    align-items: center;
    background-color: #ededef;
    border: none;
    border-radius: 0.8rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    color: #161616;
    column-gap: 1rem;
    padding: 1.8rem 2rem;
    width: 100%;
    position: relative;
}
#main #faq .card .card-header .btn-header-link.btn:focus{
    outline: none;
    box-shadow: none;
}
  
  #main #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 2rem;
    color: #ee7e1a;
  }
  
  #main #faq .card .card-header .btn-header-link.collapsed {
    background: #ffffff;
  }
  
  #main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
  }
  
  #main #faq .card .collapsing {
    background: #ffffff;
    line-height: 30px;
  }
  
  #main #faq .card .collapse {
    border: 0;
  }
  
  #main #faq .card .collapse.show {
    background: #ffffff;
    line-height: 30px;
    color: #222;
  }


/* ==============================MobileProfileEnd================================ */
.profile .cv-main {
    background: #fff;
    padding: 2rem 6rem;
    box-shadow: 0 5px 15px -5px rgb(0 0 0 / 15%);
    border-radius: 0.8rem;
    margin-bottom: 50px;
    text-align: center;
}
.profile .cv-main h5 {
    font-size: 18px;
    font-weight: 500;
    margin: 20px 0px;
}
.profile .cv-main label#file-label {
    font-size: 16px;
    font-weight: 600;
    margin: 0px;
    padding: 20px;
}
.profile .cv-main button#submit-button {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
    border: none;
    outline: none;
    background-color: #ee7e1a;
    text-transform: capitalize;
    padding: 1.5rem 5rem;
    border-radius: 0.5rem;
    transition: .5s;
    cursor: pointer;
}
.view-cv {
    text-align: right;
    margin-bottom: 20px;
}
.view-cv a {
    display: block;
    width: 10%;
    text-align: center;
    margin-left: auto;
}
.view-cv a span {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #ee7e1a;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    border-radius: 5px;
    margin-left: auto;
}
svg.svg-inline--fa.fa-eye {
    color: #fff;
    font-size: 2.5rem;
    line-height: normal;
}
.view-cv p {
    font-size: 1.4rem;
    color: #000;
    font-weight: 600;
    margin-top: 5px;
}

.profile .profile-main .user_avtar_img{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    row-gap: 1.5rem;
}
.profile .profile-main .user_avtar_img img{
    border: 2px solid #ee7e1a;
    border-radius: 50%;
    object-fit: contain;
    box-sizing: border-box;
    width: 10rem;
    height: 10rem;
    text-align: center;
    margin: auto;
}
.profile .profile-main .user_avtar_img button{
    margin: auto;
    /* width: 10rem; */
    background-color: #ee7e1a;
    border: none;
    margin-bottom: 0.5rem;
}

.profile .profile-main .user_avtar_img .verification-tik{
    position: absolute;
    left: 51.5%;
    bottom: 37%;
    width: 29px;
}
.profile .profile-main .user_avtar_img .verification-tik img{
    border: inherit;
    width: 100%;
    height: auto;
    border-radius: inherit;
}

a.btn.btn-primary.verify-parent-mobile{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
    border: none;
    outline: none;
    background-color: #ee7e1a;
    text-transform: capitalize;
    padding: 1.2rem 7rem;
    border-radius: 0.5rem;
    transition: .5s;
    margin-top: 7px;;
    cursor: pointer;
}

.modal-body.parents_verify_otp {
    padding: 24px 30px;
}

.parents_verify_otp .form-control{
    font-family: ' Montserrat', sans-serif;
    font-size: 1.6rem;
    color: #757575;
    padding: 2.5rem 1rem;
    margin-bottom: 20px;
}

.parents_verify_otp .form-control:focus, a.btn.btn-primary.verify-parent-mobile:focus {
    box-shadow: none;
    border-color: #ee7e1a;
}

.parents_verify_otp label {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: #131313;
    padding-bottom: 0.8rem;
    text-transform: capitalize;
}

.timer-div{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: #131313;
    padding-bottom: 0.8rem;;
}

.parents_verify_otp button{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
    border: none;
    outline: none;
    background-color: #37a040 !important;
    text-transform: capitalize;
    padding: 1rem 5rem !important;
    border-radius: 0.5rem;
    transition: .5s;
    margin: 0.5rem 0;
    cursor: pointer;
}

.parents_verify_otp button.resend-btn{
    background-color: #ee7e1a !important;
    margin-left: 10px;
}

.avtar_img .form-group{
    position: relative;
}

.avtar_img img{
    width: 10em;
    height: 10em;
    border-radius: 50%;
    object-fit: cover;
    left: 4px;
}
.avtar_img input:is([type="radio"]) {
    -webkit-appearance: none;
    background: transparent;
    width: 10em;
    height: 10em;
    border: 2px solid transparent;
    border-radius: 50%;
    position: absolute;
  }
  .avtar_img input:is([type="radio"]):focus {
    outline: none;
    outline-offset: 0px;
  }
  .avtar_img input:is([type="radio"]):checked {
    background: transparent;
    border: 4px solid #0ae90a;
    z-index: 1;
  }

.profile {
    background-color: #f5f5f7;
    padding: 6rem 0;
}
.profile .create-button{
    width: 100%;
    margin: auto;
    text-align: center;
}
.profile .create-button button{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
    border: none;
    outline: none;
    background-color: #ee7e1a;
    text-transform: capitalize;
    padding: 1.5rem 7rem;
    border-radius: 0.5rem;
    transition: .5s;
    margin: 5rem 0;
    cursor: pointer;
}
.profile .create-button button:hover{
    background: #ee7e1a;
}

.profile .profile-main{
        background: #fff;
        margin-top: 1.4rem;
        padding: 6rem;
        box-shadow: 0 5px 15px -5px rgb(0 0 0 / 15%);
        border-radius: .8rem;
}
.profile .reward-icon{
    background: #fff;
    margin-top: 1.4rem;
    padding: 6rem;
    box-shadow: 0 5px 15px -5px rgb(0 0 0 / 15%);
    border-radius: .8rem;
}
.profile .current{
    background: #fff;
    margin-top: 1.4rem;
    padding: 6rem;
    box-shadow: 0 5px 15px -5px rgb(0 0 0 / 15%);
    border-radius: .8rem;
}

.profile .card{
    border: none;
    background: transparent;
    box-shadow: none;
}
.profile .card .card-header{
    border: none;
    padding: 0;
    background: transparent;
}
.profile .card .card-body{
  padding: 0;
}
.profile .nav-tabs{
    border-color: transparent;
    margin:auto;
    text-align: center;
    padding: 0 1rem;
}
.profile .tabbable .nav-tabs .nav-item:nth-child(2) .nav-link{
    /* margin: 0 1rem; */
}
.profile .tabbable .nav-tabs .nav-item .nav-link{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 21rem;
    background-color: #ededef;
    border: none;
    border-radius: .5rem .5rem 0 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    color: #161616;
    column-gap: 1rem;
    padding:1rem;
    margin: 0px 5px;
}
.profile .tabbable .nav-tabs .nav-item .nav-link span{
    height: 4.2rem;
    width: 4.2rem;
}
.profile .tabbable .nav-tabs .nav-item .nav-link span img{
    height:100%;
    width: 100%;
    object-fit: contain;
    filter: grayscale();
}
.profile .tabbable .nav-tabs .nav-item .nav-link.active{
    color: #fff;
    background-color: #ee7e1a;
}
/* .profile .tabbable .nav-tabs .nav-item:nth-child(2) .nav-link.active{
    background-color: #ef3726;
}
.profile .tabbable .nav-tabs .nav-item:nth-child(3) .nav-link.active{
    background-color: #31ad4f;
} */


.profile .hobbiesForm {
    margin-bottom: 20px;
}
.profile .hobbiesForm .skill-detail tr td h5 {
    font-size: 22px;
    text-align: center;
    font-weight: 600;
}
.profile .hobbiesForm .skill-detail .table{
    margin-top: 0px;
}
.profile .hobbiesForm .skill-detail thead tr{
    background-color: #ee7e1a;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.profile .hobbiesForm .skill-detail .table td, .profile .hobbiesForm .skill-detail .table th {
    vertical-align: middle;
    border: 1px solid #dee2e6;
}
.profile .hobbiesForm .skill-detail .table td {
    font-size: 14px;
}
.profile .hobbiesForm .skill-detail .table a {
    border: 1px solid #ee7e1a;
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    border-radius: 5px;
}

.profile .hobbiesForm .addedu-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.profile .hobbiesForm h4 {
    font-size: 24px;
    font-weight: 700;
    text-align: left;
}
.profile .hobbiesForm h4::after {
    content: '';
    display: block;
    background-color: #fbc304;
    width: 50px;
    height: 4px;
    text-align: left;
}
.profile .hobbiesForm .addedu-button a {
    padding: 8px 8px;
    font-size: 18px;
    font-weight: 500;
    background-color: #ee7e1a;
    color: #fff !important;
    border-radius: 5px;
    display: inline-block;
    box-sizing: border-box;
    border: 2px solid #ee7e1a;
}
.profile .hobbiesForm .addedu-button a svg.svg-inline--fa.fa-plus {
    color: #fff;
}


.profile .education-detail h4 {
    font-size: 24px;
    font-weight: 700;
    text-align: left;
}
.profile .education-detail h4::after {
    content: '';
    display: block;
    background-color: #fbc304;
    width: 6%;
    height: 4px;
    text-align: left;
}
.profile .education-detail .education-view {
    border: solid 1px #d7d7d7;
    border-radius: 5px;
    padding: 10px;
    text-align: left;
    margin-top: 20px;
}
.profile .education-detail .education-view h5 {
    font-size: 18px;
    font-weight: 600;
    /* margin-bottom: 5px; */
}
.profile .education-detail .education-view span.inner-main {
    display: flex;
    justify-content: space-between;
    /* margin-bottom: 5px; */
    flex-wrap: wrap;
}
.profile .education-detail .education-view span.inner-main p {
    font-size: 14px;
    text-align: left;
    width: calc(100% - 50%);
    margin-bottom: 5px;
}
.profile .education-detail .education-view span.inner-main p:nth-child(1){
    text-align: left;
}
.profile .education-detail .education-view span.inner-main p:nth-child(2){
    text-align: right;
}
.profile .education-detail .education-view span.inner-main p:nth-child(3){
    text-align: left;
}
.profile .education-detail .education-view span.inner-main p a {
    color: #ee7e1a;
    font-size: 14px;
    font-weight: 500;
}
.profile .education-detail .education-view span.inner-main p b {
    font-weight: 600;
}
.profile .education-detail .education-view .education-action {
    /* text-align: right; */
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: center;
}
.profile .education-detail .education-view .education-action a {
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ee7e1a;
    height: 30px;
    width: 30px;
    display: inline-block;
    color: #ee7e1a;
    margin-left: 5px;
}
svg.svg-inline--fa.fa-pen-to-square {
    color: #ee7e1a;
}
svg.svg-inline--fa.fa-trash {
    color: #ff0000;
}
.profile .education-detail .addedu-button {
    border: solid 1px #d7d7d7;
    border-radius: 5px;
    padding: 30px;
    text-align: center;
    margin-top: 20px;
}
.profile .education-detail .addedu-button a {
    padding: 8px 30px;
    font-size: 18px;
    font-weight: 500;
    background-color: #ee7e1a;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    /* margin-top: 40px; */
    box-sizing: border-box;
    border: 2px solid #ee7e1a;
}

.profile .education-detail.skill-detail tr td h5 {
    font-size: 22px;
    text-align: center;
    font-weight: 600;
}
.profile .education-detail.skill-detail .table{
    margin-top: 20px;
}
.profile .education-detail.skill-detail thead tr{
    background-color: #ee7e1a;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.profile .education-detail.skill-detail .table td, .profile .education-detail.skill-detail .table th {
    vertical-align: middle;
    border: 1px solid #dee2e6;
}
.profile .education-detail.skill-detail .table td {
    font-size: 14px;
}
.profile .education-detail.skill-detail .addedu-button a{
    cursor: pointer;
}

.form-modal .modal-content {
    border: none;
    border-radius: 20px;
}
.form-modal .main-box {
    padding: 20px;
    background-color: inherit;
    border-radius: 20px;
}
.form-modal .main-box.profile .form-main.profile-main {
    background: inherit !important;
    padding: inherit !important;
    box-shadow: inherit !important;
}
.form-modal .main-box.profile .create-button button{
    margin: inherit;
}

.form-modal span.form-head {
    display: flex;
    justify-content: space-between;
    align-content: space-between;
}
.form-modal span.form-head button.close {
    font-size: 30px;
    font-weight: 500;
}

.form-modal .main-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.form-modal .main-box h4::after {
    content: '';
    display: block;
    background-color: #fbc304;
    width: 30%;
    height: 4px;
    text-align: left;
}

.form-modal form .radio-mode.d-flex input[type="radio"] {
    height: 2.4rem;
    width: 2.4rem;
    cursor: pointer;
}
.form-modal form .radio-mode.d-flex label {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: #131313;
    padding-bottom: 0.8rem;
    text-transform: capitalize;
    margin-left: 5px;
    margin-right: 15px;
}

.form-modal form .cworking{
    margin-top: 5px;
    display: block;
    text-align: right;
    vertical-align: bottom;
}
.form-modal form .cworking label{
    font-size: 1.4rem !important;
    padding: 0px !important;
}
/* ===========================tabcontent1Start======================== */
.profile .profile-main form .form-row{
    margin-bottom: 2rem;
}

.profile .profile-main form label{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: #131313;
    padding-bottom: .8rem;
    text-transform: inherit;
}
 
.profile .profile-main form .form-control{
    font-family:' Montserrat', sans-serif;
    font-size: 1.6rem;
    color: #757575;
    text-transform: inherit;
    padding: 2.5rem 1rem;
}
.profile .profile-main form select.form-control{
    padding: 0 1rem;
    height: 5.2rem;
}

.profile .profile-main form .form-control:focus{
  box-shadow: none;
  border-color: #ee7e1a;
}
.profile .profile-main form .form-control::placeholder{
    font-family:' Montserrat', sans-serif;
    font-size: 1.6rem;
    color: #757575;
    text-transform: capitalize;
}
/* ===========================tabcontent1End======================== */
/* ===========================tabcontent2======================== */
.profile .reward-icon ul li span{
    width: 100%;
    background-color: #f2f2f2;
    text-align: center;
    padding: 2rem 0;
    border-radius: .5rem .5rem 0 0;
}
.profile .reward-icon ul{
    column-gap: 2rem;
}
.profile .reward-icon ul li{
    width: calc(25% - 2rem);
    border: solid .1rem #e3e5e9;
    background: #fff;
    border-radius: .5rem .5rem .5rem .5rem;
    margin-bottom: 4rem;
    
}
.profile .reward-icon ul li span img{
    height: 4.7rem;
    width: 4.7rem;
    object-fit: cover;
}
.profile .reward-icon ul li h5{
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 500;
    color: #161616;
    padding:2rem 1rem;
    text-align: center;
}
/* ===========================tabcontent2End======================== */

/* ===========================tabcontent3======================= */
.profile .current form .form-row{
    margin-bottom: 2rem;
}
.profile .current form label{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: #131313;
    padding-bottom: .8rem;
    text-transform: capitalize;
    width: 100%;
}
.profile .current form pre{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 8rem;
}
.profile .current form pre span{
 font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  color: #131313;
  display: inline-block;
  padding-left: 1rem;
}
.profile .current form pre input[type="radio"]{
  height: 2.4rem;
  width: 2.4rem;
  cursor: pointer;
}
.profile .current form .form-control{
    font-family:' Montserrat', sans-serif;
    font-size: 1.6rem;
    color: #757575;
    text-transform: capitalize;
    padding: 2.5rem 1rem;
}
.profile .current form select.form-control{
    padding: 0 1rem;
    height: 5.2rem;
}
.profile .current form .form-control:focus{
  box-shadow: none;
  border-color: #ee7e1a;
}
.profile .current form .form-control::placeholder{
    font-family:' Montserrat', sans-serif;
    font-size: 1.6rem;
    color: #757575;
    text-transform: capitalize;
}

/* ===========================MyProfilePagesEnd===================== */

/* ===========================subscriptionStart======================== */
.subscription-pro {
    height: 40vh;
}
.subscription-pro h3 {
    text-align: center;
    margin-bottom: 15px;
}
.subscription-pro p{
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-weight: normal;
}

.subscription {
    margin-top: -150px;
    margin-bottom: 50px;
}
.subscription .reward-icon ul li span{
    width: 100%;
    background-color: #fff;
    text-align: center;
    padding: 4rem 0;
}
.subscription .reward-icon ul li:first-child span{
    background-color: #FBC304;
}
.subscription .reward-icon ul li span p {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    color: #000;
    font-weight: normal;
    margin-bottom: 20px;
}
.subscription .reward-icon ul li span h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    color: #000;
    font-weight: 700;
    padding: 0px;
}
.subscription .reward-icon ul{
    column-gap: 2rem;
}
.subscription .reward-icon ul li{
    position: relative;
    width: calc(50% - 2rem);
    background: #fff;
    border-radius: .5rem .5rem .5rem .5rem;
    margin-bottom: 4rem;
    box-shadow: 0 5px 15px -5px rgb(0 0 0 / 15%);
}
.subscription .reward-icon ul li .bestseller {
    content: 'Bestseller';
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #47C079;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 10px;
}
.subscription .reward-icon ul li ul {
    width: 100%;
    padding: 30px 20px;
}
.subscription .reward-icon ul li ul li {
    width: inherit;
    border-radius: inherit;
    margin-bottom: 10px;
    box-shadow: none;
    font-size: 16px;
    font-weight: 500;
}

.subscription .reward-icon ul li .discount-rate span {
    padding: 0px;
}

svg.svg-inline--fa.fa-check{
    color: #ee7e1a;
    vertical-align: middle;
    margin-right: 10px;
}
svg.svg-inline--fa.fa-xmark{
    color: #EF3319;
    vertical-align: middle;
    margin-right: 10px;
}
.subscription .reward-icon ul li a {
    padding: 8px 30px;
    font-size: 18px;
    font-weight: 500;
    background-color: #ee7e1a;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 30px;
    cursor: pointer;
}
.subscription .reward-icon ul li a:hover {
    color: #fff;
}
/* ===========================subscriptionEnd======================== */
/* ===========================CheckoutStart======================== */
.checkout {
    margin-top: -150px;
    margin-bottom: 50px;
}
.checkout-left {
    background: #fff;
    margin-top: 1.4rem;
    padding: 4rem;
    box-shadow: 0 5px 15px -5px rgb(0 0 0 / 15%);
    border-radius: 0.8rem;
}
.checkout .checkout-left h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}
.checkout .checkout-left h3::after {
    content: '';
    display: block;
    background-color: #fbc304;
    width: 8%;
    height: 4px;
    text-align: left;
}
.checkout .checkout-left thead tr {
    background-color: #ee7e1a;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.checkout .checkout-left tbody tr{
    font-size: 14px;
    font-weight: 500;
}
.checkout .checkout-left .table td, .checkout .checkout-left .table th {
    vertical-align: middle;
    border: 1px solid #dee2e6;
    padding: 0.75rem;
}
.checkout .checkout-left .note{
    font-size: 14px;
    font-weight: 500;
    color: red;
    margin-bottom: 10px;
}

.checkout-right {
    background: #fff;
    margin-top: 1.4rem;
    padding: 4rem;
    box-shadow: 0 5px 15px -5px rgb(0 0 0 / 15%);
    border-radius: 0.8rem;
    position: relative;
}
.checkout-right .form-coupon. .rates {
    margin-top: 20px;
}
.checkout-right .form-coupon p {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 600;
}
.checkout-right .form-coupon .errors {
    font-size: 14px;
    color: red;
    margin-top: 10px;
    display: inline-block;
    font-weight: 500;
}

.checkout-right .form-coupon input#coupon_code {
    padding: 5px 10px;
    height: 40px;
    font-size: 14px;
    border-radius: unset;
}
.checkout-right .form-coupon input#coupon_code:focus{
    color: inherit;
    background-color: #fff;
    border-color: inherit;
    outline: none;
    box-shadow: none !important;
}
.checkout-right .form-coupon button#coupon_apply_btn{
    padding: 5px 20px;
    height: 40px;
    border-radius: unset;
    background-color: #fbc307;
    font-size: 14px;
    font-weight: 600;
}
.checkout-right .form-coupon .box-inner {
    display: flex;
}
.checkout-right .form-coupon .rates {
    margin-bottom: 40px;
}
.checkout-right .button-main {
    text-align: right!important;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
.checkout-right button#addPaymentButton {
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    border-radius: 0px;
    background-color: #fbc307;
    border: none;
    color: #000;
}
/* ===========================CheckoutEnd======================== */
/* ===========================CreatorVerificationFormPagesStart===================== */
/* ===========================Strip===================== */
.creator{
    padding: 3rem 0;
    background: #ee7e1a;
}


.creator h3{
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
}
/* ===========================StripEnd===================== */
/* ===========================SuccessStart===================== */
.success {
    padding: 60px;
}
.success .success-main {
    background: #fff;
    margin-top: 1.4rem;
    padding: 4rem;
    box-shadow: 0 5px 15px -5px rgb(0 0 0 / 15%);
    border-radius: 0.8rem;
}
.success .success-main span{
    display: inline-block;
}
.success .success-main h3 {
    font-size: 32px;
    font-weight: 600;
    padding: 10px 0px;
}
.success .success-main p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}
.success .success-main a {
    padding: 8px 30px;
    font-size: 18px;
    font-weight: 500;
    background-color: #ee7e1a;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 30px;
    cursor: pointer;
}
/* ===========================SuccessEnd===================== */
/* ===========================WalletStart===================== */
.wallet-pro {
    height: 20vh;
    text-align: center;
}
.wallet {
    margin-top: -80px;
    padding-bottom: 60px;
}
.wallet .wallet-main {
    background: #fff;
    margin-top: 1.4rem;
    padding: 4rem;
    box-shadow: 0 5px 15px -5px rgb(0 0 0 / 15%);
    border-radius: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wallet .wallet-main .box-left {
    width: 40%;
}
.wallet .wallet-main .box-left img {
    width: 100%;
}
.wallet .wallet-main .box-right {
    width: 60%;
    text-align: left;
}
.wallet .wallet-main p {
    font-size: 20px;
    font-weight: 500;
}
.wallet .wallet-main h4 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 5px;
}
.wallet .wallet-main span {
    font-size: 14px;
}
.wallet .wallet-main .button-main {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}
.wallet .wallet-main a.a-left {
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 500;
    background-color: #ee7e1a;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #ee7e1a;
    margin-right: 10px;
}
.wallet .wallet-main a.a-right {
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 500;
    background-color: transparent;
    color: #ee7e1a;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #ee7e1a;
}
/* ===========================WalletEnd===================== */
/* ===========================TopupStart===================== */
.topup {
    margin-top: -80px;
    padding-bottom: 60px;
}
.topup .topup-main {
    background: #fff;
    margin-top: 1.4rem;
    padding: 4rem;
    box-shadow: 0 5px 15px -5px rgb(0 0 0 / 15%);
    border-radius: 0.8rem;
}
.topup .topup-main h3 {
    text-align: left;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}
.topup .topup-main h3::after {
    content: '';
    display: block;
    background-color: #fbc304;
    width: 60px;
    height: 4px;
    text-align: left;
}
.topup .topup-main ul {
    display: block;
    width: 100%;
}
.topup .topup-main li {
    background-color: #f5f5f5;
    margin-bottom: 10px;
    padding: 10px 10px;
    border-radius: 5px;
    border: 2px solid #f5f5f5;
    transition: 0.5s;
}
.topup .topup-main li:hover {
    border-color: #ee7e1a;
    transition: 0.5s;
}
.topup .topup-main h4 {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
}
.topup .topup-main span {
    display: flex;
    justify-content: space-between;
    color: #000;
}
.topup .topup-main p {
    font-size: 14px;
    margin-top: 5px;
}
/* ===========================TopupEnd===================== */
/* ===========================CreatorFStart===================== */
.creatorf{
    padding: 6rem 0;
    background-color: #f5f5f7;
}
.creatorf .creator-form{
    padding: 6rem;
    background: #fff;
    border-radius: .8rem;
    box-shadow: 0 5px 15px -5px rgb(0 0 0 / 15%);
}
.creatorf .creator-form .btn-success {
    color: #fff;
    background-color: #ee7e1a;
    border: none;
    font-size: 1.6rem;
    padding: 0.5rem 0rem;
    transition: .5s;
    cursor: pointer;
    display: inline-block;
    width: 30%;
    margin-bottom: 1rem;
    text-align: center;
}
.creatorf .creator-form .btn-success:hover{
    background-color: #ee7e1a;
    background: #ee7e1a;  
}
.creatorf .creator-form .btn-success:focus{
    outline: none;
    border: none;
    box-shadow: none;
}

.creatorf .creator-form label.reg{
    height: 5rem;
}


.creatorf h5{
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 500;
    color: #131313;
    padding-bottom: 0.5rem;
    text-transform: capitalize;
}

.creatorf p{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    font-weight: normal;
    color: #757575;
    text-transform: capitalize;
    margin-bottom: 3rem;
}

.creatorf h4{
    font-family:' Montserrat', sans-serif;
    font-size: 1.6rem;
    color: #ee7e1a;
    text-transform: capitalize;
    border: .1rem solid #ee7e1a;
    background-color: #e8eaf8;
    border-radius: .5rem;
    padding: 1rem;
    margin-bottom: 2rem;
}
.creatorf .creator-form form .creator-form-radio{
    display: flex;
    column-gap: 1rem;
    align-items: center;

}
.creatorf .creator-form form .form-row{
    margin-bottom: 2rem;
}
.creatorf .creator-form form label{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: #131313;
    padding-bottom: 0.8rem;
    text-transform: capitalize;
    width: 100%;
}
.creatorf .creator-form form .form-control {
    font-family: ' Montserrat', sans-serif;
    font-size: 1.6rem;
    color: #757575;
    text-transform: capitalize;
    padding: 2.5rem 1rem;
   
}
.creatorf .creator-form form input::placeholder{
    color: #e0dfdf;
}
select{
    color: #938e8e !important;
}
select option{
    color: #131313 !important;
    opacity: .2;
}

option:disabled{
    color: #cfcfcf !important;
    background: transparent;

}

.creatorf .creator-form form textarea::placeholder{
    color: #e0dfdf;
}

.creatorf .creator-form form textarea.form-control {
    resize: none;
    height: 15rem;

}
.creatorf .creator-form form .form-control:focus{
    box-shadow: none;
    border-color: #ee7e1a;
}
.creatorf .creator-form form select.form-control {
    padding: 0 1rem;
    height: 5.2rem;
}

.creatorf .creator-form form input[type="radio"]{
 height: 2.4rem;
 width: 2.4rem;
 cursor: pointer;
}
.creatorf .creator-form form .creator-form-radio span{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    color: #131313;
    display: inline-block;
}
.creatorf .creator-form form h5{
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: #ee7e1a;
  text-transform: capitalize;
}
 .creatorf .creator-form form .random-file-input::-webkit-file-upload-button {
  visibility: hidden;
} 
.creatorf .creator-form form .random-file-input{
    position: relative;
    width: 100%;
    height: 5rem;
    background-color: #fff;
    border-radius: .8rem;
    cursor: pointer;
    box-shadow: 0 5px 15px -5px rgb(0 0 0 / 15%);
    padding-top: .5rem;
}

.creatorf .creator-form form .random-file-input::before {
position: absolute;
content: '';
right: 50%;
left: 50%;
transform: translate(-50%, 50%);
background: url('../../images/icons/attach-file.svg') no-repeat;
background-size: cover;
width: 9.9rem;
height: 2.3rem;
object-fit: cover;
}
.creatorf .creator-form form button{
    font-family: "Montserrat";
    font-size: 1.6rem;
    color: #fff;
    border: none;
    outline: none;
    background-color: #ee7e1a;
     height: 5rem;
    border-radius: 0.5rem;
    transition: .5s;
    cursor: pointer;
    width: 22rem;
    line-height: normal;
}
.creatorf .creator-form form button:hover{
  background: #ee7e1a;
}

.creatorf .creator-form form .submit-btn{
    text-align: center;
}
.creatorf .creator-form form .submit-btn input[type="submit"]{
    padding: 1.5rem 13rem;
    font-size: 1.6rem;
    color: #fff;
    text-transform: capitalize;
    background-color: #ee7e1a;
    border: none;
    border-radius: 0.5rem;
    font-family: 'Montserrat', sans-serif;
    transition: .5s;
    cursor: pointer;
}

.creatorf .creator-form form .submit-btn button{
    padding: 1.5rem 13rem;
    font-size: 1.6rem;
    color: #fff;
    text-transform: capitalize;
    background-color: #ee7e1a;
    border: none;
    border-radius: 0.5rem;
    font-family: 'Montserrat', sans-serif;
    transition: .5s;
    cursor: pointer;
    width: inherit;
    height: inherit;
}
.creatorf .creator-form form .submit-btn button:hover{
    background: #ee7e1a;
}



.creatorf .creator-form form .submit-btn a{
    padding: 1.5rem 13rem;
    font-size: 1.6rem;
    color: #fff;
    text-transform: capitalize;
    background-color: #0ac;
    border: none;
    border-radius: 0.5rem;
    font-family: 'Montserrat', sans-serif;
    transition: .5s;
    margin-right: 1rem;
}

.creatorf .creator-form form .submit-btn input[type="submit"]:hover{
    background: #ee7e1a; 
}
.creatorf .creator-form .d-flex.align-items-center.justify-content-center{
    column-gap: 2rem;
}
.creatorf .creator-form .d-flex.align-items-center.justify-content-center a{
    font-size: 1.6rem;
    color: #fff;
    text-transform: capitalize;
    border: none;
    border-radius: 0.5rem;
    font-family: 'Montserrat', sans-serif;
    transition: .5s;
    width: 16.3rem;
    padding: 1.5rem 0;
    text-align: center;
    transition: .2s;
}
.creatorf .creator-form .d-flex.align-items-center.justify-content-center a.apply{
    background-color: #ee7e1a;
}
.creatorf .creator-form .d-flex.align-items-center.justify-content-center a.apply:hover{
    background-color: #ee7e1a;
}
.creatorf .creator-form .d-flex.align-items-center.justify-content-center a.clear{
    background-color: #3fa5c1;
    
}
.creatorf .creator-form .d-flex.align-items-center.justify-content-center a.clear:hover{
    background-color: #25697c;
    
}
/* ===========================CreatorFEnd===================== */

/* ===========================CreatorVerificationFormPagesEnd===================== */


/* ===========================CreateEventFormPagesStart===================== */
/* .cover_img{
    height: 225px;
    
} */
.form-group.col-md-12.col-lg-12.col-12.m-0.text-center h5{
    font-size: 1.6rem;
    padding-bottom: 1.5rem;
    font-weight: 600;
}
.avtar-btn.w-100.ml-auto.text-center button{
    border: none;
    font-size: 1.6rem;
    padding: 0.5rem 3rem;
    border-radius: 0.5rem;
}
.avtar-btn.w-100.ml-auto.text-center button:first-child{
    background:#ee7e1a;
}
.avtar-btn.w-100.ml-auto.text-center button:first-child:hover{
    background-color: #ee7e1a;
}
.all-covers{
    overflow-y: scroll;
    height: 17.5rem;
    overflow-x: hidden;
    padding: 2rem 3rem;
}
.all-covers.bannner-big{
 margin-top: 2rem;
}

.all-covers.sept{
    column-gap: 0;
}
.cover_img .form-group{
    position: relative;
}
.all-covers::-webkit-scrollbar{
    width: .5rem;
    background: lightgray;
}
.all-covers::-webkit-scrollbar-thumb{
    background-color: #ee7e1a;
    height: 10px;
}
.cover_img .all-covers .banner-file{
    width: 100%;
    height: 12rem;
}
.cover_img .all-covers .banner-file img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


 .cover_img .all-covers img{
    width: 25.5em;
    height: 12em;
    border-radius: 5px;
    object-fit: cover;
    left: 4px;
}
.cover_img .all-covers.sept .all-sept{
    width: auto;
    height: auto;
    text-align: center;
    margin: auto;
    max-width: 15rem;
    max-height: 12rem;
}
.cover_img .all-covers.sept .all-sept img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    vertical-align: middle;
}
.cover_img .all-covers.sept input:is([type="radio"]) {
    /* width: 15rem; */
    width: 11rem;
    height: 12em;
    left: 50%;
    right: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid lightgray;
  }

  .cover_img .all-covers.banner-big input:is([type="radio"]) {
    width:calc(100% - 10px);
    height: 12em;

  }


.cover_img .all-covers input:is([type="radio"]) {
    -webkit-appearance: none;
    background: transparent;
    width: 25.5em;
    height: 12em;
    border: 2px solid transparent;
    border-radius: 5px;
    position: absolute;
    cursor: pointer;
  }
  /* .cover_img .all-covers input:is([type="radio"]):focus {
    outline: none;
    outline-offset: 0px;
  } */
  .cover_img .all-covers input:is([type="radio"]):checked {
    background: transparent;
    border: 4px solid  #2fd905;
    z-index: 1;
  }
  i.bx{
      font-size: 2.5rem;
      color: rgb(255, 217, 0);
  }
.create-eventf{
  background: #fafafa;
  padding: 6rem 0;
}
.create-eventf form {
    background: #fff;
    padding: 6rem;
    border-radius: 0.8rem;
    box-shadow: 0 5px 15px -5px rgb(0 0 0 / 15%);
}
.create-eventf form .weekend.d-flex{
    column-gap: 3rem;
    margin-bottom: 3rem;
    flex-direction: row;
    row-gap: 1.5rem;
    position: relative;
    flex-wrap: wrap;
}
.create-eventf form .weekend.d-flex .multi-check.d-flex.flex-column{
   row-gap: 1.5rem;
}
.create-eventf form .weekend.d-flex .multi-check.d-flex.flex-column p.d-flex.align-items-center{
    column-gap: 1rem;
}

.create-eventf form .weekend.d-flex .multi-check.d-flex.flex-column p.d-flex.align-items-center label.error{
  position: absolute;
  bottom: -50%;  
}


.create-eventf form .weekend.d-flex input[type="radio"] {
    height: 2.4rem;
    width: 2.4rem;
}
.create-eventf form .weekend.d-flex span{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    color: #131313;
    display: inline-block;
    padding-left: 1rem;
}
.create-eventf form .radio-mode.d-flex{
    column-gap: 1rem;
    align-items: center;
    position: relative;
}
.create-eventf form .radio-mode.d-flex #credit-error{
    position: absolute;
    bottom: -100%;
}

.create-eventf form .radio-mode.d-flex #mode-error, #joining-error, #current_ctc-error, #expected_ctc-error, #pan_card-error, #driving_license-error, #publish-error{
    position: absolute;
    bottom: -120%;
}



.create-eventf form .radio-mode.d-flex input[type="radio"] {
    height: 2.4rem;
    width: 2.4rem;
    cursor: pointer;
    }
label#stipend-error {
    position: absolute;
    bottom: -100%;
}
label#weekend-error {
    position: absolute;
    bottom: -100%;
}

.create-eventf form .mapouter{
    margin-bottom: 3rem;
}
.create-eventf form .mapouter .gmap_canvas{
    border-radius: 1rem;
}
.create-eventf form .radio-mode.d-flex small{
     font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    color: #131313;
}

.create-eventf form .radio-mode.d-flex span{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: #131313;
    text-transform: capitalize;
}    
.create-eventf form .form-control{
    font-family: ' Montserrat', sans-serif;
    font-size: 1.6rem;
    color: #757575;
    text-transform: inherit;
    padding: 2.5rem 1rem;
    text-transform: inherit;
}
.create-eventf form .form-control::placeholder{
    color: #e0dfdf;
}

.create-eventf form textarea.form-control{
    padding: 1rem;
    height: 15rem;
    resize: none;
    color: #757575 !important;
}
.create-eventf form label {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: #131313;
    padding-bottom: 0.8rem;
    text-transform: capitalize;
}
.create-eventf form .requirements-main {
    background-color: #ebf1f8;
    padding: 20px 20px;
    border-radius: 5px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}
a.get-responsibilities {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    background-color: #ee7e1a;
    display: inline-block;
    text-align: right !important;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 50px;
    position: absolute;
    right: 30px;
    top: -18px;
}

.create-eventf form .additional-main {
    background-color: #ebf1f8;
    padding: 20px 20px;
    border-radius: 5px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}
.create-eventf form .additional-main h5 {
    font-size: 18px;
    font-weight: 600;
    color: #ee7e1b;
    margin-bottom: 10px;
}

.create-eventf form a.editButtonCriteria {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
    border: none;
    outline: none;
    background-color: red;
    text-transform: capitalize;
    padding: 1.5rem 10rem;
    border-radius: 0.5rem;
    transition: .5s;
    cursor: pointer;
    display: inline-block;
}
.tooltip-arrow, .tooltip > .tooltip-inner {
    font-size: 12px;
    padding: 5px;
    text-align: left;
}

.create-eventf form label svg.svg-inline--fa.fa-circle-info {
    font-size: 14px;
    fill: #131313;
    color: #131313;
}

    label#interests-error{
    position: absolute;
    bottom: -35%;
    z-index: 1;
    left: 2%;
    }

    label#end_date-error {
        bottom: -50%;
        position: absolute;
    }


.create-eventf form .form-control:focus {
    box-shadow: none;
    border-color: #ee7e1a; 
    }

.create-eventf form .form-row {
    margin-bottom: 2rem;
    width: 100%;
} 

.create-eventf form select.form-control {
    padding: 0 1rem;
    height: 5.2rem;
}  
.create-eventf form input[type="file"].form-control::-webkit-file-upload-button {
  visibility: hidden;
}
.create-eventf form input[type="file"].form-control{
    width: 12%;
    height: 10rem;
    border:none;
    background: #fff;
    position: relative;
    padding: 0;
    border-radius: .8rem;
    object-fit: contain;
    box-shadow: 0 5px 15px -5px rgb(0 0 0 / 15%);
}

.create-eventf form input[type="file"].form-control::after{
   content: '+';
   font-size: 10rem;
   position: absolute;
   left: 37%;
   right: 50%;
   transform: translate(-50%, -17%);
   color: #757575;
   font-weight: 300;
}

.create-eventf form input[type="file"].form-control::before{
   content: '';
   height: 2.5rem;
   width: 100%;
   position: absolute;
   left: 0;
   right: 0;
   background:#fff;
   top: 0;
   border-radius: .5rem .5rem 0 0;
}
.create-eventf form .create-event-btn.w-100.ml-auto.text-center button {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
    border: none;
    outline: none;
    background-color: #ee7e1a;
    text-transform: capitalize;
    padding: 1.5rem 10rem;
    border-radius: 0.5rem;
    transition: .5s;
    cursor: pointer;
}
.create-eventf form .create-event-btn.w-100.ml-auto.text-center button:hover{
   background: #ee7e1a;
}  
/* ===========================CreateEventFormPagesEnd===================== */
.a-button a{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff !important;
    border: none;
    outline: none;
    background-color: #ee7e1a;
    text-transform: capitalize;
    padding: 1.5rem 3rem;
    border-radius: 0.5rem;
    transition: .5s;
    cursor: pointer;
    display: inline-block;
    /* margin-bottom: -20px;
    margin-top: -10px; */
}

.a-button button{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff !important;
    border: none;
    outline: none;
    background-color: #ee7e1a;
    text-transform: capitalize;
    padding: 1.5rem 3rem;
    border-radius: 0.5rem;
    transition: .5s;
    cursor: pointer;
    display: inline-block;
    /* margin-bottom: -20px;
    margin-top: -10px; */
}

/* ===========================SubmitGrievancePagesStart===================== */
.fproduct.grievance-list{

}
.fproduct.grievance-list .pr-main ul li{
    border-radius: 10px 10px 10px 10px;
}
.fproduct.grievance-list .d-flex.justify-content-between {
    width: auto;
}
.fproduct.grievance-list .g-header.d-flex.justify-content-between {
    background-color: #ebebeb;
    padding: 5px 20px;
    border-radius: 10px 10px 0px 0px;
    margin-bottom: 10px;
}
.fproduct.grievance-list .g-header.d-flex.justify-content-between span strong {
    color: #131313;
    font-size: 16px;
    font-weight: 500;
}
.fproduct.grievance-list .pr-main ul li p {
    padding: 0px 20px;
    font-size: 16px;
    color: #161616;
    font-weight: 500;
    margin-bottom: 5px;
}
.fproduct.grievance-list .pr-main ul li p span {
    font-size: 14px;
    color: #757575;
    font-weight: normal;
    margin-bottom: auto;
    margin-top: auto;
}

.fproduct.grievance-list .g-footer.d-flex.justify-content-between span strong {
    color: #131313;
    font-size: 14px;
    font-weight: 500;
}

.fproduct.grievance-list .pr-main ul a {
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    padding: inherit;
    border-radius: inherit;
    cursor: pointer;
}
.fproduct.grievance-list .pr-main ul a img {
    max-width: initial;
    max-height: inherit;
    width: inherit;
    height: inherit;
    object-fit: inherit;
    border-radius: inherit;
}

.fproduct.grievance-list .pr-main ul a.download-g img {
    width: 40px;
    height: 40px;
    scale: 1.6;
}

.fproduct.grievance-list .create-button {
    margin: auto;
    text-align: center;
    padding: 5rem 0;
}
.fproduct.grievance-list .create-button a {
    font-size: 1.6rem;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    background: #ee7e1a;
    color: #fff;
    padding: 1.5rem 6rem;
    transition: .5s;
    border: none;
    border-radius: 0.5rem;
}
/* ===========================SubmitGrievancePagesEnd===================== */

label.error {
    color: red !important;
    padding-top: 0.5rem !important;
    font-size: 1.2rem !important;
    text-transform: unset !important;
}

/* ===========================pagination===================== */
ul.pagination{
    margin: 3rem 0;
    column-gap: inherit;
    justify-content: end !important;
    flex-wrap: nowrap !important;
}
ul.pagination li.page-item{
    width: max-content;
    padding: initial;
    border-radius: 0px !important;
    border: none !important;
}
ul.pagination li.page-item:hover{
    transform: translateY(0);
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow: none;
}


ul.pagination .page-item:first-child .page-link{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}
ul.pagination .page-item .page-link{
    color: #000000;
    font-size: 1.6rem;
    padding: 1rem 1.5rem;
    border-radius: 0;
}
ul.pagination .page-item.active .page-link{
    background-color: #ee7e1a;
    border-color: #ee7e1a;
    color: #fff;
}
ul.pagination .page-item:last-child .page-link{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}
ul.pagination .page-item.disabled .page-link{
    color: #6c757d;
}

.text-lg{
    font-size: 3rem !important;
    font-weight: 600 !important;
}

.text-sm{font-size:.875rem}.text-lg{font-size:3rem !important}.leading-7{line-height:1.75rem}.mx-auto{margin-left:auto;margin-right:auto}.ml-1{margin-left:.25rem}.mt-2{margin-top:.5rem}.mr-2{margin-right:.5rem}.ml-2{margin-left:.5rem}.mt-4{margin-top:1rem}.ml-4{margin-left:1rem}.mt-8{margin-top:2rem}.ml-12{margin-left:3rem}.-mt-px{margin-top:-1px}.max-w-xl{max-width:36rem}.max-w-6xl{max-width:72rem}.min-h-screen{min-height:100vh}.overflow-hidden{overflow:hidden}.p-6{padding:1.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.pt-8{padding-top:2rem}.fixed{position:fixed}.relative{position:relative}.top-0{top:0}.right-0{right:0}.shadow{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)}.text-center{text-align:center}.text-gray-200{--text-opacity:1;color:#edf2f7;color:rgba(237,242,247,var(--text-opacity))}.text-gray-300{--text-opacity:1;color:#e2e8f0;color:rgba(226,232,240,var(--text-opacity))}.text-gray-400{--text-opacity:1;color:#cbd5e0;color:rgba(203,213,224,var(--text-opacity))}.text-gray-500{--text-opacity:1;color:#a0aec0;color:rgba(160,174,192,var(--text-opacity))}.text-gray-600{--text-opacity:1;color:#718096;color:rgba(113,128,150,var(--text-opacity))}.text-gray-700{--text-opacity:1;color:#4a5568;color:rgba(74,85,104,var(--text-opacity))}.text-gray-900{--text-opacity:1;color:#1a202c;color:rgba(26,32,44,var(--text-opacity))}.uppercase{text-transform:uppercase}.underline{text-decoration:underline}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.tracking-wider{letter-spacing:.05em}.w-5{width:1.25rem}.w-8{width:2rem}.w-auto{width:auto}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}@-webkit-keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes  spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes ping{0%{transform:scale(1);opacity:1}75%,to{transform:scale(2);opacity:0}}@keyframes  ping{0%{transform:scale(1);opacity:1}75%,to{transform:scale(2);opacity:0}}@-webkit-keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes  pulse{0%,to{opacity:1}50%{opacity:.5}}@-webkit-keyframes bounce{0%,to{transform:translateY(-25%);-webkit-animation-timing-function:cubic-bezier(.8,0,1,1);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:translateY(0);-webkit-animation-timing-function:cubic-bezier(0,0,.2,1);animation-timing-function:cubic-bezier(0,0,.2,1)}}@keyframes  bounce{0%,to{transform:translateY(-25%);-webkit-animation-timing-function:cubic-bezier(.8,0,1,1);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:translateY(0);-webkit-animation-timing-function:cubic-bezier(0,0,.2,1);animation-timing-function:cubic-bezier(0,0,.2,1)}}@media (min-width:640px){.sm\:rounded-lg{border-radius:.5rem}.sm\:block{display:block}.sm\:items-center{align-items:center}.sm\:justify-start{justify-content:flex-start}.sm\:justify-between{justify-content:space-between}.sm\:h-20{height:5rem}.sm\:ml-0{margin-left:0}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:pt-0{padding-top:0}.sm\:text-left{text-align:left}.sm\:text-right{text-align:right}}@media (min-width:768px){.md\:border-t-0{border-top-width:0}.md\:border-l{border-left-width:1px}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.lg\:px-8{padding-left:2rem;padding-right:2rem}}@media (prefers-color-scheme:dark){.dark\:bg-gray-800{--bg-opacity:1;background-color:#2d3748;background-color:rgba(45,55,72,var(--bg-opacity))}.dark\:bg-gray-900{--bg-opacity:1;background-color:#1a202c;background-color:rgba(26,32,44,var(--bg-opacity))}.dark\:border-gray-700{--border-opacity:1;border-color:#4a5568;border-color:rgba(74,85,104,var(--border-opacity))}.dark\:text-white{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.dark\:text-gray-400{--text-opacity:1;color:#cbd5e0;color:rgba(203,213,224,var(--text-opacity))}}

/* ===========================pagination===================== */

/* ===========================FaqPagesStart===================== */



.accordion-content {
    margin: 0 auto;
  }
  .main-content{
    background: #fff;
    padding: 3rem;
    border-radius: 0.8rem;
    box-shadow: 0 5px 15px -5px rgb(0 0 0 / 15%);
    margin: 6rem 0;
  }
  .accordion-item {
    display: flex;
    flex-direction: column;
    padding: 0 1rem;
    border-radius: 5px;
    border: 1px solid #ddd;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.09);
    cursor: pointer;
    background: #fff;
    margin-bottom: 0.5em;
  }
  .item-header {
    display: flex;
    justify-content: space-between;
    column-gap: 0.2em;
    align-items: center;
    padding: 1rem;
  }
  
  .item-icon {
    margin-top: 1rem;
    flex: 0 0 25px;
    display: grid;
    place-items: center;
    font-size: 1.25rem;
    height: 25px;
    width: 25px;
    border-radius: 4px;
    background: #ee7e1a;
    cursor: pointer;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.09);
  }
  .item-icon i {
    transition: all 0.25s cubic-bezier(0.5, 0, 0.1, 1);
    font-size: 1.8rem;
    color: #fff;
  }
  .item-question {
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 500;
    width: 90%;
    line-height: 1.4;
  }
  
  .active .item-icon i {
    transform: rotate(180deg);
  }
  
  .active .item-question {
    font-weight: 500;
  }
  
  .item-content {
    max-height: 0;
    overflow: hidden;
    transition: all 300ms ease;
    height: max-content;
    font-size: 1.6rem;
    padding: 0 2rem;
    margin-bottom: 0.5rem;
  }
  
  .item-answer {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    line-height: 1.56;
    color: #757575;
  }
  

/* ===========================FaqPagesEnd===================== */

/* ===========================Term&conditionsPageStart===================== */
.term{
    padding: 6rem 0;
}
.term .conditions{
    background: #fff;
    padding: 3rem;
    border-radius: 1.6rem;
    box-shadow: 0 3px 30px 0 rgb(0 0 0 / 8%);
    background-color: #fff;
}
.term .condition{
    padding-bottom: 2rem;
    padding-left: 2rem;
}


.term .condition:last-child{
    padding-bottom: 0;
}

.term h3{
    font-size: 2rem;
    font-weight: 500;
    color: #161616;
    display: inline-block;
    position: relative;
}
.term h3:after {
    content: '';
    position: absolute;
    height: .7rem;
    width: .7rem;
    left: -2rem;
    top: 50%;
    bottom: 50%;
    transform: translate(-50%, -50%);
    background: #ee7e1a;
    border-radius: 50%;

}
.term .condition h4 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.term p{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    line-height: 1.56;
    color: #757575;
    padding-top: 1.5rem;
}
.term .condition ul {
    display: block;
    margin-left: 30px;
    margin-top: 5px;
}
.term .condition ul li {
    display: list-item;
    list-style: disc;
    font-size: 16px;
    color: #757575;
    margin-bottom: 5px;
}

/* ===========================Term&conditionsPageEnd===================== */

.text-trun{
    white-space: inherit;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;

}

nav.ml-auto{
    width: 100%;
}
.carousel-indicators{
    z-index: 2;
}

/* ===================================sidebar==================================== */
/* li.nav-item.dropdown.lang {
    position: absolute;
    top: 18%;
    right: 0;
    z-index: 9999999;
    background: blue;
    width: 115px;
    border-radius: 30px;
    padding-left: 1rem;
    z-index: 99999999999999999999999;
}

li.nav-item.dropdown.lang a.nav-link{
    color: #fff;
    font-size: 12px;
}
li.nav-item.dropdown.lang a.nav-link{
    color: #fff;
    font-size: 12px;
}

li.nav-item.dropdown.lang a.nav-link.dropdown-toggle::after{
    display: inline-block;
    content: '/f078';
    font-family: "Font Awesome 6 Free";
    position: absolute;
    right: 0;
    transform: translate(-50%, -50%);
    top: 50%;
    bottom: 50%;
    height: 25px;
    width: 25px;
    background: #fff;
    border-radius: 50%;
    color: #131313;
}  */

/* ==============================Dashboard-Start================================= */
.dashboard {
    padding: 6rem 0rem;
    background-color: #f8fafc;
    /* height: 90vh; */
}

a.btn.previous-btn {
    background-color: transparent;
    border: 2px solid #fff;
    padding: 5px 5px;
    text-align: center;
    margin: auto;
    /* margin-bottom: 15px; */
    color: #fff;
    border-radius: 5px;
}

a.btn.previous-btn svg.svg-inline--fa.fa-circle-left {
    fill: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
}

a.btn.previous-btn:hover{
    background-color: #ffffff;
}

a.btn.previous-btn:hover svg.svg-inline--fa.fa-circle-left {
    fill: #ee7e1a;
    color: #ee7e1a;
}
.partner-sidebar {
    background: #fff;
    padding: 2rem 2rem;
    border-right: 1px solid #d6dfe9;
    /* box-shadow: 0 5px 15px -5px rgb(0 0 0 / 15%);
    border-radius: 1rem; */
    /* margin-right: 30px; */
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 25.5%;
}

ul.sidebar-ul{
    margin-top: 100px;
}

li.sidebar-li {
    list-style: none;
}

/* li.sidebar-li:last-child {
    border-bottom: none;
} */

li.sidebar-li a{
    padding: 1rem 1.5rem;
    /* border-bottom: 1px solid #eee; */
    transition: 0.5s;
    border-radius: 5px;
    margin: 5px 0px;
    font-size: 16px;
    color: #485166;
    vertical-align: middle;
    display: flex;
    align-items: center;
}

li.sidebar-li:hover a, li.sidebar-li.active a {
    color: #ee7e1b;
    background-color: #f7eee6;
    transition: 0.5s;
    font-weight: 500;
}

li.sidebar-li a span{
    display: inline-block;
    margin-right: 10px;
    vertical-align: sub;
    height: 24px;
    width: 24px;
}

li.sidebar-li a span img{
    width: 100%;
}

.dashboard .dashboard-main {
    margin-top: 0px;
}

/* .dashboard-main .row {
    display: flex;
    flex-wrap: wrap;
}

.dashboard-main .row .col-12.col-sm-12.col-md-3.col-lg-3 {
    display: flex;
} */

.dashboard .count-box-main {
    background: #ee7e1a;
    padding: 2rem 2rem;
    box-shadow: 0 5px 15px -5px rgb(0 0 0 / 15%);
    border-radius: 1rem;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.dashboard .count-box-main::after {
    content: '';
    background-color: #fff;
    opacity: 0.1;
    width: 200px;
    height: 200px;
    display: block;
    position: absolute;
    right: -100px;
    top: -100px;
    border-radius: 50%;
}

.dashboard .count-number {
    margin: auto;
    text-align: left;
    font-family: Montserrat;
    font-size: 44px;
    font-weight: bold;
    line-height: normal;
    color: #fff;
}

.dashboard p {
    font-size: 16px;
    color: #ffffff;
    text-align: left;
    margin-top: 10px;
}
/* ==============================Dashboard-End================================= */


/* ==============================error404pagenotfound================================= */
.error-page .error-heading {
    font-size: 80px;
    line-height: normal;
    margin-bottom: 5px;
    font-weight: 900;
}


input[type="file"]{
    color: #000;
}
/* ==============================error404pagenotfound================================= */