.mainBanner {
      background: #0A247A;
    background-size: contain;
    position: relative;
}

.mainBanner:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/assets/images/home-re/dot-pattrn.webp);
    opacity: 0.05;
}

.mainBanner .container {
    z-index: 9999;
}

.col-md-6.ls {
    flex: 0 0 56%;
    max-width: 56%;
	    padding-right: 60px;
}

.col-md-6.rs {
    position: relative;
    flex: 0 0 44%;
    max-width: 44%;
}

img.element-1, img.element-2 {
    position: absolute;
    top: -39px;
    width: 95%;
    right: 20px;
}

.form {
    background: #FA2865;
    box-shadow: 0px 3px 18px 0px #00000024;
    width: 53%;
    padding: 22px;
    margin: auto;
    position: relative;
    z-index: 9999;
    border-radius: 11px;
}

.bannerGetForm{
	box-shadow: none;
}

.form-side a.pinkbtn {
    background: #0A247A !important;
    border-radius: 50px;
}

.price {
	
	right: -130px;

-webkit-animation: heartbeat 3.5s ease-in-out infinite both;
    animation: heartbeat 3.5s ease-in-out infinite both;
}

a.btn.white-btn {
    background: white;
    color: #fa2865;
}

a.btn.white-btn:hover {

    color: white;
}

.mainBanner .contentWrap h1 {

    font-size: 70px;
    line-height: 70px;

}

.mainBanner ul li {
    font-family: Poppins;
    font-weight: 400;
    font-size: 26px;
    line-height: 37px;
    letter-spacing: 0%;
    margin-bottom: 15px;
    padding-left: 15px;
    position: relative;
    color: white;
}

div#gurantee_section {
    background: url(/assets/images/home-re/sec-1-bg.webp);
    background-size: cover;
    background-position: center;
    padding: 0 0 70px 0;
    text-align: center;
}	

div#gurantee_section .container {
    background: #FEFDFE;
    box-shadow: 0px 4.88px 30.52px 0px #00000026;
    border-radius: 0 0 20px 20px;
	padding: 50px 50px 210px 50px;
}

div#gurantee_section p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 40px;
}

img.sec-img-1 {
    position: absolute;
    left: 170px;
    bottom: 0;
}

img.sec-img-2 {
    position: absolute;
    right: 0;
	    bottom: 10px;
}
div#gurantee_section a.btn.pink-btn {
    display: inline-block;
}
div#content_features_section {
    background: linear-gradient(269.84deg, #FB2966 1.3%, #C55FC3 99.86%);
    padding: 60px 0px 60px 0px;
}

#content_features_section ul#features_list {
    margin:0px;
    padding:0px;
    list-style:none;
    display:grid;
    grid-template-columns:1fr 1fr 1fr 1fr;
    grid-gap:20px;
}

#content_features_section ul#features_list li {
    background:#fff url('../images/lp-content/lp-content-corner.png') 95% 10px no-repeat;
    border-radius:15px;
    margin:0px;
    padding:25px;
    line-height:32px;
    color:#1F2E4E;
}

#content_features_section ul li img {
    height:72px;
}

#content_features_section ul li h4 {
    font-weight: 700;
    font-size: 22px;
    margin: 10px 0px;
}

#content_features_section ul li p {
   font-family: Poppins;
font-weight: 400;
font-size: 18px;
line-height: 27px;
letter-spacing: 0%;
color: #1F2E4E;


}



.sec-4 {
    background: url(../images/home-re/faq-bg.webp);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 60px 0px 60px 0px;
}

.work-box {

    background: white;
}
.work-box h3 {
 
    padding-right: 65px;
}

.work-con {

    margin-top: 30px;
}
img.wlogo {
    position: absolute;
    bottom: 8px;
    right: 15px;
}

.cta-form h2.t-head.white {
    margin: 0 0 10px 0;
}

.cta-form p {
    text-align: left;
    margin-bottom: 20px;
}

.blog-sec {
    background: url(/assets/images/home-re/sec-1-bg.webp);
    background-size: cover;
    background-position: center;
    padding: 70px 0 70px 0;
    text-align: center;
}

.blog-list {
    display: flex;
    grid-gap: 20px;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}

.blog-box {
    background: #230C64;
    padding:20px 25px 100px;
    border-radius: 10px 10px 0 0;
    position: relative;
	
}


.blog-box h3 {
    font-family: Almarai;
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -5%;
    color: white;
    margin: 15px 0;
    text-align: left;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.blog-box p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0%;
    color: white;
    text-align: left;
	 display: -webkit-box;
  -webkit-line-clamp: 3;   
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-box img.f-image {
    height: 232px;
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
}

img.blog-sep {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
}

h4.meta-date {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-family: Almarai;
    font-weight: 800;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -5%;
    text-align: center;
    color: white;
    width: 70px;
}
.blog-box:hover h3 {
    color: #fa2865;
}
.owl-nav {
    margin-top: 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    cursor: pointer;
    grid-gap: 10px;
}

button.owl-prev {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1f2e4e !important;
    border-radius: 100%;
    cursor: pointer;
    color: white !important;
    font-size: 35px !important;
    position: relative;
}

button.owl-next {
    width: 35px;
    height: 35px;
    display: flex ;
    align-items: center;
    justify-content: center;
    background: #1f2e4e !important;
    border-radius: 100%;
    color: white !important;
    font-size: 35px !important;
    position: relative;
}

button.owl-prev span {
    position: relative;
    top: -2px;
}

button.owl-next span {
    position: relative;
    top: -2px;
}

.owl-nav button:hover {
    background: #fa2865 !important;
}

.dropdown-list>li:hover {
    background-color: #FA2865;
}
.dropdown-list>li:hover a {
    color: white !important;
}

.dropdown-list>li:hover:before {
    background: #FA2865;
}

.menu>li>a{
	font-weight: 400;
}

.menu>li:hover a{
	color:#FA2865;
}

.menu>li>a:before {

    background: linear-gradient(90.14deg, #fa2865 4.74%, #fa2865 43.57%);
  
}

.menu>li>a:hover {
   background: linear-gradient(90.14deg, #fa2865 4.74%, #fa2865 43.57%);
    -webkit-background-clip: text !important
}

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@media (max-width: 991px) {
	
	
	
	    .callIconWrapMob a.btn.pink-btn {
        background: #1f2e4e;
        font-size: 14px;
        padding: 0 !important;
    }
	header {
   
    padding: 10px;
}

.menu-Bar span {
 
    background: #fa2865;
  
}
	#content_features_section ul#features_list {

    grid-template-columns: 1fr !important;
	padding: 10px;

}

div#content_features_section, .sec-4 {
    padding: 30px 0px 80px 0px;
}

.blog-sec{
	 padding: 30px 0px 0px 0px;
}

div#gurantee_section .container {
    padding: 20px;
}
img.sec-img-1 {
    position: relative;
    left: 0;
    bottom: -23px;
}
img.sec-img-2 {
    display: none;
}

.mainBanner ul li {

    font-size: 14px;
 
    text-align: left;
}
    a.btn {
        min-width: auto;
        font-size: 14px;
        padding: 2px 10px;
    }
img.wlogo {
    position: absolute;
    bottom: 6px;
    right: 25px;
}
	
	.col-md-6.ls, .col-md-6.rs {
	flex: 0 0 100%;
    max-width: 100%;
        padding-right: 15px;
    padding-left: 15px;
	
}
	.mainBanner .contentWrap h1 {
    font-size: 36px;
    line-height: 44px;
}
.form {
        width: 80%;
        margin-top: 60px;
    }
	    img.element-2 {
        position: absolute;
        top: 16px;
        width: 100%;
        right: 0;
    }
}
