body{
    scroll-behavior: smooth;
}
@font-face {
    font-family: "myriad-pro";
    font-style: normal;
    font-weight: 300;
    src: url('http://res.cloudinary.com/spiralyze/raw/upload/v1602666891/paycor/Fonts/MyriadPro-LightSemiExt.eot?#iefix') format('embedded-opentype');
    src: url('http://res.cloudinary.com/spiralyze/raw/upload/v1602666891/paycor/Fonts/MyriadPro-LightSemiExt.woff') format('woff'),
        url('http://res.cloudinary.com/spiralyze/raw/upload/v1602666891/paycor/Fonts/MyriadPro-LightSemiExt.ttf') format('truetype');
}
@font-face {
    font-family: "myriad-pro";
    font-style: normal;
    font-weight: 400;
    src: url('http://res.cloudinary.com/spiralyze/raw/upload/v1567144005/paycor/Fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype');
    src: url('http://res.cloudinary.com/spiralyze/raw/upload/v1567144003/paycor/Fonts/MyriadPro-Regular.woff') format('woff'),
        url('http://res.cloudinary.com/spiralyze/raw/upload/v1567144003/paycor/Fonts/MyriadPro-Regular.ttf') format('truetype');
}
@font-face {
    font-family: "myriad-pro";
    font-style: normal;
    font-weight: 600;
    src: url('http://res.cloudinary.com/spiralyze/raw/upload/v1567228112/paycor/Fonts/MyriadPro-Semibold.eot?#iefix') format('embedded-opentype');
    src: url('http://res.cloudinary.com/spiralyze/raw/upload/v1567228112/paycor/Fonts/MyriadPro-Semibold.woff') format('woff'),
        url('http://res.cloudinary.com/spiralyze/raw/upload/v1567228112/paycor/Fonts/MyriadPro-Semibold.ttf') format('truetype');
}
@font-face {
    font-family: "myriad-pro";
    font-style: normal;
    font-weight: 700;
    src: url('http://res.cloudinary.com/spiralyze/raw/upload/v1567144004/paycor/Fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype');
    src: url('http://res.cloudinary.com/spiralyze/raw/upload/v1567144004/paycor/Fonts/MyriadPro-Bold.woff') format('woff'),
        url('http://res.cloudinary.com/spiralyze/raw/upload/v1567144004/paycor/Fonts/MyriadPro-Bold.ttf.ttf') format('truetype');
}
@font-face {
    font-family: "myriad-pro";
    font-style: italic;
    font-weight: normal;
    src: url('http://res.cloudinary.com/spiralyze/raw/upload/v1613030303/paycor/Fonts/MyriadPro-It.eot?#iefix') format('embedded-opentype');
    src: url('http://res.cloudinary.com/spiralyze/raw/upload/v1613030303/paycor/Fonts/MyriadPro-It.woff') format('woff'),
        url('http://res.cloudinary.com/spiralyze/raw/upload/v1613030303/paycor/Fonts/MyriadPro-It.ttf') format('truetype');
}
.exit_model{
    display: none;
    position: fixed;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(109, 111, 113, 0.9);
    z-index: 9999;
    top: 0;
}
body.modal-opened #drift-frame-controller{
    z-index: 0 !important;
}
@media(min-width:1025px){
    .exit_model.opened{
        display: block;
    }
    body.modal-opened{
        overflow: hidden;
    }
}
.exit_model .modal-content{
    text-align: center;
    max-height: 100%;
}
.exit_model.opened .modal-content{
    overflow: auto;
}
.exit_model .modal-header{
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}
.exit_model .modal-content .heading{
    max-width: 522px;
    margin-bottom: 14px;
    margin-left: 0 !important;
    font-family: 'Jenna Sue';
    color: white;
    font-weight: normal;
    font-size: 88px;
    line-height: 88px;
    margin-top: 75px;
}
.exit_model .modal-cbtn{
    position: absolute;
    top: -27px;
    right: 21px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.exit_model .modal-cbtn p{
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    margin-right: 12px;
    margin-bottom: 0;
    font-weight: normal;
    font-family: "myriad-pro";
}
.exit_model .modal-cbtn svg path {
    fill: #fff;
}
.exit_model .modal-cbtn:hover p{
    color: white;
}
.exit_model .modal-cbtn:hover svg path{
    fill: white;
}
.exit_model .modal-row{
    position: relative;
}
.exit_model .modal-row:before{
    content: "";
    width: 100%;
    height: 358px;
    background: #F37322;
    z-index: -1;
    display: block;
    position: absolute;
    top: 46px;
}
.exit_model .modal-main{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.exit_model .modal-main .col{
    width: 50%;
    padding: 0;
}
@media screen and (max-width: 1199.98px) {
    .exit_model .modal-cbtn{
        right: 10px;
    }
}
@media screen and (max-width: 1023.98px) {
    .exit_model .modal-header{
        max-width: 740px;
    }
    .exit_model .modal-cbtn{
        top: -50px;
    }
    .exit_model .modal-main{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .exit_model .modal-main .col{
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
    .exit_model .modal-content .heading{
        margin: 75px auto 12px !important;
    }
}
@media screen and (max-width: 767.98px) {
    .exit_model .modal-cbtn{
        top: -51px;
        right: 24px;
    }
    .exit_model .modal-content .heading{
        font-size: 64px;
        line-height: 64px;
        margin: 76px auto 9px !important;
    }
}
@media screen and (max-width: 359.98px) {
    .exit_model .modal-content .heading{
        font-size: 56px;
    }
}

/* Form */
.exit_model .modal-content .form-main .mktoForm .mktoGutter,
.exit_model .modal-content .form-main .mktoForm .mktoOffset,
.exit_model .modal-content .form-main .mktoForm .hideField,
.exit_model .modal-content .form-main .mktoForm .mktoAsterix,
.exit_model .modal-content .form-main .mktoForm button.mktoButton:after,
.exit_model .mktoFormCol .mktoErrorArrowWrap,
.exit_model .mktoForm .mktoFormRow + script + div,
.exit_model .mktoForm div#captcha {
    display: none;
}
.exit_model .modal-content .form-main .mktoForm .mktoCaptchaDisclaimer {
    margin-bottom: 20px;
    text-align: center;
}
.exit_model .modal-content .form-main .mktoForm .mktoCaptchaDisclaimer a {
    font-size: 15px;
}
.exit_model .form-main{
    max-width: 528px;
    width: 100%;
    background: #fff;
    min-height: 445px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 55px 40px;
    -webkit-box-shadow: 0px 15px 45px rgba(114, 57, 22, 0.25);
    box-shadow: 0px 15px 45px rgba(114, 57, 22, 0.25);
}
.exit_model .form-main h3{
    max-width: 345px;
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    margin: 1px auto 25px;
    z-index: 1;
    text-align: center;
    color: #6D6E71;
    font-family: 'myriad-pro';
}
.exit_model .form-main h3 span{
    position: relative;
}
.exit_model .form-main h3 span:after{
    content: "";
    position: absolute;
    background-image: url('../png/path.png');
    width: 92px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: -3px;
    bottom: -9px;
    display: block;
    z-index: -1;
}
.exit_model .modal-content .form-main .form-wrapper{
    width: 100%;
}
.exit_model .modal-content .form-main .mktoForm{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%!important;
    max-width: 531px;
    margin: 0 auto;
    padding: 0;
}
.exit_model .mktoForm .mktoFormCol,
.exit_model .mktoForm .mktoFieldWrap{
    width: 100%;
}
.exit_model .mktoForm .mktoFormRow{
    width: -moz-calc(50% - 7.5px);
    width: -webkit-calc(50% - 7.5px);
    width: -o-calc(50% - 7.5px);
    width: calc(50% - 7.5px);
}
.exit_model .mktoForm .fullwidth{
    width: 100%;
    max-width: 100%;
}
.exit_model input::-ms-clear{
    display: none;
}
.exit_model .mktoForm .mktoFieldWrap{
    position: relative;
}
.exit_model .modal-content .form-main .mktoForm .mktoFormCol{
    margin-bottom: 33px !important;
}
.exit_model .modal-content .form-main .mktoForm .mktoLabel{
    padding-top: 0;
    width: auto!important;
    font-weight: normal!important;
    opacity: 0;
    font-size: 16px;
    font-style: normal;
    line-height: 19px;
    letter-spacing: normal;
    text-align: left;
    color: #6D6E71;
    pointer-events: none;
    position: absolute;
    left: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    font-family: "myriad-pro";
    z-index: 1;
}
.exit_model .modal-content .form-main .mktoForm .active .mktoLabel{
    top: 1px;
    left: 14px;
    background: #fff;
    padding: 0 2px;
    font-size: 12px;
    line-height: 14px;
    opacity: 1;
}
.exit_model .modal-content .form-main .mktoForm .typing .mktoLabel{
    color: #F37322;
}
.exit_model .modal-content .form-main .mktoForm .error .mktoLabel{
    color: #FF0000;
}
.exit_model .modal-content .form-main .mktoForm .mktoField{
    font-family: "myriad-pro";
    width: 100% !important;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 0px;
    border: 1px solid #87888A;
    padding: 11px 15px 10px!important;
    vertical-align: middle;
    height: 43px;
    color: #6D6E71;
    -webkit-user-select:text;
    -moz-user-select:text;
    -ms-user-select:text;
    -o-user-select:text;
    user-select:text;
    background: #fff;
    -webkit-appearance: none;
    appearance: none;
    font-size: 16px;
    line-height: 19px;
    font-weight: normal;
}
.exit_model .modal-content .form-main .mktoForm select.mktoField{
    background: #fff url('../png/select_arrow.png')no-repeat top 16px right 15px;
    white-space: nowrap;
    padding-right: 26px !important;
    background-size: 10px;

}
.exit_model .modal-content .form-main .mktoForm .active .mktoField{
    color: #6d6e71 !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    padding: 11px 15px !important;
}
.exit_model .modal-content .form-main .mktoForm .mktoField:focus{
    outline: none;
}
.exit_model .modal-content .form-main .mktoForm .typing .mktoField{
    border-color: #F37322;
}
.exit_model .modal-content .form-main .mktoForm .error .mktoField{
    border-color: #ff0000;
}
.exit_model .modal-content .form-main .mktoForm .mktoField::-webkit-input-placeholder{
    font-size: 16px;
    line-height: 19px;
    color: #6D6E71;
    font-weight: normal;
    opacity: 1;
}
.exit_model .modal-content .form-main .mktoForm .mktoField::-moz-placeholder{
    font-size: 16px;
    line-height: 19px;
    color: #6D6E71;
    font-weight: normal;
    opacity: 1;
}
.exit_model .modal-content .form-main .mktoForm .mktoField:-ms-input-placeholder{
    font-size: 16px;
    line-height: 19px;
    color: #6D6E71;
    font-weight: normal;
    opacity: 1;
}
.exit_model .modal-content .form-main .mktoForm .mktoField:-moz-placeholder{
    font-size: 16px;
    line-height: 19px;
    color: #6D6E71;
    font-weight: normal;
    opacity: 1;
}
.exit_model .modal-content .form-main .mktoForm .mktoField:focus::-webkit-input-placeholder{
    opacity: 0;
}
.exit_model .modal-content .form-main .mktoForm .mktoField:focus::-moz-placeholder{
    opacity: 0;
}
.exit_model .modal-content .form-main .mktoForm .mktoField:focus:-ms-input-placeholder{
    opacity: 0;
}
.exit_model .modal-content .form-main .mktoForm .mktoField:focus:-moz-placeholder{
    opacity: 0;
}
.exit_model .modal-content .form-main .mktoForm input[type="number"]::-webkit-outer-spin-button,
.exit_model .modal-content .form-main .mktoForm input[type="number"]::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}
.exit_model .modal-content .form-main .mktoForm input[type="number"]{
    -moz-appearance: textfield;
}
.exit_model .modal-content .form-main .mktoButtonRow{
    width: 100%;
    text-align: center;
}
.exit_model .modal-content .form-main .mktoButtonRow .mktoButtonWrap{
    margin-left: 0!important;
}
.exit_model .modal-content .form-main .mktoForm button.mktoButton, .EIBlueButton {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #213B69 !important;
    background-image: none;
    border: 1px solid #213b69 !important;
    width: 179px;
    height: 56px;
    margin-top: 1px;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    padding: 17px 15px 14px;
    font-family: "myriad-pro";
    display: block;
    margin: 1px auto auto;
}
.exit_model .modal-content .form-main .mktoForm button.mktoButton:after, .EIBlueButton:after{
    background-image: url('../png/angle_arrow_left_white.png');
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    display: inline-block;
    position: relative;
    top: -1px;
    vertical-align: middle;
    background-size: 9px 15px;
    margin-left: 7px;
    right: -2px;
    height: 17px;
    width: 10px;
}
.exit_model .modal-content .form-main .mktoForm button.mktoButton:hover,
.exit_model .modal-content .form-main .mktoForm button.mktoButton:focus,
.EIBlueButton:hover, .EIBlueButton:focus{
    background: #fff !important;
    color: #213b69;
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.16) !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.16) !important
}
.exit_model .modal-content .form-main .mktoForm button.mktoButton:focus,
.EIBlueButton:focus {
    border-color: transparent !important;
}
.exit_model .modal-content .form-main .mktoForm button.mktoButton:hover:after,
.exit_model .modal-content .form-main .mktoForm button.mktoButton:focus:after,
.EIBlueButton:hover:after, .EIBlueButton:focus:after {
    background: url('../png/angle-arrow-left-blue.png') no-repeat;
    background-size: 9px 15px;
    right: -2.5px;
    top: 0px;
}
.EIBlueButton {text-decoration: none;}

.exit_model .modal-content .form-main .mktoForm .mktoField:-webkit-autofill,
.exit_model .modal-content .form-main .mktoForm .mktoField:-webkit-autofill:hover,
.exit_model .modal-content .form-main .mktoForm textarea:-webkit-autofill,
.exit_model .modal-content .form-main .mktoForm textarea:-webkit-autofill:hover,
.exit_model .modal-content .form-main .mktoForm select:-webkit-autofill,
.exit_model .modal-content .form-main .mktoForm select:-webkit-autofill:hover{
    border: 1px solid #87888A;
    -webkit-text-fill-color: #6d6e71;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}
.exit_model .modal-content .form-main .mktoForm .mktoField:-webkit-autofill:focus,
.exit_model .modal-content .form-main .mktoForm textarea:-webkit-autofill:focus,
.exit_model .modal-content .form-main .mktoForm select:-webkit-autofill:focus{
    border: 1px solid #F37322;
}
_:-ms-lang(x), .exit_model .modal-content .form-main .mktoForm .mktoField{
    padding: 13px 15px !important;
}
_:-ms-lang(x), .exit_model .modal-content .form-main .mktoForm button.mktoButton{
    padding: 18px 15px;
}
.exit_model .mktoFormRow .mktoField.mktoInvalid{
    background-color: transparent !important;
}
.exit_model .mktoFormCol .mktoFieldWrap .mktoError{
    top: 45px !important;
    left: 0px!important;
    bottom: auto!important;
}
.exit_model .mktoForm .mktoError .mktoErrorMsg {
    display: flex;
    padding: 0;
    margin-top: 0px;
    background: none;
    text-shadow: none;
    border: none;
    box-shadow: none;
    font-size: 12px;
    line-height: 12px;
    color: #FF0000;
    text-align: left;
    font-weight: normal;
    max-width: 100%;
    font-family: 'myriad-pro';
    flex-flow: column;
}
.exit_model .mktoError .mktoErrorMsg .mktoErrorDetail{
    display: inline-block;
}
@media screen and (max-width: 1199.98px){
    .exit_model .form-main{
        max-width: 475px;
    }
}
@media screen and (max-width: 1023.98px){
    .exit_model .modal-main{
        max-width: 740px;
    }
    .exit_model .modal-row:before{
        height: 485px;
        top: auto;
        bottom: 0px;
    }
    .exit_model .form-main{
        max-width: 528px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 767.98px){
    .exit_model .modal-main{
        max-width: 100%;
        padding: 0;
    }
    .exit_model .form-main{
        max-width: 375px;
        padding: 56px 24px;
        min-height: auto;
    }
    .exit_model .form-main h3{
        margin-top: 2px;
    }
    .exit_model .modal-content .form-main .mktoForm button.mktoButton{
        margin-top: 0px;
    }
    .exit_model .mktoForm .mktoFormRow{
        width: 100%;
    }
}

/* Logo Section */
.exit_model .client-logo{
    display: none;
    margin: 0 auto;
}
.exit_model .logo-main{
    padding-top: 99px;
    padding-left: 1px;
}
.exit_model .logo-main p {
    text-align: left;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    margin-bottom: 49px;
    font-family: "myriad-pro";
}
@media screen and (min-width: 1024px) {
    .exit_model .desktop-logo{
        display: block;
    }
}
@media screen and (max-width: 1023px) {
    .exit_model .logo-main p{
        text-align: center;
        margin-bottom: 43px;
    }
    .exit_model .logo-main{
        margin-bottom: 56px;
        padding-top: 38px;
        padding-left: 0px;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
    .exit_model .tablet-logo{
        display: block;
    }
}
@media screen and (max-width: 767px){
    .exit_model .mobile-logo{
        display: block;
    }
    .exit_model .logo-main{
        margin-bottom: 59px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .exit_model .logo-main p{
        max-width: 243px;
        margin: 0px auto 35px !important;
    }
}

/* Testimonial Section */
.exit_model .testimonial-wrapper{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 54px 20px 25px;
}
.exit_model .testimonial-wrapper .testimonial-slider{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
}
.exit_model .testimonial-wrapper .testimonial-item{
    max-width: 316px;
    position: relative;
    width: 100%;
    padding-left: 50px;
}
.exit_model .testimonial-wrapper .testimonial-item:before{
    content: '';
    position: absolute;
    width: 42px;
    height: 30px;
    background-image: url('../png/quotemark.png');
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    top: -11px;
}
.exit_model .testimonial-wrapper .testimony-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.exit_model .testimonial-wrapper .testimony-wrapper .img-wrapper{
    margin-right: 19px;
}
.exit_model .testimonial-wrapper .testimonial-item .quotes{
    font-size: 18px;
    line-height: 26px;
    font-style: italic;
    font-family: 'myriad-pro';
    color: #FFFFFF;
    margin-bottom: 19px;
}
.exit_model .testimonial-wrapper .testimonial-item .testimony-details h2{
    font-size: 16px;
    line-height: 19px;
    color: #E0E0E0;
    font-weight: bold;
    font-family: 'myriad-pro';
    margin: 1px auto 0;
}
.exit_model .testimonial-wrapper .testimonial-item .testimony-details p{
    font-size: 14px;
    line-height: 17px;
    font-family: 'myriad-pro';
    color: #E0E0E0;
    font-weight: normal;
    margin-bottom: 0px;
}
.exit_model .testimonial-wrapper .testimonial-item .testimony-details p.testimony-position{
    margin-bottom: 1px;
}
@media only screen and (max-width: 1023.98px) {
    .exit_model .testimonial-wrapper{
        max-width: 740px;
        padding: 43px 26px 25px;
    }
    .exit_model .testimonial-wrapper .testimonial-item{
        max-width: 188px;
        padding-left: 0;
        padding-top: 42px;
    }
    .exit_model .testimonial-wrapper .testimonial-item:before{
        top: 0;
        left: 1px;
    }
    .exit_model .testimonial-wrapper .testimonial-item .quotes{
        height: 156px;
    }
    .exit_model .testimonial-wrapper .testimony-wrapper{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .exit_model .testimonial-wrapper .testimony-wrapper .img-wrapper{
        margin-right: auto;
        margin-bottom: 16px;
    }
}
@media only screen and (max-width: 767.98px) {
    .exit_model .testimonial-wrapper{
        max-width: 100%;
        margin-bottom: 100px;
    }
    .exit_model .testimonial-wrapper .testimonial-slider{
        max-width: 311px;
        margin: 0 auto;
        display: block;
    }
    .exit_model .testimonial-wrapper .testimonial-item{
        max-width: 100%;
        padding-left: 50px;
        padding-top: 11px;
    }
    .exit_model .testimonial-wrapper .testimonial-item:before{
        top: 0;
    }
    .exit_model .testimonial-wrapper .testimonial-item .quotes{
        height: auto;
    }
    .exit_model .testimonial-wrapper .testimony-wrapper{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .exit_model .testimonial-wrapper .testimony-wrapper .img-wrapper{
        margin-right: 19px;
        margin-bottom: 0;
    }
    .exit_model .testimonial-wrapper .testimonial-item .testimony-details h2{
        margin-top: 2px;
    }
    .exit_model .testimonial-wrapper .slick-dots{
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        left: 0;
        bottom: -68px;
        margin: 0 auto;
        padding-left: 0;
        width: 100%;
    }
    .exit_model .testimonial-wrapper .slick-dots li{
        background: rgba(196, 196, 196, 0.5);
        border-radius: 50%;
        cursor: pointer;
        display: block;
        margin: 0 10px;
        height: 10px;
        width: 10px;
    }
    .exit_model .testimonial-wrapper .slick-dots li.slick-active{
        background: #C4C4C4;
    }
    .exit_model .testimonial-wrapper  .slick-dots li button{
        display: none;
    }
}