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

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('../fonts/OpenSans-CondensedLightItalic.woff2') format('woff2'),
        url('../fonts/OpenSans-CondensedLightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('../fonts/OpenSans-CondensedLight.woff2') format('woff2'),
        url('../fonts/OpenSans-CondensedLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('../fonts/OpenSans-CondensedBold.woff2') format('woff2'),
        url('../fonts/OpenSans-CondensedBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('FuturaBT-Light.eot');
    src: local('Futura Light BT'), local('FuturaBT-Light'),
        url('../fonts/FuturaBT-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaBT-Light.woff') format('woff'),
        url('../fonts/FuturaBT-Light.ttf') format('truetype'),
        url('../fonts/FuturaBT-Light.svg#FuturaBT-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Futura';
    src: url('FuturaBT-Medium.eot');
    src: local('Futura Medium BT'), local('FuturaBT-Medium'),
        url('../fonts/FuturaBT-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaBT-Medium.woff') format('woff'),
        url('../fonts/FuturaBT-Medium.ttf') format('truetype'),
        url('../fonts/FuturaBT-Medium.svg#FuturaBT-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Futura';
    src: url('Futura-Bold.eot');
    src: local('Futura Bold'), local('Futura-Bold'),
        url('../fonts/Futura-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Futura-Bold.woff') format('woff'),
        url('../fonts/Futura-Bold.ttf') format('truetype'),
        url('../fonts/Futura-Bold.svg#Futura-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

*{
    font-family: "Futura";
    font-weight: 500;
}
body{
    background-image: url(../images/.jpg);
    background-size: cover;
    position: relative;
}

.fivestar {
    position: absolute;
    width: 100px !important;
    right: 116px;
    bottom: 317px;
}
.container-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 20px;
}
.container-header p{
    margin: 0;
}
.bgimg{
    width: 100%;
}
.contaienr_banner{
    position: absolute;
    top: 90px;
    width: 100%;
    max-width: 660px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    text-align: center;
}
.bannersection{
    position: relative;
}
.bannersection img{
    width: 100%;
}
.bannettitle{
    margin: 20px 0 50px;
    font-size: 51px;
    color: yellow;
    line-height: 1.2;
    font-weight: bold;
}
.greenexchange{
    width: 65%!important;
}
.exhngespaclist{
    width: 85%!important;
}

.ac_image{
    margin-top: 50px;
margin-right: -120px;
}
.formcontianer{
   width: calc(100% - 20px);
   max-width: 860px;
   margin: 0 auto;
   margin-top: 165px;
   text-align: center;
}
.formcontianer form{
    display: flex;
    flex-wrap: wrap;
    gap:20px 30px;
    margin-top: 30px;
    justify-content: center;
}
.formcontianer form input{

    outline: none;
    border: none;
    border: 1px solid black;
    padding: 10px;
    background-color: white;
    height: 40px;
}
.vactor{
    position: absolute;
    width: 18vw;

}
.vacone{
    right: 0;
    top: 40.5%;
}

.vactwo{
    left: 0;
    top: 50%;
}

.vacthree{
    right: 0;
    top: 70.5%;
}

.formcontianer h2{
    font-size: 24px;
}
.form-row .cols{
    margin-top: 10px;
}
.formbtn{
    outline: none;
    border: none;
    background-color: #0851f3;
    color: white;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 18px;
    text-align: center;
    width: 100%;
    height: 40px;
}
.offertext {
    text-align: center;
    color: #0095db;
    font-size: 36px;
    width: calc(100% - 20px);
    margin: 0 auto;
}
.allimgbox{
    max-width: 800px;
       width:calc(100% - 20px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-top: 75px;
}
.allimgbox img{
    width: 100%;
}
.contentbelowform{
    width:calc(100% - 20px);
      max-width: 800px;
    margin: 50px auto;
      display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    margin-top: 60px;
}
.customtextdesign{
    display: flex;
    gap: 30px;
    justify-content: center;
}
.customtextdesign h1{
      color: #0095db;
    font-size: 64px;
    font-family: sans-serif;
    font-weight: bold;
}
.customtextdesign button{
    outline: none;
    border: none;
    background-color: #0095db;
    color: white;
    padding: 3px 10px;
    font-size: 52px;
    font-family: sans-serif;
    font-weight: bold;
}
.fiveyear{
    max-width: 770px;
    margin: 0 auto;
    margin-top: 30px;
}
.contentbelowform h2{
    font-size: 40px;
}
.contentbelowform h3{
    font-size: 34px;
}
.emiw{
    width: 78% !important;
    margin: 0 auto;
    margin-top: 10px;
}
.ulcustom{
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.ulcustom li img{
    width: 10px;
    margin: 0 10px;
}
.ulcustom li{
    display: flex;
    align-items: center;
    color: #0095db;
    font-size: 27px;
}
.bankimg{
    width: calc(100% - 20px);
    max-width: 1000px;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
}

footer{
    background-color: #0851f3;
    justify-content: center;
    gap: 50px;
    display: flex;
    padding: 20px;
    margin-top: 50px;
}
footer a{
    color: white;
    text-decoration: none;
    font-size: 22px;
}
.righttextheader{
        font-size: 12px;
 
}

@media screen and (max-width:1100px) {
    img{
        max-width: 100%;
    }
    .bannettitle {
    margin: 20px 0 20px;
    font-size: 35px;
    color: yellow;
    line-height: 1.2;
    font-weight: bold;
}
.greenexchange {
    width: 49% !important;
}

.ac_image {
    margin-top: 50px;
    margin-right: -79px;
    width: 70% !important;
}

.exhngespaclist {
    width: 75% !important;
}
.contaienr_banner{
    top: 50px;
}
.customtextdesign {
    display: flex
;
    gap: 15px;
    justify-content: center;
}
.contentbelowform h2 {
    font-size: 28px;
}
.customtextdesign h1 {
    color: #0095db;
    font-size: 47px;

}
.customtextdesign button {

    font-size: 33px;
 
}

.contentbelowform h3 {
    font-size: 24px;
}

.ulcustom li
 {
    display: flex
;
    align-items: center;
    color: #0095db;
    font-size: 22px;
}
.allimgbox img {
    width: 78%;
    margin: 0 auto;
}
}

@media screen and (max-width:450px) {
    .contaienr_banner{
        width:97%;
    }
        .bannettitle {
        margin: 10px 0;
        font-size: 26px;
        color: yellow;
        line-height: 1.2;
        font-weight: bold;
    }
        .greenexchange {
        width: 65% !important;
    }
        .ac_image {
        margin-top: 0px;
        margin-right: -37px;
        width: calc(87% - 37px) !important;
    }
    .formcontianer {
    width: calc(100% - 20px);
    max-width: 860px;
    margin: 0 auto;
    margin-top: 200px;
    text-align: center;
}
.formcontianer h2 {
    font-size: 18px;
}
.formcontianer form {
    display: flex
;
    flex-wrap: wrap;
    gap: 10px 10px;
    margin-top: 20px;
    justify-content: center;
}
.formbtn {
    outline: none;
    border: none;
    background-color: #0851f3;
    color: white;

    font-size: 16px;

    height: 40px;
}

    .contentbelowform h2 {
        font-size: 20px;
    }

        .customtextdesign button {
        font-size: 22px;
    }
        .customtextdesign h1 {
        color: #0095db;
        font-size: 32px;
    }
        .contentbelowform h3 {
        font-size: 14px;
    }
    .ulcustom li img {
    width: 5px;
    margin: 0 5px;
}
    .ulcustom li {
        display: flex
;
        align-items: center;
        color: #0095db;
        font-size: 11px;
    }
    .contentbelowform{
        gap: 15px;
        margin-top: 40px;
    }

    .allimgbox {
    max-width: 800px;
    width: calc(100% - 20px);
    margin: 0 auto;
    display: flex
;
    flex-direction: column;
    gap: 30px;
    margin-top: 50px;
}
footer {
    background-color: #0851f3;
    justify-content: center;
    gap: 50px;
    display: flex
;
    padding: 13px;
    margin-top: 30px;
}
footer a {
    color: white;
    text-decoration: none;
    font-size: 13px;
}
.container-header
 {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
}

.righttextheader{
    margin-bottom: 0;
}
.fivestar {
    position: absolute;
    width: 41px !important;
    right: 79px;
    bottom: 134px;
}
.offertext {
    font-size: 14px;
}
}

.invalid-feedback{ text-align: left !important;}