@import url('https://www.testing-instruments.com/assets/css/style-main.css');


      .bg6{

        background-color: #ccc;
    
        
    
    }
    
    
    
    .bg6 img{
    
        margin-top: 50px;
    
    }
    
        .fimg{
        width:60%;}

        * {

            box-sizing: border-box;
            
            }
            
            form.example {
            
              margin-bottom: 0px !important;
            
            }
            
            form.example input[type=text] {
            
            padding: 10px;
            
            font-size: 17px;
            
            border: 1px solid grey;
            
            float: left;
            
            width: 80%;
            
            background: #f1f1f1;
            
            }
            
            
            
            form.example button {
            
            float: left;
              width: 10%;
              padding: 6px;
              height:39px;
              background: white;
              color: white;
              font-size: 15px;
              border: 1px solid black;
              border-left: none;
              cursor: pointer;
              border-radius:4px;
              margin-top: 3px;
            }
            
            
            
            form.example button:hover {
            
            background: #FFFFE8;
            
            }
            
            
            
            form.example::after {
            
            content: "";
            
            clear: both;
            
            display: table;
            
            }
            
            .frmSearch {}
            
            #country-list{float:left;list-style:none;margin-top:-3px;padding:0;width:190px;position: absolute;z-index:99}
            
            #country-list li{padding: 10px; background: #f0f0f0; border-bottom: #bbb9b9 1px solid;width: 300px;}
            
            #country-list li:hover{background:#ece3d2;cursor: pointer;}
            
            #search-box{padding: 10px;border: black 1px solid;border-radius:4px; background-color:white;}
            
            @media (max-width:576px){
            #country-list{float:left;list-style:none;margin-top:-3px;padding:0;width:190px;    margin-left: -122px;
              position: absolute;
              margin-top: 23px;}
            }
            
            
            .social-icon{
            
              height: 26px !important;
              line-height: 30px !important;
              margin: 10px 7px 2px 0 !important;
              background-color: orange !important;
              width: 30px !important;
             font-size:18px !important;
            }
            
            
            .modal {
                      display: none;
                      position: fixed;
                      z-index: 10;
                      padding-top: 100px;
                      left: 0;
                      top: 0;
                      width: 100%;
                      height: 100%;
                      overflow: auto;
                      background-color: rgb(0, 0, 0);
                      /* Fallback color */
                      background-color: rgba(0, 0, 0, 0.4);
                      /* Black w/ opacity */
                  }
                  /* Modal Content */
                  
                  .modal-content {
                      background-color: #fefefe;
                      margin: auto;
                      padding: 5px;
                      border: 1px solid #888;
                      width: 86%;
                  }
                  /* The Close Button */
                  
                  .close2 {
                      color: #aaaaaa;
                      font-size: 28px;
                      font-weight: bold;
                      margin-top: -9px;
                      right: 14px;
                      position: absolute;
                  }
                  
                  .close2:hover,
                  .close2:focus {
                      color: #000;
                      text-decoration: none;
                      cursor: pointer;
                  }
                  
                  .enquiry {
                      cursor: pointer;
                      position: fixed;
                      right: 0;
                      margin-top: 150px;
                      background-color: grey;
                      color: white;
                      padding: 9px;
                      font-size: 18px;
                      border-radius: 10px;
                      transition: all 0.5s;
                      border: 2px solid grey;
                      writing-mode: vertical-rl;
                      z-index: 601;
                  }
                  
                  .enquiry:hover {
                      border: 2px solid grey;
                      color: grey;
                      background-color: white;
                  }
                  
                  .popup-button {
                      border-radius: 4px;
                      background-color: #FFBD1F;
                      border: none;
                      color: #FFFFFF;
                      text-align: center;
                      font-size: 15px;
                      padding: 6px;
                      width: 98px;
                      transition: all 0.5s;
                      cursor: pointer;
                      margin: 0px;
                      border: 1px solid #FFBD1F;
                  }
                  
                  .popup-button:hover {
                      border-radius: 4px;
                      background-color: white;
                      border: none;
                      color: orange;
                      text-align: center;
                      font-size: 15px;
                      padding: 6px;
                      width: 98px;
                      cursor: pointer;
                      margin: 0px;
                      border: 1px solid #FFBD1F;
                  }
                  
                  .popup-title h3 {
                      margin-top: 30px;
                  }
            
                  .search {
                  float: right;
                  margin-right: 0px;
                  margin-top: 0px;
            
              }
            
              .search>div:after {
                  content: "";
                  background: white;
                  width: 3px;
                  height: 12px;
                  position: absolute;
                  top: 30px;
                  /* right: 2px; */
                  transform: rotate(135deg);
              }
            
              .search>div>input {
                  color: white !important;
                  font-size: 16px;
                  background: transparent;
                  width: 30px;
                  height: 30px;
                  padding: 10px;
                  border: solid 3px white !important;
                  outline: none;
                  border-radius: 35px;
                  transition: width 0.5s;
                  cursor: pointer;
                  margin-top: 8px;
                  margin-bottom:8px;
              }
            
              .search>div>input::placeholder {
                  color: orange !important;
                  opacity: 0;
                  transition: opacity 150ms ease-out;
              }
            
            
            
              .search>div>input:focus::placeholder {
                  opacity: 1;
              }
            
              .search>div>input:focus,
              .search>div>input:not(:placeholder-shown) {
                  width: 200px;
            
              }
            
              .border-top-theme-color-3px {
                border-top: 3px solid #ffbd1f!important;
            }

            .float{
                position:fixed;
                width:60px;
                height:60px;
                bottom:40px;
                left:40px;
                background-color:#25d366;
                color:#FFF;
                border-radius:50px;
                text-align:center;
              font-size:30px;
                box-shadow: 2px 2px 3px #999;
              z-index:100;
            }
            
            .my-float{
                margin-top:16px;
            }