
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,500;1,400&display=swap');




  .fa-search:before {
    font-size: 20px;
  }

  #search_div_mobile{
	display:none;
}

.mobile-td-qty{
	text-align: center;
}

/*HEADER*/

/*.header {
    overflow: hidden;
    background-color: #f1f1f1;
    padding: 20px 10px;
    position: sticky;
      position: -webkit-sticky;
      top: 0;
      
    
  }*/
  .headerbtn{
    padding: 12px 40px 12px 40px;
  background: #e6dff3;
  border: 1px solid #e6dff3;
  border-radius: 20px;
  color: black;
  font-weight: 600;
  }
  
  /*.header a {
    float: left;
    color: black;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    font-size: 18px; 
    line-height: 25px;
    border-radius: 4px;
  }
  
  .header a.logo {
    font-size: 25px;
    font-weight: bold;
  }
  
  .header a:hover {
    background-color: #ddd;
    color: black;
  }
  
  .header-right {
    float: right;
  }*/

  *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'poppins' , sans-serif;
}
.container-updates{
    width: 100%;
    height: 80vh;
    background-color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    align-items: center;
    display: flex;
    justify-content: center;
    
}
.container1{
    width: 100%;
    height: 100vh;
    background-color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    align-items: center;
    

}
/*Main-section*/
.columnA {
  text-align: center;
  width: 100%;
  padding: 40px;
  height: 200px; /* Should be removed. Only for demonstration */
  border-radius: 20px;
  background-color: #f5f1fa;
  margin-bottom: 10px;
}
.columnA p{
  color: #7f7d82;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 5px;
}
.columnA h4{
  color: #fb5000;
  font-size: 24px;
  font-weight: 600;
}
.columnA h2{
  font-size: 16px;
  font-weight: 600;
  color: #4b438c;
}
.columnB {
  float: left;
  width: 100%;
  padding: 40px 20px 40px 20px;
  height: 300px; /* Should be removed. Only for demonstration #ede3d4*/
  border-radius: 20px;
  background-color: #e7e6e6;
  
}
.columnB h3{
  font-size: 16px;
  font-weight: 600;
}
.columnB td, tr{
  border-bottom: 1px solid #909090;
  color: #535155;
  line-height: 20px;
  font-size: 12px;
  

}
.columnB th, tr{
  border: none;
  color: black;
  font-size: 13px;
}
.columnB p{
  color: #7f7d82;
  font-size: 12px;
  font-weight: 500;
}
/*Popup-1*/
#popup{
    -webkit-box-shadow:  0px 0px 0px 9999px rgba(0, 0, 0, 0.5);
    box-shadow:  0px 0px 0px 9999px rgba(0, 0, 0, 0.5);
  
  }
  .popup{
      width: 600px;
      background: #fff;
      border-radius: 50px;
      position: absolute;
      top: 0%;
      left: 50%;
      transform: translate(-50%,-50%) scale(0.1);
      text-align: center;
      padding: 30px 30px 30px;
      color: #333;
      visibility: hidden;
      transition: tranform 0.4s, top 0.4s;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
      z-index: 1;
  }
  .open-popup{
      visibility: visible;
      top: 50%;
      transform: translate(-50%,-50%) scale(1);
  }
/*section-Secondcolumn*/
  .columnC {
    width: 100%;
    padding: 40px;
    height: 510px; /* Should be removed. Only for demonstration */
    border: 2px solid #c8c5c6;
    border-radius: 20px;
    background-color: #fff;
    margin-left: 10px;
    margin-right: 10px;
  }
  .columnD{
    padding: 0px 20px 0px 20px;
    height: 250px;
    
    
  }
  .columnD img{
    border-radius: 10px;
    
  }
  .columnE{
    padding: 0px 20px 20px 20px;
    height: 250px;
    
  }
  .columnE img{
    border-radius: 10px;
   
   
  }
  .inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .inner h3{
    font-size: 14px;
    font-weight: 600;
  }
  .inner-img{
    display: flex;
    margin-left: -5px;
  }
  .inner-img img {
    width: 25px;
    height: 25px;
}
  .inner-img h3 {
    margin-left: 15px;
    font-size: 14px;
    margin-top: 4px;
    font-weight: 600;
    
  }
  .inner-text{
    text-align: left;
    line-height: 30px;
      font-family: poppins;
      font-size: 12px;
      
  }
  .inner-text h4{
    color: black;
    font-size: 12px;
    font-weight: 600;
  }
  /* Clear floats after the columns */
  .row1:after {
    content: "";
    display: table;
    clear: both;
    
  }
  .steps {
    position: relative;
    min-height: 1em;
    color: #535155;
  }
  .title {
    line-height: 1.5em;
    font-weight: bold;
    text-transform: lowercase;
  }
 
  .caption {
    font-size: 0.8em;
  }
  .steps + .steps {
    margin-top: 1.5em
  }
  .steps > div:first-child {
    position: static;
    height: 0;
  }
  .steps > div:not(:first-child) {
    margin-left: 1.5em;
    padding-left: 1em;
  }
  /* Circle */
.circle {
  background: #e7e6e6;
  position: relative;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.5em;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  box-shadow: 0 0 0 3px #fff;
}
/* Vertical Line */
.circle:after {
  content: ' ';
  
  display: block;
  top: 1px;
  right: 50%;
  bottom: 1px;
  left: 50%;
  height: 30px;
  margin-left: 10px;
  width: 1px;
  transform: scale(1, 2);
  transform-origin: 50% -100%;
  background-color: #e6dff3;
  
  
}

  /*Popup-2*/
#newbox{
    -webkit-box-shadow:  0px 0px 0px 9999px rgba(0, 0, 0, 0.5);
    box-shadow:  0px 0px 0px 9999px rgba(0, 0, 0, 0.5);
  }
  
  .new-popup{
      width: 600px;
      background: #fff;
      border-radius: 50px;
      position: absolute;
      font-weight: 600;
      top: 0%;
      left: 50%;
      transform: translate(-50%,-50%) scale(0.1);
      text-align: center;
      padding: 50px 30px 30px 30px;
      color: #333;
      visibility: hidden;
      transition: tranform 0.4s, top 0.4s;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
      margin-top: 50px;
      
  }
  .open-new-popup{
      visibility: visible;
      top: 50%;
      transform: translate(-50%,-50%) scale(1);
      
  }
  .closebtn{
      float: right;
      padding: 10px;
      background: #fff;
      border: 1px solid #fff;
      font-size: 20px;
      color: #767379;
  }
  .my-popup h2{
      color: #5a5390;
      font-size: 20px;
      font-weight: 600;
  }
  .popup h5{
      text-align: left;
      padding-bottom: 20px;
      font-size: 14px;
      font-weight: 600;
  }
  label {
    font-family: sans-serif;
    font-size: 14px;
    padding-right: 10px;
    font-weight: 600;
}
#emails {
    margin-left: 40px;
  }

select {
    font-size: 0.9rem;
    padding: 4px 25px;
    border: 1px solid #a9a3ae;
    border-radius: 4px;
}
th{
    font-size: 12px;
    font-weight: 600;
}
th, td{
   
    border-bottom: 2px solid #f8f8f8;
    padding: 10px;
    text-align: left;
    
}
td{
  color: #767379;
  
}
textarea {
  
  border: 1px solid #b5aeba;
}
span.text-box {
  display: inline-flex;
}
.row{
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
  
}
.row>* {
    width: auto;
}
.column2{
    display: inline-flex;
}
.column1 h5{
    margin-left: 30px;
    padding-top: 10px;
}
.column2 h5{
    margin-right: 30px;
    padding-top: 10px;
}
.btn3{
padding: 10px 40px 10px 40px;
background: #e6dff3;
border: 1px solid #e6dff3;
border-radius: 20px;
color: black;
font-weight: 600;
}
.btn4{
    border: none;
    padding: 10px 40px 10px 40px;
    font-weight: 600;
    background-color: #fff;

}

.form2 {
    text-align: left;
    padding-top: 30px;
    font-weight: 600;
    margin-left: 50px;
    margin-right: 50px;
}
/*section-Secondcolumn*/
.row11 {
    margin-top: -10px;
}

.columnF{
    padding: 0px 20px 0px 20px;
    height: 240px;
    margin-bottom: 20px;
    
    
  }
  .columnF img{
    border-radius: 20px;
    
  }
  .columnG{
    padding: 0px 20px 20px 20px;
    height: 240px;
    
  }
  .columnG img{
    border-radius: 20px;
   
   
  }
/*popup3*/

#popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
  }
  
  #popup-window {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    width: 600px;
    border-radius: 50px;
    text-align: center;
    padding: 50px 30px 50px 30px;
    
  }
  
  #popup-window h2 {
    margin-top: 0;
    text-align: center;
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
  }
  
  #popup-window p {
    margin-bottom: 10px;
    font-size: 25px;
  }
  
  #popup-window input {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    margin-left: 165px;
    margin-right: 165px;
    margin-bottom: 30px;
    padding: 5px 25px;
    border: 1px solid #a9a3ae;
    border-radius: 4px;
  }
  
  .step {
    display: none;
  }
  
  .step.show {
    display: block;
  }
 /* #open-button{
    color: #fff;
    background-color: #59c82b;
    border: 1px solid #59c82b;
    outline: none;
    cursor: pointer;
    font-size: 22px;
    font-weight: 500;
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 60px;
    box-shadow: 0 2px 25px rgb(89 200 43 / 50%);
   
  }
  #open-button:hover{
    border: 2px solid #59c82b;
    background: #ffffff00;
    color: #fff;
  }*/
  #next-button{
    padding: 10px 60px 10px 60px;
background: #e6dff3;
border: 1px solid #e6dff3;
border-radius: 20px;
color: black;
font-weight: 600;
  }
  #next-button:hover{
    background-color: rgba(251,75,2,1);
    color: #fff;
  }
  #close-button{
    padding: 10px 60px 10px 60px;
background: #e6dff3;
border: 1px solid #e6dff3;
border-radius: 20px;
color: black;
font-weight: 600;
  }
  #close-button:hover{
    background-color: rgba(251,75,2,1);
    color: #fff;
  }
  #prev-button{
    padding: 10px 60px 10px 60px;
    background: #e6dff3;
    border: 1px solid #e6dff3;
    border-radius: 20px;
    color: black;
    font-weight: 600;
  }
  #prev-button:hover{
    background-color: rgba(251,75,2,1);
    color: #fff;
  }
  #step-1 h3{
    font-size: 25px;
    font-weight: 600;
  }
  #step-2 h1{
    color: rgba(251,75,2,1);
    font-size: 35px;
    margin-bottom: 30px;
    font-weight: 600;
  }
  #step-2 h3{
    margin-bottom: 20px;
    font-weight: 600;
    
  }
  #popup-window input:focus{
    border: 2px solid rgba(251,75,2,1);
  }

  ul{list-style:none;}
	ul li{float:left;}
	ul li.active span{color:orange;}
	ul li.inactive span{color:gray;}
	ul li span{display: block;position: relative;text-align: center;padding: 25px;}
	ul li span:first-child:after{content: '';position: absolute;width: 10px;height: 10px;border-radius: 50%;bottom: -8px;left: calc(50% - 5px);z-index:1;}
	ul li.active span:first-child:after{border: 3px solid orange;background-color: white;}
	ul li.inactive span:first-child:after{border: 3px solid gray;background-color: white;}
	ul li:first-child span:last-child:after{content: '';border-top: 1px solid gray;width: 50%;position: absolute;left: 50%;top: 0;}
	ul li:last-child span:last-child:before{content: '';border-top: 1px solid gray;width: 50%;position: absolute;left: 0;top: 0;}
	ul li:not(:last-child) span:last-child:after{content: '';border-top: 1px solid gray;width: 50%;position: absolute;left: 50%;top: 0;}
	ul li:not(:first-child) span:last-child:before{content: '';border-top: 1px solid gray;width: 50%;position: absolute;left: 0;top: 0;}



   /*Responsive on mobile*/

   /* `sm` applies to x-small devices (portrait phones, less than 576px)*/
   @media (max-width: 575.98px) { 
    .container-updates{
        display: block;
        margin: 3rem 1rem 3rem 1rem;
        width: auto;
 
    }
    .columnA{
        width: 100%;
        padding: 3rem;
        height: auto;
    }
    .columnB{
        width: 100%;
        padding: 3rem;
        height: auto;
    }
    .columnC{
        width: 100%;
        padding: 3rem;
        height: auto;
        margin-left: 0rem;
        margin-right: 0rem;
    }
    .columnB h3 span {
        float: right;
    }
    .row{
      padding-top: 0px;
    }
    .row1{
        margin-bottom: 2rem;
    }
	.columnF{
		height: auto;
	  }

	.columnF img{
		float: left;
		padding: 1px;
	  }
	.columnG img{
		float: left;
		padding: 1px;
	}
    .steps {
        font-size: 1rem;
    }
    .inner h3 {
        font-size: 20px;
        font-weight: 600;
    }
    .inner h3 span {
        font-size: 16px;
        font-weight: 600;
    }
    .inner-img img {
        width: 32px;
        height: 32px;
    }
	#search_div_mobile{
		display:block;
	}
    /*.header-right {
        display: none;
    }
    .header img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }*/
    .popup{
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
        width: 90%;
      }
      .row>* {
        width: auto;
    }
    .new-popup{
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
        width: 90%;
      }
      textarea {
        border: 1px solid #b5aeba;
        height: 4em;
        width: 10em;
      }
      .col-md-4 h1 {
        margin-top: 15px;
    }
    /*.header{
      z-index: 1;
    }*/

	.searchbar{
		display:none;
	}

	.mobile-td-qty{
		text-align: right;
	}
    
    }
   
   /* `md` applies to small devices (landscape phones, less than 768px)*/
   @media (max-width: 767.98px) { 
    .container-updates{
        display: block;
        margin-top: 5rem;
        margin-bottom: 5rem;
        width: auto;
 
    }
    .columnA{
        width: 100%;
        padding: 3rem;
        height: auto;
    }
    .columnB{
        width: 100%;
        padding: 3rem;
        height: auto;
    }
    .columnC{
        width: 100%;
        padding: 3rem;
        height: auto;
        margin-left: 0rem;
        margin-right: 0rem;
    }
    .columnB h3 span {
        float: right;
    }
    .row1{
        margin-bottom: 2rem;
    }
	.columnF{
		height: auto;
	  }

	.columnF img{
		float: left;
		width: 220px;
		height: 220px;
		padding: 1px;
	  }
	.columnG img{
		float: left;
		width: 220px;
		height: 220px;
		padding: 1px;
	}
    .steps {
        font-size: 1rem;
    }
    .inner h3 {
        font-size: 20px;
        font-weight: 600;
    }
    .inner h3 span {
        font-size: 16px;
        font-weight: 600;
    }
    .inner-img h3{
        font-size: 20px;
        font-weight: 600;

    }
    .inner-img img {
        width: 32px;
        height: 32px;
    }
    .header-right {
        display: none;
    }
    .header img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }
    .popup{
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
        width: 90%;
      }
      .row>* {
        width: auto;
    }
	#search_div_mobile{
		display:block;
	}
    .col-md-4 h1 {
      margin-top: 15px;
  }
  /*.header{
    z-index: 1;
  }*/
  .row{
    padding-top: 0px;
  }
    }
    @media (max-width: 767.98px) { 
        .new-popup{
            width: 90%;
            margin-top: 100px;
        }
    }
   
   /* `lg` applies to medium devices (tablets, less than 992px)*/
   @media (min-width: 767.98px) and (max-width: 991.98px) { 
    .columnA{
        width: 100%;
        padding: 30px 10px 30px 10px;
        height: auto;
    }
    .columnB{
        width: 100%;
        padding: 30px 30px 30px 30px;
        height: auto;
    }
    .columnB p {
        font-size: 10px;
    }
    .columnB td, tr{
        font-size: 10px;
        line-height: 15px;
    }
    .steps{
        font-size: 8px;
    }
    .inner img {
        width: 125px;
    }
    .col-md-4 h1 {
      margin-top: 15px;
  }
  /*.header{
    z-index: 1;
  }*/
  .row{
    padding-top: 0px;
  }

    }
    


    /*main screen css*/

    .container1{
        width: 100%;
        height: 80vh;
        background-color: #fff;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        align-items: center;
        padding: 50px;
    }

    .file {
        visibility: hidden;
        position: absolute;
      }
    
      .btn-primary {
        color: #fff;
        background-color: #8d86ce;
        border-color: #8d86ce;
        border-radius: 3px;
        padding: 10px 150px 10px 150px;
    
    }
    .input-group>.input-group-append>.btn{
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;

    }
    .col-md-4 h1{
        font-size: 20px;
        font-weight: 600;
        font-family: sans-serif;
    }
    .col-md-4 p{
        font-size: 14px;
        color: #999999;
    }
    .col-md-12 h1{
        font-size: 20px;
        font-weight: 600;
        font-family: sans-serif;
    }
    .col-md-12 p{
        font-size: 14px;
        color: #999999;
    }
    .col-md-12 h3{
        font-size: 20px;
        font-weight: 600;
        font-family: sans-serif;
    }
    .row2{
        border-bottom: 1px solid #e8e8e8;
        margin-left: -20px;
    }
    .row3{
        margin-left: -20px; 
    }
    .col-sm-6{
        margin-left: -20px !important;
    }
   

    /*upload image*/
    .btn_upload {
        cursor: pointer;
        display: inline-block;
        overflow: hidden;
        position: relative;
        color: #fff;
        background-color: #8d86ce;
        border: 1px solid #8d86ce;
        padding: 10px 100px 10px 100px;
        border-radius: 5px;
      }
      
      .btn_upload:hover,
      .btn_upload:focus {
        background-color: #7ca9e6;
      }
      
      .yes {
        display: flex;
        align-items: flex-start;
        margin-top: 10px !important;
      }
      
      .btn_upload input {
        cursor: pointer;
        height: 100%;
        position: absolute;
        filter: alpha(opacity=1);
        -moz-opacity: 0;
        opacity: 0;
      }
      
      .it {
        height: 100px;
        margin-left: 10px;
      }
      
      .btn-rmv1,
      .btn-rmv2,
      .btn-rmv3,
      .btn-rmv4,
      .btn-rmv5 {
        display: none;
      }
      
      .rmv {
        cursor: pointer;
        color: #fff;
        border-radius: 5px;
        border: 1px solid #fff;
        display: inline-block;
        background: #8d86ce;
        padding: 5px 10px 5px 10px;
    margin: 5px 15px;
      }
      
      .rmv:hover {
        background: rgba(255, 0, 0, 0.5);
      }

      @media (max-width: 767.98px) { 

        .btn_upload{
            padding: 15px;
        }
    }
    @media (min-width: 767.98px) and (max-width: 991.98px){ 

      .btn_upload{
          padding: 10px 50px 10px 50px;
      }
  }




/*header menu with hamburger*/


  header{
    background-color: var(--theme-background);
   
    position: sticky;
    z-index: 1;
    top: 0;
    left: 0;
  }
  header img {
    
    margin-top: -10px;
}
  li{
    list-style: none;
  }
  a{
    color: rgb(0, 0, 0);
    text-decoration: none;
  }
  .container2{
    max-width: 1224px;
    width: 90%;
    margin: 0 auto;
  }

  .navbar_ux_change{
    min-height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .nav-branding{
    font-size: 2rem;
  }
  .nav-menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    /* padding: 10px;; */
  }
  .nav-link{
    transition: 0.3s ease-out;
    font-size: 20px;
    
  }
  .nav-link:hover{
    color: dodgerblue;
  }
  
  .hamburger{
    display: none;
    cursor: pointer;
  }
  .bar{
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: rgb(0, 0, 0);
  }

  @media(max-width:1024px){
    .hamburger{
      display: block;
    }
   .hamburger.active .bar:nth-child(2){
      opacity: 0;
    }
   .hamburger.active .bar:nth-child(1){
      transform: translateY(8px) rotate(45deg);
    }
   .hamburger.active .bar:nth-child(3){
      transform: translateY(-8px) rotate(-45deg);
    }
   .nav-menu{
      position: fixed;
      left: -100%;
      top: 70px;
      gap: 0;
      flex-direction: column;
      background-color: #f1f1f1;
      width: 100%;
      text-align: center;
      transition: 0.3s;
      padding: 20px;
    }
   .nav-item{
      margin: 16px 0;
    }
    .nav-link{
      margin-bottom: 10px;
    }
   .nav-menu.active{
      left: 0;
      border-top: 2px solid darkgrey;
    }
  }


/*form checkbox*/

  input[type=checkbox] {
    -moz-appearance:none;
    -webkit-appearance:none;
    -o-appearance:none;
    outline: none;
    content: none;	
  }
  
  input[type=checkbox]:before {
    font-family: "FontAwesome";
      content: "\f00c";
      font-size: 10px;
      font-weight: 600;
      color: transparent !important;
      background: #ffffff;
      display: block;
      width: 18px;
      height: 18px;
      border: 1px solid #a9a3ae;
      border-radius: 4px;
      margin-right: 7px;
      margin-top: 5px;
  }
  
  input[type=checkbox]:checked:before {
  
    color: black !important;
    text-align: center;
    background: #e6dff3;
  }

  /**** Floating button call CSS started ******/

  .floating-button {
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #fb5000;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    cursor: pointer;
    z-index: 999;
  }
  
  .slider-popup {
    display: none;
    position: fixed;
    bottom: 140px;
    right: 20px;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    z-index: 999;
  }
  
  
  .slider-popup .close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
  }
  
  .contact-buttons {
    margin-top: 30px; /* Add margin between close button and contact buttons */
  }
  
  .contact-buttons button {
    width: 100%;
    padding: 10px;
    background-color: #fb5000;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    margin-bottom: 10px; /* Add margin between buttons */
  }
  
  .contact-buttons button i {
    margin-right: 10px;
  }
  
  .contact-buttons button:hover {
    background-color: #fb5000;
  }
  
/**** Floating button call CSS end ******/



/**** OLD CSS started ******/



.searchbar{
	margin-bottom: auto;
	margin-top: 4%;
	margin-left: auto;
	margin-right: auto;
	height: 40px;
	background: #e6dff3;
	border: 1px solid #e6dff3;
	border-radius: 20px;
	border-radius: 30px;
	padding: 10px;
	box-shadow: var(--main-div-shadows);
	/* box-shadow: 5px 10px 18px #888888; */
	width: 370px;
	transition: width 0.4s linear;
	opacity: 0.9;
	font-weight :600;
	
	}
	
	.search_input{
	padding: 0 10px;
	caret-color:transparent;
	border: 0;
	outline: 0;
	background-color: #e6dff3;
	caret-color:red;
	line-height: 20px;
	font-size: 16px;
	font-weight :600;
	color: black;
	width: 85%;

	}
	
	.search_input::placeholder{
		font-size: 16px
	}
	
	.search_icon{
	background: #e6dff3;
	color: black;
	height: 20px;
	width: 40px;
	float: right;
	display: flex;
	justify-content: center;
	align-items:center;
	border-radius: 50%;
	text-decoration:none;
	opacity: 0.9;
	/* box-shadow: 0px 5px 6px #888888; */
	}
	
	.search_icon:hover{
		opacity: 1;
	}
	

	.foot-position-fixed{
		position: fixed;
	}

.foot1{
	color: var(--theme-font-color);
	font-weight: bold;
}

@media only screen and (max-width: 1024px) {


	.foot-position-fixed{
		position: fixed;
	}           
	
}

.d-block{
	float:right;
}


/**** OLD CSS completed ******/


  