html,
        body,
        iframe {
            position: absolute;
            left: 0;
            width: 100%;
            height: 100%;
            margin: 0;
            padding: 0;
            border: 0;
            font-family: 'Montserrat' !important;
        }

        .container {
            width: 100%;
            height: 100%;
        }

        .feedback {
            z-index: 999;
            background-color: rgb(244, 168, 26);
            color: white;
            padding: 10px 20px;
            border-radius: 4px;
            border-color: white;width: 100%;
        }

        #mybutton {
            width: auto;
            position: fixed;
            bottom: -4px;
            right: 20px;
            /*margin-left: -60px;*/
            transition: .2s all ease-in-out;
        }

        @media (max-width: 768px) { #mybutton { width: 100%; right: 0px;}}

        #mybutton:hover {
            transform: translateY(-4px)
        }

        a {
            color: #404040;
        }

        a:hover {
            color: rgb(244, 168, 26);
        }

        .downIcon:hover {
            
            /*background-color: white;*/
            color: rgb(244, 168, 26);
        }

        .bg-ddfp {
            background-color: white;
            color: #404040;
        }

        .footerContact {
            display: block;
            position: absolute;
            bottom: 0;
            width: 100%;
            left: 0;
            background-color: black;
            color: white;
            padding: 5% 7% 1%;
            border-bottom: 5px solid rgb(244, 168, 26);
        }
        
        @media only screen and (max-height: 580px) {
            .footerContact {
                padding: 3% 7% 1%;
            }
        }

        @media only screen and (max-height: 560px) {
            .footerContact {
                display: none;
            }
        }

        .imgh {
            transition: all 0.3s;
            width: 70%;
  
            transform: scale(1);
            -ms-transform: scale(1); 
            -moz-transform: scale(1);
            -webkit-transform: scale(1);  
            -o-transform: scale(1);
            -webkit-transition: all 500ms ease-in-out; 
            -moz-transition: all 500ms ease-in-out; 
            -ms-transition: all 500ms ease-in-out; 
            -o-transition: all 500ms ease-in-out;  
          }
          @media (min-width: 1024px) and (max-height: 768px) { .imgh { width: 60%; }}
          @media (min-width: 1024px) and (max-height: 690px) { .imgh { width: 50%; }}
          @media (min-width: 1024px) and (max-height: 650px) { .imgh { width: 40%; }}
          @media (min-width: 1024px) and (max-height: 610px) { .imgh { width: 35%; }}
  
          .imgh:hover {
  
            transform: scale(0.8);
            -ms-transform: scale(0.8); 
            -moz-transform: scale(0.8); 
            -webkit-transform: scale(0.8); 
            -o-transform: scale(0.8); 
  
  
          }
  
          .lineh {
            margin-top: 10px;margin-bottom: 20px;
            line-height: 1;
            position: relative;
           
          }

          @media (max-width: 1200px) { .lineh { margin-top: 20px; }}
          @media (max-width: 768px) { .lineh { margin-top: 35px; font-size: 14px; }}
          @media (max-width: 767px) { .lineh { margin-top: 15px; } .linkto { font-size: 14px;} }
  
          .linkto {
            font-size: 12px;
          }
          
          .linec {
            margin-top: 25px;margin-bottom: 20px;
            line-height: 1;
            position: relative;
           
          }

          @media (max-width: 1200px) { .linec { margin-top: 35px; }}
          @media (max-width: 768px) { .linec { margin-top: 35px; font-size: 14px; }}
          @media (max-width: 767px) { .linec { margin-top: 15px; } }


          
  


          .hr-css {
            padding: 0;
            border: none;
            height: 1px;
            background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0));
            background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0));
            background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0));
            background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0));
            color: gray;
            text-align: center;
          }

          span.md-close {
            position: fixed;
            top: 100px;
            right: 30px;
          }

          @media (max-width: 767px) { span.md-close { top:77px;right: 50%;margin-right: -10px; }}
      
          .md-modal {
            margin: auto;
            margin-top: -70px;
            position: fixed;
            top: 0px;
            left: 0;
            right: 0;
            width: 100%;
            max-width: 100%;
            height: 110vh;
            z-index: 2000;
            visibility: hidden;
            overflow-y: hidden;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            backface-visibility: hidden;
          }
      
          @media only screen and (max-width: 1023px) {
            .md-modal {
              overflow-y: auto;
            }
          }
      
          @media only screen and (max-height: 620px) {
            .md-modal {
              overflow-y: auto;
            }
          }
      
      
          .md-show {
            visibility: visible;
          }
      
          .md-overlay {
            position: fixed;
            width: 100%;
            height: 100%;
            visibility: hidden;
            top: 0;
            left: 0;
            z-index: 1000;
            opacity: 0;
            background: rgba(#e4f0e3, 0.8);
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
          }
      
          .md-show~.md-overlay {
            opacity: 1;
            visibility: visible;
          }
      
          .md-effect-12 .md-content {
            -webkit-transform: scale(0.8);
            -moz-transform: scale(0.8);
            -ms-transform: scale(0.8);
            transform: scale(0.8);
            opacity: 0;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
          }
      
          .md-show.md-effect-12~.md-overlay {
            background-color: #f2f2f2;
          }
      
          .md-effect-12 .md-content h3,
          .md-effect-12 .md-content {
            background: transparent;
          }
      
          .md-show.md-effect-12 .md-content {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            opacity: 1;
          }

        .foot {
            margin: 50px 10%;
            height: auto;
            padding-bottom: 30px;
          }
      
          .link-b {
            font-size: 16px
          }
      
          .ftext {
            font-size: 16px
          }
      
          @media only screen and (max-width: 512px) {
            .foot {
              margin: 10px;
              margin-top: 50px
            }
      
            .ftext {
              font-size: 14px
            }
      
            .link-b {
              font-size: 14px
            }
          }
      
          @media only screen and (max-width: 400px) {
            .ftext {
              font-size: 14px
            }
      
            .link-b {
              font-size: 14px
            }
          }

          .subtext {
            color: #181717 !important;
            font-family: 'Montserrat' !important;
          }

          .offcanvas {
            width: 420px !important;
        }

        .item-off {
            font-size: 14px;
        }

        .list-group {
            max-height: 60%;
            overflow-y: auto;
            box-sizing: border-box;
        }