/*contact-info*/

.contact-info {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    background-color: #ffffffe0;
    padding: 40px;
    border: 1px solid lightgrey;
    position: relative;
    z-index: 99;
    top: -50px;
    backdrop-filter: blur(10px);
}


.contact-box {
    width: 50%;
}

.contact-box h3 {
    margin-top: 0;
    font-family: poppins;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 500;
}

.para-text {
    font-size: 16px;
    color: #777;
    font-family: "Poppins";
    font-weight: 300;
    line-height: 24px;
}

.contact-title {
    color: #fff;
    font-family: poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.contact-box p a {
    color: #333;
    text-decoration: none;
    line-height: 25px;
}

.contact-box a:hover {
  text-decoration: none;
}

.button-contact {
    display: flex;
    align-items: center;
}

.button-contact a {
    text-decoration: none;
    color: #fff;
    background-color: #000;
    padding: 12px 30px;
    margin-right: 10px;
    border-radius: 30px;
    display: inline-block;
    transition: all 0.3s linear;
}

.button-contact a:hover {
    background-color: #179cbf;
}

.border-left {
    border-left: 1px solid lightgrey;
}

.contact__form-box .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 20px);
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #333333;
    background-color: #f7f7f700 !important;
    background-clip: padding-box;
    transition: border-color .3s ease-in-out, box-shadow .15s ease-in-out;
    font-family: 'Poppins';
    border-color:#333;
}

.contact-details {
    background: #e5d7d35e;
    padding: 40px;
}


.contact__form-box .form-control:focus {
    border-bottom: 2px solid #333 !important;
  }

.form-group {
    margin-bottom: 1rem;
}

.section-title__tagline {
    font-size: 18px;
    line-height: 18px;
    color: #009bbf;
    font-weight: 500;
    z-index: 1;
    font-family: 'Poppins';
}

.loaction iframe {
    border-radius: 0px;
    background: #f7f7f7;
}

.contact-box p {
    font-size: 16px;
    color: #777;
    font-family: "Poppins";
    font-weight: 300;
    line-height: 26px;
}


/*responsive*/

@media screen and (max-width: 1200px) {

.contact-info {
  padding: 15px;
}

.contact-title {
    font-size: 24px;
}
}

@media screen and (max-width: 1030px) {
.section-title__title {
    line-height: 40px;
    font-size: 36px;
}
.contact-details {
    padding: 20px;
}

.contact-box p {
    font-size: 14px;
    line-height: 24px;
}
}

@media screen and (max-width: 650px) {
.contact-info {
  top: -25px;
}

.contact-info {
    display: flex;
    flex-direction: column;
}
.contact-box.border-left.ps-5 {
    padding-left:0 !important;
    padding-top:20px;
}

.contact-box {
    width: 100%;
}
.border-left {
    border-left: none;
}
}

@media screen and (max-width: 500px) {
.section-title__title {
    line-height: 36px;
    font-size: 28px;
}

.contact-details__text p {
    line-height: 24px;
}

.contact-details__text h3 {
    font-size: 14px;
    line-height: 24px;
}

}


/* new contact */


.badge {
    -ms-flex-negative: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #179cbf;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 2px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.badge>span {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
    text-transform: none;
    padding: 0 10px;
}


.lable-text {
    color: #333;
    font-size: 14px;
    font-family: poppins;
    font-weight: 500;
    margin-bottom: 10px;
}

