.card_form,
.requestbanner::before,
.sec_request {
    background-repeat: no-repeat
}

.requestbanner::after,
.requestbanner::before {
    content: "";
    background-position: top 0 left 0;
    z-index: 1
}

.card_form,
.sec_request {
    z-index: 9
}

.banner_title_big_water,
.card_form_body .bg_head.bg_head_tech {
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto
}

.sec_request {
    background-color: #f7b612;
    position: relative;
    background-image: url(../images/home/ad_bg.webp);
    background-size: 100%;
    background-position: bottom -1px left 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35vh 0;
    overflow: hidden
}

.watermark_ad {
    font-size: 225px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    color: #75736d1c;
    white-space: nowrap;
    top: 43%;
    left: 50%;
    right: 50%;
    transform: translate(-60%, -50%)
}

.banner_title_big_water {
    color: #fcf7f3;
    font-size: 70px;
    font-weight: 700;
    line-height: 1;
    background-image: url(../images/home/faq_head.webp);
    background-size: 150px 80px;
    max-width: fit-content;
    margin-bottom: 14px
}

.sec_request .container {
    position: relative;
    top: -60px
}

.paracontent {
    color: #000
}

.requestbanner {
    background-color: #fdf0e5;
    position: relative
}

.requestbanner::before {
    position: absolute;
    background-image: url(../images/home/req_circle_img.webp);
    background-size: 288px 230px;
    display: block;
    width: 288px;
    height: 230px;
    top: 40%;
    left: 10px;
    animation: 2s linear infinite wiggle
}

.rea_bg_dot,
.req_dot {
    position: absolute;
    right: 25px;
    bottom: 0;
    max-width: 70px !important;
    transform: translatey(0);
    animation: 6s ease-in-out infinite float
}

@keyframes float {

    0%,
    100% {
        transform: translatey(0)
    }

    50% {
        transform: translatey(-50px)
    }
}

.card_form {
    background-color: #fff;
    box-shadow: 0 1px 15px 0 rgb(107 95 97/66%);
    position: relative;
    background-image: url(../images/home/form_bg.webp);
    background-size: 100% 237px;
    background-position: bottom 0 left 0;
    padding-bottom: 80px;
    margin-top: -130px
}

.req_circle {
    position: absolute;
    left: 40px;
    top: 20px;
    max-width: 120px;
    animation: 2s linear infinite wiggle
}

.bg_head.bg_head_tech,
.sel_choi_se {
    font-weight: 900;
    max-width: fit-content;
    color: #000300
}

.req_tab_bg {
    position: absolute;
    width: 184px;
    height: 194px;
    top: -15px;
    z-index: 1;
    right: -50px
}

.bg_head.bg_head_tech {
    padding: 16px 30px !important;
    font-size: 25px;
    /* background-image: url(../images/home/head_bg.webp); */
    background-size: 136px 60px;
    margin-bottom: 0
}

.card_form_body .paracontent {
    font-weight: 600
}

.card_form_body {
    padding: 20px
}

.form-floating {
    background-color: #f5f5f5;
    position: relative
}

.form-floating .form-control {
    font-size: 14px;
    padding: 4px;
    width: 100%;
    height: 50px !important;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #c9c9c9;
    border-radius: 0
}
.form-floating .form-select{
    font-size: 0.8rem;
  
}
.form-floating .countrycode{
   height: 51px;
   width: 110%;
}
@media (max-width: 768px) {
    .form-floating .form-select {
        height: 100px !important;
    }

    .form-floating .preferences {
        height: 100px !important;
    }

    .form-floating .countrycode{
        height: 51px !important;
        width: 100%;
     }
}

@media (max-width: 576px) {
    .form-floating .form-select {
        height: 130px !important;
    }
    .form-floating .consultationNeed {
        height: 150px !important;
    }
    .form-floating .preferences {
        height: 150px !important;
    }
    .form-floating .countrycode{
        height: 51px !important;
        width: 100%;
     }
}

.form-floating textarea.form-control {
    height: 100px !important
}

.form-floating .form-control:focus {
    box-shadow: none;
    border-color: #c9c9c9 !important
}

.card_choice {
    -webkit-box-shadow: 0 0 12px 0 var(--primary-color-transparent);
    -moz-box-shadow: 0 0 12px 0 var(--primary-color-transparent);
    box-shadow: 0 0 12px 0 var(--primary-color-transparent);
    background: #fcfcfc;
    margin-bottom: 15px
}

.sel_choi_se {
    padding: 9px 15px !important;
    font-size: 18px;
    /* background-image: url(../images/home/head_bg.webp); */
    background-repeat: no-repeat;
    background-size: 81px 42px;
    margin-bottom: 0
}

.selectChoice {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    gap: 20px;
    padding-left: 0;
    margin-bottom: 0
}

.selectChoice li {
    list-style-type: none;
    -webkit-box-shadow: 0 0 12px 0 rgb(160 148 148/20%);
    -moz-box-shadow: 0 0 12px 0 rgb(160 148 148/20%);
    box-shadow: 0 0 12px 0 rgb(160 148 148/20%);
    background: #fafafa;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px
}

.selectChoice .checkbox label {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    color: #727071;
    font-size: 12px;
    font-weight: 500
}

.checkbox label input[type=checkbox],
.radio label input[type=radio] {
    display: none
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    margin-right: .5em;
    min-width: 15px
}

.selectChoice .checkbox label span.cr {
    margin-top: 1px
}

.checkbox label input[type=checkbox]:checked+.cr {
    background-color: #f7b612;
    border-color: #f7b612
}

.checkbox label input[type=checkbox]+.cr>.cr-icon,
.radio label input[type=radio]+.cr>.cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: .3s ease-in
}

.checkbox label input[type=checkbox]:checked+.cr>.cr-icon,
.radio label input[type=radio]:checked+.cr>.cr-icon {
    transform: scale(1) rotateZ(0);
    opacity: 1
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: 15px;
    line-height: 0;
    top: 49%;
    left: 0;
    color: #000300
}

.requestbanner::after {
    position: absolute;
    background-image: url(../images/home/blog_net.webp);
    background-repeat: no-repeat;
    background-size: 400px 320px;
    display: block;
    width: 400px;
    height: 320px;
    top: -100px;
    left: 0
}

.requestbox {
    width: 100%;
    max-width: 1030px;
    margin: 40px auto 60px
}

.form-group {
    margin-bottom: 25px
}

.form-floating>.form-control,
.form-floating>.form-select {
    /* height: calc(3.5rem + 2px); */
    line-height: 1.25
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 12px .75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
    color: #363636
}

.form-floating>.form-control {
    padding: 1rem .75rem
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown),
.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control::-moz-placeholder {
    color: transparent
}

.form-floating>.form-control::placeholder {
    color: transparent
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

@media only screen and (min-width:576px) and (max-width:1800px) {
    .container {
        width: 100%;
        max-width: 90%
    }
}

@media only screen and (min-width:1800px) {
    .sec_request {
        padding: 35vh 0
    }

    .watermark_ad {
        left: 50%;
        transform: translate(-50%, -50%)
    }
}

@media only screen and (min-width:1400px) {
    .requestbox {
        max-width: 1100px
    }
}

@media only screen and (max-width:991px) {
    .banner_title_big_water {
        font-size: 60px
    }
}

@media only screen and (max-width:576px) {
    .banner_title_big_water {
        font-size: 45px;
        background-size: 100px 45px;
        line-height: 1.15
    }

    .sec_request {
        padding: 35vh 0 20vh
    }

    .selectChoice {
        grid-template-columns: repeat(1, 1fr)
    }

    .bg_head.bg_head_tech {
        font-size: 20px
    }

    .req_circle {
        left: 4px;
        top: 7px;
        max-width: 50px !important
    }
}