@import url('https://fonts.googleapis.com/css2?family=Baloo+Da+2:wght@500&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Baloo Da 2', cursive;
    font-weight: bold;
}
html{
    overflow-x: hidden !important;
}
::-webkit-scrollbar {
    width: 2vh;
}
::-webkit-scrollbar-track {
    background: #ffffff;
}
::-webkit-scrollbar-thumb {
    background: #72ff6d;
    border-radius: 2vh;
}
::-webkit-scrollbar-thumb:hover {
    background: #57ff51;
  }
:-moz-scrollbar{
    width: 2vh;
}
:-moz-scrollbar-track{
    background: white;
}
:-moz-srollbar-thumb{
    background: #63fa5d;
    border-radius: 2vh;
}
::selection{
    color: #fff;
    background: #72ff6d;
    border-radius: 5vh;
}
a{
    color: black;
    font-size: 2rem;
    text-decoration: none;
    position: relative;
}
a:hover{
    color: #63fa5d;
    transition: all 0.2s;
}
nav{
    height: 4.5rem;
    width: 90%;
    position: fixed;
    top: 2vh;
    left: 5%;
    background: #FFFFFF;
    transition: 0.5s all;
    z-index: 1000;
}
nav.sticky{
    width: 90%;
    position: fixed;
    background: #ffffffd6;
    box-shadow: 0px 0px 2vh #AFFFAD;
    border-radius: 4vh;
    transition: 0.5s all;
    z-index: 1000;
    backdrop-filter: blur(2vh);
}
.ln{
    width: 90%;
    height: 10vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    left: 3%;
}
.navigation{
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navigation a{
    font-size: 2rem;
}
.logo{
    height: 2.5rem;
    position: relative;
}
.navigation{
    height: 100%;
    width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navigation a{
    font-size: 2rem;
}
.navliactive{
    display: none;
}
.logo{
    height: 2.5rem;
    position: relative;
}


.search{
    height: 6vh;
    width: 6vh;
    position: relative;
    transition: 0.5s;
    border-radius: 50%;
    cursor: pointer;
    left: 0;
    top: 0;
    z-index: 50;
}
.search.searchbaractive{
    width: 40vh;
    top: 0;
    position: relative;
    background: #56ff50;
    border-radius: 10vh;
    display: flex;
    flex-wrap: nowrap;
}
#searchinput{
    position: relative;
    height: 5vh;
    width: 30vh;
    left: 7vh;
    bottom: 6vh;
}
#searchinput::placeholder { 
    color: white;
    opacity: 1; /* Firefox */
}

#searchinput :-ms-input-placeholder { 
    color: white;
}

#searchinput::-ms-input-placeholder { 
    color: white;
}
.search #searchinput{
    height: 100%;
    width: 32vh;
    border: none;
    background: none;
    outline: none;
    font-size: 1.5rem;
}
.searchautocompletesuggetion{
    position: relative;
    width: 40vh;
    max-height: 60vh;
    overflow-y: hidden;
    background: #56ff50;
    list-style: none;
    text-align: left;
    font-size: 1.5rem;
    padding: 1vh 1vh 1vh;
    border-radius: 1vh;
    z-index: 5;
}
.searchautocompletesuggetion li{
    position: relative;
    padding: 1vh 1vh 1vh;
    border-radius: 1vh;
}
.searchautocompletesuggetion li:hover{
    background: #0ab204;
}
.ballsearch{
    top: 0;
    left: 0;
    height: 6vh;
    width: 6vh;
    background: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
/*ball of the searchbar*/
  .sicon{
    height: 3vh;
    width: 3vh;
  }

.gsc-results-wrapper-overlay::-webkit-scrollbar-track, .gsc-results-wrapper-visible::-webkit-scrollbar-track{
    border-top-right-radius: 5vh !important;
    border-bottom-right-radius: 5vh !important;
}
.search #___gcse_0{
    display: none;
}
.search.searchbaractive #___gcse_0{
    position: relative !important;
    top: 0vh ;
    left: 6vh ;
    height: 100%;
    width: 70% !important;
    bottom: 0 ;
    right: 0 ;
    z-index: 50;
    width: 35vh;
    justify-content: right;
    cursor: auto;
    display: block;
}
.search.searchbaractive .navigation.a{
    display: none;
}

.gsc-control-cse.gsc-control-cse-en{
    background: #00000000;
    border: none;
    height: 100%;
}
.gsc-control-wrapper-cse{
    height: 100%;
}
.gsc-control-wrapper-cse,.gsib_a,.gstl_50,.gsc-input,.gsc-search-box, .gsc-search-box-tools{
    height: 6vh;
    width: 100% !important;
}
.gsc-input-box {
    background: #00000000 !important;
    border: none !important;
    width: 34vh;
    height: 6vh;
    position: relative;
    left: -3vh;
}
.gsc-option-menu{
    border-radius: 2vh;
}
.gsc-option-menu, .gsc-selected-option-container{
    border-radius: 2vh!important;
}
.gsib_a input{
    height: 100% !important;
    width: 30vh !important;
    border: none !important;
    background: none !important;
    outline: none !important;
    font-size: 1.5rem;
    position: relative;
    bottom: 3vh;
    left: -2.5vw;
}
.gs-spelling{
  font-size: small !important;
}
.gcsc-find-more-on-google-text{
    font-size: small !important;
}
.gsc-results-wrapper-overlay, .gsc-results-wrapper-visible{
    position: relative;
    left: 40vw !important;
    top: 10vh !important;
    height: 60vh !important;
    width: 40vh !important;
    border-radius: 2vh !important;
}
.gcsc-more-maybe-branding-root{
    display: none !important;
}
.gsib_b{
    display: none;
}
.gsc-search-button{
    display: none;
}
.gsc-clear-button{
    display: none;
}
.gsc-adBlock{
    display: none !important;
}
.gs-snippet{
    background-color: #84FB81 !important;
    border: 0.5vh solid #63fa5d !important;
    border-radius: 0.8vh;
}




.fcontainer .ifiels{
    flex-direction: column;
}


    
    @media print {
        a[href]:after {
            content: none !important;
        }
    }
    @media print {
            #printbtn {
            display: none !important;
        }
        @page {
            size: A4 landscape;
          }
        .finames{
            width: 50% !important;
        }
        .fields{
            width: 50% !important;
        }
        nav{
          display: flex;
          justify-content: center;
          align-items: center;
        }
        .ln{
          display: flex;
          justify-content: center;
          align-items: center;
        }
        .navigation{
          display: none !important;
        }
        .main-heading
        {
          font-size:30px !important;
        }
        
        .container-fluid{
            width: 210mm;
            height: 297mm;
            overflow: hidden;
            top: 0;
        }
        .secontainer{
            height: 80%;
            width:80% ;
            overflow: hidden;
            font-size: larger;
        }
        .underline{
    line-height: 27px !important;
     text-decoration-style: dotted !important;
    }
    html, body {
        height:100%; 
        margin: 0 !important; 
        padding: 0 !important;
        overflow: hidden;
      }
    }
    
    


.ded input{
  width: 3%;
  height: 100%;
}
.ded{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  height: 10vh;
}




input, textarea, select {
    color: #2bbb03 !important;
    background: #F5FAFF !important;
    border: 1px solid #EEF1FF;
    border-radius: 5px;
    height: 4vh;
    width: 60%;
}
label {
    display: inline-block;
    max-width: 100% !important;
    margin-bottom: 10px !important;
    font-weight: bold !important;
}
.address{
        color:#1D6589 !important;
    }
    .main-heading
    {
      font-size:35px !important;color:#1D6589 !important; text-shadow: 2px 0 #1D6589 !important;
      font-weight:bold !important; text-align:center;
    }
    .sub-heading{
      font-weight:bold !important;color:#1D6589 !important;
    }

    .email{
      color:#1D6589 !important;text-align: center !important;
    }
    .main-heading
    {
      font-size:30px !important;
    }

    .container-fluid{
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      position: relative;
      top: 15vh !important;
      height: 87vh !important;
      width: 100% !important;
    }
    .fcontainer{
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      position: relative;
      top: 15vh !important;
      height: 100% !important;
      width: 100% !important;
    }
    .secontainer{
        height: 80%;
        width: 80%;
      font-size: 1.8vh;
    }
    
    .row{
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      height: 5%;
      width: 100%;
    }
    .col-sm-10{
      height: 100%;
      width: 100%;
    }
    form{
      height: 95%;
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: column;
    }
    .pform{
      height: 95%;
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: column;
    }
    .ifiels{
      height: 100%;
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .form-group1{
      display: flex;
      justify-content: space-between;
      height: 100%;
      width: 80%;
    }
    table{
        height: 100%;
        width: 100%;
    }
    td{
        font-size: 1.7vh;
    }
    td:nth-child(1){
        width: 30%;
    }
    .finames{
      height: 100%;
      width: 40%;
      display: flex;
      justify-content: space-around;
      align-items: start;
      flex-direction: column;
    }
    .fields{
      height: 100%;
      width: 60%;
      display: flex;
      justify-content: space-around;
      align-items: start;
      flex-direction: column;
    }
    .fields label{
        word-wrap: normal;
    }
    .form-group2{
      height: 100%;
      width: 20%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
    }

    .buttond{
      width: 30%;
      height: 5%;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .buttonm{
      width: 30%;
      height: 5%;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    button{
      height: 100%;
      width: 100%;
      border: none;
      color: white;
      background: #4dec22;
      border-radius: 5vh;
      cursor: pointer;
    }
    .buttond button{
      background: rgb(255, 73, 73);
    }


   
    @media screen and (max-width:1133px) {
        .gsib_a input {
            bottom: 2.5vh;
            left: -4vw;
        }
        
        .fcontainer{
            top: 0 !important;
            height: 170vh !important;
    
        }
        .secontainer{
            width: 97%;
        }
    }
    @media screen and (max-width:812px) {
        html{
            font-size: 8px;
            overflow-x: hidden;
        }
        body{
            overflow: hidden;
        }
        nav.sticky{
            height: 5rem;
            width: 90%;
            position: fixed;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        nav{
            display: flex;
            justify-content: space-around;
            align-items: center;
        }
        .ln{
            width: 80%;
            left: 0;
        }
        .navigation{
            width: 70%;
            height: 40%;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .navigation a{
            font-size: 1rem;
        }
        .search{
            height: 3rem;
            left: 85%;
            top: 0;
            left: 0;
        }
        .search.searchbaractive{
            width: 30rem;
            top: 0;
            position: relative;
            left: 0;
            transform: translate(0%);
        }
        .sicon{
          height: 1vh;
          width: 1vh;
        }
        .gsc-input{
            width: 10vw;
            
        }
        .gsib_a input{
        width: 25vh !important;
        bottom: 4vh;
        left: -5vw;
        }
        .ballsearch{
            height: 3vh;
            width: 3vh;
            position: relative;
            top: 0;
            left: 0;
        }
        .gsc-results-wrapper-overlay, .gsc-results-wrapper-visible {
            left: -5vw !important;
        }
        .fcontainer .ifiels{
            flex-direction: column;
        }
        .fcontainer{
            top: 0 !important;
    
        }


        
        }

    @media screen and (max-width:377px) {
        html{
            font-size: 8px;
            overflow-x: hidden;
        }
        body{
            overflow: hidden;
        }
        nav.sticky{
            height: 5rem;
            width: 90%;
            position: fixed;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        nav{
            display: flex;
            justify-content: space-around;
            align-items: center;
        }
        .ln{
            width: 80%;
            left: 0;
        }
        .navigation{
            width: 70%;
            height: 40%;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .navigation a{
            font-size: 1rem;
        }
        .search{
            height: 3rem;
            left: 85%;
            top: 0;
            left: 0;
        }
        .search.searchbaractive{
            width: 30rem;
            top: 0;
            position: relative;
            left: 0;
            transform: translate(0%);
        }
        .search #searchinput{
            width: 28vh;
        }
        .ballsearch{
            height: 3vh;
            width: 3vh;
            position: relative;
            top: 0;
            left: 0;
        }
        .gsc-results-wrapper-overlay, .gsc-results-wrapper-visible {
            left: -27vw !important;
        }


    }