.servdetail-wrapper .sidebar .widget{
	box-shadow: none;
    background-color: transparent;
    padding: 0 30px 30px;
    border: 1px solid #f1f1f4;
    border-radius: 6px;
    border-collapse: collapse;
}
.servdetail-wrapper .sidebar .widget-title{
	padding: 20px;
    background-color: #f1f1f4;
    font-size: 20px;
    border-radius: 6px 6px 0 0;
    width: calc(100% + 60px);
    margin: 0 0 30px -30px;
}
.servdetail-wrapper .sidebar ul{
	    padding: 0;
    margin: 0;
    list-style-type: none;
}
.servdetail-wrapper .sidebar ul li{
	margin: 25px 0;
}
.servdetail-wrapper .sidebar ul li:last-child{
	margin-bottom: 0;
}
.servdetail-wrapper .sidebar ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #686a6f;
    font-weight: 500;
    position: relative;
    padding-left: 0px;
    font-size: 17px;
}
.servdetail-wrapper .sidebar ul li a img{
	    max-width: 30px;
}
.servdetail-wrapper{
	padding: 120px 0 80px;
}
.service-content h2{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #190562;
}
.service-content h3{
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #190562;
}
.service-content h4{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #190562;
}
.service-content p{
	color: #686a6f;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 30px;
}
.service-content ul{
	padding: 0;
	margin: 0;
	list-style: none;
	margin-bottom: 30px;
}
.service-content ul li{
    color: #686a6f;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    position: relative;
    padding-left: 30px;
    margin: 10px 0;

}
.service-content ul li:before{
    content: "\f2ba";
    font-family: "Ionicons";
    display: inline-block;
    color: #ff8600;
    font-size: 20px;
    top: 1px;
    padding-right: 7px;
    position: absolute;
    left: 0;
        -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.service-content ul li:hover:before{
	left: 6px;
    color: #241e5e;
}
.scleft{
	padding-left: 50px;
}
.service-details-contact-info {
    position: relative;
    display: block;
    background: #190562;
    padding: 53px 50px 58px;
    margin-top: 30px;
    z-index: 1;
    border-radius: 6px;
    overflow: hidden;
}
.service-details-contact-info .sidebar-info-box-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    z-index: -1;
}
.service-details-contact-info .sidebar-info-box-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #190562;
    opacity: 0.90;
}
.service-details-contact-info h5 {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 33px;
}
.service-details-contact-info p {
    color: #9ea8db;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    margin: 0;
}
.service-details-contact-info a{
	    font-size: 20px;
    font-weight: 700;
    margin: 26px 0 0;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    border: none;
    transition: .4s;
    -webkit-transition: all .4s ease-in-out;
    display: block;
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
}

.myaccordion .card-header {
  background: transparent;
  border: none;
}

.myaccordion .fa-stack {
  font-size: 18px;
}

.myaccordion .btn {
    width: 100%;
    padding: 0;
    text-align: left;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion li + li {
  margin-top: 10px;
}

.myaccordion .card-body{
color: #686a6f;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    padding-top: 10px;
}
.myaccordion .card{
    background: #fff;
    border: 1px solid #f1f1f4;
    margin-bottom: 15px;
}
.myaccordion .card-header .ion{
        color: #ff8600;
    font-size: 22px;
}
.table-bordered td{
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}
.table-bordered td, .table-bordered th{
    padding: 10px 20px;
}
.innerlinktab{
    display: flex;
    align-items: center;
}
.innerlinktab a{
    display: inline-block;
    background: #ff8600;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 20px;
    margin-right: 15px;
    margin-bottom: 25px;
    border-radius: 4px;
}

@media(max-width:  767.98px){
    .servdetail-wrapper {
    padding: 50px 0 50px;
}
.servdetail-wrapper .row{
    flex-wrap: wrap-reverse;
}
.scleft {
    padding-left: 15px;
}
.service-content h2{
    font-size: 23px;
    line-height: 32px;
}
.service-content h3 {
    font-size: 18px;
}
.servdetail-wrapper .sidebar .widget-title{
    font-size: 18px;
}
.servdetail-wrapper .sidebar ul li a{
        font-size: 16px;
}
.servdetail-wrapper .sidebar ul li a img {
    max-width: 22px;
}
.service-details-contact-info{
        padding: 40px 20px 38px;
}
}