html {
    scroll-behavior: smooth;
}
.back-to-top {
    position: fixed;
    display: block;
    bottom: 30px;
    right: 30px;
    font-size: 24px;
    background-color: #583681;
    color: white;
    padding: 5px 15px;
    border-radius: 28%;
    text-align: center;
    text-decoration: none;
    z-index: 1000;
    transition: opacity 0.3s ease;
}
.back-to-top:hover {
    background-color: #58368185;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Montserrat", serif;
}

h2 {
    color: #000000 !important;
    font-size: 45px !important;
    font-weight: 700 !important;
    /* text-transform: uppercase; */
}

p {
    font-family: "Lato", sans-serif;
}

nav.navbar.navbar-expand-lg.bg-body-tertiary {
    padding: 0px;
}

section.menu {
    background: #f8f9fa;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0%;
    max-height: 82px;
}

ul.navbar-nav {
    width: 100%;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        text-align: center;
        display: ruby;
    }
}

.lg-btn {
    display: flex;
}

a.nav-link.active {
    color: #583681 !important;
}

a.nav-link {
    font-size: 16px;
    font-weight: 500;
    font-family: "Lato", sans-serif;
    margin: 0px 10px;
}

a.nav-link:hover {
    color: #583681;
}

.menu i.bi.bi-chevron-down {
    font-size: 14px;
}

/* Main Dropdown (First Level) */
.cstm-drop {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background: white;
    padding: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-in-out, visibility 0.2s ease-in-out;
    top: 300%;
    left: 0;
    width: 250px;
    /* Adjust width as needed */
    z-index: 1000;
}

.nav-item.prduct-menu {
    position: relative;
}

.nav-item.prduct-menu:hover .cstm-drop {
    top: 200%;
    opacity: 1;
    visibility: visible;
}

.cstm-comp-ocen {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background: white;
    padding: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    left: 100%;
    /* Makes it appear to the right */
    top: 0;
    width: 220px;
    min-height: 342px;
    z-index: 100000;
}

.cstm-comp-ocen.unq {
    min-height: 560px;
}

.nav-item.comp-ocen:hover > .cstm-comp-ocen {
    opacity: 1;
    visibility: visible;
    display: block;
    background: white;
}

/* =========================pc dropdown start=========== */
/* Ensure the dropdown takes the full height of the parent */
.nav-item.comp-ocen > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px;
}

.cstm-comp-ocen ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cstm-comp-ocen p {
    color: #583681;
    background: #f5faff;
    padding: 10px 0px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    box-shadow: 0px 0px 12px 0px #583681;
    text-align: center;
}

.cstm-drop p {
    color: #583681;
    background: #f5faff;
    padding: 10px 0px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    box-shadow: 0px 0px 12px 0px #583681;
}

.prduct-menu a {
    text-decoration: none;
    color: #000;
}

.prduct-menu a:hover {
    color: #583681;
}

ul li.comp-ocen {
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    padding: 2px 0px;
}

.cstm-drop ul {
    padding-left: 6px;
}

.cstm-comp-ocen li {
    display: block;
    padding: 4px;
}

.cstm-comp-ocen p {
    margin-top: 4px;
}

li.nav-item.comp-ocen {
    /* margin-top: 100px; */
    transition: all 0.5s ease-in-out;
}

li.nav-item.prduct-menu:hover li.nav-item.comp-ocen {
    margin-top: 0px;
}

/* =========================pc dropdown end=========== */

.h-p-single-det {
    height: 100%; /* Ensure full height inside column */
    min-height: 286px; /* Set your desired minimum height */
    display: flex;
    flex-direction: column;
    padding: 16px;
    border: 1px solid #ccc; /* Optional styling */
    box-sizing: border-box;
}

.h-p-single-det a {
    margin-top: auto;
    text-decoration: none;
}

.h-p-single-det h5 {
    color: #007bff; /* Adjust link color as needed */
    margin-bottom: 15px;
}

@media (max-width: 576px) {
    .h-p-single-det h5 {
        margin-bottom: 0px;
    }
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-pagination-bullet {
    background: #ffffff !important; /* white color for inactive bullets */
}

.swiper-pagination-bullet-active {
    background: #ee6221 !important; /* your existing active bullet color */
}
section.hero-bnr {
    background: radial-gradient(
        95.36% 95.12% at 110% 13%,
        #583681 0,
        #0f1127 100%
    );
    background-image: url(../images/bar.png);
    /* height: 70svh; */
    overflow: hidden;
    margin-bottom: 100px;
    margin-top: 59px;
}
.hero-bnr h1 {
    font-weight: 700;
    font-size: 70px;
    font-family: "Montserrat", serif;
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero-bnr button.btn.btn-outline-primary {
    padding: 10px 40px;
    margin-top: 30px;
    color: #fff;
    border-color: #583681;
    transition: all 0.3s ease-in-out;
    font-weight: 600;
}
.hero-bnr button.btn.btn-outline-primary:hover {
    background-color: #583681;
    color: #fff;
}

@keyframes popIn {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.img-animate {
    animation: popIn 1s ease-out forwards;
}
/* .hero-bnr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url(../img/hero-bg.png);
  background-position: bottom;
  background-attachment: fixed;
  background-size: contain, cover;
}

.hero-bnr .col-md-6 {
  margin: auto;
}

.hero-bnr-right {
  margin: 0 auto;
  text-align: center;
  padding: 80px 50px;
}

.hero-bnr-left-top p {
  color: #007FFF;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}

.hero-bnr-left P {
  color: #79787B;
  font-size: 18px;
} */
section.b-cloud-overview {
    margin: 50px 0px 0px;
    position: relative;
    overflow: hidden;
}
.clod-img img {
    position: absolute;
    width: 100px;
    left: 2%;
}
.clod-img.btm img {
    position: absolute;
    left: 90%;
    top: 75%;
}
@media (max-width: 675px) {
    .clod-img img {
        display: none;
        visibility: hidden;
    }
}

.row.b-cloud-benifit {
    border: 2px solid #583681;
    padding: 25px;
    border-radius: 10px;
}
.b-cloud-text h2 {
    font-family: "Montserrat", serif;
    background: radial-gradient(
        95.36% 95.12% at 110% 13%,
        #f9c1a7 0%,
        #363535 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.b-cloud-text button.btn.btn-outline-primary {
    padding: 10px 40px;
    margin-top: 30px;
    color: #000;
    border-color: #583681;
    transition: all 0.3s ease-in-out;
    font-weight: 600;
}
.b-cloud-text button.btn.btn-outline-primary:hover {
    background-color: #583681;
    color: #fff;
}

.img-fluid.benifit {
    width: 35%;
}
.row.four-benifit .b-cloud-benofit {
    text-align: center;
    text-transform: uppercase;
    background: #f3f3f7;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    border: 2px solid #cfcfcf;
}
.row.four-benifit .b-cloud-benofit:hover {
    box-shadow: 0px 0px 20px 4px #583681;
}
.row.four-benifit .b-cloud-benofit h4 {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    margin-top: 16px;
}
.home-product h2 {
    font-weight: 700;
    font-size: 70px;
    font-family: "Montserrat", serif;
    background: radial-gradient(
        95.36% 95.12% at 110% 13%,
        #f9c1a7 0%,
        #363535 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-product-header {
    text-align: center;
}
@media (max-width: 576px) {
    .home-product-header h2 {
        font-size: 20px !important;
    }
}
.b-cloud-menu {
    text-align: center;
    margin-top: 50px;
    transition: transform 0.4s ease, opacity 0.4s ease;
}
.b-cloud-menu ul {
    display: inline-flex;
    border: 2px solid #583681;
    border-radius: 50px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: white;
}
.b-cloud-menu ul li {
    display: block;
    padding: 20px 10px;
    border-radius: 10px;
}
.b-cloud-menu ul li a {
    text-decoration: none;
    padding: 10px 20px;
    background: #f7f7f7;
    margin: 0px 3px;
    border-radius: 50px;
    color: #000;
    transition: all 0.3s ease-in-out;
}
.b-cloud-menu ul li a:hover {
    background-color: #583681;
    color: #ffffff;
}
.b-cloud-menu ul li a.active {
    background-color: #583681;
    color: #ffffff;
}

.lg-btn button.btn.btn-outline-primary {
    padding: 7px 20px;
    color: #000;
    border-color: #583681;
    transition: all 0.3s ease-in-out;
    font-weight: 600;
}
.lg-btn button.btn.btn-outline-primary:hover {
    background-color: #583681;
    color: #fff;
}

.b-compute h2 {
    padding-top: 100px;
    border-bottom: 2px solid #583681;
    margin-bottom: 25px;
    font-size: 35px !important;
    text-align: left;
}
.b-compute-text h3 {
    font-weight: 600;
}
.b-compute-text p {
    padding-top: 5px;
}
.b-compute-text i.bi.bi-arrow-return-right {
    font-size: 25px;
    color: #583681;
    display: flex;
    transition: all 0.3s ease-in-out;
    font-weight: 600;
}
.b-compute-text i.bi.bi-arrow-return-right:hover {
    color: #5836818c;
}
.b-compute-text i.bi.bi-arrow-return-right span {
    font-size: 18px;
    transition: all 0.5s ease-in-out;
}
.b-compute-text:hover.b-compute-text i.bi.bi-arrow-return-right span {
    margin-left: 15px;
}

.b-compute-text {
    background: #f3f3f7;
    border-radius: 15px;
    padding: 20px;
    transition: all 0.3s ease-in-out;
    height: 350px;
    position: relative;
    margin-bottom: 25px;
    text-align: left;
}
.b-compute-text:hover {
    box-shadow: 0px 0px 20px 4px #583681;
    background-color: #fdfdfd;
}
.b-compute-btn {
    position: absolute;
    bottom: 6%;
}

.b-compute-btn a {
    color: transparent;
    text-decoration: none;
}
.b-clud-h-btn {
    text-align: center;
}
a.button.float {
    background: #f3f3f7;
    padding: 15px 40px;
    color: #583681;
    text-decoration: none;
    font-weight: 600;
    border-radius: 5px;
    border: 2px solid #000;
    transition: all 0.3s ease-in-out;
}
a.button.float:hover {
    border-radius: 15px;
    border-color: #583681;
    color: #000;
}

.home-product-header p {
    color: #007fff;
    font-size: 20px;
    font-weight: 700;
}

.home-product-header.text p {
    color: #6f6c90;
    font-size: 18px;
    font-weight: 400;
    margin-top: 15px;
    margin-top: 50px;
    margin-bottom: 100px;
}

.home-product {
    padding: 40px 0px 0px;
    position: relative;
    overflow: hidden;
    margin-bottom: 100px;
}

.home-product-top-left img {
    position: absolute;
    top: 1%;
    left: -4%;
    transform: rotate(42deg);
}

.home-product-top-right img {
    position: absolute;
    top: 3%;
    right: 2%;
    transform: rotate(44deg);
}

.b-cloud-menu.unq {
    bottom: 0;
    z-index: 1000;
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 0%;
    transition: all 0.3s ease-in-out;
    padding-bottom: 0px;
    z-index: 10;
}

.b-cloud-menu.unq ul li a.active {
    background-color: #583681;
    color: #fff;
}
.home-services {
    padding: 50px 0px 100px;
    background-image: url(../images/bar1.png);
    background-attachment: fixed;
}
.home-services .home-product-header h2 {
    font-family: "Montserrat", serif;
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-services h3 {
    border-bottom: 2px solid #583681;
    margin-bottom: 35px;
    font-size: 35px !important;
    font-weight: 700;
    padding-left: 0px;
    padding-top: 20px;
    color: #fff;
}
.home-services-content {
    background: #f3f3f7;
    border-radius: 15px;
    padding: 20px;
    transition: all 0.3s ease-in-out;
    height: 300px;
    position: relative;
    margin-bottom: 25px;
    text-align: left;
}
.home-services-content:hover {
    box-shadow: 0px 0px 20px 4px #583681;
    background-color: #fdfdfd;
}
.home-services-content p {
    font-weight: 600;
    font-size: 22px;
}

.home-product-btom img {
    position: absolute;
    right: -4%;
    bottom: 1%;
    transform: rotate(45deg);
}

.home-product-details .d-flex.align-items-start {
    border: 2px solid #007fff;
    border-radius: 10px;
    background: #d4e5f761;
    height: 100%;
    min-height: 640px;
}

@media (max-width: 576px) {
    .home-product-details .d-flex.align-items-start {
        height: 100%;
        min-height: auto;
    }
}
.home-product-details div#v-pills-tab {
    background: #fff;
    padding: 10px 0px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 256px;
    height: 100%;
}
.pico-unq .col-md-4 {
    margin-right: -8px;
}
@media (max-width: 576px) {
    .pico-unq .col-md-4 {
        margin-right: 0px;
    }
}
.home-product-details .flex-column {
    flex-direction: row !important;
}

.home-product-details img.img-fluid {
    margin-right: 10px;
}

.h-p-single-det {
    background: #fff;
    margin: 20px 0px;
    padding: 15px;
    border-radius: 15px;
    height: 90%;
}
.h-p-single-det.unq {
    margin-top: 8px;
}
.h-p-single-det h4 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-top: 15px;
}
@media (max-width: 576px) {
    .h-p-single-det h4 {
        font-size: 16px;
        margin-top: 0px;
    }
}

.h-p-single-det p {
    color: #6f6c90;
    font-size: 16px;
    margin: 10px 0px;
}

.nav-pills .nav-link {
    transition: all 0.3s ease-in-out;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #0d6efd !important;
    background-color: #ffffff !important;
    width: 100%;
    border-bottom: 2px solid #a3a3a3;
    border-right: 3px solid;
    border-radius: 0px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link img {
    color: red;
}

.nav-pills .nav-link {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.nav-pills .nav-link {
    border-bottom: 2px solid #e9e9e9;
    border-radius: 0px !important;
    width: 256px;
    text-align: left;
}
@media (max-width: 576px) {
    .nav-pills .nav-link {
        width: 100%;
    }
}
.h-p-single-det a {
    text-decoration: none;
    text-align: center;
}

.h-p-single-det a h5 {
    font-size: 16px;
}

.service-home {
    background: #f5fbff;
    /* padding: 100px 0px; */
    padding: 50px 0px;
}

.service-home-singl-right h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.service-home-singl-right {
    background: #fff;
    margin: 20px 0px;
    padding: 25px;
    transition: all 0.5s ease-in-out;
    border-radius: 15px;
}

.service-home-singl-right:hover {
    background: #007fff;
    color: #fff;
}

/* .shsr-details{
  display: none;
  visibility:hidden;
  opacity:0;

} */
.service-home-singl-right:hover .shsr-details {
    visibility: visible;
    opacity: 1;
    display: block;
}

.shsr-details button.btn.btn-outline-primary {
    transition: all 0.5s ease-in-out;
}

.service-home-singl-right:hover .shsr-details button.btn.btn-outline-primary {
    border-color: #fff;
    color: #fff;
}

.service-home-singl-right i.bi.bi-box-arrow-right {
    font-size: 50px;
    color: #007fff;
    margin: 10px 0px 25px;
    transition: all 1s ease-in-out;
}

.service-home-singl-right:hover i.bi.bi-box-arrow-right {
    color: #fff;
}

.service-home-left h5 {
    color: #007fff;
    font-size: 20px;
    font-weight: 700;
}

.faq-home-dec img.img-fluid {
    padding: 40px;
}

.faq-home-right ul {
    padding-left: 0px;
}
.faq-home-right ul li {
    font-size: 20px;
    font-weight: 600;
    display: flex;
    color: #000;
}
.faq-home-right ul li span {
    color: #583681;
    margin-right: 5px;
}
.faq-home-right img.img-fluid {
    margin-left: -70px;
    margin-top: 20px;
    margin-bottom: 50px;
}

@media (max-width: 576px) {
    .faq-home-right {
        margin-top: 25px;
    }

    .faq-home-right img.img-fluid {
        margin-left: 0px;
    }
}

.faq-home-left button.accordion-button {
    font-size: 22px;
    color: #170f49;
    font-weight: 500;
}

.faq-home-left .accordion-body {
    /* color: #6F6C90; */
    font-size: 18px;
    font-weight: 400;
}

.faq-home-left {
    border: 2px solid #f2e9e9;
    border-radius: 10px;
    padding: 30px;
}

.faq-home-right h3 {
    color: #007fff;
    font-size: 20px;
    font-weight: 700;
}

.faq-home-right h2 {
    font-size: 40px !important;
}

.faq-home-right p {
    font-size: 18px;
    /* color: #000; */
    margin: 20px 0px;
}

section.notifaction {
    background: #01a7ff;
    padding: 80px 0px;
}

.hom-noti-emial {
    position: relative;
}

.home-noti-text h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.home-noti-text h2 {
    color: #fff !important;
}

.home-noti-text p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.hom-noti-emial input#validationCustom01 {
    border-radius: 15px;
    padding: 15px;
}

.ctm-btn {
    padding: 0px;
    margin: 0px;
}

.ctm-btn button {
    position: absolute;
    right: 1%;
    top: 27%;
    border: none;
    background: transparent;
}

.ctm-btn i.bi.bi-arrow-right {
    font-size: 25px;
}

.home-contact {
    position: relative;
    background: #f3f3f7;
    padding: 80px 0px;
    z-index: 10;
    overflow: hidden;
}

.home-contact-dec img {
    position: absolute;
    right: 2%;
    top: 4%;
}

.homr-contact-left h3 {
    font-size: 20px;
    font-weight: 700;
}

.homr-contact-left p {
    margin-bottom: 50px;
}

.homr-contact-left ul {
    padding-left: 0px;
}

.homr-contact-left ul li.inpt {
    color: #000;
    font-size: 20px;
    display: block;
    font-weight: 700;
}
.homr-contact-left ul li.unq {
    margin-left: 23px;
}

.homr-contact-left ul li {
    display: block;
    font-size: 18px;
}

.home-contact-right {
    background: #fff;
    padding: 50px 25px;
    border-radius: 10px;
}

.home-contact-right h3 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 40px;
}

.home-contact-right input#validationCustom03 {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    padding-left: 0px;
}

.home-contact-right textarea#exampleFormControlTextarea1 {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
}

.home-contact-right label.form-label {
    color: #9497a1;
    font-weight: 500;
}

.home-contact-right button.btn.btn-primary {
    float: right;
    padding: 10px 25px;
    background: #583681;
}
.calculator-unq .btn-primary {
    background-color: #583681 !important;
    border-color: #fff;
}
.home-contact-dwn img {
    position: absolute;
    bottom: -30%;
    z-index: -1;
}

section.footer {
    padding: 80px 0px 40px;
    background: radial-gradient(
        95.36% 95.12% at 110% 13%,
        #0f1127 0,
        #583681 100%
    );
    color: #fff;
}

.footer-logo p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
}

.footer-prodct h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
}

.footer-prodct ul {
    padding-left: 0;
}

.footer-prodct ul li {
    display: block;
    margin-bottom: 8px;
}

.footer-prodct ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.footer-prodct ul li a:hover {
    color: red;
}

.footer-prodct.footer-icon ul li {
    display: inline-block;
    margin-right: 10px;
}

.footer-icon p {
    color: #fff;
    font-size: 14px;
}

.footer-icon p i.bi {
    margin-right: 5px;
}

.row.footer-cs {
    border-top: 2px solid #d9dbe9;
    padding-top: 13px;
}

.footer-wized-right {
    text-align: right;
}

.footer-wized-left p {
    color: #6f6c90;
}

.footer-wized-right p {
    color: #6f6c90;
}

.footer-wized-right p a {
    text-decoration: none;
}

/* ==================compute-ocean================ */

.hero-bnr h2 {
    font-family: "Montserrat", serif;
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 80px 0px 50px;
    text-align: center;
}

.hero-bnr-left h2 {
    padding: 20px 0px 0px;
    text-align: left;
}

.singl-com-dets h3 {
    color: #0d6efd;
    font-weight: 600;
    font-size: 30px;
}

.product-details img.img-fluid {
    margin: 0 auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 7px #b1b1b1;
    transition: all 0.5s ease-in-out;
}

.product-details img:hover {
    box-shadow: 0px 0px 50px 20px #7dc1ff;
}

.product-details .row {
    /* margin: 50px 0px; */
    margin: 25px 0px;
}

.product-details .row.unq {
    background: #d9f0fd;
    padding: 20px 0px;
    border-radius: 5px;
}

.product-details .col-md-6.right {
    margin: auto;
}

section.product-details {
    background: #fbfafa;
    padding: 100px 0px;
}

.singl-com-dets {
    position: relative;
    transition: all 0.5s ease-in-out;
}

.singl-com-dets:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #0d6efd;
    bottom: 0px;
    left: 0;
    z-index: 1;
}

.singl-com-dets::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 3px;
    background-color: #cbcbcb;
    bottom: 0;
    right: 0;
    transition: all 0.5s ease-in-out;
    z-index: 2;
}

.singl-com-dets:hover::before {
    width: 20%;
}

.singl-com-dets p {
    padding-bottom: 40px;
}

@media (max-width: 576px) {
    #home_contact_us h2 {
        font-size: 35px !important;
    }

    .home-contact-right button.btn.btn-primary {
        float: left;
    }

    .footer-wized p {
        text-align: center;
    }
}

.Total.Calculation {
    background: #f3f3f7;
    border-radius: 10px;
    padding: 20px;
    transition: all 0.3s ease-in-out;
}
.Total.Calculation h3 {
    padding: 20px 0px;
    font-weight: 600;
}
.Total.Calculation:hover {
    box-shadow: 0px 0px 20px 4px #583681;
}
.Total.Calculation p span {
    color: #f26a2c;
}
