* { margin: 0; padding: 0; box-sizing: border-box; }
a{text-decoration: none;} 
.custom-container{width: 90%; max-width: 90%; margin: 0 auto;}



.contact-page {
    width: 100%;
    background:url(../images/contact/Background.jpg);
    background-size: 100% 100%;
}

.contact-heading {
    color: #F4F4F4;
    font-family: 'LeagueSpartan';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.8px;
}

.contact-heading span {
    color: #88D8F5;
}

.address {
    color: #F2F2F2;
    font-family: 'LeagueSpartan';
    font-size: 17px;
    font-style: normal;
    font-weight: 200;
    line-height: 140%; /* 23.8px */
}

.contact-left-box {
    border: 1px solid #ededed3d;
    padding: 10px 0 10px 20px;
    border-radius: 9px;
    position: relative;display:inline-block;
}

.contact-left-box::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 80%;
    background: linear-gradient(116deg, #181818 0%, #ffffff52 17.9%, #ffffff52 78%, #181818 100%);
    left: 21%;
    top: 50%;
    transform: translateY(-50%);
}

.contact-left-box::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 80%;
    background: linear-gradient(116deg, #181818 0%, #ffffff52 17.9%, #ffffff52 78%, #181818 100%);
    right: 51%;
    top: 50%;
    transform: translateY(-50%);
}

.contact-details  {
    color: #f2f2f2;
text-align: center;
font-family: 'LeagueSpartan';
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 19.2px */
letter-spacing: 0.48px;
display: block;
}
.details-set{    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.cus-col{padding:0px 20px;}

.form__input, .label{
    color: #f2f2f2;
    font-family: 'LeagueSpartan';
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: transparent;
    border: unset;
    padding: 10px 0;
    width: 64%;
    position: relative;
}

.form__input:focus {
    outline: none;   /* Removes the blue outline */
    box-shadow: none; /* Removes any Bootstrap shadow */
    border: none;    /* Removes the border */
  }

.input-line{
    width: 78%;
    height: 1px;
    background: linear-gradient(90deg, #FFF 0%, #302D3D00 100%);
}

::placeholder {
    color: #ddd;
    opacity: 1; /* Firefox */
  }

  .error-msg {
    color: #ff4b4b;
    font-family: 'LeagueSpartan';
    font-size: 15px;
    font-style: normal;
    font-weight: 400; 
  }

 .form-btn {
    color: #363636;
    font-family: 'LeagueSpartan';
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: uppercase;
padding: 7px 8px 4px 8px;
background-color: #fff;
position: absolute;
bottom: 0;
right: 15%;
 }
.line-bottom-BA { width: 84px;}
 .map-btn{
    color: #fffffff2;
text-align: center;
font-family: 'Figtree';    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: 0.151px;
    padding: 3px 12px 4px;
border: 1px solid #ffffff82;
border-radius: 20.172px;
 }

 @media (max-width:1200px) {
    .form-btn {
        right: 2%;
    }
 }

 @media (max-width:991px) {
    .contact-heading, .address {
        text-align: center;
    }

    .form-btn {
        bottom: -61px;
        left: 0;
        right: unset;
    }
 }
 @media (max-width:768px) {
.contact-left-box { 
    padding: 10px 0 10px 10px;}
  .address{  display: flex;
    flex-direction: column;
    align-items: center;font-size: 15px;}
}

 @media (max-width:575px) {
    .contact-left-box {
        padding: 4px 30px;
    }
.details-set { 
    flex-wrap: wrap;}
  .cus-col{width:100%; padding: 20px;}
    .contact-left-box::before {
        width: 94%;
        height: 1px;
        background: linear-gradient(116deg, #181818 0%, #FFF 17.9%, #FFF 78%, #181818 100%);
        left: 50%;
        top: 43%;
        transform: translateX(-50%);
    }

    .contact-left-box::after {
        width: 94%;
        height: 1px;
        background: linear-gradient(116deg, #181818 0%, #FFF 17.9%, #FFF 78%, #181818 100%);
        left: 50%;
        top: 77%;
        transform: translateX(-50%);
    }
 }



 .btn-closee {
    width: 40px;
    height: 40px;
    border: 1px solid #5a4546;
    border-radius: 50%;
    display: flex;
    background: #51403e;
    color: #f2f2f2;
    align-items: center;
    font-weight: bold;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 19px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.19), 0 6px 3px 0 rgba(0, 0, 0, 0.23);
    z-index: 9;
}

.model-body h4 {
    color: #000;
    font-family: 'LeagueSpartan';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.45px;
}

.model-body p {
    color: #000;
    font-family: 'LeagueSpartan';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.45px;
}