* {
    padding: 0;
    margin: 0;
}

.consulting_Page {
    /* margin: 50px; */
    position: relative;
    background: rgb(245,245,245);
}
h1, h2, h3, h4, h5, h6, p, a{
    font-family: 'Poppins', sans-serif !important;
  }
.text_column {
    position: relative;
    width: 50%;
    /* margin-left: 50px; */
    height: auto;
    animation: slideIn 1s forwards;
    opacity: 0; 
  }
  @keyframes slideIn {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
.top-sesson {
    padding: 150px 130px 50px 130px;
    background-image: url('/assets/background.jpeg');
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat;
}

.top_bannerWithText {
    /* margin: 50px; */
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.banner1 {
    height: auto;
    width: 100%;
}

.banner {
    width: 50%;
    height: auto;
    opacity: 0;
    animation: slideRightToLeft 1s forwards;
    }
    
    @keyframes slideRightToLeft {
    0% {
    transform: translateX(10%);
    opacity: 0;
    }
    100% {
    transform: translateX(0%);
    opacity: 1;
    }
    }
.banner_discription {
    font-family: 'Poppins', sans-serif !important;
    color: black;
    margin-bottom: 30px;
    margin-right: 30px;
    font-size: 20px;
}

.banner_title_row {
    font-family: 'Poppins', sans-serif !important;
    font-size: 35px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 700;
}

.bottom_form {
    width: 100%;
    position: relative;
    background: gray;
}

.bottom-sesson {
    margin: 0px 130px 0px;
}

.btn {
    width: 20%;
}
.btn_1 {

    width: 20%;
    margin: 10px;
    background: gray;
    border: 1px solid white;
    color: white;
    text-align: center;
    padding: 13px;
    border-radius: 10px;
    font-size: 17px;
    font-family: 'Poppins', sans-serif !important;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.btn_1 a{
    color: white;
    text-decoration: none;
}
.btn_1:hover{
    background: white;
    color: gray;
    border: 1px solid gray;
}


.btn_1:hover a{
    background: white;
    color: gray;
    text-decoration: none;
}
.btn_1_3 {
    width: 40%;
    margin: 10px;
    background: gray;
    border: 1px solid white;
    color: white;
    text-align: center;
    padding: 13px;
    border-radius: 10px;
    font-size: 17px;
    font-family: 'Poppins', sans-serif !important;
}
.btn_1_3 a{
    color: white;
    text-decoration: none;
}
.btn_1_3:hover{
    background: white;
    color: gray;
    border: 1px solid gray;
}


.btn_1_3:hover a{
    background: white;
    color: gray;
    text-decoration: none;
}
.middle-sesson {
    position: relative;
    /* background: mediumaquamarine; */
    /* margin-top: 30px; */
    /* top: 30px; */
    border-top: 0.5px solid rgb(189 194 209);
    border-bottom: 0.5px solid rgb(189 194 209);
    /* background: rgba(89, 14, 92, 0.425); */



}

.btn_consulting {
    /* margin: 50px; */
    /* margin-left: 50px;
    margin-right: 50px; */
    position: relative;
    display: flex;
    justify-content: center;
    margin: 20px 130px;



}

.middle_content {
    position: relative;
    text-align: center;
    top: 30px;
    color: white;
    font-family: "Equip-Regular", sans-serif;
}

.heading_consult {
    font-size: 35px;
    margin-top: 20px;
    font-weight: 700;
}

.input_consult {
    display: flex;
    justify-content: space-evenly;
    margin-top: 60px;
    /* margin-bottom: 30px; */
}

.box_1 {
    width: 100%;
    text-align: left;
    padding: 20px;
    border-radius: 10px;
    /* border: none; */
    outline: none;
    color: rgb(58, 56, 56);
    border: 1px solid white;
    /* background: rgb(206, 201, 201); */
    background: white;
}


::placeholder {
    color: rgb(58, 56, 56);
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgb(58, 56, 56);
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgb(58, 56, 56);
}


.box_2 {
    width: 100%;
    height: 110px;
    text-align: left;
    padding: 20px;
    border-radius: 10px;
    font-size: 15px;
    outline: none;
    color: #212529;
    border: 1px solid white;
    border: 1px solid white;
}

.box_3 {
    width: auto;
    text-align: center;
    font-size: 17px;
    padding: 15px 50px 15px 50px;
    margin-bottom: 30px;
    border-radius: 30px;
    outline: none;
    border: 1px solid #212529;
    background: #212529;
    color: white;
}

/* .box_2:hover{
    background: white;
    color: rgb(35,152,206);
} */
.box_3:hover {
    background: white;
    color: #212529;
    border: 1px solid #212529;
    /* border-color: #212529; */
}

.box_4 {
    border-radius: 30px;
    width: auto;
    text-align: center;
    padding: 15px;
    margin-bottom: 30px;
    margin-top: 30px;
    outline: none;
    border-color: rgb(3, 53, 103);
    background: rgb(3, 53, 103);
    color: white;

}
.box_4 a {
    color: white;
    text-decoration: none;
}
.box_4:hover {
    background: white;
    color: #212529;
}
.box_4:hover a{
    background: white;
    color: #212529;
    text-decoration: none;
}
.box_5 {
    display: none;
}

#submitMessage_menu {
    display: none;
}
#submitMessage_menu.show {
    display: block;
    margin: auto;
    text-align: center;
    color: white;
    font-size: 24px;
    padding-bottom: 30px;
}

/* ========================= */




.middle-container {
    position: relative;
    /* margin: 30px; */
    display: flex;
    justify-content: space-evenly;
    background: rgba(255, 136, 0, 0.911);
    margin-top: 30px;
    margin-bottom: 30px;
}

.middle-iconWithContent {
    width: 30%;
    text-align: center;
}

.m-icon {
    height: 40px;
    width: 40px;
    background: black;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.m-heading {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 20px;
}

.m-discribtion {
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
}

.m-img-left {
    position: relative;
    /* width: 70%; */
    display: flex;
    margin: 20px;

}

.m-img-right {
    position: relative;
    /* width: 70%; */
    display: flex;
    margin: 20px;
}

.m-img-container {
    position: relative;
    display: flex;
    background: black;
    /* width: 100%; */
    margin: 50px 130px;

}

.imgs {
    height: auto;
    width: 100%;
}

.m-img-block {
    display: block;
    width: 35%;
}

.img-m-1 {
    height: auto;
    width: 64%;
    overflow: hidden;
}

.img-m-2 {
    height: auto;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}



/* CREATIVE POST PRODUCT */

.m-img-container_CPP {
    display: block;
    background: black;
    margin: 50px 130px;
}

.m-img-left_CCP {
    display: flex;
    margin: 10px;
    margin-top: 20px;
}

.m-img-right_CCP {
    display: flex;
}

.img-m-1a {
    width: auto;
    height: auto;
}

.img-m-1_CCP {
    width: 60%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.img-m-2_CCP {
    width: 40%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

.img-m-2b {
    width: auto;
    height: auto;
}

/* TVC POST PRODUCT */

.m-img-container_TPP {
    height: auto;
    margin: 50px 130px;
}

label,
.error-message {
  display: block;
  font-size: 1em;
}
label {
  margin-bottom: 0.5em;
  font-weight: 500;
}
.error-message {
  margin-top: 0.2em;
}
.required-color {
    color: #ff4747;
  }
  .error {
    border-color: #ff4747;
  }
  .valid {
    border-color: #37a137;
  }
  .hide {
    display: none;
  }
  .box-span-left{
    width: 100%;
    /* margin-right: 20px; */
}
.box-span-right{
    width: 100%;
    margin-left: 20px;
}
.why_choose_us {
    text-align: center;
    padding: 30px 100px;
    margin-bottom: 50px;
}
.star-h2{
    /* opacity: 0; */
    transform: translateY(50px);
}

.choose-row {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-left: 0px !important;
    margin-right: 0px !important;
    /* opacity: 0; */
    transform: translateY(50px);
   
}
@keyframes bottomUpAnimation {
    from {
        transform: translateY(100%);
        /* opacity: 0; */
    }
    to {
        transform: translateY(0);
        /* opacity: 1; */
    }
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Define slideInLeft animation */
@keyframes slideInLeft {
    to {
        transform: translateX(0);
    }
}
.star-column {
    flex: 1;
    text-align: center;
}
.star{
    padding: 30px;
}
.star svg{
    width: 50px;
    stroke: darkred;
    stroke-width: 3px;
    fill: transparent;
}
.star-h2{
    font-weight: 700;
    font-size: 40px;
}
.star-h {
    color: black;
   
    padding-bottom: 10px;
}

.star-p {
    color: black;
}

@media screen and (max-width: 790px) {
    .box-span-right {
        width: 100%;
        margin-left: 0px;
    }


    .middle-sesson {
        /* height: 30px; */
        /* border: none; */
        background: none;
        margin: 0;
    }
    .why_choose_us {
        text-align: center;
        padding: 30px 10px;
        margin-bottom: 50px;
    }
    .choose-row{
        display: flex;
        flex-direction: column;
    }
    .top-sesson {
        padding: 0px;
    }

    .consulting_Page {
        margin: 0px;
    }

    .bottom-sesson {
        margin: 0px;
    }

    .banner {
        width: 95%;
        height: auto;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }

    .heading_consult {
        font-size: 25px;
        margin-left: 2.5%;
        margin-right: 2.5%;
        margin-bottom: 30px;
    }

    .text_column {
        width: auto;
        /* left: 10px; */
        right: 10px;
        top: 10px;
        bottom: 10px;
        margin-left: 20px;
        height: auto;
        align-items: center;
        overflow: hidden;

    }

    .banner_title_row {
        font-size: 20px;
        margin-top: 5px;
        margin-bottom: 20px;
        margin-left: 10px;
    }

    .banner_discription {
        margin-bottom: 20px;
        margin-right: 10px;
        margin-left: 10px;
        font-size: 16px;
    }


    .box_4 {
        display: none;
    }

    .box_5 {
        display: block;
        border-radius: 30px;
        width: auto;
        text-align: center;
        padding: 15px;
        margin-bottom: 30px;
        margin-left: 20px;
        margin-top: 20px;
        outline: none;
        border-color: #212529;
        background: #212529;
        color: white;
    }

    .box_5:hover {
        background: white;
        color: #212529;
    }

    .box_5 a{
        color: white;
        text-decoration: none;
    }
    
    .box_5:hover a{
        background: white;
        color: #212529;
        text-decoration: none;
    }

    .banner1 {
        height: auto;
        width: 100%;
    }

    .top_bannerWithText {
        position: relative;
        background: none;
        display: block;
    }

    .bottom_form {
        position: relative;
    }

    .btn_consulting {
        margin: 10px;
        display: flex;
        justify-content: space-between;
        max-width: 100%;
        overflow: hidden;
        scroll-behavior: smooth;
        overflow: scroll !important;
    }

    .btn_1 {
        min-width: 50%;
        max-width: 100%;
        text-align: center;
        padding: 15px;
        font-size: 15px;
    }
    .btn_1_3 {
        min-width: 70%;
        max-width: 100%;
        text-align: center;
        padding: 15px;
        font-size: 15px;
    }


    .input_consult {
        width: 100%;
        display: block;
        justify-content: space-evenly;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .box_1 {
        box-sizing: border-box;
        width: 95%;
        max-width: 100%;
        text-align: left;
        padding: 10px;
        margin-top: 20px;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }

    .box_2 {
        box-sizing: border-box;
        height: 70px;
        width: 95%;
        max-width: 100%;
        text-align: left;
        padding: 20px;
        margin-top: 20px;
        margin-right: 2.5%;
        margin-left: 2.5%;
    }

    .box_3 {
        margin-top: 30px;
        margin-left: 2.5%;
    }

}


/* ========================= */




.middle-container {
    position: relative;
    /* margin: 30px; */
    display: flex;
    justify-content: space-evenly;
    background: rgba(255, 136, 0, 0.911);
    margin-top: 30px;
    margin-bottom: 30px;
}

.middle-iconWithContent {
    width: 30%;
    text-align: center;
}

.m-icon {
    height: 40px;
    width: 40px;
    background: black;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.m-heading {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 20px;
}

.m-discribtion {
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
}

.m-img-left {
    position: relative;
    /* width: 70%; */
    display: flex;
    margin: 20px;

}

.m-img-right {
    position: relative;
    /* width: 70%; */
    display: flex;
    margin: 20px;
}

.m-img-container {
    position: relative;
    display: flex;
    background: black;
    /* width: 100%; */
}

.m-img-container-1 {
    background: black;
    margin: 50px 130px;
}

.imgs {
    height: auto;
    width: 100%;
}

.m-img-block {
    display: block;
    width: 35%;
}

.img-m-1 {
    height: auto;
    width: 66%;
    overflow: hidden;
}

.img-m-2 {
    height: auto;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}



/* CREATIVE POST PRODUCT */

.m-img-container_CPP {
    display: block;
    background: black;
}

.m-img-left_CCP {
    display: flex;
    margin: 10px;
    margin-top: 20px;
}

.m-img-right_CCP {
    display: flex;
}

.img-m-1a {
    width: auto;
    height: auto;
}

.img-m-1_CCP {
    width: 60%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.img-m-2_CCP {
    width: 40%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

.img-m-2b {
    width: auto;
    height: auto;
}

/* TVC POST PRODUCT */

.m-img-container_TPP {
    height: auto;
}

.m-img {
    display: flex;
    margin: 10px;
}

.m-img-f {
    margin: 10px;
}

.m-img-container-CP {
    display: flex;
    margin: 10px;
    background: black;
    margin: 50px 130px;
}

.m-img-CP {
    width: 50%;
    position: relative;
    top: 10px;
}

.m-img-container_TVS {
    height: auto;
    margin: 50px 130px;
    
}

.btn_1_2 {

    width: 55%;
    margin: 10px;
    background: gray;
    border: 1px solid white;
    color: white;
    text-align: center;
    padding: 13px;
    border-radius: 10px;
    font-size: 17px;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

}

.btn_1_2 a{
    color: white;
    text-decoration: none;
}
.btn_1_2:hover{
    background: white;
    color: gray;
    border: 1px solid gray;
}


.btn_1_2:hover a{
    background: white;
    color: gray;
    text-decoration: none;
}

@media screen and (max-width: 790px) {

    .btn_1_2 {
        min-width: 60%;
        max-width: 100%;
        text-align: center;
        padding: 15px;
        font-size: 15px;
    }
    .m-img-container-1 {
        margin: 10px 10px;
    }
    
    .m-img-container_TVS {
        margin: 10px 10px;
        
    }
    

    .middle-container {
        /* position: relative; */
        margin: 0px;
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .middle-iconWithContent {
        width: 100%;
        text-align: center;
    }

    .m-icon {
        position: relative;
        top: 10px;
        height: 40px;
        width: 40px;
        background: black;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .m-img-container {
        display: block;
        position: relative;
        top: 10px;
    }

    .img-m-2_CCP {
        margin-left: 10px;
        margin-right: 10px;
    }

    .m-img-left_CCP {
        margin-top: 0px;
    }

    .m-img-container-CP {
        margin: 10px 10px;

    }

    .m-img-left {

        display: flex;
        margin: 10px;

    }

    .m-img-block {
        width: 40%;
    }
}
