*{
	font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  color: #000;
  line-height: 1.3;
}
.fntWgt-100{
	font-weight: 100;
}
.fntWgt-200{
	font-weight: 200;
}
.fntWgt-300{
	font-weight: 300;
}
.fntWgt-400{
	font-weight: 400;
}
.fntWgt-500{
	font-weight: 500;
}
.fntWgt-600{
	font-weight: 600;
}
.fntWgt-700{
	font-weight: 700;
}
.fntWgt-800{
	font-weight: 800;
}
.fntWgt-900{
	font-weight: 900;
}
a, a:hover{
	color: #14B9FF;
}
p{
	margin-bottom: 0;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.txtWhite{
	color: #fff;
}
.txtRed, .txtRed:hover{
	color: #ff0000;
}
body{
	background-color: #18187C;
}
.cont-wpr{
	width: 1346px;
    min-height: calc(100vh - 48px);
    flex-basis: 100%;
    margin: 0 auto;
    max-width: 100%;
}
.cont-box {
    width: 100%;
    
}
.container{
	max-width: 1346px;
}
header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 40px 0 0;
}

header p {
    color: #fff;
    font-weight: 300;
    font-size: 1em;
    text-align: center;
}
.cont-info {
    margin: 30px 0;
    width: 100%;
}
.idc-conts {
    background-color: #fff;
    padding: 2rem;
    border-radius: 26px;
    text-align: center;
    max-width: 690px;
    margin: 0 auto;
}

.idc-heading {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 1px;
    /* margin: 0px 0 30px; */
    margin: 0;
    line-height: 1.3;
    /* padding: 0.5rem 0 1.25rem 0; */
    padding: 0.5rem 0 .80rem 0;
    text-align: center;
}

.idc-form {
    width: 342px;
    margin: 0 auto;
    text-align: left;
    max-width: 90%;
}

.idc-form label {
    width: 100%;
    text-align: left;
    font-weight: 400;
    font-size: 1.15rem;
}

.idc-form input {
    width: 100%;
    border-radius: 0;
    border: none;
    padding-left: 5px;
    border-bottom: 1px solid #000;
    margin-bottom: 1rem;
    padding: .5rem .5rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
}
.idc-form input:focus-visible, .idc-form input:focus {
    outline: none;
    border-bottom-color: #45ba51;
}
.idc-form button {
    background: #FF3333;
    color: #fff;
    padding: 6px 30px 8px 30px;
    font-size: 1.3rem;
    font-weight: 500;
    border-radius: 0;
    border: none;
    margin: 40px auto 0;
    display: block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.idc-form button:hover {
    background: #d5d5d580;
    color: #383838;
    text-decoration: underline;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.idc-img img {
    max-height: 500px;
    width: auto;
}

footer{
	background-color: #d9d9d9;
}

footer p {
    color: #000;
    text-align: center;
    line-height: 1;
    padding: 16px 0;
}
.cncltn .idc-conts .idc-heading {
    margin: 0px 0 00px;
}

.cncltn .idc-conts p {
	letter-spacing: .8px;
	line-height: 1.5;
}
.errorHeading {
    font-weight: 700;
    font-size: 2rem;
    color: #000;
    
}

p.errorP, .idc-conts p {
    font-size: 1rem;
    color: #000;
    letter-spacing: 0.8px;
    line-height: 1.5;
}

#mm-loading-spinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #00000038;
    z-index: 998;
}
#mm-loading-spinner svg {
    position: fixed;
    top: calc(50vh - 32px);
    left: calc(50vw - 32px);
    z-index: 999;
}
.idc-conts ul {
    text-align: left;
    width: 80%;
    margin: 10px auto;
}
.cancellation {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.cancellation img {
    width: 45px;
    margin: 6px 0 0 0;
}

.cancellation .idc-heading {
    padding: 0;
    margin: 0;
    text-align: left;
    line-height: 1.2;
    width: calc(100% - 65px);
}
.idc-conts p code {
    background-color: #f5f3f3;
    border-color: #cfcbcb;
    color: #986516;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    padding: 2px 4px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
@media (max-width: 767px){
    header{
        margin: 20px 0 0;
    }
	.cont-info{
		margin: 30px 0 0 0;
	}
	header p{
		line-height: 1.5;
	}
	.idc-heading {
	    font-size: calc(1rem + 2vw);
	}
	.idc-conts p {
	    line-height: 1.6;
	    font-size: 0.9rem;
	}
	.idc-conts p br {
	    display: none;
	}
	.cancellation img {
	    width: 30px;
	    margin: 0px 0 0 0;
	}
	.idc-cancellation .idc-heading{
	    font-size: calc(.9rem + 2vw);
	}
	.idc-conts.idc-cancellation p {
	    letter-spacing: 0;
        font-size: .85rem;
    } 
    .cancellation .idc-heading{
        width: calc(100% - 45px);
    }
    .errorHeading{
        font-size: 1.8rem;
    }
}
@media (max-width: 480px){
    .idc-conts ul {
	    width: 100%;
	}
}




