

.suportloanbox {
    width: 50%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0px 12px 110px -6px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 30px;
    position: relative;
    border: 1px solid #8a0f3d;
}

.suporticonbox {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.suporticonbox:nth-child(even) {
    background-image: linear-gradient(90deg, rgba(137,13,106,1) 21%, rgba(193,29,152,1) 53%, rgba(193,29,152,1) 74%, rgba(137,13,106,1) 93%);
    background: #032b52;
    color: #fff;
}
.suporticonbox:nth-child(even) .title {
    -webkit-text-fill-color: initial;
    color: #fff;
}
.section_title {
    font-size: 130%;
   /*  font-family: 'Khand', sans-serif; */
    font-weight: 500;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    color: #8a0f3d;
    
            background: linear-gradient(90deg, rgba(137,13,106,1) 21%, rgba(193,29,152,1) 53%, rgba(193,29,152,1) 74%, rgba(137,13,106,1) 93%);
            background-repeat: no-repeat;
            background-size: 100% 4px;
            background-position: bottom;
}
.section_title_list {
    color:#000;font-size: 110%;
   /* font-family: 'Khand', sans-serif; */
}


.suportloanbox .title {
    font-size: 120%;
    font-weight: 500;
    text-transform: capitalize;
      /*   font-family: 'Khand', sans-serif; */
    color: #7e0baf;
}


@media screen and (max-width: 600px) {
.suportloanbox {
    width: 100%;
} 
 }


 .services{
    display:flex;
    flex-wrap:wrap;
    flex-direction:row;
}
.single-service{
    flex-basis:280px;
    text-align:center;
    padding:40px;
    position:relative
}
.single-service:nth-child(1):before, .single-service:nth-child(1):after,.single-service:nth-child(2):before, .single-service:nth-child(2):after,.single-service:nth-child(3):before, .single-service:nth-child(3):after{
    content:"";
    position:absolute;
    width:80px;
    height:2px;
    background-color:#ff7720;
    right:-40px;
    bottom:-2px;
    z-index:1
}
.single-service:nth-child(1):after, .single-service:nth-child(2):after,.single-service:nth-child(3):after{
    transform:rotate(90deg)
}

.single-service:nth-child(1), .single-service:nth-child(2){
    border-bottom:1px solid #ddd;
    border-right:1px solid #ddd;
}

.single-service:nth-child(3){
    border-bottom:1px solid #ddd;
    border-right:1px solid #ddd;
}
.single-service:nth-child(4), .single-service:nth-child(5), .single-service:nth-child(6), .single-service:nth-child(7), .single-service:nth-child(8){
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
}

.service-icon{
    position:relative;
    margin-bottom:50px;
}
.service-icon:before{
    content:"";
    position:absolute;
    width:60px;
    height:60px;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%) rotate(45deg);
    /*background-color:#ff7720; */
    z-index:-1;
    transition:.3s
}
.single-service:hover .service-icon:before{
    border-radius:50%;
    background-color:#dedede;
}

.service-icon i{
    color:#fff;
    font-size:22px;}
}
.single-service h4{
    font-size:24px;
    text-transform:capitalize;
    margin-bottom:20px;
}

.accordion {
  border: none;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  font-size: 15px;
  transition: 0.4s;
  background: #032b52;
  /*background-image: linear-gradient(90deg, rgba(137,13,106,1) 21%, rgba(193,29,152,1) 53%, rgba(193,29,152,1) 74%, rgba(137,13,106,1) 93%);
  */font-size: 80%;
  font-family: 'Khand', sans-serif;
  color:white;
  font-weight: bold;
  border-bottom:1px solid #c6ffdd!important;
}

.activetab, .accordion:hover {
  background-color: #173f66;
 
 
}

.accordion:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;

  
}

.activetab:after {
  content: "\2212";
  border: none;

}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
 width:100%;
 border-left: 1px solid #f7797d;
 border-right:1px solid #c6ffdd;
}


.pagesubheading{
/* background-image: linear-gradient(90deg, rgba(137,13,106,1) 17%, rgba(193,29,152,1) 47%, rgba(137,13,106,1) 81%); */
background:#032b52;
text-align: center;

}
