﻿.top-header {
    background: #f5f9ff;
    color: #ffffff;
    padding: 60px 0;
    position: relative;
}
    .top-header:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #f5f9ff;
        opacity: 0.9;
    }
    .top-header .container {
        position: relative;
    }
    .top-header .wrapper h1.heading {
        font-size: 56px;
        line-height: 64px;
        margin-bottom: 15px;
        color: #002450;
        font-style: normal;
        text-transform: capitalize;
        font-weight: 600;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
    }
.subad {
    color: #606c7a;
    margin-bottom: 30px;
}
.top-header img {
    width: 100%;
}
.service-section.contact-card {
    padding: 60px 45px 60px 45px;
    position: relative;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(145deg, #4c0c67 0%, #0e0244 100%);
    border-radius: 5px 5px 5px 5px;
    color: #fff;
}
.service-section.contact-card h5.pt-section-title {
    font-size: 48px;
    line-height: 56px;
    z-index: 9;
    position: relative;
    margin-bottom: 10px;
    font-weight: 600;
}
    .service-section.contact-card .elementor-icon-box-icon {
        margin-right: 15px;
        margin-left: 0;
        margin-bottom: unset;
    }
.service-section.contact-card p {
    position: relative;
    font-size: 18px;
    margin-bottom: 30px;
}
    .service-section.contact-card .elementor-icon-box-wrapper {
        display: flex;
        padding: 10px 0;
    }
    .service-section.contact-card  h4 span {
        font-size: 28px;
        font-style: normal;
        line-height: 36px;
        font-weight: 600;
    }
.form-contact.cd-filter-content.sec-bx {
    padding: 0px 15px 0px 15px;
    position: relative;
}
h2.section_con {
    font-size: 48px;
    line-height: 56px;
    z-index: 9;
    position: relative;
    margin-bottom: 10px;
    font-weight: 600;
    color: #002450;
}
    h2.section_con span {
        color: #0072ff;
    }
.form-contact.cd-filter-content.sec-bx p {
    position: relative;
    font-size: 14px;
}
button.btn.btn-default-fill {
    background-color: rgb(0, 36, 80) !important;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 18px;
    padding: 15px 40px;
    border-radius: 0;
    border: 1px solid #fff;
}
    button.btn.btn-default-fill:hover{
    color:#fff;
    }
    button.btn.btn-default-yellow-fill {
        border-radius: 0;
        margin-left: 0 !important;
    }
div#msgSubmit {
    display: none;
}
.card_icon {
    position: relative;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: 100%;
    padding: 30px;
}
.card_icon:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    transition: .3s linear;
}
    .card_icon .card_icon_img img {
        width: 55px;
    }
.card_icon .inform .title {
    font-size: 26px;
    font-weight: 700;
}
.card_icon a.help-item {
    display: flex;
    align-items: center;
    gap: 20px;
}
.service-section.contact-card .elementor-icon-box-wrapper a {
    color: #fff;
}

@media screen and (min-width:200px) and (max-width:991px) {
    .top-header .wrapper h1.heading {
        font-size: 32px;
        line-height: 42px;
    }
    .service-section.contact-card {
        padding: 15px 15px 20px 15px;
    }
        .service-section.contact-card h5.pt-section-title {
            font-size: 28px;
        }
        .service-section.contact-card .elementor-icon-box-wrapper {
            display: block;
            text-align: center;
        }
    h2.section_con {
        font-size: 22px;
        line-height: 28px;
    }
    .form-contact.cd-filter-content.sec-bx {
        padding: 0px 10px;
        position: relative;
    }
    .card_icon .inform .title {
        font-size: 18px;     
    }
    }

    .flex-center{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .btn1{
        border-radius: 5px !important;
    }

    .glassmorphism-div {
        width: 100%;
        padding: 20px;
        border-radius: 15px;
        background: rgba(255, 255, 255, 0.1);;
        backdrop-filter: blur(10px);
        box-shadow: 0px 4px 8px #4a0069;
        color: black;
        text-align: center;
        margin-top: 30px;
    }

    .glass {
    
        padding: 20px;
        border-radius: 15px;
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        color: #fff;
        text-align: center;
    }

    .iti--separate-dial-code .iti__selected-dial-code{
            color: #212529;
    }

    .mt-20{
        margin-top: 20px;
    }


    .material-checkbox {
        display: flex;
        align-items: center;
        font-size: 16px;
        color: #777777;
        cursor: pointer;
      }
      
      .material-checkbox input[type="checkbox"] {
        position: absolute;
        opacity: 0;
        width: 0;
        height: 0;
      }
      
      .checkmark {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-right: 12px;
        border: 2px solid #0e0244;
        border-radius: 4px;
        transition: all 0.3s;
      }
      
      .material-checkbox input[type="checkbox"]:checked ~ .checkmark {
        background-color: #0e0244;
        border-color: #0e0244;
      }
      
      .material-checkbox input[type="checkbox"]:checked ~ .checkmark:after {
        content: "";
        position: absolute;
        top: 2px;
        left: 6px;
        width: 4px;
        height: 10px;
        border: solid white;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
      }
      
      .material-checkbox input[type="checkbox"]:focus ~ .checkmark {
        box-shadow: 0 0 0 2px #0e0244;
      }
      
      .material-checkbox:hover input[type="checkbox"] ~ .checkmark {
        border-color: #0e0244;
      }
      
      .material-checkbox input[type="checkbox"]:disabled ~ .checkmark {
        opacity: 0.5;
        cursor: not-allowed;
      }
      
      .material-checkbox input[type="checkbox"]:disabled ~ .checkmark:hover {
        border-color: #4d4d4d;
      }
      .bgm{
        display: flex;
  justify-content: end;
  width: 58% !important;
  
      }

      .text-color{
        color: #777 !important;
      }

    
      