@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html{
    box-sizing: border-box;
}
body{
    padding: 0;
    margin: 0;
}

:root{
    /*--heading-font: "Playfair Display", serif;*/
    --heading-font: "Poppins", serif;
    --text-font: "Poppins", serif;
    --primary-color: #005ca8;
    --second-color: #FFC107;
    --text-color:#444444;
}

h1, h2, h3, h4, h5, h6{
    font-family: var(--heading-font);
}

p, label, span {
    font-family: "Poppins", serif;
}

a {
    text-decoration: none;
}

/* Header section */

div#header-container {
    background: #212529;
}
div#header-container header {
    position: unset;
}
header {
    background-color: #06325600;
    position: absolute;
    width: 100%;
}
a.navbar-brand {
    color: #fff;
    font-family: var(--text-font);
    width: 20%;
}
.nav-link:focus, .nav-link:hover{
    color:rgb(255 193 90) !important;
}
.list-data-sb p {
    margin: 0;
    font-style: italic;
}
a.navbar-brand img {
    width: 70%;
    /*filter: brightness(13.5);*/
}
ul.navbar-nav li a {
    color: #fff;
    font-family: var(--text-font);
    font-size: 15px;
    font-weight: 500;
    padding: 0 10px !important;
}
ul.navbar-nav {
    align-items: center;
}
a#sell-button {
    /*text-transform: uppercase;*/
    padding: 10px 17px !important;
    border: 2px solid #ddd;
    border-radius: 72px;
    background: #ffc15a;
    margin-left: 4px;
    color: #000;
}
ul.navbar-nav li a:hover {
    color: var(--second-color);
    font-weight: 500;
}
div#collapsibleNavbar {
    justify-content: flex-end;
    width: 100%;
}
.link-div.green-btn a {
    background: #5c8720;
}
p.slider-disc {
    border-left: 3px solid #8dce34;
    margin: 0 0 30px 0;
    padding: 0;
    padding-left: 17px !important;
}
.content-box label {
    color: var(--second-color);
    /* text-transform: uppercase; */
    padding: 0px 11px;
    font-size: 18px;
    background: linear-gradient(to right, #ffffff, #ffffff);
    color: #5c8720;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 22px;
}
section.hero-section {
    background: linear-gradient(to top, #ffffff, #ffffffeb, #00000094), url(../images/rev-media/business-hero-image.webp);
    /* background: url(../images/rev-media/green-hero-image.png); */
    height: 90vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
}
.content-box {
    text-align: left;
    /* margin: auto; */
    display: grid;
    align-items: end;
    grid-template-columns: 69% 30%;
    padding-top: 70px;
}
.service-point {
    /* display: grid; */
    /* grid-template-columns: 32% 32% 32%; */
    /* grid-column-gap: 11px; */
    width: 100% !important;
    padding: 0px -60px;
}
button.owl-prev {
    position: relative;
    left: -40px;
}
button.owl-next {
    position: relative;
    left: 40px;
}
.content-box h1 {
    font-size: 65px;
    line-height: 1.1;
    color: #000000;
    font-weight: 200;
}

.section_title h2 span {
    color: #5c8720;
}
.overlaping-btn a{
    position:unset;
    margin:auto;
}
.list-data-sb {
    border: 2px dashed #ffc15a;
    padding: 10px 10px;
    backdrop-filter: blur(6px);
    margin: 0 3px;
    border-radius: 8px;
    background: #41640f00;
    height: 123px;
    display: flex;
    align-items: center;
    text-align: center;
}
.green-btn a {
    background: #7fb930;
}
.content-box p {
    font-size: 15px;
    padding: 6px 0;
    color: #2c2a2a;
    font-weight: 600;
}


.link-div a {
    background: #000;
    padding: 11px 30px;
    border-radius: 80px;
    /* box-sizing: border-box; */
    color: #fff;
    font-family: 'Poppins';
    font-size: 18px;
    text-decoration: none;
    /*width: 27% !important;*/
    /*display: inline-grid;*/
}



/* property option */

.section_title {
    text-align: center;
}
.section_title p {
    margin-bottom: 0px;
    font-size: 15px;
}
div#estate-option .item img {
    border-radius: 16px;
    height: 144px;
    object-fit: cover;
    margin-bottom: 9px;
}
div#estate-option {
    padding-top: 25px;
}
div#estate-option .item h4 {
    font-size: 16px;
    font-family: 'Poppins';
    text-transform: uppercase;
}
.owl-nav {
    margin-top: 0px !important;
}
div#estate-option .item a {
    text-decoration: none;
    color: #777;
    text-align: center;
}
.owl-nav {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    left: 0;
}
.owl-nav button {
    background: #ffc15a !important;
    width: 30px;
    height: 30px;
    font-size: 42px;
    border-radius: 62px !important;
    /* align-items: center; */
}

.owl-nav button span {
    font-size: 29px;
    line-height: 1;
}
.owl-dots {
    display: none;
}
section.real-estate-option {
    padding-bottom: 100px;
}


/* Section 3 */
section.unrivaled_lifestyles {
    padding: 80px 0;
}
.lifestyle-container p {
    text-align: center;
    margin-bottom: 0px;
    font-size: 15px;
}
.lifestyle-container h2 {
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    margin-top: 20px;
}
.lifestyle-container img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.lifestyle-container {
    padding: 0 10px;
    margin-top: 50px;
}
.lifestyle-container.luxury-outlook {
    margin-top: 100px;
}
.lifestyle-container span {
    height: 50px;
    width: 2px;
    background: var(--second-color);
    display: block;
    margin: auto;
    margin-top: -29px;
    z-index: 9;
    position: relative;
}

/* Section - 4 */

.property-container span {
    /* position: absolute; */
    /* background: var(--primary-color); */
    color: #2e2828;
    padding: 5px 0px;
    font-size: 13px;
    /* border-radius: 32px; */
    border-top-left-radius: 0px;
}
.property-content h2 {
    font-size: 22px;
}
.property-container a {
    text-decoration: none;
    color: #000;
}
.property-container:hover {
    /* background: #ffffff; */
    box-shadow: 0px 0px 12px 0px #ddd;
}
.property-container {
    margin-bottom: 25px;
}
.property-content p {
    margin-bottom: 0px;
    font-size: 13px;
    padding-bottom: 10px;
}
.property-content label {
    font-size: 23px;
    font-weight: 700;
    color: var(--primary-color);
}
.properties-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border-top: 1px solid #c9bfaa66;
    padding-top: 8px;
    margin-top: 10px; */
}
.properties-cta a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}
.property-container img {
    border-radius: 14px;
    height: 223px;
    width: 100%;
    object-fit: cover;
}
.property-content {
    padding: 12px 14px;
    border: 1px solid #b5abab;
    border-top: 0;
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
}
section.Recommended {
    padding: 70px 0;
    /* background: #e9e4da; */
    background: linear-gradient(to left, #ffffff, #e9e4da, #ffffff);
}
.cta-browse-more {
    text-align: center;
}
.cta-browse-more p{
   font-size: 15px;
}
.cta-browse-more a {
    background: var(--second-color);
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 32px;
    color: #fff;
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 13px;
}
.see-on {
    width: 50% !important;
    margin: auto;
    display: flex;
}
.see-on img {
    width: 23%;
    margin: auto;
    margin-top: 40px;
}

/* Services-section */

.section_title h2 {
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 15px;
    color: #222;
}
.custome-container {
    display: grid;
    grid-template-columns: 60% 40%;
    align-items: center;
    justify-content: center;
    padding: 30px 30px;
    background: #555555;
    border-radius: 42px;
    width: 80%;
    margin: auto;
    position: relative;
    padding-bottom: 0;
}
.media-data {
    margin-top: -112px;
}
.link-div.overlaping-btn {
    padding-top: 40px;
}
.business_not_grow h1 {
    font-weight: 900;
    font-size: 29px;
    color: #fff;
}
.business_not_grow p {
    color: #fff;
}
.business_not_grow h3 {
    color: #ffc107;
    font-size: 19px;
    font-weight: 800;
}

.overlaping-btn a {
    /* margin-bottom: -78px; */
    display: block;
    width: max-content;
    background: #fff;
    color: #000;
    border: 4px solid #5c8720;
    font-weight: 600;
    position: absolute;
    bottom: -19px;
}

/*What we do*/

.what_we_do span {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 17px;
    color: #5c8720;
}
.what_we_do h2 span{
    font-weight: unset;
    text-transform: unset;
    font-size: unset;
    color: #5c8720;
}
.what_we_do ul {
    list-style: none;
    padding: 0;
}
.what_we_do ul li {
    position: relative;
    padding-left: 19px;
}
.what_we_do h2 {
    font-size: 45px;
    font-weight: 300;
}
.what_we_do ul li:before {
    content: '';
    width: 9px;
    height: 3px;
    background: #5c8720;
    position: absolute;
    left: 2px;
    top: 11px;
}
.service-div i {
    color: #6f953a;
    font-size: 33px;
}
.service-div {
    padding: 32px 20px;
    border: 1px solid #00000024;
    border-radius: 13px;
    background: #f7f4ea;
    margin-bottom: 13px;
}
.service-div h3 {
    font-size: 19px;
    font-weight: 600;
    color: #000;
}
.service-div p {
    color: #262525;
    font-size: 13px;
    margin: 0;
}
.section_title ul {
    padding: 0;
    display: inline-flex;
    margin-top: 30px;
    justify-content: center;
}
.section_title ul li {
    list-style: none;
    padding: 0px 38px;
    background: #f7f4ea;
    margin: 5px;
    width: 33%;
    border: 1px solid #ffc107;
    border-radius: 52px;
    font-weight: 700;
    box-shadow: 0px 0px 12px 0px #ddd;
    padding-bottom: 13px;
}
.section_title ul li i {
    display: block;
    color: red;
    font-size: 26px;
    font-weight: 100;
}
.title-section h2 {
    font-size: 80px;
    text-align: center;
    font-weight: 900;
    color: green;
}
.title-section p {
    margin: auto;
    text-align: center;
    width: 80%;
}
/* Why-choose-us */

section.Cta-section {
    background: linear-gradient(to top, #edb203, #ffffff);
    padding: 77px 0;
    text-align: center;
    background-size: cover;
    background-position: top;
}
.content-why-choose h2 {
    color: #fff;
    font-size: 45px;
}
.content-why-choose p {
    color: #fff;
    font-size: 15px;
}
.content-why-choose h2 span {
    font-family: 'Playfair Display';
    font-weight: 900;
    color: var(--second-color);
}
.title-section img {
    margin: auto;
    /* margin-bottom: -99px; */
    display: block;
}

h3.calendrly-title {
    text-align: center;
    margin-bottom: -40px;
    margin-top: 40px;
    font-weight: 700;
}




footer {
    background: #000000;
    padding: 40px 0;
    padding-bottom: 0px;
}
.footer-box h6 {
    color: #fff;
}
.footer-box ul {
    list-style: none;
    padding: 0px;
    
}
.footer-box ul li a {
    color: #fff;
}
.footer-box ul li a {
    color: #fff;
    text-decoration: none;
    font-family: 'Poppins';
    font-size: 14px;
}
p#copyright {
    font-size: 14px;
    font-weight: 700;
}
#copy-right-container {
    padding: 15px 0;
    background: #363a3e;
    margin-top: 19px;
}
.footer-box ul li {
    color: #fff;
}
.social-links h6 {
    color: #fff;
}
.social-links a {
    color: #ddd;
    text-decoration: none;
    font-size: 19px;
}




/* About form */

section.unlock {
    padding: 60px 0;
}
.form-container form {
    display: grid;
    grid-template-columns: 27% 27% 27% 14%;
    grid-column-gap: 18px;
    align-items: center;
}
.form-container form input {
    width: 100%;
    height: 50px;
    border-radius: 22px;
    padding: 0 20px;
    font-family: 'Poppins';
    font-size: 12px;
    border: 1px solid var(--second-color);
}
.form-container form button {
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    border-radius: 72px;
    font-family: 'Poppins';
    font-weight: 600;
    background: var(--primary-color);
    color: #fff;
    border: 2px solid var(--primary-color);
}
.message-box p {
    padding-left: 58px;
    margin: 0;
    text-align: left;
}
.message-box i {
    font-size: 44px;
    position: absolute;
    left: 13px;
    top:0px;
}

.message-box {
    width: 60% !important;
    text-align: center;
    margin: auto;
    padding: 10px 10px;
    border: 1px solid #ddd;
    background: #5c8720;
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px !important;
    font-style: italic;
    font-weight: 500;
    border-radius: 52px;
    position: relative;
}

/* Login form */
div[data-container="booking-container"] {
    max-width: unset !important;
}
section.form-section {
    padding: 20px 0;
    background: linear-gradient(to top,#ffffff, #ffffffe0, #ffffff), url(../images/shoutimg/shoutabout-smoke-bg.webp);
    background-size: contain;
    background-repeat: no-repeat;
    /* padding-top: 20px; */
}
.formContainer {
    text-align: center;
}
.formContainer form .form-feild {
    margin-bottom: 10px;
}
.formContainer .form-feild button {
    margin-top: 10px;
    /* width: 50%; */
    padding: 10px 25px;
    border: 0px;
    border-radius: 22px;
    background: #ffc15a;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
}
.form-control:focus{
    box-shadow:unset !important;
}
.formContainer form .form-feild input, .formContainer form .form-feild select {
    height: 42px;
    border-radius: 32px;
    font-size: 14px;
    font-family: 'Poppins';
    padding: 0 20px;
}

.formContainer .form-feild button:hover {
    background:#05508e;
    color:#fff;
}
.formContainer form p {
    font-size: 13px;
}
.formContainer form p a {
    padding-left: 9px;
    font-weight: 500;
    color: #05508e;
    /* text-decoration: none; */
}

/* signup */
.signup-form ul {
    border-bottom: 0px;
    margin-bottom: 14px;
}
div#Influencer p, div#Brand p {
    font-size: 14px;
}
div#Influencer h2, div#Brand h2 {
    font-weight: 600;
}
div#Influencer h2 span, div#Brand h2 span {
    color: #015397;
    font-family: 'Playfair Display';
}
.signup-form p {
    font-size: 14px;
}
.signup-form h2 {
    font-size: 30px;
    font-weight: 700;
}
a.nav-link.active {
    color: #ffc15a !important;
    background: #05508e !important;
}
.signup-form ul li a {
    border-radius: 42px !important;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 13px;
    border: 1px solid #d7d7d7 !important;
    margin-right: 4px;
    color: #000 !important;
}
.tab-content {
    padding: 0px 20px;
    border-left: 1px solid #ddd;
}
div#Influencer, div#Brand {
    text-align: left;
}
.form-feild label {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #05508e;
}
.form-feild textarea {
    border-radius: 32px;
}
label.form-check-label {
    font-size: 13px;
}
.form-check-input:checked {
    background-color: #005ca8 !important;
    border-color: #005ca8 !important;
}
.dropdown.bootstrap-select.show-tick {
    width: 100% !important;
}
.dropdown.bootstrap-select.show-tick button {
    background: #fff;
    border: 1px solid #ddd;
    margin: 0;
    font-weight: unset;
}
.dropdown.bootstrap-select.show-tick button:hover{
    color:#000;
}

.dropdown-toggle::after {
    border: unset !important;
    background: #fff !important;
    width: 8px;
    height: 8px;
    border-left: 2px solid #343a40 !important;
    border-bottom: 2px solid #343a40 !important;
    transform: rotate(312deg);
    border-radius: 1px;
}
.services-point i {
    font-size: 37px;
}
.services-point {
    padding: 29px 20px;
    background: #5c87200d;
    margin-bottom: 13px;
    border-radius: 14px;
    border: 1px solid #4caf50;
    box-shadow: 0px 0px 12px 0px #ddd;
    height: 275px;
}
.services-point h4 {
    font-size: 18px;
    font-weight: 700;
    color: #5c8720;
}
.about-dec{
    width:80%;
    margin:auto;
}
section#aboutus, section#whywework {
    padding: 73px 0;
}
.services-point p {
    margin-bottom: 0px;
}
section.influencer {
    padding-bottom: 60px;
}
section#whywework {
    background: #f7f7f7;
}
img.media-picture {
    width: 100%;
    border-radius: 30px;
}

/*Single influencer*/





section.influencer .section_title h2 {
    font-size: 45px;
}

/*Cta section*/

.service_content_modal {
    text-align: center;
    padding: 0 50px;
    padding-bottom: 40px;
}
.service_content_modal i {
    font-size: 29px;
    color: #005ca8;
}
.service_content_modal h2 {
    color: #121212;
    font-size: 26px;
}
.service_content_modal a {
    text-decoration: none;
    padding: 9px 20px;
    background: #ffc107;
    display: inline-block;
    border-radius: 60px;
    font-family: 'Poppins';
    font-size: 15px;
    color: #060606;
    font-weight: 600;
}
.service_content_modal p {
    font-size: 14px;
}

section.Cta-section {
    background: linear-gradient(to top, #ffc107, #ffffff), url(../images/shoutimg/shoutabout-smoke-bg.webp);
    padding: 77px 0;
    text-align: center;
    background-size: cover;
    background-position: top;
}
.cta-container {
    width: 70% !important;
    margin: auto;
}
.cta-container h2 {
    font-size: 41px;
    color: #000;
    font-weight: 700;
}
.cta-container p {
    color: #181818;
    margin-bottom: 39px;
}
.cta-container a {
    color: #bb8d05;
    font-weight: 500;
    font-family: 'Poppins';
    text-decoration: none;
    background: #fff;
    padding: 11px 30px;
    border-radius: 102px;
}
.calendly-inline-widget {
    margin-top: -48px;
}


.social-links {
    text-align: center;
}
.footer-box ul {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.section-title {
    text-align: center;
}
.section-title span {
    color: var(--yallow);
    font-family: var(--heading-font);
}
form#contactForm {
    padding: 10px 5px 10px 5px;
    width: 80%;
    margin: auto;
}
.form-group label {
    font-size: 15px;
    padding-bottom: 3px;
}
form#contactForm input {
    border-radius: 0px;
    height: 45px;
    font-size: 13px;
    margin-top: 7px;
    border: 1px solid #ddd;
}
.contact-box {
    text-align: center;
    /* background: #f3f3f3; */
    padding: 13px 0px;
    /* border-radius: 11px; */
}
.contact-box h6 {
    font-weight: 900;
    font-style: italic;
}
.contact-info p {
    font-size: 14px;
    margin: 0;
}
form#contactForm button.pelum-btn {
    padding: 10px 20px;
    border-radius: 100px;
    margin: auto;
    display: block;
    background: #ffc107;
    color: #000;
    border: navajowhite;
    font-weight: 600;
}
.form-group textarea {
    width: 100%;
    border-radius: 0px;
    font-family: 'Jost';
    border: 1px solid #ddd;
}
.contact-box a {
    background: #eee;
    padding: 4px 13px;
    border-radius: 112px;
    color: #000;
    display: inline-block;
    margin-top: 9px;
    font-weight: 600;
}
.strategy-point {
    display: flex;
    text-align: center;
    padding: 0;
}
.strategy-point li {
    display: inherit;
    font-family: 'Poppins';
    font-size: 15px;
    padding: 20px 20px;
    box-shadow: 0px 0px 12px 0px #eee;
    background: #fff;
    border-radius: 11px;
    width: 25%;
    margin: 23px 6px;
    border-bottom: 5px solid #ddd;
}
.engagged-content {
    padding: 20px 30px;
    border: 6px solid #eee;
    background: #fff;
    border-radius: 20px;
}
.engament-modal h2 {
    font-size: 30px;
    text-align: center;
    padding-bottom: 20px;
    font-weight: 800;
    color: #555;
}
.engagged-content p {
    font-size: 15px;
}
.engagged-content ul {
    padding-left: 14px;
    /* list-style: none; */
    font-size: 14px;
}
.engagged-content h4 {
    font-size: 24px;
}
.title-section h2 {
    font-size: 80px;
    text-align: center;
    font-weight: 900;
    color: white;
    -webkit-text-stroke: 2px #4caf50;
}

/*Price table*/

/* Price table */

.price-container-box {
    padding: 53px 20px;
    background: #fff9f0;
    border-radius: 13px;
    position: relative;
    /* color: #fff; */
}

.price-container-box span {
    position: absolute;
    top: 0;
    font-size: 11px;
    font-weight: 600;
    background: #4caf50;
    padding: 5px 26px;
    color: #fff;
    /* width: max-content; */
    text-align: center;
    left: 50%;
    border-radius: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    transform: translate(-50%, 0px);
    margin: auto;
}

.price-btn a {
    background: #ffc107;
    padding: 10px 30px;
    border-radius: 22px;
    color: #000;
    font-weight: 500;
    display: block;
    text-decoration: none;
}
.price-btn a:hover {
    background: #000;
    color: #fff;
}
.price-btn {
    text-align: center;
    padding: 19px 0;
}
.price-container-box p {
    margin-bottom: 0px;
    font-size: 14px;
}
.point-div strong {
    font-size: 14px;
    /*font-family: 'Jost';*/
    padding: 9px 0;
    display: block;
}
.point-div ul {
    padding-left: 17px;
    list-style: none;
}
.point-div ul li {
    font-size: 15px;
    padding-bottom: 6px;
    /*font-family: 'Jost';*/
    position: relative;
}
.price-container-box h2 {
    font-size: 27px;
    font-weight: 400;
    text-align: center;
}
.point-div li i {
    position: absolute;
    left: -21px;
    color: #ffa623;
    font-weight: 900;
}
p.title-dec-price {
    text-align: center;
    font-weight: 600;
}
p.title-dec-price span {
    font-size: unset;
    background: unset;
    color: unset;
    position: unset;
    padding: unset;
}

select#currencySelector {
    /*font-family: 'Jost';*/
    font-size: 14px;
    padding: 7px 9px;
    border-radius: 62px;
    border: 2px solid #ddd;
}
.content-box1 {
    padding-bottom: 15px;
}
.content-box1 h2 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    /*margin-top: 10px;*/
}
.content-box1 p {
    font-size: 14px;
    margin-bottom: 3px;
}
.content-box1 ul {
    /*font-family: 'Jost';*/
    font-size: 14px;
}
.content-box1 a {
    color: #4caf50;
    text-decoration: underline;
    font-weight: 600;
    padding-left: 5px;
}
.quick-link ul li {
    padding: 0 6px;
    text-decoration: underline;
}

/*login model css*/

form#loginForm input {
    border-radius: 0px;
    height: 45px;
    font-size: 13px;
    margin-top: 7px;
    border: 1px solid #ddd;
}
form#loginForm button.pelum-btn {
    padding: 10px 20px;
    border-radius: 100px;
    margin: auto;
    display: block;
    background: #ffc107;
    color: #000;
    border: navajowhite;
    font-weight: 600;
        width: 50%;
}
.login-title {
    margin: auto;
    /*width: 50%;*/
    font-size: 16px;
}
p.signup-text a {
    font-weight: 500;
    text-decoration: none;
}
p.signup-text {
    text-align: center;
    margin-top: 12px;
    font-size: 13px;
}
.form-group input {
    height: 45px;
    border-radius: 0px;
    font-family: 'Poppins';
    font-size: 13px;
}

/*Signup*/

section.sign-section {
    padding: 80px 0;
    background: linear-gradient(to right, #ffffffe8, #ffffff) , url(../images/rev-media/background-signup.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
}
form#signup button.pelum-btn {
    margin: auto;
    display: block;
    margin-top: 15px;
    padding: 10px 30px;
    border-radius: 122px;
    font-family: 'Poppins';
    background: #ffc15a;
    border: 0px;
    font-weight: 600;
}
#signup .form-group {
    padding: 5px 0;
}
form#loginForm, form#signup {
    padding: 0 30px;
}