@media (min-width: 1300px) and (max-width: 2700px) {:root{--katheColour :rgb(149, 53, 83);--creamColour:rgb(242, 210, 189);}* {font-family: sans-serif;margin: 0;padding: 0;}/* main section of pages starts here */html{font-size: 62.5%;}body{background-color: #fff;display: flex;flex-direction: column;}.navContainer{height:7rem;background-color: #ffffff;width: 100%;top: 0;margin-top: 0;position: fixed;z-index: 1;box-shadow: 0 0 3px var(--katheColour);}.holder{display: flex;flex-direction: row;}.middleBox{width: 70%;height: max-content;margin-right:2rem;}.advertisingContainer{display: block;width: 15%;height: auto;background-color: greeen;margin-top: 10rem;position: relative;}.advertisingContainerChild{width: 30rem;margin-top: 2rem;margin-bottom: 2rem;}.bottomBar {height: 40rem;width: 100%;background: rgb(149, 53, 83);margin-top: 15rem;display: flex;flex-direction: column;}/* main section of pages ends here *//* navigation bar starts here */.navigationBar {display: flex;}.navItem:first-of-type{margin-left: 40rem;}.navItem {width: 25rem;height: max-content;margin: 2.2rem auto 2.2rem 0rem;list-style: none;color: rgb(129, 19, 49);font-size: 1.5rem;text-align: center;}.navItem a{text-decoration: none;color: #953553;cursor: pointer;}.nav-link {font-size: 1.5rem;font-weight: bold;color: #953553;text-decoration: none;}.sameAsNavItem{width: 27rem;margin: 1.8rem 0rem;list-style: none;color: rgb(129, 19, 49);font-size: 1.5rem;}.sameAsNavItem p{text-transform: capitalize;}.navigationBar .navItem .nav-link {cursor: pointer;}#homeLoginRegBtn {border: .1rem solid rgb(149, 53, 83);background-color: rgb(149,53,83);width: 15rem;height: 4rem;box-sizing: border-box;padding-top: 1rem;border-radius: 2rem;}.giBold:first-of-type:hover{font-weight: lighter;}.giBold:last-of-type:hover{font-weight: lighter;}#logoutBtn{text-decoration: none;color: rgb(129, 19, 49);transition: all 0.2s;font-weight: bold;}/* login and register as (nav item) starts here */.clickItem {width: 25rem;margin:1.3rem auto 1.3rem auto;list-style: none;color:#ffffff;font-size: 1.5rem;text-align: center;}.clickItem a {text-decoration: none;color:#ffffff;font-weight: bold;}.navigationBar .clickItem .nav-link {cursor: pointer;}/* login and register as (nav item) ends here *//* navigation bar ends here *//* mobile menu bar starts here */.mobileMenuBar ul li{height: 10px;color: rgb(149, 53, 83);list-style-type: disc;}.mobileMenuBar{display: none;position: absolute;top: -1%;margin-right: 5px;margin-left: 300px;text-align: right;justify-content: right;float: right;border: none;width: 50px;height: 30px;list-style: none;color: rgb(129, 19, 49);font-size: 3vh;padding-left: 5px;padding-top: 10px;background-color: rgb(242, 210, 189);}.mobileMenuBar ul{margin-right: 10px;padding: 0;}.arrowMark{position: fixed;background-color: rgb(149, 53, 83);height: 5px;width: 12px;float: right;text-align: right;top: 4%;left: 85%;margin: 0 10px 0 0;transition: all 0.2s;}.arrowMark::before {content: "";position: absolute;border-left: .5rem solid rgb(149, 53, 83);border-right: .5rem solid transparent;border-bottom: .5rem solid transparent;border-top: .5rem solid transparent;transition: all 0.1s;left: 20%;transform: translate(50%, -32%);}/* mobile menu bar ends here *//* logo styling starts here */#logoImage{position: fixed;display:inline-flex;width:auto;margin-right: auto;height: 7rem;}#logoImage img{transform: scale(.8);text-align: left;}#logoWriting {color: #953553;font-family: sans-serif;font-size: 4rem;font-weight: bold;position: absolute;margin-left: 7rem;}#logoTheme {color: #953553;font-family: cursive;font-size: 1.7rem;position: absolute;top: 85%;font-weight: normal;left:55%;}/* logo styling ends here *//* form back side black screen starts here */.formWrapper {height: 100%;width: 100%;position: fixed;top: 0;left: 0;right: 0;bottom: 0;background-color: rgba(0,0,0, 0.7);z-index: 1;}/* form back side black screen ends here *//* message box starts here */.messageBox {height: 9rem;width: 16rem;float: right;padding: .8rem;list-style: none;position: relative;margin-top: 10rem;margin-right: 1rem;transform: translate(70%, 0px);border-radius: .3rem;transition: ease-in-out 1s;z-index: 2;font-size: 1.5rem;}.messageBox li{padding: .5rem;border-radius: .3rem;width: inherit;height: inherit;}.info{color: rgb(128,0,128);background-color: rgb(221,160,221);}.success{color: rgb(0,128,0);background-color: rgb(152,251,152);}.error{color: #fff;background-color: red;}.warning{color: rgb(129, 19, 49) ;background-color: rgb(248,131,121) ;}.messageBoxClose {float: right;font-weight: bold;cursor: pointer;transition: ease-in-out 1s;position: inherit;z-index: 1;transform: translate(20%,-30%);}/* message box ends here *//* spinner starts here */.spinContainer{height: 100%;width: 100%;background-color: rgba(0, 0, 0, 0.7);position: fixed;top: 0;bottom: 0;left: 0;right: 0;display: flex;justify-content: center;z-index: 99999;}#spinFirstSignBackground {margin: 25% auto 30% auto;}#spinSignBackground{width: 8rem;height: 7rem;border-radius: .5rem;padding: .08rem .04rem .08rem .04rem;transition: all 0.2s;background-color: #ffffff;animation: spinnerBack 5s ease-in 0s infinite;border: .2rem .1rem .2rem .1rem solid black;}#spinSignBackground img{width: 8rem;height: 7rem;background-size: contain;background-repeat: no-repeat;animation: spinnerImage 1s ease-in-out 0s infinite;}.balls{height: .5rem;width: .5rem;position: relative;margin: 3rem auto 3rem auto;transition: all 0.2s;}.movingBall {height: .5rem;width: .5rem;margin: 2px;background-color: transparent;transition: all 0.2s;border: none;position:absolute;}@keyframes movingBallAnm1{10%{background-color: #ffffff;}20%{background-color: transparent;}30%{background-color: transparent;}40%{background-color: transparent;}50%{background-color: transparent;}60%{background-color: transparent;}70%{background-color: transparent;}80%{background-color: transparent;}90%{background-color: transparent;}100%{background-color: transparent;}}@keyframes movingBallAnm2{10%{background-color: #ffffff;}20%{background-color: #ffffff;}30%{background-color: transparent;}40%{background-color: transparent;}50%{background-color: transparent;}60%{background-color: transparent;}70%{background-color: transparent;}80%{background-color: transparent;}90%{background-color: transparent;}100%{background-color: transparent;}}@keyframes movingBallAnm3{10%{background-color: rgba(255, 255, 255, 0.8);}20%{background-color: #ffffff;}30%{background-color: #ffffff;}40%{background-color: transparent;}50%{background-color: transparent;}60%{background-color: transparent;}70%{background-color: transparent;}80%{background-color: transparent;}90%{background-color: transparent;}100%{background-color: transparent;}}@keyframes movingBallAnm4{10%{background-color: rgba(255, 255, 255, 0.6);}20%{background-color: #ffffff;}30%{background-color: #ffffff;}40%{background-color: #ffffff;}50%{background-color: transparent;}60%{background-color: transparent;}70%{background-color: transparent;}80%{background-color: transparent;}90%{background-color: transparent;}100%{background-color: transparent;}}@keyframes movingBallAnm5{10%{background-color: transparent;}20%{background-color: rgba(255, 255, 255, 0.8);}30%{background-color: #ffffff;}40%{background-color: #ffffff;}50%{background-color: #ffffff;}60%{background-color: transparent;}70%{background-color: transparent;}80%{background-color: transparent;}90%{background-color: transparent;}100%{background-color: transparent;}}@keyframes movingBallAnm6{10%{background-color: transparent;}20%{background-color: transparent;}30%{background-color: rgba(255, 255, 255, 0.6);}40%{background-color: #ffffff;}50%{background-color: #ffffff;}60%{ background-color: #ffffff;}70%{background-color: transparent;}80%{background-color: transparent;}90%{background-color: transparent;}100%{background-color: transparent;}}@keyframes movingBallAnm7{10%{background-color: transparent;}20%{background-color: transparent;}30%{background-color: transparent;}40%{background-color: rgba(255, 255, 255, 0.8);}50%{background-color: #ffffff;}60%{background-color: #ffffff;}70%{background-color: #ffffff;}80%{background-color: transparent;}90%{background-color: transparent;}100%{background-color: transparent;}}@keyframes movingBallAnm8{10%{background-color: transparent;}20%{background-color: transparent;}30%{background-color: transparent;}40%{background-color: transparent;}50%{background-color: rgba(255, 255, 255, 0.6);}60%{background-color: rgba(255, 255, 255, 0.2);}70%{background-color: rgba(255, 255, 255, 0.2);}80%{ background-color: rgba(255, 255, 255, 0.2);}90%{background-color: transparent;}100%{background-color: transparent;}}@keyframes movingBallAnm9{10%{background-color: transparent;}20%{background-color: transparent;}25%{background-color: transparent;}30%{background-color: transparent;}40%{background-color: transparent;}50%{background-color: transparent;}60%{background-color: rgba(255, 255, 255, 0.8);}70%{background-color: rgba(255, 255, 255, 0.2);}80%{background-color: rgba(255, 255, 255, 0.2);}90%{background-color: rgba(255, 255, 255, 0.2);}100%{background-color: transparent;}}@keyframes movingBallAnm10{10%{background-color: transparent;}20%{background-color: transparent;}30%{background-color: transparent;}40%{background-color: transparent;}50%{background-color: transparent;}60%{background-color: transparent;}70%{background-color: rgba(255, 255, 255, 0.6);}80%{background-color: rgba(255, 255, 255, 0.2);}90%{background-color: rgba(255, 255, 255, 0.2);}100%{background-color: rgba(255, 255, 255, 0.2);}}#movingBall1{animation:movingBallAnm1 1s ease-in-out 0s infinite;transform: rotate(36deg) translate(2rem) rotate(-36deg);}#movingBall2{animation:movingBallAnm2 1s ease-in-out 0s infinite;transform:rotate(72deg) translate(2rem) rotate(-72deg);}#movingBall3{animation:movingBallAnm3 1s ease-in-out 0s infinite;transform:rotate(108deg) translate(2rem) rotate(-108deg);}#movingBall4{animation:movingBallAnm4 1s ease-in-out 0s infinite;transform:rotate(144deg) translate(2rem) rotate(-144deg);}#movingBall5{animation:movingBallAnm5 1s ease-in-out 0s infinite;transform:rotate(180deg) translate(2rem) rotate(-180deg);}#movingBall6{animation:movingBallAnm6 1s ease-in-out 0s infinite;transform:rotate(216deg) translate(2rem) rotate(-216deg);}#movingBall7{animation:movingBallAnm7 1s ease-in-out 0s infinite;transform:rotate(252deg) translate(2rem) rotate(-252deg);}#movingBall8{animation:movingBallAnm8 1s ease-in-out 0s infinite;transform:rotate(288deg) translate(2rem) rotate(-288deg);background-color: transparent;}#movingBall9{animation:movingBallAnm9 1s ease-in-out 0s infinite;transform:rotate(324deg) translate(2rem) rotate(-324deg);background-color: transparent;}#movingBall10{animation:movingBallAnm10 1s ease-in-out 0s infinite;transform:rotate(360deg) translate(2rem) rotate(-360deg);background-color: transparent;}/* spinner ends here *//* all form  (except profile creation form) basics starts here */.formDisplayPlace {position: inherit;visibility: hidden;transition-timing-function: ease-in-out;transition-duration: 1s;}.closeForm {font-size: 2.5rem;margin-left: 40rem;height: 0;margin-top:0;bottom: 1rem;color: var(--katheColour);text-decoration: none;}.closeForm:hover {cursor: pointer;}.form-box {position: relative;display:block;padding: 0 2rem 2rem 2rem;font-size: 1.6rem;width: 40rem;height: min-content;margin:10% auto;border-radius: 2rem;transition: all 0.2s;box-sizing: border-box;box-shadow: 0 .5rem 2rem rgb(149, 53, 83);}.form-box input {width: 80%;margin: .5rem auto auto 3rem;padding: .5rem 1rem;height: 4rem;border: .1rem solid rgb(149, 53, 83);border-radius: .5rem;background: none;outline: none;transition: all .2s;font-size: 1.6rem;}.form-box input:first-of-type{margin-top: 0;}.form-box select{margin: .5rem auto auto 3rem;padding: .5rem 1rem;width: 85%;height: 5rem;border: .1rem solid var(--katheColour);border-radius: .5rem;background: none;outline: none;transition: all .2s;font-size: 1.6rem;}.form-box select:focus{border: .2rem solid var(--katheColour);}.form-box textarea:focus {border: .2rem solid var(--katheColour);}.form-box textarea{width: 80%;margin: .5rem auto auto 3rem;padding: 1rem;height: 4rem;border: .1rem solid rgb(149, 53, 83);border-radius: .5rem;background: none;outline: none;transition: all .2s;font-size: 1.6rem;}.form-box input[type="submit"]{width:60%;height: auto;padding: 2rem;margin: 2rem auto auto 8rem;border: .1rem solid var(--katheColour);border-radius: 3rem;outline: none;background-color: var(--katheColour);cursor: pointer;color: #ffffff;font-weight: bold;font-size: 1.6rem;}.form-box input[type="submit"]:hover{background-color: #fff;color: var(--katheColour);border: .1rem solid var(--katheColour);outline: none;}.form-box input[type="submit"]:disabled{pointer-events: none;opacity: 0.8;}.form-box label {position: inherit;top: 1.5rem;padding: .3rem;left: 4rem;background-color: #fff;pointer-events: none;transition: .8s;color: var(--katheColour);font-weight: bold;}.form-box label:first-of-type{margin-top: 0;}.form-box .captcha {margin-left: .6rem;}.form-box input:focus {border: .2rem solid var(--katheColour);}.backBtn{position: absolute;bottom: -12%;margin: 1% 43%;border-radius: 3rem;width: 20rem;text-decoration: none;}.errorlist{position: inherit;list-style-type: none;left: 6rem;font-size: 1.2rem;color: red;}.form-box .noneFieldErrorSpan {color: #fff;position: absolute;left: -25rem;border: .2rem solid crimson;background-color: crimson;border-top-left-radius: .5rem;border-top-right-radius: .5rem;border-bottom-left-radius: .5rem;padding: .1rem;transition: all 0.3s;height: max-content;width: 20rem;}.secondChoice{width:25rem;height: auto;padding: 0rem 2rem 1rem 2rem;margin: 1rem auto auto 5rem;text-align: center;}.secondChoice a{text-decoration: none;color: var(--katheColour);font-weight: bold;}.showEye{position: absolute;height: auto;width: 1.5rem;transform: translate(-4rem, 2rem);}.showEye:last-of-type{display: none;}.form-box small{width: auto;margin: 0rem auto auto 4rem;}/* social app logging form starts here */#socialAppSignupPageBox{visibility: hidden;}/* form box help text starts here */.helpText{height:1rem;width: 25rem;left:.5rem;position: absolute;border-top-right-radius: 1rem;border-top-left-radius: .5rem;border-bottom-right-radius: 1rem;border-bottom-left-radius: 1rem;transition: 0.2s;z-index: 1;background-color: var(--katheColour);color: #ffffff;padding: .5rem;font-size: 1.5rem;visibility: hidden;opacity: 0.3;}.helpText::before{content: "";position: absolute;border-bottom: 1rem solid transparent;border-top: 1rem solid transparent;border-right: 1rem solid var(--katheColour);border-left: 1rem solid transparent;transform: translate(-105%, -25%);}.helpText ul{list-style: none;position: inherit;margin-left: 1.5rem;padding: .5rem;}/* form box help text ends here *//* bottom bar starts here */.bottomBar ul{display: flex;justify-content: center;}.bottomItem {display: block;float: left;margin-right: 5%;margin-left: 5%;margin-top: 3%;margin-bottom: 3%;list-style-type: none;}.bottomItem a {text-decoration: none;color: #ffffff;}.bottomItem ul{list-style:none;display: flex;flex-direction: column;}.bottomItem ul li a{font-size: 1.5rem;color: #ffffff;margin-top: 1.5rem;text-decoration: none;display: flex;}.bottomItem ul li a img{height: 3rem;width: 3rem;transform: translate(0,-20%);}.bottomLine{font-size: 1.5rem;text-align: center;width: 60vw;margin-left: 20vw;color: #ffffff;}/* bottom bar ends here */#writeUsFormBox{position: relative;}/* diynamic image starts */.dynamicImg{height: 30rem;width: 30rem;position: relative;float: right;margin-right: -20rem;margin-bottom: 2rem;transition: 0.2s all;}/* diynamic image ends *//*search box starts here  */#firstBlock {transition: all 0.2s;display: flex;flex-direction: column;align-items: left;justify-content: left;height: max-content;overflow: hidden;margin: 14rem auto 4rem 9rem;padding: 1rem;}/*/* diynamic image ends */#firstBlock form {width: inherit;}#firstBlock h1 {color:var(--katheColour);font-size: 3.2rem;position: absolute;left: inherit;margin-top: auto;}#professionalsSearchBox{display: flex;width: 60rem;margin-top: 5rem;border: .1rem solid var(--katheColour);border-radius: .5rem;}#professionalsSearchBox input{height: 4rem;padding: .5rem;}#professionalsSearchBox input:first-of-type{font-size: 1.5rem;width: 50rem;height: 4rem;border-radius: .5rem;outline: none;border: none;}#professionalsSearchBox input:last-of-type{font-size: 1.5rem;font-weight: bold;width: 10rem;color: var(--katheColour);cursor: pointer;height: 5.3rem;font-weight: bold;background: none;border: none;}/* editorial starts here */.editorial1{border: .05rem solid var(--katheColour);height: 35rem;width: 90%;padding: 2rem;border-radius: 2rem;overflow: hidden;font-size: 1.6rem;margin: 5rem auto auto 4rem;}.editorial1 p{text-indent: 80px;line-height: 2.5rem;font-size: 2rem;letter-spacing: .09rem;}.editorial2{height: 35rem;width: 90%;padding: 2rem;border-radius: 2rem;overflow: hidden;font-size: 1.6rem;margin: 5rem auto auto 4rem;}.editorial2 p{text-indent: 80px;line-height: 2.5rem;font-size: 2rem;letter-spacing: .09rem;}/* serviceBox starts here */#professionalsBox {width: 0;height: 0;transition: all .7s;opacity: 0;visibility: hidden;background: transparent;box-shadow: 0 .1rem .6rem 0 rgb(149, 53, 83);padding: 1rem;border-radius: .4rem;}#professionalsBox li {width: max-content;height: 1.6rem;list-style: none;transition: all 0.2s;padding: 1rem;}#professionalsBox li a {text-decoration: none;color: rgb(119, 7, 55);font-size: 1.6rem;text-transform: capitalize;}#professionalsBox li:hover {background-color: rgba(149, 53, 83, 0.1);cursor: pointer;}#serviceBoxCloser {position: relative;margin-left: 27.5rem;float: right;margin-bottom: 0;}#serviceBoxCloser a {text-decoration: none;cursor: pointer;color: rgb(119, 7, 55);font-size: 1.5em;}#suggestProfessionals{visibility: hidden;opacity: 0;height: 0;width: 0;}.allprofessionals{visibility: hidden;opacity: 0;height: 0;width: 0;}/* foundProfessionalsBox starts here */.professionalSearchedListContainer{position: relative;margin: 8rem auto auto auto;display: flex;flex-wrap: wrap;}.foundProfessionalsBox{position: relative;margin: 1rem auto auto 1rem;list-style: none;height: 8rem;width: 40rem;background-color: #ffffff;box-shadow: .2rem .2rem .4rem rgb(149, 53, 83);border-radius: .5rem;padding: 1rem;transition: all 0.2s;font-size: 1.5rem;}.foundProfessionalsBox .floatingRight{float: right;text-align: center;}.foundProfessionalsBox .floatingRight div{margin-bottom: 1rem;}.foundProfessionalsBox .indvlWebPage{text-decoration: none;color: #ffffff;padding: .5rem;width: 8rem;background-color: rgb(149,53,83);border-radius: 2rem;margin-bottom: 1rem;transition: 0.2s all;border: .1rem solid rgb(149, 53, 83);}.foundProfessionalsBox .indvlWebPage:hover{background-color: #ffffff;color: rgb(149,53,83);border: .1rem solid rgb(149, 53, 83);}#moreProfessionalsBox{display: none;}#moreBtn{margin-left: 2.5rem;margin-top: .5rem;list-style: none;height:8rem;width: 40rem;background-color: rgb(242, 210, 189);box-shadow: .2rem .2rem .4rem rgb(149, 53, 83);border-radius: .5rem;padding: 1rem;transition: all 0.2s;display: none;font-weight: bolder;font-size: 1.5rem;text-align: center;color: rgb(149, 53, 83);}#moreBtn::after{content: "";border-bottom: .6rem solid transparent;border-top: .6rem solid rgb(149, 53, 83);border-right: .6rem solid transparent;border-left: .6rem solid transparent;transition: all 0.2s;animation: moreBtnMove 1s ease-in-out 0s infinite alternate-reverse forwards;position: absolute;}@keyframes moreBtnMove {0%{position: absolute;transform: translate(-50%, 20%);}50%{position: absolute;transform: translate(-50%, -20%);}100%{position: absolute;transform: translate(-50%, 20%);}}.foundProfessionalsBox li:last-child{display: none;}.foundProfessionalsBox li{margin-bottom: .5rem;color: var(--katheColour);}.foundProfessionalsBox li:first-of-type{font-size: 1.5rem;letter-spacing: .1rem;text-transform: capitalize;font-weight: bold;}.foundProfessionalsBox :nth-child(2){display: inline-flex;}.phoneNumIcon{height: min-content;width: 1.5rem;}.phoneNumIcon::before{content:  "w";height:min-content;width: 1.5rem;margin-right: .5rem;background-size: contain;background-repeat: no-repeat;background-position: center;background-image: url("/static/phoneCallNew.svg");color: transparent;padding: .2rem;}/* confirm box starts here */.confirmBox{height: 100%;width: 100%;background-color: rgba(0, 0, 0, 0.1);position: fixed;top: 0;bottom: 0;left: 0;right: 0;display: none;justify-content: center;z-index: 0;}#confirmBoxChild {align-items: center;display: flex;justify-content: center;}#confirmBoxContent{width: 30rem;height: 15rem;border-radius: 1.5rem;padding: 2rem;transition: all 0.2s;background-color: #ffffff;animation: spinnerBack 5s ease-in 0s infinite;border: .2rem .1rem .2rem .1rem solid black;font-size: 1.6rem;}#confirmBoxContent>div{display: flex;}.myBtn{display: flex;justify-content: center;padding: 1.2rem;width: 11rem;background-color: rgb(149,53,83);border-radius: 2.2rem;transition: all 0.2s;border: .1rem solid rgb(149, 53, 83);margin-top: 8.5rem;}.myBtn:hover{border: .1rem solid rgb(149, 53, 83);box-shadow: .1rem .1rem .4rem rgb(149, 53, 83);}.myBtn>a{text-decoration: none;color: #ffffff;}#confirmBoxContent>div>div:last-of-type{margin-left: 9rem;}#submitYes{margin-top: 6rem;width:max-content;height: 4.2rem;padding: 1rem 1.5rem 1rem 1.5rem;border: .1rem solid rgb(149,53,83);border-radius: 6rem;outline: none;background-color: rgb(149,53,83);cursor: pointer;color: #ffffff;font-size: 1.8rem;transition: all 0.2s ease-in-out;display: inline-block;margin: 6rem auto auto 0;}#submitYes:hover{background-color: #fff;color: rgb(149, 53, 83);border: .1rem solid #ffffff;outline: none;box-shadow: 0rem 1rem 2rem rgb(149, 53, 83);}/* flter by pincode starts here */#pincodeFilterContainer{position: relative;margin-left: 1rem auto auto 1rem;list-style: none;height: 8rem;width: 40rem;border-radius: .5rem;padding: 1rem;background-color: transparent;}#pincodeFilterBox{height: 50%;width: 90%;border-radius: 20rem;padding: 2% 2% 2% 7%;color: #333333;margin-top: 1.7rem;outline: none;border: none;transition: all 0.2s;background-color: #ffffff;box-shadow: .2rem .2rem .6rem rgb(149, 53, 83);font-size: 1.4rem;}#pincodeFilterBox:focus{height: 55%;font-size: 1.5rem;}/* about us starts here */.aboutUsPage{margin: 20rem auto auto 5rem;height: 100rem;}.aboutUsPage h1{color: var(--katheColour);font-size: 3rem;}.aboutUsPage #aboutUsPara{color: #333333;font-size: 1.5rem;text-indent: 5rem;}/* making web  starts here remaining taken from write us */.writeUsHeading{margin: 10rem auto auto auto;width: 100vw;font-size: 4rem;text-align: center;}/* menu styling starts here */.dropdownBox {margin-top: 1rem;background: transparent;position: absolute;display: none;z-index: 1;opacity: 0;visibility: hidden;height: max-content;width: 62%;transition: all 0.1s;}.navItem:hover .dropdownBox {display: block;position: absolute;width: 62%;opacity: 1;visibility: visible;z-index: 1;height: max-content;width: 62%;transition: all 0.1s 0.2s;}.navItem:hover {background: linear-gradient(to top, rgb(149, 53, 83), rgb(255, 255, 255));height: 3rem;}.dropdownBoxBg {width: 20rem;height: 30rem;background-color: #ffffff;box-shadow: .1rem .1rem .4rem rgb(149, 53, 83);position: absolute;opacity: 0;visibility: hidden;transition: all 0.1s;}.dropdown-item {text-align: left;padding: 1.5rem 1.5rem;list-style-type: none;width: 15rem;}.dropdownLink {text-transform: capitalize;color: rgb(149, 53, 83);text-decoration: none;}.dropdown-item:hover {background-color: rgb(149, 53, 83);}.dropdown-item:hover .dropdownLink {color: #ffffff;}.dropdown-item:last-child {padding-bottom: 1rem;border-bottom: none;}/* submenu satrts here */.dropdown-item-box{position: absolute;height: 97%;left: 18rem;width: max-content;transition: all 0.2s;display: none;align-items: center;justify-content: center;}.dropdown-item:hover .dropdown-item-box{position: absolute;display: flex;top: 1rem;background: transparent;}.dropdown-item-box-child{list-style: none;transition: all 0.2s;text-align: left;padding: 1.5rem 1.5rem;width: 15rem;}.dropdown-item-box-child:hover{color: rgb(149, 53, 83);background-color: rgba(149, 53, 83, 0.1);}.dropdown-item-box-child:hover .dropdown-item-box-child-anchor{color: rgb(149, 53, 83);}.dropdown-item-box-child-anchor{text-decoration: none;height: inherit;width: inherit;transition: all 0.2s;color: rgb(149, 53, 83);text-decoration: none;}/* welcome user photo starts here */.welcomeUserlogo{height: 30px;width: 30px;margin-right: 2px;float: left;cursor: pointer;text-decoration: none;border-radius: 50%;}.welcomeUserlogo img{margin-right: 2px;float: left;cursor: pointer;height: 30px;width: 30px;border-radius: 50%;background-repeat: no-repeat;background-size: contain;}.tinyBlankUserPhoto{position: relative;transform: scale(.4);}/* user searched Professional Page Background starts here */.userProfessionalPageBg{height: 800px;width: 100%;}/* request server page error display starts here */.reqPgError{margin: 50% auto;color: rgb(149, 53, 83);font-size: 3rem;}/* service  page starts here */.servicePageContainer{display: flex;height: 700px;width: 100%;}.ecom1{border: .05rem solid var(--katheColour);height: max-content;width: 90%;padding-top: -10rem;padding-right: 2rem;padding-bottom: 8rem;padding-left: 2rem;border-radius: 2rem;overflow: hidden;line-height: 2.5rem;font-size: 2rem;letter-spacing: .09rem;transition: all 0.2s;margin: 0rem auto auto 4rem;display: flex;flex-direction: column;align-items: center;justify-content: center;}.ecom2{height: max-content;width: 90%;padding: 2rem;border-radius: 2rem;overflow: hidden;line-height: 2.5rem;font-size: 2rem;letter-spacing: .09rem;transition: all 0.2s;margin: 5rem auto auto 2rem;display: flex;flex-direction: column;align-items: center;justify-content: center;}.ecom1 p{text-indent: 10rem;text-align: justify;}.ecom2 p{text-indent: 10rem;text-align: justify;}.ecom1 ul{padding-left: 10rem;}.ecom2 img{height: 60rem;width: 80rem;margin-top: 4rem;margin-bottom: 4rem;border-radius: 2rem;background-size: contain;background-repeat: no-repeat;}.ecom1 img{height: 60rem;width: 80rem;margin-top: 4rem;margin-bottom: 4rem;border-radius: 2rem;background-size: contain;background-repeat: no-repeat;}.ecom1 ul{width: inherit;}.ecom1 ul li{text-align: left;}.ecom2 ul{width: inherit;}.ecom2 ul li{text-align: left;}.attractiveLink{width:max-content;height: 3rem;padding: 1rem 1.5rem 1rem 1.5rem;border: .1rem solid var(--katheColour);border-radius: 6rem;outline: none;background-color: var(--katheColour);cursor: pointer;color: #ffffff;font-size: 1.8rem;text-decoration: none;transition: 0.2s all;display: inline-block;margin: 2rem auto auto auto;}.attractiveLink:hover{background-color: #fff;color: var(--katheColour);border: .1rem solid #ffffff;outline: none;box-shadow: 0rem 1rem 2rem rgb(149, 53, 83);}.ecom2, .ecom1 li{margin-left: 2rem;list-style-type: square;line-height: 3rem;font-size: 2rem;}.ecom1 .attractiveLink{padding: 1.3rem 1.5rem 0.7rem 1.5rem;;}/*service page ends here *//* job filter starts here */.filterBtnHolder{display: flex;font-size: 1.6rem;margin-left:5rem;flex-wrap: wrap;}.filterBtnHolder>label{padding-top: .5rem;margin-right: .5rem;}.filterBtnHolder select{padding: .2rem;margin-right: 1rem;width: 15%;height: 3.5rem;border: .1rem solid rgb(149, 53, 83);border-radius: .5rem;background: none;outline: none;transition: all .2s;font-size: 1.6rem;}.jobStandard{width:max-content;height: 2rem;padding: 1rem 1.5rem 1rem 1.5rem;border: .1rem solid var(--katheColour);border-radius: 6rem;outline: none;background-color: #ffffff;cursor: pointer;color: var(--katheColour);font-size: 1.8rem;text-decoration: none;transition: all 0.2s;display: inline-block;margin-right: 1rem;display: flex;justify-content: center;text-align: center;text-overflow: ellipsis;}.jobStandard:hover{background-color: #fff;color: var(--katheColour);border: .1rem solid rgb(149, 53, 83);outline: none;box-shadow: 0rem 1rem 2rem rgb(149, 53, 83);}/* usefull app page starts here */.appArea{height: 20rem;}.appArea h1{color: var(--creamColour);font-size: 2rem;width: auto;margin: 2rem auto;}/* usefull app page ends here *//* qr code page starts here */#qrcode{height: fit-content;width: fit-content;}/* add image page starts here */.imageContainerChild {height: 40rem;width: 35.5rem;border-radius: .5rem;margin-bottom: 8rem;margin-left: 7rem;display: flex;flex-wrap: wrap;padding: .5rem;background-color: #ffffff;box-shadow: 0 2rem 4rem rgb(149, 53, 83);}#firstImageAddingBox {margin-top: 15rem;}.imageAddBtn {border: none;background-color: var(--katheColour);font-size: 1.2rem;color:#ffffff;text-align: center;border-radius: 50%;height: 5rem;width: 5rem;position: absolute;}.imageAddBtn:hover {background-color: #ffffff;border-width: .1rem;color: var(--katheColour);border: .1rem solid var(--katheColour);cursor: pointer;font-weight: bold;}.imageContainerChild img {background-size: contain;background-repeat: no-repeat;width: 35.4rem;height: 40rem;border-radius: .5rem;position: inherit;}.imageContainerChild p {position: relative;top: 1.1rem;}/* add image page ends here *//* image displaying box starts here */.sharingIconBox{height: 3rem;width: max-content;padding: 1rem;border: .2rem solid var(--katheColour);display: flex;transition: all 0.2s;}.sharingIconBox:hover{border-radius: 1rem;}.sharingTag{font-size: 1.6rem;font-weight: bold;color: var(--katheColour);height: max-content;width: max-content;transform: translateY(20%);transition: all 0.2s;}.sharingIconBox>img{position:relative;transition: all 0.2s;}#sharingIcon{transform: translate(-25%, -90%);transition: all 0.2s;opacity: 0;visibility: hidden;}#infoTag{transform: translate(5%,-100%);font-size: 1.6rem;font-weight: bold;background-color: var(--creamColour);color:var(--katheColour);height: max-content;width: max-content;padding: .5rem;border-radius: .5rem;opacity: 0;visibility: hidden;transition: all 0.2s;}#infoTag::before{content: "";position: absolute;border-bottom: .8rem solid var(--creamColour);border-top: .8rem solid transparent;border-right: .8rem solid transparent;border-left: .8rem solid transparent;transform: translate(100%, -125%);}#linkElem{display: none;}.imgDisplayingBox {height: 52rem;width: 100%;border-radius: 1rem;margin-bottom: 8rem;margin-left: 7rem;display: flex;flex-wrap: nowrap;background: transparent;}.imgAndPrice {height: 50rem;width: 50rem;margin-right: 2%;margin-left: .4rem;margin-top: .4rem;padding: .5rem;border-radius: 1rem;}.imgAndPrice img {background-size: contain;background-repeat: no-repeat;border-radius: .5rem;border: none;box-sizing: border-box;box-shadow: 0 2rem 4rem rgb(149, 53, 83);height: inherit;width:inherit;position: relative;border: none;left: .2rem;top: .2rem;}.imgAndPrice p {position: relative;left: 22%;font-family: Georgia, 'Times New Roman', Times, serif;font-weight: bolder;color: rgb(224, 17, 95);font-size: 4rem;top: -50%;width: min-content;}.productDescribe {margin-left: 2%;margin-right: 1rem;height: 45rem;width: 50%;padding: 2rem;display: block;}.productHeading{color:var(--katheColour) ;font-size: 6rem;font-weight: bolder;}.productDetails {position: relative;font-size: 1.5em;color:#333333;line-break: 2;}#imgCont1{margin-top: 10rem;}#imgCont5{height: max-content;margin-bottom: 4rem;margin-top:8rem;width: 90vw;overflow: hidden;}.sliderImage{position: relative;display: flex;width: max-content;margin-bottom: 4rem;padding:2rem;transition: all 0.2s;animation: sliderImg 6s cubic-bezier(1, 0.0001, 0.0002, 1) 0s infinite;}@keyframes sliderImg {0%{transform: translateX(0vw);}32%{transform: translateX(0vw);}33%{transform: translateX(-100vw);}65%{transform: translateX(-100vw);}66%{transform: translateX(-200vw);}99%{transform: translateX(-200vw);}100%{transform: translateX(0vw);}}.slide{height: max-content;padding: 0 0 0 1rem;width: 100vw;display: flex;flex-wrap: nowrap;}.slide> .priceTag{font-size: 9rem;color: rgb(149, 53, 83);margin: 15rem auto auto 5rem;text-transform: capitalize;font-weight: bolder;}.slide img{background-size: contain;background-repeat: no-repeat;border-radius: .5rem;border: none;box-sizing: border-box;box-shadow: 0 2rem 4rem rgb(149, 53, 83);height: 50rem;width:50rem;position: relative;border: none;left: .2rem;top: .2rem;}/* image displaying box ends here *//* image uploader page box starts here */.imageUploaderPageBox {position: relative;}/* image uploader page box ends here *//* login page box starts here */#loginPageBox{position: relative;}.flexChild{display: flex;justify-content: center;width: 80%;height: 10rem;text-align: center;}.flexChild>div{color: var(--katheColour);font-weight: bold;text-align: center;margin-left: 2rem;}.googleIcon{height: 4.5rem;width: 4.5rem;transform: translateY(5%);}.middleText{margin-top: 1.5rem;margin-right: 0;width: max-content;}/* login page box ends here *//*  forgot password page  starts here*/#forgetPasswordPageBox{position: relative;}/*  forgot password page ends here //* mobile otp validation page starts here */#mobOtpValidPageBox{position: relative;}/* mobile otp validation page ends here *//* mail otp validation page starts here */#mailOtpValidPageBox{position: relative;}/* mail otp validation page ends here *//* set password page starts here */#setPasswordPageBox{position: relative;}/* set password page ends here */.img-container {width: 30rem;max-height: 30rem;box-shadow: 0rem 2rem 6rem solid black;display: block;margin-left: 4rem;}.cropped-img-container{width: 5rem;height: 5rem;box-shadow: 0rem 2rem 6rem solid black;display: block;}.cropped-img-container #croppedImg{background-size: cover;background-repeat: no-repeat;}/* profile photo starts here */.profilePhotoPageBox{position: relative;}/* profile photo ends here *//* change mobile page starts here */#changeMobPageBox{position: relative;}/* change mobile page ends here *//* change password page starts here */#changePassPageBox{position: relative;}/* change password page ends here *//* create profile page starts here */#createProfilePageBox {position: relative;}.createProDispErrPin{height: 15px;width: max-content;border-radius: 2%;position:absolute;transition-property: ease-in-out;transition-duration: .2s;left: 20px;top: 85px;margin: 0;padding: 3px;z-index: 2;}.createProPincoSpinner{height: max-content;width: max-content;border-radius: 50%;position: absolute;transition-property: ease-in-out;transition-duration: .2s;left: 10px;top:227px;}/* create profile page ends here *//* update profile page starts here */#updateProfilePageBox{position: relative;}.updateProDispErrPin{height: 15px;width: max-content;border-radius: 2%;position: inherit;transition-property: ease-in-out;transition-duration: .2s;float: right;margin: 0;padding: 3px;z-index: 2;}/* update profile page ends here *//* profile page background page starts here */.profilePageColorBox {height: 35rem;width: 80rem;background-color: #fff;position: relative;margin-top: 20%;left: 20%;border-radius: 2rem;box-shadow: 0rem 2rem 4rem rgb(149, 53, 83);display: block;padding-bottom: 8rem;}.userPhotoContainer{margin-left: 65%;position: inherit;top: -35%;}.profileImage{height: 21.7rem;width: 21.7rem;border: none;border-radius: 2rem;box-shadow: 0rem .2rem .6rem var(--katheColour);background-size: contain;background-repeat: no-repeat;background-color: #fff;}.editPen{background-color: #fff;height: 2rem;width: 8rem;border-radius: 4rem;box-shadow: 0rem .2rem .6rem var(--katheColour);padding: 1rem;display: block;transform: translateY(-100%);}.editPen> a{font-size: 1.3rem;font-weight: bold;color: var(--katheColour);text-decoration: none;margin-right: 1rem;position: relative;top: -25%;}.editPen> a> img{background-size: contain;background-repeat: no-repeat;height: 2rem;width: 2rem;position: relative;top: 10%;}.userDetail {position: absolute;top: 5rem;color: var(--katheColour);font-size: 1.5rem;line-height: 3rem;margin-left: 5rem;}.title{color: var(--katheColour);font-weight: bold;}.centerChild{font-size: 3rem;font-weight: bold;color: var(--katheColour);text-align: center;transition: 0.2s all;}.mainSocAcContainer{display: flex;margin-left: 37%;transition: 0.2s all;}.socAcContainer{display: block;color: var(--katheColour);font-weight: bold;}.socAcContainer img{height: 3rem;width: 3rem;}.socAcContainer:nth-child(1){margin: 2rem 2rem 2rem 0;}.socAcContainer:nth-child(2){margin: 2rem;}.socAcContainer:nth-child(3){margin: 2rem;}.balanceHeld{font-size: 2.5rem;font-weight: bold;color: var(--katheColour);}.balanceHeld span{color: var(--katheColour);}/* profile page background page ends here *//*  tiny  balls starts here */.tinyBalls{height: .5rem;width: .5rem;position: relative;margin: 3rem auto 3rem auto;transition: all 0.2s;top: -50%;display: none;}.tinyBall {height: .5rem;width: .5rem;margin: 2px;background-color: transparent;transition: all 0.2s;border: none;position:absolute;}#tinyBall1{animation:tinyBall1 1s ease-in-out 0s infinite;transform: rotate(36deg) translate(2rem) rotate(-36deg);}#tinyBall2{animation:tinyBall2 1s ease-in-out 0s infinite;transform:rotate(72deg) translate(2rem) rotate(-72deg);}#tinyBall3{animation:tinyBall3 1s ease-in-out 0s infinite;transform:rotate(108deg) translate(2rem) rotate(-108deg);}#tinyBall4{animation:tinyBall4 1s ease-in-out 0s infinite;transform:rotate(144deg) translate(2rem) rotate(-144deg);}#tinyBall5{animation:tinyBall5 1s ease-in-out 0s infinite;transform:rotate(180deg) translate(2rem) rotate(-180deg);}#tinyBall6{animation:tinyBall6 1s ease-in-out 0s infinite;transform:rotate(216deg) translate(2rem) rotate(-216deg);}#tinyBall7{animation:tinyBall7 1s ease-in-out 0s infinite;transform:rotate(252deg) translate(2rem) rotate(-252deg);}#tinyBall8{animation:tinyBall8 1s ease-in-out 0s infinite;transform:rotate(288deg) translate(2rem) rotate(-288deg);background-color: transparent;}#tinyBall9{animation:tinyBall9 1s ease-in-out 0s infinite;transform:rotate(324deg) translate(2rem) rotate(-324deg);background-color: transparent;}#tinyBall10{animation:tinyBall10 1s ease-in-out 0s infinite;transform:rotate(360deg) translate(2rem) rotate(-360deg);background-color: transparent;}@keyframes tinyBall1{10%{background-color: rgb(149, 53, 83);}20%{background-color: transparent;}30%{background-color: transparent;}40%{background-color: transparent;}50%{background-color: transparent;}60%{background-color: transparent;}70%{background-color: transparent;}80%{background-color: transparent;}90%{background-color: transparent;}100%{background-color: transparent;}}@keyframes tinyBall2{10%{background-color: rgb(149, 53, 83);}20%{background-color: rgb(149, 53, 83);}30%{background-color: transparent;}40%{background-color: transparent;}50%{background-color: transparent;}60%{background-color: transparent;}70%{background-color: transparent;}80%{background-color: transparent;}90%{background-color: transparent;}100%{background-color: transparent;}}@keyframes tinyBall3{10%{background-color: rgba(149, 53, 83, 0.8);}20%{ background-color: rgb(149, 53, 83);}30%{background-color: rgb(149, 53, 83);}40%{background-color: transparent;}50%{background-color: transparent;}60%{background-color: transparent;}70%{background-color: transparent;}80%{background-color: transparent;}90%{background-color: transparent;}100%{background-color: transparent;}}@keyframes tinyBall4{10%{background-color: rgba(149, 53, 83, 0.6);}20%{ background-color: rgb(149, 53, 83);}30%{ background-color: rgb(149, 53, 83);}40%{ background-color: rgb(149, 53, 83);}50%{background-color: transparent;}60%{background-color: transparent;}70%{background-color: transparent;}80%{background-color: transparent;}90%{background-color: transparent;}100%{background-color: transparent;}}@keyframes tinyBall5{10%{background-color: transparent;}20%{background-color: rgba(149, 53, 83, 0.8);}30%{ background-color: rgb(149, 53, 83);}40%{ background-color: rgb(149, 53, 83);}50%{ background-color: rgb(149, 53, 83);}60%{background-color: transparent;}70%{background-color: transparent;}80%{background-color: transparent;}90%{background-color: transparent;}100%{background-color: transparent;}}@keyframes tinyBall6{10%{background-color: transparent;}20%{background-color: transparent;}30%{background-color: rgba(149, 49, 83, 0.6);}40%{ background-color: rgb(149, 53, 83);}50%{ background-color: rgb(149, 53, 83);}60%{  background-color: rgb(149, 53, 83);}70%{background-color: transparent;}80%{background-color: transparent;}90%{background-color: transparent;}100%{background-color: transparent;}}@keyframes tinyBall7{10%{background-color: transparent;}20%{background-color: transparent;}30%{background-color: transparent;}40%{background-color: rgba(149, 53, 83, 0.8);}50%{background-color: rgb(149, 53, 83);}60%{background-color: rgb(149, 53, 83);}70%{background-color: rgb(149, 53, 83);}80%{background-color: transparent;}90%{background-color: transparent;}100%{background-color: transparent;}}@keyframes tinyBall8{10%{background-color: transparent;}20%{background-color: transparent;}30%{background-color: transparent;}40%{background-color: transparent;}50%{background-color: rgba(149, 53, 83, 0.6);}60%{background-color:rgba(149, 53, 83, 0.2);}70%{background-color: rgba(149, 53, 83, 0.2);}80%{ background-color: rgba(149, 53, 83, 0.2);}90%{background-color: transparent;}100%{background-color: transparent;}}@keyframes tinyBall9{10%{background-color: transparent;}20%{background-color: transparent;}25%{background-color: transparent;}30%{background-color: transparent;}40%{background-color: transparent;}50%{background-color: transparent;}60%{background-color: rgba(149, 53, 83, 0.8);}70%{background-color: rgba(149, 53, 83, 0.2);}80%{background-color: rgba(149, 53, 83, 0.2);}90%{background-color: rgba(149, 53, 83, 0.2);}100%{background-color: transparent;}}@keyframes tinyBall10{10%{background-color: transparent;}20%{background-color: transparent;}30%{background-color: transparent;}40%{background-color: transparent;}50%{background-color: transparent;}60%{background-color: transparent;}70%{background-color: rgba(149, 53, 83, 0.6);}80%{background-color: rgba(149, 53, 83, 0.2);}90%{background-color: rgba(149, 53, 83, 0.2);}100%{background-color: rgba(149, 53, 83, 0.2);}}/* sign up page box starts here */#signupPageBox{position: relative;}.oneRow {margin-top: 0;margin-bottom: 0;display: flex;text-align: left;}.oneRow a{margin-top: 1.7rem;margin-left:0;}#checkbox {margin-top: 0;margin-right: 0;width: 3rem;border-radius: 1rem;position: relative;transform: scale(.6);cursor: pointer;}/* --------------------social login box starts here-------------- */.social-login-box{border-top: .05rem solid rgba(0, 0, 0, 0.5);width: max-content;height: max-content;padding: 2rem;display: flex;flex-direction: column;align-items: center;justify-content: center;margin: auto;}.social-login-btn{background-color: #ffffff;color: rgb(149, 53, 83);border: .1rem solid rgb(149, 53, 83);font-size: 1.6rem;text-decoration: none;font-weight: bold;border-radius: 5rem;transition: 0.2s all;display: flex;padding-top: 1rem;padding-left: 3.3rem;padding-right: 3.3rem;padding-bottom: 1rem;justify-content: center;align-items: center;text-align: center;margin-bottom: 2rem;}.social-login-btn:hover{background-color: #ffffff;color: rgb(149, 53, 83);border: 0;box-shadow: 0 .5rem 2rem rgba(0, 0, 0, 0.5);font-weight: bold;}.social-login-btn>img{height: 4rem;width: 4rem;border-radius:.5rem;margin-left: .5rem;}/* signup otp page starts here */#signUpOtpValidPageBox{position: relative;}/* terms and conditions page starts here */h1{color:rgb(149,53,83);font-size: 4rem;margin-top: 10rem;text-align: center;}h2{color: rgb(149,53,83);font-size: 3rem;}.policyPara{font-size: 1.5rem;color: #333333;}/* policy page starts here */.policyP{font-size: 1.5rem;color: #333333;text-indent: 10rem;padding: 0 5rem;}/* cookie settings starts here */.popUpBox{height: 100%;width: 100%;background-color: rgba(0, 0, 0, 0.2);position: fixed;top: 0;bottom: 0;left: 0;right: 0;display: none;justify-content: center;z-index: 0;}.popUpBox h3{margin-bottom: 2rem;}#popUpBoxChild {display: flex;align-items: center;justify-content: center;}#popUpBoxContent{width: 60%;height: 50%;border-radius: 1.5rem;padding: 2rem;transition: all 0.2s;background-color: #ffffff;box-shadow: .5rem .5rem 1rem rgba(149, 53, 83, 0.8);animation: spinnerBack 5s ease-in 0s infinite;border: .2rem .1rem .2rem .1rem solid black;font-size: 1.6rem;text-align: justify;display: flex;flex-direction: column;}#popUpBoxContent>p{font-size: 1.5rem;}#popUpBoxContent > div:last-of-type{display: flex;flex-direction: row;}.dispBlock{display: block;font-weight: bold;}.dispBlock input{height: 1rem;width: 1rem;}.cookieBtn{display: flex;justify-content: center;padding: 1rem;width: 8rem;background-color: rgb(149,53,83);border-radius: 2.2rem;transition: all 0.2s;border: .1rem solid rgb(149, 53, 83);margin: auto;}.cookieBtn:hover{border: .1rem solid rgb(149, 53, 83);box-shadow: .1rem .1rem .4rem rgb(149, 53, 83);}.cookieBtn>a{text-decoration: none;color: #ffffff;}#submitYes{margin-top: 6rem;width:max-content;height: 4.2rem;padding: 1rem 1.5rem 1rem 1.5rem;border: .1rem solid rgb(149,53,83);border-radius: 6rem;outline: none;background-color: rgb(149,53,83);cursor: pointer;color: #ffffff;font-size: 1.8rem;transition: all 0.2s ease-in-out;display: inline-block;margin: 6rem auto auto 0;}#submitYes:hover{background-color: #fff;color: rgb(149, 53, 83);border: .1rem solid #ffffff;outline: none;box-shadow: 0rem 1rem 2rem rgb(149, 53, 83);}/* homepage  cookie box starts here */.acceptedOrNot{visibility: 0;opacity: 0;}#homeCookieBox{width: auto;height: 20%;padding: 2rem;transition: all 0.2s;background-color: #ffffff;box-shadow: .5rem .5rem 2rem rgba(149, 53, 83, 0.8);animation: spinnerBack 5s ease-in 0s infinite;border: .2rem .1rem .2rem .1rem solid black;font-size: 1.6rem;position: fixed;bottom: -1%;text-align: justify;display: flex;flex-direction: column;z-index: 99999;}#homeCookieBox > p{height: 3rem;font-weight: bolder;font-size: 1.8rem;}#homeCookieBox >div{width: inherit;height: inherit;display: flex;flex-direction: row;align-items: center;justify-content: center;}#homeCookieBox >div >p{width: 80%;}#homeCookieBox >div >p >a{font-size: 1rem;color: rgb(149, 53, 83);}.homeCookieBoxCloseBtn{text-decoration: none;color: rgb(149, 53, 83);text-align: right;}.homeCookieBoxCloseBtn:hover{text-decoration: none;font-weight: bolder;color: rgb(149, 53, 83);}#homeCookieBox >div >div{width: 20%;}#homeCookieBox >div >div >div{margin-bottom: 1rem;}.cookieBtn:first-of-type{background-color: rgb(149, 53, 83);display: flex;justify-content: center;padding: 1rem;width: 15rem;background-color: rgb(149,53,83);border-radius: 2.2rem;transition: all 0.2s;border: .1rem solid rgb(149, 53, 83);margin: auto;}.cookieBtn:first-of-type:hover {box-shadow: 0 1rem 1rem rgba(149, 53, 83, 0.8);}.cookieBtn:first-of-type>a{color: #ffffff;text-decoration: none;}.cookieBtn:last-of-type{background-color: #ffffff;color: rgb(149, 53, 83);display: flex;justify-content: center;padding: 1rem;width: 15rem;border-radius: 2.2rem;transition: all 0.2s;border: .1rem solid rgb(149, 53, 83);margin: auto;}.cookieBtn:last-of-type>a{text-decoration: none;color: rgb(149, 53, 83);}.cookieBtn:last-of-type:hover{box-shadow: 0 1rem 1rem rgba(149, 53, 83, 0.8);border: 0;}}