
.popup-trigger {
 
   display: block;
       color: #007bff;
   font-size: 17px;

   font-weight: bold;
    text-transform: capitalize;
    cursor: pointer;
    
  }
  .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color:  #fff;
    border-color:  #fff  #fff #fff;
}



  #lansec{
   
    font-style: italic;
    font-weight: 100;
    font-family: sans-serif;
    padding: 0px 57px;
    margin-bottom: -26px;
    text-decoration: underline;
    margin-top: 18px;
    position: absolute;
  }

.popup-trigger:hover {
    opacity:.8;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1000;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
  opacity: 0;
  visibility: hidden;
  transition:500ms all;

}

.popup.is-visible {
  opacity: 1;
  visibility: visible;
 transition:1s all;
}

.popup-container {
  transform: translateY(-50%);
    transition: 500ms all;
    position: relative;
    width: 66%;
       /*height: 71%;*/
    margin: 2em auto;
    top: 5%;
    padding: 3rem;
    background: #FFF;
    border-radius: 0.25em 0.25em 0.4em 0.4em;
    text-align: center;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
}

.is-visible .popup-container {
  transform:translateY(0);
  transition:500ms all;
}

.popup-container .popup-close {
  position: absolute;
  top: 8px;
  font-size:0;
  right: 8px;
  width: 30px;
  height: 30px;
}


.popup-container .popup-close::before,
.popup-container .popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5;
}

.popup-container .popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}

.popup-container .popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}


.popup-container .popup-close:hover:before,
.popup-container .popup-close:hover:after {
  background-color:#35a785;
  transition:300ms all;
}
/*endd but*/
/*tab start*/
#splitlan h3{
    margin-bottom: 20px;
    font-family: system-ui;
    font-size: 34px;
    font-weight: 700;
    color: #2ba847;
    text-transform: capitalize;
    margin-top: -15px;
    text-decoration: underline;
}
.cycle-tab-container {
  margin: 15px auto;
  
  
}
.cycle-tab-container h6{
    font-style: italic;
       font-size: 17px;
    font-weight: 600;
    font-family: system-ui;
}
.nav nav-tabs{
    background-color: #dee2e6;
}
.cycle-tab-container a {
  color: #173649;
  font-size: 16px;
  font-family: roboto;
  text-align: center;
}
.nav-tabs {
   border:none;
}
#split {  
    border: none;

}
#split:hover {  
    border: none;

}
#newcrt :hover {
     border: none;
}
.nav-tabs .nav-link {
    border: none;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.cycle-tab-container:hover{
    border:none;
}
#newcrt .nav-link.active, #newcrt .nav-item.show .nav-link {

    border: none;
}
.tab-pane {
     margin: 20px auto;

}
.fade:not(.show) {
    opacity: 1;
}

.fade {
  opacity: 0;
  transition: opacity 4s ease-in-out;
}

.fade.active {
  opacity: 1;
}

.cycle-tab-item {
  width: 180px;
    
}

.cycle-tab-item:after {
  display:block;
  content: '';
  transform: scaleX(0);  
  transition: transform 0ms ease-out;
}
.cycle-tab-item.active:after { 
  transform: scaleX(1);
  transform-origin:  0% 50%; 
  transition: transform 5000ms ease-in;
}


#newcrt :hover{
color: #28a745;
}

.nav-link:focus,
.nav-link:hover,
.cycle-tab-item.active a {
  /*color: #28a745;*/
  border:none;
}
#tabpop li{
       list-style: none;
    font-size: 14px;
    font-family: 'Poppins';
    line-height: 39px;
        color: black;
    text-align: justify;
    margin-bottom: 10px;
 
  }
  #tabpop i{
      font-size: 19px;
    color: #28a745;
    margin-left: 4px;
    margin-right: 14px;
    font-weight: 800;
  }

/*responsive for new add content*/

@media(min-width: 321px) and (max-width: 375px){

.cycle-tab-item {
    width: 133px;
}
#lansec {
       padding: 0px 112px;
}
#splitlan h3 {
    margin-bottom: 22px;
     font-size: 24px;
   margin-top: -9px;
    text-align: center;
}

.popup-trigger {
  font-size: 16px;
}
.popup-container {
   
    position: relative;
    width: 86%;
    height: 100%;
    margin: 1em auto;
    top: 5%;
    padding: 8px;
   
}
.cycle-tab-container h6 {
   font-size: 15px;
  
}
#tabpop li {
       font-size: 14px;
    line-height: 29px;
    margin-bottom: 6px;
    margin-left: 39px;
    text-align: justify;
}
#tabpop i{
    font-size: 16px;
    margin-left: -28px;
    margin-right: 18px;
    position: absolute;
    margin-top: 6px;
  }

}


@media(min-width: 376px) and (max-width: 425px){

.cycle-tab-item {
    width: 133px;
}
#lansec {
         padding: 0px 142px;
}
#splitlan h3 {
    margin-bottom: 22px;
     font-size: 24px;
   margin-top: -9px;
    text-align: center;
}

.popup-trigger {
  font-size: 16px;
}
.popup-container {
   
    position: relative;
    width: 86%;
    height: 100%;
    margin: 1em auto;
    top: 5%;
    padding: 8px;
   
}
.cycle-tab-container h6 {
   font-size: 15px;
  
}
#tabpop li {
        font-size: 14px;
    line-height: 29px;
    margin-bottom: 6px;
    margin-left: 39px;
    text-align: justify;
}
#tabpop i{
font-size: 16px;
    margin-left: -23px;
    margin-right: 18px;
   position: absolute;
    margin-top: 11px;
  }

}


@media(min-width: 426px) and (max-width: 575px){

.cycle-tab-item {
        width: 110px;
}

.popup-container {
   
    position: relative;
    width: 86%;
    height: 100%;
    margin: 1em auto;
    top: 5%;
    padding: 8px;
   
}
.cycle-tab-container h6 {
   font-size: 15px;
  
}
#lansec {
         padding: 0px 192px;
}
#splitlan h3 {
    margin-bottom: 22px;
     font-size: 24px;
   margin-top: -9px;
    text-align: center;
}

.popup-trigger {
  font-size: 16px;
}
#tabpop li {
        font-size: 16px;
    margin-left: 46px;
    margin-right: 23px;
    margin-top: 9px;
}
#tabpop i{
font-size: 16px;
    margin-left: -23px;
    margin-right: 18px;
   position: absolute;
    margin-top: 11px;
  }

}

  @media(min-width: 576px) and (max-width: 767px){

.cycle-tab-item {
           width: 148px;
}
#lansec {
         padding: 0px 192px;
}
#splitlan h3 {
    margin-bottom: 22px;
     font-size: 24px;
   margin-top: -9px;
    text-align: center;
}

.popup-trigger {
  font-size: 16px;
}
.popup-container {
   
    position: relative;
    width: 86%;
        height: 85%;
    margin: 1em auto;
    top: 5%;
    padding: 8px;
   
}

#tabpop li {
        font-size: 16px;
    margin-left: 46px;
    margin-right: 23px;
    margin-top: 9px;
}
#tabpop i{
    font-size: 21px;
    margin-left: -37px;
    margin-right: 18px;
    position: absolute;
    margin-top: 11px;
  }

}
@media(min-width: 768px) and (max-width: 991px){



.popup-container {
   
    position: relative;
    width: 86%;
         height: 73%;
    margin: 1em auto;
    top: 5%;
    padding: 8px;
   
}
#lansec {
           padding: 0px 315px;
}
#splitlan h3 {
    margin-bottom: 22px;
     font-size: 24px;
   margin-top: -9px;
    text-align: center;
}

.popup-trigger {
  font-size: 16px;
}

#tabpop li {
        font-size: 16px;
    margin-left: 46px;
    margin-right: 23px;
    margin-top: 9px;
}
#tabpop i{
    font-size: 21px;
    margin-left: -37px;
    margin-right: 18px;
    position: absolute;
    margin-top: 11px;
  }

}
@media(min-width: 1440px) {
#lansec {

    padding: 0px 84px;

}
}

@media(min-width: 1920px) {
   .popup-container {
   
    width: 50%;
    /* height: 71%; */
   
}
  #lansec {
    padding: 0px 122px;
}
.cycle-tab-item {
       width: 196px;
}
}

