div#back-top-wrapper {display: none;}
.btn_upload {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    color: #fff;
    position: absolute;
    top: 7px;
    right: 10px;
    max-width: 15px;
    width: 25px;
    height: 25px;
}

.yes {
    display: flex;
    align-items: flex-start;
    margin-top: 10px !important;
}

.contact-inner-fileds .form-group .form-inner .form-control .iti.iti--allow-dropdown.iti--separate-dial-code input#phone {
    padding-left: 80px !important;
}

.btn-rmv1.rmv {
    color: #20b4d5;
    background: #fff;
    border-radius: 50%;
    font-size: 12px;
    position: relative;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 15px rgb(0 0 0 / 21%);
    line-height: 12px;
}
.main-form-bottom-footer {
    text-align: right;
}

.btn_upload input {
    cursor: pointer;
    height: 100%;
    position: absolute;
    filter: alpha(opacity=1);
    -moz-opacity: 0;
    opacity: 0;
}

.it {
    height: 50px;
    margin-left: auto;
}

.btn-rmv1,
.btn-rmv2,
.btn-rmv3,
.btn-rmv4,
.btn-rmv5 {
    display: none;
}

.rmv {
    cursor: pointer;
    color: #fff;
    border-radius: 30px;
    border: 1px solid #fff;
    display: inline-block;
    background: rgba(255, 0, 0, 1);
    margin: -5px -10px;
}

.snowfall {
    display: none !important;
}

section.same-section.contact-newpage-section {
    background: url(../../latestImages/contact-bg-image.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-new-right-form {
    background: #fff;
    padding: 50px 30px;
    border-radius: 20px;
    box-shadow: 0 2px 34px rgba(0, 0, 0, 0.12);
    height: 100%;
}

.contact-new-right-form h2 {
    color: #000000;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 10px;
}

.contact-inner-fileds .form-group .form-inner .form-control {
    background: rgba(0, 0, 0, 0.03);
    border-radius: 12px;
    padding: 13px 30px 13px 15px;
    width: 100%;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    border-color: transparent;
}

.form-inner label.main-lable {
    transform: translateY(10px);
    opacity: 0;
    transition: 0.4s !important;
    -webkit-transition: 0.4s !important;
    color: #000000;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
}

.form-inner:focus-within label.main-lable {
    transform: translateY(0);
    opacity: 1;
}

.contact-inner-fileds .form-group .form-inner .form-control:focus {
    box-shadow: none;
}

.contact-inner-fileds .form-group .form-inner .form-control:focus::placeholder,
.contact-inner-fileds .form-group .form-inner .form-control input:focus::placeholder {
    opacity: 0;
}

.contact-inner-fileds .iti__arrow.iti__arrow--up {
    display: none !important;
}

.inner-mobile-fields.form-control select {
    min-width: 40px;
    appearance: auto !important;
    width: 100%;
}

.contact-inner-fileds .form-group {
    margin: 0 0 10px;
}

.inner-mobile-fields.form-control {
    display: flex;
    align-items: center;
    justify-content: start;
}

.inner-mobile-fields.form-control select,
.inner-mobile-fields.form-control input {
    background: transparent;
}

.inner-mobile-fields.form-control input {
    margin-left: 5px;
}

.inner-mobile-fields.form-control.budget-form-fields {
    width: 100%;
}

.contact-inner-fileds .form-group sup {
    color: #2DAAE1;
}

.form-inner textarea.form-control {
    height: 150px;
}

.contact-inner-fileds .form-group .form-inner .form-control:focus {
    border-color: #2DAAE1 !importantr;
}

.request-form-button-parent .captcha-parent {
    width: 100%;
    height: auto !important;
}

.captchaQry {
    display: flex;
    align-items: center;
    justify-content: end;
}

.request-form-button-parent .captcha-left-check-box {
    width: 70%;
}

.answer_cap input {
    width: 70px !important;
    height: 37px;
    border-radius: 5px;
    border-color: rgba(0, 0, 0, 0.14);
    box-shadow: none !important;
    border: 2px solid rgba(0, 0, 0, 0.14);
    background: #f7f7f7;
}

.answer_cap {
    margin-left: 5px;
}

.captchaQry h3,
.answer_cap input {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
}

.captcha-left-check-box label.form-check-label {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
}

.captcha-left-check-box .form-check-input:checked {
    border-color: #2DAAE1;
    background-color: #2DAAE1;
}

.captcha-left-check-box .form-check-input:focus {
    box-shadow: none;
}

.main-form-bottom-footer button.btn-request {
    width: 100%;
    margin: 40px 0 0;
    background: linear-gradient(90deg, rgba(45, 170, 225, 1) 0%, rgba(0, 203, 183, 1) 100%);
    color: #fff;
    border-radius: 13px;
    padding: 12px 15px;
    border-color: transparent;
    font-size: 18px;
}

.main-form-bottom-footer button.btn-request:hover {
    background: transparent;
    border-color: #2DAAE1;
    color: #2DAAE1;
}

.main-form-bottom-footer .request-form-button-parent {
    margin: 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-form-bottom-footer p {
    color: #000000;
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    line-height: 1.4;
    margin: 10px 0 0;
}

.main-form-bottom-footer p a {
    font-weight: bold;
    color: #000 !important;
}

.contact-new-page-heading h1 {
    color: #000000;
    font-size: 58px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
}

.contact-new-page-heading strong {
    color: #FFFFFF;
    font-weight: 700;
    background: -webkit-linear-gradient(90deg, rgba(45, 170, 225, 1) 0%, rgba(0, 203, 183, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
}

.contact-new-page-heading p {
    color: rgba(0, 0, 0, 0.7);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.6;
    margin: 10px 0 0;
}

.contact-new-page-heading ul {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 25px 0 0;
}

.contact-new-page-heading ul li img {
    max-height: 80px;
}

section.same-specing.contact-newpage-section {
    background: url(../../latestImages/contact-bg-image.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.contactteam-right-content {
    box-shadow: 0 2px 34px rgba(0, 0, 0, 0.12);
    background: #fff;
    padding: 40px 20px 40px;
    border-radius: 13px;
    height: 100%;
    position: relative;
}

.contactteam-right-content figure {
    margin: 0 0 15px;
}

.contactteam-right-content h3 {
    color: #000000;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 5px;
}

.contactteam-right-content p {
    color: rgba(0, 0, 0, 0.7);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    min-height: 90px;
}

.contactteam-right-content a {
    color: #3E73F3;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin: 10px 0 0;
}

.contactteam-right-content:after {
    content: "";
    background: linear-gradient(90deg, rgba(45, 170, 225, 1) 0%, rgba(0, 203, 183, 1) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    border-radius: 0 0 13px 13px;
}

.same-heading-contact {
    margin: 0 auto 60px;
}

.same-heading-contact h2 {
    color: #000000;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
}

.same-heading-contact p {
    color: rgba(0, 0, 0, 0.7);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

section.same-specing.newcontent-bottom-section .row {
    max-width: 1200px;
    margin: 0 auto;
}

section.section-spacing.request-quote-banner.home-contact-form-section.main-newcontact-section .request-quote-details {
    background: linear-gradient(90deg, rgba(45, 170, 225, 1) 0%, rgba(0, 203, 183, 1) 100%);
    padding: 45px 30px;
}

section.section-spacing.request-quote-banner.home-contact-form-section.main-newcontact-section .request-quote-details ul li .request-circle span {
    background: linear-gradient(90deg, rgba(45, 170, 225, 1) 0%, rgba(0, 203, 183, 1) 100%);
    width: 12px;
    height: 12px;
    border-radius: 0;
    position: absolute;
    display: inline-block;
    left: 2px;
    top: 2px;
    animation: none;
}
.contact-inner-fileds .form-group .form-inner .form-control input#phone + label#phone-error, .contact-inner-fileds .form-group .form-inner .form-control input#phoneP + label#phoneP-error {
    position: absolute;
    left: -10px;
    bottom: -38px;
}

section.section-spacing.request-quote-banner.home-contact-form-section.main-newcontact-section .request-quote-details ul li .request-circle {
    left: -28px;
    top: 0;
    width: 18px;
    height: 18px;
    border-radius: 0;
    position: absolute;
    border: 1px solid #fff;
    padding: 0px;
    background: #fff;
    transform: rotate(45deg);
}

section.section-spacing.request-quote-banner.home-contact-form-section.main-newcontact-section .request-quote-form-wrapper.home-contact-right-header {
    padding: 0;
}

section.section-spacing.request-quote-banner.home-contact-form-section.main-newcontact-section .request-quote-details .quote-owner-field figure {
    width: 75px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 75px;
    margin: 0;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.section-spacing.request-quote-banner.home-contact-form-section.main-newcontact-section .request-quote-details .quote-owner-field figure img {
    position: initial;
    transform: translateY(0);
    max-width: 65px;
}

section.section-spacing.request-quote-banner.home-contact-form-section.main-newcontact-section .request-quote-details h2 br {
    display: none;
}

section.section-spacing.request-quote-banner.home-contact-form-section.main-newcontact-section .request-quote-details h2 {
    font-size: 34px;
}

section.section-spacing.request-quote-banner.home-contact-form-section.main-newcontact-section .request-quote-details .quote-owner-field {
    margin: 110px 0 0;
}

section.section-spacing.request-quote-banner.home-contact-form-section.main-newcontact-section {
    background: #F8F9FB;
}

.contact-company-address-section .tabs input[name="tab-control"] {
    display: none;
}

.contact-company-address-section .tabs .content section h2,
.contact-company-address-section .tabs ul li label {
    color: #428BFF;
    color: rgba(66, 139, 255, 1);
    font-family: 'Montserrat', sans-serif;
}

.contact-company-address-section .tabs ul {
    justify-content: start !important;
    align-items: start !important;
}

.contact-company-address-section .tabs ul {
    display: flex;
    flex: row wrap;
    list-style-type: none;
    margin: 0 0 10px;
    padding-left: 0;
}

.contact-company-address-section .tabs ul li {
    box-sizing: border-box;
    flex: 0;
    padding: 0 10px;
    text-align: center;
    width: 100%;
}

.contact-company-address-section .tabs ul li label {
    color: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    display: block;
    overflow: hidden;
    font-size: 20px;
    padding: 5px auto;
    text-overflow: ellipsis;
    transition: all 0.2s ease-in-out;
    user-select: none;
    white-space: nowrap;
}

.contact-company-address-section .tabs ul li label br {
    display: none;
}

.contact-company-address-section .tabs ul li label svg {
    fill: #929daf;
    fill: rgba(146, 157, 175, 1);
    height: 1.2em;
    margin-right: 0.2em;
    vertical-align: bottom;
    transition: all 0.2s ease-in-out;
}

.contact-company-address-section .tabs ul li label:hover,
.contact-company-address-section .tabs ul li label:focus,
.tabs ul li label:active {
    color: #bec5cf;
    color: rgba(190, 197, 207, 1);
    outline: 0;
}

.contact-company-address-section .tabs .content {
    margin-top: 30px;
}

.contact-company-address-section .tabs .content section {
    display: none;
    line-height: 1.4;
}

.contact-company-address-section .tabs .content section h2 {
    color: #428bff;
    color: rgba(66, 139, 255, 1);
    display: none;
}

.contact-company-address-section .tabs .content section h2::after {
    background: #428bff;
    background: rgba(66, 139, 255, 1);
    content: "";
    display: block;
    height: 3px;
    left: 1px;
    margin-top: 5px;
    position: relative;
    width: 30px;
}

.contact-company-address-section .tabs input[name="tab-control"]:nth-of-type(1):checked~ul>li:nth-child(1)>label {
    color: #000000;
    cursor: pointer;
    background: linear-gradient(90deg, rgba(45, 170, 225, 1) 0%, rgba(0, 203, 183, 1) 100%);
}

.contact-company-address-section .tabs input[name="tab-control"]:nth-of-type(1):checked~ul>li:nth-child(1)>label svg {
    fill: #428bff;
    fill: rgba(66, 139, 255, 1);
}

.contact-company-address-section .tabs input[name="tab-control"]:nth-of-type(1):checked~.slider {
    transform: translateX(0%);
}

.contact-company-address-section .tabs input[name="tab-control"]:nth-of-type(1):checked~.content>section:nth-child(1) {
    display: block;
}

.contact-company-address-section .tabs input[name="tab-control"]:nth-of-type(2):checked~ul>li:nth-child(2)>label {
    color: #000000;
    cursor: pointer;
    background: linear-gradient(90deg, rgba(45, 170, 225, 1) 0%, rgba(0, 203, 183, 1) 100%);
}

.contact-company-address-section .tabs input[name="tab-control"]:nth-of-type(2):checked~ul>li:nth-child(2)>label svg {
    fill: #428BFF;
}

.contact-company-address-section .tabs input[name="tab-control"]:nth-of-type(2):checked~.slider {
    transform: translateX(110%);
}

.contact-company-address-section .tabs input[name="tab-control"]:nth-of-type(2):checked~.content>section:nth-child(2) {
    display: block;
}

.contact-company-address-section .tabs input[name="tab-control"]:nth-of-type(3):checked~ul>li:nth-child(3)>label {
    color: #000000;
    cursor: pointer;
    background: linear-gradient(90deg, rgba(45, 170, 225, 1) 0%, rgba(0, 203, 183, 1) 100%);
}

.contact-company-address-section .tabs input[name="tab-control"]:nth-of-type(3):checked~ul>li:nth-child(3)>label svg {
    fill: #428bff;
    fill: rgba(66, 139, 255, 1);
}

.contact-company-address-section .tabs input[name="tab-control"]:nth-of-type(3):checked~.slider {
    transform: translateX(200%);
}

.contact-company-address-section .tabs input[name="tab-control"]:nth-of-type(3):checked~.content>section:nth-child(3) {
    display: block;
}

.contact-company-address-section .tabs input[name="tab-control"]:nth-of-type(4):checked~ul>li:nth-child(4)>label {
    color: #000000;
    cursor: pointer;
    background: linear-gradient(90deg, rgba(45, 170, 225, 1) 0%, rgba(0, 203, 183, 1) 100%);
}

.contact-company-address-section .tabs input[name="tab-control"]:nth-of-type(4):checked~ul>li:nth-child(4)>label svg {
    fill: #428bff;
    fill: rgba(66, 139, 255, 1);
}

.contact-company-address-section .tabs input[name="tab-control"]:nth-of-type(4):checked~.slider {
    transform: translateX(300%);
}

.contact-company-address-section .tabs input[name="tab-control"]:nth-of-type(4):checked~.content>section:nth-child(4) {
    display: block;
}


.contact-company-address-section .tabs input[name="tab-control"]:nth-of-type(5):checked~ul>li:nth-child(5)>label {
    color: #000000;
    cursor: pointer;
    background: linear-gradient(90deg, rgba(45, 170, 225, 1) 0%, rgba(0, 203, 183, 1) 100%);
}

.contact-company-address-section .tabs input[name="tab-control"]:nth-of-type(5):checked~ul>li:nth-child(5)>label svg {
    fill: #428bff;
    fill: rgba(66, 139, 255, 1);
}

.contact-company-address-section .tabs input[name="tab-control"]:nth-of-type(5):checked~.slider {
    transform: translateX(300%);
}


.contact-company-address-section .tabs input[name="tab-control"]:nth-of-type(6):checked~ul>li:nth-child(6)>label {
    color: #000000;
    cursor: pointer;
    background: linear-gradient(90deg, rgba(45, 170, 225, 1) 0%, rgba(0, 203, 183, 1) 100%);
}

.contact-company-address-section .tabs input[name="tab-control"]:nth-of-type(6):checked~ul>li:nth-child(6)>label svg {
    fill: #428bff;
    fill: rgba(66, 139, 255, 1);
}

.contact-company-address-section .tabs input[name="tab-control"]:nth-of-type(6):checked~.slider {
    transform: translateX(300%);
}



.contact-company-address-section .tabs input[name="tab-control"]:nth-of-type(5):checked~.content>section:nth-child(5) {
    display: block;
}
.contact-company-address-section .tabs input[name="tab-control"]:nth-of-type(6):checked~.content>section:nth-child(6) {
    display: block;
}

.contact-company-address-section .tabs>ul li:first-child {
    padding-left: 0;
}
.contact-slider-tabs-right.dubai-image img {
    width: 34%;
}
section.same-section.contact-company-address-section {
    background: #F8F9FB;
    position: relative;
    padding: 80px 0;
}
section.same-section.contact-company-address-section .tabs.container{padding-left: 0px;}

.contact-company-address-section .tabs ul li+li {
    margin-left: 15px;
}

.contact-company-address-section .tabs>ul li:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    right: 0;
    width: 100%;
    background: linear-gradient(90deg, rgba(45, 170, 225, 1) 0%, rgba(0, 203, 183, 1) 100%);
    height: 5px;
    border-radius: 0 0 10px 10px;
    opacity: 0;
    visibility: hidden;
}

.contact-company-address-section .tabs>ul li {
    width: auto !important;
    flex: 0;
    padding: 0 20px;
    text-align: center;
    position: relative;
}

.contact-slider-tabs-header img {
    max-height: 40px;
    margin-left: 10px;
}

.contact-slider-tabs-header h3 {
    color: #000000;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
    text-transform: uppercase;
}

.contact-slider-tabs-left {
    -webkit-animation-name: content;
    animation-name: content;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.contact-slider-tabs-left ul {
    display: block !important;
    margin: 10px 0 0 !important;
}

.contact-slider-tabs-left ul li {
    text-align: left !important;
}

.contact-slider-tabs-header {
    display: flex;
    align-items: center;
    justify-content: start;
}

.contact-slider-tabs-left ul li+li {
    margin: 20px 0 0 !important;
}

.contact-slider-tabs-left ul li {
    position: relative;
    padding: 10px 0 10px 75px !important;
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.7);
    font-size: 20px;
    font-weight: 400;
}

.contact-slider-tabs-left ul li figure {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    background: linear-gradient(90deg, rgba(45, 170, 225, 1) 0%, rgba(0, 203, 183, 1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.contact-slider-tabs-left ul li figure img {
    max-height: 38px;
}

.contact-slider-tabs-left {
    padding: 5rem 0 0;
}

.contact-company-address-section .tabs>ul li label {
    background: transparent;
    padding: 0px 0 15px;
    border-radius: 0 0 10px 10px;
    border: none;
}

.contact-company-address-section .tabs>ul li label span {
    background: #f8f9fb;
    padding: 5px 5px 7px;
}

.contact-slider-tabs-right img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 42%;
    object-fit: cover;
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: 0.4s;
    -webkit-transition: 0.4s;
    height: 100%;
    -webkit-animation-name: content;
    animation-name: content;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

section.same-section.contact-company-address-section .same-heading-contact {
    max-width: 700px;
    margin: 0 0 80px;
}

.carouselForTestimonials:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 300px;
    background-color: rgba(234, 234, 234, 1);
    left: 11%;
    top: 0;
    bottom: 0px;
    margin: auto;
}

.carouselForTestimonials:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 300px;
    background-color: rgba(234, 234, 234, 1);
    right: 11%;
    top: 0;
    bottom: 0px;
    margin: auto;
    z-index: -1;
}

.carouselForTestimonials .owl-item.center {
    position: relative;
    z-index: 1;
}

.carouselForTestimonials .owl-item .item {
    transform: scale(.8);
    transition: .5s;
}

.carouselForTestimonials .owl-item.center .item {
    transform: scale(1);
}

.common {
    height: 450px;
    background-color: rgba(243, 243, 243, 1);
    width: 830px;
    position: relative;
    left: -260px;
}

.carouselForTestimonials .owl-item.center .common {
    background-color: #f4f4f4;
}

.carouselForTestimonials .owl-item.center .common figcaption {
    opacity: 1;
}

.carouselForTestimonials .owl-item .common figcaption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
    transition: .5s;
    text-align: left;
    opacity: 0;
}

.carouselForTestimonials {
    padding: 0px 20rem;
}

.carouselForTestimonials .owl-item.center .ClientFace {
    position: relative;
    background-size: cover;
    background-position: center;
}

.carouselForTestimonials .owl-item.center .ClientFace:before {
    content: "";
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    opacity: .3;
}

.carouselForTestimonials .owl-item.center .ClientFace55.nitro-lazy {
    background-image: none !important;
}

.carouselForTestimonials .owl-item.center .ClientVideo:before {
    content: "";
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 1;
}

@media (max-width:1200px) {
    .carouselForTestimonials:before,
    .carouselForTestimonials:after {
        display: none;
    }
    .carouselForTestimonials {
        padding: 0px;
    }
    .carouselForTestimonials.owl-carousel .owl-nav.disabled {
        display: block !important;
    }
    .carouselForTestimonials.owl-theme .owl-dots {
        display: none !important;
    }
    .carouselForTestimonials.owl-carousel .owl-nav button {
        width: 50px;
        height: 50px;
    }
    .carouselForTestimonials.owl-carousel .owl-nav button span {
        display: block;
        color: #fff;
        font-size: 49px;
        width: auto;
        height: auto;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        margin: auto;
        line-height: .9;
        outline: none !important;
    }
    .carouselForTestimonials.owl-carousel .owl-nav button {
        width: 50px;
        height: 50px;
        background-color: #70aa26;
        position: relative;
        outline: none !important;
    }
}
@media (max-width:991px) {
    .carouselForTestimonials .owl-item .common figcaption {
        opacity: 1;
        text-align: center;
    }
    .contact-testimonials-parent .common {
        height: auto;
        background-color: #ececec;
        width: 100%;
        position: relative;
        left: 0px;
    }
    .carouselForTestimonials .owl-item.center .ClientFace4 {
        background-position: center right;
    }
}
section.same-section.contact-testimonials .owl-carousel,
section.same-section.contact-testimonials .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
section.same-section.contact-testimonials .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
section.same-section.contact-testimonials .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
section.same-section.contact-testimonials .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    t-transform: translate3d(0, 0, 0);
}
section.same-section.contact-testimonials .owl-carousel .owl-item,
section.same-section.contact-testimonials .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
section.same-section.contact-testimonials .owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
section.same-section.contact-testimonials .owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
section.same-section.contact-testimonials .owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
section.same-section.contact-testimonials .owl-carousel.owl-hidden {
    opacity: 0;
}
section.same-section.contact-testimonials .owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
section.same-section.contact-testimonials .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
section.same-section.contact-testimonials .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
section.same-section.contact-testimonials .owl-carousel.owl-rtl {
    direction: rtl;
}
section.same-section.contact-testimonials .owl-carousel.owl-rtl .owl-item {
    float: right;
}
section.same-section.contact-testimonials .owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
section.same-section.contact-testimonials .owl-carousel .owl-animated-in {
    z-index: 0;
}
section.same-section.contact-testimonials .owl-carousel .owl-animated-out {
    z-index: 1;
}
section.same-section.contact-testimonials .owl-carousel .fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
section.same-section.contact-testimonials .owl-height {
    transition: height .5s ease-in-out;
}
.contact-clients-header img {
    width: auto !important;
}
.contact-clients-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact-clients-row .contact-clients-header {
    width: 70%;
}
.contact-clients-row .contact-clients-header+.contact-clients-header {
    width: 30%;
}
.contact-clients-header p {
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    margin: 20px 0 0;
    padding-right: 20px;
}
.carouselForTestimonials .owl-item.center .common {
    padding: 30px;
}
.contact-clients-header figure .contact-youtube {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 50px;
}
.contact-clients-header figure {
    margin: 0;
    position: relative;
}
.contact-testimonials-parent .owl-carousel.owl-theme.carouselForTestimonials.owl-loaded.owl-drag .owl-stage-outer.owl-height {
    padding: 8px;
}
.carouselForTestimonials .owl-item.active.center .item .forTextReviews.common {
    background: #fff;
    box-shadow: 0 0 11px 0px rgb(0 0 0 / 8%);
    border-radius: 40px;
    align-items: center;
}
.contact-clients-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px 0 0;
    margin: 60px 0 0;
}
.contact-clients-footer span {
    color: rgba(0, 0, 0, 70%);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}
.contact-clients-footer h3 {
    color: rgba(0, 0, 0, 1);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}
.upload-btn img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    appearance: none;
    user-select: none;
    pointer-events: none;
    max-height: 17px;
    cursor: pointer;
}
.upload-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.upload-btn input {
    opacity: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    pointer-events: all;
}
.upload-fileds-btn {
    position: relative;
}
.inner-mobile-fields.form-control .iti__selected-flag {
    padding: 0 6px 0 0 !important;
    background: transparent !important;
    max-width: 80px;
}
.inner-mobile-fields.form-control .iti__flag-container {
    height: 100% !important;
}
.contact-inner-fileds .form-group .form-inner label.error {
    color: red;
    font-size: 12px;
}
.answer_cap input+label.error {
    display: none !important;
}
.answer_cap input.form-control.error {
    border-color: red;
    background: rgb(255 0 0 / 11%);
}
.preview1.it {
    width: 140px;
    padding: 7px;
    border-radius: 30px;
    background: #fff;
    border: 1px solid rgb(32 180 213 / 40%);
    display: inline;
    word-break: break-all;
    overflow: hidden;
    height: 37px;
    color: rgb(0 0 0 / 62%);
    font-size: 15px;
    margin-left: auto;
}
.request-quote-form-wrapper.home-contact-right-header form {
    padding: 0 !important;
    margin: 0 !important;
}
div.newdesignpopup .modal-header {
    padding: 0;
    border: none;
}
div.newdesignpopup .modal-header button.btn-close {
    background-image: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9;
    opacity: 1;
}
div.newdesignpopup .modal-header button.btn-close:focus{box-shadow: none; outline: none;}
div.newdesignpopup .modal-content {
    border: 6px solid rgba(0, 203, 183, 1);
    border-radius: 30px;
}
div.newdesignpopup .modal-body .contact-new-right-form {
    padding: 60px 30px 30px;
    box-shadow: none;
}
div.newdesignpopup .modal-body .contact-new-right-form h2 strong {
    color: #FFFFFF;
    font-weight: 700;
    background: -webkit-linear-gradient(90deg, rgba(45, 170, 225, 1) 0%, rgba(0, 203, 183, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
}
div.newdesignpopup .modal-body .contact-new-right-form h2 {
    color: rgba(0, 0, 0, 1);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 10px;
}
div.newdesignpopup .modal-body .contact-new-right-form .main-form-bottom-footer button {
    min-width: 180px;
    width: 180px;
    margin-left: auto !important;
    padding: 11px 15px;
    font-weight: 500;
}
.new-popup-submit-btn {
    text-align: right;
}
div.newdesignpopup .modal-content .request-quote-form-wrapper.home-contact-right-header {
    padding: 0;
    border-radius: 0;
    background: transparent;
}
div.newdesignpopup .modal-body .contact-new-right-form .captcha-left-check-box .form-check input {
    width: 25px !important;
    height: 25px !important;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    border-color: rgba(0, 0, 0, 1);
}
div.newdesignpopup .modal-body .contact-new-right-form .captcha-left-check-box .form-check {
    margin: 0;
    padding: 0;
    position: relative;
    padding-left: 33px;
}
div.newdesignpopup .modal-body .contact-new-right-form .captcha-left-check-box .form-check .form-check-input:checked {
    border-color: #2DAAE1;
    background-color: #2DAAE1;
}
div.newdesignpopup .modal-body .contact-new-right-form .form-inner .form-control select.inner-select {
    width: 100%;
    max-width: 100%;
}
.contact-inner-fileds .form-group .form-inner .form-control select.inner-select {
    width: 100%;
    max-width: 100%;
}
.request-form-button-parent .captcha-left-check-box .form-check {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0;
    margin: 0;
    position: relative;
    padding-left: 25px;
}
.request-form-button-parent .captcha-left-check-box .form-check > input {
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
}
.contact-inner-fileds .form-group .form-inner .form-control .iti.iti--allow-dropdown.iti--separate-dial-code .iti__flag-container {
    width: 100%;
}
.contact-inner-fileds .form-group .form-inner .form-control .iti.iti--allow-dropdown.iti--separate-dial-code,
.contact-inner-fileds .form-group .form-inner .form-control .iti.iti--allow-dropdown.iti--separate-dial-code input {
    width: 100%;
}

body.custom-container.modal-open {padding: 0 !important;overflow: hidden !important;}
.modal.fade.newdesignpopup {padding: 0 !important;}