html,body{
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}
button{
    outline: none;
    border: none;
    cursor: pointer;
    background: transparent;
}
.bannerSec{
    /* margin-top: 83px; */
    padding: 150px 0 72px;
    background: url(../images/banner-img.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.quoteFormWrapper{
    max-width: max-content;   
    padding: 19px 24px 19px 20px;
    background: #fff;
    box-shadow: 0px 0px 9px 0px #00000033;
    border-radius: 12px;
    margin-left: auto;
}
.quoteForm{
    max-width: 442px;
    width: 100%;
}
.doubleWrapper{
    display: flex;
    align-items: center;
    gap: 10px;
}
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type='number'] {
    -moz-appearance: textfield;
}
.inputWrapper{
    margin-bottom: 18px;
    width: 100%;
}
.inputWrapper label,
.labelAlter{
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.94px;
    margin-bottom: 8px;
}
.inputWrapper input{
    padding: 12px 9px;
    border: 1px solid #E2E8F0E5;
    color: #0F172A;
    appearance: none;
    border-radius: 2px;
    outline: none;
    width: 100%;
}
.inputWrapper input:focus,
.inputWrapper select:focus{
    border-color: #0F172A;
}
.inputWrapper input::placeholder{
    color: #9D9D9D;
}
.select2-container{
    width: 100% !important;
}
.select2-container .select2-selection--single{
    height: 42px;
    display: flex;
    align-items: center;
    border: 1px solid #E2E8F0E5;
    border-radius: 2px;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{
    border-color: #0F172A;
}
.selection .select2-selection--single .select2-selection__rendered{
    font-size: 13px;
    line-height: 15.73px;
    color: #9D9D9D;
    padding-left: 9px;
}
.select2-valid .selection .select2-selection--single .select2-selection__rendered{
    color: #0F172A;
}
.select2-invalid.select2-container--default .select2-selection--single{
    border-color: red;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-top: 5px solid #333638;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 50%;
    transform: translateY(-50%);
    right: 9px;
}
.select2-search--dropdown{
    display: none;
}
.select2-results__option{
    font-size: 13px;
}
.inputWrapper textarea{
    padding: 12px 9px;
    border: 1px solid #E2E8F0E5;
    font-size: 13px;
    line-height: 15.73px;
    color: #07407B;
    width: 100%;
    min-height: 140px;
    resize: none;
    appearance: none;
    border-radius: 2px;
    outline: none;
}
.inputWrapper textarea::placeholder{
    color: #9D9D9D
}
.inputWrapper textarea:focus{
    border-color: #07407B;
}
.getQuoteBtn{
    padding: 10px 32px;
    font-size: 15px;
    font-weight: 500;
    line-height: 18.15px;
    letter-spacing: 0.03em;
    background: #07407B;
    border-radius: 4px;
    color: #fff;
}
.getQuoteBtn:hover {
    background: #0a4d93;
}
.getQuoteBtn:disabled{
    cursor: no-drop;
}
.getQuoteBtn.processing{
    display: none;
}
.eServicesSec{
    padding: 93px 0;
}
.eServicesSec h2{
    font-size: 30px;
    font-weight: 700;
    line-height: 36.31px;
    color: #08080F;
    text-align: center;
}
.eServicesSec .desc{
    font-size: 14px;
    line-height: 23.24px;
    text-align: center;
    margin-top: 9px;
    color: #221F1F;
}
.servicesWrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 70px;
}
.servicesLeft{
    max-width: 493px;
    width: 100%;
    box-shadow: 0px 0px 12.3px 0px #B2B2B233;
    border-radius: 12px;
}
.importExportTop{
    display: flex;
    align-items: center;
    width: 100%;
}
.importExportTop button{
    width: 100%;
    text-align: center;
    padding: 14px 0 10px;
    font-size: 20px;
    line-height: 33.2px;
    color: #221F1F;
    border-bottom: 1px solid #F0F4F7;
}
.importExportTop button.active{
    background: #F0F4F7;
    border-bottom: 1px solid #07407B;
    font-weight: 600;
    color: #07407B;
}
.importExportTop button:first-child{
    border-radius: 12px 0 0 0;
}
.importExportTop button:last-child{
    border-radius: 0 12px 0 0;
}
.importFormWrapper{
    padding: 37px 25px 35px;
}
.importFormWrapper form{
    display: none;
}
.importFormWrapper form.show{
    display: block;
}
input[type="file"]{
    display: none;
}
.inputWrapper .fileLabel{
    margin: 0;
    padding: 13px 8px 12px;
    border: 1px solid #E2E8F0E5;
    border-radius: 2px;
    width: 100%;
    display: flex;
    gap: 6px;
    cursor: pointer;
}
.inputWrapper .fileLabel.invalid{
    border-color: red;
}
.fileLabel span{
    font-size: 13px;
    line-height: 15.73px;
    color: #9D9D9D;
}
.fileLabel span.fileAdded{
    color: #212121;
}
.formSubmitBtn{
    padding: 10px 44px;
    font-size: 15px;
    font-weight: 500;
    line-height: 18.15px;
    letter-spacing: 0.03em;
    background: #07407B;
    border-radius: 4px;
    color: #fff;
}
.formSubmitBtn:hover {
    background: #0a4d93;
}
.formSubmitBtn.processing{
    cursor: no-drop;
    display: none;
}

.contactSec{
    padding: 105px 0;
    background: #07407B url(../images/contact-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.contactUsWrapper{
    padding: 70px 0;
    max-width: 1014px;
    width: 100%;
    background: #FFFFFF url(../images/contact-ship.svg);
    border-radius: 16px;
    margin: auto;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 201px 205px;
    background-position: 102% 132%;
}
.contactUsWrapper h2{
    font-size: 30px;
    font-weight: 700;
    line-height: 36.31px;
    color: #07407B;
}
.contactUsWrapper .desc{
    max-width: 561px;
    margin: 12px auto 26px;
    font-size: 14px;
    line-height: 21px;
    color: #221F1F;
}
.contactUsWrapper a{
    padding: 11px 31px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.94px;
    letter-spacing: 0.03em;
    color: #fff;
    background: #07407B;
    border-radius: 4px;
}
.contactUsWrapper a:hover {
    background: #0a4d93;
}
.operationSec{
    padding: 95px 0;
    text-align: center;
}
.operationSec h2{
    font-size: 30px;
    font-weight: 700;
    line-height: 36.31px;
    color: #08080F;
}
.operationSec .desc{
    font-size: 14px;
    line-height: 23.24px;
    text-align: center;
    color: #221F1F;
    margin-top: 9px;
}
.majorPortsImg{
    margin: 50px 0 82px;
}
.inputWrapper input.invalid,
.inputWrapper textarea.invalid{
    border-color: red;
}
.responseMsg {
    padding: 10px;
    font-size: 14px;
    border-radius: 4px;
    margin-bottom: 20px;
    display: none;
}
.successMsg {
    background: #a8e3a8;
}
.errorMsg {
    background: #ef9b9b;
}
.iti{
    display: block;
}
@media (max-width:1169px) {
    .servicesWrapper > img{
        width: 40%;
    }
}
@media (max-width:991px) {
    .operationSec img{
        width: 100%;
    }
    .servicesWrapper > img{
        display: none;
    }
    .servicesWrapper{
        justify-content: center;
    }
}
@media (max-width:767px) {
    .quoteFormWrapper{
        margin: auto;
    }
}
@media (max-width:575px) {
    .doubleWrapper{
        display: block;
    }
    .quoteFormWrapper{
        max-width: 100%;
        padding: 24px;
    }
    .contactUsWrapper .desc{
        max-width: 320px;
    }
}