@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');
:root {
  --black-color:#000000;
  --white-color:#ffffff;
  --green-color:#2d671a;
  --dark-green-color:#017244;
  --grey-color:#414143;
  --light-color:#dfdfdf;
}

body{padding:0px;margin:0px;font-family: 'Inter', sans-serif;color:var(--black-color);font-weight:400; font-size: 14px;}
a{text-decoration:none;}
/*Header css*/
/*header {
  position: absolute;
  z-index: 11;
  left: 0px;
  right: 0px;
  transition: all 0.7s;
}*/
header{background:#f6f6f68c;}
header.header-fixed {
  position: fixed;
  background-color:var(--white-color);
  transition: all 0.7s;
box-shadow: 0px 0px 7px 0px #0000005c;
z-index: 11;
  left: 0px;
  right: 0px;
}

header.header-scroll .navbar-brand img {height:90px; transition:all 0.3s;}
header.header-fixed .navbar-brand img {height: 70px; transition:all 0.3s;}
header ul.navbar-nav.ml-auto > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.625rem;
  width: 100%;
  height: 0.1rem;
  background-color: currentColor;
  transition: all .2s cubic-bezier(.165,.84,.44,1);
  transform-origin: left;
  transform: scaleX(0);
}
header ul.navbar-nav.ml-auto > li > a {
  color: var(--green-color);
  position: relative;
  text-transform: uppercase;
}
header ul.navbar-nav.ml-auto > li:hover > a::after {
  transform: scaleX(1);
}


/*Banner css*/
.main-banner-content>h1{
  color:var(--green-color);
}
.main-banner-content>h1>span {
  color:var(--grey-color);
}

.default-btn {
  padding: 10px 25px;
  position: relative;
  background: var(--green-color);
  /*border-radius: 10px;*/
  color: var(--white-color);
  transition:all 0.3s;

}
.default-btn:hover{background:var(--grey-color);color: var(--white-color);text-decoration:none;transition:all 0.3s;}
/*Sec sections*/
.icon { font-size: 20px;color:var(--green-color);}

.single-services-box {
  background-color: #fff;
  border: 1px solid #d9d0d0;
  margin-bottom: 30px;
  text-align: center;
  padding: 35px 30px;
  /*border-radius: 5px;*/
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: .5s;
  transition: .5s;
}

.single-services-box h5 a{color:var(--black-color);text-decoration: none;}
.single-services-box .services-btn {
  color:var(--dark-green-color);
  font-weight: 500;
  -webkit-transition: .5s;
  transition: .5s;
}
.single-services-box .services-btn:hover{
	text-decoration: none;
	color: var(--black-color);
}
.single-services-box::before {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 120%;
  height: 100%;
  z-index: -1;
  -webkit-transition: .5s;
  transition: .5s;
  background: var(--green-color);
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.single-services-box .icon i {
  font-size: 45px;}

/*Contact Page*/
.inner-banner{  
    background-image: url("../image/inner_banner.jpg");
    height: 200px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center right;
    background-color: var(--dark-green-color);
    display: flex;
    align-items: center;
    color: var(--white-color);
}
.contact-details h6 {
    color: var(--green-color);
    font-size: 15px;
    position: relative;
    display: inline-block;
}
.contact-details h6:after {
    content: '';
    position: absolute;
    z-index: 1;
    right: -19px;
    width: 10px;
    height: 3px;
    border-radius: 2px;
    top: 50%;
    margin-top: -2px;
    background-color: currentColor;
}
.icon-text {
    color:var(--black-color);
}

/*Footer css*/
footer ul.nav.flex-column li.nav-item a.nav-link {
    color: #fff;
    padding-left: 0px;
}
footer h5 {
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 800;
}
.copyright{
    background-color:#001D11;
}
.copyright .text-white{
    color: #99A5A0 !important;
}


/*Login& signup css*/
.login-page img{height: 100px;}
.user-auth-right-bg{background-color: #f7fafc;}
.login-page ::placeholder,.login-page select {
  font-size: 13px;
}
.back-bg-light{background-color:var(--light-color);}
.login-page .form-control{font-size: 13px; color: var(--black-color);}

.login-page a{color:var(--green-color);    font-weight: 600;}
.otp-group input{
    display: inline-block;
    max-width: 10%;
    margin-left: 10px !important;
    height: 40px;
    text-align: center;
}
.otp-group{
    width: 100%;
}
.default-color{color:grey;}
.resend-color{color:red;}
/***************solution************************/
.ulockd-pb40 {
    padding-bottom: 40px;
    padding: 80px 0;
    position: relative;
}
.bgc-snowshade {
    background-color: #f9f9f9;
}
.col-md-offset-3 {
    margin-left: 25%;
}
.ulockd-main-title {
    position: relative;
    margin-bottom: 50px;
}
.ulockd-main-title h2 {
    margin-bottom: 20px;
    margin-top: 0;
    padding-bottom: 10px;
}
.icon-box {
    border-radius: 0 45px 0;
    margin-bottom: 50px;
    padding: 20px;
    position: relative;
}
.bgc-white {
    background-color: #ffffff !important;
}
.icon-box.icon-left .icon {
    float: left;
    margin-top: 15px;
}
.text-thm {
    color: #017244 !important;
}
.icon-box.icon-left .details {
    display: table;
    padding: 15px;
}
.icon-box h4 {
    margin-top: 0;
    font-size: 20px;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
section.service-two {
    padding: 80px 0;
    position: relative;
}
.about-box {
    position: relative;
}
.ab-thumb {
    position: relative;
}
.ab-thumb img {
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 0 80px;
}
.img-whp {
    width: 100% !important;
}
.title-bottom {
    position: relative;
}
.ulockd-mb20 {
    margin-bottom: 20px;
}
.ulockd-mt0 {
    margin-top: 0px !important;
    font-size: 24px;
}
.title-bottom:before {
    background-color: #00b3ff;
}
.lead {
    margin-bottom: 20px;
     font-size: 21px; 
    font-weight: 300;
    line-height: 1.4;
}
.btn-thm {
    background-color: #00b3ff;
    border-color: #00b3ff;
}
i.fa.fa-long-arrow-left {
    position: absolute;
    left: -62px;
    top: 35%;
    border: 1px solid #348b66;
    border-radius: 50%;
    padding: 10px;
    color: #017244;
}
i.fa.fa-long-arrow-right {
    position: absolute;
    right: -62px;
    top: 35%;
    border: 1px solid #348b66;
    border-radius: 50%;
    padding: 10px;
    color: #017244;
}
.slide-img{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main-slider1 {
    position: relative;
    top: 42px;
}
.hos img.w-100 {
    margin-left: 12%;
}
.parallax {
    background-attachment: fixed;
    background-repeat: no-repeat;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    z-index: 1;
    position: relative;
}
.ulockd_bgi2 {
   background-image: url("../image/callus.jpg");
 }
.overlay-tc9:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #017143c2;
}
section.parallax.ulockd_bgi2.overlay-tc9 {
    padding: 80px 0;
}
.color-white {
    color: #ffffff !important;
}
h1.color-white.ulockd-mt0 {
    font-size: 36px;
}
.btn-bgct {
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff !important;
    border-radius: 0px;
    /* -webkit-transition: all 0.3s ease; */
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.phone1 {
    display: flex;
}
.flaginput {
    width: 83px;
    height: 33px;
    font-size: 11px;
    background-color: #fff;
    color: #000;
    border: 1px solid #ced4da;
    /* border: 1px solid #2d671a; */
    padding: 0px 0px;
    border-top-right-radius: 0px 0px;
    border-bottom-right-radius: 0px 0px;
}
.flaginput:hover{
  background-color: #fff;
    color: #000;
    border: 1px solid #ced4da;
}
.flaginput:not(:disabled):not(.disabled):active, .show>.flaginput.dropdown-toggle {
    background-color: #fff;
    color: #000;
    border: 1px solid #ced4da;
}
.show>.flaginput.dropdown-toggle:focus {
    box-shadow: unset!important;
}
img.flag12 {
    width: 23px;
    height: 15px;
}
input.form-control.phoneflag {
    border-top-left-radius: 0px 0px;
    border-bottom-left-radius: 0px 0px;
}
.forpass {
    width: 557px;
    margin-left: -28%;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fafafa;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #fafafa;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}
a.nav-link.my-account {
    color: var(--green-color);
    position: relative;
    text-transform: uppercase;
}
.dropdown-content a {
    color: var(--green-color);
    position: relative;
    text-transform: uppercase;
}
.form-group.pass {
    position: relative;
}
.pass .input-group-append.toggle-password {
    position: absolute;
    right: 3%;
    top: 40px;
}
.pass1 .input-group-append.toggle-password {
    position: absolute;
    right: 8%;
    margin-top: -22px;
}


/*===================*/
.home-aboutus p{
    color: #6D6D6D
}   
.home-aboutus h4{
    font-size: 34px;
    color: #017244;
}
.home-aboutus blockquote{
    background: rgba(1, 114, 68, 0.16);
    padding: 13px;
    font-weight: 500;
    border-left: 3px solid #017244;
}
.home-aboutus .about-ul p{
    margin-bottom: 10px;
}
.home-aboutus .about-ul{
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    justify-content: space-between;
}
.home-aboutus .about-ul li{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 20px;
}
.home-aboutus .about-ul li:before {
    content: "";
    display: block;
    background: url("../image/green-icon.png") no-repeat;
    width: 21px;
    height: 21px;
    float: left;
    margin: 0 6px 0 0;
    background-size: cover;
}
.app-download .item img{
    cursor: pointer;
}
.app-download img.mockup{
    max-width: 200px;
}
.app-download img{
    margin: auto;
    display: block;
}
.app-download{
    padding-top: 100px;
}
.app-download .hr{
    width: 40px;
    display: block;
    height: 2px;
    background: #FFFFFF;
    margin-bottom: 20px;
}
.app-download h1{
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1.4px;
}
.app-download p{
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #ffffffc9;
}
.app-download .item{
    max-width: 200px;
    margin-right: 20px;
}
.app-download .row{
    align-items: center;
}
.dark-background{
    background-color: #017244;
}
.donor-section{
    padding: 70px 0px !important;
}

.donor-section h2{
    color: #fff !important;
    margin-bottom: 20px;
}
.donor-section .col-md-7{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.donor-section .img-box{
    display: flex;
    align-items: center;
}
.donor-section .img-box img{
    position: absolute;
    right: 0;
    z-index: 0;
    width: 50%;
}
.right-sec{

}
.bullet-section{
    margin-bottom: 30px;
}
.bullet-section .item{
    display: flex;
    align-items: center;

}
.bullet-section .item img{
    max-width: 65px;
    margin-right: 10px;
}
.bullet-section .item p{
    color: #fff;
    margin: 0;
}
.bullet-section .item p.headline{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}
.donor-section .white-box{
    background-color: #fff;
    z-index: 9;
    width: 60%;
    padding: 40px 20px;
    border-radius: 20px;
    text-align: center;
}
.donor-section .white-box h1{
    font-size: 52px;
    line-height: 50px;
    font-weight: 800;
}
.footer-main{
    background-color: #002818;
}
.footer-main{
    background-color: #002818;
}
.footer-main .list-item-footer{
    padding: 0px;
    list-style: disc inside;
}
.footer-main .list-item-footer li{
    color: #ffffffbd;
    padding: 5px 0px;
}
.footer-main .list-item-footer li a{
    color:#ffffffbd;
    text-decoration: none;
}
.footer-main .list-item-footer li a:hover{
    color:#ffffffbd;
    text-decoration: none;
}
.sponsor-logo{
    background-color: #fff;
    border-radius: 20px;
    display: inline-flex;
}
.patient-section{
    background-color: #F5F5F5;
}
.patient-section p.small-top{
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}
.patient-section h1{
    color: #017244;
    font-size: 45px;
}
.patient-section .icon-section{
    display: flex;
    margin-bottom: 30px;
}
.patient-section .custom_style p {
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    line-height: 26px;
}
.patient-section .custom_style a{
    text-decoration: none;
    color: #017244;
}
.patient-section .custom_style .cus_border {
    padding: 20px;
    border-right: 3px solid #d5d5d5;
}
.patient-section .icon-section .item{
    padding: 20px;
    border-right: 3px solid #d5d5d5;

}
.patient-section .icon-section .item p{
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    line-height: 26px;
}
.lang-option li:first-child{
    display: none ;
}
.lang-option{
    color: var(--green-color);
    cursor: pointer;
}
.langbtn{
    color: var(--green-color);
}
.form-headline{
    color: #077546;
    font-size: 24px;
    font-weight: bold;
  }
  #createForm input::placeholder {
      font-size: 12px;
  }
  #createForm input:hover{
    border:1.5px solid #007D88;
    z-index: 4;
  }
  .business-info .main-img{
    width: 320px;
  }
  #logo_img  {
    border-color: #ccc !important;
    border-radius: 5px;
  }
  #logo_img i{
    color: #ccc;
  }
  #logo_img h5,#logo_img p{
    color: #ccc;
  }
  .default-btn{
    border-radius: 5px;
  }
  .steps-design{
    padding: 0;
  }
  .steps-design li{
    font-family: 'Roboto', sans-serif;
    list-style: none;
    border-bottom:3px solid #ccc ;
    flex-basis: 25%;
    text-transform: uppercase;
    color:#ccc;
    padding: 10px;
    font-weight: 600;
    text-align: center;
  }
  .steps-design li.active{
    border-color: #077546 ;
    color:#077546;
  }
  .steps-design i{
    font-size: 18px;
    display: flex;
    height: 43px;
    align-items: center;
    justify-content: center;
  }
  .steps-design li.active i{
    font-size: 18px;
    background-color: #077546;
    width: 43px;
    color: #fff;
    border-radius: 20px;
    margin: auto;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /*===========EMR CSS===========*/
  
  .main-headsec h2{
    font-family: 'DM Sans', sans-serif;
    font-size: 45px;
    margin:auto;
    text-align: center;
    line-height: 58.59px;
  }
  .main-headsec p.sub-headline{
    font-family: 'DM Sans', sans-serif;
    margin-top:20px;
    font-size: 26px;
    font-weight: 400;
    line-height: 34px;
    color:#5C5C5C;
    text-align: center;
  }
  .mockup-section .mockup{
    max-width: 800px;
    margin: auto;
    margin-bottom: -160px;
    display: block;
  }
  .green-sec{
    background-color: #017244;
    padding: 50px;
    padding-top:200px
  }
  .green-sec img{
    margin: auto;
    display:block;
    margin-bottom: 15px;

  }
  .green-sec p{
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    line-height: 26px;
    color: #CECECE;
    text-align: center;

  }
    .graph-sec{
        padding: 80px 0px;
    }
    .graph-sec h3{
        font-family: 'DM Sans', sans-serif;
        font-size: 42px;
        font-weight: 700;
        margin-bottom: 20px;
        line-height: 55px;
        color: #000000;
    }
    .graph-sec p.leftsec-para{
        font-family: 'DM Sans', sans-serif;
        font-size: 26px;
        font-weight: 400;
        line-height: 34px;       
        color:#5C5C5C; 
        margin-bottom: 80px;
    }
    .graph-sec p.headline{
        font-family: 'DM Sans', sans-serif;
        font-size: 30px;
        margin-top: 15px;
        margin-bottom: 5px;
        font-weight: 700;
        line-height: 39px;
        color:#000;
    }
    .graph-sec p.para-subsec{
        font-family: 'DM Sans', sans-serif;
        font-size: 20px;
        font-weight: 400;
        line-height: 26px;
        color: #5C5C5C;

    }
    .graph-sec  .white-box{
        width: 289px;
        height: 289px;
        position: absolute;
        bottom: -50px;
        background-color: #fff;
        box-shadow: 0px 4px 19px 0px #00000026;
        border-radius: 40px;
        z-index: 9;
        right: 0;
    }
    .meaning-sec {
        padding:80px 0px;
    }
    .meaning-sec .item:hover{
        border-radius: 20px;
        padding: 31px;
        background: rgba(232, 242, 238, 0.38);
        border: 2px solid #01724494
    }
    .meaning-sec .item:hover p.headline{
        font-family: 'DM Sans', sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: #295B47;
        line-height: 39px;
    }
    .meaning-sec .item:hover p.para{
        font-family: 'DM Sans', sans-serif;
        font-size: 11px;
        font-weight: 500;
        color: #295B47;
        line-height: 14px;

    }
    .meaning-sec .item:hover hr{
        border-color:#295B47 ;
    }
    /**=========Without ACtive Class=========**/
    .meaning-sec .item{
        border-radius: 20px;
        padding: 31px;
        transition-duration: 1s;
        background: rgba(232, 242, 238, 0.38);
        border: 2px solid rgba(1, 114, 68, 0.25);
    }
    .meaning-sec .item p.headline{
        font-family: 'DM Sans', sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: #BFDCD0;
        transition-duration: 1s;
        line-height: 39px;
    }
    .meaning-sec .item p.para{
        font-family: 'DM Sans', sans-serif;
        font-size: 11px;
        font-weight: 500;
        transition-duration: 1s;
        color: #BFDCD0;
        line-height: 14px;

    }
    .meaning-sec .item hr{
        border-color:#BFDCD0 ;
        transition-duration: 1s;
    }
  /*===========END EMR CSS===========*/
  /*===========EHR CSS===========*/
    .main-headsec span{
        background: #E8F2EE;
    }
    .bullut{
      padding: 40px 0px;
    }
    .bullut svg{
        /* padding: 20px; */
    }
    .bullut .li-headline{
        font-family: 'DM Sans', sans-serif;
        font-size: 30px;
        font-weight: 700;
        line-height: 39px;
        color:#000000;
        margin-bottom:5px ;
    }
    .bullut .li-para{
        font-family: 'DM Sans', sans-serif;
        font-size: 20px;
        font-weight: 400;
        line-height: 26px;
        color: #5C5C5C;
        margin: 0;
    }
    .main-headsec .item{

    }

  /*===========END EHR CSS===========*/

/*===========Pattern Sec===========*/
.pattern-sec{
    padding:50px 0px;
    background-image: url('../image/pattern-bg.png');
}
.pattern-sec p.headline{
    font-family: 'DM Sans', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 39px;
    color:#fff;
    text-align: center;
}
.pattern-sec p.para{
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    padding: 10px;
    font-weight: 500;
    line-height: 14px;
    text-align: justify;
    color:#FFFFFF78;
}
.pattern-sec .col-md-4{
    border-right:1px solid rgba(255, 255, 255, 0.47);;
}
.pattern-sec .col-md-4:last-child{
    border-right:0px solid rgba(255, 255, 255, 0.47);;
}
.faqs-ds{
    padding: 80px 0px;
}
.faqs-ds h3{
    font-family: 'DM Sans', sans-serif;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 55px;
    color: #000000;
}

.faqs-ds svg{
    max-width: 23px;
}
.faqs-ds .question{
    font-family: 'DM Sans', sans-serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 55px;
    cursor: pointer;
}
.faqs-ds .answer{
    font-family: 'DM Sans', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 31px;
    display: none;
    color: rgba(94, 94, 94, 0.47);
}
/*=========== end Pattern Sec===========*/

/*============ donate section ===========*/
.theme-btn{
    height: 48px;
    width: 100%;
    max-width: 247px;
    background-color: #017244;
    border-radius: 9px;
    transition-duration: 1s;
    color: #fff;
}
.theme-btn:hover{
    text-decoration: none;
    color:#fff;
    background-color: #045e39;
}

.donate-headline{
    padding: 80px;
}
.donate-headline h3{
    font-family: 'DM Sans', sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 59px;    
}
.donate-headline h3 span{
    background-color: #E8F2EE;
}
.donate-headline p.leftsec-para{
    font-family: 'DM Sans', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 31px;
    color:#5E5E5E78;
}
.recent-campaign{
    padding: 80px;
}
.recent-campaign h3{
    font-family: 'DM Sans', sans-serif;
    font-size: 45px;
    text-align: Center;
    font-weight: 700;
    color:#FFFFFF;
    line-height: 59px;
}
.recent-campaign p.sub-head{
    font-family: 'DM Sans', sans-serif;
    font-size: 25px;
    color: #FFFFFF96;
    text-align: Center;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 40px;
}
.recent-campaign .item{
    background-color: #fff;
    border-radius: 20px;
}
.recent-campaign .item .footer{
    padding: 30px;
}
.recent-campaign .item .footer .headline{ 
    font-family: 'DM Sans', sans-serif;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 33px;
}
.recent-campaign .item .footer p.para{ 
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color:#5E5E5E78;
    line-height: 18px;    
    margin-bottom: 30px;
}
.recent-campaign .item .process-bar{
    background-color: #ccc;
    height: 3px;
    width: 100%;
    position: relative;
}
.recent-campaign .item .green-bar{
    background-color: #017244;
    width: 60%;
    height: 3px;
    position: absolute;
}
.recent-campaign .item .price{
    font-weight: 700;
    font-size: 15px;
    margin-top: 10px;
}
/*=========== end donate section =======*/
/*=============================*/
.servey-section{
    padding: 60px 0px;
}
.servey-section .counting{
    font-family: 'DM Sans', sans-serif;
    font-size: 70px;
    font-weight: 700;
    line-height: 60px;
    text-align: right;
    margin: 5px;
}
.servey-section .sub-line{
    font-family: 'DM Sans', sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 33px;
    margin: 0;
    
}
.servey-section hr{
    margin: 50px 0px;
    width: 100%;
}
.servey-section h4{
    font-family: 'DM Sans', sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 59px;
}
.servey-section p.para{
    font-family: 'DM Sans', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 31px;
    color:#5E5E5E78;
}

/*=============================*/

@media  (max-width: 600px) {
    .donor-section .white-box {
        padding: 25px 20px;
    }
    .donor-section .white-box h1 {
        font-size: 24px;
        line-height: normal;
    }
    .donor-section .white-box hr{
        margin: 5px 0px;
    }
    .app-download {
        padding: 50px 0px;
    }
    .app-download .hr {
        margin: auto !important;
    }
    .app-download p {
        text-align: center;
    }
    .app-download h1 {
        margin-top: 20px;
        font-size: 30px;
        text-align: center;
    }
    
}
.com-img{
  height: 202px;
}
.para p{
  height:85px;
}
.price12 p{
  height: unset!important;
}
section .project-det{
  padding: 140px 0;
  position: relative;
    z-index: 0;
}
.background--brown {
    background: #f9f7f6;
}
.heading__pre-title {
    display: inline-block;
    color: #9e9e9e;
    font-weight: 700;
    margin-bottom: 10px;
}
.heading__title {
    font-size: 50px;
    letter-spacing: -.070em;
    margin-bottom: 20px;
}
.heading__title span:nth-of-type(2) {
    font-weight: 300;
}
.about-us .info-box {
    margin: 0;
}
.info-box {
    padding: 147px 70px 112px 70px;
    min-height: 520px;
    position: relative;
    color: #fff;
    text-align: center;
}
.img--bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    font-family: "object-fit: cover; object-position: top center";
    z-index: -1;
}
.info-box__title {
    font-size: 35px;
    line-height: 40px;
    color: #fff;
    
    margin-bottom: 26px;
}
.about-us p:last-of-type {
    margin-bottom: 0;
}
.info-box__link {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
    text-decoration: none;
    /* -webkit-transition: color .3s; */
    -o-transition: color .3s;
    transition: color .3s;
}
.info-box__link::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 2px;
    left: 0;
    background-color: #fff;
    /* -webkit-transition: opacity .3s; */
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
.project-det {
    position: relative;
    z-index: 0;
    padding: 80px 0;
}
a.info-box__link:hover {
    color: #fff;
}
.donation-det{  
    background-image: url("../image/doantion12.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.pdb-120 {
    padding-bottom: 80px;
}
.pdt-120 {
    padding-top: 80px;
}
mrb-30 {
    margin-bottom: 30px;
}
.static-home-banner-title {
    line-height: 1.3;
    font-size: 52px;
}
.mrb-50 {
    margin-bottom: 50px;
}
.request-a-call-back-form-vertical-two {
    background: #fff;
    padding: 71px 34px 84px 34px;
    margin-top: 11%;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
.mrb-30 {
    margin-bottom: 30px;
}
.mrt-0 {
    margin-top: 0px;
}
.request-a-call-back-form-vertical-two .form-control {
   height: 50px;
    line-height: 1.3;
    border-radius: 0;
    font-size: 16px;
    color: #243b60;
}
.request-a-call-back-form-vertical-two .custom-select-categories {
    background-color: #fff;
    color: #243b60;
    height: 54px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    padding: 4px 15px;
    border: 1px solid #dfdce6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: none;
    line-height: 1.3;
}
button.default-btn.paynow {
    width: 100%;
}
a.amt {
    text-decoration: none;
}
.amt{
    text-decoration: none;
}
.amt1 {
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px;
    width: 100%;
    margin-bottom: 13px;
    color: #000;
}
.amt-det {
    display: flex;
    justify-content: space-between;
}
.amt-det p {
    font-weight: 600;
    font-size: 16px;
}
.com-det {
   height: 392px;
    object-fit: cover;
}
.donate-now {
    list-style-type: none;
    margin: -15px 0 12px 0px;
}
.donate-now li {
    float: left;
    margin: 10px 6px 0 0;
    width: 100px;
    height: 40px;
    position: relative;
}
.donate-now input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
}
.donate-now label, .donate-now input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.donate-now input[type="radio"]:checked + label {
    background: #DDEADB;
}
.donate-now label {
    padding: 5px;
    border: 1px solid #000;
    cursor: pointer;
    z-index: 90;
}
.input-icon {
    position: relative;
}
.input-icon > input {
    padding-left: 25px;
    padding-right: 0;
    min-height: 30px;
    border: 1px solid #000 !important;
    background-color: #f2f0f0;
}
.input-icon > i {
    position: absolute;
    display: block;
    transform: translate(0, -50%);
    top: 50%;
    pointer-events: none;
    width: 25px;
    text-align: center;
    font-style: normal;
}
/*.phone1 button#dropdownMenuButton {
    height: 50px;
}*/
.phone-view .phone-v1 {
  height: 50px;
}
.thankupage1{
  display: flex;
    justify-content: center;
    padding: 50px 20px;
}
.thankupage {
    width: 80%;
    border: 1px solid #000;
    padding: 30px 20px;
}
.transaction-det {
    border: 1px solid #efefef;
     min-height: 322px;
}
.donation-det1{
  border: 1px solid #efefef;
  min-height: 322px;

}
.trans {
    background-color: #efefef;
    margin-bottom: 0;
    padding: 5px;
}
