/*
Theme Name: Elessi Theme Child
Theme URI: https://elessi.nasatheme.com/demo/
Description: This is a child theme for Elessi Theme
Author: NasaTheme team
Author URI: https://nasatheme.com
Template: elessi-theme
Version: 1.0
*/


/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
#masthead {
    padding: 15px 0;
}
.nasa-category-horizontal-6 .nasa-cat-title {
    font-size: 145% !important;
	font-weight: 400 !important;
}

.about-block {
    background: #fff;
    padding: 40px 40px 60px;
    width: 33%;
    margin-top: 56px;
    margin-left: 15px;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
}
.about-block p {
    font-size: 16px;
}
.about-block h3 {
    font-size: 32px;
}
.button-round {
    border-radius: 30px !important;
}
#submit, button, .button, input[type="submit"] {
    letter-spacing: 1px;
}
.speciality-section h3 {
    background: #ffffffc7;
    color: #000000;
    padding: 15px 0px;
    font-size: 22px !important;
    text-transform: uppercase;
}
footer#nasa-footer img.nasa-image {
    height: 50px;
    width: auto;
}
a.whatsapplink {
    display: block;
    width: 45px;
    bottom: 30px;
    height: 45px;
    line-height: 45px;
    right: -20px;
    position: fixed;
    text-align: center;
    cursor: pointer;
    opacity: 1;
    -moz-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
    -ms-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
    -o-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 12px rgb(0 0 0 / 16%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
    background: #25d366;
    color: #fff;
    font-size: 28px;
    z-index: 91;
}
#nasa-init-viewed {
	display: none;
}
.nasa-static-group-btn a#nasa-back-to-top {
    top: -65px;
}
a.nasa-node-popup.nasa-tip.nasa-tip-left.nasa-tiped {
    bottom: 65px !important;
}
.safe-checkout.nasa-crazy-box {
    display: none;
}

ul.about-pointer {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
textarea.wpcf7-form-control {
    height: 100px;
}
ul.about-pointer li {
    background: #03478a;
    color: #fff;
    padding: 15px 15px;
    font-size: 16px;
    width: 32%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    line-height: 16px;
    text-align: center;
    border-radius: 5px;
}


@media (max-width: 768px) {
  .about-block {
		padding: 25px 25px 30px;
		width: 92%;
		margin-bottom: 20px !important;
		margin-left: 4%;
	}
	body .speciality-section .banner {
        margin-bottom: 30px;
    }
}
