/* Interior Contact Style 2 (Map Top) */
.contact-template p {
    line-height: 1.5;
}

.contact-template.style-1 {
    padding-top: 0 !important;
    max-width: 100%;
    width: 100%;
}

.contact-template.style-1 .map-wrapper .map-ratio #mapCustomstyle1 {
    padding-bottom: 600px;
}

.contact-template.style-1 .contact-form .ry-form-box-wrapper .form-control, .contact-template.style-2 .contact-form .ry-form-box-wrapper .form-control {
    height: 65px;
    border-radius: unset;
    box-shadow: unset;
    padding-left: 25px;
    font-size: 18px;
}

.contact-template.style-1 .contact-form .ry-form-box-wrapper .form-group, .contact-template.style-2 .contact-form .ry-form-box-wrapper .form-group {
    margin-bottom: 10px;
}

.contact-template.style-1 .contact-form .ry-form-box-wrapper .field-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    width: calc(100% + 10px);
}

.contact-template.style-1 .contact-form .ry-form-box-wrapper .field-wrapper .field-xs {
    width: calc(33.33% - 10px);
    margin-left: 10px;
}

.contact-template.style-1 .contact-form .ry-form-box-wrapper .field-wrapper .field-lg {
    width: calc(100% - 10px);
    margin-left: 10px;
}

.contact-template.style-1 .contact-form .ry-form-box-wrapper .field-wrapper textarea.form-control, .contact-template.style-2 .contact-form .ry-form-box-wrapper .field-wrapper textarea.form-control {
    height: 290px;
    padding-top: 15px;
    resize: unset;
}

.contact-template.style-1 .contact-form .ry-form-box-wrapper .ry-btn {
    margin-left: auto;
    margin-top: 30px;
}

.contact-template.style-1 .contact-form .section-headline h2 {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    font-size: calc(30px + 10 * ((100vw - 500px) / 940)) !important;
}

.contact-template.style-1 .contact-form .section-headline {
    margin-bottom: 30px;
}

.contact-template.style-1 .contact-details .ry-container .ry-flex {
    display: flex;
    align-items: center;
    padding: 0;
    border-radius: 0;
    background: transparent;
}

.contact-template.style-1 .contact-details .ry-container .ry-flex .ry-text {
    display: flex;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
}

/*.contact-template.style-1 .contact-details .ry-container .ry-flex .ry-each:nth-child(3) .ry-text {align-items: center;}*/
.contact-template.style-1 .contact-details .ry-container .ry-flex .ry-text .custom-social-wrapper {
    padding-left: 0;
    list-style: none;
}

.contact-template.style-1 .contact-details .ry-container .ry-flex .ry-text .custom-social-wrapper .social-inner-wrap {
    display: flex;
    margin-top: 1em;
    align-items: center;
}

.contact-template.style-1 .contact-details .ry-container .ry-flex .ry-text .custom-social-wrapper .social-inner-wrap li:not(:last-child) {
    margin-right: 0;
}

.contact-template.style-1 .contact-details .ry-container .ry-flex .ry-text .custom-social-wrapper .social-inner-wrap li a {
    width: 35px;
    height: 35px;
    background: #373737;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.contact-template.style-1 .contact-details .ry-container .ry-flex .ry-text .custom-social-wrapper .social-inner-wrap li a svg {
    width: 16px;
    fill: #fff;
}

.contact-template.style-1 .contact-details .ry-container .ry-flex .ry-each {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-template.style-1 .contact-details .ry-container .ry-flex .ry-each .icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #373737;
    border-radius: 50%;
    margin-right: 0;
}

.contact-template.style-1 .contact-details .ry-container .ry-flex .ry-each .icon svg {
    fill: #fff;
    height: 10px;
}

.contact-template.style-1 .contact-details .ry-container .ry-flex .ry-each .ry-text p {
    font-weight: 400;
    text-align: left;
}

.contact-template.style-1 .contact-details .ry-container .ry-flex .ry-text a, .contact-details .ry-container .ry-flex .ry-text p {
    font-size: 16px !important;
    line-height: 1.2;
}

.contact-template.style-1 .contact-details .ry-container .ry-flex .ry-text .span-1 {
    font-size: 15px;
    text-transform: uppercase;
}

.contact-template.style-1 .contact-details .ry-container .ry-flex .ry-each.phone .ry-text p, .contact-template.style-1 .contact-details .ry-container .ry-flex .ry-each.hour .ry-text p {
    font-size: 15px;
    text-transform: uppercase;
    min-width: 85px;
}

.contact-template.style-1 .contact-details .ry-container .ry-flex .ry-each.phone .ry-text {
    flex-direction: column;
}

.contact-template.style-1 .contact-details .ry-container .ry-flex .ry-each.phone .ry-text a {
    font-size: 16px;
    font-weight: bold;
    color: #373737;
}

.contact-template.style-1 .contact-details .ry-container .ry-flex .ry-each.hour .ry-text p {
    margin-right: 10px;
}

.contact-template.style-1 .contact-details {
    margin: 0;
    width: 100%;
}

.contact-form .ry-content {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .contact-template.style-1 .contact-details .ry-container .ry-flex .ry-text {
        font-size: 16px;
    }

    .contact-template.style-1 .contact-details .ry-container .ry-flex .ry-each.phone .ry-text p, .contact-template.style-1 .contact-details .ry-container .ry-flex .ry-each.hour .ry-text p {
        font-size: 14px;
    }

    .contact-template.style-1 .contact-details .ry-container .ry-flex .ry-each.phone .ry-text a {
        font-size: 20px;
    }

    .contact-template.style-1 .contact-details .ry-container .ry-flex {
        flex-direction: initial !important;
    }

    .contact-template.style-1 .contact-details .ry-container .ry-flex .ry-each:nth-child(3) .ry-text {
        flex-direction: column;
    }

    .contact-template.style-1 .contact-details .ry-container .ry-flex .ry-each:nth-child(3) .ry-text p {
        text-align: left;
        width: 100%;
        margin-right: 0;
        margin-bottom: 2px;
    }

    .contact-template.style-1 .contact-details .ry-container .ry-flex .ry-each {
        max-width: max-content;
    }
}

@media (max-width: 1080px) {
    .contact-template.style-1 .contact-details .ry-container .ry-flex .ry-each:nth-child(3) .ry-text p {
        margin-bottom: 2px;
    }

    .contact-template.style-1 .contact-details .ry-container .ry-flex .ry-each:nth-child(3) .ry-text {
        flex-direction: column;
    }

    .contact-template.style-1 .contact-details .ry-container .ry-flex {
        padding-left: 3vw;
        padding-right: 3vw;
    }

    .contact-template.style-1 .contact-details .ry-container .ry-flex .ry-each .icon {
        width: 40px;
        min-width: 40px;
        height: 40px;
    }

    .contact-template.style-1 .contact-details .ry-container .ry-flex .ry-text .custom-social-wrapper .social-inner-wrap li a {
        width: 32px;
        height: 32px;
    }

    .contact-template.style-1 .contact-details .ry-container .ry-flex .ry-text .custom-social-wrapper .social-inner-wrap li a svg {
        width: 14px;
        fill: #fff;
    }
}

@media (max-width: 768px) {
    .contact-template.style-1 .contact-details .ry-container .ry-flex .ry-each:nth-child(3) .ry-text p {
        text-align: center;
    }

    .contact-template.style-1 .contact-details .ry-container .ry-flex .ry-each.phone .ry-text p, .contact-template.style-1 .contact-details .ry-container .ry-flex .ry-each.hour .ry-text p {
        font-size: 16px;
    }

    .contact-template.style-1 p {
        font-size: 16px !important;
        line-height: 1.5 !important;
    }

    .contact-template.style-1 .contact-details .ry-container .ry-flex {
        flex-direction: column !important;
    }

    .contact-template.style-1 .contact-details .ry-container .ry-flex .ry-each {
        flex-basis: 100% !important;
        max-width: 100%;
    }

    .contact-template.style-1 .contact-details .ry-container .ry-flex .ry-each:nth-child(3) .ry-text p {
        margin-right: 0;
    }

    .contact-template.style-1 .contact-details .ry-container .ry-flex .ry-each:nth-child(3) .ry-text {
        margin-top: 0;
    }

    .contact-template.style-1 .contact-details .ry-container .ry-flex .ry-each:not(:last-child) {
        margin-bottom: 20px;
    }

    .contact-template.style-1 .contact-details .ry-container .ry-flex .ry-each {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .contact-template.style-1 .contact-details .ry-container .ry-flex .ry-text {
        text-align: center;
    }

    .contact-template.style-1 .contact-details .ry-container .ry-flex .ry-each .icon {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .contact-template.style-1 .contact-form .ry-form-box-wrapper .form-control {
        height: 60px;
        font-size: 16px;
        padding-left: 20px;
    }

    .contact-template.style-1 .contact-form .ry-form-box-wrapper .field-wrapper .field-xs {
        width: calc(100% - 10px);
    }

    .contact-template.style-1 .map-wrapper .map-ratio #mapCustom {
        padding-bottom: 55vh;
    }
}

.form-group.required.has-error input {
    border: 1px solid #ff004f;
}

/* Interior Contact Style 3 (Map Right) */
.contact-template.style-2 {
    margin: 60px 0;
}

.contact-template.style-2 .section-headline h2 {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    font-size: calc(30px + 10 * ((100vw - 500px) / 940)) !important;
}

.contact-template.style-2 .ry-flex .contact-form {
    margin-top: 4em;
    padding: 100px 4vw;
    background: #f5f5f5;
    width: 68%;
}

.contact-template.style-2 .contact-form .section-headline {
    margin-bottom: 30px;
}

.contact-template p {
    line-height: 1.5;
}

.contact-template.style-2 .contact-form .ry-form-box-wrapper input.ry-btn {
    margin-top: 30px;
}

.contact-template.style-2 .ry-flex .contact-details {
    width: 32%;
    min-width: 420px;
    border: 1px solid #e8e8e8;
}

.contact-template.style-2 .ry-flex .contact-details #mapCustomstyle2 {
    padding-bottom: 500px;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex {
    padding: 50px 70px;
    display: flex;
    flex-direction: column;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each {
    display: flex;
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    align-items: center;
    max-width: max-content;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each .icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #373737;
    border-radius: 50%;
    margin-right: 10px;
    min-width: 45px;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each .icon svg {
    fill: #fff;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each .ry-text {
    display: flex;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 300;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each:not(:last-child) {
    margin-bottom: 25px;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.phone .ry-text {
    flex-direction: column;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.phone .ry-text .span {
    font-size: 15px;
    text-transform: uppercase;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.phone .ry-text a {
    font-size: 23px;
    font-weight: bold;
    color: #373737;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.hour {
    padding-top: 40px;
    margin-top: 25px;
    border-top: 1px solid #e8e8e8;
    width: 100%;
    max-width: 100%;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.hour .ry-text {
    flex-direction: column;
    width: 100%;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.phone .ry-text .span-1, .contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.hour .ry-text p {
    font-size: 15px;
    text-transform: uppercase;
}

.contact-template.style-2 .contact-form .ry-form-box-wrapper .form-control {
    height: 65px;
    border-radius: unset;
    box-shadow: unset;
    padding-left: 25px;
    font-size: 18px;
}

.contact-template.style-2 .contact-form .ry-form-box-wrapper .form-group {
    margin-bottom: 10px;
}

.contact-template.style-2 .contact-form .ry-form-box-wrapper .field-wrapper textarea.form-control {
    height: 290px;
    padding-top: 15px;
    resize: unset;
}

.custom-social-wrapper {
    padding-left: 0;
    list-style: none;
    width: 100%;
}

.custom-social-wrapper .social-inner-wrap {
    display: flex;
}

.custom-social-wrapper .social-inner-wrap li a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ba2c2c;
    width: 100%;
    height: 100%;
}

.custom-social-wrapper .social-inner-wrap li a svg {
    width: 16px;
    fill: #fff;
}

.custom-social-wrapper .social-inner-wrap li {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.custom-social-wrapper .social-inner-wrap li {
    margin-right: 5px;
    margin-bottom: 5px;
}

.custom-social-wrapper .social-inner-wrap li a.facebook {
    background: #1970ca;
}

.custom-social-wrapper .social-inner-wrap li a.twitter {
    background: #17a7dc;
}

.custom-social-wrapper .social-inner-wrap li a.linkedin {
    background: #007bb6;
}

.custom-social-wrapper .social-inner-wrap li a.instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.custom-social-wrapper .social-inner-wrap li a.google {
    background: #dd4b39;
}

.custom-social-wrapper .social-inner-wrap li a.yelp {
    background: #ba2c2c;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.hour .custom-social-wrapper {
    margin-top: 20px;
}

@media (max-width: 1080px) {
    .contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.hour .ry-text {
        align-items:center;
    }

    .contact-template.style-2 .ry-flex {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contact-template.style-2 .ry-flex .contact-form {
        width: 100%;
        padding: 60px 40px;
    }

    .contact-template.style-2 .ry-flex .contact-details {
        width: 100%;
        min-width: unset;
    }

    .contact-template.style-2 .ry-flex .contact-details .inner-flex {
        align-items: center;
    }

    .contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each:not(:last-child) {
        min-width: 40%;
    }

    .custom-social-wrapper .social-inner-wrap {
        /* justify-content: center; */
    }
}

@media (max-width: 768px) {
    .contact-template.style-2 p {
        font-size: 16px !important;
        line-height: 1.5 !important;
    }

    .contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each .ry-text {
        font-size: 16px;
    }

    .contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.phone .ry-text .span-1, .contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.hour .ry-text p {
        font-size: 14px;
    }

    .contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.phone .ry-text a {
        font-size: 20px;
    }

    .contact-template.style-2 .contact-form .ry-form-box-wrapper .form-control {
        height: 60px;
        font-size: 16px;
        padding-left: 20px;
    }
}

@media (max-width: 480px) {
    .contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each .ry-text {
        text-align: center;
    }

    .contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each {
        width: 100%;
        max-width: 100%;
        min-width: unset;
    }

    .contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each .icon {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contact-template.style-2 .ry-flex .contact-details .inner-flex, .contact-template.style-2 .ry-flex .contact-form {
        padding: 50px 5vw;
    }

    .custom-social-wrapper .social-inner-wrap {
        /* justify-content: center; */
    }
}

.form-group.required.has-error input {
    border: 1px solid #ff004f;
}

.w-full.img-swiper {
    position: relative;
    padding-bottom: 22px;
}

.w-full.img-swiper img {
    margin: 0;
}

.w-full.img-swiper .swiper-pagination {
    position: relative;
    transform: unset;
    margin-top: 2px;
    bottom: 0;
    top: 0;
}

.contact-form .ry-each.hour * {
    text-align: left !important;
}

.contact-form .ry-each.hour ul {
    /* margin: auto; */
    padding: 0;
    margin-top: 15px;
    margin-bottom: 0;
}

.contact-form .ry-each.hour ul * {
    color: #252525;
    font-size: 16px;
    list-style: none;
    font-weight: normal !important;
}

.contact-template.style-1 .contact-details .ry-container .ry-flex.custom-contact-list {
    display: flex;
    gap: 20px 0;
    width: 100%;
    flex-wrap: wrap;
}

.contact-form .ry-each.hour ul li p {
    margin: 0;
    font-size: 16px;
}

.contact-template.style-1 .contact-details .ry-container .ry-flex.custom-contact-list .ry-each {
    /* width: calc(50% - 20px); */
    /* flex-direction: column !important; */
    gap: 12px;
}

.contact-template.style-1 .contact-details .ry-container .ry-flex.custom-contact-list .ry-each * {
    text-align: center;
    font-size: 16px;
}

div#with-slider-info {
	width: 100%;
}

div#with-slider-info ul {
    padding: 0;
    color:#333;
}

div#with-slider-info ul li, div#with-slider-info ul li p, div#with-slider-info ul li span {
    color:#333;
    text-align: left;

    
}

div#with-slider-info ul li {
    list-style:none;
}

div#with-slider-info ul li p {
    font-size: 16px;
    line-height: 1.5;
    padding: 0;
    margin:0;
}

div.page-slider img {
    margin:0;
}

div.page-slider {
    overflow: hidden;
    margin-top: 2em;
	position:relative;
}

div.page-slider ol.carousel-indicators {
    display:none !important;
}


div.page-slider a.carousel-control.left {
    background: #333b;
    height: 30px;
    position: absolute;
    width: 100%;
    max-width: 30px;
    left: 0;
    border-radius: 0;
    z-index: 9999;
	display:flex;
    align-items:center;
    justify-content:center;
}

div.page-slider a.carousel-control.right {
   background: #333b;
   height: 30px;
   z-index: 9999;
   position: absolute;
   width: 50%;
   max-width: 30px;
   right: 0;
   border-radius: 0;
   z-index: 999;
	display:flex;
    align-items:center;
    justify-content:center;
}

div.page-slider a.carousel-control.left, div.page-slider a.carousel-control.right {
    top: 45%;
}

div.page-slider a.carousel-control.left:before {
     content: '';
     background: transparent;
     position:absolute;
     width: 10px;
     height: 10px;
     border: 1px solid #fff;
     transform: rotate(230deg);
     border-bottom: none;
     border-left: none;
     right: 8px;
}

div.page-slider a.carousel-control.right:before {
    content: '';
    background: transparent;
    position:absolute;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    transform: rotate(42deg);
    border-bottom: none;
    border-left: none;
    left: 8px;
}


.ry-text.contact-social {
    margin-top: 1em;
}
.contact-details .ry-each, .contact-details .ry-each a, .contact-details .ry-each p {
    font-size:16px !important;
    color:#333;
    text-decoration:none;
}


.custom-social-wrapper li a {
    background:#333 !important;
}

.contact-details .ry-text p {
 margin: 0 !important;
 font-size: 16px;
 line-height: 1.5;
}

.contact-details .ry-each:not(:last-child) {
    display:flex;
    gap:0 10px;
}

.contact-details .ry-each svg {
    position:relative;
    top:5px;
}

.contact-details .ry-each.address svg {
    top:8px;
}

.contact-details .ry-each {
    margin-bottom: 10px;
}

.contact-details .ry-each.address {
    margin-top:15px;
}


@media (max-width: 991px) {
    .contact-template.style-1 .contact-form .section-headline h2 {
        text-align: center;
    }

   
}

@media (min-width: 768px) {
    .contact-template.style-1 .contact-form .ry-form-box-wrapper .field-wrapper .field-xs.md\:\!w-1\/2 {
        width: calc(50% - 10px) !important;
    }
}


@media (max-width:767px) {
     div#info-flex {
		flex-direction: column;
	}

	.ry-each.hour {
		align-items: flex-start;
		margin-top: 2em;
	}
}