:root {
    --e-blue: #1B9BF0;
}

body {
    font-family: "IBM Plex Sans", serif;
}



::-webkit-scrollbar {
    -webkit-appearance: none;
}

    ::-webkit-scrollbar:vertical {
        width: 7px;
    }

    ::-webkit-scrollbar:horizontal {
        height: 7px;
    }

::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 7px;
    border: 2px solid #f5f5f5;
}

::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

@media (min-width: 1500px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1400px;
    }
}

.pagewrapper {
    padding-top: 100px;
}

.header {
    /* overflow: hidden; */
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

    .header::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        filter: blur(5px);
        -webkit-filter: blur(5px);
        background-color: rgba(0, 0, 0, 0.2);
        z-index: 0;
        transition: all .2s ease-in-out;
    }

.inner-header::after {
    display: none;
}

.header.sticky::after {
    filter: blur(0);
    -webkit-filter: blur(0);
    background-color: #000;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.inner-header.sticky {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.logo-white img {
    filter: brightness(0) invert(1) grayscale(1);
}

.navbar {
    position: relative;
    z-index: 9;
}

.header .btn {
    color: #fff;
    display: flex;
    gap: 15px;
    padding: 12px 15px;
    padding-right: 25px;
    font-size: 14px;
}

.header .search-input input {
    background-color: transparent;
    border-radius: 25px 0 0 25px;
    max-width: 250px;
    width: 110px;
    height: 47px;
    color: #fff;
    &::placeholder

{
    color: #fff;
}

}

.header.inner-header .search-input input {
    color: inherit;
    &::placeholder

{
    color: inherit;
}

}

.header .search-input button {
    background-color: transparent;
    border-radius: 0 25px 25px 0;
    color: #fff;
    padding: 12.2px;
    padding-right: 15px;
    height: 47px;
}

.header.inner-header .search-input button {
    color: inherit;
    &::placeholder

{
    color: inherit;
}

}

.header.inner-header .btn-outline-white {
    border-color: #000;
    color: #000;
}

    .header.inner-header .btn-outline-white img {
        filter: brightness(0);
    }

.navbar-expand-lg ul {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
}

.navbar-expand-lg .navbar-nav .nav-item {
    padding: 12px 15px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: inherit;
    font-size: 16px;
    padding: 0;
    position: relative;
}

    .navbar-expand-lg .navbar-nav .nav-link:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 1px;
        width: 0;
        background-color: #0078BF;
        transition: all .2s ease-in-out;
    }

    .navbar-expand-lg .navbar-nav .nav-link:hover:before {
        width: 100%;
    }

section, footer {
    padding: 80px 0;
}

.section-head {
    font-size: 1.5rem;
}

.navbar {
    border-bottom: 1px solid;
    border-image-source: linear-gradient(90deg, rgba(255, 255, 255, 0.15) 0%, rgba(153, 153, 153, 0.15) 100%);
}

.head-lg {
    font-size: 48px;
    font-weight: 500;
}

.btn {
    padding: .7rem 1.5rem;
    border-radius: 25px;
}

.btn-grad {
    border: 0;
    color: #fff;
    padding-right: 30px;
    background: linear-gradient(-90deg, #1B9BF0, #BD127F), linear-gradient(72.26deg, #BD127F 100%, #0078BF 100.51%) !important;
    transition: all .3s ease-in-out;
    &:hover

{
    color: #fff;
    background: #BD127F !important;
}

}

.bg-grad-radial {
    background: rgb(0, 120, 191);
    background: radial-gradient(circle, rgba(0, 120, 191, 1) 0%, rgba(13, 10, 44, 1) 100%);
}

.bg-grad-radial2 {
    background: rgb(189, 18, 127);
    background: radial-gradient(circle, rgba(189, 18, 127, 1) 0%, rgba(13, 10, 44, 1) 100%);
}

.subhead {
    display: flex;
    align-items: center;
}

    .subhead img {
        margin-right: 8px;
    }

    .subhead.text-white img {
        filter: grayscale(1) brightness(0) invert(1);
    }

.pill-heading {
    border: 1px solid #FFFFFF33;
    color: #fff;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 25px;
}

.bg-gray {
    background-color: #F2F2F2;
}

.bg-grad {
    background: url(../images/bg-grad.jpg) no-repeat top center;
    background-size: cover;
}

.bg-grad-2 {
    background: url(../images/bg-grad-2.jpg) no-repeat top center;
    background-size: cover;
}

.btn-primary {
    background-color: #1B3A57;
    border-color: #1B3A57;
    padding: 12px 45px 12px 25px;
    position: relative;
}

.btn-light-blue {
    border-color: #1B9BF0;
    background-color: #1B9BF0;
}

.input-group .btn,
.input-group input {
    border-radius: 0;
}

.btn-primary:after {
    content: url(../images/long-arrow.svg);
    font-family: 'FontAwesome';
    position: absolute;
    right: 20px;
    top: 15px;
}

.btn-outline-white {
    border-color: #fff;
    background-color: transparent;
}

    .btn-outline-white:hover {
        background-color: #f2f2f2;
        color: #000;
    }

        .btn-outline-white:hover:after,
        .btn-outline-white:hover img {
            filter: brightness(0);
        }

.card-shadow {
    padding: 35px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .card-shadow .card-title {
        font-size: 1.2rem;
    }


.card-grad {
    position: relative;
    background: white;
    padding: 16px 16px 45px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 2px solid transparent;
    background-clip: padding-box;
}

.card-gray {
    background-color: #EDF5FF;
}

.card-grad::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(to right, #e91e63, #2196f3);
    border-radius: 12px;
    z-index: -1;
}

.card-gray::before {
    display: none;
}

.card-grad .card-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.white-text {
    color: #fff !important;
}

.card-grad .icon-svg {
    width: 24px;
    height: 24px;
    color: #8e44ad;
}

.card-grad .text h3 {
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold;
}

.card-grad .text p {
    margin: 4px 0 0;
    font-size: 14px;
    color: #555;
}

.card-grad .arrow {
    position: absolute;
    bottom: 12px;
    right: 12px;
    color: #2196f3;
}

.card-grad .arrow-svg {
    width: 20px;
    height: 20px;
}

/* .swiper-container {
    width: 90%;
    max-width: 1100px;
    padding: 20px 0;
} */

.swiper-horizontal {
    position: relative;
    padding-bottom: 80px;
}


.swiper-container a {
    color: inherit;
    text-decoration: none;
}

.swiper-container .arrows-container {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-flex;
    gap: 10px;
}


.slider-next, .slider-prev {
    background-color: #1B3A57;
    border-radius: 5px;
    width: 32px;
    height: 32px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #1B3A57;
    z-index: 9;
}

    .slider-prev .fa, .slider-next .fa {
        font-size: 14px;
    }

    .slider-prev .fa {
        transform: rotateZ(180deg);
        margin-right: 4px;
    }

.swiper-button-disabled {
    background-color: transparent;
    border-color: #1B3A57;
    color: #1B3A57;
}

.card-shadow.card-pub {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: white;
    border-radius: 10px;
    padding: 0;
    padding-bottom: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
    height: auto;
    overflow: hidden;
}

    .card-shadow.card-pub > *:not(img, .vid-pic) {
        padding: 0 20px;
    }

.card-pub.hidden {
    display: none;
}

.card-shadow .pub-name {
    font-size: 14px;
    color: #007bff;
}

    .card-shadow .pub-name .pub-date {
        color: #333333;
    }

.card-shadow.card-pub h3.card-title {
    font-size: 20px;
    color: #333;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.card-shadow .arrow {
    margin-top: 10px;
    text-align: right;
    color: #007bff;
}

.card-shadow .arrow-svg {
    width: 20px;
    height: 20px;
}

.card-shadow .swiper-button-prev,
.swiper-button-next {
    color: #007bff !important;
}

.card-shadow .swiper-pagination {
    position: relative;
    margin-top: 10px;
}


.card-product {
    padding: 16px;
}

    .card-product .content {
        padding: 15px 0;
        flex: 0 0 calc(100% - 135px);
    }

        .card-product .content .title {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }

    .card-product .icon {
        width: 120px;
        height: 120px;
        display: flex;
    }

    .card-product .category {
        color: #6668E1;
        background-color: #f2f2f2;
        display: inline-block;
        padding: 5px;
        font-size: 12px;
        margin-bottom: 10px;
    }

.hm-banner {
    position: relative;
}

    .hm-banner .container {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin: auto;
        transform: translateY(-50%);
        color: #fff;
    }

.inner-banner {
    position: relative;
    padding: 0;
    display: flex;
    align-items: center;
}

    .inner-banner .banner-subtitle {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .inner-banner .banner-title {
        font-size: 48px;
        font-weight: 400;
    }

    .inner-banner .banner-content {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
        margin: auto;
        text-align: center;
        max-width: 765px;
        color: #fff;
    }

.cta-panel {
    background-color: #1B3A57;
    padding: 25px 15px 15px;
    color: #fff;
}

.form-control {
    background-color: #f2f2f2;
    border: 0;
    border-bottom: 1px solid #333333;
    border-radius: 0;
    height: 50px;
}

textarea.form-control {
    height: auto;
    resize: none;
}

.form-label {
    color: #525252;
}

.contact-info {
    padding: 0;
    list-style: none;
    font-size: 14px;
}

    .contact-info > li {
        margin-bottom: 10px;
    }

    .contact-info .contact-title {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .contact-info p,
    .contact-info a {
        font-weight: 600;
        text-decoration: none;
        color: inherit;
    }

    .contact-info .contact-title .fa {
        color: #0078BF;
        margin-right: 5px;
    }

.contact-map iframe {
    width: 100%;
    height: 500px;
    border-radius: 25px;
}

@media(min-width: 992px) {
    .offcanvas {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-evenly;
    }
}

footer {
    border-top: 1px solid #d2d2d2;
}

    footer a {
        color: inherit;
        text-decoration: none;
    }

        footer a:hover {
            color: #0078BF;
        }

.ftr-list {
    padding-left: 0;
    list-style: none;
}

    .ftr-list .ftr-title {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .ftr-list > li > a {
        text-decoration: none;
        color: inherit;
        margin: 10px 0;
        display: block;
        transition: all .2s ease-in-out;
        &:hover

{
    color: #0078BF;
}

}

.ftr-bottom {
    background-color: #f2f2f2;
    padding: 15px 0 0;
    font-size: 14px;
    margin-top: 50px;
}

.social-media {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: flex-end;
}

    .social-media > li a {
        padding: 0 10px;
    }

.back-button {
    color: inherit;
    text-decoration: none;
}


/* accordion */

.accordion_item {
    background-color: transparent;
    border-radius: 5px;
    overflow: hidden;
}

.accordion_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    cursor: pointer;
    font-weight: bold;
    border-top: 1px solid #ddd;
}

    .accordion_header:hover {
        background-color: #f2f2f2;
    }

.icon_with_title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.status_indicator {
    transition: transform 0.3s ease;
}

.accordion_body {
    display: none;
    padding: 15px;
    font-size: 14px;
    background: #f2f2f2;
    border-top: 1px solid #ddd;
    ul

{
    margin-bottom: 25px;
}

}

/* Rotate arrow when active */
.active .status_indicator {
    transform: rotate(180deg);
}

.breadcrumb {
    background-color: #f2f2f2;
    padding: 8px 0;
    margin-bottom: 0;
}

/* Hurais css starts here */
.blog-banner {
    position: relative;
}

.blog-banner-wrp {
    border-radius: 1.25rem;
    /* border: .0625rem solid #000; */
    position: relative;
}

.blog-banner .img-wrp {
    height: 478px;
    border-top-left-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
    overflow: hidden;
    position: relative;
}

.blog-content {
    background-color: #1B3A57;
    color: #fff;
    padding: 50px;
    flex: 0 0 27.875rem;
    /* border-left: .0625rem solid #000; */
    border-top-right-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
}

.blog-banner .blog-content .pub-name {
    font-size: .6875rem;
    margin-bottom: 2.5rem;
}

.blog-banner .blog-content .banner-title {
    font-size: 2.5rem;
    line-height: 125%;
    letter-spacing: .01rem;
    font-weight: 400;
    max-width: 18.75rem;
    margin-bottom: 2.5rem;
}

.blog-banner .blog-content .readmore {
    color: #fff;
    background-color: transparent;
    border: none;
    padding-left: 0;
}

.blog-banner .blog-content p {
    margin-bottom: 1.5625rem;
}

.blog-tag {
    position: absolute;
    padding: .625rem .9375rem;
    top: 1.5625rem;
    left: 0;
    background: linear-gradient(to right,var(--e-blue),#2B32B2);
    color: #fff;
}

.sort-btn {
    background-color: #f2f2f2;
    border-radius: 0;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: .0625rem solid #333333;
}

    .sort-btn:hover {
        background-color: #f2f2f2;
        border-bottom: .0625rem solid #333333;
    }

.inner-banner.rounded {
    --bs-border-radius: 1.25rem;
    overflow: hidden;
}

.details-title {
    font-size: 3rem;
    font-weight: 300;
}

.category-tag {
    background-color: var(--e-blue);
    color: #fff;
    font-size: .75rem;
    padding: .3125rem .625rem;
    position: relative;
    margin-bottom: 1.875rem;
    display: inline-block;
    margin-top: .9375rem;
}

    .category-tag:after {
        position: absolute;
        content: '';
        height: .0625rem;
        width: 100%;
        background-color: #f2f2f2;
        bottom: -.9375rem;
        left: 0;
    }

.blog-date {
    font-weight: 500;
}

.blog-by, .blog-date {
    font-size: .9375rem;
}

.blog-title {
    font-size: 2.25rem;
    font-weight: 400;
}

.text-charcoal {
    color: #1A1A1A;
}

.blog-details-cont ol {
    padding-left: 1.125rem;
}

.fw-regular {
    font-weight: 400;
}

.fw-medium {
    font-weight: 600;
}

.blog-details-cont .blog-title, .blog-details-cont h4, .blog-details-cont h5 {
    margin-bottom: 30px;
}

.blog-details-cont p, .blog-details-cont li {
    line-height: 135%;
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing: 0.16px;
    font-size: 1rem;
}

.blog-details-cont ol > li b {
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
}

.blog-details-cont ol li ul {
    margin-top: 30px;
}

.blog-details-cont ul > li b {
    margin-bottom: 0;
}

.subscribe-wrp {
    padding: 35px;
    border-radius: 15px;
    background-color: #1B3A57;
    color: #fff;
}

    .subscribe-wrp h3 {
        margin-bottom: 35px;
    }

    .subscribe-wrp label {
        font-size: 12px;
        padding-bottom: 8px;
    }

    .subscribe-wrp button {
        background-color: var(--e-blue);
        border-radius: 0;
        width: 100%;
        text-align: left;
        margin-top: 12px;
    }

.tags {
    padding-top: 35px;
    border-top: 1px solid #f2f2f2;
}

    .tags h6 {
        margin-bottom: 30px;
    }

    .tags ul {
        padding: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
    }

        .tags ul li {
            margin-right: 10px;
            padding-right: 10px;
            position: relative;
            margin-bottom: 0;
        }

        .tags ul a {
            color: #525252;
        }

        .tags ul li:after {
            position: absolute;
            top: 50%;
            left: 100%;
            height: 18px;
            width: 1px;
            background-color: #525252;
            content: '';
            transform: translateY(-50%);
        }

.bg-bluegray {
    background-color: #EEF1F6;
}

.filter-pills .nav-pills .nav-link {
    border-radius: 100px;
    border: 1px solid #0d6efd;
}

.filter-pills .nav-pills .nav-item {
    margin-right: 9px;
}

.cme-banner {
    padding: 50px 0;
    background: url(../images/cme-banner.png) top center;
    background-size: cover;
}

    .cme-banner .cme-cont {
        color: #fff;
        padding: 100px 0;
    }

        .cme-banner .cme-cont .section-head {
            font-size: 28px;
            margin-bottom: 25px;
        }

        .cme-banner .cme-cont .cme-title {
            font-size: 48px;
            margin-bottom: 25px;
        }

        .cme-banner .cme-cont p {
            margin-bottom: 50px;
        }

.cme-cont span {
    display: block;
}

    .cme-cont span i {
        margin-right: 14px;
    }

    .cme-cont span.cme-date {
        margin-bottom: 20px;
    }

.cme-form {
    background-color: #fff;
    border-radius: 15px;
    padding: 50px;
}

    .cme-form button {
        background: linear-gradient(to right, #BD127F,#0078BF);
    }

    .cme-form .form-group {
        margin-bottom: 32px;
    }

        .cme-form .form-group label {
            margin-bottom: 5px;
            font-size: 12px;
        }

    .cme-form .form-check {
        margin-bottom: 32px;
    }

.bg-snowwhite {
    background-color: #f2f2f2;
}

.past-event-list .card {
    border-color: #e6e6e6;
}

    .past-event-list .card p {
        font-size: 12px;
        margin-top: 1rem;
    }

    .past-event-list .card .learn-more-sec a {
        color: #2A4A70;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

.event-date {
    font-size: 14px;
    margin-bottom: 10px;
}

    .event-date i {
        color: #1B9BF0;
        margin-right: 5px;
    }

.password-field .fa {
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.text-underlined {
    color: inherit;
}

.custom-tabs {
    border: 0;
    justify-content: center;
}

    .custom-tabs > .nav-item .nav-link {
        border: 0;
        border-bottom: 2px solid #C6C6C6;
        color: inherit;
    }

        .custom-tabs > .nav-item .nav-link.active {
            border-bottom-color: #0d6efd;
        }

.vid-pic {
    position: relative;
}

    .vid-pic img {
        width: 100%;
    }

    .vid-pic .play-icon {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 72px;
        height: 72px;
    }

.shuffle-filter {
    display: flex;
    align-items: center;
    padding: 0;
    overflow: auto;
}

    .shuffle-filter.alphabets > li:not(:first-child) {
        width: 35px;
        height: 35px;
    }

    .shuffle-filter > li {
        border: 1px solid #1B9BF0;
        color: #1B9BF0;
        padding: 6px 12px;
        list-style: none;
        margin-right: 15px;
        border-radius: 25px;
        cursor: pointer;
        font-size: 14px;
        white-space: nowrap;
    }

        .shuffle-filter > li:last-child {
            margin-right: 0;
        }

        .shuffle-filter > li.selected {
            background-color: #1B9BF0;
            color: #fff;
        }

        .shuffle-filter > li.disable {
            pointer-events: none;
            color: #B3B3B3;
            border-color: #B3B3B3;
        }

.products-slider {
    padding-bottom: 0;
    .arrows-container

{
    bottom: 20px;
    right: 20px;
}

}

.products-slider img {
    width: 100%;
}

.section-head.type2 {
    padding-left: 60px;
    font-size: 24px;
    img

{
    margin-left: -50px;
}

}

.pill-prod {
    display: inline-block;
    background-color: #f2f2f2;
    padding: 3px 10px;
    color: #6668E1;
    margin-bottom: 25px;
}

@media(max-width: 992px) {
    .offcanvas.offcanvas-end {
        background-color: #000;
    }

    .inner-header .offcanvas.offcanvas-end {
        background-color: #fff;
    }

    .navbar-toggler-icon, .btn-close {
        filter: invert(1) brightness(1);
        border: 0;
    }

    .inner-header .navbar-toggler-icon, .inner-header .btn-close {
        filter: none;
    }

    .blog-banner .img-wrp {
        height: auto;
        margin-bottom: 15px;
    }

    .blog-tag {
        left: 0;
    }

    .pagewrapper {
        padding-top: 60px;
    }

    .ftr-list .ftr-title {
        margin-bottom: 15px;
        margin-top: 25px;
    }

    .social-media {
        justify-content: center;
    }

    section, footer {
        padding: 40px 0;
    }

    .hm-banner .container {
        top: 105px;
        transform: translateY(0);
    }

    .hm-banner.type2 .container {
        top: 25px;
    }

    .head-lg {
        font-size: 24px;
    }

    .btn-primary {
        padding: 8px 45px 8px 18px;
    }

        .btn-primary:after {
            top: 10px;
        }

    .section-head, .subhead, .cme-banner .cme-cont .section-head {
        font-size: 1.3rem;
    }

        .section-head img, .subhead img {
            width: 25px;
        }

    .card-shadow {
        margin-bottom: 25px;
        height: auto;
    }

    .swiper-horizontal {
        padding-bottom: 40px;
    }

    .card-shadow.card-pub h3.card-title {
        font-size: 18px;
    }

    .inner-banner img {
        height: 350px;
        object-fit: cover;
    }

    .inner-banner .banner-content {
        top: 55%;
    }

    .inner-banner .banner-title {
        font-size: 24px;
    }

    .input-group .btn {
        padding: 0px 28px 0 10px;
        display: flex;
        align-items: center;
        font-size: 14px;
    }

        .input-group .btn:after {
            top: 16px;
            right: 8px;
        }

    .blog-banner .blog-content .pub-name, .blog-banner .blog-content .banner-title, .details-title {
        margin-bottom: 15px;
    }

    .blog-banner .blog-content .banner-title, .details-title, .cme-banner .cme-cont .cme-title {
        font-size: 24px;
    }

    .blog-title {
        font-size: 18px;
    }

    .blog-banner .img-wrp, .blog-content {
        border-radius: 15px;
    }

    .blog-content {
        padding: 25px;
    }

    .cme-banner .cme-cont, .cme-form {
        padding: 25px 15px;
    }

    .filter-pills .nav-pills .nav-item {
        margin-bottom: 15px;
    }

    .section-head.type2 {
        padding-left: 35px;
        img

{
    margin-left: -30px;
}

}
}
