/*
Theme Name: Gillco International School
Description: .

Author: Rahul
Version: 1.0.1
Tags:  
 
*/ 

.border-input .form-control {
    background-color: #f7f7f7;
    border: 1px solid #68493947 !important;
}

.wpcf7 ul{
	list-style: disc !important;
    margin-left: 21px !important;
}
.thank-you-page {
    padding: 80px 0;
    / display: flex; /
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    line-height: 28px;
}
.thank-you-page h3 {
    text-align: center;
    font-size: 4em;
    font-weight: 700;
    color: #684939;
}
.thank-you-page h3 + p {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    color: #000;
}
a.call-action-thank {
    color: #684939;
    font-weight: bold;
}
.thank-you-page ul li {
    display: inline-block;
}
.thank-you-page ul li a {
    height: 40px;
    width: 40px;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #000;
    margin-right: 15px;
    margin-bottom: 10px;
}
a.backhome {
    color: #000;
    font-weight: bold;
    display: block;
}

