* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

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

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

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

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

ul li ul {
    margin-left: 20px;
}

.double-list {
    display: flex;
    flex-wrap: wrap;
}

.double-list li {
    width: 50%
}

.double-list li a {
    font-size: 15px;
    line-height: 18px;
    display: block;
    margin-bottom: 15px;
    color: #333
}

.middle-format-table {
    font-size: 15px
}

.middle-format-table tr th:nth-child(2),
.middle-format-table tr th:nth-child(3),
.middle-format-table tr th:nth-child(4),
.middle-format-table tr th:nth-child(5),
.middle-format-table tr th:nth-child(6) {
    text-align: center;
}

.middle-format-table tr td:nth-child(2),
.middle-format-table tr td:nth-child(3),
.middle-format-table tr td:nth-child(4),
.middle-format-table tr td:nth-child(5),
.middle-format-table tr td:nth-child(6) {
    text-align: center;
}

.pre-header {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0;
    padding: 3px;
    background: #ffcc03;
    font-family: "Montserrat", sans-serif;
}

.pre-header p {
    color: #333;
    font-family: "Montserrat", sans-serif;
    ;
    font-size: 13px;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 22px
}

.pre-header p a {
    color: #333;
    margin: 0
}

.pre-header p a i {
    color: #ed3237
}

.pre-header p a:last-child {
    border-right: none
}

.header {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0;
    padding: 10px;
    background: #fff;
    font-family: "Montserrat", sans-serif;
    ;
    box-shadow: 1px 1px 1px #ed3237
}

.header-right p {
    margin: 36px 0 16px 0;
    text-align: center
}

.header-right p a {
    background: #ed3237;
    color: #fff;
    padding: 6px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
    margin: 5px 0 5px 0
}

.header-right p a i {
    background: #ffcc03;
    padding: 5px;
    color: #675d5d;
    border-radius: 5px
}

.header-right-first img {
    margin: 10px auto
}

.header-left img {
    margin: 0 auto;
    width: auto;
}

.topnav {
    overflow: hidden;
    background-color: #ed3237
}

.topnav a {
    float: left;
    display: block;
    color: #fff;
    text-align: center;
    padding: 9px 16px;
    text-decoration: none;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}

.apm-nav {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0;
    padding: 0;
    background: #ed2b30;
    border: 1px solid #ed2b30
}

.how-section {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0;
    background: #f4f8fb;
    padding: 15px 0 15px 0
}

.how-section h2 {
    font-size: 30px;
    color: #d53425;
    line-height: 33px;
    margin: 10px 0 10px 0;
    font-family: "Montserrat", sans-serif;
    ;
    font-weight: 700
}

.how-section h2 span {
    font-family: Handlee, cursive
}

.how-section p {
    margin: 2px 0 5px 0;
    color: #696363;
    font-family: "Montserrat", sans-serif;
}

.topnav .icon {
    display: none
}

.dropdown {
    float: left;
    overflow: hidden
}

.dropdown .dropbtn {
    font-size: 17px;
    border: none;
    outline: 0;
    color: #fff;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 1
}

.dropdown-content a {
    float: none;
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left
}

.dropdown:hover .dropbtn,
.topnav a:hover {
    background-color: #555;
    color: #fff
}

.dropdown-content a:hover {
    background-color: #ddd;
    color: #000
}

.dropdown:hover .dropdown-content {
    display: block
}

.form-section {
    width: 27%;
    float: left;
    margin: 0;
    padding: 19px 16px;
    max-width: 100%;
    height: auto;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}

.form-section::placeholder {
    color: #b6a7a7
}

.form-section h4 {
    color: #ffffff;
    font-weight: 700;
    font-size: 19px;
    text-decoration: none
}

.form-section h3 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700
}

.form-section h4 span {
    color: #ed3237;
    line-height: 27px;
    font-size: 20px
}

.form-section p {
    margin: 0;
    padding: 11px 0 2px 0
}

.form-section p a {
    color: #ed3237;
    font-size: 20px
}

.form-section p a:hover {
    color: #ed3237;
    font-size: 17px
}

.input-field {
    width: 49%;
    height: auto;
    padding: 5px;
    border-radius: 4px;
    margin: 2px 0 2px 0
}

.input-field2 {
    width: 98%;
    height: auto;
    padding: 5px 5px 5px 15px;
    border-radius: 4px;
    margin: 2px 0 2px 0
}

.input-field3 {
    width: 98%;
    height: auto;
    padding: 5px;
    border-radius: 4px;
    margin: 2px 0 2px 0
}

.input-field4 {
    color: #f9f9f9;
    background: #ed3237;
    border: 1px solid #ed3237;
    padding: 10px
}

.Agarwal-packers-form2 {
    margin: 0;
    padding: 10px;
    max-width: 100%;
    height: auto;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    ;
    background: #ffd310
}

.form-section2 h4 {
    color: #333;
    font-weight: 700;
    font-size: 19px;
    text-decoration: none
}

.form-section2 h4 span {
    color: #ed3237;
    line-height: 27px;
    font-size: 20px
}

.form-section2 p {
    margin: 0;
    padding: 11px 0 2px 0
}

.form-section p2 a {
    color: #015294;
    font-size: 17px
}

.form-section p2 a:hover {
    color: #ed3237;
    font-size: 17px
}

.input-field {
    width: 49%;
    height: auto;
    padding: 5px 5px 5px 10px;
    border-radius: 4px;
    color: #000;
    margin: 2px 0 2px 0;
    border: 1px solid #fff
}

.input-field2 {
    width: 98%;
    height: auto;
    padding: 5px 5px 5px 10px;
    border-radius: 4px;
    margin: 2px 0 2px 0;
    border: 1px solid #fff;
    font-weight: 500;
    color: #3f3f3f !important;
}

.input-field3 {
    width: 98%;
    height: auto;
    padding: 5px 5px 5px 10px;
    border-radius: 4px;
    margin: 2px 0 2px 0;
    border: 1px solid #fff
}

.input-field4 {
    color: #e50614;
    background: #ffffff;
    border: 1px solid #ed3237;
    padding: 7px 20px;
    font-size: 14px;
    font-weight: 700;
    transition: all .2s linear;
    margin-top: 6px;
    border-radius: 5px;
}

.input-field4:hover {
    color: #f9f9f9;
    background: #ae1d16;
    font-size: 14px;
    padding: 8px 16px;
    border: 1px solid #ae1d16
}

.Agarwal-packers-main {
    background: #f4f8fb
}

.Agarwal-packers-form3 {
    width: 27%;
    margin: 0 auto;
    padding: 19px 16px;
    max-width: 100%;
    height: auto;
    text-align: center;
    background: #ed3237;
    font-family: "Montserrat", sans-serif;
}

.Agarwal-packers-form3::placeholder {
    color: #b6a7a7
}

.Agarwal-packers-form3 h4 {
    color: #333;
    font-weight: 700;
    font-size: 19px;
    text-decoration: none
}

.Agarwal-packers-form3 h3 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700
}

.Agarwal-packers-form3 h4 span {
    color: #fbcd20;
    line-height: 27px;
    font-size: 20px
}

.Agarwal-packers-form3 p {
    margin: 0;
    padding: 11px 0 2px 0
}

.Agarwal-packers-form3 p a {
    color: #fbcd20;
    font-size: 20px
}

.Agarwal-packers-form3 p a:hover {
    color: #fbcd20;
    font-size: 21px
}

.Agarwal-packers-form3 .input-field4 {
    color: #f9f9f9;
    background: #fbcd20;
    border: 1px solid #fbcd20
}

.banner-section {
    width: 73%;
    float: left
}

.banner-section img {
    width: 100%
}

.full-banner-section {
    display: table-row
}

.banner-form-section {
    background-image: url(../img/form-background2.png);
    overflow: hidden
}

.banner-section {
    display: table-cell
}

.form-section {
    display: table-cell
}

.service-section {
    /* padding: 50px 0; */
    overflow: hidden;
    background: #f9ce20;
    /* margin-top: 12px; */
    padding-bottom: 17px;
}

.service-section h3 {
    font-size: 20px;
    text-align: center;
    margin: 39px 0 10px 0;
    font-family: "Montserrat", sans-serif;
}

.service-section h3 span {
    font-weight: 700;
    font-size: 24px;
    color: #ed3237
}

.service-section img {
    margin: 0 auto;
    transition: all .2s linear
}

.service-section img:hover {
    transform: scale(1.1)
}

.service-section h4 {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: #ed3237;
    transition: all .2s linear;
    font-family: "Montserrat", sans-serif;
    ;
    margin: 5px 0px;
}

.service-section h4:hover {
    transform: scale(1.1)
}

.service-section h4 a {
    color: #333;
    font-size: 17px;
    line-height: 21px;
}

.service-inner {
    border-radius: 13px;
    padding: 10px 20px;
    margin: 2px 0 21px 0;
    background: #e9c11d82;
    min-height: 186px;
}

.service-inner-section {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 30px 0 10px 0;
    padding: 0
}

.service-inner-section p {
    text-align: center;
    color: #4b4444;
    font-family: "Montserrat", sans-serif;
}

.service-inner-section-right {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 30px 0 10px 0;
    padding: 0
}

.service-inner img {
    width: 37px;
    color: #ffffff;
    height: 37px;
    object-fit: contain;
}

.service-inner p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.service-inner a {
    text-decoration: none;
}

.service-inner-icon {
    padding: 11px;
    background-color: #fff;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    box-shadow: 0px 3px 5px 1px #00000042;
}

.our-clients {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.our-clients-left {
    width: 40%;
    height: auto;
    max-width: 100%;
    margin: 0;
    padding: 40px 0 40px 0;
    float: left;
    background-image: url(../images/our-clients-left.png);
    font-family: "Montserrat", sans-serif;
}

.our-clients-left h3 {
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    color: #3a3636;
    line-height: 35px;
    margin: 5px 0 5px 0
}

.our-clients-left h3 span {
    font-family: Handlee, cursive;
    font-size: 30px
}

.our-clients-left p {
    margin: 0 0 10px 0;
    padding: 0 20px 5px 20px;
    text-align: center;
    color: #635a5a
}

.our-clients-left button {
    margin: 0 auto !important;
    text-align: center;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    background: #ed3237;
    border: 1px solid #ed3237;
    transition: all .2s linear
}

.our-clients-left button:hover {
    background: #c62327;
    color: #f4f8fb;
    border: 1px solid #c62327;
    padding: 5px 18px
}

.our-clients-right {
    width: 100%;
}

.about-section {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0;
    padding: 30px 0 25px 0;
    overflow: hidden;
    background: #f4f8fb
}

.about-section h4 {
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    color: #686868;
    font-family: "Montserrat", sans-serif;
}

.about-section h4 span {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    color: #333;
    font-family: "Montserrat", sans-serif;
}

.about-section h1 {
    font-size: 20px;
    color: #ed3237;
    margin: 0;
    text-align: center;
    font-family: Handlee, cursive
}

.about-section h2 {
    font-size: 19px;
    margin: 10px 0;
    text-align: left;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

.about-section h1 span {
    color: #cb3d30;
    font-weight: 700;
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
}

.about-section p {
    margin: 0;
    padding: 0;
    text-align: justify;
    color: #3e3a3a;
    line-height: 23px;
    font-family: "Montserrat", sans-serif;
}

.about-section img {
    margin: 0 auto
}

.about-section h3 {
    font-size: 21px;
    text-align: center;
    color: #565553;
    font-family: Handlee, cursive
}

.about-section h5 {
    font-size: 23px;
    text-align: center;
    color: #4e4242;
    font-family: Handlee, cursive;
    font-weight: 700
}

.about-section h3 span {
    font-size: 24px;
    font-weight: 700;
    color: #ed3237;
    font-family: "Montserrat", sans-serif;
}

.about-section .para-left {
    width: 4%;
    float: left
}

.about-section .para-left i {
    font-size: 16px;
    text-align: center
}

.about-section .para-right {
    width: 96%;
    float: left
}

.about-section button {
    background: #ed3237;
    color: #f4f8fb;
    border: 1px solid #ed3237;
    padding: 5px 10px;
    font-family: "Montserrat", sans-serif;
    ;
    transition: all .2s linear
}

.about-section button:hover {
    background: #c62327;
    color: #f4f8fb;
    border: 1px solid #c62327;
    padding: 5px 18px
}

.about-section-right {
    background: #f9ce20;
    padding: 8px 5px 8px 10px;
    margin: 3px;
    border-radius: 2px;
    box-shadow: 1px 1px 1px 1px #e0dada
}

.about-section-right p {
    font-size: 15px
}

.fa-check-square {
    margin-right: 2px;
}

.about-section-right p i {
    color: #ed3237
}

.awards {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0;
    padding: 20px 0 20px 0;
    background: #f9f9f985;
    overflow: hidden
}

.awards h4 {
    font-size: 18px;
    color: #4b4141;
    margin: 10px 0 10px 0;
    line-height: 27px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}

.awards h4 a {
    color: #c61122;
    font-weight: 700;
    text-decoration: none
}

.awards h3 {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    color: #ed3237;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}

.awards p {
    text-align: center;
    font-size: 15px;
    color: #5a5555;
    font-family: "Montserrat", sans-serif;
    ;
}

.awards img {
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #e0d3d3
}

.awards-inner {
    padding: 15px
}

.our-innovations {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0;
    padding: 20px 0 40px 0;
    background: #f9ce20;
    /* background-image: url(../images/service-background.png); */
}

.our-innovations h3 {
    font-size: 24px;
    text-align: center;
    margin: 0 0 25px 0;
    font-family: Handlee, cursive;
    font-weight: 700
}

.our-innovations h3 span {
    font-family: "Montserrat", sans-serif;
}

.our-innovations h4 {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    color: #ed3237;
    font-family: "Montserrat", sans-serif;
}

.our-innovations h4 a {
    color: #ed3237
}

.our-innovations h4 a:hover {
    text-decoration: none
}

.our-innovations p {
    text-align: center;
    color: #403a3a;
    font-family: "Montserrat", sans-serif;
}

.our-innovations button {
    background: #ed3237;
    color: #f4f8fb;
    border: 1px solid #ed3237;
    padding: 5px 10px;
    text-align: center;
    margin: 25px 0 0 0;
    font-family: "Montserrat", sans-serif;
    ;
    transition: all .2s linear
}

.our-innovations button:hover {
    background: #c62327;
    color: #f4f8fb;
    border: 1px solid #c62327;
    padding: 7px 18px
}

.call-to-action {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0;
    padding: 30px 0 15px 0;
    background: #fff;
    border-top: 5px solid #ee3e43
}

.call-inner {
    width: 33.3%;
    float: left
}

.call-inner-inside {
    margin: 0 auto
}

.call-to-action .ring {
    margin: 0 auto
}

.call-to-action .p-left {
    width: 11%;
    float: left
}

.call-to-action .p-left i {
    font-size: 50px;
    color: #333
}

.call-to-action .p-left .w {
    font-size: 43px
}

.call-to-action .p-left .e {
    font-size: 37px
}

.call-to-action .p-left img {
    padding: 6px 0 6px 0
}

.call-to-action .p-right {
    width: 89%;
    float: left
}

.call-to-action .p-right p {
    margin: 0;
    padding: 0 0 0 5px;
    font-weight: 700;
    font-size: 17px;
}

.call-to-action .p-right h5 {
    font-size: 17px;
    font-weight: 700;
    margin: 0;
    color: #ed3237;
    padding: 5px 0 5px 5px;
    font-family: "Montserrat", sans-serif;
}

.call-to-action .p-right h5 a {
    color: #ed3237
}

.testimonials-awards {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0;
    padding: 0
}

.testimonials-awards button {
    background: #ed3237;
    color: #f4f8fb;
    border: 1px solid #ed3237;
    padding: 5px 10px;
    text-align: center;
    margin: 15px 0 5px 0;
    font-family: "Montserrat", sans-serif;
    ;
    transition: all .2s linear
}

.testimonials-awards button:hover {
    background: #c62327;
    color: #f4f8fb;
    border: 1px solid #c62327;
    padding: 7px 18px
}

/*.testimonials-awards-middle{
    width: 33.3%;
    float: center;
    height: auto;
    max-width: 100%;
    margin: 10px;
    padding: 30px 30px 35px 0;

}*/

.content-class2 {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0;
    padding: 20px 0;
    background: #f4f8fb
}

.content-class2 p {
    font-family: "Montserrat", sans-serif;
    ;
    text-align: center;
    margin: 0;
    padding: 10px 0 0 0
}

.content-class2 h1 {
    font-size: 20px;
    color: #ed3237;
    margin: 0;
    padding: 0 0 5px 0;
    text-align: center;
    font-family: Handlee, cursive
}

.content-class2 h1 span {
    color: #cb3d30;
    font-weight: 700;
    font-size: 24px;
    text-decoration: underline;
    font-family: "Montserrat", sans-serif;
}

.footer {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0;
    padding: 20px 0 20px 0;
    background-image: url(../img/footer-bg2.png)
}

.footer p {
    color: #fff;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}

.footer h4 {
    font-size: 18px;
    font-weight: 700;
    color: #fbcd20;
    font-family: "Montserrat", sans-serif;
}

.footer .quick-links ul li {
    content: "\2022";
    color: #fbcd20;
    list-style-type: square;
    padding: 3px;
    font-family: "Montserrat", sans-serif;
    ;
    display: inline-block
}

.footer .quick-links ul li a {
    color: #fff;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
}

.footer .quick-links h4 {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #fbcd20;
    font-family: "Montserrat", sans-serif;
}

.footer ul li a {
    color: #fff;
    font-size: 11px;
    font-family: "Montserrat", sans-serif;
}

.footer ul li {
    list-style: none;
    position: relative;
    padding-left: 0px;
}

.footer ul li::after {
    content: '\f152';
    font-family: 'FontAwesome';
    margin-right: 13px;
    font-size: 20px;
    margin-top: -3px;
    margin-right: 13px;
    font-size: 10px;
    margin-top: -3px;
    position: absolute;
    top: 9px;
    left: -15px;
    color: #ffffff;
    background-position: center
}


.contact-inners {
    margin: 10px 0;
    overflow: hidden
}

.contact-inners h5 {
    font-size: 16px !important
}

.sub {
    border: 2px dotted #ee3e43;
    border-right: 2px solid #ee3e43;
    margin: 2px 0
}

.sub1 {
    border: 2px dotted #ee3e43;
    border-left: 2px solid #ee3e43;
    margin: 2px 0
}

.contact-inners h4 {
    text-decoration: none;
    font-weight: 700 !important;
    font-size: 16px !important;
    color: #df2e33 !important
}

.contact-inners .pa-left {
    width: 15%;
    float: left
}

.contact-inners .pa-right {
    width: 85%;
    float: left;
    text-align: left !important;
    font-size: 14px;
    font-weight: 700
}

.inner-banner {
    position: relative;
}

.inner-banner .inner-banner-heading {
    position: absolute;
    top: 12%;
    left: 20%;
    display: none;
}

.banner-top-heading {
    background: #ed3237;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 20px 12px 30px;
    text-shadow: 5px 5px 15px #000;
    border-right: 5px solid #000;
    text-transform: uppercase;
}

.orignial {
    font-size: 3rem;
    font-weight: bold;
    padding-left: 31%;
}

.inner-banner-heading:before {
    content: '';
    position: absolute;
    background: #fbd10d;
    right: -48%;
    height: 50px;
    width: 159px;
    z-index: 7;
    bottom: -1px;
}

#myModal {
    z-index: 999999;
}

#myModal .modal-dialog .modal-content {
    background: url(../img/modal-bg.jpg);
    border: 5px solid #fed20f;
    position: relative;
    padding: 20px
}

#myModal .modal-dialog .modal-content h2 {
    text-align: center;
    color: #fff !important;
    font-weight: 700;
    margin-bottom: 30px;
}

#myModal .modal-dialog .modal-content h4 {
    color: #fff;
    text-align: center;
    line-height: 21px;
    font-weight: 600;
}

#myModal .modal-dialog .modal-content p {
    text-align: center;
    font-size: 28px;
    color: #fff;
    font-family: cursive;
}

#myModal .modal-dialog .modal-content label {
    color: #fff
}

.btn-warning {
    background: #fed20f;
    color: #514b2f;
    font-weight: 600;
}

#myModal .modal-dialog .modal-content .close {
    position: absolute;
    right: 5px;
    background: #fed20f;
    top: 6px;
    opacity: 1;
    width: 30px;
    height: 30px;
    border-radius: 0px 0px 0px 5px;
    z-index: 9999;
}

.get-lucky-btn {
    background: #fed20f !important;
    color: #514b2f !important
}

.get-lucky-btn:hover {
    background: #ed3237 !important;
    color: #fff !important
}

.calculator {
    background: #ed3237;
    padding: 30px;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 20px
}

.calculator h2 {
    color: #fff !important;
    margin-top: 0px;
}

.internal-page-left-side h3 {
    text-align: left !important
}

.testimonials-blk {
    margin-top: 30px;
}

.testimonials-blk .owl-nav {
    text-align: center;
}

.testimonials-blk .owl-nav .owl-prev,
.testimonials-blk .owl-nav .owl-next {
    color: #ed3237 !important;
    font-size: 40px !important;
    margin: 0px 10px;
}

.testimonial-inner {
    padding: 35px 25px 35px 50px;
    margin-bottom: 15px;
    background: #f7f7f7;
    border: 1px solid #dfdfdf;
    position: relative;
    margin-left: 20px;
    height: 240px;
}

.testimonial-icon {
    width: 50px;
    height: 45px;
    background: #ed3237;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}

.testimonial-icon:before {
    content: "";
    border-bottom: 16px solid #ad0000;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}

.testimonial-inner p {
    line-height: 24px;
    font-size: 16px;
}

.testimonial-inner h4 {
    color: #ed3237;
    font-weight: bold;
}

.so-heading {
    font-size: 18px !important;
    font-weight: bold !important;
    color: #ed3237 !important;
    margin-top: 20px;
}

.double-list {
    display: flex;
    flex-wrap: wrap;
    line-height: 24px
}

.double-list li {
    width: 50%;
}

.double-list li a {
    color: #333
}

.get-lucky-btn {
    padding: 7px 40px;
    font-size: 18px;
    font-weight: bold;
}

.tabular-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.tabular-list li {
    width: 14%;
    line-height: 15px;
    margin: 5px 15px 0px;
}

.tabular-list li a {
    font-size: 11px;
}

.tabular-list li a:hover {
    text-decoration: none;
    color: #ed3237;
}

.tabular {
    padding: 0px 20px 50px;
}

@media(max-width: 1024px) {
    .testimonial-inner {
        height: 270px;
    }
}

@media(max-width: 992px) {
    .testimonial-inner {
        height: 250px;
    }
}

@media(max-width: 576px) {
    .testimonial-inner {
        height: 480px;
    }

}

@media only screen and (max-width:600px) {
    .contact-inners .pa-left {
        width: 100%
    }

    .contact-inners .pa-right {
        width: 100%;
        text-align: left !important;
        font-size: 14px
    }

    .banner-top-heading {
        background: #ed3237;
        color: #fff;
        font-size: 10px !important;
        font-weight: bold;
        padding: 3px 5px 3px 7px !important;
        text-shadow: 5px 5px 15px #000;
        border-right: 5px solid #000;
    }

    .orignial {
        font-size: 1rem !important;
        position: relative;
        top: 1px;
    }

    .inner-banner .inner-banner-heading {
        position: absolute;
        top: 3%;
        left: 20%;
    }

    .inner-banner-heading:before {
        display: none;
    }

    .double-list {
        margin-left: 5px;
        justify-content: space-between;
    }

    .double-list li {
        width: 45%;
    }

}

.Agarwal-counter {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0;
    padding: 45px 0 45px 0;
    /* background-image: url(../images/counter-background.png); */
    background: #f9ce20;
}

.Agarwal-counter h3 {
    font-size: 28px;
    text-align: center;
    font-stretch: ultra-expanded;
    font-stretch: ultra-condensed;
    font-weight: 700;
    margin: 0 0 15px 0;
    font-family: "Montserrat", sans-serif;
    ;
    color: #ed3237;
}

.Agarwal-counter h3 span {
    font-weight: 400;
    color: #fff;
    font-size: 20px;
    font-family: Handlee, cursive
}

.Agarwal-counter p {
    text-align: center;
    font-size: 15px;
    margin: 0;
    color: #000000;
    padding: 0 0 15px 0;
    font-family: "Montserrat", sans-serif;
}

.Agarwal-counter p .span {
    color: #ed3237;
    font-size: 17px
}

.bold {
    color: #ed3237
}

.thank-you-content {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0;
    padding: 10px 0;
    background-image: url(../images/thankyouapm.png)
}

.thank-you-content img {
    margin: 5px 0
}

.thank-you-content h3 {
    font-size: 27px;
    font-weight: 700;
    text-align: center
}

.thank-you-content p {
    margin: 0 0 0;
    text-align: center;
    font-size: 16px
}

.thank-you-content h4 {
    font-size: 20px;
    font-weight: 700;
    text-align: center
}

.thank-you-content h4 a {
    color: #fff;
    background: #ed3237;
    padding: 5px;
    border-radius: 10px
}

.thank-you-content h4 a:hover {
    color: #fff;
    background: #494242;
    padding: 5px;
    border-radius: 10px;
    text-decoration: none
}

.thank-you-content h2 {
    font-size: 23px;
    font-weight: 700;
    text-align: center
}

.thankyou-inner {
    background: #fff;
    padding: 5px;
    margin: 10px 0;
    border-radius: 10px
}

.thankyou-inner h5 {
    font-size: 15px;
    text-align: center;
    font-weight: 700
}

.Agarwal-counter-inner {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 2px;
    padding: 12px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #f3f3f3
}

.Agarwal-counter-inner img {
    margin: 0 auto;
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
}

.Agarwal-counter-inner h4 {
    font-size: 18px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}

.gaya {
    display: none
}

.post-footer {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0;
    padding: 5px;
    background-image: url(../img/footer-bg.png);
    overflow: hidden;
    position: relative;

}

.post-footer:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    background: #fbcd20;
    width: 100%;
    height: 100%;
}

.post-footer p {
    margin: 0;
    color: #333;
    font-family: "Montserrat", sans-serif;
    ;
    font-size: 13px;
    text-align: center
}


.post-footer-middle {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0;
    padding: 15px 5px;
    background: #fff;
    overflow: hidden;
}

.post-footer-middle h4 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    font-family: "Montserrat", sans-serif;
    ;
}

.post-footer-middle p {
    margin: 0;
    color: #333;
    font-family: "Montserrat", sans-serif;
    ;
    font-size: 13px;
    text-align: center
}

.post-footer-middle a {
    margin: 0;
    color: #000;
    font-family: "Montserrat", sans-serif;
    ;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
}

.post-footer-middle ul li {
    content: "\2022";
    color: #000;
    list-style-type: square;
    font-family: "Montserrat", sans-serif;
    ;
}

.post-footer p a {
    color: #000;
    font-weight: 400;
    text-decoration: underline
}

.pass1 {
    color: #f4f8fb;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    margin: 13px 0;
    font-family: "Montserrat", sans-serif;
}

.pass1 a {
    color: #f9c82d;
    font-size: 33px !important;
    text-decoration: none
}

.pass1 a:hover {
    color: #fff
}

.half {
    display: none
}

.full {
    display: block
}

#toTop {
    position: fixed;
    bottom: 25px;
    right: 25px;
    cursor: pointer;
    display: none !important;
    padding: 8px 16px 8px 16px;
    color: #2f3032;
    background-color: #fbcd20;
    border-color: #fbcd20;
    box-shadow: 1px 1px 1px #383434
}

.dom {
    display: none
}

#whatsapp {
    position: fixed !important;
    /*top: 55px;*/
    right: 100px;
    z-index: 1;
    bottom: 15px;
}

.call-area .call-inner1 {
    margin: 0 0 20px 0
}

.call-action-area {
    padding: 60px 0
}

.call-area {
    margin: 70px 0
}

.call-area .call-inner {
    margin: 0 0 20px 0
}

.call-action .form-content {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0;
    padding: 20px 20px;
    background: #fff;
    font-family: "Montserrat", sans-serif;
    box-shadow: 0 9px 0 0 #fff, 0 -9px 0 0 #fff, 7px 0 15px -4px rgba(0, 0, 0, .3), -7px 0 15px -4px rgba(0, 0, 0, .3)
}

.call-action .action {
    padding: 20px 0 !important
}

.call-center {
    margin: 100px 0
}

.btn12 {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    background: #d62012;
    border: 2px dashed #d62012;
    padding: 3px 15px;
    text-align: center;
    border-radius: 6px
}

.btn13 {
    background: #fff;
    color: #333;
    font-weight: 700;
    font-size: 20px;
    padding: 10px
}

.post-footer-middle-links {
    padding: 10px 10px 30px 10px;
}

.post-footer-middle-links h4 {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    font-family: "Montserrat", sans-serif;
    ;
}

.post-footer-middle-links ul li {
    content: "\2022";
    color: #000;
    list-style-type: square;
    font-family: "Montserrat", sans-serif;
    ;
    margin-left: -10px;
}

.post-footer-middle-links ul li a {
    color: #000;
    font-size: 11px;
    font-family: "Montserrat", sans-serif;
    ;
}

.post-footer-links {
    padding: 10px 10px 30px 10px;
}

.post-footer-links h4 {
    font-size: 14px;
    font-weight: 700;
    color: #ed3237;
    font-family: "Montserrat", sans-serif;
    ;
}

.post-footer-links ul li {
    list-style: none;
    color: #ed3237;
    padding-left: 15px;
    position: relative;
}

.post-footer-links ul li::after {
    content: '\f261';
    font-family: 'FontAwesome';
    margin-right: 13px;
    font-size: 20px;
    margin-top: -3px;
    margin-right: 13px;
    font-size: 10px;
    margin-top: -3px;
    position: absolute;
    top: 9px;
    left: 0;
    color: #000000;
    background-position: center
}


.post-footer-links ul li a {
    color: #000000;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.social-links {
    color: #f4f8fb;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    ;
}

.social-links a {
    color: #f9c82d;
    /*font-size: 33px !important;*/
    text-decoration: none;
}

.banner-section .item {
    position: relative;
}

.banner-section .banner-description {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 20px;
}

.banner-section .banner-description h2 {
    font-weight: 600;
}

.banner-section .banner-description h2 span {
    color: #000;
    font-size: 24px;
}

.banner-section .banner-description ul li {
    list-style-position: inside;
    list-style: none;
    margin: 0 0 15px;
    display: flex;
    align-items: center;
}

.banner-section .banner-description ul li i {
    margin-right: 5px;
    color: #e50614;
}

.banner-description img {
    max-width: 75px;
    width: auto;
    margin: 0 10px 0 0;
}

.award-list {
    display: flex;
    justify-content: center;
}

.mob-banner-img {
    display: none;
}

.no-broker {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.no-broker li {
    width: 50%;
    margin-bottom: 15px;
}

.customer-review ul {
    display: flex;
    list-style: none;
    justify-content: space-between;
}

.customer-review ul li:last-child span:first-child {
    padding-right: 10px;
}

.customer-review {
    background: #ed3237;
    padding: 10px;
    margin-top: 20px;
    color: #fff;
}

.line-height-30 {
    line-height: 26px;
}

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

@media screen and (max-width:1367px) {
    .form-section {
        padding: 5px
    }

    .form-section h4 span {
        color: #fdc82e;
        line-height: 25px;
        font-size: 19px
    }

    .form-section h4 {
        margin: 3px
    }

    .our-clients-left {
        padding: 23px 0 22px 0
    }
}

@media screen and (max-width:1200px) {
    .two {
        display: none
    }
}

@media screen and (max-width:1100px) {
    .three {
        display: none
    }
}

@media screen and (max-width:1024px) {
    .our-clients-right {
        width: 60%;
        height: auto;
        max-width: 100%;
        margin: 0;
        float: left;
        padding: 62px 0 63px 0;
        background: #f1eded
    }

    .our-clients-left h3 {
        font-size: 18px;
        text-align: center;
        font-weight: 700;
        color: #3a3636;
        line-height: 26px;
        margin: 0
    }

    .testimonials-awards-left {
        width: 50%;
        float: left;
        height: auto;
        max-width: 100%;
        margin: 0;
        padding: 13px 0 16px 0;
        background-image: url(../images/box.png)
    }

    .testimonials-awards-left1 {
        width: 50%;
        float: left;
        height: auto;
        max-width: 100%;
        margin: 0;
        padding: 13px 0 16px 0;
        background-image: url(../images/box.png)
    }

    .about-section-right p {
        font-size: 13px
    }

    .banner-section .banner-description {
        position: static;
    }

    .mob-banner-img {
        display: block;
    }

    .desktop-banner-img {
        display: none;
    }

    .inner-banner .inner-banner-heading {
        top: 10%;
    }
}



@media screen and (max-width:992px) {
    .header-right-first img {
        margin: 10px auto;
        display: none
    }

    .banner-form-section {
        display: flex;
        flex-direction: column-reverse;
    }

    .banner-form-section .banner-section {
        order: 2;
    }

    .banner-form-section .form-section {
        order: 1;
    }

    .banner-top-heading {
        font-size: 17px;
    }
}

@media screen and (max-width:992px) {
    .form-section {
        width: 100%
    }

    .banner-section {
        width: 100%
    }

    .Agarwal-packers-form3 {
        width: 100%
    }

    .inner-banner .inner-banner-heading {
        top: -2%;
    }

    .banner-top-heading {
        padding: 10px 20px 10px 20px;
    }

    .orignial {
        font-size: 1.5rem
    }
}

@media screen and (max-width:600px) {

    .dropdown .dropbtn,
    .topnav a:not(:first-child) {
        display: none
    }

    .sticky-head {
        position: sticky;
        top: 0;
        z-index: 99
    }

    .call-action-area {
        padding: 0 0
    }

    .call-area {
        margin: 20px 0
    }

    .topnav a.icon {
        float: right;
        display: block
    }

    .call-inner {
        width: 100%;
        float: left;
        border-bottom: 2px dashed #333;
        padding: 8px 0 8px 0
    }

    .awards-inner {
        width: 35% !important;
        float: left;
        padding: 15px
    }

    .our-clients-left {
        width: 100%;
        height: auto
    }

    .our-clients-right {
        width: 100%;
        height: auto
    }

    .pre-mob {
        display: none
    }

    .pre-header p {
        color: #333;
        font-family: "Montserrat", sans-serif;
        ;
        font-size: 12px
    }

    .testimonials-awards-left {
        width: 100%
    }

    .testimonials-awards-left1 {
        width: 100%
    }


    .testimonials-awards-right {
        width: 100%
    }

    .testimonials-awards-right1 {
        width: 100%
    }

    .testimonials-awards-middle {
        align-items: center;
        padding: 10px;
        margin: 10px;
    }

    .header-right p a {
        background: #ed3237;
        color: #fff;
        padding: 6px;
        font-size: 12px
    }

    .gaya {
        display: block
    }

    .about-section .para-left {
        width: 6%;
        float: left
    }

    .about-section .para-right {
        width: 94%;
        float: left
    }

    .pass1 {
        text-align: center;
        margin: 15px 0 5px 0
    }

    .post-footer p {
        margin: 5px
    }

    #whatsapp {
        position: fixed;
        /*top: 55px;*/
        right: 100px;
        z-index: 1
    }

    .banner-section .banner-description h2 {
        font-size: 22px;
    }

    .banner-section .banner-description h2 span {
        font-size: 18px;
    }
}

@media screen and (max-width:600px) {
    .form-section {
        width: 100%
    }

    .banner-section {
        width: 100%
    }

    .topnav.responsive {
        position: relative
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left
    }

    .topnav.responsive .dropdown {
        float: none
    }

    .topnav.responsive .dropdown-content {
        position: relative
    }

    .topnav.responsive .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: left
    }

    .tabular-list li {
        width: 100%;
    }

    .internal-page-left-side {
        padding: 0px !important;
    }

    .video-blk iframe {
        width: 100%;
        height: auto;
    }

    .customer-review ul {
        flex-direction: column;
    }

    .customer-review ul li {
        margin-bottom: 5px;
        text-align: center;
    }

    .no-broker {
        flex-direction: column;
    }

    .no-broker li {
        width: 100%;
    }

    .line-height-30 {
        line-height: 26px;
        list-style-position: inside;
    }

    .content-inside h1.main-heading {
        font-size: 24px
    }

    .content-inside h3 {
        font-size: 20px
    }

    .font-15 {
        font-size: 15px
    }

    .award-list {
        flex-wrap: wrap;
        justify-content: center;
    }

    .award-list .col-xs-6 {
        margin-bottom: 15px
    }
}




/* .............sommnath......... */

.benefits li {
    list-style: none;
}

.header-cta-wrapper {
    display: flex !important;
}

/* STEP TIMELINE BASE */
.step-timeline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 25px 0;
    counter-reset: step;
    flex-wrap: wrap;
}

/* EACH STEP */
.step {
    text-align: center;
    position: relative;
    flex: 1;
    opacity: 0;
    animation: fadeInZoom 0.6s ease-in-out forwards;
}

.step:nth-child(1) {
    animation-delay: 0.2s;
}

.step:nth-child(2) {
    animation-delay: 0.4s;
}

.step:nth-child(3) {
    animation-delay: 0.6s;
}

.step:nth-child(4) {
    animation-delay: 0.8s;
}

.step:nth-child(5) {
    animation-delay: 1s;
}

/* CIRCLE NUMBER */
.step::before {
    content: counter(step);
    counter-increment: step;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    z-index: 1;
    position: relative;
    animation: pulse 2s infinite ease-in-out;
}

/* CIRCLE COLORS */
.step:nth-child(1)::before {
    background-color: #FF0D0D;
}

/* Red */
.step:nth-child(2)::before {
    background-color: #FF4E11;
}

/* Deep Orange */
.step:nth-child(3)::before {
    background-color: #FF8E15;
}

/* Orange Yellow */
.step:nth-child(4)::before {
    background-color: #ACB334;
}

/* Olive Green */
.step:nth-child(5)::before {
    background-color: #69B34C;
}

/* Bright Green */

/* LINE ANIMATION — color from right to left */
.step::after {
    content: "";
    position: absolute;
    top: 25px;
    left: 50%;
    width: 100%;
    height: 3px;
    z-index: 0;
    background-size: 200% 100%;
    background-position: right bottom;
    animation: lineFlow 3s linear infinite;
}

.step:nth-child(1)::after {
    background-image: linear-gradient(to left, #ccc 50%, #FF0D0D 50%);
}

.step:nth-child(2)::after {
    background-image: linear-gradient(to left, #ccc 50%, #FF4E11 50%);
}

.step:nth-child(3)::after {
    background-image: linear-gradient(to left, #ccc 50%, #FF8E15 50%);
}

.step:nth-child(4)::after {
    background-image: linear-gradient(to left, #ccc 50%, #ACB334 50%);
}

.step:nth-child(5)::after {
    display: none;
    /* last step has no line */
}

/* HEADINGS & PARAGRAPH */
.step h4 {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700;
}

.step p {
    font-size: 14px;
    max-width: 180px;
    margin: 5px auto 0;
    line-height: 1.4;
}

/* ENTRY ANIMATION */
@keyframes fadeInZoom {
    from {
        transform: scale(0.9);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* PULSE CIRCLE EFFECT */
@keyframes pulse {

    0%,
    100% {
        box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
        transform: scale(1);
    }

    50% {
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
        transform: scale(1.05);
    }
}

/* LINE FLOW RIGHT TO LEFT */
@keyframes lineFlow {
    from {
        background-position: right bottom;
    }

    to {
        background-position: left bottom;
    }
}

/* RESPONSIVE STYLE */
@media (max-width: 768px) {
    .step-timeline {
        flex-direction: column;
        align-items: flex-start;
    }

    .step {
        margin-bottom: 30px;
    }

    .step::after {
        top: auto;
        bottom: -20px;
        left: 25px;
        width: 3px;
        height: 30px;
        background-size: 100% 200%;
        background-position: bottom;
        animation: lineFillVertical 3s linear infinite;
    }

    .step:nth-child(1)::after {
        background-image: linear-gradient(to top, #ccc 50%, #FF0D0D 50%);
    }

    .step:nth-child(2)::after {
        background-image: linear-gradient(to top, #ccc 50%, #FF4E11 50%);
    }

    .step:nth-child(3)::after {
        background-image: linear-gradient(to top, #ccc 50%, #FF8E15 50%);
    }

    .step:nth-child(4)::after {
        background-image: linear-gradient(to top, #ccc 50%, #ACB334 50%);
    }

    .step:nth-child(5)::after {
        display: none;
    }

    @keyframes lineFillVertical {
        from {
            background-position: bottom;
        }

        to {
            background-position: top;
        }
    }
}

.award-row {
    display: flex;
    justify-content: center;
}

.testimonial-section {
    padding-top: 30px;
    padding-bottom: 53px;
    background-image: url(../img/our-testimonials.png);
    position: relative;
    z-index: 10;
    background-attachment: fixed;
}

.testimonial-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #c91f22bf;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.section-title {
    font-size: 28px;
    font-weight: 800;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 31px;
}

.owl-carousel .testimonial-box {
    background: #f7f7f7;
    padding: 30px 25px;
    /* margin: 15px; */
    border-radius: 16px;
    /* box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08); */
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform 0.3s;
}

.testimonial-box:hover {
    transform: translateY(-5px);
}

.testimonial-text {
    font-size: 14px;
    line-height: 23px;
    color: #333;
    /* font-style: italic; */
    margin-bottom: 15px;
}

.client-name {
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
    text-align: right;
}

/* Dots Style */
.testimonial-carousel .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.testimonial-carousel .owl-dot {
    width: 12px;
    height: 12px;
    background: #ffffff !important;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    transition: all 0.3s ease;
    border: navajowhite !important;
}

.testimonial-carousel .owl-dot.active {
    background: #fdca03 !important;
    transform: scale(1.2);
}

.testimonial-carousel .owl-nav {
    display: none !important;
}

.testimonial-stars i {
    color: #c31f22;
}

.news-featured {
    padding: 39px 0px;
    background-image: url(../img/contact-bg.png);
}

.news-featured h2 {
    /* margin: 0px !important; */
    margin-top: 0px;
    margin-bottom: 28px;
}

.client-section .item {
    border: 1px solid #615b5b17;
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 20px;
    background: #ffffff;
}

.client-section img {
    width: 100%;
    height: 82px;
    object-fit: contain;
    margin: 0 auto;
    /* height: auto; */
    border-radius: 10px;
}

.panel-title a {
    display: block;
}

.pass1 a i {
    font-size: 21px;
}

.header-cta-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    justify-content: left;
    padding: 10px 0;
}

.pr-header-info-item {
    display: flex;
    align-items: center;
    position: relative;
}

.hd-item-icon {
    margin-right: 10px;
    font-size: 33px;
    color: #ed3237;
}

.hd-item-meta label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #555;
    text-transform: uppercase;
}

.hd-item-meta span {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.hd-item-meta a {
    color: #000;
    text-decoration: none;
}

.hd-item-meta a:hover {
    color: #ff5e14;
}

.header-row {
    display: flex;
    /* justify-content: center; */
    align-items: center !important;
}


.marquee-container {
    height: 263px;
    /* Adjust height as needed */
    overflow: hidden;
    position: relative;
}

.marquee-content {
    display: flex;
    flex-direction: column;
    animation: marqueeUp 25s linear infinite;
}

.marquee-content li {
    padding: 10px 0;
    list-style: none;
}

@keyframes marqueeUp {
    0% {
        transform: translateY(5%);
    }

    100% {
        transform: translateY(-100%);
    }
}



 .owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #ed3237 !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}