@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&family=Playfair+Display:wght@400;500;600;700&display=swap');

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
}
h1.logotext sup {
    font-size: 7px;
    position: relative;
    top: -17px;
}
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif;
}

@keyframes scaleFadeInOut {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0);
        opacity: 0;
    }
}

/* header*/

.mainheader {
    background: #222026;
    padding: 15px 0;
}

.mainheader .navbar {
    background: transparent !important;
    color: #fff;
    padding: 0;
}

.mainheader nav.navbar li.nav-item a {
    color: #fff;
    padding: 0 10px;
    font-size: 15px;
}

.mainheader .navbar .navbar-brand {
    padding: 0;
}

.mainheader h1.logotext {
    font-size: 32px;
    color: #fff;
    line-height: 1;
    margin-bottom: 7px;
}

.mainheader p.logosubtext {
    font-size: 15px;
    color: #c7c7c7;
    line-height: 1;
}

.mainheaderin {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headrighbox {
    background: #2d2b31;
    border: 2px solid #642b77;
    border-radius: 10px;
    box-shadow: 2px 3px 21px -6px rgba(102, 22, 117, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 13px 16px;
}

.headrighbox p {
    line-height: 1;
    font-size: 16px;
}

.headrighbox p.topheadbox {
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 0.6px;
    font-size: 14px;
}

.headrighbox p.bottomheadbox {
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.headrighbox p.bottomheadbox span {
    font-weight: bold;
}

.headylw {
    color: #EAD8C0;
}

span.blueclr {
    color: #5c246e;
}

img.rightimage {
    width: 100%;
    max-width: 90%;
}

.rightbaner {
    text-align: right;
}

section.bannersec {
    padding: 80px 0;
}

.bannersec h2.lefthead {
    font-size: 52px;
    line-height: 60px;
    margin-bottom: 35px;
    font-weight: 600;
}

.bannersec p.leftabnnerpara {
    font-size: 18px;
    color: #A78977;
    margin-bottom: 42px;
    max-width: 92%;
    line-height: 30px;
}

img.profileimg {
    width: 100%;
}

h4.provenhead {
    text-align: center;
    color: #661675;
    font-weight: 600;
    font-size: 38px;
    margin-bottom: 40px;
}

.micsec {
    display: flex;
    align-items: center;
}

span.greendot {
    width: 7px;
    height: 7px;
    background: #53a551;
    display: inline-block;
    margin: 0 6px;
    border-radius: 50px;
    animation: scaleFadeInOut 1s ease-in-out infinite;
}

.reviewsbox img {
    max-width: 100%;
}

.reviewsbox img.starimg {
    max-width: 100px;
    margin: 15px 0 20px 0;
}

section.claimsec {
    background: #242128;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMjQyMTI4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU1M2I2MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-45deg, #242128 0%, #553b60 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #242128), color-stop(100%, #553b60));
    background: -webkit-linear-gradient(-45deg, #242128 0%, #553b60 100%);
    background: -o-linear-gradient(-45deg, #242128 0%, #553b60 100%);
    background: -ms-linear-gradient(-45deg, #242128 0%, #553b60 100%);
    background: linear-gradient(135deg, #242128 0%, #553b60 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#242128', endColorstr='#553b60', GradientType=1);
    padding: 60px 0;
}

.claimrightimg img {
    width: 100%;
    border: 2px solid #d4c6b1;
    border-radius: 30px;
}

.claimleft h4 {
    font-weight: 500;
    font-size: 50px;
    color: #fff;
    line-height: 1;
    margin-bottom: 10px;
}

.claimleft {
    text-align: center;
}

a.callnowbtn {
    display: inline-block;
    background: linear-gradient(135deg, #661675, #5E3C67);
    color: #fff;
    padding: 13px 40px;
    border: none;
    border-radius: 35px;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    transition: all 0.25s ease-out;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(102, 22, 117, 0.20);
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px;
}

span.greendotbtn {
    width: 10px;
    height: 10px;
    background: #53a551;
    display: inline-block;
    margin: 0;
    border-radius: 50px;
    margin-right: 10px;
    position: relative;
    top: -1px;
    animation: scaleFadeInOut 1s ease-in-out infinite;
}

span.colortxt {
    color: #e7d9c3;
}

.trustbig h3.sechead {
    text-align: center;
    color: #661675;
    font-weight: 600;
    font-size: 38px;
    margin-bottom: 30px;
}

.trustbig p.secsubhade {
    text-align: center;
    color: #A78977;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 15px; 
}
 
.trustitem {
    width: 25%;
    background: #f1e7e3;
    border: 1px solid #cfc5c1;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 15px;
    justify-content: space-between;
    padding: 30px;
    text-align: center;
}

.trustitem img.starimg {
    max-width: 200px;
    margin: 0;
}

.trustparts {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.trustitem h4 {
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 40px;
    color: #671675;
}
.trustitem p {
    /* color: #907464; */
    color: #000;
    line-height: 1;
    margin-top: 17px;
    font-size: 16px;
    font-weight: 500;
}

.trustitem img.flagimg {
    max-width: 50px;
    position: relative;
    top: 18px;
}

.testiwrapper {
    max-width: 800px;
    margin: 50px auto 0 auto;
    background: #f1e7e3;
    border: 1px solid #cfc5c1;
    border-radius: 15px;
    padding: 30px;
}
.testiitem {
    display: flex !important;
    align-items: center;
    cursor: pointer;
}

.testimg img {
    max-width: 80px;
}

.testimg,.testimg-icon {
    margin-right: 20px;
}
.testimg-icon span{
    background: #ead8c0;
    color: #000;
    font-size: 30px;
    font-weight: 600;
    border-radius: 50%;
    height: 67px;
    width: 67px;
    display: flex;
    justify-content: center;
    align-items: center;
  
}
.testidetails h5.testicontent {
    font-size: 19px;
    font-style: italic;
    margin-bottom: 20px;
    line-height: 27px;
    color: #232026;
    font-weight: 300;
}

.testidetails p.testiauthor {
    color: #661675;
    font-weight: 600;
    font-size: 17px;
}

img.profileimg {
    width: 100%;
}

section.realpeople {
    background: #f1e7e3;
    padding: 60px 0;
    margin-top: 70px;
}

.realpeople h4.realpplhead {
    text-align: center;
    color: #661675;
    font-weight: 600;
    font-size: 38px;
    margin-bottom: 40px;
}

.realpeoplein {
    max-width: 650px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}

.realpeople span.tabpill {
    background: transparent;
    color: #661675;
    border: 2px solid #661675;
    padding: 10px 20px;
    border-radius: 35px;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
}

.realpeople .peopletab {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.realpeople span.tabpill:nth-child(2) {
    margin: 0 12px;
}

.realpeople span.tabpill.active {
    background: #661675;
    color: #fff;
}

.micsec {
    display: flex;
    align-items: center;
}

.micbox {
    width: 140px;
    height: 140px;
    border-radius: 200px;
    background: #572668;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-shadow: 0px 0px 20px 3px rgba(102, 22, 117, 0.3);
}

.micbox img {
    max-width: 55px;
}

.micleft {
    margin-right: 20px;
}

.micright p {
    line-height: 24px;
    text-transform: uppercase;
    font-size: 18px;
    color: #232026;
    font-weight: 700;
}

.micright h5 {
    font-family: 'Montserrat';
    text-transform: uppercase;
    line-height: 1;
    color: #572668;
    font-weight: bold;
    font-size: 30px;
    margin: 7px 0;
}

.agentbox span {
    font-size: 12px;
}

.agentbox {
    line-height: 1;
    display: flex;
    align-items: center;
    margin-top: 13px;
}
.agentbox  span.agebt {
    font-weight: 600;
}

.reviewsbox img {
    max-width: 100%;
}

img.starimg {
    max-width: 100px;
    margin: 15px 0 20px 0;
}

.authordet {
    display: flex;
    align-items: center;
}

.authorimg img {
    max-width: 60px;
}

.authordet {}

.authorimg {
    margin-right: 10px;
}

.authorname p {
    color: #593d64;
    font-weight: 600;
    font-size: 17px;
}

p.ratingdetails {
    font-family: 'Playfair Display';
    font-style: italic;
    font-size: 16px;
    line-height: 27px;
    font-weight: 500;
    color: #232026;
}

.reviewsbox {
    background: #fff;
    margin-bottom: 20px;
    border: 1px solid #cfc5c1;
    border-radius: 20px;
    padding: 40px;
    min-height: 280px;
    box-shadow: 0 8px 25px rgba(35, 32, 38, 0.06);
}

span.colortxt {
    color: #e7d9c3;
}

.claimrightimg {
    position: relative;
    right: 50px;
}

span.claimtoptxt {
    position: absolute;
    right: -29px;
    top: -17px;
    background: #5a3b66;
    color: #fff;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    border-radius: 100px;
    padding: 10px;
    box-shadow: 0px 1px 21px 2px rgba(0, 0, 0, 0.3);
}

.footertext {
    text-align: center;
    margin-top: 50px;
}

.footertext p {
    color: #A78977;
    font-size: 17px;
    line-height: 26px;
}

.footertext p span {
    color: #fff;
    font-weight: bold;
}

/* responsive */
@media (max-width: 1400px) {
    img.rightimage {
        width: 100%;
        max-width: 100%;
    }

    .claimleft {
        padding-left: 30px;
    }

    .claimrightimg {
        right: 10px;
    }

    .claimleft h4 {
        font-size: 45px;
    }
}
@media (max-width: 1200px) {
    br.dbr {
        display: none;
    }
    .bannersec h2.lefthead {
        font-size: 37px;
        line-height: 46px;
    }
    .claimleft h4 {
        font-size: 35px;
    }
    .trustitem {
        padding: 20px;
    }
}
@media (max-width: 991.5px) {
    .first {
        order: 1;
    }

    .second {
        order: 0;
    }
    section.bannersec {
        padding: 40px 0 60px 0;
    }
    .leftabnnerpara {
        margin-top: 20px;
    }
    .rightbaner {
        text-align: center;
    }
    img.rightimage {
        width: 100%;
        max-width: 400px;
    }
        .claimleft h4 {
        font-size: 28px;
    }
    a.callnowbtn {
        font-size: 15px;
    }
    .trustparts {
        flex-wrap: wrap;
        gap:0;
    }
    .trustitem {
        width: 47%;
        margin-bottom: 20px;
        margin-right: 18px;
    }
    span.claimtoptxt {
        font-size: 15px;
    }
}
@media (max-width: 767.5px) {
    .trustitem:nth-child(even) {
        margin-right: 0;
        width: 48%;
    }
}
@media (max-width: 520.5px) {
    .mainheader h1.logotext {
        font-size: 18px;
    }
    .logowarpper {
        width: 40%;
    }
    .mainheader p.logosubtext {
       font-size: 13px;
    }
    .headrighbox p.topheadbox {
        font-size: 13px;
    }
    .headrighbox p.bottomheadbox {
        font-size: 13px;
    }
    img.rightimage {
        max-width: 80%;
    }
    .bannersec h2.lefthead {
        font-size: 30px;
        line-height: 41px;
        margin-bottom: 14px;
    }
    .bannersec p.leftabnnerpara {
        font-size: 18px;
        margin-bottom: 28px;
        line-height: 25px;
        width: 100%;
    }
    .micbox {
        width: 100px;
        height: 100px;
    }
    .micbox img {
        max-width: 35px;
    }
    .micright p {
        line-height: 22px;
        font-size: 17px;
    }
    .micright h5 {
        font-size: 29px;
        margin: 4px 0;
    }
    .trustbig h3.sechead {
        font-size: 30px;
        line-height: 40px;
    }
    .trustitem {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .trustitem:nth-child(even) {
        margin-right: 0;
        width: 100%;
    }
    .realpeople h4.realpplhead {
        font-size: 30px;
        line-height: 40px;
    }
    .testiitem {
        flex-direction: column;
    }
    .claimrightimg {
        right: 0;
        text-align: center;
    }
    .claimrightimg img {
        width: 100%;
        max-width: 80%;
    }
    .claimrightimg {
        margin-top: 50px;
    }
    span.claimtoptxt {
        font-size: 15px;
        right: 15px;
        top: -30px;
    }
}
@media (max-width: 480px) {
    .headrighbox p.bottomheadbox {
        font-size: 11px;
    }
    .headrighbox p.topheadbox {
        font-size: 12px;
        margin-bottom: 8px;
    }
    .headbtnwrap {
        display: none;
    }
    .logowarpper {
        width: 100%;
        text-align: center;
    }
    img.rightimage {
        max-width: 90%;
    }
    .leftbanner {
        margin-top: 22px;
    }
    .bannersec h2.lefthead {
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 12px;
    }
    .bannersec p.leftabnnerpara {
        font-size: 16px;
        margin-bottom: 28px;
        line-height: 25px;
        max-width: 100%;
    }
    .micbox {
        width: 90px;
        height: 90px;
    }
    .micright p {
        line-height: 20px;
        font-size: 15px;
    }
    .micright h5 {
        font-size: 25px;
        margin: 4px 0 0 0;
    }
    .agentbox {
        margin-top: 7px;
    }
    section.bannersec {
        padding: 40px 0 50px 0;
    }
    .trustbig h3.sechead {
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    .trustbig p.secsubhade {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .trustitem {
        min-height: 130px;
    }
    .testimg {
        margin-right: 0; 
        margin-bottom: 20px;
    }
    .testimg-icon{
        background: #ead8c0;
    color: #000;
    font-size: 30px;
    font-weight: 600;
    border-radius: 50%;
    height: 70px;
    width: 165px;
    display: flex;
    justify-content: center;
    align-items: center;
        margin-right: 20px;
    }

    .testidetails h5.testicontent {
        font-size: 17px;
        margin-bottom: 26px;
        line-height: 27px;
    }
    .testidetails p.testiauthor {
        font-size: 16px;
    }
    .realpeople h4.realpplhead {
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 25px;
    }
    .reviewsbox {
        padding: 20px;
        min-height: auto;
    }
    section.realpeople {
        padding: 40px 0;
        margin-top: 50px;
    }
    .testiwrapper {
        margin: 30px auto 0 auto;
    }
    .authorname p {
        font-size: 16px;
    }
    .authorimg {
        margin-right: 6px;
    }
    .authorimg img {
        max-width: 50px;
    }
    .claimleft h4 {
        font-size: 24px;
    }
    section.claimsec {
        padding: 40px 0;
    }
    .claimleft {
        padding-left: 0;
    }
    a.callnowbtn {
        font-size: 14px;
        padding: 17px 20px;
        margin-bottom: 0;
    }
    span.claimtoptxt {
        font-size: 13px;
        right: 15px;
        top: -30px;
        line-height: 19px;
        width: 90px;
        height: 90px;
    }
    .footertext p {
        font-size: 15px;
        line-height: 23px;
    }
    img.rightimage {
        max-width: 98%;
    }
    section.bannersec {
        padding: 17px 0 50px 0;
    }
}
@media (max-width: 350px) {
    .micright p {
        line-height: 18px;
        font-size: 14px;
    }
    .micright h5 {
        font-size: 23px;
        margin: 4px 0 0 0;
    }
    .agentbox span {
        font-size: 11px;
    }
    .claimleft h4 {
        font-size: 22px;
    }
    a.callnowbtn {
        font-size: 13px;
        padding: 17px 20px;
        margin-bottom: 0;
    }
}