body,h1, h2, h3, h4, h5 { font-family: "Segoe UI", Helvetica, sans-serif !important;}
.content-wrapper {padding: 0 20px;max-width: 1355px;margin: 0 auto;}
img {border: 0;height: auto;max-width: 100%;}

.support_breadcrumbs .content-wrapper {
    padding: 0 20px;
    max-width: 1355px !important;
    margin: 0 auto;
    height: 100%;
}

.support_breadcrumbs {
    background: #f4f7fc;
    height: 41px;
    line-height: 37px;
}

.support_breadcrumbs ol {
    display: flex;
    list-style: none;
    align-items: center;
    height: 100%;
    padding: 0;
    margin: 0;
}

.support_breadcrumbs ol li a,
.support_breadcrumbs ol li {
    color: #313131;
    font-size: 13px;
    line-height: 28px;
    font-weight: 500;
}

.support_breadcrumbs ol li .icon-angle-right:before {
    content: "";
    margin: 0 15px 0 15px;
    color: #000;
    font-size: 14px;
    background: url(/template/default/images/support_breadcrumbs_arrow.png) no-repeat;
    width: 6px;
    height: 10px;
    display: inline-block;
    background-size: 6px;
}

.has-icon {
    position: relative;
    /* padding-left: 18px; */
}

.has-icon::before {
    /* content: "›"; 
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px; */
    content: "";
    margin: 0 15px 0 15px;
    color: #000;
    font-size: 14px;
    background: url(/template/default/images/support_breadcrumbs_arrow.png) no-repeat;
    width: 6px;
    height: 10px;
    display: inline-block;
    background-size: 6px;
}



.disclaimer_main{
  background-image: -moz-linear-gradient( 90deg, rgb(0,117,207) 0%, rgb(41,159,233) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(0,117,207) 0%, rgb(41,159,233) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(0,117,207) 0%, rgb(41,159,233) 100%);
  height: 350px;
text-align: center;
}

.disclaimer_main h1{
    padding-top: 150px;
    font-size: 54px;
    color: #fff;
    font-weight: bold;
    margin: 0px;
    padding-bottom: 30px; line-height: 1.28571429em;
}

.disclaimer_main p{
    font-size: 20px;color: #fff;font-weight: 600;
}


.disclaimers_box {
  border: 1px solid rgb(218, 231, 239);
  border-radius: 10px;
  background: rgb(255, 255, 255);
  box-shadow: 0px 0px 15px 0px rgba(47, 98, 140, 0.14);
  /* width: 511px; */
  height: 89px;

      display: flex;
    gap: 15px;
      padding: 20px 30px 20px 20px;
}

.disclaimers_box img{
    height: 26px;width: 26px;min-width: 26px;    margin: 3px 0 0 0;
}

.disclaimers_intro_ways {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 1040px;
}

.disclaimers_intro {
    display: inline-block;width: 100%;
    text-align: center;padding: 40px 0 60px;
}
.disclaimers_intro h2{ font-size: 54px;color: #1e1e1e;font-weight: bold;    margin: 0 0 60px 0;line-height: normal;}
.disclaimers_intro h2 span{background-image: linear-gradient(#89CBF7, #0065D0); -webkit-background-clip: text;-webkit-text-fill-color: transparent;}

.disclaimers_box p{
        text-align: justify;    font-size: 16px;
    color: #1e1e1e;
    line-height: 24px;
}.step_guide_user_manual {
    margin-top: 50px;    display: flex;
    justify-content: center;
    gap: 15px;
}


.step_guide_user_manual a:first-child {
  background-image: -moz-linear-gradient( 90deg, rgb(0,117,207) 0%, rgb(41,159,233) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(0,117,207) 0%, rgb(41,159,233) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(0,117,207) 0%, rgb(41,159,233) 100%);
  width: 200px;
  height: 42px;line-height: 40px;border-radius: 40px;
 font-size: 16px;color: #fff;font-weight: 600;
}
.step_guide_user_manual a:first-child:hover{
        background-image: -webkit-linear-gradient(90deg, rgb(41, 159, 223) 0%, rgb(0, 117, 207) 100%);
}

.step_guide_user_manual a:last-child {
  border: 2px solid #24a6fd;
  background: rgb(255, 255, 255);
  width: 171px;
 height: 42px;line-height: 40px;
  /* z-index: 37; */
   font-size: 16px;border-radius: 40px;
  color: #0377d0;font-weight: 600;
}
.step_guide_user_manual a:last-child:hover{
    background: aliceblue;
}



.exchange-container.prod-exchange{
    display: inline-block;width: 100%;padding: 60px 0px 120px;
        background: url(/template/default/images/bg_stroke_effect.png), #eaf5fd;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /* background: #eaf5fd; */
}
.exchange-container.prod-exchange h2{
    font-size: 54px;color: #1e1e1e;font-weight: bold;text-align: center;margin: 0;line-height: normal;
}

.automated_main_steps {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;margin-top: 60px;
}

.automated_main_steps .exchange-box{

  border: 1px solid rgb(208, 230, 246);
  border-radius: 10px;
  background: rgb(255, 255, 255);
  box-shadow: 0px 11px 13px 0px rgba(47, 98, 140, 0.06);    padding: 25px;display: flex;
    gap: 30px;
  /* position: absolute;
  left: 174px;
  top: 1149px;
  width: 647px;
  height: 180px; */

}

.automated_main_steps .exchange-box h3{
    margin: 0;    font-size: 18px;
    color: #1e1e1e;
    font-weight: bold;
    padding-bottom: 20px;
}
.automated_main_steps .exchange-box p{
    text-align: justify;
    font-size: 16px;color: #1e1e1e;line-height: 24px;
}
.automated_main_steps .exchange-box span{
  border:1px solid rgb(218, 239, 254);
  border-radius: 8px;
  background: rgb(255, 255, 255);
  width: 55px;
  height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.automated_main_steps .exchange-box span img{
    height: 38px;width: 38px;
}



/* div#exchange-steps {
    display: none;
} */

#exchange-steps{
    padding: 60px 0px 20px;
}


#exchange-steps h2 {
    font-size: 54px;
    color: #1e1e1e;
    font-weight: bold;line-height: normal;margin-bottom: 16px;
    /* margin: 0; */
}

#exchange-steps p.exchange-intro{
    font-size: 16px;
    color: #1e1e1e;
    line-height: 24px;margin-bottom: 16px;
}

a.connector-rules-exch{
    border-radius: 10px;
    background: rgb(22, 150, 234);
    width: auto;
    height: 47px;
    font-size: 18px;
    color: #f3fafe;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    line-height: 47px;
    /* margin-top: 50px; */
    margin: 10px 0;
    padding: 0px 20px;
}
a.connector-rules-exch:hover {
    background: dodgerblue;
    color: #fff;
}
.exchange-holder li .accordion-content {
    display: none;
    padding: 20px;
    line-height: 2.5;
    border: 1px solid #b7daf0;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    background: #fff;
}.exchange-holder .accordion-title h3 {
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 5px;
      padding: 15px 40px;
    font-size: 16px;
    margin: 0;
    color: #000;
    position: relative;
    background: #fff;
    cursor: pointer;
    width: 100%;
    font-weight: 400;
}
.exchange-holder .accordion-title h3.icon-right-hand:before {
    display: none;
}

.exchange-holder .accordion li{position: relative;
    margin: 20px 0px;
}.exchange-holder .accordion-title h3:after {
    color: #1a2022;
    text-shadow: 0 1px 0 #fff;
    line-height: 18px;
    display: block;
    position: absolute;
    top: 16px;
    left: 15px;
    /* height: 16px;
    width: 16px; */
    font-family: fontello;
    /* content: "\ebaf"; */
    content: '' !important;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    webkit-border-radius: 3px;
    font-weight: 600;
    background: url(/template/default/images/central_plus_icon.png);
    background-repeat: no-repeat;
    height: 18px;
    width: 18px;

}.exchange-holder li.active .accordion-title h3:after{
        /* content: "\ebae"; */
        content: '' !important;
         background: url(/template/default/images/central_minus_icon.png);
    background-repeat: no-repeat;
    /* font-size: 14px; */
}

/* 
.freedemo-section {border: 1px solid rgb(208, 231, 253);border-radius: 15px;box-shadow: 0px 0px 29px 0px rgba(47, 98, 140, 0.13); 
    height: 320px;padding: 25px 0px 30px 30px;margin: 0px;
        background: #f9fcfe !important;
    box-shadow: none !important;
    display: flex;justify-content: space-between;}
.freedemo-section .three_fourth {width: 74.5%;}
.freedemo-section .one_fourth {width: 23.5%;} */

.main-footer {border-top: 1px solid rgb(218, 232, 240);}
/* 
@media only screen and (max-width:1280px) {
.freedemo-section .freedemo-head br,.freedemo-section .freedemo-content br {display:none;}
}

@media only screen and (max-width:1170px) {
.freedemo-section{height:auto !important;        padding-bottom: 0px !important;}
.freedemo-section .one_fourth{margin:0px !important;}
.freedemo-section .one_fourth img{
        margin: 0px 0 -6px -15px;
}
}

@media only screen and (max-width: 1024px) {
.freedemo-section .freedemo-head{font-size:35px !important}
.features-holder .feature-dropdown {display: block !important;border-radius: 5px;background-image: -webkit-linear-gradient(90deg, rgb(48 141 216) 0%, rgb(53 120 204) 100%) !important;font-size: 18px;font-weight: 400;}
.features-holder .features-content {display: flex; padding: 40px 0 20px;flex-direction: column;}
.features-holder .feature-right-section {width: 100%;padding: 10px 0px;}
.features-holder .feature-leftmenu {border-right: none;width: 100%;border: none;padding: 0px;}
.feature-container .feature-title{padding-top:100px;}
}

@media only screen and (max-width: 980px) {
.feature-container .feature-header { height: auto;padding-bottom: 40px;}
.feature-container .feature-title { font-size: 45px;}
.freedemo-section{padding:20px !important;}
.freedemo-section .one_fourth {display: none;}
.freedemo-section .three_fourth {width: 100%;}
}

@media only screen and (max-width: 768px) {
.freedemo-section .three_fourth { width: 100% !important;}
.feature-container .feature-title {font-size: 40px;}
.feature-container .feature-subtxt{padding:10px 0px;text-align:justify;}
.feature-right-section .manual-holder h2:first-child{text-align:left !important; font-size: 28px !important;}
.freedemo-section .freedemo-head{ font-size: 30px !important;line-height:normal !important;}
.freedemo-section .freedemo-button{width: auto !important; padding: 0px 15px !important;font-size: 16px !important;}
.home-demo-holder-new { padding: 30px 0 35px !important;}
.features-holder .features-content {display: flex;padding: 20px 0 20px;flex-direction: column;}
}

@media only screen and (max-width: 600px) {
.freedemo-section .freedemo-content{text-align:justify;}
.manual-block { margin-bottom: 0;}
.home-demo-holder-new {padding: 0px 0 35px !important;}
.freedemo-section .freedemo-head { font-size: 25px !important; line-height: normal;}
} */


@media only screen and (max-width:1170px){
.disclaimers_intro_ways{width: 100%;}
.disclaimers_box{height: auto;        min-height: 120px;}
.exchange-container.prod-exchange h2 br,.disclaimers_intro h2 br{display: none;}
.disclaimer_main{height: auto;        padding: 0px 20px 50px;}
.disclaimer_main h1 {
    padding-top: 100px;}
}

@media only screen and (max-width:980px){
    .automated_main_steps .exchange-box{flex-direction: column;}
    .exchange-container.prod-exchange{padding: 60px 0px;}
    .disclaimer_main h1,.disclaimers_intro h2,#exchange-steps h2,.exchange-container.prod-exchange h2{font-size: 45px;}
    .exchange-holder .accordion-title h3{height: auto;}
}
@media only screen and (max-width:767px){
        .exchange-container.prod-exchange,.disclaimers_intro {
        padding: 30px 0px;
    }
    .disclaimers_intro_ways {
    display: grid;
    grid-template-columns: repeat(1, 1fr);}
    .disclaimers_box {
        height: auto;
        min-height: auto;
    }
    .disclaimers_intro h2{margin-bottom: 30px;}
     .step_guide_user_manual{
    margin-top: 30px !important;
 }
}
@media only screen and (max-width:600px){
    .automated_main_steps {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    margin-top: 30px;
} .disclaimer_main h1,.disclaimers_intro h2,.exchange-container.prod-exchange h2,#exchange-steps h2{font-size: 40px !important;}
}

@media only screen and (max-width:480px){
    .disclaimer_main h1,.disclaimers_intro h2,.exchange-container.prod-exchange h2,#exchange-steps h2{font-size: 35px !important;}
}

@media only screen and (max-width:380px){
    .step_guide_user_manual {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-direction: column;
    align-items: center;
}
}

/* 24-1-26 */
.exchange-holder .accordion-content .bullet-arrow li::before {
    content: "\e835" !important;
    color: #4183c4 !important;
    line-height: normal;
}
.exchange-holder .accordion-content .bullet-arrow li::before{
    font-family: Fontello;
    position: absolute;
    top: 0px;
    left: 0;
}
ul.bullet-arrow {
    margin-left: 5px;
}
ul {
    list-style: none;
}


ul.bullet-arrow li{
    padding: 0 0 0 20px;
}
#getquotationbox,#connectorsuccesspopup{display: none;}
