header {
    background-image: linear-gradient(180deg, #DF6222 0%, 2%, #DE6121 5%, 52%, #C63224 100%);

    position: relative;
}

header .logo a {
    display: inline-block;
    width: 196px;
    /* height: 48px; */
    padding: 5px 0 5px;
}

header .log_out {
	padding-right: 4%;
    margin-left: -3%;
    margin-top: -1%;
}

header .log_out a {
    color: #fff;
}

header .log_out span {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-left: 3px;
}

.home__banner {
    position: relative;
    height: 380px;
}

.home__banner .col {
    width: calc(33.33% - 12px);
    margin-right: 17px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.home__banner .container {
    height: 100%;
}

.home__banner .container .row {
    height: 100%;
}

.home__banner .col:nth-last-of-type(1) {
    margin-right: 0px;
}

.home__banner .col .icon a {
    display: inline-block;
    width: 85px;
    height: 85px;
    padding: 17px;
    background-color: #074a86;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home__banner .col .icon a img {
    height: 100%;
    display: inline-block;

}

.home__banner .col .icon .play img {
    margin-left: 5px;
}


.home__banner .col .icon {
    margin-bottom: -5px;
    position: relative;
}

.upload__content {
    max-width: 940px;
    margin: auto;
    width: 100%;
}

.upload__wrapper .popup_open figure,.upload__wrapper .popup_noclick figure {
    background-color: #AD1E23;
    width: 60px;
    height: 55px;
    padding: 16px;
    border-radius: 10px 0 0 10px;
    margin: 0 10px 0 -2px;
}

.upload__wrapper .popup_open, .upload__wrapper .popup_noclick{
    border: 1px solid #AD1E23;
    display: flex;
    padding-right: 10px;
    font-weight: 700;
    align-items: center;
    border-radius: 10px;
    color: #323232;
    width: 100%;
    font-size: 16px;
}
.upload__wrapper .popup_open img, .upload__wrapper .popup_noclick img{
    display: flex;
    width: 100%;
    vertical-align: bottom;
    justify-content: center;
    align-items: center;
    /* margin-bottom: 12px; */
    margin-top: -3px;
}

.home__banner.upload__wrapper .col {
    display: inline-block;
}

.upload__wrapper .row .col p a {
    color: #AD1E23;
    font-weight: 700;
}

.upload__wrapper .row .col p {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 5px;
}

footer {
    width: 100%;
    background-color: #3d3d3d;
    padding: 50px 0;
}

footer li {
    display: inline-block;
    margin-right: 10px;
}

footer ul li span:after {
    content: "";
    right: -5px;
    width: 1px;
    height: 55%;
    background-color: #afafaf;
    opacity: .5;
    position: absolute;
    top: 5px;
}

footer li a {
    color: rgba(175, 175, 175, .8);
    position: relative;

    font-size: 13px;
}

footer .copy-right {
    margin: 40px 0 0;
    border-top: 1px solid rgba(175, 175, 175, .8);
    padding-top: 30px;
}

footer .copy-right p {
    font-size: 14px;
    color: #afafaf;
}


/* pop-up */

.pop__wrapper {
    display: none;
}

.pop__wrapper.active_popup {
    display: block;
}

.popup__content {
    width: 100%;
    max-width: 504px;
    padding: 20px;
    background-color: #fff;
    position: fixed;
    top: 50%;
    z-index: 999;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow-y: auto;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

@media(max-width: 768px) {
    .popup__content {
        max-width: 450px;
    }
    .home__banner.btn-section{
        height: 368px;
    }


    .banner .location ul li {
        margin: 10px !important;
    }
   
}

@media(max-width: 580px) {
    .popup__content {
        max-width: 90%;
    }
    
.banner .location ul{
    display:flex;
    justify-content:flex-start;
    align-items:center;
}
}

header .row {
    justify-content: space-between;
}

body.active_popup {
    position: relative;
}

body.active_popup::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0px;
    left: 0px;
}

body.active_popup {
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.popup__content p {
    /* font-size: 16px;
    padding: 32px 0 25px;
    font-weight: 500;
    text-align: center; */
}

.popup__content .close__btn {
    position: absolute;
    right: 20px;
    cursor: pointer;
    top: 20px;
}

.popup__content .close__btn span {
    display: block;
    background-color: #000;
    height: 4px;
    width: 20px;
    transform: rotate(45deg);
}

.popup__content .close__btn span:nth-of-type(2) {
    transform: rotate(-45deg);
    margin-top: -4px;
}

.upload__content p {
    text-align: center;
    padding-bottom: 50px;
}

.upload__content .col p {
    text-align: left;
    padding: 0px;
}

.pop__wrapper .popup__content h4 {
    text-align: center;
    /* padding-bottom: 50px; */
    font-size: 16px;
    font-weight: 700;
}

.pop__wrapper .popup__content .form input {
    width: 160px;
    padding: 4px 6px;
    border-radius: 5px;
    border: #AD1E23 1px solid;
}

.pop__wrapper .popup__content {
    margin-top: 28px;
    font-size: 14px;
    font-weight: 600;
    /*margin-left: 36px;*/
}

.pop__wrapper .popup__content .state-ment img {
    width: 24px;
}

@media only screen and (max-width: 420px) {
    .pop__wrapper .popup__content .state-ment-period .row {
        flex-direction: column;
        margin-bottom: 15px;
    }
    .chk label {
        font-size: 9px !important;
    }

    .banner .hero-banner .col .aggregatour {
        padding: 45px 22px 45px 22px !important;
    }

    .pop__wrapper .popup__content {
        /* text-align: center; */
        margin-bottom: 8px;
    }
}

.pop__wrapper .popup__content .row {
    margin-bottom: 30px;
}

.pop__wrapper .popup__content .row.mt-10 {
    margin-bottom: 10px;
}

.pop__wrapper .popup__content .form_wrapper label {
    text-transform: capitalize;
    font-weight: 600;
}

.pop__wrapper .popup__content .upload {
    display: flex;
    justify-content: flex-end;
    margin: 17px 0 13px;
}

.pop__wrapper .popup__content .upload a img {
    width: 20px;
    height: 20px;

}

.pop__wrapper .popup__content .upload-pdf-file h4 {
    color: #AD1E23;
    text-align: start;
    padding-top: 16px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}
.pop__wrapper .popup__content .document-pdf-file h4{
    color: #b7b7b7;
    text-align: start;
    padding-top: 16px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;

}


.pop__wrapper .popup__content .submit {
    display: flex;
    /* justify-content: center; */
    justify-content: space-evenly;
    padding-top: 50px;
}

.pop__wrapper .popup__content .submit .input-submit {
    background: transparent;
    border: #b7b7b7 1px solid;
    color: #b7b7b7;
    width: 126px;
    padding: 9px;
    border-radius: 5px;
}

.pop__wrapper .popup__content .submit .input-cancel {
    background-color: transparent;
    border: #f37e20 1px solid;
    border-radius: 5px;
    width: 126px;
    color: #f37e20;
    padding: 9px;
}

.upload__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.upload__wrapper .upload__content .row {
    height: auto;
}

.banner .hero-banner {
    height: auto;
    box-shadow: 0px 0px 1px #1e1e1e;
    border-radius: 20px;
    margin-bottom: 20px;

}

.banner .location ul {
    display: flex;
    justify-content: flex-end;
}

.banner .location ul li {
    font-size: 14px;
    font-weight: 400;
    margin: 22px 0 11px 27px;
}

.banner .location ul li:nth-last-of-type(1) {
    margin-right: 0px;
}

.banner .hero-banner .col {
    width: 50%;
    /* margin: 20px 0; */
}

.banner .hero-banner .col ul {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.banner .hero-banner .col ul li {
    display: flex;
    align-items: center;

}

.banner .hero-banner .col .finace li span::after {
    content: "";
    position: absolute;
    border: 1px dotted #f37e20;
    bottom: -35px;
    left: 40px;
    height: 30px;

}

.banner .hero-banner .col .number .active span::before {
    display: none;
}

.banner .hero-banner .col ul li H4 {
    font-size: 24px;
    font-weight: 400;
    padding-left: 20px;
}

.banner .hero-banner .col ul li H4 span {
    font-size: 30px;
    font-weight: 700;
}

.banner .hero-banner .col ul li img {
    background-color: #f37e20;
    display: inline-block;
    border-radius: 20px 0 0 0;
}

.banner .hero-banner .col ul li img {
    width: 87px;
    height: 84px;
    display: inline-block;
}

.banner .hero-banner .col .number {
    flex-direction: column;
    position: relative;
}

.banner .hero-banner .col .number li {
    margin: 36px 3px 0px 18px;
    color: #c4c4c4;
    position: relative;
}

.banner .hero-banner .col .number li span {
    display: inline-block;
    margin-right: 18px;
    border: #f37e20 2px solid;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}

.banner .hero-banner .col .number li span::before {
    content: "";
    position: absolute;
    border: 1px dotted #c4c4c4;
    left: 23px;
    height: 34px;
    bottom: 50px;
}

.banner .hero-banner .col .number li span::before:nth-of-type(1) {
    display: none;
}


.banner .hero-banner .col .number li span {
    color: #c4c4c4;
    width: 50px;
    height: 50px;
    border: #c4c4c4 1px solid;

}

.banner .hero-banner .col .number .active {
    color: #000;
}

.banner .hero-banner .col .number .active span {
    background-color: #f37e20;
    color: #fff;
}

.banner .hero-banner .col .aggregatour {
    color: #fff;
    padding: 45px 73px 82px 72px;

}

.banner .hero-banner .col .aggregatour h4 {
    font-size: 20px;
    font-weight: 600;
    /* padding-bottom: 25px; */
}

.statement_wrap img {
    width: 20px;
}

.statement_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner .hero-banner .col .aggregatour form {
    padding: px 73px 0 72px;
}

.banner .hero-banner .col .aggregatour form .form-wrapper {
    margin-top: 20px;
    position: relative;
}

.banner .hero-banner .col .aggregatour form .form-wrapper .down-arrow {
    position: absolute;
    right: 40px;
    top: 38px;


}

.banner .hero-banner .col .aggregatour form .form-wrapper {
    position: relative;
}

.banner .hero-banner .col .aggregatour form .form-wrapper label {
    margin-bottom: 8px;
    font-size: 16px;
    display: inline-block;
    line-height: 20px;
}

/* .banner .hero-banner .col .aggregatour form .form-wrapper [type="text"],
input[type="number"] {
    width: 100%;
    padding: 13px;
    border-radius: 10px;
    border: none;
    color: #AD1E23;
    border: none;
    outline: none;
   
} */
.banner .hero-banner .col .aggregatour form .form-wrapper.custom-select {
    
    outline: none;
    
    width: 100%;
    min-width: 157px;
 
    overflow: hidden;
    position: relative;
}
.banner .hero-banner .col .aggregatour form .form-wrapper.custom-select select {
    -webkit-appearance: none;
    border: none;
    outline: none;
    color: #AD1E23;
    height: 46px;
    width: 100%;
    font-size: 16px;
    border-radius: 10px;
    padding: 0 13px;
  
}

.banner .hero-banner .col .aggregatour form .form-wrapper.custom-select::after {
    content: "\f0d7";
    font-family: FontAwesome;
    position: absolute;
    top: 37px;
    font-size: 20px;
    color: #AD1E23;
    right: 32px;
    color: #999999;
}

.form_wrapper .form-group {
    margin-right: 9px;
}

.form_wrapper .form-group:nth-last-of-type(1) {
    margin-right: 0px;
}

.form_wrapper label {
    display: block;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.banner .hero-banner .col .aggregatour form .inform {
    margin-top: 10px;
}

.banner .hero-banner .col .aggregatour form .inform label {
    font-size: 12px;
    font-weight: 600;

}

.banner .hero-banner .col .aggregatour form .inform label a {
    color: #AD1E23;
}

.banner .hero-banner .col .aggregatour form .chk {
    margin: 45px 0;
    display: flex;
    align-items: center;
}

.banner .hero-banner .col .aggregatour form .chk label {
    font-size: 12px;
    display:inline-block;
    margin-left:2px;
}

.banner .hero-banner .col .aggregatour form .continue button {
    background-color: #B7b7b7;
    color: #fff;
    display: inline-block;
    border: none;
    width: 219px;
    padding: 10px 0;
    font-size: 24px;
    font-weight: 700;
    border-radius: 10px;
}

.pop__wrapper .popup__content .view {
    display: flex;
    justify-content: flex-end;
}

.pop__wrapper .popup__content .view span {
    display: inline-block;
    margin-right: 13px;
    font-size: 12px;
    color: #000;
    cursor: pointer;
    font-weight: 500;
}

.pop__wrapper .popup__content .view .active {
    color: #c4c4c4;
}


.pop__wrapper .popup__content .view span:nth-last-of-type(1) {
    margin-right: 0px;
}

.pop__wrapper .popup__content .upload-pdf-file .active {
    color: #AD1E23;

}

.error{
    color: #AD1E23 !important;
  }












/* responsive css */
@media only screen and (max-width: 1220px) {
    .banner .hero-banner .col ul li H4 {
        font-size: 22px;
    }

    .banner .hero-banner .col ul li H4 span {
        font-size: 27px;
    }

    .banner .hero-banner .col .aggregatour form .form-wrapper .down-arrow {
        position: absolute;


    }
}

@media only screen and (max-width: 1140px) {
    .banner .hero-banner .col ul li H4 {
        font-size: 19px;
    }


    .banner .hero-banner .col ul li H4 span {
        font-size: 25px;
        font-weight: 600;
    }
    
}

@media only screen and (max-width: 1040px) {
    .banner .hero-banner .col ul li H4 {
        font-size: 18px;
    }

    .banner .hero-banner .col ul li H4 span {
        font-size: 22px;
        font-weight: 600;
    }

    .banner .hero-banner .col .aggregatour {
        color: #fff;
        padding: 45px 73px 45px 72px;
    }
    
}


@media only screen and (max-width: 1040px) {
    .home__banner .col .btn {
        font-size: 20px;
    }
    .inform label:nth-last-of-type(1){
        display:inline-block;
        margin-top:7px;
    }
}

@media only screen and (max-width: 992px) {
    .home__banner .col .btn {
        font-size: 20px;
    }

    .banner .hero-banner .col .aggregatour form .continue button {
        width: 190px;
        font-size: 20px;
        font-weight: 700;

    }
}

.banner .hero-banner .col .aggregatour h4 {
    font-size: 17px;
    text-align: center;
}

/* .banner .hero-banner .col .aggregatour form input[type="text"], input[type="number"] {
         width: 300px; */

    @media only screen and (max-width: 880px) {
        .home__banner .col .btn {
            font-size: 16px;
        }

        .banner .hero-banner .col .aggregatour form .form-wrapper .down-arrow {
            position: absolute;
            right: 25px;
            top: 38px;


        }

        .banner .hero-banner .col .aggregatour {
            color: #fff;
            padding: 45px 71px 45px 64px;
        }

        .statement {
            font-weight: 700;
            font-size: 16px;
        }
    }
    @media only screen and (max-width: 840px) {

        .inform {
            flex-direction: column;
            margin-top: 10px;

        }
        .inform label:nth-last-of-type(1){
            display:inline-block;
            margin-top:7px;
        }
        .banner .hero-banner .col .aggregatour form .continue button {
            width: 120px;
            font-size: 15px;
            font-weight: 600;
        }
    
        .banner .hero-banner .col .aggregatour h4 {
            font-size: 15px;
        }
        
        header .log_out {
            padding-right: 0%;
   			margin-left: 74%;
   			margin-top: -6%;
        }
    }
    @media only screen and (max-width: 768px) {
        .banner .hero-banner .col .aggregatour form .chk {
            margin: 30px 0;
        }
        .home__banner .col {
            margin-bottom: 0px;
        }

        .home__banner .col .icon a{
            width: 70px;
            height: 70px;
            padding: 15px;
        }
        .home__banner .col .btn{
            max-width: 340px;
            line-height: 25px   ;
        }

        .banner .hero-banner .col {
            width: 100%;
            margin-bottom: 50px;
        }

        .banner .location ul li {
            font-size: 10px;
            margin: 5px 0;
        }

        .banner .hero-banner .col .number li {
            margin: 36px 1px 0px 18px;
        }

        .home__banner .col .btn {
            font-size: 20px;
        }

        .banner .hero-banner .col .aggregatour {
            padding: 45px 50px 45px 50px;
        }

        .banner .hero-banner .col:nth-last-of-type(1) {
            margin: 0px;
            border-radius: 0px 0px 20px 20px;
        }

        .banner .hero-banner .col ul li H4 {
            font-size: 16px;
        }

        .banner .hero-banner .col ul li H4 span {
            font-size: 18px;
            font-weight: 600;
        }

        .inform {
            flex-direction: column;
            margin-top: 10px;

        }
        .inform label{
            display:inline-block;
            margin-bottom:5px;
        }

        .home__banner .col {
            width: 48%;
            margin: 0 0 30px;
        }

        .home__banner .row {
            justify-content: space-between;
        }

        header .log_out {
            padding-right: 0%;
   			margin-left: 74%;
   			margin-top: -6%;
        }

        header .log_out a {
            font-size: 14px;
        }

        header .logo a {
            display: inline-block;
            width: 150px;
            height: 48px;
        }
    }

    @media only screen and (max-width: 630px) {
        .home__banner .col {
            width: 100%;
            margin-bottom: 0px;
        }
        .home__banner .col .icon a{
            width: 60px;
            height: 60px;
            padding: 13px;
        }
        .home__banner .col .btn{
            max-width: 300px;
            line-height: 19px;
        }

        .banner .hero-banner .col .aggregatour {
            padding: 45px 40px 45px 40px;
        }
        .banner .hero-banner .col .aggregatour form .continue button {
            width: 120px;
            font-size: 15px;
            font-weight: 600;
        }

        header .log_out {
            padding-right: 0%;
   			margin-left: 74%;
   			margin-top: -6%;
        }

        .upload__content p {
            text-align: center;
            padding-bottom: 30px;
        }
    }

    @media only screen and (max-width: 575px) {
        .home__banner .col .btn {
            font-size: 15px;
        }
        .home__banner .col {
            width: 100%;
            margin-bottom: 0px;
        }
        .home__banner .col .icon a{
            width: 50px;
            height: 50px;
            padding: 10px;
        }
        .home__banner .col .btn{
            max-width: 250px;
        }

        header .log_out a {
            font-size: 12px;
        }

        .statement span {
            font-size: 14px;
        }

        header .logo a {
            display: inline-block;
            width: 126px;
            height: 48px;
        }
        
        header .log_out {
            padding-right: 0%;
   			margin-left: 74%;
   			margin-top: -6%;
        }        
    }
    @media only screen and (max-width: 480px) {
        .home__banner .col {
            width: 100%;
            margin-bottom: 0px;
        }
        .home__banner .col .icon a{
            width: 65px;
            height: 65px;
            padding: 8px;
        }
        .home__banner .col .btn{
            max-width: 225px;
            font-size: 12px;
            line-height: 17px;
        }
     
        .banner .hero-banner .col .number  li h5 {
            width: calc(100% - 40px);
        }

        .banner .hero-banner .col .number li span {
            /* width: 40px !important;
            height: 40px !important; */
        }

        .banner .hero-banner .col .number li span::before {
            position: absolute;
            left: 23px !important;
            height: 35px !important;
            bottom: 49px !important;
        }

        .banner .hero-banner .col ul li H4 {
            font-size: 16px;
        }

        .banner .hero-banner .col ul li H4 span {
            font-size: 15px;
            font-weight: 600;
        }

        .banner .hero-banner .col .aggregatour {
            padding: 45px 30px 45px 30px;
        }

        .chk {
            margin: 45px 0 45px 0;
        }

       

        .upload-btn {
            font-size: 12px;
            width: 90px;
            margin-left: 3px;
        }

        .upload__wrapper .popup_open, .upload__wrapper .popup_noclick{
            font-size: 14px;
            box-shadow:none;
            outline:none;
        }

        .upload__content p {
            padding-bottom: 15px;
            font-size: 14px;
        }

        .pop__wrapper .popup__content .submit .input-submit {
            width: 108px;
        }

        .pop__wrapper .popup__content h4 {
            font-size: 14px;
        }

        .pop__wrapper .popup__content .submit .input-cancel {
            width: 108px;
        }

        .state-ment-period .row {
            flex-direction: column;
        }
        
        header .log_out {
            padding-right: 0%;
   			margin-left: 74%;
   			margin-top: -6%;
        }        
    }
    @media only screen and (max-width: 320px) {
        .upload__wrapper .popup_open, .upload__wrapper  .popup_noclick {
            font-size: 12px;
        }
        .home__banner .col {
            width: 100%;
            margin-bottom: 0px;
        }
        .home__banner .col .icon a{
            width: 35px;
            height: 35px;
            padding: 8px;
        }
        .home__banner .col .btn{
            max-width: 190px;
            font-size: 10px;
            line-height: 15px;
        }

        .banner .hero-banner .col .finace li span::after {
            position: absolute;
            bottom: -35px;
            left: 38px;
        }

        .banner .hero-banner .col .number li span::before {
            position: absolute;

            left: 17px;
            height: 34px;
            bottom: 50px;
        }

        .statement span {
            font-size: 12px;
        }
        
        header .log_out {
            padding-right: 0%;
   			margin-left: 74%;
   			margin-top: -6%;
        }        
    }