

@import url('https://fonts.googleapis.com/css2?family=Advent+Pro:ital,wght@0,100..900;1,100..900&family=Alexandria:wght@100..900&family=Cabin:ital,wght@0,400..700;1,400..700&family=Karla:ital,wght@0,200..800;1,200..800&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body{
    font-family: Arial, Helvetica, sans-serif;
}



.f-pt-sans{
    font-family: "PT Sans", sans-serif;
}

.f-advent-pro{
    font-family: "Advent Pro", sans-serif;
}

.f-karla{
    font-family: "Karla", sans-serif;
}

.f-alexandria{
    font-family: "Alexandria", sans-serif;
}
.f-cabin{
    font-family: "Cabin", sans-serif;
}

.f-12{
    font-size: 12px;
}
.f-13{
    font-size: 13px;
}
.f-16{
    font-size: 16px;
}
.f-20{
    font-size: 20px;
}
.f-24{
    font-size: 24px;
}
.f-30{
    font-size: 30px;
}


.text-italic{
    font-style: italic;
}
.underline {
    text-decoration: underline;
}


.sec{
    padding: 20px 0px;
}
.header-sec{
    background: #29710e;
    padding: 20px 0px;
}

.container {
    width: 1030px;
}
.container-1 {
    width: 1170px !important;
}


.head-btn-success {
    background: #89d061;
    color: #fff;
    border-radius: 50%;
    padding: 2px 8px;
}
.head-btn-success:hover {
    background: #74af53;
    color: #fff;
}




.body-sec{
    background: #f0f0f0;
}
.body-content-sec {
    min-height: 570px;
}

.left-side-btns{
    padding: 11px 5px 12px 24px;
    font-weight: 700 !important;
    text-decoration: none;
    color: #545454;
    line-height: 1;
}

.left-side-btns.active{
    background: #387c0e;
    color: #fff;
}
.left-side-btns:hover{
    background: #387c0e;
    color: #fff;
}
.left-side-DD{
    left: -3px  !important;
    border: 0px;
    border-radius: 0px;
    padding: 0;
    background: #1c4605;
    color: #fff;
    transition: all 300ms ease;
}

.left-side-DD a{
    color: #fff;
    font-size: 14px;
    padding: 11px;
}
.left-side-DD a:hover{
    background-color: #2a5416;
    color: #fff;
}
.left-side-btns.show{
    background-color: #387c0e;
    color: #fff;
}

.left-side-btns:hover .left-side-DD {
    display: block !important;
}


.head-text-green{
    color: #387c0e;
}
.head-text-gray{
    color: #818181;
}


.paras{
    color: #818181 ;
    font-size: 13px;
}
.paras a{
    color: #265b06 !important ;
    text-decoration: none;

}
.paras a:hover{
    color: #6faf48 !important ;
}

ol.paras li{
    padding-bottom: 15px !important;
}





.n-form-input {
    font-size: 12px;
    box-shadow: inset 0px 2px 5px #ccc;
    color: #818181 !important;
    padding-top: 8px;

}





ol.why-content-list {
    /* padding: 0; */
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: justify;
}




.quote-body{
    background: #f0f0f0 ;
}


.tri-down {
    background: #f0f0f0 none repeat scroll 0 0;
    border-bottom: 1px solid #000;
    color: #2b6a05;
    float: left;
    font-family: "Cabin-Regular";
    font-size: 30px;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}




.online-order-form-headng {
    color: #7ac949;
    font-family: "Cabin-Regular";
    font-size: 24px;
    margin-top: 0;
    padding-bottom: 1px;
    padding-top: 0;
}


.msform  ul {
    border-bottom: 2px solid #dcdcdc;
    border-top: 2px dotted #dcdcdc;
    margin-left: 0;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-top: 13px;
}
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
}

#progressbar li.active {
    border-right: 2px dotted #dcdcdc;
    color: #141414;
    line-height: 26px;
}
#progressbar li {
    border-right: 2px dotted;
    color: #dcdcdc;
    float: left;
    font-family: "Alexandria", sans-serif;
    font-size: 17px;
    list-style-type: none;
    /* margin-right: 9px; */
    position: relative;
}

#progressbar li:last-child {
    border-right: 0px;
}

#progressbar li.active::before, #progressbar li.active::after {
    border: 2px solid #141414;
    color: #141414;
}
#progressbar li::before {
    background: white none repeat scroll 0 0;
    border: 2px solid #dcdcdc;
    border-radius: 75px;
    color: #dcdcdc;
    content: counter(step, decimal);
    counter-increment: step;
    display: block;
    float: left;
    font-size: 20px;
    line-height: 46px;
    margin: 0 6px 5px auto;
    text-align: center;
    width: 51px;
}
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1;
}



.quote-form-set  label {
    color: #8a8a8a;
    /* float: left; */
    font-family: "Anivers-Regular";
    font-size: 16px;
    font-weight: normal;
    width: 100%;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
}

.mandt {
    color: #7ac949;
    font-size: 18px;
}

.tooltiq {
    float: right;
}


.quote-form-set .form-control {
    border-radius: 3px;
    background-color: #fff;
    border: solid 1px #c5c5c5;
    background-image: linear-gradient(to bottom, #e4e4e5, #fff);
}

.cntct-cde {
    width: 20%;
    cursor: not-allowed;
    float: left;
    margin-right: 2%;
}
.cntct-num {
    width: 78%;
    float: left;
}

.mandt-line {
    color: #797979;
    float: left;
    font-family: "Calibri";
    font-size: 15px;
}






.box-rgt {
    background-color: #fff;
    padding: 14px;
    text-align: justify;
    box-shadow: 0px 2px 6px 2px #E0E0E0;
}
.rgt-head {
    border-bottom: 2px solid #88d05b;
    color: #000;
    float: left;
    font-family: "Anivers-Regular";
    font-size: 22px;
    margin-bottom: 10px;
    padding-bottom: 3px;
    width: 100%;
}
.step:last-child {
    border-bottom: none;
}
.step {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
}
.step .head {
    font-size: 15px;
    font-weight: bold;
}
.step .head2 {
    color: #7ac949;
    font-size: 16px;
    margin-bottom: 1px;
    padding-bottom: 4px;
    padding-top: 4px;
}
.box-rgt p {
    font-family: Calibri;
    font-size: 14px;
    color: #333;
}
.right-0{
    right: 0px !important;
}
.right-5{
    right: 5px !important;
}
.right-20 {
    right: 25px;
}





.other-info {
    margin-top: 20px;
    float: left;
    width: 100%;
    font-family: "Anivers-Regular";
    font-size: 14px;
}
.title {
    color: #2c7400;
}
.inr {
    background-color: #163f00;
    border-radius: 2px;
    color: #fff;
    margin: 0 auto;
    padding: 2px 1px 2px 5px;
    text-align: center;
}

.txtupld3 {
    color: #9e9d9d;
    /* float: left; */
    font-family: "Anivers-Regular";
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: -4px;
    text-align: left;
    width: 100%;
}

.sect {
    background-color: #f6f6f6;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
    /* float: left; */
    padding: 5px 20px;
}
.sect1 {
    border-right: 1px solid #ccc;
    margin-bottom: 0;
    padding: 8px;
}
.sect2 {
    margin-bottom: 0;
    padding: 8px;
}
.nam-det {
    color: #000;
    font-family: "Anivers-Regular";
    font-size: 14px;
    font-weight: normal;
}
.val-det {
    background-color: transparent;
    border: medium none;
    color: #2c7400;
    cursor: auto;
    font-family: "Anivers-Regular";
    font-size: 14px;
}
.error{
font-size:smaller;
    color:red;

}

.captcha-box {
    display: flex;
    gap: 5px;
}

.captchacodebox {
    height: 32px !important;
    width: 32px !important;
    font-size: 18px !important;
    text-align: center;
    border: 1px solid #dee2e6;
    box-shadow: inset 0px 2px 5px #ccc;
}

.C-code-set{
    background-color: #4A6983;
    color: #FFF;
    padding: 0px 13px;
    margin-top: 0px;
    height: 32px;
    margin-left: 5px !important;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}
   
