* {
    font-family: 'Exo 2';
    margin: 0;
    padding: 0;
}
label,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol ,
address{
    margin: 0;
    padding: 0;
}
#midd-part{
    margin-top: 84px;
}
p {
    font-family: 'Exo 2';
    font-size: 22px;
    font-weight: 400;
    color: #535353;
    margin-bottom: 20px;
    line-height: 35px;
}
p:last-child {
    margin-bottom: 0;
}
img {
    max-width: 100%;
}
.thankyou-section {
    padding: 50px 0 0 0;
    position: relative;
}
.thankyou-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    align-items: center;
}
.thankyou-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0;
}
.thankyou-page-left {
    width: 51%;
}
.thankyou-page-right {
    width: 48%;
}
.thankyou-page-right h1 {
    font-size: 50px;
    line-height: normal;
    color: #ff6e00;
    font-weight: bold;
    font-family: "Exo 2";
    margin-bottom: 15px;
}

.thankyou-page-right h2 {
    font-weight: 600;
    font-size: 22px;
    color: #000;
    line-height: 1.6em;
    margin-bottom: 30px;
}
.thankyou-page-right .btn {
    margin: 0 10px 10px 0;
}
.btn {
    font-size: 20px;
    font-family: 'Exo 2';
    font-weight: 600;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background: #ff6e00;
    color: #fff;
    padding: .53em 1em;
    position: relative;
    text-align: center;
    display: inline-block;
    margin-top: 20px;
    text-transform: uppercase;
    min-width: 158px;
}
.btn:hover{
    background: #dd660c;
    color:#fff;
}
.banner-img {
    display: block;
    margin: -1.5% auto 0 auto;
    z-index: -1;
    position: relative;
}
.thankyou-section ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px 20px;
    margin-top: 20px;
}
.thankyou-section ul li img {
    width: 52px;
    height: 52px;
    display: inline-block;
    font-size: 0;
    vertical-align: top;
}
.thankyou-section ul li a {
    box-shadow: 0px 23.77151px 31.69535px 0px rgba(0, 0, 0, 0.07);
    display: block;
    padding: 20px;
    text-align: center;
    min-height: 100%;
    position: relative;
    background-color: #fff;
}
.thankyou-section ul li b {
    font-size: 18px;
    color: #000;
    font-family: 'Exo 2', sans-serif;
    font-weight: bold;
    margin-top: 15px;
    line-height: 1em;
    display: block;
}
.thankyou-section ul li {
    padding: 20px;
    position: relative;
    z-index: 0;
}
.thankyou-section ul li span {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 90px;
    z-index: -1;
}
.heading-area {
    text-align: center;
    width: 100%;
    margin-top: 30px;
}
.heading-area .heading {
    font-size: 35px;
    font-weight: bold;
    color: #ff6e00;
}
@media (max-width:991px) {
    .thankyou-page-left{width: 100%;text-align: center;margin-bottom: 30px;}
    .thankyou-page-right{width: 100%; padding-left: 0; text-align: center;}
    .thankyou-inner{
        flex-direction: column;
    }
    .thankyou-section ul {
        grid-template-columns: 1fr 1fr;
    }
    .thankyou-row {
        padding: 0;
        flex-direction: column-reverse;
    }
}
@media (max-width:630px) {
    .thankyou-page-right h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .thankyou-page-right h2 {
        font-size: 18px;
    }
    p {
        font-size: 16px;
        line-height: 26px;
    }
    h3.inner-heading {
        font-size: 24px;
    }
    .btn{
        margin-top: 10px;
    }
    .thankyou-section ul li a {
        padding: 10px;
    }
    .thankyou-section ul li b {
        font-size: 16px;
    }
}
@media (max-width:360px) {
    .thankyou-section ul {
        grid-template-columns: 100%;
    }
}