#ouibounce-modal {
    z-index: 9999;
    font-family: "Poppins",Helvetica,Arial,sans-serif;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
#ouibounce-modal .underlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    cursor: pointer;
    -webkit-animation: fadein .5s;
    animation: fadein .5s
}
#ouibounce-modal .modal {
    max-width: 920px;
    max-height: 550px;
    background-color: #fff;
    z-index: 1;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: visible !important;
    border-radius: 0px;
    -webkit-animation: popin .3s;
    animation: popin .3s;
}
#ouibounce-modal .modal-title {
    font-size: 18px;
    background-color: #fff;
    color: #fff;
    padding: 10px;
    margin: 0;
    border-radius: 4px 4px 0 0;
    text-align: center
}
#ouibounce-modal h3 {
    color: #000;
    font-size: 25px;
    font-weight: 100;
    font-family: open sans !important;
    margin-top: 0px;
    margin-bottom: 1px;
}
#ouibounce-modal .img-max-width {
    margin-left: -74px;
    margin-top: -6px;
}
.add-padding-left {padding:0px;}
#ouibounce-modal .modal-body h2 span {color:#c61e53;}
#ouibounce-modal h2 {
    font-size: 32px !important;
    color: #32325c !important;
    font-weight: 500;
    margin-bottom: 14px;
    text-align: left !important;   
    margin-top: 5px;
}
#ouibounce-modal fieldset {border:none;}
.phone-code {    
    position: absolute;
    top: 1px;
    font-size: 17px;
    font-size: 15px;
    background-color: #ebebeb;
    padding: 10px 11px;
    font-family: open sans !important;
    margin-left: 1px;}

.phone-number .placeholder{left:13% !important;}

textarea.formRow--input {min-height:88px;}	
#message .placeholder {    top: 24%; left: 3px;}

#ouibounce-modal .modal-body {
    background-color: #fff;
    float: left;
    padding: 10px 15px 10px 20px;
    font-size: .9em;
    width: 100%;
    height: 100%;
    overflow:hidden;
}
#ouibounce-modal p {
    color: #000;
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
    margin-top: 8px;
    font-family: open sans !important;
}
#ouibounce-modal form {
    margin-top: 10px;
    margin-left: 5px;
}
#ouibounce-modal form input .textBox, #ouibounce-modal form select.textBox {
    padding: 9px 12px;
    font-size: 15px;
    width: 100%;
    color:#333;
    font-family:open sans !important;
    border-radius:3px;
    margin-bottom:8px;
    border: 1px solid #ccc; 
    outline:none;
    -webkit-font-smoothing: antialiased
}
#ouibounce-modal form select.textBox
{-webkit-appearance: none;
 -moz-appearance: none;
 -o-appearance: none;
 appearance: none; text-indent:9px; outline:none;
 background: #fff url(../png/dropdown-arrow-2.png) no-repeat right 10px center;
}

#ouibounce-modal form input[type=submit] {
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px;
    font-size: 1.1em;
    border-radius: 4px;
    color: #fff;
    background-color: #4ab471;
    border: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased
}
#ouibounce-modal form p {
    text-align: left;
    margin-left: 35px;
    opacity: .8;
    margin-top: 1px;
    padding-top: 1px;
    font-size: .9em
}

/* for new css */

.formRow {
    position: relative;
    width: 100%;
}
.formRow--item {
    display: block;
    width: 100%;
}
.formRow--input {
    position: relative;
    padding: 12px 20px 8px;
    width: 100%;
    outline: none;
    border: solid 1px #ccc;
    color: #333;
    letter-spacing: .2px;
    font-weight: 400;
    font-size: 15px;
    font-family:open sans !important;
    resize: none;
    border-radius:3px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.phone-number #phone{ text-indent:50px;}
.formRow--input-wrapper {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom:8px;
}
.formRow--input-wrapper.active .placeholder {
    top: -5px;
    background-color: #ffffff;
    color: #c61e53;
    text-transform: uppercase;
    letter-spacing: .8px;
    font-size: 11px;
    line-height: 14px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.formRow .placeholder {
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    padding: 0 10px;
    color: #333;
    font-family:open sans !important;
    white-space: nowrap;
    letter-spacing: .2px;
    font-weight: normal;
    font-size: 15px;
    -webkit-transition: all, .2s;
    transition: all, .2s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.icon--order-success  { text-align: center;  margin-top: 75px; }

#ouibounce-modal .call-button {  
    width:47%;  background: #c61e53;
    border: none;
    padding-left: 30px;
    padding-right: 30px;
    height: 53px;
    color: #FFF;
    font-family:open sans !important;
    font-size: 15px; cursor:pointer;
    text-align: center; 
    float:right; 
    outline:none; 
    margin-top:4px; 
    border-radius:4px;
}

#ouibounce-modal .no-thanks-button{ 
    width: 47%;  
    background: #cccccc;
    border: none;
    cursor:pointer;
    padding-left: 30px;
    padding-right: 30px;
    height: 53px;
    color: #FFF;
    font-size: 15px;
    font-family:open sans !important;
    text-align: center; 
    float:left; 
    outline:none; 
    margin-top:4px; 
    border-radius:4px;
}

#ouibounce-modal .cross-btn {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 28px;
    height: 28px;
    background-color: #c61e53;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 29px;
    font-size: 15px;
    z-index: 999999;
    font-family: open sans;
    cursor: pointer;
    font-weight: bolder; }
#popupForm input.error, #popupForm select.error, #popupForm textarea.error {
    border:1px solid #b94a48 !important;
}
#popupForm input.valid, #popupForm select.valid, #popupForm textarea.valid {
    border:1px solid #468847 !important;
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
    #ouibounce-modal .modal {max-height: 520px;}
    #ouibounce-modal h3 {font-size:20px;}
    #ouibounce-modal h2 {font-size:40px !important;}
    #ouibounce-modal .img-max-width {    margin-top: 52px;  max-width: 142%; }
}


#ouibounce-modal .modal-footer {
    display: inline;
    width: 100%;
    float: left;
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-ms-keyframes fadein {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes fadein {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-webkit-keyframes popin {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    85% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}
@-ms-keyframes popin {
    0% {
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    85% {
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1
    }
    100% {
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}
@keyframes popin {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    85% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }
    100% {
        stroke-dashoffset: 0
    }
}
@-ms-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }
    100% {
        stroke-dashoffset: 0
    }
}
@keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }
    100% {
        stroke-dashoffset: 0
    }
}
@-webkit-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }
    100% {
        stroke-dashoffset: 480px
    }
}
@-ms-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }
    100% {
        stroke-dashoffset: 480px
    }
}
@keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }
    100% {
        stroke-dashoffset: 480px
    }
}
/* other styles */
/* .svg svg {
    display: none
}
*/
.inlinesvg .svg svg {
    display: inline
}
/* .svg img {
    display: none
} */

.icon--order-success svg path {
    -webkit-animation: checkmark 0.75s ease-in-out 0.9s backwards;
    animation: checkmark 0.75s ease-in-out 0.7s backwards
}
.icon--order-success svg circle {
    -webkit-animation: checkmark-circle 0.50s ease-in-out backwards;
    animation: checkmark-circle 0.50s ease-in-out backwards
}

#ouibounce-modal .modal {display: block;}

@media screen and (max-width: 740px) {
    .underlay,
    #ouibounce-modal .modal {
        display: none;
    }
}



