body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  /* font-weight: 900;   */
}
/* 
==================
start navbar side 
==================
 */

.navbar-side {
  background-color: #ce5c60;
  height: auto;
  display: flex;
  align-items: center;
  color: #fff;
  padding-top: 20px;
}
.icon-navbar i {
  background-color: #fff;
  color: #000;
  padding: 3px 4px;
  border-radius: 30px;
  margin-right: 3px;
}
.text-navbar p {
  font-weight: 500;
  margin-right: 15px;
  font-size: 14px;
}
.text-navbar i {
  margin-right: 4px;
}

.dropdown a:nth-of-type(1) {
  color: #fff;
}

.dropdown-menu a {
  color: red !important;
}

/* start media quary navbar-side  */

@media only screen and (max-width: 768px) {
  .navbar-side {
    height: auto;
  }
  .navbar-side p {
    font-size: 14px;
    padding-top: 3px;
  }
  .icon-navbar i {
    padding: 2px 4px;
    margin-right: 0px;
  }
}

@media only screen and (min-width:768px) and (max-width:992px){
  .navbar-side p {
    font-size: 11px;
  }
}


/* 
==================
End navbar side 
==================
 */

/* 
==================
start main navbar 
==================
 */
.nav-link {
  color: #5d5d5f;
  margin-left: 9px;
  font-weight: 600;
  font-style: normal;
}
.navbar-brand{
  margin-right: 0 !important;
}
.form-navbar input {
  background-color: #e5f6ec;
  width: 316px !important;
  height: 45px;
  border-radius: 20px;
  text-indent: 25px;
  position: relative;
  border: none;
}
.form-navbar img {
  position: absolute;
  top: 30%;
  z-index: 2;
  left: 2%;
  height: 20px;
  width: 21px;
}
.button-navbar,
.button-nested-navbar,
.button-login-nested,
header button {
  background-color: #ce5c60 !important;
  font-weight: 600;
  padding: 11px 20px;
  border: none;
  margin-left: 11px;
  letter-spacing: 1px;
  transition: all .8s ease !important ;
}
header button:hover{
  background-color: transparent !important;
  border: 1px solid #fff;
}
.navbar-link-hena {
  margin-left: 30px;
}

.navbar-light .navbar-toggler-icon {
  background-image: url(../img/Icon-navbar.png);
  /* border: 1.5px solid #000000; */
}
.navbar-light .navbar-toggler {
  border: none !important ;
}
/* start media query main-navbar*/

@media only screen and (max-width: 768px) {
  .navbar-link-hena {
    margin-left: 0px;
  }
}
@media only screen and (max-width:992px){
  .navbar{
    padding: 0.5rem 2rem;
  }

}

@media only screen and (max-width: 1300px) {
  .form-navbar input {
    width: auto !important;
  }
  .form-navbar img {
    top: 31%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .form-navbar img {
    top: 28%;
  }
}
@media only screen and (min-width:992px) and (max-width:1100px){
  .navbar-expand-lg .navbar-nav .nav-link{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

}
/* 
==================
End main navbar 
==================
 */

/* 
==================
start nested navbar 
==================
 */

 .nested-navbar{
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
 }
.button-login-nested {
  background-color: #feefe6 !important;
  color: #ac3f4d !important;
}

.nested-navbar a {
  font-size: 20px;
  color: #2B5D5F;
  margin-left: 5px;
  letter-spacing: 1px;
  font-weight: 500;
}
.pr-5, .px-5{
  padding-right: 4rem !important;
}
@media only screen and (max-width: 768px) {
  .button-nested-navbar,
  .button-login-nested {
    /* background-color: #ce5c60 !important; */
    font-weight: 600;
    padding: 10px 12px;
    border: none;
    margin-left: 4px;
    letter-spacing: 1px;
    /* color: #fff !important; */
    font-size: 11px;
    /* margin-top: 12px; */
  }
  .nested-navbar p {
    font-size: 16px;
  }
}
@media only screen and (max-width:992px){
  .nested-navbar{
    padding-right: 2.5rem !important;
  }
}
/* 
==================
End nested navbar 
==================
 */

/* 
==================
start Header Section 
==================
 */

header {
  height: 590px;
  background-image: url(../img/back-header.png),
    url(../img/back-header-back.png);
  background-size: cover;
  background-position: bottom;
  margin-top: 10px;
  color: #fff;
  display: flex;
  /* align-items: center; */
}
header .container-fluid{
  position: relative;
    left: 2.5%;
    top: 23%;
}
header h2 {
  font-size: 60px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 16px;
  /* line-height: 72px; */
  /* letter-spacing: -2px;*/

}
header h5 {
  font-size: 30px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 7px;
}
header button {
  color: #fff !important;
  padding: 19px 31px !important;
  margin-top: 15px;
  margin-left: 0;
  font-size: 16px !important;
  font-weight: 600 !important;
}

/* start media queary header */

@media only screen and (max-width: 768px) {
  header h2 {
    font-size: 44px;
  }
  header h5 {
    font-size: 24px;
    line-height: 1.8;
    font-weight: 700;
  }
}


@media only screen and (max-width:768px){
   .container-fluid , .our-portfolio .section-heading{
    visibility: visible !important;
    -webkit-animation-duration: 1s !important;
    -moz-animation-duration: 1s !important;
    animation-duration: 1s !important;
    -webkit-animation-delay: 0.7s !important;
    -moz-animation-delay: 0.7s !important;
    animation-delay: 0.7s !important;
  }  
}

/* 
==================
End Header Section 
==================
 */

/* 
---------------------------------------------
Portfolio
--------------------------------------------- 
*/

.our-portfolio {
  padding-top: 52px;
  overflow: hidden;
  position: relative;
}

.our-portfolio:before {
  content: "";
  background-image: url(../img/portfolio-right-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0px;
  width: 414px;
  height: 861px;
  z-index: 1;
}

.our-portfolio:after {
  content: "";
  background-image: url(../assets/images/portfolio-left-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0px;
  width: 677px;
  height: 759px;
  z-index: 1;
}

.our-portfolio .section-heading {
  margin-bottom: 80px;
}

.our-portfolio .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  z-index: 2;
}

.our-portfolio .item {
  position: relative;
  z-index: 222;
}

.portfolio-item {
  border-radius: 25px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  margin: 15px;
}

.portfolio-item .thumb {
  position: relative;
  border-radius: 50px;
}

.portfolio-item:hover .down-content h4,
.portfolio-item:hover .down-content span {
  color: #fa65b1;
}

.portfolio-item .thumb img {
  border-top-right-radius: 23px;
  border-top-left-radius: 23px;
  overflow: hidden;
}

.portfolio-item .down-content {
  border-radius: 19px;
  text-align: center;
  padding: 19px 0px;
  border-bottom-right-radius: 23px;
  border-bottom-left-radius: 23px;
  position: absolute;
  top: 75%;
  width: 85%;
  background: #ffac8d73;
}

.portfolio-item .down-content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
  transition: all 0.3s;
  letter-spacing: 1px;
}

.portfolio-item .down-content span {
  font-size: 15px;
  color: #afafaf;
  transition: all 0.3s;
}

.our-portfolio .owl-nav {
  display: inline-block !important;
  position: absolute;
  top: -125px;
  right: 15%;
  max-width: 1320px;
}

.our-portfolio .owl-nav .owl-next {
  margin-left: 10px;
}

.our-portfolio .owl-nav span {
  width: 46px;
  height: 46px;
  display: none;
  text-align: center;
  line-height: 46px;
  font-size: 30px;
  background-color: #eee;
  border-radius: 50%;
  color: #fff;
  transition: all 0.5s;
}

.our-portfolio .owl-nav span:hover {
  color: #fff;
  background-color: #fa65b1;
}
.owl-carousel .owl-item img {
  height: 270px;
  border-radius: 10px !important;
}

 /* .header-main-section .owl-carousel.owl-drag .owl-item{
  width: 200px !important;
} */
@media only screen and (max-width: 768px) {
  .our-portfolio .owl-nav span {
    display: none;
  }
}

@media only screen and (min-width:1800px){
  .portfolio-item .down-content{
    width: 92% ;
  }
}
/*
  ========================
  End portfolio section 
  ========================
  */


/*
===========================
start product section 
===========================
*/

.down-content-product{
  position: absolute;
  bottom: 10%;
  text-align: center;
  color: #000;
  background-color: #CCE3D9;
  padding: 9px;
  left: 8%;
  width: 85%;
  border-radius: 10px;
}
.down-content-product h4{
  font-size: 20px;
    font-weight: 600;

}

/*
===========================
End product section 
===========================
*/

/*
  ========================
  Start Posts section 
  ========================
  */
.card-post {
  background-color: #ce5c60d1;
  color: #fff;
  height: 30px;
  position: absolute !important;
  width: 100%;
  top: 83%;
}
.card-post i {
  margin-left: 15px;
  font-size: 18px;
}
.card-post span {
  margin-left: 2px;
  font-size: 18px;
}

/*
  ========================
  End Posts section 
  ========================
  */

/*
  ========================
    start Services section 
  ========================
  */

.owl-carousel2 img {
  width: 85% !important;
  height: 210.53px;
  display: block;
  margin: 0 auto;
}

.owl-nav {
  display: none;
}
.owl-dots{
  display: none;
}
#projects .portfolio-item{
  padding-bottom: 10px;
}
#projects .portfolio-item h6{
  padding-left: 6px;
  font-size: 19px;
}

#projects .portfolio-item p{
  padding-left: 6px;
}

#projects .portfolio-item i:nth-of-type(1){
  padding-left: 6px;
}
#projects .portfolio-item button{
  width: 90% !important;
  margin: 0 auto;
}
/*
  ========================
    End Services section 
  ========================
  */

/*
  ========================
   Start Providers section 
  ========================
  */

.providers .paragraph-providers {
  font-weight: 600;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 14px;
}
.providers a {
  width: 221px;
  position: relative;
  left: 0px;
  top: 0px;
  border-radius: 0px;
  padding: 16px 17px;
  background: #ce5c60;
  color: #fff;
  font-size: 20px;
  border-radius: 10px;
}
.text-providers {
  background-color: #cce3d9de;
  padding: 7px;
  font-size: 15px !important;
  color: #000;
  font-weight: 600 !important;
  letter-spacing: 1px;
  text-align: center;
  position: relative;
  bottom: 12%;
  padding: 8px 4px;
  width: 97%;
  margin: 0 auto;
  border-radius: 10px;
}

/* 
.img-providers{
  width: 212px;
  height: 212px;
} */
.all-text-providers{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.all-text-providers h2{
  font-size: 36px;
  margin-bottom: 10px;
  line-height: 1.5;
}

@media only screen and (min-width:1800px){
  .providers .paragraph-providers{
    font-size: 28px;
  }
  .all-text-providers h2{
    font-size: 64px;
  }
}
@media only screen and (max-width:768px){
  .img-providers{
    margin-bottom: 20px;
  }
}
/*
  ========================
   End Providers section 
  ========================
  */

/*
  ========================
   Start newletter section 
  ========================
  */

.newletter h2 {
  margin-bottom: 16px;
  font-weight: bolder;
  /* font-family: 'Montserrat', sans-serif; */
  letter-spacing: 2px;
  font-size: 37px;
  text-transform: capitalize;
}
.newletter h5 {
  line-height: 1.5;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
}
.newletter input {
  padding: 10px 40px;
  border-radius: 6px;
  border: none;
  background-color: #e5f6ec;
  margin-top: 12px;
  font-size: 18px;
  position: relative;
  width: 400px;
  text-indent: 9px;
}

.message-newletter {
  width: 24px;
  height: 19px;
  position: absolute;
  z-index: 2;
  top: 45%;
  left: 4%;
}

.button-newletter {
  background-color: #ce5c60;
  color: #fff;
  padding: 9px 20px;
  margin-left: 12px;
}

@media only screen and (max-width: 768px) {
  .newletter input {
    width: 200px;
  }
}

/*
  ========================
   End newletter section 
  ========================
  */

/*
  ========================
   Start Download section 
  ========================
  */

.download {
  background-image: url(../img/Rectangle\ 20.png), url(../img/Rectangle\ 19.png);
  background-size: cover;
  height: 500px;
  color: #fff;
  border-radius: 20px;
  padding: 40px;
}
.download h2 {
  font-weight: 900;
  font-size: 45px;
  margin-bottom: 24px;
}
.download h5 {
  line-height: 1.7;
  font-size: 21px;
}
.button-download2,
.button-download {
  color: #fff !important;
  font-size: 17px;
  margin-top: 20px;
  letter-spacing: 1px;
  border: 1px solid #fff;
  margin-right: 14px;
  transition: all 1s ease;
  padding: 10px 31px;
  font-weight: 900;
}
.fa-arrow-down{
  margin-right: 9px;
}
.button-download:hover {
  background-color: #8b283c !important;
}
.button-download2 {
  background-color: #fddbcd;
  color: #8b283c !important;
  border: none;
  font-weight: 900;
}
.button-download2:hover {
  background-color: snow !important;
}
@media only screen and (max-width: 768px) {
  .download {
    height: auto;
  }
}

/*
  ========================
   End Download section 
  ========================
  */

/*
  ========================
   Start About section 
  ========================
*/

.about-section-back,
.about-section-back2,
.about-section-back3 {
  background-image: url(../img/vission-bg.png);
    color: #fff;
    background-size: cover;
    height: 280px;
    border-radius: 20px !important;
    padding: 29px;
}
@media only screen and (max-width:1000px){
    .about-section-back,
    .about-section-back2,
    .about-section-back3{
    height: auto;
    }
}
.about-section-back2 {
  background-image: url(../img/vission-bg-1.png);
}
.about-section-back3 {
  background-image: url(../img/vission-bg-2.png);
}
.about-section-back h4,
.about-section-back2 h4,
.about-section-back3 h4 {
  font-size: 40px;
  font-weight: 600;
}
.about-section-back h6,
.about-section-back2 h6,
.about-section-back3 h6 {
  line-height: 1.7;
  font-size: 20px;
  margin-top: 20px;
}

/*
  ========================
   End About section 
  ========================
*/



/* 
=====================
start Footer Section 
=====================
*/

footer img{
  height: 55px;
  width: 185.15562438964844px;
}
.footer-text h6{
    font-weight: 900;
    font-size: 20px;
    letter-spacing: 1px;
}
.footer-text a{
    display: block;
    color: #000;
    line-height: 1.8;
    margin-top: 3px;
}

footer span:nth-of-type(2){
  color: #CE5C60;
  font-weight: 600;
  font-size: 17px;
}

/* 
=====================
End Footer Section 
=====================
*/



/*
=====================================
=====================================
start wedding-services-single Page
=====================================
=====================================
*/


/* 
=============================
start single service section 
=============================
*/

.single-service-button , .single-service-button2{

  background-color: #457673;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 7px 15px;
  border-radius: 7px;
  transition: all .3s ease;
}
.single-service-button2{
  padding: 7px;
  background-color: #fff;
  color: #000;
  border: 1px solid #457673;
}
.single-service-button:hover{
  color: #000;
  background-color: #fff;
  border: 1px solid #457673;
  
}
.single-service-button2:hover{
  background-color: #457673;
  color: #fff;
}

.icon-single-services .fa-telegram
 ,.icon-single-services .fa-whatsapp
 ,.icon-single-services .fa-instagram
 {
 
  color: #fff; 
  text-align: center;
  font-size: 31px;
  background: linear-gradient(180deg, #2AABEE 0%, #229ED9 99.26%);
  border-radius: 50px;
  width: 49px;
  padding: 10px;
  margin-right: 5px;
 
}
.icon-single-services .fa-whatsapp{
  background: linear-gradient(0deg, #20B038 0%, #60D66A 100%);
}
.icon-single-services .fa-instagram{
  background: linear-gradient(45deg, #FFD522 0%, #F1000B 49.74%, #B900B3 100%);
}


.text-provider-single{
  position: absolute;
  bottom: 0%;
  color: #000;
  text-align: center;
  width: 100%;
  font-size: 20px;
  background: #cce3d9d1;
  padding: 10px;
  letter-spacing: 1px;
}



/* 
=============================
End single service section 
=============================
*/



/*
=========================================
========================================
start wedding services single page 2 
=========================================
==========================================
*/

html,
body {
  position: relative;
  height: 100%;
}

body {

  
 margin: 0;
  padding: 0;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active {
  color: #fff;
  background: #ce5c60;
}


/* 
======================
start review section  
=====================
*/

.review-single h5{

  font-size: 17px;
    line-height: 1.7;
    margin-top: 20px;
    font-weight: 600;
}
.review-single a{
  background-color: #CE5C60;
  color: #fff;
  margin-top: 15px;
  padding: 10px 20px;
  font-size: 17px;
  letter-spacing: 1px;
  transition: all .5s ease;
}
.review-single a:hover{
  color: #000;
  background-color: #fff;
  border: 1px solid #CE5C60;
}


.hide-review{
  color: #000;
    background-color: #fff;
    border: 1px solid #CE5C60;
    width: 214px;
  }
/* 
======================
start review section  
=====================
*/


/*
=========================================
========================================
End wedding services single page 2 
=========================================
==========================================
*/



/*
=========================================
========================================
Start About Page 
=========================================
==========================================
*/

/* start features-about-page section */

.features-about-page h5{
  font-size: 17px;

}
#team .owl-carousel .owl-item img{
  height: 508px !important;
}
/* end features-about-page section */


/* 
==================
start play video
==================
*/


.start-video{
  background-image: url(../img/Rectangle\ 34.png),url(../img/Rectangle\ 33.png);
  height: 650px;
  background-size: cover;
  background-position: center center;
}
.content-about{
  position: absolute;
  top: 47%;
  color: #fff;
  background: linear-gradient(#ce5c60b8,#ff85678a);
  width: 91%;
  margin: 0 auto;
  border-radius: 20px;
  /* text-align: center; */
  padding: 11px;
  margin-left: 0px;
  /* display: table-row; */
  vertical-align: middle;
}
.content-about i {
  background-color: #FEEFE6;
    color: #648D87;
    margin: 0 auto;
    display: inline-block;
    width: 50px;
    text-align: center;
    height: 50px;
    border-radius: 50%;
    padding-top: 15px;
    font-size: 20px;
    margin-bottom: 10px;
    vertical-align: middle;
    margin-left: 12px;
}

.about-owl-content{
  margin-bottom: 10px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
  text-align: left;
}
.features .card-body{
  padding-top: 23%;
}


.about #projects .owl-carousel.owl-drag .owl-item{
  width: 319px !important;
}
@media only screen and (max-width:768px){
  .content-about i {
    padding: 4px 33px;
  }
}


/* 
==================
End play video
==================
*/

/* 
========================
start lcoation-section 
========================
*/

@media only screen and (min-width:992px) and (max-width:1200px){
  .lcoation-section  .fa-envelope {
    display: none !important;
  }
}


/* 
========================
End lcoation-section 
========================
*/




/*
=========================================
========================================
End About Page 
=========================================
==========================================
*/



/*
=========================================
========================================
Start Contact Page 
=========================================
==========================================
*/


/*
======================
Start location section 
=======================
*/


.location-contact{
  position: absolute;
  bottom: 0%;
  color: #fff;
  background-image: url(../img/Rectangle\ 39.png);
  width: 93%;
  height: 300px;
  background-repeat: no-repeat;
  padding: 30px 0px;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  background-size: cover;
  border-radius: 20px;
}
.location-contact i {
  padding: 10px 13px;
  border-radius: 20px;
  color: #648D87;
  background-color: #FEEFE6;
  margin-right: 5px;
}
.location-contact i:nth-of-type(1){
  margin-left: -10px;
}
@media only screen and (min-width:768px) and (max-width:1200px){
  .location-contact {
    position: absolute;
    bottom: 1%;
    color: #fff;
    background-image: url(../img/Rectangle\ 39.png);
    width: 90%;
    height: 163px;
    background-repeat: no-repeat;
    padding: 10px 0px;
    text-align: center;
    font-size: 16px;
    font-weight: 900;
  }
}
@media only screen and (max-width:768px){
  .location-contact{
    position: absolute;
    bottom: 0%;
    color: #fff;
    background-image: url(../img/Rectangle\ 39.png);
    width: 92%;
    height: 200px;
    background-repeat: no-repeat;
    padding: 30px 0px;
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    background-size: cover;
    border-radius: 10px;
  }
}

@media only screen and (min-width:1790px){
  .location-contact{
    width: 95.5%;
  }
}
/*
======================
End location section 
=======================
*/



/* 
==============================
Start touch-contact section  
============================== 
*/
.touch-contact h2{
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 6px;
  font-size: 48px;
  /* color: #245D63; */
  margin-left: -10px;
}
.touch-contact h5{
  font-weight: 500;
  letter-spacing: 1px;
}
.touch-contact input  ,.touch-contact textarea {
  margin: 20px 0px;
  padding: 22px 20px;
  border-radius: 9px !important;
  font-size: 18px;
  border: 1px solid #779f97;
}
.touch-contact select{
  margin: 20px 0px;
  border-radius: 9px !important;
  font-size: 18px;
  border: 1px solid #779f97;
  margin-bottom: 31px;
}
.touch-contact a{
  background-color: #CE5C60;
  color: #fff;
  padding: 10px 0px;
  margin: 20px 0px;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 22px;
  border-radius: 10px;  
  transition: all .5s ease;
}
.touch-contact a:hover{
  background-color: #fff;
  border: 1px solid #afafaf;
}
.telephone-text{
  color: #CE5C60;
    font-weight: 600;
    font-size: 17px;
}
.image-touch img:nth-of-type(1){
  width: 86%;
  height: 650px;
  z-index: 99999;
  position: relative;
  margin-top: 55px;
}

.image-touch img:nth-of-type(2){
  height: 755px;
    position: absolute;
    width: 450px;
    right: 0;
    border-radius: 0px 20px 20px 0px;
}

/* 
==============================
End touch-contact section  
==============================
 */




/*
=========================================
========================================
End Contact Page 
=========================================
==========================================
*/





/*
=========================================
========================================
Start Single Provider Page 
=========================================
==========================================
*/



.text-single-provider{
  font-size: 18px;
    font-weight: 700;
    margin-top: 14px;
    margin-bottom: 13px;
  }
.details-single-provider{
  display: inline-block;
  /* text-align: center; */
  vertical-align: middle;
  padding: 9px;
  padding-left: 0;
  font-size: 14px;

}
.bio-provider{
  font-weight: 900;
  font-size: 17px;
  color: #000;
  display: inline-block;
}
.content-single{
  color: #000;
  background: #fff;
  border: 1px solid #ede1e1;
  width: 97%;
  padding: 1px;

  padding-bottom: 10px;
}
.content-single hr {
  margin-top: 0;
  margin-bottom: 0;
  
  /* margin-left: -10px; */
  height: 5px;
}

.content-single i {
  background: linear-gradient(45deg, #FFD522 0%, #F1000B 49.74%, #B900B3 100%);
  font-size: 19px;
  margin-right: 2px;
  vertical-align: middle;
  color: #fff;
  padding: 3px;
  border-radius: 6px;
}


.text-single-page{
  padding: 5px;
  padding-top: 10px;
  padding-bottom: 2px;
}



/*
=========================================
========================================
End Single Provider Page 
=========================================
==========================================
*/






/*
=========================================
========================================
Start Register Page 
=========================================
==========================================
*/

.register-image{
  width: 201px;
  height: 53px;
}
.register-content{
  width: 95%;
  padding-top: 23%;
}
.register-content h2{
  font-weight: 900;
  margin-top: 10px;
  margin-bottom: 6px;
}
.register-content h5{
  margin-bottom: 20px;
}
.register-content input{
  height: calc(2rem + 0.75rem + 2px);
  margin-bottom: 20px;
  text-indent: 3px;
  border: 1px solid #a8d8de94;
  border-radius: 6px;
}
.register-content [type="submit"]{
  background: #CE5C60;
  color: #fff;
  font-weight: 600;
  border: none;
  letter-spacing: 1px;
  font-size: 16px;
}
.text-register{
  text-align: center;
  color: #89A59E;
  font-size: 14px;
  position: relative;
}
.text-register::after{
    content: "";
    position: absolute;
    top: 15px;
    width: 35%;
    height: 1px;
    background-color: #89A59E;
    right: -1px;
}

.text-register::before{
  content: "";
  position: absolute;
  top: 15px;
  left: 1px;
  width: 35%;
  height: 1px;
  background-color: #89A59E;
}
.continue-register{
  text-align: center;
  background: #E5F6EC;
  color: #000;
  padding: 10px;
  margin-top: 10px;
  border-radius: 6px;
}
.continue-register a{
  color: #000;
  font-size: 14px;
  vertical-align: middle;
}
.continue-register i {
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  margin-right: 2px;
  padding: 3px 5px;
}
.google-img-register{
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-left: 6px;

}
.footer-register-text{
  text-align: center;
    font-size: 13.8px;
    margin-top: 12px;
}
.footer-register-text a{
  color: #000;
}
.footer-register-text span{
  color: #CE5C60;
  text-decoration: underline;
  margin-left: 4px;
}

.checkbox-create{
  height: auto !important;
}
.text-span-check {
  margin-left: 5px;
  font-size: 14px;
}
/*
=========================================
========================================
End Register Page 
=========================================
==========================================
*/


/*
=========================================
========================================
Start Steper-1 Page 
=========================================
==========================================
*/

.number-steper, .number-steper2 , .number-steper3{
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}
.number-steper2 , .number-steper3{
  margin-left: 45px;
}
.number-steper::after , .number-steper2::after{
  content: "";
  position: absolute;
  height: 1px;
  width: 43px;
  background-color: #89A59E;
  top: 13px;
}
/* .number-steper3::after{
  content: "";
  position: absolute;
  height: 1px;
  width: 50px;
  background-color: #89A59E;
  top: 13px;
} */

.number-steper span:nth-of-type(1), .number-steper2 span:nth-of-type(1) , .number-steper3 span:nth-of-type(1){
  background-color: #CCE3D9;
  width: 27px;
  padding: 1px 6px;
  display: inline-block;
  text-align: center;
  /* height: 27px; */
  border-radius: 13px;
}


.number-steper span:nth-of-type(2), .number-steper2 span:nth-of-type(2) , .number-steper3 span:nth-of-type(2){
  margin-left: 3px
}


.message-steper-1{
  font-size: 21px;
    position: absolute;
    z-index: 999;
    top: 13px;
    left: 29px;
    color: #878889;
}
.input-steper{
  text-indent: 30px !important;
}
.input-steper2{
  text-indent: 111px !important;
}
.usa-flag{
  width: 27px;
  position: absolute;
  top: 12px;
  left: 24px;
  z-index: 9999;
}
.dropdown-steper{
  position: absolute;
  width: 37px;
  top: 12px;
  left: 56px;
}
.dropdown-steper select{
  width: 71px;
  border: none;
}
.dropdown-steper select:focus , .dropdown-steper select:focus-visible{
  border: none;
}
.select-steper{
  height: calc(2rem + 0.75rem + 2px);
    text-indent: 30px;
}
/*
=========================================
========================================
End Steper-1 Page 
=========================================
==========================================
*/


/*
=========================================
========================================
Start Steper-2 Page 
=========================================
==========================================
*/

.content-steper-two{
  padding: 25px;
  margin-left: 3%;
}
.img-steper-two{
  width: 241px;
  background-color: #F1FAF5;
  padding: 46px;
  border-radius: 50%;

}
.button-steper-two{
  background-color: #457673;
    color: #fff;
    margin-left: 22px;
    width: 165px;
    height: 45px;
    padding-top: 11px;
}

.back-steper{
  color: #AC3F4D;
    font-weight: 600;
    border: none;
    letter-spacing: 1px;
    font-size: 16px;
    background: #FEEFE6;
    padding: 10px;
}

.back-steper-text{
  display: block;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 17px;
  color: #5D5D5F; 
}

/*
=========================================
========================================
End Steper-2 Page 
=========================================
==========================================
*/

/*
=========================================
========================================
Start Steper-3 Page 
=========================================
==========================================
*/

.checkbox-steper-three{
padding: 10px;
}
.checkbox-steper-three input[type="checkbox"]{
  width: 17px;
  height: 17px !important;

}
.checkbox-steper-three span {
  font-weight: 600;
    margin-left: 3px;
}


/*
=========================================
========================================
End Steper-3 Page 
=========================================
==========================================
*/