@import url('animate.css');
@import url('fancybox.css');
@import url('bootstrap.css');
@import url('fontawesome.css');
@import url('icomoon.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* Layout
------------------------------------*/
* {
    margin: 0;
    padding: 0;
}

.required:after {
    content: "*";
    font-weight: bold;
    color: red;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #323234;
    background: #fff url(../images/bg.png) no-repeat top center;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
}

    a, a:hover, a:focus {
        text-decoration: none;
        color: #fff;
    }

img {
    display: block;
    max-width: 100%;
}

.errorMsg {
    color: #DD2127;
    font-size: 13px;
    font-weight: 500;
    float: right;
}

.errMsgPosition {
    position: relative;
    top: -20px;
}

*:focus {
    box-shadow: none;
}

button:focus {
    outline: none !important;
}

select {
    appearance: none;
    background: url('../images/d-arrow.png') no-repeat 95% center;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 0.3; /* Firefox */
}
/* Index page
------------------------------------*/


    .actionarea {
        float: left;
        width: 100%;
    }

        .actionarea h2 {
            font-weight: 500;
            font-size: 24px;
            line-height: 140%;
            /* identical to box height, or 34px */

            letter-spacing: 0.012em;
            /* Charcoal Grey */
            padding-bottom:35px;
            color: #323234;
            opacity: 0.8;
        }

        .actionarea p {
            font-weight: 400;
            font-size: 16px;
            line-height: 150%;
            /* or 24px */
            letter-spacing: 0.012em;
            /* Charcoal Grey */
            color: #323234;
            opacity: 0.8;
        }
            .step1 {
    margin-top: 10px;
}

    .step1 h3 {
        font-weight: 600;
        font-size: 18px;
        line-height: 118.9%;
        /* or 21px */
        letter-spacing: 0.0179em;
        /* General / Dark */
        color: #222222;
        margin-bottom: 37px;
    }

    .step1 .trustpilot {
    }

    .step1 ul li {
        margin-bottom: 25px;
    }

        .step1 ul li.half {
            width: 49%;
            margin-right: 1%;
            display: inline-block;
        }

  

.break {
    border-top: 1px #ddd solid;
    padding: 0 0 35px;
    margin: 0 5%;
    width: 90%;
}

.step1 ul li a {
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.2px;
    /* dark skyblue */
    color: #4B89E2;
    text-decoration: none;
    /*float:right;*/
}

.personal {
    margin-bottom: 0px;
}

.label {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    /* identical to box height, or 112% */

    letter-spacing: 1.2px;
    /* Charcoal Grey */

    color: #323234;
    opacity: 0.8;
    text-transform: capitalize;
    padding-left: 5px;
}

.datefield {
    border-radius: 0px;
    width: 100%;
    padding: 10px 3%;
    color: #323234;
    border: 1px #e2e2e2 solid;
    font-size: 14px;
    background: url(../images/date.png) no-repeat 97%;
}

    .datefield:focus {
        border: 1px #4b89e2 solid;
    }

    .datefield:visited {
        color: #323234;
    }

.textfield {
    border-radius: 0px;
    width: 100%;
    padding: 10px 3%;
    border: 1px #e2e2e2 solid;
    font-size: 16px;
    color: #222222;
    font-weight: 300;
}

    .textfield:focus {
        border: 1px #4b89e2 solid;
    }

    .textfield:visited {
        color: #323234;
    }
.textArea {
    border-radius: 0px;
    width: 60%;
    padding: 10px 3%;
    border: 1px #e2e2e2 solid;
    font-size: 16px;
    color: #222222;
    font-weight: 300;
}

    .textArea:focus {
        border: 1px #4b89e2 solid;
    }

    .textArea:visited {
        color: #323234;
    }
#opc_input {
    border-radius: 0px;
    width: 49%;
    padding: 10px 3%;
    border: 1px #e2e2e2 solid;
    font-size: 16px;
    color: #222222;
    font-weight: 300;
    margin-right: 2%;
}

    #opc_input:focus {
        border: 1px #4b89e2 solid;
    }

    #opc_input:visited {
        color: #323234;
    }

#opc_dropdown {
    border-radius: 0px;
    width: 100%;
    padding: 10px 3%;
    border: 1px #e2e2e2 solid;
    font-size: 16px;
    color: #222222;
    font-weight: 300;
    margin-top: 25px;
}

    #opc_dropdown:focus {
        border: 1px #4b89e2 solid;
    }

    #opc_dropdown:visited {
        color: #323234;
    }

#addressLineOne {
    border-radius: 0px;
    width: 100%;
    padding: 10px 3%;
    border: 1px #e2e2e2 solid;
    font-size: 16px;
    color: #222222;
    font-weight: 300;
    background: #D2D2D2;
}

#postCode {
    border-radius: 0px;
    width: 100%;
    padding: 10px 3%;
    border: 1px #e2e2e2 solid;
    font-size: 16px;
    color: #222222;
    font-weight: 300;
    background: #D2D2D2;
}

.paymentBtn {
    background: #DD2127;
    border-radius: 7px;
    padding: 7px 45px;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    border: 0;
    cursor: pointer;
    text-align: center;
    width: 100%;
    color: #fff;
}

.btnWidth {
    width: auto;
    float: right;
}

#opc_button {
    background: #DD2127;
    border-radius: 7px;
    padding: 7px 0px;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    border: 0;
    cursor: pointer;
    text-align: center;
    width: 49%;
    color: #fff;
}

.bluBtn {
    background: #4b89e2;
    padding: 7px 25px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
    border: 0;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
    float: right;
    text-decoration: none !important;
}

    .bluBtn:hover {
        background: #3a6eb8;
    }

.security {
    display: block;
    color: #022B50;
    font-size: 14px;
    background: url(../images/Lock.png) no-repeat left 4px;
    padding-left: 30px;
    line-height: 21px;
    opacity: 0.5;
    float: left;
    margin: 20px 0 0;
}
/* Customize the label (the container) */
.check_container {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    /*margin-bottom: 12px;*/
    /* margin-top: 24px; */
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    font-size: 14px;
    /*border-bottom: 1.5px solid #EDEDED;
    padding-bottom: 15px;
    margin-bottom: 15px;*/
}

.terms {
    font-weight: 400;
    font-size: 14px;
    color: #022B50;
    opacity: 0.5;
    border-bottom: 0;
    padding-bottom: 10px;
    margin-bottom: 0;
    top: -28px;
}

    .terms a {
        font-weight: 400;
        font-size: 14px !important;
        color: #022B50 !important;
    }

.marketting {
    font-size: 14px !important;
    line-height: 21px !important;
    color: #022B50 !important;
    opacity: 0.5;
    margin-bottom: 20px !important;
}

    .marketting a {
        font-size: 14px !important;
        line-height: 21px !important;
        color: #022B50 !important;
        opacity: 0.7;
        float: none !important;
    }
/* Hide the browser's default checkbox */
.check_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    /*border: 1px #74a4e9 solid;*/
    border: 1.5px solid #DD2127;
    border-radius: 0px;
}
/* On mouse-over, add a grey background color */
.check_container:hover input ~ .checkmark {
    background-color: #ffe6e6;
}
/* When the checkbox is checked, add a blue background */
.check_container input:checked ~ .checkmark {
    background-color: #ffe6e6;
    border: 1.5px solid #DD2127;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.check_container input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.check_container .checkmark:after {
    left: 7px;
    top: 3px;
    width: 6px;
    height: 11px;
    border: solid #DD2127;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tooltip_ico {
    position: absolute;
    display: inline-block;
}
/* Accordian */
.Rectangle {
    width: 100%;
    color: #323234;
    margin: 20px 0 30px;
    /*padding: 0 0 45px;*/
    border-bottom: 1px solid #EDEDED;
}

.accordion {
    padding: 7px 15px;
    background-color: #ebebeb;
    color: #323234;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-weight: 600;
    font-size: 16px;
    transition: 0.4s;
    margin-bottom: 15px;
}

    .active, .accordion:hover {
    }

    .accordion:after {
        content: url(../images/l-arrow.png);
        font-size: 22px;
        float: right;
        margin-left: 5px;
    }

.active:after {
    content: url(../images/d-arrow.png);
}

.panel {
    /*max-height: 0;
    overflow: hidden;*/
    transition: max-height 0.2s ease-out;
    margin-bottom: 0px;
    background-color: transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 0%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 0%);
    display:none;
}


.InstallationDate {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    /* identical to box height, or 27px */

    letter-spacing: 0.012em;
    text-decoration-line: underline;
    /* General / Dark */

    color: #222222;
    padding-bottom: 15px;
}
/* step2
------------------------------------*/
/* Step 03
------------------------------------*/
.confirmation {
    font-size: 16px;
    line-height: 140%;
    /* or 22px */
    letter-spacing: 1.2px;
    /* Charcoal-grey */
    color: #323234;
}

    .confirmation a {
        display: inline-block;
        margin-right: 20px;
        margin-top: 20px;
    }

.confirmationDetails {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1.5px solid #EDEDED;
    margin-bottom: 15px;
}

.flexDirection {
    flex-direction: column;
}

    .flexDirection .itemblock {
        width: 100%;
    }

.confirmationDetails .itemblock {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.2px;
    padding-bottom: 20px;
    color: #333333;
    width: 50%;
}

    .confirmationDetails .itemblock span {
        font-weight: 400;
    }

.flexDirection .itemblock {
    width: 100%;
}
/* Footer
------------------------------------*/
.cookie-banner {
    position: fixed;
    bottom: 0;
    border-top: 2px solid #000000;
    left: 1px;
    right: 1px;
    width: 100%;
    padding: 10px 0px;
    color: #fff;
    text-align: center;
    /*display: flex;	*/
    background-color: #000000;
    box-shadow: -1px -1px 2px 0 rgba(66, 66, 66, 0.6);
    font-size: 14px;
}

    .cookie-banner a {
        color: #fff;
        text-decoration: underline;
    }

.close1 {
    height: 20px;
    float: left;
    background: transparent;
    border: 0;
    margin: -35px 0 0 40px;
}

.xlQuestion {
    font-size: 17px !important;
    letter-spacing: -1px;
}

#more {
    display: none;
}
/*ERROR PAGE*/
.error_bg {
    width: 100%;
    background: url(../images/error-bg.png) no-repeat bottom center;
}

.error_main {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    background: url(../images/error_graphic.png) no-repeat center 50%;
    width: 100%;
    padding: 130px 0;
    text-align: center;
}

    .error_main p {
        font-size: 25px;
        text-align: center;
        line-height: 160%;
        margin-bottom: 35px;
    }

    .error_main .Rbtn {
        background: #dd2127;
        padding: 10px 120px;
        color: #fff;
        font-size: 18px;
        border-radius: 10px;
        text-decoration: none;
    }

        .error_main .Rbtn:hover {
            background: #b1181d;
        }

.error_logo {
    display: block;
    text-align: center;
}

    .error_logo img {
        display: inline-block;
    }

.oops {
    display: block;
    font-size: 60px;
    color: #4b89e2;
    font-weight: bold;
    padding: 210px 0 15px;
    text-align: center;
}

.error_msg {
    display: block;
    font-size: 25px;
    color: #323234;
    font-weight: bold;
    padding: 25px 0 45px;
    text-align: center;
}

.footer_error {
    background: #f8f8f8;
    margin: 0;
    padding: 20px 5%;
    font-size: 12px;
    line-height: 140%;
    /*	position: absolute;
	bottom: 0;*/
    width: 100%;
}


/* 09/03/2022*/
.btn-danger {
    font-weight: 600;
    padding: 13px 25px !important;
    font-size: 14px !important;
    border-radius: 4px;
}

.modal-header {
    justify-content: flex-start !important;
    padding: 25px !important;
    border-bottom: 0 !important;
}


/*select dropdown list*/

/*the container must be positioned relative:*/
.custom-select {
    position: relative;
    font-family: Arial;
}

    .custom-select select {
        display: none; /*hide original SELECT element:*/
    }

.select-selected {
    background-color: #fff;
}

    /*style the arrow inside the select element:*/
    .select-selected:after {
        position: absolute;
        content: url(../images/d-arrow.png);
        top: 34px;
        right: 30px;
        width: 0;
        height: 0;
        /*border: 6px solid transparent;
		border-color: #323234;*/
    }

    /*point the arrow upwards when the select box is open (active):*/
    .select-selected.select-arrow-active:after {
        /*border-color: transparent transparent #323234 transparent;
		top: 34px;*/
    }

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
    color: #323234;
    padding: 8px 16px;
    border: 1px solid #e2e2e2;
    /*border-color:transparent #e2e2e2 #e2e2e2 #e2e2e2;*/
    cursor: pointer;
    user-select: none;
}

.select-items div {
    border-color: transparent transparent #e2e2e2 transparent;
    background: #fff;
}

    .select-items div:last-child {
        border-color: transparent;
    }
/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 0 18px;
    box-shadow: 0 1px 10px rgb(0 0 0 / 10%);
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    /*background-color: rgba(0, 0, 0, 0.1);*/
    font-weight: 700;
}

.swal-button {
    background-color: #00B67A !important;
    color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 24px;
    margin: 0;
    cursor: pointer;
}



.card-bounding {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 30px;
    border: 1px solid #3e73ea;
    border-radius: 6px;
    font-family: 'Roboto';
    background: #ffffff;
}

    .card-bounding aside {
        font-size: 24px;
        padding-bottom: 8px;
    }

.card-container {
    width: 100%;
    padding-left: 65px;
    padding-right: 40px;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
    margin: 0 auto 30px auto;
}

    .card-container input {
        width: 100%;
        letter-spacing: 1px;
        /*padding: 10px 3%;*/
        border: 1px #e2e2e2 solid;
        font-size: 16px;
        color: #222222;
        font-weight: 300;
        padding: 10px 15px 10px 25px;
        border: 0;
        outline: none;
        box-sizing: border-box;
    }

.card-type {
    width: 55px;
    height: 36px;
    background: url("../images/cards.png");
    /*background-position: 0 -291px;*/
    background-position: 0 -844px;
    background-repeat: no-repeat;
    position: absolute;
    top: 3px;
    left: 4px;
}

    .card-type.maestro {
        background-position: 0 -123px;
    }

    .card-type.mastercard {
        background-position: 0 -185px;
    }

    .card-type.visa {
        background-position: 0 -304px;
    }

    .card-type.amex {
        background-position: 0 -65px;
    }
    .card-type.diners_club_carte_blanche {
        background-position: 0 -485px;
    }
    .card-type.diners_club_international {
        background-position: 0 -485px;
    }
    .card-type.jcb {
        background-position: 0 -785px;
    }
    .card-type.laser {
        background-position: 0 -605px;
    }

    .card-type.discover {
        background-position: 0 -366px;
    }

.card-valid {
    position: absolute;
    top: -5px;
    right: 15px;
    line-height: 60px;
    font-size: 18px;
    font-family: 'fontawesome';
    color: #ccc;
}

    .card-valid.activeCard {
        color: #42ca7c;
    }

.card-details {
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
    transition: 300ms ease;
}

    .card-details input {
        font-size: 30px;
        padding: 15px;
        box-sizing: border-box;
        width: 100%;
    }

        .card-details input.error {
            border: 1px solid #c2313c;
            box-shadow: 0 4px 8px 0 rgba(238,76,87,0.3);
            outline: none;
        }

    .card-details .expiration {
        width: 50%;
        float: left;
        padding-right: 5%;
    }

    .card-details .cvv {
        width: 45%;
        float: left;
    }

/**/

/* Responsive
------------------------------------*/


@media only screen and (max-width: 1440px) {
}

@media only screen and (max-width: 1370px) {
}

@media only screen and (max-width: 1300px) {
}

@media only screen and (max-width: 1024px) {
    /* index
------------------------------------*/
    .main {
        background: none;
    }

    .ui-datepicker td {
        padding: 2% !important;
    }

    .ui-datepicker .ui-datepicker-prev span {
        margin-left: 80px !important;
    }

    .ui-datepicker .ui-datepicker-next span {
        margin-left: 5px !important;
    }

    .paymentBtn {
        padding: 7px 0;
        margin-top: 20px;
    }

    .actionarea .rightPanel h2 {
        font-size: 20px;
    }

    .actionarea .rightPanel .productDetails tr td {
        padding-bottom: 10px;
        min-width: 0;
    }

    .confirmationDetails {
        flex-direction: column;
    }

        .confirmationDetails .itemblock {
            width: 100%;
        }

    [type="radio"]:not(:checked) + label {
        width: 99px;
        padding: 8px 15px 8px 31px;
    }

    [type="radio"]:checked + label {
        width: 99px;
        padding: 8px 15px 8px 31px;
    }

    [type="radio"]:not(:checked) + label:before {
        margin: 10px 0 0 10px;
    }

    [type="radio"]:checked + label:before {
        margin: 10px 0 0 10px;
    }

    [type="radio"]:not(:checked) + label:after {
        margin: 10px 0 0 10px;
    }

    [type="radio"]:checked + label:after {
        margin: 10px 0 0 10px;
    }

    [type="radio"]:not(:checked) + label {
        font-size: 14px;
    }

    [type="radio"]:checked + label {
        font-size: 14px;
    }
    /*.actionarea .leftPanel ul.not_include li {
		width: 33%;
	}*/
    /*.cookie-banner p {
		width: 70%;
		padding: 0 15%;
	}*/
    /* step2
------------------------------------*/

}

@media only screen and (max-width: 912px) {
    .actionarea .leftPanel {
        width: 100%;
        margin-bottom: 20px;
    }

    .ui-datepicker td {
        padding: 1px 4% !important;
    }


    .actionarea .rightPanel {
        width: 100%;
        top: 45px;
        margin-top: 20px;
    }

    [type="radio"]:not(:checked) + label {
        width: 110px;
        padding: 8px 15px 8px 31px;
    }

    [type="radio"]:checked + label {
        width: 110px;
        padding: 8px 15px 8px 31px;
    }
}


@media only screen and (max-width: 820px) {


    .main {
        background: none;
    }

    .header .headRow {
        justify-content: space-evenly;
    }

    .actionarea .leftPanel {
        width: 100%;
        margin-bottom: 20px;
    }

  

    .actionarea .leftPanel h1 {
        text-align: center;
    }

    .actionarea .rightPanel {
        width: 100%;
        top: 45px;
        margin-top: 20px;
    }

    .confirmation {
        margin-top: 20px;
    }

    .modal-dialog {
        width: auto !important;
    }

    .modal-content .download {
        flex-direction: column;
    }

        .modal-content .download a {
            padding: 10px 0;
        }



    .cookie-banner p {
        width: 100%;
        padding: 0 10%;
    }

    .close1 {
        margin: -50px 0 0 40px;
    }


    /* index
------------------------------------*/
    /* footer
------------------------------------*/
}
@media only screen and (max-width: 710px) {
    .ui-datepicker td {
        padding: 1px 3% !important;
    }
}

    @media only screen and (max-width: 600px) {
        .ui-datepicker td {
            padding: 1px 2% !important;
        }
        .textArea {
            width: 100%;
        }
        
    }

    @media only screen and (max-width: 540px) {
        /* index
------------------------------------*/


        .header {
            box-shadow: none;
        }

            .header .headRow {
                flex-wrap: nowrap;
            }

        .actionarea .leftPanel {
            width: 100%;
            margin: 50px 0 20px;
            padding: 50px 15px;
        }



        .step1 .topPart {
            flex-direction: column;
        }



        .label {
            font-size: 12px;
        }

        .step1 ul li.half {
            width: 100%;
            margin-right: 0%;
        }

        #opc_input {
            width: 100%;
            margin-right: 0%;
        }

        #opc_button {
            width: 100%;
            margin-top: 25px;
        }



        .actionarea .rightPanel {
            padding: 46px 15px;
        }



            .actionarea .rightPanel h2 {
                font-size: 16px;
            }



        .check_container {
            font-size: 12px;
        }





        .modal-content .download {
            flex-direction: column;
        }

            .modal-content .download a {
                padding: 10px 0;
            }

        .modal-dialog {
            width: auto !important;
        }



        .step1 {
            margin-top: -8px !important;
        }

            .step1 ul li a {
                font-size: 12px !important;
                padding-left: 4px;
            }

        .confirmation {
            margin-top: -15px;
            width: 100%;
        }

        .confirmationDetails .itemblock {
            font-size: 14px;
        }

        .btnWidth {
            width: 100%;
            float: right;
            padding: 7px 10px;
            font-size: 16px;
        }

        .close1 {
            margin: -65px 0 0 20px;
        }




        .display {
            display: none;
        }


        /* step2
------------------------------------*/
    }

    @media screen and (max-width: 428px) {
        .ui-datepicker td {
            padding: 0px !important;
        }

        .actionarea .leftPanel h2 {
            font-size: 18px;
        }

        .actionarea .leftPanel p {
            font-size: 14px;
        }

        .accordion {
            font-size: 14px;
        }

        .InstallationDate {
            font-size: 14px;
        }

        .actionarea .rightPanel .productDetails .leftPart {
            width: 70%;
            margin-top: 0px;
        }

        .actionarea .rightPanel .productDetails .rightPart {
            width: 30%;
        }

        .actionarea .rightPanel h1 {
            font-size: 24px;
        }

            .actionarea .rightPanel h1 span {
                font-size: 14px;
            }

        .actionarea .rightPanel p.red {
            font-size: 14px;
        }

        .actionarea .rightPanel .productDetails p {
            font-size: 14px;
        }

        .actionarea .rightPanel .productDetails tr td {
            font-size: 14px;
        }

            .actionarea .rightPanel .productDetails tr td:first-child {
                min-width: 200px;
            }

        .ui-datepicker table {
            font-size: 14px !important;
        }

        .ui-widget {
            font-size: 16px !important;
        }

        .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
            top: 15px !important;
        }

            .ui-datepicker .ui-datepicker-next span {
                margin-left: 0px !important;
            }
    }

    @media screen and (max-width: 393px) {
    }

    @media screen and (max-width: 377px) {
        /* index
------------------------------------*/
        .ui-datepicker .ui-datepicker-prev {
            left: -14% !important;
        }
    }

    @media screen and (max-width: 360px) {


        [type="radio"]:not(:checked) + label {
            width: 105px;
            padding: 8px 15px 8px 31px;
        }

        [type="radio"]:checked + label {
            width: 105px;
            padding: 8px 15px 8px 31px;
        }

        [type="radio"]:not(:checked) + label:before {
            margin: 10px 0 0 10px;
        }

        [type="radio"]:checked + label:before {
            margin: 10px 0 0 10px;
        }

        [type="radio"]:not(:checked) + label:after {
            margin: 10px 0 0 10px;
        }

        [type="radio"]:checked + label:after {
            margin: 10px 0 0 10px;
        }

        .actionarea .rightPanel .productDetails tr td:first-child {
            min-width: 170px;
            vertical-align: top;
        }

        .actionarea .rightPanel .productDetails tr td {
            font-size: 12px;
        }

        .check_container {
            padding-left: 18px;
        }

        .checkmark {
            height: 16px;
            width: 16px;
        }
    }

    @media screen and (max-width: 320px) {
        /* index
------------------------------------*/
        body {
            font-size: 12px;
        }

        .actionarea .rightPanel .productDetails tr td:first-child {
            min-width: 134px;
            vertical-align: top;
        }

        .ui-datepicker .ui-datepicker-prev {
            left: -25% !important;
        }

        .ui-datepicker table {
            font-size: 12px !important;
        }

        .bluBtn {
            padding: 8px 18px !important;
        }

        .btn-danger {
            padding: 8px 18px !important;
            font-size: 12px !important;
        }



        .check_container {
            padding-left: 18px;
        }

        .checkmark {
            height: 16px;
            width: 16px;
        }
    }

    @media screen and (max-width: 280px) {
        .btnWidth {
            font-size: 13px;
        }

        .accordion {
            font-size: 13px;
        }

        .check_container {
            padding-left: 36px;
        }

        .ui-datepicker table {
            font-size: 8px !important;
        }

        .actionarea .leftPanel .payDetailsTop a {
            font-size: 9px;
        }

        .ui-datepicker .ui-datepicker-prev {
            left: -32% !important;
        }


        .confirmationDetails .itemblock {
            font-size: 12px;
        }
    }
