@charset "UTF-8";

/* ADOBE FONT - OBJEKTIV */
@import url("https://use.typekit.net/rou5zfl.css");
@import url('https://fonts.googleapis.com/css2?family=Yeseva+One&display=swap');

.landing-page .nav-bar-logo {
  width: 25%
}

body{
  /* font-family: 'Open Sans', Helvetica, Arial, serif; */
  font-family: 'objektiv-mk1', 'Open Sans', Helvetica, Arial,sans-serif;
}

.landing-page .section-1 .h1, .landing-page .section-1 h1{
  font-weight: bolder;
}

.section1-subheading{
  font-weight: bolder;

}

.navsocials{
  display: none;
}

/* SECTION1 REDESIGN */

.section-1 {
  height: auto;
  margin: 100px 0;
}

.section1-img1{
  display: flex;
  float: right;
  height: 80%;
  position: relative;
  top: 15%;
}

.bluerectangle{
  float: right;
  background: #C5D3D6;
  border-radius: 15px 15px 15px 15px;
  position: absolute;
  height: 270px;
  top: 3%;
}

.subsection1-header{
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 58px;
  text-align: center;
  color: #000000;
  padding: 50px 0;
}

.subsection1-title{
  width: 80%;
  margin: auto;
}
    
.typing1, .typing2{
  background: #C5D3D6;
}    

.section-2{
  background: #D0E2DC;
}

.subsection2-title{
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 69px;
  color: #000000;
  top: 100px;
  position: relative;
  left: 30px;
}

/* .section2-subsection{
  height: 50vh;
} */

.subsection2-title span{
  text-decoration: underline;
  font-weight: bolder;
}

.subsection2-left{
  position: relative;
}

.catdog{
  display: flex;
  height: 550px;
  position: relative;
  bottom: 45%;
  left: 10%;
}


.bluerectangle2{
  background: #C5D3D6;
  border-radius: 15px 15px 15px 15px;
  position: relative;
  height: 270px;
  top: 8%;
}

.section4-bg{
  background: #C5D3D6;
}

.cat{
  position: absolute;
  float: right;
  height: 550px;
  bottom: -13%;
  display: block;
  left: 58%;
}

.section-4{
  padding-top: 100px;
}

.landing-page .section-4 ul li{
  font-style: normal;
  font-weight: normal;
  font-size: 20px !important;
  /* line-height: 40px; */
  color: #000000;
}

.bottom-note{
  padding-top: 15px;
}

.doodledog{
  position: relative;
  height: 500px;
  top: 30px;
}

.bluerectangle3{
  float: right;
  background: #C5D3D6;
  border-radius: 15px 15px 15px 15px;
  width: 75vh;
  position: absolute;
  height: 270px;
  bottom: 3%;
  left: 53%;
}

.section3-subtitle{
    font-size: 1.2rem;
    padding: 25px;
  }

.section4-reviews{
  background: #D0E2DC;
  padding: 60px 0;
}

.trustpilot{
  margin: auto;
  justify-content: center;
  display: flex;
}

.rating{
  margin: auto;
  justify-content: center;
  display: flex;
  padding-bottom: 20px;
}

.card-bg{
  border: unset !important;
  box-shadow: unset;

  /* width: 50%;
  margin: auto; */
}

.reviews{
  text-align: left;
  padding-top: 30px;
}

.reviewer{
  font-weight: bold;
  font-style: italic;
}

.center{
  opacity: 1 !important;
}

.owl-item{
  opacity: 0.5;
}

.section5-text{
  padding:20px;
}

@media screen and (min-width:2560px) {
  /* style changes when the screen gets larger */
  .bluerectangle{
    width:50vh;
  }
  .section2-subsection {
    height: 400px;
  }
}

@media screen and (max-width:2560px) {
  /* style changes when the screen gets smaller */
  .bluerectangle{
    width:50vh;
  }
  .section2-subsection {
    height: 400px;
  }
}

@media screen and (max-width:1700px) {
  /* style changes when the screen gets smaller */
  .bluerectangle{
    width: 700px;
  }
}

@media screen and (max-width:1400px) {
 .subsection1-title{
   width: 100%;
 }
}

@media screen and (max-width:1203px) {
  .landing-page .section-1 h1 {
    font-size: 2.3rem !important;
  }
  .section1-img1{
    height: 75%;
  }

  .subsection1-title{
   font-size: 30px;
   line-height: 45px;
  }
  .catdog{
    right: 21%;
    left: unset;
  }

  .bluerectangle2{
    width: 70vh;
    right: 35%;
  }
}

@media screen and (max-width:1111px) {
  .landing-page .section-1 h1 {
      font-size: 2rem !important;
  }
}

@media screen and (max-width:991px) {
  .landing-page .section-1 {padding: unset !important;}

  .bluerectangle{
    position: relative;
    width: 100%;
  }

  .section1-img1 {
    height: 350px;
    top: unset;
    bottom: 275px;
  }
  .section1-imagesection{
    height: 300px;
  }

  .subsection1-title {
    font-size: 25px;
    line-height: 40px;
  }
  .subsection2-title{
    font-size: 30px;
    line-height: 40px;
    left: 100px;
  }

  .cat{
    display: none;
  }
  .section4-list{
    left: 0% !important;
  }
  .section4-box{
    display: contents;
  }
  .doodledog{
    height: 400px;
  }

  
}

@media screen and (max-width:767px){
  .section1-img1 {
    height: 380px;
    bottom: 275px;
  }

  .subsection1-title {
    font-size: 2rem;
    line-height: 55px;
  }

  .section2-subsection {
    height: 600px;
  } 
  .subsection2-title{
    left: unset;
    top: unset;
    bottom: 770px;
    font-size: 2rem;
    text-align: center;
    line-height: 55px;
  }
  .bluerectangle2 {
    width: 100vh;
    right: 30%;
  }
  .catdog{
    right: unset;
  }

  .subsection2-left {
    position: relative;
    top: 20vh;
  }

  .section3-img{
    height: 200px;
  }
}

@media screen and (max-width:575px){
  .section1-img1 {
    height: 280px;
    bottom: 200px;
  }
  .bluerectangle{
    height: 245px;
    top: 60px;
  }

  .bluerectangle2{
    top:0%;
  }

  .subsection1-title {
    font-size: 1.8rem;
    line-height: 50px;
  }
  .catdog {
    /* height: 340px;
    bottom: 35%; */
    bottom: 55%;
  }

  .subsection2-title{
    /* bottom: 500px; */
    font-size: 1.8rem;
    line-height: 50px;
  }
  .subsection2-left {
    position: relative;
    top: 300px;
}

  .section4-list{
    padding: 35px;
  }
}

@media screen and (max-width:480px){
  .bluerectangle {
    height: 200px;
    top: 60px;
  }
  .section1-img1 {
    height: 240px;
    bottom: 145px;
  }
  .subsection1-title {
    font-size: 1.5rem;
    line-height: 40px;
  }
  .catdog {
    height: 420px;
    bottom: 50%;
  }
  .subsection2-title {
    bottom: 650px;
  }

  .section3-subtitle{
    font-size: 1.2rem;
    padding: 25px;
  }

  .section4-list {
    padding: 15px;
  } 
}

@media screen and (max-width:380px){
  .section1-img1 {
    left: 30px;
    height: 200px;
    bottom: 120px;
  }
  .landing-page .section-1 h1 {
    font-size: 6.5vw !important;
  }
  .subsection1-title {
    font-size: 1.3rem;
    line-height: 35px;
  } 
  .subsection2-title {
    font-size: 1.5rem;
    line-height: 40px;
  }

  .bluerectangle2 {
    height: 220px;
  }
  .catdog {
    height: 350px;
    bottom: 50%;
  }
  .subsection2-title {
    bottom: 500px;
  }
}

.btn-light{
  color: #000000;
  background: #EECCCF !important;
  font-weight: bold;
}

/* ORIGINAL CSS CODES s */
@media only screen and (min-width:993px) {
  .landing-page .nav-bar-logo {
    width: 50%
  }
}
.landing-page{
  overflow-x: hidden;
}

.landing-page .section-1 {
  padding: 25px 25px 0 25px;
  height: auto;
}

.landing-page .section-1 .h1,
.landing-page .section-1 h1 {
  font-size: 1.3rem
}

.landing-page .section-1 .dog-money-girl {
  height: 260px;
  width: 100%;
  /* background-image: url(/static/img/landing/girldogmoneyground@1x.png); */
  /* background-image: url(/static/img/landing/landingillustration1-nobg.png); */
  background-position: 80% 100%;
  background-repeat: no-repeat;
  background-size: contain
}

@media only screen and (min-width:768px) {
  .landing-page .section-1 {
    padding: 0
  }

  .landing-page .section-1 .unexpected-veterinary-col {
    /* padding: 107px !important */
    padding-top: 10% !important;
    padding-left: 10%;

  }

  .landing-page .section-1 .h1,
  .landing-page .section-1 h1 {
    font-size: 2.5rem
  }

  .landing-page .section-1 .dog-money-girl {
    height: 630px;
    width: 50%;
    background-position: 0 100%;
    background-size: 80%
  }
}

/* .landing-page .section-4 .row {
  padding-top: 190px
} */

.landing-page .section-4 .what-is-covered,
.landing-page .section-4 .what-is-not-covered {
  padding: 30px;
  top: -85px;
  font-size: 35px;
  font-weight: 700;
  left:10%;
}

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

  .landing-page .section-4 .what-is-covered,
  .landing-page .section-4 .what-is-not-covered {
    padding: 30px 10px 30px 30px;
    font-size: 24px;
    top: -60px
  }

  .landing-page .section-4 .what-is-covered span,
  .landing-page .section-4 .what-is-not-covered span {
    padding: 10px 20px
  }
}

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

  .landing-page .section-4 .what-is-covered,
  .landing-page .section-4 .what-is-not-covered {
    padding: 0;
    font-size: 24px;
    top: -27px
  }

  .landing-page .section-4 .what-is-covered span,
  .landing-page .section-4 .what-is-not-covered span {
    padding: 10px 20px
  }
}

.landing-page .section-4 .what-is-covered img {
  width: 200px;
  position: absolute;
  bottom: 0;
  right: -125px;
  top: -110px
}

@media only screen and (max-width:768px) {
  .landing-page .section-4 .what-is-covered img {
    width: 140px;
    position: absolute;
    bottom: 0;
    right: -105px;
    top: -65px
  }
}

@media only screen and (max-width:410px) {
  .landing-page .section-4 .what-is-covered img {
    width: 100px !important;
    right: -75px !important
  }
}

.landing-page .section-4 .what-is-not-covered {
  right: 0
}

.landing-page .section-4 .what-is-not-covered img {
  width: 250px;
  position: absolute;
  bottom: 0;
  left: -210px;
  top: -50px
}

@media only screen and (max-width:768px) {
  .landing-page .section-4 .what-is-not-covered img {
    width: 192px;
    left: -147px
  }
}

@media only screen and (max-width:410px) {
  .landing-page .section-4 .what-is-not-covered img {
    width: 150px !important;
    left: -130px !important
  }
}

@media only screen and (max-width:410px) {
  .landing-page .section-4 .what-is-not-covered span {
    left: 10px 20px 10px 53px !important
  }
}

.landing-page .section-4 ul li {
  position: relative;
  /* font-size: 26px !important; */
  /* font-weight: 700; */
  display: block;
  font-size: 1.5vw;
}

.landing-page .section-4 ul li::before {
  position: absolute;
  left: -50px
}

@media only screen and (max-width:410px) {
  .landing-page .section-4 ul {
    margin-top: 30px
  }

  .landing-page .section-4 ul li {
    font-size: 22px;
  }

  .landing-page .section-4 ul li::before {
    left: -35px
  }
}

.landing-page .section-4 .check ul li::before {
  content: "✓"
}

.landing-page .section-4 .x ul li::before {
  content: "x"
}

@media only screen and (max-width:410px) {
  .landing-page .section-5 img {
    width: 80% !important
  }
}

.landing-page .section-6 {
  /* height: 600px; */
  /* margin-top: 25px */
  padding: 25px;
}

.landing-page .section-6 .man-dog {
  background-image: url(/static/img/landing/dogman.svg);
  background-position: left 120px;
  background-repeat: no-repeat
}

@media only screen and (max-width:768px) {
  .landing-page .section-6 .man-dog {
    background-size: 100%;
    background-position: left 0;
    background-repeat: no-repeat
  }
}

.landing-page footer .rainwalk-footer-logo {
  background-color: transparent;
  width: 292px
}

@media only screen and (max-width:768px) {
  .landing-page footer {
    font-size: 15px !important
  }

  .landing-page footer .rainwalk-footer-logo {
    width: 100%
  }
}

.landing-page .chat-icon {
  background-color: transparent;
  height: 68px;
  left: -30px;
  position: fixed;
  top: 25%;
  width: 68px;
  transition: .3s all ease-in-out
}

.landing-page .chat-icon:hover {
  left: 0
}

.onhover-call:hover span {
  cursor: pointer;
  display: none
}

.onhover-call:hover:before {
  content: "Call \A 844-520-0041";
  text-align: center;
  margin: auto;
  position: relative;
}
/*# sourceMappingURL=landing-page.min.css.map */

.section2-heading{
  font-family: 'Open Sans',
  Helvetica,
  Arial,
  serif;
  font-style: normal;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 61px;
  color: #000000;
  text-align: center;
}

.section2-col{
  padding: 10px;
}

.reason2{
  position: relative;
  padding-top:  10px;
}
.section-3{
  padding: 45px 0;
}
.section3-heading{
  width: 80%;
  margin: 0 auto;
  font-weight: bold;
  padding: 10px;
}

.televet-containter{
  background-color: #d0e2dc;
  background-image: url(/static/img/landing/televet-bg.svg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.televet-dog-img{
  text-align: right;
}

.televet{
  /* font-family: 'Yeseva One', cursive; */
  font-size: 36px;
  font-weight: bolder;
  color: #155F6E;
}

.telvet-subheading{
  font-style: normal;
  font-weight: bold;
  color: #000000;
}

.televet-details{
  font-size: 24px;
  width: 60%;
}

.girlfloating{
  height: 350px;
  position: absolute;
  top: 0px;
  right: 10%;
  display: block;
}

.televet-info{
  position: relative;
  padding: 30px 50px 0 0;
}

.dogman{
  height: 30vw;
  padding: 20px;
}

.section-5{
  padding: 60px 0;
}

.section6-content{
  position: relative;
  top: 25%;
  font-size: 2vw !important;
  /* font-family: 'Open Sans',
  Helvetica,
  Arial,
  serif; */
  font-style: normal;
  font-weight: bold;
  text-align: center;
  color: #000000;
}

.footer-main{
  left: 0;
  position: relative;
  /* top: 190px; */
  margin: auto;
  /* width: 1440px; */
  /* height: 395px; */
  background: #155F6E;
  /* padding-left: 5%; */
  height: 50vh;
}

.footer-content{
  position: relative;
  margin: auto;
  top: 18%;
}

.footer-disclaimer{
  left: 0;
  position: relative;
  /* top: 190px; */
  margin: auto;
  /* width: 1440px; */
  /* height: 89px; */
  /* padding-left: 5%; */
  background: #EEEEEE;
}

.footer-message{
  position: relative;
  width: 307px;
  height: 125px;
  font-family: 'Open Sans',
  Helvetica,
  Arial,
  serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  /* top: 170px;
  left: 150px; */

}
.rainwalklogo {
  position: relative;
  height: 70px;
  padding-bottom: 20px;
}

.social-links{
  position: relative;
  /* left: 1000px;
  bottom: 70px; */
  float: right;
  top: 45%;
}

.social-links a{
  padding-right: 20px;
}

.termspolicy{
  position: relative;
  height: 19px;
  font-family: 'Open Sans',
  Helvetica,
  Arial,
  serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  /* identical to box height */
  color: #FFFFFF;
right: 50px;
top: 10px;
}

.termspolicy a, .termspolicy a:hover{
  color: white;
  padding: 0;  
}

.disclaimer-message {
  position: relative;
  /* width: 1276px; */
  /* height: 32px; */
  font-family: 'Open Sans',
  Helvetica,
  Arial,
  serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 20px;
  color: #000000;
  margin:auto;
  /* top:20px; */
  padding: 20px 0;
}
a:visited, a:hover, a {
  text-decoration: none !important;
  /* color: white !important; */
    
}

/* MEDIA QUERIES */

@media (max-width: 2560px){
  .landing-page .section-4 ul li{
    font-size: 1vw;
  }
  .section6-content {
    font-size: 1.5vw !important;
  }
  .dogman{
    height: unset;
    position: relative;
    right: 10%;
  }
  .footer-main {
    height: 40vh;
  }
}

/* @media (min-width: 1728px){
  .televet-containter{
    background-image: none;
  }
} */

@media (min-width: 2560px){
  .televet-containter{
    background-image: none;
  }
}

@media (max-width: 1440px){
  .landing-page .section-4 ul li{
    font-size: 1.3vw;
  }
  .dogman{
    height: 30vw;
  }
  .footer-main {
    height: 50vh;
  }
}


@media (max-width: 1199px){
 .reason{
   width: 95%;
 }
}

@media (max-width: 1042px){
  .landing-page .section-1 .h1, .landing-page .section-1 h1{
    font-size: 3vw;

  }
  .section1-subheading{
    font-size: 2vw;
  }
  .onhover-call, .btn-light{
    font-size: 1rem;
  }
}

@media (max-width: 991px){
  .landing-page .section-1 .unexpected-veterinary-col{
    padding-left: 8%;
  }
  .landing-page .section-1 .h1, .landing-page .section-1 h1{
    font-size: 3.5vw;
  }
  .section1-subheading {
    font-size: 2.5vw;
  }
  .onhover-call, .btn-light {
    font-size: 1rem;
  }
  .landing-page .section-4 .what-is-covered {
    left: 25%;
  }

  .landing-page .section-4 .what-is-not-covered{
    left: 45%;
  }

  .girlfloating{
    height: 286px;
    position: absolute;
    top: -168px;
    right: -15%;
    display: block;
  }

  .televet-containter{
    background-image: url(/static/img/landing/televet-bg-med.svg);
  }

  .televet-details{
    width: 100%;
  }
  .televet-dog-img {
    text-align: center;
    width: 600px
  }

  .dog-cloud{
    height: 300px;
  }

  .televet-info{
    padding: 30px 50px 0 50px;
    width: 650px;
  }

  .section4-list{
    position: relative;
    left: 20%;
  }
  .landing-page .section-4 ul li{
    font-size: 2.3vw;
  }

  .covered{
    margin-right: 0 !important;
  }
  .notcovered{
    margin-top: 145px !important;
    margin-left: 0 !important;
  }

  .navsocials{
    display: block;
    position:relative;
    padding: 10px;  
  }

  .navsocials img{
    padding: 10px;  
  }

  .navlink{
    width: 100%;
    text-align: right;
  }

  .section6-content {
    font-size: 1.2rem !important;
    z-index: 1;
  }

}

@media (max-width: 767px){
  .landing-page .section-1 .dog-money-girl{
    width: 50%;
    height: 90vw;
  }
  .landing-page .section-1 .unexpected-veterinary-col {
    padding-left: 8%;
    margin-top: 10%;
  }
  .section2-heading{
    font-size: 2.5rem;
  }
  .reason {
    height: 25vw;
  }
  .reason2{
    left:15px;
    padding-top:0;
  }
  .section3-heading{
    /* font-size: 4vw; */
    font-size: 2rem;
  }
  .landing-page .section-4 ul li{
    font-size: 3vw;
  }

  .girlfloating{
    display: none;
  }

  .landing-page .section-4 .what-is-covered {
    left: 20%;
    font-size: 4vw;
  }
  .landing-page .section-4 .what-is-not-covered {
    left: 45%;
    font-size: 4vw;
  } 
  .section4-list {
    position: relative;
    left: 12%;
  }

  .section6-content{
    font-size: 3vw !important;
  }

  .dogman {
    height: 50vw;
    padding: 20px;
    position: relative;
    left: 17%;
    top: 10%;
  }
  .social-links {
    float: left;
  }
  .termspolicy {
    right: unset;
  }
  .navlink{
    font-size: 2.5vw;
  }


  .bluerectangle3{
    bottom: 20px;
    left: unset;
    width: 100%;
  }
  .doodledog {
    height: 350px;
    margin: auto;
    justify-content: center;
    display: flex;
  }
}




@media (max-width: 603px){
  .landing-page .section-1 .unexpected-veterinary-col {
      padding-left: 4%;
      margin-top: 10%;
  }
  /* .section3-img{
    height: 60%;
  } */
  .navsocials img{
    padding: 6px;  
  }
}

@media (max-width: 575px){
  .landing-page .section-1 .dog-money-girl {
    width: 100%;
    height: 60vw;
  } 
  .landing-page .section-1 .h1, .landing-page .section-1 h1 {
    font-size: 4.5vw;
  }
  .section1-subheading {
    font-size: 3.5vw;
  }
  .onhover-call, .btn-light {
    font-size: 1rem;
  }
  .section5-img{
    height:65%;
  }

  .dog-cloud{
    height: 250px;
  }

  .televet-info{
    padding: 30px 50px;
  }

  .televet-dog-img{
    padding-top: 30px;
  }

  .section-4{
    position: relative;
    top: -60px;
  }

  .notcovered {
    margin-top: 100px !important;
    margin-left: 0 !important;
  }
  
  .footer-content {
    left: 10%;
  }
  .disclaimer-message{
    padding:40px;
  }
  .navlink {
    font-size: 3.5vw;
  }
}

@media (max-width: 452px){
  .footer-message{
    font-size: 3.8vw;
  }
}

@media (max-width: 450px){
  .landing-page .section-1 .h1, .landing-page .section-1 h1 {
    font-size: 6.5vw;
  }
  .section1-subheading {
    font-size: 4vw;
  }
  .landing-page .section-1 .dog-money-girl {
    width: 100%;
    height: 70vw;
  }
  .section2-heading {
    font-size: 7vw;
  }
  .reason {
    height: 30vw;
  }
  .section3-img{
    height: 40vw;
  }
  .section3-heading {
    font-size: 6vw;
  }
  .section3-heading {
    width: 100%;
    margin: 0 auto;
  }
  .section-3{
    padding: 0;
  }
  .landing-page .section-4 ul li {
    font-size: 4vw;
  }
  .landing-page .section-4 .what-is-covered {
    left: 5%;
    font-size: 6vw;
  } 
  .landing-page .section-4 .what-is-not-covered {
    left: 39%;
    font-size: 6vw;
  }

  .dogman {
    height: 65vw;  
    left: 5%;
  
  }
  .section6-content {
    font-size: 3.8vw !important;
  }
  .disclaimer-message {
    font-size: 2.8vw;
  }
  .footer-message {
    font-size: 3.8vw;
  } 

  .rw-logo{
    width: 60%;
  }

}

@media (max-width: 375px){
  .section-5{
    position: relative;
    top: -40px;
    font-size: 4vw;
  }
  .section5-img {
    height: 55%;
  }
  .navlink {
    font-size: 4.5vw;
  }
  .navsocials img {
    padding: 3px;
  }
}

@media (max-width: 375px){
  .disclaimer-message {
    padding: 40px 0px;
  }
}

@media (max-width: 320px){
  .footer-content {
    left: unset;
  }
   .disclaimer-message {
    font-size: 3.8vw;
  }
  .disclaimer-message {
    padding: 40px 0px;
  }
}
