@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap'); 
body, * { margin: 0; padding: 0; font-family: "Poppins", sans-serif; box-sizing: border-box; } 
body { overflow: hidden auto; font-size: 16px; line-height: 21px; background: #fff; } 
img { max-width: 100%; } 
a, a:hover { text-decoration: none; } 
input, select, textarea { border: 1px solid #D9D9D9 !important; padding: 10px 19px !important; font-size: 15px !important; color: #000 !important; font-weight: 400 !important; box-shadow: none !important; outline: none !important; } 
input:focus, select:focus, textarea:focus { border-color: #b0d1f1 !important; } 
::placeholder { color: #ABABAB !important; } 
.common_btn { padding: 7px 20px 9px; font-size: 20px; background: #008dd2; line-height: 1; font-weight: 400; border-radius: 10px; } 
.hover_none { background: transparent !important; border: none !important; } 
h1.titleh1 { font-size: 34px; text-align: center; line-height: normal; font-weight: 700;color: #000; }
.mainsecform .card { border: none; box-shadow: 0 0 5px #ccc; }
.mainsecform .card .card-body { padding: 10px; }
.mainsecform .form-label { margin: 0 0 5px; font-size: 15px; font-weight: 600; }
.mainsecform .titleh2 { margin: 0 0 20px; padding: 0 0 10px; font-size: 24px; font-weight: 500; line-height: normal; color: #000; border-bottom: solid 1px #ff6c00; }
.mainsecform .prevboximg { width: 250px; height: 250px; overflow: hidden; }
.custom_flag { padding: 8px 14px; background: #DCDCDC; border-radius: 8px 0 0 8px !important; }
.datepickercusotm .gj-datepicker { margin: 0 !important; }
.datepickercusotm button.btn { display: none; }
.rounded-tr-br-8 { border-radius: 0 8px 8px 0 !important; }
.maxwidth_200px{max-width: 200px;}
.form-select { padding-right: 32px !important;}
.viewlistcard .linktitle {
    color: #33312f;
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
    transition: .5s;
}
.viewlistcard .linktitle:hover{
    color: #ff6c00;
}
header.maintopheader {
    padding: 0;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
img{
    max-width: 100%;
}
::-webkit-scrollbar {
  width: 8px; 
  height: 8px; 
}

::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border-radius: 10px; 
}

::-webkit-scrollbar-thumb {
  background: #ff6c00; 
  border-radius: 10px; 
}

::-webkit-scrollbar-thumb:hover {
  background: #ff6c00; 
}

* {
  scrollbar-width: thin; 
  scrollbar-color: #ff6c00 #f1f1f1; 
}

a, a:hover{
    text-decoration: none;
}
input, select, textarea {
    border: solid 1px #D9D9D9 !important;
    padding: 10px 19px !important;
    font-size: 15px !important;
    color: #000 !important;
    font-weight: 400 !important;
    box-shadow: none !important;
    outline: none !important;
  }
  input:focus, select:focus, textarea:focus {
    border-color: #b0d1f1 !important;
}
  ::placeholder{
    color: #ABABAB !important;
  }
  .common_btn {
    padding: 7px 38px 9px;
    font-size: 15px;
    background: #008dd2;
    border-color: #008dd2;
    line-height: 1;
    font-weight: 400;
    border-radius: 10px;
}
  .hover_none{
    background: transparent !important;
    border: none !important;
  }
 
  .main-content {
    margin-left: 230px;
    padding: 140px 30px 90px;
}

.menu-open .main-content{
  margin-left: 73px;
} 

.form-select {
  --bs-form-select-bg-img: url("../images/select.svg");  
}
.close_menu, .menu-open .opent_menu{display: none;}
.menu-open .close_menu{display: inline-block;}

.top_header {
    padding: 15px 30px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px #00000012;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
}
.searchinputsec {
    display: flex;
    align-items: center;
    min-width: 300px;
    margin-right: 24px;
}
.searchinputsec input.form-control {
    border: none !important;
    border-bottom: solid 1px #000000 !important;
    border-radius: 0 !important;
    padding: 9px 5px 9px 30px !important;
}
.searchicon {
    margin-right: -17px;
    position: relative;
    z-index: 1;
}
.dashbtn {
    padding: 8px 10px;
    min-width: 190px;
    justify-content: center;
    text-align: center;
}
.profilesec {
    padding-left: 40px;
    gap: 12px;
}
.profilebtn {
    background: transparent;
    border: none;
    padding: 0;
}
.profilebtn1 {
    background: #008dd2;
    height: 38px;
    width: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.toggleBtn {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.left_sidebar_section {
    position: fixed;
    left: 0;
    top: 105px;
    background: #008dd2;
    height: calc(100vh - 145px);
    padding: 48px 0px 0;
    overflow: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px 0;
    z-index: 999;
}
.menu-open .left_sidebar_section {
  width: 73px;
}
.left_sidebar_section, .menu-open .left_sidebar_section:hover {
  width: 230px;
}

.iconbox svg path {
    fill: #fff;
    transition: .5s;
}
.iconbox svg.stroke path {
    stroke: #fff;
    transition: .5s;
}
.nav-link.active .iconbox svg path, .nav-link:active .iconbox svg path, .nav-link:focus .iconbox svg path, .nav-link:hover .iconbox svg path {
    fill: #0973B9;
}
.nav-link.active .iconbox svg.stroke path, .nav-link:active .iconbox svg.stroke path, .nav-link:focus .iconbox svg.stroke path, .nav-link:hover .iconbox svg.stroke path {
    stroke: #0973B9;
}
.left_sidebar_section .nav-link {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  color: #fff;
  transition: .5s;
}
.iconbox svg {
  width: 19px;
  height: 19px;
}
.left_sidebar_section .nav-link.active, .left_sidebar_section .nav-link:hover, .left_sidebar_section .nav-link:active, .left_sidebar_section .nav-link:focus{
    background: #ffff;
    color: #008dd2;
}
.left_sidebar_section .nav-item {
    margin: 0 0 7px;
}
.left_sidebar_section .nav-item:last-child {
    margin-bottom: 0px;
}
.menu-open .nav-link span{
    display: none;
}

.menu-open .left_sidebar_section:hover .nav-link span{
display: block;
}

.menu-open .left_sidebar_section .nav-link {   
    padding: 7px 0;
    justify-content: center;
}
.left_sidebar_section .nav-link, .menu-open .left_sidebar_section:hover .nav-link{
  justify-content: left;
  padding: 7px 17px;

}
svg.fill-none path {
  fill: none !important;
}
.bottomimg {
    padding: 0 15px 0 24px;
}
.menu-open .bottomimg {
    padding: 0 15px 0 24px;
    position: fixed;
    bottom: 54px;
    left: 0px;
}

.menu-open .dashboard_sec{
    margin-left: 267px;
}
.sectsort {
    border: none !important;
    box-shadow: none !important;
    padding: 9px 32px !important;
    padding-left: 49px !important;
    border-radius: 10px !important;
    font-size: 22px !important;
    font-weight: 400 !important;
    color: #008dd2 !important;
}
.selectbox svg {
  margin-right: -35px;
  position: relative;
  z-index: 9;
}

.casebox {
    box-shadow: 0px 4px 4px 0px #0000001A !important;
    padding: 12.5px 10px;
    border-radius: 10px;
}
.casebox span {
    font-size: 22px !important;
    font-weight: 400 !important;
    color: #008dd2 !important;
    line-height: normal;
}
.casebox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.custombtncase {
    font-size: 16px;
    line-height: normal;
    color: #fff;
    background: #008dd2;
    border: none;
    border-radius: 12px;
    padding: 2px 16px;
    margin-right: 7px;
}
.btngray{
    background: #D0D0D0;
    color: #747373;
}
.max_widhtcusotm {
    max-width: 658px;
    margin: 0 0 30px;
    padding-left: 13px;
}

.rowgap1, .rowgap2 {
    gap: 22px 0px;
    --bs-gutter-x: 16px;
}

.card1, .card {
    background: #fff;
    border-radius: 15px;
    border: none;
    box-shadow: 0px 2px 5.9px 0px #0000001A;
    height: 100%;

}
.card1{
    background: #008dd2;
}
.card-title {
    font-size: 35px;
    line-height: normal;
    color: #008dd2;
    font-weight: 700;
}
.card-subtitle {
    font-size: 17px;
    line-height: normal;
    color: #008dd2;
    font-weight: 500;
}
.card1 .card-title {
    font-size: 60px;
    line-height: normal;
    color: #fff;
    font-weight: 700;
}
.card1 .card-subtitle {
    font-size: 30px;
    line-height: normal;
    color: #fff;
    font-weight: 500;
}
.cardiconbox {
    width: 64px;
    height: 64px;
    background: #008dd2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-right: 0;
    border-radius: 15px;
    flex: none;
    padding: 7px;
}
.card1 .cardiconbox {
    width: 90px;
    height: 90px;
    background: #fff;   
    margin: 0 auto;
    margin-right: 0;
    box-shadow: 0px 4px 4px 0px #00000040;
}
.rowgap2 .card-body {
    gap: 6px;
}
.titleh2 {
    font-size: 24px;
    line-height: normal;
    color: #124A82;
    font-weight: 500;
    margin: 0 0 18px;
}
.dashcardsec {
    margin: 0 0 40px;
}
.table.patientable>:not(caption)>*>* {    
    border-bottom-width: 0;
}
.rececard {
    box-shadow: 0px 4px 4px 0px #0000001A;
    border: solid 0.7px #BDBDBD;
    white-space: nowrap;
}
table tr th, table tr td {
    padding: 6px 8px !important;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    line-height: normal;
    font-weight: 400;
    color: #124A82 !important;
    background: #fff !important;
    --bs-table-bg-type: #fff !important;
}
table tr th {
    background: #008dd2 !important;
    --bs-table-bg-type: #008dd2 !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
}

.table.patientable>tbody>tr:nth-of-type(even)>* {   
    background: #E8E8E8 !important;
    --bs-table-bg-type: #E8E8E8 !important;
}
.titlespan {
    display: inline-block;
    border-bottom: solid 1px #1b6eaf42;
    padding: 0 0 5px;
    margin: 0 0 13px;
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
    color: #212529;
}
.descriptiontitel {
    margin: 25px 0 0;
}
.main_footer {
    background: #008dd2;  
    padding: 10px 30px;
    z-index: 999;
}
img.logo_dash {
    max-width: 370px;
}
.bottomfixed{
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
}
.left_footer p, .left_footer p a {
    margin: 0;
    color: #fff;
    text-decoration: none;
    transition: .5s;
    font-size: 13px;
    line-height: normal;
}
.left_footer p a:hover{
    color: #f71d25;
}

/* ---------- SIGN IN ---------- */

.loginBgsec {
  background: url(../images/loginbg.png) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: fixed;
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
}
  
  .mb_35{
    margin-bottom: 35px;
  }
  .sign-in__wrapper {   
    position: relative;    
    display: grid;
    place-items: center;
    height: 100%;
   
}
  
    .containt_login{
      padding: 20px;
    }
    
    .main_wraplogin {
        max-width: 1100px;
        background: #fff;
        box-shadow: 0px 6px 10.9px 0px #0000001F;
        padding: 65px;
        gap: 20px 60px;
        margin-top: 25px;
    }
  .login_leftbox {
    max-width: 360px;
    background: #008dd2;
    border-radius: 12px;
    padding: 80px 30px 0;
    -webkit-clip-path: polygon(98% 17%, 100% 34%, 98% 51%, 100% 68%, 98% 84%, 100% 100%, 0 100%, 0 0, 100% 0);
    clip-path: polygon(98% 17%, 100% 34%, 98% 51%, 100% 68%, 98% 84%, 100% 100%, 0 100%, 0 0, 100% 0);
}
  .login_leftbox h2, .login_leftbox p{
    line-height: normal;
    color: #fff;
  }
   h2 {
    font-size: 30px;  
    font-weight: 700;
    margin: 0 0 13px;
  }
  p {
    font-size: 15px;
    font-weight: 400;
    color: #010a14;
}
  .login_leftbox p {
    margin: 0 0 40px;
  }
  .rightboxlogin h2 {
    color: #000000;
    margin: 0 0 18px;
    font-weight: 500;
  }
  .rightboxlogin p{
    color: #000000;
    font-weight: 400;
    margin: 0 0 20px;
  }
  label{
    font-size: 15px;
    line-height: normal;
    font-weight: 500;
    color: #000000;
    margin: 0 0 5px;
  }
  input, select, textarea {
    border: solid 1px #D9D9D9 !important;
    border-radius: 8px !important;
    padding: 9px 10px !important;
    font-size: 15px !important;
    color: #000 !important;
    font-weight: 400 !important;
    box-shadow: none !important;
    outline: none !important;
}
  table input, table select, table textarea{
    padding: 7px 10px !important;
  } 
  ::placeholder, .forgottitle{
    color: #ABABAB !important;
  }
  .forgottitle{
    font-size: 15px;
    line-height: normal;
    text-decoration: none;
  }
  .forgottitle:hover {
    color: #008dd2 !important;
}
  .login_btn {
    padding: 7px 38px 9px;
    font-size: 20px;
    background: #008dd2;
    border-color: #008dd2;
    line-height: 1;
    font-weight: 400;
    border-radius: 10px;
  }
  
    

    
    .sign-in__wrapper img {
      width: auto;
      max-width: 100%;
      border: none;
  }
  .bottomimg{
    display: none;
  }
  .dashboarsec .bottomimg {
    display: block;
}
.date_picker {
  box-shadow: 0px 4px 4px 0px #0000001A !important;
  border-radius: 12px;
  padding: 0 10px;
}
.date_picker button {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  position: relative;
  width: auto !important;
}
.date_picker button::before {
  position: absolute;
  content: url("../images/select.svg");
  width: 30px;
  height: 30px;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.date_picker button i {
  display: none !important;
}

.date_picker .gj-datepicker {
  margin: 0 !important;
}
.gj-picker table tr th, .gj-picker table tr td{
  padding: 5px !important;
  font-size: 13px !important;
}

/* Details page css start here */
.main_tap_head .nav-link {
  outline: none;
  background: #2065A980;
  color: #fff;
  border: 2.48px solid;
  border-image-source: linear-gradient(90deg, rgba(239, 238, 255, 0) 0%, rgba(239, 238, 255, 0.6) 46.93%, rgba(189, 201, 245, 0.438) 64%, rgba(67, 112, 223, 0.042) 102.4%, rgba(55, 103, 221, 0) 106.66%);
  border-radius: 21px;
  font-size: 18px;
  line-height: normal;
  padding: 5px 16px;
  font-weight: 400;
}

.main_tap_head .nav-link.active, .main_tap_head .nav-link:hover {
  background: #008dd2;
  color: #fff;
  border: 2.48px solid;
  border-image-source: linear-gradient(90deg, rgba(239, 238, 255, 0) 0%, rgba(239, 238, 255, 0.6) 54.92%, rgba(189, 201, 245, 0.438) 74.89%, rgba(67, 112, 223, 0.042) 119.82%, rgba(55, 103, 221, 0) 124.82%);
}
.main_tap_head ul.nav-tabs {
  border: none;
  margin: 0 0;
  padding: 0 0 30px;
  gap: 20px;
}

.cardheadertop {
  padding: 11px 35px;
  background: #008dd2;
  border-radius: 10px 10px 0 0;
}
.cardheadertop h4 {
  font-size: 24px;
  line-height: normal;
  color: #fff;
  font-weight: 500;
  margin: 0;
}
.wizardsec .card-body {
  padding: 30px 35px;
}
.wizardsec .col-form-label {
  font-weight: 500;
  font-size: 20px;
  line-height: 24.2px;
  color: #000000;
  width: 454px;
  padding: 0;
}
textarea.form-control {
    min-height: 100px;
}
table tr td textarea.form-control{
  min-height: 50px;
}
.white-space-normal{
    white-space: normal;
}
.rowgapinput {
  row-gap: 30px;
}
.colgap {
  gap: 50px;
}
.form-check-label {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  cursor: pointer;
}
.checboxsec, .radiosec {
  gap: 18px 22px;
}
.rightinputsec {
  width: 100%;
}
.form-check {
  min-height: initial;
  margin-bottom: 0;
  padding: 0 !important;
}
.form-check .form-check-input {
  float: left;
  margin: 0 6px 0 0 !important;
  padding: 0 !important;
  border-radius: 0px !important;
  width: 18px !important;
  height: 18px !important;
  border: none !important;
  position: relative;
  background: transparent !important;
  cursor: pointer;
}
.emergencsecmainsec .form-check .form-check-input::before {
  content: "";
}
.form-check .form-check-input::before {
  position: absolute;
  content: url(../images/checkbox.svg);
  width: 100%;
  height: 100%;
  top: 1px;
  left: 0;
}
.selecallse .form-check .form-check-input::before {
  content: url(../images/checkbox2.svg);
}
.form-check .form-check-input:checked::before, .emergencsecmainsec .form-check .form-check-input:checked::before{
  content: url(../images/checkboxcheck.svg);
}
.selecallse .form-check .form-check-input:checked::before{
  content: url(../images/checkboxcheck2.svg);
}

.radiosec .form-check .form-check-input::before, .radiosec .form-check .form-check-input:checked:before{
  display: none;
}
.radiosec .form-check .form-check-input{
  width: 16px !important;
  height: 16px !important;
  border-radius: 50% !important;
  border: 1px solid #000000 !important;
  margin: 2px 6px 0 0 !important;
}
.radiosec .form-check .form-check-input:checked{
  background: #468827 !important;
  border-color: #468827 !important;
}

.emergencsec {
  padding: 6px;
  background: transparent;
  display: flex;
  align-items: center;
}
.emergencsec span {
  font-size: 20px;
  line-height: normal;
  color: #000000;
  font-weight: 500;
  margin-left: 5px;
}
.emergencsecmainsec .form-check .form-check-input:checked + label .emergencsec{
  background: #2064A9;
}
.emergencsecmainsec .form-check .form-check-input:checked + label .emergencsec span{
  color: #fff;
}
.emergencsecmainsec .form-check .form-check-input:checked + label .emergencsec svg path{
  fill: #fff;
}
.emergencsecmainsec .form-check.sctrokese .form-check-input:checked + label .emergencsec svg path {
  stroke: #fff;
}
.paginationsesc {
  padding: 36px 0 0;
  gap: 19px;
}
.tab-pane .card {
  box-shadow: 0px 4px 4px 0px #0000001A;
}
.emergencseclable {
  display: inline-block;
  background: #2064A9;
  padding: 2px 13px;
  border-radius: 10px;
}
.emergencseclable svg path {
  stroke: #fff;
  fill: #fff;
}
.emergencseclable span{
  color: #fff;
}
.darkcolor {
  border-color: #000000 !important;
}
.righpatie {
  gap: 15px 20px;
}
.righpatie input {
  display: none !important;
}
.righpatie .emergencsec, .righpatie .emergencsec span {
  background: #E5E5E5;
  color: #C1BEBE;
  font-size: 18px;
  line-height: normal;
  margin: 0;
  padding: 4px;
}
.righpatie .form-check input:checked + label .emergencsec, .righpatie .form-check input:checked + label .emergencsec span,  .righpatie .emergencsec.select, .righpatie .emergencsec.select span{
  background: #468827;
  color: #fff;
}
.cursor-pointer {
  cursor: pointer;
}
.custom-file-input::-webkit-file-upload-button {  
  display: none;
}
.filesec {
  padding: 12px 0 0;
  gap: 10px;
}
.flex-none{
  flex: none;
}
.filesec span, .filesec a {
  font-weight: 300;
  font-size: 20px;
  line-height: normal;
  color: #757575;
}
.filesec a:hover{
  color: #0973B9;
}
.input-group-text {
  background: #D8D8D8;
  color: #767676;
  padding: 7px 26px;
}
.selecallse {
  background: #008dd2;
  padding: 13px 23px;
  border-radius: 12px 0 0 12px;
  margin-right: -35px;
}
.selecallse label{
  color: #fff;
}

.hospitsec .form-check .form-check-input {
  margin-right: 30px !important;
}
.mr_34px{
  margin-right: -34px;
}
.pl_45px{
  padding-left: 45px;
}
.mb_35{
  margin-bottom: 35px;
}
ul.contactlist {
  list-style: none;
  padding: 15px 0 0;
}
ul.contactlist a{
  color: #000000;
}
ul.contactlist a:hover {
  color: #008dd2;
}
.custom_flag {
  padding: 8px 14px;
  background: #DCDCDC;
  border-radius: 8px 0 0 8px !important;
}
.rounded-tr-br-8{
  border-radius: 0 8px 8px 0 !important;
}
.max_150{
  text-align: center;
  max-width: 150px;
  margin: 0 auto;
  margin-right: 0;
}
.max-w-none {
  max-width: none;
}
table .btn {
    font-size: 15px;
    padding: 7px 10px;
    min-width: unset;
}
table.question_table tr td, table.question_table tr th {
  color: #00002B !important;
  text-align: left;
}
table.question_table tr th {  
  background: #B0B0B0B2 !important;
  --bs-table-bg-type: #B0B0B0B2 !important;  
}
table.question_table tr td, table.question_table tr th {
  border-left: solid 1px #A5A5A5 !important;
}
table.question_table tr td:first-child, table.question_table tr th:first-child{
  border-left: none !important;
}
table.question_table tr td:last-child, table.question_table tr th:last-child{
  border-right: none !important;
}
table.question_table tr:first-child td, table.question_table tr:first-child th{
  border-top: solid 1px #A5A5A5 !important;
}
table.question_table tr:last-child td, table.question_table tr:last-child th{
  border-bottom: solid 1px #A5A5A5 !important;
}
table.question_table tr:last-child th{
    border-top: solid 1px #A5A5A5 !important;
}
table.question_table tr:first-child th{
    border-top: none !important;
}

.rightsidebarsection {
  position: fixed;
  width: 0;
  right: 0;
  top: 0;
  background: #121010a1;
  z-index: 999;
  height: 100vh;
  padding: 0 0 0;
  overflow: hidden;
  transition: .4s;
}
.rightsidebarsection.open_rightslide{
  width: 100%;
}
.mainbody {
  padding: 70px 50px;
  background: #fff;  
  margin: 84px auto 0;
  margin-right: -15px;
  height: calc(100vh - 136px);
  overflow: hidden;
  overflow-y: auto;
}
.maintopright{
  max-width: 575px;
  margin: 0 auto;
  margin-right: 0;
}
.toggleBtn_right {
  position: absolute;
  top: 63px;
  left: -24px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border-color: #fff;
}
.rightsidebtn {
  margin-left: -50px;
  padding-left: 39px;
  padding-right: 39px;
}
.rightsidebarsection input, .rightsidebarsection select, .rightsidebarsection textarea {
  padding: 7px 15px !important;
}
label.select-form-label {
  color: #2064A9;
}
.rightsidebarsection .form-select {
  --bs-form-select-bg-img: url("../images/selectr2.svg");
}
.accordion-button::after, .accordion-button:not(.collapsed)::after{
  background: transparent;
  content: url(../images/accordion1.svg);
}

.closuresec .form-check .form-check-input::before {
  content: url(../images/checkbox.svg);  
}
.closuresec .emergencsec {
  padding: 27px; 
  background: #2065A94D;
  display: block;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 4px 4px 0px #00000040;

}
.max_800px {
  max-width: 800px;
}
.closuresec .form-check-label {
  margin: 0 auto;
  margin-right: 0;
  width: calc(100% - 25px);
  padding-right: 20px;
}
.closuresec .emergencsec span {
  font-size: 25px;
  color: #fff;
  font-weight: 400;
  display: block;
  margin: 12px 0 0;
}
.card_thankyou .card-body {
  padding: 50px;
}
.card_thankyou h2 {
  font-weight: 700;
  font-size: 96px;
  line-height: normal;
  color: #124A82;
}
.card_thankyou p {
  font-weight: 500;
  font-size: 24px;
  line-height: normal;
  color: #124A82;
}
span.iconthankyou {
  margin: 24px 0 54px;
  display: block;
}
.card_thankyou{
  position: relative;
}

.card_thankyou a::before{
   content: "";
   position: absolute;
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   z-index: 9;
}

span.iconthankyou svg {
  animation: bounce 4s linear infinite;
}
@keyframes bounce {
  0%,
  40%,
  50%,
  60%,
  100% {
    transform: translatey(0%);
  }
  45%,
  55% {
    transform: translatey(-10%);
  }
}
.datepickercusotm .gj-datepicker {
  margin: 0 !important;
}
.datepickercusotm button.btn{
  display: none;
}
.titleh3 {
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  color: #2064A9;
}
.contactlist2 li {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: #4B4B4B;
  margin: 0 0 13px;
}
.contactlist2 li:last-child{
  margin-bottom: 0;
}
.rightsidebtn2 {
  margin: 25px 0 5px -50px;
  padding-left: 50px;
  padding-right: 50px;
  display: inline-block;
}
.list1 li {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
}
.list1 {
  list-style: none;
  padding: 0;
}
.main_footer p, .main_footer p a {
    font-size: 14px;
    line-height: normal;
    color: #fff;
}
.main_footer p a:hover {
    text-decoration: underline !important;
}
.mb_20{
  margin-bottom: 20px;
}
table.question_table tr td.border_left_0 {
  border-left: 0 !important;
}


    
  
 





@media only screen and (max-width: 1599px) {
    .card-title {
        font-size: 30px;        
    }
    .card-subtitle {
        font-size: 15px;        
    }
    .card1 .card-title {
        font-size: 55px;        
    }
    .card1 .card-subtitle {
        font-size: 24px;       
    }
    .cardheadertop h4 {
      font-size: 19px;
  }
   
}

@media only screen and (max-width: 1399px) {
.main-content {
  padding: 128px 23px 74px;
}
.main_tap_head ul.nav-tabs {
  gap: 15px;
}
.dashbtn {
    min-width: 148px;
}

}

@media only screen and (max-width: 991px) {
  .main_wraplogin {
    padding: 20px 25px;
    gap: 20px 18px;
    margin-top: 18px;
}
}
@media only screen and (max-width: 767px) {
  .main_wraplogin {
    flex-wrap: wrap;
}
.login_leftbox {
  max-width: none;
  width: 100%;
}
.sign-in__wrapper {
display: block; 
}
}


