﻿.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.buttonCall {
    min-width: 320px;
    background-color: #0070C0;
    font-family: 'Roboto', sans-serif;
    color: white;
    border-width: 1px;
    -webkit-tap-highlight-color: rgba(51, 90, 159, 0.2);
    padding: 0.7em 6em;
    box-shadow: 0 0em 0em rgba(0, 0, 0, 0.4);
}


    .buttonCall:hover {
        color: white;
    }

.modalDialog:target {
    opacity: 1;
    pointer-events: auto;
}

.modalDialog > div {
    width: 400px;
    height: 450px;
    position: relative;
    margin: 20% auto;
    padding: 5px 20px 13px 20px;
    /*background: #ffffff;*/
}

.close {
    background: transparent;
    color: orange;
    line-height: 25px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: -11px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    font-size: 33px;
    left: 75%;
}



.reqserviceDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}


    .reqserviceDialog:target {
        opacity: 1;
        pointer-events: auto;
    }

    .reqserviceDialog > div {
        width: 400px;
        height: 450px;
        position: relative;
        margin: 0% auto;
        /*padding: 5px 20px 13px 20px;*/
        /*background: #ffffff;*/
    }

.close2 {
    background: transparent;
    color: orange;
    line-height: 25px;
    position: relative;
    right: 0px;
    text-align: center;
    /* top: 10%; */
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
     font-size: 33px; 
    left: 83%;
}


.w-btn-reqservice {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    line-height: 1.2;
    position: relative;
    cursor: pointer;
    transition: background 0.3s, border-color 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.w-btn-reqservice {
    padding: 0.8em 1.8em
}

/*input[type="submit"] {
    border-style: solid
}*/

    .w-btn-reqservice i {
        display: inline-block;
        vertical-align: top;
        line-height: inherit
    }

    .w-btn-reqservice.icon_atleft i {
        margin-right: 0.5em
    }

    .w-btn-reqservice.icon_atright i {
        margin-left: 0.5em
    }

    .w-btn-reqservice.text_none i {
        margin: 0 !important;
        width: 1.2em
    }

    .w-btn-reqservice:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: inherit;
        border-width: 2px;
        border-style: solid;
        border-color: inherit
    }


.iphoneX {
    background-color: #34599f;
    border-style: solid;
    border-radius: 11px;
    border-color: #34599f;
    padding-right: 35px;
    padding-bottom: 20px;
    padding-left: 25px;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    width: 93%;
    padding-top: 20px;
}

.requestServiceiphoneX {
    background-color: rgb(52, 89, 159);
    border-style: solid;
    border-radius: 9px;
    border-radius: 10px;
    border-color: rgb(52, 89, 159);
    padding: 30px 13px 10px 17px;
    transition: all 700ms ease 0s;
    width: 89%;
    margin-left: 4px;
}