/* Start CSS Footer */
footer .row {
	background: #0054AA;
}
footer {
	padding-top: 248px;
    position: relative;
}
footer::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: auto;
    background: url(../images/footer-top-design.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 248px;
}
footer .logo-con {
	margin-top: -52px;
	padding-bottom: 42px;
}
footer .container > div:not(:last-child) {
	border-bottom: 1px solid rgb(255,255,255,0.15);
}
footer .logo-wrap {
	text-align: center;
}
footer .logo-wrap a {
	height: 200px;
}
footer .menu-wrap {
	width: 100%;
	max-width: 935px;
	margin: 0 auto;
}
footer .menu-wrap .nav-section li {
	line-height: 100%;
}
footer .menu-wrap .nav-section {
	display: flex;
	justify-content: space-between;
	padding: 42px 0 46px;
}
footer .menu-wrap .nav-section li a {
	font-family: "Poppins", Sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 100%;
	color: #ffff;
}
footer .menu-wrap .nav-section li a:hover,
footer .menu-wrap .nav-section li.active a,
 .footer-contact > div > div span a:hover{
	color: #f0912c;
}
footer .contact-wrap {
	width: 100%;
	max-width: 1096px;
	margin: 0 auto;
}
.footer-contact {
	display: flex;
	justify-content: space-between;
	padding: 45px 0 42px;
}
.footer-contact > div p, .footer-contact > div > div span, .footer-contact > div > div span a {
	text-align: left;
	color: #fff;
	line-height: 26px;
	font-size: 17px;
}
.footer-contact > div p{
    font-weight: 500;
    line-height: 20px;
}
.footer-contact > div > div span {
	display: block;
}
.footer-contact > div .address p, .footer-contact > div .address p span {
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
}
.footer-contact > div > div {
	position: relative;
	padding-left: 80px;
}
.footer-contact > div > div > span {
	padding-top: 5px;
}
.footer-contact > div > div::before {
	position: absolute;
	content: "";
	width: 56px;
	height: 56px;
	background: rgb(204,204,204,0.36);
	left: 0;
	right: auto;
	top: -4px;
	bottom: auto;
	border-radius: 50%;
}
.footer-contact > div > div::after {
	content: "";
	width: 25px;
	height: 24px;
	position: absolute;
	top: 11px;
	right: 0;
	bottom: 0;
	left: 16px;
	background: url(../images/sprite.png) no-repeat;
}
.footer-contact > div > div.email::after {
    background-position: 0 -58px;
}
.footer-contact > div > div.phone::after {
    background-position: 0 -126px;
}
/* Previous CSS */
body header#header .header-logo-wrapper img {
    transition: 0.5s all ease;
    margin: 0;
}
body header#header.fixed .header-logo-wrapper img {
    max-width: 250px;
}
.copy-right-wrap {
	width: 50%;
	text-align: left;
}
.social-wrap {
	width: 50%;
	text-align: right;
}
.social-wrap .social-link {
	display: flex;
	justify-content: flex-end;
}
.social-wrap .social-link li a {
	position: relative;
	width: 35px;
	height: 35px;
	border: 1px solid #FFF;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.social-wrap .social-link li:not(:last-child) {
	margin-right: 8px;
}
.social-wrap .social-link li a::before {
	content: "";
	background: url("../images/sprite.png") no-repeat;
	width: 16px;
	height: 18px;
	top: 8px;
	right: auto;
	bottom: 0;
	left: 12px;
	position: absolute;
	background-position: 0px -191px;
}
.social-wrap .social-link li a::before {
	content: "";
	background: url("../images/sprite.png") no-repeat;
	width: 16px;
	height: 18px;
	top: 8px;
	right: auto;
	bottom: 0;
	left: 12px;
	position: absolute;
	background-position: 0px -191px;
	z-index: 2;
}
.social-wrap .social-link li.twitter a::before {
	background-position: 0px -252px;
    left: 9px;
}
.social-wrap .social-link li.linked-in a::before {
	left: 9px;
	background-position: 0px -302px;
}
.social-wrap .social-link li.instagram a::before {
    left: 9px;
	background-position: 0px -352px;
}
/* .social-wrap .social-link li a::after {
	content: "";
	background: transparent;
	width: 33px;
	height: 33px;
	border-radius: 50px;
	position: absolute;
	top: 0;
	right: auto;
	left: 0;
	bottom: auto;
}
.social-wrap .social-link li a:hover::after {
	background: #F0912C;
	transition: all 0.85s;
	transform: rotateY(360deg);
} */
.social-wrap .social-link li a:hover {
	border: 1px solid #F0912C;
	box-shadow: 0 0 18px 2px rgba(240, 145, 44, 0.7);
	background: #F0912C;
}
.social-wrap .social-link li a:hover::before {
	filter: brightness(0%);
}
.allright p, .allright a {
	color: #fff;
	font-family: 'Poppins';
	font-size: 17px;
	line-height: 36px;
	margin: 0 0 0px;
	padding: 0;
	text-align: left;
	font-weight: 400;
}
.copy-right {
	display: flex;
	align-items: center;
	padding: 14px 0;
}
html, body, body #wrapper {
	display: flex;
	flex-direction: column;
}
footer {
	margin-top: auto;
}

/********************************************************************************************about-page******************************************/
body.about section#home-banner {
    background-image: url("../images/about-banner.png");
    height: 594px;
}
body.blank section#home-banner {
    background-image: url("../images/about-banner.png");
    height: 594px;
}
section.breadcrumb .breadcrumb-wrap {
    display: flex;
    margin-top: 24px;
}
section.breadcrumb .breadcrumb-wrap p.midle-line {
    padding: 0 10px;
}
section.breadcrumb .breadcrumb-wrap p, section.breadcrumb .breadcrumb-wrap a {
    font-family: 'Poppins';
    font-size: 18px;
    line-height: 31px;
    font-weight: 400;
}
body header#header.fixed {
    background-color:#686868;
}
body.error-404 header#header {
    background-color: #000;
}
body.error-404 {
    padding-top: 120px;
}
.error-404 h2.main-title.section-para {
    font-weight: 600;
    padding: 20px 0 0;
}
body.about .common-para p {
    font-size: 18px;
    line-height: 31px;
}
body.about section.our-expertise-section .common-para p {
    padding: 0 86px;
}
body.about section#our-expertise {
    padding: 70px 0 46px 0;
}
body.about section.about-section h2.common-tit.thirty-five {
    font-size: 35px;
    padding-bottom: 0px;
}
body.about #about-section {
    padding: 261px 0 358px 0;
}
body.about #about-section .about-image {
    margin: 0 -50px -127px 0;
}
body.about .common-para.first-top p {
    padding: 0 0 69px 0;
}
body.about #about-section .about-title .common-para.first-bottom p {
    text-align: justify;
    padding: 0 0 21px 0;
}
section.our-mission-section {
    background-image: url(../images/our-mission-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 122px 0 120px 0;
}
section.our-mission-section h2.common-tit {
    color: #fff;
    padding-bottom: 21px;
}
section.our-mission-section .our-mission p {
    text-align: center;
    color: #fff;
    line-height: 31px;
    padding: 0 101px;
}
section.our-mission-section .common-btn {
    text-align: center;
    margin: 22px 0 0 0;
}
section.our-mission-section .common-btn a.read-more {
    background: #fff;
    color: #000;
}
section#about-section.last-section .about-contain {
    flex-direction: row-reverse;
    padding: 299px 0 0 0;
}
section#about-section.last-section .about-contain .common-para p {
    text-align: justify;
    padding-right: 0;
    padding-bottom: 20px;
}
body.about #about-section.last-section {
    padding: 115px 0 361px 0;
    flex-direction: row-reverse;
}
body.about .banner-section-wrapper .content-wrap {
    width: 100%;
}
section.login-form-section .login-page-form {
    box-shadow: 0 0 0 1px #ddd;
    max-width: 47%;
    margin: 10px auto 108px;
    background: #fff;
    border-radius: 20px;
    padding: 64px 85px 85px;
}
section.login-form-section ul.form-list li {
    padding: 0 0 22px 0;
}
section.login-form-section form li label {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    position: relative;
    top: -8px;
}
section.login-form-section form li.text-box {
    display: flex;
    width: 100%;
    align-items: center;
}
section.login-form-section form li.text-box 
 input[type="checkbox"] {
    width: 0;
    height: 0;
}
section.login-form-section form .submit input#send {
    display: inline-block;
    line-height: 48px;
    padding: 0 46px;
    border: none;
    width: auto;
    background: #0054AA;
}
section.login-form-section form p {
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
section.login-form-section form .submit {
    display: flex;
    justify-content: center;
    align-items: center;
}
section.login-form-section  .forgot-password a {
    text-align: center;
    font-size: 16px;
    line-height: 27px;
    font-family: 'Poppins';
    font-weight: 500;
}
section.login-form-section ul.form-list li.error-msg {
    padding: 0;
}
section.login-form-section .login-page-form .forgot-password {
    display: flex;
    justify-content: center;
    margin: 12px 0 0 0;
}
section.login-form-section .login-page-form input[type="text"], section.login-form-section .login-page-form input[type="checkbox"],
section.login-form-section .login-page-form input[type="password"] {
    border: transparent;
    background: #F2F2F2;
    height: 60px;
}
body.login-page main {
    padding:150px 0 0 0;
}
.form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #F2F2F2;
    border: 1px solid #CFD9FA;
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 3px;
}
.form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 6px;
    width: 7px;
    height: 12px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
body.login-page header#header ul.nav-section li a {
    color: #000;
}
body.login-page header#header ul.nav-section li a:hover, body.login-page header#header ul.nav-section li.active a {
    color: #F0912C;
}
body.login-page header#header ul.nav-section li.active a {
    font-weight: 700;
}
body.login-page header#header {
    background: #fff;
    box-shadow: 0 0 43px 0 rgb(0 0 0 / 10%);
}
body.login-page header#header ul.contact-detail a {
    color: #000;
}
body.login-page header#header ul.contact-detail li:before {
    border: 1px solid #000;
    filter: brightness(0) saturate(100%) invert(0%) sepia(85%) saturate(7488%) hue-rotate(106deg) brightness(94%) contrast(95%);
}


.get-in-touch-wrapper form ul.form-list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 26px 21px;
}
.get-in-touch-wrapper form ul.form-list li.message-field, .get-in-touch-wrapper form ul.form-list li.capcha-submit, .get-in-touch-wrapper form ul.form-list li.error-message {
    grid-column-start: 1;
    grid-column-end: 3;
}
.get-in-touch-wrapper form ul.form-list li.form-field.select-field {
    display: flex;
    flex-direction: column;
}
.get-in-touch-wrapper form ul.form-list li input, .get-in-touch-wrapper form ul.form-list li select, .get-in-touch-wrapper form ul.form-list li textarea {
    border: 1px solid #CFD9FA;
    background-color: #F2F2F2;
    color: #999999;
}
header#header .button-sec a.login.active {
    background-color: #F0912C;
    color: #FFF;
    box-shadow:none;
}
.get-in-touch-wrapper form ul.form-list li label {
    font-family: 'Poppins';
    font-size: 18px;
    line-height: 27px;
    color: #000;
    font-weight: 500;
    position: relative;
    top: -8px;
}
span.required {
    color: red;
}
.get-in-touch-wrapper form ul.form-list .submit input {
    background: #0054AA;
    width: auto;
    padding: 0 38px;
    line-height: 54px;
}
.get-in-touch-wrapper form ul.form-list .submit {
    text-align: center;
}
section.get-in-touch .get-in-touch-wrapper {
    max-width: 58%;
    margin: 0 auto;
}
section.contact-details ul.contact-details-listing {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 22px;
    margin: 63px 0 0 0;
}
section.contact-details ul.contact-details-listing li h3 {
    font-family: 'Poppins';
    font-size: 18px;
    line-height: 27.90px;
    color: #000;
    text-align: center;
    font-weight: 700;
}
section.contact-details ul.contact-details-listing li p,
section.contact-details ul.contact-details-listing li span  {
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #000;
    margin: 0 auto;
    display: table;
}
section.contact-details ul.contact-details-listing li {
    background: #fff;
    box-shadow: 0 0 0 1px #CCCCCC;
    border-radius: 10px;
    padding: 75px 29px 50px;
    position: relative;
}
/*section.contact-details ul.contact-details-listing li.call-us {
    box-shadow: 0 0 27px 0px rgb(204 204 204 / 45%);
}*/
section.contact-details ul.contact-details-listing li.call-us p a {
    font-size: 28px;
    line-height: 43px;
    font-weight: 700;
}
section.contact-details ul.contact-details-listing li::before {
    content: "";
    background-image: url(../images/contact-icon.png);
    background-repeat: no-repeat;
    background-position: -27px 26px;
    background-color: #0054AA;
    height: 105px;
    width: 105px;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
}
section.contact-details ul.contact-details-listing li.call-us::before {
    background-position: -21px -160px;
}
section.contact-details ul.contact-details-listing li.email::before {
    background-position: -24px -336px;
}
section.contact-details ul.contact-details-listing li.opening-hours::before {
    background-position: -24px -548px;
}
section.map-section {
    background-image: url(../images/contact-page-map.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 326px 0;
    margin-bottom: 117px;
    margin-top: 130px;
    background-position: center;
}
@media only screen and (min-width:1280px) and (max-width:1450px) {
}
@media only screen and (max-width: 1200px) {
    .allright p, .allright a {
        font-size: 16px;
    }
    footer .logo-wrap a {
        height: 145px;
    }
    footer .logo-con {
        margin-top: -30px;
        padding-bottom: 20px;
    }
    footer .menu-wrap .nav-section {
        padding: 20px 0;
    }
    .footer-contact {
        padding: 20px 0 20px;
    }
    footer {
        padding-top: 149px;
    }
    footer::before {
        height: 150px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
}
@media only screen and (max-width: 1024px) {
	body.login-page main {
		padding: 135px 0 0 0;
	}
	section#home-banner {
		position: relative;
	}
	.home section#home-banner::after {
		background: #000;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		content: "";
		opacity: 0.3;
	}
	.banner-section-wrapper {
		position: relative;
		z-index: 1;
	}
	header#header .button-sec a.login.active {
		background-color: #0054AA;
	}
	.banner-section-wrapper h2.hybrid-insurance-title span, .banner-section-wrapper h2.hybrid-insurance-title {
		font-size: 60px;
	}
    section.contact-details ul.contact-details-listing {
        grid-template-columns: repeat(2,1fr);
        grid-gap: 97px 22px;
    }
    section.contact-details ul.contact-details-listing li {
        padding: 75px 119px 50px;
    }
    section#get-in-touch {
        padding: 75px 0 70px 0;
    }
    section.get-in-touch .get-in-touch-wrapper {
        max-width: 100%;
    }
    
    section.login-form-section .login-page-form {
        max-width: 65%;
    }
    body.login-page #header .menu .line {
        background-color: #000;
    }
    body.about section#our-expertise {
        padding: 70px 0 46px 0;
    }
    body.about section.our-expertise-section .common-para p {
        padding: 0;
    }
    body.about #about-section {
        padding: 369px 0 407px 0;
    }
    body.about #about-section .about-image {
        margin: 0 0 0 auto;
        max-width: 75%;
    }
    section.our-mission-section .our-mission p {
        padding: 0 24px;
    }
    section.our-mission-section {
        padding: 70px 0 70px 0;
    }
    body.about #about-section.last-section .about-image {
        margin: 0 auto 0 0;
        max-width: 72%;
    }
    body.about #about-section.last-section {
        padding: 80px 0 277px 0;
    }
}
@media only screen and (max-width: 1023px) {
	body.login-page main {
		padding: 80px 0 0 0;
	}
	body header#header.fixed .header-logo-wrapper img {
		max-width: 100%;
	}
    section.contact-details ul.contact-details-listing li p {
        font-size: 16px;
    }
    section.contact-details ul.contact-details-listing li {
        padding: 75px 41px 50px;
    }
    section.contact-details ul.contact-details-listing li.call-us p a {
        font-size: 20px;
    }
/****************************************************************login-page**************************************************************/
    section.login-form-section .login-page-form {
        max-width: 75%;
        margin: 27px auto 108px;
        padding: 64px 57px 85px;
    }
    section.login-form-section form li label {
        font-size: 16px;
        line-height: 26px;
        top: -4px;
    }
/*******************************************************about-page**************08-04-2024*************************************************/
    body.about .common-para p {
        font-size: 16px;
        line-height: 26px;
    }
    body.about #about-section .about-title .common-para.first-bottom p {
        font-size: 16px;
        line-height: 26px;
    }
    body.about #about-section {
        padding: 434px 0 471px 0;
    }
    section.our-mission-section .our-mission p {
        padding: 0 15px;
        font-size: 16px;
        line-height: 26px;
    }
    h2.common-tit {
        font-size: 35px;
        line-height: 45px;
    }
    body.about #about-section.last-section {
        padding: 80px 0 322px 0;
    }
    body.about section.about-section h2.common-tit.thirty-five {
        font-size: 30px;
        padding-bottom: 0;
    }
/*****************************************************************************************************************************************/
    footer .logo-wrap a {
        height: 110px;
    }
    footer {
        padding-top: 100px;
    }
    footer::before {
        height: 101px;
    }
    footer .menu-wrap .nav-section {
        padding: 15px 0;
    }
    footer .menu-wrap .nav-section li a {
        font-size: 16px;
    }
    .footer-contact > div p, .footer-contact > div > div span, .footer-contact > div > div span a {
        font-size: 16px;
    }
    .footer-contact > div > div {
        padding-left: 65px;
    }
    .footer-contact > div .address p, .footer-contact > div .address p span {
        font-size: 16px;
    }
    .social-wrap {
        width: 30%;
    }
    .copy-right-wrap {
        width: 70%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
}
@media only screen and (max-width: 767px) {
    section#contact-banner {
        height: 296px;
        background-position: center;
    }
    .get-in-touch-wrapper form ul.form-list {
        display: block;
    }
    .get-in-touch-wrapper form ul.form-list li label {
        font-size: 14px;
        line-height: 24px;
    }
    .contact-form ul.form-list li {
        padding: 0 0 20px 0;
    }
    section.contact-details ul.contact-details-listing {
        grid-template-columns: repeat(1,1fr);
    }
    section.contact-details ul.contact-details-listing li p {
        font-size: 14px;
    }
    section.map-section {
        padding: 90px 0;
        margin-bottom: 40px;
        margin-top: 40px;
        background-position: center;
    }
    section.login-form-section .login-page-form {
        max-width: 100%;
        padding: 32px 20px 29px;
    }
    body.login-page main {
        padding: 112px 0 0 0;
    }
/******************************************************************************************08-04-2024*****************about-page****************************/
body.about #about-section {
    padding: 20px 0 40px 0;
}
body.about section#our-expertise {
    padding: 40px 0 20px 0;
}
body.about .common-para p {
    font-size: 14px;
    line-height: 24px;
}
body.about #about-section .about-title .common-para.first-bottom p {
    font-size: 14px;
    line-height: 24px;
}
body.about #about-section .about-title {
    display: flex;
    flex-direction: column-reverse;
}
body.about #about-section .about-image {
    margin: 15px -7px 30px auto;
    max-width: 100%;
}
section.our-mission-section .our-mission p {
    padding: 0;
    font-size: 14px;
    line-height: 24px;
}
body.about .common-para.first-top p {
    padding: 0 0 30px 0;
}
body.about #about-section .about-title .common-para {
    padding: 16px 0 0 0;
}
section#about-section.last-section .about-contain {
    padding: 40px 0 0 0;
}
body.about #about-section.last-section {
    padding: 0 0 322px 0;
}
body.about #about-section.last-section .about-title {
    display: flex;
    flex-direction: column;
}
body.about #about-section.last-section .about-image {
    margin: 0 auto 0 -8px;
    max-width: 100%;
}
body.about #about-section.last-section {
    padding: 0 0 50px 0;
}
body.about section.about-section h2.common-tit.thirty-five {
    font-size: 20px;
    padding-bottom: 0;
}
section.breadcrumb .breadcrumb-wrap p, section.breadcrumb .breadcrumb-wrap a {
    font-size: 14px;
    line-height: 23px;
}
/***********************************************************************************************************************************************************/
    footer .menu-con {
        display: none;
    }
    .footer-contact {
        display: block;
    }
    .footer-contact > div > div span, .footer-contact > div > div span a {
        font-size: 14px;
        line-height: 20px;
    }
    .footer-contact > div p {
        font-size: 16px;
        line-height: 19px;
    }
    .footer-contact > div .address p, .footer-contact > div .address p span {
        font-size: 14px;
        line-height: 20px;
    }
    .footer-contact > div > div > span {
        padding-top: 3px;
    }
    .footer-contact > div > div::before {
        width: 45px;
        height: 45px;
        top: -1px;
    }
    .footer-contact > div > div::after {
        top: 10px;
        left: 11px;
        background-size: 90%;
    }
    .footer-contact > div > div.phone::after {
        background-position: 0 -99px;
        background-size: 80%;
    }
    .footer-contact > div > div.email::after {
        background-position: 0 -45px;
        background-size: 80%;
        left: 13px;
    }
    footer .logo-wrap a {
        height: 98px;
    }
    footer .container > div.logo-con {
        border: 0;
    }
    .footer-contact > div > div {
        padding-left: 58px;
        margin-bottom: 20px;
    }
    footer .logo-con {
        margin-top: -2px;
        padding-bottom: 26px;
    }
    footer {
        padding-top: 61px;
    }
    footer::before {
        height: 61px;
        background: url(../images/footer-mobile-top-design.png) no-repeat;
        background-size: 100% 100%;
    }
    .footer-contact {
        padding: 21px 0 30px;
    }
    .copy-right {
        display: flex;
        padding: 22px 0 20px;
        flex-wrap: wrap;
    }
    .copy-right-wrap {
        width: 100%;
        order: 2;
        text-align: center;
    }
    .social-wrap {
        width: 100%;
        text-align: center;
        order: 1;
    }
    .allright p, .allright a {
        font-size: 15px;
        text-align: center;
        line-height: 19px;
    }
    .social-wrap .social-link {
        justify-content: center;
        padding-bottom: 16px;
    }
    .social-wrap .social-link li a {
        width: 32px;
        height: 32px;
    }
    .social-wrap .social-link li a::before {
        top: 6px;
        left: 10px;
    }
    .social-wrap .social-link li.twitter a::before {
        background-position: 0px -210px;
        left: 9px;
        background-size: 21px;
    }
    .social-wrap .social-link li.linked-in a::before {
        left: 8px;
    }
    .social-wrap .social-link li.instagram a::before {
        left: 7px;
        background-position: 0px -351px;
    }
    section.login-form-section .login-page-form input[type="text"], section.login-form-section .login-page-form input[type="checkbox"],
	section.login-form-section .login-page-form input[type="password"] {
		height: 50px;
	}
	.error-404.not-found.container br {
		display:none;
	}
	.error-404 #content-area small {
		font-size: 60px;
		line-height: 100%;
	}
	.error-404 h2.main-title.section-para {
		font-size: 20px;
	}
	.error-404.not-found.container p.grve-subtitle.section-para {
		margin-bottom: 0px!important;
		font-size: 16px;
		line-height: 140%;
	}
	
}
@media only screen and (min-width: 580px) and (max-width: 767px) {
    section.contact-details ul.contact-details-listing {
        grid-template-columns: repeat(2,1fr);
    }
    .get-in-touch-wrapper form ul.form-list {
        display: grid;
    }
    .contact-form ul.form-list li {
        padding: 0;
    }
    section#contact-banner {
        height: 296px;
        display: flex;
    }
    body.login-page main {
        padding: 104px 0 0 0;
    }
    section.login-form-section .login-page-form {
        max-width: 70%;
       
    }
    section.login-form-section  .forgot-password a {
        font-size: 14px;
        line-height: 24px;
    }
    section.login-form-section form li label {
        font-size: 14px;
        line-height: 24px;
        
    }
    body.about #about-section.last-section .about-image {
		max-width: 95%;
	}
	body.about #about-section .about-image {
		margin: 0 -7px 0 auto;
		max-width: 90%;
	}
}
/* font-family: "Oswald", sans-serif;
font-family: "Poppins", sans-serif;
font-family: "Playfair Display", serif;
*/




