/*================================  Onload Popup Modal ======================*/
.popup-wrapper {
	position: fixed;
	left: 0;
	top: 50%;
	display: none;
	z-index: 1025;
	right: 0;
	margin: 0 auto;
	transform: translateY(-50%);
	background: #ffffff29;
	backdrop-filter: blur(10px);
	width: 95%;
}
.popup-details-wrap {
	background: #ffffffba;
	position: relative;
	border-radius: 5px;
	box-shadow: 0px 1px 32px 2px #b9b9b9;
	border: 2px solid var(--bs-white);
	backdrop-filter: blur(25px);
	padding: 30px 15px;
}
.popup-form .close {
	width: 30px;
	top: 2px;
	right: 3px;
	height: 30px;
	line-height: 25px;
	position: absolute;
	border: none;
	border-radius: 5px;
	font-size: 20px;
	color: var(--bs-gray-600);
	background: transparent;
}
.popup-form .close:hover {
	color: var(--bs-black);
}
 

.popup-overlay {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1024;
	background-color: #ffffff82;
	display: none;
	width: 100%;
	height: 100%;
	right: 0;
	margin: 0 auto;
	max-height: 100%;
	backdrop-filter: blur(10px);
}
/*================================  Click Popup Modal ======================*/
/* OnClick Popup Form Css  */
.get-start_btn {
	position: fixed;
	top: 50%;
	right: 1px;
	width: 159px;
	background-color: var(--bs-theme-blue3);
	color: var(--bs-white);
	border: none;
	padding: 14px;
	line-height: 20px;
	border-radius: 50px 0 0 50px;
	z-index: 9;
	display: flex;
	align-items: center;
	transition: 0.5s all ease-in-out
}

.get-start_btn i {
	font-size: 22px;
	background:var(--bs-white);
	border-radius: 50%;
	padding: 7px;
	color: #194aad;
	margin-right: 7px;
}
.get-start_btn:hover {
	right: -4px;
}
@keyframes pulse3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    25% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: .3
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: .6
    }

    75% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        opacity: .3
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}
/* ===================== Custom Popup ===========*/
.popup-quote {
  color: var(--bs-theme-blue1);
}
.click-popup-text {
	margin: 0 auto 50px;
	width: 94%;
}
.popup-contact span {
  font-weight: 600;
}
.fa.fa-share-alt {
  color: rgba(167, 176, 196, 0.73);
  font-size: 23px;
}
.divider-icon::before {
  position: absolute;
  top: 50%;
  content: "";
  border-top: 1px solid rgba(164, 174, 198, 0.2);
  width: calc(50% - 1.5rem);
  left: 0;
}
.divider-icon::after {
  position: absolute;
  top: 50%;
  content: "";
  border-top: 1px solid rgba(164, 174, 198, 0.2);
  width: calc(50% - 1.5rem);
  right: 0;
}
.popup-social {
	text-align: center;
}
.social-btn {
	color: var(--bs-white);
	width: 35px;
	height: 35px;
	display: inline-block;
	border-radius: 50%;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}
.social-facebbok {
  background-color: #164da0;
}
.social-instagram {
  background-color: #d53581;
}
.social-linkedin {
  background-color: #007faf;
}
.social-twitter {
  background-color: #13a2ca;
}
.social-pinterest {
  background-color: #d82426;
}
.social-youtube {
  background-color: #f72827;
}
.social-dribbble {
  background-color: #e04881;
}
.social-behance {
  background-color: #0ca3d0;
}
.social-btn:hover {
  color: var(--bs-white);
  background: var(--bs-primary-blue);
  transform: translateY(-2px);
}
.popup-details-wrap {
	overflow-y: auto;
	max-height: 90vh;
}

@media only screen and (min-width:576px) {
  .popup-details-wrap {
    padding: 30px;
  }
  .popup-wrapper {
    width: 500px;
  }
  .modal-body {
    width: 500px;
  }
  }
@media only screen and (min-width:768px) {
.popup-details-wrap {
	padding: 30px;
}
}

@media only screen and (min-width:768px) {
  .popup-wrapper {
    width: 600px;
  }
  .modal-body {
    width: 600px;
  }

}
@media only screen and (min-width:992px) {
  .popup-wrapper {
    width: 975px;
  }
  .modal-body {
    width: 575px;
  }
}   
 

 /* =========================== */
.popup-left {
	padding-right: 40px;
}
.modal-head-title {
	font-weight: 700;
	font-size: 26px;
	line-height: 38px;
	margin-bottom: 11px;
}
.modal-head-text {
	font-size: 18px;
	margin-bottom: 25px;
}
.popup-image {
	border-radius: 15px;
	overflow: hidden;
}
.popup-image img {
	width: 100%;
}
/*------------------------*/
.form-single-fild .form-flids textarea {
	height: 65px;
}

.popup-social-wrap {
	background: var(--bs-theme-blue8);
	border-radius: 10px;
	padding: 20px 10px;
	margin-top: 20px;
}

.social-title {
	font-weight: 500;
	font-size: 25px;
	color: var(--bs-theme-blue1);
	font-family: var(--bs-font-resolve);
	position: relative;
	text-align: center;
	margin-bottom: 15px;
}


@media only screen and (min-width:360px) {
.modal-head-title {
	width: 325px;
}
.modal-head-text {
	width: 289px;
}
}


@media only screen and (min-width:768px) {
	.social-title {
		margin-bottom: 0;
	}
.social-btn {
	margin-top: 0;
}
.social-title::after {
	position: absolute;
	content: "";
	right: -15px;
	margin: auto;
	width: 17px;
	height: 4px;
	display: inline-block;
	top: 50%;
	background: var(--bs-theme-blue1);
}
}
@media only screen and (min-width:992px) {
.social-title {
	text-align: left;
}
.popup-social {
	text-align: right;
}
.social-btn {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	font-size: 16px;
	margin-left: 15px;
}
.social-title::after {
	right: -66px;
	width: 50px;
}
	}
