

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border: 1px solid #D5D5D5;
    outline: 0;
    box-shadow:none;
}


.container {
   font-family:'Barlow', sans-serif;
    width: 1200px;
    font-size: 13px;
}
.desktop-banner {
   display:block;
}
.mobile-banner {
   display:none;
}
.row>* {
    padding: 0px width:auto;
}

.container a {
    color: #3f999c;
}

.banner-right-col {
    background: #eff5f5;
    position: relative;
}
.banner-text {
 color:#797979;
}
.banner-text-block {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 20px;
}

.banner-text,
.form-text {
    font-size: 14px;
    margin-top: 24px;
}
.form-text {
    margin-top: 16px;
color:#323232;
}
form {
    font-size: 14px;
    margin-top: 16px !important;
    margin-bottom: 30px !important;
}

form,
.tile-image,
.success-message,
.warning-message {
    max-width: 480px;
    margin: 0px auto;
}

select {
    width: 100%;
    height: 38px;
    border-color: #ced4da;
}

label {
    display: block;
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 600;
font-family:'Barlow', sans-serif;
}

.tile-img-desktop {
    display: block
}

.tile-img-mobile {
    display: none;
}

.gj-datepicker button {
    height: 38px;
    border-radius: 0px;
}

input#datepicker,
input[type="text"],
input[type="email"],
select {
    border-radius: 0px;
    font-size: 16px;
    height: 40px;
padding: 0px 8px 0px 12px;

}

select {
    padding-left: 12px;
    color: #6c757d;
}

input[type="submit"] {
    background: #000;
    color: #ffffff;
    border: none;
    width: 175px;
    padding: 10px 20px 10px 20px;
    line-height: 20px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
font-family:'Barlow', sans-serif;
border-radius:0px !important;
}

.header {
    text-align: center;
}

.logo {
    height: 40px;
    margin: 21px 0px 21px;
}

.footer {
    border-top: solid 1px #cccccc;
    margin-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    color: #323232;
}

.footer strong {
    font-size: 14px;
}

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

.atg-logo img {
    height: 20px;
}

.success-message {
    border: solid 1px green;
    padding: 10px;
    text-align: center;
    background: #ebffee;
    font-size: 13px;
}

::placeholder {
    font-size: 16px;
}

select {
    font-size: 16px;
}

.warning-message {
    border: solid 1px #f4a83b;
    padding: 10px;
    text-align: center;
    background: #f6bb3559;
    line-height: 13px;
    font-size: 13px;
}

.form-section-title {
    font-size: 20px;
    font-weight: 600;
    border-bottom: solid 1px #E6E6E6;
    display: flex;
line-height:28px;
    align-items: center;
    margin-bottom: 16px;
 padding-bottom:8px;
 padding-top:16px;
font-family:'Barlow', sans-serif;
}

.radio-group-title {
    margin: 0px 0px 8px;
    font-weight:600;
font-family:'Barlow', sans-serif;
}

.radio-group {
    display: flex;
    column-gap: 32px;
}

.radio-group div {
    display: flex;

}

.radio-group input {
    margin: 4px 10px 0px 0px;
}

.radio-group label {
    font-size: 16px;
font-family:'Barlow', sans-serif;
}

.date-gender-container {
    display: none;
    justify-content: space-around;
    align-content: stretch;
    column-gap: 12px;
}

.date-gender-container .form-element {
    width: 100%;
}

.customer-type-radio-group {
    margin-bottom: 38px;
}

.phone-form-element-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    column-gap: 8px;
}

.phone-form-element-container .form-element {
    width: 100%;
}

.phone-form-element-container .form-element:first-child {
    width: 142px;
}

.form-element input, .form-element #country {
    margin-bottom: 25px;
}


#phoneNumber {
    margin-bottom: 0px;
    margin-top: 29px;
}
#phoneNumber.error {
    margin-bottom: 44px;
}

.customer-type-radio-group label,
.customer-type-radio-group input {
    margin-bottom: 0px;
}

.customer-title-radio-group {
    justify-content: space-between;
    column-gap: 8px;
}

.customer-title-radio-group label {
    border: solid 1px #ccc;
    padding: 10px;
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
    line-height: 18px;
font-weight: 400;
    color: #323232;
}

.customer-title-radio-group input.active+label,.customer-title-radio-group input.active+span+label {
    background: #111;
    color: #fff;
border:solid 1px #111;
}

.customer-title-radio-group input {
    visibility: hidden;
    position: absolute;
}

.customer-title-radio-group div {
    width: 100%;
}
.datepicker {
 margin-top:0px;
}
.gj-datepicker button {
    height: 40px;
}

.discover-more-button {
    margin-top: 24px;
}

.discover-more-button a {
background: #3f999c;
    color: #fff;
    text-decoration: none;
    /* padding: 8px 20px; */
    font-size: 16px;
    width: 175px;
    display: inline-block;
    text-align: center;
    height: 40px;
    padding-top: 8px;
}

.banner-text-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.form-control {
    border-radius: 0px;
    height: 40px;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #fff;
}

.childDOBField {
    height: 40px;
    border-radius: 0px;
    font-size: 16px;
line-height:24px;
    background-image: url(https://image.info.altayer.com/lib/fe87137276600d7572/m/74/cal-icon.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: calc(100% - 8px) 11px;
margin-bottom:0px !important;
    padding: 0px 8px 0px 12px;
}

.childDOBLableWrapper {
 display:flex;
    justify-content: space-between;
    margin-top: 30px;
}
#addChildButton {
    margin-top: 20px;
    display: inline-block;
 color:#000;
}

.childDOBField.error {
  margin-bottom: 25px !important;
}

.dob-removed {
    margin-bottom: 12px;
}


.section-your-details {
    margin-top: 20px;
}

/* phone number code */
.phone-form-element-container .form-element {
    position: relative;
}

select#childGender, select#country {
    -webkit-appearance: none;
    appearance: none;
    background-image: url(https://image.info.altayer.com/lib/fe87137276600d7572/m/74/downarrowVector.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: calc(100% - 9px) 17px;
background-color:#fff;
color:#111;
}

select[name="phoneNumberCode"] {
    appearance: none;
    -webkit-appearance: none;
    color: transparent;
    background: transparent;
    background-image: url(https://image.info.altayer.com/lib/fe87137276600d7572/m/74/downarrowVector.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: calc(100% - 9px) 17px;
}

#phoneCodeValue {
    position: absolute;
    bottom: 7px;
    left: 10px;
   font-size:16px;
}

/* override datepicker icon */
.gj-datepicker-bootstrap [role=right-icon] button .gj-icon {
    position: absolute;
    font-size: 21px;
    top: 12px;
    left: 8px;
    background-image: url(https://image.info.altayer.com/lib/fe87137276600d7572/m/74/cal-icon.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: calc(100% - 0px) -1px;
    color: transparent;
    height: 15px;
    color: transparent;
    width: 18px;
}

.gj-datepicker-bootstrap [role=right-icon] button {
    border-left: none !important;
}

.gj-datepicker [role=right-icon] {
    cursor: pointer;
    display: none;
}

/* custom radio button */
.f-radio {
    border: 0;
    clip: rect(0 0 0 0);
    font-size: 0;
    height: 1px;
    margin: -1px;
    max-width: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.f-radio~.f-radio__label {
    line-height: 20px;
    display: inline-flex;
    cursor: pointer;
}

.f-radio:checked~.f-radio__label .f-radio__label-icon {
    background-color: #fff;
    border-color: #000;
    -webkit-box-shadow: inset 0 0 0 5px #000;
    box-shadow: inset 0 0 0 5px #000;
}

.f-radio~.f-radio__label .f-radio__label-icon {
    min-width: 20px;
    width: 20px;
    height: 20px;
    position: relative;
    text-align: center;
    border-radius: 100%;
    background-color: #fff;
    border: 1px solid #c3c3c3;
    color: #fff;
    margin-right: 8px;
}

.f-radio~.f-radio__label .f-radio__label-text {
    font-size: 16px;
    line-height: 20px;
    color: #323232;
   font-weight:400;
}


/* validation */
.error-info {
    display: none;
    background: #cc162c0a;
    border: solid 1px #CC162C;
    padding: 12px;
    color: #A42337;
    column-gap: 10px;
    font-size: 16px;
    font-weight: 600;
font-family:'Barlow', sans-serif;
}

.error-info div div:nth-child(2) {
    font-size: 14px;
    font-weight: 300;
}

.error-info img {
    width: 18px;
}



input.error,
select.error,
input[name="customerTitle"].error+label,
input[name="customerTitle"].error+span+label {
    border: solid 1px #A42337;
margin-bottom: 44px;
}

input[name="customerType"].error+label,
input[name="customerType"].error+span+label {
margin-bottom: 25px;
}

input[name="customerType"] {
 margin:10px;
}

.form-element {
    position: relative;
}

span.error {
    color: #A42337;
    top: 79px;
    position: absolute;
    font-size: 14px;
height:20px;
}

span#childGender-error {
    left: 0px;
}

span#customerType-error {
    bottom: 0px;
    top: auto;
}

span#phoneNumber-error {
    bottom: -20px;
 left: -115px;
}

span#childGender-error {
    bottom: -19px;
}

span#expectingChildDOB-error,span#childDOB1-error, span#childDOB2-error, span#childDOB3-error {
    top: 50px;
}
.promo-img {
    margin-top: 40px;
}
.promo-img img {
 width:100%;
}

/* footer */
.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 35px 40px;
}

.thankyou-text {
 color:#323232;
 font-size:14px;
 font-weight:400;
line-height: 20px;
}

.b-footer__content-social {
 display:none;
}

@media only screen and (max-width: 900px) {
.logo {
    margin: 12px 0px 12px;
}
.form-section-title {
padding-top:0px;
}
.error-info {
margin-bottom:16px
}
.desktop-banner {
   display:none;
}
.mobile-banner {
   display:block;
}
    .container {
        width: 100%;
    }

    label[for="gender"] {
        margin-top: 25px;
    }

    .banner-text-block {
        display: none;
    }

    span#childGender-error {
        bottom: -21px;
    }

    form,
    .tile-image,
    .success-message,
    .warning-message {
        width: 100%;
        padding: 0px 10px;
    }

    .banner-text-block {
        position: relative;
    }

    .tile-img-desktop {
        display: none
    }

    .tile-img-mobile {
        display: block;
    }

    .atg-logo {
        text-align: center;
    }

    .footer {
        text-align: center;
        padding: 25px 0px 40px;
    }

    .radio-group.customer-type-radio-group {
        flex-direction: column;
        row-gap: 20px;
    }

    .date-gender-container {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .phone-form-element-container .form-element:first-child {
        width: 150px;
    }

    input[type="submit"] {
        width: 100%;
    }


   .discover-more-button a {
        width: 100%;
        display: block;
        text-align: center;
   }
span#phoneNumber-error {
 left:-110px;
}
#customerTypeExpecting.error+span+label , #customerTypeParent.error+label {
    margin-bottom: 0px;
}
.promo-img {
    margin-top: 32px;
}
.discover-more-button {
    margin-top: 32px;
}

    .footer {
        flex-direction: column;
        row-gap: 12px;
background:#F8F8F8;

    border-top: none;
    }
.footer div:nth-child(1) {
      order:1;
}
.footer div:nth-child(3) {
      order:2;
}
.footer div:nth-child(2) {
     order:1;
}
.footer div:nth-child(4) {
      order:4;
}
.b-footer__content-social {
 display:block;
}
.b-footer__content-social-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

ul.b-footer__content-social-items li, ul.b-footer__content-social-items {
    list-style-type: none;
}
ul.b-footer__content-social-items  {
 padding:0px;
}
.b-footer__content-social-items li a {
 color:#000;
}
.b-footer__content-social-items>li:not(:last-child) .b-footer__content-social-item {
    margin-right: 30px;
}

.b-footer__content-social-item {
    font-size: 20px;
    line-height: 1;
}

.icon {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: iconfont!important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400!important;
    vertical-align: middle;
}


.icon-twitter {
    background: url(https://image.info.altayer.com/lib/fe87137276600d7572/m/74/Twitter-111.png);
    background-size: 100%;
    background-repeat: no-repeat;
width:19px;
height:16px;
}
.icon-instagram {
        background: url(https://image.info.altayer.com/lib/fe87137276600d7572/m/74/Instagram-211.png);
    background-size: 100%;
    background-repeat: no-repeat;
width:18px;
height:18px;
}
.icon-facebook {
       background: url(https://image.info.altayer.com/lib/fe87137276600d7572/m/74/Facebook-111.png);
    background-size: 100%;
    background-repeat: no-repeat;
width:10px;
height:18px;
    }
    .icon-youtube {
           background: url(https://image.info.altayer.com/lib/fe87137276600d7572/m/74/Youtube-211.png);
    background-size: 100%;
    background-repeat: no-repeat;
width:20px;
height:14px;
        }
.col-12.form-container {
 padding-left:10px !important;
 padding-right:10px !important;
}


}