@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/*.edMid_Outer{*/
/*    padding-top: 123px;*/
/*}*/
.phimosisTreatmentBannerBx {
    background: #eef3f9;
    padding: 70px 0 100px 0;
}
.phibanner_Inn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.phibanner_Left {
    width: 45%;
}
.phibanner_Right {
    width: 48%;
    position: relative;
}
.banDoctName {
    position: absolute;
    left: 1px;
    right: 1px;
    bottom: 6px;
    padding: 30px 20px 20px 15px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    border-radius: 0 0 4px 4px;
}
.banDoctName h2{
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    padding-bottom: 5px;
}
.banDoctName span{
    font-size: 16px;
    color: #fff;
}
.phibanner_Right img {
    border-radius: 5px;
    border: #086d56 solid 1px;
}
.banRatingBx {
    background: #fff;
    position: absolute;
    width: 210px;
    right: -50px;
    bottom: -40px;
    padding: 15px;
    border-radius: 10px;
    box-shadow: #c5c5c5 0 0 3px 1px;
}
.banRatingBx span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 19px;
    margin-bottom: 5px;
}
.banRatingBx span img {
    border: 0;
    border-radius: 0;
}
.banRatingBx p {
    font-size: 16px;
    line-height: 23px;
}
.phibanner_Left h1 {
    display: block;
    font-size: 44px;
    font-weight: 800;
    line-height: 52px;
    padding-bottom: 20px;
}
.phibanner_Left h1 span {
    display: block;
    color: #047d46;
    font-size: 48px;
}
.phibanner_Left p {
    font-size: 18px;
    padding-bottom: 20px;
}
.phibanner_Left p strong{
    color: #047d46;
}
.phibanner_Left a {
    color: #fff;
    background: #086d56;
    padding: 10px 20px;
    font-size: 16px;
    display: inline-block;
    border-radius: 3px;
    border: #086d56 solid 1px;
}
.phibanner_Left a:hover{
    background: #000;
    border: #000 solid 1px;
}
a.learnMoreBtn {
    margin-left: 10px;
    background: #fff;
    color: #086d56;
    border: #086d56 solid 1px;
}
a.learnMoreBtn:hover{
    background: #086d56;
    color: #fff;
    border: #086d56 solid 1px;
}

.whychooseBx {
    padding: 80px 0;
    background: #f9fafc;
}
.whytrustHd {
    padding-bottom: 30px;
    text-align: center;
}
.whytrustHd h2{
    font-size: 36px;
    font-weight: 800;
}
.whytrustHd h2 span{
   color: #099955; 
}
.trustList li {
    float: left;
    width: 23.5%;
    background: #fff;
    padding: 20px;
    box-shadow: #eee 0px 5px 5px 2px;
    border-radius: 8px;
    margin-right: 2%;
}
.trustList li:hover{
    box-shadow: #b1dbc8 0 3px 5px 2px;
}
.trustList li:last-child{
    margin-right: 0;
}
.trustList li strong {
    display: block;
    font-size: 20px;
    text-align: center;
    padding-bottom: 10px;
}
.trustList li p {
    text-align: center;
    font-size: 16px;
    color: #454545;
}
.trustList li i {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto 20px auto;
    background: #036939;
    text-align: center;
    border-radius: 50%;
    padding: 10px;
}
.about_phi_Outer_Bx{
    padding: 80px 0;
    background: #f9fafc;
    border-top:#dfe6ef solid 1px;
}
.whytrustHd p {
    color: #666;
    font-size: 20px;
    padding-top: 10px;
}
.phiTabs {
    padding-bottom: 20px;
}
.phiTabs ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: #036939;
    border-radius: 5px;
    box-shadow: #ebebeb 0 0 2px 1px;
}
.phiTabs ul li {
    width: 25%;
    text-align: center;
}
.phiTabs ul li a {
    display: block;
    padding: 7px 10px;
    font-size: 17px;
    color: #fff;
    line-height: 26px;
}
.phiTabs ul li.active a{
    background: #fff;
    color: #000;
    border-radius: 5px;
}
.phiTabCont {
    background: #fff;
    padding: 20px;
    box-shadow: #e5e5e5 0 0 5px 1px;
    border-radius: 10px;
}
.phiTabCont h2 {
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 5px;
}
.phiTabCont p {
    font-size: 18px;
    padding-bottom: 15px;
}
.phimoOuter {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.phimo_Inn {
    width: 48%;
}
.phimo_Inn h4 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 17px;
}
.phimo_Inn ul{
    list-style: disc;
    padding-left: 20px;
}
.phimo_Inn li {
    font-size: 18px;
    margin-bottom: 15px;
}
.phimo_Inn h5 {
    font-size: 19px;
    font-weight: 700;
    padding-bottom: 5px;
}
.phimo_Inn h6 {
    font-size: 22px;
    font-weight: 800;
    padding-bottom: 3px;
}
.phimo_Inn p {
    color: #515151;
}
.sympIconList{
    list-style: none !important;
    padding-left: 0 !important;
}
.sympIconList li{
    background: url(../images/righ.webp) left center no-repeat;
    padding-left: 40px;
}
.compl_IconList{
    list-style: none !important;
    padding-left: 0 !important;
}
.compl_IconList li{
    background: url(../images/close-icon.png) left center no-repeat;
    padding-left: 40px;
}
.phiTabCont{
    display: none;
}
.phiTabCont h3 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 5px;
    border-top: #e5e5e5 solid 1px;
    padding-top: 20px;
    margin-top: 20px;
}
.greenClr {
    color: #086d56;
}
.phi_Appr_Tabs {
    padding-bottom: 20px;
}
.phi_Appr_Tabs ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: #036939;
    border-radius: 5px;
    box-shadow: #ebebeb 0 0 2px 1px;
}
.phi_Appr_Tabs ul li {
    width: 50%;
    text-align: center;
}
.phi_Appr_Tabs ul li a {
    display: block;
    padding: 7px 10px;
    font-size: 17px;
    color: #fff;
    line-height: 26px;
}
.phi_Appr_Tabs ul li.active a{
    background: #fff;
    color: #000;
    border-radius: 5px;
}
.phi_App_TabCont {
    display: none;
}
.phi_App_TabCont_Inn{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
    background: #fff;
    box-shadow: #e5e5e5 0 0 5px 1px;
    border-radius: 10px;
}
.phi_App_Cont_Left {
    width: 48%;
}
.phi_App_Cont_Right {
    width: 40%;
}
.phi_App_Cont_Right img {
    border-radius: 50px;
    border: #099955 solid 7px;
}
.phi_App_Cont_Left h3 {
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 10px;
}
.phi_App_Cont_Left p {
    font-size: 18px;
    padding-bottom: 20px;
    color: #666;
}
.phi_App_Cont_Left ul{
    list-style: disc;
    padding-left: 20px;
}
.phi_App_Cont_Left ul li{
    font-size: 18px;
    margin-bottom: 15px;
}
.whyOurTreatment_Outer {
    background: #eef3f9;
    padding: 50px 0;
}
.whyTreatList li {
    width: 32%;
    float: left;
    background: #fff;
    margin: 0 2% 30px 0;
    padding: 20px;
    border-radius: 8px;
    box-shadow: #eee 0px 5px 5px 2px;
}
.whyTreatList li:nth-child(3n){
    margin-right: 0;
}
.whyTreatList li:hover{
    box-shadow: #b1dbc8 0 3px 5px 2px;
}
.whyTreatList li strong {
    display: block;
    font-size: 20px;
    text-align: center;
    padding-bottom: 10px;
}
.whyTreatList li p {
    text-align: center;
    font-size: 16px;
    color: #454545;
}
.whyTreatList li i {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto 20px auto;
    background: #036939;
    text-align: center;
    border-radius: 50%;
    padding: 10px;
}
.ourpriceBg {
    background: #eef3f9;
    padding: 7px 10px;
    border-radius: 6px;
    margin-bottom: 10px;
}
.ourpriceBg p {
    padding-bottom: 0;
    font-size: 16px;
}
.laserpriceBg{
    background: #f7f7f7;
    padding: 7px 10px;
    border-radius: 6px;
    margin-bottom: 10px;
}
.laserpriceBg p {
    padding-bottom: 0;
    font-size: 16px;
}
.ourpriceBg h3 {
    border-top: 0;
    padding: 0;
    margin: 0;
}
.consBg {
    padding: 10px 15px;
    margin-top: 10px;
}

/*-----Responsive-----*/

@media(max-width:1279px){
    .phimosisTreatmentBannerBx{
        padding: 50px 0 70px 0;
    }
    .banRatingBx{
        right: -10px;
        bottom: -30px;
    }
    .phibanner_Right {
        width: 50%;
    }
}
@media(max-width:1169px){
    .phibanner_Left h1 {
        font-size: 40px;
    }
    .phibanner_Left h1 span {
        font-size: 42px;
    }
    .banDoctName h2 {
        font-size: 19px;
    }
    .trustList li strong {
        font-size: 18px;
    }
    .trustList li{
        padding: 20px 10px;
    }
    .trustList li p{
        font-size: 15px;
    }
}
@media(max-width:1023px){
    .phibanner_Left h1 {
        font-size: 32px;
        line-height: normal;
        padding-bottom: 10px;
    }
    .phibanner_Left h1 span {
        font-size: 34px;
    }
    .phibanner_Left p {
        font-size: 16px;
        line-height: 24px;
    }
    .phibanner_Left a {
        padding: 10px 15px;
        font-size: 15px;
    }
    .banRatingBx {
        bottom: auto;
        top: -20px;
    }
    .phimosisTreatmentBannerBx {
        padding: 50px 0 50px 0;
    }
    .whychooseBx {
        padding: 40px 0;
    }
    .whytrustHd {
        padding-bottom: 15px;
    }
    .whytrustHd h2 {
        font-size: 32px;
    }
    .trustList li strong {
        font-size: 17px;
    }
    .trustList li {
        padding: 20px 10px;
        min-height: 307px;
    }
    .about_phi_Outer_Bx {
        padding: 40px 0;
    }
    .phiTabs ul li a{
        font-size: 14px;
    }
    .phimo_Inn h4 {
        font-size: 20px;
    }
    .phiTabCont h2 {
        font-size: 24px;
    }
    .phi_App_Cont_Right img {
        border-radius: 20px;
        border: #099955 solid 4px;
    }
    .whyTreatList li strong{
        font-size: 18px;
    }
    .whyTreatList li p{
        font-size: 15px;
    }
}
@media(max-width:767px){
    .phibanner_Inn{
        display: block;
    }
    .phibanner_Left {
        width: 100%;
        padding-bottom: 20px;
    }
    .phibanner_Right {
        width: 100%;
        margin-top: 20px;
    }
    .trustList li {
        min-height: 260px;
        width: 48%;
        margin: 0 4% 20px 0;
    }
    .trustList li:nth-child(2n){
        margin-right: 0;
    }
    .phimoOuter {
        display: block;
    }
    .phimo_Inn {
        width: 100%;
        margin-top: 20px;
    }
    .phi_App_TabCont_Inn{
        display: block;
    }
    .phi_App_Cont_Left {
        width: 100%;
        padding-bottom: 20px;
    }
    .phi_App_Cont_Right {
        width: 100%;
    }
    .whyOurTreatment_Outer {
        padding: 40px 0;
    }
    .whyTreatList li {
        width: 48%;
        padding: 20px 10px;
        margin: 0 4% 20px 0;
    }
    .whyTreatList li:nth-child(3n) {
        margin-right:4%;
    }
    .whyTreatList li:nth-child(2n) {
        margin-right:0;
    }
    .whytrustHd h2 {
        font-size: 24px;
    }
    .whytrustHd p {
        color: #666;
        font-size: 18px;
        padding-bottom: 10px;
    }
}

@media(max-width:499px){
    .trustList li {
        min-height: 0;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .phiTabs ul{
        display: block;
    }
    .phiTabs ul li {
        width: 100%;
    }
    .phiTabs ul li a {
        font-size: 16px;
        text-align: left;
    }
    .phiTabs ul li{
        border-bottom: #12876c solid 1px;
    }
    .phiTabs ul li:last-child{
        border-bottom: 0;
    }
    .phiTabs ul li.active a{
        border-radius: 0;
    }
    .phimo_Inn li {
        font-size: 15px;
    }
    .phiTabCont p {
        font-size: 15px;
        line-height: normal;
    }
    .phiTabCont{
        padding: 15px;
    }
    .phi_App_Cont_Left h3 {
        font-size: 20px;
    }
    .phi_App_Cont_Left p {
        font-size: 16px;
    }
    .phi_App_Cont_Left ul li {
        font-size: 16px;
    }
    .whyTreatList li {
        width: 100%;
        padding: 20px 10px;
        margin: 0 0 20px 0;
    }
    .banRatingBx p {
        font-size: 14px;
        line-height: 21px;
    }
    .banRatingBx span {
        font-size: 16px;
    }
    .banRatingBx{
        width: 195px;
    }
    .banRatingBx p {
        font-size: 14px;
        line-height: 21px;
    }
    .phimosisTreatmentBannerBx {
        padding: 30px 0 30px 0;
    }
    .phibanner_Left h1 {
        font-size: 26px;
    }
    .phibanner_Left h1 span {
        font-size: 28px;
    }
    .phimo_Inn h5 {
        font-size: 17px;
    }
    .phimo_Inn h6 {
        font-size: 19px;
    }
    .ourpriceBg h3 {
        font-size: 20px;
        padding-bottom: 10px;
    }
    .phi_Appr_Tabs ul li a{
        font-size: 15px;
    }
}