.abouttopsec{
    width: 100%;
    margin:0;
    padding:120px 0;
    overflow: hidden;
    background:#000 url(../../images/citybanner.webp) no-repeat center center;
    background-size: cover;
    position: relative;
}
.abouttopsec::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
}
.abouttopsec .container{
  position: relative;
  z-index: 1;
}
.abouttopsec h1{
  color: #fff;
  font-size: 3rem;
  font-family: var(--font-oswald);
  margin-bottom: 2rem;
}
.abouttopsec .shrtdesc p{
  color: #fff;
}
.titlesamll{
    display: block;
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: .5rem;
    color: #3e557a;
    font-family: var(--font-oswald);
}
.titleblck{
    display: block;
    font-size: 1.7rem;
    line-height: 1.2;
    margin-bottom: .5rem;
    color: var(--primary-color);
    font-weight: 800;
}
.titleblcklarge{
    display: block;
    font-size: 3rem;
    line-height: 1.5;
    margin-bottom: 0rem;
    color: var(--primary-color);
    font-family: var(--font-oswald);
}
.abouttopsec .titlesnail{
    display: block;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: .5rem;
    font-weight: 500;
    color: var(--primary-color);
}

.getquotebg{
    width: 100%;
    margin:0;
    padding:30px 0;
    overflow: hidden;
    background: #fff;
}
.getquotebg .getquoteinner{
    width: 100%;
    max-width: 100%;
    background: #f7f7f7;
    overflow: hidden;
    padding:15px 30px;
    box-sizing: border-box;
    border-top: 5px solid #212529;
    overflow: hidden;
    margin:0 auto;
    border-radius: 5px;
    margin-bottom: 1rem;
}
.getquotebg .getquoteinnernone{
    width: 100%;
    max-width: 100%;
    background: #f7f7f7;
    overflow: hidden;
    padding:15px 30px;
    box-sizing: border-box;
    overflow: hidden;
    margin:0 auto;
    border-radius: 5px;
    margin-bottom: 1rem;
}
.getquotebg .infotext{
    display: block;
    font-size: 1.2rem;
    line-height: 1.5;
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 1rem;
}
.getquotebg input[type='text'],
.getquotebg input[type='email']{
    display: block;
    width: 100%;
    margin:0;
    padding:0 15px;
    box-sizing: border-box;
    border:0;
    text-shadow: none;
    background: #fff;
    line-height: 3.4rem;
    color: var(--primary-color);
    border: 1px solid rgba(101, 124, 180,0.3);
    margin-bottom: 1rem;
    font-size: 1rem;
    border-radius: 5px;
}
.getquotebg input[type='file']{
    display: block;
    width: 100%;
    margin:0;
    padding:10px 15px;
    box-sizing: border-box;
    border:0;
    text-shadow: none;
    background: #fff;
    line-height: 1.8;
    border: 1px solid rgba(101, 124, 180,0.3);
    border-radius: 5px;
    margin-bottom: 15px;
}
.getquotebg textarea{
    display: block;
    width: 100%;
    margin:0;
    padding:10px 15px;
    box-sizing: border-box;
    border:0;
    text-shadow: none;
    background: #fff;
    line-height: 1.5;
    border: 1px solid rgba(101, 124, 180,0.3);
    border-radius: 5px;
}
.getquotebg input[type='submit'],
.sendrequestbg input[type='submit']{
    display: inline-block;
    margin-top: 15px;
    padding:0 25px;
    font-size: 1rem;
    font-weight: 500;
    border:none;
    line-height: 3.7rem;
    background: #121f32;
    border-left: 3px solid #3e557a;
    color: var(--whitecolor);
    text-shadow: none;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
    float: right;
    border-radius: 5px;
}
.getquotebg input[type='submit']:hover,
.sendrequestbg input[type='submit']:hover{
    background: #3e557a;
    border-left: 3px solid #121f32;
}
.form-controls {
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.0;
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.5em;
}

.form-controls + .form-controls {
  margin-top: 1em;
}

.form-controls:focus-within {
  color: var(--form-control-color);
}


.getquotebg input[type=radio] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  -moz-appearance: none;
       appearance: none;
  /* For iOS < 15 */
  background-color: var(--form-background);
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

.getquotebg input[type=radio]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}

.getquotebg input[type=radio]:checked::before {
  transform: scale(1);
}

.getquotebg input[type=radio]:focus {
 /* outline: max(2px, 0.15em) solid currentColor;
  outline-offset: max(2px, 0.15em);*/
}
.standdimension{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.standdimension .inputbx{
  max-width: 140px;
  flex: 0 0 140px;
}
.standdimension .inputbx input[type='text']{
  margin-bottom: 0;
}
.frm-mrt15{
  margin-top: 18px;
}
.form-groups{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.onesideopen {
    width: 80px;
    height: 60px;
    border: 8px solid #023785;
    border-bottom: 1px solid #ddd;
    background: #fff;
}
.framdesgnbg .twosidefl {
    width: 80px;
    height: 60px;
    border: 8px solid #023785;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    background: #fff;
}
.twosidefr {
    width: 80px;
    height: 60px;
    border: 8px solid #023785;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background: #fff;
}
.threesideopen {
    width: 80px;
    height: 60px;
    border: 1px solid #ddd;
    border-top: 8px solid #023785;
    background: #fff;
}
.island {
    width: 80px;
    height: 60px;
    border: 1px solid #ddd;
    background: #fff;
}
.form-groups input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer
}
.form-groups label {
  position: relative;
  cursor: pointer;
  margin-bottom: 1.0rem;
}
.form-groups label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #121F32;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    background: #fff
}

.form-groups input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #121F32;
    background: #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}
.meetingarea{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.strctrarea{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
.uploadarea{
  width: 100%;
  overflow: hidden;
  margin-top: 15px;
}
.uploadarea label{
  display: block;
  line-height: 1;

}
.error{
  font-size: .8rem;
  color: red;
}

@media screen and (max-width: 767px){
  .getquotebg .getquoteinner{
    padding:15px 15px;
  }
  .standdimension{
    column-gap: 5px;
  }
  .standdimension .inputbx{
    max-width: 80px;
    flex: 0 0 80px;
  }
  .form-groups label{
    margin-top: 1.5rem;
  }
}









