@import url('https://fonts.googleapis.com/css2?family=Hurricane&display=swap');
@import url('https://fonts.googleapis.com/css2?family=League+Gothic&family=Oswald:wght@200..700&display=swap');
.font-oswald {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
  }
  .font-league-gothic {
    font-family: "League Gothic", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:"wdth" 100;
  }
.font-hurricane {
    font-family: "Hurricane", cursive;
}
.amp1_background{
    background-color: #f1f1f1;
    /*background-image: linear-gradient(to bottom right, red, yellow);*/
    /*
      background-image: url("../assets/background.jpg");
      height: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      */
      /*
    background: url(../assets/Background.webp) repeat fixed 100%;
    background-size: cover;
    */
}
.reg_form_title_amp1{
    background: #ADD12A;
}
.fonm_link_btn1{
    font-size: 20px ;
    border-radius: 30px;
    color: #2c2c2c;
    /*background: #FFFFFF;*/
    border: 2px solid #ec1c28;
    background: rgb(255,255,255);
    /*background: linear-gradient(0deg, rgba(255,0,0,1) 0%, rgba(165,0,0,1) 37%, rgba(72,0,0,1) 100%);*/
}
.fonm_link_btn1:hover {
     text-decoration: underline;
}
.amp1_form input, .amp1_form input:focus, .ammp1_address_feild, .ammp1_address_feild:focus, .amp1_form select, .amp1_form select:focus{
    background: #1d181400;
    color: #2c2c2c;
    /*opacity: 0.6;*/
}
.amp1_form select option{
    margin: 40px;
    background: rgb(49 39 29);
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.amp1_form input:disabled, .amp1_form input:read-only {
    background-color: #1d181400;
    opacity: 1;
}
.form_choose_color1{
    background-color: #0086D8;
}
.amp1_payment_amount_usd{
    background: #2B6392;
    color: #cdc7c7;
}
.amp1_payment_amount_lkr{
    background: #2b639287;
    display: none;
}
.amp1_form ::placeholder {
    color: #2c2c2c;
    opacity: 1; /* Firefox */
    
}

.amp1_form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #2c2c2c;
    opacity: 1;
}

.amp1_form ::-ms-input-placeholder { /* Microsoft Edge */
    color: #2c2c2c;
    opacity: 1;
}
.amp1_payment_amount_usd a{
    cursor: pointer;
}
/*.amp1_default_select{
     color: #FFFFFF;
    opacity: 0.6;
}*/
/*//////Auto Fill//////////*/
/* Change autocomplete styles in WebKit */
.amp1_form input:-webkit-autofill,
.amp1_form input:-webkit-autofill:hover, 
.amp1_form input:-webkit-autofill:focus,
.amp1_form textarea:-webkit-autofill,
.amp1_form textarea:-webkit-autofill:hover,
.amp1_form textarea:-webkit-autofill:focus,
.amp1_form select:-webkit-autofill,
.amp1_form select:-webkit-autofill:hover,
.amp1_form select:-webkit-autofill:focus {
    /*border: 1px solid green;*/
    -webkit-text-fill-color: #2c2c2c;
    /*-webkit-box-shadow: 0 0 0px 1000px #000 inset;*/
    transition: background-color 5000s ease-in-out 0s;
}
/*//////Auto Fill//////////*/
.program_duration_background{
    background-color: #0086D8;
    padding: 3% 0%;
    width: 77%;
    float: right;
    -webkit-clip-path: polygon(89% 0, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(89% 0, 100% 100%, 0 100%, 0 0);
}
.program_duration_background_wrap{
    filter: drop-shadow(-3px 6px 3px rgba(50, 50, 0, 0.5));
}
.background_shape_1{
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.vr{
    height: 100%;
    width: 1%;
    background: white;
    float: right;
    margin-right: -2%;
    clip-path: polygon(40% 0%, 60% 0%, 100% 40%, 100% 60%, 60% 100%, 40% 100%, 0% 60%, 0% 40%);
}
.vt{
    height: 1%;
    width: 100%;
    background: white;
    /*float: right;*/
    margin-top: -2%;
    clip-path: polygon(35% 0, 65% 0, 100% 45%, 100% 55%, 65% 100%, 35% 100%, 0 55%, 0 45%);
}
@media (max-width: 768px){
    .vr,.vt{
        display: none;
    }
}
.submit-button{
    background-color: #000000 !important;
}
/*/////////////////RAdio Button Group////////////*/

/*/////////////////RAdio Button Group////////////*/
.cs_give_sec .radio-toolbar_1 {
    /*margin: 10px;*/
}

.cs_give_sec .radio-toolbar_1 input[type="radio"] {
    /*    opacity: 0;
position: fixed;
width: 0;*/
    opacity: 0;
    /* position: fixed; */
    width: 1px;
    height: 1px !important;
}

.cs_give_sec .radio-toolbar_1 label {
    line-height: unset;
    letter-spacing: inherit;
    margin-left: 0px !important;
    /* background: #0086D8; */
    color: #000000;
    width: 100%;
    text-align: center;
    display: inline-block;
    font-weight: 600;
    /* background-color: #0a48a6; */
    padding: 0.9rem 0px;
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    border: 2px solid #d7cece;
    border-radius: 10px;
    transition: 1s;
    background-color: #ffffff;
}

.cs_give_sec .radio-toolbar_1 label:hover {
    cursor: pointer;
    /* background-color: #626168;
    color: white; */
}

.cs_give_sec .radio-toolbar_1 input[type="radio"]:focus+label {
    /*border: 2px dashed red;*/
}

.cs_give_sec .radio-toolbar_1 input[type="radio"]:checked+label {
    /* background-color: #ffffff;
    color: #000;
    font-weight: bold; */
    border-color: #dc5f37;
}

.cs_give_sec .radio-toolbar_1 input[type="radio"]:checked+label:before {
    content: none;
}

.cs_give_sec .radio-toolbar_1 input[type="radio"]+label:before {
    border: none;
}

/*/////////////////RAdio Button Group////////////*/
/*/////////////////2/////////////////////////*/
.radio-toolbar_2 {
    /*margin: 10px;*/
}

.radio-toolbar_2 input[type="radio"] {
    /*    opacity: 0;
        position: fixed;
        width: 0;*/
    opacity: 0;
    /* position: fixed; */
    width: 1px;
    height: 1px !important;
}

.radio-toolbar_2 label {
    /*    background: #ADD12A;*/
    color: #2c2c2c;
    width: 100%;
    height: 100%;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    /*padding: 16px 20px;*/
    padding: 0px 0px;
    /*font-family: 'Poppins', sans-serif;*/
    font-size: 12px;
    font-weight: 500;
    /*border: 2px solid #444;*/
    border: 2px solid #ec1c28;
    border-radius: 4px;
    line-height: 1;
}

.radio-toolbar_2 label:hover {
    text-decoration: underline;
    cursor: pointer;
    color: black;
}

.radio-toolbar_2 input[type="radio"]:focus + label {
    /*border: 2px dashed red;*/
}

.radio-toolbar_2 input[type="radio"]:checked + label {
    /*    background-color: #bfb;
        border-color: #4c4;*/
    background-color: #2c2c2c;
    border-color: #ec1c28;
    color: white;
    
}
.radio-toolbar_2 .form-group{
    /*height: 80%;*/
}
/*/////////////////RAdio Button Group////////////*/
/*/////////////////Check Box Button Group////////////*/
.check-toolbar_1 input[type="checkbox"] {
    /*    opacity: 0;
        position: fixed;
        width: 0;*/
    opacity: 0;
    /* position: fixed; */
    width: 1px;
    height: 1px !important;
}

.check-toolbar_1 label {
    /*    background: #1d181400;*/
    color: white;
    width: 100%;
    height: 100%;
    text-align: center;
    display: inline-block;
    background-color: #1d181400;
    /*padding: 16px 20px;*/
    padding: 10px 0px;
    /*font-family: 'Poppins', sans-serif;*/
    font-size: 15px;
    /*border: 2px solid #444;*/
    border-radius: 4px;
}

.check-toolbar_1 label:hover {
    background-color: #131dad;
    cursor: pointer;
    color: white;
}

.check-toolbar_1 input[type="checkbox"]:focus + label {
    /*border: 2px dashed red;*/
}

.check-toolbar_1 input[type="checkbox"]:checked + label {
    /*    background-color: #bfb;
        border-color: #4c4;*/
    background-color: #1663e0;
    border-color: #050346;
}
/* ///////////// */
.days-box {
    height: 100%;
    width: 20%;
    float: left;
}
.days-box-cont {
    margin: 0 10px;
}
/*/////////////////Check Box Button Group////////////*/

/* Chrome, Safari, Edge, Opera */
#contact::-webkit-outer-spin-button,
#contact::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
#contact[type=number] {
  -moz-appearance: textfield;
}
/* ///////////// */
.reg_form_lable{
    background: #2c2c2c;
}
.list_fc{
    position: relative;
	list-style: none;
	margin-left: 0;
	padding-left: 1.2em;
}
.list_fc li {
    margin-top: 17px;
}
.list_fc li:before {
	content: "-";
	position: absolute;
	left: 0;
}
.clid-seperator{
    margin: 0;
    border-top: 2px solid rgb(54 221 199);
}
/*///////*/
.ev_li li {
    list-style-type: none;
    position: relative;
    padding-left: 15px;
    margin-bottom: 8px;
}

.ev_li li:before {
    content: "\25BA \0020";
    font-size: 22px;
    position: absolute;
    top: 4px;
    left: -17px;
}
/*///////*/
.text-t1{
    color: #FFFFFF;
}
.overly-1{
    background: #00000087;  
}
.border-radius-cx1 {
    border-radius: 20px;
}
/*////////////*/
.amp1_background .table,.amp1_background .table-bordered th,.amp1_background .table-bordered td{
        border: 1px solid #2c2c2c;
        background-color: transparent;
}
.gmc_select:after, .gmc_select:before {
    content: none ;
}
button:before, button:after {
    content: none !important;
}
.gmc_select{
    padding: 14px 0px;
    color: #2c2c2c;
    font-weight: bold;
    border-radius: 10px;
    margin: 20px;
    border: 2px solid #ec1c28;
    text-align: center;
    font-size: 20px;
    background: rgb(255,255,255);
    /*background: linear-gradient(0deg, rgba(255,0,0,1) 0%, rgba(165,0,0,1) 37%, rgba(72,0,0,1) 100%);*/
    /*
    background: #8ba37f ;
    background: -moz-linear-gradient(top, #8ba37f  0%, #b9bbb8 50%, #b5b5b5 51%, #e8e9e8 100%);
    background: -webkit-linear-gradient(top, #8ba37f  0%,#b9bbb8 50%,#b5b5b5 51%,#e8e9e8 100%);
    background: linear-gradient(to bottom, #8ba37f  0%,#b9bbb8 50%,#b5b5b5 51%,#e8e9e8 100%);
    */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ba37f ', endColorstr='#e8e9e8',GradientType=0 );
    transition: 1s;
}
.gmc_select:hover{
    /*text-decoration: underline;*/
    transform: scale(1.1);
}

.mbanner{
    border-radius:10px;
}

.darkgray{
  color: #2c2c2c;  
}

form label{
   color: #2c2c2c; 
}

.font-size-h4{	
	font-size: 1.5rem;
}
.font-size-h5{	
	font-size: 1.25rem;
}
.mp-birthday{
        border-radius: 50px;
    border: 3px solid #FF0000;
    padding: 1.1rem;
    border-bottom-style: hidden;
}
.img-container{
    margin-bottom: 0.8rem;
    margin-top: 0.8rem;
}
.img-desc{

}
@media only screen and (max-width: 600px){
	.font-size-h4{
		font-size: 1rem;
	}
	.font-size-h5{	
    	font-size: 1rem;
    }
	.gmc_select{
		font-size: 1rem;
		padding: 10px 0;
	}
	.radio-toolbar_2 label{
	    font-size: 10px;
	}
}

/* /////////// */
.box-shadow-none{
    box-shadow: none !important;
}

/*switch styles*/

div.btn-container{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

div.btn-container i{
    display: inline-block;
    position: relative;
    top: -9px;
}

.white-preview label , .inner-lable {
    font-size: 13px;
    color: #424242;
    font-weight: 500;
}

.btn-color-mode-switch{
    display: inline-block;
    margin: 0px;
    position: relative;
}

.btn-color-mode-switch > label.btn-color-mode-switch-inner{
    margin: 0px;
    width: 140px;
    height: 54px;
    background: #E0E0E0;
    /* border-radius: 26px; */
    border-radius: 40px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    /*box-shadow: 0px 0px 8px 0px rgba(17, 17, 17, 0.34) inset;*/
    display: block;
}

.btn-color-mode-switch > label.btn-color-mode-switch-inner:before{
    /*
    content: attr(data-on);
    position: absolute;
    font-size: 12px;
    font-weight: 500;
    top: 7px;
    right: 20px;
*/
    content: attr(data-on);
    position: absolute;
    font-size: 12px;
    font-weight: 500;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.btn-color-mode-switch > label.btn-color-mode-switch-inner:after{
    /*
    content: attr(data-off);
    width: 70px;
    height: 26px;
    background: #fff;
    border-radius: 26px;
    position: absolute;
    left: 2px;
    top: 2px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 6px -2px #111;
    padding: 5px 0px;
    */
    content: attr(data-off);
    width: 70px;
    /* height: 26px; */
    background: #fff;
    /* border-radius: 26px; */
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    transition: all 0.3s ease;
    /* box-shadow: 0px 0px 6px -2px #111; */
    padding: 5px 0px;
    font-size: 12px;
    font-weight: 500;
    /* line-height: 1; */
    height: 50px;
    line-height: 36px;
    border-radius: 36px;
}

.btn-color-mode-switch > .alert{
    display: none;
    background: #FF9800;
    border: none;
    color: #fff;
}

.btn-color-mode-switch input[type="checkbox"]{
    cursor: pointer;
    width: 50px;
    height: 40px;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    margin: 0px;
}

.btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner{
    background: #151515;
    color: #fff;
}

.btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner:after{
    content: attr(data-on);
    left: 68px;
    background: #3c3c3c;
}

.btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner:before{
    content: attr(data-off);
    right: auto;
    left: 20px;
}

.btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner{
    /*background: #66BB6A; */
    /*color: #fff;*/
}

.btn-color-mode-switch input[type="checkbox"]:checked ~ .alert{
    display: block;
}

/*mode preview*/
.dark-preview{
    background: #0d0d0d;
}

.dark-preview div.btn-container i.fa-sun-o{
    color: #777;
}

.dark-preview div.btn-container i.fa-moon-o{
    color: #fff;
    text-shadow: 0px 0px 11px #fff;
}


.white-preview div.btn-container i.fa-sun-o{
    color: #ffa500;
    text-shadow: 0px 0px 16px #ffa500;
}

.white-preview div.btn-container i.fa-moon-o{
    color: #777;
}

p.by {
    
}

p.by a{
    text-decoration: none;
    color: #000;
}

.dark-preview p.by a{
    color: #777;
}

.white-preview p.by a{
    color: #000;
}

/* toggle Switch 02 */
.switch-toggle {
    --width: 260px;
    --height: 50px;
    --offset: 4px;
    --radius: 25px;
    position: relative;
    width: var(--width);
    height: var(--height);
    padding: var(--offset);
    background: #f5f5f580;
    border-radius: var(--radius);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    font-style: normal;
  }
  .switch-toggle input[type=checkbox] {
    cursor: pointer;
    position: absolute;
    inset: 0;
    appearance: none;
    z-index: 2;
  }
  .switch-toggle input[type=checkbox]:checked + label.switch-toggle-label:before {
    translate: 100% 0;
  }
  .switch-toggle input[type=checkbox]:checked + label.switch-toggle-label span:nth-child(1) {
    color: gray;
  }
  .switch-toggle input[type=checkbox]:checked + label.switch-toggle-label span:nth-child(2) {
    color: #1a1a1a;
  }
  .switch-toggle input[type=checkbox] + label.switch-toggle-label {
    margin: 0;
    position: absolute;
    inset: var(--offset, 0);
    padding: 10px 0;
    display: block;
    user-select: none;
    /* pointer-events: none; */
    pointer-events: auto;
    cursor: pointer;
    display: grid;
    gap: 2px;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    place-items: center;
  }
  .switch-toggle input[type=checkbox] + label.switch-toggle-label:before {
    content: "";
    position: absolute;
    width: 50%;
    inset: 0;
    background: #fff;
    border-radius: calc(var(--radius) - var(--offset));
    box-shadow: 0px 4px 15px 0px rgba(16, 39, 68, 0.1);
    translate: 0 0;
    transition: translate 250ms cubic-bezier(0.93, 0.26, 0.07, 0.69);
  }
  .switch-toggle input[type=checkbox] + label.switch-toggle-label span {
    line-height: 0;
    position: relative;
    transition: 200ms linear;
  }
  .switch-toggle input[type=checkbox] + label.switch-toggle-label span:nth-child(1) {
    color: #1a1a1a;
  }
  .switch-toggle input[type=checkbox] + label.switch-toggle-label span:nth-child(2) {
    color: gray;
  }
/* toggle Switch 02 */
.heding-text1{
    font-size: 5rem;
    color: #0048ac;
    /* text-align: start; */
    text-transform: uppercase;
    line-height: 1 !important;
}

.heding-text2{
    font-size: 3.9rem;
    color: #0048ac;
    /* text-align: start; */
    text-transform: uppercase;
    line-height: 1 !important;
}


/* responsive media tag */
/* Extra large devices (desktops) */
@media (max-width: 1200px) {
    .heding-text1 {
      font-size: 4rem;
    }
  }
  
  /* Large devices (laptops/tablets landscape) */
  @media (max-width: 992px) {
    .heding-text1 {
      font-size: 3rem;
    }
  }
  
  /* Medium devices (tablets portrait) */
  @media (max-width: 768px) {
    .heding-text1 {
      font-size: 2.4rem;
    }
  }
  
  /* Small devices (phones) */
  @media (max-width: 576px) {
    .heding-text1 {
      font-size: 2.2rem;
    }
  }
  
  /* Extra small devices */
  @media (max-width: 400px) {
    .heding-text1 {
      font-size: 1.9rem;
    }
  }
/* responsive media tag */
.text-black{
    color: #000000;
}