/* Position */
/* Border Radius */
/* Padding */
/* Margin */
.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-row .flex-col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
}

.flex-row .flex-col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}

.flex-row .flex-col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
}

.flex-row .flex-col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
}

.flex-row .vertical-center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.flex-row .flex-col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-row.justify-space {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container:hover input ~ .checkmark {
  background-color: #fff;
}

.container input:checked ~ .checkmark {
  background-color: #171a21;
  border-color: #171a21;
  color: red;
}

.customInput {
  border-bottom: 1px solid #102131 !important;
  border: 0;
  border-radius: 0;
  padding: 8px 5px 3px;
  outline: 0;
  width: 100%;
}

.customInput:focus {
  outline-width: 0;
}

::-webkit-input-placeholder {
  color: #ababb6;
}

:-ms-input-placeholder {
  color: #ababb6;
}

::-ms-input-placeholder {
  color: #ababb6;
}

::placeholder {
  color: #ababb6;
}

select option {
  padding: 20px;
}

.w-100 {
  width: 100px;
}

.margin-5 {
  margin-left: 5%;
}

.margin-0-top {
  margin-top: 0 !important;
}

.pos-relative {
  position: relative;
}

.btn-submit {
  background: #171a21;
  color: white;
  border-radius: 0;
}

.btn-submit:hover,
.btn-submit:active {
  color: white;
}

.form-group {
  margin: 0;
}

/* Modal */
.modal-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}

.customModal .modal-center {
  width: 480px;
}

.customModal .modal-center .modal-body {
  padding: 30px 50px 10px;
  text-align: center;
  justify-items: center;
}

.customModal .modal-center .modal-body p {
  font-size: 16px;
  margin: 0;
}

.customModal .modal-center .modal-body .btn-submit {
  width: 100px;
  padding: 3px 0;
}

.policyDetails .modal-body {
  padding: 0;
}

.policyDetails .modal-body .table tbody tr:nth-child(even) {
  background: #efeff5;
}

.no-border {
  border: 0 !important;
}

.table-odd-color tbody tr td {
  font-size: 16px;
}

.table-odd-color tbody tr:nth-child(odd) {
  background: #efeff5;
}

.color-grey {
  color: #ababb6;
  cursor: pointer;
}

.color-blue {
  color: #1a4776;
  cursor: pointer;
}

.common-shadow {
  -webkit-box-shadow: 0px 4px 7px -1px #e5e5e5;
  box-shadow: 0px 4px 7px -1px #e5e5e5;
}

.btn-outline {
  border: 1px solid #1a4776;
  color: #1a4776;
  background: transparent;
  border-radius: 0;
  font-weight: bold;
  -webkit-box-shadow: 0 0 2px #4e4949;
  box-shadow: 0 0 2px #4e4949;
}

.btn-outline:hover {
  border-color: #171a21;
  color: #171a21;
}

.modal .serviceRequestForm .header {
  color: #102131;
  font-size: 16px;
  padding: 15px 50px 10px;
  font-weight: bold;
}

.serviceRequestForm .serviceForm {
  padding: 35px 50px 20px;
}

.serviceRequestForm .serviceForm .listDocumentsRequired {
  font-weight: bold;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.serviceRequestForm .serviceForm .right.download-row {
  margin: 3px 0 0 0;
}

.serviceRequestForm .serviceForm .right.download-row .hd {
  margin: 0 0 3px;
}

.serviceRequestForm .serviceForm .right.download-row .file {
  color: #1a4776;
  text-decoration: underline;
  cursor: pointer;
}
.serviceRequestForm .serviceForm .right.download-row .file a:hover {
  color: #97144d !important;
}

.serviceRequestForm .serviceForm .right .hd {
  font-size: 16px;
  color: #102131;
  margin: 0 0 10px;
  font-weight: bold;
}

.serviceRequestForm .serviceForm .right .file .close {
  float: right;
}

.serviceRequestForm .serviceForm .right .para {
  color: #ababb6;
  margin: 0 0 20px;
}

.serviceRequestForm .serviceForm .right .button-group button {
  /* border-radius: 3px; */
  font-size: 16px;
  margin: 5px;
}

.serviceRequestForm .serviceForm .right textarea {
  min-height: 80px;
  max-height: 80px;
  min-width: 100%;
  max-width: 100%;
}

.serviceRequestForm .serviceForm .right .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
}

.serviceRequestForm .serviceForm .right .upload-btn-wrapper .btn-browse {
  border: 0;
  color: #1a4776;
  background-color: white;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  height: 40px;
}

.serviceRequestForm .serviceForm .right .upload-btn-wrapper input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.serviceRequestForm .serviceForm .right .upload-btn-wrapper .btn-upload {
  width: 100px;
  height: 32px;
  font-size: 15px;
  border-radius: 3px;
  margin: 0 0 27px;
}

.contactus .serviceForm {
  padding: 0;
}

.contactus .rightSection {
  margin: 50px 0 0;
}

.contactus .rightSection p {
  font-weight: bold;
}

.contactus .contactusForm .form-control {
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid #a8abb1;
  background: #fff;
  margin: 0 0 25px;
}
.contactus .contactusForm .form-control & .is-focused {
  border: 1px solid #0092db;
  box-shadow: 0px 0px 0px 2px #99d3f1;
}
.contactus .contactusForm textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
  max-height: 200px;
}

.contactus .contactusForm .label {
  color: #505662;
  font-weight: 429.05;
  margin: 10px 16px;
  font-size: 16px;
}

.contactus .contactusForm .btn-submit {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
}

#gcsWrapper .bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
}

#gcsWrapper .top-right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

#gcsWrapper .top-right .topRightPattern {
  position: absolute;
  top: 0;
  right: 0;
}

#gcsWrapper #loginWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
}

#gcsWrapper #loginWrapper .innerWrapper {
  width: 100%;
  height: 500px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px #ddd;
  box-shadow: 0 0 10px #ddd;
  background: white;
}

#gcsWrapper #loginWrapper .innerWrapper .flex-row .loginBanner {
  width: 100%;
  height: 100%;
  border-radius: 10px 0 0 10px;
}

#gcsWrapper #loginWrapper .innerWrapper .flex-row .content {
  position: absolute;
  width: 70%;
  height: 100%;
  text-align: center;
  top: 0;
}

#gcsWrapper #loginWrapper .innerWrapper .flex-row .content .inner-content {
  text-align: left;
}

#gcsWrapper #loginWrapper .innerWrapper .flex-row .content .inner-content .hd {
  color: white;
  font-size: 46px;
  width: 380px;
  position: absolute;
  top: 100px;
  right: 0;
  bottom: 0;
  left: 60px;
}

#gcsWrapper
  #loginWrapper
  .innerWrapper
  .flex-row
  .content
  .inner-content
  .para {
  color: white;
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 60px;
}

#gcsWrapper #loginWrapper .innerWrapper .rightSection {
  width: 280px;
  text-align: center;
}

#gcsWrapper #loginWrapper .innerWrapper .rightSection .logo {
  width: 150px;
}

#gcsWrapper
  #loginWrapper
  .innerWrapper
  .rightSection
  .loginOption
  .customInput {
  width: 190px;
}

#gcsWrapper #loginWrapper .innerWrapper .rightSection .loginForm {
  width: 280px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#gcsWrapper #loginWrapper .innerWrapper .rightSection .loginForm .input-group {
  margin: 20px 0 0 0;
  width: 100%;
}

#gcsWrapper
  #loginWrapper
  .innerWrapper
  .rightSection
  .loginForm
  .input-group
  .customInput {
  position: relative;
  padding: 8px 5px 3px 23px;
}

#gcsWrapper
  #loginWrapper
  .innerWrapper
  .rightSection
  .loginForm
  .input-group
  span {
  /* position: absolute; */
  color: #102131;
  z-index: 1;
}

#gcsWrapper
  #loginWrapper
  .innerWrapper
  .rightSection
  .loginForm
  .input-group
  span
  img {
  width: 10px;
}

#gcsWrapper
  #loginWrapper
  .innerWrapper
  .rightSection
  .loginForm
  .input-group
  span.user,
#gcsWrapper
  #loginWrapper
  .innerWrapper
  .rightSection
  .loginForm
  .input-group
  span.lock {
  bottom: 5px;
  left: 3px;
}

#gcsWrapper
  #loginWrapper
  .innerWrapper
  .rightSection
  .loginForm
  .input-group
  span.eye {
  right: 0;
  bottom: 5px;
  cursor: pointer;
}

#gcsWrapper
  #loginWrapper
  .innerWrapper
  .rightSection
  .loginForm
  .input-group
  span.eye
  img {
  width: 15px;
}

#gcsWrapper
  #loginWrapper
  .innerWrapper
  .rightSection
  .loginForm
  .input-group
  p.forgotPassword {
  position: absolute;
  text-align: right;
  right: 0;
  font-size: 11px;
  margin: 5px 0 0;
  cursor: pointer;
  color: #2b6198;
}

#gcsWrapper #loginWrapper .innerWrapper .rightSection .loginForm .btn-submit {
  margin: 35px 0 0 0;
  width: 100%;
}

/* Group Portal */

.groupBusinessPortal .topWrapper {
  height: 340px;
  background: url("../img/gcsbanner.png");
}

.groupBusinessPortal .topWrapper .groupbg h2 {
  text-align: center;
  color: white;
  padding: 70px 0;
  font-size: 35px;
  margin: 0;
}

.groupBusinessPortal .cardWrapper .card .hd {
  margin: 35px 0 20px;
  font-size: 32px;
  color: #102131;
}

.groupBusinessPortal .cardWrapper .card .para {
  color: #ababb6;
  font-size: 16px;
  margin: 0 0 40px;
}

.groupBusinessPortal .cardWrapper .card .btn-outline {
  width: 160px;
}

/*GCS Tabs*/
.gcs-tabs .wrapper {
  margin: 20px 0 0;
  margin-top: 11rem !important;
}

.gcs-tabs .wrapper .tab li:active .btn-tab,
.gcs-tabs .wrapper .tab li.active .btn-tab {
  background: #171a21;
  color: #ffffff;
}

.gcs-tabs .policy-table thead tr th {
  border-bottom: 0;
}

.gcs-tabs .policy-table thead tr th span:hover {
  color: #171a21;
  cursor: pointer;
}

.gcs-tabs .policy-table tr th,
.gcs-tabs .policy-table tr td {
  padding: 15px 0 15px 20px;
}

.gcs-tabs .pagination {
  float: right;
}

.gcs-tabs .pagination span {
  color: #1a4776;
  font-size: 16px;
  cursor: pointer;
}

.gcs-tabs .pagination span.active {
  padding: 8px 12px;
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border: 1px solid #ddd;
  margin: 0 4px;
  background-color: #143a72;
  color: #ffffff;
  border: 1px solid #143a72;
  border-radius: 3px;
}

.gcs-tabs .statusDashboard .modal-body {
  padding: 0;
}

.gcs-tabs .statusDashboard .modal-body table thead tr th {
  border: 0;
}

/* Feedback */
.feedback {
  color: #102131;
}

.feedback .note {
  font-size: 16px;
  margin: 0 0 30px;
}

.feedback .hd {
  font-size: 32px;
  font-weight: bold;
  margin: 40px 0 20px;
}

.feedback textarea {
  min-width: 536px;
  max-width: 536px;
  min-height: 261px;
  max-height: 261px;
  -webkit-box-shadow: 0 0 15px #eee;
  box-shadow: 0 0 15px #eee;
  margin: 0 0 15px;
  padding: 10px;
}

.feedback .feedbackForm .btn-submit {
  border-radius: 3px;
  font-size: 17px;
}

/*Tabs-SR*/
.servicerequestCards {
  background: #f4f4f6;
  text-align: center;
  padding: 50px 0 10px;
}

.servicerequestCards .item .card {
  background: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
  width: 235px;
  margin: 0 auto;
  padding: 25px 18px 15px;
  border: #d2cdcd solid 1px;
}
.servicerequestCards .item .card.active {
  border: #171a21 solid 1px;
}

.servicerequestCards .item .card .img {
  width: auto;
  display: initial;
  margin: 0 0 25px;
}

.servicerequestCards .item .card .hd {
  font-size: 19px;
  color: #102131;
  font-weight: bold;
  margin: 0;
}

.servicerequestCards .item .card .para {
  color: #ababb6;
  font-size: 14px;
  margin: 10px 0 40px;
}

.servicerequestCards .item .card .link {
  color: #1a4776;
  font-size: 16px;
  font-weight: bold;
}

.servicerequestCards .item .card .link:hover {
  color: #171a21;
  text-decoration: none;
}

.servicerequestCards .item .card .link p.text {
  margin: 0;
}

.servicerequestCards .item .card .link p img {
  width: auto;
  display: initial;
}

.servicerequestCards .owl-pagination .active span {
  background: #171a21 !important;
  border: 1px solid #171a21 !important;
}

.servicerequestCards .owl-pagination .owl-page span {
  background: #fff;
  border: 1px solid #1a4776;
}

.servicerequestCards .owl-buttons {
  position: absolute;
  top: 34%;
  width: 100%;
}

.servicerequestCards .owl-buttons .owl-next {
  background: transparent !important;
  position: absolute;
  right: -31px;
}

.servicerequestCards .owl-nav .owl-prev {
  background: transparent !important;
  position: absolute;
  left: -31px;
}

.captcha-wrapper {
  margin: 0px 0px 22px 0px;
}
