/*FORM*/
 .option {
    background: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 10px;
    border: 2px solid lightgrey;
    transition: all 0.3s ease;
}

.option .dot {
    height: 14px;
    width: 14px;
    background: #d9d9d9;
    border-radius: 50%;
    position: relative;
}

.option .dot::before {
    position: absolute;
    content: "";
    top: 1px;
    left: 1px;
    width: 12px;
    height: 12px;
    background: #28a745;
    border-radius: 50%;
    opacity: 0;
    transform: scale(1.5);
    transition: all 0.3s ease;
}

input[type="radio"] {
    display: none;
}

#option-1:checked:checked~.option-1,
#option-2:checked:checked~.option-2 {
    border-color: #28a745;
    background: #28a745;
}

#option-1:checked:checked~.option-1 .dot,
#option-2:checked:checked~.option-2 .dot {
    background: #fff;
}

#option-1:checked:checked~.option-1 .dot::before,
#option-2:checked:checked~.option-2 .dot::before {
    opacity: 1;
    transform: scale(1);
}

#option-mobile-1:checked:checked~.option-mobile-1,
#option-mobile-2:checked:checked~.option-mobile-2 {
    border-color: #28a745;
    background: #28a745;
}

#option-mobile-1:checked:checked~.option-mobile-1 .dot,
#option-mobile-2:checked:checked~.option-mobile-2 .dot {
    background: #fff;
}

#option-mobile-1:checked:checked~.option-mobile-1 .dot::before,
#option-mobile-2:checked:checked~.option-mobile-2 .dot::before {
    opacity: 1;
    transform: scale(1);
}

.option span {
    font-size: 12px;
    line-height: 22px;
    color: #808080;
}

#option-1:checked:checked~.option-1 span,
#option-2:checked:checked~.option-2 span {
    color: #fff;
}

#option-mobile-1:checked:checked~.option-mobile-1 span,
#option-mobile-2:checked:checked~.option-mobile-2 span {
    color: #fff;
}

.form-control{
    border: 1.5px solid #000 !important;
	background-color: transparent !important;
}


/*FORM*/

.padding-left-0{padding-left: 0 !important;}
.padding-right-0{padding-right: 0 !important;}
.margin-custom{
	margin-right: 15px;
    margin-top: 6px;
}
.bg-white-transparant{
	background-color: rgba(255,255,255,0.3) !important;
    border: 10px solid rgba(255, 255, 255, 0.4);
}
.btn-gradient:not(.btn-outline){
	background: rgb(56,97,152) !important;
	background: linear-gradient(90deg, rgba(56,97,152,1) 0%, rgba(61,101,151,1) 35%, rgba(36,160,132,1) 100%) !important;
}
.text-gray{color:#6c757d !important;}
.text-blue-solid{color:#2B4196 !important;}
.text-green-solid{color:#22A384 !important;}
.img-responsive{
	width: 100% !important;
	height: auto;
}
.featured-box-full{
	background: rgb(56,97,152);
	background: linear-gradient(90deg, rgba(56,97,152,1) 0%, rgba(61,101,151,1) 35%, rgba(36,160,132,1) 100%);
	height: 178px;
}
.list li {margin-bottom: 0;}
.list.list-ordened li:before {
    color: #000;
    border-color: #000;
}

html .progress-bar-tertiary {
	background: rgb(37,119,10);
	background: linear-gradient(90deg, rgba(37,119,10,1) 0%, rgba(56,156,23,1) 35%, rgba(78,205,37,1) 100%);
}
html .list-primary.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child{
	color: transparent;
	background-color:#2B4196;
}
.list.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child{
	width: 15px;
    height: 15px;
}
.list.list-icons li > [class*="fa-"]:first-child{
	left: 10px;
    top: 10px;
}

/*FLOATING*/




#btncollapzion a {
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out !important;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out !important;
    -webkit-transform-origin: 50% 50% !important;
    -ms-transform-origin: 50% 50% !important;
    transform-origin: 50% 50% !important;
}

a._collapz_parant._close:after, a._collapz_parant._open:after {
    content: url(https://event.summarecon.com/assets/img/event/wa-front.png) !important;
    font-size: 30px !important;
    position: relative !important;
    top: 5px !important;
    font-style: normal !important;
    color: #fff !important;
    z-index: 1 !important;
}

ul._child_collapzion li a._collapz_child i {
    margin-top: 2px !important;
    margin-left: 0.5px;
}

ul._child_collapzion li span._title {
    top: 0px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    background: #0D9F16 !important;
    padding: 5px !important;
    border-radius: 4px !important;
    color: #fff !important;
}

ul._child_collapzion li a._collapz_child {
	border: 0px !important;
}
a._collapz_parant._close{
	transform: rotate(10deg) !important;
}


/*FOOTER*/
#footer .footer-copyright {background: #fff;}
#footer {
    border-top: 0px;
}
.bar-slider {
    background-image: url(../img/event/sa-bar.svg);
    background-size: 100%;
    background-position: 100%;
    height: 15px;
}
@media (max-width: 768px){
	.no-padding-m{
		padding-left: 0;
		padding-right: 0;
	}
	.m-0-m{margin: 0 !important;}
	.p-0-m{padding: 0 !important;}
    .px-1-m{padding: 2rem 1rem !important;}
	.m-t-0-m{margin-top:0 !important;}
	.m-b-10-m{margin-bottom: 10px !important;}
    .m-b-0-m{margin-bottom: 0px !important;}
	.text-m-6{font-size: 1.10em !important;}
	.bg-form{
		background: rgba(56,97,152, 0.3) !important;
		border: 10px solid rgba(56,97,152, 0.4);
	}

	.nav{display: block;}
	#header .header-nav-top .nav > li > a{padding: 0;}

	.form-control{
        border: 1.5px solid #000 !important;
		background-color: transparent !important;
	}

	.featured-box-full{
		height: 100% !important;
		padding:10px !important;
	}
    section.section.section-height-3-m {padding: 2rem 0;}
    .text-8 {font-size: 1.7em !important;}
    .text-9 {font-size: 2.1em !important;}

    .text-center-m{text-align: center !important;}
}

.btn-color-1{
    background: linear-gradient(45deg, #8B0F0D 0%, #D52B00 100%)!important;
    color: #ffffff!important;
}

.btn-color-1:hover{
    background: linear-gradient(45deg, #5e0807 0%, #9f2001 100%)!important;
    color: #ffffff!important;
}

.btn-color-2{
    background: linear-gradient(45deg, #299406 0%, #5DDE33 100%)!important;
    color: #ffffff!important;
}

.btn-color-2:hover{
    background: linear-gradient(45deg, #1d6904 0%, #47a926 100%)!important;
    color: #ffffff!important;
}

.btn-color-3{
    background: linear-gradient(45deg, #F36F21 0%, #FAA61A 100%)!important;
    color: #ffffff!important;
}

.btn-color-3:hover{
    background: linear-gradient(45deg, #c3581a 0%, #c98613 100%)!important;
    color: #ffffff!important;
}
