.SubscribeDepart__deplogo {
    align-items: flex-start!important;
}
.SubscribeDepart__deplogo
{
  margin-bottom:1rem!important;
}
.Header__logotxt{
  position: relative!important;
  top: -4px
    !important;
  font-size: 1.5rem!important;
}
@media only screen and (max-width:768px){
.articleDetail iframe[sandbox="allow-scripts allow-forms allow-same-origin allow-presentation allow-popups allow-downloads"],
.communityDetail iframe[sandbox="allow-scripts allow-forms allow-same-origin allow-presentation allow-popups allow-downloads"]{
  width:100% !important;
  height: 190px;
}
}
/*Strip Banner*/
.indcbanner_container {
    padding:10px 0px;
    background-color: #2469FF;
    background-image: url('https://desk.zoho.com/support/ImageDisplay?downloadType=uploadedFile&fileName=1757674069114.png&blockId=edbsn6a3d44e041a54cd3e7adced4af2d23160230ab22f18dacfca3e38345cb3d1ded&zgId=edbsn418eb7d9b2dab592a1a833d4333c75fd&mode=view');
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
  	z-index:1;
  	width:100%;
    font-size:16px;
}
.indcbanner_description {
    color: #fff;
    font-weight: 600;
    line-height: 24px;
}
.indcbanner_subcontainer {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
}
.indcset_img {
    width: 18px;
    height: 18px;
}
.indcbanner_button {
    border-radius: 4px;
    box-shadow:0px 2px 2px #555;
	padding:0px 8px;
    margin-left: 16px;
    background-color: #fff;
    color: #000;
    font-weight: 600;
}
.indcdottedline_img {
    position: absolute;
    width: 110px;
    height: 35px;
    right: auto;
    left: -107px;
    top: 2px;
}
.indcmigrationbanner{
 background-color:#2469FF;
  color:#fff;
  font-size:16px;
  font-weight:bold;
  padding:9px 0px;
  text-align:center;
  width:100%;
  z-index:1;
}
.indcmigrationbanner a{
 color:#fff; 
  text-decoration:underline;
  line-height:160%;
}

@media only screen and (max-width: 930px){
  .indcdottedline_img,.indcset_img{ display:none;}
  .indcbanner_container{ flex-wrap:wrap;}
  .indcbanner_button{margin-top:5px;}
  .indcbanner_subcontainer{text-align:center}
}
/*Strip Banner*/

