
#itom-related-products h4 {
    font-weight: 700;
    margin: 10px 0 10px 0;
    color: #000;
}
#itom-related-products ul li {
    color: #444;
    border-top: 1px solid #eee;
    padding: 10px 0 10px 40px;
    font-size: 12px;
    line-height: 1.2em;
}
h4 {
    font-size: 16px;
    line-height: 20px;
	}
	#itom-related-products {
    margin-bottom: 20px;
}


em {
    font-style: italic;
}
#fixedbtn {
    position: fixed;
    right: 0;
    top: initial;
    bottom: 300px;
    z-index: 4;
}
#fixedbtn .demo {
    color: #fff!important;
    background: #34ad65;
    text-align: center;
    display: block;
    height: 90px;
    font-weight: 500;
    font-size: .75em;
    letter-spacing: -.1px;
    line-height: normal;
    vertical-align: middle;
    border-radius: 0;
    width: 60px;
    padding: 10px 16px 0;
    text-transform: capitalize;
}

.rhs-cont *:not(a) {
    color: #000;
}
ul.flx-row {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.flx-row {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}
.flx-row > li {
    width: calc(33.33% - 24px);
    background: #f5f7fc;
    padding: 16px !important;
    box-sizing: border-box;
    display: flex;
    gap: 24px;
    border-radius: 6px;
}
.flx-row > li img {
    width: 40px !important;
    height: 40px !important;
    border: 0;
    margin: 0;
    margin-top: 4px;
}
.flx-row > li > p {
    font-weight: 500;
    margin: 0;
}
.align-top {
    align-items: stretch;
}
.flx-row.align-top > li {
    display: block;
}
.flx-row.align-top > li > img {
    margin-bottom: 16px;
}
.flx-row.align-top > li > p > strong {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
}
.flx-row.align-top > li > p {
    font-weight: normal;
}
.swiper-container img {
    border: 1px solid #ddd;
    margin: 20px auto;
}
.swiper-slide .slide-cont {
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.swiper-button-next, .swiper-button-prev {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.rhs-cont img {
    border: 1px solid #ddd;
    display: block;
    margin: 0 0 15px;
}
/*================== accordian css */
.faqh {
    margin-right: 24px !important;
}
.add-on {
    font-size: 10px;
    font-weight: 600;
}
.red-star {
    color: #e07879
}
.windowsmonoTable td.padd-none {
    padding: 0 !important;
}
.bdr-none td {
    border: none !important;
    padding: 15px 0px !important;
}
.accordion_head.active {
    background: #F9F9F9;
    color: #85b536 !important;
}
.accordion_container {
    width: 100%;
}
.accordion_head {
    color: #09C;
    cursor: pointer;
    font-size: 14px;
    margin: 0 0 1px 0;
    padding: 12px;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 1px solid #efefef;
    position: relative;
}
.accordion_body {
    background: #F9F9F9;
    padding: 12px;
}
.accordion_body p {
    margin: 0px;
    margin-right: 32px !important;
}
.plusminus {
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 10px;
}
/*================== accordian css end */	
.banner .flex-row:before, .banner .flex-row:after {
    content: '';
    display: table;
    clear: both;
}
.flex-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 25px 0;
    flex-wrap: wrap;
    justify-content: center;
}
.flex-row .col {
    flex: 1;
    margin: 5px;
}
.counter-box {
    background: #fff;
    padding: 20px;
    margin: 10px 15px;
    position: relative;
    border-radius: 6px;
    text-align: center;
    min-height: 314px;
    border: 1px solid #ececec;
    transition: all 300ms ease;
}
.counter-box h1 {
    font-size: 24px;
    margin: 0;
    color: #6d64f6;
}
.counter-box:hover {
    border: 3px solid #f4f5fd;
    margin-top: -5px;
    transition: all 300ms ease;
    box-shadow: 0px 0px 24px #f4f5fd;
}
s .counter-box h3 {
    font-size: 46px;
    font-weight: 600;
    color: #2c9acd;
}
.border-top {
    border-top: 1px solid #f2f2f2;
}
.list {
    min-height: 202px;
}
a.custom-btn {
    background: #6d64f6;
    color: #fff;
    padding: 8px 24px;
    border-radius: 4px;
    font-weight: 600;
    display: inline-block;
}
a.custom-btn:hover {
    background: #645be0;
    text-decoration: none;
}
.custom-list li {
    margin-bottom: 10px;
}
.accordion_example2 {
    margin-top: 60px;
}
.accordion_in .acc_head {
    color: #09C!important
}
.accordion_in a:hover {
    text-decoration: none;
}
.acc_icon_expand {
    display: none!important
}

@media screen and (max-width:1200px) {
.flx-row > li {
    width: calc(50% - 24px);
}
}

@media screen and (max-width:767px) {
.flex-row {
    display: block;
}
.list {
    min-height: auto;
}
.counter-box {
    min-height: auto;
    margin: 20px 0px;
}
}

@media screen and (max-width:650px) {
a.custom-btn {
    padding: 8px 7px;
    font-size: 12px;
}
table.windowsmonoTable thead tr:first-child th {
    width: 5% !important;
}
.flx-row > li {
    width: calc(100% - 24px);
}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
.counter-box {
    min-height: 385px;
}
.list {
    min-height: 274px;
}
}

@media only screen and (min-width: 500px) and (max-width: 900px) {
.counter-box {
    min-height: 385px;
}
.list {
    min-height: 274px;
}
table.windowsmonoTable thead tr:first-child th {
    width: 16% !important;
}
}
/*========== End css ===========*/
	
.fw600 {
    font-size: 15px;
    font-weight: 600;
}
a.btn-style {
    margin: 10px 0px 10px;
}
.sub-head {
    background: #fbfbfb;
    display: block;
    padding: 10px 0px;
    margin-bottom: 0px;
    color: #424f55;
    border-bottom: 2px solid #f3f3f3;
}
em {
    font-style: italic;
}
table.windowsmonoTable td {
    vertical-align: middle;
    padding: 0.5em 1em;
}
.trn-strip {
    background: #466eb3;
    text-align: center
}
#adRhsLnk {
    display: none
}
.faqh {
    font-size: 18px;
    margin: 0;
}

.text-align-center{
  text-align: center;
}
.rhs-cont img {
  margin: 0 auto 15px;
}