.doctorola_logo img {
    max-width: 35%; /* previousley 100%*/
}


.scale-with-grid{

    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    padding: 50px;
    position: relative;
}

.scale-with-grid2{

    max-width: 100%;
    /* height: 50px; */
    /* background: beige; */
    position: relative;
    width: 100%;
}

.rules_reg{
    /*max-width: 80%;*/
    width: 85%;
    margin-left:auto;
    margin-right:auto;
    position: relative;
}


/* package list */

.pri_table_list {
    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
}

.e-sastho_packages ol li{
    height: auto;
}
.e-sastho_packages ol li:first-child{
    border-top: 1px solid #ccc;
}
.e-sastho_packages h3.benifits {
    margin-bottom: 43px;
}
.packagelist ol li{
    text-align: center;
}
.packagelist  {
    width: 20%;
}

.components {
    width: 40%;
}
.comparison {
    max-width: 940px;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
}
.comparison table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    border-bottom: 1px solid #CCC;
}
.comparison td, .comparison th {
    border-right: 1px solid #CCC;
    empty-cells: show;
    padding: 10px;
}
@media (min-width: 767px){
    .comparison{
        display: none;
    }
    #pricing{
        display: block;
    }
}
@media (max-width: 767px){
    .comparison{
        display: block;
    }
    #pricing{
        display: none;
    }
}
.comparison td:first-child, .comparison th:first-child {
    display: none;
}
.comparison span.check::after {
    content: "\f00c";
    font-family: fontawesome;
    font-size: 16px;
    position: relative;
    margin: 0 45%;
    color: #3EC1D5;
}

.comparison span.check.cross::after {
    content: "\f00d";
    font-family: fontawesome;
    font-size: 16px;
    position: relative;
    margin: 0 45%;
    color: indianred;
}

/* Steps to be member  */

.member_step .number {

    background: #1e73be;
    color: #fff;
    position: absolute;
    right: 50px;
    /*bottom: 10px;*/
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    text-align: center;
    border-radius: 100%;
    -webkit-box-shadow: inset 0 0 0 2px rgba(0,0,0,.1);
    box-shadow: inset 0 0 0 2px rgba(0,0,0,.1);

}


.member_step img {

    border-color: rgba(0,0,0,.08);
    border-width: 2px;
    border-style: solid;
    border-radius: 100%;
}



.call_pls h3 {
    color: #000000;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.contact_here {
    background-color: #1e73be;
}

.contact_here h3 ,.contact_here p,.contact_here h2{
    color: #FFFFFF
}

.form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: left;
    }


#e_sastho_form {
    overflow-y:scroll;
}

.required label:after {
    color: #FF0000;
    content: '*';
    display:inline;
}


@media (max-width: 767px){
    .pr_two{
        margin-top: 5px;
    }

}
