.tab {
    float: left;

    background-color: #f1f1f1;
    width: 30%;
}

.inner-body2 button {
    border-radius: 0;
}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 16px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
    color:#000;
    font-weight:bold;
    border-bottom:1px dotted black;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #790000;
    color: #fff;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: 98% 50%;
    background-size: 10px;
}

table td .onwards {
    font-size: 8px;
}



/* Style the tab content */
.tabcontent {
    float: left;
    width: 70%;
    border-left: none;
    min-height: 400px;
    padding-top: 0;
    margin-left: 0%;

}

.tabcontent .custom-div-tag {
    padding-top: 2%;
}

.tabcontent .chechk-img {
    float: left;
    height: 15px;
    margin-right: 20px;
    padding-left: 4%;
}

.tabcontent .custom-p-tag {
    margin: 0;
}

.tabcontent img{
    float: left;
    height: 15px;
    margin-right: 20px;
}

.tabcontent ul {
    color: white;
    padding-left: 14%;
}


.tabcontent h6 {
    color:#790000;
    margin-top: 0px;
    font-size: 16px;
}

.faqborder{
    margin-bottom: 19px;
    padding-bottom: 4px;
    padding-top: 1px;
}

.faqcon{
    width: 95%; /* fallback if needed */
    width: calc(100% - 30px);
    border-bottom: 1px solid #790000;
}

.faqborder:last-child .faqcon {
    border-bottom: none;
}

.faqcon li{ 
    font-size: 15px
}

.right-img{ width:30px;}
table{

    width:60%;
    margin-left:50px;
}
table td{
    color:#fff;
    border-top:none!important;
    padding:0px!important;

}
table td h5{ line-height:30px; text-transform:uppercase;margin-bottom: 5px;padding-left: 5px;}
.tabcontent h1 img {
    height: 25px;
    margin: 5px 15px 5px 12px;
    float: left;

}
.tabcontent h1 span {
    margin-top: 10px;
    float: left;
}
.tabcontent h1 {
    color: #fff;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    font-size: 18px;
    line-height: 25px;
    float: left;
    width: 100%;
    padding: 5px 0px;
    text-transform:uppercase;
    margin-top:10px;
    font-weight:bolder;
}
.bookbutton,.bookbutton:visited{

    border:1px solid #fff; font-size:16px; padding:5px 10px; color:#fff; margin-top:10px; display:block; float:left; margin-left:50px;text-transform:uppercase;
}
.bookbutton:hover{ background:#fff; color:#790000;text-decoration:none}
.boxborder{     width: 1px;
                height: 30px;
                border-right: 1px dotted #fff;
                float: left;
                margin-top: 10px;
                margin-left: 20px}
.callon{ font-size:20px; color:#fff;line-height:50px;display:block; margin-left:20px; float:left}
.tablinks{ text-transform:uppercase;}
.tdborder,.tdborders{ border-right: 1px dotted #fff;
                      height: 40px;
                      margin-right: 3px; width:2px; }
.tdborders{ margin-left:5px;}

.tdborderh{
    border-bottom: 1px dotted #fff;
    height: 1px;
    width: 98%;
    margin-bottom: 10px;


}
.tdborderhr{
    border-bottom: 1px dotted #fff;
    height: 1px;
    width: 98%;
    margin-bottom: 10px;
    float:right;

}


.shareicons h6{ color:#fff; font-size:10px;; margin-left:50px; margin-top:20px; margin-right:5px}
.shareicons img{height:18px; width:auto; margin-top:15px; margin-left:5px}
.giftbookbutton,.giftbookbutton:visited {border:2px solid #8a100f; color:#8a100f; display:block; width:200px;font-size:24px;text-align:center; background:#fff;position:absolute;    margin-top: -20px;
                                         left: 50%;
                                         margin-left: -100px;}
.giftsection{ padding-top:100px}
.giftsection h1{ color:#89120e; margin-top:0px;margin-bottom:0px}
.giftsection p{ font-size:12px!important; margin-top:15px}
.giftbookbutton:hover{ text-decoration:none; background:#8a100f; color:#fff;}
.req_form {
    background: #f5f5f5;
    padding: 20px 0 10px 0;
}
.req_form form {
    text-align: center;
}
.req_form span.wpcf7-form-control-wrap {
    width: 205px !important;
    padding: 5px;
}

span.wpcf7-form-control-wrap {
    width: 100%;
    position: relative!important;
    display: inline-block;
    margin-bottom: 3px;
}
span.wpcf7-form-control-wrap .wpcf7-date, span.wpcf7-form-control-wrap .wpcf7-quiz, span.wpcf7-form-control-wrap .wpcf7-number, span.wpcf7-form-control-wrap .wpcf7-select, span.wpcf7-form-control-wrap .wpcf7-text, span.wpcf7-form-control-wrap .wpcf7-textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;}
span.wpcf7-form-control-wrap .wpcf7-date, span.wpcf7-form-control-wrap .wpcf7-quiz, span.wpcf7-form-control-wrap .wpcf7-number, span.wpcf7-form-control-wrap .wpcf7-select, span.wpcf7-form-control-wrap .wpcf7-text, span.wpcf7-form-control-wrap .wpcf7-textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;}
input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea, .woocommerce .quantity input.qty {
    color: #626262;
    background-color: rgba(255, 255, 255, 1);
    border-color: #EBEBEB;
}
input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
    padding: 10px;
    outline: none;
    margin: 0;
    width: 230px;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    font-size: 13px;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
}
input[type="submit"], input[type="reset"], input[type="button"] {
    display: inline-block;
    padding: 9px 20px;
    margin-bottom: 15px;
    cursor: pointer;
    margin-right: 7px;
    border: 0;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    background-color:#9A7E37;
    color:#fff;
}
.nail-sec input[type="submit"], input[type="reset"], input[type="button"]{margin-bottom: 5px;}
.nail-sec .bookbutton, .nail-sec .bookbutton:visited {margin-top: 7px;margin-left: 0px;font-size: 12px;padding: 5px;}
.pay-form{display: inline-block;}

@media only screen and (max-width: 768px) {
    .tabcontent h6 {
        font-size: 12px;
    }

    .faqcon li {
        font-size: 10px;
    }

    .faqcon ul {
        margin-left: -10%;
    }

    .tabcontent p {
        font-size: 10px;
    }

    .bookbutton {
        margin-left: 5%;
        font-size: 9px;
    } 


    table td h5 {
        padding-left: 3%;
        font-size: 12px;
    }

    table td .mink {
        font-size: 12px !important;
    }

    table td .mani {
        font-size: 12px !important;
    }


    table td .nail {
        font-size: 12px !important;
    }

    table td .nail1 {
        font-size: 12px !important;
    }

    table td .nail2 {
        font-size: 12px !important;
    }

    table td .nail3 {
        font-size: 13px !important;
    }

    table td .onwards {
        font-size: 12px !important;
    }



    .table {
        margin-left: 1%;
    }

    .tabcontent .table h5 span:nth-child(1) {
        margin-left: 0;
    } 

    .tabcontent .table h5 .span2 {
        margin-left: 40px;
    }

    .tab button {
        font-size:12px; 
    }
    .tab{    width: 100%;}
    .tabcontent{    width: 100%;}
    .gift-class {
        margin-top: 5%;
    }

    .tabcontent .manipedi {

        margin-left: 35%;
    }

    .tabcontent .manipedi span:nth-child(2) {
        margin-left: 36%;
    }

    .req_form span.wpcf7-form-control-wrap {
        width: 310px !important;
        padding: 5px;
    }




}


@media only screen and (max-width: 700px) {
    table td h5 .mink {
        font-size: 9px;
    }
    .nail-sec td {
        width: 100% !important;
    }
    .a2a_kit.a2a_default_style.pull-left {
        margin-top: -4px;
    }
    .inner-page .inner-header .content.our-story h2 {
        margin-top: 0px;    font-size: 23px;
    }
    .shareicons h6{     margin-top: 14px;margin-left: 8px;;

    }
    .inner-page .inner-header .content h2{    font-size: 23px;}
    #nailel .shareicons h6{     margin-top: 34px;
                                margin-left: 23px;
                                display: block;}
    .giftsection {
        padding-top: 30px;
    }
    #nailel .a2a_kit.a2a_default_style.pull-left {
        margin-top: 16px;
    }
}


@media only screen and (max-width: 375px) {
    table td .nail2 {
        font-size: 12px !important;
    }
}


@media only screen and (max-width: 375px) {
    table td h5 {
        padding-left: 3%;
        font-size: 12px;
    }
}

@media only screen and (max-width: 375px)
table td .nail {
    font-size: 7px !important;
}
.blank-div{margin-top: 45px;}