@font-face {
    font-family: 'Roboto';
    src: url('../Fonts/Roboto-Black.woff2') format('woff2'),
        url('../Fonts/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../Fonts/Roboto-BlackItalic.woff2') format('woff2'),
        url('../Fonts/Roboto-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../Fonts/Roboto-Bold.woff2') format('woff2'),
        url('../Fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../Fonts/Roboto-BoldItalic.woff2') format('woff2'),
        url('../Fonts/Roboto-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../Fonts/Roboto-Italic.woff2') format('woff2'),
        url('../Fonts/Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../Fonts/Roboto-Light.woff2') format('woff2'),
        url('../Fonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../Fonts/Roboto-Medium.woff2') format('woff2'),
        url('../Fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../Fonts/Roboto-LightItalic.woff2') format('woff2'),
        url('../Fonts/Roboto-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../Fonts/Roboto-Thin.woff2') format('woff2'),
        url('../Fonts/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../Fonts/Roboto-MediumItalic.woff2') format('woff2'),
        url('../Fonts/Roboto-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../Fonts/Roboto-Regular.woff2') format('woff2'),
        url('../Fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../Fonts/Roboto-ThinItalic.woff2') format('woff2'),
        url('../Fonts/Roboto-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

/*============================================================
    Reset css start
===============================================================*/
html, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    font-family: 'Roboto';
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    color: #fff;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

a, a:hover {
    text-decoration: none;
    transition: all .3s ease-in-out;
}

img {
    /*max-height: 100%;*/
    max-width: 100%;
}
/*============================================================
    Reset css end
===============================================================*/

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto';
}

.navbar {
    z-index: 999;
}

.site-logo{
    max-width: 220px;
}

.logo-text{
    color: rgb(119,119,119);
    letter-spacing: 0.5px;
    font-size: 18px;
}
/*============================================================
    landing page  CSS Section Start
===============================================================*/

.welcome-page{
    width: 100%;
    max-width: 100%;
}
.bg-overlay-welcome {
    background: linear-gradient(rgba(0,0,0,.2), rgba(0,0,0,0.2)), url("/assets/image/teens.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    min-height: 100vh;
    max-width: 100%;
    width: 100%;
}

.bg-overlay-welcome .text-center{
    padding: 200px 0px 200px 0px;
}

.bg-overlay-welcome .float-right{
    margin-top: 15px;
}

.bg-overlay-welcome h1{
    color: #FFFFFF;
    font-family: "Roboto Slab", Sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 66px;
    text-shadow: 3px 3px 10px rgb(0 0 0 / 65%);
}

.bg-overlay-welcome h2{
    color: #FFFFFF;
    font-family: "Roboto Slab", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 66px;
    text-shadow: 3px 3px 10px rgb(0 0 0 / 65%);
}

.bg-overlay-welcome p{
    color: #F0F0F0;
    font-family: "Roboto Slab", Sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.bg-overlay-welcome h1 .aztech{
    color: #233167;
}

.bg-overlay-welcome h1 .project{
    color: #bb1e2e;
}

/* new layout strat */

.welcome-btn .btn{
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-color: #bb1e2e;
    border-color: #bb1e2e;
    /* margin-top: 25px; */
    padding: 15px 30px 15px 30px;
    letter-spacing: 2px;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 10px 10px;
    border-radius: 10px;
    width: 170px;
}

.btn-land .color-btn{
    font-size: 2.1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #233167;
    border-color: #233167;
    margin-top: 25px;
    padding: 15px 40px 15px 40px;
    line-height: 40px;
    word-wrap: break-word;
}

.welcome-btn .btn:hover,
.btn-land .color-btn:hover{
    background-color: #233167;
    border-color: #233167;
}

.welcome-btn .quote-btn{
    width: 355px;
}

.welcome-sec-two li{
    font-size: 2rem;
}
.welcome-sec-two h1{
    font-size: 2.5rem;
    color: #233167;
}

.home-img-text {
    width: 100%;
    float: left;
}
.home-img-text .image-sec{
    width: 30px;
    float: left;
    padding-top: 7px;
}
.home-img-text .text-sec{
    width: 70%;
    float: left;
    font-size: 30px;
    color: #233167;
}

/*============================================================
    landing page CSS Section end
===============================================================*/


/*============================================================
    Login CSS Section Start
===============================================================*/
.login_sec .loginImg_Box {
    width: 63%;
    background: url("/assets/image/ImageLef.png") no-repeat;
    /* height: 100vh; */
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 60px;
    overflow: hidden;
}

.login_sec .loginImg_Box::after {
    content: '';
    background: url("/assets/image/USAFlag.png") no-repeat;
    position: absolute;
    top: -180px;
    display: block;
    width: 100%;
    height: 100%;
    left: -150px;
}


.loginImgBox_leftContent {
    z-index: 99;
    margin-top: 271px;
}

.loginImgBox_leftContent h2 {
    font-size: 75px;
    font-weight: 700;
    text-transform: uppercase;
    color: #243168;
    /* margin-top: 100px; */
    margin-top: 110px;
}


.loginImgBox_leftContent span {
    color: #bb2030;
    font-size: 70px;
    font-weight: 600;
    text-transform: uppercase;
}

.loginImgBox_leftContent p {
    font-size: 20px;
    font-weight: 400;
    color: #7e7e7e;
    padding-right: 26%;
}

.login_sec .loginContentBox {
    width: 37%;
    padding: 50px;
    display: flex;
    align-items: center;
}

.rem-me{
    color: #243168;
    font-weight: 500;
    line-height: 30px;
}

.signUpBtn_Box a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #243168;
    padding: 10px 25px;
    border-radius: 50px;
}

.signUpBtn_Box a:hover {
    background: #bb2030;
}

.heading_loginSec h1 {
    font-size: 36px;
    font-weight: 500;
    color: #243168;
}

.heading_loginSec p {
    font-size: 18px;
    font-weight: 400;
    color: #787878;
    padding-right: 70px;
    margin-top: 15px;
}



.inputBox label {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.customInput input {
    padding: 15px;
    font-size: 16px;
    font-weight: 500;
}

.customInput .input-group-text {
    padding: 0px 25px;
    background: transparent;
    color: #243168;
}

.forgotPasswordSec .form-check-input {
    background-color: #f3eeee;
    box-shadow: inset 3px 3px 5px rgb(94 104 121 / 11%), inset -3px -3px 7px #e7e7e77a;
    height: 23px;
    width: 55px !important;
    border: 0px;
}

.forgotPasswordSec .form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
}

.forgotPasswordSec .form-check-input:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

.forgotPasswordSec .form-check-input:checked {
    background-color: #243168;
}

.forgotPasswordSec .form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
}

.forgotPasswordBox a {
    font-size: 16px;
    font-weight: 500;
    color: #243168;
}

.forgotPasswordBox a:hover {
    color: #bb2030;
}

#app-reset-form .resetpassword-btn,
#app-forgot-form .fyp-btn,
.regBTN_sec .registration-btn,
.loginBTN_sec .login-btn {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    background: #bb2030;
    padding: 15px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    border: 1px solid #bb2030;
}

#app-reset-form .resetpassword-btn,
#app-forgot-form .fyp-btn,
.regBTN_sec .registration-btn:hover,
.loginBTN_sec .login-btn:hover {
    background: #971824;
    border: 1px solid #bb2030;
}


.bottom_signUpSec span {
    font-size: 18px;
    font-weight: 400;
    color: #919191;
}

.bottom_signUpSec span > a {
    color: #bb2030;
    font-weight: 500;
    text-decoration: underline;
}

#basic-addon1{
    background: white;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 70px;
    height: 52px;
    z-index: 999;
    text-align: center;
    border-radius: 2px;
    border-right: unset;
    border-top: unset;
    border-bottom: unset;
}
.asterisk{
    color: #bb2030;
}

/* ==========================================================
    parsyal css start
============================================================*/

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  color: #B94A48;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

/* ==========================================================
    parsyal  css end
============================================================*/


/* ==========================================================
    Quotation form  css start
============================================================*/

.stepForm {
    position: relative;
}

.stepForm p{
    margin-top: 0;
    margin-bottom: 1rem;
}

.checklabel h5 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0.5rem;
}

.stepForm fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    position: relative
}

.stepForm fieldset:not(:first-of-type) {
    display: none
}


.stepForm input.form-control,
.stepForm textarea, 
.stepForm select {
padding: 5px 15px 5px 15px;
border: 1px solid #b7b6b6;
border-radius: 0px;
margin-bottom: 10px;
margin-top: 2px;
width: 100%;
box-sizing: border-box;
color: #032041;
background-color: #ffffff;
font-size: 16px;
letter-spacing: 1px;
height: 35px;
}

.stepForm input.form-control:focus,
.stepForm select:focus,
.stepForm textarea:focus {
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
border: 1px solid #032041;
outline-width: 0;
}

.stepForm .action-button {
width: 100px;
background: #bb2030;
font-weight: bold;
color: #fff !important;
border: 0 none;
border-radius: 0px;
cursor: pointer;
padding: 10px 5px;
margin: 15px 0px 0px 5px;
float: right;
border-radius: 5px;
}

#quotation .save-continue{
    width: 150px;
}

.stepForm .action-button:hover,
.stepForm .action-button:focus {
background-color: #022246;
}

.stepForm .action-button-previous {
width: 100px;
background: #616161;
font-weight: bold;
color: white;
border: 0 none;
border-radius: 0px;
cursor: pointer;
padding: 10px 5px;
margin: 10px 5px 0px 0px;
float: right;
border-radius: 5px;
}
.form-card {
margin-bottom: 20px;
}

.stepForm .action-button-previous:hover,
.stepForm .action-button-previous:focus {
background-color: #000000;
}

.card {
border: none;
position: relative;
}

.fs-title {
font-size: 25px;
color: #032041;
padding-bottom: 15px;
text-align: center;
font-weight: 500;
border-bottom: 1px solid #f3f3f3;
margin-bottom: 20px;
}



.steps {
font-size: 25px;
color: gray;
margin-bottom: 10px;
font-weight: normal;
text-align: right;
}

.fieldlabels {
color: gray;
text-align: left;
}

#progressbar {
margin-bottom: 10px;
overflow: hidden;
color: lightgrey;
}

#progressbar .active {
color: #bb2030;
}

#progressbar li {
list-style-type: none;
font-size: 15px;
width: 50%;
float: left;
position: relative;
font-weight: 400;
text-align: center;
}

#progressbar #account:before {
content: "1";
font-size: 28px;

}

#progressbar #personal:before {
content: "2";

}


#progressbar li:before {
width: 50px;
height: 50px;
line-height: 45px;
display: block;
font-size: 20px;
color: #ffffff;
background: lightgray;
border-radius: 50%;
margin: 0 auto 10px auto;
padding: 2px;
}

#progressbar li:after {
content: '';
width: 100%;
height: 2px;
background: lightgray;
position: absolute;
left: 0;
top: 25px;
z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
background: #bb2030;
}

.progress {
height: 5px;
}

.progress-bar {
background-color: #bb2030;
}


/* .step-section {
background-color: #f5f5f5;
} */
.stepcard {
padding: 30px;
background-color: #ffffff;
}
.input-col label {
margin-bottom: 3px;
font-size: 16px;
font-weight: 400;
}
.input-col label span {
color: red;
}
.message-hint {
font-size: 14px;
    font-style: italic;
}
.verifyInfo ul {
padding: 0px;
margin: 0px;
list-style: none;
}
.verifyInfo ul  li {
font-size: 18px;
margin-bottom: 15px;
font-weight: 500;
display: flex;
align-items: center;
justify-content: space-between;
}
.verifyInfo ul li span {
color: #323131;
    font-weight: 400;
}
.verifycheck {
margin-top: 12px;
}
.verifycheck .form-check-label {
font-size: 19px;
}
.otpInput-group {
display: flex;
margin-top: 20px;
justify-content: center;
}
.stepForm .otpInput-group .form-control {
flex-wrap: wrap;
margin: 0px 5px;
width: 70px;
height: 60px;
font-size: 25px;
text-align: center;
}
.color_theme {
color: #bb2030;
}
.feat_item h5 {
margin: 0px;
font-size: 18px;
font-weight: 600;
color: #000000;
}
.feature_col {
background-color: whitesmoke;
padding: 10px;
}
.feat_item .svg-inline--fa {
    color: #bb2030;
    font-size: 20px;
    margin-right: 9px;
    margin-top: 3px;
}
.feat_item {
display: flex;
align-items: center;
}
.checklabel p {
font-size: 14px;
}
.checklabel h5 {
font-weight: 700;
font-size: 18px;
}


.cutomRadio [type="radio"]:checked,
.cutomRadio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.cutomRadio [type="radio"]:checked + label,
.cutomRadio [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000;
}
.cutomRadio [type="radio"]:checked + label:before,
.cutomRadio [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border:1px solid #1e1e1e;
    border-radius: 100%;
    background: #fff;
}
.cutomRadio [type="radio"]:checked + label:after,
.cutomRadio [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 14px;
    height: 14px;
    background: #bb2030;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.cutomRadio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.cutomRadio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.cutomRadio_row {
display: flex;
align-items: center;
}
.cutomRadio {
margin-right: 20px;
}
.cutomRadio label span {
color: #bb2030;
}
.checklabel {
margin-bottom: 20px;
}
.formCol-title {
font-size: 20px;
font-weight: 700;
margin-bottom: 15px;
}

.qty .count {
color: #000;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    padding: 0 2px;
    min-width: 35px;
    text-align: center;
}
.qty .plus {
cursor: pointer;
display: inline-block;
vertical-align: top;
color: white;
width: 25px;
height: 25px;
font-size: 21px;
text-align: center;
border-radius: 50%;
background-clip: padding-box;
line-height: 24px;
}
.qty .minus {
cursor: pointer;
display: inline-block;
vertical-align: top;
color: white;
width: 25px;
height: 25px;
font-size: 21px;
text-align: center;
border-radius: 50%;
background-clip: padding-box;
line-height: 1;
}

.minus:hover{
background-color: #717fe0 !important;
}
.plus:hover{
background-color: #717fe0 !important;
}

.qty_row input{  
border: 0;
width: 2%;
}
.qty_row input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
margin: 0;
}
.qty_row input:disabled{
background-color:white;
}
.qty_row {
display: flex;
align-items: center;
margin-bottom: 20px;
}

.qty_row label {
margin-right: 10px;
}
.m-count_title {
font-weight: 700;
    margin-bottom: 13px;
}
.summary_list h5 {
font-weight: 700;
font-size: 18px;
margin-bottom: 3px;
}
.summary_list p {
    margin: 0px;
    position: relative;
    padding-left: 16px;
}
.summary_list p::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #bb2030;
    left: 0;
    top: 9px;
}
.summary_list {
margin-bottom: 15px;
}
.total_amt {
font-size: 22px;
    color: #bb2030;
    font-weight: 600;
}
.summry_card {
position: sticky;
top: 70px;
}
.disableSpan {
pointer-events: none;
}
.col-md-12.manager-col {
border:1px solid #efefef;
padding: 10px;
margin-bottom: 15px;
}
.stepForm textarea.form-control {
height: 45px;
}
.contactInof {
text-align: center;
padding: 12px;
margin-top: 30px;
border: 1px solid #bb2030;
font-weight: 700;
color: #000000;
}

.quotation-page{
    background: #f6f9ff;
    color: #444444;
    padding-top:60px;
    padding-bottom:60px;
}

.quotation-page .pagetitle h1{
    font-size: 25px;
}


.quotation-page #SSN_ITIN,
.quotation-page #EDelivery_col,
.quotation-page #continental_states{
    display: none;
}

#app-reg-form .customInput input::placeholder{
    font-size: 14px;
}

/* ==========================================================
    Quotation form  css end
============================================================*/

/*============================================================
    Login CSS Section End
===============================================================*/

/* Media Query Start */

@media screen and (min-width:0px) and (max-width:430px) {
    #quotation .cutomRadio_row{
        display: block;
    }
    #quotation .pe-0{
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
    }
    #quotation .ps-0{
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
    }
    #quotation #country_code_id{
        margin-bottom: 0px;
    }
    #quotation .ps-0 .form-control{
        margin-top: 0px;
    }
    .quotation-page .fs-title{
        font-size: 22px;
    }
    .cutomRadio [type="radio"]:checked + label,
    .cutomRadio [type="radio"]:not(:checked) + label {
        line-height: 24px;
    }
}

@media screen and (min-width:431px) and (max-width:767px) {
    #quotation .pe-0{
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
    }
    #quotation .ps-0{
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
    }
    #quotation #country_code_id{
        margin-bottom: 0px;
    }
    #quotation .ps-0 .form-control{
        margin-top: 0px;
    }
    .cutomRadio [type="radio"]:not(:checked) + label {
        line-height: 24px;
    }
}

@media screen and (min-width:0px) and (max-width:767px) {

    .card.summry_card .card-body{
        border: 1px solid #233167;
        margin: 15px;
        border-radius: 5px;
    }
    .welcome-btn .btn,
    .welcome-btn .quote-btn{
        width: 100%;
    }
    .welcome-btn.gap-2{
        gap: 0rem!important;
    }
    .home-img-text .text-sec {
        width: 85%;
        float: left;
        font-size: 20px;
        color: #233167;
        line-height: 40px;
    }
    .btn-land .color-btn{
        padding: 15px 15px 15px 15px;
        font-size: 24px;
    }
    .welcome-sec-two h1{
        font-size: 1.5rem;
    }
    .home-img-text.last-item{
        margin-bottom: 30px;
    }
    .loginForm_sec{
        margin-top: 30px;
    }
    .heading_loginSec h1{
        font-size: 32px;
    }
    .heading_loginSec p {
        padding-right: 0px;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .home-img-text .text-sec {
        width: 85%;
        float: left;
        font-size: 19px;
        color: #233167;
        line-height: 40px;
    }
    .btn-land .color-btn{
        padding: 15px 15px 15px 15px;
        font-size: 24px;
    }
    .welcome-sec-two h1{
        font-size: 1.5rem;
    }
    .welcome-sec-img .picture1{
        height: 310px;
    }

    .reset-page .welcome-btn .col-md-6,
    .email-page .welcome-btn .col-md-6,
    .register-page .welcome-btn .col-md-6,
    .login-page .welcome-btn .col-md-6{
        width: 100%;
    }

    .reset-page .reset-img-sec,
    .reset-page .reset-img-sec img,
    .email-page .email-img-sec,
    .email-page .email-img-sec img,
    .register-page .reg-img-sec,
    .register-page .reg-img-sec img, 
    .login-page .login-img-sec,
    .login-page .login-img-sec img{
        width: 100%;
    }

    .reset-page .loginForm_sec,
    .email-page .loginForm_sec,
    .register-page .loginForm_sec,
    .login-page .loginForm_sec{
        width: 100%;
        margin-top: 35px;
    }

    .reset-page .welcome-btn .col-md-6 .login-btn,
    .login-page .welcome-btn .col-md-6 .signup-btn,
    .login-page .welcome-btn .col-md-6 .login-btn,
    .welcome-btn:first-child a{
        margin-top: 0px;
    }
    .reset-page .welcome-btn .col-md-6 .quote-btn,
    .email-page .welcome-btn .col-md-6 .quote-btn,
    .register-page .welcome-btn .col-md-6 .quote-btn,
    .login-page .welcome-btn .col-md-6 .quote-btn{
        margin-top: 25px !important;
    }
}

@media screen and (min-width:1025px) and (max-width:1199px) {
    .home-img-text .text-sec {
        width: 85%;
        float: left;
        font-size: 22px;
        color: #233167;
        line-height: 40px;
    }
    .btn-land .color-btn{
        padding: 15px 15px 15px 15px;
        font-size: 24px;
    }
    .welcome-sec-two h1{
        font-size: 1.7rem;
    }

    .reset-page .welcome-btn .quote-btn,
    .email-page .welcome-btn .quote-btn,
    .login-page .welcome-btn .quote-btn,
    .register-page .welcome-btn .quote-btn {
        width: 200px !important;
    }
    #app-reg-form .col-md-6{
        width: 100%;
    }
}

@media screen and (min-width:1200px) and (max-width:1500px) {
    .login_sec .loginImg_Box {
        width: 55%;
        background-position: right;
        overflow: hidden;
    }

    .login_sec .loginContentBox {

        width: 45%;
    }

    .login_sec .loginImg_Box::after {
        top: -220px;
        left: -195px;
    }

    .loginImgBox_leftContent h2, .loginImgBox_leftContent span {
        font-size: 60px;
    }

    .loginImgBox_leftContent p {
        padding-right: 15%;
    }
}

@media screen and (min-width: 1024px){
    .form-select.Langchange{
        width: 355px;
    }
}