
#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;
}


.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: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;
}
}

@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;
}
.sec-title {
    margin: 24px 0;
} 
.sec-title h2 {
    margin: 0;
    text-align: center;
}
/* AWS Logo */
.flex-grid {display: -ms-flexbox;display: -webkit-flex; display: flex;align-items:center;justify-content: center;}
.supported-aws > .col > a > p {
    background: #f3f3f3;
    padding: 5px 10px;
    text-align: center;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    margin: 0px 0px !important;
    color: #444;
}
.supported-aws {
    flex-wrap: wrap;
    text-align: center;
    margin-top: 16px;
}
.supported-aws > .col {
    width: 125px;
    border: 1px solid #ebebeb;
    flex: none;
    border-radius: 6px;
    padding: 0;
    margin: 14px;
}
.supported-aws > .col > p {
    background: #f3f3f3;
    padding: 5px 10px;
    text-align: center;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.suptd-aws > span {
    display: inline-block;
    background: url(https://www.manageengine.com/products/applications_manager/images/aws-monitoring-sw-sprite.png) top center no-repeat;
    text-indent: -99999999999999999px;
    width: 48px;
    height: 48px;
    background-size: 450px;
    padding: 5px;
    margin: 16px 0;
}
.suptd-aws > span[brand="ec2"] {
    background-position: -11px -97px;
}
.suptd-aws > span[brand="s3"] {
    background-position: -70px -97px;
}
.suptd-aws > span[brand="lambda"] {
    background-position: -129px -97px;
}
.suptd-aws > span[brand="rds"] {
    background-position: -189px -97px;
}
.suptd-aws > span[brand="elb"] {
    background-position: -249px -97px;
}
.suptd-aws > span[brand="ebs"] {
    background-position: -304px -97px;
}
.suptd-aws > span[brand="dynamodb"] {
    background-position: -12px -155px;
}
.suptd-aws > span[brand="auroradb"] {
    background-position: -70px -155px;
}
.suptd-aws > span[brand="ecs"] {
    background-position: -129px -155px;
}
.suptd-aws > span[brand="sqs"] {
    background-position: -187px -155px;
}
.suptd-aws > span[brand="eks"] {
    background-position: -250px -155px;
}
.suptd-aws > span[brand="sns"] {
    background-position: -308px -155px;
}
    

.text-align-center{
  text-align: center;
}
.rhs-cont img {
  margin: 0 auto 15px;
}