/*===========================================================
 Custom Font CSS
============================================================*/

/*===========================================================
 Common CSS
============================================================*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #000;
    background: #f3f4f6;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    /* overflow-y: hidden; */
}

ul {
    padding: 0;
    margin: 0;
}

li,
li:hover,
a:hover,
.btn,
.btn:hover {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover {
    text-decoration: none !important;
}

/* *:active,
*:focus {
    outline: none;
    border: 0;
} */

.logo img {
    height: 50px;
    width: auto;
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.logo-container img {
    height: 50px;
    width: auto;
    object-fit: contain;
}


.logo-separator {
    color: #ccc;
    font-size: 18px;
    margin: 0 5px;
}

strong {
    font-weight: 700;
}

u {
    border-bottom: 1px solid #fff;
    line-height: 1;
    text-decoration: unset;
}

button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

button:active,
button:focus {
    outline: 0;
    outline: 0;
}

input {
    width: 100%;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.row {
    --gutter-x: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: calc(var(--gutter-x) * -0.5);
    margin-left: calc(var(--gutter-x) * -0.5);
}

.row > * {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--gutter-x) * 0.5);
    padding-left: calc(var(--gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
}

.container-fluid {
    width: 100%;
    padding-right: calc(var(--gutter-x) * 0.5);
    padding-left: calc(var(--gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 1100px;
}

.container {
    width: 100%;
    padding-right: calc(var(--gutter-x) * 0.5);
    padding-left: calc(var(--gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 800px;
}

/*===========================================================
 Placeholder Style
============================================================*/

::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #bbbfcc;
    line-height: 40px;
}

:-moz-placeholder {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #bbbfcc;
    line-height: 40px;
}

::-moz-placeholder {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #bbbfcc;
    line-height: 40px;
}

:-ms-input-placeholder {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #bbbfcc;
    line-height: 40px;
}

.wrapper {
    max-width: 950px;
    width: 100%;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    /*    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);*/
}
/*===========================================================
 Style
============================================================*/
form input {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #bbbfcc;
    line-height: 40px;
    border-radius: 5px;
    padding: 0 20px 0 16px;
    border-radius: 5px;
    border: solid 1px #a2a9b6;
    background-color: #fff;
}

.form {
    padding: 0 16px;
}

.form-title {
    margin-bottom: 30px;
}

.form-title h2 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    color: #1c3b71;
    margin-bottom: 10px;
}

.form-title p {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    color: #3a3a3a;
}

.form-wrap-area {
    padding: 30px 0;
}

.single-form .col {
    margin-top: 25px;
}

.single-form label {
    font-size: 16px;
    font-weight: 600;
    color: #3564b8;
    margin-bottom: 8px;
    display: block;
}

.single-form input {
    height: 42px;
    padding: 0 16px;
    border-radius: 5px;
    border: solid 1px #a2a9b6;
    background-color: #fff;
    font-size: 14px;
    color: #bbbfcc;
}

.submit-bttn {
    margin-top: 40px;
    text-align: center;
}

.submit-bttn button {
    max-width: 179px;
    width: 100%;
    line-height: 49px;
    border-radius: 10px;
    background-color: #1c3b71;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.powered-by p {
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    color: #3a3a3a;
    margin-top: 30px;
}

.powered-by p a {
    color: #1c3b71;
}

.text-area {
    height: 188px;
}

.text-area textarea {
    width: 100%;
    height: 100%;
    resize: none;
    border-radius: 5px;
    border: solid 1px #1c3b71;
    background-color: #fff;
    padding: 15px;
}

.header-area {
    padding-left: 25px;
    padding-top: 20px;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.header-right.active {
    display: inline-block;
    width: 230px;
}

.header-right p {
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    text-align: center;
    color: #2e5baa;
    border: solid 1px rgba(0, 93, 255, 0.26);
    background-image: linear-gradient(101deg, #dee3ed -5%, #fff 61%, #fff 95%);
    padding: 0px 20px;
    border-right: 0;
    border-radius: 7px 0 0 7px;
    line-height: 60px;
}

.header-right p {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.review-google {
    background-color: #1c3b71;
    padding-top: 34px;
    padding-bottom: 24px;
}

.google-text {
    max-width: 670px;
    width: 100%;
    padding: 50px 20px 30px;
    border-radius: 4px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
}

.google-icon {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.google-text h2 {
    font-size: 24px;
    font-weight: 600;
    color: #406ebf;
}

.google-text p {
    font-size: 14px;
    font-weight: normal;
    color: #838282;
    margin-top: 14px;
    margin-bottom: 20px;
}

.google-text a {
    max-width: 215px;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #1c3b71;
    line-height: 42px;
    border-radius: 6px;
    box-shadow: 0 4px 9.5px -3px rgba(66, 133, 244, 0.58);
    border-style: solid;
    border-width: 2px;
    border-image-source: linear-gradient(
        85deg,
        #4285f4 5%,
        #34a853 44%,
        #fbbc05 65%,
        #ea4335 92%
    );
    border-image-slice: 1;
    background-image: linear-gradient(to bottom, #fcfdff, #fcfdff),
        linear-gradient(
            85deg,
            #4285f4 5%,
            #34a853 44%,
            #fbbc05 65%,
            #ea4335 92%
        );
    background-origin: border-box;
    background-clip: content-box, border-box;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.feadback-img {
    text-align: center;
}
/*  */
.single-page {
    display: none;
}
.active {
    display: block;
}
/*===========================================================
 Responsive
============================================================*/
@media (max-width: 991px) {
}

@media (max-width: 767px) {
    .header-area {
        padding-left: 0;
        padding-top: 30px;
        text-align: center;
    }

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

    .form-title p {
        font-size: 14px;
    }

    .form-wrap-area {
        padding: 30px 0;
    }

    .form-title {
        margin-bottom: 25px;
    }

    .single-form.row {
        flex-direction: column;
    }

    .single-form .col {
        margin-top: 0;
        margin-bottom: 17px;
    }

    .submit-bttn {
        margin-top: 10px;
    }

    .submit-bttn button {
        max-width: 140px;
        line-height: 43px;
        border-radius: 4px;
        font-size: 16px;
    }

    .header-inner {
        flex-direction: column;
    }

    .header-right {
        width: 100%;
        margin-top: 30px;
    }

    .header-right p {
        padding: 8px 0;
        border: 0;
        border-radius: 0;
        justify-content: center;
        gap: 10px;
        line-height: 1;
    }

    .text-area {
        margin-bottom: 25px;
    }

    .logo img {
        height: 40px;
    }

    .logo-container {
        gap: 8px;
        justify-content: center;
    }

    .logo-container img {
        height: 40px;
    }


    .logo-separator {
        font-size: 16px;
        margin: 0 3px;
    }

    .review-google {
        padding: 22px 16px 32px 16px;
    }

    .google-icon {
        top: -10px;
        width: 40px;
    }

    .google-text h2 {
        font-size: 18px;
    }

    .google-text p {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 18px;
    }

    .google-text a {
        max-width: 205px;
        width: 100%;
        font-size: 16px;
        line-height: 44px;
    }
}
