@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
}



.topbarhead .content .image{
    position: relative;
}
/* .topbarhead .content .image::before{
    height: 355px;
    width: 355px;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    background-color: #6bc1e5;
    border-radius: 500px;
} */
.topbarhead .content .image img{
    position: relative;
}
.topbarhead .content .inner h1{
    font-size: 46px;
    line-height: 1;
    font-weight: 900;
    color: #005eb7;
    margin-bottom: 20px;
}
.topbarhead .content .inner h1 span{
    color: #fb962f;
}
.topbarhead .content .inner h3{
    font-size: 18px;
    font-weight: 700;
    color: #005eb7;
    margin-bottom: 20px;
}
.topbarhead .content .inner a {
    color: #ffffff;
    padding: 2px 10px;
    font-weight: 700;
    font-size: 30px;
    display: inline-block;
    text-decoration: none;
    background-color: #fb962f;
    border-radius: 100px;
}
.topbarhead .content .newinner {
    background-color: #005eb7;
    padding: 40px 74px;
    border-radius: 40px;
    text-align: center;
    margin: 0px 60px 20px;
}
.topbarhead .content .newinner h2{
    font-size: 46px;
    line-height: 1;
    font-weight: 900;
    color: #ffffff;
}
.topbarhead .content .newinner h2 span{
    color: #fb962f;
}
.topbarhead .content .contentpraghraph{
    padding: 40px 20px;
    border: 8px solid #6bc1e5;
    border-radius: 40px;
}
.topbarhead .content .contentpraghraph p{
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 24px;
}
.topbarhead .content .contentpraghraph p:last-child{
    margin-bottom: 0px;
}
.topbarhead,
.formcontent,
.california_residents,
.bottomcontent {
    margin: 40px 0px;
}

.formcontent .form{
    border: 5px solid #fb962f;
}

.formcontent .content {
    background-color: #005eb7;
    padding: 20px;
    /* height: 100%; */
}
.formcontent .content h3{
    color: #ffffff;
    text-align: center;
    font-weight: 300;
}
.formcontent .content h1{
    font-size: 46px;
    line-height: 1;
    font-weight: 900;
    color: #ffffff;
    text-align: center;
}
.formcontent .content h1 span{
    color: #fb962f;
}
.formcontent .content ul{
    margin-bottom: 0px;
    margin-top: 30px;
    padding-left: 0px;
}
.formcontent .content ul li{
    text-align: start;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 300;
}
.formcontent .content ul li span{
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 10px; */
    height: 28px;
    width: 28px;
    border-radius: 0px 10px 0px 10px;
    background-color: #fb952e;
    color: #005db6;
    line-height: 1;
    font-weight: 900;
    font-size: 18px;
}
.formcontent .content .innercontent{
    font-size: 18px;
    color: #ffffff;
    margin: 40px 0px;
    border-top: 4px solid #ffffff;
    border-bottom: 4px solid #ffffff;
    padding: 20px;
    text-align: center;
    font-weight: 300;
}
.formcontent .content .innercontent strong{
    font-weight: 700;
}
.formcontent .content .card-box{
    position: relative;
}
.formcontent .content .card-box .main-card{
    background-color: #ffffff;
    border-radius: 20px;
    margin-left: 100px;
}
.formcontent .content .card-box .main-card h3{
    color: #005db6;
    font-size: 24px;
    padding-top: 10px;
    margin-bottom: 0px;
    padding-left: 40px;
}
.formcontent .content .card-box .main-card h1{
    color: #005db6;
    font-size: 32px;
    text-align: center;
    padding-left: 40px;
}
.formcontent .content .card-box .main-card .logos{
    border-top: 3px solid #fb952e;
    border-bottom: 3px solid #fb952e;
    padding: 10px 10px 10px 150px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin: 10px 0px;
}
.formcontent .content .card-box .main-card .logos .box img{
    height: 60px;
    object-fit: contain;
}
.formcontent .content .card-box .main-card p {
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    color: #005db6;
    padding: 0px 20px 10px 160px;
}

.formcontent .content .card-box .left-image {
    position: absolute;
    bottom: 0px;
    left: -30px;
    width: 285px;
}


.california_residents .contant{
    padding: 40px;
    border-radius: 20px;
    position: relative;
    background-image: url(https://freephonesim.com/assest/image/AdobeStock_484006547.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.contant::before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,rgba(238, 240, 242, 1) 0%, rgba(245, 208, 145, 0.62) 100%);
}
.california_residents .contant h3{
    color: #000;
    text-align: center;
    font-weight: 400;
}
.california_residents .contant h1{
    font-size: 46px;
    line-height: 1;
    font-weight: 900;
    color: #fb952e;
    text-align: center;
    margin-bottom: 20px;
}
.california_residents .contant p{
    text-align: center;
    margin-bottom: 40px;
    font-size: 18px;
}
.california_residents .contant p span{
    color: #fb952e;
}
.california_residents .contant .inner{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    display: flex;
    align-items: end;
    text-align: center;
    padding: 10px;
    justify-content: center;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.california_residents .contant .inner::before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.73) 100%);
}
.california_residents .contant .inner .contentnew{
    position: relative;
}
.california_residents .contant .inner h2{
    font-size: 24px;
    line-height: 1;
    font-weight: 900;
    color: #ffffff;
    text-align: center;
}
.california_residents .contant .inner h5{
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
}


.bottomcontent{
    background-color: #005db6;
    padding: 40px 0px;
}
.bottomcontent .content h1{
    font-size: 46px;
    line-height: 1;
    font-weight: 900;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
}
.bottomcontent .content a{
    color: #ffffff;
    padding: 6px 10px;
    font-weight: 700;
    font-size: 24px;
    display: inline-block;
    text-decoration: none;
    background-color: #fb962f;
    border-radius: 10px;
    margin-bottom: 10px;
}
.bottomcontent .content p{
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0px;
}
.bottomcontent .content{
    height: 100%;
}
.bottomcontent .borderdesign{
    height: 100%;
    width: 2px;
    margin: 0px auto;
    background-color: #ffffff;
}

.copyright{
    padding: 10px 0px;
    background-color: #fb952e;
}
.copyright p{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #ffffff;
}
.copyright p a{
    text-decoration: none;
    color: #005db6;
}


@media (max-width: 1199px) {
    .topbarhead .content .newinner {
        margin: 0px 0px 20px;
    }
    .topbarhead .content .newinner h2 {
        font-size: 34px;
    }
    .topbarhead .content .inner h1 {
        font-size: 38px;
    }
    .formcontent .content .card-box .main-card h1 {
        font-size: 28px;
    }
    .bottomcontent .content h1 {
        font-size: 36px;
    }
    .california_residents .contant .inner h2 {
        font-size: 22px;
    }
    .formcontent .form iframe {
        height: 1800px;
    }
}

@media (max-width: 991px) {
    .topbarhead .content .inner{
        text-align: center;
    }
    .topbarhead .content .inner h1 br{
        display: none;
    }
    .bottomcontent .borderdesign {
        height: 2px;
        width: 100%;
        margin: 20px auto;
        background-color: #ffffff;
    }
    .formcontent .form iframe {
        height: 1610px;
    }
}

@media (max-width: 767px) {
    .topbarhead .content .newinner {
        padding: 20px;
        border-radius: 20px;
    }
    .topbarhead .content .contentpraghraph {
        padding: 20px;
        border: 2px solid #6bc1e5;
        border-radius: 20px;
    }
    .topbarhead .content .contentpraghraph p {
        font-size: 16px;
    }
    .california_residents .contant h1 {
        font-size: 36px;
    }
    .formcontent .form iframe {
        height: 1720px;
    }
}

@media (max-width: 575px) {
    .formcontent .content .card-box .left-image {
        position: static;
        width: 100%;
        margin: auto;
    }
    .formcontent .content .card-box .main-card {
        margin-left: 0px;
    }
    .formcontent .content .card-box .main-card h1 {
        padding: 0px;
    }
    .formcontent .content .card-box .main-card h3 {
        padding-left: 0px;
    }
    .formcontent .content .card-box .main-card .logos {
        padding: 10px 10px 10px 10px;
    }
    .formcontent .content .card-box .main-card p {
        font-size: 12px;
        padding: 0px 10px 10px 10px;
    }
}

@media (max-width: 527px) {
    .formcontent .form iframe {
        height: 1760px;
    }
}
@media (max-width: 490px) {
    .formcontent .form iframe {
        height: 1820px;
    }
}
@media (max-width: 475px) {
    .formcontent .content ul li {
        display: block;
        color: #000;
        background: #ffffff;
        padding: 10px;
        border-radius: 4px;
        text-align: center;
    }
    .formcontent .content ul li span{
        margin: auto;
    }
    .formcontent .content h1 {
        font-size: 36px;
    }
    .bottomcontent .content h1 {
        font-size: 26px;
    }
    .bottomcontent .content a {
        font-size: 16px;
    }
}

@media (max-width: 463px) {
    .formcontent .form iframe {
        height: 1920px;
    }
}
@media (max-width: 398px) {
    .formcontent .form iframe {
        height: 2000px;
    }
}
@media (max-width: 385px) {
    .formcontent .form iframe {
        height: 2150px;
    }
}