.downloadsection .modal.sac .modal-dialog.modal-lg {
    transform: none;
}

.downloadsection .products-wrapper .downloads-section {
    padding-block: 15px;
}

.downloadsection div#stickThis.stick {
    position: fixed;
    top: 68px;
    z-index: 998;
    background: #fff;
    left: 0;
    right: 0;
    width: 100%;
    padding: 15px 45px;
    margin: 0 auto;
}

.downloadsection .products-wrapper .downloads-section .downloads-section-top {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.downloadsection #stickThis {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.downloadsection .products-wrapper .star-none {
    display: none !important;
}

.downloadsection .products-wrapper .icons-wrap {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.downloadsection .products-wrapper .icons-wrap .icon-wrap {
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 4px rgba(0, 94, 158, 0.1);
    margin-right: 8px;
    position: relative;
    cursor: pointer;
}

.downloadsection .extraButton a {
    display: block;
    background: #fff !important;
    color: #ed1c24;
    border: 1px solid #ed1c24 !important;
    cursor: pointer;
    text-transform: uppercase;
    padding: 7px 18px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
    text-align: center;
}

.downloadsection .extraButton a:hover {
    box-shadow: 0 5px 7px rgba(228, 24, 32, 0.4);
}

.downloadsection .calcBuyBtns {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.downloadsection .calcBuyBtns a {
    display: block;
    width: max-content;
    margin: 0px;
    text-align: center;
    cursor: pointer;
}

.downloadsection .products-wrapper .downloads-section .downloadlinksdropdown button {
    padding: 7px 0px;
    padding-right: 10px !important;
    text-transform: uppercase;
    font-size: 12px;
    background: 0;
    border: 0;
    font-weight: 600;
    border-radius: 4px;
    margin-right: 0px;
    position: relative;
}

.downloadsection .products-wrapper button.product-download-btn i {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
    transform: translateY(5px);
    background: url(../../../../../content/dam/hdfclifeinsurancecompany/about-us/icons/Download.svg);
}

.downloadsection .products-wrapper .product-calculate-btn {
    background: #fff !important;
    color: #ed1c24;
    border: 1px solid #ed1c24 !important;
    cursor: pointer;
    text-transform: uppercase;
    padding: 7px 18px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    border-radius: 4px;
    margin-right: 16px;
    position: relative;
}

.downloadsection .proMail {
    margin-right: 10px;
    padding-top: 7px;
    padding-bottom: 10px;
    order: 4;
}

.downloadsection .products-wrapper button.product-download-btn {
    margin-right: 0;
    color: #005e9e;
    z-index: 2;
}

.downloadsection .products-wrapper .downloads-section .hover-drop-down {
    opacity: 0;
    width: 214px;
    height: 108px;
    color: #233253;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    position: absolute;
    top: 0;
    left: -30px;
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 32px;
    z-index: 998;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
    transition: all .3s ease-in-out;
    pointer-events: none;
}

.downloadsection .icon-wrap:hover .hover-drop-down {
    opacity: 1;
    top: 52px;
    display: block;
    pointer-events: all;
}

.downloadsection .products-wrapper .icons-wrap .icon-wrap.active,
.downloadsection .products-wrapper .icons-wrap .icon-wrap:hover {
    background-color: #ed1c24;
}

.downloadsection .products-wrapper .icons-wrap .icon-wrap:hover>.icon>svg path,
.downloadsection .products-wrapper .icons-wrap .icon-wrap:hover>.icon-p>a svg path {
    stroke: #fff;
}

.downloadsection .products-wrapper .downloads-section .icon-wrap.active>.hover-drop-down {
    top: 50px;
    opacity: 1;
    pointer-events: auto;
}

.downloadsection .products-wrapper .downloads-section .hover-drop-down:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 32px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
}

.downloadsection .hover-drop-down p {
    margin-bottom: 0px !important;
}

.downloadsection .products-wrapper .downloads-section .star-rate {
    margin-top: 8px;
}

.downloadsection .products-wrapper .downloads-section .social-icons-link {
    display: flex;
}

.downloadsection .social-icons-link ul {
    display: flex;
}

.downloadsection .products-wrapper .downloads-section .social-icons-link svg {
    margin-right: 8px;
    margin-top: 8px;
}

.downloadsection .callwrap {
    display: block;
}

.downloadsection .timing {
    color: darkgray;
    font-size: 10px;
    font-weight: 500;
    display: block;
}

.downloadsection .cnumber {
    font-size: 12px !important;
    color: #005e9e;
    font-weight: 600;
}

.downloadsection .success-form-1 {
    color: black;
    font-size: 16px;
    display: none;
    text-align: center;
    padding: 50px;
}

@media screen and (min-width: 768px) {
    .downloadsection .products-wrapper {
        width: calc(100% - 175px);
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .downloadsection #stickThis {
        flex-direction: column;
    }

    .downloadsection .products-wrapper {
        padding: 0px 15px;
    }

    .downloadsection .calcBuyBtns a {
        width: 100% !important;
        min-width: 100% !important;
    }

    .downloadsection .calcBuyBtns a.btnred {
        margin-top: 0px !important;
    }

    .downloadsection .products-wrapper .downloads-section .downloads-section-top {
        width: 90%;
        border-top: 1px solid #e1e1e1;
        display: flex;
        flex-direction: column;
        gap: 24px;
        margin-top: 35px;
        padding-top: 20px;
    }

    .downloadsection .callwrap {
        margin-bottom: 0px;
    }

    .downloadsection .products-wrapper .downloads-section .icon-wrap:before {
        content: attr(data-content);
        position: absolute;
        bottom: -24px;
        color: #233253;
        font-size: 11px;
        line-height: 22px
    }

    .downloadsection .callwrapse small {
        margin-bottom: 12px;
    }

    .downloadsection .calcBuyBtns {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .downloadsection .calcBuyBtns a,
    .downloadsection .calcBuyBtns button {
        width: 100% !important;
        margin: 0px !important;
    }

    .downloadsection .products-wrapper .icons-wrap {
        gap: 30px;
        padding-top: 30px;
    }

    .downloadsection .extraButton {
        width: 100%;
    }

    .downloadsection .extraButton a {
        display: block;
        width: 100%;
    }

    .downloadsection .downloadlinksdropdown {
        padding-right: 0px;
        text-align: center;
        order: 2;
    }

    .downloadsection .products-wrapper .downloads-section .share .hover-drop-down {
        left: unset;
    }

    .downloadsection .products-wrapper .downloads-section .share .hover-drop-down:before {
        left: 50%;
        transform: translateX(-50%);
    }

    .downloadsection .products-wrapper .downloads-section .hover-drop-down {
        left: -10px;
        top: 70px !important;
    }

    .downloadsection .icon-wrap.share:hover .hover-drop-down {
        opacity: 0 !important;
    }

    .downloadsection .products-wrapper .product-calculate-btn {
        margin-right: 0px;
    }
}


.downloadsection .products-wrapper .downloads-section .downloadlinksdropdown button.popupFeasibility {
    background: #fff;
    color: #ed1c24;
    border: 1px solid #ed1c24;
    cursor: pointer;
    text-transform: uppercase;
    padding: 7px 18px !important;
    font-size: 12px;
    background: none;
    font-weight: 600;
    border-radius: 4px;
    margin-right: 16px;
    position: relative;
    min-width: max-content;
}

.downloadsection .products-wrapper .downloads-section .downloadlinksdropdown button.product-buynow-btn {
    color: #fff;
    background-color: #ed1c24;
    padding: 7px 21px !important;
    min-width: 135px;
}

.downloadsection .recaptcha-container {
    width: max-content;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .downloadsection .products-wrapper .downloads-section .downloadlinksdropdown button.popupFeasibility {
        width: 100% !important;
        margin-right: 0 !important;
    }
}

.downloadsection .downloadlinksdropdown.mobile {
    display: none;
}

.downloadsection .email-width {
    width: 100% !important;
}

@media screen and (max-width: 768px) {
    .downloadsection .products-wrapper .icons-wrap {
        gap: 30px;
        padding-top: 30px;
    }
}

.downloadsection .products-wrapper .icons-wrap {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.downloadsection .version-2.products-wrapper {
    max-width: 1250px;
}

.downloadsection .version-2.products-wrapper .icons-wrap .icon-wrap {
    background: transparent;
    box-shadow: none;
}

.downloadsection .version-2.products-wrapper .icons-wrap .icon-wrap .icon svg path {
    stroke: #9CA3AF;
}

.downloadsection .version-2.products-wrapper .icons-wrap .icon-wrap:hover {
    background: #ed1c24;
}

.downloadsection .version-2.products-wrapper .icons-wrap .icon-wrap:hover .icon svg path {
    stroke: #ffffff;
}

.downloadsection .version-2 .callwrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.downloadsection .version-2 .timing {
    display: inline-block;
}

.downloadsection .version-2 .cnumber {
    color: #ed1c24;
}

.downloadsection .version-2.products-wrapper .downloads-section .downloads-section-top button.product-download-btn {
    color: #ed1c24;
}

@media screen and (min-width: 768px) {
    .downloadsection .version-2 .downloadlinksdropdown.mobile {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .downloadsection .version-2 #stickThis {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        row-gap: 15px;
    }

    .downloadsection .version-2.products-wrapper .icons-wrap {
        width: 45%;
        gap: 10px;
        padding-top: 0px;
    }

    .downloadsection .version-2 .callwrapse small {
        margin-bottom: 0px;
    }

    .downloadsection .version-2 .calcBuyBtns {
        flex-direction: row;
    }

    .downloadsection .version-2 .downloadlinksdropdown.desktop {
        width: 100%;
        display: none;
    }

    .downloadsection .version-2 .downloadlinksdropdown.mobile {
        display: block;
        width: 52%;
        order: unset;
    }

    .downloadsection .version-2.products-wrapper .downloads-section .downloads-section-top {
        width: 100%;
        border: none;
        padding: 0px;
    }

    .downloadsection .version-2.products-wrapper .downloads-section .downloadlinksdropdown button {
        color: #ed1c24;
        font-size: 10px;
    }

    .downloadsection .version-2.products-wrapper .downloads-section .downloads-section-top a {
        width: 48% !important;
        min-width: 0px !important;
    }

    .downloadsection .version-2.products-wrapper .downloads-section .hover-drop-down:before {
        left: 10px;
    }
}

@media screen and (max-width: 367px) {
    .downloadsection .version-2.products-wrapper .downloads-section .downloadlinksdropdown button {
        padding-right: 0px !important;
    }

    .downloadsection .version-2.products-wrapper .downloads-section .downloads-section-top a {
        padding: 10px;
    }

    .downloadsection .version-2.products-wrapper .icons-wrap {
        width: 43%;
    }

    .downloadsection .version-2.products-wrapper .icons-wrap .icon-wrap {
        margin-right: 0px;
    }

    .downloadsection .version-2 .downloadlinksdropdown.mobile {
        width: 54%;
    }

    .downloadsection .version-2.products-wrapper .product-calculate-btn {
        padding: 7px 10px;
        margin-right: 0px;
    }

    .downloadsection .version-2 .callwrap {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .downloadsection .version-3 #stickThis {
        justify-content: center;
    }

    .downloadsection .version-3 .downloadlinksdropdown.desktop {
        width: 100%;
        display: block;
        text-align: center;
        order: 2;
    }

    .downloadsection .version-3 .downloadlinksdropdown.mobile {
        display: none;
    }

    .downloadsection .version-3 .callwrap {
        flex-direction: column-reverse;
    }

    .downloadsection .version-3.products-wrapper .downloads-section .downloads-section-top a {
        width: 100% !important;
        min-width: 0px !important;
        padding: 0px;
    }

    .downloadsection .version-2 .callwrap {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .downloadsection .version-3 #stickThis {
        justify-content: center;
    }

    .downloadsection .version-3 .downloadlinksdropdown.desktop {
        width: 100%;
        display: block;
        text-align: center;
        order: 2;
    }

    .downloadsection .version-3 .downloadlinksdropdown.mobile {
        display: none;
    }

    .downloadsection .version-3 .callwrap {
        flex-direction: column-reverse;
    }

    .downloadsection .version-3.products-wrapper .downloads-section .downloads-section-top a {
        width: 100% !important;
        min-width: 0px !important;
        padding: 0px;
    }
}
use:nth-child(2) {
  transform: translate(20px);
}

use:nth-child(3) {
  transform: translate(40px);
}

use:nth-child(4) {
  transform: translate(60px);
}

use:nth-child(5) {
  transform: translate(80px);
}

.rating {
  display: inline-block;
  height: 25px;
  margin: 0 auto;
  width: 100px;
}
