#insure-form{  margin-top: 0!important;border-radius: 0!important; }
     @media (max-width:768px) { #insure-form{  display: none; }}
     #insure-form {
    max-width: 1360px;
    margin: 40px auto;
    background-color: #CCDBD2;
    color: #000;
    padding: 30px 40px 50px;
    border-radius: 33px;
    position: relative;
  }
  #insure-form h3 {
    font:400 25px/1.2 "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;;
  }
  #insure-form #check-list {
    display: flex;
    gap:20px;
    
    align-items: center;
    justify-content: space-between;
  }
  @media(max-width:1025px) {
    #insure-form #check-list { justify-content: space-around; text-align: center; }
  }
  #insure-form #check-list p {
    margin: 0;
  }
  #insure-form #check-list .btn {
    min-width: 223px;
    position: absolute; left:50%; bottom:-25px; transform: translateX(-50%); margin:0; 
  }
  #insure-form select {
    max-width: 370px;
    background-color: transparent;
  }
  #insure-form select ::placeholder {
    color: #000;
  }
  #insure-form .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0px;
    color: white;
    height: 43px;
    font-size: 18px;
  }
  #insure-form .select2-container--default .select2-selection--single .select2-selection__rendered { 
    color:#000;
    line-height: 42px;
  }
  #insure-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
    background-color: #005DB9;
  }
  #insure-form .select2-container--default .select2-selection--single .select2-selection__arrow b { border-color:white transparent transparent transparent; }
  #insure-form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color: transparent transparent white transparent; }
  #insure-form .insure-modal {
    position: absolute;
    left: 50%;
    max-width: 600px;
    display: none;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #4F7E71;
    padding: 30px;
    color:white;
    z-index: 10;
  }
  #insure-form .insure-modal .btn-alt {
    margin-left: 0;
  }
  #insure-form .insure-modal .h3 {
    color: white;
  }
  #insure-form .close-ins {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  #insure-form .yep {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    line-height: 1;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
  }
  #insure-form .yep i {
    margin-top: 5px;
  }
