/* font-family */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

/* import files */
@import url("../css/auth.css");
@import url("../css/header_footer.css");

body{
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #424242;
  overflow-x: hidden;
}

body.headitemshow {
  overflow: hidden;
}
a, a:hover{
  text-decoration: none;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.form-control:focus{
  box-shadow: 0 0 0 .2rem rgb(69 113 250);
}
.error{
  font-size: 12px;
  font-weight: 500;
  color: #ED2A2A;
  padding: 3px 15px;
}
/* Remove input type number spinner  */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.infoactive_scroll body {
    overflow: hidden;
}
/*-----Home [ START ]-------*/
.banner{
  background: linear-gradient(180deg, #E4EEFF 0%, rgba(255, 255, 255, 0) 100%);
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.banner::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 80px auto 0;
  background: url(../images/banner_pattern.png)no-repeat;
  width: 100%;
  height: 132px;
  background-size: contain;
  background-position: center;
}
.bnr_img img{
  width: 100%;
  height: 512px;
  object-fit: cover;
}
.banr_txt h1{
  color: #0B0B40;
  font-size: 50px;
  font-weight: 900;
  text-align: left;
  margin-bottom: 15px;
  position: relative;
}
.banr_txt h1::before{
  content: '';
  position: absolute;
  top: 0;
  right: 1em;
  left: 0;
/*  background: url(../images/star.png) no-repeat;*/
  background-position: center right;
  background-size: contain;
  width: 38px;
  height: 41px;
  margin: 1.1em auto 0;
}
.banr_txt h1 span{
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #0B0B40;
  font-weight: 700;
  text-align: left;
  display: block;
}
.banr_txt p{
  color: #57598B;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  margin-bottom: 20px;
/*  margin-bottom: 64px;*/
}
.flx_btn{
  display: flex;
  align-items: center;
  grid-gap: 92px;
  /*  margin-bottom: 35px;*/
  margin-left: 30px;
}
.read_btn{
  border: 2px solid #1E95D3;
  box-shadow: 0px 6px 6px 0px #4571FA26;
  background: #1E95D3;
  padding: 12px 28px;
  display: inline-flex;
  align-items: center;
  grid-gap: 12px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border-radius: 14px;
  color: #fff;
}
.read_btn:hover{
  background: transparent;
  color: #1E95D3;
}
.read_btn:hover svg path{
  stroke: #1E95D3;
}
.abt_btn{
  border: 2px solid #D14A3E;
  box-shadow: 0px 6px 6px 0px #D14A3E26;
  background: #D14A3E;
  padding: 12px 28px;
  display: inline-flex;
  align-items: center;
  grid-gap: 12px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border-radius: 14px;
  color: #fff;
}
.abt_btn:hover{
  background: transparent;
  color: #D14A3E;
}
.abt_btn:hover svg path{
  stroke: #D14A3E;
}
.play_btn{
  box-shadow: 0px 6px 15px 0px #D14A3E;
  background: #D14A3E;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.play_btn::before{
  content: '';
  border: 1.29px solid #D14A3E;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: absolute;
}
.play_btn::after{
  content: '';
  border: 1.29px solid rgb(255 122 79 / 10%);
  width: 130px;
  height: 130px;
  border-radius: 50%;
  position: absolute;
}
.flx_btn span{
  color: #0B0B40;
  font-size: 14px;
  font-weight: 600;
  line-height: 19.12px;
  text-align: left;
  display: block;
  position: relative;
}
.flx_btn span::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: url(../images/play-arrow.png)no-repeat;
  width: 100%;
  height: 6px;
  margin: 6px 0 0 -5em;
}
.abt_blog{
  padding: 80px 0 40px;
}
.abt_img {
  position: relative;
}
.abt_img img{
  width: 100%;
  height: auto;
}
.abt_img::before{
  content: '';
  position: absolute;
  top: -80px;
  right: -75px;
  background: url(../images/circle_pattern.png);
  background-size: contain;
  background-position: center;
  width: 218px;
  height: 218px;
  z-index: -2;
  display: none;
}
.cmn_title{
  margin-bottom: 12px;
}
.cmn_title span{
  color: #1E95D3;
  font-size: 18px;
  font-weight: 600;
  line-height: 24.59px;
  text-align: left;
  margin-bottom: 6px;
}
.cmn_title h2{
  color: #0B0B40;
  font-size: 35px;
  font-weight: 800;
  line-height: 48.91px;
  text-align: left;
  margin-bottom: 0;
}
.cmn_title p{
  color: #57598B;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  margin-bottom: 25px;
}
.abt_txt{
  padding: 0 0 0 4em;
}
.abt_txt p{
  color: #57598B;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  margin-bottom: 20px;
}
.contact_blog{
  padding: 40px 0 100px;
  position: relative;
}
.contact_blog::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/section_pattern.png)no-repeat;
  width: 218px;
  height: 218px;
  background-size: contain;
  background-position: center right;
  margin: -13em 0 0;
}
.contact_bx{
  background: #E8EDFF;
  border-radius: 48px;
  padding: 48px 48px 0;
}
.contact_bx form{
  margin: 0 auto;
  text-align: right;
}
.contact_bx .form-group{
  margin-bottom: 12px;
}
.contact_bx .form-control{
  border: 1px solid #DBDBE7;
  padding: 14px 15px;
  height: auto;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  color: #090A2D;
}
.contact_bx .form-group:last-child {
  margin-bottom: 0;
}
.contact_bx .form-control::placeholder{
  color: rgb(9 10 45 / 15%);
}
.contact_bx textarea{
  resize: auto;
  height: 153px !important;
}
.sub_btn{
  border: 2px solid #D14A3E;
  box-shadow: 0px 6px 6px 0px #D14A3E26;
  background: #D14A3E;
  padding: 14px 30px;
  display: inline-flex;
  grid-gap: 12px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border-radius: 14px;
  color: #fff;
}
.sub_btn:hover{
  background: transparent;
  color: #D14A3E;
}
.sub_btn:hover svg path{
  stroke: #D14A3E;
}
.contact_bx .submit_btn{
  margin: 10px auto 0;
}
.contact_img img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
/*-----Home [ END ]-------*/
/*-----About Us [ START ]--------*/
.inr_banner{
  height: 188px;
  background: linear-gradient(180deg, #E4EEFF 0%, rgba(255, 255, 255, 0) 100%);
  padding: 106px 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inr_banner h2{
  color: #0B0B40;
  font-size: 38px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 0;
}
.about_blog{
  padding: 30px 0;
}
.about_img img{
  width: 100%;
  height: auto;
}
.abt_content p{
  color: #57598B;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  margin-bottom: 15px;
}
.demo_txt p{
  color: #57598B;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  margin-bottom: 0;

}
.demo_bg{
  background: url(../images/pattern_bg.png)no-repeat;
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: top left;
  padding: 150px 0;
  position: relative;
}
.demo_bg::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/ship.png)no-repeat;
  width: 867px;
  height: 583px;
}
.demo_img img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
/*-----About Us [ END ]--------*/
/*----------- Authentication [ START ]----------- */
/*-----Login [ START ]-------*/
.wd-auth-blog{
  position: relative;
  background: linear-gradient(180deg, #E4EEFF 0%, rgba(255, 255, 255, 0) 100%);
}
.wd-auth-area{
  padding: 100px 0;
}
.wd-auth-title{
  margin-bottom: 36px;
}
.wd-auth-title h1{
  font-size: 28px;
  font-weight: 700;
  color: #0B0B40;
  margin-bottom: 6px;
}
.wd-auth-title p{
  font-size: 16px;
  font-weight: 500;
  color: #57598B;
  margin: 0;
}
.auth-form .form-group{
  margin-bottom: 18px;
  position: relative;
}
.auth-form .form-control{
  font-size: 14px;
  font-weight: 600;
  color: #090A2D;
  background: #FFFFFF;
  border: 1px solid #DBDBE7;
  border-radius: 14px;
  display: block;
  padding: 18px 20px 18px 66px;
  width: 100%;
  height: auto;
  line-height: normal;
}
.auth-form .form-control:focus{
  border: 1.5px solid #0B0B40;
  box-shadow: unset;
  outline: none;
}
.auth-icon{
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto 18px;
  display: flex;
  align-items: center;
  border-right: 1px solid rgb(223, 223, 238);
  padding-right: 12px;
  height: 50%;
  z-index: 1;
}
.toggle-hide-show {
  color: rgba(25, 32, 76, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 15px;
  height: fit-content;
  cursor: pointer;
}
.field_filled .form-control, .field_active .form-control{
  border: 1.5px solid #0B0B40;
  background: transparent;
}
.field_filled svg path, .field_active svg path{
  color: #0B0B40;
}
.field_filled .toggle-hide-show, .field_active .toggle-hide-show{
  color: #0B0B40;
}
.pasword-grp{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.interlink{
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  margin: 0;
  color: #FF7A4F;
}
.auth-btn{
  box-shadow: 0px 6px 6px 0px #D14A3E26;
  background: #D14A3E;
  border: 2px solid #D14A3E;
  color: #FFF;
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 14px 15px;
  border-radius: 14px;
  line-height: normal;
  margin: 0 auto;
}
.wd-mb-48{
  margin-bottom: 48px;
}
.auth-btn:hover{
  background: #FFF;
  color: #D14A3E;
}
.auth-form .form-group p{
  font-size: 16px;
  font-weight: 400;
  color: #597189;
}
.auth-form .form-group:last-child{margin:25px 0 0;}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0;
}
/* custom checkbox */
.custom-checkbox > [type="checkbox"]:not(:checked), .custom-checkbox > [type="checkbox"]:checked {
   position: absolute;
   left: -9999px;
}
.custom-checkbox > [type="checkbox"]:not(:checked) + label, .custom-checkbox > [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  color: #597189;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
.custom-checkbox > [type="checkbox"]:not(:checked) + label:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 20px;
  height: 20px;
  border: 1px solid #797979;
  background: #fff;
  border-radius: 4px;
}
.custom-checkbox > [type="checkbox"]:checked + label:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 20px;
  height: 20px;
  border: 1px solid transparent;
  background: #FF7A4F;
  border-radius: 4px;
}
 .custom-checkbox > [type="checkbox"]:not(:checked) + label:after,
 .custom-checkbox > [type="checkbox"]:checked + label:after {
  font-family:"Font Awesome 5 Free";
  font-weight: 600;
  content: '\f00c';
  position: absolute;
  top: 2px;
  left: 4px;
  color: #FFF;
  transition: all 0.2s;
  font-size: 12px;
}
.custom-checkbox > [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.custom-checkbox > [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.custom-checkbox > [type="checkbox"][data-indeterminate] + label:after {
  content: '\2212';
  left: 2px;
  opacity: 1;
  transform: scale(1);
}
/* intel */
.iti{
  width: 100%;
}
.iti__selected-flag{
  background-color: transparent !important;
}
/* .iti__flag{
  width: 20px;
  height: 18px;
  background-size: cover;
  border-radius: 4px;
  box-shadow: none;
} */
.wd-back-btn{
  background: #FCFDFF;
  border: 2px solid #DDE4EC;
  display: inline-flex;
  justify-content: center;
  gap: 15px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #FF7A4F;
  padding: 14px 15px;
  border-radius: 14px;
  width: 100%;
}
.wd-back-btn:hover{
  border-color: #FF7A4F;
  color: #FF7A4F;
}
/*----- OTP Verification [ START ]-----*/
.otp_box{
  display: flex;
  align-items: center;
  grid-gap: 16px;
}
.otp_box input {
  border: 1px solid #DBDBE7;
  padding: 10px 10px;
  width: 55px;
  height: 55px;
  margin: 0 auto;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  border-radius: 16px;
  background: #FFFFFF;
  color: #0B0B40;
}
/*----- OTP Verification [ END ]-------*/
/* ----- additioonal info [ START ]------- */
.wd-add-info-blog{
  background: url(../images/login/info-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
.wd-add-info-area, .setup-form{
  padding: 130px 0 100px;
  position: relative;
}
.wd-add-info-area .auth-form, .setup-form .auth-form{
  box-shadow: 0px 2px 10px 0px #090A2D1A;
  background: #FFF;
  padding: 30px 50px 50px;
  border-radius: 28px;
}
.date_grp{
  display: flex;
  align-items: center;
  grid-gap: 18px;
  justify-content: center;
}
.date_grp .form-control{
  width: 100%;
  padding: 18px 20px !important;
}
.date_grp .input_group{
  width: 100%;

}
.date_grp select{
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: url(../images/down-arrow.png) no-repeat 87% center !important;

}

/*----------- Authentication [ END ]----------- */
/*----------- Privacy Policy [ START ]-------------*/
.terms_blog{

}
.term_bx{
  margin-bottom: 18px;
}
.term_bx h3{
/*  color: #19204C;*/
  font-size: 14px;
  font-weight: 700;
  line-height: 19.12px;
  text-align: left;
  margin-bottom: 8px;
}
.term_bx ul li{
/*  color: rgb(25 32 76 / 70%);*/
  font-size: 13px;
  font-weight: 500;
  line-height: 19px;
  text-align: left;
  display: block;
}
.term_bx ul li:last-child{
  margin-bottom: 6px;
}
.term_bx p{
/*  color: rgb(25 32 76 / 70%);*/
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  margin-bottom: 6px;
}
/*----------- Privacy Policy [ END ]-------------*/
/*---------Contact Us [ START ] --------------*/
.cont_blog{
  padding: 10px 0 30px;
}
.cont_bx{
  box-shadow: 0px 10px 25px 0px #0000000A;
  border: 2px solid #E6EAEE;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  grid-gap: 12px;
  padding: 24px 22px;
  border-radius: 24px;
  flex-flow: column;
}
.cont_bx span{
  min-width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tel_icon{
  background: #ECF3FF;
}
.contact_txt h4{
  color: #1D1F44;
  font-size: 20px;
  font-weight: 700;
  line-height: 27.32px;
  text-align: left;
  margin-bottom: 0;
}
.contact_txt a{
  color: rgb(29 31 68 / 80%);
  font-size: 14px;
  font-weight: 500;
  line-height: 19.12px;
  text-align: left;
  display: block;
}
.mail_icon{
  background: #F1EDFD;
}
.ad_icon{
  background: #FEEBF6;
}
.touch_blog{
  padding: 30px 0 60px;
}
.touch_img{
  padding-right: 4em;
}
.touch_img img{
  width: 100%;
  height: 465px;
  border-radius: 48px;
  object-fit: cover;
  box-shadow: 0px 14px 34px 0px #090A2D1A;
}
.touch_form h4{
  color: #0B0B40;
  font-size: 28px;
  font-weight: 700;
  line-height: 38.25px;
  text-align: left;
  margin-bottom: 6px;
}
.touch_form p{
  color: #57598B;
  font-size: 16px;
  font-weight: 500;
  line-height: 21.86px;
  text-align: left;
  margin-bottom: 20px;
}
.touch_form .form-group{
  position: relative;
}
.touch_form .form-control{
  background: #FFFFFF;
  border: 1px solid #DBDBE7;
  padding: 16px 20px 16px 65px;
  border-radius: 14px;
  height: auto;
  width: 100%;
  display: block;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
}
.touch_form .form-control::placeholder{
  color: #BCBECB;
}
.touch_form span{
  position: absolute;
  top: 0;
  left: 0;
  margin: 15px 0 0 16px;
}
.touch_form span::after{
  content: '';
  border-right: 1px solid #DFDFEE;
  height: 28px;
  position: absolute;
  top: 0;
  right: -10px;
}
.touch_form textarea{
  padding: 16px !important;
}
.h_187{
  height: 187px !important;
}
.touch_form .form-group > button{
  margin: 30px auto 0;
}
.submit_btn{
  background: #D14A3E;
  box-shadow: 0px 6px 6px 0px #4571FA26;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 12px 20px;
  border: 2px solid #D14A3E;
  color: #fff;
  display: block;
  width: 100%;
  border-radius: 14px;
}
.submit_btn:hover{
  background: transparent;
  color: #D14A3E;
}
/*---------Contact Us [ END ] --------------*/
/*---------SETUP VESSEL --------------*/
.transparent-btn{
  color: #09456B;
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  border: none;
  background-color: transparent;
  margin-top: 26px;
}
.auth-form input[type="date"],
.auth-form input[type="month"],
#month {
  padding: 18px 20px;
}
.auth-form label{
  font-weight: 600;
  font-size: 12px;
  color: #0B0B40;
  margin-bottom: 8px;
}
.wd-add-info-area img{
  position: absolute;
  top: 140px;
  left: -215px;
}
.auth-form select {
  font-size: 14px;
  font-weight: 600;
  color: #090A2D;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #DBDBE7;
  border-radius: 14px;
  display: block;
  padding: 18px 20px;
  width: 100%;
  height: auto;
  line-height: normal;
  background-image: url('../images/down-arrow.png');
  background-repeat: no-repeat;
  background-position: right 24px center;
}
/*upload File*/
.wd-upload-profile{
  border: 1px dashed #A4C5DA;
  background: #F7FAFE;
  padding: 13px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wd-upload-lft{
  display: flex;
  align-items: center;
  gap: 12px;
}
.wd-upload-lft .profile-pic{
  max-width: 70px;
  height: 70px;
  border-radius: 50%;
}
.wd-upload-lft span{
  font-size: 14px;
  font-weight: 600;
  line-height: 19.12px;
  text-align: left;
  color: #0B0B40;
  margin-bottom: 0;
}

.wd-browse-profile, .wd-browse-url{
  font-size: 14px;
  font-weight: 500;
  color: #F67900;
  padding: 8px 37px;
  border: 1px solid #C4D2E4;
  border-radius: 8px;
  background: #F0F6FD;
}
.wd-browse-profile:hover, .wd-browse-url:hover{
  border: 1px solid #F67900;
}
.profile-upload{
  display: none;
}
.setup-form .form-control::placeholder{
  color: #BCBECB;
}
.setup-form::after{
  content: '';
  background: url(../images/dots.png)no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90px;
  height: 133px;
  background-size: cover;
      margin: 0 0 16em 0;
}
/*---------SETUP VESSEL [ END ] --------------*/
/*-----Successful Signup [ START ]---------*/
.thank_blog{
  padding: 100px 0;
  background: url(../images/thank_bg.png)no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
}
.thank_bx{
  height: auto;
  width: 100%;
  text-align: center;
  display: block;
}
.thank_bx > img{
  width: 163px;
  height: 180px;
  object-fit: cover;
  position: unset;
}
.thank_bx h3{
  color: #0B0B40;
  font-size: 45px;
  font-weight: 800;
  line-height: 65.57px;
  text-align: center;
  margin: 30px auto 8px;

}
.thank_bx p{
  color: #57598B;
  font-size: 15px;
  font-weight: 500;
  line-height: 21.86px;
  text-align: center;
  margin-bottom: 28px;
}
.go_btn{
  background: #D14A3E;
  border: 1px solid #D14A3E;
  box-shadow: 0px 6px 6px 0px #D14A3E26;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  padding: 14px 56px;
  display: inline-block;
  border-radius: 14px;
  color: #fff;
}
.go_btn:hover{
  background: transparent;
  color: #D14A3E;
}
/*-----Successful Signup [ END ]---------*/
/*----09-07-2024*/
.select2-container--default .select2-selection--single{
  font-size: 14px;
    font-weight: 600;
    color: #090A2D;
    background: #FFFFFF;
    border: 1px solid #DBDBE7 !important;
    border-radius: 14px !important;
    display: block;
    padding: 18px 20px 18px 66px;
    width: 100%;
    height: auto !important;
    line-height: normal;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: normal !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 15px !important;
  right: 5px !important;
}
.date_grp label{
  white-space: nowrap;
  margin-bottom: 0 !important;
}
.select2-container{
  width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__clear span {
    display: none;
}
.logos_grp{
  display: flex;
  align-items: center;
  grid-gap: 15px;
}
.brand_logo img {
    width: fit-content;
    height: 50px;
    object-fit: contain;
}
/*18-09-2024*/
.wd-mr-btn-grp{
  display: flex;
  align-items: center;
  gap: 25px;
}
.download_blog_new{
  display: flex;
  align-items: center;
  gap: 20px;
}
.download_blog_new a{
  display: inline-flex;
}
.download_blog_new a img{
  height: 55px;
  object-fit: contain;
}

.install-button {
  background-color: black;
  color: white !important;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-radius: 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font: 600 18px/32px "Montserrat", sans-serif;
  text-align: center;
  justify-content: center;
}

.pwa-header {
  background-color: black;
  color: white;
  padding: 10px 20px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.pwa-header .install-button {
  background-color: white;
  color: black !important;
  line-height: 1em;
  font-size: 12px;
}

@media all and (display-mode: standalone) {
  .pwa-header {
    display: none !important;
  }
}

@media all and (display-mode: fullscreen) {
  .pwa-header {
    display: none !important;
  }
}