

.md-overlay {
  background: rgba(12, 12, 12, 0.59);
  opacity: 1;
visibility: visible;
}
.choose-container {
    display: none;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
    width: 100%;
   /* margin: 30px 0px 70px 0px;
    */
    margin: -45px 0px 20px 0px;
}
.choose-card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    /* padding: 20px 0px; */
    max-width: 600px;
    width: 100%;
    cursor: pointer;
    color: #324669;
    /* text-align: center; */
}

/* .choose-card-title {
    font-size: 24px;
    margin-bottom: 20px;
} */

.choose-radio-form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-bottom: 1px solid #E2E8F0;;
    /* gap: 10px; */
}

.choose-radio-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    padding: 20px 8px;
    position: relative;
    z-index: 1;
    margin: 4px;
    /* border-bottom: 1px solid #E2E8F0; */
}

.choose-radio-option input {
    margin-right: 10px;
}

  .choose-radio-form .choose-radio-option:not(:last-child) {
    border-bottom: 1px solid #E2E8F0;
  }
.choose-month-subs{
display: flex;
flex-direction: column;
}
.subs-title{
    color: #324669;

    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.18px;
    text-transform: capitalize;
}
.subs-para{
    color: #324669;

font-family: Lato;
font-size: 15px;
font-style: italic;
font-weight: 400;
line-height: normal;
letter-spacing: -0.15px;
display: flex;
/* justify-content: space-between; */
align-items: center;
gap: 3px;
}
.crossed-out {
    text-decoration: line-through;
    padding-left: 5px;
  }
  .inputAmount{
    display: flex;
    color: #324669;
    font-weight: 700px;
    width: 92px;
    align-items: center;

  }
  .inputAmount .price-input{
    color: #324669;
    font-weight: 700;

  }

  .basic_arrow_box {
    position: relative;
    /* display: none; */
  }
  .basic_arrow_box:after {
    /* bottom: 100%;
    left: 2.5%;
    border: solid transparent;
    content: " ";
    position: absolute;
    height: 70px;
    width: 100px;
    border-bottom-left-radius: 40%;
    box-shadow: 0 20px 0 0 #fff; */
  visibility: hidden;
    content: "";
  position: absolute;
  bottom: 100%;
  left: 9%;
  margin-left: -5px;
  border-width: 22px;
  border-style: solid;
  border-color: transparent transparent #ffff transparent;
    
  }
 
  .basicDeskArrow:after {
    /* z-index: 999; */
    content: "";
  position: absolute;
  margin-left: 25px;
  top: -17.3%;
  border-width: 24px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  visibility: visible;
    
  }
  .premiumDeskArrow:after {
    /* z-index: 999; */
    content: "";
  position: absolute;
  margin-left: 35em;
  top: -17%;
  border-width: 24px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  visibility: visible;
    
  }
  .premium_arrow_box {
    position: relative;
  }
  .premium_arrow_box:after {
    /* bottom: 100%;
    right: 2.5%;
    border: solid transparent;
    content: " ";
    position: absolute;
    height: 70px;
    width: 100px;
    border-bottom-right-radius: 40%;
    box-shadow: 0 20px 0 0 #fff; */
  visibility: hidden;
    content: "";
  position: absolute;
  bottom: 100%;
  right: 9%;
  margin-left: -5px;
  border-width: 22px;
  border-style: solid;
  border-color: transparent transparent #ffff transparent;
    
  }

.sub-new-container {
    display: flex;
    justify-content: center;
    /* margin-top: 50px; */
    padding: 0px 7px;
    /* padding-bottom: 75px; */
    padding-bottom: 67px;
  }

  .sub-new-card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    padding-top: 10px;
    margin: 0 3px;
    /* width: 300px; */
    /* new changes start */
    width: 360px;
    /* new changes end */
    text-align: center;
    position: relative;
    height: 320px;

  }

  .sub-new-card .sub-new-span {
    /* color: #333;
    font-size: 24px;
    margin-bottom: 10px; */

    color: #324669;
padding: 20px 0px !important;
text-align: center;
font-feature-settings: 'liga' off, 'clig' off;
font-family: Inter;
font-size: 24px;
font-style: normal;
font-weight: 700;

  }
  .sub-new-card .sub-new-span .span-card-first{
color: #0CA9EA;
  }
  .sub-new-card .sub-new-span .span-card-second{
color: #FF7A00;
  }

  .sub-new-card .sub-new-price {
    font-size: 20px;
    font-weight: bold;
    color: #475569;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* line-height: 12px; */
  }
  .sub-new-card .sub-new-price .basic-price {
    color: #0CA9EA;
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
  }
  .sub-new-card .sub-new-price .premium-price {
    color: #FF7A00;
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
  }

  .sub-new-card .sub-new-description {
    color: #475569;

text-align: center;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
  }
  .sub-new-line{
    /* width: 201.002px; */
    height: 1px;
    background: #E2E8F0;
    margin: 10px 0px 5px 0px;
  }

  .sub-new-card ul {
    /* list-style: none; */
    /* padding: 0;
    margin-top: 20px; */

    color: #324669;

font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-align: start;
/* padding-left: 24px; */
padding: 0px 10px 0px 24px;

  }

  .sub-new-card ul .premuCpdMonth{
    font-weight: 400;
  }
  .basicuilist{
    line-height:35px !important;
  }
  /* .basicuilist li:nth-child(2),
.basicuilist li:nth-child(4) {
    line-height: 17px;
} */
.basicuilist li{
  
   /* new changes start */
  /* lline-height: 25px; */
  line-height: 43px;
  /* new changes start */
}
  .sub-new-button {
    color: #324669;

font-feature-settings: 'liga' off, 'clig' off;
font-family: Lato;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 6px;
letter-spacing: 0.35px;
width: 100%;
height: 61px;
flex-shrink: 0;
background-color: #F8FAFC;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
position: absolute;
bottom: 0px;
border-radius: 10px;
padding-top: 16px;
cursor: pointer;
  }


  /* .inputAmount input[type="radio"]:checked {
    accent-color: #0CA9EA !important ; 
   

  } */

  .inputAmount input[type='radio'] {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    outline: none;
    border: 1px solid #03A9F4;
}

.inputAmount input[type='radio']:before {
    content: '';
    display: block;
    width: 60%;
    height: 60%;
    margin: 20% auto;
    border-radius: 50%;
}

.inputAmount input[type="radio"]:checked:before {
    background: #0CA9EA;
    
}

.inputAmount input[type="radio"]:checked {
  border-color:#0CA9EA;
}


  .price-btn{
    display: none;
    width: 100%;
    justify-content: center;
align-items: center;
padding-bottom: 13px;
  }
  .final-selected-price{
    z-index: 2;
    display: flex;
width: 190px;
height: 54px;
padding: 10px 35px;
justify-content: center;
align-items: center;
gap: 15px;
flex-shrink: 0;
border-radius: 8px;
border: 1.5px solid #FF7A00;
background: #FF7A00;
  }
  .clicktopayBtn{
    /* width: 120px; */
flex-shrink: 0;
color: #FFF;
text-align: center;
font-family: Lato;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
background: #FF7A00;
  }
  .clicktopayBtn:hover{
    background-color: #FF7A00; 
    color: #fff;
    outline: none;
  }

  .footer-whatsapp {
    position: relative;
    display: inline-block;
    /* border-bottom: 1px dotted black; */
  }
  
  .footer-whatsapp .tooltiptext {
    visibility: hidden;
    width: 200px;
    height:47px;
    background-color: #475569;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    top: 3px;
    right: 110%;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10), 0px 6px 12px 0px rgba(0, 0, 0, 0.12);
    color: #FFF;
  
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Lato;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  text-align: start;
  display: flex;
  align-items: center;
  
  }
  
  .footer-whatsapp .tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #475569;
  }
  .footer-whatsapp .tooltiptext {
    visibility: visible;
  }
 
/* --------------------------------------------------------- */
.premium-container{
    padding: 20px 30px;

    max-width: 100%; 
    margin: 0 auto; 
}

.md-overlay {
    background: rgba(12, 12, 12, 0.59);
    opacity: 1;
	visibility: visible;
}

.premium-sub-contain{
    display: flex;
    flex-direction: column;
}
.premium-center{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 5em;

}
.premium-outer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    /* width: 100%; */
    max-width: 889px;


}


.footer-items {
  
    padding: 0 20px;
    clear: both;
}

.premium-footer-links {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    flex-direction: column;
}

.premium-footer-links a {
    margin: 6px;
    color: #758196;

font-family: Lato;
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-decoration-line: underline;
}

.premium-top-copyright{
    padding: 20px 8px;
}
.premium-copyright {
    color: #758196;

font-family: Lato;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.footer-whatsapp img {
  width: 49.617px;
  height: 50px;
  flex-shrink: 0;
}
.footer-mini-contain{
  float: right;
  padding: 10px ;
}


  /* new landing page css */
  .sub-main-div {
    margin: 0 auto;
}

h2 {
    /* color: #465774;
    font-size: 24px;
    margin-bottom: 25px; */

    color: #324669;

font-family: Lato;
font-size: 24px !important;
font-style: normal;
font-weight: 700 !important;
line-height: normal;
letter-spacing: -0.48px;
}

.Subscribe-Info{
    margin-bottom: 25px;
    /* line-height: 1.5; */
    color: #465774;
letter-spacing: -1px;
text-align: justify;
font-family: Inter;
font-size: 16px;
font-style: normal;
/* font-weight: 700; */
line-height: normal;
}

.Subscribe-Info p strong {
    font-weight: 600;
}

.subbold{
  color: #465774;
}
 
.plan-onf-logo {
  /* width: 250px;
  height: 75px; */
  width: auto;
  height: 70px;
}
.card-list-style{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.basicPackage .choosePackage{
  color: #0CA9EA;
  letter-spacing: 0.35px;
}
.premiumPackage .choosePackage{
  color: #FF7A00;
  letter-spacing: 0.35px;
}

.discount-text{
  font-weight: 700;

}
.disc-text-container{
  display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 13px;
}
.vertical-line{
  width: 2px;
  background-color: lightgray;
  height: 13px;
  gap: 5px;
}
.best-plan{
  background-color: #DCEBE8;
    width: 114px;
    position: absolute;
    height: 19px;
    font-size: 12px;
    flex-shrink: 0;
    display: flex;
    text-align: center;
    align-items: center;
    top: -5px;
    justify-content: center;
    /* float: right; */
    right: -4px;
    border-radius: 0px 0px 0px 5px;
}
.upcoming-container{
  display: flex;
  flex-direction: column;
  padding: 10px;
  gap: 15px;
  width: 100%;
  padding-bottom: 30px;
}
.upcoming-text{
  align-self: stretch;
  color: var(--TextBody, #324669);
font-family: Lato;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.upcoming-outer-container{
  display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    width: 100%;
    gap: 10px;
    overflow: hidden;
    overflow-x: auto;
}
.upcoming-inner-container{
  display: flex;
width: 300px;
min-width: 300px;
padding: 30px 20px;
flex-direction: column;
align-items: flex-start;
gap: 9px;
border-radius: 10px;
background: #FFF;
cursor:pointer;
}
.upcoming-course-topicname{
  align-self: stretch;
  color: var(--Blue, var(--Color, #0CA9EA));
font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.upcoming-coursename{
  align-self: stretch;
  color: var(--TextBody, #324669);
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.upcoming-director-name{
  align-self: stretch;
  color: var(--Orange, #FF7A00);
font-family: Inter;
font-size: 12px;
font-style: italic;
font-weight: 400;
line-height: normal;
white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sub-director-name{
  color: var(--Orange, #FF7A00);
font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.upcoming-outer-container::-webkit-scrollbar {
  height: 3px; 
}

.upcoming-outer-container::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius: 10px; 
}

.upcoming-outer-container::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
.plan-info {
  position: relative;
  display: inline-block;
}
.premuCpdMonth {
  position: relative;
  display: inline-block;
}

.info-tooltiptext {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 105%; 
  transform: translateY(-50%);
  /* width: 171px; */
  /* new changes start */
  width: 268px;
  /* new changes start */
height: auto;
flex-shrink: 0;
border-radius: 10px;
border: 1px solid #224AC0;
color: #324669;

text-align: center;
font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
padding: 5px 2px;
background: #EFF4FD;
}

.plan-info:hover .info-tooltiptext {
  visibility: visible;
  /* opacity: 1; */
}
.premuCpdMonth:hover .info-tooltiptext {
  visibility: visible;
  /* opacity: 1; */
}
.card-main-container{
  display: block;
  position: relative;
}
.View-text{
  width: 150px;
}
.View-All{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FF7A00;
  text-decoration: underline;
  min-width: 84px;

  cursor: pointer;
}
.footer-desktop-contain{
  visibility: hidden;
}
.selected-option {
  background-color: #E2F5FF;

}
@media (min-width: 1200px) {
  /* new changes start */
  .upcoming-container{
    padding-bottom: 81px !important;
  
  }
   /* new changes end */
  .fordesktContainer{
    gap: 86px !important;
  }
  .sub-new-card {
    /* width: 284px; */
    /* width: 323px !important; */
    /* new changes start */
    width: 370px !important;
    /* new changes end */
}
.choose-card{
  max-width: 646px !important;
}
  .premium-container {
    width: 402px !important;
    margin: 0;
    padding: 0;
    
}
.sub-main-inner-div{
width: 100% !important;
}
.Subscribe-Info, .unlocksp, .sub-list-ol {
  min-width: 400px  !important;
  width: 100%;
}
.sub-new-container{
  margin-top: 16%;
  margin: 16% 0px 0px 0px;
}
.basic_arrow_box, .premium_arrow_box{
  position: relative !important;
}
.footer-mini-contain{
  top: 40rem !important;
  position: fixed !important;
}
.price-btn {
  position: relative !important;
  top: unset !important;
}
.footer-mini-contain{
  display: none !important;
}
.footer-desktop-contain{
  visibility: visible !important;
  display: block !important;
 position: absolute !important;
 right: 0;
}
.whatesapp-desk-link{
  position: relative !important;
}
.footer-whatsapp .tooltiptext-desk {
  visibility: hidden;
  width: 200px;
  height:47px;
  background-color: #475569;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  top: 3px;
  right: 110%;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10), 0px 6px 12px 0px rgba(0, 0, 0, 0.12);
  color: #FFF;

font-feature-settings: 'liga' off, 'clig' off;
font-family: Lato;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 16px;
text-align: start;
display: flex;
align-items: center;

}

.footer-whatsapp .tooltiptext-desk::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #475569;
}
.footer-whatsapp .tooltiptext-desk {
  visibility: visible;
}
}
@media (min-width: 990px) {
   /* new changes start */
   .choose-container{
    justify-content: start;
   }
   .premiumDeskArrow:after{
    margin-left: 1.6rem;
   }
   .price-btn{
    position: static !important;
    justify-content: start !important;
    margin-left: 10rem;
   }
   .upcoming-container{
    width: calc(100% - 40px) !important;
   }
    /* new changes end */
  .whatesapp-desk-link{
    position: relative ;
  }
  .footer-desktop-contain{
    visibility: hidden;
  }
  .sub-main-div {
    margin: none;
}

.premium-center {
    display: block;
    justify-content: none;
    align-items: normal;

}
/* .Subscribe-Info{
   
        width: 100%;
        max-width: 611px;
        font-size: 16px;
    
} */

.sub-main-inner-div h2{
    font-size: 32px;
}
.premium-center{
    margin-top: 22px;
}
.Subscribe-Info,.unlocksp,.sub-list-ol{
    margin-top: 24px;
    font-size: 16px;
}


.fordesktContainer{
display: flex;
padding: 40px 20px 0px 0px;
}
.premium-container{
  width: 308px;
  margin: 0;
  padding: 0;
}
.onference-logo{
  padding-right: 0px;
  margin-left: 20px;
  justify-content: start !important;
}
.upcoming-container{
  margin-left: 26px;
  width: 96%;
}
.plan-onf-logo{
  display: flex;
/* width: 229.982px;
height: 70px; */
padding-bottom: 0.141px;
justify-content: center;
align-items: center;
flex-shrink: 0;
margin-left: 11px;
}
.sub-new-card{
  /* width: 284px; */
   /* new changes start */
  /* width: 300px; */
  width: 370px;
   /* new changes end */
}
.sub-main-inner-div{
  color: #465774;
text-align: justify;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
width: 260px;
padding-left: 28px;
}
.sub-main-inner-div h2{
  color: #324669;
  font-family: Lato;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: -0.6px;
}
.Subscribe-Info, .unlocksp, .sub-list-ol{
  color: #465774;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
margin-top: 16px;
width: 207px;
}
.sub-new-container{
  /* width: 734px; */
  width: 770px;
  /* justify-content: space-evenly; */
  /* new changes start */
  justify-content: start;
  /* new changes end */
  gap: 25px;
  /* padding-left: 2em; */
}
.basicuilist li {
  line-height: 43px;
}
.sub-new-card .sub-new-description{
  font-size: 17px;
}
.sub-new-card ul{
  /* font-size: 15px; */
  font-size: 16px;
}
.info-tooltiptext{
  font-size: 16px;
  /* width: 258px; */
  /* new changes start */
  width: 268px;
  /* new changes end */
}
/* .choose-radio-form{
  width: 600px;
}
.choose-container{
  width: auto;
} */
.basic_arrow_box,.premium_arrow_box{
  /* position: absolute;
  z-index: 99; */
 /* new changes start  */
position: relative;
 /* new changes end  */
}
.basic_arrow_box{
  margin-left: -15px;
  /* margin-left: 43px; */
}
.premium_arrow_box{
  /* margin-left: 15px; */
  /* new changes start */
  margin-left: 0px;
  /* new changes end */
  /* margin-left: 71px; */
}
/* .footer-mini-contain{
  display: none;
} */
.premium-footer {
  width: 100%;
  min-height: 98px;
  /* flex-shrink: 0; */
  background: #FFF;
  box-shadow: 2px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
.footer-contain {
  
  display: block !important;
}
.footer-items {
  clear: none !important;
}
.premium-footer-links {
  display: flex;
  /* flex-wrap: wrap; */
  flex-direction: row;
  padding-top: 24px;
  justify-content: start;
   gap: 54px;
}
.footer-dsk-contain{
  display: flex;
  float: right;
}
.upcoming-container{
  /* padding-bottom: 100px; */
  /* new changes start */
  padding-bottom: 20px;
  /* new changes end */
}
.price-btn{
  
    position: absolute;
    top: 42rem;
   
}
.final-selected-price{
  width: 360px;
}
.footer-mini-contain {
  float: right;
  padding: 10px;
  top: 46rem;
  /* position: absolute; */
  /* new changes start */
  position: sticky;
  /* new changes end */
  /* float: right; */
  right: 0;
}
}
@media (max-width: 990px) {
 /* new changes start */
    
 .premium_arrow_box:after{
  visibility: visible;
  /* left: 3%; */
  right: unset;
}
.premiumDeskArrow:after {
  visibility: hidden;
  margin-left: 2em;
}
.basicDeskArrow:after{
  visibility: hidden;
}
.basic_arrow_box:after{
  visibility: visible;
}
.sub-new-container{
  justify-content: center;
  /* margin-left: 3px; */
}
.choose-container{
  justify-content: center;
}
.price-btn{
  justify-content: center;
  /* margin-left: 20px; */
  /* margin-left: 13rem; */
}
/* new changes end */
}
@media (min-width: 769px) {
  .premium-footer{
      width: 100%;
  /* height: 391px; */
  /* height: 98px; */
  min-height: 98px;
  flex-shrink: 0;
  background: #FFF;
  box-shadow: 2px 0px 4px 0px rgba(0, 0, 0, 0.25);
    }
  
  .footer-items {
    
      /* padding: 0 20px; */
      clear: both;
  }
  
  .premium-footer-links {
      display: flex;
      flex-wrap: wrap;
    
      flex-direction: row;
      padding-top: 24px;
  }
  
  .premium-footer-links a {
      margin: 6px;
      color: #758196;
  
  font-family: Lato;
  /* font-size: 22px; */
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  }
  
  /* .premium-footer-links a:hover {
      color: #666;
  } */
  
  .premium-top-copyright{
      padding: 6px 8px;
  }
  .premium-copyright {
      color: #758196;
  
  font-family: Lato;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  }
  /* .footer-contain{
     
      display: ruby-text;
      justify-content: space-around;
      align-items: center;
      padding: 10px 19px;
  } */
  .footer-contain {
    /* display: ruby-text; */
    justify-content: space-around;
    align-items: center;
    /* padding: 10px 19px; */
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
}
@media only screen and (max-width : 617px){
  .premium_arrow_box:after{
    visibility: visible;
  }
  .premiumDeskArrow:after {
    visibility: hidden;
  }
  .basicDeskArrow:after{
    visibility: hidden;
  }
  .basic_arrow_box:after{
    visibility: visible;
  }
}
/* Responsive design */
  @media only screen and (max-width : 768px) {
    /* new changes start */
    
    .premium_arrow_box:after{
      visibility: visible;
      /* left: 3%; */
      /* right: 89%; */
    }
    .premiumDeskArrow:after {
      visibility: hidden;
      margin-left: 2em;
    }
    .basicDeskArrow:after{
      visibility: hidden;
    }
    .basic_arrow_box:after{
      visibility: visible;
    }
    /* .sub-new-container{
      justify-content: start;
      margin-left: 3px;
    }
    .choose-container{
      justify-content: start;
    } */
    /* new changes end */
  .plan-onf-logo {
    /* width: 165px;
    height: 55px; */
    width: auto;
    height: 50px;
}
  .premium-container {
      padding: 10px !important;
      max-width: 100%;
      margin: 0 auto;
  }
  .premium-footer-links {
      display: flex;
      flex-wrap: wrap;
      /* justify-content: center; */
      flex-direction: column;
      width: 152px;
  }
  .premium-footer-links a {
      margin: 6px;
      color: #758196;
      font-family: Lato;
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      text-decoration-line: underline;
  }
  .footer-items {
      padding: 0 13px;
      clear: both;

    
      /* bottom: 0px;
      position: absolute;
      background: #fff;
      width: 100%; */
  }
  .premium-copyright {
      color: #758196;
      font-family: Lato;
      font-size: 12px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
  }
  .premium-footer {
      width: 100%;
      height: auto;
      flex-shrink: 0;
      background: #FFF;
      box-shadow: 2px 0px 4px 0px rgba(0, 0, 0, 0.25);
  }
  .sub-new-card .sub-new-span{
    font-size: 20px;
  }
  .sub-new-card .sub-new-description{
    font-size: 15px;
  }
}

@media only screen and (max-width : 480px) {
  .basicuilist li {
    padding: 5px 0px;
    /* new changes start */
  /* line-height: 16px; */
  line-height: 37px;
  /* new changes start */
    
}
.sub-new-button{
  height: 61px;
}
  .sub-new-card{
    width: 100%;
    /* new changes start*/
    /* max-width: 208px; */
    /* new changes end*/
    /* max-width: calc(100% - 20px); */
  }
  /* new changes start*/
  .choose-container {
    justify-content: center;
}
.premium_arrow_box:after {
  visibility: visible;
  left: 9%;
  right:unset;
}
.price-btn {
  justify-content: center;
  margin-left: 0px;
}
 /* new changes end*/
  .choose-card{
    max-width: 420px;
  }
  .onference-logo{
      padding: 9px;
  }
  .plan-onf-logo{
      /* width: 155px;
      height: 49px; */
      width: auto;
      height: 50px;
      
    }
  
    .premium-center {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: start;
      padding-top: 2em;
  }
  
 
  .premium-outer {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start !important;
       
      padding: 4px 7px 0px 7px !important;
      
  }    
  .premium-container {
      padding: 0px !important;
      width: 100% !important; 
      margin: 0 auto !important;
  }
}
@media only screen and (max-width : 420px){
  .info-tooltiptext {
 
    width: 100% !important;
    /* min-width: 144px !important;
    max-width: 173px; */
  /* new changes start */
  min-width: 268px !important;
  max-width: 273px;
  /* new changes start */
  }
  .subs-para{
    font-size: 13px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  /* Your styles go here */
  .plan-onf-logo{
    width: auto;
    height: 53px;
  }
}
@media only screen and (max-width : 380px) {
  .sub-new-card ul {
   
    font-size: 13px;
    padding: 0px 5px 0px 20px;
}
.basicuilist li {
  padding: 3px 0px;
  /* new changes start */
  /* line-height: 16px; */
  line-height: 37px;
  /* new changes start */
}
.sub-new-button{
  font-size: 14px;
}
.choose-radio-option{
  font-size: 15px;
}
.subs-title{
  font-size: 16px;
}
.subs-para{
  font-size: 13px;
}
.disc-text-container{
  gap: 8px;
}
.choosePackage{
  line-height: 12px;
}
}

@media only screen and (max-width : 370px) {
  
  /* new changes start */
  .info-tooltiptext {
 
    width: 100% !important;
    min-width: 214px !important;
    max-width: 173px;
  /* new changes start */
  /* min-width: 268px !important;
  max-width: 273px; */
  /* new changes end */
  }
   /* new changes end */
  .sub-new-button{
    font-size: 13px;
  }
 
  .choose-radio-option{
    font-size: 14px;
  }

  .subs-title{
    font-size: 15px;
  }
  .subs-para{
    font-size: 13px;
  }

}
