#BackQ,#NextQ,#SeeAns,#SeeSolution{width:100px;padding:9px;height:40px}#DivPracticeQ,#DivTextbox,#GifLoaderSolution,#LoadGif,#NoSolution,#QCorrect,#QLoader,#QWrong,#SolLoader,.DivHide{display:none}body,html{margin:0}#header1,#header2{font-weight:400;font-size:36px}#divHeader,#header{border-radius:20px}#NextQ,#header1{margin-left:20px}#QSolutionModalContent,#divHeader{height:auto;background:#fff;margin:auto}#QSolutionModal,#ResponseModal,#UpdateModal{display:none;z-index:30;top:0;height:100%;background-color:rgba(0,0,0,.8);left:0;overflow:auto}#DivMain,#Footer{display:block}#AddUrl,.Anchor,.FooterAnchor,.HeaderAnchor{text-decoration:none}#DivMain2,body,html{padding:0}.Anchor,.ChapterName,.H5Heading,.H5Heading1,.Pending2,a{cursor:pointer}*{box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif}body{overflow-x:hidden}#header1{color:#000;margin-top:10px;text-align:left}#DivDpp,#DivLoad,#DivMain,#DivMyNEETExpert,#DivOptions,#DivPractice,#DivPyq,#DivTextbox,#Heading,#LoadGif,#QLoader,#QSolutionModalContent,#SolLoader,#TopicName1,#TopicName2,#header2,#header3,#snackbar,.ChapterName,.DivFooterCol,.DivLoadContent,.DivMyAd,.H2ChapterName,.H2Heading,.H3Subtopic,.Pending2,.footer2{text-align:center}#header2{color:#ff0;margin-bottom:0;padding:0 5px}#Qno,.active{font-size:20px}#BackQ,#ClearResponse,#NextQ,#SeeAns,#SeeSolution{font-size:16px;vertical-align:middle;color:#fff}#header{background:#8c8c8c;width:100%;margin:55px auto auto;padding-top:8px}#divHeader{width:80%;padding:0}#DivLeft{width:60%;float:right;margin-bottom:50px}#DivRight{width:40%;float:right;margin-top:35px;padding-left:20px}#TestDiv{margin-left:8px;height:480px;padding-left:15px;border:4px solid #000;border-radius:4px;padding-top:5px;margin-bottom:30px;padding-bottom:5px;margin-top:20px}#TestPicDiv{height:380px;overflow-y:scroll;padding-left:10px;padding-top:5px}#TestPic{width:45%}#Qno{font-weight:700;color:#00f;padding-left:30px}#NextQ{border:none;border-radius:4px;background:#093}#BackQ,#SeeAns,#SeeSolution{border:none}#BackQ{border-radius:4px;background:#000;margin-left:30px}#SeeAns,#SeeSolution{border-radius:4px;background:#60f;margin-left:20px}#SeeSolution{background:#ff8c00}#ClearResponse{width:60px;border:none;border-radius:4px;background:#1e90ff;padding:6px;margin-left:10px;margin-bottom:13px;float:right;margin-right:30px}#CloseResponseModal,#QCorrect,#QWrong{font-size:18px;font-weight:700}.active{font-family:monospace;font-weight:700;border:3px solid;border-radius:50%;animation:1s infinite color-change}@keyframes color-change{0%,100%{color:red}33%{color:#00f}66%{color:green}}.radio{width:25px;height:25px;color:#00f;border-radius:25px;background-color:#d1d3d1}#QCorrect{color:green}#QWrong{color:red}#DivRight a{padding:10px}.SpanQGap{padding-left:25px}#QSolutionModal,#ResponseModal{position:fixed;padding:10px 0 0;width:100%}#QSolutionModalContent{border:1px solid #888;border-radius:7px;width:400px;padding:10px;max-height:500px;-webkit-animation-name:zoom;-webkit-animation-duration:.6s;animation-name:zoom;animation-duration:.6s}#ResponseModalContent,#UpdateModalContent{margin:auto;border:1px solid #888;border-radius:7px;background:#fff;text-align:center;width:250px;padding:10px;height:100px;-webkit-animation-name:zoom;-webkit-animation-duration:.6s;animation-name:zoom;animation-duration:.6s}#CloseQSolutionModal,#CloseUpdateModal{float:right;color:red;font-size:18px;font-weight:700;padding-right:10px}#CloseResponseModal{float:right;padding-right:5px}#SolImage,.MyAdPics,.TopicImg{width:100%}#QLoader,#SolLoader{color:red;font-size:35px;margin:auto}#DivOptions{position:relative;bottom:-26px;left:15px;margin:auto;vertical-align:middle}#DivTextbox{margin:auto;vertical-align:middle}#TextBoxInput{width:120px;height:30px;border:1px solid #000;border-radius:4px}#BtnCheckAns,#BtnCheckAns2{width:40px;padding:5px;border:none;color:#fff}#BtnCheckAns{border-radius:3px;background:#1e90ff}#BtnCheckAns2{border-radius:3px;background:#006400}#DivRightGap{height:50px}#check1,#check2,#check3,#check4{width:15px;height:15px;border:solid #fff;border-width:0 2px 2px 0}#RequestForSolution{padding:7px;background:#1e90ff;color:#fff;border:none;font-size:16px;border-radius:3px;width:120px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px}#DivForRequest{margin-top:20px;margin-left:30px}#TopicName1,#TopicName2,.H2Heading,.H3Heading{font-weight:400}#snackbar{visibility:hidden;width:120px;margin-left:-60px;background-color:#333;color:#fff;border-radius:2px;padding:16px;position:fixed;z-index:1;left:50%;bottom:70px;font-size:17px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}#snackbar.show{visibility:visible;-webkit-animation:.5s fadein,.5s 2.5s fadeout;animation:.5s fadein,.5s 2.5s fadeout}@-webkit-keyframes fadein{from{bottom:0;opacity:0}to{bottom:70px;opacity:1}}@keyframes fadein{from{bottom:0;opacity:0}to{bottom:70px;opacity:1}}@-webkit-keyframes fadeout{from{bottom:70px;opacity:1}to{bottom:0;opacity:0}}@keyframes fadeout{from{bottom:70px;opacity:1}to{bottom:0;opacity:0}}#TopicName1{color:#00f;font-size:28px}#TopicName2{color:red;font-size:24px}#DivLoad,#Heading,.DivLoadContent{margin:auto}.Anchor{color:#00f;line-height:38px;font-size:19px}.H3Heading{color:red;font-size:28px}.TNo{color:red;font-weight:600}#header3,.ChapterName,.H2ChapterName,.H3Subtopic,.H5Heading,.H5Heading1,.Pending2{font-weight:400}.H5Heading1{color:#00f;font-size:24px;margin-top:10px;opacity:.2}#UpdateModal{position:fixed;padding:90px 0 0;width:100%}#DppBtn,#MockBtn,#PracticeBtn,#PyqBtn,.Btn1,.Btn2,.BtnQ1,.BtnQ2,.MyBtn,.Pending1{color:#fff;border:none;border-radius:4px;width:320px;height:35px;background-color:#000;font-size:16px}#BackToHome1,#BackToHome2,#BackToMainPage,.BackToHome{position:fixed;top:10px;right:5px;width:80px;z-index:100;opacity:.8;height:40px;background:#000;border-radius:4px;color:#fff;border:none;font-size:19px}#DivMain2,#Footer{width:80%;margin:auto}#DivMain2,#header{height:auto}.MyAnchor{opacity:0;font-size:2px}#DivMyNEETExpert{color:#fff;background:#000;border-radius:6px;border:none;font-size:20px;line-height:45px;padding-top:10px;width:300px;margin:auto}.footer2{color:#fff;width:70%;margin:auto}#AddText2,#header3,.H4Footer1,.HeaderAnchor{color:#ff0}.DivFooterCol{width:33.33%;float:left;margin:auto}.H4Footer1,.H4Footer2{margin:5px auto 4px;font-size:16px;font-weight:400}.FooterAnchor,.H4Footer2{color:#fff}.SpanFooter{color:#fff;font-size:16px;border-bottom:1px solid #fff;padding:2px}.HeaderAnchor:hover{opacity:.4}.FooterIcon{color:red;font-size:22px}#Footer{background:#900;overflow:hidden;border-radius:6px}@media screen and (max-width:768px){.DivFooterCol{width:100%;margin:auto;text-align:center}#Footer{width:100%;border-radius:4px}}.Img1{width:180px}.H2Heading{color:red;font-size:34px}.Btn1{background:#8b0000}.Btn2{background:#1e90ff}.BtnQ1{background:#00008b}.Pending1{opacity:.3}#DppBtn{background-color:#00008b}#PyqBtn{background-color:#556b2f}#MockBtn{background-color:#b8860b}.H5Heading{color:#00f;font-size:24px;margin-top:10px}#header3{margin-bottom:4px;font-size:25px;padding:0 5px;line-height:50px}.BtnVisit1,.BtnVisit2{border:none;padding:9px;color:#fff;background:#000;border-radius:3px;font-size:15px}.BtnVisit2{padding:11px 9px 10px}.BtnVisit1{font-size:17px}#LoadGif{position:fixed;z-index:10000;padding-top:100px;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#fff}#DivForAd{padding:10px;border-radius:6px;width:400px;margin:auto;background:#000}#AddText1{font-size:26px;color:#fff}#AddText2{font-size:26px}#AddUrl{font-size:19px;color:#fff}#DivMain2{background:#fff}.ChapterName{margin-top:45px;margin-bottom:45px;font-size:22px;color:#000}#CloseLoadedTheoryC,.CloseTheoryDiv{top:3px;right:2px;z-index:100;opacity:.8;background:red;border-radius:4px;color:#fff;position:fixed}.CloseTheoryDiv{width:65px;height:30px;border:none;font-size:18px}#CloseLoadedTheoryC{width:75px;height:40px;border:none;font-size:19px}.DivHide{text-align:center;margin:auto}.H2ChapterName{font-size:26px;color:red;margin-top:0;padding-top:0}.H3Subtopic{margin:auto;color:#00f;font-size:22px}.Solved,.TopicName,.TopicName1,.TopicName2,.TopicName3,.TopicNameB,.TopicNameG,.TopicNameGi,.TopicNameL,.TopicNameQAnsGi{width:600px;color:#fff;background:#000;border-radius:4px;height:42px;border:none;margin:30px auto;text-align:center;font-size:15px;display:block}#DivLoadContent53,#DivLoadContent54,#DivLoadTheoryA,.DivForModelContent,.DivMyAd{width:400px;margin:auto}.MyAnchor,.ScrollToTopAnchor{size:1px;border:none}.MyAnchor:focus,.ScrollToTopAnchor:focus{outline:0}.Pending2{opacity:.3;margin-top:45px;margin-bottom:45px;font-size:22px;color:#000}#LoadSolutionS{padding:8px 6px;border:none;border-radius:3px;background:green;color:#fff;font-size:15px}#GifLoaderSolution{margin:auto}@media only screen and (max-width:768px){#BackQ,#ClearResponse,#NextQ,#SeeAns,#SeeSolution{vertical-align:middle;color:#fff}#divHeader,#header{margin:auto;border-radius:0 0 20px 20px}#QSolutionModalContent,#divHeader{background:#fff;padding:0;height:auto}#TestPic,#divHeader,#header{height:auto}#DivForAd,#DivLeft,#DivLoadContent53,#DivLoadContent54,#DivLoadTheoryA,#DivRight,#QImage,#SolImage,#SolutionImage,#TestPic,#divHeader,#header,.DivForModelContent,.DivHide,.DivMyAd,.Solved,.TopicImg,.TopicName,.TopicName1,.TopicName2,.TopicName3,.TopicNameB,.TopicNameG,.TopicNameGi,.TopicNameL,.TopicNameQAnsGi{width:100%}#header{padding-top:8px}#header1{font-size:32px}#header2{font-size:28px;margin-top:55px;line-height:45px}#Qno{font-size:20px;font-weight:700;color:#00f;padding-left:10px}#BackQ,#NextQ{width:50px;padding:9px;font-size:16px}#DivRight{margin-top:15px;padding-left:20px;text-align:center}#TestDiv{margin-left:0;height:380px;padding-left:0;border:2px solid #000;padding-top:5px;margin-bottom:30px;padding-bottom:20px;margin-top:10px}#TestPicDiv{height:280px;overflow-y:scroll;padding-left:0;padding-top:10px}.radio{width:18px;height:18px;color:#00f;border-radius:18px;padding:5px;background-color:#d1d3d1}#NextQ{border:none;border-radius:4px;background:#093;margin-left:15px;height:40px}#BackQ,#SeeAns,#SeeSolution{border:none;height:40px}#BackQ{border-radius:4px;background:#000;margin-left:10px}#SeeAns,#SeeSolution{width:60px;border-radius:4px;background:#60f;padding:4px;font-size:14px;margin-left:15px}#SeeSolution{background:#ff8c00}#ClearResponse{width:60px;border:none;border-radius:4px;background:#1e90ff;padding:6px;font-size:16px;float:right;margin:20px 30px 13px 10px}#QSolutionModalContent{border:1px solid #888;border-radius:7px;text-align:center;width:95%;max-height:700px;margin:auto auto auto 0;-webkit-animation-name:zoom;-webkit-animation-duration:.6s;animation-name:zoom;animation-duration:.6s}#DivRightGap{height:10px}#QSolutionModal,#ResponseModal{display:none;position:fixed;z-index:30;padding:25px 0 0;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,.8)}.ChapterName{text-align:center;font-size:18px;font-weight:400;margin-top:50px;margin-bottom:20px;cursor:pointer;width:100%}#DivForAd{border:none;margin:auto;background:#000;padding:0;border-radius:2px}#CloseLoadedTheoryC{position:fixed;top:3px;left:280px;width:70px;z-index:100;opacity:.8;height:30px;background:red;border-radius:4px;color:#fff;border:none;font-size:18px}}#DivLoadContent53,#DivLoadContent54,#DivLoadTheoryA{border:2px solid #000;width:425px;border-radius:4px}#DivLoadTheoryC{border:2px solid #000;width:625px;border-radius:4px;margin:auto;text-align:center}#DivLoadTheory23,#DivLoadTheory33{width:600px;margin:auto;text-align:center}@media only screen and (max-width:768px){#DivLoadContent53,#DivLoadContent54,#DivLoadTheoryA{border:none;width:100%}#DivLoadTheoryC{border:none;width:450px}#DivLoadTheory23,#DivLoadTheory33{width:450px}}.ControlIcon{font-size:28px;border:none;background:#fff}.Reset{border:none;float:left;font-size:15px;width:55px;height:30px;border-radius:3px;background:grey;color:#fff}.ControlTable{border:none;border-collapse:collapse;position:fixed;top:0;left:0}.ControlTable tbody tr td{border:none}.ControlTable tbody tr td:first-child{width:60px;text-align:center}.ControlTable tbody tr td:nth-child(2){width:50px;text-align:left}.ControlTable tbody tr td:nth-child(3){text-align:right;width:60px}.ControlTable tbody tr td:nth-child(4){text-align:right}