a._collapz_parant._close:after,
a._collapz_parant._open:after {
    /*content:"\f00d";
		font-family:'fontawesome';
		font-size:30px;
		position:relative;
		top:7px;
		font-style:normal;
		color:#fff;*/
}

a._collapz_parant._open {
    background-image: url(https://cdn.sogoodweb.com/widgetpreview/other/b/contactpopup/close.png) !important;
}

a._collapz_parant._close {
    background-image: url(https://cdn.sogoodweb.com/widgetpreview/other/b/contactpopup/main_popup.png) !important;
}

a._collapz_parant._open, a._collapz_parant._close {
    background-repeat: no-repeat;
    background-position: center;
}

a._collapz_parant {
    cursor: pointer;
    color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: inline-block;
    text-decoration: none;
    float: right;
    -webkit-transition: -webkit-transform .1s linear 0s;
    -moz-transition: -moz-transform .1s linear 0s;
    transition: transform .1s linear 0s;
    /*transform:rotate(44deg);*/
}

    /*	a._collapz_parant._close{background-color:#e45353;}*/

    a._collapz_parant._close:after {
        left: 0;
    }

/*	a._collapz_parant._open{background-color:#57a4ff;}*/

ul._child_collapzion {
    position: absolute;
    margin: 0;
    list-style: none;
    padding: 1px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9998;
    -webkit-transform: translate3d(0,-100%,0);
    -moz-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

    ul._child_collapzion li a {
        color: #ffffff;
    }

        ul._child_collapzion li a._collapz_child {
            color: #fff;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            display: inline-block;
            background-color: #e45353;
            margin: 6px 14px;
            text-align: center;
        }

    ul._child_collapzion li {
        text-align: right
    }

        ul._child_collapzion li a._collapz_child i {
            margin-top: 15px
        }

        ul._child_collapzion li span._title {
            /*position:relative;
		left:8px;
		top:-6px;
		padding:3px;*/
            margin-top: 20px;
        }

._col_shadow {
    box-shadow: 0 4px 17px 0 rgba(0,0,0,.14),0 1px 32px 0 rgba(0,0,0,.12),0 2px 9px -1px rgba(0,0,0,.2);
}

/*--------Start of icon----------*/
.ion-plus-round {
    /*background-size: 36px;*/
    /*background-image: url(https://file.sogoodweb.com/upload/16687/habpQ1cEsA.png)!important;
		background-color: #57a4ff!important;
		background-repeat: no-repeat;
		background-position: center;*/
}

.icon-contact-pop {
    background-repeat: no-repeat;
    background-position: center;
}

/*--------End of icon----------*/
#btncollapzion span.mar-space {
    margin-top: 20px;
    margin-right: 10px;
}

span._title {
    opacity: 1;
    background: rgba(0, 0, 0, 0.6);
    padding: 4px 10px;
    border-radius: 3px;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: normal;
    pointer-events: none;
    line-height: normal;
    position: absolute;
    /*top: 50%;
		margin-top: -11px;*/
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: auto;
    float: left;
    white-space: nowrap;
    right: 75px;
}

    span._title:after /* triangle decoration */ {
        content: '' !important;
        width: 0 !important;
        height: 0 !important;
        right: -5px !important;
        top: 7px !important;
        position: absolute !important;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid rgba(0,0,0,.6);
        border-left: 5px solid rgba(0, 0, 0, 0.6) !important;
    }

.fb_dialog {
    display: none !important;
    overflow: hidden;
}

.widget_click_page_overlay {
    background: rgba(0,0,0,.6);
    position: fixed;
    z-index: 104;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}
/*--------------------*/

.ripple-btn {
    height: 60px;
    width: 60px;
    /*position:absolute;
		top:35%;
		left: 94%;*/
    text-align: center;
    /*	margin:-30px 0 0 -30px;*/
    border-radius: 100px;
    z-index: 1;
}

    .ripple-btn .ripple_shadow {
        position: absolute;
        width: 100px;
        height: 100px;
        z-index: -1;
        /*left:50%;
		top:50%;*/
        top: 0%;
        opacity: 0;
        margin: -20px 0 0 -50px;
        border-radius: 100px;
        -webkit-animation: ripple 1.8s 3;
        animation: ripple 1.8s 3;
    }

@-webkit-keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.ripple-btn .ripple_shadow:nth-child(2) {
    animation-delay: .3s;
    -webkit-animation-delay: .3s
}

.ripple-btn .ripple_shadow:nth-child(3) {
    animation-delay: .6s;
    -webkit-animation-delay: .6s
}

.Popup-Line-title {
    color: #00b800;
}
.Popup_Tel_Number{
    font-size:40px;
}

.opacity50 {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .lds-spinner div {
        transform-origin: 25px 25px;
        animation: lds-spinner 1.2s linear infinite;
    }

        .lds-spinner div:after {
            content: " ";
            display: block;
            position: absolute;
            top: 3px;
            left: 29px;
            width: 5px;
            height: 14px;
            border-radius: 20%;
            background: #fff;
        }

        .lds-spinner div:nth-child(1) {
            transform: rotate(0deg);
            animation-delay: -1.1s;
        }

        .lds-spinner div:nth-child(2) {
            transform: rotate(30deg);
            animation-delay: -1s;
        }

        .lds-spinner div:nth-child(3) {
            transform: rotate(60deg);
            animation-delay: -0.9s;
        }

        .lds-spinner div:nth-child(4) {
            transform: rotate(90deg);
            animation-delay: -0.8s;
        }

        .lds-spinner div:nth-child(5) {
            transform: rotate(120deg);
            animation-delay: -0.7s;
        }

        .lds-spinner div:nth-child(6) {
            transform: rotate(150deg);
            animation-delay: -0.6s;
        }

        .lds-spinner div:nth-child(7) {
            transform: rotate(180deg);
            animation-delay: -0.5s;
        }

        .lds-spinner div:nth-child(8) {
            transform: rotate(210deg);
            animation-delay: -0.4s;
        }

        .lds-spinner div:nth-child(9) {
            transform: rotate(240deg);
            animation-delay: -0.3s;
        }

        .lds-spinner div:nth-child(10) {
            transform: rotate(270deg);
            animation-delay: -0.2s;
        }

        .lds-spinner div:nth-child(11) {
            transform: rotate(300deg);
            animation-delay: -0.1s;
        }

        .lds-spinner div:nth-child(12) {
            transform: rotate(330deg);
            animation-delay: 0s;
        }

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fb-customerchat{
    display:none;
}

.fb-customerchat iframe {
    bottom: 90pt !important;
}

.modal-contactus-popup .close {
    font-size: 30px;
}

.fb-customerchat.fb_invisible_flow.fb_iframe_widget iframe {
    z-index: 9999 !important;
}