*{
    margin:0;
    padding:0;
    box-sizing:border-box;
 }
 body{
   transition:0.4 !important;
 }


 /* .hero-wrap {
    min-height: auto;
    height: 700px;
    background-position: top center;
    background-attachment: fixed;
} */

.hero_slide_content {
    max-width: 80%;
    transform: translateY(30px);
    position: relative;
    margin: 0 auto;
}

.hero_slide_content h1{ letter-spacing: 3px;}
.hero_slide_content span {
    background: #171932;
    padding-left: 11px;
    padding-right: 0px;
    margin-left: -12px;
    margin-right: 6px;
}

.container {
    z-index: 1;
    position: relative;
}

.for-slide {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.register_section {
    width: 100%;
    background: #171932;
    padding-top: 156px;
    padding-bottom: 161px;
}

.register_title {
    color: #FFFFFF;
    margin-bottom: 16px;
    line-height: 1.63;
}
.register_title span {
    color: crimson;
}
.register_text {
    color: #FFFFFF;
    font-weight: 500;
    margin-top: 32px;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 0px;
}
.register_button {
    background: crimson;
    margin-top: 65px;
}
.button_1 {
    width: 202px;
    height: 48px;
}
.button a {
    font-size: 14px;
    line-height: 48px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none !important;
}
.register_button a {
    color: #FFFFFF;
}
.search_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.23;
}
.search_content {
    width: 522px;
    position: relative;
}
.input_field {
    width: 100%;
    height: 42px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: solid 2px #FFFFFF;
    padding-left: 25px;
    margin-bottom: 24px;
}
button, input {
    overflow: visible;
}
.search_section {
    width: 100%;
    height: 100%;
    background: #ececec;
}
.search_submit_button {
    width: 100%;
    height: 48px;
    background: #171932;
    color: #FFFFFF;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 28px;
    border: none;
    cursor: pointer;
}
.services_small{
    width: 100%;
    height: 252px;
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 4px;
    /* -webkit-box-shadow: 0px 15px 34px -10px rgb(0 0 0 / 9%);
    -moz-box-shadow: 0px 15px 34px -10px rgba(0, 0, 0, 0.09); */
    box-shadow: 0px 15px 34px -10px rgb(0 0 0 / 9%);
    transition: all 0.3s ease;
}

.services_small:hover {
    margin-top: -20px;
}
ul.choose {
    list-style: none;
  }
  
  ul.choose li:before {
    content: '✓';
  }

  .under-brocher {
    padding: 0.8rem 4.5rem;
    font-size: 1rem;
    line-height: 1.8;
    border-radius: 25px;
    background-color: #DC143C;
    border-color: #f58534;
    box-shadow: none;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    border: 0rem solid transparent;
    margin-right: 10px;
    color: #fff !important;
    margin-bottom: 10px;

}
.for-brocher{
    display: flex;
justify-content: center;
}





@media only screen and (max-width: 991px){
 .search_content {
    width: 75%;
}
}