.ul-content{
    margin-left:3%;
}
.sec-four{
    background: #e9fbff;
    padding: 3% 0%;
    margin: 3% 0;
}
.sec-four h2{
    color:#000;
    text-align: center;
}
.sec-four p{
    color:#000;
    text-align: center;
}
.iso-cer{
    background:#fff;
    text-align: center;
    width:23%;
    margin: 1%;
    border-radius: 25px 0px 25px 0px;
    padding: 15px;
    box-shadow: 3px 5px 10px 1px rgba(186,186,186,1);
}
.iso-cer p{
    font-weight: 900;
    font-size: 20px;
}
.iso-cer span{
    font-size: 16px;
}

.iso-cer:hover{
    box-shadow: none;
}

.benefits-iso{
    background: #e9fbff;
    padding: 30px;
    margin: 3% 0%;
    border-radius: 50px 0px 50px 0px;
}

.benefits-iso1{
    background: #e9fbff;
    padding: 30px;
    margin: 3% 1%;
    width: 31%;
    box-shadow: 3px 5px 10px 1px rgba(186,186,186,1);
    text-align: justify;
    height:390px;
}

.benefits-iso2{
    background: #e9fbff;
    padding: 30px;
    margin: 3% 1%;
    width: 31%;
    box-shadow: 3px 5px 10px 1px rgba(186,186,186,1);
    text-align: justify;
    height: 180px;
}
.benefits-iso1 p span{
    font-size: 60px;
    font-weight: 900;
    color: #602f0f;
}

.benefits-iso2 p span{
    font-size: 60px;
    font-weight: 900;
    color: #602f0f;
}

.benefits-iso1:hover{
    box-shadow: none;
}

.benefits-iso2:hover{
    box-shadow: none;
}
.approach-iso{
    background: #e9fbff;
    padding: 30px;
    margin: 3% 0%;
    border-radius: 50px 0px 50px 0px;
}

.approach-iso1{
    background: #e9fbff;
    padding: 30px;
    margin: 3% 1%;
    width: 31%;
    box-shadow: 3px 5px 10px 1px rgba(186,186,186,1);
    text-align: center;
    height:300px;
}
.approach-iso1:hover{
    box-shadow: none;
}

.trademark-iso{
    background: #e9fbff;
    padding: 30px;
    margin: 3% 0%;
    border-radius: 50px 0px 50px 0px;
}

.trademark-iso1{
    background: #e9fbff;
    padding: 30px;
    margin: 3% 1%;
    width: 31%;
    box-shadow: 3px 5px 10px 1px rgba(186,186,186,1);
    text-align: center;
    height:380px;
}
.trademark-iso2{
    background: #e9fbff;
    padding: 30px;
    margin: 3% 1%;
    width: 48%;
    box-shadow: 3px 5px 10px 1px rgba(186,186,186,1);
    text-align: center;
    height:420px;
}
.trademark-iso1:hover{
    box-shadow: none;
}
.trademark-iso2:hover{
    box-shadow: none;
}
.benefits-cer{
    background:#fff;
    text-align: center;
    width: 31%;
    margin: 0% 1%;
    border-radius: 25px 0px 25px 0px;
    padding: 15px;
    box-shadow: 3px 5px 10px 1px rgba(186,186,186,1);
    height:310px;
}
.benefits-cer p{
    font-weight: 900;
    font-size: 20px;
}
.benefits-cer span{
    font-size: 16px;
}

.benefits-cer:hover{
    box-shadow: none;
}
.benefits-cer1{
    background:#fff;
    text-align: center;
    width: 31%;
    margin: 3% 1%;
    border-radius: 25px 0px 25px 0px;
    padding: 15px;
    box-shadow: 3px 5px 10px 1px rgba(186,186,186,1);
}
.benefits-cer1 p{
    font-weight: 900;
    font-size: 20px;
}
.benefits-cer1 span{
    font-size: 16px;
}

.benefits-cer1:hover{
    box-shadow: none;
}
.duration-iso1{
    background: #e9fbff;
    padding: 30px;
    margin: 3% 1%;
    width: 31%;
    box-shadow: 3px 5px 10px 1px rgba(186,186,186,1);
    text-align: center;
    height:300px;
}
.duration-iso2{
    background: #e9fbff;
    padding: 30px;
    margin: 3% 1%;
    width: 48%;
    box-shadow: 3px 5px 10px 1px rgba(186,186,186,1);
    text-align: center;
    height:250px;
}
.duration-iso1:hover{
    box-shadow: none;
}
.duration-iso2:hover{
    box-shadow: none;
}
.call-to{
    background: #ee292e;
    color: #fff;
    padding: 40px 0px;
    margin: 3% 0%;
}
.call-to a{
    margin: 10% 5%;
    border: 2px solid #fff;
}
@media screen and (min-width:320px) and (max-width:767px) {
    .benefits-iso1{
        width: 90%;
        margin: 3% 5%;
        height: 100%;
    }
    .benefits-iso2{
        width: 90%;
        margin: 3% 5%;
        height: 100%;
    }
    .iso-cer{
        width: 90%;
        margin: 3% 5%;
    }
    .approach-iso1{
        width: 90%;
        margin: 3% 5%;
        height: 100%;
    }
    .trademark-iso1{
        width: 90%;
        margin: 3% 5%;
        height: 100%;
    }
    .trademark-iso2{
        width: 90%;
        margin: 3% 5%;
        height: 100%;
    }
    .benefits-cer{
        width: 90%;
        margin: 3% 5%;
        height: 100%;
    }
    .benefits-cer1{
        width: 90%;
        margin: 3% 5%;
        height: 100%;
    }
    .duration-iso1{
        width: 90%;
        margin: 3% 5%;
        height: 100%;
    }
    .duration-iso2{
        width: 90%;
        margin: 3% 5%;
        height: 100%;
    }
}
@media screen and (min-width:768px) and (max-width:991px) {
    .benefits-iso1{
        height:600px;
    }
    .benefits-iso2{
        height: 200px;
    }
    .approach-iso1{
        height: 500px;
    }
    .trademark-iso1{
        height: 550px;
    }
    .trademark-iso2{
        height: 590px;
    }
    .benefits-cer{
        height: 400px;
    }
    .duration-iso1{
        height: 420px;
    }
    .duration-iso2{
        height: 350px;
    }
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .benefits-iso1{
        height:420px;
    }
    .benefits-iso2{
        height: 200px;
    }
    .trademark-iso2{
        height: 500px;
    }
    .duration-iso2{
        height: 300px;
    }
}

/* vertical tabs start */

/*  bhoechie tab */
div.bhoechie-tab-container{
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border:1px solid #ddd;
    margin-top: 20px;
    margin-left: 0px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
  }
  div.bhoechie-tab-menu{
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
  div.bhoechie-tab-menu div.list-group{
    margin-bottom: 0;
  }
  div.bhoechie-tab-menu div.list-group>a{
    margin-bottom: 0;
  }
  div.bhoechie-tab-menu div.list-group>a .glyphicon,
  div.bhoechie-tab-menu div.list-group>a .fa {
    color: #ed2227;
  }
  div.bhoechie-tab-menu div.list-group>a:first-child{
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
  }
  div.bhoechie-tab-menu div.list-group>a:last-child{
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
  }
  div.bhoechie-tab-menu div.list-group>a.active,
  div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
  div.bhoechie-tab-menu div.list-group>a.active .fa{
    background-color: #ed2227;
    background-image: #ed2227;
    color: #ffffff;
  }
  div.bhoechie-tab-menu div.list-group>a.active:after{
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #ed2227;
  }
  
  div.bhoechie-tab-content{
    background-color: #ffffff;
    /* border: 1px solid #eeeeee; */
    padding-left: 20px;
    padding-top: 10px;
  }
  
  div.bhoechie-tab div.bhoechie-tab-content:not(.active){
    display: none;
  }
  .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus{
    border-color: #ed2227;
  }

  /* vertical tabs end */

  /* faq css strat */

  .panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .panel-default>.panel-heading a {
    display: block;
    padding: 10px 15px;
  }
  
  .panel-default>.panel-heading a[aria-expanded="true"] {
      background-color: #f5f5f5 !important;
  }
  
  .panel-default>.panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
  }
  
  .panel-default>.panel-heading a[aria-expanded="true"] {
    background-color: #eee;
  }
  
  .panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  
  .panel-default>.panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .panel-title a{
    color:red;
    font-weight:800;
    text-decoration:none;
  }

  /* faq css end */