othe*{
 font-family: 'Poppins', sans-serif;
}
/*banners*/
section.landing-section {
    padding-top: 20px;
}
.banner{
    background: #FCF2F6;
    width:100%;
    height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    padding-top:50px;
}
.banner-row{
  margin: 0 auto;
}
.banner-row.owl-carousel .owl-dots{
  width: 110px;
    margin: 0 auto;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}
.banner-row.owl-nav{
  display: block!important;
  position: absolute;
}
.banner-row.owl-carousel .owl-dots button.owl-dot.active{
  background-color: #D92A64 !important;
}
.banner-row.owl-carousel .owl-dots button.owl-dot {
    background-color: #fff !important;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 4px;
    border: solid 3px #333;
    outline: none;
  }
.banner-row .owl-nav {
    display: none;
}
.banner-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.banner-col1{
    flex-basis: 60%;
    padding-left: 35px;
}
.banner-col1 ul{
    padding-left:0;
}
.banner-col1 li{
    font-size: 16px;
    margin-bottom: 10px;
    }
.banner-col1 i{
    padding-right: 5px;
    color:#D92A64;
}
.banner-col2{
    flex-basis: 40%;
    padding-right: 5px;
}
.banner-col2 img {
    border-radius: 5px;
}
.banner-col1 h2{
color:#333;
font-weight: 600;
padding-bottom: 10px;
}
.banner-col1 a{
    background:#D92A64;
    padding:5px 10px;
    color:#fff;
    font-size: 16px; 
}
.banner-col a:hover{
    color:#D92A64;
    background:transparent;
    border:2px solid #D92A64;
    text-decoration: none;
    padding: 4px 8px;
}
.landing-form{
    background-color: #E6E6E6;
        margin: 0 -45px;
    padding: 10px;
}

.fontuser {
    position: relative;
}
.fontuser i{
    position: absolute;
    left: 15px;
    top: 25px;
    color: gray;
}
.landing-form input[type=text], input[type=password], input[type=date],select { 
    width: 100%; 
    padding: 12px 40px; 
    margin: 8px 0; 
    display: inline-block;
    background-color: #FCF2F6; 
    border: none;
    border-radius: 5px;
    box-sizing: border-box; 
} 
.landing-form select { 
    width: 100%; 
    padding: 12px 40px; 
    margin: 8px 0; 
    display: inline-block;
    background-color: #FCF2F6; 
    border: none;
    border-radius: 5px;
    box-sizing: border-box; 
}
.landing-form  button{ 
    background-color: #D92A64; 
    color: white; 
    padding: 14px 20px; 
    margin: 8px 0; 
    border: none; 
    cursor: pointer; 
    width: 100%; 
} 

.landing-form input.searchTerm {
    width: 85%;
    border: 3px solid #FCF2F6;
    border-right: none;
    padding: 5px;
    height: 38px;
    margin-top:20px;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: #D92A64;
}
.landing-form button.searchButton{
    width: 40px;
    height: 38px;
    margin-top:20px;
    border: 1px solid #D92A64;
    background: #D92A64;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
}
.landing-form .search i {
    top: 40px;
    position: absolute;
    right: 10px;
}
.landing-form span{
    height: 2px;
    width: 100%;
    color:#fff;
}
.landing-form .search:before{
    content: '';
    height: 10px;
    width: 100%;
    top: 5px;
    border-radius: 5px;
    /* color: #fff; */
    background: #fff;
    position: absolute;
    margin-bottom: 20px;
}
.Ac-issue{
    padding-left:3px;
}
.Ac-issue h4{
    font-weight: 600;
}
.Ac-issue li{
    padding-bottom: 10px;
}
.Ac-issue a{
    color:#D92A64;
}
.Ac-issue a:hover{
    color:#444;
    text-decoration: none;
}
.abt-row{
    padding:20px 10px 0px 0px;
}
.abt-row h1{
    font-weight: 600;
}
.abt-row p{
    text-align: justify;
    font-size: 16px;
    line-height: 25px;
    padding-right: 30px;
}
.abt-row li{
    font-size:16px;
    padding-bottom: 10px;
}
.abt-row i{
    color:#D92A64;
    padding-right: 5px;
}
.abt-row ul{
    padding-bottom: 25px;
}
.abt-row a{
    height: 38px;
    margin-top:20px;
    border: 1px solid #D92A64;
    background: #D92A64;
    text-align: center;
    color: #fff;
    padding: 5px 20px;
    border-radius:5px;
    cursor: pointer;
    font-size: 18px;
}
.abt-row a:hover{
    color:#fff;
    text-decoration: none;
}
/*why-choose-us*/
.why-choose-us{
    padding: 30px 20px;
    position: relative;
    background-color: #FCF2F6;
}
.why-choose-us h2{
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}
.why-choose-us h2:after {
    position: absolute;
    content: "";
    display: block;
    top: 40px;
    width: 130px;
    height: 3px;
    margin: 0px auto;
    background-color:#D92A64;
    left: 0;
    right: 0;
}
.why-choose-us p{
    text-align: center;
    font-size: 16px;
}
.services{
    margin:40px 0px;
    background: #fff;
    color:#333;
    text-align: center;
    padding: 20px;
    font-size: 16px;
    height: 220px;
    border-radius: 5px;
    box-shadow: 0 0 5px #e8e8e8;
}
.services p{
    font-weight: 600;
    text-transform: uppercase;
    padding-top:20px;
}
/*Customer-Reviews*/
.Customer-Reviews{
    background:#fff;
    padding: 30px 20px;
}
.Customer-Reviews h2{
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}
.Customer-Reviews h2:after {
    position: absolute;
    content: "";
    display: block;
    top: 40px;
    width: 130px;
    height: 3px;
    margin: 0px auto;
    background-color:#D92A64;
    left: 0;
    right: 0;
}
.reviews{
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
    background-color: #D92A64;
    align-items: center;
    width: 80%;
}
.review-details{
    color:#fff;
    padding: 20px;
}
.review-details span{
    display: flex;
    align-items: center;
    font-weight: 600;
}
.review-details span svg{
    width: 20px;
    height: 20px;
    fill: #fff;
    margin-right: 10px;
}
.review-details img {
    width: 50px!important;
}
.review-details span svg:last-child{
    margin-right: 0;
}
.testimonial-row.owl-carousel .owl-nav button.owl-prev{
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    position: absolute;
    top: 40%;
    left:0;
    font-size: 40px;
}
.testimonial-row.owl-carousel .owl-nav button.owl-next{
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
        right: 0;
    position: absolute;
    top: 40%;
    font-size: 40px;
}

@media  screen and (max-width: 768px){
  .landing-form {
    margin: 0px;
    padding: 10px;
    margin-top: 20px;
}
.Customer-Reviews h2{
    font-size: 22px;
}
.Customer-Reviews h2:after{
    top:55px;
}
.banner-content {
    display: grid;
    }
.banner {
    height: 715px;
}
.services {
    margin: 15px 0px;
    }
    .no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
    margin: 0 auto;
}
.banner-col1 h2 {
        line-height: 25px;
    font-size: 17px;
    }
    .banner-col1 li {
    display: flex;
    font-size: 14px;
}
.banner-col1 {
    padding-left: 10px;
}
.banner-row.owl-carousel .owl-dots {
    width: 65px;
    }
    .abt-row h1 {
    font-size: 25px;
}
.abt-row li {
    display: flex;
    }
    .abt-row i {
    padding-top: 5px;
}
.banner-col1 i{
    padding-top: 5px;
}
}