@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700;800;900&display=swap");

body {
    font-family: "Poppins", sans-serif;
}
a,
a:hover {
    text-decoration: none;
}
input:focus,
.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #ed4333 !important;
    color: #ed4333 !important;
}
.fw-300 {
    font-weight: 300;
}
.fw-400 {
    font-weight: 400;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.fw-700 {
    font-weight: 700;
}
.fw-800 {
    font-weight: 800;
}
.fs-10 {
    font-size: 10px;
}
.fs-11 {
    font-size: 11px;
}
.fs-12 {
    font-size: 12px;
}
.fs-13 {
    font-size: 13px;
}
.fs-14 {
    font-size: 14px;
}
.fs-15 {
    font-size: 15px;
}
.fs-16 {
    font-size: 16px;
}
.fs-17 {
    font-size: 17px;
}
.fs-18 {
    font-size: 18px;
}
.fs-20 {
    font-size: 20px;
}
.fs-22 {
    font-size: 22px;
}
.fs-26 {
    font-size: 26px;
}
.fs-24 {
    font-size: 24px;
}

.fs-25 {
    font-size: 25px;
}
.fs-26 {
    font-size: 26px;
}
.fs-27 {
    font-size: 27px;
}
.fs-28 {
    font-size: 28px;
}
.fs-29 {
    font-size: 29px;
}
.fs-30 {
    font-size: 30px;
}
.fs-30 {
    font-size: 30px;
}
.bg-secondary {
    background: #f2f2f2 !important;
}
.bg-danger {
    background: #98272b !important;
}
.bg-primary {
    background: #073366 !important;
}
.text-danger {
    color: #98272b !important;
}

.btn-danger {
    background: #98272b;
    border-color: #98272b;
}
.btn-outline-danger {
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
    position: relative;
}

select {
    background: #fff url("../images/select-down.png") no-repeat 98% center !important;
}

#nav-icon1 {
    width: 25px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    top: 0;
    padding: 1px 0 0 0;
    margin-left: 15px;
    height: 25px;
}

#nav-icon1 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 2px;
}

#nav-icon1 span:nth-child(2) {
    top: 12px;
}

#nav-icon1 span:nth-child(3) {
    top: 22px;
}

#nav-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #fff;
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    right: -48px;
    background: #fff;
}

#nav-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.login_sec {
    height: auto;
    background: #f6d87f url(../images/bg_home.png) no-repeat 0% 100%/ cover;
}
.login_sec:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../images/up_bg.png') no-repeat center top ;
}
.login_sec_h{
    height: calc(100vh - 59px);
    padding: 30px 0; 
}

.lh-1 {
    line-height: 1;
}
.login_sec h3 {
    font-size: 34px;
}
.login_sec .row {
    z-index: 9;
}
.login_sec .form-control {
    border: 0px;
    border-bottom: 1px solid #979797;
    width: 68%;
    margin: auto;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
#msform fieldset:not(:first-of-type) {
    display: none;
}
.icon_dv {
    right: 15px;
    top: 15px;
}
/*nav:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 32%;
    background: #073366;
}*/
header {
    background: #fad9ce;
}
.stepClaim {
    background-color: #f9f9f9;
}
.stepAbs {
    top: -46px;
    left: 50%;
    transform: translate(-50%);
    width: 62px;
    height: 62px;
    line-height: 54px;
    border-radius: 50%;
    border: 4px solid #f9f9f9;
}

.dealImageDv {
    border: 1px solid #b8b8b8;
    box-shadow: 0px 6px 7px 5px #b8b8b840;
    border-radius: 15px;
}

.oderDetailsHead {
    background-color: #f6f6f6;
}
.revList ul:nth-of-type(even) {
    background-color: #f9f9f9;
}

fieldset {
    border: 2px solid #073366;
}
.delivery_mod .form-control {
    border: 0;
    border-bottom: 2px solid #e6e6e6;
}
#nav-icon1 {
    width: 28px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    top: 0;
    height: 35px;
    transition: all 0.6s;
}
#nav-icon1 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 70%;
    border-radius: 9px;
    opacity: 1;
    left: 15%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
#nav-icon1 span:nth-child(1) {
    top: 15px;
}
#nav-icon1 span:nth-child(2) {
    top: 21px;
}
#nav-icon1 span:nth-child(3) {
    top: 27px;
}
#nav-icon1.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
    background: var(--primary-bg);
}
#nav-icon1.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.copy_text {
    border-top: 2px solid #c5c5c5;
}
.brand_dv:after {
    content: "";
    position: absolute;
    border: 0;
    width: 50px;
    height: 4px;
    background: #666;
    left: 15px;
}
.close {
    right: 5px;
    padding: 0;
    opacity: 1;
    z-index: 9;
    top: 0px;
}
.close:focus {
    outline: none;
}
.slide_menu_m {
    left: 0;
    top: 0;
    width: 250px;
    height: 100%;
    z-index: 999;
    display: none;
}
.over_lap_div {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000002e;
    display: none;
    cursor: pointer;
    z-index: 9;
}
.slide_meni_list_h {
    background: #fff;
    width: 265px;
    height: 100vh;
    box-shadow: 0px 0px 8px 5px #00000017;
    overflow-y: scroll;
}
.slide_meni_list_h ul li a:hover {
    text-decoration: none;
}
.slider_cate_right {
    position: absolute;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100%;
}
.menu_ic.slider_nav_menu {
    left: 90%;
    z-index: 9999;
    position: fixed;
}
span#cate_click_slide {
    cursor: pointer;
}
.menu_slide_open {
    overflow: hidden;
}
.menu_slide_open .outer {
    transform: translateX(140px);
}
.listHome li {
    width: 24%;
}
.listHome {
    display: flex;
}


/*pop 32-7-2021*/
.mnemonics {
    vertical-align: middle;
    white-space: nowrap;
    padding: 0px 5px 15px;
    border-bottom: 2px solid #E6E6E6;
}
.mnemonics li {
    display: inline-block;
    background: #fff;
    vertical-align: middle;
    white-space: nowrap; 
    width: 50%;
}
.mnemonics li span {
    display: inline-block;
    padding: 0 20px 0 6px;
    vertical-align: middle;
    background: url('../images/check2.png') no-repeat right center;
    color: #019913;
}
.mnemonics li.donotUse img {
    opacity: 50%;
    filter: grayscale(100%);
}
.mnemonics li.donotUse span {
    color: #fe355c;
    background-image: url('../images/cross2.png');
}
.mnemonics li:first-child:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 15%;
    width: 2px;
    height: 70%;
    background: #b9b7b7;
}
.popList li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 8px;
    height: 8px;
    background: #98272B;
    border-radius: 50%;
}
.locatorForm .form-control {
    height: 41px;
}
.innerLocator h5 {
    min-height: 40px;
}
.innerLocator address {
    line-height: 23px;
}
.termsList{
     counter-reset: listStyle;
}
.termsList li{
    text-indent:-2em;
    list-style-type:none;
    counter-increment: listStyle;
}
.termsList li:before {
  display:inline-block;
  width:1.5em;
  padding-right:0.5em;
  font-weight:bold;
  text-align:right;
  content:counter(listStyle, upper-alpha) ".";
}
.bookMyShowList{
    counter-reset:item;
}

.bookMyShowList li{
  list-style-type:none;
  counter-increment:item; 
}
.bookMyShowList li:before {
  display:inline-block;
  width:1.5em;  
  font-weight:bold;
  position: absolute;
  left: 15px;
  text-align:right;
  content:counter(item) ".";
}








.termsCheck .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.termsCheck .form-group label {
  position: relative;
  cursor: pointer;
}

.termsCheck .form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  background: #98272B;
}

.termsCheck .form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 5px;
  height: 11px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.inner_pro li {
    border: 1px solid #F1F1F1;
    width: 36px;
    height: 36px;
    text-align: center;
    border-radius: 50%;
}

.inner_pro li button {
    display: block;
    text-align: center;
    width: 36px;
    height: 33px;
}
.inner_pro li:hover{
    border-color: #98272B;
}
.image_dv {
    border-radius: 5px;
    overflow: hidden;
}
.brandText {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 64px;
    background: linear-gradient(180deg, #00000003, #0000008c);
  }


@media (max-width: 1200px) {
    .menu_slide_open .outer {
        transform: translateX(226px);
    }
    .login_sec h3 {
        font-size: 36px;
    }
    .login_sec h4.fs-24 {
        font-size: 21px;
    }
}
@media (max-width: 991px) {
    .login_sec {
        height: auto;
        padding: 100px 0px 314px;
    }
    .menu_slide_open .outer {
        transform: translateX(220px);
    }
    .slideMenubarDes {
        position: relative;
        right: 20%;
    }
    .bookMyShowList li:before { 
        left: -15px; 
        content: counter(item) ".";
    }
}

@media (max-width: 767px) {
    header {
        background: #fff;
    }
    .menu_slide_open .outer {
        transform: translateX(250px);
    }
    .login_sec {
        height: auto;
        padding: 100px 0px 440px;
    }
    .login_sec h3 {
        font-size: 34px;
    }
    nav:before {
        content: "";
        width: 40%;
    }
    .menu_slide_open .slideMenubarMob {
        position: absolute;
        left: 10%;
        top: 0;
        z-index: 999;
    }
    .menu_slide_open #nav-icon1 {
        border-radius: 10px;
    }
    .slide_menu_m {
        left: 0;
    }
    .listHome {
        white-space: nowrap;
        /* width: 100%; */
        overflow: hidden;
        overflow-x: auto;
        display: block;
        height: 256px;
    }
    .listHome li {
        width: 260px;
        top: 50%;
        position: relative;
        transform: translateY(-50%);
        height: 141px;
    }
    .inenrClaim {
        display: flex;
        flex-direction: column;
    }
    .listHome li p {
        white-space: break-spaces;
    }
    .mnemonics li { 
        width: auto;
        padding-right: 20px;
        margin-right: 20px;
    }
    .mnemonics { 
        overflow: hidden;
        overflow-x: auto;
        position: relative;
        z-index: 99;
    }
    legend.fs-25 {
        font-size: 18px;
    }

}
@media (max-width: 715px) {
    .login_sec {
        height: auto;
        padding: 100px 0px 390px;
    }
    .chooseSec .btn.btn-danger {
        font-size: 14px;
    }
}
@media (max-width: 646px) {
    .login_sec {
        height: auto;
        padding: 100px 0px 400px;
    }
}

@media (max-width: 576px) {
    .login_sec h3 {
        font-size: 29px;
    }
    .login_sec {
        height: auto;
        padding: 100px 0px;
    }
    .login_sec {
        padding-bottom: 450px;
    }
    .login_sec {
        padding-bottom: 450px;
    }
    .login_sec h4.fs-24 {
        font-size: 17px;
    }
    .innerLocator {
        border-bottom: 1px solid #0000aa2e;
    }
}
@media (max-width: 465px) {
    .login_sec {
        padding-bottom: 362px;
    }
    .login_sec h3 {
        font-size: 20px;
    }
    .login_sec p.fs-20 {
        font-size: 15px;
    }
    .chooseSec h3 {
        font-size: 16px;
    }
}

@media (max-width: 460px) {
    .login_sec:before {
        content: "";
        position: absolute;
        background: url("../images/ballion.png") no-repeat 95% 1%;
        background-size: 14%;
    }
    .login_sec {
        padding-bottom: 335px;
    }
    .login_sec h4.fs-24 {
        font-size: 12px;
    }
    .icon_dv {
        right: 5px;
        top: 5px;
    }
    #tnankyouMod h5.fs-22 {
        font-size: 16px;
    }
}

@media (max-width: 320px) {
    .login_sec {
        padding-bottom: 256px;
    }
}

@media (max-width: 1199px){
    .login_sec .fs-30 {
        font-size: 22px;
    }
    .login_sec h3 {
        font-size: 30px;
    }
} 
@media (max-width: 991px){
    .login_sec {
        padding: 0px 0px 100px;
        background-size: 130%;
        background-position: left bottom;
    }
    .login_sec .fs-20 {
        font-size: 14px;
    }
    .login_sec .fs-30 {
        font-size: 17px;
    }
}
@media(max-width: 767px){
    .login_sec_h{
        height: auto;
    }
    .login_sec .fs-30 {
        font-size: 24px;
    }   
    .login_sec {
        padding: 0px 0px 130px;
        background-size: 100% 50%;
    }
}
@media (max-width: 430px){
    .login_sec { 
        padding: 0px 0px 80px;
        background-size: 130%;
    }
    
    
}
