@import url('../../../gists.rawgit.com/mfd/09b70eb47474836f25a21660282ce0fd/raw/e06a670afcb2b861ed2ac4a1ef752d062ef6b46b/Gilroy.css');
a {
  text-decoration: none !important;
}
*{
	line-height: normal;
	list-style: none;
	box-sizing: border-box;
  font-family: 'Gilroy';
}
body{
  font-size: 20px;
	background: linear-gradient(to top , #fafafa , #F3F6F8);
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  min-height: 100vh;
  font-family: 'Gilroy';
}
:root{
  --white:#fff;
  --black:#000;
  --one:#005AFD;
  --title:#242740;
  --text:#6C6F89;
}
input:focus,
button:focus,
textarea:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.mainflex{
  padding: 20px;
  width: 100%;
  display: flex;
  gap: 30px;
  flex: none;
  min-height: 100vh;
}
.sidebar{
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  width: 118px;
  height: fit-content;
  background:  var(--white);
  border-radius: 26px;
  padding: 15px 10px 50px 10px;
}
.contentarea{
  flex: auto;
  width: calc(100% - 139px);
}
.sidetitle{
  font-weight: bold;
  text-align: center;
}
.sidebarbox{
  margin: 30px;
}
.sidebarbox{
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.menu-active{
  background: var(--one);
  width: 53px;
  height: 53px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.active-img{
  display: none;
}
.menu-active .not-active-img{
  display: none;
}
.menu-active .active-img{
  display: block;
}
.acenter{
  align-items: center;
}
.wrap{
  flex-wrap: wrap;
}
p{
  margin: 0;
}
ul,ol{
  padding: 0;
  margin: 0;
}
.homewell{
  background: #fff5;
  padding: 20px;
  border: 1px solid var(--white);
  border-radius: 29px;
}
.jbetween{
  justify-content: space-between;
}
.hometitle h1{
  font-size: 30px;
  font-weight: 700;
}
.hometitle p{
  font-size: 22px;
  color: #7B7B7E;
  font-weight: 600;
}
.homeelenemnt li{
  background: var(--white);
  transition: 0.4s all;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  cursor: pointer;
  position: relative;
}
.homeelenemnt li span,.count{
  position: absolute;
  top: 6px;
  right: 5px;
  background: #F5414D;
  color: var(--white);
  padding: 3px 7px;
  border-radius: 100px;
  font-size: 15px;
  box-shadow:0 5px 10px #f5414d2b;
}
.homeelenemnt li:hover{
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.026);
  transform: translateY(-5px);
}
.inchapbox{
  background: #F8F9FA;
  border: 1px solid #dcdcdc;
  padding: 30px 40px;
  border-radius: 30px;
}
.inchapboximg{
  width: 89px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F3F3F3;
  border-radius: 32px;
}
.inchapboxtext{
  background: #EFF8FA;
  border: 1px solid #5FD2FE;
  padding: 20px 30px;
  border-radius: 17px;
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  height: fit-content;
}
.inchapbox h2{
  font-weight: bold;
  margin-top: 20px;
  font-size: 30px;
  color: var(--title);
}
.inchaptext1{
  margin-top: 10px;
  color: var(--one);
  font-size: 22px;
  font-weight: 600;
}
.inchaptext2{
  text-align: center;
  margin: 40px auto;
  font-size: 22px;
  color: #6C6F89;
  width: 90%;
  font-weight: 600;
}
.mybtn{
  background: var(--black);
  transition: 0.4s all;
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--white);
  padding: 20px 30px;
  border-radius: 17px;
  width: fit-content;
  margin: 0 auto;
  font-size: 22px;
}
.mybtn:hover{
  background: var(--one);
}
.inchapbox .mybtn svg{
  color: #5FD2FE;
  width: 30px;
  height: 30px;
}
.w100{
  width: 100%;
}
.h100{
  height: 100%;
}
.inimgtitle{
  background: var(--white);
  border: 1px solid #dcdcdc;
  padding: 20px;
  border-radius: 27px;
}
.inimgtitleb1{
  display: flex;
  align-items: center;
  gap: 15px;
}
.inimgtitleb1 h2{
  color: #161723;
  font-size: 22px;
  font-weight: 700;
}
.inimgtitleb1 span{
  color: #1492E6;
  
  font-weight: 500;
}
.inimgtitleb1img{
  padding: 20px;
  border-radius: 25px;
  background: #F8F9FA;
}
.inimgtitleb1img img{
  height: 30px;
}
.inimgtitleb2{
  background: #F8F8F9;
  padding: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
  font-weight: bold;
  
  border-radius: 25px;
}
.inimgb1{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px;
}
.inimagebox{
  position: relative;
}
.inimgb2{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
}
.inimgb2 .mybtn svg{
  width: 30px;
  height: 30px;
}
.searchbox{
  position: fixed;
  top: 80%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: var(--white);
  padding: 40px 50px;
  border-radius: 30px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all;
}
.searchbox form{
  border: 1px solid #eee;
  border-radius:20px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  width: 400px;
  max-width: 100%;
}
.searchbox input{
  background: none;
  border: none;
  flex: auto;
  padding: 0 10px;
}
.searchbox button{
  width: 60px;
  height: 60px;
  flex: none;
  background: var(--one);
  border-radius: 20px;
  transition: 0.4s all;
  border: none;
}
.searchbox button svg{
  color: var(--white);
  width: 25px;
  height: 25px;
}
.searchbox button:hover{
  background: var(--title);
}
.closemodals{
  position: fixed;
  background: #0007;
  backdrop-filter: blur(2px);
  z-index: 99;
  left: 0;
  top:0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all;
}
.dot{
  position: absolute;
  top: -6px;
  right: 0;
  background: #F87DDF;
  border-radius: 100px;
  aspect-ratio: 1/1;
  width: 10px;
  box-shadow: 0 5px 10px 0 #F87DDF;
}
.sidebarbox a{
  position: relative;
}
.sidebarbox .count{
  top: inherit;
  bottom: -12px;
  right: -13px;
  font-size: 10px;
  border-radius: 5px;
} 
.soon{
  background: #393A44;
  position: absolute;
  bottom: -19px;
  right: -15px;
  color: var(--white);
  border-radius: 5px;
  padding: 5px;
  font-size: 10px;
}
.mytitle{
  font-weight: bold;
  margin: 0;
}
.mytitle2{
  color: #9FA1B2;
}
.comp1{
  background: #fafbfb4f;
  border-radius: 30px;
  padding: 30px;
}
.fcoll{
  flex-direction: column;
}
.shortbox{
  background: var(--white);
  padding: 30px;
  border-radius: 45px;
}
.shortboxtitle p{
  font-weight: bold;
}
.shortboxtitle a{
  color: var(--one);
  font-weight: 600;
  transition: 0.4s all;
}
.shortboxtitle a:hover{
  color: var(--title);
}
.shortboxcon p{
  color: var(--text);
  line-height: 1.7;
  font-weight: 500;
}
.pink{
  background: #FF9BEB;
}
.blue{
  background: #3ABBFE;
}
.yellow{
  background: #FEFE5F;
}
.greenyellow{
  background: #B9FE5F;
}
.shortboxcon p span{
  color: var(--black);
  padding: 5px;
  font-weight: 600;
  border-radius: 10px;
}
.sbbox{
  flex-wrap: wrap;
}
.sbbox,.sbboxposttitle,.sbboxposttext{
  display: flex;
  gap: 10px;
}
.sbboxpost{
  padding: 20px;
  border: 1px solid #D2D3D9;
  border-radius: 30px;
  background: #F8F9FA;
  flex: 1;
}
.sbboxposttitle{
  align-items: center;
}
.sbboxposttitle h3{
  margin: 0;
  font-weight: bold;
  font-size: 25px;
}
.sbboxposttext{
  margin-top: 10px;
  align-items: center;
  font-weight: 600;
  gap: 10px;
}
.sbboxposttext div{
  padding: 7px 7px 5px 7px;
  border-radius: 10px;
  align-items: center;
  flex: none;
}
.sbboxposttext div img{
  position: relative;
  top: -4px;
}
.smc{
  background: #F8F9FA;
  padding: 30px;
  border-radius: 45px;
  border: 1px solid #D2D3D9;
  overflow: hidden;
}
.sbboxposttext2 p{
  color: #FF8343;
}
.sbboxposttext2 p span{
  color: var(--one);
}
.smc ul{
  display: flex;
  overflow: hidden;
  gap: 17px;
  overflow-x: scroll;
  margin-top: 20px;
  padding-bottom: 10px;
}
.smc ul::-webkit-scrollbar {
  height: 10px;
  scrollbar-width: thin;
}
.smc ul::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 100px;
}
.smc ul::-webkit-scrollbar-thumb {
  background: #c5c5c5;
  border-radius: 100px;
}
.statbox{
  background: url(img/lines.svg);
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  align-items: end;
  height: 195px;
  position: relative;
}
.greenbox{
  width: 66px;
  display: flex;
  align-items: end;
  justify-content: center;
  background: #B9FE5F;
  border-radius: 15px;
  position: relative;
}
.statbox span{
  color: var(--white);
  padding: 7px 12px;
  border-radius: 10px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: #222329;
}
.statbox .greenbox::after{
  content: "";
  width: 14px;
  height: 4px;
  background: var(--white);
  position: absolute;
  top: 5px;
  transform: translateX(-50%);
  left: 50%;
}
.smc ul li p{
  color: #7B7B7E;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-top:10px;
}
.orangebox{
  background: #FF8343;
}
.orangebox::after{
  top: -10px!important;
  background: #FF8343!important;
}
.exam{
  background: #F8F9FA;
  border-radius: 40px;
  border: 1px solid #C4C4C4;
  padding: 30px;
  width: 600px;
  max-width: 100%;
}
.awobhover{
  font-weight: 600;
  transition: 0.4s all;
  color: var(--one);
}
.awobhover:hover{
  color: var(--title);
}
.exam ul{
  display: flex;
  margin-top: 20px;
  flex-direction: column;
}
.exam ul li{
  border-bottom: 1px solid #eee;
  padding: 15px 0;
  width: 100%;
  display: flex;
  gap: 50px;
  justify-content: center;
  align-items: center;
}
.exam ul li h3{
  margin: 0;
  font-weight: 700;
  font-size: 20px;
}
.exam ul li a{
  background: #1492E6;
  color: var(--white);
  padding: 8px 15px;
  transition: 0.4s all;
  font-size: 15px;
  border-radius: 10px;
}
.exam ul li a:hover{
  background: var(--title);
}
.missbox{
  overflow: hidden;
  background: #F9FAFC;
  padding: 20px;
  position: relative;
  border-radius: 32px;
  width: 100%;
}
.missboxbg{
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.missboxprofile,.missboxpts{
  position: relative;
  z-index: 2;
}
.missboxprofile{
  background: var(--white);
  padding: 5px 40px 5px 5px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 20px;
}
.missboxprofile img{
  width: 65px;
  aspect-ratio: 1/1;
  border-radius: 100px;
}
.missboxprofile span{
  font-weight: 700;
}
.missboxprtitle p{
  margin-top: 5px;
}
.missboxpts{
  background: #f0f5ffd1;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  margin-top: 250px;
  padding: 30px;
  border: 1px solid var(--white);
  border-radius: 32px;
}
.missboxptsbox .yellow{
  padding: 15px;
  font-size: 25px;
  border-radius: 20px;
  font-weight: bold;
  background: #FFD900;
}
.missboxpts h3{
  font-weight: bold;
}
.missboxpts p{
  color: #414568;
  font-weight: 500;
}
.t3{
  border: 1px solid #C4C4C4;
  background: #F8F9FA;
  padding: 30px;
  border-radius: 30px;
}
.t3 form{
  background: #F0F5FF;
  display: flex;
  border-radius: 30px;
  flex-direction: row-reverse;
  padding: 15px;
  gap: 20px;
}
.t3 form input{
  background: none;
  width: 100%;
  border: none;
  color: var(--title);
  font-weight: 600;
}
.t3 form button{
  flex: none;
  background: #222329;
  border-radius: 17px;
  color: var(--white);
  padding: 15px 20px;
  color: var(--white);
  border: none;
  display: flex;
  gap: 10px;
  align-items: center;
  transition: 0.4s all;
}
.t3 form button svg{
  width: 20px;
  height: 20px;
}
.t3 form button:hover{
  background: var(--one);
}
.t3 ul{
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.t3 ul li{
  padding: 20px;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
}
.t3 ul li h3{
  font-weight: 700;
  font-size: 25px;
  margin: 0;
}
.t3 ul li span{
  padding: 7px 15px;
  text-align: center;
  border-radius: 15px;
  font-weight: 700;
}
.t3 ul li span.blue{
  color: var(--white);
}
.coursetabs{
  gap: 15px;
  background: var(--white);
  border-radius: 30px;
  padding: 15px 30px;
  overflow-x: scroll;
  flex-wrap: nowrap;
  scrollbar-width: none;
}
.coursetabs li{
  flex: none;
}
.coursetabs li div{
  background: var(--white);
  border: 2px dashed #C4C4C4;
  border-radius: 13px;
  font-weight: 700;
  cursor: pointer;
  background: #F8F8F9;
  padding: 13px 20px;
  font-size: 17px;
}
.coursetabs li div.active{
  background: var(--one);
  border: 2px solid var(--one);
  color: var(--white);
}
.coursepost{
  background: var(--white);
  padding: 30px;
  border-radius: 40px;
  height: 100%;
}
.coursetitle{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.coursetitle a{
  background: var(--black);
  border-radius: 10px;
  padding: 7px 12px;
  color: var(--white);
  display: flex;
  gap: 10px;
  align-items: center;
}
.courseimg{
  margin: 40px auto;
  display: flex;
  justify-content: center;
}
.courseimg img{
  max-width: 100%;
  margin: 0 auto;
}
.courseboxfooter{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  flex-wrap: wrap;
  gap: 10px;
}
.courseboxfooter .crousename{
  width: 55px;
  aspect-ratio: 1/1;
  display: flex;
  height: auto;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
}
.courseboxfooter .yellow{
  background: #FEE882;
  border: 1px solid #FFD900;
}
.courseboxfooter .blue{
  background: #9BE3FF;
  border: 1px solid #1492E6;
}
.courseboxfooter .pink{
  background: #FFC2E4;
  border: 1px solid #F87DDF;
}
.courseboxfooter .green{
  background: #CFF7AA;
  border: 1px solid #9FF82A;
}
.courseboxfooter p{
  max-width:120px;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  font-size: 20px;
  text-overflow: ellipsis;
}
.myprogress{
  display: flex;
  gap: 10px;
  align-items: center;
}
.courseboxfooter a{
  background: #E8EDEB;
  color: var(--one);
  padding: 0 20px;
  text-align: center;
  display: flex;
  transition: 0.4s all;
  align-items: center;
  font-weight: 600;
  justify-content: center;
  font-size: 20px;
  height: 55px;
  border-radius: 15px;
}
.courseboxfooter a:hover{
  background: var(--one);
  color: var(--white);
}
div[role="progressbar"] {
  --size: 25px;
  --fg: #47D577;
  --bg: #EDEDF0;
  --pgPercentage: var(--value);
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: grid;
  background: 
    radial-gradient(closest-side, white 70%, transparent 0 100%, white 0),
    conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0)
    ;
  font-size: calc(var(--size) / 5);
  color: var(--fg);
}
.tab-content .row{
  gap: 30px 0;
}
.missboxpts2 h3{
  background: #9BE3FF;
  color: #0F0F19;
  padding: 15px 10px;
  border-radius: 20px;
}
.missbox2{
  background: var(--white);
  border-radius: 32px 32px 0 0;
}
.f700{
  font-weight: 700;
}
.bm{
  background: var(--white);
  border-radius: 0 0 32px 32px;
  padding: 40px 20px;
}
.bmtitle{
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.bm div[role="progressbar"]{
  --fg: #9BE3FF;
}
.bmbox h3{
  font-size: 20px;
  font-weight: bold;
  color: var(--black);
  margin: 0 0 5px;
}
.bmposttitle p{
  font-weight: 500;
  max-width: inherit;
  font-size: 15px;
}
.bmbox a{
  background: var(--one);
  color: var(--white);
}
.bmbox a:hover{
  background: var(--title);
}
.cpink{
  color: #F87DDF;
}
.cblue{
  color: #1492E6;
}
.cpurple{
  color: #3F3983;
}
.bmbox{
  padding: 20px 0;
}
.sidebar2{
  background: none;
  padding: 0;
  width: auto;
}
.mainflex2{
  border: 2px solid var(--black);
  display: block;
  padding: 30px;
  width: 100%;
  gap: 30px;
  border-radius: 35px;
}
.geotitle{
  flex-wrap: wrap;
}
.geotitle ul{
  gap: 20px;
}
.geotitle ul li a{
  transition: 0.4s all;
  font-weight: bold;
  display: block;
  font-size: 20px;
  color: var(--black);
}
.geotitle ul li a:hover{
  color: var(--one);
}
.geoactive a{
  background: #9BE3FF;
  border-radius: 15px;
  padding: 20px 30px;
  color: var(--black)!important;
}
.snumber{
  width: 50px;
  height: 50px;
  display: flex;
  border-radius: 15px;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #242740;
}
.snumber a{
  color: var(--white);
  font-weight: bold;
}
.snumber img{
  height: 30px;
  position: absolute;
  bottom: -10px;
  right: -10px;
}
.geonumbers p{
  background: var(--black);
  border-radius: 15px;
  display: flex;
  gap: 10px;
  align-items: center;
  width: auto;
  padding: 0 20px;
  color: var(--white);
  font-weight: bold;
  height: 50px;
}
.geonumbers p span{
  color: #5FD2FE;
}
.geopr{
  flex: 100%;
  background: #EFEFEF;
  border-radius: 100px;
  height: 10px;
  margin-top: 40px;
}
.geobar{
  padding: 0 50px;
  background: #5FD2FE;
  border-radius: 100px;
  width: 25%;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.geodot {
  height: 25px;
  right: -20px;
  position: absolute;
}
.geobar ul{
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
}
.geobar ul li img{
  height: 25px;
}
.geoque{
  padding: 0 0 0 50px;
}
.geoque .mytitle{
  white-space: pre-line;
}
.geoque form{
  margin-top: 150px;
  flex-wrap: wrap;
}
.geoque form input{
  display: none;
}
.geoque form {
  display: flex;
  gap: 30px;
}
.geoque form label{
  border: 1px solid var(--black);
  border-radius: 15px;
  cursor: pointer;
  padding: 15px 25px;
  transition: 0.4s all;
  background: var(--white);
  font-weight: bold;
}
.geoque form label:hover{
  background: var(--one);
  border: 1px solid var(--one);
  color: var(--white);
}
.geoque form input:checked + label{
  background: var(--one);
  border: 1px solid var(--one);
  color: var(--white);
}
.geosidebar{
  border-radius: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  background: #eee5;
  padding: 70px;
  min-height: 400px;
}
.geosidebar img{
  width: 100%;
}
.geobtns{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
.mybtn2{
  border-radius: 15px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  transition: 0.4s all;
  font-weight: 600;
  font-size: 17px;
}
.pr{
  border: 1px solid var(--one);
  color: var(--one);
}
.pr:hover{
  background: var(--one);
  color: var(--white);
}
.ns{
  background: #EFEFEF;
  color: var(--black);
} 
.ns:hover{
  background: var(--black);
  color: var(--white);
}
.next{
  background: var(--one);
  color: var(--white);
  width: 200px;
}
.next:hover{
  background: var(--title);
}
.geobtn2{
  display: flex;
  gap: 20px;
}
.logo{
  width: 50px;
}
.sidebar3{
  height: fit-content;
  padding-bottom: 15px;
}
.geo2 .homeelenemnt li{
  height: 55px;
  width: 55px;
  border-radius: 20px;
}
.geo2 .homeelenemnt li span{
  top: -2px;
  right: -4px;
}
.geo2con{
  border: 1px solid #C4C4C4;
  border-radius: 35px;
  padding: 30px;
}
.geo2con form{
  margin-bottom: 100px;
}
.geoside2{
  background: var(--white);
  padding: 20px;
  border-radius: 25px;
  height: 100%;
}
.geoside2 h3{
  width: fit-content;
  margin: 0 auto;
  padding: 15px 20px;
}
.geosideque{
  padding: 50px;
}
.coms{
  margin-top: 30px;
}
.coms .comsbox{
  border: 1px solid var(--black);
  border-radius: 15px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 17px;
  color: var(--black);
}
.coms .comsbox a{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--black);
  cursor: default;
}
.comsimgbox{
  position: relative;
}
.comsimgbox .dot{
  border: 2px solid var(--white);
  width: 12px;
  top: -1px;
  right: 2px;
}
.sidebar4 img{
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.diagtitle{
  display: flex;
  align-items: center;
  gap: 50px;
}
.diagprogress{
  display: flex;
  align-items: center;
  background: #F8F9FA;
  border-radius: 30px;
  padding: 40px 20px;
  flex: 1;
  gap: 5px;
}
.diagprogress span{
  background: #EDEDED;
  border-radius: 100px;
  height: 10px;
  flex: 1;
  border: 1px solid #F8F9FA;
}
.diagpractive{
  border: 1px solid #EDEDED!important;
  background: #9BE3FF!important;
}
.geoque2 form{
  justify-content: center;
  display: flex;
  gap: 10px;
}
.geoque2 form label{
  border-radius: 100px;
}
.duagsideimg{
  height: 100%;
}
.duagsideimg img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 30px;
}
.diagcon .mytitle{
  font-size: 60px;
  white-space: pre-line;
  font-weight: bold;
  margin-bottom: 50px;
  margin-top: 100px;
}
.diagcon p{
  font-weight: 600;
}
.diagcon form{
  margin: 100px 0;
}
.helpbox{
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 10px;
}
.helpbox p{
  color: #7B7B7E;
  font-weight: 600;
}
.helpimg a{
  width: 50px;
  height: 50px;
  border: #C4C4C4 1px solid;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.helpimg a span{
  top: 10px;
  right: 10px;
}
.slbg{
  background: url(img/slbg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.skipbtn{
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #393A44;
}
.skipbtn svg{
  width: 20px;
  height: 20px;
  transition: 0.4s all;
}
.skipbtn:hover svg{
  color: var(--one);
}
.skipbtn a{
  color: var(--black);
  transition: 0.4s all;
  display: block;
}
.skipbtn a:hover{
  color: var(--one);
}
.slbg .mainflex{
  padding-right: 50px;
  padding-bottom: 0;
}
.slhead{
  font-size:80px;
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 30px;
  font-weight: 800;
  margin: 0 auto;
}
.sltitle a{
  color: var(--black);
}
.slactive a{
  color: #9FA1B2;
}
.slmytitle{
  font-size:95px;
  font-weight: 800;
  text-align: center;
  color: var(--black);
}
.sltext{
  white-space: pre-line;
  line-height: 2;
  text-align: center;
  width: 600px;
  font-weight: 700;
  margin: 40px auto 0;
}
.slvec{
  width: 1200px;
  margin: 0 auto;
  max-width: 90%;
  display: block;
}
.slbox{
  background: var(--white);
  padding: 40px;
  border-radius: 40px 40px 0 0;
  width: 950px;
  margin: -100px auto 0;
  position: relative;
  z-index: 10;
}
.slboxicons{
  display: flex;
  align-items: center;
  gap: 10px; 
}
.slboxhead{
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: space-between;
}
.slboxhead .mytitle{
  font-weight: 900;
  font-size: 45px;
}
.slboxhead p{
  font-weight: 600;
  margin-top: 10px;
}
.slboxhead p a{
  color: #1492E6;
  transition: 0.4s all;
}
.slboxhead p a:hover{
  color: var(--title);
}
.slboxicons a{
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #393A44;
  border-radius: 10px;
  color: #393A44;
  transition: 0.4s all;
}
.slboxicons a:hover{
  background: var(--title);
  color: var(--white);
  border: 1px solid var(--title);
}
.slboxicons a svg{
  width: 20px;
  height: 20px;
}
.or{
  position: relative;
  margin: 30px 0 60px;
}
.or::after{
  content: "";
  height: 1px;
  width: 100%;
  background: #9FA1B2;
  position: absolute;
  top: 0;
  left: 0;
}
.or span{
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: var(--white);
  padding: 0 15px;
  font-weight: 600;
  color: #9FA1B2;
  z-index: 10;
  top: 50%;
}
.slform{
  width: 100%;
}
.slform .formgp{
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.slform input{
  border: 1px solid #7B7B7E;
  border-radius: 15px;
  padding: 15px 30px;
  transition: 0.4s all;
  width: 220px;
}
.slform input:focus{
  border: 1px solid var(--black);
}
.slform input::placeholder{
  font-weight: 700;
}
.submitbox{
  display: flex;
  justify-content: end;
  width: 100%;
}
.slform button{
  border: none;
  border-radius: 15px;
  padding: 20px 15px;
  background: var(--one);
  color: var(--white);
  transition: 0.4s all;
  width: 300px;
  font-weight: 600;
}
.slform button:hover{
  background: var(--title);
}
.compflex h1{
  font-size: 30px;
  color: #9FA1B2;
}
.compflex h2{
  font-size: 35px;
}
.smchead{
  display: flex;
  gap: 30px;
  align-items: center;
}
.smchead p{
  font-weight: 600;
  margin-top: 10px;
}
.smc2 .sbboxposttext p{
  color: var(--black);
}
.analychartbox{
  display: flex;
  align-items: center;
  gap: 30px;
}
.analycharttext{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.analychbox{
  display: flex;
  gap: 10px;
  text-align: center;
  border-radius: 20px;
  padding: 15px;
  flex-direction: column;
  border: 1px solid var(--white);
  align-items: center;
}
.analychbox span{
  padding: 10px 15px;
  font-weight: bold;
  border-radius: 15px;
  width: 118px;
  flex: none;
}
.analychbox p{
  font-weight: 600;
  color: #414568;
  font-size: 17px;
}
.analychartbox .statbox{
  height: 300px;
}
.smcstatictistitle{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  font-weight: 600;
}
.cgray{
  color: #6C6F89;
}
.corange{
  color: #FF531D;
}
.cgreen{
  color: #9FF82A;
}
.bluedot{
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 100px;
  border: 1px solid #1492E6;
  background: #9BE3FF;
}
.greendot{
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 100px;
  border: 1px solid #9FF82A;
  background: #9FF82A;
}
.graydot{
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 100px;
  border: 1px solid #C4C4C4;
  background: #E8EDEB;
}
.orangedot{
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 100px;
  border: 1px solid #FF531D;
  background: #FF531D;
}
.smcstatictistitle div{
  display: flex;
  gap: 5px;
  align-items: center;
}
.statboxes p{
  font-weight: 600;
  color: #393A44;
}
.statboxes p span{
  color: #1492E6;
}
.statboxes{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.stathead span{
  font-weight: 800;
}
.statarea{
  display: flex;
  gap: 10px;
  align-items: center;
}
.statcon{
  height: 10px;
  border-radius: 100px;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: end;
  color: var(--white);
  flex: 1;
}
.statcon span{
  padding: 5px;
  display: block;
  border-radius: 5px;
}
.stator,.stator span{
  background: #FF531D;
}
.statblue,.statblue span{
  background: #1492E6;
}
.statnil,.statnil span{
  background: #6C6F89;
}
.analy2sidebar{
  padding: 30px 40px;
  background: #F8F9FA;
  border: 1px solid #C4C4C4;
  border-radius: 45px;
}
.ashead{
  display: flex;
  gap: 20px;
  align-items: center;
}
.ashead p{
  margin-top: 10px;
  font-weight: 600
}
.ashead h2{
  font-size: 25px;
}
.asaday{
  margin: 50px 0;
  display: flex;
  gap: 50px;
  align-items: center;
  color: #7B7B7E;
  justify-content: center;
  font-weight: 600;
}
.asaday label{
  cursor: pointer;
}
.asaday input[type='checkbox'] {
  position: relative;
  display: block;
  cursor: pointer;
  width: 90px;
}
.asaday input:before{
  content: '';
  display: block;
  position: absolute;
  top: -14px;
  left: 0;
  height:40px;
  width: 90px;
  background-color: #bbb;
  border-radius: 100px;
  transition: background-color .2s;
  cursor: pointer;
}
.asaday input:after {
  content: '';
  display: block;
  position: absolute;
  transition: transform .2s, -webkit-transform .2s;
  top: -12px;
  left: 2px;
  border-radius: 100px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  height: 36px;
  width: 36px;
  cursor: pointer;
}
.asaday input:checked:before {
  background-color: #47D577;
}
.asaday input:checked:after {
  transform: translateX(50px);
  -webkit-transform: translateX(50px);
}
.exambox2{
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.exambox2 li{
  background: var(--white);
  padding: 15px 20px;
  border-radius: 30px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
.exambox2 li h3{
  font-weight: bold;
  font-size: 20px;
}
.exambox2 li p{
  color: #393A44;
  font-size: 17px;
  font-weight: 600;
}
.exambox2 li p span{
  color: #9FA1B2;
}
.exambox2 li a{
  background: #1492E6;
  color: var(--white);
  padding: 8px 15px;
  transition: 0.4s all;
  font-size: 15px;
  border-radius: 10px;
}
.exambox2 li a:hover{
  background: var(--title);
}
.resblock{
  display: none;
}
.resmenu {
  padding: 20px;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1000;
}
.resmenu .sidebarbox{
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  background: var(--white);
  z-index: 1000;
  margin: 0;
  width: 100%;
  padding: 20px 40px;
  border-radius: 100px;
  box-shadow: 0 0 30px 0 #00000014;
}
.reshead{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headavatar{
  display: flex;
  gap: 10px;
  align-items: center;
}
.headavatar img{
  width: 65px;
  aspect-ratio: 1/1;
  height: auto;
  border-radius: 100px;
  object-fit: cover;
}
.headavatar h1{
  font-size: 17px;
  font-weight: bold;
}
.headavatar p{
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
}
.headavatar p img{
  height: 22px;
  width: auto;
}
.headicons{
  display: flex;
  align-items: center;
  gap: 10px;
}
.purpledot{
  position: absolute;
  top: 13px;
  right: 16px;
  background: #F87DDF;
  border-radius: 100px;
  border: 2px solid var(--white);
  width: 15px;
  height: 15px;
  box-shadow: 0 0 30px 0 #f87ddf7d;
}
.resmenu{
  display: none;
}
.upbtn{
  width: 100%;
  display: flex;
  justify-content: end;
  margin-bottom: 20px;
}
.upbtn a{
  width: 65px;
  height: 65px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5FD2FE;
  background: var(--black);
}
.upbtn a svg{
  width: 25px;
  height: 25px;
}
.reshead{
  display: none;
}
.n2flex,.examnameflex{
  display: flex;
  align-items: center;
  gap: 30px;
}
.diaghead{
  display: none;
}
.diagheadbg{
  padding: 0 10px;
}
.diagbg .geoque{
  padding: 0;
}
.slreshead{
  display: none!important;
}
.analy2flexbox{
  display: flex;
  gap: 20px;
  align-items: center;
}











@media(max-width:1552px){
  .courseboxfooter a{
    width: 100%;
  }
}
@media(max-width:1450px){
  .inimgtitleb2 img{
    height: 30px;
  }
  .inimgtitleb2{
    gap: 10px;
  }
  .inimgtitleb1img img{
    height: 25px;
  }
  .inimgtitleb1img,.inimgtitleb2{
    padding: 10px;
    border-radius: 20px;
  }
  .inimgtitle {
    gap: 10px!important;
  }
  .inimgtitleb1 h2{
    font-size: 18px;
  }
  .inimgtitleb1img{
    border-radius: 15px;
  }
  .inimgtitleb1img img{
    height: 20px;
  }
  .inimgtitleb1 span{
    font-size: 15px;
  }
  .inchaptext2{
    width: 100%;
  }
  .courseboxfooter .crousename{
    width: 35px;
    border-radius: 10px;
    font-size: 12px;
  }
  .courseboxfooter a{
    width: 100%;
  }
  .coursepost .mytitle{
    font-size: 25px;
  }
  .analy2flexbox{
    flex-direction: column;
    align-items: start;
    gap: 5px;
  }
}
@media(max-width:1400px){
  .courseboxfooter .d-flex{
    gap: 10px!important;
  }
  .courseboxfooter p{
    font-size: 15px;
  }
  .myprogress{
    gap: 5px;
  }
  .compflex h2{
    font-size: 20px;
  }
}
@media(max-width:1260px){
  .statboxes{
    flex-direction: column;
    gap: 10px;
  }
  .analychartbox{
    flex-direction: column;
    align-items: inherit;
  }
  .sbboxposttext {
    margin-bottom: 20px;
  }
}
@media(max-width:1200px){
  .courseboxfooter p{
    font-size: 20px;
  }
  .sbboxposttext {
    margin-bottom:20px;
  }
  .next{
    width: fit-content;
  }
}
@media(max-width:1200px){
  .exam{
    width: 100%;
  }
  .missboxpts{
    margin-top: 200px;
  }
  .missboxpts h3{
    font-size: 22px;
  }
  .missboxpts p{
    font-size: 15px;
  }
  .missboxptsbox .yellow{
    font-size: 17px;
    padding: 15px;
  }
  .missboxptsbox  a{
    font-size: 15px;
  }
  .mytitle{
    font-size: 25px;
  }
  .geosideque{
    padding: 20px 0 0;
  }
  .coms{
    flex-wrap: wrap;
    gap: 10px;
  }
  .comsbox{
    flex: 1;
  }
  .geosidebar{
    padding: 20px;
  }
  .geobar{
    padding: 0 120px;
  }
  .geotitle ul{
    gap: 5px;
  }
  .geotitle ul li a{
    padding: 10px 12px;
    font-size: 15px;
  }
  .geonumbers {
    gap: 10px!important;
  }
  .geoque form{
    gap: 10px;
    margin-top: 50px;
  }
  .diagcon .mytitle{
    font-size: 40px;
  }
  .slbox{
    max-width: 90%;
    margin-top: -50px;
  }
  .slmytitle,.slhead{
    font-size: 50px;
  }
  .slhead img{
    height: 50px;
  }
  .n2flex{
    gap: 10px;
  }
  .t3 ul li h3{
    font-size: 14px;
  }
  .t3 ul li{
    padding: 10px 0;
  }
  .examnameflex{
    gap: 20px;
  }
  .exam ul li{
    gap: 20px;
    justify-content: space-between;
  }
  .homeelenemnt li{
    width: 55px;
    height: 55px;
    border-radius: 15px;
  }
  .homeelenemnt li span, .count{
    top: 0px;
    right: -9px;
  }
  .analytitlebox{
    flex-direction: column;
  }
}
@media(max-width:1024px){
  .inchapboxtext{
    padding: 15px;
  }
}
@media(max-width:992px){
  .sidebar,.homewell,.inimgtitlebox,.inimagebox .inimgb2,.inchapboxtext,.inimagebox{
    display: none!important;
  }
  .inchapbox{
    padding: 20px;
  }
  .inchaptext2{
    display: none;
  }
  .resnone{
    display: none;
  }
  .inchapbox{
    display: none;
    text-align: center;
    margin: 0!important;
  }
  .resblock{
    display: block;
  }
  .inchapbox .inimgb2{
    position: relative;
  }
  .mainflex {
    padding-bottom: 140px;
  }
  .indexpage{
    background: url(img/resindex.png);
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
  }
  .contentarea{
    width: 100%;
  }
  .contentarea .row{
    gap: 30px;
  }
  .resmenu .inchapbox{
    display: block;
    margin: 0 0 20px 0!important;
  }
  .homeelenemnt li{
    width: 63px;
    height: 63px;
    border-radius: 20px;
  }
  .homeelenemnt li span{
    top: inherit;
    bottom: 15px;
    font-size: 8px;
    right: 8px;
  }
  .resmenu{
    display:block;
  } 
  .mybtn svg{
    color: var(--white)!important;
  }
  .inchapbox h2{
    font-size: 25px;
    margin-top: 30px;
  }
  .inchaptext1{
    font-size: 20px;
  }
  .reshead{
    display: flex;
  }
  .coursepage .homeelenemnt{
    display: none!important;
  }
  .comp1{
    padding: 20px 50px 20px 20px;
  }
  .coursepage{
    display: block;
  }
  .coursetabs {
    margin-bottom: 20px!important;
  }
  .courseboxfooter .crousename{
    width: 50px;
    height: 50px;
    font-size: 17px;
  }
  .comp1 img{
    height: 50px;
  }
  .shortboxtitle {
    flex-direction: column!important;
    gap: 20px!important;
    text-align: left;
    align-items: inherit;
    margin-bottom: 20px!important;
  }
  body{
    font-size: 17px;
  }
  .sbboxposttitle h3{
    font-size: 20px;
  }
  .examtitle{
    flex-direction: column;
    gap: 10px;
  }
  .exam ul li{
    gap: 20px;
    justify-content: space-between;
  }
  .n2flex{
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .examnameflex{
    flex-direction: column;
    gap: 5px;
    align-items: start;
  }
  .t3{
    padding: 30px 20px;
  }
  .t3 ul li{
    padding: 0;
  }
  .t3 ul li img{
    height: 40px;
  }
  .t3 ul li h3{
    font-size: 20px;
  }
  .t3 ul{
    gap: 10px;
  }
  .exam ul li:last-child{
    border: none;
  }
  .inchapboximg{
    border-radius: 20px;
  }
  .mytitle{
    font-size: 20px;
  }
  .smc{
    padding: 30px 20px;
  }
  .inchapboximg{
    width: 60px;
    flex: none;
    padding: 5px;
  }
  .smchead{
    gap: 20px;
  }
  .smchead p{
    font-size: 13px;
    margin: 5px 0 0;
  }
  .analychbox{
    width: 100%;
  }
  .analychartbox .statbox{
    height: 195px!important;
  }
  .smchead{
    gap: 10px;
    margin-bottom: 20px;
  }
  .statboxes{
    flex-direction: column;
    gap: 10px;
  }
  .smc2{
    padding-bottom: 40px;
  }
  .analy2sidebar{
    padding: 30px 20px;
  }
  .ashead img{
    height: 55px;
  }
  .ashead h2{
    font-size: 20px;
  }
  .ashead p{
    font-size: 15px;
    margin-top: 5px;
  }
  .smcstatictistitle{
    flex-wrap: wrap;
    gap: 10px 7px;
  }
  .analy2h2{
    font-size: 15px;
    margin-top: 5px;
  }
  .analytitlebox h1{
    color: #9FA1B2;
  }
  .geonumbers {
    display: none!important;
  }
  .geotitle ul li a{
    font-size: 15px;
  }
  .geoactive a{
    padding: 12px 15px;
    border-radius: 10px;
  }
  .geologores img{
    width: 40px;
  }
  .georeshead{
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
  }
  .geotitle ul{
    gap: 10px;
  }
  .geo2con{
    margin-top: 0!important;
  }
  .tb2{
    position: relative;
  }
  .tb2 .count{
    top: -12px;
    right: -10px;
  }
  .timerbox{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .tb1{
    display: flex;
    gap: 15px;
    align-items: center;
    font-weight: 600;
  }
  .geo2con {
    text-align: center;
  }
  .geo2con form{
    display: none;
  }
  .geobtns{
    display: none;
  }
  .geosideque{
    padding: 0;
    margin-top: 30px;
  }
  .resformbox{
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    background: var(--white);
    z-index: 1000;
    margin: 0;
    width: 100%;
    padding: 20px;
    border-radius: 30px;
    box-shadow: 0 0 30px 0 #00000014;
  }
  .resformbox img{
    margin: 0 auto 30px;
    display: block;
  }
  .resformbox form{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .formgp{
    width: 48%;
  }
  .formgp label{
    background: #F8F9FA;
    border: 1px solid #C4C4C4;
    padding: 15px;
    border-radius: 15px;
    width: 100%;
    text-align: center;
    transition: 0.4s all;
  }
  .formgp input{
    display: none;
  }
  .formgp input:checked + label{
    background: var(--one);
    color: var(--white);
    border: 1px solid var(--one);
  }
  .resbtns{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
  }
  .resbtns a{
    border-radius: 15px;
    padding: 10px 15px;
    display: block;
    text-align: center;
    width: fit-content;
  }
  .back{
    border: 1px solid var(--black);
    color: var(--black);
  }
  .ignore{
    color: #9FA1B2;
  }
  .geopage{
    padding-bottom: 330px;
  }
  .geohead {
    display: none!important;
  }
  .geoque{
    padding: 0;
    margin: 0!important;
  }
  .mainflex2{
    padding: 30px 10px;
  }
  .geoque .mytitle{
    text-align: center;
    white-space: inherit;
    line-height: 2;
  }
  .geo2con h1{
    line-height: 2;
  }
  .geosidebar{
    padding: 30px;
    min-height: inherit;
    margin-top: 30px;
  }
  .diagcon .mytitle{
    margin: 0;
  }
  .diagbg{
    background: url(img/resdiag.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .resmenu2{
    padding: 0 20px;
  }
  .resmenu2 .resformbox{
    border-radius: 30px 30px 0 0;
    border: 1px solid #D2D3D9;
  }
  .geoque2 form label{
    font-size: 14px;
    padding: 15px 5px;
    flex: none;
  }
  .resmenu2 p{
    font-weight: 600;
    font-size: 14px;
  }
  .resmenu2 .geoque form{
    margin-top: 30px;
  }
  .resmenu2 .helpbox {
    margin-top: 30px;
  }
  .resmenu2 .helpbox img{
    margin: 0;
  }
  .resmenu2 .helpbox p{
    font-size: 13px;
    text-align: left;
  }
  .helpimg a{
    width: 44px;
    height: 44px;
    border-radius: 10px;
  }
  .resmenu2{
    bottom: -270px;
    transition: 0.4s all;
  }
  .diaghead{
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    background: #FAFAFA;
    border-radius: 25px;
    margin-top: 10px;
    padding: 15px;
    box-shadow: 0 0 30px 0 #00000014;
  }
  .diaghead .diagprogress{
    background: none;
    padding: 0;
  }
  .diaghead .geonumbers{
    display: flex!important;
  }
  .diaghead .logo{
    height: 60px;
    width: auto;
  }
  .slbg{
    background: url(img/reslogin.png), #f7f8f9;
    background-position: center;
    background-repeat: no-repeat;
  }
  .slbg .mainflex{
    padding: 0;
  }
  .resmenu3{
    bottom: 0;
  }
  .resmenu3 .resformbox{
    margin-top: -70px;
    position: relative;
    z-index: 10;
  }
  .resmenu3 h2{
    font-weight: 900;
    font-size: 25px;
    margin-bottom: 15px;
  }
  .resmenu3 .slboxicons{
    margin-top: 15px;
    justify-content: center;
  }
  .resmenu3 .formgp{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .resmenu3 .formgp input{
    display: block;
    width: 100%;
  }
  .submitbox button{
    width: 100%;
  }
  .slreshead{
    padding: 20px;
  }
  .slreshead span{
    font-weight: 800;
  }
  .slreshead p{
    background: #9BE3FF;
    padding: 8px;
    font-weight: 700;
    margin-top: 5px;
    border-radius: 7px;
    font-size: 13px;
  }
  .resmenu3 .formgp input{
    background: #F8F9FA;
    padding: 15px 14px;
  }
  .resmenu3 .formgp input::placeholder{
    font-weight: 600;
  }
  .slreshead{
    display: flex!important;
  }
  .inimgb2{
    padding: 15px;
    margin-top: 20px;
  }
}