.innerpages-header{
    background-image: linear-gradient(to top, #e2e8ff, #e6ecff, #ebf1ff, #f0f5fe, #f6f9fe) !important;

}
.resources-features-section .ent-acc h2 {
    margin: 10px 0 50px 0;
    font-weight: 700;
    letter-spacing: .2px;
    color: #1c2c40;
}

.ext-feature {
    background: #fff;
    box-sizing: border-box;
    border-radius: 15px;
    padding: 20px 0;
    margin-left: 15px;
    margin-right: 15px;
    border-image: linear-gradient(180deg, #E4EAFF 0%, rgba(228, 234, 255, 0) 100%);
    border-image-slice: 1;
    position: relative;
    margin-bottom: 1px;
}

.res-box {
    padding: 0;
    margin-bottom: 30px;
    margin-right: 30px;
    margin-left: 0px;
}

.res-box:hover, .ext-feature:hover {
    box-shadow: 0 30px 40px rgb(28 68 214 / 10%);
}

.res-box div {
    padding: 20px;
}

.ext-feature:after {
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    content: '';
    z-index: -1;
    border-radius: 16px;
    background: linear-gradient(180deg, #e4eaff 0, rgba(228, 234, 255, 0) 100%);
}

.ext-feature:hover:after {
    background: #e4eaff;
}

.res-box:hover:after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.res-box div h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .2px;
    color: #1c2c40;
    margin-bottom: 10px;
}

.res-box div p {
    line-height: 26px;
}

.res-box div h3 a {
    color: #1C2C40;
    font-weight: 600;
    margin-top: 0px;
}

.res-box div a {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    display: inline-flex;
    align-items: center;
    color: #1C44D6;
    text-decoration: none;
    margin-top: 30px;
}

.res-box div a svg {
    margin-left: 10px;
}

.res-box img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.botm-share {
    padding: 0px !important;
    margin-top: 30px;
}

.botm-share a.view-res {
    margin-top: 0px;
}

.res-box .share-res {
    float: right;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    color: #4f5b6a !important;
    position: relative;
    cursor: pointer;
}

.botm-share .share-res {
    padding: 0;
}

.res-box .share-res:after {
    content: '';
    position: absolute;
    top: -11px;
    right: 15px;
    background: url(/assets/public/2022/images/polygon.png);
    width: 17px;
    height: 10px;
}

.social_sharing {
    bottom: 30px;
    background: #FFFFFF;
    box-shadow: 0px 10px 40px rgba(31, 65, 190, 0.1);
    border-radius: 10px;
    position: absolute;
    width: 130px;
    right: 0;
    overflow: hidden;
    padding: 10px !important;
    padding-bottom: 0px !important;
}

.res-box .share-res:hover .social_sharing {
    display: block !important;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.social_sharing .share-on-txt li {
    margin-bottom: 10px;
}

.social_sharing .share-on-txt li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.2px;
    color: #4F5B6A;
    margin: 0px;
    display: flex;
    align-items: center;
}

.social_sharing .share-on-txt li img {
    max-width: 25px;
    margin-right: 10px;
    box-shadow: 0px 4px 4px 0px #1c44d626;
    border-radius: 50%;
}

.res-box > img {
    min-height: 194px;
    max-height: 194px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.inner-right {
    position: relative;
    z-index: 9999;
}

.res-details-bg a.backtores {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .2px;
    color: #1c44d6;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    margin-bottom: 10px;
}

.res-details-bg .contact-form {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.contact-form {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    max-width: 445px;
    float: right;
    width: 100%;
    position: relative;
    text-align: left;
}

.contact-form h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #1c2c40;
}

.contact-form form {
    padding-top: 30px;
}

.contact-form .form-group {
    padding-bottom: 15px;
}

.res-details-bg .res-details-form label {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #1c2c40;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.res-details-form .form-group .form-control {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #4f5b6a !important;
    height: 50px;
}

.contact-form .form-control {
    box-sizing: border-box;
    min-height: 50px;
    background: #FFFFFF;
    border: 1px solid #E3EBF5;
    border-radius: 5px;
}

.res-details-bg {
    padding: 50px 0 0 !important;
}

.contact-form button.btn.btn-primary {
    background: #1c44d6;
    border-radius: 6px;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #fff;
    padding: 15px 0;
    height: 50px;
}

.contact-form button.btn.btn-primary:hover {
    box-shadow: 0 15px 40px rgb(121 159 243 / 40%);
}

.res-details-bg .res-details-form .downloadbtn {
    margin-top: 10px;
}

.res-mid-left h3 {
    font-weight: 700;
    font-size: 26px;
    line-height: 38px;
    letter-spacing: .2px;
    color: #1c2c40;
    margin-bottom: 30px;
    padding-top: 80px;
}

.res-mid-left .res-details-img, .res-mid-left p, .res-mid-left ul.res-details-list {
    margin-bottom: 30px;
}

.res-mid-left .res-details-list li {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #4f5b6a;
    margin: 0;
}

.res-mid-right {
    background: rgba(255, 214, 87, .3);
    max-width: 445px;
    float: right;
    padding: 30px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    box-shadow: 0 20px 50px rgb(28 68 214 / 5%);
}

.res-mid-right h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .2px;
    color: #1c2c40;
    margin-bottom: 20px;
}

.res-mid-right .check-list li {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #4f5b6a;
    width: 100%;
}

.res-mid-left img {
    width: 100% !important;
}

@media only screen and (min-width: 768px) {
    .resources-features-section .ent-acc h2 {
        font-size: 36px;
        line-height: 50px;
    }

    .res-details-bg .innerpages-left {
        max-width: 540px;
        width: 100%;
    }

    .res-mid-left {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 1024px) {
    .resources-features-section .ent-acc h2 {
        font-size: 24px;
    }

    .res-box div {
        padding: 20px 10px;
    }
}

@media only screen and (max-width: 767px) {
    .resources-features-section .ent-acc h2 {
        font-size: 21px;
    }

    .innerpages-header .inner-right-img {
        width: 100%;
        max-width: 444px;
        float: right;
    }

    .header, header.main-header {
        background-image: none !important;
    }

    .res-box {
        margin-right: 0px;
    }

    .contact-form {
        max-width: 100% !important;
        float: none !important;
        margin-top: 0px !important;
    }

    .innerpages-header .inner-right-img {
        width: 100% !important;
        max-width: 100% !important;
    }

    .res-details-bg .inner-right-img, .res-middle-section .res-mid-right {
        margin: 0 auto;
        max-width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .resources-features-section .col-md-12, .resources-features-section .col-md-4 {
        float: none;
    }

    .resources-features-section .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
}