/* Common Css */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,500;1,700;1,800&display=swap');
@font-face {
  font-family: 'addressofchoice VF';
  font-weight: normal;
  font-display: swap;
  src: url('fonts/AddressOfChoice-VF.woff2?v1.002') format('woff2-variations');
  font-variation-settings: 'wght' 400;
  }
  @font-face {
  font-family: 'addressofchoice VF';
  font-weight: bold;
  font-display: swap;
  src: url('fonts/AddressOfChoice-VF.woff2?v1.002') format('woff2-variations');
  font-variation-settings: 'wght' 700;
  }
  @font-face {
  font-family: 'addressofchoice VF';
  font-weight: 800;
  font-display: swap;
  src: url('fonts/AddressOfChoice-VF.woff2?v1.002') format('woff2-variations');
  font-variation-settings: 'wght' 800;
  }
  @font-face {
  font-family: 'addressofchoice VF';
  font-weight: 900;
  font-display: swap;
  src: url('fonts/AddressOfChoice-VF.woff2?v1.002') format('woff2-variations');
  font-variation-settings: 'wght' 900;
  }
  @font-face {
    font-family: 'addressofchoice';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('fonts/AddressOfChoice-Regular.woff2?v1.002') format('woff2'),
      url('fonts/AddressOfChoice-Regular.woff?v1.002') format('woff');
   }
   


    * {
        margin: 0;
        padding: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    *,
    *::before,
    *::after {
      box-sizing: border-box;
    }
    article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
        display: block;
    }
    button,textarea,input {
         font-family: 'addressofchoice VF', 'addressofchoice', Arial, sans-serif !important;
          
      }
      button{
        cursor: pointer;
      }
    body {
      margin: 0;
       font-family: 'addressofchoice VF', 'addressofchoice', Arial, sans-serif !important;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.5;
      color: #474747;
      text-align: left;
      background-color: #fff;
    }
    h1, h2, h3, h4, h5, h6 {
      margin-top: 0;
      margin-bottom: 0.5rem;
    }
    p {
      margin-top: 0;
      margin-bottom: 1rem;
    }
    ol,
    ul,
    dl {
      margin-top: 0;
      margin-bottom: 1rem;
    }

    ol ol,
    ul ul,
    ol ul,
    ul ol {
      margin-bottom: 0;
    }
    .container {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
    }
    .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px;
    }
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
    .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
    .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
    .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
    .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
    .col-xl-auto {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }

    .d-flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    .flex-wrap {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .justify-content-center {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }

    .justify-content-between {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
    .align-items-center {
      -webkit-box-align: center ;
      -ms-flex-align: center;
      align-items: center;
    }
    .text-justify {
      text-align: justify;
    }
    .text-nowrap {
      white-space: nowrap;
    }
    .text-truncate {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .text-left {
      text-align: left;
    }
    .text-right {
      text-align: right;
    }
    .text-center {
      text-align: center;
    }
    .img-fluid {
      max-width: 100%;
      height: auto;
    }
    /* font style and color */
    .b-none{
      border:none !important;
    }
    .text-orange{
            color: #e73f0c !important;  
    }
    .b-orange{
        border-color: #e73f0c !important;
    }
    .bg-orange{
      background-color: #e73f0c !important;
    }
    .bg-grey{
      background-color: #F8F8F8;
    }
    .btn-theme {
      background: #e73f0c;
      color: #fff;
      transition: all 0.5s ease;
    }
    .btn-theme:hover {
        background: #000;
        color: #ffff;
    }
    .btn-grey{
      background: #303030;
      color: #fff;
      transition: all 0.5s ease;
    }
    .btn-grey:hover{
      background: #949494;
      color: #fff;
    }
    .img-24 {
        max-width: 24px;
    }
    .second_heading {
       font-size: 32px;
      color: #000a12;
      font-weight: 600;
    }
    .third_heading {
        color: #000000;
        font-size: 20px;
        font-weight: 500;
    }
     .b-bottom {
        display: block;
        background: #7E7E7E;
        width: 60px;
        height: 3px;
        margin: 5px 0 20px;
    }
    p {
        color: #474747;
        line-height: 28px;
        font-size: 16px;
        margin-bottom: 20px;
    }
    .common_h2 {
        font-size: 28px;
        font-weight: 600;
    }
    .w-100{
      width: 100%;
    }
    .common_btn {
        color: #858585;
        display: inline-flex;
        align-items: center;
        padding: 8px 25px;
        text-decoration: none;
        border-width: 1px;
        border-style: solid;
        font-size: 15px;
            border-radius: 5px;
        transition: all 0.5s ease;
    }
    .common_btn img {
        margin-right: 7px;
    }
    .b-grey {
        border-color: #858585;
    }
    .btn_round {
        border-radius: 35px;
    }
    .common_btn.bg-orange {
        color: #fff;
    }
    .common_btn.bg-orange:hover {
        background: #555555;
        border-color: #555555;
    }
    .common_btn.text-orange:hover {
        color: #000 !important;
        border-color: #000;
    }
    .mt-0{
      margin-top: 0;
    }
    .mt-10{
        margin-top: 10px;
    }
    .mt-20{
        margin-top: 20px;
    }
    .mt-30{
        margin-top: 30px;
    }
    .mt-40{
        margin-top: 40px;
    }
    .mb-0{
      margin-bottom: 0;
    }
    .mt-50{
        margin-top: 50px;
    }
    .mb-10{
        margin-bottom: 10px;
    }
    .mb-20{
        margin-bottom: 20px;
    }
    .mb-30{
        margin-bottom: 30px;
    }
    .mb-40{
        margin-bottom: 40px;
    }
    .mb-50{
        margin-bottom: 50px;
    }
    .mr-10{
        margin-right: 10px;
    }
    .ml-10{
        margin-left: 10px;
    }
    .pr-40 {
        padding-right: 40px;
    }
    .pt-20{
      padding-top: 20px;
    }
    .pb-50{
      padding-bottom: 50px;
    }
    .ptb-60 {
      padding-top: 60px !important;
      padding-bottom: 60px !important;
  }
  .d-inline{
    display: inline;
  }
  .d-inline-block{
    display: inline-block;
  }
  .d-block{
    display: block;
  }
  .d-grid{
    display: grid;
  }
  .fs-18{
    font-size: 18px;
  }
  .fs-20{
    font-size: 20px;
  }
  .fs-22{
    font-size: 22px;
  }
  .fs-24{
    font-size: 24px;
  }
  .fs-26{
    font-size: 26px;
  }
  .fs-28{
    font-size: 28px;
  }
  .fw-medium{
    font-weight: 500;
  }
  .fw-semibold{
    font-weight: 600;
  }
  .fw-bold{
    font-weight: 700;
  }
/* end Common Css */
/* Responsive */
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
  .col-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }

    .col-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }

    .col-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }

    .col-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }

    .col-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }

    .col-7 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }

    .col-8 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }

    .col-9 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }

    .col-10 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }

    .col-11 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }

    .col-12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
}

@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

