html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #ffffff;
    overflow-x: hidden;
    font-size: 15px;
}

html::-webkit-scrollbar, body::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

html::-webkit-scrollbar-track, body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(12, 46, 77, .3);
    border-radius: 10px;
}

html::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(12, 46, 77, .5);
}

p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 24px;
}

* {
    margin: 0;
    padding: 0;
}

.navbar-toggler:focus,
a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    text-decoration: none;
    outline: none;
    outline: none !important;
    border-color: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.form-check-input:checked {
    background-color: #0c2e4d;
    border-color: #0c2e4d;
}

select {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: #0c2e4d;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: -internal-light-dark(white, #3b3b3b);
    cursor: default;
    margin: 0em;
    font: 400 14px;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark(#767676, #858585);
    -o-border-image: initial;
    border-image: initial;
}

span,
a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    margin: 0px;
    color: #0c2e4d;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-65 {
    margin-top: 65px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-85 {
    margin-top: 85px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-95 {
    margin-top: 95px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-105 {
    margin-top: 105px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-115 {
    margin-top: 115px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-125 {
    margin-top: 125px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-135 {
    margin-top: 135px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-145 {
    margin-top: 145px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-155 {
    margin-top: 155px;
}

.mt-160 {
    margin-top: 160px;
}

.mt-165 {
    margin-top: 165px;
}

.mt-170 {
    margin-top: 170px;
}

.mt-175 {
    margin-top: 175px;
}

.mt-180 {
    margin-top: 180px;
}

.mt-185 {
    margin-top: 185px;
}

.mt-190 {
    margin-top: 190px;
}

.mt-195 {
    margin-top: 195px;
}

.mt-200 {
    margin-top: 200px;
}

.mt-205 {
    margin-top: 205px;
}

.mt-210 {
    margin-top: 210px;
}

.mt-215 {
    margin-top: 215px;
}

.mt-220 {
    margin-top: 220px;
}

.mt-225 {
    margin-top: 225px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-85 {
    margin-bottom: 85px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-95 {
    margin-bottom: 95px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-105 {
    margin-bottom: 105px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-115 {
    margin-bottom: 115px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-125 {
    margin-bottom: 125px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-135 {
    margin-bottom: 135px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-145 {
    margin-bottom: 145px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-155 {
    margin-bottom: 155px;
}

.mb-160 {
    margin-bottom: 160px;
}

.mb-165 {
    margin-bottom: 165px;
}

.mb-170 {
    margin-bottom: 170px;
}

.mb-175 {
    margin-bottom: 175px;
}

.mb-180 {
    margin-bottom: 180px;
}

.mb-185 {
    margin-bottom: 185px;
}

.mb-190 {
    margin-bottom: 190px;
}

.mb-195 {
    margin-bottom: 195px;
}

.mb-200 {
    margin-bottom: 200px;
}

.mb-205 {
    margin-bottom: 205px;
}

.mb-210 {
    margin-bottom: 210px;
}

.mb-215 {
    margin-bottom: 215px;
}

.mb-220 {
    margin-bottom: 220px;
}

.mb-225 {
    margin-bottom: 225px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-55 {
    padding-top: 55px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-85 {
    padding-top: 85px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-95 {
    padding-top: 95px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-105 {
    padding-top: 105px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-115 {
    padding-top: 115px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-125 {
    padding-top: 125px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-135 {
    padding-top: 135px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-145 {
    padding-top: 145px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-155 {
    padding-top: 155px;
}

.pt-160 {
    padding-top: 160px;
}

.pt-165 {
    padding-top: 165px;
}

.pt-170 {
    padding-top: 170px;
}

.pt-175 {
    padding-top: 175px;
}

.pt-180 {
    padding-top: 180px;
}

.pt-185 {
    padding-top: 185px;
}

.pt-190 {
    padding-top: 190px;
}

.pt-195 {
    padding-top: 195px;
}

.pt-200 {
    padding-top: 200px;
}

.pt-205 {
    padding-top: 205px;
}

.pt-210 {
    padding-top: 210px;
}

.pt-215 {
    padding-top: 215px;
}

.pt-220 {
    padding-top: 220px;
}

.pt-225 {
    padding-top: 225px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-85 {
    padding-bottom: 85px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-95 {
    padding-bottom: 95px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-105 {
    padding-bottom: 105px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-125 {
    padding-bottom: 125px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-135 {
    padding-bottom: 135px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-145 {
    padding-bottom: 145px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pb-155 {
    padding-bottom: 155px;
}

.pb-160 {
    padding-bottom: 160px;
}

.pb-165 {
    padding-bottom: 165px;
}

.pb-170 {
    padding-bottom: 170px;
}

.pb-175 {
    padding-bottom: 175px;
}

.pb-180 {
    padding-bottom: 180px;
}

.pb-185 {
    padding-bottom: 185px;
}

.pb-190 {
    padding-bottom: 190px;
}

.pb-195 {
    padding-bottom: 195px;
}

.pb-200 {
    padding-bottom: 200px;
}

.pb-205 {
    padding-bottom: 205px;
}

.pb-210 {
    padding-bottom: 210px;
}

.pb-215 {
    padding-bottom: 215px;
}

.pb-220 {
    padding-bottom: 220px;
}

.pb-225 {
    padding-bottom: 225px;
}

.ml-1 {
    margin-left: 4px;
}

.img-bg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.section {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.button .btn {
    display: inline-block;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    padding: 13px 30px;
    background-color: #0c2e4d;
    color: #fff;
    border: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    margin-right: 7px;
    overflow: hidden;
}

.button .btn i {
    display: inline-block;
    margin-right: 5px;
}

.button .btn:last-child {
    margin: 0;
}

.button .btn:hover {
    color: #fff;
    background-color: #0c2e4d;
    -webkit-box-shadow: 0px 4px 4px #0000000f;
    box-shadow: 0px 4px 4px #0000000f;
}

.button .btn-alt {
    color: #fff !important;
    background: transparent !important;
    border: 2px solid #fff;
    padding: 11px 30px;
}

.button .btn-alt:hover {
    background-color: #fff !important;
    color: #0c2e4d !important;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.container-1920 {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.arrow {
    color: inherit;
    border: solid currentColor;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

a {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #0c2e4d;
    text-decoration: none;
}

a:hover {
    color: #ffb53e;
}
/*======================================
    Home Area CSS
========================================*/
.home-area {
    position: relative;
    background: #0c2e4d;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.home-area .home-image {
    position: relative;
    height: 620px;
}

.home-area .home-image img {
    height: 100%;
    width: 100%;
    vertical-align: middle;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.home-area .home-image:after {
    border-radius: inherit;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: #0c2e4d;
    opacity: 0.57;
}

.home-area .home-content {
    width: 100%;
    padding: 25px 80px 0;
    border-radius: 0;
    z-index: 1;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home-area .home-content h1 {
    text-transform: capitalize;
    color: #e5e9ed;
    font-family: "Libre Baskerville", Montserrat, sans-serif;
    font-size: 80px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.5;
    text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1600px) {
    .home-area .home-image {
        height: 450px;
    }

    .home-area .home-content {
        padding: 10px 50px 0;
    }

    .home-area .home-content h1 {
        font-size: 56px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
    .home-area .home-image {
        height: 410px;
    }

    .home-area .home-content {
        padding: 30px 50px 0;
    }

    .home-area .home-content h1 {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .home-area .home-image {
        height: 360px;
    }

    .home-area .home-content {
        padding: 30px 30px 0;
    }

    .home-area .home-content h1 {
        font-size: 30px;
    }
}

/*======================================
    Contact Us Area CSS
========================================*/
.contact-us {
    padding-top: 50px;
}

.contact-us .cart, .contact-us .contact-information {
    padding: 0 min(130px, calc((1vw - 12px)*20));
}

.contact-us .cart .cart-title, .contact-us .contact-information .contact-information-title {
    color: #0c2e4d;
    font-size: 29px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 1px;
    line-height: normal;
    text-align: left;
}

.contact-us .cart .cart-title, .contact-us .contact-information .contact-information-title.contact-information-title-order {
    margin-bottom: 60px;
}

.contact-us .cart .cart-title {
    margin-bottom: 30px;
}

.contact-us .contact-information .contact-information-title.contact-information-title-order {
    margin-top: 30px;
}

.contact-us .cart .cart-subtitle {
    color: #0c2e4d;
    font-size: 65px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 3px;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
    padding-top: 30px;
    padding-bottom: 40px;
}

.contact-us .cart .cart-subtotal, .contact-us .cart .cart-promotional-code, .contact-us .cart .cart-total {
    display: flex;
    justify-content: space-between;
}

.contact-us .cart .cart-subtotal, .contact-us .cart .cart-promotional-code {
    color: #393e46;
    font-size: 25px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
}

.contact-us .cart .cart-promotional-code {
    color: #3172cd;
}

.contact-us .cart .cart-total {
    color: #393e46;
    font-size: 30px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
}

.contact-us .cart hr, .contact-us .contact-information hr {
    height: 1px;
    border: 1px solid #707070;
    margin: 15px 0;
}

.contact-us .contact-information .contact-information-subtitle {
    color: #393e46;
    font-size: 21px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 27px;
    text-align: left;
    padding-top: 30px;
}

.contact-us .contact-information .red-text {
    color: #dc3545;
}

.contact-us .contact-information .form-validation label {
    color: #707070;
    font-size: 25px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    padding-top: 30px;
    padding-bottom: 10px;
}

.contact-us .contact-information .form-validation .form-control {
    border: 1px solid #d2d2d2;
    font-size: 25px;
    border-radius: 0;
}

.contact-us .contact-information .form-validation.was-validated .form-control:invalid {
    border: 1px solid #dc3545;
}

.contact-us .contact-information .form-validation.was-validated .input-group>.form-control:not(:focus):invalid {
    z-index: 0;
}

.contact-us .contact-information .form-validation .input-group-append {
    color: #393e46;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 27px;
    text-align: left;
    padding-left: 20px;
    padding-right: 5px;
}

.contact-us .contact-information .form-validation .input-group-clicked, .contact-us .contact-information .form-validation .input-group-clicked input, .contact-us .contact-information .form-validation .input-group-clicked label {
    cursor: pointer;
}

.contact-us .contact-information .form-validation .credit-card-stripe .form-check-label, .home-area .contact-information .form-validation .input-group-text-amount-payment {
    color: #707070;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    padding: 0;
    margin-left: 5px;
}

.contact-us .contact-information .form-validation .form-checkbox-input:checked {
    background-color: #3172cd;
}

.contact-us .contact-information .form-validation .btn-order {
    width: 100%;
    background-color: #28ac22;
    border-color: #28ac22;
    border-radius: 0;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    padding: 23px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.contact-us .checkout-row {
    margin-bottom: 100px;
}

.contact-us .post-socials {
    padding-top: 50px;
}

.contact-us .post-socials .facebook {
    border-radius: 0;
    padding: 0 10px 0 0;
}

.contact-us .post-socials .facebook .icon {
    width: 88px;
    height: 88px;
    background-color: #445a92;
    font-size: 40px;
    padding: 15px;
    color: #ffffff;
}

.contact-us .post-socials .instagram {
    border-radius: 0;
    padding: 0 10px 0 0;
}

.contact-us .post-socials .instagram .icon {
    width: 88px;
    height: 88px;
    background-color: #8b2222;
    font-size: 40px;
    padding: 15px;
    color: #ffffff;
}

.contact-us .post-socials .linkedin-in {
    border-radius: 0;
    padding: 0 10px 0 0;
}

.contact-us .post-socials .linkedin-in .icon {
    width: 88px;
    height: 88px;
    background-color: #499acf;
    font-size: 40px;
    padding: 15px;
    color: #ffffff;
}

.contact-us .post-socials .google {
    border-radius: 0;
    padding: 0 10px 0 0;
}

.contact-us .post-socials .google .icon {
    width: 88px;
    height: 88px;
    background-color: #cccccc;
    font-size: 40px;
    padding: 15px;
    color: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1600px) {
    .contact-us .cart, .contact-us .contact-information {
        padding: 0 min(80px, calc((1vw - 9px)*20));
    }

    .contact-us .cart .cart-title, .contact-us .contact-information .contact-information-title {
        font-size: 21px;
    }

    .contact-us .cart .cart-title, .contact-us .contact-information .contact-information-title.contact-information-title-order {
        margin-bottom: 40px;
    }

    .contact-us .cart .cart-title {
        margin-bottom: 15px;
    }

    .contact-us .contact-information .contact-information-title.contact-information-title-order {
        margin-top: 24px;
    }

    .contact-us .cart .cart-subtitle {
        font-size: 47px;
        letter-spacing: 2px;
        padding-top: 0;
        padding-bottom: 32px;
    }

    .contact-us .cart .cart-subtotal, .contact-us .cart .cart-promotional-code {
        font-size: 17px;
    }

    .contact-us .cart .cart-total {
        font-size: 21px;
    }

    .contact-us .contact-information .contact-information-subtitle {
        font-size: 14px;
        line-height: normal;
        padding-top: 15px;
    }

    .contact-us .contact-information .form-validation label {
        font-size: 17px;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .contact-us .contact-information .form-validation .form-control {
        font-size: 17px;
    }

    .contact-us .contact-information .form-validation .input-group-append {
        font-size: 12px;
        line-height: normal;
        padding-left: 10px;
        padding-right: 5px;
    }

    .contact-us .contact-information .form-validation .input-group-text-amount-payment {
        margin-bottom: 15px;
    }

    .contact-us .contact-information .form-validation .credit-card-stripe .form-check-label, .contact-us .contact-information .form-validation .input-group-text-amount-payment {
        font-size: 17px;
    }

    .contact-us .contact-information .form-validation .btn-order {
        font-size: 17px;
        padding: 16px;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .contact-us .checkout-row {
        margin-bottom: 60px;
    }

    .contact-us .post-socials .facebook .icon {
        width: 64px;
        height: 64px;
        font-size: 30px;
        padding: 10px;
    }

    .contact-us .post-socials .instagram .icon {
        width: 64px;
        height: 64px;
        font-size: 30px;
        padding: 10px;
    }

    .contact-us .post-socials .linkedin-in .icon {
        width: 64px;
        height: 64px;
        font-size: 30px;
        padding: 10px;
    }

    .contact-us .post-socials .google .icon {
        width: 64px;
        height: 64px;
        font-size: 30px;
        padding: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
    .contact-us .cart, .contact-us .contact-information {
        padding: 0 min(65px, calc((1vw - 5px)*20));
    }

    .contact-us .cart .cart-title, .contact-us .contact-information .contact-information-title {
        font-size: 12px;
        letter-spacing: normal;
    }

    .contact-us .cart .cart-title, .contact-us .contact-information .contact-information-title.contact-information-title-order {
        margin-bottom: 25px;
    }

    .contact-us .cart .cart-title {
        margin-bottom: 10px;
    }

    .contact-us .contact-information .contact-information-title.contact-information-title-order {
        margin-top: 15px;
    }

    .contact-us .cart .cart-subtitle {
        font-size: 24px;
        letter-spacing: normal;
        padding-top: 0;
        padding-bottom: 18px;
    }

    .contact-us .cart .cart-subtotal, .contact-us .cart .cart-promotional-code {
        font-size: 12px;
        letter-spacing: normal;
    }

    .contact-us .cart .cart-total {
        font-size: 13px;
        letter-spacing: normal;
    }

    .contact-us .contact-information .contact-information-subtitle {
        font-size: 10px;
        line-height: normal;
        padding-top: 10px;
        letter-spacing: normal;
    }

    .contact-us .contact-information .form-validation label {
        font-size: 12px;
        padding-top: 10px;
        padding-bottom: 5px;
        letter-spacing: normal;
    }

    .contact-us .contact-information .form-validation .form-control {
        font-size: 12px;
        letter-spacing: normal;
    }

    .contact-us .contact-information .form-validation .input-group-append {
        font-size: 10px;
        line-height: normal;
        padding-left: 5px;
        padding-right: 5px;
        letter-spacing: normal;
    }

    .contact-us .cart hr, .contact-us .contact-information hr {
        margin: 10px 0;
    }

    .contact-us .contact-information .form-validation .input-group-text-amount-payment {
        margin-bottom: 5px;
        min-width: 35%;
    }

    .contact-us .contact-information .form-validation .btn-order {
        font-size: 10px;
        padding: 8px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .contact-us .contact-information .form-validation .credit-card-stripe .form-check-label, .contact-us .contact-information .form-validation .input-group-text-amount-payment {
        font-size: 12px;
        line-height: normal;
    }

    .contact-us .checkout-row {
        margin-bottom: 50px;
    }

    .contact-us .post-socials .facebook .icon {
        width: 54px;
        height: 54px;
        font-size: 26px;
        padding: 8px;
    }

    .contact-us .post-socials .instagram .icon {
        width: 54px;
        height: 54px;
        font-size: 26px;
        padding: 8px;
    }

    .contact-us .post-socials .linkedin-in .icon {
        width: 54px;
        height: 54px;
        font-size: 26px;
        padding: 8px;
    }

    .contact-us .post-socials .google .icon {
        width: 54px;
        height: 54px;
        font-size: 26px;
        padding: 8px;
    }
}

@media (max-width: 575px) {
    .contact-us .cart, .contact-us .contact-information {
        padding: 0 30px;
    }

    .contact-us .cart .cart-title, .contact-us .contact-information .contact-information-title {
        font-size: 12px;
        letter-spacing: normal;
    }

    .contact-us .cart .cart-title, .contact-us .contact-information .contact-information-title.contact-information-title-order {
        margin-bottom: 20px;
    }

    .contact-us .cart .cart-title {
        margin-bottom: 10px;
    }

    .contact-us .contact-information .contact-information-title.contact-information-title-order {
        margin-top: 15px;
    }

    .contact-us .cart .cart-subtitle {
        font-size: 22px;
        letter-spacing: normal;
        padding-top: 0;
        padding-bottom: 16px;
    }

    .contact-us .cart .cart-subtotal, .contact-us .cart .cart-promotional-code {
        font-size: 11px;
        letter-spacing: normal;
    }

    .contact-us .cart .cart-total {
        font-size: 12px;
        letter-spacing: normal;
    }

    .contact-us .contact-information .contact-information-title {
        font-size: 12px;
        letter-spacing: normal;
        margin-top: 60px;
    }

    .contact-us .contact-information .contact-information-subtitle {
        font-size: 9px;
        line-height: normal;
        padding-top: 10px;
        letter-spacing: normal;
    }

    .contact-us .contact-information .form-validation label {
        font-size: 12px;
        padding-top: 10px;
        padding-bottom: 5px;
        letter-spacing: normal;
    }

    .contact-us .contact-information .form-validation .form-control {
        font-size: 11px;
        letter-spacing: normal;
    }

    .contact-us .contact-information .form-validation .input-group-append {
        font-size: 9px;
        line-height: normal;
        padding-left: 10px;
        padding-right: 5px;
        letter-spacing: normal;
    }

    .contact-us .cart hr, .contact-us .contact-information hr {
        margin: 10px 0;
    }

    .contact-us .contact-information .form-validation .input-group-text-amount-payment {
        margin-bottom: 5px;
    }

    .contact-us .contact-information .form-validation .credit-card-stripe .form-check-label, .contact-us .contact-information .form-validation .input-group-text-amount-payment {
        font-size: 11px;
        line-height: normal;
    }

    .contact-us .contact-information .form-validation .btn-order {
        font-size: 10px;
        padding: 8px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .contact-us .checkout-row {
        margin-bottom: 30px;
    }

    .contact-us .post-socials .facebook .icon {
        width: 36px;
        height: 36px;
        font-size: 16px;
        padding: 7px;
    }

    .contact-us .post-socials .instagram .icon {
        width: 36px;
        height: 36px;
        font-size: 16px;
        padding: 7px;
    }

    .contact-us .post-socials .linkedin-in .icon {
        width: 36px;
        height: 36px;
        font-size: 16px;
        padding: 7px;
    }

    .contact-us .post-socials .google .icon {
        width: 36px;
        height: 36px;
        font-size: 16px;
        padding: 7px;
    }
}
