
.visa_service p {text-align: center;padding: 0 100px;margin-bottom: 60px;}
.visa_service_box { height: 100%; display: flex;flex-wrap: wrap;align-items: end;border: 1px solid #ddd;padding: 25px 25px;border-radius: 12px;}
.visa_service_img {width: 36%;}
.visa_service_cont {width: 64%;padding: 0 0 10px 30px;}
.visa_service_img img {width: 100%;border-radius: 12px;}
.visa_service_cont p {text-align: left;padding: 0;margin-bottom: 40px;}
.visa_service_cont h6 {font-size: 30px;}
.to_btn_sec {display: flex;align-items: center;justify-content: space-between;}
.to_btn_sec .default_btn {padding: 5px 15px;font-size: 15px;display: flex;align-items: center;}
.to_btn_sec .default_btn:first-child {margin-right: 20px;}
.to_btn_sec .default_btn img {margin-left: 8px;margin-top: 0;}
.to_btn_sec .default_btn:hover {border: 2px solid #0055a5;}
.to_btn_sec .default_btn:hover .show_icon {display: none;}
.to_btn_sec .default_btn:hover .hover_icon {display: block;}
.to_btn_sec .default_btn  .hover_icon {display: none;}
.visa_service .row [class*="col"] { margin-bottom: 50px;}

/* ======application-start====== */
.application {padding: 80px 0px;}
.application .text_img img {width: 100%;border-radius: 10px;}
.application .text_img{position: relative;margin-right: 50px;}
.application .text_img::before{content: "";background-image: url(../images/pattern.png);width: 273px;height: 271px;position: absolute;top: -50px;right: -50px;z-index: -1;-webkit-animation: stylemover 2s infinite  alternate;animation: stylemover 2s infinite  alternate;} 
.application .text_img::after{content: "";background-image: url(../images/pattern.png);width: 273px;height: 271px;position: absolute;bottom: -50px;left:  -40px;z-index: -1;-webkit-animation: stylemover 2s infinite  alternate;animation: stylemover 2s infinite  alternate;}
 @-webkit-keyframes stylemover {
    0% { transform: translatex(0);
         transform: rotate(0deg); }
    100% { transform: translatex(-10px); }
}
@keyframes stylemover {
    0% { transform: translatex(0); 
        transform: rotate(0deg);}
    100% { transform: translatex(10px); }
}

.additional_visa {padding: 60px 0px 40px;background: #edf7ff;}
.additional_sec {column-count: 2;column-gap: 30px;margin-top: 40px;}
.additional_visa_box {background: #fff;box-shadow: 0px 0px 16px hsl(97deg 0% 56.47% / 18%);padding: 15px 20px;border-radius: 0px;margin-bottom: 20px; width: 100%;-webkit-column-break-inside: avoid;page-break-inside: avoid;break-inside: avoid;page-break-inside: avoid;}
.additional_visa h3 {text-align: center;}
.documents_required {padding: 50px 0px;}
.documents_required h5 {margin-bottom: 30px;}
.note_sec {background: #edf7ff;padding: 20px 20px;margin-top: 30px;display: block;}
.note_sec h6 {color: #dd200d;margin-bottom: 10px;}
.visa_service {margin-bottom: 60px;}
  
