p{
    text-align: justify;
}

.mdp-enquiry {
    width: 100%;
    float: left;
    padding: 0px;
}

.toothache-first {

    margin-bottom: 27px;
    text-align: center;
}

.card-body h1 {
    font-size: 45px;
    font-weight: bold;
    color: #4d4d4d;
}
    
.card-body h2 {
  margin: 20px 0;
}

.card-body a.home-btn {
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    color: #808080;
}

.card-body p.self_diagno_p {
    font-size: 14px;
    color: #808080;
    line-height: 1.6;
    text-align: justify;
}

.toothache-box {
    position: relative;
    cursor: pointer;
}

.toothache-first a.firstbtn {
    background-color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 7px;
    cursor: pointer;
    position: absolute;
    bottom: 2%;
    transform: translate(-50%, -2%);
    left: 50%;
    line-height: 1.2;
    height: 30px;
    width: 150px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}


.toothache-first a.firstbtn:hover {
    background-color: #eee;
}

img.set-frm-img {
    border-radius: 10px;
    height: 260px;
    width: 100%;
}

.selfdiagno_mainurl {
    text-decoration: none;
    cursor: pointer;
}


/**********self diagnostic toothache inside page css*************/


.col-md-6.leftcontent {
    padding-right: 150px;
}

.card-title h3 {
    font-size: 20px;
    color: #4d4d4d;
    margin: 15px 0px;
}

.descrip-tital {
    margin: 20px 0px;
}

.descrip-tital h3 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.descrip-tital p {
    font-size: 12px;
    color: #4d4d4d;
    margin: 0 auto;
    line-height: 1.7;
    text-align: center;
}

img.sharp-frm-img {
    border-radius: 10px 10px 0px 0px;
    height: 190px;
    width: 100%;
}

a {
    text-decoration: none !important;
}

.card-body {
    margin: 10px 0px;
}

a.card-text.test.firstbtn {
    color: #fff;
}

.toothache-second {
    margin-bottom: 27px;
    cursor: pointer;
}


.sharp-btn {
    background-color: #333333;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 0px 0px 10px 10px;
    text-align: center;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
}

a.path.self_diagno_btn {
    padding: 7px 10px;
    border-radius: 15px;
    color: #333333;
    font-weight: 600;
    border: 1px solid #333333;
}

a.path.self_diagno_btn:hover {
    background-color: #eeeeee;
    padding: 8px 10px;
    color: #333333;
}

a.path.self_diagno_btn.active {
    background-color: #eeee;
}

a.path.self_diagno_btn.active:hover {
    background-color: #eeeeee;
    padding: 8px 10px;
    color: #333333;
}

span.dot {
    padding: 6px 6px;
    background-color: #959595;
    display: inline-block;
}

a.card-text.test.secondbtn {
    color: #fff;
}

h2.your-toothache {
    font-size: 16px;
    color: #959595;
    line-height: 1.5;
    margin-top: 0;
    margin-left: 37px;
}

.chewing-plan ul {
    margin-top: 25px;
}

.chewing-plan ul li {
    font-size: 16px;
    color: #4d4d4d;
    font-weight: 600;
    width: max-content;
    line-height: 2.5;
    list-style: square;
}

a.try-our-plan {
    background-color: #fed049;
    padding: 8px 10px;
    border-radius: 10px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-left: 37px;
}

.chewing-plan label {
    display: inline-block;
    max-width: 100%;
    font-weight: 700;
    margin: 0px 0px 30px 40px;
    font-size: 18px;
}

.chewing-plan b {
    font-weight: 700;
    color: #808080;
}

.fncatbtn {
    cursor: auto;
}

p.disclamer-frst {
    margin: 0 auto;
    text-align: left;
}

/***********************registration form css*************/
#form-txt-body {
    margin: 0px 15px;
}


a.path.self_diagno_btn.firstbtn {
    margin-top: 10px;
}

img.sharp-frm-img-dtl {
    border-radius: 10px 10px 0px 0px;
    height: 260px;
    width: 100%;
}

.sharpdtn-dtl {
    background-color: #333333;
    font-size: 14px;
    font-weight: 600;   
    border-radius: 0px 0px 10px 10px;
    text-align: center;
    padding: 10px 2px;
}
.label-txt {
    font-size: 15px;
    font-weight: 600;
    background-color: #fff;
    position: absolute;
    margin-left: 24px;
    padding: 0px 11px;
    top: 10px;
}

.input-txt {
    width: 100%;
    font-size: 15px;
    border: 1px solid gray;
    height: 59px;
    border-radius: 22px;
    padding: 0px 12px;
}

.input-txt-message {
    width: 100%;
    font-size: 15px;
    border: 1px solid gray;
    height: 100px;
    border-radius: 22px;
    padding: 0px 12px;
}

a.call_of_action-btn {
    background-color: #0b449d;
    padding: 6px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 7px;
    color: #fff;
    border: none;
    box-shadow: 1px 1px 3px rgb(11 68 157);
    cursor: pointer;
}

a.call_of_action-btn:hover {
    background-color: #155bc9;
}

h3.form-head {
    color: #0071b8;
    font-weight: 600;
    font-size: 22px;
    padding: 0px 10px;
}

.col-md-12.submit-btn-box {
    margin: 20px 0px;
    text-align: center;
}

input.submit-btn {
    background-color: #fed049;
    padding: 6px 40px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 7px;
    color: #000;
    border: none;
    box-shadow: 1px 1px 2px rgb(108 104 89);
}

input.submit-btn:hover {
    background-color: #f1b70e;
}

.form-ctrl {
    display: flex;
    justify-content: center;
}

p.disclamer-txt {
    margin-top: 30px;
    text-align: justify;
}

@media only screen and (max-width: 1024px) {
    img.sharp-frm-img {
        height: 153px;
    }

    img.sharp-frm-img-dtl {
        height: 230px;
    }

    img.set-frm-img {
        height: 260px;
    }

}



@media only screen and (max-width:768px) {
    
    .col-md-6.leftcontent{
        padding-right: 0px;
    }

    .descrip-tital {
        margin: 30px 0px;
        line-height: .80;
    }

    .chewing-plan ul li {
        width: 100%;
    }
    .header-top {
        margin-top: 66px;
    }

    a.path {
        border: 1px solid black;
        border-radius: 17px;
        padding: 10px;
        color: black;
        text-decoration: none;
        font-weight: 600;
    }
    .card-body p.self_diagno_p {
        font-size: 14px;
        color: #808080;
        line-height: 1.6;
    }
    img.sharp-frm-img {
        height: 249px;
    }

    img.set-frm-img {
    height: 185px;
}

 img.sharp-frm-img-dtl {
        height: 260px;
    }

}

@media only screen and (max-width:450px) {
    a.path.self_diagno_btn {
        display: inline-block;
    }

    .navbar-brand>img {
        display: block;
        width: 220px;
        margin-top: -13px;
    }
    img.set-frm-img {
        height: 144px;
    }


    .toothache-first {
    margin-bottom: 5px;
    padding: 0px 7px;
}


    a.btn {
        margin-top: -87px;
        margin-left: 0 auto;
        width: 79%;
        BACKGROUND-COLOR: white;
        padding: 8px;
        font-size: 12px;
        border-radius: 16px;
    }
 
    a.path {
        border: 1px solid black;
        border-radius: 17px;
        padding: 10px;
        color: black;
        text-decoration: none;
        font-weight: 600;
    }
    img.sharp-frm-img {
        height: 150px;
    }

    .form-section {
        text-align: center;
    }
    .form-ctrl {
        display: inline;
        justify-content: center;
    }

    a.try-our-plan {
        margin-left: 23px;
    }

    .col-md-6.leftcontent{
        padding: 0px 10px;
    }

    h2.your-toothache {
    font-size: 16px;
    color: #959595;
    line-height: 1.5;
    margin-top: 20px;
    text-align: left;
}

img.sharp-frm-img-dtl {
        height: 300px;
    }

}

@media only screen and (max-width: 400px) {
    a.path {
        border: 1px solid black;
        border-radius: 17px;
        padding: 10px;
        color: black;
        text-decoration: none;
        font-weight: 600;
    }

     img.set-frm-img {
        height: 126px;
    }

    img.sharp-frm-img-dtl {
        height: 260px;
    }

    img.sharp-frm-img {
    height: 113px;
}

}

@media only screen and (max-width: 320px) {
    img.set-frm-img {
        height: 106px;
    }

    .toothache-first a.firstbtn {
    height: 20px;
    width: 116px;
    font-size: 10px;
}

    img.sharp-frm-img {
        height: 94px;
    }

    a.try-our-plan {
        margin: 0 auto;
    }

    img.sharp-frm-img-dtl {
        height: 220px;
    }
    .sharp-btn {
    height: 90px;
}
}