* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Mulish", sans-serif;
    overflow-x: hidden;
    font-size: 16px;
}

a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.anchor {
    color: rgb(44, 44, 44);
    text-decoration: none;
}

a:hover {
    color: #5f4600;
}

.container-fluid {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

div {
    display: block;
}

img {
    max-width: 100%;
}

.container1 {
    border: chocolate 2px solid;
    height: 300px;
    background-color: #c9952f;
}

/* header  */

.header {
    width: 100%;
    background-color: black;
    padding: 10px 30px 0px 30px;
    position: fixed;
    z-index: 99;
}

.headtop_left {
    margin-top: 10px;
    padding-left: 70px;
}

.fixed {
    top: -1px;
    left: 0;
    width: 100%;
    height: 110px;
    z-index: 99;
    background: #000 !important;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(5, 5, 5, 0.1);
    -moz-box-shadow: 0px 4px 10px 0px rgba(5, 5, 5, 0.1);
    box-shadow: 0px 4px 10px 0px rgba(5, 5, 5, 0.1);
}

.header.fixed .logo {
    width: 130px;
    margin-top: -50px !important;
    margin: 0 auto;
    padding-left: 20px;
}
.header.fixed .navbar {
    padding: 0 !important;
}
.header.fixed .headtop_left {
    margin: 0 !important;
}
/* header .logoscroll{display:none;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;} */
/* header.fixed .logoscroll{display:block;width:79px;height:56px;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;}header.fixed .logoicn{display:none;} */

.headtop_left p {
    color: white;
    font-size: 18px;
}
.headtop_left p a:hover {
    color: white;
}

.headtop_rit {
    display: inline;
    float: right;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 75px;
}

.headtop_ritbtn {
    background-image: linear-gradient(
        90deg,
        #c98935 0%,
        #c98935 0%,
        #e5b970 24%,
        #e0ae63 64%,
        #ad7024 97%
    );
    color: black;
    font-weight: 400;
    text-align: center;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    font-size: 15px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
    0% {
        background-color: #887f00;
        -webkit-box-shadow: 0 0 3px #887f00;
    }
    50% {
        background-color: #887f00;
        -webkit-box-shadow: 0 0 40px #887f00;
    }
    100% {
        background-color: #887f00;
        -webkit-box-shadow: 0 0 3px #887f00;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #887f00;
        -moz-box-shadow: 0 0 3px #887f00;
    }
    50% {
        background-color: #887f00;
        -moz-box-shadow: 0 0 40px #887f00;
    }
    100% {
        background-color: #887f00;
        -moz-box-shadow: 0 0 3px #887f00;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #887f00;
        box-shadow: 0 0 3px #887f00;
    }
    50% {
        background-color: #887f00;
        box-shadow: 0 0 40px #887f00;
    }
    100% {
        background-color: #887f00;
        box-shadow: 0 0 3px #887f00;
    }
}

@keyframes glowing {
    0% {
        background-color: #887f00;
        box-shadow: 0 0 3px #887f00;
    }
    50% {
        background-color: #887f00;
        box-shadow: 0 0 40px #887f00;
    }
    100% {
        background-color: #887f00;
        box-shadow: 0 0 3px #887f00;
    }
}

/******* Mobile menu **********/
.mlogobx {
    margin: 5px 0 !important;
    text-align: center;
}
.mlogobx img {
    width: 160px;
}
.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    background: #000000;
    transition: 0.4s;
}
.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mobile-nav a {
    display: block;
    position: relative;
    color: #9b9b9b !important;
    font-size: 14px;
    padding: 6px 12px;
    font-weight: 500;
    border-bottom: #91631a solid 1px;
    white-space: normal;
}
.mobile-cat-link {
    width: 80%;
    line-height: 17px;
    padding: 0;
    display: inline-block;
    position: absolute;
    z-index: 99;
}
.mobile-cat-link a {
    font-size: 14px;
    color: #fff;
    display: block;
}
.mobile-cat-link + a {
    font-size: 0 !important;
    line-height: 20px;
}
li.drop-down {
    position: relative;
}
li.focus .mobile-cat-link a {
    color: #fff;
}
.mobile-nav a i {
    padding-right: 2px;
}
.mobile-nav .active > a,
.mobile-nav a:hover,
.mobile-nav li:hover > a {
    text-decoration: none;
    background: rgb(0, 0, 0);
    color: #91631a !important;
    font-weight: bold;
    font-size: 14px;
}
.mobile-nav .drop-down > a:after {
    content: "\f078";
    font-family: FontAwesome;
    padding-left: 10px;
    position: absolute;
    right: 15px;
    font-size: 11px;
}
ul.social-network li {
    display: inline-block;
}
ul.social-network li a {
    padding: 10px 5px;
    border: none;
    font-size: 20px;
}

ul.social-network a:hover {
    background: none;
    color: #ffffff;
}
.mobile-nav .active.drop-down > a:after {
    content: "\f077";
}
.mobile-nav .drop-down > a {
    padding-right: 25px;
}
.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}
.mobile-nav .drop-down li {
    padding-left: 10px;
}
.mobile-nav-toggle {
    position: fixed;
    right: 2px;
    top: 83px;
    z-index: 999;
    border: 0;
    font-size: 25px;
    transition: all.4s;
    outline: 0 !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
    background: none;
}
.mobile-nav-toggle i {
    margin: -4px 26px 0 0;
    color: #b07e2d;
    padding: 3px;
}
.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    overflow: hidden;
    display: none;
}
.mobile-nav-active {
    overflow: hidden;
}
.mobile-nav-active .mobile-nav {
    left: 0;
}
.mobile_navigation {
    padding: 0;
    margin: 0;
}
/******* end mobile menu ***********/

/* MEGAMENU STYLE
-------------------------------------------------- */
.mob_header {
    display: none;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    align-items: center;
    padding-left: 10px;
}

.navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
    padding: 10px 1.5rem;
}
.navbar-nav .logo {
    width: 170px;
    margin-top: -64px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 3.6rem;
    padding-left: 3.6rem;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    padding: 2.2rem 3.6rem;
}
.navbar-expand-lg .navbar-nav .nav-link .double-line a {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-expand-lg .navbar-nav .nav-link .logo {
    margin-top: -70px;
    vertical-align: midde;
    width: 150px;
}
.dropdown-toggle::after {
    color: #c07d00 !important;
}
.dropdown-item {
    display: block;
    width: 180px;
    padding: 7px 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    font-size: 16px;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-menu a {
    background-color: #ffffff;
    color: #212529;
}

.dropdown-menu a:hover {
    background: none;
    color: rgb(214, 146, 0);
    border: 0;
}

.megacolumn {
    padding: 2rem 0px 1rem 0px;
}
.megacolumn h4 {
    padding: 0 0px 10px 0px;
    margin: 0 15px 10px 0px;
    font-size: 17px;
    font-weight: 600;
    border-bottom: #ddd 1px solid;
}
.megacolumn ul {
    list-style: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.megacolumn ul li {
    padding: 0px !important;
    margin: 0px;
    line-height: 20px;
    color: #222;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
}
.megacolumn ul li a {
    color: #222;
    text-decoration: none;
}
.megacolumn ul li a:hover {
    color: rgb(214, 146, 0);
    text-decoration: none;
}
.megacolumn ul li a.dropdown-item {
    background: none !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    top: 49px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu.megamenu {
    top: 78%;
    left: 20%;
    right: 20%;
}

/* banner  */

.banner {
    width: 100%;
    margin: 0 auto;
}

.banner p {
    font-size: 78px;
    color: #fff;
    font-weight: 400;
    font-family: "Poiret One", cursive;
    position: absolute;
    padding-top: 340px;
    padding-left: 320px;
    text-shadow: 4px 4px 6px #000;
    width: 100%;
    letter-spacing: 3px;
}

/* main */

.main {
    width: 100%;
    margin: 0 auto;
    height: auto;
}
.srvcCntnr ol {
    padding-left: 3.4rem;
    list-style: decimal-leading-zero;
}
.srvcCntnr p,
.srvcCntnr ul li p,
.srvcCntnr ol li p,
.srvcCntnr ol li,
.srvcCntnr ul li {
    font-size: 20px;
}
.mainfix {
    width: 88%;
    margin: 0 auto;
    text-align: center;
}

.highttop {
    padding-top: 40px;
}

/* heading  */

.heading {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center;
}

.heading img {
    margin-top: -25px;
    top: -20;
}

.heading h2 {
    font-size: 38px;
    color: rgb(0, 0, 0);
    margin: 0 auto;
    text-align: center;
    font-weight: normal;
    margin-top: 40px;
    font-family: "Libre Baskerville", serif;
}

.heading img {
    margin-top: -25px;
    top: -20;
}

.heading p {
    color: rgb(8, 8, 8);
    font-weight: normal;
    text-align: center;
    padding-top: 40px;
    font-size: 20px;
    font-family: "Mulish", sans-serif;
}

.heading1 {
    width: 70%;
    margin: -5px auto;
    margin-bottom: 10px;
    text-align: center;
}

.heading1 img {
    margin-top: -20px;
    top: -20;
}

.heading2 {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: center;
}

.heading2 img {
    margin-top: -20px;
    top: -20;
}

.gapbetween {
    margin: 20px;
    margin: 0 auto;
}

/* rcorners  */

.rcorners {
    width: 120px;
    height: 120px;
    border-radius: 60px;
    background-image: linear-gradient(
        108deg,
        #dfbf82 0%,
        #dfbf82 0%,
        #f3e3af 24%,
        #efdba5 64%,
        #c9ac76 97%
    );
    margin: 20px auto;
    -moz-text-align-last: justify;
}

.rcorners p {
    width: 100%;
    color: rgb(0, 0, 0);
    font-size: 33px;
    font-weight: 300;
    padding: 20px 0 15px 0px;
    text-align: center;
    font-family: "Mulish", sans-serif;
}

.rcorners img {
    text-align: center;
    padding: 8px;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.rcorners:hover img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/* procedures */

.procedures {
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    overflow: hidden;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

.procedures img {
    margin-bottom: 30px;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.procedures:hover img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.procedures p {
    color: rgb(8, 8, 8);
    font-weight: 400;
    text-align: center;
    position: absolute;
    font-size: 29px;
    margin-top: -99px;
    width: 100%;
    font-family: "Libre Baskerville", serif;
}

.procedures p:hover {
    font-weight: bold;
    font-size: 29px;
    text-decoration: #000 1px underline;
}

.proceduress {
    position: absolute;
    bottom: 100px;
    height: 0px;
    margin: 0px;
}

/* services */

.services_top {
    text-align: center;
}

.imgboxwp {
    text-align: center;
    padding: 6px;
    margin: 0 auto;
    border-radius: 100%;
    border: #cc9529 3px solid;
    width: 217px;
    background-color: white;
    height: 217px;
    background-image: url(../images/cosmetic_dermatology.png);
    margin-bottom: 0px;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.imgboxwp:hover {
    display: block;
    text-align: center;
    padding: 6px;
    margin: 0 auto;
    border-radius: 100%;
    border: #cc9529 3px solid;
    width: 217px;
    background-color: white;
    height: 217px;
    background-image: url(../images/cosmetic_dermatology.png);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.imgboxwp1 {
    text-align: center;
    padding: 6px;
    margin: 0 auto;
    border-radius: 100%;
    border: #cc9529 3px solid;
    width: 217px;
    background-color: white;
    height: 217px;
    background-image: url(../images/medical_dermatology.png);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.imgboxwp1:hover {
    display: block;
    text-align: center;
    padding: 6px;
    margin: 0 auto;
    border-radius: 100%;
    border: #cc9529 3px solid;
    width: 217px;
    background-color: white;
    height: 217px;
    background-image: url(../images/medical_dermatology.png);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.services_top h4 {
    font-weight: normal;
    text-align: center;
    font-size: 29px;
    color: #c9952f;
    padding: 10px;
}

.services_top h4:hover {
    font-weight: normal;
    text-align: center;
    font-size: 29px;
    color: #a87000;
    padding: 10px;
}

.services_top p {
    color: rgb(8, 8, 8);
    font-weight: normal;
    text-align: center;
    font-size: 21px;
}

.services_top a {
    background-color: #ffffff;
    border-radius: 8px;
    color: rgb(31, 30, 30);
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    margin: 4px auto;
    cursor: pointer;
    border: #cc9529 2px solid;
    cursor: pointer;
}

.services_top a:hover {
    font-weight: bold;
    cursor: pointer;
    background-image: linear-gradient(
        90deg,
        #c9952f 0%,
        #c9952f 0%,
        #e4c56a 24%,
        #dfba5d 64%,
        #ac7b1e 97%
    );
}

.services_midd {
    text-align: center;
    width: 100%;
}

.services_midd img {
    text-align: center;
    border: #ad7024 3px solid;
    -webkit-border-top-left-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    -moz-border-radius-topleft: 1000px;
    -moz-border-radius-topright: 1000px;
    border-top-left-radius: 1000px;
    border-top-right-radius: 1000px;
}

.services_bottom {
    text-align: center;
}

.services_bottom img {
    text-align: center;
    border-radius: 100%;
    border: #cc9529 1px solid;
    margin: 25px 25px 0px 25px;
    width: 65px;
    height: 65px;
    bottom: 0;
}

.services_bottom img:hover {
    background-image: linear-gradient(
        90deg,
        #c98935 0%,
        #c98935 0%,
        #e5b970 24%,
        #e0ae63 64%,
        #ad7024 97%
    );
    width: 64px;
    height: 64px;
    border: #cc9529 2px solid;
}

.services_bottom p {
    color: rgb(0, 0, 0);
    font-weight: normal;
    text-align: center;
    font-size: 19px;
    width: 100%;
}

.services_bottom p:hover {
    color: rgb(0, 0, 0);
    font-weight: 400;
    text-align: center;
    font-size: 18px;
    width: 100%;
}

/* intro */

.intro {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0px 10px 0px;
}

.intro h2 {
    font-size: 55px;
    color: rgb(0, 0, 0);
    margin: 0 auto;
    text-align: left;
    font-weight: normal;
    margin-top: 50px;
    font-family: "Libre Baskerville", serif;
    margin-right: 20px;
}

.intro h4 {
    font-size: 2.5rem;
    color: rgb(0, 0, 0);
    margin: 0 auto;
    text-align: left;
    font-weight: normal;
    margin-top: 10px;
}

.intro_border {
    position: relative;
    width: 500px;
}
.intro_border {
    cantent: "";
    position: absolute;
    border: #cc9529 2px solid;
    -webkit-border-top-right-radius: 500px;
    -webkit-border-bottom-right-radius: 500px;
    -moz-border-radius-topright: 500px;
    -moz-border-radius-bottomright: 500px;
    border-top-right-radius: 500px;
    border-bottom-right-radius: 500px;
    width: 500px;
    height: 451px;
}

.intro img {
    margin-left: 70px;
    margin-top: 70px;
    position: absolute;
    width: 500px;
    height: 451px;
}

.intro p {
    color: rgb(8, 8, 8);
    font-weight: normal;
    text-align: left;
    padding-top: 30px;
    font-size: 20px;
    font-family: "Mulish", sans-serif;
    padding-bottom: 30px;
}

.intro button {
    background-color: #ffffff;
    border-radius: 8px;
    color: rgb(31, 30, 30);
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 50px 3px;
    cursor: pointer;
    border: #cc9529 2px solid;
}

.intro button:hover {
    font-weight: bold;
    background-image: linear-gradient(
        90deg,
        #c9952f 0%,
        #c9952f 0%,
        #e4c56a 24%,
        #dfba5d 64%,
        #ac7b1e 97%
    );
}

/* package */

.packeg {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.packeg_bx {
    text-align: center;
    -webkit-border-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-radius: 20px;
    border-top-left-radius: 20px;
    overflow: hidden;
    position: relative;
}

.packeg_bx h4 {
    text-align: center;
    -webkit-border-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-radius: 20px;
    border-top-left-radius: 20px;
    overflow: hidden;
}

.packeg_bx:hover {
    text-align: center;
    width: 100%;
    -webkit-border-radius: 20px;
    -webkit-border-bottom-right-radius: 150px;
    -moz-border-radius: 20px;
    -moz-border-radius-bottomright: 150px;
    border-radius: 20px;
    border-bottom-right-radius: 150px;
}

.fill_btn {
    background-color: #ffffff;
    border-radius: 8px;
    color: rgb(31, 30, 30);
    padding: 5px 13px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 70px 100px;
    cursor: pointer;
    border: #cc9529 2px solid;
}

.fill_btn:hover {
    font-weight: bold;
    cursor: pointer;
    font-size: 15px;
    background-image: linear-gradient(
        90deg,
        #c9952f 0%,
        #c9952f 0%,
        #e4c56a 24%,
        #dfba5d 64%,
        #ac7b1e 97%
    );
}

.img_cont {
    position: absolute;
    top: 77%;
    bottom: 0;
    text-align: center;
    color: rgb(0, 0, 0);
    width: 85%;
    z-index: 99;
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
    transition: all 2s;
    padding-top: -8px;
    -webkit-border-radius: 20px;
    -webkit-border-bottom-right-radius: 150px;
    -moz-border-radius: 20px;
    -moz-border-radius-bottomright: 150px;
    border-radius: 20px;
    border-bottom-right-radius: 150px;
    margin: 30px;
    padding-right: 30px;
    /* background-color: rgba(255, 255, 255, 0.478); */
}

.img_head {
    font-size: 29px;
    font-weight: normal;
    line-height: 1;
    font-family: "Libre Baskerville", serif;
    padding: 34px 10px;
}

p {
    font-size: 20px;
    margin: 15px 0;
    font-family: "Mulish", sans-serif;
}

.packeg_bx:hover .img_cont {
    top: 0;
    z-index: 2;

    background-image: linear-gradient(rgb(179, 179, 179), rgb(255, 255, 255));
    opacity: 0.8;
}
.packeg_bx:hover .img_head {
    padding: 60px 10px;
}

.contact_form p,
.faq_head p,
p {
    margin-bottom: 0;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
* {
    font-family: "Mulish", sans-serif;
    margin: 0;
    padding: 0;
}
*,
::after,
::before {
    box-sizing: border-box;
}
user agent stylesheet p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-family: "Mulish", sans-serif;
}

/* email */

.emailpg {
    width: 100%;
    background: url(../images/email_bg.jpg) center center no-repeat;
    background-size: 100% 100%;
}

.email_form {
    width: 63%;
    margin: 0 auto;
    color: black;
}

.email_form h3 {
    color: rgb(0, 0, 0);
    font-weight: normal;
    text-align: center;
    padding: 50px 50px;
    font-size: 45px;
    margin-top: 60px;
    text-shadow: rgb(61, 61, 61) 3px;
    font-family: "Libre Baskerville", serif;
}

* {
    box-sizing: border-box;
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

.form-inline label {
    margin: 5px 10px 5px 0;
}

.form-inline input {
    width: 90%;
    padding: 18px 18px 2px 20px;
    margin: 10px 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 2px solid rgb(0, 0, 0);
    background: none;
    color: black;
    font-size: 18px;
    font-weight: normal;
}

/* .form-inline input::placeholder { color: black;} */

input:focus {
    border-color: 0;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    outline: 0;
}

.inputfld::placeholder {
    color: black;
}
.inputfld {
    width: 90%;
    padding: 18px 18px 2px 20px;
    margin: 10px 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 2px solid rgb(0, 0, 0);
    background: none;
    color: black;
    font-size: 18px;
    font-weight: 560;
}
.inputfld1 {
    width: 95% !important;
    height: 55px;
}

.form-inline button {
    padding: 10px 30px;
    background-color: rgb(0, 0, 0);
    color: rgb(214, 235, 255);
    cursor: pointer;
    font-size: 18px;
    border-radius: 7px;
    border: 1px solid rgb(0, 0, 0);
    margin-left: 40%;
    margin-top: 40px;
    margin-bottom: 50px;
}

.form-inline button:hover {
    background-color: rgb(0, 0, 0);
}

/* testimonial */

.testimonial_box1 {
    position: relative;
    width: 90%;
    margin: 0 40px;
}

.testimonialbx1 {
    border-radius: 2px;
    background-color: #ffffff;
    margin: 0px 35px 35px 35px;
    padding: 28px 40px;
    box-shadow: -6px 8px 10px #ddd;
    -moz-box-shadow: 8px 8px 4px rgb(153, 153, 153);
    -webkit-box-shadow: 8px 8px 4px rgb(153, 153, 153);
    box-shadow: 8px 8px 4px rgb(153, 153, 153);
    margin-bottom: 0;
}

.testimonialbx1 i {
    font-size: 16px;
    vertical-align: super;
}

.testimonialbx1 h5 {
    color: rgba(14, 14, 14, 0.8);
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 0;
    width: 100%;
    top: 0;
    padding-top: 19px;
}
.testimonialbx1 h5 > span {
    background-color: #cc9529;
    padding: 4px 15px;
    color: #ffffff;
    font-size: 13px;
    float: right;
    margin-bottom: 20px;
}
.testimonialbx1 p {
    color: rgba(22, 22, 22, 0.8);
    font-size: 18px;
    margin-top: 0;
    text-align: left;
    margin-bottom: 0;
    padding: 10px 0px;
}

.testimonialbx1:after {
    content: "";
    position: absolute;
    width: 500px;
    height: 280px;
    background-image: linear-gradient(
        90deg,
        #b38327 0%,
        #b38327 0%,
        #ceb362 24%,
        #c9a855 64%,
        #966a16 97%
    );
    top: -10px;
    left: 23px;
    z-index: -1;
    border-radius: 0px;
    padding-left: 15px;
    margin-bottom: 15px;
}

.testimonial_next {
    right: -10%;
}

.testimonial_prev {
    left: -10%;
}
.testimonialbx1 .staricon {
    padding-bottom: 3px;
    text-align: center;
    margin-left: 150px;
}

.testimonial_box {
    width: 90%;
    position: relative;
    margin: 0 40px;
}

.testimonial_main {
    padding: 20px 100px;
    overflow: hidden;
}

/* map */

.maping {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.maping p {
    color: rgb(255, 255, 255);
    font-weight: 400;
    text-align: center;
    position: absolute;
    font-size: 30px;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
        "Lucida Sans", Arial, sans-serif;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 200px;
}
.hoverpic:hover p {
    display: none;
}
.maping img {
    width: 400px;
    margin-bottom: 0px;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.maping img:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.map {
    width: 100%;
    position: relative;
    height: 300px;
}

.map_icon {
    top: -60px;
    height: 150px;
    width: 150px;
    border-radius: 20px;
    background-color: black;
    position: absolute;
    left: 42.3%;
    text-align: center;
    opacity: 0.7;
}

.map_icon p {
    color: rgb(214, 146, 0);
    font-size: 16px;
    font-family: "Libre Baskerville", serif;
    font-weight: bold;
    padding-top: 60px;
}

.map_icon img {
    text-align: center;
    margin: 0 auto;
    height: 80px;
    width: 80px;
    margin-top: 5px;
}

#scroll {
    position: fixed;
    right: 10px;
    bottom: 70px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #cc9529;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    opacity: 0.6;
}

#scroll span {
    position: absolute;
    top: 40%;
    left: 40%;
    margin-left: -4px;
    margin-top: -9px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #000000;
}

.banner-social-icon {
    position: fixed;
    left: 10px;
    /* z-index: 9; */
    z-index: 9;
    bottom: 70px;
}

.gap_top {
    margin-top: 40px;
}

.gap_top1 {
    margin-top: 20px;
}

.gap_top3 {
    margin-top: 180px;
}

.gap_top4 {
    margin-top: 100px;
}

/* footer */

.footer {
    width: 100%;
    background-color: #000000;
    height: auto;
    padding: 0 5%;
    float: left;
    background-repeat: repeat;
}

.footer_lt {
    color: #fff;
    margin: 0 auto;
    margin-top: 40px;
    line-height: 40px;
    text-align: left;
    float: left;
    margin-bottom: 30px;
    width: 100%;
}

.footer_lt h4 {
    font-weight: 800;
    color: #cc9529;
    font-size: 18px;
    padding-left: 20px;
    padding-bottom: 12px;
}

.footer_lt h4 a {
    color: rgb(190, 146, 0);
}

.footer_lt ul {
    list-style: none;
    text-align: left;
    font-size: 16px;
}

.footer_lt ul li {
    list-style: none;
    text-align: left;
}

.footer_lt ul li:hover {
    list-style: none;
    text-align: left;
    color: #cc9529;
    cursor: pointer;
}

.footer_midd {
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 30px;
    padding: 0px 20px;
}

.footer_midd h4 {
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
}

.footer_midd p {
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    padding-top: 3px;
}

.footer_midd img {
    text-align: left;
    margin-left: 50px;
}

.footer_rt {
    display: none;
}

.footer_rt1 {
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 30px;
    margin-left: 90px;
}

.footer_rtbtn1 {
    background-image: linear-gradient(
        90deg,
        #c98935 0%,
        #c98935 0%,
        #e5b970 24%,
        #e0ae63 64%,
        #ad7024 97%
    );
    border-radius: 8px;
    padding: 6px 6px 6px 6px;
    width: 200px;
    margin-bottom: 40px;
}

.footer_rtbtn1 p {
    color: black;
    font-size: 18px;
    padding: 12px;
    font-weight: 400px;
}
.footer_rtbtn1 a {
    color: #000;
}
.footer_rtbtn1 a:hover {
    color: #5f4600;
}

.email_txt1 {
    font-size: 17px;
    color: white;
    margin-top: 10px;
    text-align: left;
    margin-right: 62px;
}

.email_icon1 {
    margin: 0 auto;
    margin-top: 40px;
    text-align: left;
}

.email_icon1 img {
    margin-right: 10px;
    text-align: left;
    margin-left: 20px;
}

.btmft_bg {
    width: 85%;
    float: left;
    background-color: #000000;
    background-repeat: repeat;
    border-top: rgb(82, 81, 81) 2px solid;
    margin-top: 30px;
    margin-bottom: 50px;
    margin: 0 auto;
}

.btmft_bg p {
    color: rgb(138, 138, 138);
    font-size: 14px;
    text-align: center;
}

.footerbtn {
    display: none;
}

.testimon {
    display: none;
}

/* Gallery */

.gallerybg {
    width: 100%;
    background-image: url(../images/gallery/gallerybg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 210px;
}

.gallerybg h2 {
    font-size: 70px;
    color: rgb(0, 0, 0);
    margin: 0 auto;
    text-align: center;
    font-family: "Poiret One";
    padding-top: 70px;
}

.gallerypic {
    text-align: center;
    overflow: hidden;
    margin: 30px 15px;
}

.gallerytp {
    padding-top: 140px;
}

.appointtp {
    padding-top: 80px;
}

.gallerypic img {
    width: 100%;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.gallerypic:hover {
    border: 3px solid rgb(190, 141, 3);
}

.gallerypic:hover img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.nextprev {
    margin: 0 auto;
    padding: 30px;
    text-align: center;
}

.nextprev li a {
    border-radius: 50%;
    color: #000;
    width: 36px;
    height: 35px;
}

.nextprev li:first-child a {
    border-radius: 100% !important;
}
.nextprev li:last-child a {
    border-radius: 100% !important;
}

.page-link {
    padding: 0.275rem 0.75rem;
    position: relative;
    display: block;
    color: #000000;
    text-decoration: none;
    background-color: #fff;
    border: 2px solid #000000;
    margin: 5px;
}

.page-link:hover {
    z-index: 2;
    color: #000000;
    background-color: #ffffff;
    border-color: #000000;
}

.page-link:focus {
    z-index: 3;
    color: #000000;
    background-color: #ffffff;
    outline: 0;
    box-shadow: none;
    border-color: #000000;
}

/* about page */

.about {
    width: 100%;
    margin: 0 auto;
    padding-top: 25px;
    text-align: center;
    background-image: url(../images/about_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.aboutgoldhd {
    font-size: 50px;
    color: rgb(221, 140, 19);
    margin: 0 auto;
    font-weight: normal;
    font-family: "Libre Baskerville", serif;
    text-align: center;
    margin-top: 150px;
    margin-bottom: 20px;
    width: 100%;
}

.aboutblkhd {
    font-size: 50px;
    color: rgb(0, 0, 0);
    margin: 0 auto;
    font-weight: normal;
    font-family: "Libre Baskerville", serif;
    text-align: center;
    width: 100%;
}

.aboutsmlblkhd {
    font-size: 23px;
    color: rgb(0, 0, 0);
    margin: 0 auto;
    font-weight: 400;
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
}

.abouttxt {
    width: 90%;
    font-family: "Mulish", sans-serif;
    text-align: center;
    position: relative;
    font-size: 18px;
    margin: 0 auto;
    padding-bottom: 40px;
}

/* About Intro */

.about_intro {
    width: 100%;
    margin: 0 auto;
}

.about_intro img {
    padding-right: 100px;
    padding-bottom: 30px;
}

.about_introhd {
    font-size: 35px;
    text-align: left;
    color: #000;
    padding-bottom: 20px;
    font-family: "Libre Baskerville", serif;
    padding-top: 20px;
}

.about_introtxt {
    font-size: 18px;
    text-align: justify;
    color: #000;
    padding-right: 130px;
    padding-bottom: 30px;
    line-height: 25px;
}

/* About  Section */

.about_section {
    width: 100%;
    background-color: #fafafa;
    margin-top: 20px;
    padding-bottom: 20px;
}

.tabtxt {
    background-color: #fff;
    border: rgb(221, 140, 19) 1px solid;
}

.education_tab {
    margin-bottom: -1px;
}
.education_tab .nav-link {
    border: rgb(221, 140, 19) solid 1px !important;
    border-bottom: none !important;
}
.tabtxthd {
    font-size: 28px;
    text-align: center;
    color: #000;
    padding-bottom: 20px;
    font-weight: 500;
    padding-top: 20px;
}

.tabtxt ul {
    list-style: none;
    width: 85%;
    text-align: center;
    margin: 0 auto;
}
.tabtxt ul li {
    font-size: 17px;
    text-align: left;
    color: #000;
    padding-bottom: 45px;
    font-weight: 500;
    padding-top: 10px;
    border-bottom: rgb(192, 192, 192) 1px solid;
    margin: 2px 10px;
    line-height: 20px;
}

.tabtxtlft {
    float: left;
    margin-right: 20px;
    font-size: 20px;
}

.tabtxtrit {
    float: left;
    margin-left: 30px;
}

.experiance.nav-link {
    color: #000000;
    font-size: 20px;
}

.experiance.nav-link:hover {
    color: #000000;
}

/* Certificates */

.certificatesbg {
    border-radius: 2px;
    background-color: #efefef;
    margin: 0px 35px 30px 35px;
    padding: 0px 40px 30px 40px;
    box-shadow: -6px 8px 10px #ddd;
    -moz-box-shadow: 8px 8px 4px rgb(199, 199, 199);
    -webkit-box-shadow: 8px 8px 4px rgb(199, 199, 199);
    box-shadow: 8px 8px 4px rgb(199, 199, 199);
}

.certificatesbg img {
    width: 100%;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.certificatesbg:hover img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/* Special Interest */

.special_interest {
    width: 100%;
}

.overeffect img {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.overeffect img:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.special_interesthd {
    font-size: 25px;
    color: rgb(8, 8, 8);
    text-align: center;
    font-weight: 500;
    padding-top: 15px;
}

.apponment {
    width: 100%;
    margin-top: 50px;
    padding: 0px 100px;
}

.appoint img {
    text-align: center;
}

.appointhd {
    font-size: 40px;
    text-transform: uppercase;
    color: #000000;
    width: 100%;
    padding: 0px 0px 0px 27px;
    font-family: Cinzel;
    text-align: left;
}

.appointmenttxt1 {
    font-size: 18px;
    color: #0c0c0c;
    width: 100%;
    padding: 0px 10px 0px 30px;
    text-align: justify;
}

.appointmenttxt {
    font-size: 19px;
    color: #0c0c0c;
    width: 100%;
    padding: 0px 10px 0px 30px;
    text-align: justify;
}

.appointmenttxt ul {
    font-size: 18px;
    position: relative;
}

.appointmenttxt li {
    font-size: 18px;
    position: relative;
    color: #0c0c0c;
    width: 100%;
    padding: 10px 0px 0px 10px;
    list-style: none;
    text-align: justify;
}

ul.appointmenttxt li::before {
    content: "\f058";
    font: normal normal normal 20px/1 FontAwesome;
    color: #df8c11;
    margin-left: -30px;
    position: absolute;
    top: 15px;
}

.appointmenttxtbtn {
    background-image: linear-gradient(
        90deg,
        #c98935 0%,
        #c98935 0%,
        #e5b970 24%,
        #e0ae63 64%,
        #ad7024 97%
    );
    color: black;
    font-weight: 400;
    text-align: center;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    font-size: 15px;
    padding: 7px 10px;
    text-align: center;
    text-decoration: none;
    margin-top: 25px;
}

.appointmenttxtbtn a {
    color: #000;
}

.testblkhd {
    font-size: 40px;
    color: rgb(0, 0, 0);
    margin: 0 auto;
    font-weight: normal;
    font-family: "Libre Baskerville", serif;
    text-align: center;
    width: 100%;
}

.testsmlblkhd {
    font-size: 25px;
    color: rgb(0, 0, 0);
    margin: 0 auto;
    font-weight: 400;
    text-align: center;
    width: 100%;
}

.testimonial_boxin {
    position: relative;
    width: 90%;
    margin: 20px 10px;
    margin: 0 auto;
}

.testimonialbxin {
    border-radius: 2px;
    background-color: #ffffff;
    margin: 55px 35px 35px 35px;
    padding: 28px 40px;
    box-shadow: -6px 8px 10px #ddd;
    -moz-box-shadow: 8px 8px 4px rgb(153, 153, 153);
    -webkit-box-shadow: 8px 8px 4px rgb(153, 153, 153);
    box-shadow: 8px 8px 4px rgb(153, 153, 153);
    margin-bottom: 0;
}

.testimonialbxin i {
    font-size: 16px;
    vertical-align: super;
}

.testimonialbxin h5 {
    color: rgba(14, 14, 14, 0.8);
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 0;
    width: 100%;
    top: 0;
    padding-top: 19px;
}
.testimonialbxin h5 > span {
    background-color: #cc9529;
    padding: 4px 15px;
    color: #ffffff;
    font-size: 13px;
    float: right;
    margin-bottom: 20px;
}
.testimonialbxin p {
    color: rgba(22, 22, 22, 0.8);
    font-size: 18px;
    margin-top: 0;
    text-align: left;
    margin-bottom: 0;
    padding: 10px 0px;
    height: 150px;
    overflow: auto;
}

.testimonialbxin:after {
    content: "";
    position: absolute;
    width: 500px;
    height: 280px;
    background-image: linear-gradient(
        90deg,
        #b38327 0%,
        #b38327 0%,
        #ceb362 24%,
        #c9a855 64%,
        #966a16 97%
    );
    top: -10px;
    left: 23px;
    z-index: -1;
    border-radius: 0px;
    padding-left: 15px;
    margin-bottom: 10px;
}

.testimonialbxin .staricon {
    padding-bottom: 3px;
    text-align: center;
    margin-left: 150px;
}

.staricon1 {
    margin: 0 auto;
    text-align: center;
    margin-left: 46%;
}

.testimonialbxin p::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    background-color: #ddd;
}

.testimonialbxin p::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5;
}

.testimonialbxin p::-webkit-scrollbar-thumb {
    border-radius: 6px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background: #c9a855;
    background: -moz-linear-gradient(top, #c9a855 0%, #966a16 100%);
    background: -webkit-linear-gradient(top, #c9a855 0%, #966a16 100%);
    background: linear-gradient(to bottom, #c9a855 0%, #966a16 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaa996', endColorstr='#dd7054',GradientType=0 );
}

.centerbox {
    position: relative;
    width: 65%;
    margin: 0 auto;
    text-align: center;
}

.centerboxin {
    border-radius: 2px;
    background-color: #ffffff;
    margin: 55px 35px 35px 35px;
    padding: 28px 40px;
    box-shadow: -6px 8px 10px #ddd;
    -moz-box-shadow: 6px 6px 3px rgb(153, 153, 153);
    -webkit-box-shadow: 6px 6px 4px rgb(153, 153, 153);
    box-shadow: 6px 6px 3px rgb(153, 153, 153);
    margin-bottom: 0;
}

.centerboxin:after {
    content: "";
    position: absolute;
    width: 80%;
    height: 250px;
    background-image: linear-gradient(
        90deg,
        #b38327 0%,
        #b38327 0%,
        #ceb362 24%,
        #c9a855 64%,
        #966a16 97%
    );
    top: -10px;
    left: 23px;
    z-index: -1;
    border-radius: 0px;
    padding-left: 15px;
    margin-bottom: 10px;
}

.centerboxhd {
    font-size: 50px;
    color: rgb(0, 0, 0);
    margin: 0 auto;
    font-weight: 400;
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
    font-family: "Libre Baskerville", serif;
}

.centerboxhd1 {
    font-size: 90px;
    color: rgb(0, 0, 0);
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding-bottom: 10px;
    font-family: "Libre Baskerville", serif;
}

.centerboxtxt {
    font-size: 25px;
    color: rgb(0, 0, 0);
    margin: 0 auto;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
}

.center_btn {
    background-image: linear-gradient(
        90deg,
        #c98935 0%,
        #c98935 0%,
        #e5b970 24%,
        #e0ae63 64%,
        #ad7024 97%
    );
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-align: center;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
    font-family: "Libre Baskerville", serif;
    margin-bottom: 10px;
}
@-webkit-keyframes glowing {
    0% {
        background-color: #887f00;
        -webkit-box-shadow: 0 0 3px #887f00;
    }
    50% {
        background-color: #887f00;
        -webkit-box-shadow: 0 0 40px #887f00;
    }
    100% {
        background-color: #887f00;
        -webkit-box-shadow: 0 0 3px #887f00;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #887f00;
        -moz-box-shadow: 0 0 3px #887f00;
    }
    50% {
        background-color: #887f00;
        -moz-box-shadow: 0 0 40px #887f00;
    }
    100% {
        background-color: #887f00;
        -moz-box-shadow: 0 0 3px #887f00;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #887f00;
        box-shadow: 0 0 3px #887f00;
    }
    50% {
        background-color: #887f00;
        box-shadow: 0 0 40px #887f00;
    }
    100% {
        background-color: #887f00;
        box-shadow: 0 0 3px #887f00;
    }
}

@keyframes glowing {
    0% {
        background-color: #887f00;
        box-shadow: 0 0 3px #887f00;
    }
    50% {
        background-color: #887f00;
        box-shadow: 0 0 40px #887f00;
    }
    100% {
        background-color: #887f00;
        box-shadow: 0 0 3px #887f00;
    }
}

.contacts {
    font-size: 22px;
    text-align: center;
    line-height: 25px;
}
.contacts a {
    color: #000;
    text-decoration: none;
}
.contacts a:hover {
    color: #b07e2d;
}
.contacts img {
    margin: 10px;
}

.contactstp {
    margin-top: 20px;
}

/* Cosmetic Dermatology */

.cosmeticbnr {
    width: 100%;
    margin: 0 auto;
    padding-top: 116px;
}

.cosmetic {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.cosmetic_bx {
    text-align: center;
    overflow: hidden;
    position: relative;
    margin: 40px;
}

.cosmetic_bx h4 {
    text-align: center;
    overflow: hidden;
}

.cosmetic_bx:hover {
    text-align: center;
    margin: 40px;
}

.cosmetic_btn {
    background-color: #ffffff;
    border-radius: 8px;
    color: rgb(31, 30, 30);
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 15px 100px;
    cursor: pointer;
    border: #cc9529 2px solid;
}

.cosmetic_btn:hover {
    font-weight: bold;
    cursor: pointer;
    font-size: 15px;
    background-image: linear-gradient(
        90deg,
        #c9952f 0%,
        #c9952f 0%,
        #e4c56a 24%,
        #dfba5d 64%,
        #ac7b1e 97%
    );
}

.img_cosmeticcont {
    position: absolute;
    top: 77%;
    bottom: 0;
    text-align: center;
    color: rgb(0, 0, 0);
    width: 94%;
    z-index: 99;
    -webkit-transition: all 2s;
    padding-top: -8px;
    margin: 20px;
    padding: 10px;
}

.img_cosmetichead {
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    font-family: "Libre Baskerville", serif;
    padding: 26px 10px;
}

.cosmetictxt {
}

.cosmetictxt ul {
    padding: 0;
    margin: 0;
}

.cosmetictxt li {
    font-size: 17px;
    margin: 8px 25px;
    font-family: "Mulish", sans-serif;
    border-bottom: rgb(31, 30, 30) 1px solid;
    width: 40%;
    text-decoration: none;
    list-style: none;
    border-bottom: rgb(31, 30, 30) 1px solid;
    float: left;
    font-weight: 400px;
}

.cosmetictxt1 ul li {
    width: 50%;
    margin: 8px 25%;
    text-align: center;
}

.cosmetic_bx:hover .img_cosmeticcont {
    top: 0;
    z-index: 2;
    background-image: linear-gradient(rgb(211, 211, 211), rgb(255, 255, 255));
    opacity: 0.7;
}

.cosmetic_bx:hover .img_cosmetichead {
    padding: 60px 10px;
}

.cosmetic_form p,
.faq_cosmetichead p,
p {
    margin-bottom: 0;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}
* {
    font-family: "Mulish", sans-serif;
    margin: 0;
    padding: 0;
}
*,
::after,
::before {
    box-sizing: border-box;
}
user agent stylesheet p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-family: "Mulish", sans-serif;
}

.pkgbanner {
    width: 100%;
    margin: 0 auto;
    padding-top: 138px;
    position: relative;
}
.pkgbanner .bnrpic,
.pkgbanner .bnrsrv {
    width: 100%;
}

.packagebx {
    height: auto;

    /* position:absolute;
width:40%;
top:320px;
margin-left:100px; */
}

.packagebx1 {
    height: auto;
    position: absolute;
    width: 40%;
    top: 280px;
    margin-left: 70px;
}

.packagebnrhd {
    font-size: 40px;
    color: rgb(0, 0, 0);
    margin: 0 auto;
    font-weight: normal;
    font-family: Poiret One;
    text-align: center;
}

.packagebnrhd1 {
    font-size: 40px;
    color: #d7a152;
    margin: 0 auto;
    font-weight: normal;
    font-family: Poiret One;
    text-align: center;
    padding: 0px 10px 5px 10px;
}

.packagebnrhd2 {
    font-size: 40px;
    color: rgb(0, 0, 0);
    margin: 0 auto;
    font-weight: normal;
    font-family: Poiret One;
    text-align: center;
}

.packagebnrtxt {
    font-size: 19px;
    color: rgb(0, 0, 0);
    margin: 0 auto;
    font-weight: normal;
    text-align: center;
    padding: 0px 25px 25px 25px;
}

.pkgheading {
    font-size: 40px;
    color: #000;
    font-family: "Libre Baskerville", serif;
    border-bottom: #a87000 2px solid;
    text-align: left;
    margin: 20px;
}

.pkgheadimg {
    margin: 20px;
    float: left;
}

.pkgheadtxt {
    font-size: 18px;
    color: #000;
    font-family: "Libre Baskerville", serif;
    float: left;
    text-align: justify;
    width: 60%;
    padding: 30px 20px 30px 20px;
    line-height: 30px;
}

/* emailpkg */

.emailpgpkg {
    width: 100%;
    background: url(../images/email_bg.jpg) center center no-repeat;
    background-size: 100% 100% cover;
}

.emailpkg_form {
    width: 100%;
    margin: 0 auto;
    color: black;
}

.emailpkg_form h3 {
    color: rgb(0, 0, 0);
    font-weight: normal;
    text-align: center;
    padding: 50px 40px 0px 40px;
    font-size: 30px;
    text-shadow: rgb(61, 61, 61) 3px;
    font-family: "Libre Baskerville", serif;
}

* {
    box-sizing: border-box;
}

.formpkg-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

.formpkg-inline label {
    margin: 5px 10px 5px 0;
}

.formpkg-inline input {
    width: 100%;
    padding: 18px 18px 2px 20px;
    margin: 10px 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 2px solid rgb(0, 0, 0);
    background: none;
    color: black;
    font-size: 18px;
    font-weight: normal;
}

/* .form-inline input::placeholder { color: black;} */

inputpkg:focus {
    border-color: 0;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    outline: 0;
}

.inputfldpkg::placeholder {
    color: black;
}
.inputfldpkg {
    width: 100%;
    padding: 18px 18px 2px 20px;
    margin: 10px 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 2px solid rgb(0, 0, 0);
    background: none;
    color: black;
    font-size: 18px;
    font-weight: 560;
}
.inputfldpkg1 {
    width: 100% !important;
    height: 55px;
}

.formpkg-inline button {
    padding: 10px 20px;
    background-color: rgb(0, 0, 0);
    color: rgb(214, 235, 255);
    cursor: pointer;
    font-size: 18px;
    border-radius: 7px;
    border: 1px solid rgb(0, 0, 0);
    margin-top: 40px;
    margin-bottom: 50px;
    text-align: center center;
    margin: 20px 120px;
}

.formpkg-inline button:hover {
    background-color: rgb(0, 0, 0);
}

.services {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.servicesbx {
    height: auto;
    border-radius: 20px;
    background-color: #ffffff;
    position: absolute;
    width: 40%;
    top: 320px;
    margin-left: 100px;
}

.serviceshd {
    font-size: 40px;
    color: rgb(0, 0, 0);
    margin: 0 auto;
    font-weight: normal;
    font-family: Poiret One;
    text-align: center;
    padding: 0px 10px 10px 10px;
}

.packagebnrtxt {
    font-size: 18px;
    color: rgb(0, 0, 0);
    margin: 0 auto;
    font-weight: normal;
    text-align: center;
    padding: 0px 25px 25px 25px;
}

.pkgheading {
    font-size: 40px;
    color: #000;
    font-family: "Libre Baskerville", serif;
    border-bottom: #a87000 2px solid;
    text-align: left;
    margin: 20px;
}

.pkgheadimg {
    margin: 20px;
    float: left;
}

.pkgheadtxt {
    font-size: 18px;
    color: #000;
    font-family: "Libre Baskerville", serif;
    float: left;
    text-align: justify;
    width: 60%;
    padding: 30px 20px 30px 20px;
    line-height: 30px;
}

.servicespg {
    width: 100%;
    background-image: url(../images/service_types.jpg);
    background-size: cover;
}

.servicespgbx {
    width: 100%;
    background-color: #fff;
    padding: 0px 10px 0px 10px;
    height: auto;
    float: left;
    padding-bottom: 10px;
    opacity: 0.8;
    margin-bottom: 30px;
}

.servicespgbxhd {
    font-size: 25px;
    color: rgb(0, 0, 0);
    margin: 0 auto;
    font-weight: normal;
    font-family: "Libre Baskerville", serif;
    text-align: center;
    padding: 30px;
}

.servicespgbxtxt {
    font-size: 20px;
    color: #000;
    font-family: "Mulish", serif;
    float: left;
    text-align: center;
    width: 100%;
    padding: 5px 50px 25px 50px;
    line-height: 30px;
    font-weight: normal;
}

.services_listhdintro {
    font-size: 35px;
    color: rgb(0, 0, 0);
    margin: 0 auto;
    font-weight: normal;
    font-family: "Libre Baskerville", serif;
    text-align: left;
    margin-top: 20px;
    margin-left: 20px;
}

.services_listhdintrotxt {
    font-size: 20px;
    color: #000;
    font-family: "Mulish", serif;
    float: left;
    text-align: justify;
    width: 100%;
    padding: 25px 20px 20px 20px;
    line-height: 30px;
    font-weight: normal;
}

.services_listhd {
    font-size: 35px;
    color: rgb(0, 0, 0);
    margin: 0 auto;
    font-weight: normal;
    font-family: "Libre Baskerville", serif;
    text-align: left;
    margin: 20px 0px;
}

.awardstxt {
    font-size: 18px;
    color: #000;
    font-family: "Mulish", serif;
    float: left;
    line-height: 50px;
    font-weight: normal;
    margin: 30px 0px;
}

.awardscercil {
    border-radius: 100px;
    width: 100px;
    height: 100px;
    background-color: #ffffff;
    border: #bb8901 5px solid;
    color: #fff;
    line-height: 100px;
    text-align: center;
    margin: 0 auto;
    margin: 20px;
}

.awardscercil p {
    color: #000;
    margin: 0 auto;
    top: -40px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: -20px;
}

.awardimgrit::after {
    content: "";
    /* background-image: url(../images/about_clinic/lftbg.png); */
    position: absolute;
    width: 170px;
    height: 216px;
    margin-top: -80px;
    margin-left: -66px;
}

.awardimgrit1::after {
    content: "";
    /* background-image: url(../images/about_clinic/ritbg.png); */
    position: absolute;
    width: 170px;
    height: 216px;
    margin-top: -267px;
    margin-left: 116px;
}

.awardspace {
    margin-bottom: 130px;
}

.faqbtnhd {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    background-color: #e0ae63;
    font-family: "Libre Baskerville", serif;
    border-radius: 25px !important;
    padding: 15px;
}

.faqbtntxt {
    font-size: 16px;
    font-weight: normal;
    color: #000;
    font-family: "Mulish", serif;
    padding: 20px;
    text-align: justify;
}

.faqbtnhd.collapsed::after {
    content: "\f067";
    font-family: FontAwesome;
    background: none !important;
}

.faqbtnhd::after {
    content: "\f068";
    font-family: FontAwesome;
    background: none !important;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #e0ae63;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    border: 0px;
}

.services_list {
    font-size: 20px;
    color: #000;
    font-family: "Mulish", serif;
    float: left;
    text-align: justify;
    width: 100%;
    line-height: 30px;
    font-weight: normal;
    padding-bottom: 30px;
}

.services_listhdsml {
    font-size: 25px;
    color: rgb(0, 0, 0);
    margin: 0 auto;
    font-weight: normal;
    font-family: "Libre Baskerville", serif;
    text-align: center;
}

.services_listhdcntr {
    font-size: 35px;
    color: rgb(0, 0, 0);
    margin: 0 auto;
    font-weight: normal;
    font-family: "Libre Baskerville", serif;
    text-align: center;
    margin-top: 20px;
}

.services_listcntrhd {
    font-size: 35px;
    color: rgb(0, 0, 0);
    margin: 0 auto;
    font-weight: normal;
    font-family: "Libre Baskerville", serif;
    text-align: center;
    margin-top: 20px;
    border-bottom: #ac7b1e;
    margin-bottom: 10px;
}

.mission_listcntrhd {
    font-size: 35px;
    color: rgb(0, 0, 0);
    margin: 0 auto;
    font-weight: normal;
    font-family: "Libre Baskerville", serif;
    text-align: center;
    margin-top: 20px;
    border-bottom: #ac7b1e;
    margin-bottom: 10px;
}

.mission_listhdintrotxt {
    font-size: 20px;
    padding: 10px;
    line-height: 25px;
    text-align: justify;
}

.mission_listcntr {
    font-size: 20px;
    color: #000;
    font-family: "Mulish", serif;
    float: left;
    text-align: center;
    width: 100%;
    padding: 20px;
    line-height: 30px;
    font-weight: normal;
}

.services_list ul {
    font-size: 20px;
    color: #000;
    font-family: "Mulish", serif;
    float: left;
    text-align: justify;
    width: 100%;
    padding: 20px;
    line-height: 25px;
    margin-top: 10px;
}
.services_list ul li {
    font-family: "Mulish", serif;
}
.services_list ul li::marker {
    font-size: 30px;
    text-align: left;
    line-height: 40px;
    color: #e0ae63;
}

.ser_offered {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #966a16;
    top: -20px;
}

.ser_offered1 {
    height: auto;
    position: absolute;
    z-index: -99;
    margin: 30px 0px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;

    overflow: hidden;
}

.ser_offered2 {
    position: absolute;
    z-index: -999;
    left: 220px;
    margin: 30px 0px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    top: 30px;
}

.ser_offered3 {
    height: auto;
    position: absolute;
    z-index: -9999;
    left: 380px;
    margin: 30px 0px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    top: 60px;
    overflow: hidden;
}

.clinic_storybg {
    width: 100%;
    background-image: url(../images/about_clinic/our_storyimg.jpg);
    background-size: cover;
}

.clinic_storyhdcntr {
    font-size: 35px;
    color: rgb(255, 255, 255);
    margin: 0 auto;
    font-weight: normal;
    font-family: "Libre Baskerville", serif;
    text-align: center;
    margin-top: 20px;
}

.clinic_storycntr {
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-family: "Mulish", serif;
    float: left;
    text-align: center;
    width: 100%;
    padding: 50px;
    line-height: 30px;
    font-weight: normal;
}

.clinic_storyhdcntrblk {
    font-size: 35px;
    color: rgb(0, 0, 0);
    margin: 0 auto;
    font-weight: normal;
    font-family: "Libre Baskerville", serif;
    text-align: center;
    margin-top: 20px;
}

.testhdcntr {
    font-size: 29px;
    color: rgb(0, 0, 0);
    margin: 0 auto;
    font-weight: normal;
    font-family: "Libre Baskerville", serif;
    text-align: center;
    margin-top: 45px;
    margin-bottom: -20px;
}

.clinic_servicehdcntrblk {
    font-size: 35px;
    color: rgb(0, 0, 0);
    margin: 0 auto;
    font-weight: normal;
    font-family: "Libre Baskerville", serif;
    text-align: center;
    margin-top: 20px;
}

.clinic_storyhdleftblk {
    font-size: 35px;
    color: rgb(0, 0, 0);
    margin: 0 auto;
    font-weight: normal;
    font-family: "Libre Baskerville", serif;
    text-align: left;
    margin-top: 20px;
    padding-bottom: 20px;
    line-height: 40px;
}

.clinicstory_list {
    font-size: 18px;
    color: #000;
    font-family: "Mulish", serif;
    float: left;
    text-align: justify;
    width: 100%;
    line-height: 30px;
    font-weight: normal;
    padding-bottom: 0px;
}

.clinicstory_list ul {
    font-size: 18px;
    color: #000;
    font-family: "Mulish", serif;
    float: left;
    text-align: justify;
    width: 100%;
    padding: 20px 20px 0px 20px;
    line-height: 25px;
}
.clinicstory_list ul li {
    font-family: "Mulish", serif;
}
.clinicstory_list ul li::marker {
    font-size: 25px;
    text-align: left;
    line-height: 40px;
    color: #e0ae63;
}

.clinic_storytb {
    width: 100%;
    background-image: url(../images/about_clinic/tab_bnr.jpg);
    background-size: cover;
}

.clinicbtn {
    font-size: 24px;
    font-weight: bold;
    color: #b67814;
    list-style: none;
    line-height: normal;
    background-color: none;
    padding: 0px 100px;
    margin: 0 auto;
    top: -60px;
    position: relative;
}

.clinicbtn:hover {
    color: #91631a;
    font-size: 24px;
}

.clinicbtn.active {
    background: none !important;
    color: #91631a !important;
    text-decoration: underline;
    font-size: 24px;
}

.clinic_midd {
    text-align: center;
    width: 100%;
    height: 250px;
}

.clinic_midd img {
    text-align: center;
    border: #ad7024 3px solid;
    -webkit-border-top-left-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    -moz-border-radius-topleft: 1000px;
    -moz-border-radius-topright: 1000px;
    border-top-left-radius: 1000px;
    border-top-right-radius: 1000px;
}

.borderside {
    border-right: 2px rgb(0, 0, 0) solid;
}

.bgradius {
}
.bgradius img {
    border-radius: 10px;
    width: 150px;
    border: 0;
}

.bgradius :hover {
    border: none;
}

.bgradius .active {
    border-radius: 8px 10px 0px 0px;
    margin: 0px 14px;
}

.resultshd {
    font-size: 23px;
    color: rgb(0, 0, 0);
    margin: 0 auto;
    font-weight: normal;
    font-family: "Libre Baskerville", serif;
    text-align: center;
    margin-top: 30px;
    margin-bottom: -22px;
}

/*888888888888888888888888888888888888888888888888 Media Queries 888888888888888888888888888888888888888888888888888888888888888888888*/

/* Media Queries */

/* big landscape tablets, laptop, and desktops */

@media (min-width: 1200px) {
}

/* tablets, landscape,low resolution laptop and desktop */

@media (max-width: 990px) {
}

@media only screen and (min-device-width: 1310px) and (max-device-width: 1500px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .packagebx1 {
        top: 400px;
    }
}

@media only screen and (min-device-width: 991px) and (max-device-width: 1309px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        font-size: 15px;
    }

    .banner p {
        font-size: 70px;
        color: #fff;
        font-weight: 400;
        font-family: "Poiret One", cursive;
        position: absolute;
        padding-top: 330px;
        padding-left: 330px;
        text-shadow: 4px 4px 6px #000;
        width: 100%;
        letter-spacing: 3px;
    }
}

/* portrate tablet, e-readers kindle */

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
    .fixed {
        top: -1px;
        left: 0;
        width: 100%;
        height: 110px;
        z-index: 99;
        background: #000 !important;
        -webkit-box-shadow: 0px 4px 10px 0px rgba(5, 5, 5, 0.1);
        -moz-box-shadow: 0px 4px 10px 0px rgba(5, 5, 5, 0.1);
        box-shadow: 0px 4px 10px 0px rgba(5, 5, 5, 0.1);
    }

    .header.fixed .logo {
        width: 130px;
        margin-top: -50px !important;
        margin: 0 auto;
        padding-left: 20px;
    }
    .header.fixed .navbar {
        padding: 0 !important;
    }
    .header.fixed .headtop_left {
        margin: 0 !important;
    }
    /* header .logoscroll{display:none;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;} */
    /* header.fixed .logoscroll{display:block;width:79px;height:56px;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;}header.fixed .logoicn{display:none;} */
    .navbar-nav .logo {
        width: 110px;
        margin-top: -43px;
    }
    .headtop_left p {
        color: white;
        font-size: 14px;
        margin-left: 20px;
    }
    .headtop_rit {
        display: inline;
        float: right;
        margin-top: 15px !important;
    }
    .headtop_ritbtn {
        font-size: 13px;
        padding: 5px 10px;
        margin-right: 20px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        font-size: 15px;
    }

    /* banner  */

    .banner {
        width: 100%;
        margin: 0 auto;
        padding-top: 116px;
    }

    .banner p {
        font-size: 56px;
        color: #fff;
        font-weight: normal;
        font-family: "Poiret One", cursive;
        padding-top: 212px;
        padding-left: 169px;
        text-shadow: 4px 4px 6px #000;
        width: 100%;
        letter-spacing: 3px;
    }

    /* main */

    .main {
        width: 100%;
        margin: 0 auto;
        height: auto;
    }

    .mainfix {
        width: 95%;
        margin: 0 auto;
        text-align: center;
    }

    /* heading  */

    .heading {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 30px;
        text-align: center;
    }

    .heading h2 {
        font-size: 22px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        text-align: center;
        font-weight: normal;
        margin-top: 40px;
        font-family: "Libre Baskerville", serif;
    }

    .heading img {
        margin-top: -30px;
        top: -55;
        width: 250px;
    }

    .heading p {
        color: rgb(8, 8, 8);
        font-weight: normal;
        text-align: justify;
        padding-top: 12px;
        font-size: 15px;
        font-family: "Mulish", sans-serif;
    }

    /* procedures */

    .procedures {
        width: 100%;
        margin: 0 auto;
        position: relative;
        text-align: center;
        overflow: hidden;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-radius: 40px;
    }

    .procedures img {
        margin-bottom: 30px;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .procedures:hover img {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .procedures_img {
        height: -272px;
        display: block;
        margin-bottom: 10px;
    }

    .procedures p {
        font-size: 18px;
        margin-top: -66px;
        width: 100%;
    }

    .procedures p:hover {
        font-size: 19px;
    }

    .proceduress {
        position: absolute;
        bottom: 58px;
        height: 0px;
        margin: 0px;
    }

    /* services */

    .services_top {
        text-align: center;
    }

    .imgboxwp {
        text-align: center;
        padding: 6px;
        margin: 0 auto;
        border-radius: 100%;
        border: #cc9529 3px solid;
        width: 190px;
        background-color: white;
        height: 190px;
        background-image: url(../images/cosmetic_dermatology.png);
        margin-bottom: 0px;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .imgboxwp:hover {
        display: block;
        text-align: center;
        padding: 6px;
        margin: 0 auto;
        border-radius: 100%;
        border: #cc9529 3px solid;
        width: 190px;
        background-color: white;
        height: 190px;
        background-image: url(../images/cosmetic_dermatology.png);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .imgboxwp1 {
        text-align: center;
        padding: 6px;
        margin: 0 auto;
        border-radius: 100%;
        border: #cc9529 3px solid;
        width: 190px;
        background-color: white;
        height: 190px;
        background-image: url(../images/medical_dermatology.png);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .imgboxwp1:hover {
        display: block;
        text-align: center;
        padding: 6px;
        margin: 0 auto;
        border-radius: 100%;
        border: #cc9529 3px solid;
        width: 190px;
        background-color: white;
        height: 190px;
        background-image: url(../images/medical_dermatology.png);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .services_top h4 {
        font-weight: normal;
        text-align: center;
        font-size: 22px;
        color: #c9952f;
        padding: 8px;
    }

    .services_top h4:hover {
        font-weight: normal;
        text-align: center;
        font-size: 22px;
        color: #a87000;
        padding: 8px;
    }

    .services_top p {
        color: rgb(8, 8, 8);
        font-weight: normal;
        text-align: center;
        font-size: 15px;
    }

    .services_top a {
        padding: 5px 10px;
        font-size: 14px;
        margin: 0px;
        margin-top: 8px;
    }

    .services_top a:hover {
        font-weight: bold;
        cursor: pointer;
        background-image: linear-gradient(
            90deg,
            #c9952f 0%,
            #c9952f 0%,
            #e4c56a 24%,
            #dfba5d 64%,
            #ac7b1e 97%
        );
        margin-top: 8px;
    }

    .services_midd {
        text-align: center;
        width: 100%;
    }

    .services_midd img {
        text-align: center;
        border: #ad7024 3px solid;
        -webkit-border-top-left-radius: 1000px;
        -webkit-border-top-right-radius: 1000px;
        -moz-border-radius-topleft: 1000px;
        -moz-border-radius-topright: 1000px;
        border-top-left-radius: 1000px;
        border-top-right-radius: 1000px;
    }

    .services_bottom {
        text-align: center;
    }

    .services_bottom img {
        text-align: center;
        border-radius: 100%;
        border: #cc9529 1px solid;
        margin: 20px 10px 0px 10px;
        width: 60px;
        height: 60px;
        bottom: 0;
    }

    .services_bottom img:hover {
        background-image: linear-gradient(
            90deg,
            #c98935 0%,
            #c98935 0%,
            #e5b970 24%,
            #e0ae63 64%,
            #ad7024 97%
        );
        width: 60px;
        height: 60px;
        border: #cc9529 2px solid;
    }

    .services_bottom p {
        color: rgb(0, 0, 0);
        font-weight: 400;
        text-align: center;
        font-size: 12px;
        width: 100%;
    }

    .services_bottom p:hover {
        color: rgb(0, 0, 0);
        font-weight: 400;
        text-align: center;
        font-size: 10px;
        width: 100%;
    }

    /* intro */

    .intro {
        width: 100%;
        margin: 0 auto;
        padding: 40px 0px 10px 0px;
    }

    .intro h2 {
        font-size: 30px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        text-align: left;
        font-weight: normal;
        margin-top: 0px;
        font-family: "Libre Baskerville", serif;
        margin-left: 10px;
    }

    .intro h4 {
        font-size: 2.1rem;
    }

    .intro_border {
        position: relative;
        width: 500px;
    }

    .intro_border {
        cantent: "";
        position: absolute;
        border: #cc9529 2px solid;
        -webkit-border-top-right-radius: 500px;
        -webkit-border-bottom-right-radius: 500px;
        -moz-border-radius-topright: 500px;
        -moz-border-radius-bottomright: 500px;
        border-top-right-radius: 500px;
        border-bottom-right-radius: 500px;
        width: 380px;
        height: 300px;
    }

    .intro img {
        margin-left: 30px;
        margin-top: -11px;
        position: absolute;
        width: 400px;
        height: 351px;
        padding-top: 40px;
    }

    .intro p {
        color: rgb(8, 8, 8);
        font-weight: normal;
        text-align: justify;
        padding-top: 10px;
        font-size: 16px;
        font-family: "Mulish", sans-serif;
        padding-bottom: 0px;
        margin-left: 10px;
    }

    .intro button {
        background-color: #ffffff;
        border-radius: 8px;
        color: rgb(31, 30, 30);
        padding: 5px 10px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 15px;
        margin: 10px;
        cursor: pointer;
        border: #cc9529 2px solid;
    }

    .intro button:hover {
        font-weight: bold;
        background-image: linear-gradient(
            90deg,
            #c9952f 0%,
            #c9952f 0%,
            #e4c56a 24%,
            #dfba5d 64%,
            #ac7b1e 97%
        );
    }

    .email_form h3 {
        font-size: 26px;
    }

    /* package */

    .packeg {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .packeg_bx {
        text-align: center;
        -webkit-border-radius: 20px;
        -webkit-border-top-left-radius: 20px;
        -moz-border-radius: 20px;
        -moz-border-radius-topleft: 20px;
        border-radius: 20px;
        border-top-left-radius: 20px;
        overflow: hidden;
        position: relative;
    }

    .packeg_bx h4 {
        text-align: center;
        -webkit-border-radius: 20px;
        -webkit-border-top-left-radius: 20px;
        -moz-border-radius: 20px;
        -moz-border-radius-topleft: 20px;
        border-radius: 20px;
        border-top-left-radius: 20px;
        overflow: hidden;
    }

    .packeg_bx:hover {
        text-align: center;
        width: 100%;
        -webkit-border-radius: 20px;
        -webkit-border-bottom-right-radius: 150px;
        -moz-border-radius: 20px;
        -moz-border-radius-bottomright: 150px;
        border-radius: 20px;
        border-bottom-right-radius: 150px;
    }

    .fill_btn {
        background-color: #ffffff;
        border-radius: 8px;
        color: rgb(31, 30, 30);
        padding: 5px 10px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 15px;
        margin: 15px 20px;
        cursor: pointer;
        border: #cc9529 2px solid;
        cursor: pointer;
        width: 50%;
    }

    .fill_btn:hover {
        font-weight: bold;
        cursor: pointer;
        background-image: linear-gradient(
            90deg,
            #c9952f 0%,
            #c9952f 0%,
            #e4c56a 24%,
            #dfba5d 64%,
            #ac7b1e 97%
        );
        margin: 15px 20px;
        width: 50%;
    }

    .inputfldpkg1 {
        width: 87% !important;
        height: 55px;
    }

    .img_cont {
        position: absolute;
        top: 77%;
        bottom: 0;
        text-align: center;
        color: rgb(0, 0, 0);
        width: 87%;
        z-index: 99;
        -webkit-transition: all 2s;
        padding-top: -8px;
        -webkit-border-radius: 20px;
        -webkit-border-bottom-right-radius: 150px;
        -moz-border-radius: 20px;
        -moz-border-radius-bottomright: 150px;
        border-radius: 20px;
        border-bottom-right-radius: 150px;
        margin: 15px;
        padding-right: 10px;
        /* background-color: rgba(255, 255, 255, 0.478); */
    }

    .img_head {
        font-size: 21px;
        font-weight: normal;
        line-height: 1;
        font-family: "Libre Baskerville", serif;
        padding: 46px 10px;
        text-align: center;
        margin: -19px auto;
        margin-left: 17px;
    }

    p {
        font-size: 14px;
        margin: 22px 0;
        font-family: "Mulish", sans-serif;
    }

    .packeg_bx:hover .img_cont {
        top: 0;
        z-index: 2;

        background-image: linear-gradient(
            rgb(179, 179, 179),
            rgb(255, 255, 255)
        );
        opacity: 0.8;
    }
    .packeg_bx:hover .img_head {
        padding: 60px 10px;
    }

    .contact_form p,
    .faq_head p,
    p {
        margin-bottom: 0;
    }
    p {
        margin-top: 10px;
        margin-bottom: 1rem;
    }
    * {
        font-family: "Mulish", sans-serif;
        margin: 0;
        padding: 0;
    }
    *,
    ::after,
    ::before {
        box-sizing: border-box;
    }
    user agent stylesheet p {
        display: block;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        font-family: "Mulish", sans-serif;
    }

    .form-inline button {
        padding: 10px 30px;
        background-color: rgb(0, 0, 0);
        color: rgb(214, 235, 255);
        cursor: pointer;
        font-size: 15px;
        border-radius: 7px;
        border: 1px solid rgb(0, 0, 0);
        margin-top: 40px;
        margin-bottom: 50px;
    }

    .form-inline button:hover {
        background-color: rgb(0, 0, 0);
    }

    .heading h2 {
        font-size: 25px;
        color: rgb(0, 0, 0);
        margin: 19px auto;
        text-align: center;
        font-weight: normal;
        margin-top: 18px;
        font-family: "Libre Baskerville", serif;
    }

    .cosmetic_bx {
        text-align: center;
        overflow: hidden;
        position: relative;
        margin: 10px;
    }

    .cosmetic_bx h4 {
        text-align: center;
        overflow: hidden;
        font-size: 10px;
    }

    .cosmetic_bx:hover {
        text-align: center;
        margin: 10px;
    }

    .img_cosmeticcont {
        position: relative;
        top: 77%;
        bottom: 0;
        text-align: center;
        color: rgb(0, 0, 0);
        width: 94%;
        z-index: 99;
        -webkit-transition: all 2s;
        padding-top: -8px;
        margin: 10px;
        padding: 10px;
        margin-top: -63px;
    }

    .img_cosmetichead {
        font-size: 20px;
        font-weight: 400;
        line-height: 1;
        font-family: "Libre Baskerville", serif;
        padding: 10px 10px;
    }

    .cosmetictxt {
    }

    .cosmetictxt ul {
        padding: 0;
        margin: 0;
    }

    .cosmetictxt li {
        font-size: 17px;
        margin: 8px 10px;
        font-family: "Mulish", sans-serif;
        border-bottom: rgb(31, 30, 30) 1px solid;
        width: 42%;
        text-decoration: none;
        list-style: none;
        border-bottom: rgb(31, 30, 30) 1px solid;
        float: left;
        font-weight: 400px;
    }

    .cosmetictxt1 ul li {
        width: 45%;
        margin: 10px 5px;
        text-align: center;
    }

    .cosmetic_bx:hover .img_cosmeticcont {
        top: 0;
        z-index: 2;
        background-image: linear-gradient(
            rgb(211, 211, 211),
            rgb(255, 255, 255)
        );
        opacity: 0.7;
    }

    .cosmetic_bx:hover .img_cosmetichead {
        padding: 10px 10px;
    }

    .cosmetic_form p,
    .faq_cosmetichead p,
    p {
        margin-bottom: 0;
    }

    /* map */

    .maping {
        width: 100%;
        height: auto;
        padding: 30px;
        overflow-x: hidden;
    }

    .maping p {
        color: rgb(255, 255, 255);
        font-weight: 400;
        text-align: center;
        position: absolute;
        font-size: 25px;
        font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
            "Lucida Sans", Arial, sans-serif;
        top: 5px;
        left: 30px;
        right: 30px;
        bottom: 30px;
        background-color: rgba(0, 0, 0, 0.5);
        padding-top: 200px;
    }

    .hoverpic:hover p {
        display: none;
    }
    .maping img {
        width: 400px;
        margin-bottom: 0px;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .maping img:hover {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .bgradius img {
        border-radius: 10px;
        width: 100px;
        border: 0;
    }

    /* testimonial */

    .testimonial_box1 {
        position: relative;
        width: 90%;
        margin: 0 40px;
    }

    .testimonialbx1 {
        border-radius: 2px;
        background-color: #ffffff;
        margin: 0px 35px 35px 35px;
        padding: 28px 40px;
        box-shadow: -6px 8px 10px #ddd;
        -moz-box-shadow: 8px 8px 4px rgb(153, 153, 153);
        -webkit-box-shadow: 8px 8px 4px rgb(153, 153, 153);
        box-shadow: 8px 8px 4px rgb(153, 153, 153);
        margin-bottom: 0;
    }

    .testimonialbx1 i {
        font-size: 16px;
        vertical-align: super;
    }

    .testimonialbx1 h5 {
        color: rgba(14, 14, 14, 0.8);
        font-size: 23px;
        font-weight: 400;
        margin-bottom: 0;
        width: 100%;
        top: 0;
        padding-top: 19px;
    }
    .testimonialbx1 h5 > span {
        background-color: #cc9529;
        padding: 4px 15px;
        color: #ffffff;
        font-size: 13px;
        float: right;
        margin-bottom: 20px;
    }
    .testimonialbx1 p {
        color: rgba(22, 22, 22, 0.8);
        font-size: 18px;
        margin-top: 0;
        text-align: left;
        margin-bottom: 0;
        padding: 10px 0px;
    }

    .testimonialbx1:after {
        content: "";
        position: absolute;
        width: 500px;
        height: 280px;
        background-image: linear-gradient(
            90deg,
            #b38327 0%,
            #b38327 0%,
            #ceb362 24%,
            #c9a855 64%,
            #966a16 97%
        );
        top: -10px;
        left: 23px;
        z-index: -1;
        border-radius: 0px;
        padding-left: 15px;
        margin-bottom: 15px;
    }

    .testimonial_next {
        right: -10%;
    }

    .testimonial_prev {
        left: -10%;
    }
    .testimonialbx1 .staricon {
        padding-bottom: 3px;
        text-align: center;
        margin-left: 150px;
    }

    .testimonial_box {
        width: 90%;
        position: relative;
        margin: 0 40px;
    }

    .testimonial_main {
        padding: 20px 100px;
        overflow: hidden;
    }

    .contacts {
        font-size: 18px;
    }

    .contacts img {
        width: 20px;
        height: 20px;
    }

    .map_icon {
        top: -60px;
        height: 100px;
        width: 120px;
        border-radius: 20px;
        background-color: black;
        position: absolute;
        left: 33.3%;
        text-align: center;
        opacity: 0.7;
    }

    .map_icon p {
        color: rgb(214, 146, 0);
        font-size: 12px;
        font-family: "Libre Baskerville", serif;
        font-weight: bold;
        padding-top: 30px;
    }

    .map_icon img {
        text-align: center;
        margin: 0 auto;
        height: 50px;
        width: 57px;
        margin-top: 10px;
    }

    /* footer */

    .footer {
        width: 100%;
        background-color: #000000;
        height: auto;
        padding: 0 5%;
        margin: 0 auto;
        background-repeat: repeat;
        margin-bottom: 60px;
    }

    .footer_lt {
        margin-top: 40px;
        line-height: 20px;
    }

    .footer_lt h4 {
        font-weight: 800;
        color: rgb(190, 146, 0);
        font-size: 12px;
        padding-top: 2px;
        padding-bottom: 15px;
        text-align: left;
        margin: 0 auto;
        font-size: 11px;
        font-weight: bold;
    }

    .footer_lt ul {
        list-style: none;
        text-align: left;
        margin: 0 auto;
        font-size: 11px;
    }

    .footer_lt ul li {
        list-style: none;
        text-align: left;
        margin: 0 auto;
    }

    .footer_lt ul li:hover {
        list-style: none;
        text-align: left;
        margin: 0 auto;
        color: #866f09;
        cursor: pointer;
    }

    .footer_midd {
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0px 20px;
        text-align: center;
    }

    .footer_midd h4 {
        color: #ffffff;
        text-align: center;
        margin: 0 auto;
        font-size: 13px;
        padding-top: 5px;
    }

    .footer_midd p {
        color: #ffffff;
        text-align: center;
        margin: 0 auto;
        font-size: 12px;
        padding-top: 3px;
    }

    .footer_midd img {
        text-align: center;
        margin: 0 auto;
        margin: 0px 52px 3px 1px;
    }

    .footer_rt1 {
        margin: 0 auto;
        text-align: center;
    }

    .footer_rtbtn1 {
        margin-bottom: 20px;
        margin: 0 auto;
        margin-top: 40px;
    }

    .email_txt1 {
        font-size: 11px;
        color: white;
        text-align: center;
        margin: 0 auto;
        padding-top: 20px;
        font-weight: bold;
    }

    .email_icon1 {
        margin: 0 auto;
        margin-top: 40px;
        text-align: center;
    }

    .email_icon1 img {
        margin-right: 2px;
        text-align: left;
        margin-left: 2px;
        margin-top: -27px;
    }

    .btmft_bg {
        width: 90%;
        float: left;
        background-color: #000000;
        background-repeat: repeat;
        border-top: rgb(82, 81, 81) 2px solid;
        margin-top: 30px;
        margin: 0 auto;
    }

    .btmft_bg p {
        color: rgb(138, 138, 138);
        font-size: 10px;
        text-align: center;
        padding-top: 1px;
        padding-bottom: 20px;
    }

    .footerbtn {
        display: none;
    }

    /* Gallery */

    .nextprev {
        margin: 0 auto;
        padding: 30px;
        text-align: center;
    }

    .nextprev li a {
        border-radius: 50%;
        color: #000;
        width: 30px;
        height: 30px;
    }

    .gallerybg {
        height: 210px;
        background-size: 150%;
        background-position: 50% -0;
    }

    .gallerytp {
        padding-top: 116px;
    }

    .sideline {
        border-right: #212529 2px solid;
    }

    /* pkgbanner */

    .pkgbanner {
        width: 100%;
        margin: 0 auto;
        padding-top: 110px;
        position: relative;
    }

    .packagebx {
        height: auto;

        position: relative;
        width: 100%;
        top: 10px;
        margin-left: 0px;
    }

    .packagebnrhd {
        font-size: 30px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        font-weight: 400;
        font-family: Poiret One;
        text-align: center;
        width: 100%;
    }

    .packagebnrtxt {
        font-size: 14px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        font-weight: normal;
        width: 100%;
        margin-left: 0px;
    }

    .pkgheading {
        font-size: 20px;
        color: #000;
        font-family: "Libre Baskerville", serif;
        border-bottom: #a87000 2px solid;
        text-align: left;
        margin: 15px 5px;
        width: 100%;
    }

    .pkgheadimg {
        margin: 5px;
        width: 100%;
        background-image: cover;
        text-align: center;
        margin: 0 auto;
    }

    .pkgheadtxt {
        font-size: 16px;
        color: #000;
        font-family: "Mulish", sans-serif;
        text-align: justify;
        width: 100%;
        padding: 10px;
        line-height: 20px;
        margin-bottom: 30px;
    }

    /* emailpkg */

    .emailpgpkg {
        width: 100%;
        background: url(../images/email_bg.jpg) center center no-repeat;
        background-size: 100% 100% cover;
    }

    .emailpkg_form {
        width: 100%;
        margin: 0 auto;
        color: black;
    }

    .emailpkg_form h3 {
        color: rgb(0, 0, 0);
        font-weight: normal;
        text-align: center;
        padding: 15px 5px 0px 5px;
        font-size: 25px;
        text-shadow: rgb(61, 61, 61) 3px;
        font-family: "Libre Baskerville", serif;
        width: 100%;
    }

    * {
        box-sizing: border-box;
    }

    .formpkg-inline {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: center;
    }

    .formpkg-inline label {
        margin: 5px 5px 5px 0;
    }

    .formpkg-inline input {
        width: 87%;
        padding: 18px 18px 2px 20px;
        margin: 10px 0;
        box-sizing: border-box;
        border: none;
        border-bottom: 2px solid rgb(0, 0, 0);
        background: none;
        color: black;
        font-size: 18px;
        font-weight: normal;
    }

    /* .form-inline input::placeholder { color: black;} */

    inputpkg:focus {
        border-color: 0;
        border-right: 0;
        border-left: 0;
        border-top: 0;
        outline: 0;
        width: 100%;
    }

    .inputfldpkg::placeholder {
        color: black;
    }
    .inputfldpkg {
        width: 100%;
        padding: 18px 18px 2px 20px;
        margin: 10px 0;
        box-sizing: border-box;
        border: none;
        border-bottom: 2px solid rgb(0, 0, 0);
        background: none;
        color: black;
        font-size: 18px;
        font-weight: 560;
    }
    .inputfldpkg1 {
        width: "87%;!important";
        height: 55px;
    }

    .formpkg-inline button {
        padding: 10px 20px;
        background-color: rgb(0, 0, 0);
        color: rgb(214, 235, 255);
        cursor: pointer;
        font-size: 18px;
        border-radius: 7px;
        border: 1px solid rgb(0, 0, 0);
        margin-top: 40px;
        margin-bottom: 50px;
        text-align: center center;
        margin: 20px 120px;
    }

    .formpkg-inline button:hover {
        background-color: rgb(0, 0, 0);
    }

    /* about page */

    .about {
        width: 100%;
        margin: 100px 0 0 0;
        padding-top: 25px;
        text-align: center;
        background-size: 150%;
        background-position: 50% -0;
    }

    .aboutgoldhd {
        font-size: 40px;
        color: rgb(221, 140, 19);

        font-weight: normal;
        font-family: "Libre Baskerville", serif;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 20px;
        width: 100%;
    }

    .aboutblkhd {
        font-size: 30px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        font-weight: normal;
        font-family: "Libre Baskerville", serif;
        text-align: center;
        width: 100%;
        line-height: 14px;
    }

    .aboutsmlblkhd {
        font-size: 23px;
        color: rgb(0, 0, 0);
        margin: 10px auto;
        font-weight: 400;
        text-align: center;
        width: 100%;
        padding-bottom: 20px;
    }

    .abouttxt {
        width: 100%;
        font-family: "Mulish", sans-serif;
        position: relative;
        font-size: 16px;
        margin: 0 auto;
        padding-bottom: 40px;
        text-align: justify;
        padding: 2%;
    }

    /* About Intro */

    .about_intro {
        width: 100%;
        margin: 0 auto;
    }

    .about_intro img {
        width: 100%;
        padding: 10px;
    }

    .about_introhd {
        font-size: 18px;
        text-align: center;
        color: #000;
        padding-bottom: 0px;
        width: 100%;
        font-weight: 400;
    }

    .about_introtxt {
        font-size: 16px;
        text-align: justify;
        color: #000;
        line-height: 18px;
        width: 100%;
        padding: 1% 5%;
    }

    /* About  Section */

    .about_section {
        width: 100%;
        background-color: #fafafa;
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .tabtxt {
        background-color: #fff;
        border: rgb(221, 140, 19) 1px solid;
    }

    .education_tab {
        margin-bottom: -1px;
    }
    .education_tab .nav-link {
        border: rgb(221, 140, 19) solid 1px !important;
        border-bottom: none !important;
    }
    .tabtxthd {
        font-size: 28px;
        text-align: center;
        color: #000;
        padding-bottom: 20px;
        font-weight: 500;
        padding-top: 20px;
    }

    .tabtxt ul {
        list-style: none;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .tabtxt ul li {
        font-size: 16px;
        text-align: left;
        color: #000;
        padding-bottom: 15px;
        font-weight: 500;
        border-bottom: rgb(192, 192, 192) 1px solid;
        line-height: 19px;
        width: 100%;
        float: left;
        margin: 0px;
        padding: 0px;
    }

    .tabtxtlft {
        float: left;
        font-size: 14px;
        width: 80px;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .tabtxtrit {
        float: right;
        font-size: 14px;
        margin-bottom: 20px;
        width: 85%;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        line-height: 18px;
    }

    .experiance.nav-link {
        color: #000000;
        font-size: 20px;
    }

    .experiance.nav-link:hover {
        color: #000000;
    }

    /* Certificates */

    .certificatesbg {
        border-radius: 2px;
        background-color: #efefef;
        margin: 35px;
        padding: 17px;
        box-shadow: -6px 8px 10px #ddd;
        -moz-box-shadow: 8px 8px 4px rgb(199, 199, 199);
        -webkit-box-shadow: 8px 8px 4px rgb(199, 199, 199);
        box-shadow: 8px 8px 4px rgb(199, 199, 199);
    }

    .certificatesbg img {
        width: 100%;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .certificatesbg:hover img {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    /* Special Interest */

    .special_interest {
        width: 100%;
    }

    .overeffect img {
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .overeffect img:hover {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        -ms-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .special_interesthd {
        font-size: 15px;
        color: rgb(8, 8, 8);
        text-align: center;
        font-weight: 500;
        padding-top: 15px;
    }

    .apponment {
        padding: 0 15px;
    }

    .appoint img {
        text-align: center;
        width: 500px;
        height: 500px;
        margin: 0 auto;
    }

    .appointhd {
        font-size: 25px;
        text-transform: uppercase;
        color: #000000;
        width: 100%;
        padding: 10px;
        font-family: Cinzel;
    }

    .appointmenttxt1 {
        font-size: 16px;
        color: #0c0c0c;
        width: 100%;
        padding: 0%;
        text-align: center;
    }

    .appointmenttxt {
        font-size: 16px;
        color: #0c0c0c;
        width: 100%;
        padding: 5%;
        text-align: justify;
    }

    .appointmenttxt ul {
        font-size: 16px;
        position: relative;
    }

    .appointmenttxt li {
        font-size: 16px;
        position: relative;
        color: #0c0c0c;
        width: 100%;
        padding: 8px;
        list-style: none;
        text-align: justify;
        top: -25px;
    }

    ul.appointmenttxt li::before {
        content: "\f058";
        font: normal normal normal 20px/1 FontAwesome;
        color: #df8c11;
        margin-left: -26px;
        position: absolute;
        top: 12px;
    }

    .appointmenttxtbtn {
        font-size: 15px;
        padding: 7px 10px;
        color: #000;
        margin-top: 10px;
    }

    .appointmenttxtbtn a {
        color: #000;
    }

    .page-link {
        padding: 0.275rem 0.75rem;
        position: relative;
        display: block;
        color: #000000;
        text-decoration: none;
        background-color: #fff;
        border: 2px solid #000000;
        margin-top: 30px;
        margin: 15px;
        text-align: center;
    }

    .contacts {
        font-size: 22px;
        text-align: center;
        line-height: 25px;
        margin: 20px 0px;
    }

    .contacts img {
        margin: 10px;
    }

    .contactstp {
        margin-top: 20px;
    }

    /* services page */

    .services {
        padding-top: 0px;
    }

    .packagebnrhd1 {
        font-size: 40px;
    }

    .servicespg {
        width: 100%;
        background-image: url(../images/service_types.jpg);
        background-size: cover;
    }

    .servicespgbx {
        width: 100%;
        background-color: #fff;
        padding: 0px 10px 10px 10px;
        height: auto;
        float: left;
        opacity: 0.8;
        margin-bottom: 10px;
    }

    .servicespgbxhd {
        font-size: 22px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        font-weight: normal;
        font-family: "Libre Baskerville", serif;
        text-align: center;
        padding: 10px;
    }

    .servicespgbxtxt {
        font-size: 16px;
        width: 100%;
        padding: 10px;
        line-height: 20px;
    }

    .services_listhdintro {
        font-size: 24px;
        font-family: "Libre Baskerville", serif;
        text-align: center;
    }

    .services_listhdintrotxt {
        font-size: 16px;
        color: #000;
        font-family: "Mulish", serif;
        float: left;
        text-align: justify;
        width: 100%;
        padding: 20px 10px 20px 10px;
        line-height: 24px;
        font-weight: normal;
    }

    .services_listhd {
        font-size: 22px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        font-weight: normal;
        font-family: "Libre Baskerville", serif;
        text-align: center;
        margin: 20px 0px 60px 0px;
    }

    .services_list {
        font-size: 16px;
        color: #000;
        font-family: "Mulish", serif;
        float: left;
        text-align: justify;
        width: 100%;
        line-height: 30px;
        font-weight: normal;
        padding-bottom: 0px;
        margin-top: -45px;
    }

    .services_listhdsml {
        font-size: 20px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        font-weight: normal;
        font-family: "Libre Baskerville", serif;
        text-align: center;
    }

    .services_listhdcntr {
        font-size: 22px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        font-weight: normal;
        font-family: "Libre Baskerville", serif;
        text-align: center;
        margin-top: 20px;
    }

    .services_listcntr {
        font-size: 16px;
        color: #000;
        font-family: "Mulish", serif;
        float: left;
        text-align: center;
        width: 100%;
        padding: 20px;
        line-height: 30px;
        font-weight: normal;
    }

    .services_list ul {
        font-size: 16px;
        width: 100%;
    }

    .services_list ul li {
        font-family: "Mulish", serif;
    }

    .services_list ul li::marker {
        font-size: 22px;
        text-align: left;
        line-height: 30px;
        color: #e0ae63;
    }

    /* Awards */

    .awardstxt {
        font-size: 14px;
        color: #000;
        font-family: "Mulish", serif;
        float: left;
        line-height: 30px;
        font-weight: normal;
        margin: 10px 0px;
    }

    .awardscercil {
        border-radius: 100px;
        width: 80px;
        height: 80px;
        background-color: #ffffff;
        border: #bb8901 5px solid;
        color: #fff;
        line-height: 100px;
        text-align: center;
        margin: 0 auto;
        margin: 20px;
    }

    .awardscercil p {
        color: #000;

        top: 0px;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 0px;
    }

    .awardimgrit::after {
        content: "";
        /* background-image: url(../images/about_clinic/lftbg.png); */
        position: absolute;
        width: 170px;
        height: 216px;
        margin-top: -80px;
        margin-left: -66px;
    }

    .awardimgrit1::after {
        content: "";
        /* background-image: url(../images/about_clinic/ritbg.png); */
        position: absolute;
        width: 170px;
        height: 216px;
        margin-top: -267px;
        margin-left: 116px;
    }

    .awardspace {
        margin-bottom: 130px;
    }

    .clinic_storycntr {
        font-size: 16px;
        width: 100%;
        padding: 5px;
        line-height: 20px;
        margin-bottom: 16px;
        font-family: "Mulish", serif;
    }

    .packagebnrhd2 {
        font-size: 30px;
        position: absolute;
        top: -167px;
        line-height: 35px;
        right: 97px;
    }

    .heading2 {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 10px;
        text-align: center;
    }

    .heading2 img {
        top: -130px;
        right: 60px;
        position: absolute;
    }

    .clinicbtn {
        font-size: 19px;
        padding: 16px 10px;
        margin: 15 auto;
        top: -50px;
        position: relative;
    }
    .clinicbtn.active {
        background: none !important;
        color: #91631a !important;
        text-decoration: underline;
        font-size: 22px;
    }

    .mission_listcntrhd {
        font-size: 25px;
        text-align: center;
        border-bottom: #ac7b1e;
        margin-top: 9px;
        position: absolute;
        padding-left: 13%;
    }

    .mission_listcntr {
        font-size: 16px;
        text-align: center;
        width: 100%;
        font-weight: normal;
        margin-top: 20px;
    }

    .clinic_storyhdcntrblk {
        font-size: 25px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        font-weight: normal;
        font-family: "Libre Baskerville", serif;
        text-align: center;
        margin-top: 20px;
    }

    .clinic_storyhdleftblk {
        font-size: 25px;
        margin-top: 30px;
        padding-bottom: 10px;
        line-height: 30px;
        padding-left: 5px;
    }

    .clinicstory_list {
        font-size: 16px;
        width: 100%;
        line-height: 22px;
        padding-bottom: 2px;
    }

    .clinicstory_list ul {
        font-size: 15px;
        text-align: justify;
        width: 100%;
        padding: 10px;
        line-height: 18px;
        margin-top: 0px;
        padding-left: 34px;
    }
    .clinicstory_list ul li {
        font-family: "Mulish", serif;
    }
    .clinicstory_list ul li::marker {
        font-size: 20px;
        text-align: left;
        line-height: 40px;
        color: #e0ae63;
    }

    .ser_offered {
        width: 100%;
        height: auto;
        position: relative;
        background-color: #966a16;
    }

    .ser_offered1 {
        height: auto;
        position: absolute;
        z-index: -99;
        margin: 10px 0px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        overflow: hidden;
        height: 280px;
        width: 200px;
    }

    .ser_offered2 {
        position: absolute;
        z-index: -999;
        left: 120px;
        margin: 10px 0px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        overflow: hidden;
        top: 30px;
        height: 230px;
        width: 180px;
    }

    .ser_offered3 {
        height: auto;
        position: absolute;
        z-index: -9999;
        left: 240px;
        margin: 10px 0px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        top: 70px;
        overflow: hidden;
        height: 220px;
        width: 120px;
    }

    .clinic_storyhdcntrblk {
        font-size: 25px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        font-weight: normal;
        font-family: "Libre Baskerville", serif;
        text-align: center;
        margin-top: 39px;
    }

    .clinic_servicehdcntrblk {
        margin-top: 0px;
        font-size: 25px;
        padding-top: 20px;
        margin: -9px auto;
    }

    .borderside {
        border-right: 2px rgb(0, 0, 0) solid;
        border-right: 0;
    }

    .services_listcntrhd {
        font-size: 25px;
        padding-top: 70px;
    }

    .gap_top {
        margin: 0px;
    }

    .faqbtnhd {
        font-size: 14px;
        padding: 15px;
        font-weight: 400;
        margin-top: 10px;
        line-height: 18px;
    }

    .faqbtntxt {
        font-size: 16px;
        padding: 10px 0px;
        text-align: justify;
    }

    .heading {
        margin-bottom: 0;
    }

    .heading h2 {
        font-size: 25px;
        color: rgb(0, 0, 0);
        margin: 19px auto 2px auto;
        margin-top:45px;
        font-family: "Libre Baskerville", serif;
    }

    .clinic_midd {
        margin-bottom: 100px;
        margin-left: 6px;
        top: 20px;
    }

    .appointtp {
        padding-top: 50px;
    }

    .nextprev li a {
        width: 36px;
        height: 35px;
    }

    .page-link {
        padding: 0.275rem 0.75rem;
        margin: 5px;
    }

    .clinic_midd {
        text-align: center;
        width: 100%;
        height: auto;
        margin-top: 20px;
    }

    .clinicstory_list ul li {
        font-family: "Mulish", serif;
    }
    .clinicstory_list ul li::marker {
        font-size: 20px;
        text-align: left;
        line-height: 40px;
        color: #e0ae63;
    }

    /* mission */

    .mission_listhdintrotxt {
        padding-top: 60px;
        font-size: 16px;
    }

    .gap_top3 {
        margin-top: 0;
    }

    .centerbox {
        position: relative;
        width: 85%;
        margin: 0 auto;
        text-align: center;
    }

    .centerboxin {
        border-radius: 2px;
        background-color: #ffffff;
        margin: 55px 35px 35px 35px;
        padding: 28px 40px;
    }

    .centerboxin:after {
        content: "";
        position: absolute;
        width: 80%;
        height: 250px;
    }

    .centerboxhd {
        font-size: 50px;
    }

    .centerboxhd1 {
        font-size: 90px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        font-weight: bold;
    }

    .centerboxtxt {
        font-size: 25px;
    }

    .center_btn {
        background-image: linear-gradient(
            90deg,
            #c98935 0%,
            #c98935 0%,
            #e5b970 24%,
            #e0ae63 64%,
            #ad7024 97%
        );
        color: rgb(0, 0, 0);
        font-weight: bold;
        text-align: center;
    }
}

@media all and (min-device-width: 1366px) and (max-device-width: 1500px) {
    .fixed {
        top: -1px;
        left: 0;
        width: 100%;
        height: 110px;
        z-index: 99;
        background: #000 !important;
        -webkit-box-shadow: 0px 4px 10px 0px rgba(5, 5, 5, 0.1);
        -moz-box-shadow: 0px 4px 10px 0px rgba(5, 5, 5, 0.1);
        box-shadow: 0px 4px 10px 0px rgba(5, 5, 5, 0.1);
    }

    .header.fixed .logo {
        width: 130px;
        margin-top: -50px !important;
        margin: 0 auto;
        padding-left: 20px;
    }
    .header.fixed .navbar {
        padding: 0 !important;
    }
    .header.fixed .headtop_left {
        margin: 0 !important;
    }
    /* header .logoscroll{display:none;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;} */
    /* header.fixed .logoscroll{display:block;width:79px;height:56px;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;}header.fixed .logoicn{display:none;} */
    .navbar-nav .logo {
        width: 146px;
        margin-top: -64px;
    }
    .headtop_left p {
        color: white;
        font-size: 16px;
        margin-left: 0px;
    }
    .headtop_rit {
        display: inline;
        float: right;
        margin-top: 15px !important;
    }
    .headtop_ritbtn {
        font-size: 15px;
        padding: 5px 10px;
        margin-right: 0px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        font-size: 15px;
    }
    .header {
        top: 0px;
    }
    /* banner  */

    .banner p {
        position: absolute;
        padding-top: 293px !important;
        padding-left: 253px !important;
        font-size: 71px;
    }

    .services_top h4 {
        font-size: 24px;
    }
    .services_top p {
        font-size: 17px;
    }
    .services_top a {
        font-size: 17px;
    }
    .services_bottom img {
        width: 80px;
        height: 80px;
    }
    .services_bottom p {
        font-size: 14px;
    }
    .imgboxwp {
        margin-top: 15px;
    }
    .imgboxwp1 {
        margin-top: 15px;
    }

    .img_head {
        margin: 24px auto;
    }

    .testimonialbxin {
        width: 90%;
    }
    .testimonialbxin:after {
        content: "";
        width: 90%;
        height: 290px;
        background-image: linear-gradient(
            90deg,
            #b38327 0%,
            #b38327 0%,
            #ceb362 24%,
            #c9a855 64%,
            #966a16 97%
        );
        top: -10px;
        left: 25px;
        z-index: -1;
        border-radius: 0px;
        padding-left: 5px;
        margin-bottom: 15px;
    }

    .heading p {
        font-size: 16px;
    }

    .intro button {
        margin-top: 20px;
    }
    .intro h2 {
        margin-left: -54px;
        font-size: 45px;
    }
    .intro h4 {
        margin-left: -54px;
        font-size: 25px;
    }
    .intro p {
        margin-left: -54px;
        font-size: 18px;
        line-height: 28px;
    }
    .intro img {
        margin-left: 50px;
        margin-top: 8px;
    }

    .aboutgoldhd {
        margin-top: 20px;
    }
    .about_introtxt {
        line-height: 22px;
    }
    .clinicbtn {
        margin: -12px auto;
    }

    .heading h2 {
        margin-top: 60px;
    }
    .awardstxt {
        font-size: 17px;
        color: #000;
        font-family: "Mulish", serif;
        float: left;
        line-height: 50px;
        font-weight: normal;
        margin: 30px 0px;
    }

    .awardscercil {
        border-radius: 100px;
        width: 100px;
        height: 100px;
        background-color: #ffffff;
        border: #bb8901 5px solid;
        color: #fff;
        line-height: 100px;
        text-align: center;
        margin: 0 auto;
        margin: 20px;
    }

    .awardscercil p {
        color: #000;
        margin: 0 auto;
        top: -40px;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: -20px;
    }

    .awardimgrit::after {
        content: "";
        /* background-image: url(../images/about_clinic/lftbg.png); */
        position: absolute;
        width: 170px;
        height: 216px;
        margin-top: -48px;
        margin-left: -62px;
    }

    .awardimgrit1::after {
        content: "";
        /* background-image: url(../images/about_clinic/ritbg.png); */
        position: absolute;
        width: 170px;
        height: 216px;
        margin-top: -238px;
        margin-left: 85px;
    }

    .awardspace {
        margin-bottom: 130px;
    }

    .footer {
        width: 100%;
        background-color: #000000;
        height: auto;
        padding: 0 5%;
        margin: 0 auto;
        background-repeat: repeat;
        margin-bottom: 0px;
    }
    .footer_lt h4 {
        font-size: 16px;
    }
    .footer_lt ul {
        font-size: 14px;
    }
    .footer_midd h4 {
        font-size: 14px;
    }
    .footer_midd p {
        font-size: 14px;
    }
    .email_txt1 {
        font-size: 14px;
    }
    .btmft_bg p {
        font-size: 12px;
    }
    .footerbtn {
        display: none;
    }
}

/* portrate tablet, e-readers kindle */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    /* Styles */
    .fixed {
        top: -1px;
        left: 0;
        width: 100%;
        height: 115px;
        z-index: 99;
        background: #000 !important;
        -webkit-box-shadow: 0px 4px 10px 0px rgba(5, 5, 5, 0.1);
        -moz-box-shadow: 0px 4px 10px 0px rgba(5, 5, 5, 0.1);
        box-shadow: 0px 4px 10px 0px rgba(5, 5, 5, 0.1);
        display: none;
    }
    .header.fixed .logo {
        width: 110px;
        margin: 0px !important;
        padding-left: 0px !important;
    }
    /*.header.fixed .logo img{width:100%;margin: 0px;} */
    .header.fixed .navbar {
        padding: 0 !important;
        display: none;
    }
    .header.fixed .headtop_left {
        margin-top: 10px !important;
        display: none;
    }
    .headtop_left {
        margin-top: 10px;
        margin-bottom: 0px !important;
        padding-left: 0px !important;
    }

    .header {
        padding: 0px 30px 0px 30px;
        height: 116px;
        top: 0;
    }
    /*.desktop{display:none;} */
    .headtop_rit {
        float: left;
        padding: 0px !important;
        margin: 0px !important;
    }
    /* .mob_header.mob_header{display: block!important;} */
    .mob_header .header {
        width: 100%;
        position: fixed;
        top: 0;
    }
    .mob_header .headtop_left {
        padding-left: 0px;
    }
    .mob_header .headtop_left p {
        color: white;
        font-size: 14px;
        padding-top: 0;
        text-align: center;
    }
    .mob_header .headtop_rit {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .mob_header .headtop_rit .logo {
        width: 130px;
        margin-right: 0px;
    }
    .mob_header .headtop_rit img {
        width: 103px;
        margin: 0px;
        vertical-align: unset;
        margin-top: 20px;
    }

    .mob_header .headtop_ritbtn {
        padding: 9px 8px 8px 14px;
        border-radius: 5px;
        width: 335px;
        font-size: 20px;
        font-weight: bold;
        margin-top: -4px;
        margin-top: -67px;
        margin-left: 245px;
        margin-bottom: 21px;
    }

    .mob_header .headtop_ritbtn a {
        color: black;
    }

    .mob_header .navbar-nav {
        left: 0;
        width: 100%;
        font-size: 12px;
    }

    .mob_header .navbar-toggler {
        font-size: 1rem;
        line-height: 2;
        background-color: transparent;
        border-radius: 0.25rem;
        transition: box-shadow 0.15s ease-in-out;
        margin-left: 311px;
        right: 0;
        z-index: -99;
        margin-top: -38px;
    }

    .mob_header .megacolumn {
        padding: 1px 0px 2px 2px;
    }
    .mob_header .megacolumn h4 {
        padding: 3px 0px 3px 0px;
        margin: 0 2px 3px 0px;
        font-size: 13px;
        font-weight: 600;
        border-bottom: #ddd 1px solid;
    }
    .mob_header .megacolumn ul {
        list-style: none;
        padding: 0px 0px 0px 4px;
        margin: 0px 0px 0px 0px;
    }
    .mob_header .megacolumn ul li {
        padding: 0px !important;
        margin: 0px;
        color: #222;
        font-size: 9px;
        line-height: 2px;
        display: inline-block;
        width: 49%;
    }
    .mob_header .megacolumn ul li a {
        color: #222;
        text-decoration: none;
    }
    .mob_header .megacolumn ul li a:hover {
        color: rgb(214, 146, 0);
        text-decoration: none;
    }
    .mob_header .megacolumn ul li a.dropdown-item {
        display: none !important;
    }

    .mob_header .navbar-expand-lg .navbar-nav .dropdown-menu {
        top: 5px;
    }

    .mob_header .navbar-expand-lg .navbar-nav .dropdown-menu.megamenu {
        top: 80%;
        left: 20%;
        right: 20%;
    }

    .mobile-nav-toggle {
        right: 26px;
        top: 45px;
    }

    .mob_header .dropdown-item {
        display: block;
        width: 130px;
        padding: 2px 3px;
        clear: both;
        font-weight: 400;
        color: #212529;
        font-size: 11px;
        text-align: inherit;
        text-decoration: none;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }

    /* banner  */

    .banner {
        width: 100%;
        margin: 0 auto;
        padding-top: 116px;
    }

    .banner p {
        font-size: 39px;
        color: #fff;
        font-weight: normal;
        font-family: "Poiret One", cursive;
        padding-top: 174px;
        padding-left: 131px;
        text-shadow: 4px 4px 6px #000;
        width: 100%;
        letter-spacing: 3px;
    }

    /* main */

    .main {
        width: 100%;
        margin: 0 auto;
        height: auto;
    }

    .mainfix {
        width: 95%;
        margin: 0 auto;
        text-align: center;
    }

    /* heading  */

    .heading {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 30px;
        text-align: center;
    }

    .heading h2 {
        font-size: 22px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        text-align: center;
        font-weight: normal;
        margin-top: 40px;
        font-family: "Libre Baskerville", serif;
    }

    .heading img {
        margin-top: -30px;
        top: -55;
        width: 250px;
    }

    .heading p {
        color: rgb(8, 8, 8);
        font-weight: normal;
        text-align: justify;
        padding-top: 12px;
        font-size: 15px;
        font-family: "Mulish", sans-serif;
    }

    /* procedures */

    .procedures {
        width: 100%;
        margin: 0 auto;
        position: relative;
        text-align: center;
        overflow: hidden;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-radius: 40px;
    }

    .procedures img {
        margin-bottom: 30px;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .procedures:hover img {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .procedures_img {
        height: -272px;
        display: block;
        margin-bottom: 10px;
    }

    .procedures p {
        font-size: 18px;
        margin-top: -66px;
        width: 100%;
    }

    .procedures p:hover {
        font-size: 19px;
    }

    .proceduress {
        position: absolute;
        bottom: 58px;
        height: 0px;
        margin: 0px;
    }

    /* services */

    .services_top {
        text-align: center;
    }

    .imgboxwp {
        text-align: center;
        padding: 6px;
        margin: 0 auto;
        border-radius: 100%;
        border: #cc9529 3px solid;
        width: 120px;
        background-color: white;
        height: 120px;
        background-image: url(../images/cosmetic_dermatology1.png);
        margin-bottom: 0px;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .imgboxwp:hover {
        display: block;
        text-align: center;
        padding: 6px;
        margin: 0 auto;
        border-radius: 100%;
        border: #cc9529 3px solid;
        width: 120px;
        background-color: white;
        height: 120px;
        background-image: url(../images/cosmetic_dermatology1.png);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .imgboxwp1 {
        text-align: center;
        padding: 6px;
        margin: 0 auto;
        border-radius: 100%;
        border: #cc9529 3px solid;
        width: 120px;
        background-color: white;
        height: 120px;
        background-image: url(../images/medical_dermatology1.png);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .imgboxwp1:hover {
        display: block;
        text-align: center;
        padding: 6px;
        margin: 0 auto;
        border-radius: 100%;
        border: #cc9529 3px solid;
        width: 120px;
        background-color: white;
        height: 120px;
        background-image: url(../images/medical_dermatology1.png);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .services_top h4 {
        font-weight: normal;
        text-align: center;
        font-size: 16px;
        color: #c9952f;
        padding: 8px;
    }

    .services_top h4:hover {
        font-weight: normal;
        text-align: center;
        font-size: 16px;
        color: #a87000;
        padding: 8px;
    }

    .services_top p {
        color: rgb(8, 8, 8);
        font-weight: normal;
        text-align: center;
        font-size: 14px;
    }

    .services_top a {
        padding: 5px 10px;
        font-size: 14px;
        margin: 0px;
        margin-top: 8px;
    }

    .services_top a:hover {
        font-weight: bold;
        cursor: pointer;
        background-image: linear-gradient(
            90deg,
            #c9952f 0%,
            #c9952f 0%,
            #e4c56a 24%,
            #dfba5d 64%,
            #ac7b1e 97%
        );
        margin-top: 8px;
    }

    .services_midd {
        text-align: center;
        width: 100%;
    }

    .services_midd img {
        text-align: center;
        border: #ad7024 3px solid;
        -webkit-border-top-left-radius: 1000px;
        -webkit-border-top-right-radius: 1000px;
        -moz-border-radius-topleft: 1000px;
        -moz-border-radius-topright: 1000px;
        border-top-left-radius: 1000px;
        border-top-right-radius: 1000px;
    }

    .services_bottom {
        text-align: center;
    }

    .services_bottom img {
        text-align: center;
        border-radius: 100%;
        border: #cc9529 1px solid;
        margin: 10px 10px 0px 10px;
        width: 45px;
        height: 45px;
        bottom: 0;
    }

    .services_bottom img:hover {
        background-image: linear-gradient(
            90deg,
            #c98935 0%,
            #c98935 0%,
            #e5b970 24%,
            #e0ae63 64%,
            #ad7024 97%
        );
        width: 45px;
        height: 45px;
        border: #cc9529 2px solid;
    }

    .services_bottom p {
        color: rgb(0, 0, 0);
        font-weight: 400;
        text-align: center;
        font-size: 10px;
        width: 100%;
    }

    .services_bottom p:hover {
        color: rgb(0, 0, 0);
        font-weight: 400;
        text-align: center;
        font-size: 10px;
        width: 100%;
    }

    /* intro */

    .intro {
        width: 100%;
        margin: 0 auto;
        padding: 40px 0px 10px 0px;
    }

    .intro h2 {
        font-size: 25px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        text-align: left;
        font-weight: normal;
        margin-top: 0px;
        font-family: "Libre Baskerville", serif;
        margin-left: 10px;
    }

    .intro h4 {
        font-size: 2rem;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        text-align: left;
        font-weight: normal;
        margin-top: 10px;
        margin-left: 10px;
    }

    .intro_border {
        position: relative;
        width: 500px;
    }

    .intro_border {
        cantent: "";
        position: absolute;
        border: #cc9529 2px solid;
        -webkit-border-top-right-radius: 500px;
        -webkit-border-bottom-right-radius: 500px;
        -moz-border-radius-topright: 500px;
        -moz-border-radius-bottomright: 500px;
        border-top-right-radius: 500px;
        border-bottom-right-radius: 500px;
        width: 329px;
        height: 275px;
    }

    .intro img {
        margin-left: 20px;
        margin-top: -21px;
        position: absolute;
        width: 400px;
        height: 351px;
        padding-top: 40px;
    }

    .intro p {
        color: rgb(8, 8, 8);
        font-weight: normal;
        text-align: justify;
        padding-top: 10px;
        font-size: 14px;
        font-family: "Mulish", sans-serif;
        padding-bottom: 0px;
        margin-left: 10px;
    }

    .intro button {
        background-color: #ffffff;
        border-radius: 8px;
        color: rgb(31, 30, 30);
        padding: 5px 10px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 15px;
        margin: 10px;
        cursor: pointer;
        border: #cc9529 2px solid;
    }

    .intro button:hover {
        font-weight: bold;
        background-image: linear-gradient(
            90deg,
            #c9952f 0%,
            #c9952f 0%,
            #e4c56a 24%,
            #dfba5d 64%,
            #ac7b1e 97%
        );
    }

    .email_form h3 {
        font-size: 26px;
    }

    /* package */

    .packeg {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .packeg_bx {
        text-align: center;
        -webkit-border-radius: 20px;
        -webkit-border-top-left-radius: 20px;
        -moz-border-radius: 20px;
        -moz-border-radius-topleft: 20px;
        border-radius: 20px;
        border-top-left-radius: 20px;
        overflow: hidden;
        position: relative;
    }

    .packeg_bx h4 {
        text-align: center;
        -webkit-border-radius: 20px;
        -webkit-border-top-left-radius: 20px;
        -moz-border-radius: 20px;
        -moz-border-radius-topleft: 20px;
        border-radius: 20px;
        border-top-left-radius: 20px;
        overflow: hidden;
    }

    .packeg_bx:hover {
        text-align: center;
        width: 100%;
        -webkit-border-radius: 20px;
        -webkit-border-bottom-right-radius: 150px;
        -moz-border-radius: 20px;
        -moz-border-radius-bottomright: 150px;
        border-radius: 20px;
        border-bottom-right-radius: 150px;
    }

    .fill_btn {
        background-color: #ffffff;
        border-radius: 8px;
        color: rgb(31, 30, 30);
        padding: 5px 10px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 15px;
        margin: 15px 20px;
        cursor: pointer;
        border: #cc9529 2px solid;
        cursor: pointer;
        width: 50%;
    }

    .fill_btn:hover {
        font-weight: bold;
        cursor: pointer;
        background-image: linear-gradient(
            90deg,
            #c9952f 0%,
            #c9952f 0%,
            #e4c56a 24%,
            #dfba5d 64%,
            #ac7b1e 97%
        );
        margin: 15px 20px;
        width: 50%;
    }

    .img_cont {
        position: absolute;
        top: 77%;
        bottom: 0;
        text-align: center;
        color: rgb(0, 0, 0);
        width: 87%;
        z-index: 99;
        -webkit-transition: all 2s;
        padding-top: -8px;
        -webkit-border-radius: 20px;
        -webkit-border-bottom-right-radius: 150px;
        -moz-border-radius: 20px;
        -moz-border-radius-bottomright: 150px;
        border-radius: 20px;
        border-bottom-right-radius: 150px;
        margin: 15px;
        padding-right: 10px;
        /* background-color: rgba(255, 255, 255, 0.478); */
    }

    .img_head {
        font-size: 15px;
        font-weight: normal;
        line-height: 1;
        font-family: "Libre Baskerville", serif;
        padding: 34px 10px;
        text-align: center;
        margin: -19px auto;
        margin-left: 17px;
    }

    p {
        font-size: 14px;
        margin: 22px 0;
        font-family: "Mulish", sans-serif;
    }

    .packeg_bx:hover .img_cont {
        top: 0;
        z-index: 2;

        background-image: linear-gradient(
            rgb(179, 179, 179),
            rgb(255, 255, 255)
        );
        opacity: 0.8;
    }
    .packeg_bx:hover .img_head {
        padding: 60px 10px;
    }

    .contact_form p,
    .faq_head p,
    p {
        margin-bottom: 0;
    }
    p {
        margin-top: 0px;
        margin-bottom: 1rem;
    }
    * {
        font-family: "Mulish", sans-serif;
        margin: 0;
        padding: 0;
    }
    *,
    ::after,
    ::before {
        box-sizing: border-box;
    }
    user agent stylesheet p {
        display: block;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        font-family: "Mulish", sans-serif;
    }

    .form-inline button {
        padding: 10px 30px;
        background-color: rgb(0, 0, 0);
        color: rgb(214, 235, 255);
        cursor: pointer;
        font-size: 15px;
        border-radius: 7px;
        border: 1px solid rgb(0, 0, 0);
        margin-top: 40px;
        margin-bottom: 50px;
    }

    .form-inline button:hover {
        background-color: rgb(0, 0, 0);
    }

    .heading h2 {
        font-size: 25px;
        color: rgb(0, 0, 0);
        margin: 19px auto;
        text-align: center;
        font-weight: normal;
        margin-top: 18px;
        font-family: "Libre Baskerville", serif;
    }

    .cosmetic_bx {
        text-align: center;
        overflow: hidden;
        position: relative;
        margin: 10px;
    }

    .cosmetic_bx h4 {
        text-align: center;
        overflow: hidden;
        font-size: 10px;
    }

    .cosmetic_bx:hover {
        text-align: center;
        margin: 10px;
    }

    .img_cosmeticcont {
        position: relative;
        top: 77%;
        bottom: 0;
        text-align: center;
        color: rgb(0, 0, 0);
        width: 94%;
        z-index: 99;
        -webkit-transition: all 2s;
        padding-top: -8px;
        margin: 10px;
        padding: 10px;
        margin-top: -63px;
    }

    .img_cosmetichead {
        font-size: 20px;
        font-weight: 400;
        line-height: 1;
        font-family: "Libre Baskerville", serif;
        padding: 10px 10px;
    }

    .cosmetictxt {
    }

    .cosmetictxt ul {
        padding: 0;
        margin: 0;
    }

    .cosmetictxt li {
        font-size: 17px;
        margin: 8px 10px;
        font-family: "Mulish", sans-serif;
        border-bottom: rgb(31, 30, 30) 1px solid;
        width: 42%;
        text-decoration: none;
        list-style: none;
        border-bottom: rgb(31, 30, 30) 1px solid;
        float: left;
        font-weight: 400px;
    }

    .cosmetictxt1 ul li {
        width: 45%;
        margin: 10px 5px;
        text-align: center;
    }

    .cosmetic_bx:hover .img_cosmeticcont {
        top: 0;
        z-index: 2;
        background-image: none;
        opacity: 0.7;
    }

    .cosmetic_bx:hover .img_cosmetichead {
        padding: 10px 10px;
    }

    .cosmetic_form p,
    .faq_cosmetichead p,
    p {
        margin-bottom: 0;
    }

    /* map */

    .maping {
        width: 100%;
        height: auto;
        padding: 30px;
        overflow-x: hidden;
    }

    .maping p {
        color: rgb(255, 255, 255);
        font-weight: 400;
        text-align: center;
        position: absolute;
        font-size: 28px;
        font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
            "Lucida Sans", Arial, sans-serif;
        top: 5px;
        left: 30px;
        right: 30px;
        bottom: 30px;
        background-color: rgba(0, 0, 0, 0.5);
        padding-top: 200px;
    }

    .hoverpic:hover p {
        display: none;
    }
    .maping img {
        width: 400px;
        margin-bottom: 0px;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .maping img:hover {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .bgradius img {
        border-radius: 10px;
        width: 100px;
        border: 0;
    }

    /* testimonial */

    .testimonial_boxin {
        width: 100%;
    }

    .contacts {
        font-size: 18px;
    }

    .contacts img {
        width: 20px;
        height: 20px;
    }

    .map_icon {
        top: -60px;
        height: 100px;
        width: 120px;
        border-radius: 20px;
        background-color: black;
        position: absolute;
        left: 33.3%;
        text-align: center;
        opacity: 0.7;
    }

    .map_icon p {
        color: rgb(214, 146, 0);
        font-size: 12px;
        font-family: "Libre Baskerville", serif;
        font-weight: bold;
        padding-top: 30px;
    }

    .map_icon img {
        text-align: center;
        margin: 0 auto;
        height: 50px;
        width: 57px;
        margin-top: 10px;
    }

    /* footer */

    .footer {
        width: 100%;
        background-color: #000000;
        height: auto;
        padding: 0 5%;
        margin: 0 auto;
        background-repeat: repeat;
        margin-bottom: 60px;
    }

    .footer_lt {
        margin-top: 40px;
        line-height: 20px;
    }

    .footer_lt h4 {
        font-weight: 800;
        color: rgb(190, 146, 0);
        font-size: 12px;
        padding-top: 2px;
        padding-bottom: 15px;
        text-align: left;
        margin: 0 auto;
    }

    .footer_lt ul {
        list-style: none;
        text-align: left;
        margin: 0 auto;
        font-size: 11px;
    }

    .footer_lt ul li {
        list-style: none;
        text-align: left;
        margin: 0 auto;
    }

    .footer_lt ul li:hover {
        list-style: none;
        text-align: left;
        margin: 0 auto;
        color: #866f09;
        cursor: pointer;
    }

    .footer_midd {
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0px 20px;
        text-align: center;
    }

    .footer_midd h4 {
        color: #ffffff;
        text-align: center;
        margin: 0 auto;
        font-size: 13px;
        padding-top: 5px;
    }

    .footer_midd p {
        color: #ffffff;
        text-align: center;
        margin: 0 auto;
        font-size: 12px;
        padding-top: 3px;
    }

    .footer_midd img {
        text-align: center;
        margin: 0 auto;
        margin: 0px 52px 3px 1px;
    }

    .footer_rt1 {
        margin: 0 auto;
        margin-top: 40px;
        margin-bottom: 20px;
        text-align: left;
        padding-top: -10px;
        width: 100%;
    }

    .footer_rtbtn1 {
        background-image: linear-gradient(
            90deg,
            #c98935 0%,
            #c98935 0%,
            #e5b970 24%,
            #e0ae63 64%,
            #ad7024 97%
        );
        border-radius: 8px;
        padding: 6px 6px 8px 6px;
        width: 160px;
        margin-bottom: 20px;
        display: inline-block;
        font-size: 12px;
        color: black;
        font-weight: bold;
    }

    .email_txt1 {
        font-size: 10px;
        color: white;
        text-align: center;
        margin-left: 20px;
    }

    .email_icon1 {
        margin: 0 auto;
        margin-top: 40px;
        text-align: center;
    }

    .email_icon1 img {
        margin-right: 2px;
        text-align: left;
        margin-left: 2px;
        margin-top: -27px;
    }

    .btmft_bg {
        width: 90%;
        float: left;
        background-color: #000000;
        background-repeat: repeat;
        border-top: rgb(82, 81, 81) 2px solid;
        margin-top: 30px;
        margin: 0 auto;
    }

    .btmft_bg p {
        color: rgb(138, 138, 138);
        font-size: 10px;
        text-align: center;
        padding-top: 15px;
    }

    .footerbtn {
        background-image: linear-gradient(
            90deg,
            #c98935 0%,
            #c98935 0%,
            #e5b970 24%,
            #e0ae63 64%,
            #ad7024 97%
        );
        width: 100%;
        display: block;
        position: fixed;
        z-index: 99;
        bottom: 0;
        text-align: center;
    }

    .footerbtn li {
        list-style: none;
        color: rgb(0, 0, 0);
        font-size: 14px;
        font-weight: 400;
        float: left;
        width: 33.3%;
        margin: 5px 0;
        text-align: center;
    }

    .footerbtn ul {
        padding-left: 0rem;
        text-align: center;
    }

    .footerbtn li a {
        font-size: 14px;
        color: rgb(0, 0, 0);
        text-align: center;
        margin: 0 auto;
        padding: 2px 5px 5px 0px;
    }

    .footerbtn li img {
        list-style: none;
        display: inline;
        padding: 2px;
        margin: 0 auto;
        text-align: center;
    }

    .ftr_odr1 {
        order: 1;
    }

    .ftr_odr2 {
        order: 2;
    }

    .ftr_odr3 {
        order: 3;
    }

    .ftr_odr4 {
        order: 4;
    }

    .ftr_odr5 {
        order: 5;
    }

    .ftr_odr6 {
        order: 6;
    }

    /* Gallery */

    .nextprev {
        margin: 0 auto;
        padding: 30px;
        text-align: center;
    }

    .nextprev li a {
        border-radius: 50%;
        color: #000;
        width: 30px;
        height: 30px;
    }

    .gallerybg {
        height: 210px;
    }

    .gallerytp {
        padding-top: 116px;
    }

    .sideline {
        border-right: #212529 2px solid;
    }

    /* pkgbanner */

    .pkgbanner {
        width: 100%;
        margin: 0 auto;
        padding-top: 110px;
        position: relative;
    }

    .packagebx {
        height: auto;

        position: relative;
        width: 100%;
        top: 10px;
        margin-left: 0px;
    }

    .packagebnrhd {
        font-size: 30px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        font-weight: 400;
        font-family: Poiret One;
        text-align: center;
        width: 100%;
    }

    .packagebnrtxt {
        font-size: 14px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        font-weight: normal;
        width: 100%;
        margin-left: 0px;
    }

    .pkgheading {
        font-size: 20px;
        color: #000;
        font-family: "Libre Baskerville", serif;
        border-bottom: #a87000 2px solid;
        text-align: left;
        margin: 15px 5px;
        width: 100%;
    }

    .pkgheadimg {
        margin: 5px;
        width: 100%;
        background-image: cover;
        text-align: center;
        margin: 0 auto;
    }

    .pkgheadtxt {
        font-size: 13px;
        color: #000;
        font-family: "Libre Baskerville", serif;
        text-align: justify;
        width: 100%;
        padding: 10px;
        line-height: 20px;
        margin-bottom: 30px;
    }

    /* emailpkg */

    .emailpgpkg {
        width: 100%;
        background: url(../images/email_bg.jpg) center center no-repeat;
        background-size: 100% 100% cover;
    }

    .emailpkg_form {
        width: 100%;
        margin: 0 auto;
        color: black;
    }

    .emailpkg_form h3 {
        color: rgb(0, 0, 0);
        font-weight: normal;
        text-align: center;
        padding: 15px 5px 0px 5px;
        font-size: 25px;
        text-shadow: rgb(61, 61, 61) 3px;
        font-family: "Libre Baskerville", serif;
        width: 100%;
    }

    * {
        box-sizing: border-box;
    }

    .formpkg-inline {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: center;
    }

    .formpkg-inline label {
        margin: 5px 5px 5px 0;
    }

    .formpkg-inline input {
        width: 100%;
        padding: 18px 18px 2px 20px;
        margin: 10px 0;
        box-sizing: border-box;
        border: none;
        border-bottom: 2px solid rgb(0, 0, 0);
        background: none;
        color: black;
        font-size: 18px;
        font-weight: normal;
    }

    /* .form-inline input::placeholder { color: black;} */

    inputpkg:focus {
        border-color: 0;
        border-right: 0;
        border-left: 0;
        border-top: 0;
        outline: 0;
        width: 100%;
    }

    .inputfldpkg::placeholder {
        color: black;
    }
    .inputfldpkg {
        width: 100%;
        padding: 18px 18px 2px 20px;
        margin: 10px 0;
        box-sizing: border-box;
        border: none;
        border-bottom: 2px solid rgb(0, 0, 0);
        background: none;
        color: black;
        font-size: 18px;
        font-weight: 560;
    }
    .inputfldpkg1 {
        width: "100%;!important";
        height: 55px;
    }

    .formpkg-inline button {
        padding: 10px 20px;
        background-color: rgb(0, 0, 0);
        color: rgb(214, 235, 255);
        cursor: pointer;
        font-size: 18px;
        border-radius: 7px;
        border: 1px solid rgb(0, 0, 0);
        margin-top: 40px;
        margin-bottom: 50px;
        text-align: center center;
        margin: 20px 120px;
    }

    .formpkg-inline button:hover {
        background-color: rgb(0, 0, 0);
    }

    /* about page */

    .about {
        width: 100%;
        margin: 100px 0 0 0;
        padding-top: 25px;
        text-align: center;
        background-size: 150%;
        background-position: 50% -0;
    }

    .aboutgoldhd {
        font-size: 40px;
        color: rgb(221, 140, 19);

        font-weight: normal;
        font-family: "Libre Baskerville", serif;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 20px;
        width: 100%;
    }

    .aboutblkhd {
        font-size: 30px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        font-weight: normal;
        font-family: "Libre Baskerville", serif;
        text-align: center;
        width: 100%;
        line-height: 14px;
    }

    .aboutsmlblkhd {
        font-size: 23px;
        color: rgb(0, 0, 0);
        margin: 10px auto;
        font-weight: 400;
        text-align: center;
        width: 100%;
        padding-bottom: 20px;
    }

    .abouttxt {
        width: 100%;
        font-family: "Mulish", sans-serif;
        position: relative;
        font-size: 14px;
        margin: 0 auto;
        padding-bottom: 40px;
        text-align: justify;
        padding: 2%;
    }

    /* About Intro */

    .about_intro {
        width: 100%;
        margin: 0 auto;
    }

    .about_intro img {
        width: 100%;
        padding: 10px;
    }

    .about_introhd {
        font-size: 18px;
        text-align: center;
        color: #000;
        padding-bottom: 0px;
        width: 100%;
        font-weight: 400;
    }

    .about_introtxt {
        font-size: 14px;
        text-align: justify;
        color: #000;
        line-height: 18px;
        width: 100%;
        padding: 1% 5%;
    }

    /* About  Section */

    .about_section {
        width: 100%;
        background-color: #fafafa;
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .tabtxt {
        background-color: #fff;
        border: rgb(221, 140, 19) 1px solid;
    }

    .education_tab {
        margin-bottom: -1px;
    }
    .education_tab .nav-link {
        border: rgb(221, 140, 19) solid 1px !important;
        border-bottom: none !important;
    }
    .tabtxthd {
        font-size: 28px;
        text-align: center;
        color: #000;
        padding-bottom: 20px;
        font-weight: 500;
        padding-top: 20px;
    }

    .tabtxt ul {
        list-style: none;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .tabtxt ul li {
        font-size: 16px;
        text-align: left;
        color: #000;
        padding-bottom: 15px;
        font-weight: 500;
        border-bottom: rgb(192, 192, 192) 1px solid;
        line-height: 19px;
        width: 100%;
        float: left;
        margin: 0px;
        padding: 0px;
    }

    .tabtxtlft {
        float: left;
        font-size: 14px;
        width: 80px;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .tabtxtrit {
        float: right;
        font-size: 14px;
        margin-bottom: 20px;
        width: 85%;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        line-height: 18px;
    }

    .experiance.nav-link {
        color: #000000;
        font-size: 20px;
    }

    .experiance.nav-link:hover {
        color: #000000;
    }

    /* Certificates */

    .certificatesbg {
        border-radius: 2px;
        background-color: #efefef;
        margin: 35px;
        padding: 17px;
        box-shadow: -6px 8px 10px #ddd;
        -moz-box-shadow: 8px 8px 4px rgb(199, 199, 199);
        -webkit-box-shadow: 8px 8px 4px rgb(199, 199, 199);
        box-shadow: 8px 8px 4px rgb(199, 199, 199);
    }

    .certificatesbg img {
        width: 100%;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .certificatesbg:hover img {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    /* Special Interest */

    .special_interest {
        width: 100%;
    }

    .overeffect img {
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .overeffect img:hover {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        -ms-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .special_interesthd {
        font-size: 15px;
        color: rgb(8, 8, 8);
        text-align: center;
        font-weight: 500;
        padding-top: 15px;
    }

    .apponment {
        padding: 0 15px;
    }

    .appoint img {
        text-align: center;
        width: 500px;
        height: 500px;
        margin: 0 auto;
    }

    .appointhd {
        font-size: 25px;
        text-transform: uppercase;
        color: #000000;
        width: 100%;
        padding: 10px;
        font-family: Cinzel;
    }

    .appointmenttxt1 {
        font-size: 16px;
        color: #0c0c0c;
        width: 100%;
        padding: 0%;
        text-align: center;
    }

    .appointmenttxt {
        font-size: 16px;
        color: #0c0c0c;
        width: 100%;
        padding: 5%;
        text-align: justify;
    }

    .appointmenttxt ul {
        font-size: 16px;
        position: relative;
    }

    .appointmenttxt li {
        font-size: 16px;
        position: relative;
        color: #0c0c0c;
        width: 100%;
        padding: 8px;
        list-style: none;
        text-align: justify;
        top: -25px;
    }

    ul.appointmenttxt li::before {
        content: "\f058";
        font: normal normal normal 20px/1 FontAwesome;
        color: #df8c11;
        margin-left: -26px;
        position: absolute;
        top: 12px;
    }

    .appointmenttxtbtn {
        font-size: 15px;
        padding: 7px 10px;
        color: #000;
        margin-top: 10px;
    }

    .appointmenttxtbtn a {
        color: #000;
    }

    .page-link {
        padding: 0.275rem 0.75rem;
        position: relative;
        display: block;
        color: #000000;
        text-decoration: none;
        background-color: #fff;
        border: 2px solid #000000;
        margin-top: 30px;
        margin: 15px;
        text-align: center;
    }

    .contacts {
        font-size: 22px;
        text-align: center;
        line-height: 25px;
        margin: 20px 0px;
    }

    .contacts img {
        margin: 10px;
    }

    .contactstp {
        margin-top: 20px;
    }

    /* services page */

    .services {
        padding-top: 0px;
    }

    .packagebnrhd1 {
        font-size: 40px;
    }

    .servicespg {
        width: 100%;
        background-image: url(../images/service_types.jpg);
        background-size: cover;
    }

    .servicespgbx {
        width: 100%;
        background-color: #fff;
        padding: 0px 10px 10px 10px;
        height: auto;
        float: left;
        opacity: 0.8;
        margin-bottom: 10px;
    }

    .servicespgbxhd {
        font-size: 22px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        font-weight: normal;
        font-family: "Libre Baskerville", serif;
        text-align: center;
        padding: 10px;
    }

    .servicespgbxtxt {
        font-size: 16px;
        width: 100%;
        padding: 10px;
        line-height: 20px;
    }

    .services_listhdintro {
        font-size: 22px;
        font-family: "Libre Baskerville", serif;
        text-align: center;
    }

    .services_listhdintrotxt {
        font-size: 16px;
        color: #000;
        font-family: "Mulish", serif;
        float: left;
        text-align: justify;
        width: 100%;
        padding: 15px 10px 20px 10px;
        line-height: 24px;
        font-weight: normal;
    }

    .services_listhd {
        font-size: 22px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        font-weight: normal;
        font-family: "Libre Baskerville", serif;
        text-align: center;
        margin: 20px 0px 60px 0px;
    }

    .services_list {
        font-size: 16px;
        color: #000;
        font-family: "Mulish", serif;
        float: left;
        text-align: justify;
        width: 100%;
        line-height: 30px;
        font-weight: normal;
        padding-bottom: 0px;
        margin-top: -45px;
    }

    .services_listhdsml {
        font-size: 20px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        font-weight: normal;
        font-family: "Libre Baskerville", serif;
        text-align: center;
    }

    .services_listhdcntr {
        font-size: 22px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        font-weight: normal;
        font-family: "Libre Baskerville", serif;
        text-align: center;
        margin-top: 20px;
    }

    .services_listcntr {
        font-size: 16px;
        color: #000;
        font-family: "Mulish", serif;
        float: left;
        text-align: center;
        width: 100%;
        padding: 20px;
        line-height: 30px;
        font-weight: normal;
    }

    .services_list ul {
        font-size: 16px;
        width: 100%;
    }

    .services_list ul li {
        font-family: "Mulish", serif;
    }

    .services_list ul li::marker {
        font-size: 22px;
        text-align: left;
        line-height: 30px;
        color: #e0ae63;
    }

    /* Awards */

    .awardstxt {
        font-size: 10px;
        line-height: 15px;
        margin: 10px 5px;
        width: 100%;
    }

    .awardscercil {
        text-align: center;
        width: 80px;
        height: 80px;
    }

    .awardscercil p {
        color: #000;
        width: 80%;
        font-size: 15px;
        font-weight: bold;
        margin-top: -13px;
    }

    .awardimgrit::after,
    .awardimgrit1::after {
        display: none;
    }

    .awardspace {
        margin-bottom: 130px;
    }

    .clinic_storycntr {
        font-size: 16px;
        width: 100%;
        padding: 5px;
        line-height: 20px;
        margin-bottom: 16px;
        font-family: "Mulish", serif;
    }

    .packagebnrhd2 {
        font-size: 30px;
        position: absolute;
        top: -167px;
        line-height: 35px;
        right: 97px;
    }

    .heading2 {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 10px;
        text-align: center;
    }

    .heading2 img {
        top: -130px;
        right: 60px;
        position: absolute;
    }

    .clinicbtn {
        font-size: 19px;
        padding: 16px 10px;
        margin: 15 auto;
        top: -50px;
        position: relative;
    }
    .clinicbtn.active {
        background: none !important;
        color: #91631a !important;
        text-decoration: underline;
        font-size: 22px;
    }

    .mission_listcntrhd {
        font-size: 25px;
        text-align: center;
        border-bottom: #ac7b1e;
        margin-top: 9px;
        position: absolute;
        padding-left: 13%;
    }

    .mission_listcntr {
        font-size: 16px;
        text-align: center;
        width: 100%;
        font-weight: normal;
        margin-top: 20px;
    }

    .clinic_storyhdcntrblk {
        font-size: 25px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        font-weight: normal;
        font-family: "Libre Baskerville", serif;
        text-align: center;
        margin-top: 20px;
    }

    .clinic_storyhdleftblk {
        font-size: 25px;
        margin-top: 10px;
        padding-bottom: 10px;
        line-height: 30px;
        padding-left: 5px;
    }

    .clinicstory_list {
        font-size: 16px;
        width: 100%;
        line-height: 22px;
        padding-bottom: 2px;
    }

    .clinicstory_list ul {
        font-size: 15px;
        text-align: justify;
        width: 100%;
        padding: 10px;
        line-height: 18px;
        margin-top: 0px;
        padding-left: 34px;
    }
    .clinicstory_list ul li {
        font-family: "Mulish", serif;
    }
    .clinicstory_list ul li::marker {
        font-size: 20px;
        text-align: left;
        line-height: 40px;
        color: #e0ae63;
    }

    .ser_offered {
        width: 100%;
        height: auto;
        position: relative;
        background-color: #966a16;
    }

    .ser_offered1 {
        height: auto;
        position: absolute;
        z-index: -99;
        margin: 10px 0px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        overflow: hidden;
        height: 280px;
        width: 200px;
    }

    .ser_offered2 {
        position: absolute;
        z-index: -999;
        left: 120px;
        margin: 10px 0px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        overflow: hidden;
        top: 30px;
        height: 230px;
        width: 180px;
    }

    .ser_offered3 {
        height: auto;
        position: absolute;
        z-index: -9999;
        left: 240px;
        margin: 10px 0px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        top: 70px;
        overflow: hidden;
        height: 220px;
        width: 120px;
    }

    .clinic_storyhdcntrblk {
        font-size: 25px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        font-weight: normal;
        font-family: "Libre Baskerville", serif;
        text-align: center;
        margin-top: 39px;
    }

    .clinic_servicehdcntrblk {
        margin-top: 0px;
        font-size: 25px;
        padding-top: 20px;
        margin: -9px auto;
    }

    .borderside {
        border-right: 2px rgb(0, 0, 0) solid;
        border-right: 0;
    }

    .services_listcntrhd {
        font-size: 25px;
    }

    .gap_top {
        margin: 0px;
    }

    .faqbtnhd {
        font-size: 14px;
        padding: 15px;
        font-weight: 400;
        margin-top: 10px;
        line-height: 18px;
    }

    .faqbtntxt {
        font-size: 16px;
        padding: 10px 0px;
        text-align: justify;
    }

    .heading {
        margin-bottom: 0;
    }

    .heading h2 {
        font-size: 25px;
        color: rgb(0, 0, 0);
        margin: 19px auto 2px auto;
        margin-top: 22px;
        font-family: "Libre Baskerville", serif;
    }

    .clinic_midd {
        margin-bottom: 100px;
        margin-left: 6px;
        top: 20px;
    }

    .appointtp {
        padding-top: 50px;
    }

    .nextprev li a {
        width: 36px;
        height: 35px;
    }

    .page-link {
        padding: 0.275rem 0.75rem;
        margin: 5px;
    }

    .clinic_midd {
        text-align: center;
        width: 100%;
        height: 250px;
        margin-top: 20px;
    }

    .clinicstory_list ul li {
        font-family: "Mulish", serif;
    }
    .clinicstory_list ul li::marker {
        font-size: 20px;
        text-align: left;
        line-height: 40px;
        color: #e0ae63;
    }

    /* mission */

    .mission_listhdintrotxt {
        padding-top: 60px;
        font-size: 16px;
    }

    .gap_top3 {
        margin-top: 0;
    }

    .centerbox {
        position: relative;
        width: 85%;
        margin: 0 auto;
        text-align: center;
    }

    .centerboxin {
        border-radius: 2px;
        background-color: #ffffff;
        margin: 55px 35px 35px 35px;
        padding: 28px 40px;
    }

    .centerboxin:after {
        content: "";
        position: absolute;
        width: 80%;
        height: 250px;
    }

    .centerboxhd {
        font-size: 50px;
    }

    .centerboxhd1 {
        font-size: 90px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        font-weight: bold;
    }

    .centerboxtxt {
        font-size: 25px;
    }

    .center_btn {
        background-image: linear-gradient(
            90deg,
            #c98935 0%,
            #c98935 0%,
            #e5b970 24%,
            #e0ae63 64%,
            #ad7024 97%
        );
        color: rgb(0, 0, 0);
        font-weight: bold;
        text-align: center;
    }
}

@media only screen and (min-device-width: 825px) and (max-device-width: 1318px) {
    /* Styles */
    .fixed {
        top: -1px;
        left: 0;
        width: 100%;
        height: 115px;
        z-index: 99;
        background: #000 !important;
        -webkit-box-shadow: 0px 4px 10px 0px rgba(5, 5, 5, 0.1);
        -moz-box-shadow: 0px 4px 10px 0px rgba(5, 5, 5, 0.1);
        box-shadow: 0px 4px 10px 0px rgba(5, 5, 5, 0.1);
        display: none;
    }
    .header.fixed .logo {
        width: 110px;
        margin: 0px !important;
        padding-left: 0px !important;
    }
    /* .header.fixed .logo img{width:100%;margin: 0px;} */
    .header.fixed .navbar {
        padding: 0 !important;
        display: none;
    }
    .header.fixed .headtop_left {
        margin-top: 10px !important;
        display: none;
    }
    .headtop_left {
        margin-top: 10px;
        margin-bottom: 0px !important;
        padding-left: 0px !important;
    }
    .header {
        padding: 0px 30px 0px 30px;
        height: 116px;
        top: 0;
    }
    .desktop {
        display: none;
    }
    .headtop_rit {
        float: left;
        padding: 0px !important;
        margin: 0px !important;
    }
    .mob_header.mob_header {
        display: block !important;
    }
    .mob_header .header {
        width: 100%;
        position: fixed;
        top: 0;
    }
    .mob_header .headtop_left {
        padding-left: 0px;
    }
    .mob_header .headtop_left p {
        color: white;
        font-size: 14px;
        padding-top: 0;
        text-align: center;
    }
    .mob_header .headtop_rit {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .mob_header .headtop_rit .logo {
        width: 120px;
        margin-right: 0px;
    }
    .mob_header .headtop_rit img {
        width: 103px;
        margin: 0px;
        vertical-align: unset;
        margin-top: 20px;
    }
    .mob_header .headtop_ritbtn {
        padding: 3px 1px 4px 1px;
        border-radius: 5px;
        width: 44%;
        font-size: 19.5px;
        font-weight: bold;
        margin-top: 2px;
        margin-top: -63px;
        margin-left: 252px;
        margin-bottom: 25px;
    }

    .mob_header .headtop_ritbtn a {
        color: black;
    }

    .mob_header .navbar-nav {
        left: 0;
        width: 100%;
        font-size: 12px;
    }

    .mob_header .navbar-toggler {
        font-size: 1rem;
        line-height: 2;
        background-color: transparent;
        border-radius: 0.25rem;
        transition: box-shadow 0.15s ease-in-out;
        margin-left: 311px;
        right: 0;
        z-index: -99;
        margin-top: -38px;
    }

    .mob_header .megacolumn {
        padding: 1px 0px 2px 2px;
    }
    .mob_header .megacolumn h4 {
        padding: 3px 0px 3px 0px;
        margin: 0 2px 3px 0px;
        font-size: 13px;
        font-weight: 600;
        border-bottom: #ddd 1px solid;
    }
    .mob_header .megacolumn ul {
        list-style: none;
        padding: 0px 0px 0px 4px;
        margin: 0px 0px 0px 0px;
    }
    .mob_header .megacolumn ul li {
        padding: 0px !important;
        margin: 0px;
        color: #222;
        font-size: 9px;
        line-height: 2px;
        display: inline-block;
        width: 49%;
    }
    .mob_header .megacolumn ul li a {
        color: #222;
        text-decoration: none;
    }
    .mob_header .megacolumn ul li a:hover {
        color: rgb(214, 146, 0);
        text-decoration: none;
    }
    .mob_header .megacolumn ul li a.dropdown-item {
        display: none !important;
    }

    .mob_header .navbar-expand-lg .navbar-nav .dropdown-menu {
        top: 5px;
    }

    .mob_header .navbar-expand-lg .navbar-nav .dropdown-menu.megamenu {
        top: 80%;
        left: 20%;
        right: 20%;
    }

    .mobile-nav-toggle {
        right: -5px;
        top: 49px;
    }

    .mob_header .dropdown-item {
        display: block;
        width: 130px;
        padding: 2px 3px;
        clear: both;
        font-weight: 400;
        color: #212529;
        font-size: 11px;
        text-align: inherit;
        text-decoration: none;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }

    .banner p {
        font-size: 39px;
        color: #fff;
        font-weight: normal;
        font-family: "Poiret One", cursive;
        padding-top: 184px;
        padding-left: 155px;
        text-shadow: 4px 4px 6px #000;
        width: 100%;
        letter-spacing: 3px;
    }

    /* heading  */

    .heading {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 30px;
        text-align: center;
    }

    .heading h2 {
        font-size: 22px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        text-align: center;
        font-weight: normal;
        margin-top: 40px;
        font-family: "Libre Baskerville", serif;
    }

    .heading img {
        margin-top: -30px;
        top: -55;
        width: 250px;
    }

    .heading p {
        color: rgb(8, 8, 8);
        font-weight: normal;
        text-align: justify;
        padding-top: 12px;
        font-size: 15px;
        font-family: "Mulish", sans-serif;
    }

    .img_cont {
        position: absolute;
        top: 77%;
        bottom: 0;
        text-align: center;
        color: rgb(0, 0, 0);
        width: 87%;
        z-index: 99;
        -webkit-transition: all 2s;
        padding-top: -8px;
        margin: 15px;
        padding-right: 10px;
        /* background-color: rgba(255, 255, 255, 0.478); */
    }

    .img_head {
        font-size: 15px;
        padding: 34px 10px;
        text-align: center;
        margin: -10px auto;
    }

    .cosmetic_bx:hover .img_cosmetichead {
        padding: 8px 10px;
    }

    .cosmetic_form p,
    .faq_cosmetichead p,
    p {
        margin-bottom: 0;
    }

    /* footer */

    .footer {
        width: 100%;
        background-color: #000000;
        height: auto;
        padding: 0 5%;
        margin: 0 auto;
        background-repeat: repeat;
        margin-bottom: 60px;
    }

    .footer_lt {
        margin-top: 40px;
        line-height: 20px;
    }

    .footer_lt h4 {
        font-weight: 800;
        color: rgb(190, 146, 0);
        font-size: 12px;
        padding-top: 2px;
        padding-bottom: 15px;
        text-align: left;
        margin: 0 auto;
    }

    .footer_lt ul {
        list-style: none;
        text-align: left;
        margin: 0 auto;
        font-size: 11px;
    }

    .footer_lt ul li {
        list-style: none;
        text-align: left;
        margin: 0 auto;
    }

    .footer_lt ul li:hover {
        list-style: none;
        text-align: left;
        margin: 0 auto;
        color: #866f09;
        cursor: pointer;
    }

    .footer_midd {
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0px 20px;
        text-align: center;
    }

    .footer_midd h4 {
        color: #ffffff;
        text-align: center;
        margin: 0 auto;
        font-size: 13px;
        padding-top: 5px;
    }

    .footer_midd p {
        color: #ffffff;
        text-align: center;
        margin: 0 auto;
        font-size: 12px;
        padding-top: 3px;
    }

    .footer_midd img {
        text-align: center;
        margin: 0 auto;
        margin: 0px 52px 3px 1px;
    }

    .footer_rt1 {
        margin: 0 auto;
        margin-top: 40px;
        margin-bottom: 20px;
        text-align: left;
        padding-top: -10px;
        width: 100%;
    }

    .footer_rtbtn1 {
        background-image: linear-gradient(
            90deg,
            #c98935 0%,
            #c98935 0%,
            #e5b970 24%,
            #e0ae63 64%,
            #ad7024 97%
        );
        border-radius: 8px;
        padding: 6px 6px 8px 6px;
        width: 160px;
        margin-bottom: 20px;
        display: inline-block;
        font-size: 12px;
        color: black;
        font-weight: bold;
    }

    .email_txt1 {
        font-size: 10px;
        color: white;
        text-align: center;
        margin-left: 20px;
    }

    .email_icon1 {
        margin: 0 auto;
        margin-top: 40px;
        text-align: center;
    }

    .email_icon1 img {
        margin-right: 2px;
        text-align: left;
        margin-left: 2px;
        margin-top: -27px;
    }

    .btmft_bg {
        width: 90%;
        float: left;
        background-color: #000000;
        background-repeat: repeat;
        border-top: rgb(82, 81, 81) 2px solid;
        margin-top: 30px;
        margin: 0 auto;
    }

    .btmft_bg p {
        color: rgb(138, 138, 138);
        font-size: 10px;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    /*  .footerbtn {
        background-image: linear-gradient(
            90deg,
            #c98935 0%,
            #c98935 0%,
            #e5b970 24%,
            #e0ae63 64%,
            #ad7024 97%
        );
        width: 100%;
        display: block;
        position: fixed;
        z-index: 99;
        bottom: 0;
        text-align: center;
    }

     .footerbtn li {
        list-style: none;
        color: rgb(0, 0, 0);
        font-size: 14px;
        font-weight: 400;
        float: left;
        width: 33.3%;
        margin: 5px 0;
        text-align: center;
    }

    .footerbtn ul {
        padding-left: 0rem;
        text-align: center;
    }

    .footerbtn li a {
        font-size: 14px;
        color: rgb(0, 0, 0);
        text-align: center;
        margin: 0 auto;
        padding: 2px 5px 5px 0px;
    }

    .footerbtn li img {
        list-style: none;
        display: inline;
        padding: 2px;
        margin: 0 auto;
        text-align: center;
    } */

    .ftr_odr1 {
        order: 1;
    }

    .ftr_odr2 {
        order: 2;
    }

    .ftr_odr3 {
        order: 3;
    }

    .ftr_odr4 {
        order: 4;
    }

    .ftr_odr5 {
        order: 5;
    }

    .ftr_odr6 {
        order: 6;
    }

    /* Gallery */

    .nextprev {
        margin: 0 auto;
        padding: 30px;
        text-align: center;
    }

    .nextprev li a {
        border-radius: 50%;
        color: #000;
        width: 30px;
        height: 30px;
    }

    .gallerybg {
        height: 210px;
    }

    .gallerytp {
        padding-top: 116px;
    }

    .sideline {
        border-right: #212529 2px solid;
    }

    /* pkgbanner */

    .pkgbanner {
        width: 100%;
        margin: 0 auto;
        padding-top: 110px;
        position: relative;
    }

    .packagebx {
        height: auto;

        position: relative;
        width: 100%;
        top: 10px;
        margin-left: 0px;
    }

    .packagebnrhd {
        font-size: 30px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        font-weight: 400;
        font-family: Poiret One;
        text-align: center;
        width: 100%;
    }

    .packagebnrtxt {
        font-size: 14px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        font-weight: normal;
        width: 100%;
        margin-left: 0px;
    }

    .pkgheading {
        font-size: 20px;
        color: #000;
        font-family: "Libre Baskerville", serif;
        border-bottom: #a87000 2px solid;
        text-align: left;
        margin: 15px 5px;
        width: 100%;
    }

    .pkgheadimg {
        margin: 5px;
        width: 100%;
        background-image: cover;
        text-align: center;
        margin: 0 auto;
    }

    .pkgheadtxt {
        font-size: 13px;
        color: #000;
        font-family: "Libre Baskerville", serif;
        text-align: justify;
        width: 100%;
        padding: 10px;
        line-height: 20px;
        margin-bottom: 30px;
    }

    /* emailpkg */

    .emailpgpkg {
        width: 100%;
        background: url(../images/email_bg.jpg) center center no-repeat;
        background-size: 100% 100% cover;
    }

    .emailpkg_form {
        width: 100%;
        margin: 0 auto;
        color: black;
    }

    .emailpkg_form h3 {
        color: rgb(0, 0, 0);
        font-weight: normal;
        text-align: center;
        padding: 15px 5px 0px 5px;
        font-size: 25px;
        text-shadow: rgb(61, 61, 61) 3px;
        font-family: "Libre Baskerville", serif;
        width: 100%;
    }

    * {
        box-sizing: border-box;
    }

    .formpkg-inline {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: center;
    }

    .formpkg-inline label {
        margin: 5px 5px 5px 0;
    }

    .formpkg-inline input {
        width: 100%;
        padding: 18px 18px 2px 20px;
        margin: 10px 0;
        box-sizing: border-box;
        border: none;
        border-bottom: 2px solid rgb(0, 0, 0);
        background: none;
        color: black;
        font-size: 18px;
        font-weight: normal;
    }

    /* .form-inline input::placeholder { color: black;} */

    inputpkg:focus {
        border-color: 0;
        border-right: 0;
        border-left: 0;
        border-top: 0;
        outline: 0;
        width: 100%;
    }

    .inputfldpkg::placeholder {
        color: black;
    }
    .inputfldpkg {
        width: 100%;
        padding: 18px 18px 2px 20px;
        margin: 10px 0;
        box-sizing: border-box;
        border: none;
        border-bottom: 2px solid rgb(0, 0, 0);
        background: none;
        color: black;
        font-size: 18px;
        font-weight: 560;
    }
    .inputfldpkg1 {
        width: "100%;!important";
        height: 55px;
    }

    .formpkg-inline button {
        padding: 10px 20px;
        background-color: rgb(0, 0, 0);
        color: rgb(214, 235, 255);
        cursor: pointer;
        font-size: 18px;
        border-radius: 7px;
        border: 1px solid rgb(0, 0, 0);
        margin-top: 40px;
        margin-bottom: 50px;
        text-align: center center;
        margin: 20px 120px;
    }

    .formpkg-inline button:hover {
        background-color: rgb(0, 0, 0);
    }

    /* about page */

    .about {
        width: 100%;
        margin: 100px 0 0 0;
        padding-top: 25px;
        text-align: center;
        background-size: 150%;
        background-position: 50% -0;
    }

    .aboutgoldhd {
        font-size: 40px;
        color: rgb(221, 140, 19);

        font-weight: normal;
        font-family: "Libre Baskerville", serif;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 20px;
        width: 100%;
    }

    .aboutblkhd {
        font-size: 30px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        font-weight: normal;
        font-family: "Libre Baskerville", serif;
        text-align: center;
        width: 100%;
        line-height: 14px;
    }

    .aboutsmlblkhd {
        font-size: 23px;
        color: rgb(0, 0, 0);
        margin: 10px auto;
        font-weight: 400;
        text-align: center;
        width: 100%;
        padding-bottom: 20px;
    }

    .abouttxt {
        width: 100%;
        font-family: "Mulish", sans-serif;
        position: relative;
        font-size: 16px;
        margin: 0 auto;
        padding-bottom: 40px;
        text-align: justify;
        padding: 2%;
    }

    /* About Intro */

    .about_intro {
        width: 100%;
        margin: 0 auto;
    }

    .about_intro img {
        width: 100%;
        padding: 10px;
    }

    .about_introhd {
        font-size: 25px;
        text-align: center;
        color: #000;
        padding-bottom: 0px;
        width: 100%;
        font-weight: 400;
    }

    .about_introtxt {
        font-size: 16px;
        text-align: justify;
        color: #000;
        line-height: 20px;
        width: 100%;
        padding: 1% 5%;
    }

    /* About  Section */

    .about_section {
        width: 100%;
        background-color: #fafafa;
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .tabtxt {
        background-color: #fff;
        border: rgb(221, 140, 19) 1px solid;
    }

    .education_tab {
        margin-bottom: -1px;
    }
    .education_tab .nav-link {
        border: rgb(221, 140, 19) solid 1px !important;
        border-bottom: none !important;
    }
    .tabtxthd {
        font-size: 28px;
        text-align: center;
        color: #000;
        padding-bottom: 20px;
        font-weight: 500;
        padding-top: 20px;
    }

    .tabtxt ul {
        list-style: none;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .tabtxt ul li {
        font-size: 16px;
        text-align: left;
        color: #000;
        padding-bottom: 15px;
        font-weight: 500;
        border-bottom: rgb(192, 192, 192) 1px solid;
        line-height: 19px;
        width: 100%;
        float: left;
        margin: 0px;
        padding: 0px;
    }

    .tabtxtlft {
        float: left;
        font-size: 16px;
        width: 80px;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .tabtxtrit {
        float: right;
        font-size: 14px;
        margin-bottom: 20px;
        width: 85%;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        line-height: 18px;
    }

    .experiance.nav-link {
        color: #000000;
        font-size: 20px;
    }

    .experiance.nav-link:hover {
        color: #000000;
    }

    /* Certificates */

    .certificatesbg {
        border-radius: 2px;
        background-color: #efefef;
        margin: 35px;
        padding: 17px;
        box-shadow: -6px 8px 10px #ddd;
        -moz-box-shadow: 8px 8px 4px rgb(199, 199, 199);
        -webkit-box-shadow: 8px 8px 4px rgb(199, 199, 199);
        box-shadow: 8px 8px 4px rgb(199, 199, 199);
    }

    .certificatesbg img {
        width: 100%;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .certificatesbg:hover img {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    /* Special Interest */

    .special_interest {
        width: 100%;
    }

    .overeffect img {
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .overeffect img:hover {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        -ms-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .special_interesthd {
        font-size: 15px;
        color: rgb(8, 8, 8);
        text-align: center;
        font-weight: 500;
        padding-top: 15px;
    }

    .apponment {
        padding: 0 15px;
    }

    .appoint img {
        text-align: center;
        width: 500px;
        height: 500px;
        margin: 0 auto;
    }

    .appointhd {
        font-size: 25px;
        text-transform: uppercase;
        color: #000000;
        width: 100%;
        padding: 10px;
        font-family: Cinzel;
    }

    .appointmenttxt1 {
        font-size: 16px;
        color: #0c0c0c;
        width: 100%;
        padding: 0%;
        text-align: center;
    }

    .appointmenttxt {
        font-size: 16px;
        color: #0c0c0c;
        width: 100%;
        padding: 5%;
        text-align: justify;
    }

    .appointmenttxt ul {
        font-size: 16px;
        position: relative;
    }

    .appointmenttxt li {
        font-size: 16px;
        position: relative;
        color: #0c0c0c;
        width: 100%;
        padding: 8px;
        list-style: none;
        text-align: justify;
        top: -25px;
    }

    ul.appointmenttxt li::before {
        content: "\f058";
        font: normal normal normal 20px/1 FontAwesome;
        color: #df8c11;
        margin-left: -26px;
        position: absolute;
        top: 12px;
    }

    .appointmenttxtbtn {
        font-size: 15px;
        padding: 7px 10px;
        color: #000;
        margin-top: 10px;
    }

    .appointmenttxtbtn a {
        color: #000;
    }

    .page-link {
        padding: 0.275rem 0.75rem;
        position: relative;
        display: block;
        color: #000000;
        text-decoration: none;
        background-color: #fff;
        border: 2px solid #000000;
        margin-top: 30px;
        margin: 15px;
        text-align: center;
    }

    .contacts {
        font-size: 22px;
        text-align: center;
        line-height: 25px;
        margin: 20px 0px;
    }

    .contacts img {
        margin: 10px;
    }

    .contactstp {
        margin-top: 20px;
    }

    /* services page */

    .services {
        padding-top: 0px;
    }

    .packagebnrhd1 {
        font-size: 40px;
    }

    .servicespg {
        width: 100%;
        background-image: url(../images/service_types.jpg);
        background-size: cover;
    }

    .servicespgbx {
        width: 100%;
        background-color: #fff;
        padding: 0px 10px 10px 10px;
        height: auto;
        float: left;
        opacity: 0.8;
        margin-bottom: 10px;
    }

    .servicespgbxhd {
        font-size: 22px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        font-weight: normal;
        font-family: "Libre Baskerville", serif;
        text-align: center;
        padding: 10px;
    }

    .servicespgbxtxt {
        font-size: 16px;
        width: 100%;
        padding: 10px;
        line-height: 20px;
    }

    .services_listhdintro {
        font-size: 22px;
        font-family: "Libre Baskerville", serif;
        text-align: center;
    }

    .services_listhdintrotxt {
        font-size: 16px;
        color: #000;
        font-family: "Mulish", serif;
        float: left;
        text-align: justify;
        width: 100%;
        padding: 15px 10px 20px 10px;
        line-height: 24px;
        font-weight: normal;
    }

    .services_listhd {
        font-size: 22px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        font-weight: normal;
        font-family: "Libre Baskerville", serif;
        text-align: center;
        margin: 20px 0px 60px 0px;
    }

    .services_list {
        font-size: 16px;
        color: #000;
        font-family: "Mulish", serif;
        float: left;
        text-align: justify;
        width: 100%;
        line-height: 30px;
        font-weight: normal;
        padding-bottom: 0px;
        margin-top: -45px;
    }

    .services_listhdsml {
        font-size: 20px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        font-weight: normal;
        font-family: "Libre Baskerville", serif;
        text-align: center;
    }

    .services_listhdcntr {
        font-size: 22px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        font-weight: normal;
        font-family: "Libre Baskerville", serif;
        text-align: center;
        margin-top: 20px;
    }

    .services_listcntr {
        font-size: 16px;
        color: #000;
        font-family: "Mulish", serif;
        float: left;
        text-align: center;
        width: 100%;
        padding: 20px;
        line-height: 30px;
        font-weight: normal;
    }

    .services_list ul {
        font-size: 16px;
        width: 100%;
    }

    .services_list ul li {
        font-family: "Mulish", serif;
    }

    .services_list ul li::marker {
        font-size: 22px;
        text-align: left;
        line-height: 30px;
        color: #e0ae63;
    }

    /* Awards */

    .awardstxt {
        font-size: 10px;
        line-height: 15px;
        margin: 10px 5px;
        width: 100%;
    }

    .awardscercil {
        text-align: center;
        width: 80px;
        height: 80px;
    }

    .awardscercil p {
        color: #000;
        width: 80%;
        font-size: 15px;
        font-weight: bold;
        margin-top: -13px;
    }

    .awardimgrit::after,
    .awardimgrit1::after {
        display: none;
    }

    .awardspace {
        margin-bottom: 130px;
    }

    .clinic_storycntr {
        font-size: 16px;
        width: 100%;
        padding: 5px;
        line-height: 20px;
        margin-bottom: 16px;
        font-family: "Mulish", serif;
    }

    .packagebnrhd2 {
        font-size: 30px;
        position: absolute;
        top: -167px;
        line-height: 35px;
        right: 97px;
    }

    .heading2 {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 10px;
        text-align: center;
    }

    .heading2 img {
        top: -130px;
        right: 60px;
        position: absolute;
    }

    .clinicbtn {
        font-size: 19px;
        padding: 16px 10px;
        margin: 15 auto;
        top: -50px;
        position: relative;
    }
    .clinicbtn.active {
        background: none !important;
        color: #91631a !important;
        text-decoration: underline;
        font-size: 22px;
    }

    .mission_listcntrhd {
        font-size: 25px;
        text-align: center;
        border-bottom: #ac7b1e;
        margin-top: 9px;
        position: absolute;
        padding-left: 13%;
    }

    .mission_listcntr {
        font-size: 16px;
        text-align: center;
        width: 100%;
        font-weight: normal;
        margin-top: 20px;
    }

    .clinic_storyhdcntrblk {
        font-size: 25px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        font-weight: normal;
        font-family: "Libre Baskerville", serif;
        text-align: center;
        margin-top: 20px;
    }

    .clinic_storyhdleftblk {
        font-size: 25px;
        margin-top: 10px;
        padding-bottom: 10px;
        line-height: 30px;
        padding-left: 5px;
    }

    .clinicstory_list {
        font-size: 16px;
        width: 100%;
        line-height: 22px;
        padding-bottom: 2px;
    }

    .clinicstory_list ul {
        font-size: 15px;
        text-align: justify;
        width: 100%;
        padding: 10px;
        line-height: 18px;
        margin-top: 0px;
        padding-left: 34px;
    }
    .clinicstory_list ul li {
        font-family: "Mulish", serif;
    }
    .clinicstory_list ul li::marker {
        font-size: 20px;
        text-align: left;
        line-height: 40px;
        color: #e0ae63;
    }

    .ser_offered {
        width: 100%;
        height: auto;
        position: relative;
        background-color: #966a16;
    }

    .ser_offered1 {
        height: auto;
        position: absolute;
        z-index: -99;
        margin: 10px 0px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        overflow: hidden;
        height: 280px;
        width: 200px;
    }

    .ser_offered2 {
        position: absolute;
        z-index: -999;
        left: 120px;
        margin: 10px 0px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        overflow: hidden;
        top: 30px;
        height: 230px;
        width: 180px;
    }

    .ser_offered3 {
        height: auto;
        position: absolute;
        z-index: -9999;
        left: 240px;
        margin: 10px 0px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        top: 70px;
        overflow: hidden;
        height: 220px;
        width: 120px;
    }

    .clinic_storyhdcntrblk {
        font-size: 25px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        font-weight: normal;
        font-family: "Libre Baskerville", serif;
        text-align: center;
        margin-top: 39px;
    }

    .clinic_servicehdcntrblk {
        margin-top: 0px;
        font-size: 25px;
        padding-top: 20px;
        margin: -9px auto;
    }

    .borderside {
        border-right: 2px rgb(0, 0, 0) solid;
        border-right: 0;
    }

    .services_listcntrhd {
        font-size: 25px;
    }

    .gap_top {
        margin: 0px;
    }

    .faqbtnhd {
        font-size: 14px;
        padding: 15px;
        font-weight: 400;
        margin-top: 10px;
        line-height: 18px;
    }

    .faqbtntxt {
        font-size: 16px;
        padding: 10px 0px;
        text-align: justify;
    }

    .heading {
        margin-bottom: 0;
    }

    .heading h2 {
        font-size: 25px;
        color: rgb(0, 0, 0);
        margin: 19px auto 2px auto;
        margin-top: 22px;
        font-family: "Libre Baskerville", serif;
    }

    .clinic_midd {
        margin-bottom: 100px;
        margin-left: 6px;
        top: 20px;
    }

    .appointtp {
        padding-top: 50px;
    }

    .nextprev li a {
        width: 36px;
        height: 35px;
    }

    .page-link {
        padding: 0.275rem 0.75rem;
        margin: 5px;
    }

    .clinic_midd {
        text-align: center;
        width: 100%;
        height: 250px;
        margin-top: 20px;
    }

    .clinicstory_list ul li {
        font-family: "Mulish", serif;
    }
    .clinicstory_list ul li::marker {
        font-size: 20px;
        text-align: left;
        line-height: 40px;
        color: #e0ae63;
    }

    /* mission */

    .mission_listhdintrotxt {
        padding-top: 60px;
        font-size: 16px;
    }

    .gap_top3 {
        margin-top: 0;
    }

    .centerbox {
        position: relative;
        width: 85%;
        margin: 0 auto;
        text-align: center;
    }

    .centerboxin {
        border-radius: 2px;
        background-color: #ffffff;
        margin: 55px 35px 35px 35px;
        padding: 28px 40px;
    }

    .centerboxin:after {
        content: "";
        position: absolute;
        width: 80%;
        height: 250px;
    }

    .centerboxhd {
        font-size: 50px;
    }

    .centerboxhd1 {
        font-size: 90px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        font-weight: bold;
    }

    .centerboxtxt {
        font-size: 25px;
    }

    .center_btn {
        background-image: linear-gradient(
            90deg,
            #c98935 0%,
            #c98935 0%,
            #e5b970 24%,
            #e0ae63 64%,
            #ad7024 97%
        );
        color: rgb(0, 0, 0);
        font-weight: bold;
        text-align: center;
    }
}

@media only screen and (min-device-width: 1318px) and (max-device-width: 825x) {
    /* Styles */
    .fixed {
        top: -1px;
        left: 0;
        width: 100%;
        height: 115px;
        z-index: 99;
        background: #000 !important;
        -webkit-box-shadow: 0px 4px 10px 0px rgba(5, 5, 5, 0.1);
        -moz-box-shadow: 0px 4px 10px 0px rgba(5, 5, 5, 0.1);
        box-shadow: 0px 4px 10px 0px rgba(5, 5, 5, 0.1);
        display: none;
    }
    .header.fixed .logo {
        width: 110px;
        margin: 0px !important;
        padding-left: 0px !important;
    }
    /* .header.fixed .logo img{width:100%;margin: 0px;} */
    .header.fixed .navbar {
        padding: 0 !important;
        display: none;
    }
    .header.fixed .headtop_left {
        margin-top: 10px !important;
        display: none;
    }
    .headtop_left {
        margin-top: 10px;
        margin-bottom: 0px !important;
        padding-left: 0px !important;
    }
    .header {
        padding: 0px 30px 0px 30px;
        height: 116px;
        top: 0;
    }
    .desktop {
        display: none;
    }
    .headtop_rit {
        float: left;
        padding: 0px !important;
        margin: 0px !important;
    }
    .mob_header.mob_header {
        display: block !important;
    }
    .mob_header .header {
        width: 100%;
        position: fixed;
        top: 0;
    }
    .mob_header .headtop_left {
        padding-left: 0px;
    }
    .mob_header .headtop_left p {
        color: white;
        font-size: 14px;
        padding-top: 0;
        text-align: center;
    }
    .mob_header .headtop_rit {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .mob_header .headtop_rit .logo {
        width: 120px;
        margin-right: 0px;
    }
    .mob_header .headtop_rit img {
        width: 103px;
        margin: 0px;
        vertical-align: unset;
        margin-top: 20px;
    }
    .mob_header .headtop_ritbtn {
        padding: 3px 1px 4px 1px;
        border-radius: 5px;
        width: 44%;
        font-size: 19.5px;
        font-weight: bold;
        margin-top: 2px;
        margin-top: -63px;
        margin-left: 252px;
        margin-bottom: 25px;
    }

    .mob_header .headtop_ritbtn a {
        color: black;
    }

    .mob_header .navbar-nav {
        left: 0;
        width: 100%;
        font-size: 12px;
    }

    .mob_header .navbar-toggler {
        font-size: 1rem;
        line-height: 2;
        background-color: transparent;
        border-radius: 0.25rem;
        transition: box-shadow 0.15s ease-in-out;
        margin-left: 311px;
        right: 0;
        z-index: -99;
        margin-top: -38px;
    }

    .mob_header .megacolumn {
        padding: 1px 0px 2px 2px;
    }
    .mob_header .megacolumn h4 {
        padding: 3px 0px 3px 0px;
        margin: 0 2px 3px 0px;
        font-size: 13px;
        font-weight: 600;
        border-bottom: #ddd 1px solid;
    }
    .mob_header .megacolumn ul {
        list-style: none;
        padding: 0px 0px 0px 4px;
        margin: 0px 0px 0px 0px;
    }
    .mob_header .megacolumn ul li {
        padding: 0px !important;
        margin: 0px;
        color: #222;
        font-size: 9px;
        line-height: 2px;
        display: inline-block;
        width: 49%;
    }
    .mob_header .megacolumn ul li a {
        color: #222;
        text-decoration: none;
    }
    .mob_header .megacolumn ul li a:hover {
        color: rgb(214, 146, 0);
        text-decoration: none;
    }
    .mob_header .megacolumn ul li a.dropdown-item {
        display: none !important;
    }

    .mob_header .navbar-expand-lg .navbar-nav .dropdown-menu {
        top: 5px;
    }

    .mob_header .navbar-expand-lg .navbar-nav .dropdown-menu.megamenu {
        top: 80%;
        left: 20%;
        right: 20%;
    }

    .mobile-nav-toggle {
        right: -5px;
        top: 49px;
    }

    .mob_header .dropdown-item {
        display: block;
        width: 130px;
        padding: 2px 3px;
        clear: both;
        font-weight: 400;
        color: #212529;
        font-size: 11px;
        text-align: inherit;
        text-decoration: none;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }

    .banner p {
        font-size: 39px;
        color: #fff;
        font-weight: normal;
        font-family: "Poiret One", cursive;
        padding-top: 184px;
        padding-left: 155px;
        text-shadow: 4px 4px 6px #000;
        width: 100%;
        letter-spacing: 3px;
    }

    /* heading  */

    .heading {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 30px;
        text-align: center;
    }

    .heading h2 {
        font-size: 22px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        text-align: center;
        font-weight: normal;
        margin-top: 40px;
        font-family: "Libre Baskerville", serif;
    }

    .heading img {
        margin-top: -30px;
        top: -55;
        width: 250px;
    }

    .heading p {
        color: rgb(8, 8, 8);
        font-weight: normal;
        text-align: justify;
        padding-top: 12px;
        font-size: 15px;
        font-family: "Mulish", sans-serif;
    }

    .img_cont {
        position: absolute;
        top: 77%;
        bottom: 0;
        text-align: center;
        color: rgb(0, 0, 0);
        width: 87%;
        z-index: 99;
        -webkit-transition: all 2s;
        padding-top: -8px;
        margin: 15px;
        padding-right: 10px;
        /* background-color: rgba(255, 255, 255, 0.478); */
    }

    .img_head {
        font-size: 15px;
        padding: 34px 10px;
        text-align: center;
        margin: -10px auto;
    }

    .cosmetic_bx:hover .img_cosmetichead {
        padding: 8px 10px;
    }

    .cosmetic_form p,
    .faq_cosmetichead p,
    p {
        margin-bottom: 0;
    }

    .testimonial_boxin {
        width: 100% !important;
    }

    /* footer */

    .footer {
        width: 100%;
        background-color: #000000;
        height: auto;
        padding: 0 5%;
        margin: 0 auto;
        background-repeat: repeat;
        margin-bottom: 60px;
    }

    .footer_lt {
        margin-top: 40px;
        line-height: 20px;
    }

    .footer_lt h4 {
        font-weight: 800;
        color: rgb(190, 146, 0);
        font-size: 12px;
        padding-top: 2px;
        padding-bottom: 15px;
        text-align: left;
        margin: 0 auto;
    }

    .footer_lt ul {
        list-style: none;
        text-align: left;
        margin: 0 auto;
        font-size: 11px;
    }

    .footer_lt ul li {
        list-style: none;
        text-align: left;
        margin: 0 auto;
    }

    .footer_lt ul li:hover {
        list-style: none;
        text-align: left;
        margin: 0 auto;
        color: #866f09;
        cursor: pointer;
    }

    .footer_midd {
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0px 20px;
        text-align: center;
    }

    .footer_midd h4 {
        color: #ffffff;
        text-align: center;
        margin: 0 auto;
        font-size: 13px;
        padding-top: 5px;
    }

    .footer_midd p {
        color: #ffffff;
        text-align: center;
        margin: 0 auto;
        font-size: 12px;
        padding-top: 3px;
    }

    .footer_midd img {
        text-align: center;
        margin: 0 auto;
        margin: 0px 52px 3px 1px;
    }

    .footer_rt1 {
        margin: 0 auto;
        margin-top: 40px;
        margin-bottom: 20px;
        text-align: left;
        padding-top: -10px;
        width: 100%;
    }

    .footer_rtbtn1 {
        background-image: linear-gradient(
            90deg,
            #c98935 0%,
            #c98935 0%,
            #e5b970 24%,
            #e0ae63 64%,
            #ad7024 97%
        );
        border-radius: 8px;
        padding: 6px 6px 8px 6px;
        width: 160px;
        margin-bottom: 20px;
        display: inline-block;
        font-size: 12px;
        color: black;
        font-weight: bold;
    }

    .email_txt1 {
        font-size: 10px;
        color: white;
        text-align: center;
        margin-left: 20px;
    }

    .email_icon1 {
        margin: 0 auto;
        margin-top: 40px;
        text-align: center;
    }

    .email_icon1 img {
        margin-right: 2px;
        text-align: left;
        margin-left: 2px;
        margin-top: -27px;
    }

    .btmft_bg {
        width: 90%;
        float: left;
        background-color: #000000;
        background-repeat: repeat;
        border-top: rgb(82, 81, 81) 2px solid;
        margin-top: 30px;
        margin: 0 auto;
    }

    .btmft_bg p {
        color: rgb(138, 138, 138);
        font-size: 10px;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .footerbtn {
        background-image: linear-gradient(
            90deg,
            #c98935 0%,
            #c98935 0%,
            #e5b970 24%,
            #e0ae63 64%,
            #ad7024 97%
        );
        width: 100%;
        display: block;
        position: fixed;
        z-index: 99;
        bottom: 0;
        text-align: center;
    }

    .footerbtn li {
        list-style: none;
        color: rgb(0, 0, 0);
        font-size: 14px;
        font-weight: 400;
        float: left;
        width: 33.3%;
        margin: 5px 0;
        text-align: center;
    }

    .footerbtn ul {
        padding-left: 0rem;
        text-align: center;
    }

    .footerbtn li a {
        font-size: 14px;
        color: rgb(0, 0, 0);
        text-align: center;
        margin: 0 auto;
        padding: 2px 5px 5px 0px;
    }

    .footerbtn li img {
        list-style: none;
        display: inline;
        padding: 2px;
        margin: 0 auto;
        text-align: center;
    }

    .ftr_odr1 {
        order: 1;
    }

    .ftr_odr2 {
        order: 2;
    }

    .ftr_odr3 {
        order: 3;
    }

    .ftr_odr4 {
        order: 4;
    }

    .ftr_odr5 {
        order: 5;
    }

    .ftr_odr6 {
        order: 6;
    }

    /* Gallery */

    .nextprev {
        margin: 0 auto;
        padding: 30px;
        text-align: center;
    }

    .nextprev li a {
        border-radius: 50%;
        color: #000;
        width: 30px;
        height: 30px;
    }

    .gallerybg {
        height: 210px;
    }

    .gallerytp {
        padding-top: 116px;
    }

    .sideline {
        border-right: #212529 2px solid;
    }

    /* pkgbanner */

    .pkgbanner {
        width: 100%;
        margin: 0 auto;
        padding-top: 110px;
        position: relative;
    }

    .packagebx {
        height: auto;

        position: relative;
        width: 100%;
        top: 10px;
        margin-left: 0px;
    }

    .packagebnrhd {
        font-size: 30px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        font-weight: 400;
        font-family: Poiret One;
        text-align: center;
        width: 100%;
    }

    .packagebnrtxt {
        font-size: 14px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        font-weight: normal;
        width: 100%;
        margin-left: 0px;
    }

    .pkgheading {
        font-size: 20px;
        color: #000;
        font-family: "Libre Baskerville", serif;
        border-bottom: #a87000 2px solid;
        text-align: left;
        margin: 15px 5px;
        width: 100%;
    }

    .pkgheadimg {
        margin: 5px;
        width: 100%;
        background-image: cover;
        text-align: center;
        margin: 0 auto;
    }

    .pkgheadtxt {
        font-size: 13px;
        color: #000;
        font-family: "Libre Baskerville", serif;
        text-align: justify;
        width: 100%;
        padding: 10px;
        line-height: 20px;
        margin-bottom: 30px;
    }

    /* emailpkg */

    .emailpgpkg {
        width: 100%;
        background: url(../images/email_bg.jpg) center center no-repeat;
        background-size: 100% 100% cover;
    }

    .emailpkg_form {
        width: 100%;
        margin: 0 auto;
        color: black;
    }

    .emailpkg_form h3 {
        color: rgb(0, 0, 0);
        font-weight: normal;
        text-align: center;
        padding: 15px 5px 0px 5px;
        font-size: 25px;
        text-shadow: rgb(61, 61, 61) 3px;
        font-family: "Libre Baskerville", serif;
        width: 100%;
    }

    * {
        box-sizing: border-box;
    }

    .formpkg-inline {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: center;
    }

    .formpkg-inline label {
        margin: 5px 5px 5px 0;
    }

    .formpkg-inline input {
        width: 100%;
        padding: 18px 18px 2px 20px;
        margin: 10px 0;
        box-sizing: border-box;
        border: none;
        border-bottom: 2px solid rgb(0, 0, 0);
        background: none;
        color: black;
        font-size: 18px;
        font-weight: normal;
    }

    /* .form-inline input::placeholder { color: black;} */

    inputpkg:focus {
        border-color: 0;
        border-right: 0;
        border-left: 0;
        border-top: 0;
        outline: 0;
        width: 100%;
    }

    .inputfldpkg::placeholder {
        color: black;
    }
    .inputfldpkg {
        width: 100%;
        padding: 18px 18px 2px 20px;
        margin: 10px 0;
        box-sizing: border-box;
        border: none;
        border-bottom: 2px solid rgb(0, 0, 0);
        background: none;
        color: black;
        font-size: 18px;
        font-weight: 560;
    }
    .inputfldpkg1 {
        width: "100%;!important";
        height: 55px;
    }

    .formpkg-inline button {
        padding: 10px 20px;
        background-color: rgb(0, 0, 0);
        color: rgb(214, 235, 255);
        cursor: pointer;
        font-size: 18px;
        border-radius: 7px;
        border: 1px solid rgb(0, 0, 0);
        margin-top: 40px;
        margin-bottom: 50px;
        text-align: center center;
        margin: 20px 120px;
    }

    .formpkg-inline button:hover {
        background-color: rgb(0, 0, 0);
    }

    /* about page */

    .about {
        width: 100%;
        margin: 100px 0 0 0;
        padding-top: 25px;
        text-align: center;
        background-size: 150%;
        background-position: 50% -0;
    }

    .aboutgoldhd {
        font-size: 40px;
        color: rgb(221, 140, 19);

        font-weight: normal;
        font-family: "Libre Baskerville", serif;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 20px;
        width: 100%;
    }

    .aboutblkhd {
        font-size: 30px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        font-weight: normal;
        font-family: "Libre Baskerville", serif;
        text-align: center;
        width: 100%;
        line-height: 14px;
    }

    .aboutsmlblkhd {
        font-size: 23px;
        color: rgb(0, 0, 0);
        margin: 10px auto;
        font-weight: 400;
        text-align: center;
        width: 100%;
        padding-bottom: 20px;
    }

    .abouttxt {
        width: 100%;
        font-family: "Mulish", sans-serif;
        position: relative;
        font-size: 16px;
        margin: 0 auto;
        padding-bottom: 40px;
        text-align: justify;
        padding: 2%;
    }

    /* About Intro */

    .about_intro {
        width: 100%;
        margin: 0 auto;
    }

    .about_intro img {
        width: 100%;
        padding: 10px;
    }

    .about_introhd {
        font-size: 25px;
        text-align: center;
        color: #000;
        padding-bottom: 0px;
        width: 100%;
        font-weight: 400;
    }

    .about_introtxt {
        font-size: 16px;
        text-align: justify;
        color: #000;
        line-height: 20px;
        width: 100%;
        padding: 1% 5%;
    }

    /* About  Section */

    .about_section {
        width: 100%;
        background-color: #fafafa;
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .tabtxt {
        background-color: #fff;
        border: rgb(221, 140, 19) 1px solid;
    }

    .education_tab {
        margin-bottom: -1px;
    }
    .education_tab .nav-link {
        border: rgb(221, 140, 19) solid 1px !important;
        border-bottom: none !important;
    }
    .tabtxthd {
        font-size: 28px;
        text-align: center;
        color: #000;
        padding-bottom: 20px;
        font-weight: 500;
        padding-top: 20px;
    }

    .tabtxt ul {
        list-style: none;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .tabtxt ul li {
        font-size: 16px;
        text-align: left;
        color: #000;
        padding-bottom: 15px;
        font-weight: 500;
        border-bottom: rgb(192, 192, 192) 1px solid;
        line-height: 19px;
        width: 100%;
        float: left;
        margin: 0px;
        padding: 0px;
    }

    .tabtxtlft {
        float: left;
        font-size: 16px;
        width: 80px;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .tabtxtrit {
        float: right;
        font-size: 14px;
        margin-bottom: 20px;
        width: 85%;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        line-height: 18px;
    }

    .experiance.nav-link {
        color: #000000;
        font-size: 20px;
    }

    .experiance.nav-link:hover {
        color: #000000;
    }

    /* Certificates */

    .certificatesbg {
        border-radius: 2px;
        background-color: #efefef;
        margin: 35px;
        padding: 17px;
        box-shadow: -6px 8px 10px #ddd;
        -moz-box-shadow: 8px 8px 4px rgb(199, 199, 199);
        -webkit-box-shadow: 8px 8px 4px rgb(199, 199, 199);
        box-shadow: 8px 8px 4px rgb(199, 199, 199);
    }

    .certificatesbg img {
        width: 100%;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .certificatesbg:hover img {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    /* Special Interest */

    .special_interest {
        width: 100%;
    }

    .overeffect img {
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .overeffect img:hover {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        -ms-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .special_interesthd {
        font-size: 15px;
        color: rgb(8, 8, 8);
        text-align: center;
        font-weight: 500;
        padding-top: 15px;
    }

    .apponment {
        padding: 0 15px;
    }

    .appoint img {
        text-align: center;
        width: 500px;
        height: 500px;
        margin: 0 auto;
    }

    .appointhd {
        font-size: 25px;
        text-transform: uppercase;
        color: #000000;
        width: 100%;
        padding: 10px;
        font-family: Cinzel;
    }

    .appointmenttxt1 {
        font-size: 16px;
        color: #0c0c0c;
        width: 100%;
        padding: 0%;
        text-align: center;
    }

    .appointmenttxt {
        font-size: 16px;
        color: #0c0c0c;
        width: 100%;
        padding: 5%;
        text-align: justify;
    }

    .appointmenttxt ul {
        font-size: 16px;
        position: relative;
    }

    .appointmenttxt li {
        font-size: 16px;
        position: relative;
        color: #0c0c0c;
        width: 100%;
        padding: 8px;
        list-style: none;
        text-align: justify;
        top: -25px;
    }

    ul.appointmenttxt li::before {
        content: "\f058";
        font: normal normal normal 20px/1 FontAwesome;
        color: #df8c11;
        margin-left: -26px;
        position: absolute;
        top: 12px;
    }

    .appointmenttxtbtn {
        font-size: 15px;
        padding: 7px 10px;
        color: #000;
        margin-top: 10px;
    }

    .appointmenttxtbtn a {
        color: #000;
    }

    .page-link {
        padding: 0.275rem 0.75rem;
        position: relative;
        display: block;
        color: #000000;
        text-decoration: none;
        background-color: #fff;
        border: 2px solid #000000;
        margin-top: 30px;
        margin: 15px;
        text-align: center;
    }

    .contacts {
        font-size: 22px;
        text-align: center;
        line-height: 25px;
        margin: 20px 0px;
    }

    .contacts img {
        margin: 10px;
    }

    .contactstp {
        margin-top: 20px;
    }

    /* services page */

    .services {
        padding-top: 0px;
    }

    .packagebnrhd1 {
        font-size: 40px;
    }

    .servicespg {
        width: 100%;
        background-image: url(../images/service_types.jpg);
        background-size: cover;
    }

    .servicespgbx {
        width: 100%;
        background-color: #fff;
        padding: 0px 10px 10px 10px;
        height: auto;
        float: left;
        opacity: 0.8;
        margin-bottom: 10px;
    }

    .servicespgbxhd {
        font-size: 22px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        font-weight: normal;
        font-family: "Libre Baskerville", serif;
        text-align: center;
        padding: 10px;
    }

    .servicespgbxtxt {
        font-size: 16px;
        width: 100%;
        padding: 10px;
        line-height: 20px;
    }

    .services_listhdintro {
        font-size: 22px;
        font-family: "Libre Baskerville", serif;
        text-align: center;
    }

    .services_listhdintrotxt {
        font-size: 16px;
        color: #000;
        font-family: "Mulish", serif;
        float: left;
        text-align: justify;
        width: 100%;
        padding: 15px 10px 20px 10px;
        line-height: 24px;
        font-weight: normal;
    }

    .services_listhd {
        font-size: 22px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        font-weight: normal;
        font-family: "Libre Baskerville", serif;
        text-align: center;
        margin: 20px 0px 60px 0px;
    }

    .services_list {
        font-size: 16px;
        color: #000;
        font-family: "Mulish", serif;
        float: left;
        text-align: justify;
        width: 100%;
        line-height: 30px;
        font-weight: normal;
        padding-bottom: 0px;
        margin-top: -45px;
    }

    .services_listhdsml {
        font-size: 20px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        font-weight: normal;
        font-family: "Libre Baskerville", serif;
        text-align: center;
    }

    .services_listhdcntr {
        font-size: 22px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        font-weight: normal;
        font-family: "Libre Baskerville", serif;
        text-align: center;
        margin-top: 20px;
    }

    .services_listcntr {
        font-size: 16px;
        color: #000;
        font-family: "Mulish", serif;
        float: left;
        text-align: center;
        width: 100%;
        padding: 20px;
        line-height: 30px;
        font-weight: normal;
    }

    .services_list ul {
        font-size: 16px;
        width: 100%;
    }

    .services_list ul li {
        font-family: "Mulish", serif;
    }

    .services_list ul li::marker {
        font-size: 22px;
        text-align: left;
        line-height: 30px;
        color: #e0ae63;
    }

    /* Awards */

    .awardstxt {
        font-size: 10px;
        line-height: 15px;
        margin: 10px 5px;
        width: 100%;
    }

    .awardscercil {
        text-align: center;
        width: 80px;
        height: 80px;
    }

    .awardscercil p {
        color: #000;
        width: 80%;
        font-size: 15px;
        font-weight: bold;
        margin-top: -13px;
    }

    .awardimgrit::after,
    .awardimgrit1::after {
        display: none;
    }

    .awardspace {
        margin-bottom: 130px;
    }

    .clinic_storycntr {
        font-size: 16px;
        width: 100%;
        padding: 5px;
        line-height: 20px;
        margin-bottom: 16px;
        font-family: "Mulish", serif;
    }

    .packagebnrhd2 {
        font-size: 30px;
        position: absolute;
        top: -167px;
        line-height: 35px;
        right: 97px;
    }

    .heading2 {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 10px;
        text-align: center;
    }

    .heading2 img {
        top: -130px;
        right: 60px;
        position: absolute;
    }

    .clinicbtn {
        font-size: 19px;
        padding: 16px 10px;
        margin: 15 auto;
        top: -50px;
        position: relative;
    }
    .clinicbtn.active {
        background: none !important;
        color: #91631a !important;
        text-decoration: underline;
        font-size: 22px;
    }

    .mission_listcntrhd {
        font-size: 25px;
        text-align: center;
        border-bottom: #ac7b1e;
        margin-top: 9px;
        position: absolute;
        padding-left: 13%;
    }

    .mission_listcntr {
        font-size: 16px;
        text-align: center;
        width: 100%;
        font-weight: normal;
        margin-top: 20px;
    }

    .clinic_storyhdcntrblk {
        font-size: 25px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        font-weight: normal;
        font-family: "Libre Baskerville", serif;
        text-align: center;
        margin-top: 20px;
    }

    .clinic_storyhdleftblk {
        font-size: 25px;
        margin-top: 10px;
        padding-bottom: 10px;
        line-height: 30px;
        padding-left: 5px;
    }

    .clinicstory_list {
        font-size: 16px;
        width: 100%;
        line-height: 22px;
        padding-bottom: 2px;
    }

    .clinicstory_list ul {
        font-size: 15px;
        text-align: justify;
        width: 100%;
        padding: 10px;
        line-height: 18px;
        margin-top: 0px;
        padding-left: 34px;
    }
    .clinicstory_list ul li {
        font-family: "Mulish", serif;
    }
    .clinicstory_list ul li::marker {
        font-size: 20px;
        text-align: left;
        line-height: 40px;
        color: #e0ae63;
    }

    .ser_offered {
        width: 100%;
        height: auto;
        position: relative;
        background-color: #966a16;
    }

    .ser_offered1 {
        height: auto;
        position: absolute;
        z-index: -99;
        margin: 10px 0px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        overflow: hidden;
        height: 280px;
        width: 200px;
    }

    .ser_offered2 {
        position: absolute;
        z-index: -999;
        left: 120px;
        margin: 10px 0px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        overflow: hidden;
        top: 30px;
        height: 230px;
        width: 180px;
    }

    .ser_offered3 {
        height: auto;
        position: absolute;
        z-index: -9999;
        left: 240px;
        margin: 10px 0px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        top: 70px;
        overflow: hidden;
        height: 220px;
        width: 120px;
    }

    .clinic_storyhdcntrblk {
        font-size: 25px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        font-weight: normal;
        font-family: "Libre Baskerville", serif;
        text-align: center;
        margin-top: 39px;
    }

    .clinic_servicehdcntrblk {
        margin-top: 0px;
        font-size: 25px;
        padding-top: 20px;
        margin: -9px auto;
    }

    .borderside {
        border-right: 2px rgb(0, 0, 0) solid;
        border-right: 0;
    }

    .services_listcntrhd {
        font-size: 25px;
    }

    .gap_top {
        margin: 0px;
    }

    .faqbtnhd {
        font-size: 14px;
        padding: 15px;
        font-weight: 400;
        margin-top: 10px;
        line-height: 18px;
    }

    .faqbtntxt {
        font-size: 16px;
        padding: 10px 0px;
        text-align: justify;
    }

    .heading {
        margin-bottom: 0;
    }

    .heading h2 {
        font-size: 25px;
        color: rgb(0, 0, 0);
        margin: 19px auto 2px auto;
        margin-top: 22px;
        font-family: "Libre Baskerville", serif;
    }

    .clinic_midd {
        margin-bottom: 100px;
        margin-left: 6px;
        top: 20px;
    }

    .appointtp {
        padding-top: 50px;
    }

    .nextprev li a {
        width: 36px;
        height: 35px;
    }

    .page-link {
        padding: 0.275rem 0.75rem;
        margin: 5px;
    }

    .clinic_midd {
        text-align: center;
        width: 100%;
        height: 250px;
        margin-top: 20px;
    }

    .clinicstory_list ul li {
        font-family: "Mulish", serif;
    }
    .clinicstory_list ul li::marker {
        font-size: 20px;
        text-align: left;
        line-height: 40px;
        color: #e0ae63;
    }

    /* mission */

    .mission_listhdintrotxt {
        padding-top: 60px;
        font-size: 16px;
    }

    .gap_top3 {
        margin-top: 0;
    }

    .centerbox {
        position: relative;
        width: 85%;
        margin: 0 auto;
        text-align: center;
    }

    .centerboxin {
        border-radius: 2px;
        background-color: #ffffff;
        margin: 55px 35px 35px 35px;
        padding: 28px 40px;
    }

    .centerboxin:after {
        content: "";
        position: absolute;
        width: 80%;
        height: 250px;
    }

    .centerboxhd {
        font-size: 50px;
    }

    .centerboxhd1 {
        font-size: 90px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        font-weight: bold;
    }

    .centerboxtxt {
        font-size: 25px;
    }

    .center_btn {
        background-image: linear-gradient(
            90deg,
            #c98935 0%,
            #c98935 0%,
            #e5b970 24%,
            #e0ae63 64%,
            #ad7024 97%
        );
        color: rgb(0, 0, 0);
        font-weight: bold;
        text-align: center;
    }
}

/* Smartphones (portrait and landscape) ------------------------------------------------------------------------------------------------- */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    /* Styles */
    .fixed {
        top: -1px;
        left: 0;
        width: 100%;
        height: 115px;
        z-index: 99;
        background: #000 !important;
        -webkit-box-shadow: 0px 4px 10px 0px rgba(5, 5, 5, 0.1);
        -moz-box-shadow: 0px 4px 10px 0px rgba(5, 5, 5, 0.1);
        box-shadow: 0px 4px 10px 0px rgba(5, 5, 5, 0.1);
        display: none;
    }
    .header.fixed .logo {
        width: 110px;
        margin: 0px !important;
        padding-left: 0px !important;
    }
    /* .header.fixed .logo img{width:100%;margin: 0px;} */
    .header.fixed .navbar {
        padding: 0 !important;
        display: none;
    }
    .header.fixed .headtop_left {
        margin-top: 10px !important;
        display: none;
    }
    .headtop_left {
        margin-top: 10px;
        margin-bottom: 0px !important;
        padding-left: 0px !important;
    }
    .header {
        padding: 0px 30px 0px 30px;
        height: 116px;
        top: 0;
    }
    .desktop {
        display: none;
    }
    .headtop_rit {
        float: left;
        padding: 0px !important;
        margin: 0px !important;
    }
    .mob_header.mob_header {
        display: block !important;
    }
    .mob_header .header {
        width: 100%;
        position: fixed;
        top: 0;
    }
    .mob_header .headtop_left {
        padding-left: 0px;
    }
    .mob_header .headtop_left p {
        color: white;
        font-size: 14px;
        padding-top: 0;
        text-align: center;
    }
    .mob_header .headtop_rit {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .mob_header .headtop_rit .logo {
        width: 120px;
        margin-right: 0px;
    }
    .mob_header .headtop_rit img {
        width: 103px;
        margin: 0px;
        vertical-align: unset;
        margin-top: 20px;
    }
    .mob_header .headtop_ritbtn {
        padding: 11px 1px 4px 1px;
        border-radius: 5px;
        width: 160px;
        font-size: 10.5px;
        font-weight: bold;
        margin-top: 2px;
        margin-top: -60px;
        margin-left: 120px;
        margin-bottom: 25px;
    }

    .mob_header .headtop_ritbtn a {
        color: black;
    }

    .mob_header .navbar-nav {
        left: 0;
        width: 100%;
        font-size: 12px;
    }

    .mob_header .navbar-toggler {
        font-size: 1rem;
        line-height: 2;
        background-color: transparent;
        border-radius: 0.25rem;
        transition: box-shadow 0.15s ease-in-out;
        margin-left: 311px;
        right: 0;
        z-index: -99;
        margin-top: -38px;
    }

    .mob_header .megacolumn {
        padding: 1px 0px 2px 2px;
    }
    .mob_header .megacolumn h4 {
        padding: 3px 0px 3px 0px;
        margin: 0 2px 3px 0px;
        font-size: 13px;
        font-weight: 600;
        border-bottom: #ddd 1px solid;
    }
    .mob_header .megacolumn ul {
        list-style: none;
        padding: 0px 0px 0px 4px;
        margin: 0px 0px 0px 0px;
    }
    .mob_header .megacolumn ul li {
        padding: 0px !important;
        margin: 0px;
        color: #222;
        font-size: 9px;
        line-height: 2px;
        display: inline-block;
        width: 49%;
    }
    .mob_header .megacolumn ul li a {
        color: #222;
        text-decoration: none;
    }
    .mob_header .megacolumn ul li a:hover {
        color: rgb(214, 146, 0);
        text-decoration: none;
    }
    .mob_header .megacolumn ul li a.dropdown-item {
        display: none !important;
    }

    .mob_header .navbar-expand-lg .navbar-nav .dropdown-menu {
        top: 5px;
    }

    .mob_header .navbar-expand-lg .navbar-nav .dropdown-menu.megamenu {
        top: 80%;
        left: 20%;
        right: 20%;
    }

    .mobile-nav-toggle {
        right: -5px;
        top: 49px;
    }

    .mob_header .dropdown-item {
        display: block;
        width: 130px;
        padding: 2px 3px;
        clear: both;
        font-weight: 400;
        color: #212529;
        font-size: 11px;
        text-align: inherit;
        text-decoration: none;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }

    /* banner  */

    .banner {
        width: 100%;
        margin: 0 auto;
        padding-top: 116px;
    }

    .banner p {
        font-size: 15px;
        color: #fff;
        font-weight: bold;
        font-family: "Poiret One", cursive;
        padding-top: 96px;
        padding-left: 70px;
        text-shadow: 4px 4px 6px #000;
        width: 100%;
        letter-spacing: 3px;
    }

    /* main */

    .main {
        width: 100%;
        margin: 0 auto;
        height: auto;
    }

    .mainfix {
        width: 95%;
        margin: 0 auto;
        text-align: center;
    }

    /* heading  */

    .heading {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 30px;
        text-align: center;
    }

    .heading h2 {
        font-size: 22px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        text-align: center;
        font-weight: normal;
        margin-top: 40px;
        font-family: "Libre Baskerville", serif;
    }

    .heading img {
        margin-top: -30px;
        top: -55;
        width: 250px;
    }

    .heading p {
        color: rgb(8, 8, 8);
        font-weight: normal;
        text-align: justify;
        padding-top: 12px;
        font-size: 15px;
        font-family: "Mulish", sans-serif;
    }

    /* rcorners  */

    .rcorners {
        width: 100px;
        height: 100px;
        border-radius: 60px;
        background-image: linear-gradient(
            108deg,
            #dfbf82 0%,
            #dfbf82 0%,
            #f3e3af 24%,
            #efdba5 64%,
            #c9ac76 97%
        );
        margin: 10px auto;
    }

    .rcorners p {
        width: 100%;
        color: rgb(0, 0, 0);
        font-size: 25px;
        font-weight: 300;
        padding: 20px 0 15px 0px;
        text-align: center;
        font-family: "Mulish", sans-serif;
    }

    .rcorners img {
        width: 85px;
        text-align: center;
        padding: 8px;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .rcorners:hover img {
        width: 85px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    /* procedures */

    .procedures {
        width: 100%;
        margin: 0 auto;
        position: relative;
        text-align: center;
        overflow: hidden;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-radius: 40px;
    }

    .procedures img {
        margin-bottom: 30px;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .procedures:hover img {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .procedures_img {
        height: 272px;
        display: block;
        margin-bottom: 10px;
    }

    .procedures p {
        color: rgb(8, 8, 8);
        font-weight: 400;
        text-align: center;
        position: absolute;
        font-size: 22px;
        margin-top: -88px;
        width: 100%;
        font-family: "Libre Baskerville", serif;
    }

    .procedures p:hover {
        font-weight: bold;
        font-size: 22px;
        text-decoration: #000 1px underline;
    }

    .proceduress {
        position: absolute;
        bottom: 52px;
        height: 0px;
        margin: 0px;
    }

    /* services */

    .services {
        margin: 0 auto;
    }

    .services_top {
        text-align: center;
    }

    .imgboxwp {
        text-align: center;
        padding: 10px;
        margin: 0 auto;
        margin-bottom: 10px;
        border-radius: 100%;
        border: #cc9529 3px solid;
        width: 190px;
        background-color: white;
        height: 190px;
        background-image: url(../images/cosmetic_dermatology.png);
        margin-bottom: 0px;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .imgboxwp:hover {
        display: block;
        text-align: center;
        padding: 10px;
        margin: 0 auto;
        border-radius: 100%;
        border: #cc9529 3px solid;
        width: 190px;
        background-color: white;
        height: 190px;
        background-image: url(../images/cosmetic_dermatology.png);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .imgboxwp1 {
        text-align: center;
        padding: 10px;
        margin: 0 auto;
        margin-top: 0px;
        border-radius: 100%;
        border: #cc9529 3px solid;
        width: 190px;
        background-color: white;
        height: 190px;
        background-image: url(../images/medical_dermatology.png);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .imgboxwp1:hover {
        display: block;
        text-align: center;
        padding: 10px;
        margin: 0 auto;
        border-radius: 100%;
        border: #cc9529 3px solid;
        width: 190px;
        background-color: white;
        height: 190px;
        background-image: url(../images/medical_dermatology.png);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .services_top h4 {
        font-weight: normal;
        text-align: center;
        font-size: 20px;
        color: #c9952f;
        padding: 15px;
    }

    .services_top h4:hover {
        font-weight: normal;
        text-align: center;
        font-size: 20px;
        color: #cc9529;
        padding: 15px;
    }

    .services_top p {
        color: rgb(8, 8, 8);
        font-weight: normal;
        text-align: center;
        font-size: 16px;
    }

    .services_top button {
        background-color: #ffffff;
        border-radius: 8px;
        color: rgb(31, 30, 30);
        padding: 5px 8px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 15px;
        cursor: pointer;
        border: #cc9529 2px solid;
        cursor: pointer;
        margin-bottom: 10px;
    }

    .services_top button:hover {
        font-weight: bold;
        cursor: pointer;
        background-image: linear-gradient(
            90deg,
            #c9952f 0%,
            #c9952f 0%,
            #e4c56a 24%,
            #dfba5d 64%,
            #ac7b1e 97%
        );
    }

    .services_midd {
        text-align: center;
        width: 100%;
        display: none;
    }

    .services_bottom {
        text-align: center;
        margin-bottom: 30px;
    }

    .services_bottom img {
        text-align: center;
        border-radius: 100%;
        border: #cc9529 1px solid;
        margin: 25px 25px 0px 25px;
        width: 65px;
        height: 65px;
        bottom: 0;
    }

    .services_bottom img:hover {
        background-image: linear-gradient(
            90deg,
            #c98935 0%,
            #c98935 0%,
            #e5b970 24%,
            #e0ae63 64%,
            #ad7024 97%
        );
        width: 64px;
        height: 64px;
        border: #cc9529 2px solid;
    }

    .services_bottom p {
        color: rgb(0, 0, 0);
        font-weight: normal;
        text-align: center;
        font-size: 16px;
        width: 100%;
        margin-top: 3px;
    }

    .services_bottom p:hover {
        color: rgb(0, 0, 0);
        font-weight: 400;
        text-align: center;
        font-size: 16px;
        width: 100%;
    }

    /* intro */

    .intro {
        width: 100%;
        margin: 0 auto;
        padding-top: 9px;
        padding-bottom: 7px;
    }

    .intro h2 {
        font-size: 25px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        text-align: left;
        font-weight: normal;
        font-family: "Libre Baskerville", serif;
        padding-bottom: 10px;
    }

    .intro h4 {
        font-size: 18px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        text-align: left;
        font-weight: 400;
        margin-bottom: 50px;
    }

    .intro_border {
        width: 300px;
        height: 251px;
    }

    .intro_border {
        cantent: "";
        position: absolute;
        border: #cc9529 2px solid;
        -webkit-border-top-right-radius: 500px;
        -webkit-border-bottom-right-radius: 500px;
        -moz-border-radius-topright: 500px;
        -moz-border-radius-bottomright: 500px;
        border-top-right-radius: 500px;
        border-bottom-right-radius: 500px;
        margin-top: 100px;
    }

    .intro img {
        margin-left: 30px;
        margin-top: 30px;
        position: absolute;
        width: 300px;
        height: 251px;
    }

    .intro p {
        width: 100%;
        font-family: "Mulish", sans-serif;
        text-align: justify;
        position: relative;
        font-size: 16px;
        padding-top: 300px;
    }

    .intro button {
        background-color: #ffffff;
        border-radius: 8px;
        color: rgb(31, 30, 30);
        padding: 5px 10px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 0px 3px;
        cursor: pointer;
        border: #cc9529 2px solid;
        margin-left: 120px;
    }

    .intro button:hover {
        font-weight: bold;
        background-image: linear-gradient(
            90deg,
            #c9952f 0%,
            #c9952f 0%,
            #e4c56a 24%,
            #dfba5d 64%,
            #ac7b1e 97%
        );
    }

    /* package */

    .packeg {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .packeg_bx {
        text-align: center;
        -webkit-border-radius: 20px;
        -webkit-border-top-left-radius: 20px;
        -moz-border-radius: 20px;
        -moz-border-radius-topleft: 20px;
        border-radius: 20px;
        border-top-left-radius: 20px;
        overflow: hidden;
        position: relative;
    }

    .packeg_bx h4 {
        text-align: center;
        -webkit-border-radius: 20px;
        -webkit-border-top-left-radius: 20px;
        -moz-border-radius: 20px;
        -moz-border-radius-topleft: 20px;
        border-radius: 20px;
        border-top-left-radius: 20px;
        overflow: hidden;
    }

    .packeg_bx:hover {
        text-align: center;
        width: 100%;
        -webkit-border-radius: 20px;
        -webkit-border-bottom-right-radius: 150px;
        -moz-border-radius: 20px;
        -moz-border-radius-bottomright: 150px;
        border-radius: 20px;
        border-bottom-right-radius: 150px;
    }

    .fill_btn {
        background-color: #ffffff;
        border-radius: 8px;
        color: rgb(31, 30, 30);
        padding: 5px 10px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 70px 80px;
        cursor: pointer;
        border: #cc9529 2px solid;
        cursor: pointer;
        width: 40%;
    }

    .fill_btn:hover {
        font-weight: bold;
        cursor: pointer;
        background-image: linear-gradient(
            90deg,
            #c9952f 0%,
            #c9952f 0%,
            #e4c56a 24%,
            #dfba5d 64%,
            #ac7b1e 97%
        );
        margin: 70px 80px;
        width: 40%;
    }

    .img_cont {
        position: absolute;
        top: 77%;
        bottom: 0;
        text-align: center;
        color: rgb(0, 0, 0);
        width: 85%;
        z-index: 99;
        -webkit-transition: all 2s;
        padding-top: -8px;
        -webkit-border-radius: 20px;
        -webkit-border-bottom-right-radius: 150px;
        -moz-border-radius: 20px;
        -moz-border-radius-bottomright: 150px;
        border-radius: 20px;
        border-bottom-right-radius: 150px;
        margin: 30px;
        padding-right: 30px;
        /* background-color: rgba(255, 255, 255, 0.478); */
    }

    .img_head {
        font-size: 20px;
        font-weight: normal;
        line-height: 1;
        font-family: "Libre Baskerville", serif;
        padding: 34px 10px;
        text-align: center;
        margin: 0 auto;
        margin-left: 40px;
    }

    p {
        font-size: 15px;
        margin: 22px 0;
        font-family: "Mulish", sans-serif;
    }

    .packeg_bx:hover .img_cont {
        top: 0;
        z-index: 2;

        background-image: linear-gradient(
            rgb(179, 179, 179),
            rgb(255, 255, 255)
        );
        opacity: 0.8;
    }
    .packeg_bx:hover .img_head {
        padding: 60px 10px;
    }

    .contact_form p,
    .faq_head p,
    p {
        margin-bottom: 0;
    }
    p {
        margin-top: -7px;
        margin-bottom: 1rem;
    }
    * {
        font-family: "Mulish", sans-serif;
        margin: 0;
        padding: 0;
    }
    *,
    ::after,
    ::before {
        box-sizing: border-box;
    }
    user agent stylesheet p {
        display: block;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        font-family: "Mulish", sans-serif;
    }

    /* email */

    .emailpg {
        width: 100%;
        background: url(../images/email_bg.jpg) center center no-repeat;
        background-size: 100% 100%;
        background-size: cover;
    }

    .email_form {
        width: 100%;
        margin: 0 auto;
        color: black;
    }

    .email_form h3 {
        color: rgb(0, 0, 0);
        font-weight: normal;
        text-align: center;
        padding: 70px 0px 0px 0px;
        font-size: 26px;
        margin-top: 0px;
        text-shadow: rgb(61, 61, 61) 3px;
        font-family: "Libre Baskerville", serif;
    }

    * {
        box-sizing: border-box;
    }

    .form-inline {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: center;
    }

    .form-inline label {
        margin: 5px 10px 5px 0;
    }

    .form-inline input {
        width: 100%;
        padding: 10px 18px 10px 20px;
        margin: 10px 0;
        box-sizing: border-box;
        border: none;
        border-bottom: 2px solid rgb(0, 0, 0);
        background: none;
        color: black;
        font-size: 15px;
        font-weight: 400;
    }

    /* .form-inline input::placeholder { color: black;} */

    input:focus {
        border-color: 0;
        border-right: 0;
        border-left: 0;
        border-top: 0;
        outline: 0;
    }

    .inputfld::placeholder {
        color: black;
    }
    .inputfld {
        width: 100%;
        padding: 18px 18px 2px 20px;
        margin: 10px 0;
        box-sizing: border-box;
        border: none;
        border-bottom: 2px solid rgb(0, 0, 0);
        background: none;
        color: black;
        font-size: 15px;
        font-weight: 400;
    }
    .inputfld1 {
        width: 100% !important;
        height: 55px;
    }

    .form-inline button {
        padding: 10px 30px;
        background-color: rgb(0, 0, 0);
        color: rgb(214, 235, 255);
        cursor: pointer;
        font-size: 15px;
        border-radius: 7px;
        border: 1px solid rgb(0, 0, 0);
        margin-left: 33%;
        margin-top: 40px;
        margin-bottom: 50px;
    }

    .form-inline button:hover {
        background-color: rgb(0, 0, 0);
    }

    .heading h2 {
        font-size: 25px;
        color: rgb(0, 0, 0);
        margin: 19px auto;
        text-align: center;
        font-weight: normal;
        margin-top: 18px;
        font-family: "Libre Baskerville", serif;
    }

    .cosmetic_bx {
        text-align: center;
        overflow: hidden;
        position: relative;
        margin: 10px;
    }

    .cosmetic_bx h4 {
        text-align: center;
        overflow: hidden;
        font-size: 10px;
    }

    .cosmetic_bx:hover {
        text-align: center;
        margin: 10px;
    }

    .img_cosmeticcont {
        position: relative;
        top: 77%;
        bottom: 0;
        text-align: center;
        color: rgb(0, 0, 0);
        width: 94%;
        z-index: 99;
        -webkit-transition: all 2s;
        padding-top: -8px;
        margin: 10px;
        padding: 10px;
        margin-top: -63px;
    }

    .img_cosmetichead {
        font-size: 20px;
        font-weight: 400;
        line-height: 1;
        font-family: "Libre Baskerville", serif;
        padding: 10px 10px;
    }

    .cosmetictxt {
    }

    .cosmetictxt ul {
        padding: 0;
        margin: 0;
    }

    .cosmetictxt li {
        font-size: 17px;
        margin: 8px 10px;
        font-family: "Mulish", sans-serif;
        border-bottom: rgb(31, 30, 30) 1px solid;
        width: 42%;
        text-decoration: none;
        list-style: none;
        border-bottom: rgb(31, 30, 30) 1px solid;
        float: left;
        font-weight: 400px;
    }

    .cosmetictxt1 ul li {
        width: 45%;
        margin: 10px 5px;
        text-align: center;
    }

    .cosmetic_bx:hover .img_cosmeticcont {
        top: 0;
        z-index: 2;
        background-image: none;
        opacity: 0.7;
    }

    .cosmetic_bx:hover .img_cosmetichead {
        padding: 10px 10px;
    }

    .cosmetic_form p,
    .faq_cosmetichead p,
    p {
        /* margin-bottom: 0; */
    }

    /* map */

    .maping {
        width: 100%;
        height: auto;
        padding: 30px;
        overflow-x: hidden;
    }

    .maping p {
        color: rgb(255, 255, 255);
        font-weight: 400;
        text-align: center;
        position: absolute;
        font-size: 30px;
        font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
            "Lucida Sans", Arial, sans-serif;
        top: 30px;
        left: 30px;
        right: 30px;
        bottom: 30px;
        background-color: rgba(0, 0, 0, 0.5);
        padding-top: 200px;
    }

    .hoverpic:hover p {
        display: none;
    }
    .maping img {
        width: 400px;
        margin-bottom: 0px;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .maping img:hover {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .testimonial_main {
        padding: 20px 0px;
    }

    .testimonial_box1 {
        position: relative;
        width: 100%;
        margin: 0 -12px;
    }

    .testimonialbx1 {
        border-radius: 2px;
        margin: 1px 11px -33px 34px;
        padding: 1px 21px;
        margin-bottom: 0;
    }

    .testimonialbx1:after {
        content: "";
        position: absolute;
        width: 280px;
        height: 270px;
        background-image: linear-gradient(
            90deg,
            #b38327 0%,
            #b38327 0%,
            #ceb362 24%,
            #c9a855 64%,
            #966a16 97%
        );
        top: -10px;
        z-index: -1;
        border-radius: 0px;
        margin-bottom: 15px;
    }

    .carousel-control-next,
    .carousel-control-prev {
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 0%;
        padding: 0;
        color: #fff;
        text-align: center;
        background: 0 0;
        border: 0;
        opacity: 0.5;
        transition: opacity 0.15s ease;
    }

    .testimonialbx1 .staricon img {
        width: 15px;
        padding-bottom: 18px;
        text-align: right;
    }

    .testimonialbx1 h5 {
        color: rgba(14, 14, 14, 0.8);
        font-size: 23px;
        font-weight: 400;
        margin-bottom: 0;
        width: 100%;
        top: 0;
        padding-top: 35px;
    }
    .testimonialbx1 h5 > span {
        background-color: #a1802c;
        padding: 4px 15px;
        color: #ffffff;
        font-size: 13px;
        float: right;
        margin-bottom: 20px;
    }
    .testimonialbx1 p {
        color: rgba(22, 22, 22, 0.8);
        font-size: 18px;
        margin-top: 0;
        text-align: left;
        margin-bottom: 0;
        padding: 10px 0px;
    }

    .read_btn {
        background-color: #ffffff;
        border-radius: 8px;
        color: rgb(31, 30, 30);
        padding: 5px 10px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 0 auto;
        cursor: pointer;
        border: #cc9529 2px solid;
        cursor: pointer;
        width: 35%;
        margin-left: 32%;
    }

    .read_btn:hover {
        font-weight: bold;
        cursor: pointer;
        background-image: linear-gradient(
            90deg,
            #c9952f 0%,
            #c9952f 0%,
            #e4c56a 24%,
            #dfba5d 64%,
            #ac7b1e 97%
        );
        margin: 0 auto;
        width: 35%;
        text-align: center;
        margin-left: 32%;
    }

    .testicon {
        margin-top: 0px;
    }

    /* testimonial_boxin  */

    .testimonial_boxin {
        width: 100%;
        padding: 0px;
    }

    .testimonialbxin {
        margin: 61px 35px 35px 24px;
        padding: 28px 5px 36px 5px;
        width: 90%;
    }

    .testimonialbxin i {
        font-size: 15px;
        vertical-align: super;
    }

    .testimonialbxin h5 {
        font-size: 15px;
        padding-top: 0px;
        width: 100%;
        font-weight: 600;
        padding-top: 7px;
    }
    .testimonialbxin h5 > span {
        background-color: #cc9529;
        padding: 4px 15px;
        color: #ffffff;
        font-size: 13px;
        float: right;
        margin-bottom: 20px;
    }
    .testimonialbxin p {
        color: rgba(22, 22, 22, 0.8);
        font-size: 18px;
        margin-top: 0;
        text-align: left;
        margin-bottom: 0;
        padding: 10px 5px;
        height: auto;
        overflow: auto;
    }

    .testimonialbxin:after {
        content: "";
        width: 300px;
        height: 260px;
        background-image: linear-gradient(
            90deg,
            #b38327 0%,
            #b38327 0%,
            #ceb362 24%,
            #c9a855 64%,
            #966a16 97%
        );
        top: -10px;
        left: 14px;
        z-index: -1;
        border-radius: 0px;
        padding-left: 5px;
        margin-bottom: 15px;
    }

    .testimonialbxin .staricon {
        padding-bottom: 3px;
        text-align: center;
        margin: 0 auto;
        display: block;
    }

    .staricon1 {
        margin: 0 auto;
        text-align: center;
        display: block;
    }

    .testimonialbxin p::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 6px;
        background-color: #ddd;
    }

    .testimonialbxin p::-webkit-scrollbar {
        width: 8px;
        background-color: #f5f5f5;
    }

    .testimonialbxin p::-webkit-scrollbar-thumb {
        border-radius: 6px;
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background: #c9a855;
        background: -moz-linear-gradient(top, #c9a855 0%, #966a16 100%);
        background: -webkit-linear-gradient(top, #c9a855 0%, #966a16 100%);
        background: linear-gradient(to bottom, #c9a855 0%, #966a16 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaa996', endColorstr='#dd7054',GradientType=0 );
    }

    .testimon {
        display: block;
    }

    .testicon {
        width: 40px;
        height: 31px;
    }

    .contacts {
        font-size: 18px;
    }

    .contacts img {
        width: 20px;
        height: 20px;
    }

    .map_icon {
        top: -60px;
        height: 100px;
        width: 120px;
        border-radius: 20px;
        background-color: black;
        position: absolute;
        left: 33.3%;
        text-align: center;
        opacity: 0.7;
    }

    .map_icon p {
        color: rgb(214, 146, 0);
        font-size: 12px;
        font-family: "Libre Baskerville", serif;
        font-weight: bold;
        padding-top: 30px;
    }

    .map_icon img {
        text-align: center;
        margin: 0 auto;
        height: 50px;
        width: 57px;
        margin-top: 10px;
    }

    /* footer */

    .footer {
        width: 100%;
        background-color: #000000;
        height: auto;
        padding: 0 5%;
        margin: 0 auto;
        background-repeat: repeat;
        margin-bottom: 60px;
    }

    .footer_lt {
        color: #fff;
        margin-top: 40px;
        line-height: 30px;
        text-align: left;
        margin: 0 auto;
        margin-bottom: 20px;
        width: 100%;
        border-bottom: 1px solid #c3932c;
        margin-bottom: 10px;
    }

    .footer_lt h4 {
        font-weight: 800;
        color: rgb(190, 146, 0);
        font-size: 16px;
        padding-top: 20px;
        padding-bottom: 15px;
        text-align: center;
        margin: 0 auto;
    }

    .footer_lt ul {
        list-style: circle;
        text-align: center;
        margin: 0 auto;
        font-size: 14px;
        display: inline-block;
        padding: 0px 8px;
    }

    .footer_lt ul li {
        font-family: "Mulish", serif;
        display: inline-block;
        padding: 4px !important;
        position: relative;
    }

    .footer_lt ul li:hover {
        list-style: none;
        text-align: left;
        margin: 0 auto;
        color: #866f09;
        cursor: pointer;
    }

    .footer_lt ul li:after {
        content: "|";
        position: absolute;
        right: -4px;
        color: #c3932c;
    }

    /* .clinicstory_list {
font-size:18px;
color: #000;
font-family: 'Mulish', serif;
float: left;
text-align: justify;
width:100%;
line-height:30px;
font-weight: normal;
padding-bottom:0px;
} */

    /* .clinicstory_list ul  {
font-size:18px;
color: #000;
font-family: 'Mulish', serif;
float: left;
text-align: justify;
width:100%;
padding:20px 20px 0px 20px;
line-height:25px;

}
.clinicstory_list ul li {
font-family:'Mulish', serif;

}
.clinicstory_list ul li::marker {
font-size:25px;
text-align: left;
line-height:40px;
color: #e0ae63;
} */

    .footer_midd {
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0px 20px;
        text-align: center;
    }

    .footer_midd h4 {
        color: #ffffff;
        text-align: center;
        margin: 0 auto;
        font-size: 15px;
        padding-top: 5px;
    }

    .footer_midd p {
        color: #ffffff;
        text-align: center;
        margin: 0 auto;
        font-size: 12px;
        padding-top: 3px;
    }

    .footer_midd img {
        text-align: center;
        margin: 0 auto;
        margin: 0px 50px 10px 50px;
    }

    .footer_rt1 {
        margin: 0 auto;
        margin-top: 40px;
        margin-bottom: 20px;
        text-align: left;
        padding-top: -10px;
        width: 100%;
    }

    .footer_rtbtn1 {
        margin: 0 auto;
        text-align: center;
    }

    .email_txt1 {
        font-size: 16px;
        color: white;
        text-align: center;
        margin: 0 auto;
        padding: 10px 0px;
    }

    .email_icon1 {
        margin: 0 auto;
        margin-top: 30px;
        text-align: center;
    }

    .email_icon1 img {
        margin-right: 2px;
        text-align: left;
        margin-left: 2px;
        margin-top: -27px;
    }

    .btmft_bg {
        width: 90%;
        float: left;
        background-color: #000000;
        background-repeat: repeat;
        border-top: rgb(82, 81, 81) 2px solid;
        margin-top: 30px;
        margin: 0 auto;
    }

    .btmft_bg p {
        color: rgb(138, 138, 138);
        font-size: 10px;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 10px;
    }

    .footerbtn {
        background-image: linear-gradient(
            90deg,
            #c98935 0%,
            #c98935 0%,
            #e5b970 24%,
            #e0ae63 64%,
            #ad7024 97%
        );
        width: 100%;
        display: block;
        position: fixed;
        z-index: 99;
        bottom: 0;
        text-align: center;
    }

    .footerbtn li {
        list-style: none;
        color: rgb(0, 0, 0);
        font-size: 14px;
        font-weight: 400;
        float: left;
        width: 33.3%;
        margin: 5px 0;
        text-align: center;
    }

    .footerbtn ul {
        padding-left: 0rem;
        text-align: center;
    }

    .footerbtn li a {
        font-size: 14px;
        color: rgb(0, 0, 0);
        text-align: center;
        margin: 0 auto;
        padding: 2px 5px 5px 0px;
    }

    .footerbtn li img {
        list-style: none;
        display: inline;
        padding: 2px;
        margin: 0 auto;
        text-align: center;
    }

    .ftr_odr1 {
        order: 1;
    }

    .ftr_odr2 {
        order: 2;
    }

    .ftr_odr3 {
        order: 3;
    }

    .ftr_odr4 {
        order: 4;
    }

    .ftr_odr5 {
        order: 5;
    }

    .ftr_odr6 {
        order: 6;
    }

    /* Gallery */

    .nextprev {
        margin: 0 auto;
        padding: 30px;
        text-align: center;
    }

    .nextprev li a {
        border-radius: 50%;
        color: #000;
        width: 30px;
        height: 30px;
    }

    .gallerybg {
        background-size: 150%;
        background-position: 50% -0;
        height: 100px;
    }

    .gallerytp {
        padding-top: 116px;
    }

    .gallerybg h2 {
        font-size: 40px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        text-align: center;
        font-family: "Poiret One";
        padding-top: 30px;
        bottom: -100px;
    }

    .sideline {
        border-right: #212529 2px solid;
    }

    /* pkgbanner */

    .pkgbanner {
        width: 100%;
        margin: 0 auto;
        padding-top: 110px;
        position: relative;
    }
    .pkgbanner .bnrpic {
        width: 110%;
        height: 130px;
    }

    .packagebx {
        height: auto;
        position: relative;
        width: 100%;
        top: 10px;
        margin-left: 0px;
    }

    .packagebnrhd {
        font-size: 30px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        font-weight: 400;
        font-family: Poiret One;
        text-align: center;
        width: 100%;
    }

    .packagebnrtxt {
        font-size: 14px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        font-weight: normal;
        width: 100%;
        margin-left: 0px;
    }

    .pkgheading {
        font-size: 20px;
        color: #000;
        font-family: "Libre Baskerville", serif;
        border-bottom: #a87000 2px solid;
        text-align: left;
        margin: 15px 5px;
        width: 100%;
    }

    .pkgheadimg {
        margin: 5px;
        width: 100%;
        background-image: cover;
        text-align: center;
        margin: 0 auto;
    }

    .pkgheadtxt {
        font-size: 15px;
        color: #000;
        text-align: left !important;
        width: 100%;
        padding: 15px;
        line-height: 1.5;
        line-height: 20px;
        margin-bottom: 30px;
    }

    /* emailpkg */

    .emailpgpkg {
        width: 100%;
        background: url(../images/email_bg.jpg) center center no-repeat;
        background-size: 100% 100% cover;
    }

    .emailpkg_form {
        width: 100%;
        margin: 0 auto;
        color: black;
    }

    .emailpkg_form h3 {
        color: rgb(0, 0, 0);
        font-weight: normal;
        text-align: center;
        padding: 15px 5px 0px 5px;
        font-size: 24px;
        text-shadow: rgb(61, 61, 61) 3px;
        font-family: "Libre Baskerville", serif;
        width: 100%;
    }

    * {
        box-sizing: border-box;
    }

    .formpkg-inline {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: center;
    }

    .formpkg-inline label {
        margin: 5px 5px 5px 0;
    }

    .formpkg-inline input {
        width: 100%;
        padding: 18px 18px 2px 20px;
        margin: 10px 0;
        box-sizing: border-box;
        border: none;
        border-bottom: 2px solid rgb(0, 0, 0);
        background: none;
        color: black;
        font-size: 18px;
        font-weight: normal;
    }

    /* .form-inline input::placeholder { color: black;} */

    inputpkg:focus {
        border-color: 0;
        border-right: 0;
        border-left: 0;
        border-top: 0;
        outline: 0;
        width: 100%;
    }

    .inputfldpkg::placeholder {
        color: black;
    }
    .inputfldpkg {
        width: 100%;
        padding: 18px 18px 2px 20px;
        margin: 10px 0;
        box-sizing: border-box;
        border: none;
        border-bottom: 2px solid rgb(0, 0, 0);
        background: none;
        color: black;
        font-size: 18px;
        font-weight: 560;
    }
    .inputfldpkg1 {
        width: "100%;!important";
        height: 55px;
    }

    .formpkg-inline button {
        padding: 10px 20px;
        background-color: rgb(0, 0, 0);
        color: rgb(214, 235, 255);
        cursor: pointer;
        font-size: 18px;
        border-radius: 7px;
        border: 1px solid rgb(0, 0, 0);
        margin-top: 40px;
        margin-bottom: 50px;
        text-align: center center;
        margin: 20px 120px;
    }

    .formpkg-inline button:hover {
        background-color: rgb(0, 0, 0);
    }

    .inputfldpkg1 {
        width: 100% !important;
        height: 55px;
    }

    /* about page */

    .about {
        width: 100%;
        margin: 100px 0 0 0;
        padding-top: 25px;
        text-align: center;
        background-size: 150%;
        background-position: 50% -0;
    }

    .aboutgoldhd {
        font-size: 40px;
        color: rgb(221, 140, 19);

        font-weight: normal;
        font-family: "Libre Baskerville", serif;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 20px;
        width: 100%;
    }

    .aboutblkhd {
        font-size: 30px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        font-weight: normal;
        font-family: "Libre Baskerville", serif;
        text-align: center;
        width: 100%;
    }

    .aboutsmlblkhd {
        font-size: 23px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        font-weight: 400;
        text-align: center;
        width: 100%;
        padding-bottom: 20px;
    }

    .abouttxt {
        width: 100%;
        font-family: "Mulish", sans-serif;
        text-align: center;
        position: relative;
        font-size: 16px;
        margin: 0 auto;
        padding-bottom: 40px;
        text-align: justify;
        padding: 5%;
    }

    /* About Intro */

    .about_intro {
        width: 100%;
        margin: 0 auto;
    }

    .about_intro img {
        width: 100%;
        padding: 10px;
    }

    .about_introhd {
        font-size: 25px;
        text-align: center;
        color: #000;
        padding-bottom: 0px;
        width: 100%;
        font-weight: 400;
    }

    .about_introtxt {
        font-size: 16px;
        text-align: justify;
        color: #000;
        line-height: 22px;
        width: 100%;
        padding: 1% 5%;
    }

    /* About  Section */

    .about_section {
        width: 100%;
        background-color: #fafafa;
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .tabtxt {
        background-color: #fff;
        border: rgb(221, 140, 19) 1px solid;
    }

    .education_tab {
        margin-bottom: -1px;
    }
    .education_tab .nav-link {
        border: rgb(221, 140, 19) solid 1px !important;
        border-bottom: none !important;
    }
    .tabtxthd {
        font-size: 28px;
        text-align: center;
        color: #000;
        padding-bottom: 20px;
        font-weight: 500;
        padding-top: 20px;
    }

    .tabtxt ul {
        list-style: none;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .tabtxt ul li {
        font-size: 16px;
        text-align: left;
        color: #000;
        padding-bottom: 15px;
        font-weight: 500;
        border-bottom: rgb(192, 192, 192) 1px solid;
        line-height: 19px;
        width: 100%;
        float: left;
        margin: 0px;
        padding: 0px;
    }

    .tabtxtlft {
        float: left;
        font-size: 18px;
        width: 60px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .tabtxtrit {
        float: right;
        font-size: 16px;
        margin-bottom: 20px;
        width: 75%;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 10px;
        line-height: 18px;
        font-family: "Mulish", serif;
        font-weight: normal;
    }

    .experiance.nav-link {
        color: #000000;
        font-size: 20px;
    }

    .experiance.nav-link:hover {
        color: #000000;
    }

    /* Certificates */

    .certificatesbg {
        border-radius: 2px;
        background-color: #efefef;
        margin: 35px;
        padding: 40px;
        box-shadow: -6px 8px 10px #ddd;
        -moz-box-shadow: 8px 8px 4px rgb(199, 199, 199);
        -webkit-box-shadow: 8px 8px 4px rgb(199, 199, 199);
        box-shadow: 8px 8px 4px rgb(199, 199, 199);
    }

    .certificatesbg img {
        width: 100%;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .certificatesbg:hover img {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    /* Special Interest */

    .special_interest {
        width: 100%;
    }

    .overeffect img {
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .overeffect img:hover {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        -ms-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .special_interesthd {
        font-size: 15px;
        color: rgb(8, 8, 8);
        text-align: center;
        font-weight: 500;
        padding-top: 15px;
    }

    .apponment {
        padding: 0 15px;
    }

    .appoint img {
        text-align: center;
    }

    .appointhd {
        font-size: 25px;
        text-transform: uppercase;
        color: #000000;
        width: 100%;
        padding: 10px;
        font-family: Cinzel;
    }

    .appointmenttxt1 {
        font-size: 16px;
        color: #0c0c0c;
        width: 100%;
        padding: 0%;
        text-align: center;
    }

    .appointmenttxt {
        font-size: 16px;
        color: #0c0c0c;
        width: 100%;
        padding: 5%;
        text-align: justify;
    }

    .appointmenttxt ul {
        font-size: 16px;
        position: relative;
    }

    .appointmenttxt li {
        font-size: 16px;
        position: relative;
        color: #0c0c0c;
        width: 100%;
        padding: 8px;
        list-style: none;
        text-align: justify;
        top: -25px;
    }

    ul.appointmenttxt li::before {
        content: "\f058";
        font: normal normal normal 20px/1 FontAwesome;
        color: #df8c11;
        margin-left: -26px;
        position: absolute;
        top: 12px;
    }

    .appointmenttxtbtn {
        font-size: 15px;
        padding: 7px 10px;
        color: #000;
        margin-top: 10px;
    }

    .appointmenttxtbtn a {
        color: #000;
    }

    .page-link {
        padding: 0.275rem 0.75rem;
        position: relative;
        display: block;
        color: #000000;
        text-decoration: none;
        background-color: #fff;
        border: 2px solid #000000;
        margin-top: 30px;
        margin: 15px;
        text-align: center;
    }

    .contacts {
        font-size: 18px;
        text-align: center;
        line-height: 20px;
        margin: 10px 10px;
    }

    .contacts img {
        margin: 10px;
    }

    .contactstp {
        margin-top: 20px;
    }

    /* services page */

    .services {
        padding-top: 0px;
    }

    .packagebnrhd1 {
        font-size: 28px;
    }

    .servicespg {
        width: 100%;
        background-image: url(../images/service_types.jpg);
        background-size: cover;
    }

    .servicespgbx {
        width: 100%;
        background-color: #fff;
        padding: 0px 10px 10px 10px;
        height: auto;
        float: left;
        opacity: 0.8;
        margin-bottom: 10px;
    }

    .servicespgbxhd {
        font-size: 22px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        font-weight: normal;
        font-family: "Libre Baskerville", serif;
        text-align: center;
        padding: 10px;
    }

    .servicespgbxtxt {
        font-size: 16px;
        width: 100%;
        padding: 10px;
    }

    .services_listhdintro {
        font-size: 22px;
        font-family: "Libre Baskerville", serif;
        text-align: center;
        padding-bottom: 10px;
    }

    .services_listhdintrotxt {
        font-size: 16px;
        color: #000;
        font-family: "Mulish", serif;
        float: left;
        text-align: justify;
        width: 100%;
        padding: 0px 10px 20px 10px;
        line-height: 24px;
        font-weight: normal;
    }

    .services_listhd {
        font-size: 22px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        font-weight: normal;
        font-family: "Libre Baskerville", serif;
        text-align: center;
        margin: 10px 0px 50px 0px;
    }

    .services_list {
        font-size: 16px;
        color: #000;
        font-family: "Mulish", serif;
        float: left;
        text-align: justify;
        width: 100%;
        line-height: 25px;
        font-weight: normal;
        padding-bottom: 0px;
        margin-top: -42px;
    }

    .services_listhdsml {
        font-size: 20px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        font-weight: normal;
        font-family: "Libre Baskerville", serif;
        text-align: center;
    }

    .services_listhdcntr {
        font-size: 22px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        font-weight: normal;
        font-family: "Libre Baskerville", serif;
        text-align: center;
        margin-top: 20px;
    }

    .services_listcntr {
        font-size: 16px;
        color: #000;
        font-family: "Mulish", serif;
        float: left;
        text-align: center;
        width: 100%;
        padding: 20px;
        line-height: 30px;
        font-weight: normal;
    }

    .services_list ul {
        font-size: 16px;
        width: 100%;
    }
    .services_list ul li {
        font-family: "Mulish", serif;
    }
    .services_list ul li::marker {
        font-size: 22px;
        text-align: left;
        line-height: 30px;
        color: #e0ae63;
    }

    /* Awards */

    .awardstxt {
        font-size: 15px;
        line-height: 30px;
        margin: 20px 10px;
        width: 100%;
    }

    .awardscercil {
        text-align: center;
    }

    .awardscercil p {
        color: #000;
        width: 100%;
        font-size: 15px;
        font-weight: bold;
    }

    .awardimgrit::after,
    .awardimgrit1::after {
        display: none;
    }

    .awardspace {
        margin-bottom: 130px;
    }

    .clinic_storycntr {
        font-size: 16px;
        width: 100%;
        padding: 5px;
        line-height: 20px;
        margin-bottom: 16px;
        font-family: "Mulish", serif;
    }

    .packagebnrhd2 {
        font-size: 30px;
        position: absolute;
        top: -210px;
        line-height: 35px;
        right: 80px;
    }

    .heading2 {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 10px;
        text-align: center;
    }

    .heading2 img {
        top: -130px;
        right: 60px;
        position: absolute;
    }

    .clinicbtn {
        font-size: 20px;
        padding: 16px 10px;
        margin: 15 auto;
        top: -56px;
        position: relative;
    }

    .mission_listcntrhd {
        font-size: 25px;
        text-align: center;
        border-bottom: #ac7b1e;
        margin-top: -40px;
        position: absolute;
        padding-left: 35%;
    }

    .mission_listcntr {
        font-size: 16px;
        text-align: center;
        width: 100%;
        font-weight: normal;
    }

    .clinic_storyhdcntrblk {
        font-size: 25px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        font-weight: normal;
        font-family: "Libre Baskerville", serif;
        text-align: center;
        margin-top: 20px;
    }

    .clinic_storyhdleftblk {
        font-size: 25px;
        margin-top: 10px;
        padding-bottom: 10px;
        line-height: 30px;
        padding-left: 5px;
    }

    .clinicstory_list {
        font-size: 16px;
        width: 100%;
        line-height: 22px;
        padding-bottom: 2px;
    }

    .clinicstory_list ul {
        font-size: 16px;
        text-align: justify;
        width: 100%;
        padding: 0 10px 10px 10px;
        line-height: 22px;
        margin-top: 0px;
        padding-left: 20px;
    }
    .clinicstory_list ul li {
        font-family: "Mulish", serif;
    }
    .clinicstory_list ul li::marker {
        font-size: 20px;
        text-align: left;
        line-height: 40px;
        color: #e0ae63;
    }

    .ser_offered {
        width: 100%;
        height: auto;
        position: relative;
        background-color: #966a16;
    }

    .ser_offered1 {
        height: auto;
        position: absolute;
        z-index: -99;
        margin: 10px 0px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        overflow: hidden;
        height: 280px;
        width: 200px;
    }

    .ser_offered2 {
        position: absolute;
        z-index: -999;
        left: 120px;
        margin: 10px 0px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        overflow: hidden;
        top: 30px;
        height: 230px;
        width: 180px;
    }

    .ser_offered3 {
        height: auto;
        position: absolute;
        z-index: -9999;
        left: 240px;
        margin: 10px 0px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        top: 70px;
        overflow: hidden;
        height: 220px;
        width: 120px;
    }

    .clinic_storyhdcntrblk {
        font-size: 25px;
        color: rgb(0, 0, 0);
        margin: 0 auto;
        font-weight: normal;
        font-family: "Libre Baskerville", serif;
        text-align: center;
        margin-top: 296px;
    }

    .clinic_servicehdcntrblk {
        margin-top: 0px;
        font-size: 25px;
        padding-top: 20px;
        margin: -9px auto;
    }

    .borderside {
        border-bottom: 2px rgb(0, 0, 0) solid;
        border-right: 0;
    }

    .services_listcntrhd {
        font-size: 25px;
    }

    .gap_top {
        margin: 0px;
    }

    .faqbtnhd {
        font-size: 14px;
        padding: 15px;
        font-weight: 400;
        margin-top: 10px;
        line-height: 18px;
    }

    .faqbtntxt {
        font-size: 16px;
        padding: 10px 0px;
        text-align: justify;
    }

    .heading {
        margin-bottom: 0;
    }

    .heading h2 {
        font-size: 25px;
        color: rgb(0, 0, 0);
        margin: 19px auto 2px auto;
        margin-top: 22px;
        font-family: "Libre Baskerville", serif;
    }

    .clinic_midd {
        margin-bottom: 100px;
        margin-left: 6px;
        top: 20px;
    }

    .appointtp {
        padding-top: 50px;
    }

    .nextprev li a {
        width: 36px;
        height: 35px;
    }

    .page-link {
        padding: 0.275rem 0.75rem;
        margin: 5px;
    }

    .clinic_midd {
        text-align: center;
        width: 100%;
        height: auto;
        margin: 20px 0 0 0;
    }

    .clinicstory_list ul li {
        font-family: "Mulish", serif;
        padding: 0 !important;
    }

    .clinicstory_list ul li::marker {
        font-size: 20px;
        text-align: left;
        line-height: 40px;
        color: #e0ae63;
    }

    .centerbox {
        width: 50%;
        margin: 5px;
    }

    .centerboxin {
        margin: 20px 35px 35px 35px;
        padding: 14px 20px;
        width: 290px;
    }

    .centerboxin:after {
        content: "";
        position: absolute;
        width: 280px;
        height: 170px;
    }

    .centerboxhd {
        font-size: 30px;
    }

    .centerboxhd1 {
        font-size: 50px;
        padding-bottom: 10px;
        font-family: "Libre Baskerville", serif;
        font-weight: bold;
    }

    .centerboxtxt {
        font-size: 18px;
    }

    .center_btn {
        background-image: linear-gradient(
            90deg,
            #c98935 0%,
            #c98935 0%,
            #e5b970 24%,
            #e0ae63 64%,
            #ad7024 97%
        );
        color: rgb(0, 0, 0);
        font-weight: bold;
        font-size: 13px;
    }

    .gap_top4 {
        margin-top: 20px;
    }
}

/* smartphones, Android Phones,Landscap iPhones */

@media only screen and (max-width: 767px) and (max-device-width: 1024px) {
}

@media all and (min-width: 992px) {
    .navbar .has-megamenu {
        position: static !important;
    }
    .navbar .megamenu {
        left: 80px;
        right: 80px;
        width: 58%;
        margin-top: 10px;
    }
}
/* desktop view .end */

@media (max-width: 991px) {
    .navbar.fixed-top .navbar-collapse,
    .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }
}

@media only screen and (min-width: 769px) and (max-device-width: 1024px) {
    /* .mob_header.mob_header{display: block!important;}
.desktop{display:none;} */
}

@media (max-width: 800px) {
    .form-inline input {
        margin: 10px 0;
    }
    .form-inline {
        flex-direction: column;
        align-items: stretch;
    }

}

@media (max-width: 768px) {
    .mob_header.mob_header {
        display: block !important;
    }
    .desktop {
        display: none;
    }
    .pkgbanner img {
        height: auto;
    }
    .pkgbanner {
        overflow: hidden;
    }
    .cosmeticbnr {
        overflow: hidden;
    }
    .pkgbanner .bnrsrv,
    .cosmeticbnr img {
        width: 140%;
        max-width: 140%;
        position: relative;
        left: -40%;
    }
    .main ol,
    .main ul {
        margin: 1rem 0;
    }
    .main ol li,
    .main ul li {
        padding: 5px 0;
        line-height: 1.4;
    }
    .main ol li p,
    .main ul li p {
        margin-bottom: 0;
    }
    .sctnFAQs {
        padding-bottom: 2rem;
    }
    .packagebx1 {
        top: 343px;
    }
    .gap_top3 {
        margin-top: 15px;
    }
    .srvcCntnr p,
    .srvcCntnr ul li p,
    .srvcCntnr ol li p,
    .srvcCntnr ol li,
    .srvcCntnr ul li {
        font-size: 16px;
    }
    .mobHdSpc p {
    bottom: 10px !important;}
}
