/* Main Nav Starts */
/* nav.navbar.fixed-top.navbar-toggleable-sm.bg-faded {
    background: #4a4a49;
    padding: 0px;
} */

/* div#collapsingNavbar {
    float: right;
    background: #fff;
    width: 78%;
    flex-basis: auto;
} */ 

/* ul.nav.navbar-nav li {
    display: inline;
    float: left;
}

ul.nav.navbar-nav {
    display: inline;
} */





/* .IBTopSubNav {
    width: 100%;
    margin: 20px 25px 0px 15px;
} */

.IBTopSubNav ul.IBTopSubNavLeft li a{
    display: inline;
    font-family: 'GT-Walsheim-Light';
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    margin-right: 17px;
    position: relative;
}

.IBTopSubNav ul.IBTopSubNavLeft li {
    display: inline;
}

/* .IBTopSubNav ul.IBTopSubNavLeft {
    border-right: 2px solid #bcbcbc;
    float: left;
    text-align: right !important;
    width: 89.7%;
    margin: 0px;
    margin-right: 20px;
    padding-right: 4px;
} */

.IBTopSubNavRight > a {
    font-family: 'GT-Walsheim-Medium';
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}



/* div#collapsingNavbar {
    float: none;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 24px;
    margin-top: 2px;
} 

div#collapsingNavbar .innercoll {
    overflow: hidden;
        justify-content: center;
    display: flex;
} */



.IbTabBrokerUpdate {
    display: none;
}

/* Animate Mega menu dropup starts */

        .menu-iconAnimate__line {
            display: block;
        }

        .navAnimate {
            position: fixed;
            z-index: 1;
        }

            .navAnimate:before, .navAnimate:after {
                content: "";
                position: fixed;
                width: 100vw;
                height: 100vh;
                background: rgba(234, 234, 234, 0.2);
                z-index: -1;
                transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
                transform: translateX(0%) translateY(-100%);
            }

            .navAnimate:after {
                background: transparent;
                transition-delay: 0s;
            }

            .navAnimate:before {
                transition-delay: 0.1s;
            }

        .navAnimate-active .navAnimate__content {
            position: fixed;
            top: 50%;
            transform: translate(0%, -50%);
            width: 100%;
            text-align: center;
            font-size: calc(2vw + 10px);
            font-weight: 200;
            cursor: pointer;
        }

        .navAnimate__list-item {
            position: relative;
            display: inline-block;
            transition-delay: 0.8s;
            opacity: 0;
            transform: translate(0%, 100%);
            transition: opacity 0.2s ease, transform 0.3s ease;
            margin-right: 25px;
        }

            /*.navAnimate__list-item:before {
                content: "";
                position: absolute;
                background: #000;
                width: 20px;
                height: 1px;
                top: 100%;
                transform: translate(0%, 0%);
                transition: all 0.3s ease;
                z-index: -1;
            }*/

            /*.navAnimate__list-item:hover:before {
                width: 100%;
            }*/

        /*body.navAnimate-active .menu-icon__line {
            transform: translateX(0px) rotate(-45deg);
        }*/
        
span.menu-iconAnimate__line.menu-iconAnimate__line-left {
    background: url(/media/xr2j32mm/arrowwhitedown.png);
    background-repeat: no-repeat;
    width: 137px;
    background-position: 100% 10px;
}

        

        /*body.navAnimate-active .menu-icon__line-right {
            transform: translateX(-2px) rotate(45deg);
        }*/

        body.navAnimate-active .navAnimate {
            visibility: visible;
        }

            body.navAnimate-active .navAnimate:before, body.navAnimate-active .navAnimate:after {
                transform: translateX(0%) translateY(0%);
            }

            body.navAnimate-active .navAnimate:after {
                transition-delay: 0.1s;
                background: #f3f2ef;
            }

            body.navAnimate-active .navAnimate:before {
                transition-delay: 0s;
            }

        body.navAnimate-active .navAnimate__list-item {
            opacity: 1;
            transform: translateX(0%);
            transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
        }

            body.navAnimate-active .navAnimate__list-item:nth-child(0) {
                transition-delay: 0.5s;
            }

            body.navAnimate-active .navAnimate__list-item:nth-child(1) {
                transition-delay: 0.6s;
            }

            body.navAnimate-active .navAnimate__list-item:nth-child(2) {
                transition-delay: 0.7s;
            }

            body.navAnimate-active .navAnimate__list-item:nth-child(3) {
                transition-delay: 0.8s;
            }

            body.navAnimate-active .navAnimate__list-item:nth-child(4) {
                transition-delay: 0.9s;
            }
 
/* Top Navigations Starts */

        /*.wrapperTopNavBlock.active .arrow {
            transform: rotate(45deg) translate(-5px, -5px);
        }*/

            .wrapperTopNavBlock.active .arrow:before {
                transform: translate(10px, 0);
            }

            .wrapperTopNavBlock.active .arrow:after {
                /* transform: rotate(90deg) translate(10px, 0); */
                background: url(/media/s2rbou4w/arrowwhiteup.png);
                background-repeat: no-repeat;
                /* background-position: 100% 10px; */
                background-size: 7px;
            }

        .wrapperTopNavBlock.active ul {
            opacity: 1;
        }

        #wrapperTopNavPopUp ul li {
            list-style-type: none;
            margin: 0 auto;
            /*padding: 4px 12px;*/
                text-align: center;
            cursor: pointer;
        }
        
p.downtimeTextTitle {
    margin: 0px;
    font-family: 'GT-Walsheim-Medium';
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    letter-spacing: normal;
    color: #4a4a49;
    margin-bottom: 15px;
    text-align: left;
}

p.downtimeMessage {
    margin: 0px;
    font-family: 'GT-Walsheim-Light';
    font-size: 14px;
    font-weight: 300;
    line-height: 1.43;
    letter-spacing: normal;
    color: #252525;
    text-align: left;
}
        
p.click-text a, p.click-text-tablet a {
    color: #fff;
}   

p.downtimeTextTitle img {
    margin-right: 12px;
}
.btmspcbrptl {
    height: 63px;
}
        
        /*  Tab PopUp Starts */
        
        /* .wrapperTopNavBlockTablet.active .arrow {
            transform: rotate(45deg) translate(-5px, -5px);
        }*/

            .wrapperTopNavBlockTablet.active .arrow:before {
                transform: translate(10px, 0);
            }

            .wrapperTopNavBlockTablet.active .arrow:after {
                /* transform: rotate(90deg) translate(10px, 0); */
                background: url(/media/s2rbou4w/arrowwhiteup.png);
                background-repeat: no-repeat;
                /* background-position: 100% 10px; */
                background-size: 12px;
            }

        .wrapperTopNavBlockTablet.active ul {
            opacity: 1;
        }

        .wrapperTopNavBlockTablet .click-text-tablet {
            display: block;
            text-align: left;
            width: 121px;
            float: right;
            margin: 0;
            cursor: pointer;
            transition: 0.15s ease;
            position: relative;
        }

        .wrapperTopNavBlockTablet ul {
            position: fixed;
            background: #fff;
right: 104px;
    top: 126px;
            padding: 0;
            margin: 0;
            width: 338px;
            overflow: hidden;
            opacity: 0;
            transition: 0.4s ease;
            border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        }

        #wrapperTopNavPopUpTablet ul li {
            list-style-type: none;
            margin: 0 auto;
            /*padding: 4px 12px;*/
                text-align: center;
            cursor: pointer;
        }

        
        /* Tab PopUp Ends */ 

/* Top Navigations Ends */


/* Desktop Products mega menu starts */

.navAnimate__list-item.megaInnerleftContentBlock {
    float: left;
    width: 33%;
    padding-left: 14%;
}




.megaProductsContent {
    width: 250px;
    float: right;
    text-align: left;
}

.megaProductsContent p {
    font-family: 'GT-Walsheim-Light';
    font-size: 14px;
    font-weight: 300;
    line-height: 1.43;
    letter-spacing: normal;
    color: #252525;
    padding-top: 26px;
}

.megaProductsContent h3 {
    font-family: GT-Walsheim-Medium;
    margin-top: 120px;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.14;
    letter-spacing: 1px;
    color: #4f7017;
}

/*  Desktop Products mega menu ends */

/* Animate Mega menu dropup ends */





@media only screen and (max-width: 991px) {
ul.IBTopSubNavLeft {
    display: none;
}
.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}

.navbar-toggler span {
   display: block;
   background-color: #fff;
    height: 2px;
    width: 30px;
    margin-top: 8px;
   margin-bottom: 4px;
   -webkit-transform: rotate(0deg);
   -moz-transform: rotate(0deg);
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
   position: relative;
   left: 0;
   opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
   -webkit-transition: transform .35s ease-in-out;
   -moz-transition: transform .35s ease-in-out;
   -o-transition: transform .35s ease-in-out;
   transition: transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
left: 87%;
    top: 82px;
    width: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
left: 87%;
    top: 82px;
    width: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}

.IBTopSubNav {
    display: none;
}

.navbar-toggler {
    padding: 0px 29px 0px 0px;
}

div#collapsingNavbar {
    background: #f3f2ef;
    margin: 0px;
}

ul.nav.navbar-nav {
    height: 100vh;
}

.IbTabBrokerUpdate {
    position: absolute;
right: 93px;
    top: 84px;
}


}

@media (min-width: 768px) and (max-width:991px) {
    .IbTabBrokerUpdate {
    display: block;
}

.navbar-toggler:not(.collapsed) span:nth-child(1), .navbar-toggler:not(.collapsed) span:nth-child(3) {
    left: inherit;
    right: 48px;
    top: 82px;
    width: 18px;
}

.navbar-toggler {
    padding: 0px 40px 0px 0px;
}
}

@media (min-width: 992px) and (max-width:1172px) {
    
.IBTopSubNav ul.IBTopSubNavLeft {
    width: 86%;
}
    
}

/* Main Nav Ends */    

/* SLA Dropdown Starts */

select#choose {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

/* For IE10 */
select#choose::-ms-expand {
  display: none;
}
.slaLeft, .slaRight {
    float: left;
    margin-bottom: 23px;
}

  
        /* .select-area:after {
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-top: 10px solid #444;
            bottom: 0;
            content: '';
            height: 0;
            margin: auto;
            pointer-events: none;
            position: absolute;
            right: 8px;
            top: 0;
        } */

        /* .select-area {
background-color: #fff;
    border: none;
    border-bottom: 2px solid #cac9c6;
    margin-bottom: 16px;
    padding: 0px;
    position: relative;
        } */

        .input-label {
            cursor: pointer;
            display: inline-block;
            margin-bottom: 8px;
        }

      

            .jqueryOptions:before,
            .options:before {
                content: '';
                display: block;
                height: 100%;
                position: fixed;
                right: 0;
                top: 0;
                transform: translateY(100%);
                width: 100%;
                z-index: -1;
            }

            .current-opt:before,
            .options:before {
                transform: translateY(0%);
            }



.slaDropdown-container .header-base {
    float: left;
    width: 55%;
}

.slaDropdown-container .sla-content-left {
    float: left;
    width: 45%;
    padding-top: 55px;
    padding-left: 48px;
}

.slaDropdown-container select#choose {
    width: 100%;
    border: none;
    background: #fff;
    outline: none;
}

.slaDropdown-container h4 {
    font-family: 'GT-Walsheim-Light';
    font-size: 14px;
    font-weight: 300;
    line-height: 1.43;
    letter-spacing: normal;
    color: #252525;
    margin-top: 29px;
}



.slaFooterLeft h4 img {
    margin-top: -5px;
    margin-right: 13px;
}

p.slaLastUpdated {
    font-family: 'GT-Walsheim-Light';
    font-size: 14px;
    font-weight: 300;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: right;
    padding-top: 30px;
    color: #252525;
    clear: both;
}

.slaDropdown-container select#choose * {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    font-family: 'GT-Walsheim-Light';
    font-size: 18px;
    font-weight: 300;
    line-height: 1.22;
    letter-spacing: normal;
    color: #252525;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 100px;
}

.slaFooter {
    clear: both;
    overflow: hidden;
}

.slaFooterLeft {
    float: left;
    width: 60%;
}

.slaFooterRight {
    float: right;
    width: 40%;
}

@media only screen and (max-width: 767px) {
.slaDropdown-container .header-base {
    float: none;
    width: 100%;
}

.slaDropdown-container .select-area {
    width: 100%;
}

.slaLeft {
    margin-bottom: 11px;
}

.slaLeft, .slaRight {
    float: none;
    width: 100%;
}

.slaDropdown-container .sla-content-left {
    float: none;
    width: 100%;
    padding-left: 0px;
    padding-top: 44px;
}

.slaLeft h3, .slaRight h3 {
    text-align: center;
}
.slaFooterLeft {
    float: none;
    width: 100%;
}

.slaFooterRight {
    float: none;
    width: 100%;
    text-align: center;
}

.slaFooterRight p {
    text-align: center;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
    .slaTimeText {
    float: left;
    width: 50%;
    padding: 0 20px 0 0;
}

.slaDropdown-container .select-area {
    float: left;
    width: 50%;
    margin: 30px 0 20px 0;
}

.slaDropdown-container .header-base {
    float: none;
    width: 100%;
}

.slaDropdown-container .sla-content-left {
    float: none;
    width: 100%;
    clear: both;
    overflow: hidden;
    padding: 0px;
}

.slaLeft {
    float: left;
    width: 50%;
}

.slaRight {
    float: left;
    width: 50%;
}

.slaFooterLeft {
    float: none;
    width: 100%;
}

.slaFooterRight {
    float: none;
    width: 100%;
    text-align: left;
}

.slaFooterRight p {
    text-align: left;
}
}

/* SLA Dropdown Ends */

/* Contact Us Starts */
@media only screen and (max-width: 1024px) {
    .contactUsContainer {
    padding: 60px 40px 10px 40px;
}

.contactUsBannerRight .select-area {
    width: 100%;
}

.contactUsFooter section.jqueryOptions.opt1 {
    padding: 55px 40px 90px 40px;
}
}
/* Contact Us Ends */

/* About us */


    .IbComLeft, .IbComRightDesk {
    float: left;
}

.about-us-container {
    padding: 149px 0 0 0;
}

.IbComRightDesk img {/* width: 100%; */}

.IbComLeft h3 {
    font-family: 'GT-Walsheim-Medium';
    font-size: 42px;
    font-weight: 500;
    line-height: 1.14;
    letter-spacing: 1px;
    color: #4f7017;
    margin: 70px 0 25px 0px;
}

.IbComLeft p {
    font-family: 'GT-Walsheim-Light';
    font-size: 18px;
    font-weight: 300;
    line-height: 1.22;
    letter-spacing: normal;
    color: #252525;
    margin: 0 0 25px 0;
}

.IbComLeft {
    padding: 10px 50px 0 0;
}

.IbCom {
    clear: both;
    overflow: hidden;
    padding: 0 0 35px 0;
}

.animateNoLeft {
    display: none;
}

.animateNoRight {
    float: none;
    width: 100%;
    padding: 10px 0 0 0;
}

.animateIcon,.animateNum, .animateText {
    float: left;
    margin: 0 10px 0 0;
}


.animateNum h3 {
    font-family: 'GT-Walsheim-Medium';
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.5px;
    color: #4a4a49;
    margin-left: 8px;
}

.animateText p {
    font-family: 'GT-Walsheim-Light';
    font-size: 14px;
    font-weight: 300;
    line-height: 1.43;
    letter-spacing: normal;
    color: #4a4a49;
    margin: 12px 0 0 0;
}

.animateBlock {
    clear: both;
    margin: 0 0 22px 0;
    overflow: hidden;
}

.IbComhelp {
    background: #f3f2ef;
    clear: both;
    overflow: hidden;
    padding: 127px 0px 64px 0;
}

.IbComhelpBanner h3 {
    font-family: 'GT-Walsheim-Medium';
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.5px;
    text-align: center;
    color: #4f7017;
    margin: 0 0 20px 0;
}

.IbComhelpBanner p {
    font-family: 'GT-Walsheim-Light';
    font-size: 14px;
    font-weight: 300;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #252525;
}

.IbComhelpBanner p strong {
    font-weight: 500;
}

.IbComhelpBanner {
    padding: 0 0 50px 0;
}

.helpBlock{
	height:50px;
    display: table;
    width: 100%;
    float: left;
    padding: 0 46px 46px 0;
}

.helpBlock h4 {
    vertical-align:middle;
    display: table-cell;
    width: 83%;
    font-family: 'GT-Walsheim-Medium';
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    letter-spacing: normal;
    color: #4f7017;
    padding: 0 0 0 21px;
}

.helpBlock img {
    float: left;
    width: 60px;
    height: 60px;
}

.IbSpeakExperts {
    background: #393839;
    clear: both;
    overflow: hidden;
    padding: 79px 0 79px 0;
}

.IbSpeakExpertLeft {
    float: right;
    text-align: center;
}

.IbSpeakExpertRight {
    float: left;
    padding: 27px 0 20px 10%;
}

.IbSpeakExpertLeft img {
    width: 339px;
    height: 332px;
}

.IbSpeakExpertRight h3 {
    font-family: 'GT-Walsheim-Medium';
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.5px;
    color: #83bb26;
    margin: 0 0 30px 0;
}

.IbSpeakExpertRight p {
    font-family: 'GT-Walsheim-Light';
    font-size: 14px;
    font-weight: 300;
    line-height: 1.43;
    letter-spacing: normal;
    color: #ffffff;
}

.IbSpeakExpertLeft h3 {
    display: none;
}

.ourPrdBlock {
    float: left;
    position: relative;
    text-align: center;
    padding: 0 35px 0 0;
}

.ourPrdBlock img {
    width: 208px;
    /*height: 226px;*/
    margin-bottom: -91px;
    position: relative;
}


.Au-our-products {
    clear: both;
    padding: 67px;
    overflow: hidden;
}


.whitebtn.abtBtn {
    height: 183px;
    border: 2px solid #494949;
    background: #ffffff;
    font-family: 'GT-Walsheim-Medium';
    font-size: 18px;
    font-weight: 500;
    line-height: 1.11;
    letter-spacing: normal;
    text-align: center;
    color: #4a4a49;
    padding: 20px 48px;
    border-radius: 0px;
    box-shadow: 5px 5px #4a4a49;
    text-decoration: none;
}

/*.whitebtn.abtBtn:hover {
    box-shadow: 5px 5px #4a4a49;
}*/

.whitebtn.abtBtn h3 {
    position: absolute;
    width: 100%;
    bottom: 52px;
    text-align: center;
    margin: 0 auto;
    left: -18px;
}

.animateBlock {
    float: left;
    width: 33%;
    clear: none;
    border-right: 1px solid #4a4a49;
    padding-left: 50px;
}

.Au-our-products h3 {
    font-family: 'GT-Walsheim-Medium';
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.5px;
    text-align: center;
    color: #4f7017;
    margin: 0 0 30px 0;
}

.Au-our-products p {
    font-family: 'GT-Walsheim-Light';
    letter-spacing: normal;
    text-align: center;
    color: #252525;
    margin: 0 0px 40px 0;
}


.whitebtn.abtBtn h3 {
    font-family: 'GT-Walsheim-Medium';
    font-size: 18px;
    font-weight: 500;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: center;
    color: #252525;
    text-decoration: none;
}

.whitebtn.abtBtn h3 img {width: 10px;height: 10px;position: static;margin: -3px 0 0 10px;padding: 0;}

.IbComRightDesk img {
    width: 430px;
    height: 421px;
}

.animateBlock .animateIcon img {
    margin: 3px 0 0 0;
}

.whitebtn.abtBtn:active  {
    box-shadow: 2px 2px #4a4a49 !important;
}

.animateBlock:last-child {
    border: none;
}

.ourPrdBlock:hover .abtUsOutShadow {
    box-shadow: 0 10px 20px 0 rgba(74, 74, 73, 0.5);
    height: 185px;
}

.ourPrdBlock .abtUsOutShadow {
    height: 185px;
        cursor: pointer;
}

/*.ourPrdBlock:hover .abtUsOutShadow .abtBtn {
    box-shadow: 5px 5px #4a4a49;
}*/

.IbSpeakExpertRight p a {
    color: #83bb26;
}

.whitebtn.abtBtn:active {
    box-shadow: 2px 2px #4a4a49;
}

/* Trello issue start */

@media (min-width: 1025px) and (max-width: 3000px) {

.col-md-7.IbComLeft {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.IbCom {
    height: 550px;
    position: relative;
}

.col-md-5.IbComRightDesk {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

.IbComLeft h3 {
    margin: 10px 0 25px 0px;
}

.IbComLeft p {
    margin: 0 0 25px 0;
}

.about-us-container {
    padding: 70px 0 0 0;
}

.animateBlock {
    border: none;
    padding: 0;
    margin-right: 0;
    width: 33.33%;
}

.animateNum, .animateText {
    display: block;
    clear: both;
    width: 100%;
    text-align: center;
}

.animateNum h3 {
    margin-left: 0;
}

.animateNum h3 img {
    margin: -7px 18px 0 0;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
.ourPrdBlock:last-child {
    margin: 0 auto 30px auto;
    float: none;
}

.animateNum h3 img {
    margin: -8px 10px 0 0;
}
}

@media only screen and (max-width: 767px) {
.animateText {
    text-align: center;
    float: none;
    width: 100%;
    display: block;
    clear: both;
}

.animateNum {
    text-align: center;
    width: 100%;
}

.animateNum h3 img {
    margin: -9px 10px 0 0;
}
}
/* Contact us starts */
.contact_us .optsLeftlink.conphone a, .contact_us .conEmail a {
    text-decoration: none !important;
    border-bottom: 2px solid #4f7017;
}
/* Contact us ends */
/* Footer Starts */
/* .footer_socialicon li a img:hover {
    content: url('/media/l2wdfyep/linkedin-hover.png');
}

.footer_socialicon li a img:active {
    content: url('/media/ww4fhlss/linkedin-click.png');
} */
/* Footer Ends */
/* Global Anchoring Links Starts */
/* .beforeTextMain {
    width: fit-content;
    text-align: center;
    margin: 0 auto;
}
.twocol_txt .beforeTextMain {
    width: fit-content;
    text-align: center;
    margin: 0 !important;
}
.beforeTextMain:hover .beforeText {
    display: block !important;
    margin: 0 0px 0 -28px;
}
.beforeTextMain:hover .calltoactionarrow {
    display: none;
}
.beforeText {
    display: none;
}
.beforeTextMain:active .beforeText {
    margin: 0 0 0 -20px;
} */
/* Global Anchoring Links Ends*/

/* Trello issue ends */

@media only screen and (max-width: 767px) {
.IbComLeft {
    flex: 100% !important;
    max-width: 100% !important;
}

.IbComRightDesk {
    display: none;
}

.about-us-container {
    padding: 0 30px 0 30px !important;
}

.animateNoLeft {
    float: right;
    width: 50%;
}

.animateNoRight {
    float: left;
    width: 50%;
    padding: 87px 0 0 0;
}

.animateIcon,.animateNum, .animateText {
    float: left;
    margin: 0 10px 0 0;
}


.animateNum h3 {
    font-family: 'GT-Walsheim-Medium';
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.5px;
    color: #4a4a49;
}

.animateText p {
    font-family: 'GT-Walsheim-Light';
    font-size: 14px;
    font-weight: 300;
    line-height: 1.43;
    letter-spacing: normal;
    color: #4a4a49;
    margin: 12px 0 0 0;
}

.animateBlock {
clear: both;
    margin: 0 0 22px 0;
    overflow: hidden;
    width: 100%;
    padding: 0;
    border: none;
}

.animateNoLeft img {
    width: 338px;
    height: 331px;
}

.animateNoLeft {
    display: block;
}

.animateNoLeft {
    float: none;
    width: 100%;
}

.animateNoLeft img {
    text-align: center;
    width: 100%;
    height: auto;
}

.animateNoRight {
    float: none;
    width: 226px;
    text-align: center;
    margin: 0 auto;
}

.IbComhelpBlocks {
    clear: both;
    overflow: hidden;
    padding: 0 30px;
}

.helpBlock {
    padding: 0 0 20px 0 !important;
}

.IbComhelpBanner {
    padding: 0 40px 50px 40px;
}

.IbSpeakExpertRight h3 {
    display: none;
}

.IbSpeakExpertRight p {
    width: 100%;
    text-align: center;
}

.IbSpeakExpertRight {
    padding: 35px 50px 0 50px;
}

.IbSpeakExpertLeft {padding: 0 50px;}

.IbSpeakExpertLeft img {
    width: 100%;
    height: auto;
}

.IbSpeakExpertRightLink {
    width: 171px;
    margin: 0 auto;
}

.IbSpeakExpertLeft h3 {
    font-family: 'GT-Walsheim-Medium';
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.5px;
    color: #83bb26;
    margin: 0 0 40px 0;
    display: block;
}

.Au-our-products {
    padding: 0 30px 65px 30px;
    margin: 0 0 0 0;
}

.ourPrdBlock {
    padding: 0;
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
}

.whitebtn.abtBtn {
    height: 167px;
}

.whitebtn.abtBtn a {
    bottom: 20px;
    left: 0;
}


.IbComLeft {
    padding: 10px 0 0 0;
}

.Au-our-products h3 {
    margin: 40px 0 30px 0;
}

}

@media (min-width: 768px) and (max-width: 1024px) {
    
.IbSpeakExpertLeft {
    max-width: 50%;
}

.IbSpeakExpertRight {
    max-width: 50%;
    padding: 60px 0px 0 60px;
}    
    
.IbComLeft {
    flex: 100% !important;
    max-width: 100% !important;
}

.IbComRightDesk {
    display: none;
}

.about-us-container {
    padding: 0 60px 30px 60px !important;
}

.animateNoLeft {
    float: right;
    width: 50%;
}

.animateNoRight {
    float: left;
    width: 50%;
    padding: 87px 0 0 0;
}

.animateIcon,.animateNum, .animateText {
    float: left;
    margin: 0 10px 0 0;
}


.animateNum h3 {
    font-family: 'GT-Walsheim-Medium';
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.5px;
    color: #4a4a49;
}

.animateText p {
    font-family: 'GT-Walsheim-Light';
    font-size: 14px;
    font-weight: 300;
    line-height: 1.43;
    letter-spacing: normal;
    color: #4a4a49;
    margin: 12px 0 0 0;
}

.animateBlock {
    clear: both;
    margin: 0 0 22px 0;
    overflow: hidden;
        width: 100%;
    border: none;
    padding: 0;
}

.animateNoLeft img {
    width: 338px;
    height: 331px;
}

.animateNoLeft {
    display: block;
}

.helpBlock {
    max-width: 50% !important;
}

.IbComhelpBlocks {
    clear: both;
    overflow: hidden;
    width: 668px;
    margin: 0 auto;
}

.IbComhelpBanner {
    padding: 0 50px 50px 50px;
}

.ourPrdBlock {
    max-width: 50% !important;
    margin: 0 0 30px 0;
}

.Au-our-products {
    padding: 0 0 0 30px;
}

.Au-our-products h3 {
    margin: 40px 0 30px 0;
}

}

@media (min-width: 768px) and (max-width: 920px) {
    .animateNoRight {
        float: left;
        width: 62%;
        padding: 42px 0 0 0;
    }

    .animateNoLeft {
        float: right;
        width: 38%;
    }

    .animateNoLeft img {
        width: 100%;
        height: 100%;
    }
}

/* IE browser CSS Start */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.helpBlock {
    height: 107px;
}

}
/* IE browser CSS Ends */


/* Mozilla Browser CSS Start */
@-moz-document url-prefix() {
    
    .helpBlock {
    height: 107px;
}
}

/* Mozilla Browser CSS Ends */

/* About us */


/* Page Not Found Ends */

.pageNotFound {
    text-align: center;
    background: rgb(243, 242, 239);
    margin: 179px 0px -10px;
    padding: 0px 0px 121px;
}

.pageNotFound h3 {
    font-family: GT-Walsheim-Medium;
    font-size: 18px;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: center;
    color: #252525;
    padding: 121px 0px 0px;
}

.pageNotFound img {
    width: 338px;
    text-align: center;
    margin: 22px auto 25px;
    height: 331px;
}

.pageNotFound p {
    font-family: GT-Walsheim-Light;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #252525;
    margin: 5px 0px 0px;
}

.pageNotFound .HmMap {
    margin: 30px 0px 0px;
}

.pageNotFound a {
    font-family: GT-Walsheim-Medium;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    display: block;
    color: #4f7017 !important;
    margin: 0px 0px 10px;
}

@media only screen and (max-width: 767px) {
    .pageNotFound h3 {
    width: 70%;
    margin: 0 auto;
}

.pageNotFound img {
    width: 225px;
    height: 220px;
}

.pageNotFound {
    margin: 150px 0px -10px;
}

.pageNotFound h3 {
    padding: 81px 0px 0px;
}

}

/* Page Not Found Ends */

/* Home page Starts */

@media only screen and (max-width: 768px) {
    .threecollnk:hover {
        padding-left: 15px;
        padding-right: 15px;
        text-decoration: none;
        box-shadow: none;
        background-color: transparent;
        border-radius: 0px;
    }
    
    .threecollnk:active {
        text-decoration: none;
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
        background-color: #f3f2ef;
        border-radius: 10px;
    }
}


/* Home page Ends */

/* Link Underline starts */

.underlineLink {
    text-decoration: underline !important;
}

/* Link Underline ends */

/* Contact us starts */

.contacttwopods .pods-container:hover {
    box-shadow: 0 10px 20px 0 rgba(66, 94, 19, 0.5);
}

.contacttwopods .pods-container:active {
    box-shadow: 0 5px 10px 0 rgba(66, 94, 19, 0.5);
}

/* Contact us ends */

/* Products commercial starts */

.AllBlockZeroSpace, .AllBlockZeroSpace .container.content_block, .AllBlockZeroSpace .products-hightlights-div, .AllBlockZeroSpace .importantupdatesdiv, .AllBlockZeroSpace .products-overview-pods {
    padding: 0;
    margin: 0;
    height: 0;
    min-height: 0px;
}

/* Products commercial ends */

/* Rate page starts */

/* @media only screen and (max-width: 767px) {
.producttablediv .fold-table tbody tr td:nth-child(2) {
    padding: 17px 10px 13px 10px;
}

table.fold-table > tbody > tr.fold.open .fold-content {
    padding: 0px 10px 0px 20px;
}
} */

/* Rate page ends */

/* Dropdown Hover and Select starts */

.nice-select .option.selected.focus, .nice-select .option.selected {
    padding: 0 17px 0 17px;
    border-left: 3px solid #83bb26;
    margin: 20px 0 40px 0;
}

.nice-select .option:hover {
    border-left: 3px solid #83bb26;
}

.nice-select .option {
    margin: 20px 0 40px 0;
    padding: 0 17px 0 17px;
    border-left: 3px solid #fff;
}

.nice-select.open .list {
    padding: 40px 0px 20px 40px;
}

/* Dropdown Hover and Select ends */

/* timeline ul li number count start */
.normaltimeline {
    position: relative;
    padding: 0;
}
.normaltimeline>li {
    counter-increment: item;
    padding: 0 0 0 52px;
    position: relative;
    list-style: none;
    display: block;
    float: left;
    width: 100%;
}
.normaltimeline>li::before {
    content: '';
    position: absolute;
    width: 1px;
    background-color: #dbdad7;
    top: 0;
    bottom: 0;
    left: 4px;
}
.normaltimeline>li::after {
    content: counter(item);
    position: absolute;
    top: 0;
    left: -8px;
    font-family: 'GT-Walsheim-Medium';
    font-size: 14px;
    font-weight: 500;
    line-height: 1.23;
    letter-spacing: normal;
    color: #252525;
    text-align: center;
    padding-top: 4px;
    z-index: 10;
    width: 25px;
    height: 25px;
    background-color: #83bb26;
    border-radius: 50%;
}
.normaltimeline .timelinepoints {
    margin: 0 0 20px 0;
}
.normaltimeline .timelinepoints p {
    font-family: 'GT-Walsheim-Light';
    font-size: 14px;
    font-weight: 300;
    line-height: 1.43;
    letter-spacing: normal;
    color: #252525;
    margin: 2px 0 20px 0;
}
.normaltimeline>li:nth-last-child(1)::before {
    width: 0px;
}
.normaltimeline>li:last-child {
    margin: 0;
}
/* timeline ul li number count end */


/* New Footer starts */
    
    .footer-col ul{
        list-style:none;
        text-align: left;
    }
    
    .footer-col ul li{
        margin-bottom:10px;
    }
    
    .footer-col img{
        margin-right:8px;
    }
  
    .footer-col h4{
        text-align: left;
        color: #fff;
        line-height: 0.83;
        font-family:GT-WALSHEIM-MEDIUM;
        font-size: 24px;
        font-weight: 500;
        height: 28px;
       
        
    }
    
   .footer-col ul li a{
        height: 20px;
        font-family: GT-WALSHEIM-REGULAR;
        font-size: 18px;
        text-align: left;
        color: #83bb2b;
        line-height: 1.11;
        padding:auto auto;
        text-decoration:none;
    }
    
    .column3{
        margin-top:38px;
    }

    .footer-col .lineArrowHover img {
        width: auto !important;
    }    
    
    img.lineArrowHover {
        display: none;
        
    }
    
    img.lineArrow:hover .lineArrowHover {
        display: block;
    }
    
    a:hover .lineArrowHover {
        display: block !important;
        float: left;
    }
    
    img.lineArrowHover {
        position: relative;left: 30px;top: 5px;
        
    }
    
    img.lineArrowHover {
        margin-right: 13px;
    }
    
    .footer_level ul{
         text-align: left;
         height: 20px;
         padding:40px 20px 20px 20px;
         font-family:GT-WALSHEIM-REGULAR;
         font-size: 18px;
         color: #fff;
    }
    
    .footer_copyright_div{
        height: 96px;
        text-align: center;
        color: #b8b8b8;
         font-family: GT-WALSHEIM-LIGHT;
        font-size: 14px;
        font-weight: 300;
        }
    
    .footer_copyright_div p{
        text-align:center;
        justify-content: center;
        
    }
    
    
    .social-links li img{
        margin-left:0px;
        margin-right:0px;
    }
    
 
    .footer_level li {
        display: inline-block;
        
    }
    
    .footer_level li a {
        font-family:GT-WALSHEIM-REGULAR;
        font-size: 18px;
        line-height: 1.11;
        letter-spacing: normal;
        color: #ffffff;
        text-decoration: none;
        margin: 0 40px 0 0;
        position: relative;
        height: 20px;
    }
    
    .footer_copyright_div {
        margin: 40px 0 0 0;
    }
    .footer_level li:last-child a{
        margin: 0;
    }
    .footer_level li.selected a::after, .footer_level li a::after,
    .IBTopSubNavLeft li.selected a::after, .IBTopSubNavLeft li a::after {
        content: '';
        position: absolute;
        width: 0;
        height: 3px;
        left: 50%;
        bottom: -6px;
        background-color: #83bb26;
        transition: all ease-in-out .2s;
    }
    .footer_level li.selected a::after, .footer_level li a:hover::after,
    .IBTopSubNavLeft li.selected a::after, .IBTopSubNavLeft li a:hover::after {
        width: 100%;
        left: 0;
    }
    .footertxtlinkdownld {
        background: url(/media/3bpa1ybr/greeendownload.png);
        width: 16px;
        height: 16px;
        display: inline-block;
        background-size: cover;
        margin: 0 10px 0 0;
    }
    
    .social-links {
    position: relative;
}

.bgFooterSocial {
    background: #6e6e6d;
    height: 118px;
    width: 218px;
    position: absolute;
    left: 0;
    z-index: 9;
    opacity: 0.25;
}

.social-links ul {
    position: absolute;
    z-index: 99;
    left: 51px;
    font-family: 'GT-Walsheim-Medium';
    font-size: 18px;
    font-weight: 500;
    line-height: 1.11;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    top: 66px;
}

.social-links ul li:nth-child(2) {
    margin-left: 22px;
}

.social-links ul li:nth-child(3) {
    margin-left: 23px;
}

.social-links ul li:nth-child(2) a {
    margin: 0;
}

.social-links ul li:nth-child(3) a img {
    margin: -2px 0 0 0;
}

.footer-last-section {
    width: 100%;
}

.footer-last-section ul {
    padding-left: 0px;
}
    .useFulFot li:nth-child(1), .useFulFot li:nth-child(2), .useFulFot li:nth-child(3), .useFulFot li:nth-child(4), .useFulFot li:nth-child(5) {
display: none;
}

.footer_content_link .row {
    text-align: left;
    justify-content: left;
}

.footer-col ul {
    padding-left: 0px;
}

.footer-col:nth-child(2) {
    padding-left: 30px;
}

.footer_secondlevel ul {
    margin-top: 36px;
    margin-bottom: 16px;
}

.useFulFot h4 {
    display: none;
}


/* Link Line with Arrow Starts */
/*.imgSlider .HeroContent .heroLink img.lineStactic {
    width: auto !important;
    margin-top: -4px;
}*/

img.lineStactHover {
    display: none;
    width: 8px;
}

img.lineStact:hover .lineStactHover {
    display: block;
}

.imgSlider .HeroContent .heroLink a:hover .lineStactHover {
    display: block !important;
}

img.lineStactHover {position: absolute;left: 27px;top: 2px;}

img.lineStactic {
    margin-right: 13px;
}

a.achorLine {position: relative; text-decoration: none;}

a.achorLine:hover .lineStactHover {
    display: block;
}

.arwMain img.lineStactHover {
    width: 0px;
    position: relative;
    left: 0px;
    top: 7px;
    float: left;
    margin-right: 13px;
}

.arwMain:hover .lineStactic {
    display: none !important;
}

a.arwMain:hover .lineStactHover {
    width: 30px;
}

img.lineStactic {	
    margin-top: -3px;	
}	
.footer_content_link .arwMain img.lineStactHover {	
    margin-right: 17.5px !important;	
}

/* Footer Icons Starts */


.footer_socialicon li a:hover .linkedinicon {
    content: url('/media/b53d5dvn/linkedin-icon-hover.png');
}

/* Footer Icons Ends */

/* Link Line with Arrow Ends */

    @media only screen and (max-width: 767px) {
        .footer-col h4{
            margin-bottom:20px;
            margin-top:20px;
        }
        
        .footer-col ul li{
            padding-bottom:10px;
        }
        
         .column3{
            
            margin-top:-10px;
        }
        
        .column3 img{
            margin-right:20px;
        }
        
        .social-links{
            justify-content:left;
            display:block;
        }
        
        .footer_socialicon{
            padding-top:30px;
           padding-bottom:10px;
        }
        
        .footer_level ul{
            justify-content:left;
            margin-left:-20px;
            text-align: left;
            margin-bottom:250px;
            
        }
        
        .footer_level li a{
            display: flex;
            padding: 30px 20px 30px 0px;
            
        }
        
        .footer_copyright_div{
            margin-bottom:150px;
            margin-top:80px;
        }
        
        .social-links {
            height: 118px;
            width: 244px;
        }

        footer.container-fluid.footer_section {	
            padding: 60px 40px 145px 40px;	
        }	
        .footer-col:nth-child(2) {	
            padding-left: 0px;	
        }	
        	
        footer.container-fluid > .container {	
            padding-left: 0px !important;	
            padding-right: 0px !important;	
        }
    }
    
    @media (min-width: 576px) and (max-width: 767px) {

        .footer-col:nth-child(2) {
            display: none;
        }
        
        .useFulFot h4, .useFulFot li:nth-child(1), .useFulFot li:nth-child(2), .useFulFot li:nth-child(3), .useFulFot li:nth-child(4) {
            display: block;
        }
        
        .useFulFot h4 {
            margin-top: 30px;
        }
        }
    
    @media (min-width: 768px) and (max-width: 960px) {
        .column3{
            margin-left:163px;
            margin-top:-10px;
        }
        
        .column3 img{
            margin-right:20px;
        }
        
        .social-links{
            justify-content:left;
            display:block;
        }
        
        .footer_socialicon{
           padding-top:10px;
           padding-bottom:10px;
        }
        
        .footer_level ul{
            justify-content:center;
            margin-left:20px;
            text-align: center;
            margin-bottom:80px;
        }
        
        .footer_level li a{
            display: inline-block;
            margin-top:20px;  
        }
        
        .footer_copyright_div{
            margin-top:60px;
            margin-bottom:80px;
        }
        
        .social-links {
            height: 118px;
        }
        
        .footer-col:nth-child(2) {
            display: none;
        }
        
        .useFulFot li:nth-child(1), .useFulFot li:nth-child(2), .useFulFot li:nth-child(3), .useFulFot li:nth-child(4) {
            display: block;
        }
        
        .useFulFot h4 {
            margin-top: 10px;
        }
        
        .footer_content_link .row {
            text-align: center;
        }
        
        .footer_secondlevel li {
            margin-bottom: 25px;
        }
        
        .footer_secondlevel ul {
            margin-bottom: 0px;
        }
        
        .footer_socialicon {
            margin: 6px 0 30px 0;
        }
        
        .useFulFot h4 {
            display: block;
        }
    }
    
    @media (min-width: 961px) and (max-width:991px) {
        .social-links {
            height: 118px;
        }
        
        .footer-col:nth-child(2) {
            display: none;
        }
        
        .useFulFot li:nth-child(1), .useFulFot li:nth-child(2), .useFulFot li:nth-child(3), .useFulFot li:nth-child(4) {
            display: block;
        }
        
        .useFulFot h4 {
            margin-top: 10px;
        }
        
        .footer_content_link .row {
            text-align: center;
        }
        
        .footer_secondlevel li {
            margin-bottom: 25px;
        }
        
        .footer_secondlevel ul {
            margin-bottom: 0px;
        }
        
        .footer_socialicon {
            margin: 6px 0 30px 0;
        }
        
        .useFulFot h4 {
            display: block;
        }
        
        .useFulFot h4 {
            margin-top: -38px;
        }
    }
    
    
    @media (min-width: 992px) and (max-width:1172px) {
         .footer_level ul{
            justify-content:center;
            text-align: center;
            padding-left:180px;
        }
        
        .footer_level li a{
            display: inline-block;
             
        }
        
        .social-links {
            width: 210px;
        }

        .bgFooterSocial {
            width: 179px;
        }

        .social-links ul {
            left: 18px;
        }
        
        .footer_content_link .row {
            text-align: center;
            justify-content: center;
        }
        
        .footer_content_link .row .footer_secondlevel ul li {
            margin-bottom: 30px;
        }
    }

/* New Footer ends */


/* Home page as per new design - starts */
.banner-start.container-fluid.newHme {
    padding: 20px 0px 60px 0px;
}
.newHme .imgSide {
    width: 50%;
    float: right;
}
.newHme .imgSide img.bg-img {
    width: 100%;
    height: auto;
}
.imgSide {
  position: relative;
  display: inline-block;
}

img.bg-img {
  display: block;
  width: 100%;
  height: auto;
}

.imgMask {
  position: absolute;
  top: -53%;
    left: -7%;
    width: 120%;
    height: 153.5%;
  background-color: #ffffff;
  opacity: 1;
  mask-image: radial-gradient(circle at center, transparent 65%, black 65%);
  -webkit-mask-image: radial-gradient(circle at center, transparent 65%, black 65%);
}
.newHme .btnSide {
    padding-top: 120px;
}
.newHme .btnSide a {
    background: #4a8400;
    color: #4A4A49;
    padding: 15px 5px;
    width: 220px;
    height: 60px;
    display: block;
    font-size: 20px;
    text-align: center;
    margin-top: 80px;
    margin-left: -12%;
    text-decoration: none;
}
.newHme .btnSide h1 {
    font-family: 'GT-Walsheim-Medium';
    font-size: 48px;
    margin-left: -12%;
    letter-spacing: 0.6px;
    line-height: 1.12;
    color: #252525;
    z-index: 1;
    position: relative;
}
.newHme .btnSide h1 .subTxt{
    color: #9cc951;
}
.newHme .carousel-indicators li {
    background-color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: 12px;
    margin-right: 12px;
    cursor: pointer;
}

.newHme .carousel-indicators .active {
    background-color: #9CC951;
    width: 20px;
    height: 20px;
    box-shadow: 0 4px 10px 0 rgba(131, 187, 38, 0.5);
}

.newHme .carousel-indicators {
    bottom: -50px;
    align-items: center;
    justify-content: right;
    right: 4%;
}
.newHmeTmplt .CaseStudySearchMain h2 {
    font-family: 'GT-Walsheim-Medium';
    font-size: 42px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    color: #252525;
    margin-bottom: 0px;
    text-align: unset;
}
.newHmeTmplt .CaseStudySearchMain h3 {
    font-family: 'GT-Walsheim-Medium';
    font-size: 18px;
    font-weight: 500;
    line-height: 1.67;
    letter-spacing: normal;
    color: #4a8400;
}
.newHmeTmplt .owl-carousel .owl-item .infoShow img {
    display: unset;
    width: unset;
}
.newHmeTmplt .owl-carousel .owl-item .bdm_person_img img{
    display: inline-block;
    width: auto;
}
.newHmeTmplt .CaseStudySearchMain button.owl-prev span {
    color: transparent;
    background: url(/media/rbspl0uz/previous-casestudy.webp);
    background-position: 0 0;
    width: 30px;
    height: 30px;
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    left: -70px;
    cursor: pointer;
}

.newHmeTmplt .CaseStudySearchMain button.owl-next span {
    color: transparent;
    background: url(/media/gmnptowf/next-casestudy.webp);
    background-position: 0 0;
    width: 30px;
    height: 30px;
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    right: -70px;
    cursor: pointer;
}

.newHmeTmplt .CaseStudySearchMain .owl-nav {
    display: block !important;
    position: absolute;
    top: 50%;
    width: 100%;
}
.newHmeTmplt .CaseStudySearchMain .body_content_text{
    padding-top: 50px;
}
.newHmeTmplt .CaseStudySearchMain h3{
    margin-bottom: 50px;
}
.CaseStudySearchMain .infoDetailsCS{
    z-index: 0;
}
.newHmeTmplt .CaseStudySearchMain .bdm_person_txt .infoDetailsCS.infoShow {
    height: 250px;
    overflow: auto;
}
.csd-carosel-main .owl-stage .owl-item > div ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    background: url(/media/vfmj3ocx/tickgreencs.svg);
    width: 13px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: cover;
}
.newHmeTmplt .banner-start.container-fluid.newHme{
    margin-bottom: 0px !important;
}
.csd-carosel-main h3 span.Semi.Commercial{
    border: 1px solid #00b1b2;
}
.csd-carosel-main h3 span.Commercial{
    border: 1px solid #fbbe40;
}
.csd-carosel-main h3 span.Bridging{
    /*border: 1px solid #5ab91b;*/
    border: 1px solid #00b1b2;
}
.csd-carosel-main h3 span.Buy.To.Let.and.HMO{
    border: 1px solid #e94e24;
}
@media only screen and (max-width: 1024px) {
    .newHme .btnSide h1 {
    margin-left: 0px;
    font-size: 32px;
    letter-spacing: 0.3px;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 16px;
}

.newHme .btnSide a {
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    width: 195px;
    height: 52px;
    padding: 12px 5px;
}
.newHme .imgSide {
    width: 100%;
    float: unset;
}

.newHme .btnSide {
    z-index: 1;
    position: relative;
    margin-bottom: -17px;
    padding: 50px;
    margin-top: 7px;
}

.banner-start.container-fluid.newHme {
    padding: 10px 77px 50px 67px;
}

.newHme .carousel-indicators {
    justify-content: center;
    right: 0;
}
.newHme .imgMask {
    position: absolute;
    top: -47%;
    left: 0%;
    width: 101%;
    height: 147%;
    background-color: #ffffff;
    opacity: 1;
    mask-image: radial-gradient(circle at center, transparent 70%, black 70%);
    -webkit-mask-image: radial-gradient(circle at center, transparent 70%, black 65%);
}
.newHme .newHmeBnr {
    display: flex;
    flex-direction: column;
}

.newHme .imgSide {
    order: 2;
}
.newHme .carousel-indicators .active {
    width: 15px;
    height: 15px;
}

.newHme .carousel-indicators li {
    width: 7px;
    height: 7px;
}
.newHmeTmplt .csd-carosel-main button.owl-prev span {
    left: -45px !important;
}
.newHmeTmplt .csd-carosel-main button.owl-next span {
    right: -45px !important;
}
.newHmeTmplt .CaseStudySearchMain button.owl-prev span{
    left: -45px;
}
.newHmeTmplt .CaseStudySearchMain button.owl-next span{
    right: -45px;
}
.newHmeTmplt .Meet-team-container .owl-carousel .owl-item .bdm_person_img img {
    width: 205px;
    height: auto;
}
.csd-carosel-main .owl-stage .owl-item > div h2 {
    font-size: 16px;
    line-height: 1.63;
    height: auto !important;
    display: block !important;
    -webkit-line-clamp: inherit !important;
    -webkit-box-orient: inherit !important;
    padding-bottom: 12px;
}
.csd-carosel-main .owl-stage .owl-item > div ul li {
    font-size: 12px;
    height: auto;
    display: block;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: inherit;
}
.csd-carosel-main .owl-stage .owl-item > div ul {
    padding: 0px 20px 0 20px;
}
.csd-carosel-main .owl-stage .owl-item > div ul li::before {
    width: 15px;
    height: 15px;
    background-size: 15px;
    top: 2px;
}
.newHmeTmplt .CaseStudySearchMain h2{
    font-size: 32px;
}
.newHmeTmplt .CaseStudySearchMain h3{
    font-size: 16px;
}
.newHmeTmplt .CaseStudySearchMain h3{
    margin-bottom: 30px;
}
.csd-carosel-main .owl-stage .owl-item > div ul li{
    color: #252525;
}
}
@media (min-width: 1025px) and (max-width: 1365px) {
    .newHme .btnSide a {
    margin-left: 0px;
}
.newHme .btnSide h1 {
    margin-left: 0px;
}

.newHme .btnSide {
    padding-top: 100px;
}
}
@media (min-width: 1025px) and (max-width: 1185px) {
.csd-carosel-main button.owl-prev span{
    left: -50px;
}
.csd-carosel-main button.owl-next span{
    right: -50px;
}
.newHmeTmplt .CaseStudySearchMain button.owl-prev span{
    left: -50px;
}
.newHmeTmplt .CaseStudySearchMain button.owl-next span{
    right: -50px;
}
}
@media (min-width: 1025px) and (max-width: 1100px) {
.newHmeTmplt .csd-carosel-main {
    padding: 0px 45px;
}
.newHmeTmplt .CaseStudySearchMain {
    padding: 0px 45px;
}
.newHme .btnSide {
    padding-left: 35px;
}
}
@media only screen and (max-width: 767px) {
.banner-start.container-fluid.newHme {
    padding: 10px 25px 50px 25px;
    margin-bottom: 60px;
}

.newHme .btnSide h1 {
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 0.1px;
    margin-bottom: 18px;
}

.newHme .btnSide {
    padding: 38px 0px;
    margin-top: -1px;
    margin-bottom: -5px;
}

.newHme .btnSide a {
    width: 155px;
    height: 42px;
    font-size: 14px;
    padding: 10px 5px;
}

.btnSide a img {
    width: 20px;
    height: 20px;
    vertical-align: bottom;
}
.newHmeTmplt .csd-carosel-main {
    padding: 0 25px;
}
.newHmeTmplt .CaseStudySearchMain {
    padding: 0 25px;
}
.newHmeTmplt .csd-carosel-main .slider {
    padding: 0 35px;
}
.newHmeTmplt .csd-carosel-main button.owl-next span {
    background-size: 20px;
    width: 20px;
    height: 20px;
    right: 30px !important;
}
.newHmeTmplt .Meet-team-container .slider {
    padding: 0 35px;
}
.newHmeTmplt .Meet-team-container button.owl-prev span {
    background-size: 20px;
    width: 20px;
    height: 20px;
    left: -37px !important;
}
.newHmeTmplt .Meet-team-container button.owl-next span {
    background-size: 20px;
    width: 20px;
    height: 20px;
    right: 30px !important;
}
.CaseStudySearchMain .Meet-team-container .email-phone-info-cs a.infoLinkCS img{
    margin: -3px 0px 0px 0px;
}
.newHmeTmplt .CaseStudySearchMain h2{
    font-size: 26px;
}
.newHmeTmplt .CaseStudySearchMain h3{
    font-size: 12px;
}
.newHmeTmplt .csd-carosel-main .owl-carousel {
    margin: 30px 0 15px 0;
}
.newHmeTmplt .CaseStudySearchMain .body_content_text {
    padding-bottom: 14px;
}
.CaseStudySearchMain .email-phone-info-cs {
    align-items: center;
    margin-bottom: 17px;
}
.CaseStudySearchMain .emaillink {
    margin: 0 0 0 0;
}
}
/* Home page as per new design  - starts */

/* Criteria page as per new design - starts */
.newCrtria .litTabContRightdiv {
    width: 100%;
}
.newCrtria .criteriafindbdm {
    max-width: 260px;
    float: right;
    margin-top: 110px;
    border-radius: 0px;
}
.newCrtria .newCrSearch .input-group{
    height: 60px;
    margin-bottom: 39px !important;
}
.newCrtria .newCrSearch .form-control{
    background: #f5f5f5;
    padding: 20px;
    border-radius: 0px;
    border: 0px;
}
.newCrtria .newCrSearch .input-group>.input-group-append>.input-group-text{
    border-radius: 0px;
    border: 0px;
    background: #83bb26;
    padding: 20px;
}
.newCrtria .litTabContLeft .nav-pills .nav-link{
    justify-content: center;
}
.newCrtria .litTabContLeft .nav-pills .litdesktop.nav-link[aria-expanded="true"]:after{
    border: none;
}
.newCrtria .criteriafindbdm .btn-container a {
    padding: 20px 29px;
}
.newCrtria .btn-container{
    width: 153px;
    margin: 0 auto;
    float: none;
}
.newCrtria .body_content_text {
    padding-top: 103.2px;
}
.newCrtria .litTabContLeft, .newCrtria .litTabContRight {
    float: none;
}
.newCrtria .litTabContLeft .nav-pills .nav-link[aria-expanded="true"] {
    pointer-events: none;
}
.body_content_text.newCrtria{
    padding-top: 43px;
}
.newCrtria .form-control:focus {
    box-shadow: none;
}
.newCrtria .input-group-append {
    cursor: pointer;
}
.newCrtria .error-message{
    color: red;
}
.csd-carosel-main .owl-stage .owl-item > div img{
    width: 100%;
}
.newCrtria .dsktp{
    display: block;
}
.newCrtria .tabnmobile{
    display: none;
}
.newCrtria .tabnmobile .accordionlist1 .accordionquestions a {
    position: relative;
    background: #ffffff;
    border: solid 2px #4a4a49;
    font-family: 'GT-Walsheim-Medium';
    font-size: 18px;
    font-weight: 500;
    line-height: 1.23;
    letter-spacing: normal;
    color: #4a4a49;
    padding: 27px 70px 31px 30px;
    margin: 0 0 11px 0;
    display: block;
    float: left;
    width: 100%;
    text-decoration: none;
}
.newCrtria .tabnmobile .accordionlist1 .card.card-body {
    padding: 25px 30px 34px 30px;
    border: 0px;
    border-radius: 0;
}
.newCrtria .tabnmobile .accordionlist1 .card.card-body p, .newCrtria .tabnmobile .accordionlist1 .card.card-body ul li {
    font-family: 'GT-Walsheim-Light';
    font-size: 14px;
    font-weight: 300;
    line-height: 1.43;
    letter-spacing: normal;
    color: #252525;
    margin: 0 0 20px 0;
}
.newCrtria .tabnmobile .accordionlist1 .accordionquestions a[aria-expanded="true"] .accordionborder {
    width: 99%;
    top: 0;
    left: 5px;
    right: 0;
    bottom: -6px;
    border-bottom: 5px solid #83bb26;
    display: inline-block;
    position: absolute;
}
.newCrtria .tabnmobile .accordionlist1 .accordionquestions a[aria-expanded="true"] {
    border: solid 2px #83bb26;
}
.newCrtria .tabnmobile .accordionlist1 .accordionquestions a[aria-expanded="true"] {
    margin-bottom: 20px;
}
.newCrtria .tabnmobile .accordionlist1 .accordionquestions a[aria-expanded="false"]:after {
    content: "";
    background: url(/media/t0xdnlsg/black-down-arrow.png);
    position: absolute;
    float: right;
    right: 35px;
    width: 12px;
    height: 7px;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    vertical-align: middle;
    justify-content: center;
    top: 45%;
}
.newCrtria .tabnmobile .accordionlist1 .accordionquestions a[aria-expanded="true"]:after {
    content: "";
    background: url(/media/t0xdnlsg/black-down-arrow.png);
    position: absolute;
    float: right;
    right: 35px;
    width: 12px;
    height: 7px;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    vertical-align: middle;
    justify-content: center;
    top: 45%;
    transform: rotate(180deg);
}
.newCrtria .tabnmobile .accordionlist1 .accordionquestions a:hover {
    text-decoration: none;
    box-shadow: 0 8px 10px 0 rgba(74, 74, 73, 0.5);
}
.banner_section.newCTR h1 {
    color: #4a8400;
}
.banner_section.newCTR p {
    color: #4a4a49;
}
.newCrtria p.subHdng {
    font-weight: bold !important;
}
.newCrtria .litTabContLeft .nav-pills .nav-link{
    font-size: 16px;
}
@media only screen and (max-width: 991px) {
    .newCrtria .litTabContLeftRight{
        display: block;
    }
    .newCrtria .criteriafindbdm{
        display: none;
    }
    .newCrtria .litTabContRight {
        padding: 0;
    }
    .newCrtria .litTabContLeft .nav-pills .nav-link {
        min-width: 79.5%;
    }
    .newCrtria .flex-column {
        column-gap: 15px;
        flex-wrap: nowrap;
        flex-direction: row !important;
        margin-bottom: 10px;
    }
    .body_content_text.newCrtria {
        padding-top: 0px;
    }
    .newCrtria .criteria_sect {
        margin-top: 66px;
    }
    .newCrtria .dsktp{
        display: none;
    }
    .newCrtria .tabnmobile{
        display: block;
    }
    
.newCrtria .nice-select {
    background: #83bb26;
    border-bottom: 0;
    padding: 13px 40px;
    position: relative;
    top: 66px;
    width: 260px;
    height: 47px;
    text-align: center !important;
}
.newCrtria  .nice-select::after {
    right: 16%;
    top: 50%;
}
span.current{
    margin-right: 15px;
}
.newCrtria .form-control:focus {
    box-shadow: none;
}


.newCrtria .newCrSearch .input-group.mb-3 {
    margin-top: -53px;
    margin-bottom: 20px !important;
}

.newCrtria .newCrSearch .form-control {
    height: 57px;
}

.newCrtria .input-group-append {
    height: 57px;
}
.newCrtria .newCrSearch {
    min-width: 55%;
    margin-left: 286px;
}
.banner_section.newCTR h1 {
        font-size: 40px;
        margin: 0 0 19px 0;
    }
    .banner_section.newCTR p {
        line-height: 1.8;
        font-size: 16px;
    }
    .banner_section.newCTR {
        padding: 80px 40px;
    }
    .newCrtria .nice-select {
        font-size: 16px;
        color: #252525;
        font-family: 'GT-Walsheim-Medium';
        line-height: 1.3;
    }

}

@media only screen and (max-width: 1024px) and (min-width: 992px){
    .newCrtria .litTabContRight {
        max-width: 100%; 
    }
}

@media only screen and (max-width: 767px) {
    .newCrtria .litdesktop.nav-link{
        display: block;
        height: 70px;
        padding: 25px;
        text-align: center;
    }
    .newCrtria .litTabContLeft .nav-pills .nav-link[aria-expanded="true"], .newCrtria .litTabContLeft .nav-pills .show>.nav-link{
        height: 70px;
        padding: 25px;
        text-align: center;
    }
    .newCrtria .flex-column{
        flex-wrap: wrap;
    }
    .newCrtria .criteria_sect {
        margin-top: 30px;
    }
    .newCrtria .newCrSearch .input-group.mb-3 {
        margin-top: 40px;
        margin-bottom: 29px !important;
    }
    
    .newCrtria .nice-select {
        top: 30px;
        width: 100%;
    }
    
    .newCrtria .newCrSearch {
        min-width: 100%;
        margin-left: 0px;
    }
    .newCrtria .newCrSearch .form-control {
        height: 46px;
    }
    
    .newCrtria .input-group-append {
        height: 46px;
    }
    .banner_section.newCTR {
        padding: 46px 40px;
    }
    
    .banner_section.newCTR h1 {
        font-size: 32px;
    }
    
    .banner_section.newCTR p {
        line-height: 2.14;
        color: #4a4a49;
        font-size: 14px;
    }
    .newCrtria .tabnmobile .accordionlist1 .accordionquestions a {
    font-size: 16px;
}
}

@media only screen and (min-width: 992px) {
    .newCrtria .litTabContLeft {
        position: sticky;
        align-self: flex-start;
        top: 225px;
    }
}
/* Criteria page as per new design - starts */

/* Contact us & BDM page - start */
.ConSale .bdminput label{
    width: 360px;
}
.ConSale .bdminput .inputtext{
    padding: 15px 10px 15px 20px;
}
@media only screen and (max-width: 767px){
    .ConSale .bdminput .col-lg-8 {
        width: 61%;
    }
    
    .ConSale .bdminput .col-md-4 {
        margin-left: 30px;
    }
    .bdminput .col-md-4{
        margin: 0px !important;
    }
    .ConSale .bdminput .inputtext{
        height: 32px;
    }
    .ConSale .bdminput .btn-container-right{
        height: 32px;
        margin-top: 2px;
    }
    .selection_types {
        margin-top: 39px;
    }
}

.calculator-container .btn.focus, .calculator-container .btn:focus {
    box-shadow: none;
}
.BDMcntctOnly .normaltimeline>li::after{
    z-index: 7;
}

@media (min-width: 768px) and (max-width: 1024px){
    .newHmeTmplt .CaseStudySearchMain .bdminput .col-lg-3.col-md-4{
        width: 150px;
    }
}

/* Contact us & BDM page - ends */

/* Home banner - starts */
.newHmeTmplt .carousel-item{
    height: 629px;
}
.newHmeTmplt .container.cntnr {
    width: 100%;
    max-width: 1440px;
    padding: 104px 40px;
}
.newHme .cntnr .btnSide h1 {
    margin-left: 0px;
    color: #fff;
}

.newHme .cntnr .btnSide a {
    margin-left: 0px;
    margin-top: 40px;
}

.newHme .cntnr .btnSide {
    background: rgba(74, 74, 73, 0.95);
    height: 421px;
    max-width: 706px;
    padding: 15px 20px;
}
.newHme .cntnr .carousel-indicators {
    bottom: 108px;
    justify-content: left;
}
.newHme .cntnr .btnSide p {
    color: #fff;
    font-size: 20px;
    line-height: 22px;
    margin-top: 20px;
    font-family: 'GT-Walsheim-Regular';
}
.newHme .hme_carousel .carousel-indicators {
    bottom: 108px;
    justify-content: left;
    right: unset;
}

@media (min-width: 768px) and (max-width: 1024px){
    .newHmeTmplt .banner-start.container-fluid.newHme {
    margin-top: 160px;
    padding: 0px;
    margin-bottom: 30px !important;
}

.newHmeTmplt .carousel-item {
    height: 383px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}


.newHme .cntnr .btnSide {
    height: 277px;
    width: 468px;
    margin: 0 auto;
    position: relative;
}

.newHme .cntnr .btnSide h1 {
    text-align: left;
    line-height: 36px;
    font-size: 28px;
}

.newHmeTmplt .container.cntnr {
    padding: 56px;
}

.newHme .cntnr .btnSide p {
    font-size: 16px;
    margin-top: -5px;
}

.newHme .cntnr .btnSide a {
    margin-top: 20px;
}

.newHme .hme_carousel .carousel-indicators {
    bottom: 50px;
    justify-content: center;
    right: 330px;
}
}

@media only screen and (max-width: 767px){
    .newHmeTmplt .banner-start.container-fluid.newHme {
    padding: 0px;
    margin-bottom: 20px !important;
}

.newHmeTmplt .carousel-item {
    height: 373px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: bottom !IMPORTANT;
}

.newHme .cntnr .btnSide {
    width: 360px;
    height: 266px;
    margin: 0 auto;
    padding: 15px;
}

.newHme .cntnr .btnSide h1 {
    font-size: 24px;
    text-align: left;
    line-height: 34px;
}


.newHmeTmplt .container.cntnr {
    padding: 57px 15px;
}

.newHme .cntnr .btnSide p {
    font-size: 14px;
    margin-top: -15px;
}

.newHme .cntnr .btnSide a {
    margin-top: -5px;
}
.newHme .hme_carousel .carousel-indicators {
    bottom: 45px;
    right: 245px;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
}
/*.newHme .carousel-indicators .active {
    width: 10px;
    height: 10px;
}

.newHme .carousel-indicators li {
    height: 4px;
    width: 4px;
}*/
}
@media (min-width: 1025px) and (max-width: 1185px) {
    .newHme .hme_carousel .carousel-indicators {
        margin-left: 5%;
    }
}
@media (min-width: 1186px) and (max-width: 1430px) {
    .newHme .hme_carousel .carousel-indicators {
        margin-left: 4%;
    }
}
@media only screen and (min-width: 1431px){
    .newHme .hme_carousel .carousel-indicators{
        bottom: 108px;
        justify-content: center;
        right: 1200px;
        margin-left: 0px;
        margin-right: 0px;
    }
}
@media only screen and (max-width: 380px){
    .newHme .hme_carousel .carousel-indicators{
        right: 225px;
    }
}
.CaseStudySearchMain h5{
    margin-bottom: 35px;
}
/* Home banner - ends */

/*sales team new changes*/

.bdm_person_details-two {
    padding: 0;
}

h2.bdmsearchheading.ofcbdm-h2 {
    padding: 0px 0 51px 0;
}

@media only screen and (min-width: 1024px) {
    #mySidenavFixed .formContactDetails {
    clear: both;
    overflow: hidden;
    height: 632px;
}

.sidenavFixed {
    height: 632px;
}
}

/*new requirement starts*/


.CaseStudySearchMain .infoDetailsCSee, .BDMcntctOnly .bdm_person_txt .infoDetailsCSee {
    display: none;
}
.CaseStudySearchMain .infoDetailsCStt, .BDMcntctOnly .bdm_person_txt .infoDetailsCStt {
    display: none;
}
.newHmeTmplt .CaseStudySearchMain .bdm_person_txt .infoDetailsCSee.infoShowee, .BDMsrch .bdm_person_txt .infoDetailsCSee.infoShowee {
    height: 250px;
    overflow: auto;
}
.newHmeTmplt .CaseStudySearchMain .bdm_person_txt .infoDetailsCStt.infoShowtt, .BDMsrch .bdm_person_txt .infoDetailsCStt.infoShowtt {
    height: 250px;
    overflow: auto;
}
.CaseStudySearchMain .infoDetailsCSee.infoShowee, .BDMcntctOnly .infoDetailsCSee.infoShowee {
    display: block;
    z-index: 1 !important;
}
.CaseStudySearchMain .infoDetailsCStt.infoShowtt, .BDMcntctOnly .infoDetailsCStt.infoShowtt {
    display: block;
    z-index: 1 !important;
}
.BDMcntctOnly .infoDetailsCS.infoShow {
    display: block;
    z-index: 1 !important;
}
.CaseStudySearchMain .infoDetailsCSee, .BDMcntctOnly .infoDetailsCSee {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    clear: both;
    overflow: hidden;
    z-index: 99999999;
    border-radius: 2px;
    background-color: #f3f2ef;
    padding: 20px 20px 0px 20px;
}
.CaseStudySearchMain .infoDetailsCStt, .BDMcntctOnly .infoDetailsCStt {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    clear: both;
    overflow: hidden;
    z-index: 99999999;
    border-radius: 2px;
    background-color: #f3f2ef;
    padding: 20px 20px 0px 20px;
}
.CaseStudySearchMain .infoDetailsCSee, .BDMcntctOnly .infoDetailsCSee {
    display: none;
}
.CaseStudySearchMain .infoDetailsCStt, .BDMcntctOnly .infoDetailsCStt {
    display: none;
}
.email_bdm, .tel_bdm {
    font-size: 18px;
    font-family: 'GT-Walsheim-Medium';
    padding: 15px 0;
}

@media (min-width: 768px) and (max-width: 1024px){
    #dropdnHomMain .three_column ul li::before {
    top: 0px;
}
#dropdnHomMain .three_column ul li {
    padding-bottom: 16px;
    list-style: none;
}
.BDMcntctOnly .bdm_person_txt .infoDetailsCS.infoShow {
    padding-bottom: 23px;
}
}

@media only screen and (max-width: 767px){
        #dropdnHomMain .three_column ul li::before {
    top: 0px;
}
#dropdnHomMain .three_column ul li {
    padding-bottom: 6px;
    list-style: none;
}
#dropdnHomMain ul {
    padding: 25px 20px 0px 69px;
}
h3.vLinkClose {
    background-position: 11px 15px !important;
}
.newHmeTmplt .CaseStudySearchMain .bdm_person_txt .infoDetailsCS.infoShow, .BDMsrch .bdm_person_txt .infoDetailsCS.infoShow {
    height: 200px;
    overflow: auto;
}
.BDMcntctOnly .bdm_person_txt .infoDetailsCS.infoShow {
    padding-bottom: 43px;
}
}

@media only screen and (max-width: 380px){
.formContactDetails .nice-select {
    white-space: normal !important;
}
}

@media only screen and (min-width: 1025px){
    #dropdnHomMain .three_column ul li::before {
    top: 0px;
}
#dropdnHomMain .three_column ul li {
    padding-bottom: 40px;
    list-style: none;
}
}

.btn-container-right.btnBgIb.onlyBdm {
    float: none;
    height: 35px;
    width: 100px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
}
.infoDetailsCS.infoShow .btn-container-right.btnBgIb.onlyBdm {
    margin-top: -40px;
}
.onlyBdm .whitebtn {
    padding: 0;
    text-align: center;
    font-size: 16px;
}
.CaseStudySearchMain .infoDetailsCS p, .BDMcntctOnly .infoDetailsCS p {
    padding-bottom: 33px;
    text-align: center;
}
.tel_bdm {
    padding: 15px 0 30px;
}
.BDMcntctOnly .infoDetailsCS.infoShow .btn-container-right.btnBgIb.onlyBdm {
    margin-top: -40px;
}
.BDMcntctOnly .bdm_person_txt .infoDetailsCS.infoShow {
    padding-bottom: 23px;
}

@media only screen and (max-width: 767px){
.newHmeTmplt .CaseStudySearchMain .bdm_person_txt .infoDetailsCS.infoShow, .BDMsrch .bdm_person_txt .infoDetailsCS.infoShow{
    height: 200px !important;
    overflow: auto !important;
    padding-bottom: 20px !important;
}
.newHmeTmplt .CaseStudySearchMain .bdm_person_txt .infoDetailsCSee.infoShowee, .BDMsrch .bdm_person_txt .infoDetailsCSee.infoShowee {
    height: 200px !important;
    overflow: auto !important;
}
.newHmeTmplt .CaseStudySearchMain .bdm_person_txt .infoDetailsCStt.infoShowtt, .BDMsrch .bdm_person_txt .infoDetailsCStt.infoShowtt {
    height: 200px !important;
    overflow: auto !important;
}
.newHmeTmplt .CaseStudySearchMain .show_bdm a.infoLinkCS{
    padding-top: 5px;
}
.BDMcntctOnly .bdm_person_txt {
    padding: 18px 20px 20px;
}
}
a.infoLinkCS{
    cursor: pointer;
}
a.emaillink{
    cursor: pointer;
}
a.tellink{
    cursor: pointer;
}
/*new requirement ends*/

/* BDM new changes - starts */
.bdm h1.bdmsearchheading.ofcbdm-h2 {
    font-size: 42px;
}

.bdm .bdm_person_txt p, .bdm .alt_bdm_person_txt p {
    font-size: 14px;
    color: #4a4a49;
}

.bdm .emaillink, .bdm .tellink {
    font-size: 18px;
    display: flex;
}
.bdm .bdm_person_img img {
    width: 264px;
    height: auto;
    margin-left: -10px;
}

.bdm .bdm_person_txt {
    width: calc(100% - 325px);
    padding-top: 40px;
}
.bdm .bdm_person_details {
    padding: 20px 0px 50px 0px;
}
.bdm .emaillink img {
    width: 32px;
    height: auto;
    margin-top: -4px;
}

.bdm .tellink img {
    width: 30px !important;
    height: auto;
    margin-top: -4px;
}


@media only screen and (max-width: 767px){
.bdm .bdm_person_txt {
    display: block;
    width: 100%;
    float: left;
}
.bdm {
    margin-top: -68px;
}
.bdm h1.bdmsearchheading.ofcbdm-h2 {
    font-size: 26px;
}
.bdm_person_txt h4, .alt_bdm_person_txt h4 {
    font-size: 28px;
}
}

.newHmeTmplt .alt_bdm_person_txt {
    display: none;
}
.newHmeTmplt .bdm .tellink img {
    width: 28px !important;
    height: auto;
    margin-top: -4px;
}

.newHmeTmplt .tellink {
    margin: 0 0 17px 0;
}
/*.producttablediv .alt_bdm_person_txt {
    display: none;
}*/

.alt_bdm_person_txt a.emaillink,  .alt_bdm_person_txt a.tellink {
    display: block;
}

.producttablediv .bdm .bdm_person_txt {
    width: 100%;
    padding-top: 0px;
}
/*.BDMcntctOnly .alt_bdm_person_txt {
    display: none;
}*/
.BDMcntctOnly .tellink img{
    margin-top: -20px;
}
/* BDM new changes - ends */

/* Case study search Starts */

.CaseStudySearchMain .email-phone-info-cs {
    align-items: center;
}

.CaseStudySearchMain .email-phone-info-cs a.emaillink {
    margin: 0;
}

.CaseStudySearchMain .emaillink img {
    width: 20px !important;
    height: 16px !important;
    margin: 1px 7px 0 0 !important;
}

.alt_bdm_person_txt a.tellink {
    gap: 10px;
    margin-bottom: 39px !important;
    font-size: 15px;
    align-items: center;
}
/* Case study search Ends */

/* Mortgages/commercial/Rates Search Starts */

.allPRSercListbt a.tellink img {
    width: 18px !important;
    margin: 3px 0 0 !important;
}

/* Mortgages/commercial/Rates Search Ends */

/* Contact us starts */

.BDMcntctOnly .tellink img {
    width: 18px !important;
    margin-top: 0px !important;
}

.BDMcntctOnly .emaillink img {
    width: 20px !important;
    height: 14px !important;
    margin-top: 2px !important;
    margin-right: 7px;
}

.BDMcntctOnly .bdm_person_details {
    margin-bottom: 0px;
}

/* Contact us ends */

/*Solicitor page starts*/

.SolInfoMains .footertemplate2banner h1 {
    margin: 0;
}
.SolInfoDiv .body_content_text{
    padding-top: 50px;
}
.SolText p {
    color: #4A4A49;
    font-family: 'GT-Walsheim-Light';
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 21.96px; /* 122% */
}
.SolText h3 {
    color: #4A4A49;
    font-family: 'GT-Walsheim-Medium';
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 0;
}
.SolText p a {
    color: #4F7019 !important;
    font-family: 'GT-Walsheim-Medium';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.96px;
    text-decoration: underline !important;
}
.SolInfoDiv .table tr td {
border-top: 2px solid #BCBCBC;
border-right: 2px solid #BCBCBC;
border-left: 2px solid #BCBCBC;
background: #FFF;
    color: #4A4A49;
    font-family: 'GT-Walsheim-Light';
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 21.98px;
}
.SolInfoDiv .table thead th {
    vertical-align: middle;
    border-bottom: 0;
    text-align: center;
    border-right: 1px solid #fff;
    color: #4A4A49;
    font-family: 'GT-Walsheim-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.SolInfoDiv .table thead th:nth-child(4), .SolInfoDiv .table thead th:nth-child(5), .SolInfoDiv .table thead th:nth-child(6) {
    font-weight: 500;
}
.SolInfoDiv .table td p a {
    color: #4A4A49;
   font-family: 'GT-Walsheim-Regular';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.98px;
    text-decoration-line: underline;
}

.SolInfoDiv .table td p {
    margin-bottom: 5px;
    line-height: 21.98px;
}
.SolInfoDiv .table tbody tr td:nth-child(1) {
    vertical-align: middle;
    width: 15%;
    text-align: center;
}
.SolInfoDiv .table tbody tr td:nth-child(2) {
    width: 30%;
}
.SolInfoDiv .table tbody tr td:nth-child(3) {
    width: 15%;
}
.SolInfoDiv .table tbody tr td:nth-child(4) {
    width: 15%;
}
.SolInfoDiv .table tbody tr td:nth-child(5) {
    width: 15%;
}
.SolInfoDiv .table tbody tr td:nth-child(6) {
    width: 12%;
}
.SolInfoDiv .table thead tr th:nth-child(4), .SolInfoDiv .table thead tr th:nth-child(5), .SolInfoDiv .table thead tr th:nth-child(6) {
background: #4F7017;
color: #fff;
}
.SolInfoDiv .table thead tr:nth-child(2) th{
   background: #4F7017;
color: #fff; 
}
.SolInfoDiv .table tbody{
    border-top: 2px solid #BCBCBC;
    border-right: 2px solid #BCBCBC;
    border-left: 2px solid #BCBCBC;
    background: #FFF;
}
.SolInfoDiv .table tbody tr:last-child {
    border-bottom: 2px solid #BCBCBC;
}
.SolInfoDiv .table {
    border-right: 2px solid #4F7017;
    border-left: 2px solid #9CC951;
    background-color: #9cc951;
}
.SolInfoMains .container {
    width: 100%;
    max-width: 1440px;
    padding: 0 40px;
}
.SolInfoDiv .container {
    width: 100%;
    max-width: 1440px;
    padding: 0 40px;
}
.SolInfoDiv .accordion-custom.faqAccSecM {
    display: none;
}
.SolAccord {
    border-radius: 4px;
    background: #F3F2EF;
    padding: 10px;
}
.SolAccord p a{
    color: #4A4A49;
    font-family: 'GT-Walsheim-Regular';
    font-size: 12px;
    font-weight: 400;
    line-height: 21.98px;
    text-decoration-line: underline;
    word-break: break-all;
}
 .SolAccord p {
    color: #4A4A49;
    font-family: 'GT-Walsheim-Regular';
    font-size: 12px;
    font-weight: 400;
    line-height: 21.98px;
}
.SolAccord p a img, .SolAccord p img {
    margin-right: 5px;
}
.SolDivAcc h3 {
    color: #4A4A49;
    font-family: 'GT-Walsheim-Regular';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.98px;
}
.SolDivAcc {
    border-bottom: 0.5px solid #B8B8B8;
    padding-top: 15px;
}
.SolDivAcc ul li {
    color: #4A4A49;
    font-family: 'GT-Walsheim-Light';
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 21.96px;
}
.SolInfoMains .footertemplate2banner h1 {
    font-size: 40px;
}
/*.SolInfoDiv .table tr td img {*/
/*    width: 31px;*/
/*}*/

@media (min-width: 768px) and (max-width: 1024px){
    .SolInfoDiv .our-prod-briding-main {
    display: none;
}
.SolInfoDiv .accordion-custom.faqAccSecM {
    display: block;
}
.SolInfoMains .footertemplate2banner h1 {
    font-size: 28px;
}
.SolInfoDiv .container, .SolInfoMains .container {
    padding: 0;
}
.SolText p {
    font-size: 15px;
}
.SolText h3 {
    font-size: 15px;
}
.SolText p a {
    font-size: 15px;
}
.SolInfoDiv .accordionlist .accordionquestions[aria-expanded="true"] a:after {
    width: 12px;
    height: 12px;
}
.SolInfoDiv .card-body {
    padding: 10px 0;
}
}

@media only screen and (max-width: 767px){
    .SolInfoDiv .our-prod-briding-main {
    display: none;
}
.SolInfoDiv .accordion-custom.faqAccSecM {
    display: block;
}
.SolInfoDiv .container, .SolInfoMains .container {
    padding: 0;
}
.SolInfoMains .footertemplate2banner h1 {
    font-size: 22px;
}
.SolText p {
    font-size: 15px;
}
.SolText h3 {
    font-size: 15px;
}
.SolText p a {
    font-size: 15px;
}
.SolInfoDiv .accordionlist .accordionquestions[aria-expanded="true"] a:after {
    width: 12px;
    height: 12px;
}
.SolInfoDiv .card-body {
    padding: 10px 0;
}
.SolInfoDiv .table tbody tr td:nth-child(2) p a {
    word-break: break-all;
}
    .footer_copyright_div {
        margin-bottom: 150px !important;
        margin-top: 80px !important;
    }
}


.SolAccord div {
    display: flex;
    gap: 5px;
    align-items: flex-start;
}
.SolAccord div img {
    margin-top: 5px;
}
/*Solicitor page ends*/

/*Products rates filter css starts*/

.productRatetableMob .filter-container {
    margin-bottom: 10px;
    display: flex;
}
.productRatetableMob span.fltrs {
    font-size: 20px;
    font-weight: 500;
    font-family: 'GT-Walsheim-Medium';
    color: #4a4a49;
}
.productRatetableMob .filter-label {
    display: inline-block;
    padding: 6px 8px;
    margin-right: 6px;
    cursor: pointer;
    user-select: none;
    position: relative;
    background: rgba(74, 74, 73, 0.10);
    height: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #4a4a4a;
    font-family: 'GT-Walsheim-Medium';
}
.productRatetableMob .filter-label .closeIcon {
    display: none;
    cursor: pointer;
}
.closeIcon img {
    margin-top: -5px;
    margin-left: 5px;
}
.productRatetableMob .filter-label.selected {
    /*background-color: #FDBB4A;*/
    color: #fff;
    width: Auto;
    font-weight: 500;
}
.productRatetableMob .filter-label.selected .closeIcon {
    display: inline;
}
.productRatetableMob table.fold-table > tbody > tr.fold.open {
    display: table-row !important;
}
.productRatetableMob .producttablediv .fold-table tr th {
    color: #4A4A49;
}
.prodTbs.buyToLetProdcts tr th {
    color: #fff !important;
}
.productRatetableMob tr.OrgClr:nth-child(odd){
    background: rgba(253, 187, 74, 0.10);
}
.productRatetableMob .filter-label.selected {
    color: #4A4A49 !important;
}
#productstable table#table_id {
    margin-top: 25px !important;
    max-width: 99.5% !important;
}
tr.tabActiveLTV td.cashbackSec {
    background: #9cc951;
    border: 1px solid #83bb26 !important;
}
.bridgingProductRatesDiv .extBrdClr thead {
    background: #7570b3 !important;
}
.bridgingProductRatesDiv .extBrdClr thead tr th{
    color: #fff !important;
}
.Pdct_Descp h3 {
    color: #000;
    font-family: 'GT-Walsheim-Light';
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    text-align: left;
}
.prdbtmAins .mediaConRight {
    margin: 30px 0 0;
    float: right;
    background: #f3f2ef;
    text-align: center;
    width: 314px;
    padding: 0px 30px 20px 3px;
    border-radius: 0;
    min-height: 303px;
}
.prdbtmAins .ltst.prdctsdetailstablebtn.rightBlockRtsIB .RtsLeftBlock {
    padding: 0px 10px 0px 10px;
    border-top: 0;
}
.prdbtmAins .ltstrightBlockbtns {
    padding: 0 15px;
}
.prdbtmAins .rightBlockRtsIB {
    width: 100%;
    margin: 20px 0 0;
}
.prdbtmAins .prdttrblebrdrdiv.RtsRightBlock {
    overflow: hidden;
    width: 100%;
    background: #f3f2ef;
    border-bottom: 0 !important;
    padding: 0 20px 5px;
}
.prdbtmAins  .ltst.prdctsdetailstablebtn.rightBlockRtsIB {
    max-width: 333px;
    background: #f3f2ef;
}
.prdbtmAins .RtsRightBlock .btn-container {
    display: none;
    height: 0;
}
.prdbtmAins .allPRSercListbt {
    background: #f3f2ef;
    clear: both;
    overflow: hidden;
    padding: 0 0 30px;
}
.prdbtmAins .allPRSercListbt .inputtext {
    background: #fff;
    width: 90%;
    margin: 0 auto;
    padding: 12px 15px;
    border: none;
}
.prdbtmAins .allPRSercListbt .errorpostcode {
    padding-left: 16px;
}
.prdbtmAins .errorpostcode p {
    font-family: 'GT-Walsheim-Light';
    font-size: 14px;
    font-weight: 300;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #ff0000;
    margin: 15px 0 0 0;
}
.prdbtmAins .bdminput .col-lg-4.col-md-4.col-xs-4 {
    margin: 0 auto;
    float: none;
}
.prdbtmAins .btn-container-right {
    height: 50px;
    margin-top: 30px;
}
.prdbtmAins .btn-container-right {
    display: flex;
    position: relative;
    width: 102px;
    float: none;
}
.prdbtmAins .whitebtn {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.98px;
    color: #252525;
    padding: 14px 33px;
}
.prdbtmAins .btnBgIb button {
    border: none;
    background: #9cc951;
    color: #4a4a49;
}
.prdbtmAins .whitebtn {
    z-index: 1;
    width: 100%;
    height: 100%;
    border: solid 2px #83bb26;
    background: #ffffff;
    font-family: 'GT-Walsheim-Medium';
    font-size: 18px;
    font-weight: 500;
    line-height: 1.11;
    letter-spacing: normal;
    text-align: center;
    border-radius: 0px;
    text-decoration: none;
    display: inline-block;
}
.prdbtmAins .btnBgIb button:hover {
    border: 2px solid #83BB26;
    background: #fff;
    color: #4a4a49;
    padding: 14px 32px;
}
.prdbtmAins .bdm_person_details {
    padding: 47px 0 0 0;
    display: block;
    float: left;
    width: 100%;
}
.prdbtmAins .allPRSercListbt .body_content_text.BDMsrch {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.prdbtmAins .body_content_text.BDMsrch {
    padding: 0 60px 0 60px !important;
    min-height: 0px !important;
}
.prdbtmAins .content_block {
    display: block;
    width: 100%;
}
.prdbtmAins .allPRSercListbt .bdm_person_img {
    margin: 0;
    float: none;
}
.prdbtmAins .allPRSercListbt .bdm_person_img img {
    width: 178px !important;
    height: auto !important;
}
.prdbtmAins .allPRSercListbt .bdm_person_txt {
    width: 100%;
}
.prdbtmAins .allPRSercListbt .bdm_person_txt h4 {
    color: #4a8400;
    text-align: center;
    font-family: GT-Walsheim-Medium;
    font-size: 18px;
    font-style: normal;
    line-height: 25.92px;
    margin: 38px 0 1px;
}
.prdbtmAins .allPRSercListbt .bdm_person_txt h5 {
    color: #4a4a49;
    text-align: center;
    font-family: GT-Walsheim-Medium;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 26.04px;
}
.prdbtmAins .allPRSercListbt .bdm_person_txt h5:nth-child(3) {
    margin-bottom: 3px;
    text-decoration: underline;
}
.prdbtmAins .allPRSercListbt .bdm_person_txt p {
    color: #4a4a49;
    text-align: center;
    font-family: GT-Walsheim-Regular;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 26.04px;
    margin-bottom: 0;
}
.prdbtmAins .allPRSercListbt .email-phone-info-cs {
    width: 102px;
}
.prdbtmAins .allPRSercListbt .email-phone-info-cs {
    display: block;
    width: 102px;
    overflow: hidden;
    margin: 13px auto 0;
}
.prdbtmAins .allPRSercListbt .email-phone-info-cs a {
    float: left;
}
.prdbtmAins .allPRSercListbt .email-phone-info-cs a.infoLinkCS img {
    width: 18px;
    height: 18px;
    margin: 0 8px 3px;
}
.prdbtmAins .emaillink {
    margin: 0 0 17px 0;
}
.prdbtmAins .emaillink, .prdbtmAins .tellink {
    font-family: 'GT-Walsheim-Medium';
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a49;
    display: block;
    text-decoration: none;
}
.prdbtmAins .allPRSercListbt .email-phone-info-cs a.emaillink img {
    width: 18px;
    height: 18px;
    margin: 3px 8px 0 8px;
}
.prdbtmAins .allPRSercListbt a.tellink img {
    width: 18px;
    margin: 3px 8px 0;
}
.prdbtmAins .allPRSercListbt .bdm_person_txt p {
    color: #4a4a49;
    text-align: center;
    font-family: GT-Walsheim-Regular;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 26.04px;
    margin-bottom: 0;
}
.prdbtmAins .infoDetailsCS.infoShow {
    display: block;
    height: auto !important;
}
.prdbtmAins .BDMsrch .bdm_person_txt .infoDetailsCS.infoShow {
    height: 250px;
    overflow: auto;
}
.prdbtmAins .whitebtn:hover {
    color: #252525;
    text-decoration: none;
    box-shadow: 0 10px 20px 0 rgba(66, 94, 19, 0.5);
}
.prdbtmAins .whitebtn:hover {
    box-shadow: unset !important;
}
button:focus, btn:focus {
    outline: none;
}
.Pdct_Descp {
    position: relative;
}

.prdbtmAins .ltst.prdctsdetailstablebtn.rightBlockRtsIB {
    position: absolute;
    right: 0;
}

@media (min-width: 768px) and (max-width: 1024px){
.our-prod-briding-main > h3 {
    line-height: normal !important;
}
.prdbtmAins div#productstable {
    padding: 0 0 0 20px;
}
.TblScroll {
    width: 100%;
    overflow-x: scroll;
}
.prdbtmAins .ltst.prdctsdetailstablebtn.rightBlockRtsIB {
    width: 100%;
    max-width: none;
    background: transparent;
    border-top: 0;
    border-bottom: 0;
    display: block;
    margin: 20px 0;
}
.prdbtmAins .ltst.prdctsdetailstablebtn.rightBlockRtsIB .RtsLeftBlock {
    width: 50%;
}
.prdbtmAins .mediaConRight {
    width: 314px;
    margin: 0;
    padding: 0;
}
.prdbtmAins .prdttrblebrdrdiv.RtsRightBlock {
    height: auto;
    padding: 0;
}
.prdbtmAins .ltst.prdctsdetailstablebtn.rightBlockRtsIB .ltstrightBlockbtns {
        flex-direction: row;
        justify-content: flex-start;
    }
 .prdbtmAins .RtsLeftBtn {
        width: 149px;
    }
    .prdbtmAins .stdgrnbtn, .prdbtmAins .stdgrnbtn:hover, .prdbtmAins .RtsLeftBtn .stdgrnbtn, .prdbtmAins .RtsLeftBtn .stdgrnbtn:hover {
    font-size: 16px;
}
.prdbtmAins .ltst.prdctsdetailstablebtn .ltstrightBlockbtns .btn-container.RtsLeftBtn {
        margin: 0 30px 0 0;
    }
.prdbtmAins .prdttrblebrdrdiv.RtsRightBlock h3 {
    font-size: 17px;
}
.prdbtmAins .ltst.prdctsdetailstablebtn.rightBlockRtsIB .RtsLeftBlock h3 {
    font-size: 16px;
    text-align: left;
}
.prdbtmAins .ltst.prdctsdetailstablebtn.rightBlockRtsIB .RtsLeftBlock p {
    font-size: 17px;
    text-align: left;
}
.prdbtmAins .ltstrightBlockbtns {
    padding: 0;
}
.prdbtmAins #productstable table#table_id {
    overflow: scroll;
}
.prdbtmAins .ltst.prdctsdetailstablebtn.rightBlockRtsIB {
    position: revert;
}
}

@media only screen and (max-width: 767px){
        .our-prod-briding-main > h3 {
        margin: 25px 0 25px 0 !important;
        font-size: 24px !important;
        line-height: normal !important;
        padding: 0 27px;
    }

.productRatetableMob .filter-label {
    margin-bottom: 20px;
}
#productstable table#table_id {
    margin-top: 10px !important;
}
.TblScroll {
    width: 100%;
    overflow-x: scroll;
}
.Pdct_Descp > h3 {
    text-align: center;
    padding: 30px 30px;
}
.prdbtmAins .ltst.prdctsdetailstablebtn.rightBlockRtsIB {
        width: 100%;
        max-width: 314px;
        background: #f3f2ef;
        margin: 0 auto;
        float: none;
        display: block;
        overflow: hidden;
        padding: 0;
    }
.prdbtmAins .ltst.prdctsdetailstablebtn.rightBlockRtsIB .RtsLeftBlock {
    float: none;
}
.prdbtmAins .mediaConRight {
    float: none;
    padding: 0;
    max-width: 314px;
    width: 100%;
}
.prdbtmAins .ltstrightBlockbtns {
        display: flex;
        text-align: center;
    }
.prdbtmAins .ltst.prdctsdetailstablebtn .ltstrightBlockbtns .btn-container.RtsLeftBtn {
        width: 60%;
        margin-bottom: 0;
    }
        .prdbtmAins .stdgrnbtn, .prdbtmAins .stdgrnbtn:hover, .prdbtmAins .RtsLeftBtn .stdgrnbtn, .prdbtmAins .RtsLeftBtn .stdgrnbtn:hover {
    font-size: 16px;
}
.prdbtmAins .btn-container-right {
    width: 76px;
    height: 32px;
    float: none;
}
.prdbtmAins .foldcontentcoldiv.leftBlockRtsIB {
        margin-bottom: 60px;
    }
    .producttablediv .fold-table thead tr th:nth-last-child(2), .producttablediv .fold-table > tbody > tr.view td:nth-last-child(2) {
        display: revert;
    }
        .producttablediv .fold-table tr th:last-child, .producttablediv .fold-table tbody tr.view > td.prt-blkdwnarw {
        display: revert;
    }
.prdbtmAins .mainRtsIB .foldcontentcolrow {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        border-bottom: 1px solid #4A4A49 !important;
    }
.prdbtmAins .mainRtsIB .col-lg-6.foldcontentcolinright {
        flex: 0 0 20% !important;
        max-width: 20% !important;
        border: 0;
        margin: 15px 0 0;
    }
.prdbtmAins .mainRtsIB .col-lg-6.foldcontentcolinleft {
        flex: 0 0 80% !important;
        max-width: 80% !important;
        padding: 10px 0 5px;
        margin: 15px 0 0;
    }
    .prdbtmAins .mainRtsIB .appfoldonly .col-lg-6.foldcontentcolinright {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        border: 0;
        padding: 13px 0 13px;
        margin: 15px 0 0;
    }
.prdbtmAins .mainRtsIB .appfoldonly .col-lg-6.foldcontentcolinleft {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        padding: 10px 0 5px;
        margin: 15px 0 0;
    }
.prdbtmAins .mainRtsIB .foldcontentcoldiv h3, .mainRtsIB .foldcontentcolinleft p {
        text-align: left !important;
        line-height: 17px !important;
    }
.prdbtmAins .mainRtsIB .foldcontentcolinright:after {
    background: transparent;
}
.prdbtmAins .mainRtsIB .foldcontentcolinleft {
        padding: 19px 0px 19px 0;
    }
.prdbtmAins .mainRtsIB .foldcontentcolindiv .foldcontentcolrow:last-child .foldcontentcolinright {
    padding-bottom: 19px;
}
.prdbtmAins .foldcontentcolinright p {
    font-family: 'GT-Walsheim-Medium' !important;
}
.prdbtmAins .fold-content .foldcontentcoldiv h3 {
    margin: 0;
}
.fold-content.mainRtsIB.btlRtsIB {
    position: relative;
}

.prdbtmAins .foldcontentcoldiv.leftBlockRtsIB {margin-top: 240px;}

.prdbtmAins .ltst.prdctsdetailstablebtn.rightBlockRtsIB .RtsLeftBlock {
    position: absolute;
    top: 6%;
    left: 0;
    right: 0;
    border-top: 2px solid #4A8400;
    width: 80%;
    margin: 0 auto;
    padding-top: 20px;
}
.prdbtmAins .ltst.prdctsdetailstablebtn.rightBlockRtsIB {
    position: revert;
}
.prdbtmAins .prdttrblebrdrdiv.RtsRightBlock h3, .prdbtmAins .ltst.prdctsdetailstablebtn.rightBlockRtsIB .RtsLeftBlock h3 {
    font-size: 16px !important;
}
.prdbtmAins .prdttrblebrdrdiv.RtsRightBlock p{
    font-size: 14px !important;
    margin: 0 0 20px 0;
}
.prdbtmAins .whitebtn {
    font-size: 12px;
    padding: 9px 25px;
}
.prdbtmAins .ltst.prdctsdetailstablebtn .btn-container .stdgrnbtn {
        width: 138px;
        padding: 19px 5px;
    }
    .prdbtmAins .stdgrnbtnlink.prdttblelink {
    font-size: 18px !important;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
    .TblScroll {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; /* For smooth scrolling on iOS devices */
}

}

}

.prdbtmAins .prdttrblebrdrdiv.RtsRightBlock h3, .prdbtmAins .ltst.prdctsdetailstablebtn.rightBlockRtsIB .RtsLeftBlock h3 {
    font-size: 18px;
}
.prdbtmAins .prdctsdetailstablebtn .btn-container:first-child {
    margin: 0 18px 0 0;
}
.prdbtmAins .stdgrnbtnlink.prdttblelink {
    font-size: 20px;
    color: #4F7017;
}
.producttablediv .fold-table tbody tr td {
    font-size: 12px !important;
}
.producttablediv .fold-table tr th {
    font-size: 12px !important;
    font-weight: 500 !important;
}
.producttablediv .fold-table tbody tr td {
    color: #4a4a49;
}

/*Products rates filter css ends*/

.prodTbs ul.tabs {
	margin: 0 auto ;
	list-style: none;
	    text-align: center;
    display: flex;
    justify-content: center;
    gap: 5px;
}

.prodTbs ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	display: flex;
    width: 315px;
    height: 60px;
    padding: 14px 29px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #4A4A49;
    text-align: center;
    font-family: 'GT-Walsheim-Medium';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px; /* 100% */
    text-transform: none;
    background: #cfcfcf;
}
.prodTbs .fold-table tr th {
    font-size: 16px !important;
    font-weight: 500 !important;
}
 .prodTbs .fold-table tbody tr td {
    font-size: 16px !important;
    font-weight: 300 !important;
}
.productRatetableMob .prodTbs .filter-label.selected {
    color: #fff !important;
    background-color: #4A4A49 !important;
}
.prodTbs .tab_container p {
    font-size: 16px;
    line-height: 17px;
}
.prodTbs ul.tabs li.active {
	background: #4a4a49;
	color: #fff;
	display: block;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}

.prodTbs .tab_container {
	clear: both;
	float: left;
	width: 100%;
	overflow: auto;
}

.prodTbs .tab_content {
	padding: 20px;
	display: none;
}

.prodTbs .tab_drawer_heading { display: none; }

.prodTbs table.fold-table > tbody > tr.view:hover {
    background: transparent;
    cursor: none;
}

@media only screen and (max-width: 767px) {
	.prodTbs .tabs {
		display: none;
	}
	.prodTbs .tab_drawer_heading {
		background-color: #ccc;
		color: #fff;
		border-top: 1px solid #333;
		margin: 0;
		padding: 5px 20px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.prodTbs .d_active {
		background-color: #666;
		color: #fff;
	}
	.prodTbs ul.tabs{
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
}
}

.fold-content.mainRtsIB.btlRtsIB.tabsN ul {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    gap: 25px;
}
.tabsN .greenLnar::after{
    display:none;
}

.tabsN #tabs{
    width:100%;
}
.tabsN #tabs ul li{
    float:left;
}
.tabsN #tabs ul li a {
    display:block;
}

.tabsN #tabs ul li a {
    display: block;
    color: #4A4A49;
    font-family: 'GT-Walsheim-Light';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    padding: 10px;
    text-decoration: none;
}

.tabsN #tabs ul:before,#tabs ul:after{
    content:"";
    display:table;
    clear:both;
}
.tabsN #tab-content{
    background: #FFF;
}
.tabsN #tab-content > div p {
    margin: 0;
    padding:12px;
    font-size: 18px;
    font-weight: 300 !important;
    line-height: normal !important;
}
.tabsN .foldcontentcolrow .foldcontentcolinright p {
    font-family: 'GT-Walsheim-Light' !important;
}
.prodTbs .stdgrnbtnlink.prdttblelink {
    font-size: 20px;
}
.prodTbs .prdttrblebrdrdiv.RtsRightBlock h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #4a4a49;
}
.prodTbs .prdttrblebrdrdiv.RtsRightBlock p{
    color: #4a4a49;
}
.prodTbs .allPRSercListbt .inputtext {
    padding: 11.5px 15px;
    font-size: 14px;
}
.prodTbs .allPRSercListbt .col-lg-4.col-md-4.col-xs-8 .btn-container-right {
    width: 102px;
    height: 45px;
}
.prodTbs .allPRSercListbt .col-lg-4.col-md-4.col-xs-8 button {
    padding: 10px 10px 10px;
    font-size: 18px;
}
.tabsN #tabs ul li a.selected {
    cursor: default;
    border-bottom: 3px solid #9CC951;
    font-family: 'GT-Walsheim-Medium';
    font-size: 18px;
}
.tabsN .ltst.prdctsdetailstablebtn.rightBlockRtsIB .RtsLeftBlock h3 {
    font-size: 18px;
        color: #4a4a49;
}
.tabsN .ltst.prdctsdetailstablebtn.rightBlockRtsIB .RtsLeftBlock p {
    color: #4a4a49;
}
.tabsN #tabs ul li a:hover {
    font-family: 'GT-Walsheim-Medium';
}
.comCalcDiv {
    float: left;
    width: 100%;
    border-radius: 2px;
    background: #4A4A49;
    padding: 40px 30px 55px;
}
.comCalcDiv h3{
    color: #FFF;
    text-align: center;
    font-family: 'GT-Walsheim-Medium';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30.1px;
    margin-bottom: 33px;
}
.comCalcDiv a {
    background: #9CC951;
    color: #4A4A49;
    font-family: 'GT-Walsheim-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 16px 14.5px;
}
.stdgrnbtnlink::before, .RtsRightBtn .stdgrnbtnlink::before {
    display: none;
}
.tabsN .ltst.prdctsdetailstablebtn .ltstrightBlockbtns .btn-container.RtsLeftBtn {
        margin: 0;
    }
   .tabsN .ltst.prdctsdetailstablebtn.rightBlockRtsIB .ltstrightBlockbtns {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: center;
    }
    .fold-content.mainRtsIB.btlRtsIB.tabsN {
    display: flex;
    flex-wrap: nowrap;
    gap: 100px;
    width: 100%;
        margin-top: 25px;
}

.TabsPrd {
    width: 62%;
    margin-top: 20px;
}
.prodTbs .RtsLeftBlock {
    margin-top: 0;
}

.tabsN .ltst.prdctsdetailstablebtn.rightBlockRtsIB {
    width: 30%;
    max-width: 100%;
}
.tabsN .foldcontentcolinright.MediumPara.imageBlock img {
    width: 22px;
    height: 22px;
}
.tabsN  .foldcontentcolrow .foldcontentcolinright {
    align-items: center;
}
.prodTbs table.fold-table > tbody > tr.view td:last-child:after{
    display: none;
}
 .producttablediv.prodTbs .fold-table > tbody > tr td.cashbackSec .podt_tg_tlt:after{
     display: none;
}
.prodTbs .tab_container p {
    color: #4a4a49;
}
.tabsN #tab-content > div p {
    color: #4a4a49;
}
.prodTbs .bdm .bdm_person_txt p {
    font-size: 12px;
}
.comCalc_responsive .comCalcDiv {
    display: none;
}


@media (min-width: 768px) and (max-width: 1024px){
    .tabsN #tabs {
    width: 100%;
}
.tabsN .prdttrblebrdrdiv.prdttrblebrdrdiv.RtsRightBlock {
        width: 50% !important;
    }
   .tabsN .rightBlockRtsIB {
        padding-right: 0;
        padding-left: 0;
    }
    .comCalcDiv {
    width: 45%;
}
.comCalc_responsive .comCalcDiv {
    display: block;
}
.fold-content.mainRtsIB.btlRtsIB.tabsN {
    flex-wrap: wrap;
}
.TabsPrd {
    width: 100%;
}
.tabsN .ltst.prdctsdetailstablebtn.rightBlockRtsIB {
    width: 100%;
    max-width: 100%;
}
.newprtsdgn.product-downloadguide .product-downloadguide-div li a {
    padding-bottom: 20px;
}
.prodTbs .fold-table tr th {
    white-space: nowrap;
}
.prodTbs tr.tabActiveLTV td.cashbackSec.limitedEdition {
    padding: 0 48px !important;
}
.comCalcDiv h3 {
    line-height: normal;
    margin-bottom: 33px;
    font-size: 18px;
}
.comCalcDiv {
    padding: 42px 30px 55px;
}
.TabsPrd .comCalcDiv {
    display: none;
}
.comCalc_responsive {
    position: relative;
    top: -35px;
}
.fold-content.mainRtsIB.btlRtsIB.tabsN {
    gap: 50px;
}
}

@media only screen and (max-width: 767px){
    .tabsN #tabs {
    width: 100%;
}
.comCalcDiv {
    padding: 42px 30px 55px;
}
.comCalcDiv h3 {
    line-height: normal;
    margin-bottom: 33px;
    font-size: 18px;
}
.prodTbs{
    padding: 20px !important;
}
.comCalcDiv {
    float: left;
    width: 100%;
}
   .tabsN .rightBlockRtsIB {
        padding-left: 0;
        padding-right: 0;
    }
.tabsN .ltst.prdctsdetailstablebtn.rightBlockRtsIB .RtsLeftBlock {
        padding: 30px 10px 45px 10px;
                margin-bottom: 57px;
    }
        .comCalcDiv {
    width: 100%;
}
.fold-content.mainRtsIB.btlRtsIB.tabsN {
    flex-wrap: wrap;
}
.TabsPrd {
    width: 100%;
}
.tabsN .ltst.prdctsdetailstablebtn.rightBlockRtsIB {
    width: 100%;
    max-width: 100%;
}
.prodTbs .stdgrnbtnlink {
    padding: 0 15px 0 0;
}
 .prodTbs .bdm .bdm_person_details {
    padding: 80px 0px 50px 0px;
}
   .prodTbs .allPRSercListbt .email-phone-info-cs {
        width: 98px;
    }
}

@media only screen and (max-width: 767px) {
    #tabs ul {
        display: flex; 
        overflow-x: auto; 
        -webkit-overflow-scrolling: touch; 
        white-space: nowrap;  
    }

    #tabs ul li {
        flex: 0 0 auto; 
    }

    #tabs ul li a {
        display: block;
        white-space: nowrap; 
    }
    .fold-content.mainRtsIB.btlRtsIB.tabsN ul {
    margin: 0;
}
.newprtsdgn.product-downloadguide .product-downloadguide-div li a {
    padding-bottom: 20px;
}
.prodTbs .fold-table tr th {
    font-size: 16px !important;
    line-height: 22px;
    padding: 12px;
    white-space: nowrap;
}
    .producttablediv.prodTbs .fold-table tbody tr.view > td {
        padding: 16px 18px;
    }
    .producttablediv.prodTbs .fold-table > tbody > tr td.cashbackSec .podt_tg_tlt {
    top: 20%;
}
.prodTbs tr.tabActiveLTV td.cashbackSec.limitedEdition {
    padding: 0 48px !important;
}
.prodTbs .fold-content.mainRtsIB.btlRtsIB.tabsN {
    gap: 50px;
}
.TabsPrd .comCalcDiv {
    display: none;
}
.comCalc_responsive {
    margin-top: 50px;
}
.comCalc_responsive .comCalcDiv {
    display: block;
}
.prodTbs{
    margin: 0;
}
}


.producttablediv.prodTbs .fold-table tbody tr.view > td:nth-child(2) {
    padding: 14px 30px;
}
.prodTbs td.cashbackSec span {
    margin-left: 4px;
}


/* Products pages color change as per Product guide - starts */
.commercialProdcts .view.parent:nth-child(4n+1) {
    background: rgba(251, 190, 64, 0.10);
}
.commercialProdcts .view.parent:nth-child(4n+1):hover {
    background: rgba(251, 190, 64, 0.10) !important;
}
.productRatetableMob .prodTbs.commercialProdcts .filter-label.selected{
    background: #FBBE40 !important;
}
.semiCommercialProdcts .view.parent:nth-child(4n+1) {
    background: rgba(0, 177, 178, 0.10);
}
.semiCommercialProdcts .view.parent:nth-child(4n+1):hover {
    background: rgba(0, 177, 178, 0.10) !important;
}
.productRatetableMob .prodTbs.semiCommercialProdcts .filter-label.selected{
    background: #00B1B2 !important;
}
.buyToLetProdcts .view.parent:nth-child(4n+1) {
    background: rgba(233, 78, 36, 0.10);
}
.buyToLetProdcts .view.parent:nth-child(4n+1):hover {
    background: rgba(233, 78, 36, 0.10) !important;
}
.productRatetableMob .prodTbs.buyToLetProdcts .filter-label.selected{
    background: #E94E24 !important;
}

.bridgingProductRatesDiv .producttablediv .fold-table tbody tr.view.parent:nth-child(4n+1){
    background: #c8c6e3 !important;
}
.prodTbs table.fold-table > tbody > tr.view:hover{
    background: transparent;
}

.producttablediv .fold-table tbody tr{
    border-top: none !important;
}

.prodTbs.semiCommercialProdcts tr th {
    color: #fff !important;
}
/* Products pages color change as per Product guide - ends */

/* Products pages filters and sort - starts */
/* Filters UI (minimal styles) */
.filters-header .filters-toggle {
  background: transparent;
  border: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.filters-caret {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #e2f0ce;
  position: relative;
  display: inline-block;
}
.filters-caret:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 5px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #4a8400;
  border-bottom: 2px solid #4a8400;
  transform: rotate(45deg);
}
.filters-toggle[aria-expanded="true"] .filters-caret { 
    transform: rotate(180deg); 
}
.filters-panel {
    background: #f7f7f5; 
    padding: 12px 16px; 
    margin-top: 10px; 
    border-radius: 4px; 
}
.filters-grid { 
    display: flex; 
    gap: 40px; 
    flex-wrap: wrap; 
}
.filter-group h5 { margin: 0 0 8px 0; font-size: 14px; color: #4a4a49; }
.filter-check { display: block; margin: 6px 0; font-size: 14px; color: #4a4a49; }
.filter-check input[type="checkbox"] { accent-color: #FDBB4A; vertical-align: middle; margin-right: 6px; }
/* Visual refinements to match screenshot */
.filters-header { display: flex; align-items: center; gap: 10px; margin: 0; }
.filters-header .fltrs { font-family: "GT-Walsheim-Medium"; font-size: 16px; color: #4a4a49; }
.filters-caret { width: 22px; height: 22px; background: #e2f0ce; }
.filters-caret:after {
  left: 7px;
  top: 6px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #4f7017;
  border-bottom: 2px solid #4f7017;
}
.filters-panel {
  background: #f3f2ef;
  border: 1px solid #e0dedb;
  padding: 16px 20px;
  border-radius: 6px;
}
.filters-grid { 
    gap: 32px; 
    align-items: flex-start; 
}
.filter-group { 
    min-width: 140px; 
}
.filter-group h5 {
  font-family: "GT-Walsheim-Medium";
  font-size: 20px;
  color: #4a4a49;
  margin-bottom: 10px;
  text-align: left;
}

.filter-check { 
    display: flex; 
    align-items: center; 
    gap: 10px; 
    line-height: 18px; 
}
.filter-check input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border: 2px solid #bcbcbc;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  margin: 0;
}
.commercialProdcts .filter-check input[type="checkbox"]:checked {
    background: #fdbb4a;
    border-color: #fdbb4a;
}
.semiCommercialProdcts .filter-check input[type="checkbox"]:checked {
    background: #00B1B2;
    border-color: #00B1B2;
}
.buyToLetProdcts .filter-check input[type="checkbox"]:checked {
    background: #E94E24;
    border-color: #E94E24;
}
.filter-check input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 1px;
  width: 8px;
  height: 14px;
  border: 2px solid #000000;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
}
.filter-check { 
    font-size: 16px; 
    color: #4a4a49; 
}
.filter-group .filter-check + .filter-check { 
    margin-top: 8px;
}
.filter-container {
  padding: 8px 12px;
  background: #f3f2ef;
  display: inline-flex;
  align-items: flex-start;
  gap: 28px;
  overflow: hidden;
  width: 119px;     
  max-height: 44px;
  transition: width 0.4s ease, max-height 0.4s ease, padding 0.2s ease;
  box-sizing: border-box;
}
.filter-container.filters-open {
  background: #f3f2ef;
  padding: 16px 20px;
  width: 100%;
  max-width: 530px;  
  max-height: 420px;    
}
.filters-panel {
  background: transparent;
  border: 0;
  padding: 0;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.filter-container.filters-open .filters-panel {
  opacity: 1;
  transform: translateY(0);
}
.filters-grid {
  margin-top: 0; 
  display: grid;
  grid-template-columns: repeat(3, minmax(95px, auto)); 
  column-gap: 40px;
  row-gap: 8px;
  align-items: start;
}
.sort-bar{
                display:flex;
                align-items:center;
                gap:8px;
                margin:10px 0;
                justify-content: end;
                margin-top: -50px;
            }
            .sort-bar label{font-family: "GT-Walsheim-Medium" !important;
    color: #4f7017;
    margin-bottom: 0px;
    font-size: 18px;
                
            }
            /* Hide native select; custom dropdown will mirror options */
            .sort-select{display:none;}
            /* Custom dropdown to match screenshot */
            .sort-nice-select{
                position: relative;
    border-bottom: 1px solid #9cc951;
    padding: 5px 35px 5px 10px;
    min-width: 239px;
    background: #fff;
    cursor: pointer;
    font-family: "GT-Walsheim-Light";
    color: #4a4a49;
    font-size: 18px;
            }
            .sort-nice-select:after{content:"";position:absolute;right:12px;top:50%;width:10px;height:10px;border-right:2px solid #4f7017;border-bottom:2px solid #4f7017;transform:translateY(-50%) rotate(45deg);}
            .sort-nice-select.open:after{transform:translateY(-50%) rotate(-135deg);}
            .sort-nice-select .current{display:inline-block;white-space:nowrap;}
            .sort-nice-select .list{
                position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 1px);
    background: #fff;
    border: 2px solid #e0dedb;
    border-radius: 2px;
    box-shadow: 0 6px 18px rgba(0,0,0,.08);
    display: none;
    z-index: 25;
    height: auto;
    overflow: auto;
    padding-left: 0;
    text-align: left;
            }
            .sort-nice-select.open .list{display:block;}
            .sort-nice-select .option{    padding: 5px 12px;
    cursor: pointer;
    list-style: none;
    font-size: 16px !important;}
            
    .sort-nice-select .option:hover,.sort-nice-select .option.selected{
        background:#e2f0ce;
        color:#4f7017;
    }
    
    @media (min-width: 768px) and (max-width: 1024px){
        .filter-container.filters-open {
    margin-bottom: 60px;
}
    }
    @media (max-width: 767px){
        .sort-bar{
            margin-top: 0px;
        }
        .sort-bar label {
    font-size: 16px;
}
.productRatetableMob .filter-container {
    flex-direction: column;
    gap: 10px;
}

.filters-header .filters-toggle {
    padding: 0px;
}
    }
            
    /* Products pages Filter and sort - ends */
    
    tr.tabActiveLTV td.cashbackSec {
    min-width: 90px;
}
.producttablediv.prodTbs .fold-table tbody tr.view > td:nth-child(9){
    padding-right: 15px;
}
.producttablediv .fold-table > tbody > tr.view td:last-child{
    padding-left: 7px !important;
}