/* NAV BAR */
nav{
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.nav-link{
    color:black !important;
}
.nav-link:hover{
    border-bottom: 2px solid #4d98a3 ;
    font-weight: 500;
}

.PUB2{
    background-color: #ffc70b;
    border-radius: 20px;
    padding: 7px 30px !important;
    font-weight: 500;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.PUB2:hover{
    background-color: black;
    color: #fff !important;
        }

/* FAQ's Style */
.faq-container {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}
.faq {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;   
    padding: 15px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;            
}

.question {
    font-size: 16px;
    color: black;
    margin: 0px;
    cursor: pointer;
}

.answer {
    font-size: 15px;
    display: none;
        color: dimgray;
        font-weight: 400;
    margin-top:20px !important;
}

.show {
    display: block;
    margin:0px;
}


.question {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faq>h2>button{
    border:none;
    font-weight:bold;
    color: black;
    border-radius:50%;
    background: none;
}


/* Table Style */
td>svg{
    color: #0d1587;
}
th{
    font-size: 15px;
    font-weight: 600;
}
.table-button{
    color: #21c398;
    border: 1px solid #21c398;
}
.table-button:hover{
    border: 1px solid #21c398;
    color: #21c398;
    font-weight: bold;
}
.table-button-2{
    background-color: #ffc70b;
    color: black;
}
.table-button-2:hover{
    background-color: #21c398;
    color: black;
    font-weight: bold;
}
table{
    font-size: 14px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
/*th{*/
/*    width: 20%;*/
/*}*/
/*td{*/
/*    width: 20%;*/
/*}*/
.mt-td{
    text-align:center;
}

/*button*/
.flabtn {
outline: 0;
display: inline-flex;
align-items: center;
justify-content: space-between;
background: black;
min-width: 200px;
border: 0;
border-radius: 4px;
box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
box-sizing: border-box;
padding: 16px 20px;
color: #fff;
font-size: 12px;
font-weight: 600;
letter-spacing: 1.2px;
text-transform: uppercase;
overflow: hidden;
cursor: pointer;
}

.btn:hover {
opacity: .95;
}

.flabtn .animation {
border-radius: 100%;
animation: ripple 0.6s linear infinite;
}

@keyframes ripple {
0% {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
}

100% {
  box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
}
}
/*button*/
   .bronze{
  color: #FFF !important;
  background-color: #139b49 !important;
  padding: 10px;
  font-size: 18px;
  text-align: center;
  border-right: 1px solid #CCC;
  border-bottom: 10px;
  background: #139b49;
} 
.null{
  background-color:#053F5C !important;
  color: #fff !important;
      font-size: 18px;

}
.silver{
  color: #FFF !important;
  background-color:#979797 !important;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-right: 1px solid #CCC;
  border-bottom: 10px;
  background: #979797;
}
.gold{
  color: #FFF !important;
  background-color:#fec00f !important;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-right: 1px solid #CCC;
  border-bottom: 10px;
  background: #fec00f;
}
.diamond{
  color: #FFF !important;
  background-color:#d2188e !important;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-right: 1px solid #CCC;
  border-bottom: 10px;
  background: #d2188e;
}
.platinum{
  color: #FFF;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-right: 1px solid #CCC;
  border-bottom: 10px;
  background: #28aee4;
}
.titanium, .price-info-titanium{
  color: #FFF;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-right: 1px solid #CCC;
  border-bottom: 10px;
  background: #303F9F;
}
.comparison .compare-row {
  background: #F9F9F9;
  font-size: 14px;
}
.comparison td, .comparison th {
  border-right: 1px solid #CCC;
  empty-cells: show;
  padding: 10px;
  
}
  .table{
     width:100% !important; 
  }
  
  
  @media only screen and (max-width: 600px) {
      .table-button-2{
 font-size:11px;
}
      .ratesize{
          font-size:10px;
      }
      .btn{
    --bs-btn-padding-x: 0.15rem !important;
}
      .headssize{
    font-size:13px !important;
}
      .container>p{
          
  font-size: 13px !important;
      }
th {
  font-size: 11px !important;
}

td {
  font-size: 11px !important;
  max-width: 60px !important;
}
td>a>button{
  font-size: 12px !important;
    
}

}

.equal-width-table {
      table-layout: fixed;
      width: 100%;
  }



/* Social connect */
  .socialcard {
width: 100%;
height: fit-content;
background-color: rgb(238, 238, 238);
display: flex;
align-items: center;
justify-content: center;
padding: 25px 25px;
gap: 20px;
box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

/* for all social containers*/
.socialContainer {
width: 52px;
height: 52px;
background-color: rgb(44, 44, 44);
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
transition-duration: .3s;
}
/* instagram*/
.containerOne:hover {
background-color: #d62976;
transition-duration: .3s;
}
/* twitter*/
.containerTwo:hover {
background-color: #00acee;
transition-duration: .3s;
}
/* linkdin*/
.containerThree:hover {
background-color: #0072b1;
transition-duration: .3s;
}
/* Whatsapp*/
.containerFour:hover {
background-color: #128C7E;
transition-duration: .3s;
}

.socialContainer:active {
transform: scale(0.9);
transition-duration: .3s;
}

.socialSvg {
width: 17px;
}

.socialSvg path {
fill: rgb(255, 255, 255);
}

.socialContainer:hover .socialSvg {
animation: slide-in-top 0.3s both;
}

@keyframes slide-in-top {
0% {
transform: translateY(-50px);
opacity: 0;
}

100% {
transform: translateY(0);
opacity: 1;
}
}


/* our packages content */
.concont>h3{
  font-size: 20px;
  margin-top: 30px;
}


.modal{
  --bs-modal-width: 745px !important;
}

/*utility classes*/
.headssize{
    font-size:25px;
}
.u-l-1{
    min-height:126px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.u-l-2{
    min-height:126px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


