.partner-cont{
    margin-left: 90px;
    padding-top: 20px;
    margin-right: 90px;
}
.breadcump{
    font-weight: 400;
}
.title{
    font-size: 24px;
    font-weight: 500;
    margin-top: 10px;
}
.para{
    width: 65%;
    font-size: 16px;
    font-family: "Aeonik Regular", sans-serif;
    color: #7F8A9B;
    letter-spacing: 0.01em;
    margin-top: 20px;
}
.para-sec{
    padding-bottom: 20px;
    border-bottom: 1px solid #E5E7EB;
}
.tabs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    padding-left: 20px;
    position: relative;
  }
  .tabs::after{
    content: "";
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #E5E7EB;
  }
  
  .tabs__label {
    padding: 10px 16px;
    cursor: pointer;
    color: #60708A;
    font-size: 16px;
    font-weight: 400;
    margin-right: 50px;
  }
  
  .tabs__radio {
    display: none;
  }
  
  .tabs__content {
    order: 1;
    width: 100%;
    line-height: 1.5;
    font-size: 0.9em;
    display: none;
    padding-top: 30px;
  }

  .tabs__label:hover{
    font-weight: 600;
    color: #0B121C;
    font-size: 16px;
  }
  
  .tabs__radio:checked + .tabs__label {
    font-weight: 600;
    color: #0B121C;
    font-size: 16px;
    border-bottom: 2px solid #00BDFF;
    z-index: 1;
  }
  
  .tabs__radio:checked + .tabs__label + .tabs__content {
    display: initial;
  }
  .divider{
    border-bottom: 1px solid red;
    height: 5px;
  }
  .tab1-cards{
    display: flex;
    justify-content: center;
    gap: 30px;
  }
  .tab1-card1{
    width: 500px;
    background-color: #fff;
    border: 1px solid #E2E8F0;
    align-items: flex-start;
    padding: 30px;
    border-radius: 6px;
  }
  .card1-para{
    font-size: 16px;
    font-family: "Aeonik Regular", sans-serif;
    color: #7F8A9B;
    letter-spacing: 0.01em;
    margin-top: 20px;
  }
  .chat-btn{
    background-color: #00BDFF;
    color: #fff;
    padding: 12px 30px;
    border-radius: 50px;
    border: none;
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
  }
  .contact-sec{
    display: flex;
    justify-content: space-between;
  }
  .call-sec{
    display: flex;
  }
  .call-contact{
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    margin-top: 25px;
  }
  .call-num{
    text-decoration: none;
    color: #29384F;
    font-size: 14px;
    font-family: "Aeonik Regular", sans-serif;
  }
  .call-num:hover{
    color: #00BDFF;
  }
  .timings{
    color: #29384F;
    font-size: 14px;
    font-family: "Aeonik Regular", sans-serif;
    margin-top: 5px;
  }
  .mail-add{
    text-decoration: none;
    color: #29384F;
    font-size: 14px;
    font-family: "Aeonik Regular", sans-serif;
    margin-top: 25px;
    margin-left: 15px;
  }
  .mail-add:hover{
    color: #00BDFF;
  }
  .socials-sec{
    display: flex;
    gap: 40px;
  }
  .socials-left{
    display: block;
  }
  .fa-brands{
    color: #00BDFF;
  }
  .social-text{
    color: #60708A;
    text-decoration: underline;
    padding: 0px 10px;
    font-size: 14px;
    font-family: "Aeonik Regular", sans-serif;
  }
  .social-text:hover{
    color: #00BDFF;
  }
  .faq-sec{
    width: 90%;
    background-color: #fff;
    border: 1px solid #E5E7EB;
    padding: 30px 0px;
    border-radius: 6px;
    text-align: center;
    margin: auto;
  }
  .faq-title{
    font-size: 36px;
    padding-bottom: 20px;
    border-bottom: 2px solid #E5E7EB;
    width: 60%;
    margin: 0 auto;
  }
  .faq-list{
    width: 60%;
    margin: 0 auto;
  }
  .accordion {
    background-color: #fff;
    color: #0B121C;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
    font-weight: 500;
  }
  
  
  .accordion:after {
    content: url("../images/down.svg");
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  
  .toggled:after {
    content: url("../images/up.svg");
  }
  
  .panel {
    padding: 0 18px;
    background-color: white;
    font-size: 14px;
    font-family: "Aeonik Regular", sans-serif;
    color: #7F8A9B;
    text-align: left;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border-bottom: 1px solid #E5E7EB;
  }
  .panel p{
    font-family: "Aeonik Regular", sans-serif;
  }

  .faq-link{
    color: #00BDFF;
    text-decoration: none;
    font-family: "Aeonik Regular", sans-serif;
  }

  .faq-bel-sec{
    width: 90%;
    background-color: #fff;
    border: 1px solid #E5E7EB;
    padding: 30px 0px;
    border-radius: 6px;
    text-align: center;
    margin: 20px auto;
  }
  .still-sec{
    width: 60%;
    margin: 0 auto;
    text-align: left;
  }
  .still-title{
    font-size: 16px;
    font-weight: 500;
    color: #0B121C;
  }
  .still-para{
    font-size: 14px;
    font-family: "Aeonik Regular", sans-serif;
    color: #7F8A9B;
  }
  .tabs__label_last {
    padding: 10px 16px;
    cursor: pointer;
    color: #60708A;
    font-size: 16px;
    font-weight: 400;
    margin-right: 50px;
    text-decoration: none;
  }
  .tabs__label_last:hover{
    font-weight: 600;
    color: #0B121C;
    font-size: 16px;
  }
  .call-title{
    font-size: 36px;
    padding-bottom: 20px;
    width: 60%;
    margin: 0 auto;
  }
  .call-form-sec{
    width: 60%;
    margin: 0 auto;
    padding: 0px 5px;
  }
  .call-para{
    font-size: 14px;
    color: #7F8A9B;
    font-family: "Aeonik Regular", sans-serif;
  }

  /* form css */

  #form {
    padding: 20px;
    border-radius: 4px;
    font-size: 12px;
}
.names-fields{
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.names-fields .input-control{
  flex-grow: 1;
}
#form label{
  align-self: flex-start;
  color: #0B121C;
  font-size: 14px;
  font-family: "Aeonik Regular", sans-serif;
}

#form button {
  padding: 9px 17px 9px 15px;
    margin-top: 10px;
    width: 100%;
    color: white;
    background-color: #00BDFF;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
}

.input-control {
    display: flex;
    flex-direction: column;
}

.input-control input {
  border: 1px solid #D1D5DB;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
	border-radius: 6px;
	display: block;
	font-size: 16px;
  color: #0B121C;
	padding: 12px 10px;
	width: 100%;
  font-family: "Aeonik Regular", sans-serif;
  background-color: #fff;
}

.input-control input:focus {
    outline: 0;
    border: 1px solid #00BDFF;
}

.input-control textarea {
  border: 1px solid #D1D5DB;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
	border-radius: 6px;
	display: block;
	font-size: 16px;
  color: #0B121C;
	padding: 15px 10px;
	width: 100%;
  font-family: "Aeonik Regular", sans-serif;
  background-color: #fff;
}

.input-control textarea:focus {
    outline: 0;
    border: 1px solid #00BDFF;
}

.input-control.error input {
    border-color: #ff3860;
}

.input-control .error {
    color: #ff3860;
    font-size: 9px;
    height: 13px;
    font-size: 14px;
  font-family: "Aeonik Regular", sans-serif;
}
  
  @media screen and (max-width: 1450px) { 
    .para{
        width: 90%;
    }
}