.e-guide-section {
    background-image: 
        radial-gradient(258.42% 128.13% at 50% 0%, #215CC7 0%, #153C81 44.82%, #102D61 100%),
        url('../img/dots-banner-eguide.png');
    
    background-size: cover;        /* Makes the image cover the div */
    background-repeat: no-repeat;  /* Prevent repeating */
    background-position: center;   /* Center the image */
    background-blend-mode: overlay; /* Blends the gradient with image */
}
.banner-section-eguide{
    background-image:url('../img/banner-eguide.jpg'); 
    background-size: cover;        
    background-repeat: no-repeat;  
    background-position: center; 
    padding-top: 50px;
    padding-bottom: 200px;
}
.guides-banner-content h2 {
    font-size: 40px;
    font-weight: 800;
    padding-right: 30px;
}
.guides-banner-content p {
    padding-right: 30px;
    font-size: 16px;
    font-weight: 600;
}
.banner-section-eguide {
    border-radius: 12px;
}
.eguide-category-item {
    background: #ECEDEF;
    border-radius: 10px;
    width: 140px;
    text-align: center;
    padding: 6px 0px 6px 0px;
    margin-right: 20px;
    color: #434343;
    font-weight: 600;
}
.eguid-item-img-box {
    height: 350px;
}
.eguide-item {
    background: #E2E5E7;
    border-radius: 12px;
}
h2.eguide-title {
    color: #434343;
    font-size: 20px;
}
.eguid-item-img-box {
    border-radius: 12px 12px 0px 0px;
}
.eguide-content-details-box a {
    background: #2874FC;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 8px 18px 8px 18px;
    border-radius: 7px;
}
.eguide-content-details-box a span svg {
    width: 15px;
    height: 15px;
}
.baner-single-detail-guide {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 15px;
    padding: 30px;
}
h1.banner-title {
    color: #fff;
    font-weight: 800;
}
p.banner-description {
    color: #fff;
}
section.cpt-banner-guide-detail {
    background-image:radial-gradient(258.42% 128.13% at 50% 0%, #215CC7 0%, #153C81 44.82%, #102D61 100%), 
    url('../img/dots-banner-eguide.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
}
.eguide-form-container {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
}
.eguide-fullname, .eguide-phone, .eguide-email {
    width: 100%;
    border-radius: 0px;
    padding-left: 0px!important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
}
.eguide-form-checkbox p span span span {
    margin-left: 0px;
}
.eguide-form-checkbox p span span span label span {
   font-size:12px;
	color:#999999;
}
.eguide-form-container h2 {
    line-height: 35px;
}
.eguide-form-checkbox input {
    width: 16px;
    height: 16px;
    top: 4px;
    position: relative;
    right: 0px;
}
.eguide-form-submit p button,.eguide-form-submit p button:hover {
    width: 100%;
    background: #2874FC !important;
    border-color: #2874FC !important;
    border-radius: 10px !important;
    font-size: 18px !important;
}
.related-thumb {
    width: 100%;
    height: 240px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px 12px 0 0;
}
.related-item {
    background: #E2E5E7;
    border-radius: 12px;
}
.related-item-details {
    padding: 15px 15px 15px 15px;
}
.related-item-details h3 {
    font-size: 20px;
    line-height: 26px;
}