	
	/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
	html {
		-ms-text-size-adjust: 100%;
		-webkit-text-size-adjust: 100%;
	}

	/* font for text */
	@font-face {
		font-family: "Chubb Publico Web";
		src: url("./../fonts/fonts_prswebut/Chubb Publico Text Web-Roman.eot");
		src: url("./../fonts/fonts_prswebut/Chubb Publico Text Web-Roman.eot?#iefix")
			format("embedded-opentype"),
			url("./../fonts/fonts_prswebut/Chubb Publico Text Web-Roman.woff2") format("woff2"),
			url("./../fonts/fonts_prswebut/Chubb Publico Text Web-Roman.woff") format("woff"),
			url('./../fonts/fonts_prswebut/ChubbPublicoApp-Roman.ttf') format('truetype');
		font-weight: 400;
		font-style: normal;
		font-stretch: normal;
	}

	/* font for headline */
	@font-face {
		font-family: "Chubb Publico Web Light";
		src: url("./../fonts/fonts_prswebut/Chubb Publico Web-Light.eot");
		src: url("./../fonts/fonts_prswebut/Chubb Publico Web-Light.eot?#iefix")
			format("embedded-opentype"),
			url("./../fonts/fonts_prswebut/Chubb Publico Web-Light.woff2") format("woff2"),
			url("./../fonts/fonts_prswebut/Chubb Publico Web-Light.woff") format("woff"),
			url('./../fonts/fonts_prswebut/ChubbPublicoApp-Light.ttf') format('truetype');
		font-weight: 300;
		font-style: normal;
		font-stretch: normal;
	}

	@font-face {
		font-family: "Chubb Publico Light";
		src: url("./../fonts/fonts_prswebut/ChubbPublico-Light.eot");
		src: url("./../fonts/fonts_prswebut/ChubbPublico-Light.eot?#iefix")
			format("embedded-opentype"),
			url("./../fonts/fonts_prswebut/ChubbPublico-Light.woff2") format("woff2"),
			url("./../fonts/fonts_prswebut/ChubbPublico-Light.woff") format("woff"),
			url('./../fonts/fonts_prswebut/ChubbPublico-Light.ttf') format('truetype');
		font-weight: 300;
		font-style: normal;
		font-stretch: normal;
	}

	@font-face {
		font-family: 'Oswald';
		src: url(./../fonts/fonts_prswebut/Oswald-Regular.ttf);
	}
	
	body {
		margin: 0;
  }
  .modal-open{
    overflow: hidden;
  }
	.form-control.password.error{
		border: 1px solid red;
	}
  .form-control.userId.error{
    border: 1px solid red;
  }
	.reqField{
    position: relative;
    top: 5px;
    color: red;
    font-size: 14px;

	}
	.password-label.error{
		color: red;
	}
  .userId-label.error{
    color: red;
  }
	.reqField.hide{
         display: none;
	}
	.reqField.show{
         display: block;
	}

	/* Style the header with a grey background and some padding */
	.header {
	  overflow: hidden;
	 padding: 30px 0 25px 0;
	  border-bottom: 5px solid #01C1D6;
	  height: 30px;
  }
  .mobile-circle{
    height: 36px;
    width: 36px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 15px;
  }
	/* Style the header links */
	.header a {
	  float: left;
	  color: black;
	  text-align: center;
	  padding: 12px;
	  text-decoration: none;
	  font-size: 18px; 
	  line-height: 25px;
	  border-radius: 4px;
	}
	/* Style the logo link (notice that we set the same value of line-height and font-size to prevent the header to increase when the font gets bigger */
	.header a.logo {
	  font-size: 25px;
	  font-weight: bold;
	}

	/* Float the link section to the right */
	.header-right {
	  float: right;
    position: relative;
    right: 0.2%;
    font-family: Chubb Publico Light;
    font-size: 17px;
    color: #4B4E52;
    line-height: 24px;
	}
  .reportClaim{
    position: relative;
    right: 20%;
    cursor: pointer;
  }

  .header-right span{
    cursor: pointer;
  }
	/* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */ 
	@media screen and (max-width: 500px) {
	  .header a {
	    float: none;
	    display: block;
	    text-align: left;
	  }
	  .header-right {
	    float: none;
	  }
	}

	.wrapper-parent{
	   
	max-width: 1200px;
    margin: 0 auto;
    height: 100%;
	}

	.logo-text{
	  padding-left: 55px;
	  font-family: Chubb Publico Light;
	  font-size: 22px;
	  color: #4B4E52;
	  line-height: 24px
	}
	/*.logo{
	 padding-left: 80px;
	}*/
  .logo img{

    height: 16px;
    width:160px;
  }
	.login-payment-div{

		/*position: relative;
	    left: 18%;
	    top: 10%;*/
	    padding: 5.8% 15%;
	}
	.nav-tabs{
		border-bottom:none;
	}
	.nav-tabs .nav-link{
	 border:none;
	 border-top-left-radius:0;
	 border-top-right-radius:0; 
	}
	.headings{ 
	 font-weight: 400!important;
    font-family: "Chubb Publico"!important;
    font-size: 24px;
    color: #4b4e52;
    line-height: 42px;
    border-bottom: 1px solid rgba(0,0,0,.12);
    width: 90%;
	}
	.nav{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 80px;
    /* margin-bottom: 0; */
    list-style: none;
	}
	.nav-item.payment{
	  padding-left: 100px;
	}
	.col-md-12.custom-div{
		padding-right: 0px;
	}
	.nav-link{
		display: unset !important;
	}
	.headings a{
		color:#4b4e52;
		text-decoration: none;
	}
	.ink-bar{
	visibility: visible;  width: 264px;	
	background-color: #1274b8;
    height: 3px;
    bottom: 0;
    transition: .5s cubic-bezier(.35,0,.25,1);
	}
 .form-fields{
 	padding-top: 71px;
    padding-left: 75px;
    color: #4b4e52;
    font-family: "Chubb Publico";
    font-weight: 300!important;
 }
.user-id{
	padding-left: 20px;
	
}
.appLinkHideMobile{
  display: none;
}
.playStore{
    display: none;
}
.form-control.password{
	display: block;
    width: 81%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: unset; 
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: 1px solid #a9a9a9;
}
.form-control.userId{
  display: block;
    width: 81%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: unset; 
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: 1px solid #a9a9a9;
}
label{
	line-height: 28px;
	margin-bottom: 0;
}
.password-label{
	padding-top: 10px;
}
.btn.btn-default {
    font-size: 17px;
    font-weight: bolder;
    border: 1px solid #150f96;
    padding: 0 0 0 12px;
    display: inline-block;
    cursor: pointer;
    height: 38px;
    width: 121.76px;
    text-decoration: none;
    color: #150f96 !important;
    border-radius: unset;
    font-family: Chubb Publico;
    background-color: #fff;
}
 .n-btn-cancel{
    font-size: 17px;
    font-weight: bolder;
    cursor: pointer;
    height: 38px;
    width: 121.76px;
    text-decoration: none !important;
    color: #150f96 !important;
    
}
.forgot-password{
	font-family: "Chubb Publico Web Light";
    font-size: 16px;
    font-weight: 300;
    cursor: pointer;
    text-decoration: none !important;
    display: inline-block;
    color: #150f96 !important;
    line-height: 24px;
    border-bottom: 1px solid #150f96; 
}
.col-md-6.forgot-pwd{
    padding-top: 25px;
}

.login-button-div img{
	padding-left: 30px;

}
.login-button-div{
	padding-top: 25px;
}
.cancel-button-div{
	
	padding-top: 10px;
    position: relative;
    left: 30%;
    float: left;
    
}
.cancel-button-div a {
  color: #150f96;
  cursor: pointer;
}
.footer-wrap {
    background-color: #4b4e52;
   max-height: 100%;
    margin: 0;
    font-family: "Chubb Publico Light","Chubb Publico Roman","Chubb Publico";
}
.footer-wrap .footer-top .brand-label {
    display: inline-block;
    font-size: 32px;
    padding: 37px 0 0 80px;
    color: #fff;
}
.footer-bottom {
  padding: 23px 40px 34px;
    clear: none;
}
.footer-bottom .links {
    margin: 0 0 0;
    padding-left: 40px;
}
.footer-wrap .footer-bottom ul li {
    text-decoration: none;
    cursor: pointer;
    display: inline;
    padding-right: 10px;
    font-size: 14px;
}
.footer-wrap .footer-bottom ul li a {
    text-decoration: none;
    cursor: pointer;
}
.footer-bottom .links a {
    color: #afafaf!important;
}
.mobile-app-section{
   padding: 8% 0 0 10%;
}

.mobile-app-section .mobile-icon{
    display: inline-flex;
   margin: 20px 0 0 0;
}
.mobile-app-section .app-store .apple{
    height: 21.37px;
    width: 72px;
    margin-right: 35px;
}
.mobile-app-section .app-store .google{
    height: 21.37px;
    width: 72px;
}
.mobile-app-section .mobile-icon div img {
    margin: 8px 12px;
    height: 20px;
    width: 12px;
}
.custom-font-text{
     color: #4b4e52;
     font-weight: 300!important;
     font-family: "Chubb Publico";
     line-height: 1.5em;
}
.custom-font-text-heading{

	color: #4b4e52;
    font-family: "Chubb Publico";
    font-weight: 300!important;
    padding-left: 12px;
    line-height: 0;
}
.row{
	width: 100%;
	display: flex;
}
.col-1 {
    width: 46%;
    overflow: hidden;
}
.col-1 img{

    width: 100%;

}
.col-2 {
   width: 54%;
   background-color: #f6f7f7;
    }
    .col-3{
      width:100%;
      display: inline-block;
    }

    .col-4{
    	width: 50%
    }
    .col-5{
    	width: 50%
    }

/* Style the tab */
.tab {
  overflow: hidden;
  padding: 9.8% 0 0 10%;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}


/* Style the tab content */
.tabcontent {
  display: block;
  padding: 75px 85px;
  color: #4b4e52;
  font-family: "Chubb Publico";
  font-weight: 300!important;
  
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-decoration: none;
}

li {
  float: left;
}

li a {
  display: block;
  
}
.headings ul li:nth-child(2){
	position: relative;
    left: 45%;
}
.headings ul li:nth-child(1){
	position: relative;
    left: 15%;
}
.col-md-7{
	margin-bottom: 20px;
}


/*====== Style for Modal ======*/
/* The Modal (background) */
.modal {
  display: none; 
  position: fixed;
  z-index: 1; 
  padding-top: 155px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto; 
  background-color: rgba(0,0,0,.8); 
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 22px;
    border: 1px solid #888;
    width: 480px;
    box-shadow: 0 11px 15px -7px rgba(0,0,0,.2), 0 24px 38px 3px rgba(0,0,0,.14), 0 9px 46px 8px rgba(0,0,0,.12);
    min-height: inherit;
    max-height: inherit;
    font-family: 'Chubb Publico','Chubb Publico Roman','Chubb Publico Light';
    /* height: 302px; */
}
.modal2{
  width: 564px;
  padding: 22px 10px 20px 22px !important;
}
.doc-header{
    font-size: 24px;
    margin: 10px;
    font-family: 'Chubb Publico Light','Chubb Publico Roman','Chubb Publico Light';
}
.doc-header span {
    border-left: 3px solid #01c1d6;
    padding-left: 10px;
}
.crux-card{
  padding: 10px;
  margin: 12px;
  border-radius: 0;
  background: #fff;
  /* border-radius: 2px; */
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
  max-width: 90%;
  box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
}
.claim-online-card{
  padding: 15px;
}
.mobile-icon {
  display: inline-flex;
  /* height: 100px; */
  width: 435px;
}
.claim-online-card .icon {
  line-height: 36px;
}
.mobile-icon div {
  background-color: #fff;
  border-radius: 50%;
  margin-right: 32px;
}
.claim-online-card .text {
  margin-right: 50px;
}
.claim-online-card .text h3 {
  color: #4b4e52;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  margin: 18px 0 0 0;
}
.claim-online-card .text p{
  margin-top: 5px;
  color: #4b4e52;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}
.phone{
  height: 50px;
}
.online{
  height:75px;
}
.text{
  
    position: relative;
    bottom: 20px;

}
/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-right: 11px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.section1{
  display: inline-block;
  width: 100%;
}
.icon-contactUs{
  background-color: #fff;
    border-radius: 50%;
    position: relative;
    top: 21px;
    left: 27px;
    width: 12%;
}
h3{
  font-weight: 300;
}
.text-contactUs{
    width: 125px;
    position: relative;
    bottom: 20px;
    color: #4b4e52;
    font-size: 17px;
    font-weight: 300;
    line-height: 24px;
    margin-left: 83px;
    
    /* font-family: 'Chubb Publico Light','Chubb Publico Roman','Chubb Publico'; */
}
.crux-contact{
    display: inline-block;
    width: 39.8%;
    height: 50px;
    padding: 7px 15px 20px 15px;
}
.icon2-contactUs{
  position: relative;
  bottom: 64px;
  float: right;
  margin-right: 10px;
 }
 .icon2-contactUs svg {
  height: 21.5px;
  width: 11.5px;
 }
.contactUs-card{
  text-decoration: none;
  cursor: pointer;
}
.icon svg{
  height: 22px;
  width: 22px;
}
.by-phone-contact{
  height: 112px;
  padding: 15px 15px 15px 26px !important;
}
.custom-margin{
  margin: 5px 0 0 0 !important;
}
#username{
  background-color: #f6f7f7 !important;
   border: none; 
    pointer-events: none;
    font-size: 1rem;
    font-weight: 600;
    display:none !important;
}

#username_label_value{
   border: none; 
    font-size: 1rem;
    font-weight: 600;
    padding-left: 12px;
}
.form-control.userId{
  display: inline !important;
}



@media only screen and (min-width:1400px) {

}
@media only screen and (min-width:1200px) and (max-width:1399px){

}
/* Media query fo IPAD PRO*/
 @media only screen and (min-width: 1024px) and (max-width:1199px) {
   
  .tabcontent{
   	padding: 70px 0 0 85px;
   }
   .logo{
    padding-left: 5px;
 }
.header-right{
  right: 1.2%
}
.modal-content{
  width:45% !important;
}
.crux-contact{
  padding: 0 !important;
  width: 44.5% !important;
  height: 65px !important;
}
.icon2-contactUs{
  margin: 0 15px 0 0 !important;
}
.crux-card{
  margin: 11px;
} 
.modal-content{
  height: unset;
}
.claim-online-card{
  padding: 15px 0 0 0;
}

 }
@media only screen and (min-width: 992px) and (max-width:1023px) {

}

/*Media query for IPAD*/
@media only screen and (min-width: 768px) and (max-width:991px) {

  body{
	  margin:0 0 0 0;
	}
 .col-1{
 	display: none;
 }
 .col-2{
	width:100%;
}
.headings ul li:nth-child(1) {
  position: relative;
 }
.form-control.password{
   	width: 80%;
   }
   .tabcontent{
   	padding: 70px 0 10px 85px;
   } 
   .mobile-app-section{
   	    padding: 1% 0 6% 10%;
   }
   .footer-wrap .footer-top .brand-label {
    display: inline-block;
    font-size: 32px;
    padding: 50px 0 0 40px;
    color: #fff;
    }
   .footer-wrap{
    max-height: 100%;
    margin: 0;
    clear: both
   }
   .custom-font-text{
   	width: 75%;
   }
   .footer-bottom .links {
    margin: 0 0 0;
    padding-left: 40px;
    }
   .footer-bottom ul{
   	display: flex;
    flex-direction: column;
    margin:0 0 15px -40px;

   }
   .footer-bottom{
   	 padding: 17px 0px 5% 38px;
    clear: none;
   }
 
 .footer-wrap .footer-bottom ul li {
    text-decoration: none;
    cursor: pointer;
    display: inline;
    padding-right: 10px;
    font-size: 14px;
}
.footer-bottom ul li {
    /* font-size: 13px; */
    margin: 6px 0;
}
.logo{
  padding-left: 5px;
}
.header-right{
  right: 1.2%
}
.modal-content{
  width:60% !important;
}
/* .modal2{
  width: 56% !important;
  margin: 0 0 0 33px !important;
}
.section1{
  width:80% !important;
}
.by-phone-contact{
  width: 75% !important;
  height: 205px !important;
}
.byPhone{
  width: 160px !important;
} */
.crux-contact{
  padding: 0 !important;
  width: 44.5% !important;
  height: 65px !important;
}
.icon2-contactUs{
  margin: 0 15px 0 0 !important;
}
.modal-content{
  height: unset;
}
.crux-card{
  margin: 11px;
} 
.claim-online-card{
  padding: 15px 0 0 0 !important;
}
}
@media only screen and (min-width:561px) and (max-width:767px)
{
  .header{
    text-align: center;
  }
  .logo-text{
    display: none;
  }
  .header-right{
    display: none;
  }
  .col-1{
    display: none;
  }
  .col-2{
    width: 100%;
  }
  .mobile-app-section {
    padding: 5% 0 0 10%;
}
}
@media only screen and (min-width:480px) and (max-width:560px)
{
  body{
	margin:0 0 0 0;
 }
 .logo-text{
 	display: none;
 }
 .logo {
 	padding-left: 155px;
 }
 .col-1{
 	display: none;
 }
 .col-2{
 	width:100%;
 }
 .ink-bar{
 	width: 180px;
 }
 .headings ul li:nth-child(2) {
    position: relative;
    left: 40%;
}
.tabcontent{
 padding: 70px 0 0 55px;
}
.mobile-app-section{
	padding: 1% 0 20px 10%;
}
.custom-font-text{
	  width: 80%;
}
.doc-header {
  font-size: 17px;
}
.modal-content{
  margin: 0 0 0 35px !important;
}
.online {
  height: 185px !important;
}
.phone {
  height: 90px !important;
}
.mobile-icon{
  width: 185px !important;
}
.text{
  margin: 0 !important;
}
.modal-content{
  width: 55% !important;
}
.modal2{
  width: 80% !important;
 
}
.icon2-contactUs{
  margin-right: 22px !important;
}
.crux-contact{
  width:44.5% !important;
  padding:unset !important; 
  height: 70px !important;
}
.by-phone-contact {
  height: 155px !important;
}
.mobile-icon {
 width: unset !important;
}
.modal-content{
  height: unset;
}

}
@media only screen and (min-width:320px) and (max-width:479px)
{
  .col-1{
 	display: none;
 }
 .headings ul li:nth-child(1) {
    position: relative;
   }
.tab {
    overflow: hidden;
    padding: 9.8% 0 0 0;
}
.ink-bar{
	width: 187px;
}
.headings{
	font-size: 18px;
}
.col-1{
	width: none;
}
.col-2{
	width:100%;
}
body{
	margin:0 0 0 0;
	
}
.tabcontent {
  padding: 55px 40px;
    
}
/* .cancel-button-div {
    padding-top: 10px;
    position: relative;
    left: 115%;
    bottom: 30px;
} */
.mobile-app-section{
	padding: 0 0 25px 7%;
}
.custom-font-text{
	line-height: 24px;
    font-size: 16px;
    width: 90%;
}
.mobile-app-section .mobile-icon {
    display: inline-flex;
     margin: 0; 
}
.footer-bottom ul {
    display: flex;
    flex-direction: column;
   margin: 0 0 15px -40px;
}
.footer-wrap{
	max-height: 100%
}

.footer-bottom ul li {
    font-size: 13px;
    margin: 6px 0;
}
.footer-wrap .footer-top .brand-label{
	padding: 37px 0 0 40px;
}

.logo-text{
	display: none;
}
.logo {
    padding-left: 95px;
}
.doc-header {
  font-size: 17px;
}
.modal-content{
  margin: 0 0 0 35px !important;
}
.online {
  height: 185px !important;
  width: 200px !important;
}
.phone {
  height: 90px !important;
  width: 200px !important;
}
.mobile-icon{
  /*width: 185px !important;*/
}
.text{
  margin: 0 !important;
}
.modal-content{
  width: 55% !important;
}

.modal2{
  width: 56% !important;
  margin: 0 0 0 33px !important;
}
.section1{
  width:87% !important;
}
.by-phone-contact{
  width: 75% !important;
  height: 205px !important;
}
.crux-contact{
  width:100% !important;
}
.byPhone{
  width: 160px !important;
  /* padding:15px 15px 15px 26px !important; */
}
/*----------------------------------------------*/

.btn.btn-default{
  width: 100%;
  padding: 0 0 0 102px;
}
.col-4{
  width: 100%;
 
}
.form-control.password{
 width: 100%;
}
.n-btn-cancel.mobile{
   
}
.login-button-div img{
  margin-left: 110px;
  padding-left: 0;
}
.col-5{
  width: 100%
}
.cancel-button-div{
    position: relative;
    top: 25px;
    text-align: center;
   /* margin-right: 6px;*/
    left: unset;
    float: none;
}
.col-md-6.forgot-pwd{
  padding: 60px 0 0px 0;
  text-align: center;
}
/*----------------------------------------------*/
.modal-content{
  height: unset;
}
}

@media only screen and (min-width:359px) and (max-width:362px) { 
  .btn.btn-default.mobile {
   
    padding: 0 0 0 90px;
}
 .login-button-div img {
    margin-left: 100px;
    padding-left: 0;
}

}

@media only screen and (min-width:320px) and (max-width:321px) { 
.btn.btn-default.mobile{
  padding: 0px 0 0 75px;
}
.login-button-div img{
      margin-left: 78px;
}
.col-md-6.forgot-pwd{
 padding: 85px 0 0px 68px;
}
.cancel-button-div{
    position: relative;
    top: 25px;
    text-align: center;
    margin-right: 0;
    left: unset;
    margin-left: 20px;
}
}

@media only screen and (max-width:319px) { 
 .col-1{
 	display: none;
 }
 .logo-text{
 	display: none;
 }
 .col-2{
     width: 100%;
 }
 .tab{
  padding: 9.8% 0px 0 0%
 }
 .ink-bar{
 	width: 138px;
 }
 .headings ul li:nth-child(1) {
    position: relative;
    left: 10%;
}
.headings ul li:nth-child(2) {
    position: relative;
    left: 16%;
}
.tabcontent {
	padding: 70px 0 0 30px;
}
.col-4 {
    width: 30%;
}
.col-5 {
    width: 64%;
}
.mobile-app-section{
	padding:1% 0px 25px 10%;
}
}

.col-3.mobile-view{
  display: none;
}
@media only screen and (max-width:501px) { 
 .appLinkHideMobile{
  display: block;
}
.google.hide{
  display: none;
}
.apple.hide{
  display: none;
}
.playStore{
  display: block;
  position: relative;
    bottom: 22px;
    left: 115px;
}
.col-3.mobile-view{
  display: block;

}
/* .col-3.desktop-view{
  display: none;
} */
.header-right{
  display: none;
}

}
#alert-msg font {
  color: #4b4e52;
}