

.fixed-size-header {
  background-color: #ffdddd;
}


.my-popup-sec h2 {
  margin: 0 0 25px 0;

  padding: 0px;
  line-height: 88px;
  font-family: 'Roboto Slab', serif;
  font-size: 82px;
  color: #ffff00;
  font-weight: normal;

}

.my-popup-sec h4 {
  margin: 0 0 30px 0;

  padding: 0px;

  font-family: 'Roboto Slab', serif;

  font-size: 20px;

  color: #fff;

  font-weight: normal;

}

.my-popup-sec h6 {
  font-family: 'Roboto Slab', serif;

  font-size: 14px;

  letter-spacing: 0.4px;

  margin: 0px;

  padding: 0px;

  color: rgba(255, 255, 255, 0.6);
  font-weight: normal;
}

.my-email-sec {
  margin: 0 0 15px 0;
  padding: 0px;
  width: 100%;
  float: left;
  position: relative;
  -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.27);
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.27);
}

.my-popup-sec .myemail-input {
  width: 100%;
  background: #000;
  border: 0px;
  height: 64px;
  float: left;
  padding: 16px 170px 16px 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  box-sizing: border-box;
  color: #fff;
}

.my-popup-sec .myemail-input:focus,
.my-popup-sec .my-cls-btn,
.my-popup-sec .my-input-btn {
  outline: none;
}
.optFont{
  font-size: 14px;
}
.my-popup-sec .my-input-btn {
  width: 160px;
  background: #ffff15;
  height: 64px;
  margin: 0px;
  padding: 17px 16px;
  float: right;
  border: 0px;
  font-family: 'Roboto Slab', serif;
  font-size: 22px;
  text-transform: uppercase;
  color: #000000;
  box-sizing: border-box;
  font-weight: bold;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  top: 0px;
  right: 0px;
}

.my-popup-sec .my-input-btn:hover {
  background: #1f80a3;
  color: white;
}


::-webkit-scrollbar {
  width: 10px;
  border-radius: 50%;
 


}

::-webkit-scrollbar-track {
  background: rgba(251, 248, 243,0);
 
}
 

::-webkit-scrollbar-thumb {
  background: rgb(228, 225, 220);
  height: 20%;
  border-radius: 10px;
}


::-webkit-scrollbar-thumb:hover {
  background: rgb(204, 200, 193);
}
.select2-selection__placeholder,.select2-selection__rendered{
  line-height: 32px !important;
  font-size: 14px;
}

table td{
  text-align: center;
  padding: 20px;
  font-size: 14px;
}
table th{
  text-align: center;
}
table .colh{
  padding: 10px;
}

.my-popup-sec {
  background-color: rgba(251, 248, 243,0.9);
  font-family: 'Roboto Slab', serif;
  margin: 30px auto;
  box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.52);
  -moz-box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.52);
  box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.52);
  height: 80%;
  width: 90%;
  bottom: 4%;
  border-radius: 20px;
  cursor: default;
  opacity: 0;
  transition: all 1s ease-in-out;
  padding-left: 1px;
  padding-right: 1px;
  scroll-behavior: smooth !important;
  
}



.my-cls-btn {
  font-size: 14px;
  line-height: 18px;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #FFF;
  border: 0px;
  -webkit-box-shadow: -2px 1px 2px 1px rgb(0 0 0 / 30%);
  box-shadow: -2px 1px 2px 1px rgb(0 0 0 / 30%);
  transition: 0.5s;
  background-color: rgb(255, 255, 255);
  

}
.btn-login{
  
  font-size: 16px !important;
  line-height: 20px !important;
  width: 32px!important;
  height: 32px!important;
  z-index: 999999;
  color: black;
  position: absolute;
  top: 55px;
  right: 45px;


}
.btn-search{

  font-size: 16px !important;
  line-height: 20px !important;
  width: 32px!important;
  height: 32px!important;
  z-index: 999999;
  position: absolute;
  top: 20px;
  right: 45px;
}

.btn-cross-pos{
  position: absolute;
  right: -11;
  top: -9px;
}
@media only screen and (max-width:480px) {
  .btn-login{

    top: 55px;
    right: 20px;
  
  }
  .btn-search{
  
    top: 20px;
    right: 20px;
  }
}


.my-cls-btn:hover {

  background: #1f80a3;

}

.my-cls-btn:hover i {

  color: white;

}

.my-cls-btn i {
  color: #1f80a3;


}
.font-bolder{
  font-weight: bolder;
}


.popup-graybox {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: -200;
  align-items: center;
  display: flex;
  box-sizing: border-box;

}
#filterList {
  float: left;
  margin-top: 10px;
  height: 30px;

} 
#filterList ul{
  list-style: none;
  padding-top: 1px;
  display: flex;
}
#filterList ul li{
  padding-left: 3px;
  padding-right: 3px;
  font-size: 16px;
  border: 1px solid #2a81a1;
  margin-left: 5px;
  background: #64c3e7;
  border-radius: 4px;
  padding-top: 1px;
  padding-bottom: 2px;
  transition: all 0.5s;
  display: none;
}
#filterList ul li:hover{

  background: #55a9c8;
  
 
}
#filterList ul li:hover i{
  color: #283d46; 
}
#filterList ul li i{
  font-size: smaller;
  color: #57a4c2;
  transition: all 0.5s;
  
}
.hidden{
  display: none;
}


@media only screen and (max-width:815px) {
  .my-popup-sec {
    width: 100%;
  }
  .btn-cross-pos{
    position: absolute;
    right: 3px;
    top: -18px;
  }

  .my-popup-sec h2 {
    line-height: 82px;
    font-size: 75px;
  }
}

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

@media only screen and (max-width:480px) {
  .my-popup-sec {
    width: 100%;
  }

  .my-popup-sec h2 {
    line-height: 58px;
    font-size: 50px;
  }

  .my-popup-sec h4 {
    font-size: 18px;
  }

  .my-popup-sec .my-input-btn {
    width: 100%;
    position: inherit;
    margin-top: 20px;
    height: 50px;
    font-size: 20px;
    padding: 10px;
  }

  .my-popup-sec .myemail-input {
    padding: 15px;
    height: 50px;
  }
}

@media only screen and (max-width:375px) {
  .my-popup-sec h2 {
    line-height: 35px;
    font-size: 30px;
  }

  .my-popup-sec h4 {
    font-size: 13px;
    letter-spacing: 0.5px;
    margin: 0 0 20px 0;
  }

  .my-popup-sec h4 br {
    display: none;
  }

  .my-popup-sec h2 {
    margin: 0 0 15px 0;
  }

  .my-popup-sec .my-input-btn {
    width: 100%;
    margin-top: 10px;
    height: 45px;
    font-size: 14px;
  }

  .my-popup-sec .myemail-input {
    height: 45px;
  }
}