section.strplan {
    position: relative;
    padding-bottom: 0;
}

section.strplan h2 {
    font-size: 44px;
}

.row.strplan-row {
    /* padding: var(--p40) 0 0; */
  gap:20px;
  justify-content: center;
}

.strplan-card {
    padding: var(--p20) var(--p30) ;
}

.strplan-col {
    background: var(--hero-btn-color);
    padding: 20px 0;
  border-radius:10px;
}

.strplan-col.strplan-colwhite {
    background: var(--white-color);
}

.strplan-col.strplan-colwhite h3,
.strplan-col.strplan-colwhite p{
    color: var(--black-color);
}

.strplan-card h3 {
    text-align: center;
    padding-bottom: var(--p10);
}

.strplan-ul ul {
    padding-left: 1.5rem;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
        gap: 10px 30px;
}

.strplan-ul ul li {
    list-style-type: disc;
    font-size: var(--f15);
    margin: var(--m5) 0;
    width: 47%;
}

.strplan-ul ul li::marker {
    font-size: var(--f16);
}

a.main-btn.strplan-btn {
    border-radius: 30px;
    text-decoration: none;
    border: none;
}


/* cta section*/

section.bknow {
      position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 30%);
     padding: var(--p60) var(--p12);
     padding-bottom: 0;
}

section.bknow.wchst h1 {
    border-bottom: none;
    width: 100%;
    padding: 20px 0;
    margin: 0;
    margin-bottom: 10px;
  font-size:54px;
    text-align:center;
}

section.bknow.wchst p{
text-align:center;
  color:white;
}

.ychsto {
    text-align: center;
    margin-top: 30px;
}

.row.pgtitl {
    justify-content: center;
}


.event-cont {
    position: relative;
    text-align: center;
}

section.strplan .head-sec ul {
    text-align: center;
    color: white;
    padding: 10px 0;
}

section.strplan .head-sec ul li{
   font-size:16px;
}


section.strplan .strplan-card .rating {
  direction: rtl;
  unicode-bidi: bidi-override;
  display: block;
  font-size: 2rem;
  padding-bottom:var(--p10);
  text-align: left;
}

section.strplan .strplan-card .rating input {
  display: none;
}

section.strplan .strplan-card .rating label {
  color: #fff;
  cursor: pointer;
}

section.strplan .strplan-card .rating input:checked ~ label,
section.strplan .strplan-card .rating label:hover,
section.strplan .strplan-card .rating label:hover ~ label {
  color: var(--black-color);
}

section.strplan .rating p.revewp {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-right: 10px;
}


section.strplan form label.form-check-label {
    color: white;
}

section.strplan form input.form-control {
    margin: 15px 0;
}

section.strplan form .form-check {
    margin-bottom: .5rem !important;
}



.banner .guides {
    position: absolute;
    height: 299px;
    top: 30px;
    left: 0px;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0000005e;
    font-size:40px;
}


/* contact section css start */

/*=====================  CONTACT US =======================*/
.contact-page-section {
    position: relative;
    /* padding: 100px 0px 70px; */
    /* background: var(--white-color); */
    padding-bottom: 0;
}
.contact-info-box {
    position: relative;
    margin-bottom: 30px;
    border-right: 1px solid #cdcdcd;
}
.box-inner {
    position: relative;
    padding: 40px 0px 40px 0px;
    border-radius: 5px;
    background-color: transparent;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 12%);
}
.contact-info-box .box-inner {
    position: relative;
    padding: 0px 9px;
}
.contact-info-box .box-inner a{
    color: var(--text-black);
    line-height: 1.5;
}
.contact-info-box .box-inner a:hover{
    color: var(--secondary-color);
}
.contact-info-box .box-inner h5 {
  position: relative;
  font-family: var(--secondary-font);
  color: var(--secondary-color);
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  font-family: var(--heading-font);
  letter-spacing: 2px;
  line-height: 1.5;
}
.contact-info-box .box-inner p {
    position: relative;
    /* color: var(--text-black); */
    opacity: 0.8;
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.7em;
    display: flex;
    align-items: center;
    gap: 10px;
}
.contact-info-box:nth-last-child(1) {
    border-right: 0px solid #cdcdcd;
}
.contact-page-section .inner-container {
    position: relative;
    padding: 20px 40px 20px 0;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
}
.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 12px;
}
.contact-form {
    position: relative;
    margin-top: 0rem;
}
.contact-form .form-group {
    position: relative;
    display: block;
    /* width: 100%; */
    margin-bottom: 15px;
    /* padding: 0; */
}
.contact-form .form-group label {
    position: relative;
    color: #fff;
    font-size: 16px;
    text-align: left;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}
.contact-form .ui-selectmenu-button.ui-button, .contact-form .form-group input, .contact-form .form-group select, .contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 38px;
    font-size: 13px;
    color: #060606;
    line-height: 31px;
    font-weight: 400;
    border-radius: 0;
    padding: 10px 20px 10px 20px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 80px;
    resize: none;
}
.contact-map {
    position: relative;
}
.contact-map img {
    width: 100%;
    height: 430px;
   object-fit: cover;
   border-radius: 10px;
}

.contact-page-section .sec-title h3{
  margin-bottom: 1.5rem;
  line-height: 1.5;
  font-size: 25px;
  letter-spacing: 2px;
  font-weight: 500;
  color: var(--white-color);
}

.contact-form .form-group button {
    margin-top: 10px;
}


.guides .banner-text{
  display:block;
  width:70%;
}



.guides .banner-text p{
  text-align:center;
}
.guides .banner-text h3{
  text-align:center;
  font-size: 26px;
}


.guides .banner-text h1{
  text-align:center;
}

.guides .banner-text h2{
  text-align:center;
  font-size: 28px;
}
.guides .banner-text ul{
  text-align:center;
  font-size: 28px;
  margin: auto;
  color: white;
}


.c-hero__background {
    height: 350px;
}

button#strSubmitBtn {
    display: block;
    margin: auto;
}







