.CompareScreencls {
    display: grid;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9989;
    background: white;
    top: 0;
    grid-auto-flow: column;
    grid-template-columns: 300px 1fr;
}

.submainCompareScreencls {
    display: grid;
    grid-auto-flow: row;
    grid-template-rows: 60px 1fr;
}
.CompareScreenheader {
    display: grid;
    background: white;
    z-index: 2;
}
.CompareScreenheaderclose {
    margin: 6px 40px 0 0;
    justify-self: end;
    cursor: pointer;
    display: grid;
    position: relative;
    align-content: center;
    background: url("../images/icons/magiktour/Pill-close.svg");
    width: 22px;
    height: 30px;
    background-size: 100% 100%;
}

.CompareScreensidebarcls {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 1fr 15px;
    /* border: 1px solid; */
    /* margin: 10px 0 10px 10px; */
    background: white;
    z-index: 2;
}
.CompareScreensidebarcontainercls {
    display: grid;
    padding: 10px 0px 0 10px;
    grid-template-rows: 60px 1fr;
    border: 1px solid #4f4f4f;
    margin: 10px 0 10px 10px;
}
.CompareScreensidebarclosecls {
    display: grid;
    /* align-items: center; */
    top: 43%;
    position: relative;
    /* justify-content: center; */
}
.CompareScreensidebarclosebuttoncls {
    cursor: pointer;
    display: grid;
    width: 40px;
    height: 50px;
    background: #4f4f4f;
    border-radius: 0px 20px 20px 0px;
}
.CompareScreensidebarclosebuttonclsmobile{
    cursor: pointer;
    display: grid;
    width: 30px;
    height: 40px;
    background: #4f4f4f;
    border-radius: 0px 20px 20px 0px;
}
.CompareScreenimagemain {
    display: grid;
    background: white;
    grid-auto-flow: column;
    grid-template-columns: auto;
}
.CompareScreenimagemainleft {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 50px 1fr;
}
.CompareScreenimagemainleftslider {
    display: grid;
    justify-content: start;
    align-items: center;
    z-index: 3;
}
.gridtemplatenewtopBarclasscompare {
    grid-auto-columns: 130px 130px !important;
}
.gridtemplatenewtopBarclassmobile {
    grid-auto-columns: 120px 120px !important;
}
.CompareScreenimagemainleftsliderimg {
    display: grid;
}
.CompareScreenimagemainimg {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 1fr 50px;
}
.CompareScreenimagemainrirghtslider {
    display: grid;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.CompareScreenimagemainrightsliderimg {
    display: grid;
}

.newradiobuttonsidebar {
    position: relative;
    top: 0;
    left: 0;
    border: 1.1px solid #a6ce39;
    height: 16px;
    width: 16px;
    background-color: white;
    border-radius: 50%;
}

.newradiobuttonsidebar:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #a6ce39;
}

.newradiobuttonsidebarbefore {
    position: relative;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    background: #ffffff;
    border-radius: 50px;
    border: 1.1px solid #7b7b7b;
}
.RadioButtonSidebarMainclass {
    display: grid;
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    width: 300px;
    height: 100vh;
    grid-template-rows: 60px 1fr;
}
.RadioButtonSidebarheader {
    display: grid;
    justify-content: center;
    align-items: center;
}
.RadioButtonSidebarheaderContent {
    background: #a6ce39;
    padding: 4px 15px;
    color: white;
}
.RadioButtonSidebarblock {
    display: grid;
    /* padding: 0 0 0 20px; */
    cursor: pointer;
    grid-template-rows: max-content 30px;
}
.RadioButtonSidebarblocktext {
    display: grid;
    padding: 0 0 0 72px;
    font-size: 15px;
}
.RadioButtonSidebarblocktop {
    display: grid;
    grid-auto-flow: column;
    background-color: white;
    justify-content: center;
    align-items: center;
}
.RadioButtonSidebarblockimg {
    display: grid;
    width: 200px;
    height: 150px;
    /* background-size: 100% 100%; */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.RadioButtonSidebarblockcontainer {
    display: grid;
    /* max-height: calc(100% - 60px); */
    overflow-y: scroll;
    max-height: calc(100vh - 150px);
    /* grid-auto-rows: max-content; */
    /* grid-gap: 30px; */
}
.CompareScreenimagemainleftsliderimg {
    background-size: 100% 100%;
    /* background-size: contain; */
    background-size: 113% 74%;
    background-repeat: no-repeat;
    background-position: center;
}
.CompareScreenimagemainrightsliderimg {
    z-index: 1;
    background-size: 100% 100%;
    background-size: 113% 74%;
    /* background-size: contain; */
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.CompareScreenimagemainleftsliderimgmobile{
    background-size: 100% 100%;
}

#dropDownContainerID {
    z-index: 9999999;
}
.hidesidebar {
    grid-template-columns: 15px 1fr;
}
.RadioButtonSidebarblockcontainer::-webkit-scrollbar {
    width: 0px;
}

#comparebuttonid {
    position: absolute;
    bottom: 18px;
    left: 40px;
    color: white;
    border-radius: 8px;
    padding: 8px 16px;
    z-index: 9;
    cursor: pointer;
    background: #4f4f4f;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}
.comparerightContainercls {
    display: grid;
    grid-template-rows: 50px 1fr;
}

.comparerightTitle {
    display: grid;
    justify-content: center;
    align-items: end;
    font-size: 21px;
    z-index: 2;
}
.comparerightTitlemobile {
    display: grid;
    justify-content: center;
    align-items: baseline;
    font-size: 18px;
    z-index: 2;
}
.comparerightContainerleftcls {
    display: grid;
    /* z-index: 2; */
    /* background: white; */
    grid-template-rows: 50px 1fr;
}

.comparerightTitleleft {
    display: grid;
    justify-content: center;
    align-items: end;
    font-size: 21px;
    z-index: 2;
}

.compareSidebarCls {
    -webkit-appearance: none;
    width: 200px !important;
    height: 10px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: 0.2s;
    transition: opacity 0.2s;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.compareSidebarCls:hover {
    opacity: 1;
}

.compareSidebarCls::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 23px;
    height: 24px;
    border: 0;
    background: #a6ce39;
    cursor: pointer;
    border-radius: 100px;
}

.compareSidebarCls::-moz-range-thumb {
    width: 23px;
    height: 24px;
    border: 0;
    background: #a6ce39;
    cursor: pointer;
}
.RadioButtonSidebarblockmobile {
    display: grid;
    justify-content: center;
    align-items: center;
    grid-auto-flow: column;
    grid-template-columns: 1fr 30px;
}

.RadioButtonSidebarblocktextmobile {
    display: grid;
    font-size: 15px;
    padding: 0 0 0 10px;
    }

.CompareScreenclsmobile {
    display: grid;
    grid-template-columns: 200px 1fr;
}

.newradiobuttonsidebarmobile {
    display: grid;
}
.newradiobuttonsidebarbeforemobile {
    display: grid;
}
.hidesidebar {
    grid-template-columns: 15px 1fr;
}
.compareSidebarClsmobile{
    width: 100px !important;
}

.stmt_Mobile_new_dropup-content_thumbnail{
    z-index: 9999 !important;
}
.new_Mobile_Dropup_thumbnailClass{
    z-index: 9998 !important;
    left: 10px !important;

}
.comparerightTitleleftmobile {
    display: grid;
    justify-content: center;
    align-items: baseline;
    font-size: 18px;
    z-index: 2;
}
.CompareScreenimagemainequal{
    grid-template-columns: 50% 50%;

}
.comparezoomButtonsHidden{
    display: none;
}
#gdsliderpanid{
position: relative;
/* left: -55px;  */
right: 100px;
z-index: 999;
top: 45%;
}
.gdsliderpanidaddedcls{
grid-template-columns: 50px 1fr;
}