.cookies_box{
       position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 0 18px rgba(0, 0, 0, .2);
    z-index: 9999999999;
    border-top: 1px solid #000;
}
.cookies_box .container-fluid{
   padding: 0 40px;
}
.cookies_box .cookies_box_left p{
   font-size: 15px;
   color: #000;
   margin-bottom: 0;
}
.cookies_box .cookies_box_left a {
    font-weight: 500;
    color: #2d8233;
    display: inline-block;
    margin-left: 5px;
    font-size: 14px;
}
.cookies_box_right{
   display: flex;
   justify-content: flex-end;
   align-items: center;
}
.cookies_box_right a {
    font-weight: 400;
    text-decoration: none;
    color: #000 !important;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #000;
    padding: 5px 10px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.cookies_box_right a:hover {
    background-color: #104e14;
    color: #fff !important;
    border: 1px solid #104e14;
    text-decoration: none !important;
}
.cookies_box_right button[type="button"] {
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    background: #2d8233;
    letter-spacing: 0;
    padding: 5px 10px;
    margin-left: 20px;
    text-transform: capitalize;
    border: 1px solid #2d8233;
}
.cookies_box_right button:hover{
   background-color: #000;
   color: #fff;
}


.popup {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
      position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    height: 100%;
    width: 100%;
    z-index: 9999999999  !important;
}
.popup .popup__content {
  max-width: 575px;
  overflow: auto;
  padding: 0px;
  background: white;
  color: black;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  border-radius: 10px;
}
.popup .popup__content .close {
     position: absolute;
    right: 0px;
    top: 5px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 15px;
}
.popup .popup__content .close:hover i,
.popup .popup__content .close:focus i{
   color: #000;
}  
.popup .popup__content .close span {
     cursor: pointer;
    position: fixed;
    width: 13px;
    height: 2px;
    background: #000000;
    right: 10px;
    top: 23px;
}
.popup .popup__content .close span:nth-child(1) {
  transform: rotate(45deg);
}
.popup .popup__content .close span:nth-child(2) {
  transform: rotate(135deg);
}

.overflow_hide{
   overflow: hidden !important;
}
.popup_header{
       padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #f4f4f4;
    text-align: left;
    z-index: 99;
    text-align: center;
}
.popup_header img{
   max-width: 100px;
}
.popup_body {
    /*padding: 20px;*/
    margin-top: 40px;
    margin-bottom: 70px;
    max-height: 500px;
    background: #fff;
    overflow: auto;
}
.popup_body h2 {
    font-size: 24px;
    margin-top: 10px;
    color: #fff;
}
.popup_body p{
   color: #fff;
   opacity: 0.8;
   font-size: 15px;  
}
.modal_head a
{
       color: #6be774;
    margin-top: 5px;
}
.modal_acc{
   margin-top: 20px;
   padding: 0px 20px;
}



.modal_acc .accordion-container{
     position: relative;
    max-width: 100%;
    height: auto;
    margin: 0;
    margin-top: 20px;
}
.modal_acc .accordion-container > h2{
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.modal_acc .set{
  position: relative;
  width: 100%;
  height: auto;
  /*border: 1px solid #ddd;*/
  border-top: 0;
  background-color: #f5f5f5;
  margin-bottom: 10px;
}
.modal_acc .set:first-of-type{
   /*border-top: 1px solid #ddd;*/
}
.modal_acc .set > a{
  display: block;
  padding: 15px 15px;
  text-decoration: none;
  color: #555;
  font-weight: 600;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
  background-color: #f4f4f4;
  font-size: 17px;
  /*margin-bottom: 10px;*/

}
.modal_acc .set > a i {
    float: left;
    margin-top: 2px;
    margin-right: 10px;
}
.modal_acc .set > a.active {
    background-color: #f4f4f4;
    color: #000;
    border-bottom: 1px solid #ddd;
}
.modal_acc .content{
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display:none;
}
.modal_acc .content p{
  padding: 10px 15px;
  margin: 0;
  color: #000;
  background: #f3f3f3;
}

.modal_acc .switch {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 28px;
    right: 10px;
    top: 15px;
}

.modal_acc .switch input {
  display: none;
}

.modal_acc .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #a9a9a9;
  -webkit-transition: .4s;
  transition: .4s;
}

.modal_acc .slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.modal_acc input:checked + .slider {
  background-color: #2ab934;
}

.modal_acc input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.modal_acc input:checked + .slider:before {
  -webkit-transform: translateX(21px);
  -ms-transform: translateX(21px);
  transform: translateX(21px);
}


.modal_acc .slider.round {
  border-radius: 34px;
}

.modal_acc .slider.round:before {
  border-radius: 50%;
}
.modal_acc .active-Switch
{
       width: 140px;
    text-align: right;
    padding: 0;
}
.modal_acc .active-Switch span{
       font-weight: bold;
    font-size: 16px;
    letter-spacing: 0;
    color: #68c55a;
    font-family: 'Jost';
}

.popup_footer
{
   padding: 10px 20px;
    text-align: right;
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    border-top: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.popup_footer a {
       background: #316029;
    padding: 6px 10px;
    color: #fff;
    font-size: 15px;
    min-width: 100px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #316029;
}
.popup_footer .saveBtn{
   background-color: #fff;
   color: #316029;
   border: 1px solid #316029;
   margin-right: 10px;
}

.popup_footer a:hover{
       background: #000;
    color: #fff;
}

@media only screen and (max-width: 767px){
   .modal_acc .set > a{
      font-size: 13px;
      padding: 15px 7px;
   }
   .popup .popup__content{
      max-width: 98%;
   }
   .cookies_box{
      padding: 20px 0 !important;
   }
   .cookies_box .container-fluid{
      padding: 0 10px;
   }
   .cookies_box_right {
    justify-content: space-between;
    margin-top: 10px;
}
.cookies_box .cookies_box_left a{
   width: 100%;
   margin-left: 0;
}
.modal_acc .active-Switch span{
   font-size: 14px;
}
.modal_acc{
   margin-top: 20px;
   padding: 0px 5px;
}
.modal_acc .switch{
   top: 10px;
}
.popup_footer{
   justify-content: center;
   text-align: center;
}
.modal_acc .set > a i{
   margin-top: 5px;
}

}
@media only screen and (max-width: 320px){
   .modal_acc .active-Switch span {
        font-size: 12px;
    }
}

@media only screen and  (max-width: 992px) and (orientation: landscape){
   .popup_body{
      height: 230px;
      overflow: auto;
   }
   .cookies_box_right{
      justify-content: flex-start;
      margin-top: 10px;
   }
       footer  .cookies_box .col-lg-4 {
        max-width: 100%;
    }
}

.popup_body::-webkit-scrollbar {
  width: 10px;
}
 
.popup_body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
.popup_body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.modal_head{
   padding:20px;
   background-color: #000;
}


.Overlay_Active:after {
    content: '';
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.intro-about {
    padding-top: 50px !important;
    margin-top: 0px !important;
    border-top: 1px solid #ddd;
    background-color: #f4f4f4;
}
.intro-about .intro-content-text h2 {
    padding-bottom: 30px;
    text-align: left;
        font-size: 42px;
}
.intro-about .intro-content-text p {
    margin-bottom: 20px !important;
    font-size: 16px;
}
.policies_ul li b {
    font-weight: 600 !important;
    text-decoration: underline;
    color: #316029;
}
.policies_ul li {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px;
}
.intro-about .intro-content-text p b{
   font-weight: 600 !important;
}  
 .modal_acc .switch input{
         display: block;
         height: 20px;
         width: 20px;
       }