@font-face {
    font-family: 'Conv_Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype'), url('../fonts/Montserrat-Regular.svg') format('svg');
}
@font-face {
    font-family: 'Conv_Poppins-Regular';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype'), url('../fonts/Poppins-Regular.svg') format('svg');
}
body {
    margin: 0;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
}
/* a{
    color: #000;
  } */
ul li {
    padding: 0;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;

}

.mt-50 {
    margin-top: 50px;
}
.mb-50 {
    margin-bottom: 50px;
}
.pt-20 {
    padding-top: 20px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pt-50 {
    padding-top: 50px;
}
.pb-50 {
    padding-bottom: 50px;
}
.border {
    border: 1px solid #dfe2e7;
    padding: 0;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #5586b8;
    position: absolute;
    top: 12px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/* header design  */

.navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: 25px;
    color: #009688;
    text-decoration: none;
    white-space: nowrap;
}
a.navbar-brand img {
    width: 143px;
}
.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: 16px;
    font-weight: var(--bs-nav-link-font-weight);
    color: #101111a3;
    margin: 2px 10px;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: #fff;
    background-color: #fff;
    border: #fff;
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: #fff !important;
}
.nav-link:focus,
.nav-link:hover {
    color: #458a38;
    border-bottom: 2px solid#458a38;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #458a38;
    border-bottom: 2px solid #458a38;
}
/* end header */
/* banner css code start */
.banner h1 {
    margin: 0;
    /* text-shadow: 2px 2px 6px #000; */
    text-align: center;
    font-size: 50px;
    font-weight: 600;
}
.banner h3,
.banner h6 {
    text-align: center;
    font-size: 25px;
    font-weight: 300;
}
.banner {
    color: white;
    background: url('./../img/bannerwebp.webp') top left/cover no-repeat;
    height: 550px;
    background-size: contain;
    background-position: 27% 0%;

}
.bannerouter {
    background: #00000073;
    width: 100%;
    position: absolute;
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.e-visa-application {
    margin: 20px 20px;
}
.e-visa-application a button {
    margin: 10px 10px;
    font-size: 18px;
    padding: 10px 30px;
}
.btn-success {
    color: #f8f8f8;
    background-color: #458a38;
    border-color: #458a38;
}
.btn-success:hover {
    background-color: #e99231;
    border: 1px solid #e99231;
}
/*  firstsection start css */
.setupbannerbottom {
    background: #e99231;
    /* box-shadow: 11px -29px 37px 11px; */
    padding: 15px 10px;
    text-align: center;
}


/*form styles*/
#msform {
    /* width: 600px; */
    margin: 50px auto;
    text-align: justify;
    position: relative;
    }
    #msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 3px;
    /* box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4); */
    /* padding: 20px 20px; */
    box-sizing: border-box;
    margin: 0px;
    /* position: absolute; */
    }
    /*Hide all except first fieldset*/
    #msform fieldset:not(:first-of-type) {
    display: none;
    }
    /*inputs*/
    #msform input,
    #msform textarea,
    #msform select {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    color: #222;
    font-size: 15px;
    }
    /*buttons*/
    #msform .next-action-button {
    width: 200px;
    background: #DA4453;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 4px;
    cursor: pointer;
    padding: 15px 5px;
    margin: 10px 5px;
    float: right;
    }
     #msform .privious-action-button {
    width: 200px;
    background: #333;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 4px;
    cursor: pointer;
    padding: 15px 5px;
    margin: 10px 5px;
    float: right;
    }
    #msform .submit-action-button {
        width: 200px;
        background: #458a38;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 4px;
        cursor: pointer;
        padding: 15px 5px;
        margin: 10px 5px;
        float: right;
        }

    #msform .action-button:hover,
    #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #DA4453;
    }
    /*headings*/
    .fs-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #222;
    margin-bottom: 10px;
    }
    .fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
    }
    /*progressbar*/
    #progressbar {
    margin-bottom: 30px;
    /* overflow: hidden; */
    counter-reset: step;
    }
.m-steps-icons {
    display: inline-block;
    padding: 0px;
}
.m-steps-icons img {
    width: 45px;
    margin: 7px 15px;
}
.m-steps-title {
    font-weight: 500 !important;
    font-size: 16px;
    margin: 0;
    line-height: 26px;
    color: #FFF;
}
.e-visa-passport img {
    display: block;
    max-width: 100%;
    height: auto;
}
.e-visa-content {
    background: #f8f8f8;
    padding: 40px 50px;
}
.e-visa-content p {
    margin: 20px 0;
    font-size: 15px;
    font-weight: 400;
}
/* third section css */
.document-required {
    background-color: #f8f8f8;
}
.documentcontentbox {
    padding: 10px 0px;
    /* text-transform: capitalize; */
}
.documentcontentbox h3 {
    margin: 20px 0;
    font-size: 20px;
    font-weight: 600;
}
.documentcontentbox p {
    margin: 20px 0;
    font-size: 15px;
    font-weight: 400;
    /* text-transform: capitalize; */
}
.docbox {
    /* margin: 50px 50px; */
    margin: 15px 15px;
    border: 1px solid #f8f8f8;
}
.documentcontentbox ul li {
    list-style-type: circle;
    /* text-transform: capitalize; */
}
/* fourth section css */
.documentcontentbox h2 {
    font-weight: 600;
    font-size: 22px;
}
/* card section css start */
.wrapper {
    background-color: #f8f8f8;
    /* padding: 90px 0px; */
}
.wrapper p {
    font-size: 15px;
    text-align: center;
}
.wrapper h1 {
    text-align: center;
    /* margin: 20px 0; */
    color: #363636;
    font-size: 30px;
}
.inner-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.card {
    flex-basis: 33.33333%;
    padding: 15px;
    height: 350px;
    margin: 9px 0;

}
.card-wrap {
    flex-basis: 33.33333%;
    padding: 15px;
    height: 350px;
    margin: 9px auto;
    width: 70%;
}
.card-header {
    color: #000;
    background-color: #fff!important;
}
.card-header h2 {
    font-size: 25px;
    font-weight: 600!important;
}
.inner-card h4 {
    font-weight: 900;
    font-size: 16px;
    margin-bottom: 10px;
    color: #444;
}
.img-wrapper {
    width: 100%;
    /* height: 250px; */
    margin-bottom: 10px;
}
.img-wrapper img {
    width: 100%;
    height: 206px;
    object-fit: cover;
    object-position: center;
}
.content p {
    font-size: 14px;
    line-height: 1.5;
    color: #555;
    text-align: justify;
}
@media (max-width: 780px) {
    .card {
        flex-basis: 50%;
    }
    .title {
        font-size: 30px;
    }
}
table.table.table-bordered thead tr th {
    text-align: center;
}
table.table.table-bordered thead tr {
    text-align: center;
    background-color: #98cbf0;
}
table.table tbody tr td {
    text-align: center;
    font-size: 15px;
}
table.table tbody tr td i.fa-check {
    text-align: center;
    font-size: 20px;
    color: #2BAE6B;
    font-weight: 700;
}
table.table tbody tr td i.fa-times {
    text-align: center;
    font-size: 20px;
    color: red;
    font-weight: 700;
}
.table tr td:nth-child(3) {
    background-color: #e1f7e6;
}
thead:first-child>tr:first-child>th {
    border-bottom: none;
    border-top: 1px solid #98cbf0;
    padding: 20px;
}
/* footer */
footer {
    padding: 40px 0;
    background-color: #5685b7;
    color: white;
}
footer ul {
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
}
footer li {
    padding: 0 10px;
    color: #fff;
}
footer ul li a {
    text-decoration: none;
    opacity: 0.8;
    color: #fff;
}
footer ul a:hover {
    opacity: 1;
}
footer .social {
    text-align: center;
    padding-bottom: 25px;
}
footer .social>a {
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin: 0 8px;
    color: inherit;
    opacity: 0.75;
}
footer .social>a:hover {
    opacity: 0.9;
}
footer .copyright {
    margin-top: 15px;
    text-align: center;
    font-size: 15px;
    color: #aaa;
    margin-bottom: 0;
}
/* rigistration page */
@media (min-width: 781px) and (max-width: 1024px) {
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {

        font-size: 23px;
        line-height: 29px!important;

    }
    .nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link
    { font-size: 23px;
        line-height: 29px!important;
    }
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active::after {
        content: "";
        position: absolute;
        right: -20px;
        top: 0;
        border-top: 38px solid transparent!important;
        border-bottom: 38px solid transparent!important;
        border-left: 20px solid #e99231;
        color: #fff;
    }
}
/* rigistration page */
@media (min-width: 480px) and (max-width: 780px) {
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {

        font-size: 15px;
        line-height: 20px;
    }
    .nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link
    { font-size: 12px;
        line-height: 15px;
    }
}

.head-tittle {
    background-color: #5585b7;
    padding: 0px 30px;
    color: #fff;
    /* margin: 10px 0; */
}
.cs-form {
    margin: 2px 0;
}
.cs-form span {
    opacity: 0.7;
    font-size: 14px;
    font-weight: 500;
}
label {
    display: inline-block;
    padding: 8px 0;
    font-size: 15px;
    /* text-transform: capitalize; */
}
.nav-tabs {
    border: none;
    border-radius: 10px;
}
.nav-justified .nav-item,
.nav-justified>.nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
    padding: 3px 20px 3px 0;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    /* width: 100%; */
    background-color: #dfe2e7;
    color: #5584b5;
    line-height: 40px;
    text-align: center;
    border-radius: 1px;
    /* padding: 8px 25px; */
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    position: relative;
    background: #e99231;
    line-height: 40px;
    text-align: justify;
    border-radius: 1px;
    color: #fff;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
    border-left: 20px solid #e99231;
    color: #fff;
}
.cs-button {
    display: flex;
    float: right;
    /* gap: 30px; */
}
.btn-next {
    background-color: #DA4453;
    color: #fff;
    border: none;
    /* width: 100%; */
    padding: 12px 50px;
    /* margin-left: auto; */
    /* margin: ; */
}
.btn-next:hover{
    background-color: #DA4453;
    color: #fff;
}
.btn-disable{
    opacity: 0.8;
    background-color: rgba(204, 204, 204, 0.809)!important;
    /* cursor: not-allowed; */
    /* background-color: #DA4453; */
    border: none;
    /* width: 18%; */
    margin-left: auto;
    padding: 12px 50px;
    color: #000;
}
.btn-disable:hover{
    background-color: rgba(204, 204, 204, 0.809)!important;
    color: #000;
}
.resend-otp{
    color: #0d6efd;
    border: none;
    /* padding: 12px 50px; */
}

.resend{
     
    color: #0d6efd;
    border: none;
    padding: 12px 50px;

   
}
.resend:hover{
    background-color: transparent;
    color: #0d6efd;
}
.btn-submit {
    background-color: #DA4453;
    color: #fff;
    border: none;
    width: 12%;
    padding: 12px 20px;
    margin-left: auto;
}
.btn-payment {
    background-color: #5586b8;
    color: #fff;
    border: none;
    width: 34%;
    padding: 12px 20px;
    margin-left: auto;
}
.btn-payment:hover{
    background-color: #fff;
    color: #5586b8;
    border: 2px solid #5586b8;
    width: 34%;


}
.mess-otp{
    margin: 10px 0px;
    opacity: 0.7;
    font-size: 14px;
}
label .star{
    color: red
}


.input{

    position: relative;
  }

  .input i{

  position: absolute;
  top: 11px;
  left: 11px;
  color: #989898;
  }

  /* .input input{

    text-indent: 25px;
  } */

.alert-danger{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 0.75rem 1.25rem;
}






/* about */
.slider-area2 {
    background-image: url(../img/bg-banner.png );
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    background-position: center bottom;
}
.slider-height2 {
    height: 400px;
    background-size: cover;
}
.hero-overly2 {
    position: relative;
    z-index: 1;
}
.hero-overly2::before {
    position: absolute;
    content: "";
    /* background-color: rgba(13, 45, 62, 0.8); */
    background-color: #00000073;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-repeat: no-repeat;
}
.slider-area2 .hero-cap h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    /* text-transform: capitalize; */
    line-height: 1;
}
.about {
    padding: 50px 0;
}
.about .heading h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.about .heading h2 span {
    color: #F24259;
}
.about .heading p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #787777;
    margin: 20px 0 60px;
    padding: 0;
}
.about h3 {
    font-size: 25px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.about p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #787777;
    margin: 20px 0 15px;
    padding: 0;
}
.about h4 {
    font-size: 15px;
    font-weight: 500;
    margin: 8px 0;
}
.about h4 i {
    color: #F24259;
    margin-right: 10px;
}
/* terms */
.content-wrap {
    padding: 50px 0;
}
.content-wrap .heading h2 span {
    color: #F24259;
}
.content-wrap p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #787777;
    margin: 20px 0 15px;
    padding: 0;
}
.content-wrap h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.content-wrap h6 {
    font-size: 15px;
    font-weight: 700;
    margin: 20px 0;
    padding: 0;
}
.content-wrap ul li {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #787777;
    padding: 0;
}
@media (min-width: 320px) and (max-width: 480px) {
    .banner {
        color: white;
        background: url(./../img/bannerwebp.webp) top left/cover no-repeat;
        height: 400px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center bottom
    }
    .bannerouter {
        height: 400px;
    }
    .setupbannerbottom {
        text-align: justify;
    }
    .e-visa-content {
        background: #f8f8f8;
        padding: 20px 20px;
    }
    .nav-justified .nav-item,
.nav-justified>.nav-link {
    flex-basis: 60%;
    flex-grow: 1;

}
.head-tittle {
    background-color: #5585b7;
    padding: 0 15px;
    color: #fff;

}
.head-tittle p {
    font-size: 15px;
}
.slider-area2 .hero-cap h2 {
    color: #fff;
    font-size: 35px;
}
    /* .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        width: 305px;
    }
    .nav-fill .nav-item .nav-link,
    .nav-justified .nav-item .nav-link {
        width: 305px;
    } */
    .btn-next {
        width: 100%;

    }
    .card-wrap {
        flex-basis: 33.33333%;
        padding: 15px;
        height: 100%;
        width: 100%;
        margin: 9px 0;
    }
    .btn-submit {

        width: 100%;

    }
    .btn-payment {

        width: 100%;

    }

}

/* pdf css code */

.pdf-page {
    width: 10.5in;
    /* height: 11in; */
    height: 100%;
    margin: 30px auto;
    box-sizing: border-box;
    padding: 60px 60px;
      background-color: #fff;
      box-shadow: 0px 2px 23px #3333;
  }

  .pdf-page h1 {
    text-align: center;
    font-size: 36px;
      color: #787777;
  }

  /* .form-section {
    margin-bottom: 20px;
  } */


  .form-detail {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

.tittle-header{
    text-align: center;
    font-size: 35px;
    color: #787777;
}
.profile-pic  {
    margin: 70px 0 0;
}
.profile-pic img {
    height: 300px;
    width: 430px;
}
.passport-pic  {
    margin: 70px 0 0;
}
.passport-pic img {
    height: 300px;
    width: 430px;

}
h2.data-tittle {
    background: #f3a433;
    padding: 12px 20px;
    color: #fff;
    font-size: 20px;
    margin: 10px 0;
}
h4.label-tittle{
    font-size: 16px;
    line-height: 25px;
    color: #787777;
    /* margin: 10px 0; */
    font-weight: 600;
}
p.label-tittle{
    font-size: 16px;
    line-height: 25px;
    color: #787777;
    /* margin: 10px 0; */
}
.profile-pic p {
    text-align: center;
    font-weight: 600;
    color: blue;
    padding: 10px 0;
}
.passport-pic p {
    text-align: center;
    font-weight: 600;
    color: blue;
    padding: 10px 0;
}
@media (max-width: 780px) {
    .pdf-page {
        width: 2.5in;
        height: 100%;
        padding: 60px 20px;

      }
      .pdf-page h1 {
        text-align: center;
        font-size: 22px;
        color: #787777;
    }
     .form-detail {
    display: inline-block;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
    .tittle-header {
        text-align: center;
        font-size: 20px;
        color: #787777;
    }
    h2.data-tittle {
        font-size: 15px;

    }
    .profile-pic {
        margin: 10px 10px;
    }
    .passport-pic {
        margin: 10px 10px;
    }

    .profile-pic p {
        text-align: center;
        font-weight: 600;
        color: blue;
        padding: 10px 0;
    }
    .passport-pic p {
        text-align: center;
        font-weight: 600;
        color: blue;
        padding: 10px 0;
    }
}
.error{
    color: red;
}












/* succesfull massage */
.succes-section {
    text-align: center;
    padding: 40px 0;
    background: #EBF0F5;
  }
  .card-succes h1 {
      color: #88B04B;
      font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
      font-weight: 900;
      font-size: 25px;
      margin-bottom: 10px;
    }
    .card-succes p {
      color: #404F5E;
      font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
      font-size:20px;
      margin: 0;
      text-align: center;
    }
  .card-succes i {
    color: #9ABC66;
    font-size: 100px;
    line-height: 200px;
    margin-left:-15px;
  }
  .card-succes {
    background: white;
    padding: 60px;
    border-radius: 4px;
    box-shadow: 0 2px 3px #C8D0D8;
    display: inline-block;
    margin: 0 auto;

  }
  .card-succes  h2 {
    font-size: 19px;
    font-weight: 500;
    text-align: justify;
    margin-bottom: 10px;
}
  .card-succes  h3 {
    font-size: 19px;
    font-weight: 600;
    text-align: justify;
}

.card-succes  h4 {
    font-size: 15px;
    font-weight: 600;
    text-align: justify;
    margin: 10px 0;
}
.card-succes p.payment-det {

    font-size: 15px;
    font-weight: 400;
    text-align: justify;
    margin: 10px 0;
    opacity: 0.7;

}
@media (min-width: 320px) and (max-width: 480px){
.slider-area2 {
    background-position: center left;
}
.slider-height2 {
    height: 230px;
}

}
/* .pay-succes-wrap{

} */


/* contact us page */
.contact-page{
    background: white;
    width: 90%;
    max-width: 900px;
    margin: 50px auto;
        padding: 20px;
    box-shadow: 0 0 10px #3333;
    border-radius: 10px;
}

  .contact-page label{
    display:block;
    margin:1em 0 .2em;
  }
  /* single-line text, checkbox, and button */
  .contact-page input, select, textarea{
    display:block;
    width:100%;
    padding:.3em;
    font-size:20px;
    background-color:#fbfbfb;
    border:solid 1px #CCC;
    resize:vertical;
  }
  .contact-page textarea{
    min-height:147px;
  }



  .contact-page  input[type=submit]{
    background: #e99231;
    color: white;
    border: none;
    border-radius: 5px;
    transition: all .3s ease-out;
     width: 80%;
    margin:50px auto;

  }


  /* hover and focus states */
  .contact-page input[type=submit]:hover,
  input[type=submit]:focus{
    background: #458a38;
    outline:none;
  }

  @media screen and (min-width:600px) {
    /*  make the form 2 columns */
    .contact-page form:after{
      content:'';
      display:block;
      clear:both;
    }
    .contact-page .column{
      width:50%;
      padding:1em;
      float:left;
    }
  }
