.main__inn_service {
    padding: 50px 0;
}

.sidebar_serv {
    margin-bottom: 30px;
    box-shadow: 1px 1px 15px 0 rgb(0 0 0 / 20%);
}

.sidebar-nav-head {
    background: #3a5874;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 50px;
    margin-bottom: 0px;
    border-bottom: 1px solid #9d9d9d;
}

.sidebar_serv ul {
    margin: 0px;
    padding: 0px;
}

.sidebar_serv ul li {
    width: 100%;
    background: #e1e1e1;
    position: relative;
    list-style: none;
}

.sidebar_serv ul li a {
    color: #282828;
    font-size: 15px;
    padding: 10px 5px 10px 10px;
    line-height: 24px !important;
    display: inline-block;
    width: 100%;
    font-weight: 400;
    border-bottom: 1px solid #9d9d9d;
    text-decoration: none;
}

.sidebar_serv ul li a:hover,
.sidebar_serv ul li a.active {
    background: #99b5d1;
    color: #282828;
}

.service_description h1 {
    font-size: 28px;
    color: #3a5874;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin-bottom: 25px;
}

.service_description h1:after {
    content: "";
    position: absolute;
    background: #3a5874;
    width: 60px;
    height: 4px;
    left: 0px;
    bottom: -10px;
}

.serv_myth {
    background: #ffffff;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    padding: 10px 20px;
    margin: 0 0 20px 0;
}

.service_description p {
    text-align: justify;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #4a4a4a;
    line-height: 27px;
    margin: 12px 0;
}

.service_description p span {
    color: #ad5dc9;
    font-weight: 600;
}

.service_description h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    padding-top: 10px;
    /* padding-bottom: 10px; */
    color: #43698d;
    font-size: 500;
    margin: 0px;
}

.service_description ul {
    margin: 0px;
    padding: 10px 0 0 0;
}

.service_description ul li span {
    color: #5c3681;
    font-weight: 600;
}

.service_description ul li {
    margin: 4px 0;
    position: relative;
    padding-left: 25px;
    list-style: none;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #4a4a4a;
    line-height: 27px;
    text-align: justify;
}

.service_description ul li i {
    color: #43698d;
    position: absolute;
    left: 0px;
    top: 5px;
}

.main__inn_service .cnt_public1 h4 {
    text-align: center;
}

.blog_cnt h2 {
    font-size: 26px;
    font-weight: 600;
    color: #5c3681;
    font-family: 'Lato', sans-serif;
}

.tab_ul li {
    margin: 4px 0;
    position: relative;
    padding-left: 18px;
    list-style: none;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #4a4a4a;
}

.tab_ul li i {
    color: #b063cb;
    position: absolute;
    left: 0px;
    top: 10px;
    font-size: 8px;
}

.blog_cnt p span {
    color: #b063cb;
    font-weight: 600;
}

.serv_img {
    padding-bottom: 20px;
}

.serv_img img {
    width: 100%;
    border: 5px solid #ddd;
}

/**************************************************************
Services Verticle Tab
**************************************************************/

.departments-area .departments-tabs .center-tabs {
    background: #e9e9e9;
    padding: 15px;
    border: 5px solid#fff;
    box-shadow: 1px 1px 10px 3px #d7d7d7;
}

.departments-area .departments-tabs .nav-tabs {
    margin-bottom: 30px;
    text-align: center;
    border: none;
}

.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
    display: table;
    content: " ";
}

.departments-area .departments-tabs .nav-tabs {
    margin-bottom: 30px;
    text-align: center;
    border: none;
}

.departments-area .departments-tabs li.nav-item {
    display: inline-block;
    margin: 0 3px;
    margin-bottom: 15px;
}

.nav>li {
    position: relative;
    display: block;
}

.departments-area .departments-tabs li.nav-item a {
    border: none;
    background: #f4f7fc;
    padding: 5px 10px;
    position: relative;
    z-index: 1;
    font-size: 14px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    disc: block;
}

.departments-area .departments-tabs li.nav-item a {
    border: none;
    background: #f4f7fc;
    padding: 9px 15px;
    position: relative;
    z-index: 1;
    font-size: 16px;
    color: #4a4a4a;
    font-weight: 500;
}

.departments-area .departments-tabs li.nav-item a.active::after {
    position: absolute;
    left: 50%;
    bottom: -10px;
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #c073db;
    margin-left: -10px;
}

.departments-area .departments-tabs li.nav-item a.active {
    background: #c073db;
    color: #ffffff;
    font-size: 14px;
}

.blog_cnt {
    padding: 0 30px 20px;
}

.blog_cnt p {
    font-size: 16px;
    color: #4a4a4a;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
}

.tab_ul li {
    margin: 4px 0;
    position: relative;
    padding-left: 18px;
    list-style: none;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #4a4a4a;
    line-height: 27px;
}

.tab_ul li i {
    color: #5c3681;
    position: absolute;
    left: 0px;
    top: 10px;
    font-size: 8px;
}