@charset "utf-8";
/***** Design By Sagar TGE 4.3 HTML 5 *****/
@import url("bootstrap.min.css");
@import url("webresponsive.css");
@import url("banner.css");
@import url("owl.carousel.css");
@import url("animate.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');



/* CSS Document */

body {
    background: #fff;
    color: #1d1f23;
    font-size: 16px;
    overflow-x: hidden;
    letter-spacing: .5px;
    font-family: 'Inter', sans-serif;
}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-thumb {
    background: #313d4f;
    -webkit-border-radius: 0;
    border-radius: 0
}

* {
    padding: 0;
    margin: 0;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

ul,
li {
    padding: 0;
    margin: 0;
}

a {
    color: #222;
    text-decoration: none !important;
}
a:hover{ color:#d40000;}
ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-family: 'Inter', sans-serif;
}

p {
    font-family: 'Inter', sans-serif;
}

::-moz-selection {
    text-shadow: none;
    background: #ff627f;
    color: #fff;
}

::selection {
    text-shadow: none;
    background: #ff627f;
    color: #fff;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

/*------------------ VARIABLE CSS ------------ */
#searchSuggestions {
  background: #fff;
  border-radius:0px 0px 8px 8px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
  margin-top: 44px;
  overflow: hidden;
}
#searchSuggestions a{ padding:5px 15px;}
.suggest-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  text-decoration: none;
  color: #000;
  font-size: 15px;
  border-bottom: 1px solid #f1f1f1;
}

.suggest-item:last-child {
  border-bottom: none;
}

.suggest-item:hover {
  background: #f7f7f7;
}
.suggest-table {
  display: grid;
  grid-template-columns: 70% 30%;
  align-items: center;
}

.suggest-name {
  font-weight: 600;
  font-size: 15px;
  color: #000;
}

.suggest-price {
  text-align: right;
}

.suggest-price .mrp {
  font-size: 12px;
  color: #999;
  text-decoration: line-through;
  margin-right: 6px;
}

.suggest-price .final-price {
  font-size: 15px;
  font-weight: 700;
  color: #1aa34a;
}

.pkg-name {
  font-weight: 600;
}

.pkg-price {
  color: #1aa34a;
  font-weight: 700;
}

:root {
    --primary: #d40000;
    --secondary: #000;
}



/*** header ***/
.mobile3 {
    align-items: center;
    display: flex;
    position: relative;
    padding-right: 20px;
    padding-left: 10px;
}

.mobile3::after {
    position: absolute;
    content: '';
    right: 0;
    border-right: 1px solid #bbb4b4;
    z-index: 999;
    height: 70%;
}

.logo img {
    width: 150px;
    margin-top: 2px;
    margin-bottom: 0px;
}

.header {
    display: flex;
    margin: 0 auto;
}

.header ul li {
    display: inline-block;
    float: none;
    margin: 0px;
}

.headerf-0flex i {
    font-size: 13px;
    padding-top: 0px !important;
}

.headerf-0flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}


.headerf-0flex li a {
    padding: 10px 20px;
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 15px;
    transition: .1s linear;
    font-weight: 500;
    border-radius: 0px;
    text-transform: uppercase;
}

.headerf-0flex li a:hover {
    color: var(--primary);
}

.headerf-0flex li:nth-child(1n+1) {
    border-right: 1px solid #fff;
}

.headerf-0flex li:nth-last-child(1) {
    border-right: 0px solid #fff;
}

.hide {
    display: none;
}

#sub:checked~.dropdoqwn {
    display: block;
}

#sub:checked~.dropdoqwn2 {
    display: block;
}

#sub:checked~.megmenupart {
    display: block;
}

.header ul ul {
    position: absolute;
    display: none;
    animation: fadeIn .5s forwards;
    z-index: 9999;
}

.dropdoqwn li {
    display: block !important;
    float: none;
}

.dropdoqwn2 {
    left: 100%;
    margin-right: .1rem;
    margin-top: -37px;
    min-width: 160px;
    background-color: var(--primary);
}

.dropdoqwn {
    animation: fadeInDown .1s;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 10%);
}


.dropdoqwn li a {
    display: block !important;
    font-size: 14px;
    padding: 8px 15px;
    min-width: 200px;
    text-align: left;
    border-radius: 0px;
    color: #000;
    text-transform: capitalize !important;
    font-weight: 500;
    background-color: #fff;

}

.dropdoqwn li a:hover {
    background-color: var(--secondary);
    color: #fff;
}

.meg:hover {
    background-color: #fff;
}

.headerlist {
    padding: 10px 30px;
}

.myheaderlist ul {
    overflow-x: scroll;
}

.megmenupart {
    position: absolute;
    width: 100%;
    display: none;
    left: 0px;
    right: 0;
    z-index: 9999 !important;
    margin: 0px auto;
    transition: 1s ease-in-out;
    animation: fadeInDown .5s forwards;
}

.megamenu li {
    display: block;
    width: 100%;
}

.megamenu li a {
    padding: 4px;
    text-transform: capitalize;
}

.megamenu strong {
    width: 100%;
    display: block;
    padding-top: 30px;
    font-weight: 700;
    border-bottom: 1px solid #999;
    padding: 10px 0px;
}

.megmenupart ul {
    position: inherit !important;
    display: block !important;
}

.megamenu {
    background-color: #fff;
    color: #444;
    height: 380px;
    border-radius: 0px;
}

#nav:checked~.header {
    display: block;
    transform: translateX(0);
    transition: all 0.3s ease-out;
    ;
}

.dropdoqwn i {
    float: right;
    padding-top: 4px;
}

.side-right {
    float: right;
}

.side-right li {
    display: inline-block;
    margin-right: 5px;
}

.header-bg {
    background-color: #fff;
    text-align: center;
    border-top: 1px solid #eaeaea;

}

.logo-m {
    display: none;
}

.darkHeader {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 10%);
    animation: fadeInDown .8s;
}

.darkHeader .top-head {
    display: none;
}

.darkHeader .top-header {
    display: none;
}

.top-header {
    display: flex;
    justify-content: space-between;
    padding: 0px 0px;
    font-size: 14px;
    flex-wrap: wrap;
}

.social_media {
    display: flex;
    margin-left: 10px;
    justify-content: end;
}

.social_media a {
    text-align: center;
    font-size: 15px !important;
    transition: .5s ease-in-out;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    padding: 9px 10px !important;
    border-right: 1px solid #5f5f62;
}

.email-b {
    align-items: center;
    display: flex;
    margin-left: 15px;
}

.login {
    padding: 0px;
    color: #5a5b5d;
    text-align: center;
    font-size: 13px;
}

.login img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.phone_h span {
    display: block;
    color: #5a5b5d;
    padding-left: 12px;
    font-size: 13px;
}

.phone_h a {
    display: block;
    color: #5a5b5d;
    font-size: 17px;
    padding-left: 12px;
    font-weight: 600;
    letter-spacing: 1px;
}

.phone_h {
    align-items: center;
    margin-left: 20px;
}

.form1 {
    display: flex;
    position: relative;
}

.formset {
    padding: 10px 50px 10px 15px;
    border-radius: 5px;
    background-color: #f4f4f5;
    border: none;
    transition: .5s ease-in-out;
    color: #96989b;
}

.formset:focus {
    box-shadow: none !important;
    background-color: #f4f4f5;
}

.formset::placeholder {
    color: #96989b;
    font-size: 15px;
}

.search {
    position: absolute;
    top: 0;
    background-color: transparent !important;
    color: #404040;
    border: none;
    font-weight: bold;
    width: 40px;
    outline: none;
    top: 5px;
    left: 9px;
}

.button1 {
    background-color: #d40000 !important;
    border: none;
    border-radius: 100px;
    width: 55px;
    height: 43px;
    text-align: center;
    font-weight: 400;
    top: 4px;
    color: #fff;
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 0px;
    border-radius: 0px 5px 5px 0px;
    font-size: 22px;
    padding-right: 13px;
    padding-top: 7px;
}

.topreportdewn a {
    border: 1px solid #999;
    border-radius: 5px;
    line-height: 41px;
    padding: 0px 15px !important;
    margin-left: 10px;
}

.topreportdewn a:hover {
    background: var(--secondary);
    color: #fff;
}

.top-bar {
    background-color: #280072;
    color: #fff;
    text-align: right;

}

.top-bar a {
    display: inline-flex;
    justify-content: end;
    color: #fff;
    padding: 0px 15px;
    font-size: 13px;
    line-height: 10px;
    font-weight: 300;

}

.top-bar a:nth-child(1n+1) {
    color: #fff;
    border-right: 1px solid #fff;
}

.top-bar a:nth-last-child(1) {
    border-right: 0px solid #fff;
    background-color: #fff;
    display: inline-block;
    background-color: #ffd101;
    color: #111;
    padding: 13px 17px;
    font-weight: 400;
    min-width: 100px;
    text-align: center;
}

.top-bar a:nth-last-child(2) {
    border: none;
}

.top-group {
    flex: 1;
}


.navlink a {
    display: inline-block;
    padding: 25px 15px;
    font-weight: 600;
    font-size: 18px;
    color: #303030;
}

.bannertopmsg {
    background: #d40000;
    text-align: center;
    color: #fff;
    line-height: 34px;
    font-size: 14px;
}

.fixedrighticon {
    position: fixed;
    right: 12px;
    top: 300px;
    width: 46px;
	z-index: 99;
}

.fixedrighticon img {
    margin-bottom: 15px;
}

/*** Banner and from ****/
.ws_images img {
    border-radius: 10px;
}

.indexfrom {
    box-shadow: -1px 1px 24px 2px rgba(0, 0, 0, .14);
    padding: 20px 25px;
    border-radius: 10px;
    background: #fff;
}

.indexfrom h5 {
    font-size: 22px;
}

.indexfrom small {
    font-size: 13px;
}

.indexinputform {
    width: 100%;
    margin-top: 17px;
    border: 1px solid #d8d8d8;
    padding: 12px 15px;
    font-size: 14px;
    border-radius: 5px;
}

.indexbutton {
    width: 100%;
    margin-top: 17px;
    outline: none;
    padding: 8px 15px;
    font-size: 20px;
    border-radius: 5px;
    background-color: var(--primary);
    color: #fff;
    border: none;
}

.bannerbottombg {
    background: #f4f4f5;
    padding: 10px 0px;
}

.bannerbotinerbg {
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    font-size: 14px;
}

.bannerbotinerbg img {
    margin-right: 10px;
    float: inline-start;
}

.indexbox {
    border-radius: 15px;
    text-align: center;
    padding: 60px;
}

.indexbox h6 {
    font-size: 24px;
    color: #000;
}

.indexbox img {
    margin-bottom: 25px;
}

.indexbox1 {
    background: #fff3c9;
    border-radius: 15px;
    text-align: center;
    padding: 60px;
}

.indexbox2 {
    background: #d1f9ff;
    border-radius: 15px;
    text-align: center;
    padding: 60px;
}

.indexbox3 {
    background: #ffd1da;
    border-radius: 15px;
    text-align: center;
    padding: 60px;
}

.indexpacksex h3 {
    line-height: 120px;
    font-size: 34px;
    text-align: center;
}

.indexpack {
    box-shadow: -1px 1px 24px 2px rgba(0, 0, 0, .14);
    border-radius: 10px;
    background: #fff;
    padding: 1px;
}

.indexpack img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}

.indexpack h2 {
    font-size: 20px;
    line-height: 30px;
}

.packoption {
    padding: 25px;
}

.indpackprice {
    background: #d40000;
    color: #fff;
    margin: 0px;
    font-size: 20px;
    text-align: center;
    padding: 6px;
}

.indpackprice strong {
    font-size: 22px;
}

.indpackbutton a {
    display: block;
    border: 1px solid #000;
    color: #000;
    padding: 6px;
    text-align: center;
}

.indpackbutton a:hover {
    background: var(--secondary);
    color: #fff;
}

.viewallpack {
    margin-top: 50px;
}

.viewallpack a {
    border: 1px solid #000;
    padding: 12px;
    text-align: center;
    display: block;
    font-size: 18px;
    border-radius: 10px;
}

.viewallpack a:hover {
    background: var(--secondary);
    color: #fff;
}

.indexdoctorbg {
    background: #eeeeee;
    color: #000;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    padding: 20px;
    margin-top: 50px;
}

.indexdoctorpro {
    font-size: 18px;
    line-height: 30px;
}

.indexdoctorpro h1 {
    color: var(--primary);
    font-size: 40px;
    padding: 30px 0px 20px 0px;
}

.indexdoctorpro h4 {
    font-size: 22px;
    border-bottom: 5px solid var(--primary);
    display: table;
    color: #999999;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.whychooseus {
    font-size: 36px;
    font-weight: 700;
    margin-top: 60px;
    text-align: center;
}

.whychoosebox {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    margin-top: 30px;
}

.whychoosebox img {
    margin-bottom: 25px;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    border: 4px solid #dcdcdc;
}

/*** FAQ ***/
.indexfaqsex {
    background: #eee;
    padding: 50px 0px;
}

.indexfaqsex h4 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 60px;
    text-align: center;
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    margin-bottom: 10px;

}

.accordion-item button {
    border-left: 4px solid var(--primary);
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(0px);
    border-top-right-radius: calc(0px);
}

.accordion-item button:focus {
    box-shadow: none !important;
    background-color: #d40000;
    color: #fff;
}

.populartest {
    padding: 50px 0px;
}

.populartest ul li {
    display: inline;
}

.populartest ul li a {
    color: #000;
    border-right: 1px solid #ccc;
    line-height: 20px;
    margin-right: 10px;
    padding-right: 10px;
    font-size: 14px;
}

.populartest ul li a:hover {
    color: #d40000;
}

.footertop {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 20px 0px;
}

.footertop h6 {
    color: var(--primary);
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 10px;
}

.footertop h5 {
    font-size: 24px;
    font-weight: 400;
}

.footercont {
    font-size: 16px;
    line-height: 30px;
}

.footercont h5 {
    padding-bottom: 15px;
}

.indexsocial {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.indexsocial ul li {
    display: inline;
}

.indexsocial img {
    width: 48px;
    margin-left: 5px;
}

.copyright {
    border-top: 1px solid #ccc;
    padding: 10px 0px;
    text-align: center;
}

.footerlastbg {
    background: var(--primary);
    color: #fff;
    padding: 14px 0px;
    font-weight: 700;
    text-align: center;
}

.gatcallback {
    background: #ffde00;
    padding: 8px 12px;
    color: #000;
    border-radius: 5px;
}

.gatcallback:hover {
    color: #000;
    background: #fff;
}

.callbacknow {
    background: #fff;
    padding: 8px 12px;
    color: #000;
    border-radius: 5px;
}

.callbacknow:hover {
    color: #000;
    background: #ffde00;
}

.breadcrmb {
    background: url(../images/breadcrumb-bg.jpg);
    background-size: cover;
    height: 233px;
    background-blend-mode: luminosity;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 55;
    color: #fff;
    text-align: center;
    font-weight: 300;
}

.breadcrmb::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: -1;

}

.breadcrmb h3 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 15px;
}

.about-box {
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .2);
    padding: 1.7rem 2.5rem;
    border-radius: 7px;
    border-bottom: 4px solid #d40000;
    color: #777;
    font-size: 16px;
}

.vision i {
    font-size: 42px;
    color: #d40000;
    ;
}

.vision h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #333;
}

.box-inner {
    max-width: 600px;
    margin-left: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 50px;
}

.about-us img {
    min-height: 500px;
    width: 100%;
    object-fit: cover;
}

.about-us {
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .2);
}

.about-us strong {
    display: block;
    font-size: 36px;

}

.about-us span {
    display: block;
    margin-bottom: 30px;
    margin-top: 5px;
    color: #d40000;
    font-size: 16px;
}

.loction {
    position: relative;
}

.loction iframe {
    width: 100%;
    height: 440px;
    filter: grayscale(1);
    position: relative;
}

.loc_details {
    background-color: #fff;
    width: 100%;
    max-width: 450px;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(2%, -50%);
    padding: 2rem;
    color: #777;
    font-size: 14px;
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .2);
}


.loc_details img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.loc_details strong {
    display: block;
    margin-top: 15px;
    color: #333;
    font-size: 16px;
}

.form-details {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.contact_box {
    background-color: #fff;
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .2);
    padding: 3rem;
    min-height: 500px;
}

.form-details h4 {
    font-size: 36px;
    margin-top: 230px;
    font-weight: 700;
}

.form-details span {
    display: block;
    margin-top: 5px;
    font-size: 20px;
}

.hours i {
    font-size: 30px;
    color: #d40000;
    margin-top: 20px !important;
    display: block;
}

.hours strong {
    display: block;
    margin-bottom: 10px;
    margin-top: 2px !important;
}

.hours span {
    display: block;
    font-size: 14px;
    line-height: 24px;
    margin-top: 0px;
}

.appoint span {
    display: block;
    font-size: 15px;
}

.appoint strong {
    font-weight: 700;
    font-size: 24px;
}

.appoint strong i {
    padding-right: 10px;
}

.appoint hr {
    width: 90%;
    margin-top: 25px;
}

.contact_box h5 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 3px;
}

.contact_box .form-control {
    margin-top: 20px;
    padding: 7px 16px;
    color: #818181;
    font-size: 15px;
}

.contact_box .form-control::placeholder {
    font-size: 15px;
}

.send_btn {
    margin-top: 20px;
    background-color: #d40000;
    color: #fff !important;
    width: 100%;
    padding: 7px 16px;
    font-weight: 700;
}
.send_btn:hover{background-color: #000;}
.send_btn_prip {
    margin-top: 20px;
    background-color: #d40000;
    color: #fff !important;
    padding: 7px 16px;
    font-weight: 700;
	display:table;
	border:none;
}
.send_btn_prip:hover{background-color: #000;}
.t_box1 {
    text-align: center;
    border-radius: 1000px;
    width: 100%;
    margin-top: 30px;
    aspect-ratio: 1;
    position: relative;
    z-index: 88;
    padding: 21px;
}

.t_box1::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 40%;
    content: "";
    border-radius: 200px 200px 0 0;
    transition: all .7s ease;
    background: #f6f6f6;
    z-index: -1;
}

.t_box1:hover::after {
    background-color: #d40000;
    transform: rotateY(45deg);
}


.t_box1 img {
    border-radius: 1000px;
    width: 100%;
    aspect-ratio: 1;
}

.t_box1 a {
    display: block;
    width: 100%;
    font-size: 19px;
    font-weight: 700;
    margin-top: 20px;
}

.t_box1 span {
    display: block;
    color: #777;
}


.carrer h3 {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 8px;
}

.carrer {
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 15px;
    line-height: 22px;
}

.carrer button {
    font-size: 20px;
    font-weight: 700;
    background-color: #fff;
}

.carrer .accordion-body i {
    font-size: .4rem;
    padding-right: 10px;
}

.carrer .accordion-item button:focus {
    background-color: #b7fffe !important;
}

.carrer .accordion-body strong {
    margin-bottom: 10px;
    display: block;
}

.carrer .accordion-button:not(.collapsed) {
    color: #046560;
    background-color: #b7fffe;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.c_apply {
    margin-top: 17px;
    outline: none;
    padding: 8px 15px;
    font-size: 16px;
    border-radius: 5px;
    background-color: var(--primary);
    color: #fff;
    border: none;
    display: inline-block;
    margin-left: auto;
}
.image1{
	width: 100%;
    height: 336px;
    object-fit: cover;
    border-radius: 11px;
}
.details{
font-size:15px;
color:#333;
}

.details h3{
margin-bottom: 4px;
font-weight:500;
    font-size: 24px;
}

.rightfrom{
  padding: 30px 30px !important;
  background:#fff;
 box-shadow: 0px -1px 10px rgba(0, 0, 0, 10%);
  border-radius:10px;
  position: sticky;
    top: 55px;
}

.contactinput{
margin-top:10px;
}

.price{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p-detail{
	font-size:16px !important;
	font-weight:400;
	margin-top: 20px;
	text-align:center;
	border:1px solid #68e0da;
	padding:5px 10px;
	border-radius:8px;
}
.p-detail i{ color:#d40000;}
.p-detail strike{
	font-weight:400;
	display:inline-block;
	margin-right:10px;
}

.rightfrom h2{
	font-weight:600;
	font-size:22px;
	margin-bottom:7px;
}

.inputbutton{
	width: 100%;
    background: #d40000;
    color: #fff;
    padding: 7px;
    margin-top: 16px;
	border-radius:5px;
	font-weight:600;
	border:none;
}
.call1{
    background: #d40000;
    color: #fff;
    padding: 8px 15px;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
}
.whatapp1{
    background: #5aad51;
    color: #fff;
    padding: 8px 15px;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
}
.request{
	background: #535752;
    color: #fff;
    padding: 8px 15px;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
}
.packdetailshead{ border-top:1px solid #eee; padding:20px 0px; text-align:center;}
.packprice{
  padding: 20px 30px 20px 20px !important;
  background-color: #d40000;
  border-radius:10px;
  color:#fff;
  margin-bottom:20px;
  position:relative;
  border-top:4px solid var(--secondary);
}
.packprice small{ position:absolute; font-size:16px; right:20px; bottom:20px;}
.packlistdetails ul li{ padding-bottom:15px;}
.hidden{ display:none;}
.packfrombox{
	position: sticky;
    top: 55px;
}
.packoverview{
	font-size:16px !important;
	font-weight:400;
	text-align:center;
	border:1px solid #d5d5d5;
	padding:10px 10px;
	border-radius:8px;
}
.packoverview img{ margin-bottom:8px;}










