<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
section.content-pages {
  padding-bottom: 0px;
}

.list2 li {
    list-style: outside none none;
    margin: 0;
    padding: 3px 0 3px 25px;
    position: relative;
    text-align: left;
    font-size: 14px;
    color: #333;
    background-image: none !important;
  }

  .list2 li::before {
    color: #2bc5be;
    content: "\f0a4";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 4px;
    font-weight: 600;
  }

  .btn-grp {
    margin-top: 20px;
}

  .btn-grp p {
    margin-bottom: 6px !important;
    font-size: 15px;
  }


  .content-pages ul {
    padding-left: 0px !important;
  }

  .ub_table-of-contents {
    transition: all .5s ease-in-out;
    background-color: #fafafa;
    border: 1px solid #dfdfdf;
    padding: 15px;
    /* margin-top: 20px; */
    margin-bottom: 20px;
    display: grid;
  }

  .btn-group-sm&gt;.btn,
  .btn-sm {
    padding: 11px 20px;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 2px;
    font-size: 14px;
    width: 100%;
  }

  .content-pages ul ul {
    margin-bottom: 15px;
    padding-left: 32px;
    list-style-type: none;
    margin-top: 15px;
  }

  .content-pages ul li:last-child {
    /* margin-bottom: 0; */
  }

  .content-pages ul li {
    padding-left: 20px;
    background-image: url(/cat-mba/images/tick.png);
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: left 6px;
    margin-bottom: 10px;
  }

  h2 {
    margin-bottom: 10px;
    font-weight: bold;
    margin-top: 20px;
    font-size: 26px;
  }

  h3 {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  h5 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .exam-pragraph {
    padding-bottom: 0px !important;
  }

  .form-content input[type="submit"] {
    font-size: 13px !important;
  }

  a.cta-btn {
    background-color: #ff6637;
    font-size: 15px !important;
    white-space: inherit;
    border-color: #ff6637;
    outline: #ff6637;
    width: 400px;
}

  a.cta-btn:hover {
    background-color: #ff6637;
    border-color: #ff6637;
    outline: #ff6637;
  }

  .notficationcont {
    background-color: crimson;
    color: #fff;
    text-align: center;
    letter-spacing: 0.3px;
    font-size: 15px;
    padding: 7px 0;
  }

  .notficationcont p {
    margin: 0;
  }

  .notficationcont a {
    background-color: #ff692e;
    color: #fff;
    margin-left: 10px;
    padding: 3px 15px;
  }

  .arrowlist-none li {
    background-image: inherit !important;
  }

  @media (max-width: 768px) {

  .btn-grp {
    text-align: center;
}

a.cta-btn {  width: 100%;}

  }

  /* faq block start */

  section.faq-block {
    padding-bottom: 50px;
}

.accordion-panel{
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 0;
}

.accordion-panel .panel {
width: 100%;
margin-bottom: 0px !important;
box-shadow: inherit;
padding: 0;
border: none;
}

.accordion-panel .panel-default&gt;.panel-heading {
color: #333;
background-color: #fff;
border-color: #ffff;
padding: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.accordion-panel .panel + .panel {
  margin-top: 0px;
}
.accordion-panel .panel-default&gt;.panel-heading a {
display: block;
padding: 15px 15px 15px 15px;
box-shadow: inherit;
position: relative;
border-top: 1px solid #e2e2e2;
font-size: 15px;
}

.accordion-panel .panel-default&gt;.panel-heading a:after {
  content: "\f0d8";
  position: absolute;
  top: 10px;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;    
  right: 15px; 
  font-size:15px; 
  color:#2B2B2B;
}

.accordion-panel .panel-default&gt;.panel-heading a[aria-expanded="true"] {
  background-color: #fff;
  
}

.accordion-panel .panel-default&gt;.panel-heading a[aria-expanded="true"]:after {

/*  -webkit-transform: rotate(180deg);
transform: rotate(180deg);*/
}

.accordion-panel .panel-default&gt;.panel-heading a[aria-expanded="false"]:after {
content: "\f0d7";
/*  -webkit-transform: rotate(90deg);
transform: rotate(90deg);*/
}

.accordion-panel h4.panel-title{
font-weight: 500;font-size:18px;
}

.accordion-panel h4.panel-title a{
  text-decoration: none!important;
}

.accordion-panel .arrow-list{
padding-left:0;
}

.accordion-panel .arrow-list li i{
margin-right:4px;
}

.accordion-panel .panel .panel-body{
background-color: #fff;
  border: 0;
  padding:15px 15px;
  -webkit-box-shadow:inherit;
  box-shadow:inherit;
}


/* faq block close */</pre></body></html>