* {
  padding: 0%;
  margin: 0%;
  box-sizing: border-box;
}
body {
  font-family: "Open Sans", serif !important;
}
.Lato {
  font-family: "Lato", serif;
}
.section_title h2 {
  font-size: 32px;
  font-weight: 700;
}
.purpol_f {
  color: #003B79 !important;
}
.cusome_comun_btn {
  background-color: #003B79;
  color: #fff;
  border: none;
  padding: 10px 22px;
  text-align: center;
  border-radius: 10px;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
}
.cusome_comun_btn:hover {
  box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
  transform: scale(1.05);
}
.Calculate_btn {
  background-color: #3366CC;
  color: #fff;
  border: none;
  padding: 10px 32px;
  text-align: center;
  border-radius: 60px;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
}
.Calculate_btn:hover {
  box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
  transform: scale(1.05);
}
.Clear_All_btn {
  background-color: #FF0000;
  color: #fff;
  border: none;
  padding: 10px 32px;
  text-align: center;
  border-radius: 60px;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
}
.Clear_All_btn:hover {
  box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
  transform: scale(1.05);
}
.Add_Survey_btn {
  background-color: #28A745;
  color: #fff;
  border: none;
  padding: 10px 32px;
  text-align: center;
  border-radius: 60px;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
}
.Add_Survey_btn:hover {
  box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
  transform: scale(1.05);
}
.Share_btn {
  background-color: #008B8B;
  color: #fff;
  border: none;
  padding: 10px 32px;
  text-align: center;
  border-radius: 60px;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
}
.Share_btn:hover {
  box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
  transform: scale(1.05);
}
.Download_btn {
  background-color: #393939;
  color: #fff;
  border: none;
  padding: 10px 32px;
  text-align: center;
  border-radius: 60px;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
}
.Download_btn:hover {
  box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
  transform: scale(1.05);
}


.Active_menu{
    color: #003B79 !important;
    font-weight: 600;
    text-decoration: underline !important;

}

.active_menusub a {
  color: #3b577d !important;
  cursor: pointer;
  font-weight: 700;
}
.custome_navbar {
  position: absolute !important;
  width: 100%;
  z-index: 2;
}
.custome_navbar .logo_text {
  font-size: 34px;
  color: #3241a5;
  font-weight: 700;
  font-family: 'Lato', serif;
}
.date_selecter {
  border: 1px solid #003B79;
  border-radius: 5px;
  color: #003B79;
  padding: 7px 15px;
}
.custom_menu_popup .logo_text {
  font-size: 34px;
  color: #3241a5;
  font-weight: 700;
  font-family: "Lato", serif;
  text-decoration: none;
}
.custom_menu_popup .cusome_menu_option .left_part {
  position: relative;
}
.custom_menu_popup .cusome_menu_option .left_part ul {
  padding-left: 0;
}
.custom_menu_popup .cusome_menu_option .left_part ul li {
  list-style: none;
}
.custom_menu_popup .cusome_menu_option .left_part ul li a {
  font-size: 20px;
  color: #757575;
  text-decoration: none;
  font-family: 'Lato', serif;
}
.custom_menu_popup .cusome_menu_option .left_part ul li:hover a{
  color: #3b577d !important;
}
.custom_menu_popup .cusome_menu_option .left_part::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 100%;
  background-color: #757575;
}
.custom_menu_popup .cusome_menu_option .center_part {
  position: relative;
}
.custom_menu_popup .cusome_menu_option .center_part ul {
  padding-left: 0;
}
.custom_menu_popup .cusome_menu_option .center_part ul li {
  list-style: none;
}
.custom_menu_popup .cusome_menu_option .center_part ul li a {
  font-size: 20px;
  color: #757575;
  text-decoration: none;
  font-family: 'Lato', serif;
}
.custom_menu_popup .cusome_menu_option .center_part ul li a:hover {
  color: #3b577d !important;
}
.Main_Banner_Section {
  position: relative;
}
.Main_Banner_Section .bg_BAnner_imag {
  position: absolute;
}
.Main_Banner_Section .container {
  position: relative;
  padding-top: 300px;
  padding-bottom: 100px;
}
.Main_Banner_Section .container h1 {
  font-size: 60px;
  color: #000;
  font-weight: 700;
  text-align: center;
}
.Main_Banner_Section .container .Button_card_calcy {
  background-color: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 5%;
  cursor: pointer;
}
.Main_Banner_Section .container .Button_card_calcy img {
  height: 60px;
  width: 60px;
}
.Main_Banner_Section .container .Button_card_calcy p {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.Latest_Circular {
  background-color: #17213c;
  background-image: url('../img/Latest_Circular_bg_img.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.Latest_Circular .Circular_card .img_border {
  border: 1px solid #fff;
}
.Latest_Circular .Circular_card .img_border .img_bg {
  margin: 5px;
  background-color: #fff;
  height: 350px;
  display: flex;
  justify-content: center;
}
.Latest_Circular .Circular_card .img_border .img_bg img {
  height: 100%;
  object-fit: cover;
}
.Latest_Circular .Circular_card .time_text {
  font-size: 12px;
  color: #fff;
  font-weight: 600;
}
.Latest_Circular .Circular_card .downlod_btn {
  background-color: #003B79;
  color: #fff;
  border: none;
  padding: 3px 15px;
  text-align: center;
  border-radius: 20px;
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
}
.Latest_Circular .Circular_card .downlod_btn:hover {
  box-shadow: rgba(255, 255, 255, 0.2) 0 3px 15px inset, rgba(0, 0, 0, 0.1) 0 3px 5px, rgba(0, 0, 0, 0.1) 0 10px 13px;
  transform: scale(1.05);
}
.Latest_Circular .Circular_card p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
.Our_Latest_Blogs h4 {
  font-size: 14px;
  color: #333;
  font-weight: 700;
}
.Our_Latest_Blogs h4 span {
  color: #999;
  font-weight: 600;
}
.Our_Latest_Blogs h3 {
  font-size: 28px;
  color: #333;
  font-weight: 700;
}
.Our_Latest_Blogs p {
  font-size: 16px;
  color: #666;
  font-weight: 400;
}
.Our_Latest_Blogs p .more {
  display: none;
}
.Our_Latest_Blogs .myBtn {
  color: #003B79;
  font-size: 16px;
  cursor: pointer;
  font-weight: 700;
}
footer {
  background-color: #003B79;
}
footer h2 {
  font-size: 65px;
  color: #fff;
  font-weight: 700;
  font-family: 'Lato', serif;
}
footer p a {
  color: #fafafa !important;
  font-size: 22px;
  text-decoration: none;
}
footer .Rights_Reserved {
  border-top: 2px solid #fff;
  padding: 15px;
}
footer .Rights_Reserved p {
  color: #fafafa;
  font-size: 16px;
}
footer .Rights_Reserved a {
  text-decoration: none;
  font-size: 16px;
}
footer .logo_img{
    width: 200px;
}
.About_Banner_Section {
  background-image: url('../img/About_Banner_Section.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 410px;
  position: relative;
}
.About_Banner_Section h1 {
  font-size: 58px;
  color: #000;
  font-weight: 700;
}
.About_Us_Part .Years_Experience {
  background-color: #000;
  padding: 13px;
  border-radius: 20px;
  text-align: center;
}
.About_Us_Part .Years_Experience h3 {
  font-size: 32px;
  color: #fff;
  font-weight: 600;
}
.About_Us_Part .Years_Experience p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}
.About_Us_Part .right_part {
  background-color: #f8f5ff;
  border-radius: 20px;
  padding: 25px;
  height: 100%;
}
.About_Us_Part .right_part h4 {
  font-size: 19px;
  color: #000;
  font-weight: 700;
}
.About_Us_Part .right_part p {
  font-size: 16px;
  color: #5c5c5c;
  font-weight: 400;
}
.About_Us_Part .Mission_card {
  background-color: #d2e0fb;
  border-radius: 20px;
  padding: 25px;
}
.About_Us_Part .Mission_card h3 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
}
.About_Us_Part .Mission_card p {
  font-size: 16px;
  color: #5c5c5c;
  font-weight: 400;
}
.About_Us_Part .Mission_card ul li {
  font-size: 16px;
  color: #5c5c5c;
  font-weight: 400;
}
.About_Us_Part .Vision_card {
  background-color: #fffecb;
  border-radius: 20px;
  padding: 25px;
}
.About_Us_Part .Vision_card h3 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
}
.About_Us_Part .Vision_card p {
  font-size: 16px;
  color: #5c5c5c;
  font-weight: 400;
}
.About_Us_Part .Vision_card ul li {
  font-size: 16px;
  color: #5c5c5c;
  font-weight: 400;
}
.Our_Services {
  background-image: url('../img/Our_Services_bg.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px;
}
.Our_Services .section_title p {
  font-size: 16px;
  color: #5c5c5c;
}
.Our_Services .service_card {
  border-radius: 10px;
  padding: 30px;
  text-align: center;
}
.Our_Services .service_card p {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
.Our_Latest_Blogs .Button_card_calcy {
  background-color: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 15px;
  gap: 5%;
}
.Our_Latest_Blogs .Button_card_calcy img {
  height: 60px;
  width: 60px;
  margin-bottom: 7px;
}
.Our_Latest_Blogs .Button_card_calcy p {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.Latest_Act_Rules .Circular_card .img_border {
  border: 1px solid #000;
}
.Latest_Act_Rules .Circular_card .img_border .img_bg {
  margin: 5px;
  background-color: #fff;
  height: 350px;
  display: flex;
  justify-content: center;
}
.Latest_Act_Rules .Circular_card .img_border .img_bg img {
  height: 100%;
  object-fit: cover;
}
.Latest_Act_Rules .Circular_card .time_text {
  font-size: 12px;
  color: #000;
  font-weight: 600;
}
.Latest_Act_Rules .Circular_card .downlod_btn {
  background-color: #003B79;
  color: #fff;
  border: none;
  padding: 5px 15px;
  text-align: center;
  border-radius: 20px;
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
}
.Latest_Act_Rules .Circular_card .downlod_btn:hover {
  box-shadow: rgba(255, 255, 255, 0.2) 0 3px 15px inset, rgba(0, 0, 0, 0.1) 0 3px 5px, rgba(0, 0, 0, 0.1) 0 10px 13px;
  transform: scale(1.05);
}
.Latest_Act_Rules .Circular_card p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.View_model_popup .modal-body {
  background-color: #e8f9ff;
}
.View_model_popup .service_btn {
  background-color: #e8f9ff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  padding: 8px 20px;
  border-radius: 30px;
  display: flex;
  cursor: pointer;
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
.View_model_popup label {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
.View_model_popup .dased_line {
  border-top: 2px dashed #b5b5b5;
}
.View_model_popup .model_footer {
  border-top: 2px dashed #b5b5b5;
}
.View_model_popup .model_footer p {
  color: #363636;
  font-size: 16px;
  font-weight: 500;
}
.View_model_popup .model_footer h5 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
.View_model_popup .Circular_card .img_border {
  border: 1px solid #000;
}
.View_model_popup .Circular_card .img_border .img_bg {
  margin: 5px;
  background-color: #d9d9d9;
}
.View_model_popup .Circular_card .img_border .img_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.View_model_popup .Circular_card .time_text {
  font-size: 12px;
  color: #000;
  font-weight: 600;
}
.View_model_popup .Circular_card .downlod_btn {
  background-color: #003B79;
  color: #fff;
  border: none;
  padding: 5px 15px;
  text-align: center;
  border-radius: 20px;
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
}
.View_model_popup .Circular_card .downlod_btn:hover {
  box-shadow: rgba(255, 255, 255, 0.2) 0 3px 15px inset, rgba(0, 0, 0, 0.1) 0 3px 5px, rgba(0, 0, 0, 0.1) 0 10px 13px;
  transform: scale(1.05);
}
.View_model_popup .Circular_card p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.All_Circular .downlod_btn {
  background-color: #003B79;
  color: #fff;
  border: none;
  padding: 5px 15px;
  text-align: center;
  border-radius: 20px;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
}
.All_Circular_bg{
    background-color: #17213c;
    background-image: url(../img/Latest_Circular_bg_img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.All_Circular .downlod_btn:hover {
  box-shadow: rgba(255, 255, 255, 0.2) 0 3px 15px inset, rgba(0, 0, 0, 0.1) 0 3px 5px, rgba(0, 0, 0, 0.1) 0 10px 13px;
  transform: scale(1.05);
}
.All_Circular .nav-pills .nav-link.active, .All_Circular .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #003B79;
}
.All_Circular .nav-link {
  color: #003B79;
  border: 1px solid #003B79;
}
.All_Circular .nav-link:focus, .All_Circular .nav-link:hover {
  color: #003B79;
}
.Latest_News_Paper .News_Paper_img .img_border {
  border: 1px solid #000;
}
.Latest_News_Paper .News_Paper_img h4 {
  font-size: 18px;
  font-weight: 400;
}
.Gujarat_Samachar .News_Paper_img .img_border {
  border: 1px solid #000;
  height: 350px;
  display: flex;
  justify-content: center;
  padding: 5px;
}
.Gujarat_Samachar .News_Paper_img .img_border img {
  height: 100%;
  object-fit: cover;
}
.Gujarat_Samachar .News_Paper_img h4 {
  font-size: 18px;
  font-weight: 400;
}
/* start dhanesh */
a{
    text-decoration: none !important;
    color: black !important;
}
/* end dhanesh */


/* menu design Dixit  */

/* Initially hide all sub-menus */
.Service_list_option,
.Actrules_list_option,
.Citysurvey_list_option,
.Revenue_list_option,
.Subregistrar_list_option,
.Download_list_option {
    display: none;
}
/* Download_list_option should remain visible */


/* .TP_Map_Box{
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
.TP_Map_Box{
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    padding: 30px;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 30px;
} */


.TP_Map_Box{
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    padding: 30px;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.All_Circular_bg{
    background-color: #17213C;
    background-image: url(../img/Latest_Circular_bg_img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.Import_Links_dp span{
    color: #000;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}

.Import_Links_dp span:hover{
    color: #003B79;
    font-size: 18px;
    font-weight: 500;
}



.bottom_top_sliter{
    height: 300px;
    position: relative;
}


.swiper {
    width: 100%;
    padding: 20px 0;
}
.swiper-slide {
    width: auto;
    display: flex;
    justify-content: center;
}



/* New Header Section Create start  */

/* Hover pe dropdown open */
.Custome_my_Navbar .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* optional: fix pop position */
}

/* Remove the delay/glitch caused by Bootstrap JS */
.Custome_my_Navbar .nav-item.dropdown .dropdown-toggle::after {
    transition: none !important;
}


.Custome_my_Navbar .dropdown-menu {
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.Custome_my_Navbar .nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

/* New Header Section Create end */

.custom-divider {
    border: none;
    height: 2px;
    background: #000;
    margin: 20px 0;
    position: relative;
}


/* label container */
        .radio-button-container {
            color: rgba(0, 0, 0, 0.75);
            display: block;
            position: relative;
            padding-left: 45px;
            line-height: 25px;
            margin-bottom: 12px;
            margin-left: 30px;
            cursor: pointer;
            font-size: 18px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        /* Hide the browser's default radio button */
        .radio-button-container input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
        }

        /* Create a custom radio button */
        .checkmark {
            position: absolute;
            top: 0;
            left: 0;
            height: 30px;
            width: 30px;
            border-radius: 5px;
            background-color: transparent;
            border: 2px solid #fff;
            transition: all 0.3s;
        }

        /* On mouse-over, add a grey background color */
        .radio-button-container:hover input~.checkmark {
            border-color: rgb(255, 255, 255);
        }

        /* When the radio button is checked */
        .radio-button-container input:checked~.checkmark {
            background-color: rgba(0, 0, 0, 0);
            border-color: teal;
        }


        /* Create the indicator (the dot/circle - hidden when not checked) */
        .checkmark:after {
            content: "";
            position: absolute;
            display: none;
        }

        /* Show the indicator (dot/circle) when checked */
        .radio-button-container input:checked~.checkmark:after {
            display: block;
        }

        /* Style the indicator (dot/circle) */
        .radio-button-container .checkmark:after {
            top: 5px;
            left: 5px;
            width: 16px;
            height: 16px;
            border-radius: 4px;
            background: teal;
        }
