#header_container {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.contact-page-form header {
    background-color: #000;
    height: 80px
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.header-bg {
    height: 80px
}

.mobilityform-container {
    position: relative;
    padding: 30px 0 35px;
    background: #FCFCFC
}

.mobilityform-container .container {
    width: 1225px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.section-head {
    text-align: center;
    margin-bottom: 50px;
    position: relative
}

.section-head .section-title {
    font-size: 36px;
    color: #000;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 40px;
    margin-bottom: 10px
}

.section-subtitle {
    font-size: 18px;
    color: #000;
    font-family: "proxima-nova", sans-serif;
    font-weight: 500;
    margin-bottom: 20px
}

.section-head:after {
    content: "";
    width: 97px;
    height: 1px;
    background: #1616B9;
    position: relative;
    display: block;
    margin: 20px auto 0
}

.mobilityform-title {
    margin-bottom: 45px
}

.mobilityform-title h4 {
    color: #141414;
    font-size: 41px;
    text-align: center
}

.flex-conatiner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: space-between;
    align-items: flex-start;
}

.contact-content {
    width: 43%;
    padding-top:20px;
    padding-left:30px;
    position: relative;
}
.contact-content > span{
    font-size: 18px;
    padding: 10px 40px;
    background: #1D646D29;
    font-weight: 600;
    border-radius: 5px;
    margin-bottom: 20px;
    display: inline-block;
}
.contact-content h2,
.contact-content h3 {
    font-size: 45px;
    line-height: 55px;
    font-family: "proxima-nova", sans-serif;
font-weight:600;
    margin: 0 0 20px
}
.contact-content h2 span{
    position: relative;
    color:#1D646D;
}
.contact-content h2 span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    /* background-image: url(../image/contact/underline.svg); */
    background-size: cover;
    left: 0;
    bottom: -6px;
}
.contact-content h2 span {
    display: inline-block;
    vertical-align: middle
}
.contact-content h5{
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    margin: 0px 0 15px 0;
    position: relative;
}
.flex-icon {
    display: flex;
    align-items: flex-start;
    margin:40px 0;
    position: relative;
}
.flex-icon .icon{
font-size:20px;
line-height:20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background:#01403D;
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right:20px;
    padding:22px;
}
.flex-icon .icon:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    border: dashed 1.5px #01403d;
    top: 50px;
    left:50%;
}
.flex-icon:last-child .icon:after {
    content:none;
}
.flex-icon p{
    font-size: 18px !important;
    line-height: 28px !important;
}
.contact-content h5:after {
    /* content: ''; */
    position: absolute;
    width: 50px;
    height: 3px;
    background: #000;
    bottom: -8px;
    left: 0;
}
.contact-content h2 span svg {
    margin-right: 5px
}

.contact-content p {
    color: #656464;
    width: 100%;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}
.contact-content p cite{
    font-style:normal;
}
.contact-content p span{
    background:hsl(220, 14%, 96%);
    padding:3px 7px;
    border: 1px solid #E6E7EA;
border-radius: 6px;
margin:0 5px;
}
.contact-content p span img{
    vertical-align: middle;
}
.success p{
    color: #000;
    margin: 0 0 10px;
    width: 100%;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px !important;
    margin-bottom:0;
    width:100%;
}

.contact-content ul.hightlights {
    width: 100%;
    font-size: 0;
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap: 10px;
}
.location-head{
    font-size:24px;
    line-height:34px;
    font-weight:700;
    margin-top:40px;
}
ul.success {
    margin-top: 20px;
    width: 100%;
    border-right: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    -webkit-box-align: space-between;
    -ms-flex-align: center;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap:10px;
}

ul.success li {
    font-size: 22px;
    line-height: 30px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 49%;
    min-height: 117px;
    padding-left: 35px;
    position: relative;
    background: #F9FAFB;
    padding: 21px 15px;
    border: 1px solid #F3F4F6;
border-radius: 10px;
min-height:180px;
}
.flex-list {
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 5px;
}
.flex-list .listing:first-child::after {
    content: '';
    position: absolute;
    height: 75%;
    border: dashed 1px #707070;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.22;
}
.flex-list .listing{
    width:45%;
    position: relative;
}
ul.success li svg{
    position: absolute;
    left: 0;
    top: -6px;  
}
ul.success.hide-desk{
    display: none;
}
ul.success li h4{
    font-weight:600;
    position: relative;
}
ul.success li h4:after{
    content: '';
    position: absolute;
    height: 7px;
    width: 100%;
    background: #ccd6fc;
    bottom: 4px;
    left: 0;
    z-index: -1;
}
ul.success li:nth-child(3),
ul.success li:nth-child(4) {
    border-top: 1px solid #d9eef6;
    border-bottom: 1px solid #d9eef6
}

ul.success li span {
    font-size: 20px;
    line-height: 25px;
    display: block;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    margin-bottom:10px;
}
ul.success li img{
    height:auto;
    max-height: 40px;
    width: auto;
}
.contact-content ul.hightlights li {
    color: #000;
    display: inline-block;
    width: 30.3%;
    margin-bottom: 10px;
    vertical-align: middle;
    padding: 30px 10px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    position: relative;
    
    text-align:center;
    box-shadow: 0px 0px 7px #10277B21;
border-radius: 8px;
min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-content ul.hightlights li svg {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.contact-content h3 {
    margin: 35px 0 32px;
    text-align: left
}

.contact-form {
    width: 55%;
    padding: 9px 0 4px 20px;
    position: relative;
    border-top: 1px solid #F8F8F8;
    box-shadow: 1px 6px 10px #0000001A;
    border-radius: 14px;
    background: #ffffff;
}
.contact-form  > h6{
    font-size: 28px;
    font-weight: 700;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 10px;
    margin-bottom: 0;
    display: block;
}

/* .contact-form:before {
    content: "";
    position: absolute;
    background: url(../image/contact/contcat-form-bg.png) no-repeat;
    height: 100%;
    width: 102%;
    top: -12px;
    z-index: 0;
    left: 6px;
    background-size: 99.3% 100%
} */

.contact-form h3 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 25px;
    text-align: center;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
}

.contact-page {
    position: relative;
    z-index: 1;
    /* background: #fff; */
    margin: 0px;
    border-radius: 6px;
    padding: 0px 35px 30px 10px
}

.contact-page ul li,
.contact-page ul li.contact-company {
    display: inline-block;
    width: 49%;
    padding-left: 10px;
    margin-top: 20px;
    vertical-align: top;
    position: relative;
}


.contact-page ul li.contact-message,
.contact-page ul li.policy {
    width: 100%
}

.contact-page ul li select {
    height: 44px;
    position: relative
}

.contact-page ul li .arrow-select {
    position: relative
}

.contact-page ul li .arrow-select:before {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    background: url(../image/contact/arrow.seelct.png) no-repeat;
    width: 11px;
    height: 10px;
    z-index: 2;
    cursor: pointer;
    pointer-events: none
}

.contact-page ul li.policy {
    margin-top: 15px
}

.contact-page ul li.policy p {
    font-size: 14px;
    line-height: 22px;
    color: #8D8D8D;
    text-align:center;
}

.contact-page ul li input,
.contact-page ul li select,
.contact-page ul li textarea {
    width: 100%;
    background: #fff;
    /* border: 1px solid #fff; */
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 22px;
    font-family: "proxima-nova", sans-serif;
font-weight: 400;
    resize: none;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    border-radius: 4px;
}
.contact-page ul li select{
    color: #4A4949;
    font-weight: 700;
}
.contact-page ul li label {
    font-family: "proxima-nova", sans-serif;
font-weight: 700;
    margin-bottom: 10px;
    display:none;
}

.contact-page ul li.contact-solution ul {
    width: 94%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.contact-page ul li.contact-solution ul li {
    color: #22566b;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    padding-left: 15px;
    margin: 3px 0 7px;
    width: auto;
    padding-right: 0
}

.contact-page ul li.contact-solution ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 5px;
    width: 5px;
    border-radius: 50px;
    background: #12a0d0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.contact-page .button {
    background: #FF6900;
    color: #FFF;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    border: 0;
    display: block;
    border-radius: 4px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    font-size: 20px;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 11px;
    opacity: 1;
}
.contact-page .outline-button {
    background: #fff;
    color: #FE0935;
    border: solid 1px #FE0935;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    display: block;
    border-radius: 4px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-size: 19px;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 11px;
    opacity: 1;
    text-align:center;
}
.contact-page .validate-button .button {
    /* margin: 38px 0 0 60px */
}

.contact-page ::-webkit-input-placeholder {
    color: #8fa9b4;
    opacity: 1;
    font-size: 14px;
    line-height: 22px;
    font-family: "proxima-nova", sans-serif;
font-weight: 400;
}

.contact-page :-ms-input-placeholder {
    color: #8fa9b4;
    opacity: 1;
    font-size: 14px;
    line-height: 22px;
    font-family: "proxima-nova", sans-serif;
font-weight: 400;
}

.contact-page ::-ms-input-placeholder {
    color: #8fa9b4;
    opacity: 1;
    font-size: 14px;
    line-height: 22px;
    font-family: "proxima-nova", sans-serif;
font-weight: 400;
}

.contact-page ::placeholder {
    color: #333333;
    opacity: 1;
    font-size: 14px;
    line-height: 22px;
    font-family: "proxima-nova", sans-serif;
font-weight: 600;
}
li#button-submit{
    width: 100% !important;
}
select:focus {
    outline: none
}

.contact-page :-ms-input-placeholder {
    color: #8fa9b4;
    font-size: 14px;
    line-height: 22px;
    font-family: "proxima-nova", sans-serif;
font-weight: 400;
}

.contact-page ::-ms-input-placeholder {
    color: #8fa9b4;
    font-size: 14px;
    line-height: 22px;
    font-family: "proxima-nova", sans-serif;
font-weight: 400;
}

.popup {
    color: #0799d6
}

.popup:hover {
    color: #1FA9C8
}

.model-overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    z-index: 999999999
}

.model-popup {
    position: fixed;
    top: 15%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 999999999;
    width: 100%;
    color: #fff
}

.model-popup.open,
.model-overlay.open-overlay {
    opacity: 1;
    visibility: visible
}

.model-content {
    color: #000;
    max-width: 538px;
    margin: auto;
    height: 465px;
    background: #fff;
    padding: 28px;
    border-radius: 10px
}

.model-content h3 {
    font-size: 24px;
    line-height: 32px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    margin-bottom: 20px
}

.model-content-section p {
    margin-bottom: 20px
}

.model-content-section h4 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px
}

.model-content-section ul li {
    font-size: 16px;
    line-height: 24px;
    position: relative;
    padding-left: 15px;
    margin: 0 0 20px
}

.model-content-section ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    background: #000;
    height: 5px;
    width: 5px;
    border-radius: 50px;
    -webkit-transform: translateY(8%);
    -ms-transform: translateY(8%);
    transform: translateY(8%)
}

.model-content-section {
    height: calc(100% - 52px)
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #c6e2f0 !important;
    width: 7px !important
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #f4fafd !important;
    width: 7px !important
}

.model-header {
    position: relative
}

.model-header svg {
    height: 15px;
    width: 16px;
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer
}

body.model-opens {
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%
}

.text-cont-error-select {
    color: red
}
textarea{
    min-height:85px;
}
.text-cont-error input,
.text-cont-error select,
.text-cont-error textarea {
    color: red
}

.text-cont-error input:-ms-input-placeholder {
    color: red
}

.text-cont-error input[value] {
    color: red
}

.text-cont-error textarea[value] {
    color: red
}

.text-cont-error textarea::-webkit-input-placeholder {
    color: red
}

.text-cont-error textarea:-moz-placeholder {
    color: red
}

.text-cont-error textarea::-moz-placeholder {
    color: red
}

.text-cont-error textarea:-ms-input-placeholder {
    color: red
}

.text-cont-error input:-moz-placeholder {
    color: red
}

.text-cont-error input::-webkit-input-placeholder {
    color: red
}

.hide {
    display: none
}

pre {
    margin: 0 !important;
    display: inline-block
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
    background: none
}

#result {
    margin-bottom: 100px
}
.intl-tel-input{
    width:100%;
}
.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type=text],
.intl-tel-input.separate-dial-code input[type=tel] {
    padding-left: 100px !important
}

#error-msg {
    color: red
}

.contact-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.contact-page ul li span {
    display: none
}

.contact-page ul li.text-cont-error span,
.contact-page ul li.select-validate span {
    display: block;
    color: red;
    font-size:13px;
}

.contact-page ul li.text-cont-error input,
.contact-page ul li.text-cont-error select,
.contact-page ul li.text-cont-error textarea {
    border: 1px solid red
}

#ajx-loader {
    display: none;
    position: absolute;
       right: 0px;
    top: 6px;
}

.validate-button #ajx-loader {
    display: inline-block !important
}

.info-content {
    width: 50%;
    padding-left: 125px;
    padding-top: 185px
}

.sales-enquiries h3 {
    margin-bottom: 50px;
    text-align: left;
    padding-left: 70px;
    position: relative
}

.sales-enquiries h3:after {
    content: "";
    width: 97px;
    height: 1px;
    background: #0799d6;
    position: absolute;
    display: block;
    margin: 20px auto 0
}

.sales-enquiries ul li {
    margin-bottom: 65px
}

.sales-enquiries .send .sprite-img {
    background-position: -9px 1px;
    width: 48px;
    height: 36px
}

.sales-enquiries span {
    color: #757575;
    display: block;
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    font-size: 18px;
    margin-top: 10px
}

.sprite-img {
    background: url(../image/contact/sales.png) no-repeat;
    float: left
}

.sales-enquiries p {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-size: 20px;
    margin: 0;
    color: #323232;
    text-transform: uppercase;
    padding-left: 71px
}

.sales-enquiries a {
    text-transform: lowercase;
    color: #757575;
    display: block;
    font-family: "proxima-nova", sans-serif;
font-weight: 300;
    font-size: 18px;
    margin-top: 10px
}

.sales-enquiries .india .sprite-img {
    background-position: -85px 0;
    width: 48px;
    height: 42px
}

.sales-enquiries .usa .sprite-img {
    background-position: -154px 0;
    width: 48px;
    height: 42px
}

.sections {
    /* border-bottom: 1px solid #eee; */
    text-align: center;
    padding: 50px 0
}

.thankyou-banner-section>h3 {
    display: block;
    margin: 20px 0 30px 0;
    position: relative;
    font-size: 60px;
    font-weight: 700;
    color: #071124;
}
.thankyou-banner-section a{
    background: #FF6900;
    color: #FFF;
    width: 200px;
    margin: 38px 0 0 75px;
    padding: 10px 0;
    border: 0;
    display: block;
    border-radius: 4px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    font-size: 19px;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
    margin:auto;
}
.thankyou-banner-section>span {
    display: block;
    font-family: "proxima-nova", sans-serif;
font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    display: block;
    font-size: 20px;
    line-height: 25px;
    width:50%;
    margin:auto;
    margin-bottom:40px;
    color:#505559;
    position: relative;
}
.thankyou-banner-section>span strong{
    position: relative;
}
.thankyou-banner-section>span strong:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background-image: url(../image/contact/underline.svg);
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    bottom: 0px;
}
.follow-us {
    overflow: hidden\9;
    width: 337px;
    margin: 0 auto
}

.follow-us .fb {
    background-position: 0 -63px
}

.follow-us li {
    height: 88px;
    margin-right: 40px;
    width: 85px
}

.follow-us li a {
    display: block;
    height: 100%;
    width: 100%;
    cursor: pointer
}

.follow-us .twitter {
    background-position: -105px -63px
}

.follow-us .in {
    background-position: -220px -63px;
    margin: 0
}

.custom-select {
    position: relative;
    font-family: Arial
}

.custom-select select {
    display: none
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff;
    top: 7px
}

.select-items div,
.select-selected {
    color: #555;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 6px;
    box-shadow: 2px 6px 10px #0000000A;
    border: 1px solid #D5D5D5;
    border-radius: 4px;
    color: #4A4949;
    font-weight: 700;
    font-family: proxima-nova, sans-serif;
    height:44px;
        display: flex;
    align-items: center;
}
.select-items div{
    height:28px;
}
.select-selected {
    background-color: #fff;
    padding: 10px 20px
}

.select-selected.text-cont-error-select {
    color: red;
    border: 1px solid red
}

.select-items div {
    padding: 5px 16px;
    border-color: transparent;
    box-shadow: none;
}

.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border: 1px solid #ccc;
    border-radius: 6px
}

.select-hide {
    display: none
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1)
}

.seperator {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 20px;
    position: relative;
    padding: 0 20px;
    background: #f0f0f0;
    max-width: 30%;
    z-index: 1;
    color: #707070;
    font-weight: bold;
}
.seperator:before {
    content: '';
    position: absolute;
    background: #969696;
    height: 1px;
    width: 50px;
    left: 0;
    z-index: 0;
}
.seperator:after {
    content: '';
    position: absolute;
    background: #969696;
    height: 1px;
    width: 50px;
    right: 0;
    z-index: 0;
}

.recaptcha-down, .recaptcha-top {
    margin: 0 !important;
}
.get-results{
    width: 200px;
    height: auto;
    left: 96%;
    position: absolute;
    bottom: 23%;
    z-index: 0;
}
ul.success.responsivee{
    display:none;
}
@media screen and (max-width: 1281px) {
    .container {
        width: 100% !important;
        padding: 0 15px
    }

    .header-bg {
        display: none
    }

    .contact-content p {
        width: 100%
    }

    
    #thank .container {
        padding: 0
    }
}

@media screen and (max-width:1200px) {
    #pull.menu-toggle{
        display:none;
    }
    .get-results{
        display:none;
    }
    #ajx-loader {
        left: 154px;
        top: 1px
    }

    .info-content {
        padding: 0
    }

    .contact-content {
        width: 50%
    }

    .contact-form:before {
        background: #0799d6;
        border-radius: 6px;
        left: 0;
        top: 0;
        width: 100%
    }

    .contact-content ul.hightlights li {
        width: 50%;
        display:none;
    }
    .location-head{
        display:none;
    }
    .contact-page {
        padding: 7px 8px 15px 10px
    }

    .contact-page ul li,
    .contact-page ul li.contact-company {
        width: 49%;
        margin-top: 15px;
        padding-left: 0
    }

    .contact-page ul li:last-child {
        width: 100%;
        margin-top: 0
    }

    .contact-page .button {
        margin: 0 !important
    }

    .recaptcha-rel {
        margin-bottom: 0
    }

    .contact-page ul li.contact-solution ul li {
        width: 50%
    }

    .contact-form {
        margin-left: 20px;
        width: 47%;
        padding: 0
    }

    ul.success li {
        padding-left: 25px
    }

    .contact-content p {
        line-height: 23px
    }
    .contact-content h5{
        display: none;
    }
}

@media screen and (max-width:1024px) {
    .model-content {
        height: 400px
    }

    .contact-page-form header {
        background: transparent
    }
    .contact-page ul li.policy{
        margin-top:20px;
    }
}

@media screen and (max-width: 930px) {
    .follow-us li {
        float: none;
        display: inline-block
    }
}

@media screen and (max-width: 850px) {
    .follow-us {
        width: 100%
    }

    .sections {
        padding: 50px 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: initial
    }

    #thank .sections {
        text-align: center
    }
    .flex-icon{
        display:none;
    }
    .contact-content > span{
        display:none;
    }
    .contact-content p span{
        display:inline-block;
    }
    .contact-content p cite{
        font-style: normal;
        display: block;
    }
    .contact-content p br{
        display:none;
    }
    .seperator{
        margin-top:20px
    }

    .flex-icon{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0px;
        text-align: center;
        position: relative;
        width:100%;
    }
    .contact-content p{
        text-align:left;
        font-size:16px !important;
        line-height:26px !important;
    }
    .flex-icon h5 {
        display: block;
        font-size:12px;
        line-height:16px;
        word-break: break-word;
        width: 75%;
        margin: auto;
        margin-top: 10px;
    }
    .overall-flex{
        display:flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
        max-width: 340px;
        margin:20px auto;
        margin-bottom:35px;
    }
}

@media screen and (max-width:820px) {
    .flex-conatiner{
        flex-wrap:wrap;
    }
    .contact-content{
        width:100%;
        padding:40px 0 0 0;
        text-align: center;
    }
    .contact-form{
        width:100%;
    }
    ul.success{
        display:none;
    }
    .address-container {
        padding: 25px 0
    }

    .mobilityform-title h4 {
        font-size: 24px
    }

    .contact-page ul li label {
        font-size: 14px;
        line-height: 22px
    }

    .captchas {
        height: 75px
    }

    .info-content {
        padding: 0;
        width: 50%
    }

    ul.success {
        -webkit-box-align: self-start;
        -ms-flex-align: self-start;
        align-items: self-start
    }

    .contact-page ul li.captchas span {
        position: absolute;
        width: 100%;
        left: 0;
        top: 95px;
        white-space: nowrap;
        z-index: 9;
    }
    .contact-form > h6{
        line-height:24px;
        font-size:20px;
        padding:20px 30px 0 30px;
    }
    li#div-message {
    margin-bottom: 20px;
}
}

@media (min-width:641px) and (max-width:990px) {

    .intl-tel-input.allow-dropdown input,
    .intl-tel-input.allow-dropdown input[type=text],
    .intl-tel-input.allow-dropdown input[type=tel],
    .intl-tel-input.separate-dial-code input,
    .intl-tel-input.separate-dial-code input[type=text],
    .intl-tel-input.separate-dial-code input[type=tel] {
        padding-left: 84px !important
    }

    .contact-page ul li.contact-solution ul li:before {
        top: 11px
    }
}

@media screen and (max-width:640px) {
    .contact-content h2 span:after{
        height: 7px;
        background-repeat:no-repeat;
    }
    ul.success h4 {
        position: relative;
    }
    ul.success h4:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -5px;
        width: 50px;
        height: 2px;
        background: #0d60e8;
    }
    ul.success.hide{
        display: none;
    }
    ul.success.responsivee{
        display: block;
        margin-top:40px;
    }
    ul.success.responsivee li{
        background:#fff;
        border:none;
        margin-bottom:50px;
    }
    .responsivee .flex-list .listing:first-child::after{
        right: 10px;
    }
    ul.success.responsivee .flex-list{
        width:100%;
    }
    ul.success.responsivee .flex-list .listing{
        width:50%;
    }
    ul.success.hide-desk{
        display: none;
    }
    #ajx-loader {
        left: 154px;
        top: 19px
    }
    ul.success.responsivee .flex-list{
        position: relative;
    }
    ul.success.responsivee .listing p{
        font-size:15px;
        width:90%;
    }
    ul.success.responsivee .listing span{
        font-size: 26px;
    }
    ul.success.responsivee li.firstlist{
        padding: 0;
        margin: 0;
        min-height: inherit !important;       
    }
    ul.success.responsivee .firstlist img{
        position: absolute;
        height: auto;
        max-height: 110px;
        z-index: 9;
        left: 45%;
        bottom: -60px;
    }
    ul.success.responsivee .flex-list:after {
        content: '';
        position: absolute;
        width: 100%;
        border-bottom: dashed 2px #707070;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        opacity: 0.22;
        bottom: -80px;
    }
    .section-head .section-title {
        line-height: 32px;
        font-size: 24px
    }

    .section-subtitle {
        font-size: 16px;
        line-height: 24px
    }

    .info-content {
        padding: 0;
        width: 100%
    }

    .contact-content p,
    ul.success li span {
        font-size: 16px
    }

    .contact-content h2,
    .contact-content h3 {
        font-size: 32px;
        line-height: 32px;
        text-align:left;
        padding-left:10px;
    }

    .contact-content {
        width: 100%;
        padding: 45px 0 0 0;
    }

    .contact-content p {
        width: 100%;
        margin-bottom: 0
    }

    ul.success {
        width: 100%;
        margin-top: 20px
    }

    ul.success li {
        width: 100%
    }

    .contact-content h3 {
        margin: 25px 0 12px
    }

    .contact-form {
        width: 100%;
        padding: 0;
        /* margin-top: 20px; */
        margin-left: 0
    }

    .contact-page ul li,
    .contact-page ul li.contact-company {
        width: 100%;
        margin-top: 15px;
        padding-left: 0
    }

    .contact-page {
        margin: 5px;
        padding: 7px 10px 15px
    }

    .contact-page ul li.contact-solution ul li {
        width: 50%
    }


    .contact-page .button {
        margin: 20px 0 0 !important
    }

    .mobilityform-container {
        padding: 25px 0px 30px
    }

    .contact-form:before {
        background: #0799d6;
        border-radius: 6px;
        left: 0;
        top: 0;
        width: 100%
    }

    .iti-mobile .intl-tel-input .country-list {
        width: 100% !important
    }

    .contact-page ul li.captchas {
        margin-top: 0
    }

    .model-content h3 {
        font-size: 20px;
        line-height: 28px
    }

    .model-content-section h4 {
        font-size: 16px;
        line-height: 24px
    }

    .model-content {
        height: 365px
    }

    .section-head {
        margin-bottom: 20px
    }

    .sales-enquiries h3 {
        padding: 0;
        margin-top: 15px;
        font-size: 22px;
        line-height: 30px
    }

    .sales-enquiries p {
        line-height: 25px;
        font-size: 17px
    }

    .sales-enquiries ul li {
        margin-bottom: 25px
    }

    .sales-enquiries span {
        font-size: 14px
    }

    .contact-page ul li.captchas span {
        top: 77px
    }
    .flex-icon:last-child{
        margin-bottom:0;
    }
}

@media (min-width:481px) and (max-width:767px) {
    .address-cols {
        width: 49%;
        display: inline-block
    }
    
}

@media screen and (max-width:488px) {
    .recaptcha-rel {
        text-align: left
    }
}

@media screen and (max-width:641px) {
    .seperator{
        max-width: 50%;
    }
    .flex-icon .icon:after{        
           background: #01403d;
        border: none;
        width: 2px;
        left: 25px;
    }
}
@media screen and (max-width:480px) {
    .contact-content ul.hightlights li {
        width: 50%
    }

    ul.success li {
        padding: 0 5px 0 10px;
        margin-bottom: 10px;
    }

    .model-popup {
        left: 5%;
        width: 90%
    }
    .contact-content h2,
    .contact-content h3 {
        font-size: 32px;
        line-height: 32px
    }
}

@media screen and (max-width:420px) {
    .follow-us li {
        margin-right: 8px;
        float: none;
        display: inline-block
    }
}

@media screen and (max-width:400px) {
    .model-header svg {
        top: -17px;
        right: -14px
    }
.contact-form > h6{
    font-size:18px;
}
    .contact-content h2 span:after{
        background-size: contain;
    }
    .contact-page ul li.contact-solution ul li:before {
        top: 11px
    }
    .contact-content h2,
    .contact-content h3 {
        font-size: 27px;
        line-height: 32px
    }
}
@media screen and (max-width:330px) {
    .contact-content h2,
    .contact-content h3 {
        font-size: 23px;
        line-height: 32px
    }
}
@media screen and (min-width:1200px) {
    .flex-icon .icon{
        position: relative;
    }
}