
.ui-select .select2-container .select2-selection--single {
    font-family: 'Open Sans Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    color: #252525;
    border: 1px solid #d7d7d7 !important;
    border-radius: 10px !important;
    min-width: 90px;
    background-color: #fff;
  }
  
  .ui-select .select2-container .select2-selection--single .select2-selection__rendered {
    font-family: 'Open Sans Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 48px;
    height: 50px;
    color: #252525;
    padding: 0px 30px 0px 15px;
  }
  
  .ui-select .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 30px;
    height: 50px;
    padding-left: 5px;
    line-height: 46px;
    top: 1px;
    right: 1px;
    transform: none;
  }
  
  .ui-select .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: "\e911";
    font-family: 'APB' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    color: #252525;
    background: none;
    position: relative;
    text-align: center;
  }
  
  .ui-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
  }
  
  .ui-select {
    position: relative;
  }
  
  .ui-select .theme-select-style {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    box-shadow: none !important;
    outline: none;
    display: block;
    padding: 0px 30px 0px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'Open Sans Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    color: #252525;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
    min-width: 90px;
    background-color: transparent !important;
    position: relative;
    z-index: 2;
  }
  
  
  
  .ui-select .theme-select-style-arrow {
    position: absolute;
    top: -1px;
    right: 0px;
    width: 30px;
    font-size: 10px;
    height: 50px;
    display: none;
    padding-left: 5px;
    line-height: 44px;
    z-index: 1;
  }
  
  .ui-select .theme-select-style-arrow i:before {
    font-family: 'APB' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  
  .theme-select-style+.theme-select-style-arrow {
    display: block;
  }
  
  .select2-dropdown {
    background-color: transparent;
    border: 0px solid #aaa;
    border-radius: 0px;
    padding-top: 5px;
    margin-top:0px;
  }
  
  .select2-dropdown .select2-results {
    position: relative;
    left: 0px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    overflow: hidden;
  }
  
  .select2-results__option {
    font-family: 'Open Sans Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #252525;
    padding: 8px 15px 6px 15px;
    cursor: pointer;
  }
  
  .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f1f3f0 !important;
    color: #252525 !important;
  }
  
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #90e52c !important;
    color: #252525 !important;
  }
  
  
  
  .contact-page-top-section {
    padding: 0px;
  }
  
  .contact-page-top-section .left-side {
    width: 440px;
    min-width: 440px;
  }
  
  .contact-page-top-section .right-side {
    width: calc(100% - 440px);
    padding-left: 115px;
  }
  
  .contact-page-top-section .left-side .head h1 {
    font-family: 'Open Sans Bold';
    font-size: 24px;
    line-height: 32px;
    color: rgb(26, 26, 26);
    margin: 0px 0px 12px 0px;
  }
  
  .contact-page-top-section .left-side .head p {
    font-family: 'Open Sans Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgb(26, 26, 26);
    margin: 0px;
  }
  
  .contact-page-top-section .left-side .contact-info ul {
    padding: 2px 0px 0px 0px;
    margin: 0px;
  }
  
  .contact-page-top-section .left-side .contact-info ul li {
    list-style: none;
    margin-top: 18px;
    font-family: 'Open Sans Regular';
    font-size: 16px;
    line-height: 26px;
    color: #252525;
    text-decoration: none;
  }
  
  .contact-page-top-section .left-side .contact-info ul li a {
    font-family: 'Open Sans Regular';
    font-size: 16px;
    line-height: 26px;
    color: #252525;
    text-decoration: none;
  }
  
  .contact-page-top-section .left-side .contact-info ul li a:hover span {
    text-decoration: underline;
  }
  
  .contact-page-top-section .left-side .contact-info ul li a i,   .contact-page-top-section .left-side .contact-info ul li i {
    position: relative;
    top: 4px;
    min-width: 18px;
    font-size: 20px;
    color: #90e52c;
    margin-right: 12px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  
  .contact-page-top-section .left-side .company-info {
    margin-top: 20px;
    font-family: 'Open Sans Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #252525;
  }
  
  .contact-page-top-section .left-side .company-info b,
  .contact-page-top-section .left-side .company-info strong,
  .contact-page-top-section .left-side .contact-info ul li b,
  .contact-page-top-section .left-side .contact-info ul li strong {
    font-family: 'Open Sans Bold';
    font-weight: bold;
  }

  .contact-page-top-section .left-side .apb-footer-social-link h4{
    font-family: 'Open Sans Bold';
    font-size: 16px;
    font-weight: 700;
    color: #252525;
    margin: 20px 0px 16px 0px;
    text-transform: uppercase;
  }
  
  .contact-page-top-section .left-side .social-icon {
    margin-top: 20px;
  }
  
  .contact-page-top-section .left-side .social-icon ul {
    padding: 0px;
    margin: 0px;
  }
  
  
  
  .contact-page-top-section .left-side .social-icon ul li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
  }
  
  .contact-page-top-section .left-side .social-icon ul li:last-child {
    margin-right: 0px;
  }
  
  .contact-page-top-section .left-side .social-icon ul li a {
    text-decoration: none;
    background-color: rgb(245, 245, 245);
    color: rgb(161, 161, 161);
    width: 32px;
    height: 32px;
    border-radius: 100px;
    font-size: 15px;
  }
  
  .contact-page-top-section .left-side .social-icon ul li a i {
    position: relative;
    top: 1px;
  }
  
  .contact-page-top-section .left-side .social-icon ul li a:hover {
    color: rgb(26, 26, 26);
  }
  
  .contact-page-top-section .left-side .collection-of-goods-section {
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid rgb(234, 234, 234);
  }
  
  .contact-page-top-section .left-side .collection-of-goods-section .title {
    font-family: 'Open Sans Bold';
    font-size: 18px;
    line-height: 24px;
    color: rgb(26, 26, 26);
    margin: 0px 0px 16px 0px;
  }
  
  .contact-page-top-section .left-side .collection-of-goods-section .location-title {
    font-family: 'Open Sans Medium';
    font-size: 14px;
    line-height: 20px;
    color: #252525;
    margin: 0px 0px 6px 0px;
  }
  
  .contact-page-top-section .left-side .collection-of-goods-section .location-title img {
    margin-right: 10px;
  }
  
  .contact-page-top-section .left-side .collection-of-goods-section p {
    font-family: 'Open Sans Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgb(101, 101, 101);
    margin: 0px;
  }
  
  .contact-page-top-section .left-side .collection-of-goods-section .map-link {
    font-family: 'Open Sans Medium';
    font-size: 14px;
    line-height: 20px;
    color: rgb(0, 113, 220);
    text-decoration: none;
    margin-top: 16px;
    display: inline-block;
  }
  
  .contact-page-top-section .left-side .collection-of-goods-section .map-link:hover span {
    text-decoration: underline;
  }
  
  .contact-page-top-section .left-side .collection-of-goods-section .map-link i {
    font-size: 12px;
    margin-left: 10px;
    position: relative;
    top: 1px;
  }
  
  .contact-page-top-section .contact-form {
    position: relative;
    padding: 24px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    min-height: 300px;
    border: 1px solid #d7d7d7;
  }
  
  body.contactFromSuccessMessage .form-fields.theme-form {
    opacity: 0;
  }
  
  
  
  .contact-form-success-box {
    height: 100%;
    min-height: 300px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 10;
  }
  
  .contact-form-success-box .icon {
    width: 60px;
    height: 60px;
    font-size: 22px;
    color: #90e52c;
    border: 2px solid #90e52c;
    border-radius: 100px;
    padding-top: 1px;
    padding-left: 1px;
  }
  
  .contact-form-success-box h5 {
    font-family: 'Open Sans Bold';
    font-size: 18px;
    line-height: 24px;
    color: rgb(26, 26, 26);
    margin: 15px 0px 25px 0px;
  }
  
  .close-success-message {
    font-size: 16px;
    color: rgb(26, 26, 26) !important;
    font-family: 'Open Sans Medium';
    text-decoration: none;
    text-decoration: none;
  }
  
  .close-success-message:hover span {
    text-decoration: underline;
  }
  
  .close-success-message i {
    font-size: 12px;
    margin-right: 8px;
  }
  
  .contact-page-top-section .contact-form h3 {
    font-family: 'Open Sans Bold';
    font-size: 18px;
    line-height: 24px;
    color: rgb(26, 26, 26);
    margin: 0px 0px 24px 0px;
  }
  
  .theme-form .row {
    margin: 0px -12px;
  }
  
  .theme-form .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px 12px;
  }
  
  .theme-form .form-group {
    margin-bottom: 20px;
  }
  
  .theme-form .form-control-label {
    font-family: 'Open Sans Medium';
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #252525;
    display: inline-block;
    margin-bottom: .5rem;
  }

  .theme-form .form-control-label sup {
    position: relative;
    color: #ff3f40;
    top: 1px;
    left: 1px;
    font-size: 12px;
    line-height: 0px;
}


  .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
  
  .theme-form .form-control {
    font-family: 'Open Sans Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    height: 50px;
    padding: 6px 15px;
    border-radius: 10px;
    border: 1px solid #d7d7d7;
    color: #252525;
    outline: none !important;
    box-shadow: none !important;
  }
  
  .theme-form .attachement-file-field .form-group {
    position: relative;
  }
  
  .theme-form .attachement-file-field .form-control-label {
    font-family: 'Open Sans Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: rgb(108, 117, 125);
    position: absolute;
    left: 15px;
    top: 15px;
  }
  
  .theme-form .attachement-file-field .input-filled .form-control-label {
    display: none !important;
  }
  
  .theme-form textarea.form-control {
    padding: 15px;
    min-height: 120px;
    resize: none;
  }
  
  .theme-form .form-control:focus {
    border: 1px solid rgba(103, 181, 44, 1);
  }
  
  .theme-form .form-control.error-field {
    border: 1px solid #ff3f40 !important;
  }
  
  .theme-form .form-group .error {
    font-family: 'Open Sans Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #ff3f40;
    margin-top: 5px;
  }
  
  
  .checkbox {
    position: relative;
    width: fit-content;
  }
  
  .checkbox input {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 100%;
    z-index: 10;
    opacity: 0;
    cursor: pointer;
  }
  
  .checkbox label {
    position:relative;
      padding:0px 15px 0px 30px;
      font-family: 'Open Sans Regular';
      font-size:14px;
      font-weight:400;
      color:#252525;
      line-height:18px;
      margin:0px;
      display:inline-block;
  }
  
  .checkbox label::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0px;
    width: 22px;
    height: 22px;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
  }
  
  .checkbox label a{
    text-decoration: underline !important;
    color: #252525 !important;
  }
  
  .checkbox input:checked+label::before {
    background-color: #90e52c;
    border-color: #90e52c;
  }
  
  .checkbox input:checked+label:after {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 4px;
    left: 1px;
    text-align: center;
    content: "\e905";
    font-family: 'APB' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #252525;
    font-size: 10px;
    }


.checkbox input.error-field+label:before {
    border: 1px solid #ff3f40 !important;
}



.checkbox label b,
.checkbox label strong {
    font-family: "Open Sans Bold";
    font-style: normal;
    font-weight: bold;
}



.checkbox label span,
.checkbox label a {
    text-decoration: underline !important;
    color: #252525 !important;
}



.checkbox-outer .checkbox:not(:first-child) {
    margin-top: 15px;
}
  
  
  .form-footer-btn .btn-success {
    min-width: 110px;
    padding: 8px 8px 9px 8px;
    margin-top: 20px;
  }
  
  
  
  
  
  .theme-alert {
    margin: 0px 0px 24px 0px;
  }
  
  .theme-alert.danger .alert-content i.icon-cancel,  .theme-alert.danger .alert-content i.icon-close {
    margin-top: 0px;
  }
  
  .theme-alert.danger .alert-content .text {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  
  .theme-alert.danger .close-theme-alert {
    padding-top: 0px;
    position: relative;
    top: 1px;
  }
  
  .contact-page-bottom-section {
    padding: 80px 0px;
    background-color: rgb(255, 255, 255);
  }
  
  .contact-page-bottom-section .left-side {
    width: 550px;
    min-width: 550px;
  
  }
  
  .contact-page-bottom-section .right-side {
    width: calc(100% - 550px);
    padding-left: 120px;
  
  }
  
  .contact-page-bottom-section .google-map-frame {
    position: relative;
    border-radius: 8px;
    box-shadow: 0px 8px 24px rgb(26, 26, 26, 0.08);
  }
  
  
  
  .contact-page-bottom-section .map-frame-head {
    position: relative;
    width: 100%;
    min-height: 50px;
    background-color: rgb(68, 95, 109);
    padding: 5px 20px 6px 20px;
    border-radius: 8px 8px 0px 0px;
  }
  
  .contact-page-bottom-section .map-frame-head .title-icon .text {
    font-family: 'Open Sans Medium';
    font-size: 14px;
    letter-spacing: 0.2px;
    color: rgb(255, 255, 255);
  }
  
  .contact-page-bottom-section .map-frame-head .title-icon .about-tag .txt {
    font-family: 'Open Sans Medium';
    font-size: 12px;
    line-height: 18px;
    color: rgb(145, 196, 237);
    position: relative;
    top: 1px;
  }
  
  .contact-page-bottom-section .map-frame-head .title-icon .about-tag .icon {
    min-width: 15px;
    width: 15px;
    height: 15px;
    border-radius: 100px;
    font-size: 13px;
    background-color: rgb(69, 132, 250);
    color: rgb(255, 255, 255);
    display: inline-flex;
    font-family: 'Open Sans Bold';
    margin-right: 5px;
  }
  
  .contact-page-bottom-section .map-frame-head .title-icon .about-tag .icon span {
    position: relative;
    top: 1px;
  }
  
  .contact-page-bottom-section .map-frame-head .title-icon img {
    width: auto;
    height: auto;
    max-width: 20px;
    margin-right: 10px;
  
    position: relative;
    top: 4px;
  
  }
  
  .contact-page-bottom-section .map-frame-head .map-option img {
    width: auto;
    height: auto;
    max-height: 18px;
  }
  
  .contact-page-bottom-section .iframe-wrapper {
    position: relative;
    width: 100%;
    height: 390px;
    overflow: hidden;
    border-radius: 0px 0px 8px 8px;
    border: 1px solid rgb(234, 234, 234);
  }
  
  .contact-page-bottom-section .iframe-wrapper iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
  }
  
  .contact-page-bottom-section .map-option div {
    margin-left: 40px;
  }
  
  .our-office-section .title {
    font-family: 'Open Sans Bold';
    font-size: 24px;
    line-height: 32px;
    color: rgb(26, 26, 26);
    margin: 0px 0px 16px 0px;
  }
  
  .our-office-section .location-title {
    font-family: 'Open Sans Medium';
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #252525;
    margin: 0px 0px 6px 0px;
  }
  
  .our-office-section .location-title img {
    margin-right: 10px;
  }
  
  .our-office-section .map-link {
    font-family: 'Open Sans Medium';
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: rgb(0, 113, 220);
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
  }
  
  .our-office-section .map-link:hover span {
    text-decoration: underline;
  }
  
  .our-office-section .map-link i {
    font-size: 12px;
    margin-left: 10px;
    position: relative;
    top: 1px;
  }
  
  .our-office-section .company-info {
    margin-top: 20px;
    font-family: 'Open Sans Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgb(101, 101, 101);
  }
  
  .our-office-section .company-info b,
  .our-office-section .company-info strong {
    font-family: 'Open Sans Regular Bold';
    font-weight: bold;
  }
  
  .props-section {
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid rgb(237, 237, 237);
  }
  
  .props-section .title {
    font-family: 'Open Sans Bold';
    font-size: 18px;
    line-height: 24px;
    color: rgb(26, 26, 26);
    margin: 0px 0px 16px 0px;
  }
  
  .props-section p {
    font-family: 'Open Sans Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgb(101, 101, 101);
    margin: 0px;
  }
  
  .theme-form .form-group .icon-span-filestyle {
    font-family: 'APB' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgb(26, 26, 26);
  }
  
  .theme-form .bootstrap-filestyle label.btn.btn-default {
    padding: 10px 13px;
    width: 100%;
    text-align: right;
    margin: 0px;
    height: 100%;
    display: inline-block;
  }
  
  .theme-form .form-group .icon-span-filestyle:before {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBoZWlnaHQ9IjgwMHB4IiB3aWR0aD0iODAwcHgiIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHZpZXdCb3g9IjAgMCAyODAuMDY3IDI4MC4wNjciIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxwYXRoIHN0eWxlPSJmaWxsOiMyNTI1MjU7IiBkPSJNMTQ5LjgyMywyNTcuMTQyYy0zMS4zOTgsMzAuNjk4LTgxLjg4MiwzMC41NzYtMTEzLjEwNS0wLjQyOSAgIGMtMzEuMjE0LTMwLjk4Ny0zMS4zMzctODEuMTI5LTAuNDItMTEyLjMwOGwtMC4wMjYtMC4wMThMMTQ5Ljg0MSwzMS42MTVsMTQuMjAzLTE0LjA5OGMyMy41MjItMjMuMzU2LDYxLjY1LTIzLjM1Niw4NS4xNzIsMCAgIHMyMy41MjIsNjEuMjIxLDAsODQuNTg2bC0xMjUuMTksMTIzLjAybC0wLjA0NC0wLjAzNWMtMTUuNDI4LDE0Ljc3MS00MC4wMTgsMTQuNjY2LTU1LjI2Mi0wLjM5NCAgIGMtMTUuMjQ0LTE1LjA2OS0xNS4zNC0zOS4zNjEtMC4zOTQtNTQuNTg4bC0wLjA0NC0wLjA1M2wxMy45NC0xMy43NTZsNjkuNzAxLTY4Ljg0M2wxMy45MzEsMTMuNzc0bC04My42MzIsODIuNTk5ICAgYy03LjcwMSw3LjU5Ni03LjcwMSwxOS45MjYsMCwyNy41M3MyMC4xODgsNy42MDQsMjcuODgsMEwyMzUuMDIsODcuOTg3bC0wLjAzNS0wLjAyNmwwLjQ3My0wLjQwMyAgIGMxNS42ODItMTUuNTY4LDE1LjY4Mi00MC44MjMsMC01Ni4zOXMtNDEuMDk0LTE1LjU2OC01Ni43NzYsMGwtMC40MiwwLjQ3M2wtMC4wMjYtMC4wMThsLTE0LjE5NCwxNC4wODlMNTAuNDY2LDE1OC40ODUgICBjLTIzLjUyMiwyMy4zNTYtMjMuNTIyLDYxLjIyMSwwLDg0LjU3N3M2MS42NTksMjMuMzU2LDg1LjE2MywwbDk5LjM3NS05OC42NzVsMTQuMTk0LTE0LjA4OWwxNC4xOTQsMTQuMDg5bC0xNC4xOTQsMTQuMDk4ICAgbC05OS4zNTcsOTguNjc1QzE0OS44NDEsMjU3LjE1OSwxNDkuODIzLDI1Ny4xNDIsMTQ5LjgyMywyNTcuMTQyeiIvPgo8L2c+Cjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    height: 16px;
    display: block;
    top: 8px;
    position: relative;
  }
  
  .theme-form .form-group #file-upload {
    position: absolute;
    clip: rect(0px, 0px, 0px, 0px);
    width: 100%;
    padding-right: 35px;
    height: 100%;
  }
  
  .theme-form .form-group .group-span-filestyle {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    text-align: right;
    z-index: 10;
    height: 100%;
  }
  
  .theme-form.form-group .group-span-filestyle label {
    padding: 0px;
    width: 100%;
    text-align: right;
  }
  
  .theme-form .form-group .group-span-filestyle .buttonText {
    display: none !important;
  }
  
  .theme-form .bootstrap-filestyle input.form-control {
    padding-right: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  @media (max-width: 1175px) {
    .contact-page-top-section {
      padding: 0px 0px 40px 0px;
    }
  
    .contact-page-bottom-section {
      padding: 40px 0px;
    }
  
    .contact-page-top-section .left-side {
      width: 340px;
      min-width: 340px;
    }
  
    .contact-page-top-section .right-side {
      width: calc(100% - 340px);
      padding-left: 50px;
    }
  
    .contact-page-bottom-section .left-side {
      width: 450px;
      min-width: 450px;
    }
  
    .contact-page-bottom-section .right-side {
      width: calc(100% - 450px);
      padding-left: 50px;
    }
    .apb-contact-map.apb-contact-page-map{
      margin-top:40px !important;
    }
  }
  
  @media (max-width: 975px) {
    .contact-page-top-section .left-side {
      width: 300px;
      min-width: 300px;
    }
  
    .contact-page-top-section .right-side {
      width: calc(100% - 300px);
      padding-left: 30px;
    }
  
    .contact-page-bottom-section .left-side {
      width: 400px;
      min-width: 400px;
    }
  
    .contact-page-bottom-section .right-side {
      width: calc(100% - 400px);
      padding-left: 30px;
    }
  }
  
  @media (min-width: 768px) {
    .contact-page-bottom-section .right-side.show-mobile {
      display: none !important;
    }
  }
  
  @media (max-width: 767px) {
    .contact-page-bottom-section .right-side.hide-mobile {
      display: none !important;
    }
  
   
  
    .contact-page-top-section {
      padding: 0px;
    }
  
    .contact-form-outer {
      margin-top: 30px;
    }
  
    body.contactFromSuccessMessage .form-fields.theme-form {
      display: none;
    }
  
    .form-footer-btn .btn-success {
      width: 100%;
      min-width: 100%;
    }

    .apb-contact-map.apb-contact-page-map{
      margin-top:30px !important;
    }

    .apb-contact-map.apb-contact-page-map .apb-street-map-img{
      display:none;
    }
    .apb-contact-map.apb-contact-page-map .apb-contact-map-img{
      width:100% !important;
    }

    .apb-contact-map.apb-contact-page-map .apb-contact-map-marker, .apb-contact-map.apb-contact-page-map .apb-contact-map-marker-pulse{
      left:50% !important;
    }

    .contact-page-top-section .contact-form{
      padding:15px;
    }

    .contact-page-top-section .left-side .head p, .contact-page-top-section .left-side .contact-info ul li a, .contact-page-top-section .left-side .company-info, .contact-page-top-section .left-side .contact-info ul li{
      font-size:14px;
      line-height:22px;
    }
    .contact-page-top-section .left-side .contact-info ul li a i, .contact-page-top-section .left-side .contact-info ul li i{
      font-size:18px;
    }
  
  
  
    .contact-page-top-inner-section,
    .contact-page-bottom-inner-section {
      display: block !important;
    }
  
    .contact-page-top-section .left-side {
      width: 100%;
      min-width: 100%;
    }
  
    .contact-page-top-section .right-side {
      width: 100%;
      padding-left: 0px;
    }
  
    .contact-page-bottom-section .left-side {
      width: 100%;
      min-width: 100%;
      margin-top: 40px;
    }
  
    .contact-page-bottom-section .right-side {
      width: 100%;
      padding-left: 0px;
    }
    .apb-contact-map.apb-contact-page-map:before, .apb-contact-map.apb-contact-page-map:after{
      display:none !important;
    }
  }
  
  div#content-wrapper {
    padding: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  body:not(.load) .theme-form .attachement-file-field .form-control-label {
    display: none;
  }

  .site-btn-default:hover, .site-btn-default:focus:hover{
    background-color:#252525;
    border-color:#252525;
    color:#fff;
  }

.theme-form .form-group input + .error
 {
    margin-bottom: -10px;
}
.theme-form .form-group .error i {
    margin-right: 5px;
}

.checkbox input:checked.error-field+label:before {
    border-color: #90e52c !important;
}

.select2-dropdown.select2-dropdown-updated {
  background-color: transparent;
  border: 0px solid #aaa;
  border-radius: 0px;
  padding-top: 5px;
  margin-top:0px;
}

.select2-dropdown.select2-dropdown-updated .select2-results {
  position: relative;
  left: 0px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  overflow: hidden;
}

.select2-results__option {
  font-family: 'Open Sans Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #252525;
  padding: 8px 15px 6px 15px;
  cursor: pointer;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #f1f3f0 !important;
  color: #252525 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #90e52c !important;
  color: #252525 !important;
}

.apb-contact-map.apb-contact-page-map{
  position: relative;
  background: linear-gradient(90deg, #f2f8f5 25%, #eef0ed 100%);
  border-radius: 40px 0px 40px 0px;
  overflow: hidden;
  min-height: 420px;
  width: 100%;
  margin: 60px 0px 0px 0px;
}

.apb-contact-map.apb-contact-page-map:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 75%;
  width: 300px;
  height: 169px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMDEuNTIgMTA1LjE1Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjtmaWxsLXJ1bGU6ZXZlbm9kZDt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgaWQ9IkxheWVyXzEtMiIgZGF0YS1uYW1lPSJMYXllciAxIj48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0zMS40MSw4Ny44N2wtOC4wNywxNy4yOEgwdi0zTDQ4LjE3LDBINTguNDlsNDcuODcsMTAyLjE0djNIODMuMTdMNzQuOTQsODcuODdabTcuMzMtMTguNzZoMjlMNTMuMjUsMzQuNzJabTI1OS04Ljk0YTIyLjgxLDIyLjgxLDAsMCwwLTExLjE0LTkuMDgsMjAuNTgsMjAuNTgsMCwwLDAsNy43LTguMjdBMjMuMjMsMjMuMjMsMCwwLDAsMjk3LDMxLjg4YTMyLjUyLDMyLjUyLDAsMCwwLTIuNDctMTMsMjcuOCwyNy44LDAsMCwwLTYuOC05LjY4LDI5Ljc1LDI5Ljc1LDAsMCwwLTEwLjQtNiw0MC40OCw0MC40OCwwLDAsMC0xMy4yNC0yLjA4SDIxOS42OWw5LjU3LDE5LjExLDMzLjIyLS4wNWExMi41OSwxMi41OSwwLDAsMSw5LjI3LDMuNDJBMTEuOCwxMS44LDAsMCwxLDI3NSwzMi42M2ExMC44LDEwLjgsMCwwLDEtMy41MSw4LjE4Yy0yLjI1LDItNS4yNiwzLTkuMDYsM2wtMjguNDMsMEwyMjQuNDgsNjIsMjY1Ljc3LDYyYTI4LjM1LDI4LjM1LDAsMCwxLDQuNzguMzdBMTAuMjgsMTAuMjgsMCwwLDEsMjc0Ljc0LDY0YTEwLjA1LDEwLjA1LDAsMCwxLDMuNTksNC4zOSwxMy4wNywxMy4wNywwLDAsMSwxLjA1LDUuODgsMTIsMTIsMCwwLDEtMy41OSw4LjM0cS0zLjMsMy4xMi05LDMuMTNsLTUxLjktLjE4LTkuNTcsMTkuNTNoNjNhNDEuMDgsNDEuMDgsMCwwLDAsMTQtMi4yMywyOSwyOSwwLDAsMCwxMC40Ni02LjMzLDI3LjA5LDI3LjA5LDAsMCwwLDYuNTEtOS43NSwzMy42MSwzMy42MSwwLDAsMCwyLjI1LTEyLjVBMjYuMTUsMjYuMTUsMCwwLDAsMjk3LjcsNjAuMTdabS05Ny0zNi4zM2EzNC44OCwzNC44OCwwLDAsMC03LjExLTEyLjEzQTM1LjQ4LDM1LjQ4LDAsMCwwLDE4MiwzLjMsMzgsMzgsMCwwLDAsMTY1Ljg4LjFjLTcuNDcsMC0uNTgsMC04LS4wOHMtNTguNzIsMC02Ni4yLjFsOS41NywxOXM0OS40OC40Miw1My4yOC4zNyw3LjU3LDAsMTEuMzYuMDdBMTUsMTUsMCwwLDEsMTcyLjU0LDIxYTE0LjM1LDE0LjM1LDAsMCwxLDQuOTQsMy44NywxOC4zMiwxOC4zMiwwLDAsMSwzLjE0LDUuNzMsMjEsMjEsMCwwLDEsMS4xMiw2Ljg1LDIyLjM0LDIyLjM0LDAsMCwxLTEuMTIsNy4wNywxNy4zNywxNy4zNywwLDAsMS0zLjIyLDUuODEsMTYuMTYsMTYuMTYsMCwwLDEtNSwzLjk0LDE0LDE0LDAsMCwxLTYuNTEsMS40OWwtMzAuMzctLjA1djQ4LjU5aDIyLjQzVjc0Ljg0aDcuOTRhMzkuMzQsMzkuMzQsMCwwLDAsMTUuOTMtMywzNC4xNCwzNC4xNCwwLDAsMCwxMS41MS04QTMzLjcsMzMuNywwLDAsMCwyMDAuNjYsNTJhMzkuNDUsMzkuNDUsMCwwLDAsMi40Ny0xMy45M0E0My41OCw0My41OCwwLDAsMCwyMDAuNzQsMjMuODRaIi8+PC9nPjwvZz48L3N2Zz4=);
  background-repeat: no-repeat;
  margin-left: -150px;
  margin-top: -75px;
  z-index:2;
}

.apb-contact-map.apb-contact-page-map:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 75%;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #000;
  margin-top: -150px;
  margin-left: -150px;
  z-index: 1;
  filter: blur(300px);
  opacity: 0.5;
}
.apb-contact-map-btn, .apb-contact-map-btn:focus{
  z-index:3;
}

.apb-contact-map.apb-contact-page-map .apb-contact-map-img{
  width:50%;
}
.apb-contact-map.apb-contact-page-map .apb-street-map-img{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  image-rendering: pixelated;
}
.apb-contact-map.apb-contact-page-map .apb-contact-map-marker{
  left:25%;
}
.apb-contact-map.apb-contact-page-map .apb-contact-map-marker-pulse{
  left:25%;
}

.theme-alert + .theme-alert {
  margin-top: -10px;
}

.form-footer-btn{
  margin-top:20px;
}
