
/* ===header  */
.header-popup {
  padding: 1.5rem 2rem !important;
}

@media screen and (min-width:991px) {
.header-popup{
  display: none !important;
}	
}
/* ===== */

.btn_1 {
    background: #fff;
    color: black;
}

.home_btn1 {
    color: white !important;
    font-weight: 600;
}
.popupform .box_style_1 {
    border: none;
}
@media screen and (min-width: 768px){
    #banner-mob{
        display: none !important;
    }
    .popupform .box_style_1 {
        padding: 6px 22px 25px 22px !important;
    }
}

@media (min-width: 1200px)
{
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }

}


 /* ============= */
        /* ------------- */
        /* @media screen and (max-width:768px) { */
          @media screen and (max-width:425px) {
            .popupform {
                  width: 100% !important;
               }
            }
            @media screen and (min-width:426px) {
            .popupform {
                  width: 360px !important;
               }
            }
            .popupform{
               /* width: 35%; */
               padding: 15px;
               border-radius: 16px;
               box-shadow: 0 3px 12px 0 rgba(0,0,0,0.16);
               /* background-color: #eef3fc; */
               background: white;
               margin: auto;
               
            }
            .popupform input, .sel-range {
                border: 1px solid gray;
            }
            .backgroundOverlay {
                position: fixed;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                height: 100%;
                width: 100%;
                margin: 0;
                padding: 0;
                background: #000;
                opacity: 0.85;
                filter: alpha(opacity=85);
                -moz-opacity: 0.85;
                z-index: 101;
                display: none;
            }
            /* This is the Popup Window */
            .delayedPopupWindow {
                display: none;
                position: fixed;
                width: 100%;
                top: 90px;
                /* background-color: #efefef;
                border: 2px solid #333; */
                z-index: 102;
                padding: 10px 20px;
            }
            /* This is the closing button */
            #btnClose {
                width: 100%;
                display: block;
                text-align: right;
                text-decoration: none;
                color: #151212;
                font-weight: 900;
            }
            /* This is the closing button hover state */
            #btnClose:hover {
                color: #c90c12;
            }
            .popupform .img-pop{
              display: flex;
              justify-content: center;
            }
            .popupform .box_style_1 {
              /* border: none; */
              padding: 6px 25px 25px 25px;
            }
            #btnClose1{
              border: none;
              font-family: inherit;
              font-size: inherit;
              color: #fff;
              width: 100%;
              background: gray;
              cursor: pointer;
              padding: 8px 20px;
              display: inline-block;
              outline: none;
              -webkit-transition: all 0.3s;
              -moz-transition: all 0.3s;
              transition: all 0.3s;
              -webkit-border-radius: 3px;
              -moz-border-radius: 3px;
              border-radius: 3px;
              text-transform: uppercase;
              display: block;
              text-align: center;
              font-weight: 600;
              font-display: swap;
            }
            
            .popupform .box_style_1 {
              /* background-color: #eef3fc; */
              background: white;
            }
/* ============= */
            .subft-links{
              background-color: #f9f9f9;
              padding: 10px;
            }
        .subft-links ul{
          list-style: none;
          display: flex;
          flex-wrap: wrap;
          gap: 15px;
        }
        .subft-links ul li{
          position: relative;
          font-size: 10px;
          padding: 0 5px;
          margin-bottom: -10px;
        }
        .subft-links ul li::before{
          content: '';
          width: 1px;
          height: 13px;
          background-color: #000;
          position: absolute;
          right: -10px;
          top: 0;
          transform: rotate(21deg);
        }
        /* .subft-links ul li{
          padding-right: 10px;
          border-right: 2px solid black;
        } */

        .form-control {
            display: block;
            width: 100%;
            margin-bottom: 15px;
            height: 38px;
            padding: 6px 12px;
            font-size: 14px;
            line-height: 1.42857143;
            color: #555;
            background-color: #fff;
            border: 1px solid #ccc;
            border-radius: 4px;
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        }
        a.btn_full, .btn_full {
            border: none;
            color: #fff;
            width: 100%;
            background: #ed5434;
            /* background: #b83317; */
            cursor: pointer;
            padding: 3px 20px;
            border-radius: 3px;
            font-weight: 700;
        }
        textarea.form-control {
            min-height: calc(1.5em + .75rem + 2px);
            height: 70px;
        }

/* ========================= for popup ===================================================== */

