body {
    margin: 0px;
    font-family: "Inter", sans-serif;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: #2f2d39;
    border-radius: 0px;
}



h1 {
    font-size: 50px;
    font-weight: 600;
}

h2 {
    font-size: 45px;
}

h1 span {
    color: #005ca5;
}

p {
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
}

.abt-rght a {
    display: block;
    width: fit-content;
    border: 2px solid #005ca5;
    text-decoration: none;
    color: #005ca5;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 500;
    transition: .6s all;
}

.abt-rght a:hover {
    color: #ffffff;
    background: #005ca5;
}

/* Logo Section */
.logo {
    padding: 12px 0;
}

main.logo-section {
    padding: 0px;
    background: #fff;
}

main.logo-section i.fa.fa-search {
    color: #3f6b9d;
    font-size: 13px;
}

.form-control:focus {
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}

.hdt-btn a {
    font-weight: 600;
    text-transform: uppercase;
    color: #fff !important;
    background: #005ca5;
    border: none;
    position: relative;
    line-height: 30px;
    transition: .5s all;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 14px !important;
}

.hdt-btn a:hover {
    background: #4cb848;
}

.hdt-btn {
    display: inline-flex;
}


.cart-sc {
    padding: 20px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    background: #fff;
}

.crt-1 h3 a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
}

.crt-1 h3 {
    margin-bottom: 20px;
    line-height: 21px;
}

.crt-1 .qntty {
    margin-bottom: 0;
}

.crt-ordr h3 {
    color: #000;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
}

.crt-1 .qntty .input-group {
    width: fit-content;
    margin-right: 20px;
}

.crt-1 .prmcy-shp {
    padding: 0;
    display: inline-flex;
    align-items: center;
}

/* Close Logo Section */

/* Menu Section */

main.menu-section header.sticky-top {
    background: #003c80;
}

/* Close Menu Section */

.hdr-1 {
    padding: 10px 0;
    background: #005ba3;
}

.hdr-1 h6 {
    margin-bottom: 0;
    color: #fff;
}
 
/* Banner Section */
.banner-section .overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 0.3s ease;
    z-index: 9;
}

.banner-section .carousel-caption {
    z-index: 9;
    text-align: left;
    left: 0;
    right: 0;
}

.banner-section h2 {
    font-size: 70px;
    font-weight: 700;
    color: #ffffff;
    line-height: 70px;
    position: relative;
    margin-bottom: 20px;
}

.banner-section h2 span {
    color: #5add55;
}

.bnr-cntnt p {
    padding-right: 250px;
    font-size: 18px;
}

.bnr-btns {
    margin-top: 30px;
}

span.abt {
    color: #4cb848;
    text-transform: uppercase;
    font-size: 17px;
}

.generic-list ul li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 28px;
}

.generic-list ul li:after {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-weight: 900;
    left: 0;
    top: 0;
    color: #4cb848;
}

.generic-list {
    display: grid;
    margin-bottom: 32px;
    grid-template-columns: 60% 40%;
}


.carousel-control-next,
.carousel-control-prev {
    z-index: 9;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 20px;
    border: 0;
}

.bnr-btns a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid transparent;
    background-color: #005ba3;
    padding: 14px 35px 14px 35px;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 5;
    text-transform: uppercase;
    text-decoration: none;
}

.bnr-btns a:hover {
    background-color: #4cb848;
}
 

/* Close Banner Section */
 
section.sec-1 {
    padding: 80px 0;
}

.abt-rght {
    padding-left: 30px;
}

section.sec-2 {
    padding: 70px 0;
    background: #005ca5;
}

.ser-mn-bx {
    margin-top: 20px;
    text-align: center;
}

.ser-bx {
    padding: 30px;
    background: #fff;
    border-radius: 20px;
    height: 100%;
}

.ser-bx h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

.ser-bx img {
    margin-bottom: 15px;
}

section.sec-2 h2 {
    color: #fff;
    text-align: center;
}

.btn-stl-1 {
    margin-top: 50px;
    text-align: center;
}

.ser-bx a {
    color: #005ca5;
    text-decoration: none;
    font-size: 17px;
    display: none;
}

.btn-stl-1 a {
    margin: auto;
    display: block;
    width: fit-content;
    border: 2px solid #ffffff;
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 500;
    transition: .6s all;
}

.btn-stl-1 a i {
    margin-left: 5px;
}

.btn-stl-1 a:hover {
    color: #005ca5;
    background: #fff;
}

.ser-hd p {
    color: #fff;
    text-align: center;
    font-size: 18px;
}





section.sec-3 {
    padding: 60px 0;
}


.who-form {
    color: #fff;
    padding: 40px 50px;
    background: #005ca5;
    border-radius: 10px;
}

.who-form h3 {
    text-align: left;
    font-size: 50px;
    font-weight: bold;
    color: #ffffff;
    line-height: 46px;
}

.who-form h3 span {
    color: #5de159;
}

.frm-btns button {
    width: fit-content;
    text-align: center;
    background: #2e333e;

    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 10px 20px;
    font-size: 18px;
}

.frm-btns button:hover {
    background: #000000 !important;
    border: 1px solid #000000;
}

.frm-btns button:nth-child(1) {
    margin-right: 10px;
    background: #4cb848;
    border: 1px solid #4cb848;
}

.frm-btns {
    text-align: center;
    justify-content: center;
    margin-top: 20px;
}

.who-form form {
    margin-top: 30px;
}

.who-form label {
    margin-bottom: 10px;
    color: #cacaca;
}

.prmcy {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 20px;
    text-align: center;
    height: 100%;
}

.prmcy h4 {
    font-size: 13px;
    color: #565656;
    background: #ededed;
    padding: 4px 6px;
    width: fit-content;
    margin: auto;
    border-radius: 4px;
    font-weight: 400;
}

.prmcy h5 a {
    font-size: 17px;
    color: #000;
    text-decoration: none;
}

.pr-btn a {
    color: #fff;
    text-decoration: none;
    background: #4cb848;
    padding: 7px 14px;
    display: inline-block;
    font-size: 14px;
    transition: .7s all;
    border-radius: 5px;
}

.pr-btn a:nth-child(2) {
    background: #4a4b4a;
}

.pr-btn a:hover {
    background: #2c752a;
}

.pr-btn {
    margin-top: 20px;
    display: inline-block;
}

.prmcy h6 {
    font-size: 20px;
    color: #4cb848;
}

.prmcy h5 {
    margin: 15px 0;
}

.sc-hd p {
    font-size: 20px;
}

.sc-hd {
    margin-bottom: 30px;
}

section.sec-4 {
    padding: 60px 0;
    background: url(../img/bg-1.jpg);
    background-size: cover;
    position: relative;
    background-position: center;
}


/* Banner Section */
section.sec-4 .overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 0.3s ease;
    z-index: 9;
}

section.sec-4 .container {
    position: relative;
    z-index: 9;
    text-align: left;
    left: 0;
    right: 0;
}

section.sec-4 .form-control {
    border-radius: 0;
    min-height: 50px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ccc;
    padding-left: 5px;
    color: #cacaca;
    font-weight: 400;
}

section.sec-4 .form-control::placeholder {
    color: #cacaca;
    font-weight: 400;
}

section.sec-4 select.form-control option {
    background-color: #ececec;
    color: #000000;
    padding-left: 10px;

}

section.sec-4 select.form-control {
    padding-left: 5px;

}

section.sec-4 select.form-control option:nth-child(1) {
    padding-left: 0px !important;

}

.ser-bx p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;

    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
 
footer {
    padding: 70px 0;
    background: #1e1d1d;
}

.ftr-abt img {
    width: 190px;
    margin-bottom: 20px;
}

.ftr-sc h4 {
    color: #ffffff;
    font-size: 20px;
}

.ftr-sc ul {
    padding: 0;
    margin-top: 20px;
}

.ftr-sc li {
    list-style: none;
    line-height: 38px;
    font-weight: 400;
    color: #cfcfcf;
    font-size: 16px;
}

.ftr-sc.ftr-sc-cntct li {
    line-height: 26px;
    margin-bottom: 18px;
    display: flex;
    align-items: baseline;
}

.ftr-sc li a {
    text-decoration: none;
    color: #cfcfcf;
    font-size: 16px;
    font-weight: 400;
}

.ftr-sc li a:hover {
    color: #4cb748;
}

.ftr-abt {
    padding-right: 70px;
}

.ftr-abt p {
    color: #cfcfcf;
    font-size: 16px;
}

.ftr-sc.ftr-sc-cntct li i {
    margin-right: 7px;
}

footer h6 {
    color: #a3a3a3;
    font-size: 15px;
    font-weight: 400;
}

section.copy {
    padding: 20px 0;
    background: #000000;
}

.ftr-abt ul {
    padding: 0;
    margin-top: 40px;
}

.ftr-abt ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.ftr-abt ul li a i {
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0a4b7f;
    border-radius: 5px;
    font-size: 20px;
}

.ftr-abt ul li a i:hover {
    background: #0b385d;
}

.ftr-abt a {
    text-decoration: none;
}

.cpyrght-sc ul li {
    list-style: none;
    display: inline-block;
    padding-left: 20px;
}

.cpyrght-sc ul {
    padding: 0;
    text-align: right;
    margin: 0;
}

.cpyrght-sc a {
    text-decoration: none;
    color: #bdbaba;
    font-size: 16px;
}

.cpyrght-sc h6 {
    color: #bdbaba;
    font-size: 15px;
    margin: 0;
    font-weight: 400;
}

.carousel-control-next,
.carousel-control-prev {
    width: 7%;
}


.service-bx {
    padding: 30px;
    border: 1px solid #ccc;
    height: 100%;
    text-align: center;
}

.service-bx h3 {
    font-size: 23px;
    margin-bottom: 10px;
    color: #348132;
}

.service-bx img {
    margin-bottom: 20px;
}

.scrd-faq .accordion {
    position: relative;
    padding: 10px 20px;
    width: 100%;
    text-align: left;
    font-size: 19px;
    color: #000000;
    background-color: #ffffffcc;
    border: 1px solid #bebcc7;
    transition: 0.4s;
    outline: none;
    cursor: pointer;
    margin-bottom: 10px;
}

.scrd-faq .accordion::after {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 2px;
    background-color: #7c5cf2;
}

.scrd-faq .accordion::before {
    content: "";
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 16px;
    background-color: #7c5cf2;
    transition: height 0.2s ease-in;
}

.scrd-faq .accordion.active::before {
    height: 0;
    background-color: #ffffff !important;
}


.scrd-faq .accordion.active::after {
    background-color: #ffffff !important;
}

.scrd-faq .accordion:hover::after,
.scrd-faq .accordion:hover::before {
    background-color: #ffffff !important;
}



.scrd-faq .accordion.active,
.scrd-faq .accordion:hover {
    background-color: #005ca6;
    color: #fff;
}

.scrd-faq .accordion.active+.panel {
    margin-top: 2px;
    text-align: left;
    margin-bottom: 10px;
    border-radius: 0;
}

.scrd-faq .panel+.accordion {
    margin-top: 1px;
}

.scrd-faq .panel {
    padding: 0 18px;
    background-color: #ffffffee;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    box-shadow: 0 0 1px 0 #444;
    border-radius: 0px;
}

.scrd-faq .panel p {
    padding-bottom: 20px;
    padding-top: 20px;
}

.scrd-faq .panel p+p {
    margin-bottom: 15px;
}


.mt-vdo-sc {
    position: relative;
}

.btn-stl-1.sbscribe-btn a {
    display: flex;
    align-items: center;
    border: 2px solid #005ca5;
    color: #fdfdfd;
    background: #005ca5;
}

.btn-stl-1.sbscribe-btn a:hover {
    border: 2px solid #4cb848;
    background: #4cb848;
}

.btn-stl-1.sbscribe-btn a i {
    margin-right: 10px;
}

.img-vdo-icn {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: grid;
    align-items: center;
    justify-content: center;
}

.img-vdo-icn img {
    width: 50px;
}

.hdg-2 h2 {
    font-size: 40px;
    color: #005da6;
    margin: 0;
    font-weight: bold;
    margin-bottom: 30px;
}

i.fa.fa-arrow-up {
    transform: rotate(45deg);
}

.contact-form {
    padding: 32px;
    background: #fff;
}

.inr-sc-1 {
    padding: 60px 0;
}


.contact-form .form-group {
    margin-bottom: 20px;
}

.cntct-frm-lctn {
    margin-top: 0px;
    justify-content: space-between;
}

.locat-icn i {
    width: 70px;
    height: 70px;
    background: linear-gradient(90deg, #2261f5 0%, #005ca5 100%);
    display: grid;
    align-items: center;
    margin: auto;
    border-radius: 50%;
    font-size: 22px;
    color: #fff;
}

.form-control:focus {
    background-color: transparent !important;
}

.contact-form input::placeholder,
textarea::placeholder {
    color: #535353;

}

.cntct-1 {
    text-align: center;
    border: 1px solid #005ca5;
    height: 100%;
    padding: 40px 20px;
}

.cntct-1 h3 {
    font-size: 20px;
    color: #113427;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.cntct-1 p {
    font-size: 16px;
    color: #383838;
    line-height: 32px;
    margin-bottom: 10px;
}

.cntct-1 p a {
    color: #383838;
    text-decoration: none;
}

.cntct-1 p a:hover {
    color: #51b648;
    text-decoration: underline;
}

.contact-form input,
textarea {
    padding-left: 0;
    background: transparent;
    border-radius: 0px;
    border: 0;
    border-bottom: 1px solid #ccc;
}

.contact-form input::placeholder,
textarea::placeholder {
    color: #535353;

}

.cntct-frm-lctn h3 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 40px;
    color: #4450a2;
}

.cntct-mn-2 {
    background: #653ce929;
    padding: 50px 0;
    text-align: center;
}


.contact-form button {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background-color: #2361f5;
    padding: 14px 30px;
    border-radius: 6px;
    transition: all 0.3sease -in-out;
    position: relative;
    z-index: 5;
    text-transform: uppercase;
    text-decoration: none;
    background: linear-gradient(90deg, #005ca5 0%, #005ca5 100%);
    border: 0;
}

.contact-form button:hover {
    background: linear-gradient(90deg, #2261f5 0%, #642bd6 100%);
}




.inr-apnmnt .who-form {
    color: #fff;
    padding: 40px 50px;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #ccc;
}

.inr-apnmnt .form-control {
    border-radius: 0;
    min-height: 50px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ccc;
    padding-left: 5px;
    color: #000000;
    font-weight: 400;
    appearance: auto;
}

.inr-apnmnt .form-control::placeholder {
    color: #000000;
}

.inr-apnmnt .who-form h3 {
    color: #005ca5;
}

.inr-apnmnt select.form-control option {
    background-color: #ececec;
    color: #000000;
    padding-left: 10px;
}

.inr-apnmnt .who-form label {
    margin-bottom: 10px;
    color: #000000;
}


.bnr-cntnt ul li {
    display: inline-block;
    padding-right: 10px;
}

.bnr-cntnt ul li a {
    text-decoration: none;
    color: #ffffff;
}

.bnr-cntnt ul {
    padding: 0;
}

.cat-shp {
    font-size: 13px;
    color: #565656;
    background: #005ca52b;
    padding: 5px 8px;
    width: fit-content;
    border-radius: 4px;
    font-weight: 400;
    margin-bottom: 20px;
}

.prmcy-shp {
    padding-left: 30px;
    position: relative;
}

.prmcy-shp .pr-btn a {
    padding: 10px 20px;
    font-size: 15px;
}

.prmcy-shp h3 {
    font-size: 35px;
    margin-bottom: 20px;
}

.prmcy-shp h4 {
    font-size: 24px;
    color: #4cb848;
}

.shp-des {
    margin-top: 50px;
    border-top: 1px solid #ccc;
    padding-top: 50px;
}

.phrmcy-sc-rltd {
    background: aliceblue;
}

.phrmcy-sc-rltd h2 {
    font-size: 35px;
    margin-bottom: 20px;
}

.shp-des ul li {
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
    list-style: none;
    margin-bottom: 10px;
}

.shp-des ul {
    padding-left: 0;
}

.shp-des li span {
    font-weight: 600;
}

.shp-des h4 {
    font-size: 25px;
    margin-bottom: 20px;
    color: #005ca5;
    font-weight: 600;
}


.prmcy-shp span {
    cursor: pointer;
}

.prmcy-shp .number {
    margin-top: 15px;
    margin-bottom: 10px;
    margin-right: 20px;
}

.prmcy-shp .minus,
.plus {
    width: 30px;
    height: 30px;
    background: #f2f2f2;
    border-radius: 4px;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
}

.prmcy-shp input {
    height: 30px;
    width: 50px;
    text-align: center;
    font-size: 17px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}

.cat-shp:hover {
    background: #005ca561;
}

.cat-shp a {
    color: #555050;
    text-decoration: none;
}

.prmcy-shp input[type=checkbox] {
    transform: none;
    /* left: 50%; */
    /* top: 50%; */
    /* position: absolute; */
    width: 0;
    height: 40px;
    border: 0;
    position: relative;
    display: inline-flex;
    border: none;
    box-shadow: none;
    align-items: center;
    margin-left: 10px;
}

.prmcy-shp input[type=checkbox]:before,
.prmcy-shp input[type=checkbox]:after {
    content: "";
    cursor: pointer;
    background-image: url(../img/favourite.png);
    background-size: cover;
    height: 20px;
    width: 20px;
    position: absolute;
    /* top: 50%; */
    left: 0;
    filter: grayscale(100%);
    border: 0;
}

.prmcy-shp input[type=checkbox]:after {
    opacity: 0;
    filter: grayscale(0%);
    border: 0;
}

.prmcy-shp input[type=checkbox]:checked:before {
    filter: grayscale(0%);
    background-color: #fff;
}

.prmcy-shp input[type=checkbox]:checked:after {
    /* -webkit-animation: ascend ease-in-out 800ms; */
    /* animation: ascend ease-in-out 800ms; */
}

@-webkit-keyframes ascend {
    0% {
        transform: translate3D(-50%, -50%, 0);
        opacity: 1;
    }

    100% {
        transform: translate3D(-50%, -200%, 0);
        opacity: 0;
    }
}

@keyframes ascend {
    0% {
        transform: translate3D(-50%, -50%, 0);
        opacity: 1;
    }

    100% {
        transform: translate3D(-50%, -200%, 0);
        opacity: 0;
    }
}


.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #4cb848;
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: .25rem;
    background: #e3e3e3;
    color: #000;
    margin-right: 10px;
}


.lgn-bg {
    background-color: #ececec;
}

.btn-frgt a {
    color: #3b9138;
    text-decoration: none;
}


.btn-frgt a:hover {
    color: #1c521a;
}

.frgt-pwd {
    margin-top: 20px;
}

.crt-1 h5 {
    color: #005da6;
    font-size: 16px;
}

.crt-prs h4 {
    color: #005ca5;
    font-size: 18px;
}

.number i {
    color: #ccc;
}

.prmcy-shp i {
    color: #ff0000;
}

.crt-ordr {
    border: 1px solid #ccc;
    padding: 30px;
    position: sticky;
    top: 120px;
    background-color: #fff;
}

.crt-ordr h3 {
    color: #000;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
}

.sb-ttl h5 {
    display: flex;
    justify-content: space-between;
    color: #3e3f3e;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    align-items: center;
}

.sb-ttl h5 span {
    color: #7e7e7e;
    font-size: 18px;
}

.sb-ttl p {
    font-size: 14px;
    line-height: 23px;
}

.sb-ttl {
    padding-top: 20px;
    border-top: 1px solid #ccc;
}

.prcd-btn a {
    display: inline-block;
    background: #4cb848;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 30px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    transition: .5s all;
}

.prcd-btn a:hover {
    background: #3a4140;
}

.prcd-btn a i {
    margin-right: 10px;
}

.prcd-btn {
    margin-top: 20px;
}

.btn-cntnw {
    margin-top: 15px;
    text-align: center;
}

.btn-cntnw a {
    color: #000;
    text-decoration: none;
}

.dlvry-sc1a {
    width: 49%;
}

.dlvry-sc1 .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;

}

.dlvry-sc1 {
    display: flex;
    justify-content: space-between;
}

.dlvry-sc1 input {
    background: #ffffff !important;
    padding-left: 20px;
    height: 50px;
    border-radius: 10px !important;
    border: 1px solid #ccc;
}

.dlvry-blg {
    margin-top: 30px;
}

.crt-lft-1 img {
    background: #f3f3f3;
    padding: 20px;
}

.dlvry-blg h3 {
    font-size: 22px;
}

.dlvry-sc1 select.selectpicker.form-control {
    background: #ffffff !important;
    padding-left: 12px;
    height: 50px;
    border-radius: 10px !important;
    border: 1px solid #ccc;
    appearance: auto;
}

.qntty.sngl-qnty .input-group {
    margin-left: 10px;
}

.prcd-btn p {
    font-size: 15px;
    line-height: 23px;
}

.sb-ttl.sb-ttl-1 h5 {
    font-size: 15px;
}

.sb-ttl.sb-ttl-1 h5 span {
    font-size: 22px;
    color: #000000;
}


td,
th {
    font-weight: 400;
    color: #000;
    border: 1px solid #ccc;
}

tr.cart-subtotal th {
    display: flex;
    justify-content: space-between;
    color: #3e3f3e;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    align-items: center;
}

td {
    font-size: 14px;
    padding: 7px 7px;
}

tr.order-total th {
    display: flex;
    justify-content: space-between;
    color: #3e3f3e;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    align-items: center;
}

th.product-total {
    text-align: right;
}

tr.order-total td {
    font-size: 17px;
    color: #000000;
}

tr {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #ccc;
}

td.product-total {
    text-align: right;
}

thead th {
    font-size: 16px;
    font-weight: 500;
    padding: 5px 2px;
}

tr.cart-subtotal td {
    text-align: right;
}


.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}
 
ul.hdr-cntct {
    text-align: center;
    padding: 10px 0 0 !important;
}

ul.hdr-cntct li i {
    color: #4cb848;
}

ul.hdr-cntct li {
    margin-right: 20px;
    font-size: 16px;
    display: inline-block;
}

ul.hdr-cntct li a {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-transform: lowercase;
}

ul.hdr-cntct li a:hover {
    color: #4cb848;
}
 
/* Style the tab */
.my-acnt-mn-sc .tab {
    float: left;
    background-color: #f1f1f1;
    width: 16%;
    height: 300px;
    padding: 0;
    background: #ffffff;
}

/* Style the buttons inside the tab */
.my-acnt-mn-sc .tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 12px 12px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.my-acnt-mn-sc .tab button:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
.my-acnt-mn-sc .tab button.active {
    background-color: #005ca5;
    color: #fff;
}

/* Style the tab content */
.my-acnt-mn-sc .tabcontent {
    float: right;
    padding: 0px 12px;
    width: 83%;
    border-left: none;
    padding: 30px;
    background: #fff;
}


.my-acnt-mn-sc .tabcontent .contact-form {
    padding: 0;
}

.my-acnt-mn-sc table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

.my-acnt-mn-sc table caption {
    margin: .5em 0 .75em;
}

.my-acnt-mn-sc table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
}

.my-acnt-mn-sc table th,
.my-acnt-mn-sc table td {
    text-align: center;
}

.my-acnt-mn-sc table th:nth-child(1) {
    width: 5%;
}


.my-acnt-mn-sc table th:nth-child(4) {
    width: 12%;
}

.my-acnt-mn-sc table th:nth-child(5) {
    width: 7%;
}

.my-acnt-mn-sc table th:nth-child(6) {
    width: 10%;
}

.my-acnt-mn-sc table th:nth-child(7) {
    width: 11%;
}

.my-acnt-mn-sc table th:nth-child(8) {
    width: 10%;
}

.my-acnt-mn-sc table td:nth-child(2) {

    text-align: left;
}

.my-acnt-mn-sc table td:nth-child(3) {
    text-align: left;
    overflow: scroll;
}

.my-acnt-mn-sc td a {
    color: #5fc05c;
    text-decoration: none;
}

.my-acnt-mn-sc table td::-webkit-scrollbar {
    height: 2px;
}

.my-acnt-mn-sc table td::-webkit-scrollbar-thumb {
    background: #afafaf;
    border-radius: 0px;
}

.my-acnt-mn-sc .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 800px;
}

/* The Close Button */
.my-acnt-mn-sc .close {
    color: white;
    line-height: 1;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 35px;
    font-weight: bold;
    background: #000000;
    width: 40px;
    height: 40px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.my-acnt-mn-sc .close:hover,
.my-acnt-mn-sc .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.my-acnt-mn-sc .mySlides {
    display: none;
}

.my-acnt-mn-sc .modal {
    background: #00000096;
}

.prsn-ppp {
    padding: 50px;
}



.prsn-ppp table th:nth-child(1) {
    width: 10%;
}

.prsn-ppp table th:nth-child(4) {
    width: 20%;
}

.prsn-ppp table th:nth-child(5) {
    width: 20%;
}

.prsn-ppp table th:nth-child(3) {
    width: 15%;
}

.prsn-ppp table td:nth-child(3) {
    text-align: center;
}

.crt-ordr tr {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #ccc;
}

.crt-ordr td,
.crt-ordr th {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    padding: 20px 10px;
    line-height: 1.4;
    background: none;
    box-shadow: 0 0 0 0;
    border: 0;
}

.crt-ordr thead th {
    font-size: 20px;
    font-weight: 500;
}

@media screen and (max-width: 991.9px) {
    .prsn-ppp table td:nth-child(3) {
        text-align: left;
    }

    .my-acnt-mn-sc table {
        border: 0;
    }

    .my-acnt-mn-sc table td:nth-child(3) {

        overflow: scroll;
    }

    .my-acnt-mn-sc table caption {
        font-size: 1.3em;
    }

    .my-acnt-mn-sc table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .my-acnt-mn-sc table tr {
        border: 0;
        display: block;
        margin-bottom: .625em;
    }

    .my-acnt-mn-sc table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: left;
    }

    .prsn-ppp {
        padding: 25px;
    }

    .my-acnt-mn-sc table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
        width: 30%;
        text-align: left;
    }

    .my-acnt-mn-sc table td::before {
        /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    .my-acnt-mn-sc table td:last-child {
        border-bottom: 1px solid #ddd;
    }
}

/* Media Screens */

@media (max-width: 576px) {
    .toggle-button {
        display: block;
    }

    .container {
        max-width: 90%;
    }
}



@media (max-width: 767.9px) {
    .prsn-ppp table td::before {

        width: 35%;

    }

    .my-acnt-mn-sc .tab button {
        padding: 6px 10px;
        text-align: center;
        font-size: 17px;
    }

    .my-acnt-mn-sc .tab {
        float: left;
        width: 100%;
        height: auto;
        display: flex;
    }

    .my-acnt-mn-sc .tabcontent {
        width: 100%;
        padding: 20px;
    }

    .cntct-frm-lctn h3 {
        font-size: 23px;
        margin-bottom: 20px;
    }
 
    ul.hdr-cntct {
        display: none;
    }

    .crt-lft-1 img {
        background: #f3f3f3;
        padding: 10px;
    }

    img.img-fluid.logo-image {
        width: 125px;
        float: left;
    }

    h1 {
        font-size: 27px;
    }

    .ser-bx p {
        text-align: center;
    }

    .generic-list {
        grid-template-columns: none;
        margin-bottom: 20px;
    }

    .my-acnt-mn-sc thead th {
        font-size: 16px;
        font-weight: 500;
    }

    .my-acnt-mn-sc td,
    .my-acnt-mn-sc th {
        font-size: 13px;
        padding: 10px 4px;
    }
 
    .cntct-1 {
        padding: 20px 20px;
    }

    .scrd-faq .accordion {
        padding: 10px 15px;
        font-size: 16px;
    }

    .ftr-abt p {
        text-align: left;
        font-size: 15px;
    }

    .contact-form {
        margin-bottom: 20px;
        padding: 20px;
    }

    .ftr-abt img {
        width: 130px;
        margin-bottom: 10px;
    }

    .ftr-sc li {
        font-size: 15px;
    }

    .ftr-sc li a {
        font-size: 15px;
    }

    .ftr-sc h4 {
        color: #ffffff;
        font-size: 18px;
    }

    .ser-bx {
        padding: 20px;
    }

    h2 {
        font-size: 30px;
    }

    .ser-bx h3 {
        font-size: 20px;
    }

    .cpyrght-sc h6 {
        font-size: 14px;
        text-align: center;
    }

    .cpyrght-sc ul li {
        list-style: none;
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

    .cpyrght-sc ul {
        text-align: center;
        display: inline-flex;
        width: 100%;
        justify-content: center;
    }

    .cpyrght-sc a {
        font-size: 14px;
    }

    footer {
        padding: 20px 0;
    }

    .ftr-sc li {
        line-height: 28px;
        font-size: 15px;
    }

    .ftr-sc.ftr-sc-cntct li {
        line-height: 23px;
        margin-bottom: 10px;
    }

    section.sec-2 {
        padding: 30px 0;
    }

    .btn-stl-1 {
        margin-top: 20px;
    }

    .ser-mn-bx {
        margin-top: 10px;
    }

    section.sec-1 {
        padding: 30px 0;
    }

    .banner-section h2 {
        font-size: 25px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .bnr-cntnt p {
        padding-right: 0px;
        font-size: 14px;
        line-height: 22px;
    }

    .bnr-btns a {
        font-size: 15px;
        padding: 10px 25px 10px 25px;
    }

    .bnr-cntnt {
        padding: 0 20px;
    }

    .abt-rght {
        padding-left: 15px;
    }

    .bnr-btns {
        margin-top: 10px;
    }

    .sc-hd {
        margin-bottom: 10px;
    }

    .ser-hd p {
        font-size: 16px;
        line-height: 24px;
    }

    .prmcy h5 a {
        font-size: 16px;
    }

    .service-bx h3 {
        font-size: 20px;
    }

    .service-bx p {
        text-align: center;
    }

    .service-bx {
        padding: 15px;
    }

    .prmcy-shp h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .prmcy-shp {
        padding-left: 0px;
    }

    .shp-des ul li {
        font-size: 16px;
        font-weight: 300;
        line-height: 24px;
        list-style: none;
        margin-bottom: 10px;
        text-align: justify;
    }

    .inr-apnmnt .who-form {
        padding: 20px 20px;
    }

    .inr-apnmnt .form-control {
        padding-left: 0px;
    }

    .crt-ordr {
        padding: 20px;
    }
 
    .hdg-2 h2 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .cntct-1 p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 10px;
        text-align: center;
    }

    .cntct-1 h3 {
        font-size: 18px;
    }

    .sb-ttl.sb-ttl-1 h5 span {
        font-size: 20px;
    }

    .dlvry-sc1a {
        width: 100%;
        margin-bottom: 10px;
    }

    .dlvry-sc1 {
        display: block;
        margin-bottom: 10px !important;
    }



    .inr-sc-1 {
        padding: 30px 0;
    }

    .phrmcy-sc-rltd h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    p {
        font-size: 16px;
        line-height: 25px;
        text-align: justify;
    }

    .sc-hd p {
        font-size: 16px;
    }

    section.sec-4 {
        padding: 30px 0;
    }

    section.sec-3 {
        padding: 30px 0;
    }

    .ftr-abt {
        padding-right: 20px;
    }

    .ftr-abt ul {
        padding: 0;
        margin-top: 10px;
    }

    .ftr-sc ul {
        padding: 0;
        margin-top: 10px;
    }

    .who-form h3 {
        font-size: 30px;
        line-height: 35px;
        text-align: center;
    }

    .who-form {
        padding: 20px 20px;
    }

}

@media (min-width: 768px) and (max-width: 991.9px) {
    .bnr-cntnt p {
        padding-right: 20px;
        font-size: 16px;
    }

    .banner-section h2 {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 28px;
    }

    .generic-list {
        grid-template-columns: none;
    }

    p {
        font-size: 15px;
        font-weight: 300;
    }

    .generic-list ul li {
        margin-bottom: 5px;
        padding-left: 28px;
        font-size: 15px;
    }

    .ser-bx h3 {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .ser-bx {
        padding: 16px;
        border-radius: 20px;
        height: 100%;
    }

    .prmcy h6 {
        font-size: 16px;
    }

    .prmcy h5 a {
        font-size: 15px;
    }

    .who-form h3 {
        font-size: 30px;
        line-height: 34px;
    }

    .who-form {
        padding: 20px 20px;
    }

    .who-form form {
        margin-top: 10px;
    }

    .ser-hd p {
        color: #fff;
        text-align: center;
        font-size: 16px;
    }

    section.sec-1 {
        padding: 40px 0;
    }



}

@media (min-width: 992px) and (max-width: 1199.9px) {

    .banner-section h2 {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .bnr-cntnt p {
        padding-right: 150px;
        font-size: 18px;
    }

    .header .menu>ul>li {
        margin-left: 17px !important;
    }

    h1 {
        font-size: 35px;
        font-weight: 600;
    }

    footer {
        padding: 30px 0;
        background: #1e1d1d;
    }

    .who-form h3 {
        font-size: 40px;
        line-height: 40px;
    }

}

@media (min-width: 1201px) and (max-width: 1400px) {
    h1 {
        font-size: 42px;
    }

    .banner-section h2 {
        font-size: 60px;
        line-height: 70px;
    }

    .ser-bx h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }

}


/* Close Media Screens */
/*************sheeba*************/
.pagelnk{
    cursor: pointer;
    border: 1px #ccc solid;
    text-align: center;
    padding: 5px;
	background-color:#000;
	color:#ffffff;
	margin-right:3px; 
	}
.pagelnk_active{ 
    color:#ff0000;
    border: 1px #ccc solid;
    text-align: center;
    padding: 5px;
	background-color:#CCCCCC;
	margin-right:3px;
	}
.reviewleftcolumn {
  float: left;
   
  
}

/* Right column */
.reviewrightcolumn {
  float: right;
  width: 50% !important;
  padding-left: 20px;
}
.cardreview {
  background-color: white;
  padding: 20px 13px 20px 13px;
  margin-top: 20px;
  margin-bottom: 20px;
  border:1px solid #ccc;
}
.titlereview {
  
  margin-bottom: 36px; 
}
/* Clear floats after the columns */
.rowreview:after {
  content: "";
  display: table;
}
.rowreview {

 padding-bottom:20px;
}
/*************sheeba*************/