/*DP CSS Styling*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800;900&display=swap');

/*Animations____START___*/

@keyframes arrowCarousel {
  from {
    transform: translate(0,-10px);
  }

  to {
    transform: translate(0,0);
  }
}

@keyframes stikyMenu {
  from {
    margin: 2rem 0;
  }

  to {
    margin: 0;
  }
}

/*Animations____END___*/



/*________________General Styles______________*/
/*________Links - fonts - buttons - txt - titles____START___*/

body{
  font-family: 'Inter', sans-serif !important;
  color: #061e42 !important;
}

h2{
  font-weight: 600 !important;
}

p{
  line-height: 2rem !important;
}

.link-bold{
  font-weight: 700;
}

.link-extra-bold{
  font-weight: 800;
}

.link-white, .icon-white, .white-p{
  color: #ffffff !important;
}

.link-blue{
  color: #307EF4;
}

.link-blue-dark{
  color: #001E42 !important;
}

/*fonts styles*/

*[class^=txt-heading],
*[class^=txt-subheading]{
	font-weight: 600;
}

.txt-heading-1{
	font-size: 1.15rem;
}

.txt-heading-2{
	font-size: 1.25rem;
}

.txt-heading-3{
	font-size: 1.5rem;
}

.txt-subheading-1{
	font-size: 0.9rem;
}

.txt-subheading-2{
	font-size: 0.925rem;
}

.txt-subheading-3{
	font-size: 0.95rem;
}

.p-grey{
  color: #566781;
}

.p-small{
  font-size: 0.8rem;
}

.p-large{
  font-size: 1.2rem;
}

.icon-tel, .icon-email {
  max-width: 1.5rem;
  margin-right: 8px;
}

.icon-email ~ span{
  vertical-align: middle;
}

.icon-close-lg{
  font-size: 3rem;
}

.icon-arrow{
  font-size: 1.5rem;
  position: relative;
  top: 3px;
  margin-left: 0.5rem;
}

.icon-arrow-rounded, .icon-arrow-rounded-2{
  content: "";
  width: 45px;
  height: 18px;
  position: absolute;
  z-index: 2;
}

.icon-arrow-rounded{
  background: url("../images/icon24/icon-arrow-rounded.png");
}

.icon-arrow-rounded-2{
  background: url("../images/icon24/icon-arrow-rounded-2.png");
}

.icon-square:nth-child(odd) > .icon-arrow-rounded,
.icon-square:nth-child(even) > .icon-arrow-rounded-2{
  transform: rotate(90deg);
  bottom: -10px;
}

.icon-square:nth-child(odd) > .icon-arrow-rounded{
  right: -20px;
}

.icon-square:nth-child(even) > .icon-arrow-rounded-2{
  left: -20px;
}

.icon-vertical-aling{
  vertical-align: baseline !important;
}

.divider-line{
  position: absolute;
  top: -110px;
  opacity: 0.2;
}

.divider-line2{
  position: absolute;
  top: 150px;
  z-index: 0;
}

.divider-line3{
  opacity: 0.4;
}

.negative-top{
  margin-top: -12rem;
}

.border-angle{
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 96%, 0 80%);
}

.border-radius{
  border-radius: 8px !important;
}

.bg-blue-bottom{
  width: 100%;
  height: 8rem;
  background-color: #164987;
  position: absolute;
  bottom: 0;
  z-index: 0;
}

.stiky-menu{
  animation: stikyMenu;
  animation-duration: 0.5s;
}

.stiky-menu-body{
  top: 150px;
}

.navbar-nav .active{
  border-bottom: 1px #2c7ff5 solid;
}

.navbar-brand{
  max-width: 70px;
}

.navbar-expand-lg .navbar-tel{
  margin: 0 auto;
}

.navbar-expand-lg .navbar-tel > span{
  font-size: 1.1rem;
}

.navbar-toggler{
  border: none !important;
}

.dropdown-toggle::after,
.dropdown-toggle-white::after{
  border-width: 0 2px 2px 0 !important;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.dropdown-toggle::after{
  border: solid #3D83EE !important;
  border-width: 0 2px 2px 0 !important;
}

.dropdown-toggle-white::after{
  border: solid #ffffff !important;
  border-width: 0 2px 2px 0 !important;
  float: right;
  position: relative;
  top: 15px;
}

.dropdown-toggle-white > span{
  float: left;
}

.navbar-toggler span:nth-last-child(1){
  margin-bottom: 0;
}

.navbar-toggler span{
  display: block;
  width: 23px;
  height: 2px;
  margin-bottom: 5px;
  background: #001E42;
  border-radius: 3px;
}

#navbarSupportedContent .container-fluid > ul:nth-child(1){
  margin: 3rem 0;
  width: 100%;
}

.logo-yna-main{
  max-width: 132px;
  margin: 2rem 0;
}

.titles {
  font-weight: 600;
  font-size: 2rem;
}

.sub-titles{
  font-weight: 800;
  font-size: 0.9rem;
}

.title-white{
  color: #ffffff;
}

.title-dark-blue {
  color: #061e42;
}

.title-home, .title-inter{
  font-weight: 900;
  font-size: 3.2rem;
}

.title-home{
  padding: 12.5rem 1.5rem 1.5rem;
}

.title-log-in {
  margin: 15% auto 3%;
  font-weight: bold;
}

.title-double-line{
  border-top: solid 5px rgba(255, 255, 255, 0.5);
  border-bottom: solid 5px rgba(255, 255, 255, 0.5);
  padding: 2rem 0;
  margin: 3rem 0;
}

.btn-header-nav, .btn-dark-blue-outline, .btn-dark-blue-outline-lg, .btn-white-outline-lg, .btn-white-filled-lg, .btn-blue-filled{
  padding: .575rem 1.8rem !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
}

.padding-initial{
  padding: .7rem 1rem !important;
}

.btn-tight{
  padding: 0 2rem !important;
}

.btn-blue-lg, .btn-contact-location {
  color: #fff !important;
  background-color: #2c7ff5 !important;
  border: 2px solid #2c7ff5 !important;
  border-radius: 10px !important;
  width: 70%;
  max-width: 360px;
  display: block !important;
  margin: 2.5rem auto;
}

.btn-contact-location{
  width: 100%;
}

.btn-white-filled, .btn-white-filled-lg{
  border: #ffffff solid 1px !important;
  background-color: #ffffff !important;
  color: #001E42 !important;
}

.btn-blue, .btn-blue-filled, 
.btn-group-toggle > .active,
.btn-progress button[aria-expanded="true"]{
  color: #fff !important;
  background-color: #2c7ff5 !important;
  border: 2px solid #2c7ff5 !important;
  border-radius: 10px !important;
}

.btn-blue > span, .btn-blue-lg > span,
input.btn-blue,
input.btn-blue-lg 
{
  margin-right: 12px;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
}

.btn-white-outline, .btn-white-outline-lg{
  border: #ffffff solid 2px !important;
  color: #ffffff !important;
  border-radius: 8px !important;
}

.btn-dark-blue-outline, .btn-dark-blue-outline-lg {
  border: #001E42 solid 2px !important;
  color: #001E42 !important;
  border-radius: 8px !important;
}

.btn-blue-outline, .btn-blue-outline-lg {
  border: #2c7ff5 solid 2px !important;
  color: #2c7ff5 !important;
  border-radius: 8px !important;
}

.btn-white-outline > span{
  padding: 0 1rem;
}

.center-a{
  line-height: 2.5rem !important;
}

.txt-normal-size{
  font-size: 1.2rem;
}

.video-home{
  position: relative;
  z-index: 1;
}

.corners-rounded{
  border-radius: 16px;
}

.home-video-wrapper{
  min-width: 100%;
  position: absolute;
  overflow: hidden;
  max-height: 848px;
}

.home-video-wrapper > video{
    position: relative;
    opacity: 0.7;
    width: 100%;
}

video{
  width: 100%;
}

/*Contact Styles*/


.btn-group-contact-locations ul li{
  cursor: pointer;
}

.dropdown-2{
  display: inline-block;
  width: 100%;
  max-width: 360px;
}

.dropdown-menu-2{
  background-color: #2c7ff5 !important;
  border: none !important;
  width: 100%;
  margin-top: 45px !important;
  max-width: 360px;
}

.dropdown-item-2{
  margin: 1rem auto;
  color: #ffffff !important;
}

.show[x-placement="top-start"], .show[x-placement="bottom-start"]{
  transform: translate3d(0, 0, 0) !important;
  display: block !important;
  position: absolute !important;
}

.dropdown-toggle-white-2{
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

#second-location{
  display: none;
}


/*________________General Styles______________*/
/*________Links - fonts - buttons - txt - titles____END___*/


.card-dp .card-img-dp{
  background-color: #3D83EE;
}

.review-txt{
  text-align: center;
  line-height: 1.5;
  margin: 0 auto;
  font-size: 1.3rem;
}

.review-txt > span{
  font-weight: 400;
  float: right;
  font-size: 0.9rem;
  padding: 1.5rem;
}

.icons-table > ul{
  list-style: none;
  padding: 0;
}

.icons-table > ul > li{
  margin-top: 2rem;
}

.icons-table > ul > li > img, .icons-table > ul > li > p{
  display: inline-block;
}

.icons-table > ul > li > img{
  margin-right: 2rem;
}

.icons-table .fix-txt{
  position: relative;
  top: -20px;
}

.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.iframe-container > * {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}



/*Carousel Home header ____START___*/

.carousel-indicators{
  position: static !important;
    right: initial !important;
    bottom: initial !important;
    left: initial !important;
    z-index: auto !important;
    display: inherit !important;
    -ms-flex-pack: center !important;
    justify-content: initial !important;
    padding-left: initial !important;
    margin-right: 1rem !important;
    margin-left: 1rem !important;
    list-style: none !important;
    width: 100%;
}

.carousel-indicators li{
  box-sizing: initial !important;
  -ms-flex: 0 1 auto !important;
  flex: 0 1 auto !important;
  width: auto !important;
  height: auto !important;
  margin-right: initial !important;
  margin-left: initial !important;
  text-indent: initial !important;
  cursor: pointer !important;
  background-color: transparent !important;
  background-clip: initial !important;
  border-top: none !important;
  border-bottom: none !important;
  opacity: 1 !important;
  float: left;
  width: 100%;
}

.carousel-header-home{
  margin: -20rem 1rem 2rem;
}

.carousel-indicators > div{
  cursor: pointer;
  background-color: #001E42;
  border-radius: 16px;
  font-size: 1rem;
  max-width: 30% !important;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}

.carousel-indicators > div > .carousel-btn > div{
  color: #ffffff;
  padding: 1rem 0;
  font-weight: 700;
}

.carousel-indicators .active{
  background-color: #3D83EE !important;
  position: relative;
}

.carousel-indicators .active::after{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 10px 9px;
  border-color: transparent transparent #3d84ee transparent;
  position: absolute;
  content: "";
  bottom: -32px;
  left: 45%;
  animation-name: arrowCarousel;
  animation-duration: 0.5s;
}

.carousel-inner > .row > .carousel-item > .carousel-item-content{
  background-color: #3D83EE;
  border-radius: 16px;
  margin: 2rem;
  overflow: hidden;
}

.carousel-inner > .row > .carousel-item > .carousel-item-content h2{
  font-weight: 600;
}

.carousel-inner > .row > .carousel-item > .carousel-item-content p{
  font-size: 1.1rem;
  line-height: 2rem;
}

/*Carousel Home header ____END___*/


/*Pop Up ____START___*/

.popup{
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: scroll;
  display: none;
}

.popup > .container,
.popup-warning > .container{
  margin-top: 8rem;
}

.popup ul li{
  list-style: none;
  background-color: #ffffff;
  max-width: 90%;
  padding: 2rem;
  margin: 0 auto;
  border-radius: 15px;
}

/*Pop Up ____END___*/

/*Sections ____START___*/

.section2{
  padding-bottom: 4rem;
  position: relative;
}

.section-bg-white{
  background-color: #ffffff;
  color: #061e42;
}

.section-bg-grey{
  background-color: #F3F3F3;
  position: relative;
}

/*Sections ____END___*/


/*Containers ____START___*/

.container-global{
  overflow-y: scroll;
}

.container-main-nav{
  width: 100%;
  position: fixed;
  z-index: 3;
  background-color: #ffffff;
}

.container-main-nav > div {
  max-width: 90%;
}

.container-main-content{
  background-color: #001E42;
  line-height: 1.5rem !important;
  font-size: 1.2rem;
}

.container-main-content, .container-header{
  position: relative;
  overflow: hidden;
}

.container-main-header, .container-main-header-inter{
  background-color: #164987;
}

.container-main-header{
  padding-bottom: 21rem;
}

.container-main-header-inter, .container-full-img{
  overflow: hidden;
  position: relative;
}

.container-main-header-inter{
  padding-top: 10rem;
  padding-bottom: 5rem;
}

.container-main-content .container-main-header > img,
.container-main-content .container-main-header-inter > img,
.container-full-img > img{
  position: absolute;
  top: 0;
  opacity: 0.4;
  width: 100%;
}

.container-log-in-content {
  max-width: 650px !important;
}

.container-about-review,
.container-care-providers-bottom{
  background-repeat: no-repeat;
  background-size: cover;
}

.container-about-review{
  background-image: url("../images/banner-about-review.jpg");
}

.container-care-providers-bottom{
  background-image: url("../images/banner-care-providers-2.jpg");
  background-position: bottom;
}

.container-about-review > div,
.container-care-providers-bottom > div{
  background-color: rgba(22, 73, 135, 0.6);
}

/*Containers ____END___*/

/*Footer ____START___*/

footer{
  background-color: #001E42;
  color: #ffffff;
  font-size: 0.9rem !important;
  position: relative;
}


footer ul{
  list-style: none;
}

footer a{
  color: #ffffff;
}
footer a:hover{
  opacity: 0.8;
  color: #ffffff;
  text-decoration: none;
}

.footer-title{
  font-weight: 600;
}

.footer .mt-5{
  margin: initial;
}

.logo-footer{
  max-width: 94px;
}

.footer-blue-union{
  content: "";
  width: 100%;
  height: 10rem;
  background-color: #001E42;
  margin-top: -10rem;
}

/*Footer ____END___*/

@media only screen and (min-width: 576px) {

  .icon-square:nth-child(1) > .icon-arrow-rounded{
    transform: rotate(0deg);
    top: 80px;
    right: -25px;
  }

  .icon-square:nth-child(2) > .icon-arrow-rounded-2{
    transform: rotate(135deg);
    bottom: -15px;
    right: -25px;
  }

  .icon-square:nth-child(3) > .icon-arrow-rounded{
    transform: rotate(0deg);
    top: 80px;
    right: -25px;
  }

  .icon-square:nth-child(4) > .icon-arrow-rounded-2{
    transform: rotate(135deg);
    bottom: -15px;
    right: -25px;
  }
  
  .icon-square:nth-child(5) > .icon-arrow-rounded{
    transform: rotate(0deg);
    top: 80px;
    right: -25px;
  }





}


@media only screen and (min-width: 768px) {

  /*________________General Styles______________*/
  /*________Links - fonts - buttons - txt - titles____START___*/

  .navbar-brand{
    max-width: 117px;
  }

  .carousel-indicators > div > .carousel-btn > div{
    line-height: 3rem;
  }

  /*________________General Styles______________*/
  /*________Links - fonts - buttons - txt - titles____END___*/


  .icon-square:nth-child(1) > .icon-arrow-rounded{
    transform: rotate(0deg);
    top: -15px;
    right: -25px;
  }

  .icon-square:nth-child(2) > .icon-arrow-rounded-2{
    display: block;
    transform: rotate(0deg);
    left: auto;
    right: -26px;
    bottom: 50px;
  }

  .icon-square:nth-child(3) > .icon-arrow-rounded{
    display: none;
  }

  .icon-square:nth-child(4) > .icon-arrow-rounded-2{
    display: block;
    transform: rotate(0deg);
    left: auto;
    right: -25px;
    bottom: -15px;
  }
  
  .icon-square:nth-child(5) > .icon-arrow-rounded{
    transform: rotate(0deg);
    top: 50px;
    right: -25px;
  }




  /*___________Containers__________*/

  .container-log-in-nav {
    padding: 0;
  }

  .container-main-header-inter{
    padding-top: 20rem;
    padding-bottom: 10rem;
  }


}


@media only screen and (min-width: 992px) {

  /*________________General Styles______________*/
  /*________Links - fonts - buttons - txt - titles____START___*/

  .navbar{
    margin: 2rem auto;
  }

  .navbar-expand-lg .navbar-tel{
    display: none;
  }

  #navbarSupportedContent .container-fluid{
    flex-direction: row-reverse !important;
  }

  #navbarSupportedContent .container-fluid > ul:nth-child(1){
    margin: initial;
    width: initial;
  }

  .title-double-line{
    margin-top: 30rem;
  }

  .bg-blue-bottom {
    height: 20rem;
  }

  /* .container-main-header{
    background: url("../images/banner_home.jpg") top right;
    background-repeat: no-repeat;
    padding-bottom: 10rem;
    background-size: auto;
  } */

  .carousel-header-home {
    margin: -10rem 1rem 2rem;
  }

  .review-txt{
    max-width: 70%;
    font-size: 1.8rem;
  }
  
  .review-txt > span{
    font-size: 1.2rem;
  }

  .popup ul li{
    max-width: 70%;
    padding: 5rem;
  }

  .icon-square:nth-child(odd) > .icon-arrow-rounded{
    display: block;
    transform: rotate(0deg);
    top: -15px;
    right: -25px;
  }

  .icon-square:nth-child(even) > .icon-arrow-rounded-2{
    display: block;
    transform: rotate(0deg);
    left: auto;
    right: -25px;
    bottom: -15px;
  }

  .carousel-inner > .row > .carousel-item > .carousel-item-content > div > .carousel-img-main{
    margin-top: 8rem;
  }

  .icon-vertical-aling {
    vertical-align: middle !important;
  }

  .icons-table .fix-txt{
    top: 0;
  }

  /*________________General Styles______________*/
  /*________Links - fonts - buttons - txt - titles____END___*/


}

@media only screen and (min-width: 1200px){

  .carousel-inner > .row > .carousel-item > .carousel-item-content > div > .carousel-img-main{
    margin-top: 4rem;
  }

}


@media only screen and (min-width: 768px)  and (max-width: 992px){


  

}

.already-active {
  max-width: 500px;
}

.already-active .warning-message {
    margin: 30px 0;
    color: #2c7ff5;
    font-size: 1.25em;
    font-weight: 600;
}

.already-active .warning-message .bi-exclamation-triangle {
  color: rgb(220, 140, 0);
  font-size: 50px;
}

.already-active .warning-message .bi-check-square {
  color: #28a745;
  font-size: 50px;
}

.already-active .login-links {
  margin-top: 40px;
}

.already-active #DupFeedbackForm {
  margin: 30px 0;
}