/**{position: relative;}*/
:root {
    --space-unit:  1em;
    --space-xxxxs: calc(0.125 * var(--space-unit));
    --space-xxxs:  calc(0.25 * var(--space-unit));
    --space-xxs:   calc(0.375 * var(--space-unit));
    --space-xs:    calc(0.5 * var(--space-unit));
    --space-sm:    calc(0.75 * var(--space-unit));
    --space-md:    calc(1.25 * var(--space-unit));
    --space-lg:    calc(2 * var(--space-unit));
    --space-xl:    calc(3.25 * var(--space-unit));
    --space-xxl:   calc(5.25 * var(--space-unit));
    --space-xxxl:  calc(8.5 * var(--space-unit));
    --space-xxxxl: calc(13.75 * var(--space-unit));
    --component-padding: var(--space-md); }
    .button{
        padding: 10px 50px 10px 15px;
        text-decoration: none;
        display: inline-block;
        position: relative;
        border-radius: 30px;
        border: none;
        outline: none;
        background: rgb(169 169 169 / 58%);
        color:white;
        font-weight: bold;
    }
    .button:after {
        content: "";
        width: 40px;
        height: 40px;
       /* background-image: url(https://www.s10health.com/appointmentapi/assets/img/buynow.png);*/
        top: 0px;
        right: -8px;
        position: absolute;
        display: inline-block;
        background-size: contain;
     
    }
    .button:hover{
        background-color: #F7941D;
        color: white;
        text-decoration: none;
    }
    .line-horizontal{
        width: 100%;
        height:2px;
        background-color: #ef761b;
    }
  
.fit-slogam {
    color: black;
    float: left;
    line-height: normal;
    margin-top: 15px;
}

.s10fit-dtm-navbar-nav li {
    display: inline-block;
}

.s10fit-dtm-navbar-nav>li>a {
    padding: 10px 0;
    display: inline-block;
    margin: 0 0 0 20px;
    color: #2a2a2a;
}
.social-icons-list {
    margin: 20px 0;
}

.social-icons-list li {
    display: inline-block;
}

.m-r-20 {
    margin-right: 20px;
}

@media (min-width: 768px) {
    .social-icons-list {
        text-align: right;
    }
}

.text-uppercase {
    text-transform: uppercase;
}
.py-5{
    padding: 3rem 0rem;
}
.text-orange {
    color: #e87313;
}
.b-b-orange {
    border-bottom: 1px solid #f9d8bd;
}

.bg-orange {
    background-color: #fff8ef;
}

.m-t-10 {
    margin-top: 10px;
}
.btn:hover {
    color: #ffffff;
}
ul {
    list-style-type: disc;
    margin-left: 30px;
}

.btn--orange,
.btn-orange {
    background-color: #f26226;
    border-color: #f26226;
}

.letter-style {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ef761b !important;

}

a.letter-style:focus,
a.letter-style:hover {
    color: #f09651;
    text-decoration: none;
}

a.btn--orange .btn-orange:focus,
a.btn--orange .btn-orange:hover {

    text-decoration: none;
}

a.get-clinic-btn:focus,
a.get-clinic-btn:hover {
    color: #f09651;
    text-decoration: none;
}

a.btn--orange.btn-orange.pad-5:focus,
a.btn--orange.btn-orange.pad-5:hover {
    text-decoration: none;
}
.video-banner {
    margin-top: 68px;
    /* margin-bottom: 50px; */
    position: relative;
    
}

.video-banner .background-image-overlay.video {
    background-image: none;
    height: auto;
}

.video-banner .background-image-overlay {
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    height: 520px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}

.video-banner .background-image-overlay.video video {
    display: block;
    width: 100%;
}

.video-banner .top-container {
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 87px;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: auto;
    height: 180px;
    overflow: hidden;
}

.video-banner .top-container--txt {
    position: relative;
}

.txt-center {
    text-align: center;
}

.video-banner .top-container--txt h2 {
    color: #ffffff;
    font-size: 48px;
    /* margin: 0 auto; */
    /* max-width: 700px; */
}

.get-clinic-btn {
    font-size: 16px;
    line-height: 54.72px;
    height: 54.72px;
    padding: 0 40px;
    margin-top: 40px;
}

.text-orange {
    color: #ef761b;
}

.bold {
    font-weight: bold;
}

.letterspacing {
    letter-spacing: 0.1em;
}

li.capitalize {
    text-transform: capitalize;
    font-size: 14px;
    margin-bottom: 12px;
}
.title {
    font-size: 26px;
    margin-bottom: 16px;
    font-weight: bold;
}

.capitalize {
    text-transform: capitalize;
}


ul.bullet-points {
    list-style: none;
    margin-left: 30px;
}

ul li.capitalize::before {
    content: "\2022";
    color: #ef761b;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;

}
@media only screen and (min-width:300px) and (max-width:700px) {
    .tableDiv {
        overflow-x: scroll;
    }

    .description {
        font-size: 15px !important;
    }
}

.pull-right-lg {
    float: right;
}

@media(max-width:767px) {
    .video-banner {
        margin-top: 0;
        position: relative;
    }

}

@media(max-width: 600px) {
    .mob-m-t-25 {
        margin-top: 25px !important;
    }

    .s10fit-dtm-navbar-nav>li>a {
        padding: 10px 0;
        display: inline-block;
        margin: 0 0 0 10px;

    }

    .s10-logo-navbar {
        height: auto;
        padding: 10px 0px !important;
    }

    .video-banner .top-container--txt h2 {
        color: #ffffff;
        font-size: 14px;
        margin: 0 auto !important;
        max-width: 700px;
    }
    .get-clinic-btn {
        font-size: 10px;
        line-height: 54.72px;
        height: 54.72px;
        padding: 0 40px;
        margin-top: 40px;
    }
    .video-banner .top-container {
        display: block;
        position: absolute;
        width: 100%;
        text-align: center;
        top: 87px;
        left: 0;
        bottom: 0;
        right: 0;
        padding: 0;
        margin: auto;
        height: 130px;
        overflow: hidden;
    }
    .s10fit-dtm-navbar-nav>li>a{
        font-size: 11px;
    }
    ul.pull-right-lg.s10fit-dtm-navbar-nav{
        margin-top: 18px !important;
    }


}
@media(max-width: 375px) {
    .s10fit-dtm-navbar-nav>li>a {
        padding: 10px 0;
        display: inline-block;
        margin: 0 0 0 5px;

    }

    .pad-5 {
        padding: 5px !important;
    }
  

}


body { font-family: 'Poppins', sans-serif; font-size:14px;  color:#2a2a2a; overflow-x: hidden !important; padding-top: unset !important;} /* changed local M.Tamilarasan*/

ul {
    margin:0;
    padding:0;
    list-style-type:none;
}
.m0 {margin:0;}
.mt0 {margin-top:0px;}
.mt10 {margin-top:10px;}
.mt20 {margin-top:20px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mr5 {margin-right:5px;}
.mr10 {margin-right:10px;}
.mr15 {margin-right:15px;}
.mr20 {margin-right:20px;}
.ml15 {margin-left:15px;}
.ml20 {margin-left:20px;}
.p0 {padding:0;}
.p15 {padding:15px;}
.pt10 {padding-top:10px;}
.pt20 {padding-top:20px;}
.pb0 {padding-bottom:0;}
.pb20 {padding-bottom:20px;}
a.no-underline {text-decoration:none;}
.text-white {
    color:#fff;
}
.text-orange {
    color:#ed8907;
}
.bg-orange-lite {
    background-color:#ffedd5;
}
.bg-sandal-dark {
    background-color:#f0e493;
}
/*.bg-white, .s10-school-navbar-default {
    background-color:#fff;
}*/
.s10-school-navbar-default {
    background-color: #fffcf3;
}
.bg-white {
    background-color:#fff;
}
.flag-ind { 
    background: url(https://www.s10health.com/appointmentapi/assets/images/India.png) no-repeat left center;
    padding-left:30px;
}
.s10-logo-navbar {
    height:auto;
    padding:10px 10px !important;
}
.s10-dtm-navbar-nav > li, .social-icons-list li, .orange-dots li, .fun-prgm-list li {
    display:inline-block;
}
.quotes-list li {
    display:inline-block;
}
.s10-dtm-navbar-nav > li > a {
    padding: 27px 0;
    display:inline-block;
    margin:0 0 0 20px;
    color: #2a2a2a;
}
.s10-school-user-dropdown {
    left:inherit;
    right:0;
}
.s10-school-user-dropdown > li > a:hover {
    background-color: #fbd79b;
    background-image: none;
}
.bg-trans.left, .bg-trans.right {
    background:transparent;
}
.s10-school-btm-item-pad {
    padding:0 90px;
}
.s10-school-carousel-control-btm .glyphicon-chevron-left:before {
    content: "\e257";
}
.s10-school-carousel-control-btm .glyphicon-chevron-right:before {
    content: "\e258";
}
.s10-school-carousel-control-btm .glyphicon-chevron-left:before, 
.s10-school-carousel-control-btm .glyphicon-chevron-right:before {
    color:#ed8907;
    font-size: 20px;
    border: 1px solid #ed8907;
    border-radius: 50%;
    padding: 3px 5px 3px 7px;
}
.social-icons-list {
    margin:20px 0;
}

  .social-icons-list .fa {
        padding: 8px;
        font-size: 24px;
        width: 44px;
        text-align: center;
        text-decoration: none;
        /* margin: 0 5px; */
        color: #2c2c2c;
        border-radius: 4px;
    }

/*i.fa:hover {
    box-shadow: 0rem 0.225rem 0.25rem 1px rgba(0,0,0,0.2);
}*/
.fa-facebook,.fa-twitter,.fa-linkedin,.fa-instagram,.fa-youtube {
            padding: 8px;
    font-size: 24px;
    width: 35px;
    text-align: center;
    text-decoration: none;
    color: #2c2c2c;
    border-radius: 4px;
        }
        i.fa-facebook:hover, .fa-twitter:hover, .fa-linkedin:hover, .fa-instagram:hover, .fa-youtube:hover {
    box-shadow: 0rem 0.225rem 0.25rem 1px rgba(0,0,0,0.2);
}
.fa:hover, .fa:focus, .fa:active {
    color: #fff;
}
.fa-facebook:hover, .fa-facebook:focus, .fa-facebook:active {
    background: #3B5998;
}
.fa-twitter:hover, .fa-twitter:focus, .fa-twitter:active {
    background: #55ACEE;
}
.fa-linkedin:hover, .fa-linkedin:focus, .fa-linkedin:active {
    background: #007bb5;
}
.fa-pinterest:hover, .fa-pinterest:focus, .fa-pinterest:active {
    background: #cb2027;
}
.fa-instagram:hover, .fa-instagram:focus, .fa-instagram:active {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);;
}
.fa-youtube:hover, .fa-youtube:focus, .fa-youtube:active {
    background: #FF0000;
}
.bg-brand.gd {
    background-color: #3EC7B3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3EC7B3), to(#3CB8D2));
    background-image: -webkit-linear-gradient(top, #3EC7B3, #3CB8D2);
    background-image: -moz-linear-gradient(top, #3EC7B3, #3CB8D2);
    background-image: -ms-linear-gradient(top, #3EC7B3, #3CB8D2);
    background-image: -o-linear-gradient(top, #3EC7B3, #3CB8D2);
    background-image: linear-gradient(top, #3EC7B3, #3CB8D2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fe9e1c', endColorStr='#f45b5a');
    border-bottom: 1px solid #ECECEC;
}
.orange-line, .white-line {
    border-width: 3px;
    margin-top: 0;
    margin-bottom:10px; 
    width:75px; 
    border-color:#ffaf46;
    display: inline-block;
}
.white-line {
    border-color:#fff;
}
.list-items li {
    padding:0 0 7px;
}
.orange-dots li {
    padding: 0 10px;
}
.orange-dots li:before {
    content: "•";
    font-size: 22px;
    color: #EC921D;
    display: inline-block;
    width: 10px;
    margin-left: -10px;
}
.fun-prgm-list li {
    background-color:#fff;
    border-radius:10px;
    border:3px solid #f49a4d;
    border-left:0;
    border-top:0;
    border-right:0;
    box-shadow:0 7px 33px rgba(34,34,34, 0.2);
    width:200px;
    height:140px;
    padding:3px;
    text-align:center;
    margin:8px 5px 8px 6px;
}
.brand-slogam{
    float: left;
    line-height: normal;
    margin-top: 26px;
}
.quotes-list li {
    background-color:#fff;
    border-radius:10px;
    /*border:3px solid #f49a4d;*/
    border-left:0;
    border-top:0;
    border-right:0;
    box-shadow:0 7px 33px rgba(34,34,34, 0.2);
    width:200px;
    height:40px;
    padding:3px;
    text-align:center;
    margin:8px 5px 8px 6px;
    font-size:20px;
}
.quotes-btn{
    display: flex;
    align-items: center;
    justify-content: center;
}
.quotes-btn a{
    width:110px;
    height:30px;
    background-color: #f9c53b;
    margin-top: 10px;
    padding: 5px;
    color:#ffffff;
}
.quotes-btn a:hover{
    text-decoration: none;    
}
.quotes-btn a:visited{
    color:#ffffff;  
}
.fun-prgm-icon-ht {
    height:77px;
    margin-bottom:5px;
    margin-top: 5px;
}
.health-risk-list li {
    background-color:#fff;
    border-radius:10px;
    border:3px solid #f49a4d;
    border-left:0;
    border-top:0;
    border-right:0;
    box-shadow:0 7px 33px rgba(34,34,34, 0.2);
    width:200px;
    height:140px;
    padding:3px;
    text-align:center;
    margin:8px 5px 8px 6px;
}
.health-risk-icon-ht {
    height: 94px;
    margin-bottom: 7px;
    margin-top: -7px;
}
/* for pricing */
.pricing-bdr {
    border:1px solid #d3d3d3;
    box-shadow:0 5px 5px rgba(211,211,211,0.4);
}
.pricing {
    border-right:1px solid #e6e5e4;
}
.pricing-header {
    background-color:#ffb049;
    border-right:1px solid #fed49c;
    padding:8px 13px;
    font-weight:bold;
    text-align:center;
}
.pricing-list {
    padding:0 13px 13px;
}
.pricing-list li {
    padding:5px 0;
    border-bottom:1px dashed #e4e3e2;
    display:block;
    text-align:center;
}
#fitBtn button {
    height: 35px;
    width: 100px;
    /*margin-top: 10px;*/
    background-color: #ececec; 
    border-radius:15px;
    font-size:13px;
}
#fitBtn button:after{
    /*content: ' \003E';*/
    color:#ffb14c;
    margin-left: 10px;
}

/* for pricing */
@media (min-width: 768px) {

    .signup-link {
        position:fixed;
        top:45%;
        right:-36px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        z-index:99999;
    }
    .signup-link a {
        background:#0072bc;
        border:1px solid #10466e;
        border-radius:3px;
        color:#fff;
        padding:5px 10px;
    }
    .signup-link a:hover, .signup-link a:focus, .signup-link a:active {
        text-decoration:none;
    }
    .signup-arrow-pos {
        margin: 0 0 0 -14px;
        top: 6px;
    }
    .s10-school-navbar-header {
        width:100%;
    }
    .enroll-bdr {
        border-right:2px solid #ed8907;
    }
    .social-icons-list {
        text-align:right;
    }
    .health-safecare-desc-text {
        color:#fff;
    }
    .health-safecare-list-pad {
        padding-top:25px;
    }
    .signup-pad {
        padding:50px 0;
    }
    .signin-img-pad {
        padding-top:50px;
    }
}

@media (min-width: 992px) {
    .signin-img-pad {
        padding-top:0;
    }
    .signin-form-pad {
        padding-top:25px;
    }

}

@media (min-width: 1200px) {
    
    .fun-prgm-list li:first-child {
        margin-left:0;
    }
    .fun-prgm-list li:last-child {
        margin-right:0;
    }
    .signin-form-pad {
        padding-top:50px;
    }
}

@media (max-width: 767px) {
    body { 
        padding-top:66px;
    }
    .s10-navbar-toggle-pos {
        float:left;
        margin:15px;
    }
    .s10-school-navbar-default .navbar-toggle .icon-bar, 
    .s10-school-navbar-default .navbar-toggle:hover, .s10-school-navbar-default .navbar-toggle:focus {
        background-color:#ed8907;
    }
    .s10-school-navbar-default .navbar-toggle:hover .icon-bar, .s10-school-navbar-default .navbar-toggle:focus .icon-bar {
        background-color:#fff;
    }
    .s10-logo-navbar img {
        max-height:24px;
        padding:10px 5px !important;
    }
    .s10-dtm-navbar-nav > li > a {
        padding:0;
    }
    .s10-mob-navbar-nav {
        margin:0;
    }.s10-dtm-navbar-nav {
        margin:20px 15px 0 0;
    }
    .s10-dtm-navbar-nav .dropdown-backdrop {
        background:rgba(0,0,0,0.6);
    }
    .s10-logo-navbar {
        /* padding: 20px 10px 0 0; */
        padding: 10px 2px !important;
    }
    .enroll-bdr {
        border-bottom:2px solid #ed8907;
    }
    .social-icons-list {
        text-align:center;
    }
    .orange-dots li {
        display:block;
    }
    .calendar-bg1, .calendar-bg2, .health-safecare-bg {
        background-image:none;
    }
    .calendar-bg2, .health-safecare-bg {
        padding: 15px;
    }
    .health-safecare-desc-text {
        color:#2a2a2a;
    }
    .signup-pad {
        padding:0;
    }   
}
a.btn-custom-reverse.btn-lg, a.btn-custom.btn-lg {
    padding: 12px 0px;
    font-size: 16px;
    line-height: 24px
}
.section-title h2:before {
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 50px;
    height: 2px;
    background-color: #f1f1f1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}
.section-title.text-left h2 {
    text-align: left
}
.section-title.text-left h2:before {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}
.section-title span {
    color: #f1f1f1
}
.bg--lightgray {
    background-color: #f0f5f6
}
.bg--img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}
.bg--overlay {
    position: relative;
    z-index: 0
}
.bg--overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f1f1f1;
    opacity: .97;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=97)";
    z-index: -1
}
a.btn {
    font-weight: 400;
    width: 230px;
    color: #4f4f4f;
}
a.btn-custom {
    background-color: #f1f1f1;
    -webkit-transition: background-color .25s;
    transition: background-color .25s
}
a.btn-custom:focus, a.btn-custom:hover {
    color: #000;
    background-color: #f1f1f1;
    box-shadow: none
}
a.btn-custom-reverse {
    background-color: #f1f1f1;
    border-radius: 0;
    -webkit-transition: background-color .25s;
    transition: background-color .25s
}
a.btn-custom-reverse:focus, a.btn-custom-reverse:hover {
    color: #000;
    background-color: #f1f1f1;
    box-shadow: none
}
.section-title h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 0;
    color: #43575d;
}
/*.nav > li > a {
    padding: 8px 12px !important;
}*/
.nav > li > a {
    padding: 8px 8px !important;
}
main {
    min-width: 320px;
    max-width: 800px;
    padding: 50px;
    margin: 0 auto;
    background: #fff;
}

/* label:not(.ass) {
    display: inline-block;
    margin: 0 0px -1px;
    padding: 8px 12px;
    font-weight: 600;
    text-align: center;
    color: #000;
    border: 1px solid transparent;
    width:18%;
} */
label:before {
    font-family: open sans!important;
    font-weight: 20px;
    font-weight: normal;
    margin-right: 10px;
}
input:checked + label {
    color: #fff!important;
    border: 1px solid #ddd!important;
    border-top: 2px solid orange!important;
    border-bottom: 1px solid #fff!important;
    background: #f5821f;
}
input:checked + label:hover {
    color: #fff;
}
#tab1:checked ~ #content1, #tab2:checked ~ #content2, #tab3:checked ~ #content3, #tab4:checked ~ #content4, #tab5:checked ~ #content5, #tab6:checked ~ #content6, #tab7:checked ~ #content7, #tab8:checked ~ #content8, #tab9:checked ~ #content9, #tab10:checked ~ #content10, #tab11:checked ~ #content11, #tab12:checked ~ #content12, #tab13:checked ~ #content13, #tab14:checked ~ #content14 {
    display: block !important;
}
#efftab1:checked ~ #effcontent1, #efftab2:checked ~ #effcontent2, #efftab3:checked ~ #effcontent3, #efftab4:checked ~ #effcontent4 ,#efftab5:checked ~ #effcontent5 , #pharmtab1:checked ~ #effcontent5 {
    display: block !important;
}
#pharmtab1:checked ~ #pharmcontent1, #pharmtab2:checked ~ #pharmcontent2, #pharmtab3:checked ~ #pharmcontent3, #pharmtab4:checked ~ #pharmcontent4 {
    display: block !important;
}
#mobtab1:checked ~ #mobcontent1 {
    display: block !important;
}
#my_id {
    display: none;
}
@media (max-width: 479px) {
    .features-tab--item {
        padding: 5px;
    }
    label {
        width: 49%;
    }
    .features-tab--content ul li {
        width: 100%;
    }
}
.s10hi {
    border-bottom: 1px solid #cacaca;
    text-align: center;
}
.nav-pills > li > a {
    border-radius: 0px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus,  .nav-pills > li.active > a:hover {
    background: #f5821f;
    border-top: 2px solid orange !important;
}
.nav-pills > li > a:hover {
    background: #f5821f;
}
.s10hi li {
    width: 33%;
}
#line{
    border-bottom: 2px solid #f5821f;
    width: 8%;
    margin-left: 500px;
    margin-top: 14px;
}

/* custom */
div#features p {
    text-align: initial;
}
.special-features .special-content.s11 {
    margin-top: 100px;
}
.special-features .special-content.s11 h2 {
    margin-bottom: 5px;
    font-size: 18px;
}
.special-features .special-content.s12 {
    margin-top: 40px;
}
.special-features .special-content.s12 h2 {
    margin-bottom: 5px;
    font-size: 18px;
}
.special-image img {
    width: 73%;
}
@media (max-width: 767px) {
    .special-features .special-content.s11 {
        margin-top: 40px;
    }
    .special-features .special-content.s11 h2 {
        margin-bottom: 0px;
        font-size: 18px;
    }
    .special-features .special-content.s12 {
        margin-top: 20px;
    }
    .special-features .special-content.s12 h2 {
        margin-bottom: 5px;
        font-size: 18px;
    }
    .special-image img {
        width: 90%;
    }
}
.s10-logo-navbar img {
    max-height: 31px;
    margin-top: 4px;
}
@media (max-width: 767px) {
    .s10-logo-navbar img {
        max-height: 50px;
        margin-top: 0px;
        width:100px;
    }
}
@media (min-width: 768px) {
    
    .signup-link {
        position:fixed;
        top:45%;
        right:-36px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        z-index:99999;
    }
    .signup-link a {
        background:#0072bc;
        border:1px solid #10466e;
        border-radius:3px;
        color:#fff;
        padding:5px 10px;
    }
    .signup-link a:hover, .signup-link a:focus, .signup-link a:active {
        text-decoration:none;
    }
}
.circle-icon {
    background: #f9c53b;
    padding:5px;
    border-radius: 50%;
    width:15px;
    font-size: 12px;
    margin-left: 19px;
    color:#ffffff;
}




h5{
    font-weight: bold;
    margin-bottom:6px;
}
p {
    margin: 0 0 16px;
}
.border-right{
    border-right: 1px solid #c5c5c5;
}
.d-flex{
    display: flex;
    align-items: center;
    justify-content: center;
    
}
 /* image 3d */

  .project__image {
    display: block;
    position: relative;
  }
  
  .project__image img {
    /* width: 100%; */
    /* max-width: 100%; */
    display: block;
  }
  
  .project__image:after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)); */
    transition: opacity .3s ease;
    opacity: 0;
  }
  
  .project__card {
    position: relative;
    will-change: transform;
    transition: box-shadow .3s ease;
    box-shadow: 0 10px 30px transparent;
  }
  
  .project__card.hover-in {
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
  }
  
  .project__card.hover-out {
    transition: -webkit-transform .2s ease-in;
    transition: transform .2s ease-in;
    transition: transform .2s ease-in, -webkit-transform .2s ease-in;
  }
  
  /* .project:hover .project__card { box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4); } */
  
  .project:hover .project__image:after { opacity: 1; }
  
  .project:hover .project__detail {
    border-width: 10px;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4); */
  }
  
  .project:hover .project__title, .project:hover .project__category {
    -webkit-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  
  .project__detail {
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    pointer-events: none;
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
    border: 0 solid #00BCD4;
    transition: border .4s ease;
  }
  
  .project__title {
    margin: 0 0 10px;
    font-size: 36px;
    font-weight: 700;
    transition: .4s ease;
    opacity: 0;
    -webkit-transform: translateY(40px) scale(0);
    -ms-transform: translateY(40px) scale(0);
    transform: translateY(40px) scale(0);
    will-change: transform;
  }
  
  .project__title a { color: white; }
  
  .project__category {
    opacity: 0;
    transition: .4s ease;
    transition-delay: .1s;
    -webkit-transform: translateY(40px) scale(0);
    -ms-transform: translateY(40px) scale(0);
    transform: translateY(40px) scale(0);
    will-change: transform;
  }
  
  .project__category a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.3em;
  }
  .shine{background: transparent !important;}
  .m-b-15{
      margin-bottom: 15px;
  }
  .m-l-70-mob{margin-left: 110px;}
  /* @media(max-width:1320px){
    .testimonial-box {
        text-align: left;
          padding: 10px;
          border: 1px solid #02021e;
          width:100%;
          height:40% !important;
      }
  } */
  /* @media(min-width:767px){
    .testimonial-box {
        text-align: left;
          padding: 10px;
          border: 1px solid #02021e;
          width:100%;
          height:auto !important;
      }
  } */
  @media(max-width:767px){
      .m-l-70-mob{
          margin-left: 0;
      }
      /* .testimonial-box {
        text-align: left;
          padding: 10px;
          border: 1px solid #02021e;
          width:100%;
          height:auto !important;
      } */
  }
  /* .testimonial-box {
      text-align: left;
        padding: 10px;
        border: 1px solid #02021e;
        width:100%;
        height:30%;
    }
    
    .testimonial-box:before, .testimonial-box:after {
        content: "\f10d";
        font-family: 'FontAwesome';
        position: absolute;       
        color: #ef761b;
        background: white;
        padding: 0rem .25rem;
        font-size: 2rem;
    }
    .testimonial-box:before{
        top: -16px;
        left: 10px;
    }
    .testimonial-box:after {
        transform: matrix3d(-1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        bottom: -16px;
        right: 10px;
    }
    
    .testimonial-box img {
    float: left;
    margin-right: 10px;
    border-radius: 50%;
    } */
    .m-b-15{
        margin-bottom: 15px;
    }
    .m-b-20{
        margin-bottom: 30px;
    }
    .bg-footer{
        background-color: #ececec;
    }

    .text-muted {
        color: #908f8f;
    }
    .m-b-0{
        margin-bottom:0;
    }
    .copyrights{
        background: #d4d4d4;
        padding: 0.75rem 0rem;
    }
    .glyphicon {
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: "Glyphicons Halflings";
        font-style: normal;
        font-weight: 400;
        color: #ef761b;
        padding-right: 3px;
        line-height: 1;
        font-size: 10px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .p-t-38{
    padding-top: 38px;
    }
    .mail{
        color:black;
        text-decoration: none;
        border-left: 1px solid #777;
        padding-left:9px;
        margin-left:7px;
    }
    .d-f{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    @media(max-width:767px){
        .d-f{
            display: block;
        }
        .m-t-b-10{
            margin-top: 10px;
            margin-bottom: 10px;
        }
    }
    .stack-cards__item {
        position: sticky;
        top: var(--space-sm);
        transform-origin: center top;
    }
    .stack-cards {
        --stack-cards-gap: var(--space-sm); 
      }
      
      .stack-cards__item {
        position: relative;
        position: -webkit-sticky;
        position: sticky;
        top: var(--space-md);
        padding-bottom: 3%;
        -webkit-transform-origin: center top;
        transform-origin: center top;
        overflow: hidden; 
      }
      
          .stack-cards__item:last-child {
          position: relative;
          position: -webkit-sticky;
          position: sticky;
          top: var(--space-md);
          padding-bottom: 0%;
          -webkit-transform-origin: center top;
          transform-origin: center top;
          overflow: hidden;
      }
      @media(max-width:767px){
        .stack-cards__item {
          position: relative;
          position: -webkit-sticky;
          position: sticky;
          top: var(--space-md);
          padding-bottom: 100%;
          -webkit-transform-origin: center top;
          transform-origin: center top;
          overflow: hidden; }
      }
      .quote {
        color: rgba(0,0,0,.1);
        text-align: center;
        margin-bottom: 30px;
    }
    
    /*-------------------------------*/
    /*    Carousel Fade Transition   */
    /*-------------------------------*/
    
    #fade-quote-carousel.carousel {
      padding-bottom: 60px;
    }
    #fade-quote-carousel.carousel .carousel-inner .item {
      opacity: 0;
      -webkit-transition-property: opacity;
          -ms-transition-property: opacity;
              transition-property: opacity;
    }
    #fade-quote-carousel.carousel .carousel-inner .active {
      opacity: 1;
      -webkit-transition-property: opacity;
          -ms-transition-property: opacity;
              transition-property: opacity;
    }
    #fade-quote-carousel.carousel .carousel-indicators {
      bottom: 10px;
    }
    #fade-quote-carousel.carousel .carousel-indicators > li {
      background-color: #ef761b;
      border: none;
    }
    #fade-quote-carousel blockquote {
        text-align: center;
        border: none;
    }
    #fade-quote-carousel .profile-circle  img{
        width: 100px;
        height: 100px;
        margin: 0 auto;
        border-radius: 100px;
    }
    @media(max-width:339px) {
        .s10fit-dtm-navbar-nav>li>a {
            padding: 10px 0;
            display: inline-block;
            margin: 0 0 0 0px;
    
        }
        .s10-navbar-toggle-pos {
            float: left;
            margin: 12px !important;
        }
        .s10-logo-navbar {
            /* padding: 20px 10px 0 0; */
            padding: 10px 0px !important;
        }
    
    }


    /* scrollto top */
    #return-to-top {
        position: fixed;
        bottom: 20px;
        right: 20px;
        background: rgb(0, 0, 0);
        background: rgba(0, 0, 0, 0.52);
        width: 50px;
        height: 50px;
        display: block;
        text-decoration: none;
        -webkit-border-radius: 35px;
        -moz-border-radius: 35px;
        border-radius: 35px;
        display: none;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index: 1000;
    }
    #return-to-top i {
        color: #fff;
        margin: 0;
        position: relative;
        left: 16px;
        top: 13px;
        font-size: 19px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    #return-to-top:hover {
        background: rgba(0, 0, 0, 0.9);
    }
    #return-to-top:hover i {
        color: #fff;
        top: 5px;
    }
    i.fa.fa-arrow-up {
        width: 19px;
        text-align: center;
        text-decoration: none;
        border-radius: 0;
        padding: 0;
        margin-top: 2px !important;
    }
    
    @media(min-width:500px) and (max-width:767px){
        .image-size-mob{
            width:300 !important;
        }
    }
    @media(max-width:425px){
        .image-size-mob-w{
            width:200 !important;
        }
    }

    /* show image message */

      .snip1401 {
        position: relative;
         overflow: hidden;
        /* overflow: hidden;
        margin: 10px; */
        /* min-width: 230px;
        max-width: 315px; */
        /* max-height: 220px;
        width: 100%; */
        /* color: #000000; */
        /* text-align: right; */
        font-size: 16px;
        /* background-color: #000000; */
      }
      /* .snip1401 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
      }
      .snip1401 img {
        max-width: 100%;
        backface-visibility: hidden;
      }
      .snip1401 figcaption {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 1;
        opacity: 1;
        padding: 30px 0 30px 10px;
        background-color: #ffc888;
        width: 40%;
        -webkit-transform: translateX(150%);
        transform: translateX(150%);
      }
      .snip1401 figcaption:before {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 55%;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 120px 120px 120px 0;
        border-color: transparent #ffc888 transparent transparent;
      }
      .snip1401:after {
        position: absolute;
        bottom: 70%;
        right: 40%;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 120px 120px 0 120px;
        border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
      }
      .snip1401:hover:after{
        bottom: 50%;
      }
      .snip1401:hover figcaption:before {
        right: 100%;
      }
      .snip1401:focus:after{
        bottom: 50%;
      }
      .snip1401:focus figcaption:before {
        right: 100%;
      }
      .snip1401:active:after{
        bottom: 50%;
      }
      .snip1401:active figcaption:before {
        right: 100%;
      }
      .snip1401 h3,
      .snip1401 p {
        line-height: 1.5em;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
        margin: 0;
      }
      .snip1401 h3 {
        margin: 0 0 5px;
        line-height: 1.1em;
        font-weight: 900;
        font-size: 1.4em;
        opacity: 0.75;
      }
      .snip1401 p {
        font-size: 0.8em;
      }
      .snip1401 i {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 20px 30px;
        font-size: 44px;
        color: #ffffff;
        opacity: 0;
      }
      .snip1401 a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
      }
      .snip1401:hover img,
      .snip1401.hover img {
        zoom: 1;
        filter: alpha(opacity=50);
        -webkit-opacity: 0.5;
        opacity: 0.5;
      }
      .snip1401:hover:after,
      .snip1401.hover:after,
      .snip1401:hover figcaption,
      .snip1401.hover figcaption,
      .snip1401:hover i,
      .snip1401.hover i {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
      }
      .snip1401:focus img,
      .snip1401.hover img {
        zoom: 1;
        filter: alpha(opacity=50);
        -webkit-opacity: 0.5;
        opacity: 0.5;
      }
      .snip1401:focus:after,
      .snip1401.hover:after,
      .snip1401:focus figcaption,
      .snip1401.hover figcaption,
      .snip1401:focus i,
      .snip1401.hover i {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
      }
      .snip1401:active img,
      .snip1401.hover img {
        zoom: 1;
        filter: alpha(opacity=50);
        -webkit-opacity: 0.5;
        opacity: 0.5;
      }
      .snip1401:active:after,
      .snip1401.hover:after,
      .snip1401:active figcaption,
      .snip1401.hover figcaption,
      .snip1401:active i,
      .snip1401.hover i {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
      } */

      .snip1402 {
        position: relative;
        /* overflow: hidden;
        margin: 10px; */
        /* min-width: 230px;
        max-width: 315px; */
        /* max-height: 220px;
        width: 100%; */
        /* color: #000000; */
        /* text-align: right; */
        font-size: 16px;
        /* background-color: #000000; */
      }
      /* .snip1402 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
      } */
      .snip1402 img {
        max-width: 100%;
        backface-visibility: hidden;
      }
      /* .snip1402 figcaption {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 1;
        opacity: 1;
        padding: 30px 0 30px 10px;
        background-color: #a6deff;
        width: 40%;
        -webkit-transform: translateX(150%);
        transform: translateX(150%);
      } */
      /* .snip1402 figcaption:before {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 55%;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 120px 120px 120px 0;
        border-color: transparent #a6deff transparent transparent;
      } */
      /* .snip1402:after {
        position: absolute;
        bottom: 70%;
        right: 40%;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 120px 120px 0 120px;
        border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
      }
      .snip1402:hover:after{
        bottom: 50%;
      }
      .snip1402:hover figcaption:before {
        right: 100%;
      }
      .snip1402:focus:after{
        bottom: 50%;
      }
      .snip1402:focus figcaption:before {
        right: 100%;
      }
      .snip1402:active:after{
        bottom: 50%;
      }
      .snip1402:active figcaption:before {
        right: 100%;
      }
      .snip1402 h3,
      .snip1402 p {
        line-height: 1.5em;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
        margin: 0;
      }
      .snip1402 h3 {
        margin: 0 0 5px;
        line-height: 1.1em;
        font-weight: 900;
        font-size: 1.4em;
        opacity: 0.75;
      }
      .snip1402 p {
        font-size: 0.8em;
      }
      .snip1402 i {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 20px 30px;
        font-size: 44px;
        color: #ffffff;
        opacity: 0;
      }
      .snip1402 a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
      }
      .snip1402:hover img,
      .snip1402.hover img {
        zoom: 1;
        filter: alpha(opacity=50);
        -webkit-opacity: 0.5;
        opacity: 0.5;
      }
      .snip1402:hover:after,
      .snip1402.hover:after,
      .snip1402:hover figcaption,
      .snip1402.hover figcaption,
      .snip1402:hover i,
      .snip1402.hover i {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
      }
      .snip1402:focus img,
      .snip1402.hover img {
        zoom: 1;
        filter: alpha(opacity=50);
        -webkit-opacity: 0.5;
        opacity: 0.5;
      }
      .snip1402:focus:after,
      .snip1402.hover:after,
      .snip1402:focus figcaption,
      .snip1402.hover figcaption,
      .snip1402:focus i,
      .snip1402.hover i {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
      }
      .snip1402:active img,
      .snip1402.hover img {
        zoom: 1;
        filter: alpha(opacity=50);
        -webkit-opacity: 0.5;
        opacity: 0.5;
      }
      .snip1402:active:after,
      .snip1402.hover:after,
      .snip1402:active figcaption,
      .snip1402.hover figcaption,
      .snip1402:active i,
      .snip1402.hover i {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
      } */
      .center-mob{
        text-align: left;
    }
    @media(max-width:992px){
        .d-table-mob{
            display: table;
            margin:0 auto;
        }
    }
    @media(max-width:767px){
        .center-mob{
            text-align: center;
        }
        
    }
    input {
        display: none;
    }
    /*label:hover {
        color: #fff;
        cursor: pointer;
        background: #f5821f;
    }*/
    .radiocontainer {
      display: block;
      position: relative;
      padding-left: 35px;
      margin-bottom: 12px;
      cursor: pointer;
      font-size: 22px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
     
    }
    .radioBtn{
        margin-left: 20px;
    }
     .radioBtn label {
        display: inline-block !important;
        margin: 0 -10px -1px !important;
        padding: 0px 20px !important;
        font-weight: normal !important;
        text-align: center !important;
        color: #000 !important;
        border: 1px solid transparent !important;
        font-size: 16px !important;
        width:100px !important;
      }
      .radioBttn label{
        margin: 11px -3px -1px !important;
        padding: 0px 20px !important;
        font-weight: normal !important;
        text-align: left !important;
        color: #000 !important;
        border: 1px solid transparent !important;
        font-size: 14px !important;
        width: 260px !important;
    }
    .display-inlineblock{
        display: inline-block;
    }
    /* Hide the browser's default radio button */
    .radiocontainer input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
    }
    
    /* Create a custom radio button */
    .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 18px;
      width: 18px;
      background-color: #cac5c5;
      border-radius: 50%;
    }
    
    /* On mouse-over, add a grey background color */
    .radiocontainer:hover input ~ .checkmark {
      background-color: #ccc;
    }
    
    /* When the radio button is checked, add a blue background */
    .radiocontainer input:checked ~ .checkmark {
      background-color: #f5821f;
    }
    
    /* Create the indicator (the dot/circle - hidden when not checked) */
    .checkmark:after {
      content: "";
      position: absolute;
      display: none;
    }
    
    /* Show the indicator (dot/circle) when checked */
    .radiocontainer input:checked ~ .checkmark:after {
      display: block;
    }
    
    /* Style the indicator (dot/circle) */
    .radiocontainer .checkmark:after {
         top: 5px;
        left: 5px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: white;
    }
     .signupForm label {
        display: inline-block;
        margin: 0 -10px -1px;
        padding: 8px 12px;
        font-weight: 600;
        text-align: left;
        color: #000;
        border: 1px solid transparent;
        width:100%;
     }



     /* choosplan */
     
   

     /*S10 Fit website Header*/
     
   

     

    

     

     #fitBtn button {
         height: 35px;
         width: 100px;
         /*margin-top: 10px;*/
         background-color: #ececec;
         border-radius: 15px;
         font-size: 13px;
     }

     #fitBtn button:after {
         /*content: ' \003E';*/
         color: #ffb14c;
         margin-left: 10px;
     }

     .circle-iconprev {
         background: #f9c53b;
         padding: 5px;
         border-radius: 50%;
         width: 20px;
         font-size: 12px;
         margin-right: 10px;
         color: #ffffff;
     }

     .circle-iconnext {
         background: #f9c53b;
         padding: 5px;
         border-radius: 50%;
         width: 20px;
         font-size: 12px;
         margin-left: 20px;
         color: #ffffff;
     }

     .banner1 {
         background: rgba(0, 0, 0, 0) url(https://www.s10.fit/images/Physical-Activity-Readiness.png) no-repeat;
         background-size: cover;
         /*color: #fff;*/
         height: 240px;
         text-align: center;
     }

     .familyHistoryImage {
         background: rgba(0, 0, 0, 0) url(https://www.s10health.com/appointmentapi/assets/images/Family_history.png) no-repeat;
         background-position: right center;
         /*background-size: 100%;*/
         color: #fff;
         height: 130px;
         text-align: center;
     }

     .medicalHistoryImage {
         background: rgba(0, 0, 0, 0) url(https://www.s10health.com/appointmentapi/assets/images/Medical_history.png) no-repeat;
         background-position: right center;
         /*background-size: 100%;*/
         color: #fff;
         height: 130px;
         text-align: center;
     }

     .b-b-orange {
         border-bottom: 1px solid #f9d8bd;
     }

     .bg-orange {
         background-color: #fff8ef;
     }

     .m-t-10 {
         margin-top: 10px;
     }

     .banner-title {
         padding-top: 90px;
     }

     .btn-orange {
         background-color: #e87313;
         color: #ffffff;
     }

     .btn:hover {
         color: #ffffff;
     }

     table thead {
         border: 1px solid black !important;
         border-collapse: collapse;
         background-color: #e87313;
         color: white;
         font-size: 17px;
     }

     table tbody {
         border: 1px solid black !important;
         border-collapse: collapse;
         padding: 10px;
     }

     table thead tr th {
         width: 300px;
         text-align: center;
     }

     table tbody tr td {
         width: 300px;
         padding: 10px;
         font-size: 17px;
     }

     .i-checks>i {
         border: 1px solid #e87313;
     }

     .i-checks {
         padding-left: 0px;
     }

    

     @media only screen and (min-width:300px) and (max-width:700px) {
         .tableDiv {
             overflow-x: scroll;
         }

         .description {
             font-size: 15px !important;
         }
     }

     .custom-list-style {
         margin-left: 50px;
     }

     ul.custom-list-style li::before {
         content: "\2022";
         color: #F79336;
         font-weight: bold;
         display: inline-block;
         width: 1em;
         margin-left: -1em;
     }


     .custom-card {
         position: relative;
         width: 320px;
         padding: 10px 60px;
         -moz-border-radius: 15px;
         -webkit-border-radius: 15px;
         border-radius: 15px;
         -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
         -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
         box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
     }

     .card.card-container.custom-card::before {
         content: '';
         position: absolute;
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         background: #f7f7f7;
         opacity: .4;
         -moz-border-radius: 15px;
         -webkit-border-radius: 15px;
         border-radius: 15px;
         z-index: 0;
     }

     .custom-card .profile-img-card {
         width: 96px;
         height: 96px;
         display: block;
         -moz-border-radius: 50%;
         -webkit-border-radius: 50%;
         border-radius: 50%;
         position: absolute;
         top: -15%;
         left: 50%;
         transform: translateX(-50%);
         margin: 0px auto;
         background: white;
         box-shadow: 2px 2px 10px 0px #777;
         z-index: 1;
     }

     .custom-card .profile-name-card {
         font-size: 16px;
         font-weight: bold;
         margin: 0px auto;
         padding: 0px 0px 0px 5px;
         position: relative;
     }

     .custom-card .form-signin #inputEmail,
     .custom-card .form-signin #inputPassword {
         direction: ltr;
         height: 44px;
         font-size: 16px;
     }

     .custom-card .form-signin input[type=email],
     .custom-card .form-signin input[type=password],
     .custom-card .form-signin input[type=text],
     .custom-card .form-signin button {
         width: 100%;
         display: block;
         margin-bottom: 10px;
         z-index: 1;
         position: relative;
         -moz-box-sizing: border-box;
         -webkit-box-sizing: border-box;
         box-sizing: border-box;
     }

     .custom-card .form-signin .form-control:focus {
         border-color: rgb(104, 145, 162);
         outline: 0;
         -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(104, 145, 162);
         box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(104, 145, 162);
     }

     .custom-card .btn.btn-signin {
         background-color: #C43C22;
         padding: 0px;
         font-weight: 700;
         font-size: 14px;
         height: 36px;
         -moz-border-radius: 20px;
         -webkit-border-radius: 20px;
         border-radius: 20px;
         border: none;
         -o-transition: all 0.218s;
         -moz-transition: all 0.218s;
         -webkit-transition: all 0.218s;
         transition: all 0.218s;
         outline: none;
         letter-spacing: .4px;
     }

     .custom-card .btn.btn-signin:hover,
     .custom-card .btn.btn-signin:active,
     .custom-card .btn.btn-signin:focus {
         background-color: rgb(12, 97, 33);
     }

     .inline-label {
         white-space: nowrap;
         max-width: 150px;
         overflow: hidden;
         text-overflow: ellipsis;
         float: left;
     }

     .m-t-30 {
         margin-top: 30px;
     }

     .pricingTable {
         background: #fff;
         font-family: 'Open Sans', sans-serif;
         text-align: center;
         padding: 30px 15px 15px;
         border-radius: 25px;
         overflow: hidden;
         position: relative;
         z-index: 1;
     }

     .pricingTable:before,
     .pricingTable:after {
         content: '';
         background: linear-gradient(-45deg, #e8811f, #f18015, #FFA53A, #FFA53A);
         height: 170px;
         width: 150%;
         outline: 5px solid #fff;
         outline-offset: -10px;
         opacity: 0.9;
         transform: translateX(-50%) rotate(7deg);
         position: absolute;
         left: 50%;
         top: -65px;
         z-index: -1;
     }

     .pricingTable:after {
         height: 250px;
         transform: translateX(-50%) rotate(-20deg) rotateX(180deg);
         top: auto;
         bottom: -150px;
     }

     .pricingTable .pricingTable-header {
         color: #fff;
         margin: 0 0 75px;
     }

     .pricingTable .title {
         font-size: 12px;
         font-weight: 700;
         text-transform: uppercase;
         letter-spacing: 1px;
         margin: 0;
     }

     .pricingTable .pricing-content {
         text-align: left;
         padding: 0;
         margin: 0 0 10px;
         display: inline-block;
     }

     .pricingTable .pricing-content li {
         color: #333;
         font-size: 10px;
         font-weight: 500;
         line-height: 22px;
         text-transform: uppercase;
         padding: 0 40px 0 0;
         margin: 0 0 15px;
         list-style-position: inside;
         position: relative;
     }

     .pricingTable .pricing-content li:after {
         content: "\f00c";
         color: #e58e26;
         font-family: "Font Awesome 5 Free";
         font-size: 10px;
         font-weight: 900;
         position: absolute;
         top: 0;
         right: 0;
     }

     .pricingTable .pricing-content li.disable:after {
         content: "\f00d";
     }

     .pricingTable .price-value {
         margin: 0 0 15px;
     }

     .pricingTable .price-title {
         color: #333;
         font-size: 16px;
         text-align: left;
         text-transform: uppercase;
         line-height: 30px;
         width: calc(100% - 130px);
         padding: 15px 0 0;
         display: inline-block;
         font-weight: bold;
     }

     .pricingTable .price-title b {
         display: block;
     }

     .pricingTable .price-amount {
         color: #e8811f;
         background: #fff;
         font-size: 16px;
         font-weight: 700;
         line-height: 30px;
         width: 120px;
         height: 120px;
         padding: 45px 10px 10px;
         display: inline-block;
         vertical-align: top;
         clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
         position: relative;
         z-index: 1;
     }

     .pricingTable .price-amount:before,
     .pricingTable .price-amount:after {
         content: "";
         background: linear-gradient(-45deg, #e8811f, #f18015, #FFA53A, #FFA53A);
         width: calc(100% - 12px);
         height: calc(100% - 12px);
         transform: translateX(-50%) translateY(-50%);
         position: absolute;
         top: 50%;
         left: 50%;
         z-index: -1;
         clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
     }

     .pricingTable .price-amount:after {
         background: #fff;
         width: calc(100% - 16px);
         height: calc(100% - 16px);
     }

     .pricingTable .price-amount .duration {
         font-size: 16px;
         font-weight: 600;
         text-transform: capitalize;
         display: block;
     }

     .pricingTable .pricingTable-signup a {
         color: #fff;
         font-size: 20px;
         font-weight: 700;
         letter-spacing: 2px;
         text-transform: uppercase;
         padding: 10px 20px;
         border: 2px solid #fff;
         border-radius: 50px;
         display: inline-block;
         transition: all 0.3s;
     }

     .pricingTable .pricingTable-signup a:hover {
         text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.5);
         box-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
     }

     .pricingTable.green:before,
     .pricingTable.green:after,
     .pricingTable.green .price-amount:before {
         background: linear-gradient(-45deg, #e8811f, #f18015, #FFA53A, #FFA53A);
     }

     .pricingTable.green .price-amount {
         color: #e8811f;
     }

     .pricingTable.pink:before,
     .pricingTable.pink:after,
     .pricingTable.pink .price-amount:before {
         background: linear-gradient(-45deg, #e8811f, #f18015, #FFA53A, #FFA53A);
     }

     .pricingTable.pink .price-amount {
         color: #e8811f;
     }

     @media only screen and (max-width: 990px) {
         .pricingTable {
             margin: 0 0 40px;
         }
     }

     @media (max-width:767px) {
         .p-l-0 {
             padding-left: 0 !important;
         }

         .m-l-20 {
             margin-left: 20px !important;
         }
     }

     /* new package style */
     h4.heading,
     h4.hr-after {
         line-height: 28px;
     }

     .hr-after:after {
         border-color: #ef761b;
     }

     .hr-after:after {
         position: relative;
         z-index: 0;
         display: block;
         width: 40px;
         margin: 18px 0 0;
         content: '';
         border-bottom: 2px solid #ef761b;
     }

     .book-box {
         background: #ffffff;
         letter-spacing: 1px;
     }

     .book-form {
         background: rgba(240, 240, 240, 0.41);
         padding: 15px;
     }

     .btn-primary {
         color: #ffffff !important;
         background-color: #ef761b;
         border-color: #ef761b;
     }

     .btn-primary.btn-fill:hover,
     .btn-primary.btn-fill:focus,
     .btn-primary.btn-fill:active,
     .btn-primary.btn-fill.active,
     .btn-primary.btn-fill:active:focus,
     .btn-primary.btn-fill .open .dropdown-toggle {
         color: #ffffff !important;
         background-color: #ef761b;
         border-color: #ef761b;
     }

     .m-b-lg {
         margin-bottom: 30px;
     }

     .m-t-lg {
         margin-top: 30px;
     }

     /* packages design */
     .product-card {
         position: relative;
         box-shadow: 0 2px 7px #dfdfdf;
         background: #fafafa;
         /* height: 390px; */
     }

     .badge {
         position: absolute;
         left: 0;
         top: 20px;
         text-transform: uppercase;
         font-size: 13px;
         font-weight: 700;
         background: red;
         color: #fff;
         padding: 3px 10px;
     }

     .product-tumb {
         display: flex;
         align-items: center;
         justify-content: center;
         /* height: 140px; */
         padding: 0px;
         background: #f0f0f0;
     }

     .product-tumb img {
         max-width: 100%;
         max-height: 100%;
     }

     .product-details {
         padding: 10px;
     }

     .product-catagory {
         display: block;
         font-size: 10px;
         font-weight: 700;
         text-transform: uppercase;
         color:#ef761b;
         margin-bottom: 18px;
     }

     .product-details h4 a {
         font-weight: 500;
         display: block;
         margin-bottom: 18px;
         text-transform: uppercase;
         color: #363636;
         text-decoration: none;
         transition: 0.3s;
         font-size: 15px;
     }

     .product-details h4 a:hover {
         color: #fbb72c;
     }

     .product-details p {
         font-size: 12px;
         line-height: 22px;
         margin-bottom: 14px;
         color: #999;
         overflow: hidden;
         display: -webkit-box;
         -webkit-line-clamp: 3;
         -webkit-box-orient: vertical;
     }

     .product-bottom-details {
         overflow: hidden;
         border-top: 1px solid #eee;
         padding-top: 10px;
     }

     .product-bottom-details div {
         float: left;
         width: 50%;
     }

     .product-price {
         font-size: 18px;
         color: #fbb72c;
         font-weight: 600;
     }

     .product-price small {
         font-size: 80%;
         font-weight: 400;
         text-decoration: line-through;
         display: inline-block;
         margin-right: 5px;
     }

     .product-links {
         text-align: right;
     }

     .product-links a {
         display: inline-block;
         margin-left: 5px;
         color: #e1e1e1;
         transition: 0.3s;
         font-size: 14px;
     }

     .product-links a:hover {
         color: #fbb72c;
     }

     .m-b {
         margin-bottom: 15px;
     }

     /* @media (max-width: 330px) {
         .product-card {
         position: relative;
         box-shadow: 0 2px 7px #dfdfdf;
         background : #fafafa;
         height: 440px;
     }
     } */
     @media(max-width:1200px) {
         .product-details p {
             font-size: 12px;
             line-height: 22px;
             margin-bottom: 14px;
             color: #999;
             overflow: hidden;
             display: -webkit-box;
             -webkit-line-clamp: 2;
             -webkit-box-orient: vertical;
         }
     }

     @media(max-width:500px) {
         .product-details p {
             font-size: 12px;
             line-height: 22px;
             margin-bottom: 14px;
             color: #999;
             overflow: hidden;
             display: -webkit-box;
             -webkit-line-clamp: 3;
             -webkit-box-orient: vertical;
         }

         .pad-0 {
             padding: 0;
         }
     }
     .b-b {
 border-bottom: 1px solid #dee5e7;
}
span.orange-line{
 background-color: #f58220;
 bottom: -16px;
 height: 6px;
 width: 30px;
 left: 0;
}
.brand-heading{
 padding-top: 10px;
 padding-bottom: 10px;
 border-color: #D7D7D7;
 margin-bottom: 15px;
}
.bg-plan{
 background-color: #F9F9F9;
 margin-bottom: 15px;
}
button.btn.btn-default.btn-default2.submit {
    height: 35px;
    width: 100px;
    /* margin-top: 10px; */
    background-color: #ececec;
    border-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    font-size: 13px;
}
a.btn.btn-default.btn-default2.prev {
    height: 35px;
    width: 100px;
    /* margin-top: 10px; */
    background-color: #ececec;
    border-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    font-size: 13px;
}
button.btn.btn-default.btn-default2.submit:hover{
    color:#333;
}
a.btn.btn-default.btn-default2.prev:hover{
    color:#333;
}
.btn-default.focus, .btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    outline: none;
    border-color: #8c8c8c;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
    
}
.btn-warning.focus, .btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
    outline: none;
}
.btn-warning:active:hover, .btn-warning.active:hover, .open>.dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open>.dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open>.dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: #ef761b;
    border-color: #ef761b;
    outline: none;
}
.height-150-mob {
    height: auto;
}
.center-mob {
    text-align: left;
}
.font-size-11 {
    font-size: 11px;
}
@media (max-width: 992px){
.font-size-11 {
    font-size: 9px;
}
}
        @media (max-width: 767px){
.display-inline-mob {
    display: inline !important;
}
.height-150-mob {
    height: 150px;
}
.center-mob {
    text-align: center;
}
.s10-logo-navbar img {
    max-height: 50px;
    margin-top: 0px;
    width: 70px;
}
.s10-logo-navbar img {
    padding: 10px 0px !important;
}
}
@media (max-width: 600px){
.s10fit-dtm-navbar-nav>li>a {
    font-size: 10px;
}
}
.m-t-60 {
 margin-top: 60px;
}
@media(max-width:767px){
            .m-t-60 {
            margin-top: 0px;
            }
            .p-t-45 {
            padding-top: 25px;
            }
        }