<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hindEn {
    width: auto;
    position: absolute;
    right: 50px;
    top: 180px;
}
.hindEn ul {
    margin: 0;
    padding: 0;
}
.hindEn ul li {
    display: inline-block;
    padding: 0 10px;
    border-right: #000 1px solid;
    font-size: 16px;
}
.hindEn ul li a {
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: Circularpro, sans-serif;
}
.hindEn ul li a.active {
    font-weight: 700;
}
.hindEn ul li a:hover {
    color: #5225b5;
}
.hindEn ul li:last-child {
    border-right: none;
}
.formWrapSutnik {
    width: 100%;
    padding: 0 0;
    max-width: 400px;
}
.formWrapSutnikContent {
    padding: 0;
}
.formWrapSutnikContent p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 25px;
}
.h2-section-heading.logo-purple.formHeading {
    margin-bottom: 40px;
}
.section.formTopSection {
    padding-top: 0;
}
.formWrapSutnikContent p a {
    color: #333;
    margin-top: 5px;
    display: inline-block;
}
.formWrapSutnik .formFields {
    padding-bottom: 30px;
    position: relative;
}
.formWrapSutnik .form-control {
    border: 1px solid #5225b5;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    box-shadow: 0;
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    padding: 11px 15px;
    font-size: 18px;
    color: #333;
    margin-bottom: 2px;
}
.formWrapSutnik .customDropdown select:focus,
.formWrapSutnik .form-control:focus {
    background-color: transparent;
    border-color: #5225b5;
    outline: 0;
}
.formWrapSutnik .errorMsg {
    font-size: 12px;
    color: red;
    width: 100%;
}
.formWrapSutnik .btnWrap {
    display: flex;
    justify-content: center;
}
.formWrapSutnik .cta-btn {
    padding: 15px 22px;
    min-width: auto;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}
.formWrapSutnik .customDropdown {
    position: relative;
}
.formWrapSutnik .customDropdown:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    border: solid #5225b5;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
}
.formWrapSutnik .customDropdown select {
    -webkit-appearance: none;
    width: 100%;
    border: 1px solid #5225b5;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    box-shadow: 0;
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    padding: 11px 15px;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    margin-bottom: 2px;
}
.formWrapSutnik .form-control::-webkit-input-placeholder {
    color: #333;
    font-size: 18px;
}
.formWrapSutnik .form-control:-ms-input-placeholder {
    color: #333;
    font-size: 18px;
}
.formWrapSutnik .form-control::placeholder {
    color: #333;
    font-size: 18px;
}
.formWrapSutnik .customCheckbox label {
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    padding: 5px 0 0 35px;
}
.formWrapSutnik .customCheckbox label a {
    color: #333;
}
.formWrapSutnik .customCheckbox label a:hover {
    text-decoration: none;
}
.formWrapSutnik .customCheckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.formWrapSutnik .customCheckbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 1px solid #5225b5;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.formWrapSutnik .customCheckbox input:checked ~ .checkmark:after {
    display: block;
}
.formWrapSutnik .customCheckbox .checkmark:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 28px;
    width: 28px;
    background-color: transparent;
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #5225b5;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}
.formWrapSutnik .formSubmitNew input.cta-btn {
    border-radius: 50px;
    background-color: #5225b5;
    border: 0;
    width: auto;
    height: auto;
    color: #fff;
}
.formWrapSutnik .formSubmitNew {
    padding: 0;
}
.thankRowForm h3 {
    text-align: center;
    margin-bottom: 100px;
}

/***** Availability css start here ******/

.availabilityContainer {background-color: #fff; margin: 0px 0; padding: 80px 0 0px; position: relative; font-family: Circularpro, sans-serif;}
.availabilityContainer h2 {margin-top: 0px; margin-bottom: 25px; font-family: Circularpro, sans-serif; color: #5225b5;font-size: 40px;line-height: 1.4; font-family: Circularpro, sans-serif;}
.availabilityContainer p {font-family: Circularpro, sans-serif;}
.availabilityContainer p a {color:#3F13A0; text-decoration: underline;}
.searchTwodg {display: flex; width: 100%; justify-content: space-between; margin-top: 20px;}
.twodgState {width: 48%; margin-right: 2%;}

 .twodgState select {font-weight: 700;-webkit-appearance: none;-moz-appearance: none;-ms-appearance: none;-o-appearance: none; appearance: none; @media (-webkit-min-device-pixel-ratio: 2), ;cursor: pointer; color: #1d8134;padding-right: 20px; width: 100%; border: #3F13A0 solid 1px; 
    padding: 15px 0px 15px 20px; border-radius: 15px; font-size: 18px; line-height: normal; outline: none; color: #333; background-color: #ffffff;}

    .disTab {border:1px solid grey !important; color: grey !important; cursor: default !important;}

    .selectWrap {position: relative;}
    .selectWrap:after {pointer-events: none;
        content: "";
        position: absolute;
        top: 14px;  
        width: 0;
        height: 0;
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        z-index: 9;
        right: 20px; 
   padding: 6px;
    border: solid #6A17D8;
    border-width: 0 2px 2px 0;  transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    }
.focus::after {
    transform: rotate(225deg); top: 20px;
    -webkit-transform: rotate(225deg);
}
.arrowDis:after {display: none;}
 .cta-btn-twodg {
            min-width: 180px;
            padding: 15px 30px;
            border-radius: 50px;
            background-color: #5225b5;
            color: #fff;
            text-align: center; font-size: 18px;
            text-decoration: none; cursor: pointer; border:0;
        }
.formText-dg {margin:50px 0 0; width: 100%; }
.testK {padding-right: 30px; position: relative; height: 300px; display: none;}
.rowForm {display: flex;  margin: 0; padding: 20px 0; border-bottom:1px solid #9b9b9b;}
.rowNumber {width: 65px; text-align: left; padding-left: 10px;}
.rowDesk a{color: #4686FF;}
.rowForm .rowDesk {width: 50%;}
.rowForm span{font-weight: 700;}

select::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
select::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
/***** Availability css end here ******/

@media screen and (max-width: 1023px) {
    .availabilityContainer .container {width: 90% !important;}
}
@media screen and (max-width: 1023px) {
    .hindEn {
        top: 130px;
        right: 25px;
    }
    .hindEn ul li a {
        font-size: 15px;
    }
}
@media (max-width: 767px) {
    .formWrapSutnik {
        padding-top: 0;
    }
    .hindEn {
        top: 70px;
        right: 20px;
    }
    .hindEn ul li a {
        font-size: 15px;
    }
}
@media screen and (max-width: 599px) {
    .availabilityContainer {padding-top:60px;}
    .availabilityContainer p {font-size: 16px;}
    .searchTwodg {flex-wrap: wrap;}
    .twodgState {margin-right: 0; width: 100%; margin-bottom: 25px;}
    .cta-btn-twodg {min-width: 185px;}
    .submitState {margin: 0 auto;}
}
@media screen and (max-width: 479px) {
    .hindEn {
        top: 15px;
        right: 15px;
    }
    .hindEn ul li a {
        font-size: 14px;
    }
}




</pre></body></html>