:focus {
    outline: 0 !important;
}

a {
    text-decoration: none !important;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Estedad;
    direction: rtl;
    text-align: right;
    scroll-behavior: smooth;
}

.logos-wrapper {
    display: grid;
    grid-template-rows: repeat(3, 50px);
    grid-template-columns: repeat(5, 150px);
    grid-gap: 50px;
    /* width: 100%;
    row-gap: 40px;
    justify-content: space-between; */
}

.dv-faq-section {
    margin-top: 80px;
    margin-bottom: 60px;
}

.dv-faq-section .card {
    margin: 10px 0;
    border: 1px solid #E3EFF7 !important;
    border-radius: 15px !important;
}

.dv-faq-section .card-header {
    background: white;
    border: none;
}

.dv-faq-section .card-header button {
    font-weight: 500;
}

.dv-faq-section .card-header button i {
    color: #4F5D75;
    transition: all 0.3s;
}

.dv-faq-section .card-header button:focus {
    outline: none;
    box-shadow: none;
}

.dv-faq-section .card-header button[aria-expanded="false"] i {
    transform: rotate(-90deg);
}

.dv-faq-section .card-body {
    padding: 0 3rem 1.25rem 3rem;
    font-size: 14px;
    color: #4F5D75;
}

.highlighter h4 {
    margin-bottom: 25px;
    color: #000;
    font-size: 24px;
    font-weight: 800;
    word-spacing: -2px;
}

.highlighter h4 span.highlight {
    background-color: rgba(100, 101, 244, 0.265);
    line-height: 10px;
    display: inline-block;
}

#dv-cardsPart11 {
    margin-top: 150px;
}

#dv-TempsGrid {
    margin-top: 150px;
}

.temps-wrapper {
    display: grid;
    grid-template-rows: repeat(4, 235px);
    grid-template-columns: repeat(3, 315px);
    width: 100%;
    grid-gap: 20px;
    justify-content: space-between;
}

.dv-tempsscroll {
    width: 130px;
}

.dv-orderbtn {
    width: 150px;
}

#dv-orderForm {
    width: 100%;
    background: #6465F4;
    position: relative;
    overflow: hidden;
}

.order-form-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 70px 15px;
}

#dv-orderForm .order-pattern-right {
    position: absolute;
    right: -70px;
    top: 40px;
}

#dv-orderForm .order-pattern-left {
    position: absolute;
    left: -40px;
    bottom: 70px;
}

.order-texts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: white;
}

.order-texts__title {
    font-size: 40px;
    font-weight: bold;
}

.order-texts__subtitle {
    font-size: 18px;
    font-weight: 300;
    margin-top: 20px;
}

.order-texts__title .highlighted {
    position: relative;
    z-index: 1;
}

.order-texts__title .highlighted::before {
    content: " ";
    position: absolute;
    background: #4A09F4;
    width: 165px;
    height: 25px;
    top: 58%;
    right: -4%;
    transform: rotate(-4deg);
    z-index: -1;
}

.order-formBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 310px;
    height: 225px;
    background: white;
    border-radius: 12px;
}

.order-formBox__inputs {
    display: flex;
    flex-direction: column;
}

.order-formBox__input {
    display: flex;
    align-items: center;
    width: 260px;
    height: 40px;
    padding: 0 15px;
    border: 1px solid rgba(174, 184, 213, 0.4);
    border-radius: 5px;
}

.order-formBox__input input {
    border: none;
    font-size: 15px;
}

.order-formBox__input input::placeholder {
    color: rgb(131, 131, 150, 0.7);
}

.order-formBox__input svg {
    margin-left: 10px;
}

.order-formBox__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 40px;
    background: #26CC83;
    color: white;
    margin-top: 20px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

.order-formBox .dots-pattern-top {
    position: absolute;
    top: -30px;
    right: -30px;
}

.order-formBox .dots-pattern-bottom {
    position: absolute;
    bottom: -30px;
    left: -30px;
    transform: rotate(180deg);
}

.dv-navbar li {
    margin-left: 30px;
}

.dv-navbar li a {
    position: relative;
    color: #6465f4;
    font-weight: 500;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.dv-navbar li a:hover {
    color: #1a005a;
}

.dv-register a {
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.dv-register a:nth-of-type(1) {
    color: #aeb8d5;
    border-radius: 0 8px 8px 0;
    border-top: 1px solid #d2dee6;
    border-right: 1px solid #d2dee6;
    border-bottom: 1px solid #d2dee6;
    padding: 4px 33.5px;
    margin-left: -5px;
}

.dv-register a:nth-of-type(2) {
    color: #fff;
    background-color: #4a09f4;
    border-radius: 8px;
    padding: 5px 15px;
    border: 0;
}

.dv-register a:nth-of-type(2):hover {
    -webkit-box-shadow: 0 0 10px #4c09f449;
    box-shadow: 0 0 10px #4c09f449;
}

.dv-register a:nth-of-type(2) img {
    margin-right: 18.2px;
}

.dv-main {
    padding-bottom: 64px;
}

#dv-jumbotron,
.dv-main,
.dv-mainArchive {
    position: relative;
}

.dv-main::before,
.dv-mainArchive::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #faf8ff;
    width: 95%;
    height: 100%;
    border-radius: 0 0 50px 0;
}

#dv-cardsPart1::before,
#dv-utility::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-color: #faf8ff;
    width: 95%;
    height: 100%;
    border-radius: 50px 0 0 50px;
}

#dv-jumbotron {
    margin-top: 61px;
}

.dv-jumbotron h1,
.dv-jumbotron h1 span.highlight,
.dv-jumbotronArchive h1,
.dv-jumbotronArchive h1 span {
    position: relative;
    color: #000;
    font-weight: 800;
    font-size: 35px;
    z-index: 1;
}

.dv-jumbotronArchive h1,
.dv-jumbotronArchive h1 span {
    font-size: 33px;
    word-spacing: -3px;
}

.dv-jumbotron > p {
    color: #000;
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 8px !important;
}

.dv-jumbotronArchive {
    flex-grow: 1;
}

.dv-jumbotron span,
.dv-jumbotronArchive > span.dv-subtitle,
.jumbotronArchive span {
    color: #4f5d75;
    font-size: 17px;
    font-weight: 400;
    margin-top: 15px;
    word-spacing: -2px;
    margin-right: 45px;
}

.dv-jumbotron span,
.jumbotronArchive span {
    font-size: 18px;
    margin-right: 2px;
    display: block;
    line-height: 1.6;
    word-spacing: -1px;
}

.jumbotronArchive span {
    margin-right: 10px;
}

.dv-jumbotronArchive p,
.dv-jumbotronArchive p span {
    position: relative;
    font-size: 23px;
    color: #000;
    font-weight: 500;
    margin-top: 6px;
    margin-right: 2px;
    display: block;
    word-spacing: -2px;
    z-index: 1;
	margin-bottom: 15px;
}

.dv-jumbotronArchive p::before {
    content: "";
    position: absolute;
    top: -4px;
    right: -14px;
    background-color: #6465f4;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.1;
}

.dv-jumbotron h1 span.highlight,
.dv-jumbotronArchive h1 span.highlight,
.dv-jumbotronArchive p span.highlight {
    background-color: rgba(100, 101, 244, 0.265);
    line-height: 10px;
    display: inline-block;
}

.dv-usageBtn {
    margin-top: 31px;
}

.dv-usageBtn a,
.dv-usageBtnArchive a {
    -webkit-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    font-weight: 400;
    font-size: 16px;
}

.dv-usageBtnArchive a {
    margin-right: 40px;
    margin-top: 15px;
    color: #fff;
    background-color: #4a09f4;
    border-radius: 8px;
    padding: 4px 28.5px 4px 14.5px;
}

.dv-usageBtn a:nth-of-type(1) {
    color: #6465f4;
    border: 1px solid #6465f4;
    border-radius: 8px;
    padding: 4px 15px;
    margin-left: 16px;
}

/* .dv-usageBtn a:nth-of-type(1):hover {
    background-color: #6465f4;
    color: #fff;
} */

/* .dv-usageBtnArchive a:hover {
    background-color: #1f0268;
} */

.dv-usageBtnArchive a img {
    margin-right: 20px;
}

.dv-usageBtn a:nth-of-type(2) {
    color: #fff;
    background-color: #4a09f4;
    border-radius: 8px;
    padding: 4px 14.5px;
}

.dv-usageBtn a:nth-of-type(2) img {
    margin-right: 20px;
}

/* .dv-usageBtn a:nth-of-type(2):hover {
    background-color: #1f0268;
} */

.dv-privacy-section {
    width: 90%;
    margin: 60px auto 20px auto;
    border: 1px solid #E3EFF7;
    border-radius: 10px;
    padding: 40px 60px;
}

.privacy-section__title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 40px;
}

.privacy-section__body {
    font-size: 14px;
    font-weight: 400;
    white-space: pre-line;
}

#dv-sliderLogos {
    margin-top: 70px;
}

#dv-cardsPart1,
.dv-sliderDefine {
    position: relative;
}

.dv-sliderDefine::before {
    content: "";
    position: absolute;
    top: 0;
    right: 37px;
    bottom: 0;
    width: 59px;
    height: 59px;
    border-radius: 50%;
    background-color: #f0efff;
    z-index: -1;
}

.dv-sliderDefine img {
    margin-top: 5px;
}

.dv-sliderDefine span {
    color: #4f5d75;
    font-size: 18px;
    font-weight: 800;
    display: block;
    text-align: center;
}

#dv-cardsPart1 {
    margin-top: 75px;
    padding: 70px 0;
}

.dv-cardsPart1 {
    background-color: transparent;
    border-radius: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.dv-cardsPart1 img {
    /* width: 80px; */
    display: inline-block;
    height: 65px;
    margin: 40px 26px 26px 0;
}

.dv-cardsPart1 p {
    text-align: justify;
}

/* .dv-cardsPart1:hover {
    background-color: #fff;
    -webkit-box-shadow: 4px 4px 22px #0000000e;
    box-shadow: 4px 4px 22px #0000000e;
} */

.dv-cardsPart1 h5 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin: 0 26px 16px 0;
}

.dv-cardsPart1 p {
    color: #4f5d75;
    font-size: 14px;
    font-weight: 400;
    margin: 0 26px 50px 31px !important;
    line-height: 1.7;
}

#dv-starts {
    margin-top: 100px;
}

.dv-campaine h3,
.dv-converts h2,
.dv-starts h3 {
    position: relative;
    font-weight: 800;
    font-size: 31px;
    color: #000;
    line-height: 1.7;
}

.dv-campaine h3 span.highlight,
.dv-converts h2 span.highlight,
.dv-starts h3 span.highlight {
    position: relative;
    font-weight: 800;
    font-size: 30px;
    color: #000;
    background-color: rgba(100, 101, 244, 0.265);
    line-height: 10px;
    display: inline-block;
}

.dv-starts h3 {
    margin-bottom: 33px;
}

.dv-starts h3::before {
    right: 171px;
}

.dv-campaine h3 img,
.dv-converts h2 img,
.dv-starts h3 img {
    margin-left: 5px;
}

.dv-campaine h3 {
    margin-bottom: 23px;
}

.dv-campaine p,
.dv-converts p,
.dv-starts p {
    font-weight: 400;
    font-size: 16px;
    color: #4f5d75;
    line-height: 2;
}

#dv-campaine,
#dv-converts {
    margin-top: 112px;
}

#dv-screenshot {
    margin-top: 115px;
    overflow: hidden;
}

.shot-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.shot-container .shot-text {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.shot-container .shot-text .shot-title {
    font-size: 24px;
    font-weight: 800;
}

.shot-container .shot-text .shot-title span.highlight {
    background-color: rgba(100, 101, 244, 0.265);
    line-height: 10px;
    height: 10px;
    margin: auto 0;
    display: inline-block;
}

.shot-container .shot-text .shot-arrow {
    position: absolute;
    top: 0%;
    left: -15%;
}

.shot-container .shot-img {
    display: flex;
    justify-content: center;
    position: relative;
}

.shot-container .shot-img .screenshot {
    margin-bottom: -28px;
    width: 90%;
    max-width: 820px;
}

.shot-container .shot-img .shot-lines {
    position: absolute;
    top: -1%;
    right: 4%;
}

.shot-container .shot-img .shot-dots {
    position: absolute;
    top: -8%;
    left: -15%;
    z-index: -1;
}

#dv-profile {
    background-color: #faf8ff;
    padding: 95px 0 80px;
}

.dv-media img {
    border-radius: 12px;
    max-width: 141px;
    max-height: 141px;
}

.dv-media p {
    position: relative;
    color: #4f5d75;
    font-size: 15px;
    font-weight: 400;
    margin-top: 10px;
}

.dv-media p::before {
    content: "";
    position: absolute;
    top: 0;
    right: -45px;
    background: url(../img/qoute.svg) no-repeat;
    width: 5%;
    height: 36%;
}

.dv-media .dv-author span:nth-of-type(1) {
    color: #212936;
    font-weight: 500;
    font-size: 18px;
}

.dv-media .dv-author span:nth-of-type(2) {
    border: 1px solid #6464f4d8;
    margin: auto 7px auto 8px;
    border-radius: 50rem;
    display: inline-block;
    height: 17px;
    vertical-align: middle;
}

.dv-media .dv-author span:nth-of-type(3) {
    color: #212936;
    font-weight: 400;
    font-size: 14px;
}

.dv-media {
    position: relative;
}

.dv-media .media-body {
    position: relative;
    z-index: 1;
}

.dv-media .media-body::before {
    content: "";
    position: absolute;
    top: 6px;
    right: -20px;
    width: 89px;
    height: 89px;
    background-color: rgba(100, 100, 244, 0.068);
    z-index: -1;
    border-radius: 50%;
}

.dv-media > img:nth-of-type(1) {
    position: absolute;
    top: -22px;
    right: -22px;
    z-index: 0;
    border-radius: 0;
}

.dv-media img:nth-of-type(2) {
    position: relative;
    z-index: 1;
}

.dv-carousel-inner {
    overflow: initial;
}

.dv-indicators {
    top: -20px;
    bottom: unset;
    left: unset;
}

.dv-indicators li {
    background-color: #161c49;
    opacity: 0.3 !important;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.carousel.carousel-fade .carousel-item.active,
.dv-indicators li.active {
    opacity: 1 !important;
}

.dv-indicators li:nth-of-type(2) {
    margin-left: 6px;
    margin-right: 6px;
}

#carouselBeadManRedding {
    background-color: #000;
}

.carousel.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    -webkit-transition: opacity ease-out 0.5s;
    -o-transition: opacity ease-out 0.5s;
    transition: opacity ease-out 0.5s;
    left: 0;
    top: 0;
    position: absolute;
}

.carousel.carousel-fade .carousel-item:first-child {
    top: auto;
    position: relative;
    -webkit-transition: opacity ease-out 0.5s;
    -o-transition: opacity ease-out 0.5s;
    transition: opacity ease-out 0.5s;
}

.carousel.carousel-fade .carousel-item:second-child {
    top: auto;
    position: relative;
    -webkit-transition: opacity ease-out 0.5s;
    -o-transition: opacity ease-out 0.5s;
    transition: opacity ease-out 0.5s;
}

.carousel-item .img-fluid {
    margin: 0 auto;
}

#dv-createLandin {
    position: relative;
    margin-top: 150px;
}

#dv-createLandin h3,
#dv-createLandin h3 span.highight {
    position: relative;
    color: #000;
    font-weight: 800;
    font-size: 24px;
    margin-bottom: 45px;
}

#dv-createLandin h3 span.highlight {
    background-color: rgba(100, 101, 244, 0.265);
    line-height: 10px;
    height: 10px;
    margin: auto 0;
    display: inline-block;
}

.dv-createLandin {
    text-align: right;
    position: relative;
    background-color: transparent;
}

.dv-createLandin img {
    display: inline-block;
    position: relative;
    z-index: 1;
    height: 70px;
}

.dv-createLandin p {
    margin-bottom: 3px;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin-top: 56px;
}

.dv-createLandin span,
.dv-signIn a {
    color: #4f5d75;
    font-weight: 400;
    font-size: 14px;
    text-align: right;
    margin-top: 5px;
    margin-bottom: 50px;
}

.dv-signIn a {
    color: #fff;
    font-size: 16px;
    background-color: #4a09f4;
    border-radius: 8px;
    padding: 5px 30px 5px 17px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.dv-createLandinn::before,
.dv-testing > span::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 86px;
    height: 86px;
    background-color: rgba(100, 100, 244, 0.068);
    z-index: 99;
    border-radius: 50%;
}

.dv-testing > span::before {
    top: -13px;
    right: -37px;
    width: 54px;
    height: 54px;
    z-index: 0;
}

.dv-createLandin1 img {
    margin-top: 9px;
}

.dv-createLandin3 img {
    margin-top: -11px;
}

.dv-createLandin1::before {
    top: 9px;
    right: 35px;
}

.dv-createLandin2::before {
    right: 24px;
}

.dv-createLandin3::before {
    top: -9px;
    right: 35px;
}

.dv-createLandin4::before {
    top: 4px;
    right: 50px;
}

.dv-path {
    position: absolute;
    top: -40px;
    right: 75px;
    width: 718px;
}

#dv-customers {
    margin-top: 55px;
    padding: 90px 0;
}

#dv-customers::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #faf8ff;
    width: 95%;
    height: 100%;
    border-radius: 0 50px 50px 0;
}

#dv-customers,
.dv-testing,
.dv-testing span {
    position: relative;
}

.dv-testing h4,
.dv-testing h4 span.highlight {
    font-weight: 800;
    font-size: 29px;
    word-spacing: -3px;
    color: #000;
}

.dv-testing h4 {
    margin-bottom: 15px;
    margin-right: 1px;
	line-height: 1.6;
}

.dv-testing h4 span.highlight {
    background-color: rgba(100, 101, 244, 0.265);
    line-height: 10px;
    height: 10px;
    margin: auto 0;
    display: inline-block;
}

.dv-testing span {
    font-weight: 400;
    font-size: 14px;
    color: #4f5d75;
    margin-right: 36px;
    display: block;
}

.dv-signIn a:hover {
    background-color: #161c49;
}

.dv-signIn a img {
    margin-right: 30.4px;
}

#dv-samples {
    margin-top: 51px;
}

.dv-more h4 {
    z-index: 1;
}

.dv-samples h4::before {
    top: 44%;
    right: 75px;
    width: 109px;
}

.dv-samples span {
    color: #4f5d75;
    margin-right: 43px;
    display: block;
}

.dv-more a,
.dv-samples a,
.dv-samples span {
    font-weight: 400;
    font-size: 16px;
}

.dv-samples a {
    color: #6465f4;
    border: 1px solid #6465f4;
    border-radius: 8px;
    padding: 4px 15px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    margin-top: 27.8px;
    display: inline-block;
}

.dv-samples a:hover {
    color: #ffff;
    background-color: #6465f4;
}

#dv-labratory {
    background-color: #faf8ff;
    padding: 53px 0;
}

.dv-more h4,
.dv-more h4 span.highlight,
.dv-samples h4,
.dv-samples h4 span.highlight {
    position: relative;
    font-size: 24px;
    color: #000;
    font-weight: 800;
}

.dv-more h4 span.highlight,
.dv-samples h4 span.highlight {
    background-color: rgba(100, 101, 244, 0.265);
    line-height: 10px;
    height: 10px;
    margin: auto 0;
    display: inline-block;
}

.dv-more h4::before {
    top: 43%;
    right: 45px;
    width: 91px;
    z-index: -1;
}

.dv-more a {
    color: #000;
}

.dv-more a img {
    margin-right: 15.4px;
}

.dv-more {
    margin-bottom: 34px;
}

.dv-labraCard {
    padding-bottom: 20px;
    background-color: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.dv-labraCard,
.dv-labraCard a img {
    border-radius: 10px;
}

.dv-labraCard:hover {
    background-color: #fff;
    -webkit-box-shadow: 4px 4px 22px #0000000e;
    box-shadow: 4px 4px 22px #0000000e;
}

.dv-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 14px;
    padding: 0 15px 0 20px;
}

.dv-title span:nth-of-type(1) {
    color: #161c49;
    font-weight: 400;
    font-size: 12px;
    border-radius: 6px;
    background-color: #6464f434;
    padding: 2px 16px;
}

.dv-labraCard a:nth-of-type(2) {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    display: block;
    padding: 14px 15px 0 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.dv-labraCard a:nth-of-type(2):hover {
    color: #4a09f4;
}

#dv-tariff {
    margin: 40px 0;
}

.dv-tariff {
    border: 2px solid #e3eff7;
    border-radius: 15px;
    margin-bottom: 1rem;
}

.dv-tariff.dv-default {
    border: 2px solid #6465f4;
}

.dv-tariff h3 {
    font-size: 25px;
    font-weight: 900;
    color: #000;
    margin-bottom: 0;
}

.dv-tariff h5 {
    font-weight: 300;
    font-size: 18px;
    color: #454444;
    margin: 25px 0 12px;
}

.dv-tariff span {
    font-size: 12px;
    font-weight: 300;
    color: #4f5d75;
    display: block;
    margin-bottom: 7px;
}

.dv-tariff span i {
    color: #6465f4;
    margin-left: 5px;
}

.dv-tariff span i.dv-disable {
    color: #c3d5e2;
}

.dv-tariff .card-footer p {
    font-size: 15px;
    font-weight: 500;
    color: #404040;
}

.dv-tariff .card-footer p span:nth-of-type(1) {
    font-size: 22px;
    font-weight: 500;
    display: inline-block;
}

.dv-tariff .card-footer p span:nth-of-type(2) {
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    color: #a7a7be;
}

#dv-contact {
    background-color: #6465f4;
    padding: 19px 0 13px;
}

.dv-contact1 p,
.dv-contact1 p span {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.dv-contact1 p span {
    border-radius: 4px;
    background-color: #fff;
    color: #4909f5;
    padding: 0 4px;
}

.dv-contact1 p img {
    margin-left: 12px;
}

.dv-contact2 a {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
}

.dv-contact2 a img {
    margin-right: 12.7px;
}

#dv-utility {
    margin-top: 50px;
    position: relative;
    padding: 40px 0;
}

#dv-utility h4,
.dv-utility p {
    color: #000;
    font-size: 24px;
    font-weight: 800;
    word-spacing: -2px;
}

#dv-utility h4 span.highlight {
    background-color: rgba(100, 101, 244, 0.265);
    line-height: 10px;
    display: inline-block;
}

.dv-utility {
    position: relative;
    background-color: transparent;
    z-index: 1;
}

.dv-utility::before {
    content: "";
    position: absolute;
    top: 15px;
    right: -10px;
    background-color: #6465f4;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.1;
}

.dv-utility p {
    font-size: 18px;
    font-weight: 500;
}

.dv-utility span {
    color: #4f5d75;
    font-size: 15px;
    font-weight: 300;
}

.dv-footer {
    padding: 35px 0;
}

.dv-footer1 ul li {
    color: #4a09f4;
}

.dv-footer1 ul li a,
.dv-footer2 p,
.dv-footer2 span {
    color: #212936;
    font-weight: 400;
    font-size: 12px;
}

.dv-footer2 span:nth-of-type(1) {
    margin-left: 13px;
}

.dv-footer2 p img,
.dv-footer2 span img {
    margin-left: 9.1px;
}

.dv-footer2 p {
    margin-top: 3px;
}

.dv-footer3 p:nth-of-type(1) {
    font-size: 9px;
    font-weight: 400;
    color: #161c49;
}

.dv-footer3 a:nth-of-type(1) {
    margin: 6.5px 0;
}

.dv-social a:nth-of-type(2) {
    margin: 0 9.1px;
}

.dv-footer4 {
    margin-top: 24px;
    border-top: 1px solid #e3eff7;
    padding-top: 7px;
}

.dv-footer4 p {
    color: #212936bd;
    font-size: 13px;
    font-weight: 400;
    line-height: 2;
}

.dv-footer4 p span {
    color: #212936;
    font-size: 13px;
    font-weight: 500;
    background-color: #f2f4fd;
    border-radius: 6px;
    padding: 1px 3px;
}

.hidden {
    display: none !important;
}

.lead__modal {
    z-index: -1;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    width: 100vw;
    height: 100vh;
    max-width: 100vw;
    max-height: 100vh;
    transition: all 0.3s;
}
  
.lead__modal.showLeadModal {
    z-index: 100;
    opacity: 1;
}
  
.lead__modal-box {
    position: relative;
    transform: scale(0.75);
    width: 80%;
    min-height: 120px;
    background: white;
    border-radius: 20px;
    transition: all 0.3s;
}
  
.showLeadModal .lead__modal-box {
    transform: scale(1);
}
  
.lead__modal-ball {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: calc(50% - 40px);
    top: -40px;
    width: 80px;
    height: 80px;
    padding: 4px;
    background: white;
    border-radius: 50%;
}
  
.lead__modal-ball img {
    width: 76px;
    height: 76px;
}
  
.lead__modal-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 60px;
    padding: 0 30px;
}
  
.lead__modal-title {
    color: #323245;
    font-size: 20px;
    margin-bottom: 10px;
}
  
.lead__modal-desc {
    color: #68687e;
    font-size: 14px;
    margin-bottom: 25px;
}
  
.lead__modal-retrybtn {
    color: white;
    background: #26cc83;
    font-size: 16px;
    padding: 5px 30px;
    border-radius: 5px;
    margin-bottom: 15px;
    cursor: pointer;
}
