.went-wrong-wrap:before {
			position: absolute;
			width: 100%;
			height: 100%;
			background-color: #00000050;
			content: " ";
			z-index: 99;
			top: 0;
		}

		.went-wrong-wrap {
			height: 100vh;
			width: 100%;
			display: flex;
			align-items: center;
			position: fixed;
			z-index: 9;
			justify-content: center;
			top: 0;
		}

		.action-popup {
			position: absolute;
			background-color: #fff;
			padding: 40px 30px;
			box-shadow: 2px 25px 25px #00000024;
			border-radius: 2px;
			z-index: 99;
			border-radius: 10px;
			width: 30%;
			text-align: center;
		}
		.action-popup h3 {
			font-size: 36px;
			line-height: 42px;
			padding-bottom: 8px;
			color: #000;
			font-weight: 700;
			margin: 0 auto;
		}
		.action-popup .icon-container svg {
		width:40px;
		}
		/* .went-wrong-wrap .action-popup .icon-container svg path{
			stroke:red;
		} */
		.went-wrong-wrap .icon-container {
			width: 70px;
			height: 70px;
			background-color: #ff0a372e;
			display: flex;
			justify-content: center;
			border-radius: 50%;
			margin:0px auto 15px;
		}
		.action-popup .buttons-action {
			display: flex;
			align-items: center;
			/* float: right; */
			width: 100%;
		}
		.action-popup p {
			font-weight: 400;
		}
		.buttons-action {
			display: flex;
			align-items: center;
			float:right;
		}
		.action-button:hover {
			color: #fff;
			background-color: #3D85C6;
		}
		.action-button {
			text-align: center;
			padding: 8px 40px;
			border: 1px solid #eaeaea;
			border-radius: 5px;
			/* width: 50%; */
			margin: 15px 0px 0px;
			transition: 0.2s ease-in;
			cursor: pointer;
			background: #000 !important;
			width: 100% !important;
			color: #fff;
		}


        .email-report-wrap:before {
			position: absolute;
			width: 100%;
			height: 100%;
			background-color: #00000050;
			content: " ";
			z-index: 99;
			top: 0;
		}

		.email-report-wrap {
			height: 100vh;
			width: 100%;
			display: flex;
			align-items: center;
			position: fixed;
			z-index: 9;
			justify-content: center;
			top: 0;
		}


         .went-wrong-wrap .action-popup {
        width: 100%;
        max-width: 550px;
        padding: 30px 35px;
        border-radius: 5px;
    }

    .went-wrong-wrap .action-popup .icon-container {
        background: transparent;
        width: 88px;
        height: 88px;
        margin-bottom: 0;
    }

    .went-wrong-wrap .action-popup .icon-container svg {
        width: auto;
        height: auto;
    }

    .went-wrong-wrap .action-popup .icon-container svg path {
        stroke: #fff;
    }

    .went-wrong-wrap .action-popup h3 {
        color: #DB5050;
        text-align: center;
        font-family: Gotham;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 44.5px;
        /* 139.063% */
    }

    .went-wrong-wrap .action-popup p {
        color: #333;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        line-height: normal;
        padding-bottom: 35px;
    }

    .went-wrong-wrap .action-popup .buttons-action .action-button {
        margin: 0;
        color: #FFF;
        text-align: center;
        font-family: Gotham;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        /* 125% */
        padding: 10px;
        border-radius: 3px;
        background: #3D86C6 !important;
    }

    .went-wrong-wrap .action-popup .buttons-action .action-button:hover {
        background: #025299 !important;
    }

    .book-consultation-wrap:before {
			position: absolute;
			width: 100%;
			height: 100%;
			background-color: #00000050;
			content: " ";
			z-index: 99;
			top: 0;
		}

   .book-consultation-wrap {
			height: 100vh;
			width: 100%;
			display: flex;
			align-items: center;
			position: fixed;
			z-index: 9;
			justify-content: center;
			top: 0;
		}

    .book-consultation-wrap .action-popup {
        width: 100%;
        max-width: 550px;
        padding: 30px 35px;
        border-radius: 5px;
    }

    .book-consultation-wrap .action-popup .icon-container {
        background: transparent;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .book-consultation-wrap .action-popup .icon-container svg {
        width: auto;
    }

    .book-consultation-wrap .action-popup h3 {
        text-align: center;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 44.5px;
        color: #3D86C6;
    }

    .book-consultation-wrap .action-popup p {
        color: #333;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        line-height: normal;
        padding-bottom: 35px;
        margin: 0;
    }

    .book-consultation-wrap .action-popup .buttons-action .action-button {
        margin: 0;
        color: #FFF;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        padding: 8px;
        line-height: 1.4;
        border-radius: 3px;
        background: #3D86C6 !important;
    }

    .book-consultation-wrap .action-popup .buttons-action .action-button:hover {
        background: #025299 !important;
    }