@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family:'Work Sans', sans-serif;;
}

a {
  text-decoration: none;
}

.main-btn {
  font-family:'Work Sans', sans-serif;;
  background-color: #009EDB;
  padding: 10px 50px;
  font-size: 22px;
  color: #fff;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  letter-spacing: 0.8px;
  font-weight: 500;
}
.main-btn:hover {
  background-color: #009EDB;
  color: #fff;
}
.vcare_video{
  top: 1%;position: absolute;left: 1%;
} 
.vcare_video iframe{
  width:300px;
   height:150px;
}
.main_round_section{
  /* height:100vh; */
  min-height: 100vh;
  display: flex;
  align-items:center;
  justify-content:center;
  position: relative;
  overflow: hidden;
}
.gujarat_corner_logo{
  position:absolute;
  right:0;
  top:0;
}
.main_round_section:before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-image: url('../images/color_bg.svg');
  z-index: -3; 
  margin: auto;
}
.main_round_div{
  height:550px;
  width:550px;
  border:10px solid #FF9900;
  border-radius:50%;
  position: relative; 
  z-index:1;
}
.main_round_section:after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 580px;
  width: 580px;
  background-color: #fff;
  z-index: -2;
  border-radius: 50%;
  margin: auto;
}
.main_round_div .round_text{   
  position: absolute;
  height: 480px;
  width: 480px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; 
  margin: auto;
  z-index: -1;
  animation: round_animation 20s infinite linear;
}
.main_round_section .header_logo_part{
  text-align:center;
  padding-top: 80px;
}
.main_round_section .header_logo_part .logo1{
  width:55px;;
}

.footer_buttons{
  
  text-align: center;
  display: flex; 
  flex-direction: column;
  width: auto;
  align-items: center;
  justify-content: center;
}
.main-btn1{

  font-family: 'Work Sans', sans-serif;
  background-color: #009EDB;
  font-size: 14px;
  color: #fff;
  padding: 6px 20px;
  border-radius: 50px;
  margin-top: 15px;
  display: flex;
  align-items: center;
}
.main-btn1:hover{
  color:#fff
}
.main-btn1 img{
  width:24px;
  margin-right:10px;
}
.main_round_section .header_logo_part .two_logos{

  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}
.main_round_section .header_logo_part .two_logos img{
  width: 100px;
  margin:0 10px;
}

.main_round_div .big_gujarat_logo{
  text-align:center;
}
.main_round_div .big_gujarat_logo img{
  width:200px;
  margin: 10px 0 0;
}

@keyframes round_animation {
  100% {
    transform: rotate(1turn);
  }
}



.main_round_img{
  position: absolute;
  width: 540px;
  height: 540px;
  z-index: -1;
}


.setup_page {
  display: flex;
  align-items: center;
  height: 100vh;
  overflow: hidden;
}
.setup_page .setup_row {
  justify-content: space-between;
}
.setup_page .setup_button, .setup_page .setup_map {
  align-items: center;
  display: flex;
  height: 100vh;
}
.setup_page .footer_btn {
  margin-top: 30%;
  text-align: center;
}

.heading_section {
  padding: 50px 0;
}
.heading_section .mini_heading h2 {
  font-size: 16px;
  color: #222566;
  text-align: center;
}

.types_body {
  position: relative;
}
.types_body .round_animation {
  position: absolute;
  background-color: #009EDB;
  opacity: 0.07;
}
.types_body .round_animation1 {
  left: 20px;
  top: 20px;
  height: 400px;
  width: 400px;
  border-radius: 50%;
}
.types_body .round_animation2 {
  left: 5px;
  bottom: 5px;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}
.types_body .round_animation3 {
  top: 10px;
  right: 30%;
  height: 125px;
  width: 125px;
  border-radius: 50%;
}
.types_body .round_animation4 {
  top: 100px;
  right: 150px;
  height: 70px;
  width: 70px;
  border-radius: 50%;
}
.types_body .round_animation5 {
  top: 50%;
  right: 20%;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}
.types_body .round_animation6 {
  top: 55%;
  right: 5px;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}
.types_body .round_animation7 {
  bottom: 30px;
  right: 20%;
  height: 170px;
  width: 170px;
  border-radius: 50%;
}

.hospital_selection_section {
  padding: 50px 0;
}
.hospital_selection_section .next_row {
  padding-top: 50px;
  text-align: right;
}
.myform .input_box input[type="date"] {
  display: block;
  position: relative;
  background: url(../images/calendar.svg) #fff right 20px center no-repeat!important;
  cursor: pointer;
  color: #000; 
}
input[type="date"]::-webkit-calendar-picker-indicator {
  color: transparent;
  background: none;
  z-index: 1;
}
.hospital_selection_section .second_row {
  padding-top: 20px;
}
.hospital_selection_section .first_row .first .icon_box {
  background-color: #e1efdd;
}
.hospital_selection_section .first_row .first .main_box .inner_box {
  border-image-source: linear-gradient(180deg, #6AAE57 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1490196078);
  background: linear-gradient(180deg, #6AAE57 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
}
.hospital_selection_section .first_row .second .icon_box {
  background-color: #d3d3e0;
}
.hospital_selection_section .first_row .second .main_box .inner_box {
  border-image-source: linear-gradient(180deg, #222566 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1490196078);
  background: linear-gradient(180deg, #222566 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
}
.hospital_selection_section .first_row .third .icon_box {
  background-color: #e1efdd;
}
.hospital_selection_section .first_row .third .main_box .inner_box {
  border-image-source: linear-gradient(180deg, #6AAE57 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1490196078);
  background: linear-gradient(180deg, #6AAE57 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
}
.hospital_selection_section .first_row .forth .icon_box {
  background-color: #d7e4fb;
}
.hospital_selection_section .first_row .forth .main_box .inner_box {
  border-image-source: linear-gradient(180deg, #3879E9 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1490196078);
  background: linear-gradient(180deg, #3879E9 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
}
.hospital_selection_section .first_row .fifth .icon_box {
  background-color: #f7d7f2;
}
.hospital_selection_section .first_row .fifth .main_box .inner_box {
  border-image-source: linear-gradient(180deg, #D939BF 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1490196078);
  background: linear-gradient(180deg, #D939BF 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
}
.hospital_selection_section .second_row .first .icon_box {
  background-color: #e1efdd;
}
.hospital_selection_section .second_row .first .main_box .inner_box {
  border-image-source: linear-gradient(180deg, #6AAE57 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1490196078);
  background: linear-gradient(180deg, #6AAE57 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
}
.hospital_selection_section .second_row .second .icon_box {
  background-color: #d3d3e0;
}
.hospital_selection_section .second_row .second .main_box .inner_box {
  border-image-source: linear-gradient(180deg, #222566 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1490196078);
  background: linear-gradient(180deg, #222566 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
}
.hospital_selection_section .second_row .third .icon_box {
  background-color: #e1efdd;
}
.hospital_selection_section .second_row .third .main_box .inner_box {
  border-image-source: linear-gradient(180deg, #6AAE57 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1490196078);
  background: linear-gradient(180deg, #6AAE57 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
}
.hospital_selection_section .second_row .forth .icon_box {
  background-color: #d7e4fb;
}
.hospital_selection_section .second_row .forth .main_box .inner_box {
  border-image-source: linear-gradient(180deg, #3879E9 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1490196078);
  background: linear-gradient(180deg, #3879E9 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
}
.hospital_selection_section .main_box {
  width: 100%;
}
.hospital_selection_section .main_box input {
  display: none;
}
.hospital_selection_section .main_box .inner_box {
  position: relative;
  cursor: pointer;
}
.hospital_selection_section .main_box .inner_box .right_tick {
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: 0;
  transition: all 0.2s ease;
}
.hospital_selection_section .main_box input:checked + .inner_box .right_tick {
  opacity: 1;
}
.hospital_selection_section .main_box .inner_box {
  width: 100%;
  height: 200px;
  border: 1px solid;
  border-image-source: linear-gradient(180deg, #222566 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1490196078);
  background: linear-gradient(180deg, #222566 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
  border-radius: 10px;
  border-bottom: transparent;
}
.hospital_selection_section .main_box .inner_box .second_inner_box {
  border-radius: 6px;
  margin: 3px 2px;
  background-color: #fff;
  height: 100%;
  text-align: center;
  padding: 20px;
}
.hospital_selection_section .main_box .inner_box .icon_box {
  display: inline-block;
  padding: 15px;
  border-radius: 50%;
}
.hospital_selection_section .main_box .inner_box .name h4 {
  padding-top: 15px;
  color: #222566;
  font-size: 18px;
  font-weight: 600;
}

.mini_heading {
  color: #222566;
  font-size: 18px;
  font-weight: 500;
  padding-left: 10px;
  margin-bottom: 20px;
}

.main_heading h2 {
  color: #222566;
  font-size: 42px;
  font-weight: 600;
  padding-left: 10px;
  margin: 0;
  text-align: center;
}

.gujarat_heading {
  display:flex;
  justify-content: end
  /*
  padding: 10px;
  font-size: 22px;
  font-weight: 500;
  background: #009edb;
  color: #fff;
  text-align: center;*/
}

.corner_animation {
  height: 500px;
  width: 500px;
  right: 0;
  top: 0;
  position: absolute;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
} /* ---- stats.js ---- */
.count-particles {
  background: #000022;
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  color: #13E8E9;
  font-size: 0.8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles {
  font-size: 1.1em;
}

#stats, .count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles {
  border-radius: 0 0 3px 3px;
}

.form_heading {
  padding-top: 50px;
  position: relative;
}
.form_heading .bg_shape2 {
  position: absolute;
  top: 35%;
  right: 5%;
  opacity: 0.3;
  z-index: -1;
  animation: second_round 20s linear infinite;
}
.form_heading .bg_shape3 {
  position: absolute;
  top: 25%;
  right: 40%;
  opacity: 0.3;
  z-index: -1;
  animation: second_round 20s linear infinite;
}
.form_heading .main_heading {
  position: relative;
}
.form_heading .main_heading .heading_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.form_heading .main_heading h1 {
  color: #222566;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}

.select-wrapper::after{

  content: " ";
  position: absolute;
  right: 19px;
  top: 22px;
  height: 10px !important;
  width: 10px !important;
  border-style: solid !important;
  border-color: #222566 !important;
  border-width: 0px 2px 2px 0px !important;
  transform: rotate(45deg) !important;
  z-index: 1;
}
.form_heading .submit_row {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}
.form_heading .submit_row .main-btn {
  width: auto;
}
.form_heading .submit_row .next_col {
  display: flex;
  justify-content: end;
}

@keyframes second_round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.input_box {
  padding-top: 10px;
  position: relative;
}
.input_box h5 {
  color: #222566;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
}
.input_box input {
  width: 100% !important;
  color: #222566;
  font-size: 16px !important;
  padding: 25px 20px !important;
  border: 2px solid #DDDDDD !important;
  border-radius: 10px !important;
  background-color: #fff !important;
  font-weight: 500;
  box-sizing: border-box !important;
}
.input_box input:focus {
  border: 2px solid #05AED9 !important;
  box-shadow: none !important;
}
.input_box input::-moz-placeholder {
  color: #adadad !important;
  font-size: 16px;
  font-weight: 500;
}
.input_box input::placeholder {
  color: #adadad !important;
  font-size: 16px;
  font-weight: 500;
}
.input_box .dropdown-content {
  margin-top: 120px !important;
  top: -50px !important;
}
.input_box .dropdown-content li > span {
  color: #222566 !important;
  font-weight: 500 !important;
}

div.validate-has-error input {
  border: 2px solid #FF0000 !important;
}
div.validate-has-error h5 {
  color: #FF0000;
}

span.validate-has-error {
  background-color: rgba(255, 0, 0, 0.1);
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 500;
  color: #FF0000;
  border-radius: 5px;
  border-left: 6px solid #FF0000;
  margin-top: 2px;
  display: inline-block;
  width: 100%;
}

.main_form {
  padding: 50px 0;
}
.main_form .second_row input {
  display: none;
}
.main_form .second_row .first .inner_box {
  border-image-source: linear-gradient(180deg, #FFB40A 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1490196078);
  background: linear-gradient(180deg, #FFB40A 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
}
.main_form .second_row .first .inner_box .icon_box {
  background-color: #e1efdd;
}
.main_form .second_row .second .inner_box {
  border-image-source: linear-gradient(180deg, #FF3B38 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1490196078);
  background: linear-gradient(180deg, #FF3B38 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
}
.main_form .second_row .second .inner_box .icon_box {
  background-color: #e1efdd;
}
.main_form .second_row .third .inner_box {
  border-image-source: linear-gradient(180deg, #D939BF 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1490196078);
  background: linear-gradient(180deg, #D939BF 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
}
.main_form .second_row .third .inner_box .icon_box {
  background-color: #e1efdd;
}
.main_form .main_box {
  width: 100%;
}
.main_form .main_box input:checked + .inner_box .right_tick {
  opacity: 1;
}
.main_form .main_box .inner_box {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 200px;
  border: 1px solid;
  border-radius: 10px;
  border-bottom: transparent;
}
.main_form .main_box .inner_box .name h4 {
  padding-top: 15px;
  color: #222566;
  font-size: 18px;
  font-weight: 500;
}
.main_form .main_box .inner_box .right_tick {
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: 0;
  transition: all 0.2s ease;
}
.main_form .main_box .inner_box .second_inner_box {
  border-radius: 6px;
  margin: 3px 2px;
  background-color: #fff;
  height: 100%;
  text-align: center;
  padding: 20px;
}
.main_form .main_box .inner_box .icon_box {
  padding: 15px;
  border-radius: 50%;
  height: 81px;
  width: 81px;
  text-align: center;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.main_form .mini_heading {
  margin-bottom: 10px;
}
.main_form .second_row {
  padding-top: 30px;
}
.main_form .address_row {
  padding-top: 20px;
}
.address_heading h2 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 50px;
  color: #222566;
  margin:70px 0 0 0;
}
.main_form .main_map {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}/*# sourceMappingURL=style.css.map */

.outlined_btn{

  background-color:transparent!important;
  color:#009EDB!important;
  border:2px solid #009EDB;
}


.login_section .login-form .login-part .form-group .toggle-password {
  position: absolute;
  right: 3%;
  top: 55px;
  color:#009EDB;
}

  .form_bg_shape{

  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: -webkit-fill-available;
  z-index: -1;
  background-repeat: no-repeat;
  margin: auto;
}

.login_section .login-form .login-part .form-group label{
  font-size:16px;
  font-weight:500;
  color:#222566;
}



.login_section .login-form {
  background: #FFFBFB;
  box-shadow: 0px 0px 33px rgb(0 0 0 / 25%);
  border-radius: 30px;
  padding: 40px 80px 80px 80px;

}


 
.after_effect{
  padding-left:3px;
}
.after_effect:after{
  content: "";
  height: 32px;
  width: 32px;
  background-color: #6AAE57;
  top: -3px;
  bottom: 0;
  left: -3px;
  right: 0;
  position: absolute;
  z-index: -1;
  opacity: 0.2;
  border-radius: 50%;
  transform: scale(0);
}

[type="radio"]:not(:checked)+span:before, [type="radio"]:not(:checked)+span:after{
  border: 2px solid #DDDDDD; 
}

[type="radio"]:not(:checked)+span:after{
  background-color: #DDDDDD
}

[type="radio"]+span:before, [type="radio"]+span:after{
  height:20px;
  width:20px;
}

[type="radio"].with-gap+span:after{

  transform: scale(0.5);
}

[type="radio"]:checked+span .after_effect:after{
  transform: scale(1);
}

[type="radio"]:checked+span:before , [type="radio"]:checked+span:after{
  border:2px solid #6AAE57; 
}

[type="radio"]+span{  
  font-size: 18px !important; 
  font-weight: 500; 
  padding-right:20px;
}
[type="radio"]:not(:checked)+span{
  color:#DDDDDD;
}

[type="radio"]:checked+span{
  
  color: #222566;
}

[type="radio"]:checked+span:after{
background-color: #6AAE57
}


.infra_part_img{
  position:relative;

}

.infratructure_bg_inner{
  position: absolute;
  left:0;
  right:0;
  bottom:0;
  top:0;
  margin:auto;
}

.infrastructure_form .input_box{
  padding-top: 25px;
}


.w-80 .select-wrapper{
  width:83%
}

.thankyou_text{
  padding:30px 0;
}

.thankyou_text .thankyou_heading{
  font-size: 42px;
  font-weight: 400;
  margin-bottom: 0;
  color: #222566;
  text-align: center;
}

.thankyou_text p{
  font-size:16px;
  color:#222566;
  text-align:center;
  margin-bottom: 30px;
}



.thankyou_bg_inner{

  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  /* bottom: 0; */
  margin: auto;
  width: 40%;
}

.thankyou_bg{
  max-width: 100%
}

.main_table .attri{
  border-bottom:0!important
}


.main_table th{
  background-color: #222566;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 22px;
  border-radius: 0;
}

.main_table th:first-child{
  border-radius:10px 0 0 10px!important;
}


.main_table th:last-child{
  border-radius:0 10px 10px 0!important;
}


.main_table td{
  padding:15px 7px!important
}

.main_table .input_box{
  padding-top:0!important
}

.close_col{
  display: flex;
  align-items:center;
}

.close_col img{
  padding-left:15px
}

.add_btn{  
  background-color: #222566;
  padding: 10px 30px !important;
  display: inline-block;
  line-height: 0;
  margin-top:20px
}

.add_btn img{
  width:30px;
}

tr{
  border-bottom:0;
}


.table_heading h3{
  font-size:42px;
  color:#222566;
  text-align: center;
  font-weight:600;
}


.radio_section{
  padding-top:70px;
}
.radio_box{ 
  background: #FFFFFF; 
  box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  border-left: 10px solid #009EDB;
  padding:16px 15px 15px 30px;
  margin-top:40px;
}

.radio_heading{
  margin:0 0 17px 0!important;
  font-size:14px!important;
  font-weight:500!important
}

.radio_box .after_effect:after{
  z-index: 1;
}

.history_section .heading h5{
  color:#222566;
  font-size:24px;
  font-weight:500;
  margin:50px 0 30px 0;
}

.sr_no{
  font-size:16px;
  color: #222566;
  font-weight:600
}

.history_section{
  padding-top:70px;
}

.reference_row {
  margin-bottom:0;
  border-bottom: 1px solid #979797;
    padding-bottom:40px;
} 

.risk_heading{ 
  padding-top:20px!important
}

.infra_part_img{
  text-align: right;
}

input[type=range]+.thumb{
  display:none;
}

.rang-box span{
  font-size:16px;
  font-weight:500; 
}



.bottom_bg{
  position: absolute;
  bottom:0;
  width: 100%;
  z-index: -11;
}
@media (min-width: 992px) and (max-width: 1280px) {
  .vcare_video iframe {
    width: 200px;
    height: 100px;
  }
  .vcare_video {
    top: 1%;
    position: absolute;
    left: 1%;
  }
}


@media (max-width:575px){
  .main_round_img {
    width: 300px;
    height: 300px;
  }
  .header_logo_part .logo{
    width: 100%;
  }
  .gujarat_corner_logo{
    width:130px;
  }
  .vcare_video iframe {
    width: 200px;
    height: 120px;
  } 
  .vcare_video {
    top: 1%;
    position: absolute;
    left: 1%;
  }
  .main_round_div .big_gujarat_logo img {
    width: 100px;
    margin: 5px 0 0;
  }
  
  .main_round_div {
    height: 320px;
    width: 320px;
    border: 5px solid #FF9900;
  }
  .main_round_section:after{
    width: 320px;
    height: 320px;
  }
  .main_round_div .round_text {
      height: 260px;
      width: 260px;
  }
  .main_round_section .header_logo_part .logo1 {
    width: 25px;
  }
  .header_logo_part .logo{
    width:150px;
  }
  .main_round_section .header_logo_part {
    text-align: center;
    padding-top: 60px;
  }
  .main_round_section .header_logo_part .two_logos img {
    width: 60px;
    margin: 7px 0 0;
  }
  .main_round_section .header_logo_part .logo{
    width:100px;
  }
  .main_round_section .header_logo_part .two_logos{
    padding-top: 0;
  }
  .main-btn1 {  
    font-size: 10px; 
    padding: 4px 6px;
    border-radius: 40px;
    margin-top: 8px; 
  }
  .main-btn1 img {
    width: 15px;
    margin-right: 4px;
  }
}