/*
Theme Name: ABE Ventures
Theme URI: https://crecentech.com
Version: 1.0
Author: Crecentech
Author URI: https://crecentech.com
*/

/*=============Fonts=====================*/
@font-face {
    font-family: Lato-Medium;
    src: url(./fonts/Lato-Medium.ttf);
}

@font-face {
    font-family: Lato-Black;
    src: url(./fonts/Lato-Black.ttf);
}

@font-face {
    font-family: Lato-Bold;
    src: url(./fonts/Lato-Bold.ttf);
}

@font-face {
    font-family: Lato-Semibold;
    src: url(./fonts/LatoSemibold.ttf);
}

@font-face {
    font-family: Lato-Regular;
    src: url(./fonts/Lato-Regular.ttf);
}

@font-face {
    font-family: poppins-semibold;
    src: url(./fonts/poppins.semibold.ttf);
}

@font-face {
    font-family: poppins-Regular;
    src: url(./fonts/poppins.Regular.ttf);
}

@font-face {
    font-family: OpenSans-Regular;
    src: url(./fonts/OpenSans-Regular.ttf);
}

@font-face {
    font-family: Barlow-Regular;
    src: url(./fonts/Barlow-Regular.ttf);
}

@font-face {
    font-family: FuturaHeavyBT;
    src: url(./fonts/FuturaHeavyBT.ttf);
}

@font-face {
    font-family: OpenSans-SemiBold;
    src: url(./fonts/OpenSans-SemiBold.ttf);
}

@font-face {
    font-family: WorkSans-Medium;
    src: url(./fonts/WorkSans-Medium.ttf);
}

@font-face {
    font-family: Roboto-Medium;
    src: url(./fonts/Roboto-Medium.ttf);
}

@font-face {
    font-family: Roboto-Regular;
    src: url(./fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: MeriendaOne-Regular;
    src: url(./fonts/MeriendaOne-Regular.ttf);
}

/*General*/
.wpcf7 form:not(.invalid) .wpcf7-response-output{
    display: none;
}
/*General*/

/*=============Fonts==========*/
.disabled{
	pointer-events: none;
	opacity: .7;
}
body > div + *{
	color: white;
}
#headernav{
	background-color: white;
	position: relative;
}
.smrtphoneText {
    display: none!important;
}

img {
    max-width: 100%;
    height: auto;
}

.container-fluid {
    width: 90%;
}

header.sticky-top {
    box-shadow: 0px 0px 10px gray;
}

.bar1 {
    background-color: white;
    padding-top: 7px;
    padding-bottom: 7px;
}

.bar2 p {
    font-size: 12px;
    font-family: Lato-Regular;
    color: #302EBA;
    padding: 3px;
    margin-top: 11px;
    margin-bottom: 10px;
    margin-left: 0px;

}

.bar2 a {
    text-decoration: none;
    font-size: 12px;
    font-family: Lato-Regular;
    color: #302EBA;
}

.newyark a {
    text-decoration: none;
    font-size: 12px;
    font-family: Lato-Regular;
    color: #302EBA;
}

.newyark1 a {
    text-decoration: none;
    font-size: 12px;
    font-family: Lato-Regular;
    color: #302EBA;
}

.bar2 img {
    margin-right: 7px;
    width: 20px;
}

#menu {
    background-color: #F1F3F4 !important;
}

.newyark p {
    font-size: 12px;
    font-family: Lato-Regular;
    color: #302EBA;
    padding: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.newyark1 img {
    width: 15px;
    margin-right: 3px;
}

.newyark1 p {
    font-size: 12px;
    font-family: Lato-Regular;
    color: #302EBA;
    margin-bottom: 0px;
}

.items {
    float: right;
}

.items p {
    font-size: 12px;
    font-family: Lato-Regular;
    color: #FFFFFF;
    padding: 3px;
    margin-bottom: 0px;
}

.items ul {
    float: right;
    padding-left: 0;
    margin-bottom: 0;
}

.items ul li {
    list-style: none;
    display: inline;
    color: #FFFFFF;
    margin-left: 17px;
    font-size: 14px;
}

.items ul li i {
    color: white;
}

.items ul li :first-child {
    color: #302EBA;
    width: 14px;
}

.items ul li img{
    width: 10px;
}
.newyark {
    margin-left: -30px;
}

.newyark img {
    width: 25px;
}

.navbarcolor {
    background-color: #F1F3F4 !important;
    padding-left: 0;
    padding-right: 0;
    float: right;
}

.nav1 {
    padding-right: 0px;
    color: #1E1E1E;
    font-family: Lato-Medium;
    font-size: 16px;
}

.mainmenu {
    padding: 10px 0;
}

.mainmenu .logo img {
    width: 160px;
}

.mainmenu ul li {
    list-style: none;
    display: inline;

}

.nav1 ul li {
    align-items: center;
}

.mainmenu ul li:nth-last-child(2) a {
    padding-right: 80px !important;
}

.mainmenu ul li a {
    padding-right: 43px;
    color: #1E1E1E;
    font-family: Lato-Regular;
    font-size: 16px;
    text-decoration: none;
}

.mainmenu ul li:last-child a {
    font-family: 'Lato-Medium';
    padding: 10px 20px !important;
    border-radius: 5px !important;
    background-color: #0D0D34;
    color: white !important;
    display: inline-block !important;
}

.mainmenu ul li.current-menu-item a {
    color: #0D0D34;
    font-family: 'Lato-Bold';
}

.mainmenu .menu {
    margin-bottom: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 2rem;
    border-radius: 2px;
}

.navbar-collapse {
    flex-grow: 0;
}

.disabled {
    background-color: #302EBA;
    font-family: 'Lato-Medium';
    font-size: 16px;
    color: #FFFFFF !important;

    border-color: #CE9554;
    border-radius: 3px;
    border: 0px;
}

.headingcontent {
    width: 100%;
    background: white;
    padding: 20px;
    display: block;
    margin-top: 0px;
    margin-right: 277px;
    border-top: 2px solid;
    border-color: #0D0D34;
}
.headingcontent .wpcf7-spinner{
    left: 0;
    position: absolute;
}

.headingcontent h5 {
    font-size: 23px;
    font-family: 'Lato-Bold';
    color: #302EBA;
    text-align: center;
    margin-bottom: 5px;
}

.headingcontent p {
    font-size: 15px;
    font-family: 'Lato-Regular';
    text-align: center;
    color: #302EBA;
    padding-bottom: 15px;
    line-height: 1.4;
    width: 80%;
    margin: 0 auto;
}

.headingcontent .btn {
    color: #fff;
    background-color: #0D0D34;
    border-color: #0D0D34;
    width: 100%;
    font-size: 22px;
    font-family: 'Lato-Bold';
    padding: 12px 15px;
}

.mainmenu .selling {
    color: #302EBA;
    font-family: Lato-Bold;
    font-size: 16px;
}

.header1 p {
    color: #CE9554;
    margin-top: 155px;
    font-size: 19px;
    font-family: Lato-Medium;
    margin-left: 30px;
}

.header1 h1 {
    font-size: 51px;
    font-family: Lato-Black;
    color: #0B1313;
    margin-left: 30px;
    margin-top: 32px;
}

.header1 h1 span {
    color: #CE9554;
    font-size: 51px;
    font-family: Lato-Black;

}

.imghome img {

    max-width: 100%;
    margin-top: -35px;

}

.headermanu {
    background: url('/wp-content/uploads/2025/04/Home-banner-scaled.webp');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
}

.headingcontent input::placeholder {
    font-size: 14px;
    font-size: lato-regular;
}

.imghome h1 {
    background: #302EBA;
    display: inline-block;
    padding: 23px 36px 23px 36px;
    color: white;
    margin-top: 340px;
    margin-bottom: 0;
    font-size: 35px;
    font-family: 'Lato-Regular';
}

.headermanu .imghome {
    padding-left: 54px;
}

.imghome h2 {
    background: #0D0D34;
    padding: 15px 35px 15px 28px;
    color: white;
    font-size: 25px;
    font-family: 'Lato-Regular';
    margin-bottom: 0;
/*     width: max-content; */
}
body:not(.home) .imghome h2{
    font-size: 46px;
}

.selling {
    font-size: 20px;
    color: white;
    padding: 5px 30px;
    border: none;
}

.Fair-Offer {
    background: #F5F5F5;
    padding: 15px 0px;
}

.sell-buy {
    position: relative;
    top: 100px;
    left: 0px;
}

.Fair-Offertext {
    margin-left: 0px;
}

.Fair-innerlogo {
    width: 180px;
}
.Fair-Offer .Fair-Offertext h6 {
    font-size: 17px;
    font-family: 'Lato-Bold';
    color: #737373;
    margin-bottom: 0;
}

.Fair-Offer .Fair-Offertext p,
.Fair-Offer .Fair-Offertext a {
    font-size: 13px;
    font-family: 'Lato-Medium';
    color: #737373;
    margin-bottom: 0;
}
.Fair-Offer .Fair-Offerimg img{
    width: 40px;
    margin: 0 auto 10px;
}

.Our-Process {
    padding-bottom: 60px;
    padding-top: 60px;

}

.Our-Process .text1 {
    padding-top: 85px;
}

.Our-Process .text h3 {
    font-size: 30px;
    font-family: 'Lato-Bold';
    color: #0D0D34;
    text-align: center;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.Our-Process .text h6{
    font-family: 'Lato-Medium';
    font-size: 20px;
    margin-bottom: 10px;
}
.Our-Process .text h2 {
    font-size: 40px;
    font-family: 'Lato-Bold';
    color: #302EBA;
    text-align: center;
    margin-bottom: 12px;
}
.Our-Process .text h5{
    font-family: 'Lato-Medium';
    font-size: 22px;
}

.Our-Process .imagess {
    margin-top: 20px;
    transform: scale(.85);
    transition: all .75s ease;
}

.Our-Process .imagess img {
    width: 100%;
	height: 200px;
    margin-top: 30px;
    box-shadow: 0px 0px 20px #e7e7e7;
    transition: all .75s ease;
    border-radius: 5px;
    transition: all .75s ease;
}

/* .Our-Process .imagess img:hover{}
.Our-Process .imagess img:hover{
	 transform: scale(1.2); /* Zoom in the image */
} */

.video-background {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

#background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 1000px;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1; /* Ensure the video is behind other content */
}

.content {
    position: relative;
    z-index: 1; /* Ensure content is above the video */
    color: white;
    text-align: center;
    padding: 20px;
}
   
        
        .Our-Process .text1 {
            padding-top: 85px;
        }
        .Our-Process .text1 h6 {
            font-size: 16px;
            font-family: 'Lato-Black';
            color: #302EBA;
            text-align: center;
        }
        .Our-Process .process-dots {
            position: relative;
        }
        .Our-Process .process-line {
            width: 74%;
            height: 1px;
            background: #000000;
            margin: 0 auto;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        .Our-Process .innerbox1,
        .Our-Process .innerbox2,
        .Our-Process .innerbox3,
        .Our-Process .innerbox4,
        .Our-Process .maincircle {
            border-color: #0D0D34;
            background: #fff;
        }
        .Our-Process .maincircle1,
        .Our-Process .maincircle2,
        .Our-Process .maincircle3,
        .Our-Process .maincircle4 {
            border: 1px solid #0D0D34;
            border-radius: 50px;
            margin: 0 auto;
            padding: 5px;
            width: max-content;
            transition: transform 0.75s ease; /* Add transition for smooth transform */
        }
        .Our-Process .innerbox .innercircle1,
        .Our-Process .innerbox .innercircle2,
        .Our-Process .innerbox .innercircle3,
        .Our-Process .innercircle4 {
            background: #0D0D34;
        }
        .Our-Process .innercircle {
            width: 15px;
            border-radius: 52px;
            height: 15px;
            border: 1px solid #0000001c;
/*             background: #0D0D34; */
        }
        .Our-Process .imagess1,
        .Our-Process .imagess2,
        .Our-Process .imagess3,
        .Our-Process .imagess4 {
            margin-top: 20px;
            transform: scale(0.85);
            transition: transform 0.75s ease;
			cursor: pointer;
        }
        .Our-Process .imagess1 img,
        .Our-Process .imagess2 img,
        .Our-Process .imagess3 img,
        .Our-Process .imagess4 img {
            width: 100%;
            height: 200px;
            margin-top: 30px;
            box-shadow: 0px 0px 20px #e7e7e7;
            border-radius: 5px;
            transition: all 0.75s ease;
			object-fit: cover;
        }
        .Our-Process .imagess1:hover,
        .Our-Process .imagess2:hover,
        .Our-Process .imagess3:hover,
        .Our-Process .imagess4:hover {
            transform: translateY(-10px) scale(0.9);
        }
        .Our-Process .maincircle1:hover,
        .Our-Process .maincircle2:hover,
        .Our-Process .maincircle3:hover,
        .Our-Process .maincircle4:hover {
            transform: translateY(-10px) scale(0.9);
        }
.Our-Process .text1 h6 {
    font-size: 16px;
    font-family: 'Lato-Black';
    color: #302EBA;
    text-align: center;
}

/* .Our-Process .innercircle {
    width: 15px;
    border-radius: 52px;
    height: 15px;
    border: 1px solid #0000001c;
    background: white;
} */

.Our-Process .maincircle {
    border: 1px solid transparent;
    border-radius: 50px;
    margin: 0 auto;
    padding: 5px;
    width: max-content;
}

.Our-Process .innerbox5 .maincircle {
    border-color: #0D0D34;
    background: white;	
}

.Our-Process .innerbox5 .innercircle {
/*     background: #0D0D34; */
}
.Our-Process .innerbox5.active .innercircle{
	    background: #0D0D34;
}


.Our-Process .process-dots {
    position: relative;
}

.Our-Process .process-line {
    width: 74%;
    height: 1px;
    background: #0000001c;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Our-Process .imagess h6 {
    font-size: 20px;
    text-align: center;
    font-family: 'Lato-Bold';
    margin-top: 5px;
    transition: all .75s ease;
    position: relative;
    margin: 20px 0 10px;
    transition: all .75s ease;
}
.Our-Process .imagess p{
    font-family: 'Lato-Regular';
    font-size: 16px;
    line-height: 1.3;
}

.Our-Process .imagess.active h1 {
    margin-top: 20px;
    transition: all .75s ease;
}

.Instant-Offer {
    background-repeat: no-repeat;
    background: linear-gradient(#302EBAe6, #302EBA), url(./images/image66.png);
    background-size: 50%;
}


.Instant-Offer .text {
    padding-top: 62px;
    position: relative;
}
.Instant-Offer .text  img {
    width: 360px;
    max-width: unset;
    bottom: 0;
    position: absolute;
    left: 0;
}

.Instant-Offer .text h2 {
    font-size: 40px;
    font-family: 'Lato-Bold';
    color: white;
    
}

.Instant-Offer .text p {
    font-size: 16px;
    font-family: 'Lato-Medium';
    color: white;
    line-height: 1.9;
    margin-bottom: 25px;
}

.Instant-Offer .progress {
    display: flex;
    height: 3rem;
    overflow: hidden;
    font-size: 11.75rem;
    background-color: white;
    border-radius: 0;
    height: 2.75rem;
    border-radius: 3px;
}

.Instant-Offer .progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    background: url('./images/Loading.png') no-repeat center center/cover;
    transition: width .6s ease;
    width: 53%;
    font-size: 14px;
    font-family: 'Lato-Bold';
    border: 4px solid;
    border-color: white;
}

.sr-only {
    font-size: 20px;
    color: white;
}

.Instant-Offer .form2 {
    background: white;
    margin-bottom: 55px;
    border-top: 3px solid #0D0D34;
    padding: 20px 20px 20px;
    margin-top: 62px;
}

.Instant-Offer .form2 h2 {
    font-size: 24px;
    font-family: 'Lato-Bold';
    color: #302EBA;
    margin-bottom: 5px;
    text-align: center;
}
.Instant-Offer .form2 > p {
    font-family: 'Lato-Regular';
    color: black;
    width: 62%;
    margin: 0 auto;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 15px;
}

.Instant-Offer .form2 .submit-btn {
    text-align: right;
}

.Instant-Offer .form2 .btn {
    background: #0D0D34;
    border-color: #0D0D34;
    font-size: 21px;
    font-family: 'Lato-Bold';
    color: white;
    display: block;
    width: 100%;
    padding: 12px 10px;
}

.Instant-Offer .form2 input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 0px;
    border-color: #302EBA;
    border-radius: 5px;
}

.Instant-Offer .form2 textarea {
    height: 100px;
}

.any-condition .content1122 {
    margin-top: 70px;
    margin-bottom: 54px;

}

.any-condition {
    padding-top: 40px;
    background: url('./images/bgImage.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 20px;
}

.any-condition h2 {

    font-size: 40px;
    font-family: 'Lato-Bold';
    color: #302EBA;
    text-align: center;
}

.any-condition h3 {
    text-transform: capitalize;
    font-family: 'Lato-Bold';
    text-align: center;
    font-size: 30px;
    color: #0D0D34;
}

.any-condition .box2 {
    background: #302EBA;
    padding: 25px 0px;
    margin-bottom: 30px;
    border-radius: 5px;

}

.any-condition .box3 {
    background: #302EBA;
    padding: 14px 9px;
    margin-bottom: 30px;
    border-radius: 5px;

}

.any-condition .box2:hover {
    background: #0D0D34;

}

.any-condition .box3:hover {
    background: #0D0D34;
}

.any-condition .box2 img {
    width: 30%;
    margin: 0 auto;
    display: block;
}

.any-condition .box3 img {

    width: 30%;
    margin: 0 auto;
    display: block;
}

.any-condition .box2 p {
    font-size: 17px;
    color: white;
    text-align: center;
    font-family: 'Lato-Medium';
    padding-top: 20px;
    margin-bottom: 0;
}

.any-condition .box3 p {
    font-size: 17px;
    color: white;
    text-align: center;
    font-family: 'Lato-Medium';
}

.Quick-Cash-form .email-612 {
    width: 100% !important;
    position: relative;
}

.swiper {
    width: 100%;
    height: 100%;
    background: url('./images/sliderbackground.png');
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: center 30px;
    background-size: auto;
}

.slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination-bullet {
    padding: 5px 10px;
    border-radius: 0;
    width: auto;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}

.swiper-slide {
    width: 100% !important;
    font-size: 16px !important;
    font-family: Lato-Medium !important;
    background: transparent !important;
}

.swiper-slide p {
    margin-bottom: 25px !important;
}

.swiper {
    width: 1000px;
    padding-top: 46px !important;
    padding-bottom: 202px !important;
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}

/* .swiper-pagination-bullet img {
    width: 95px;
    height: auto;
    max-width: unset !important;
    border-radius: 100%;
    border: 1px solid black;
    box-shadow: 0px 10px 10px #E3D4D4;
} */

#powerTip {
    background-color: white !important;
}

#powerTip p {
    color: black;
    font-weight: 700;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 3px !important;
    right: auto;
    top: 204px !important;
    z-index: 2;
    color: white !important;
    background: #302EBA !important;
    border-radius: 50px !important;
    width: 34px !important;
    height: 34px !important;
}

.swiper-button-next, .swiper-button-prev {
    top: 230px !important;
    z-index: 2;
    color: white !important;
    background: #302EBA !important;
    border-radius: 50px !important;
    width: 34px !important;
    height: 34px !important;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 5 !important;
}

.swiper-pagination-bullet {
    background: transparent !important;
}

.swiper-pagination {
    width: 75% !important;
}

.swiper-button-next, .swiper-button-prev {
    z-index: 100 !important;
}

.swiper-button-disabled {
    display: none !important;
}

.swiper-pagination-bullet {
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 1.2) !important;
}

.swiper-pagination-bullets-dynamic {
    overflow: visible !important;
    font-size: 0;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px !important;
}

.swiper-pagination-bullet {
    width: 120px;
    height: auto;
    display: inline-block;
    border-radius: 50%;
}

.swiper-pagination-bullet h6 {
/*     position: absolute;
    top: 120px !important; */
    color: #302EBA;
    font-size: 24px !important;
    font-family: WorkSans-Medium !important;
/*     left: 90%;
    transform: translateX(-50%); */
}

.swiper-pagination-bullet p {
    position: absolute;
    top: 146px !important;
    color: #403F3F;
    font-size: 14px !important;
    font-family: OpenSans-SemiBold !important;
    left: 90%;
    transform: translateX(-50%);
}

.swiper-pagination-bullet:not(.swiper-pagination-bullet-active) h1 {
    display: none;
}

.swiper-pagination-bullet:not(.swiper-pagination-bullet-active) p {
    display: none;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50% !important;
    transform: translateX(-60%) !important;
    white-space: nowrap !important;
}


.swiper-button-prev:after, .swiper-button-next:after {
    content: 'prev';
    transform: scale(0.3) !important;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prve:after {
    content: 'next';
    transform: scale(0.3) !important;
}

.Quick-Cash-form {
    background: #302EBA;
    padding: 50px 0px;
}

.swiper-pagination-bullet {
    padding: 0px 65px;
}

.Quick-Cash-form h2 {
    font-size: 30px;
    color: white;
    margin-bottom: 0;
    font-family: 'Lato-SemiBold';
}

.Quick-Cash-form input {
    position: relative;
    padding: 20px;
    border: none;
    background: transparent;
    padding: 0;
}
.Quick-Cash-form input:focus{
    box-shadow: none;
}
.Quick-Cash-form .wpcf7-form-control-wrap {
    width: 65%;
}
.Quick-Cash-form .btn {
    color: #fff;
    background-color: #0D0D34;
    border-color: #0D0D34;
    padding: 10px 20px;
    font-size: 22px;
    font-family: 'Lato-Bold';
}

.Quick-Cash-form .form-group {
    margin-left: 0px;
    margin-bottom: 0;
    background: white;
    border-radius: 5px;
    padding: 5px 5px 5px 20px;
}

.newhome {
    background: linear-gradient(#2d3e4fe8, #2d3e4fd1), url(./images/Rectangleback.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 30px 0;
}

.newhome h2 {
    font-size: 40px;
    font-family: Lato-Bold;
    color: #FFFFFF;
    padding-bottom: 5px;
    text-align: center;
    width: 66%;
    margin: 0px auto;
    margin-bottom: 33px;
}

.newhome p {
    font-size: 16px;
    font-family: Lato-Regular;
    margin-left: 60px;
    width: 60%;
    color: #FFFFFF;
    line-height: 25px;
    margin-top: 12px;
}

.Cardian {
    padding: 80px 0 110px;
    background: url(..\/images/1.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.Cardian .HeadingFAQ h1 {
    text-align: center;
    font-size: 30px;
    font-family: Lato-Bold;
    color: #FDA16E;
}

.Cardian .HeadingFAQ h2 {
    text-align: center;
    font-size: 30px;
    font-family: 'Lato-Bold';
    color: #0D0D34;
    margin-bottom: 15px;
}

.Cardian .HeadingFAQ h1 {
    text-align: center;
    font-size: 40px;
    font-family: 'Lato-Bold';
    color: #121E2A;
    padding-bottom: 26px;
}


.Cardian .card {
    order: none;
    padding: 5px 0px;
    margin-top: 15px;
    border: 1px solid #dddddd;
    background-color: transparent;
}

.Cardian .card-header {
    color: white;
    background-color: transparent;

}

.Cardian .card-header:not(.collapsed) {

    border-top-left-radius: 32px;
    border-bottom: none;

}

.Cardian .card-header:not(.collapsed) h5 {
    color: #1E1E1E;
    margin-left: 0px;
}

.Cardian .fa, .Cardian .fas {
    font-weight: 900;
    float: right;
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translatey(-50%);
}

.Cardian .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 90%;
    border-radius: 0px 0 32px 0;
    font-size: 16px;
    font-family: 'Lato-Regular';
    padding-top: 0px;
    color: #464646;
    text-align: justify;
}

.FAQ.accordion {
    margin-top: 28px;
}

.Cardian a:hover {
    text-decoration: none;
}

.Cardian .card-header {
    border: 0px;
}

.Cardian button {
    width: 10%;
    padding: 9px;

    text-align: center;
    display: block;
    font-family: 'LatoSemibold';
    font-size: 18px;
    color: #014751;
    margin: 50px auto;
}

mb-0, .my-0 {
    color: white;
    font-size: 21px;
    font-family: Roboto-Regular;
    padding: 10px;
    margin-bottom: 31px;
    margin-left: -25px;
    margin-top: 7px;
}

.Cardian .card-header a h5 {
    font-size: 16px;
    font-family: 'Lato-Black';
    color: #1E1E1E;
    line-height: 31px;
    position: relative;
}

.Cardian .card-header a h5 span {
    width: 95%;
    display: block;
}

.Cardian .fa-minus {
    width: 23px;
    height: 23px;
    background-color: #0D0D34;
    padding: 5px;
    color: white !important;
}

.field5 {
    margin-left: 0px;
    width: 100%;
    padding: 12px;
    font-size: 16px;
    font-family: 'Lato-Medium';
    color: #B5B6B6;
    padding-left: 20px;
    border-radius: 5px;
}

.form3 input {
    margin-bottom: 25px;
}

.textar {
    margin-top: 20px;
    width: 100%;
    color: #B5B6B6;
    font-size: 17px;
    font-family: Lato-Medium;
    padding-left: 10PX;
}

.text2 {
    color: #B5B6B6;
    font-size: 17px;
    font-family: Lato-Medium;
    padding-left: 10px;
}

.text3 {
    color: #B5B6B6;
    font-size: 17px;
    font-family: Lato-Medium;
    padding-left: 10px;
    margin-left: 10px;
}

.button4 {
    background-color: #0D0D34;
    border-color: #0D0D34;
    padding: 12px 21px;
    font-size: 20px;
    font-family: 'Lato-black';
    border: none;
    float: right;
    border-radius: 3px;
}

.btn-primary:hover {
    background-color: #0D0D34;
    border-color: #0D0D34;
}


.newhome img {
    max-width: 90%;
    margin-bottom: -35px;

}

.slider {
    background: white;
    padding: 60px 0 40px;
}

.slider .toptext h2 {
    font-size: 40px;
    font-family: 'Lato-Bold';
    color: #302EBA;
    text-align: center;
}

.slider .toptext h2 span {

    color: #0D0D34;
}

.slider .carousel-item p {
    width: 60%;
    margin: 0 auto;
    font-size: 16px;
    font-family: 'Lato-Medium';
    text-align: center;
    padding-top: 60px;
    padding-bottom: 28px;
}

.carousel-indicators {
    position: initial;
}

.carousel-indicators li img {
    width: 40px;
    z-index: 90000;
    position: absolute;
    left: 0;
    top: -15px;
}

.carousel-indicators li {
    background-color: transparent !important;
    margin-right: 110px;
}

.carousel-indicators li .active {
    background-color: none;
}

#carouselExampleIndicators h1 {
    font-size: 24px;
    font-family: 'Lato-Regular';
    text-align: center;
    padding-top: 17px;
}

#carouselExampleIndicators p {
    font-size: 14px;
    font-family: 'Lato-Bold';
    text-align: center;
}

.fa, .fas {
    font-weight: 900px;
    margin-right: 4px;
    color: #00000070;
}

.fa-quote-right {
    float: right;
    font-size: 25px;
    margin-right: 30px;
    color: #CE9554;
    margin-top: -50px;
}

.socilaIcons {
    width: 66%;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 55px;
    margin-bottom: 70px;
}

.textarea1 {
    margin-bottom: 30px;
}

.textarea1 textarea {
    height: 150px;
}

.uppeer-footer .Fair-Offerimg img {
    width: 30px;
    max-width: initial;
    margin-right: 10px;
    margin-bottom: 0;
}

.uppeer-footer .Fair-innerlogo {
    width: 150px;
}

.point_style img {
    transition: all .75s ease;
}

.point_style img:hover {
    transform: scale(1.3);
    transition: all .75s ease;
}

.GoogleMap {
    background: url(./images/4907157.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
}

.GoogleMap h1 {
    font-size: 35px;
    color: #1E1E1E;
    font-family: Lato-Bold;
    margin-left: 75px;
    margin-top: 30px;
    line-height: 53px;
}

.GoogleMap p {
    font-size: 18px;
    color: #1E1E1E;
    font-family: Lato-Medium;
    margin-top: 30px;
    width: 85%;
    line-height: 33px;


}

.uppeer-fooetr {
    background: #F5F5F5;
    padding: 20px;
}


.uppeer-fooetr .Fair-Offerimg img {
    width: 30px;
}

.uppeer-fooetr .Fair-innerlogo img {
    width: 48%;
}

.uppeer-fooetr .Fair-Offertext {
    margin-left: 20px;
}

.uppeer-fooetr .Fair-Offertext h1 {
    font-size: 17px;
    font-family: 'Lato-Bold';
    color: #737373;
}

.uppeer-fooetr .Fair-Offertext p {
    font-size: 13px;
    font-family: 'Lato-Medium';
    color: #737373;
    margin-bottom: 0;
}


.googleimg {
    margin: 0;
    padding: 0;
}

.imgarrow {
    width: 9% !important;
    float: right;
    margin-right: 30px;
}


.GoogleMap img {
    max-width: 100%;
    margin-top: 42px;

}

footer {

    background: #2D3E4F;
    background: cover;
    width: 100%;
    background-size: contain;
}

footer img {
    width: 100%;
    margin-left: 14px;
    margin-top: 20px;
    margin-bottom: 38px;
}


.emailicons {
    background-image: url(./images/Group.png);
    background-size: cover;
    border-radius: 7px;
    background-position: bottom;
    margin-bottom: 10px;
    padding: 8px;
    margin-top: -28px;

}

footer h1 {
    font-size: 40px;
    font-family: Lato-Medium;
    color: #1E1E1E;
    margin-top: 30px;
    margin-left: 10px;
}


footer button {
    width: 59%;
    height: 51%;
    margin-left: 102px;
    font-size: 22px;
    text-align: left;
    padding-left: 18px;
    padding-right: 20px;
    border-radius: 8px;
}

.footerlogo {
    width: 15%;
}

.logo2 img {
    width: 46%;
    background-size: contain;

    margin-left: 0px;
    margin-top: 20px;
    margin-bottom: 38px;
}

.logo2 .line p {
    font-size: 16px;
    font-family: Lato-Regular;
    color: #FFFFFF;
    margin-right: 10px;
    width: 70%;
    line-height: 30px;
    margin-top: 35px;
}

.official h2 {
    color: white;
    font-size: 18px;
    font-family: Lato-Semibold;
    margin-top: 60px;
}

.official1 h2 {
    color: white;
    font-size: 18px;
    font-family: Lato-Semibold;
    margin-top: 60px;
}

.official22 h2 {
    color: white;
    font-size: 18px;
    font-family: Lato-Semibold;
    margin-top: 60px;
}

.official1 p,
.official22 p {
    color: #E1E1E1;
    font-size: 14px;
    font-family: Lato-Regular;
    margin-top: 25px;
    line-height: 2;
}

.socilaicons1 {
    margin-top: 50px;
}

footer .line {
    width: 55px;
    height: 2px;
    background-color: #0D0D34;
}

.official ul {
    margin-top: 25px;
    margin-bottom: 0px;
    padding-left: 0px;
}

.official ul li {
    background: url(/wp-content/uploads/2025/04/square.png);
    background-repeat: no-repeat;
    background-size: 7px;
    padding-left: 18px;
    list-style: none;
    margin-bottom: 15px;
    background-position: left center;
    text-decoration: none;
}
.wpcf7-submit{
	background: #0D0D34 !important;
}

.official ul li a {
    font-size: 14px;
    color: #E1E1E1;
    font-family: Lato-Regular;
    text-decoration: none;
}

.official1 input {
    padding: 13px 20px;
    width: 100%;
    border-radius: 3px;
    border: none;
    margin-top: -10px;
}

.official1 input::placeholder {
    font-size: 14px;
    font-family: Lato-Regular;
}

.official1 .btn {
    margin-left: 0px;
    margin-top: 10px;
    background: #0D0D34;
    border-color: #0D0D34;
    font-size: 18px;
    font-family: 'Lato-Bold';
    padding: 0px 18px;
    width: max-content;
}

.official1 img {
    width: 18px;
    margin-left: 11px;
    margin-top: 16px;
    margin-bottom: 21px;
}

.socilaicons1 img {
    width: 10%;
    display: inline;

}

.socilaicons1 .facebook1 {
    width: 6%;
}

.socilaicons li .fa-facebook-f {
    color: white;
    width: 30px;
    height: 30px;
    background-color: #CE9554;
    border-radius: 60px;
    font-size: 14px;
    text-align: center;
    padding-top: 8px;
    margin-left: -32px;
}

.socilaicons li .fa-twitter {
    color: white;
    width: 30px;
    height: 30px;
    background-color: #CE9554;
    border-radius: 60px;
    font-size: 14px;
    text-align: center;
    padding-top: 8px;

}

.socilaicons li .fa-pinterest {
    color: white;
    width: 30px;
    height: 30px;
    background-color: #CE9554;
    border-radius: 60px;
    font-size: 14px;
    text-align: center;
    padding-top: 8px;

}

.socilaicons li .fa-linkedin-in {
    color: white;
    width: 30px;
    height: 30px;
    background-color: #CE9554;
    border-radius: 60px;
    font-size: 14px;
    text-align: center;
    padding-top: 8px;

}

.line1 {
    width: 100%;
    height: 1px;
    background-color: white;
    margin-bottom: 20px;
    margin-top: 16px;
}

.footerBottum {
    background: #03172C;
    padding: 13px 0;
}

.footerBottum p {
    font-size: 14px;
    font-family: Lato-Regular;
    color: #E1E1E1;
    word-spacing: 4px;
    text-align: center;
    margin-bottom: 0;
}

.manufooter a {
    text-decoration: none;
    color: #E1E1E1;
    font-size: 14px;
    font-family: Lato-Regular;

    margin-left: 12px;
}

.manufooter .lineli {
    width: 2px;
    height: 16px;

    margin-left: 14px;
    margin-top: 3px;
    background-color: #E1E1E1;
}

.footermanu {
    float: right;

}

.fa-chevron-up {
    margin-top: -4px;
}

.socilaicons1 ul {
    padding: 0
}

.socilaicons1 ul li {
    list-style: none;
    display: inline;
    margin-right: 15px;
}

.socilaicons1 ul li a {
    text-decoration: none;
    color: #0D0D34;
    background: white;
    padding: 6px 10px;
    border-radius: 2px;
}

.socilaicons1 ul li:first-child a {
    padding: 6px 12px;
}

.socilaicons1 ul li:hover a {
    color: white;
    background: #0D0D34;
}

.inner-banner {
    background: url(./images/Portion.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0;
    background-position: center center;

}

.inner-banner h1 {
    color: white;
    text-align: center;
    font-size: 45px;
    font-family: Lato-Medium;
}

.inner-banner p {
    color: white;
    text-align: center;
    font-size: 20px;
    font-family: Lato-Regular;
    margin-bottom: 0;
}

.wpcf7 form .wpcf7-response-output {
    color: white;
}

.hear-form {
    padding: 70px 0 20px;
}

.hear-form .innerbox {
    background: #0D0D34;
	padding: 40px 0 100px 30px;
    border-radius: 5px 0px 0px 5px;
    padding-right: 84px;
}

.hear-form .innerbox h2 {
    font-size: 25px;
    font-family: Lato-Semibold;
    color: #FFFFFF;
}

.hear-form .innerbox p {
    font-size: 16px;
    font-family: Lato-Regular;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.hear-form .innerbox p a {
	color: white;
}

.hear-form .innerbox .adress ul {
    padding: 0;
}

.hear-form .innerbox .adress ul li{
    font-size: 17px;
    font-family: Lato-Regular;
    color: #FFFFFF;
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 31px;
    list-style: none;
    padding-bottom: 41px;
}
.hear-form .innerbox .adress ul li a{
    color: white;
}
.hear-form .innerbox .adress ul li:nth-child(1) {
    background-image: url(./images/email.png);
}

.hear-form .innerbox .adress ul li:nth-child(2) {
    background-image: url(./images/cell.png);
}

.hear-form .innerbox .adress ul li:nth-child(3) {
    background-image: url(./images/address.png);
    padding-bottom: 0px;
}

.hear-form .innerbox .socilaicons1 ul {
    padding: 0;
    margin-bottom: 0;
}

.hear-form .innerbox .socilaicons1 ul li {
    list-style: none;
    display: inline;
    margin-right: 9px;
}

.hear-form .innerbox .socilaicons1 ul li a {
    text-decoration: none;
    color: #0D0D34;
    background: white;
    padding: 2px 5px;
}
.hear-form .end-text{
    margin-top: 80px;
    
}
.hear-form .end-text h3{
    font-family: 'Lato-Bold';
    font-size: 32px;
    margin-bottom: 0;
}
.hear-form .end-text h3 .big{    
    font-size: 40px;
}


.form-hear h2 {
    font-size: 25px;
    font-family: Lato-Semibold;
    color: #302EBA;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.form-hear .forminput {
    padding: 16px;
    border-radius: 10px;
    margin-bottom: 26px;
    width: 100%;
    outline: none;
    border: 2px solid #E1E1E1;
    background: white;
}

.form-hear textarea {
    height: 175px;
}

.form-hear .btn-red {
    float: right;
    padding: 13px 25px;
    border: none;
    background: #0D0D34;
    color: white;
    font-size: 20px;
    font-family: 'Lato-Black';
    border-radius: 8px;
}

.form-hear .wpcf7 form .wpcf7-response-output {
    color: black;
}
.wpcf7-spinner{
	position: absolute!important;
}
.form-hear .form-control{
	padding: 10px 20px;
}
.selling-offer .wpcf7 form .wpcf7-response-output,
.form2 .wpcf7 form .wpcf7-response-output {
    color: black;
}

.Quick-Cash-form form br {
    display: none;
}

.selling-offer .btn:focus {
    box-shadow: none !important;
}

.Instant-Offer .wpcf7-not-valid-tip {
    margin: -11px 0 -15px;
}

.slider .swiper-pagination-bullet-active {
    position: absolute !important;
    left: 25% !important;
    transform: translateX(-25%) !important;
    bottom: 60px !important;
}

/* .slider .swiper-pagination-bullet-active img {
    transform: scale(1.3);
	
    border: 3px solid #D74B4C;
} */

.slider .swiper-pagination-bullet-active-next,
.slider .swiper-pagination-bullet-active-prev-prev {
    position: absolute !important;
    left: 60% !important;
    ;
    transform: translateX(60%) !important;
    ;
    bottom: 60px !important;
}

.slider .swiper-pagination-bullet-active-prev,
.slider .swiper-pagination-bullet-active-next-next {
    position: absolute !important;
    left: 25% !important;
    transform: translateX(200%) !important;
    bottom: 60px !important;
}

.slider .swiper-pagination-bullet-active-next img,
.slider .swiper-pagination-bullet-active-prev img {
    transform: scale(0.9);
}

.slider .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):not(.swiper-pagination-bullet-active-prev):not(.swiper-pagination-bullet-active-next):not(.swiper-pagination-bullet-active-prev-prev):not(.swiper-pagination-bullet-active-next-next) {
    display: none;
}

footer .logo2 {
    padding-bottom: 50px;
}

.newhome-get {
    background: linear-gradient(to bottom, white, #F9F9F9);
    padding: 40px 0 30px;
}

.newhome-get .title {
    margin-bottom: 20px;
}

.newhome-get .title h2 {
    font-family: 'Lato-Semibold';
    font-size: 35px;
    color: #302EBA;
    margin-bottom: 0;
    line-height: 1.3;
}

.newhome-get .text {
    margin-bottom: 45px;
}

.newhome-get .text p {
    font-family: 'Lato-Regular';
    font-size: 16px;
    color: #000000;
    margin-bottom: 0;
}

.newhome-get .text p a {
    font-family: 'Lato-Semibold';
    color: #0D0D34;
}

.newhome-get textarea {
    height: 175px;
}

.Cardian.page-faq h1 {
    font-size: 30px;
    font-family: Lato-Bold;
    text-align: center;
    padding-bottom: 0px;
}

.Cardian.page-faq p {
    font-size: 14px;
    font-family: Lato-Regular;
    text-align: center;
}

.choose-us.get-choose-us {
    padding: 70px 0;
}

.selling-offer .form-control {
    border-color: #465666;
    padding: 12px 20px;
}

.headingcontent form p {
    padding-bottom: 0;
    width: 100%;
}

.newhome-get .wpcf7 form .wpcf7-response-output {
    color: black;
}

.newhome-get span:not(.textarea-283) .wpcf7-not-valid-tip {
    margin-top: -25px;
}

.Cardian.page-faq {
    padding: 80px 0 60px;
}

.Cardian.page-faq .card-body p {
    text-align: left;
}

.slider .swiper-pagination~img {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
}

.Fair-Offer.footer-fair-offer {
    padding: 20px 0;
}

/* ==Need Sell Section== */
.need-sell{
    padding: 80px 0 25px;
    background-color: white;
}
.need-sell .text h6{
    font-family: 'Lato-Medium';
    font-size: 19px;
    color: #333333;
    margin-bottom: 5px;
}
.need-sell .text h3{
    font-family: 'Lato-Bold';
    font-size: 30px;
    margin-bottom: 25px;
}
.need-sell .text h3 .big{
    font-size: 34px;
    color: #0D0D34;
}
.need-sell .text p {
    font-family: 'Lato-SemiBold';
    font-size: 18px;
    margin-bottom: 10px;
}
.need-sell .text p span{
    color: #0D0D34;
}
.need-sell .text a{
    display: inline-block;
    background-color: #0D0D34;
    color: white;
    font-family: 'Lato-Bold';
    font-size: 22px;
    border-radius: 7px;
    padding: 12px 34px;
}
.need-sell .text a:hover{
    text-decoration:  none;
}
.need-sell .img img{
    width: 100%;
}
.need-sell .end-text{
    margin-top: 70px;
}
.need-sell .end-text h3{
    font-family: 'Lato-Bold';
    font-size: 32px;
    margin-bottom: 0;
}
.need-sell .end-text h3 .big{
    font-size: 40px;
    color: #0D0D34;
}
/* ==Need Sell Section== */

/* Featured Blog Section */
.featured-blog {
    padding: 80px 0 70px;
}
.featured-blog .img img{
    width: 100%;
    border-radius: 10px;
}
.featured-blog .text h5{
    font-family: 'Lato-Bold';
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 1.3;
}
.featured-blog .text p{
    color: #333;
    margin-bottom: 15px;
    font-family: 'Lato-Regular';
}
.featured-blog .text p a{
    font-family: 'Lato-Bold';
    color: #0D0D34;
    text-decoration: underline;
}
.featured-blog .text p a:hover{
	color: #007bff;
}
.featured-blog .text h6{
    font-family: 'Lato-Regular';
    font-size: 16px;
    color: #333333;
    background: url('./images/calendar_month.svg') no-repeat left top/25px;
    padding: 3px 0;
    padding-left: 35px;
}
/* Featured Blog Section */

/* Latest Blogs Section */
.latest-blogs .title h3{
    font-family: 'Lato-Bold';
    font-size: 32px;
    margin-bottom: 35px;
}
.latest-blogs .outer-box{
    margin-bottom: 35px;
}
.latest-blogs .inner-box{
    box-shadow: 0px 0px 10px #ececec;
    height: 100%;
}
.latest-blogs .inner-box img{
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.latest-blogs .inner-box .textbox{
    padding: 15px 15px 25px;
}
.latest-blogs .inner-box h5{
    font-family: 'Roboto-Regular';
    font-size: 18px;
    margin-bottom: 10px;
}
.latest-blogs .inner-box p{
    font-size: 14px;
    color: #333333;
    margin-bottom: 15px;
    line-height: 1.3;
    font-family: 'Lato-Medium';
}
.latest-blogs .inner-box p a{
    font-family: 'Roboto-Medium';
    color: #0D0D34;
    text-decoration: underline;
}
.latest-blogs .inner-box h6{
    font-family: 'Roboto-Regular';
    font-size: 16px;
    color: #333333;
    background: url('./images/calendar_month.svg') no-repeat top left/22px;
    padding: 1px 0;
    padding-left: 32px;
}
.latest-blogs .paginate-pagination{
    padding: 25px 0 85px;
}
.latest-blogs .paginate-pagination ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding-left: 0;
}
.latest-blogs .paginate-pagination ul li:not(:last-child){
    margin-right: 30px;
}
.latest-blogs .paginate-pagination ul li .page{
    font-family: 'Roboto-Regular';
    font-size: 14px;
    color: #172234;
}
.latest-blogs .paginate-pagination ul li .page.active{
    background-color: #233470;
    color: white;
    padding: 8px 12px;
    border-radius: 5px;
}
/* Latest Blogs Section */

/* ==Blog Detail Section== */
.blog-detail-section .main-content{
    padding: 70px 0;
}
.blog-detail-section .main-content img{
    width: 100%;
}
.blog-detail-section  .left-box img{
    margin: 20px 0;
}
.blog-detail-section .main-img img{
    margin: 0;
}
.blog-detail-section .main-content .main-img{
    margin-bottom: 40px;
}
.blog-detail-section .main-content .left-box h4{
    font-family: 'Lato-Bold';
    font-size: 26px;
    margin-bottom: 10px;
    width: 90%;
}
.blog-detail-section .main-content .left-box h5{
    font-family: 'Lato-Bold';
    font-size: 21px;
    margin-bottom: 10px;
}
.blog-detail-section .main-content .left-box h6{
    font-family: 'Lato-Bold';
    font-size: 17px;
    margin-bottom: 10px;
    width: 90%;
}
.blog-detail-section .main-content .left-box p,
.blog-detail-section .main-content .left-box ul li{
    font-family: 'Roboto-Regular';
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
}
/* .blog-detail-section .main-content .left-box h6 span{
    color: #FC9426;
} */
.blog-detail-section .main-content .tableofcontent-box{
    background: rgb(35, 52, 112,10%);
    padding: 25px 25px 15px;
    margin-bottom: 20px;
}
.blog-detail-section .main-content .tableofcontent-box h6,
.blog-detail-section .related-blogs-box h5{
    font-family: 'Lato-Bold';
    font-size: 20px;
    color: #233470;
    margin-bottom: 20px;
}
.blog-detail-section .main-content .tableofcontent-box p{
    font-family: 'Roboto-Medium';
    font-size: 14px;
    margin-bottom: 25px;
}
.blog-detail-section .main-content .tableofcontent-box .lwptoc{
    margin: 0;
}
.blog-detail-section .main-content .tableofcontent-box .lwptoc-light .lwptoc_i{
    padding: 0;
    background: transparent;
}
.blog-detail-section .main-content .tableofcontent-box .lwptoc_header {
    display: none!important;
}
.blog-detail-section .main-content .tableofcontent-box .lwptoc-notInherit .lwptoc_item:not(:last-child){
    margin-bottom: 15px;
}
.blog-detail-section .main-content .tableofcontent-box .lwptoc-notInherit .lwptoc_i DIV A {
    font-family: 'Roboto-Regular';
    font-size: 13px;
    color: #3175e4;
}
.blog-detail-section .main-content .tableofcontent-box .lwptoc-notInherit .lwptoc_i .lwptoc_item A:hover {
    font-family: 'Lato-Bold';
    text-decoration: none;
}
.blog-detail-section .related-blogs-box{
    border: 1px solid #D1CACA;
    padding: 15px 25px 0;
}
.blog-detail-section .related-blogs-box .single-blog-row{
    margin-bottom: 15px;
}
.blog-detail-section .related-blogs-box h5{
    color: #233470;
}
.blog-detail-section .related-blogs-box .text h6{
    font-family: 'Roboto-Medium';
    font-size: 14px;
    color: #000000b3;
    margin-bottom: 5px;
}
.blog-detail-section .related-blogs-box .img{
    padding-right: 0;
}
.blog-detail-section .related-blogs-box .img img{
    width: 100%;
}
.blog-detail-section .related-blogs-box .text p{
    font-family: 'Roboto-Regular';
    font-size: 11px;
    color: #000000b3;
    line-height: 1.2;
}
.blog-detail-section .related-blogs-box .text p a{
    color: #0D0D34;
    margin-left: 3px;
}
.blog-detail-section .faq-accordion{
    padding: 50px 0;
    background-color: rgb(252, 148, 38,.05);
}
.blog-detail-section .faq-accordion .title h2{
    font-family: 'Lato-Bold';
    font-size: 35px;
    color: #333333;
    margin-bottom: 40px;
}
.blog-detail-section .sp-easy-accordion .ea-card{
    background: white!important;
}
.blog-detail-section .sp-easy-accordion .ea-card.ea-expand{
    box-shadow: 0px 0px 10px rgb(235, 235, 235);
}
.blog-detail-section .sp-easy-accordion>.sp-ea-single>.ea-header a{
    position: relative;
    width:94%;
    font-family: 'Roboto-Regular';
    font-size: 18px;
    font-weight: unset;
    transition: all .5s ease;
}
.blog-detail-section .sp-easy-accordion>.sp-ea-single.ea-expand>.ea-header a{
    font-family: 'Lato-Bold';
    font-size: 20px;
}
.blog-detail-section .sp-easy-accordion>.sp-ea-single>.ea-header a .bold {
    font-family: 'Lato-Bold';
    margin-right: 5px;
}
.blog-detail-section .sp-easy-accordion>.sp-ea-single>.ea-header i {
    position: absolute;
    right: -5%;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 100;
}
.blog-detail-section .sp-easy-accordion>.sp-ea-single>.ea-header i.fa-minus{
    background: #074C82;
    color: white!important;
    height: 20px;
    width: 28px;
    border-radius: 3px;
}
.blog-detail-section .sp-easy-accordion>.sp-ea-single>.ea-header i.fa-minus::before{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.blog-detail-section .sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body{
    padding-top: 0;
}

/* ==Blog Detail Section== */

/* ==Thank You Banner Section== */
.thank-you-banner{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0 80px;
}
.thank-you-banner .text h1{
    font-family: MeriendaOne-Regular;
    font-size: 90px;
    color: #302EBA;
    text-shadow: 0px 0px 20px #fd979794;
    margin-bottom: 40px;
}
.thank-you-banner .text p{
    font-family: Lato-Regular;
    font-size: 20px;
    color: #302EBA;
    margin-bottom: 0;
}
.thank-you-banner .text a{
    display: inline-block;
    font-family: Lato-Bold;
    font-size: 24px;
    color: white;
    background: #0D0D34;
    padding: 12px 120px;
    margin-top: 40px;
    border-radius: 5px;
    text-decoration: none;
}
/* ==Thank You Banner Section== */

/* ==Location Map Background== */
.location-map{
    background: url('./images/loc-section-bg.webp') no-repeat center center/cover;
    padding: 70px 0 50px;
}
.location-map .flag-box {
    position: relative;
    margin-top: 30px;
}
.location-map .flag-box h5{
    font-family: 'Lato-Bold';
    font-size: 22px;
    color: #302EBA;
    position: absolute;
    top: 45px;
    left: 149px;
    width: max-content;
}
.location-map .inner-box{
    position: absolute;
    top: 130px;
    left: 148px;
}
.location-map .inner-box h4{
    font-family: 'Lato-SemiBold';
    font-size: 18px;
    color: #203952;
   
}
.location-map .inner-box p{
    font-family: 'Lato-SemiBold';
    font-size: 16px;
    color: black;
    line-height: 35px;
    width: max-content;
}
.location-map .inner-box ul{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.location-map .inner-box ul li:not(:last-child){
    margin-bottom: 15px;
}
.location-map .inner-box ul li a{
    font-family: 'Lato-Medium';
    font-size: 15px;
    color: #302EBA;
}
.location-map .inner-box ul li img{
    margin-right: 10px;
}
.location-map .map-image img{
    display: block;
    margin-left: auto;
}
body.page-id-641 .location-map .inner-box {
    top: 120px;
    left: 138px;
}
body.page-id-641 .location-map .inner-box ul{
    columns: 2;
}
body.page-id-641 .location-map .inner-box ul li{
    font-size: 14px;
}

/* ==Location Map Background== */

/* Cash Buyer in Location Section */
.cash-buyer-in-location {
    background: #0D0D340d;
    padding: 70px 0;
}

.cash-buyer-in-location .start-text h2 {
    font-family: 'Lato-Bold';
    font-size: 35px;
    color: #302EBA;
    margin-bottom: 10px;
}

.cash-buyer-in-location p {
    font-family: 'Lato-Regular';
    font-size: 18px;
    margin-bottom: 50px;
}
.cash-buyer-in-location p a{
    font-family: 'Lato-Bold';
    color: #0D0D34;
}

.cash-buyer-in-location img {
    width: 100%;
}

.cash-buyer-in-location .textbox p {
    font-family: 'Lato-Medium';
    margin-bottom: 20px;
    line-height: 1.7;
}

.cash-buyer-in-location .textbox p:last-child {
    margin-bottom: 0 !important;
}

/* Cash Buyer in Location Section */

/* ===Dealing Areas Section=== */
.dealing-areas {
    background: #0D0D340d;
    padding: 0px 0 25px;
}

.dealing-areas .outer-box {
    margin-bottom: 25px;
}

.dealing-areas .inner-box {
    box-shadow: 0px 0px 10px #e4e4e4;
    background: white;
    height: 100%;
}

.dealing-areas .inner-box h5 {
    background-color: #302EBA;
    font-family: 'Lato-SemiBold';
    font-size: 22px;
    color: white;
    padding: 16px 5px 14px 5px;
    margin-bottom: 0;
}

.dealing-areas .inner-box ul {
    list-style: none;
    text-align: left;
    padding: 25px 18px;
    margin-bottom: 0;
}
.dealing-areas .inner-box ul li {
    font-family: 'Lato-Regular';
    font-size: 16px;
    margin-bottom: 8px;
    padding-left: 28px;
    background: url('./images/Arrow.webp') no-repeat left top/18px;
    color: #302EBA;
}
.dealing-areas .inner-box ul li:last-child {
    margin-bottom: 0;
}
/* ===Dealing Areas Section=== */
/* privecy Policy == */
.privacy-term-section {
    padding: 70px 0;
}
/* ===Call Us Section=== */
.call-us-section{
    padding: 60px 0;
}
.call-us-section .contact-info p{
    font-family: 'Lato-Medium';
    font-size: 16px;
    margin-bottom: 2px;
}
.call-us-section .contact-info h2{
    font-family: 'Lato-Medium';
    font-size: 40px;
    color: #333333;
}
.call-us-section .contact-info h2 a {
    font-family: 'Lato-Black';
    color: #302EBA;
}
.call-us-section .contact-info h6{
    font-family: 'Lato-SemiBold';
    font-size: 18px;
    color: #333;
}
.call-us-section .contact-info > a{
    display: inline-block;
    margin-top: 15px;
    font-family: 'Lato-SemiBold';
    font-size: 16px;
    color: white;
    text-transform: uppercase;
    background-color: #0D0D34;
    padding: 15px 30px;
    box-shadow: 0px 5px 5px #E3494A inset;
}
.call-us-section .review-icon:nth-child(1),
.call-us-section .review-icon:nth-child(2){
    margin-bottom: 40px;
}
.call-us-section .review-icon img{
    height: 63px;
}
/* ===Call Us Section=== */

@media(min-width: 992px){
    .blog-detail-section .left-box{
        width: 60.66%;
    }
    .blog-detail-section .sidebar{
        width: 36.66%;
    }
}
@media(min-width: 1400px) {
	.Instant-Offer .form2 > p {
		width: 270px;
	}
	.headingcontent p{
		width: 267px;
	}
	.hear-form .innerbox p{
	    width: 360px;
	}
}
@media(max-width: 1365px) {
    .mainmenu ul li a {
        padding-right: 29px;
    }

    .newyark1 a {
        font-size: 11px;
    }

    .mainmenu ul li:nth-last-child(2) a {
        padding-right: 50px !important;
    }
}

@media screen and (max-width: 1199px) {
    .about-us-section .about-text h1 {
        font-size: 35px;
    }
	
    .imghome h2 {
        font-size: 40px;
    }

    .mainmenu ul li a {
        padding-right: 10px;
    }

    .mainmenu ul li:nth-last-child(2) a {
        padding-right: 35px !important;
    }

    .Instant-Offer img {
        margin-top: 70px;
    }

    .Quick-Cash-form .btn {
        padding: 9px 30px;
    }

    .newhome h2 {
        font-size: 30px;
    }

    .imghome h1 {
        margin-top: 395px;
        font-size: 32px;
    }
    .items ul li {
        margin-left: 12px;
    }

    .newyark1 a {
        font-size: 11px;
    }

    .Cardian.page-faq {
        padding: 32px 0 60px;
    }
    .Instant-Offer .form2 > p {
        width: 85%;
    }
    .Instant-Offer .text h2 {
        font-size: 35px;
    }
    .Quick-Cash-form h2 {
        font-size: 40px;
    }
    .need-sell .text h6 {
        font-size: 17px;
    }
    .need-sell .text h3 {
        font-size: 24px;
    }
    .need-sell .text h3 .big {
        font-size: 26px;
    }
    .need-sell .text p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .need-sell .text a{    
        font-size: 18px;
    }
    .need-sell .end-text h3 {
        font-size: 28px;
    }
    .need-sell .end-text h3 .big {
        font-size: 36px;
    }
    .hear-form .end-text h3 {
        font-size: 30px;
    }
    .hear-form .end-text h3 .big{
        font-size: 38px;
    }
    body:not(.home) .imghome h2 {
        font-size: 32px;
    }
    .call-us-section .contact-info>a {
        margin-top: 10px;
    }
    .call-us-section .contact-info h2 {
        font-size: 35px;
    }
    .call-us-section .contact-info p {
        font-size: 14px;
    }
}
@media screen and (max-width: 1080px){
	.imghome h2{
	 font-size: 18px;
	}
	.imghome h1{
		font-size: 20px;
	}
	.headingcontent h5 {
		font-size: 18px;
	}
.headingcontent p {
    font-size: 12px;
	}
	.headingcontent .btn {
		font-size: 18px;
	}
	
}
@media screen and (max-width: 991px) {
    .mainmenu .menu {
        padding: 0 10px;
    }

    .bar1 {
        display: none;
    }

    .headingcontent {
        width: 100%;
    }

    .navbar {
        position: relative;

    }

    header .navbar-collapse {
        position: absolute;
        width: 200px;
        right: 0px;
        top: 55px;
        background: white;
        z-index: 10;
        box-shadow: 0px 0px 10px lightgray;
    }

    .sell-buy {
        left: 4px;
    }

    .Fair-Offer .faircontent {
        margin-bottom: 24px;
    }

    .Quick-Cash-form h2 {
        font-size: 30px;
        line-height: 1.5;
    }

    .Quick-Cash-form input {
        font-size: 14px;
    }

    .newhome h2 {
        font-size: 28px;
        line-height: 1.5;
    }

    .uppeer-footer .uperfootercontent1 {
        margin-bottom: 20px;
    }

    .headermanu .imghome {
        padding-left: 15px;
    }

    .imghome h2 {
        font-size: 22px;
    }
	.imghome h1{
		font-size: 18px;
	}

    .headingcontent h5 {
        font-size: 19px;
    }

    .headingcontent p {
        font-size: 13px;
    }

    .headingcontent .btn {
        font-size: 18px;
    }

    .Our-Process .text h3 {
        font-size: 25px;
    }

    .Our-Process .text h2 {
        line-height: 42px;
        font-size: 35px;
    }

    .Our-Process .imagess h6 {
        font-size: 16px;
    }

    .Instant-Offer .text img {
        margin-top: 50px;
        width: 350px;
    }

    .Cardian {
        padding-top: 25px;
    }

    .Fair-Offer {
        padding: 30px 0 5px;
    }

    .headermanu .imghome {
        padding-top: 132px;
    }

    .mainmenu ul li:last-child a {
        background-color: white;
        color: black !important;
        font-family: 'Lato-Regular';
        padding: 0 !important;
    }

    .mainmenu ul li {
        display: block;
    }

    .nav1 ul li a {
        line-height: 44px !important;
    }

    .navbar {
        position: relative;
    }

    .Quick-Cash-form .form-group {
        margin-left: 0px;
    }

    .inner-banner {
        padding: 80px 0;
    }

    .swiper {
        width: 100%;
    }

    .imghome h1 {
        margin-top: 340px;
        padding: 15px 35px;
        font-size: 22px;
    }
    .hear-form .innerbox {
        padding-right: 50px;
    }

    .official h2,
    .official1 h2,
    .official22 h2 {
        color: white;
        font-size: 18px;
        font-family: Lato-Semibold;
        margin-top: 50px;
    }

    .choose-us.get-choose-us {
        padding: 50px 0;
    }

    .Cardian.page-faq {
        padding: 32px 0 60px;
    }
    
    .featured-blog {
        padding: 60px 0 52px;
    }
    .featured-blog .text h5 {
        font-size: 18px;
    }
    .featured-blog .text p {
        font-size: 14px;
    }
    .featured-blog .text h6 {
        font-size: 14px;
        background-size: 20px;
        padding-left: 30px;
    }
    
    .latest-blogs .title h3 {
        margin-bottom: 26px;
        font-size: 27px;    
    }
    .latest-blogs .paginate-pagination {
        padding: 18px 0 62px;
    }
    
    .blog-detail-section .main-content {
        padding: 35px 0;
    }
    .blog-detail-section .main-content .main-img {
        margin-bottom: 20px;
    }
    .blog-detail-section .main-content .left-box h4 {
        font-size: 20px;
    }
    .blog-detail-section .main-content .left-box h5 {
        font-size: 17px;
        width: 100%;
    }
    .blog-detail-section .main-content .left-box p,
    .blog-detail-section .main-content .left-box ul li{
        font-size: 13px;
    }
    .blog-detail-section .main-content .left-box h6 {
        font-size: 15px;
        width: 100%;
    }
    .blog-detail-section .faq-accordion {
        padding: 25px 0;
    }
    .blog-detail-section .faq-accordion .title h2 {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .blog-detail-section .related-blogs-box {
        padding: 15px 15px 5px;
    }
    .blog-detail-section .related-blogs-box .img{
        padding-right: 1rem;
        margin-bottom: 10px;
    }
    .blog-detail-section .related-blogs-box .text h6 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .blog-detail-section .related-blogs-box .text p {
        font-size: 13px;
    }
    body:not(.home) .imghome h2 {
        font-size: 20px;
    }
    .location-map .flag-box h5 {
        font-size: 18px;
        top: 32px;
        left: 117px;
    }
    .location-map .inner-box {
        top: 107px;
        left: 106px;
    }
    .location-map .inner-box h4{
        font-size: 23px;
        margin-bottom: 5px;
    }
    .location-map .inner-box p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .cash-buyer-in-location {
        padding: 52px 0;
    }
    .cash-buyer-in-location .start-text h2 {
        font-size: 30px;
        margin-bottom: 7.5px;
    }
    .cash-buyer-in-location p {
        font-size: 16px;
        margin-bottom: 38px;
    }
    .dealing-areas .inner-box h5 {
        font-size: 19px;
    }
    .dealing-areas .inner-box ul li {
        font-size: 14px;
    }
    .call-us-section {
        padding: 30px 0;
    }
    .call-us-section .contact-info h2 {
        font-size: 30px;
    }
    .call-us-section .contact-info h6 {
        font-size: 15px;
    }
    body.page-id-641 .location-map .inner-box {
        top: 88px;
        left: 103px;
    }
    body.page-id-641 .location-map .inner-box ul li {
        font-size: 9px;
    }
}

@media screen and (max-width: 768px) {
	.headingcontent{
		margin-right:0px;
	}
    .bar1 {
        height: auto;

    }
	.location-map .inner-box h4{
		font-size: 16px;
	}

    .mainmenu ul li {
        display: block;
    }

    .nav1 ul li a {
        line-height: 44px !important;
    }

    .headermanu .imghome {
        padding-left: 11px;
    }

    .headermanu .imghome {
        padding-top: 0px;
    }

    .bar2 p {
        font-size: 15px;
        text-align: center;

    }

    .headingcontent p {
        font-size: 14px;
    }

    header .items ul {
        float: none;
    }

    .navbar {
        position: relative;

    }

    .Our-Process .text1 h6 {
        font-size: 11px;
    }

    .Our-Process .imagess.active img {
        transform: none;
        margin-top: 0;
    }
    .Our-Process .text h6 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .Our-Process .imagess h6 {
        font-size: 20px;
        margin-top: 20px!important;
        margin-bottom: 12px;
    }

    .Our-Process .imagess {
        display: none;
    }

    .Our-Process .imagess.active {
        display: block;
        margin-top: 0;
    }

    .bar1 {
        display: none;
    }

    .uperfootercontent1 {
        margin-bottom: 20px;
    }

    .headingcontent {
        width: 100%;
    }

    .imghome h1 {
        font-size: 3.7vw;
        margin-top: 20px;
    }

    .imghome h2 {
/*         font-size: 4.7vw; */
        padding: 14px 32px;
    }

    .swiper-pagination {
        width: 346% !important;
    }

    .Quick-Cash-form .form-group {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 10px;
    }

    .selling {
        font-size: 12px;
    }

    .disabled {
        border: 0px;
        font-family: Lato-Medium;
        font-size: 12px;
        background-color: white;
        color: rgba(0, 0, 0, .5) !important;
    }


    .sell-buy {
        position: relative;
        top: 24px;
        left: 0px;
    }

    .headermanu {
        padding-bottom: 25px;
    }

    .headingcontent {
        margin-top: 25px;
    }

    .Fair-Offer .faircontent {
        margin-bottom: 28px;
    }

    .Our-Process {
        padding-bottom: 40px;
        padding-top: 20px;
    }

    .Our-Process .text h3 {
        font-size: 18px;
    }

    .Our-Process .text h2 {
        font-size: 20px;    
        line-height: 1.3;
    }
    .Our-Process .text h5 {
        font-size: 15px;
    }
    .Instant-Offer .text h2 {
        font-size: 30px;
        text-align: center;
    }

    .Instant-Offer .text p {
        font-size: 14px;
        text-align: center;
    }

    .Instant-Offer img {
        display: none;
    }

    .any-condition .box2 p {
        margin-top: 13px;
        padding-bottom: 16px;

    }

    .Instant-Offer .form2 {
        margin: 40px 0px;
        padding-bottom: 21px;
    }

       .any-condition h2 {
        font-size: 14px;
    }

    .any-condition h2 span {
        font-size: 20px;
    }

    .any-condition .box2 img {
        width: 23%;
        padding-top: 16px;
    }

    .any-condition .box2 p {
    font-size: 14px;
    color: white;
    text-align: center;
    font-family: 'Lato-Medium';
    padding-top: 0px;
    margin-bottom: 0;
}

    .any-condition .box3 img {
        width: 23%;
    }

    .any-condition .box3 p {
        margin-top: 17px;
    }

    .Quick-Cash-form h2 {
        font-size: 20px;
        padding-left: 0px;
        text-align: center;
        line-height: 33px;
        margin-bottom: 10px;
    }
    .Quick-Cash-form h2 br{
        display: none;
    }

    .Cardian .HeadingFAQ h1 {
        font-size: 17px;
    }

    .Quick-Cash-form input {
        position: relative;
        padding: 0;
        font-size: 12px;
    }

    .Quick-Cash-form .btn {
        font-size: 20px;
    }

    .slider .toptext h2 {
        font-size: 25px;
    }

    .slider .carousel-item p {
        width: 100%;
        padding-top: 20px;
    }

    .carousel-indicators li img {
        width: 47px;
        z-index: 90000;
        position: absolute;
        left: 36px;
        top: -13px;
    }

    .Cardian {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .Cardian .HeadingFAQ h2 {
        font-size: 18px;
        padding-bottom: 0;
        margin-bottom: 10px;
    }

    .Cardian .HeadingFAQ h1 {
        font-size: 22px;
        padding-bottom: 15px;
        margin-bottom: 0;
    }

    .Cardian .HeadingFAQ h2 span {
        font-size: 25px;
        line-height: 64px;
    }

    .newhome {
        padding: 15px 0;
    }

    .newhome h2 {
        font-size: 20px;
        line-height: 1.8;
        margin-top: 0px;
    }

    .newhome h2 br {
        display: none;
    }

    .swiper {
        width: auto;
    }

    .swiper-slide {
        font-size: 14px !important;
    }

    .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
        display: none;
    }

    .GoogleMap {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .uppeer-fooetr .uperfootercontent1 {
        margin-bottom: 35px;
    }

    .newyark p {
        font-size: 14px;
        text-align: center;
        margin-left: 35px;
    }

    .form3 {
        margin-left: 0px;
    }

    footer {
        margin-top: 0px;
        padding-top: 0px;
    }

    .emailicons {
        margin-top: 0px;
        width: 98%;
        margin-left: 3px;
    }

    footer h1 {
        font-size: 26px;
        margin-top: 0px;
    }

    footer button {
        margin-bottom: 23px;
        margin-left: 0px;
        height: 56px;
    }

    .socilaicons {
        text-align: center;
        display: block;
    }

    .official h2 {
        margin-top: 20px;
    }

    .official {
        text-align: left;
        display: block;
    }

    .line {
        text-align: left;
        display: block;
        margin: 0;
    }

    .official1 h2 {
        margin-top: 20px;
    }

    .footermanu {
        float: none;
    }

    .official1 .btn {
        font-size: 14px;
    }

    .footerBottum p {
        font-size: 12px;
    }

    .Fair-innerlogo {
        margin-bottom: 22px;
    }

    .inner-banner {
        padding: 40px 0;
    }

    .inner-banner h1 {
        font-size: 25px;
    }

    .inner-banner p {
        font-size: 16px;
    }
    .hear-form .innerbox {
        padding-right: 0px;
    }

    .hear-form .innerbox h2 {
        font-size: 20px;
    }

    .hear-form .innerbox p {
        font-size: 14px;
        padding-right: 16px;
        line-height: 27px;
    }

    .hear-form .innerbox .adress ul li:nth-child(1) {
        font-size: 14px;
    }

    .hear-form .innerbox .adress ul li:nth-child(2) {
        font-size: 14px;
    }

    .hear-form .innerbox .adress ul li:nth-child(3) {
        font-size: 14px;
        padding-right: 3px;
        line-height: 23px;
    }

    .container-fluid {
        width: 100%;
    }

    .hear-form {
        padding: 35px 0 10px;
    }



    .slider .swiper-pagination-bullet-active {
        transform: translateX(0%) !important;
    }

    .slider {
        padding: 30px 0 20px;
    }

    .slider .swiper {
        padding-top: 26px !important;
    }

    .swiper-button-next, .swiper-button-prev {
        top: 256px !important;
    }

    .Instant-Offer .text {
        padding-top: 30px;
    }

    .any-condition .content1122 {
        margin: 30px -15px 0;
    }

    .Quick-Cash-form {
        padding: 25px 0px;
    }

    .Our-Process .text1 {
        padding-top: 15px;
    }

    .form-hear h2 {
        font-size: 20px;
    }

    .newhome-get {
        padding: 20px 0 15px;
    }

    .newhome-get .title h2 {
        font-size: 25px;
    }

    .newhome-get .title {
        margin-bottom: 10px;
    }

    .newhome-get .text p {
        font-size: 13px;
    }

    .newhome-get .text {
        margin-bottom: 22px;
    }

    .newhome-get .textarea1 {
        margin-bottom: 15px;
    }

    .choose-us.get-choose-us {
        padding: 35px 0;
    }

    .slider .swiper-pagination~img {
        top: 68%;
    }

    .Cardian.page-faq {
        padding: 32px 0 60px;
    }

    .Our-Process .text h3 {
        margin-bottom: 5px;
    }

    .need-sell {
        padding: 40px 0 15px;
    }   
    .need-sell .text h6 {
        font-size: 15px;
    } 
    .need-sell .text h3 {
        font-size: 20px;
    }
    .need-sell .text h3 .big {
        font-size: 22px;
    }
    .need-sell .text p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .need-sell .text a {
        font-size: 16px;
        padding: 10px 25px;
    }
    .need-sell .end-text {
        margin-top: 35px;
    }
    .need-sell .end-text h3 {
        font-size: 22px;
    }
    .need-sell .end-text h3 .big {
        font-size: 28px;
    }
    .hear-form .end-text {
        margin-top: 40px;
    }
    .hear-form .end-text h3 {
        font-size: 22px;
    }
    .hear-form .end-text h3 .big {
        font-size: 28px;
    }
    
    .featured-blog {
        padding: 40px 0 35px;
    }
    .featured-blog .img{
        margin-bottom: 15px;
    }
    
    .latest-blogs .title h3 {
        margin-bottom: 17px;
        font-size: 22px;
    }
    .latest-blogs .inner-box h5 {
        font-size: 16px;
    }
    .latest-blogs .inner-box p {
        font-size: 12px;
    }
    .latest-blogs .inner-box h6 {
        font-size: 14px;
        background-size: 18px;
        padding-left: 23px;
    }
    .latest-blogs .paginate-pagination {
        padding: 12px 0 40px;
    }
    .latest-blogs .paginate-pagination ul li:not(:last-child) {
        margin-right: 20px;
    }
    
    .blog-detail-section .sp-easy-accordion>.sp-ea-single>.ea-header a {
        width: 92%;
        font-size: 14px;
    }
    .blog-detail-section .sp-easy-accordion>.sp-ea-single.ea-expand>.ea-header a {
        font-size: 16px;
    }
    .blog-detail-section .sp-easy-accordion>.sp-ea-single>.ea-header i {
        right: -8%;
    }
    .blog-detail-section .sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body p{
        font-size: 12px;
    }
    .thank-you-banner {
        padding: 50px 0 40px;
    }
    .thank-you-banner .text h1 {
        font-size: 45px;
        margin-bottom: 20px;
    }
    .thank-you-banner .text p {
        font-size: 15px;
    }
    .thank-you-banner .text a {
        font-size: 18px;
        padding: 10px 90px;
        margin-top: 20px;
    }
    body:not(.home) .imghome h2 {
        font-size: 20px;
        padding: 14px 12px;
    }
    .location-map {
        padding: 35px 0 25px;
    }
    .location-map .flag-box {
        margin-top: 0px;
    }
    .location-map .flag-box h5 {
        top: 49px;
        left: 189px;
    }
    .location-map .inner-box {
        top: 158px;
        left: 150px;
    }
    .cash-buyer-in-location {
        padding: 35px 0;
    }
    .cash-buyer-in-location p {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .cash-buyer-in-location .textbox{
        text-align: center;
    }
    .call-us-section .contact-info{
        text-align: center;
        margin-bottom: 15px;
    }
    body.page-id-641 .location-map .inner-box {
        top: 132px;
        left: 140px;
    }
    .imghome h2 {
        font-size: 16px;
		width: 100%;
    }
.selling-offer .form-control {
    border-color: #465666;
    padding: 5px 20px;
}
.Fair-Offer .Fair-Offertext h6 {
    font-size: 14px;
}
.any-condition h3 {
    font-size: 20px;
}
.any-condition .box2 {
    background: #302EBA;
    padding: 10px 0px;
	}
	.form-hear{
		margin-top: 30px;
	}

}
@media(max-width:539px) {
    .location-map .flag-box h5 {
        top: 39px;
        left: 144px;
    }
    .location-map .inner-box {
        top: 130px;
        left: 130px;
    }
    body.page-id-641 .location-map .inner-box {
        top: 110px;
        left: 130px;
    }
.flex_input p {
    display: flex;
    margin: 0 auto;
    flex-direction: column;
}
.Quick-Cash-form .wpcf7-form-control-wrap {
    margin: 0;
    padding: 13px 0;
}
}
@media(max-width:409px) {
    .swiper-button-next, .swiper-button-prev {
        top: 280px !important;
    }
    .location-map .flag-box h5 {
        top: 37px;
        left: 131px;
    }
    .location-map .inner-box {
        top: 117px;
        left: 120px;
    }
    body.page-id-641 .location-map .inner-box {
        top: 105px;
        left: 120px;
    }
}

@media(max-width:374px) {
	    .imghome h2 {
        font-size: 16px;
    }

    .slider .swiper-pagination-bullet-active {
        transform: translateX(-20%) !important;
    }

    .swiper-button-next, .swiper-button-prev {
        top: 295px !important;
    }

    .newhome-get .title h2 {
        font-size: 21px;
    }
    
    .blog-detail-section .sp-easy-accordion>.sp-ea-single>.ea-header i {
        transform: scale(.9) translateY(-50%);
        margin-left: auto;
        margin-right: 0!important;
        right: -6%;
        position: absolute;
    }
    .location-map .flag-box h5 {
        top: 33px;
        left: 117px;
    }
    .location-map .inner-box {
        top: 107px;
        left: 106px;
    }
    body.page-id-641 .location-map .inner-box {
        top: 97px;
        left: 104px;
    }
}
@media(max-width: 359px){
    .location-map .flag-box h5 {
        font-size: 15px;
        top: 28px;
        left: 106px;
    }
    .location-map .inner-box {
        top: 75px;
        left: 95px;
    }
    .location-map .inner-box h4 {
        font-size: 13px;
        margin-bottom: 0px;
    }
    .location-map .inner-box p {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .location-map .inner-box ul li:not(:last-child) {
        margin-bottom: 10px;
    }
	.location-map .inner-box img{
		width:15px;
		margin-right: 10px;
	}
    body.page-id-641 .location-map .inner-box {
        top: 81px;
        left: 90px;
        width: 206px;
    }
    .location-map .inner-box ul li img {
        margin-right: 5px;
    }
}

.owl-item.active~.owl-item.active {
    transform: scale(1.1);
}

.owl-item.active~.owl-item.active~.owl-item.active {
    transform: scale(1.0);
}

/*==============Media Queries ==================*/
@media(min-width:992px) {
    .any-condition .box2content {
        max-width: 20%;
        flex: 0 0 20%;
    }
}

/*==============Media Queries ==================*/


.video-background{
/* 	padding:25px 0px; */
}

.slider .item{
	 padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 20px;
    margin: 20px;
	background: white;
}

.slider .owl-dots{
	 margin: 0 auto;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.slider .owl-dot.active{
	  width: 10px;
    height: 10px;
    border-radius: 20px;
    background: #302EBA !important;
}
.slider .owl-dot{
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background: gray !important;
    margin-right: 10px !important;	
}
.slider .owl-nav{
	display: none;
}
.owl-item.active~.owl-item.active.center .item{
	background:#302EBA;
	color:white;
}

.Our-Process .imagess.active{
	  transform: scale(1);
    transition: all .75s ease;
}
