@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap');

html body {
  font-family: 'Roboto', sans-serif;
}
@font-face {
  font-family: 'Arialn';
  font-style: normal;
  font-weight: normal;
  src: local('Arial Regular'), url('fonts/ARIAL.woff') format('woff');
}
@font-face {
  font-family: 'Arialn';
  font-style: italic;
  font-weight: normal;
  src: local('Arial Italic'), url('fonts/ARIALI.woff') format('woff');
}

@font-face {
  font-family: 'Arialn';
  font-style: normal;
  font-weight: bold;
  src: local('Arial Bold'), url('fonts/ARIALBD.woff') format('woff');
}

@font-face {
  font-family: 'Arialn';
  font-style: italic;
  font-weight: bold;
  src: local('Arial Bold Italic'), url('fonts/ARIALBI.woff') format('woff');
}



@font-face {
font-family: 'Georgian';
font-style: normal;
font-weight: normal;
src: local('Georgia Regular'), url('fonts/georgia.woff') format('woff');
}


@font-face {
font-family: 'Georgian';
font-style: italic;
font-weight: normal;
src: local('Georgia Italic'), url('fonts/georgiai.woff') format('woff');
}


@font-face {
font-family: 'Georgian';
font-style: normal;
font-weight: bold;
src: local('Georgia Bold'), url('fonts/georgiab.woff') format('woff');
}


@font-face {
font-family: 'Georgian';
font-style: italic;
font-weight: bold;
src: local('Georgia Bold Italic'), url('fonts/georgiaz.woff') format('woff');
}

.myflex p {
  width: 100% !important;
  display: flex !important;
}
.myflex p label:first-child {
  margin-right: 62px !important;
}
.dropiconch {
  display: flex;
  width: 100%;
}
.dropiconch .wpcf7-form-control-wrap {
  width: 100%;
}
.muatnaik {
  text-align: left !important;
}
.new_Btn p {
  line-height: 1.3;
}

@media (max-width:767px) {
  .myflex p {
    display: block !important;
  }
}
