body {
    background-color: #fbfdfd;
}

#header {
  /*  height: 100vh;  */
    position: relative;
    width: 100%;
}

#header .bg-img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

#header nav {
    bottom: 0px;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
}

/* journey section */
#journey-section {
    background-color: #fbfdfd;
}

#journey-section .main-text {
    font-size: 1.3rem;
    margin: auto;
    margin-top: 3rem;
    max-width: 90rem;
    position: relative;
    text-align: center;
}
/*
#journey-section .main-text::before {
    content: url(../assets/icon-audio.png);
    left: 0;
    position: absolute;
    top: 0;
    transform: translateX(-100%);
}
*/
.circles {
    margin-top: 3rem;
	/* width:110%; */
    width: 105%;
    padding-right: 10px;
}

.circle {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;

}



@media screen and (max-width: 700px) {

    .line {
        width: auto;
        padding-top: 90px;
        color: #B69558;
        font-size: 18px;
        font-weight: 1000;
        letter-spacing: 1px;
        display:none;
    }

}


@media screen and (min-width: 700px) {
    .circle {

        width:18%;
    }

    .circle-img-holder {
        align-items: center;
        border: 0.25rem solid #B69558;
        border-radius: 50%;
        display: flex;
        height: 10rem;
        justify-content: center;
        position: relative;
        width: 10rem;
    }
}


@media screen and (min-width: 700px) and (max-width: 1100px) {
    .circle {

        width:16%;
    }


    .circle-img-holder {
        align-items: center;
        border: 0.25rem solid #B69558;
        border-radius: 50%;
        display: flex;
        height: 10rem;
        justify-content: center;
        position: relative;
        width: 9rem;
    }

    .line {
        width: auto;
        padding-top: 70px;
        color: #B69558;
        font-size: 18px;
        font-weight: 1000;
        letter-spacing: 1px;

    }
.details .line{
    display: none !important;
}

}

@media screen and (min-width: 1100px) {
    .circle {
     padding-right: 0!important;
     padding-left: 0!important;
        width:18%;
    }

    .circle-img-holder {
        align-items: center;
        border: 0.25rem solid #B69558;
        border-radius: 50%;
        display: flex;
        height: 10rem;
        justify-content: center;
        position: relative;
        width: 10rem;
    }

   .line {
    width: auto;
    padding-top: 70px;
    color: #B69558;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0px;
	padding-right: 0!important;
     padding-left: 0!important;

}


}



.circle-title {
    color: #417A74;
 /*  font-size: 1.25rem;
font-family:'AvenirLTStd-Roman';
	*/

    /* text-shadow: 0px 0px, 0px 0px, 0px 0px; */
    font-size: 18px;
    font-weight: bold;
    margin-top: 1rem;
    text-align: center;
}

.circle-text {
    color: #707070;
    font-size: 1rem;
    margin-top: 1.25rem;
    text-align: center;
}

#journey-section .circle-seperator {
    background-image: linear-gradient(to right, black 33%, rgba(100, 255, 255, 0) 0%);
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: 3px 1px;
    width: 10rem;
}

.card-container {
    align-items: center;
    margin-bottom: 3rem;
    margin-top: 5rem;
}

.card-item {
   border: 6px solid #B69558;
   padding-bottom: 1rem;
   padding-top: 1rem;

   border-top-left-radius: 24px;

   border-bottom-left-radius: 24px;
   background-color: #ffffff5e;
}

.card-left {
    border-left: none;
}
p{
    font-size: 16px !important;
}
.card-right {

    border-right: none;
    padding-left: 3rem;
    padding-right: 1rem;
    margin-left: -50px;
    margin-right: 0px;
    height: 80vh;
    /* margin-top: 53px; */
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
padding-top:0px !important;
}

.card-title {
       color: #417A74;
        margin-left: 7px;
      text-align: left;
    
}

.btnmore .model-more{
    margin-top: 2rem !important;
}

.card-text1 {

    color: #707070;
    font-size: 15px;
    margin-top: 0rem;
    max-width: 58rem;
    text-align: center;
    text-align: justify;
    margin-left: 10px;
    


    /* color: #707070;
    font-size: 1.1rem;

    margin-top: 1rem;
    max-width: 58rem;
    text-align: center;
    text-align: justify;
    margin-left: 10px; */
}
.card-text2::before{
  	font-family:sans-serif;
  content: "\201C";
  color:#417a74;
  font-size:4em;
  position: relative;
    top:25px;
  font-style: italic;
	line-height:1;
	font-weight:600;
}

.card-text2::after{
    line-height: 0.3;
	/* line-height:1; */
	 position: relative;
	font-family:sans-serif;
  content:  "\A”";

  color:#417a74;
  font-size:4em;

    display: block;
    text-align: right;
	font-weight:600;
    /*s*/
    right: -27px;
}
.card-text2 {
    color: #26635C;
    font-size: 15px;
    font-style: italic;
    margin-top: 0rem;
    text-align: center;

}

.card-more {


	background-color: #B69558;
    border-radius: 0.5rem;
    color: white;
    font-size: 16px !important;
    /* margin-top: 3rem; */
    padding: 0.5rem 2rem;
    font-weight: bold;
}

.card-img {
    border-radius: 1.25rem;
    height: auto;
    max-width: 100%;
}

.journey-title {
    color: #417A74;

}

#journey-section .full-cards {
    margin-top: 1rem;
}

#journey-section .white-cards {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

#journey-section .white-card {
    background: #FFFFFF;
    border-radius: 1.5rem !important;
    box-shadow: 0px 2px 15px #26635C33;
    height: auto;
    padding: 1rem 1rem;
}

#journey-section .white-card-img {
    width: 30%;
}

#journey-section .white-card-title {
    color: var(--color-yellow);
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 1.5rem;
    text-align: center;
}

#journey-section .white-card-desc {
    color: #417A74;
    margin-bottom: 0rem;
    margin-top: auto;
    text-align: center;
}

#journey-section .white-card-more {
    color: #417A74;
}
/* testimonial section
#testimonial-section {
    background-color: #ecf5f4;
}

#testimonial-section .container {
    padding: 4rem 0;
    position: relative;
}

#testimonial-section .container::after {
    bottom: -1.5rem;
    content: url(../assets/quotation-down.png);
    position: absolute;
    right: 0;
}

#testimonial-section .testimonial-title {
    color: #417A74;
    font-size: 4rem;
    max-width: 30rem;
}

#testimonial-section .testimonial-text {
    color: #417A74;
    font-size: 1.3rem;
    line-height: 2rem;
    text-align: justify;
}

#testimonial-section .testimonial-person {
    margin-bottom: 1.8rem;
}

#testimonial-section .testimonial-person-img {
    border-radius: 50%;
    height: 6.5rem;
    width: 6.5rem;
}

#testimonial-section .testimonial-person-name {
    color: var(--color-yellow);
    font-size: 1.875rem;
    font-weight: bold;
    margin-left: 1.75rem !important;
}

/* survey section */
#survey-section {
    background-color: #E4EAEC;
    height: 25rem;
    /* height: 30rem; */
    margin-top: 5.5rem;
    position: relative;
}

/* #survey-section::after {
    background-blend-mode: screen;
  
    background-image: url('{{ asset("/storage/homepage" . $homepage->survey_image) }}');


    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0.15;
    position: absolute;
    top: 0;
    width: 100%;
} */

#survey-section .container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#survey-section .survey-title {
    color: #417A74;
    font-size: 3.5rem;
    margin-top: 4rem;
    text-align: center;
	font-family:sans-serif;
    margin-bottom: 22px;

}

 @media only screen and (max-width: 767px) {
#survey-section .survey-text {
    color: #417A74;
    font-size: 14px;
    text-align: center;
    width: 60%;
    
	font-family:sans-serif;
}

}
@media only screen and (min-width: 768px) {
#survey-section .survey-text {
    color: #417A74;
    font-size: 1.3rem;
    text-align: center;
    width: 50%;
    margin-top:0rem!important;
    margin-top:0rem!important;
	font-family:sans-serif;
	}}

#survey-section .survey-more {
    background: #B69558;
    border-radius: 0.5rem;
    color: white;
    font-size: 1.2rem;
    margin-top: 1rem;
    padding: 0.5rem 2rem;
	font-weight:300;
    z-index: 99999;
}

#connect-section {
    padding: 4rem 0;
}

#connect-section .connect-title {
    color: #417A74;

	font-size: 3.3rem;
    line-height: 4rem;
}

#connect-section .input-field {
    margin-bottom: 1.25rem;
	    border-color: #d3eae7!important;
}

#connect-section .input-field::placeholder{color:#818181!important}

#connect-section .subscribe-btn {
    background-color: #B69558;
    border-radius: 0.5rem;
    color: white;
    font-size: 1.2rem;
    margin-top: 1rem;
    padding: 0.5rem 2rem;
    font-weight: 300;
}




#testimonial-section .testimonial-person::after {
	    line-height: 0;
    position: relative;
    font-family: sans-serif;
    content: "\A”";
    color: #b69558;
    font-size: 10em;
    display: block;
    text-align: right;
    font-weight: 600;

    top: 80px;

}
#testimonial-section .container{padding:0}
#testimonial-section{margin-bottom:2rem}
#survey-section{margin-top:2rem}
.survey-title{font-size:2.3rem;font-family:sans-serif;font-weight:bold!important;}
.testimonial-title{font-size:2.3rem;font-family:sans-serif;font-weight:bold!important;}
.connect-title{font-size:2.3rem;font-family:sans-serif;font-weight:bold!important;}
.card-title {font-size:2.3rem;font-family:sans-serif;font-weight:bold!important;}
.journey-title {font-size:3.5rem;font-family: "AvenirLTStd" !important;font-weight:bold!important;}
body{font-family:sans-serif!important};

.thm-btn.bg-thm-color-two{
    text-transform: capitalize;
}
