@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');
/* font-family: 'EB Garamond', serif; */
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;700;800&display=swap');
/* font-family: 'Mulish', sans-serif; */


body {
	font-family: 'Mulish', sans-serif;
	background-color: #fff;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	color: #757575;
}

a,
input,
button,
textarea {
	outline: none !important;
}

a {
	text-decoration: none;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

.container-fluid,
.container {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row>* {
	padding-left: 15px;
	padding-right: 15px;
}

p {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

p a {
	text-decoration: none;
	color: inherit;
}

p a:hover {
	color: #131566;
}

ul li,
ol li {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

ul li a,
ol li a {
	text-decoration: none;
	color: inherit;
}

ul li a:hover,
ol li a:hover {
	color: #131566;
}

/* Common Style Start */
.main-title {
	font-family: 'EB Garamond', serif;
	font-size: 70px;
	line-height: 90px;
	font-weight: normal;
	color: #131566;
}

.main-title * {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	margin: 0;
}

.inner-title {
	font-family: 'EB Garamond', serif;
	font-size: 40px;
	line-height: 40px;
	font-weight: normal;
}

.inner-title * {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0;
}

.section-title {
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
}

.section-title * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0;
}

.block-title {
	font-size: 20px;
	line-height: 20px;
	font-weight: 800;
}

.block-title * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0;
}

.common-detail {
	font-size: 20px;
	/* line-height: 35px;	 */
	line-height: 30px;	
}

.common-detail * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;	
	margin: 0;
}

.detail {
	font-size: 16px;
	line-height: 24px;
}

.detail * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}

.font-weight-700 {
	font-weight: 700;
}

.font-weight-500 {
	font-weight: 500;
}

.font-weight-300 {
	font-weight: 300;
}

.color-fff {
	color: #fff;
}

.btn {
	font-size: 20px !important;
	line-height: 20px;
	font-weight: 700;
	position: relative;
	color: #fff !important;
	border: none;
	z-index: 9;
	padding: 15px 13px 15px 52px !important;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.btn:hover,
.btn:focus,
.btn:active {
	color: #fff !important;
} 

.btn:hover::before {
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 100% 100%, 0 100%, 0% 100%);
	width: 100%;
}

.btn::after {
	content: "";
	background-image: url("../images/white-arrow-right.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 19px;
	height: 13px;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.btn::before {
	content: "";
	clip-path: polygon(0 0, 75% 0%, 100% 50%, 75% 100%, 0 100%, 0% 50%);
	width: 40px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.btn-yellow {
	background-color: #F29805;
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active {
	background-color: #F29805 !important;
}

.btn-yellow::before {
	background-color: #E28C00;
}

.btn-blue {
	background-color: #131566 !important;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
	background-color: #262882 !important;	
}

.btn-blue::before {
	background-color: #262882;
}
/* Common Style End */


/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
.header {
	padding: 35px 135px 35px 135px;
}

.header .navbar {
	padding: 0;
}

.header .navbar-brand {
	padding: 0;
	margin: 0;
}

.header .navbar-nav .nav-item {
	padding: 0 25px;
}

.header .navbar-nav .nav-item:first-child {
	padding-left: 0;
}

.header .navbar-nav .nav-item:last-child {
	padding-right: 0;
}

.header .navbar-nav .nav-item .nav-link {
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	color: #000000;
	padding: 0;	
	position: relative;
} 

.header .navbar-nav .nav-item .nav-link::after {
	content: "";
	background-color: #F29805;
	width: 0;
	height: 1px;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: 5px 0 0;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.header .navbar-nav .nav-item .nav-link:hover,
.header .navbar-nav .nav-item .nav-link.active,
.header .navbar-nav .current-menu-item .nav-link {
	color: #131566;
}

.header .navbar-nav .nav-item .nav-link:hover::after,
.header .navbar-nav .nav-item .nav-link.active::after,
.header .navbar-nav .current-menu-item .nav-link::after {
	width: 100%;
}

.header .container {
	max-width: 100%;
}

.header .schedule-a-video-btn {
	margin: 0 0 0 30px;
}

.header-button-group {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/

/*========== Home Page Start ==========*/

/* Banner Start */
.banner-main {
	text-align: center;
}

.banner-wrp {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 256px 0;
	z-index: 9;
}

.banner-wrp::after {
	content: "";
	background: linear-gradient(180deg, #F29805 0%, rgba(242, 152, 5, 0.00) 100%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.banner-main .inner-title {
	color: #fff;
	margin: 0 0 30px;
}

.banner-main .section-title {
	color: #131566;
	margin: 0 0 30px;
}

.banner-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 23px;
}

.banner-logo .middle-logo {
	margin: 0 13px;
}

.social-media ul {
	padding: 37px 0;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.social-media ul li {
	list-style-type: none;
	padding: 0 35px;
	position: relative;
}

.social-media ul li a {
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	position: relative;
}

.social-media ul li a:hover {
	color: #F29805;
}

/* .social-media ul li a:hover::before {
	right: 0;
	width: 100%;
	margin: 0;
} */

.social-media ul li a::before {
	content: "";
	background-color: #F29805;
	width: 30px;
	height: 2px;
	position: absolute;
	top: 50%;
	right: 100%;
	margin: 0px 5px 0 0;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.social-media {
	/* width: 808px; */
	width: 970px;
	height: 100px;
	background-color: #131566;
	position: absolute;
	top: 40%;
	left: 0;
	z-index: 9;
	transform-origin: top;
	transform: translate(-50%, 0) rotate(-90deg);
	-webkit-transform: translate(-50%, 0) rotate(-90deg);
	-moz-transform: translate(-50%, 0) rotate(-90deg);
	-ms-transform: translate(-50%, 0) rotate(-90deg);
	-o-transform: translate(-50%, 0) rotate(-90deg);
}

/* Banner End */

/* Your Right Start */
.your-rights-wrp .main-title {
	max-width: 904px;
	margin: 0 auto;
}

.your-rights-wrp .main-title span {
	display: block;
	text-align: right;
}

.your-rights-wrp {
	padding: 130px 0;
}

.your-rights-main {
	position: absolute;
	right: 0;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.your-rights-img-main {
	position: relative;
}

.your-rights-img img {
	width: 100%;
	object-fit: cover;
	font-family: "object-fit: cover";
}

.your-rights-img {
	margin: 0 -58px 0 0;
}

/* .your-rights-row .row {
	margin: 0 -50px;
}

.your-rights-row .row>* {
	padding: 0 50px;
} */

.your-rights-content .common-detail p {
	margin: 0 0 30px;
}

.your-rights-content .common-detail p:last-child {
	margin-bottom: 0;
}

/* Your Right End */

/* Our Expertise Start */
.our-expertise-content .block-title {
	display: flex;
	align-items: center;
	color: #131566;
	margin: 0 0 16px;
}

.our-expertise-content .block-title * {
	font-weight: 400;
}

.our-expertise-content .block-title span {
	font-weight: 300;
	display: block;
	padding: 0 10px 0 0;
	color: #F29805;
}

.our-expertise-img {
	margin: 0 0 26px;
}

.our-expertise-img img {
	width: 100%;
}

.our-expertise-slider {
	margin: 0 -20px;
	opacity: 0;
}

.our-expertise-slider.slick-initialized {
	opacity: 1;
}

.our-expertise-items {
	padding: 0 20px;
}

.our-expertise-items .our-expertise-img {
	position: relative;
}

.our-expertise-items .our-expertise-img::after {
	content: "";
	opacity: 0;
	background: linear-gradient(180deg, rgba(242, 152, 5, 0.00) 0%, #F29805 100%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.our-expertise-items:hover .our-expertise-img::after {
	opacity: 0.7;
}

.our-expertise-items:focus {
	outline: none !important;
}

.our-expertise-wrp {
	overflow: hidden;
	position: relative;
	padding: 75px 0 65px;
}

.our-expertise-wrp::after {
	content: "";
	background-color: #131566;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 440px;
	z-index: -1;
}

.our-expertise-wrp .container {
	margin-left: calc(50vw - 670px);
    margin-right: 0;
	width: 100%;
	max-width: 100%;
}

.our-expertise-main .main-title {
	margin: 0 0 75px;
}

.our-expertise-slider .slick-list {
	padding: 0 16% 0 0;
}
/* Our Expertise End */

/* Why Choose Us Start */
.why-chooos-us-wrp {
	padding: 65px 0 130px;
}

.why-chooos-us-main .main-title {
	margin: 0 0 50px;
}

.why-choose-img {
	max-width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #FEF5E6;
	padding: 10px;
	flex: 0 0 100px;
	margin: 0 15px 0 0;
}

.why-choose-img img {
	max-height: 100%;
}

.why-choose-block {
	display: flex;
	align-items: center;
	background-color: #fff;
	padding: 27px 20px;
	margin: 0 0 50px;
	max-width: 440px;
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
}

.why-choose-details .block-title {
	color: #131566;
	margin: 0 0 10px;
}

.why-chooos-us-content .why-choose-block:last-child {
	margin-bottom: 0;
}

.why-choose-right {
	text-align: right;
}

.why-choose-right .why-choose-block {
	flex-direction: row-reverse;
	margin-left: auto;
}

.why-choose-right .why-choose-img {
	margin: 0 0 0 15px;
}

.why-choose-left .why-choose-block:last-child {
	margin-left: 90px;
}

.why-choose-right .why-choose-block:last-child  {
	margin-right: 90px;
}

.why-chooos-us-middle {
	margin: 0 -37px;
	position: relative;
}

.why-chooos-us-middle .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
/* Why Choose Us End */

/* Get Started Today Start */
.get-started-wrp {
	background-color: #131566;
	margin: 0 100px;
	padding: 70px 170px;
}

.get-started-content {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
	padding: 30px 0 0;
}

.get-started-content .common-detail {
	line-height: 30px;
	color: #fff;
	text-align: right;
	max-width: 970px;
}

.get-started-main .main-title {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding: 0 0 30px;
}
/* Get Started Today End */

/* Testimonials Start */
.testimonials-left .testimonial-img {
	border: 1px solid #D9D9D9;
	max-width: 92px;
	height: 92px;
	width: 100%;
	padding: 10px;
	position: absolute;
	top: 50%;
	right: -40px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.testimonials-left .testimonial-img img {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.testimonial-right .testimonial-right-top {
	padding: 39px 0 40px 30px;
	border-bottom: 1px solid #D9D9D9;
}

.tetimonial-details {
	padding: 27px 0 27px 30px;
}

.tetimonial-details .block-title {
	color: #131566;
	margin: 0 0 10px;
}

.tetimonial-details .detail {
	color: #F29805;
}

.testimonial-right {
	border-left: 1px solid #D9D9D9;
}

.testimonials-left {
	max-width: 272px;
	width: 100%;
	height: 272px;
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
	margin: 0 auto;
	border: 1px solid #D9D9D9;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.star-rating {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    color: #b1b1b1;
    overflow: hidden;
	margin: 0 0 10px;
}

.star-rating img {
	margin: 0 5px 0 0;
}

.empty-stars {
	display: flex;
	align-items: center;
}

.full-stars {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
	display: flex;
	align-items: center;
}

.testimonial-title {
	display: flex;
	align-items: center;
	margin: 0 0 50px;
	justify-content: space-between;
}

.testimonials-wrp {
	padding: 130px 0 0;
}

.slick-arrow {
	background-color: transparent;
	border: 1px solid #F29805;
	padding: 0;
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 35px;
	z-index: 9;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.slick-arrow:hover {
	background-color: #F29805;
}

.testimonials-slider .slick-prev {
	right: 57px;
}

.testimonials-slider .slick-next {
	right: 0;
}

.testimonials-slider {
	opacity: 0;
}

.testimonials-slider.slick-initialized {
	opacity: 1;
}
/* Testimonials End */

/* Contact Start */
.contact-wrp {
	margin: 150px 100px 200px;	
	position: relative;
	/* max-width: 1703px; */
	/* width: 100%; */
}

.contact-img img {
	width: 100%;
	height: 550px;
	object-fit: cover;
	font-family: "object-fit: cover";
}

.contact-icon {
	width: 58px;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #D9D9D9;
	margin: 0 15px 0 0;
	flex: 0 0 58px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.contact-detail .block-title {
	color: #131566;
	margin: 0 0 6px;
}

.contact-block {
	display: flex;
	align-items: center;
	padding: 0 50px 0 0;
	margin: 0 50px 0 0;
	/* border-right: 1px solid #D9D9D9; */
	position: relative;
	width: 33.33%;
}

.contact-block .contact-detail .detail a {
	word-break: break-all;
}

.contact-block::after {
	content: "";
	background-color: #D9D9D9;
	width: 1px;
	height: 80px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.contact-content .contact-block:last-child::after {
	display: none;
}

.contact-content {
	display: flex;
	align-items: center;
	padding: 35px 0 0;
	position: relative;
	z-index: 9;
	max-width: 1100px;
}

.contact-form {
	padding: 40px 30px;
	background-color: #fff;
	max-width: 510px;
	width: 100%;
	margin-left: auto;
	position: relative;
	z-index: 9;
	filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.10));
	-webkit-filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.10));
}

.contact-form .main-title {
	margin: 0 0 30px;
}

.common-form .form-label {
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	color: #000;
	margin: 0 0 10px;
}

.common-form .form-control {
	font-size: 18px;
	line-height: 18px;
	padding: 13px 20px;
	border: 1px solid #D9D9D9;
	box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
} 

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0px 1000px transparent inset;
	transition: background-color 5000s ease-in-out 0s;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	-moz-transition: background-color 5000s ease-in-out 0s;
	-ms-transition: background-color 5000s ease-in-out 0s;
	-o-transition: background-color 5000s ease-in-out 0s;
}

.common-form .form-group textarea {
	resize: none;
}

.common-form .form-group {
	margin: 0 0 30px;
}

.contact-inner .row {
	justify-content: flex-end;
}

.contact-main {
	position: absolute;
	left: 0;
	right: 0;
	top: -50px;
}

.contact-inner {
	margin: 0 -100px 0 0;	
}

.form-btn .wpcf7-form-control {
	background-color: transparent;
	border: none;
	padding: 0;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	color: #fff;
}

.form-btn {
	position: relative;
	display: inline-block;
	padding: 12px 13px 12px 52px;
	background-color: #F29805;
	z-index: 9;
	cursor: pointer;
}

.form-btn:hover::before {
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 100% 100%, 0 100%, 0% 100%);
    width: 100%;
}

.form-btn::before {
	content: "";
    clip-path: polygon(0 0, 75% 0%, 100% 50%, 75% 100%, 0 100%, 0% 50%);
	background-color: #E28C00;
    width: 40px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.form-btn::after {
	content: "";
    background-image: url("../images/white-arrow-right.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 19px;
    height: 13px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.form-btn .wpcf7-spinner {
	position: absolute;
	left: 100%;
	top: 50%;
	display: none;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.wpcf7-not-valid-tip {
	font-size: 16px;
	line-height: 16px;
	margin: 8px 0 0;
}

.wpcf7 form .wpcf7-response-output {
	font-size: 16px;
	line-height: 18px;
	margin: 15px 0 0;
	padding: 0;
	border: none;
	color: #ff0000;
}

.wpcf7 form.sent .wpcf7-response-output {
	color: #46b450;
}

.common-form .wpcf7-form-control-wrap {
	position: relative;
	display: block;
}

.common-form .wpcf7-form-control-wrap::before {
    content: "";
    background-color: #F29805;
	position: absolute;
    left: 20px;
    top: 49px;
    height: 2px;
    width: 56px;
}

.common-form .form-group-textarea .wpcf7-form-control-wrap::before {
	top: 116px;
}

.common-form .schedule-a-call-btn .custom_form_style {
	font-size: 20px !important;
    line-height: 20px;
    font-weight: 700;
	color: #fff;
	display: inline-block;
	position: relative;
	background-color: #131566 !important;
	z-index: 9;
	padding: 15px 13px 15px 52px !important;
}

.common-form .schedule-a-call-btn .custom_form_style:hover::before {
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 100% 100%, 0 100%, 0% 100%);
    width: 100%;
}

.common-form .button-group .schedule-a-call-btn {
	margin: 0;
}

.common-form .button-group {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.common-form .schedule-a-call-btn .custom_form_style::before {
	content: "";
	background-color: #262882;
    clip-path: polygon(0 0, 75% 0%, 100% 50%, 75% 100%, 0 100%, 0% 50%);
    width: 40px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.common-form .schedule-a-call-btn .custom_form_style::after {
	content: "";
    background-image: url("../images/white-arrow-right.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 19px;
    height: 13px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}
/* Contact End */

/*========== Home Page End ==========*/

/*========== Medical Negligence Page Start ==========*/
.your-rights-wrp.medical-negligence .main-title {
	max-width: 100%;
}

.medical-negligence .your-rights-title-inner {
	text-align: center;
}

.medical-negligence .your-rights-title-inner .common-detail {
	padding: 30px 0 0;
}

.medical-negligence .your-rights-img-main {
	margin: 50px 0 0;
}

.your-rights-content .common-detail ul {
	padding: 0;
	margin: 0;
}

.your-rights-content .common-detail ul li {
	list-style-type: none;
	margin: 0 0 20px;
	padding: 0 0 0 31px;
	position: relative;
}

.your-rights-content .common-detail ul li:last-child {
	margin-bottom: 0;
}

.your-rights-content .common-detail ul li strong {
	font-weight: 700;
	color: #131566;
}

.your-rights-content .common-detail ul li::after {
	content: "";
	background-image: url("../images/yellow-check.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 21px;
	height: 19px;
	position: absolute;
	left: 0;
	top: 8px;
}

.get-started-inner {
	background-color: #F6F6F6;
}

.get-started-inner .get-started-main .main-title {
	color: #131566;
	border-bottom-color: #D9D9D9;
}

.get-started-inner .get-started-content .common-detail {
	color: #757575;
}

.inner-banner-wrp {
	position: relative;
	z-index: 9;
	padding: 84px 0 0 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.inner-banner-wrp::after {
	content: "";
	background: linear-gradient(90deg, #F29805 0%, rgba(242, 152, 5, 0.00) 61.04%);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}

.inner-banner-content {
	padding: 0 0 84px 150px;
}

.inner-banner-main .main-title {
	margin: 0 0 30px;
}

.inner-banner-main .main-title,
.inner-banner-main .common-detail {
	color: #fff;
}

.inner-banner-main .common-detail {
	min-height: 90px;
}

.inner-banner-main .inner-detail p {
	margin: 0;
	min-height: 104px;
	display: flex;
	align-items: center;
}

.inner-banner-main .inner-detail {
	max-width: 350px;
	background-color: #fff;
	padding: 24px 11px;
	margin: 0 0 0 100px;
}

.inner-banner-wrp .social-media {
	width: 625px;
	top: 25%;
}

.medical-why-choose .why-choose-left .why-choose-block:last-child {
	margin-left: 0;
	margin-top: 52px;
	margin-right: -10px;
}

.medical-why-choose .why-choose-right .why-choose-block:last-child {
    margin-right: 0;
	margin-top: 52px;
	margin-left: -10px;
}

.medical-why-choose .why-chooos-us-middle {
	text-align: center;
	margin: 0 0 35px;
}

.medical-why-choose .why-chooos-us-inner .why-choose-block {
	margin-bottom: 0;
}

/*========== Medical Negligence Page End ==========*/

/*========== Will & Assist Page Start ==========*/
.medical-negligence .your-rights-content .block-title {
	color: #131566;
	margin: 0 0 30px;
}

.medical-negligence .your-rights-title-inner .block-title {
	color: #F29805;
	margin: 30px 0 0;
}

.informed-decision-img img {
	width: 100%;
	object-fit: cover;
	font-family: "object-fit: cover";
}

.informed-decision-wrp {
	padding: 80px 0;
	background-color: #131566;
}

.informed-decision-title .main-title {
	margin: 0 0 50px;
	text-align: center;
}

.informed-decision-details * {
	font-size: 20px;
	line-height: 35px;
	color: #fff;
}

.informed-decision-details h3,
.informed-decision-details h4 {
	font-weight: 700;
}

.informed-decision-details h3 {
	color: #F29805;
	margin: 0 0 10px;
}

.informed-decision-details h3 p {
	margin: 0 0 30px;
}

.informed-decision-details h4 {
	margin: 0 0 30px;
}

.informed-decision-details ul {
	padding: 0;
	margin: 0;
}

.informed-decision-details ul li {
	list-style-type: none;
	margin: 0 0 20px;
	padding: 0 0 0 31px;
	position: relative;
}

.informed-decision-details ul li:last-child {
	margin-bottom: 0;
}

.informed-decision-details ul li::after {
	content: "";
	background-image: url("../images/yellow-check.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 21px;
	height: 19px;
	position: absolute;
	left: 0;
	top: 8px;
}

.informed-decision-main {
	position: relative;
}

.informed-decision-content {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.informed-decision-img {
	margin: 0 0 0 -58px;
}

.informed-decision-details {
	padding: 0 0 0 40px;
}

/*========== Will & Assist Page End ==========*/

/*========== 404 Page Start ==========*/
.error-page-main {
	text-align: center;
}

.error-page-main .main-title {
	margin: 0 0 10px;
}

.error-page-main .inner-title {
	margin: 0 0 40px;
} 

.error-page-main .common-detail {
	margin: 0 0 30px;
}

.error-page-wrp {
	padding: 70px 0;
}
/*========== 404 Page End ==========*/

/*========== Typography Page Start ==========*/
.alignnone {
	float: none;
	margin: 20px 0;
}

.alignleft {
	float: left;
	margin: 20px 20px 20px 0;
}

.aligncenter {
	float: none;
	display: block;
	margin: 20px auto;
}

.alignright {
	float: right;
	margin: 20px 0 20px 20px;
}

.typography-wrp {
	padding: 80px 0;
}

.typography-main h1,
.typography-main h2 {
	font-family: 'EB Garamond', serif;
	color: #131566;
}

.typography-main a {
	color: #F29805;
}

/*========== Typography Page End ==========*/


/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/
.footer-top {
	background-color: #131566;
	padding: 70px 0;
	margin: 0 100px 0 0;
	position: relative;
}

.footer-logo {
	display: block;
	max-width: 265px;
	margin: 0 0 40px;
}

.footer-contact ul {
	padding: 0;
	margin: 0;
}

.footer-contact ul li {
	list-style-type: none;
	padding: 0 0 30px;
}

.footer-contact ul li:last-child {
	padding-bottom: 0;
}

.footer-contact ul li span {
	font-size: 18px;
	line-height: 18px;
	color: rgba(255, 255, 255, 0.7);
	display: block;
	padding: 0 0 5px;
}

.footer-contact ul li a {
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	color: #fff;
	display: inline-block;
	word-break: break-all;
}

.footer-contact ul li a:hover {
	color: #F29805;
}

.footer-links ul {
	padding: 0;
	margin: 0;
}

.footer-links ul li {
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	list-style-type: none;
	padding: 0 0 30px;
}

.footer-links ul li a:hover,
.footer-links ul .current-menu-item a {
	color: #F29805;
}

.footer-links ul li:last-child {
	padding-bottom: 0;
} 

.copyright p {
	margin: 0;
}

.footer-bottom-links ul {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.footer-bottom-links ul li {
	list-style-type: none;
	color: #131566;
	padding: 0 10px;
	position: relative;
}

.footer-bottom-links ul li a:hover {
	color: #F29805;
}

.footer-bottom-links ul li:first-child {
	padding-left: 0;
}

.footer-bottom-links ul li:last-child {
	padding-right: 0;
}

.footer-bottom-links ul li::after {
	content: "";
	background-color: #F29805;
	width: 2px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.footer-bottom-links ul li:last-child::after {
	display: none;
}

.footer-bottom {
	padding: 37px 0;
	position: relative;
	margin: 0 100px 0 0;
}

.scroll-top-btn {
	background-color: #F29805;
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: -100px;
	bottom: 0;
}

.scroll-top-btn:hover {
	background-color: #131566	;
}

.footer-bottom-inner .row {
	align-items: center;
}

.scroll-top-text {
    position: absolute;
    right: -105px;
    top: 50%;
    transform: translate(0, 0) rotate(-90deg);
    -webkit-transform: translate(0, 0) rotate(-90deg);
    -moz-transform: translate(0, 0) rotate(-90deg);
    -ms-transform: translate(0, 0) rotate(-90deg);
    -o-transform: translate(0, 0) rotate(-90deg);
}

.scroll-top-text .block-title a::before {
	content: "";
	background-color: #F29805;
	position: absolute;
	top: 50%;
	width: 87px;
	height: 1px;
	left: 100%;
	margin: 0 0 0 10px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.scroll-top-text .block-title a {
	color: #131566;
	position: relative;
}

/* .scroll-top-text .block-title a:hover::before {
	left: 0;
	width: 100%;
	margin: 0;
} */

.scroll-top-text .block-title a:hover {
	color: #F29805;
}

.footer-top-inner .row {
	justify-content: space-between;
}

.footer-left {
	position: relative;
}

.footer-left::after {
	content: "";
	background-color: rgba(255, 255, 255, 0.15);
	width: 1px;
	position: absolute;
	top: -70px;
	bottom: -115px;
	right: -60px;
}

.footer-contact {
	margin: 0 0 0 -30px;
}

.footer-top-inner .footer-social-media {
	display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    flex-direction: column;
}
/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/
