
*{
    /* margin: 0px ; */
    /* padding: 0px; */
    overflow-x: hidden;
    box-sizing: border-box;

}
.thank_you_wrap{
    width: 100%;
    position: relative;
    background-color: rgba(246, 246, 246, 0.2)
    ;
    /* background-color: red; */
}

.thankyou_cont{
    max-width: 1420px;
    width: 100%;
     margin: 0 auto;
      display: flex;
      flex-direction: column;
      gap: 20px;
      align-items: center;
      padding: 60px 40px;
}

.thankyou_cont h1{
    font-family: Poppins;
font-size: 44px;
font-weight: 600;
line-height: 54px;
text-align: center;
color: #000000;
overflow: hidden;
max-width: 745px;
margin: 0px;
width: 100%;
}

.thankp1{
    font-family: Poppins;
font-size: 24px;
font-weight: 400;
line-height: 32px;
text-align: center;
color: #000000;
max-width: 900px;
overflow: hidden;

margin: 0px;

width: 100%;
}

.thank_btns{
   width: 100%;
   display: flex;
   align-items: center;
   gap: 30px;
   justify-content: center;
}

.back_hompa{
    font-family: Poppins;
font-size: 20px;
font-weight: 500;
line-height: 30px;
text-align: left;
text-decoration-line: underline;
color: #3595F6;
display: flex;
align-items: center;
gap: 6px;
cursor: pointer;

}

.thank_butn1{
    width: 180px;
height: 64px;
border-radius: 6px ;
background: var(--Secondary, #3595F6);
border: none;
cursor: pointer;
transition: all 0.4s;

}

.thank_butn1:hover{
    background-color: white;
    border: 1px solid #3595F6;
}
.thank_butn1 span{
    color: #FFFFFF;
    font-family: Poppins;
font-size: 20px;
font-weight: 500;
line-height: 30px;
text-align: center;

}


.thank_butn1:hover span{
   color: #3595F6;
}

.thank_btn2{
    width: 180px;
    height: 64px;
    border-radius: 6px ;
    background: #404040;
    cursor: pointer;
    transition: all 0.4s;
    
}
.thank_btn2:hover{
   border: 1px solid #404040;
   background-color: white;
    
}


.thank_btn2 span{
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align:center;
color: #FFFFFF;    
}

.thank_btn2:hover span{
    color:  #404040;
     
 }


.thanks2wrap{
    width: 100%;
    position: relative;
    background-color: rgba(246, 246, 246, 0.2)  ;

}

.thakn2cont{
    max-width: 1420px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.thakn2cont h2{
    font-family: Poppins;
font-size: 44px;
font-weight: 600;
line-height: 42px;
text-align: left;
overflow: hidden;

margin: 0px;

color: #000000;
}

.thank2para{
    font-family: Poppins;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
color: #000000;    
overflow: hidden;

margin: 0px ;
}

.thank2lefri{
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.thank_right{
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.singerig{
 display: flex;
 flex-direction: column;
 gap: 8px;
}

.singerig h3{
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    margin: 0px;

color: #000000;    
}

.singerig p{
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    margin: 0px;

color: #000000;    
max-width: 894px;
width: 100%;
}

.thank3wrap{
    background: #1B72E1;
 width: 100vw;
 min-width: 100vw;
 position: relative;

}

.thank3cont{
    max-width: 1420px;
    width: 100%;
    margin: 0 auto ;
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.thank3cont h3{
    font-family: Wix Madefor Display;
font-size: 32px;
font-weight: 600;
line-height: 42px;
margin: 0px;

text-align: center;
color: #FFFFFF;
}

.thank3cont button{
    width: 162px;
height: 56px;
border-radius: 50px ;
background: #F4FAFE;
border: 1px solid #3464FD;
display: flex;
align-items: center;
gap: 5px;
justify-content: center;
cursor: pointer;

}
.thank3cont button span{
    font-family: Wix Madefor Display;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
color: #3464FD;    
}

.thank3cont button:hover{
    background-color: #3464FD;
    border: 1px solid white;

}
.thank3cont button:hover span{
  color: white;
  margin: 0px;


}
.thank3cont button:hover svg path{
 fill: white;
}

@media (max-width:1200px) {
    .thankyou_cont{
        padding: 60px 20px;
    }
    .thakn2cont{
        padding: 60px 20px;
    }
    .thank3cont{
        padding: 60px 20px;
    }
}

@media (max-width:920px) {
    .thankyou_cont{
        padding: 30px 20px;
    }
    .thakn2cont{
        padding: 30px 20px;
    }
    .thank3cont{
        padding: 30px 20px;
    }
    .thank2lefri img{
        display: none;
    }
    .thank_right{
        gap: 24px;
    }
}

@media (max-width:550px) {
  
    .thankyou_cont h1{
        max-width: 100%;
        width: 100%;
        font-size: 26px;
        line-height: 36px;
    }
    .thankp1{
        font-size: 18px;
        line-height: 28px;
    }
    .thank2para{
        font-size: 17px;
        line-height: 25px;
        text-align: center;
    }
    .thank_btns{
        gap: 14px;
    }
    .thankyou_cont{
        gap: 14px;
    }
    .thakn2cont{
        gap: 14px;
        align-items: center;
    }
    .thakn2cont h2{
         font-size: 26px;
         line-height: 36px;
         text-align: center;
        }
        .singerig h3{
            text-align: center;
    }
    .thank3cont h3{
        font-size: 24px;
        line-height: 34px;
    }
    .singerig p{
        text-align: center;
        font-size: 16px;
        line-height: 24px;
    }
  
}

@media (max-width:400px){
    .thank_btns{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.footer-section p{
    margin-bottom: 1rem;
}

.footer-section p{
    line-height: 28px;
}

.navbarwrap {
    position: relative;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }

  .navbar_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
  }

  .navitems {
    display: flex;
    gap: 15px;
    align-items: center;
  }

  .navitems a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 16px;
  }

  .navitems .nav_button {
    background-color: #007bff;
    color: white;
    padding: 8px 15px;
    border-radius: 5px;
    text-transform: uppercase;
  }

  .threelines,
  .crossimage {
    width: 30px;
    height: 30px;
    cursor: pointer;
  }

  .sidebar {
    position: fixed;
    top: 0;
    left: -250px; 
    width: 250px;
    height: 100%;
    background-color: #fff;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    transition: left 0.3s ease;
    z-index: 1100;
  }

  .sidebar a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 5px;
    transition: background-color 0.3s;
  }

  .sidebar a:hover {
    background-color: #f1f1f1;
  }

  .sidebar .nav_button {
      font-family: poppins;
    background-color: #007bff;
    color: white;
    text-align: center;
  }

  .sidebar.open {
    left: 0; 
 
  } 
@-webkit-keyframes pulse{
  0%{
    -webkit-transform: scale(0.9);
  }
  50%{
    -webkit-transform: scale(1.1);
  }
  100%{ 
    -webkit-transform: scale(0.9);
  }
}
.mypage-alo-phone {
    position: fixed;
    left: -14px;
     bottom:-3px;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 200000 !important;
}
.mypage-alo-ph-img-circle {
        width: 30px;
        height: 30px;
        top: 43px;
        left: 43px;
        position: absolute;
        background:  url(https://i.imgur.com/J9AXAq7.png) no-repeat center center;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border: 2px solid transparent;
        opacity: .7;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        background-color:#005eff;
        background-size: 70%;
      -webkit-animation: pulse 01s infinite;
}
.mypage-alo-ph-circle-fill {
  
    width: 60px;
    height: 60px;
    top: 28px;
    left: 28px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #0a58ca;
    opacity: .75 !important;
    -webkit-animation: pulse 1s infinite;
}
.mypage-alo-ph-circle{
    width: 90px;
    height: 90px;
    top: 12px;
    left: 12px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    border-color:#0a58ca;
    opacity: .5;
}