
/* Calculator Starts */

.calculatorMain .InnerProHeader .LeftTitle h1 {
    background: linear-gradient(88deg, #00FFAE 59.81%, #FFF 97.38%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "NaN Metrify A Gigawide";
    font-size: 32px;
    font-style: italic;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    margin: 40px 0 0 0;
}

.borderRed {
    border: 1px solid red !important;
}

.calculatorMain {
    align-items: normal;
}

.hidden-select, .selected-value {
    display: none;
}

.dropdown {
    position: relative;
    display: inline-block;
    margin: 0px;
}
    .dropdown-btn::after {
        content: '▼'; 
        font-size: 12px;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100%;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 5px;
}

.dropdown-item {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.selected-value {
    margin-top: 20px;
    font-family: Arial, sans-serif;
    font-size: 18px;
    padding: 10px;
    background-color: #f1f1f1;
    border-radius: 5px;
    border: 1px solid #ddd;
    width: fit-content;
    max-width: 300px;
}

.bmTextReslt p {
    color: #282826;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.bmTextReslt {
    margin: 16px 0 0 0;
}
 
.dropdown.open .dropdown-btn::after {
    content: '▲'; 
}

.calFieldList h3 {
    color: #000;
    font-family: 'NaNMetrifyAWide-ExBld';
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 0 0 10px 0;
}

.calculatorMain .ContentDiv {
    width: 100%;
}

.calmain {
    margin: 50px 40px 7px 0px;
    float: left;
    width: 74%;
}

span.btTextField {
    color: #FFF;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    display: block;
    opacity: 0.3;
    margin: 9px 0 0 0;
}

.dropdown-btn {
    border-radius: 100px;
    background: #fff;
    padding: 12px 20px 12px 17px;
    width: 100%;
    color: #000000;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 1px solid #000;
}

.dropdown {
    width: 100%;
}

.calFieldList input {
    border-radius: 100px;
    background: #F5F5F7;
    width: 100%;
    padding: 12px 15px 12px 15px;
    color: #000;
    font-family: 'NaNMetrifyAWide-ExBld';
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    background: transparent !important;
    text-align: center;
    border: 1px solid #000 !important;
}

.calFieldList input:focus {
    outline: none !important;
    background: transparent !important;
}

.calFieldList input::placeholder {
    color: #000;
    text-align: center;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.radio-container label {
    cursor: pointer;
    width: 49%;
    display: inline-block;
    border-radius: 100px;
    border: 1px solid #FFF;
    opacity: 0.5;
    color: #FFF;
    text-align: center;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 4px 10px 4px 10px;
}

input[type="radio"] {
    display: none;
}

    input[type="radio"]:checked + label {
        border-radius: 100px;
        background: #FFF;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        color: #000C91;
        font-family:'NaNMetrifyAWide-ExBld';
        font-size: 15px;
        font-style: normal;
        font-weight: 800;
        width: 49%;
        opacity: 1;
    }

.srtCalBtn {
    text-align: center;
    margin: 5px 0 0 0;
}

button.btn.btn-default.calculator_buttons {
    cursor: pointer;
    width: 49%;
    display: inline-block;
    border-radius: 100px;
    color: #000;
    text-align: center;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 11px 10px 11px 10px;
    border: 1px solid #000;
}

.blur {
  filter: blur(4px);
  pointer-events: none;
  user-select: none;
}

.calculator_buttons.active-button {
    background: #000;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #fff !important;
    opacity: 1 !important;
    font-family: 'NaNMetrifyAWide-ExBld' !important;
    font-weight: 800 !important;
}

    .calculator_buttons.active-button:hover {
        background: #000 !important;
    }

    .BlackDiv {
    background: #000;
    overflow-y: scroll;
}

.btnwhiteBrd {
    border-radius: 100px;
    border: 1px solid #FFF;
    color: #FFF;
    text-align: right;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 5px 15px 5px 15px;
    text-decoration: none;
    margin-top: 27px;
    display: inline-block;
    
}

.CalculatorMain {
    width: 100%;
}

.LeftTitle h1 {
    background: linear-gradient(88deg, #000 3.45%, #000C91 49.95%, #0FD 97.38%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
    font-style: italic;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    font-family: 'NaNMetrifyAGigawide-BlckIt';
}

.srtCalBtn button {
    border-radius: 100px;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 9px 20px 5px 20px;
    text-decoration: none;
    display: inline-block;
    background: transparent;
    margin-top: 30px;
    margin-bottom: 50px;
    width: 339px;
}

.ResultsSecLeft.calHiddenDiv {
    display: none;
}

.BlackDiv .calmaininner {
    width: 87%;
    height: 100%;
    padding: 33px 30px 43px 46px;
    border: 1px solid #fff;
    border-radius: 20px;
}

.BlackDiv .contentMainss {
    flex-wrap: wrap;
}

.BlackDiv .CalculatorMain {
    width: 85%;
}

.BlackDiv .ContentTab {
    width: 6%;
}

.srtCalBtn {
    width: 87%;
}

@media only screen and (max-width: 767px) {
    .calmain {
        margin: 25px 0px 0px 0px;
    }

    .calFieldList {
        width: 100%;
    }

    .calculatorMain .ContentDiv {
        min-height: 100%;
        max-width: 100%;
        width: 100%;
        padding: 0 30px;
    }

    .container.contentMainss.calculatorMain {
        display: block;
    }

    .BlackDiv .CalculatorMain {
    width: 100%;
}

.CalculatorMain .LeftTitle h1 {
    font-size: 19px;
}

.BlackDiv .calmaininner {
    width: 100%;
    background: none;
    padding: 0;
    border: none;
}

.BlackDiv .contentMainss {
    padding: 7px;
}

.srtCalBtn {
    width: 100%;
}

.BlackDiv .ContentTab {
    width: 100%;
}

    /* Cal Results Starts */
       /* .CalSlRlMain {
            display: flex;
            flex-direction: column-reverse;
        } */
    /* Cal Results Ends */

.CalculatorResultsMains .popup {
    width: 100% !important; 
    right: -187% !important;
}

.CalRsltsTitleSec {
    align-items: center;
}

.CalRsltsTitleLeft h2 {
    font-size: 18px !important;
}

.CalRsltsTitleRight a.btnblackBrd {
    font-size: 11px;
    padding: 8px 9px 8px 9px;
}

.CalRsltsSlider .owl-nav button.owl-prev {
    top: 10px;
}

.CalculatorResultsMains .popup.active {
    right: 0 !important;
    z-index: 99999;
}

.dropdown-item {
    white-space: normal;
}

.ResultsSecLeft p, .ResultsSecLeft h4 {
    font-size: 12px !important;
}

.ResultsSecLeft h3, .ResultsSecLeft h3 sup {
    font-size: 19px !important;
}
}

@media (min-width: 768px) and (max-width: 991px) {
    .container.contentMainss.calculatorMain {
        display: block;
    }

    .calmain {
        margin: 45px 15px 7px 15px;
    }

    .calculatorMain .ContentDiv {
        width: 100%;
    }

    .calFieldList {
        width: 100%;
        margin: 15px auto 0 auto;
    }

    .calculatorMain .ContentDiv {
        max-height: 100%;
    }

    .BlackDiv .contentMainss {
    padding-left: 80px;
    display: block;
    padding-right: 80px;
    overflow: scroll;
    padding-bottom: 60px;
}


    .BlackDiv .CalculatorMain {
    width: 100%;
}

.CalculatorMain .LeftTitle h1 {
    font-size: 19px;
}

.BlackDiv .calmaininner {
    width: 100%;
    background: none;
    padding: 0;
}

.srtCalBtn {
    width: 100%;
}

.BlackDiv .ContentTab {
    width: 100%;
}

.BlackDiv .calmaininner {
    padding: 33px 30px 43px 46px;
    width: 464px;
    height: 100%;
}

.calImageSec {
    width: 44%;
    text-align: center;
}

.calmain {
    width: 50%;
}

.leftCalList {
    width: 100% !important;
}

.rightCalList {
    width: 100% !important;
    margin-left: 0px !important;
}

.CalculatorResultsMains .popup {
    width: 100%;
}

}

@media (min-width: 992px) and (max-width: 1199px) {
    .container.contentMainss.calculatorMain {
        display: block;
    }

    .calculatorMain .ContentDiv {
        width: 70%;
    }
.BlackDiv .contentMainss {
    display: block;
    overflow: scroll;
    padding-bottom: 61px;
}

.srtCalBtn {
    width: 80%;
}

.BlackDiv .calmaininner {
    padding: 33px 30px 43px 46px;
    width: 80%;
    height: 100%;
}

.calFieldList, .BlackDiv .CalculatorMain {
    width: 100%;
}

}

/* Calculator Ends */ 


/* Calculator Results Starts */

.CalculatorResultsMain .InnerProHeader .LeftTitle h1 {
    background: linear-gradient(88deg, #000 3.45%, #000C91 49.95%, #0FD 97.38%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.CalculatorResultsMain .InnerProHeader {display: flex;}

a.btnblackBrd {
    padding: 5px 15px 5px 15px;
    text-decoration: none;
    display: inline-block;
    color: #000;
    text-align: right;
    font-family: NaNMetrifyAWide-Reg;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 100px;
    border: 1px solid #000;
}

.RightTabLinks {
    margin-left: auto;
}

.CalculatorResultsMain {
    width: 85%;
    padding: 0 50px 0 0;
}

.CalRsltsTop {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 0 0;
}

.CalRsltsRight {
    margin-left: auto;
    width: 15%;
    border-radius: 100px;
    background: #FAFAFB;
    padding: 10px 20px 10px 20px;
}

.CalRsltsLeft h3 {
    color: #282826;
    font-family: 'NaNMetrifyAWide-ExBld';
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 0;
}

.CalRsltsRight h3 {
    color: #000;
    text-align: right;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: 'NaNMetrifyAWide-Reg';
    margin: 0;
}

.CalRsltsLeft {
    width: 84%;
    border-radius: 100px;
    background: #FAFAFB;
    padding: 10px 20px 10px 20px;
}

/* Carousel Starts */
.slick-slide {
  min-height: 50px;
  min-width: 50px;
  border: thin solid lightgray;
  padding: 0.5rem;
}

.owl-stage-outer {
    width: 100%;
}

.carousel-inner {
    display: none;
}

.CalRsltsSlider .card-body {
    display: flex;
    width: 100%;
    gap: 35px;
    border: none;
}

.calResiListTop h3 {
    color: #282826;
    font-family: 'NaNMetrifyAWide-ExBld';
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-align: left;
}


.calResiListBottom h3 {
    color: #282826;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}

.CalRsltsSlider .card {
    border: none;
    border-radius: 20px;
    background: rgba(245, 245, 247, 0.50);
    margin: 15px 0 0 0;
}

.calResiListTop {
    margin-bottom: 17px;
}

.CalRsltsSlider .owl-dots button {
    border: 1px solid #000 !important;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    margin: 0 0 0 6px;
}

.CalRsltsSlider .owl-dots button.active {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    background: #000C91;
    width: 13px;
    height: 13px;
}

.CalRsltsSlider .owl-dots {
    float: right;
    position: relative;
    top: 0px;
}

.CalRsltsSlider .owl-nav {
    float: right;
}

.CalRsltsSlider .owl-nav button.owl-prev {
    position: relative;
    left: -77px;
    top: 11px;
}

.CalRsltsSlider .owl-nav button span {
    font-size: 34px;
    line-height: 0;
    color: #000;
}

.CalRsltsSlider .owl-nav button.owl-next {
    position: relative;
    top: 10px;
}

/* Carousel Ends */
.CalFooterSec {
    background: url("/media/ujdlzn1c/calresultsbackground.png");
    background-repeat: no-repeat;
    margin: 45px 0 0 0;
    clear: both;
    overflow: hidden;
    display: flex;
    padding: 40px 35px 12px 35px;
    border-radius: 20px;
    flex-wrap: wrap;
    background-size: cover;
}

.ResultsSecLeft h3, .ResultsSecLeft h3 sup {
    font-family: 'NaNMetrifyAWide-ExBld';
    font-size: 32px;
    font-style: italic;
    font-weight: 900;
    line-height: normal;
    background: linear-gradient(93deg, #00FFAE 60%, #FFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    word-break: break-word;
}

div#dropdownBtn1, div#dropdownBtn2 {
    cursor: pointer;
}

.ResultsSecLeft p, .ResultsSecLeft h4 {
    color: #FFF !important;
    font-family: 'NaNMetrifyAWide-Reg' !important;
    font-size: 15px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    margin: 0;
}

.CalculatorResultsMain h4 {
    color: #282826;
    font-family: 'NaNMetrifyAWide-ExBld';
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 20px;
}

.ResultsSecRight {
    width: 100%;
    text-align: center;
}

.ResultsSecLeft {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.ResultsSecRight a {
    display: table !important;
    text-align: center;
    margin: 0 auto 21px auto;
}

.ResultsSecRight a:nth-child(1) {
    border-radius: 100px;
    border: 1px solid #FFF;
    padding: 5px 50px;
    color: #FFF;
    text-align: right;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    
}

.ResultsSecRight a:nth-child(2) {
    background: url(/media/v4lc1hpt/downloadicon.svg);
    background-repeat: no-repeat;
    background-position: 98% 2px;
    padding: 0 25px 0 0;
    background-size: 13px;
    border: none;
    color: #FFF;
    text-align: right;
    font-family: 'NaNMetrifyAWide-Reg';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.ResultsSecRight a {
    display: block;
    margin-bottom: 20px;
}

.CalculatorResultsMains .popup {
    position: fixed;
    top: 0;
    right: -100%; /* hidden off-screen initially */
    height: 100%;
    width: 625px;
    background: #fff;
    color: white;
    z-index: 1000;
    padding: 20px;
    box-shadow: -2px 0 10px rgba(0,0,0,0.5);
    transition: right 0.3s ease;
    display: flex;
    flex-direction: column;
      overflow-y: auto;
  scroll-behavior: smooth;
}

/* Show popup class */
.CalculatorResultsMains .popup.active {
    right: 0;
}

/* Close button */
.CalculatorResultsMains .closeBtn {
    background: none;
    border: none;
    color: #000;
    font-size: 34px;
    align-self: flex-start;
    cursor: pointer;
}

/* Optional: animated content */
.CalculatorResultsMains .popupContent {
    margin-top: 20px;
    opacity: 0;
    transform: translateX(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.CalculatorResultsMains .popup.active .popupContent {
    opacity: 1;
    transform: translateX(0);
}

.CalculatorResultsMains .popupContent .calFieldList {
    width: 100%;
}

.strtCal {
    margin: 20px auto 0 auto;

}

.srtCalBtn.srtResultsSec {
    width: 100%;
}

.CalRsltsTitleLeft h2 {
    font-family: 'NaNMetrifyAWide-ExBld';
    font-size: 32px;
    font-style: italic;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    background: linear-gradient(92deg, #000 -9.55%, #000C91 9.95%, #0FD 30.38%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0px;
}

.CalRsltsTitleSec {
    display: flex;
}

.CalRsltsTitleLeft {
    flex: 1;
}

.CalRsltsTitleRight a.btnblackBrd {
    padding: 11px 20px 11px 20px;
}



/* PDF print Starts */
.Resloancalcprintpdf {
    background: #ececf0;
}

.leftPartCal {
    float: left;
    width: 60%;
    padding: 100px 5px 80px 40px;
}

.rightPartCal {
    float: right;
    width: 40%;
    text-align: right;
}

.calcbodyprtdiv.bottomPartCal {
    clear: both;
    overflow: hidden;
    background: #fff;
    padding: 15px 40px 150px;
}

.calcbodyprtdiv.bottomPartCal h2 {
    font-size: 27px;
    letter-spacing: normal;
    color: #64768e;
    text-align: left;
    margin-top: 25px;
    margin-bottom: 40px;
}

.BottomPartTextCal p, .bottomPartCal .calcbodyprttxt h3 {
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a49;
}

.bottomPartCal .calcbodyprttxt h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    color: #64768e;
    margin-bottom: 35px;
}

.FooterPartCal {
    background: #50213f;
    margin-top: -11px;
    padding: 35px 40px;
}

.FooterPartCal, .moreHeight {
    clear: both;
    overflow: hidden;
}

.FooterPartCalLeft {
    float: left;
    width: 50%;
}

.FooterPartCalLeft h4 {
    font-size: 23px;
    letter-spacing: normal;
    color: #fefefe;
}

.FooterPartCalLeft h4, .calcbodyprtdiv.bottomPartCal h2, .leftPartCal .interest_only_output h4.text-center {
    font-weight: 500;
    line-height: normal;
}

.FooterPartCalRight {
    float: right;
    width: 50%;
    text-align: right;
}

.moreHeight {
    height: 400px;
    background: #fff;
}

@media only screen and (min-width: 992px) {
.Resloancalcprintpdf {
    width: 1024px;
    margin: 0 auto;
}
}

.leftPartCal .interest_only_output h4.text-center {
    font-size: 31px;
    letter-spacing: normal;
    color: #64768e;
    text-align: left !important;
    margin-top: 25px;
    margin-bottom: 13px;
}

.interest_only_output .row {
    display: block;
}

.labelcalcresult label {
    display: block;
}

.leftPartCal .result_center.resi_output .row label {
    font-size: 21px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a49;
    text-align: left;
    padding: 0;
    margin-bottom: 15px;
}

.result_center h2 {
    margin-bottom: 40px;
    color: #49647f;
}
/* PDF print Ends */

@media only screen and (max-width: 767px) {
.CalculatorResultsMain {
    width: 100%;
    padding: 0;
}

.CalculatorResultsMain .InnerProHeader .LeftTitle h1 {
    font-size: 19px;
}

/*.CalSlRlMain {
    display: flex;
    flex-direction: column-reverse;
}*/

.CalRsltsSlider .card-body {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 10px 9px 10px;
    gap: 0px;
}

.calResTabList {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    border-bottom: 1px solid #cccc;
    margin: 0 0 10px 0;
}

.calResiListTop {
    width: 50%;
    text-align: left;
    margin: 0;
}

.calResiListBottom {
    width: 50%;
    text-align: left;
}

.CalRsltsLeft {
    width: 100%;
}

.CalculatorResultsMain .InnerProHeader {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.CalFooterSec {
    margin: 50px 0 0 0;
    padding: 20px;
    
}

.CalRsltsRight {
    margin: 10px auto 0 auto;
    width: 100%;
    text-align: center;
}

.CalRsltsRight h3 {
    text-align: center;
}

.ResultsSecLeft {
    width: 100%;
    text-align: center;
}


.CalRsltsTop {
    margin: 15px 0 0 0;
}

}

@media (min-width: 767px) and (max-width: 1024px) {
.CalculatorResultsMain {
    width: 100%;
}

.CalculatorResultsMain .InnerProHeader .LeftTitle h1 {
    font-size: 20px;
}

/*.CalSlRlMain {
    display: flex;
    flex-direction: column-reverse;
}
*/
.CalRsltsSlider .card-body {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 75px 9px 75px;
    gap: 16px;
}

.calResTabList {
    display: flex;
    width: 45%;
    flex-wrap: wrap;
    border-bottom: 1px solid #cccc;
    margin: 0 0 10px 0;
}


.calResiListTop {
    width: 50%;
    text-align: left;
    margin: 0;
}

.calResiListBottom {
    width: 50%;
    text-align: left;
}

.CalRsltsLeft {
    width: 83%;
}

.calImageSec {
    width: 44%;
    text-align: center;
}

.calmain {
    width: 50%;
}

.leftCalList {
    width: 100% !important;
}

.rightCalList {
    width: 100% !important;
    margin-left: 0px !important;
}

.CalculatorResultsMains .popup {
    width: 100%;
}

}


@media (min-width:1200px) and (max-width: 1399px) {
.BlackDiv .calmaininner {
    width: 93%;
    gap: 27px;
}
}
/* Calculator Results Ends */

/* Arrows Start */
div.dropdown-btn:after {
    content: "";
    background: url(/media/5vwdybcz/arrowcaldropdown.svg);
    width: 15px;
    height: 8px;
    background-repeat: no-repeat;
}

div.dropdown-btn {
    position: relative;
}

.dropdown.open .dropdown-btn::after {
    background: url(/media/5vwdybcz/arrowcaldropdown.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    content: "";
    background-position: 2px 16px;
    transform: rotate(180deg);
    top: 15px;
    right: 8px;
}

@media (min-width: 1920px) and (max-width: 1920px) {
.CalRsltsSlider .owl-nav button.owl-prev {
    position: relative;
    left: -70px;
    top: 5px !important;
}

.CalRsltsSlider .owl-nav button.owl-next {
    position: relative;
    top: 5px;
}
}

@media only screen and (max-width: 767px) {
    .bmTextReslt {
    margin: 50px 0 0 0;
}
}

/* Arrows Ends */

/* Hide for time being starts */
.CalRsltsTop, .CalRsltsSlider {
    display: none;
}
/* Hide for time being ends */

/* New cal 23/5/25 Starts */

.CalMainCon {
    overflow-y: scroll;
}

.calmain .calmaininner > .calFieldList {
    width: 100%;
    clear: both;
}

.leftCalList {
    float: left;
    width: 47%;
}

.rightCalList {
    width: 48%;
    float: left;
}

.calImageSec {
    float: left;
    margin: 70px 0 0 0;
}

.calFieldList {
    margin-bottom: 25px;
}

.leftCalList {
    margin-right: 15px;
}

.rightCalList {
    margin-left: 20px;
}

@media only screen and (max-width: 767px) {
.calmain, .leftCalList, .srtCalBtn button {
    width: 100%;
}

.rightCalList {
    width: 100%;
    margin: 0;
}

.calImageSec {
    display: none;
}
}


@media  (min-width: 1025px) and (max-width: 1199px) {
.leftCalList {
    width: 100%;
}

.calmain {
    width: 70%;
}

.rightCalList {
    width: 100%;
    margin: 0px;
}

.calImageSec {
    width: 20%;
}
}

@media  (min-width: 1200px) and (max-width: 1399px) {
.leftCalList {
    width: 46%;
}

.calmain {
    width: 75%;
}

.rightCalList {
    width: 47%;
}

.calImageSec {
    width: 20%;
}
.calImageSec img {
    width: 100%;
}
.DocumentDiv {
    width: 75% !important;
}
}
/* New cal 23/5/25 Ends */

/* Small screens Starts */
@media (min-width: 1025px) and (max-width: 1300px) {
.dropdown-btn {
    padding: 7px 20px 7px 17px;
    font-size: 12px;
}

.calFieldList h3 {
    font-size: 12px;
}

button.btn.btn-default.calculator_buttons {
    padding: 7px 10px 7px 10px;
    font-size: 12px;
}

.calFieldList input {
    font-size: 12px;
    padding: 7px 15px 7px 15px;
}

.srtCalBtn button {
    font-size: 12px;
    padding: 7px 20px 7px 20px;
    margin-top: 0px;
}

.dropdown-item {
    font-size: 12px;
}
.calmain {
    margin-top: 15px;
}

/* Menu dropdown starts */
.rangeOneTable tr.active td:first-child, .rangeOneTable tr.active th:first-child {
    padding: 0;
}

.rangeOneTable tr {
    height: auto;
}
.rangeOneTable .lftFltr .search-input {
    height: auto;
}

.innerTxt p {
    margin-bottom: 0px;
}

.dropdown-menu.show {
    z-index: 9999;
    background: #fff;
}

.container.HeaderDiv {
    z-index: 9;
}
/* Menu dropdown ends */

}
/* Small screens Ends */