/* Hero Section v2 Styles */
.hero-section-v2 .hero-section-v2-inner{
    background: #eff0f0;
}
.hero-section-v2 .hero-section-v2-inner .hero-inner-top-content{
    display: flex;
    align-items: center;
    height: 550px;
    overflow: hidden;
}
.hero-section-v2 .hero-section-v2-inner .hero-inner-top-content .left-side-content{
    width: 60%;
    padding-right: 14px;
}
.hero-section-v2 .hero-section-v2-inner .hero-inner-top-content .left-side-content h1{
    font-size: 45px;
    color: #205081;
    line-height: 1.2;
    font-weight: 400;
}
.hero-section-v2 .hero-section-v2-inner .hero-inner-top-content .left-side-content ul{
    padding: 32px 0;
}
.hero-section-v2 .hero-section-v2-inner .hero-inner-top-content .left-side-content ul li{
    font-size: 20px;
    color: #696969;
    font-weight: 400;
    margin-bottom: 5px;
    padding-left: 16px;
    position: relative;
    line-height: 1.4;
}
.hero-section-v2 .hero-section-v2-inner .hero-inner-top-content .left-side-content ul li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    background: #b7b7b7;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}
.hero-section-v2 .hero-section-v2-inner .hero-inner-top-content .right-side-content{
    flex: 1;
    position: relative;
    height: 100%;
}

.hero-section-v2 .hero-section-v2-inner .hero-inner-top-content .right-side-content img{
    position: absolute;
    bottom: -120px;
    left: -30%;
    min-width: 42em;
}
.hero-section-v2 .hero-section-v2-inner .hero-inner-top-content .right-side-content .offer-text-box{
    position: absolute;
    bottom: 23%;
    left: -78px;
}
.hero-section-v2 .hero-section-v2-inner .hero-inner-top-content .right-side-content .offer-text-box .first-box,
.hero-section-v2 .hero-section-v2-inner .hero-inner-top-content .right-side-content .offer-text-box .second-box{
    color: #ffffff;
    font-weight: 400;
    font-size: 32px;
    padding: 20px 14px;
    display: inline-block;
}
.hero-section-v2 .hero-section-v2-inner .hero-inner-top-content .right-side-content .offer-text-box .first-box{
    background: rgba(32, 80, 129, 0.8);
}
.hero-section-v2 .hero-section-v2-inner .hero-inner-top-content .right-side-content .offer-text-box .second-box{
    background: rgba(170, 215, 26, 0.85);
    position: relative;
    left: 24px;
}

.hero-section-v2 .hero-inner-bottom-content{
    text-align: center;
    padding: 70px 0 80px;
}
.hero-inner-bottom-content h2{
    font-size: 36px;
    color: #3f3f3f;
    line-height: 1.4;
    font-weight: 400;
}
.hero-inner-bottom-content p{
    font-size: 18px;
    color: #696969;
    line-height: 1.3;
    font-weight: 400;
    width: 66%;
    margin: auto;
}
.hero-section-v2 .hero-link-btn{
    font-weight: 400;
    font-size: 16px;
    text-transform: none;
    padding: 14px 44px;
}

/* Hero Section v3 Styles */
.hero-section-v3 {
    padding-bottom: 170px;
    position: relative;
}
.hero-v3-bottom-curve {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.hero-section-v3 .hero-section-v3-inner .hero-inner-top-content{
    display: flex;
}
.hero-section-v3 .hero-section-v3-inner .hero-inner-top-content .left-side-content{
    width: 45%;
    padding-right: 14px;
    padding-top: 80px;
}
.hero-section-v3 .hero-section-v3-inner .hero-inner-top-content .left-side-content h1{
    font-size: 48px;
    color: #205081;
    line-height: 1.1;
    font-weight: 400;
}
.hero-section-v2 .hero-section-v2-inner .hero-inner-top-content .left-side-content h1 b,
.hero-section-v3 .hero-section-v3-inner .hero-inner-top-content .left-side-content h1 b{
    font-weight: 800;
}
.hero-section-v3 .hero-section-v3-inner .hero-inner-top-content .left-side-content p{
    font-size: 17px;
    line-height: 1.5;
    padding: 14px 0;
    max-width: 442px;
}
.hero-section-v3 .hero-section-v3-inner .hero-inner-top-content .left-side-content ul{
    padding: 42px 0;
}
.hero-section-v3 .hero-section-v3-inner .hero-inner-top-content .left-side-content ul li{
    font-size: 20px;
    color: #696969;
    font-weight: 400;
    margin-bottom: 5px;
    padding-left: 16px;
    position: relative;
    line-height: 1.4;
}
.hero-section-v3 .hero-section-v3-inner .hero-inner-top-content .left-side-content ul li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    background: #b7b7b7;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}
.hero-section-v3 .hero-section-v3-inner .hero-inner-top-content .right-side-content{
    flex: 1;
    position: relative;
}

.hero-sign-up-as-options-new {
    margin-top: 20px;
}

.hero-sign-up-as-options-new h6 {
    font-size: 20px;
    font-weight: 800;
    color: #205081;
}

.signup-as-options-inner {
    display: flex;
    margin-top: 10px;
    gap: 16px;
}

.signup-as-options-inner > div{
    flex: 1;
}

.signup-as-options-inner .signup-as-box {
    text-align: center;
    display: block;
}

.hero-sign-up-as-options-new .signup-as-options-inner .signup-as-box .img-box{
    border: 1px solid #eeeeee;
    padding: 24px 22px;
    border-radius: 20px;
    width: 100%;
    height: auto;
    display: flex;
    place-content: center;
    transition: all 0.25s ease-in-out;
}

.hero-sign-up-as-options-new .signup-as-options-inner .signup-as-box:hover .img-box {
    box-shadow: rgba(0,0,0,0.13) 0 4px 14px;
}
.hero-sign-up-as-options-new .signup-as-options-inner .signup-as-box:hover p {
    color: #aad71a;
}

.hero-sign-up-as-options-new .signup-as-options-inner .signup-as-box .img-box img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.hero-sign-up-as-options-new .signup-as-options-inner .signup-as-box p {
    margin-top: 8px;
    padding: 0 !important;
    color: #565656;
    font-size: 15px !important;
    max-width: auto !important;
    transition: all 0.25s ease-in-out;
}

.hero-section-v3 .hero-section-v3-inner .hero-inner-top-content .right-side-content img{
    margin-left: auto;
    position: relative;
    margin-top: 20px;
    width: 100%;
    height: 570px;
    object-fit: contain;
    display: block;
}
.hero-section-v3 .hero-section-v3-inner .hero-inner-top-content .right-side-content .offer-text-box{
    position: absolute;
    bottom: 23%;
    left: -78px;
}
.hero-section-v3 .hero-section-v3-inner .hero-inner-top-content .right-side-content .offer-text-box .first-box,
.hero-section-v3 .hero-section-v3-inner .hero-inner-top-content .right-side-content .offer-text-box .second-box{
    color: #ffffff;
    font-weight: 400;
    font-size: 32px;
    padding: 20px 14px;
    display: inline-block;
}
.hero-section-v3 .hero-section-v3-inner .hero-inner-top-content .right-side-content .offer-text-box .first-box{
    background: rgba(32, 80, 129, 0.8);
}
.hero-section-v3 .hero-section-v3-inner .hero-inner-top-content .right-side-content .offer-text-box .second-box{
    background: rgba(170, 215, 26, 0.85);
    position: relative;
    left: 24px;
}

.hero-inner-bottom-content{
    text-align: center;
    padding: 28px 0 50px;
}
.hero-inner-bottom-content h2{
    font-size: 36px;
    color: #3f3f3f;
    line-height: 1.4;
    font-weight: 400;
}
.hero-inner-bottom-content h2 b{
    font-weight: 800;
}
.hero-inner-bottom-content p{
    font-size: 17px;
    color: #696969;
    line-height: 1.3;
    font-weight: 400;
    width: 66%;
    margin: auto;
}

/* Christmas Season Styles */
.hero-section-v3.christmas .hero-section-v3-inner .hero-inner-top-content .left-side-content {
    width: 47%;
    padding-top: 60px;
}
.hero-section-v3.christmas .hero-section-v3-inner .hero-inner-top-content .left-side-content p {
    line-height: 1.4;
    padding: 20px 0;
}
.hero-section-v3.christmas .hero-section-v3-inner .hero-inner-top-content .left-side-content p b {
    font-weight: 800;
}
.color-christmas {
    color: #dc0600;
}
.hero-section-v3.christmas .hero-sign-up-as-options-new {
    margin-top: 40px;
}

/* Homepages Media Styles */
@media (max-width: 1199px){
    .hero-section-v3 .hero-section-v3-inner .hero-inner-top-content .right-side-content .offer-text-box{
        bottom: 23%;
        left: 8px;
    }
    .hero-section-v3 .hero-section-v3-inner .hero-inner-top-content .right-side-content .offer-text-box .first-box,
    .hero-section-v3 .hero-section-v3-inner .hero-inner-top-content .right-side-content .offer-text-box .second-box{
        font-size: 26px;
        padding: 16px 14px;
    }
}
@media (max-width: 900px){
    .hero-section-v2 .hero-section-v2-inner .hero-inner-top-content{
        flex-direction: column;
        height: auto;
        padding: 30px 0;
    }
    .hero-section-v2 .hero-section-v2-inner .hero-inner-top-content .left-side-content{
        width: 100%;
        padding-right: 0;
    }
    .hero-section-v2 .hero-section-v2-inner .hero-inner-top-content .right-side-content{
        text-align: center;
        margin-top: -80px;
    }
    .hero-section-v2 .hero-section-v2-inner .hero-inner-top-content .right-side-content img{
        width: 100%;
        position: relative;
        left: inherit;
        min-width: auto;
    }
    .hero-section-v3 .hero-section-v3-inner .hero-inner-top-content{
        flex-direction: column;
        text-align: center;
    }
    .hero-section-v3 .hero-section-v3-inner .hero-inner-top-content .left-side-content p {
        max-width: 100%;
    }
    .hero-section-v3 .hero-section-v3-inner .hero-inner-top-content .right-side-content img{
        margin-top: 0px;
        width: 100%;
        max-width: 370px;
        height: auto;
        margin-right: auto;
    }
    .hero-section-v3 {
        padding-bottom: 120px;
    }
    .signup-as-options-inner {
        justify-content: center;
    }
    .hero-section-v3 .hero-section-v3-inner .hero-inner-top-content .left-side-content{
        width: 100%;
        margin: auto;
        padding-right: 0;
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .hero-section-v3.christmas .hero-section-v3-inner .hero-inner-top-content .left-side-content {
        width: auto;
        padding-top: 40px;
    }
    .hero-section-v3.christmas .hero-sign-up-as-options-new {
        margin-top: 0;
    }
    .hero-section-v3 .hero-section-v3-inner .hero-inner-top-content .right-side-content .offer-text-box{
        bottom: 23%;
        left: 0;
        text-align: center;
    }
    .hero-section-v3 .hero-section-v3-inner .hero-inner-top-content .right-side-content .offer-text-box .first-box,
    .hero-section-v3 .hero-section-v3-inner .hero-inner-top-content .right-side-content .offer-text-box .second-box{
        font-size: 20px;
        padding: 12px 12px;
    }
    .hero-section-v3 .hero-section-v3-inner .hero-inner-top-content .right-side-content .offer-text-box .second-box{
        left: 0;
    }
    .hero-inner-bottom-content p{
        font-size: 16px;
        width: 86%;
    }
    .hero-section-v3 .hero-section-v3-inner .hero-inner-top-content .left-side-content ul li{
        font-size: 18px;
        line-height: 1.3;
    }
    .hero-section-v3 .hero-section-v3-inner .hero-inner-top-content .left-side-content h1{
        font-size: 34px;
    }
    .hero-inner-bottom-content h2{
        font-size: 30px;
        line-height: 1.2;
    }
}
@media (max-width: 480px){
    .hero-section-v2 .hero-section-v2-inner .hero-inner-top-content{
        margin-top: -4px;
    }
    .hero-section-v3 .hero-section-v3-inner .hero-inner-top-content .left-side-content{
        padding-top: 30px;
    }
    .hero-section-v2 .hero-section-v2-inner .hero-inner-top-content .left-side-content ul,
    .hero-section-v3 .hero-section-v3-inner .hero-inner-top-content .left-side-content ul{
        padding: 20px 0;
    }
    .hero-section-v2 .hero-section-v2-inner .hero-inner-top-content .left-side-content ul li,
    .hero-section-v3 .hero-section-v3-inner .hero-inner-top-content .left-side-content ul li{
        font-size: 16px;
        line-height: 1.3;
    }
    .hero-section-v2 .hero-section-v2-inner .hero-inner-top-content .left-side-content h1,
    .hero-section-v3 .hero-section-v3-inner .hero-inner-top-content .left-side-content h1{
        font-size: 28px;
    }
    .hero-section-v3 .hero-section-v3-inner .hero-inner-top-content .left-side-content p {
        font-size: 15px;
        line-height: 1.4;
    }
    .hero-sign-up-as-options-new .signup-as-options-inner .signup-as-box .img-box {
        padding: 16px 20px;
    }
    .hero-sign-up-as-options-new .signup-as-options-inner .signup-as-box .img-box img {
        width: 60px;
        height: 60px;
    }
    .hero-sign-up-as-options-new .signup-as-options-inner .signup-as-box p {
        margin-top: 2px;
        font-size: 12px !important;
    }
    .hero-section-v3 {
        padding-bottom: 80px;
    }
    .hero-sign-up-as-options-new {
        margin-top: -10px;
    }
    .hero-sign-up-as-options-new h6 {
        font-size: 17px;
    }
    .hero-inner-bottom-content h2{
        font-size: 28px;
        line-height: 1.1;
    }
    .hero-inner-bottom-content p{
        font-size: 15px;
        width: 100%;
        margin-top: 10px;
    }
    .hero-section-v2 .hero-inner-bottom-content {
        text-align: center;
        padding: 44px 0 50px;
    }
    .hero-section-v3.christmas .hero-section-v3-inner .hero-inner-top-content .left-side-content {
        padding-top: 26px;
    }
}

.widgets-section-one {
    position: relative;
    background: #efefef;
    overflow: hidden
}

.widgets-section-one .text-column {
    position: relative;
    float: right
}

.widgets-section-one .text-column .inner {
    position: relative;
    display: block;
    padding: 80px 0 50px
}

.widgets-section-one .text-column .content {
    position: relative;
    max-width: 500px;
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px)
}

.widgets-section-one .active .text-column .content {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .5s ease .3s;
    -ms-transition: all .5s ease .3s;
    -o-transition: all .5s ease .3s;
    -moz-transition: all .5s ease .3s;
    transition: all .5s ease .3s
}

.widgets-section-one .text-column h3 {
    font-size: 30px;
    color: #1aa36a;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 7px
}

.widgets-section-one .text-column .text {
    position: relative;
    color: #2d2d2d;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 10px
}

.widgets-section-one .image-column {
    position: relative
}

.widgets-section-one .image-column .inner {
    position: relative;
    display: block;
    text-align: center;
    padding: 40px 30px 0 0;
    margin-left: -70px
}

.widgets-section-one .image-column img {
    width: auto!important;
    display: inline-block;
    max-height: 382px
}

.widgets-section-one .image-column .image {
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px)
}

.widgets-section-one .active .image-column .image {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.widgets-section-one .owl-theme .owl-nav {
    display: none
}

.widgets-section-one .owl-theme .owl-dots {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    padding-left: 50%;
    margin-left: 15px
}

.widgets-section-one .owl-theme .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin-right: 7px
}

.widgets-section-one .owl-theme .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    background: #dbdbdb;
    border-radius: 50%
}

.widgets-section-one .owl-theme .owl-dots .owl-dot.active span {
    background: #a3a3a3
}

.widgets-section-two {
    position: relative;
    background: #03050a;
    color: #fff;
    overflow: hidden
}

.widgets-section-two .bg-image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 40% center;
    background-size: cover
}

.widgets-section-two .text-column {
    position: relative
}

.widgets-section-two .text-column .inner {
    position: relative;
    display: block;
    padding: 130px 0 100px 0
}

.widgets-section-two .text-column .content {
    position: relative
}

.widgets-section-two .text-column h2 {
    font-size: 56px;
    color: #fff;
    font-weight: 600;
    line-height: 1.05em;
    margin-bottom: 40px
}

.widgets-section-two .text-column h2 span {
    color: #fed716
}

.widgets-section-two .text-column .text {
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 30px
}

.widgets-section-two .image-column {
    position: relative;
    padding-right: 80px
}

.widgets-section-two .image-column .inner {
    position: relative;
    display: block;
    text-align: left;
    padding: 20px 0 0;
    margin-left: -50px;
    margin-right: -100px
}

.widgets-section-two .image-column img {
    width: auto!important;
    display: inline-block
}

.widgets-section-two .image-column .image-box .image {
    position: relative
}

.widgets-section-two .image-column .image-box .over-logo {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    text-align: center
}

.subject-workflows-section {
    position: relative;
    background: #ffffff;
    padding: 80px 0px 40px;
    overflow: hidden;
}

.subject-workflows-section .text-column {
    position: relative;
    float: right;
    margin-bottom: 30px
}

.subject-workflows-section .text-column .inner {
    position: relative;
    display: block;
    padding: 30px 0 0
}

.subject-workflows-section .text-column .content {
    position: relative;
    max-width: 500px
}

.subject-workflows-section .text-column h3 {
    font-size: 36px;
    color: #2d2d2d;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 25px
}

.subject-workflows-section .text-column .text {
    position: relative;
    color: #2d2d2d;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 35px
}

.subject-workflows-section .image-column {
    position: relative;
    margin-bottom: 30px
}

.subject-workflows-section .image-column .inner {
    position: relative;
    display: block;
    padding: 0 30px 0 0
}

.call-to-action {
    position: relative;
    background: #1e3557;
    color: #fff;
    overflow: hidden
}

.call-to-action .outer-box {
    position: relative;
    display: table;
    vertical-align: middle;
    width: 100%;
    min-height: 480px
}

.call-to-action .outer-box .inner {
    position: relative;
    padding: 70px 0;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    min-height: 480px
}

.call-to-action .bg-image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center center
}

.call-to-action .content-box {
    position: relative;
    max-width: 600px;
    text-align: center;
    margin: 0 auto
}

.call-to-action h2 {
    font-size: 52px;
    line-height: 1.2em;
    margin-bottom: 7px;
    font-weight: 300
}

.call-to-action h2 strong {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px
}

.call-to-action .text {
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 30px;
    font-weight: 400
}

.call-to-action .link-box .theme-btn {
    min-width: 170px
}

@media only screen and (max-width:1140px) {
    .new-home-banner .text-column h2 {
        font-size: 36px
    }
    .new-home-banner .text-column ul li {
        font-size: 16px
    }
    .widgets-section-one .owl-theme .owl-dots {
        bottom: 70px
    }
    .widgets-section-one .text-column .inner {
        padding-top: 100px
    }
    .widgets-section-two .text-column .inner {
        padding-left: 0
    }
    .widgets-section-two .text-column h2 {
        font-size: 36px;
        line-height: 1.2em;
        margin-bottom: 30px
    }
    .widgets-section-one .image-column .inner {
        padding-right: 0;
        margin-left: 0
    }
    .promo-code-box .btn-promo {
        min-width: 110px;
    }
}

@media (max-width: 1060px) {
    .widgets-section-two .image-column {
        padding-right: 20px;
    }
}

@media only screen and (max-width:1023px) {
    .new-home-banner .text-column .inner {
        padding: 50px 0
    }
    .new-home-banner .image-column .inner {
        padding: 0 0 50px
    }
    .widgets-section-one {
        text-align: center
    }
    .widgets-section-one .text-column .inner {
        padding: 50px 0
    }
    .widgets-section-one .text-column .content {
        max-width: 600px;
        margin: 0 auto
    }
    .widgets-section-one .image-column .inner {
        padding: 0 0;
        margin: 0
    }
    .widgets-section-one .owl-theme .owl-dots {
        left: 0;
        bottom: 30px;
        padding: 0 20px;
        text-align: center;
        margin: 0
    }
    .widgets-section-two .text-column .inner {
        text-align: center;
        max-width: 600px;
        margin: 0 auto;
        padding: 50px 0 30px
    }
    .widgets-section-two .image-column .inner {
        padding: 0 0;
        margin: 0 0
    }
    .subject-workflows-section {
        text-align: center
    }
    .subject-workflows-section .text-column .content {
        max-width: 600px;
        margin: 0 auto
    }
    .subject-workflows-section .text-column .inner {
        padding: 0
    }
    .subject-workflows-section {
        padding: 50px 0 20px
    }
    .call-to-action h2 {
        font-size: 36px;
        font-weight: 400;
        text-transform: capitalize
    }
    .call-to-action .outer-box .inner {
        padding: 50px 0
    }
}

@media only screen and (max-width: 599px) {
    .call-to-action .outer-box, .call-to-action .outer-box .inner {
        min-height: 300px;
    }
}

@media only screen and (max-width: 767px) {
    .call-to-action h2, .new-home-banner .text-column h2, .subject-workflows-section .text-column h3, .widgets-section-two .text-column h2 {
        font-size: 30px;
    }
}