@font-face {

    font-family: 'OpenSansLight';

    font-display: swap;

    src: url('fonts/OpenSansLight.eot');

    src: url('fonts/OpenSansLight.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSansLight.woff2') format('woff2'), url('fonts/OpenSansLight.woff') format('woff'), url('fonts/OpenSansLight.ttf') format('truetype'), url('fonts/OpenSansLight.svg#OpenSansLight') format('svg')
}

@font-face {

    font-family: 'OpenSansRegular';

    font-display: swap;

    src: url('fonts/OpenSansRegular.eot');

    src: url('fonts/OpenSansRegular.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSansRegular.woff2') format('woff2'), url('OpenSansRegular.woff') format('woff'), url('fonts/OpenSansRegular.ttf') format('truetype'), url('fonts/OpenSansRegular.svg#OpenSansRegular') format('svg')
}

@font-face {

    font-family: 'OpenSansSemibold';

    font-display: swap;

    src: url('fonts/OpenSansSemibold.eot');

    src: url('fonts/OpenSansSemibold.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSansSemibold.woff2') format('woff2'), url('fonts/OpenSansSemibold.woff') format('woff'), url('fonts/OpenSansSemibold.ttf') format('truetype'), url('fonts/OpenSansSemibold.svg#OpenSansSemibold') format('svg')
}

@font-face {

    font-family: 'OpenSansBold';

    font-display: swap;

    src: url('fonts/OpenSansBold.eot');

    src: url('fonts/OpenSansBold.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSansBold.woff2') format('woff2'), url('fonts/OpenSansBold.woff') format('woff'), url('fonts/OpenSansBold.ttf') format('truetype'), url('fonts/OpenSansBold.svg#OpenSansBold') format('svg')
}

@font-face {

    font-family: 'OpenSans-Extrabold';

    font-display: swap;

    src: url('fonts/OpenSans-Extrabold.eot');

    src: url('fonts/OpenSans-Extrabold.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Extrabold.woff2') format('woff2'), url('fonts/OpenSans-Extrabold.woff') format('woff'), url('fonts/OpenSans-Extrabold.ttf') format('truetype'), url('fonts/OpenSans-Extrabold.svg#OpenSans-Extrabold') format('svg');

    font-style: normal
}

@font-face {

    font-family: 'FontAwesome';

    font-display: swap;

    src: url('fonts/FontAwesome.eot');

    src: url('fonts/FontAwesome.eot?#iefix') format('embedded-opentype'),

        url('fonts/FontAwesome.woff2') format('woff2'),

        url('fonts/FontAwesome.woff') format('woff'),

        url('fonts/FontAwesome.ttf') format('truetype'),

        url('fonts/FontAwesome.svg#FontAwesome') format('svg');

    font-weight: normal;

    font-style: normal;

}

img {
    max-width: 100%;
    height: auto;
}

input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="email"],
input[type="tel"],
textarea,
.input-checkbox {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}

input:focus {
    outline: 0;
}

textarea:focus {
    outline: 0;
}

button:focus {
    outline: 0;
}

a {
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s ease;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
}

.TC {
    text-align: center;
}

.TL {
    text-align: left;
}

.TR {
    text-align: right;
}

.margin_auto {
    margin: auto;
    float: none;
}

.padding {
    padding: 0;
}

.al {
    width: 100%;
    height: 100%;
    display: table;
}

.alm {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

abbr[title] {
    border-bottom: none !important;
    cursor: inherit !important;
    text-decoration: none !important;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'opensansregular';
}

.p_0 {
    padding: 0px;
}

.pl-0 {
    padding-left: 0px;
}

.main {
    width: 100%;
}

.margin {
    width: 100%;
    max-width: 1140px;
    margin: 0px auto;
}

.lang-menu {
    width: 120px;
    padding: 10px;
    text-align: right;
    font-weight: bold;
    position: relative;
    background-color:transparent;
}
.lang-menu .selected-lang {
    display: flex;   
    justify-content:center;
    cursor: pointer;
    color: #000;
}


.lang-menu ul {
    margin: 0;
    padding: 0;
    display: none;
    background-color: #fff;
    border: 1px solid #f8f8f8;
    position: absolute;
    top: 40px;
    right: -15px;
    width: 125px;
    /* border-radius: 5px; */
    box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
}


.lang-menu ul li {
    list-style: none;
    text-align: left;
    display: flex;
    justify-content: space-between;
}

.lang-menu ul li a {
    text-decoration: none;
    width: 125px;
    padding: 5px 10px;
    display: block;
    color: #000;
}

.lang-menu ul li:hover {
    background-color: #f2f2f2;
}

.lang-menu ul li a:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
}
.lang-menu .selected-lang:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(../images/siga.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}
.lang-menu:hover ul {
    display: block;
}

.de:before {
    background-image: url(../images/siga.png);
}
.fr:before {
    background-image: url(../images/pili.png);
}

.promo-fluck-header .row{
    align-items: center;
    justify-content: space-between;
}
.promo-fluck-header.active{
    animation: slide-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    background: #fff;
    box-shadow: 0 10px 10px rgb(0 0 0 / 15%);
}
.promo-fluck-header{
    position: fixed;
    width: 100%;
    z-index: 99;
    padding: 13px 0;
    transition: 0.5s all;
}

.fluke-lan-banner {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20px 0 100px;
    background-image: url(https://unitestinst.com/wp-content/uploads/2024/05/back-one.png)!important;
}
.fluke-lan-banner .row{
    margin-top: 40px;
}
.fluke-banner-img-main,
.fluke-banner-img-main img
{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.fluke-btn {
    width: 100%;
    padding: 17px 35px;
    line-height: 1;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: fit-content;
    font-family: 'OpenSansBold';
    text-transform: uppercase;
    color: #fff;
    background-color: #343a40;
    border: 2px solid #343a40;
    margin-top: 30px;
    border-radius: 5px;
}

.fluke-btn:hover {
    background-color: transparent;
    color: #343a40;
}

.fluke-banner-right .slick-next,
.fluke-banner-right .slick-prev {
    top: 85%;
}
.fluke-banner-right .slick-next{
   right: 0px;
}

.fluke-banner-right .slick-arrow {
    right: 20px;
    background: none;
    border: 0;
    z-index: 9;
}
.fluke-banner-right .slick-arrow i{
    font-size: 30px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    height: 59px;
    width: 59px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
}

.fluke-banner-right .slick-prev{
   left: 75%;
}
.nav-pills .nav-link {
    border-radius: 0;
    background-color: transparent;
    color: #060500;
    border-bottom: 3px solid transparent;
    padding-left: 0;
    padding-right: 0;
}


/* ---------------tabpanel---------------- */

.product-tabpenal-all {
    width: 100%;
    padding: 50px 0 110px;
}

.product-category-head {
    background-color: #FFC20E;
    padding: 1.25rem;
    text-align: center;
    /* margin: 50px 0 0; */
    border-radius: 5px;
    box-shadow: 0 0.5rem 0.5rem rgb(0 0 0 / 18%);
}

.product-category-head h3 {
    font-size: 24px;
    font-family: 'opensansbold';
    color: #000;
    padding-bottom: 5px;
}

.product-tabs-all {
    padding-top: 62px;

}
.product-tabpenal-all{
    width: 100%;
    background-color: #f2f2f2;
}

.product-tabs-all .nav-fill .nav-item,
.nav-fill>.nav-link {
    flex: none;
}

.product-tabs-all .nav {
    justify-content: center;
    margin-bottom: 20px;
}

.product-tabs-all .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: transparent !important;
    /* border: transparent !important; */
    color: #FFC20E !important;
    border-bottom: 3px solid #FFC20E !important;
    border-radius: 0 !important;
}

.product-tabs-all .nav-pills .nav-link,
.nav-pills .show>.nav-link {
    background-color: transparent !important;
    /* border: transparent !important; */
    font-size: 16px;
    font-family: 'opensanssemibold';
    padding: 8px 0;
    margin: 0 24px 5px 0;
}

.product-tabs-all .tab-content .product-ctn-one {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 2px 4px 4px #d4d4d4;
    border-radius: 5px;
    padding: 20px 25px;
    margin-bottom: 50px;
}

.product-ctn-left h2 {
    font-size: 16px;
    color: #02508c;
    font-family: 'opensanssemibold';
    margin-bottom: 10px;
}

.product-ctn-left h6 {
    font-size: 14px;
    color: #fc7b00;
    font-family: 'opensanssemibold';
    margin-bottom: 10px;
}

.product-ctn-left p {
    font-size: 14px;
    color: #02508c;
    font-family: 'opensansregular';
    margin-bottom: 30px;
    color: #000;
}

.product-ctn-left a {
    padding: 10px 50px;
    font-size: 16px;
    font-family: 'opensansregular';
    background-color: #FFC20E;
    color: #000;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    max-width: fit-content;
    align-items: center;
    justify-content: center;
}

.product-acc-right-all {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.product-ctn-center img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.acc-content {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: all 1s;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.acc-toggle {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 7px 15px;
    border: none;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-family: 'opensansregular';
    background-color: #FFC20E;
    color: #000 !important;
}

.pro-right-image i {
    padding-right: 5px;
    font-size: 16px;
}

.acc-content .product-acc-ctn {
    padding: 15px 15px 15px 30px;
}

.acc-content li {
    list-style: disc;
    font-size: 14px;
    color: #000;
    font-family: 'opensansregular';
}

.acc-content li b {
    font-size: 14px;
    color: #000;
    font-family: 'opensansregular';
}

.product-acc-ctn a {
    color: #000;
    font-family: 'opensansregular';
    font-size: 14px;
}

.product-acc-ctn a:hover {
    border-bottom: 1px solid #000;
}

.product-acc-ctn a i {
    margin-right: 5px;
}

.acc-all {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
}

/* ---------------------condition------------------- */


.product-conditon-all {
    width: 100%;
    background-color: #E5E5E5;
    /* margin-top: 45px; */
    padding: 45px 0;
}

.pro-condition-left {
    width: 100%;
}

.pro-condition-left h4 {
    font-size: 16px;
    font-family: 'opensansbold';
    color: #02508c;
    margin-bottom: 16px;
}

.pro-conditon-ctn {
    padding: 0 0 0 20px;
}

.pro-conditon-ctn li {
    list-style: auto;
    padding: 0;
    font-size: 15px;
    font-family: 'opensansregular';
    color: #000;
    margin-bottom: 13px;
}

.pro-condition-right {
    width: 100%;
    margin-top: -160px;
}

.pro-condition-right img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.home-page-heading-tag h1 {
    font-size: 30px;
    font-family: 'opensansbold';
    color: #000;
    margin: 15px 0;
}

.home-page-heading-tag h2 {
    font-size: 30px;
    font-family: 'opensansbold';
    color: #000;
    margin: 20px 0;
}

#topcontrol {
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
}

#topcontrol .fa {
    background-color: #fcc900;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    color: #fff;
    border-radius: 50%;
}

#topcontrol i {
    text-align: center;
    padding-top: 8px;
    font-weight: 600;
    font-size: 30px
}
.margin-one{
    width: 55%;
    margin: 0 auto;
}
.req-all{
    width: 100%;
    padding: 60px 0;
    background-repeat: no-repeat;
    background-size:cover;
    background-attachment: fixed;
    background-image: url(https://unitestinst.com/wp-content/uploads/2024/05/req-banner.png)!important;
}
.req-head h2{
    font-size: 2.5rem;
    margin-bottom: 45px;
    font-family: 'opensansbold';
    color: #fff;
    text-align: center;
}
.req-head p{
    font-size: 1.25em;
    margin-bottom: 35px;
    font-family: 'opensanssemibold';
    color: #fff;
    text-align: center;
}
.req-input-one input{
    width: 100%;
    height: 35.5px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    border: 0.5px solid #e3e3e3;
    outline: none;
    background-color: rgba(0, 0, 0, 0.4);
}
.raq-all-form .row{
    align-items: center;
}
.req-input-one a{
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    background-color: #ffc20e;
    border-radius: 25px;
    height: 40px;
    color: #000;
    border: 2px solid #fff;
    width: 100%;
    margin: 0 auto;
    line-height: 35px;
    font-family: 'opensansbold';
}
.fluke-banner-img img{
    width: 100%;
    object-fit: cover;
}

.model-btn{
    position: fixed;
    bottom: 50px;
    right: 20px;
    display: block;
    background-color: none;
}
.model-btn:focus-visible{
    outline: 0;
}
.model-btn:focus{
   box-shadow: none;
}
.model-btn img{
  width: 230px;
  height: auto;
  object-fit: cover;
}
.model-row-one{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.model-form-one{
    width: 48%;
    margin: 0 auto 15px;
}
.model-form-one input{
    width: 100%;
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.model-form-one select{
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: default;
    height: 38px;
    border-radius: 5px;
    font-size: 16px;
    color: #858585
}
.modal-dialog{
    max-width: 1050px;
    margin: 1rem auto;
}
.model-form-one label{
    display: block;
}
.modal-header{
    background-color: #000 !important;
}
.modal-header button span{
    color: #fff;
    font-size: 34px;
}
.modal-header .close{
    opacity: 1;
    position: absolute;
    right: 13px;
    top: -0px;
}

.header-ctn {
    display: block;
    width: 100%;
    margin-top: 35px;
    text-align: center;
}
.header-ctn h3{
    font-size: 40px;
    color: #fff;
    font-family: 'opensansbold';
    position: relative;
}
.header-ctn h3::after{
    width: 60px;
    height: 3px;
    background-color: #ffc20e;
    position: absolute;
    content: "";
    bottom: -8px;
    left: 50%;
    transform: translate(-50%);
    margin: 0 auto;
}
.header-ctn p{
    font-size: 14px;
    color: #fff;
    margin: 25px 0 20px;
}
.model-form-one span{
    
    color: red !important;
    display: inline;
    float: none;
    margin: 0;
    padding: 0;
}
.model-form-one label{
    font-family: 'opensansbold';
    font-size: 15px;
    color: #000;
}
.model-submit input{
    display: inline-block;
    color: #000;
    cursor: pointer;
    vertical-align: middle;
    height: 45px;
    text-align: center;
    border: 3px solid #000;
    border-radius: 30px;
    font-size: 18px;
    width: 250px;
    background-color: #ebb40a;
    margin: 15px auto 30px;
    font-family: 'opensansbold';
    transition: 0.5s all;
}
.model-submit input:hover{
    background-color: #fff;
    border-color: #ebb40a
}
.model-submit {text-align: center}

.model-submit-ctn{
    font-size: 14px;
    text-align: left;
    padding: 0 15px ;
}
.promo-header-logo img{
    max-width: 100%;
    height: auto;
    object-fit: cover;
    padding-right: 10px;
}
.main-logo-div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.modal-content .wpforms-submit-container{
    text-align: center;
}
.modal-content .wpforms-submit{
    display: flex!important;
    justify-content: center;
    align-items: center;
    color: #000;
    cursor: pointer;
    vertical-align: middle;
    height: 45px !important; 
    text-align: center;
    border: 3px solid #000 !important;
    border-radius: 30px !important; 
    font-size: 18px !important;
    width: 250px !important ;
    background-color: #ebb40a !important;
    margin: 15px auto 30px !important;
    font-family: 'opensansbold';
    transition: 0.5s all;
}

.promo-header-flag a{
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    background-color: #000;
    height: 38px;
    color: #fff;
    border-radius: 5px;
    border: 0px solid #fff;
    width: 100%;
    margin: 0 auto;
    line-height: 38px;
    padding: 0px 20px;
    font-weight: bold;
    text-transform: capitalize;
}

/* 5-11-24 R */

.year-end-promotion-main
{
    padding: 110px 0;
}
.year-end-promotion-main .main-box
{
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fbfbfb;
    margin: 15px 0;
}
.year-end-promotion-main .text
{
    padding: 22px 20px;
}
.year-end-promotion-main .text h1
{
    font-size: 20px;
    font-family: 'opensansbold';
    color: #121212;
}
.year-end-promotion-main .text h2
{
    font-family: 'opensansregular';
    font-size: 18px;
    padding: 10px 0;
    color: #202020;
}
.year-end-promotion-main .text a
{
    width: fit-content;
    display: block;
    margin-top: 30px;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'OpenSansSemibold';
    position: relative;
    color: #013c4d;
}
.year-end-promotion-main .text a:hover:after
{
    transform: translateX(15px);
}
.year-end-promotion-main .text a:after
{
    content: ">";
    display: inline-block;
    font-size: 19px;
    color: #013c4d;
    font-family: 'FontAwesome';
    line-height: 24px;
    position: absolute;
    right: -25px;
    margin: auto;
    top: 0;
    bottom: 0;
    transition: all 0.5s;
}
.fluke-lan-banner .fluke-banner-one
{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
}
.fluke-lan-banner .fluke-banner-one img
{
    max-width: 400px;
}

/* 5-11-24 R */
/* 6-11-24 R */

.fluke-lan-banner .Promotion-banner-text h1
{
    color: #000;
    font-size: 3.2rem;
    text-align: center;
    margin: auto;
    font-family: 'OpenSansBold';
    text-transform: uppercase;
    padding: 9rem 0 5rem;
}

/* 6-11-24 R */
/* 11-11-24 R */

.model-form-one p
{
    font-size: 0;
}
.modal{
    padding-right: 0!important
}

/* 11-11-24 R */



