﻿section.plnprng {
    width: 100%;
    background: #fefefe;
    padding: 60px 0 0;
}
.stnebysn {
    width: 100%;
    text-align: center;
}
.stnebysn h1 {
    font-size: 37px;
    color: #343434;
    font-weight: 600;
    font-family: Roboto, sans-serif;
    margin-bottom: 15px;
}
.stnebysn p {
    font-size: 17px;
    color: #000;
}
.btnonof {
    text-align: center;
    width: 100%;
    display: block;
    padding: 20px 0;
}
p.pruman {
    color: #111111;
}
.btnonof p {
    font-size: 14px;
    color: #111111;
}
.accordion,
.panel,
.panel-content,
.wrapper {
    padding-bottom: 0;
    width: 96%;
    display: block;
    padding: 0;
    font-family: Roboto, sans-serif;
    margin-bottom: 8px;
}
.panel {
    padding-bottom: 0;
    margin-bottom: 0;
}
.panel p {
    margin: 0;
    padding: 8px 28px;
    background: #fff;
    font-size: 17px;
    color: #515151;
    border-left: 3px solid #36b5c7;
    font-weight: 500;
    margin-bottom: 0;
    box-shadow: rgb(0 0 0 / 10%) 0 20px 25px -5px, rgb(0 0 0 / 4%) 0 10px 10px -5px;
    cursor: pointer;
}
.panel-content p {
    border-left: 3px solid #36b5c7;
    margin: 0;
    padding: 8px 28px;
    background: #ecfdff;
    font-size: 15px;
    margin-bottom: 10px;
    color: #4b4b4b;
    line-height: 26px;
}
.panel-content {
    display: none;
}
.tab-slider--nav {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.tab-slider--tabs {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    border-radius: 35px;
    overflow: hidden;
    background: #dedede;
    height: 35px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.tab-slider--tabs:after {
    content: "";
    width: 50%;
    background: #345f90;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    border-radius: 35px;
}
.tab-slider--tabs.slide:after {
    left: 50%;
}
.tab-slider--trigger {
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    color: #345f90;
    text-transform: uppercase;
    text-align: center;
    padding: 11px 20px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: color 250ms ease-in-out;
    transition: color 250ms ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.tab-slider--trigger.active {
    color: #fff;
}
.tab-slider--body {
    margin-bottom: 20px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 23px;
    margin-right: 10px;
    margin-left: 10px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d6faff !important;
    border: 1px solid #9dd0d7;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 26px;
    left: 5px;
    bottom: 1px;
    background-color: #36b5c7;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
input:checked + .slider {
    background-color: #2196f3;
}
input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.pricing {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto 3em;
}
.pricing-palden .pricing-item {
    font-family: "Open Sans", sans-serif;
    cursor: default;
    color: #84697c;
    background: #fff;
    box-shadow: 0 15px 40px rgb(8 18 109 / 10%);
    border-radius: 12px;
    margin: 10px;
}
.pricing-item {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    text-align: center;
    -webkit-flex: 0 1 260px;
    flex: 0 1 260px;
}
.pricing-item.bgbrdr {
    border: 1px solid #eb0028;
}
.pricing-palden .pricing-deco {
    border-radius: 10px 10px 0 0;
    background: #fff;
    padding: 20px 0;
    position: relative;
    min-height: 193px;
}
.pricing-palden .pricing-price {
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: #2f2f2f;
    font-family: Roboto, sans-serif;
    background: #f1f1f1;
    border-radius: 40px;
    width: 47%;
    margin: 0 auto;
    padding: 5px 2px;
}
.pricing-deco .pricing-title {
    color: #36b5c7;
    font-weight: 600;
    font-size: 45px;
    padding: 0;
    line-height: 24px;
    font-family: Roboto, sans-serif;
    margin: 20px 0;
}
hr.drlhr {
    width: 20%;
    display: block;
    margin: 23px auto 10px;
    height: 1px;
    background: #36b5c7;
}
pruman {
    width: 45%;
    margin: 0 auto;
    font-size: 12px;
}
.index_listprice {
    margin: 0 15px;
    border-top: 1px solid #d1d0d0;
    padding: 20px 0;
}
.index_listprice > ul > li {
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 10px;
    background-image: url(../../images/tick.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: 0 2px;
    text-align: left;
    min-height: 40px;
}
.index_listprice > ul > li:nth-child(1){min-height:95px;}
.index_listprice > ul > li:nth-child(2){min-height:63px;}
.index_listprice > ul > li:nth-child(3) {
    background-image: url(../../images/close.png);
    background-repeat: no-repeat;
    background-position: 0 2px;
	min-height:66px;
}

.pricing-palden .prcnbtnst {
    cursor: pointer;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    outline: 0;
    border: 0;
    margin: auto 3em 2em 3em;
    padding: 6px 15px;
    color: #fff;
    font-size: 13px;
    border-radius: 0;
    background: #36b5c7;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.index_listprice_sc {
    margin: 0 15px;
    border-top: 1px solid #d1d0d0;
    padding: 20px 0;
}
.index_listprice_sc > ul > li {
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 10px;
    background-image: url(../../images/tick.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: 0 2px;
    text-align: left;
    min-height: 40px;
}
.index_listprice_sc > ul > li:nth-child(1){min-height:95px;}
.index_listprice_sc > ul > li:nth-child(2){min-height:63px;}
.index_listprice_sc > ul > li:nth-child(3){min-height:66px;}
.index_listprice > ul > li > span {
    font-weight: 700;
    font-size: 12px;
    padding: 0 4px;
    border: 2px solid #36b5c7;
    color: #36b5c7;
    box-shadow: 0 0 30px #dedede;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    margin-left: 8px;
}
.index_listprice_sc > ul > li > span {
    font-weight: 700;
    font-size: 12px;
    padding: 0 4px;
    border: 2px solid #36b5c7;
    color: #36b5c7;
    box-shadow: 0 0 30px #dedede;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    margin-left: 8px;
}
.pricing-deco.ntgb {
    background-color: #eb0028;
}
.pricing-deco.ntgb h3.pricing-title {
    color: #fff;
}
.pricing-deco.ntgb hr.drlhr {
    background: #fff;
}
.pricing-deco.ntgb p.pruman {
    color: #fff;
}
.index_listprice_anl {
    margin: 0 15px;
    border-top: 1px solid #d1d0d0;
    padding: 20px 0;
}

.index_listprice_sc_np {
    margin: 0 15px;
    border-top: 1px solid #d1d0d0;
    padding: 20px 0;
}
.index_listprice_sc_np > ul {
    min-height: 420px;
    margin: 0px;
    padding: 0px;
}
.index_listprice_sc_np > ul > li {
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 10px;
    background-image: url(../../images/tick.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: 0px 2px;
    text-align: left;
    min-height: 40px;
    list-style: none;
}

.index_listprice_sc_np > ul > li:nth-child(1) {
    min-height: 95px;
    line-height: 90px;
    background-image: url(../../images/tick.png);
    background-repeat: no-repeat;
    background-position: 0px 36px;
}
.index_listprice_sc_np > ul > li:nth-child(2) {min-height:63px}
.index_listprice_sc_np > ul > li:nth-child(3) {min-height:66px}

.index_listprice_sc_np > ul > li > span {
    font-weight: bold;
    font-size: 12px;
    padding: 0px 4px;
    border: 2px solid #000;
    color: #000;
    box-shadow: 0px 0px 30px #dedede;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    margin-left: 8px;
}

.index_listprice_anl > ul > li:nth-child(1) {
    height: 95px;
}
.index_listprice_anl > ul > li:nth-child(2) {
    height:63px;
}
.index_listprice_anl > ul > li:nth-child(3) {
    height: 66px;
}

.index_listprice_anl > ul > li {
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 10px;
    background-image: url(../../images/righttick.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: 0 2px;
    text-align: left;
    height: 40px;
}
.index_listprice_anl > ul > li:nth-child(1){min-height:95px;}
.index_listprice_anl > ul > li:nth-child(2){min-height:63px;}
.index_listprice_anl > ul > li > span {
    font-weight: 700;
    font-size: 12px;
    padding: 0 4px;
    border: 2px solid #36b5c7;
    color: #36b5c7;
    box-shadow: 0 0 30px #dedede;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    margin-left: 8px;
}
button.prcnbtnst.stbt {
    background: #eb0028;
}
h3.pricing-title.mycnt {
    color: #606060;
    font-size: 26px;
    line-height: 33px;
    width: 51%;
    margin: 10px auto;
}
p.pruman_anl {
    color: #000;
    width: 45%;
    margin: 0 auto;
    font-size: 14px;
}
.index_listprice > ul,
.index_listprice_anl > ul,
.index_listprice_sc > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.tooltip {
    text-decoration: none;
    border-bottom: 0 dotted #004b6b;
    color: #fff;
    outline: 0;
    position: static;
    display: inline;
    opacity: 1;
}
#mcTooltip {
    line-height: 22px;
    border-width: 0;
    color: #333;
    border-color: #bbb;
    padding: 20px;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    border-radius: 6px;
    background-color: #000;
}
#mcTooltip h4 {
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 510;
}
#mcTooltip h3 {
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    font-weight: 510;
    margin-top: 5px;
}
#mcTooltip {
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}
#mcTooltip hr {
    color: #fff !important;
}
#mcTooltip.no-padding {
    padding: 0;
    box-shadow: 0 0 100px #ccc;
}
#mcTooltip,
#mcttCo b {
    box-shadow: 0 0 100px #ccc;
}
#mcTooltip a {
    color: #069;
}
#mcttCloseButton {
    border-radius: 4px;
    width: 18px;
    height: 18px;
    margin-right: 2px;
    margin-top: 2px;
    background: #000;
}
#mcttCloseButton:after {
    font: normal 38px/18px arial, sans-serif;
    color: #fff;
    top: 0;
    left: -2px;
}
@media only screen and (max-width: 736px) {
    #mcttCloseButton {
        width: 28px;
        height: 28px;
    }
    #mcttCloseButton:after {
        font-size: 48px;
        line-height: 28px;
    }
}
#mcOverlay {
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    z-index: 4;
}
#mcTooltip img {
    border: 0;
    vertical-align: middle;
}
#mcTooltipWrapper {
    position: absolute;
    visibility: hidden;
    overflow: visible;
    z-index: 9999999999;
    top: -2000px;
}
#mcTooltip {
    float: left;
    border-style: solid;
    position: relative;
    overflow: hidden;
}
.mcTooltipInner {
    float: left;
    position: relative;
    width: auto;
    height: auto;
}
#mcttCo,
#mcttCo b {
    position: absolute;
    overflow: hidden;
}
#mcTooltip,
#mcTooltip div {
    box-sizing: content-box;
}
section.prnorvren {
    width: 100%;
    height: auto;
    padding: 40px 0;
    background: #fefefe;
}
.ovrviw {
    font-family: Roboto, sans-serif;
    width: 100%;
    display: block;
    padding: 20px 0 35px;
    text-align: center;
}
.ovrviw h2 {
    color: #505354;
    font-size: 32px;
    font-weight: 600;
}
.prnctble {
    width: 100%;
    display: block;
    padding: 20px 0;
    height: auto;
}
.mtntntb thead th:first-child {
    border: 0;
}
table.mtntntb thead th {
    border: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #36b5c7;
    border-left: 1px solid #ccc;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f7f7f7;
}
table.mtntntb tbody td:first-child {
    border: 0 !important;
    text-align: left;
    color: #4a4545;
    font-size: 15px;
}
table.mtntntb tbody td {
    text-align: center;
    font-size: 14px;
    border-left: 1px solid #ccc !important;
    border: 0;
}
table.mtntntb tbody td p {
    font-size: 14px;
    line-height: 23px;
    color: #4a4545;
}

p.desc a {
    font-weight: 600;
    color: #eb0028;
}
.morecontent span {
    display: none;
}
.morelink {
    display: block;
}
section.fawufrtril {
    width: 100%;
    background: #f7f7f7;
    padding: 40px;
}
.fqstcnt {
    width: 100%;
    padding: 20px 0;
    font-family: Roboto, sans-serif;
}
.fqstcnt h4 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: #000;
}
.fqstcnt h3 {
    font-size: 30px;
    font-weight: 600;
    color: #383838;
}
section.asfsmde {
    font-family: Roboto, sans-serif;
    width: 100%;
    padding: 40px 0 60px;
}
.frsame,
.sticntd {
    width: 100%;
    display: block;
    padding: 20px;
}
.dtmecn {
    width: 100%;
    padding: 10px 0 20px;
}
.dtmecn h2 {
    color: #505050;
    font-size: 30px;
    font-weight: 600;
}
.inpcntfrm {
    background: #fff;
    border: 1px solid #e9e9e9;
    padding: 10px;
    font-size: 14px;
    font-weight: 300;
    font-family: "Nunito Sans", sans-serif;
    width: 100%;
    margin: 0 0 30px 0;
}
.txtcntfrm {
    background: #fff;
    border: 1px solid #e9e9e9;
    padding: 10px;
    font-size: 14px;
    font-weight: 300;
    font-family: "Nunito Sans", sans-serif;
    width: 100%;
    margin: 0 0 20px 0;
    resize: none;
    height: 115px;
}
.cntbnt {
    border: none;
    background: #1c6cd4;
    color: #fff;
    padding: 10px 29px;
    font-size: 15px;
    font-weight: 500;
    font-family: "Nunito Sans", sans-serif;
    transtion: 0.3s;
}
.sticntd h2 {
    color: #36b5c7;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 15px;
}
.btn.btnmydme:hover {
    background: #e98e06;
    color: #fff;
    border-color: #e98e06;
}
.sticntd p {
    font-size: 16px;
    color: #737373;
    line-height: 27px;
    padding: 15px 0;
}
.btn.btnmydme {
    border: 2px solid #36b5c7;
    color: #ffffff;
    padding: 9px 24px;
    border-radius: 0;
    margin-top: 15px;
    font-size: 14px;
    letter-spacing: 0.6px;
    font-weight: 500;
    margin-left: 0;
}
.fqstcnt p {
    font-size: 15px;
    color: #000;
    line-height: 26px;
    padding: 15px 0;
}
.fqstcnt a {
    color: #515151;
    font-size: 18px;
    line-height: 30px;
}
.shorten-detail {
    display: none;
}
.shorten_expand .shorten-ellipses {
    display: none;
}
.shorten_expand .shorten-detail {
    display: inline;
}
@media only screen and (max-width: 800px) {
    .pricing {
        display: block;
        -webkit-justify-content: center;
        justify-content: center;
        width: 100%;
        margin: 0 auto 3em;
    }
    table.mtntntb tbody td,
    table.mtntntb tbody td p {
        font-size: 13px;
    }
    section.fawufrtril {
        padding: 0;
    }
    .wrapper {
        width: 100%;
        margin-bottom: 20px;
    }
    .panel p {
        font-weight: 500;
    }
    section.asfsmde {
        padding-top: 0;
    }
    .fqstcnt a {
        font-size: 14px;
    }
    .fqstcnt p {
        padding: 8px 0;
    }
    .sticntd h2 {
        font-size: 26px;
    }
    section.prnorvren {
        padding-top: 0;
    }
    table.mtntntb tbody td:first-child {
        font-size: 13px;
        font-weight: 500;
    }
    table.mtntntb thead th {
        font-size: 16px;
    }
}
input.strfe_sbmt_btn {
    font-weight: 500;
    outline: 0;
    border: 0;
    margin: 1em 3em 2em 0em;
    padding: 6px 15px;
    color: #fff;
    font-size: 13px;
    border-radius: 0;
    background: #4484ce;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
