 @import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900&display=swap');

        .exitPopupoverlay {
            display: block;
            width: 100%;
            height: 100%;
            position: fixed;
            background: rgba(0, 0, 0, 0.66);
            z-index: 999998;
        }

        #exitpopup {
            position: relative;
            text-align: left;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            background: #fff;
            margin: 0 auto;
            max-width: 575px;
            -webkit-box-shadow: 0.877px 1.798px 12.16px 3.84px rgba(0, 0, 0, 0.38);
            box-shadow: 0.877px 1.798px 12.16px 3.84px rgba(0, 0, 0, 0.38);
        }

        .exitPopupContent {
            padding: 30px 45px;
            font-family: 'Montserrat', sans-serif;
        }

        .exitPopupContent h2 {
            margin: 0;
            padding: 0 0 32px 0;
            font-weight: 300;
            font-size: 32px;
        }

        .exitPopupContent p {
            font-size: 22px;
            font-weight: 400;
            margin: 0;
            padding: 0 0 30px 0;
            line-height: 32px;
        }

        .exitPopupContent a {
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
            display: block;
            background: rgb(243, 177, 27);
            color: #000;
            font-size: 22px;
            font-weight: 500;
            text-decoration: none;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            padding: 17px;
            border: 3px solid rgb(243, 177, 27);
            text-transform: uppercase;
        }

        .exitPopupContent a:hover {
            background: none;
            color: #000;
        }

        .closeExitPopup {
            cursor: pointer;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
            position: absolute;
            right: -17px;
            top: -17px;
            background: rgb(243, 177, 27);
            color: #000;
            font-size: 21px;
            font-weight: 400;
            text-align: center;
            width: 34px;
            height: 34px;
            line-height: 30px;
        }

        .exitOuter {
            display: table;
            width: 100%;
            height: 100%;
            text-align: center;
        }

        .exitInner {
            display: table-cell;
            vertical-align: middle;
        }

        .exitPopupContent h1 span {
            font-weight: 800;
            color: #f5b300;
        }

        .exitPopupContent ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .exitPopupContent ul li label {
            font-size: 20px;
            font-weight: 500;
            color: #000;
            line-height: 32px;
            padding-left: 44px;
        }


        .exitPopupContent ul li .contactCheckbox label {
            padding-left: 20px;
        }

        .exitPopupContent ul li label span {
            font-size: 14px;
            font-weight: 400;
            color: #000;
        }

        .exitPopupContent ul li {
            padding-bottom: 20px;
        }

        .desc {
            padding: 10px 0 0 44px;
        }

        .exitPopupContent [type="radio"]:checked,
        .exitPopupContent [type="radio"]:not(:checked) {
            position: absolute;
            left: -9999px;
        }

        .exitPopupContent [type="radio"]:checked+label,
        .exitPopupContent [type="radio"]:not(:checked)+label {
            position: relative;
            cursor: pointer;
            display: inline-block;
        }

        .exitPopupContent [type="radio"]:checked+label:before,
        .exitPopupContent [type="radio"]:not(:checked)+label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 32px;
            height: 32px;
            border: 3px solid #f5b300;
            border-radius: 100%;
            background: #fff;
        }

        .exitPopupContent [type="radio"]:checked+label:after,
        .exitPopupContent [type="radio"]:not(:checked)+label:after {
            content: '';
            width: 20px;
            height: 20px;
            background: #f5b300;
            position: absolute;
            top: 6px;
            left: 6px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .exitPopupContent [type="radio"]:not(:checked)+label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .exitPopupContent [type="radio"]:checked+label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

        .desc input[type="text"],
        .desc textarea {
            font-size: 14px;
            color: #000;
            font-family: 'Montserrat', sans-serif;
            font-weight: 400;
            background: #eee;
            padding: 15px 15px 12px 15px;
            height: auto;
            margin-bottom: 0px;
            border-radius: 3px;
            box-shadow: none;
            border-color: #f5f5f5;
            border: none;
            width: calc(100% - 30px);
            margin-bottom: 10px;
        }

        .desc input[type="submit"] {
            background: #f5b300;
            color: #000;
            text-transform: uppercase;
            font-weight: 600;
            font-family: 'Montserrat', sans-serif;
            padding: 14px 30px;
            border: none;
            -webkit-border-radius: 25px;
            -moz-border-radius: 25px;
            border-radius: 25px;
        }

        .desc p {
            font-size: 14px;
            font-weight: 400;
            color: #000;
        }

        .desc textarea {
            resize: none;
            height: 80px;
        }

        .wpcf7-form-control-wrap {
            margin-bottom: 0px !important;
        }

        /*.exitPopupContent ul li div input{outline: none !important; background: #eee; border: 0; padding: 15px 15px 12px 15px; width: calc(100% - 30px); border-color: #f5f5f5; border-radius: 3px; box-shadow: none; line-height:20px;}*/
        .exitPopupContent ul li div input[type="text"],
        .exitPopupContent ul li div input[type="email"],
        .exitPopupContent ul li div input[type="tel"],
        .exitPopupContent ul li div textarea {
            outline: none !important;
            background: #eee;
            border: 0;
            padding: 15px 15px 12px 15px;
            width: calc(100% - 30px);
            border-color: #f5f5f5;
            border-radius: 3px;
            box-shadow: none;
            line-height: 20px;
        }

        .theme_1.wpcf7-form input.error,
        .theme_1.wpcf7-form select.error,
        .theme_1.wpcf7-form textarea.error {
            margin-bottom: 0 !important;
        }

        #ContentIshyesinput.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.required {
            margin-bottom: 0px !important;
        }

        input.wpcf7-form-control.wpcf7-submit {
            width: auto !important;
        }

        .desc textarea {
            margin-top: 20px;
            outline: none;
        }

        div#ContentIshyes br,
        div#ContentIshbig br {
            display: none;
        }

        /*            div#ContentIshyes span, .exitPopupContent p {margin-bottom: 10px !important; padding: 0;}*/
        /*            #ContentIshbig p span textarea {margin-top: 10px;}*/
        #ContentIshbig input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.required,
        #ContentIshyes input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.required {
            margin-bottom: 10px !important;
        }

        #ContentIshyes .desc input[type="text"] {
            margin-bottom: 0px !important;
        }

        .exitPopupContent ul li div input {
            margin-bottom: 10px
        }

        div#ContentIshno.desc p {
            padding-bottom: 0px;
            line-height: normal;
        }

        div#ContentIshbig textarea,
        div#ContentIshyes textarea {
            margin-top: 0;
            margin-bottom: 0;
        }

        div#ContentIshbig p,
        div#ContentIshyes p {
            padding-bottom: 0 !important;
        }

        .exitPopupContent ul li {
            padding-bottom: 10px;
        }

        .contactCheckbox {
            position: relative;
        }


        @media only screen and (min-width: 0px) and (max-width: 479px) {
            #exitpopup {
                width: calc(90% - 30px);
            }

            .exitPopupContent {
                padding: 20px;
                border-width: 2px;
            }

            .exitPopupContent h1 {
                font-size: 18px;
                padding: 0 0 10px 0;
            }

            .exitPopupContent p {
                font-size: 12px;
                line-height: 24px;
            }

            .exitPopupContent a {
                font-size: 16px;
                padding: 9px;
            }

            .closeExitPopup {
                right: -11px;
            }

            .exitPopupContent ul li label {
                font-size: 16px;
            }

            .exitPopupContent [type="radio"]:checked+label:after,
            .exitPopupContent [type="radio"]:not(:checked)+label:after {
                width: 10px;
                height: 10px;
            }

            .exitPopupContent [type="radio"]:checked+label:before,
            .exitPopupContent [type="radio"]:not(:checked)+label:before {
                width: 22px;
                height: 22px;
            }

            .exitPopupContent ul li label {
                padding-left: 34px;
                line-height: 22px;
            }

            .desc {
                padding: 10px 0 0 34px;
            }

        }

        @media only screen and (min-width: 480px) and (max-width: 639px) {
            #exitpopup {
                width: calc(80% - 30px);
            }

            .exitPopupContent {
                padding: 20px;
                border-width: 2px;
            }

            .exitPopupContent h1 {
                font-size: 24px;
                padding: 0 0 20px 0;
            }

            .exitPopupContent p {
                font-size: 16px;
                line-height: 24px;
            }

            .exitPopupContent a {
                font-size: 18px;
                padding: 12px;
                width: 80%;
                margin: 0 auto;
            }

            .closeExitPopup {
                right: -11px;
            }

            .exitPopupContent ul li label {
                font-size: 16px;
            }

            .exitPopupContent [type="radio"]:checked+label:after,
            .exitPopupContent [type="radio"]:not(:checked)+label:after {
                width: 10px;
                height: 10px;
            }

            .exitPopupContent [type="radio"]:checked+label:before,
            .exitPopupContent [type="radio"]:not(:checked)+label:before {
                width: 22px;
                height: 22px;
            }

            .exitPopupContent ul li label {
                padding-left: 34px;
                line-height: 22px;
            }

            .desc {
                padding: 10px 0 0 34px;
            }

        }

        @media only screen and (min-width: 639px) and (max-width: 767px) {
            #exitpopup {
                width: calc(80% - 30px);
            }

            .exitPopupContent {
                padding: 30px;
            }

            .exitPopupContent h1 {
                font-size: 31px;
                padding: 0 0 30px 0;
            }

            .exitPopupContent p {
                font-size: 18px;
                line-height: 30px;
            }

            .exitPopupContent a {
                font-size: 18px;
                padding: 12px;
                width: 80%;
                margin: 0 auto;
            }

            .exitPopupContent ul li label {
                font-size: 16px;
            }

            .exitPopupContent [type="radio"]:checked+label:after,
            .exitPopupContent [type="radio"]:not(:checked)+label:after {
                width: 10px;
                height: 10px;
            }

            .exitPopupContent [type="radio"]:checked+label:before,
            .exitPopupContent [type="radio"]:not(:checked)+label:before {
                width: 22px;
                height: 22px;
            }

            .exitPopupContent ul li label {
                padding-left: 34px;
                line-height: 22px;
            }

            .desc {
                padding: 10px 0 0 34px;
            }

        }

        @media only screen and (min-width: 992px) and (max-width: 1450px) {

            div#ContentIshbig,
            div#ContentIshyes {
                height: 200px;
                overflow-y: auto;
            }
        }

        

        /* Exit PopUp updates */
        .exitPopupContent h1 {
            padding: 0 0 10px 0 !important;
        }

        .exitPopupContent h2 {
            margin: 0;
            padding: 0 0 20px 0;
            font-weight: 300;
            font-size: 26px;
        }

        .exitPopupContent ul li .box .desc {
            padding: 0;
            display: block !important;
        }

        .box {
            padding: 10px 0 0px 40px;
            display: none;
            margin-top: 00px;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

        .box a {
            display: inline-block !important;
            margin: 0 !important;
            padding: 10px 15px !important;
            font-size: 16px !important;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

        .one.box,
        .two.box,
        .three.box,
        .four.box,
        .five.box {
            background: none;
        }
        .screen-reader-text {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            white-space: nowrap;
            border: 0;
            }
            .sr-only {
            position: absolute;
            width: 1px !important; 
            height: 1px !important; 
            padding: 0;
            margin: -1px !important;
            overflow: hidden;
            clip: rect(0,0,0,0);
            border: 0 !important;
            }