/*****Common*****/
.home_title h1 { font-size:100px; line-height:120px; margin: 0; }
.home_title h2 { font-size:62px; line-height:76px;  margin-bottom: 15px; }
.home_title h2.big { font-size:100px; line-height:120px; margin: 0; }
.home_title h3 { font-size:50px; line-height:64px; margin-bottom: 15px; }
.home_title h3.small { font-weight: 400; }
.home_title p { font-size:20px; line-height:34px; margin:25px 0; }
.home_title p.big { font-size:36px; line-height:48px; margin:0; text-transform: capitalize; }
.home_title p.big2 { font-size:30px; line-height:60px; margin:0; }

.common_space_content { padding: 40px 100px; }
.contact_space { padding: 60px 80px; }
.home_space { padding: 0 40px; }

.bg-gradients { background: linear-gradient(120deg, #4B32C9 -0.1%, #F35881 50%, #26CD78 98%); }
.textgradient { background: -webkit-linear-gradient(0deg, #4B32C9 -0.1%, #F35881 50%, #26CD78 98%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.bg-grey { background: #282727; border-radius: 70px 70px 0 0; }
.bg-grey-inner { border-radius: 70px 70px 0 0; }
.bg-purple-inner { background: #4B32C9; padding-top: 100px; border-radius: 70px 70px 0 0; }
.bg-solarred-inner { background: #F35881; border-radius: 70px; }
.bg-green-inner { background: #26CD78; border-radius: 70px; }

.btn_head_common { pointer-events: auto; cursor: pointer; color: #FFFFFF; font-weight: 500; background: linear-gradient(150deg, #4B32C9 -0.1%, #F35881 100%); border: none; padding: 7px 22px; margin: 0; font-family: inherit; font-size: inherit; position: relative; display: inline-block; border-radius: 100px; display: inline-flex; border-radius: 100px;align-items: center; }
.btn_head_common::before, .btn_head_common::after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.btn_animation { overflow: hidden; }
.btn_animation span.text { font-size: 16px; text-transform: capitalize; position: relative; z-index: 10; }
.btn_animation svg.icon2 { margin-left: 10px; position: relative; z-index: 10; }
.btn_animation svg.icon2 path { stroke: #FFFFFF; }
.btn_animation:hover span.text { animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s; }
.btn_animation:hover svg.icon2 path { stroke: #FFFFFF; }

.bg-card1, .bg-card2, .bg-card3, .bg-card4, .bg-card5, .bg-card6, .bg-card7, .bg-card8 { height: 100vh; }

.bg-card1 { background: #FF4343; border-radius: 70px 70px 0 0; }
.bg-card2 { background: #0067D5; border-radius: 70px 70px 0 0; }
.bg-card3 { background: #8134E2; border-radius: 70px 70px 0 0; }
.bg-card4 { background: #FFC65C; border-radius: 70px 70px 0 0; }
.bg-card5 { background: #689F38; border-radius: 70px 70px 0 0; }
.bg-card6 { background: #59007C; border-radius: 70px 70px 0 0; }
.bg-card7 { background: #161616; border-radius: 70px 70px 0 0; }
.bg-card8 { background: #19B999; border-radius: 70px; }

.btn_hc1 { color: #101010; background: #F3F400; }
.btn_hc2 { color: #101010; background: #00FFFF; }
.btn_hc3 { color: #101010; background: #C0EA70; }
.btn_hc4 {  }
.btn_hc5 { color: #101010; background: #FFE327; }
.btn_hc6 { color: #FFFFFF; background: #FF2D55; }
.btn_hc7 { background: #161616; }
.btn_hc8 { color: #101010; background: #E8EF20; }

.btn_hc1 svg.icon2 path, .btn_hc2 svg.icon2 path, .btn_hc3 svg.icon2 path, .btn_hc5 svg.icon2 path, .btn_hc8 svg.icon2 path { stroke: #101010; }
.text1 { color: #F3F400; }
.text2 { color: #00FFFF; }
.text3 { color: #C0EA70; }
.text4 {  }
.text5 { color: #FFE327; }
.text6 { color: #FF2D55; }
.text7 {  }
.text8 { color: #E8EF20; }

@keyframes MoveScaleUpInitial {
    to { transform: translate3d(0,-105%,0) scale3d(1,2,1); opacity: 0; }
}

@keyframes MoveScaleUpEnd {
    from { transform: translate3d(0,100%,0) scale3d(1,2,1); opacity: 0; }
    to { transform: translate3d(0,0,0); opacity: 1; }
}

.btn_animation::before { content: ''; background: linear-gradient(88deg, #26CD78 1%, #F35881 40%, #4B32C9 90%); width: 120%; height: 0; padding-bottom: 120%; top: -120%; left: -10%; border-radius: 50%; transform: translate3d(0, 68%, 0) scale3d(0, 0, 0); }
.btn_animation:hover::before { transform: translate3d(0,0,0) scale3d(1,1,1); transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1); }
.btn_animation::after { content: '';  transform: translate3d(0,-100%,0); transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1); }
.btn_animation:hover::after { transform: translate3d(0,0,0); transition-duration: 0.05s; transition-delay: 0.4s; transition-timing-function: linear; }
/*****Common*****/

/*****HomePage*****/
.section { display: flex; height: 100vh; padding-left:60px; padding-right:60px; align-items: center; }
.section .container-fluid { max-width: 100%; }
.section15 .container-fluid { max-width: 100%; }

.space { height: 200px; }

.main-section { height: 100vh; }
.main-section .bg-gradients { height: 100%; }
.appbox_main_screen { display: flex; align-items: center; justify-content: center; }

.appbox { margin: 0 auto; text-align: center; }
.appbox img { width: 360px; object-fit: cover; margin: 0 auto; }

.appbox-a { z-index: 1; margin-top: 100px; }
.appbox-b { z-index: 3; }
.appbox-b img { width: 370px; top:100px; position: absolute; transform: translate(-50%, 0%); transform-style: preserve-3d; transition: transform 0.6s; }
.appbox-c { z-index: 2; margin-top: 100px; }
.appbox-a img, .appbox-c img { scale: 0.82; }

.appbox-d { margin-top: -300px; }
.appbox-e { margin-top: -20px; }
.appbox-f { margin-top: -50px; }
.appbox-d img, .appbox-e img, .appbox-f img { scale: 0.88; }

.appbox-g { margin-top: -50px; }
.appbox-h { margin-top: -300px; }
.appbox-i { margin-top: -20px; }
.appbox-g img, .appbox-h img, .appbox-i img { scale: 0.88; }

.appbox-j { margin-top: 0px; z-index: 3; }
.appbox-k { margin-top: -100px; z-index: 4; }
.appbox-l { margin-top: -200px; z-index: 5; }
.appbox-m { margin-top: -400px; z-index: 2; }
.appbox-n {  margin-top: -600px; z-index: 1; }

.appbox-j img, .appbox-k img, .appbox-l img, .appbox-m img, .appbox-n img { scale: 0.88; }

.appbox-o { margin-top: -140px; }
.appbox-p { margin-top: 0px; margin-bottom: -300px; }
.appbox-q { margin-top: -140px; }
.appbox-o img, .appbox-p img, .appbox-q img { scale: 0.88; }

.appbox-r { z-index: 2; }
.appbox-s { z-index: 3; }
.appbox-t { z-index: 2; }
.appbox-r img, .appbox-t img { scale: 0.88; }

.appbox-u { margin-top: -300px; }
.appbox-v { margin-top: -50px; }
.appbox-w { margin-top: -50px; }
.appbox-x { margin-top: -300px; }
.appbox-u img, .appbox-v img, .appbox-w img, .appbox-x img { scale: 0.88; }

.appbox-y { margin-top: -60px; }
.appbox-z { margin-top: -300px; margin-bottom: -40px; }
.appbox-aa { margin-top: -60px; }
.appbox-y img, .appbox-z img, .appbox-aa img { scale: 0.88; }

.appbox-bb { margin-top: -160px; }
.appbox-cc { margin-top: -80px; }
.appbox-dd { margin-top: -30px; }
.appbox-ee { margin-top: -80px; }
.appbox-ff { margin-top: -160px; }
.appbox-bb img, .appbox-cc img, .appbox-dd img, .appbox-ee img, .appbox-ff img { scale: 0.88; }

.appbox-gg { margin-top: -40px; rotate: -10deg; }
.appbox-hh { margin-top: -60px; rotate: -10deg; }
.appbox-ii { margin-top: -480px; rotate: -12deg; }
.appbox-jj { margin-top: -480px; rotate: -12deg; }
.appbox-gg img, .appbox-hh img, .appbox-ii img, .appbox-jj img { scale: 0.77; }

.sub-main-section { height: 100vh; }
.section-title-3 { position: relative; z-index: 999; background-color: #ffffff0d; backdrop-filter: blur(4px); border-radius: 60px; padding: 50px; }

.tech-boxs { display: flex; flex-wrap: wrap; padding: 0 100px; }
.tech-box { flex: 0 0 16%; }
.tech-box img { filter: grayscale(1); }
.tech-box:hover img, .tech-box:focus img { filter: grayscale(0); }

.section-image { text-align: center; }
.section-image img { margin: 0 auto; }

.section3 .bg-card-inner,
.section4 .bg-card-inner,
.section5 .bg-card-inner,
.section7 .bg-card-inner,
.section8 .bg-card-inner,
.section9 .bg-card-inner,
.section10 .bg-card-inner { align-items: center; height: 100vh; }

.section1 { background: linear-gradient(120deg, #0B0B0B -0.1%, #32333A 98%); }
.section1 .container-fluid { height: 100vh; }
.section2 { background-color: #FFFFFF; padding: 90px 0; }
.section3 .bg-card-inner { position: relative; overflow: hidden; }
.section4 .bg-card-inner { position: relative; overflow: hidden; }
.section7 .bg-card-inner { position: relative; overflow: hidden; }
.section9 { overflow: hidden; }
.section12 { background:#010101; }
.section14 { padding-top: 80px; }
.section15 { padding-top: 60px; padding-bottom: 60px; }
.section16 { padding-top: 60px; padding-bottom: 60px; background: #010101; }

.section11, .section12 { height: 100vh; display: flex; align-items: center; }

.food-element1 { position: absolute; top: -120px; left: 240px; }
.food-element2 { position: absolute; left: -70px; bottom: -70px; }
.food-element3 { position: absolute; left: 530px; bottom: 0px; }

.medtech1 { position: absolute; top: 20px; right: 40px; }
.medtech2 { position: absolute; bottom: -20px; right: 140px; }

.agritech1 { position: absolute; top: -20px; left: 500px; }
.agritech2 { position: absolute; left: 20px; bottom: 20px; }

.game-element1 { position: absolute; right: -170px; top: -100px; }
.game-element2 { position: absolute; right: -140px; bottom: -140px; }
.game-element3 { position: absolute; left: -70px; top: -10px; }
.game-element4 { position: absolute; left: -110px; bottom: -40px; }

.two-section-image { display: flex; align-items: flex-start; }
.two-section-flex-box { display: flex; align-items: flex-start; height: 100vh; overflow: hidden; }
.two-section-flex { display: flex; flex-direction: column; }

.three-section-image { display: flex; align-items: center; }

.four-section-image { display: flex; align-items: center; justify-content: center; gap: 15px; padding: 0 30px; margin-top: 30px; }
.four-section-image .appbox { position: relative; overflow: hidden; transition: transform 0.3s ease; }
.four-section-image .appbox:hover { transform: scale(1.05); }

.five-section-image { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 0 50px; }
.five-section-image .appbox { position: relative; overflow: hidden; transition: transform 0.3s ease; }
.five-section-image .appbox:hover { transform: scale(1.09); }

.main-section-image { display: flex; align-items: center; justify-content: center; }

.app-projects-main { height: 100vh; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.projects { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; align-items: stretch; justify-items: center; gap:120px 20px; z-index: 1; position: relative; opacity: 0.5; }
.project-title { position: absolute; z-index: 2; }

.three-section { display: flex; justify-content: space-evenly; height: 100vh; flex-direction: column; }
.card_box { background: #010101; padding: 30px 20px 0 20px; border-radius: 30px; border: 2px solid #1a1a1a; text-align: center; }
.card_box h4 { font-size: 32px; color: #FFFFFF; margin-bottom: 20px; }
.card_box p { color: #FFFFFF; }
.card_box img { margin: 0 auto; }

.extraordinary_image { margin-left: -60px; }
.extraordinary_image img { border-radius: 0 70px 70px 0; }

.extraordinary_video { margin-left: -60px; }

.position-element { position: relative; }

/*****CardAnimation*****/
.spacer { height: 300px; }
.sectioncard .box { position: relative; overflow: hidden; transition: transform 0.3s ease; }
.sectioncard .box:hover { transform: scale(1.05); }

.cardStacking { overflow: hidden; padding-top: 100px; padding-bottom:0; }
.cardStacking__cards { padding: 0 30px; }
.cardStacking .stackCard { position: relative; width: 100%; transform-origin: 50% 80%; }

.cardStacking .stackCard.stackCard1 { transform-origin: 50% 20%; }
.cardStacking .stackCard.stackCard2 { transform-origin: 50% 40%; }
.cardStacking .stackCard.stackCard3 { transform-origin: 50% 60%; }
.cardStacking .stackCard.stackCard4 { transform-origin: 50% 80%; } 
.cardStacking .stackCard.stackCard5 { transform-origin: 50% 130%; } 
.cardStacking .stackCard.stackCard6 { transform-origin: 50% 160%; } 
.cardStacking .stackCard.stackCard7 { transform-origin: 50% 180%; } 
.cardStacking .stackCard.stackCard8 { transform-origin: 50% 210%; } 

.stackCard1 { }
.stackCard2 { z-index: 2; }
.stackCard3 { z-index: 3; }
.stackCard4 { z-index: 4; }
.stackCard5 { z-index: 5; }
.stackCard6 { z-index: 6; }
.stackCard7 { z-index: 7; }
.stackCard8 { z-index: 8; }
/*****CardAnimation*****/
/*****HomePage*****/

/*****Request_Form*****/
.request-proposal-title { padding: 160px 0 40px 0; }
.request-proposal-main { padding: 0 0 90px 0; }
.request_proposal { padding: 40px; }
.rp_title h1 { font-size: 90px; line-height: 120px; margin: 0; font-weight: 400; }

.rp_form_check_boxs { margin-bottom: 50px; }
.rp_form_check_boxs h5 { font-size: 24px; color: #FFFFFF; font-weight: 400; margin-bottom: 15px; letter-spacing: 0.4px;}
.rp_form_check_box { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }
.rp_form_check { position: relative; }
.rp_form_check input:checked + label { background: linear-gradient(150deg, #4B32C9 -0.1%, #F35881 100%); color: #f7f7f7; }
.rp_form_check input:checked + label:hover,
.rp_form_check input:checked + label:focus,
.rp_form_check input:checked + label:active { background: linear-gradient(150deg, #4B32C9 -0.1%, #F35881 100%); color: #f7f7f7; }
.rp_form_check input { opacity: 0; position: absolute; }
.rp_form_check .button_select { margin: 0; display: flex; color: #FFFFFF; background-color: #3e3e3e; padding: 12px 35px; font-size: 24px; line-height: 36px; border-radius: 50px; cursor: pointer; }
.rp_form_check .button_select:hover,
.rp_form_check .button_select:focus,
.rp_form_check .button_select:active { background-color: #3e3e3e; }

.rp_form_tab { margin-bottom: 60px; }
.rp_form_tab label { display: block; font-size: 26px; color: #FFFFFF; font-weight: 400; margin-bottom: 20px; }

input.rp_input { width: 100%; height: 54px; border: 0; background: transparent; border-width: 0 0 1px 0; border-style: solid; border-color: #484848; font-size: 24px; line-height: 36px; font-weight: 300; color: #FFFFFF; outline: none; box-shadow: none; }
input.rp_input:hover, input.rp_input:focus { border-color: #F35881; }
input.rp_input::-webkit-input-placeholder { color: #8d8d8d; }
input.rp_input::-moz-placeholder { color: #8d8d8d; }
input.rp_input:-ms-input-placeholder { color: #8d8d8d; }
input.rp_input:-moz-placeholder { color: #8d8d8d; }

textarea.rp_textarea { width: 100%; height: 100px; border: 0; background: transparent; border-width: 0 0 1px 0; border-style: solid; border-color: #484848; font-size: 24px; line-height: 36px; font-weight: 300; color: #FFFFFF; outline: none; box-shadow: none; }
textarea.rp_textarea:hover, textarea.rp_textarea:focus { border-color: #F35881; }
textarea.rp_textarea::-webkit-input-placeholder { color: #8d8d8d; }
textarea.rp_textarea::-moz-placeholder { color: #8d8d8d; }
textarea.rp_textarea:-ms-input-placeholder { color: #8d8d8d; }
textarea.rp_textarea:-moz-placeholder { color: #8d8d8d; }

.rp_form_checkbox { margin-bottom: 60px; }
.rp_form_checkbox input { width: 26px; height: 26px; border: 1px solid #FFFFFF; margin-right: 20px; }
.rp_form_checkbox .checkbox_contant { font-size: 20px; color: #FFFFFF; font-weight: 200; }

.btn_rp_arrow { pointer-events: auto; cursor: pointer; color: #FFFFFF; font-weight: 500; background: linear-gradient(150deg, #4B32C9 -0.1%, #F35881 100%); border: none; padding: 12px 30px; margin: 0; font-family: inherit; font-size: 22px; line-height: 36px; position: relative; display: inline-block; border-radius: 100px; display: inline-flex; border-radius: 100px;align-items: center; box-shadow: none; outline: none; }
.btn_rp_arrow::before, .btn_rp_arrow::after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.btn_rp_arrow:hover, .btn_rp_arrow:focus { background: linear-gradient(150deg, #F35881 -0.1%, #4B32C9 100%); box-shadow: none; outline: none; }

.rp_form_file { margin-bottom: 60px; }
.rp_form_file.file-upload-wrapper { position: relative; width: 100%; height: 60px; }
.rp_form_file.file-upload-wrapper:after { content: attr(data-text); font-size: 24px; font-weight: 300; position: absolute; top: 0; right: 0; background: transparent; padding: 10px 0 10px 40px; display: block; width: calc(100% - 0px); pointer-events: none; z-index: 20; height: 60px; line-height: 40px; color: #8d8d8d; border-radius: 0; border: solid; border-width: 0 0 1px 0; border-color: #FFFFFF; }
.rp_form_file.file-upload-wrapper:hover:after { border-color: #F35881; }
.rp_form_file.file-upload-wrapper:before { content: '\f0c6'; font-family: "Font Awesome 5 Free"; position: absolute; top: 0; left: 0; display: inline-block; height: 60px; background: transparent; color: #FFFFFF; font-weight: 700; z-index: 25; font-size: 24px; line-height: 60px; padding: 0; text-transform: uppercase; pointer-events: none; border-radius: 0 5px 5px 0; }
.rp_form_file.file-upload-wrapper input { opacity: 0; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 99; height: 60px; margin: 0; padding: 0; display: block; cursor: pointer; width: 100%; }
/*****Request_Form*****/

/*****Get_Proposal_Form*****/
.rp_title h2 { font-size: 60px; line-height: 74px; margin-bottom: 50px; font-weight: 400; }

.gp_form_check_boxs { margin-bottom: 50px; }
.gp_form_check_boxs h5 { font-size: 20px; color: #FFFFFF; font-weight: 400; margin-bottom: 15px; letter-spacing: 0.4px;}
.gp_form_check_box { display: flex; gap: 20px; align-items: center; }
.gp_form_check { position: relative; }
.gp_form_check input:checked + label { background: linear-gradient(150deg, #4B32C9 -0.1%, #F35881 100%); color: #f7f7f7; }
.gp_form_check input:checked + label:hover,
.gp_form_check input:checked + label:focus,
.gp_form_check input:checked + label:active { background: linear-gradient(150deg, #4B32C9 -0.1%, #F35881 100%); color: #f7f7f7; }
.gp_form_check input { opacity: 0; position: absolute; }
.gp_form_check .button_select { margin: 0; display: flex; color: #FFFFFF; background-color: #3e3e3e; padding: 8px 25px; font-size: 18px; line-height: 30px; border-radius: 50px; cursor: pointer; }
.gp_form_check .button_select:hover,
.gp_form_check .button_select:focus,
.gp_form_check .button_select:active { background-color: #3e3e3e; }

.gp_form_tab { margin-bottom: 50px; }
.gp_form_tab label { display: block; font-size: 26px; color: #FFFFFF; font-weight: 400; margin-bottom: 20px; }

input.gp_input { width: 100%; height: 56px; border: 0; background: transparent; border-width: 0 0 1px 0; border-style: solid; border-color: #484848; font-size: 20px; line-height: 34px; font-weight: 300; color: #FFFFFF; outline: none; box-shadow: none; }
input.gp_input:hover, input.gp_input:focus { border-color: #F35881; }
input.gp_input::-webkit-input-placeholder { color: #8d8d8d; }
input.gp_input::-moz-placeholder { color: #8d8d8d; }
input.gp_input:-ms-input-placeholder { color: #8d8d8d; }
input.gp_input:-moz-placeholder { color: #8d8d8d; }

textarea.gp_textarea { width: 100%; height: 80px; border: 0; background: transparent; border-width: 0 0 1px 0; border-style: solid; border-color: #484848; font-size: 20px; line-height: 34px; font-weight: 300; color: #FFFFFF; outline: none; box-shadow: none; }
textarea.gp_textarea:hover, textarea.gp_textarea:focus { border-color: #F35881; }
textarea.gp_textarea::-webkit-input-placeholder { color: #8d8d8d; }
textarea.gp_textarea::-moz-placeholder { color: #8d8d8d; }
textarea.gp_textarea:-ms-input-placeholder { color: #8d8d8d; }
textarea.gp_textarea:-moz-placeholder { color: #8d8d8d; }

.gp_form_checkbox { margin-bottom: 50px; }
.gp_form_checkbox input { width: 26px; height: 26px; border: 1px solid #FFFFFF; margin-right: 20px; }
.gp_form_checkbox .checkbox_contant { font-size: 20px; color: #FFFFFF; font-weight: 200; }

.btn_gp_arrow { pointer-events: auto; cursor: pointer; color: #FFFFFF; font-weight: 500; background: linear-gradient(150deg, #4B32C9 -0.1%, #F35881 100%); border: none; padding: 12px 30px; margin: 0; font-family: inherit; font-size: 22px; line-height: 36px; position: relative; display: inline-block; border-radius: 100px; display: inline-flex; border-radius: 100px;align-items: center; box-shadow: none; outline: none; }
.btn_gp_arrow::before, .btn_gp_arrow::after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.btn_gp_arrow:hover, .btn_gp_arrow:focus { background: linear-gradient(150deg, #F35881 -0.1%, #4B32C9 100%); box-shadow: none; outline: none; }

.gp_form_file { margin-bottom: 50px; }
.gp_form_file.file-upload-wrapper { position: relative; width: 100%; height: 60px; }
.gp_form_file.file-upload-wrapper:after { content: attr(data-text); font-size: 20px; font-weight: 300; position: absolute; top: 0; right: 0; background: transparent; padding: 10px 0 10px 40px; display: block; width: calc(100% - 0px); pointer-events: none; z-index: 20; height: 60px; line-height: 40px; color: #8d8d8d; border-radius: 0; border: solid; border-width: 0 0 1px 0; border-color: #FFFFFF; }
.gp_form_file.file-upload-wrapper:hover:after { border-color: #F35881; }
.gp_form_file.file-upload-wrapper:before { content: '\f0c6'; font-family: "Font Awesome 5 Free"; position: absolute; top: 0; left: 0; display: inline-block; height: 60px; background: transparent; color: #FFFFFF; font-weight: 700; z-index: 25; font-size: 24px; line-height: 60px; padding: 0; text-transform: uppercase; pointer-events: none; border-radius: 0 5px 5px 0; }
.gp_form_file.file-upload-wrapper input { opacity: 0; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 99; height: 60px; margin: 0; padding: 0; display: block; cursor: pointer; width: 100%; }
/*****Get_Proposal_Form*****/