#about_us{
	background: #F4F4F4;
}
.service_wrap {
    border: 1px solid #D51F2738;
    border-radius: 15px;
    padding: 35px 35px;
    box-shadow: 0px 50px 80px 0px #0000000D;
    margin-bottom: 24px;
    transition: all .5s linear;
    height: 400px;
}
.service_wrap:hover {
    background: #ffd4d54f;
	transition: all .5s linear;
}
.service_icon {
    width: 50px;
    height: 50px;
    background: #FFD4D5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin: 0 auto 25px;
}
.service_wrap img{
    transition: all .5s linear;
	width: 30px;
}
.service_wrap:hover img{
    transform: rotateY(360deg);
    transition: all .5s linear;
}
.service_wrap h5 {
    color: #030722;
    font-size: 28px;
    font-weight: 500;
    line-height: 33px;
    /* margin-bottom: 25px; */
    min-height: 75px;
}
.service_wrap ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.service_wrap ul li {
    font-size: 15px;
    font-weight: 400;
    color: #485057e6;
    position: relative;
    /* font-family: "generalsans-regular"; */
    padding-left: 18px;
}
.service_wrap ul li::after {
    position: absolute;
    content: '';
    left: 0;
    top: 10px;
    width: 3px;
    height: 3px;
    border-radius: 50px;
    background: #485057;
}
.why_choose_img {
    height: 540px;
    overflow: hidden;
    width: 350px;
    border-radius: 200px 200px 20px 20px;
}
.why_choose_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.why_choose {
    width: 87%;
    margin: auto;
}
.why_choose_right {
    display: flex;
    justify-content: end;
}
.why_choose_left ul {
    padding: 0;
    list-style: none;
    margin: 30px 0px 40px;
    display: inline-block;
    width: 100%;
}
.why_choose_left ul li{
    width: 50%;
    float: left;
    position: relative;
    font-size: 18px;
    color: #030722;
    font-weight: 500;
    margin-bottom: 20px;
    padding-left: 25px;
}
.why_choose_left ul li::after {
    position: absolute;
    content: '';
    left: 0;
    top: 6px;
    width: 16px;
    height: 16px;
    background-image: url(../images/bullet-point.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
#why_choose {
    position: relative;
}
#why_choose .container{
    position: relative;
    z-index: 9;
}
#why_choose::after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 55%;
    height: 100%;
    background-image: url(../images/bg-lines.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.pricing_wrap {
    border: 1px solid #D52228;
    border-radius: 15px;
    padding: 60px 40px;
    position: relative;
    transition: all .1s linear;
}
.power_icon {
    width: 55px;
    height: 55px;
    background: #FFD4D5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 20px;
    transition: all .1s linear;
}
.pricing_title {
    font-size: 28px;
    font-weight: 500;
    color: #030722;
    text-align: center;
    transition: all .1s linear;
}
.pricing_wrap h5 {
    font-size: 62px;
    font-weight: 600;
    color: #030722;
    transition: all .1s linear;
    text-align: center;
}
.pricing_wrap h5 span{
    color: #485057;
    font-size: 32px;
    font-weight: 400;
    transition: all .1s linear;
}
.pricing_wrap ul {
    padding: 0;
    margin: 30px auto 40px;
    list-style: none;
    transition: all .1s linear;
    width: 80%;
}
.pricing_wrap ul li {
    position: relative;
    color: #485057;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    padding-left: 30px;
    transition: all .1s linear;
}
.pricing_wrap ul li::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../images/tick.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    left: 0;
    top: 3px;
    transition: all .1s linear;
}
.pricing_wrap button {
    width: 100%;
    transition: all .1s linear;
}
.pricing_highlight {
    position: absolute;
    left: 0;
    top: 40px;
    background: #FFBF00;
    padding: 10px 20px;
    border-radius: 0px 50px 50px 0px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    opacity: 0;
    transition: all .1s linear;

}
.popular {
    background: linear-gradient(170.76deg, #ED1821 28.16%, #632600 109.72%);
    transition: all .1s linear;
    border: 4px solid #FFB1B4;
}
.popular h5 {
    color: #FFFFFF;
    transition: all .1s linear;
}
.popular ul li{
    color: #FFFFFF;
    transition: all .1s linear;
}
.popular a:hover{
    background: #ffffff;
    color: #000;
}
.popular a{
    background: #FFFFFF;
    color: #030722;
    transition: all .1s linear;
}
.popular .pricing_highlight{
    opacity: 1;
    transition: all .1s linear;
}
.popular .pricing_title{
    color: #fff;
    transition: all .1s linear;
}
.popular h5 span{
    color: #D3D3D3;
    transition: all .1s linear;
}
.terms_conditions {
    margin-top: 50px;
}
.terms_conditions h6 {
    color: #030722;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.terms_conditions h6 span{
    color: #D52228;
}
.terms_conditions ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.terms_conditions ul li{
    color: #485057;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}
.terms_conditions ul li::after {
    position: absolute;
    content: '';
    left: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    background: #D52228;
    border-radius: 50px;
}
.about_us_img {
    height: 540px;
    overflow: hidden;
    width: 350px;
    border-radius: 200px 200px 20px 20px;
}
.about_us_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#about_us {
    position: relative;
    overflow: hidden;
}
#about_us .container {
    position: relative;
    z-index: 9;
}
#about_us::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 55%;
    height: 100%;
    background-image: url(../images/bg-line-gray.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: unset;
    transform: rotate(90deg);
}
.about_right ul {
    padding: 0;
    margin: 100px 0 0;
    list-style: none;
}
.about_right ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #030722;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.about_right ul li span{
    width: 50px;
    height: 50px;
    background: #FFD4D5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about {
    display: inline-block;
    width: 100%;
}
.about_right {
    float: right;
    width: 42%;
}
.about_left {
    float: left;
    width: 58%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testi_wrap {
    border: 1px solid #D51F2799;
    border-radius: 15px;
    padding: 30px 55px;
    position: relative;
}
.testi_wrap::after {
    position: absolute;
    content: '';
    left: 0px;
    top: 40px;
    background: #D52228;
    width: 3px;
    height: 60px;
    border-radius: 100px;
}
.profile_name h6 {
    color: #D52228;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
}
.designation {
    color: #7D7D7D;
    font-size: 14px;
    font-weight: 500;
}
.quotes {
    width: 120px !important;
    margin-bottom: 20px;
}
#testimonial_slider .owl-dots button {
    width: 8px;
    height: 8px;
    border-radius: 50px;
    background: #D52228 !important;
    opacity: .5;
}
#testimonial_slider .owl-dots .active{
    opacity: 1;
}
#testimonial_slider .owl-dots {
    display: flex;
    gap: 5px;
    justify-content: center;
    margin-top: 80px;
}
.accordion-item {
    border: 1px solid #D51F2738 !important;
    border-radius: 14px !important;
    overflow: hidden;
    padding: 25px 26px;
    margin-bottom: 30px;
}
.accordion-button {
    color: #030722;
    font-size: 18px;
    font-weight: 500;
    padding: 0;
}
.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: #DD141B;
    background-color: transparent;
    box-shadow: none;
}
.accordion-body {
    padding: 20px 0px;
}
.faq .accordion-button::after {
    width: 30px;
    height: 30px;
    background-size: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23030722' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M18 12h-6m0 0H6m6 0V6m0 6v6'/%3E%3C/svg%3E");
}
.faq .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23D52228' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 12h12'/%3E%3C/svg%3E");
}
#faq {
    position: relative;
    overflow: hidden;
    padding-bottom: 40px;
}
#faq .container{
    position: relative;
    z-index: 9;
}
#faq::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/faq-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 70px;
    left: 0;
    opacity: .2;
    mix-blend-mode: multiply;
    background-attachment: fixed;
}
footer {
    background: #000000;
    padding: 60px 0px;
}
.ftr_left p {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    width: 400px;
    font-family: "generalsans-light";
	line-height: 21px;
}
.ftr_left img {
    margin-bottom: 20px;
}
.ftr_title {
    color: #D52228;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}
.ftr_centre span {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    margin-bottom: 20px;
    width: 300px;
    font-family: "generalsans-light";
    line-height: 21px;
}
.ftr_centre a {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-family: "generalsans-light";
}
.ftr_icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #D52228;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.ftr_right a {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-bottom: 10px;
    font-family: "generalsans-light";
}
.ftr_right a img {
    width: 30px;
    margin-right: 10px;
}
.copy_right {
    background: #0B0B0B;
    height: 50px;
    display: flex;
    align-items: center;
}
.copy_right_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.copy_right_wrap p{
    margin: 0;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 100;
    font-family: "generalsans-light";
}
.copy_right_wrap p a {
   text-decoration: none;
    color: #FFFFFF;
}
.steps_left ul li:nth-child(2) {
    margin-left: 180px;
}
.steps_left ul li {
    background: #FFF4F4;
    border-radius: 15px;
    padding: 30px;
    width: 450px;
    margin-bottom: 34px;
}
.steps_left ul li h5{
    color: #030722;
    font-size: 28px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}
.steps_left ul li h5 span{
    background: #D52228;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}
.steps_left ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.form_main_wrap {
    background: #D52228;
    padding: 70px 40px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.form_main_wrap h5 {
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 30px;
    position: relative;
    z-index: 9;
}
.form_main_wrap::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/form-bg.png);
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.input_style {
    background: #d4898980;
    border: 1px solid #ffffff2e;
    padding: 17px 22px;
    width: 100%;
    border-radius: 7px;
    
    outline: none;
    box-shadow: none;
    font-family: "generalsans-light";
    color: #fff;
}
.input_style::placeholder{
    color: #FFA1A6;
    font-size: 16px;
    font-family: "generalsans-regular";
    font-weight: 400;
}
.form_wrap {
    position: relative;
    z-index: 9;
}
#steps{
    position: relative;
}
#steps .container{
    position: relative;
    z-index: 9;
}
#steps::after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 55%;
    height: 100%;
    background-image: url(../images/bg-lines2.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.steps_bg_img {
    position: absolute;
    left: -150px;
    top: 290px;
    width: 536px;
    z-index: 99;
	animation: mover 3s infinite  alternate;
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
#steps .common_title {
    margin-bottom: 50px;
}
.ftr_centre {
    border-left: 1px solid #1D1D1D;
    border-right: 1px solid #1D1D1D;
    padding-left: 50px;
    margin-right: 50px;
    margin-left: 50px;
}
.book_trail_form h4 {
    font-size: 38px;
    font-weight: 500;
    color: #d52228;
    text-align: center;
}

.trial_input_style{
    background: #ffffff;
    border: 1px solid #0000001f;
    padding: 17px 22px;
    width: 100%;
    border-radius: 7px;
    outline: none;
    box-shadow: none;
    font-family: "generalsans-regular";
    color: #000000;
}
.trial_input_style::placeholder{
	color: #00000082;
    font-size: 16px;
    font-family: "generalsans-regular";
    font-weight: 400;
}
.form_wrap .common_btn {
    width: 100%;
}
.book_trail_form p {
    font-size: 14px;
    color: #485057;
    font-weight: 500;
    line-height: 18px;
    width: 370px;
    margin: 0px auto 30px;
    text-align: center;
    /* font-family: "generalsans-regular"; */
}
.book_trail_form .btn-close {
    position: absolute;
    top: -30px;
    right: -35px;
    width: 25px;
    height: 25px;
    background: #d52228;
    opacity: 1;
    border-radius: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}
.book_trail_form {
    padding: 30px 20px;
}
.popup_bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .5;
}
.modal-content {
    border: 0;
}

.steps_right .wpcf7-not-valid-tip {
    color: #fff;
}
.wpcf7-form-control-wrap {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #fff;
}

.steps_right .wpcf7 form .wpcf7-response-output {
    border: 1px solid #fff!important;
    color: #fff!important;
}
.wpcf7-not-valid-tip {
    font-size: 14px !important;
}
.wpcf7-response-output {
    font-size: 13px !important;
    line-height: 18px !important;
}
.steps_right input.wpcf7-form-control.wpcf7-submit.has-spinner {
    margin: 20px 0 0;
}
.accordion-body {
  transition: all 0.3s ease;
}
.privacy_policy h1 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 40px;
}
.privacy_policy h5 {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0px 10px;
	font-family: "generalsans-medium";
}
.privacy_policy {
    width: 80%;
    margin: auto;
}
.testi_wrap p {
    max-height: 90px;
    overflow-x: auto;
}
.why_choose_left h4 {
    width: 520px;
}