/* CSS Main */


/*@import url("https://fonts.googleapis.com/css?family=Arial:400,500|Rubik:400,500,700&display=swap"); */

body {
    font-family: 'Gotham Pro';
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    margin: 0px;
    padding: 0px;
    height: 100vh;
    background-color: #f9f9f9;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'Gotham Pro';
    color: #000000;
    margin: 0px 0px 30px 0px;
}

a {
    text-decoration: none !important;
    outline: none;
    color: #3D86C6;
}

a:hover {
    color: #3D86C6;
}

p {
    margin-top: 0;
    margin-bottom: 1.25rem;
    color: #000000;
}

ul {
    padding: 0px;
    margin: 0px;
}

ul li {
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    list-style: none;
}

section {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 40px;
}

section.container-fluid {
    padding: 16px 50px;
    background-color: #ffffff;
    box-shadow: 0px 1px 2px #d7d7d7;
    -webkit-box-shadow: 0px 1px 2px #d7d7d7;
    -moz-box-shadow: 0px 1px 2px #d7d7d7;
}

.container {}

.row {
    margin: 0px !important;
    display: flex;
}

.col-6 {
    width: 50%;
}

.col-5 {
    width: 35%;
}

.col-7 {
    width: 65%;
}

.col-4 {
    width: auto;
    margin-right: 25px;
}

.col-3 {
    width: 25%;
}

.col-2 {
    width: 20%;
}

div#main-col {
    padding-top: 0px;
}

div#desk_net {
    display: flex;
}

div#desk_net .row {
    display: block;
    float: left;
    width: 100%;
}

div#desk_net .col-3 {
    /* width: 100px; */
    /* margin-right: 20px; */
    min-width: 100px;
    width: 100%;
    float: left;
}

.globe-text {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
    padding-bottom: 50px;
}

.llogo {
    padding-top: 18px;
}

.right-logo.text-right {
    text-align: right;
}

section#globe-sec {
    background-color: #F9F9F9;
}

.left-text h2 {
    font-size: 60px;
    line-height: 1.1;
    /* padding: 70px 10px 0px 0px; */
    font-weight: 700;
}

.check-head h4 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

#tip-big {
    font-size: 22px !important;
    margin-bottom: 0px;
    letter-spacing: 0.05em;
    max-width: 230px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
}
ul.checkpoints.flg h3, #tip-small {
    padding-left: 15px;
    padding-right: 15px;
}
.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.styled-checkbox+label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: white;
    border: 0.5px solid #71717170;
    margin-top: -7px;
    /* border-radius: 50%; */
    vertical-align: middle;
}

/* .styled-checkbox:hover+label:before {
    background: #EA7926;
} */

.styled-checkbox:focus+label:before {}

.styled-checkbox:checked+label:before {
    background: #EA7926;
    border: 0.5px solid #EA7926;
}

.styled-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox:disabled+label:before {
    box-shadow: none;
    background: #ddd;
}

/* .styled-checkbox:checked+label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 6px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
} */ 
.styled-checkbox:checked+label:after {
    content: '✓';
    position: absolute;
    top: 0;
    left: 5px;
    font-size: 14px;
    color: #fff;
}
.check-boxes {
    padding-bottom: 15px;
}

.check-boxes.network {
    padding-bottom: 20px;
}

.check-boxes ul li {
    padding-bottom: 10px;
    font-family: 'Gotham Pro';
    font-size: 15px;
    line-height: 22px;
}

.countries-network h2 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
}
.con-in:nth-child(1) {
    background-color: #3D86C6;
    padding: 6px 20px;
    justify-content: space-evenly;
    border-radius: 5px 0 0 5px;
    margin-bottom: 0px;
}
.countries-network p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
}
.con-in:nth-child(2) {
    background-color: #ffffff;
    padding: 12px;
    margin-bottom: 0px;
    align-items: center;
    box-shadow: 5px 10px 25px #d7d7d7;
    border-radius: 0px 0px 5px 5px;
}
.flg-card {
    background-color: #ffffff;
    padding: 30px;
    box-shadow: 5px 10px 25px #d7d7d7;
    border-radius: 5px;
}
.flg-card h6 {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400 !important;
    color: #ffffff;
}
.flg-card:before {
    /* content: url(../images/card-arrow.png); */
    position: absolute;
    bottom: 96%;
    z-index: 1;
    right: 90%;
}

.checkpoints.inside-area li {
    padding-right: 25px;
    margin-right: auto;
    float: left;
}

/* .checkpoints.flg:after {
    content: url(../images/card-icon.gif);
    position: absolute;
    top: 26px;
    right: 0px;
} */

.checkpoints {
    width: 100%;
    float: left;
    padding-top: 10px;
}

.checkpoints.inside-area {
    margin-bottom: 0px;
    max-width: 230px;
    position: relative;
    padding: 0px 15px 15px;
    margin-top: 10px;
    background-color: #fff;
    padding-top: 5px;
}

.checkpoints li {
    width: auto;
    padding-right: 25px;
}

.flg-card a {
    position: absolute;
    top: 7px;
    right: 10px;
    z-index: 5010;
}

.checkpoints.flg li {
    width: auto !important;
    padding-right: 15px;
}

.checkpoints.flg h3 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 400;
}

.checkpoints img {
    position: relative;
    top: 4px;
    width: 18px;
    margin-right: 3px;
}

.flg-card {
    background-color: #3D86C6;
    padding: 15px 0px 0px;
    /* box-shadow: 5px 10px 25px #d7d7d7; */
    box-shadow: 5px 10px 25px #929292;
    border-radius: 5px;
    position: relative;
    top: 50vh;
    left: 115%;
    min-width: 230px;
    float: left;
    overflow: hidden;
}

.show-767 {
    display: none;
}


/***********  .nav   ************/

.container.m-menu {
    display: none;
}

.container .nav {
    position: absolute;
    top: 0px;
    right: 0;
    overflow: hidden;
    width: 100%;
}


/************** .nav .toggle  *******************/

.container .nav .toggle {
    position: absolute;
    float: left;
    height: 20px;
    width: 20px;
    background: #ffffff00;
    z-index: 2;
    cursor: pointer;
    top: 20px;
    right: 0;
}

.container .nav .toggle li {
    list-style: none;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #000000;
    transform: translate(0, -50%);
    transition: all .8s ease-in-out;
    right: 15px;
}

.container .nav .toggle li:nth-of-type(1) {
    top: 20%;
}

.container .nav .toggle li:nth-of-type(2) {
    top: 50%;
}

.container .nav .toggle li:nth-of-type(3) {
    top: 80%;
}

.container .nav .toggle.active li:nth-of-type(1) {
    top: 50%;
    transform: translate(0, -50%) rotate(45deg);
}

.container .nav .toggle.active li:nth-of-type(2) {
    left: 100%;
    opacity: 0;
}

.container .nav .toggle.active li:nth-of-type(3) {
    top: 50%;
    transform: translate(0, -50%) rotate(-45deg);
}


/*************  .nav .menu  *************/

.container .nav .menu {
    position: relative;
    float: left;
    height: 100vh;
    line-height: 60px;
    background: #ffffff;
    left: 104%;
    transition: all .8s ease-in-out;
    z-index: 2;
    width: 100% !important;
    top: 60px;
    padding-top: 5px;
}

.container .nav .menu.active {
    left: 0;
}

.container .nav .menu li {
    list-style: none;
    position: relative;
    float: left;
    height: 100%;
}

.container .nav .menu li a {
    position: relative;
    display: inline-block;
    height: 100%;
    padding: 0 20px;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
}

.toggle-menu {
    display: none;
    cursor: pointer;
}

.toggle-menu i {
    font-size: 20px;
    margin-top: 10px;
}

.small_filters {
    padding: 15px 0;
    /* float: none; */
    width: 75%;
    margin-bottom: 0;
    display: none;
    position: relative;
    margin-bottom: 15px;
}

.sel_reg {
    float: left;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    margin-right: 25px;
    width: 44%;
    border-bottom: 2px solid #cecece;
    padding-bottom: 2px;
}

.sel_reg i {
    float: right;
    color: #ea7926;
    font-size: 16px;
    margin-top: 5px;
}

.sel_net {
    float: left;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    margin-right: 0;
    width: 44%;
    border-bottom: 2px solid #cecece;
    padding-bottom: 2px;
}

.sel_net i {
    float: right;
    color: #ea7926;
    font-size: 16px;
    margin-top: 5px;
}

#remarks-text {
    max-width: 280px;
    margin-right: 0;
    padding-right: 0;
    font-size: 13px;
    line-height: 20px;
}

.countries-network .col-6 {
    width: 42%;
}

/*********Custom UI************/
.globe-text .button-wrap .btn {
    border-radius: 2px;
    background: #EA7926;
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.21);
    border: none;
    color: #fff;
    width: 100%;
    padding: 14px;
    font-family: 'Gotham Pro';
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    transition: .3s;
}

.globe-text .button-wrap .btn:hover {
    background: #CC6114;
}

.globe-text .button-wrap {
    margin-top: 20px;
    margin-right: 40px;
}

.globe-text .content-section-custom {
    font-size: 15px;
    line-height: 1.4em;
    font-family: 'Gotham Pro';
    padding-top: 40px;
}

.custom-grid-btn-wrap {
    max-width: 100%;
    margin-right: 9%;
}

.custom-grid-btn-wrap .countries-network .row {
    gap: 20px;
}

.custom-grid-btn-wrap .countries-network .row h2, .custom-grid-btn-wrap .countries-network .row p {
    margin: 0;
}

.custom-grid-btn-wrap .countries-network .row .col-6 {
    width: 50%;
}

.custom-grid-btn-wrap .countries-network .row p {
    /* padding: 15px 10px; */
}

.left-text .main.pe-0 {
    padding-right: 0 !important;
}

.llogo .tataLogo {
    width: 100%;
    max-width: 227px;
}

.text-center.globe-text-bottom {
    text-align: center;
    font-family: sans-serif;
    font-size: 17px;
    display: table;
    margin: 8px auto 15px;
    background: #e2e3e5;
    padding: 8px 16px;
    border-radius: 5px;
    font-weight: 600;
}
/***** Feedback css code ****/
.text-box p {
    font-size: 22px;
    line-height: 1.3em;
    width: 75%;
}
.text-box {
    padding-bottom: 5px;
}
.con-ouer {
    display: flex;
}
.countries-network.hide-767 {
    margin-top: 10px;
}
.con-in {
    width: 41%;
}
.tooltip {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #333333 !important;
    background-color: #ffffff !important;
    padding: 5px 10px !important;
    position: relative !important;
    box-shadow: 0px 1px 2px #d7d7d7;
    -webkit-box-shadow: 0px 1px 2px #d7d7d7;
    -moz-box-shadow: 0px 1px 2px #d7d7d7;
    border: 1px solid #E9E9E9;
}
.tooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #ffffff 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0;
}
/****Legends css****/
.mp-btn-div {
    position: absolute;
    right: 50px;
    top: 115px;
    display: flex;
    gap: 10px;
    z-index: 2;
}
a.legend-icon {
    font-size: 16px;
    color: #333333;
    line-height: 1.4em;
    display: flex;
}
a.legend-icon {
    font-size: 16px;
    color: #333333;
    line-height: 1.4em;
    display: flex;
    padding: 12px;
    border-radius: 2px;
    font-family: 'Gotham Pro';
    font-weight: 500;
    background-color: #ffffff;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in;
    padding-left: 40px !important;
    position: relative;
}
a.legend-icon:hover {
    color: #3D86C6;
}
a#ftrmenu {
    padding: 12px 12px;
}
a.legend-icon img{
    margin-right: 5px;
    left: 12px;
    padding-top: 3px;
}
.globe-legend, .globe-filter {
    cursor: pointer;
    z-index: 1;
}
.legend-icon img {
    width: 20px;
    transition: 0.3s ease-in;
}
a.legend-icon:hover .lrgends-img {
    opacity: 0;
}
a.legend-icon:hover .lrgends-img-hov {
    opacity: 1;
}
a.legend-icon .lrgends-img-hov {
   opacity: 0;
}
a.legend-icon img {
    position: absolute;
}
a.legend-icon img {
    margin-right: 5px;
    left: 12px;
    padding-top: 3px;
}
.legend-icon img {
    width: 20px;
    transition: 0.3s ease-in;
}
a.legend-icon .lrgends-img-hov {
    opacity: 0;
}
a.legend-icon img {
    position: absolute;
}
a.legend-icon img {
    margin-right: 5px;
    left: 12px;
    padding-top: 3px;
}
.legend-icon img {
    width: 20px;
    transition: 0.3s ease-in;
}
/*****popup css*****/
#openModalButton {
    padding: 10px 20px;
    cursor: pointer;
}
a.legend-icon img {
    position: absolute;
}
.modal {
    display: none; 
    position: fixed; 
    z-index: 9; 
    right: 0;
    bottom: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    /* background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);  */
    background-color: transparent; 
    padding-top: 60px;
    /* box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.07); */
}

.modal-content {
    background-color: #fefefe;
    margin: 0;
    padding: 0;
    width: 42%;
    position: absolute;
    right: 0;
    bottom: 20px;
    margin-right: 20px;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.07);
    border-radius: 6px;
}
#myModal .modal-content {
    width: 31%;
}
.border-btm {
    border-bottom: 1px solid #B1B3B6;
    margin-bottom: 20px;
}
.close {
    font-size: 28px;
    position: absolute;
    top: 15px;
    right: 15px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
/***** tabs css *****/
.tabs {
    width: 100%;
    margin: 0 auto;
}

.tab-buttons {
    display: flex;
    justify-content: center;
    background-color: #3D86C6;
    padding-left: 80px;
    border-radius: 6px 6px 0 0;
}

.tab-button {
    padding: 10px 20px 7px 20px;
    cursor: pointer;
    background-color: #3D86C6;
    border: none;
    outline: none;
    transition: background-color 0.3s;
    font-size: 16px;
    font-family: 'Gotham Pro';
    font-weight: 500;
    color: #ffffff;
    margin-top: 12px;
    position: relative;
}

.tab-button.active {
    color: #3D86C6;
    background-color: #ffffff;
    border-radius: 6px 6px 0 0;
}

.tab-content {
    display: none;
    padding: 20px;
    height: 65vh;
    overflow-y: scroll;
    scrollbar-color: #3D86C6 #ffffff;
    scrollbar-width: thin;
}

.tab-content.active {
    display: block;
}

.tab-content .row {
    display: flex;
    justify-content: space-around;
    align-items: flex-start
}

.tab-content .column {
    flex: 1;
    padding-right: 10px;
    box-sizing: border-box;
    margin: 0;
}
.tab-content li {
    font-size: 14px;
    color: #333333;
    font-family: 'Gotham Pro';
    font-weight: 400;
    line-height: 22px;
}
button#tab-text {
    position: absolute;
    left: 20px;
    top: 18px;
    background-color: transparent;
    font-family: 'Gotham Pro';
    font-weight: 500;
    font-size: 20px;
    cursor: none;
    border: none;
    padding: 0;
    color:#ffffff;
}
p.tab-subhead {
    font-size: 18px;
    font-weight: 500;
    color:#333333;
    font-family: 'Gotham Pro';
    margin-top: 0;
    margin-bottom: 12px;
    padding-bottom: 2px;
    border-bottom: 1px solid #CBCBCB;
}
ul.unstyled.centered {
    position: relative;
}
p.tb-text18 {
    padding-top: 10px;
}
.tab-content a {
    color: #333333;
    font-family: 'Gotham Pro';
    font-size: 14px;
    line-height: 1.4em

}
.tab-content a:hover {
    color: #3D86C6;
}
#st-2 {
    display: none !important;
}
img.tb-img {
    width: 460px;
}
.left-text-inner {
    margin-right: 13%;
}
.gr-region .styled-checkbox:checked+label:before {
    background: #EA7926;
    border: 0.5px solid #EA7926;
}
.gr-region .styled-checkbox+label:before{
content: '';
margin-right: 10px;
display: inline-block;
width: 20px;
height: 20px;
background: white;
border: 0.5px solid #aaaaaa;
margin-top: -4px;
border-radius: 50%;
vertical-align: middle;
cursor: pointer;
}
.gr-region .styled-checkbox.country_region:checked+label:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 6px;
    background: white;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    cursor: pointer;

}
#ftr-row1, #ftr-row2{
    display: none !important;

}
.sf-outer ul.unstyled.centered {
    position: relative;
    display: flex !important;
}
.sf-outer li {
    width: 100px;
}
/*****form css***/
#tpopup input:focus {
    border-bottom: 1px solid #FF7F32 !important;
}
#tpopup form{
    position: absolute;
    z-index: 9;
    text-align: center;
}
#tclose {
    position: absolute;
    color: #000000;
    right: -17px;
    top: 5px;
    width: 74px;
    line-height: 30px;
    text-align: center;
    font-size: 40px;
    font-weight: 200;
    cursor: pointer;
    background: transparent;
    border: none;
}
#tpopup .contact-wrap {
    width: 100%
}
#tpopup .contact-wrap .mdl-textfield {
    margin: 0 0 0 0;
    width: 100%;
}
h2.form-title {
    font-size: 23px;
    line-height: 32px;
    margin-bottom: 4px;
    text-transform: none;
    font-weight: 325;
    color: #000000;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Gotham Pro';
    text-align: left;
}
.contact-wrap {
    padding-bottom: 0;
}
.name-inputs {
    display: flex;
}
#tpopup .contact-wrap .mdl-textfield {
    margin: 0 0 0 0;
    width: 100%;
}
.name-inputs div:first-child {
    margin-right: 15px !important;
}
.contact-wrap .mdl-textfield {
    margin: 0 0 20px 0;
    width: 405px;
}
.contact-wrap .mdl-textfield {
    display: block;
    padding: 0px;
}
.contact-wrap .mdl-textfield__input.error {
    color: red !important;
}
.contact-wrap .nextPrev-wrap {
    padding: 18px 70px 30px;
}
.contact-wrap input {
    width: 100% !important;
    color: #000000 !important;
    border: none !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #9B9B9B !important;
    background: #fff !important;
    font-family: Gotham Pro !important;
    padding-left: 0 !important;
}
.contact-wrap input:focus {
    outline: none !important;
}
.contact-wrap label.mdl-textfield__label {
    display: none;
}
.contact-wrap {
    padding-bottom: 0;
}
.contact-wrap label.mdl-textfield__label {
    display: none;
}
.contact-wrap .mdl-textfield__label {
    font-size: 18px;
    color: #949598;
    font-family: "Trebuchet MS", sans-serif;
    top: 13px;
    right: 15px;
    left: 15px;
    width: auto;
}
.contact-wrap .mdl-textfield i {
    display: none !important;
}
.contact-wrap .mdl-textfield {
    display: block;
    padding: 0px;
}
.contact-wrap .mdl-textfield__label::after {
    bottom: 0px;
    background: none;
}
.contact-wrap .mdl-textfield {
    margin: 0 0 20px 0;
    width: 405px;
}

.contact-wrap .mdl-textfield__input {
    font-size: 16px;
    color: #949598;
    font-family: "Trebuchet MS", sans-serif;
    width: 405px;
    height: 50px;
    border: 1px solid #999999;
    background: #f2f2f2;
    padding: 10px 0px 0px 15px;
    margin: 0px;
}
.contact-wrap .mdl-textfield__label {
    font-size: 18px;
    color: #949598;
    font-family: "Trebuchet MS", sans-serif;
    top: 13px;
    right: 15px;
    left: 15px;
    width: auto;
}
.contact-wrap .mdl-textfield--floating-label.is-focused .mdl-textfield__label span,
.contact-wrap .mdl-textfield--floating-label.is-dirty .mdl-textfield__label span,
.contact-wrap .mdl-textfield--floating-label.has-placeholder .mdl-textfield__label span {
    background: #f2f2f2;
    color: #949598;
}
.contact-wrap .mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.contact-wrap .mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
.contact-wrap .mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
    top: -8px;
}
.contact-wrap .mdl-textfield i {
    display: none !important;
}
.contact-wrap .mdl-textfield--floating-label.is-dirty i {
    bottom: 0;
    display: block;
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 10px;
    color: #1d428a;
}
.contact-wrap .mdl-textfield--floating-label.is-dirty .mdl-textfield__input {
    border-color: #1d428a;
    color: #1d428a;
    background: #fff;
}
.contact-wrap .mdl-textfield--floating-label.is-dirty .mdl-textfield__label span {
    background: #fff;
}
.contact-wrap .mdl-textfield.is-invalid .mdl-textfield__label::after {
    background: none;
}
.contact-wrap .mdl-textfield--floating-label.is-dirty.is-invalid .mdl-textfield__input {
    border-color: red;
    color: red;
}
.contact-wrap .contact-wrap .mdl-textfield--floating-label.is-dirty.is-invalid i {
    color: red;
}
.contact-wrap .mdl-checkbox__tick-outline {
    width: 13px;
    top: -1px;
    height: 14px;
}
.contact-wrap .mdl-checkbox {
    height: auto;
    margin: 0 0 10px 0;
}
.contact-wrap .mdl-checkbox .mdl-checkbox__label {
    font-size: 16px;
    color: #333333;
    font-family: "Trebuchet MS", sans-serif;
    font-weight: 100;
    z-index: 9;
    margin-left: -25px;
    padding-left: 25px;
}
.input_select.has-success select {
    background-color: #fff;
}
/* .contact-wrap select {
    padding: 10px 7px 6px 0 !important;
} */
.input_select {
    position: relative;
    width: 100%;
    margin: 0 0 2px 0;
}
select.valid {
    color: #000000 !important;
}
.input_select select {
    border: none;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    outline: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    opacity: 1;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    margin: 0;
    margin-bottom: 0px;
    width: 100%;
    padding: 23px 7px 6px 0;
    background-color: #f2f2f2;
    font-size: 16px;
    color: #9B9B9B;
    font-weight: 400;
    border-radius: 0;
    position: relative;
    background: none;
    z-index: 1;
    border-bottom: 1px solid #9B9B9B;
    font-family: Gotham Pro;
    font-weight: normal;
    margin-bottom: 5px;
}
.input_select:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 27px;
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #4b4b4b;
    z-index: 9;
}
#tpopup .contact-wrap .mdl-textfield {
    margin: 0 0 0 0;
    width: 100%;
}
input#GDPRCompliance_emailPhone {
    position: absolute;
    left: 0;
    text-align: left;
    width: 20px !important;
    top: 9px;
    margin: 0;
}
.mdl-js-checkbox {
    position: relative;
    margin-top: 20px;
}
label {
    display: inline-block;
    padding: 5px 0px;
    cursor: pointer;
}
label.mdl-checkbox__label.GDPRCompliance {
    text-align: left;
    position: relative;
    padding-left: 5px;
    font-size: 12px;
    font-family: 'Gotham Pro';
    line-height: 1.3em;
    width: 100%;
    max-width: 100%;
}
.contact-wrap .nextPrev-wrap {
    padding: 18px 70px 30px;
}
.nextPrev-wrap #submit {
    background: #3D85C6;
    color: #fff;
    text-align: center;
    width: 180px;
    display: block;
    margin: 0 auto;
    padding: 10px;
    border-radius: 5px;
    border: none;
    border-radius: 3px;
    font-family: Gotham Pro;
    font-size: 15px;
    cursor: pointer;
}
img.ar-right {
    width: 17px;
}
.contact-wrap .form-error {
    color: red;
    display: block;
    text-align: left;
    font-size: 13px;
    font-weight: 500;
}
/****form popup css code ***/
#tpopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

#tpopup .contact-wrap {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

#tpopup .submit {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#tpopup .submit img {
    margin-left: 10px;
}
#leadForm #desk_reg {
    height: 0 !important;
    opacity: 0;
}
#leadForm .network.hide_mobile {
    height: 0 !important;
    opacity: 0;
}

#wait-wrap{ display: none;}

.nextPrev-wrap #wait-wrap {
    font-size: 16px;
    background: url(../images/loader.gif) no-repeat;
    background-size: 36px;
    position: absolute;
    top: 10px;
    left: 204px;
    min-height: 30px;
    min-width: 30px;
    padding: 6px 0 0 35px;
    color: #000;
    display: none;
}
 
    .nextPrev-wrap #wait-wrap {
        left: 0px;
        top: 12px;
    }


    div#recaptchaError {
        color: red;
        display: block;
        text-align: left;
        font-size: 13px;
        font-weight: 500;
        border: none !important;
        padding: 0 !important;
    }


 /* css for popup */

 .went-wrong-wrap:before {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #00000050;
	content: " ";
	z-index: 99;
	top: 0;
}

.went-wrong-wrap {
	height: 100vh;
	width: 100%;
	display: flex;
	align-items: center;
	position: fixed;
	z-index: 9;
	justify-content: center;
	top: 0;
}

.action-popup {
	position: absolute;
	background-color: #fff;
	padding: 40px 30px;
	box-shadow: 2px 25px 25px #00000024;
	border-radius: 2px;
	z-index: 99;
	border-radius: 10px;
	width: 30%;
	text-align: center;
}

.action-popup h3 {
	font-size: 36px;
	line-height: 42px;
	padding-bottom: 8px;
	color: #000;
	font-weight: 700;
	margin: 0 auto;
}

.action-popup .icon-container svg {
	width: 40px;
}



.went-wrong-wrap .icon-container {
	width: 70px;
	height: 70px;
	background-color: #ff0a372e;
	display: flex;
	justify-content: center;
	border-radius: 50%;
	margin: 0px auto 15px;
}

.action-popup .buttons-action {
	display: flex;
	align-items: center;
	/* float: right; */
	width: 100%;
}

.action-popup p {
	font-weight: 400;
}

.buttons-action {
	display: flex;
	align-items: center;
	float: right;
}

.action-button:hover {
	color: #fff;
	background-color: #3D85C6;
}

.action-button {
	text-align: center;
	padding: 8px 40px;
	border: 1px solid #eaeaea;
	border-radius: 5px;
	/* width: 50%; */
	margin: 15px 0px 0px;
	transition: 0.2s ease-in;
	cursor: pointer;
	background: #000 !important;
	width: 100% !important;
	color: #fff;

}


.went-wrong-wrap .action-popup {
	width: 100%;
	max-width: 550px;
	padding: 30px 35px;
	border-radius: 5px;
}

.went-wrong-wrap .action-popup .icon-container {
	background: #3D86C6;
	width: 68px;
	height: 68px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}

.went-wrong-wrap .action-popup .icon-container svg {
	width: 43px;
	height: 43px;
}

.went-wrong-wrap .action-popup .icon-container svg path {
	stroke: #fff;
}

.went-wrong-wrap .action-popup h3 {
	color: #3D86C6;
	text-align: center;
	font-family: "Gotham Pro", sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 44.5px;
	/* 139.063% */

}

.went-wrong-wrap .action-popup p {
	color: #333;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	padding-bottom: 35px;
	margin: 0;
}

.went-wrong-wrap .action-popup .buttons-action .action-button {
	margin: 0;
	color: #FFF;
	text-align: center;
	font-family: "Gotham Pro", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	/* 125% */
	padding: 10px;
	border-radius: 3px;
	background: #3D86C6 !important;
}

.went-wrong-wrap .action-popup .buttons-action .action-button:hover {
	background: #025299 !important;
}