:root {
    --first-color: #1d4ed8;
    --second-color: #ffff00; 
}

body {
    font-family: "Open Sans", sans-serif;
}

.first-color {
    color: var(--first-color);
}

.second-color {
    color: var(--second-color);
} 

.img-fluid {
    width: 100%;
}

a {
    text-decoration: none;
    color: var(--first-color);
} 

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--first-color);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: var(--first-color);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--first-color)
}
.btn.btn1{
    background: var(--fifth-color);
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 15px;
    color: #fff;
    transition: all ease .5s;
}
.btn.btn1:hover {
    background: var(--seventh-color);
}
.btn.btn2{
    background: var(--fourth-color);
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 15px;
    color: #fff;
    transition: all ease .5s;
}
.btn.btn2:hover {
    background: var(--second-color);
}

.text-first {
    color: var(--first-color)!important;
}

.bg-first {
    background: var(--first-color) !important;
}

.bg-success {
    background: #7ED321 !important;
}

.bg-white {
    background: #fff !important;
}

.label-primary {
    background: var(--first-color);
    color: #fff;
}

label.label {
    display: inline-block;
    text-align: center;
    font-size: 0.75rem;
    padding: .2rem .8rem;
}

.label-secondary {
    background: var(--second-color);
    color: #000;
}

.label-info {
    background: #50E3C2;
    color: #fff;
}

.label-success {
    background: #7ED321;
    color: #fff;
}

.label-warning {
    background: #FFAA16;
    color: #fff;
}

.label-danger {
    background: #FF1616;
    color: #fff;
}

.label-light {
    background: #dadada;
    color: #000;
}

.label-dark {
    background: #454545;
    color: #fff;
}

.btn-light {
    background-color: #dadada;
}

.btn-white {
    border-color: var(--first-color);
    color: var(--first-color);
    background-color: #fff;
}

.btn-white:hover {
    background: var(--first-color);
    color: #fff;
}
.banner-section {
    margin-bottom: 15px;
}

.default-padding {
    padding: 20px 0;
}

.abt-box {
    border: 1px solid #ddd;
    padding: 18px 19px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 #00000038;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.abt-box .icon-img {
    width: 72px;
    margin-right: 15px;
}

.abt-box .right-txt {
    width: -webkit-fill-available;
}

.abt-box .right-txt h5 {
    color: var(--first-color);
    font-size: 27px;
    margin-bottom: 2px;
    font-weight: 800;
}

.abt-box .right-txt p {
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 20px;
}
.buy-text {
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    line-height: 37px;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    -webkit-text-fill-color: transparent;
    transition: background-position 275ms ease;
    text-decoration: none;
    text-align: center;
    color: #000;
    background: linear-gradient(90deg, red, red 50%, #000 0);
    background-clip: text;
    -webkit-background-clip: text;
    background-size: 200% 100%;
    background-position: 100%;
    animation: flipGif 4s ease-in infinite;
}

@keyframes flipGif{
    0%{background-position:100%}to{background-position:0}
}
.bg-img{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
section.why-need {
    background-color: #000;
    padding: 39px 0;
}

.why-need .need-heading-box {
    padding: 11px 0;
    border: 1px solid #000;
    text-align: center;
    margin: 13px 0;
}

.why-need .need-heading-box p {
    font-weight: 700;
    margin: 0px;
}
.bg-dark {
    background-color: #000000 !important;
}
.br-20 {
    border-radius: 20px!important;
}
p.desc1 {
    font-weight: 700;
    font-size: 19px;
}
.dark-box-text {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    padding: 10px 20px;
    border: 1px dashed #fff;
    color: #fff;
    line-height: 33px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.dark-box-text span {
    color: #ffff00;
}
.small-white-box {
    text-align: center;
    margin-bottom: 20px;
    background: #fff;
    padding: 13px 8px;
    border-radius: 8px;
}

.small-white-box .bx-img {
    width: 100px;
    margin-bottom: 15px;
}

.small-white-box .bx-title {
    color: var(--first-color);
    font-weight: 700;
    margin-bottom: 0px;
    font-size: 18px;
}
.white-box {
    text-align: center;
    margin-bottom: 20px;
    background: #fff;
    padding: 17px 21px;
    border-radius: 8px;
}

.white-box .buy-text {
    margin-bottom: 0px;
    line-height: 28px;
}
.dark-dotted-box {
    position: relative;
    border: 2px dashed #fff;
    padding: 60px 17px;
    margin-bottom: 25px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

p.desc1 span {
    color: var(--second-color);
}

.dark-dotted-box p.desc1 {
    font-size: 17px;
    line-height: 29px;
    text-align: justify;
}

.dark-dotted-box:before {
    border-bottom-right-radius: 30px;
    content: '';
    width: 50%;
    position: absolute;
    background: var(--second-color);
    height: 43px;
    left: 0px;
    top: 0px;
}
.dark-dotted-box:after {
    border-top-left-radius: 30px;
    content: '';
    width: 50%;
    position: absolute;
    background: var(--second-color);
    height: 43px;
    right: 0px;
    bottom: 0px;
}

.dark-dotted-box p.desc1:nth-child(2) {
    margin-bottom: 0px;
}
.default-padding.about3-sec {
    padding: 40px 0;
}

h4.sec-title {
    line-height: 34px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

h4.sec-title span {
    color: #b91c1c;
}

.medicine-box {
    padding: 21px 20px;
    border: 2px solid #b91c1c;
    border-radius: 15px;
    margin-bottom: 30px;
}

.medicine-box .buy-text {
    text-align: center;
    margin-bottom: 5px;
    line-height: 23px;
    font-size: 14px;
    margin-top: 15px;
}

.medicine-box img {
    border-radius: 10px;
}
.why-box {
    text-align: center;
    margin-bottom: 24px;
}

.why-box img {
    width: 100px;
    margin-bottom: 20px;
}

.why-box h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
}
.bg-blue {
    background: #d0efff91!important;
}
.why-need.style2 .need-heading-box {
    padding: 11px 21px;
    border: none;
}
section.why-need.style2 {
    background-color: #fff;
    padding: 39px 0;
    background-size: contain;
}
iframe {
    border-radius: 10px;
    width: 100%;
}
.how-it-work p.desc1 {
    font-weight: 500;
    text-align: center;
    line-height: 31px;
}

.how-it-work p.desc1 span {
    color: #b91c1c;
    font-weight: 700;
}
.step-box {
    border: 1px solid #ddd;
    padding: 12px 11px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 #00000038;
    display: flex;
    margin-bottom: 0;
    border-radius: 16px;
}
.step-div{
    margin-bottom: 15px;
}
.step-box .icon-div img {
    width: 100%;
}

.step-box .icon-div {
    width: 25%;
    margin-right: 13px;
}

.step-box .right-txt {
    width: 75%;
}
 

.step-box .right-txt p {
    margin-bottom: 0px;
    line-height: 27px;
    font-size: 15px;
}
.step-div h5 {
    font-weight: 600;
    text-align: center;
    margin-bottom: 13px;
}

.step-div h5 span {
    color: #b91c1c;
    margin-right: 9px;
}
p.desc1.text-red span {
    color: #b91c1c;
}
 .text-green {
    color: #22c55e!important; 
}

.contact-form {
    background: green;
    margin-bottom: 30px;
    padding: 20px 30px;
    border-radius: 30px;
}

.contact-form h4 {
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 18px;
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 15px;
}

.contact-form .form-group label {
    margin-bottom: 5px;
    color: #fff;
}

.contact-form .form-group .form-control {
    padding: 10px 21px;
}

.p-rel {
    position: relative!important; 
}

.contact-form .form-group .fix-num {
    position: absolute;
    top: 11px;
    left: 8px;
}

.btn.btn1 {
    background: var(--second-color);
    width: 100%;
    color: #000;
    border-radius: 11px;
}
.btn.btn1:hover{
    background-color: var(--first-color);
    color: #fff;
}

.pl-60 {
    padding-left: 60px !important;
}
.customer-box {
    border: 1px solid #ddd;
    padding: 12px 11px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 #00000038;
    margin-bottom: 15px;
    border-radius: 16px;
}
.customer-box {
	display: none;
}

.customer-box .reviewer-dt {
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}

.customer-box .reviewer-dt .user-img {
    width: 78px;
    margin-right: 20px;
}
 

.customer-box .reviewer-dt .right-info h5 {
    font-size: 20px;
    margin-bottom: 4px;
}

.customer-box .reviewer-dt .right-info p.date {
    margin-bottom: 0px;
    font-size: 14px;
}

.customer-box .review {
    line-height: 23px;
    font-size: 14px;
}
.customer-box .result-img {
    margin-top: 17px;
    border-radius: 10px;
}
.page-width {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}
.modalbg {
    position: fixed;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: opacity 250ms;
}
.success_modal {
    position: fixed;
top:10%;
left: 0;
width: 100%;
background: transparent;
height: auto;
z-index: 1000;
transition: all .5s ease-in-out;
}
.modal-inner{
        max-width: 400px;
padding: 20px;
border-radius: 10px;
margin: 0 auto;
background: #fff;
position:relative;
}
.success {
text-align: center;
padding: 25px 0;
margin: 0 auto;
}

.success img.succes-img {
max-width: 60px;
margin-bottom: 20px;
}

.success p.tnk-text {
font-size: 20px;
}

.success p.tnk-text span {
color: var(--first-color);
font-weight: 600;
}

.success p.text-drk {
    
color: #000;
margin-bottom: 0px;
font-size: 17px;
}

.success p.text-light {
color: #434343!important;
font-weight: 600;
margin-bottom: 18px;
}

.success p.orde-placed {
font-weight: 600;
color: #000;
font-size: 17px;
}

.success p.cont-num {
font-size: 23px;
font-weight: 700;
color: #2ad352;
}

.success p.cont-num i {
color: #fff;
background: #2ad352;
padding: 9px 12px 9px 12px;
border-radius: 50%;
margin-right: 20px;
margin-top: 15px;
}

.modal-inner .close-btn {
position: absolute;
right: 10px;
top: 10px;
color: #a28d8d;
cursor: pointer;
}

.relative {position: relative;}

@media only screen and (max-width: 767px) {
    .page-width {
        width: 100%!important;
    }
    .success_modal {
        position: fixed;
        left: 0;
        bottom: unset;
        width: 100%;
        height: auto;
        z-index: 1000;
        top: 28px;
        transition: all .5s ease-in-out;
    }
    .modal-inner {
        max-width: unset;
        padding: 0px;
        margin-left: 20px !important;
        margin-Right: 20px !important;
        border-radius: 10px;
        margin: 0 auto;
        background: #fff;
    }
}
