@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Pacifico&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Pacifico&display=swap");
:root {
 --OpenSans: "Open Sans", sans-serif;
 --Barlow: "Barlow", sans-serif;
 --orange: #ff5f00;
 --white: #ffffff;
 --black: #000000;
 --grey: #707070;
 --globalgrey: #646c74;
}

* {
 margin: 0;
 padding: 0;
 box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
}

* {
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body,
div,
span,
applet,
object,
iframe,
a,
img,
select,
input,
option {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
}

html {
 -webkit-text-size-adjust: none;
}

button,
input,
select,
textarea {
 font-size: 100%;
 margin: 0;
 vertical-align: baseline;
 box-shadow: none;
}

input[type="button"],
input[type="submit"] {
 -webkit-appearance: none !important;
}

a {
 text-decoration: none;
}

img {
 border: 0 none;
 max-width: 100%;
 vertical-align: top;
}

a {
 outline: none;
 cursor: pointer;
}

a:hover {
 text-decoration: none;
}

a:focus {
 text-decoration: none !important;
 outline: none !important;
}

.clear {
 clear: both;
}

img {
 max-width: 100%;
}

button:focus {
 outline: 0;
}

img {
 vertical-align: bottom;
}
/*Placeholder opacity cross browsers*/

input::-webkit-input-placeholder {
 color: #707070 !important;
 opacity: 1 !important;
}

input:-moz-placeholder {
 color: #707070 !important;
 opacity: 1 !important;
}

input::-moz-placeholder {
 color: #707070 !important;
 opacity: 1 !important;
}

input:-ms-input-placeholder {
 color: #707070 !important;
 opacity: 1 !important;
}

textarea::-webkit-input-placeholder {
 color: #707070 !important;
 opacity: 1 !important;
}

textarea:-moz-placeholder {
 color: #707070 !important;
 opacity: 1 !important;
}

textarea::-moz-placeholder {
 color: #707070 !important;
 opacity: 1 !important;
}

textarea:-ms-input-placeholder {
 color: #707070 !important;
 opacity: 1 !important;
}

button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
 border: 0;
}

#login-form .sbSelector a {
 color: #000 !important;
}
/* #Page Structure
================================================== */

body {
 margin: 0;
 padding: 0;
 font-size: 16px;
 color: var(--globalgrey);
 background: #ffffff;
 font-family: var(--Barlow);
 font-weight: 400;
}

.wrapper {
 width: 100%;
 transition: 0.5s;
 -webkit-transition: 0.5s;
 -moz-transition: 0.5s;
 -o-transition: 0.5s;
 opacity: 1;
}

.container {
 max-width: 1324px;
 margin: 0 auto;
 padding: 0 15px;
}

a,
button {
 transition: 0.5s;
 -webkit-transition: 0.5s;
 -moz-transition: 0.5s;
 -o-transition: 0.5s;
}
/* Global Page Style
==================================================*/

h1 {
 font-size: 52px;
 line-height: 1.2;
 color: var(--black);
 font-family: var(--Barlow);
}

h2 {
 font-size: 44px;
 line-height: 1.2;
 color: var(--black);
 font-family: var(--Barlow);
 font-weight: 600;
}

h3 {
 font-size: 36px;
 line-height: 1.1;
 color: var(--white);
 font-family: var(--Barlow);
}

h4 {
 font-size: 24px;
 line-height: 1.2;
 color: var(--black);
 font-family: var(--Barlow);
}

h5 {
 font-size: 20px;
 line-height: 1.4;
 color: var(--white);
 font-family: var(--OpenSans);
}

p {
 font-size: 24px;
 line-height: 1.45;
 color: var(--globalgrey);
 font-family: var(--OpenSans);
}
/* Header Section CSS */

header {
 width: 100%;
 background: #0e0c36;
 position: relative;
 z-index: 9999;
}

header .InnerBox {
 display: flex;
 align-items: center;
 justify-content: space-between;
 padding: 29px 0;
}

header .InnerBox .logo img {
 max-width: 99.3px;
}

header .InnerBox .logo a {
 display: inline-flex;
}

header .InnerBox .btn_group {
 display: inline-flex;
 align-items: center;
 justify-content: space-between;
 gap: 14px;
 flex-direction: row;
}

header .InnerBox .btn_group .btn {
 padding: 8px 24px 9px;
 border-radius: 50px;
 font-family: var(--OpenSans);
 font-size: 16px;
 font-weight: 700;
 text-transform: uppercase;
}

header .InnerBox .btn_group .btn1 {
 background: transparent;
 color: var(--orange);
 border: 1px solid #ff5f00;
}

header .InnerBox .btn_group .btn1:hover {
 background-color: #ff5f00;
 border-color: #ff5f00;
 color: var(--white);
}

header .InnerBox .btn_group .btn2 {
 background: #ff5f00;
 color: var(--white);
 border: 1px solid #ff5f00;
}

header .InnerBox .btn_group .btn2:hover {
 background: transparent;
 border-color: var(--orange);
 color: var(--white);
}
/* Banner Section CSS */

.BannerSec {
 background-size: cover;
}

.BannerSecGradBotton {
 background: radial-gradient(55.09% 55.87% at 64.75% 40.74%, rgba(255, 95, 0, 0.3) 0%, rgba(255, 251, 249, 0) 61.13%, rgba(255, 255, 255, 0) 100%);
}

.BannerSecGrad {
 background: radial-gradient(55.09% 55.87% at 64.75% 40.74%, rgba(255, 95, 0, 0.3) 0%, rgba(255, 251, 249, 0) 61.13%, rgba(255, 255, 255, 0) 100%);
}

.BannerSec .Inner {
 display: flex;
 align-items: flex-start;
 justify-content: space-between;
 padding-top: 5%;
}

.BannerSec .Inner .LeftCol {
 width: 49.3%;
}
.BannerSec .Inner .RightCol {
    width: 49.3%;
}
.BannerSec .Inner .LeftCol h1 span {
 color: var(--orange);
}

.BannerSec .Inner .LeftCol .BannerImg {
 border-radius: 10px;
 width: 100%;
}

.BannerSec .Inner .LeftCol .BannerImg img {
 border-radius: 10px;
 width: 100%;
}

.BannerSec .Inner .LeftCol h2 {
 margin-bottom: 30px;
}

.BannerSec .Inner .LeftCol .contain {
 margin-bottom: 30px;
}

.BannerTitle h1 span {
 letter-spacing: 0.03em;
 color: #FF5F00;
 font-weight: 800;
}

.BannerTitle h2 {
 font-size: 50px;
 letter-spacing: 0.03em;
 font-weight: 800;
 line-height: 60px;
}

.BannerTitle p {
 display: block;
 padding: 3% 20%;
 font-size: 24px;
 font-weight: 600;
 line-height: 31.2px;
 height: 62px;
}

.BannerTitleSecond {
 font-size: 32px;
 line-height: 41.6px;
 text-align: center;
}

.BannerTitleSecond h2 {
 font-size: 32px;
 font-weight: 800;
 line-height: 41.6px;
 text-align: center;
}

.BannerTitleSecond h2 span {
 color: #FF5F00;
}

.BannerTitleSecond p {
 font-family: var(--OpenSans);
 font-size: 24px;
 font-weight: 600;
 line-height: 31.2px;
 text-align: center;
 padding: 1% 10%;
}

.BannerSec .Inner .LeftCol .KeyTopic ul {
 margin: 0;
 padding: 0;
 display: flex;
 flex-direction: column;
 gap: 30px;
}

.BannerSec .Inner .LeftCol .KeyTopic ul li {
 display: flex;
 flex-direction: row;
 align-items: baseline;
 gap: 25px;
 color: var(--black);
 font-size: 24px;
 line-height: 1.46;
}

.BannerSec .Inner .LeftCol .KeyTopic ul li img {
 margin-left: 9px;
 max-width: 16px;
 height: auto;
}

.BannerSec .Inner .RightCol {
 width: 42%;
 display: flex;
 flex-direction: column;
 gap: 50px;
}

.BannerSec .Inner .RightCol .InnerFormBox {
 display: flex;
 padding: 30px 50px;
 gap: 10px;
 opacity: 0px;
 flex-direction: column;
 align-items: flex-start;
 justify-content: flex-start;    
 background-color: #ffffff;    
}

.BannerSec .FormBox {
 margin: 40px 0 20px 0;
 width: 100%;
}

.BannerSec .FormBox .form {
 display: flex;
 flex-direction: column;
}

.BannerSec .FormBox .form .FormFieldGroup {
 display: flex;
 align-items: center;
 justify-content: space-between;
}

.BannerSec .FormBox .form .FormFieldGroup .form-control {
 width: 47%;
}

.BannerSec .FormBox .form .form-control {
 position: relative;
 width: 100%;
 border-bottom: 1px solid #d7d7d7;
 margin-bottom: 20px;
}

.BannerSec form .form-control small {
 color: #ff3000;
 margin-top: 5px;
 visibility: hidden;
 display: none;
 position: absolute;
 left: 0;
 bottom: -19px;
 font-size: 13px;
}

.BannerSec .FormBox .form .form-control input {
 width: 100%;
 border-radius: 0px !important;
 border: none;
 padding: 0 15px;
 height: 35px;
 font-size: 16px;
 font-family: "Open Sans", sans-serif;
 color: var(--grey);
}

.BannerSec .FormBox .form button.btn {
 width: 100%;
 border-radius: 5px;
 background-color: #ff5f00;
 padding: 10px 15px;
 font-size: 24px;
 font-family: var(--Barlow);
 color: #ffffff;
 border: 1px solid #ff5f00;
 font-weight: 700;
 cursor: pointer;
 margin-top: 10px;
}

.BannerSec form .form-control.error {
 margin-bottom: 25px !important;
}

.BannerSec .FormBox .form button.btn:hover {
 color: var(--orange);
 background: #ffffff;
}

.BannerSec form .form-control.error small {
 visibility: visible;
 display: block;
}

.BannerSec form .form-control.error input {
 border-color: #ff3000;
}

.BannerSec form .form-control.success input {
 border-color: #2ecc71;
}

.BannerSec .InnerFormBox p {
 font-size: 12px;
 line-height: 22px;
 color: var(--grey);
 font-family: var(--OpenSans);
}

.BannerSec .InnerFormBox p a {
 font-weight: 700;
 text-decoration: underline;
 color: var(--orange);
 display: inline-block;
}

.BannerSec .InnerFormBox p a:hover {
 text-decoration: none;
}

.BannerSec .GrowthContainer {
 border-radius: 10px;
 background-color: #0e0c36;
 box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
 padding: 40px 50px;
 gap: 20px;
 display: flex;
 flex-direction: column;
}

.BannerSec .GrowthContainer h3 span {
 color: var(--orange);
 font-style: italic;
}

.BannerSec .GrowthContainer h5 {
 font-weight: 400;
}

.BannerSec .GrowthBox {
 background-color: #fff3ed;
 padding: 15px 20px;
 display: flex;
 flex-direction: column;
 gap: 10px;
 border-radius: 10px;
}

.BannerSec .GrowthBox .InnerBox {
 display: flex;
 align-items: center;
 justify-content: flex-start;
 gap: 16px;
 height: 160px;
}

.BannerSec .GrowthBox .InnerBox .Col1 {
 display: flex;
 flex-direction: column;
 gap: 5px;
 justify-content: center;
 align-items: center;
 width: 32%;
}

.BannerSec .GrowthBox .InnerBox .Col1 img {
 max-width: 85px;
}

.BannerSec .GrowthBox .InnerBox .Col1 p {
 font-family: var(--OpenSans);
 font-size: 50px;
 line-height: 1;
 color: var(--orange);
 font-weight: 700;
}

.BannerSec .GrowthBox .InnerBox .Col2 {
 width: 63%;
}

.BannerSec .GrowthBox .InnerBox .Col2 p {
 font-family: var(--OpenSans);
 font-size: 20px;
 line-height: 28px;
 color: var(--black);
}

.BannerSec .GrowthBox .InnerBox .Col2 p span.orange {
 color: var(--orange);
 font-weight: 800;
}

.BannerSec .GrowthBox .InnerBox .Col2 p span.black {
 color: var(--black);
 font-weight: 800;
}

.BannerSec .GrowthBox h6 {
 font-family: var(--OpenSans);
 font-size: 12px;
 line-height: 18px;
 color: var(--black);
 font-weight: 400;
 padding: 10px 14px;
}

.BannerSec .GrowthBox h6 span {
 font-weight: 700;
}

.BannerSec .GrowthContainer.LeftGrowthBox {
 display: none;
}

form .sc-formfield-input small {
 color: #ff3000;
 margin-top: 5px;
 visibility: hidden;
 display: none;
 position: absolute;
 left: 0;
 bottom: -19px;
 font-size: 13px;
}

form .sc-formfield-input.error {
 margin-bottom: 25px !important;
}

form .sc-formfield-input.error small {
 visibility: visible;
 display: block;
}

form .sc-formfield-input.error input {
 border-color: #ff3000;
}
 .thankyouSection {
   display:block;
   width:100%;
   margin:auto;
text-align: center;
   
 }
 .thankyouSection img{
   width:128px;
   height:102px;
   margin:auto;
 }
#thankYouMessage {
 padding-bottom: 20px;
 color: #FF5F00;
 font-family: Barlow;
 font-size: 38px;
 font-weight: 800;
 line-height: 49.4px;
 text-align: center;

}
/*Content Section Body CSS*/
.ContentSec {
background: linear-gradient(68.67deg, #FFEEE4 4.01%, rgba(255, 255, 255, 0.8) 28.02%, rgba(255, 255, 255, 0) 100%);
}  

.BannerTitleSecond {
 font-family: var(--OpenSans);
 text-align: center;
 width: 100%;
 gap: 20px;  
}
.BannerTitleLast h2 {
 font-family: var(--OpenSans);
 font-size: 32px;
 font-weight: 700;
 line-height: 41.6px;
 text-align: left;
 padding-top: 5%;
 color: #000000;
}
.BannerTitleSecond h2 span {
 color: #FF5F00;
}
.BannerTitleSecond p {
 font-family: var(--OpenSans);
 font-size: 24px;
 font-weight: 600;
 line-height: 31.2px;
 text-align: center;
 padding:1%;

}
.ContentSec .Inner {
 display: flex;
 align-items: flex-start;
 justify-content: space-between;
 padding-top: 5%;
}

.ContentSec .Inner .LeftCol {
 width: 49%;
 margin-right:1%;
}
.ContentSec .Inner .RightCol {
 width: 50%;    
 margin-right:1%;    
 
}
.ContentSec .Inner .LeftCol span {
 color: var(--orange);
}

.ContentSec .Inner .LeftCol h3 {
 color: #000000;
 font-size: 32px;
 font-weight: 700;
 line-height: 41.6px;
 text-align: left;
 margin-bottom: 30px;
}
.ContentSec .Inner .RightCol h3 {
 color: #000000;
 font-size: 32px;
 font-weight: 700;
 line-height: 41.6px;
 text-align: left;
 
}
.ContentSec .Inner .RightCol p {    
 font-size: 14px;
 font-weight: 400;
 line-height: 22.4px;
 text-align: left;
 margin-bottom: 30px;
}
.ContentSec .feautures{
 color: #000000;
 font-family: var(--OpenSans);
 font-size: 24px;
 font-weight: 600;
 line-height: 31.2px;
 text-align: left;
 padding:5% 0;

}
.ContentSec .Inner .LeftCol .contain {
 margin-bottom: 30px;
}


.list-view-block {
font-family: Open Sans;
 display: block;
 height: 660px;
 padding:10% 5%;
 border-radius:30px;
 background: radial-gradient(100% 100% at 0% 0%, rgba(255, 240, 231, 0.3) 41.75%, rgba(255, 251, 249, 0.3) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
 box-shadow: 0px 0px 20px 0px #0000001A;
}
.list-view-block:hover {
box-shadow: 0px 0px 20px 0px #0000004D;

}
.ContentSec  ul.list-view{
 list-style-type: none;    
 font-family: var(--OpenSans);
 font-size: 16px;
 font-weight: 400;
 line-height: 24px;
 text-align: left;
 gap:20px;
 display: flex;
 flex-direction: column;

}   
ul.list-view li {
 display: flex;
 flex-direction: row;
 align-items: baseline;
 gap: 5px;
 color: var(--black);
 font-size: 16px;
 line-height: 1.46;
}
ul.list-view img {
display:block;
width:24px;
height:24px;
max-width: 100%;
height: auto;
}
ul.list-view-arrows {
list-style-type: none;    
 font-family: var(--OpenSans);
 font-size: 16px;
 font-weight: 400;
 line-height: 24px;
 text-align: left;
 display: flex;
 flex-direction: column;
 gap: 10px;

}

ul.list-view-arrows li {
font-family: Open Sans;
 display: flex;
 flex-direction: row;
 align-items: baseline;
 gap: 5px;
 color: var(--black);
 font-size: 16px;
 line-height: 24px;
}   

.sc-button {
display:block;
 width: 30%;
 margin:auto;
 border-radius: 5px !important;
 background-color: #ff5f00 !important;
 padding: 10px 15px !important;
 font-size: 24px !important;
 font-family: var(--Barlow) !important;
 color: #ffffff !important;
 border: 1px solid #ff5f00 !important;
 font-weight: 700 !important;
 cursor: pointer !important;
 margin-top: 5%;
}

.terms {
 display:block;
 gap:10px;
}

.terms p{
 font-family: var(--OpenSans);
 font-size: 14px;
 font-style: italic;
 font-weight: 400;
 line-height: 22.4px;
 text-align: left;
 color: #646C74;

}

/* Footer Section CSS */

footer {
 padding: 30px 0px;
 background: #0e0c36;
}

footer .TopRow {
 padding: 30px 0;
 display: flex;
 align-items: center;
 justify-content: space-between;
}

footer .TopRow .LeftCol {
 display: inline-flex;
 align-items: center;
 justify-content: space-between;
 gap: 50px;
}

footer .TopRow .LeftCol .logo img {
 max-width: 124px;
}

footer .TopRow .LeftCol .logo a {
 display: inline-flex;
}

footer .TopRow .LeftCol .socialmedia ul {
 margin: 0;
 padding: 0;
 list-style-type: none;
 display: flex;
 align-items: center;
 gap: 10px;
}

footer .TopRow .LeftCol .socialmedia ul li a {
 cursor: pointer;
 width: 40px;
 height: 40px;
 border-radius: 100%;
 background: #ffffff;
 display: flex;
 align-items: center;
 justify-content: center;
}

footer .TopRow .LeftCol .socialmedia ul li a:hover {
 background: var(--orange);
}

footer .TopRow .LeftCol .socialmedia ul li:first-child a img {
 max-width: 11px;
}

footer .TopRow .LeftCol .socialmedia ul li:last-child a img {
 max-width: 15px;
}

footer .TopRow .LeftCol .socialmedia ul li a img {
 max-width: 19px;
}

footer .horizontal_line {
 font-size: 0px;
 line-height: 0px;
 width: 100%;
 height: 1px;
 background: #ffffff;
 margin: 16px 0;
}

footer .TopRow .RightCol {
 display: flex;
 align-items: center;
 gap: 50px;
}

footer .TopRow .RightCol .text {
 font-family: var(--OpenSans);
 font-size: 18px;
 line-height: 26px;
 color: var(--white);
 font-weight: 700;
}

footer .TopRow .RightCol .subscribe form {
 border: 3px solid #ffffff;
 border-radius: 100px;
 padding: 5px;
 display: flex;
 align-items: center;
 justify-content: space-between;
 gap: 0;
 background: #1c1a43;
}

footer .TopRow .RightCol .subscribe form input {
 padding: 10px 0px 10px 35px;
 border-radius: 50px;
 color: #ffffff;
 font-family: var(--OpenSans);
 font-size: 16px;
 line-height: 26px;
 font-weight: 700;
 background: #1c1a43;
 font-family: "Open Sans", sans-serif;
 text-align: left;
}

footer .TopRow .RightCol .subscribe form input[type="submit"] {
 cursor: pointer;
 padding: 10px 20px;
 border-radius: 100px;
 background: #ffffff;
 color: #000000;
 font-size: 16px;
 text-transform: uppercase;
 font-family: var(--OpenSans);
 line-height: 26px;
 font-weight: 700;
 font-family: "Open Sans", sans-serif;
 transition: 0.5s;
 -webkit-transition: 0.5s;
 margin-left: 25px;
}

footer .TopRow .RightCol .subscribe form input::-webkit-input-placeholder {
 color: #ffffff !important;
 opacity: 1 !important;
}

footer .TopRow .RightCol .subscribe form input:-moz-placeholder {
 color: #ffffff;
 color: #ffffff !important;
 opacity: 1 !important;
}

footer .TopRow .RightCol .subscribe form input::-moz-placeholder {
 color: #ffffff;
 color: #ffffff !important;
 opacity: 1 !important;
}

footer .TopRow .RightCol .subscribe form input:-ms-input-placeholder {
 color: #ffffff;
 color: #ffffff !important;
 opacity: 1 !important;
}

footer .TopRow .RightCol .subscribe form input[type="submit"]:hover {
 background: var(--orange);
 color: var(--white);
}

footer .BottomRow {
 padding: 30px 0;
 display: flex;
 align-items: flex-start;
 justify-content: space-between;
 gap: 20px;
}

footer .BottomRow h5 {
 line-height: 1.3;
 font-size: 18px;
 text-transform: uppercase;
}

footer .BottomRow .LeftCol {
 display: flex;
 flex-direction: column;
 gap: 20px;
}

footer .BottomRow .LeftCol p {
 font-size: 16px;
 line-height: 26px;
 color: var(--white);
}

footer .BottomRow .LeftCol p a {
 color: var(--white);
 text-decoration: none;
 display: inline-block;
}

footer .BottomRow .LeftCol p a:hover {
 color: var(--orange);
 text-decoration: underline;
}

footer .BottomRow .RightCol {
 display: flex;
 flex-direction: column;
 gap: 20px;
}

footer .BottomRow .RightCol .ImageGroup {
 display: flex;
 align-items: center;
 gap: 15px;
}

footer .BottomRow .RightCol .ImageGroup img {
 max-width: 100px;
}
/* #Media Queries
================================================== */

@media (max-width: 1199px) {
 h1 {
  font-size: 45px;
 }
 h2 {
  font-size: 34px;
 }
 h3 {
  font-size: 36px;
 }
 h5 {
  font-size: 20px;
 }
 p {
  font-size: 20px;
 }
 header .InnerBox {
  padding: 24px 0;
 }
 .BannerSec {
  padding: 70px 0;
 }
 .BannerSec .Inner .LeftCol .KeyTopic ul li {
  font-size: 20px;
  gap: 20px;
 }
 .BannerSec .FormBox {
  margin: 30px 0 20px 0;
 }
 .BannerSec .FormBox .form .FormFieldGroup {
  flex-direction: column;
 }
 .BannerSec .FormBox .form .FormFieldGroup .form-control {
  width: 100%;
 }
 .BannerSec .Inner .RightCol .InnerFormBox {
  padding: 30px 30px;
 }
 .BannerSec .GrowthContainer {
  padding: 30px 30px;
 }
 .BannerSec .GrowthBox .InnerBox {
  justify-content: space-between;
  height: auto;
 }
 .BannerSec .GrowthBox .InnerBox .Col1 img {
  max-width: 75px;
 }
 .BannerSec .GrowthBox .InnerBox .Col1 p {
  font-size: 40px;
 }
 .list-view-block {
  padding:8% 5%;
 }
 footer .BottomRow .LeftCol p {
  font-size: 15px;
 }
 footer .TopRow .RightCol {
  gap: 35px;
 }
 footer .TopRow .RightCol .subscribe form input {
  padding: 10px 0px 10px 30px;
  font-size: 15px;
 }
 footer .TopRow .RightCol .subscribe form input[type="submit"] {
  font-size: 15px;
 }
}

@media (max-width: 991px) {
 h1 {
  font-size: 40px;
 }
 h2 {
  font-size: 34px;
 }
 h3 {
  font-size: 36px;
 }
 h5 {
  font-size: 20px;
 }
 p {
  font-size: 20px;
 }
 header .InnerBox .btn_group .btn {
  font-size: 14px;
 }
 .BannerSec {
  padding: 50px 0;
 }
 .BannerSec .Inner .RightCol .InnerFormBox {
  padding: 20px 20px;
 }
 .BannerSec .GrowthContainer {
  padding: 20px 20px;
 }
 .BannerSec .GrowthBox .InnerBox .Col1 img {
  max-width: 75px;
 }
 .BannerSec .GrowthBox .InnerBox .Col1 p {
  font-size: 40px;
 }
 footer .TopRow {
  flex-direction: column;
  gap: 50px;
  align-items: flex-start;
 }
 footer .BottomRow {
  flex-direction: column;
  gap: 50px;
  align-items: flex-start;
 }
 footer .BottomRow .LeftCol {
  order: 2;
 }
 footer .BottomRow .RightCol {
  order: 1;
 }
}

@media (max-width: 767px) {
 h1 {
  font-size: 40px;
 }
 h2 {
  font-size: 34px;
 }
 h3 {
  font-size: 36px;
 }
 h5 {
  font-size: 16px;
 }
 p {
  font-size: 20px;
 }
 .container {
  padding: 0 30px;
 }
 header .InnerBox .btn_group .btn1 {
  display: block;
 }
 header .InnerBox .btn_group .btn2 span {
  display: none;
 }
 .BannerSec {
  background-position: center;
 }
 .BannerSec .Inner {
  flex-direction: column;
 }

 .BannerSec .Inner .LeftCol {
  width: 100%;
 }
 .BannerSec .Inner .RightCol {
  width: 100%;
 }
 .BannerSec .FormBox .form .FormFieldGroup {
  flex-direction: row;
 }
 .BannerSec .FormBox .form .FormFieldGroup .form-control {
  width: 47%;
 }
 .BannerSec .GrowthBox {
  align-items: center;
 }
 .BannerSec .GrowthBox .InnerBox {
  justify-content: space-around;
  gap: 16px;
  height: auto;
 }
 .BannerSec .Inner .RightCol .InnerFormBox {
  order: 2;
 }
 .BannerSec .GrowthContainer {
  order: 1;
  padding: 40px 50px;
 }
 .BannerSec .GrowthBox .InnerBox .Col1 img {
  max-width: 75px;
 }
 .BannerSec .GrowthBox .InnerBox .Col1 p {
  font-size: 40px;
 }
 .BannerSec .GrowthContainer.RightGrowthBox {
  display: none;
 }
 .BannerSec .GrowthContainer.LeftGrowthBox {
  display: flex;
 }
 .BannerSec .Inner .LeftCol .KeyTopic {
  margin-top: 50px;
 }
 .BannerSec .GrowthBox .InnerBox .Col1 {
  width: 106px;
 }
 .BannerTitle {
 padding:0;
 }
 .BannerTitle h2 {
 font-size: 34px;
 }
 .BannerTitle p {
 font-size: 20px;
 padding:0;
 }

 .ContentSec .Inner {
  flex-direction: column;
  gap: 50px;
 }
 .ContentSec .Inner .LeftCol {
  width: 100%;
 }
 .ContentSec .Inner .RightCol {
  width: 100%;
 }
 .list-view-block {
  height:680px;
  padding:5% 5%;
 }
 footer .BottomRow .LeftCol p .display {
  display: block;
 }
 footer .TopRow .RightCol {
  gap: 20px;
  flex-direction: column;
  align-items: flex-start;
 }
}

@media (max-width: 544px) {
 .BannerSec {
  padding: 50px 0;
 }
 .BannerSec .Inner .LeftCol .KeyTopic ul {
  gap: 15px;
 }
 .BannerSec .Inner .LeftCol .KeyTopic {
  margin-top: 30px;
 }
}

@media (max-width: 480px) {
 .container {
  padding: 0 20px;
 }
 header .InnerBox .logo img {
  max-width: 80px;
 }
 header .InnerBox .btn_group .btn {
  font-size: 14px;
  padding: 8px 20px 9px;
 }
 .BannerSec .FormBox .form .FormFieldGroup {
  flex-direction: column;
 }
 .BannerSec .FormBox .form .FormFieldGroup .form-control {
  width: 100%;
 }
 .BannerSec .GrowthBox .InnerBox {
  flex-direction: column;
 }
 .BannerSec .GrowthBox .InnerBox .Col1 p {
  font-size: 40px;
 }
 .BannerSec .GrowthContainer {
  padding: 20px 20px;
 }
 .BannerSec .GrowthBox .InnerBox .Col1 {
  width: 100%;
  text-align: center;
 }
 .BannerSec .GrowthBox .InnerBox .Col2 {
  width: 100%;
  text-align: center;
 }
 .BannerSec .GrowthBox h6 {
  padding: 10px 0;
 }
 footer {
  padding: 0px;
 }
 footer .TopRow {
  gap: 30px;
  align-items: center;
 }
 footer .TopRow .LeftCol .logo img {
  max-width: 100px;
 }
 footer .TopRow .LeftCol {
  gap: 35px;
  flex-direction: column;
 }
 footer .TopRow .LeftCol .socialmedia ul li a {
  width: 35px;
  height: 35px;
 }
 footer .TopRow .RightCol {
  align-items: center;
  width: 100%;
 }
 footer .TopRow .RightCol .subscribe {
  width: 100%;
 }
 footer .TopRow .RightCol .subscribe form {
  border: none;
  border-radius: 0;
  flex-direction: column;
  gap: 15px;
  background: transparent;
 }
 footer .TopRow .RightCol .subscribe form input {
  padding: 12px 30px 12px 30px;
  width: 100%;
  border: 2px solid #ffffff;
 }
 footer .TopRow .RightCol .subscribe form input[type="submit"] {
  width: 100%;
 }
 footer .BottomRow {
  align-items: center;
 }
 footer .BottomRow .RightCol {
  align-items: center;
 }
 footer .BottomRow .LeftCol {
  align-items: center;
 }
 footer .BottomRow h5 {
  text-align: center;
 }
 footer .BottomRow .LeftCol p {
  text-align: center;
 }
 footer .TopRow .RightCol .subscribe form input[type="submit"] {
  margin-left: 0px;
 }
}