﻿@font-face {
    font-family: Noto-Sans-Kannada;
    src: local(Noto-Sans-Kannada-Regular), url(../fonts/Noto-Sans-Kannada.ttf.woff) format("woff");
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: Noto-Sans-Kannada;
    src: local(Noto-Sans-Kannada-Bold), url(../fonts/Noto-Sans-Kannada-Bold.ttf.woff) format("woff");
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
}

body {
    background-color: #f8f8f8;
    overflow-x: hidden;
}

html, body {
    font-family: Noto-Sans-Kannada !important;
}


.english_font {
    font-family: 'Source Sans Pro', sans-serif !important;
}

.kannada_font {
    font-family: Noto-Sans-Kannada !important;
}


/* common css */

body.modal-open {
    padding-right: 0px !important;
    overflow-y: auto;
}

.bagde {
    position: absolute;
    top: -2px;
    left: -5px;
}

.ml-0 {
    margin-left: 0px !important;
}


.image-center {
    display: block;
    margin: auto;
}


.box__line {
    border: 1px solid #999;
    border-radius: 6px;
}

.img-res {
    width: 100%;
    display: block;
    margin: auto;
}

.position-relative {
    position: relative;
}

.position-fixed {
    position: fixed;
}


.img__align {
    vertical-align: top;
    margin-right: 10px;
    margin-left: 10px;
}

.bg-white {
    background-color: #fff;
}

.bg-red {
    color: red;
}

.dropdown-header {
    cursor: not-allowed;
    user-select: none;
    font-weight: bold !important;
    font-family: 'Source Sans Pro', sans-serif !important;
    color: #000 !important;
    line-height: 1.42857143;
    white-space: nowrap;
}

.dropdown-menu .divider {
    height: 0px;
    margin: 0px 0;
}

.dropdown-menu .group-list > span {
    user-select: none;
    display: block;
    padding: 0px 0px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    color: #666666 !important;
    font-family: 'Source Sans Pro', sans-serif !important;
    text-decoration: none;
    font-size: 14px;
}

#Edition, #reg_edition, #state, #city, #country {
    padding: 8px 13px 0px 35px !important;
    height: 42px !important;
    position: relative;
    -webkit-appearance: textfield;
}

.form-control:focus {
    border-color: #B50101;
}



p.terms {
    font-weight: bold;
    color: #B50101;
    cursor: pointer;
}


a:focus, a:hover {
    color: #B50101;
}

a {
    color: #B50101;
}

/* common space */

.p-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.pr-5 {
    padding-right: 5px;
}

.pl-5 {
    padding-left: 5px;
}

.m_all {
    margin: 30px 30px 0px;
}

.mt-50 {
    margin-top: 50px;
}

.mt_30 {
    margin-top: 30px;
}


.mt_15 {
    margin-top: 15px;
}

.mt_20 {
    margin-top: 20px;
}

.mt_25 {
    margin-top: 25px;
}

.mr_20 {
    margin-right: 20px;
}

.link:hover {
    text-decoration: underline;
}


.mb_10 {
    margin-bottom: 10px;
}

.mb_20 {
    margin-bottom: 20px;
}

.mb_15 {
    margin-bottom: 15px;
}

.mb_40 {
    margin-bottom: 40px;
}

.mb_30 {
    margin-bottom: 30px;
}

.p_20 {
    padding: 20px;
}

.oran_colr {
    color: #FF6F00;
}

.blue__colr {
    color: #000;
}


.commonModal .modal-dialog, #privacy .modal-dialog {
    max-height: 480px;
    overflow-y: scroll;
    width: 70% !important;
    font-family: 'Source Sans Pro', sans-serif !important;
}


    .commonModal .modal-dialog::-webkit-scrollbar, #privacy .modal-dialog::-webkit-scrollbar {
        width: 10px;
    }

.commonModal .modal-body p, #privacy .modal-body p {
    text-align: justify;
}

.modal-content {
    border: 0px;
}

/* Track */
.commonModal .modal-dialog::-webkit-scrollbar-track, #privacy .modal-dialog::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.commonModal .modal-dialog::-webkit-scrollbar-thumb, #privacy .modal-dialog::-webkit-scrollbar-thumb {
    background: #888;
}

.commonModal h5, #privacy h5 {
    font-weight: bold;
}

#g_floginform .modal-dialog {
    width: 420px !important;
    overflow: hidden !important;
    max-height: unset;
}


#g_floginform .space1 {
    padding-top: 20px;
    margin-bottom: 0px;
}

#g_floginform {
}


    #g_floginform .modal-header {
        padding-bottom: 0px !important;
    }

    #g_floginform button.submit {
        /* width: 60% !important; */
        width: auto;
        margin-bottom: 0px;
        min-width: 233px;
        margin: 0 auto;
        display: block;
    }

    #g_floginform .effect-7 {
        padding: 10px 14px 10px 40px;
    }

.banner {
    padding: 10px 20px;
    background-image: url('../img/pv/background.svg');
    height: 100vh;
    overflow: hidden;
    position: fixed;
    width: 50%;
    left: 0;
    top: 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: 100;
}

.banner__description {
    color: #000;
    margin-bottom: 12px;
    margin-top: 10px;
}

.banner__description-size1 {
    font-size: 22px;
    line-height: 36px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0px;
}

.logo {
    width: 220px;
}

.epaper__image {
    width: 350px;
}


ul.nav-pills li.active a {
    background-color: transparent !important;
}

ul.nav-pills li a:hover {
    background-color: transparent !important;
}

ul.nav-pills li a {
    color: #999999;
    font-size: 16px;
    padding: 0px 0px;
    font-weight: bold;
    position: relative;
}

    ul.nav-pills li a:before {
        content: '';
        position: absolute;
        display: block;
        width: 30px;
        height: 5px;
        top: 29px;
        left: 0;
        background: #999999;
    }


ul.nav-pills li.active a:before {
    background-color: #B50101 !important;
}

ul.nav-pills li.active a {
    color: #333333 !important;
}

.item__image {
    width: 28px !important;
    height: 28px;
    margin-bottom: 5px;
}

.item__heading {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.place_img {
    color: #aaa;
    position: absolute;
    right: 8px;
    top: 15px;
    z-index: 100;
    cursor: pointer;
}

.item_descrition {
    font-size: 14px;
    color: #000;
    margin-bottom: 15px;
    height: 51px;
}

.item_descrition-1 {
    font-size: 16px;
    color: #666666;
    text-align: center;
}

.item_descrition-2 {
    font-size: 18px;
    color: #333;
    text-align: justify;
    padding: 0px 30px;
    line-height: 32px;
}



.item__month {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

.item__prize {
    font-size: 32px;
    color: #333333;
    text-align: center;
    font-weight: bold;
}

a.item__button {
    border-radius: 6px;
    color: #000000;
    font-size: 18px;
    text-align: center;
    border: 1px solid #999999;
    width: 100%;
    font-weight: bold;
    padding: 12px 0px;
    transition: all 0.4s ease 0s;
}

a.item__button-active {
    background-color: #B50101;
    color: #fff;
    border: 1px solid #B50101;
}

    a.item__button-active:hover {
        color: #fff;
        -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
        -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
        transition: all 0.4s ease 0s;
    }


a.item__button:hover {
    color: #fff;
    background-color: #B50101;
    border: 1px solid #B50101;
    -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    transition: all 0.4s ease 0s;
}


/* owl two */
.owl-two .item {
    min-height: 140px;
}



.owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-three .owl-dots {
    padding-top: 15px;
}

.owl-dots button {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background-color: #C1C1C1 !important;
    margin-right: 10px;
}

    .owl-dots button.active {
        background-color: #B50101 !important;
    }



.trial_image {
    display: block;
    margin: auto;
}

.label__text {
    font-weight: normal;
    font-size: 16px;
    color: #000;
    text-indent: -1.7em;
    margin-left: 2em;
    cursor: pointer;
}


.check {
    margin-top: 2px !important;
}

.check1 {
    margin-top: 1px !important;
}


button.submit {
    width: 100%;
    border-radius: 20px;
    background: #B50101 0% 0% no-repeat padding-box;
    height: 45px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    padding: 12px;
    transition: all 0.4s ease 0s;
    margin: 10px auto 20px;
    display: block;
}


    button.submit:hover {
        color: #fff;
        -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
        -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
        transition: all 0.4s ease 0s;
    }



.middle_line {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #DDDDDD;
    line-height: 0;
    margin: 30px 0 30px;
    color: #747474;
    font-size: 16px;
}

.middle_line span {
    background: #fff;
    padding: 0 10px;
    position: relative;
    top: 3px;
}
#login .text-center {
    display: flex;
    justify-content: center;
}
#buttonGoogleLogin {
    margin-left: 10px;
}
.vertical__line {
    width: 1px;
    background-color: silver;
    height: 65px;
    display: inline-block;
    border: 1px solid #ECECEC;
}


h5.hurry {
    font-size: 22px;
    color: #666666;
    text-align: center;
}

h6.subs {
    font-family: script;
    font-size: 32px;
    text-align: center;
}



.box__shadow {
    padding: 30px 40px;
}

p.tag {
    font-size: 22px;
    color: #B50101;
    margin-bottom: 5px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    margin-top: 12px;
}

    p.tag::before {
        content: '';
        position: relative;
        display: block;
        width: 35px;
        height: 6px;
        top: 30px;
        margin: auto;
        background-color: #FFFFFF;
    }






h1.heading {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    text-align: center;
}

    h1.heading::before {
        content: '';
        position: absolute;
        display: block;
        width: 35px;
        height: 6px;
        top: 25px;
        left: 47%;
    }

h1.red_color::before {
    background: #B50101;
}


h6.heading {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    margin: 0;
    width: 90%;
}

    h6.heading::before {
        content: '';
        position: absolute;
        display: block;
        width: 35px;
        height: 6px;
        top: 25px;
        left: 0%;
        background: #B50101;
    }

.modal-header {
    border: 0px !important;
}

p.add__head {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

p.add__des {
    font-size: 18px;
    color: #333;
}

p.add__head a {
    color: #B50101;
    font-weight: normal;
}

p.add__terms {
    font-size: 16px;
    color: #999999;
}




/* animation effects */

.effect-7 {
    border: 1px solid #999;
    padding: 10px 14px 10px;
    transition: 0.4s;
    width: 100%;
    border-radius: 3px;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif !important;
}

.subscribeform .effect-7 {
    padding: 10px 10px 9px 34px !important;
    font-size: 13px !important;
}

.effect-7::-webkit-input-placeholder { /* Edge */
    color: #999999;
    font-family: Noto-Sans-Kannada !important;
}

.effect-7:-ms-input-placeholder { /* Internet Explorer */
    color: #999999;
    font-family: Noto-Sans-Kannada !important;
}

.effect-7::placeholder {
    color: #999999;
    font-family: Noto-Sans-Kannada !important;
}


#register .effect-7 {
    padding: 10px 10px 9px 34px !important;
    font-size: 14px !important;
}

input:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
}

.effect-7 ~ .focus-border:before,
.effect-7 ~ .focus-border:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #B50101;
    transition: 0.4s;
}

.effect-7 ~ .focus-border:after {
    top: auto;
    bottom: 0;
}

.effect-7 ~ .focus-border i:before,
.effect-7 ~ .focus-border i:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 0;
    background-color: #B50101;
    transition: 0.6s;
    border-radius: 3px;
}

.effect-7 ~ .focus-border i:after {
    left: auto;
    right: 0;
}

.effect-7:focus ~ .focus-border:before,
.effect-7:focus ~ .focus-border:after {
    left: 0;
    width: 100%;
    transition: 0.4s;
}

.effect-7:focus ~ .focus-border i:before,
.effect-7:focus ~ .focus-border i:after {
    top: 0;
    height: 100%;
    transition: 0.6s;
}



img.clear {
    position: absolute;
    right: 10px;
    top: 40%;
    cursor: pointer;
    display: none;
}

p.otp_confirm {
    color: #B50101;
    font-size: 14px;
    font-weight: normal;
    margin: 0px;
    cursor: pointer;
    position: relative;
    top: 10px;
}

p.otp {
    color: #666;
    font-size: 13px;
    font-weight: bold;
    margin: 0px;
    cursor: pointer;
    position: relative;
    top: 10px;
    text-align: right;
}

.resend {
    color: #B50101;
}

#otp_email, #otp_mobile {
    display: none;
}

#otp_email_numb {
    margin-top: 22px;
}

#otp_waba_numb {
    margin-top: 22px;
}

#otp_mobi_numb {
    margin-top: 10px;
}

.space_extra {
    margin-top: 65px !important;
}

.otp-num {
    display: none;
    /* margin-top: 22px; */
}

img.edit {
    position: absolute;
    float: right;
    right: 1px;
    top: 2px;
    display: none;
    background-color: #fff;
    padding: 8px;
    border-left: 1px solid #DDDDDD;
    cursor: pointer;
}

img.editwaba {
    position: absolute;
    float: right;
    right: 1px;
    top: 2px;
    display: none;
    background-color: #fff;
    padding: 8px;
    border-left: 1px solid #DDDDDD;
    cursor: pointer;
}

img.icon {
    position: absolute;
    left: 8px;
    top: 13px;
    width: 18px;
    height: 18px;
}

.otpsucess {
    left: 90% !important;
    visibility: hidden;
}

.otpsucesswaba {
    left: 90% !important;
    visibility: hidden;
}


p.offer {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 5px;
}

p.offer .price_strike {
   color: #666666;
   text-decoration: line-through;
}
p.feature {
    font-size: 14px;
    color: #333;
    margin-bottom: 0px;
    text-indent: -9px;
    margin-left: 9px;
}


p.disclaimer {
    color: #999;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 0px;
    font-size: 16px;
}




.mt-60 {
    margin-top: 60px;
}


.posit {
    position: absolute;
    bottom: 25px;
}

    .posit label {
        color: rgba(255, 255, 255, 0.7);
        font-weight: normal;
        cursor: pointer;
    }

    .posit input {
        width: 18px;
        height: 18px;
        display: inline-flex;
        vertical-align: sub;
        cursor: pointer;
        border: 1px solid #fff;
    }


img.lab {
    position: absolute;
    top: -7px;
    left: -6px;
    width: 75px !important;
    height: 75px !important;
}

img.lab1 {
    position: absolute;
    top: -12px;
    left: -10px;
    width: 85px !important;
    height: 85px !important;
}

#form1, #form2 {
    display: none;
}

img.arrow {
    height: 18px;
    float: right;
    width: 18px !important;
    display:none;
}


/* color */

.colr1 {
    background: transparent linear-gradient(140deg, #FF70A5 0%, #AB2557 100%) 0% 0% no-repeat padding-box;
}

.colr2 {
    background: transparent linear-gradient(140deg, #5461b5 0%, #172377 100%) 0% 0% no-repeat padding-box;
}

.colr3 {
    background: transparent linear-gradient(140deg, #7f6d6d 0%, #333333 100%) 0% 0% no-repeat padding-box;
}

.col_white {
    color: #FFFFFF;
}

.border1 {
    border: 2px solid #ccc;
}

/*.interBox:hover {
    background: #fff;
}*/

/*.border1:hover {
    box-shadow: 0 2px 5px 2px rgba(0,0,0,.1);
    border: 2px solid #B50101;
}*/

.border2 {
    border: 2px solid #ccc;
}

.border3 {
    border: 2px solid #ccc;
}

.middle_align {
    display: block;
    margin: 20px auto 0px;
}


.border1:hover {
    box-shadow: 0 2px 5px 2px rgba(0,0,0,.1);
}

.interBox.border_active {
    border: 2px solid #B50101;
    background-image: url(../../img/tick_active_pv.svg);
}


    .interBox.border_active:after {
        content: " ";
        position: absolute;
        width: 20px;
        height: 20px;
        left: 50%;
        bottom: -11px;
        border-top: 0px solid #B50101;
        border-right: 2px solid #B50101;
        border-left: 0px solid #B50101;
        border-bottom: 2px solid #B50101;
        transform: rotate(45deg);
        background: #fff;
        z-index: 1;
    }

.savecolor1 {
    background-color: #ffff00;
    border: 1px solid #ffff1a;
}

.savecolor2 {
    background-color: #ffff00;
    border: 1px solid #ffff1a;
}




select > option:hover {
    color: #1B517E;
    cursor: pointer;
}




/* faq */


#faq .modal-body {
    background-color: #F4F6F8;
}


.panel {
    box-shadow: 0px 0px 0px 0px;
    margin-bottom: 15px !important;
}

.panel-heading {
    cursor: pointer;
    padding: 15px 15px;
}

.panel-group .panel {
    border: 0px;
    border-radius: 0px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 0px;
}

.panel-default > .panel-heading {
    border: 0px !important;
    background-color: #fff;
}

.panel-title {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

    .panel-title a {
        text-decoration: none;
    }

.collapsed .panel-title {
    color: rgba(0, 0, 0, 0.5) !important;
}


.panel-title > a:before {
    float: right !important;
    content: "\02D7";
    padding-right: 5px;
}

.collapsed a:before {
    float: right !important;
    content: "\002B";
}


/* sub pannel */
.sub-panel {
    padding: 0px 30px 20px;
    margin-bottom: 0px !important;
}

    .sub-panel h4 {
        font-size: 16px;
        font-weight: normal;
    }

    .sub-panel .panel-body {
        border-top: 0px !important;
        padding: 10px 30px 0px !important;
    }

    .sub-panel .panel-heading {
        padding: 0px 0px 15px;
        border-bottom: 1px solid #DDDDDD;
        margin: 0px 27px 0px;
    }

.space {
    padding-bottom: 15px;
    padding-top: 10px;
}

.panel-body p {
    font-size: 14px;
}

p.indent {
    text-indent: -38px;
    padding-left: 61px;
}

    p.indent img {
        margin-right: 10px;
    }

p.textindent {
    text-indent: -64px;
    padding-left: 64px;
}

p.singleindent {
    text-indent: 0px;
    padding-left: 70px;
}

/* media devices showcase*/
.today-epaper {
    width: 350px;
    height: 172px;
    margin: 0 auto;
    position: relative;
}

    .today-epaper .laptop, .today-epaper .iphone, .today-epaper .ipad {
        position: absolute;
        overflow: hidden;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .today-epaper .laptop {
        width: 320px;
        height: 160px;
        top: 0;
        left: 0;
        overflow: hidden;
        padding-top: 4%;
        padding-left: 4%;
    }

        .today-epaper .laptop > img {
            width: 56%;
            margin: 0 auto;
            display: block;
            overflow: hidden;
            height: 108px;
            object-fit: cover;
            object-position: center top;
            border-radius: 2px;
        }

    .today-epaper .iphone {
        width: 80px;
        height: 124px;
        top: 15px;
        left: 0;
        padding-left: 2px;
        padding-top: 11px;
        z-index: 1;
    }

        .today-epaper .iphone > img {
            width: 65%;
            margin: 0 auto;
            display: block;
            overflow: hidden;
            height: 108px;
            object-fit: fill;
            object-position: center;
            border-radius: 3px;
        }

    .today-epaper .ipad {
        width: 110px;
        height: 140px;
        top: 8px;
        right: -12px;
        padding-left: 0px;
        padding-top: 24px;
        z-index: 1;
    }

        .today-epaper .ipad > img {
            width: 70%;
            margin: 0 auto;
            display: block;
            overflow: hidden;
            height: 103px;
            object-fit: fill;
            object-position: center;
            border-radius: 0px;
        }

/*subscription portion */

.box h2 {
    color: #333;
    font-size: 22px;
    margin-top: 0px;
    text-align: center;
    margin-bottom: 0px;
}

.mr-10 {
    margin-right: 10px;
}

.interBox {
    text-align: left;
    display: inline-block;
    padding: 15px 15px;
    margin-top: 15px;
    border-radius: 8px;
    text-decoration: none !important;
    position: relative;
    width: 270px;
    min-height: 190px;
    cursor: pointer;
    box-sizing: border-box;
    background-image: url(../../img/tick_inacctive.svg);
    background-repeat: no-repeat;
    background-position: 101% 0%;
    vertical-align: top;
}

.subscribeform {
    box-shadow: 0px 3px 22px #00000026;
    border: 2px solid #DDDDDD;
    border-radius: 8px;
    padding: 15px 15px;
}
/* choose your subscription paln */
.payment_mode {
    position: fixed;
    right: -800px;
    top: 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    height: 100vh;
    padding: 10px 30px 10px 20px;
    width: 433px;
    z-index: 1000;
    transition: 0.9s;
    overflow-x: auto;
}

.payment_modeactive {
    right: 0px !important;
    transition: 0.9s;
}

.mt-40 {
    margin-top: 30px;
}

.choose_banking {
    background-color: #FFFFDE;
    border-radius: 12px;
    border: 1px solid #C1C18B;
    padding: 10px 30px;
    cursor: pointer;
}

    .choose_banking h3 {
        font-size: 18px;
        color: #333;
        font-weight: bold;
    }

    .choose_banking p {
        font-size: 18px;
        line-height: 30px;
        color: #666666;
        margin-bottom: 0px;
    }

    .choose_banking img {
        float: right;
    }

.clo_red {
    color: #FF0000 !important;
}

.close_btn {
    float: left;
    width: 26px;
    cursor: pointer;
    position: relative;
    bottom: 7px;
    left: 2px;
}


p.change_plan {
    color: #B50101;
    cursor: pointer;
}




.payment_gateways {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 15px;
    flex-wrap: wrap;
}
    .payment_gateways .heading {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 14px;
        color: #808080;
        margin-bottom: 5px;
    }

    .payment_gateways .provider:nth-child(2) {
        margin-left: 0;
        border-left: 0;
        padding-left: 0;
    }

    .payment_gateways .provider {
        max-width: 100px;
        width: auto;
        padding-left: 15px;
        border-left: 1px solid #ccc;
        margin-left: 15px;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
    }

        .payment_gateways .provider > img {
            max-width: 100%;
            width: auto;
        }


/*#otp_email_numb {
    margin-right: -100%;
}*/

.mycustom {
    position: relative;
}

.mycustom input[type=text] {
    width: 100%;
    padding-right: 123px;
}

.mycustom .input-group-prepend {
    position: absolute;
    right: 5px;
    top: 5px;
    /*bottom: 4px;
    z-index: 9;*/
}

.mt-10 {
    margin-top: 10px;
}

.effect-WABA-7 {
    border: 1px solid #DDDDDD;
    padding: 10px 14px 10px 40px;
    transition: 0.4s;
    width: 66.66%;
    border-radius: 3px;
    font-size: 16px;
}

/*.waba_active .addmarginClass {
    margin-top: -75px !important;
}*/



.bootstrap-select {
    width: 100% !important;
}

    .bootstrap-select .btn-default {
        height: 42px;
        padding: 14px 33px 0px;
    }


        .bootstrap-select .btn-default:hover {
            background-color: #fff !important;
        }

    .bootstrap-select .dropdown-toggle:focus {
        outline: 0px !important;
        outline-offset: 0px !important;
    }

    .bootstrap-select .btn.active, .btn:active {
        box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
        background-color: #0087A8 !important;
    }

a.submit:focus {
    color: #fff !important;
}

.bootstrap-select .bs-placeholder {
    font-weight: normal !important;
}

.bootstrap-select .btn-default {
    color: #000;
}

.bootstrap-select .caret {
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px dashed;
    border-bottom: 0px;
}

/* 
select:invalid {
color: #666666;
font-weight: normal;
} */


.bootstrap-select .dropdown-toggle .caret {
    top: 45%;
}

.list {
    margin-top: 5px;
}

.sub_list {
    padding: 0px 35px !important;
    color: #666666 !important;
    font-family: 'Source Sans Pro', sans-serif !important;
}

.par_list {
    font-weight: bold !important;
    font-family: 'Source Sans Pro', sans-serif !important;
    color: #000 !important;
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: 0px !important;
}

/* scroll customize */




/* For Mobile devices */
@media only screen and (max-width:1200px) {
    #otp_email_numb {
        margin-right: auto;
    }
}

@media only screen and (max-width:768px) {
    #g_floginform .modal-dialog {
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width:667px) {
    .payment_modeactive {
        width: 100%;
    }
    .trial_image1 {
        width: 100%;
    }
    p.disclaimer {
        margin-top: 10px;
    }

    .pr-5 {
        padding-right: 15px;
    }

    .pl-5 {
        padding-left: 15px;
    }

    #register form .mt_20 {
        margin-top: 0px !important;
    }

    form
    #register .mt_15 {
        margin-top: 0px !important;
    }

    .banner {
        position: relative;
        width: 100%;
        height: auto;
        padding: 10px 15px 0px;
    }

    .banner__description-size1 {
        font-size: 20px;
        line-height: 28px;
    }

    .epaper__image {
        width: 100%;
    }

    .owl-two {
        padding: 0px 13px;
    }

        .owl-two .owl-nav {
            position: absolute;
            top: 39%;
            width: 100%;
        }

            .owl-two .owl-nav img {
                width: 13px;
            }

        .owl-two .owl-prev {
            float: left;
            position: absolute;
            left: -26px;
        }

        .owl-two .owl-next {
            float: right;
        }

        .owl-two .owl-dots button {
            background-color: #fff !important;
        }

            .owl-two .owl-dots button.active {
                background-color: #000 !important;
            }

    .box__shadow {
        padding: 0px 10px 20px;
        border-radius: 6px;
        box-shadow: 0px 0px 0px;
    }

    .p_20 {
        padding: 20px 10px 20px;
    }

    .trial_image1 {
        width: 100%;
    }

    .box__line {
        border: 0px;
    }

    .item .box__shadow {
        padding: 20px !important;
    }

    h6.subs {
        font-size: 24px;
    }

    p.terms {
        margin-top: 15px;
        padding-bottom: 20px;
    }

    h5.hurry {
        font-size: 16px;
    }


    #faq .modal-dialog, #privacy .modal-dialog, #terms .modal-dialog {
        width: auto !important;
        margin-top: 90px;
        overflow-x: hidden;
    }


    #faq p {
        text-align: left !important;
        font-size: 14px;
    }

    .modal-body {
        padding: 10px;
    }

    .panel-heading {
        padding: 10px 10px;
    }

    .panel-title {
        font-size: 20px;
    }

    .sub-panel h4 {
        font-size: 14px;
    }

    .sub-panel .panel-heading {
        margin: 0px 15px 0px;
        padding: 0px 0px 10px;
    }

    .sub-panel {
        padding: 0px;
    }

        .sub-panel .panel-body {
            padding: 10px 15px 0px !important;
        }

    p.singleindent {
        padding-left: 0px;
    }

    p.indent {
        text-indent: -35px;
        padding-left: 35px;
    }

    p.textindent {
        text-indent: 0px;
        padding-left: 0px;
    }

    p.otp_confirm {
        height: auto;
    }


    /*p.disclaimer {
        margin-top: 0px;
    }*/

    p.tag::before {
        top: 35px;
    }

    h1.heading::before {
        top: 35px;
    }

    .box h2 {
        font-size: 22px;
        margin-top: 15px;
    }

    span.price {
        font-size: 18px;
    }

    p.offer {
        font-size: 20px;
    }

    img.lab1 {
        position: absolute;
        top: -9px;
        left: -10px;
        width: 75px;
        height: 75px;
    }

    h1.heading {
        font-size: 16px;
    }

    p.tag {
        font-size: 16px;
    }


    .box {
        margin-bottom: 20px;
        padding: 10px 20px 30px;
        height: auto;
    }

    img.lab {
        top: -9px;
        left: -6px;
        width: 80px !important;
        height: 80px !important;
    }

    ul.nav-pills li a {
        font-size: 16px;
    }


    .owl-three .owl-stage-outer {
        padding-left: 0px;
    }

    .interBox {
        width: 100%;
        min-height: auto;
    }

    .newwidth {
        width: auto !important;
        margin: 0px 30px !important;
    }




    .bagde {
        width: 100px;
    }


    .space_extra {
        margin-top: 22px !important;
    }

    .owl-two .item {
        height: auto;
        min-height: auto;
    }

    .item_descrition {
        height: auto;
    }

    #Edition, #state, #city, #country {
        padding: 0 19px 0px 34px !important;
    }

    



}

@media only screen and (max-width:480px) {

    .today-epaper {
        width: 290px;
        height: 143px;
    }

        .today-epaper .laptop {
            width: 250px;
            height: 150px;
            padding-top: 8%;
            padding-left: 3.5%;
            left: 2%;
        }

            .today-epaper .laptop > img {
                height: 83px;
            }

        .today-epaper .iphone {
            width: 65px;
            height: 105px;
            top: 20px;
            padding-top: 11px;
            left: 3px;
        }

            .today-epaper .iphone > img {
                width: 65%;
                height: 88px;
            }

        .today-epaper .ipad {
            width: 85px;
            height: 128px;
            right: 2px;
            padding-top: 28px;
        }

            .today-epaper .ipad > img {
                width: 70%;
                height: 80px;
            }

    #g_floginform .modal-dialog {
        width: 95% !important;
    }
}

@media only screen and (max-width:320px) {
    h6.heading {
        font-size: 16px;
    }
}

/* for iphone 5*/
@media only screen and (min-width:320px) and (max-height:568px) {


    .bagde {
        width: 70px;
    }
}



/* Tablet Devices */
@media only screen and (min-width:712px) and (max-width:1138px) {
}

/* iPad */
@media only screen and (min-width:768px) and (max-width:1024px) {


    .space_extra {
        margin-top: 10px !important;
    }

    .bagde {
        width: 100px;
    }

    .owl-two .item {
        min-height: 230px;
    }

    .pr-5 {
        padding-right: 15px;
    }

    .pl-5 {
        padding-left: 15px;
    }

    p.otp_confirm {
        height: auto;
    }

    #register form .mt_20 {
        margin-top: 0px !important;
    }

    .box {
        padding: 10px 10px 30px;
        height: auto;
    }

    .m-1 {
        margin-bottom: 30px;
    }

    img.lab {
        position: absolute;
        top: -8px;
        left: -8px;
        width: 65px !important;
    }


    img.lab1 {
        position: absolute;
        top: -20px;
        left: -6px;
        width: 70px !important;
    }

    .item_descrition {
        height: 89px;
    }

    .interBox {
        width: 100%;
        min-height: auto;
    }

    .trial_image {
        width: 100%;
    }

    .owl-three .owl-stage-outer {
        padding-left: 0px;
    }


    #faq p {
        text-align: left !important;
        font-size: 14px;
    }

    .modal-body {
        padding: 10px;
    }

    .panel-heading {
        padding: 10px 10px;
    }

    .panel-title {
        font-size: 20px;
    }

    .sub-panel h4 {
        font-size: 14px;
    }

    .sub-panel .panel-heading {
        margin: 0px 15px 0px;
        padding: 0px 0px 10px;
    }

    .sub-panel {
        padding: 0px;
    }

        .sub-panel .panel-body {
            padding: 10px 15px 0px !important;
        }

    p.singleindent {
        padding-left: 0px;
    }

    p.indent {
        text-indent: -35px;
        padding-left: 35px;
    }

    p.textindent {
        text-indent: 0px;
        padding-left: 0px;
    }
}

/* iPad  Landscape*/
@media only screen and (min-width:768px) and (max-width:1024px) and (orientation : landscape) {


    .owl-two .item {
        min-height: 180px;
    }

    .box__line {
        min-height: 373px;
    }

    .owl-three .owl-stage-outer {
        padding-left: 10px;
    }

    img.lab {
        position: absolute;
        top: -8px;
        left: -8px;
        width: 65px !important;
    }


    img.lab1 {
        position: absolute;
        top: -20px;
        left: -6px;
        width: 70px !important;
    }


    .interBox {
        width: 100%;
        min-height: auto;
    }
}



/* iPad Pro */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation : portrait) {

    .box__line {
        min-height: 373px;
    }

    .interBox {
        width: 100%;
        min-height: auto;
    }

    .owl-two .item {
        min-height: 170px;
    }
}




/* one plus6 */

@media only screen and (min-width: 1080px) and (max-height: 2280px) and (orientation : portrait) {
}

