/* Footer */
.ph-footer {
    background: #007B7B;
    padding: 100px 0;
}
.ph-footer-shape {
    position: relative;
}

    .ph-footer-shape .ph-dot-circle::before {
        position: absolute;
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        width: 740px;
        height: 400px;
        top: -380px;
        right: 45%;
        opacity: .5;
        z-index: -1;
    }    

.ph-footer .ph-footer-col .ph-footer-col-content {
    border-right: 5px solid rgba(161, 162, 177, 0.2);
    height: 100%;
    margin-right: 12%;
}

.ph-footer .ph-footer-col .newsletter-col {
    border-right: none;
}
.ph-footer .ph-footer-logo {
  /*max-width: 120px;
  height: 85px;*/
}
.ph-footer .ph-footer-text {
  max-width: 300px;
  font-size: 16px;
  line-height: 24px;
  margin: 1.5rem 0;
}
.ph-footer .ph-social-icon {
  width: 50px;
  transition: .5s;
}
.ph-footer .ph-social-icon:hover {
  opacity: .75;
}
.ph-footer .ph-social-list-icons {
  margin: 0;
  padding: 0;
  list-style: none;
  /*padding-top: 2rem;*/
}
.ph-footer .ph-social-list-icons li {
  display: inline-block;
  margin: 10px;
}
.ph-footer .ph-social-list-icons li:first-child {
  margin-left: 0; 
}
.ph-footer .ph-social-list-icons li:last-child {
  margin-right: 0;
}
.ph-footer .ph-footer-menu-list {
	list-style: none;
	margin: 1.5rem 0 0 0;
	padding: 0;
	font-family: 'Lato';
}
.ph-footer .ph-footer-menu-list li {
  line-height: 32px;
}
/* Form */
.ph-subscription-form .form-control {
	padding: 16px 32px;
	height: 50px;
	color: var(--light-gray);
	border: none;
	border-radius: 99px;
	color: var(--primary-purple);
	font-family: 'Lato';
}

.ph-subscription-form .form-control-btn {
    min-width: 122px;
    background: #6CBE45;
    color: #fff;
    border-color: #6CBE45;
    border: none;
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 700;
    border-radius: 99px;
    text-transform: uppercase;
    transition: .5s;
    margin-left: -50px;
}

	.ph-subscription-form .form-control-btn:hover,
	.ph-subscription-form .form-control-btn:focus {
		/*background-color: var(--primary-orange-accent);
		border-color: var(--primary-orange-accent);
		color: var(--black);*/
		-webkit-box-shadow: 0px 10px 25px 0px rgba(36,36,36,0.25);
		-moz-box-shadow: 0px 10px 25px 0px rgba(36,36,36,0.25);
		box-shadow: 0px 10px 25px 0px rgba(36,36,36,0.25);
	}
/* Breakpoints */
@media only screen and (max-width: 1600px) {
}

@media only screen and (max-width: 1400px) {
    .ph-footer-shape .ph-dot-circle::before {
        width: 555px;
        height: 300px;
        top: -325px;
        right: 45%;
    }
}

@media only screen and (max-width: 1200px) {
    .ph-footer .ph-footer-col .ph-footer-col-content {
        border: none;
        margin: 0;
    }

    .ph-subscription-form {
        flex-direction: column;
    }

        .ph-subscription-form .form-control-btn {
            margin: 12px 0;
            padding: 14px 32px;
        }
}

@media only screen and (max-width: 992px) {
    .ph-footer .ph-social-icon {
        width: 35px;
        height: 35px;
    }
}

@media only screen and (max-width: 768px) {
    .ph-footer-shape .ph-dot-circle::before {
        width: 400px;
        height: 216px;
        top: -225px;
    }
}

@media only screen and (max-width: 576px) {
    .ph-footer {
        padding: 25px;
    }

        .ph-footer .ph-footer-col {
            width: 100%;
            text-align: center;
            padding: 50px 0;
            border-bottom: 5px solid rgba(161, 162, 177, 0.2);
        }

            .ph-footer .ph-footer-col:last-child {
                border-bottom: none;
            }

        .ph-footer .ph-footer-text {
            max-width: 100%;
        }

    .ph-subscription-form {
        flex-direction: column;
    }

        .ph-subscription-form .form-control-btn {
            margin: 12px 0;
            padding: 14px 32px;
        }

    .ph-footer .ph-footer-menu-list {
        padding: 0 50px;
    }
}

.form-control-module {
  padding: 16px 32px;
  height: 50px;
  color: var(--light-gray);
  border: none;
  border-radius: 99px;
}
.form-control-btn {
  min-width: 122px;
  /*background-color: var(--primary-orange);*/
  color: var(--primary-white);
  /*border-color: var(--primary-orange);*/
  border: none;
  font-size: 16px;
  font-weight: 700;
  border-radius: 99px;
  text-transform: uppercase;
  transition: .5s;
  margin-left: -50px;
}
.form-control-btn:hover,
.form-control-btn:focus {
  /*background-color: var(--primary-orange-accent);
  border-color: var(--primary-orange-accent);*/
  color: var(--primary-white);
  -webkit-box-shadow: 0px 10px 25px 0px rgba(36,36,36,0.25);
  -moz-box-shadow: 0px 10px 25px 0px rgba(36,36,36,0.25);
  box-shadow: 0px 10px 25px 0px rgba(36,36,36,0.25);
}

.ph-footer-shape .ph-dot-circle-new::before {
    position: absolute;
    content: "";
    background: url("../assets/images/AboutPage/dotCircle.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 740px;
    height: 400px;
    top: -380px;
    right: 45%;
    opacity: .5;
    z-index: -1;
}

.newsletter-title {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 900;
	font-size: 24px;
}

.nav-link--white:hover {
    color: var(--primary-white);
}