:root {
    --color-gradient: linear-gradient(180deg, #F9BF3E 0%, #E64900 100%);
}
.devvn_popup_box, .devvn_popup_box *{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.smart-bot {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 999;
}
.wfs-call-now-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
}
.wfs-call-now {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}
.wfs-call-now-circle {
    width: 87px;
    height: 87px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #0ea211;
    -webkit-animation: wfs-call-now-anim 1.2s infinite ease-in-out;
    animation: wfs-call-now-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}
.wfs-call-now-circle-fill {
    width: 57px;
    height: 57px;
    top: 25px;
    left: 25px;
    position: absolute;
    background-color: rgba(14, 162, 17, 0.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: wfs-call-now-fill-anim 2.3s infinite ease-in-out;
    animation: wfs-call-now-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.wfs-call-now-img-circle {
    background-color: #0ea211;
    width: 33px;
    height: 33px;
    top: 37px;
    left: 37px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: wfs-call-now-img-anim 1s infinite ease-in-out;
    animation: wfs-call-now-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hotline-bar {
    position: absolute;
    height: 40px;
    cursor: pointer;
    z-index: 9;
    left: 33px;
    bottom: 37px;
}
.hotline-bar a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    text-indent: 20px;
    display: block;
    letter-spacing: 1px;
    line-height: 40px;
}
.hotline-bar span {
    white-space: nowrap;
    background: #314282;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    position: absolute;
    top: 3px;
    display: block;
    line-height: 26px;
    padding: 4px 10px 5px 10px;
    color: #fff;
    right: inherit;
    left: 50px;
    border-radius: 0 15px 0 0;
}
.hotline-bar span:before {
    content: '';
    border: 5px solid transparent;
    position: absolute;
    top: 14px;
    left: -10px;
    right: inherit;
    border-right-color: #314282;
    border-left-color: transparent;
}
.wfs-call-now-img-circle img {
    width: 18px;
    fill: #fff;
}
@keyframes wfs-call-now-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}
@keyframes wfs-call-now-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1
    }
}

@keyframes wfs-call-now-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6
    }

    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6
    }
}

.devvn_popup_box {
    width: 100%;
    max-width: 500px;
    margin: 10px auto;
    background: #fff;
    padding: 25px 20px;
    color: #000;
    font-size: 16px;
    position: relative;
}
.mfp-close-btn-in .devvn_popup_box .mfp-close {
    color: #000;
    mix-blend-mode: unset;
}
.devvn_popup_box a.devvn_call {
    font-size: 2em;
    font-weight: 700;
    color: #ff2626 !important;
    background-color: rgba(0,0,0,0);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 35px 35px 35px 35px;
    padding: 10px 30px 10px 60px;
    display: inline-block;
    line-height: 1;
    margin-bottom: 10px;
    background: url(../images/phone-call.svg) no-repeat left 20px center;
    background-size: 30px 30px;
}
.devvn_popup_box form.wpcf7-form {
    margin-bottom: 10px;
}
.devvn_popup_box .flex-row {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.devvn_popup_box .flex-col {
    max-height: 100%;
}
.devvn_popup_box .flex-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: auto !important;
}
.devvn_popup_box .wpcf7 .wpcf7-form-control-wrap {
    display: block;
    margin: 0;
}
.devvn_popup_box input.wpcf7-submit {
    margin: 0 !important;
    background: #0ea211 !important;
    height: 40px;
    width: 100% !important;
    border: 0 !important;
}
.devvn_popup_box input.wpcf7-text {
    border: 1px solid #0ea211;
    height: 40px;
    padding: 0 5px;
}
#call-now .devvn_popup_box input.wpcf7-text{
    border-right: 0;
}
.list_contact img {
    height: 50px !important;
    width: auto;
}
.list_contact {
    text-align: center;
}
.list_contact a{
    display: inline-block;
    margin: 0 10px 10px;
}
a.devvn_showPrice {
    position: fixed;
    bottom: 0;
    display: block;
    z-index: 999;
    background: #d10d0d;
    padding: 7px 20px;
    border-radius: 20px 20px 0 0;
    color: #fff;
    left: 20%;
    text-decoration: none;
}
a.devvn_showPrice:hover {
    color: #fff;
}
.mfp-bg.devvn_contact_popup.mfp-ready {
    opacity: .9;
}

.call-now-content ul {
    list-style: none;
    margin-bottom: 15px;
}
.call-now-content ul li {
    margin: 0;
    padding: 0 0 0 25px;
    list-style: none;
    position: relative;
}

.call-now-content ul li:before {
    width: 18px;
    height: 18px;
    background: #0ea211;
    content: "";
    position: absolute;
    border-radius: 50%;
    top: 3px;
    left: 0;
}
.call-now-content ul li:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 5px;
    border: 2px solid #fff;
    background: transparent;
    top: 8px;
    left: 4px;
    border-top: 0;
    border-right: 0;
    transform: rotate(
            -45deg
    );
}

.wpcf7-form {
    overflow: hidden;
    margin: 0 0 5px 0;
}
.cf7_wrap {
    width: 100%;
}
.cf7_wrap::after {
    content: "";
    display: table;
    clear: both;
}
.cf7_wrap input,
.cf7_wrap textarea,
.cf7_wrap select{
    width: 100%;
    padding: 5px 10px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: #fff;
    -webkit-appearance: none;
    height: 40px;
    margin-bottom: 5px;
}
.cf7_wrap select option{
    padding: 5px 10px;
}
.cf7_wrap input:focus,
.cf7_wrap textarea:focus{
    color: #252525;
    outline: none;
}
.cf7_wrap input[type="date"]:before {
    content: attr(placeholder) !important;
    color: #aaa;
    margin-right: 0.5em;
}
.cf7_wrap  input[type="date"]:focus:before,
.cf7_wrap  input[type="date"]:valid:before {
    content: "";
}
.cf7_wrap input,
.cf7_wrap select{
    height: 40px;
}
.cf7_wrap select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAYAAAARx7TFAAAAVklEQVQImX3KQQ3AIBBE0bkjBTHIwUF9sBI2+4VgAwscyqUH0tD+ZC6TJ6AD98+63D0D4wMMd8+SJKAA8wUmULQXEXVHEVF1CmgPakcgSWaWgMvM0v4v8Btn7NLEpSUAAAAASUVORK5CYII=") right 10px center no-repeat #FFF !important;
}
.cf7_wrap textarea{
    height: 150px;
}
.cf7_row{
    margin-bottom: 5px;
}
.cf7_col1 {
    width: 50%;
    float: left;
    padding-right: 5px;
    margin-bottom: 5px;
}
.cf7_col2 {
    width: 50%;
    float: right;
    padding-left: 5px;
    margin-bottom: 5px;
}
.cf7_submit {
    text-align: center;
    margin: 0;
    overflow: hidden;
}
.wpcf7-form-control.wpcf7-submit {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    height: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 30px;
    cursor: pointer;
    border: 0;
}
div.wpcf7 img.ajax-loader,
div.wpcf7 .ajax-loader {
    position: relative;
    top: 9px;
    left: 10px;
    float: left;
    margin: 0;
}
span.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}
div.wpcf7-response-output {
    clear: both;
    float: left;
    width: 100%;
    margin: 20px 0 0;
}
@media (max-width: 767px){
    .cf7_wrap_full_mobile .cf7_col1,
    .cf7_wrap_full_mobile .cf7_col2{
        width: 100%;
        padding-left:0;
        padding-right:0;

    }
}
#showPrice .wpcf7 {
    border: 2px dashed red;
    padding: 10px;
    margin-bottom: 10px;
}
.devvn_popup_box .wpcf7 form .wpcf7-response-output {
    margin: 20px 0 0 !important;
}
.devvn_popup_box p:empty {
    display: none !important;
}
.devvn_popup_box span.ajax-loader {
    position: absolute;
}
.devvn_popup_box .wpcf7 {
    position: relative;
}

.social_media {
    position: fixed;
    right: 22px;
    bottom: 25px;
    z-index: 9;
}
.social_media .item:last-child a {
    width: 50px;
    height: 50px;
}

.social_media .item a{
    height: 40px;
    width: 40px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    box-shadow: 0 0 0 3px #ffffff82;
    font-size: 15px;
    float: right;
}
.social_media img[src*=".svg"]{
    height: 15px;
    width: 15px;
}
.social_media img {
    max-height: 25px;
    width: auto;
}

.has_animation img {
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
}
@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}
.social_media .item a.has_no_padding img {
    max-height: 40px;
    height: auto;
    max-width: 40px;
    width: auto;
}

.social_media .item:last-child a img {
    max-height: 35px;
    width: auto;
}

@media (max-width: 676px){
    .devvn_popup_box {
        font-size: 14px;
    }
    .devvn_contact_popup .mfp-container {
        padding: 10px;
    }
    .devvn_popup_box a.devvn_call {
        font-size: 1.5em;
        background-size: 20px 20px;
        padding: 10px 30px 10px 45px;
        background-position: left 16px center !important;
    }
    .devvn_popup_box input.wpcf7-submit {
        font-size: 11px;
    }
    a.devvn_showPrice {
        left: 0;
        border-radius: 0 20px 0 0;
    }
    .wfs-call-now-wrap {
        bottom: 40px;
    }
}
