/*----- FONTS -----*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');

/*----- BASIC -----*/
html, body{
  height: auto;
  scroll-behavior: smooth;
}
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background: #fff;
  color: #919191;
  line-height: 1.5;
  position: relative;
  overflow-x: hidden;
}
body.active-sidebar {
    overflow: hidden;
}
a, a:hover{
  color: #0050A0;
  text-decoration: none;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;                
  transition: ease-in-out 0.5s;
}
ul{
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
h1,h2,h3{
  
  font-weight: 600;
}
h4,h5,h6{
  font-weight: 500;
}
.favicon{
  width: 16px;
  height: 16px;
  object-fit: contain;
}
main{
  padding:80px 0 0;
  position: relative;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.error{
    color: red;
    font-size: 13px;
    padding: 0 10px;
}
/* -------- HEADER ----------- */
.hidden {
	display: none;
}
.header{
	background: #000;
	box-shadow:none;
	height: auto;
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	z-index: 11;
}
.header .navbar{
	padding: 12px 0;
}
.header .navbar .brand img{
	max-width: 100%;
	height: 60px;
	object-fit: contain;
}

/*----- MAIN -----*/
.wd-home-bnr{
  background: url(../images/home-bg.png) no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  width: 100%;
  box-shadow: 0px 4px 8px 0px #0000000F;
  position: relative;
  padding: 60px 0;
  display: flex;
}
.wd-home-bnr:before{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.wd-home-profile{
  display: flex;
  align-items: center;
  gap: 20px;
}
.wd-home-profile img{
  border-radius: 10px;
  border: 4px solid #FFF;
  width: 150px;
  height: 150px;
  object-fit: contain;
}
.wd-profl-name{
  color: #FFF;
  font-size: 34px;
  font-weight: 600;
  margin: 0;
}
.wd-donation-blog{
  padding: 22px 0 50px;
}
.wd-white-box{
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.20);
  margin-bottom: 30px;
  padding: 15px;
}
.wd-progress-area{
  display: flex;
  align-items: center;
  gap: 20px;
}
/* .progress {
  width: 200px;
  height: 200px;
  font-size: 30px;
  color: #fff;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background: transparent;
  text-align: center;
  line-height: 200px;
  margin: 20px
}

.progress::after {content: "%";}

.progress .title {position: relative;z-index: 100;}

.progress .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0,123,255,.5);
  border: 10px solid #6c757d;
  border-radius: 50%;
}

.progress .left{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 10px solid #85C90C;
  border-radius: 50%;
  border-right: 0;
  transform-origin: right;
  z-index: 1;
}

.progress .left {animation: load1 1s linear forwards;}

.progress:nth-of-type(2) .right, .progress:nth-of-type(3) .right {animation: load2 .5s linear forwards 1s;}

.progress:last-of-type .right, .progress:first-of-type .right {animation: load3 .8s linear forwards 1s;}

@keyframes load1 {
  0% {transform: rotate(0deg);}

  100% {transform: rotate(180deg);}
}

@keyframes load2 {
  0% {z-index: 100;transform: rotate(180deg);}

  100% {z-index: 100;transform: rotate(270deg);}
}

@keyframes load3 {
  0% {z-index: 100;transform: rotate(180deg);}

  100% {
      z-index: 100;transform: rotate(315deg);}
} */


.wd-progrs-txt h3{
  color: #000;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 6px;
}
.wd-progrs-txt p{
  color: #959595;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
.wd-progrs-txt p strong{
  color: #1D6B94;
  font-size: 24px;
  font-weight: 600;
}
.wd-reason-area h2, .wd-fund-title{
  color: #545454;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.45px;
  margin-bottom: 7px;
}
.wd-reason-area p{
  color: #919191;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
.wd-reason-area p:last-child{margin-bottom: 0;}
.wd-reason-area p a{
  background: linear-gradient(180deg, #92CD01 0%, #3AB549 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.wd-refer-area{
  display: flex;
  align-items: center;
  gap: 50px;
}
.wd-refer-txt span{
  display: block;
  color: #777;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.36px;
  margin: 0;
}
.wd-refer-txt p{
  color: #545454;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
.wd-brdr-top{
  margin: 15px 0;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.2);
}
.wd-donation-form .form-group{
  margin-bottom: 16px;
  position: relative;
}
.wd-donation-form .form-control{
  border-radius: 16px;
  border: 1px solid #ECECEC;
  background: #FFF;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.09);
  padding: 15px 18px;
  color: #82858A;
  font-size: 16px;
  font-weight: 400;
  height: auto;
}
.wd-donation-form .with-icon .form-control{
padding: 15px 18px 15px 65px;
}
.wd-form-icon{
  position: absolute;
  top: 0;
  left: 0;
  margin: 15px;
  padding-right: 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.21);
}
/* custom csheckbox */
.cstm-checkbox{position: relative;}
.cstm-checkbox input{display: none;}
.cstm-checkbox label{
  color: #545454;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.cstm-checkbox label span{color: #1D6B94;}
.cstm-checkbox label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  display:inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  background:  #fff;
}
.cstm-checkbox input:checked + label:before {
  background:  linear-gradient(180deg, #2C82AF 0%, #295772 100%);
}
.cstm-checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  color: #fff;
  top: 6px;
  left: 8px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
/* prize radio */
.wd-choose-prize{
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  padding: 10px 0;
  flex-wrap: wrap;
}
.wd-choose-prize p {
  position: relative;
  margin-bottom: 0;
}
.wd-choose-prize input[type=radio] {
  display: none;
}
/*.wd-choose-prize :checked + label:before {
  content: "";
  position: absolute;
  opacity: 1;
  width: 14px;
  height: 14px;
  background: url(../images/cancel-icon.png)no-repeat !important;
  top: 0;
  right: 0;
  margin: 3px 8px 0 0;
}*/
.prize{
  border-radius: 6.61px;
  border: 1.102px solid #D9D9D9;
  /*background: rgba(108, 194, 32, 0.10) linear-gradient(180deg, #92CD01 0%, #3AB549 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
  font-size: 16px;
  font-weight: 500;
  padding: 5px 18px;
  position: relative;
  text-align: center;
  display: block;
}
.wd-choose-prize :checked + label .prize{
  border: 1px solid #2181FF;
/*  padding: 5px 30px 5px 8px;*/
  border: 1.102px solid #92CD01;
/*  background: rgba(108, 194, 32, 0.10);*/
  background: rgba(108, 194, 32, 0.10) linear-gradient(180deg, #92CD01 0%, #3AB549 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.wd-pay-now{
  display: block;
  border-radius: 100px;
  background:  linear-gradient(180deg, #2C82AF 0%, #295772 100%);
  box-shadow: 4px 8px 24px 0px rgba(43, 96, 123, 0.55);
  padding: 15px 70px;
  color: #FFF !important;
  text-shadow: 4px 8px 24px rgba(234, 30, 97, 0.25);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2px;
  width: fit-content;
  margin: 0 auto;
  border:none
  ;
}
/* right side area */
.wd-right-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.wd-right-title h3{
  color: #545454;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.45px;
  margin-bottom: 3px;
}
.wd-right-title p{
  color: rgba(35, 35, 35, 0.5);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.wd-support-box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.wd-support-box:last-child{
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.wd-support-lft{
  display: flex;
  align-items: center;
  gap: 10px;
}
.wd-support-img{
  width: 35px;
  height: 35px;
  object-fit: contain;
  border-radius: 50%;
}
.sup_btn,
.co_sup_btn,
.my_sup_btn,
.wd-teamleader-btn,
.leader_btn{
  color:  #1D6B94;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
}
.wd-support-dtls h4{
  color:  #545454;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
}
.wd-support-dtls p{
  color: rgba(84, 84, 84, 0.7);
  font-size: 13px;
  font-weight: 400;
  margin: 0;
}
.wd-progress-area{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.wd-target{
  display: flex;
  align-items: center;
  gap: 10px;
}
.wd-target span{
  color: #545454;
  font-size: 12px;
  font-weight: 400;
}
.wd-support-img span{
  width: 31px;
  height: 31px;
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  background: #ADADAD;
  border-radius: 50%;
}
.wd-support-box:hover .wd-support-img span{
  background: linear-gradient(180deg, #92CD01 0%, #3AB549 100%);
}
.wd-support-box:hover .wd-target span svg path{
  fill: #3AB549;
}
.wd-support-right p{
  color: #545454;
  font-size: 15px;
  font-weight: 600;
}
.wd-leader-img img{
  width: 31px;
  height: 31px;
  object-fit: contain;
  border-radius: 50%;
}
.wd-leader-img{display: inline-flex;align-items: center;justify-content: center;}
.wd-leader-img span{
  width: 20px;
  height: 20px;
  background: linear-gradient(180deg, #92CD01 0%, #3AB549 100%);
  border: 1.5px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  margin-right: -5px;
  z-index: 0;
}
.wd_supp_img{
  padding: 15px 25px 0 0;
  width: 40%;
}
.wd_supp_img img{
  width: 100%;
  height: 302px;
  object-fit: contain;
}
.wd_main_leader{
  margin-bottom: 30px;
}
.wd_main_leader h3{
  font-size: 26px;
  font-weight: 700 !important;
}
.wd_mem_bx{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.wd_mem_bx span{
  color: #000;
  font-size: 14px;
  font-weight: 400;
  display: block;
}
.wd_mem_bx a{
  color: #000;
  font-size: 14px;
  font-weight: 700;
  display: block;
}
.wd_leader_bx{
  background: #FFF;
  box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.10);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.wd_leader_lft {
  display: flex;
  align-items: center;
}
.wd_lead_inner {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 0 0 18px;
}
.wd_lead_inner img{
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}
.wd_lead_inner span{
  background: #F29E38;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  border: 5px solid #fff;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
}
.wd_leader_lft h3{
  color: #545454;
  font-size: 15px !important;
  font-weight: 500;
  margin: 0 0 0 15px;
}
.wd_leader_bx p{
  color: #0050A0 !important;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  border-radius: 90px;
  background: rgba(0, 80, 160, 0.09);
  padding: 6px 15px;
  display: inline-block;
  margin-bottom: 0 !important;
}
.wd_supp_lft h4{
  color: #545454;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}
.wd_supp_lft span{
  color: #545454;
  font-size: 12px;
  font-weight: 400;
}
.wd_vw_cart{
  background: #FFF;
  box-shadow: 0px -6px 34px 0px rgba(0, 0, 0, 0.25);
  padding: 10px 0;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
}
.wd_vw_bx{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wd_vw_txt h3{
  color: #0050A0;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}
.wd_vw_txt p{
  color: rgba(0, 0, 0, 0.40);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
/*----Cart Sidebar [ START ]----*/
.wd_main_side{
  position: relative;
}
.wd_left_side{
  position: fixed;
  inset: 0px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
  transition: opacity 300ms ease-out 0s;
  opacity: 1;
  display: none;
  z-index: 1;
}
.wd_tleader_sidebar, .wd_leader_sidebar, .wd_support_sidebar, .wd_my_support_sidebar,.wd_co_support_sidebar{
  background: #FFF;
  box-shadow: -20px 4px 54px 0px rgba(0, 0, 0, 0.45);
  width: 500px; 
  max-height: 100%;
  padding-bottom: 50px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 50px 30px 30px;
  z-index: 12;
  box-shadow: 0px -6px 24px rgba(0, 0, 0, 0.15);
  transition-property: transform;
  transition-duration: 900ms;
  transition-timing-function: cubic-bezier(0.5, 1, 0.5, 1);
  transform: translateX(500px);

}
.back_shop_btn{
  display: inline-flex;
  align-items: center;
  grid-gap: 8px;
  border-radius: 90px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  padding: 10px 15px;
  color: #0050A0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}
.back_shop_btn:hover{
  background: #0050A0;
  color: #fff;
  transition: all 0.5s ease-in;
  -webkit-transition:all 0.5s ease-in;
  -moz-transition:all 0.5s ease-in;
}
.back_shop_btn:hover svg path{
  stroke: #fff;
  transition: all 0.5s ease-in;
  -webkit-transition:all 0.5s ease-in;
  -moz-transition:all 0.5s ease-in;
}
.wd_tleader_sidebar h2, .wd_leader_sidebar h2, .wd_support_sidebar h2,.wd_my_support_sidebar h2, .wd_co_support_sidebar h2{
  color: #000;
  font-size: 30px;
  font-weight: 600;
  margin: 25px 0 6px;
}
.wd_tleader_sidebar p, .wd_leader_sidebar p, .wd_support_sidebar p, .wd_my_support_sidebar p,.wd_co_support_sidebar p{
  font-weight: 400;
  color: #919191;
  font-size: 16px;
  margin-bottom: 12px;
}

.slide-sidebar {
  transform: translateX(0px);
  transition-property: transform;
  transition-duration: 900ms;
  transition-timing-function: cubic-bezier(0.5, 1, 0.5, 1);
}

.scrollbar{
/*  margin-right: 30px;*/
  height: 100%;
  width: 100%;
  overflow-y: auto;
  padding-bottom: 60px;
}
.scrollbar_supp{
  height: 700px;
  width: 100%;
  overflow-y: scroll;
  margin-bottom: 25px;
}
#style-4::-webkit-scrollbar-track
{
 /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;*/
}

#style-4::-webkit-scrollbar
{
  width: 2px;
/*  background-color: #0050a0;*/
}

#style-4::-webkit-scrollbar-thumb
{
 /*background-color: #0050a0;
  border: 2px solid #0050a0;*/
}
.wd_leader_sidebar .wd_leader_bx, .wd_support_sidebar .wd_leader_bx{
  margin: 6px;
}
.wd-progress-area .card{
  background: transparent;
/*  width: calc(25% - 8px);*/
  height: auto;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  box-shadow: unset;
  border: none;
}
.wd-progress-area .card .circle{
  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  cursor: default;
}
/* Contain jquery-circle-progress canvas (plugin ignores unknown "radius" on some pages / double-init) */
.wd-progress-area .card .circle .bar{
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  overflow: hidden;
  line-height: 0;
}
.wd-progress-area .card .circle .bar canvas{
  display: block;
  max-width: 100%;
  height: auto !important;
}
.card .circle .box,
.card .circle .box span{
  position: absolute;
  top: 50%;
  left: 50%;
}
.card .circle .box{
  height: 100%;
  width: 100%;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  transition: all 0.2s;
}
.card .circle .box span,
.wd-progress-area .card .text{
  font-size: 25px;
  font-weight: 700;
  color: #545454;
}
.circle .box span{
  font-size: 38px;
  font-family: sans-serif;
  font-weight: 600;
  transform: translate(-45%, -45%);
  transition: all 0.1s;
}
/* payment modal */
.paymnt-modal .modal-content{
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.20);
  padding: 15px;
}
.paymnt-modal .modal-body{
  text-align: center;
}
.paymnt-modal .modal-body img{
  width: 170px;
  height: 170px;
  object-fit: contain;
  margin-bottom: 20px;
}
.paymnt-modal .modal-body p{
  color:  #000;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
}
.paymnt-modal .wd-pay-now{
  margin: 30px auto 15px;
  font-size: 15px;
}
.wd-payment-gif{
  background: url(../images/payment-gif.gif);
  position: relative;
  background-size: cover;
  background-position: center;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
/*----Home Fundraising-----*/
.wd_fund_blog{
  padding: 80px 0;
}
.wd_cmon_title{
  text-align: center;
}
.wd_cmon_title span{
  color: #1D6B94;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.26px;
  text-transform: uppercase;
  position: relative;
  padding: 0 30px;
  margin-bottom: 8px;
}
.wd_cmon_title span::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  margin: 10px 0 0;
  border-bottom: 2px solid #1D6B94;
  width:19px;
}
.wd_cmon_title span::after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  margin: 10px 0 0;
  border-bottom: 2px solid #1D6B94;
  width:19px;
}
.wd_cmon_title h3{
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 35px;
}
.wd_cmon_title p{
  color: #0B1116;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 40px;
}
.wd_fund_bx{
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 21px 40px 0px rgba(0, 0, 0, 0.10);
}
.wd_fund_bx img{
  width: 100%;
  height: 204px;
  border-radius: 20px 20px 0 0;
  object-fit: cover;
}
.wd_fund_txt {
  padding: 16px 20px;
}
.wd_fund_txt h3{
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 14px;
}
.wd_fund_txt ul{
  padding:  0 0 0 35px;
}
.wd_fund_txt ul li{
  position: relative;
  color: rgba(0, 0, 0, 0.70);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.wd_fund_txt ul li::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 0 0 -32px;
  background: url(../images/tick.png)no-repeat;
  width: 20px;
  height: 20px;
  background-size: cover;
}
.wd_learn_btn{
  text-align: center;
  margin: 10px auto 0;
  display: block;
}
/*------Home Testimonial [ HOME ]-----*/
.wd_testimonial{
  background: rgb(44 130 175 / 10%);
  width: 100%;
  height: 48em;
  padding: 80px 0; 
}
.wd_testi_title h3{
  color: #152251;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 10px;
  position: relative;
}
.wd_testi_title{
  background: url(../images/testimonial/title-pattern.png)no-repeat;
  background-position: top center;
  background-size: contain;
  width: 100%;
}
.wd_testi_title p{
  color: #545454;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 50px;
}
.wd_client_img{
  opacity: 0;
}
.wd_client_img img{
  border: 1px solid #FFF;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  object-fit: contain;
  margin: 15% auto 0;
  box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.25);
}
.slider-container .slider .slide.active .wd_client_img{
  opacity: 1;
}
.wd_quote_icon{
  width: 80px;
  height: 80px;
  object-fit: contain;
  background: #EDF0F5;
  margin: 0 auto 16px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wd_quote_icon img{
  width: 40px;
  height: 30px;
  object-fit: contain;
}
.slider-container .slide p{
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 10px;
}
.slider-container .slide h3{
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 31px;
  margin-bottom: 0;
}
.slider-container {
  display: block;
  height: 300px;
  width: auto;
  margin: 0 auto;
  max-width: 100%;
  margin-top: 60px;
  position: relative;
}
.slider-container::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 0 -3em 9em;
  background: url(../images/testimonial/left-circle.png)no-repeat;
  width: 180px;
  height: 180px;
  background-size: contain;
  background-position: bottom center;
}
.slider-container::after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  margin: -2em 7em 0 0;
  background: url(../images/testimonial/right-circle.png)no-repeat;
  width: 180px;
  height: 180px;
  background-size: contain;
  background-position: top center;
}
.slider-container .arrow-left {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  color: white;
  font-size: 28px;
  cursor: pointer;
  z-index: 9;
  background: #8C8C8C;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-container .arrow-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  color: white;
  font-size: 28px;
  cursor: pointer;
  z-index: 9;
  background: #8C8C8C;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-container .dots {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 30px 0;
  user-select: none;
}
.slider-container .dots span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 2px;
  cursor: pointer;
  user-select: none;
  padding: 10px 0;
  position: relative;
}
.slider-container .dots span:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #ccc;
  opacity: 0.6;
}
@media (max-width: 768px) {
  .slider-container .dots span {
    width: 23px;
    margin-bottom: 15px;
  }
}
.slider-container .dots span.active:before {
  background-color: #C85054;
  opacity: 1;
}
.slider-container .slider {
  display: block;
  width: 650px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
/*  line-height: 270px;*/
  color: white;
}
.slider-container .slider .slide {
  display: inline-block;
  width: 80%;
  height: 100%;
  padding: 15px;
  flex-direction: column;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) scale3d(0.4, 0.4, 1);
  transition: transform 0.3s ease-in-out 0s, z-index 0.2s ease-in-out 0.1s;
  background-color: #fff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.10);
}
.slider-container .slider .slide::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/testimonial/down-arrow.png)no-repeat;
  width: 40px;
  height: 40px;
  background-size: contain;
  margin: 0 auto -39px;
  text-align: center;
}
@media (max-width: 768px) {
  .slider-container .slider .slide {
    width: 100%;
    height: 450px;
  }
}
.slider-container .slider .slide.prev-2 {
  transform: translate3d(-90%, -50%, 0) scale3d(0.6, 0.6, 1);
  z-index: 1;
  opacity: 0.9;
  background: #F6F8FA;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.10);
}
.slider-container .slider .slide.prev-1 {
  transform: translate3d(-70%, -50%, 0) scale3d(0.8, 0.8, 1);
  z-index: 2;
      background: #F6F8FA;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.10);
}
.slider-container .slider .slide.next-1 {
  z-index: 2;
  transform: translate3d(-30%, -50%, 0) scale3d(0.8, 0.8, 1);
  background: #F6F8FA;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.10);
}
.slider-container .slider .slide.next-2 {
  z-index: 1;
  transform: translate3d(-10%, -50%, 0) scale3d(0.6, 0.6, 1);
  opacity: 0.9;
  background: #F6F8FA;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.10);
}
.slider-container .slider .slide.active {
  z-index: 3;
  transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
  box-shadow: 0px 5px 15px 3px rgba(0, 0, 0, 0.3);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.10);
}
.wd_testimonial .wd_cmon_title h3{
  margin-bottom: 5px;
}
.wd_slide_txt{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}
.wd_rating_bx{
  margin-bottom: 15px;
}
/*---end of testimonial---*/
/*-----Home Testimonial [ END ] ------*/
/*----Home WOrk [ START ]----*/
.wd_work_blog{
  padding: 80px 0;
}
.wd_work_blog .wd_cmon_title, .choose_txt .wd_cmon_title{
  text-align: left;
}
.wd_work_blog .wd_cmon_title span::after, .choose_txt .wd_cmon_title span::after{
  display: none;
}
.wd_work_blog .wd_cmon_title h3, .choose_txt .wd_cmon_title h3{
  margin-bottom: 10px;
}
.wd_work_img img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
.wd_launch_txt{
  width: 80%;
}
.wd_launch_txt h3{
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}
.wd_launch_txt p{
  color: #545454;
  font-family: 'Oxygen', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.wd_work_txt ul li{
  display: flex;
  align-items: flex-start;
  grid-gap: 12px;
  margin-bottom: 10px;
}
.wd_work_txt ul li span{
  background:  linear-gradient(180deg, #92CD01 0%, #3AB549 100%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}
.wd_choose_blog{
  padding: 80px 0;
}
.choose_txt ul li{
  color: #545454;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.choose_txt ul li b{
  color: #000;
  font-weight: 400;
}
.choose_txt p{
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
/*----Home Work [ END ]---*/
/* blog css */
.other_banner{
  background: url(../images/blog/other_banner.png) no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 280px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 93px 0 0;
}
.other_banner h1{
  font-size: 40px;
  font-weight: 600;
  color: #FFF;
  margin-bottom: 0;
  display: block;
  text-align: center;
}
.blog_main{
  padding: 50px 0;
}
.card_blog{
  box-shadow: 0px 3.901369333267212px 12.679450988769531px 0px #00000017;
  background: #fff;
  border-radius: 16px;
  padding: 14px;
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.card_blog_img{
  height: 204px;
  width: 100%;
  object-fit: cover;
  border-radius: 13px;
  margin-bottom: 20px;
}
.blog_content h6{
  font-size: 18px;
  font-weight: 600;
  color: #141C28;
  display: block;
  line-height: 1.5;
}
.blog_content p{
  font-size: 14px;
  font-weight: 400;
  color: #5A5E65;
  margin-bottom: 0;
}
.blog_profile {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  column-gap: 15px;
}
.blog_profile h6 {
  margin-bottom: 2px;
}
.blog_profile img {
  width: 48px;
  height: 48px;
  background: #D9D9D9;
  border-radius: 50%;
}
.pagination_blog .pagination {
  justify-content: center;
  column-gap: 8px;
}
.pagination_blog .page-link {
  box-shadow: 0px 4px 8px 0px #0000001A;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
.pagination_blog .pagination li:first-child a, .pagination_blog .pagination li:last-child a {
  background: linear-gradient(180deg, #2C82AF 0%, #295772 100%);
  border-radius: 10px;
  box-shadow: 0px 4px 8px 0px #0000001A;
}
.pagination_blog .page-item.active a{
  background: transparent;
  border: 2px solid #2C82AF;
  color: #000;
}
.pagination_blog{
  margin-top: 2rem;
}

/* blog css end */
/* ----------home page---------- */
.wd-mr-main{
  padding: 90px 0 0;
}
.wd-home-area{
  background: url(../images/home/home-bnr.png) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 0 0 40px 40px;
  width: 100%;
  height: 550px;
  display: flex;
  align-items: flex-end;
}
.wd-home-lft h1{
  color: #FFF;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 2px;
}
.wd-home-lft p{
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}
.wd-cmn-btn{
  color:  #FFF;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 22px;
  display: inline-block;
  width: fit-content;
  margin: 0;
  border-radius: 45px;
  background: linear-gradient(180deg, #92CD01 0%, #3AB549 100%);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.07);
}
.wd-cmn-btn:hover{
  color: #fff;
  background: linear-gradient(180deg, #3AB549 0%, #92CD01 100%);
}
.wd-video-blog, .wd-engery-blog{
  padding: 80px 0;
}
.wd-title-lft span {
  color: #1D6B94;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.26px;
  text-transform: uppercase;
  position: relative;
  padding: 0 30px;
  margin-bottom: 8px;
}
.wd-title-lft span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  margin: 10px 0 0;
  border-bottom: 2px solid #1D6B94;
  width: 19px;
}
.wd-title-lft h3 {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 6px;
}
.wd-title-lft p{
  color:  #545454;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 16px;
}
.wd-more-video{
  color: #1D6B94;
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
}
.wd-more-video span:before{display: none;}
.wd-more-video span{padding: 0;margin: 0;}
.wd-video-area img{
  border-radius: 20px;
  position: relative;
  object-fit: contain;
}
.wd-video-area img::before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.00) 100%);
}
.wd_video_btn {
  height: 75px;
  width: 75px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transform: translate(-50%, -50%);
  animation: ripple 0.7s linear infinite;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(29, 167, 252, 0.3),
     0 0 0 12px rgba(29, 167, 252, 0.3),
      0 0 0 20px rgba(29, 167, 252, 0.3),
       0 0 0 28px rgba(29, 167, 252, 0.3);
  }
  100% {
    box-shadow: 0 0 0 12px rgba(29, 167, 252, 0.3),
    0 0 0 20px rgb(6 167 252 / 27%),
    0 0 0 28px rgba(2, 167, 252, 0.3), 
    0 0 0 40px rgba(2, 167, 170, 0);
  }
}
.wd-story-blog{
  background: rgba(28, 106, 148, 0.1);
  padding: 80px 0;
}
.wd-story-box{
  display: block;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
}
.wd-story-top{
  background: url(../images/home/story-bg.png) no-repeat;
  border-radius: 16px 16px 0 0;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
  background-position: center;
  background-size: cover;
  height: 98px;
  width: 100%;
}
.wd-story-box img{
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 4px solid #fff;
  margin: -40px auto 12px;
  text-align: center;
  border-radius: 12px;
  display: block;
}
.wd-story-txt h4{
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.4em;
}
.wd-story-txt{
  padding: 12px;
}
.wd-story-txt p{
  color: #545454;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
.wd-story-txt p strong{
  color: #000;
}
.wd-story-txt p:last-child{margin: 0;}
.wd-mb-40{
  margin-bottom: 40px;
}
.wd-goal-bg{
  background: url(../images/home/goal-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px;
  display: flex;
  align-items: center;
}
.wd-goal-bg .wd_cmon_title span{
  color: #fff;
}
.wd-goal-bg .wd_cmon_title span::after, 
.wd-goal-bg .wd_cmon_title span::before{
  border-color: #fff;
}
/* counter */
.wd-counter{
  margin: 20px 0 40px;
}
.wd_counter_item{
  display: flex;
  align-items: center;
  gap: 25px;
}
.wd-counter-lft img{
  height: 90px;
  max-width: 100%;
  object-fit: contain;
}
.wd-counter-right h3{
  background:linear-gradient(180deg, #92CD01 0%, #3AB549 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 56px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.wd-counter-right p{
  color:  #FFF;
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}
/* counter [END] */

/* timer css */
/* #timer {
    display:block;
    text-align: center;
    padding-bottom: 0px;
} */
#timer h6, #timer span {
    font-size: 22px;
    font-weight: 600;
    color: red;
    color:#EA5121;
}
.twitter_btn {
    border-color: #000;
    color: #000 !important;
}
.twitter_btn span {
    background: #000;
}
/* blog modal css */
.modal-body .close {
    padding: 0;
    box-shadow: unset;
    position: absolute;
    top: 0;
    right: 0;
    float: unset;
    width: 35px;
    height: 35px;
    text-align: right;
    background: #1d6b94;
    opacity: 1 !important;
    text-shadow: unset;
    color: #fff;
    font-size: 31px;
    font-weight: 300;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -16px;
}

.modal-content {
    border-radius: 20px;
}

.modal-body .blog_content {
    max-height: 500px;
    height: 100%;
    overflow: auto;
}
.blog__modal .modal-dialog {
    max-width: 991px;
}
.modal-body .card_blog_img{
  height: auto;
}
.blog__detail .card_blog_img{
  max-width: 800px;
  height: auto;
  width: 100%;
  display: block;
  margin: 0 auto 1.5rem;
}
#timer h6 span {
    font-size: 52px;
    font-weight: 700;
    background: #fff;
    width: 90px;
    height: 100px;
    border-radius: 10px;
    color: #92cd01;
    margin: auto 0;
    display: block;
    padding: 19px 0;
    text-align: center;
}

#timer h6 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

#timer h6 span p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top:30px;
    color:#fff;
}
.flex__banner{
  display: flex;
  align-items: center;  
  justify-content: space-between;

}



/*------02-04-2024----------*/
.session_blog{
  padding: 80px 0;
}
.session_bx{
  background: url(../images/home/home-bnr.png) no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  padding: 40px 30px;
  margin: 0 auto;
  text-align: center;
  max-width: 600px;
  width: 100%;
}
.session_bx h3{
  color: #FFF;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
.session_bx p{
  color: #c9c9c9;
  font-size: 15px;
  margin-bottom: 30px;
}
.session_bx .wd-cmn-btn{
  width: 100%;
  white-space: nowrap;
}
.grp_btn{
  display: flex;
  align-items: center;
  grid-gap: 15px;
}
/*24-04-2024*/
.support_img .wd-support-img{
  border-radius: 5px !important;
}
.wd_divide_rule{
  display: block !important;
  gap: 0;
}
.upload_logo {
    border-radius: 16px;
    border: 1px solid #ECECEC;
    background: #FFF;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.09);
    padding: 15px 18px;
    color: #82858A;
    height: auto;
    display: flex;    
    justify-content: flex-start;
    gap: 10px;
}
.upload_prev_img {
    position: relative;
}
.upload_prev_img svg {
    width: 26px;
    height: 26px;
}
.upload_prev_img #company_logo {
    position: absolute;
    width: 26px;
    height: 26px;
    font-size: 0;
    left: 0;
    opacity: 0;
}
.upload_logo input, .upload_logo input:focus {
    border: none;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    box-shadow: none;
    width: 100%;
}
.prize{
  color: #2b759c !important;
}
.wd-login-blog{
  padding: 80px 0 100px;
  position: relative;
}
.wd-login-bx{
  box-shadow: 0px 4px 18px 0px #00000026;
  background: #fff;
  position: relative;
  padding: 48px 0 0;
  border-radius: 20px;
}
.wd-login-bx::before{
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70px;
  height: 54px;
  background: url(../images/shape.png) no-repeat;
}
.login-brand img{
  height: 52px;
  object-fit: contain;
  margin-bottom: 25px;
}
.wd-login-form, .wd-login-top{
  width: 75%;
  margin: 0 auto;
  padding: 0 0 20px;
}
.wd-login-top h1{
  font-weight: 700;
  font-size: 22px;
  color: #232323;
  margin-bottom: 15px;
}
.wd-login-top p{
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  color: #212121;
  margin-bottom: 0;
}

.wd-login-form .form-group{
  position: relative;
  margin-bottom: 10px;
  width: 100%;
}
.wd-login-form .form-group .form-control{
  border: 1px solid #ECECEC;
  box-shadow: 0px 4px 15px 0px #00000017;
  height: auto;
  padding: 12px 18px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-align: left;
  color:#222939;
  border-radius: 16px;
}
.wd-login-form .form-group textarea.form-control{height: 76px;}
.wd-login-form .form-group label{
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
}
.form-control::-webkit-input-placeholder {  
  color:rgba(34, 41, 57, 0.5);
}
.form-control::-moz-placeholder {  
  color:rgba(34, 41, 57, 0.5);
}
.form-control::-ms-input-placeholder {  
  color:rgba(34, 41, 57, 0.5);
}
/* tel */
.iti{width: 100%;}
.iti__flag-container{top: 0px;}
.iti--separate-dial-code .iti__selected-flag{background-color: transparent;}
.iti__selected-flag::before {
    content: '';
    position: absolute;
    top: 13px;
    left: 70px;
    border-left: 1px solid transparent;
    width: 100%;
    height: 24px;
}
.iti__arrow{
    border: 0;
    background: url(../images/arrow-down.png)no-repeat;
    width: 20px;
    height: 20px;
    background-position: bottom;
}
.iti--separate-dial-code input[type=tel] {
    padding-left: 80px !important;
}
.iti__flag{display: none;}
.iti__flag-box{width: unset;}
.iti__country-list{max-width: 420px;}
.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 3px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.01em;
    color:#222939;
}
.iti__country-list{color:#222939;}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{background-color: transparent;}
.wd-login-btn{
  background: linear-gradient(180deg, #2C82AF 0%, #295772 100%);
  box-shadow: 4px 8px 24px 0px #2B607B8C;
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.2px;
  display: block;
  padding: 14px 24px;
  width: 80%;
  margin: 25px auto;
  border-radius: 100px;
  color: #FFF;
  text-align: center;
  border: none;
}
.wd-login-btn:hover{
  background: linear-gradient(180deg, #295772 0%, #2C82AF 100%);
  color: #FFF;
}
.wd-login-form .form-group p{
  font-weight: 400;
  font-size: 15px;
  color: #212121;
  padding: 10px;
}
.wd-login-form .form-group p a{
  font-weight: 600;
  color: #2B607B;
}
.interlink{
  font-weight: 600;
  font-size: 15px;
  color: #2B607B;
  display: inline;
}
.wd-form-grp{
  display: flex;
  align-items: center;
  gap: 10px;
}
.custom-checkbox{
  text-align: left;
}
.custom-checkbox > [type="checkbox"]:not(:checked), .custom-checkbox > [type="checkbox"]:checked {
   position: absolute;
   left: -9999px;
}
.custom-checkbox > [type="checkbox"]:not(:checked) + label, .custom-checkbox > [type="checkbox"]:checked + label {
   position: relative;
   padding-left: 30px;
   cursor: pointer;
   color: #071529;
   font-size: 14px;
   font-weight: 500;
   margin-bottom: 0;
}
.custom-checkbox > [type="checkbox"]:not(:checked) + label:before{
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 23px;
  height: 20px;
  border: 1px solid #00000066;
  background: #fff;
  border-radius: 4px;
}
.custom-checkbox > [type="checkbox"]:checked + label:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 23px;
  height: 20px;
  border: none;
  background: linear-gradient(180deg, #2C82AF 0%, #295772 100%);
  border-radius: 4px;
}
 .custom-checkbox > [type="checkbox"]:not(:checked) + label:after, .custom-checkbox > [type="checkbox"]:checked + label:after {
  font-family:"Font Awesome 5 Free";
  font-weight: 600;
  content: '\f00c';
  position: absolute;
  top: 2px;
  left: 6px;
  color: #FFF;
  transition: all 0.2s;
  font-size: 12px;
}
.custom-checkbox > [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.custom-checkbox > [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.custom-checkbox > [type="checkbox"][data-indeterminate] + label:after {
  content: '\2212';
  left: 2px;
  opacity: 1;
  transform: scale(1);
}
.confrm-link{
  color: #1D6B94;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 0;
  padding: 0;
}
/*----- OTP Verification [ START ]-----*/
.wd-otp-title{
  text-align: center;
  margin: 30px 0 0;
}
.wd-otp-title p{
  font-weight: 400;
  font-size: 16px;
  color: #232323;
  margin-bottom: 20px;
}
.wd-otp-title img{
  margin: 0 auto 30px;
  width: 140px;
  height: 140px;
}
.otp_box{
  display: flex;
  align-items: center;
  grid-gap: 16px;
  margin-bottom: 50px;
}
.otp_box input {
  border: none;
  border-bottom: 1.4px solid #E0E0E0;
  padding: 10px 10px;
  width: 41px;
  height: 41px;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  border-radius: 0;
  background: #fff;
  color: #000;
}
.otp_box input:focus-visible, .otp_box input:focus{
  border: none;
  border-bottom: 2px solid #000000;
  outline: -webkit-focus-ring-color auto 0px !important;
}
/*----- OTP Verification [ END ]-------*/
/* -------------- About Your Fundraiser [START] --------------*/
.wd-custom-radio{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.wd-custom-radio p {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  padding: 0 !important;
}
.wd-custom-radio input[type=radio] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}
.wd-custom-radio label {
  border: 1px solid #91949C;
  border-radius: 60px;
  margin: 0;
  font-weight: 700 !important;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.38px;
  color: #91949C !important;
  padding: 8px;
  min-width: 105px;
}
.wd-custom-radio input[type="radio"]:checked + label {
  border: 1px solid #2B607B;
  background: hwb(203 0% 0% / 0.15);
  color:#2B607B !important;
}
/* -------------- About Your Fundraiser [END] --------------*/
/* ---------- split Group -[START]------ */
.wd-grp-lst{
  width: 75%;
  margin: 0 auto;
  padding: 0 0 100px;
}
.wd-grp-flex{
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 14px;
  margin-bottom: 14px;
}
.wd-grp-title{
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 12px;
}
.add-grp-btn{
  font-weight: 400;
  font-size: 15px;
  color: #5AB9EC;
  display: block;
  margin: 20px auto;
  text-align: center;
}
.wd-group-box{
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.wd-group-no span{
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 30px;
  background: #ADADAD;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border-radius: 50%;
}
.wd-dtls-lft h4{
  font-weight: 500;
  font-size: 14px;
  color: #545454;
  margin-bottom: 4px;
}
.wd-group-dtls{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.wd-grp-keyword{
  display: flex;
  align-items: center;
  gap: 10px;
}
.wd-grp-keyword p{
  margin: 0;
}
.wd-grp-keyword p img{
  width: 16px;
  height: 16px;
}
.wd-grp-keyword p span{
  font-weight: 400;
  font-size: 12px;
  color: #545454;
}
/* ---------- split Group -[END]------ */
/*  QR Code Modal */
.fund-modal .modal-content{
  box-shadow: 0px 4px 18px 0px #00000026;
  background: #FFF;
  border-radius: 20px;
}
.fund-modal .modal-header{padding: 15px; border: none;}
.fund-modal .modal-body{padding: 0 0 35px;}
.fund-modal .close span{
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  background: #D9D9D9;
  border-radius: 50%;
}
.wd-qrcode-area{
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 576px) {
  .fund-modal .modal-dialog{
      max-width: 650px;
      margin: 1.75rem auto;
  }
}
.wd-modal-logo img{
  height: 55px;
  margin-bottom: 30px;
}
.wd-qrcode-area h5{
  font-weight: 700;
  font-size: 22px;
  color: #232323;
  margin-bottom: 10px;
}
.wd-qrcode-area p{
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  color: #000;
}
.wd-qrcode-area ul{
  padding-inline-start: 40px;
}
.wd-qrcode-area ul li{
  font-size: 14px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.75);
  list-style: disc;
}
ul.wd-list{
  display: inline-block;
  text-align: left;
}
.wd-qrcode{
  box-shadow: 0px 8px 20px 0px #00000033;
  background: linear-gradient(180deg, #2C82AF 0%, #295772 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 395px;
  height: 395px;
  margin: 20px auto;
}
.wd-qrcode img{
  width: 338px;
  height: 338px;
  object-fit: contain;
  margin: 0;
}
.wd-get-app{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.wd-get-app img{
  height: 50px;
  margin: 0;
}
/* ------View Fundraising  Page [START] ----------- */
.wd-fund-bnr{
  background: url(../images/home-bg.png) no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  width: 100%;
  box-shadow: 0px 4px 8px 0px #0000000F;
  position: relative;
  height: 268px;
  display: flex;
  align-items: center;
}
.wd-progrs-lft{
  display: flex;
  align-items: center;
  gap: 35px;
  width: 100%;
}
.wd-donate-btn{
  background: linear-gradient(92.89deg, #2B607E 3.07%, #79B507 95.44%);
  box-shadow: 4px 8px 24px 0px #2B607B8C;
  color: #FFFFFF;
  text-shadow: 4px 8px 24px rgba(234, 30, 97, 0.25);
  text-align: center;
  padding: 12px 24px;
  display: inline-block;
  min-width: 200px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 16px;
}
.wd-donate-btn:hover{
  background: linear-gradient(92.89deg, #79B507 3.07%, #2B607E 95.44%);
  color: #FFF;
}
.wd-support-dtls p a{
  color: #5AB9EC;
}
/* campaign-code */
/*.campaign-code .form-group{
  position: relative;
}
.campaign-code .form-control{
  box-shadow: 0px 4px 12px 0px #00000040;
  height: auto;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  padding: 13.5px 0 13.5px 25px;
  border-radius: 90px;
}
.campaign-code .form-control::placeholder{
  color: #000;
}*/
.campaign-code{
  box-shadow: 0px 4px 12px 0px #00000040;
  height: auto;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  padding: 13.5px 0 13.5px 25px;
  border-radius: 90px;
  margin-bottom: 15px;
  position: relative;
}
.wd-code{
  background: #000000;
  color: #fff;
  border-radius: 90px;
  padding: 6px 12px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.19em;
}
.wd-invite-btn{
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.20000000298023224px;
  text-align: center;
  color: #FFF;
  background: linear-gradient(180deg, #2C82AF 0%, #295772 100%);
  box-shadow: 4px 8px 24px 0px #2B607B8C;
  display: block;
  border-radius: 100px;
  margin-bottom: 12px;
}
.wd-invite-btn:hover{
  background: linear-gradient(180deg, #295772 0%, #2C82AF 100%);
  color: #FFF;
}
.wd-invite-donor{
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.20000000298023224px;
  text-align: center;
  color: #FFF;
  background: linear-gradient(180deg, #92CD02 0%, #59960D 100%);
  box-shadow: 4px 8px 24px 0px #2B607B8C;
  display: block;
  border-radius: 100px;
  margin-bottom: 12px;
}
.wd-invite-donor:hover{
  background: linear-gradient(180deg, #59960D 0%, #92CD02 100%);
  color: #FFF;
}
/* media links */
.wd-media-box{
  padding: 0;
  box-shadow: 0px 4px 12px 0px #00000040;
  border-radius: 8px;
  margin-bottom: 15px;
  background: #FFF;
}
.wd-media-box h3{
  padding: 12px 17px;
  background: linear-gradient(180deg, #2C82AF 0%, #295772 100%);
  border-radius: 8px 8px 0 0;
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
  display: block;
  margin-bottom: 0;
}
.wd-media-links{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  gap: 10px;
}
.wd-media-links a img{
  width: 53px;
  height: 53px;
  border-radius: 12px;
  object-fit: contain;
}
.wd-dwnlod-app{
  background: linear-gradient(180deg, #2C82AF 0%, #295772 100%);
  box-shadow: 0px 8px 20px 0px #00000033;
  border-radius: 8px;
  padding: 15px 20px;
  margin-bottom: 35px;
}
.wd-dwnlod-app h4{
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #FFF;
  margin-bottom: 8px;
}
.wd-dwnlod-app ul{
  padding: 0 0 0 20px;
  margin: 0 0 10px;
}
.wd-dwnlod-app ul li{
  list-style: disc;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
}
.wd-scanner{
  margin-bottom: 8px;
  display: block;
  text-align: center;
}
.wd-scanner img{
  width: 287px;
  height: 287px;
  object-fit: contain;
}
.wd-dwnlod-app .wd-get-app img{
  height: 40px;
}
.wd-fundraise-area h4{
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  color: #000;
  margin-bottom: 15px;
}
.wd-fundrais-box{
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 4px 8px 0px #0000000F;
  margin-bottom: 10px;
}
.wd-fund-top{
  background: linear-gradient(180deg, #2C82AF 0%, #295772 100%);
  box-shadow: 0px 4px 8px 0px #0000000F;
  border-radius: 8px 8px 0 0;
  padding: 15px;
}
.wd-fund-top-bg{
  background: url(../images/fundraise/fundraise-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 0px 4px 8px 0px #0000000F;
  border-radius: 8px 8px 0 0;
  padding: 15px;
}
.wd-fund-top h5, .wd-fund-top-bg h5{
  padding-left: 100px;
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
  margin: 0;
}
.wd-fund-brand{
  background: #FFF;
  border-radius: 8px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -53px 0 0;
}
.wd-fund-brand img{
  min-width: 67px;
  height: 67px;
  object-fit: cover;
}
.wd-fund-dtls{
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 15px;
  gap: 15px;
}
.wd-fund-dtls p{
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #545454;
}
.wd-fund-lft p b{
  color: #000;
}
.wd-fund-lft p small{
  color: #888;
}
.wd-fund-target{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.wd-fund-arrow span{
  border: 2px solid #B8B8B8;
  min-width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* counter */
.wd-profile-counter{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wd-days-counter{
  display: flex;
  align-items: center;
  text-align: center;
  gap: 20px;
}
.wd-days-counter span{
  min-width: 70px;
  height:75px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7DC62E;
  font-size: 36px;
  font-weight: 700;
  background: #FFF;
  border-radius: 8px;
}
.wd-days-counter p{
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  margin: 5px 0 0 0;
}
/* ------View Fundraising [END] ----------- */
/* logo upload */
.upload-button{
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
}
.img-upload, .file-upload{
  display: none;
}
.upload-button{
  display: flex;
  align-items: center;
  gap: 15px;
}
.profile-pic{
  width: 34px;
  height: 32px;
  display: block;
  object-fit: cover;
}
.upload-button h6{
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 3px;
}
.wd-login-form .upload-button  p{
  font-size: 14px;
  font-weight: 400;
  color: #777;
  margin: 0 !important;
  padding: 0 !important;
}
/* 19-06-2024 : Donation page*/
.wd-donation-btn{
  display: flex;
  align-items: center;
  gap: 8px;
}
.wd-donation-btn a{
  font-size: 14px;
  font-weight: 500;
  padding: 8px 30px;
  display: inline-block;
  border: 1px solid #D9D9D9;
  color: #1D6B94;
  width: 100%;
  border-radius: 7px;
  text-align: center;
}
.wd-donation-btn a:hover{
  border-color: #1D6B94;
  color: #1D6B94;
}
.wd-donation-protect{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  border: none;
  width: 100%;
  background: transparent;
}
.wd-donation-protect span{
  font-size: 14px;
  font-weight: 500;
  color: #1D6B94;
  margin: 0;
  padding: 0;
}
.wd-support-btn {
  background: linear-gradient(180deg, #92CD02 0%, #59960D 100%);
  box-shadow: 4px 8px 24px 0px #2B607B8C;
  color: #FFFFFF;
  text-shadow: 4px 8px 24px rgba(234, 30, 97, 0.25);
  text-align: center;
  padding: 12px 24px;
  display: block;
  max-width: 200px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.20000000298023224px;
  margin: 0 auto;
}
.wd-progrs-line h4{
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #545454;
  margin-bottom: 16px;
}
.wd-progrs-line .progress{
  background-color: #D9D9D9;
  border-radius: 10px;
  height: 20px;
  margin-bottom: 16px;
}
.wd-progrs-line .progress-bar{
  background-color: #92CD01;
  border-radius: 10px;
  color: #000;
  font-weight: 500;
  position: relative;
}
.wd-progrs-line .progress-bar span{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 5px;
}
.wd-progrs-line .progress-bar img{
  width: 14px;
  height: 14px;
}
.wd-progrs-line p{
  font-size: 15px;
  font-weight: 500;
  color: #545454;
  margin-bottom: 16px;
}
.wd-progrs-line p strong{font-weight: 700;}
/* modal */
.donation-modal .modal-content {
  box-shadow: 0px 4px 18px 0px #00000026;
  background: #FFF;
  border-radius: 20px;
}
.donation-modal .modal-header{
  border: none;
  padding: 0;
}
.donation-modal .close{
  padding: 0;
  margin: 10px 10px 0 auto;
}
.donation-modal .close span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  background: #D9D9D9;
  border-radius: 50%;
}
.donation-modal .modal-body{
  padding: 0 30px 30px;
}
.wd-garnty-title{text-align: center;}
.wd-garnty-title img{
  height: 50px;
  width: 50px;
  object-fit: contain;
  margin: 0 auto 15px;
}
.wd-garnty-title h5{
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.37400001287460327px;
  color: #000;
  margin-bottom: 15px;
}
.wd-garnty-title p{
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin-bottom: 20px;
}
.wd-garnty-lst{
  border-top: 2px solid #d9d9d9;
  padding-top: 15px;
  list-style: none;
  text-align: left;
}
.wd-garnty-lst li{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.wd-garnty-lst li img{
  max-width: 22px;
  height: 22px;
  object-fit: contain;
}
.wd-garnty-lst li span{
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin: 0;
  padding: 0;
}

/* see example modal */
.wd-garnty-title ul{
  margin: 0 25px 15px;
  padding: 0;
  margin-bottom: 15px;
}
.wd-garnty-title ul li{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.37400001287460327px;
  text-align: left;
  margin: 0 0 10px;
  color: #000;
  display: list-item;
  list-style: disc;
}

#guaRantee .modal-body h6{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.37400001287460327px;
  color: #000;
  margin-bottom: 12px;
}
.wd-exmple-area img{
  height: 255px;
  object-fit: contain;
  width: 100%;
}
.wd-see-exmpl{
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.wd-see-exmpl a{
  display: inline-block;
}
.wd-progrs-line .progress-bar span:after {
  content: "";
  position: absolute;
  background-image: url(../images/dot.png);
  background-repeat: repeat-x;
  top: 5px;
  left: 5px;
  z-index: 2;
  width: calc(100% - 28px);
  height: 100%;
}
/* 10-07-2024 */
.insta, .twit {
  height: 25px;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  margin: 11px 15px 0 0;
}
.wd-plan-img img{
  height: 159px;
  object-fit: cover;
  margin-bottom: 10px;
}
.wd-plan-list{
  list-style: disc;
  padding: 0 20px;
  margin: 0 0 20px;
}
.wd-plan-list li{
  font-size: 16px;
  font-weight: 600;
  color: #000000D9;
}
.wd-login-body{
  width: 80%;
  margin: 0 auto;
  padding: 0 0 80px;
  position: relative;
}
.wd-black-btn{
  background: linear-gradient(180deg, #8E8E8E 0%, #000000 100%);
  color: #FFf;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  padding: 14px 20px;
  width: 90%;
  text-align: center;
  border-radius: 100px;
  margin: 0 auto;
}
.wd-black-btn:hover{
  background: linear-gradient(180deg, #000000 0%, #8E8E8E 100%);
  color: #FFF;
}
.wd-blue-btn{
  background: linear-gradient(180deg, #2C80AB 0%, #244E67 100%);
  color: #FFf;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  padding: 14px 20px;
  width: 90%;
  text-align: center;
  border-radius: 100px;
  margin: 0 auto;
}
.wd-blue-btn:hover{
  background: linear-gradient(180deg, #244E67 0%, #2C80AB 100%);
  color: #FFF;
}
/* radio button for theme */
.wd-choose-theme{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: relative;
}
.wd-choose-theme label{
  width: 35px;
  height: 35px;
  margin-bottom: 0 !important;
}
.wd-choose-theme label span{
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.black{background: #373737;}
.red{background: #CD0500;}
.maroon{background: #800000;}
.purple{background: #4C2865;}
.sky{background: #79ADD3;}
.blue{background: #274BA9;}
.green{background: #154B39;}
.skin{background: #BBA26A;}
.orange{background: #F56600;}

.wd-choose-theme input[type=radio] {
  display: none;
}
.wd-choose-theme input[type=radio]:checked + label span {
  transform: scale(1.1);
  border: 2px solid #000;
}
.raffle-info .wd-custom-radio label{margin-bottom: 0;}
/* 11-07-2024: Schedule Your Onboarding Call */
.wd-schedule-call{
  margin: 0 auto;
  text-align: center;
  padding: 0 0 50px;
  position: relative;
}
.wd-schedule-call h3{
  font-size: 16px;
  font-weight: 700;
  color: #545454;
  margin-bottom: 20px;
}
.wd-schedule-call img{
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin-bottom: 20px;
}
.wd-schedule-call h5{
  font-size: 16px;
  font-weight: 700;
  color: #545454;
  margin-bottom: 0;
}
.wd-agenda-list{
  display: inline-block;
  text-align: left;
}
.wd-agenda-list li{
  font-size: 14px;
  font-weight: 400;
  color: #545454;
  list-style: disc;
}
.wd-schedule-call p{
  font-size: 15px;
  font-weight: 400;
  color: #212121;
}
.wd-schedule-call p a{
  display: block;
  color: #2C7AA3;
  font-weight: 700;
}