﻿@import url("https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap");

* {
    padding: 0;
    margin: 0;
}

a:hover {
    color: black;
}

.hero_section {
    background: #4A5EE5;
    padding: 10rem 50px;
}

    .hero_section .row .left_side {
    }

        .hero_section .row .left_side h1 {
            font-size: 60px;
            line-height: 90px;
            font-weight: 600;
            color: white;
        }

    .hero_section .row .right_side {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .hero_section .row .right_side .img {
            width: 340px;
            height: 315px;
        }

.containers {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    margin-top: 100px;
}

    .containers .top-nav ul li {
        display: inline-block;
        margin-right: 40px;
    }

        .containers .top-nav ul li a {
            font-size: 1em;
        }

    .containers .top-nav {
        display: flex;
        margin: 50px 0 30px;
        justify-content: space-between;
    }

        .containers .top-nav ul {
            /*margin: 10px 25px;*/
        }

.blog-panell {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    gap: 5em;
}

.search-icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.blog-panell .right-side {
    width: 48%;
    height: 380px;
    box-shadow: 0 1px 6px -1px rgb(0 0 0 / 11%);
    border-radius: 8px;
}

    .blog-panell .right-side img {
        transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        height: 100%;
        width: 100%;
        /*object-fit: cover;*/
        object-position: center;
        display: flex;
        margin: auto;
    }

    .blog-panell .right-side a {
        overflow: hidden;
        border-radius: 8px;
        display: flex;
        width: 100%;
        height: 100%;
        position: relative;
    }

.blog-panell .left-side {
    width: 46%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .blog-panell .left-side .blog-cat a {
        color: #001d33;
        font-size: 14px;
        font-family: "Lato", sans-serif;
        padding-bottom: 20px;
        display: inline-block;
        text-transform: capitalize;
    }

    .blog-panell .left-side .heading {
        font-family: "Lato", sans-serif;
        font-weight: 900;
        color: #000;
        font: 50px/1.05 proxima_nova_altbold;
        position: relative;
    }

        .blog-panell .left-side .heading a {
            font-size: 40px;
            font-family: "Lato", sans-serif;
        }

.blog-panell .heading3 {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 400;
    padding: 5px 0 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.blog-panell-cards {
    display: flex;
}

.blog-cards {
    width: 33.3%;
    /* padding: 0 20px; */
    margin: 3rem 20px;
}

    .blog-cards .blog-img {
        border-radius: 8px;
        box-shadow: 0 1px 6px -1px rgb(0 0 0 / 11%);
    }

    .blog-cards:hover img {
        transform: scale(1.09);
    }

    .blog-cards img {
        transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
        display: flex;
        margin: auto;
        height: 100%;
    }

    .blog-cards .blog-img a {
        overflow: hidden;
        border-radius: 8px;
        display: flex;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .blog-cards .heading1 {
        padding: 25px 0 5px;
        font-size: 28px;
        line-height: 1.2;
        padding: 25px 0 5px;
        font-size: 28px;
        line-height: 1.2;
        font-family: "Lato", sans-serif;
    }

    .blog-cards .heading2 {
        font-size: 15px;
        line-height: 1.2;
        font-weight: 400;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        letter-spacing: 0.3px;
        padding: 9px 0 5px;
    }

.panell-head {
    font-size: 60px;
    line-height: 1.5;
    font-weight: 700;
    padding: 3rem 0;
}

.panell-box .left-panell {
    width: 60%;
    gap: 2.5em;
    display: flex;
    flex-direction: column;
}

.panell-card {
    display: flex;
    align-items: center;
}

.panell-box .left-panell .panell-card-img img {
    height: 240px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 1px 6px -1px rgb(0 0 0 / 11%);
}

.panell-box .left-panell .panell-card-img a {
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    width: 460px;
    object-fit: cover;
    object-position: center;
    display: flex;
    margin: auto;
}

.panell-card-text h2 a {
    font-size: 23px;
    padding: 10px 0 5px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
}

.panell-card-text h3 {
    font-size: 20px;
    padding: 15px 0px 0px 0px;
    color: #5c5757;
}

.panell-box {
    display: flex;
}

.panell-card .panell-card-text {
    padding-left: 50px;
}

.panell-writter {
    padding: 20px 0px 0px 0px;
    display: flex;
    font-size: 16px;
    gap: 1.5em;
    color: #919191;
}

.right-panell {
    width: 40%;
    padding-left: 100px;
}

.sticky-panell {
    position: sticky;
    top: 120px;
}

.head-panell {
    padding: 0 0 20px 0;
    border-bottom: 1px solid #d7d7d7;
    font-size: 16px;
    line-height: 1.1;
}

.right-panell-box {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    padding: 25px 0;
}

    .right-panell-box a {
        padding: 10px 15px;
        border: 1px solid #b7b6b6;
        color: #000;
        border-radius: 8px;
        text-align: center;
        margin: 7px;
        font-size: 14px;
    }

        .right-panell-box a:hover {
            color: #fff;
            background: #0092ff;
            border: 1px solid #0092ff;
        }

.newsletter_panel {
    background: #4a5ee5;
    padding: 30px 12rem;
    margin: 3rem 0;
}

.al_center {
    align-items: center;
    display: flex;
    gap: 3em;
}

.news_letter_img {
    /* padding-left: 40px; */
}

form {
    margin: 0 auto;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    -webkit-text-stroke: 0 !important;
    -webkit-font-smoothing: antialiased !important;
}

.news_content {
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 2em;
}

    .news_content span {
        font-family: 600;
        padding-bottom: 12px;
        display: inline-block;
        font-size: 22px;
    }

    .news_content .heading4 {
        color: #fff;
        margin-bottom: 25px;
        font-size: 50px;
        font-weight: 600;
        line-height: 50px;
    }




.subscribe-btn {
    background: #ec5b56;
    color: #fff;
    padding: 18px 24px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 27px;
    font-weight: 600;
    display: flex;
    justify-content: center;
}

.categ_panel {
    padding-bottom: 2rem;
}

.panel_head {
    font-size: 60px;
    line-height: 1.5;
    font-weight: 700;
    padding: 3rem 0;
}

.tabing_panel {
    display: flex;
    flex-wrap: nowrap;
    margin: -10px 0 0px 0;
    padding-bottom: 30px;
}

.tabsContainer .tabing_panel > li {
    display: flex;
    margin-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #d7d7d7;
    text-align: center;
    justify-content: center;
    padding: 0 15px;
}

.tabing_panel span {
    color: #000;
    padding: 0 20px 20px;
    margin: 0;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

    .tabing_panel span:active {
        color: #4a5ee5;
        border-bottom: 2px solid #4a5ee5;
    }

.flx_panel {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
}

.categ_panel .flx_panel.blog-col-wrapper {
    width: 74.33%;
}

.blog__img__wrap {
    height: 240px;
    border-radius: 8px;
    box-shadow: 0 1px 6px -1px rgb(0 0 0 / 11%);
}

.blog-col-wrapper {
    margin: 0 -20px !important;
}

.tabsContainer .tab-content > .category__content.active {
    display: flex;
}

.tabsContainer .tab-content > .active {
    display: flex;
}

.tabsContainer .tab-content > .category__content {
    display: none;
    width: 100%;
    margin: 0 !important;
}

.categ_panel .flx_panel.blog-col-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 5px;
}

.blog-col-wrapper {
    margin: 0 -20px !important;
}

.categ_panel .blog_col {
    /* width: 45%; */
    padding: 0 20px;
}

.blog__img {
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    display: flex;
    margin: auto;
}

.blog_bx_left figure a,
.img__link {
    overflow: hidden;
    border-radius: 8px;
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
}

.blog_col .heading2 {
    padding: 25px 0 5px;
}

    .blog_col .heading2 a {
        font-size: 26px;
        line-height: 1.2;
        font-family: "Lato", sans-serif;
        font-weight: 700;
    }

.blog_col .heading3 {
    color: #5c5757;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    letter-spacing: 0.3px;
}

.writer_det {
    color: #919191;
    font-size: 16px;
    font-weight: 400;
    padding-top: 25px;
}

.blog_wrapper .heading3 {
    color: #5c5757;
}

/* .writer_name {
    padding-right: 10px;
} */

@media (max-width: 1292px) {
    .panell-box {
        display: block;
    }

        .panell-box .left-panell {
            width: 98%;
        }

    .right-panell {
        width: 100%;
        margin-top: 50px;
        padding-left: 100px;
    }

    .min-container {
        width: 100% !important;
        margin: 0 auto;
        position: relative;
        margin-top: 50px;
    }

    .hero_section .row .left_side h1 {
        font-size: 40px;
        line-height: 46px;
    }

    .hero_section .row .right_side .img {
        width: 300px;
        height: 250px;
    }
}

/* blog details  */

.min-container {
    width: 1280px;
    margin: 0 auto;
    position: relative;
    margin-top: 50px;
}

.section_wrapper {
    padding: 0px 0 80px 0;
}

.flex_wrapper.space_between {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    flex-wrap: wrap;
    padding: 30px 0 0;
    justify-content: flex-start;
}

.archive .section_wrapper,
.page-template-blog-template .section_wrapper {
    padding: 55px 0 80px 0;
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0.25rem;
}

    .breadcrumb .breadcrumb-item {
        display: flex;
        align-items: center;
    }

.back_home {
    float: left;
    padding: 0 10px 0 0;
}

.breadcrumb-item a {
    color: #000;
    font-size: 18px;
    /* font-family: proxima_nova_altsemibold; */
}

#sales {
    border-radius: 0px;
}

.blog__img__sales {
    height: fit-content;
    width: 380px;
    border-radius: 8px;
    box-shadow: 0 1px 6px -1px rgb(0 0 0 / 11%);
}

.read-more h2 {
    padding: 20px 0px;
    color: #eb5c5c;
    display: flex;
    font-size: 1.5em;
    align-items: center;
    width: fit-content;
    gap: 4px;
}

#blog-h3 {
    color: #5c5757;
    font-size: 19px;
    line-height: 32px;
    font-weight: 400;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    padding: 10px 0px;
    letter-spacing: 0.3px;
}

.read-more h2:hover span {
    border-radius: 50%;
    width: 30px;
    border: 1px solid;
    align-items: center;
    flex-direction: row;
    padding: 5px 7px 8px 10px;
    display: flex;
    height: 30px;
    justify-content: center;
    transition: 0.2s;
    margin-left: 15px;
}

#sales-heading a {
    font-size: 35px;
    padding: 0px 10px 0px 0px;
    color: red;
}

/* this is blog details css  */

.blog-d-container {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    /* display: flex; */
}

    .blog-d-container .blog-content {
        width: 100%;
        /* background-color: rgb(211, 209, 209); */
        margin-top: 30px;
    }

    .blog-d-container .left-content {
        width: 25%;
        margin-top: 30px;
        /* background-color: rgb(173, 173, 173); */
    }

    .blog-d-container .blog-content .dgrid_panel h2 {
        font-size: 41px;
        line-height: 60px;
        font-weight: 600;
    }

    .blog-d-container .blog-content .dgrid_panel p {
        font-size: 22px;
        line-height: 47px;
        margin: 31px 0px;
    }

.blog-d-image {
    margin-top: 20px;
    width: fit-content;
    margin: 40px auto;
}

.blog-d-container .blog-content .dgrid_panel h4 {
    font-size: 33px;
    line-height: 40px;
    margin-top: 20px;
}

.blog-d-container .blog-content .dgrid_panel h3 {
    font-size: 25px;
    line-height: 40px;
    margin-top: 25px;
    font-weight: 600;
}

.table_content {
    /* width: 20%; */
    margin-right: 2%;
    margin-top: 45px;
}

.tb-list {
    position: sticky;
    top: 110px;
}

    .tb-list span {
        font: 20px/1.3 proxima_nova_alt_rgregular;
        position: relative;
        display: block;
        margin-bottom: 20px;
        text-transform: uppercase;
        padding-bottom: 20px;
    }

        .tb-list span::before {
            position: absolute;
            content: "";
            background: rgba(112, 112, 112, 35%);
            height: 1px;
            width: 58px;
            bottom: 0;
        }

    .tb-list ul li a {
        font-size: 12px;
        height: fit-content;
        display: inline;
        display: block;
        line-height: 14px;
        padding: 7px 0px;
    }

    .tb-list .blog_social li a {
        font-size: 26px;
        padding: 0px;
        z-index: 2;
        width: 42px;
        height: 32px;
        color: #000;
        display: flex;
        position: relative;
        align-items: center;
    }

        .tb-list .blog_social li a:hover {
            color: rgb(52, 52, 247);
        }

.blog_social ul li {
    display: inline-block;
}

@media (max-width: 1100px) {
    .newsletter_panel {
        background: #4a5ee5;
        padding: 0px;
        margin: 3rem 0;
    }
}

@media (max-width: 1000px) {

    .hero_section {
        background: #4A5EE5;
        padding: 10rem 50px;
        padding-bottom: 55px;
    }

        .hero_section .row .left_side h1 {
            font-size: 30px;
            line-height: 46px;
        }

    .writer_name .content_date {
        line-height: 20px;
    }

    .flx_panel {
        display: flex;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        align-items: center;
        justify-content: center;
    }

    .panell-box .left-panell .panell-card-img a {
        transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        height: 100%;
        width: 360px;
        object-fit: cover;
        object-position: center;
        display: flex;
        margin: auto;
    }

    .panell-card .panell-card-text {
        padding-left: 30px;
    }

    .categ_panel .flx_panel.blog-col-wrapper {
        width: 80%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 50px 5px;
    }

    .blog-panell {
        display: block;
        justify-content: center;
        gap: 5em;
    }

        .blog-panell .right-side {
            width: 100%;
        }

    .blog_col .heading2 a {
        font-size: 19px;
        line-height: 1.2;
        font-family: "Lato", sans-serif;
        font-weight: 700;
    }

    .blog-panell .left-side {
        width: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .right-panell {
        width: 100%;
        margin-top: 50px;
        padding-left: 11px;
    }

    .blog-d-container .blog-content .dgrid_panel h2 {
        font-size: 32px;
        line-height: 45px;
        font-weight: 600;
    }

    .blog-d-container .blog-content .dgrid_panel p {
        font-size: 20px;
        line-height: 35px;
        margin: 27px 0px;
    }

    .panel_head {
        font-size: 40px;
        line-height: 1.5;
        font-weight: 700;
        padding: 3rem 0;
    }
}


@media (min-width: 0px) and (max-width: 900px) {
    .left-side, .top-container .right-side {
        width: 100% !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}



@media (max-width: 850px) {
    .news_content .heading4 {
        color: #fff;
        margin-bottom: 25px;
        font-size: 34px;
        font-weight: 600;
        line-height: 50px;
    }






    .img-fluid-2,
    img {
        /* max-width: 100%; */
        height: auto;
        width: 305px;
    }
}

@media (max-width: 800px) {

    .blog-d-container .blog-content {
        width: 100%;
        margin-top: 30px;
        margin: auto;
    }

    .table_content {
        display: none;
    }

    .blog-panell-cards {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
    }

    .blog-cards {
        width: 70.3%;
        margin: 3rem 20px;
    }

    .containers .top-nav {
        display: flex;
        margin: 50px 0 30px;
        flex-direction: column;
        justify-content: space-between;
        align-items: start;
    }

    .search-icon {
        display: flex;
        flex-direction: row;
        margin-left: 25px;
        justify-content: center;
        align-items: center;
    }

    .containers .top-nav {
        display: flex;
        margin: 0px 0 25px;
        flex-direction: column;
        justify-content: space-between;
        align-items: start;
    }

    .email_wrapper .contact {
        padding: 0px 10px !important;
    }
}

@media (max-width:768px) {
    .hero_section .row .right_side {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
    }

    .hero_section {
        background: #4A5EE5;
        padding: 10rem 20px;
        padding-bottom: 55px;
    }
}

@media (max-width: 730px) {
    .panell-card {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 425px;
    }

    .panell-box .left-panell {
        align-items: center;
    }

    .img-fluid-2,
    img {
        /* max-width: 100%; */
        height: auto;
        width: fit-content;
    }

    .news_content .heading4 {
        color: #fff;
        margin-bottom: -13px;
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 2px;
        line-height: 30px;
    }

    .news_content span {
        font-family: 600;
        padding-bottom: 12px;
        display: inline-block;
        line-height: 26px;
        font-size: 22px;
    }

    .blog-d-container .blog-content .dgrid_panel h2 {
        font-size: 25px;
        line-height: 33px;
        font-weight: 600;
    }

    .blog-d-container .blog-content .dgrid_panel p {
        font-size: 15px;
        line-height: 28px;
        margin: 19px 0px;
    }
}

@media (max-width: 600px) {
    .news_content span {
        font-family: 600;
        padding-bottom: 12px;
        display: inline-block;
        font-size: 13px;
    }

    .news_content .heading4 {
        color: #fff;
        margin-bottom: 0px;
        font-size: 21px;
        font-weight: 600;
        line-height: 22px;
    }

    .subscribe-btn {
        background: #ec5b56;
        color: #fff;
        padding: 12px 0px;
        border-radius: 5px;
        cursor: pointer;
        font-size: 19px;
        font-weight: 600;
        display: flex;
        justify-content: center;
    }



    .al_center {
        align-items: center;
        display: flex;
        gap: 30px;
    }





    .panel_head {
        font-size: 25px !important;
        line-height: 1.5;
        font-weight: 700;
        padding: 3rem 0;
    }

    .categ_panel .flx_panel.blog-col-wrapper {
        width: 80%;
        display: flex;
        gap: 50px 5px;
        flex-direction: column;
    }
}


@media (max-width: 520px) {

    .main-blog-container {
        padding-top: 50px !important;
    }

    .hero_section {
        background: #4A5EE5;
        padding: 6rem 20px;
        padding-bottom: 55px;
    }

        .hero_section .row .left_side h1 {
            font-size: 25px;
            line-height: 40px;
        }

        .hero_section .row .right_side .img {
            width: 210px;
            height: 160px;
        }

    .left-side, .top-container .right-side {
        width: 100% !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .email_wrapper .contact {
        font-size: 1em !important;
    }
}


@media (max-width: 500px) {
    .img-fluid-2,
    img {
        /* max-width: 100%; */
        height: auto;
        width: fit-content;
    }

    .subscribe-btn {
        background: #ec5b56;
        color: #fff;
        padding: 9px 0px;
        border-radius: 5px;
        cursor: pointer;
        font-size: 15px;
        font-weight: 600;
        display: flex;
        justify-content: center;
    }



    .news_content span {
        font-family: 600;
        padding-bottom: 0px;
        display: inline-block;
        font-size: 9px;
    }

    .categ_panel .blog_col {
        /* width: 100vw; */
        padding: 0 20px;
    }

    .blog_col .heading2 a {
        font-size: 22px;
        line-height: 1.2;
        font-family: "Lato", sans-serif;
        font-weight: 700;
    }

    .tabsContainer .tabing_panel > li {
        padding: 0px;
    }

    .blog-cards {
        width: 91.3%;
        margin: 3rem 20px;
    }

    .blog-panell .left-side .heading {
        font-family: "Lato", sans-serif;
        font-weight: 900;
        color: #000;
        font: 29px/1.05 proxima_nova_altbold;
        position: relative;
    }

        .blog-panell .left-side .heading a {
            font-size: 25px;
            font-family: "Lato", sans-serif;
        }

    .heading3 h3 {
        font-size: 14px;
        line-height: 24px;
    }

    .containers .top-nav ul li a {
        font-size: 0.8em;
    }

    .containers .top-nav ul li {
        display: inline-block;
        margin-right: 15px;
    }

    .search-icon {
        display: flex;
        margin: 10px 25px;
        flex-direction: row;
        align-items: center;
    }

    .tabing_panel span {
        line-height: 25px;
    }

    .news_content {
        color: #fff;
        display: flex;
        flex-direction: column;
        gap: 1em;
    }

    .panell-card {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-bottom: 40px;
        width: 425px;
    }
}


.tab-content {
    box-shadow: none;
}


.email_wrapper .contact {
    padding: 7px 41px;
    color: white;
    background: #ff2c55;
    font-size: 1.7em;
}


@media (max-width:400px) {
    .news_content span {
        line-height: 12px !important;
    }
}










/* Contact form  CSS*/

.contact_form {
    margin-top: 50px;
}


.contact_main_div {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.25);
}

.contact_information_div {
    border-radius: 20px;
    background: #F2F9FF;
}


.contact_main_div .contact_information_div h3 {
    color: #000;
    font-family: Arial;
    font-size: 25.412px;
    font-style: normal;
    font-weight: 500;
}

.contact_main_div .contact_information_div p {
    color: #50565C;
    /*font-family: Manrope;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-top: 10px;
}

.contact_main_div .contact_information_div .cnt_detail p {
    margin-top: 20px;
    color: #50565C;
    /*font-family: Manrope;*/
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

    .contact_main_div .contact_information_div .cnt_detail p span {
        margin-right: 10px;
    }

.contact_main_div .contact_information_div .social_icons {
    display: flex;
    justify-content: center;
    padding: 0px 20px;
    margin-top: 30%;
    gap: 20px;
}

    .contact_main_div .contact_information_div .social_icons .social_img a svg {
        height: 60px;
        width: 60px;
    }

    .contact_main_div .contact_information_div .social_icons .social_img a:hover svg rect {
        stroke: #4A5EE5 !important;
    }

    .contact_main_div .contact_information_div .social_icons .social_img a:hover svg path {
        stroke: #4A5EE5 !important;
    }


.contact_main_div .input_main .input_div {
    display: flex;
    justify-content: space-around;
}

.contact_main_div .input_main .textarea_div {
    display: flex;
    justify-content: space-around;
    margin-top: 60px !important;
}

    .contact_main_div .input_main .textarea_div .privacy {
        display: flex;
        justify-content: space-between;
    }


        .contact_main_div .input_main .textarea_div .privacy .content .lock_svg {
            margin-left: 20px;
            display: flex;
            justify-content: flex-start;
        }

        .contact_main_div .input_main .textarea_div .privacy .content .privacy_btn {
            margin-left: 10px;
        }

            .contact_main_div .input_main .textarea_div .privacy .content .privacy_btn a {
                text-decoration: none;
            }

        .contact_main_div .input_main .textarea_div .privacy .content p {
            color: #666;
            /*font-family: Manrope;*/
            font-size: 15px;
            font-weight: 400;
        }

            .contact_main_div .input_main .textarea_div .privacy .content p a {
                color: #666;
                /*font-family: Manrope;*/
                font-size: 15px;
                font-weight: 400;
            }

@media screen and (max-width:600px) {
    .contact_main_div .input_main .textarea_div .privacy .content p {
        font-size: 13px;
    }

        .contact_main_div .input_main .textarea_div .privacy .content p a {
            font-size: 13px;
        }

    .contact_main_div .input_main .textarea_div .privacy .content .lock_svg svg {
        height: 30px;
        width: 30px;
    }

    .contact_main_div .contact_information_div .social_icons .social_img a svg {
        height: 40px;
        width: 40px;
    }

    .contact_form .form_heading h2 {
        font-size: 40px;
    }
}

.contact_main_div .input_main .textarea_div .privacy .content p a:hover {
    color: #4A5EE5;
}

.contact_main_div .input_main .textarea_div label {
    color: #666;
    /*font-family: Manrope;*/
    font-size: 15px;
    font-weight: 400;
}

.contact_main_div .input_main .textarea_div textarea {
    margin-top: 50px;
    border: none;
    border-bottom: 2px solid #666 !important;
    width: 100%;
    border-radius: 0px;
}

    .contact_main_div .input_main .textarea_div textarea:focus {
        border: 1px solid #4A5EE5;
        box-shadow: 0 0 3px #4A5EE5;
        outline-offset: 0px;
        outline: none;
        border-radius: 10px;
    }


    .contact_main_div .input_main .input_fields input {
        border-bottom: 1px solid #666 !important;
        width: 100%;
        height: 34.306px;
        border: none;
        padding: 20px 0;
        color: #666;
        /*font-family: Manrope;*/
        font-size: 15px;
        font-weight: 400;
        border-radius: 0px;
    }

    .contact_main_div .input_main .input_fields input:focus {
        border: 1px solid #4A5EE5;
        box-shadow: 0 0 3px #4A5EE5;
        outline-offset: 0px;
        outline: none;
        border-radius:10px;
        font-size:13px;
        padding-left:10px;
    }

    .contact_main_div .input_main .form_btn {
        display: flex;
        justify-content: flex-end;
    }

    .contact_main_div .input_main .form_btn button {
        border-radius: 8px;
        background: #000;
        width: 177.882px;
        height: 54.635px;
        flex-shrink: 0;
        color: #FFF;
        font-family: Arial;
        font-size: 15px;
        font-weight: 400;
    }

        .contact_main_div .input_main .form_btn button:hover {
            background-color: #F2F9FF;
            border: 1px solid #4A5EE5;
            color: #4A5EE5;
        }


@media screen and (max-width:1400px) {
    .contact_main_div .input_main .form_btn {
        justify-content: center;
    }
}

@media screen and (max-width:1030px) {

    .contact_main_div .contact_information_div .social_icons {
        margin-top: 10px !important;
        justify-content: flex-start !important;
    }

    .contact_information_div {
        width: 100%;
    }

    .contact_main_div .input_main {
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .contact_main_div .input_main .input_div {
        margin-top: 0px !important;
    }

    .contact_main_div .input_main .textarea_div {
        margin-top: 40px !important;
    }

        .contact_main_div .input_main .textarea_div textarea {
            margin-top: 50px;
        }

    .contact_main_div .input_main .input_div .input_fields {
        margin-top: 20px;
    }
}
