#contact {
    font-weight: 800!important;
}
.header .container-fluid {
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shape_gf {
    padding-right: 390px;
}
#contact {
    z-index: 9;
    position: relative;
}
#contact .card {
    background-color: #0F2257;
    color:white;
}
#contact .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: white!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #08163B!important;
    background-clip: padding-box;
    border: #08163B!important;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#contact .form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none!important;
}
#contact ::placeholder {
    color: white!important; 
}
#contact .select_nb {
    text-wrap: nowrap;
    overflow-x: scroll;
}
  .card .span {
    width: 70% !important;
    height: 7px !important;
    background: transparent linear-gradient(90deg, #4285F4 0%, #EA4335 37%, #FBBC05 68%, #34A853 100%) 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 10px 10px;
    opacity: 1;
    margin: 0 auto;
    text-align: center;
}
/* h1 {
    font-size: 40px;
} */
.banner img,svg {
    width: 12%;
}
#contact .contact img, svg {
    width: 13%;
}
#contact .banner h6 {
    font-size: 15px;
}
#contact .background-banner .w-100 {
    width: 90%!important;
}
#contact .gmap_canvas {
    overflow: hidden;
    background: none!important;
    width: 100%!important;
    height: 200px!important;
}
#contact .mapouter {
    width: 100%!important;
    height: 200px!important;
}
#contact .gmap_iframe {
    width: 100%!important;
    height: 200px!important;
}
#contact .vertical-hr {
    width: 2px; /* Adjust the width as needed */
    height: 100px; /* Adjust the height as needed */
    background-color: #BFD6FB; /* Adjust the color as needed */
    margin: 0 auto; /* Center the vertical line horizontally */
  }

  #contact .background {
    position: relative;
    overflow: hidden;
    z-index: -1;
    height: 100%;
  }
  #contact .form-control::placeholder {
    font-size: 0.95rem;
    color: #bebebe!important;
  }
        
  #contact .background:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, #ffffff, #fefeff, #fcfcff, #fafbff, #f7faff);
    border-radius: 0 0 50% 50% / 0 0 100% 100%;
    transform: scaleX(2);
    z-index: -1;
  }
  
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background: none!important;
    border: none!important; 
}
.location_underline {
    width: 8% !important;
    height: 3px !important;
    background: transparent linear-gradient(90deg, #4285F4 20%, #4285F4 25%, #EA4335 25%, #EA4335 50%, #FBBC05 50%, #FBBC05 75%, #34A853 75%, #34A853 100%) 0% 0% no-repeat padding-box;
    border-radius: 0px;
    opacity: 1;
    margin-top: -27px;
}
@media (min-width: 1700px) and (max-width: 2000px) {
    #contact .mapouter, #contact .gmap_canvas, #contact .gmap_iframe {
        height: 400px!important;
    }
    #contact .background {
        height: 82vh!important;
    }
}
@media (max-width: 1024px){
    #contact .background{
        height: auto!important;
    }
    #contact .background .row-gird {
        height: 530px;
    }
}
@media (max-width: 600px){
    .location_underline {
        width: 40% !important;
    }
    .header {
        background-repeat: no-repeat!important;
        background-size: cover!important;
    }
    .header .mt-5 {
        margin-top: 1rem!important;
    }
    .vertical-hr {
        height: 25px!important;
    }
    .banner {
        background: none!important;
        height:auto!important;
    }
    .banner .mt-5 {
        margin-top: 0rem!important;
    }
    .contact img, svg {
        width: 12%!important;
    }
    .banner .pt-5 {
        padding-top: 0rem!important;
    }
    #contact .card .select_nb,#contact .card .row {
        text-wrap: wrap!important;
        display: block!important;
    }
    #contact .banner h6 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .pe-3 {
        padding-right: 0rem!important;
    }
}
@media (min-width: 600px) and (max-width: 990px) {
    .location {
        width: 30%!important;
    }
    .col-md-2 {
        width: 30%!important;
    }
    .mail-content {
        width: 23%!important;
    }
    #contact .col-md-7 {
        width: 72%;
    }
}