@font-face {
    font-style: normal;
    font-weight: 900;
    font-family: "poppins"
}

@font-face {
    font-style: normal;
    font-weight: 700;
    font-family: "poppins"
}

@font-face {
    font-style: normal;
    font-weight: 600;
    font-family: "poppins"
}

@font-face {
    font-style: normal;
    font-weight: 400;
    font-family: "poppins"
}

@font-face {
    font-style: normal;
    font-weight: 500;
    font-family: "poppins"
}

@font-face {
    font-style: normal;
    font-weight: 300;
    font-family: "poppins"
}

body {
    margin: 0px;
    padding: 0px;
    color: #000;
    font-family: "poppins";
    font-weight: 400;
    font-family: "Poppins",sans-serif
}

    body.overHidden {
        overflow: hidden
    }

p {
    line-height: 24px;
    font-size: 14px;
    font-family: "Poppins",sans-serif
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins",sans-serif
}

span {
    font-family: "Poppins",sans-serif
}

a, input, select, textarea, button {
    text-decoration: none !important;
    outline: none !important;
    font-family: "Poppins",sans-serif
}

    input[type=text] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none !important
    }

.container {
    padding: 0 50px;
    width: 100% !important
}

.loading::after {
    content: "";
    position: absolute;
    height: calc(100% + 4px);
    width: calc(100% + 4px);
    background-color: #fff;
    opacity: .8;
    left: -2px;
    top: -2px;
    z-index: 1010;
    display: inline-block
}

.loading::before {
    content: "";
    position: absolute;
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 20px;
    border-left: 2px solid #4BB443;
    border-right: 2px solid #4BB443;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    z-index: 1020;
    left: calc(50% - 10px);
    top: calc(50% - 10px);
    animation-name: dondur;
    animation-duration: .6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@keyframes dondur {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.mb-20 {
    margin-bottom: 20px
}

.bg-Gray {
    background-color: #F5F5F5
}

.top-head {
    position: absolute;
    top: 30px;
    z-index: 9;
    width: 100%
}

    .top-head .top-head-btn {
        display: inline-block;
        text-align: right;
        float: right;
        padding-top: 8px
    }

        .top-head .top-head-btn .defbtn {
            color: #fff;
            padding: 7px 40px;
            border-radius: 50px;
            text-transform: uppercase;
            transition: all .4s;
            -webkit-transition: all .4s;
            -moz-transition: all .4s;
            -ms-transition: all .4s;
            font-family: "poppins";
            font-weight: 500;
            display: inline-block;
            margin-bottom: 15px
        }

            .top-head .top-head-btn .defbtn.login {
                background: transparent;
                border: 1px solid #fff
            }

                .top-head .top-head-btn .defbtn.login:hover {
                    text-decoration: none;
                    background-color: #4BB443;
                    border-color: #4BB443
                }

            .top-head .top-head-btn .defbtn.freetrial {
                background-color: #4BB443;
                border: 1px solid #4BB443
            }

                .top-head .top-head-btn .defbtn.freetrial:hover {
                    text-decoration: none;
                    background: transparent;
                    border-color: #fff;
                    color: #fff
                }

.header .signIn {
    display: flex
}

    .header .signIn .sign-in {
        padding: 8px 20px;
        color: #fff;
        font-size: 14px !important;
        letter-spacing: .75px;
        background-color: #4BB443;
        border: 1px solid #4BB443;
        border-radius: 38px;
        margin-left: 10px
    }

        .header .signIn .sign-in:hover {
            background: transparent;
            border: 1px solid #fff
        }

    .header .signIn .profileControl {
        display: flex;
        flex-direction: column;
        position: relative;
        margin-left: 10px
    }

        .header .signIn .profileControl .controllabel {
            display: flex;
            cursor: pointer;
            transition: ease-in-out .4s
        }

            .header .signIn .profileControl .controllabel .ripple {
                background: rgba(82,115,131,0.4)
            }

            .header .signIn .profileControl .controllabel .avatarIcon {
                width: 40px;
                height: 40px;
                border: 4px solid #527383;
                background-color: #527383;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center
            }

                .header .signIn .profileControl .controllabel .avatarIcon svg {
                    fill: #fff
                }

            .header .signIn .profileControl .controllabel .labelHold {
                cursor: pointer;
                padding-left: 8px;
                display: flex;
                justify-content: center;
                flex-direction: column
            }

                .header .signIn .profileControl .controllabel .labelHold .nameLabel {
                    margin-bottom: 0;
                    display: flex;
                    cursor: pointer;
                    color: #fff;
                    font-size: 14px;
                    font-weight: 400
                }

                    .header .signIn .profileControl .controllabel .labelHold .nameLabel svg {
                        margin-left: 10px;
                        position: relative;
                        top: 5px;
                        filll: #fff;
                        font-size: 14px
                    }

                .header .signIn .profileControl .controllabel .labelHold .posLabel {
                    cursor: pointer;
                    margin-bottom: 0
                }

            .header .signIn .profileControl .controllabel:hover .avatarIcon {
                background-color: #4BB443;
                border-color: #4BB443
            }

            .header .signIn .profileControl .controllabel:hover .labelHold .nameLabel {
                color: #4BB443
            }

                .header .signIn .profileControl .controllabel:hover .labelHold .nameLabel svg path {
                    fill: #4BB443
                }

        .header .signIn .profileControl .profileDropRow {
            min-width: 235px;
            width: 100%;
            top: 100%;
            position: absolute;
            overflow: hidden;
            z-index: 1;
            margin-top: 10px;
            border-radius: 5px;
            right: 0
        }

            .header .signIn .profileControl .profileDropRow .profListHold {
                display: flex;
                flex-direction: column;
                background: #fff
            }

            .header .signIn .profileControl .profileDropRow .smProfile {
                padding: 18px 15px 12px 15px;
                display: flex
            }

                .header .signIn .profileControl .profileDropRow .smProfile .labelHold {
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    padding-left: 10px
                }

                    .header .signIn .profileControl .profileDropRow .smProfile .labelHold .nameLabel {
                        margin-bottom: 0;
                        display: flex;
                        cursor: pointer
                    }

                        .header .signIn .profileControl .profileDropRow .smProfile .labelHold .nameLabel svg {
                            margin-left: 10px;
                            position: relative;
                            top: 5px
                        }

                    .header .signIn .profileControl .profileDropRow .smProfile .labelHold .posLabel {
                        cursor: pointer;
                        margin-bottom: 0
                    }

            .header .signIn .profileControl .profileDropRow .dropList {
                display: flex;
                align-item: center;
                padding: 10px 16px;
                color: #313131;
                font-weight: 400;
                font-size: 14px;
                border: 1px solid #fff;
                transition: ease-in-out .2s
            }

                .header .signIn .profileControl .profileDropRow .dropList:hover {
                    border-bottom: 1px solid #4BB443
                }

                .header .signIn .profileControl .profileDropRow .dropList.logOut {
                    color: #4BB443;
                    font-weight: 400;
                    margin-bottom: 10px;
                    font-size: 14px
                }

                    .header .signIn .profileControl .profileDropRow .dropList.logOut svg {
                        width: 45px;
                        height: 45px;
                        padding-right: 10px;
                        filll: #4BB443
                    }

.header .hide-sign {
    display: none
}

.registeration-wrap {
    width: 435px;
    padding: 30px;
    background-color: rgba(0,0,0,0.73);
    position: absolute;
    right: 50px;
    bottom: 40px;
    z-index: 9
}

    .registeration-wrap .reg-title {
        border-bottom: 1px solid rgba(255,255,255,0.42);
        padding-bottom: 10px
    }

        .registeration-wrap .reg-title .regtitle {
            font-size: 20px;
            font-family: "poppins";
            font-weight: 400;
            color: #fff;
            margin: 0px 0 7px 0px;
            text-transform: uppercase
        }

        .registeration-wrap .reg-title .regsub {
            font-size: 14px;
            font-family: "poppins";
            font-weight: 400;
            color: #a1a1a1;
            margin: 0px
        }

    .registeration-wrap .regform .regformitem {
        margin-top: 25px
    }

.form-label, .formleb1 {
    font-size: 12px;
    font-family: "poppins";
    font-weight: 400;
    color: #a1a1a1;
    margin: 0;
    display: block;
    opacity: 1;
    -webkit-transition: .333s ease top,.333s ease opacity;
    transition: .333s ease top,.333s ease opacity;
    padding-top: 10px;
    padding-left: 10px
}

.form-group {
    margin-bottom: 0px;
    position: relative
}

.form-control {
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,0.42);
    background: transparent;
    color: #fff;
    font-size: 13px;
    margin-top: 3px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s
}

    .form-control:focus {
        box-shadow: none;
        border-color: #fff
    }

.js-hide-label {
    opacity: 0
}

.js-unhighlight-label {
    color: #999;
    font-size: 12px;
    font-family: "poppins";
    font-weight: 400;
    padding-left: 10px
}

.field-validation-error {
    right: 10px;
    color: #fff;
    font-size: 12px;
    position: absolute;
    bottom: -7px;
    background-color: #4BB443;
    padding: 0px 7px;
    border-radius: 2px;
    font-weight: 400
}

select::-ms-expand {
    display: none
}

.right-0 {
    margin-left: auto;
    margin-right: 0
}

#style-4::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
    background-color: #F5F5F5
}

#style-4::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5
}

#style-4::-webkit-scrollbar-thumb {
    background-color: #4BB443
}

.slimScrollStyle::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
    background-color: #F5F5F5
}

.slimScrollStyle::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5
}

.slimScrollStyle::-webkit-scrollbar-thumb {
    background-color: #4BB443
}

.inp-select {
    color: #a1a1a1;
    background-image: url(../images/select-arrow.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px),center;
    -webkit-appearance: none;
    -moz-appearance: none
}

.mob-wrap {
    padding-left: 100px;
    display: block;
    position: relative
}

    .mob-wrap .inp-select {
        position: absolute;
        left: 0;
        width: 90px;
        bottom: 0
    }

.google-captcha {
    margin-top: 20px
}

.btnPrimaryCommon {
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    background-color: #4BB443;
    font-weight: 500;
    border: none;
    border-radius: 4px;
    padding: 12px 28px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s
}

    .btnPrimaryCommon:hover {
        background-color: #d60d15 !important;
        color: #fff
    }

.btn-outline {
    padding: 8px 20px;
    border: 1px solid #A1C7F5;
    font-size: 14px;
    line-height: 14px;
    border-radius: 16px;
    background: #fff;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s
}

    .btn-outline:hover {
        background: #E7F1FC
    }

.btn-reg.reg .registernow:hover {
    border-color: #d1070f;
    color: #fff;
    background-color: #d1070f
}

.btn-reg .registernow {
    color: #fff;
    padding: 7px 40px;
    border-radius: 50px;
    text-transform: normal;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    font-family: "poppins";
    font-weight: 400;
    display: inline-block;
    background-color: #4BB443;
    border: 1px solid #4BB443;
    margin-top: 20px;
    text-transform: uppercase;
    position: relative
}

    .btn-reg .registernow:hover {
        text-decoration: none;
        background: transparent;
        border-color: #fff;
        color: #fff
    }

    .btn-reg .registernow[disabled] {
        cursor: not-allowed
    }

        .btn-reg .registernow[disabled]:after {
            content: "";
            position: absolute;
            background-image: url("../images/Flickr-1s-50px.gif");
            background-position: center center;
            background-repeat: no-repeat;
            background-size: 30px;
            background-color: #fff;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            border-radius: 50px;
            border: 1px solid #4BB443
        }

.banner-wrap {
    width: 100%;
    padding: 0px;
    margin: 0px;
    position: relative
}

    .banner-wrap #homepage-banner .owl-dots {
        position: absolute;
        left: 50px;
        bottom: 27px
    }

        .banner-wrap #homepage-banner .owl-dots .owl-dot {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: #3f3f3f;
            margin-right: 10px;
            display: inline-block;
            transition: all .4s;
            -webkit-transition: all .4s;
            -moz-transition: all .4s;
            -ms-transition: all .4s
        }

            .banner-wrap #homepage-banner .owl-dots .owl-dot.active {
                background-color: #fff
            }

    .banner-wrap #homepage-banner .bannerimage {
        width: 100%
    }

        .banner-wrap #homepage-banner .bannerimage img {
            background-size: cover;
            width: 100%;
            background-position: center
        }

    .banner-wrap #homepage-banner .bannertext {
        position: absolute;
        left: 50px;
        bottom: 250px
    }

        .banner-wrap #homepage-banner .bannertext .banner-head {
            font-size: 40px;
            line-height: 45px;
            color: #fff;
            font-family: "poppins";
            font-weight: 900;
            text-transform: uppercase;
            margin: 0px 0 10px 0px
        }

        .banner-wrap #homepage-banner .bannertext .banner-head-sub {
            font-size: 16px;
            font-family: "poppins";
            font-weight: 400;
            color: #fff
        }

        .banner-wrap #homepage-banner .bannertext .btn-wrap .top-head-btn {
            display: inline-block;
            padding-top: 8px
        }

            .banner-wrap #homepage-banner .bannertext .btn-wrap .top-head-btn .defbtn {
                color: #fff;
                padding: 7px 40px;
                border-radius: 50px;
                text-transform: normal;
                transition: all .4s;
                -webkit-transition: all .4s;
                -moz-transition: all .4s;
                -ms-transition: all .4s;
                font-family: "poppins";
                font-weight: 400;
                display: inline-block;
                margin-bottom: 10px
            }

                .banner-wrap #homepage-banner .bannertext .btn-wrap .top-head-btn .defbtn.login {
                    background: transparent;
                    border: 1px solid #fff;
                    margin-right: 5px
                }

                    .banner-wrap #homepage-banner .bannertext .btn-wrap .top-head-btn .defbtn.login:hover {
                        text-decoration: none;
                        background-color: #4BB443;
                        border-color: #4BB443
                    }

                .banner-wrap #homepage-banner .bannertext .btn-wrap .top-head-btn .defbtn.freetrial {
                    background-color: #4BB443;
                    border: 1px solid #4BB443;
                    margin-right: 5px
                }

                    .banner-wrap #homepage-banner .bannertext .btn-wrap .top-head-btn .defbtn.freetrial:hover {
                        text-decoration: none;
                        background: transparent;
                        border-color: #fff;
                        color: #fff
                    }

.btn-wrap .top-head-btn {
    display: inline-block;
    padding-top: 8px
}

    .btn-wrap .top-head-btn .defbtn {
        color: #fff;
        padding: 7px 40px;
        border-radius: 50px;
        text-transform: normal;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        font-family: "poppins";
        font-weight: 400;
        display: inline-block;
        margin-bottom: 10px
    }

        .btn-wrap .top-head-btn .defbtn.login {
            background: transparent;
            border: 1px solid #fff;
            margin-right: 5px
        }

            .btn-wrap .top-head-btn .defbtn.login:hover {
                text-decoration: none;
                background-color: #4BB443;
                border-color: #4BB443
            }

        .btn-wrap .top-head-btn .defbtn.freetrial {
            background-color: #4BB443;
            border: 1px solid #4BB443;
            margin-right: 5px
        }

            .btn-wrap .top-head-btn .defbtn.freetrial:hover {
                text-decoration: none;
                background: transparent;
                border-color: #fff;
                color: #fff
            }

.btn-primaryRadial {
    background-color: #4BB443 !important;
    border: 1px solid #4BB443 !important
}

    .btn-primaryRadial:hover {
        background: #c71119 !important;
        border: 1px solid #c71119 !important
    }

.outlineBtnRect {
    padding: 8px 12px;
    background: transparent;
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 4px;
    color: #f5f5f5;
    font-weight: 400;
    letter-spacing: .4px;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s
}

    .outlineBtnRect:hover {
        border: 1px solid #1A542C;
        background: #4BB443;
        color: #fff
    }

.explorePlan {
    padding: 8px 12px;
    background: #4BB443;
    border: 1px solid #1A542C;
    display: inline-block;
    border-radius: 4px;
    color: #f5f5f5;
    font-weight: 400;
    letter-spacing: .4px;
    text-transform: capitalize;
    text-decoration: none;
    width: 200px;
    text-align: center;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s
}

    .explorePlan:hover {
        color: #fff;
        background: #1A542C;
        border: 1px solid #1A542C
    }

        .explorePlan:hover .btnIcon {
            top: 0px
        }

        .explorePlan:hover .btnlabel {
            color: #fff
        }

    .explorePlan .btnIcon {
        display: block;
        width: 100%;
        text-align: center;
        margin: 0 0 4px 0;
        position: relative;
        top: 4px;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s
    }

        .explorePlan .btnIcon svg {
            width: 20px;
            height: 20px;
            fill: #fff;
            transition: all .4s;
            -webkit-transition: all .4s;
            -moz-transition: all .4s;
            -ms-transition: all .4s
        }

            .explorePlan .btnIcon svg path {
                fill: #fff
            }

        .explorePlan .btnIcon .btnlabel {
            display: block;
            width: 100%;
            text-align: center;
            font-size: 14px;
            line-height: 14px;
            color: #f5f5f5
        }

.btn-secondary {
    padding: 8px 12px;
    background: #edf5ec;
    border: 1px solid #4BB443;
    display: inline-flex;
    align-items: center;
    border-radius: 2px;
    color: #4BB443;
    font-weight: 400;
    letter-spacing: .4px;
    text-transform: capitalize;
    text-decoration: none;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s
}

    .btn-secondary:hover {
        background: #4BB443;
        color: #fff
    }

        .btn-secondary:hover .btn-label {
            color: #fff
        }

        .btn-secondary:hover svg {
            fill: #fff
        }

            .btn-secondary:hover svg path {
                fill: #fff
            }

    .btn-secondary svg {
        width: 15px;
        height: 15px;
        fill: #4BB443;
        margin-right: 8px;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s
    }

        .btn-secondary svg path {
            fill: #4BB443
        }

    .btn-secondary .btn-label {
        color: #4BB443
    }

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.tgl {
    display: none
}

    .tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
        box-sizing: border-box
    }

        .tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
            background: none
        }

        .tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
            background: none
        }

        .tgl + .tgl-btn {
            outline: 0;
            display: block;
            width: 48px;
            height: 24px;
            position: relative;
            cursor: pointer;
            margin: 0;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none
        }

            .tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
                position: relative;
                display: block;
                content: "";
                width: calc(50% - 2px);
                height: 100%
            }

            .tgl + .tgl-btn:after {
                left: 0
            }

            .tgl + .tgl-btn:before {
                display: none
            }

        .tgl:checked + .tgl-btn:after {
            left: calc(50% + 2px)
        }

.tgl-light + .tgl-btn {
    background: #4BB443;
    border-radius: 2em;
    padding: 2px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

    .tgl-light + .tgl-btn:after {
        border-radius: 50%;
        background: #fff;
        -webkit-transition: all .2s ease;
        transition: all .2s ease
    }

.tgl-light:checked + .tgl-btn {
    background: #4BB443
}

.titlehead {
    font-size: 35px;
    font-family: "poppins";
    font-weight: 900;
    color: #373737;
    margin: 0 0 35px 0px;
    text-transform: uppercase
}

    .titlehead.mdtitle {
        margin-bottom: 20px
    }

.para {
    font-size: 14px;
    line-height: 24px;
    color: #848484
}

    .para.leftwidth {
        max-width: 500px
    }

.imgfull {
    width: 100%
}

.p-0 {
    padding: 0px
}

.featured-items {
    padding: 80px 0px;
    transition: all .9s;
    -webkit-transition: all .9s;
    -moz-transition: all .9s;
    -ms-transition: all .9s
}

    .featured-items:hover .featured-image img {
        transform: translate(0, -40px);
        -webkit-transform: translate(0, -40px);
        -moz-transform: translate(0, -40px);
        -ms-transform: translate(0, -40px)
    }

    .featured-items .featured-image {
        position: relative
    }

        .featured-items .featured-image img {
            position: absolute;
            transition: all .9s;
            -webkit-transition: all .9s;
            -moz-transition: all .9s;
            -ms-transition: all .9s
        }

    .featured-items.item-1 {
        background-image: url("../images/featured-1-bg.png");
        background-repeat: no-repeat;
        background-position: 0px 0px
    }

        .featured-items.item-1:hover {
            background-position: -20px 20px
        }

    .featured-items.item-2 {
        background: url("../images/featured-2-bg.png") #f4f7f9;
        background-position: 100% center;
        background-repeat: no-repeat;
        padding-top: 130px
    }

        .featured-items.item-2:hover {
            background-position: calc(100% + 20px) center
        }

    .featured-items.item-3 {
        background: url("../images/featured-3-bg.png");
        background-position: 0 100%;
        background-repeat: no-repeat
    }

        .featured-items.item-3:hover {
            background-position: -20px calc(100% + 20px)
        }

.rightimg {
    right: 0px
}

.leftimg {
    left: 0px
}

.mobdesk-wrap {
    width: 100%;
    height: auto;
    background-image: url("../images/mobile-desktop-ready-background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px
}

    .mobdesk-wrap .pad {
        max-width: 548px
    }

    .mobdesk-wrap .pd50 {
        padding-left: 50px
    }

        .mobdesk-wrap .pd50 .logosmd {
            margin-bottom: 50px;
            margin-top: 50px
        }

            .mobdesk-wrap .pd50 .logosmd img {
                margin-right: 40px;
                display: inline-block
            }

.white {
    color: #fff
}

.validation-error {
    border-color: #4BB443 !important
}

.accountbox-wrap {
    padding: 80px 0px;
    background-image: url("../images/featured-4-bg.png");
    background-repeat: no-repeat;
    background-position: 100% center;
    transition: all .9s;
    -webkit-transition: all .9s;
    -moz-transition: all .9s;
    -ms-transition: all .9s
}

    .accountbox-wrap:hover {
        background-position: calc(100% + 20px) center
    }

    .accountbox-wrap #accountbox-screenshot {
        margin-bottom: 50px
    }

        .accountbox-wrap #accountbox-screenshot img {
            width: 100%
        }

        .accountbox-wrap #accountbox-screenshot .owl-dots {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: -40px;
            min-width: 200px;
            display: inline-block;
            text-align: center
        }

            .accountbox-wrap #accountbox-screenshot .owl-dots .owl-dot {
                width: 10px;
                height: 10px;
                border-radius: 50%;
                background-color: #ddd;
                margin-right: 10px;
                display: inline-block;
                transition: all .4s;
                -webkit-transition: all .4s;
                -moz-transition: all .4s;
                -ms-transition: all .4s
            }

                .accountbox-wrap #accountbox-screenshot .owl-dots .owl-dot.active {
                    background-color: #c90e15
                }

    .accountbox-wrap .accountbox-text {
        padding-top: 30px;
        padding-left: 40px
    }

        .accountbox-wrap .accountbox-text .actitle {
            margin-bottom: 10px
        }

        .accountbox-wrap .accountbox-text .actitle-sub {
            font-size: 20px;
            line-height: 32px;
            margin: 0;
            color: #5f5f5f
        }

        .accountbox-wrap .accountbox-text .acsubtext {
            padding-left: 20px;
            border-left: 10px solid #f4f7f9;
            margin: 37px 0 0 0px;
            line-height: 24px;
            color: #848484
        }

        .accountbox-wrap .accountbox-text .lists {
            list-style-type: none;
            padding-left: 0px;
            margin-top: 20px
        }

            .accountbox-wrap .accountbox-text .lists li {
                padding-left: 30px;
                position: relative;
                line-height: 28px;
                color: #848484
            }

                .accountbox-wrap .accountbox-text .lists li:before {
                    width: 10px;
                    height: 4px;
                    position: absolute;
                    left: 0px;
                    top: 13px;
                    content: "";
                    background-color: #4BB443
                }

.h-auto {
    height: auto !important
}

.all-features {
    padding: 0px 0 0px 0px;
    background-image: url("../images/featured-5-bg.png");
    background-repeat: no-repeat;
    background-size: 100%
}

    .all-features .all-featured-item {
        padding-top: 95px;
        background-position: top center;
        background-repeat: no-repeat;
        text-align: center;
        margin-bottom: 50px;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        padding-bottom: 20px;
        background-size: 70px
    }

        .all-features .all-featured-item:hover {
            background-size: 60px;
            -webkit-box-shadow: 0px 20px 30px 2px rgba(0,0,0,0.09);
            -moz-box-shadow: 0px 20px 30px 2px rgba(0,0,0,0.09);
            box-shadow: 0px 20px 30px 2px rgba(0,0,0,0.09);
            background-position: center 12px
        }

            .all-features .all-featured-item:hover .all-feature-head span:after {
                width: 100%;
                left: 0px
            }

        .all-features .all-featured-item.icon-1 {
            background-image: url("../images/ico/icon-1.png")
        }

        .all-features .all-featured-item.icon-2 {
            background-image: url("../images/ico/icon-2.png")
        }

        .all-features .all-featured-item.icon-3 {
            background-image: url("../images/ico/icon-3.png")
        }

        .all-features .all-featured-item.icon-4 {
            background-image: url("../images/ico/icon-4.png")
        }

        .all-features .all-featured-item.icon-5 {
            background-image: url("../images/ico/icon-5.png")
        }

        .all-features .all-featured-item.icon-6 {
            background-image: url("../images/ico/icon-6.png")
        }

        .all-features .all-featured-item.icon-7 {
            background-image: url("../images/ico/icon-7.png")
        }

        .all-features .all-featured-item.icon-8 {
            background-image: url("../images/ico/icon-8.png")
        }

        .all-features .all-featured-item.icon-9 {
            background-image: url("../images/ico/icon-9.png")
        }

        .all-features .all-featured-item.icon-10 {
            background-image: url("../images/ico/icon-10.png")
        }

        .all-features .all-featured-item.icon-11 {
            background-image: url("../images/ico/icon-11.png")
        }

        .all-features .all-featured-item.icon-12 {
            background-image: url("../images/ico/icon-12.png")
        }

        .all-features .all-featured-item.icon-13 {
            background-image: url("../images/ico/icon-13.png")
        }

        .all-features .all-featured-item.icon-14 {
            background-image: url("../images/ico/icon-14.png")
        }

        .all-features .all-featured-item.icon-15 {
            background-image: url("../images/ico/icon-15.png")
        }

        .all-features .all-featured-item.icon-16 {
            background-image: url("../images/ico/icon-16.png")
        }

        .all-features .all-featured-item.icon-17 {
            background-image: url("../images/ico/icon-17.png")
        }

        .all-features .all-featured-item.icon-18 {
            background-image: url("../images/ico/icon-18.png")
        }

        .all-features .all-featured-item.icon-19 {
            background-image: url("../images/ico/icon-19.png")
        }

        .all-features .all-featured-item.icon-20 {
            background-image: url("../images/ico/icon-20.png")
        }

        .all-features .all-featured-item.icon-21 {
            background-image: url("../images/ico/icon-21.png")
        }

        .all-features .all-featured-item.icon-22 {
            background-image: url("../images/ico/icon-22.png")
        }

        .all-features .all-featured-item.icon-23 {
            background-image: url("../images/ico/icon-23.png")
        }

        .all-features .all-featured-item.icon-24 {
            background-image: url("../images/ico/icon-24.png")
        }

        .all-features .all-featured-item.icon-25 {
            background-image: url("../images/ico/icon-25.png")
        }

        .all-features .all-featured-item.icon-26 {
            background-image: url("../images/ico/icon-26.png")
        }

        .all-features .all-featured-item.icon-27 {
            background-image: url("../images/ico/icon-27.png")
        }

        .all-features .all-featured-item.icon-28 {
            background-image: url("../images/ico/icon-28.png")
        }

        .all-features .all-featured-item.icon-29 {
            background-image: url("../images/ico/icon-29.png")
        }

        .all-features .all-featured-item.icon-30 {
            background-image: url("../images/ico/icon-30.png")
        }

        .all-features .all-featured-item.icon-31 {
            background-image: url("../images/ico/icon-31.png")
        }

        .all-features .all-featured-item.icon-32 {
            background-image: url("../images/ico/icon-32.png")
        }

        .all-features .all-featured-item.icon-33 {
            background-image: url("../images/ico/icon-33.png")
        }

        .all-features .all-featured-item.icon-34 {
            background-image: url("../images/ico/icon-34.png")
        }

        .all-features .all-featured-item.icon-35 {
            background-image: url("../images/ico/icon-35.png")
        }

        .all-features .all-featured-item .all-feature-head {
            font-size: 16px;
            font-family: "poppins";
            font-weight: 500;
            color: #3a3a3a;
            margin: 0 0 10px 0px;
            position: relative
        }

            .all-features .all-featured-item .all-feature-head span {
                position: relative
            }

                .all-features .all-featured-item .all-feature-head span:after {
                    position: absolute;
                    content: "";
                    width: 0%;
                    height: 2px;
                    bottom: 0px;
                    left: 50%;
                    background-color: #4BB443;
                    transition: all .4s;
                    -webkit-transition: all .4s;
                    -moz-transition: all .4s;
                    -ms-transition: all .4s
                }

        .all-features .all-featured-item .all-feature-sub {
            color: #171717;
            line-height: 24px;
            margin: 0px;
            font-family: "poppins";
            font-weight: 500
        }

@-webkit-keyframes jumping {
    0% {
        background-position: center 0
    }

    50% {
        background-position: center -10px
    }

    100% {
        background-position: center 0
    }
}

@-moz-keyframes jumping {
    0% {
        background-position: center 0
    }

    50% {
        background-position: center -10px
    }

    100% {
        background-position: center 0
    }
}

@-o-keyframes jumping {
    0% {
        background-position: center 0
    }

    50% {
        background-position: center -10px
    }

    100% {
        background-position: center 0
    }
}

@keyframes jumping {
    0% {
        background-position: center 0
    }

    50% {
        background-position: center -10px
    }

    100% {
        background-position: center 0
    }
}

#success-warning {
    margin-top: 3%
}

.input-validation-error {
    border-color: #4BB443 !important
}

.successwarning {
    max-width: 370px
}

    .successwarning .sucwar-popup {
        border-radius: 0px;
        background-repeat: no-repeat;
        background-position: center 0;
        padding: 0px 30px;
        -webkit-animation-name: jumping;
        animation: jumping 1.5s infinite linear
    }

        .successwarning .sucwar-popup.success-popup {
            background-image: url("../images/sccess-popup.png")
        }

        .successwarning .sucwar-popup.warning-popup {
            background-image: url("../images/warning-popup.png")
        }

        .successwarning .sucwar-popup .popup-body {
            margin-top: 250px;
            margin-bottom: 25px
        }

            .successwarning .sucwar-popup .popup-body .btnAreaPopup {
                display: flex;
                align-items: center;
                justify-content: center
            }

            .successwarning .sucwar-popup .popup-body p {
                color: #a6a6a6
            }

            .successwarning .sucwar-popup .popup-body .noteContent {
                font-size: 12px;
                color: #4BB443;
                display: block;
                text-align: start;
                margin-top: 5px
            }

            .successwarning .sucwar-popup .popup-body .registernow {
                color: #fff;
                padding: 7px 40px;
                border-radius: 50px;
                text-transform: normal;
                transition: all .4s;
                -webkit-transition: all .4s;
                -moz-transition: all .4s;
                -ms-transition: all .4s;
                font-family: "poppins";
                font-weight: 400;
                display: inline-block;
                background-color: #4BB443;
                border: 1px solid #4BB443;
                margin: 20px 4px 0;
                text-transform: normal
            }

                .successwarning .sucwar-popup .popup-body .registernow:hover {
                    text-decoration: none;
                    background: transparent;
                    border-color: #000;
                    color: #000
                }

            .successwarning .sucwar-popup .popup-body .registernowBtn {
                color: #fff;
                padding: 7px 40px;
                border-radius: 50px;
                text-transform: normal;
                transition: all .4s;
                -webkit-transition: all .4s;
                -moz-transition: all .4s;
                -ms-transition: all .4s;
                font-family: "poppins";
                font-weight: 400;
                display: inline-block;
                background-color: #4BB443;
                border: 1px solid #4BB443;
                margin: 20px 4px 0;
                text-transform: normal
            }

                .successwarning .sucwar-popup .popup-body .registernowBtn:hover {
                    text-decoration: none;
                    background: transparent;
                    border-color: #000;
                    color: #000
                }

.mb-15 {
    margin-bottom: 15px
}

.mb-60 {
    margin-bottom: 60px
}

.bg-testimonial-footer {
    background-image: url("../images/featured-6-bg.png");
    background-repeat: no-repeat;
    background-size: 100%
}

.testimonial-wrap {
    padding-top: 80px;
    padding-bottom: 80px
}

    .testimonial-wrap .testimonial-text {
        margin-top: 70px
    }

    .testimonial-wrap #testimonial .owl-nav {
        width: 120px;
        padding-left: 25px
    }

        .testimonial-wrap #testimonial .owl-nav .owl-prev {
            width: 19px;
            height: 15px;
            float: left;
            margin-right: 30px;
            font-size: 0px;
            background-image: url("../images/testim-arrow-left.png");
            background-repeat: no-repeat;
            background-size: 19px;
            transition: all .4s
        }

            .testimonial-wrap #testimonial .owl-nav .owl-prev:hover {
                background-image: url("../images/testim-arrow-left-active.png")
            }

            .testimonial-wrap #testimonial .owl-nav .owl-prev.disabled {
                opacity: .2
            }

        .testimonial-wrap #testimonial .owl-nav .owl-next {
            width: 19px;
            height: 15px;
            float: left;
            margin-right: 10px;
            font-size: 0px;
            background-image: url("../images/testim-arrow-right.png");
            background-repeat: no-repeat;
            background-size: 19px;
            transition: all .4s
        }

            .testimonial-wrap #testimonial .owl-nav .owl-next:hover {
                background-image: url("../images/testim-arrow-right-active.png")
            }

            .testimonial-wrap #testimonial .owl-nav .owl-next.disabled {
                opacity: .2
            }

    .testimonial-wrap #testimonial .testimonial-item {
        margin: 25px;
        padding: 20px;
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 30px 6px rgba(0,0,0,0.05);
        -moz-box-shadow: 0px 0px 25px 6px rgba(0,0,0,0.05);
        box-shadow: 0px 0px 30px 6px rgba(0,0,0,0.05);
        border-radius: 12px;
        background-image: url("../images/testimonial-background.png");
        background-repeat: no-repeat;
        background-position: calc(100% - 20px) calc(100% - 20px);
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s
    }

        .testimonial-wrap #testimonial .testimonial-item:hover {
            background-color: #ff2d35
        }

            .testimonial-wrap #testimonial .testimonial-item:hover .testimonial-head .testimonial-title {
                font-size: 16px;
                color: #fff
            }

            .testimonial-wrap #testimonial .testimonial-item:hover .testimonial-head .testimonial-sub-title {
                color: #fff
            }

            .testimonial-wrap #testimonial .testimonial-item:hover .testimonial-content {
                color: #fff
            }

        .testimonial-wrap #testimonial .testimonial-item .testimonial-image {
            width: 60px;
            float: left;
            border-radius: 50%;
            border: 5px solid #eff4fe;
            overflow: hidden
        }

        .testimonial-wrap #testimonial .testimonial-item .testimonial-head {
            padding-left: 75px
        }

            .testimonial-wrap #testimonial .testimonial-item .testimonial-head .testimonial-title {
                font-size: 16px;
                text-transform: uppercase;
                font-family: "poppins";
                font-weight: 500;
                margin: 8px 0 5px 0px
            }

            .testimonial-wrap #testimonial .testimonial-item .testimonial-head .testimonial-sub-title {
                font-family: "poppins";
                font-weight: 400;
                color: #848484;
                font-size: 14px
            }

        .testimonial-wrap #testimonial .testimonial-item .testimonial-content {
            margin-top: 30px;
            color: #848484;
            line-height: 24px;
            margin-bottom: 30px
        }

.footer-wrapper {
    padding-top: 40px
}

    .footer-wrapper .footer-1 {
        padding-bottom: 28px;
        text-align: center
    }

        .footer-wrapper .footer-1 img {
            width: 94px;
            margin-bottom: 20px
        }

        .footer-wrapper .footer-1 .para {
            margin-bottom: 20px
        }

        .footer-wrapper .footer-1 .social-link {
            display: inline-block;
            padding-bottom: 22px;
            border-bottom: 1px solid #ddd;
            text-align: center
        }

            .footer-wrapper .footer-1 .social-link .social-links {
                display: inline-block;
                background-repeat: no-repeat;
                width: 30px;
                height: 25px;
                margin-right: 15px;
                transition: all .4s;
                -webkit-transition: all .4s;
                -moz-transition: all .4s;
                -ms-transition: all .4s
            }

                .footer-wrapper .footer-1 .social-link .social-links.facebook {
                    background-image: url("../images/facebook.png")
                }

                    .footer-wrapper .footer-1 .social-link .social-links.facebook:hover {
                        background-image: url("../images/facebook-active.png")
                    }

                .footer-wrapper .footer-1 .social-link .social-links.twitter {
                    background-image: url("../images/twitter.png")
                }

                    .footer-wrapper .footer-1 .social-link .social-links.twitter:hover {
                        background-image: url("../images/twitter-active.png")
                    }

                .footer-wrapper .footer-1 .social-link .social-links.instagram {
                    background-image: url("../images/instagram.png")
                }

                    .footer-wrapper .footer-1 .social-link .social-links.instagram:hover {
                        background-image: url("../images/instagram-active.png")
                    }

                .footer-wrapper .footer-1 .social-link .social-links.github {
                    background-image: url("../images/github.png")
                }

                    .footer-wrapper .footer-1 .social-link .social-links.github:hover {
                        background-image: url("../images/github-active.png")
                    }

                .footer-wrapper .footer-1 .social-link .social-links.linkdin {
                    background-image: url("../images/linkdin.png")
                }

                    .footer-wrapper .footer-1 .social-link .social-links.linkdin:hover {
                        background-image: url("../images/linkdin-active.png")
                    }

                .footer-wrapper .footer-1 .social-link .social-links:last-child {
                    margin-right: 0
                }

    .footer-wrapper .footer-2 {
        margin-bottom: 10px
    }

        .footer-wrapper .footer-2 .footer-link {
            margin-bottom: 20px
        }

            .footer-wrapper .footer-2 .footer-link .footlink-head {
                font-size: 16px;
                font-family: "poppins";
                font-weight: 500;
                text-transform: normal;
                margin-bottom: 25px
            }

            .footer-wrapper .footer-2 .footer-link .footer-links a {
                display: block;
                line-height: 28px;
                color: #171717;
                transition: all .4s;
                -webkit-transition: all .4s;
                -moz-transition: all .4s;
                -ms-transition: all .4s;
                font-family: "poppins";
                font-weight: 400
            }

                .footer-wrapper .footer-2 .footer-link .footer-links a:hover {
                    color: #7b7b7b;
                    cursor: pointer;
                    padding-left: 10px
                }

    .footer-wrapper .copyright-wrap {
        border-top: 1px solid #e8e8e8;
        padding-top: 20px;
        padding-bottom: 10px
    }

        .footer-wrapper .copyright-wrap .footer-left .para.f13 {
            font-size: 13px
        }

        .footer-wrapper .copyright-wrap .footer-left .link-color {
            color: #1f1f1f;
            font-family: "poppins";
            font-weight: 500
        }

        .footer-wrapper .copyright-wrap .footer-left a {
            color: #1f1f1f;
            font-family: "poppins";
            font-weight: 500;
            transition: all .4s;
            -webkit-transition: all .4s;
            -moz-transition: all .4s;
            -ms-transition: all .4s
        }

            .footer-wrapper .copyright-wrap .footer-left a:hover {
                color: #7b7b7b
            }

        .footer-wrapper .copyright-wrap .para.copyright-text {
            font-size: 13px
        }

            .footer-wrapper .copyright-wrap .para.copyright-text a img {
                margin-top: -3px
            }

.pr-0 {
    padding-right: 0px
}

.pr-a-0 {
    padding-right: 0px
}

.pl-0 {
    padding-left: 0px
}

.w-100 {
    width: 100%
}

.regsitration-outer {
    min-height: 100vh;
    position: relative
}

    .regsitration-outer .register-content-wrap {
        position: absolute;
        bottom: 20px;
        left: 70px
    }

        .regsitration-outer .register-content-wrap .register-head .register-title {
            font-size: 44px;
            font-family: "poppins";
            font-weight: 900;
            color: #fff;
            margin: 0px 0 10px 0;
            text-transform: uppercase
        }

        .regsitration-outer .register-content-wrap .register-head .register-sub {
            color: #fff;
            margin: 0px;
            font-family: "poppins";
            font-weight: 400
        }

        .regsitration-outer .register-content-wrap .register-footer {
            margin-top: 30px
        }

            .regsitration-outer .register-content-wrap .register-footer .social-link {
                text-align: left
            }

                .regsitration-outer .register-content-wrap .register-footer .social-link .social-links {
                    display: inline-block;
                    background-repeat: no-repeat;
                    width: 20px;
                    height: 20px;
                    margin-right: 15px;
                    transition: all .4s;
                    -webkit-transition: all .4s;
                    -moz-transition: all .4s;
                    -ms-transition: all .4s;
                    margin-bottom: 10px
                }

                    .regsitration-outer .register-content-wrap .register-footer .social-link .social-links.facebook {
                        background-image: url("../images/reg-fb.png")
                    }

                        .regsitration-outer .register-content-wrap .register-footer .social-link .social-links.facebook:hover {
                            background-image: url("../images/reg-fb-active.png")
                        }

                    .regsitration-outer .register-content-wrap .register-footer .social-link .social-links.twitter {
                        background-image: url("../images/reg-twitter.png")
                    }

                        .regsitration-outer .register-content-wrap .register-footer .social-link .social-links.twitter:hover {
                            background-image: url("../images/reg-twitter-active.png")
                        }

                    .regsitration-outer .register-content-wrap .register-footer .social-link .social-links.instagram {
                        background-image: url("../images/reg-insta.png")
                    }

                        .regsitration-outer .register-content-wrap .register-footer .social-link .social-links.instagram:hover {
                            background-image: url("../images/reg-insta-active.png")
                        }

                    .regsitration-outer .register-content-wrap .register-footer .social-link .social-links.github {
                        background-image: url("../images/reg-git.png");
                        height: 24px
                    }

                        .regsitration-outer .register-content-wrap .register-footer .social-link .social-links.github:hover {
                            background-image: url("../images/reg-git-active.png")
                        }

                    .regsitration-outer .register-content-wrap .register-footer .social-link .social-links.reg-linkdin {
                        background-image: url("../images/reg-linkdin.png")
                    }

                        .regsitration-outer .register-content-wrap .register-footer .social-link .social-links.reg-linkdin:hover {
                            background-image: url("../images/reg-linkdin-active.png")
                        }

            .regsitration-outer .register-content-wrap .register-footer .reg-footer-links a {
                color: #aeaeae;
                font-family: "poppins";
                font-weight: 400;
                font-size: 12px;
                transition: all .4s;
                -webkit-transition: all .4s;
                -moz-transition: all .4s;
                -ms-transition: all .4s
            }

                .regsitration-outer .register-content-wrap .register-footer .reg-footer-links a:hover {
                    color: #fff
                }

            .regsitration-outer .register-content-wrap .register-footer .reg-footer-links span {
                color: #aeaeae;
                margin: 0px 10px
            }

    .regsitration-outer .right-height {
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        background-image: url("../images/register-bg.jpg");
        background-size: cover
    }

    .regsitration-outer .left-height {
        height: 100%;
        position: absolute;
        left: 0;
        top: 0
    }

    .regsitration-outer .registration-signup {
        background-color: #eee
    }

        .regsitration-outer .registration-signup .registeration-wrap.reg-inverse {
            width: auto;
            padding: 80px 50px 0 50px;
            background-color: #fff;
            position: initial;
            right: 50px;
            bottom: 40px;
            z-index: 9;
            min-height: 100vh
        }

            .regsitration-outer .registration-signup .registeration-wrap.reg-inverse .reg-title {
                border-bottom: 1px solid rgba(0,0,0,0.2);
                padding-bottom: 10px
            }

                .regsitration-outer .registration-signup .registeration-wrap.reg-inverse .reg-title .titlehead {
                    color: #000;
                    margin-bottom: 5px
                }

                .regsitration-outer .registration-signup .registeration-wrap.reg-inverse .reg-title .regtitle {
                    font-size: 20px;
                    font-family: "poppins";
                    font-weight: 400;
                    color: #000;
                    margin: 0px 0 7px 0px;
                    text-transform: uppercase
                }

                .regsitration-outer .registration-signup .registeration-wrap.reg-inverse .reg-title .regsub {
                    font-size: 14px;
                    font-family: "poppins";
                    font-weight: 400;
                    color: #a1a1a1;
                    margin: 0px
                }

        .regsitration-outer .registration-signup .registeration-wrap .regform .regformitem {
            margin-top: 25px
        }

        .regsitration-outer .registration-signup .registeration-wrap .regform #contact-form .form-group .form-control {
            border: 1px solid #e1e1e1;
            box-shadow: none;
            color: #000
        }

        .regsitration-outer .registration-signup .registeration-wrap .regform #contact-form .mob-wrap .inp-select {
            border: 1px solid #e1e1e1;
            box-shadow: none
        }

        .regsitration-outer .registration-signup .registeration-wrap .regform #contact-form .register-login {
            font-size: 14px;
            color: #767676;
            font-family: "poppins";
            font-weight: 400;
            margin-top: 10px
        }

            .regsitration-outer .registration-signup .registeration-wrap .regform #contact-form .register-login a {
                display: inline-block
            }

.bg_round {
    background-image: url(../images/login-bubbles-left.png),url(../images/login-right-top-bg.png);
    background-position: left bottom,100% 0px;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    position: fixed
}

.abx_login_wrapper .login_inner {
    padding: 55px 0 0 0px
}

    .abx_login_wrapper .login_inner .login_left {
        min-height: 526px
    }

        .abx_login_wrapper .login_inner .login_left .logo {
            width: 207px;
            height: 51px;
            border-radius: 6px;
            overflow: hidden
        }

        .abx_login_wrapper .login_inner .login_left .left_image_content {
            margin: 0 auto;
            padding-left: 20px;
            max-width: 529px;
            width: 100%;
            padding-top: 15px
        }

    .abx_login_wrapper .login_inner .login_right .login_right_form {
        max-width: 432px;
        width: 100%;
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.13);
        -moz-box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.13);
        box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.13);
        padding: 54px 30px;
        border-radius: 8px;
        min-height: 512px;
        margin-bottom: 30px
    }

        .abx_login_wrapper .login_inner .login_right .login_right_form .heading {
            text-align: center
        }

            .abx_login_wrapper .login_inner .login_right .login_right_form .heading .title {
                font-size: 18px;
                font-weight: 400;
                margin: 0px 0 15px 0px;
                color: #2d2d2d
            }

            .abx_login_wrapper .login_inner .login_right .login_right_form .heading .subs {
                margin: 0px;
                line-height: 20px;
                color: #2d2d2d
            }

        .abx_login_wrapper .login_inner .login_right .login_right_form .form {
            margin-top: 40px
        }

            .abx_login_wrapper .login_inner .login_right .login_right_form .form .input_form {
                margin-bottom: 10px;
                position: relative
            }

                .abx_login_wrapper .login_inner .login_right .login_right_form .form .input_form .label_txt {
                    font-size: 12px;
                    font-weight: 400;
                    text-transform: uppercase;
                    display: block
                }

                .abx_login_wrapper .login_inner .login_right .login_right_form .form .input_form .inp_span {
                    display: block;
                    transition: all .4s;
                    -webkit-transition: all .4s;
                    -moz-transition: all .4s;
                    -ms-transition: all .4s;
                    position: relative
                }

                    .abx_login_wrapper .login_inner .login_right .login_right_form .form .input_form .inp_span:after {
                        content: "";
                        position: absolute;
                        left: 0px;
                        bottom: 0px;
                        width: 0px;
                        height: 1px;
                        background-color: #4BB443
                    }

                    .abx_login_wrapper .login_inner .login_right .login_right_form .form .input_form .inp_span .forms_items {
                        width: 100%;
                        border-bottom: 1px solid #b1b1b1;
                        border-top: none;
                        border-right: none;
                        border-left: none;
                        padding: 0px 0px 5px 0
                    }

                .abx_login_wrapper .login_inner .login_right .login_right_form .form .input_form .error {
                    font-size: 10px;
                    color: red
                }

            .abx_login_wrapper .login_inner .login_right .login_right_form .form .activate_div {
                margin: 30px 0px
            }

                .abx_login_wrapper .login_inner .login_right .login_right_form .form .activate_div .activate {
                    padding-left: 60px;
                    background-image: url("../images/ico/checked.png");
                    background-repeat: no-repeat;
                    background-position: left top;
                    min-height: 46px;
                    background-size: 45px;
                    padding-top: 1px
                }

                    .abx_login_wrapper .login_inner .login_right .login_right_form .form .activate_div .activate .title {
                        font-size: 16px;
                        margin: 5px 0 0 0px;
                        color: #3db39e
                    }

                    .abx_login_wrapper .login_inner .login_right .login_right_form .form .activate_div .activate .sub {
                        font-size: 13px;
                        margin: 0px
                    }

        .abx_login_wrapper .login_inner .login_right .login_right_form .tersm_button {
            margin-top: 30px;
            display: inline-block;
            text-align: center;
            width: 100%
        }

            .abx_login_wrapper .login_inner .login_right .login_right_form .tersm_button p {
                margin: 0px;
                font-size: 14px
            }

                .abx_login_wrapper .login_inner .login_right .login_right_form .tersm_button p span {
                    margin-top: -2px
                }

                    .abx_login_wrapper .login_inner .login_right .login_right_form .tersm_button p span a {
                        color: #4BB443
                    }

            .abx_login_wrapper .login_inner .login_right .login_right_form .tersm_button .radio_bnt {
                margin-top: 4px;
                display: inline-block
            }

            .abx_login_wrapper .login_inner .login_right .login_right_form .tersm_button .login_btn {
                background-color: #4BB443;
                border: 1px solid #4BB443;
                color: #fff;
                font-size: 14px;
                padding: 4px 30px;
                display: inline-block;
                border-radius: 50px;
                margin-top: 20px;
                transition: all .4s;
                -webkit-transition: all .4s;
                -moz-transition: all .4s;
                -ms-transition: all .4s
            }

                .abx_login_wrapper .login_inner .login_right .login_right_form .tersm_button .login_btn:hover {
                    background: transparent;
                    border: 1px solid #4BB443;
                    color: #4BB443
                }

textarea:disabled, input:disabled {
    background: transparent
}

.contact_wrapper {
    background-image: url("../images/contact-page-bg.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 235px;
    background-size: 100%;
    padding-bottom: 0px
}

    .contact_wrapper .contact_section {
        max-width: 1000px;
        width: 100%;
        padding-right: 390px;
        position: relative;
        margin: 0 auto;
        min-height: 668px
    }

        .contact_wrapper .contact_section .con_form {
            max-width: 620px;
            padding: 55px 30px;
            width: 100%;
            background-color: #fff;
            border-radius: 6px;
            webkit-box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.24);
            -moz-box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.24);
            box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.24)
        }

            .contact_wrapper .contact_section .con_form .form_title {
                font-size: 24px;
                font-weight: 500;
                color: #2d2d2d;
                margin: 0px 0 40px;
                line-height: 28px
            }

                .contact_wrapper .contact_section .con_form .form_title span {
                    display: block
                }

            .contact_wrapper .contact_section .con_form .items {
                margin-bottom: 16px
            }

                .contact_wrapper .contact_section .con_form .items label {
                    font-size: 12px;
                    text-transform: uppercase;
                    color: #2d2d2d;
                    font-weight: 400;
                    display: block;
                    margin-bottom: 8px
                }

                .contact_wrapper .contact_section .con_form .items .forms_items {
                    width: 100%;
                    padding: 10px 15px;
                    background-color: #fff;
                    border: 1px solid #e1e1e1;
                    border-radius: 6px
                }

                    .contact_wrapper .contact_section .con_form .items .forms_items.txtare {
                        min-height: 110px;
                        resize: none
                    }

            .contact_wrapper .contact_section .con_form .thm_btn {
                padding: 10px 0px;
                display: block;
                background-color: #4BB443;
                color: #fff;
                background-image: url("../images/right-arrow.png");
                background-position: 97% center;
                background-repeat: no-repeat;
                width: 100%;
                cursor: pointer;
                border: none;
                border-radius: 6px;
                transition: all .4s;
                -webkit-transition: all .4s;
                -moz-transition: all .4s;
                -ms-transition: all .4s;
                position: relative
            }

                .contact_wrapper .contact_section .con_form .thm_btn:hover {
                    background-color: #bf131a
                }

                .contact_wrapper .contact_section .con_form .thm_btn[disabled] {
                    cursor: not-allowed
                }

                    .contact_wrapper .contact_section .con_form .thm_btn[disabled]:after {
                        content: "";
                        position: absolute;
                        background-image: url("../images/Flickr-1s-50px.gif");
                        background-position: center center;
                        background-repeat: no-repeat;
                        background-size: 30px;
                        background-color: #fff;
                        width: 100%;
                        height: 100%;
                        left: 0;
                        top: 0;
                        border-radius: 6px;
                        border: 1px solid #4BB443
                    }

        .contact_wrapper .contact_section .con_right {
            position: absolute;
            right: 0px;
            bottom: 0px;
            max-width: 350px;
            width: 100%
        }

            .contact_wrapper .contact_section .con_right .mail_pho .list_ims {
                display: block;
                padding-left: 35px;
                background-position: left center;
                background-repeat: no-repeat;
                margin-bottom: 20px;
                color: #000;
                transition: all .4s;
                -webkit-transition: all .4s;
                -moz-transition: all .4s;
                -ms-transition: all .4s
            }

                .contact_wrapper .contact_section .con_right .mail_pho .list_ims:hover {
                    color: #4BB443
                }

                .contact_wrapper .contact_section .con_right .mail_pho .list_ims.mail {
                    background-image: url("../images/mail-ico.png")
                }

                .contact_wrapper .contact_section .con_right .mail_pho .list_ims.phone {
                    background-image: url("../images/support-ico.png")
                }

            .contact_wrapper .contact_section .con_right .caption_box {
                background-color: #4BB443;
                padding: 40px;
                background-image: url("../images/bg-bg.jpg");
                background-position: left center;
                background-repeat: no-repeat;
                border-radius: 6px;
                margin-top: 4px
            }

                .contact_wrapper .contact_section .con_right .caption_box .title_cb {
                    color: #fff;
                    font-size: 34px;
                    font-weight: 300;
                    text-align: right;
                    line-height: 40px
                }

                    .contact_wrapper .contact_section .con_right .caption_box .title_cb span {
                        font-weight: 500
                    }

    .contact_wrapper.blog_page {
        padding-top: 160px;
        min-height: 650px
    }

        .contact_wrapper.blog_page .header_page {
            margin-bottom: 30px
        }

            .contact_wrapper.blog_page .header_page .head_title {
                color: #fff;
                font-weight: 500;
                font-size: 24px;
                margin: 0px 0 15px
            }

            .contact_wrapper.blog_page .header_page .page_links {
                display: inline-block;
                text-align: center;
                width: 100%;
                font-size: 14px;
                color: #fff
            }

                .contact_wrapper.blog_page .header_page .page_links a {
                    color: #fff;
                    font-size: 14px
                }

                .contact_wrapper.blog_page .header_page .page_links span {
                    margin: 0px 10px
                }

        .contact_wrapper.blog_page .blog_items {
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            height: 437px;
            border: 1px solid #ececec;
            padding: 0px 45px 35px;
            position: relative;
            overflow: hidden;
            margin-bottom: 30px
        }

            .contact_wrapper.blog_page .blog_items:hover:after {
                height: 80%
            }

            .contact_wrapper.blog_page .blog_items:after {
                background: -moz-linear-gradient(top, rgba(255,255,255,0), #000);
                background: -webkit-linear-gradient(top, rgba(255,255,255,0), #000);
                background: linear-gradient(to bottom, rgba(255,255,255,0), #000);
                position: absolute;
                left: 0px;
                bottom: 0px;
                width: 100%;
                height: 50%;
                z-index: 1;
                content: "";
                transition: all .4s;
                -webkit-transition: all .4s;
                -moz-transition: all .4s;
                -ms-transition: all .4s
            }

            .contact_wrapper.blog_page .blog_items .bp_link {
                position: absolute;
                left: 0px;
                top: 0px;
                width: 100%;
                height: 100%;
                z-index: 9
            }

            .contact_wrapper.blog_page .blog_items .bm_content {
                position: relative;
                height: 437px;
                z-index: 2
            }

                .contact_wrapper.blog_page .blog_items .bm_content .bm_inner {
                    position: absolute;
                    left: 0px;
                    bottom: 35px;
                    width: 100%
                }

                    .contact_wrapper.blog_page .blog_items .bm_content .bm_inner .bm_title {
                        color: #fff;
                        font-size: 18px;
                        line-height: 25px;
                        margin: 0px 0 5px
                    }

                    .contact_wrapper.blog_page .blog_items .bm_content .bm_inner .bm_desc {
                        font-size: 13px;
                        color: #d8d8d8;
                        line-height: 24px;
                        height: 48px;
                        overflow: hidden
                    }

                    .contact_wrapper.blog_page .blog_items .bm_content .bm_inner .bm_user {
                        border-top: 1px solid #959595;
                        width: 100%;
                        padding-top: 15px
                    }

                        .contact_wrapper.blog_page .blog_items .bm_content .bm_inner .bm_user h3 {
                            font-size: 14px;
                            color: #fff;
                            margin: 0px 0 5px;
                            font-weight: 400
                        }

                        .contact_wrapper.blog_page .blog_items .bm_content .bm_inner .bm_user p {
                            color: #888;
                            font-size: 13px;
                            margin: 0px
                        }

        .contact_wrapper.blog_page .blog_items_col {
            height: 437px;
            border: 1px solid #ececec;
            background-color: #fff;
            margin-bottom: 30px;
            position: relative;
            transition: all .4s;
            -webkit-transition: all .4s;
            -moz-transition: all .4s;
            -ms-transition: all .4s
        }

            .contact_wrapper.blog_page .blog_items_col:hover {
                -webkit-box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.24);
                -moz-box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.24);
                box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.24)
            }

                .contact_wrapper.blog_page .blog_items_col:hover .bm_image:before {
                    opacity: 0
                }

            .contact_wrapper.blog_page .blog_items_col .bp_link {
                position: absolute;
                left: 0px;
                top: 0px;
                width: 100%;
                height: 100%;
                z-index: 9
            }

            .contact_wrapper.blog_page .blog_items_col .bm_image {
                background-position: center center;
                background-size: cover;
                background-repeat: no-repeat;
                min-height: 211px;
                position: relative;
                overflow: hidden
            }

                .contact_wrapper.blog_page .blog_items_col .bm_image:before {
                    width: 100%;
                    height: 100%;
                    content: "";
                    position: absolute;
                    left: 0px;
                    top: 0px;
                    background: -moz-linear-gradient(top, rgba(255,255,255,0), #000);
                    background: -webkit-linear-gradient(top, rgba(255,255,255,0), #000);
                    background: linear-gradient(to bottom, rgba(255,255,255,0), #000);
                    opacity: .5;
                    transition: all .4s;
                    -webkit-transition: all .4s;
                    -moz-transition: all .4s;
                    -ms-transition: all .4s
                }

            .contact_wrapper.blog_page .blog_items_col .bic_content {
                padding: 33px 26px
            }

                .contact_wrapper.blog_page .blog_items_col .bic_content .bm_title {
                    color: #292929;
                    font-size: 15px;
                    line-height: 24px;
                    margin: 0px 0 5px;
                    max-height: 48px;
                    overflow: hidden
                }

                .contact_wrapper.blog_page .blog_items_col .bic_content .bm_desc {
                    font-size: 13px;
                    color: #777;
                    line-height: 24px;
                    height: 48px;
                    overflow: hidden
                }

                .contact_wrapper.blog_page .blog_items_col .bic_content .bm_user {
                    border-top: 1px solid #ebebeb;
                    width: 100%;
                    padding-top: 15px
                }

                    .contact_wrapper.blog_page .blog_items_col .bic_content .bm_user h3 {
                        font-size: 14px;
                        color: #363636;
                        margin: 0px 0 5px;
                        font-weight: 400
                    }

                    .contact_wrapper.blog_page .blog_items_col .bic_content .bm_user p {
                        color: #888;
                        font-size: 13px;
                        margin: 0px
                    }

        .contact_wrapper.blog_page .nodata {
            padding-top: 90px;
            background-image: url("../images/browser.png");
            background-position: top center;
            background-repeat: no-repeat;
            background-size: 80px;
            margin-bottom: 50px;
            width: 100%;
            text-align: center;
            margin-top: 250px
        }

            .contact_wrapper.blog_page .nodata h3 {
                font-size: 18px;
                font-weight: 400
            }

    .contact_wrapper.blog_details {
        background-image: url("../images/bd-bg.png")
    }

        .contact_wrapper.blog_details .bd_inners {
            margin-top: 100px
        }

            .contact_wrapper.blog_details .bd_inners .bd_titles {
                border-bottom: 1px solid #ebebeb;
                padding-bottom: 20px;
                margin-bottom: 30px
            }

                .contact_wrapper.blog_details .bd_inners .bd_titles h2 {
                    font-size: 20px;
                    color: #323232;
                    margin: 0px
                }

                .contact_wrapper.blog_details .bd_inners .bd_titles .bd_usercal {
                    display: inline-block;
                    padding-right: 200px;
                    position: relative;
                    margin-top: 15px;
                    width: 100%
                }

                    .contact_wrapper.blog_details .bd_inners .bd_titles .bd_usercal .hd_sub {
                        padding-left: 25px;
                        color: #888;
                        background-position: left center;
                        background-repeat: no-repeat
                    }

                        .contact_wrapper.blog_details .bd_inners .bd_titles .bd_usercal .hd_sub:first-child {
                            margin-right: 30px
                        }

                        .contact_wrapper.blog_details .bd_inners .bd_titles .bd_usercal .hd_sub.bd_user {
                            background-image: url("../images/bd-user-ico.png")
                        }

                        .contact_wrapper.blog_details .bd_inners .bd_titles .bd_usercal .hd_sub.bd_date {
                            background-image: url("../images/bd-cal-ico.png")
                        }

                    .contact_wrapper.blog_details .bd_inners .bd_titles .bd_usercal .share_sec {
                        position: absolute;
                        right: 0px;
                        top: 0px;
                        display: inline-block;
                        padding-left: 60px
                    }

                        .contact_wrapper.blog_details .bd_inners .bd_titles .bd_usercal .share_sec:before {
                            position: absolute;
                            left: 0px;
                            top: 3px;
                            content: "Share :"
                        }

            .contact_wrapper.blog_details .bd_inners .bd_contents {
                border-bottom: 1px solid #ebebeb;
                margin-bottom: 30px;
                padding-bottom: 20px
            }

                .contact_wrapper.blog_details .bd_inners .bd_contents .bd_image {
                    max-width: 700px;
                    margin-right: 30px;
                    margin-bottom: 20px;
                    float: left
                }

                .contact_wrapper.blog_details .bd_inners .bd_contents p {
                    color: #505050;
                    font-size: 14px;
                    line-height: 24px;
                    text-align: justify
                }

            .contact_wrapper.blog_details .bd_inners .other_blogs .ob_title {
                color: #292929;
                font-size: 15px;
                margin: 0px 0 20px
            }

.error_text {
    font-size: 12px;
    margin: 5px 0px 0px;
    display: block;
    color: red;
    position: initial;
    background: transparent
}

.lazy_load {
    display: block;
    text-align: center
}

    .lazy_load button {
        border: 1px solid #4BB443;
        background-color: #4BB443;
        padding: 6px 30px;
        color: #fff;
        border-radius: 50px;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s
    }

.privacy_section .faq_top .help {
    max-width: 479px !important;
    margin-bottom: 60px
}

    .privacy_section .faq_top .help .help_head {
        max-width: initial !important
    }

        .privacy_section .faq_top .help .help_head .k_prv {
            position: relative;
            max-width: 163px
        }

            .privacy_section .faq_top .help .help_head .k_prv:after {
                content: "";
                display: inline-block;
                height: 1px;
                width: 100%;
                background-color: #a2a2a2;
                left: 0;
                bottom: 12px;
                position: relative
            }

.privacy_section .faq_top .privacy_div {
    background: #f2f6ff;
    padding: 24px;
    margin-bottom: 25px;
    border-radius: 12px
}

    .privacy_section .faq_top .privacy_div h5 {
        font-size: 20px;
        color: #4a4a4a
    }

    .privacy_section .faq_top .privacy_div p {
        font-size: 14px;
        color: #6d6d6d;
        line-height: 22px
    }

    .privacy_section .faq_top .privacy_div ul {
        padding: 0;
        margin: 0;
        margin-left: 25px;
        list-style-type: none
    }

        .privacy_section .faq_top .privacy_div ul li {
            font-size: 14px;
            color: #6d6d6d;
            line-height: 22px;
            margin-bottom: 5px;
            padding-left: 14px;
            position: relative
        }

            .privacy_section .faq_top .privacy_div ul li:after {
                position: absolute;
                width: 7px;
                height: 7px;
                background: #4BB443;
                content: "";
                left: 0;
                top: 8px;
                border-radius: 50%;
                -webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.65);
                -moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.65);
                box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.65)
            }

.privacy_section.terms_section .privacy_div {
    background: transparent;
    padding: 0
}

.privacy_section.terms_section .faq_top .help .help_head .k_prv {
    max-width: 199px
}

.k_register_bg_section {
    background-image: url("../images/k_register_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    margin-top: 40px;
    position: relative;
    padding: 0px 261px;
    min-height: 300px;
    display: flex;
    align-items: center
}

    .k_register_bg_section:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba(0,0,0,0.71)
    }

    .k_register_bg_section .k_reg_div h4 {
        font-size: 24px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 500
    }

    .k_register_bg_section .k_reg_div p {
        font-size: 15px;
        color: #fff;
        line-height: 24px
    }

    .k_register_bg_section .k_reg_div .a_k_reg {
        display: block;
        font-size: 15px;
        color: #fff;
        background-color: #4BB443;
        border-radius: 28px;
        text-align: center;
        padding: 10px;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        margin-top: 25px;
        display: block
    }

        .k_register_bg_section .k_reg_div .a_k_reg:hover {
            background-color: #af0d13
        }

.downloadApp {
    position: relative;
    margin-top: 48px;
    padding: 60px 0 0;
    background: #ed1b24;
    background: linear-gradient(45deg, #ed1b24 0%, #ff7a21 100%)
}

    .downloadApp h2 {
        font-size: 32px;
        line-height: 32px;
        font-weight: 500;
        color: #fff;
        margin: 0 0 24px 0
    }

    .downloadApp p {
        font-size: 15px;
        line-height: 28px;
        font-weight: 400;
        color: #f5f5f5;
        margin: 0 0 32px 0;
        letter-spacing: .32px
    }

    .downloadApp .badgeBtn {
        display: inline-block;
        margin-right: 20px
    }

    .downloadApp .phoneMockupHome {
        display: inline-block;
        position: relative;
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 60px;
        left: 50%;
        transform: translateX(-50%)
    }

        .downloadApp .phoneMockupHome img {
            width: 100%
        }

.fivePoints {
    position: relative;
    background-color: #fff;
    padding: 60px 0
}

    .fivePoints .mt-fiveCard {
        margin-top: 20px
    }

    .fivePoints h2 {
        font-size: 32px;
        line-height: 32px;
        font-weight: 500;
        color: #373737;
        margin: 0 0 24px 0
    }

    .fivePoints .specialPara {
        font-size: 15px;
        line-height: 28px;
        font-weight: 400;
        color: #848484;
        margin: 0 auto 48px auto;
        letter-spacing: .32px;
        max-width: 840px
    }

    .fivePoints .fivePointCard {
        position: relative;
        background: #FDF2F2;
        border: 1px solid #FDF2F2;
        padding: 48px 28px 40px;
        height: 100%;
        margin: 0 0 30px 0;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s
    }

        .fivePoints .fivePointCard::after {
            content: "";
            height: 8px;
            width: 0;
            position: absolute;
            display: inline-block;
            left: 0;
            bottom: 0;
            z-index: 1;
            background-color: #4BB443;
            transition: all .3s;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s
        }

        .fivePoints .fivePointCard .btnLink {
            display: inline-flex;
            text-decoration: none;
            font-size: 16px;
            line-height: 16px;
            text-transform: uppercase;
            font-weight: 500;
            letter-spacing: .32px;
            align-items: center;
            transition: all .3s;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s
        }

            .fivePoints .fivePointCard .btnLink:hover {
                color: #F3BBBB
            }

                .fivePoints .fivePointCard .btnLink:hover span {
                    color: #4BB443
                }

                .fivePoints .fivePointCard .btnLink:hover svg {
                    fill: #4BB443;
                    margin: 0 0 0 16px
                }

                    .fivePoints .fivePointCard .btnLink:hover svg path {
                        fill: #4BB443
                    }

            .fivePoints .fivePointCard .btnLink span {
                color: #373737;
                transition: all .3s;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                -ms-transition: all .3s
            }

            .fivePoints .fivePointCard .btnLink svg {
                width: 12px;
                height: 12px;
                fill: #373737;
                margin: 0 0 0 8px;
                transition: all .3s;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                -ms-transition: all .3s
            }

                .fivePoints .fivePointCard .btnLink svg path {
                    fill: #373737
                }

        .fivePoints .fivePointCard h3 {
            font-size: 24px;
            line-height: 24px;
            color: #373737;
            font-weight: 500;
            margin: 0 0 16px 0;
            transition: all .3s;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s
        }

        .fivePoints .fivePointCard p {
            color: #727272;
            font-size: 15px;
            line-height: 28px;
            font-weight: 400;
            margin: 0 0 36px 0
        }

        .fivePoints .fivePointCard img {
            margin-bottom: 24px;
            width: 48px;
            height: 48px
        }

        .fivePoints .fivePointCard svg {
            margin-bottom: 24px;
            width: 48px;
            height: 48px;
            fill: #373737;
            transition: all .3s;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s
        }

            .fivePoints .fivePointCard svg path {
                fill: #373737;
                transition: all .3s;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                -ms-transition: all .3s
            }

        .fivePoints .fivePointCard:hover {
            border: 1px solid #F3BBBB
        }

            .fivePoints .fivePointCard:hover::after {
                width: 100%
            }

            .fivePoints .fivePointCard:hover svg {
                fill: #4BB443
            }

                .fivePoints .fivePointCard:hover svg path {
                    fill: #4BB443
                }

            .fivePoints .fivePointCard:hover h3 {
                color: #4BB443
            }

.pageTogle {
    position: relative;
    padding: 12px 20px;
    cursor: pointer;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 64px;
    height: 44px
}

    .pageTogle.openedSubMenu span {
        background-color: #fff
    }

        .pageTogle.openedSubMenu span::after, .pageTogle.openedSubMenu span::before {
            top: 0
        }

        .pageTogle.openedSubMenu span::after {
            transform: rotate(45deg)
        }

        .pageTogle.openedSubMenu span::before {
            transform: rotate(-45deg)
        }

    .pageTogle span {
        display: inline-block;
        height: 2px;
        width: 24px;
        margin-top: 4px;
        margin-bottom: 4px;
        background-color: #373737;
        position: relative;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s
    }

        .pageTogle span::after, .pageTogle span::before {
            content: "";
            display: inline-block;
            position: absolute;
            background-color: #373737;
            border-radius: 2px;
            transition: all .3s;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s
        }

        .pageTogle span::after {
            height: 2px;
            width: 24px;
            right: 0;
            top: 8px
        }

        .pageTogle span::before {
            height: 2px;
            width: 24px;
            right: 0;
            top: -8px
        }

.selectedPlan {
    background-color: #fff;
    position: relative
}

    .selectedPlan .planOuter .right {
        padding: 20px 15px
    }

        .selectedPlan .planOuter .right .actPlan {
            padding: 40px 0 0
        }

            .selectedPlan .planOuter .right .actPlan ul {
                margin: 0 0 16px 0;
                padding: 0
            }

                .selectedPlan .planOuter .right .actPlan ul li {
                    list-style: none;
                    position: relative;
                    margin: 0 0 12px 0;
                    font-size: 14px;
                    line-height: 22px;
                    color: #373737;
                    font-weight: 500;
                    padding: 0 0 0 22px
                }

                    .selectedPlan .planOuter .right .actPlan ul li::before {
                        content: "";
                        position: absolute;
                        width: 16px;
                        height: 16px;
                        display: inline-block;
                        left: 0px;
                        top: 2px;
                        background-image: url("../images/liStyle.png");
                        background-repeat: no-repeat;
                        background-size: cover;
                        background-position: center center
                    }

            .selectedPlan .planOuter .right .actPlan h5 span {
                color: #4BB443
            }

        .selectedPlan .planOuter .right .topSec {
            border-bottom: 1px solid #EBEBEB;
            padding-bottom: 20px
        }

            .selectedPlan .planOuter .right .topSec .btn-upgrage {
                padding: 8px 30px 4px 30px;
                text-align: center;
                background-color: #4BB443;
                border: 1px solid #E50E18;
                color: #fff;
                text-transform: uppercase;
                font-size: 13px;
                line-height: 13px;
                font-weight: 500;
                letter-spacing: .8px;
                transition: all .4s;
                -webkit-transition: all .4s;
                -moz-transition: all .4s;
                -ms-transition: all .4s
            }

                .selectedPlan .planOuter .right .topSec .btn-upgrage:hover {
                    background-color: #c00c15
                }

                .selectedPlan .planOuter .right .topSec .btn-upgrage .btnIcon {
                    display: block;
                    width: 12px;
                    height: 12px;
                    margin: 0 auto 4px auto
                }

                    .selectedPlan .planOuter .right .topSec .btn-upgrage .btnIcon img {
                        width: 100%
                    }

            .selectedPlan .planOuter .right .topSec p {
                color: gray;
                margin: 0 0 8px 0;
                font-size: 14px;
                line-height: 14px;
                font-weight: 500
            }

                .selectedPlan .planOuter .right .topSec p.active {
                    color: #373737;
                    margin-top: 4px;
                    margin-bottom: 16px
                }

        .selectedPlan .planOuter .right h5 {
            position: relative;
            font-size: 18px;
            line-height: 18px;
            color: #373737;
            font-weight: 500;
            margin: 0 0 20px 0
        }

    .selectedPlan .planOuter .left {
        padding: 20px 15px;
        background-color: #f5f5f5
    }

        .selectedPlan .planOuter .left .basicInfo {
            width: 100%;
            border-bottom: 1px solid #EBEBEB;
            padding: 12px 0
        }

            .selectedPlan .planOuter .left .basicInfo:last-child {
                border-bottom: none
            }

            .selectedPlan .planOuter .left .basicInfo p {
                font-size: 14px;
                line-height: 14px;
                color: #373737;
                font-weight: 500;
                margin: 0
            }

            .selectedPlan .planOuter .left .basicInfo span {
                display: inline-block;
                width: 100%;
                font-size: 12px;
                line-height: 12px;
                font-weight: 500;
                color: gray;
                margin: 0 0 4px 0
            }

        .selectedPlan .planOuter .left h5 {
            padding: 0 0 12px 24px;
            position: relative;
            font-size: 18px;
            line-height: 18px;
            color: #373737;
            font-weight: 500;
            border-bottom: 1px solid #EBEBEB;
            margin-bottom: 20px
        }

            .selectedPlan .planOuter .left h5::before {
                position: absolute;
                content: "";
                display: inline-block;
                background-image: url("../images/userPlan.png");
                background-size: 16px 16px;
                background-repeat: no-repeat;
                background-position: center center;
                width: 16px;
                height: 16px;
                left: 0;
                top: 0
            }

.no-lg-flex {
    display: block
}

.dashboard {
    position: relative;
    padding: 0;
    margin: 0;
    background: #fff;
    border-bottom: 1px solid #f5f5f5
}

    .dashboard .dashboardLeft {
        padding: 60px 15px 60px 0;
        background-color: #F5F5F5;
        position: relative;
        height: 100%
    }

        .dashboard .dashboardLeft::after {
            position: absolute;
            content: "";
            display: inline-block;
            height: 100%;
            width: 100%;
            background-color: #f5f5f5;
            left: -50px;
            top: 0;
            z-index: 0
        }

        .dashboard .dashboardLeft::before {
            position: absolute;
            content: "";
            display: inline-block;
            height: 100%;
            width: 100%;
            background-color: #f5f5f5;
            right: -15px;
            top: 0;
            z-index: 0
        }

        .dashboard .dashboardLeft .btn-secondary {
            position: relative;
            z-index: 1
        }

        .dashboard .dashboardLeft .basicDetail {
            padding: 0 0 20px 0;
            margin: 0 0 20px 0;
            border-bottom: 1px solid #EBEBEB;
            position: relative;
            z-index: 1
        }

            .dashboard .dashboardLeft .basicDetail span {
                font-size: 12px;
                line-height: 12px;
                color: gray;
                font-weight: 400;
                display: inline-block;
                width: 100%;
                margin: 0 0 8px 0
            }

            .dashboard .dashboardLeft .basicDetail p {
                color: #373737;
                font-size: 14px;
                line-height: 14px;
                margin: 0
            }

        .dashboard .dashboardLeft h5 {
            font-size: 18px;
            line-height: 18px;
            font-weight: 500;
            color: #373737;
            padding: 0 0 12px 0;
            margin: 0 0 20px 0;
            border-bottom: 1px solid #EBEBEB;
            position: relative;
            z-index: 1
        }

            .dashboard .dashboardLeft h5 svg {
                margin-right: 8px;
                fill: #373737
            }

                .dashboard .dashboardLeft h5 svg path {
                    fill: #373737
                }

    .dashboard .dashboardRight {
        padding: 60px 0;
        position: relative
    }

        .dashboard .dashboardRight .packageDetail {
            border-radius: 12px;
            border: 1px solid #D7E3FD;
            -webkit-box-shadow: 0px 0px 8px 8px rgba(215,227,253,0.2);
            -moz-box-shadow: 0px 0px 8px 8px rgba(215,227,253,0.2);
            box-shadow: 0px 0px 8px 8px rgba(215,227,253,0.2)
        }

            .dashboard .dashboardRight .packageDetail .adonns {
                padding: 24px 20px 8px 20px
            }

                .dashboard .dashboardRight .packageDetail .adonns h6 {
                    text-align: center;
                    color: #4BB443;
                    font-size: 16px;
                    line-height: 16px;
                    font-weight: 500;
                    margin: 0 0 20px 0
                }

                .dashboard .dashboardRight .packageDetail .adonns .adonnList .adonnItm {
                    background: #FBFBFB;
                    border: 1px solid #CECECE;
                    border-radius: 8px;
                    margin: 0 0 16px 0;
                    display: flex;
                    overflow: hidden
                }

                    .dashboard .dashboardRight .packageDetail .adonns .adonnList .adonnItm .right {
                        padding: 15px;
                        font-size: 15px;
                        line-height: 15px;
                        font-weight: 500;
                        color: #373737;
                        width: 108px;
                        text-align: right
                    }

                    .dashboard .dashboardRight .packageDetail .adonns .adonnList .adonnItm .left {
                        padding: 15px;
                        font-size: 15px;
                        line-height: 15px;
                        font-weight: 500;
                        color: #373737;
                        background: #EBEBEB;
                        border-radius: 0 4px 4px 0;
                        width: calc(100% - 108px)
                    }

            .dashboard .dashboardRight .packageDetail .feat {
                padding: 20px;
                border-bottom: 1px solid #D7E3FD
            }

                .dashboard .dashboardRight .packageDetail .feat ul {
                    margin: 0 0 0 0;
                    padding: 0
                }

                    .dashboard .dashboardRight .packageDetail .feat ul li {
                        list-style: none;
                        position: relative;
                        margin: 0 0 12px 0;
                        font-size: 14px;
                        line-height: 22px;
                        color: #373737;
                        font-weight: 500;
                        padding: 0 0 0 22px
                    }

                        .dashboard .dashboardRight .packageDetail .feat ul li:last-child {
                            margin-bottom: 0px
                        }

                        .dashboard .dashboardRight .packageDetail .feat ul li::before {
                            content: "";
                            position: absolute;
                            width: 16px;
                            height: 16px;
                            display: inline-block;
                            left: 0px;
                            top: 2px;
                            background-image: url("../images/liStyle.png");
                            background-repeat: no-repeat;
                            background-size: cover;
                            background-position: center center
                        }

            .dashboard .dashboardRight .packageDetail .packageTitle {
                padding: 24px 20px 20px 20px;
                border-bottom: 1px solid #D7E3FD
            }

                .dashboard .dashboardRight .packageDetail .packageTitle h5 {
                    font-size: 16px;
                    line-height: 16px;
                    color: #373737;
                    font-weight: 500;
                    text-transform: capitalize;
                    margin: 0 0 12px 0
                }

                    .dashboard .dashboardRight .packageDetail .packageTitle h5 span {
                        color: #4BB443;
                        text-transform: uppercase
                    }

                .dashboard .dashboardRight .packageDetail .packageTitle .packageInfo .infoLeft .infoDate .dateRight {
                    margin-bottom: 20px
                }

                .dashboard .dashboardRight .packageDetail .packageTitle .packageInfo .infoLeft .infoDate .dateLeft {
                    margin-bottom: 12px
                }

                .dashboard .dashboardRight .packageDetail .packageTitle .packageInfo .infoLeft .infoDate p {
                    margin: 0 0 0 0;
                    line-height: 14px;
                    font-size: 14px;
                    color: gray;
                    font-weight: 400
                }

                    .dashboard .dashboardRight .packageDetail .packageTitle .packageInfo .infoLeft .infoDate p span {
                        margin-left: 16px;
                        color: #373737
                    }

                        .dashboard .dashboardRight .packageDetail .packageTitle .packageInfo .infoLeft .infoDate p span svg {
                            fill: #373737;
                            margin-right: 4px;
                            position: relative;
                            top: 2px
                        }

                            .dashboard .dashboardRight .packageDetail .packageTitle .packageInfo .infoLeft .infoDate p span svg path {
                                fill: #373737
                            }

        .dashboard .dashboardRight .dashIntro {
            padding: 0 0 12px 0;
            border-bottom: 1px solid #EBEBEB;
            margin: 0 0 32px 0
        }

            .dashboard .dashboardRight .dashIntro .introRight {
                margin: 0;
                padding: 0
            }

                .dashboard .dashboardRight .dashIntro .introRight p {
                    margin: 0 0 0 0;
                    line-height: 14px;
                    font-size: 14px;
                    color: gray;
                    font-weight: 400
                }

                    .dashboard .dashboardRight .dashIntro .introRight p.value {
                        margin-bottom: 8px;
                        color: #373737;
                        font-weight: 500
                    }

            .dashboard .dashboardRight .dashIntro .introLeft {
                margin: 0 0 20px 0
            }

                .dashboard .dashboardRight .dashIntro .introLeft p {
                    font-size: 14px;
                    line-height: 14px;
                    color: gray;
                    font-weight: 400;
                    margin: 0 0 8px 0
                }

                .dashboard .dashboardRight .dashIntro .introLeft h5 {
                    font-size: 18px;
                    line-height: 18px;
                    color: #373737;
                    font-weight: 500;
                    margin: 0 0 0 0
                }

.certificationsPage {
    position: relative;
    background-color: #fff
}

    .certificationsPage ul {
        margin: 0 0 16px 0;
        padding: 0
    }

        .certificationsPage ul li {
            list-style: none;
            position: relative;
            margin: 0 0 12px 0;
            font-size: 14px;
            line-height: 22px;
            color: #373737;
            font-weight: 400;
            padding: 0 0 0 22px
        }

            .certificationsPage ul li::before {
                content: "";
                position: absolute;
                width: 12px;
                height: 12px;
                display: inline-block;
                left: 0px;
                top: 5px;
                background-image: url("../images/arrowRed.png");
                background-repeat: no-repeat;
                background-size: cover;
                background-position: center center
            }

    .certificationsPage h4 {
        font-size: 20px;
        font-weight: 500;
        line-height: 20px;
        color: #373737;
        margin: 0 0 20px 0
    }

        .certificationsPage h4 span {
            color: #4BB443
        }

    .certificationsPage .subText {
        margin: 0 0 28px 0
    }

    .certificationsPage .howItsWork {
        padding: 60px 0;
        position: relative
    }

        .certificationsPage .howItsWork .howItsWorkVideo {
            position: relative;
            border-radius: 8px;
            overflow: hidden;
            z-index: 1020
        }

            .certificationsPage .howItsWork .howItsWorkVideo .videoOption {
                position: relative;
                z-index: 1020;
                display: block;
                top: 0;
                left: 0;
                margin: 40px 0 40px
            }

            .certificationsPage .howItsWork .howItsWorkVideo .bgImg {
                position: absolute;
                left: 0;
                top: 0;
                height: 100%;
                width: 100%
            }

                .certificationsPage .howItsWork .howItsWorkVideo .bgImg::before {
                    content: "";
                    display: inline-block;
                    position: absolute;
                    right: 0px;
                    top: 0px;
                    width: 100%;
                    height: 100%;
                    background-color: #000;
                    z-index: 1;
                    opacity: .6
                }

                .certificationsPage .howItsWork .howItsWorkVideo .bgImg img {
                    height: 100%;
                    width: auto
                }

            .certificationsPage .howItsWork .howItsWorkVideo .videoOption {
                text-align: center
            }

                .certificationsPage .howItsWork .howItsWorkVideo .videoOption h6 {
                    font-size: 16px;
                    line-height: 16px;
                    font-weight: 400;
                    color: #f5f5f5;
                    margin: 0 0 12px 0
                }

                .certificationsPage .howItsWork .howItsWorkVideo .videoOption .devider {
                    display: block;
                    margin: 16px auto 28px auto;
                    width: 2px;
                    height: 48px;
                    background-color: #fff;
                    border-radius: 2px
                }

                .certificationsPage .howItsWork .howItsWorkVideo .videoOption .videoIcon {
                    display: inline-flex;
                    height: 60px;
                    width: 60px;
                    background-color: #4BB443;
                    border-radius: 8px;
                    align-items: center;
                    justify-content: center
                }

                    .certificationsPage .howItsWork .howItsWorkVideo .videoOption .videoIcon svg {
                        width: 28px;
                        height: 28px;
                        fill: #fff
                    }

    .certificationsPage .programs {
        padding: 54px 0 0 0;
        position: relative
    }

        .certificationsPage .programs .programItem {
            position: relative;
            margin: 0 0 20px 0
        }

            .certificationsPage .programs .programItem .programItemInner {
                display: flex;
                flex-wrap: wrap;
                border-radius: 16px;
                overflow: hidden
            }

                .certificationsPage .programs .programItem .programItemInner .outlineBtnRect {
                    border: 1px solid #4BB443;
                    color: #4BB443;
                    position: relative;
                    z-index: 1020
                }

                    .certificationsPage .programs .programItem .programItemInner .outlineBtnRect:hover {
                        color: #fff
                    }

                .certificationsPage .programs .programItem .programItemInner .itemRight {
                    width: 100%
                }

                .certificationsPage .programs .programItem .programItemInner .itemLeft {
                    background-color: #F8F8F8;
                    padding: 24px 20px
                }

                    .certificationsPage .programs .programItem .programItemInner .itemLeft p {
                        font-size: 14px;
                        line-height: 26px;
                        font-weight: 400;
                        margin: 0 0 24px 0;
                        position: relative;
                        z-index: 1020
                    }

                    .certificationsPage .programs .programItem .programItemInner .itemLeft h4 {
                        margin-bottom: 12px;
                        position: relative;
                        z-index: 1020
                    }

        .certificationsPage .programs h4 {
            line-height: 32px;
            margin-bottom: 48px
        }

        .certificationsPage .programs h6 {
            text-transform: uppercase;
            font-size: 14px;
            line-height: 14px;
            font-weight: 500;
            color: #848484;
            margin: 0 0 12px 0
        }

    .certificationsPage .certificateList {
        position: relative;
        padding: 48px 0 0 0
    }

        .certificationsPage .certificateList::after {
            content: "";
            display: inline-block;
            position: absolute;
            right: 0px;
            top: 0px;
            width: 100%;
            height: 244px;
            background-color: #f5f5f5;
            z-index: 1
        }

        .certificationsPage .certificateList .certificateItem {
            position: relative;
            padding: 16px;
            z-index: 1020;
            background-color: #fff
        }

            .certificationsPage .certificateList .certificateItem .certificateItemInner {
                text-align: center;
                display: flex;
                width: 100%;
                padding: 48px 0 44px
            }

                .certificationsPage .certificateList .certificateItem .certificateItemInner svg {
                    margin-bottom: 44px;
                    height: 72px;
                    width: 72px
                }

                .certificationsPage .certificateList .certificateItem .certificateItemInner h6 {
                    text-transform: uppercase;
                    font-size: 14px;
                    line-height: 14px;
                    font-weight: 500;
                    color: #848484;
                    margin: 0 0 8px 0
                }

                    .certificationsPage .certificateList .certificateItem .certificateItemInner h6.mainText {
                        color: #373737
                    }

                        .certificationsPage .certificateList .certificateItem .certificateItemInner h6.mainText span {
                            font-size: 20px;
                            line-height: 20px;
                            color: #4BB443
                        }

                .certificationsPage .certificateList .certificateItem .certificateItemInner.basic {
                    border: 4px solid #848484
                }

                .certificationsPage .certificateList .certificateItem .certificateItemInner.intermediate {
                    border: 4px solid #373737
                }

                .certificationsPage .certificateList .certificateItem .certificateItemInner.pro {
                    border: 4px solid #4BB443
                }

                .certificationsPage .certificateList .certificateItem .certificateItemInner .certificateCaption {
                    width: 100%;
                    padding: 24px
                }

    .certificationsPage .profectionCertificate {
        position: relative;
        padding: 48px 0;
        background: #fff
    }

        .certificationsPage .profectionCertificate .profectionCertificateInner {
            position: relative
        }

            .certificationsPage .profectionCertificate .profectionCertificateInner .outlineBtnRect {
                border: 1px solid #4BB443;
                color: #4BB443
            }

                .certificationsPage .profectionCertificate .profectionCertificateInner .outlineBtnRect:hover {
                    color: #fff
                }

            .certificationsPage .profectionCertificate .profectionCertificateInner .bgImg {
                margin-bottom: 24px
            }

    .certificationsPage .howToget {
        position: relative;
        background-color: #F3F3F3;
        padding: 48px 0
    }

        .certificationsPage .howToget .subText {
            margin-bottom: 80px
        }

        .certificationsPage .howToget .outlineBtnRect {
            border: 1px solid #4BB443;
            color: #4BB443
        }

            .certificationsPage .howToget .outlineBtnRect:hover {
                color: #fff
            }

        .certificationsPage .howToget .howStep {
            position: relative;
            background-color: #fff;
            padding: 62px 32px 28px;
            border-radius: 16px;
            margin: 0 0 60px 0;
            text-align: center;
            -webkit-box-shadow: 0px 0px 6px 3px rgba(237,27,36,0.12);
            -moz-box-shadow: 0px 0px 6px 3px rgba(237,27,36,0.12);
            box-shadow: 0px 0px 6px 3px rgba(237,27,36,0.12)
        }

            .certificationsPage .howToget .howStep .subText {
                margin-bottom: 0
            }

            .certificationsPage .howToget .howStep h5 {
                font-size: 18px;
                line-height: 18px;
                font-weight: 500;
                color: #373737;
                margin: 0 0 12px 0;
                position: relative;
                z-index: 1;
                text-transform: uppercase
            }

            .certificationsPage .howToget .howStep .numberDisp {
                position: absolute;
                display: inline-flex;
                width: 100%;
                top: 0;
                left: 0
            }

                .certificationsPage .howToget .howStep .numberDisp span {
                    position: relative;
                    z-index: 1030;
                    background-color: #4BB443;
                    width: 36px;
                    height: 36px;
                    border-radius: 36px;
                    color: #fff;
                    font-size: 20px;
                    font-weight: 500;
                    text-align: center;
                    justify-content: center;
                    align-items: center;
                    top: -18px;
                    left: calc(50% - 18px);
                    z-index: 1020
                }

                    .certificationsPage .howToget .howStep .numberDisp span em {
                        font-style: normal;
                        font-size: 20px;
                        line-height: 20px;
                        position: relative;
                        top: 4px
                    }

                .certificationsPage .howToget .howStep .numberDisp::after {
                    content: "";
                    display: inline-block;
                    position: absolute;
                    left: calc(50% - 26px);
                    top: -26px;
                    width: 52px;
                    height: 52px;
                    background-color: #4BB443;
                    opacity: .6;
                    z-index: 0;
                    border-radius: 52px
                }

                .certificationsPage .howToget .howStep .numberDisp::before {
                    content: "";
                    display: inline-block;
                    position: absolute;
                    left: calc(50% - 34px);
                    top: -34px;
                    width: 68px;
                    height: 68px;
                    background-color: #4BB443;
                    opacity: .3;
                    z-index: 0;
                    border-radius: 52px
                }

    .certificationsPage .idealFor {
        position: relative
    }

        .certificationsPage .idealFor::before {
            display: inline-block;
            position: absolute;
            left: 0px;
            top: 0px;
            width: 50px;
            height: calc(100% - 68px);
            background-color: #fff;
            z-index: 3
        }

        .certificationsPage .idealFor .idealForDesc {
            position: relative;
            top: 0px;
            display: inline-block;
            width: 100%;
            z-index: 1020
        }

            .certificationsPage .idealFor .idealForDesc .idealForDescInner {
                padding-left: 0;
                padding-top: 28px;
                padding-bottom: 28px;
                position: relative;
                background-color: #fff;
                z-index: 1030
            }

                .certificationsPage .idealFor .idealForDesc .idealForDescInner .subText {
                    max-width: 620px;
                    margin-left: 0;
                    margin-right: auto
                }

        .certificationsPage .idealFor .bgImg {
            position: relative
        }

            .certificationsPage .idealFor .bgImg::after {
                content: "";
                display: inline-block;
                position: absolute;
                right: 0px;
                top: 0px-;
                width: 100%;
                height: 100%;
                background-color: #000;
                z-index: 1;
                opacity: .28
            }

            .certificationsPage .idealFor .bgImg::before {
                display: inline-block;
                position: absolute;
                right: 0px;
                top: 0px;
                width: 330px;
                height: 100%;
                background-color: #F3F3F3;
                z-index: 2
            }

    .certificationsPage .intro {
        background-color: #fff;
        position: relative
    }

        .certificationsPage .intro .btn-btnPrimary {
            margin-bottom: 64px
        }

        .certificationsPage .intro h4 {
            margin-top: 72px
        }

        .certificationsPage .intro .introLeft {
            position: relative;
            top: 0;
            right: 0;
            height: 100%;
            width: 100%;
            display: inline-block;
            overflow: hidden
        }

            .certificationsPage .intro .introLeft .bgImg {
                margin-bottom: 15px
            }

                .certificationsPage .intro .introLeft .bgImg img {
                    height: auto;
                    width: 100%
                }

.modalOfrDialog {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: -34px;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 8;
    visibility: hidden;
    opacity: 0;
    transition: opacity .15s linear
}

    .modalOfrDialog.open {
        visibility: visible;
        pointer-events: visible;
        opacity: 1;
        transition: transform .4s ease-out;
        transform: translate(0, 6%)
    }

    .modalOfrDialog .pop-up {
        width: 400px;
        height: 500px;
        position: relative;
        padding: 25px;
        z-index: 9;
        background-color: #fff;
        margin: 15% auto;
        transition: all .4s;
        transform: translate(0, 0)
    }

        .modalOfrDialog .pop-up .accoxiOfer {
            margin-bottom: 20px;
            display: flex
        }

            .modalOfrDialog .pop-up .accoxiOfer .applyCoupon {
                display: flex;
                align-items: center
            }

                .modalOfrDialog .pop-up .accoxiOfer .applyCoupon h1 {
                    font-size: 16px;
                    font-weight: 500;
                    color: #373737;
                    margin: 0 10px 0 0
                }

            .modalOfrDialog .pop-up .accoxiOfer .cLose {
                cursor: pointer;
                position: absolute;
                right: 25px;
                text-align: center;
                top: 15px;
                display: flex;
                transition: all .4s;
                border: 1px solid transparent;
                padding: 7px;
                border-radius: 50%;
                width: 28px;
                height: 28px;
                align-items: center;
                justify-content: center
            }

                .modalOfrDialog .pop-up .accoxiOfer .cLose:hover {
                    border: 1px solid #4BB443
                }

                .modalOfrDialog .pop-up .accoxiOfer .cLose svg {
                    width: 20px;
                    height: 20px;
                    fill: #000
                }

        .modalOfrDialog .pop-up .applyBtn {
            width: 100%;
            height: 40px;
            margin-top: 80px;
            align-items: center;
            display: flex;
            justify-content: center;
            color: #fff;
            font-size: 14px;
            font-weight: 500;
            border-radius: 5px;
            background-color: #4BB443;
            border: none;
            transition: all .4s
        }

            .modalOfrDialog .pop-up .applyBtn:hover {
                background-color: #bb0c13
            }

        .modalOfrDialog .pop-up .accoxiOfrCoupon form {
            overflow-y: scroll;
            height: 300px
        }

            .modalOfrDialog .pop-up .accoxiOfrCoupon form .form-group {
                padding-top: 15px;
                padding-bottom: 15px;
                border-bottom: 1px solid #DFDFDF;
                transition: all .4s
            }

                .modalOfrDialog .pop-up .accoxiOfrCoupon form .form-group label {
                    -webkit-appearance: none;
                    background-color: #fafafa;
                    border: 1px solid #cacece;
                    padding: 8px;
                    border-radius: 50px;
                    display: inline-block;
                    position: relative;
                    vertical-align: middle;
                    cursor: pointer
                }

                .modalOfrDialog .pop-up .accoxiOfrCoupon form .form-group .label-text {
                    vertical-align: middle;
                    font-size: 14px;
                    font-weight: 400;
                    color: #373737;
                    margin: 0 0 0 10px;
                    transition: ease-in-out .4s
                }

                .modalOfrDialog .pop-up .accoxiOfrCoupon form .form-group p {
                    font-size: 10px;
                    line-height: 10px;
                    font-weight: 400;
                    color: #848484;
                    margin: 10PX 0 0 30px
                }

                .modalOfrDialog .pop-up .accoxiOfrCoupon form .form-group input {
                    display: none
                }

                    .modalOfrDialog .pop-up .accoxiOfrCoupon form .form-group input:checked + label {
                        background-color: #e9ecee;
                        color: #000;
                        border: 1px solid #4BB443
                    }

                        .modalOfrDialog .pop-up .accoxiOfrCoupon form .form-group input:checked + label::after {
                            content: "";
                            width: 12px;
                            height: 12px;
                            border-radius: 50px;
                            position: absolute;
                            top: 2px;
                            left: 2px;
                            background: #4BB443;
                            box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
                            text-shadow: none;
                            font-size: 32px
                        }

                .modalOfrDialog .pop-up .accoxiOfrCoupon form .form-group:hover .label-text {
                    color: #4BB443
                }

    .modalOfrDialog .overlay {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        background-color: rgba(14,13,13,0.712);
        opacity: .5
    }

@media (min-width: 1399px) {
    .contact_wrapper.blog_details .bd_inners.bd_page {
        background-color: #fff;
        padding: 30px 30px;
        -webkit-box-shadow: 0px 0px 14px -3px rgba(0,0,0,0.35);
        -moz-box-shadow: 0px 0px 14px -3px rgba(0,0,0,0.35);
        box-shadow: 0px 0px 14px -3px rgba(0,0,0,0.35);
        margin-top: 30px
    }
}

@media (max-width: 1279px) {
    .registeration-wrap {
        width: 100%;
        position: initial;
        background-color: #000;
        padding: 30px 50px
    }

    .contact_wrapper {
        background-size: initial;
        background-position: top right
    }

        .contact_wrapper .contact_section .con_right .mail_pho {
            border-radius: 6px;
            background-color: #fff;
            padding: 20px
        }

            .contact_wrapper .contact_section .con_right .mail_pho .list_ims:last-child {
                margin-bottom: 0px
            }

    .k_register_bg_section {
        padding: 0px 50px
    }
}

@media (max-width: 1080px) {
    .banner-wrap #homepage-banner .bannertext {
        bottom: 70px
    }

    .footer-left {
        text-align: center
    }

    .footer-wrapper .copyright-wrap .para.copyright-text {
        text-align: center
    }

    .contact_wrapper.blog_details .bd_inners .bd_contents .bd_image {
        max-width: 100%;
        width: 100%
    }
}

@media (max-width: 991px) {
    .ofrCol {
        margin-top: 35px
    }

    .acoxi-logo .white-logo {
        position: absolute;
        top: -52px;
        width: 94px;
        height: 51px !important
    }

    .prof-name {
        display: none !important
    }

    .w-sm-100 {
        width: 100%
    }

    .banner-wrap #homepage-banner .bannertext {
        bottom: 70px
    }

    .featured-items .featured-image img {
        width: 100%
    }

    .para.leftwidth {
        width: 100% !important
    }

    .pr-0 {
        padding-right: 15px
    }

    .leftimg {
        top: -25px
    }

    .mobdesk-wrap .pd50 .logosmd {
        margin-top: 0px;
        margin-bottom: 15px
    }

    .titlehead .mdtitle {
        margin-bottom: 10px
    }

    .regsitration-outer .right-height {
        position: relative;
        height: 400px
    }

    .regsitration-outer .left-height {
        position: initial
    }

    .contact_wrapper .contact_section {
        width: 100%;
        max-width: 100%;
        padding: 0 30px
    }

        .contact_wrapper .contact_section .con_right {
            position: initial;
            margin-top: 30px;
            max-width: 100%;
            width: 100%
        }

        .contact_wrapper .contact_section .con_form {
            margin: 0 auto;
            max-width: 100%;
            width: 100%
        }
}

@media (max-width: 768px) {
    .popup-reg .popUpSection .popform {
        width: 100%;
        padding: 15px !important
    }

        .popup-reg .popUpSection .popform .pop-title svg {
            width: 30px;
            height: 30px
        }

        .popup-reg .popUpSection .popform .pop-title .poptitlehead {
            font-size: 25px !important
        }

    .banner-wrap #homepage-banner .bannertext {
        bottom: 70px
    }

        .banner-wrap #homepage-banner .bannertext .banner-head {
            font-size: 25px;
            line-height: 28px;
            margin: 0px 0 0px 0px
        }

        .banner-wrap #homepage-banner .bannertext .banner-head-sub {
            font-size: 14px
        }

    .accountbox-wrap .accountbox-text {
        padding-left: 0px
    }

    .testimonial-wrap .testimonial-text {
        margin-top: 0px
    }

    .footer-left {
        text-align: center
    }

    .footer-wrapper .copyright-wrap .para.copyright-text {
        text-align: center
    }

    .regsitration-outer .registration-signup .registeration-wrap.reg-inverse {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media (max-width: 767px) {
    .pricingTable {
        padding: 0;
        margin: 0 15px;
        overflow-x: scroll
    }

    .header ul {
        position: fixed;
        width: calc((100%) - 60px);
        z-index: 2
    }

    .change-order {
        order: -1
    }

    .add-align {
        display: block
    }

    .numberIconRow {
        position: relative
    }

        .numberIconRow .numberIcon {
            width: 33px;
            height: 33px;
            display: flex;
            align-items: center;
            border-radius: 50%;
            cursor: pointer;
            margin-right: 5px
        }

    .signIn {
        float: right;
        margin-right: 10px;
        margin-top: 6px
    }

        .signIn .sign-in {
            padding: 5px 15px !important;
            display: flex;
            align-items: center;
            font-size: 12px
        }

    .featured-items .featured-image {
        display: none
    }

    .regsitration-outer .register-content-wrap {
        left: 50px
    }

    .abx_login_wrapper .login_inner .login_right .login_right_form {
        max-width: 100%
    }

    .abx_login_wrapper .login_inner .login_left {
        min-height: 90px
    }

        .abx_login_wrapper .login_inner .login_left .logo {
            margin: 0 auto;
            box-shadow: none;
            text-align: center
        }

        .abx_login_wrapper .login_inner .login_left .left_image_content {
            display: none
        }

    .contact_wrapper .contact_section {
        padding: 0px 15px
    }

        .contact_wrapper .contact_section .con_form {
            padding: 35px 32px
        }

            .contact_wrapper .contact_section .con_form .form_title span {
                display: initial
            }

    .contact_wrapper.blog_details .bd_inners .bd_titles .bd_usercal {
        padding-right: 0px
    }

        .contact_wrapper.blog_details .bd_inners .bd_titles .bd_usercal .share_sec {
            position: relative;
            display: block;
            margin-top: 15px;
            padding-left: 60px
        }

            .contact_wrapper.blog_details .bd_inners .bd_titles .bd_usercal .share_sec:before {
                position: absolute;
                top: 2px
            }

        .contact_wrapper.blog_details .bd_inners .bd_titles .bd_usercal .hd_sub {
            display: block;
            margin-bottom: 10px
        }
}

@media (max-width: 474px) {
    .contact_wrapper .faq_mid .faq_cat_out a {
        margin: 40px auto 0 auto !important
    }
}

@media (max-width: 735px) {
    .top-head .top-head-btn {
        float: left
    }

    .banner-wrap #homepage-banner .owl-dots {
        display: none
    }

    .banner-wrap #homepage-banner .bannertext {
        bottom: 10px
    }
}

@media (max-width: 600px) {
    .regsitration-outer .register-content-wrap .register-head .register-title {
        font-size: 24px
    }
}

@media (max-width: 570px) {
    .banner-wrap #homepage-banner .bannerimage img {
        min-height: 230px
    }

    .banner-wrap #homepage-banner .bannertext .btn-wrap .top-head-btn .defbtn {
        padding: 2px 20px;
        font-size: 12px
    }

    .am_desk_ready .mockupSlider {
        max-width: 360px !important;
        max-height: 250px !important
    }

        .am_desk_ready .mockupSlider .sliderInner {
            max-width: 300px !important;
            max-height: 242px;
            left: 38px !important
        }
}

@media (max-width: 475px) {
    .k_register_bg_section {
        padding: 0px 20px
    }

    .top-head .top-head-btn {
        text-align: left
    }

        .top-head .top-head-btn .defbtn {
            padding: 2px 20px;
            font-size: 12px
        }

    .container {
        padding: 0px 20px
    }

    .banner-wrap #homepage-banner .bannertext {
        left: 20px
    }

        .banner-wrap #homepage-banner .bannertext .banner-head-sub {
            display: none
        }

    .registeration-wrap {
        padding: 30px 20px
    }

    .featured-items {
        padding: 30px 0px
    }

        .featured-items.item-2 {
            padding-top: 30px
        }

    .mobdesk-wrap {
        padding: 40px 0px
    }

        .mobdesk-wrap .pd50 {
            padding-left: 20px
        }

    .accountbox-wrap {
        padding: 40px 0
    }

    .all-features {
        padding: 0px 0 0px 0px
    }
}

@media (max-width: 414px) {
    .regsitration-outer .register-content-wrap {
        left: 20px;
        right: 20px
    }

    .regsitration-outer .registration-signup .registeration-wrap.reg-inverse {
        padding-left: 20px;
        padding-right: 20px
    }

    .regsitration-outer .registration-signup .register-head .register-sub {
        font-size: 12px
    }
}

@media (max-width: 375px) {
    .top-head .top-head-btn {
        text-align: left
    }

        .top-head .top-head-btn .defbtn {
            padding: 2px 10px;
            font-size: 12px
        }

    .container {
        padding: 0px 20px
    }

    .banner-wrap #homepage-banner .bannertext {
        left: 20px
    }

    .registeration-wrap {
        padding: 30px 20px
    }

    .regsitration-outer .register-content-wrap .register-head .register-title {
        font-size: 18px
    }
}

@media(max-width: 385px) {
    .am_desk_ready .mockupSlider .sliderInner {
        left: 30px !important
    }
}

@media (max-width: 360px) {
    .popup-reg .popUpSection {
        top: 6px !important
    }

    .am_desk_ready .mockupSlider {
        max-height: 230px !important
    }

        .am_desk_ready .mockupSlider .sliderInner {
            width: 266px;
            left: 28px !important;
            max-width: 260px !important
        }
}

.row.to6px {
    margin-left: -6px;
    margin-right: -6px
}

    .row.to6px [class^='col-'] {
        padding-right: 6px;
        padding-left: 6px
    }

.row.to50px {
    margin-left: -50px;
    margin-right: -50px
}

    .row.to50px [class^='col-'] {
        padding-right: 50px;
        padding-left: 50px
    }

.row.to0px {
    margin-left: 0px;
    margin-right: 0px
}

    .row.to0px [class^='col'] {
        padding-right: 0px;
        padding-left: 0px
    }

@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    10% {
        -webkit-transform: scale(.91);
        transform: scale(.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    17% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    33% {
        -webkit-transform: scale(.87);
        transform: scale(.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    10% {
        -webkit-transform: scale(.91);
        transform: scale(.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    17% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    33% {
        -webkit-transform: scale(.87);
        transform: scale(.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.k_error-img {
    display: block;
    margin: 0 auto
}

.k_defbtn {
    color: #fff;
    padding: 7px 40px;
    border-radius: 50px;
    text-transform: uppercase;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    font-family: "poppins";
    font-weight: 500;
    display: inline-block;
    margin: 15px 0
}

    .k_defbtn.login {
        background: transparent;
        border: 1px solid #fff
    }

        .k_defbtn.login:hover {
            text-decoration: none;
            background-color: #4BB443;
            border-color: #4BB443
        }

    .k_defbtn.freetrial {
        background-color: #4BB443;
        border: 1px solid #4BB443
    }

        .k_defbtn.freetrial:hover {
            text-decoration: none;
            background: transparent;
            border-color: #000;
            color: #000
        }

.k_roadmap_bg {
    background-image: url("../images/roadmap_bg.jpg")
}

    .k_roadmap_bg .k_max_bg {
        background-image: url("../images/k_cloadbg1.png");
        max-width: initial;
        background-repeat: no-repeat;
        background-position: right bottom
    }

    .k_roadmap_bg .k_roadmap_bg_section {
        min-height: 535px
    }

        .k_roadmap_bg .k_roadmap_bg_section .con_right {
            max-width: 388px
        }

            .k_roadmap_bg .k_roadmap_bg_section .con_right .caption_box {
                background-image: none;
                background-color: transparent;
                padding: 0px 40px
            }

                .k_roadmap_bg .k_roadmap_bg_section .con_right .caption_box .title_cb {
                    color: #4BB443;
                    text-align: left;
                    font-weight: 400
                }

.k_timeline {
    position: relative;
    margin: 0 auto;
    margin-top: 60px;
    background-image: url("../images/k_mainbg_cloud.png");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden
}

    .k_timeline:after {
        content: "";
        position: absolute;
        width: 2px;
        background-color: #ddd;
        top: 0;
        bottom: 0;
        left: 50%
    }

    .k_timeline .k_timelinecontainer {
        padding: 10px 40px;
        position: relative;
        background-color: inherit;
        width: 50%
    }

        .k_timeline .k_timelinecontainer .k_vert_line {
            height: 87px;
            width: 2px;
            background-color: #4BB443;
            position: absolute;
            right: -2px;
            z-index: 2;
            top: 0;
            bottom: 0;
            margin: auto
        }

        .k_timeline .k_timelinecontainer .content {
            padding: 20px 20px 20px 80px;
            background-color: #fff;
            position: relative;
            border-radius: 6px;
            -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.24);
            -moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.24);
            box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.24);
            max-width: 475px;
            margin-left: auto;
            background-position: center left;
            background-repeat: no-repeat;
            transition: all .4s
        }

            .k_timeline .k_timelinecontainer .content .timline_list {
                display: block;
                font-size: 14px;
                color: #2d2d2d;
                background-image: url("../images/k_tick.png");
                background-repeat: no-repeat;
                background-position: left 4px;
                margin-left: 16px;
                padding-left: 17px;
                padding-bottom: 5px
            }

            .k_timeline .k_timelinecontainer .content.kmr_auto {
                margin-right: auto;
                margin-left: inherit
            }

            .k_timeline .k_timelinecontainer .content h2 {
                font-size: 17px;
                color: #2d2d2d;
                font-weight: 400;
                position: relative;
                padding-bottom: 4px
            }

                .k_timeline .k_timelinecontainer .content h2:after {
                    position: absolute;
                    width: 100%;
                    height: 1px;
                    background-color: #ddd;
                    content: "";
                    bottom: 0;
                    left: 0
                }

        .k_timeline .k_timelinecontainer:after {
            content: "";
            position: absolute;
            width: 14px;
            height: 14px;
            right: -8px;
            background-color: #fff;
            border: 3px solid #585858;
            top: 0;
            bottom: 0;
            margin: auto;
            border-radius: 50%;
            z-index: 4
        }

        .k_timeline .k_timelinecontainer.active:after {
            border: 3px solid #4BB443
        }

        .k_timeline .k_timelinecontainer.active:before {
            content: "";
            position: absolute;
            width: 32px;
            height: 32px;
            right: -17px;
            background-color: #cce3ca;
            border: 5px solid #f0f5ef;
            top: 0;
            bottom: 0;
            margin: auto;
            border-radius: 50%;
            z-index: 4;
            -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
            animation: heartbeat 1.5s ease-in-out infinite both
        }

        .k_timeline .k_timelinecontainer.left {
            left: 0
        }

            .k_timeline .k_timelinecontainer.left .k_dotline {
                position: absolute;
                width: 205px;
                height: 2px;
                top: -23px;
                bottom: 0;
                margin: auto;
                left: 717px
            }

        .k_timeline .k_timelinecontainer.right {
            left: 50%
        }

            .k_timeline .k_timelinecontainer.right:after {
                left: -7px;
                right: auto
            }

            .k_timeline .k_timelinecontainer.right:before {
                right: auto;
                left: -16px;
                display: none
            }

        .k_timeline .k_timelinecontainer .k_dotline {
            position: absolute;
            width: 205px;
            height: 2px;
            top: -23px;
            bottom: 0;
            margin: auto;
            right: 717px;
            left: auto
        }

.path {
    stroke-dasharray: 5;
    stroke-dashoffset: 100;
    animation: dash 1s linear alternate infinite
}

.dashed {
    stroke-dasharray: 10
}

@keyframes dash {
    from {
        stroke-dashoffset: 20
    }

    to {
        stroke-dashoffset: 0
    }
}

.k_feature_wrapper {
    background-image: url("../images/feature_bg.jpg");
    height: 198px;
    padding-top: 108px
}

    .k_feature_wrapper .header_page {
        max-width: 567px;
        margin: 0 auto
    }

    .k_feature_wrapper .head_title {
        font-size: 30px;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase
    }

    .k_feature_wrapper .head_p {
        font-size: 14px;
        color: #fff
    }

.features_wrap .cust_row {
    position: relative;
    padding-left: 350px;
    min-height: 100vh
}

    .features_wrap .cust_row table {
        border: 1px solid #ddd;
        margin-top: 20px;
        width: 100% !important;
        max-width: 100%;
        margin-bottom: 20px
    }

        .features_wrap .cust_row table tbody tr td {
            font-size: 14px;
            color: #848484;
            text-align: center;
            padding: 25px 15px
        }

            .features_wrap .cust_row table tbody tr td h1, .features_wrap .cust_row table tbody tr td h2, .features_wrap .cust_row table tbody tr td h3, .features_wrap .cust_row table tbody tr td h4, .features_wrap .cust_row table tbody tr td h5, .features_wrap .cust_row table tbody tr td h6, .features_wrap .cust_row table tbody tr td p, .features_wrap .cust_row table tbody tr td span {
                font-size: 14px;
                color: #848484;
                text-align: center;
                margin: 0;
                font-weight: 400;
                text-transform: capitalize
            }

        .features_wrap .cust_row table tbody tr:first-child td, .features_wrap .cust_row table tbody tr:first-child th {
            background-color: #4BB443;
            color: #fff;
            text-transform: uppercase;
            font-weight: 500;
            text-align: center;
            padding: 15px 10px
        }

            .features_wrap .cust_row table tbody tr:first-child td h1, .features_wrap .cust_row table tbody tr:first-child td h2, .features_wrap .cust_row table tbody tr:first-child td h3, .features_wrap .cust_row table tbody tr:first-child td h4, .features_wrap .cust_row table tbody tr:first-child td h5, .features_wrap .cust_row table tbody tr:first-child td h6, .features_wrap .cust_row table tbody tr:first-child td p, .features_wrap .cust_row table tbody tr:first-child td span, .features_wrap .cust_row table tbody tr:first-child th h1, .features_wrap .cust_row table tbody tr:first-child th h2, .features_wrap .cust_row table tbody tr:first-child th h3, .features_wrap .cust_row table tbody tr:first-child th h4, .features_wrap .cust_row table tbody tr:first-child th h5, .features_wrap .cust_row table tbody tr:first-child th h6, .features_wrap .cust_row table tbody tr:first-child th p, .features_wrap .cust_row table tbody tr:first-child th span {
                font-size: 14px;
                line-height: 14px;
                color: #fff;
                font-weight: 500;
                margin: 0
            }

.features_wrap .features_wrap_sec_col {
    padding: 64px 42px 0px
}

    .features_wrap .features_wrap_sec_col.centerImgCont img {
        width: 100%;
        border-radius: 8px;
        overflow: hidden;
        margin-bottom: 24px;
        margin-top: 20px
    }

    .features_wrap .features_wrap_sec_col h4 {
        font-size: 25px;
        color: #373737;
        font-weight: 700;
        text-transform: uppercase;
        margin: 0 0 12px 0
    }

        .features_wrap .features_wrap_sec_col h4 span {
            color: #4BB443
        }

    .features_wrap .features_wrap_sec_col .searchTop {
        max-width: 820px;
        margin: 0 auto 40px auto
    }

        .features_wrap .features_wrap_sec_col .searchTop input {
            height: 50px;
            background: #fff;
            border: 1px solid #4BB443;
            color: #373737
        }

    .features_wrap .features_wrap_sec_col .sec_col_row {
        padding-top: 64px
    }

    .features_wrap .features_wrap_sec_col .f_1 {
        border: 10px solid #fff;
        -webkit-box-shadow: 0px 0px 11px -2px rgba(0,0,0,0.35);
        -moz-box-shadow: 0px 0px 11px -2px rgba(0,0,0,0.35);
        box-shadow: 0px 0px 11px -2px rgba(0,0,0,0.35);
        max-width: 100%;
        width: 100%
    }

    .features_wrap .features_wrap_sec_col .fl_vedeo {
        position: relative;
        display: block
    }

        .features_wrap .features_wrap_sec_col .fl_vedeo:after {
            content: "";
            position: absolute;
            width: calc(100% - 20px);
            height: calc(100% - 20px);
            margin: auto;
            background-color: rgba(0,0,0,0.3490196078);
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-image: url("../images/k_vedeo_bg.png");
            background-repeat: no-repeat;
            background-position: center
        }

    .features_wrap .features_wrap_sec_col .f_title {
        font-size: 25px;
        color: #373737;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 38px;
        margin: 40px 0 12px 0;
        padding: 0
    }

    .features_wrap .features_wrap_sec_col p {
        color: #848484
    }

    .features_wrap .features_wrap_sec_col .faqItems {
        margin: 16px 0 0 0;
        position: relative;
        width: 100%
    }

        .features_wrap .features_wrap_sec_col .faqItems .faqElement {
            position: relative;
            border-bottom: 1px solid #EBEBEB;
            padding: 16px 0 20px 0
        }

            .features_wrap .features_wrap_sec_col .faqItems .faqElement:last-child {
                border: none
            }

            .features_wrap .features_wrap_sec_col .faqItems .faqElement.showItem .faqElementHd::after {
                display: none;
                opacity: 0
            }

            .features_wrap .features_wrap_sec_col .faqItems .faqElement.showItem .faqElementDesc {
                height: auto;
                visibility: visible
            }

            .features_wrap .features_wrap_sec_col .faqItems .faqElement .faqElementDesc {
                height: 0;
                visibility: hidden
            }

                .features_wrap .features_wrap_sec_col .faqItems .faqElement .faqElementDesc p {
                    margin: 0
                }

            .features_wrap .features_wrap_sec_col .faqItems .faqElement .faqElementHd {
                width: 100%;
                position: relative;
                cursor: pointer
            }

                .features_wrap .features_wrap_sec_col .faqItems .faqElement .faqElementHd::after, .features_wrap .features_wrap_sec_col .faqItems .faqElement .faqElementHd::before {
                    position: absolute;
                    content: "";
                    display: inline-block;
                    background-color: #373737;
                    border-radius: 2px;
                    transition: all .3s;
                    -webkit-transition: all .3s;
                    -moz-transition: all .3s;
                    -ms-transition: all .3s
                }

                .features_wrap .features_wrap_sec_col .faqItems .faqElement .faqElementHd::after {
                    height: 17px;
                    width: 2px;
                    right: 12px;
                    top: 0;
                    border-radius: 2px
                }

                .features_wrap .features_wrap_sec_col .faqItems .faqElement .faqElementHd::before {
                    height: 2px;
                    width: 17px;
                    right: 5px;
                    top: 8px
                }

                .features_wrap .features_wrap_sec_col .faqItems .faqElement .faqElementHd h6 {
                    font-size: 15px;
                    line-height: 22px;
                    color: #373737;
                    padding-right: 28px
                }

                    .features_wrap .features_wrap_sec_col .faqItems .faqElement .faqElementHd h6 span {
                        color: #4BB443;
                        margin-right: 8px
                    }

    .features_wrap .features_wrap_sec_col.relatedItem h6 {
        font-size: 15px;
        line-height: 15px;
        font-weight: 600;
        color: #4BB443;
        margin: 0 0 16px 0;
        text-transform: uppercase
    }

        .features_wrap .features_wrap_sec_col.relatedItem h6 span {
            margin: 0 0 0 16px;
            width: 16px;
            height: 2px;
            background: #373737;
            display: inline-block
        }

    .features_wrap .features_wrap_sec_col.relatedItem ul {
        margin: 0;
        padding: 0
    }

        .features_wrap .features_wrap_sec_col.relatedItem ul li {
            display: inline-block;
            margin: 0 0 0 36px;
            position: relative;
            padding-left: 0
        }

            .features_wrap .features_wrap_sec_col.relatedItem ul li:first-child {
                margin-left: 0
            }

            .features_wrap .features_wrap_sec_col.relatedItem ul li::after, .features_wrap .features_wrap_sec_col.relatedItem ul li::before {
                display: none
            }

            .features_wrap .features_wrap_sec_col.relatedItem ul li a {
                color: #373737;
                text-decoration: none;
                position: relative;
                padding-left: 20px;
                transition: all .3s;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                -ms-transition: all .3s
            }

                .features_wrap .features_wrap_sec_col.relatedItem ul li a::before {
                    content: "";
                    position: absolute;
                    display: inline-block;
                    width: 12px;
                    height: 2px;
                    left: 0;
                    top: 9px;
                    background-color: #373737;
                    border-radius: 2px;
                    transition: all .3s;
                    -webkit-transition: all .3s;
                    -moz-transition: all .3s;
                    -ms-transition: all .3s
                }

                .features_wrap .features_wrap_sec_col.relatedItem ul li a:hover {
                    color: #4BB443
                }

                    .features_wrap .features_wrap_sec_col.relatedItem ul li a:hover::before {
                        background-color: #4BB443
                    }

.features_wrap .features_wrap_col {
    -webkit-box-shadow: 3px -6px 5px -2px rgba(0,0,0,0.14);
    -moz-box-shadow: 3px -6px 5px -2px rgba(0,0,0,0.14);
    box-shadow: 3px -6px 5px -2px rgba(0,0,0,0.14);
    padding: 64px 0px 20px 50px;
    width: 350px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow-y: scroll
}

    .features_wrap .features_wrap_col .features_list {
        font-size: 17px;
        font-weight: 500;
        text-transform: uppercase;
        padding: 0;
        display: block;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s
    }

        .features_wrap .features_wrap_col .features_list.hasSubmenu {
            position: relative
        }

            .features_wrap .features_wrap_col .features_list.hasSubmenu.active .menuExpander::after {
                opacity: 0
            }

            .features_wrap .features_wrap_col .features_list.hasSubmenu .menuExpander {
                display: inline-block;
                position: absolute;
                height: 16px;
                width: 16px;
                top: 16px;
                right: 16px;
                cursor: pointer
            }

                .features_wrap .features_wrap_col .features_list.hasSubmenu .menuExpander:hover::after, .features_wrap .features_wrap_col .features_list.hasSubmenu .menuExpander:hover::before {
                    background-color: #4BB443
                }

                .features_wrap .features_wrap_col .features_list.hasSubmenu .menuExpander::after, .features_wrap .features_wrap_col .features_list.hasSubmenu .menuExpander::before {
                    content: "";
                    display: inline-block;
                    position: absolute;
                    background-color: #373737;
                    border-radius: 2px;
                    transition: all .3s;
                    -webkit-transition: all .3s;
                    -moz-transition: all .3s;
                    -ms-transition: all .3s
                }

                .features_wrap .features_wrap_col .features_list.hasSubmenu .menuExpander::after {
                    height: 100%;
                    width: 2px;
                    right: 7px;
                    top: 0
                }

                .features_wrap .features_wrap_col .features_list.hasSubmenu .menuExpander::before {
                    height: 2px;
                    width: 100%;
                    right: 0;
                    top: 7px
                }

            .features_wrap .features_wrap_col .features_list.hasSubmenu ul {
                display: none
            }

        .features_wrap .features_wrap_col .features_list ul {
            margin: 8px 0
        }

            .features_wrap .features_wrap_col .features_list ul li {
                position: relative;
                background-color: transparent;
                margin: 0 !important;
                padding: 0 0 0 36px
            }

                .features_wrap .features_wrap_col .features_list ul li::after, .features_wrap .features_wrap_col .features_list ul li::before {
                    display: none !important
                }

                .features_wrap .features_wrap_col .features_list ul li a {
                    color: #373737 !important;
                    padding: 12px 0;
                    background-color: transparent !important;
                    font-size: 14px;
                    line-height: 14px;
                    text-transform: capitalize;
                    transition: all .4s;
                    -webkit-transition: all .4s;
                    -moz-transition: all .4s;
                    -ms-transition: all .4s
                }

                .features_wrap .features_wrap_col .features_list ul li.active a {
                    color: #4BB443 !important
                }

        .features_wrap .features_wrap_col .features_list a {
            padding: 12px 22px;
            color: #373737;
            display: inline-block;
            width: 100%;
            text-transform: capitalize;
            font-size: 15px;
            line-height: 15px;
            transition: all .4s;
            -webkit-transition: all .4s;
            -moz-transition: all .4s;
            -ms-transition: all .4s
        }

            .features_wrap .features_wrap_col .features_list a:hover {
                color: #4BB443;
                background-color: #F5F5F5
            }

                .features_wrap .features_wrap_col .features_list a:hover a {
                    color: #4BB443;
                    background-color: #F5F5F5
                }

        .features_wrap .features_wrap_col .features_list.active a {
            color: #4BB443;
            background-color: #F5F5F5
        }

.features_wrap .bg_section {
    background-image: url("../images/k_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 33px 26px;
    margin-top: 100px;
    margin-bottom: 36px;
    margin-left: 16px
}

    .features_wrap .bg_section h4 {
        font-size: 25px;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 15px
    }

    .features_wrap .bg_section p {
        color: #fff
    }

.features_wrap .tab_section .tab-content {
    display: none;
    padding: 0px
}

    .features_wrap .tab_section .tab-content.current {
        display: block
    }

.features_wrap .tab_section h4 {
    font-size: 25px;
    color: #373737;
    font-weight: 700;
    text-transform: uppercase
}

.features_wrap .tab_section .tab_span_div {
    background-color: #F5F5F5;
    border-bottom: 1px solid #4BB443;
    margin-top: 15px;
    margin-bottom: 15px
}

.features_wrap .tab_section .tab_span {
    display: inline-block;
    padding: 13px 20px;
    max-width: 192px;
    width: 100%;
    text-align: center;
    background-color: #F5F5F5;
    font-size: 14px;
    line-height: 14px;
    color: #373737;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    cursor: pointer
}

    .features_wrap .tab_section .tab_span span {
        max-height: 14px;
        overflow: hidden;
        display: inline-block
    }

    .features_wrap .tab_section .tab_span:hover {
        background-color: #4BB443;
        color: #fff
    }

    .features_wrap .tab_section .tab_span.current {
        background-color: #4BB443;
        color: #fff
    }

.features_wrap ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 20px
}

    .features_wrap ul li {
        font-size: 14px;
        color: #848484;
        padding-left: 23px;
        position: relative;
        margin-bottom: 15px
    }

        .features_wrap ul li:after {
            content: "";
            position: absolute;
            width: 8px;
            height: 8px;
            top: 7px;
            left: 0;
            background-color: #4BB443;
            border-radius: 50%
        }

        .features_wrap ul li:before {
            content: "";
            position: absolute;
            width: 18px;
            height: 18px;
            top: 2px;
            left: -5px;
            border: 2px solid #CBCBCB;
            border-radius: 50%
        }

.features_wrap .k_table {
    margin-top: 20px
}

    .features_wrap .k_table thead th {
        background-color: #4BB443;
        color: #fff;
        text-transform: uppercase;
        font-weight: 500;
        text-align: center;
        padding: 15px 10px
    }

    .features_wrap .k_table tr td {
        font-size: 14px;
        color: #848484;
        text-align: center;
        padding: 25px 15px
    }

@media (max-width: 1270px) {
    .features_wrap .tab_section .tab_span {
        max-width: 184px
    }
}

@media (max-width: 1199.98px) {
    .k_timeline .k_timelinecontainer {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px
    }

        .k_timeline .k_timelinecontainer .k_dotline {
            display: none
        }

        .k_timeline .k_timelinecontainer .content {
            margin-left: inherit;
            margin-right: auto;
            max-width: initial
        }

        .k_timeline .k_timelinecontainer.right {
            left: 0%
        }

            .k_timeline .k_timelinecontainer.right:after {
                left: 24px
            }

        .k_timeline .k_timelinecontainer:after {
            right: inherit;
            left: 24px
        }

        .k_timeline .k_timelinecontainer.active:before {
            right: inherit;
            left: 15px
        }

    .k_timeline:after {
        left: 30px
    }

    .features_wrap .features_wrap_sec_col .f_1 {
        width: 100%
    }

    .features_wrap .tab_section .tab_span {
        max-width: 131px;
        font-size: 14px
    }
}

@media (max-width: 991px) {
    .k_timeline .k_timelinecontainer .content {
        height: auto
    }

    .bottomNotification .notBox .btnWrapper .btn-btnPrimary {
        margin-top: 15px
    }

    .bottomNotification .notBox .ofrTym {
        text-align: center
    }

        .bottomNotification .notBox .ofrTym.modalOfrTym {
            display: flex;
            flex-direction: column;
            justify-content: center
        }

            .bottomNotification .notBox .ofrTym.modalOfrTym h6 {
                text-align: center
            }

            .bottomNotification .notBox .ofrTym.modalOfrTym .modalTimerBox {
                justify-content: center
            }

    .features_wrap .features_wrap_sec_col {
        padding-top: 8px;
        padding-left: 15px;
        padding-right: 15px
    }

    .features_wrap .features_wrap_col {
        position: relative;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }

    .features_wrap .cust_row {
        padding-left: 0px
    }
}

@media (max-width: 768px) {
    .k_feature_wrapper .head_p {
        display: none
    }
}

@media (max-width: 575px) {
    .banner-wrap #homepage-banner .bannertext .banner-head {
        font-size: 16px;
        line-height: 20px;
        font-weight: 500
    }

    .pricelist .toNewHeader .toNewContent {
        padding: 40px 0
    }

    .features_wrap .features_wrap_sec_col .sec_col_row {
        padding-top: 0
    }

    .am_features_list .feature_sub_dead h3 {
        margin: 0 0 35px 0 !important
    }

    .faq_notfound h3 {
        margin: 18px 0 30px
    }

    .faq_notfound .faq_contact {
        padding-bottom: 25px !important
    }

    .pricelist .toNewHeader .toNewContent .faq_none .faq_mid {
        margin-top: 35px !important
    }

        .pricelist .toNewHeader .toNewContent .faq_none .faq_mid .faq_cat_out a {
            margin: 30px 0 !important
        }

    .more_info {
        padding-top: 40px !important
    }

    .dashboard .dashboardLeft {
        padding: 40px 15px 40px 0
    }

    .dashboard .dashboardRight {
        padding: 40px 0
    }

    .certificationsPage .howItsWork {
        padding: 10px 0 30px 0
    }

    .certificationsPage .programs {
        padding-top: 30px
    }

        .certificationsPage .programs h4 {
            margin-bottom: 30px
        }

    .certificationsPage .howToget .howStep {
        margin-bottom: 30px
    }

    .certificationsPage .intro h4 {
        margin-top: 40px
    }

    .contact_wrapper.blog_page .blog_items_col {
        margin-bottom: 0
    }

    .pricelist .priceElem {
        padding: 30px 0 12px !important
    }

        .pricelist .priceElem .headerHead {
            margin-bottom: 20px
        }

        .pricelist .priceElem .priceElemOutr .priceItmOuter {
            margin-bottom: 20px !important
        }

    .sectionHeadText {
        margin-bottom: 30px !important
    }

    .priceCart {
        padding-top: 40px !important
    }

    .contact_wrapper .contact_section .con_form {
        padding: 30px 15px
    }

    .k_roadmap_bg .k_roadmap_bg_section .con_right .caption_box {
        padding: 0
    }

    .contact_wrapper {
        padding-bottom: 0
    }

    #accountbox-screenshot_1 {
        position: absolute;
        top: -14px
    }

    .k_timeline:after {
        left: 23px;
        display: none
    }

    .k_timeline .k_timelinecontainer {
        padding-left: 15px;
        padding-right: 15px
    }

        .k_timeline .k_timelinecontainer.active:before {
            display: none;
            left: 8px
        }

        .k_timeline .k_timelinecontainer:after {
            display: none;
            left: 17px
        }

        .k_timeline .k_timelinecontainer.right:after {
            left: 17px;
            display: none
        }

        .k_timeline .k_timelinecontainer .content {
            background-size: 24px;
            padding: 15px;
            background-position: top left;
            padding-top: 40px
        }

            .k_timeline .k_timelinecontainer .content .timline_list {
                font-size: 13px;
                margin-left: 0px
            }

    .k_roadmap_bg .k_roadmap_bg_section .con_right .caption_box .title_cb {
        padding-bottom: 0px
    }

    .features_wrap .features_wrap_col {
        padding: 15px 15px
    }

        .features_wrap .features_wrap_col .features_list {
            font-size: 13px
        }

    .features_wrap .features_wrap_sec_col {
        padding: 15px 15px
    }

    .features_wrap .bg_section {
        padding: 15px;
        margin-top: 0px;
        margin-left: 0px
    }
}

.contact_wrapper.faq_header_bg {
    background-image: url("../images/faq-header-bg.jpg")
}

.contact_wrapper.faq_inner_header_bg {
    background-image: url("../images/faq-inner-header-bg.jpg")
}

.contact_wrapper .faq_top {
    position: relative;
    min-height: 180px;
    margin-top: 0px;
    padding: 0 15px
}

    .contact_wrapper .faq_top .container {
        max-width: 100%;
        padding: 0 20px;
        background-color: #fff;
        border-radius: 4px 4px 0px 0px;
        padding: 0 18px 15px
    }

    .contact_wrapper .faq_top .help {
        max-width: 376px;
        margin-top: 26px
    }

        .contact_wrapper .faq_top .help .help_head {
            max-width: 255px
        }

            .contact_wrapper .faq_top .help .help_head h1 {
                font-size: 22px;
                font-weight: 500;
                color: #2d2d2d;
                margin: 15px 0 0
            }

            .contact_wrapper .faq_top .help .help_head h5 {
                position: relative;
                font-size: 14px;
                color: #4a4a4a;
                margin: 4px 0 15px 0
            }

                .contact_wrapper .faq_top .help .help_head h5:before {
                    content: "";
                    display: inline-block;
                    height: 1px;
                    width: calc(100% - 40px);
                    background-color: #a2a2a2;
                    left: -10px;
                    top: -4px;
                    position: relative
                }

        .contact_wrapper .faq_top .help p {
            color: #6d6d6d;
            font-size: 14px;
            line-height: 22px;
            letter-spacing: .6px;
            font-weight: 400
        }

    .contact_wrapper .faq_top .search_box {
        margin-top: 36px;
        margin-bottom: 24px;
        position: relative
    }

        .contact_wrapper .faq_top .search_box .form-control {
            padding: 20px 20px 20px 32px;
            color: #6d6d6d;
            font-size: 14px;
            background-color: #fff;
            border: none;
            height: auto;
            -webkit-box-shadow: 0 0 18px 1px rgba(0,0,0,0.2);
            box-shadow: 0 0 18px 1px rgba(0,0,0,0.2);
            border-radius: 60px;
            margin-bottom: 15px
        }

        .contact_wrapper .faq_top .search_box .search_box_btn {
            position: relative;
            width: 148px;
            height: 44px;
            border-radius: 44px;
            border: none;
            background-color: #4BB443;
            color: #fff;
            font-size: 14px;
            letter-spacing: .75px;
            font-weight: 400;
            display: block;
            margin: 0 auto
        }

.contact_wrapper .faq_mid {
    margin-top: 60px
}

    .contact_wrapper .faq_mid .faq_cat_out {
        margin-right: 0;
        margin-left: 0
    }

        .contact_wrapper .faq_mid .faq_cat_out a {
            display: block;
            width: 208px;
            padding: 0 15px;
            margin: 40px 0
        }

            .contact_wrapper .faq_mid .faq_cat_out a:last-child {
                margin-bottom: 0
            }

            .contact_wrapper .faq_mid .faq_cat_out a .faq_cat:hover:before {
                width: 108px;
                left: calc(50% - 54px)
            }

            .contact_wrapper .faq_mid .faq_cat_out a .faq_cat:hover .faq_cat_ico_outer {
                border: 2px solid #4a4a4a
            }

            .contact_wrapper .faq_mid .faq_cat_out a .faq_cat.active {
                border: 1px solid #ddd
            }

                .contact_wrapper .faq_mid .faq_cat_out a .faq_cat.active:before {
                    width: 108px;
                    left: calc(50% - 54px)
                }

                .contact_wrapper .faq_mid .faq_cat_out a .faq_cat.active .faq_cat_ico_outer {
                    background-color: #4a4a4a;
                    border: 2px solid #4a4a4a
                }

                    .contact_wrapper .faq_mid .faq_cat_out a .faq_cat.active .faq_cat_ico_outer .faq_cat_ico.general {
                        background-image: url("../images/faq/general_hover.png")
                    }

                    .contact_wrapper .faq_mid .faq_cat_out a .faq_cat.active .faq_cat_ico_outer .faq_cat_ico.doc_sh {
                        background-image: url("../images/faq/doc_sharing_hover.png")
                    }

                    .contact_wrapper .faq_mid .faq_cat_out a .faq_cat.active .faq_cat_ico_outer .faq_cat_ico.pro {
                        background-image: url("../images/faq/processing_hover.png")
                    }

                    .contact_wrapper .faq_mid .faq_cat_out a .faq_cat.active .faq_cat_ico_outer .faq_cat_ico.rep_s {
                        background-image: url("../images/faq/report_hover.png")
                    }

                    .contact_wrapper .faq_mid .faq_cat_out a .faq_cat.active .faq_cat_ico_outer .faq_cat_ico.sec {
                        background-image: url("../images/faq/security_hover.png")
                    }

                    .contact_wrapper .faq_mid .faq_cat_out a .faq_cat.active .faq_cat_ico_outer .faq_cat_ico.set {
                        background-image: url("../images/faq/setting_hover.png")
                    }

                .contact_wrapper .faq_mid .faq_cat_out a .faq_cat.active h6 {
                    color: #2d2d2d
                }

            .contact_wrapper .faq_mid .faq_cat_out a .faq_cat {
                text-align: center;
                padding: 42px 5px 15px;
                background-color: #f3f3f3;
                position: relative;
                border-top: 1px solid #ddd;
                border-radius: 4px;
                min-height: 85px
            }

                .contact_wrapper .faq_mid .faq_cat_out a .faq_cat:before {
                    content: "";
                    display: inline-block;
                    height: 2px;
                    width: 0px;
                    background-color: #535353;
                    top: -2px;
                    position: absolute;
                    left: 50%;
                    transition: all .4s;
                    -webkit-transition: all .4s;
                    -moz-transition: all .4s;
                    -ms-transition: all .4s
                }

                .contact_wrapper .faq_mid .faq_cat_out a .faq_cat .faq_cat_ico_outer {
                    padding: 12px;
                    background-color: #ddd;
                    display: inline-block;
                    border-radius: 100%;
                    top: 0;
                    transform: translateY(-50%);
                    position: absolute;
                    margin: 0 auto;
                    left: calc(50% - 24px);
                    border: 2px solid #ddd;
                    transition: all .4s;
                    -webkit-transition: all .4s;
                    -moz-transition: all .4s;
                    -ms-transition: all .4s;
                    -webkit-box-shadow: 3px 3px 6px 0 rgba(0,0,0,0.2);
                    -moz-box-shadow: 3px 3px 6px 0 rgba(0,0,0,0.2);
                    box-shadow: 3px 3px 6px 0 rgba(0,0,0,0.2)
                }

                    .contact_wrapper .faq_mid .faq_cat_out a .faq_cat .faq_cat_ico_outer .faq_cat_ico {
                        width: 24px;
                        height: 24px;
                        background-size: auto;
                        background-repeat: no-repeat;
                        background-position: center center
                    }

                        .contact_wrapper .faq_mid .faq_cat_out a .faq_cat .faq_cat_ico_outer .faq_cat_ico.general {
                            background-image: url("../images/faq/general.png")
                        }

                        .contact_wrapper .faq_mid .faq_cat_out a .faq_cat .faq_cat_ico_outer .faq_cat_ico.doc_sh {
                            background-image: url("../images/faq/doc_sharing.png")
                        }

                        .contact_wrapper .faq_mid .faq_cat_out a .faq_cat .faq_cat_ico_outer .faq_cat_ico.pro {
                            background-image: url("../images/faq/processing.png")
                        }

                        .contact_wrapper .faq_mid .faq_cat_out a .faq_cat .faq_cat_ico_outer .faq_cat_ico.rep_s {
                            background-image: url("../images/faq/report.png")
                        }

                        .contact_wrapper .faq_mid .faq_cat_out a .faq_cat .faq_cat_ico_outer .faq_cat_ico.sec {
                            background-image: url("../images/faq/security.png")
                        }

                        .contact_wrapper .faq_mid .faq_cat_out a .faq_cat .faq_cat_ico_outer .faq_cat_ico.set {
                            background-image: url("../images/faq/setting.png")
                        }

                .contact_wrapper .faq_mid .faq_cat_out a .faq_cat h6 {
                    font-size: 13px;
                    margin: 0;
                    color: #8d8d8d;
                    line-height: 13px;
                    letter-spacing: .2px;
                    font-weight: 400
                }

.faq_item_outer {
    margin: 60px 0 30px
}

    .faq_item_outer.faq_detail {
        position: relative;
        margin: 20px 0 30px
    }

        .faq_item_outer.faq_detail .faq_item {
            border-bottom: none
        }

            .faq_item_outer.faq_detail .faq_item .faq_title {
                padding: 20px 0
            }

                .faq_item_outer.faq_detail .faq_item .faq_title h6 {
                    font-size: 15px;
                    line-height: 22px;
                    letter-spacing: .4px;
                    color: #4a4a4a;
                    font-weight: 400;
                    margin: 0;
                    padding-bottom: 12px;
                    border-bottom: 1px solid #4BB443
                }

            .faq_item_outer.faq_detail .faq_item .faq_detail {
                border-bottom: 1px solid #ebebeb;
                padding-bottom: 24px;
                margin-bottom: 24px
            }

                .faq_item_outer.faq_detail .faq_item .faq_detail .faq_video_sec {
                    text-align: center;
                    margin-bottom: 15px
                }

                    .faq_item_outer.faq_detail .faq_item .faq_detail .faq_video_sec iframe {
                        max-width: 620px;
                        min-height: 360px;
                        width: 100%;
                        border-radius: 4px;
                        overflow: hidden
                    }

                .faq_item_outer.faq_detail .faq_item .faq_detail p {
                    font-size: 14px;
                    line-height: 24px;
                    color: #848484;
                    margin-bottom: 15px;
                    letter-spacing: .2px;
                    font-weight: unset
                }

                    .faq_item_outer.faq_detail .faq_item .faq_detail p:last-child {
                        margin-bottom: 0
                    }

            .faq_item_outer.faq_detail .faq_item .faq_back {
                position: relative
            }

                .faq_item_outer.faq_detail .faq_item .faq_back a {
                    display: inline-block;
                    padding: 0;
                    text-decoration: none
                }

                    .faq_item_outer.faq_detail .faq_item .faq_back a .faq_back_link {
                        color: #4a4a4a;
                        font-size: 14px;
                        line-height: 24px;
                        letter-spacing: .2px;
                        font-weight: 400;
                        padding: 0 0 0 24px;
                        position: relative
                    }

                        .faq_item_outer.faq_detail .faq_item .faq_back a .faq_back_link .arrow {
                            position: absolute;
                            height: 13px;
                            width: 17px;
                            background-image: url("../images/faq/arrow-left.png");
                            background-repeat: no-repeat;
                            background-size: auto;
                            left: 0;
                            top: 6px
                        }

            .faq_item_outer.faq_detail .faq_item:hover {
                border-bottom: none
            }

    .faq_item_outer .faq_item {
        border-bottom: 1px solid #ebebeb;
        position: relative;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s
    }

        .faq_item_outer .faq_item a {
            padding: 20px 20px 20px 34px;
            display: block
        }

            .faq_item_outer .faq_item a .arrow {
                position: absolute;
                height: 13px;
                width: 17px;
                background-image: url("../images/faq/arrow-right.png");
                background-repeat: no-repeat;
                background-size: auto;
                left: 0;
                top: 24px
            }

            .faq_item_outer .faq_item a .faq_title h6 {
                font-size: 15px;
                line-height: 22px;
                letter-spacing: .4px;
                color: #4a4a4a;
                font-weight: 400;
                margin: 0
            }

        .faq_item_outer .faq_item:hover {
            border-bottom: 1px solid #4BB443
        }

.footer_2_outer {
    padding: 0;
    margin: 0
}

    .footer_2_outer .footer_2_inner {
        padding-bottom: 24px;
        max-width: 1024px;
        margin: 0 auto
    }

        .footer_2_outer .footer_2_inner .footer_menu {
            list-style: none;
            margin: 0;
            padding: 0;
            margin-right: 0px;
            margin-left: 0px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap
        }

            .footer_2_outer .footer_2_inner .footer_menu li {
                display: block;
                text-decoration: none;
                -ms-flex-preferred-size: 0;
                flex-basis: 0;
                -ms-flex-positive: 1;
                flex-grow: 1;
                max-width: 100%;
                min-width: 100%;
                padding: 0 15px !important;
                width: auto !important;
                text-align: center
            }

                .footer_2_outer .footer_2_inner .footer_menu li a {
                    text-decoration: none;
                    text-transform: capitalize;
                    display: inline-block;
                    line-height: 28px;
                    color: #4a4a4a;
                    font-family: "poppins";
                    font-weight: 500;
                    font-size: 13px;
                    position: relative;
                    transition: all .4s;
                    -webkit-transition: all .4s;
                    -moz-transition: all .4s;
                    -ms-transition: all .4s
                }

                    .footer_2_outer .footer_2_inner .footer_menu li a:after {
                        content: "";
                        position: absolute;
                        left: 0;
                        bottom: 8px;
                        height: 1px;
                        width: 100%;
                        background-color: #c90e15;
                        opacity: 0;
                        transition: all .4s;
                        -webkit-transition: all .4s;
                        -moz-transition: all .4s;
                        -ms-transition: all .4s
                    }

                    .footer_2_outer .footer_2_inner .footer_menu li a:hover:after {
                        opacity: 1;
                        bottom: 2px
                    }

.faq_notfound {
    margin: -40px 0 0 0;
    padding: 0;
    position: relative;
    display: initial
}

    .faq_notfound hr {
        margin-top: 12px;
        margin-bottom: 0
    }

    .faq_notfound h4 {
        color: #2d2d2d;
        font-weight: 500;
        font-size: 18px;
        margin: 0;
        letter-spacing: .5px
    }

        .faq_notfound h4 b {
            font-weight: 600
        }

    .faq_notfound h3 {
        margin: 40px 0 32px;
        color: #4a4a4a;
        font-size: 20px;
        letter-spacing: .5px;
        font-weight: 500
    }

    .faq_notfound .faq_contact {
        max-width: 768px;
        margin: 40px auto 0;
        padding-bottom: 40px
    }

        .faq_notfound .faq_contact img {
            max-width: 60px;
            border-bottom: 1px solid #ddd;
            padding-bottom: 12px
        }

        .faq_notfound .faq_contact h2 {
            color: #2d2d2d;
            font-size: 24px;
            letter-spacing: .5px;
            font-weight: 500;
            line-height: 36px;
            margin-bottom: 18px
        }

        .faq_notfound .faq_contact p {
            margin-bottom: 18px
        }

        .faq_notfound .faq_contact .btn-contact {
            position: relative;
            border-radius: 40px;
            border: none;
            background-color: #4BB443;
            color: #fff;
            font-size: 14px;
            letter-spacing: .75px;
            font-weight: 400;
            display: inline-block;
            margin: 0 auto;
            padding: 10px 24px;
            transition: all .4s;
            -webkit-transition: all .4s;
            -moz-transition: all .4s;
            -ms-transition: all .4s
        }

            .faq_notfound .faq_contact .btn-contact:hover {
                background-color: #de0f18
            }

.emi_bg {
    background-image: url("../images/emi_header.jpg")
}

.emi_top {
    padding: 0 0;
    border-radius: 4px 4px 0 0;
    background-color: #fff;
    margin: 0 15px
}

    .emi_top .emi_top_inner {
        background-color: #fff;
        padding: 32px 0 18px;
        border-radius: 4px 4px 0 0;
        overflow: hidden
    }

        .emi_top .emi_top_inner h3 {
            font-size: 24px;
            font-weight: 500;
            color: #2d2d2d;
            margin: 0 0 24px 0
        }

        .emi_top .emi_top_inner p {
            color: #6d6d6d;
            font-size: 14px;
            line-height: 22px;
            letter-spacing: .5px;
            font-weight: 400
        }

.emi_top {
    padding: 0 0
}

.emi_tabs {
    background-color: #fff;
    margin: 0 15px
}

ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border-bottom: 1px solid #ddd
}

    ul.tabs li {
        background: none;
        color: #666;
        display: inline-block;
        padding: 10px 15px;
        cursor: pointer;
        position: relative;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s
    }

        ul.tabs li:after {
            content: "";
            position: absolute;
            width: 0;
            height: 2px;
            background-color: #4BB443;
            left: 15px;
            bottom: -1px;
            transition: all .4s;
            -webkit-transition: all .4s;
            -moz-transition: all .4s;
            -ms-transition: all .4s
        }

        ul.tabs li.current {
            background: #fff;
            color: #2b2b2b
        }

            ul.tabs li.current:after {
                width: calc(100% - 30px)
            }

        ul.tabs li:first-child {
            padding-left: 0
        }

            ul.tabs li:first-child.current:after {
                left: 0px;
                width: calc(100% - 15px)
            }

.tab-content {
    display: none;
    background: transparent;
    padding: 40px 0 0 0
}

    .tab-content.current {
        display: inherit
    }

.ranger_calc_outer .range_item {
    margin-bottom: 32px
}

    .ranger_calc_outer .range_item.tenure .form-group .irs--big .irs-single:before {
        content: none
    }

    .ranger_calc_outer .range_item.tenure .form-group .irs--big .irs-single:after {
        width: 100%;
        left: 100%;
        transform: translateX(-100%)
    }

    .ranger_calc_outer .range_item .form-group label {
        font-size: 13px;
        color: #4a4a4a;
        font-weight: 400;
        z-index: 1080;
        position: relative
    }

        .ranger_calc_outer .range_item .form-group label span {
            color: #666
        }

            .ranger_calc_outer .range_item .form-group label span span {
                cursor: pointer
            }

            .ranger_calc_outer .range_item .form-group label span .active {
                color: #4a4a4a
            }

    .ranger_calc_outer .range_item .form-group .irs--big {
        top: -28px
    }

        .ranger_calc_outer .range_item .form-group .irs--big .irs-min, .ranger_calc_outer .range_item .form-group .irs--big .irs-max {
            top: 48px;
            visibility: visible !important;
            color: #4a4a4a;
            background-color: transparent;
            padding: 0;
            font-family: "poppins";
            font-weight: 400;
            font-size: 13px
        }

        .ranger_calc_outer .range_item .form-group .irs--big .irs-single {
            left: 100% !important;
            transform: translateX(-100%);
            background: #fff;
            color: #4a4a4a;
            font-size: 13px;
            padding: 0;
            font-family: "poppins";
            font-weight: 400;
            top: 5px;
            border-radius: 0
        }

            .ranger_calc_outer .range_item .form-group .irs--big .irs-single:before {
                content: "";
                position: absolute;
                width: 7px;
                height: 10px;
                background-image: url("../images/rupay.png");
                background-repeat: no-repeat;
                background-size: cover;
                background-position: center center;
                left: -12px;
                top: 3px
            }

            .ranger_calc_outer .range_item .form-group .irs--big .irs-single:after {
                position: absolute;
                content: "";
                width: calc(100% + 12px);
                height: 1px;
                background-color: #4a4a4a;
                left: -12px;
                bottom: 0px
            }

        .ranger_calc_outer .range_item .form-group .irs--big .irs-line {
            border: none;
            background: #e9e9e9;
            height: 8px;
            border-radius: 8px
        }

        .ranger_calc_outer .range_item .form-group .irs--big .irs-bar {
            height: 8px;
            background: #9f0107;
            border: none;
            border-radius: 8px
        }

        .ranger_calc_outer .range_item .form-group .irs--big .irs-handle {
            height: 22px;
            width: 22px;
            background: #f1f1f1;
            border: 1px solid #dadada;
            cursor: pointer !important
        }

.chart_outer {
    position: relative
}

    .chart_outer .chart_inner {
        position: relative
    }

        .chart_outer .chart_inner .piechart {
            position: relative;
            top: -110px;
            left: 50%;
            transform: translateX(-50%);
            min-height: 320px
        }

        .chart_outer .chart_inner .chart_details {
            position: relative;
            top: -48px;
            left: 50%;
            transform: translateX(-50%);
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap
        }

            .chart_outer .chart_inner .chart_details .chart_details_item {
                -ms-flex-preferred-size: 0;
                flex-basis: 0;
                -ms-flex-positive: 1;
                flex-grow: 1;
                max-width: 100%;
                min-width: 50%;
                margin-bottom: 16px;
                text-align: center
            }

                .chart_outer .chart_inner .chart_details .chart_details_item h6 {
                    font-size: 11px;
                    color: #666;
                    margin: 0 0 0 0;
                    font-family: "poppins";
                    font-weight: 400;
                    letter-spacing: .5px
                }

                .chart_outer .chart_inner .chart_details .chart_details_item .chart_amt {
                    font-size: 15px;
                    color: #4a4a4a;
                    font-family: "poppins";
                    font-weight: 400;
                    letter-spacing: .5px;
                    padding: 6px 0 0 10px;
                    background-image: url("../images/rupay.png");
                    background-repeat: no-repeat;
                    background-size: 7px;
                    background-position: left 11px;
                    display: inline-block
                }

                .chart_outer .chart_inner .chart_details .chart_details_item.month_emi .chart_amt {
                    font-size: 22px;
                    color: #d2b117;
                    font-weight: 500;
                    background-image: url("../images/rupay_emi.png");
                    background-repeat: no-repeat;
                    background-size: 8px;
                    background-position: left 13px
                }

                .chart_outer .chart_inner .chart_details .chart_details_item.pointer_y {
                    position: relative
                }

                    .chart_outer .chart_inner .chart_details .chart_details_item.pointer_y:before {
                        display: inline-block;
                        width: 60px;
                        height: 21px;
                        background-image: url("../images/emi_pointer_y.png");
                        background-repeat: no-repeat;
                        background-size: cover;
                        position: absolute;
                        left: -65px;
                        top: 4px
                    }

                .chart_outer .chart_inner .chart_details .chart_details_item.pointer_b {
                    position: relative
                }

                    .chart_outer .chart_inner .chart_details .chart_details_item.pointer_b:before {
                        display: inline-block;
                        width: 90px;
                        height: 24px;
                        background-image: url("../images/emi_pointer_b.png");
                        background-repeat: no-repeat;
                        background-size: cover;
                        position: absolute;
                        left: -95px;
                        top: 4px
                    }

.table_desc {
    padding: 0 0 40px;
    overflow: hidden
}

    .table_desc h4 {
        font-size: 20px;
        font-weight: 500;
        color: #2d2d2d;
        margin: 0 0 24px 0
    }

    .table_desc p {
        color: #6d6d6d;
        margin: 0 auto 30px;
        line-height: 22px;
        letter-spacing: .4px;
        font-size: 14px;
        max-width: 790px
    }

    .table_desc .table_container {
        overflow-x: scroll
    }

        .table_desc .table_container table {
            min-width: 680px
        }

            .table_desc .table_container table th {
                font-size: 14px;
                text-align: center;
                font-weight: 400;
                font-family: "poppins";
                color: #4a4a4a;
                background-color: #f1f1f1;
                border-bottom: 1px solid #cdcdcd;
                padding: 20px 0 !important
            }

            .table_desc .table_container table td {
                font-size: 13px;
                text-align: center;
                font-weight: 400;
                font-family: "poppins";
                color: #6d6d6d;
                background-color: #f7f7f7;
                border-bottom: 1px solid #eee;
                padding: 10px 0 !important
            }

                .table_desc .table_container table td .rup_amt {
                    position: relative;
                    background-image: url("../images/rupay.png");
                    background-repeat: no-repeat;
                    background-size: 7px;
                    background-position: left 9px;
                    padding: 5px 0 5px 10px
                }

.more_info {
    background-color: #f8f8f8;
    padding: 80px 0 40px
}

    .more_info h6 {
        font-size: 16px;
        font-weight: 500;
        color: #2d2d2d;
        margin: 0 0 18px 0
    }

    .more_info p {
        font-size: 13px;
        line-height: 22px;
        letter-spacing: .3px;
        font-weight: 400;
        font-family: "poppins";
        color: #4a4a4a
    }

    .more_info ol li {
        font-size: 13px;
        line-height: 22px;
        letter-spacing: .3px;
        font-weight: 400;
        font-family: "poppins";
        color: #4a4a4a;
        margin-bottom: 2px
    }

    .more_info .more_info_detail {
        margin-top: 48px
    }

        .more_info .more_info_detail ul {
            list-style: none;
            margin: 0 0 8px 38px;
            padding: 0
        }

            .more_info .more_info_detail ul li {
                font-size: 13px;
                line-height: 22px;
                letter-spacing: .3px;
                font-weight: 400;
                font-family: "poppins";
                color: #4a4a4a;
                margin-bottom: 8px;
                position: relative;
                padding-left: 10px
            }

                .more_info .more_info_detail ul li:before {
                    content: "";
                    position: absolute;
                    width: 5px;
                    height: 7px;
                    display: inline-block;
                    background-image: url("../images/list_arrow.png");
                    background-repeat: no-repeat;
                    background-size: contain;
                    background-position: center;
                    left: 0;
                    top: 7px
                }

.right-sticky-menu {
    color: #fff;
    background-color: #4BB443;
    display: inline-block;
    padding: 10px 24px;
    border-radius: 25px 25px 0 0;
    font-size: 16px;
    letter-spacing: .45px;
    position: absolute;
    left: -99px;
    transform: rotate(-90deg);
    bottom: 72px;
    cursor: pointer
}

.sticky-right {
    right: -436px;
    position: fixed;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s
}

    .sticky-right.opened {
        right: 50px
    }

.noscrol {
    overflow: hidden
}

.am_container {
    padding: 0 15px
}

.am_features_list_top .feature_dead {
    margin-top: 80px;
    background-color: #fff;
    padding: 32px 20px;
    border-radius: 5px
}

    .am_features_list_top .feature_dead h3 {
        text-transform: uppercase;
        font-size: 24px;
        font-weight: 600;
        color: #373737;
        line-height: 24px;
        padding: 0;
        margin: 0 0 15px 0
    }

    .am_features_list_top .feature_dead p {
        color: #3A3A3A;
        font-size: 15px;
        line-height: 30px;
        font-weight: 400;
        margin: 0;
        padding: 0
    }

.am_features_list .feature_sub_dead h3 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    color: #373737;
    line-height: 35px;
    padding: 0;
    margin: 60px 0
}

.am_features_listing {
    background-image: url("../images/feature_bg.png")
}

    .am_features_listing .btn-wrap .top-head-btn .defbtn.freetrial:hover {
        color: #fff;
        background: #af0d13;
        border-color: #c90e15
    }

    .am_features_listing .feature_sub_dead h3 {
        text-transform: uppercase;
        font-size: 24px;
        font-weight: 600;
        color: #373737;
        line-height: 24px;
        padding: 0;
        margin: 0
    }

    .am_features_listing .all-featured-item:hover .all-feature-head span::after {
        width: calc(100% - 48px);
        left: 50%;
        transform: translateX(-50%)
    }

    .am_features_listing .all-featured-item .all-feature-head {
        color: #3A3A3A;
        margin-bottom: 12px;
        font-weight: 500;
        font-size: 15px;
        line-height: 24px;
        min-height: 48px;
        max-height: 48px
    }

        .am_features_listing .all-featured-item .all-feature-head span {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            padding: 0 24px;
            max-width: max-content;
            margin: 0 auto
        }

            .am_features_listing .all-featured-item .all-feature-head span::after {
                left: 50%;
                transform: translateX(-50%);
                bottom: 0px
            }

    .am_features_listing .all-featured-item .all-feature-sub {
        color: #3A3A3A;
        margin: 0 12px 12px 12px;
        font-weight: 400
    }

    .am_features_listing .all-featured-item a {
        font-size: 14px;
        color: #4BB443
    }

    .am_features_listing .all-featured-item .learnMore {
        font-size: 14px;
        color: #4BB443
    }

.am_desk_ready {
    padding: 80px 0;
    background-image: url("../images/featured-2-bg.png");
    background-color: #f4f7f9;
    background-position: 100% center;
    background-repeat: no-repeat;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s
}

    .am_desk_ready:hover {
        background-position: calc(100% + 20px) center
    }

    .am_desk_ready .btn-wrap {
        margin-top: 40px
    }

        .am_desk_ready .btn-wrap .btn-btnPrimary {
            border: 1px solid #4BB443;
            font-size: 14px;
            border-radius: 40px;
            margin-right: 20px;
            margin-top: 10px
        }

        .am_desk_ready .btn-wrap .outlineBtnRect {
            padding: 12px 28px;
            border-radius: 40px;
            border: 1px solid #4BB443;
            color: #4BB443;
            margin-top: 10px
        }

            .am_desk_ready .btn-wrap .outlineBtnRect:hover {
                background-color: #373737;
                border: 1px solid #373737;
                color: #fff
            }

    .am_desk_ready .mockupSlider {
        position: relative;
        z-index: 1020;
        max-width: 408px;
        max-height: 298px
    }

        .am_desk_ready .mockupSlider .owl-dots {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: 10px;
            min-width: 200px;
            display: inline-block;
            text-align: center
        }

            .am_desk_ready .mockupSlider .owl-dots .owl-dot {
                width: 10px;
                height: 10px;
                border-radius: 50%;
                background-color: #ddd;
                margin-right: 10px;
                display: inline-block;
                transition: all .4s;
                -webkit-transition: all .4s;
                -moz-transition: all .4s;
                -ms-transition: all .4s
            }

                .am_desk_ready .mockupSlider .owl-dots .owl-dot.active {
                    background-color: #c90e15
                }

        .am_desk_ready .mockupSlider::after {
            content: "";
            position: absolute;
            display: inline-block;
            left: 3px;
            top: 6px;
            width: 100%;
            height: 100%;
            z-index: 1;
            background-image: url("../images/mobile-desktop-ready_outer.png");
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat
        }

        .am_desk_ready .mockupSlider .sliderInner {
            max-width: 328px;
            height: 298px;
            position: relative;
            top: 21px;
            left: 45px;
            z-index: 0
        }

    .am_desk_ready .desk_ready_img img {
        width: 100%;
        max-width: 548px
    }

    .am_desk_ready .desk_ready_desc {
        margin-top: 20px;
        text-align: left
    }

        .am_desk_ready .desk_ready_desc .btnHolder {
            display: flex;
            align-items: center;
            margin-top: 32px
        }

            .am_desk_ready .desk_ready_desc .btnHolder svg {
                width: 32px;
                height: 32px;
                margin-right: 20px
            }

            .am_desk_ready .desk_ready_desc .btnHolder h6 {
                font-size: 16px;
                line-height: 16px;
                padding-left: 68px;
                color: #373737;
                font-weight: 400;
                margin: 0;
                position: relative
            }

                .am_desk_ready .desk_ready_desc .btnHolder h6::after {
                    content: "";
                    display: inline-block;
                    width: 48px;
                    position: absolute;
                    height: 2px;
                    border-radius: 2px;
                    left: 0;
                    top: 8px;
                    background: #373737;
                    z-index: 1
                }

        .am_desk_ready .desk_ready_desc .desk_ready_desc_ico {
            width: 45px;
            margin-bottom: 15px
        }

            .am_desk_ready .desk_ready_desc .desk_ready_desc_ico img {
                max-width: 45px;
                width: 100%
            }

        .am_desk_ready .desk_ready_desc .titlehead {
            margin-bottom: 22px
        }

        .am_desk_ready .desk_ready_desc .btn-wrap .top-head-btn .defbtn.freetrial:hover {
            color: #fff;
            background: #af0d13;
            border-color: #c90e15
        }

        .am_desk_ready .desk_ready_desc .btn-wrap .top-head-btn .defbtn.login {
            border: 1px solid #373737;
            margin-right: 5px;
            color: #373737
        }

            .am_desk_ready .desk_ready_desc .btn-wrap .top-head-btn .defbtn.login:hover {
                background-color: #373737;
                color: #fff
            }

.high_con_text {
    margin-bottom: 50px
}

    .high_con_text h1 {
        margin: 0 0 10px 0;
        font-size: 35px;
        font-weight: 600;
        text-transform: uppercase;
        color: #373737
    }

    .high_con_text p {
        max-width: 836px;
        margin: 0 auto;
        color: #848484;
        font-size: 14px;
        line-height: 24px
    }

.top-head .top-head-btn .defbtn {
    padding: 7px 10px;
    font-size: 13px;
    text-transform: capitalize
}

.bottomNotification, .onloadOfer {
    position: fixed;
    left: 0;
    bottom: 20px;
    display: inline-block;
    width: 100%;
    z-index: 1090
}

    .bottomNotification .notBox, .onloadOfer .notBox {
        padding: 36px 28px 24px 28px;
        background: #ed1b24;
        background: linear-gradient(45deg, #ed1b24 0%, #ff7a21 100%);
        border-radius: 16px
    }

        .bottomNotification .notBox .close, .onloadOfer .notBox .close {
            width: 20px;
            height: 20px;
            position: absolute;
            top: 12px;
            right: 24px
        }

            .bottomNotification .notBox .close svg, .onloadOfer .notBox .close svg {
                height: 20px;
                width: 20px;
                fill: #fff
            }

                .bottomNotification .notBox .close svg path, .onloadOfer .notBox .close svg path {
                    fill: #fff
                }

        .bottomNotification .notBox .btnWrapper, .onloadOfer .notBox .btnWrapper {
            text-align: center
        }

            .bottomNotification .notBox .btnWrapper .btn-btnPrimary, .onloadOfer .notBox .btnWrapper .btn-btnPrimary {
                background-color: #fff;
                border: 1px solid #fff;
                color: #373737;
                font-weight: 400;
                width: 186px;
                text-align: center
            }

                .bottomNotification .notBox .btnWrapper .btn-btnPrimary:hover, .onloadOfer .notBox .btnWrapper .btn-btnPrimary:hover {
                    background-color: #f1f1f1;
                    border: 1px solid #f1f1f1
                }

                .bottomNotification .notBox .btnWrapper .btn-btnPrimary.textColor, .onloadOfer .notBox .btnWrapper .btn-btnPrimary.textColor {
                    background-color: #373737;
                    border: 1px solid #373737;
                    color: #fff
                }

                    .bottomNotification .notBox .btnWrapper .btn-btnPrimary.textColor:hover, .onloadOfer .notBox .btnWrapper .btn-btnPrimary.textColor:hover {
                        background-color: #000;
                        border: 1px solid #000
                    }

        .bottomNotification .notBox .ofrTym, .onloadOfer .notBox .ofrTym {
            margin: 0 0 20px 0
        }

            .bottomNotification .notBox .ofrTym h6, .onloadOfer .notBox .ofrTym h6 {
                color: #fff;
                font-size: 14px;
                line-height: 14px;
                font-weight: 500;
                margin: 0 0 12px 0;
                letter-spacing: .5px
            }

            .bottomNotification .notBox .ofrTym ul, .onloadOfer .notBox .ofrTym ul {
                margin: 0;
                padding: 0;
                list-style: none
            }

                .bottomNotification .notBox .ofrTym ul li, .onloadOfer .notBox .ofrTym ul li {
                    display: inline-block;
                    margin: 0 8px 0 0
                }

                    .bottomNotification .notBox .ofrTym ul li .box p, .onloadOfer .notBox .ofrTym ul li .box p {
                        font-size: 12px;
                        line-height: 12px;
                        letter-spacing: .8px;
                        color: #fff;
                        margin: 0;
                        text-transform: uppercase;
                        text-align: center;
                        font-weight: 300
                    }

                    .bottomNotification .notBox .ofrTym ul li .box .count, .onloadOfer .notBox .ofrTym ul li .box .count {
                        width: 40px;
                        height: 40px;
                        display: inline-flex;
                        align-items: center;
                        justify-content: center;
                        border-radius: 4px;
                        border: 1px solid #fff;
                        margin-bottom: 4px
                    }

                        .bottomNotification .notBox .ofrTym ul li .box .count span, .onloadOfer .notBox .ofrTym ul li .box .count span {
                            font-size: 14px;
                            line-height: 14px;
                            color: #fff
                        }

            .bottomNotification .notBox .ofrTym #timer, .onloadOfer .notBox .ofrTym #timer {
                color: #fff;
                display: flex;
                text-align: center
            }

                .bottomNotification .notBox .ofrTym #timer section p, .onloadOfer .notBox .ofrTym #timer section p {
                    font-size: 12px;
                    text-align: center
                }

                .bottomNotification .notBox .ofrTym #timer div, .onloadOfer .notBox .ofrTym #timer div {
                    display: inline-block;
                    border-radius: 4px
                }

                    .bottomNotification .notBox .ofrTym #timer div span, .onloadOfer .notBox .ofrTym #timer div span {
                        display: block
                    }

        .bottomNotification .notBox .ofrText, .onloadOfer .notBox .ofrText {
            text-align: center;
            margin: 0 0 20px 0
        }

            .bottomNotification .notBox .ofrText h3, .onloadOfer .notBox .ofrText h3 {
                color: #fff;
                font-size: 26px;
                line-height: 36px;
                font-weight: 500;
                margin: 0 0 12px 0
            }

            .bottomNotification .notBox .ofrText p, .onloadOfer .notBox .ofrText p {
                color: #fff;
                font-size: 13px;
                line-height: 22px;
                font-weight: 300;
                margin: 0 0 0px 0;
                letter-spacing: .4px
            }

.bottomNotification {
    display: none
}

    .bottomNotification.destroy {
        display: none !important;
        opacity: 0;
        visibility: hidden;
        transform: translateY(200px)
    }

.h-100vh {
    height: 100vh
}

.w-100 {
    width: 100%
}

.onloadOfer {
    bottom: 0px;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 1090
}

    .onloadOfer .notBox {
        position: relative;
        top: 50%;
        transform: translateY(-50%)
    }

        .onloadOfer .notBox .close {
            right: 12px
        }

.header {
    background-color: transparent;
    position: absolute;
    width: 100%;
    z-index: 3;
    padding: 0 15px;
    top: 20px;
    display: inline-block
}

    .header .logo {
        display: block;
        float: left;
        text-decoration: none
    }

    .header .menu-btn {
        display: none
    }

        .header .menu-btn:hover {
            background-color: #f4f4f4
        }

        .header .menu-btn:checked ~ .menu {
            max-height: 240px
        }

            .header .menu-btn:checked ~ .menu:not(.steps) .navicon:before, .header .menu-btn:checked ~ .menu:not(.steps) .navicon:after {
                top: 0
            }

            .header .menu-btn:checked ~ .menu .navicon {
                background: transparent
            }

                .header .menu-btn:checked ~ .menu .navicon:before {
                    transform: rotate(-45deg)
                }

                .header .menu-btn:checked ~ .menu .navicon:after {
                    transform: rotate(45deg)
                }

    .header .menu {
        max-height: 0;
        transition: max-height .8s ease-out
    }

        .header .menu.open {
            max-height: 240px;
            border: 1px solid #e1dcdc;
            background-color: #fff
        }

    .header .menu-icon {
        float: right;
        position: relative;
        user-select: none;
        width: 26px;
        top: 13px;
        height: 26px;
        margin: 0 auto;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer
    }

        .header .menu-icon span {
            display: block;
            position: absolute;
            height: 3px;
            width: 100%;
            background: #fff;
            border-radius: 9px;
            opacity: 1;
            left: 0;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .25s ease-in-out;
            -moz-transition: .25s ease-in-out;
            -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out
        }

            .header .menu-icon span:nth-child(1) {
                top: 0px;
                -webkit-transform-origin: left center;
                -moz-transform-origin: left center;
                -o-transform-origin: left center;
                transform-origin: left center
            }

            .header .menu-icon span:nth-child(2) {
                top: 11px;
                width: 13px;
                left: 13px;
                -webkit-transform-origin: left center;
                -moz-transform-origin: left center;
                -o-transform-origin: left center;
                transform-origin: left center
            }

            .header .menu-icon span:nth-child(3) {
                top: 22px;
                -webkit-transform-origin: left center;
                -moz-transform-origin: left center;
                -o-transform-origin: left center;
                transform-origin: left center
            }

        .header .menu-icon.open span:nth-child(1) {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            top: 2px;
            left: 3px
        }

        .header .menu-icon.open span:nth-child(2) {
            width: 0%;
            opacity: 0
        }

        .header .menu-icon.open span:nth-child(3) {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
            top: 20px;
            left: 3px
        }

        .header .menu-icon .navicon {
            background: #fff;
            display: block;
            height: 2px;
            position: relative;
            transition: background .8s ease-out;
            width: 18px
        }

            .header .menu-icon .navicon:before, .header .menu-icon .navicon:after {
                background: #fff;
                content: "";
                display: block;
                height: 100%;
                position: absolute;
                transition: all .2s ease-out;
                width: 100%
            }

            .header .menu-icon .navicon:before {
                top: 5px
            }

            .header .menu-icon .navicon:after {
                top: -5px
            }

    .header ul {
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden
    }

        .header ul a {
            transition: all .4s;
            -webkit-transition: all .4s;
            -moz-transition: all .4s;
            -ms-transition: all .4s;
            display: block;
            padding: 10px 20px;
            color: #373737;
            text-decoration: none;
            background-color: #fff
        }

            .header ul a:hover {
                color: #fff;
                background-color: #373737
            }

.features_wrap .features_wrap_sec_col .f_title-h5 {
    font-size: 18px;
    color: #373737;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 32px;
    margin: 0px 0 10px;
    padding: 0;
    border-bottom: 1px solid #bbb;
    display: inline-block
}

ul.feature_list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 0
}

    ul.feature_list li {
        font-size: 14px;
        color: #848484;
        padding-left: 30px;
        position: relative;
        margin-bottom: 15px
    }

        ul.feature_list li ul li:before {
            content: none
        }

        ul.feature_list li ul li:after {
            background-color: #333
        }

        ul.feature_list li:after {
            content: "";
            position: absolute;
            width: 8px;
            height: 8px;
            top: 7px;
            left: 5px;
            background-color: #4BB443;
            border-radius: 50%
        }

        ul.feature_list li:before {
            content: "";
            position: absolute;
            width: 18px;
            height: 18px;
            top: 2px;
            left: 0px;
            border: 2px solid #CBCBCB;
            border-radius: 50%
        }

        ul.feature_list li span {
            color: #333
        }

.am_features_list_top.amFeatureSetail .feature_dead {
    margin-top: 268px;
    padding-bottom: 0
}

    .am_features_list_top.amFeatureSetail .feature_dead h1 {
        text-transform: uppercase;
        font-size: 36px;
        font-weight: 600;
        color: #373737;
        line-height: 36px;
        padding: 0;
        margin-bottom: 15px
    }

.mt-60 {
    margin-top: 60px !important
}

.featDtlIco {
    width: 78px;
    height: 78px;
    margin-bottom: 12px
}

.am_featurDtl {
    background-image: url("../images/featureDetails/FeatureDtl_bg.png")
}

    .am_featurDtl.all-features {
        padding-top: 0
    }

    .am_featurDtl .contOuter {
        margin-bottom: 15px
    }

        .am_featurDtl .contOuter .leftImgright_mobile {
            display: flex;
            flex-wrap: wrap-reverse
        }

        .am_featurDtl .contOuter h3 {
            text-transform: uppercase;
            font-size: 25px;
            font-weight: 600;
            color: #373737;
            line-height: 35px;
            padding: 0;
            margin: 0 0 38px 0
        }

        .am_featurDtl .contOuter .contentHolder h3 {
            margin-bottom: 15px
        }

            .am_featurDtl .contOuter .contentHolder h3.mt-60 {
                margin-top: 0 !important
            }

        .am_featurDtl .contOuter .contentHolder h4 {
            text-transform: uppercase;
            font-size: 20px;
            margin: 0 0 12px 0;
            line-height: 20px;
            color: #373737;
            font-weight: 600
        }

        .am_featurDtl .contOuter .contentHolder p {
            color: #848484;
            font-size: 15px;
            line-height: 30px;
            font-weight: 400;
            margin: 0 0 15px 0;
            padding: 0
        }

        .am_featurDtl .contOuter .contentHolder ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
            margin-top: 0
        }

            .am_featurDtl .contOuter .contentHolder ul.twoCol {
                display: flex;
                flex-wrap: wrap
            }

                .am_featurDtl .contOuter .contentHolder ul.twoCol li {
                    width: 100%
                }

            .am_featurDtl .contOuter .contentHolder ul li {
                font-size: 14px;
                color: #848484;
                padding-left: 30px;
                position: relative;
                margin-bottom: 15px
            }

                .am_featurDtl .contOuter .contentHolder ul li ul li:before {
                    content: none
                }

                .am_featurDtl .contOuter .contentHolder ul li ul li:after {
                    background-color: #333
                }

                .am_featurDtl .contOuter .contentHolder ul li:after {
                    content: "";
                    position: absolute;
                    width: 8px;
                    height: 8px;
                    top: 7px;
                    left: 5px;
                    background-color: #4BB443;
                    border-radius: 50%
                }

                .am_featurDtl .contOuter .contentHolder ul li:before {
                    content: "";
                    position: absolute;
                    width: 18px;
                    height: 18px;
                    top: 2px;
                    left: 0px;
                    border: 2px solid #CBCBCB;
                    border-radius: 50%
                }

        .am_featurDtl .contOuter .imgHolder {
            background-color: #fff;
            padding: 10px;
            -webkit-box-shadow: 0px 3px 30px 0px rgba(71,71,71,0.16);
            -moz-box-shadow: 0px 3px 30px 0px rgba(71,71,71,0.16);
            box-shadow: 0px 3px 30px 0px rgba(71,71,71,0.16);
            margin-bottom: 15px
        }

            .am_featurDtl .contOuter .imgHolder.right-0 {
                margin-left: unset;
                margin-right: unset
            }

            .am_featurDtl .contOuter .imgHolder img {
                width: 100%
            }

            .am_featurDtl .contOuter .imgHolder.larImg {
                max-width: 550px
            }

            .am_featurDtl .contOuter .imgHolder.medImg {
                max-width: 460px
            }

            .am_featurDtl .contOuter .imgHolder.videoHolder {
                position: relative
            }

                .am_featurDtl .contOuter .imgHolder.videoHolder.videoLarge {
                    max-width: 996px;
                    margin-left: auto;
                    margin-right: auto
                }

                .am_featurDtl .contOuter .imgHolder.videoHolder .playBtn {
                    width: 60px;
                    height: 60px;
                    z-index: 1090;
                    display: inline-block;
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    transform: translate(-50%, -50%)
                }

                .am_featurDtl .contOuter .imgHolder.videoHolder::after {
                    content: "";
                    position: absolute;
                    display: inline-block;
                    height: calc(100% - 20px);
                    width: calc(100% - 20px);
                    background-color: rgba(0,0,0,0.5);
                    left: 10px;
                    top: 10px
                }

.m-tb-15 {
    margin-top: 15px;
    margin-bottom: 15px
}

.bgImg img {
    width: 100%
}

.headerHead {
    font-size: 25px;
    line-height: 32px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase
}

    .headerHead span {
        color: #4BB443 !important
    }

.whiteColor {
    color: #fff !important
}

.pt-16 {
    padding-top: 16px
}

.pb-0 {
    padding-bottom: 0px
}

.pb-16 {
    padding-bottom: 16px
}

.d-block {
    display: block !important
}

.d-flex {
    display: flex !important
}

.btnCombinedInput {
    position: relative
}

    .btnCombinedInput input {
        height: 50px;
        background: transparent;
        border: 1px solid #fff;
        border-radius: 4px;
        padding-left: 16px;
        padding-right: 60px;
        width: 100%;
        color: #F5F5F5;
        font-size: 15px;
        line-height: 15px;
        letter-spacing: .4px;
        font-weight: 400
    }

    .btnCombinedInput button {
        height: 50px;
        width: 50px;
        display: flex;
        position: absolute;
        left: auto;
        right: 0;
        top: 0;
        background: #4BB443;
        border: none;
        outline: none;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s
    }

        .btnCombinedInput button:hover {
            background: #ca161d
        }

        .btnCombinedInput button svg {
            fill: #fff
        }

.mt-0 {
    margin-top: 0px
}

.mt-16 {
    margin-top: 16px
}

.blogSecHead {
    position: relative;
    padding-left: 28px;
    top: -4px;
    display: flex;
    width: 100%;
    margin-bottom: 24px
}

    .blogSecHead::before {
        content: "";
        position: absolute;
        display: inline-block;
        background-color: #6D6D6D;
        width: 20px;
        height: 1px;
        left: 0;
        bottom: 2px
    }

    .blogSecHead .borderBot {
        display: inline-flex;
        width: 100%;
        position: relative
    }

        .blogSecHead .borderBot::before {
            content: "";
            position: absolute;
            display: inline-block;
            background-color: #6D6D6D;
            width: 100%;
            height: 1px;
            left: 0;
            bottom: 2px
        }

    .blogSecHead .blogSecCap {
        white-space: nowrap;
        display: inline-flex;
        width: auto;
        font-size: 15px;
        line-height: 15px;
        text-transform: uppercase;
        font-weight: 500;
        color: #4BB443;
        letter-spacing: 1px;
        padding-right: 16px
    }

.blogsideBar {
    font-weight: 500;
    color: #373737;
    letter-spacing: .8px;
    text-transform: capitalize
}

    .blogsideBar .btnCombinedInput {
        margin-bottom: 36px
    }

        .blogsideBar .btnCombinedInput input {
            height: 50px;
            background: #fff;
            border: 1px solid #4BB443;
            color: #373737
        }

    .blogsideBar .socialMedia {
        margin: 0;
        padding: 0;
        list-style: none
    }

        .blogsideBar .socialMedia li {
            display: inline-block
        }

            .blogsideBar .socialMedia li a {
                display: inline-block;
                background-repeat: no-repeat;
                width: 30px;
                height: 25px;
                margin-right: 15px;
                transition: all .3s;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                -ms-transition: all .3s
            }

                .blogsideBar .socialMedia li a.facebook {
                    background-image: url("../images/facebook.png")
                }

                    .blogsideBar .socialMedia li a.facebook:hover {
                        background-image: url("../images/facebook-active.png")
                    }

                .blogsideBar .socialMedia li a.twitter {
                    background-image: url("../images/twitter.png")
                }

                    .blogsideBar .socialMedia li a.twitter:hover {
                        background-image: url("../images/twitter-active.png")
                    }

                .blogsideBar .socialMedia li a.instagram {
                    background-image: url("../images/instagram.png")
                }

                    .blogsideBar .socialMedia li a.instagram:hover {
                        background-image: url("../images/instagram-active.png")
                    }

                .blogsideBar .socialMedia li a.github {
                    background-image: url("../images/github.png")
                }

                    .blogsideBar .socialMedia li a.github:hover {
                        background-image: url("../images/github-active.png")
                    }

                .blogsideBar .socialMedia li a.linkdin {
                    background-image: url("../images/linkdin.png")
                }

                    .blogsideBar .socialMedia li a.linkdin:hover {
                        background-image: url("../images/linkdin-active.png")
                    }

    .blogsideBar .blogDisplay {
        margin-bottom: 36px
    }

        .blogsideBar .blogDisplay .blogDisEl {
            margin-bottom: 16px
        }

            .blogsideBar .blogDisplay .blogDisEl .blogDisElImg {
                width: 88px;
                margin-right: 10px
            }

                .blogsideBar .blogDisplay .blogDisEl .blogDisElImg img {
                    width: 100%
                }

            .blogsideBar .blogDisplay .blogDisEl .blogDisElName {
                width: calc(100% - 98px)
            }

                .blogsideBar .blogDisplay .blogDisEl .blogDisElName h6 {
                    font-size: 14px;
                    line-height: 26px;
                    color: #373737;
                    margin: 0;
                    position: relative;
                    top: -4px;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    overflow: hidden
                }

    .blogsideBar .blogCategory {
        margin-bottom: 36px;
        overflow-y: scroll;
        max-height: 266px;
        padding-right: 12px
    }

        .blogsideBar .blogCategory a:hover .blogCategoryEl {
            color: #4BB443
        }

        .blogsideBar .blogCategory a:first-child .blogCategoryEl {
            padding-top: 0
        }

        .blogsideBar .blogCategory .blogCategoryEl {
            padding-top: 16px;
            padding-bottom: 16px;
            border-bottom: 1px solid #EBEBEB;
            color: #373737
        }

            .blogsideBar .blogCategory .blogCategoryEl .blogCategoryTit {
                width: 100%;
                font-size: 14px;
                line-height: 14px;
                text-transform: uppercase
            }

    .blogsideBar .tagList {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 24px;
        overflow-y: scroll;
        max-height: 148px;
        padding-right: 12px
    }

        .blogsideBar .tagList .tagEl {
            display: inline-flex;
            margin-right: 12px;
            margin-bottom: 12px;
            border-radius: 4px;
            letter-spacing: .4px
        }

            .blogsideBar .tagList .tagEl a {
                padding: 8px 14px;
                background-color: #F5F5F5;
                color: #373737;
                transition: all .4s;
                -webkit-transition: all .4s;
                -moz-transition: all .4s;
                -ms-transition: all .4s
            }

                .blogsideBar .tagList .tagEl a:hover {
                    color: #4BB443
                }

.blog_ListNew {
    min-height: 295px;
    max-height: 295px;
    position: relative
}

    .blog_ListNew.bgImg img {
        height: 231px
    }

    .blog_ListNew .headerSearch {
        background-color: rgba(0,0,0,0.6);
        position: absolute;
        display: block;
        width: 100%;
        left: 0;
        bottom: 0
    }

    .blog_ListNew::before {
        position: absolute;
        content: "";
        display: inline-block;
        height: 100%;
        width: 100%;
        background-color: rgba(0,0,0,0.6);
        left: 0;
        top: 0;
        z-index: 0
    }

.blognewList {
    position: relative;
    padding: 68px 0 60px 0
}

    .blognewList.detail .blogElement {
        border-bottom: none
    }

        .blognewList.detail .blogElement .tagList .tagEl a {
            padding: 0px;
            background-color: transparent
        }

        .blognewList.detail .blogElement:hover {
            border-bottom: none
        }

            .blognewList.detail .blogElement:hover .blogThumb::after {
                height: 0px;
                opacity: 0
            }

    .blognewList.detail .blogRelatedSliderOuter {
        width: 100%;
        position: relative;
        margin-bottom: 36px
    }

        .blognewList.detail .blogRelatedSliderOuter .blogSingleSlider {
            padding-top: 16px
        }

        .blognewList.detail .blogRelatedSliderOuter .owl-nav {
            text-align: right
        }

            .blognewList.detail .blogRelatedSliderOuter .owl-nav button {
                display: inline-flex;
                height: 36px;
                width: 36px;
                background-color: #E4E4E4;
                justify-content: center;
                align-items: center;
                border-radius: 50%;
                position: relative;
                transition: all .4s;
                -webkit-transition: all .4s;
                -moz-transition: all .4s;
                -ms-transition: all .4s
            }

                .blognewList.detail .blogRelatedSliderOuter .owl-nav button:hover {
                    background-color: #c5c5c5
                }

                .blognewList.detail .blogRelatedSliderOuter .owl-nav button.owl-prev {
                    margin-right: 12px
                }

                    .blognewList.detail .blogRelatedSliderOuter .owl-nav button.owl-prev::after {
                        content: "";
                        display: inline-block;
                        position: absolute;
                        width: 16px;
                        height: 16px;
                        left: 10px;
                        top: 10px;
                        z-index: 1;
                        background-image: url("../images/prev.png");
                        background-repeat: no-repeat;
                        background-size: cover;
                        background-position: center center
                    }

                .blognewList.detail .blogRelatedSliderOuter .owl-nav button.owl-next::after {
                    content: "";
                    display: inline-block;
                    position: absolute;
                    width: 16px;
                    height: 16px;
                    left: 10px;
                    top: 10px;
                    z-index: 1;
                    background-image: url("../images/next.png");
                    background-repeat: no-repeat;
                    background-size: cover;
                    background-position: center center
                }

                .blognewList.detail .blogRelatedSliderOuter .owl-nav button span {
                    display: none;
                    visibility: visible
                }

    .blognewList.detail .blogCapt {
        position: relative;
        padding-top: 16px
    }

        .blognewList.detail .blogCapt .featLabel {
            left: -6px
        }

        .blognewList.detail .blogCapt h4 {
            font-size: 20px;
            line-height: 30px;
            color: #373737;
            font-weight: 500;
            margin: 0 0 4px 0
        }

    .blognewList.detail .blogAllDet .blogAllDetLeft, .blognewList.detail .blogAllDet .blogAllDetRight {
        padding-bottom: 20px;
        width: 100%
    }

        .blognewList.detail .blogAllDet .blogAllDetLeft p, .blognewList.detail .blogAllDet .blogAllDetRight p {
            min-height: auto;
            max-height: auto
        }

            .blognewList.detail .blogAllDet .blogAllDetLeft p span, .blognewList.detail .blogAllDet .blogAllDetRight p span {
                color: #373737
            }

        .blognewList.detail .blogAllDet .blogAllDetLeft .tad_cmd, .blognewList.detail .blogAllDet .blogAllDetRight .tad_cmd {
            display: inline-block
        }

            .blognewList.detail .blogAllDet .blogAllDetLeft .tad_cmd .tagD, .blognewList.detail .blogAllDet .blogAllDetLeft .tad_cmd .comD, .blognewList.detail .blogAllDet .blogAllDetRight .tad_cmd .tagD, .blognewList.detail .blogAllDet .blogAllDetRight .tad_cmd .comD {
                padding-left: 20px;
                padding-bottom: 2px;
                padding-top: 2px;
                background-repeat: no-repeat;
                background-size: 16px 16px;
                background-position: left 2px
            }

            .blognewList.detail .blogAllDet .blogAllDetLeft .tad_cmd .tagD, .blognewList.detail .blogAllDet .blogAllDetRight .tad_cmd .tagD {
                background-image: url("../images/tag.png");
                margin-right: 20px
            }

            .blognewList.detail .blogAllDet .blogAllDetLeft .tad_cmd .comD, .blognewList.detail .blogAllDet .blogAllDetRight .tad_cmd .comD {
                background-image: url("../images/comment.png")
            }

    .blognewList.detail .blogCont {
        margin-bottom: 36px;
        margin-top: 28px
    }

        .blognewList.detail .blogCont p {
            min-height: auto;
            max-height: unset;
            overflow: visible
        }

    .blognewList.detail .tagList {
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 24px;
        border-bottom: 1px solid #f5f5f5
    }

        .blognewList.detail .tagList .tagEl {
            display: inline-flex;
            margin-right: 12px;
            margin-bottom: 12px;
            border-radius: 4px;
            letter-spacing: .4px
        }

            .blognewList.detail .tagList .tagEl a {
                padding: 8px 14px;
                background-color: #F5F5F5;
                color: #373737;
                transition: all .4s;
                -webkit-transition: all .4s;
                -moz-transition: all .4s;
                -ms-transition: all .4s
            }

                .blognewList.detail .tagList .tagEl a:hover {
                    color: #4BB443
                }

    .blognewList.detail .cmtRpl {
        margin-bottom: 36px
    }

        .blognewList.detail .cmtRpl .items {
            margin-bottom: 16px
        }

            .blognewList.detail .cmtRpl .items label {
                font-size: 12px;
                text-transform: uppercase;
                color: #2d2d2d;
                font-weight: 400;
                display: block;
                margin-bottom: 8px
            }

            .blognewList.detail .cmtRpl .items .forms_items {
                width: 100%;
                padding: 10px 15px;
                background-color: #fff;
                border: 1px solid #e1e1e1;
                border-radius: 6px
            }

                .blognewList.detail .cmtRpl .items .forms_items.txtare {
                    min-height: 110px;
                    resize: none
                }

        .blognewList.detail .cmtRpl .thm_btn {
            padding: 10px 24px;
            display: block;
            background-color: #4BB443;
            color: #fff;
            width: auto;
            cursor: pointer;
            border: none;
            border-radius: 6px;
            transition: all .4s;
            -webkit-transition: all .4s;
            -moz-transition: all .4s;
            -ms-transition: all .4s;
            position: relative
        }

            .blognewList.detail .cmtRpl .thm_btn:hover {
                background-color: #bf131a
            }

            .blognewList.detail .cmtRpl .thm_btn[disabled] {
                cursor: not-allowed
            }

                .blognewList.detail .cmtRpl .thm_btn[disabled]:after {
                    content: "";
                    position: absolute;
                    background-image: url("../images/Flickr-1s-50px.gif");
                    background-position: center center;
                    background-repeat: no-repeat;
                    background-size: 30px;
                    background-color: #fff;
                    width: 100%;
                    height: 100%;
                    left: 0;
                    top: 0;
                    border-radius: 6px;
                    border: 1px solid #4BB443
                }

    .blognewList.detail .commentList {
        margin-bottom: 36px
    }

        .blognewList.detail .commentList .comEl {
            position: relative;
            margin-bottom: 12px;
            padding-left: 28px;
            padding-top: 8px
        }

            .blognewList.detail .commentList .comEl span {
                width: 20px;
                height: 20px;
                display: inline-block;
                position: absolute;
                left: 0;
                top: 0
            }

                .blognewList.detail .commentList .comEl span img {
                    width: 100%
                }

            .blognewList.detail .commentList .comEl p {
                color: #848484
            }

            .blognewList.detail .commentList .comEl .cmdAth {
                text-align: right
            }

                .blognewList.detail .commentList .comEl .cmdAth p {
                    display: inline-block;
                    position: relative;
                    padding-left: 24px;
                    color: #373737
                }

                    .blognewList.detail .commentList .comEl .cmdAth p::before {
                        display: inline-block;
                        height: 2px;
                        width: 16px;
                        content: "";
                        position: absolute;
                        background-color: #373737;
                        left: 0;
                        top: 10px
                    }

    .blognewList.detail .shareOuter {
        position: relative;
        margin-bottom: 72px
    }

        .blognewList.detail .shareOuter .socialList {
            display: inline-block;
            position: absolute;
            left: 0;
            top: 40px;
            padding: 8px 12px 6px;
            background-color: #e4e4e4;
            z-index: 10;
            border-radius: 8px;
            opacity: 0;
            visibility: hidden;
            transition: all .3s;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s
        }

            .blognewList.detail .shareOuter .socialList.open {
                opacity: 1;
                visibility: visible
            }

            .blognewList.detail .shareOuter .socialList .socialMedia {
                margin: 0;
                padding: 0;
                list-style: none
            }

                .blognewList.detail .shareOuter .socialList .socialMedia li {
                    display: inline-block
                }

                    .blognewList.detail .shareOuter .socialList .socialMedia li:last-child a {
                        margin-right: 0
                    }

                    .blognewList.detail .shareOuter .socialList .socialMedia li a {
                        display: inline-block;
                        background-repeat: no-repeat;
                        width: 30px;
                        height: 25px;
                        margin-right: 8px;
                        transition: all .3s;
                        -webkit-transition: all .3s;
                        -moz-transition: all .3s;
                        -ms-transition: all .3s
                    }

                        .blognewList.detail .shareOuter .socialList .socialMedia li a.facebook {
                            background-image: url("../images/facebook.png")
                        }

                            .blognewList.detail .shareOuter .socialList .socialMedia li a.facebook:hover {
                                background-image: url("../images/facebook-active.png")
                            }

                        .blognewList.detail .shareOuter .socialList .socialMedia li a.twitter {
                            background-image: url("../images/twitter.png")
                        }

                            .blognewList.detail .shareOuter .socialList .socialMedia li a.twitter:hover {
                                background-image: url("../images/twitter-active.png")
                            }

                        .blognewList.detail .shareOuter .socialList .socialMedia li a.instagram {
                            background-image: url("../images/instagram.png")
                        }

                            .blognewList.detail .shareOuter .socialList .socialMedia li a.instagram:hover {
                                background-image: url("../images/instagram-active.png")
                            }

                        .blognewList.detail .shareOuter .socialList .socialMedia li a.github {
                            background-image: url("../images/github.png")
                        }

                            .blognewList.detail .shareOuter .socialList .socialMedia li a.github:hover {
                                background-image: url("../images/github-active.png")
                            }

                        .blognewList.detail .shareOuter .socialList .socialMedia li a.linkdin {
                            background-image: url("../images/linkdin.png")
                        }

                            .blognewList.detail .shareOuter .socialList .socialMedia li a.linkdin:hover {
                                background-image: url("../images/linkdin-active.png")
                            }

        .blognewList.detail .shareOuter .share {
            cursor: pointer;
            padding: 8px 20px;
            background-color: #E4E4E4;
            display: inline-flex;
            border-radius: 36px;
            font-size: 13px;
            line-height: 13px;
            text-transform: uppercase;
            color: #373737;
            height: 36px;
            align-items: center
        }

            .blognewList.detail .shareOuter .share span {
                padding-left: 24px;
                padding-top: 4px;
                padding-bottom: 3px;
                background-image: url("../images/shareTo.png");
                background-repeat: no-repeat;
                background-size: 16px 16px;
                background-position: left 2px
            }

    .blognewList .pagination li {
        display: inline-flex;
        color: #848484
    }

        .blognewList .pagination li span {
            color: #373737;
            border: none;
            padding: 0
        }

        .blognewList .pagination li.active a {
            color: #4BB443;
            background-color: transparent
        }

        .blognewList .pagination li.prev a, .blognewList .pagination li.next a {
            display: inline-flex;
            height: 36px;
            width: 36px;
            background-color: #E4E4E4;
            justify-content: center;
            align-items: center;
            border-radius: 50%
        }

            .blognewList .pagination li.prev a:hover, .blognewList .pagination li.next a:hover {
                background-color: #D4D4D4
            }

            .blognewList .pagination li.prev a svg, .blognewList .pagination li.next a svg {
                width: 16px;
                height: 16px;
                fill: #373737
            }

        .blognewList .pagination li.prev a {
            margin-right: 8px
        }

        .blognewList .pagination li.next a {
            margin-left: 8px
        }

        .blognewList .pagination li a {
            font-size: 14px;
            line-height: 14px;
            font-weight: 500;
            color: #6D6D6D;
            padding: 12px;
            border: none;
            background-color: transparent;
            transition: all .3s;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s
        }

    .blognewList .serchCount {
        position: absolute;
        display: inline-block;
        width: 100%;
        left: 0;
        top: 24px;
        padding: 0 0
    }

        .blognewList .serchCount p {
            font-size: 14px;
            line-height: 14px;
            color: #848484;
            font-weight: 400;
            margin: 0;
            letter-spacing: .18px
        }

            .blognewList .serchCount p span {
                color: #373737;
                margin-right: 4px
            }

    .blognewList .blogElement {
        margin: 0 0 36px 0;
        position: relative;
        border-bottom: 4px solid #fff;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        height: 99%
    }

        .blognewList .blogElement:hover {
            border-bottom: 4px solid #4BB443
        }

            .blognewList .blogElement:hover .blogThumb::after {
                opacity: .6;
                height: 100%
            }

        .blognewList .blogElement ul li {
            list-style: none;
            padding-left: 16px;
            margin-bottom: 8px;
            position: relative
        }

            .blognewList .blogElement ul li::after {
                content: "";
                position: absolute;
                display: inline-block;
                height: 6px;
                width: 6px;
                left: 0;
                top: 8px;
                background-color: #373737;
                border-radius: 6px;
                z-index: 0
            }

        .blognewList .blogElement .featLabel {
            display: block;
            color: #fff;
            background-image: url("../images/featuredLabel.png");
            background-size: inherit;
            background-position: center top;
            background-repeat: no-repeat;
            width: 92px;
            height: 38px;
            text-align: center;
            padding-top: 10px;
            padding-right: 8px;
            padding-left: 8px;
            text-transform: uppercase;
            font-weight: 500;
            font-size: 12px;
            position: absolute;
            left: 16px;
            top: -20px;
            opacity: 0;
            visibility: hidden;
            z-index: 1020
        }

            .blognewList .blogElement .featLabel.active {
                opacity: 1;
                visibility: visible
            }

        .blognewList .blogElement .blogThumb {
            margin: 0 0 8px 0;
            position: relative
        }

            .blognewList .blogElement .blogThumb::after {
                content: "";
                position: absolute;
                display: inline-block;
                width: 100%;
                height: 0;
                left: 0;
                bottom: 0;
                transition: all .3s;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                -ms-transition: all .3s;
                z-index: 1020;
                opacity: 0;
                background-color: #4BB443
            }

        .blognewList .blogElement h5 {
            font-size: 18px;
            line-height: 30px;
            font-weight: 500;
            margin: 0;
            color: #373737;
            min-height: 60px;
            max-height: 60px;
            overflow: hidden
        }

        .blognewList .blogElement hr {
            margin: 8px 0 4px 0
        }

        .blognewList .blogElement table {
            border: 1px solid #ddd;
            margin-top: 20px;
            width: 100% !important;
            max-width: 100%;
            margin-bottom: 20px
        }

            .blognewList .blogElement table tbody tr td {
                font-size: 14px;
                color: #848484;
                text-align: left;
                padding: 25px 15px
            }

                .blognewList .blogElement table tbody tr td h1, .blognewList .blogElement table tbody tr td h2, .blognewList .blogElement table tbody tr td h3, .blognewList .blogElement table tbody tr td h4, .blognewList .blogElement table tbody tr td h5, .blognewList .blogElement table tbody tr td h6, .blognewList .blogElement table tbody tr td p, .blognewList .blogElement table tbody tr td span {
                    font-size: 14px;
                    color: #848484;
                    text-align: left;
                    margin: 0;
                    font-weight: 400;
                    text-transform: capitalize
                }

            .blognewList .blogElement table tbody tr:first-child td, .blognewList .blogElement table tbody tr:first-child th {
                background-color: #4BB443;
                color: #fff;
                text-transform: uppercase;
                font-weight: 500;
                text-align: left;
                padding: 15px 10px
            }

                .blognewList .blogElement table tbody tr:first-child td h1, .blognewList .blogElement table tbody tr:first-child td h2, .blognewList .blogElement table tbody tr:first-child td h3, .blognewList .blogElement table tbody tr:first-child td h4, .blognewList .blogElement table tbody tr:first-child td h5, .blognewList .blogElement table tbody tr:first-child td h6, .blognewList .blogElement table tbody tr:first-child td p, .blognewList .blogElement table tbody tr:first-child td span, .blognewList .blogElement table tbody tr:first-child th h1, .blognewList .blogElement table tbody tr:first-child th h2, .blognewList .blogElement table tbody tr:first-child th h3, .blognewList .blogElement table tbody tr:first-child th h4, .blognewList .blogElement table tbody tr:first-child th h5, .blognewList .blogElement table tbody tr:first-child th h6, .blognewList .blogElement table tbody tr:first-child th p, .blognewList .blogElement table tbody tr:first-child th span {
                    font-size: 14px;
                    line-height: 14px;
                    color: #fff;
                    font-weight: 500;
                    margin: 0
                }

        .blognewList .blogElement p {
            font-size: 13px;
            line-height: 22px;
            font-weight: 400;
            color: #6D6D6D;
            letter-spacing: .2px;
            margin: 0 0 4px 0;
            min-height: 66px;
            max-height: 100px;
            overflow: hidden
        }

        .blognewList .blogElement .blogAuthor .authorD, .blognewList .blogElement .blogAuthor .dateD {
            width: 100%;
            padding-bottom: 8px
        }

        .blognewList .blogElement .blogAuthor .dateD {
            text-align: left
        }

        .blognewList .blogElement .blogAuthor p {
            font-size: 13px;
            line-height: 13px;
            text-transform: capitalize;
            color: #6D6D6D;
            font-weight: 400;
            min-height: auto;
            max-height: auto
        }

            .blognewList .blogElement .blogAuthor p span {
                margin-left: 4px;
                color: #373737
            }

        .blognewList .blogElement .blogTags {
            margin: 8px 0 0 0;
            min-height: 40px
        }

            .blognewList .blogElement .blogTags .tagD, .blognewList .blogElement .blogTags .comD {
                width: 100%;
                padding-bottom: 8px
            }

                .blognewList .blogElement .blogTags .tagD p, .blognewList .blogElement .blogTags .comD p {
                    padding-left: 20px;
                    padding-bottom: 2px;
                    padding-top: 2px;
                    background-repeat: no-repeat;
                    background-size: 16px 16px;
                    background-position: left top;
                    min-height: auto;
                    max-height: auto
                }

                .blognewList .blogElement .blogTags .tagD p {
                    background-image: url("../images/tag.png")
                }

                .blognewList .blogElement .blogTags .comD p {
                    background-image: url("../images/comment.png")
                }

            .blognewList .blogElement .blogTags p {
                font-size: 13px;
                line-height: 13px;
                text-transform: uppercase;
                color: #6D6D6D;
                font-weight: 400
            }

            .blognewList .blogElement .blogTags .comD {
                text-align: left
            }

                .blognewList .blogElement .blogTags .comD p {
                    display: inline-block;
                    margin: 0 0 0 auto;
                    position: relative;
                    top: -5px
                }

.tabs_wrapper {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    background: transparent
}

ul.tabs {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 10;
    margin: 25px 0 0;
    padding: 0;
    width: 23%;
    min-width: 175px;
    list-style: none;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.4)
}

    ul.tabs li {
        margin: 0;
        cursor: pointer;
        padding: 0px 15px;
        line-height: 31px;
        color: #fff;
        text-align: left;
        font-weight: bold;
        background-color: #f1f1f1;
        -ms-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

        ul.tabs li:hover {
            background: #fff;
            color: #373737;
            -ms-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            transition: all .3s ease
        }

        ul.tabs li.active {
            background-color: #fff;
            color: #373737;
            -ms-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            transition: all .3s ease
        }

.tab_container {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 20;
    left: 0px;
    width: 70%;
    min-width: 10px;
    text-align: left;
    background: #fff;
    border-radius: 12px
}

    .tab_container h3 {
        padding: 12px 8px 12px 48px;
        position: relative;
        font-size: 16px !important;
        line-height: 16px !important;
        font-weight: 400 !important;
        text-align: left;
        margin-bottom: 1px !important
    }

        .tab_container h3.tab_drawer_heading span {
            position: absolute;
            left: -8px;
            top: 0;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            height: 100%;
            width: 48px;
            background-color: transparent;
            color: #373737
        }

        .tab_container h3.tab_drawer_heading.d_active span {
            background-color: #4BB443;
            color: #fff
        }

.tab_content {
    padding: 20px;
    height: 100%;
    display: none
}

    .tab_content ul {
        margin-bottom: 24px
    }

        .tab_content ul li {
            padding-left: 24px;
            text-transform: capitalize
        }

            .tab_content ul li::before {
                position: absolute;
                display: inline-block;
                content: "";
                left: 0;
                top: 3px;
                width: 16px;
                height: 16px;
                background-image: url("../images/arrowUl.png");
                background-size: cover;
                background-position: 0 0;
                background-repeat: no-repeat;
                z-index: 1010
            }

.tab_drawer_heading {
    display: none
}

@media screen and (max-width: 992px) {
    ul.tabs {
        display: none
    }

    .tab_container {
        display: block;
        margin: 0 auto;
        width: 100%;
        border-top: none;
        border-radius: 0
    }

    .tab_drawer_heading {
        background-color: #F1F1F1;
        color: #373737;
        margin: 0;
        padding: 5px 20px;
        display: block;
        cursor: pointer;
        font-size: 16px;
        line-height: 16px;
        font-weight: 400;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-align: center
    }

        .tab_drawer_heading:hover {
            background: #f1f1f1
        }

    .d_active {
        background-color: #fff;
        border: 1px solid #f1f1f1
    }
}

.ecomDetail {
    position: relative
}

    .ecomDetail h2 {
        color: #373737;
        font-size: 28px;
        line-height: 42px;
        font-weight: 500;
        margin: 0 0 20px 0
    }

    .ecomDetail h3 {
        color: #373737;
        font-size: 24px;
        line-height: 36px;
        font-weight: 500;
        margin: 0 0 20px 0
    }

    .ecomDetail p {
        color: #848484;
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
        margin: 0 0 16px 0
    }

    .ecomDetail ul {
        margin: 0;
        padding: 0
    }

        .ecomDetail ul li {
            list-style: none;
            position: relative;
            color: #848484;
            font-size: 14px;
            line-height: 24px;
            font-weight: 400;
            margin: 0 0 12px 0
        }

    .ecomDetail .owl-carousel .owl-nav button {
        width: 36px;
        height: 36px;
        background-color: transparent;
        position: relative;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s
    }

        .ecomDetail .owl-carousel .owl-nav button.owl-prev:hover::after {
            background-image: url("../images/owl-prevNewHover.png")
        }

        .ecomDetail .owl-carousel .owl-nav button.owl-prev::after {
            position: absolute;
            display: inline-block;
            content: "";
            left: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            z-index: 1010;
            transition: all .3s;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            background-image: url("../images/owl-prevNew.png");
            background-size: cover;
            background-position: 0 0;
            background-repeat: no-repeat
        }

        .ecomDetail .owl-carousel .owl-nav button.owl-next:hover::after {
            background-image: url("../images/owl-nextNewHover.png")
        }

        .ecomDetail .owl-carousel .owl-nav button.owl-next::after {
            position: absolute;
            display: inline-block;
            content: "";
            bottom: 0;
            width: 100%;
            height: 100%;
            z-index: 1010;
            transition: all .3s;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            background-image: url("../images/owl-nextNew.png");
            background-size: cover;
            background-position: 0 0;
            background-repeat: no-repeat
        }

        .ecomDetail .owl-carousel .owl-nav button span {
            display: none;
            visibility: hidden
        }

    .ecomDetail .welcome {
        position: relative;
        padding: 36px 0 36px;
        background-color: #fff
    }

        .ecomDetail .welcome::after {
            position: absolute;
            display: inline-block;
            content: "";
            left: 0;
            bottom: 0;
            width: 100%;
            height: 198px;
            background-color: #e8f9e7;
            z-index: 1010
        }

        .ecomDetail .welcome .btn-btnPrimary {
            margin-bottom: 24px
        }

        .ecomDetail .welcome .imgholder {
            position: relative;
            z-index: 1050
        }

            .ecomDetail .welcome .imgholder .rightImgTop {
                margin-bottom: 24px
            }

            .ecomDetail .welcome .imgholder .rightImgBtm {
                margin-bottom: 24px
            }

    .ecomDetail .ecomCarousal {
        position: relative;
        background-color: #F3F3F3;
        padding-bottom: 36px
    }

        .ecomDetail .ecomCarousal .ecomCarousalInner {
            position: relative;
            z-index: 1050
        }

            .ecomDetail .ecomCarousal .ecomCarousalInner .ecomCarousalSlider .owl-nav {
                margin-top: 24px
            }

                .ecomDetail .ecomCarousal .ecomCarousalInner .ecomCarousalSlider .owl-nav button {
                    margin-right: 32px
                }

            .ecomDetail .ecomCarousal .ecomCarousalInner .ecomCarousalSlider ul {
                margin-bottom: 24px
            }

                .ecomDetail .ecomCarousal .ecomCarousalInner .ecomCarousalSlider ul li {
                    padding-left: 24px;
                    text-transform: capitalize
                }

                    .ecomDetail .ecomCarousal .ecomCarousalInner .ecomCarousalSlider ul li::before {
                        position: absolute;
                        display: inline-block;
                        content: "";
                        left: 0;
                        top: 3px;
                        width: 16px;
                        height: 16px;
                        background-image: url("../images/arrowUl.png");
                        background-size: cover;
                        background-position: 0 0;
                        background-repeat: no-repeat;
                        z-index: 1010
                    }

            .ecomDetail .ecomCarousal .ecomCarousalInner .ecomCarousalSlider .ecomCarousalImg {
                margin-bottom: 24px
            }

        .ecomDetail .ecomCarousal::before {
            position: absolute;
            display: inline-block;
            content: "";
            left: 0;
            top: 0;
            width: 100%;
            height: 212px;
            background-color: #e8f9e7;
            z-index: 1010
        }

    .ecomDetail .lifeCycle {
        padding: 36px 0;
        position: relative;
        background-color: #fff
    }

        .ecomDetail .lifeCycle .btn-btnPrimary {
            margin-bottom: 48px
        }

        .ecomDetail .lifeCycle .lifeCycleInner {
            position: relative
        }

            .ecomDetail .lifeCycle .lifeCycleInner .lifeCycleCenter {
                margin-bottom: 20px;
                position: relative
            }

                .ecomDetail .lifeCycle .lifeCycleInner .lifeCycleCenter .lifeCycleCenterImg {
                    position: relative
                }

                    .ecomDetail .lifeCycle .lifeCycleInner .lifeCycleCenter .lifeCycleCenterImg .bgImg {
                        width: 290px;
                        height: auto;
                        margin: 0 auto
                    }

                    .ecomDetail .lifeCycle .lifeCycleInner .lifeCycleCenter .lifeCycleCenterImg h6 {
                        font-size: 15px;
                        line-height: 15px;
                        font-weight: 500;
                        color: #373737;
                        margin: 0 0 0 0;
                        max-width: 186px;
                        text-align: center;
                        position: absolute;
                        left: calc(50% - 93px);
                        top: calc(50% - 15px);
                        line-height: 24px
                    }

            .ecomDetail .lifeCycle .lifeCycleInner .lifeItem {
                text-align: center;
                display: inline-block;
                position: relative;
                margin: 0 0 20px 0
            }

                .ecomDetail .lifeCycle .lifeCycleInner .lifeItem h6 {
                    font-size: 15px;
                    line-height: 15px;
                    font-weight: 500;
                    color: #373737;
                    margin: 0 0 0 0
                }

                .ecomDetail .lifeCycle .lifeCycleInner .lifeItem .logoHold {
                    display: inline-flex;
                    height: 76px;
                    width: 76px;
                    align-items: center;
                    justify-content: center;
                    border-radius: 76px;
                    border: 1px solid #4BB443;
                    margin-bottom: 12px
                }

                    .ecomDetail .lifeCycle .lifeCycleInner .lifeItem .logoHold img {
                        width: 36px;
                        height: auto
                    }

    .ecomDetail .pointListing {
        position: relative
    }

        .ecomDetail .pointListing .pointListingHead {
            position: relative;
            background-color: #fff;
            padding: 24px 0 36px
        }

        .ecomDetail .pointListing .pointListingElems {
            position: relative;
            background-color: #e8f9e7
        }

            .ecomDetail .pointListing .pointListingElems .featureItem {
                padding: 56px 0 28px 0;
                background-color: #e8f9e7;
                transition: all .3s;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                -ms-transition: all .3s
            }

                .ecomDetail .pointListing .pointListingElems .featureItem:hover {
                    background-color: #fff
                }

                    .ecomDetail .pointListing .pointListingElems .featureItem:hover svg {
                        fill: #4BB443;
                        stroke: #4BB443
                    }

                        .ecomDetail .pointListing .pointListingElems .featureItem:hover svg path {
                            fill: #4BB443;
                            stroke: #4BB443
                        }

                .ecomDetail .pointListing .pointListingElems .featureItem svg {
                    width: 48px;
                    height: 48px;
                    fill: #373737;
                    stroke: #373737;
                    margin: 0 0 18px 0;
                    transition: all .3s;
                    -webkit-transition: all .3s;
                    -moz-transition: all .3s;
                    -ms-transition: all .3s
                }

                    .ecomDetail .pointListing .pointListingElems .featureItem svg path {
                        fill: #373737;
                        stroke: #373737;
                        transition: all .3s;
                        -webkit-transition: all .3s;
                        -moz-transition: all .3s;
                        -ms-transition: all .3s
                    }

                .ecomDetail .pointListing .pointListingElems .featureItem h4 {
                    font-size: 18px;
                    line-height: 18px;
                    color: #373737;
                    font-weight: 500;
                    margin: 0 0 12px 0
                }

    .ecomDetail .requestForm {
        position: relative;
        padding: 36px 0
    }

        .ecomDetail .requestForm .phoneMockup {
            display: none
        }

        .ecomDetail .requestForm .ipadMockup {
            border: 8px solid #373737;
            border-radius: 8px;
            background-color: #373737;
            position: relative;
            padding: 0 0;
            margin: 0 15px
        }

            .ecomDetail .requestForm .ipadMockup .mockupInner {
                border-radius: 8px;
                overflow: hidden
            }

            .ecomDetail .requestForm .ipadMockup .mobMockup {
                position: absolute;
                left: -120px;
                bottom: 584px;
                min-width: 100px
            }

        .ecomDetail .requestForm .inpt-grp {
            position: relative;
            margin: 0 0 16px 0
        }

            .ecomDetail .requestForm .inpt-grp button {
                position: relative;
                padding: 12px 20px;
                background-color: #4BB443;
                color: #fff;
                border: none;
                outline: none;
                margin: 12px 0 36px 0;
                transition: all .3s;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                -ms-transition: all .3s
            }

                .ecomDetail .requestForm .inpt-grp button:hover {
                    background-color: #c10f16
                }

                .ecomDetail .requestForm .inpt-grp button .contentBtn {
                    display: inline-flex;
                    align-items: center;
                    justify-content: space-between;
                    min-width: 108px
                }

                    .ecomDetail .requestForm .inpt-grp button .contentBtn .label {
                        font-size: 16px;
                        line-height: 16px;
                        color: #fff;
                        padding: 0;
                        font-weight: 400
                    }

                    .ecomDetail .requestForm .inpt-grp button .contentBtn svg {
                        height: 20px;
                        width: 20px;
                        fill: #fff
                    }

                        .ecomDetail .requestForm .inpt-grp button .contentBtn svg path {
                            fill: #fff
                        }

            .ecomDetail .requestForm .inpt-grp label {
                font-size: 15px;
                line-height: 15px;
                color: #4E4E4E;
                margin: 0 0 8px 0;
                font-weight: 400
            }

            .ecomDetail .requestForm .inpt-grp .form-control {
                height: auto;
                text-transform: uppercase;
                border: 1px solid #f1f1f1;
                border-radius: 0;
                box-shadow: none;
                font-size: 16px;
                padding: 12px 20px;
                color: #373737
            }

                .ecomDetail .requestForm .inpt-grp .form-control.lowercase {
                    text-transform: lowercase
                }

            .ecomDetail .requestForm .inpt-grp .warningText {
                display: inline-block;
                width: 100%;
                text-align: right;
                font-size: 12px;
                line-height: 12px;
                text-transform: uppercase;
                font-weight: 500;
                color: #FF2929;
                letter-spacing: .6px;
                position: absolute;
                left: 0;
                bottom: -16px
            }

    .ecomDetail .faqOuter {
        position: relative;
        padding: 36px 0;
        background-color: #F3F3F3
    }

        .ecomDetail .faqOuter .faqItems {
            margin: 16px 0 0 0;
            position: relative;
            width: 100%
        }

            .ecomDetail .faqOuter .faqItems .faqElement {
                position: relative;
                border-bottom: 1px solid #EBEBEB;
                padding: 16px 0 20px 0
            }

                .ecomDetail .faqOuter .faqItems .faqElement:last-child {
                    border: none
                }

                .ecomDetail .faqOuter .faqItems .faqElement.showItem .faqElementHd::after {
                    display: none;
                    opacity: 0
                }

                .ecomDetail .faqOuter .faqItems .faqElement.showItem .faqElementDesc {
                    height: auto;
                    visibility: visible
                }

                .ecomDetail .faqOuter .faqItems .faqElement .faqElementDesc {
                    height: 0;
                    visibility: hidden
                }

                    .ecomDetail .faqOuter .faqItems .faqElement .faqElementDesc p {
                        margin: 0
                    }

                .ecomDetail .faqOuter .faqItems .faqElement .faqElementHd {
                    width: 100%;
                    position: relative;
                    cursor: pointer
                }

                    .ecomDetail .faqOuter .faqItems .faqElement .faqElementHd::after, .ecomDetail .faqOuter .faqItems .faqElement .faqElementHd::before {
                        position: absolute;
                        content: "";
                        display: inline-block;
                        background-color: #373737;
                        border-radius: 2px;
                        transition: all .3s;
                        -webkit-transition: all .3s;
                        -moz-transition: all .3s;
                        -ms-transition: all .3s
                    }

                    .ecomDetail .faqOuter .faqItems .faqElement .faqElementHd::after {
                        height: 17px;
                        width: 2px;
                        right: 12px;
                        top: 0;
                        border-radius: 2px
                    }

                    .ecomDetail .faqOuter .faqItems .faqElement .faqElementHd::before {
                        height: 2px;
                        width: 17px;
                        right: 5px;
                        top: 8px
                    }

                    .ecomDetail .faqOuter .faqItems .faqElement .faqElementHd h6 {
                        font-size: 15px;
                        line-height: 22px;
                        color: #373737;
                        padding-right: 28px
                    }

                        .ecomDetail .faqOuter .faqItems .faqElement .faqElementHd h6 span {
                            color: #4BB443;
                            margin-right: 8px
                        }

    .ecomDetail .testimonial {
        padding: 36px 0;
        position: relative;
        background-color: #fff;
        text-align: center
    }

        .ecomDetail .testimonial .testimonialInner {
            margin-top: 48px
        }

            .ecomDetail .testimonial .testimonialInner .testInner .testimonialSlider .photoDP {
                position: relative;
                width: 80px;
                height: 80px;
                margin: 0 auto 24px auto
            }

                .ecomDetail .testimonial .testimonialInner .testInner .testimonialSlider .photoDP .bgImg {
                    border-radius: 80px;
                    overflow: hidden;
                    display: block
                }

                .ecomDetail .testimonial .testimonialInner .testInner .testimonialSlider .photoDP .quoteIcon {
                    position: absolute;
                    right: 2px;
                    bottom: 2px;
                    display: inline-flex;
                    height: 28px;
                    width: 28px;
                    border-radius: 28px;
                    border: 1px solid #fff;
                    background-color: #4BB443;
                    align-items: center;
                    justify-content: center
                }

                    .ecomDetail .testimonial .testimonialInner .testInner .testimonialSlider .photoDP .quoteIcon svg {
                        width: 16px;
                        height: 16px;
                        fill: #fff
                    }

                        .ecomDetail .testimonial .testimonialInner .testInner .testimonialSlider .photoDP .quoteIcon svg path {
                            fill: #fff
                        }

            .ecomDetail .testimonial .testimonialInner .testInner .testimonialSlider .profileDetain {
                position: relative;
                margin-top: 48px
            }

                .ecomDetail .testimonial .testimonialInner .testInner .testimonialSlider .profileDetain h5 {
                    font-size: 18px;
                    line-height: 18px;
                    color: #373737;
                    font-weight: 500;
                    position: relative;
                    display: inline-block;
                    margin: 0 0 12px 0;
                    z-index: 1050
                }

                    .ecomDetail .testimonial .testimonialInner .testInner .testimonialSlider .profileDetain h5::after {
                        position: absolute;
                        content: "";
                        display: inline-block;
                        height: 4px;
                        width: 100%;
                        left: 0;
                        bottom: 0;
                        background-color: #FCDADB;
                        z-index: -1
                    }

                .ecomDetail .testimonial .testimonialInner .testInner .testimonialSlider .profileDetain h6 {
                    font-size: 15px;
                    line-height: 15px;
                    color: #373737;
                    font-weight: 500
                }

    .ecomDetail .howItsWork {
        padding: 60px 0;
        position: relative
    }

        .ecomDetail .howItsWork .howItsWorkVideo {
            position: relative;
            border-radius: 0;
            overflow: hidden;
            z-index: 1020
        }

            .ecomDetail .howItsWork .howItsWorkVideo .videoOption {
                position: relative;
                z-index: 1020;
                display: block;
                top: 0;
                left: 0;
                margin: 72px 0 72px
            }

            .ecomDetail .howItsWork .howItsWorkVideo .bgImg {
                position: absolute;
                left: 0;
                top: 0;
                height: 100%;
                width: 100%
            }

                .ecomDetail .howItsWork .howItsWorkVideo .bgImg::before {
                    content: "";
                    display: inline-block;
                    position: absolute;
                    right: 0px;
                    top: 0px;
                    width: 100%;
                    height: 100%;
                    background-color: #000;
                    z-index: 1;
                    opacity: .6
                }

                .ecomDetail .howItsWork .howItsWorkVideo .bgImg img {
                    height: 100%;
                    width: auto
                }

            .ecomDetail .howItsWork .howItsWorkVideo .videoOption {
                text-align: center
            }

                .ecomDetail .howItsWork .howItsWorkVideo .videoOption h6 {
                    font-size: 16px;
                    line-height: 16px;
                    font-weight: 400;
                    color: #f5f5f5;
                    margin: 0 0 12px 0
                }

                .ecomDetail .howItsWork .howItsWorkVideo .videoOption .devider {
                    display: block;
                    margin: 16px auto 28px auto;
                    width: 2px;
                    height: 48px;
                    background-color: #fff;
                    border-radius: 2px
                }

                .ecomDetail .howItsWork .howItsWorkVideo .videoOption .videoIcon {
                    display: inline-flex;
                    height: 60px;
                    width: 60px;
                    background-color: rgba(237,27,36,0.8);
                    border-radius: 8px;
                    align-items: center;
                    justify-content: center
                }

                    .ecomDetail .howItsWork .howItsWorkVideo .videoOption .videoIcon svg {
                        width: 28px;
                        height: 28px;
                        fill: #fff
                    }

    .ecomDetail .verticalTab {
        position: relative;
        padding: 36px 0;
        background: #fff
    }

        .ecomDetail .verticalTab .verticalTabOuter {
            position: relative;
            padding: 24px 0 0 0;
            display: block
        }

    .ecomDetail .benefits_get {
        position: relative;
        padding: 36px 0
    }

        .ecomDetail .benefits_get h3 span {
            color: #4BB443
        }

        .ecomDetail .benefits_get p {
            margin-bottom: 24px
        }

        .ecomDetail .benefits_get img {
            margin-top: 24px;
            margin-bottom: 24px;
            width: 100%
        }

        .ecomDetail .benefits_get ul li {
            position: relative;
            border-bottom: 1px solid #f5f5f5;
            padding-left: 24px
        }

            .ecomDetail .benefits_get ul li::before {
                position: absolute;
                display: inline-block;
                content: "";
                left: 0;
                top: -1px;
                width: 16px;
                height: 16px;
                background-image: url("../images/listStyleDark.png");
                background-size: cover;
                background-position: 0 0;
                background-repeat: no-repeat;
                z-index: 1010
            }

            .ecomDetail .benefits_get ul li h6 {
                font-size: 14px;
                line-height: 14px;
                font-weight: 400;
                letter-spacing: .28px;
                color: #373737;
                margin: 0 0 8px 0
            }

            .ecomDetail .benefits_get ul li p {
                margin: 0 0 12px 0
            }

        .ecomDetail .benefits_get.bgWhite {
            background-color: #fff
        }

        .ecomDetail .benefits_get.bgLightGrey {
            background-color: #f5f5f5
        }

            .ecomDetail .benefits_get.bgLightGrey ul li {
                border-bottom: 1px solid #fff
            }

.sectionHeadText {
    margin-bottom: 48px;
    position: relative
}

    .sectionHeadText h3 {
        font-weight: 400;
        margin: 0 0 16px 0
    }

        .sectionHeadText h3 span {
            color: #4BB443
        }

    .sectionHeadText p {
        color: #3A3A3A;
        max-width: 668px;
        margin: 0 auto 20px auto;
        font-size: 14px;
        line-height: 28px
    }

    .sectionHeadText a {
        color: #1473E6;
        font-size: 14px;
        line-height: 14px;
        font-weight: 400;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s
    }

        .sectionHeadText a:hover {
            color: #074DA2
        }

.sectionHeadTable {
    position: relative
}

    .sectionHeadTable h3 {
        font-weight: 600;
        font-size: 25px;
        margin: 0 0 16px 0;
        color: #373737
    }

        .sectionHeadTable h3 span {
            color: #4BB443
        }

    .sectionHeadTable p {
        color: #3A3A3A;
        max-width: 668px;
        margin: 0px auto;
        font-size: 15px;
        line-height: 30px;
        font-weight: 400
    }

    .sectionHeadTable a {
        color: #1473E6;
        font-size: 14px;
        line-height: 14px;
        font-weight: 400;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s
    }

        .sectionHeadTable a:hover {
            color: #074DA2
        }

.align-items-end {
    align-items: flex-end
}

.align-items-center {
    align-items: center
}

.getbgImg {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important
}

.getInTouch {
    position: relative;
    padding: 0;
    min-height: 400px;
    display: flex;
    align-items: center
}

    .getInTouch img {
        position: absolute
    }

    .getInTouch::before {
        content: "";
        position: absolute;
        display: inline-block;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background-color: rgba(0,0,0,0.68);
        z-index: 0
    }

    .getInTouch .getInTouchInner {
        max-width: 1110px;
        margin: 0 auto
    }

        .getInTouch .getInTouchInner h3 {
            color: #fff;
            font-size: 30px;
            line-height: 40px;
            margin: 0 0 15px 0;
            font-weight: 500
        }

        .getInTouch .getInTouchInner p {
            color: #fff;
            font-size: 15px;
            line-height: 26px;
            margin: 0 0 0 0;
            font-weight: 400;
            letter-spacing: .4px
        }

        .getInTouch .getInTouchInner .contactBtn {
            display: flex;
            align-items: center;
            justify-content: flex-end
        }

            .getInTouch .getInTouchInner .contactBtn .btnPayNow {
                text-transform: capitalize;
                font-size: 16px;
                line-height: 16px;
                color: #fff;
                background-color: #4BB443;
                font-weight: 500;
                border: none;
                border-radius: 4px;
                width: 150px;
                height: 45px;
                display: flex;
                align-items: center;
                justify-content: center;
                transition: all .3s;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                -ms-transition: all .3s
            }

                .getInTouch .getInTouchInner .contactBtn .btnPayNow:hover {
                    background-color: #d60d15
                }

.pb-20 {
    padding-bottom: 20px
}

.d-none {
    display: none
}

.pricelist {
    position: relative;
    top: 0
}

    .pricelist.toNewHeader .toNewContent {
        padding: 60px 0
    }

        .pricelist.toNewHeader .toNewContent .faq_none .faq_mid {
            margin-top: 60px
        }

            .pricelist.toNewHeader .toNewContent .faq_none .faq_mid .faq_cat_out {
                margin-right: 0;
                margin-left: 0
            }

                .pricelist.toNewHeader .toNewContent .faq_none .faq_mid .faq_cat_out a {
                    display: block;
                    width: 50%;
                    padding: 0 5px;
                    float: left;
                    margin: 40px 0
                }

                    .pricelist.toNewHeader .toNewContent .faq_none .faq_mid .faq_cat_out a:last-child {
                        margin-bottom: 0
                    }

                    .pricelist.toNewHeader .toNewContent .faq_none .faq_mid .faq_cat_out a .faq_cat:hover:before {
                        width: 108px;
                        left: calc(50% - 54px)
                    }

                    .pricelist.toNewHeader .toNewContent .faq_none .faq_mid .faq_cat_out a .faq_cat:hover .faq_cat_ico_outer {
                        border: 2px solid #4a4a4a
                    }

                    .pricelist.toNewHeader .toNewContent .faq_none .faq_mid .faq_cat_out a .faq_cat.active {
                        border: 1px solid #ddd
                    }

                        .pricelist.toNewHeader .toNewContent .faq_none .faq_mid .faq_cat_out a .faq_cat.active:before {
                            width: 108px;
                            left: calc(50% - 54px)
                        }

                        .pricelist.toNewHeader .toNewContent .faq_none .faq_mid .faq_cat_out a .faq_cat.active .faq_cat_ico_outer {
                            background-color: #4a4a4a;
                            border: 2px solid #4a4a4a
                        }

                            .pricelist.toNewHeader .toNewContent .faq_none .faq_mid .faq_cat_out a .faq_cat.active .faq_cat_ico_outer .faq_cat_ico img.defaultImg {
                                height: 0px;
                                width: 0px;
                                visibility: hidden
                            }

                            .pricelist.toNewHeader .toNewContent .faq_none .faq_mid .faq_cat_out a .faq_cat.active .faq_cat_ico_outer .faq_cat_ico img.activeImg {
                                height: 24px;
                                width: 24px;
                                visibility: visible;
                                position: relative;
                                top: -20px
                            }

                        .pricelist.toNewHeader .toNewContent .faq_none .faq_mid .faq_cat_out a .faq_cat.active h6 {
                            color: #2d2d2d
                        }

                    .pricelist.toNewHeader .toNewContent .faq_none .faq_mid .faq_cat_out a .faq_cat {
                        text-align: center;
                        padding: 42px 5px 15px;
                        background-color: #f3f3f3;
                        position: relative;
                        border-top: 1px solid #ddd;
                        border-radius: 4px;
                        min-height: 85px
                    }

                        .pricelist.toNewHeader .toNewContent .faq_none .faq_mid .faq_cat_out a .faq_cat:before {
                            content: "";
                            display: inline-block;
                            height: 2px;
                            width: 0px;
                            background-color: #535353;
                            top: -2px;
                            position: absolute;
                            left: 50%;
                            transition: all .4s;
                            -webkit-transition: all .4s;
                            -moz-transition: all .4s;
                            -ms-transition: all .4s
                        }

                        .pricelist.toNewHeader .toNewContent .faq_none .faq_mid .faq_cat_out a .faq_cat .faq_cat_ico_outer {
                            padding: 12px;
                            background-color: #ddd;
                            display: inline-block;
                            border-radius: 100%;
                            top: 0;
                            transform: translateY(-50%);
                            position: absolute;
                            margin: 0 auto;
                            left: calc(50% - 24px);
                            border: 2px solid #ddd;
                            transition: all .4s;
                            -webkit-transition: all .4s;
                            -moz-transition: all .4s;
                            -ms-transition: all .4s;
                            -webkit-box-shadow: 3px 3px 6px 0 rgba(0,0,0,0.2);
                            -moz-box-shadow: 3px 3px 6px 0 rgba(0,0,0,0.2);
                            box-shadow: 3px 3px 6px 0 rgba(0,0,0,0.2)
                        }

                            .pricelist.toNewHeader .toNewContent .faq_none .faq_mid .faq_cat_out a .faq_cat .faq_cat_ico_outer .faq_cat_ico {
                                width: 24px;
                                height: 24px;
                                background-size: auto;
                                background-repeat: no-repeat;
                                background-position: center center;
                                position: relative
                            }

                                .pricelist.toNewHeader .toNewContent .faq_none .faq_mid .faq_cat_out a .faq_cat .faq_cat_ico_outer .faq_cat_ico img {
                                    width: 24px;
                                    height: 24px
                                }

                                    .pricelist.toNewHeader .toNewContent .faq_none .faq_mid .faq_cat_out a .faq_cat .faq_cat_ico_outer .faq_cat_ico img.defaultImg {
                                        transition: all .4s;
                                        -webkit-transition: all .4s;
                                        -moz-transition: all .4s;
                                        -ms-transition: all .4s
                                    }

                                    .pricelist.toNewHeader .toNewContent .faq_none .faq_mid .faq_cat_out a .faq_cat .faq_cat_ico_outer .faq_cat_ico img.activeImg {
                                        height: 0px;
                                        width: 0px;
                                        visibility: hidden;
                                        transition: all .4s;
                                        -webkit-transition: all .4s;
                                        -moz-transition: all .4s;
                                        -ms-transition: all .4s
                                    }

                        .pricelist.toNewHeader .toNewContent .faq_none .faq_mid .faq_cat_out a .faq_cat h6 {
                            font-size: 13px;
                            margin: 0;
                            color: #8d8d8d;
                            line-height: 13px;
                            letter-spacing: .2px;
                            font-weight: 400
                        }

    .pricelist.toNewHeader .sectionHeadText .search_box {
        margin-top: 36px;
        margin-bottom: 24px;
        position: relative
    }

        .pricelist.toNewHeader .sectionHeadText .search_box .form-control {
            padding: 20px 20px 20px 32px;
            color: #6d6d6d;
            font-size: 14px;
            background-color: #fff;
            border: none;
            height: auto;
            -webkit-box-shadow: 0 0 18px 1px rgba(0,0,0,0.2);
            box-shadow: 0 0 18px 1px rgba(0,0,0,0.2);
            border-radius: 60px;
            margin-bottom: 15px
        }

        .pricelist.toNewHeader .sectionHeadText .search_box .search_box_btn {
            position: relative;
            width: 148px;
            height: 44px;
            border-radius: 44px;
            border: none;
            background-color: #4BB443;
            color: #fff;
            font-size: 14px;
            letter-spacing: .75px;
            font-weight: 400;
            display: block;
            margin: 0 auto;
            transition: ease-in-out .4s
        }

            .pricelist.toNewHeader .sectionHeadText .search_box .search_box_btn:hover {
                background-color: #d00d16
            }

    .pricelist.toNewHeader .sectionHeadText h3 {
        font-weight: 400;
        margin: 0 0 16px 0;
        font-size: 24px;
        color: #373737;
        text-transform: capitalize
    }

        .pricelist.toNewHeader .sectionHeadText h3 span {
            color: #4BB443
        }

    .pricelist .tcText {
        font-size: 13px;
        line-height: 14px;
        font-weight: 400;
        color: #373737;
        margin: 15px 0 0;
        padding: 0
    }

    .pricelist .priceElem {
        padding: 60px 0 40px
    }

        .pricelist .priceElem.relatedPackages .priceElemOutr {
            max-width: 1040px;
            margin-left: auto;
            margin-right: auto
        }

        .pricelist .priceElem .priceTabSec {
            max-width: 1134px;
            border: 1px solid #ddd;
            border-radius: 12px;
            margin: 23px auto 0
        }

            .pricelist .priceElem .priceTabSec .table-pricing {
                margin-top: 20px;
                width: 100%;
                margin: auto;
                max-width: 1134px
            }

                .pricelist .priceElem .priceTabSec .table-pricing .pricingTabFeild {
                    padding: 30px 10px 30px 20px;
                    font-size: 30px;
                    font-weight: 500;
                    color: #000;
                    background: #F5F5F5;
                    border-top-left-radius: 12px;
                    align-items: center;
                    width: 400px;
                    min-width: 200px
                }

                .pricelist .priceElem .priceTabSec .table-pricing .pricingTabFeild1 {
                    font-size: 30px;
                    font-weight: 500;
                    color: #fff;
                    background: #4BB443;
                    text-align: center;
                    width: 360px;
                    padding: 20px 46px;
                    vertical-align: initial;
                    line-height: 46px
                }

                    .pricelist .priceElem .priceTabSec .table-pricing .pricingTabFeild1 .freeDays {
                        font-size: 20px;
                        font-weight: 400;
                        color: #fff;
                        margin-top: 6px;
                        margin-bottom: 0
                    }

                    .pricelist .priceElem .priceTabSec .table-pricing .pricingTabFeild1 .getStarted {
                        margin: 20px auto 0;
                        width: 270px;
                        height: 45px;
                        font-size: 16px;
                        font-weight: 500;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        background-color: #FCF4F4;
                        color: #000;
                        border-radius: 4px;
                        border: 1px solid #FCF4F4;
                        outline: none;
                        transition: ease-in-out .4s
                    }

                        .pricelist .priceElem .priceTabSec .table-pricing .pricingTabFeild1 .getStarted:hover {
                            background-color: #f4eaea;
                            box-shadow: rgba(0,0,0,0.15) 0px 15px 25px,rgba(0,0,0,0.05) 0px 5px 10px
                        }

                .pricelist .priceElem .priceTabSec .table-pricing .pricingTabFeild2 {
                    font-size: 30px;
                    font-weight: 500;
                    color: #fff;
                    background: #1A542C;
                    text-align: center;
                    border-top-right-radius: 12px;
                    padding: 20px 46px;
                    width: 360px;
                    line-height: 46px
                }

                    .pricelist .priceElem .priceTabSec .table-pricing .pricingTabFeild2 .freeDays {
                        font-size: 18px;
                        font-weight: 400;
                        color: #fff;
                        margin-top: 5px;
                        margin-bottom: 0px
                    }

                        .pricelist .priceElem .priceTabSec .table-pricing .pricingTabFeild2 .freeDays .rupee {
                            font-size: 25px;
                            font-weight: 400
                        }

                    .pricelist .priceElem .priceTabSec .table-pricing .pricingTabFeild2 .getStarted {
                        margin: 20px auto 0;
                        width: 270px;
                        height: 45px;
                        font-size: 16px;
                        font-weight: 500;
                        background-color: #FCF4F4;
                        color: #000;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        border-radius: 4px;
                        border: 1px solid #FCF4F4;
                        outline: none;
                        transition: ease-in-out .4s
                    }

                        .pricelist .priceElem .priceTabSec .table-pricing .pricingTabFeild2 .getStarted:hover {
                            background-color: #f4eaea;
                            box-shadow: rgba(0,0,0,0.15) 0px 15px 25px,rgba(0,0,0,0.05) 0px 5px 10px
                        }

                .pricelist .priceElem .priceTabSec .table-pricing tr:nth-child(even) {
                    background: #F5F5F5
                }

                .pricelist .priceElem .priceTabSec .table-pricing tr td {
                    padding: 16px 16px 16px 30px;
                    font-size: 16px;
                    color: #000;
                    font-weight: 500;
                    line-height: 25px;
                    text-align: center
                }

                    .pricelist .priceElem .priceTabSec .table-pricing tr td.firstCol {
                        font-size: 20px;
                        font-weight: 500
                    }

                    .pricelist .priceElem .priceTabSec .table-pricing tr td:not(:last-child) {
                        border-right: 1px solid #D2D2D2
                    }

        .pricelist .priceElem .softwareContent {
            width: 100%;
            margin: auto;
            max-width: 1134px
        }

            .pricelist .priceElem .softwareContent tr {
                padding: 10px;
                background-color: #4BB443;
                font-size: 16px;
                font-weight: 400;
                color: #fff;
                line-height: 25px;
                display: flex;
                align-items: center;
                justify-content: center
            }

                .pricelist .priceElem .softwareContent tr .accSoftware {
                    display: flex;
                    align-items: center;
                    justify-content: center
                }

                    .pricelist .priceElem .softwareContent tr .accSoftware .softwareIcon {
                        width: 40px;
                        height: 40px;
                        padding: 8px;
                        background-color: #fff;
                        border-radius: 50%;
                        margin-right: 12px;
                        display: flex;
                        align-items: center;
                        justify-content: center
                    }

        .pricelist .priceElem .listTable {
            max-width: 1134px;
            margin: auto
        }

            .pricelist .priceElem .listTable tr:nth-child(even) {
                background: #F5F5F5
            }

            .pricelist .priceElem .listTable tr td {
                padding: 18px 0 18px 43px;
                width: 283px;
                position: relative;
                font-size: 16px;
                font-weight: 500
            }

                .pricelist .priceElem .listTable tr td::before {
                    content: " ";
                    position: absolute;
                    left: 20px;
                    top: 25px;
                    background-image: url("../images/tick.png");
                    width: 14px;
                    height: 10px
                }

            .pricelist .priceElem .listTable tr .accountSection {
                display: grid;
                grid-template-columns: 1fr 1fr 1fr 1fr;
                padding: 20px;
                column-gap: 25px
            }

                .pricelist .priceElem .listTable tr .accountSection:nth-child(even) {
                    background: #F5F5F5
                }

                .pricelist .priceElem .listTable tr .accountSection li {
                    font-size: 16px;
                    font-weight: 400;
                    color: #000;
                    line-height: 25px;
                    position: relative;
                    padding-left: 25px;
                    min-width: 100px
                }

                    .pricelist .priceElem .listTable tr .accountSection li::before {
                        content: " ";
                        position: absolute;
                        left: 0;
                        top: 6px;
                        background-image: url("../images/tick.png");
                        width: 14px;
                        height: 10px
                    }

        .pricelist .priceElem .addonListing {
            background-color: #fff;
            border-radius: 12px;
            overflow: hidden;
            margin: 48px 0 12px 0;
            -webkit-box-shadow: 0px 0px 8px 0px #e8f9e7;
            -moz-box-shadow: 0px 0px 8px 0px #e8f9e7;
            box-shadow: 0px 0px 8px 0px #e8f9e7
        }

            .pricelist .priceElem .addonListing .addonTitle {
                background: #4BB443;
                padding: 12px;
                text-align: center
            }

                .pricelist .priceElem .addonListing .addonTitle h5 {
                    font-size: 18px;
                    line-height: 18px;
                    font-weight: 700;
                    color: #fff;
                    text-transform: uppercase;
                    letter-spacing: .5px
                }

            .pricelist .priceElem .addonListing .addonItemListOuter {
                display: flex;
                flex-wrap: wrap;
                justify-content: center
            }

                .pricelist .priceElem .addonListing .addonItemListOuter .addonItemListing {
                    padding: 48px 20px 28px 20px;
                    text-align: center;
                    border-right: 1px solid #e8f9e7;
                    border-bottom: 1px solid #e8f9e7;
                    width: 50%
                }

                    .pricelist .priceElem .addonListing .addonItemListOuter .addonItemListing:last-child {
                        border-bottom: 1px solid rgba(252,209,211,0);
                        border-left: 1px solid #e8f9e7
                    }

                    .pricelist .priceElem .addonListing .addonItemListOuter .addonItemListing .addonItemInner h6 {
                        font-size: 16px;
                        line-height: 16px;
                        font-weight: 500;
                        color: #4BB443;
                        text-transform: capitalize;
                        letter-spacing: .5px;
                        margin: 0 0 24px 0
                    }

                    .pricelist .priceElem .addonListing .addonItemListOuter .addonItemListing .addonItemInner p {
                        font-size: 13px;
                        line-height: 15px;
                        font-weight: 400;
                        position: relative;
                        text-align: center
                    }

                        .pricelist .priceElem .addonListing .addonItemListOuter .addonItemListing .addonItemInner p.adText {
                            color: #848484;
                            margin-bottom: 0;
                            line-height: 24px
                        }

                        .pricelist .priceElem .addonListing .addonItemListOuter .addonItemListing .addonItemInner p.billedType {
                            font-weight: 400;
                            margin-bottom: 36px
                        }

                        .pricelist .priceElem .addonListing .addonItemListOuter .addonItemListing .addonItemInner p.pricePara {
                            display: inline-block;
                            font-weight: 500;
                            margin-bottom: 8px;
                            padding-left: 16px
                        }

                            .pricelist .priceElem .addonListing .addonItemListOuter .addonItemListing .addonItemInner p.pricePara svg {
                                position: absolute;
                                width: 12px;
                                height: 12px;
                                fill: #373737;
                                left: 0;
                                top: 2px
                            }

                                .pricelist .priceElem .addonListing .addonItemListOuter .addonItemListing .addonItemInner p.pricePara svg path {
                                    fill: #373737
                                }

        .pricelist .priceElem .headerHead {
            margin: 0 0 28px 0
        }

            .pricelist .priceElem .headerHead span {
                color: #4BB443
            }

        .pricelist .priceElem .priceElemOutr .priceItmOuter {
            padding: 8px;
            background-color: rgba(255,229,230,0.32);
            border-radius: 8px;
            margin-bottom: 28px
        }

            .pricelist .priceElem .priceElemOutr .priceItmOuter .priceItm {
                position: relative;
                background-color: #F9F9F9;
                display: inline-block;
                width: 100%;
                -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
                -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
                box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
                transition: all .3s;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                -ms-transition: all .3s
            }

                .pricelist .priceElem .priceElemOutr .priceItmOuter .priceItm:hover .priceItmTop {
                    background-color: rgba(255,229,230,0.32)
                }

                .pricelist .priceElem .priceElemOutr .priceItmOuter .priceItm:hover .priceItmbot .btn-getStarted {
                    color: #fff;
                    background-color: #4BB443;
                    border-color: #4BB443
                }

                .pricelist .priceElem .priceElemOutr .priceItmOuter .priceItm:hover .priceItmbot .enterprise-pointer {
                    background-color: #fff;
                    color: #373737;
                    border-color: #373737
                }

                .pricelist .priceElem .priceElemOutr .priceItmOuter .priceItm:hover .priceItmbot svg {
                    fill: #fff
                }

                .pricelist .priceElem .priceElemOutr .priceItmOuter .priceItm .priceItmbot {
                    position: relative;
                    padding: 28px 16px 16px 16px
                }

                    .pricelist .priceElem .priceElemOutr .priceItmOuter .priceItm .priceItmbot .btn-getStarted {
                        border: 2px solid #373737;
                        display: inline-block;
                        width: 100%;
                        padding-top: 12px;
                        padding-bottom: 12px;
                        color: #373737;
                        font-size: 16px;
                        line-height: 16px;
                        border-radius: 4px;
                        background-color: #fff;
                        transition: all .3s;
                        -webkit-transition: all .3s;
                        -moz-transition: all .3s;
                        -ms-transition: all .3s;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        cursor: pointer
                    }

                        .pricelist .priceElem .priceElemOutr .priceItmOuter .priceItm .priceItmbot .btn-getStarted.enterprise-pointer {
                            cursor: initial
                        }

                            .pricelist .priceElem .priceElemOutr .priceItmOuter .priceItm .priceItmbot .btn-getStarted.enterprise-pointer:hover {
                                color: #000 !important;
                                background-color: #fff !important;
                                text-decoration: none !important;
                                border: 2px solid #373737
                            }

                        .pricelist .priceElem .priceElemOutr .priceItmOuter .priceItm .priceItmbot .btn-getStarted svg {
                            margin-right: 5px;
                            fill: #373737;
                            transform: rotate(18deg)
                        }

                        .pricelist .priceElem .priceElemOutr .priceItmOuter .priceItm .priceItmbot .btn-getStarted:hover {
                            color: #fff;
                            background-color: #4BB443;
                            border-color: #4BB443
                        }

                            .pricelist .priceElem .priceElemOutr .priceItmOuter .priceItm .priceItmbot .btn-getStarted:hover svg {
                                fill: #fff
                            }

                    .pricelist .priceElem .priceElemOutr .priceItmOuter .priceItm .priceItmbot ul {
                        margin: 0 0 16px 0;
                        padding: 0
                    }

                        .pricelist .priceElem .priceElemOutr .priceItmOuter .priceItm .priceItmbot ul li {
                            list-style: none;
                            position: relative;
                            margin: 0 0 12px 0;
                            font-size: 14px;
                            line-height: 22px;
                            color: #373737;
                            font-weight: 500;
                            padding: 0 0 0 22px
                        }

                            .pricelist .priceElem .priceElemOutr .priceItmOuter .priceItm .priceItmbot ul li img {
                                position: absolute;
                                left: 0;
                                top: 2px;
                                width: 16px;
                                height: 16px
                            }

                    .pricelist .priceElem .priceElemOutr .priceItmOuter .priceItm .priceItmbot.enterprise-pointer {
                        cursor: initial
                    }

                        .pricelist .priceElem .priceElemOutr .priceItmOuter .priceItm .priceItmbot.enterprise-pointer:hover {
                            color: #000 !important;
                            background-color: #fff !important;
                            text-decoration: none !important;
                            border: 2px solid #373737
                        }

                .pricelist .priceElem .priceElemOutr .priceItmOuter .priceItm .priceItmTop {
                    text-align: center;
                    padding: 24px 16px 16px 16px;
                    color: #373737;
                    background: #fff;
                    border-radius: 8px;
                    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
                    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
                    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2)
                }

                    .pricelist .priceElem .priceElemOutr .priceItmOuter .priceItm .priceItmTop h6 {
                        font-size: 13px;
                        font-weight: 500;
                        margin: 0 0 8px 0;
                        line-height: 13px
                    }

                    .pricelist .priceElem .priceElemOutr .priceItmOuter .priceItm .priceItmTop h4 {
                        color: #4BB443;
                        font-size: 16px;
                        line-height: 16px;
                        margin: 0 0 28px 0;
                        font-weight: 500;
                        text-transform: uppercase
                    }

                    .pricelist .priceElem .priceElemOutr .priceItmOuter .priceItm .priceItmTop p {
                        margin-bottom: 0;
                        display: -webkit-box;
                        -webkit-line-clamp: 2;
                        -webkit-box-orient: vertical;
                        overflow: hidden
                    }

                    .pricelist .priceElem .priceElemOutr .priceItmOuter .priceItm .priceItmTop .priceSec {
                        display: block;
                        margin-bottom: 16px
                    }

                        .pricelist .priceElem .priceElemOutr .priceItmOuter .priceItm .priceItmTop .priceSec h1 {
                            display: inline-block;
                            margin: 0 auto;
                            position: relative;
                            padding: 4px 0 0 20px;
                            font-size: 32px;
                            line-height: 32px;
                            font-weight: 700
                        }

                            .pricelist .priceElem .priceElemOutr .priceItmOuter .priceItm .priceItmTop .priceSec h1::before {
                                content: "";
                                position: absolute;
                                width: 16px;
                                height: 16px;
                                display: inline-block;
                                left: 0px;
                                top: 12px;
                                background-image: url("../images/rupeePrice.png");
                                background-repeat: no-repeat;
                                background-size: cover;
                                background-position: center bottom
                            }

                .pricelist .priceElem .priceElemOutr .priceItmOuter .priceItm.recmdShow .recmded {
                    opacity: 1;
                    visibility: visible
                }

                .pricelist .priceElem .priceElemOutr .priceItmOuter .priceItm .recmded {
                    position: absolute;
                    width: 147px;
                    height: 28px;
                    display: inline-block;
                    left: 50%;
                    top: -14px;
                    transform: translateX(-50%);
                    background-image: url("../images/badgeRcnd.png");
                    background-repeat: no-repeat;
                    background-size: cover;
                    background-position: center bottom;
                    color: #fff;
                    padding: 5px 18px;
                    font-size: 12px;
                    text-transform: uppercase;
                    text-align: center;
                    letter-spacing: .4px;
                    visibility: hidden;
                    opacity: 0
                }

    .pricelist .bannerImg {
        position: relative
    }

        .pricelist .bannerImg .headerHead {
            margin: 0 0 12px 0
        }

            .pricelist .bannerImg .headerHead span {
                color: #4BB443
            }

        .pricelist .bannerImg .captionText {
            position: relative;
            display: inline-block;
            width: 100%;
            left: 0;
            bottom: 0;
            z-index: 10
        }

            .pricelist .bannerImg .captionText p {
                color: #3A3A3A;
                font-size: 14px;
                line-height: 30px;
                letter-spacing: .6px;
                font-weight: 400;
                max-width: 660px;
                margin: 0 auto 0 0
            }

        .pricelist .bannerImg .bgImg {
            position: relative;
            min-height: 236px;
            max-height: 655px;
            overflow: hidden
        }

            .pricelist .bannerImg .bgImg::before {
                position: absolute;
                content: "";
                display: inline-block;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                background-color: rgba(0,0,0,0.48);
                z-index: 0
            }

            .pricelist .bannerImg .bgImg::after {
                position: absolute;
                content: "";
                display: inline-block;
                width: 100%;
                height: 100%;
                left: 0;
                bottom: -2px;
                background-image: url("../images/bannerBotShape1.png");
                background-repeat: no-repeat;
                background-size: contain;
                background-position: center bottom;
                z-index: 1
            }

.priceCart {
    padding: 60px 15px 0px
}

    .priceCart .priceCartInner {
        margin: 0 auto 20px;
        padding: 20px;
        border-radius: 12px;
        border: 1px solid #D7E3FD;
        -webkit-box-shadow: 0px 0px 8px 8px rgba(215,227,253,0.2);
        -moz-box-shadow: 0px 0px 8px 8px rgba(215,227,253,0.2);
        box-shadow: 0px 0px 8px 8px rgba(215,227,253,0.2)
    }

        .priceCart .priceCartInner h4 {
            font-size: 18px;
            line-height: 15px;
            font-weight: 500;
            color: #373737;
            margin: 0 0 15px 0
        }

        .priceCart .priceCartInner h5 {
            font-size: 18px;
            line-height: 15px;
            font-weight: 500;
            color: #373737;
            margin: 0 0 35px 0
        }

        .priceCart .priceCartInner .itmTitbuyWrap {
            text-align: center;
            align-items: center;
            padding-bottom: 12px;
            border-bottom: 1px solid #D7E3FD
        }

            .priceCart .priceCartInner .itmTitbuyWrap .buyCyc {
                display: inline-flex;
                align-items: center
            }

                .priceCart .priceCartInner .itmTitbuyWrap .buyCyc.editPage {
                    padding-bottom: 10px
                }

                    .priceCart .priceCartInner .itmTitbuyWrap .buyCyc.editPage .dateLayout {
                        display: flex
                    }

                        .priceCart .priceCartInner .itmTitbuyWrap .buyCyc.editPage .dateLayout p {
                            color: gray;
                            margin-bottom: 0px
                        }

                            .priceCart .priceCartInner .itmTitbuyWrap .buyCyc.editPage .dateLayout p span {
                                color: #373737
                            }

                .priceCart .priceCartInner .itmTitbuyWrap .buyCyc .buyC p {
                    margin: 0;
                    font-size: 14px;
                    line-height: 14px;
                    color: #848484;
                    font-weight: 500;
                    padding: 0 12px
                }

                    .priceCart .priceCartInner .itmTitbuyWrap .buyCyc .buyC p.buyCycCenter {
                        padding: 0 0px
                    }

                .priceCart .priceCartInner .itmTitbuyWrap .buyCyc .buyC.buyCycLeft {
                    position: relative
                }

                    .priceCart .priceCartInner .itmTitbuyWrap .buyCyc .buyC.buyCycLeft p {
                        padding: 0 12px 0 27px
                    }

                    .priceCart .priceCartInner .itmTitbuyWrap .buyCyc .buyC.buyCycLeft.active::before {
                        position: absolute;
                        content: " ";
                        left: 0;
                        top: 0;
                        width: 16px;
                        height: 16px;
                        background-image: url("../images/liStyle.png")
                    }

                .priceCart .priceCartInner .itmTitbuyWrap .buyCyc .buyC.buyCycRight {
                    position: relative
                }

                    .priceCart .priceCartInner .itmTitbuyWrap .buyCyc .buyC.buyCycRight p {
                        padding: 0 27px 0 12px
                    }

                    .priceCart .priceCartInner .itmTitbuyWrap .buyCyc .buyC.buyCycRight.active::after {
                        position: absolute;
                        content: " ";
                        right: 0;
                        top: 0;
                        width: 16px;
                        height: 16px;
                        background-image: url("../images/liStyle.png")
                    }

        .priceCart .priceCartInner .itmTit {
            padding: 24px 20px 10px 20px;
            text-align: center;
            font-size: 16px;
            line-height: 16px;
            color: #373737;
            font-weight: 500
        }

            .priceCart .priceCartInner .itmTit span {
                text-transform: uppercase;
                color: #4BB443
            }

            .priceCart .priceCartInner .itmTit .crntPlan {
                font-size: 11px;
                color: #848484
            }

        .priceCart .priceCartInner .btnHolder {
            padding: 20px
        }

            .priceCart .priceCartInner .btnHolder .btnPayNow {
                font-size: 16px;
                line-height: 16px;
                color: #fff;
                background-color: #4BB443;
                font-weight: 500;
                border: none;
                border-radius: 4px;
                padding: 12px 28px;
                transition: all .3s;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                -ms-transition: all .3s
            }

                .priceCart .priceCartInner .btnHolder .btnPayNow.btn-cancel {
                    background-color: gray
                }

                    .priceCart .priceCartInner .btnHolder .btnPayNow.btn-cancel:hover {
                        background-color: #373737
                    }

                .priceCart .priceCartInner .btnHolder .btnPayNow:hover {
                    background-color: #d60d15
                }

            .priceCart .priceCartInner .btnHolder .btnPay-Now {
                font-size: 16px;
                line-height: 16px;
                width: 100%;
                color: #fff;
                background-color: #4BB443;
                font-weight: 500;
                border: none;
                border-radius: 4px;
                padding-top: 15px;
                padding-bottom: 15px;
                transition: all .3s;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                -ms-transition: all .3s
            }

                .priceCart .priceCartInner .btnHolder .btnPay-Now.btn-cancel {
                    background-color: gray
                }

                    .priceCart .priceCartInner .btnHolder .btnPay-Now.btn-cancel:hover {
                        background-color: #373737
                    }

                .priceCart .priceCartInner .btnHolder .btnPay-Now:hover {
                    background-color: #d60d15
                }

        .priceCart .priceCartInner .addonList {
            border-bottom: 1px solid #D7E3FD;
            padding: 20px
        }

            .priceCart .priceCartInner .addonList .form-group input:checked + label::after {
                content: "";
                display: block;
                position: absolute;
                top: 2px;
                left: 7px;
                width: 6px;
                height: 12px;
                border: solid #22C433;
                border-width: 0 2px 2px 0;
                transform: rotate(45deg)
            }

            .priceCart .priceCartInner .addonList .form-group label {
                cursor: pointer;
                position: relative
            }

                .priceCart .priceCartInner .addonList .form-group label::before {
                    content: "";
                    -webkit-appearance: none;
                    background-color: transparent;
                    border: 2px solid #22C433;
                    box-shadow: 0 1px 2px rgba(0,0,0,0.05),inset 0px -15px 10px -12px rgba(0,0,0,0.05);
                    padding: 8px;
                    display: inline-block;
                    position: relative;
                    vertical-align: middle;
                    cursor: pointer;
                    margin-right: 8px
                }

            .priceCart .priceCartInner .addonList label {
                font-size: 15px;
                line-height: 15px;
                color: #373737;
                font-weight: 500
            }

            .priceCart .priceCartInner .addonList.grnd h5 {
                color: #373737
            }

            .priceCart .priceCartInner .addonList.grnd .grndTot {
                align-items: center
            }

                .priceCart .priceCartInner .addonList.grnd .grndTot h5, .priceCart .priceCartInner .addonList.grnd .grndTot .priceRight {
                    width: 100%
                }

                    .priceCart .priceCartInner .addonList.grnd .grndTot .priceRight h1 {
                        display: inline-block;
                        margin: 0 auto;
                        position: relative;
                        padding: 0 0 0 20px;
                        font-size: 32px;
                        line-height: 32px;
                        font-weight: 700
                    }

                        .priceCart .priceCartInner .addonList.grnd .grndTot .priceRight h1::before {
                            content: "";
                            position: absolute;
                            width: 22px;
                            height: 22px;
                            display: inline-block;
                            left: 0px;
                            top: 6px;
                            background-image: url("../images/rupeePrice.png");
                            background-repeat: no-repeat;
                            background-size: cover;
                            background-position: center bottom
                        }

            .priceCart .priceCartInner .addonList.taxes h5 {
                color: #373737
            }

            .priceCart .priceCartInner .addonList.taxes .addonItem {
                margin-bottom: 8px;
                padding-bottom: 8px
            }

                .priceCart .priceCartInner .addonList.taxes .addonItem .addonTop {
                    margin-bottom: 0px
                }

                    .priceCart .priceCartInner .addonList.taxes .addonItem .addonTop .addonItNm {
                        font-size: 13px;
                        line-height: 13px;
                        color: #848484;
                        font-weight: 500
                    }

                        .priceCart .priceCartInner .addonList.taxes .addonItem .addonTop .addonItNm.selectWidth {
                            min-width: 45%
                        }

                    .priceCart .priceCartInner .addonList.taxes .addonItem .addonTop .addonItPrice h6 {
                        font-size: 13px;
                        line-height: 13px;
                        color: #848484;
                        font-weight: 500;
                        padding-left: 12px
                    }

                        .priceCart .priceCartInner .addonList.taxes .addonItem .addonTop .addonItPrice h6::before {
                            height: 10px;
                            width: 10px;
                            top: 1px
                        }

                        .priceCart .priceCartInner .addonList.taxes .addonItem .addonTop .addonItPrice h6 span {
                            color: #848484
                        }

                    .priceCart .priceCartInner .addonList.taxes .addonItem .addonTop .label-content {
                        display: flex;
                        justify-content: space-between
                    }

            .priceCart .priceCartInner .addonList .addonItem {
                border-bottom: 1px solid #F5F5F5;
                margin-bottom: 16px;
                padding-bottom: 16px
            }

                .priceCart .priceCartInner .addonList .addonItem.bundleElement .addonTop {
                    align-items: center
                }

                .priceCart .priceCartInner .addonList .addonItem.bundleElement .addonBundleCountSelected {
                    font-size: 14px;
                    line-height: 14px;
                    color: #373737;
                    font-weight: 400;
                    min-width: 148px;
                    margin: 0 0 12px 0
                }

                .priceCart .priceCartInner .addonList .addonItem.bundleElement .addonBundleCount {
                    font-size: 14px;
                    line-height: 14px;
                    color: #848484;
                    font-weight: 400;
                    min-width: 148px;
                    margin: 0 0 12px 0
                }

                .priceCart .priceCartInner .addonList .addonItem:last-child .addonTop {
                    margin-bottom: 0px
                }

                .priceCart .priceCartInner .addonList .addonItem select {
                    padding: 4px 22px 4px 8px;
                    border: 1px solid #D7E3FD
                }

                .priceCart .priceCartInner .addonList .addonItem p {
                    margin-bottom: 0;
                    font-size: 13px;
                    line-height: 22px;
                    color: #848484;
                    font-weight: 500;
                    max-width: 584px;
                    margin-left: 0;
                    margin-top: 8px
                }

                    .priceCart .priceCartInner .addonList .addonItem p span {
                        color: #373737
                    }

                .priceCart .priceCartInner .addonList .addonItem .addonTop {
                    align-items: center;
                    margin: 0 0 8px 0
                }

                    .priceCart .priceCartInner .addonList .addonItem .addonTop .addonItNm {
                        font-size: 14px;
                        line-height: 15px;
                        color: #373737;
                        font-weight: 500;
                        min-width: 28%;
                        margin-bottom: 12px
                    }

                    .priceCart .priceCartInner .addonList .addonItem .addonTop .addonItCounter {
                        min-width: 180px;
                        margin-bottom: 12px
                    }

                        .priceCart .priceCartInner .addonList .addonItem .addonTop .addonItCounter input {
                            padding: 6px 12px;
                            border: 1px solid #D7E3FD;
                            border-radius: 2px;
                            color: #373737;
                            text-align: center;
                            margin-right: 4px
                        }

                            .priceCart .priceCartInner .addonList .addonItem .addonTop .addonItCounter input.inpWidth {
                                padding: 6px 0px 6px 12px;
                                width: 50px
                            }

                        .priceCart .priceCartInner .addonList .addonItem .addonTop .addonItCounter button {
                            padding: 4px 12px;
                            border: 1px solid #D7E3FD;
                            border-radius: 2px;
                            color: #373737;
                            background-color: #fff;
                            text-align: center;
                            font-size: 15px;
                            font-weight: 500;
                            margin: 0 4px 0 0
                        }

                    .priceCart .priceCartInner .addonList .addonItem .addonTop .label-content {
                        display: flex;
                        justify-content: space-between
                    }

                    .priceCart .priceCartInner .addonList .addonItem .addonTop .addonItPrice {
                        min-width: calc(72% - 180px);
                        text-align: right;
                        width: 100%;
                        margin-bottom: 12px
                    }

                        .priceCart .priceCartInner .addonList .addonItem .addonTop .addonItPrice h6 {
                            font-size: 15px;
                            line-height: 15px;
                            color: #848484;
                            font-weight: 500;
                            position: relative;
                            display: inline-block;
                            margin-right: 0;
                            margin-left: auto;
                            margin-top: 0;
                            margin-bottom: 0;
                            padding: 0 0 0 16px
                        }

                            .priceCart .priceCartInner .addonList .addonItem .addonTop .addonItPrice h6::before {
                                content: "";
                                position: absolute;
                                width: 12px;
                                height: 12px;
                                display: inline-block;
                                left: 0px;
                                top: 2px;
                                background-image: url("../images/rupeePrice.png");
                                background-repeat: no-repeat;
                                background-size: cover;
                                background-position: center bottom
                            }

                            .priceCart .priceCartInner .addonList .addonItem .addonTop .addonItPrice h6 span {
                                color: #373737;
                                margin-right: 2px
                            }

                .priceCart .priceCartInner .addonList .addonItem:last-child {
                    border-bottom: none;
                    margin-bottom: 0px;
                    padding-bottom: 0px
                }

            .priceCart .priceCartInner .addonList h5 {
                font-size: 18px;
                line-height: 15px;
                font-weight: 500;
                color: #4BB443;
                margin: 0px 0 15px
            }

        .priceCart .priceCartInner .addonpriceList {
            padding: 5px 0px 0px
        }

            .priceCart .priceCartInner .addonpriceList .form-group input:checked + label::after {
                content: "";
                display: block;
                position: absolute;
                top: 2px;
                left: 7px;
                width: 6px;
                height: 12px;
                border: solid #22C433;
                border-width: 0 2px 2px 0;
                transform: rotate(45deg)
            }

            .priceCart .priceCartInner .addonpriceList .form-group label {
                cursor: pointer;
                position: relative
            }

                .priceCart .priceCartInner .addonpriceList .form-group label::before {
                    content: "";
                    -webkit-appearance: none;
                    background-color: transparent;
                    border: 2px solid #22C433;
                    box-shadow: 0 1px 2px rgba(0,0,0,0.05),inset 0px -15px 10px -12px rgba(0,0,0,0.05);
                    padding: 8px;
                    display: inline-block;
                    position: relative;
                    vertical-align: middle;
                    cursor: pointer;
                    margin-right: 8px
                }

            .priceCart .priceCartInner .addonpriceList label {
                font-size: 15px;
                line-height: 15px;
                color: #373737;
                font-weight: 500
            }

            .priceCart .priceCartInner .addonpriceList.grnd h5 {
                color: #373737
            }

            .priceCart .priceCartInner .addonpriceList.grnd .grndTot {
                align-items: center;
                padding-bottom: 30px
            }

                .priceCart .priceCartInner .addonpriceList.grnd .grndTot h5, .priceCart .priceCartInner .addonpriceList.grnd .grndTot .priceRight {
                    width: 100%
                }

                    .priceCart .priceCartInner .addonpriceList.grnd .grndTot .priceRight h1 {
                        display: inline-block;
                        margin: 0 auto;
                        position: relative;
                        padding: 0 0 0 20px;
                        font-size: 22px;
                        line-height: 32px;
                        font-weight: 700
                    }

                        .priceCart .priceCartInner .addonpriceList.grnd .grndTot .priceRight h1::before {
                            content: "";
                            position: absolute;
                            width: 16px;
                            height: 16px;
                            display: inline-block;
                            left: 2px;
                            top: 8px;
                            background-image: url("../images/rupeePrice.png");
                            background-repeat: no-repeat;
                            background-size: cover;
                            background-position: center bottom
                        }

            .priceCart .priceCartInner .addonpriceList.taxes h5 {
                color: #373737
            }

            .priceCart .priceCartInner .addonpriceList.taxes .addonItem {
                margin-bottom: 8px;
                padding-bottom: 8px
            }

                .priceCart .priceCartInner .addonpriceList.taxes .addonItem .addonTop {
                    margin-bottom: 0px
                }

                    .priceCart .priceCartInner .addonpriceList.taxes .addonItem .addonTop .addonItNm {
                        font-size: 13px;
                        line-height: 13px;
                        color: #848484;
                        font-weight: 500
                    }

                    .priceCart .priceCartInner .addonpriceList.taxes .addonItem .addonTop .addonItPrice h6 {
                        font-size: 13px;
                        line-height: 13px;
                        color: #848484;
                        font-weight: 500;
                        padding-left: 12px
                    }

                        .priceCart .priceCartInner .addonpriceList.taxes .addonItem .addonTop .addonItPrice h6::before {
                            height: 10px;
                            width: 10px;
                            top: 1px
                        }

                        .priceCart .priceCartInner .addonpriceList.taxes .addonItem .addonTop .addonItPrice h6 span {
                            color: #848484
                        }

                    .priceCart .priceCartInner .addonpriceList.taxes .addonItem .addonTop .label-content {
                        display: flex;
                        justify-content: space-between
                    }

            .priceCart .priceCartInner .addonpriceList .addonItem {
                border-bottom: 1px solid #F5F5F5;
                margin-bottom: 16px;
                padding-bottom: 16px
            }

                .priceCart .priceCartInner .addonpriceList .addonItem.bundleElement .addonTop {
                    align-items: center
                }

                .priceCart .priceCartInner .addonpriceList .addonItem.bundleElement .addonBundleCountSelected {
                    font-size: 14px;
                    line-height: 14px;
                    color: #373737;
                    font-weight: 400;
                    min-width: 148px;
                    margin: 0 0 12px 0
                }

                .priceCart .priceCartInner .addonpriceList .addonItem.bundleElement .addonBundleCount {
                    font-size: 14px;
                    line-height: 14px;
                    color: #848484;
                    font-weight: 400;
                    min-width: 148px;
                    margin: 0 0 12px 0
                }

                .priceCart .priceCartInner .addonpriceList .addonItem:last-child .addonTop {
                    margin-bottom: 0px
                }

                .priceCart .priceCartInner .addonpriceList .addonItem select {
                    padding: 4px 8px;
                    border: 1px solid #D7E3FD
                }

                .priceCart .priceCartInner .addonpriceList .addonItem p {
                    margin-bottom: 0;
                    font-size: 13px;
                    line-height: 22px;
                    color: #848484;
                    font-weight: 500;
                    max-width: 584px;
                    margin-left: 0;
                    margin-top: 8px
                }

                    .priceCart .priceCartInner .addonpriceList .addonItem p span {
                        color: #373737
                    }

                .priceCart .priceCartInner .addonpriceList .addonItem .addonTop {
                    align-items: center;
                    margin: 0 0 8px 0
                }

                    .priceCart .priceCartInner .addonpriceList .addonItem .addonTop .addonItNm {
                        font-size: 15px;
                        line-height: 15px;
                        color: #373737;
                        font-weight: 500;
                        min-width: 28%;
                        margin-bottom: 12px
                    }

                    .priceCart .priceCartInner .addonpriceList .addonItem .addonTop .addonItCounter {
                        min-width: 180px;
                        margin-bottom: 12px
                    }

                        .priceCart .priceCartInner .addonpriceList .addonItem .addonTop .addonItCounter input {
                            padding: 6px 12px;
                            border: 1px solid #D7E3FD;
                            border-radius: 2px;
                            color: #373737;
                            text-align: center;
                            margin-right: 4px
                        }

                        .priceCart .priceCartInner .addonpriceList .addonItem .addonTop .addonItCounter button {
                            padding: 4px 12px;
                            border: 1px solid #D7E3FD;
                            border-radius: 2px;
                            color: #373737;
                            background-color: #fff;
                            text-align: center;
                            font-size: 15px;
                            font-weight: 500;
                            margin: 0 4px 0 0
                        }

                    .priceCart .priceCartInner .addonpriceList .addonItem .addonTop .label-content {
                        display: flex;
                        justify-content: space-between
                    }

                    .priceCart .priceCartInner .addonpriceList .addonItem .addonTop .addonItPrice {
                        min-width: calc(72% - 180px);
                        text-align: right;
                        width: 100%;
                        margin-bottom: 12px
                    }

                        .priceCart .priceCartInner .addonpriceList .addonItem .addonTop .addonItPrice h6 {
                            font-size: 15px;
                            line-height: 15px;
                            color: #848484;
                            font-weight: 500;
                            position: relative;
                            display: inline-block;
                            margin-right: 0;
                            margin-left: auto;
                            margin-top: 0;
                            margin-bottom: 0;
                            padding: 0 0 0 16px
                        }

                            .priceCart .priceCartInner .addonpriceList .addonItem .addonTop .addonItPrice h6::before {
                                content: "";
                                position: absolute;
                                width: 12px;
                                height: 12px;
                                display: inline-block;
                                left: 0px;
                                top: 2px;
                                background-image: url("../images/rupeePrice.png");
                                background-repeat: no-repeat;
                                background-size: cover;
                                background-position: center bottom
                            }

                            .priceCart .priceCartInner .addonpriceList .addonItem .addonTop .addonItPrice h6 span {
                                color: #373737;
                                margin-right: 2px
                            }

                .priceCart .priceCartInner .addonpriceList .addonItem:last-child {
                    border-bottom: none;
                    margin-bottom: 0px;
                    padding-bottom: 0px
                }

            .priceCart .priceCartInner .addonpriceList h5 {
                font-size: 15px;
                line-height: 15px;
                font-weight: 500;
                color: #4BB443;
                margin: 0 0 12px 0
            }

        .priceCart .priceCartInner .addpriceList .form-group input:checked + label::after {
            content: "";
            display: block;
            position: absolute;
            top: 2px;
            left: 7px;
            width: 6px;
            height: 12px;
            border: solid #22C433;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg)
        }

        .priceCart .priceCartInner .addpriceList .form-group label {
            cursor: pointer;
            position: relative
        }

            .priceCart .priceCartInner .addpriceList .form-group label::before {
                content: "";
                -webkit-appearance: none;
                background-color: transparent;
                border: 2px solid #22C433;
                box-shadow: 0 1px 2px rgba(0,0,0,0.05),inset 0px -15px 10px -12px rgba(0,0,0,0.05);
                padding: 8px;
                display: inline-block;
                position: relative;
                vertical-align: middle;
                cursor: pointer;
                margin-right: 8px
            }

        .priceCart .priceCartInner .addpriceList label {
            font-size: 15px;
            line-height: 15px;
            color: #373737;
            font-weight: 500
        }

        .priceCart .priceCartInner .addpriceList.grnd h5 {
            color: #373737
        }

        .priceCart .priceCartInner .addpriceList.grnd .grndTot {
            align-items: center
        }

            .priceCart .priceCartInner .addpriceList.grnd .grndTot h5, .priceCart .priceCartInner .addpriceList.grnd .grndTot .priceRight {
                width: 100%
            }

                .priceCart .priceCartInner .addpriceList.grnd .grndTot .priceRight h1 {
                    display: inline-block;
                    margin: 0 auto;
                    position: relative;
                    padding: 0 0 0 20px;
                    font-size: 32px;
                    line-height: 32px;
                    font-weight: 700
                }

                    .priceCart .priceCartInner .addpriceList.grnd .grndTot .priceRight h1::before {
                        content: "";
                        position: absolute;
                        width: 16px;
                        height: 16px;
                        display: inline-block;
                        left: 0px;
                        top: 4px;
                        background-image: url("../images/rupeePrice.png");
                        background-repeat: no-repeat;
                        background-size: cover;
                        background-position: center bottom
                    }

        .priceCart .priceCartInner .addpriceList.taxprice h5 {
            color: #373737
        }

        .priceCart .priceCartInner .addpriceList.taxprice .addonItem {
            margin-bottom: 20px;
            padding-bottom: 15px;
            border-bottom: 1px solid #EBEBEB
        }

            .priceCart .priceCartInner .addpriceList.taxprice .addonItem .addonTop {
                margin-bottom: 0px
            }

                .priceCart .priceCartInner .addpriceList.taxprice .addonItem .addonTop .addonItTotal {
                    font-size: 14px;
                    line-height: 14px;
                    color: #000;
                    font-weight: 500;
                    width: 100%
                }

                .priceCart .priceCartInner .addpriceList.taxprice .addonItem .addonTop .addonTotalPrice h6 {
                    font-size: 14px;
                    line-height: 14px;
                    color: #000;
                    font-weight: 500;
                    padding-left: 12px
                }

                    .priceCart .priceCartInner .addpriceList.taxprice .addonItem .addonTop .addonTotalPrice h6::before {
                        height: 10px;
                        width: 10px;
                        top: 2px
                    }

                    .priceCart .priceCartInner .addpriceList.taxprice .addonItem .addonTop .addonTotalPrice h6 span {
                        color: #000
                    }

                .priceCart .priceCartInner .addpriceList.taxprice .addonItem .addonTop .addonItNm {
                    font-size: 13px;
                    line-height: 13px;
                    color: #848484;
                    font-weight: 500;
                    width: 100%
                }

                .priceCart .priceCartInner .addpriceList.taxprice .addonItem .addonTop .addonItPrice h6 {
                    font-size: 13px;
                    line-height: 13px;
                    color: #848484;
                    font-weight: 500;
                    padding-left: 12px
                }

                    .priceCart .priceCartInner .addpriceList.taxprice .addonItem .addonTop .addonItPrice h6::before {
                        height: 10px;
                        width: 10px;
                        top: 1px
                    }

                    .priceCart .priceCartInner .addpriceList.taxprice .addonItem .addonTop .addonItPrice h6 span {
                        color: #848484
                    }

                .priceCart .priceCartInner .addpriceList.taxprice .addonItem .addonTop .label-content {
                    display: flex;
                    justify-content: space-between
                }

        .priceCart .priceCartInner .addpriceList .addonItem {
            border-bottom: 1px solid #F5F5F5;
            margin-bottom: 16px;
            padding-bottom: 16px
        }

            .priceCart .priceCartInner .addpriceList .addonItem.bundleElement .addonTop {
                align-items: center
            }

            .priceCart .priceCartInner .addpriceList .addonItem.bundleElement .addonBundleCountSelected {
                font-size: 14px;
                line-height: 14px;
                color: #373737;
                font-weight: 400;
                min-width: 148px;
                margin: 0 0 12px 0
            }

            .priceCart .priceCartInner .addpriceList .addonItem.bundleElement .addonBundleCount {
                font-size: 14px;
                line-height: 14px;
                color: #848484;
                font-weight: 400;
                min-width: 148px;
                margin: 0 0 12px 0
            }

            .priceCart .priceCartInner .addpriceList .addonItem:last-child .addonTop {
                margin-bottom: 0px
            }

            .priceCart .priceCartInner .addpriceList .addonItem select {
                padding: 4px 8px;
                border: 1px solid #D7E3FD
            }

            .priceCart .priceCartInner .addpriceList .addonItem p {
                margin-bottom: 0;
                font-size: 13px;
                line-height: 22px;
                color: #848484;
                font-weight: 500;
                max-width: 584px;
                margin-left: 0;
                margin-top: 8px
            }

                .priceCart .priceCartInner .addpriceList .addonItem p span {
                    color: #373737
                }

            .priceCart .priceCartInner .addpriceList .addonItem .addonTop {
                align-items: center;
                margin: 0 0 8px 0
            }

                .priceCart .priceCartInner .addpriceList .addonItem .addonTop .addonItNm {
                    font-size: 15px;
                    line-height: 15px;
                    color: #373737;
                    font-weight: 500;
                    min-width: 28%;
                    margin-bottom: 12px
                }

                .priceCart .priceCartInner .addpriceList .addonItem .addonTop .addonItTotal {
                    font-size: 15px;
                    line-height: 15px;
                    color: #373737;
                    font-weight: 500;
                    min-width: 28%;
                    margin-bottom: 12px
                }

                .priceCart .priceCartInner .addpriceList .addonItem .addonTop .addonItCounter {
                    min-width: 180px;
                    margin-bottom: 12px
                }

                    .priceCart .priceCartInner .addpriceList .addonItem .addonTop .addonItCounter input {
                        padding: 6px 12px;
                        border: 1px solid #D7E3FD;
                        border-radius: 2px;
                        color: #373737;
                        text-align: center;
                        margin-right: 4px
                    }

                    .priceCart .priceCartInner .addpriceList .addonItem .addonTop .addonItCounter button {
                        padding: 4px 12px;
                        border: 1px solid #D7E3FD;
                        border-radius: 2px;
                        color: #373737;
                        background-color: #fff;
                        text-align: center;
                        font-size: 15px;
                        font-weight: 500;
                        margin: 0 4px 0 0
                    }

                .priceCart .priceCartInner .addpriceList .addonItem .addonTop .label-content {
                    display: flex;
                    justify-content: space-between
                }

                .priceCart .priceCartInner .addpriceList .addonItem .addonTop .addonItPrice {
                    min-width: calc(72% - 180px);
                    text-align: right;
                    width: 100%;
                    margin-bottom: 12px;
                    min-width: calc(72% - 180px);
                    text-align: right;
                    width: 100%;
                    margin-bottom: 12px
                }

                    .priceCart .priceCartInner .addpriceList .addonItem .addonTop .addonItPrice h6 {
                        font-size: 15px;
                        line-height: 15px;
                        color: #848484;
                        font-weight: 500;
                        position: relative;
                        display: inline-block;
                        margin-right: 0;
                        margin-left: auto;
                        margin-top: 0;
                        margin-bottom: 0;
                        padding: 0 0 0 16px
                    }

                        .priceCart .priceCartInner .addpriceList .addonItem .addonTop .addonItPrice h6::before {
                            content: "";
                            position: absolute;
                            width: 12px;
                            height: 12px;
                            display: inline-block;
                            left: 0px;
                            top: 2px;
                            background-image: url("../images/rupeePrice.png");
                            background-repeat: no-repeat;
                            background-size: cover;
                            background-position: center bottom
                        }

                        .priceCart .priceCartInner .addpriceList .addonItem .addonTop .addonItPrice h6 span {
                            color: #373737;
                            margin-right: 2px
                        }

                    .priceCart .priceCartInner .addpriceList .addonItem .addonTop .addonItPrice h6 {
                        font-size: 15px;
                        line-height: 15px;
                        color: #848484;
                        font-weight: 500;
                        position: relative;
                        display: inline-block;
                        margin-right: 0;
                        margin-left: auto;
                        margin-top: 0;
                        margin-bottom: 0;
                        padding: 0 0 0 16px
                    }

                        .priceCart .priceCartInner .addpriceList .addonItem .addonTop .addonItPrice h6::before {
                            content: "";
                            position: absolute;
                            width: 12px;
                            height: 12px;
                            display: inline-block;
                            left: 0px;
                            top: 2px;
                            background-image: url("../images/rupeePrice.png");
                            background-repeat: no-repeat;
                            background-size: cover;
                            background-position: center bottom
                        }

                        .priceCart .priceCartInner .addpriceList .addonItem .addonTop .addonItPrice h6 span {
                            color: #373737;
                            margin-right: 2px
                        }

                .priceCart .priceCartInner .addpriceList .addonItem .addonTop .addonTotalPrice {
                    min-width: calc(72% - 180px);
                    text-align: right;
                    width: 100%;
                    margin-bottom: 0px;
                    min-width: calc(72% - 180px);
                    text-align: right;
                    width: 100%;
                    margin-bottom: 12px
                }

                    .priceCart .priceCartInner .addpriceList .addonItem .addonTop .addonTotalPrice h6 {
                        font-size: 15px;
                        line-height: 15px;
                        color: #848484;
                        font-weight: 500;
                        position: relative;
                        display: inline-block;
                        margin-right: 0;
                        margin-left: auto;
                        margin-top: 0;
                        margin-bottom: 0;
                        padding: 0 0 0 16px
                    }

                        .priceCart .priceCartInner .addpriceList .addonItem .addonTop .addonTotalPrice h6::before {
                            content: "";
                            position: absolute;
                            width: 12px;
                            height: 12px;
                            display: inline-block;
                            left: 0px;
                            top: 2px;
                            background-image: url("../images/rupeePrice.png");
                            background-repeat: no-repeat;
                            background-size: cover;
                            background-position: center bottom
                        }

                        .priceCart .priceCartInner .addpriceList .addonItem .addonTop .addonTotalPrice h6 span {
                            color: #373737;
                            margin-right: 2px
                        }

                    .priceCart .priceCartInner .addpriceList .addonItem .addonTop .addonTotalPrice h6 {
                        font-size: 15px;
                        line-height: 15px;
                        color: #848484;
                        font-weight: 500;
                        position: relative;
                        display: inline-block;
                        margin-right: 0;
                        margin-left: auto;
                        margin-top: 0;
                        margin-bottom: 0;
                        padding: 0 0 0 16px
                    }

                        .priceCart .priceCartInner .addpriceList .addonItem .addonTop .addonTotalPrice h6::before {
                            content: "";
                            position: absolute;
                            width: 12px;
                            height: 12px;
                            display: inline-block;
                            left: 0px;
                            top: 2px;
                            background-image: url("../images/rupeePrice.png");
                            background-repeat: no-repeat;
                            background-size: cover;
                            background-position: center bottom
                        }

                        .priceCart .priceCartInner .addpriceList .addonItem .addonTop .addonTotalPrice h6 span {
                            color: #373737;
                            margin-right: 2px
                        }

        .priceCart .priceCartInner .addpriceList h5 {
            font-size: 18px;
            line-height: 15px;
            font-weight: 500;
            color: #373737;
            margin: 0 0 35px 0
        }

        .priceCart .priceCartInner .addpriceList h4 {
            font-size: 18px;
            line-height: 15px;
            font-weight: 500;
            color: #373737;
            margin: 0 0 35px 0
        }

        .priceCart .priceCartInner .couponSec {
            display: flex;
            justify-content: space-between;
            margin-bottom: 15px;
            align-items: center
        }

            .priceCart .priceCartInner .couponSec .aplyCoupn {
                display: flex;
                align-items: center
            }

                .priceCart .priceCartInner .couponSec .aplyCoupn h5 {
                    font-size: 16px;
                    line-height: 15px;
                    font-weight: 500;
                    color: #373737;
                    margin-bottom: 0
                }

                .priceCart .priceCartInner .couponSec .aplyCoupn svg {
                    margin-left: 10px;
                    width: 22px;
                    height: 22px
                }

            .priceCart .priceCartInner .couponSec .viewOfr {
                font-size: 12px;
                line-height: 15px;
                font-weight: 500;
                color: #4BB443;
                transition: ease-in-out
            }

                .priceCart .priceCartInner .couponSec .viewOfr:hover {
                    color: #373737
                }

        .priceCart .priceCartInner .applyInput {
            margin-bottom: 20px;
            position: relative
        }

            .priceCart .priceCartInner .applyInput .removeBtn {
                position: absolute;
                top: 0;
                right: 0;
                width: 75px;
                background: #373737;
                color: #fff;
                height: 35px;
                border: none;
                border-top-right-radius: 4px;
                border-bottom-right-radius: 4px;
                font-size: 14px;
                font-weight: 400;
                transition: ease-in-out .4s
            }

                .priceCart .priceCartInner .applyInput .removeBtn[disabled] {
                    cursor: not-allowed
                }

                    .priceCart .priceCartInner .applyInput .removeBtn[disabled]:hover {
                        background-color: gray
                    }

                .priceCart .priceCartInner .applyInput .removeBtn.removebtn-cancel {
                    background-color: gray;
                    cursor: default
                }

                    .priceCart .priceCartInner .applyInput .removeBtn.removebtn-cancel:hover {
                        background-color: #4BB443
                    }

                .priceCart .priceCartInner .applyInput .removeBtn:hover {
                    background: #4BB443
                }

            .priceCart .priceCartInner .applyInput input {
                width: 100%;
                height: 35px;
                border-radius: 4px;
                border: 1px solid #DEDEDE;
                padding-left: 15px;
                padding-right: 100px
            }

                .priceCart .priceCartInner .applyInput input::placeholder {
                    font-size: 11px;
                    font-weight: 400;
                    color: #ACACAC
                }

            .priceCart .priceCartInner .applyInput .apldOfr {
                margin-top: 10px
            }

                .priceCart .priceCartInner .applyInput .apldOfr p {
                    font-size: 11px;
                    font-weight: 400;
                    color: #018505;
                    margin-bottom: 0;
                    line-height: 12px
                }

                .priceCart .priceCartInner .applyInput .apldOfr .ofrCpn {
                    font-size: 11px;
                    font-weight: 400;
                    color: #018505
                }

                    .priceCart .priceCartInner .applyInput .apldOfr .ofrCpn .rupee {
                        color: #018505;
                        font-size: 11px;
                        font-weight: 400
                    }

        .priceCart .priceCartInner .basicPlan {
            padding: 28px 20px 20px 20px;
            border-bottom: 1px solid #D7E3FD;
            align-items: flex-end
        }

            .priceCart .priceCartInner .basicPlan .feat {
                width: 70%
            }

            .priceCart .priceCartInner .basicPlan .priceDis {
                width: 30%
            }

                .priceCart .priceCartInner .basicPlan .priceDis h1 {
                    display: inline-block;
                    margin: 0 auto;
                    position: relative;
                    padding: 4px 0 0 20px;
                    font-size: 32px;
                    line-height: 32px;
                    font-weight: 700
                }

                    .priceCart .priceCartInner .basicPlan .priceDis h1::before {
                        content: "";
                        position: absolute;
                        width: 20px;
                        height: 20px;
                        display: inline-block;
                        left: 0px;
                        top: 10px;
                        background-image: url("../images/rupeePrice.png");
                        background-repeat: no-repeat;
                        background-size: cover;
                        background-position: center bottom
                    }

            .priceCart .priceCartInner .basicPlan ul {
                margin: 0 0 20px 0;
                padding: 0
            }

                .priceCart .priceCartInner .basicPlan ul li {
                    list-style: none;
                    position: relative;
                    margin: 0 0 12px 0;
                    font-size: 14px;
                    line-height: 22px;
                    color: #373737;
                    font-weight: 500;
                    padding: 0 0 0 22px
                }

                    .priceCart .priceCartInner .basicPlan ul li:last-child {
                        margin-bottom: 0px
                    }

                    .priceCart .priceCartInner .basicPlan ul li::before {
                        content: "";
                        position: absolute;
                        width: 16px;
                        height: 16px;
                        display: inline-block;
                        left: 0px;
                        top: 2px;
                        background-image: url("../images/liStyle.png");
                        background-repeat: no-repeat;
                        background-size: cover;
                        background-position: center center
                    }

.registerModal .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none
}

    .registerModal .modal-content .modal-header {
        padding: 28px 24px 0 24px;
        border: none;
        position: relative
    }

        .registerModal .modal-content .modal-header h3 {
            font-size: 20px;
            line-height: 26px;
            color: #373737;
            margin: 0;
            position: relative
        }

            .registerModal .modal-content .modal-header h3::after {
                content: "";
                display: inline-block;
                position: absolute;
                width: calc(100% - 144px);
                height: 1px;
                background: #DEDEDE;
                right: 0;
                bottom: 6px
            }

        .registerModal .modal-content .modal-header .close {
            position: absolute;
            right: -16px;
            top: -12px;
            background-color: #fff;
            height: 32px;
            width: 32px;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            border: 2px solid gray;
            border-radius: 50%;
            opacity: 1
        }

            .registerModal .modal-content .modal-header .close img {
                width: 12px
            }

    .registerModal .modal-content .modal-body {
        padding: 26px 24px 0 24px
    }

        .registerModal .modal-content .modal-body .cmtRpl .items {
            width: 100%;
            margin-bottom: 8px
        }

            .registerModal .modal-content .modal-body .cmtRpl .items label {
                display: block;
                font-size: 14px;
                line-height: 14px;
                margin: 0 0 8px 0;
                font-weight: 400;
                color: #6A686D
            }

            .registerModal .modal-content .modal-body .cmtRpl .items .forms_items {
                width: 100%;
                padding: 10px 15px;
                background-color: #fff;
                border: 1px solid #e1e1e1;
                border-radius: 6px
            }

            .registerModal .modal-content .modal-body .cmtRpl .items .error_text {
                display: inline-block;
                width: 100%;
                text-align: right;
                margin-top: 4px
            }

    .registerModal .modal-content .modal-footer {
        border: none;
        padding: 12px 24px 24px 24px
    }

        .registerModal .modal-content .modal-footer .btnPayNow {
            font-size: 16px;
            line-height: 16px;
            color: #fff;
            background-color: #4BB443;
            font-weight: 500;
            border: none;
            border-radius: 4px;
            padding: 12px 28px;
            transition: all .3s;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s
        }

.flex-sm-wrap-wrap {
    flex-wrap: wrap
}

.order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.align-items-end {
    align-items: flex-end
}

.min-h100 {
    min-height: 100vh
}

.signNew {
    min-height: 100vh;
    position: relative
}

    .signNew::after {
        content: "";
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        background-color: #000;
        opacity: .4;
        width: 100%;
        height: 100%;
        z-index: 0
    }

    .signNew.bgImg img {
        height: 0
    }

    .signNew .signinWrapper {
        width: 100%;
        position: relative;
        top: -20px;
        min-height: 100%;
        z-index: 1
    }

        .signNew .signinWrapper .signRight {
            position: relative;
            padding: 0 0;
            display: flex
        }

            .signNew .signinWrapper .signRight .signRightInner {
                width: 100%;
                background-color: #fff;
                display: flex;
                flex-wrap: wrap;
                padding: 48px 14px;
                align-items: center
            }

                .signNew .signinWrapper .signRight .signRightInner .formOuter {
                    width: 100%
                }

                    .signNew .signinWrapper .signRight .signRightInner .formOuter .btnWrapper {
                        display: flex;
                        width: 100%;
                        align-items: center;
                        margin-top: 20px
                    }

                        .signNew .signinWrapper .signRight .signRightInner .formOuter .btnWrapper div {
                            width: 100%
                        }

                            .signNew .signinWrapper .signRight .signRightInner .formOuter .btnWrapper div a {
                                color: #848484;
                                padding: 12px;
                                border-radius: 4px;
                                transition: all .3s
                            }

                                .signNew .signinWrapper .signRight .signRightInner .formOuter .btnWrapper div a:hover {
                                    color: #fff;
                                    background-color: #d60d15;
                                    transition: all .3s
                                }

                            .signNew .signinWrapper .signRight .signRightInner .formOuter .btnWrapper div .btnPrimary {
                                padding: 12px 32px;
                                text-transform: capitalize;
                                font-size: 16px;
                                line-height: 16px;
                                color: #fff;
                                background-color: #4BB443;
                                font-weight: 400;
                                border: none;
                                border-radius: 4px;
                                transition: all .3s;
                                -webkit-transition: all .3s;
                                -moz-transition: all .3s;
                                -ms-transition: all .3s
                            }

                                .signNew .signinWrapper .signRight .signRightInner .formOuter .btnWrapper div .btnPrimary:hover {
                                    background-color: #d60d15
                                }

                    .signNew .signinWrapper .signRight .signRightInner .formOuter .items {
                        margin-bottom: 12px;
                        width: 100%;
                        min-height: 86px
                    }

                        .signNew .signinWrapper .signRight .signRightInner .formOuter .items label, .signNew .signinWrapper .signRight .signRightInner .formOuter .items input, .signNew .signinWrapper .signRight .signRightInner .formOuter .items span {
                            width: 100%
                        }

                        .signNew .signinWrapper .signRight .signRightInner .formOuter .items span {
                            text-align: right
                        }

                        .signNew .signinWrapper .signRight .signRightInner .formOuter .items label {
                            color: #373737;
                            font-weight: 400;
                            font-size: 16px;
                            line-height: 16px;
                            margin-bottom: 4px
                        }

                        .signNew .signinWrapper .signRight .signRightInner .formOuter .items .forms_items {
                            width: 100%;
                            padding: 10px 15px;
                            background-color: #fff;
                            border: 1px solid #e1e1e1;
                            border-radius: 4px
                        }

                    .signNew .signinWrapper .signRight .signRightInner .formOuter h4 {
                        font-size: 20px;
                        line-height: 20px;
                        color: #373737;
                        font-weight: 500;
                        margin: 0 0 16px 0;
                        text-transform: capitalize
                    }

                    .signNew .signinWrapper .signRight .signRightInner .formOuter p {
                        color: #848484;
                        font-size: 15px;
                        line-height: 26px;
                        margin: 0 0 32px 0;
                        max-width: 364px
                    }

            .signNew .signinWrapper .signRight::after {
                content: none;
                display: inline-block;
                position: absolute;
                right: 0;
                top: 0;
                width: 80px;
                height: 100%;
                background-color: #fff
            }

        .signNew .signinWrapper .registerNow {
            margin-bottom: 80px;
            position: relative;
            padding-left: 36px;
            margin-left: 15px;
            margin-top: 70px
        }

            .signNew .signinWrapper .registerNow::before {
                content: "";
                display: inline-block;
                position: absolute;
                left: 0;
                top: 22px;
                width: 20px;
                height: 2px;
                border-radius: 2px;
                background-color: #fff
            }

            .signNew .signinWrapper .registerNow h3 {
                font-size: 28px;
                line-height: 48px;
                margin: 0 0 16px 0;
                color: #fff;
                font-weight: 600;
                letter-spacing: .6px
            }

            .signNew .signinWrapper .registerNow p {
                color: #F5F5F5;
                font-size: 15px;
                line-height: 26px;
                font-weight: 400;
                max-width: 432px;
                margin: 0 0 24px 0;
                letter-spacing: .6px
            }

            .signNew .signinWrapper .registerNow .textBtn {
                color: #fff;
                font-size: 15px;
                line-height: 15px;
                display: inline-block;
                padding-bottom: 4px;
                border-bottom: 1px solid #F5F5F5;
                transition: all .3s;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                -ms-transition: all .3s
            }

                .signNew .signinWrapper .registerNow .textBtn:hover {
                    border-bottom: 1px solid #4BB443;
                    color: #4BB443
                }

.mw-100 {
    max-width: 100% !important
}

.btn-reset {
    font-size: 15px;
    line-height: 15px;
    color: gray;
    background-color: #EBEBEB;
    font-weight: 500;
    border: none;
    border-radius: 4px;
    padding: 12px 28px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s
}

    .btn-reset:hover {
        background-color: gray;
        color: #fff
    }

.btn-btnPrimary {
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    background-color: #4BB443;
    font-weight: 500;
    border: none;
    border-radius: 4px;
    padding: 12px 28px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s
}

    .btn-btnPrimary:hover {
        background-color: #1A542C;
        color: #fff
    }

.subText {
    font-size: 14px;
    line-height: 24px;
    color: #848484;
    font-weight: 400;
    margin: 0 0 24px 0
}

    .subText a {
        color: #4BB443;
        text-decoration: none
    }

.selectOuter {
    position: relative;
    transition: ease-in-out .4s
}

    .selectOuter::after {
        content: "";
        display: inline-block;
        position: absolute;
        right: 8px;
        top: 50%;
        transform: translateY(-50%);
        width: 8px;
        height: 8px;
        background-image: url("../images/selectCustomIcon.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 0 0;
        pointer-events: none
    }

    .selectOuter.active::after {
        top: 38%;
        transform: rotate(180deg)
    }

    .selectOuter select {
        -webkit-appearance: none;
        cursor: pointer;
        transition: ease-in-out .4s
    }

        .selectOuter select:hover {
            background-color: #f3f3f3
        }

.certificationSign {
    display: flex;
    min-height: 100vh;
    position: relative;
    flex-wrap: wrap;
    flex-direction: column-reverse
}

    .certificationSign.partneshipSign .left .captionText {
        text-align: center;
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
        padding-bottom: 0;
        width: 100%;
        max-width: 100%
    }

        .certificationSign.partneshipSign .left .captionText p {
            max-width: 386px;
            margin-left: auto;
            margin-right: auto
        }

    .certificationSign.partneshipSign .right h6 {
        font-size: 17px;
        line-height: 17px;
        margin: 16px 0 32px 0;
        display: inline-block;
        position: relative;
        padding: 0;
        color: #373737;
        font-weight: 500
    }

        .certificationSign.partneshipSign .right h6::after {
            content: "";
            display: inline-block;
            position: absolute;
            height: 2px;
            width: 56px;
            background-color: #4BB443;
            bottom: -4px;
            right: 0
        }

    .certificationSign.partneshipSign .right .subText {
        max-width: 440px
    }

    .certificationSign .right {
        padding: 36px 15px 24px 15px
    }

        .certificationSign .right .rightInner {
            width: 100%
        }

        .certificationSign .right .btn-reset {
            margin-right: 16px
        }

        .certificationSign .right .subText {
            max-width: 380px;
            margin-left: 0
        }

        .certificationSign .right h4 {
            color: #373737;
            font-size: 20px;
            line-height: 20px;
            font-weight: 500;
            margin: 0 0 16px 0
        }

            .certificationSign .right h4 span {
                color: #4BB443
            }

        .certificationSign .right .formOuter {
            position: relative;
            display: inline-block;
            width: 100%
        }

            .certificationSign .right .formOuter .form-group {
                margin-bottom: 8px;
                position: relative;
                min-height: 78px
            }

                .certificationSign .right .formOuter .form-group select.form-control {
                    height: 39px
                }

                .certificationSign .right .formOuter .form-group .error_text {
                    position: absolute;
                    display: inline-block;
                    width: 100%;
                    left: 0;
                    bottom: 0;
                    text-align: right
                }

                .certificationSign .right .formOuter .form-group .withDrop {
                    position: relative
                }

                    .certificationSign .right .formOuter .form-group .withDrop .form-control {
                        padding-left: 56px
                    }

                    .certificationSign .right .formOuter .form-group .withDrop .selectOuter {
                        position: absolute;
                        left: 1px;
                        top: 1px
                    }

                        .certificationSign .right .formOuter .form-group .withDrop .selectOuter::after {
                            right: 2px
                        }

                        .certificationSign .right .formOuter .form-group .withDrop .selectOuter .form-control-select {
                            color: gray;
                            border: none;
                            padding: 8px 0 8px 12px;
                            border-radius: 4px 0 0 4px;
                            border-right: 0;
                            min-width: 52px
                        }

                .certificationSign .right .formOuter .form-group .form-control {
                    margin: 0 0 4px 0;
                    border: 1px solid #F0F0F0;
                    font-size: 14px;
                    line-height: 14px;
                    color: #373737;
                    padding: 8px 12px;
                    border-radius: 4px;
                    height: auto;
                    box-shadow: none;
                    transition: all .3s;
                    -webkit-transition: all .3s;
                    -moz-transition: all .3s;
                    -ms-transition: all .3s
                }

                    .certificationSign .right .formOuter .form-group .form-control:focus {
                        border: 1px solid gray
                    }

                .certificationSign .right .formOuter .form-group label {
                    font-size: 14px;
                    line-height: 14px;
                    color: #373737;
                    font-weight: 400
                }

    .certificationSign .left {
        position: relative;
        overflow: hidden
    }

        .certificationSign .left .captionText {
            position: absolute;
            padding: 0 15px 60px 15px;
            left: 0;
            bottom: 0
        }

            .certificationSign .left .captionText h3 {
                color: #fff;
                font-size: 24px;
                line-height: 32px;
                font-weight: 500;
                margin: 0 0 16px 0
            }

            .certificationSign .left .captionText p {
                color: #F5F5F5;
                margin: 0 0 24px 0
            }

        .certificationSign .left .bgImg {
            position: relative
        }

            .certificationSign .left .bgImg::after {
                content: "";
                display: inline-block;
                position: absolute;
                right: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background-color: rgba(0,0,0,0.4)
            }

.partnership {
    position: relative;
    padding: 72px 0 68px;
    background: #fff
}

    .partnership ul {
        margin: 0 0 52px 0;
        padding: 0
    }

        .partnership ul li {
            list-style: none;
            font-size: 14px;
            line-height: 14px;
            font-weight: 400;
            color: #f5f5f5;
            margin: 0 0 20px 0;
            padding: 0 0 0 20px;
            position: relative
        }

            .partnership ul li::before {
                content: "";
                display: inline-block;
                position: absolute;
                left: 0px;
                top: 0px;
                width: 12px;
                height: 12px;
                background-image: url("../images/arrowLi.png");
                background-position: 0 0;
                background-repeat: no-repeat;
                background-size: cover;
                z-index: 1;
                opacity: .6
            }

    .partnership h4 {
        font-size: 20px;
        font-weight: 500;
        line-height: 20px;
        color: #373737;
        margin: 0 0 20px 0
    }

        .partnership h4 span {
            color: #4BB443
        }

    .partnership .topArea {
        padding-bottom: 48px
    }

        .partnership .topArea .subText {
            max-width: 620px;
            margin: 0 auto 28px auto
        }

    .partnership .whatExpect {
        padding: 0 0;
        position: relative;
        overflow: hidden;
        border-bottom: 8px solid #4BB443
    }

        .partnership .whatExpect .whatExpectText {
            position: relative;
            z-index: 1020
        }

            .partnership .whatExpect .whatExpectText .whatExpectTextInner {
                padding: 72px 20px;
                background-color: #4BB443;
                opacity: .9;
                position: relative;
                color: #fff
            }

                .partnership .whatExpect .whatExpectText .whatExpectTextInner ul {
                    margin-bottom: 0px
                }

                    .partnership .whatExpect .whatExpectText .whatExpectTextInner ul li {
                        line-height: 22px
                    }

                        .partnership .whatExpect .whatExpectText .whatExpectTextInner ul li::before {
                            top: 5px
                        }

                .partnership .whatExpect .whatExpectText .whatExpectTextInner .subText {
                    color: #f5f5f5;
                    margin-bottom: 36px
                }

                .partnership .whatExpect .whatExpectText .whatExpectTextInner h6 {
                    font-size: 16px;
                    line-height: 16px;
                    font-weight: 400;
                    color: #f5f5f5;
                    margin: 0 0 12px 0
                }

                .partnership .whatExpect .whatExpectText .whatExpectTextInner h4 {
                    font-size: 20px;
                    line-height: 32px;
                    font-weight: 500;
                    color: #fff;
                    margin: 0 0 24px 0
                }

        .partnership .whatExpect .bgImg {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%
        }

            .partnership .whatExpect .bgImg::before {
                content: "";
                display: inline-block;
                position: absolute;
                right: 0px;
                top: 0px;
                width: 100%;
                height: 100%;
                background-color: #000;
                z-index: 1;
                opacity: .6
            }

            .partnership .whatExpect .bgImg img {
                height: 100%;
                width: auto
            }

    .partnership .ourPartners {
        position: relative;
        padding: 68px 0 0;
        background-color: #fff
    }

        .partnership .ourPartners .partnerOuter {
            width: 100%;
            border: 1px solid #E9E9E9;
            padding: 24px;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            border-radius: 8px;
            margin: 0 0 24px 0;
            -webkit-box-shadow: 0px 3px 6px 0px rgba(109,109,109,0.12);
            -moz-box-shadow: 0px 3px 6px 0px rgba(109,109,109,0.12);
            box-shadow: 0px 3px 6px 0px rgba(109,109,109,0.12)
        }

            .partnership .ourPartners .partnerOuter img {
                height: 36px;
                width: auto
            }

        .partnership .ourPartners .subText {
            max-width: 620px;
            margin: 0 auto 48px auto
        }

    .partnership .howItsWork {
        padding: 60px 0;
        position: relative
    }

        .partnership .howItsWork .howItsWorkVideo {
            position: relative;
            border-radius: 8px;
            overflow: hidden;
            z-index: 1020
        }

            .partnership .howItsWork .howItsWorkVideo .videoOption {
                position: relative;
                z-index: 1020;
                display: block;
                top: 0;
                left: 0;
                margin: 40px 0 40px
            }

            .partnership .howItsWork .howItsWorkVideo .bgImg {
                position: absolute;
                left: 0;
                top: 0;
                height: 100%;
                width: 100%
            }

                .partnership .howItsWork .howItsWorkVideo .bgImg::before {
                    content: "";
                    display: inline-block;
                    position: absolute;
                    right: 0px;
                    top: 0px;
                    width: 100%;
                    height: 100%;
                    background-color: #000;
                    z-index: 1;
                    opacity: .6
                }

                .partnership .howItsWork .howItsWorkVideo .bgImg img {
                    height: 100%;
                    width: auto
                }

            .partnership .howItsWork .howItsWorkVideo .videoOption {
                text-align: center
            }

                .partnership .howItsWork .howItsWorkVideo .videoOption h6 {
                    font-size: 16px;
                    line-height: 16px;
                    font-weight: 400;
                    color: #f5f5f5;
                    margin: 0 0 12px 0
                }

                .partnership .howItsWork .howItsWorkVideo .videoOption .devider {
                    display: block;
                    margin: 16px auto 28px auto;
                    width: 2px;
                    height: 48px;
                    background-color: #fff;
                    border-radius: 2px
                }

                .partnership .howItsWork .howItsWorkVideo .videoOption .videoIcon {
                    display: inline-flex;
                    height: 60px;
                    width: 60px;
                    background-color: #4BB443;
                    border-radius: 8px;
                    align-items: center;
                    justify-content: center
                }

                    .partnership .howItsWork .howItsWorkVideo .videoOption .videoIcon svg {
                        width: 28px;
                        height: 28px;
                        fill: #fff
                    }

    .partnership .whatGet {
        position: relative;
        padding: 72px 0 60px 0;
        overflow-x: hidden
    }

        .partnership .whatGet::after {
            content: "";
            display: inline-block;
            position: absolute;
            right: 0px;
            top: 0px;
            width: 100%;
            height: 200px;
            background-color: #f5f5f5;
            z-index: 2
        }

        .partnership .whatGet::before {
            content: "";
            display: inline-block;
            position: absolute;
            right: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            background-color: #000;
            z-index: 1;
            opacity: .6
        }

        .partnership .whatGet .whatuGetDec {
            padding-top: 32px;
            position: relative;
            z-index: 1020
        }

            .partnership .whatGet .whatuGetDec .subText {
                color: #f5f5f5;
                margin-bottom: 36px
            }

            .partnership .whatGet .whatuGetDec h6 {
                font-size: 16px;
                line-height: 16px;
                font-weight: 400;
                color: #f5f5f5;
                margin: 0 0 12px 0
            }

            .partnership .whatGet .whatuGetDec h4 {
                font-size: 20px;
                line-height: 32px;
                font-weight: 500;
                color: #fff;
                margin: 0 0 24px 0
            }

        .partnership .whatGet .whatuGetImg {
            position: relative;
            z-index: 1020
        }

            .partnership .whatGet .whatuGetImg img {
                width: 100%
            }

        .partnership .whatGet .bgImg {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%
        }

            .partnership .whatGet .bgImg img {
                height: 100%;
                width: auto
            }

    .partnership .productArea {
        position: relative
    }

        .partnership .productArea .productText {
            position: relative;
            border-radius: 20px 20px 0 0;
            background-color: #fff;
            padding: 48px 0 0 0;
            top: 0
        }

            .partnership .productArea .productText .productItem {
                max-width: 320px;
                margin: 0 auto 64px auto;
                text-align: center;
                padding: 64px 24px 28px 24px;
                border: 1px solid #e8f9e7;
                border-radius: 16px;
                position: relative;
                background: #fff;
                -webkit-box-shadow: 0px 0px 6px 3px #e8f9e759;
                -moz-box-shadow: 0px 0px 6px 3px #e8f9e759;
                box-shadow: 0px 0px 6px 3px #e8f9e759
            }

                .partnership .productArea .productText .productItem::after {
                    display: inline-block;
                    position: absolute;
                    right: 24px;
                    bottom: 0px;
                    font-size: 120px;
                    line-height: 120px;
                    color: #F2F2F2;
                    font-weight: 500;
                    z-index: 0;
                    opacity: .6
                }

                .partnership .productArea .productText .productItem.One::after {
                    content: "01"
                }

                .partnership .productArea .productText .productItem.Two::after {
                    content: "02"
                }

                .partnership .productArea .productText .productItem.Three::after {
                    content: "03"
                }

                .partnership .productArea .productText .productItem h6 {
                    font-size: 16px;
                    line-height: 16px;
                    font-weight: 500;
                    color: #373737;
                    margin: 0 0 12px 0;
                    position: relative;
                    z-index: 1
                }

                .partnership .productArea .productText .productItem .subText {
                    margin-bottom: 0px;
                    color: #373737;
                    position: relative;
                    z-index: 1
                }

                .partnership .productArea .productText .productItem .productIcon {
                    border: 1px solid #e8f9e7;
                    border-radius: 16px;
                    display: inline-flex;
                    height: 80px;
                    width: 80px;
                    text-align: center;
                    justify-content: center;
                    align-items: center;
                    background: #fff;
                    position: absolute;
                    top: -40px;
                    left: calc(50% - 40px);
                    -webkit-box-shadow: 0px 0px 6px 3px #e8f9e759;
                    -moz-box-shadow: 0px 0px 6px 3px #e8f9e759;
                    box-shadow: 0px 0px 6px 3px #e8f9e759
                }

                    .partnership .productArea .productText .productItem .productIcon svg {
                        width: 36px;
                        height: 36px;
                        fill: #4BB443
                    }

                        .partnership .productArea .productText .productItem .productIcon svg path {
                            fill: #4BB443
                        }

            .partnership .productArea .productText h4 {
                max-width: 494px;
                margin: 0 auto 28px auto;
                line-height: 36px
            }

            .partnership .productArea .productText .subText {
                max-width: 620px;
                margin: 0 auto 96px auto;
                line-height: 24px
            }

        .partnership .productArea .productTop {
            position: relative
        }

            .partnership .productArea .productTop .bgImg::after {
                content: "";
                display: inline-block;
                position: absolute;
                right: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background-color: rgba(0,0,0,0.4)
            }

.landing {
    position: relative
}

    .landing .landingBanner {
        position: relative
    }

        .landing .landingBanner::after {
            content: "";
            position: absolute;
            display: inline-block;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            background-color: rgba(0,0,0,0.4);
            z-index: 1
        }

        .landing .landingBanner .headerSearch {
            position: relative;
            z-index: 2;
            margin: -80px 0 0 0;
            padding: 0 0 60px 0
        }

            .landing .landingBanner .headerSearch h2 {
                font-size: 24px;
                line-height: 32px;
                margin: 0 0 20px 0
            }

            .landing .landingBanner .headerSearch p {
                margin-bottom: 24px
            }

            .landing .landingBanner .headerSearch .btn-btnPrimary {
                border: 1px solid #4BB443;
                margin-right: 12px
            }

            .landing .landingBanner .headerSearch .outlineBtnRect {
                padding: 12px 28px
            }

                .landing .landingBanner .headerSearch .outlineBtnRect:hover {
                    background-color: #fff;
                    border: 1px solid #fff;
                    color: #4BB443
                }

    .landing .landingPageInner {
        background-color: #fff;
        position: relative
    }

        .landing .landingPageInner .introPara {
            padding: 48px 15px;
            background-color: #fff
        }

            .landing .landingPageInner .introPara p {
                text-align: center;
                letter-spacing: .32px;
                max-width: 712px;
                margin-left: auto;
                margin-right: auto
            }

        .landing .landingPageInner .themeH2 {
            font-size: 24px;
            line-height: 32px;
            font-weight: 600;
            color: #4BB443;
            margin: 0 0 20px 0
        }

            .landing .landingPageInner .themeH2 span {
                color: gray;
                margin-right: 8px
            }

        .landing .landingPageInner .themeLightBG {
            background-color: #e8f9e7
        }

        .landing .landingPageInner .whiteBG {
            background-color: #fff
        }

        .landing .landingPageInner .lanSection {
            padding: 48px 0;
            border-radius: 0 0 120px 120px
        }

            .landing .landingPageInner .lanSection.whiteBG {
                position: relative
            }

                .landing .landingPageInner .lanSection.whiteBG::before, .landing .landingPageInner .lanSection.whiteBG::after {
                    content: "";
                    display: inline-block;
                    position: absolute;
                    width: 120px;
                    height: 120px;
                    background-size: cover;
                    background-position: center center;
                    background-repeat: no-repeat;
                    bottom: 0px
                }

                .landing .landingPageInner .lanSection.whiteBG::before {
                    background-image: url("../images/radLeft.png");
                    left: 0px
                }

                .landing .landingPageInner .lanSection.whiteBG::after {
                    background-image: url("../images/radright.png");
                    right: 0px
                }

            .landing .landingPageInner .lanSection.ecom {
                border-radius: 0 0 0px 0px
            }

            .landing .landingPageInner .lanSection p {
                font-size: 14px;
                line-height: 26px;
                font-weight: 400;
                color: #373737;
                letter-spacing: .32px;
                margin: 0 0 24px 0
            }

            .landing .landingPageInner .lanSection .bgImg {
                margin: 32px 0;
                max-width: 290px
            }

            .landing .landingPageInner .lanSection .featuresWrapper {
                margin: 20px 0;
                position: relative
            }

                .landing .landingPageInner .lanSection .featuresWrapper .featureCard {
                    margin-bottom: 32px
                }

                    .landing .landingPageInner .lanSection .featuresWrapper .featureCard img {
                        height: 60px;
                        width: 60px;
                        position: relative;
                        display: block;
                        margin: 0 auto 20px 0px
                    }

                    .landing .landingPageInner .lanSection .featuresWrapper .featureCard h4 {
                        font-size: 20px;
                        line-height: 24px;
                        padding: 0 0 0 0;
                        margin: 0 0 8px 0;
                        font-weight: 500;
                        color: #373737
                    }

                    .landing .landingPageInner .lanSection .featuresWrapper .featureCard p {
                        margin-bottom: 0
                    }

            .landing .landingPageInner .lanSection .videoWrap {
                padding: 24px 0;
                display: block;
                text-align: center
            }

                .landing .landingPageInner .lanSection .videoWrap p {
                    font-size: 16px;
                    line-height: 24px;
                    color: #373737;
                    margin: 20px 0 0 0
                }

                    .landing .landingPageInner .lanSection .videoWrap p span {
                        color: gray
                    }

                .landing .landingPageInner .lanSection .videoWrap .fl_vedeo {
                    display: inline-block;
                    position: relative;
                    max-width: 606px;
                    height: auto;
                    border-radius: 16px;
                    overflow: hidden;
                    border: 8px solid #373737
                }

                    .landing .landingPageInner .lanSection .videoWrap .fl_vedeo::after {
                        content: "";
                        position: absolute;
                        display: inline-block;
                        width: 100%;
                        height: 100%;
                        left: 0px;
                        top: 0px;
                        background-color: rgba(0,0,0,0.4);
                        background-image: url("../images/play-button.png");
                        background-repeat: no-repeat;
                        background-position: center;
                        z-index: 1
                    }

                    .landing .landingPageInner .lanSection .videoWrap .fl_vedeo img {
                        width: 100%;
                        height: auto
                    }

.addonSec {
    background-color: #f5f5f5
}

    .addonSec .addonField {
        padding-top: 40px;
        padding-bottom: 50px;
        background-color: #F5F5F5;
        display: block !important
    }

        .addonSec .addonField .addonHead {
            text-align: center
        }

            .addonSec .addonField .addonHead h2 {
                font-size: 25px;
                font-weight: 600;
                line-height: 38px;
                color: #000;
                margin-bottom: 35px;
                margin-top: 0
            }

        .addonSec .addonField .addonSection {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr;
            column-gap: 16px;
            padding: 0 15px
        }

            .addonSec .addonField .addonSection .addonItem {
                border: 1px solid transparent;
                border-radius: 12px;
                background-color: #fff;
                transition: ease-in-out .4s
            }

                .addonSec .addonField .addonSection .addonItem:not(:last-child) {
                    margin-bottom: 15px
                }

                .addonSec .addonField .addonSection .addonItem .addonBlock {
                    padding: 35px 18px 42px;
                    text-align: center;
                    display: block;
                    transition: ease-in-out .4s
                }

                    .addonSec .addonField .addonSection .addonItem .addonBlock .addOnList {
                        font-size: 20px;
                        color: #4BB443;
                        font-weight: 500
                    }

                    .addonSec .addonField .addonSection .addonItem .addonBlock .indRupee {
                        font-size: 18px;
                        color: #000;
                        font-weight: 500;
                        margin-top: 13px
                    }

                    .addonSec .addonField .addonSection .addonItem .addonBlock .bill {
                        font-size: 16px;
                        font-weight: 400;
                        color: #848484;
                        line-height: 25px;
                        margin-top: 4px;
                        margin-bottom: 0
                    }

                    .addonSec .addonField .addonSection .addonItem .addonBlock h2 {
                        font-size: 20px;
                        font-weight: 500;
                        margin-top: 0;
                        color: #4BB443;
                        margin-bottom: 20px
                    }

                    .addonSec .addonField .addonSection .addonItem .addonBlock h3 {
                        font-size: 18px;
                        font-weight: 400;
                        line-height: 27px;
                        color: #000;
                        margin-top: 0;
                        margin-bottom: 0
                    }

                    .addonSec .addonField .addonSection .addonItem .addonBlock p {
                        font-size: 16px;
                        font-weight: 400;
                        color: #848484;
                        line-height: 25px;
                        margin-top: 10px;
                        margin-bottom: 0
                    }

                .addonSec .addonField .addonSection .addonItem:hover {
                    background-color: #4BB443;
                    box-shadow: 2px 2px 10px 2px rgba(26,23,26,0.3)
                }

                    .addonSec .addonField .addonSection .addonItem:hover .addonBlock .addOnList, .addonSec .addonField .addonSection .addonItem:hover .addonBlock .indRupee, .addonSec .addonField .addonSection .addonItem:hover .addonBlock .bill {
                        color: #fff
                    }

                    .addonSec .addonField .addonSection .addonItem:hover .addonBlock p {
                        color: #fff
                    }

@media (min-width: 475px) {
    .am_features_list_top .feature_dead {
        padding: 42px 32px
    }

    .contact_wrapper .faq_top .container, .contact_wrapper .emi_top .container {
        padding: 0 50px
    }

    .contact_wrapper .faq_top .help, .contact_wrapper .emi_top .help {
        margin-top: 40px
    }

        .contact_wrapper .faq_top .help .help_head h1, .contact_wrapper .emi_top .help .help_head h1 {
            font-size: 24px
        }

    .faq_item_outer {
        margin: 20px 0 30px
    }

    .faq_mid .faq_cat_out {
        margin-right: -15px !important;
        margin-left: -15px !important
    }

        .faq_mid .faq_cat_out a {
            padding: 0 15px !important;
            width: 50% !important;
            float: left !important;
            min-height: 72px
        }
}

@media (min-width: 576px) {
    .signNew .signinWrapper .signRight .signRightInner {
        padding: 52px 48px
    }

    .text-sm-right {
        text-align: right !important
    }

    .d-sm-flex {
        display: flex
    }

    .priceCart .priceCartInner .addonList .addonItem.bundleElement .addonTop {
        flex-wrap: wrap;
        margin-bottom: 8px
    }

        .priceCart .priceCartInner .addonList .addonItem.bundleElement .addonTop .addonBundleCount {
            width: 33.3333%;
            margin-bottom: 0
        }

        .priceCart .priceCartInner .addonList .addonItem.bundleElement .addonTop .addonBundleCountSelected {
            width: 50%;
            margin-bottom: 0;
            margin-top: 12px
        }

        .priceCart .priceCartInner .addonList .addonItem.bundleElement .addonTop .addonItPrice {
            width: 50%;
            min-width: 50%
        }

    .priceCart .priceCartInner .addonList.grnd .grndTot h5 {
        margin-bottom: 0px
    }

    .priceCart .priceCartInner .addonList .addonItem .addonTop .addonItPrice, .priceCart .priceCartInner .addonList .addonItem .addonTop .addonItCounter, .priceCart .priceCartInner .addonList .addonItem .addonTop .addonItNm {
        margin-bottom: 0px
    }

    .priceCart .priceCartInner .addonList .addonItem .addonTop .addonItPrice {
        text-align: right
    }

    .priceCart .priceCartInner .addonpriceList .addonItem.bundleElement .addonTop {
        flex-wrap: wrap;
        margin-bottom: 8px
    }

        .priceCart .priceCartInner .addonpriceList .addonItem.bundleElement .addonTop .addonBundleCount {
            width: 33.3333%;
            margin-bottom: 0
        }

        .priceCart .priceCartInner .addonpriceList .addonItem.bundleElement .addonTop .addonBundleCountSelected {
            width: 50%;
            margin-bottom: 0;
            margin-top: 12px
        }

        .priceCart .priceCartInner .addonpriceList .addonItem.bundleElement .addonTop .addonItPrice {
            width: 50%;
            min-width: 50%
        }

    .priceCart .priceCartInner .addonpriceList.grnd .grndTot h5 {
        margin-bottom: 0px
    }

    .priceCart .priceCartInner .addonpriceList .addonItem .addonTop .addonItPrice, .priceCart .priceCartInner .addonpriceList .addonItem .addonTop .addonItCounter, .priceCart .priceCartInner .addonpriceList .addonItem .addonTop .addonItNm {
        margin-bottom: 0px
    }

    .priceCart .priceCartInner .addonpriceList .addonItem .addonTop .addonItPrice {
        text-align: right
    }

    .priceCart .priceCartInner .addpriceList .addonItem.bundleElement .addonTop {
        flex-wrap: wrap;
        margin-bottom: 8px
    }

        .priceCart .priceCartInner .addpriceList .addonItem.bundleElement .addonTop .addonBundleCount {
            width: 33.3333%;
            margin-bottom: 0
        }

        .priceCart .priceCartInner .addpriceList .addonItem.bundleElement .addonTop .addonBundleCountSelected {
            width: 50%;
            margin-bottom: 0;
            margin-top: 12px
        }

        .priceCart .priceCartInner .addpriceList .addonItem.bundleElement .addonTop .addonItPrice {
            width: 50%;
            min-width: 50%
        }

    .priceCart .priceCartInner .addpriceList.grnd .grndTot h5 {
        margin-bottom: 0px
    }

    .priceCart .priceCartInner .addpriceList .addonItem .addonTop .addonItPrice, .priceCart .priceCartInner .addpriceList .addonItem .addonTop .addonItCounter, .priceCart .priceCartInner .addpriceList .addonItem .addonTop .addonItNm, .priceCart .priceCartInner .addpriceList .addonItem .addonTop .addonItTotal {
        margin-bottom: 0px
    }

    .priceCart .priceCartInner .addpriceList .addonItem .addonTop .addonItPrice, .priceCart .priceCartInner .addpriceList .addonItem .addonTop .addonTotalPrice {
        text-align: right
    }

    .priceCart .priceCartInner .basicPlan ul {
        margin-bottom: 0px
    }

    .pricelist .priceElem .priceElemOutr {
        flex-wrap: wrap;
        margin-left: -4px;
        margin-right: -4px
    }

        .pricelist .priceElem .priceElemOutr .priceItmOuter {
            margin-left: 4px;
            margin-right: 4px;
            width: calc(50% - 8px)
        }

    .am_features_list_top .feature_dead {
        padding: 60px 48px
    }

    .blognewList .blogElement .blogTags .comD {
        text-align: right
    }

    .blognewList .blogElement .blogAuthor .dateD {
        text-align: right
    }
}

@media (min-width: 640px) {
    .pricelist.toNewHeader .toNewContent .faq_none .faq_mid {
        margin-top: 0px
    }

        .pricelist.toNewHeader .toNewContent .faq_none .faq_mid .faq_cat_out a {
            width: 33.3333% !important
        }

    .pricelist.toNewHeader .sectionHeadText .search_box {
        max-width: 600px;
        margin: 0 auto 24px auto
    }

        .pricelist.toNewHeader .sectionHeadText .search_box .search_box_btn {
            position: absolute !important;
            margin-top: 0px;
            top: 8px !important;
            right: 8px
        }

    .contact_wrapper .faq_top .container {
        padding: 0 50px
    }

    .contact_wrapper .faq_top .search_box .form-control {
        padding: 20px 168px 20px 32px !important;
        margin-bottom: 108px
    }

    .contact_wrapper .faq_top .search_box .search_box_btn {
        position: absolute !important;
        margin-top: 0px;
        top: 8px !important;
        right: 8px
    }

    .contact_wrapper .faq_mid {
        margin-top: 0px
    }

        .contact_wrapper .faq_mid .faq_cat_out a {
            width: 33.3333% !important
        }
}

@media (min-width: 768px) {
    .add-align {
        display: flex
    }

    .numberIconRow {
        position: relative
    }

        .numberIconRow .numberIcon {
            width: 33px;
            height: 33px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            left: -39px;
            border-radius: 50%;
            cursor: pointer
        }

    .onloadOfer .notBox {
        max-width: 538px;
        padding: 60px 48px 40px 48px;
        margin-left: auto;
        margin-right: auto
    }

    .am_desk_ready .mockupSlider {
        max-width: 324px;
        max-height: 290px
    }

        .am_desk_ready .mockupSlider .sliderInner {
            max-width: 262px;
            height: 230px;
            top: 12px;
            left: 32px
        }

    .downloadApp {
        padding-bottom: 60px
    }

        .downloadApp p {
            max-width: 618px;
            margin-left: 0;
            margin-right: auto
        }

        .downloadApp .phoneMockupHome {
            position: absolute;
            right: 50px;
            bottom: 0;
            margin-top: 0;
            left: auto;
            transform: translateX(0)
        }

    .landing .landingPageInner .lanSection.loyalty .bgImg {
        margin-top: 48px
    }

    .landing .landingPageInner .lanSection.ecom .videoWrap {
        margin-top: 40px
    }

    .landing .landingPageInner .lanSection.ecom .bgImg {
        margin-top: 48px
    }

    .landing .landingPageInner .lanSection.paperlez .videoWrap {
        margin-top: 68px
    }

    .landing .landingPageInner .lanSection .featuresWrapper {
        margin: 68px 0 0
    }

    .landing .landingPageInner .lanSection .bgImg {
        margin: 0px 0px
    }

    .landing .landingBanner {
        max-height: 520px;
        min-height: 520px;
        overflow: hidden
    }

        .landing .landingBanner .headerSearch {
            padding-left: 35px;
            padding-right: 35px;
            position: absolute;
            left: 0;
            bottom: 0;
            padding-bottom: 80px
        }

    .ecomDetail h3, .ecomDetail h2 {
        max-width: 509px
    }

    .ecomDetail .verticalTab h3 {
        margin-left: auto;
        margin-right: auto
    }

    .ecomDetail .verticalTab .tab_container h3 {
        max-width: 100%
    }

    .ecomDetail .pointListing .pointListingElems .featureItem {
        padding-left: 24px;
        padding-right: 24px
    }

    .ecomDetail .testimonial h3, .ecomDetail .testimonial p {
        margin-left: auto;
        margin-right: auto
    }

    .ecomDetail .testimonial p {
        max-width: 612px
    }

    .ecomDetail .lifeCycle h3, .ecomDetail .lifeCycle p {
        margin-left: auto;
        margin-right: auto
    }

    .ecomDetail .lifeCycle p {
        max-width: 1032px
    }

    .ecomDetail .lifeCycle .lifeCycleInner .lifeItem {
        margin-bottom: 32px
    }

    .ecomDetail .lifeCycle .lifeCycleInner .lifeCycleCenter .lifeCycleCenterImg .bgImg {
        width: 430px;
        margin-bottom: 32px
    }

    .pt-md-16 {
        padding-top: 16px
    }

    .pb-md-48 {
        padding-bottom: 48px
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .selectedPlan .planOuter .left {
        padding-left: 50px;
        padding-right: 50px
    }

    .selectedPlan .planOuter .right {
        padding-left: 50px;
        padding-right: 50px
    }

    .text-md-right {
        text-align: right !important
    }

    .d-md-flex {
        display: flex !important
    }

    .pb-md-0 {
        padding-bottom: 0px
    }

    .pb-md-16 {
        padding-bottom: 16px
    }

    .d-sm-flex {
        display: flex !important
    }

    .wrapper50 {
        padding-left: 35px;
        padding-right: 35px
    }

        .wrapper50 .row {
            display: flex;
            flex-wrap: wrap
        }

            .wrapper50 .row.align-items-end {
                align-items: flex-end
            }

    .dashboard .dashboardLeft::before {
        content: none
    }

    .dashboard .dashboardRight .packageDetail .packageTitle .packageInfo .infoLeft .infoDate {
        display: flex
    }

        .dashboard .dashboardRight .packageDetail .packageTitle .packageInfo .infoLeft .infoDate .dateLeft, .dashboard .dashboardRight .packageDetail .packageTitle .packageInfo .infoLeft .infoDate .dateRight {
            width: 100%
        }

        .dashboard .dashboardRight .packageDetail .packageTitle .packageInfo .infoLeft .infoDate .dateRight {
            text-align: right
        }

    .dashboard .dashboardRight .dashIntro {
        display: flex;
        align-items: end
    }

        .dashboard .dashboardRight .dashIntro .introLeft {
            margin-bottom: 0px;
            width: 100%
        }

        .dashboard .dashboardRight .dashIntro .introRight {
            margin-top: 4px;
            width: 100%;
            text-align: right
        }

            .dashboard .dashboardRight .dashIntro .introRight .introRightInner {
                text-align: left;
                display: inline-block
            }

    .pricelist .priceElem .addonListing .addonItemListOuter .addonItemListing {
        width: 33.3333%
    }

    .blognewList .serchCount {
        padding: 0 35px
    }

    .header {
        padding: 0 15px;
        display: flex;
        align-items: center
    }

        .header li {
            float: left;
            padding: 0 0px
        }

            .header li:last-child {
                padding-right: 0
            }

            .header li a {
                padding: 6px 5px;
                color: #fff;
                font-size: 12px;
                letter-spacing: .75px;
                background-color: transparent;
                border-radius: 38px;
                border: 1px solid transparent
            }

                .header li a:hover {
                    color: #fff;
                    background-color: #4BB443;
                    border-color: #4BB443;
                    border-radius: 38px
                }

                .header li a.cust_btn {
                    border: 1px solid #fff;
                    border-radius: 38px
                }

                    .header li a.cust_btn:hover {
                        background: #4BB443;
                        border-color: #4BB443
                    }

        .header .signIn .sign-in {
            padding: 8px 16px;
            color: #fff;
            font-size: 12px;
            letter-spacing: .75px;
            background-color: #4BB443;
            border: 1px solid #4BB443;
            border-radius: 38px;
            margin-left: 10px
        }

            .header .signIn .sign-in:hover {
                background: transparent;
                border: 1px solid #fff
            }

        .header .signIn .profileControl {
            display: flex;
            flex-direction: column;
            position: relative;
            margin-left: 10px
        }

            .header .signIn .profileControl .controllabel {
                display: flex;
                cursor: pointer
            }

                .header .signIn .profileControl .controllabel .ripple {
                    background: rgba(82,115,131,0.4)
                }

                .header .signIn .profileControl .controllabel .labelHold {
                    cursor: pointer;
                    padding-left: 8px;
                    display: flex;
                    justify-content: center;
                    flex-direction: column
                }

                    .header .signIn .profileControl .controllabel .labelHold .nameLabel {
                        margin-bottom: 0;
                        display: flex;
                        cursor: pointer;
                        color: #fff;
                        font-size: 14px
                    }

                        .header .signIn .profileControl .controllabel .labelHold .nameLabel svg {
                            margin-left: 10px;
                            position: relative;
                            top: 5px;
                            filll: #fff;
                            font-size: 14px
                        }

                    .header .signIn .profileControl .controllabel .labelHold .posLabel {
                        cursor: pointer;
                        margin-bottom: 0
                    }

            .header .signIn .profileControl .profileDropRow {
                min-width: 235px;
                width: 100%;
                top: 100%;
                position: absolute;
                right: 0;
                overflow: hidden;
                z-index: 1;
                margin-top: 10px;
                border-radius: 5px
            }

                .header .signIn .profileControl .profileDropRow .profListHold {
                    display: flex;
                    flex-direction: column;
                    background: #fff
                }

                .header .signIn .profileControl .profileDropRow .smProfile {
                    padding: 18px 15px 12px 15px;
                    display: flex
                }

                    .header .signIn .profileControl .profileDropRow .smProfile .labelHold {
                        display: flex;
                        flex-direction: column;
                        justify-content: center;
                        padding-left: 10px
                    }

                        .header .signIn .profileControl .profileDropRow .smProfile .labelHold .nameLabel {
                            margin-bottom: 0;
                            display: flex;
                            cursor: pointer
                        }

                            .header .signIn .profileControl .profileDropRow .smProfile .labelHold .nameLabel svg {
                                margin-left: 10px;
                                position: relative;
                                top: 5px
                            }

                        .header .signIn .profileControl .profileDropRow .smProfile .labelHold .posLabel {
                            cursor: pointer;
                            margin-bottom: 0
                        }

                .header .signIn .profileControl .profileDropRow .dropList {
                    display: flex;
                    align-item: center;
                    padding: 10px 16px;
                    transition: ease-in-out 1.5s;
                    color: #313131;
                    font-size: 14px;
                    font-weight: 400
                }

                    .header .signIn .profileControl .profileDropRow .dropList.logOut {
                        color: #4BB443;
                        font-size: 14px;
                        font-weight: 400
                    }

                        .header .signIn .profileControl .profileDropRow .dropList.logOut svg {
                            width: 45px;
                            height: 45px;
                            padding-right: 10px;
                            filll: #4BB443
                        }

        .header .menu {
            clear: none;
            float: right;
            max-height: none;
            margin-right: 0;
            margin-left: auto;
            background-color: transparent
        }

        .header .menu-icon {
            display: none
        }

    .chart_outer .chart_inner .chart_details .chart_details_item {
        min-width: 25%
    }

    .table_desc .table_container {
        overflow: hidden
    }

    .footer_2_outer .footer_2_inner .footer_menu li {
        min-width: 33.3333%
    }

    .am_desk_ready .desk_ready_desc {
        margin-top: 0
    }

    .am_features_list_top .feature_dead {
        margin-top: 135px
    }

    .am_features_listing .all-feature-sub {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        min-height: 72px
    }
}

@media (min-width: 992px) {
    .k_timeline .k_timelinecontainer .content {
        max-height: 300px
    }

    .vh-100 {
        min-height: 80vh
    }

    .header li {
        padding: 0px 2px
    }

        .header li a {
            padding: 8px 10px;
            font-size: 14px
        }

    .bottomNotification .notBox {
        padding: 16px 20px 12px;
        display: flex;
        align-items: flex-end
    }

        .bottomNotification .notBox .ofrText, .bottomNotification .notBox .ofrTym, .bottomNotification .notBox .btnWrapper {
            margin: 0px
        }

        .bottomNotification .notBox .ofrTym {
            min-width: 218px
        }

        .bottomNotification .notBox .ofrText {
            max-width: 412px;
            padding-right: 8px
        }

            .bottomNotification .notBox .ofrText p {
                font-size: 12px
            }

        .bottomNotification .notBox .btnWrapper .btn-btnPrimary {
            margin-bottom: 8px
        }

    .am_desk_ready .mockupSlider {
        max-width: 400px;
        max-height: 288px
    }

        .am_desk_ready .mockupSlider .sliderInner {
            max-width: 328px;
            height: 298px;
            top: 12px;
            left: 41px
        }

    .text-md-center {
        text-align: center !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .align-lg-items-center {
        align-items: center !important
    }

    .text-lg-left {
        text-align: left !important
    }

    .p-lg-0 {
        padding: 0px !important
    }

    .ecomDetail h3, .ecomDetail h2, .ecomDetail p, .ecomDetail .btn-btnPrimary {
        position: relative;
        z-index: 1050
    }

    .ecomDetail .verticalTab .verticalTabOuter .tabs_wrapper {
        display: flex;
        border: 1px solid #f1f1f1;
        background-color: #fff
    }

        .ecomDetail .verticalTab .verticalTabOuter .tabs_wrapper ul.tabs {
            box-shadow: none;
            width: 316px;
            margin-left: 0;
            margin-right: auto;
            border-bottom: none;
            background-color: #f1f1f1
        }

            .ecomDetail .verticalTab .verticalTabOuter .tabs_wrapper ul.tabs li {
                width: 100%;
                padding: 16px 8px 16px 48px;
                position: relative;
                font-size: 16px !important;
                line-height: 16px !important;
                font-weight: 400 !important;
                text-align: left;
                margin-bottom: 1px !important
            }

                .ecomDetail .verticalTab .verticalTabOuter .tabs_wrapper ul.tabs li span {
                    position: absolute;
                    left: -8px;
                    top: 0;
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                    height: 100%;
                    width: 48px;
                    background-color: transparent;
                    color: #373737
                }

                .ecomDetail .verticalTab .verticalTabOuter .tabs_wrapper ul.tabs li.active span {
                    background-color: #4BB443;
                    color: #fff
                }

    .ecomDetail .requestForm {
        overflow-x: hidden
    }

        .ecomDetail .requestForm .ipadMockup {
            position: absolute;
            top: 50%;
            right: 19px;
            transform: translateY(-50%);
            width: 100%;
            max-width: 600px
        }

    .ecomDetail .pointListing .pointListingHead::after {
        position: absolute;
        display: inline-block;
        content: "";
        right: 0;
        bottom: 0;
        width: 368px;
        height: 100%;
        background-color: #4BB443;
        opacity: .3;
        z-index: 1010
    }

    .ecomDetail .lifeCycle p {
        margin-bottom: 28px
    }

    .ecomDetail .lifeCycle .btn-btnPrimary {
        margin-bottom: 60px
    }

    .ecomDetail .lifeCycle .lifeCycleInner .lifeCycleCenter {
        position: relative;
        max-width: 430px;
        margin-left: auto;
        margin-right: auto
    }

        .ecomDetail .lifeCycle .lifeCycleInner .lifeCycleCenter .lifeCycleCenterImg {
            max-width: 430px
        }

        .ecomDetail .lifeCycle .lifeCycleInner .lifeCycleCenter span {
            display: inline-block;
            width: 8px;
            height: 8px;
            border-radius: 8px;
            background-color: #E41A23;
            position: absolute;
            z-index: 1010
        }

            .ecomDetail .lifeCycle .lifeCycleInner .lifeCycleCenter span.one {
                top: 25px;
                left: 120px
            }

            .ecomDetail .lifeCycle .lifeCycleInner .lifeCycleCenter span.two {
                top: 25px;
                right: 120px
            }

            .ecomDetail .lifeCycle .lifeCycleInner .lifeCycleCenter span.three {
                top: calc(50% - 4px);
                left: 32px
            }

            .ecomDetail .lifeCycle .lifeCycleInner .lifeCycleCenter span.four {
                top: calc(50% - 4px);
                right: 32px
            }

            .ecomDetail .lifeCycle .lifeCycleInner .lifeCycleCenter span.five {
                bottom: 25px;
                left: 120px
            }

            .ecomDetail .lifeCycle .lifeCycleInner .lifeCycleCenter span.six {
                bottom: 25px;
                right: 120px
            }

    .ecomDetail .testimonial .testimonialInner .testimonialSlider {
        position: relative
    }

        .ecomDetail .testimonial .testimonialInner .testimonialSlider .owl-nav {
            width: 100%;
            display: inline-block
        }

            .ecomDetail .testimonial .testimonialInner .testimonialSlider .owl-nav .owl-prev {
                position: absolute;
                left: 0;
                top: 50%
            }

            .ecomDetail .testimonial .testimonialInner .testimonialSlider .owl-nav .owl-next {
                position: absolute;
                right: 0;
                top: 50%
            }

    .ecomDetail .ecomCarousal {
        background-color: #DEDEDE;
        padding-bottom: 0;
        overflow: hidden
    }

        .ecomDetail .ecomCarousal .ecomCarousalInner .ecomCarousalSlider .owl-nav {
            margin-top: -50px;
            position: absolute;
            left: 50px
        }

        .ecomDetail .ecomCarousal .ecomCarousalInner .ecomCarousalSlider .ecomCarousalCon {
            padding: 60px;
            background-color: #f3f3f3
        }

        .ecomDetail .ecomCarousal .ecomCarousalInner .ecomCarousalSlider .ecomCarousalImg {
            margin-bottom: 0px;
            margin-top: 60px;
            height: 100%
        }

            .ecomDetail .ecomCarousal .ecomCarousalInner .ecomCarousalSlider .ecomCarousalImg .bgImg {
                height: calc(100% - 124px);
                width: 100%
            }

    .ecomDetail .welcome .imgholder .rightImgBtm {
        max-width: 298px;
        height: auto
    }

    .ecomDetail .welcome::before {
        position: absolute;
        display: inline-block;
        content: "";
        right: 0;
        bottom: 0;
        width: 368px;
        height: 100%;
        background-color: #e8f9e7;
        z-index: 1010
    }

    .text-lg-right {
        text-align: right !important
    }

    .pb-lg-0 {
        padding-bottom: 0px
    }

    .no-lg-flex {
        display: inherit
    }

    .min-md-h100 {
        min-height: 100vh
    }

    .programs .programItem {
        margin-bottom: 48px !important
    }

        .programs .programItem:nth-child(even) .programItemInner {
            flex-direction: row-reverse;
            border-radius: 0 0 0 48px !important
        }

            .programs .programItem:nth-child(even) .programItemInner .itemLeft {
                border-radius: 0 0 48px 0 !important
            }

                .programs .programItem:nth-child(even) .programItemInner .itemLeft .leftInner {
                    border-radius: 0 0 48px 0 !important
                }

                    .programs .programItem:nth-child(even) .programItemInner .itemLeft .leftInner::after {
                        right: auto;
                        left: -80px;
                        border-radius: 0 0 48px 0 !important
                    }

        .programs .programItem .programItemInner {
            flex-wrap: nowrap !important;
            border-radius: 0 0 48px 0 !important
        }

            .programs .programItem .programItemInner .itemLeft {
                width: 60% !important;
                padding: 0 !important;
                border-radius: 48px 0 0 0 !important;
                margin-bottom: 0 !important;
                position: relative;
                background-color: transparent !important
            }

                .programs .programItem .programItemInner .itemLeft h4 {
                    margin-top: 0
                }

                .programs .programItem .programItemInner .itemLeft .leftInner {
                    border-radius: 48px 0 0 0 !important;
                    background-color: #F8F8F8;
                    position: relative;
                    padding: 48px 20px 32px 32px
                }

                    .programs .programItem .programItemInner .itemLeft .leftInner::after {
                        content: "";
                        display: inline-block;
                        position: absolute;
                        right: -80px;
                        top: 0px;
                        width: calc(100% + 80px);
                        height: 100%;
                        background-color: #F8F8F8;
                        z-index: 0;
                        border-radius: 48px 0 0 0 !important
                    }

            .programs .programItem .programItemInner .itemRight {
                width: 40% !important;
                border-radius: 0 0 48px 0 !important;
                position: relative;
                top: 48px;
                z-index: 1020;
                height: 100%
            }

                .programs .programItem .programItemInner .itemRight .bgImg {
                    border-radius: 0 0 48px 0 !important;
                    bottom: 0px;
                    right: 0
                }

                    .programs .programItem .programItemInner .itemRight .bgImg img {
                        height: 100%;
                        width: auto
                    }

    .certificationsPage .howItsWork .howItsWorkVideo .videoOption {
        margin: 180px 0 80px
    }

    .certificationsPage .profectionCertificate .profectionCertificateInner .bgImg {
        position: relative;
        overflow: hidden
    }

        .certificationsPage .profectionCertificate .profectionCertificateInner .bgImg img {
            height: 325px;
            width: auto
        }

        .certificationsPage .profectionCertificate .profectionCertificateInner .bgImg::after {
            content: "";
            display: inline-block;
            position: absolute;
            left: 0px;
            top: 0;
            width: 473px;
            height: 325px;
            background-image: url("../images/shape1.png");
            background-repeat: no-repeat;
            background-size: cover;
            background-position: left top;
            z-index: 0
        }

        .certificationsPage .profectionCertificate .profectionCertificateInner .bgImg::before {
            content: "";
            display: inline-block;
            position: absolute;
            left: 0px;
            top: 0;
            width: 403px;
            height: 325px;
            background-image: url("../images/shape2.png");
            background-repeat: no-repeat;
            background-size: cover;
            background-position: left top;
            z-index: 1
        }

    .certificationsPage .profectionCertificate .profectionCertificateInner .profectionCertificateCaption {
        position: absolute;
        bottom: 20px;
        left: 20px;
        max-width: 280px;
        color: #fff;
        z-index: 1030
    }

        .certificationsPage .profectionCertificate .profectionCertificateInner .profectionCertificateCaption h4 {
            color: #fff
        }

        .certificationsPage .profectionCertificate .profectionCertificateInner .profectionCertificateCaption p {
            color: #f5f5f5
        }

        .certificationsPage .profectionCertificate .profectionCertificateInner .profectionCertificateCaption .outlineBtnRect {
            border: 1px solid #fff;
            color: #fff
        }

            .certificationsPage .profectionCertificate .profectionCertificateInner .profectionCertificateCaption .outlineBtnRect:hover {
                background-color: #fff;
                color: #4BB443
            }

    .certificationsPage .idealFor::before, .certificationsPage .idealFor::after {
        content: ""
    }

    .certificationsPage .idealFor .bgImg::before {
        content: ""
    }

    .certificationsPage .idealFor .idealForDesc {
        position: absolute;
        left: 0
    }

        .certificationsPage .idealFor .idealForDesc .idealForDescInner {
            padding: 40px 0 40px 40px;
            position: relative
        }

            .certificationsPage .idealFor .idealForDesc .idealForDescInner::after {
                content: "";
                display: inline-block;
                position: absolute;
                right: -50px;
                top: 0px;
                width: 50px;
                height: 100%;
                background-color: #fff;
                z-index: 1;
                opacity: 1
            }

    .certificationsPage .intro .introLeft {
        position: absolute;
        right: -35px
    }

        .certificationsPage .intro .introLeft .bgImg {
            margin-bottom: 0;
            background-position: left top !important
        }

            .certificationsPage .intro .introLeft .bgImg img {
                width: auto;
                height: 100%
            }

    .partnership .howItsWork::after {
        content: "";
        display: inline-block;
        position: absolute;
        right: 0px;
        top: 0px;
        width: 100%;
        height: 272px;
        background-color: #f5f5f5;
        z-index: 2
    }

    .partnership .howItsWork .howItsWorkVideo .videoOption {
        margin: 80px 0
    }

    .partnership .whatGet .whatuGetImg {
        height: 100%;
        overflow: hidden
    }

        .partnership .whatGet .whatuGetImg img {
            height: 100%;
            width: auto
        }

    .partnership .whatGet .whatuGetDec {
        padding-top: 0px
    }

    .partnership .whatGet::after {
        right: auto;
        left: 0;
        width: 280px;
        height: 100%
    }

    .partnership .productArea .productText {
        top: -60px
    }

        .partnership .productArea .productText .productItem {
            margin-bottom: 0px
        }

    .certificationSign.partneshipSign .left .captionText {
        padding-left: 0
    }

        .certificationSign.partneshipSign .left .captionText::after {
            content: "";
            display: inline-block;
            position: absolute;
            left: calc(50% - 1px);
            top: -76px;
            width: 2px;
            height: 60px;
            background-color: #fff
        }

    .certificationSign .left .captionText {
        padding-left: 88px;
        max-width: 564px
    }

        .certificationSign .left .captionText::after {
            content: "";
            display: inline-block;
            position: absolute;
            left: 12px;
            top: 16px;
            width: 60px;
            height: 2px;
            background-color: #fff
        }

    .dashboard .dashboardRight .packageDetail .adonns {
        padding: 24px 15px 8px 15px
    }

        .dashboard .dashboardRight .packageDetail .adonns .adonnList {
            display: flex;
            flex-wrap: wrap
        }

            .dashboard .dashboardRight .packageDetail .adonns .adonnList .adonnItm {
                margin: 0 5px 16px 5px;
                width: calc(50% - 10px)
            }

    .dashboard .dashboardRight .packageDetail .packageTitle .packageInfo {
        display: flex;
        width: 100%;
        align-items: center
    }

        .dashboard .dashboardRight .packageDetail .packageTitle .packageInfo .infoLeft {
            width: 424px;
            align-items: center;
            position: relative
        }

            .dashboard .dashboardRight .packageDetail .packageTitle .packageInfo .infoLeft::after {
                content: "";
                display: inline-block;
                position: absolute;
                left: 50%;
                top: -4px;
                height: 30px;
                width: 1px;
                background-color: gray
            }

            .dashboard .dashboardRight .packageDetail .packageTitle .packageInfo .infoLeft .dateLeft, .dashboard .dashboardRight .packageDetail .packageTitle .packageInfo .infoLeft .dateRight {
                margin-bottom: 0px !important
            }

        .dashboard .dashboardRight .packageDetail .packageTitle .packageInfo .infoRight {
            width: calc(100% - 424px);
            text-align: right
        }

    .signNew .signinWrapper {
        position: absolute;
        top: auto;
        bottom: 0
    }

        .signNew .signinWrapper .registerNow {
            padding-left: 76px;
            margin-left: 50px
        }

            .signNew .signinWrapper .registerNow::before {
                width: 60px
            }

            .signNew .signinWrapper .registerNow .acoxi-logo .white-logo {
                width: 94px;
                height: 51px;
                visibility: visible
            }

            .signNew .signinWrapper .registerNow .text-positn {
                position: absolute;
                bottom: 0
            }

        .signNew .signinWrapper .signRight {
            border-top: 40px solid #fff;
            border-bottom: 40px solid #fff;
            min-height: 100vh;
            padding: 28px 68px 28px 0;
            display: flex;
            width: 100%
        }

            .signNew .signinWrapper .signRight::after {
                content: "";
                width: 40px
            }

            .signNew .signinWrapper .signRight .signRightInner {
                padding: 48px 32px
            }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .flex-sm-wrap-wrap {
        flex-wrap: nowrap
    }

    .min-md-h100 {
        min-height: 100vh
    }

    .d-md-flex {
        display: flex !important
    }

    .selectedPlan .planOuter {
        border-bottom: 1px solid #f5f5f5;
        display: flex
    }

        .selectedPlan .planOuter .left {
            width: 100%;
            max-width: 368px
        }

        .selectedPlan .planOuter .right {
            width: 100%
        }

            .selectedPlan .planOuter .right .topSec {
                padding-bottom: 12px
            }

                .selectedPlan .planOuter .right .topSec .topSecRight {
                    margin: 20px 0 0 0;
                    display: flex
                }

                    .selectedPlan .planOuter .right .topSec .topSecRight .btn-upgrage {
                        margin-left: 32px;
                        max-width: 160px
                    }

                    .selectedPlan .planOuter .right .topSec .topSecRight .activePlanright {
                        width: 100%;
                        max-width: calc(100% - 160px)
                    }

                .selectedPlan .planOuter .right .topSec p.active {
                    margin-bottom: 0px
                }

                .selectedPlan .planOuter .right .topSec h5 {
                    margin-bottom: 0px
                }

    .d-lg-none {
        display: none
    }

    #leftMenu .pageMenu {
        display: block !important
    }

    .pricelist .priceElem .priceElemOutr {
        flex-wrap: wrap
    }

        .pricelist .priceElem .priceElemOutr .priceItmOuter {
            width: calc(33.3333% - 12px)
        }

    .contact_wrapper .faq_top {
        margin-top: 210px
    }

        .contact_wrapper .faq_top .container {
            background-color: transparent;
            border-radius: 0px 0px 0px 0px;
            padding: 0 50px 0
        }

    .contact_wrapper .faq_mid .container {
        padding: 0 !important;
        max-width: 760px !important;
        width: unset !important;
        margin: 0 auto
    }

    .footer_2_outer .footer_2_inner .footer_menu li {
        min-width: 25%
    }

    .emi_top {
        margin-top: 242px;
        border-radius: 0;
        background-color: transparent
    }

        .emi_top .emi_top_inner {
            background-color: transparent;
            border-radius: 0 0 0 0;
            padding: 0;
            max-width: 494px
        }

    .emi_tabs {
        background-color: transparent
    }

    .chart_outer .chart_inner .piechart {
        left: -118px;
        top: -48px;
        transform: scale(1.2)
    }

    .chart_outer .chart_inner .chart_details {
        display: block;
        position: absolute;
        left: 100%;
        transform: translateX(-100%);
        top: 0
    }

        .chart_outer .chart_inner .chart_details .chart_details_item {
            text-align: left;
            margin-bottom: 24px
        }

            .chart_outer .chart_inner .chart_details .chart_details_item.pointer_y:before {
                content: ""
            }

            .chart_outer .chart_inner .chart_details .chart_details_item.pointer_b:before {
                content: ""
            }

    .table_desc {
        padding-top: 40px
    }

    .am_container {
        padding: 0 50px
    }

    .am_features_list_top .feature_dead {
        margin-top: 310px;
        background-color: transparent;
        max-width: 540px;
        padding: 0
    }

    .mt-60 {
        margin-top: 60px !important
    }

    .am_featurDtl .contOuter {
        margin-bottom: 70px
    }

        .am_featurDtl .contOuter .leftImgright_mobile {
            display: block;
            flex-wrap: unset
        }

        .am_featurDtl .contOuter .contentHolder h3 {
            margin-bottom: 15px
        }

            .am_featurDtl .contOuter .contentHolder h3.mt-60 {
                margin-top: 60px !important
            }

        .am_featurDtl .contOuter .contentHolder ul.twoCol {
            display: flex
        }

            .am_featurDtl .contOuter .contentHolder ul.twoCol li {
                width: 50%;
                padding-right: 30px
            }

        .am_featurDtl .contOuter .imgHolder {
            margin-bottom: 0
        }

            .am_featurDtl .contOuter .imgHolder.right-0 {
                margin-left: auto;
                margin-right: 0
            }

            .am_featurDtl .contOuter .imgHolder img {
                width: 100%
            }

            .am_featurDtl .contOuter .imgHolder.larImg {
                max-width: 550px
            }

            .am_featurDtl .contOuter .imgHolder.medImg {
                max-width: 460px
            }

            .am_featurDtl .contOuter .imgHolder.videoHolder {
                position: relative;
                margin-bottom: 20px
            }

                .am_featurDtl .contOuter .imgHolder.videoHolder .playBtn {
                    width: 108px;
                    height: 108px
                }
}

#overlay-popup {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1091;
    background-color: rgba(14,13,13,0.712);
    transition: opacity .6s,transform .6s
}

.popup-reg {
    display: none;
    transition: opacity .6s,transform .6s
}

    .popup-reg .popUpSection {
        position: fixed;
        top: 50px;
        right: 0;
        left: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        transition: opacity .6s,transform .6s;
        z-index: 1091
    }

        .popup-reg .popUpSection .popform {
            position: relative;
            width: 600px;
            height: fit-content;
            background-color: #fff;
            border: 1px solid #e1e1e1;
            padding: 30px;
            border-radius: 10px
        }

            .popup-reg .popUpSection .popform .pop-title {
                border-bottom: 1px solid rgba(0,0,0,0.2);
                padding-bottom: 10px
            }

                .popup-reg .popUpSection .popform .pop-title .poptitlehead {
                    font-size: 35px;
                    color: #000
                }

                .popup-reg .popUpSection .popform .pop-title .popsub {
                    font-size: 14px;
                    color: #a1a1a1;
                    margin: 0
                }

            .popup-reg .popUpSection .popform .pop-formSign .form-label {
                color: #999;
                font-size: 12px;
                font-family: "poppins";
                font-weight: 400;
                padding-left: 10px
            }

            .popup-reg .popUpSection .popform .pop-formSign .form-control {
                border: 1px solid #e1e1e1;
                box-shadow: none;
                color: #000;
                height: 34px
            }

            .popup-reg .popUpSection .popform .inp-select {
                border: 1px solid #e1e1e1;
                box-shadow: none;
                color: #000;
                height: 34px
            }

            .popup-reg .popUpSection .popform .register-login {
                color: #a1a1a1 !important;
                text-align: left !important
            }

@media (min-width: 992px) {
    .bottomNotification .notBox .modalOfrTym {
        margin-left: 40px
    }
}

@media (min-width: 1200px) {
    .header {
        padding: 0 50px;
        display: flex;
        align-items: center
    }

    .bottomNotification .notBox {
        padding: 16px 48px 12px 48px
    }

        .bottomNotification .notBox .btnWrapper {
            text-align: right;
            width: calc(100% - 638px)
        }

            .bottomNotification .notBox .btnWrapper .btn-btnPrimary {
                margin-bottom: 18px;
                margin-left: 20px
            }

        .bottomNotification .notBox .modalOfrTym {
            margin-left: 80px
        }

    .am_desk_ready .mockupSlider {
        max-width: 537px;
        max-height: 429px;
        min-height: 380px
    }

        .am_desk_ready .mockupSlider .sliderInner {
            max-width: 439px;
            height: 239px;
            top: 16px;
            left: 55px
        }

    .landing .landingPageInner .themeH2 {
        font-size: 32px;
        line-height: 32px
    }

    .landing .landingPageInner .lanSection {
        padding: 68px 0
    }

        .landing .landingPageInner .lanSection p {
            font-size: 15px;
            line-height: 28px
        }

    .landing .landingPageInner p {
        font-size: 15px;
        line-height: 28px
    }

    .landing .landingPageInner .introPara {
        padding: 68px
    }

    .ecomDetail .howItsWork .howItsWorkVideo .videoOption {
        margin: 158px 0
    }

    .ecomDetail .verticalTab, .ecomDetail .benefits_get {
        padding: 72px 0
    }

        .ecomDetail .verticalTab p {
            max-width: 612px;
            margin-left: auto;
            margin-right: auto
        }

        .ecomDetail .verticalTab .tabs_wrapper .tab_container {
            min-width: calc(100% - 316px)
        }

            .ecomDetail .verticalTab .tabs_wrapper .tab_container .tab_content {
                padding: 36px
            }

                .ecomDetail .verticalTab .tabs_wrapper .tab_container .tab_content p {
                    max-width: 100%;
                    margin-left: 0;
                    margin-right: auto
                }

    .ecomDetail .requestForm .ipadMockup {
        right: 20px !important
    }

    .ecomDetail .requestForm .phoneMockup {
        display: block
    }

        .ecomDetail .requestForm .phoneMockup img {
            width: 180px;
            position: relative;
            left: 50px;
            z-index: 1050;
            top: 200px
        }

    .ecomDetail .welcome {
        min-height: 665px;
        padding: 78px 0 72px 0
    }

        .ecomDetail .welcome::after {
            height: 228px
        }

        .ecomDetail .welcome .imgholder {
            max-width: 634px;
            margin-left: auto;
            margin-right: 0px
        }

            .ecomDetail .welcome .imgholder .rightImgTop, .ecomDetail .welcome .imgholder .rightImgBtm {
                margin-bottom: 0px
            }

            .ecomDetail .welcome .imgholder .rightImgTop {
                max-width: 508px;
                margin-right: 0;
                margin-left: auto
            }

            .ecomDetail .welcome .imgholder .rightImgBtm {
                position: absolute;
                left: 0px;
                bottom: 50px;
                border-top: 20px solid #fff;
                border-right: 20px solid #fff
            }

    .ecomDetail .ecomCarousal {
        padding-top: 0
    }

    .ecomDetail .lifeCycle, .ecomDetail .requestForm, .ecomDetail .faqOuter, .ecomDetail .testimonial {
        padding: 72px 0
    }

        .ecomDetail .testimonial .testimonialInner .testimonialSlider p {
            max-width: 824px
        }

    .certificationsPage .howToget {
        padding: 78px 0
    }

        .certificationsPage .howToget .howStepOuter {
            position: relative
        }

            .certificationsPage .howToget .howStepOuter.midle::after, .certificationsPage .howToget .howStepOuter.midle::before {
                content: "";
                display: inline-block;
                position: absolute;
                top: 50%;
                z-index: 1;
                width: 44px;
                height: 1px;
                background-image: url("../images/LineDiv.png");
                background-repeat: no-repeat;
                background-position: center center
            }

            .certificationsPage .howToget .howStepOuter.midle::before {
                left: -36px
            }

            .certificationsPage .howToget .howStepOuter.midle::after {
                right: -36px
            }

        .certificationsPage .howToget .howStep {
            margin-bottom: 48px;
            max-width: 320px;
            margin-left: auto;
            margin-right: auto
        }

            .certificationsPage .howToget .howStep.midle {
                position: relative
            }

    .certificationsPage .idealFor {
        max-height: 665px;
        overflow: hidden
    }

        .certificationsPage .idealFor .idealForDesc .idealForDescInner {
            padding: 80px 52px
        }

    .partnership .ourPartners .partnerOuter img {
        height: 78px
    }

    .partnership .howItsWork .howItsWorkVideo .videoOption {
        margin: 180px 0 80px
    }

    .partnership .whatGet .whatuGetImg {
        height: 100%;
        overflow: hidden
    }

        .partnership .whatGet .whatuGetImg img {
            height: 100%;
            width: auto
        }

    .partnership .whatGet::after {
        width: 320px
    }

    .partnership .productArea .productText {
        top: -118px
    }

    .certificationSign {
        flex-wrap: nowrap;
        flex-direction: unset
    }

        .certificationSign.partneshipSign .left {
            width: 560px;
            height: 100vh;
            overflow: hidden
        }

        .certificationSign.partneshipSign .right {
            width: calc(100% - 560px)
        }

            .certificationSign.partneshipSign .right .rightInner {
                width: 100%;
                padding-left: 50px;
                padding-right: 50px
            }

        .certificationSign .right {
            display: flex;
            align-items: center
        }

            .certificationSign .right .actionOuter {
                text-align: right
            }

        .certificationSign .left {
            border-radius: 0 20px 20px 0
        }

            .certificationSign .left .bgImg {
                height: 100%;
                background-position: 0 0
            }

                .certificationSign .left .bgImg img {
                    height: 100%;
                    width: auto
                }

    .pricelist .priceElem .priceElemOutr .priceItmOuter {
        margin-bottom: 12px
    }

    .selectedPlan .planOuter .right, .selectedPlan .planOuter .left {
        padding-top: 60px;
        padding-bottom: 60px
    }

        .selectedPlan .planOuter .right .topSec .topSecRight {
            margin-top: 0px;
            text-align: right
        }

            .selectedPlan .planOuter .right .topSec .topSecRight .activePlanright span {
                display: inline-block
            }

                .selectedPlan .planOuter .right .topSec .topSecRight .activePlanright span p {
                    text-align: left
                }

    .m-lg-0 {
        margin: 0 !important
    }

    .footer-wrapper .footer-1 .para {
        max-width: 780px;
        margin: 0 auto 20px auto
    }

    .pricelist .bannerImg .captionText {
        position: absolute
    }

    .pricelist .priceElem .priceElemOutr {
        flex-wrap: nowrap
    }

    .am_features_list_top .feature_dead {
        margin-top: 292px;
        max-width: 680px
    }

    .am_features_list {
        padding-top: 10px
    }

    .contact_wrapper .faq_top {
        margin-top: 140px
    }

    .faq_header_bg .container, .faq_inner_header_bg .container, .emi_bg .container {
        padding: 0 !important;
        max-width: 976px !important;
        margin: 0 auto
    }

    .contact_wrapper .faq_top {
        background-position: 38px top
    }

    .contact_wrapper .faq_mid .container {
        max-width: 976px !important
    }

        .contact_wrapper .faq_mid .container .faq_cat_out {
            margin-right: -6px !important;
            margin-left: -6px !important;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            justify-content: center
        }

            .contact_wrapper .faq_mid .container .faq_cat_out a {
                display: inline-block;
                position: relative;
                text-decoration: none;
                -ms-flex-preferred-size: 0;
                flex-basis: 0;
                -ms-flex-positive: 1;
                max-width: 100%;
                padding: 0 6px !important;
                min-width: 16.6666%
            }

    .pricelist.toNewHeader .toNewContent .faq_none .faq_mid {
        margin-top: 0px
    }

        .pricelist.toNewHeader .toNewContent .faq_none .faq_mid .faq_cat_out {
            margin-right: -6px !important;
            margin-left: -6px !important;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            justify-content: center
        }

            .pricelist.toNewHeader .toNewContent .faq_none .faq_mid .faq_cat_out a {
                display: inline-block;
                position: relative;
                text-decoration: none;
                -ms-flex-preferred-size: 0;
                flex-basis: 0;
                -ms-flex-positive: 1;
                max-width: 100%;
                padding: 0 6px !important;
                min-width: 16.6666%
            }

    .footer_2_outer .footer_2_inner .footer_menu li {
        min-width: auto
    }

    .emi_top {
        margin-top: 180px
    }

    .chart_outer .chart_inner .chart_details {
        width: 148px;
        left: unset;
        transform: translateX(0);
        right: 0
    }

        .chart_outer .chart_inner .chart_details .chart_details_item h6 {
            font-size: 12px
        }

    .emi_tabs {
        padding-top: 48px
    }

    .priceCart .priceCartInner .addonList .addonItem .addonTop .addonItNm {
        min-width: 20%
    }

    .priceCart .priceCartInner .addonList .addonItem.bundleElement .addonTop {
        flex-wrap: nowrap;
        margin-bottom: 8px
    }

        .priceCart .priceCartInner .addonList .addonItem.bundleElement .addonTop .addonBundleCount {
            width: 140px
        }

        .priceCart .priceCartInner .addonList .addonItem.bundleElement .addonTop .addonBundleCountSelected {
            width: 140px;
            margin-top: 0
        }

        .priceCart .priceCartInner .addonList .addonItem.bundleElement .addonTop .addonItPrice {
            width: calc(80% - 474px);
            min-width: calc(80% - 474px)
        }

    .priceCart .priceCartInner .addonpriceList .addonItem .addonTop .addonItNm {
        min-width: 20%
    }

    .priceCart .priceCartInner .addonpriceList .addonItem.bundleElement .addonTop {
        flex-wrap: nowrap;
        margin-bottom: 8px
    }

        .priceCart .priceCartInner .addonpriceList .addonItem.bundleElement .addonTop .addonBundleCount {
            width: 140px
        }

        .priceCart .priceCartInner .addonpriceList .addonItem.bundleElement .addonTop .addonBundleCountSelected {
            width: 140px;
            margin-top: 0
        }

        .priceCart .priceCartInner .addonpriceList .addonItem.bundleElement .addonTop .addonItPrice {
            width: calc(80% - 474px);
            min-width: calc(80% - 474px)
        }
}

@media (min-width: 1025px) {
    .ecomDetail .requestForm .ipadMockup {
        right: 14px;
        width: 100%;
        max-width: 600px
    }
}

@media (min-width: 1348px) {
    .downloadApp {
        padding: 100px 0
    }

        .downloadApp .phoneMockupHome {
            max-width: 402px
        }

    .ecomDetail .requestForm .phoneMockup img {
        width: 200px;
        left: 120px;
        z-index: 1050;
        top: 88px
    }

    .ecomDetail .requestForm .ipadMockup {
        width: 748px;
        max-width: 700px
    }

    .ecomDetail .lifeCycle .lifeCycleInner .lifeItem.three {
        right: -60px
    }

    .ecomDetail .lifeCycle .lifeCycleInner .lifeItem.four {
        left: -60px
    }

    .partnership .whatGet .bgImg {
        height: 100%;
        width: 100%;
        overflow-y: hidden
    }

    .certificationSign.partneshipSign .left {
        width: 560px;
        max-width: 560px;
        min-width: unset
    }

    .certificationSign.partneshipSign .right {
        min-width: calc(100% - 560px)
    }

    .certificationSign .left {
        min-width: calc(100% - 578px)
    }

        .certificationSign .left .bgImg img {
            width: auto;
            height: auto;
            max-height: 100vh;
            min-height: 100vh
        }

    .certificationSign .right {
        width: 578px;
        padding-left: 40px;
        padding-right: 40px
    }

    .dashboard .dashboardRight .packageDetail .adonns {
        padding: 24px 12px 8px 12px
    }

        .dashboard .dashboardRight .packageDetail .adonns .adonnList {
            display: flex;
            flex-wrap: wrap;
            justify-content: center
        }

            .dashboard .dashboardRight .packageDetail .adonns .adonnList .adonnItm {
                margin: 0 8px 16px 8px;
                width: calc(33.3333% - 16px)
            }

    .pricelist .priceElem .addonListing .addonItemListOuter .addonItemListing {
        width: 14.2857%;
        border-bottom: 1px solid rgba(252,209,211,0)
    }

        .pricelist .priceElem .addonListing .addonItemListOuter .addonItemListing:last-child {
            border-right: 1px solid rgba(252,209,211,0);
            border-left: 1px solid rgba(252,209,211,0)
        }

    .signNew .signinWrapper .signRight {
        border-top: 80px solid #fff;
        border-bottom: 80px solid #fff;
        padding: 28px 108px 28px 0
    }

        .signNew .signinWrapper .signRight::after {
            width: 80px
        }

        .signNew .signinWrapper .signRight .signRightInner {
            height: calc(100vh - 206px);
            padding: 48px 32px
        }

    .contact_wrapper .faq_top {
        background-position: 90px top
    }

    .contact_wrapper.privacy_section {
        background-size: cover;
        background-position: bottom center;
        max-height: 680px
    }

        .contact_wrapper.privacy_section .faq_top .help {
            margin-top: 160px
        }

    .contact_wrapper.terms_section {
        background-size: cover;
        background-position: bottom center;
        max-height: 720px
    }
}

@media (min-width: 1440px) {
    .certificationSign.partneshipSign .right {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 60px
    }

    .certificationSign.partneshipSign .left .bgImg img {
        width: auto;
        height: 100vh;
        min-height: auto
    }

    .certificationSign .left {
        min-width: calc(100% - 668px);
        max-height: 100vh
    }

        .certificationSign .left .bgImg img {
            width: 100%;
            height: auto;
            min-height: auto
        }

    .certificationSign .right {
        width: 668px;
        padding-left: 50px;
        padding-right: 50px
    }

    .contact_wrapper.terms_section .faq_top {
        margin-top: 208px
    }

    .contact_wrapper.faq_header_bg .faq_top {
        margin-top: 208px
    }

    .contact_wrapper.am_features_list_top {
        min-height: 720px
    }

    .contact_wrapper .contact_section {
        margin-top: 0px
    }
}

@media (min-width: 1600px) {
    .contact_wrapper.terms_section .faq_top {
        margin-top: 288px
    }

    .contact_wrapper.faq_header_bg .faq_top {
        margin-top: 248px
    }

    .contact_wrapper.am_features_list_top {
        min-height: 780px
    }

    .contact_wrapper .contact_section {
        margin-top: 40px
    }
}

@media (min-width: 1920px) {
    .contact_wrapper.terms_section .faq_top {
        margin-top: 308px
    }

    .contact_wrapper.faq_header_bg .faq_top {
        margin-top: 348px
    }

    .contact_wrapper .contact_section {
        margin-top: 120px
    }
}

@media (max-width: 420px) {
    .am_desk_ready .mockupSlider {
        max-width: 325px !important
    }

        .am_desk_ready .mockupSlider .sliderInner {
            max-width: 278px !important;
            max-height: 242px;
            left: 32px !important;
            top: 25px !important
        }

    .store-icon {
        display: flex;
        justify-content: space-between
    }

        .store-icon .badgeBtn {
            margin-right: 0px
        }

            .store-icon .badgeBtn img {
                width: 100%
            }

    .am_desk_ready .btn-wrap .btn-btnPrimary {
        padding: 10px;
        font-size: 12px
    }

    .am_desk_ready .btn-wrap .outlineBtnRect {
        padding: 10px;
        font-size: 12px
    }

    .dateLayout {
        display: block !important
    }

    .btnWrapper div a {
        padding: 0px !important
    }
}

@media (max-width: 767px) {
    .am_desk_ready .mockupSlider {
        z-index: 0
    }

    .landing .landingBanner .headerSearch {
        z-index: 2
    }
}

@media (max-width: 1200px) {
    .addonSec .addonField .addonSection .addonItem .addonBlock {
        padding: 15px
    }
}

@media (max-width: 991px) {
    .notBox .btnWrapper {
        display: flex;
        justify-content: center;
        column-gap: 20px
    }

    .pricelist .priceElem .priceTabSec .table-pricing .pricingTabFeild {
        padding: 30px 10px 30px 20px;
        font-size: 22px
    }

    .pricelist .priceElem .priceTabSec .table-pricing .pricingTabFeild1 {
        font-size: 22px
    }

    .pricelist .priceElem .priceTabSec .table-pricing .pricingTabFeild2 {
        font-size: 22px
    }

    .addonSec .addonField .addonSection .addonItem .addonBlock {
        padding: 25px
    }

        .addonSec .addonField .addonSection .addonItem .addonBlock .addOnList .addRupee {
            font-size: 18px
        }
}

@media (max-width: 768px) {
    .priceCart .priceCartInner .addonList.grnd .grndTot .priceRight h1::before {
        width: 16px;
        height: 16px;
        top: 6px
    }

    .pricelist .priceElem .softwareContent tr .accSoftware .softwareIcon {
        width: 35px;
        height: 35px;
        padding: 6px;
        margin-right: 6px
    }

    .priceCart .priceCartInner .addonList.grnd .grndTot .priceRight h1 {
        font-size: 22px
    }

    .priceCart .priceCartInner .addonList {
        padding: 0;
        margin-top: 8px
    }

        .priceCart .priceCartInner .addonList .addonItem:last-child {
            margin-top: 6px
        }

    .addonSec .addonField .addonSection .addonItem .addonBlock {
        padding: 15px
    }

        .addonSec .addonField .addonSection .addonItem .addonBlock .addOnList .addRupee {
            font-size: 20px
        }

    .pricelist .priceElem .listTable tr td {
        padding: 8px 4px 8px 26px;
        width: auto;
        font-size: 12px
    }

        .pricelist .priceElem .listTable tr td::before {
            left: 7px;
            top: 11px
        }

    .pricelist .priceElem .softwareContent tr {
        min-width: auto;
        width: auto;
        padding: 4px;
        font-size: 12px
    }

        .pricelist .priceElem .softwareContent tr .accSoftware {
            width: auto !important
        }

    .pricelist .priceElem .priceTabSec .table-pricing .pricingTabFeild, .pricelist .priceElem .priceTabSec .table-pricing .pricingTabFeild1, .pricelist .priceElem .priceTabSec .table-pricing .pricingTabFeild2 {
        min-width: auto;
        padding: 6px;
        font-size: 14px
    }

        .pricelist .priceElem .priceTabSec .table-pricing .pricingTabFeild1 p {
            font-size: 16px;
            margin-top: 10px
        }

        .pricelist .priceElem .priceTabSec .table-pricing .pricingTabFeild1 .getStarted {
            margin-top: 0px;
            width: 100%;
            height: 35px;
            font-size: 12px
        }

        .pricelist .priceElem .priceTabSec .table-pricing .pricingTabFeild2 .freeDays {
            font-size: 14px;
            margin-top: 10px
        }

        .pricelist .priceElem .priceTabSec .table-pricing .pricingTabFeild2 .getStarted {
            margin-top: 0px;
            width: 100%;
            height: 35px;
            font-size: 12px
        }
}

.logoutModal {
    display: none
}

    .logoutModal.open {
        display: block;
        pointer-events: visible;
        opacity: 1
    }

.logoutPopup {
    background-repeat: no-repeat;
    background-position: initial;
    background-size: cover;
    max-width: 516px;
    height: 260px;
    margin: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden
}

    .logoutPopup .logoutReminder {
        float: right;
        padding: 80px 20px 30px 86px
    }

        .logoutPopup .logoutReminder .reminderhead {
            font-size: 25px;
            font-weight: 400;
            color: #373737
        }

        .logoutPopup .logoutReminder .remindersub {
            font-size: 17px;
            font-weight: 400;
            color: #373737;
            margin-top: 15px
        }

        .logoutPopup .logoutReminder .reminderBtn {
            display: flex;
            margin-top: 35px
        }

            .logoutPopup .logoutReminder .reminderBtn .reminder-cancelBtn {
                width: 100px;
                height: 35px;
                border-radius: 5px;
                background-color: #AFAFAF;
                color: #fff;
                font-size: 14px;
                font-weight: 400;
                margin-right: 25px;
                outline: 0;
                border: 1px solid #AFAFAF;
                transition: ease-in-out .4s
            }

                .logoutPopup .logoutReminder .reminderBtn .reminder-cancelBtn:hover {
                    background-color: #8d8989
                }

            .logoutPopup .logoutReminder .reminderBtn .reminder-logoutBtn {
                width: 100px;
                height: 35px;
                border-radius: 5px;
                background-color: #C90E15;
                border: 1px solid #C90E15;
                color: #fff;
                font-size: 15px;
                font-weight: 400;
                outline: 0;
                transition: ease-in-out .4s
            }

                .logoutPopup .logoutReminder .reminderBtn .reminder-logoutBtn:hover {
                    background-color: #9b1217
                }

@media (max-width: 575px) {
    .header {
        top: 5px
    }

    .am_desk_ready {
        padding: 40px 0
    }

    .all-features .all-featured-item {
        margin-bottom: 20px
    }

    .downloadApp {
        margin-top: 40px;
        padding: 40px 0 0
    }

    .fivePoints {
        padding: 40px 0
    }

        .fivePoints .fivePointCard {
            padding: 35px 28px 40px;
            margin-bottom: 10px
        }

        .fivePoints .specialPara {
            margin-bottom: 10px
        }

    .k_timeline {
        margin-top: 30px
    }

    .mb-60 {
        margin-bottom: 35px
    }

    .am_features_listing .all-featured-item .all-feature-head {
        min-height: 20px;
        max-height: 48px
    }

    .logoutPopup {
        margin: 20px
    }

        .logoutPopup .logoutReminder {
            padding: 35px 14px
        }

        .logoutPopup .reminder-cancelBtn {
            background-color: #5a5858 !important
        }
}

@media (max-width: 375px) {
    .am_desk_ready .mockupSlider .sliderInner {
        left: 28px !important;
        top: 29px;
        max-width: 280px !important;
        max-height: 242px
    }
}

@media (max-width: 345px) {
    .am_desk_ready .mockupSlider .sliderInner {
        max-width: 251px !important;
        max-height: 220px;
        left: 22px !important
    }
}

@media (max-width: 575px) {
    .priceCart .priceCartInner .addpriceList {
        padding: 15px 0
    }

    .modalOfrDialog .pop-up {
        width: 100%;
        margin: 20px
    }

    .pricelist .priceElem .priceTabSec .table-pricing tr td {
        padding: 15px
    }
}

@media (max-width: 1199px) {
    .priceCart .priceCartInner .couponSec .aplyCoupn h5 {
        font-size: 14px
    }

    .addonSec .addonField .addonSection .addonBlock h3 {
        font-size: 16px
    }
}

@media (max-width: 991px) {
    .addonSec .addonField .addonSection {
        grid-template-columns: 1fr 1fr 1fr
    }

        .addonSec .addonField .addonSection .addonBlock h2 {
            font-size: 18px !important;
            margin-bottom: 15px !important
        }

        .addonSec .addonField .addonSection .addonBlock h3 {
            font-size: 16px !important
        }

    .pricelist .priceElem .pricingSection .pricingTableSec .pricingTabFeild2 {
        padding: 15px;
        font-size: 20px
    }

        .pricelist .priceElem .pricingSection .pricingTableSec .pricingTabFeild2 .freeDays {
            font-size: 16px
        }

        .pricelist .priceElem .pricingSection .pricingTableSec .pricingTabFeild2 .getStarted {
            width: 100%
        }

    .pricelist .priceElem .pricingSection .pricingTableSec .pricingTabFeild1 {
        padding: 15px;
        font-size: 20px
    }

        .pricelist .priceElem .pricingSection .pricingTableSec .pricingTabFeild1 .freeDays {
            font-size: 16px
        }

        .pricelist .priceElem .pricingSection .pricingTableSec .pricingTabFeild1 .getStarted {
            width: 100%
        }

    .pricelist .priceElem .pricingSection .pricingTableSec .pricingTabFeild {
        padding: 15px;
        font-size: 20px
    }
}

@media (max-width: 680px) {
    .pricelist .priceElem .priceTabSec .table-pricing .pricingTabFeild1 .freeDays {
        margin-top: 10px
    }

    .sectionHeadTable h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px
    }

    .sectionHeadTable p {
        font-size: 14px;
        line-height: 26px
    }

    .addonSec .addonField {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .getInTouch .getInTouchInner h3 {
        font-size: 20px;
        line-height: 34px
    }

    .getInTouch .getInTouchInner p {
        font-size: 14px
    }

    .pricelist .priceElem .pricingSection .pricingTableSec .pricingTabFeild2 .freeDays {
        margin-bottom: 6px
    }

    .pricelist .priceElem .pricingSection .pricingTableSec .pricingTabFeild2 .getStarted {
        margin-top: 0
    }

    .pricelist .tcText {
        margin-top: 15px
    }

    .pricelist .priceElem .pricingSection .pricingTableSec .pricingTabFeild2 .getStarted {
        font-size: 13px;
        height: 35px
    }

    .addonSec .addonField .addonHead h2 {
        margin-bottom: 12px;
        font-size: 20px
    }

    .pricelist .priceElem .pricingSection .pricingTableSec .pricingTabFeild1 .getStarted, .pricingTabFeild2 .getStarted {
        font-size: 13px;
        height: 35px
    }

    .pricelist .priceElem .pricingSection .pricingTableSec .pricingTabFeild1 .freeDays, .pricingTabFeild2 .freeDays {
        font-size: 12px !important
    }

    .addonSec .addonField .addonSection {
        grid-template-columns: 1fr 1fr
    }

    .pricelist .priceElem .priceTabSec .table-pricing .pricingTabFeild1 .freeDays {
        font-size: 12px
    }
}

@media (max-width: 575px) {
    .pricelist .priceElem .pricingSection .softwareSection .accountSection li {
        font-size: 13px;
        line-height: 21px;
        padding-left: 22px
    }

    .addonSec .addonField .addonSection {
        grid-template-columns: 1fr 1fr;
        column-gap: 15px
    }

        .addonSec .addonField .addonSection .addonBlock {
            padding: 15px !important
        }

    .pricelist .priceElem .pricingSection .pricingTableSec .pricingTabFeild2 {
        font-size: 16px;
        padding: 10px
    }

    .pricelist .priceElem .pricingSection .pricingTableSec .pricingTabFeild1 {
        font-size: 16px;
        padding: 10px
    }

    .pricelist .priceElem .pricingSection .pricingTableSec .pricingTabFeild {
        font-size: 16px;
        padding: 10px
    }

    .pricelist .priceElem .pricingSection .pricingtablefieldsec .firstCol {
        padding: 10px;
        font-size: 13px;
        align-items: center;
        justify-content: center
    }

    .pricelist .priceElem .pricingSection .pricingtablefieldsec .secondCol {
        padding: 10px;
        font-size: 13px;
        align-items: center;
        justify-content: center
    }

    .pricelist .priceElem .pricingSection .pricingtablefieldsec .thirdCol {
        padding: 10px;
        font-size: 13px;
        align-items: center;
        justify-content: center
    }

    .pricelist .priceElem .pricingSection .accoxiSoftware {
        padding: 8px 4px;
        font-size: 13px
    }
}

@media (max-width: 480px) {
    .downldbtn {
        margin-top: 10px
    }

    .notBox .btnWrapper {
        display: block
    }

    .addonSec .addonField .addonSection {
        grid-template-columns: 1fr
    }
}

.pricingTable {
    border-radius: 12px
}

.accountingSec {
    padding: 60px 0 40px
}

    .accountingSec .accountingRow .accountContent h3 {
        font-weight: 500;
        font-size: 25px;
        line-height: 35px;
        color: #000
    }

    .accountingSec .accountingRow .accountContent .playStoreIcon {
        margin-top: 35px
    }

        .accountingSec .accountingRow .accountContent .playStoreIcon img {
            margin-right: 10px
        }

@media (min-width: 992px) {
    .accountingSec .accountingRow .accountContent {
        padding: 40px 70px 0
    }
}

@media (min-width: 1200px) {
    .accountingSec .accountingRow .accountContent {
        padding: 100px 150px 0
    }
}

@media (max-width: 991px) {
    .accountImgRow img {
        width: 100%
    }

    .accountingSec .accountingRow .accountContent {
        padding: 30px 70px 0
    }
}

@media (max-width: 768px) {
    .accountingSec .accountingRow .accountContent {
        padding: 20px
    }
}

@media (max-width: 768px) {
    .accountingSec {
        padding: 30px 15px
    }
}

@media (max-width: 680px) {
    .accountImgRow {
        margin-top: 20px
    }

        .accountImgRow img {
            width: 100%
        }

    .accountingSec .accountingRow .accountContent {
        padding: 0px
    }

        .accountingSec .accountingRow .accountContent h3 {
            font-size: 20px
        }
}

.left {
    text-align: left !important
}

.pb-md-40 {
    padding: 0 0 40px 0
}

@media (max-width: 1199px) {
    .pricelist .priceElem .priceTabSec .table-pricing .pricingTabFeild, .pricelist .priceElem .priceTabSec .table-pricing .pricingTabFeild1, .pricelist .priceElem .priceTabSec .table-pricing .pricingTabFeild2 {
        font-size: 20px
    }
}

@media (max-width: 1199px) {
    .pricelist .priceElem .priceTabSec {
        display: none
    }

    .startNote {
        display: none
    }

    .customPriceTab {
        display: none
    }
}

.priceTabRow {
    display: grid;
    grid-template-columns: 1fr;
    margin: 23px auto 0;
    max-width: 500px;
    width: 100%
}

    .priceTabRow .priceTabBlock {
        margin-bottom: 25px;
        border: 1px solid #ddd;
        border-radius: 12px
    }

        .priceTabRow .priceTabBlock .priceTabhead {
            text-align: center;
            padding: 25px 30px;
            border-top-left-radius: 12px;
            border-top-right-radius: 12px
        }

            .priceTabRow .priceTabBlock .priceTabhead.redBg {
                background: #4BB443
            }

            .priceTabRow .priceTabBlock .priceTabhead.darkred {
                background: #1A542C
            }

            .priceTabRow .priceTabBlock .priceTabhead.lightbg {
                background: #F5F5F5
            }

            .priceTabRow .priceTabBlock .priceTabhead h2 {
                font-size: 30px;
                font-weight: 500;
                color: #000;
                line-height: 46px;
                margin: 0
            }

                .priceTabRow .priceTabBlock .priceTabhead h2.white {
                    color: #fff
                }

            .priceTabRow .priceTabBlock .priceTabhead .subHead {
                font-size: 20px;
                font-weight: 400;
                color: #fff;
                margin-top: 6px;
                display: block
            }

                .priceTabRow .priceTabBlock .priceTabhead .subHead.rupeeHead {
                    font-size: 18px;
                    font-weight: 400;
                    color: #fff
                }

                    .priceTabRow .priceTabBlock .priceTabhead .subHead.rupeeHead .rupee {
                        font-size: 25px;
                        font-weight: 400
                    }

            .priceTabRow .priceTabBlock .priceTabhead .getStartBtn {
                margin: 20px auto 0;
                width: 270px;
                height: 45px;
                font-size: 16px;
                font-weight: 500;
                background-color: #FCF4F4;
                color: #000;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 4px;
                border: 1px solid #FCF4F4;
                outline: none;
                transition: ease-in-out .4s
            }

                .priceTabRow .priceTabBlock .priceTabhead .getStartBtn:hover {
                    background-color: #f4eaea;
                    box-shadow: rgba(0,0,0,0.15) 0px 15px 25px,rgba(0,0,0,0.5) 0px 5px 10px
                }

        .priceTabRow .priceTabBlock .priceTabItem {
            text-align: center
        }

            .priceTabRow .priceTabBlock .priceTabItem li {
                padding: 18px 30px
            }

                .priceTabRow .priceTabBlock .priceTabItem li.customList {
                    font-size: 20px;
                    color: #000
                }

                .priceTabRow .priceTabBlock .priceTabItem li:nth-child(even) {
                    background: #F5F5F5
                }

                .priceTabRow .priceTabBlock .priceTabItem li:last-child {
                    border-bottom-left-radius: 12px;
                    border-bottom-right-radius: 12px
                }

                .priceTabRow .priceTabBlock .priceTabItem li .priceCap {
                    font-size: 18px;
                    font-weight: 500;
                    color: #4BB443;
                    margin-bottom: 4px
                }

                .priceTabRow .priceTabBlock .priceTabItem li .priceValue {
                    font-size: 16px;
                    font-weight: 500;
                    color: #2D2D2D
                }

    .priceTabRow .accountSoftwareMobile {
        margin-bottom: 20px
    }

        .priceTabRow .accountSoftwareMobile .accounthead {
            display: grid;
            grid-template-columns: 40px 1fr;
            column-gap: 8px;
            background-color: #4BB443;
            padding: 10px 20px;
            border-top-left-radius: 12px;
            border-top-right-radius: 12px
        }

            .priceTabRow .accountSoftwareMobile .accounthead .softwareIcon {
                width: 40px;
                height: 40px;
                background-color: #fff;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center
            }

            .priceTabRow .accountSoftwareMobile .accounthead .softwareLabel {
                font-size: 16px;
                font-weight: 400;
                color: #fff;
                display: flex;
                align-items: center
            }

        .priceTabRow .accountSoftwareMobile .softwareUl {
            display: flex;
            flex-wrap: wrap;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-align-content: center;
            -ms-flex-line-pack: center;
            align-content: center;
            padding: 15px;
            background-color: #f5f5f5;
            border-bottom-left-radius: 12px;
            border-bottom-right-radius: 12px;
            border: 1px solid #ddd
        }

            .priceTabRow .accountSoftwareMobile .softwareUl li {
                font-size: 16px;
                font-weight: 500;
                color: #000;
                padding: 8px 30px 8px 43px;
                position: relative
            }

                .priceTabRow .accountSoftwareMobile .softwareUl li::before {
                    content: " ";
                    position: absolute;
                    left: 16px;
                    top: 13px;
                    background-image: url(../images/tick.png);
                    width: 14px;
                    height: 10px
                }

    .priceTabRow .starNote p {
        font-size: 16px;
        font-weight: 400;
        color: #000;
        text-align: end
    }

.priceCart .priceCartInner .addonList .addonItem .addonTop .addonItNm.selectWidth {
    min-width: 55%
}

@media (min-width: 1200px) {
    .priceTabRow {
        display: none
    }
}

@media (max-width: 767px) {
    .priceCart .priceCartInner .addonList .addonItem .addonTop .addonItNm.selectWidth {
        min-width: 45%
    }

    .priceTabRow .priceTabBlock .priceTabhead {
        padding: 18px 30px
    }

        .priceTabRow .priceTabBlock .priceTabhead h2 {
            font-size: 24px;
            line-height: 35px
        }

        .priceTabRow .priceTabBlock .priceTabhead .subHead {
            font-size: 16px
        }

        .priceTabRow .priceTabBlock .priceTabhead .getStartBtn {
            margin-top: 15px;
            width: 230px;
            height: 40px
        }

    .priceTabRow .priceTabBlock .priceTabItem li {
        padding: 12px 30px
    }

        .priceTabRow .priceTabBlock .priceTabItem li.customList {
            font-size: 16px
        }

        .priceTabRow .priceTabBlock .priceTabItem li .priceCap {
            font-size: 16px
        }

        .priceTabRow .priceTabBlock .priceTabItem li .priceValue {
            font-size: 14px
        }

    .accountSoftwareMobile {
        margin-bottom: 15px !important
    }

        .accountSoftwareMobile .accounthead .softwareIcon {
            width: 35px !important;
            height: 35px !important
        }

            .accountSoftwareMobile .accounthead .softwareIcon svg {
                width: 20px;
                height: 20px
            }

        .accountSoftwareMobile .accounthead .softwareLabel {
            font-size: 12px !important
        }

    .softwareUl li {
        font-size: 14px !important
    }

    .addonSec .addonField .addonSection {
        padding: 0 25px
    }

        .addonSec .addonField .addonSection .addonItem .addonBlock .addOnList {
            font-size: 18px
        }

        .addonSec .addonField .addonSection .addonItem .addonBlock .indRupee {
            font-size: 16px
        }

        .addonSec .addonField .addonSection .addonItem .addonBlock .bill {
            font-size: 14px
        }

    .starNote p {
        font-size: 14px !important
    }
}

h6.priceicon::before {
    display: none !important
}

.incrementCounter .tooltip.top {
    right: -88px
}

@media (max-width: 575px) {
    .priceTabRow .accountSoftwareMobile .softwareUl {
        flex-wrap: unset !important
    }

    .addonItCounter .tooltip.top {
        left: 0px !important
    }

    .tooltip.top .tooltip-arrow {
        left: 10%
    }

    .incrementCounter .tooltip.top {
        left: 35px
    }

        .incrementCounter .tooltip.top .tooltip-arrow {
            right: 16px;
            left: 38.1724% !important
        }

        .incrementCounter .tooltip.top .tooltip-inner {
            min-width: 190px
        }
}

.aplyCoupnValidator {
    font-size: 12px;
    color: #4BB443
}

@media (min-width: 1200px) {
    .priceCart .priceCartInner .addonList .addonItem select {
        margin-left: 40px
    }
}

@media (max-width: 1199px) {
    .priceCart .priceCartInner .addonList .addonItem select {
        margin-left: 40px
    }
}

@media (max-width: 575px) {
    .priceCart .priceCartInner .addonList .addonItem select {
        margin-left: 0px
    }
}

.counterToaster {
    max-width: 255px;
    padding: 10px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
    margin-left: auto;
    width: 100%;
    position: fixed;
    z-index: 999;
    bottom: 10%;
    width: 100%;
    right: 0
}

    .counterToaster .counterText p {
        font-size: 12px;
        color: #fff;
        font-weight: 400;
        margin-bottom: 0;
        text-align: center
    }

.header .signIn .profileControl .profileDropRow .smProfile .avatarIcon {
    width: 40px;
    height: 40px;
    border: 4px solid #527383;
    background-color: #527383;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out .4s
}

    .header .signIn .profileControl .profileDropRow .smProfile .avatarIcon svg {
        fill: #fff
    }

.priceCart .priceCartInner .addonList .addonItem .addonTop .addonItCounter .plusBtn {
    position: relative
}

    .priceCart .priceCartInner .addonList .addonItem .addonTop .addonItCounter .plusBtn .incrementCounter {
        position: absolute;
        top: -30px;
        left: -10px;
        min-width: 70px
    }

.priceCart .priceCartInner .addonList .addonItem .addonTop .addonItCounter .minusBtn {
    position: relative
}

    .priceCart .priceCartInner .addonList .addonItem .addonTop .addonItCounter .minusBtn .incrementCounter {
        position: absolute;
        top: -30px;
        left: -35px;
        min-width: 80px
    }

@media (max-width: 680px) {
    .priceCart .priceCartInner .addonList .addonItem .addonTop .addonItCounter .plusBtn .incrementCounter {
        left: -55px
    }
}

@media (max-width: 420px) {
    .priceCart .priceCartInner .addonList .addonItem .addonTop .addonItCounter .plusBtn .incrementCounter {
        left: -90px
    }

        .priceCart .priceCartInner .addonList .addonItem .addonTop .addonItCounter .plusBtn .incrementCounter .tooltip-arrow {
            left: 93% !important
        }
}

@media (max-width: 360px) {
    .priceCart .priceCartInner .addonList .addonItem .addonTop .addonItCounter .plusBtn .incrementCounter {
        left: -135px
    }

        .priceCart .priceCartInner .addonList .addonItem .addonTop .addonItCounter .plusBtn .incrementCounter .tooltip-arrow {
            left: 93% !important
        }
}

.priceCart .priceCartInner .applyInput .apldOfr .ofrCpn svg {
    width: 8px;
    height: 8px
}

    .priceCart .priceCartInner .applyInput .apldOfr .ofrCpn svg path {
        fill: #018505
    }

@media (min-width: 1366px) {
    .priceCart .priceCartInner .addonList .addonItem .addonTop .addonItNm.selectWidth {
        min-width: 30%
    }
}

@media (max-width: 1199px) {
    .priceCart .priceCartInner .addonList .addonItem .addonTop .addonItNm.selectWidth {
        min-width: 40%
    }
}

@media (max-width: 767px) {
    .priceCart .priceCartInner .addonList .addonItem .addonTop .addonItNm.selectWidth {
        min-width: 45%
    }
}

.priceCart .priceCartInner .addonList .addonItem .addonTop .addonItPrice .add-price {
    display: flex;
    align-items: center
}

    .priceCart .priceCartInner .addonList .addonItem .addonTop .addonItPrice .add-price svg {
        margin-left: 3px
    }

.regsitration-outer .registration-signup .registeration-wrap .regform #contact-form .register-login .loginNow {
    color: #4BB443;
    transition: ease-in-out .4s
}

    .regsitration-outer .registration-signup .registeration-wrap .regform #contact-form .register-login .loginNow:hover {
        color: #050203
    }

.rightImgBtm, .rightImgTop {
    outline: 1px solid #ddd
}

.blogItemBlock {
    height: 99%
}

    .blogItemBlock .productItem {
        height: 100%;
        display: flex;
        flex-direction: column
    }

        .blogItemBlock .productItem .p-height {
            max-height: none !important
        }

        .blogItemBlock .productItem .blogTagsNew {
            position: absolute;
            bottom: 0;
            border-top: 1px solid #eee;
            width: 100%;
            padding-top: 10px
        }

.mrg-top-20 {
    margin-top: 20px
}

@media (min-width: 768) {
    .header li a {
        font-size: 12px !important
    }
}

@media (min-width: 1200) {
    .header li a {
        font-size: 14px !important
    }

    .header .signIn .sign-in {
        font-size: 14px
    }
}

@media (min-width: 1366px) {
    .header li a {
        padding: 8px 20px
    }
}

.ofrTymBox {
    text-align: center
}
/*# sourceMappingURL=account-box.css.map */
