@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
}
body{
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #555;
}
h1,h2,h3,h4,h5,h6{
    margin-bottom: 15px;
    color: #222;
}
p {
    margin-bottom: 10px;
}
a{
    text-decoration: none;
}
.w-70 {
    width: 70%;
}
.m-auto{
    margin: 0 auto;
}
.text-blue{
    color: #1b6ac1 !important;
    display: inline-block;
    margin-bottom: 15px !important;
}
.text-red{
    color: #ec3237 !important;
}
.m-t-10px{
    margin-top: 10px;
}
.m-t-15px{
    margin-top: 15px;
}
.m-t-20px{
    margin-top: 20px;
}
.m-t-25px{
    margin-top: 25px;
}
.m-t-30px{
    margin-top: 30px;
}
.mt-20{
    margin-top: 20px;
}
.mb-20{
    margin-bottom: 20px;
}
.text-center{
    text-align: center;
}
header {
    padding: 10px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0px;
    background: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    z-index: 999;
}
.extra-logo img {
    height: 30px;
}
header .email {
    height: 70px;
    display: flex;
    align-items: center;
    color: #222;
    font-size: 18px;
    font-weight: 500;
}
header .email .icon {
    margin-right: 10px;
    border: 1px solid #ddd;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #1b6ac1;
}
header .email .dscb small{
    display: block;
    color: #555;
    font-weight: 400;
}
.header{
    text-align: center;
    padding: 30px 0px;
}


.container {
    width: 950px;
    margin: 0px auto;
}
.content-head {
    background: #f3f7fc;
    padding: 30px 10px;
    text-align: center;
    margin-bottom: 50px;
}
.content-head.search-header {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.content-head h2 {
    margin-bottom: 16px;
    font-size: 30px;
}
.content-head p {
    margin-bottom: 15px;
    font-size: 28px;
    color: #222;
}
.content-head h4{
    margin-bottom: 0px;
}
.single-content-box {
    padding: 0px 0px 50px;
}

.card-list {
    display: flex;
}
.card-list li .img {
    border: 1px solid #ddd;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
    height: 222px;
}
.card-list li .img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.card-list li {
    list-style: none;
    width: calc(100% / 4);
    margin-right: 30px;
    text-align: center;
}
.card-list.three-box li {
    width: calc(100% / 3);
}

.card-list li:last-child {
    margin-right: 0px !important;
}

.card-list.one-col {
    text-align: center;
    display: block;
}

.card-list.one-col li {
    width: 100%;
    display: inline-block;
}

.card-list.one-col li .img {
    height: 500px;
}

.card-list.one-col li .img img {
    max-width: 80%;
    max-height: 80%;
}

.card-list.two-col li {
    width: calc(100% / 2);
    margin-right: 30px;
}
.card-list.two-col.mid {
    width: 55%;
    display: inline-flex;
    justify-content: center;
}

.card-list.two-col.mid li .img {
    height: 510px;
}

.card-list.three-col li {
    width: calc(100% / 3);
    margin-right: 30px;
}
.card-list.three-col li .img {
    height: 348px;
}
.card-list.three-col li .download-btn {
    top: -45px;
    position: relative;
    width: 60%;
    display: inline-block;
}
.card-list.three-col li .download-btn img {
    width: 100%;
}
.card-list.three-col li .img p {
    margin-top: 18px;
    color: #222;
    font-weight: 500;
}

.card-list.three-col.mid.m-t-10px {
    display: inline-flex;
    width: 80%;
}
.card-list.three-col.mid li .img {
    height: 480px;
}
.card-list.eight-col {
    margin-left: 20px;
}
.card-list.eight-col li {
    margin-right: 10px;
}
.card-list.eight-col li .img {
    height: 235px;
    border-radius: 12px;
}
.procode-list p {
    display: flex;
}
.procode-list p span {
    margin-right: 5px;
}
.list {
    padding-left: 16px;
    margin-bottom: 30px;
}
.list li {
    margin-bottom: 5px;
}
.list-number {
    margin-top: 10px;
    counter-reset: item 
}
.list-number li {
    margin-bottom: 15px;
    display: block;
}
.list-number li:before { 
    content: counters(item, ".") ". "; 
    counter-increment: item ;
    color: #1b6ac1;
    font-weight: 600;
}
.card-list-alternative li {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.card-list-alternative li .img {
    border: 1px solid #ddd;
    border-radius: 16px;
    overflow: hidden;
    margin-right: 50px;
}
.card-list-alternative li .img img {
    width: 100%;
}
.card-list-alternative li div {
    width: calc(100% /2 );
}

.card-list-alternative li:nth-child(even) .img {
    margin-left: 50px;
}
.card-list-alternative li:nth-child(even) .dscb {
    text-align: right;
}
.list li:before, 
.card-list-alternative li:before, 
.card-list li:before {
    display: none;
}

.list-number.faq-box .text-blue {
    margin-bottom: 5px !important;
}
.list-number.faq-box li {
    margin-bottom: 20px;
}
.list-number.faq-box li::before {
    color: #222;
}
.list-number.faq-box h4 {
    display: inline;
}
.list-number.faq-box li p {
    padding-left: 16px;
    margin-top: 10px;
}

.res-list {
    display: flex;
    margin-bottom: 15px;
}
.res-list .res-title {
    width: 150px;
}
.res-list .res-dscb span {
    display: block;
    margin-bottom: 10px;
}

.content-footer {
    border-top: 1px solid #e4f0ff;
    padding: 50px 0px 30px;
    text-align: center;
}

.content-footer .logo {
    margin-bottom: 15px;
    display: inline-block;
}

.menu-link-hint {
    margin-top: 20px;
    font-size: 14px;
    color: #555555;
}
.menu-link {
    text-align: center;
    display: inline-block;
    border: 1px solid #1b6ac1;
    border-radius: 46px;
    margin-top: 10px;
}

.menu-link a {
    display: inline-block;
    padding: 15px;
    border-radius: 46px;
    width: 150px;
}

.menu-link a.active {
    background: #1b6ac1;
}

.menu-link a.active h4 {
    color: #fff;
}

.card-list-alternative.download-qig-box li .img{
    text-align: center;
}
/* .card-list-alternative.download-qig-box li .img img {
    width: 50%;
} */

.btn{
    text-align: center;
    display: inline-block;
    background: #1b6ac1;
    border-radius: 46px;
    padding: 10px 15px;
    transition: 1s;
    color: #fff;
    margin: 25px 10px 0 0;
}
.card-list-alternative li:nth-child(even) .dscb .btn {
    margin: 20px 0px 0px 10px;
}
.card-list-alternative li:nth-child(even) {
    flex-direction: row-reverse;
}
.btn i {
    padding-right: 5px;
}

.search-box {
    background: #f3f7fc;
    padding: 30px;
    margin-bottom: 40px;
    position: sticky;
    top: 70px;
}
.search-box .form-group{
    max-width: 600px;
    margin: 0 auto;
}
.search-box .form-control {
    height: 45px;
    width: 100%;
    border-radius: 50px;
    padding: 5px 10px;
    border: 1px #ccc solid;
    font-size: 15px;
    box-shadow: 0px 0px 9px #d0dded;
}

input:focus-visible,
input:focus-visible {
    outline: 1px solid  #9ac9fd;
  }
  .no-record-found {
    height: calc(50vh - 170px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.no-record-found-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.no-record-found i.fas.fa-search {
    margin-bottom: 16px;
    font-size: 25px;
    width: 80px;
    height: 80px;
    background: #d9d9d9;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 50px;
}
.no-record-found h4 {
    font-size: 20px;
}
.img-thumbnail {
border: 1px solid #ddd;
border-radius: 16px;
overflow: hidden;
margin-bottom: 15px
}

/*==  Start Alexa img====*/
  .card-list.alexa-card {
    justify-content: center;
}

.card-list.alexa-card li .img {
    height: 100px;
    padding: 10px;
    border: 0;
}
/*==  End Alexa img====*/

.list-box{
    list-style: none;
}
/*==== Table box========*/
.table{
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}
.table td {
    font-size: 14px;
}
.table td, table th {
  border: 1px solid #ddd;
  padding: 10px;
}

.table.device-hardware-table td:nth-child(1), .table.device-hardware-table th:nth-child(1){
width: 5%;
}
.table td:nth-child(1), .table th:nth-child(1){
width: 35%;
}
.table tr:nth-child(even)
{background-color: #f2f2f2;}

.table tr:hover {background-color: #ddd;}

.table th {
  padding: 14px 10px;
  text-align: left;
  background-color: #1b6ac1;
  color: white;
}
/*==== Table box========*/

.list-lower-alpha {
    list-style-type: lower-alpha;
    padding-left:16px;
    margin: 30px 0;
}
.card-list.install-process.two-col.mid {
    width: 100%;
}
.card-list.install-process.two-col.mid .img {
    height: 270px;
    margin-top: 30px;
}

.list-lower-alpha li::marker{
    color: #1b6ac1;
}
/* .card-list.install-process.two-col.mid img {
    width: 100%;

} */
.card-list.install-process.two-col.mid li {
    list-style: none;
}

.card-list.under-box-img {
    flex-wrap: wrap;
}
.card-list.under-box-img li {
    width: calc(25% - 30px);
}

.list-style-bullet li{
    list-style-type: circle;
}
.list-number li .list.list-style-bullet li {
    list-style-type: disc;
    display: list-item;
}

.list-number li .list.list-style-bullet li .card-list li {
    list-style: none;
}