@font-face {
    font-family: 'Aktiv Grotesk hair';
    src: url('../fonts/new/AktivGroteskCd_Hair.ttf');
    font-weight: 300;
}

/*@font-face {
    font-family: 'Aktiv Grotesk 2';
    src: url('../fonts/new/AktivGroteskCd_Trial_Blk.ttf');
    font-weight: 400;
}*/
@font-face {
    font-family: 'Aktiv Grotesk';
    src: url('../fonts/new/AktivGroteskCd_Trial.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Aktiv Grotesk Md';
    src: url('../fonts/new/AktivGroteskCd_Trial_Md.ttf');
    font-weight: 500;
}


* {
    padding: 0;
    margin: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Aktiv Grotesk' !important;
}



html {
    height: 100%;
}

/*Background color*/

/*form styles*/
#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

#msform fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 20px 15px 30px 15px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;

    /*stacking fieldsets above each other*/
    position: relative;
}

#msform fieldset {
    background: #ea4d55;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;

    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform fieldset .form-card {
    text-align: left;
    color: #9E9E9E;
}

#msform .form-control,
#msform .form-select,
#msform textarea {
    padding: 0px 8px 4px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 5px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Aktiv Grotesk' !important
}



#msform  .form-control:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: bold;
    border-bottom: 2px solid skyblue;
    outline-width: 0;
}

/*Blue Buttons*/
#msform .action-button {
    width: 110px;
    height: 35px;
    background: #fff;
    font-weight: bold;
    color: #ea4d55;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 3px 5px 0px;
    margin: 10px 5px;
    font-family: 'Aktiv Grotesk' !important;
}

#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue;
}

/*Previous Buttons*/
#msform .action-button-previous {
    width: 110px;
    height: 35px;
    background: #c8c9d2e8;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 3px 5px 0px;
    margin: 10px 5px;
    font-family: 'Aktiv Grotesk' !important
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #000;
}

/* #msform .action-button-view {
    width: 100px;
    background: #c8c9d2e8;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
} */
/*Dropdown List Exp Date*/
select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px;
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue;
}

/*The background card*/
.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
}

/*FieldSet headings*/
.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

#progressbar .active {
    color: #fff;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 14.28%;
    float: left;
    position: relative;
}

/*Icons in the ProgressBar*/
#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f009 ";
    color: #ea4d55;
}

#progressbar #intro:before {
    font-family: FontAwesome;
    content: "\f2b5 ";
    color: #ea4d55;
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f2bb";
    color: #ea4d55;
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f1ad  ";
    color: #ea4d55;
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f15b ";
    color: #ea4d55;
}

#progressbar #case:before {
    font-family: FontAwesome;
    content: "\f0ea ";
    color: #ea4d55;
}


/*ProgressBar before any progress*/
#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

/*ProgressBar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before,
#progressbar li.active:after {
    background: #fff;
}

/*Imaged Radio Buttons*/
.radio-group {
    position: relative;
    margin-bottom: 25px;
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px;
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

/*Fit image in bootstrap div*/
.fit-image {
    width: 100%;
    object-fit: cover;
}

#myModal,
#finalMoal {
    background: #fff;
    width: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
}

#finalMoal {
    width: 90% !important;
}

.modal-head h2 {
    background: #ea4d55;
}

.modal {
    border: 5px solid #ea4d55;
    border-radius: 10px;
}

@media only screen and (max-width: 767px) {
    #myModal {
        width: 70% !important;
    }
}

@media only screen and (max-width: 500px) {
    #myModal {
        width: 90% !important;
    }
}



thead tr th {
    background: #ea4d55 !important;
    color: #fff !important;
}

table,
tr,

td {
    border: 1px solid #acacac !important;
    border-collapse: collapse !important;
}

.choices__list--multiple .choices__item {
    background: #ababab !important;
    color: #000 !important;
    border-color: #000 !important;
}

.choices__inner .choices__input .choices__input--cloned {
    border: none !important;
}

.choices__input.choices__input--cloned {
    border: none !important;
}

/*.thankYouPage {*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    top: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*}*/

.id_ListOfLi li {
    list-style: none;
    /* padding: 10px 10px; */
    width: 180px;
    height: 100px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 0px #00000051;
    margin-right: 15px;
    padding:5px;
}

.id_ListOfLi li img {
    width: 100%;
    height: 100%;
}

.id_ListOfLi {
    animation: scroll 40s infinite linear;
    padding-top: 25px !important;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.logoSlider {
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-top: 25px;
}


@media only screen and (max-width: 375px) {
    #progressbar li:before {
        width: 40px;
        height: 40px;
    }
}

table tr td:nth-child(1) {
    width: 20%;
}
table tr td{
    font-weight: bold;
    
}
.form-label {
    font-size: 20px;
    
}

.form-label,
.form-control,
.form-select,
option {
    font-weight: 500 !important;
}

 select option:hover {
            background-color: #d3d3d3 !important;
            color: #000 !important;
        }
        
.category label {
    font-size: 20px;
}