body,
* {
    font-family: 'Rubik', sans-serif;
    color: #242424;
}

.header {
    background-color: #9d23c5cc;
    padding: 20px 16px;
    text-align: center;
}

.header img {
    width: 260px;
}

.register {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 700px;
    background-image: url('https://himrishtey.com/img/home-slider/slide2.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.registerForm {
    width: 400px;
    background-color: #9d23c5cc;
    padding: 30px;
}

.registerForm h3 {
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin: 0;
}

.registerForm input,
.registerForm select {
    width: 100%;
    height: 32px;
    border: 1px solid #fff;
    background: transparent;
    padding: 0px 24px;
    color: #fffbfb;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 15px;
    margin-top: 20px;
}

.registerForm select option {
    color: black;
}

.registerForm input::placeholder {
    color: #fffbfb;
}

.registerForm button {
    background: #fe372b;
    color: #fff;
    line-height: 40px;
    display: inline-block;
    padding: 0px 25px;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    text-transform: uppercase;
    text-align: center;
    border: 0px;
    margin: auto;
    margin-top: 20px;
}

.story-header {
    margin: 50px 0 70px 0;
}

.storyCard {
    background-color: white;
    box-shadow: 3px 0px 10px 1px #9f9f9f;
    padding: 20px;
    border-radius: 16px;
}

.storyCard img {
    border-radius: 10px;
    width: 100%;
    margin: auto;
}

.stories h2 {
    text-align: center;
    font-size: 32px;
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #fe372b;
    letter-spacing: .96px;
    position: relative;
    padding-bottom: 10px;
}

.stories h5 {
    font-size: 20px;
    font-family: 'Rubik', sans-serif;
    color: #242424;
    letter-spacing: .48px;
}

.success {
    color: #242424;
}

.storyContent h4 {
    color: #fe372b;
    text-align: start;
    margin-top: 20px;
}

.storyContent h4 i {
    color: #fe372b;
}

.storyContent p {
    color: black;
    margin-top: 20px;
    text-align: start;
}

.aboutInfo p {
    text-align: center;
    font-size: 20px;
}

.about-header {
    margin: 80px 0 30px 0;
}

.footer {
    padding: 40px 0;
    background-color: #9d23c5cc;
    margin-top: 40px;
}

.footer-community {
    color: white;
    font-size: 38px;
}

.footer-community .success {
    color: #fe372b;
}

.socialLinks {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    padding: 0;
}

.socialLinks li a {
    width: 40px;
    height: 40px;
    background-color: goldenrod;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.socialLinks li i {
    color: white;
}

@media only screen and (max-width:576px) {
    .socialLinks {
        gap: 14px;
    }

    .socialLinks li a {
        width: 30px;
        height: 30px;
    }
}

#mems1error {
    display: none;
    margin-bottom: 10px;
}

@media only screen and (max-width: 600px) {
 .storyCard{
     margin-bottom:10px;
 }   
}
.footer_widget_area {
  background: #b14fd1;
  padding: 40px 0px 50px 0px;
}

.f_title {
  padding-bottom: 26px;
}

.f_title h3 {
  color: #fff;
  opacity: .8;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  letter-spacing: .32px;
  padding-bottom: 18px;
  position: relative;
}

.f_title h3:before {
  content: "";
  width: 40px;
  height: 1px;
  background: #fe372b;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.about_widget .ab_wd_list {
  padding-right: 22px;
  padding-top: 22px;
  padding-bottom: 30px;
}

.about_widget .ab_wd_list .media .media-left {
  padding-right: 18px;
}

.about_widget .ab_wd_list .media .media-left i {
  color: #fe372b;
  font-size: 22px;
}

.about_widget .ab_wd_list .media .media-body h4 {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: .30px;
  font-family: "Montserrat", sans-serif;
}

.about_widget .ab_wd_list .media:last-child .media-body h4 {
  font-size: 20px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  letter-spacing: .40px;
}

.about_widget .book_now_area {
  margin-left: 37px;
}

.about_widget .book_now_area .book_now_btn {
  color: #242424;
}

.about_widget .book_now_area .book_now_btn:hover {
  color: #fe372b;
}

.link_widget {
  padding-left: 50px;
}

.link_widget ul {
  margin-top: -10px;
}

.link_widget ul li a {
  font-size: 15px;
  line-height: 35px;
  color: #d2d2d2;
  font-family: 'Rubik', sans-serif;
  letter-spacing: .30px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.link_widget ul li:hover a {
  color: #fe372b;
}

.instagram_widget .instagram_list {
  margin: -2.5px;
  overflow: hidden;
  clear: both;
}

.instagram_widget .instagram_list li {
  float: left;
  overflow: hidden;
  width: calc(100% / 3);
}

.instagram_widget .instagram_list li a {
  padding: 2.5px;
  display: block;
}

.instagram_widget .instagram_list li a img {
  max-width: 100%;
}

.footer_copyright_area {
  background: #222122;
  padding: 25px 0px;
  overflow: hidden;
}

.footer_copyright_area .pull-left h4 {
  font-size: 15px;
  font-family: 'Rubik', sans-serif;
  color: #757575;
  letter-spacing: .30px;
}

.footer_copyright_area .pull-right h4 {
  font-size: 15px;
  font-family: 'Rubik', sans-serif;
  color: #757575;
  letter-spacing: .30px;
}

.footer_copyright_area .pull-right h4 a {
  color: #fe372b;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.footer_copyright_area .pull-right h4 a:hover {
  color: #fe372b;
}

.link_widget ul {
    margin-top: -10px;
}
ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.link_widget ul li a {
    font-size: 15px;
    line-height: 35px;
    color: #d2d2d2;
    font-family: 'Rubik', sans-serif;
    letter-spacing: .30px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.about_widget .ab_wd_list .media .media-left i {
    color: #fe372b;
    font-size: 22px;
}
.ab_wd_list p{
    color:#fff;
}
strong{
    color:#fff;
}
.get_contact_area {
  padding: 100px 0px;
}

.get_contact_inner .left_ex_title {
  padding-left: 15px;
  padding-bottom: 36px;
}

.get_contact_inner .contact_us_form {
  position: relative;
}

.get_contact_inner .contact_us_form:before {
  content: "";
  height: 420px;
  width: 1px;
  background: #d6d5d8;
  position: absolute;
  right: -80px;
  top: 0px;
}

.get_contact_inner .contact_us_form:after {
  content: "";
  height: 192px;
  width: 3px;
  background: #fe372b;
  position: absolute;
  right: -82px;
  top: 115px;
}

.contact_us_form .form-group {
  margin-bottom: 20px;
}

.contact_us_form .form-group:last-child {
  margin-bottom: 0px;
  margin-top: 20px;
}

.contact_us_form .form-group input {
  height: 54px;
  border: 1px solid #e9e9e9;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  background: #f8f8f8;
  padding: 0px 25px;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  color: #8c8c8c;
  text-transform: uppercase;
}

.contact_us_form .form-group input.placeholder {
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  color: #8c8c8c;
  text-transform: uppercase;
}

.contact_us_form .form-group input:-moz-placeholder {
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  color: #8c8c8c;
  text-transform: uppercase;
}

.contact_us_form .form-group input::-moz-placeholder {
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  color: #8c8c8c;
  text-transform: uppercase;
}

.contact_us_form .form-group input::-webkit-input-placeholder {
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  color: #8c8c8c;
  text-transform: uppercase;
}

.contact_us_form .form-group textarea {
  height: 200px;
  border: 1px solid #e9e9e9;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  background: #f8f8f8;
  padding: 16px 25px;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  color: #8c8c8c;
  text-transform: uppercase;
  resize: none;
}

.contact_us_form .form-group textarea.placeholder {
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  color: #8c8c8c;
  text-transform: uppercase;
}

.contact_us_form .form-group textarea:-moz-placeholder {
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  color: #8c8c8c;
  text-transform: uppercase;
}

.contact_us_form .form-group textarea::-moz-placeholder {
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  color: #8c8c8c;
  text-transform: uppercase;
}

.contact_us_form .form-group textarea::-webkit-input-placeholder {
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  color: #8c8c8c;
  text-transform: uppercase;
}

.contact_us_form .form-group .submit_btn {
  height: 48px;
  width: 165px;
  line-height: 46px;
}

.right_contact_info {
  padding-left: 134px;
  padding-top: 79px;
}

.right_contact_info .contact_info_title h3 {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #242424;
  letter-spacing: .6px;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.right_contact_info .contact_info_title p {
  font-size: 16px;
  color: #818181;
  font-family: 'Rubik', sans-serif;
  line-height: 26px;
  padding-right: 35px;
}

.right_contact_info .contact_info_list .media {
  margin-top: 25px;
}

.right_contact_info .contact_info_list .media .media-left {
  padding-right: 18px;
}

.right_contact_info .contact_info_list .media .media-left i {
  font-size: 35px;
  color: #3e3e3e;
}

.right_contact_info .contact_info_list .media .media-body h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  letter-spacing: .32px;
  color: #242424;
  padding-bottom: 10px;
}

.right_contact_info .contact_info_list .media .media-body p {
  font-size: 15px;
  color: #818181;
  font-family: 'Rubik', sans-serif;
  line-height: 22px;
}

.right_contact_info .contact_info_list .media .media-body a {
  display: block;
  font-size: 15px;
  color: #818181;
  font-family: 'Rubik', sans-serif;
  line-height: 22px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.right_contact_info .contact_info_list .media .media-body a:hover {
  color: #fe372b;
}

.right_contact_info .contact_info_list .media:first-child .media-left {
  padding-right: 32px;
}

.right_contact_info .contact_info_list .media:last-child .media-left {
  padding-right: 25px;
}
.submit_btn {
    background: #fe372b !important;
    color: #fff;
    border-radius: 0px;
    border: none;
    width: 160px;
    padding: 0px;
    height: 52px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .28px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 50px;
    position: relative;
    z-index: 2;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    font-weight: 600;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    display: inline-block;
    border: 2px solid #fe372b;
}
.columns {
	float: left;
	width: 33.3%;
	padding: 8px;
}

.price {
	list-style-type: none;
	
	margin: 0;
	padding: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.price:hover {
	/*box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)*/
}

.price .header {
	background-color: #022e5b;
	color: white;
	font-size: 25px;
}

.price li {
	border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
	padding: 20px;
	text-align: center;
}

.price .grey {
	background-color: #eee;
	font-size: 20px;
}
.price .offer {
    background-color: #fe372b;
    color: white;
    font-size: 24px;
    height: 178px;
}
.special-offer-img {
    width: 130px;
    margin-bottom: 20px;
}