.navbar-brand img {
    max-width: 120px;
}


.navbar .navbar-collapse .nav-item a {
    margin-left: 20px;
    font-size: 16px;
    font-weight: 500;
    color: black;
}

.navbar-bg {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: white;
    border-top: 5px solid #0f3b97;
}


* {
    font-family: "Poppins";
}

.app-btn img {
    width: 30px;
    margin-left: 5px;
}

.app-btn {
    background: #5a5a5b;
    color: white;
    border: none;
    padding: 5px 10px 5px 15px;
    border-radius: 30px;
    font-size: 14px;
    margin-left: 10px;
}

.navbar .navbar-collapse .nav-item a:hover {
    color: #0f3b97;
}

.banner-store-img img {
    width: 120px;
}

.banner-section {
    /* background-image: url('../images/main-banner.png'); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 220px;
    padding-bottom: 220px;
}


.banner-content h3 {
    font-size: 36px;
    color: white;
    line-height: 56px;
    font-weight: 600;
    margin-bottom: 20px;
}

.banner-content p {
    color: white;
    margin-bottom: 25px;
}

.about-img img {
    width: 100%;
}

.about-content h6 {
    font-size: 18px;
    color: #0f3b97;
    font-weight: 600;
}

.about-content h3 {
    font-size: 32px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 20px;
    color: #202020;
}

.about-content span {
    color: #ff9e33;
}

.about-content p {
    color: #7b7b7b;
}

.read-btn button {
    border: 1px solid #0f3b97;
    background: transparent;
    padding: 7px 20px;
    border-radius: 20px;
    color: #0f3b97;
}

.read-btn {
    margin-top: 10px;
}

.about-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.about-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.service-head h6 {
    font-size: 18px;
    color: #0f3b97;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}

.service-head h4 {
    color: #202020;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    line-height: 46px;
}


.service-head span {
    color: #ff9e33;
}

.service-img img {
    height: 150px;
    border-radius: 15px;
}

.service-section {
    padding-top: 40px;
    padding-bottom: 20px;
    background-image: url('../images/service-bg-img.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.service-img h6 {
    color: #202020;
    font-size: 18px;
    margin-top: 15px;
    font-weight: 600;
}

.service-img {
    text-align: center;
}

.service-carousel .owl-prev {
    position: absolute;
    top: 25%;
    background: #fe9e33 !important;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    left: -15px;
}

.service-carousel .owl-next {
    position: absolute;
    top: 25%;
    background: #fe9e33 !important;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    right: -15px;
}

.service-carousel .owl-prev span {
    color: white;
}

.service-carousel .owl-next span {
    color: white;
}

.service-carousel .owl-dots .owl-dot {
    background: #ffffff;
    height: 10px;
    width: 10px;
    border-radius: 50px;
    margin-right: 5px;
}

.service-carousel .owl-dots .owl-dot.active {
    background-color: #fe9e33;
    width: 20px;
}

.service-carousel .owl-dots {
    text-align: center;
    margin-top: 10px;
}

.hrs-head {
    color: #fe9e33 !important;
}

.how-work-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.wrk-sec h4 {
    color: #202020;
    font-size: 18px;
    margin-top: 15px;
    font-weight: 600;
}

.wrk-sec {
    text-align: center;
}

.wrk-sec p {
    color: #7b7b7b;
    margin-bottom: 0px;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.wrk-sec {
    border: 1px solid #e7e7e7;
    background-color: white;
    padding: 15px;
    border-radius: 15px;
    height: 100%;
    margin: 5px;
}


.work-carousel .owl-dots .owl-dot {
    background: #cdcccc;
    height: 10px;
    width: 10px;
    border-radius: 50px;
    margin-right: 5px;
}

.work-carousel .owl-dots .owl-dot.active {
    background-color: #fe9e33;
    width: 20px;
}

.work-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.time-img {
    display: flex;
    justify-content: center;
}

.time-img img {
    width: 100px !important;
}

.down-btn {
    text-align: center;
}

.down-btn button {
    background: #fe9e33;
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
    margin-top: 25px;
    border: none;
}


.counter-img {
    text-align: center;
}

.counter-img img {
    width: 100px;
}

.counterup-secrtion {
    padding-top: 40px;
    padding-bottom: 20px;
    /* background-color: #2075ec; */
    /* background-image: url("../images/counter-bg-img.png"); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.counte-sec h5 {
    color: white;
    margin-top: 25px;
    margin-bottom: 0px;
    text-align: center;
}

.testimonial-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.man-img img {
    width: 80px !important;
}

.man-img {
    display: flex;
    justify-content: center;
}

.star-img img {
    width: 20px !important;
}

.test-sec h5 {
    font-size: 20px;
    color: #202020;
    font-weight: 600;
    margin-top: 10px;
}

.test-sec p {
    color: #7b7b7b;
    margin-bottom: 0px;
}

.test-sec {
    text-align: center;
    border: 1px solid #d8e8ff;
    padding: 15px;
    border-radius: 15px;
    margin: 5px;
}

.tesi-para {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.star-img {
    display: flex;
    justify-content: center;
    gap: 10px;
}


.testi-carousel .owl-dots .owl-dot {
    background: #cdcccc;
    height: 10px;
    width: 10px;
    border-radius: 50px;
    margin-right: 5px;
}

.testi-carousel .owl-dots .owl-dot.active {
    background-color: #fe9e33;
    width: 20px;
}

.testi-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.download-app-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.download-bg {
    /* background-image: url('../images/download-bg.png'); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 94px 50px;
    border-radius: 20px;
}

.download-sec h5 {
    color: white;
    margin-bottom: 15px;
}


.download-sec h4 {
    color: white;
    font-size: 28px;
    margin-bottom: 15px;
}

.still-head {
    color: #fe9e33 !important;
    margin-bottom: 25px !important;
}

.down-plays img {
    width: 120px;
}

.footer-logo img {
    max-width: 120px;
}

.footer-logo {
    margin-bottom: 25px;
}

.footer-social {
    border: 1px solid #023987;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-social i {
    color: #023987;
}

.social-flex {
    display: flex;
    gap: 10px;
}

.footer-social:hover {
    background-color: #237bf6;
    border-color: #237bf6;

}

.footer-social:hover i {
    color: white;
}

.footer-head h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
}

.footer-head h4::before {
    content: "";
    position: absolute;
    background: #fe9e33;
    height: 2px;
    width: 50px;
    bottom: -5px;
}

.footer-head p {
    margin-bottom: 10px;
}

.footer-head ul {
    padding-left: 25px;
}

.mail-img img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    margin-right: 10px;
}

.footer-top p {
    font-weight: 450;
    font-size: 15px;
}

.mail-img {
    display: flex;
}

.footer-section {
    background-color: #e9f2ff;
    padding-top: 50px;
    padding-bottom: 10px;
    /* background-image: url(/assets/images/footer-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
}

.copy-right-bg {
    background: #0f3b97;
    background: #0f3b97;
    padding-top: 10px;
    padding-bottom: 10px;
}

.copy-right-text p {
    margin-bottom: 0px;
    color: white;
    text-align: center;
}

.navbar-toggler-icon {
    background-image: url('../images/nav-img.png') !important;
}

.breadcrumb-area .page-title {
    font-size: 48px;
    line-height: 58px;
    font-weight: 600;
    color: white;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.breadcrumb-area .breadcrumb-inner {
    padding: 120px 0 120px 0;
    text-align: center;
}

.breadcrumb-area .page-list {
    margin: 0;
    padding: 0;
}

.breadcrumb-area .page-list li:first-child {
    padding-left: 0;
}

.breadcrumb-area .page-list li {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 400;
    color: white;
}

.breadcrumb-area .page-list li:after {
    position: absolute;
    left: 10px;
    top: 0;
    content: "/";
    font-family: fontawesome;
}

a:hover {
    text-decoration: none !important;
}

.breadcrumb-area .page-list li:first-child:after {
    display: none;
}

.breadcrumb-bg {
    background-image: url('../images/bread-bg.png') !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.connect-head {
    font-size: 32px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 20px;
    color: #202020;
}


.connect-head span {
    color: #ff9e33;
}

.sel-control {
    padding: 0.6rem 1rem !important;
    font-size: 0.875rem !important;
    height: calc(1.7125rem + 1.2rem + 2px) !important;
    background: #fafafa !important;
    border: none !important;
    border-radius: 10px !important;
}

.contact-form textarea {
    height: 100px !important;
}

.form-control:focus {
    box-shadow: none !important;
    outline: none !important;
}

.contact-content h5 {
    color: #0f3b97;
}

.contact-content h4 {
    font-size: 28px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.contact-content p {
    color: #7b7b7b;
}

.contact-content {
    background-color: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 25px;
    border-radius: 15px;
}

.contact-btn button {
    border: none;
    background: #0f3b97;
    color: white;
    padding: 7px 25px;
    border-radius: 23px;
}

.contact-img img {
    width: 100%;
    height: 310px;
    object-fit: cover;
    border-radius: 20px;
}

.contact-img {
    margin-bottom: 30px;
}

/* .contact-img{
    text-align: center;
} */

.con-mail img {
    width: 25px;
}


.con-mail {
    height: 45px;
    width: 45px;
    border-radius: 50px;
    background-color: #e6edf7;
    display: flex;
    justify-content: center;
    align-items: center;
}



.contact_mail h5 {
    font-size: 20px;
    color: black;
    margin-bottom: 5px;
}

.contact_mail p {
    margin-bottom: 0px;
}

.conmail_flex {
    display: flex;
    background: #fafafa;
    padding: 15px 15px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.contact_mail {
    margin-left: 15px;
}

.contact-page {
    padding-top: 40px;
    padding-bottom: 40px;
}

.policy-page {
    padding-top: 50px;
    padding-bottom: 40px;
}

.privacy-content h4 {
    font-size: 26px;
    color: #000;
    margin-bottom: 20px;
    /* text-align: center; */
}


.privacy-content p {
    color: #7b7b7b;
    font-size: 16px;
    line-height: 30px;
}


.privacy-bg {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: white;
    padding: 25px;
    border-radius: 10px;
}


.con-border {
    border: 1px solid #e9e9e9;
    padding: 20px;
    border-radius: 16px;
}


/* pricing page */

.dry_price_list {
    padding-top: 40px;
    padding-bottom: 40px;
}


.plan-inner {
    background: #fff;
    /* margin: 0 auto; */
    /* min-width: 280px; */
    max-width: 100%;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 3px 8px;
    border-radius: 10px;
}

.entry-title {
    background: #53CFE9;
    height: 140px;
    position: relative;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.entry-title>h3 {
    background: #20BADA;
    font-size: 20px;
    padding: 5px 0;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}

.entry-title .price {
    position: absolute;
    bottom: -25px;
    background: #20BADA;
    height: 95px;
    width: 95px;
    margin: 0 auto;
    left: 0;
    right: 0;
    overflow: hidden;
    border-radius: 50px;
    border: 5px solid #fff;
    line-height: 80px;
    font-size: 28px;
    font-weight: 700;
}

.price span {
    position: absolute;
    font-size: 9px;
    bottom: -10px;
    left: 30px;
    font-weight: 400;
}

.entry-content {
    color: #323232;
}

.entry-content ul {
    margin: 0;
    padding: 20px;
    list-style: none;
    text-align: center;
}

.entry-content li {
    border-bottom: 1px solid #E5E5E5;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}

.entry-content li:last-child {
    border: none;
}

.btn {
    padding: 3em 0;
    text-align: center;
}

.btn a {
    background: #323232;
    padding: 10px 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none
}

.hot {
    position: absolute;
    top: -7px;
    background: #F80;
    color: #fff;
    text-transform: uppercase;
    z-index: 2;
    padding: 2px 5px;
    font-size: 9px;
    border-radius: 2px;
    right: 10px;
    font-weight: 700;
}

.basic .entry-title {
    background: #75DDD9;
}

.basic .entry-title>h3 {
    background: #44CBC6;
}

.basic .price {
    background: #44CBC6;
}

.standard .entry-title {
    background: #4484c1;
}

.standard .entry-title>h3 {
    background: #3772aa;
}

.standard .price {
    background: #3772aa;
}

.ultimite .entry-title>h3 {
    background: #DD4B5E;
}

.ultimite .entry-title {
    background: #F75C70;
}

.ultimite .price {
    background: #DD4B5E;
}

.order_btn button {
    border: none;
    background-color: #323232;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    color: white;
}

.order_btn {
    padding: 0px 20px 20px;
}

.strike-price {
    color: #cdcdcd;
    font-size: 14px;
}

.price_num span {
    font-size: 18px;
    color: #000;
    margin-left: 5px;
    font-weight: 550;
}

.dry_head h3 {
    color: black;
    text-align: center;
    margin-bottom: 40px;
}

/* End pricing */



.location_heads h4 {
    color: #000000;
    font-size: 20px;

}

.location_heads select {
    box-shadow: rgba(0, 0, 0, 0.14) 0px 3px 8px;
    background-color: white;
    border: none;
    color: #8A8888;
    padding: 7px 30px;
    border-radius: 10px;
    font-size: 15px;
    outline: none;
}


.pricing_tabs {
    margin-top: 30px;
}


.pricing_tabs .tab-content {
    margin-top: 20px;
}


.pricing_tabs .nav-tabs {
    border-bottom: none;
    background: #ffffff;
    width: max-content;
    gap: 15px;
    border-radius: 5px;
}

.pricing_tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #0F3B97 !important;
    color: white !important;
    border-color: #0F3B97 !important;
}


.pricing_tabs .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    background-color: #0F3B97 !important;
    color: white !important;
}

.pricing_tabs .nav-tabs .nav-link {
    border: 1px solid #8A8888 !important;
    color: #8A8888;
    padding: 7px 30px;
    font-size: 14px;
    border-radius: 10px !important;
}


.shirt_text h4 {
    margin-bottom: 0px;
    text-align: center;
    color: #000;
    font-size: 18px;
    background: white;
    padding-top: 4px;
    padding-bottom: 10px;
}

.shirt_img img {
    width: 60px;
    border-radius: 50px;
    height: 60px;
    object-fit: cover;
}

.shirt_img {
    text-align: center;
}

.table_bg {
    background-color: #92B5FF;
    border-radius: 0px 0px 10px 10px;
    /* position: relative; */
}

.shirt_img {
    position: relative;
}

.shirt_img::before {
    content: "";
    background: #92b5ff;
    position: absolute;
    height: 25px;
    width: 100%;
    left: 0;
    top: 17px;
    z-index: -9;
    border-radius: 10px 10px 0px 0px;
}

.hour_flx p {
    margin-bottom: 0px;
    font-size: 12px;
}

.hour_flx img {
    width: 20px;
}

.hour_flx {
    display: flex;
    align-items: center;
    background-color: white;
    padding: 5px 20px;
    border-radius: 20px;
    gap: 5px;
    width: max-content;
}

.carbon_delivery_img {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}


.price_tab_flx {
    box-shadow: rgb(146 181 255) 0px 3px 8px;
    background-color: white;
    padding: 15px;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.location_p p {
    color: #606060;
}

.dry_bg h4 {
    color: #000;
    font-size: 14px;
    margin-bottom: 0px;
    text-align: center;
}

.dry_bg {
    background: #92b5ff;
    padding: 20px 10px;
    border-radius: 0px 0px 10px 10px;
}

.footer-head a {
    color: #212529;
}
