@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');

html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    font-family: 'Raleway', sans-serif;
}

img {
    max-width: 100%;
}

h1,h2,h3,h4,h5,h6{
    margin-bottom: 0px;
}

a:focus, a:hover, a{
    text-decoration: none !important;
}

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.web-color-1 {
    color: #fe8282 !important;
}

.left-mar{
    margin-left: 129px;
}

.top-mar{
    margin-top: 10px;
}
.font-h{
    font-size: 28px;
}
.font-p{
    font-size: 11px;
}

.web-color-bg {
    background-color: #fe8282 !important;
}
.web-grey-color {
    color: #777777;
}



.trans{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}


/* Reuse Button */
.web-button {
    text-align: center;
    background: white;
    color: black;
    font-weight: 800;
    border-radius: 100px;
    padding: 8px 36px !important;
    max-width: 250px;
}

.web-button:hover {
    background: linear-gradient(#60d2f0, #5cdfba);
    color: white !important;
}

.web-button-fill {
    text-align: center;
    background: #fe8282;
    color: white !important;
    font-weight: 400 !important;
    border-radius: 100px;
    padding: 8px 36px !important;
    max-width: 212px;
    border: 2px solid #fe8282;
}

.web-button-fill:hover {
    background: white;
    color: #fe8282 !important;

}

.web-button-border {
    text-align: center;
    background: white;
    color: linear-gradient(#60d2f0, #5cdfba) !important;
    font-weight: 400 !important;
    border-radius: 100px;
    padding: 8px 36px !important;
    max-width: 250px;
    border: 2px solid;
}

.web-button-border:hover {
    background-color: linear-gradient(#60d2f0, #5cdfba) !important;
    color: white !important;
}


.header {
    background-image: url(../images/bg.png);
    width: 100%;
    background-size: cover;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-position: bottom;
}
.header .content{
    margin-top: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.header .content h1 {
    font-size: 90px;
    font-weight: 800;
    text-transform: uppercase;
    color: #023014;
    line-height: 0.9;
}
.header .content h4 {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 800;
    color: #22932b;
}
.header .content h5{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
    margin-top: 16px;
}

.header .content.pic {
    margin-top: 130px;
}
.header .content.pic img{
    width: 50%;
    display: block;
    margin: auto;
}

.container .content{
    display: grid;
    flex-direction: column;
    align-items: center;
    
}
/* .container input {
    width: 76%;
}
.container select{
    width: 76%;
}
.container button{
    width: 20%;
    margin-left: 24%;
} */

.for-buton{
    background-image: none;
    margin-left: 400px;
    width: 124px;
}
.mr-bhi-left{
    margin-left: 10px;
}
.for-bhi-a{
    display: flex;
    background: white;
    border-radius: 10px;
    align-items: center;
    padding: 3px 12px !important;
    justify-content: space-between;
}

.for-b-lm{
    margin-left: 570px;
}
.for-p-lm {
    margin-left: 512px;
    font-size: 13px;
    color: green;}
.for-bhi-i{
    color: black;
    padding: 10px;
}
.for-bhi-span{
    color: black;
}
.for-bhi-p{
    margin-left: 325px;
    font-size: 13px;
    color: green;
}
.for-p-bhi {
    margin-left: 568px;
    font-size: 13px;
    color: green;
}

.for-bhi-a-p{
    
        color: green;
        margin-left: 546px;
        margin-top: 29px;
    
}
.mlef{
    margin-left: 273px;
    color: green;
}
.dropFiles{
    background-color:hsl(0, 0%, 95%);
}

.text-box{
    background-color:hsl(0, 9%, 98%);
    border: none;
}

.rounded-circle {
    width: 167px;
    height: 166px;
    margin-bottom: 64px;
  border-radius: 100%;
}

footer {
    background-color: hsl(222deg 7% 29%);
    padding: 45px 0px;
    margin-top: 40px !important;
}
.w-for-fot{
    width: 20%;
}
.col-lg-6 a{
    
    color: white;
    font-weight: 400;font-size: 17px;line-height: 1.6;font-family: var(--global-body-font-family);
}
.for-hvr{
    text-decoration: underline;
}

.col-lg-6 ul{
    padding-top: 13px;
}

.justify-content-center .col-lg-4 h4{
    color: white;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.5;
}
.col-lg-4 li{
    color: white;
    font-size: 12px;
    padding-top: 10px;
}

.header .contents{
    margin-top: 200px;
}

.container .contents {
    display: grid;
    flex-direction: column;
    align-items: center;
}

.header .contents h1 {
    font-size: 90px;
    font-weight: 800;
    text-transform: uppercase;
    color: #023014;
    line-height: 0.9;
}

.header .contents h4 {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 800;
    color: #22932b;
}



.header .contents h5 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 33px;
    margin-top: 16px;
}

.container form label{
    font-size: 14px;
}

.container .form-row{
    display: flex;
}

.container .logo{
    width: 300px;
}

.container .justify-content-center{
    margin-top: 20px;
}

form .f-l {
    flex-direction: column;
} 

.container .bton{
    width: 78px;

}
.height-space{
    line-height: 40px;
}
.h-space{
    line-height: 30px;
}


form .row label{
    font-size: 15px;
}

.header .contentss{
    margin-top: 200px;
}

.container .contentss {
    display: grid;
    flex-direction: column;
    align-items: center;
}

.header .contentss h1 {
    font-size: 90px;
    font-weight: 800;
    text-transform: uppercase;
    color: #023014;
    line-height: 0.9;
}

.header .contentss h4 {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 800;
    color: #22932b;}

.header .contentss h5{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 36px;
    margin-top: 38px;
}
.row form label{
    color:gray;
}
.for-center{
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: 120px;
}
.mr-l{
    margin-left: 80px;
    margin-top: 54px;
}
.mt-top{
    margin-top: 40px;
}
table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  
  td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
  }
  .marg-left{
    margin-left: 60px;
  }
  .size{
    width: 83px;
    margin-left: 376px;
  }
/* .container .form-row .form-group {
    flex-direction: row;
    display: flex;
}
.info{
    width: 50%;
} */

.bhi-p{
    font-size:10px;
}
.lt-bhi{
    margin-left: 350px;
}

.dropFiles {
        width: 76%;
        min-height: 39px;
        height: 5px;
        border: 2px #b7b7b7 dashed;
        text-align: left;
        font-size: 10px !important;
        display: flex;
        align-items: center;
    
  }
  
  .highlightDropArea {
    border: 5px green dashed;
  }
  .left-bhi-mr{
      margin-left: 450px;
  }
  .mr-bhi-lt{
      margin-left:630px;
  }
  /*for screen that are below 1361*/
  @media (max-width:1361px){
      .for-bhi-p {
    margin-left: 281px;
    font-size: 13px;
    color: green;
}

.for-p-bhi {
    margin-left: 473px;
    font-size: 13px;
    color: green;
}
.mr-bhi-lt {
    margin-left: 533px;
}

  }

/* For Screens that are below 1200px */
@media (max-width: 1200px) {
    .left-bhi-mr{
        margin-left: 320px;
    }
    .for-buton{
    background-image: none;
    margin-left: 309px;
    width: 124px;
}
    .mr-bhi-lt {
    margin-left: 464px;
}
.for-bhi-p {
    margin-left: 236px;
    font-size: 13px;
    color: green;
}
.for-p-bhi {
    margin-left: 411px;
    font-size: 13px;
    color: green;
}
.lt-bhi{
    margin-left: 280px;
}
.mlef {
    margin-left: 211px;
    color: green;
}
    
}
/* For Screens that are below 992px */
@media (max-width: 992px) {
    .header .content.pic img {
        width: 80%;
    }
    .left-bhi-mr{
        margin-left: 220px;
    }
    .mr-bhi-lt {
    margin-left: 370px;
}
.for-bhi-p {
    margin-left: 176px;
    font-size: 13px;
    color: green;
}
.for-p-bhi {
    margin-left: 318px;
    font-size: 13px;
    color: green;
}
.lt-bhi {
    margin-left: 154px;
}
.w-for-fot{
    width: 40%;
}
.mlef {
    margin-left: 84px;
    color: green;
}

    
}
/* For Screens that are below 768px */
@media (max-width: 768px) {
    .header .content.pic img {
        width: 60%;
    }
    .header .content{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .container textarea{
        display: contents;
    }

    .header .contents {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    form .col-lg-6 textarea{
        display: flex;
    }

    .left-bhi-mr{
        margin-left: 134px;
    }
    .for-buton{
    background-image: none;
    margin-left:120px;
    width: 124px;
}
    .mr-bhi-lt {
    margin-left: 275px;
}
.for-bhi-p {
    margin-left: 1px;
    font-size: 13px;
    color: green;
}
.for-p-bhi {
    margin-left: 222px;
    font-size: 13px;
    color: green;
}
.container .row form textarea{
        width:488px;
        display:block;
    }
    .w-for-fot{
    width: 50%;
}

    
}
    
    
    

/* For Screens that are below 500px */
@media (max-width: 500px) {
    .header .content h1 {
        font-size: 70px;
    }
    .header .content h4 {
        font-size: 27px;
    }
    .header .content h5 {
        font-size: 31px;
    }
    .marg-left{
        margin-left: 0px;
    }
    .left-bhi-mr{
        margin-left: 20px;
    }
    .for-buton{
    background-image: none;
    margin-left: 0px;
    width: 124px;
}
    .mr-bhi-lt {
    margin-left: 139px;
}
.for-p-bhi {
    margin-left: 133px;
    font-size: 13px;
    color: green;
}
.for-center {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: 1px;
}
.w-bhi{
    width:293px;
}
.container .row form textarea {
    width: 294px;
    display: block;
}
.w-bhi{
        width: 289px;
}
.lt-bhi {
    margin-left: 91px;
}
.mlef {
    margin-left: 0px;
    color: green;
}
.w-for-fot{
    width: 62%;
}
}

/* For Screens that are below 500px */
@media (max-width: 400px) {
    .header .content h1 {
        font-size: 70px;
    }
    .header .content h4 {
        font-size: 27px;
    }
    .header .content h5 {
        font-size: 31px;
    }
    .marg-left{
        margin-left: 0px;
    }
    .left-bhi-mr{
        margin-left: 20px;
    }
    .for-buton{
    background-image: none;
    margin-left: 0px;
    width: 124px;
}
    .mr-bhi-lt {
    margin-left: 15px;
}
.for-p-bhi {
    margin-left: 14px;
    font-size: 13px;
    color: green;
}
.for-center {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: 1px;
}
.w-bhi{
    width:293px;
}
.container .row form textarea {
    width: 294px;
    display: block;
}
.w-bhi{
        width: 289px;
}
.lt-bhi {
    margin-left: 91px;
}
.mlef {
    margin-left: 0px;
    color: green;
}
}
    
    
 


 /* Menu */
 .navbar{
    background-color: transparent !important;
}
.navbar .par-loc-bh{
    display: flex;
}
.navbar .par-loc-bh .loc-bh:first-child{
    margin-right: 20px;
}
.navbar .loc-bh{
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar .loc-bh p{
    font-size: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
}
.navbar .logo{
    width: 110px;
}
.navbar-collapse{
    justify-content: end;
}
/* .navbar-expand-lg .navbar-collapse{
    align-items: flex-end;
    display: flex!important;
    flex-basis: auto;
    justify-content: flex-end;}

.navbar-expand-lg .navbar-nav {
    justify-content: space-around;
    flex-direction: row;
    width: 300px;
} */
/* .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 40%;
}
.form-control{
    border-radius: 1.25rem;
} */
#search-autocomplete {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    padding: 3px 10px;
    border-radius: 3.25rem;
    background-color: #cacbcc54;
    color: #aeaeae;
}
#search-autocomplete input {
    font-size: 10px;
    color: #f1f1f1;
    width: 172px;
}
#search-autocomplete input::placeholder{
    color: #f1f1f1;;
}
.navbar .form-control {
    box-shadow: none;
    border: 0px;
    background-color: transparent;
    padding: 4px 20px;
    padding-left: 6px;
}
.navbar-collapse{
    justify-content: space-between;
}

.navbar-nav .nav-link{
    position: relative;
    color: #0c0c0c !important;
}
.navbar-light .navbar-toggler {
    color: rgba(14, 13, 13, 0.55) !important;
    border-color: rgba(8, 8, 8, 0.49) !important;
}
.navbar-toggler i{
color: rgb(10, 10, 10);
}
.container .navbar-nav{
    font-size: 10px;  
}
.user-image{
    width: 167px;
    height: 166px;
    margin-bottom: 64px;
    border-radius: 100%;
    background-position: center;
    background-size: contain;
}
.nav-link{
    font-size:16px;
    
}
