/* white you custom css code here. only css code will work */
.single-contact-item .social-icons {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 10px;
}
.single-contact-item .social-icons li {
    display: inline-block;
}
.single-contact-item .social-icons li+li {
    margin-left: 10px;
}
.single-contact-item .social-icons li a {
    transition: all 300ms;
  	padding: 10px 10px 10px 10px;
    background-color: gray;
    border-radius: 10px;
    color: #fff;
}
.single-contact-item .social-icons li a:hover {
    color: var(--medical-color);
}

.footer-social .social-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.footer-social {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px;
    justify-content: center;
}

.footer-social p {
    font-size: 1rem;
    font-weight: 500;
    padding: 0 10px;
    color: #fff;
}

.footer-social .social-icons li {
    display: flex;
}
.footer-social .social-icons li+li {
    margin-left: 10px;
}
.footer-social .social-icons li a {
    transition: all 300ms;
    background-color: #fff;
    border-radius: 50%;
    height: 25px;
    position: relative;
    width: 25px;
    line-height: 25px;
    color: #000;
}
.footer-social .social-icons li a:hover {
    color: var(--medical-color);
}
.fa.fa-twitter{
	font-family:sans-serif;
}
.fa.fa-twitter::before{
	content:"𝕏";
	font-size:1.2em;
}
.footer-content {
    background-image: url(../img/shape/footer-bg.png);
    background-position: top;
    background-size: cover;
    bottom: 0;
    height: calc(100% + 200px);
    left: 0;
    position: absolute;
    width: 100%;
}
.footer-content .cs_footer_brand {
    align-items: center;
    background-position: 6px 0;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    height: 448px;
    justify-content: center;
    left: 50%;
    margin-left: 6px;
    position: absolute;
    top: -180px;
    transform: translateX(-50%);
    width: 426px;
}
.footer-content .cs_footer_brand>svg {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.footer-content .cs_footer_brand .cs_footer_brand_text, 
.footer-content .cs_footer_brand img {
    position: relative;
    z-index: 2;
    width: 160px;
}
.footer-content .cs_footer_brand img {
    animation: spinAnimaiton 6s linear infinite;
}
spinAnimaiton animation {
    transform: rotateX(-20deg) rotateY(209.286deg);
}
.footer-area.home-variant-12 .footer-top {
    background-color: transparent !important;
}
.footer-area.home-variant-12 .copyright-area {
    position: relative;
    z-index: 1;
}

.cs_input_label {
    margin-bottom: 12px;
}
.cs_input_label span {
    color: red;
}
.cs_form_field, .react-datepicker__input-container input {
    background-color: transparent;
    border: 1px solid rgba(48, 123, 196, .5);
    border-radius: 10px;
    display: block;
    outline: none;
    padding: 15px 20px;
    transition: all .3s ease;
    width: 100%;
}
select.cs_form_field {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, var(--secondary) 50%), linear-gradient(135deg, var(--secondary) 50%, transparent 50%);
    background-position: calc(100% - 23px) calc(1em + 20px), calc(100% - 17px) calc(1em + 20px);
    background-repeat: no-repeat;
    background-size: 6px 6px, 6px 6px;
}
.cs_radio_group {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 42px;
}
.cs_radio_wrap {
    position: relative;
}
.cs_radio_wrap .cs_radio_input {
    cursor: pointer;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.cs_radio_wrap .cs_radio_label {
    display: block;
    padding-left: 32px;
}
.cs_radio_wrap .cs_radio_label:before {
    border: 1px solid var(--accent);
    border-radius: 50%;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 20px;
}
.cs_radio_wrap .cs_radio_label:after {
    background-color: var(--accent);
    border-radius: 50%;
    content: "";
    height: 14px;
    left: 3px;
    position: absolute;
    top: 6px;
    transform: scale(0);
    transition: all .3s ease;
    width: 14px;
}
.cs_btn.cs_style_1 {
    align-items: center;
    background: transparent;
    border: none;
    border-radius: 24px;
    box-shadow: 0 4px 20px 0 rgba(39, 71, 96, .17);
    color: #fff;
    display: inline-flex;
    font-weight: 500;
    gap: 8px;
    justify-content: center;
    outline: none;
    padding: 12px 40px;
    position: relative;
}
.cs_btn.cs_style_1 i, .cs_btn.cs_style_1 span {
    position: relative;
    z-index: 2;
}
.cs_btn.cs_style_1 i {
    display: inline-block;
    height: 11px;
    overflow: hidden;
    transition: all .4s ease-in-out;
    width: 15px;
}
.cs_btn.cs_style_1 svg {
    color: #fff;
    height: inherit;
    position: absolute;
    top: 0;
    transition: all .4s ease-in-out;
    width: inherit;
}
.cs_btn.cs_style_1 svg:first-child {
    left: -20px;
}
.cs_btn.cs_style_1 svg:last-child {
    left: 0;
}
.cs_btn.cs_style_1:after, .cs_btn.cs_style_1:before {
    border-radius: inherit;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .4s ease-in-out;
    width: 100%;
}
.cs_btn.cs_style_1:before {
    background-image: linear-gradient(134deg, #909090, #11171b);
}
.cs_btn.cs_style_1:after, .cs_btn.cs_style_1:before {
    border-radius: inherit;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .4s ease-in-out;
    width: 100%;
}
.cs_btn.cs_style_1:after {
    background-image: linear-gradient(270deg, #909090, #11171b);
    opacity: 0;
}
.cs_height_42 {
    height: 42px;
}
.cs_height_20 {
    height: 42px;
}
.cs_radius_30 {
    border-radius: 30px;
}
.cs_shape_wrap {
    position: relative;
}
.cs_shape_wrap .cs_shape_2 {
    left: 52%;
    position: absolute;
    top: 13%;
    z-index: -1;
}
.cs_radius_15 {
    border-radius: 15px;
}
.cs_white_bg {
    background-color: #fff;
}
.cs_iconbox.cs_style_5 {
    align-items: center;
    box-shadow: 0 4px 21px 1px rgba(48, 123, 196, .1);
    display: flex;
    gap: 25px;
    padding: 25px 30px;
    margin: 10px;
}
.cs_center {
    align-items: center;
    display: flex;
    justify-content: center;
}
.cs_accent_bg {
    background-color: #000 !important;
}
.cs_iconbox.cs_style_5 .cs_iconbox_icon {
    flex: none;
    height: 120px;
    overflow: hidden;
    padding: 18px;
    position: relative;
    width: 120px;
}
.cs_iconbox.cs_style_5 .cs_iconbox_icon:before {
    background: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, .13));
    content: "";
    height: 100%;
    left: -80%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
    z-index: 1;
}
.cs_iconbox.cs_style_5 .cs_iconbox_icon i {
    font-size: 3rem;
    color: #fff;
}
.cs_fs_20 {
    font-size: 20px;
    line-height: 1.5em;
}
.cs_medium {
    font-weight: 500;
}
.cs_fs_72 {
    font-size: 72px;
    line-height: 1.14em;
}
.cs_height_72 {
    height: 72px;
}
.cs_radius_15 {
    border-radius: 15px;
}
.cs_shadow_1 {
    box-shadow: 0 4px 21px 1px rgba(48, 123, 196, .1);
}
.cs_iconbox.cs_style_1 {
    height: 100%;
    padding: 25px 30px 40px;
}
.cs_iconbox.cs_style_1 .cs_iconbox_top {
    align-items: center;
    display: flex;
    gap: 25px;
    margin-bottom: 43px;
    max-width: 340px;
}
.cs_radius_15 {
    border-radius: 15px;
}
.cs_center {
    align-items: center;
    display: flex;
    justify-content: center;
}
.cs_iconbox.cs_style_1 .cs_iconbox_icon {
    flex: none;
    height: 120px;
    overflow: hidden;
    padding: 25px;
    position: relative;
    width: 120px;
}
.cs_iconbox.cs_style_1 .cs_iconbox_icon:before {
    background: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, .13));
    content: "";
    height: 100%;
    left: -80%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
    z-index: 1;
}
.cs_iconbox.cs_style_1 .cs_iconbox_icon img,
.cs_iconbox.cs_style_1 .cs_iconbox_icon .icon {
    max-height: 100%;
}
.cs_iconbox.cs_style_1 .cs_iconbox_icon .icon i {
    font-size: 3rem;
    color: #fff;
}
.cs_fs_20 {
    font-size: 20px;
    line-height: 1.5em;
}
.cs_medium {
    font-weight: 500;
}
.cs_iconbox.cs_style_1 .cs_iconbox_text {
    margin: 0;
    padding-left: 14px;
}
input[type=checkbox], input[type=radio] {
    accent-color: #232323;
}
@media (max-width: 1700px) {
    .cs_iconbox.cs_style_5 {
        gap: 15px;
        padding: 20px;
    }
    .cs_iconbox.cs_style_5 .cs_iconbox_icon {
        height: 80px;
        padding: 20px;
        width: 80px;
    }
    .cs_iconbox.cs_style_5 .cs_iconbox_title {
        line-height: 1.3em;
    }
    .cs_fs_72 {
        font-size: 56px;
    }
    .cs_iconbox.cs_style_1 {
        padding: 25px 20px 30px;
    }
    .cs_iconbox.cs_style_1 .cs_iconbox_top {
        gap: 15px;
        margin-bottom: 30px;
    }
    .cs_iconbox.cs_style_1 .cs_iconbox_icon {
        height: 90px;
        padding: 15px;
        width: 90px;
    }
    .cs_iconbox.cs_style_1 .cs_iconbox_top .cs_iconbox_title {
        line-height: 1.4em;
    }
}
@media (max-width: 1280px) {
    .cs_iconbox.cs_style_1 {
        padding: 25px 25px 30px;
    }
}
@media (max-width: 1199px) {
    .cs_iconbox.cs_style_1 .cs_iconbox_text {
        padding-left: 0;
    }
}