.h1 {
    font-family: 'Proxima Nova Bl'
}

.contact-content {
    overflow: hidden
}

.contact-main {
    margin-top: 108px;
    padding-top: 40px;
    position: relative
}

.contact-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: start
}

.contact-left {
    background-color: #fff;
    padding: 40px 50px 50px;
    order: 1;
    width: 55%;
    border-radius: 2px;
    box-shadow: 0 4px 25.92px 6.08px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 23.92px .08px rgba(0, 0, 0, .08);
    box-shadow: 0 38px 74px 0 rgb(41 74 69 / 11%);
    box-shadow: rgba(0, 0, 0, .1) 0 20px 25px -5px, rgba(0, 0, 0, .01) 0 10px 10px -5px;
    position: relative;
    z-index: 3
}

.contact-right {
    order: 2;
    width: 45%;
    background-color: #fff;
    margin-left: -20px;
    padding-left: 20px;
    position: fixed;
    left: 54% !important;
    transition: all .5s
}

.contact-right.scroll-top {
    position: absolute;
    top: auto;
    bottom: 0
}

.contact-idea {
    position: relative;
    margin-bottom: 50px;
    padding-top: 40px;
}

.contact-idea.time:after {
    background: 0 0;
    padding: 0
}

.contact-idea.time p {
    margin-bottom: 30px
}

.contact-idea p {
    font-size: 2.4rem;
    line-height: 1.3;
    letter-spacing: -.9px
}

.rating-info {
    padding: 25px 40px 25px 0;
    margin-bottom: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.rating-info:before {
    content: "";
    width: 65px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #d8d4d6
}

.rating-info strong {
    display: block;
    font-size: 1.8rem;
    font-family: 'Proxima Nova Rg';
    line-height: 1.1;
    margin-bottom: 0;
    padding-right: 20px;
    max-width: 344px;
    color: #14151b;
    font-weight: 600;
    width: calc(100% - 215px)
}

.rating-slider {
    position: relative;
    width: 214px;
    height: 83px;
    overflow: hidden;
    text-align: center
}

.rating-slider figure {
    position: absolute;
    background: #fff;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 214px;
    opacity: 0;
    animation-name: fade;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    -webkit-animation-name: fade;
    -webkit-animation-duration: 12s;
    -webkit-animation-iteration-count: infinite
}

@keyframes fade {
    0% {
        opacity: 0
    }
    1% {
        opacity: 1
    }
    18% {
        opacity: 1
    }
    24% {
        opacity: 0
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

.rating-slider em {
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.rating-slider figure:nth-child(1) {
    animation-delay: 0s
}

.rating-slider figure:nth-child(2) {
    animation-delay: 2s
}

.rating-slider figure:nth-child(3) {
    animation-delay: 4s
}

.rating-slider figure:nth-child(4) {
    animation-delay: 6s
}

.rating-slider figure:nth-child(5) {
    animation-delay: 8s
}

.rating-slider figure:nth-child(6) {
    animation-delay: 10s
}

.client-box {
    display: flex;
    align-items: end;
    margin-bottom: 15px
}

.client-img {
    width: 58px;
    margin-right: 10px
}

.client-img img {
    display: block
}

.testimonial {
    display: block;
    margin-bottom: 35px;
    color: #14151b
}

.testimonial span {
    color: #e42c38
}

.testimonial-name {
    color: #e42c38
}

.user-speak {
    width: 100%
}

.clint-name {
    font-family: 'Proxima Nova Rg';
    font-weight: 400;
    font-size: 1.4rem;
    color: #fff;
    background-color: #000;
    padding: 9px;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.clint-name strong {
    display: block;
    margin-top: 5px;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    font-size: 1.6rem
}

.inform-box p {
    font-size: 2.6rem;
    font-family: 'Proxima Nova Lt';
    line-height: 1.2;
    font-weight: 300
}

.user-content {
    padding-top: 30px;
    position: relative
}

.user-content:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 65px;
    height: 2px;
    background-color: #d8d4d6
}

.user-content:before {
    content: "";
    position: absolute;
    right: -20px;
    top: 86px;
    background: url(../images/contactus-arrow.svg) no-repeat center top;
    width: 70px;
    height: 75px;
    background-size: contain;
    transform: rotate(-15deg)
}

.testimonial-slick .slick-dots {
    display: flex;
    margin-top: 30px
}

.testimonial-slick .slick-dots li button {
    font-size: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #d8d4d6;
    margin-right: 10px;
    cursor: pointer
}

.testimonial-slick .slick-dots li button:focus {
    outline: 0
}

.testimonial-slick .slick-dots li.slick-active button {
    background-color: #e01321
}

.business-wrap {
    display: flex;
    flex-direction: row;
    align-items: center
}

.manager-inform {
    font-size: 1.6rem;
    margin-bottom: 15px
}

.inform-wrap {
    margin-left: 20px;
    padding-top: 14px
}

.manager-inform strong {
    display: block;
    font-size: 1.8rem;
    letter-spacing: -.8px;
    margin-bottom: 3px;
    font-family: 'Proxima Nova Th'
}

.user-speak p {
    line-height: 1.3;
    font-weight: 600
}

.media-type {
    display: flex;
    margin-bottom: 8px
}

.media-type span {
    font-size: 1.8rem;
    margin-right: 10px
}

.media-type img {
    width: 25px;
    height: 100%
}

.media-type:last-child img {
    width: 24px
}

.manager-img img {
    width: 175px;
    height: 175px;
    object-fit: cover;
    border-radius: 50%
}

.media-link {
    color: #e01321;
    position: relative;
    font-size: 1.8rem;
    display: inline-block;
    font-family: 'Proxima Nova Rg';
    font-weight: 700;
    transition: all .3s ease-out
}

.media-link:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    background-color: #c6c7cb;
    width: 100%;
    height: 2px
}

.media-link:before {
    content: "";
    position: absolute;
    bottom: -2px;
    z-index: 1;
    left: 0;
    background-color: #14151b;
    width: 0%;
    height: 2px;
    transition: width .3s ease
}

.media-link:hover:before {
    width: 100%;
    background-color: #1f212c;
    transition: width .3s ease
}

.contact-idea.time {
    padding-right: 10px
}

.direct-list {
    text-align: center
}

.direct-list li {
    display: inline-block;
    margin: 0 0 0 17px
}

.direct-list li a {
    color: #534f51;
    font-size: 1.4rem;
    transition: all .3s ease
}

.direct-list li a:hover {
    color: #e01321
}

.direct-list li:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 8px;
    background-color: #e9e7e7
}

.direct-list li:first-child:before {
    background-color: #1aff8b
}

.form-section {
    position: relative
}

.form-section .container {
    position: relative;
    z-index: 1
}

.contact-wrapper {
    background-color: #000;
    padding: 60px 0;
    position: relative;
    z-index: 2
}

.form-sec h3 {
    font-size: 3rem;
    line-height: 28px;
    margin-bottom: 30px
}

.free {
    color: #00ACEE;
}

.form-block {
    display: flex;
    justify-content: space-between
}

.form-sec {
    width: 100%;
    padding: 40px 40px 49px;
    border-radius: 2px;
    height: 100%;
    max-width: 575px
}

.form-list {
    margin-bottom: 45px
}

.form-list li {
    position: relative;
    margin-bottom: 20px
}

.form-list li:last-child {
    margin-bottom: 0
}

.validation-error {
    border: none;
    background-color: #ff1112;
    padding: 15px 13px 13px;
    margin-bottom: 15px;
    display: none;
    width: 100%
}

.validation-error span {
    height: 20px;
    width: 20px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    border-radius: 50%;
    background: #fff;
    color: #ff1112;
    text-align: center;
    margin-right: 15px
}

.validation-error .error-msges {
    display: inline-block;
    color: #fff;
    font-size: 1.6rem;
    vertical-align: middle
}

.form-list li label {
    position: absolute;
    top: -8px;
    background-color: #fff;
    display: inline-block;
    padding: 0 4px;
    color: grey;
    font-size: 1.4rem;
    left: 17px
}

.form-list li input,
.form-list li textarea,
.select-items div,
.select-selected {
    width: 100%;
    padding: 17px 21px;
    border-radius: 2px;
    border: 1px solid #999aa1;
    color: #0b0c11;
    font-size: 1.8rem
}

.form-list li input:hover,
.form-list li textarea:hover,
.select-selected:hover {
    border: 1px solid #14151b
}

.select-selected {
    color: #14151b;
    padding: 18px 21px
}

.form-list li textarea {
    min-height: 150px;
    resize: none;
    font-family: 'Proxima Nova Rg'
}

textarea::-webkit-input-placeholder {
    color: #999aa1;
    opacity: 1
}

textarea:-moz-placeholder {
    color: #999aa1;
    opacity: 1
}

textarea::-moz-placeholder {
    color: #999aa1;
    opacity: 1
}

textarea:-ms-input-placeholder {
    color: #999aa1;
    opacity: 1
}

::-webkit-input-placeholder {
    color: #999aa1
}

:-ms-input-placeholder {
    color: #999aa1
}

::-moz-placeholder {
    color: #999aa1;
    opacity: 1
}

:-moz-placeholder {
    color: #999aa1;
    opacity: 1
}

.captcha-wrapper .error-msg {
    color: #ff1010;
    font-size: 1.4rem;
    margin-bottom: 14px
}

.number-point {
    color: #bbb5b8;
    font-size: 1.4rem;
    text-align: right;
    padding: 9px 11px 28px 0
}

.address-block {
    width: 100%;
}

.world-graphic {
    margin-top: -187px;
    position: relative;
    right: -177px
}

.custom-select {
    position: relative;
    font-family: Arial
}

.custom-select select {
    display: none
}

.select-selected:after {
    position: absolute;
    content: "";
    display: inline-block;
    border: solid #bdb6b8;
    border-width: 0 2px 2px 0;
    right: 24px;
    z-index: 1;
    padding: 4px;
    top: 22px;
    margin-left: 16px;
    transition: .3s ease-in;
    transform: rotate(45deg)
}

.select-items div,
.select-selected {
    cursor: pointer;
    user-select: none
}

.select-items div {
    border: none;
    border-radius: 0
}

.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    height: 200px;
    overflow: auto;
    z-index: 99;
    border: 1px solid #d8d4d6
}

.select-hide {
    display: none
}

.same-as-selected,
.select-items div:hover {
    background-color: rgba(0, 0, 0, .1)
}

.check-blog {
    background-color: #d8d4d6;
    margin: 0 -40px
}

.form-bottom {
    background-color: #1f212c;
    text-align: center;
    padding: 25px 86px 32px;
    border-radius: 0 0 30px 30px
}

.checkbox-wrap {
    margin-bottom: 17px
}

.checkbox-wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark {
    position: absolute;
    top: 0;
    left: -27px;
    height: 18px;
    width: 18px;
    border-radius: 4px;
    border: 1px solid transparent;
    background-color: #534f51
}

.checkmark {
    border-color: #e01321
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.checkbox-wrap input:checked~.checkmark:after {
    display: block
}

.checkbox-content .checkmark:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg)
}

.checkbox-content {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.3;
    position: relative;
    line-height: 1.54
}

.checkbox-content.error {
    color: #e01321
}

.button-submit {
    display: inline-block;
    background-color: #02789e;
    color: #fff;
    font-size: 1.6rem;
    font-family: 'Proxima Nova Rg';
    font-weight: 700;
    padding: 22px 26px;
    cursor: pointer;
    border-radius: 19px;
    transition: all .5s;
    border: 2px solid transparent
}

.button-submit:hover {
    border: 2px solid #02789e;
    color: #14151b;
    background: 0 0
}

.button-submit {
    padding: 22px 70px
}

.sales-enq {
    margin-bottom: 30px
}


/* .add-wrap .add-sec:nth-child(1){
	width:60%;
}
.add-wrap .add-sec:nth-child(2){
	width:40%;
} */

.add-sec {
    margin-bottom: 40px
}

.main-address {
    margin-bottom: 14px;
}

.add-sec li {
    display: flex;
    margin-bottom: 18px
}

.flag {
    width: 45px
}

.address {
    /* width: calc(100% - 62px); */
    padding-left: 25px;
    font-size: 1.4rem;
    line-height: 1.45;
    font-weight: 600;
    margin-top: -2px
}

.second-address {
    position: relative;
    margin-top: 30px;
    padding-top: 30px;
    overflow: hidden;
}

.second-address:before {
    content: "";
    position: absolute;
    top: 0;
    left: 25px;
    width: 1000%;
    height: 2px;
    background: url("../images/nav-seperater.svg");
}

.quick-contact-link {
    margin: 8px 0 5px;
}

.quick-contact-link em {
    display: inline-block;
    min-width: 100px;
}

.add-sec li:last-child {
    margin-bottom: 0
}

.country-info {
    display: block;
    color: #14151b;
    font-size: 2.6rem;
    line-height: 1;
    margin-bottom: 12px;
    letter-spacing: -.1px;
    font-family: 'Proxima Nova Bl'
}

.city-name {
    font-size: 2rem;
}

.location-name {
    margin-bottom: 12px;
}

.cnt-no {
    color: #14151b;
    font-size: 1.6rem;
    position: relative
}

.cnt-no:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    background-color: #c6c7cb;
    width: 100%;
    height: 2px
}

.cnt-no:before {
    content: "";
    position: absolute;
    bottom: -4px;
    z-index: 1;
    left: 0;
    background-color: #14151b;
    width: 0%;
    height: 2px;
    transition: width .3s ease
}

.cnt-no:hover:before {
    width: 100%;
    background-color: #14151b;
    transition: width .3s ease
}

.icon-ukflag {
    background-position: -617px -148px;
    width: 20px;
    height: 14px;
    margin-right: 10px
}

.management-section {
    padding: 80px 0 0;
    background-color: #fff;
    position: relative;
    z-index: 2
}

.contact-idea.time {
    width: 55%
}

.business-wrap {
    width: 40%;
    margin-bottom: 0
}

.business-block {
    background-color: #f9f8f8;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 70px
}

.contact-idea:after,
.rating-info:after {
    display: none
}

.business-block.tech-border:after {
    height: 3px
}

.contact-explaine {
    padding: 70px 0 65px;
    background-color: #fff;
    position: relative;
    z-index: 2
}

.explainer-list {
    display: flex;
    justify-content: center
}

.explainer-list li {
    width: 33%;
    padding: 10px 50px 10px 30px;
    position: relative
}

.explainer-list li:first-child {
    padding-left: 0
}

.explainer-list li:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    width: 1px;
    height: 100%;
    background: url(../images/contact-seprater.svg)
}

.explainer-list li:last-child:after {
    display: none
}

.explainer-list li h4 {
    font-size: 3rem;
    line-height: 28px;
    margin-bottom: 15px;
    letter-spacing: -1.3px
}

.explainer-list li p {
    margin-bottom: 10px
}

.explaine-link {
    color: #e01321;
    font-size: 1.6rem;
    position: relative;
    font-family: 'Proxima Nova Rg';
    font-weight: 700;
    transition: all .3s ease-out
}

.explaine-link:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    background-color: #ebe9eb;
    width: 100%;
    height: 2px
}

.explaine-link:before {
    content: "";
    position: absolute;
    bottom: -4px;
    z-index: 1;
    left: 0;
    background-color: #14151b;
    width: 0%;
    height: 2px;
    transition: width .3s ease
}

.explaine-link:hover:before {
    width: 100%;
    background-color: #1f212c;
    transition: width .3s ease
}

.chat-sales {
    margin-right: 10px
}

.icon-tir {
    background-position: -29px -92px;
    width: 26px;
    height: 10px;
    margin-left: 11px;
    vertical-align: top
}

.brand-section {
    padding: 17px 0 20px;
    background-color: #fff;
    position: relative;
    z-index: 2
}

.brand-detail {
    padding: 66px 0 70px;
    border-top: 8px solid #14151b;
}

.happy-customer {
    display: inline-block;
    font-size: 1.6rem;
    margin-bottom: 40px;
    font-weight: 800;
    letter-spacing: -.9px
}

.brandlogo h3 {
    margin-bottom: 5px;
    line-height: 36px;
    font-size: 3.6rem;
    letter-spacing: -1px;
    font-family: 'Proxima Nova Bl';
    font-weight: 800
}

.brand-logos {
    display: flex;
    justify-content: space-between
}

.brand-logos li {
    background-color: #14151b;
    display: inline-flex;
    align-items: center;
    width: 19%;
    height: 80px;
    padding: 0 15px 0 20px
}

.brand-logos li svg {
    width: auto;
    height: 52px
}

.brand-logos li.amdocs-brand svg {
    width: 137px
}

.brand-logos li.cisco-brand .st1 {
    fill: none
}

.icon-coca {
    background-position: -161px -67px;
    width: 118px;
    height: 34px
}

.icon-hyundai {
    background-position: -311px -70px;
    width: 101px;
    height: 61px
}

.icon-necco {
    background-position: -432px -78px;
    width: 97px;
    height: 46px
}

.icon-stoli {
    background-position: -555px -70px;
    width: 70px;
    height: 57px
}

.icon-hp {
    background-position: -646px -68px;
    width: 60px;
    height: 60px
}

.icon-dura {
    background-position: -729px -87px;
    width: 153px;
    height: 22px
}

.icon-dlink {
    background-position: -167px -117px;
    width: 106px;
    height: 22px
}

.icon-top-move {
    background-position: -149px -33px;
    width: 17px;
    height: 6px;
    margin-left: 3px
}

.form-list {
    position: relative;
    width: 100%;
    margin-bottom: 21px
}

.input-name {
    position: absolute;
    font-size: 1.8rem;
    color: #999aa1;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 8px;
    background: #fff;
    pointer-events: none;
    width: auto;
    z-index: 1;
    transition: all .1s
}

.input-comment {
    top: 22%
}

.focused .input-name {
    top: 0
}

.form-control {
    font-family: 'Proxima Nova Rg';
    border: 1px solid #999aa1;
    border-radius: 2px;
    padding: 14px 12px 15px 21px;
    font-weight: 400;
    font-size: 1.8rem;
    color: #14151b;
    transition: all .3s ease;
    width: 100%;
    background: 0 0
}

.select-slot {
    font-family: 'Proxima Nova Rg';
    border: 1px solid #999aa1;
    border-radius: 2px;
    padding: 14px 12px 15px 21px;
    font-weight: 400;
    font-size: 1.8rem;
    color: #999aa1;
    transition: all .3s ease;
    width: 100%;
    background: 0 0
}

.select-arrow:after {
    position: absolute;
    content: "";
    display: inline-block;
    border: solid #bdb6b8;
    border-width: 0 2px 2px 0;
    right: 24px;
    z-index: 1;
    padding: 4px;
    top: 22px;
    margin-left: 16px;
    transition: .3s ease-in;
    transform: rotate(45deg);
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.form-list .iti {
    display: block
}

.form-list .iti--allow-dropdown .iti__flag-container {
    left: 14px
}

.iti__selected-flag {
    padding: 0
}

.country-field .input-name {
    left: 60px
}

.iti--allow-dropdown input {
    padding-left: 62px !important
}

.form-list .iti__country-name {
    font-size: 18px
}

.error-msg {
    display: none
}

.form-comment:hover,
.form-list:hover .form-control {
    border: 1px solid #14151b
}

.form-list.focused .form-control {
    border: 1px solid #02789e;
    box-shadow: 0 8px 12px #d8d4d6
}

.form-control:focus {
    outline: 0
}

.focused .input-name {
    font-size: 1.4rem
}

.comment-form {
    margin-bottom: 20px
}

.form-comment {
    font-family: 'Proxima Nova Rg';
    font-weight: 400;
    font-size: 1.8rem;
    border: 1px solid #999aa1;
    border-radius: 2px;
    padding: 18px 12px 18px 21px;
    color: #14151b;
    resize: none;
    width: 100%;
    transition: all .3s ease;
    min-height: 100px
}

.form-comment:focus {
    outline: 0
}

.comment-form.focused .form-comment {
    border: 1px solid #02789e;
    box-shadow: 0 8px 12px #d8d4d6
}

.consultation-block {
    background-color: #fff;
    padding: 30px 15px 15px 15px;
    border-top: 4px solid #14151b
}

.consultation-connect {
    margin-bottom: 40px
}

.consultation-btn {
    font-family: 'Proxima Nova Rg';
    font-weight: 700;
    font-size: 1.4rem;
    background-color: #02789e;
    color: #fff;
    border: 2px solid #02789e;
    border-radius: 4px;
    padding: 20px 30px;
    transition: all .5s
}

.consultation-btn.btn {
    padding: 20px 12px
}

.consultation-btn:hover {
    background-color: transparent;
    border: 2px solid #02789e;
    color: #14151b
}

.tooltip-box {
    position: absolute;
    left: 20px;
    top: 100%;
    color: #e01321;
    font-size: 1.3rem;
    display: none;
    margin: 3px 0
}

@media (max-width:1366px) {
    .world-graphic {
        right: -125px;
        width: 88%;
        margin-top: -110px
    }
    .add-sec {
        padding-right: 15px
    }
    .add-sec:last-child {
        padding-right: 0
    }
}

@media (max-width:1279px) {
    .explainer-list li:last-child {
        padding-left: 100px
    }
    .explainer-list li {
        width: 42%
    }
    .business-block,
    .contact-left {
        padding: 60px 35px
    }
    .contact-left {
        padding: 45px 35px;
    }
    .manager-img img {
        width: 145px;
        height: 145px
    }
}

@media (max-width:1199px) {
    .contact-main {
        margin-top: 90px;
        padding-top: 15px;
    }
    .contact-idea.time {
        padding: 0
    }
    .world-graphic {
        width: 90%;
        margin-top: -95px;
        right: -100px
    }
    .add-sec {
        padding-right: 20px
    }
    .explainer-list li {
        width: 50%
    }
    .explainer-list li h4 {
        font-size: 2.6rem
    }
    .add-wrap {
        flex-direction: column;
    }
    .add-wrap .add-sec:nth-child(1) {
        border-right: none;
        width: 100%;
    }
    .add-wrap .add-sec:nth-child(2) {
        width: 100%;
    }
}

@media (max-width:1023px) {
    .contact-main {
        margin-top: 85px;
        padding-top: 10px
    }
    .contact-left {
        order: 2;
        width: 100%;
        margin-bottom: 25px
    }
    .user-content:before {
        display: none
    }
    .management-section {
        padding: 30px 0 0
    }
    .business-block {
        display: block;
        padding: 35px 15px 40px 15px
    }
    .contact-idea.time h2 {
        margin-bottom: 15px
    }
    .business-wrap {
        width: 100%
    }
    .contact-idea.time p {
        margin-bottom: 20px
    }
    .contact-idea.time {
        width: 100%;
        margin-bottom: 30px
    }
    .contact-right {
        order: 1;
        width: 100%;
        position: static !important;
        padding: 0;
        margin-left: 0
    }
    .contact-wrap {
        flex-direction: column
    }
    .contact-explaine {
        padding: 75px 0 65px;
        margin-top: 0
    }
    .inform-box p {
        font-size: 2.2rem
    }
    .contact-idea p {
        font-size: 1.8rem;
        width: 100%
    }
    .client-box {
        width: 100%;
        margin-bottom: 15px
    }
    .user-speak {
        width: 100%;
        padding: 0
    }
    .form-sec {
        padding: 30px 25px;
        width: 100%;
        max-width: 100%
    }
    .user-content {
        flex-direction: column;
    }
    .form-sec h3 {
        line-height: 1.1
    }
    .check-blog {
        margin: 0 -25px
    }
    .world-graphic {
        width: 100%;
        right: -40px;
        margin-top: -55px
    }
    .add-sec {
        padding-right: 10px
    }
    .cnt-no {
        font-size: 1.5rem
    }
    .form-bottom {
        padding: 25px 30px 32px
    }
    .contact-explaine {
        padding: 30px 0
    }
    .explainer-list li h4 {
        font-size: 2.4rem;
        margin-bottom: 20px;
        line-height: 1;
        letter-spacing: -.9px
    }
    .explainer-list li {
        width: 49%;
        padding: 10px 30px 10px 22px
    }
    .explainer-list li:last-child {
        padding: 30px 30px 40px 40px
    }
    .brand-section {
        padding: 37px 0 55px
    }
    .brandlogo h3 {
        font-size: 3rem;
        line-height: .9;
        margin-bottom: 8px
    }
    .brand-detail {
        padding: 10px 0
    }
    .brand-logos {
        overflow-x: scroll;
        padding-bottom: 12px
    }
    .brand-logos li {
        flex: 0 0 30%;
        margin-right: 15px;
        padding: 0 10px 0 20px
    }
}

@media (max-width:767px) {
    .contact-left {
        padding: 50px 15px
    }
    .contact-explaine {
        padding-top: 0
    }
    .contact-idea h2 br {
        display: none
    }
    .direct-list li {
        margin: 0 0 0 10px
    }
    .direct-list li a {
        font-size: 1.2rem
    }
    .direct-list li::before {
        margin-right: 4px
    }
    .consultation-btn {
        padding: 14px 26px
    }
    .form-section {
        margin-top: 0
    }
    .contact-idea {
        padding-bottom: 15px;
        margin-bottom: 15px;
        padding-top: 45px;
    }
    .contact-idea.time {
        padding: 0
    }
    .rating-info {
        padding-bottom: 30px;
        margin-bottom: 30px;
        flex-direction: column;
        align-items: flex-start
    }
    .rating-info strong {
        margin-bottom: 25px;
        width: calc(100%)
    }
    .contact-idea.team {
        margin-bottom: 24px
    }
    .form-block {
        display: block
    }
    .add-sec,
    .address-block,
    .form-sec {
        width: 100%;
        margin-top: 0
    }
    .form-sec {
        padding: 36px 0
    }
    .form-sec h3 {
        font-size: 2.4rem;
        line-height: 1;
        margin-bottom: 28px
    }
    .form-list li input,
    .form-list li textarea,
    .select-items div,
    .select-selected {
        padding: 13px 20px
    }
    .select-selected {
        padding: 15px 20px
    }
    .select-selected::after {
        top: 17px
    }
    .form-list li textarea {
        min-height: 110px
    }
    .check-blog {
        margin: 0 -20px
    }
    .form-section::after,
    .form-section::before,
    .world-graphic {
        display: none
    }
    .form-list li input,
    .form-list li textarea,
    .select-items div,
    .select-selected {
        font-size: 1.6rem
    }
    .checkmark {
        position: static;
        display: inline-block;
        vertical-align: middle;
        margin-right: 9px
    }
    .checkbox-content .checkmark::after {
        top: 3px
    }
    .form-bottom {
        padding: 25px 20px 32px
    }
    .contact-address,
    .explainer-list {
        display: block
    }
    .add-wrap {
        margin-bottom: 36px;
    }
    .add-sec {
        padding: 0;
        margin-bottom: 36px
    }
    .add-sec:last-child {
        margin-bottom: 0
    }
    .main-address {
        margin-bottom: 17px;
    }
    .sales-enq {
        margin-bottom: 28px
    }
    .add-sec li {
        margin-bottom: 19px
    }
    .explainer-list li,
    .explainer-list li:last-child {
        width: 100%;
        padding: 32px 0 15px
    }
    .explainer-list li:after {
        display: none
    }
    .explainer-list li:last-child {
        border: none
    }
    .explainer-list li h4 {
        font-size: 2.4rem;
        margin-bottom: 15px
    }
    .brand-section {
        padding: 25px 0 40px
    }
    .brandlogo h3 {
        font-size: 2.6rem;
        line-height: 1
    }
    .happy-customer {
        font-size: 1.4rem;
        margin-bottom: 24px
    }
    .brand-logos {
        overflow-x: scroll;
        padding-bottom: 12px
    }
    .brand-logos li {
        flex: 0 0 60%;
        margin-right: 15px;
        padding: 0 10px 0 20px
    }
}

@media (max-width:576px) {
    .inform-wrap {
        margin-left: 12px
    }
    .manager-img img {
        width: 120px;
        height: 120px
    }
    .manager-inform strong {
        font-size: 1.6rem
    }
    .media-type span {
        font-size: 1.6rem
    }
    .inform-wrap {
        margin-left: 18px
    }
    .manager-inform {
        margin-bottom: 10px
    }
    .media-link {
        font-size: 1.6rem
    }
    .media-type img {
        width: 18px
    }
}

@media (min-width:375px) {
    .consultation-btn {
        font-size: 1.6rem;
    }
    .consultation-btn.btn {
        padding: 20px 23px;
    }
}

@media (min-width:550px) {
    .consultation-btn.btn {
        padding: 20px 30px;
    }
    .address {
        font-size: 1.6rem;
    }
}

@media (max-width:375px) {
    .media-link {
        font-size: 1.4rem
    }
    .media-type img {
        width: 24px
    }
}

@media (max-width:374px) {
    .brand-logos li {
        flex: 0 0 75%
    }
    .media-type {
        margin-bottom: 6px
    }
    .manager-inform {
        margin-bottom: 10px
    }
}

@media (max-width:349px) {
    .business-wrap {
        flex-direction: column;
        align-items: flex-start
    }
    .manager-img {
        margin-bottom: 12px
    }
    .manager-img img {
        width: 145px;
        height: 145px
    }
    .inform-wrap {
        margin-left: 0
    }
}

@media screen and (min-width:1025px) and (min-height:550px) {
    .contact-main {
        margin-top: 108px;
        padding-top: 24px
    }
    .form-main {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }
    .form-sec {
        padding: 6px 0 0 40px
    }
    .contact-right {
        top: 135px
    }
    .form-sec h3 {
        font-size: 2.5rem;
        line-height: 28px;
        margin-bottom: 20px
    }
    /* .form-list {
		width: 48%
	} */
    .drop-control {
        width: 100%;
        margin-bottom: 10px;
    }
    .form-group label {
        display: flex;
        white-space: nowrap;
        align-items: center;
    }
    .full-width {
        width: 100%
    }
    .form-list.comment-form {
        width: 100%
    }
    .select-selected {
        padding: 15.6px 21px
    }
}

@media screen and (min-width:1025px) and (min-height:630px) {
    .contact-right {
        top: 125px
    }
}

@media screen and (min-width:1025px) and (min-height:670px) {
    .form-main {}
    .form-list {
        width: 48.5%;
    }
    .select-form,
    .drop-control,
    .full-width {
        width: 100%;
    }
    .select-items div {
        font-size: 1.6rem;
    }
    .contact-right {
        top: 130px
    }
}

@media screen and (min-width:1025px) and (min-height:750px) {
    .form-control {
        padding: 17px 12px 15px 21px
    }
    .form-comment {
        min-height: 110px
    }
    .select-selected {
        padding: 17.1px 21px
    }
}

@media screen and (min-width:1200px) and (min-height:768px) {
    .form-sec h3 {
        font-size: 3rem
    }
    .contact-right {
        top: 145px
    }
}

@media screen and (min-width:1440px) and (min-height:768px) {
    .contact-right {
        top: 170px
    }
    .form-sec h3 {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .consultation-btn.btn {
        padding: 25px 20px;
        font-size: 1.8rem;
    }
}

@media (min-width:1400px) {
    .contact-left {
        padding: 45px 60px;
    }
    .address {
        padding-left: 40px;
    }
    .second-address:before {
        left: 40px;
    }
}