.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
  }
  
  
  .autocomplete-items {
    position: absolute;
    border: 1px solid #FF5D14;
    border-radius: 10px;
    overflow: hidden;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 2%;
    right: 0;
    width: 97.5%;
  }
  .autocomplete-items div {
      width: 100%;
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
    font-family: Montserrat;
  }
  .autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
  }
  .autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: #FF5D14 !important;
    color: #ffffff;
  }
  #loader{
      
      display: none;
      position: absolute;
      right: calc(1px + (10)*((100vw)/(2560)));
      top:calc(1px + (68)*((100vw)/(2560)));
      z-index: 9999999;
  }
  #loader img {
      width: calc(1px + (35)*((100vw)/(2560)));
      height: calc(1px + (35)*((100vw)/(2560)));
  }
  /**/


.mobileBr {
    display: none;
}

.rowWrapper {
    display: flex;
    justify-content: center;
}

.calculator {
    background-image: url('/img/websiteImages/calcbgdes.png');
    background-position: bottom center;
    background-size: 100% 100%;
    background-color: #FF5D14;
    height: 120vh;
}
.calculator::before{
    content: '';
    width: 100%;
    height: 120vh;
    position: absolute;
    top:0;
    left:0;
    background-color: rgba(0, 0, 0, 0.3);
}

.calculatorRow {
    width: 78%;
    padding-top: calc(1px + (250)*((100vw)/(2560)));
}

.calculatorLeftCol {
    padding-top: calc(1px + (70)*((100vw)/(2560)));
    width: 45%;
}

.calculatorRightCol {
    width: 38%;
}

.calculatorTitle {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: calc(1px + (85)*((100vw)/(2560)));
    color: white;
    text-shadow: 0px 4px 50px rgba(0, 0, 0, 0.7);
}

.calculatorSecondaryTitle {
    margin-top: calc(1px + (0)*((100vw)/(2560)));
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: calc(1px + (22)*((100vw)/(2560)));
    line-height: calc(1px + (40)*((100vw)/(2560)));
    color: white;
}

.calculatorSecondRow {
    width: 75%;
}

.calculatorColLeft {
    z-index: 100;
    margin-top: calc(1px + (95)*((100vw)/(2560)));
    padding: calc(1px + (100)*((100vw)/(2560))) 0;
    width: 45%;
    float: left;
    background: #EF3416;
    transition: 0.2s ease-in;
}

.calculatorColRight {
    padding: calc(1px + (340)*((100vw)/(2560))) 0;
    width: 55%;
    float: left;
    background: #FFC100;
    transition: 0.2s ease-in;
}

.calculatorColRight::before {
    content: '';
    z-index: -1;
    top: calc(1px + (46)*((100vw)/(2560)));
    ;
    height: calc(1px + (673)*((100vw)/(2560)));
    width: calc(1px + (200)*((100vw)/(2560)));
    position: absolute;
    background-color: #343031;
    left: calc(1px + (805)*((100vw)/(2560)));
}

.calculatorColLeftTitle {
    margin-top: 0;
    margin-left: calc(1px + (40)*((100vw)/(2560)));
    margin-bottom: calc(1px + (40)*((100vw)/(2560)));
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: calc(1px + (60)*((100vw)/(2560)));
    color: white;
}

.calculatorColLeft h4 {
    padding: calc(1px + (25)*((100vw)/(2560))) 0;
    margin-top: 0;
    margin-left: calc(1px + (50)*((100vw)/(2560)));
    margin-bottom: 0;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: calc(1px + (26)*((100vw)/(2560)));
    color: white;
}

.calculatorColRightTitle h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: calc(1px + (33)*((100vw)/(2560)));
    color: black;
}

.calculatorColRightTitle h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: calc(1px + (18)*((100vw)/(2560)));
    color: black;
    margin-bottom: calc(1px + (20)*((100vw)/(2560)));
}

.formWrapper {
    background-color: white;
    padding: calc(1px + (10)*((100vw)/(2560))) calc(1px + (30)*((100vw)/(2560))) calc(1px + (40)*((100vw)/(2560))) calc(1px + (20)*((100vw)/(2560)));
    border-radius: 10px;
    transition: 0.2s ease-in;
}

label {
    color: black;
    font-size: calc(1px + (22)*((100vw)/(2560)));
    font-family: Montserrat;
    font-weight: 600;
}

#roomsNumber, #location, #capacity, #email, #startTime, #name, #email, #phone {
    margin-top: calc(1px + (10)*((100vw)/(2560)));
    width: 100%;
    background-color: white !important;
    border: 1px solid #FF5D14 !important;
    border-radius: 10px;
    color: black;
    font-family: Montserrat;
    font-size: calc(1px + (22)*((100vw)/(2560)));
    padding: calc(1px + (15)*((100vw)/(2560))) 0 calc(1px + (15)*((100vw)/(2560))) calc(1px + (10)*((100vw)/(2560)));
    outline: none !important;
}
/*auto complete*/
#autoCompleteUl{
    position: absolute;
    z-index: 9999;
    background-color: white;
    font-family:Montserrat;
    font-size: calc(1px + (22)*((100vw)/(2560)));
    padding-left: calc(1px + (10)*((100vw)/(2560)));
    border: 1px solid #FF5D14 !important;
    border-radius: 10px;
    overflow: hidden;
}

#roomsNumber, #capacity {
    width: 95%;
}


.duration:hover {
    border: 1px solid #FF5607;
    background-color: #FF5607;
    color: white
}

.durationActive {
    border: 1px solid #FF5607;
    background-color: #FF5607;
    color: white
}

/*third step style start*/

.thirdStep {
    display: none;
}

.thirdStepCol {
    margin-top: calc(1px + (10)*((100vw)/(2560)));
    background-color: white !important;
    border: 1px solid #FF5D14 !important;
    border-radius: 10px;
    color: black;
    font-family: Montserrat;
    font-size: calc(1px + (22)*((100vw)/(2560)));
    padding: calc(1px + (15)*((100vw)/(2560))) 0 calc(1px + (15)*((100vw)/(2560))) calc(1px + (10)*((100vw)/(2560)));
    outline: none !important;
}

.thirdStepColSecondaryTitle {
    color: black;
    margin-bottom: calc(1px + (14)*((100vw)/(2560)));
    font-weight: 600;
    font-family: Montserrat;
    font-size: calc(1px + (18)*((100vw)/(2560)));
}

.thirdStepColSecondaryTitleWhite {
    color: white;
    margin-bottom: calc(1px + (14)*((100vw)/(2560)));
    font-weight: 600;
    font-family: Montserrat;
    font-size: calc(1px + (18)*((100vw)/(2560)));
}

#nights {
    border: 0;
    color: black;
    font-family: Montserrat;
    font-size: calc(1px + (22)*((100vw)/(2560)));
    outline: none;
    padding: 0;
    margin: 0;
}

.thirdStepColRev {
    background-color: #EDEDED;
    margin-top: calc(1px + (10)*((100vw)/(2560)));
    border: 1px solid #EDEDED !important;
    border-radius: 10px;
    color: black;
    font-family: Montserrat;
    font-size: calc(1px + (22)*((100vw)/(2560)));
    padding: calc(1px + (15)*((100vw)/(2560))) 0 calc(1px + (15)*((100vw)/(2560))) calc(1px + (10)*((100vw)/(2560)));
    outline: none !important;
}

.thirdStepColTotal {
    background-color: black;
    margin-top: calc(1px + (10)*((100vw)/(2560)));
    border: 1px solid black !important;
    border-radius: 10px;
    color: white;
    font-family: Montserrat;
    font-size: calc(1px + (22)*((100vw)/(2560)));
    padding: calc(1px + (15)*((100vw)/(2560))) 0 calc(1px + (15)*((100vw)/(2560))) calc(1px + (10)*((100vw)/(2560)));
    outline: none !important;
}

.thirdStepColSecondaryFees {
    text-align: center;
    color: black;
    font-family: Montserrat;
    font-size: calc(1px + (22)*((100vw)/(2560)));
}

/*third step style end*/

.duration {
    width: 100%;
    text-align: center;
    border: 1px solid #D8D8D8;
    border-radius: 10px;
    font-family: Montserrat;
    font-size: calc(1px + (21)*((100vw)/(2560)));
    padding: calc(1px + (13)*((100vw)/(2560))) calc(1px + (0)*((100vw)/(2560)));
    transition: 0.2s ease-in;
    cursor: pointer;
}

.btnRow {
    display: flex;
    justify-content: flex-end;
}

.nxtBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFC100;
    color: white;
    font-family: Montserrat;
    font-size: calc(1px + (24)*((100vw)/(2560)));
    text-align: center;
    font-weight: 600;
    border: 0;
    border-radius: 16.5px;
    margin-top: calc(1px + (30)*((100vw)/(2560)));
    width: 40%;
    padding: calc(1px + (20)*((100vw)/(2560))) 0;
    outline: none;
    cursor: pointer;
}

#confirmBtn span {
    color: white;
    font-family: Montserrat;
    font-size: calc(1px + (24)*((100vw)/(2560)));
    margin-left: calc(1px + (10)*((100vw)/(2560)));
    transition: 0.2s ease-in;
}

#confirmBtn:hover span {
    margin-left: calc(1px + (20)*((100vw)/(2560)));
}

#errMsg {
    color: red;
    font-family: Montserrat;
    font-size: calc(1px + (22)*((100vw)/(2560)));
}

.valid::after {
    content: attr(valid);
    top: calc(1px + (19)*((100vw)/(2560)));
    font-size: calc(1px + (22)*((100vw)/(2560)));
    font-family: Montserrat;
    margin-right: 10px;
    float: left;
}

/*---LOADING SPINNER----*/

.lds-ring {
    display: inline-block;
    position: relative;
    width: calc(1px + (24)*((100vw)/(2560)));
    height: calc(1px + (24)*((100vw)/(2560)));
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: calc(1px + (24)*((100vw)/(2560)));
    height: calc(1px + (24)*((100vw)/(2560)));
    border: 2px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 991px) {
    /* start of large tablet styles */
    .calculatorRow {
        width: calc(1px + (422)*((100vw)/(850)));
        padding-top: calc(1px + (250)*((100vw)/(2560)));
    }
    .calculatorLeftCol {
        padding-top: calc(1px + (80)*((100vw)/(850)));
        width: 97%;
    }
    .calculatorRightCol {
        width: 97%;
    }
    .calculatorTitle {
        font-size: calc(1px + (45)*((100vw)/(850)));
    }
    .calculatorSecondaryTitle {
        display: none;
    }

    .formWrapper {
        padding: calc(1px + (15)*((100vw)/(850))) calc(1px + (30)*((100vw)/(850))) calc(1px + (25)*((100vw)/(850))) calc(1px + (20)*((100vw)/(850)));
    }

    .calculatorColRightTitle h3 {
        margin-bottom: calc(1px + (15)*((100vw)/(850)));
        font-size: calc(1px + (30)*((100vw)/(850)));
    }
    .calculatorColRightTitle h4 {
        display: none;
    }
    label {
        font-size: calc(1px + (16)*((100vw)/(850)));
    }
    #roomsNumber, #location, #capacity, #email, #startTime, #name, #email, #phone {
        font-size: calc(1px + (17)*((100vw)/(850)));
        padding: calc(1px + (10)*((100vw)/(850))) 0 calc(1px + (10)*((100vw)/(850))) calc(1px + (3)*((100vw)/(850)));
    }
    #roomsNumber, #capacity {
        width: 97%;
    }
    .calculatorCol6 {
        width: 46%;
    }
    .calculatorCol4 {
        width: 29%;
    }
    .duration {
        height: calc(1px + (63)*((100vw)/(850)));
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: calc(1px + (16)*((100vw)/(850)));
        padding: calc(1px + (7)*((100vw)/(850))) calc(1px + (0)*((100vw)/(850)));
    }
    .duration:hover {
        border: 1px solid #FF5607;
        background-color: #FF5607;
        color: white
    }
    .durationActive {
        border: 1px solid #FF5607;
        background-color: #FF5607;
        color: white
    }

    /*third step style start*/
    .thirdStepCol {
        margin-top: calc(1px + (10)*((100vw)/(2560)));
        font-size: calc(1px + (17)*((100vw)/(850)));
        padding: calc(1px + (10)*((100vw)/(850))) 0 calc(1px + (10)*((100vw)/(850))) calc(1px + (0)*((100vw)/(850)));
    }
    .thirdStepColSecondaryTitle {
       
        margin-bottom: calc(1px + (4)*((100vw)/(850)));
        font-size: calc(1px + (18)*((100vw)/(850)));
        padding-left: calc(1px + (10)*((100vw)/(850)));
    }
    .thirdStepColSecondaryTitleWhite {
        margin-bottom: calc(1px + (4)*((100vw)/(850)));
        font-size: calc(1px + (18)*((100vw)/(850)));
        padding-left: calc(1px + (10)*((100vw)/(850)));
    }
    #nights, #priceNight, #revenue, #total {
        margin-bottom: calc(1px + (4)*((100vw)/(850)));
        font-size: calc(1px + (18)*((100vw)/(850)));
        padding-left: calc(1px + (10)*((100vw)/(850)));
    }
    .thirdStepColRev {
        
        padding: calc(1px + (10)*((100vw)/(850))) 0 calc(1px + (10)*((100vw)/(850))) calc(1px + (0)*((100vw)/(850)));
        
    }
    .thirdStepColTotal {
        padding: calc(1px + (10)*((100vw)/(850))) 0 calc(1px + (10)*((100vw)/(850))) calc(1px + (0)*((100vw)/(850)));
    }
    .thirdStepColSecondaryFees {
        
        font-size: calc(1px + (18)*((100vw)/(850)));
    }
    /*third step style end*/
    .nxtBtn {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: calc(1px + (20)*((100vw)/(850)));
        margin-top: calc(1px + (20)*((100vw)/(850)));
        width: 60%;
        padding: calc(1px + (20)*((100vw)/(850))) 0;
    }
    #confirmBtn span {
        font-size: calc(1px + (20)*((100vw)/(850)));
        margin-left: calc(1px + (10)*((100vw)/(2560)));
    }
    #confirmBtn:hover span {
        margin-left: calc(1px + (20)*((100vw)/(2560)));
    }
    #errMsg {
        font-size: calc(1px + (15)*((100vw)/(850)));
    }
    .valid::after {
        top: calc(1px + (6)*((100vw)/(850)));
        font-size: calc(1px + (16)*((100vw)/(850)));
       
    }
}

@media screen and (max-width: 767px) {
    /* start of medium tablet styles */
    .calculatorRow {
        width: calc(1px + (422)*((100vw)/(650)));
        padding-top: calc(1px + (250)*((100vw)/(2560)));
    }
    .calculatorLeftCol {
        padding-top: calc(1px + (80)*((100vw)/(650)));
        width: 97%;
    }
    .calculatorRightCol {
        width: 97%;
    }
    .calculatorTitle {
        font-size: calc(1px + (45)*((100vw)/(650)));
    }
    .calculatorSecondaryTitle {
        display: none;
    }

    .formWrapper {
        padding: calc(1px + (15)*((100vw)/(650))) calc(1px + (30)*((100vw)/(650))) calc(1px + (25)*((100vw)/(650))) calc(1px + (20)*((100vw)/(650)));
    }

    .calculatorColRightTitle h3 {
        margin-bottom: calc(1px + (15)*((100vw)/(650)));
        font-size: calc(1px + (30)*((100vw)/(650)));
    }
    .calculatorColRightTitle h4 {
        display: none;
    }
    label {
        font-size: calc(1px + (16)*((100vw)/(650)));
    }
    #roomsNumber, #location, #capacity, #email, #startTime, #name, #email, #phone {
        font-size: calc(1px + (17)*((100vw)/(650)));
        padding: calc(1px + (10)*((100vw)/(650))) 0 calc(1px + (10)*((100vw)/(650))) calc(1px + (3)*((100vw)/(650)));
    }
    #roomsNumber, #capacity {
        width: 97%;
    }
    .calculatorCol6 {
        width: 46%;
    }
    .calculatorCol4 {
        width: 29%;
    }
    .duration {
        height: calc(1px + (63)*((100vw)/(650)));
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: calc(1px + (16)*((100vw)/(650)));
        padding: calc(1px + (7)*((100vw)/(650))) calc(1px + (0)*((100vw)/(650)));
    }
    .duration:hover {
        border: 1px solid #FF5607;
        background-color: #FF5607;
        color: white
    }
    .durationActive {
        border: 1px solid #FF5607;
        background-color: #FF5607;
        color: white
    }
    
    /*third step style start*/
    .thirdStepCol {
        margin-top: calc(1px + (10)*((100vw)/(2560)));
        font-size: calc(1px + (17)*((100vw)/(650)));
        padding: calc(1px + (10)*((100vw)/(650))) 0 calc(1px + (10)*((100vw)/(650))) calc(1px + (0)*((100vw)/(650)));
    }
    .thirdStepColSecondaryTitle {
       
        margin-bottom: calc(1px + (4)*((100vw)/(650)));
        font-size: calc(1px + (18)*((100vw)/(650)));
        padding-left: calc(1px + (10)*((100vw)/(650)));
    }
    .thirdStepColSecondaryTitleWhite {
        margin-bottom: calc(1px + (4)*((100vw)/(650)));
        font-size: calc(1px + (18)*((100vw)/(650)));
        padding-left: calc(1px + (10)*((100vw)/(650)));
    }
    #nights, #priceNight, #revenue, #total {
        margin-bottom: calc(1px + (4)*((100vw)/(650)));
        font-size: calc(1px + (18)*((100vw)/(650)));
        padding-left: calc(1px + (10)*((100vw)/(650)));
    }
    .thirdStepColRev {
        
        padding: calc(1px + (10)*((100vw)/(650))) 0 calc(1px + (10)*((100vw)/(650))) calc(1px + (0)*((100vw)/(650)));
        
    }
    .thirdStepColTotal {
        padding: calc(1px + (10)*((100vw)/(650))) 0 calc(1px + (10)*((100vw)/(650))) calc(1px + (0)*((100vw)/(650)));
    }
    .thirdStepColSecondaryFees {
        
        font-size: calc(1px + (18)*((100vw)/(650)));
    }
    /*third step style end*/
    .nxtBtn {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: calc(1px + (20)*((100vw)/(650)));
        margin-top: calc(1px + (20)*((100vw)/(650)));
        width: 60%;
        padding: calc(1px + (20)*((100vw)/(650))) 0;
    }
    #confirmBtn span {
        font-size: calc(1px + (20)*((100vw)/(650)));
        margin-left: calc(1px + (10)*((100vw)/(2560)));
    }
    #confirmBtn:hover span {
        margin-left: calc(1px + (20)*((100vw)/(2560)));
    }
    #errMsg {
        font-size: calc(1px + (15)*((100vw)/(650)));
    }
    .valid::after {
        top: calc(1px + (6)*((100vw)/(650)));
        font-size: calc(1px + (16)*((100vw)/(650)));
       
    }
}

@media screen and (max-width: 479px) {
    .mobileBr {
        display: block;
    }
    .desktopBr {
        display: none;
    }
    .calculator {
        background-image: url('/img/websiteImages/calculatorMobileHeader.png');
        height: 130vh;
    }
    .calculator::before{
        height: 130vh;
    }
    .calculatorRow {
        width: calc(1px + (422)*((100vw)/(479)));
        padding-top: calc(1px + (250)*((100vw)/(2560)));
    }
    .calculatorLeftCol {
        padding-top: calc(1px + (80)*((100vw)/(479)));
        width: 97%;
    }
    .calculatorRightCol {
        width: 97%;
    }
    .calculatorTitle {
        font-size: calc(1px + (45)*((100vw)/(479)));
    }
    .calculatorSecondaryTitle {
        display: none;
    }

    .formWrapper {
        padding: calc(1px + (15)*((100vw)/(479))) calc(1px + (30)*((100vw)/(479))) calc(1px + (25)*((100vw)/(479))) calc(1px + (20)*((100vw)/(479)));
    }

    .calculatorColRightTitle h3 {
        margin-bottom: calc(1px + (15)*((100vw)/(479)));
        font-size: calc(1px + (30)*((100vw)/(479)));
    }
    .calculatorColRightTitle h4 {
        display: none;
    }
    label {
        font-size: calc(1px + (16)*((100vw)/(479)));
    }
    #roomsNumber, #location, #capacity, #email, #startTime, #name, #email, #phone {
        font-size: calc(1px + (17)*((100vw)/(479)));
        padding: calc(1px + (10)*((100vw)/(479))) 0 calc(1px + (10)*((100vw)/(479))) calc(1px + (3)*((100vw)/(479)));
    }
    #roomsNumber, #capacity {
        width: 97%;
    }
    .calculatorCol6 {
        width: 46%;
    }
    .calculatorCol4 {
        width: 29%;
    }
    .duration {
        height: calc(1px + (63)*((100vw)/(479)));
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: calc(1px + (16)*((100vw)/(479)));
        padding: calc(1px + (7)*((100vw)/(479))) calc(1px + (0)*((100vw)/(479)));
    }
    .duration:hover {
        border: 1px solid #FF5607;
        background-color: #FF5607;
        color: white
    }
    .durationActive {
        border: 1px solid #FF5607;
        background-color: #FF5607;
        color: white
    }
    
    /*third step style start*/
    .thirdStepCol {
        margin-top: calc(1px + (10)*((100vw)/(2560)));
        font-size: calc(1px + (17)*((100vw)/(479)));
        padding: calc(1px + (10)*((100vw)/(479))) 0 calc(1px + (10)*((100vw)/(479))) calc(1px + (0)*((100vw)/(479)));
    }
    .thirdStepColSecondaryTitle {
       
        margin-bottom: calc(1px + (4)*((100vw)/(479)));
        font-size: calc(1px + (18)*((100vw)/(479)));
        padding-left: calc(1px + (10)*((100vw)/(479)));
    }
    .thirdStepColSecondaryTitleWhite {
        margin-bottom: calc(1px + (4)*((100vw)/(479)));
        font-size: calc(1px + (18)*((100vw)/(479)));
        padding-left: calc(1px + (10)*((100vw)/(479)));
    }
    #nights, #priceNight, #revenue, #total {
        margin-bottom: calc(1px + (4)*((100vw)/(479)));
        font-size: calc(1px + (18)*((100vw)/(479)));
        padding-left: calc(1px + (10)*((100vw)/(479)));
    }
    .thirdStepColRev {
        
        padding: calc(1px + (10)*((100vw)/(479))) 0 calc(1px + (10)*((100vw)/(479))) calc(1px + (0)*((100vw)/(479)));
        
    }
    .thirdStepColTotal {
        padding: calc(1px + (10)*((100vw)/(479))) 0 calc(1px + (10)*((100vw)/(479))) calc(1px + (0)*((100vw)/(479)));
    }
    .thirdStepColSecondaryFees {
        
        font-size: calc(1px + (18)*((100vw)/(479)));
    }
    /*third step style end*/
    .nxtBtn {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: calc(1px + (20)*((100vw)/(479)));
        margin-top: calc(1px + (20)*((100vw)/(479)));
        width: 60%;
        padding: calc(1px + (20)*((100vw)/(479))) 0;
    }
    #confirmBtn span {
        font-size: calc(1px + (20)*((100vw)/(479)));
        margin-left: calc(1px + (10)*((100vw)/(2560)));
    }
    #confirmBtn:hover span {
        margin-left: calc(1px + (20)*((100vw)/(2560)));
    }
    #errMsg {
        font-size: calc(1px + (15)*((100vw)/(479)));
    }
    .valid::after {
        top: calc(1px + (6)*((100vw)/(479)));
        font-size: calc(1px + (16)*((100vw)/(479)));
       
    }


    #loader{
      
        
        right: calc(1px + (10)*((100vw)/(479)));
        top:calc(1px + (48)*((100vw)/(479)));
        z-index: 9999999;
    }
    #loader img {
        width: calc(1px + (20)*((100vw)/(479)));
        height: calc(1px + (20)*((100vw)/(479)));
    }
}