    :root {
    --ttl_clr: #373737;
    --sub_ttl_clr: #707070;
    --heading_fz: 40px;
    --sub_heading_fz: 18px;
    --ttl_fz: 18px;
    --sub_ttl_fz: 15px
}

@media(max-width:1180px) {
    :root {
        --heading_fz: 35px;
        --sub_heading_fz: 16px;
        --sub_ttl_fz: 14px
    }
}

@media(max-width:950px) {
    :root {
        --heading_fz: 28px;
        --sub_heading_fz: 14px;
        --ttl_fz: 16px;
        --sub_ttl_fz: 14px
    }
}

@media(max-width:600px) {
    :root {
        --heading_fz: 28px;
        --sub_heading_fz: 15px
    }
}

@media(max-width:450px) {
    :root {
        --heading_fz: 22px
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: open sans, Arial
}

body {
    font-size: 15px;
    font-weight: 400;
    color: var(--sub_ttl_clr)
}

a {
    display: inline-block
}

a {
    text-decoration: none;
    color: var(--ttl_clr)
}

li {
    list-style: none
}

.wv-h2 {
    font-size: var(--heading_fz);
    font-weight: 700;
    margin: auto;
    line-height: 1.3;
    color: var(--ttl_clr)
}

.wv-p {
    color: var(--sub_ttl_clr);
    font-size: var(--sub_heading_fz);
    line-height: 1.3;
    margin: 0;
    font-weight: 400;
    padding-top: 15px;
    margin: auto
}

.sections-space {
    padding: 45px 0
}

.title-center {
    text-align: center;
    margin: 0 auto
}

@media(max-width:1180px) {
    .wv-h2 {
        line-height: 1.4
    }
}

@media(max-width:768px) {

    .wv-p {
        padding-top: 5px
    }

    .sections-space {
        padding: 25px 0
    }
}

@media(max-width:950px) {
    .wv-h2 {
        max-width: 610px;
        margin: auto
        font-size: xx-large;
    }
}

.ultrn-container {
    margin: 0 auto;
    margin-top: 70px;
    display: flex;
    flex-flow: row wrap
}

.ultrn-mnttl {
    font-size: 26px
}

.ultrn-mncol {
    background: #fff;
    position: relative;
    transition: all .3s ease-in-out;
    border: 1px solid #d9f1ff
}

.ultrn-container .ultrn-mncol:last-child {
    margin-right: 0
}

.ultrn-mncol:hover {
    box-shadow: unset;
    transform: unset
}

.ultrn-mncol:hover .ultrn-vlu-Wrap {
    transform: scale(1.02);
    box-shadow: 0 0 15px #b7d3f3
}

.ultrn-col1 {
    background-image: linear-gradient(#dbf4ff, #FFF)
}

.ultrn-col3 {
    background-image: linear-gradient(#d4faff, #FFF)
}

.ultrn-col4 {
    background-image: linear-gradient(#cee8ff, #FFF)
}

.ultrn-mnttl {
    text-align: center;
    position: relative;
    z-index: 5;
    margin-bottom: 20px;
    font-weight: 600;
    margin-top: 10px;
    color: #395571
}

.ultrn-vlu-Wrap {
    padding: 8px 15px 0;
    border-radius: 20px;
    background: #fff;
    transition: all .3s ease-in-out;
    flex: 1;
    padding-bottom: 64px
}

.gatfk-mncntnr {
    margin: 10px 0;
    position: relative;
    z-index: 10
}

.pln-flex {
    display: flex;
    justify-content: center;
    align-items: center
}

.s1-dur_1 {
    color: #ff7a30;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 13px
}

.s1-dur_11 {
    color: #f44860;
    border-radius: 3px;
    background: #ffecec;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 600
}

.gatfk-s1-wrapr {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to right, #fff, #D9D9D9, #fff) 53% 0%;
    padding: 5px 0 10px
}

.s1-prc-strik {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    color: #61646e;
    font-size: 14px;
    line-height: 1;
    position: relative;
    margin-right: 15px
}

.gatfk-s1-wrapr-border {
    border: none
}

.s1-prc-strik:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -4px;
    width: calc(100% + 8px);
    height: 1px;
    background: #61646e
}

i {
    font-size: 100%
}

.s1-prc-strik div {
    font-size: 100%;
    margin: 0 2px
}

.s1-prc-fnl {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #222;
    margin-top: 10px;
    transition: all .3s ease-in-out;
    font-size: 14px
}

.s1-prc-fnl i {
    align-self: flex-start
}

.s1-prc-fnl1 {
    font-size: 18px
}

.s1-prc-fnl div {
    font-size: 24px;
    margin: 0 3px;
    line-height: .8;
    font-weight: 600
}

.s1-prc-fnl1 div {
    font-size: 35px
}

.s1-prc-fnl-div div {
    font-size: 48px
}

.s1-prc-fnl span {
    align-self: flex-end
}

._mo {
    color: #5c5f67
}

.ultwn-btn-wrapr {
    text-align: center;
    margin: 10px 0 20px;
    padding: 0 15px
}

.btn-blu1-clr {
    color: #fff;
    transition: all .3s ease-in-out;
    background: #2569ce;
    border-radius: 10px
}

.btn-blu1-clr:hover {
    background: #347dcf
}

.ultwn-btn {
    display: block;
    font-size: 18px;
    padding: 13px 15px
}

.planhover:hover{
    color: #ffff !important; 
}

.ultrn-featrs-cntnr {
    padding: 0 5%
}

.ultrn-featrs-cntnr li {
    font-size: 16px;
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 20px;
    position: relative;
    padding-left: 25px
}

.ultrn-featrs-cntnr li .ftrtxt {
    color: var(--sub_ttl_clr)
}

.marktxt {
    font-weight: 700
}

.ultrn-featrs-before li:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 15px;
    height: 15px;
    background: url(/assest/img/check.png) no-repeat;
    background-size: auto
}

.ultrn-featrs-before ._close-e77070::before {
    background: url(/assest/img/cross.png) no-repeat;
    background-size: auto
}

.hlt_prtn {
    background: #13b763;
    color: #fff;
    padding: 3px 6px;
    border-radius: 3px;
    font-size: 13px;
    display: inline-block
}

.nm_ttl {
    font-size: 16px;
    font-weight: 700;
    margin: 20px auto
}

.bst_slr_pos {
    position: relative
}

.bst_slr_pos:before {
    background: url(/assest/img/best-selling.png) no-repeat;
    background-size: cover;
    position: absolute;
    content: '';
    top: -27px;
    right: -17px;
    height: 52px;
    z-index: 100;
    width: 106px
}

.crncy_fas {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 500
}

@media screen and (max-width:1200px) {

    .ultrn-container-4col .ultrn-mncol {
        border-radius: 15px
    }
}

@media screen and (max-width:1100px) {
    .s1-prc-fnl {
        font-size: 16px
    }

    .ultwn-btn-wrapr {
        margin: 20px 0 35px
    }

    .ultwn-btn {
        font-size: 15px;
        padding: 12px 20px
    }
}

@media screen and (max-width:1024px) {
    .ultrn-featrs-cntnr {
        padding: 0 5px
    }

    .ultrn-featrs-cntnr li {
        font-size: 15px;
        margin-bottom: 10px;
        padding-left: 20px
    }
}

@media screen and (max-width:950px) {
    .ultrn-mnttl {
        font-size: 25px
    }
}

@media screen and (max-width:800px) {

    .ultrn-mncol:hover {
        z-index: 5
    }
}

@media screen and (max-width:550px) {
    .ultrn-container {
        padding: 0 10px;
        margin: 0 auto
    }

    .bst_slr_pos {
        margin: 32px 0 !important
    }
}

.ultrn-container-4col {
    max-width: 1250px
}

.ultrn-container-4col .ultrn-mncol {
    width: calc(94%/4);
    margin-right: 2%;
    border-radius: 15px
}

.ultrn-container-4col .ultrn-mncol:last-child {
    margin-right: 0
}



@media screen and (max-width:1280px) {
    .ultrn-container-4col {
        width: 100%
        margin-left: 5px;
        margin-right: 5px;
    }
}

@media screen and (max-width:1200px) {
    .ultrn-container-4col .ultrn-mncol {
        width: calc((100% - 30px)/4);
        margin-right: 10px
    }
}

@media screen and (max-width:880px) {
    .ultrn-container-4col .ultrn-mncol {
        width: calc((100% - 30px)/2);
        margin-top: 30px
    }
}

@media screen and (max-width:550px) {
    .ultrn-container-4col .ultrn-mncol {
        width: 100%;
        margin: 15px 0 20px
    }

    .ultrn-container-4col .ultrn-mncol:nth-child(2n) {
        width: 100%;
        margin: 15px 0 20px
    }
}

.kl_price_sriked {
    font-size: 14px;
    margin-right: 8px;
    color: #707070
}

@media(min-width:1650px) {

    .ultrn-container-4col {
        max-width: 1450px
    }
}

.ultrn-container-4col .ultrn-mncol {
    flex-flow: column;
    display: flex
}

