/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 03 2025 | 18:47:34 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 29 2025 | 16:42:06 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 27 2025 | 01:22:46 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 27 2025 | 01:16:09 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 27 2025 | 01:12:06 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 27 2025 | 00:38:24 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 27 2025 | 00:20:31 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 27 2025 | 00:18:09 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 26 2025 | 23:35:49 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 26 2025 | 23:08:07 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 17 2025 | 23:56:33 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 17 2025 | 21:48:08 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 12 2025 | 01:02:04 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 12 2025 | 00:15:31 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 11 2025 | 23:24:04 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 11 2025 | 23:10:10 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 11 2025 | 23:06:39 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 29 2025 | 01:00:04 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 29 2025 | 00:55:18 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 29 2025 | 00:47:09 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 28 2025 | 22:28:41 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 28 2025 | 21:41:48 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 28 2025 | 21:40:37 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 27 2025 | 23:01:16 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 27 2025 | 16:58:42 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 27 2025 | 01:26:28 */
@import url('https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wght@0,200..900;1,200..900&display=swap');

h1, h2{
 font-family: "Mona Sans", sans-serif !important;
		  }
h3, h4, h5,h6{
 font-family: "Mona Sans", sans-serif !important;
}
a,p,span,li,label{
 font-family: "Mona Sans", sans-serif !important;
}

p {
    font-weight: 500 !important;
}
div#main-content .et_builder_inner_content.et_pb_gutters3:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 120px;
    z-index: 3;
    background-image: linear-gradient(0deg, #ffffff00, #ffffffeb);
}
div#marquee11 .marquee-2 {
  display: flex;
  overflow: hidden; /* Hide items that are out of view */
}
div#marquee11 .marquee-content-2 {
  display: flex;
  flex-wrap: nowrap; /* Make sure the items do not wrap */
  animation: scrolling-2 35s linear infinite; /* Adjusted animation duration */
}

div#marquee11 .marquee-item {
   /* Space between items */
   font-size: 22px;
   font-weight: 600;
   font-family: "Mona Sans",sans-serif!important;
   color: #111B3A;
   white-space: nowrap; /* Ensure text does not wrap */
   padding: 0 60px;
   position: relative;
}
div#marquee11 .marquee-item::before {
  content: "•";
  color: #92ADFF;   
  position: absolute;
  font-size: 20px;
  left: 0;
  margin-right: 8px; 
  display: inline-block;
  vertical-align: middle;
}
@keyframes scrolling-2 {
  0% {
    transform: translateX(0); /* Start from the left */
  }
  100% {
    transform: translateX(-5%); /* Move to the left (100% of the content width) */
  }
}
div#n2-ss-2 .n2-style-107cb0e4b96e295f0c4852cfc0854d07-heading {
    display: none;
}
.contact-section {
  padding: 40px 0;
  color: white;
  padding-bottom: 20px;
}

.contact-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
}

.contact-item {
  margin: 10px;
  display: flex;
  flex-direction: column; /* icon upar, text niche */
  align-items: flex-start; /* left align */
}

.contact-icon {
  margin-bottom: 8px;
}

.contact-icon img {
  max-width: 24px;
  height: auto;
}

.contact-link {
  color: white;
  text-decoration: none;
}

.contact-link:hover {
  text-decoration: underline;
}

.contact-text {
  line-height: 1.4;
}
.contact-item.contact-website {
    margin: 0 auto;
    margin-right: 0;
    min-width: 90px !important;
}

.contact-item.contact-address {
    margin: 0 auto;
    margin-right: 80px;
    min-width: 90px;
}

.contact-item.contact-email {
    margin: 0 auto;
    margin-right: 100px;
    min-width: 90px;
}

.contact-item.contact-phone {
    margin: 0 auto;
    margin-left: 0;
    min-width: 88px;
}
div#newsection3 div#second div#fir2 {
  transition: all 0.4s ease-in-out; /* smooth animation */
}

/* Child columns */
div#newsection3 div#second div#fir2{
  flex: 1;
    transition: transform 0.6s ease-in-out; /* smooth animation */
  transform: translateY(0); /* default center position */
}
div#newsection3 div#second div#fir2.fir2:hover {
  transform: translateY(-30%); /* jitna upar le jana ho adjust karo */
}
div#newsection3 div#second div#fir2.fir3:hover {
  transform: translateY(20%); /* jitna upar le jana ho adjust karo */
}
/* Floating animation with smooth infinite loop */
div#third21 img {
  display: inline-block;
  animation: floatUpDown 4s ease-in-out infinite alternate;
  animation-delay: -2s; /* animation middle se start hogi, pata nahi chalega */
}

/* Keyframes */
@keyframes floatUpDown {
  0% {
    transform: translateY(-25px); /* zyada upar */
  }
  100% {
    transform: translateY(25px); /* zyada niche */
  }
}
div#newsection4 div#four1 .et_flex_column_24_24_phone.et_pb_css_mix_blend_mode_passthrough {
  transition: transform 0.5s ease-in-out;
   transition: 
    transform 0.5s ease-in-out, 
    border-color 0.5s ease-in-out, 
    box-shadow 0.5s ease-in-out;
  transform: scale(1);
}
div#newsection4 div#four1 .et_flex_column_24_24_phone.et_pb_css_mix_blend_mode_passthrough:hover {
  transform: scale(1.02); /* halka zoom out */
  border-color: #A51C49;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.et_flex_module.et_pb_social_media_follow li a.icon {
    background: #111b3a !important;
}
.et_flex_module.et_pb_social_media_follow li a.icon:before {
    color: #ffffff;
    font-weight: 100 !important;
    font-size: 18px;
}

div#newsection1 input[type=email] {
    border: 1px solid #ffffff !important;
    line-height: 30px;
    color: #111B3A;
    background: transparent !important;
    font-weight: 500 !important;
    padding: 10px 12px !important;
    width: 100% !important;
    height: 45px;
    display: flex;
    margin: 0 auto;
    border: unset;
    border-radius: 50px !important;
    background: rgba(255, 255, 255, 0.8) !important; /* transparent white */
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}
div#newsection1 input::placeholder{
	color:#111B3A !important;
}
div#newsection1 input[type="submit"] {
    border: unset;
    outline: unset;
    box-shadow: unset !important;
    color: transparent;
    background-image: url("/wp-content/uploads/2025/08/Group-1000001980.png");
    background-repeat: no-repeat;
    background-position: center center;
    float: right;
    background-color: transparent !important;
    width: 35px;
    height: 35px;
    margin-top: -49px;
    margin-right: 21px;
    border-radius: 8px !important;
    background-size: 90%;
}
div#newsection1 p{
    display: flex;
    justify-content: space-between;
    padding: 0;
}
div#newsection1 .categories-list {
    display: flex;
    justify-content: space-between;
}
div#newsection1 a.cat-item {
    font-size: 16px !important;
    color: #111B3A;
    background: #ffffff;
    padding: 4px 16px !important;
    border-radius: 50px;
    font-weight: 500 !important;
}
div#newsection1 a.cat-item-last {
    font-size: 49px !important;
    line-height: 0px !important;
    background: #ffffff;
    padding: 0 4px;
    border-radius: 12px;
    color: #111B3A;
	font-weight: 600 !important;
}
div#newsection1 a.cat-item:hover,
div#newsection1 a.cat-item-last:hover{color: #A51C49 !important;}
div#n2-ss-2 .n2-ss-layers-container {
    min-width: 90%;
    width: 90%;
}
div#n2-ss-2 .n2-ss-layers-container .n2-ss-section-main-content {
    padding: 0;
}
div#featured32a .et_pb_group_carousel_slide {
    padding: 0 7px;
}
div#featuredarticles1a1 .et_pb_group_carousel_arrow_prev span.et-pb-icon{
    font-size: 0;
    content: url(/wp-content/uploads/2025/08/Line-20.png);
    filter: brightness(0);
    width: 40px;
}
div#featuredarticles1a1 .et_pb_group_carousel_arrow_next span.et-pb-icon{
  content: url(/wp-content/uploads/2025/08/Line-19.png);
  filter: brightness(0);
  width: 40px;
}
div#featuredarticles1a1 .et_pb_group_carousel_arrow_prev span.et-pb-icon:hover,
div#featuredarticles1a1 .et_pb_group_carousel_arrow_next span.et-pb-icon:hover {
    filter: unset;
}
div#featuredarticles1a1 .et_pb_group_carousel_arrow_next{
   position: absolute;
   right: -50px;
   width: 40px;
}
div#featuredarticles1a1 .et_pb_group_carousel_arrow_prev {
    position: absolute;
    left: -45px;
    width: 40px;
}
.n2-ss-layer {
    padding: 0 !important;
}
div#articles1 input#postSearchInput {
    border: 1px solid #111B3A !important;
    line-height: 30px;
    color: #111B3A;
    background: transparent !important;
    font-weight: 500 !important;
    padding: 10px 12px !important;
    width: 100% !important;
    height: 45px;
    display: flex;
    margin: 0 auto;
    border-radius: 50px !important;
    background: rgba(255, 255, 255, 0.6) !important; /* transparent white */
}

div#articles1 input[type="submit"] {
    border: unset;
    outline: unset;
    box-shadow: unset !important;
    color: transparent;
    background-image: url("/wp-content/uploads/2025/08/Group-1000001980.png");
    background-repeat: no-repeat;
    background-position: center center;
    float: right;
    background-color: transparent !important;
    width: 35px;
    height: 35px;
    margin-top: -50px;
    margin-right: 21px;
    border-radius: 8px !important;
    background-size: 90%;
}
div#articles1 .categories-list{
    display: flex;
    justify-content: space-between;
    padding: 0;
    padding-top: 16px;
}

div#articles1 span.cat-item {
    font-size: 16px;
    color: #111B3A;
    background: #ffffff;
    padding: 4px 9px;
    border-radius: 50px;
    font-weight: 600;
}
div#articles1 span.cat-item-last {
    font-size: 49px !important;
    line-height: 0px !important;
    background: #ffffff;
    padding: 0 4px;
    border-radius: 50px;
    color: #111B3A;
}
div#main-content .container {
    width: 90% !important;
    max-width: 90%;
}
div#main-content .container div#left-area {
    width: 75%;
    padding-right: 35px;
}
div#main-content .container div#content-area {
    margin-top: 90px;
}
div#main-content .container::before {
    top: 11%;
    display: none;
}
div#main-content .container .et_pb_widget {
    background: #111B3A;
    padding: 12px 12px;
    border-radius: 12px;
    margin-bottom: 12px;
}
div#main-content .container div#sidebar {
    padding: 0;
}
div#main-content .container div#block-2 {
    display: none;
}
div#main-content .container h2.wp-block-heading {
    color: #ffffff;
    font-size: 24px;
}
div#main-content .container .et_pb_widget a {
    color: #ffffff;
}
div#main-content .container .et_pb_widget h2.widgettitle {
    display: none;
}
div#articles2 .et_pb_column .et_pb_row.et_pb_gutters2.et_pb_row_nested {
    height: 100%;
    box-shadow: unset;
    margin-bottom: 3px !important;
    padding: 18px 18px !important;
}
section#comment-wrap ol.commentlist.clearfix {
    background: #F5F5F5;
    padding: 24px 24px !important;
    border-radius: 12px !important;
}

section#comment-wrap ol.commentlist.clearfix article#comment-2 {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section#comment-wrap ol.commentlist.clearfix li {
    display: flex;
    align-items: center;
}

section#comment-wrap ol.commentlist.clearfix li .comment_postinfo {
    margin: 0 !important;
}

section#comment-wrap ol.commentlist.clearfix .comment-content.clearfix {
    line-height: 1;
}
section#comment-wrap ol.commentlist.clearfix article {
    margin: 0;
}
div#n2-ss-2 .n2-ss-slide-background {
    filter: contrast(0.7);
}
div#lookingfor1a h2.et_pb_module_header img {
    height: 35px;
    width: 35px;
    position: relative;
    top: 4px;
    left: 12px;
}
a#searchour1a {
    padding-right: 60px !important;
}

div#lookingfor1a .et_pb_module.et_pb_button_module_wrapper:before {
    position: absolute;
    content: "";
    background-image: url(https://findthehomepros.com/wp-content/uploads/2025/08/Group-1000001980-1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    top: -6px;
    right: 14px;
    z-index: 2;
}
div#lookingfor1a .et_pb_module.et_pb_button_module_wrapper {
    display: inline;
}
.et_pb_menu_0_tb_header.et_pb_menu ul li ul.sub-menu li a {
    padding: 0;
}

.et_pb_menu_0_tb_header.et_pb_menu ul li ul.sub-menu {
    width: unset;
    box-shadow: unset;
    padding: 0 !important;
    box-shadow: 0 0 30px 3px #00000021;
}

.et_pb_menu_0_tb_header.et_pb_menu ul li ul.sub-menu li {
    padding: 0 3px;
    padding-left: 9px;
}
div#n2-ss-2 .n2-ss-layer-row {
    padding: 0 !important;
}
div#n2-ss-2 .n2-ss-layer-col {
    padding: 0 !important;
}
div#footer1 ul#menu-main-menu-1 li ul {
    background: #111b3a;
}
div#footer1 ul#menu-main-menu-1 li ul li a {
    padding: 0;
}

div#footer1 ul#menu-main-menu-1 li ul {
    width: unset;
    box-shadow: unset;
    padding: 0 !important;
    box-shadow: 0 0 30px 3px #00000021;
}

div#footer1 ul#menu-main-menu-1 li ul li{
    padding: 0 3px;
    padding-left: 9px;
}
.contact-icon img {
    height: 30px;
    width: 30px;
    object-fit: contain;
}
h2.et_pb_module_header label {
    font-weight: 700 !important;
}
.chooseyourpreferred1.active .membership-card[data-value="RHBA Membership"] .membership-right img {
    content: url(/wp-content/uploads/2025/08/rhba-logo-1.png);
}
button#wpforms-submit-632 {
    background-color: #a51c49 !important;
    font-weight: 500;
    color: #ffffff !important;
    font-size: 16px !important;
    border-radius: 50px !important;
    padding: 0 28px !important;
}
.form-split-container {
    display: flex;
    padding: 0 15px;
}
.form-split-container .form-split-left, .form-split-container .form-split-right {
    width: 50%;
}
.form-split-container .form-split-right p.et_pb_contact_field.et_pb_contact_field_last {
    height: 100%;
}
.form-split-container .form-split-right p.et_pb_contact_field.et_pb_contact_field_last textarea {
    height: 100%;
}
.form-split-right .et_contact_bottom_container {
    position: absolute;
    bottom: 15px;
    right: 30px;
}

.et_pb_group_carousel+.et_pb_group_carousel {
    display: none;
}
.discount-box ul {
    padding: 0;
}

.discount-box ul li {
    list-style: none;
}

.discount-box ul li img {
    display: none !important;
}
.discount-box li span {
  color: #696969;  /* sirf checkmark ka color badlega */
}
.discount-box li {
  list-style: none; /* default bullet hata do */
}
ul {
	padding-bottom: 0 !important;
}
body #page-container .et_pb_section .et_pb_button_1, body #page-container .et_pb_section .et_pb_button_2, body #page-container .et_pb_section .et_pb_button_3 {
    padding: 8px 31px !important;
}
div#clientreviews3a .et_pb_group_carousel_slide .et_pb_group.et_pb_module .et_pb_text {
    height: 100%;
}
div#clientreviews3a .et_pb_group_carousel_slide .et_pb_group.et_pb_module .et_pb_text .et_pb_text_inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
	
div#clientreviews3a .et_pb_group_carousel_arrow_prev span.et-pb-icon{
    font-size: 0;
    content: url(/wp-content/uploads/2025/08/Line-20.png);
    filter: brightness(0);
    width: 40px;
}
div#clientreviews3a .et_pb_group_carousel_arrow_next span.et-pb-icon{
  content: url(/wp-content/uploads/2025/08/Line-19.png);
  filter: brightness(0);
  width: 40px;
}
div#clientreviews3a .et_pb_group_carousel_arrow_prev span.et-pb-icon:hover,
div#clientreviews3a .et_pb_group_carousel_arrow_next span.et-pb-icon:hover {
    filter: unset;
}
div#clientreviews3a .et_pb_group_carousel_arrow_next{
   position: absolute;
   right: -30px;
   width: 40px;
}
div#clientreviews3a .et_pb_group_carousel_arrow_prev {
    position: absolute;
    left: -30px;
    width: 40px;
}

.comment-main-container {
    display: flex;
}


.comment-main-container  p label {
    position: absolute;
    margin-left: 13px;
    margin-top: 11px;
}

.comment-main-container  .comment-child-inputs input {
    width: 100% !important;
}

.comment-main-container  .comment-child-inputs {
    margin-left: 10px;
    width: 50%;
}

.comment-main-container p.comment-form-cookies-consent {
    display: none;
}
.comment-main-container+p.form-submit input#submit {
    margin: 0 auto;
    display: table;
    margin-left: 0;
    background-color: #a51c49;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #ffffff !important;
    font-size: 14px !important;
    padding: 6px 34px;
    border-radius: 50px !important;
}
.comment-main-container textarea, .comment-main-container input {
    border-radius: 12px;
}
#commentform input[type=email], #commentform input[type=text], #commentform input[type=url], #commentform textarea {
    color: #111B3A !important;
}

h3#reply-title {
    padding: 0;
}
p.comment-notes {
    padding-bottom: 20px !important;
}
footer.wp-block-latest-comments__comment-meta {
    color: #ffffff;
}
.single-post h3.et_pb_module_header {
    padding: 0;
	    font-size: 20px !important;
}

.single-post h3.et_pb_module_header {
    padding: 0;
    font-size: 20px !important;
}
.single-post p{
	 font-size: 14px !important;
    color: #111b3a!important;
}
.single-post .et_pb_text .et_pb_text_inner{
    font-size: 14px !important;	
}
.single-post ul {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.single-post p+ul {
	padding-top: 0 !important;
}
a#btn1fir:hover {
    background: #a51c49;
    border-color: #a51c49 !important;
}
li.andmore1a {
    list-style: none;
    padding-top: 20px;
}
div#scholarship1a1 .et_pb_toggle_item p a {
    color: #E05381 !important;
}
div#fea11a2 {
  transition: transform 0.5s ease-in-out;
   transition: 
    transform 0.5s ease-in-out, 
    border-color 0.5s ease-in-out, 
    box-shadow 0.5s ease-in-out;
}
div#fea11a2:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
      border: 2px solid #A51C49;
}

div#newsection5 div#second .fir1av:hover {
    transform: rotateZ(355deg); /* smoothly rotate to 0 */
}

div#newsection5 div#second .fir2av:hover {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(355deg); /* smoothly rotate to 0 */
}

div#newsection5 div#second .fir3av:hover {
    transform: rotateZ(355deg); /* smoothly rotate to 0 */
}
a.border11aa {
    border: 1px solid transparent;
}
div#usethis11 button.et_pb_button:hover {
    background: #A51C49;
    border-color: #A51C49;
}
/* article#post-16 {
    display: none;
} */
div#customPostSearch div#searchTags{
    display: flex;
    padding: 0;
    padding-top: 16px;
justify-content: space-around;
}

div#customPostSearch div#searchTags .tag-result {
    font-size: 13px;
    color: #111B3A;
    font-weight: 600;
    margin: 0 !important;
    margin-left: 6px !important;
	text-transform: capitalize;
}
div#customPostSearch div#searchTags .tag-result:hover {
    color: #A51C49;
}
div#customPostSearch div#searchTags .tag-result:first-child {
    margin: 0 !important;
}
div#customPostSearch input#postSearchInput{
    border: 1px solid #111B3A !important;
    line-height: 30px;
    color: #111B3A;
    background: transparent !important;
    font-weight: 500 !important;
    padding: 10px 12px !important;
    width: 100% !important;
    height: 45px;
    display: flex;
    margin: 0 auto;
    border-radius: 50px !important;
    background: rgba(255, 255, 255, 0.6) !important; /* transparent white */
}
div#customPostSearch button {
    border: unset;
    outline: unset;
    box-shadow: unset !important;
    color: transparent;
    background-image: url("/wp-content/uploads/2025/08/Group-1000001980.png");
    background-repeat: no-repeat;
    background-position: center center;
    float: right;
    background-color: transparent !important;
    width: 35px;
    height: 35px;
    margin-top: -40px;
    margin-right: 21px;
    border-radius: 8px !important;
    background-size: 90%;
}
div#about3a3a::before {
    content: "";
    position: absolute;
    top: revert-layer;
    height: 70%;
    width: 100%;
    z-index: 1;
    background-image: linear-gradient(0deg, #eff5ff1a, #EFF5FF);
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    transition: 0.3s linear;
}
.about2innerdrop {
  max-height: 600px;
  overflow: hidden;
transition: max-height 1.5s ease;
}

.about2innerdrop.expanded {
  max-height: 2000px;
}
.about2innerdrop::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 5;
    background-image: linear-gradient(0deg, #ffffff, #ffffff00);
    transition: 0.3s linear;
    left: 0;
    top: 0;
}
div#about3a3a .about2innerdrop img {
    height: 160px !important;
    min-height: 160px !important;
}
div#about3a3a .about2innerdrop .et_pb_image.et_pb_module {
    display: flex;
    justify-content: center;
}
.about2innerdrop.expanded::before {
    display: none;
}
.aboutall4col .about2innerdrop ul {
    padding: 0;
}
.aboutall4col .about2innerdrop ul li {
    list-style: none;
    position: relative;
}
.aboutall4col .about2innerdrop ul li:before {
    position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2025/09/Vector.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    background-size: 100%;
    margin-left: -30px;
    margin-top: 5px;
}


.protips1a1s#protips1a1ba .custom-post-parent {
    display: flex;
    background: #ffffff;
    padding: 8px 8px;
    border: 1px solid #ffffff;
    border-radius: 12px;
    height: 205px;
    align-items: start;
}
.protips1a1s#protips1a1ba .custom-post-parent h3 a,.protips1a1s#protips1a1ba .custom-post-parent h5 a {
    color: #111b3a !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}
.protips1a1s#protips1a1ba .custom-post-parent h5 {
    line-height: 8px;
    text-align: left;
}
.protips1a1s#protips1a1ba .custom-post-item p {
    color: #111b3a !important;
    font-weight: 500 !important;
    font-size: 16px;
    line-height: 1.2;
}
.protips1a1s#protips1a1ba .custom-post-parent .custom-post-img a img {
    height: 185px;
    width: 228px;
    border-radius: 12px;
}
.protips1a1s#protips1a1ba .custom-post-parent .custom-post-img {
    width: 38%;
    margin-right: 3%;
}
.protips1a1s#protips1a1ba .custom-post-parent .custom-post-text {
    width: 60%;
}
.protips1a1s#protips1a1ba .et_pb_blog_1 .et_pb_posts {
    --vertical-gap: 30px;
    display: none;
}
.protips1a1s#protips1a1ba article {
    padding: 0 !important;
    border-radius: 12px;
}
.protips1a1s#protips1a1ba  div#fea11a2 {
    background: #ffffff !important;
    margin: 0 !important;
    height: 205px;
}
.protips1a1s#protips1a1ba div#first:before,
.protips1a1s#protips1a1ba div#second:before {
    position: absolute;
    content: "";
    background: #000000;
    width: 1px;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.protips1a1s#protips1a1ba .et_pb_blog_1 .et_pb_posts:last-child {
    --vertical-gap: 0;
}
.protips1a1s#protips1a1ba div#second .pagination.clearfix {
    display: none;
}
.protips1a1s#protips1a1ba div#first .tag-result {
    background: #ffffff !important;
}
.protips1a1s#protips1a1ba div#first input#postSearchInput {
    background: #ffffff !important;
}
div#article4  .pagination {
    padding-top: 20px;
}
form#postSearchForm br {
    display: none;
}
.custom-post-container {
    display: flex;
    background: #ffffff;
    padding: 8px 8px;
    border: 1px solid #ffffff;
    border-radius: 12px;
    height: 205px;
    align-items: start;
    margin-bottom: 10px;
    transition: transform 0.5s ease-in-out;
    transition: 
    transform 0.5s ease-in-out, 
    border-color 0.5s ease-in-out, 
    box-shadow 0.5s ease-in-out;
    border: 1px solid rgba(17,27,58,0.2);
}
.custom-post-container:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
      border: 2px solid #A51C49;
}

.custom-post-container .custom-post-image {
    width: 40%;
    margin-right: 3%;
}

.custom-post-container .custom-post-content {
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

h2.custom-post-title a, .custom-post-container .custom-post-excerpt {
    color: #111b3a !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}

.custom-post-container  .custom-post-excerpt {
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
}

.custom-post-container h2.custom-post-title {
    line-height: 19px;
    padding-bottom: 6px;
}

.custom-post-container .custom-post-image a img {
    height: 185px;
    border-radius: 24px;
    object-fit: cover;
}
div#customSearchWrapper input#customSearchInput {
    border: 1px solid #111B3A !important;
    line-height: 30px;
    color: #111B3A;
    background: transparent !important;
    font-weight: 500 !important;
    padding: 10px 12px !important;
    width: 100% !important;
    height: 45px;
    display: flex;
    margin: 0 auto;
    border-radius: 50px !important;
    background: rgba(255, 255, 255, 0.6) !important;
    position: relative;
    z-index: 0;
}

div#customSearchWrapper button {
    border: unset;
    outline: unset;
    box-shadow: unset !important;
    color: transparent;
    background-image: url(/wp-content/uploads/2025/08/Group-1000001980.png);
    background-repeat: no-repeat;
    background-position: center center;
    float: right;
    background-color: transparent !important;
    width: 35px;
    height: 35px;
    margin-top: -63px;
    margin-right: 21px;
    border-radius: 8px !important;
    background-size: 90%;
    position: relative;
    cursor: pointer;
}
div#customSearchResults {
    /* padding-top: 30px; */
}
.protips1a1s#protips1a1ba div#fea11a2 img {
    height: 185px;
    object-fit: cover;
    width: 100%;
    border-radius: 24px;
}
@media (max-width: 767px) and (orientation: portrait){
div#newsection1 .et_pb_row_23.et_pb_row.et_flex_row {
    display: block;
	}
	div#newsection1 a.cat-item {
    padding: 0 12px !important;
    font-size: 14px !important;
    line-height: 1;
    margin: 0 2px;
}
div#newsection3 div#second div#fir2 {
    flex: unset;
}
.et_pb_row {
    display: block !important;
}	
.et_pb_column_57.et_pb_column{
    display: none !important;
}

p br {
    display: none;
}

p {
    text-align: center;
}

h2 {
    font-size: 30px !important;
    text-align: center;
}
	
 .et_pb_row_43 {
  display: flex !important;
}
div#newsection5 div#third21 {
    display: none;
}	
.et_pb_section_0_tb_header.et_pb_section .et_pb_column_1_tb_header {
    float: right;
}

.et_pb_section_0_tb_header.et_pb_section .et_pb_row_0_tb_header {
    display: flex !important;
    align-items: center !important;
}	
.contact-container .contact-item {
    margin: 0 auto !important;
    min-width: 100% !important;
    display: table !important;
    text-align: center;
    margin-top: 10px !important;
}
.contact-container .contact-item .contact-icon {
    margin-bottom: 0;
}
.et_pb_column_2_tb_footer.et_pb_column {
    display: table;
}
.protips1a1s#protips1a1ba div#fea11a2 {
    height: unset;
}	
.protips1a1s#protips1a1ba div#first:before, .protips1a1s#protips1a1ba div#second:before {
    display: none;
}	
.protips1a1s#protips1a1ba .custom-post-parent .custom-post-img a img {
    width: 100%;
    height: 100%;
}
.protips1a1s#protips1a1ba .custom-post-parent .custom-post-text {
    width: 100% !important;
}
.protips1a1s#protips1a1ba .custom-post-parent {
    height: unset;
}
.protips1a1s#protips1a1ba .custom-post-parent .custom-post-img a {
    width: 100% !important;
}

.protips1a1s#protips1a1ba .custom-post-parent .custom-post-img span.et_pb_image_wrap {
    width: 100%;
}
.protips1a1s#protips1a1ba .custom-post-parent h3 a, .protips1a1s#protips1a1ba .custom-post-parent h5 a {
    text-align: center !important;
    display: flex;
    justify-content: center;
}
div#featuredarticles1a1 .et_pb_heading_container h5 {
    text-align: center !important;
    display: flex;
    justify-content: center;
    left: 0;
}

div#featuredarticles1a1 .et_pb_heading.et_pb_module {
    padding: 0 !important;
    margin-bottom: 18px;
}
.et_pb_button {
    display: table !important;
    margin: 0 auto !important;
    text-align: center !important;
    position: relative !important;
}

div#lookingfor1a .et_pb_module.et_pb_button_module_wrapper:before {
    right: 65px;
    top: 9px;
}	
div#ourspons1 .et_pb_row.et_flex_row {
  display: flex !important;
}

div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column-50 {
    width: 100% !important;
}
div#wpforms-632-field_5-container {
    margin-left: 0 !important;
}
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .wpforms-field {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
    max-width: 100%;
    min-width: 100% !important;
}	
}