
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

*:after,
*:before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul,
li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
}

header,
nav,
section,
article,
aside,
footer,
hgroup,
figure {
    display: block;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type="number"] {
    -moz-appearance: textfield;
}

button:focus,
input:focus {
    outline: none;
    box-shadow: none;
    outline-color: transparent;
    outline-width: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure {
    margin-bottom: 0;
}

html,
body {
    max-width: 100%;
}

.modal-content {
    border: 0;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

a,
a:hover {
    text-decoration: none !important;
    outline: 0;
    outline-color: transparent;
    outline-width: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

*:after,
*:before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul,
li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
}

header,
nav,
section,
article,
aside,
footer,
hgroup,
figure {
    display: block;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type="number"] {
    -moz-appearance: textfield;
}

button:focus,
input:focus {
    outline: none;
    box-shadow: none;
    outline-color: transparent;
    outline-width: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure {
    margin-bottom: 0;
}

html,
body {
    max-width: 100%;
}

.modal-content {
    border: 0;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

a,
a:hover {
    text-decoration: none !important;
    outline: 0;
    outline-color: transparent;
    outline-width: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

body{
    font-family: 'Open Sans', sans-serif;
        background-color: #f5f5f5;}

.blue-box-container{
    background: linear-gradient(120.31deg, #0099C3 -5.38%, #00D1CE 100%);
    width: 762px;
    height: 607px;
    
}
.banner-img{
    position: absolute;
    left:-135px;
    top:9%;
}
.banner-section .container{
    margin-right:inherit;
    max-width: 1200px;
}
.blue-box-content{
    position:absolute;
    right:145px;
    top:33%;
}
.blue-box-content h2{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 43px;
    line-height: 109.5%;
    letter-spacing: -0.015em;
    color: #FFFFFF;
    max-width: 405px;
}
.blue-box-content span.new_a a{
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #313440;
    background: #FFFFFF;
    mix-blend-mode: normal;
    border-radius: 4px;
    padding: 12px 23px;
    margin-top: 26px;
    position: absolute;
    transition: all 0.4s ease-in-out 0s;
}

.tag-section{
    padding-top: 6rem;
    padding-bottom: 10rem;
    /* background-color: red; */
}
.tag-section .nav-pills .nav-link {
    background: #FFFFFF;
    mix-blend-mode: normal;
    border: 1px solid #000000;
    border-radius: 4px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #242733;
    padding: 7px 21px;
    width: 163px;
    height: 35px;
	    justify-content: center;
    /* margin-right: 26px; */
}


.tag-section .nav-pills .nav-link:hover , .tag-section .nav-pills .nav-link.active{
    background: linear-gradient(91.65deg, #EEA549 0.48%, #F46F45 109.77%);
    mix-blend-mode: normal;
    border-radius: 4px;
    color: #FFFFFF;
    border:none;
}
.tag-section .tag-title{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #5A7184;
    margin-right: 26px;
}
.tag-section .card{
    background: #FFFFFF;
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    height: 100%;
}
.tag-section .card .card-title{
    font-family: 'Mulish',sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: -0.3px;
    color: #242733;
    margin-bottom: 21px;
    min-height:5rem;
}

.tag-section .card .card-text{
    font-family: 'Open Sans',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #4A4A4A;
    min-height: 100px;
}
.tag-section .btn_list ul li{margin-right: 26px;}
/* .tag-section .btn_list ul li:last-child{margin: 0;} */
.align_tab{display: flex;align-items: center;padding: 0px 0 56px ;flex-wrap: wrap;}

.tag-section .card .card-body{
     padding: 20px 30px 43px 34px;
}
.tag-section .container{
    max-width: 1215px;
}
.card-container{ padding-bottom: 72px;}
/*.card-container:nth-child(1) , .card-container:nth-child(2) , .card-container:nth-child(3){
    padding-bottom: 72px;
}
.card-container:nth-child(4) , .card-container:nth-child(5) , .card-container:nth-child(6){
    padding-bottom: 72px;}*/

/* .pdngbtmtp{padding-bottom: 150px;} */

.read_more a{
    background: linear-gradient(91.65deg, #EEA549 0.48%, #F46F45 109.77%);
    mix-blend-mode: normal;
    border-radius: 4px;
    font-family: 'Open Sans' ,sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    padding: 10px 36px;
}

/* details page */
.details-banner-sec{
    padding-bottom: 50px;
}
section.details-content-sec.sec1 {
    padding-top: 0px;
}
.details-content-sec  .form-container .card{
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px;    
}
.details-content-sec  .form-container .card .form-img-content{
    position: absolute;
    left: 0;
    right: 0;
    max-width: 285px;
    margin: 0 auto;
    top: 8%;
}

.details-content-sec  .form-container .card .form-img-content p{
    font-family: 'Open Sans' ,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 123.68%;
    color: #FFFFFF;
    margin-bottom: 18px;
}

.details-content-sec  .form-container .card .form-img-content .form-title{
    font-family: 'Open Sans' ,sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 123.68%;
    color: #FFFFFF;  
}

.form-container .card .card-body .read_more a{
     width: 100%;
}
.form-container .card .card-body .read_more{
    margin-top: 27px;
}

.form-container .card .card-body .card-title{
    font-family: 'Open Sans',sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 123.68%;
    color: #4A4A4A;
    margin-bottom: 27px;
}
.form-container .card .card-body .form-control{
    font-size: 10px;
	    font-family: 'Open Sans';
}
.specification{
    display: flex;
   
}
.details-data{
    background: #FFFFFF;
    box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 28px;
}
.details-data h3{
    font-family: 'Mulish',sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.3px;
    color: #242733;
    margin-bottom: 24px;
}
.specification p{
    font-family: 'Open Sans',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #183B56;
}
.details-specification-content p{
    font-family: 'Open Sans',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    color: #4A4A4A;
	padding-bottom:21px;
}
.social-media ul{display:flex; align-items: center;}
.social-media ul li{
    background: #ffffff;
    padding: 10px;
    border-radius: 100%;
    text-align: center;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-media ul li:last-child{
    margin-right: 0px;
}
.social-media ul li img{
    width: 20px;
    height: 20px;
}
.details-author-card{
    display: flex;
    align-items: flex-start;
}
.details-author-card-container{
    margin-top: 40px;
}
.author-details h6, .social-media h6{
    font-family: 'Mulish',sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 35px;
    letter-spacing: -0.02em;
    color: #000000;
}
.author-details span{
    font-family: 'Mulish',sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #4D4D4D; 
    font-size: 10px;  
}
.author-details p{
    font-family: 'Mulish',sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: -0.02em;
    color: #4C4C4C;
    font-size: 11px;
}
.author-details{
    margin-left: 19px;
    margin-right: 20px;
}
.details-content-sec{
     padding-bottom: 91px;
}
.details-cards-sec, .details-cards-sec .card {
      background: #F8F9FB;
}
.details-cards-sec{padding: 46px 136px 101px 136px;}
.details-cards-sec h2{
    font-family: 'Open Sans',sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.3px;
    color: #242733;
    margin-bottom: 46px;
}
.details-cards-sec .card{
    background: #FFFFFF;
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    height: 100%;
}
.details-cards-sec .card img{
    border-radius: 10px;
}
 .details-cards-sec .card .card-body{padding-left: 1rem; padding-right: 1rem;
    padding-bottom:1rem;}
    
.details-cards-sec, .details-cards-sec .card .card-body .feature-tag{
    display: flex;
    margin-top: 14px;
    margin-bottom: 14px;
}
.details-cards-sec, .details-cards-sec .card .card-body .feature-tag span{
    font-family: 'Open Sans',sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #4A4A4A;
}
.details-cards-sec, .details-cards-sec .card .card-body .feature-tag p{
    font-family: 'Open Sans',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #4A4A4A;
}
.details-cards-sec, .details-cards-sec .card .card-body .card-title{
    font-family: 'Open Sans',sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: #242733;
    margin-bottom: 14px;
        min-height: 75px;
}
.details-cards-sec, .details-cards-sec .card .card-body .card-text{
    font-family: 'Open Sans',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: #4A4A4A;
    min-height: 111px;
}
.details-cards-sec .card-container:nth-child(1) , .details-cards-sec .card-container:nth-child(2) , .details-cards-sec .card-container:nth-child(3), .details-cards-sec .card-container:nth-child(4) ,  .details-cards-sec .card-container:nth-child(5) ,  .details-cards-sec .card-container:nth-child(6){
    padding-bottom: 0px;
}
.form-container .card .card-body .read_more a:hover{
    color: #FFFFFF;
}
.form-container .card .card-body .read_more a:focus{
    box-shadow: none;
}
/* responsive */

@media(max-width:767px) {
   /* index page start */
   
   .tag-section {
    padding-top: 5rem;
    padding-bottom: 0;
  }
  .tag-section .nav-pills .nav-link {
 	font-size: 12px;
	width: 145px;
  }
  .tag-section h2{font-weight: 700;font-size: 33px;line-height: 117%;letter-spacing: -0.015em;color: #242733;margin-bottom: 48px;}
  .tag-section .btn_list ul{justify-content: space-between;flex-wrap: wrap;}
  .tag-section .btn_list ul li{margin-bottom: 15px;margin-right: 0;}
  .tag-section .tag-title{margin-bottom: 20px;}
  .card-container:nth-child(1) , .card-container:nth-child(2) , .card-container:nth-child(3) , .card-container:nth-child(4) , .card-container:nth-child(5) , .card-container:nth-child(6){
    padding-bottom: 20px;
}
.details-author-card {
    flex-direction: column;
    align-items: center;
}
.form-container{ margin-top: 51px;}
.details-cards-sec{padding:28px 11px;margin-top: 461px;}
.details-content-sec .form-container .card .form-img-content {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 285px;
    margin: 0 auto;
    top: 6%;
    padding-left: 11px;
}
.card-container{margin-bottom:25px;}
.details-cards-sec .card .card-body .feature-tag {display: none;}
.details-cards-sec .card .card-body .card-text{display: none;}
.details-cards-sec .card .card-body .card-title{text-align: center; margin-top: 12px;}
}
.wfx-block0 {
            display: none;
            font-size: 20px;
        }
.wfx-block1 {
            display: none;
            font-size: 20px;
        }
.wfx-block2 {
            display: none;
            font-size: 20px;
        }
.wfx-block3 {
            display: none;
            font-size: 20px;
        }		
.details-specification-content ol li {
    font-family: 'Open Sans',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    color: #4A4A4A;
}
.details-specification-content ul li {
    font-family: 'Open Sans',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    color: #4A4A4A;
	list-style: disc;
    padding-bottom: 11px;
}
.details-specification-content ol li strong{
    font-family: 'Open Sans',sans-serif;
    font-style: normal;
    font-weight: 700;
	padding-top: 40px;
	padding-top: 20px;
    font-size: 17px;
    line-height: 28px;
    color: #4A4A4A;
	
}
.details-specification-content h2 strong{
    font-family: 'Open Sans',sans-serif;
    font-style: normal;
    font-weight: 700;
	padding-top: 40px;
    color: #4A4A4A;
	
}
.pad-sec{padding:60px;}
.text-link--primary {
    color: #F18747;padding-top:32px;}
.text-link {
    font-size: 14px;
    line-height: 26px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    display: inline-block;
    -webkit-transition: all .6s cubic-bezier(.2, .59, .21, .6);
    -o-transition: all .6s cubic-bezier(.2, .59, .21, .6);
    transition: all .6s cubic-bezier(.2, .59, .21, .6);
	display:flex;
	align-items:center;
}	
.icon-link {
    position: relative;
    font-size: 18px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.icon-right-arrow:hover, .text-link:hover .icon-link {
    -webkit-transform: translateX(6px);
    -ms-transform: translateX(6px);
    transform: translateX(6px);
    -webkit-transition: all .6s cubic-bezier(.2, .59, .21, .6);
    -o-transition: all .6s cubic-bezier(.2, .59, .21, .6);
    transition: all .6s cubic-bezier(.2, .59, .21, .6);
}
.ml-3 {
    margin-left: 1rem !important;
}
.table-content {
    padding: 21px 21px 21px;
    -webkit-border-radius: 16px;
    border-radius: 10px;
	background: #FFFFFF;
	border: 1px solid #D1D1D1;
}
.table-content__h1 {
    margin-bottom: 12px;
}
.clr-o--light {
    color: #000!important;
}

.fnt-24 {
    font-size: 21px;
}
.fnt-700 {
    font-weight: 700;
}
.table-content__item a {
    font-weight: 500;
    color: #000;
	font-size: 15px;
	line-height: 20px;
}
.table-content__item:not(:last-child) {
    margin-bottom: 8px;
}
ul.table-content__list {
    margin: 0px;
    padding: 0px;
}
h2.fnt-24.clr-w.mb-2.mb-md-3.fnt-700 {
    padding-top: 41px;
}
.pt-51{margin-bottom:21px;}

#sidebar.fixed {
    position: fixed;
    top: 0;
    width: 24.3%;
}
.table-content__item.active::before {
    position: absolute!important;
    content: ""!important;
    left: -23px!important;
    height: 100%!important;
    width: 4px!important;
    background: #01B9CA!important;
    -webkit-border-radius: 2px!important;
    border-radius: 2px!important;
}
.table-content__item.active {
    position: relative;
}
.table-content__item.active a {
    font-weight: 600;
    color:#01B9CA !important;
}
.table-content__item a:hover {
    color: #01B9CA;
}
li.table-content__item.active {
    background-color: #ededed2e!important;
    box-shadow: 1px 2px 1px 1px #edededed!important;
    border-radius: 4px!important;
    padding-left: 10px!important;
}

#sidebarWrap {
      position: relative;
      box-shadow: none;
      border: none;
      margin: 0;
      padding: 0;
    }   
    #sidebar {
      position: absolute;
    }
    #sidebar.fixed {
      position: fixed;
      top: 0;
      width: 24.3%;
    }
	@media (min-width: 768px){
.d-md-block {
    display: block!important;
	}}
	.d-none {
    display: none!important;
}
    /* white paper section */

    .white-paper-container{
        background: linear-gradient(178.99deg, #01A0C5 -5.97%, #01CACE 101.66%);
        border-radius: 16px;
    }
    .white-paper-container h3{
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 30px;
        line-height: 40px;
        letter-spacing: -0.3px;
        color: #FFFFFF;
    }
    .white-paper-container p{
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 40px;
        letter-spacing: -0.3px;
        color: #FFFFFF;
    }
    .white-paper-content-left{padding: 64px 0px 60px 66px;}
    .submit-orange{
        background: linear-gradient(111.14deg, #EFA249 1.52%, #F47546 95.76%);
        border-radius: 5px;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 123.68%;
        color: #FFFFFF;
        padding:15px;
    }
    .white-paper-form{
        padding:74px 40px 20px 0px;
    }
    .form-control{padding:10px !important;}
    .form-check{
        padding-top:15px;
        padding-bottom:20px; 
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.3px;
        color: #FFFFFF;
    }
    .form-check-input:checked {
    background-color: #EFA249;
    border-color: #F47546;
   }

   .checkmark {
    display:flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid white;
    height: 15px;
    width: 15px;
    background: white;
    margin-right:10px;
 }
 .checkmark img{width: 7px; height:7px;}
.verify-mark{align-items: center;justify-content: center;}
.pad-last{padding-bottom:50px; background-color: #f5f5f5;}
.white-paper-form p, .white-paper-form label{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: -0.3px;
    color: #FFFFFF;
}
.white-paper-form .form-check {text-align: left;}
.tag-section{padding-bottom:4rem !important; }
/* responsive css */
@media only screen and (max-width: 768px)
{
    .white-paper-container h3 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 34px;
    letter-spacing: -1.3px;
    color: #FFFFFF;
    text-align: center;
}
.white-paper-content-left {
    padding: 39px 16px 0 16px;
}
.white-paper-container p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: -0.3px;
    color: #FFFFFF;
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
}
.white-paper-form {
    padding: 56px 14px 36px 18px;
}
.submit-orange {width:100%;}
.white-paper-form p, .white-paper-form label{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: -0.3px;
    color: #FFFFFF;
}
.white-paper-form .form-check {text-align: left;}

}
h4.wp-block-heading {
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
}
h4.wp-block-heading strong{
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
}
h3.wp-block-heading strong{
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
}
h3.wp-block-heading{
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
}
h4, h3 strong{
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
}
h4 strong {
    font-weight: 700;
}
p strong {
    font-weight: 700;
}
strong{font-weight:700;}
ul.col-md-12.content-res {
    padding-left: 0px;
}
.card-body {
    flex: 1 1 auto;
    padding: 10px 1rem 1rem;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius);
}
a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.table-content__item a:active {
    font-weight: 600;
    color:#01B9CA !important;
}
#sidebar.fixed {
    position: fixed;
    top: 81px;
    width: 24.3%;
}
@media (max-width: 768px) {
.table-content{display:none;}}


.tag-section .card-container:hover .card img{
max-width: 100%;
    height: auto;
    transform: scale(1.05) rotate(2deg);
opacity: .8;
border-radius: 10px;
background-color: #FFFFFF00;
box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
padding: 0px 0px 0px 0px;
}

.tag-section .card-container .card img{
display:block;
transition: all .4s ease;
    width: 100%;height:100%;}
   
   .tag-section .card {
    position:relative;
    background: #FFFFFF;
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    height: 100%;
    overflow: hidden!important;
}
.details-specification-content p img {
    height: auto;
    width: 100%;
}
p.card-text.new {
    margin-top: 20px!important;
}
.details-specification-content ol li {
    padding-top: 30px;
}
a.text-link.text-link--primary.read-moree {
    margin-top: -7px;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}
input::placeholder {
    color: #959595!important;
    font-family: 'Open Sans';
    font-size: 12px;
}
.details-cards-sec .card-container .card img {
    display: block;
    transition: all .4s ease;
    width: 100%;
    height: 100%;
}
.details-cards-sec .card-container:hover .card img {
    max-width: 100%;
    height: auto;
    transform: scale(1.05) rotate(2deg);
    opacity: .8;
    border-radius: 10px;
    background-color: #FFFFFF00;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
    padding: 0px 0px 0px 0px;
}
.overhidden{overflow:hidden; height;260px; }
.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0em; 
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 12px;
    font-weight: normal;
    display: block;
}
.white-paper-form .form-check {
    text-align: left;
    margin-left: -20px;
}
@media screen and (min-width:768px) and (max-width:1023px){
/* index page start */


}