﻿<style>
        
        @media  only screen and (max-width: 991px) {
	        .mobilecllbtnds{
	            font-size:2rem!important;
	            padding:10px 15px!important;
	        }
	        .landingText-top h2{
	            font-size:18px;
	        }
	    }
	    @media  only screen and (max-width: 767px) {
	        .mobsd{
            display:flex;
            align-items:center;
            height:100vh;
            justify-content:center;
        }
	    }
	   @media  only screen and (max-width: 420px) {
	        .mobilecllbtnds{
	            font-size:1.7rem!important;
	            padding:10px 15px!important;
	        }
	        .landingText-top h2{
	            font-size:18px;
	        }
	    }
	</style>
<style>
    #mobileModal2{
        display:none;
    }
    .mymodalto{
		display:none;
    }
    #mobileModal2 .modal-dialog{
        position: fixed;
        left: 0;
        right: 0;
        margin: 0!important;
    }
        
    #mobileModal2 .close{
        position:absolute;
        right:14px;
        top:8px;
        color:#000;
        opacity:1;
        z-index:1;
		    font-size: 20px;
    font-weight: 900;
    }
    @keyframes    aniname{
        50% {opacity:0.5}
    }
    #mobileModal2 .modal-header h5{
        color:#fff;
        font-family:Poppins;
    }
    
    .footerband-modal{
        position:fixed;
        bottom:0;
        left:0;
        right:0;
        background:#012f51;
        color:#fff;
        font-size:22px;
        text-align:center;
        font-family:Poppins;
        font-weight:500;
        padding:10px;
    }
    .footerband-modal i{
        color:#fff;
    }
    
    .faa-ring {
      color: red;
      animation: ring 5s ease infinite;
    }
@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  2% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  4% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  6% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  8% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  10% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  12% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  14% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  18% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
    @keyframes  ring {
        0% {
            -webkit-transform: rotate(-15deg);
            -ms-transform: rotate(-15deg);
            transform: rotate(-15deg);
        }

        2% {
            -webkit-transform: rotate(15deg);
            -ms-transform: rotate(15deg);
            transform: rotate(15deg);
        }

        4% {
            -webkit-transform: rotate(-18deg);
            -ms-transform: rotate(-18deg);
            transform: rotate(-18deg);
        }

        6% {
            -webkit-transform: rotate(18deg);
            -ms-transform: rotate(18deg);
            transform: rotate(18deg);
        }

        8% {
            -webkit-transform: rotate(-22deg);
            -ms-transform: rotate(-22deg);
            transform: rotate(-22deg);
        }

        10% {
            -webkit-transform: rotate(22deg);
            -ms-transform: rotate(22deg);
            transform: rotate(22deg);
        }

        12% {
            -webkit-transform: rotate(-18deg);
            -ms-transform: rotate(-18deg);
            transform: rotate(-18deg);
        }

        14% {
            -webkit-transform: rotate(18deg);
            -ms-transform: rotate(18deg);
            transform: rotate(18deg);
        }

        16% {
            -webkit-transform: rotate(-12deg);
            -ms-transform: rotate(-12deg);
            transform: rotate(-12deg);
        }

        18% {
            -webkit-transform: rotate(12deg);
            -ms-transform: rotate(12deg);
            transform: rotate(12deg);
        }

        20% {
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
        }
    }
    .content-mdls{
        text-align:center;
        margin-bottom:30px;
    }
    .content-mdls p{
        font-size: 20px;
        color: #012f51;
        font-family:Poppins;
    }
    .content-mdls span{
        font-weight:400;
        font-family:sans-serif;
    }
    .content-mdls span .offth{
        background: #012f51;
        font-size: 25px;
        padding: 3px 10px;
        border-radius: 5px;
        color: #fff;
        font-family:Poppins;
    }
    .cscllmdls{
        text-align:center;
        margin-bottom:30px;
    }
    .cscllmdls a span{
        background: #012f51;
        color: #fff;
        font-size: 25px;
        padding: 10px 15px;
        border-radius: 5px;
        font-weight: 600;
		display:inline-flex;
		line-height: 27px;
		
    }
    .dfsde{
       animation:aniname 1s infinite; 
    }
    .cscllmdls p{
        margin-bottom:15px;
        font-size:18px;
        font-family:Poppins;
        color:#012f51;
    }
    .cscllmdls p a{
        color:#000;
    }
    .cscllmdls img{
        width:30px;
		margin-right:5px;
    }
    .truststardiv{
        width:194px;
        margin:5px auto;
        text-align:center;
    }
    .truststardiv img{
        width:100%;
    }
      #mobileModal2 .modal-footer {
    border: none;
    background: #012f51;
    width: 90%;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 255px 0 0 255px;
    border-left: 10px solid #2196F3;
    height: 210px;
    float: left;
    text-align: left;
    display: flex;
    justify-content: start;
    overflow: hidden;
}
        #mobileModal2 .modal-footer img{
             width: 200px;
            position: absolute;
            bottom: 0;
            left: 50px;
        }
        .CallBtnBottom{
            z-index:9895;
        }
        .popupdvs{
		    display:none;
		    
		}
    @media  only screen and (max-width: 767px) {
      
        #mobileModal2 .modal-body{
        padding:50px 30px;
    }
        #mobileModal2 .modal-content{
        height:100vh;
    }
       #mobileModal2 .modal-footer img{
            left:170px;
     }
         
		 #mobileModal2{
		z-index: 9895;
	 }
      }
 @media  only screen and (max-width: 600px) {
     #mobileModal2 .modal-footer{
         bottom:0px;
         width:95%;
     }
     .mymodalto{
			display:block;
		}
		.popupdvs{
		    display:block;
		    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9895;
    background: #fff;
        padding: 50px 0px;
		}
		
		.bknchng p, .dntntxt p {
         font-size: 14px!important;
        padding: 0px 15px;
        }
	 #mobileModal2 .modal-footer img{
             transform: translate(-50%, 0px);
             width:150px;
     }
  }
  @media  only screen and (max-width: 480px){
     #mobileModal2 .modal-footer {
        border-radius: 255px 0 0 0px;
        justify-content: center;
        height:200px;
     }
 }
 @media  only screen and (max-width: 400px){
     
     #mobileModal2 .modal-body{
         padding:50px 15px;
     }
 }
 @media  only screen and (max-width: 320px) {
   .content-mdls span .offth{
       display:block;
   }
    .cscllmdls a span {
        padding:10px 8px;
    }
    #mobileModal2 .modal-footer img{
            width: 140px;
    left: 128px;
    }
    .cscllmdls a span{
        font-size:22px;
    }
	#mobileModal2 .modal-footer {
    bottom: 5px;
    width: 95%;
}
 #mobileModal2 .modal-footer {
        height:150px;
     }
  }
</style>
.popupdvs .phon-popupdn{text-align:center}.popupdvs .phon-popupdn h2{margin:0;font-size:25px;font-weight:600;color:#00275f}.popupdvs .phon-popupdn h5{margin:0;font-size:22px;font-weight:600;color:#00275f}.popupdvs .phon-popupdn .dvphnspn{text-align:center;padding:30px 10px}.popupdvs .phon-popupdn span{margin:0;color:#00275f;border:2px solid #00275f;font-size:22px;font-weight:600;padding:5px 15px;border-radius:10px}.bknchng p{font-size:16px;font-weight:600;color:#00275f}.dntntxt p{font-size:14px;font-weight:500;color:#000}.cllicndvmdl{text-align:center}.cllicndvmdl i{width:70px;height:70px;font-weight:600;font-size:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid green;color:green;margin:10px auto}.popupdvs .phon-popupdn i{transform:rotate(107deg)}.btn-cld{position:absolute!important;right:10px!important;top:0!important;color:#000!important;font-size:35px!important}@media only screen and (max-width:767px){.mdlgppp{position:absolute;top:0;left:0;right:0;bottom:0}.popupdvs .phon-popupdn{padding:50px 0;display:block;height:100vh;overflow:hidden}.popupdvs .phon-popupdn .dvphnspn{padding:50px 10px}.cllicndvmdl{padding:50px 10px}.popupdvs .phon-popupdn h2{margin-bottom:15px;font-size:40px}.popupdvs .phon-popupdn h5{font-size:30px;margin-bottom:15px}.cllicndvmdl i{width:110px;height:110px;border:5px solid green}}@media only screen and (max-width:600px){.popupdvs .phon-popupdn h2{font-size:25px}.popupdvs .phon-popupdn h5{font-size:22px}.popupdvs .phon-popupdn{padding:0 0}.popupdvs .phon-popupdn .dvphnspn{padding:30px 10px}.cllicndvmdl{padding:30px 10px}}@media only screen and (max-width:360px){.popupdvs .phon-popupdn h2{font-size:20px}.popupdvs .phon-popupdn h5{font-size:18px}.popupdvs .phon-popupdn{padding:25px 0}.popupdvs .phon-popupdn .dvphnspn{padding:15px 10px}.cllicndvmdl{padding:15px 10px}.popupdvs .phon-popupdn h2,.popupdvs .phon-popupdn h5{margin-bottom:0}.cllicndvmdl i{width:70px;height:70px;border:2px solid green;font-size:25px}}