.webinar-form input[type="text"],
.webinar-form input[type="email"],
.webinar-form input[type="tel"],
.webinar-form input[type="number"],
.webinar-form textarea.hs-input
{
    padding: 18px 24px;
    border: 1px solid #C4C9D2;
    border-radius: 40px;
    box-shadow:none;
    -webkit-appearance:none;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    height: auto;
    width: 100%;
    box-shadow: none;
}




.webinar-form input[type="text"]:focus,
.webinar-form input[type="email"]:focus,
.webinar-form input[type="tel"]:focus,
.webinar-form input[type="number"]:focus,
.webinar-form textarea.hs-input:focus{
    border: 1px solid #13294b;
    outline: 0;
    box-shadow: none;
}


.webinar-form textarea.hs-input {
    border-radius: 12px;
}
.webinar-form .hs-fieldtype-number .input{
    position:relative
}

.webinar-form .hs-fieldtype-number .input:after, .webinar-form .hs-fieldtype-number .input:before{
    content:"";
    position: absolute;
    width: 15px;
    height: 13px;
    background: url(https://www.nagarro.com/hubfs/NagarroWebsiteRedesign-Aug2020/Assets/Images/Icons/mobile-filter-arrow.svg) no-repeat center;
    right: 25px;
    top: 18px;
}

.webinar-form .hs-fieldtype-number .input:before{
    transform:rotate(180deg);
    transform-origin: 49% center;
}

.webinar-form .hs-fieldtype-number .input:after{
    bottom:18px;
    top:auto;
}

.webinar-form input[type="number"]::-webkit-inner-spin-button {
    opacity:0;
    z-index:2
}

.webinar-form form label{
    font-family: EquipExtended;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #13294B;
    margin-bottom:16px;
}

.webinar-form form ul.hs-error-msgs{
    padding-left:0;
    margin-bottom:0
}


.webinar-form form label.hs-error-msg, .webinar-form form ul.hs-error-msgs li label{
    font-family: Equip;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
    color: #f8485e;
    margin-top: 6px;
    margin-left: 24px;
    margin-bottom:0
}

.webinar-registation-modal{
    width: 0;
    height: 0;
    opacity: 0;
    position: fixed;
    background: #fff;
    transition: opacity .3s;
    border-radius:24px;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);

}

.webinar-registation-modal.webinar-registation-modal-show {
    min-width: 840px;  
    opacity: 1;
    z-index: 999;
    height: auto;
    max-height: 80vh;
}

.webinar-registation-modal .modal-head{
    background: #2E008B;
    padding:0 108px 10vh;
    border-radius: 0;
    position: relative;
}

.close-head{
    background: #2E008B;
    border-radius: 22px 22px 0 0;
    position: relative;
    width:100%;
    height:10vh
}

.modal-scroll{
    margin-bottom:58px;
    margin-top: -2px;
}

.webinar-registation-modal .modal-body{
    padding:58px 68px 0px 78px;
}

.webinar-registation-modal .modal-body .scroll-wrapper{
    padding-right: 10px !important;
}

.webinar-registation-modal .scroll-wrapper>.scroll-content{
    padding: 0;
}

.webinar-registation-modal .modal-body .popup-title{
    margin:0
}

.webinar-registation-modal .modal-head .popup-subheading{
    margin:0;
    margin-bottom:12px;
}

.webinar-registation-modal .modal-head .popup-title{
    margin:0
}

.webinar-overlay--show{
    background: #010716;
    opacity: 0.6;
    width:100%;
    height:100%;
    position:fixed;
    top: 0;
    z-index: 999;
}

.webinar-registation-modal .modal-body form fieldset{
    max-width:none
}

.webinar-registation-modal .modal-body form fieldset .hs-form-field{
    margin-bottom: 48px;
}

.webinar-registation-modal .modal-body form fieldset .legal-consent-container .hs-form-field{
    margin-bottom:0
}


.webinar-registation-modal .modal-body form fieldset .legal-consent-container label.hs-error-msg{
    margin-bottom:0
}

.webinar-registation-modal .modal-body input[type="submit"]{
    border-radius: 30px;
    font-size: 12px;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: .02em;
    padding: 12px 24px;
    font-family: Equip;
    font-style: normal;
    -webkit-appearance: none;
    text-align: center;
    display: inline-block;
    background: #47d7ac;
    color: #13294b;
    transition: all ease 300ms;
    border: none;
    width: 100%;

}

.webinar-registation-modal .modal-body input[type="submit"]:hover, .webinar-registation-modal .modal-body input[type="submit"]:focus {
    background: #badcd3;
    color: #13294b;
    transform: scale(1.1);
    border: none;
    outline: none;
}


.webinar-registation-modal .form-columns-2 > .hs-form-field .input{
    margin:0
}


.webinar-registation-modal .form-columns-2 > .hs-form-field:first-child .input{
    margin-right:24px;
}

.webinar-registation-modal--close{
    position: absolute;
    right: 24px;
    top: 24px;
    cursor:pointer;
    border:none;
    background:none
}

.modal-scroll.scrollbar-inner{
    max-height: calc(100vh - 285px);
    overflow-y:auto;
}

.webinar-form.scrollbar-inner>.scroll-element.scroll-y{
    width:2px
}

.webinar-form input[type="checkbox"], .webinar-form input[type="radio"] {
    display: none;
}

.webinar-form input[type="checkbox"]+span, .webinar-form input[type="radio"]+span {
    display: block;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding-left: 37px;
    overflow: hidden;
    min-height: 24px;
}

.webinar-form input[type="checkbox"]+span:before, .webinar-form input[type="checkbox"]+span:after, .webinar-form input[type="radio"]+span:before, .webinar-form input[type="radio"]+span:after {
    content: ' ';
    width: 24px;
    height: 24px;
    margin-right: 12px;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
}

.webinar-form input[type="checkbox"]+span:before, .webinar-form input[type="radio"]+span:before {
    background-image: url(https://www.nagarro.com/hubfs/NagarroWebsiteRedesign-Aug2020/Assets/Images/Icons/checkbox-unchecked.svg);
    z-index: 2;
    background-color: #fff;
}

.webinar-form input[type="checkbox"]+span:after {
    background-image: url(https://www.nagarro.com/hubfs/NagarroWebsiteRedesign-Aug2020/Assets/Images/Icons/checkbox-checked.svg);
    z-index: 1;
}


.webinar-form input[type="radio"]+span:after {
    background:#47d7ac;
    z-index: 1;
    left:-40px;
    width:14px;
    height:14px;    
    border-radius: 50%;
}

.webinar-form input[type="checkbox"]:checked+span:before {
    z-index: 1;
}

.webinar-form input[type="checkbox"]:checked+span:after, .webinar-form input[type="radio"]:checked+span:after {
    z-index: 2;
}

.webinar-form input[type="radio"]:checked+span:after{
    left: 5px;
}


.webinar-form select.hs-input{
    width:110%;
    -webkit-appearance:none; 
    padding: 18px 24px;
    background:none;
    height: 62px;
    border:none;
    font-family: Equip;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color:#fff;
    line-height: 150%;
}

.webinar-form .hs-fieldtype-select{
    border:  1px solid #8893A5;
    border-radius: 40px;
    width: 100%;  
    background:url(https://www.nagarro.com/hubfs/NagarroWebsiteRedesign-Aug2020/Assets/Images/Icons/select_arrow.png) no-repeat 93% center;
    overflow:hidden;
}

.webinar-form select.hs-input option {
    color: #6c7689;
}


.webinar-form ul.inputs-list{
    padding-left: 0;
}

.webinar-form ul li{
    list-style:none;
}

.webinar-form.scrollbar-inner>.scroll-element.scroll-x{
    display:none
}

.modal-scroll.scrollbar-inner>.scroll-element, .modal-scroll.scrollbar-inner>.scroll-element div{
    margin-right: 20px;
}

.webinar-form .legal-consent-container .hs-form-booleancheckbox-display>span {
    display: block;
    margin-left: 0;
}

.webinar-form{
    -ms-overflow-style:none
}

.webinar-form .submitted-message .popup-subheading{
    color: #010716;
}

.webinar-form .submitted-message p{
    font-size: 18px;
    line-height: 28px;
    color: #6C7689;
}

.webinar-form .submitted-message{
    overflow:visible !important
}

.webinar-form .submitted-message .close-btn{
    border: 1px solid #8893A5;
    border-radius: 30px;
    text-align:center;
    color: #010716;
    padding: 12px 35px;
    margin-top:40px;
    width: 100%;
    margin-bottom:8px;
}

.webinar-form .submitted-message .close-btn:hover, .webinar-form .submitted-message .close-btn:focus{
    border:none
}

.modal-body .webinar-form .hs-fieldtype-select .input{
    border: 1px solid #8893A5;
    border-radius: 40px;
    width: 100%;
    background: url(https://www.nagarro.com/hubfs/NagarroWebsiteRedesign-Aug2020/Assets/Images/Icons/mobile-filter-arrow.svg) no-repeat 95% center;
    overflow: hidden;
    color: #333;
}

.modal-body .webinar-form .hs-fieldtype-select{
    border:none;
    border-radius:0
}

.modal-body .webinar-form .hs-fieldtype-select .hs-input{
    color:#333;
    width:107%
}

.webinar-form .hs-fieldtype-file input[type=file]{
    padding: 18px 24px;
    border: 1px solid #8893a5;
    border-radius: 40px;
    box-shadow: none;
    -webkit-appearance: none;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    height: auto;
    width: 100%;
    box-shadow: none;
    background: 0;
    color: transparent;
    background-image:url(https://www.nagarro.com/hubfs/NagarroWebsiteRedesign-Aug2020/Assets/Images/Icons/Document.svg);
    background-repeat:no-repeat;
    padding-left:60px;
    position: relative;
    z-index: 1;
    background-position: 27px center;
    height:62px;
}

.webinar-form .hs-fieldtype-file input[type=file]:focus {
    outline: none;
}


.webinar-form .hs-fieldtype-file .input{
    position:relative;
}

.webinar-form .hs-fieldtype-file .input:before {
    content: "Upload File";
    position: absolute;
    color: #13294b;
    left: 60px;
    top: 20px;
    background: url(https://www.nagarro.com/hubfs/NagarroWebsiteRedesign-Aug2020/Assets/Images/Icons/arrow_right.svg) no-repeat center right;
    width: calc(100% - 84px);
}

.webinar-form form .hs-fieldtype-file label{
    display: block;
    color: #13294b;
    font-weight: normal;

}

.webinar-form .hs-fieldtype-select .input.error-input, .webinar-form input.hs-input.error {
    border-color: #f8485e;
}


.webinar-form .hs-fieldtype-select {
    border: none;
    border-radius: 0;
    width: 100%;
    background: none;
    overflow: hidden;
}

.webinar-form .hs-fieldtype-select {
    background: none
}

.webinar-form .hs-fieldtype-select .input {
    border: 1px solid #8893a5;
    border-radius: 40px;
    width: 100%;
    background: url(https://www.nagarro.com/hubfs/NagarroWebsiteRedesign-Aug2020/Assets/Images/Icons/select_arrow.png) no-repeat 93%;
    overflow: hidden;
}

.webinar-form .hs-fieldtype-select .input {
    background: url(https://www.nagarro.com/hubfs/NagarroWebsiteRedesign-Aug2020/Assets/Images/Icons/dropdown-arrow.png) no-repeat 93%;
}

.webinar-form .hs-fieldtype-select .input.error-input,
.webinar-form input.hs-input.error,
.webinar-form textarea.hs-input.error{
    border-color:#f8485e

}

.webinar-form select.hs-input:focus-visible {
    border: none;
    outline: none;
}

select.hs-input.error:focus, select.hs-input:focus{    
    box-shadow:none
}


.webinar-form form .hs-fieldtype-file label{
    color: #f8485e;    
}

.webinar-form form .hs-fieldtype-file > label{
    color: #4e5e78;    
}

/* Anjali chnages start */

.webinar-form input.hs-input:-webkit-autofill,
.webinar-form input.hs-input:-webkit-autofill:hover,
.webinar-form select.hs-input:-webkit-autofill,
.webinar-form select.hs-input:-webkit-autofill:hover,
.webinar-form select.hs-input:-webkit-autofill:focus{
    font-size: 16px;
    box-shadow: 0 0 0 100px #fff inset !important;
    -webkit-text-fill-color: #333 !important;
}


.webinar-form input.hs-input:-webkit-autofill:focus{
    box-shadow:inset 0 0 0 100px #fff, 0 0 0 2px #000,0 0 0 4px #47d7ac!important;
    border-color:#2e008b
}


.webinar-form .hs-fieldtype-file input[type=file]{
    padding: 18px 24px 18px 0;
    border: 1px solid #8893a5;
    border-radius: 40px;
    box-shadow: none;
    -webkit-appearance: none;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    height: auto;
    width: 100%;
    box-shadow: none;
    background: 0;
    color: transparent;
    background-image:url(https://www.nagarro.com/hubfs/NagarroWebsiteRedesign-Aug2020/Assets/Images/Icons/Document.svg);
    background-repeat:no-repeat;   
    position: relative;
    z-index: 1;
    background-position: 27px center;
    height:62px;

}

.webinar-form .hs-fieldtype-file input[type=file]::file-selector-button {
    background:none;
    border:none;
    color: #fff;
    opacity:0;
    position:relative;    
    margin-left:10px;
    width:50px;
    line-height:28px
}

.webinar-form .hs-fieldtype-file input[type=file]::-webkit-file-upload-button{
    background:#2e008b;
    border:none;
    color: #fff;
    font-size:14px;
    -webkit-appearance :none;
    border-radius:0;
    padding:0 5px;
    position:relative;
    left:-5px;

}

.webinar-form .hs-fieldtype-file input[type=file].file-added{
    color: #333;
    background-color: #fff;
    position: relative;
    z-index: 2
}

.webinar-form .hs-fieldtype-file .input{
    position:relative;
}

.webinar-form .hs-fieldtype-file .input:before {

    background: url(https://www.nagarro.com/hubfs/NagarroWebsiteRedesign-Aug2020/Assets/Images/Icons/white%20arrow.svg) no-repeat center right;

    content: "";
    height: 17px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 60px;
}

.webinar-form .hs-fieldtype-file .input:after {
    content: "Upload resume";
    font-size: 16px;
    left: 60px;
    position: absolute;
    top: 20px;
    width: calc(100% - 84px);
    color:#333
}

.webinar-form form .hs-fieldtype-file label{
    display: block;
    color: #333;
    font-weight: normal;

}


.webinar-form input[type="text"]:focus, .webinar-form input[type="email"]:focus, .webinar-form input[type="tel"]:focus, .webinar-form input[type="number"]:focus, .webinar-form input[type="file"]:focus, .webinar-form form .select-wrapper:has(> select:focus){
    outline: 3px solid #47D7AC;
    box-shadow:none
}

.webinar-form input[type="text"]:focus, .webinar-form input[type="email"]:focus, .webinar-form input[type="file"]:focus {
    outline: 3px solid #47D7AC;
}

.webinar-form form .select-wrapper select:focus{
    outline:none
}

.webinar-form input.hs-input[type=checkbox], .webinar-form input.hs-input[type=radio] {
    height: 0;
    opacity: 0;
    width: 0;
    display:block
}

.webinar-form input[type=checkbox]:focus-visible+span:before, .webinar-form input[type=radio]:focus-visible+span:before {
    border: 2px solid #47d7ac;
}

.webinar-form form .input:has(>select:focus), .webinar-form input[type=email]:focus, .webinar-form input[type=file]:focus, .webinar-form input[type=number]:focus, .webinar-form input[type=tel]:focus, .webinar-form input[type=text]:focus {
    box-shadow: none;
    outline: 3px solid #47d7ac;
}

.webinar-form .hs-fieldtype-select{
    overflow:visible
}

.webinar-form form .hs-form-field>label {
    display: block;
    opacity: 0;
    width: 0;
    height: 0;
}

.webinar-form form label.hs-error-msg,
.webinar-form form ul.hs-error-msgs li label,
.webinar-form span.hs-form-required{
    color:#BF4059;
} 

.webinar-form form .hs-form-field .hs-field-desc{
    color:#fff
}

.webinar-form h3 {
    display:none
}

.webinar-form input[type="text"]:focus,
.webinar-form input[type="email"]:focus,
.webinar-form input[type="tel"]:focus,
.webinar-form input[type="number"]:focus,
.webinar-form input[type="file"]:focus,
.webinar-form input[type="date"]:focus,
.webinar-form textarea.hs-input:focus,
.webinar-form form .input:has(>select:focus){
    box-shadow: 0 0 0 2px #000,0 0 0 4px #47d7ac;
    outline:none;   
}

.webinar-form .hs-fieldtype-file .input.error input{
    border-color: #f8485e;
    box-shadow: 0 0 0 2px #f8485e;
}

.webinar-form .hs-dateinput{
    position:relative
}

.webinar-form .hs-datepicker, .webinar-form .fn-date-picker{
    width:100%  
}

.webinar-form .fn-date-picker .pika-lendar{
    width: calc(100% - 16px);
    font-family: 'Equip';
}

.webinar-form .fn-date-picker .pika-table th{
    color: #06041F;
}

.webinar-form .fn-date-picker .pika-button{
    text-align:center;
    background: #EFF1F4;
    color: #4E5E78;
}

.webinar-form .fn-date-picker .is-today .pika-button{
    color: #2e008b;
}

.webinar-form .fn-date-picker .pika-button:hover{
    background: #47d7ac !important;
}

.webinar-form .hs-fieldtype-select .input.error-input,
.webinar-form input.hs-input.error,
.webinar-form textarea.hs-input.error,
.webinar-form .hs-fieldtype-file .input .error-input,
.webinar-form form .input:has(>select.error){
    border-color: #2e008b;
    box-shadow: 0 0 0 2px #000,0 0 0 4px #f8485e;
}


.webinar-form input.hs-input.error:focus, 
.webinar-form textarea.hs-input.error:focus,
.webinar-form form .input:has(>select.error:focus),
.webinar-form .hs-fieldtype-file .input input.error-input:focus{
    box-shadow: 0 0 0 2px #000, 0 0 0 4px #47d7ac;
}

.webinar-form input.hs-input.error:-webkit-autofill,
.webinar-form input.hs-input.error:-webkit-autofill:hover{
    border-color: #2e008b;
    box-shadow:inset 0 0 0 100px #fff, 0 0 0 2px #000,0 0 0 4px #f8485e!important;
}

.webinar-form .hs-submit{
    margin-bottom:8px;
}


/* Anjali chnages end */



/* datepicker update */
.webinar-form .fn-date-picker .is-selected .pika-button{
    background: #47D7AC;
    box-shadow:none;
    border-radius:4px;
    color:#1f1f1f
  }

  .webinar-form .fn-date-picker.pika-single.is-bound{
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.20);
    border: none;
    padding: 10px;
  }

  .webinar-form .fn-date-picker .pika-button{
    padding:13px 20px
  }


  .webinar-form .fn-date-picker .pika-button {
    background: none;
    color: #1f1f1f;
  }

  .webinar-form .fn-date-picker .is-today .pika-button {
    color: #1f1f1f;
    background: none;
    font-weight: normal;
  }

  .webinar-form .fn-date-picker .pika-label{
    min-width: 100px;
    border: 1px solid #8893A5;
    padding: 12px 24px;
    border-radius: 48px;
    line-height: 14px;
    margin-right: 3px;
  }

  .webinar-form .fn-date-picker .pika-table abbr{
    text-decoration:none
  }
  .webinar-form .fn-date-picker, .webinar-form .hs-datepicker {
    width: auto;
  }
  .webinar-form .fn-date-picker .pika-button:hover {
    background: #E0E3E8 !important;
    color:#1f1f1f !important
  }

  .webinar-form .fn-date-picker .pika-prev, .webinar-form .fn-date-picker .pika-next{
    mask: url(https://www.nagarro.com/hubfs/NagarroWebsiteRedesign-Aug2020/Assets/Images/Icons/blue-arrow.svg) no-repeat;
    background: #8893A5;
    mask-position: center;
    opacity:1
  }

  .webinar-form .fn-date-picker .pika-next{
    transform: rotate(180deg);
  }

  .webinar-form .fn-date-picker .pika-title select{
    width:100%;
    text-align:center;
  }

  .webinar-form .hs-dateinput input[type=text]{
    background: url(https://www.nagarro.com/hubfs/NagarroWebsiteRedesign-Aug2020/Assets/Images/Icons/calendar-icon.svg) no-repeat 24px;
    padding-left: 60px;
    cursor: pointer;
  }
  
  .webinar-form .hs-fieldtype-file input[type=file]{
     cursor: pointer;
  }

  .webinar-form .fn-date-picker .pika-title select option:hover, .webinar-form .fn-date-picker .pika-title select option:checked{
    background-color: #47D7AC;
  }

  .webinar-form .fn-date-picker .pika-title select.pika-select-month{
    text-align:left
  }

/* datepicker update end */


@supports (-ms-ime-align:auto) {
    .webinar-form div.hs_submit {
        padding-bottom: 30px;
    }
}


@media(min-width:1920px){
    .webinar-registation-modal .modal-head{
        padding: 108px 108px;
    }
}

@media (max-width:1024px){
    .webinar-form .hs-fieldtype-number .input:after, .webinar-form .hs-fieldtype-number .input:before{
        content:none
    }
    
    .webinar-form input[type=date] {
        color-scheme: dark
    }

    input::-webkit-date-and-time-value {
        text-align: left!important
    }
}

@media (max-width:1023px){
    .webinar-registation-modal.webinar-registation-modal-show{
        width: 83%;
        min-width: 0;
    }

    .webinar-registation-modal .modal-head{
        padding: 84px 48px;
    }

    .webinar-registation-modal .modal-body{
        padding: 60px 68px 0px 48px;
    }

    .webinar-form form label{
        font-size: 13px;
        line-height: 130%;
    }

    .modal-scroll.scrollbar-inner{
        max-height: calc(100vh - 365px);
    }

}

@media (max-width:767px){
    .webinar-registation-modal .modal-head{
        padding: 84px 24px;
    }

    .webinar-registation-modal .modal-body{
        padding:60px 40px 0px 24px;
    }

    .webinar-registation-modal.webinar-registation-modal-show{
        width: calc(100% - 24px);
    }

    .close-head{
        margin-bottom: -1px;
    }

    .webinar-registation-modal .scroll-wrapper>.scroll-content {
        padding: 0px;
    }

    .webinar-registation-modal .form-columns-2>.hs-form-field:first-child .input{
        margin-right:0
    }

    .webinar-registation-modal .modal-body input[type="submit"]{
        width: 95%;
    }

    .webinar-registation-modal .modal-head {
        padding: 44px 24px;
    }
      .webinar-form  .hs-fieldtype-file input[type=file]::file-selector-button {
        padding-right: 10px;
        left:-30px;
        height:0
    }

}





@media  (max-device-width: 900px) and (orientation: landscape) {
    .close-head{
        height:55px;

    }

    .modal-scroll.scrollbar-inner {
        max-height: calc(100vh - 150px);
    }
    .webinar-registation-modal .modal-head {
        padding: 25px 48px 34px;
    }
